* {
    padding:0;
    margin:0;
    list-style:none;
    text-decoration:none;
}
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

body { 
    font-family: 'Oswald', sans-serif;
    overflow: hidden;
}
.blind {
    display:none;
}
.main {
    overflow: hidden;
}
.goog-te-banner { display: none; }
.goog-te-gadget { color:transparent; }
.goog-te-gadget .goog-te-combo { height: 90px; font-family: 'SUIT-Regular'; }
.goog-te-gadget .goog-te-combo select { line-height: 90px; }
.goog-te-gadget img { display: none; }
.goog-te-gadget span { display: none; } 
.translate { 
  display: block;
  /* position:fixed;
  right:0; top:0; */
  /* z-index:999999999999999999; */
  background:none;
}
.translate select {
  line-height: 90px;
  border:none;
  background:none;
  color:#111;
  font-size:16px;
}
.translate select option { 
  border-radius:0;
  color:#111;
  line-height: 90px;
}
#header {
    width:100%;
    position:fixed;
    top:0px;
    z-index:99999999999999;
    background-color:rgba(255, 255, 255, 0.662);
    transition:all .3s;
}
#header.active{
    background-color:#fff;
}
#header:hover{
    background-color: #fff;
}
#header.nav-down{
    transform: translateY(0);
    transition: .5s ease;
}
#header.nav-up{
    transform: translateY(-100%);
    transition: .5s ease;
}
#header::after{
    content:"";
    width:0%;height: 1px;
    position: absolute;
    top:89px;
    background-color: #111;
    left:50%;transform: translateX(-50%);
}
#header:hover::after{
    width:100%;
    transition: .5s ease;
}
#header.on {
    background-color:#111;
    transition-duration:0.6s;
}

#header > .inner {
    width:1730px;
    position:relative;
    margin:0 auto;
    display: flex;
    align-items: center;
    height: 90px;
    justify-content: space-between;
}
#header .logo,
#header #nav,
#header #info {
}
#header .logo a {
  font-size:35px;
  font-weight: 600;
  letter-spacing: -1px;
}
/* #header .logo img{
    width:100%;
    margin:0 auto;
} */
#header #nav {
    /* padding-left:150px; */
}
#header #nav .menu_ul {
    display:flex;
    /* width:720px; */
    width:920px;
}
#header #nav .menu_li {
    /* padding:0 40px; */
    flex-direction:column;
    text-align:center;
    position:relative;
    width:20%;
    height: 90px;
    display: flex;align-items: center;
    justify-content: center;
    cursor: pointer;
    margin:0 10px;
}
/* #header #nav .menu_li:nth-child(3) .gnb_box { left:13px; } */
#header #nav .menu_li::after{
    content:"";
    width:0%;
    height: 2px;
    background-color: #111;
    position: absolute;
    bottom: 0;
    left:50%;transform: translateX(-50%);
}
#header #nav .menu_li:hover::after{
    width:100%;
    transition: .5s ease;
}
#header #nav .menu_tit {
    flex-direction:column;
    font-size:16px;
    position:relative;
    letter-spacing:3px;
    color: #111;
    margin: 0 15px;
}
#header:hover .translate select { color:#111; }
#header:hover #nav .menu_tit{
    color:#111;
}
#header:hover .userBox ul li a {
  color:#111;
}
#header:hover .hamburger_container > span {
  background:#111;
}
#header #nav .menu_li:hover {
    color:#f6f6f6;
}
#header #nav .gnb_box {
    position:absolute;
    top:90px;
    left:0;
    width:auto;
    text-align: center;
    z-index: 9999;
    width: 100%; height: auto;
    display: none;
}
#header:hover #nav .gnb_box ul { }
#header #nav .gnb_box.on {
  display: block;
}
#header #nav .gnb_ul {
    display: block;
    height: auto;
    background:#111;
    position:relative;
}
#header #nav .gnb_li {
    flex-direction:column;
    width:auto; height:auto;
    text-align:center;
    margin:0 auto;
    padding:15px 5px;
    height: auto;
    border-top:1px solid #fff6;
}
#header #nav .gnb_li:nth-child(1) { border-top:0; }
/* #header #nav .gnb_a::after {
    content: "\f105";
    position:absolute;
    top:0;
    right:-30px;
    font-family:FontAwesome;
    font-size:18px;
    color:#fff;
    transition-duration:0.6s;
    opacity:0;
} */
#header #nav .gnb_a:hover::after {
    right:-40px;
    opacity:1;
}
#header #nav .gnb_a {
    display: block;
    width:100%;
    font-size:14px;
    z-index:9999999;
    transition:all .3s;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
