@charset "utf-8";
html,
body {
    font-size: 17px;
}
:root {
    --main-color: #289ad5;
    --main-color-2: #185c7f;
    --sub-color: #f4505e;
    --sub-color-2: #858c94;
    --sub-color-3: #d4d9dd;
    --c-black-1: #222;
    --c-black-2: #333;
    --c-black-3: #555;
    --c-black-4: #757575;
    --c-black-5: #ddd;
    --c-black-6: #efefef;
    --c-black-7: #fafafa;
    --c-black-8: #f6f6f6;

    accent-color: #289ad5;

    --txt-xs: 0.75rem;/* 12px */
    --txt-sm: 0.875rem;/* 14px */
    --txt-md: 1rem;/* 16px */
    --txt-lg: 1.125rem;/* 18px */
    --txt-xl: 1.25rem;/* 20px */
    --txt-2xl: 1.5rem;/* 24px */
    --txt-3xl: 1.75rem;/* 28px */
    --txt-4xl: 2rem;/* 32px */
    --txt-5xl: 3rem;/* 48px */
    --txt-6xl: 3.75rem;/* 60px */

    --pad-tb-xs: 0.625rem 0;/* 10px 0 */
    --pad-tb-sm: 1.25rem 0;/* 20px 0 */
    --pad-tb-md: 1.875rem 0;/* 30px 0 */
    --pad-tb-lg: 2.5rem 0;/* 40px 0 */
    --pad-tb-xl: 3.75rem 0;/* 60px 0 */
    --pad-tb-2xl: 5.625rem 0;/* 90px 0 */

    --radius-all-xs: 0.5rem;
    --radius-all-sm: 0.875rem;
    --radius-all-md: 1.875rem;
    --radius-all-lg: 3.125rem;
    --radius-all-xl: 3.75rem;

    --web-width: 1280px;

    --main-font: 'Pretendard', 'Noto Sans KR', sans-serif;
}


/**************************************************************/
/**************************************************************/
/****************************basic css*************************/
/**************************************************************/
/**************************************************************/

/* ----------------- pc mobile hidden & show -----------------*/
.pc_hidden {
    display: none !important;
}
.m_hidden {
    display: block !important;
}
.pc_hidden_f {
    display: none !important;
}
.m_hidden_f {
    display: flex !important;
}


/* ---------------------- margin setting -----------------------*/
.mb_0 {
    margin-bottom: 0 !important;
}
.mb_10 {
    margin-bottom: 0.625rem !important;
}
.mb_20 {
    margin-bottom: 1.25rem !important;
}
.mb_30 {
    margin-bottom: 1.875rem !important;
}
.mb_40 {
    margin-bottom: 2.5rem !important;
}
.mb_60 {
    margin-bottom: 3.75rem !important;
}
.mb_90 {
    margin-bottom: 5.625rem !important;
}
.mt_0 {
    margin-top: 0 !important;
}
.mt_4 {
    margin-top: 0.25rem !important;
}
.mt_10 {
    margin-top: 0.625rem !important;
}
.mt_20 {
    margin-top: 20px !important;
}
.mt_30 {
    margin-top: 1.875rem !important;
}
.mt_40 {
    margin-top: 2.5rem !important;
}
.mt_60 {
    margin-top: 3.75rem !important;
}
.mt_90 {
    margin-top: 5.625rem !important;
}

/* -------------------- basic flex setting -------------------*/
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex.flex_end {
    justify-content: flex-end;
}
.flex.flex_bet {
    justify-content: space-between;
}
.flex .i_sup_wd { width: calc(100% - 80px);}
/* -------------------- text basic setting -------------------*/
.txt_center {text-align: center !important;}
.txt_left {text-align: left !important;}
.txt_right {text-align: right !important;}
.txt_lg {
    font-size: var(--txt-xl);
    display: block;
    color: var(--c-black-3);
    line-height: 1.6em;
}
.txt_lg span {
    font-weight: 500;
    color: var(--main-color-2);
}
.txt_lg_thin {
    font-size: var(--txt-xl);
    font-weight: lighter;
    display: block;
    color: var(--c-black-3);
    line-height: 1.6em;
}
.txt_lg_thin span {
    font-weight: normal;
    color: var(--main-color-2);
}
.txt_md {
    font-size: var(--txt-lg);
    display: block;
    font-weight: 400;
    color: var(--c-black-3);
    line-height: 1.6em;
    word-break: break-all;
}
.txt_md span {
    font-weight: 600;
    color: var(--main-color-2);
}
.txt_ex {
    font-size: var(--txt-sm);
    color: var(--c-black-4);
}
.txt_sm {
    font-size: var(--txt-sm);
    line-height: 1.6em;
}
.txt_strong {
    font-weight: 600;
}
.txt_light {
    font-weight: 200;
}
/* -------------------- text color setting -------------------*/
.main_clr {
    color: var(--main-color) !important;
}
.main_clr02 {
    color: var(--main-color-2) !important;
}

.sub_clr {
    color: var(--sub-color) !important;
}
.sub_clr02 {
    color: var(--sub-color-2) !important;
}
.sub_clr03 {
    color: var(--sub-color-3) !important;
}
.sub_clr04 {
    color: var(--sub-color-4) !important;
}
.txt_grey {
    color: var(--c-black-4) !important;
}
.txt_red {
    color: #d22b28 !important;
}
.txt_blk {
    color: var(--c-black-1) !important;
}

/* -------------------- text link setting -------------------*/
.txt_link {
    cursor: pointer;
    display: inline-block;
    color: var(--sub-color-2) !important;
    font-weight: 400;
}
.txt_link span.material-icons {
    vertical-align: sub;
    font-size: 18px;
    margin-right: 0.25rem;
    color: var(--main-color-2);
}

/* ------------------서브페이지 첫번째 제목------------------*/
.page_tit h4 {
    font-size: 2.5rem;
    margin-bottom: 3.125rem;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
}
/* ------서브페이지 두번째 제목 (bullet 없는 센터버전)-------*/
.cont_tit_m h5 {
    font-size: 2.25rem;
    margin: 5.625rem 0 2.5rem;
    display: block;
    font-weight: bold;
    word-break: keep-all;
    text-align: center;
}
.cont_tit_nm h5 {
    font-size: 2.25rem;
    margin: 0 0 2.5rem;
    display: block;
    font-weight: bold;
    word-break: keep-all;
    text-align: center;
}
.cont_tit_m h4, .cont_tit_nm h4 {font-weight: 500;}
.cont_tit_m .txt_strong {
    font-weight: 500;
    color: var(--c-black-1);
}
.cont_tit_nm .txt_strong {
    font-weight: 500;
    color: var(--c-black-1);
}

/* ------------------서브페이지 두번째 제목 (bullet 버전)------------------*/
/* .cont_tit_m h5 {
    font-size: var(--txt-4xl);
    margin: 5.625rem 0 2.5rem;
    position: relative;
    padding-left: 1.75rem;
    display: block;
    font-weight: bold;
    word-break: keep-all;
}
.cont_tit_nm h5 {
    font-size: var(--txt-4xl);
    margin: 0 0 2.5rem;
    position: relative;
    padding-left: 1.75rem;
    display: block;
    font-weight: bold;
    word-break: keep-all;
}
.cont_tit_m .txt_strong {
    font-weight: 500;
    color: var(--c-black-1);
}
.cont_tit_nm .txt_strong {
    font-weight: 500;
    color: var(--c-black-1);
}
.cont_tit_m::before,
.cont_tit_nm::before {
    content: '';
    background: url(../images/common/tit_bg.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 32px;
} */

