@charset "utf-8";
html,
body {
    font-size: 16px;
}
:root {
    --main-color: #e4643f;
    --main-color-2: #410e30;
    --sub-color: #4b4b4b;
    --sub-color-2: #ffb20a;
    --sub-color-3: #0470ce;
    --sub-color-4: #55b44f;
    --sub-color-5: #2a2a2a;
    --sub-color-6: #576670;
    --sub-color-7: #ad9f94;
    --sub-color-8: #008373;
    --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: #f0f0f0;

    accent-color: #91cd02;

    --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 */

    --rad-sm: 0.5rem;/* 8px */
    --rad-md: 1.25rem;/* 20px */
    --rad-lg: 2.5rem;/* 40px */

    --web-width: 1300px;

    /* --main-font: '', 'Pretendard Variable', 'Noto Sans KR', sans-serif; */
}


/**************************************************************/
/**************************************************************/
/****************************basic css*************************/
/**************************************************************/
/**************************************************************/

/* ----------------- pc mobile hidden & show -----------------*/
.pc_hidden {
    display: none !important;
}
.m_hidden {
    display: block;
}
.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_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;
    align-items: center;
}
.flex.flex_end {
    justify-content: flex-end;
}
.flex.flex_bet {
    justify-content: space-between;
}
.float_r {
    float: right;
}
/* -------------------- 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: #26356C;
}
.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: #26356C;
}
.txt_md {
    font-size: var(--txt-lg);
    display: block;
    font-weight: 400;
    color: #444;
    line-height: 1.6em;
    word-break: break-all;
}
.txt_md span {
    font-weight: 600;
    color: #26356C;
}
.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: #e60013 !important;
}
.txt_blk {
    color: var(--c-black-1) !important;
}

/* -------------------- text link setting -------------------*/
.txt_link {
    cursor: pointer;
    display: inline-block;
    color: var(--sub-color) !important;
    font-weight: 400;
}
.txt_link span.material-icons {
    vertical-align: sub; 
    font-size: 18px;
}

/* ------------------서브페이지 첫번째 제목------------------*/
.page_tit {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
}
.page_tit h4 {
    font-weight: 600;
}

/* ------------------서브페이지 두번째 제목------------------*/
.cont_tit_m {
    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 {
    font-size: var(--txt-4xl);
    margin: 0 0 1.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 {
    font-size: var(--txt-2xl);
    margin-bottom: 16px;
    color: var(--sub-color-2);
    font-weight: 500;
    display: block;
    word-break: keep-all;
}


/* -------------------- 이미지만 있는 div -------------------*/
.min_img img {
    width: 100%;
    min-width: 640px;
}
.orga img {
    max-width: 61.25rem;
}
.img_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* -------------------- 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: #efefef;
    border: 1px solid #ddd;
    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;
}
.quit_txt_box h5{
    line-height: 2rem;
}
.txt_box_lg h6 {
    color: #555;
    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 #ddd;
}
.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;
}
table {
    width: 100%;
    border-top: 2px solid #ddd;
    /* border-right: 1px var(--c-black-5) solid;
    border-left: 1px var(--c-black-5) solid; */
    /* table-layout: fixed; */
    /* min-width: 1024px; */
    border-collapse: collapse;
    line-height: 1.5em;
    text-align: center;
}
.table_min {
    min-width: 280px;
}
table th {
    background-color: #f5f5f5;
    font-size: 1rem;
    /* border-top: 4px solid var(--main-color); */
    border-right: 1px solid #ddd !important;
    padding: 20px;
    font-weight: 400;
}
table th:last-child{
    border-right: 0 !important;
}
table tr {
    border-bottom: 1px var(--c-black-5) solid;
}
/* table tr:last-child {
    border-bottom: 0;
} */
table tr th {
    padding: 0.5rem;
}
table td {
    padding: 0.5rem;
    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;
}

.click {
    cursor: pointer;
}



/*회원가입 매니저 테이블*/
.manager_table{
    border: 1px solid #ddd;
    width: 540px;
}
.manager_table>thead>tr>th{
    width: 1rem;
}
.manager_table>tbody>tr>td{
    text-align: center !important;
    border: 1px solid #ddd;
}






