/* 공통 */

@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');

.ff-reddit-sans{
    font-family: 'Reddit Sans', 'Noto sans KR', sans-serif;
}
body{
    font-family: 'Noto sans KR', sans-serif;
    word-break: keep-all;
}

body * {scroll-margin-top: 100px;}

.wrap{
    padding-top: 80px;
}
.bg-d-green{background-color: #02291C;}
.bg-m-green{background-color: #0C4A34;}
.bg-s-green{background-color: #497557;}
.bg-s-green2{background-color: #f1f3ef;}
.bg-m-beige{background-color: #F8F4EF;}
.bg-m-orange{background-color: #E77C64;}


.bg-f1{background-color: #f1f1f1;}

.text-m-green{
    color: #02291C !important;
}
.text-m-orange{
    color: #E77C64 !important;
}
.text-s-green{
    color: #497557;
}
.text-s-green2{
    color: #00c473;
}

.hover-bg-light-m-green:hover{
    background-color: #0d5b3f;
    box-shadow: 3px 3px 20px #0f192767 !important;
}

.form-check-input:checked{
    background-color: #497557;
    border-color: #497557;
}
.btn{
    transition: all .5s;
}
.btn-check:focus + .btn, .btn:focus, button:focus, input:focus, textarea:focus{
    box-shadow: none;
}
button:focus, input:focus, textarea:focus{
    box-shadow: none;
    outline: none;
}
header{
    transition: box-shadow 0.3s ease;
}
/*************************** 메인 *******************************/

#main_visual .container{
    /* max-width: 1500px; */
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#main_visual .backdrop-blur-5{
    background-color: rgba(255, 255, 255, 0.8);
}


#main_visual .bg-img-cover{
    height: 600px;
}

#main_visual .main_txt_box {
    padding-top: 120px;
}

#feature .cate-txt{
    width: fit-content;
    letter-spacing: 2px;
    padding-bottom: 5px;
    border-bottom: 2px solid #0C4A34;
}
#feature a{
    font-weight: 600;
    color: #02291C;
}
#feature a.on{
    font-weight: bold;
    color: #E77C64;
}
.feature-wrap{
    display: grid;
    gap: var(--module-spacing, 40px);
    grid-template-columns: 1fr 2fr;
    margin: 0;
    /* max-width: 1280px; */
}
#feature .sticky-cnt{
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
    height: fit-content;
    left: 0;
    position: sticky;
    /* top: 128px; */
    top: 50px;
}
#feature #sec-1 .sec-1-cnt{
    background-color: rgba(111, 180, 126, 0.08);
}
#feature #sec-1 .sec-1-img{
    transform: translateY(25%);
}
#feature #sec-1 .sec-1-img{
    object-fit: contain;
}
#feature #sec-2 .cursor-bar{
    height: 3%;
    width: 1px;
    top: 12%;
    left: 35%;
    display: block;
    background-color: #555;
    animation: twinkle 1.5s infinite step-end;
}
.apply_btn{
    background-color: rgb(122, 195, 144)
}
@keyframes twinkle {
    50%{
        opacity: 0;
    }
}
#solution .txt_box{
    min-height: 252px;
}
.check-icon{
    color: #8be2a7 !important;
    font-size: 24px;
}
.custom-shadow{
    box-shadow: 2px 5px 10px 2px rgba(0,0,0,.04);
}

.main_txt_box .tit{
    font-size: 58px;
    font-weight: bold;
}
.main_txt_box .desc{
    font-size: 17px;
}
.main_txt_box .small_txt{
    color: rgba(255, 255, 255, 1);
    /* text-shadow: 0 2px 4px rgba(0,0,0,1); */
}

.main_txt_box .text-shadow{
    /* text-shadow: 0 2px 4px rgba(0,0,0,0.25); */
}



#banner{
    background-image: url('/img/picA.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: bottom;
}
#banner::before{
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
#banner h1{
    color: white;
}

footer .top_footer{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.card_box {
    flex-grow: 1; /* 모든 card_box가 동일한 공간을 차지하도록 설정 */
}

.fs-px-13.fs-lg-px-16{
    font-size: 16px !important;
}


.sidebar{
    left: 120%;
    transition: all 0.3s;
}
.sidebar.on{
    left: calc(100% - 70% + 1px);
}

/* 
.custom-slick{
    pointer-events: none;
} */
.slick-dots{
    pointer-events: auto;
    text-align: center;
    margin-top: 50px;
}
.slick-dots li{
    display: inline-block;
}
.slick-dots li button{
    border-radius: 100%;
    border: 1px solid #0C4A34;
    background-color: #fff;
    font-size: 0;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 10px;
}
.slick-dots li.slick-active button{
    background-color: #0C4A34;
}

.signature_img{
    width: 20%; 
    bottom: 20%; 
    right: 13%
}


/* 서명 svg */

.st0{fill:none;stroke:#111111;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;}
#e {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: draw 0.4s linear forwards;
    animation-delay: 0s;
}

#p {
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    animation: draw 0.4s linear forwards;
    animation-delay: 0.5s;
}

