﻿@import url('http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css');

@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: 'pretendard-bold';
    src: url('fonts/pretendard-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'pretendard-extrabold';
    src: url('fonts/pretendard-extrabold.woff2') format('woff2');
}

@font-face {
    font-family: 'pretendard-regular';
    src: url('fonts/pretendard-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'maruburi-bold';
    src: url('fonts/maruburi-bold.otf') format('opentype');
}

@font-face {
    font-family: 'maruburi-semibold';
    src: url('fonts/maruburi-semibold.otf') format('opentype');
}

@-webkit-keyframes zoomin { 0% { -webkit-transform: scale(1.2); } 100% {  -webkit-transform: scale(1); } }

:root {--top: 90%;}
.maruburiB{font-family: 'maruburi-bold';}
.maruburiSB{font-family: 'maruburi-semibold';}
#bandMessage{bottom: 50%!important;}
#findForm{padding: 145px 0!important;}
#unit3561 #daumRoughmapContainer1605512905563 {width:100% ! important;}
.subgnbnav{ display:flex; width:1340px; font-size:22px; justify-content: space-around;}
.subgnbnav a{ text-align: center; width:100%;  height:60px;   display: flex; justify-content:center; align-items:center;}
.subgnbnav li{ text-align: center; width:100%; }
.activemenu{background:#ccc;}
/* font select */

body * { font-family: 'maruburi-semibold'; letter-spacing : -0.5px;}

/* header */
#gnb-login #header{display: inline-block;right: 2%;top: 50%;text-align: right;position: absolute;transform: translateY(-50%);}
#gnb-login #header .header-box-right a{font-size: 17px;color: #fff;text-decoration: none;padding: 10px 15px;display: inline-block;}

/*.white{background-color: rgba(0,0,0,.3)!important;transition: all 0.6s;}*/

/* gnb */
header { position: absolute; top: 0; width: 100%; z-index: 4; }
header .navbar-default { margin: 0; padding: 0; position: relative; top: 0; width: 100%; transition: 0.3s all; background-color: transparent; z-index: 1; opacity: 1; border: none; height: 6.2vw; text-align: center; }
header .navbar-default .container,
header .navbar-default .container .row{height:100%;}
header .navbar-default .container .row .navbarM{height:100%;position:relative;}
header .header-gnb { position: absolute; padding: 0; right: 1vw; top: 50%; transform: translate(0, -50%); display: inline-flex; gap: 30px; }
header .header-gnb .gnbBTNM { display: flex; gap: 5px; justify-content: center; align-items: center; }
header .navbar-brand { position: absolute; padding: 0; left: 1.5vw; top: 50%; transform: translateY(-50%); height: inherit; }
#gnb-login { transition: all ease .3s; height: 100%; }
.white #gnb-login.shadow { transition: all ease .3s; background-color: rgba(236, 229, 218, 1); border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
.black #gnb-login.shadow { transition: all ease .3s; background-color: rgba(0, 0, 0, 0.5); border-bottom: 1px solid rgba(236, 229, 218, 0.5); }
#gnb { position: absolute;width: 35%;right: 25%;top: 50%;height: 100%;transform: translate(0%, -50%);display: grid; z-index:1;}
#gnb > li { position: relative; cursor: pointer; }
#gnb > li::after { content: ''; position: absolute; left: 50%; right: 50%; bottom: 0; width: 0%; height: 2px; background-color: #513920; transition: all ease .3s; }
#gnb > li.active::after { transition: all ease .3s; left: 0; right: 0; width:100%; }
#gnb > li::before { content: ''; position: absolute; left: 50%; right: 50%; top: 0; width: 0%; height: 4px; background-color: #513920; transition: all ease .3s; }
#gnb > li.active::before { transition: all ease .3s; left: 0; right: 0; width:100%; }
#gnb > li > a { font-size: 20px; font-weight: bold; height: 100%; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: all ease 0.2s; color:#513920; }
#gnb > li > ul { display: none; }
#gnb li a span .caret { border-top: 2px solid #90969F; border-left: 2px solid #90969F; width: 8px; height: 8px; transform: rotate(225deg); transition: all 0.6s; margin-left: 15px; margin-top: -10px; float: right; top: 18px; right: 15px; font-size: 20px; position: relative; }
.wrap-depth { position: absolute; z-index: 50; width: 100%; margin-top: 6.2vw; height: 0; overflow: hidden; background-color: rgba(0, 0, 0, 0.5); }
.containerGnb { overflow: hidden; }
.containerGnb > ul { margin: 0 auto;position: absolute;right: 25%;top: 50%;height: 100%;transform: translate(0%, -50%);display: grid; }
.containerGnb > ul > li { padding: 30px 0; width: 100%; transition: all .6s; position:relative; }
.containerGnb > ul > li::after { content: ''; position:absolute; top:0; left:0; height:0%; width:100%; transition: all .6s; background-color:#ECE5DA; z-index:-1; }
.containerGnb > ul > li.open::after { height:100%; transition: all .6s; }
.containerGnb > ul > li::before { content: ''; position: absolute; left: 50%; right: 50%; bottom: 0; width: 0%; height: 4px; background-color: #513920; transition: all ease .3s; }
.containerGnb > ul > li.open::before { transition: all ease .3s; left: 0; right: 0; width:100%; }
.depth2 li a { text-decoration: none; display: inline-block; width: 100%; padding: 5px 15px; color: rgba(255, 255, 255, 0.5); font-size: 17px; transition: 0.3s all; }
.open .depth2 li a { color: rgba(0, 0, 0, .8); transition: 0.3s all; }
.depth2 li:hover > a { color: rgba(0, 0, 0, 1); }
.wrap-depth li .depth3 a { font-size: 15px; display: inline-block; padding: 5px 15px; }
.wrap-depth li a span .caret { border-top: 2px solid #513920; border-left: 2px solid #513920; width: 8px; height: 8px; margin-top: -10px; margin-left: 15px; font-size: 20px; position: absolute; top: 65%; left: 100%; transition: 0.6s; }
.wrap-depth li.on2 a span .caret, .wrap-depth li.on3 a span .caret { transform: rotate(405deg); }
.wrap-depth li.off2 a span .caret, .wrap-depth li.off3 a span .caret { transform: rotate(225deg); }
.wrap-depth li.on .depth3, .wrap-depth li.off .depth3 { transition: 0.3s all; }


.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;}

.sub-top-ul2 { justify-content: center; align-items: stretch; /*height: 65px;*/ border-bottom: 1px solid #eee;}
.sub-top-ul2 li { display:inline-block; word-break: keep-all; margin: 0 .5em;}
.sub-top-ul2 li a {padding: 20px; font-size: 1.8rem; display: block; width: 100%;}
.sub-top-ul2 li:hover { border-bottom:1px solid S; transition:.3s all; }
.sub-top-ul2 li:hover a { color:#2B5DA4; transition:.3s all; }
.sub-top-ul2 li.active { border-bottom: 1px solid #d49e75; font-weight: bold;}
.sub-top-ul2 li.active a { color:#2B5DA4; }
.sub-top-ul2 li a { color:#333; text-decoration:none; }

.sub-cont{position:relative;}
.sub-cont .subtop-bottom{background-color: rgba(255,255,255,1);position: relative;bottom: 0; padding: 4% 0 0%;width: 100%;}
.sub-cont .subtop-bottom .subtop-menu ul {
    text-align: center;
    display: flex;
    justify-content: center;
	gap:10px;
}
.sub-cont .subtop-bottom .subtop-menu ul li{display:inline-block;}
.sub-cont .subtop-bottom .subtop-menu ul li a{display: inline-block;padding:25px;border: 1px solid #ddd;font-size: 17px;font-weight:700;text-decoration: none;color: #343434;position: relative;}
.sub-cont .subtop-bottom .subtop-menu ul li a:hover{background:#45536d;color:#fff;transition:0.2s;}
.sub-cont .subtop-bottom .subtop-menu ul li p{display: inline-block;padding: 52px 0px 25px;font-size: 17px;font-weight:700;text-decoration: none;color: #343434;position: relative;}

/* .sub-cont .subtop-bottom .subtop-menu ul li a .btn-plus{position: absolute;top: 40%;left: 45%;background:#f1592a;width: 6px;height: 6px;border-radius: 50%;
text-align: center;opacity: 0;transition: all .3s linear;}
.sub-cont .subtop-bottom .subtop-menu ul li a:hover .btn-plus,
.sub-cont  .subtop-bottom .subtop-menu ul li.active a .btn-plus,
.sub-cont  .subtop-bottom .subtop-menu ul li a:focus .btn-plus{opacity:0;} */

.flex{display:flex;}
.point { position:absolute; bottom:-91px; left:46%; margin-left:-9px; display:none; opacity:1;}

/* all-menu */

.gnb-all { display: none; position: fixed; z-index: 9999; background: rgba(0, 0, 0, 0.7); 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: 5em; 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 25px;}
.gnb-all .all-wrapper .container > ul > li > a { margin:0px 0px 18px; font-size: 25px; 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:20px; 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; 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;left: 5%;}
#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 */
#footer{}
#footer .footerM{background-color:#847053 ;}
#footer .footerM .footerB{text-align:center;padding:5vh 0 5vh;}
#footer .footerM .footerB img{padding-bottom:10px;}
#footer .footerM .footerB ul{text-align:center;}
#footer .footerM .footerB ul li{letter-spacing: -0.43px;color: #fff;line-height: 2;width: 100%;}
#footer .footerM .footerB ul li h1{margin:0;font-size: 1.4rem;color:#e5ccab;}
#footer .footerM .footerB ul li h2{margin: 1.3vw 0 0;font-size: 1rem;color: rgba(229, 204, 171, 0.5);}
#footer .footerM .footerB ul li h3{margin: 0;font-size: .5rem;color: rgba(229, 204, 171, 0.58);}


/* mobile */
.header-gnb .gnbBTNM{display: inline-flex; gap: 5px;}
.header-gnb .gnbBTN{font-size:16px;color: #513920;text-decoration:none;}
.header-gnb .gnbBook{}
.header-gnb .gnbMORE{font-size:16px;color: #513920;}
.header-gnb .toggle .pattern-grid { display: grid;grid-template-columns: repeat(3, .3vw);grid-template-rows: repeat(3, .3vw);gap: .3vw;justify-content: center;align-items: center; }
.header-gnb .toggle .pattern-grid .diamond { width: .3vw; height: .3vw; transform: rotate(45deg); opacity: 0.3; animation: blink 1.8s infinite ease-in-out; }
.header-gnb .toggle .pattern-grid .light { background-color: #D19A4D; }
.header-gnb .toggle .pattern-grid .dark { background-color: #7A5C3A; }
@keyframes blink { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
.header-gnb .toggle .pattern-grid .delay-0 { animation-delay: 0s; } 
.header-gnb .toggle .pattern-grid .delay-1 { animation-delay: 0.2s; }
.header-gnb .toggle .pattern-grid .delay-2 { animation-delay: 0.4s; }
.header-gnb .toggle .pattern-grid .delay-3 { animation-delay: 0.6s; }
.header-gnb .toggle .pattern-grid .delay-4 { animation-delay: 0.8s; }
.header-gnb .toggle .pattern-grid .delay-5 { animation-delay: 1s; }
.header-gnb .toggle .pattern-grid .delay-6 { animation-delay: 1.2s; }
.header-gnb .toggle .pattern-grid .delay-7 { animation-delay: 1.4s; }
.header-gnb .toggle .pattern-grid .delay-8 { animation-delay: 1.6s; }

#my-menu{ background-color:rgba(0,0,0,.3); max-width:240px; z-index:4; }
#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; }
.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;; 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*/
.subTitle{position: absolute;top: 55%;text-align: center;
width: 100%;border: none;display: block;transform: translate(0, -50%);}
.sub-rel { width: 100%; position: relative; overflow: hidden; }
#subtop{position: relative;height: inherit;width: 100%;top: 0;z-index: 0;background-size: cover !important;
background-position: 50% 50% !important;opacity: 1;aspect-ratio: 1920/450;-webkit-animation: zoomin 9s 1;animation: zoomin 9s 1;}
#subtop img { width:100%; }
.subgnb-home{position: absolute;top: 70%;text-align: center;
width: 100%;border: none;display: block;transform: translate(0, -50%);
text-align: center;font-weight: bold;color: #d19c75;}
.subgnb-home a{text-decoration: none;color: #d19c75;}
#subgnb .container > div{margin: 10px 0; display: inline-block;}
#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 #CCCCCC;float: left;}
#subgnb .dropdown:last-child{border:none;}
#subgnb .dropdown .btn { padding:10px 20px; font-size:17px; font-weight:bold;}
#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 #000;border-bottom: 6px solid transparent;border-right: 6px solid transparent;border-left: 6px solid #000;
position: relative;margin: 0;height: 8px;width: 8px;transform: rotate(225deg);transition: all 0.6s;margin-top: -15px;margin-left: 20px;}

#content { padding:80px 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: 40px;font-weight: bold;margin: 0;display: inline-block;padding: 0px 0px 20px;width: 100%;float: left;color:#7b664a;}

.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; }

@media (min-width:1600px) {
    .container {width: 1600px;}
}
@media (min-width:1440px) {

}

@media (max-width:1699px) {
}
@media (max-width:1499px) {
    #gnb{width:55%;}
}
@media (max-width:1199px) {
    header .navbar-default{height: 7vw;}
    .wrap-depth{margin-top: 7vw;}
    .header-gnb .toggle .pattern-grid{grid-template-columns: repeat(3, .5vw);grid-template-rows: repeat(3, .5vw);gap: .5vw;}
    .header-gnb .toggle .pattern-grid .diamond {width: .5vw;height: .5vw;}
}
@media (max-width:992px) {
    .navbar-brand{width:115px;}
    .header-gnb .toggle .pattern-grid{grid-template-columns: repeat(3, .7vw);grid-template-rows: repeat(3, .7vw);gap: .7vw;}
    .header-gnb .toggle .pattern-grid .diamond {width: .7vw;height: .7vw;}
}
@media (max-width:767px) {
	#sub_title {font-size: 17px;}
	.header-gnb .toggle .pattern-grid{grid-template-columns: repeat(3, 1vw);grid-template-rows: repeat(3, 1vw);gap: 1vw;}
    .header-gnb .toggle .pattern-grid .diamond {width: 1vw;height: 1vw;}
}
@media (max-width:340px) {
}

@media (max-width:320px) {
}
