h1 {
    font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 70px !important;
}

h2{
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 54px !important;
}

h3{
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
}

h4{
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 34px !important;
}

.btn_1{
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;
    padding: 18px 40px;
    gap: 10px;
    border : 2px solid;
}

.section_01{
    padding: 300px 40px 382px 40px;
    /*gap: 80px;*/
}

.section_wow{
    padding-top: 180px;
    padding-bottom: 180px;
}

.section_wow_2{
    padding-top: 140px;
    padding-bottom: 140px;
}

.section_03{
    background-color: #383B41;
}

.section_03_1{
    padding-top: 80px;
}

.p_text1{
    color: #FFF !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 54px !important;
    font-weight: 800 !important;
}

.p_text2{
    color: #FFF !important;
    font-family: 'NanumSquare Neo', sans-serif !important;
    font-size: 54px !important;
    font-weight: 800 !important;
}

.p2{
    font-family: 'Pretendard', sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    color:#858D95;
}


.card-body{
    border-radius: 26px;
    background: #F8F9FA;
    padding: 40px 50px 20px 50px;
    margin : 15px 0;
}

.section_03_img{
    padding-top: 20px;
}

.section_04 {
    padding : 80px 40px;
}

.section_04 .title h2, p{
    margin-bottom: 28px;
}

.section_04_div_2{
    margin-bottom: 28px;
}

.section_04_div_2{
    margin-top: 40px;
    margin-bottom: 80px;
}

.wowspace_host_slider .tns-nav {
    top: 70%;
    left: 15%;
}

.wowspace_host_slider .tns-controls [data-controls='prev'] {
    left: 20px;
}
.wowspace_host_slider .tns-controls [data-controls='next'] {
    right: 20px;
}

.border_right{
    border-right: 1px solid #F8F9FA;
}

@media (max-width: 416px) {

    .btn_1{
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px !important;
        font-weight: 700 !important;
        line-height: 42px !important;
    }

    h2{
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 36px !important;
    }

    h3{
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 30px !important;
    }

    h4{
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 26px !important;
    }

    .btn_1{
        height : 46px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 16px;
        line-height: 10px;
        padding: 18px 10px;
        border : 1px solid;
    }

    .section_01{
        /*top : 47px !important;*/
        /*padding: 0px !important;*/
        padding: 0px 30px 0px 30px !important;
    }

    .section_01 .container{
        padding: 104px 30px 0 30px !important;
    }

    .section_wow{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section_wow_2{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .p_text1{
        color: #FFF !important;
        font-family: 'Pretendard', sans-serif !important;
        font-size: 46px !important;
        font-weight: 800 !important;
    }

    .p_text2{
        color: #FFF !important;
        font-family: 'NanumSquare Neo', sans-serif !important;
        font-size: 46px !important;
        font-weight: 800 !important;
    }

    .p2{
        font-family: 'Pretendard', sans-serif !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 24px !important;
    }


    .margin-top-100{
        margin-top: 100px;
    }

    .card-body{
        border-radius: 16px;
        background: #F8F9FA;
        padding: 26px;
        margin : 30px 0;
    }
    .section_04_div_2{
        margin-bottom: 24px;
    }

    .section_04_div_2{
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .section_04 {
        padding : 80px 30px;
    }

    .section_04 .title h2, p{
        margin-bottom: 24px;
    }

    .border_right{
        border-right: 0;
    }

}