@charset "utf-8";

/* 스킵 네비게이션 */
#skip-navigation{position: absolute; z-index: 9999; left: 0; right: 0; top: 0;}
#skip-navigation *{list-style: none; margin: 0; padding: 0;}
#skip-navigation a{display: block; width: 1px; height: 1px; overflow: hidden; color: #fff; white-space: nowrap; text-align: center;}
#skip-navigation a:focus,
#skip-navigation a:active{width: 100%; height: auto; padding: 0.5rem; background: #000;}

.wrap {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}
@media screen and (max-width:1630px) {
    .wrap {
        margin: 0 15px;
        max-width: 100%;
    }
}

/* scr-none : 모바일 메뉴 사용 시, body scroll 금지 */
.scr-none {
    overflow-y: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.scr-none::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

/* ==========================================================================
    HEADER
    ========================================================================== */
header {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    transition: all .5s cubic-bezier(.08, .03, .22, .87);
    /*&::after{content: ""; position: absolute; top: var(--header-height); display: block; width: 100%; height: 1px; background-color: #e5e5e5; transition: .3s ease-in-out;}*/
    & .bg-header{position: absolute; top: 0; width: 100%; height: 100%; max-height: var(--header-height); background-color: var(--header-color); transition: .3s ease-in-out;}
    & .inner-header{display: flex; justify-content: center; align-items: center; height: var(--header-height); transition: .3s ease-in-out;}
    & .logo{position: absolute; left: var(--main-gap); z-index: 20; transition: .3s ease-in-out;}
    & .logo img{width: 236px; animation: fadeEffect .5s; transition: .3s ease-in-out}
    & .w-img{display: none;}
    & .right-set{position: absolute; right: var(--main-gap); display: flex; gap: 33px}
    &.fixed{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);}
    @media (width <= 1200px) {
        & .logo img{width: 204px;}
        & .right-set .btn-sns{display: none;}
    }
    @media (width <= 1023px) {
    }
    @media (width <= 767px) {
        & .logo img{width: 188px;}
    }
}