#header #nav .gnb_a:hover {
   transform: scale(1.05);
   font-weight: 600;
   color:#fff;
}
/* #header #nav .gnb_li .gnb_a::before {
    content:'';    
    width:0;
    height:1px;
    position:absolute;
    left:0;
    bottom:0;
    background-color:#fff;
    transition-duration:0.2s;
} */
#header #nav .gnb_li:hover .gnb_a:before {
    width:100%;
}
#header #nav .gnb_li:hover .gnb_a::after {
    right:-10px;
    opacity:0.6;
}
#header .menu_bg{
    width:100%;height: 200px;
    position: absolute;
    top:90px;left:0;
    background-color: #333;
    display: none;
}
#header .three_menu {
  display: flex;
  flex-flow: row wrap;
  background:#fff;
  z-index:9;
  padding:10px;
  display: block;
  text-align: left;
  width: auto;
}
/* #header .gnb_li:hover .three_menu { display: block; }
#header .three_menu.on { display: block; } */
#header .three_menu ul { width: 100%; height: auto;}
#header .three_menu ul li { width: auto; }
#header .three_menu .menu_ul li { position:relative; }
#header .three_menu .menu_ul > li.on > a {
  padding-left:5px;
}
#header .three_menu.on {
  display:block;
  width:100%;
}
#header .three_menu a {
  display: block;
  width: 100%;
  height: 100%;
  color:#111;
  font-size:13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding:10px 0;
  transition:all .3s; 
  letter-spacing: 2px;
}
#header .three_menu a:hover { font-weight: 800; }

#header #info {
    display: flex;
    align-items: center;
}
#header #info .member {
    display:table;
}
#header #info .member li {
    display:table-cell;
    padding-right:5px;
}
#header #info .member li::after {
    content:'';
    padding-left:5px;
    border-right:1px solid #ccc;
}
#header #info .member li:last-child:after {
    border-right:none;
} 
#header #info .member li a{
    font-size:1em;
    font-weight:400;
    color:#fff;
}
#header #info .member li:last-child {
    padding-right:0;
}

/* s:햄버거버튼 */
/* hambergur button */
.hamburger {
    cursor: pointer;
    overflow: hidden;
    position:inherit;
    z-index:99999;
    width:auto; height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hamburger.on{
    border-left: none;
}
.hamburger_container{
    position: relative;
    width:40px;
    height: 30px;
    display: flex;align-items: center;
}
.hamburger_container>span{
    width:100%;height: 1px;
    background: #111;
}
.hamburger_container>span:nth-of-type(1){
    position: absolute;top:0;right: 0;
    width:80%;
}
.hamburger_container>span:nth-of-type(3){
    position: absolute;bottom: 0;right: 0;
    width:80%;
}
.hamburger_container.on>span:nth-of-type(2){
    transform: translateX(100%);
    opacity: 0;
    transition: .5s ease;
}
.hamburger_container.on>span:nth-of-type(1){
    width:100%;
    position: absolute;
    top:50%;left:0;
    transform: rotate(45deg) translateY(-50%);
    transition: .5s ease;
    background-color: #fff;
}
.hamburger_container.on>span:nth-of-type(3){
    width:100%;
    position: absolute;
    top:50%;right:0;
    transform: rotate(-45deg) translateY(-50%);
    transition: .5s ease;
    background-color: #fff;
}
/* 로그인 박스 */
    .userBox ul{
        display: flex;
        align-items: center;
        margin-right: 250px;
    }
    .userBox ul li{
        margin:0px 10px;
        font-size: 15px;
    }
    .userBox ul li a { color:#333; }



/* 로그인박스 end */

/* e:햄버거버튼 */

/* s:all_menu */
#header #all_menu {
    width:100%;
    height:100vh;
    position:absolute;
    top:0;
    left:0;
    background:#fff url("../img/common/header_bg.png") center center/cover no-repeat;
    z-index:999;
    transform: translateX(100%);
    transition: .5s ease;
}
#header #all_menu.on {
    transform: translateX(0);
}
#header #all_menu .menu_ul {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    vertical-align:middle;

}
#header #all_menu .menu_li {
    width:100%;
}

