@charset "utf-8";

:root {
    --c-bs: #252525;
    --c-bl1: #252525;
    --c-bl2: #454545;
    --c-g1: #757575;
    --c-w: #fff;
    --c-g2: #999;
    --c-g3: #bbb;
    --l-25: #252525;
    --l-aa: #aaa;
    --l-bb: #bbb;
    --l-dd: #ddd;
    --l-db: #dbdbdb;
    --l-ee: #eee;
    --bg-f8: #f8f8f8;

    --chk-w1: 20px;
    --chk-w2: 24px;

    --rdo-w1: 26px;
    --rdo-w2: 20px;
    --rdo-in-w1: 12px;
    --rdo-in-w2: 10px;



    --ft-visual-ttl: 4.222rem;
    --ft-visual-txt: 1.3333rem;


    --c-pt: #12b95f;
    --c-pt-shadow: rgba(18, 185, 95, 0.31);

    --ft-box-ttl-pt: 2.1111rem;

    --ft-btn1: 1.11111rem;


    --section-ttl: 2.8888rem;
    --section-sub: 1.444rem;
    --section-txt: 1.1111rem;


    --section2-ttl: 2.666rem;
    --section2-sub: 1.3333rem;
    --section2-txt: 1.1111rem;

    --sub-sect-ttl: 2.444rem;
    --sub-sect-sub: 1rem;
    --sub-sect-txt: 1.1111rem;


    --sub-sect-ttl2: 2.222rem;
    /* --sub-sect-sub2: 14px; */
    --sub-sect-txt2: 0.8888rem;

    /* txt box font size */
    --ft-cont-ttl: 1.2222rem;
    --ft-cont-txt: 0.8333rem;

    --ft-cont-ttl2: 1.33333rem;
    --ft-cont-txt2: 1rem;
    /* txt box font size */



    --ft-box-ttl2: 1.5555rem;
    --ft-box-ttl1: 1.666rem;



    --ft-more2: 1.1111rem;
    --ft-more1: 1rem;

    --ft-sub-ttl: 1.666rem;
    --ft-sub-txt: 1.1111rem;


}


/* common */
html {
    font-size: 18px;
}

html.overflow {
    overflow: hidden;
}

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.only_web {
    display: block !important;
}

.only_mo {
    display: none !important;
}

.inner {
    position: relative;
    width: calc(100% - 8.3333vw);
    max-width: 1200px;
    margin: 0 auto;
}

.font_notosans {
    font-family: 'Noto Sans KR', sans-serif;
}


small {
    margin: 0 0.5em;
    display: inline-block;
    font-size: 0.8em;
    color: inherit;
    /* width: 1px;
    height: 0.9em;
    background-color: #8b8b8b;
    margin-top: -0.2em;
    vertical-align: middle; */
}

small.web {
    display: inline-block !important;
}

small.mo {
    display: none !important;
}


/* text-align */
.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}