/**************************************************************/
/**************************************************************/
/*************************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 {
    background-color: #fff;
    z-index: 999 !important;
    padding: 20px;
    border: 1px solid #888;
    max-width: 800px;
    min-width: 300px;
}
.modal_conts .tb img {
    margin: 0 auto;
    display: block;
    max-height: 660px;
}
.modal_conts #window_popup_cont{
    width: 600px;
    height: 600px;
}
.modal_conts #window_popup_cont a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------------------- 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;
    }
}


/**************************************************************/
/**************************************************************/
/********************* 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: #666;
    height: 35px;
    line-height: 35px;
	font-size: 15px;
    color: #fff;
	cursor: pointer;
	font-weight: 400;
}
.viewmore {
    /* color: #fff; */
    /* font-size: var(--txt-md);
    font-weight: 500;
    display: flex !important; */
    /* padding: 0.625rem 1.75rem; */
    /* background: var(--main-color); */
    /* width: fit-content;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    float: right; */
}
/* .viewmore span {
    margin-left: 0.25rem;
} */
.viewmore:hover {
    color: var(--main-color);
}
.btn_write {
    display: inline-block;
    text-align: center;
    float: right;
    width: 120px;
    background: var(--main-color);
    height: 42px;
    line-height: 42px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    border-radius: var(--rad-sm);
}
.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-block;
    background: #fff;
    height: 42px;
    line-height: 38px;
    /* width: 136px; */
    text-align: center;
    vertical-align: top;
    font-size: var(--txt-sm);
    cursor: pointer;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    margin: 0px 5px;
    box-sizing: border-box;
    padding: 0 10px;
}
.btn_etc:hover {
    background-color: var(--main-color);
    color: #fff;
}
.btn_etc_join{
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
    cursor: default;
}
.btn_down {
    background: var(--main-color);
    color: #fff;
    width: 160px;
    height: 48px;
    text-align: center;
    padding: 14px;
    border-radius: 6px;
    letter-spacing: 0;
    display: inline-block;
}
/* .btn_down::after {
    content: url(../images/common/ic_file_on.png);
    padding-left: 6px;
} */
.btn_down:hover {
    background: #015594;
}
.btn_line {
    border-radius: 20px;
    border: 1px solid #fff;
    color: var(--c-black-1);
    font-size: var(--txt-md);
    font-weight: 500;
    display: flex;
    padding: 0.5rem 1rem;
    background: var(--c-black-6);
    width: fit-content;
    align-items: center;
    justify-content: center;
}
.btn_line span {
    margin-left: 0.25rem;
}
.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;
}
/* -------------------- 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: #222;
    z-index: 1000;
    width: 100%;
    transition: all 0.3s ease;
    /* background: rgba(0,0,0,0.2); */
}
#header.mainheader {
    color: #fff;
    background: none;
    border-bottom: none;
}
#header.on {
    position: fixed;
    top: 0;
    animation: smoothScroll 0.3s forwards;
    background: #fff;
}
#header.on nav {
    display: block;
}
#header.on nav #gnb li .nav_dep1 {color: var(--main-color-2) !important;}
#header.on .open .login a, #header.on .open .join a, #header.on .open .lang .btn_lang, #header.on .open .lang .btn_lang a  {color: var(--c-black-1) !important;}
 
#header.on .top_header .wrap li::before{background: #222 !important;}
#header.on .menu_area ul li .searchbtn {background-image: url(../images/common/ic_search_on.png) !important;}
#header.on .menu_area ul li a.btn_ham_menu {background-image: url(../images/common/ic_ham_menu_on.png) !important;}
#header.on .top_header .wrap a {
    color: var(--c-black-1) !important;
}
#header.on .top_header .wrap .main_brochure{
    width: 149px;
}
#header.on .top_header .wrap .main_brochure .brochure_a{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#header.on .top_header .wrap .main_brochure .brochure_a .img{
    background: url(../images/main/book_icon_b.png) !important;
    width: 55%;
    height: 100%;
    display: block;
    background-repeat: no-repeat !important;
    background-position: 90% 54.5% !important;
    background-size: 20px !important;
}
#header.on .top_header .wrap .main_brochure .brochure_a p{
    width: 100%;
    color: var(--main-color-2) !important;
}
#header.on .open .login a, #header.on .open .join a, #header.on .open .lang .btn_lang, #header.on .open .lang .btn_lang a {
    color: var(--c-black-3);
}
/* #header.on .menu_area ul .main_brochure .brochure_a{
    color: #222;
    font-weight: 600;
    border: 1px solid #222 !important;
}
#header.on .menu_area ul .main_brochure .brochure_a .img{
    background-image: url(../images/main/book_icon_b.png) !important;
    width: 55%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 95% 53%;
    background-size: 25px;
}
#header.on .menu_area ul .main_brochure .brochure_a  p{
    font-size: 0.9rem;
    margin-right: 1rem;
    width: 100%;
    color: #222 !important;
} */
/* 햄버거 있을 시 width: auto; 햄버거 없을 시 width: 100%;*/
#header nav {
    width: 100%;
    color: var(--main-color);
}
/* 햄버거 있을 시 justify-content: center; 햄버거 없을 시 justify-content: space-between;*/
#header nav #gnb {
    width: 100%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 햄버거 있을 시 width: npx; 햄버거 없을 시 width: auto;*/
#header nav #gnb>li {
    width: 170px;
    height: 100px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .5s height, .2s background;
}
/* #header nav #gnb>li:first-child {
    background: var(--main-color);
    border: none;
} */
#header.mainheader nav #gnb li .nav_dep1{
    color: #fff;
}
#header nav #gnb li .nav_dep1 {
    font-size: 1.188rem;
    font-weight: 500;
    min-height: auto;
    color: #222;
    display: flex;
    align-items: center;
}

/* #header.on nav #gnb li .nav_dep1 {
    color: var(--c-black-1);
} */
#header nav #gnb li .nav_dep1