/* ------------------서브페이지 세번째 제목------------------*/
.cont_subtit h6 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    color: var(--main-color-2);
    font-weight: 500;
    display: block;
    word-break: keep-all;
}


/* -------------------- 이미지만 있는 div -------------------*/
.min_img img {
    width: 100%;
    min-width: 640px;
    margin: 0 auto;
}
.img_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.orga {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* -------------------- text bullet list --------------------*/
.txt_bullet {
    position: relative;
    padding-left: 16px;
    line-height: 1.4em;
    margin-bottom: 6px;
}
.txt_bullet:last-child {
    margin-bottom: 0;
}
.txt_bullet::before {
    content: url(../images/common/bullet.png);
    position: absolute;
    left: 0;
    top: -2px;
    width: 8px;
    height: 8px;
}

/* ---------------------- box setting -----------------------*/
.box_basic {
    border: 1px solid var(--c-black-5);
    padding: 40px;
    border-radius: 10px;
}
.box_basic_clr {
    border: 1px solid var(--c-black-1);
    padding: 40px;
    border-radius: 10px;
}
.box_basic_bg {
    border: 1px solid var(--c-black-5);
    background: var(--c-black-7);
    padding: 40px;
    border-radius: 10px;
}

/* -------------------- text box setting --------------------*/
.txt_box {
    background: var(--c-black-6);
    border: 1px solid var(--c-black-5);
    border-radius: 14px;
    padding: 1.875rem 2.5rem;
    line-height: 1.4em;
}
.txt_box .material-icons {
    color: var(--sub-color);
    font-size: var(--txt-xl);
    vertical-align: sub;
}
.txt_box_lg {
    background: #f1f1f1;
    margin-bottom: 2rem;
    border-radius: 14px;
    padding: 2rem 0;
    line-height: 1.4em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.txt_box_lg h5 {
    font-size: 1.75rem;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    margin: 1.5rem 0 2rem;
}
.txt_box_lg h6 {
    color: var(--c-black-3);
    font-size: 1.125rem;
    text-align: center;
    max-width: 600px;
    font-weight: 500;
}
.txt_box_lg h6 span {color: var(--main-color);}
.txt_box_lg .material-icons {
    color: #e72b2b;
    font-size: 48px;
}

/* -------------------- line box setting --------------------*/
.link_box {display: flex;cursor: pointer;align-items: center;justify-content: flex-end;}
.link_box .material-icons {
    color: var(--sub-color);
    font-size: var(--txt-xl);
    vertical-align: sub;
    padding-right: 4px;
}
.line_box .box:first-child {
    border-top: 4px solid var(--sub-color-2);
}
.line_box .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: var(--pad-tb-sm);
    border-bottom: 1px solid var(--c-black-5);
}
.line_box .box .tit {
    width: 200px;
    font-size: var(--txt-lg);
    font-weight: 500;
    color: var(--main-color-2);
}
.line_box .box .tit.tit_sm {
    width: 34px;
}
.line_box .box .tit .num {font-weight: bolder;padding-right: 4px;}
.line_box .box .cont {
    color: var(--c-black-2);
    line-height: 1.5em;
    width: calc(100% - 200px);
}
.line_box .box .cont.cont_sm {
    width: calc(100% - 34px);
}

/**************************************************************/
/**************************************************************/
/*************************table setting ***********************/
/**************************************************************/
/**************************************************************/
.tb_scroll {
    overflow-x: auto;
    border-bottom: 1px var(--sub-color-3) solid;
}
table {
    width: 100%;
    border-top: 2px var(--sub-color-2) solid;
    /* border-right: 1px var(--c-black-5) solid;
    border-left: 1px var(--c-black-5) solid; */
    /* table-layout: fixed; */
    min-width: 480px; 
    border-collapse: collapse;
    line-height: 1.5em;
    text-align: center;
}
.table_min {
    min-width: 280px;
}
table th {
    background-color: var(--c-black-7);
    /* border-top: 4px solid var(--main-color); */
    border-right: 1px var(--c-black-6) solid;
    padding: 20px;
    font-weight: 400;
}
table tr {
    border-bottom: 1px var(--c-black-5) solid;
}
/* table tr:last-child {
    border-bottom: 0;
} */
table tr th {
    padding: 14px;
}
table td {
    padding: 14px;
    border-right: 1px var(--c-black-6) solid;
    background: #fff;
    vertical-align: middle;
}
table td:last-child {
    border-right: 0;
}
table .cont {
    /*    padding: 14px;*/
    text-align: left;
    word-break: keep-all;
}
table .main_tit {
    background: var(--c-black-4);
    color: #fff;
    font-size: var(--txt-lg);
    font-weight: 500;
}
table .sub_tit {
    background: #aaa;
    border-right: 1px #fff solid;
}
table .sub_tit:last-child {
    border-right: 0;
}
.tb_txt_eng {color: var(--main-color-2); font-size: 0.925rem;}


/**************************************************************/
/**************************************************************/
/*************************popup setting ***********************/
/**************************************************************/
/**************************************************************/
/* ---------------------- modal popup ------------------------*/
.modal_conts .btn_close_m {
    display: inline-block;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
    height: 38px;
    background: var(--main-color);
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    font-size: var(--txt-md);
    box-sizing: border-box;
    padding: 0;
}
.modal_conts .btn_area {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: none;
}
.modal_tr table tr {
    cursor: pointer;
}
.modal_conts table th {
    color: var(--c-black-1);
    font-size: var(--txt-lg);
    padding: 16px 30px;
}
.modal_conts table td {
    padding: 16px 30px 16px 16px;
}
.modal_conts table td img {
    max-width: 600px;
}
.modal_conts {
    display: none;
    max-width: 800px;
    min-width: 300px;
    background: #fff;
    max-height: 700px;
    overflow: auto;
}
.modal_conts .tb {
    z-index: 999 !important;
    padding: 20px;
    border: 1px solid var(--c-black-4);
    max-width: 800px;
    min-width: 300px;
}
.modal_conts .tb img {
    margin: 0 auto;
    display: block;
    max-height: 660px;
}

/* ---------------------- layer popup ------------------------*/
.layer_popup {
    position: absolute;
    width: 450px;
    /*height: 450px;*/
    top: 0px;
    /* left: 0px; */
    z-index: 10000000002;
    cursor: pointer;
}
.layer_popup p {
    margin: 0 auto;
    text-align: center;
}
/*.layer_popup p img {width:330px;}*/
.layer_popup .close_wrap {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.layer_popup .pop_close {
    float: left;
    padding: 0 6px;
}
.layer_popup .chk_close {
    float: right;
    padding: 0 6px;
}
.layer_popup .chk_close a {
    color: #fff;
}
@media screen and (max-width:580px) {
    .layer_popup {position:absolute; width:100%; height: 100%; top:0px; left: 0px; /*background-color: rgba(0,0,0,0.5);*/ z-index:10000000002;cursor:pointer; }
    .layer_popup p {margin: 0 auto; margin-top:50px; text-align: center;}
    .layer_popup p img {width:300px;}
    .layer_popup .close_wrap {background-color: rgba(0,0,0,0.0); height: 50px; color: #fff; line-height: 30px;text-align: center;}
    .layer_popup .pop_close {
        float: none;
        width: 100%;
        padding: 0 6px;
    }
    .layer_popup .chk_close {
        float: none;
        /* width: 100%; */
        padding: 0 6px;
    }
}


/* ---------------------- window popup ------------------------*/
#window_popup {padding: 20px; width: 840px; min-width: 840px; max-width: 840px; max-height: 740px;}
#window_popup table {width: 800px;}
#window_popup table td {padding: 8px 10px !important;}
.print_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid var(--c-black-4);
    padding-bottom: 0.5em;
}
.print_top .left {
    display: flex;
    gap: 1em;
}
.print_top .left .img {
    max-width: 100px;
}
.print_top .left .txt {
    display: flex;
    align-items: flex-end;
}
.print_top .left .txt p {
    font-size: 12px;
}
.print_top .right {
    display: flex;
    align-items: flex-end;
    font-size: 36px;
}
.print_center {
    margin: 20px 0;
    min-height: 65vh;
}
.print_center h6 {
    font-size: 20px;
    margin-bottom: 16px;
}
.print_center .wrap {
    display: flex;
    flex-wrap: wrap;
}
.pop_print .print_tb tr {
    border-bottom: 1px solid var(--c-black-5);
    border-left: 1px solid var(--c-black-5);
}
.pop_print .print_tb th {
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid var(--c-black-5);
}
.pop_print .print_tb td {
    border-right: 1px solid var(--c-black-5);
    font-size: 14px;
}
.print_bottom .bottom_txt {
    margin: 30px 0;
}
.print_bottom .bottom_txt p {
    font-size: 12px;
}
.print_bottom .bottom_txt p span {font-weight: 600;font-size: 14px;}


/**************************************************************/
/**************************************************************/
/********************* button & tag setting *******************/
/**************************************************************/
/**************************************************************/
/* ------------------ basic button setting -------------------*/
.pop_btn_confirm {
    display: inline-block;
    text-align: center;
    width: 80px;
    background: var(--main-color);
    height: 35px;
    line-height: 35px;
	font-size: 15px;
    color: #fff;
	cursor: pointer;
	font-weight: 400;
}
.pop_btn_cancel {
    display: inline-block;
    text-align: center;
    width: 80px;
    background: var(--c-black-4);
    height: 35px;
    line-height: 35px;
	font-size: 15px;
    color: #fff;
	cursor: pointer;
	font-weight: 400;
}
.viewmore {
    cursor: pointer;
    font-size: 1rem;
    color: var(--c-black-1);
    font-weight: bold;
    letter-spacing: -0.5px;
    padding-right: 20px;
    box-sizing: border-box;
    transition: 0.5s;
    display: inline-block;
    position: relative;
}
.viewmore::after {
    content: '';
    background: url(../images/common/viewmore.png);
    position: absolute;
    top: 3px;
    right: 0;
    width: 16px;
    height: 16px;
}
.viewmore:hover {
    color: var(--c-black-2);
}
.viewmore:hover::after {
    background: url(../images/common/viewmore_bl.png);
}
.btn_write {
    display: inline-block;
    text-align: center;
    float: right;
    width: 120px;
    background: var(--main-color-2);
    height: 42px;
    line-height: 42px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
}
.btn_modify {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: var(--sub-color);
    height: 42px;
    line-height: 42px;
    color: #fff;
	cursor: pointer;
	font-weight: 400;
}
.btn_reply {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: var(--main-color);
    height: 42px;
    line-height: 42px;
    color: #fff;
	cursor: pointer;
	font-weight: 400;
}
.btn_delete {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: #999;
    height: 42px;
    line-height: 42px;
    color: #fff;
	cursor: pointer;
	font-weight: 400;
}
.btn_etc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 40px;
    line-height: 36px;
    width: 120px;
    text-align: center;
    vertical-align: top;
    font-size: 0.925rem;
    cursor: pointer;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    /* margin: 2px 10px; */
    box-sizing: border-box;
    padding: 3px 0;
}
.btn_etc:hover {
    border: 0;
    background-color: var(--main-color);
    color: #fff;
}
.btn_down {
    background: var(--main-color-2);
    color: #fff;
    width: 10rem;
    height: 3rem;
    text-align: center;
    border-radius: 6px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.3s;
}
.btn_down span {
    padding-left: 0.25rem;
    font-size: 1.125rem;
    vertical-align: sub;
    color: #fff !important;
}
.btn_down:hover {
    background: var(--main-color);
}
.btn_line {
    border: 1px solid var(--c-black-1);
    color: var(--c-black-1);
    box-sizing: border-box;
    font-size: var(--txt-md);
    font-weight: 600;
    width: 160px;
    height: 45px;
    display: block;
    transition: 0.3s;
    position: relative;
}
.btn_line .inner {
    position: absolute;
    font-weight: 600;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.btn_line span.bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--c-black-1);
}
.btn_line:hover .inner {
    color: #fff;
}
.btn_line:hover span.bg {
    width: 100%; animation: btn1Ani 0.3s linear 1;
}
.btn_line_wht {
    border: 1px solid #fff;
    color: #fff;
    box-sizing: border-box;
    font-size: var(--txt-lg);
    font-weight: 600;
    width: 160px;
    height: 45px;
    display: block;
    transition: 0.3s;
    position: relative;
}
.btn_line_wht .inner {
    position: absolute;
    font-weight: 600;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.btn_line_wht span.bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
}
.btn_line_wht:hover .inner {
    color: var(--sub-color);
}
.btn_line_wht:hover span.bg {
    width: 100%; animation: btn1Ani 0.3s linear 1;
}
    @keyframes btn1Ani{
        0%{width: 0;}
        100%{width: 100%;}
    }