.color_w {
    color: var(--c-w, #fff);
}

.color_b {
    color: #252525;
}

.color_g1 {
    color: #757575;
}

.color_g2 {
    color: #999;
}


/* flex */
.flex {
    display: flex;
    display: -ms-flexbox;
}

.flexCol {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;

}

.flex_c {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.flex__c {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.flex__st {
    display: flex;
    display: -ms-flexbox;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}

.flex__e {
    display: flex;
    display: -ms-flexbox;
    align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.flex_c_c {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.flex_c_st {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}

.flex_b_c {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.flex_b_st {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}

.flex_b_e {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.flex_e_e {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.flex_b {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.flex_c {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.flex__s {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.flex_w {
    flex-wrap: wrap;
}



/* checkbox */
.checkbox1 input[type="checkbox"] {
    display: none;
}

.checkbox1 input[type="checkbox"]+label {
    position: relative;
    font-size: 18px;
    display: inline-block;
    padding-left: calc(var(--chk-w1) + 10px);
    line-height: var(--chk-w1);
    cursor: pointer;
}

.checkbox1 input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
    border-radius: 4px;
    background-color: var(--c-w, #fff);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--l-db, #dbdbdb);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--chk-w1);
    height: var(--chk-w1);
    cursor: pointer;
}

.checkbox1 input[type="checkbox"]:checked+label::after {
    background-color: var(--c-pt);
    border: 1px solid var(--c-pt);
    background-image: url(../img/ico/chk_w.png);
}


.checkbox2 input[type="checkbox"] {
    display: none;
}

.checkbox2 input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--chk-w2) + 10px);
    cursor: pointer;
    line-height: var(--chk-w2);
}

.checkbox2 input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
    border-radius: 4px;
    background-color: var(--c-w, #fff);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--l-db, #dbdbdb);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--chk-w2);
    height: var(--chk-w2);
    cursor: pointer;
}

.checkbox2 input[type="checkbox"]:checked+label::after {
    background-image: url(../img/ico/chk_g.png);
}

/* radiobox */
[class*="radio_style"] input[type="radio"],
.radiobox input[type="radio"] {
    display: none;
}


.radio_style input[type="radio"] {
    display: none;
}

.radio_style input[type="radio"]+label {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--rdo-w1) + 10px);
    line-height: var(--rdo-w1);
    cursor: pointer;
}

.radio_style input[type="radio"]+label::before,
.radio_style input[type="radio"]+label::after {
    content: '';
    position: absolute;
    background-color: var(--c-w, #fff);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--l-db, #dbdbdb);
    ;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--rdo-w1);
    height: var(--rdo-w1);
    border-radius: 100%;
}

.radio_style input[type="radio"]+label::after {
    width: var(--rdo-in-w1);
    height: var(--rdo-in-w1);
    margin-left: calc((var(--rdo-w1) - var(--rdo-in-w1)) / 2);
    border: none;
}

.radio_style input[type="radio"]:checked+label::after {
    background-color: var(--c-pt);
}

.radio_style2 input[type="radio"] {
    display: none;
}

.radio_style2 input[type="radio"]+label {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--rdo-w2) + 10px);
    line-height: var(--rdo-w2);
    cursor: pointer;
}

.radio_style2 input[type="radio"]+label::before,
.radio_style2 input[type="radio"]+label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--rdo-w2);
    height: var(--rdo-w2);
    border-radius: 100%;
}

.radio_style2 input[type="radio"]+label::before {
    background-color: var(--c-w, #fff);
    border: 1px solid var(--l-db, #dbdbdb);
    ;

}

.radio_style2 input[type="radio"]+label::after {
    width: var(--rdo-in-w2);
    height: var(--rdo-in-w2);
    margin-left: calc(var(--rdo-in-w2) / 1.6);
}

.radio_style2 input[type="radio"]:checked+label::before {
    background-color: var(--c-pt);
    border: 1px solid var(--c-pt);

}

.radio_style2 input[type="radio"]:checked+label::after {
    background-color: var(--c-w, #fff);
}

.more_btn {
    display: inline-block;
    padding-right: 28px;
    font-size: var(--ft-more1);
    font-family: 'Pretendard-Medium';
    text-transform: uppercase;
    color: #252525;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-image: url('../img/ico/ico_more_black.png');
}

.more_btn.white {
    color: #fff;
    background-image: url('../img/ico/ico_more_white.png');
}

.more_btn.gray {
    background-image: url('../img/ico/ico_more_gray.png');
}

.more_btn.leftBot {
    position: absolute;
    bottom: 0;
    right: 0;

}

.paging {
    margin-top: 60px;
}

.paging .page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paging .page li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 40px;
    height: 1rem;
    color: #757575;
    background-position: center center;
    background-repeat: no-repeat;
}

.paging .page li.active a {
    font-weight: 700;
    color: var(--c-pt);
}

.paging .page li.active a>* {
    font: inherit;
}

.paging .page li.first_page a {
    font-size: 0;
    background-image: url('../img/btn/btn_first_page.png');
}

.paging .page li.preview a {
    font-size: 0;
    background-image: url('../img/btn/btn_preview.png');
}

.paging .page li.next a {
    font-size: 0;
    background-image: url('../img/btn/btn_next.png');
}

.paging .page li.last_page a {
    font-size: 0;
    background-image: url('../img/btn/btn_last_page.png');
}

/* //common */

/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#header .inner {
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .logo {
    max-width: 128px;
    min-width: 64px;
    width: 17.7777vw;
}

#header .logo img:nth-of-type(2) {
    display: none;
}


#header .gnb {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#header .gnb_list {
    display: flex;
    align-items: center;
    height: 90px;
}

#header .gnb_list>li {
    position: relative;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
}


#header .gnb_list>li:hover ul {
    display: block;
}

#header .gnb_list>li+li {
    margin-left: 54px;
}

#header .gnb_list>li>a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Medium';
}

#header .gnb_list>li>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 10px;
    min-width: 162px;
    box-shadow: 0 10px 20px 6px rgba(17, 15, 15, 0.10);
}


