@charset "UTF-8";

/* 공통 */
#container { overflow: hidden; }
.main_menu_aside { position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,.7);display:none;z-index: 50; }
body.body_bg { overflow: hidden !important; }
.body_bg .main_menu_aside { display: block; }

.w1500 { max-width: 1500px; margin: 0 auto; }
.w1400 { max-width: 1400px; margin: 0 auto; }
.w1100 { max-width: 1100px; margin: 0 auto; }

.ellipsis1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ellipsis2 { width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ellipsis3 { width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

body.fixed{ overflow: hidden; }

/* * { cursor: inherit; } */
.org { color: #e06900; }
.grb { color: #47541b; }
.red { color: red; }

/* 리빌 효과 */
.reveal { position: relative; overflow: hidden; }
.reveal>span { display: block; opacity: 0; line-height: 1.5; }
.reveal.on>span { animation: text-active-ani 1.3s cubic-bezier(0.4, 0, 0.2, 1) both; }
@keyframes text-active-ani {
    from {
        opacity:0;
        filter:Alpha(opacity=0);
        -webkit-transform: translateY(90%);
        transform: translateY(90%);
    }
    to {
        opacity:1.0;
        filter:Alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

em.br { display: block; }

/* IR 기법(Image Replacement) */
/* 이미지 대체 텍스트 제공을 위한 CSS 기법 */
/* - Phark Method: 의미 있는 이미지의 대체 텍스트 제공 */
.ir_pm { display: block; overflow: hidden; font-size: 0; line-height: 0; text-indent: -9999px; }
/* - WA: 의미 있는 이미지의 대체 텍스트 제공, 이미지가 없어도 대체 텍스트 보임 */
.ir_wa { display: block; overflow: hidden; position: relative; width: 100%; height: 100%; z-index: -1;  }
/* - Screen Out: 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트 제공 */
.ir_so { overflow: hidden; position: absolute; width: 0; height: 0; line-height: 0; text-indent: -9999px; }


/* 익스플로러 지원종료 안내 팝업 */
.popupWrap { width: 100%; height: 120px; color: #fff; background: #575d73; z-index: 300; }
.popupWrap .w1400 { position: relative; height: 100%; padding: 50px 30px; }
.popupWrap p { color: #fff; font-size: 18px; padding-left: 40px; position: relative; font-family: 'SCDream'; }
.popupWrap p::before { content: ''; position: absolute; top: -6px; left: 0; width: 27px; height: 30px; background: url("/images/icon/common/popup_icon.png") no-repeat center / contain; -webkit-transition: transform .3s; transition: transform .3s; }
.popupWrap #popClose { position: absolute; top: 15px; right: 10px; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; }
.popupWrap #popClose i { color: #fff; font-size: 27px; -webkit-transition: transform .3s; transition: transform .3s; }
.popupWrap #popClose i:hover { transform: rotate(180deg); }
.popupWrap .boxCheck { position: absolute; bottom: 20px; right: 0; }
.popupWrap .boxCheck input[type="checkbox"] { position: absolute; left: 0; top: 0; opacity: 0; }
.popupWrap .boxCheck input[type="checkbox"] + label { font-family: 'SCDream'; font-weight: 300; cursor: pointer; position: relative; display: inline-block; margin-right: 16px; padding-left: 25px; line-height: 1; color: #d3d8e8; }
.popupWrap .boxCheck input[type="checkbox"] + label::before { content: ''; cursor: pointer; position: absolute; top: 0; left: 0; width: 15px; height: 15px; background: #575d73; border: 1px solid #abaeb9; }
.popupWrap .boxCheck input[type="checkbox"]:focus + label::before { border-color: #333; }



/* pc header */
#header { position: relative; transition: all 0.3s; }
#header .header_box { align-items: flex-start; position: absolute; top: 0; left: 0; width: 100%; height: 100px; z-index: 102; justify-content: space-between; background-color: transparent; padding: 0 3.7%; transition: all 0.4s; }
#header .header_box .lnb_bg { content: ''; display: none; position: absolute; left: 0; top: 100%; width: 100vw; height: 300px; background: #fff; z-index: 1; }
#header .header_box::after { content: ''; opacity: 0; position: absolute; left: 0; top: 100%; width: 100vw; height: 1px; background: #f1f1f1; z-index: 2; transition: opacity .4s; }
#header .header_box > .inner { position: relative; justify-content: space-between; }
#header .h_logoBox { max-width: 235px; width: 100%; margin-top: 32px; }
#header .h_logoBox a { display: inline-block; width: 169px; height: 31px; background: url('../images/logo/logo.png') no-repeat center center / cover; }
#header .h_nav { max-width: 1200px; width: 100%; }
#header .h_nav .dep1 .dep1_li { position: relative; text-align: center; height: 100px; padding: 39px 3.7vw 39px 3.7vw; }
#header .h_nav .dep1 .dep1_li .dep1_a { position: relative; display: block; color: #fff; font-size: 20px; font-weight: 700; }
#header .h_nav .dep1 .dep1_li .dep1_a span { color: #fff; display: inline-block; width: 100%; height: 100%; font-size: 20px; font-weight: 700; transform-origin: center top; transition: color .3s, transform .2s cubic-bezier(.76,0,.24,1); }
#header .h_nav .dep1 .dep1_li .dep1_a span.front { position: relative; transform: rotateX(0deg); }
#header .h_nav .dep1 .dep1_li .dep1_a span.back { position: absolute; top: 100%; left: 0; transform: rotateX(-90deg); }
#header .h_nav .dep2 { display: none; padding: 15px; position: absolute; left: 50%; top: 100%; width: 100%; transform: translateX(-50%); z-index: 2; }
#header .h_nav .dep2 .dep2_a { display: block; padding: 10px 0px; font-size: 16px; font-weight: 400; line-height: 1.5; color: #666; word-break: keep-all; }
#header .rightBox { white-space: nowrap; margin-top: 35px; color: #fff; }
#header .rightBox a { display: block; width: 29px; height: 29px; background: url('../images/icon/common/btn-sitemap.png') no-repeat center center; transition: transform .5s; }

#header .h_nav .dep1 .dep1_li .dep1_a:hover span { color: var(--main-c3); }
#header .h_nav .dep1 .dep1_li .dep1_a:hover span.front { transform: rotateX(90deg) translateY(-100%); }
#header .h_nav .dep1 .dep1_li .dep1_a:hover span.back { transform: rotateX(0deg) translateY(-100%); }
#header .h_nav .dep2 .dep2_a:hover { color: var(--main-c3); font-weight: 500; }
#header .rightBox:hover a { transform: rotate(180deg); }

#header.on,
#header.bg_on {  }
#header.on .header_box,
#header.bg_on .header_box { background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.07); }
#header.on .header_box::after,
#header.bg_on .header_box::after{ opacity: 1; }
#header.on .h_logoBox a,
#header.bg_on .h_logoBox a { background-image: url('../images/logo/logo_on.png'); }
#header.on .rightBox a,
#header.bg_on .rightBox a { background-image: url('../images/icon/common/btn-sitemap_on.png') }
#header.on .h_nav .dep1 .dep1_li .dep1_a span,
#header.bg_on .h_nav .dep1 .dep1_li .dep1_a span { color: #333; }
#header.on .h_nav .dep1 .dep1_li .dep1_a:hover span,
#header.bg_on .h_nav .dep1 .dep1_li .dep1_a:hover span { color: var(--main-c3); }


/* pc sitemap */
.siteMap_box { position: fixed; width: 100%; height: 100vh; left: 0; right: 0; top: 0; bottom: 0; z-index: 200; opacity: 0; visibility: hidden; width: 0; transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); background:#974e1e; z-index: 999; }
.siteMap_box::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.siteMap_box.active { opacity: 1; visibility: visible; width: auto; }
.siteMap_box>div { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; }
.siteMap_box .center_box { width: 80%; max-width: 1300px; padding-bottom: 5%; margin: 0 auto; z-index: 3; }
.siteMap_box .top { margin-bottom: 100px; justify-content: space-between; }
.siteMap_box .top h4 { color: #fff; font-size: 50px; }
.siteMap_box .sm_dep1 { justify-content: space-between; gap: 5%; }
.siteMap_box .sm_dep1>li { position: relative; width: 200px; }
.siteMap_box .sm_dep1>li>a { margin-bottom: 28px; display: block; }
.siteMap_box .sm_dep1>li>a span { display: inline-block; color: #fff; font-size: 30px; line-height: 30px; font-weight: 700; margin-bottom: 48px; }
.siteMap_box .sm_dep1>li>a .line-wrap { width: 100%; height: 1px; background: rgba(255, 255, 255, 0.2); position: relative; }
.siteMap_box .sm_dep1>li>a .line-wrap .line { position: absolute; left: 0; top: 0; width: calc(100% / 5); height: 100%; background: #fff; transition: width .4s ease; }
.siteMap_box .sm_dep1>li:hover .line-wrap .line { width: 100%; }
.siteMap_box .sm_dep2 li a { color: rgba(255, 255, 255, 0.6); display: inline-block; padding: 16px 0; font-size: 18px; word-break: keep-all; font-weight: 400; transition: color .4s ease; }
.siteMap_box .sm_dep2 li a:hover { color: #fff; font-weight: 700; }
.siteMap_box .sm_dep2.flex li { width: 33.333333%; }
.siteMap_box .close_btn { position: absolute; right: 3.7%; top: 60px; transition: transform .5s; }
.siteMap_box .close_btn:hover { transform: rotate(180deg); }




/* mobile header */
#m-header { display: none; }
#m-header .header_box { transition: all 0.5s; align-items: flex-start; position: fixed; top: 0; left: 0; width: 100%; height: 65px; z-index: 102; justify-content: space-between; background-color: transparent; padding: 0 20px; }
#m-header .header_box::after { content: ''; display: none; width: 100%; height: 1px; background-color: transparent; position: absolute; top: 99px; left: 0; z-index: 102; }
#m-header .header_box > .inner { position: relative; justify-content: space-between; }
#m-header .h_logoBox { max-width: 200px; width: 100%; margin-top: 20px; }
#m-header .h_logoBox a { display: inline-block;}
#m-header .h_logoBox a img { width: 200px; }
#m-header .rightBox { margin-top: 20px; color: #fff; }
#m-header .rightBox a { display: block; width: 22px; height: 22px; background: url('../images/icon/common/btn-sitemap.png') no-repeat center center / cover; transition: transform .5s; }

#m-header.on .header_box,
#m-header.bg_on .header_box { background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.07); }
#m-header.on .rightBox a,
#m-header.bg_on .rightBox a { background-image: url('../images/icon/common/btn-sitemap_on.png') }


/* mobile sitemap */
.m-siteMap_box { position: fixed; width: 100%; height: 100vh; left: 0; right: 0; top: 0; bottom: 0; z-index: 200; opacity: 0; visibility: hidden; width: 0; transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); background: #974e1e; z-index: 999; padding: 80px 60px; }
.m-siteMap_box.active { opacity: 1; visibility: visible; width: auto; }
.m-siteMap_box .sm_wrap { width: 100%; height: 100vh; }
.m-siteMap_box .sm_wrap>div { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.m-siteMap_box .top { margin-bottom: 30px; justify-content: space-between; }
.m-siteMap_box .top .logo img { width: 170px; }
.m-siteMap_box .top .m-close_btn img { width: 20px; }
.m-siteMap_box .sm_dep1 { justify-content: center; gap: 5%; }
.m-siteMap_box .sm_dep1>li { border-bottom: 0.1vw solid rgba(100, 100, 100, 0.5); position: relative; }
.m-siteMap_box .sm_dep1>li:first-of-type { border-top: 0.1vw solid rgba(255, 255, 255, 0.2); }
.m-siteMap_box .sm_dep1>li>a { border-bottom: 0.1vw solid rgba(255, 255, 255, 0.2); margin-bottom: -1px; background: #974e1e; color: #fff; font-size: 26px; display: block; position: relative; padding: 25px 0; }
.m-siteMap_box .sm_dep1>li>a::before { content: ''; position: absolute; top: -1px; left: 0; width: 53px; height: 0.1vw; background: #fff; }
.m-siteMap_box .sm_dep1>li:last-of-type>a::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 53px; height: 0.1vw; background: #fff; }
.m-siteMap_box .sm_dep1>li>a span { font-size: 25px; font-weight: 700; color: #fff; }
.m-siteMap_box .sm_dep1>li>a .btn-wrap { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: none; }
.m-siteMap_box .sm_dep1>li>a .btn-wrap img { width: 14px; }
.m-siteMap_box .sm_dep1>li>a .btn-wrap img.rotate { transform: rotate(180deg); }
.m-siteMap_box .sm_dep2 { display: none; padding-top: 15px; padding-bottom: 30px; }
.m-siteMap_box .sm_dep2 li a { color: #fff; display: inline-block; padding: 16px 0; font-size: 18px; word-break: keep-all; font-weight: 300; transition: color .4s ease; }
.m-siteMap_box .sm_dep2 li a:hover { color: var(--main-c1); font-weight: 400; }


/* footer */
#footer { height: 210px; background: #25292c; overflow: visible;  padding: 69px 3.7% 62px 3.7%; display: flex; justify-content: space-between; align-items: flex-start; }
#footer>div {  }
#footer>div::after { content: ''; clear: both; display: block; }
#footer>div h2 { float: left; margin-right: 77px; }
#footer>div h2 img { width: 172px; }
#footer>div .info { float: left; }
#footer>div .info ul { margin-bottom: 26px; }
#footer>div .info ul li { margin-right: 25px; position: relative; display: inline-block; }
#footer>div .info ul li::after { content: ''; position: absolute; right: -17px; top: 7px; width: 3px; height: 3px; border-radius: 50%; background: #ccc; }
#footer>div .info ul li:last-of-type { margin-right: 0; }
#footer>div .info ul li:last-of-type::after { display: none; }
#footer>div .info ul li a { font-size: 15px; font-weight: 500; color: #ccc; }
#footer>div .info address {}
#footer>div .info address span { font-size: 14px; color: #888888; font-weight: 500; display: inline-block; margin-right: 25px; position: relative; }
#footer>div .info address span::after { content: ''; position: absolute; right: -17px; top: 3px; width: 1px; height: 12px; background: #888; opacity: .3; }
#footer>div .info address span:last-of-type::after { display: none; }
#footer>div .info address .copyright { font-size: 14px; margin-top: 12px; font-weight: 500; text-transform: uppercase; color: #888; }
#footer>div.right { display: flex; gap: 40px; }
#footer>div .sns {  }
#footer>div .sns li { display: inline-block; margin: 0 10px; }
#footer>div .sns li a {  }
#footer>div .sns li a img { margin-top: -5px; }
#footer>div .familysite { position: relative;  }
#footer>div .familysite .familysite_btn { width: 250px; padding: 12px 19px; display: flex; justify-content: space-between; height: fit-content; align-items: center; }
#footer>div .familysite .familysite_btn span { font-family: 'poppins'; font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; }
#footer>div .familysite .f_list { width: 100%; position: absolute; bottom: 100%; background: #25292c; padding: 10px 0; display: none; z-index: 999; }
#footer>div .familysite .f_list li { }
#footer>div .familysite .f_list li a { text-align: left; padding: 12px 19px; display: block; width: 100%;  color: rgba(255, 255, 255, 0.5); font-size: 15px; font-weight: 300; }



#topBtn { position: fixed; right: 2%; bottom: 60px; z-index: 10; display: none; transition: transform .4s, bottom .4s; }
#topBtn span { display: inline-block; width: 60px; height: 60px; border-radius: 50%; background: rgba(0, 131, 202, 0.5);  display: flex; justify-content: center; align-items: center; transition: background .3s; }

#topBtn:hover span { background: var(--main-c3); }
#topBtn.on { transform: translateY(-40px); }
#topBtn.end { bottom: 200px; }




/* ------ 반응형 ----- */
@media screen and (max-width: 1600px) {
    #header .h_nav .dep1 .dep1_li { padding: 39px 4vw 39px 4vw; }
}


@media screen and (max-width: 1500px) {
    .w1500 { max-width: 100%; padding: 0 40px; }
    .w1400 { max-width: 100%; padding: 0 40px; }
    .w1100 { max-width: 100%; padding: 0 40px; }
}


@media screen and (max-width:1400px) {
    #header .h_nav .dep1 .dep1_li { padding: 39px 4.3vw 39px 4.3vw; }


    /* footer */
    #footer>div h2 { float: none; margin-bottom: 30px; }
    #footer>div .info { float: none; }
}


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

    .popupWrap { position: fixed; }
    .popupWrap .w1400 { padding: 35px 40px; }
    .popupWrap p { font-size: 16px; line-height: 1.4; }
    .popupWrap p::before { top: 0; width: 25px; }
    .popupWrap .boxCheck input[type="checkbox"] + label { font-size: 14px; }
    .popupWrap .boxCheck input[type="checkbox"] + label::before { top: -2px; }

    #header { display: none; }

    #m-header { display: block; }

    #m-header .h_logoBox{width: 110px;display: block; background: url('../images/logo/logo.png') no-repeat center center / cover; }
    
   
    
    #m-header .h_logoBox a img { width: 170px; }


    /* footer */
    #footer { height: auto; flex-direction: column-reverse; gap: 40px; padding: 67px 40px 65px 40px; }
    #footer>div { width: 100%; justify-content: space-between; }
    #footer>div::after { display: none; }
}


/*** Mobile ***/
@media screen and (min-width:1px) and (max-width: 768px) {
    .w1500 { padding: 0 20px; }
    .w1400 { padding: 0 20px; }
    .w1100 { padding: 0 20px; }

    em.mo_br { display: block; }

    /* 익스플로러 지원종료 안내 팝업 */
    .popupWrap { display: none !important; }

    #m-header .h_logoBox { margin-top: 22px; height:20px;}
    #m-header .h_logoBox a img { width: 145px; }
    .m-siteMap_box { padding: 40px 20px; }
    .m-siteMap_box .sm_dep2 li a { font-size: 16px; }

    #footer .inner { flex-direction: column; gap: 7px; }
    #footer .inner > div {  }
    #footer .logo-wrap img { width: 110px; }
    #footer address .copyright { font-size: 12px; }
    #footer address .copyright span { display: block; font-size: 12px; margin-bottom: 3px; }


    #topBtn { right: 6%; }
    #topBtn.end { bottom: 0; }
    #topBtn span { width: 50px; height: 50px; background: var(--main-c3); }


    /* footer */
    #footer { gap: 30px; padding: 50px 20px 50px 20px; }
    #footer>div.right { text-align: left; }
}


@media screen and (min-width:1px) and (max-width: 500px) {

    .m-siteMap_box .sm_dep1>li>a span { font-size: 20px; }
    .m-siteMap_box .sm_dep1>li>a { padding: 23px 0; }
    .m-siteMap_box .sm_dep2 li a { font-size: 15px; }


    #topBtn span { width: 40px; height: 40px; }
    #topBtn span img { width: 10px; }


    #footer { gap: 27px; padding: 33px 20px 33px 20px; }
    #footer>div h2 { margin-bottom: 17px; }
    #footer>div h2 img { width: 120px; }
    #footer>div .sns li { margin: 0 10px 0 0; }
    #footer>div .sns li.blog a img { width: 15px; }
    #footer>div .sns li.facebook a img { width: 8px; }
    #footer>div .sns li.instagram a img { width: 14px; }
    #footer>div .sns li.youtube a img { width: 15px; }
    #footer>div .familysite .familysite_btn { width: 150px; }
    #footer>div .familysite .familysite_btn span { font-size: 11px; }
    #footer>div .familysite .f_list li a { font-size: 11px; }
    #footer>div .info ul { margin-bottom: 12px; }
    #footer>div .info ul li a { font-size: 11px; }
    #footer>div .info ul li::after { width: 2px; height: 2px; right: -15px; top: 10px; }
    #footer>div .info address span { font-size: 11px; line-height: 1.5; }
    #footer>div .info address .copyright { font-size: 11px; margin-top: 6px; }
}






/*안쓰는 코드*/
/*::selection {*/
/*    background: var(--main-color-1);*/
/*    color: #fff;*/
/*}*/

/* ::-webkit-scrollbar{
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #ee7500;
    border-radius: 10px;
    height: 17%;
}
::-webkit-scrollbar-track{
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
} */

/* html {
    scrollbar-face-color: #5500ff;
    scrollbar-track-color: #5500ff;
    scrollbar-arrow-color: none;
    scrollbar-highlight-color: #5500ff;
    scrollbar-3dlight-color: none;
    scrollbar-shadow-color: #5500ff;
    scrollbar-darkshadow-color: none;
} */

/*
#pointer {
    position: fixed;
    z-index: 1000;
    background-color: var(--main-color-7);
    border-radius: 50%;
    pointer-events: none;
    border: none;
    text-align: center;
    color: var(--white-color-1);
    transform: translate(25%, 25%);
    left: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-weight: 700;
    transition: width 200ms ease-out, height 200ms ease-out, line-height 200ms ease-out, font-size 200ms ease-out;
}
*/

