@charset "utf-8";

/* ==========================================================================
    기존 코드
   ========================================================================== */
/* 스킵 네비게이션 */
#skip-nav {
    position: absolute; left: 0; right: 0; top: 0;
    z-index: 9999;
    & *{list-style: none; margin: 0; padding: 0;}
    a{display: block; width: 1px; height: 1px; overflow: hidden; color: #fff; white-space: nowrap; text-align: center;}
    a:focus,
    a:active{width: 100%; height: auto; padding: 0.5rem; background: #000;}
}
.wrap {
    position: relative;
    max-width: calc(var(--main-width) + var(--main-gap) * 2 ); width: 100%; margin: 0 auto;
    padding-left: var(--main-gap); padding-right: var(--main-gap);
}

/* ==========================================================================
    COMMON
   ========================================================================== */
.main-grid {
    position: relative;
    max-width: calc(var(--main-width) + var(--main-gap) * 2 ); width: 100%; margin: 0 auto;
    padding-left: var(--main-gap); padding-right: var(--main-gap);
}
.grid01 {
    position: relative;
    padding-left: var(--main-gap); padding-right: var(--main-gap);
}
.wide-grid {
    position: relative;
    padding-left: var(--gap01); padding-right: var(--gap01);
    @media (width <= 1420px) {
        padding-left: var(--main-gap); padding-right: var(--main-gap);
    }
}
.grid-inner{max-width: var(--main-width); margin: 0 auto;}
.board-grid {
    position: relative;
    max-width: calc(var(--board-width) + var(--main-gap) * 2 ); width: 100%; margin: 0 auto;
    padding-left: var(--main-gap); padding-right: var(--main-gap);
}
.split-flex {
    display: flex; align-items: flex-end; gap: 50px;
    .split-col{flex: 1; min-width: 0; overflow: hidden;}
    .right-col{position: relative;}
    @media (width <= 1420px) {
        gap: 40px;
    }
    @media (width <= 860px) {
        flex-direction: column; gap: 20px;
        .split-col{width: 100%;}
    }
}

.d-logo {
    width: 130px;
    transition: width .2s ease-out;
    .header-bar.fixed & {width: 100px;}
    @media (width <= 1420px) {
        width: 116px;
    }
    @media (width <= 1280px) {
        width: 100px;
    }
    @media (width <= 860px) {
        width: 90px;
        .header-bar.fixed & {width: 90px;}
    }
    @media (width <= 640px) {
        width: 82px;
        .header-bar.fixed & {width: 82px;}
    }
}


#content{position: relative;}
.board-container .bo-pagenate{margin-top: 40px;}
/* ==========================================================================
    SUB LAYOUT
   ========================================================================== */
.sub_visual,
.subdepth,
.submenu_select{display: none;}
.sub_container {
    position:relative;  min-height:400px;
    padding: 83px 0;
    .sub_contents {z-index:10;}
    @media (width <= 1024px) {
        padding: 60px 0;
    }
    @media (width <= 860px) {
        margin-top: var(--fixed-header-height);
    }
    @media (width <= 640px) {
        padding: 40px 0 80px;
    }
}
.page-wrap {
    min-height: 200px;
    .pg-title{margin-bottom: 50px;}
    .table-group{padding: 40px 0;}
    .ml-garoup{padding: 30px 0;}
    @media (width <= 1024px) {
        .pg-title {margin-bottom: 40px;}
    }
    @media (width <= 640px) {
        .bo_top{justify-content: flex-end; margin-bottom: 14px;}
        .bo_top .total{display: none}
        .bo_top:has(.btn-action) .bo-search{display: none}
        .bo_top:has(.btn-action){justify-content: flex-start;}
        .pg-title {margin-bottom: 30px;}
        .table-group{padding: 28px 0;}
        .ml-garoup{padding: 20px 0;}
    }
}
.breadcrumb {
    margin-bottom: 0;
    ul { display: flex; align-items: center; gap: 6px; }
    li { position: relative; display: flex; align-items: center; font-size: 14px;}
    li + li::before { content: '>'; position: relative; top: -1px; margin-right: 6px; color: var(--desc-color); }
    span,
    a { color: var(--desc-color); }
    strong { color: var(--black-color); }
    .ico-home{top: -2px;}
}
.pg-title {
    text-align: center;
    .title{font-size: 22px; font-weight: bold; color: var(--black-color);}
    .breadcrumb {display: inline-block;}
    .desc{font-size: 14px; color: var(--desc-color); line-height: 22px; margin-top: 8px;}

    .pg-event &{margin-bottom: 32px;}
}


.sub-nav-wrap {
    text-align: center; padding: 24px 0 60px;
    .sub-nav{position: relative; display: inline-block; line-height: 1;}
    .sub-nav > ul{display: inline-flex; justify-content: center; align-items: center;}
    .sub-nav > ul::after{content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: var(--border-color02);}
    .nav-item{position: relative; }
    .nav-item a{display: block; min-width: 150px; font-size: 17px; color: var(--black-color); line-height: 30px; padding: 12px 15px;}
    .nav-item a::after{content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: transparent; z-index: 1}
    .nav-item a.on{font-weight: bold;}
    .nav-item a.on::after{background: var(--point-color01);}
    .nav-item a:hover{font-weight: bold;}
    @media (width <= 1024px) {
        .nav-item a{min-width: 140px; font-size: 16px;}
    }
    @media (width <= 860px) {
        padding: 24px 0 50px;
        .nav-item a{min-width: 110px; padding: 8px 15px;}
    }
    @media (width <= 640px) {
        padding: 10px 0 35px;
        .sub-nav > ul::after,
        .nav-item a::after{display: none;}
        .nav-item a{min-width: 0; padding: 8px 10px; font-size: 15px;}
        .nav-item a.on{text-decoration: underline var(--point-color01); text-underline-offset: 7px;}
    }
}
.my-nav-wrap {
    padding-top: 24px; padding-bottom: 78px;
    color: var(--black-color);
    .my-nav{display: flex; border: 1px solid var(--point-color0101); border-radius: var(--radius01); overflow: hidden;}
    .my-nav-col{flex: 1; display: flex; flex-direction: column; text-align: center;}
    .my-dp2{display: flex; justify-content: center; align-items: center; height: 48px; font-size: 17px; font-weight: 600; border-bottom: 1px solid var(--point-color0101); background-color: var(--point-color0101); color: #fff;}
    .my-dp3{flex: 1; padding: 12px;}
    .my-nav-col:not(:last-child) .my-dp3{border-right: 1px solid var(--point-color0101);}
    .nav-item a{display: block; font-size: 14px; color: var(--black-color); line-height: 24px;}
    .nav-item a.on{font-weight: bold; color: var(--point-color01);}
    .nav-item a:hover{color: var(--point-color01);}
    .my-nav-col:has(.on) .my-dp2{color: #fff; background-color: var(--point-color01);}
    @media (width <= 1280px) {
        padding-bottom: 60px;
    }
    @media (width <= 1024px) {
        padding-bottom: 40px;
    }
    @media (width <= 640px) {
        padding-bottom: 30px;
        .my-dp2{height: 38px; font-size: 15px;}
        .my-dp3{padding: 12px 6px; }
        &:has(.my-nav-col:nth-child(4)) {
            .my-nav{flex-wrap: wrap;}
            .my-nav-col{flex: 0 0 50%}
            .my-nav-col:nth-child(n+3) .my-dp2{border-top: 1px solid var(--point-color0101);}
        }
    }
}
.section-title {
    text-align: center; letter-spacing: -0.5px;
    padding-top: 38px; background: url('/assets/site/img/common/ico-heart.svg') no-repeat center 0;
    margin-bottom: 50px;
    h2{font-family: "Nanum Myeongjo", serif; font-size: 50px; font-weight: bold;}
    h2 span{color: var(--point-color01);}
    p{font-size: 18px; color: var(--black-color); line-height: 26px; margin-top: 15px;}
    @media (width <= 1280px) {
        h2{font-size: 43px;}
        p{font-size: 17px; margin-top: 13px;}
    }
    @media (width <= 1024px) {
        margin-bottom: 40px;
        h2{font-size: 38px;}
        p{font-size: 16px; margin-top: 11px;}
    }
    @media (width <= 860px) {
        h2{font-size: 34px;}
        p{font-size: 15px; margin-top: 10px;}
    }
    @media (width <= 640px) {
        margin-bottom: 32px;
        h2{font-size: 30px;}
        p{margin-top: 6px;}
    }
}

/* ==========================================================================
    LAYOUT
   ========================================================================== */
.topbar {
    height: var(--topbar-height); overflow: hidden;
    background: var(--point-color0101); transition: height .3s ease-out;
    &.topbar-hide {height: 0;}
    .topbar-inner {position: relative; display: flex; align-items: center; justify-content: center; height: 100%; font-weight: 500; color: #fff;}
    .topbar-msg { font-size: 14px; }
    .topbar-actions { position: absolute; right: 50px;  display: flex; align-items: center; gap: 9px; }
    .topbar-today { display: flex; align-items: center; gap: 6px; font-size: 12px; line-height: 15px; cursor: pointer; opacity: .5; transition: .2s ease-out;}
    .topbar-today:hover {opacity: 1;}
    .topbar-close { position: relative; top: -1px; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: .5; transition: .2s ease-out;}
    .topbar-close:hover {opacity: 1;}
    .topbar-hidden & {height: 0;}
    @media (width <= 1200px) {
        .topbar-actions{right: var(--main-gap);}
    }
    @media (width <= 1024px) {
        .topbar-msg { font-size: 13px; }
    }
    @media (width <= 860px) {
        display: none;
    }
}

/* header */
header {
    position: relative; width: 100%; z-index: 200;
    .header-bar-spacer {height: 0; overflow: hidden;}
    @media (width > 860px) and (width <= 1280px) {
        &:not(:has(.topbar-hide)) .header-bar:not(.fixed) .menu_all_btn{}
        &:not(:has(.topbar-hide)) .header-bar:not(.fixed) .menu_all_btn.open{translate: 0 -42px;}
    }
    @media (width <= 860px) {
        .header-bar-spacer{display: none !important;}
    }
}

.header-bar {
    position: relative;
    width: 100%; height: var(--header-height); background: #fff;
    border-bottom: 1px solid #EAEDF4;
    transition: height .2s ease-out;
    .header-inner { display: flex; align-items: center; justify-content: center; height: 100%;}
    .logo{position: absolute; left: var(--main-gap);}
    .snb {position: absolute; right: var(--main-gap); height: 100%;}
    &.fixed {
        position: fixed; top: 0;
        height: var(--fixed-header-height); border-top: 2px solid var(--point-color0101);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
        .lnb > ul > li > a{font-size: 18px;}
    }
    @media (width <= 1280px) {
        height: var(--fixed-header-height);
        .lnb {
            > ul{gap: 20px;}
            > ul > li > a{font-size: 17px;}
        }
        .snb{gap: 0;}
    }
    @media (width <= 1200px) {
        .snb .lang_area,
        .snb .btn-alarm,
        .snb .alarm-panel{display: none;}
        .snb .link-alarm{display: block;}
    }
    @media (width <= 1024px) {
        .lnb{display: none;}
    }
    @media (width <= 860px) {
        position: fixed; top: 0;
        &.fixed{border-top: 0;}
    }
    @media (width <= 640px) {
        .snb {
            .btn-util {padding: 8px 4px;}
            .login_area,
            .lang_area{display: none;}
        }
        .menu_all_btn{margin-left: 10px;}

    }
}

/* header - 1차 depth */
.lnb {
    > ul {display: flex; justify-content: center; align-items: center; gap: 30px;}
    > ul > li{position: relative;}
    > ul > li > a{display: block; font-size: 20px; font-weight: 500; padding: 28px 25px; transition: .2s ease-out;}
    > ul > li > a:hover,
    > ul > li > a.on{color: var(--point-color01);}
    > ul > li > ul{position: absolute; display: none;}
    > ul > li > ul{display: none; position:absolute; top: 70px; width: 164px; left: calc(50% - 82px); text-align: center; padding: 11px 0; background: var(--point-color01); border-radius: var(--radius01); animation: fadeEffect .3s;}
    > ul > li > ul::after{content: ""; display: block; position: absolute; top: -6px; left: 50%; margin-left: -3px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid var(--point-color01);}
    > ul > li > ul > li > a{display:block; font-size: 14px; font-weight: 400; color:rgba(255,255,255,.7); line-height:30px; transition:.2s ease-in-out; }
    > ul > li > ul > li > a:hover,
    > ul > li > ul > li > a.on{color:rgba(255,255,255,1)}
    > ul > li:hover > ul{display: block}
}
.snb {
    display: flex; align-items: center; gap: 8px;
    .util-item{position: relative; user-select: none;}
    .btn-util{position: relative; display: block; padding: 8px 6px; box-sizing: content-box;}
    .is-new::after{content: ""; display: block; position: absolute; top: 50%; right: 50%; translate: 12px -11px; width: 4px; aspect-ratio: 1; background: var(--point-color01); border-radius: 50%;}
    .link-alarm{display: none;}
    /*알림 패널*/
    .alarm-panel {
        position: absolute; top: calc(100% + 18px); right: -20px;
        width: 540px; padding: 20px; border-radius: 20px; background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.15);
        opacity: 0; visibility: hidden; transform: translateY(-5px); transition: .2s ease-out;
        &.is-open{opacity: 1; visibility: visible; transform: translateY(0);}
        .panel-cont{
            max-height: 632px; overflow-y: auto;
            &::-webkit-scrollbar { width: 5px; }
            &::-webkit-scrollbar-track { background: #f2f2f2; }
            &::-webkit-scrollbar-thumb { background: #bbb; border-radius: 10px; }
        }
        .alarm-bottom{padding: 20px 0 4px; text-align: center;}
        .btn-more{display: inline-block; color: var(--basic-color); font-size: 17px; line-height: 1.4; text-decoration: underline; text-underline-offset: 3px;}
        .alim-list {
            .alim-bar {
                .is-status{font-size: 17px;}
                .date{font-size: 15px; margin-top: 4px;}
            }
        }
    }
}

footer {
    padding: 55px 0; background-color: var(--point-color0101); margin-top: 60px; color: #BDBDBD;
    .footer-inner{display: flex; flex-wrap: wrap; gap: 50px;}
    .logo{padding-top: 4px;}
    address{flex: 1; font-size: 15px; line-height: 24px; word-break: keep-all;}
    address > ul{display: flex; flex-wrap: wrap; gap: 15px 18px;}
    address > ul > li span{font-weight: bold; color: #FFF;}
    .copyright{font-size: 12px; color: #999; text-transform: capitalize; letter-spacing: 0; margin-top: 13px;}
    .footer-menu{display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; font-size: 15px; font-weight: bold;}
    .footer-menu .ico{padding-left: 20px; line-height: 16px;}
    .footer-menu .ico01{background: url('/assets/site/img/common/ico-shield.svg') no-repeat 0 center;}
    .footer-menu .ico02{background: url('/assets/site/img/common/ico-q.svg') no-repeat 0 center;}
    .footer-menu .ico03{background: url('/assets/site/img/common/ico-q-red.svg') no-repeat 0 center;}
    @media (width <= 1280px) {
        margin-top: 40px;
        .footer-inner{gap: 40px;}
    }
    @media (width <= 1200px) {
        .footer-inner{flex-direction: column; gap: 20px;}
        .footer-menu{justify-content: flex-start; margin-top: 6px;}
    }
    @media (width <= 1024px) {
        text-align: center;
        .footer-inner{align-items: center;}
        address > ul{justify-content: center; gap: 6px 14px;}
    }
    @media (width <= 860px) {
        padding: 48px 0; margin-top: 20px;
        address{font-size: 14px;}
        .footer-menu{font-size: 14px;}
        .copyright{font-size: 11px;}
    }
    @media (width <= 640px) {
        .footer-menu{gap: 10px 16px;}
    }
}

/* 공통 옵션 오픈 스타일 */
.snb .option_open {
    min-width: 65px;
    position: absolute;
    left: 50%; top: 42px;
    transform: translateX(-49%);
    padding: 10px 5px;
    background-color: #fff;
    border: 1px solid #dbdbdb; box-sizing: border-box; border-radius: 5px;
}
.snb .option_open a {
    position: relative;
    display: block; color: #888;
    font-size: 14px; line-height: 32px;
    padding: 0 10px; margin-bottom: 10px;
}
.snb .option_open a:last-child {
    margin-bottom: 0px;
}
.snb .option_open a:hover {
    font-weight: 600;
    color: #222; background: #f5f5f5;
}


/* 로그인 옵션 오픈 스타일 */
.snb .login_open {
    min-width: 95px;
}





/* header - snb - 사이트맵 / 모바일 메뉴 */
.menu_all_btn {
    position: relative;
    width: 31px; height: 31px;
    z-index: 99; cursor: pointer; margin-left: 13px; transition: all .5s cubic-bezier(.08, .03, .22, .87);
    span {display: block; position: absolute; width: 22px; height: 2px; background: #000; border-radius: 0; opacity: 1; transition: .2s ease-in-out;}
    span:nth-child(1) {top: 6px; left: 0;}
    span:nth-child(2),
    span:nth-child(3) {top: 14px; left: 6px;}
    span:nth-child(4) {top: 22px; left: 0;}
    &.open {
        span:nth-child(1) {width: 0; top: 15px; left: 50%;}
        span:nth-child(2) {margin-left: -4px; top: 15px; transform: rotate(45deg);}
        span:nth-child(3) {margin-left: -4px; top: 15px; transform: rotate(-45deg);}
        span:nth-child(4) {width: 0; top: 15px; left: 50%;}
    }
}

@media (hover: hover) {
    .menu_all_btn:hover {
        span:nth-child(1),
        span:nth-child(4){left: 10px;}
        span:nth-child(2),
        span:nth-child(3) {left: 6px;}
    }
}

.menu_all_btn.open.dark span{background: #fff;}




/* 사이트맵 / 모바일 메뉴 */
#sitemapBG {
    position: fixed;
    width: 95%; height: 95%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: #fff;
    z-index: 98; opacity: 0;
    transition: 1s;
    pointer-events: none; will-change: transform;
}
#sitemapBG.dark {
    background: #000;
}
#sitemapNAV{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh; min-width: 320px;
    border-radius: 20px;
    pointer-events: none;
    z-index: 98; opacity: 0;
    background: transparent;
    transition: all 1s;
    overflow: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
#sitemapNAV::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
#sitemapNAV:before{
    display: none;
    content: "";
    position: absolute;
    z-index: -1;
    top: 55%; left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 430px;
    height: 180px;
    background: url("/assets/site/img/common/logo_sitemap.png") no-repeat;
    background-size: contain;
    background-position: center top -180px;
    opacity: 0.3;
    transition: 0.5s;
}
#sitemapNAV .wrap{max-width: 90%; height: 100%;}
ul.sitemap_list {
    position: absolute;
    display: flex; justify-content: space-between;
    width: 100%; min-width: 320px;
    left: 0; top: 50%;
    transform: translateY(-50%);
}
ul.sitemap_list > li {
    display: inline-block;
    width: 26.333%; padding-left: 7%;
    /* 100 / 갯수 = width + padding-left */
    margin: 1.5rem 0;
    opacity: 0; vertical-align: top;
    transition: 0.4s cubic-bezier(0.365, 0.84, 0.44, 1);
}
ul.sitemap_list > li:nth-child(1){
    padding-left: 0;
}
ul.sitemap_list > li > a {
    display: block;
    box-sizing: border-box; padding: 0 0 1rem;
    position: relative;
    font-size: 2rem; font-weight: 800;
    color: #222; text-decoration: none;
    transition: 0.5s; pointer-events: none;
}
#sitemapNAV.dark ul.sitemap_list > li > a{
    color: #fff;
}
ul.sitemap_list > li > a::before{
    position: absolute;
    content: "";
    left: 0; bottom: 0;
    z-index: -1;
    width: 100%; height: 1px;
    background-color: #ddd;
}
#sitemapNAV.dark ul.sitemap_list > li > a::before{
    background-color: #fff;
}

ul.sitemap_list .sub_menu{
    margin-top: 6px;
    padding-top: 14px;
}
.pc-gnb ul.sitemap_list .sub_menu{
    display: block !important;
}
ul.sitemap_list .sub_menu li{
    margin: 15px 0;
}
ul.sitemap_list .sub_menu li a{
    display: inline-block; vertical-align: middle;
    color: #333; font-size: 1.1rem;
    white-space: nowrap;
}
#sitemapNAV.dark ul.sitemap_list .sub_menu li a{
    color: #fff;
}
ul.sitemap_list .sub_menu li a:hover,
ul.sitemap_list .sub_menu li a:focus{
    font-weight: 600;
    color: #222;
}
ul.sitemap_list .sub_menu li a::before{
    display: none;
}


/* 오픈했을때 */
#sitemapBG.open{
    display: block; opacity: 1;
    pointer-events: auto;
    width: 100%; height: 100%;
    border-radius: 0;
}
#sitemapNAV.open{
    pointer-events: auto;
    opacity: 1;
    width: 100%; height: 100dvh;
    border-radius: 0;
}
#sitemapNAV.dark.open{

}
#sitemapNAV.open:before{
    background-position: center center;
    transition-delay: 0.5s;
}
#sitemapNAV.open ul.sitemap_list > li{
    opacity: 1;
    /*transform: translateX(0);*/
}