#header .gnb_list>li>ul li a {
    display: block;
    color: #454545;
    padding: 15px 0;
}

#header .gnb_list>li>ul li:hover a {
    color: var(--c-pt);
}
#header.scroll{
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
#header.scroll .gnb_list>li>a{
    color: #252525;
}
#header.scroll .logo img:nth-of-type(1) {
    display: none;
}

#header.scroll .logo img:nth-of-type(2) {
    display: block;
}

#header.on .logo img:nth-of-type(1) {
    display: none;
}

#header.on .logo img:nth-of-type(2) {
    display: block;
}

#header .gnb_list>li:hover>a,
#header .gnb_list>li.on>a {
    color: var(--c-pt);
    position: relative;
    border-bottom-color: var(--c-pt);

}

/* //header */

/* footer */
#footer {
    padding: 50px 0 60px;
    background: #191919;
    color: #8b8b8b;
}

#footer .foot_logo {
    margin-right: 80px;
    width: 23.888vw;
    max-width: 128px;
    margin-bottom: 25px;
    min-width: 86px;
    flex-shrink: 0;
}

#footer .foot_logo img {
    filter: brightness(0.6);
}

#footer .inner {
    display: flex;
}

#footer .foot_info * {

    line-height: 1.625;
}

#footer .foot_info .copy {
    margin-top: 30px;
}

#footer .foot_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: -3px;
}

#footer .foot_sns li {
    margin-right: 22px;
}

#footer .foot_sns li:last-of-type {
    margin-right: 0;
}

#footer .foot_sns li a {
    display: block;
}

.follow_menu {
    position: fixed;
    width: 110px;
    width: 10.9%;
    max-width: 110px;
    min-width: 90px;
    text-align: center;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    z-index: 99;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    background-color: #fff;
    display: none;
}

.follow_menu_inner {
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
    cursor: pointer;
}


.follow_menu .follow_top {
    padding: 10px;
}

.follow_menu .follow_top li {
    padding: 10px;
}

.follow_menu .follow_top li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.follow_menu .follow_top li a .ico {
    display: block;
    margin: 0 auto 8px;
    width: 36px;
    height: 36px;
    background: url(/img/ico/follow_ico_01.png) no-repeat top center;
}

.follow_menu .follow_top li:nth-child(2) a .ico {
    background: url(/img/ico/follow_ico_02.png) no-repeat top center;
}

.follow_menu .follow_top li:nth-child(3) a .ico {
    background: url(/img/ico/follow_ico_03.png) no-repeat top center;
}

.follow_menu .follow_bottom a {
    display: block;
    width: 100%;
    height: 52px;
    border-top: 1px solid #dbdbdb;
    background: url(../img/btn/top_btn.png) no-repeat center;
}

.follow_menu .follow_bottom a.bot_btn {
    background-image: url(../img/btn/bot_btn.png);
}

/* //footer */
@media screen and (max-width: 1200px) {
    html {
        font-size: 17px;
    }
}

/* tablet */
@media screen and (max-width: 1024px) {
    html {
        font-size: 16px;
    }
}