#i1 {
    stroke-dasharray: 5;
    stroke-dashoffset: 5;
    animation: draw 0.1s linear forwards;
    animation-delay: 1s;
}

#i2 {
    stroke-dasharray: 25;
    stroke-dashoffset: 25;
    animation: draw 0.2s linear forwards;
    animation-delay: 1.1s;
}

#k1 {
    stroke-dasharray: 96;
    stroke-dashoffset: 96;
    animation: draw 0.4s linear forwards;
    animation-delay: 1.3s;
}

#k2 {
    stroke-dasharray: 52;
    stroke-dashoffset: 52;
    animation: draw 0.4s linear forwards;
    animation-delay: 1.7s;
}

#i3 {
    stroke-dasharray: 5;
    stroke-dashoffset: 5;
    animation: draw 0.1s linear forwards;
    animation-delay: 2.1s;
}

#i4 {
    stroke-dasharray: 25;
    stroke-dashoffset: 25;
    animation: draw 0.2s linear forwards;
    animation-delay: 2.2s;
}

#m {
    stroke-dasharray: 138;
    stroke-dashoffset: 138;
    animation: draw 0.4s linear forwards;
    animation-delay: 2.4s;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}



/* sub page*/
.sub-page-tab nav{
    gap: 7px;
}
.sub-page-tab nav>a{
    color: #555;
    border-bottom: 4px solid #dcdcdc !important;
    border-radius:0.5rem 0.5rem 0 0 !important;
    font-size: 18px;
    padding: 15px;
}
.sub-page-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: rgba(111, 180, 126, 0.08);
    border-bottom: 4px solid #0C4A34 !important;
    color: #000;
    font-weight: bold;
}
.sub-page .sec-1-img{
    right: 12px !important;
    bottom: 62px !important;
    transform: translateY(0) !important;
}
.nav_cnt {
    display: none;
}

.nav_cnt.active {
display: block;
}
.nav_cnt_1,.nav_cnt_2 {
    position: absolute;
    height: 460px;
}
.nav_cnt_1{
    margin:-5%;
}







.toggle_switch .toggle_btn{
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
}
.toggle_switch .toggle_btn.on{
    background-color: #497557;
    color: #fff;
    box-shadow: 0 6px 12px rgba(6, 66, 41, 0.24);
}

.h-px-800{ height: 800px }
.zindex--1{ z-index: -1; }
.w-150{width: 150%}


/* .faq_item{
    height: 67px;
    overflow: hidden;
} */

.faq_item .fa-chevron-down{
    transition: all 0.2s;
}
.faq_item.on .fa-chevron-down{
    transform: rotate(180deg);
}

.faq_item .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq_item.on .answer {
    max-height: 200px; /* 적절한 값을 지정합니다. */
}



.py-px-12{
    padding-top: 12px;
    padding-bottom: 12px;
}

.popup{
    display: none;
}
.popup.on{
    display: block;
}
.pp-content{
    width: 90%;
    max-width: 768px;
}

.box_radio input[type=radio]{
    cursor: pointer;
    z-index: -1;
}
.box_radio input[type=radio]:checked{
    background-image: none;
}
.box_radio input[type=radio]:focus{
    box-shadow: none;
}
.box_radio input[type=radio]+label{
    background-color: #fff;
}

.box_radio input[type=radio]:checked+label{
    background-color: #497557 !important;
    color: #fff;
}


.price_chg_box{
    overflow: hidden;
    width: fit-content;
    font-size: 40px;
    height: 40px;
    line-height: 1.1;
}
.price_chg_box .inner{
    transition: all 0.2s;
}
.price_chg_box.month .inner{
    transform: translateY(-45px);    
}

.flex-between-stretch{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}


.warn_msg{
    display: none;
}