.btn_bg {
    font-size: var(--txt-lg);
    font-weight: 600;
    width: 160px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    color: #fff;
}
.section .btn_plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
}
.btn_ic_wrap {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.btn_ic {
    display: flex;
    justify-content: space-between;
    padding: 1.75rem 2rem;
    border-radius: var(--radius-all-xs);
    align-items: center;
    transition: 0.3s;
}
.btn_ic:hover {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}
.btn_ic.btn_ic_red:hover {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 50%);
}
.btn_ic .tit {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.btn_ic .tit .ic {
    max-width: 2rem;
    max-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_ic .tit .ic img {
    max-height: 1.925rem;
    max-width: 1.925rem;
}
.btn_ic .tit p {
    font-size: 1.25rem;
    font-weight: 400;
}
.btn_ic .tit p span {
    font-weight: 600;
}
.btn_ic .more {position: relative;color: var(--main-color);font-weight: 800;font-family: var(--main-font);font-size: 0.825rem;}
.btn_ic .more::before {content: '';position: absolute;background: url(../images/common/symbol_round.svg) no-repeat;background-size: cover;width: 170%;aspect-ratio: 1/1;top: -95%;left: 50%;transform: translate(-50%);transition: 0.5s;}
.btn_ic.btn_ic_wht {
    background: #fff;
    border: 1px solid #fff;
}
.btn_ic.btn_ic_red {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}
.btn_ic.btn_ic_yellow {
    background: var(--main-color-2);
    border: 1px solid var(--main-color-2);
}
.btn_ic.btn_ic_red, .btn_ic.btn_ic_yellow p, .btn_ic.btn_ic_red .more, .btn_ic.btn_ic_yellow .more {
    color: #fff;
}
.btn_ic.btn_ic_red .more::before, .btn_ic.btn_ic_yellow .more::before {
    background: url(../images/common/symbol_round_wht.svg) no-repeat;
}
/* -------------------- state tag setting --------------------*/
.state01 { 
	width: 60px;
	background: #999;
	font-weight: 400;
	color: #fff;
	padding: 3px 4px;
	border-radius: 3px;
	text-align: center;
	letter-spacing: -1px;
    margin-left: 6px;
}
.state02 {
	width: 60px;
	background: #ffad41;
	font-weight: 400;
	color: #fff;
	padding: 3px 4px;
	border-radius: 3px;
	text-align: center;
	letter-spacing: -1px;
	margin-left: 6px;
}
/* ------------------- top button setting --------------------*/
#top_btn {
    position: fixed;
    right: 200px;
    bottom: 140px;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    z-index: 999;
    background: url(/images/common/top_btn.png) no-repeat;
}





/**************************************************************/
/**************************************************************/
/****************************header****************************/
/**************************************************************/
/**************************************************************/

#header {
    position: absolute;
    top: 0;
    color: var(--c-black-1);
    z-index: 1000;
    width: 100%;
    transition: all 0.3s ease;
    background: #fff;
    border-bottom: 1px solid  var(--c-black-5);
}
#header.mainheader {
    background: none;
    border: none;
}
#header .logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
#header .logo a img.on {
    display: none;
}
#header .logo a img.off {
    display: block;
}
#header.on {
    position: fixed;
    top: 0;
    animation: smoothScroll 0.3s forwards;
    background: #fff;
    /* background: var(--sub-color); */
    border-bottom: 1px solid var(--c-black-5);
}
#header.on .logo a img.on {
    display: none !important;
}
#header.on .logo a img.off {
    display: block !important;
}
#header.on nav {
    display: block;
}