/* tablet */
/* mobile */
@media screen and (max-width: 768px) {
  
    :root {
        --chk-w1: 20px;
        --chk-w2: 18px;


        --ft-visual-ttl: 39px;
        --ft-visual-txt: 13px;


        --c-pt: #12b95f;
        --c-pt-shadow: rgba(18, 185, 95, 0.31);

        --ft-cont-ttl2: 18px;
        --ft-box-ttl2: 28px;
        --ft-box-ttl1: 30px;

        --ft-box-ttl-pt: 38px;



        --section-ttl: 30px;
        --section-sub: 16px;
        --section-txt: 13px;


        --section2-ttl: 30px;
        --section2-sub: 16px;
        --section2-txt: 13px;

        --sub-sect-ttl: 28px;
        --sub-sect-sub: 14px;
        --sub-sect-txt: 14px;

        --sub-sect-ttl2: 28px;
        /* --sub-sect-sub2: 14px; */
        --sub-sect-txt2: 13px;



        /* txt box font size */
        --ft-cont-ttl: 16px;
        --ft-cont-txt: 13px;
        --ft-cont-ttl2: 17px;
        --ft-cont-txt2: 13px;
        /* txt box font size */

        --ft-more2: 20px;
        --ft-more1: 14px;

        --ft-sub-ttl: 30px;
        --ft-sub-txt: 20px;

        --ft-btn1: 14px;
    }

    html {
        font-size: 13px;
    }

    small.web {
        display: none !important;
    }

    small.mo {
        display: inline-block !important;
    }

    #container {
        min-height: calc(100vh - 237px);
    }

    .inner {
        position: relative;
        width: calc(100% - 8.3333vw);
    }

    /* common */
    .only_web {
        display: none !important;
    }

    .only_mo {
        display: block !important;
    }

    .more_btn {
        padding-right: 25px;
        line-height: 1.2;
        background-image: url('../img/ico/ico_more_black_mo.png');
        background-size: 14px;
    }

    .more_btn.white {
        background-image: url('../img/ico/ico_more_white_mo.png');
    }

    .checkbox1 input[type="checkbox"]+label {
        font-size: 14px;
    }

    .checkbox1 input[type="checkbox"]+label::after {
        background-size: 12.5px auto;
    }

    /* pager */
    .paging {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .paging .page li a {
        width: 32px;
        font-size: 14px;
        background-size: auto 9px;
    }

    /* header */

    #header.on::after {
        display: none;
    }

    #header .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
    }

    #header .gnb {
        display: none;
    }

    #header .ham_btn {
        position: relative;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        z-index: 112;
    }

    #header .ham_btn>div {
        position: relative;
        width: 100%;
        height: 14.5px;
        overflow: hidden;
    }

    #header .ham_btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: transform .5s ease;
    }
    #header.scroll .ham_btn span{
        background-color: #252525;
    }
    #header .ham_btn span:nth-of-type(1) {
        top: 0;
    }

    #header .ham_btn span:nth-of-type(2) {
        top: 50%;
        margin-top: -1px;
    }

    #header .ham_btn span:nth-of-type(3) {
        bottom: 0;
    }

    #header .ham_btn.on>div {
        width: 18px;
    }

    #header .ham_btn.on span {
        background: #000;
    }

    #header .ham_btn.on span:nth-of-type(1) {
        transform: translate3d(0, 6px, 0) rotate(135deg);
    }

    #header .ham_btn.on span:nth-of-type(2) {
        transform: translate3d(0, 100px, 0) rotate(540deg);
    }

    #header .ham_btn.on span:nth-of-type(3) {
        transform: translate3d(0, -6px, 0) rotate(225deg);
    }

    /* //header */

    /* all_menu_wrap */
    .all_menu_wrap {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        padding-top: 60px;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 111;
        transition: transform .5s ease;
    }

    .all_menu_wrap.open {
        transform: translateX(0);
    }

    .all_menu_wrap .all_menu {
        flex: 1;
        max-height: calc(100% - 50px);
        padding: 0 15px;
        overflow-y: auto;
    }

    .all_menu_wrap .all_menu>ul {
        border-top: 1px solid #eee;
    }

    .all_menu_wrap .all_menu>ul>li {
        border-bottom: 1px solid #eeeeee;
    }

    .all_menu_wrap .all_menu .depth01 {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding: 0 20px 0 5px;
        font-size: 14px;
        font-family: 'Pretendard-SemiBold';
        text-align: left;
    }

    .all_menu_wrap .all_menu button.depth01 {
        background-position: right 5px center;
        background-repeat: no-repeat;
        background-size: auto 7px;
        background-image: url('../img/btn/all_menu_arrow.png');
    }

    .all_menu_wrap .all_menu button.depth01.on {
        background-image: url('../img/btn/all_menu_arrow_on.png');
    }

    .all_menu_wrap .all_menu .depth02 {
        display: none;
    }

    .all_menu_wrap .all_menu .depth02>ul {
        padding: 4px 15px 8px;
        background: #fafafa;
        border-top: 1px solid #eee;
    }

    .all_menu_wrap .all_menu .depth02 a {
        display: block;
        font-family: 'Pretendard-Medium';
        padding: 12px 0;
        font-size: 13px;
        font-weight: 500;
        color: #757575;
    }

    /* //all_menu_wrap */

    /* footer */
    #footer {
        padding: 30px 0 35px;
        font-size: 11px;
    }

    #footer .foot_logo {
        margin-right: 0;
        margin-bottom: 25px;
    }

    #footer .inner {
        display: block;
    }

    #footer .foot_info .copy {
        margin-top: 35px;
        font-size: 14px;
        line-height: 1.7;
    }

    #footer .foot_sns {
        display: none;
    }

    /* //footer */

}