#header .open {
    display: flex;
}
#header .open .login a {
    display: inline-block;
    width: 100px;
    cursor: pointer;
    text-align: center;
    line-height: 98px;
}
#header .open .lang {
    float: left;
}
#header .open a {
    color: var(--c-black-1);
}
#header .open ul li a {
    line-height: 16px;
}
#header .logo a img.on {
    display: block;
    color: #222;
}
#header .logo a img.off {
    display: none;
}
#header.on .logo a img.on {
    display: block;
}
#header.on .logo a img.off {
    display: none;
}
/* #header.on .menu_area ul li .btn_ham_menu {
    background-image: url(../images/common/ic_ham_menu_on.png);
} */
#header.mainheader .float_wrapper{
    border-bottom: none;
}
.float_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    transition: all 0.5s ease;
    /* border-bottom: 1px solid #ddd; */
}
.float_wrapper h1{
    width: 260px;
    margin-left: 1rem;
}
.float_wrapper.on {
    /* position: fixed;
    top: 0;
    animation: smoothScroll 0.5s forwards; */
    z-index: 9;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.float_wrapper.on nav {
    display: block;
}
#header .logo a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    font-family: "Libre Franklin", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
}
#header.mainheader .logo a{
    color: #fff;
}
#header.on .logo a{
    color: var(--main-color);
}
/* -------------------------- topheader --------------------------*/
#header .top_header {
    width: 100%;
    /* background: var(--c-black-7); */
    border-bottom: 1px solid #ddd;
    background: #efefef;
}
#header .top_header .wrap {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 12px;
    font-size: 0.9rem;
    font-weight: 600;
}
#header.mainheader .top_header{
    border-bottom: 1px solid #dddddd80;
    background: none;
}
#header .top_header .wrap li {
    display: flex;
    margin-right: 1rem;
    position: relative;
}
#header .top_header .wrap a {
    color: #222;
    margin-right: 0.5rem;
    letter-spacing: 0.03rem;
}
#header.mainheader .top_header .wrap a{
    color: #fff;
}
#header .top_header .wrap li span {
    color: #c9d0d47a;
    padding: 0 5px;
    font-weight: 300;
}
#header .top_header .wrap .clr {
    color: var(--sub-color);
    font-weight: 500;
}
#header .top_header .wrap li::before{
    content: "";
    width: 1px;
    height: 13px;
    background: #222;
    position: absolute;
    top: 23%;
    left: 102%;
}
#header .top_header .wrap li:last-child::before{
    display: none;
}
#header.mainheader .top_header .wrap li::before{
    background: #fff;
}

/* 브로셔 - 메인 */
#header.mainheader .top_header .wrap .main_brochure{
    width: 149px;
}
#header.mainheader .top_header .wrap .main_brochure .brochure_a{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#header.mainheader .top_header .wrap .main_brochure .brochure_a .img{
    background: url(../images/main/book_icon_w.png);
    width: 55%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 90% 54.5%;
    background-size: 20px;
}
#header.mainheader .top_header .wrap .main_brochure .brochure_a p{
    width: 100%;
    color: #fff;
}
/* 브로셔 - 서브페이지 */
#header .top_header .wrap .main_brochure{
    width: 149px;
}
#header .top_header .wrap .main_brochure .brochure_a{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#header .top_header .wrap .main_brochure .brochure_a .img{
    background: url(../images/main/book_icon_b.png);
    width: 55%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 90% 54.5%;
    background-size: 20px;
}
#header .top_header .wrap .main_brochure .brochure_a p{
    width: 100%;
    color: var(--main-color-2);
}




/* -------------------------- 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;
    position: relative;
}
.header_search_wrap {
    padding: 0.5rem;
    min-width: 35%;
    /* background: var(--sub-color-5); */
    /* border-radius: 40px; */
    border: 2px solid var(--main-color);
}
.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;
    background: none !important;
}
.header_search a {min-width: 16px;}
/* -------------------------- botheader --------------------------*/
.bot_header {
    display: flex;
    width: var(--web-width);
    height: 56px;
    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 languege btn --------------------------*/
.lang .btn_lang {
    display: inline-block;
    width: 54px;
    cursor: pointer;
    text-align: center;
    line-height: 98px;
}
.lang {
    position: relative;
}
.lang .lang_list {
    display: none;
    position: absolute;
    margin-top: -20px;
    width: 58px;
    background: #fff;
    z-index: 9999999;
    font-size: var(--txt-sm);
    border: 1px solid var(--c-black-5);
    text-align: center;
}
.lang .lang_list.on {
    display: block !important;
    position: fixed;
}
.lang .lang_list li {
    margin: 20px 10px;
}
.lang .lang_list li a {
    display: block;
    width: 100%;
    margin: 0 auto;
}
/* -------------------------- header dropdown menu --------------------------*/
#header.active nav {
    display: block;
}
#header .depth_toggle {
    position: absolute;
    /* top: 136px; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    transition: .5s height, .2s background;
    display: none;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#header .depth_toggle .sub_nav li.menu3 a {
    font-size: var(--txt-sm);
    /* color: #777; */
       padding-left: 6px;
}
#header .depth_toggle.active {
    display: block;
}
#header .depth_toggle .wrapper {
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-left: 120px;
    /* padding-left: 55px; */
}
#header .depth_toggle .sub_nav {
    width: 170px;
    background: rgba(255, 255, 255, 0.95);
    border-right: 1px solid #eaeaea;
    padding: 20px 12px;
    transition: .5s height, .2s background;
}
#header .depth_toggle .sub_nav:last-child{
    border-right: 0;
}
#header .depth_toggle .sub_nav li {
    /*    height: 26px;*/
    line-height: 26px;
    /* padding-left: 12px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    /*    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 #ddd;
}
#header .depth_toggle .sub_nav li.menu3 {
    margin-top: -4px;
}
#header .depth_toggle .sub_nav ul.depth3 {
    margin-top: -4px;

}
#header .mini_nav {
    width: 192px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #eaeaea;
    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: #555;
}
#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-3);
    /* color: #fff; */
    transition: 0.3s;
}
#header nav .depth_toggle .sub_nav li:last-child a {
    padding-bottom: 0;
}
#header nav .depth_toggle .sub_nav.on {
    background: #efefef;
    transition: .3s height, .3s 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: #e4653f;
    font-weight: 500;
}
#header nav .depth_toggle .sub_nav.on li.tit a {
    color: var(--main-color) !important;
    border-bottom: 1px dashed #fff;
}
#header nav .depth_toggle .sub_nav.on li a:hover {
    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 ul{
    /* overflow: hidden; */
    display: flex;
    justify-content: flex-end;
    margin-right: 2rem;
}
#header .menu_area ul li {
    cursor: pointer;
    width: 55px;
    height: 90px;
    line-height: 100px;
}
#header .menu_area ul li:last-child{
    aspect-ratio: 1/1;
    margin-right: 0;
    background-size: cover;
    margin-left: 20px;
}
#header .menu_area ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: var(--txt-lg);
}
#header .menu_area ul li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
#header .menu_area ul li .searchbtn{
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/common/ic_search_on.png);
    background-repeat: no-repeat;
    background-position: center;
}
#header.mainheader .menu_area ul li .searchbtn{
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/common/ic_search.png);
    background-repeat: no-repeat;
    background-position: center;
}
#header .menu_area ul li .btn_ham_menu {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/common/ic_ham_menu_on.png);
    background-repeat: no-repeat;
    background-position: center;
}
#header.mainheader .menu_area ul li .btn_ham_menu{
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/common/ic_ham_menu.png);
    background-repeat: no-repeat;
    background-position: center;
}
/* #header.mainheader .menu_area ul .main_brochure .brochure_a .img{
    background: url(../images/main/book_icon_w.png);
    width: 55%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 95% 53%;
    background-size: 25px;
}
#header.mainheader .menu_area ul .main_brochure .brochure_a{
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    gap: 0.7rem;
    border-radius: 30px;
}
#header.mainheader .menu_area ul .main_brochure .brochure_a p{
    font-size: 0.9rem;
    margin-right: 1rem;
    width: 100%;
    color: #fff;
    font-weight: 600;
} */