.lnb{
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    max-height: var(--header-height);
    /*overflow: hidden;*/
    transition: .3s ease-in-out;
    > ul{display: flex; justify-content: center; align-items: center; gap: 27px;}
    > ul::after{display: none}
    > ul > li{position: relative;}
    > ul > li > a{position: relative; display: flex; justify-content: center; align-items: center; height: var(--header-height); padding: 0 10px; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: bold; color: var(--point-color01); letter-spacing: 0.5px; text-transform: uppercase; transition: .3s ease-in-out;}
    > ul > li > a::after{content: ""; position: absolute; bottom: 29px; display: block; width: calc(100% - 20px); height: 2px; background-color: transparent; display: none;}
    > ul > li > a:hover,
    > ul > li > a.on{color: var(--point-color02);}
    > ul > li > a.on::after{background-color: var(--basic-color);}
    > ul > li > ul{display: none; position:absolute; top: 78px; width: 164px; left: calc(50% - 82px); text-align: center; padding: 11px 0; background: var(--point-color01); 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-family: 'Poppins', sans-serif;  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.active{color:rgba(255,255,255,1)}

    > ul > li:hover > ul{display: block}


    @media (width <= 1280px) {
        > ul > li:first-child{display: none;}
    }
    @media (width <= 1200px) {
        > ul{gap: 22px;}
        > ul > li > a{font-size: 15px;}
    }
    @media (width <= 1023px) {
        display: none;
    }
}









/* header - snb - 로그인 */
.snb .login_area {
    position: relative; display: flex; justify-content: center; align-items: center; height: 100%;
}
.snb .login_area .lang_area_tit {
    display: inline-block;

}
.snb .login_area .login_btn {
    position: relative;
    vertical-align: middle;
    padding-right: 24px;
    font-size: 14px; font-weight: 600;
    width: 30px; height: 50px;
    background: url('../img/common/ico-login-black.png') no-repeat center center / 26px auto; transition: .3s ease-in-out;
}




/* header - snb - 오른쪽 상단메뉴 */
.snb {
    position: absolute;
    right: 0;
    top: 0;
    height: var(--header-height);
    display: flex;
    > div{width: var(--header-height); border-left: 1px solid #e5e5e5;}
    > .btn-search{width: calc(var(--header-height) + 2px);}
    > div:not(.btn-search){transition: .3s ease-in-out}
    & .login_area{display: none}
    @media (width <= 1280px) {
        > .btn-search{width: var(--header-height);}
    }
    @media (width <= 767px) {
        padding-right: var(--main-gap);
        > div{border: 0}
        & .btn-search{width: 46px;}
        & .allmenu{width: 30px}
        & .lang-set{width: 56px;}
        & .menu_all_btn span{width: 100%;}
    }
}



/* 공통 옵션 오픈 스타일 */
.snb .option_open {
    min-width: 65px;
    position: absolute;
    left: 50%; top: 65px;
    transform: translateX(-49%);
    -webkit-transform: translateX(-49%);
    -moz-transform: translateX(-49%);
    -o-transform: translateX(-49%);
    padding: 10px 5px;
    background-color: #fff;
    border: 1px solid #dbdbdb; box-sizing: border-box; border-radius: 5px; z-index: 10;
}
.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;
}


@media screen and (max-width:1280px) {
    .snb .lang_area {
        display: none;
    }
    .snb .login_area {
        display: none;
    }
}


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

/* header - snb - 사이트맵 / 모바일 메뉴 */
.menu_all_btn {
    position: relative;
    width: 30px; height: 40px;
    z-index: 99; cursor: pointer
}
.menu_all_btn span {
    display: block;
    position: absolute;
    width: 30px; height: 2px;
    background: #222; border-radius: 9px;
    opacity: 1;
    left: 50%;
    transform: translateX(calc(-50% + 0.5px)) rotate(0deg);


    transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
}
.menu_all_btn span:nth-child(1) {
    top: 9px;
}
.menu_all_btn span:nth-child(2),
.menu_all_btn span:nth-child(3) {
    top: 18px;
}
.menu_all_btn span:nth-child(4) {
    top: 27px;
}


/* 모바일 메뉴 오픈했을때 button */
.menu_all_btn.open span {
    background-color: #fff;
}
.menu_all_btn.open.dark span{
    background: #fff;
}
.menu_all_btn.open span:nth-child(1) {
    width: 0%;
    top: 11px; left: 50%;
}
.menu_all_btn.open span:nth-child(2) {
    margin-left: -13px;
    top: 19px;

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.menu_all_btn.open span:nth-child(3) {
    margin-left: -13px;
    top: 19px;

    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.menu_all_btn.open span:nth-child(4) {
    width: 0%;
    top: 11px; left: 50%;
}


/* 사이트맵 / 모바일 메뉴 */
#sitemapBG {
    position: fixed;
    width: 95%; height: 95%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: url('/assets/site/img/common/bg_allmenu.png') no-repeat center / cover;
    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;
    visibility: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
#sitemapNAV::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
#sitemapNAV:before{
    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;
    display: none;
}
#sitemapNAV .wrap{
    margin: 0 auto;
    width: 1600px; max-width: 90%;
    height: 100%;
}
ul.sitemap_list {
    position: fixed;
    position: absolute;
    display: flex; justify-content: space-between;
    width: 100%; min-width: 320px;
    left: 0; top: 50%;
    /*transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-o-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 > li > a::after{
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    z-index: -1;
    width: 100%; height: 1px;
    background: #222;
    transform: scaleX(0.3); transform-origin: left;
    transition: transform 0.5s;
}*/
/*ul.sitemap_list > li:hover > a::after{*/
/*    transform: scaleX(1);*/
/*    transform-origin: left;*/
/*}*/
ul.sitemap_list .sub_menu{
    margin-top: 6px;
    padding-top: 14px;
}
.pc-gnb ul.sitemap_list .sub_menu{
    display: block;
}
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%;
    border-radius: 0;
    visibility: visible;
}
#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);*/
}



/*사이트맵 수정*/

ul.sitemap_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 29px 60px;
    position: relative;
    top: auto;
    align-content: center;
    height: 100%;
    > li{width: auto; margin: 0; padding: 0}
    > li > a{display: block; font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: bold; color: var(--point-color01); padding: 0; text-transform: uppercase; pointer-events: auto}
    > li > a::before,
    > li > a::after{display: none}
    > li > .sub_menu{margin-top: 0; padding-top: 8px;}
    > li > .sub_menu > li > a{font-size: 17px; font-weight: bold; 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}
    }

    @media (width <= 1280px) {
        > li:nth-child(2) > .sub_menu{display: none;}
    }
}
.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: 11px 0}
}

#sitemapBG{
    background: rgba(233,216,191,.87);
    backdrop-filter: blur(7px);
}