/* 모바일 메뉴 - 스타일 */
.m-gnb {
    display: none;
    position: relative; min-width: 320px;
}




.m-gnb ul.sitemap_list {
    position: relative;
    top: 0; transform: translateY(0);
    display: block;
    width: auto;
}
.m-gnb ul.sitemap_list > li {
    width: 100%;
    padding-left: 0;
    padding: 20px 0px; margin: 0;
    border-bottom: 1px solid #e8e8e8;
    opacity: 0;
    transform: translateX(50%);
}
.m-gnb ul.sitemap_list > li.active:before{
    width: 100%;
}
.m-gnb ul.sitemap_list > li:nth-child(1){
    transition-delay: 0.05s;
}
.m-gnb ul.sitemap_list > li:nth-child(2){
    transition-delay: 0.1s;
}
.m-gnb ul.sitemap_list > li:nth-child(3){
    transition-delay: 0.15s;
}
.m-gnb ul.sitemap_list > li:nth-child(4){
    transition-delay: 0.2s;
}
.m-gnb ul.sitemap_list > li:nth-child(5){
    transition-delay: 0.25s;
}
.m-gnb ul.sitemap_list > li:nth-child(6){
    transition-delay: 0.3s;
}
.m-gnb ul.sitemap_list > li:nth-child(7){
    transition-delay: 0.35s;
}
#sitemapNAV.open .m-gnb ul.sitemap_list > li{
    opacity: 1;
    transform: translateX(0);
}
.m-gnb ul.sitemap_list > li > a {
    display: block;
    font-size: 1.1rem; font-weight: 600; color: #222;
    padding: 0;
}
#sitemapNAV.open .m-gnb ul.sitemap_list > li > a {
    pointer-events: auto;
}
.m-gnb ul.sitemap_list > li > a::before{
    display: none;
}