.mid_header .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: auto;
    padding: 1rem 0;
}
.mid_header .cont .box {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    /* margin-top: 2rem; */
    cursor: pointer;
}
/* .mid_header .cont .box img {transition: 0.3s;}
.mid_header .cont .box:hover img {transform: scale(1.1);} */
.mid_header .cont .box h4 {
    width: 100%;
    text-align: center;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
}
.mid_header .cont .box span {
    width: 20px;
    height: 20px;
    background: #f01428;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    margin-top: 0.5rem;
}
.layout_sub {
    padding-top: 190px;
}
/**************************************************************/
/**************************************************************/
/******************************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 {
    background: #f4f4f4;
    font-size: 16px;
}
.sub .grid_container {
    width: var(--web-width);
    padding: 80px 0 90px;
}
.sub_visual {
    position: relative;
    background: #f5f5f5;
	margin-top: 90px;
}

.sub_visual h1 {
    font-size: var(--txt-6xl);
    font-weight: 500;
    line-height: 300px;
    color: #fff;
    width: var(--web-width);
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
} */




/**************************************************************/
/**************************************************************/
/*****************************path*****************************/
/**************************************************************/
/**************************************************************/
/* ----------------------- 일반형태 path ---------------------*/
.path_container {
    width: 100%;
    margin: -2.5rem auto 0;
    border-top: 1px solid #ddd;
}
.path_container07 {
    margin-top: 90px;
}
.path {
    height: 3rem;
    line-height: 3rem;
    background: #fff;
    /* margin-top: -2px; */
    width: var(--web-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #ddd; */
}
.path_inside {
    /* max-width: var(--web-width); */
    /* margin: 0 auto; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* border-bottom: 1px solid #ddd; */
    align-items: center;
}
.path .home {
    width: 48px;
    /* aspect-ratio: 1/1; */
    /* line-height: 3rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    /* float: left; */
}
.path .home span {
    /* color: var(--main-color); */
    font-size: 1.125rem;
}
.path a {
    color: #222;
}
/*
.path [class^="depth"] {
	float:left;
	position:relative;
}
*/
.path_inside > div {
    /* float: right; */
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    /* margin-left: 1rem; */
}
.path .depth_btn:before {
    content: "";
    width: 1px;
    height: 59px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    display: none;
}
.path .depth_btn {
    cursor: pointer;
    display: block;
    width: 180px;
    padding: 0 20px;
    /* min-width: 216px; */
    /*    letter-spacing: -1;*/
    /* white-space: pre; */
    overflow: hidden;
    font-size: 16px;
    position: relative;
}
.path .depth_btn span {
    position: absolute;
    right: 8px;
    top: 16px;
    font-size: 18px;
}
.path [class^="depth"] ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 49px;
    width: 100%;
    z-index: 1;
    background-color: var(--c-black-7);
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.path [class^="depth"].active ul {
    opacity: 1;
    visibility: visible;
    max-height: 50vh;
    z-index: 999;
}
.path [class^="depth"].active ul::-webkit-scrollbar {
width: 10px;
}
.path [class^="depth"].active ul::-webkit-scrollbar-thumb {
border-radius: 10px;
background-clip: padding-box;
border: 3px solid transparent;
background-color:  rgba(0, 0, 0, 0.2);
}
.path [class^="depth"] ul li {
    height: 37px;
    font-size: 0.875rem;
    line-height: 37px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    transition: 0.3s;
}
.path [class^="depth"] ul li:hover {
    background: var(--main-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:hover a {
    color: #fff;
}
.path select {
    /* border: none;
    background: transparent;
    color: #fff; */
    font-size: 0.875rem;
    /* height: 58px; */
    line-height: 58px;
    /* padding-bottom: 4px; */
}
.path select option {
    color: #555;
    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;
}
.path_tab .tab_link_wrap .tab_link {
    display: flex;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    /* border-radius: var(--rad-sm); */
    background: #fff;
    border-top: 1px solid var(--c-black-5);
    border-left: 1px solid var(--c-black-5);
}
.path_tab .tab_link_wrap .tab_link .tablinks {
    width: calc(100% / 6);
    height: auto;
    text-align: center;
    padding: 0.75rem;
    font-size: 0.925rem;
    font-weight: 400;
    cursor: pointer;
    border-right: 1px solid var(--c-black-5);
    border-bottom: 1px solid var(--c-black-5);
    box-sizing: border-box;
    line-height: 1.3em;
    transition: 0.3s;
    /* letter-spacing: -1px; */
    background: none;
}
.path_tab .tab_link_wrap .tab_link .tablinks.active, .path_tab .tab_link_wrap .tab_link .tablinks:hover {
    color: #fff;
    background: #8c9da8;
    /* font-weight: 600; */
    border: 0;
}





/**************************************************************/
/**************************************************************/
/****************************Contents**************************/
/**************************************************************/
/**************************************************************/
.sub_container {
    /* min-height: 640px; */
    min-height: calc(100vh - 30px);
    display: flex;
    flex-direction: column;
    /* padding: 0 0 3.75rem 0; */
}
.sub_container>.wrapper {
    position: relative;
}
.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: var(--pad-tb-xl);
}
.login_max{
    padding: var(--pad-tb-2xl) !important;
    margin: 0 !important;
    min-height: 437px !important;
}
.login_max_wrap{
    padding: 3rem !important;
}
.login_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding: 0.2rem;
}
.id_max{
    /* padding: var(--pad-tb-2xl) !important; */
}
.pw_id_max{
    padding: 9rem 0 !important;
    /* padding-top: 8rem !important; */
}
.join_max{
    padding: 8rem 0 !important;
}

.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;
}

