﻿@import url('http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css');

@font-face {
    font-family: 'notosanskr-bold';
    src: url('webfont/notosanskr-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'notosanskr-regular';
    src: url('webfont/notosanskr-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'notoserif-regular';
    src: url('webfont/notoserif-regular.ttf') format('truetype');
}
.notosanskrB{font-family: 'notosanskr-bold';}
.notosanskrR{font-family: 'notosanskr-regular';}
.notoserifR{font-family: 'notoserif-regular';}
#bandMessage{bottom: 50%!important;}
#findForm{padding: 145px 0!important;}
#joinForm h4{margin-top: 115px!important;}
.white{background-color:rgba(255,255,255,.3)!important;}

/* font select */

body * { font-family: 'notosanskr-regular'; letter-spacing : -0.5px;}

/* header */
#gnb-login #header{display: inline-block;right: -15%;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;}


/* gnb */
#gnb-wrap {background: rgba(0, 0, 0, 0);height: 100%;position: relative;width: 100%;z-index: 999;padding-top: 10px;}
.headerT {background-color: transparent;height: 115px;position: fixed;width: 100%;z-index: 999;transition: all 0.6s;}
#gnb-wrap .container{position:relative;border-bottom: 1px solid #000;}
#gnb-login{height:100%;}
#gnb {display: inline-flex;position: absolute;left: 23%;top: 50%;height: 60%;width: 58%;
transform: translate(0, -50%);flex-direction: row;flex-wrap: wrap;align-content: center;align-items: center;justify-content: space-around;}
#gnb li a .caret {border-top: 20px solid #fff;border-right: 0px solid transparent;border-left: 0px solid transparent;border-bottom: 0px solid transparent;
position: relative;margin: 0;height: 0px;width: 2px;transform: rotate(225deg);transition: all 0.6s;margin-top: -10px;margin-left: 15px;
float: right;top: 15px;font-size: 20px;right: 0px;}
#gnb > li  { float:left; padding:0px 5px; position:relative;margin: 15px 0;}
#gnb > .more{padding:0;}
#gnb > .more span{color:#fff;font-size:17px;}
#gnb > li > a {font-size: 19px;color: #000;text-decoration: none;transition: all ease 0.2s;font-weight: 300;padding: 30px 5px;letter-spacing:0;font-weight:bold;}
/*#gnb > li > a:hover > .caret,#gnb > li > a:focus > .caret{ transition: all ease 0.2s; border-color:#CB1834;}*/
#gnb > .more:last-child{display:none;}
.point { position:absolute; bottom:-91px; left:46%; margin-left:-9px; display:none; opacity:1;}

ul#gnb > li{width:115px;float:left;text-align:center;line-height: 90px;padding: 0 ; height: 90px;  font-weight:bold;  transition: all .2s ease-in-out;}
ul#gnb > li li{line-height:1.5;}
ul#gnb > li .subal{background:black; padding:10px 10px; }
ul#gnb > li a{text-decoration:none;}
ul#gnb > li a li {font-size:17px; color:white; margin-bottom:10px;}
ul#gnb > li a:last-child li{margin:0!important;}
.subal {width: 175px;padding: 18px 13px;text-align: left;background-color: #000;color: #fff;position: relative;left: 50%; z-index: 0;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;
}
.subal:before {
    content: '';position: absolute; left: 50%;top: -8px;
    border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #000;-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;
}

/* all-menu */