.m-gnb ul.sitemap_list .sub_menu {
    display: none;
    margin-top: 15px; padding-top: 0; border-top: 0;
}
.m-gnb ul.sitemap_list .sub_menu li {
    margin: 0;
}
.m-gnb ul.sitemap_list .sub_menu li a {
    display: block; padding: 10px 0;
    color: #888;
}
.m-gnb ul.sitemap_list .sub_menu li a.on{
    color: #e60012;
}
.m-gnb ul.sitemap_list .sub_menu li a:hover,
.m-gnb ul.sitemap_list .sub_menu li a:focus{
    color: #e60012;
}
.m-gnb ul.sitemap_list .sub_menu li a::before {
    content: none;
}
.m-gnb ul.sitemap_list > li.active {

}

@media screen and (max-width:1280px) {
    #sitemapBG{
        background: rgba(0, 0, 0, 0.7);
        width: 100%; height: 100%;
        border-radius: 0;
    }
    #sitemapNAV{
        border-radius: 0;
        background: #fff;
        left: auto; right: 0;
        max-width: 500px;
        background: #fff;
        overflow-y: auto;

    }
    #sitemapNAV:before{
        display: none;
    }

    #sitemapNAV .pc-gnb {
        display: none;
    }
    .m-gnb {
        display: block;
        /* overflow: hidden; */
        overflow-y: scroll;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .m-gnb::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

}
@media screen and (max-width:500px) {
    #sitemapNAV {
        right: auto; left: 0;
    }
    .m-gnb .gnb-top {
        right: auto; left: 0;
    }
}