.sub_container .wrapper .max_wrap_nm {
    margin-top: -90px;
}


/**************************************************************/
/**************************************************************/
/**********************Hamburger&offcanvas*********************/
/**************************************************************/
/**************************************************************/

.overlay {
    display: none;
    z-index: 999;
    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: #111;
    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 #efefef;
    display: block;
}


.offcanvas .menu_login {
    background-color: #f4f4f4;
    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: #222;
}

.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: #111;
}

.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: #111;
}

.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 #aaa;
    border-top: 2px solid #aaa;
    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 #aaa;
    border-top: 2px solid #aaa;
    transform: rotate(-45deg);
    position: absolute;
    top: 40px;
    right: 20px;
    transition: 0.5s;
}




/**************************************************************/
/**************************************************************/
/**************************main visual*************************/
/**************************************************************/
/**************************************************************/

#main .visual {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#main .visual .visual_wrap {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 60px;
    z-index: 99;
}
#main .visual .caption {
    color: #fff;
    padding-top: 260px;
    width: var(--web-width);
    margin: 0 auto;
    text-align: left;
}
#main .visual .caption h4 {
    font-size: var(--txt-6xl);
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
#main .visual .caption h5 {
    font-size: var(--txt-2xl);
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 14px;
    margin-bottom: 100px;
    position: relative;
    letter-spacing: 0.4px;
}
#main .visual .caption h5:after {
    content: '';
    width: 2px;
    height: 60px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -80px;
}
.bx-has-pager {
    z-index: 99;
    position: relative;
    width: var(--web-width);
    margin: 0 auto;
    display: none;
}
.main_slider li.visual01 { background:url(../images/main/main_visual01.png) center no-repeat; background-size: cover;}
.main_slider li.visual02 { background:url(../images/main/main_visual02.png) center no-repeat; background-size: cover;}
.main_slider li.visual03 { background:url(../images/main/main_visual03.png) center no-repeat; background-size: cover;}
.main_slider li.visual04 { background:url(../images/main/main_visual04.png) center no-repeat; background-size: cover;}
.main_slider li.visual05 { background:url(../images/main/main_visual05.png) center no-repeat; background-size: cover;}
#main .visual {
    /* margin: 184px auto 0; */
}
#main .visual, #main .visual .main_visual, #main .main_visual .bx-wrapper .bx-viewport, .main_slider li {
    width: 100%;
    height: 945px !important;
}
.main_slider li>.wrap {
    width: var(--web-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem;
}
.main_slider li>.wrap .txt {
    color: #fff;
    text-align: left;
}
.main_slider li>.wrap .txt h5 {
    font-size: 3rem;
    line-height: 1.1em;
    letter-spacing: -1px;
    color: #111;
}
.main_slider li>.wrap .txt h5 span {
    color: #ff3946;
    display: block;
    font-style: italic;
}
.main_slider li>.wrap .txt p {
    font-size: 1.125rem;
    color: #111;
    margin: 1.5rem 0 1.925rem;
}
.main_slider li>.wrap .txt p strong {
    font-size: 1.25rem;
}
.main_slider li>.wrap .txt p span {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ff3946;
    margin-bottom: 0.325rem;
    display: inline-block;
}

.main_slider li.visual02>.wrap .txt {
    color: #fff;
    margin-bottom: 2rem;
}
.main_slider li.visual02>.wrap .txt h5 {
    font-size: 3.25rem;
    color: #ffae00;
    font-style: italic;
    margin-bottom: 4rem;
}
.main_slider li.visual02>.wrap .txt h5 span {
    color: #eb8c00;
    font-weight: bold;

}
.main_slider li>.wrap .txt p.date {
    color: #ffe1ac;
    border: 2px solid #ffae00;
    display: inline;
    padding: 2px 5px;
    /* margin-top: 3rem; */
}
.main_copy_top{
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%);
    text-align: center;
    z-index: 99;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(51,51,51,0.4);
    width: 100%;
}
.main_copy_top h2{
    display: block;
    font-family: "Libre Franklin", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 4.5rem;
}
.main_copy_top h3{
    display: block;
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 3.5rem;
    color: var(--main-color-2);
}