#header nav {
    width: auto;
    color: var(--main-color);
}
#header nav #gnb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header nav #gnb>li {
    width: 190px;
    height: 90px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    position:relative;
    transition: .5s height, .2s background;
}
#header nav #gnb li .nav_dep1 {
    font-size: 1.188rem;
    font-weight: 500;
    width: 100%;
    min-height: auto;
}
#header.on nav #gnb li .nav_dep1 {color: var(--c-black-1) !important;}
#header nav #gnb li .sub_nav{
    width:100%;
    position:absolute;
    top:91px;
    background-color: rgba(32,53,140,0.8);
    z-index: 99999;
    display: none;
}
#header nav #gnb li .sub_nav:hover{background-color: rgba(51,68,139,0.8);}
#header nav #gnb li .sub_nav>li{
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
}
#header nav #gnb li .on{display:block;transition: ease-in-out 0.2;}
#header nav #gnb li .sub_nav>li>a{
    min-height:inherit;min-width:inherit;
    display: block;
    font-size: var(--txt-md);
    word-break: break-all;

    min-height: auto;
    line-height: 1.3em;
    white-space: break-spaces;
    letter-spacing: -1px;
    /* color: var(--c-black-3); */
    color: #fff;
    transition: 0.3s;
}
#header nav #gnb li .sub_nav li>a:hover{font-weight:500;}

/* 페이지별 헤더 색상 교체 */
.fp-viewing-HOME #header .logo a img.on {display: block;}
.fp-viewing-HOME #header .logo a img.off {display: none;}
.fp-viewing-HOME #header .menu_area ul li a.btn_ham_menu {background-image: url(../images/common/ic_ham_menu.png);}
.fp-viewing-HOME #header nav #gnb li .nav_dep1 {color: #fff;}
.fp-viewing-HOME #header .open .search a {color: #fff;}
.fp-viewing-HOME #header .open .login a {color: #fff;}
.fp-viewing-HOME #header .open .lang .btn_lang {color: #fff;}

#header .open {
    display: flex;
}
#header .open .login, #header .open .search  {
    margin-left: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.925rem;
}

#header.on .open .login a, #header.on .open .search a, #header.on .open .lang .btn_lang {
    color: var(--c-black-3);
}
.lang .btn_lang {
    cursor: pointer;
    text-align: center;
    color: var(--c-black-3);
    font-weight: bold;
    font-size: 0.925rem;
}
.lang {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
}
.lang .lang_list {
    /* display: none; */
    position: absolute;
    margin-top: 12.5rem;
    width: 4.5rem;
    background: #fff;
    z-index: 9999999;
    font-size: var(--txt-sm);
    text-align: center;
    transition: max-height 0.3s ease;
    max-height: 0;
    overflow: hidden;
}

.lang .lang_list.on {
    /* display: block !important; */
    position: fixed;
    max-height: 500px; /* Adjust this value to match the expected expanded height */
}

.lang .lang_list li {
    margin: 20px 10px;
}
.lang .lang_list li a {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#header .open ul li a {
    line-height: 16px;
}
.float_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    transition: all 0.5s ease;
}
.float_wrapper.on {
    position: fixed;
    top: 0;
    animation: smoothScroll 0.5s forwards;
    z-index: 9;
}
.float_wrapper.on nav {
    display: block;
}
/* -------------------------- topheader --------------------------*/
#header .top_header {
    width: 100%;
    border-bottom: 1px solid #c9d0d4;
}
#header .top_header .wrap {
    width: var(--web-width);
    margin: 0 auto;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0;
    color: var(--main-color-2);
    font-size: 0.875rem;
    font-weight: 500;
}
#header .top_header .wrap li {display: flex;}
#header .top_header .wrap a {
    color: var(--c-black-3);
}
#header .top_header .wrap li span {
    color: var(--c-black-4);
    padding: 0 5px;
    font-weight: 300;
}
#header .top_header .wrap .clr {
    color: var(--sub-color);
    font-weight: 500;
}
/* -------------------------- midheader --------------------------*/
.mid_header_wrap {
    width: 100%;
    /* background: var(--main-color); */
}
.mid_header {
    width: var(--web-width);
    height: 86px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_search_wrap {
    padding: 10px;
    width: 400px;
    background: #fff;
    border: 1px solid var(--sub-color);
    border-radius: 8px;
}
.header_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_search input {
    border: none !important;
    height: inherit !important;
    padding: 0 10px 0 0 !important;
    width: -webkit-fill-available !important;
}
.header_search a {min-width: 16px;}
/* -------------------------- botheader --------------------------*/
.bot_header {
    display: flex;
    width: var(--web-width);
    height: 76px;
    margin: 0 auto;
    justify-content: space-between;
    border-radius: 12px;
}
.bot_header .menu_area {
    /* box-sizing: border-box; */
    height: 100%;
}
.bot_header .menu_area>ul, .bot_header .menu_area>ul>li {
    height: 100%;
}
/* -------------------------- header dropdown menu --------------------------*/
#header.active nav {
    display: block;
}
#header .depth_toggle {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    transition: .5s height, .2s background;
    display: none;
    width: 100%;
    background: #fff;
    border-top: 1px solid var(--c-black-5);
    border-bottom: 1px solid var(--c-black-5);
}
#header .depth_toggle .sub_nav li.menu3 a {
    font-size: var(--txt-sm);
    color: var(--c-black-4);
    font-weight: 300;
    line-height: 0.875rem;
}
#header .depth_toggle.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .depth_toggle .wrapper {
    margin-left: -9.5rem;
    display: flex;
}
#header .depth_toggle .sub_nav {
    width: 190px;
    border-right: 1px solid var(--c-black-5);
    padding: 1rem 1rem;
    transition: .5s height, .2s background;
}
#header .depth_toggle .sub_nav:last-child {border: 0;}
#header .depth_toggle .sub_nav li {
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    /*    font-size: 1;*/
}
#header .depth_toggle .sub_nav li.tit a {
    font-weight: 600 !important;
    font-size: 1.125rem;
    color: var(--sub-color);
    margin-bottom: 0.75rem;
    border-bottom: 1px dashed var(--c-black-5);
}
#header .depth_toggle .sub_nav li.menu3 {
    padding-left: 0.5rem;
}
#header .mini_nav {
    width: 192px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--c-black-5);
    transition: .5s height, .2s background;
    display: none;
    position: absolute;
    top: 76px;
    padding: 0.5rem 0;
    z-index: 99;
}
#header .mini_nav.active {
    display: block;
}
#header .mini_nav li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    /*    font-size: 1;*/
}
#header .mini_nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.5rem;
    transition: 0.3s;
    color: var(--c-black-3);
}
#header .mini_nav li:hover a {
    color: var(--main-color);
    font-weight: 600;
}
#header .mini_nav li.menu3 {
    margin-top: -4px;
}
#header .mini_nav ul.depth3 {
    margin-top: -4px;

}
/* 한줄일 시 */
/* #header nav .depth_toggle .sub_nav li a {
    display: block;
    overflow: hidden;
    margin-bottom: -20px;
    font-size: var(--txt-md);
    letter-spacing: -0.6px;
    text-overflow: ellipsis;
} */
/* 두줄일 시 */
#header nav .depth_toggle .sub_nav li a {
    display: block;
    font-size: var(--txt-md);
    word-break: break-all;
    padding-bottom: 0.75rem;
    min-height: auto;
    line-height: 1.3em;
    white-space: break-spaces;
    letter-spacing: -1px;
    color: var(--c-black-2);
    transition: 0.3s;
}
#header nav .depth_toggle .sub_nav li a span {
    font-size: 0.925rem;
    padding-left: 0.25rem;
    vertical-align: middle;
    opacity: 0.75;
}
#header nav .depth_toggle .sub_nav.on {
    /* background: var(--c-black-7);
    color: var(--c-black-1); */
    background: var(--c-black-7);
    transition: .5s height, .2s background;
}
/* #header nav .depth_toggle .sub_nav.on li a {
    color: var(--c-black-2);
} */
#header nav .depth_toggle .sub_nav.on li a:hover {
    color: var(--main-color) !important;
    font-weight: 500;
}
#header.speedup {
    transition: all 0.2s ease !important;
}