.logo-wrap{left: 0%;position: absolute;top: 50%;text-align: center;border: none;display: block;transform: translate(0,-50%);}
.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: rgba(0,0,0,.7);width: 100%;position: absolute;left: 0px;z-index: 9999;top: 115px;
height: 0;overflow: hidden;}
.gnb2 .wrapper{border-top: 1px solid #8e8e8e;}
.gnb2 .container-fluid{padding: 25px 15px; text-align: center;}
.subul > li{margin: 0;display: inline-block;vertical-align: top;text-align: left;padding: 0 20px;}
.subul li a{color: #fff; text-decoration: none;}
.subul > li > a {font-size: 17px;font-weight: 600;position: relative;}
.subul > li > a:hover{font-weight:bold;}
.subul > li > ul{margin-top: 15px;}
.subul > li > ul > li{font-size: 17px;transition: all ease 0.3s;line-height: initial;padding: 5px 0px;}
.subul > li > ul > li > a{display: inline-block;overflow: hidden;width: 100%;text-overflow: ellipsis;
white-space: nowrap;color: #000;}
.subul > li > ul > li > a:hover,.subul > li > ul > li > a:focus{font-weight:bold;}

/*subgnb*/
#subtop{position:relative;padding-top:115px;}
#subtop .subtopIG{width:100%;padding:11vw;}
#subtop .sub-desc {position: absolute;top: 50%;right: 50%;text-align: center;transform: translate(50%, -50%);border: none;}
#subtop .sub-desc h1{margin:0 0 15px;font-size:18px;color: #fff;}
#subtop .sub-desc h2{font-size: 40px;font-weight: 600;border-bottom: 4px solid white;color: #fff;padding:0 0 10px;}
#subtop .sub-desc .sub-top-title {width: 100%;text-align: center;font-size: 50px;color: #fff;font-weight: bold;letter-spacing: 1px;margin:0;}
#subgnb { text-align: left; background:transparent; width:100%; z-index:999;}
#subgnb > .container { background:#fff; padding:0 15px;  border-radius: 5px; z-index:10; }
#subgnb span, #subgnb a { font-size:18px; color:#777;font-weight:bold; position:relative; text-decoration:none; transform: skew(-0.05deg); }
#subgnb > div > div > div > img { float: left;  padding: 11px 15px 15px 5px; position: relative; top: 2px; max-width: 45px;}
#subgnb a.active { color:#f1592a; font-weight:bold; }
#subgnb .subgnb-home { float:left; margin-top:15px; margin-right:0; }
#subgnb {  text-align: left; background:transparent; position:absolute; bottom:-35px;  left:0; width:100%;  }
#subgnb > .container { background:#fff; padding:0 15px; box-shadow: 8px 9px 9px rgba(0,0,0,.08); border-radius: 5px; position: relative; z-index: 300; }
#subgnb span, #subgnb a { font-size:15px; color:#777; position:relative; text-decoration:none; transform: skew(-0.05deg); }

#subgnb > div > div > div > img { float: left; padding: 16px 20px 15px 10px; position: relative; top: 0px;  max-width: 51px; }
#subgnb a.active { color:#3A5067; font-weight:bold; }
#subgnb .dropdown { display:inline-block; float: left;}
#subgnb .dropdown .btn { padding:15px 15px; font-size:15px; font-weight:bold;}
#subgnb .dropdown .btn-default { border-right:1px solid #ddd ; border-left:none; border-top:none; border-bottom:none; color:#404040; }
#subgnb .dropdown .btn:hover { background-color:#fff; transition:0.3s all ease; color:#404040;}
#subgnb .dropdown .btn .active  { background-color:#005D9A; }
#subgnb .dropdown-menu>li>a { padding:10px 20px; transition:0.3s all ease; font-size:15px;}
#subgnb .caret { border-top:2px solid #3A5067; border-right: 0px solid transparent; border-left: 2px solid #3A5067; position: relative; margin: 0; height: 8px; width: 8px; transform: rotate(225deg); transition: all 0.6s; margin-top:-6px; margin-left:15px; font-size:20px; }
#subgnb .dropdown:first-child { border-left:1px solid #ddd; }



/* footer */
#footer{background-color:#000;display: inline-block;width: 100%;}
#footer .footM{display: inline-flex;padding: 80px 0;width:100%;align-items: flex-end;justify-content: space-between;}
#footer .footM ul{font-size: 17px;line-height: 1.5;letter-spacing: 0;}
#footer .footM ul li{color: #fff;line-height: 2;font-size: 17px;}
#footer .footM .footL{width:60%;}
#footer .footM .footL ul{text-align:right;}
#footer .footM ul li hr{width: 15%;border: 2px solid #fff;margin: 10px auto 15px 0;}
#footer .footM ul li a{color:#fff;text-decoration:none;}

/* mobile */
.header-mobile-gnb{right: 0;height: 100%; width: 10%;position: absolute;top: 50%;
text-align: center;border: none;display: inline-flex;transform: translate(0,-50%);align-items: center;}
.header-mobile-gnb a{font-size: 14px;color: #fff;display: inline-block;width: 100%;}
.header-mobile-gnb b{color: rgba(255,255,255,.5);font-size: 15px;}
.header-mobile-gnb .toggle {color: #fff!important;font-size: 30px;display: inline-flex;gap: 15px;
width: 100%;height: 100%;align-items: center;justify-content: center;}
.header-mobile-gnb .toggle span{font-size:20px;}
#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; 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;}

/*mmenu*/
#my-menu{display:none;}
body > .mm-opened{display:block!important;}

/* footer */
.go_top {
    z-index: 999;
    position: fixed;
    bottom: 28.5%;
    display: none;
    right: 0vw;
    width: 7vh;
    height: 7vh;
    background-position: center;
    background-image: url(../images/009_top_btn.png);
    background-size: contain;
    border: 0;
}

/* 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:100px 0px 60px; max-width:300px; }
.gnb-all .all-wrapper .all-close { color: #fff; cursor: pointer; font-weight: 600; font-size: 5em; float:right;     margin-top: 1vw;}
.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 24px;}
.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;}


@media(min-width:1620px) {
    #gnb-wrap .container {
        width: 1620px;
    }
}

@media(min-width:1440px) {
    .container {
        width: 1440px;
    }
}

@media (max-width:1699px) {

}

@media (max-width:1499px) {
    .logo-wrap{width: 180px;}
    #gnb {left: 17%; width: 70%;}
    #gnb > li > a{font-size:17px;}
	.header-mobile-gnb{width: 13%;}
}

@media (max-width:1199px) {
    .logo-wrap {width: 150px;}
	.headerT{height:75px;}
	.gnb2{top: 75px;}
    #gnb {left: 20%; width: 65%;}
    ul#gnb > li {width: 85px;}
    #gnb > li{padding:0 2px;}
    #gnb > li > a{padding: 30px 2px;font-size:15px;}
    #subtop{padding-top:75px;}
    #subtop .sub-desc{top:60%;}
}

@media (max-width:992px) {
    .row{margin:0!important;}
    .headerT{height:70px;}
    .logo-wrap {width: 200px;}
	.gnb2{top: 70px;}
    #subtop {padding-top: 70px;}
    #footer .footM{padding: 50px 0;align-items: flex-start;justify-content: space-between;flex-direction: column;}
    #footer .footM .footR{width:100%;}
	#footer .footM .footL{width:100%;}
    #footer .footM .footL ul{text-align:left;}
}

@media (max-width:767px) {
    .headerT{height:60px;}
	.gnb2{top: 60px;}
    .header-mobile-gnb{width:25%;}
    .header-mobile-gnb a{font-size:14px;}
    .header-mobile-gnb a img{width:30px;}
    #subtop .subtopIG{padding: 16vw;}
    #subtop .sub-desc h1{font-size:15px;margin: 0 0 5px;}
    #subtop .sub-desc h2{font-size:20px;margin: 0px;}
    #gnb-wrap{padding:0!important;}
    #subtop {padding-top: 60px;}
    #subgnb .dropdown .btn{padding: 10px;font-size: 15px;}
    #footer .footM{flex-wrap: wrap;padding: 20px 0;}
	#footer .footM .footL{width:100%;}
    #footer .footM .footR{padding: 0 0 10px;}
    #footer .footM ul li{font-size:15px;}
    #footer .footM .footL ul{text-align:left;}
    
}

@media (max-width:320px) {
}