.main_slider li {
    /* display: flex; */
    /* cursor: pointer; */
}
/* .background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 40px;
    z-index: -1;
} */

/*----------------------------------------1500--------------------------------*/

@media screen and (max-width:1500px) {
    
    /* 메인 */
    .main_copy_top{
        top: 30%;
        padding: 0 1rem;
    }
    .main_copy_top h2{
        font-size: 3rem;
    }
    .main_copy_top h3{
        font-size: 1.25rem;
        line-height: 1rem;
    }

}




/**************************************************************/
/**************************************************************/
/*****************************footer***************************/
/**************************************************************/
/**************************************************************/
#footer{
    position: relative;
    min-height: 10%;
    background-color: #4b4b4b;
}
.footer {
    /* z-index: -3; */
    /* position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%);
    width: 100%;
    border-top: 1px solid #fff;
    height: 12vh; */
    /* background: #e2e2e2;
    position: relative;
    min-height: 15%; */
}
.footer .footer_top{
    position: absolute;
    bottom: 0%;
    height: 6.1rem;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}
.footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: var(--web-width);
    margin: 0 auto;
    padding: 1.5rem 0 1rem 0;
}
.footer .wrapper p{
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 1.7rem;
    letter-spacing: 0.02rem;
}
#footer.mainfooter .footer{
    position: relative;
    min-height: 10%;
    background: none;
}
#footer.mainfooter .footer .footer_top{
    position: absolute;
    bottom: 0px;
    height: 5.6rem;
    left: 50%;
    transform: translate(-50%);
    border-top: 1px solid #fff;
    width: 100%;
}
#footer.mainfooter .footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: var(--web-width);
    margin: 0 auto;
    padding: 1rem 0 1rem 0;
}
#footer.mainfooter .footer .wrapper p{
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 1.7rem;
    letter-spacing: 0.02rem;
}

/* ------------------------- link ----------------------------*/
.footer .link ul {
    display: flex;
    flex-wrap: nowrap;
}
.footer .link li {
    color: #222;
    font-weight: 300;
}
.footer .link li a {
    color: #222;
    font-weight: 500;
    font-size: var(--txt-md);
    transition: 0.3s;
}
.footer .link li span {
    opacity: 0.5;
    padding: 0 1rem;
}
.footer .link li a:hover {
    color: var(--main-color);
}
/* ------------------------- txt ----------------------------*/
.footer .txt {
    flex-grow: 1;
    /* text-align: center; */
    width: calc(100% - 258px);
}
.footer .txt p {
    color: #ddd;
    /* font-weight: 400; */
    font-size: 1rem;
    letter-spacing: -0.3px;
    line-height: 1.6em;
}
.footer .txt p span {
    opacity: 0.5;
    padding: 0 10px;
}
.footer .txt p span.lg {
    color: var(--main-color-2);
    font-weight: 600;
    font-size: 1.25rem;
    padding: 0 8px;
    vertical-align: top;
}
.footer .txt h5 {
    color: #ddd;
    font-weight: 400;
    font-size: var(--txt-md);
    margin-top: 0.75rem;
}

/* ----------------------- 관련사이트 ------------------------*/
.footer .wrapper .site {
    width: 230px;
    height: 44px;
    position: relative;
}
.footer .wrapper .site ul {
    position: absolute;
    bottom: 44px;
    left: 0;
    display: block;
    /* overflow-y: scroll; */
    /* height: 220px; */
    visibility: hidden;
    opacity: 0;
    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: 230px;
    padding: 0 12px;
    background: var(--c-black-5);
    z-index: 999;
    border-top: 1px solid #acacac;
    border-right: 1px solid #acacac;
    border-left: 1px solid #acacac;
}
.footer .wrapper .site ul li a {
    color: var(--c-black-1);
    display: block;
    width: 100%;
    height: 100%;
}
.footer .wrapper .site .btn_toggle {
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #acacac;
    padding: 8px 12px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 9;
    justify-content: space-between;
    transition: 0.3s;
}
.footer .wrapper .site .btn_toggle:hover {
    background: #ccc;
}
.footer .wrapper .site .btn_toggle span {
    transition: 0.3s;
    transform: rotate(180deg);
}
.footer .wrapper .site .btn_toggle span.on {
    transform: rotate(0deg);
}
.footer .wrapper .site .btn_toggle img {
    width: 16px;
}