#header #all_menu .menu_tit{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    padding: 1px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: #969696;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 30px;
    font-weight: 600;
    -webkit-user-select: none;
    -webkit-touch-callout: none;  
    text-align:center;
    margin:40px 0;
}
#header #all_menu .menu_tit:hover {
    color:#111;
}
/* text_hover effect */

#header #all_menu .menu_tit:hover:after, 
#header #all_menu .menu_tit:focus:after{
    width: 100%;
    background-color: #111;
}
#header #all_menu .menu_tit:hover {
    color: #111;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    cursor: pointer;
}
#header #all_menu .all_box {
    display:none;
}
#header #all_menu .all_box.on {
    display:block;
    transition-duration:0.6s;
}
#header #all_menu .all_tit {
    font-size:18px;
    font-weight:400;
    color: #111;
    padding:10px 0;
    display: block;
}
#header #all_menu .all_tit:hover {
    padding-left:20px;
    transition-duration:0.6s;
    font-weight:bold;
    color:#111;
}
/* e:all_menu */

/* s : show */
#header .show {
    position:absolute;
    right:-5%; top:0;
    color:#fff;
    width:auto; height:100%;
    text-align: center;
}
#header .show p { font-size:11px; }
/* e : show */
@media all and (max-width:1600px) {
  #header > .inner {
    justify-content: space-around;
  }
}
@media screen and (max-width:1240px){
    #header .logo img { transform: scale(0.8);}
    .translate
    #header .logo img{
        width:58%;
    }
    #header .logo { padding-left:0; }
    #header{
        background-color: rgba(255,255,255,0.5);
    }
    #header .menu_bg{
        display: none;
    }
    #header::after{
        display: none;
    }

    #header > .inner {
        width:100%;
        height: 70px;
        display: flex;align-items: center;
        justify-content: space-between;
        padding:0px 20px;
    }
    #nav {
        display:none;
    }
    #header .logo {
        display:block;
        z-index:9999999999;
        position: static;
    }
    #header #info {
        position: static;
    }
    #header #info .member {
        display:none;
    }
    #header .member.on {
        display:block;
        position:fixed;
    }
    #header #all_menu .menu_ul {
        width:50%;
    }
    #header #all_menu .menu_tit {
        font-size:2rem;
    }
    #header #all_menu .all_tit {
        color:#aaa;
    }
    #header #all_menu .menu_tit:hover {
        color:#3332;
    }
    .hamburger{
        width:70px;height: 70px;
    }
    .userBox ul{
        margin-right: 90px;
    }
    .hamburger_container{
        width:31px;
        height: 21px;
    }
}

@media screen and (max-width:1500px) {
    #header .logo { padding-left:0; }
    #header #nav .menu_ul{
        width:auto;
    }
    .hamburger { width:auto; padding-right:15px; }
}
@media screen and (max-width:400px) {
    .userBox ul{
        margin-right: 10px;
    }
    .userBox ul li{
        margin:0px 5px;
    }
}
@media screen and (max-width:600px) {
    .hamburger{
        position: static;
        width:auto;height: auto;
        border-left:none
    }
    .hamburger_container{
        width:25px;height: 17px;
    }
    .userBox ul{
        margin-right: 0;
        padding-left: 20px;
    }
}