﻿@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_0 {
    font-family: 'NotoSansKR-Black';
}
.NotoSansKR-Bold_0 {
    font-family: 'NotoSansKR-Bold';
}
.NotoSansKR-Light_0 {
    font-family: 'NotoSansKR-Light';
}

.NotoSansKR-Regular_0 {
    font-family: 'NotoSansKR-Regular';
}


body * {
    font-family: "Noto Sans KR", 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;}

#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: 1px solid #fff;}
#gnb-wrap hr{margin:0 auto; width:90%;}
#gnb {position: absolute;top: 0%;text-align: center;border: none;left: -17%;display: block;transform: translate(50%, 0%);}
#gnb > li.depth1 {float:left;text-align:center;line-height: 115px;padding: 0 ; height: 115px; transition: all .2s ease-in-out; outline:none; width:105px; }
#gnb > li.depth1:nth-child(3) {width: 155px;}
#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:4px 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: 190px;padding: 18px 10px; background-color: #fff;color: #fff; position: relative;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:17px; padding:12px 10px; line-height:normal;}
.subal a { text-decoration:none; color:#555; }
.subal li:hover { background:#267584; transition:.3s all; }
.subal li:hover a { color:#fff; 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{ background:#267584; 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:80px 0px 50px; max-width:185px; }
.gnb-all .all-wrapper .all-close { color: #fff; cursor: pointer; font-weight: 600; font-size: 30px; float:right; }
.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;}


/*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:#14464F; padding: 50px 0;}
#footerB .footerBT{ display: flex; grid-gap: 30px;}
#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%;}
#footerB .footerBB .footerBBR li{color:#fff;font-size:15px; word-break: keep-all;}
#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;}



/* 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 {left: -5%;}
    #gnb > li.depth1 { width: 80px;}
    #gnb > li > a {font-size: 18px;}
    #gnb-wrap .gnbTR .gnbTRB {font-size: 18px;}
}
.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: -10%;}
	#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%;}
}

@media (max-width:1199px) {
    #footerB .footerC {grid-gap: 15px;}
    #footerB {padding: 25px 0;}
    #gnb {left: -12%;}
    .logo-wrap img {width: 180px;}
    #gnb > li.depth1 {width: 62px;}
	#gnb > li > a {font-size: 16px;}
	#footerT .footerTM a h5 {font-size: 17px;}
}

@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;}
}

.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;} }