/**************************************************************/
/**************************************************************/
/********************* tab contents setting *******************/
/**************************************************************/
/**************************************************************/
/* ------------------ tab contents setting -------------------*/
.tabcontent { display: none; }
.tab_cont_wrap {
    padding: var(--pad-tb-xl);;
    border-bottom: 1px solid var(--c-black-5);
}
.tab_cont_wrap:first-child {
    padding-top: 0;
}
.tab_wrap.fixed {
    position: fixed;
    z-index: 8;
    top: 100px;
    max-width: var(--web-width);
    background: #fff;
    padding: 20px 10px;
    border-radius: 5px;
}
.tab_wrap {
    margin: 0px auto 50px;
    overflow: hidden;
    width: 100%;
}
.tab_wrap li a {
    color: var(--main-color);
}
.tab_wrap li:first-child {
    margin-left: 0;
}
.tab_wrap li:hover {
    background: var(--main-color);
    color: #fff;
}
.tab_wrap li:hover a {
    color: #fff;
}
.tab_wrap li.tab_on {
    background: var(--main-color);
    color: #fff;
}
.tab_wrap li.tab_on a {
    color: #fff;
}

/* ---------------- tab contents (내용교체) -----------------*/
.tab_link {
    display: flex;
    margin: 2rem auto;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.tab_link .tablinks {
    width: calc(100% / 6);
    height: auto;
    text-align: center;
    padding: 14px;
    font-size: var(--txt-lg);
    font-weight: 400;
    cursor: pointer;
    border: 0.5px solid #fff;
    background: var(--sub-color-5);
    box-sizing: border-box;
    line-height: 1.3em;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_link .tablinks:hover, .tab_link .tablinks.active {
    background: var(--main-color);
    color: #fff;
}

/* -------------- tab contents (펼쳐지는 탭) ---------------*/
.tab_click_li {
    /* border-top: 2px solid #222; */
    /* border: 1px solid #ddd; */
    /* border-radius: var(--pad-tb-sm); */
}
.tab_click_li dt {
    overflow: hidden;
    height: auto;
    padding: 20px 25px;
    cursor: pointer;
    /* border-bottom: 1px solid #ddd; */
    line-height: 1.5em;
    position: relative;
    /* border: 1px solid #ddd; */
    border-radius: var(--rad-md);
    margin-top: 1rem;
    background: #f1f1f1;
    border-radius: var(--rad-md);
}
.tab_click_li dt .tit {
    float: left;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}
.tab_click_li dt .tit>span.material-icons {
    color: var(--main-color);
    padding-right: 4px;
}
.tab_click_li dt .tit>span.cate {
    color: var(--main-color);
    font-weight: 500;
    padding-right: 4px;
    min-width: 150px;
}
.tab_click_li dd {
    display: none;
    height: auto;
    padding: 20px 25px;
    border: 1px solid #ddd;
    line-height: 150%;
    border-radius: var(--rad-md);
}
/* .tab_click_li p {
    margin-bottom: 20px;
} */
.tab_click_li dt:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -5px 12px auto auto;
    vertical-align: middle;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
    transform: rotate(135deg);
    position: absolute;
    top: 34px;
    right: 1rem;
    transform: 0.5s;
}
.tab_click_li dt.on:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -20px 6px auto auto;
    vertical-align: middle;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
    transform: rotate(-45deg);
    position: absolute;
    top: 54px;
    right: 8px;
    transform: 0.5s;

}
.tab_click_li dt .tit_l {
    padding-right: 6px;
    color: var(--main-color);
}

/* -------------- tab contents (상품문의) ---------------*/
.tabcontent_02 { display: none; }
.tab_link_02 {
    display: flex;
    margin: 2rem auto;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: flex-end;
    align-items: center;
}
.tab_link_02 .tablinks {
    width: calc(100% / 6);
    height: auto;
    text-align: center;
    padding: 14px;
    font-size: var(--txt-lg);
    font-weight: 400;
    cursor: pointer;
    border: 0.5px solid #fff;
    background: var(--sub-color-5);
    box-sizing: border-box;
    line-height: 1.3em;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_link_02 .tablinks:hover, .tab_link_02 .tablinks.active {
    background: var(--main-color);
    color: #fff;
}



/**************************************************************/
/**************************************************************/
/************************ member & form ***********************/
/**************************************************************/
/**************************************************************/
/*-------------------- form basic setting --------------------*/
input::-webkit-input-placeholder {
    font-size: var(--txt-sm);
    color: #999;
}
input::-moz-input-placeholder {
    font-size: var(--txt-sm);
    color: #999;
}
input:-ms-input-placeholder {
    font-size: var(--txt-sm);
    color: #999;
}
input:-moz-input-placeholder {
    font-size: var(--txt-sm);
    color: #999;
}
.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;
}
.txt_box-44 {width: 2.75rem;}
.txt_box-60 {width: 3.75rem;}
.txt_box-80 {width: 5rem;}
.txt_box-100 {width: 6.25rem;}
.txt_box-120 {width: 7.5rem;}
.txt_box-150 {width: 9.375rem;}
.txt_box-180 {width: 11.25rem;}
/*-------------------------- login ---------------------------*/
.login_two {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
}
.login_two .login_wrap h6 {
    font-size: 1.85rem;
    font-weight: 500;
    margin: 30px 0;
}
.login_wrap {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* max-width: 320px; */
    border: 1px solid #ddd;
    padding: 1rem;
}
.login_wrap_box{    
    min-width: 438px;
    min-height: 230px;
}
.id_wrap_box{
    max-width: 438px;
    min-height: 260px;
}
.login_wrap form {width: 100%;}
.login_wrap .login_input {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.login_input_box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
}
.login_wrap .login_input .txt_box {
    width: 270px;
    padding: 0 10px;
    height: 45px;
    line-height: 50px;
    box-sizing: border-box;
}
.login_wrap input[type=text] {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 0px 10px;
    height: 46px;
    margin: 5px 0;
}
.login_wrap input[type=password] {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 0px 10px;
    height: 46px;
    margin: 5px 0;
}
.login_input input[type=submit], .login_input input[type=button] {
    width: 270px;
    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_button{
    width: 115px !important;
    height: 100px !important;
}
.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: 350px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}
.login_footer .id_pw {
    width: 350px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}