#header nav .depth_toggle .sub_nav li.over {
    height: 58px;
    /* overflow: auto; */
    line-height: 18px;
    text-overflow: clip;
    white-space: pre-line;
}
#header nav .depth_toggle .sub_nav li.over a {
    overflow: visible;
    text-overflow: clip;
    white-space: initial;
}
#header nav .depth_toggle .sub_nav li.over_min {
    height: 48px;
    /* overflow: auto; */
    line-height: 21px;
    text-overflow: clip;
    white-space: pre-line;
}
#header nav .depth_toggle .sub_nav li.over_min a {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: initial;
    word-break: break-word;
}
#header nav .depth_toggle .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}
#header nav .depth_toggle .sub_nav.on .link:after {
    content: url(/images/common/ic_external_sm_on.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}
#header .menu_area {margin-left:0.5rem;}
#header .menu_area ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 90px;
}
#header .menu_area ul li {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#header .menu_area ul li a.btn_ham_menu {
    line-height: 96px;
    /* background: rgba(0, 0, 0, 0.7); */
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/common/ic_ham_menu_on.png);
    background-repeat: no-repeat;
    background-position: center;
}
#header.on .menu_area ul li a.btn_ham_menu {
    background-image: url(../images/common/ic_ham_menu_on.png);
}




/**************************************************************/
/**************************************************************/
/******************************sub*****************************/
/**************************************************************/
/**************************************************************/

.sub_visual.visual01 { background: url(../images/sub/visual01.png) center no-repeat; }
.sub_visual.visual02 { background: url(../images/sub/visual02.png) center no-repeat; }
.sub_visual.visual03 { background: url(../images/sub/visual03.png) center no-repeat; }
.sub_visual.visual04 { background: url(../images/sub/visual04.png) center no-repeat; }
.sub_visual.visual05 { background: url(../images/sub/visual05.png) center no-repeat; }
.sub_visual.visual06 { background: url(../images/sub/visual06.png) center no-repeat; }
.sub_visual.visual07 { background: url(../images/sub/visual07.png) center no-repeat; }
.sub_visual.no_visual {width: 100%;height: 1px;}
.sub {
    background: var(--c-black-8);
    font-size: 16px;
}
.sub .grid_container {
    width: var(--web-width);
    padding: 80px 0 90px;
}
.sub_visual {
    position: relative;
    background: var(--c-black-8);
	margin-top: 90px;
}

.sub_visual h1 {
    font-size: var(--txt-5xl);
    font-weight: 500;
    line-height: 300px;
    color: #fff;
    width: var(--web-width);
    margin: 0 auto;
    position: relative;
    text-align: center;
}