.menu_all_btn{
    &.open span{background-color: #fff}
}


/*#sitemapNAV{*/
/*    height: 100dvh;*/
/*}*/


/*사이트맵 수정*/



/* 모바일 메뉴 - 스타일 */
.m-gnb {
    display: none;
    position: relative; min-width: 320px;
}
.m-gnb .gnb-top {
    color: #fff; background: #222;
    position: fixed; top: 0; right: 0;
    width: 100%; max-width: 500px; max-height: 165px; min-width: 320px;
    z-index: 1;
}
.m-gnb .gnb-top h2 {
    padding: 20px 15px;
}
.m-gnb .gnb-top h2 img {
    height: 25px;
}
.m-gnb .gnb-top h2 p {
    margin-top: 15px;
}
.m-gnb .gnb-top .gnb-quick {
    padding: 15px 0;
    border-top: 1px solid #555;
    overflow: hidden;
    background: #222;
}
.m-gnb .gnb-top .gnb-quick a {
    float: left;
    position: relative;
    display:block; width: 50%;
    text-align: center;
    color: #fff;
}
.m-gnb .gnb-top .gnb-quick a::after {
    content: '';
    display: block; width: 1px; height: 15px;
    position: absolute; right: 0; top: 50%;
    background: #555;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.m-gnb .gnb-top .gnb-quick a:last-child::after {
    content: none;
}
.m-gnb ul.sitemap_list {
    position: relative;
    top: 0; transform: translateY(0);
    display: block;
    width: auto;
    padding: 0 15px 150px;
    margin-top: 165px;
}
.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 > li > a::after {
    transition: transform 0.5s;
    display: block;
    width: 10px; height: 6px;
    z-index: 9;
    top: 50%; bottom: auto; left: auto; right: 0;
    background: url('../img/common/ico-down-black.gif') 0 0 no-repeat;
    transform-origin: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}*/
/*.m-gnb ul.sitemap_list > li.active > a::after {*/
/*    background: url('../img/common/ico-down-black-on.gif') 0 0 no-repeat*/
/*}*/
.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*/
    }
    .menu_all_btn.open span {
        background-color: #222;
    }
}
@media screen and (max-width:500px) {
    #sitemapNAV {
        right: auto; left: 0;
    }
    .m-gnb .gnb-top {
        right: auto; left: 0;
    }
}
@media screen and (max-width:460px) {
    .m-gnb .gnb-top h2 {
        padding: 15px 15px;
    }
}


/*햄버거 수정*/
.menu_all_btn span{height: 1px; background-color: var(--point-color01)}