.login_footer a {
    color: #555;
}
.login_footer .id_pw span {
    color: #c9d0d47a;
    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);
    text-decoration: none;
    font-weight: 500;
}
.login_footer p {
    text-align: left;
}
.login_footer_p{
    font-size: var(--txt-sm);
    color: #555;
    margin-top: 1rem;
}
.id_pw_box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 320px; */
    max-width: 30px;
    margin: 0 auto;
}
.id_pw_sch {
    padding-bottom: 30px;
    justify-content: center;
    align-items: center;
    color: #555;
    font-size: 1.75rem;
}
.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-3);
    font-size: 1.125rem;
    line-height: 1.5em;
}
.login_box {
    width: 350px;
    margin: 0 auto;
    text-align: left;
}
.login_box_l {
    float: left;
    width: 50%;
}
.login_box_r {
    float: right;
    width: 50%;
}
.login_social { width:100%; margin: 1.125rem auto; }
.login_social ul li {width: 350px;height: 40px;line-height: 40px;border-radius: 40px;text-align: left;padding: 0px 0 0px 50px;box-sizing: border-box;margin: 0 auto;margin-top: 10px;cursor: pointer;}
.login_social ul li.naver {background: url(../images/common/icon_sns_naver_m.png) 20px center no-repeat var(--sub-color-5);}
.login_social ul li.facebook { background: url(../images/common/icon_sns_facebook_m.png) 20px center no-repeat var(--sub-color-5);}
.login_social ul li.kakao { background: url(../images/common/icon_sns_kakao_m.png) 16px center no-repeat var(--sub-color-5);}
.login_social ul li.google { background: url(../images/common/icon_sns_google_m.png) 16px center no-repeat var(--sub-color-5);}





/**************************************************************/
/**************************************************************/
/******************** 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/main_visual02.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/main_visual02.png) center;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: #f5f5f5;
    padding: 2rem;
    border-radius: var(--rad-md);
}
.privacy .terms {
    border-bottom: 1px solid #e1e1e1;
}
.privacy .terms p {margin-bottom: 6px;color: #222;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: #555;
}
.privacy .terms ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #9E9E9E;
    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 #ccc;
    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: #555;
    margin:10px 0;
    line-height: 1.7em;
}
.privacy .terms .cont_box {
    border: 1px solid #aaa;
    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;
}


/* 회원가입 - 이메일 수신 동의 */
.e_mail_form_wrap{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 1rem;
}
.e_mail_form{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 0.5rem;
}
.e_mail_yform{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 1rem;
}
@media screen and (max-width:800px) {
    .e_mail_form_wrap{
        flex-wrap: wrap;
    }
}

/* 회원가입 - 매니저추천 */
.manager_txt{
    margin-bottom: -0.7rem;
}
.manager_wrap{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 1rem;
}
.manager_wrap_l{
    margin-right: 1rem;
    margin-top: 0.7rem;
}
@media screen and (max-width:800px) {
    .manager_wrap{
        display: flex;
        flex-wrap: wrap;
    }
}

/* 회원 탈퇴 */
.withdrawal_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
}
.withdrawal_wrap_01{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}
.withdrawal_wrap_01:nth-child(2){
    gap: 1.5rem;
}
.withdrawal_wrap_01_i{
    margin-left: 0.85rem;
}
.withdrawal_tit{
    font-weight: 700;
    color: #333;
}

/* squre */
ul.squre li{
    padding: 0px 0 0 14px;
    margin: 4px 10px 4px 0;
    position: relative;
    text-align: left;
}
ul.squre li:before{
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #9e9e9e;
}

/* 브로셔 */
/* .main_brochure{
    position: fixed;
    top: 147px;
    right: 0%;
    z-index: 999;
    background: var(--main-color-2);
    width: 120px;
    height: 134px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 1rem 0;
}
.main_brochure .brochure_a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.main_brochure .brochure_a p{
    font-family: "Libre Franklin", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-top: 0.5rem;
    letter-spacing: 0.03rem;
}
.main_brochure .brochure_a .img{
    margin-top: 1rem;
} */

/* 브로셔02 */
/* .main_brochure{
    width: 155px !important;
    height: 45px !important;
    margin-top: 1.5rem;
    margin-right: 1rem;
}
.main_brochure .brochure_a{
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    gap: 0.7rem;
    border-radius: 30px;
}
.main_brochure .brochure_a .img{
    background: url(../images/main/book_icon_b.png);
    width: 55%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 95% 53%;
    background-size: 25px;
}
.main_brochure .brochure_a .img img{
    width: 40px;
}
.main_brochure .brochure_a p{
    font-size: 0.9rem;
    margin-right: 1rem;
    width: 100%;
    color: #222;
    font-weight: 600;
} */