/**************************************************************/
/**************************************************************/
/*****************************path*****************************/
/**************************************************************/
/**************************************************************/
/* ----------------------- 일반형태 path ---------------------*/
.path_container {
    width: 100%;
    margin: 0 auto;
}
.path_container07 {
    margin-top: 90px;
}
.path {
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-top: 1px solid var(--c-black-5);
    border-bottom: 1px solid var(--c-black-5);
    margin-top: -2px;
}
.path_inside {
    max-width: var(--web-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.path .home {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    /* float: left; */
}
.path .home span {
    color: var(--main-color);
}
.path a {
    color: var(--c-black-1);
}
/*
.path [class^="depth"] {
	float:left;
	position:relative;
}
*/
.path_inside > div {
    /* float: left; */
    position: relative;
}
.path .depth_btn:before {
    content: "";
    width: 1px;
    height: 59px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    top: 0px;
    left: 0;

}
.path .depth_btn {
    cursor: pointer;
    display: block;
    width: 95%;
    padding: 0 20px;
    min-width: 250px;
    /*    letter-spacing: -1;*/
    /* white-space: pre; */
    overflow: hidden;
    font-size: 16px;
    position: relative;
}
.path .depth_btn span {
    position: absolute;
    right: 8px;
    top: 22px;
    font-size: 18px;
}
.path [class^="depth"] ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 1;
    background-color: var(--c-black-5);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.path [class^="depth"].active ul {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    z-index: 999;
}
.path [class^="depth"] ul li {
    height: 40px;
    font-size: 0.875rem;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 20px;
    transition: 0.3s;
}
.path [class^="depth"] ul li:hover {
    background: var(--sub-color);
}
.path [class^="depth"] ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.path [class^="depth"] ul li a span {
    font-size: 0.825rem;
    padding-left: 0.125rem;
    vertical-align: middle;
    opacity: 0.75;
}
.path [class^="depth"] ul li:hover a {
    color: #fff;
}
.path select {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    padding-bottom: 4px;
}
.path select option {
    color: var(--c-black-3);
    font-size: 14px;
}
.path .depth_btn.depth_wide {
    min-width: 360px;
}
.path ul li .link {
    position: relative;
}
.path ul li .link:after {
    content: url(/images/common/ic_external_ssm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
}

/* ------------------------- 탭형태 path ---------------------*/
.path_tab {
    width: var(--web-width);
    margin: 0 auto;
    margin-top: 1.5rem;
}
.path_tab .tab_link_wrap .tab_link {
    border: 1px solid var(--c-black-5);
    border-radius: 12px;
    margin-bottom: 0;
    overflow: hidden;
}
.path_tab .tab_link_wrap .tab_link .tablinks {
    margin-right: 0;
    border: 0;
    border-right: 1px solid var(--c-black-5);
    color: var(--c-black-3);
    width: 50%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.path_tab .tab_link_wrap .tab_link .tablinks:last-child {
    border-right: 0;
}
.path_tab .tab_link_wrap .tab_link .tablinks.active, .path_tab .tab_link_wrap .tab_link .tablinks:hover {
    background: var(--sub-color);
    color: #fff;
}





/**************************************************************/
/**************************************************************/
/****************************Contents**************************/
/**************************************************************/
/**************************************************************/
.sub_container {
    min-height: 500px;
    border-bottom: 1px solid #c9d0d4;
}
.sub_container>.wrapper {
    /* width: var(--web-width); */
    margin: 0 auto;
    /* padding-top: 100px; */
    position: relative;
}
.sub_container>.wrapper>.contents {
    margin: 3.5rem 0;
}
.sub_container .wrapper .max.line_wrapper {
    background: url('../images/sub/line_bg.png') center top repeat-y;
}
.sub_container .wrapper .max {
    max-width: var(--web-width);
    margin: 0 auto;
    padding: 5rem 0;
}

.sub_container .wrapper .max_wrap_border {
    border-bottom: 1px solid var(--c-black-5);
}

.sub_container .wrapper .max_wrap_color {
    background: #f1f1ec;
}

.sub_container .wrapper .max_wrap_color2 {
    background: var(--c-black-7);
}

.max_wrap_bg {
    background-size: cover;
}
.max_wrap_bg .txt_md {
    font-size: 1.05rem;
    color: #fff !important;
}
.max_wrap_bg .num_tit_nm {
    font-weight: 400;
    color: #fff !important;
}
.max_bg01 {
    background: url(../images/sub/max_bg01.png) no-repeat center;
    background-attachment: fixed;
}
.max_bg02 {
    background: url(../images/sub/max_bg02.png) no-repeat center;
    background-attachment: fixed;
}
.max_bg03 {
    background: url(../images/sub/max_bg03.png) no-repeat center;
    background-attachment: fixed;
}
.max_bg04 {
    background: url(../images/sub/max_bg04.png) no-repeat center;
    background-attachment: fixed;
}

.bg_img {
    position: relative;
    width: 100%;
    aspect-ratio: 13/4;
}
.bg_img.bg_img01 {
    background: url(../images/sub/bg_img01.png) no-repeat;
    background-size: contain;
}
.bg_img.bg_img02 {
    background: url(../images/sub/bg_img02.png) no-repeat;
    background-size: contain;
}

.sub_container .wrapper .max_wrap_nm {
    margin-top: -90px;
}


/**************************************************************/
/**************************************************************/
/**********************Hamburger&offcanvas*********************/
/**************************************************************/
/**************************************************************/

.overlay {
    display: none;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    transition: background-color 2s;
    cursor: pointer;
}

.offcanvas {
    height: 100%;
    width: 580px;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.offcanvas .menu_wrapper {
    -ms-overflow-style: none;
}

.offcanvas .menu_wrapper::-webkit-scrollbar {
    display: none;
}

.offcanvas .menu_wrapper .t_menu a {
    display: none;
}

#offcanvas::-webkit-scrollbar {
    display: none;
}

#offcanvas {
    margin-right: -625px;
    transition: 0.5s;
    transition: margin-right .5s;
    -ms-overflow-style: none;

}

#offcanvas.open {
    margin-right: 0;
    background: var(--main-color);
    z-index: 999999999999999999;
}

/* Style the tab */
.offcanvas .tab {
    float: left;
    width: 180px;
    height: 100%;
    color: #fff;
    padding-top: 72px;
    position: relative;
}

.offcanvas .tab .fixed_wrapper {
    position: fixed;
    height: 100%;
    width: 180px;
}

.offcanvas .h_tablinks {
    display: block;
    color: #fff;
    padding: 0 18px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
    height: 72px;
    line-height: 72px;
}
.offcanvas .h_tablinks.point {
    background: #ff80c0;
}

.offcanvas .h_tablinks:hover {
    background-color: var(--main-color);
}

.offcanvas .h_tablinks.active {
    background-color: #fff;
    color: var(--c-black-1);
    font-weight: 600;
}


/* Style the tab content */
.offcanvas .menu_wrapper {
    width: calc(100% - 180px);
    float: left;
    height: 100%;
    background: #fff;
}

.offcanvas .h_tabcontent {
    display: none;
    margin-top: 72px;
}

.offcanvas .h_tabcontent .sub_nav {
    background: #fff;
}

.offcanvas .h_tabcontent .sub_nav > li > a {
    height: 72px;
    line-height: 72px;
    font-size: var(--txt-lg);
    color: var(--c-black-2);
    padding: 0 30px;
    border-bottom: 1px solid var(--c-black-6);
    display: block;
}
.offcanvas .h_tabcontent .sub_nav > li > a span.material-icons {
    font-size: 1rem;
    color: var(--c-black-4);
    padding-left: 0.25rem;
}

.offcanvas .menu_login {
    background-color: var(--sub-color-3);
    height: 72px;
    line-height: 72px;
    font-size: var(--txt-lg);
    color: #fff;
    padding: 0 30px;
    position: absolute;
    top: 0;
    width: calc(100% - 180px);
    z-index: 999;
}

.offcanvas .menu_login .wrapper {
    position: relative;
    width: 340px;
    height: 100%;
}

.offcanvas .menu_login a,
.menu_login a:hover {
    color: #fff;
}

.offcanvas .right_p {
    position: absolute;
    right: 0;
    top: 0;
}

.offcanvas .btn_close {
    width: 30px;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    top: 14;
    right: 0;
    background: none;
}

.offcanvas .btn_close:before,
.btn_close:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    background: #fff;
}

.offcanvas .btn_close:before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.offcanvas .btn_close:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.offcanvas .h_tabcontent .depth3 {
    display: none;
    border-bottom: 1px solid var(--c-black-5);
    padding: 28px 32px;
}

.offcanvas .h_tabcontent .depth3 .menu3 {
    font-size: var(--txt-md);
    line-height: 32px;
    color: var(--c-black-1);
}

.offcanvas .h_tabcontent .depth3 .menu3:before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--main-color);
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.offcanvas .h_tabcontent .depth3 .menu3 a {
    color: var(--c-black-1);
}

.offcanvas .h_tabcontent .depth3 .menu3 a:hover {
    text-decoration: underline;
}

.offcanvas .h_tabcontent .menu2_link {
    position: relative;
}

.offcanvas .h_tabcontent .menu2_link.active {
    color: var(--main-color) !important;
    font-weight: 500;
    transition: 0.5s;
}

.offcanvas .h_tabcontent .menu2_link:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -5px 12px auto auto;
    vertical-align: middle;
    border-right: 2px solid var(--c-black-4);
    border-top: 2px solid var(--c-black-4);
    transform: rotate(135deg);
    position: absolute;
    top: 35px;
    right: 20px;
    transition: 0.5s;
}

.offcanvas .h_tabcontent .menu2_link.active:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -5px 12px auto auto;
    vertical-align: middle;
    border-right: 2px solid var(--c-black-4);
    border-top: 2px solid var(--c-black-4);
    transform: rotate(-45deg);
    position: absolute;
    top: 40px;
    right: 20px;
    transition: 0.5s;
}