ul.sitemap_list {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 29px 60px;
    position: relative; top: auto; align-content: center;
    height: 100%; transform: none;
    > li{width: auto; margin: 0; padding: 0;}
    > li > a{display: block; font-size: 22px; font-weight: bold; color: var(--point-color0101); padding: 0; text-transform: uppercase; pointer-events: none;}
    > li > a::before,
    > li > a::after{display: none}
    > li > .sub_menu{margin-top: 0; padding-top: 8px;}
    > li > .sub_menu > li > a{font-size: 18px; font-weight: 600; color: #222;}
    > li > .sub_menu > li > a:hover,
    > li > .sub_menu > li > a:focus{color: var(--point-color01)}
    > li > .sub_menu > li > .sub_menu{
        margin-top: 0;
        padding-top: 8px;
        > li > a{font-size: 15px; color: #666; transition: .2s ease-in-out;}
        > li > a:hover{color: #222}
    }
}
.pc-gnb {
    width: 100%;
    max-width: 100%;
    padding: 0 var(--main-gap);
    & .logo{left: 0; top: 40px;}
    > ul > li > a{padding: 0 0 14px; border-bottom: 1px solid rgba(34,34,34,.2);}
    > ul > li > a:after{content: ""; position: absolute; bottom: -1px; display: block; width: 0; height: 1px; background-color: #222; transition: width .2s ease-in-out}
    > ul > li:hover > a::after{width: 100%;}
    > ul > li > .sub_menu > li{margin: 0; padding: 7px 0}
}
#sitemapBG {
    background: rgba(254,243,244,.85); backdrop-filter: blur(7px);
    @media (width <= 1280px) {
        background: rgba(0,0,0,.7);
    }
}
#sitemapNAV:before{display: none;}
#sitemapNAV.open {
    ul.sitemap_list > li > a{pointer-events: auto}
}
/*모바일 메뉴 커스텀*/
.m-gnb {
    display: flex; flex-direction: column;
    height: 100%;
    > ul.sitemap_list {
        width: 100%; height: auto; padding: 0 30px 70px; overflow-y: auto;
        > li:first-child{border-top: 1px solid #e8e8e8;}
        > li > a::after{content: ""; position: absolute; right: 0; top: calc(50% - 6px); display: block; width: 12px; height: 12px; background: url('/assets/site/img/common/ico-sidebar0101.png') no-repeat center / 12px auto; transition: .2s ease-in-out;}
        > li.active > a::after{background-image: url('/assets/site/img/common/ico-sidebar0102.png'); transform: rotate(-360deg);}
        > li:not(:has(.sub_menu)) > a::after{top: calc(50% - 6px); width: 8px; height: 12px; background: url('/assets/site/img/common/ico-sidebar0103.png') no-repeat center / 8px auto; transform: none;}
        .sub_menu .sub_menu{display: none; padding-left: 10px;}
        .sub_menu .sub_menu > li:first-child{padding-top: 6px;}
        .sub_menu .sub_menu > li:last-child{padding-bottom: 6px;}
        > li > a:hover,
        > li > a.on{color: var(--point-color01);}
        .sub_menu li a:hover,
        .sub_menu li a:focus,
        .sub_menu li a.on{color: var(--point-color01);}
        /*2차*/
        > li > .sub_menu > li > a{font-size: 15px;}
    }
    .gnb-top {
        position: relative; padding: 13px 30px 26px;
        background-color: #fff;
        a{display: block;}
        .gnb-quick {
            padding: 0; border-top: 0; background: transparent;
            display: flex; flex-wrap: wrap; gap: 14px;
            margin-top: 16px;
            > a {flex: 1; display: flex; justify-content: space-between; align-items: center; height: 50px; font-size: 16px; color: var(--point-color01); line-height: 1; padding: 0 20px; border: 1px solid var(--point-color01); border-radius: var(--radius02);}
            > a::after{content: ""; display: inline-block; flex: 0 0 18px; aspect-ratio: 1; background: url("/assets/site/img/common/arr-btn01.svg") no-repeat center / contain;}
            > a.fill{color: #fff; background-color: var(--point-color01);}
            > a.fill::after{filter: var(--filter-white);}
            > .login-btn{flex: 0 0 100%; height: 54px; font-size: 17px; color: var(--basic-color01);}
            > .login-btn::after{display: none;}
            > .login-btn span{display: block; line-height: 24px; padding-left: 30px; background: url("/assets/site/img/common/ico-news.svg") no-repeat 0 0 / 20px auto;}
            > .status-summary {
                flex: 0 0 100%; padding: 0 14px;
                display: flex; border-radius: var(--radius02); background-color: #fff6f6;
                .summary-item { flex: 1; padding: 20px 0 16px; text-align: center; }
                .summary-item .ico { display: inline-block; width: 36px; aspect-ratio: 1; background-repeat: no-repeat; background-position: center; background-size: contain; }
                .summary-item .ico-like{background-image: url("/assets/site/img/common/ico-mp0101.svg");}
                .summary-item .ico-schedule{background-image: url("/assets/site/img/common/ico-mp0102.svg");}
                .summary-item .ico-send{background-image: url("/assets/site/img/common/ico-mp0103.svg");}
                .summary-label { display: block; font-size: 15px; color: var(--basic-color01); margin-bottom: 4px;}
                .summary-count { font-size: 30px; font-weight: bold; color: #222; line-height: 1;}
                .summary-count span { font-size: 12px; font-weight: 400; margin-left: 3px; }
            }
        }
    }

    .gnb-lang {
        position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 20px 27px;
        display: flex; line-height: 30px; background-color: #fff; z-index: 5;
        .lang-title{ padding-left: 24px; background: url('/assets/site/img/common/ico-earth.svg') no-repeat 0 calc(50% - 1px) / 20px auto;}
        .lang-title::after{content: ""; position: relative; top: 1px; display: inline-block; width: 1px; height: 13px; background-color: #ccc; margin: 0 20px;}
        .lang-set {
            position: relative; top: -1px;
            display: flex; gap: 22px;
            a{display: flex; align-items: center; gap: 5px; font-size: 14px; color: #555;}
            a::before{content: ""; display: block; width: 37px; aspect-ratio: 37 / 30;}
            a[href*="lang=ko"]::before {background: url('/assets/site/img/common/flag-ko.svg') no-repeat 0 calc(50% - 1px) / 100% auto;}
            a[href*="lang=en"]::before {background: url('/assets/site/img/common/flag-en.svg') no-repeat 0 calc(50% - 1px) / 100% auto;}
            a[href*="lang=ja"]::before {background: url('/assets/site/img/common/flag-jp.svg') no-repeat 0 calc(50% - 1px) / 100% auto;}
            a[href*="lang=cn"] {display: none;}
        }
    }


    @media (width <= 860px) {
        > ul.sitemap_list{padding: 0 20px 70px;}
        .gnb-top {
            padding: 13px 20px 26px;
            .gnb-quick {
                > .status-summary{flex: 0 0 calc(100% + 40px); margin: 0 -20px 8px; padding: 4px 6px; border-radius: 0;}
                .summary-label {font-size: 14px;}
                .summary-count { font-size: 27px;}
            }
        }
    }
    @media (width <= 640px) {
        .gnb-top {
            .gnb-quick {
                gap: 12px;
                > a,
                > .login-btn{font-size: 15px; height: 48px; padding: 0 16px;}
                > .login-btn span{padding-left: 26px; background: url("/assets/site/img/common/ico-news.svg") no-repeat 0 1px / 18px auto;}
            }
        }

    }
}


/*********** footer ***********/



/* footer - 관련사이트 */
.family_site {
    display: block;
    width: 230px;
    position: absolute;
    bottom: 0; right: 0;
}
.family_site > .btn_fs_toggle {
    position: relative; display: block;
    line-height: 45px;
    padding: 0 80px 0 20px; color: #fff;
    background: #444;
}
.family_site > .btn_fs_toggle .plus {
    display: block;
    width: 18px; height: 18px;
    margin: -1px 0 0;
    position: absolute;
    top: 50%; right: 22px;
    transform: translateY(-50%);
}
.family_site > .btn_fs_toggle .plus:before {
    content: "";
    display: block;
    width: 100%; height: 2px;
    background: #aaa;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.family_site > .btn_fs_toggle .plus:after {
    content: "";
    display: block;
    width: 2px; height: 100%;
    background: #aaa;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.family_site .site_list {
    display: none;
    position: absolute;
    bottom: 45px; left: 0;
    width: 100%; max-height: 230px;
    overflow-y: auto; z-index: 1;
    border: 1px solid #e9e9e9; box-sizing: border-box;
    color: #555; background: #fff;
    word-break: break-all;
}
.family_site .site_list li:hover {
    background: rgba(0, 0, 0, 0.05);
}
.family_site .site_list li a {
    position: relative; display: block;
    padding: 13px 20px; font-size: 13px;
}
.family_site .site_list li a:before {
    content: "";
    display: block;
    width: 85%; height: 1px;
    box-sizing: border-box; border-bottom: 1px dashed #e8e8e8;
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
}
.family_site .site_list li:last-child a:before {
    display: none;
}





@media screen and (max-width:1280px) {

    .family_site {
        position: relative; margin-top: 20px;
        width: 100%;
    }
    .family_site > .btn_fs_toggle {
        background: none;
        border-bottom: 1px solid #444;
        padding: 0 80px 0 0;
    }
    .family_site > .btn_fs_toggle .plus {
        right: 0;
    }
    .family_site .site_list {
        bottom: 46px;
    }
    .family_site .site_list li a:before {
        width: calc( 100% - 40px );
    }
}




/*********** floating - 우측 하단 고정메뉴 ***********/
.floating_menu {
    position: fixed;
    right: 50px; bottom: 73px;
    transform: translateY(15px);
    z-index: 2;
 }
.floating_menu ul.sns {
    display: block;
    clear: both; transition: all 200ms linear;
    margin-bottom: 15px;
}
.floating_menu ul.sns li {
    position: relative;
    height: 46px; line-height: 46px;
    margin: 0 0 10px 0; text-align: center;
    transition: all 200ms linear;
}
.floating_menu ul.sns li::after {
    content: ''; display: block; clear: both;
}
.floating_menu ul.sns li:last-child {
    margin: 0;
}
.floating_menu ul.sns li a {
    float: right;
    display: block;
    border-radius: 58px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}
.floating_menu ul.sns li.naver_talktalk a {
    background: #00c63b; color: #fff;
}
.floating_menu ul.sns li.kakao a {
    background: #fae100; color: #111;
}
.floating_menu ul.sns li.ars {
    display: none;
}
.floating_menu ul.sns li.ars a {
    background: #b01e46; color: #fff;
}
.floating_menu ul.sns li.inquiry a {
    background: #111; color: #fff;
}
.floating_menu ul.sns li a span {
    position: relative;
    display: block; width: 0px; height: 46px;
    color: rgba(0,0,0,0); text-align: left;
    overflow: hidden;
    padding: 0 0 0 46px;
}
.floating_menu ul.sns li a:hover span,
.floating_menu ul.sns li a:focus span{
    width: 100px;  transition: all 200ms linear;
    font-size: 14px; font-weight: 500; color: #fff;
}
.floating_menu ul.sns li.kakao a:hover span,
.floating_menu ul.sns li.kakao a:focus span {
    color: #3c1e1e;
}
.floating_menu ul.sns li a span:before {
    content: "";
    position: absolute; top: 0; left: 0;
    display: block; width: 46px; height: 46px;
    border-radius: 50%;
    background: url("../img/common/floating_menu01.png") no-repeat;
    background-size: 40px; background-position: center center;
}
.floating_menu ul.sns li a:hover span:before,
.floating_menu ul.sns li a:focus span:before {
    border-radius: 50% 0 0 50%; transition: all 200ms linear;
}
.floating_menu ul.sns li.naver_talktalk a span:before {
    background-image: url("../img/common/floating_menu01.png");
}
.floating_menu ul.sns li.kakao a span:before {
    background-image: url("../img/common/floating_menu02.png");
}
.floating_menu ul.sns li.ars a span:before {
    background-image: url("../img/common/floating_menu04.png");
}
.floating_menu ul.sns li.inquiry a span:before {
    background-image: url("../img/common/floating_menu03.png");
}


/* 상단 바로가기 */
.progress-wrap {
    display: block;
    width: 46px; height: 46px;
    border-radius: 50px; box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
    opacity: 0; z-index: 101;
    visibility: hidden; cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #fff;
    float: right;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
    content: '';
    display: block;
    width: 16px; height: 16px;
    position: absolute;
    left: 50%; top: 32%;
    transform: translateX(-50%);
    z-index: 1;
    background: url(../img/common/scroll_top_ic.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%; top: 32%;
    transform: translateX(-50%);
    width: 16px; height: 16px;
    background: url(../img/common/scroll_top_ic_hover.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 0; z-index: 2;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #444;
	stroke-width: 5;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


@media screen and (max-width:1280px) {
    .floating_menu {
        right: 20px; bottom: 40px;
        transform: translateY(0);
    }
    .progress-wrap {
        width: 40px; height: 40px;
    }
}




/*********** Sub Visual ***********/
.sub_visual {
    position: relative; overflow: hidden;
    width: 100%; height: 320px;
    margin: 0 auto;
    transition:all .1s linear; z-index:8;
}
.sub_visual .wrap {
    position: absolute;
    width: 100%; height: 100%; max-width: 1280px;
    top: 0; left: 50%;
    transform: translateX(-50%);
    margin:0 !important;
    z-index: 5;
}
.sub_visual .text{
    position: absolute;
    width: 100%;
    top: 50%; left: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 10;
    padding: 0; margin-top: -30px;
    color: #fff;
}
.sub_visual .vis-title{
    font-size: 40px; font-weight: 500;
}
.sub_visual p {
    color: #aaa;
}


/* Sub nav - PC */
.subdepth {
    position: relative;
    width: 100%; height: 65px; max-width: 1600px;
    margin: 0 auto; margin-top: -64px;
    background: #fff;
    z-index: 10;
}
.subdepth .inner{
    width: 1600px; margin: auto;
}
.subdepth .bgn {
    position: relative;
    text-align: center;
}
.subdepth .bgn span {
    display: inline-block;
    line-height: 65px;
}
.subdepth .bgn span a {
    display: block; position: relative;
    margin: 0 25px;
    white-space: nowrap;
    transition: all .5s cubic-bezier(.08, .03, .22, .87);
}
.subdepth .bgn span a.on {
    color: #222;
    font-weight: 700;
}
.subdepth .bgn span a.on::after {
    content: '';
    display: block; position: absolute;
    bottom: 0;
    width: 100%;  height: 3px;
    background: #222;
}


/* Sub nav - Mobile */
.submenu_select {
    display: none;
    text-align: left;
    border-bottom: 1px solid #ddd; box-sizing: border-box;
}
.submenu_select .inner {
    width: 100%;
}
.submenu_select .home {
    display: inline-block;
    width: 60px; height: 52px;
    vertical-align: middle;
    position: relative;
}
.submenu_select .main_menu {
    position: relative;
    display: inline-block;
    width: 250px; height: 52px;
    vertical-align: middle;
}
.submenu_select .sub_menu {
    display: inline-block;
    width: 250px;
    vertical-align: middle;
    position: relative;
}
.submenu_select .home::after {
    content: ''; display: block; position: absolute;
    width: 1px; height: 100%; background: #ddd;
    right: 0; top: 0;
}
.submenu_select .home a {
    display: block; text-indent: -9999px; margin: 0 auto;
    width: 100%; height: 100%;
    background: url('../img/sub/home_ic.png') no-repeat center;
}
.submenu_select .main_menu::after {
    content: ''; display: block; position: absolute;
    width: 1px; height: 100%; background: #ddd;
    right: 0; top: 0;
}
.submenu_select .sub_menu::after {
    content: ''; display: block; position: absolute;
    width: 1px; height: 100%; background: #ddd;
    right: 0; top: 0;
}
.submenu_select button {
    border: none; outline: none; cursor: pointer;
    font-size: 14px; color: #222; letter-spacing: -0.8px; line-height: 52px;
    background: url('../img/sub/submenu_arr.png') transparent no-repeat 88% center;
    width: 100%; text-align: left; box-sizing: border-box;
    padding: 0 20px;
}
.submenu_select .main_menu ul,
.submenu_select .sub_menu ul {
    display: none;
    position: absolute;
    top: 52px; left: -2px;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    background: #fff;
    border-top: 1px solid #eee; box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.submenu_select .main_menu ul li:hover,
.submenu_select .sub_menu ul li:hover{
    background: #f7f7f7;
}
.submenu_select .main_menu ul li a,
.submenu_select .sub_menu ul li a{
    display: block;
    font-size: 14px; color: #222; letter-spacing: -0.8px;
    box-sizing: border-box; padding: 5px 20px;
}


.sub_visual .visual_img {
    display:block;
    position:absolute;
    z-index:3;
    width: 100%;
    height:100%;
    margin:0 0 0 -50%;
    left:50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub_visual .visual_img::after {
    content: '';
    display: block;
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
    background: rgba(0,0,0,.45);
}
.sub_visual .visual_img img{
    animation:ani_slide1 3s ease-in-out;
    display:block;
    margin:0 auto;
    z-index:8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@keyframes ani_slide1 {
    0% {margin-top: 0px;}
    50% {margin-top: -40px;}
    100% {margin-top: 0;}
}
@media screen and (max-width:1600px) {
    .subdepth {
        width: 95%;
    }
    .subdepth .inner {
        width: 100%;
    }
}


@media screen and (max-width:1024px) {
    .sub_visual {
      height: auto;
      padding-bottom: 20%;
    }
    .subdepth {
        display: none;
    }
    /*.submenu_select {
        display: block;
    }*/
    .sub_visual .text {
        margin-top: 0;
    }
    .sub_visual .vis-title {
        font-size: 30px;
    }
}

@media screen and (max-width:860px) {

    .submenu_select .home {
        width: 10%;
    }
    .submenu_select .main_menu {
        width: 42%;
    }
    .submenu_select .sub_menu {
        width: 42%;
    }
    .submenu_select .sub_menu::after {
        content: none;
    }
}
@media screen and (max-width:640px) {
    .sub_visual .text {
        display: none;
    }
}
@media screen and (max-width:460px) {

    .sub_visual {
        padding-bottom: 30%;
    }
    .submenu_select .main_menu ul,
    .submenu_select .sub_menu ul {
        top: 45px;
    }
    .submenu_select .main_menu {
        height: 45px;
    }
    .submenu_select .home {
        height: 45px;
    }
    .submenu_select button {
        height: 45px; line-height: 45px;
    }

}


/*********** Popup ***********/
.div_popup{
    z-index: 99 !important;
    border: 1px solid rgba(0,0,0,.1); box-sizing: border-box;
    min-width: 320px;
}
.div_popup table {
    width: 100%;
}
.div_popup .divpop-img img {
    width: 100%;
}
.div_popup .divpop-bottom{
    background: #fff;
}
.div_popup .divpop-bottom a td::after {
    content: ''; display: block; clear: both;
}
.div_popup .divpop-bottom a{
    display: inline-block;
    color: #222;
    font-size: 14px; letter-spacing: -0.5px; vertical-align: middle;
    margin: 0 20px; line-height: 40px;
    transition: all .2s cubic-bezier(.08, .03, .22, .87);
}
.div_popup .divpop-bottom a:hover {
    color: #999;
}
.div_popup .divpop-bottom a.close {
    float: right;
    position: relative;
    padding: 0 25px 0 0;
}
.div_popup .divpop-bottom a.close::before {
    content: ''; display: inline-block;
    position: absolute; right: 0; top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all .2s cubic-bezier(.08, .03, .22, .87);
    width: 17px; height: 1px;
    background: #222;
}
.div_popup .divpop-bottom a.close::after {
    content: ''; display: inline-block;
    position: absolute; right: 0; top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all .2s cubic-bezier(.08, .03, .22, .87);
    width: 17px; height: 1px;
    background: #222;
}
.div_popup .divpop-bottom a.close:hover::before,
.div_popup .divpop-bottom a.close:hover::after {
    background: #999;
}
.div_popup .divpop-bottom a.today {
    float: left;
}

@media screen and (max-width:640px){
    .div_popup{
        z-index: 999999 !important;
        width: 90% !important;
        top: 50% !important; left: 50% !important;
        transform: translate(-50%,-50%);
    }
}


/********** 서브페이지 타이틀 **********/
.sub_tit{
  position: relative;
}
.sub_tit strong{
    display: block;
    font-size: 3rem;
    font-weight: 600;
    color: #222;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 2rem;
}
.sub_tit_s span{
    display: block;
    font-size: 1.125rem;
    color: #666;  letter-spacing: -0.8px;
    line-height: 1;
}

.section_title{
  border-bottom: 2px solid #ccc;
}
.section_title span{
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 1% 6px 1%;
  letter-spacing: -1px;
  margin-bottom: -2px;
  border-bottom: 2px solid #444;
  color: #222;
}

@media screen and (max-width:1440px){
  .sub_tit::before{
    top: -88px;
  }
}
@media screen and (max-width:860px){
  .sub_tit::before{
    top: -90px;
  }
  .sub_tit strong{
    font-size: 2.2rem;
  }
  .sub_tit_s span{
    font-size: 1rem;
  }
}
@media screen and (max-width:860px){
  .sub_tit strong{
    font-size: 1.8rem;
    margin-bottom : 1.5rem;
  }
}