﻿@import url('https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

@font-face {
 font-family: 'NanumBarunGothic';
 src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot);
 src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumBarunGothic/NanumBarunGothicWeb.woff) format('woff'),
      url(webfont/NanumBarunGothic/NanumBarunGothicWeb.ttf) format('truetype');
}

@font-face {
 font-family: 'NanumSquare';
 src: url(webfont/NanumSquare/NanumSquareR.eot);
 src: url(webfont/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumSquare/NanumSquareR.woff) format('woff'),
      url(webfont/NanumSquare/NanumSquareR.ttf) format('truetype');
}

@font-face {
    font-family: 'NotoSansKR-Black';
    src: url(webfont/NotoSansKR/NotoSansKR-Black.otf),
	url(webfont/NotoSans/NotoSans-Black.woff) format('woff'),
	url(webfont/NotoSans/NotoSans-Black.woff2) format('woff2');
}

@font-face {
    font-family: 'NotoSansKR-Bold';
    src: url(webfont/NotoSansKR/NotoSansKR-Bold.otf),
	url(webfont/NotoSans/NotoSans-Bold.woff) format('woff'),
	url(webfont/NotoSans/NotoSans-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'NotoSansKR-Light';
    src: url(webfont/NotoSansKR/NotoSansKR-Light_0.otf),
	url(webfont/NotoSans/NotoSans-Light.woff) format('woff'),
	url(webfont/NotoSans/NotoSans-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'NotoSansKR-Regular';
    src: url(webfont/NotoSansKR/NotoSansKR-Regular.otf),
	url(webfont/NotoSans/NotoSans-Regular.woff) format('woff'),
	url(webfont/NotoSans/NotoSans-Regular.woff2) format('woff2');
}

#bandMessage{bottom: 50%!important;}

/* font select */
.NotoSansKR-Black {
    font-family: 'NotoSansKR-Black';
}
.NotoSansKR-Bold {
    font-family: 'NotoSansKR-Bold';
}
.NotoSansKR-Light {
    font-family: 'NotoSansKR-Light';
}

.NotoSansKR-Regular {
    font-family: 'NotoSansKR-Regular';
}


body * {
    font-family: "NotoSansKR", sans-serif;
    letter-spacing: -0.5px;
}

.white{background-color: rgba(0,0,0,.4)!important;transition: all 0.6s;}
:root{--footerM:20%;}
/* gnb */
#mm-0 {min-height: 100vh; display: flex; flex-direction: column;}
.main {flex: 1;}
#content {flex: 1;}

a:focus {
    outline: 0;
}


#gnb-wrap {background-color:transparent;height: 115px;position: fixed; width: 100%;z-index: 999;transition: all 0.6s;}
#gnb-wrap .gnbTR{position: absolute; top: 50%; right: 4%; transform: translateY(-50%); display: inline-flex; grid-gap: 20px; align-items: center;}
#gnb-wrap .gnbTR .gnbTRB {font-size: 16px; color: #fff; }
#gnb-wrap .gnbTR .gnbTRB:hover, #gnb-wrap .gnbTR .gnbTRB:focus {text-decoration: none;}
#gnb-wrap .gnbTR .bar {height: 19px; background: #fff; width: 1px;}
.gnbTL{display: inline-flex;gap: 20px;padding: 5px 0;}
.gnbTL .gnbTLB{display: inline-flex;font-size: 17px;align-items: center;gap: 5px;color:#737373;text-decoration:none;}
.top-href-btn { position: absolute; top: 50%; right: 0%; transform: translateY(-50%);}
#gnb-wrap > .containerGnb > .row{position:relative;height:100%; border-bottom: 0px solid #fff;}
#gnb-wrap hr{margin:0 auto; width:90%;}
#gnb {position: absolute;top: 0%;text-align: center;border: none;      display: flex;  left: 20rem;
    gap: 66px;}
#gnb > li.depth1 {float:left;text-align:center;line-height: 115px;padding: 0 ; height: 115px; transition: all .2s ease-in-out; outline:none;     width: max-content;
    position: relative;}
#gnb > li.depth1:nth-child(3) { }
#gnb > li > a { border-top:0px solid #267584; font-size:20px; color:#fff; text-decoration:none; transition:all ease 0.2s; padding:10px 0 0;}
#gnb > li.active > a {  border-top:0px solid #267584; transition:all ease 0.2s; font-weight:bold;color:#fff; }
#gnb > li.login > a:hover, #gnb > li.login > a.active { text-decoration:none; border:none; }
.subal {width: 200px;padding: 18px 10px; background-color: #fff;color: #fff; position: absolute;left: 50%; z-index: 9999!important; visibility: hidden;
    -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);opacity: 0;top: 30px;-webkit-transition: opacity .2s ease-in-out,top .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,top .2s ease-in-out;-o-transition: opacity .2s ease-in-out,top .2s ease-in-out;transition: opacity .2s ease-in-out,top .2s ease-in-out;
    word-break: keep-all; border-radius:5px; box-shadow: rgba(113, 113, 113, 0.28) 0px 4px 7px; }