/**************************************************************/
/**************************************************************/
/*****************************footer***************************/
/**************************************************************/
/**************************************************************/
.footer {
    padding: 3.75rem 0;
    border-top: 1px solid var(--sub-color-4);
}
.footer .wrapper {
    width: var(--web-width);
    margin: 0 auto;
}
.footer .wrapper .top {display: flex;justify-content: space-between;}
.footer .wrapper .bottom {margin-top: 1rem;}
.footer .wrapper .logo {
}
.footer .wrapper .logo img {
}
/* ------------------------- link ----------------------------*/
.footer .wrapper .link {display: flex;align-items: center;color: #111;font-weight: 700;flex-wrap: wrap;}
.footer .wrapper .link a {color: var(--c-black-2);}
.footer .wrapper .link span {
    color: #999;
    font-weight: 200;
    margin: 0 0.75rem;
}
/* ------------------------- txt ----------------------------*/
.footer .wrapper .txt {color: var(--c-black-2);font-weight: 400;margin-top: 1.5rem;letter-spacing: normal;line-height: 1.8em;}
.footer .wrapper .txt span {font-weight: 600;}
.footer .copyright {
    color: var(--c-black-2);
    font-weight: 600;
}
/* ----------------------- 관련사이트 ------------------------*/
.footer .wrapper .site {
    width: 13rem;
    position: relative;
    transition: 0.3s;
}
.footer .wrapper .site .btn_toggle img {
    width: 16px;
}
.footer .wrapper .site ul {
    position: absolute;
    padding-bottom: 10px;
    bottom: 40px;
    left: 0;
    display: block;
    border-radius: 0.625rem 0.625rem 0 0;
    background: var(--sub-color-3);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease;
    transition-delay: 0s, 0s, 0.2s;
    transform: translateY(50px);
}
.footer .wrapper .site ul.on {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.footer .wrapper .site ul li {
    height: 44px;
    line-height: 44px;
    width: 13rem;
    padding: 0 12px;
    z-index: 999;
    border-bottom: 1px solid #fff;
}
.footer .wrapper .site ul li:hover {
    background: var(--sub-color-2);
}
.footer .wrapper .site ul li a {
    color: var(--c-black-1);
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 0.925rem;
}
.footer .wrapper .site .btn_toggle {
    display: flex;
    padding: 0 0.5rem 0 1rem;
    width: 100%;
    height: 100%;
    color: var(--c-black-2);
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 9;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    font-weight: 600;
    background: #d4d9dd;
    border-radius: var(--radius-all-xs);
}

.footer .wrapper .site .btn_toggle:hover {background: #b9bfc4;}
.footer .wrapper .site .btn_toggle span {
    transition: 0.3s;
}
.footer .wrapper .site .btn_toggle:hover span {
    transform: rotate(180deg);
}





/**************************************************************/
/**************************************************************/
/********************* tab contents setting *******************/
/**************************************************************/
/**************************************************************/
/* ------------------- 탭페이지 (스크롤) ---------------------*/
.tab_scroll-cont {
    padding: var(--pad-tb-xl);;
    border-bottom: 1px solid var(--c-black-5);
}
.tab_scroll-cont:first-child {
    padding-top: 0;
}
.tab_scroll-tab.fixed {
    position: sticky;
    z-index: 8;
    top: 100px;
    max-width: var(--web-width);
    background: #fff;
}
.tab_scroll-tab {
    overflow: hidden;
    width: 100%;
}
.tab_scroll-tab ul {
    display: flex;
    justify-content: center;
    border: 1px solid var(--main-color);
    overflow: hidden;
}
.tab_scroll-tab li {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_scroll-tab li a {
    color: var(--main-color);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
}
.tab_scroll-tab li:first-child {
    margin-left: 0;
}
.tab_scroll-tab li:hover, .tab_scroll-tab li.tab_on {
    background: var(--main-color);
    color: #fff;
}
.tab_scroll-tab li:hover a, .tab_scroll-tab li.tab_on a {
    color: #fff;
}

/* ---------------- tab contents (내용교체) -----------------*/
.tab_link-tab {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.tab_link-tab .tab {
    width: 25%;
    height: auto;
    text-align: center;
    padding: 14px;
    font-size: var(--txt-lg);
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px var(--c-black-5) solid;
    box-sizing: border-box;
    line-height: 1.3em;
    font-family: var(--main-font);
}
.tab_link-tab .tab:last-child {
    margin-right: 0;
}
.tab_link-tab .tab:hover, .tab_link-tab .tab.active {
    border-bottom: 2px var(--main-color) solid;
    color: var(--main-color);
    font-weight: bold;
}
.tab_link-cont { display: none; }

/* -------------- tab contents (펼쳐지는 탭) ---------------*/
.tab_click_li {
    border-top: 3px solid var(--main-color-2);
    /* border-bottom: 2px solid #1f4396; */
}
.tab_click_li dt {
    overflow: hidden;
    height: auto;
    padding: 26px 24px 26px 0;
    cursor: pointer;
    border-bottom: 1px solid var(--c-black-5);
    line-height: 30px;
}
.tab_click_li dt .tit {
    width: 100%;
    font-size: var(--txt-lg);
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tab_click_li dt .tit div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    margin-left: 1rem;
}
.tab_click_li dt .tit .material-icons-outlined {color: var(--main-color-2);}
.tab_click_li dd {
    display: none;
    height: auto;
    padding: var(--pad-tb-sm);;
    border-bottom: 1px solid var(--c-black-5);
    line-height: 150%;
    padding-left: 28px;
}
.tab_click_li p {
    margin-bottom: 20px;
}
.tab_click_li dt .tit .cate {
    color: var(--sub-color);
    font-weight: bold;
    font-size: var(--txt-lg);
    padding: 0 4px 0 6px;
    margin: 0;
    letter-spacing: normal;
    background: none !important;
}
.tab_click_li dt .tit:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -5px 12px auto auto;
    vertical-align: middle;
    border-right: 2px solid var(--c-black-4);
    border-top: 2px solid var(--c-black-4);
    transform: rotate(135deg);
    position: absolute;
    top: 13px;
    right: 0px;
    transition: 0.2s;
}
.tab_click_li dt.on .tit:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -20px 6px auto auto;
    vertical-align: middle;
    border-right: 2px solid var(--c-black-4);
    border-top: 2px solid var(--c-black-4);
    transform: rotate(-45deg);
    position: absolute;
    top: 34px;
    right: 8px;
    transition: 0.2s;

}
.tab_click_li dt .tit_l {
    padding-right: 6px;
    color: var(--main-color);
}




/**************************************************************/
/**************************************************************/
/************************ member & form ***********************/
/**************************************************************/
/**************************************************************/
/*-------------------- form basic setting --------------------*/
input::-webkit-input-placeholder {
    font-size: var(--txt-sm);
    color: var(--c-black-4);
}
input::-moz-input-placeholder {
    font-size: var(--txt-sm);
    color: var(--c-black-4);
}
input:-ms-input-placeholder {
    font-size: var(--txt-sm);
    color: var(--c-black-4);
}
input:-moz-input-placeholder {
    font-size: var(--txt-sm);
    color: var(--c-black-4);
}
.txt_box_s {
    width: 50px;
}
.txt_box_s2 {
    width: 80px;
}
.txt_box_m {
    width: 60%;
}
.txt_box_l {
    width: 150px;
}
.txt_add {
    width: 98%;
}
.txt_email {
    width: 30% !important;
}
/*-------------------------- login ---------------------------*/
.login_two {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
}
.login_two .login_wrap h6 {
    font-size: 1.85rem;
    font-weight: 500;
    margin: 30px 0;
}
.login_wrap {
    width: 350px;
    text-align: center;
    margin: 0 auto;
}
.login_wrap .login_input {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.login_wrap .login_input .txt_box {
    width: 100%;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}
.login_wrap input[type=text] {
    background: #fff;
    border: 1px solid var(--c-black-5);
    padding: 0px 10px;
    height: 46px;
    margin: 5px 0;
}
.login_wrap input[type=password] {
    background: #fff;
    border: 1px solid var(--c-black-5);
    padding: 0px 10px;
    height: 46px;
    margin: 5px 0;
}
.login_input input[type=submit] {
    width: 100%;
    border: 0;
    height: 50px;
    line-height: 50px;
    background: var(--main-color);
    color: #fff;
    /*    font-size:18px;*/
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
.login_input input[type=submit]:hover,
.login_input input[type=submit]:active {
    background: var(--main-color);
}
.login_footer {
    width: 100%;
    text-align: center;
}
.login_footer .remember_id {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}
.login_footer .remember_id li {
    text-indent: -10px;
    padding-left: 10px;
}
.login_footer .id_pw {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}
.login_footer a {
    color: var(--c-black-3);
}
.login_footer .id_pw span {
    color: var(--c-black-3);
    padding: 0 5px;
    font-weight: 300;
}
.login_footer .btn_s {
    color: #fff !important;
    min-width: 150px;
}
.login_footer .btn_s:first-child {
    margin-right: 10px;
}
.login_footer a:hover {
    color: var(--main-color-2);
    text-decoration: none;
}
.login_footer p {
    text-align: left;
}
.id_pw_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.id_pw_sch {
    padding-bottom: 30px;
    justify-content: center;
    align-items: center;
    color: var(--c-black-3);
    font-size: 2rem;
}
.id_pw_sch .sch_id {
    color: var(--sub-color-2);
    padding: 0 2px;
}
.id_pw_sch span {
    display: block;
    margin-top: 20px;
    color: var(--c-black-4);
    font-size: 1rem;
    line-height: 1.6em;
}
.login_box {
    width: 350px;
    margin: 0 auto;
    text-align: left;
}
.login_box_l {
    float: left;
    width: 50%;
}
.login_box_r {
    float: right;
    width: 50%;
}





/**************************************************************/
/**************************************************************/
/******************** waiting 준비중페이지 ********************/
/**************************************************************/
/**************************************************************/
/*----------------------- 인덱스 준비중 ----------------------*/
.waiting_index {display: flex;align-content: center;justify-content: center;width: 100vw;height: 100vh;flex-wrap: wrap;position: relative;}
.waiting_index::before {box-shadow: 0px 7px 23px -6px rgb(0 0 0 / 40%); content:'';position: absolute;width: 400px;aspect-ratio:1/1;top: 28vh;left: 50%;transform: translate(-50%);background: url(../images/common/multi_bg.png);z-index: -1;background-size: cover;border-radius: 400px;}
.waiting_index img {margin-bottom: 1.5rem;border-bottom: 1px dashed #fff;padding-bottom: 1.5rem;}
.waiting_index p {font-size: 2rem;text-align: center;width: 100%;color: #fff;font-weight: 500;}

/*-------------------- 서브페이지 준비중 ---------------------*/
.waiting_sub {display: flex;align-content: center;justify-content: center;width: 400px;flex-wrap: wrap;position: relative;margin: 0 auto;height: 400px;}
.waiting_sub::before {box-shadow: 0px 7px 23px -6px rgb(77 82 79 / 17%);content:'';width: 400px;aspect-ratio:1/1;transform: translate(-50%);background: url(../images/main/multi_bg.png) right;z-index: -1;background-size: cover;border-radius: 400px;position: absolute;left: 50%;}
.waiting_sub img {margin-bottom: 1.5rem;border-bottom: 1px dashed #fff;padding-bottom: 1.5rem;}
.waiting_sub p {font-size: 1.5rem;text-align: center;width: 100%;color: #fff;font-weight: 500;}




/**************************************************************/
/**************************************************************/
/******** terms & privacy 이용약관 &개인정보처리방침 **********/
/**************************************************************/
/**************************************************************/
.privacy {
    background: var(--c-black-8);
    border: 1px solid var(--c-black-5);
    padding: 2rem;
}
.privacy .terms {
    border-bottom: 1px solid var(--c-black-5);
}
.privacy .terms p {margin-bottom: 6px;font-weight: 500;font-size: 0.925rem;}
.privacy .terms ul {
    margin-bottom: 0.325rem;
}
.privacy .terms ul li {
    line-height: 1.5em;
    padding-left: 10px;
    position: relative;
    font-size: 0.925rem;
    color: var(--c-black-3);
}
.privacy .terms ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background:  var(--c-black-4);
    position: absolute;
    top: 12px;
    left: 0px;
}
.privacy h2 {
    margin-bottom: 2rem;
    font-size: 1.75rem;
    text-align: center;
    margin-top: 3.5rem;
}
.privacy h2:first-child {margin-top: 1.5rem;}
.privacy .terms .group {
    margin-bottom: 1.5rem;
    line-height: 1.5em;
    border-top: 1px dashed var(--c-black-5);
    padding-top: 1.5rem;
}
.privacy .terms .group:first-child {
    border: 0;
    padding-top: 0;
}
.privacy .terms .group:last-child {
    margin-bottom: 0;
}
.privacy .terms .group .terms_tit {
    line-height: 1.5em;
    font-size: 1.05rem;
    margin-bottom: 8px;
    color: var(--sub-color);
}
.privacy .terms:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.privacy .pri_box {
    background: #e9dfe2;
    padding: 20px;
    margin-top: 20px;
}
.privacy .pri_box h4 {
    font-size: 1.25rem;
    margin-bottom: 8px;
}
.privacy .pri_box .btn_download {
    background: var(--sub-color-3);
    padding: 8px 20px;
    display: inline-block;
    margin-top: 12px;
    color: #fff;
    font-size: 1rem;
}
.privacy .terms .bu_no li:before {
    display: none;
}
.privacy .terms ul li .sm {
    color: var(--c-black-3);
    margin:10px 0;
    line-height: 1.7em;
}
.privacy .terms .cont_box {
    border: 1px solid var(--sub-color-5);
    padding:15px;
}
.privacy .terms .cont_box label {
    color: var(--sub-color-5);
    margin-bottom: 12px;
    display: block;
}
.privacy .terms .cont_box ul {
    overflow:hidden;
}
.privacy .terms .cont_box ul li {
    float:left;
    margin-right:20px;
    padding-left:0;
}


/**************************************************************/
/**************************************************************/
/******************** search 통합검색페이지 *******************/
/**************************************************************/
/**************************************************************/
.search_top {
    background: var(--sub-color-3);
    border-radius: var(--radius-all-sm);
    padding: 2rem 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.search_top .radio_wrap {
    margin-bottom: 0.75rem;
}
.search_form_center {
    width: 100%;
}
.search_form_center .search_group {
    border: 0;
    border-radius: var(--radius-all-xs);
}
.search_form_center .search_group input#schText {
    width: calc(100% - 2.5rem);
}
.board_top.search_result_top {
    margin-bottom: 0.25rem;
    margin-top: 3rem;
    padding-top: 0.5rem;
    border-top: 2px solid var(--main-color);
}
.b_history {margin-bottom: 0.5rem; color: var(--main-color-2); font-size: 0.925rem;}