.ytb_box{
    position: relative;
    width: 100%;
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.ytb_box::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ytb_box > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.price_bg2{
    height: 1000px;
    margin-top: -130px;
}

.nav {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.slick-slide{
    border-left: 1px solid #ccc;
}
@media screen and (max-width:1200px) {
    .sec-1-cnt{
        margin-left: -4em !important;
    }
}
@media (max-width: 991.9px) {
    .sec-1-cnt{
        margin-left: 0 !important;
    }
    .sec-1-img{
        position: absolute;
    }
    .wrap{
        padding-top: 65px;
    }
    
    .black_bg::before {
        background: rgba(0,0,0,.25);
    }
    #main_visual .bg-img-cover{
        border-radius: 0;
    }
    .slick-slide{
        border-left: 0;
    }
    .main_txt_box .tit{
        font-size: 30px;
    }
    .main_txt_box .desc{
        font-size: 14px;
    }

    .feature-wrap{
        display: grid;
        gap: var(--module-spacing, 40px);
        grid-template-columns: 1fr;
        margin: auto;
        max-width: 1280px;
    }
    
    .container{
        overflow: hidden;
    }
    .fs-px-13.fs-lg-px-16{
        font-size: 13px !important;
    }
    
    .top_footer .flex-end-center{
        justify-content: space-around !important;
    }
    .bottom_footer .container>div{
        padding-left: 0px;
    }
    
    #feature #sec-1 .sec-1-img{
        width: 100%;
        transform: translateY(0);
        margin-bottom: 15px;
        flex-wrap: wrap;
        
        /* tablet */
        max-width: 400px;
        margin: 35px auto;
    }
    #feature #sec-1 .sec-1-img img{
        width: 80%;
    }
    #feature #sec-1 .sec-1-img img:nth-child(2){
        margin-top: -40px !important;
        margin-left: auto;
    }
    /* sub page */

    .sub-page .sec-1-img{
        order: 1;
        right: 12px !important;
        bottom: 0px !important;
        transform: translateY(20px) !important;
    }
    .sub-page #sec-1>div:first-child{
        order: 2;
    }
    .nav_cnt_1,.nav_cnt_2 {
        height: 100%;
        margin: 30px 0; 
    }
    .price_chg_box{
        font-size: 30px;
        height: 30px;
    }
    .price_chg_box.month .inner{
        transform: translateY(-33px);    
    }

    .ytb_box{
        --bs-aspect-ratio: none;
        height: 370px;
    }
    .ytb_box::before {
        content: none;
    }
    .ytb_box > * {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .check-icon{
        font-size: 20px;
    }
    
}

@media (min-width: 992px) {
    .sub-page #sec-3 img{
        max-width: 500px;
    }
    .position-lg-absolute{
        position: absolute !important
    }

    .w-lg-80{
        width: 80% !important;
    }
    
    .wrap.pt-lg-px-80{
        padding-top: 80px !important;
    }
    
    h1.page_tit{
        font-size: 55px;
    }
    
    #banner h1{
        font-size: 40px;
    }
}

@media (max-width: 768px) {

    #feature #sec-1 .sec-1-img{
        width: 100%;
        position: relative !important;
        transform: translateY(0);
        margin-bottom: 15px;
        flex-wrap: wrap;
        max-width: 500px;
    }
    .sub-page #feature #sec-1 .sec-1-img{
        margin: 0;
        max-width: fit-content;
        left: 50%;
        transform: translate(-50%,5%) !important;
    }
    .sub-page-sec-1>div{
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    #feature #sec-1 .sec-1-img{
        margin: 0 auto 65px;
    }
    #feature #sec-1 .sec-1-img img:nth-child(2){
        /* margin-top: -78% !important; */
        margin-left: 23%;
    }
    .nav_cnt_1 {
        /* position: relative;
        height: 100%;
        margin: 0;
        padding: 2em 0;
        box-sizing: border-box;
        width: 100%;
        background-color: #f8f9fa; */
        width: 50%;
        top: -40%;
    }
    .nav_cnt_1 img{
        width: 100%;
    }
    #sec-3 .bg-img-contain{
        background-position: -250% 50%;
    }
}

.opacity-20{
    opacity: 20%;
}

.order-1{order:1}
.order-2{order:2}
.order-3{order:3}
.order-4{order:4}
.order-5{order:5}

@media (min-width: 576px) {
    .order-sm-1{order:1 !important}
    .order-sm-2{order:2 !important}
    .order-sm-3{order:3 !important}
    .order-sm-4{order:4 !important}
    .order-sm-5{order:5 !important}
}
@media (min-width: 768px) {
    .order-md-1{order:1 !important}
    .order-md-2{order:2 !important}
    .order-md-3{order:3 !important}
    .order-md-4{order:4 !important}
    .order-md-5{order:5 !important}
}
@media (min-width: 992px) {
    .order-lg-1{order:1 !important}
    .order-lg-2{order:2 !important}
    .order-lg-3{order:3 !important}
    .order-lg-4{order:4 !important}
    .order-lg-5{order:5 !important}
}
@media (min-width: 1200px) {
    .order-xl-1{order:1 !important}
    .order-xl-2{order:2 !important}
    .order-xl-3{order:3 !important}
    .order-xl-4{order:4 !important}
    .order-xl-5{order:5 !important}
}
@media (min-width: 1400px) {
    .order-xxl-1{order:1 !important}
    .order-xxl-2{order:2 !important}
    .order-xxl-3{order:3 !important}
    .order-xxl-4{order:4 !important}
    .order-xxl-5{order:5 !important}
}




@media (min-width: 992px) {
    .main_txt_box .tit{
        font-size: 40px;
    }
}
@media (min-width: 1200px) {
    .main_txt_box .tit{
        font-size: 58px;
    }
    #main_visual .bg-img-cover{
        height: 700px;
    }
}


@media (min-width: 1400px) {
    .container{
        max-width: 1250px;
    }
    #main_visual .container{
        max-width: 1250px;
    }
}

@media (min-width: 1600px) {
    .container{
        max-width: 1500px;
    }
    #main_visual .container{
        max-width: 1500px;
    }
}