.subal:before {
    content: '';position: absolute; left: 50%;top: -8px;
    border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff;-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);transform: translateX(-50%); -webkit-transition: opacity .2s ease-in-out;-moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; }
.subal li { height:auto; text-align:center; font-size:15px; padding:5px 35px; line-height:normal;     text-align: left;}
.subal a { text-decoration:none; color:#555; }
.subal li:hover { font-weight:bold; transition:.3s all; }
.subal li:hover a { color:black; transition:.3s all; }
#gnb > li > .subal > li{position:relative;}
#gnb > li > .subal > li > .dropdown-menu {min-width: 180px;}
#gnb > li > .subal > li > .subal2{margin: 0;padding: 10px;border-radius: 0;width: 160px;left: 210px;
top: 0;margin-left: -40px;}
#gnb > li > .subal > li > .subal2 a{text-decoration: none;color: #555;padding: 0;margin: 0;background-color: transparent;}
#gnb > li > .subal > li:hover{  transition:.3s all; }
#gnb > li > .subal > li:hover > .subal2 > li:hover a{ color:#fff; transition:.3s all; }
#gnb > li:hover > ul > li:hover > ul {display: block; }
.gnbBTN {text-decoration: none;transform: translate(50%, -50%);top: 50%;position: absolute;right: 4%;}
.sub-bottom li{text-align:center;}
.sub-bottom .container {
    display: flex;
    justify-content: space-around;
    padding: 0 0 2%; 
}
.sub-bottom .container .row{width:50%;}
.sub-bottom li{display:inline-block;}
.sub-bottom li a{display: inline-block;padding: 40px 20px 20px; position:relative;
text-decoration: none;float: left; color:black; font-size: 19px; white-space: nowrap;overflow: hidden;width: 100%;float: left;}
    .sub-bottom li a .btn-plus {
        transform: translate(-50%,-50%);
        width: 10px;
        height: 10px;
        left: 50%;
        display: inline-block;
        position: absolute;
        top: 25%;
        border-radius: 50%;
        background-color: #6e7abe;
        opacity: 0;
    }
.sub-bottom	ul{display: flex;
    justify-content: space-evenly;}
.sub-bottom li:hover a .btn-plus,
.sub-bottom li.active a .btn-plus{opacity:1;transition:.3s all;}

/* all-menu */

