@charset "utf-8";

/* body{
    overflow-x: hidden;
} */


/* common */
:root{
    /* Layout */
    --layoutwidth: 1280px ;
    --black:#333333;
    --white:#FFF;
    --color_4b:#4B4B4B;
    --color_a8: #a8a8a8;
    --color_79: #797979;
    --color_1: #00B294;
    --color_2 : #26CD9E;
    --color_3: #4B7273;
    --grd: linear-gradient(70deg, #1FBC8F, #3EBBD1);
    --line-color: #dfdfdf;
}

.col_1{color: var(--color_1) !important}
.col_4b{color: var(--color_4b);}
.col_a8{color: var(--color_a8);}
.col_w{color: #fff;}
.col_r{color: #DC425E;}
.col_79{color: var(--color_79);}
.bg_gray{background-color: #F6F7F9;}

.col_w{color: var(--white);}
.bg_grd{background: var(--grd);}
.bg_1{background-color: var(--color_1);}
.bg_3{background-color: var(--color_3);}

.line_color_1{
    border: 1px solid var(--color_1);
}

.line_color_2{
    border: 1px solid var(--line-color);
}

i{font-style:inherit}
.tc {text-align:center !important}
.tl {text-align:left !important}
.tr {text-align:right !important}
.bb0{border-bottom:0 !important}
.br0{border-right:0 !important}
.ps-rel{position:relative !important}
/* font */
.black{color:var(--black) !important}
.white{color:var(--white) !important}
.fw900{font-weight:900 !important}
.fw800{font-weight:800 !important}
.fw700{font-weight:700 !important}
.fw600{font-weight:600 !important}
.fw500{font-weight:500 !important}
.fw400{font-weight:400 !important}
.fw300{font-weight:300 !important}
.fw200{font-weight:200 !important}
.fw100{font-weight:100 !important}
.sound_only{
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
    visibility: hidden;
}


.dp-block{display: block !important;}
.dp-inblock{display: inline-block !important}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px !important;}
.mt0{margin-top: 0 !important}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.ml10{margin-left: 10px;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.m0auto{margin: 0 auto;}
.mb0{margin-bottom: 0 !important;}

.plr0{padding-left: 0 !important; padding-right: 0!important;}
.pb0{padding-bottom: 0 !important;}

.text-upp{
    text-transform: uppercase;
}

/* display flex */
.flex-wrap{flex-wrap: wrap;}
.flexBox{display: -webkit-box;display: -ms-flexbox;display: flex;width:100%;}
.flexBox.area02{-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.flexBox.area02.ver_noList,
.flexBox.ver_noList{-webkit-box-lines: single;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
.flexBox.area02.ver_noList > *{width:auto;}
.flexBox.just-center{-webkit-box-pack: center;-ms-flex-pack: center;    justify-content: center;}
.flexBox.align-center{-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.flex-center{-webkit-box-align: center; -ms-flex-align: center; align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.flex1{flex:1}
.inflex{display: inline-flex;}
.column{-webkit-box-orient: vertical;-ms-flex-direction: column;flex-direction: column;}


.list_dot_style > *{position: relative;padding-left: 10px;margin-top: 11px;line-height: 1.2;}
.list_dot_style > *:first-child{margin-top: 0;}
.list_dot_style > *::before{content: '·';position: absolute;left: 0;top: -1px;color: #333;}


/* 가로사이즈 */
.inner{
    width:auto;
    max-width: var(--layoutwidth);
    margin: auto;
}
.inner_left{padding-left:calc((100% - var(--layoutwidth)) /2) !important}
.inner_right{padding-right:calc((100% - var(--layoutwidth)) /2) !important}



.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none
}
.swiper-slide img{
    width: 100%;
}

/* font size */
.fs-60{
    font-size: clamp(10px, 3.5vw, 60px);
}
.fs-50{
    font-size: clamp(10px, 3vw, 50px);
}
.fs-42{
    font-size:42px ;
}
.fs-40{
    font-size:40px ;
}
.fs-32{
    font-size: 32px;
    letter-spacing: -1px;
}
.fs-22{
    font-size:22px ;
    /* font-size: clamp(10px, 1.3vw, 22px); */
}
.fs-20{
    font-size: clamp(10px, 1.1vw, 20px);
}
.fs-18{font-size: 18px;}

.fs-txt{
    font-size: 16px;
}
.fs-sm{
    font-size:14px;
}

.wd100{
    width: 100%;
}

.bd_box{
    border-radius: 15px;
    padding: 20px !important;
}


/*
.btn_area{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: center;
}

.btn_area > *{
    display: inline-flex;
    align-items: center;
    line-height: 40px;
    height: 42px;
    padding: 0 15px;
    gap: 25px;
}

.btn {
    display: inline-flex;
    padding: 25px 50px;
    border-radius: 10px;
    justify-content: center;
    font-size: 18px;
}
    */

.gap_line{
    position: relative;
    padding-right: 10px;
}

.gap_line::after {
    display: block;
    content: "";
    width: 1px;
    height: 53%;
    background-color: #dbdbdb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.dot_list li,
.dot{
    position: relative;
    padding-left: 20px;
}


.dot_list li:not(:last-child),
.dot:not(:last-child){
    margin-bottom: 10px;
}

.dot_list li::before,
.dot::before{
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #333;
    position: absolute;
    top: 10px;
    left: 0;
}

.bd_rds{
    border-radius: 10px;
    overflow: hidden;
}

.bd_rds img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tabs li a{
    padding: 5px 20px;
    background-color: #ebebeb;
    border-radius: 50px;
}

.tabs li a.active{
    background: var(--grd);
    color: #fff;
} */



/* 반응형 */
@media (min-width: 1025px) {
    .mobVer {display:none !important}
    .pc-column{-webkit-box-orient: vertical;-ms-flex-direction: column;flex-direction: column;}
}

@media (max-width: 1720px){
    .inner_left{
        padding-left: 5% !important;
    }
    :root{
        /* Layout */
        --layoutwidth: 1450px ;

    }
}
@media (max-width: 1550px){
    .inner_left{
        padding-left: 5%;
    }

}
@media (max-width: 1420px) {

    .inner{width:auto;}

    #sub_container .inner {
        width: 100%;
        padding-left:30px;
        padding-right:30px;
    }

    .fs-50{
        font-size:45px;
    }
    .fs-42{
        font-size:38px ;
    }
    .fs-32{
        font-size: 26px;
        letter-spacing: -1px;
    }
    .fs-22{
        font-size: 20px;
    }
    .fs-20{
        font-size: 19px;
    }
}

@media (max-width: 1220px) {

    .inner_left{
        padding-left:30px !important;

    }
    .inner_right{
        padding-right:30px !important;

    }

}


@media (max-width: 1024px) {
    body{
        font-size: 15px;
        line-height: 1.5;
    }
    .inner{
        padding-left:24px !important;
        padding-right:24px !important
    }
    .inner_left{
        padding-left:24px !important;

    }
    .inner_right{
        padding-right:24px !important;

    }
    .m_full_inner{width:100% !important}
    .pcVer {display:none !important}
    .m-column{-webkit-box-orient: vertical;-ms-flex-direction: column;flex-direction: column;gap: 5px;}
    .m-column-s{-webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column;align-items: flex-start !important;    word-break: keep-all;}
    .m-column > *,
    .m-column-reverse > *{width:100% !important}
    .m-column-reverse{-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
    .flexBox.area02.ver_noList{-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
    .flexBox.area02.ver_noList.m-column-reverse,
    .flexBox.area02.ver_noList.m-column{-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
    .nm_radio + .nm_radio{margin-left:0}
    .nm_radio input[type="radio"] + label{font-size:14px}
    .inp_box_area .inp_box{line-height:35px;height:35px}
    .nm_checkbox > input[type="checkbox"] + label{font-size:14px}
    .nm_checkbox > input[type="checkbox"] + label span{width:16px;height:16px}


    .fs-50{
        font-size: 32px;
    }
    .fs-42{
        font-size: 28px;
    }
    .fs-40{
        font-size: 26px;
    }
    .fs-32{
        font-size: 24px;
    }
    .fs-22{
        font-size: 20px;
    }
    .fs-20{
        font-size: 18px;
    }
    .fs-18{
        font-size: 16px;
    }
    .fs-txt{
        font-size: 14px;
    }
    .fs-sm{
        font-size:13px;
    }
    .m_flexBox{
        display: -webkit-box;display: -ms-flexbox;display: flex;width:100%;
    }

    /* .btn {
        padding: 10px 20px;
        border-radius: 10px;
        flex: 1;
        font-size: 16px;
    } */



}


@media (max-width: 768px) {


}

@media screen and (max-width:320px) {
    .inner {
        width: calc(100% - 10px);
    }
    /* html{
        overflow-x: auto;
        min-width: 320px
    }
    #Wrap{
        min-width: 320px
    } */
}