/*모바일 메뉴 커스텀*/
.m-gnb{
    > ul.sitemap_list > 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_sidebar0103.png') no-repeat center / 8px auto; transition: .2s ease-in-out;}
    > ul.sitemap_list > li:has(.sub_menu) > a::after{background: url('/assets/site/img/common/ico_sidebar0101.png') no-repeat center / 12px auto;}
    > ul.sitemap_list > li:has(.sub_menu).active > a::after{background: url('/assets/site/img/common/ico_sidebar0102.png') no-repeat center / 12px auto; transform: rotate(-180deg);}
    > ul.sitemap_list .sub_menu li a{font-size: 16px;}
    > ul.sitemap_list .sub_menu li a:hover,
    > ul.sitemap_list .sub_menu li a:focus,
    > ul.sitemap_list .sub_menu li a.on{color: var(--point-color01);}
    & .gnb-top .gnb-quick{display: none}
    & .gnb-top h2 img{width: 188px; height: auto}
    > ul.sitemap_list{margin-top: 86px}
    & .gnb-top{border-bottom: 1px solid #e8e8e8; background-color: #fff}
}


/* ==========================================================================
    FOOTER
    ========================================================================== */
& .footer-nav01{
    > ul{display: flex;}
    > ul > li{width: 150px; font-weight: bold;}
    > ul > li > a{display: block;}
    & .dp01{margin-bottom: 7px;}
    & .dp01 > a{font-size: 16px; color: var(--point-color01)}
    & .dp02 > li > a{font-size: 14px; color: var(--point-color02); line-height: 32px; transition: .2s ease-in-out}
    & .dp02 > li > a:hover{color: #fff;}
    @media (width <= 1280px) {
        > ul > li{width: 130px;}
    }
}
footer{
    background: var(--point-color0202);
    & .logo{margin-bottom: 23px;}
    & .logo img{width: 236px;}
    & address{padding-left: 42px;}
    & address > ul{display: flex; flex-wrap: wrap; gap: 0 18px;}
    & address > ul > li{display: flex; gap: 4px; font-size: 14px; line-height: 27px; letter-spacing: 0}
    & address .item-col{font-weight: bold; color: var(--point-color02)}
    & .terms{margin-top: 30px;}
    & .terms > ul{display: flex; gap: 16px}
    & .terms > ul > li > a{font-size: 14px; font-weight: bold; color: var(--point-color01);}
    & .copyright{display: flex; align-items: center; font-size: 11px; color: var(--point-color02); letter-spacing: 0; text-transform: uppercase;}
    & .mid-footer{display: flex; justify-content: space-between; padding-top: 68px; padding-bottom: 69px; border-bottom: 1px solid #d9d6c4}
    & .mid-footer .left-area{width: 480px}
    & .mid-footer .right-area{padding-top: 26px;}
    & .bottom-footer{display: flex; justify-content: space-between; padding-top: 17px; padding-bottom: 40px;}
    & .bottom-footer .btn-sns{justify-content: flex-end; gap: 29px}
    @media (width <= 1200px) {
        & .mid-footer{text-align: center}
        & .mid-footer,
        & address > ul,
        & .terms > ul{justify-content: center}
        & address{padding-left: 0}
        & .mid-footer .right-area{display: none}
    }
    @media (width <= 767px) {
        & .logo img{width: 188px;}
        & .mid-footer{padding-bottom: 20px; border-bottom: 0}
        & .mid-footer .left-area{width: 100%}
        & .bottom-footer{padding-bottom: 60px;}

        & .bottom-footer{flex-direction: column-reverse; align-items: center; gap: 25px;}
    }
}


#backdrop{position: fixed; top: 0; width: 100%; height: 100dvh; background-color: rgba(0,0,0,.5); z-index: 100}

/* ==========================================================================
    SUB LAYOUT
    ========================================================================== */



/* ==========================================================================
    BOARD & LIST TYPE
    ========================================================================== */
.board-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    & .total{font-size: 16px; color: #999;}
    & .total strong{color: #222}
    & .searchbar01{max-width: 320px;}
}

.board-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
    @media (width <= 767px) {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
/*문의 리스트 상태 표시*/
& .circle-set {
    display: flex;
    gap: 15px;
    & .circle{display: flex;  justify-content: center; align-items: center; width: 48px; height: 48px; border-radius: 50%;}
    & .complete{font-size: 10px; font-weight: bold; color: #fff; border: 1px solid var(--point-color01); background-color: var(--point-color01); text-transform: uppercase}
    & .complete:after{content: "답변완료"}
    & .quick{font-size: 10px; font-weight: bold; color: var(--point-color01); border: 1px solid var(--point-color01); text-transform: uppercase}
    & .quick:after{content: "quick"}
    & .secret{border: 1px solid var(--point-color01); background: var(--point-color01) url('/assets/site/img/common/ico_lock01.png') no-repeat center / 18px auto;}
    & .arrow{border: 1px solid #e7e6e6; background: #e7e6e6 url('/assets/site/img/common/arr0202.png') no-repeat center / 16px auto; transition: .2s ease-in-out}
}


/*고객문의*/
.list-type02 {
    > ul > li{border-bottom: 1px solid #e9e9e9; cursor: pointer}
    > ul > li:first-child{border-top: 1px solid #222}
    > ul > li > a{display: flex; justify-content: space-between; align-items: center; padding-top: 34px; padding-bottom: 35px;}
    & .item-secret > a{pointer-events: none; cursor: default;}
    & .title strong{display: inline-block; font-size: 22px; font-weight: bold; line-height: 30px;}
    & .title span{color: var(--point-color01); margin-right: 4px}
    & .info-article{display: flex; font-size: 14px; font-weight: 500; margin-top: 13px;}
    & .info-article .cate{color: var(--point-color01)}
    /*& .info-article .cate::after{content: ""; display: inline-block; width: 1px; height: 13px; background-color: #dbdbdb; margin: 0 10px; translate: 0 2px}*/
    & .info-article .date{color: #777;}
    > ul > li > a:hover .arrow{border: 1px solid #222; background: #222 url('/assets/site/img/common/arr0202.png') no-repeat center / 16px auto;}

    @media (width <= 1023px) {
        > ul > li > a{padding-top: 28px; padding-bottom: 28px;}
        & .title strong{font-size: 20px;}
        & .circle-set{gap: 8px}
        & .circle-set .arrow{display: none}
    }
    @media (width <= 767px) {
        > ul > li > a{flex-direction: column; align-items: flex-start; padding-top: 18px; padding-bottom: 18px;}
        & .circle-set{justify-content: flex-end; width: 100%; translate: 0 -20px; gap: 4px;}
        & .circle-set .circle{width: 40px; height: 40px;}
        & .circle-set .quick{display: none}
    }
}

.gallery-type01{
    > ul{display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px;}
    > ul > li > a{display: flex; justify-content: space-between; padding-top: 25px; padding-bottom: 30px; border-top: 1px solid #222; border-bottom: 1px solid #eee}
    & .thumb{position: relative; width: 152px; aspect-ratio: 1 / 1; border-radius: var(--radius01); margin-top: 5px; overflow: hidden;}
    & .thumb > img{width: 100%; height: 100%; object-fit:cover; transition: .3s ease-in-out;}
    & .info-text{flex: 1; display: flex; flex-direction: column; justify-content: space-between; margin-right: 30px;}
    & .info-text .title{font-size: 20px; line-height: 28px; word-break: keep-all; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3;}
    & .info-text .date{font-family: 'Poppins', sans-serif; font-size: 14px; color: #999; letter-spacing: 0; margin-top: 15px;}
    & > ul > li:hover .thumb > img{transform: scale(1.1);}
    @media (width <= 1280px) {
        > ul{gap: 34px;}
        & .thumb{width: 120px; margin-top: 0}
        & .info-text .title{font-size: 18px; line-height: 26px;}
        & .info-text .date{font-size: 13px;}
    }
    @media (width <= 1200px) {
        & .thumb{width: 84px; }
        & .info-text{margin-right: 14px;}
        & .info-text .title{font-size: 17px; line-height: 26px; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2;}
        & .info-text .date{font-size: 12px;}
    }
    @media (width >= 768px) and (width <= 1023px) {
        > ul > li > a{flex-direction: column-reverse;}
        & .thumb{width: 100%;}
        & .info-text{margin-right: 0; margin-top: 14px;}
    }
    @media (width <= 767px) {
        > ul{grid-template-columns: 1fr; gap: 0;}
        > ul > li > a{padding-top: 20px; padding-bottom: 20px;}
        > ul > li:not(:first-child) > a{border-top: 0}
        & .thumb{width: 94px;}
        & .info-text .title{font-size: 16px;}
        & .info-text .date{font-size: 13px;}
    }
}

.result-prod{
    > ul{display: flex; flex-wrap: wrap; gap: 10px}
    > ul > li{text-align: center; border: 1px solid #dedede; line-height: 1.2; padding: 17px 19px; border-radius: 8px}
    & .tit-prod{font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: bold; letter-spacing: 0;}
    & .txt-cate{font-size: 13px; color: #999; margin-top: 4px;}
}
.official-comment{
    & .tit-set{display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
    & .title{font-size: 18px; font-weight: bold; color: #222; line-height: 22px; padding-left: 31px; background: url('/assets/site/img/common/ico_bubble0101.png') no-repeat 0 center / 20px auto;}
    & .title strong{color: var(--point-color01)}
    & .date{font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 500; color: #999;}
    & .comment-body{padding: 24px 0; border-top: 1px solid #e9e9e9; font-size: 16px; font-weight: 300; color: #222; line-height: 26px; margin-bottom: 10px;}
    & .comment-body img{max-width: 100%;}
    & .btn-set{display: flex; gap: 14px; font-size: 16px; font-weight: bold; color: #999; margin-top: 10px;}
    & .btn-set .btn02{color: #ff0c0c}
}

.board-view01{
    border-top: 1px solid #222;
    & .view-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 37px;
        padding-bottom: 37px;
        border-bottom: 1px solid #e9e9e9;
        & .tit-set{flex: 1;}
        & .title{max-width: calc(100% - 80px); font-size: 22px; font-weight: bold; line-height: 24px; letter-spacing: -0.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
        & .title strong{color: var(--point-color01); margin-right: 4px}
        & .info-article{display: none; margin-top: 25px}
        & .info-article > ul{display: flex;  align-items: center}
        & .info-article > ul > li{font-size: 15px; font-weight: 500;}
        & .info-article > ul > li::after{content: ""; display: inline-block; width: 1px; height: 13px; background-color: #dbdbdb; vertical-align: middle; margin: 0 13px}
        & .date{font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 500; color: #999;}
        & .result-prod{display: none; margin-top: 21px;}
        & .circle-set{display: none}
    }
    & .view-body {
        padding: 35px 0;
        font-size: 16px;
        font-weight: 300;
        color: #222;
        line-height: 26px;
        & img {max-width: 100%;}
    }
    & .view-attach {
        padding: 23px 32px;
        background-color: #f3f3f3;
        border-radius: 10px;
        & .attach{display: flex; justify-content: space-between; align-items: center; padding: 7px 0;}
        & .attach .btn-dw{flex: 1}
        & .attach .btn-dw > a{max-width: calc(100% - 60px); font-size: 14px; color:#222; line-height: 20px; padding-left: 32px; background: url('/assets/site/img/common/ico_dw0102.png') no-repeat 0 calc(50% - 1px) / 18px auto; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 1;}
        & .attach .date{width: 120px; font-family:'Roboto', sans-serif; font-size: 12px; color: #999; letter-spacing: 0;}
    }
    & .btn-container{
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
        border-top: 1px solid #e9e9e9;
        margin-top: 20px;
        & .btn01:hover,
        & .btn02:hover{color: var(--basic-color); border-color: #dedede; background-color: #fff}
    }
    & .official-comment{display: none; margin-top: 65px;}
    /*문의하기 일 때*/
    &.inquiry-view{
        & .view-top{align-items: stretch}
        & .view-top .info-article{display: flex; flex-wrap: wrap}
        & .view-top .result-prod{display: block}
        & .view-top .circle-set{display: flex}
        & .view-top .right-set .date{display: none}

        & .official-comment{display: block}
    }
    @media (width <= 1023px) {
        & .view-top{padding-top: 28px; padding-bottom: 28px}
        & .view-top .title{width: 100%; max-width: 100%; font-size: 20px; white-space: initial;}
        & .view-top .date{width: 100%; margin-top: 14px;}
        & .view-top .info-article{margin-top: 15px;}
        & .info-article > ul > li:last-child::after{display: none}
        & .view-top .circle-set{gap: 12px}
        & .result-prod > ul{gap: 8px;}
        & .result-prod > ul > li{padding: 12px 14px}
        & .result-prod .tit-prod{font-size: 15px;}
        & .result-prod .txt-cate{font-size: 12px;}
    }
    @media (width <= 767px) {
        & .view-top .date{margin-top: 10px;}
        &.inquiry-view .right-set{display: none}
        & .view-top .circle-set{gap: 8px}
        & .view-top .info-article > ul{flex-wrap: wrap}
        & .view-top .info-article > ul > li{padding: 3px 0}
        & .view-top .info-article > ul > li::after{position: relative; top: -1px; height: 12px; margin: 0 8px}
        & .view-body{padding: 20px 0;}
        & .view-attach{padding: 15px 0; background-color: transparent;}
        & .result-prod > ul{gap: 8px;}
        & .result-prod > ul > li{padding: 12px 10px}
        & .result-prod .tit-prod{font-size: 15px;}
        & .result-prod .txt-cate{font-size: 12px;}
    }
}


/*FAQ*/
.accordion01{
    --bs-accordion-bg: transparent;
    background-color: transparent;
    & .accordion-item{border-left:0; border-right:0; border-color: #dfdfdf;}
    & .accordion-item:first-of-type,
    & .accordion-item:last-of-type{border-radius:0}
    & .accordion-item:first-of-type{border-top:1px solid #222}
    & .accordion-item .accordion-button{border-radius:0; align-items: center; padding: 22px 14px; background-color: transparent; outline: none; box-shadow: none;}
    & .accordion-item .accordion-button::after{background: url('/assets/site/img/common/arr_faq0101.png') no-repeat center; background-size: 12px auto;}
    & .accordion-item .accordion-button .title{position: relative; font-size: 17px; font-weight: bold; color: #222; line-height: 27px; padding-right: 10px;}
    /* & .accordion-item .accordion-button .title::before{content: ""; display: block; position: absolute; left: 0; top: 12px; width: 6px; height: 3px; background-color: var(--point-color01); border-radius: 3px;} */
    & .accordion-item .accordion-button .title strong{font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: inherit; color: var(--point-color02); margin-right: 4px}
    & .accordion-item .accordion-button:not(.collapsed)::after{background-image: url('/assets/site/img/common/arr_faq0102.png')}
    & .accordion-body{padding: 23px 35px; border-top: 1px solid #eee;}
    & .ct-item  p{font-size: 16px; color: #666; line-height: 28px; padding-left: 8px; text-indent: -8px; margin-bottom: 0; word-break: keep-all;}
    & .ct-item  p strong{color: #222;}
    & .ct-item .indent01{padding-left: 8px;}
    @media (width <= 767px) {
        & .accordion-item .accordion-button{padding: 16px 12px 16px 0;}
        & .accordion-item .accordion-button .title{font-size: 16px;}
        & .ct-item p{font-size: 15px; line-height: 24px;}
        & .accordion-body{padding: 18px 14px;}
    }
}

.pg-board{
    & .bo_top{padding-top: 25px; border-top: 1px solid #e7e5da}
    & .bo_top .total{font-size: 15px}
    & .bo_basic_list tbody tr{padding: 18px 0}
    & .bo_basic_list th,
    & .bo_basic_list tbody td{padding: 20px 0; font-size: 15px;}
    & .bo_top .search input[type="text"]{height: 42px;}
    & .bo_top .search input[type="submit"]{height: 42px; font-size: 14px;}
    & .bo_basic_list{border-top: 1px solid #222;}
    & .bo_basic_list th{border-color: #ddd; background-color: #fff}
    & .bo_basic_list th.a{width: 90px;}
    & .bo_basic_list tbody td.tdb{font-size: 16px}
    & .bo_basic_list tbody td.tda span.notice{display: inline-flex; justify-content: center; align-items: center; width: 46px; height: 22px; border-radius: 11px;}
    & .bo_basic_list tbody td.tda span.notice::after{position: relative; top: 1px; font-size: 12px}
    & .bo_basic_view > table{border-width: 1px}
    & .bo_basic_view > table th{padding: 20px 0}
    & .bo_basic_view th span.date{font-size: 14px;}
    /*갤러리*/
    & .board_photo_wrap li a .contents{display: none;}
    & .board_photo_wrap li a .tit{position: relative}
    & .board_photo_wrap li a .tit .txt{max-width: 100%; height: 48px; white-space: normal; font-size: 18px; font-weight: bold; color: var(--point-color01); line-height: 24px; word-break: break-all}
    & .board_photo_wrap li a .tit .txt{display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2;}
    & .board_photo_wrap li a .tit .new{display: none}
    & .form_wrap .form_table{border-width: 1px}

    @media (width <= 1023px) {
        & .bo_top .search{display: none}
    }
    @media (width <= 861px) {
        & .bo_top .search{width: 100%}
        & .bo_basic_list th,
        & .bo_basic_list tbody td{padding: 2px 0}
        & .board_photo_wrap li:nth-child(n+2){margin-top: 30px;}
        & .board_photo_wrap li a .tit .txt{display: block; height: auto}
    }
    @media (width <= 767px) {
        & .bo_top .search{display: none; padding: 0; background-color: transparent}
        & .bo_basic_list th,
        & .bo_basic_list tbody td{font-size: 13px}
        & .bo_basic_view > table th{padding: 18px 0}
        & .bo_basic_view th span.tit,
        & .bo_basic_view th span.date{display: block; float: none; width: 100%}
        & .bo_basic_view th span.date{font-size: 13px; text-align: left; padding-top: 0; margin-top: 12px}
    }
}

/* ==========================================================================
    MODAL
    ========================================================================== */
.hm-modal{
    --bs-modal-width: 500px;
    & .top-modal{padding: 27px 40px;}
    & .top-modal .tit-set .txt-en{font-family: 'Roboto', sans-serif; font-size: 11px; font-weight: bold; color: #bbb; letter-spacing: 0; text-transform: uppercase; margin-bottom: 6px;}
    & .top-modal .tit-set .title{font-size: 26px; font-weight: bold; color: var(--point-color01);}
    & .top-modal .btn-close img{width: 23px;}
    & .cont-modal{padding: 20px 40px;}
    & .cont-modal::-webkit-scrollbar{width: 14px;}
    & .cont-modal::-webkit-scrollbar-track{background: transparent;}
    & .cont-modal::-webkit-scrollbar-thumb{border: 4px solid transparent; background-color: #ccc; background-clip: padding-box;}
    & .term-box{font-size: 16px; color: #666; line-height: 26px;}
    & .term-box .top{margin-bottom: 20px;}
    & .term-box .tit{color: #222;}
    & .term-box strong.tit{font-weight: 400}
    & .term-box .depth{margin: 20px 0;}
    &.privacy{--bs-modal-width: 760px;}
    &.privacy .cont-modal{padding: 32px 40px;}
    @media (width <= 767px) {
        & .top-modal{padding: 20px 20px;}
        & .cont-modal{padding: 20px 20px;}
        &.privacy .cont-modal{padding: 28px 20px;}
    }
}

.confirm-pw {
    --bs-modal-width: 400px;
    & .modal-content{border: 0}
    & .cont-modal{padding: 20px;}
    & .ip-pw{height: 58px; font-size: 18px; border-color: #f5f5f5; border-radius: 29px; padding-left: 58px; background: #f5f5f5 url('/assets/site/img/common/ico_lock02.png') no-repeat 27px calc(50% - 1px) / 18px auto;}
    & .btn-container{display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 18px;}
    & .btn-container .button02{min-width: 0; height: 58px}
}



/* 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%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-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%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-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%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-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%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.family_site .site_list li:last-child a:before {
    display: none;
}


/* footer - SNS */
footer .sns {
    position: absolute;
    top: 0; right: 0;
}
footer .sns::after {
    content: ''; display: block; clear: both;
}
footer .sns li {
    float: left;
    margin: 0 0 0 16px;
}
footer .sns li:first-child {
    margin: 0;
}
footer .sns li a {
    display: block; width: 40px; height: 40px;
    border: 1px solid rgba(0,0,0,0); box-sizing: border-box;
    font-size: 0; text-indent: -9999px; border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #444444;
    background-size: 28px;
}
footer .sns li a.in {
    background-image: url("../img/common/ico-sns-in.png");
}
footer .sns li a.fb {
    background-image: url("../img/common/ico-sns-fb.png");
}
footer .sns li a.nb {
    background-image: url("../img/common/ico-sns-nb.png");
}
footer .sns li a.yt {
    background-image: url("../img/common/ico-sns-yt.png");
    background-size: 26px;
}


@media screen and (max-width:1280px) {
    footer .sns {
        position: relative;
        margin-top: 20px;
    }

    .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);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-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%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-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%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-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: var(--point-color01);
    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);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .progress-wrap {
        width: 40px; height: 40px;
    }
}




/*********** Sub Visual ***********/
.sub_visual {
    position: relative; overflow: hidden;
    width: 100%; height: 320px;
    margin: 0 auto; margin-top: var(--header-height);
    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%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin:0 !important;
    z-index: 5;
}
.sub_visual .text{
    position: absolute;
    width: 100%;
    top: 50%; left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    z-index: 10;
    padding: 0; margin-top: -30px;
    color: #fff;
}
.sub_visual h2 {
    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: var(--header-height);
    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: 0.2s;
    transition: all .5s cubic-bezier(.08, .03, .22, .87);
    -webkit-transition: all .5s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .5s cubic-bezier(.08, .03, .22, .87);
    -o-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;
    /*margin-top: var(--header-height);*/
    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 h2 {
        font-size: 30px;
    }
}

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

    }
    .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;
    }

}




/*********** Sub Layout ***********/
.sub_container {
    clear:both; position:relative;
    /*margin:0 auto;*/
    /*overflow:hidden ;*/
    /*padding: 90px 0 0;*/
    min-height:400px;
}
.sub_contents {
    /*z-index:10;*/
}


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

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

}




/*********** 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);
    -webkit-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -o-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);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);

    transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -webkit-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -o-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);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);

    transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -webkit-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -o-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%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-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;
    }
}





/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #sitemapBG{
        display: none;
    }
}

/* IE6,7 */
@media screen\9 {
    #sitemapBG{
        display: none;
    }
}

/* IE8 */
@media \0screen {
    #sitemapBG{
        display: none;
    }
}

/* IE6,7,8 */
@media \0screen\,screen\9 {
    #sitemapBG{
        display: none;
    }
}

/* IE9,10 */
@media screen and (min-width:0\0){
    #sitemapBG{
        display: none;
    }
}


/*서브비주얼 커스텀*/
.sub-vis{
    position: relative;
    height: 340px;
    margin-top: var(--header-height);
    color: var(--point-color0201);
    & .inner-sec{position: relative; display: flex; justify-content: center; align-items: center; height: 100%;}
    & .vis-img{position: absolute; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover;}
    & .txt-set{position: relative; font-family: 'Poppins', sans-serif; letter-spacing: 0; text-align: center}
    & .txt-set h2{font-size: 65px; font-weight: bold; color: var(--point-color0201); line-height: 80px; text-transform: uppercase}
    & .txt-set p{font-size: 16px; font-weight: 300; margin-top: 4px;}
    @media (width <= 1280px) {
        & .txt-set h2{font-size: 54px; line-height: 65px;}
    }
    @media (width <= 1200px) {
        height: 300px;
        & .txt-set h2{font-size: 50px; line-height: 1.3;}
        & .txt-set p{font-size: 15px;}
    }
    @media (width <= 1023px) {
        height: 240px;
        & .txt-set h2{font-size: 45px;}
        & .txt-set p{font-size: 14px;}
    }
    @media (width <= 767px) {
        height: 180px;
        & .txt-set h2{font-size: 36px;}
        & .txt-set p{font-size: 13px;}
    }
}

/* ==========================================================================
    템플릿 감추기
   ========================================================================== */
.subdepth,
.submenu_select{display: none}