.gnb-all { display: none; position: fixed; z-index: 9999;background: rgba(0, 0, 0, 0.6); top: 0; left: 0; width: 100%; height: 100%; text-align:center;}
.gnb-all a {color:#fff; text-decoration:none;}
.gnb-all img {margin:157px  0px 50px; max-width:185px; }
.gnb-all .all-wrapper .all-close { color: #fff; cursor: pointer; font-weight: 600; font-size: 30px; float:right; margin-top: 150px;}
.gnb-all .all-wrapper .container a { display: block; color: #fff; }
.gnb-all .all-wrapper .container > ul > li { display: inline-block; vertical-align: top; padding:0px 17px;}
.gnb-all .all-wrapper .container > ul > li > a { margin:0px 0px 18px; font-size: 20px; font-weight: 600; text-decoration:none;}
.gnb-all .all-wrapper .container > ul > li:first-child { display: none; }
.gnb-all .all-wrapper .container > ul > li > ul > li > a { color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:16px; padding:6px 0px;}
.gnb-all .all-wrapper .container > ul > li > ul > li > a:hover { font-weight:bold; transition:0.2s all ease;}
.gnb-all .all-wrapper .container > ul > li > ul > li > ul > li > a { color: #fff; display: block; margin-bottom: 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:16px;}

/* gnb2 */
.gnb2{background: #fff;width: 100%;position: absolute;left: 0px;z-index: 9999;top: 115px;
height: 0;overflow: hidden;}
.gnb2 .gnb2con{width:100%!important;}
.gnb2 .subtext-wrap{width: 40%;float: left; padding:60px 0 0;display: inline-flex;flex-direction: column;flex-wrap: wrap;align-content: center;
justify-content: center;align-items: center;}
.gnb2 .subtext-wrap .subtext{position: relative; top: -20px;}
.gnb2 .subtext-wrap .subtext .subtext_title{text-align: center;font-size: 34px;color: #000;font-weight: bold;letter-spacing: 1px;margin:0 0 30px;}
.gnb2 .subul{width: 60%; float: left; padding:60px 0 0;text-align:left;}
.gnb2 .GnbOneUl{display: inline-flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;padding-bottom: 40px;width:30%;}
.gnb2 .GnbTowUl{}
.gnb2 .subul > li.GnbOne{display: block;text-align: left;width: calc(100% / 2);margin:0;}
.gnb2 .subul > li.GnbOne a:hover{color: #0466E5; transition:0.3s all;}
.gnb2 .subul > li.GnbOne .caretLY2{margin: 0 10px;color: #0466E5;}
.gnb2 .subul > li.GnbOne > a{color:#848484;padding: 10px 20px 10px 0;}
.gnb2 .subul > li{display: inline-flex;flex-direction: column;flex-wrap: nowrap;justify-content: flex-start;margin: 0 10px;width:15%;}
.gnb2 .subul > li > a{padding: 0px 10px 20px;border-bottom: 1px solid #E7E7E7;font-size: 17px;color: #0466E5;text-decoration: none;text-align: left;display:inline-block;}
.gnb2 .subul > li .dept3{width: 100%;display: inline-block;text-align: left;padding:0 0 30px;}
.gnb2 .subul > li .dept3 > li{padding: 5px 10px; border-bottom: 1px solid #E7E7E7;}
.gnb2 .subul > li .dept3 > li > a{font-size: 15px; color: #888888;text-decoration:none;}
.gnb2 .subul > li .dept3 > li > a:hover{color: #0466E5; transition:0.3s all;}
.gnb2 .subul > li .dept3 > li > a .caretLY{color:#448AEC;margin:0 5px;}




/* ============================================
   [추가] GNB 후원 하트 아이콘 + 호버 툴팁
   ============================================ */
#gnb > li.donate-li {
    width: auto !important;
    position: relative;
    display: flex;
    align-items: center;
}

#gnb > li.donate-li > a.donate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 20px;
    border-top: 0;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.9);
    color: #091f5b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(9, 31, 91, 0.25);
    transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

#gnb > li.donate-li > a.donate-btn svg {
    width: 17px;
    height: 17px;
    display: block;
}

#gnb > li.donate-li:hover > a.donate-btn {
    transform: translateY(-2px);
    background-color: #ff6b6b;
	color: #fafafa;
    box-shadow: 0 5px 14px rgba(255, 107, 107, 0.35);
}

/* 호버 시 펼쳐지는 계좌 툴팁 */
.donate-tooltip {
    position: absolute;
    top: 88px;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    width: 260px;
    padding: 18px 22px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    text-align: left;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 10000;
    pointer-events: none;
}

.donate-tooltip:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: #fff;
}

#gnb > li.donate-li:hover .donate-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.donate-tooltip-title {
    font-size: 12px;
    color: #999;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    font-weight: 500;
}

.donate-tooltip-account {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.donate-tooltip-holder {
    font-size: 13px;
    color: #666;
}







/*logo*/
.logo-wrap{position: absolute;top: 0%;left: 0%;transform: translateY(50%);}
#footer-map{background-color:#DADADA;}
#footer-map #sitemap-wrap { background-color: #FFF; padding:80px 0; display:none; }
#footer-map #sitemap { margin: 70px 0;text-align: center;margin-top: 40px;}
#footer-map #sitemap a { text-decoration:none; }
#footer-map #sitemap a:hover { font-weight:bold; transition:0.2s all;}  
#footer-map #sitemap > li { display: inline-block;vertical-align: top;padding: 0px 30px;text-align: left;width: 15%;}
#footer-map #sitemap > li > a { color:#708da2; font-size:19px; font-weight:600;}
#footer-map #sitemap > li > ul { margin-top:15px;}
#footer-map #sitemap > li > ul > li { padding:3px 0px;}
#footer-map #sitemap > li > ul > li > a { color:#555555; font-size:15px;}
#footer-map #sitemap > li > ul > li > a:hover { color:#30318B; transition:all ease 0.3s; }
#footer-map #sitemap > li > ul > li > ul > li { padding-left:10px; }
#footer-map #sitemap > li > ul > li > ul > li > a { color:#777; font-size:14px;}
#footer-map #sitemap .depth3 { margin:3px 0 0;}
#footer-map #sitemap .depth3 li { font-size:17px; padding:3px 0;}
/* footer */
.footerSDM {overflow: hidden;position: relative;padding: 30px 0;}
.footerSDM .footerN{position:absolute;right:5%;top: 50%;transform: translate(0,-50%);}
.footerSDM .footerP{position:absolute;left:5%;top: 50%;transform: translate(0,-50%);}
.footerSDM .footerS{overflow:hidden;}
.footerSDM .footerS .contentSlideWrapper{}
.footerSDM .footerS .contentSlideWrapper .contentSlide{align-items: center;justify-content: center;display: inline-flex;}
#footerT{background-color:#182A40;}
#footerT .footerTM{display: inline-flex;justify-content: space-between;align-items: center;gap:55px;}
#footerT .footerTM a{text-decoration:none;}
#footerT .footerTM a h1{margin:0;font-size:24px;padding:35px 0;font-weight:bold;color:#fff;}
#footerT .footerTM a h5{margin:0;font-size:20px;padding:35px 0;color:#fff;transition:0.3s all ease;}
#footerT .footerTM a:hover h5{color: #f9b37a;transition:0.3s all ease;}
#footerB{background-color:#091f5b; padding: 90px 0;}
#footerB .footerBT{ display: flex; grid-gap: 30px; justify-content: center;}
#footerB .footerBT .footerBTR{ display: inline-flex; flex-direction: column; grid-gap: 10px; width: 100%; }
#footerB .footerBT .footerBTR li{color:#fff;font-size:16px;}
#footerB .footerBT .footerBTR h1 a{text-decoration:none;color:#fff;font-size:15px;}
#footerB .footerBT .footerBTL ul{display: inline-flex;gap: 30px;padding: 30px 0;}
#footerB .slice{ width: 100%; height: 1px; background: #436B73; }
#footerB .footerC {display: flex; flex-direction: column; grid-gap: 30px;}
#footerB .footerBB .footerBBR{    display: inline-flex;
    width: 100%;
    flex-direction: column;
    gap: 15px;
    align-items: center;}
#footerB .footerBB .footerBBR li{color:#fff;font-size:15px; word-break: keep-all;    display: flex;
    align-items: center;
    gap: 10px;}
#footerB .footerBB .footerBBR .bottom_info{font-size:10px;}
#footerB .footerBB .footerBBR li a {color: #fff;}
 #footerB .footerBB .footerBBR li a:hover,  #footerB .footerBB .footerBBR li a:focus {text-decoration: none;}
#footerB .footerBB .footerBBL ul{text-align: right;}
#footerB .footerBB .footerBBL ul li{color:#fff;font-size:15px;}
#footerB .footerBB .footerBBR li .bar{font-size:10px;}


#footerB .footerBB .footerBBR li.footer-account {
    color: #d8dce8;
    font-size: 14px;
    opacity: 0.9;
}

#footerB .footerBB .footerBBR li.footer-account .bar {
    color: #6b7a9c;
}




/* mobile */
.header-offer{position: absolute;right: 20%;top: 0;height: 100%;width: 5%;
display: inline-flex;justify-content: center;align-items: center;background-color:#FCB040;}
.header-offer a{display: inline-flex;justify-content: center;align-items: center;gap: 10px;flex-direction: column;
text-decoration:none;color:inherit;font-size:20px;}
.header-gnb{position: absolute;right: 0;top: 0;height: 100%;width:20%;background-color:#EDEDED;
display: inline-flex;justify-content: center;align-items: center;gap: 10px;}
.header-gnb .toggle {padding: 15px;}

#my-menu{display:none;background-color:rgba(0,0,0,.3); max-width:240px; z-index:99999;}
body > .mm-opened{display:block!important;}
#mm-0:before { height:0!important; }
#mm-1 > ul > li:hover > a.mma1 { color: #34b4c7 !important; }
.mm-navbar.mm-hasbtns .mm-close .mm-sronly{display:none;}
.mm-navbars-top{background-color:rgba(0,0,0,.75);}
.mm-btn {top:unset!important;}
.mm-menu .mm-listview>li .mm-next:after { border-color:#fff !important; }
.mm-panels>.mm-panel>.mm-listview { margin:0px!important;}
.mm-panels>.mm-panel.mm-hasnavbar { padding-top:0!important; }
.mm-panels > .mm-panel { padding:0; }
.mm-panels, .mm-panels>.mm-panel { z-index:9999; }
.mm-listview { margin:0; }
.mm-listview > li > a, .mm-listview > li > span { padding: 10px 10px 10px 20px; margin: 0; }
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel { padding:0 0 0 10px; }
.mm-listview>li>a, .mm-listview>li>span { padding:10px 20px!important; font-size:17px; }
.closeMenu{color:#fff!important; text-decoration:none!important; cursor:pointer; font-size:40px;position: absolute;
right: 0;top: 5%;}
.mob-login { overflow:hidden; padding:15px 0; border-bottom:1px solid #808080; margin-bottom:10px; }
.mob-login li { float:right; overflow:hidden; }
.mob-login a { display: inline-block !important; font-size: 17px !important; border: 0px !important; box-shadow: none !important; color: #aaa !important; padding: 0px 10px !important; }
.mob-login a .fa { font-size:20px!important; }
.mmenu-depth1 > a{ color:#fff!important; }
.mmenu-depth2 > a{ color:#E4E3B9!important; }
.mmenu-depth3 > a{ color:#B4EBF1!important; }
a.mm-next{width:100%!important;}

.subul {
        
        text-align:center;
}

/*실시간생방송*/
.latest-special {margin-bottom: 30px;margin-left: 18px;}
.latest-special .p4 {font-size:30px;padding-left: 15px;position: relative;color:#000000;top: 15px;}
.latest-special .white-bar {background: #7c8789;width: 1px;height: 22px;display: inline-block;margin: -20px 13px;}
.jubowrapper {display: inline-block;position: relative;top: 13px;font-size: 13px;opacity: 0.8;}
.latest-special .p4 span {
    color: #948e8f;
}

/*sub*/

#subtop img { width:100%; }
#subgnb { border-bottom:1px solid #ddd; padding:0px 0px;background-color: #E78B42;}
.subgnb-home { padding: 0 0 35px 5px;}
.subgnb-home a {font-size: 17px;font-family: Noto Sans KR; color: #666666; }
.subgnb-home .title {font-size: 17px;font-family: Noto Sans KR; color: #666666; }

.depth3 { display: inline-flex; justify-content: flex-end; width: 100%; gap: 20px;}
.depth3 li {position: relative;}
.depth3 li a { font-weight: bold; color: rgba(0, 0, 0, 0.5); transition: all ease .3s; font-size: 23px;}
.depth3 li a:hover, .depth3 li a:focus {text-decoration: none;}
.depth3 li:hover a, .depth3 li.active a {color: rgba(0, 0, 0, 1); transition: all ease .3s;}

.depth3 li:after {content: ''; position: absolute; height: 2px; width: 0%; background-color: #000; left: 0; bottom: -5px; transition: all ease .3s;}
.depth3 li.active:after{width: 100%; transition: all ease .3s;}


.depth4 { display: inline-flex; justify-content: flex-end; width: 100%; gap: 20px; margin-top: 30px;}
.depth4 li {position: relative;}
.depth4 li a { color: rgba(0, 0, 0, 0.5); transition: all ease .3s; font-size: 20px;;}
.depth4 li.active a {   width: 74px; height: 29px;  padding: 2px 20px 2px 18px; border-radius: 14px; background-color: #000; color: #fff; transition: all ease .3s;}
.depth4 li a:hover {text-decoration: none; font-weight: bold;}
.subgnb {background-repeat: no-repeat; background-attachment: scroll; background-blend-mode: normal; background-size: auto;  border-color: rgb(229, 229, 229); border-style: solid; border-width: 1px 0px 0px; padding: 0px; margin: 0px;}
.sub-unit {background-position: right; padding: 150px 0px 50px 0px; background-repeat: no-repeat; background-attachment: scroll; background-blend-mode: normal; background-size: auto; /*background-image: url(/UserData/sasanjeil/Layouts/sasanjeil_Layout/Images/top_bg.png);*/ border-color: rgb(51, 51, 51); border-style: none; border-width: 0px; margin: 0px;}






#subgnb .container > div {
    margin: 15px 0;
    display: inline-flex;
}
#subgnb span, #subgnb a { font-size:16px; color:#777; position:relative; top:3px; text-decoration:none;}
#subgnb a.active { color:#6599CB; font-weight:bold; }
#subgnb .dropdown {display: inline-block;border-right: 1px solid #fff;float: left;}
#subgnb .dropdown:last-child{border:none;}
#subgnb .dropdown .btn { padding: 5px 20px 5px;font-size: 17px;font-weight: bold;color:#fff;}
#subgnb .dropdown .btn-default { border:none;}
#subgnb .dropdown .btn:hover { background-color:transparent!important; transition:0.3s all ease;}
#subgnb .dropdown .btn,
#subgnb .dropdown .btn .active  { background-color:transparent!important; }
#subgnb .dropdown-menu>li>a { padding:10px 20px; transition:0.3s all ease; font-size:17px;}
#subgnb .caret {border-top: 6px solid #fff;border-bottom: 6px solid transparent;border-right: 6px solid transparent;border-left: 6px solid #fff;
position: relative;margin: 0;height: 8px;width: 8px;transform: rotate(225deg);transition: all 0.6s;margin-top: -15px;margin-left: 20px;}

/*#content { padding:40px 0px; }*/
#content .third-menus { margin:10px 0 42px 0;text-align:center; }
#content .third-menus ul{ display:inline-block; }
#content .third-menus ul li { border: 1px solid #dedede; float:left; margin-left:-1px;}
#content .third-menus ul li a { color: #333;text-decoration: none;padding: 8px 17px;font-size: 12px;min-width: 160px;display: inline-block;text-align: center; }
#content .third-menus ul li.active a { color:#fff; }
#sub_title { font-size: 48px;font-weight: bold;margin: 0;display: inline-block;padding: 0px 0px 60px;width: 100%;float: left;}

.lnb { padding:0px 30px;}
.lnb_title { font-size:30px; border-bottom:1px solid #000; padding:40px 0px; font-weight:600; text-align:center; position:relative;}
.sub-left-triangle { position: absolute; right: 0px; top: 0; width: 0; height: 0; border-left: 30px solid transparent; border-top-width: 30px; border-top-style: solid; border-top-color: #6599CB; }
.sub_depth2 { margin-top:0px; padding-top:0px; }
.sub_depth2 li { padding: 20px 25px; border-bottom:1px solid #ddd; transition:all ease 0.3s; }
.sub_depth2 li.active, .sub_depth2 > li:hover { background:#d9d3f2; }
.sub_depth2 > li > a { color:#777; font-weight:600;  font-size:17px; text-decoration:none; }
.sub_depth2 li a { color:#777; font-weight:600;  font-size:16px; text-decoration:none; }
.sub_depth2 li i { position:relative; margin:3px 15px 0px 0px; cursor:pointer; float:right; font-size:16px;}
.sub_depth2 li i.fa-minus { display:none; }
.sub_depth2 li:last-child { border-color:#000; }
.sub_depth3 { padding:0px 15px; margin-top:15px; display:none; }
.sub_depth3.active { display:block; }
.sub_depth3 li { padding: 10px 20px; border-bottom:1px solid #999; background-color: #f4c9ff; }
.sub_depth3 li a  { color:#999; font-size:15px;  text-decoration:none;  transition:all ease 0.3s; }
.sub_depth3 li a:hover  { color:#739AB9; }
.sub_depth3.a_96 li a:hover { color:#4E5397; }
.sub_depth3.a_98 li a:hover { color:#E4C640; }

#gdream-service{word-break: keep-all;margin: 160px 0 0;}

#subtop{position:relative;}
#subtop .subT{position: absolute;top: 60%;text-align: center;width: 100%;transform: translate(0,-50%);}
#subtop .subT h1{margin:0;font-size:42px;color:#000;line-height:2;font-weight: bold;letter-spacing: .5px;}
#subtop .subT h2{margin:0;font-size:24px;color:#000;letter-spacing: .5px;}

.view-heading{padding: 15px;font-size: 17px;background-color: #000;color: #fff;letter-spacing: 0;}
@media (min-width:1440px) {
    .container {width: 1440px;}
}

@media (max-width:1880px) {
    #gnb {gap:3rem;}
    /* #gnb > li.depth1 { width: 6rem;} */
    #gnb > li > a {font-size: 1rem;}
    #gnb-wrap .gnbTR .gnbTRB {font-size: 1rem;}
}
.subgnb .del {width: 100%;}
@media (max-width:1499px) {
    /* #gnb > li.depth1 {width: 70px;} */
    #gnb-wrap .gnbTR .bar {height: 14px;}
    #gnb-wrap .gnbTR {grid-gap: 10px;}
    /* #gnb > li.depth1:nth-child(3) {width: 130px;} */
    /* #gnb-wrap .gnbTR .gnbTRB {font-size: 15px;} */
    /* #gnb > li > a {font-size: 17px;} */
    /* .logo-wrap {left:1%; top: 6%;} */
    /* .logo-wrap img {width: 190px;} */
     #gnb {left: calc(250px + 2%); gap: 2rem;}  
	 .logo-wrap {     left: 2%;}
	#footerT .footerTM {gap: 25px;}
	#footerT .footerTM a h1 {padding: 20px 0;}
	#footerT .footerTM a h5 {padding: 20px 0;}
    .top-href-btn {right: 2%;}
    #gnb-wrap .gnbTR {right: 6%;}
	     

	/* #gnb > li.donate-li { width: 42px !important; } */
    #gnb > li.donate-li > a.donate-heart svg { width: 20px; height: 20px; }
}

@media (max-width:1339px) { 
     #gnb > li > a {        font-size: 0.8rem;    }
	 #gnb {         gap: 1.5rem;    }
}



@media (max-width:1199px) {
	#gnb {
        left: calc(225px + 2%);
        gap: 1.0rem;
    }
	    #gnb > li > a {
        font-size: 0.8rem;
    }
	
	#gnb > li.donate-li > a.donate-btn { 
    padding: 0.5rem 1rem; 
    font-size: 0.7rem;
	}
	
    #footerB .footerC {grid-gap: 15px;}
    #footerB {padding: 25px 0;} 
    .logo-wrap img {width: 180px;} 
	#footerT .footerTM a h5 {font-size: 17px;}

	#gnb > li.donate-li { width: 38px !important; }
}

@media (max-width:992px) {
    header {height: 75px;}
    #gnb-wrap{height: 75px}
	#footerT .footerTM{flex-wrap: wrap;gap: 10px;}
	#footerT .footerTM a:nth-child(1){width:100%;}
	#footerT .footerTM a h5 {font-size: 15px;}
	#footerB .footerBT .footerBTL ul {padding: 20px 0;}
}

@media (max-width:767px) {
    #footerB .footerBT .footerBTR {grid-gap: 5px;}
    #footerB .footerBT .footerBTR li {font-size: 14px;}
    #footerB .footerBB .footerBBR li {font-size: 14px;}
    .depth4 li a {font-size: 17px;}
    .depth3 li a {font-size: 17px;}
    .depth3 {display: grid; grid-template-columns: 1fr 1fr;}
    .logo-wrap img {width: 130px;}
    .gnbBTN img {width: 20px;}
    #sub_title {font-size: 25px; padding: 0px 0px 20px;}
    .sub-unit {padding: 50px 0px 30px 0px !important; background-size: contain;}
	.row{margin:0;}
	.containerGnb:before{}
    header {height: 65px;}
    #gnb-wrap{height: 65px}
    .logo-wrap {width: 130px; top: 0%;}
	#subgnb .container > div{flex-wrap: wrap;}
	#subgnb .dropdown .btn {padding: 5px 10px 5px;font-size: 17px;}
	#gnb-top .gnbTM .gnbTL .gnbTLB {font-size: 13px;}
	#footerT .footerTM{padding: 0 15px;}
	#footerT .footerTM a h1 {font-size: 20px;padding: 10px 0;}
	#footerT .footerTM a h5 {padding: 10px 0;}
	#footerB .footerBT {flex-direction: column;}
	#footerB .footerBB {flex-direction: column;gap: 15px;}
    .view-heading{font-size:15px;}
    #footerB .footerBT {grid-gap: 15px;}

	#footerB .footerBB .footerBBR li.footer-account {
        font-size: 13px;
        flex-direction: column;
        gap: 2px;
        text-align: center;
    }
    #footerB .footerBB .footerBBR li.footer-account .bar {
        display: none;
    }


}

.containerGnb {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;width:100%;}
.containerGnb:before{display: table;/*content: " ";*/}

@media (min-width: 768px) {.containerGnb {width: 100%;}}

@media (min-width: 992px) {.containerGnb {width: 100%;}}

@media (min-width: 1200px) {.containerGnb {width: 1170px;}}
@media (min-width:1340px) {.containerGnb {width: 1330px;} }
@media (min-width:1480px) {.containerGnb {width: 1470px;} }
@media (min-width:1540px) {.containerGnb {width: 1530px;} }
@media (min-width:1680px) {.containerGnb {width: 1673px;} }

/* responsive stabilization */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

#gnb-wrap .row,
#footerB .row,
#content .row {
    margin-left: 0;
    margin-right: 0;
}

#gnb-wrap > .containerGnb > .row {
    display: flex;
    align-items: center;
}

.logo-wrap {
    top: 50%;
    transform: translateY(-50%);
}

#gnb {
    left: clamp(210px, 15vw, 320px);
    right: 90px;
    justify-content: center;
    gap: clamp(16px, 2.4vw, 66px);
    padding-left: 0;
    margin-bottom: 0;
}

#gnb > li.depth1 {
    line-height: 115px;
    flex: 0 1 auto;
}

#gnb > li > a {
    white-space: nowrap;
}

#gnb > li.donate-li {
    flex-shrink: 0;
}

.top-href-btn {
    right: 20px;
}

.header-mobile-gnb {
    margin-left: auto;
}

#footerB .container,
#content .container,
.subgnb .container,
.gnb-all .container {
    max-width: 100%;
}

#footerB .footerBB .footerBBR li {
    max-width: 100%;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

#footerB .footerC {
    align-items: center;
}

#footerB .footerBT,
#footerB .footerBB {
    width: 100%;
    text-align: center;
}

#footerB .footerBT a {
    display: inline-block;
}

#footerB .footerBT img {
    display: block;
    width: clamp(150px, 18vw, 205px);
    margin: 0 auto;
}

#footerB .footerBB .footerBBR {
    margin: 0;
    padding-left: 0;
}

#footerB .footerBB .footerBBR li {
    line-height: 1.65;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.gnb-all .all-wrapper {
    height: 100%;
    overflow-y: auto;
    padding: clamp(56px, 9vh, 120px) 0 48px;
}

.gnb-all img {
    margin: 0 0 clamp(30px, 5vh, 50px);
    width: clamp(140px, 16vw, 185px);
}

.gnb-all .all-wrapper .all-close {
    position: sticky;
    top: 18px;
    float: none;
    display: block;
    width: 44px;
    height: 44px;
    margin: -44px 18px 0 auto;
    line-height: 42px;
    text-align: center;
}

.gnb-all .all-wrapper .container > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 14px;
    padding-left: 0;
    margin: 0;
}

.gnb-all .all-wrapper .container > ul > li {
    width: clamp(130px, 13vw, 170px);
    padding: 0 6px;
}

.gnb-all .all-wrapper .container > ul > li > ul {
    padding-left: 0;
}

.gnb-all .all-wrapper .container > ul > li > ul > li > a,
.gnb-all .all-wrapper .container > ul > li > ul > li > ul > li > a {
    white-space: normal;
    word-break: keep-all;
    line-height: 1.45;
}

@media (max-width: 1339px) {
    #gnb {
        left: 205px;
        right: 76px;
        gap: clamp(12px, 1.45vw, 24px);
    }

    #gnb > li > a {
        font-size: 0.82rem;
    }

    #gnb > li.donate-li > a.donate-btn {
        padding: 0.5rem 0.75rem;
        font-size: 0.72rem;
    }

    .subal {
        width: 180px;
        padding: 14px 8px;
    }

    .subal li {
        padding: 5px 22px;
        font-size: 14px;
    }

    #gnb > li > .subal > li > .subal2 {
        left: 185px;
        width: 150px;
        margin-left: -28px;
    }

    .gnb-all .all-wrapper {
        padding-top: 80px;
    }

    .gnb-all .all-wrapper .container > ul {
        gap: 24px 8px;
    }
}

@media (max-width: 1199px) {
    #gnb-wrap .hidden-sm,
    #gnb-wrap .hidden-xs {
        display: none !important;
    }

    #gnb-wrap .visible-sm,
    #gnb-wrap .visible-xs {
        display: block !important;
    }

    #gnb-wrap {
        height: 75px;
        background-color: rgba(0, 0, 0, 0.55);
    }

    .containerGnb {
        width: 100% !important;
        padding-left: 22px;
        padding-right: 22px;
    }

    .logo-wrap {
        left: 22px;
    }

    .logo-wrap img {
        width: 170px;
    }

    .gnbBTN {
        right: 22px;
        transform: translateY(-50%);
    }

    #footerB {
        padding: 50px 0;
    }

    #footerB .footerC {
        gap: 20px;
    }

    #footerB .footerBB .footerBBR li {
        display: block;
        max-width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    #footerB .footerBB .footerBBR li .bar {
        display: none;
    }

    .gnb-all .all-wrapper {
        padding: 72px 18px 42px;
    }

    .gnb-all .all-wrapper .container {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .gnb-all .all-wrapper .container > ul > li {
        width: calc(25% - 12px);
        min-width: 128px;
    }
}

@media (max-width: 767px) {
    .container,
    .containerGnb,
    .mainContainer > .container {
        width: 100% !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    #gnb-wrap {
        height: 64px;
    }

    .logo-wrap {
        left: 16px;
        width: auto;
    }

    .logo-wrap img {
        width: 128px;
    }

    .gnbBTN {
        right: 16px;
    }

    #footerB {
        padding: 42px 0;
    }

    #footerB .footerBT img {
        width: 150px;
    }

    #footerB .footerBB .footerBBR {
        gap: 10px;
        padding-left: 0;
    }

    #footerB .footerBB .footerBBR li {
        display: block;
        line-height: 1.55;
    }

    #footerB .footerBB .footerBBR li .bar {
        display: none;
    }

    .subgnb-home {
        line-height: 1.7;
        word-break: keep-all;
    }

    .depth3,
    .depth4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 12px 18px;
        padding-left: 0;
    }

    .depth3 li a,
    .depth4 li a {
        font-size: 1rem;
    }

    .gnb-all .all-wrapper {
        padding: 64px 16px 36px;
    }

    .gnb-all img {
        width: 140px;
        margin-bottom: 28px;
    }

    .gnb-all .all-wrapper .all-close {
        top: 12px;
        margin-right: 0;
        font-size: 34px;
    }

    .gnb-all .all-wrapper .container > ul {
        justify-content: flex-start;
        gap: 22px 0;
    }

    .gnb-all .all-wrapper .container > ul > li {
        width: 50%;
        min-width: 0;
        padding: 0 10px;
    }

    .gnb-all .all-wrapper .container > ul > li > a {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .gnb-all .all-wrapper .container > ul > li > ul > li > a,
    .gnb-all .all-wrapper .container > ul > li > ul > li > ul > li > a {
        font-size: 14px;
        padding: 4px 0;
    }
}

@media (max-width: 420px) {
    .container,
    .containerGnb,
    .mainContainer > .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .logo-wrap img {
        width: 118px;
    }

    #footerB .footerBB .footerBBR li {
        font-size: 13px;
    }

    .gnb-all .all-wrapper .container > ul > li {
        width: 100%;
        padding: 0;
    }
}
