/* header, footer css */
body {
  padding-top: 85px;
}
body.fixed {
  overflow: hidden;
  height: calc(100vh - 55px);
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
}
.mobile_header {
  display: none;
}
header .lang {
  background: #aadeff;
  height: 37px;
  display:none;
}
header .lang ul {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
header .lang ul li {
  color: #364a5e;
  font-size: 14px;
  padding-right: 16px;
  margin-right: 15px;

  position: relative;
}
header .lang ul li.ko::before {
  content: "";
  width: 1px;
  height: 12px;
  background: #6998c7;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
}
.navbar {
  height: 84px;
  background: #fff;
  box-shadow: 0 4px 25px rgb(48, 48, 48, 0.19);
  transition: height 0.5s;
  overflow: hidden;
}
.navbar.on {
  height: 300px;
}
.navbar article {
  width: 1220px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.navbar h1 {
  position: absolute;
  top: 0;
  left: 0;
}
.navbar nav {
  width: 1220px;
  margin: auto;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.navbar nav ul {
}
.navbar nav .depth1 {
  display: flex;
  height: 85px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.navbar nav .depth1 > li:nth-of-type(1) {
  width: 118px;
}
.navbar nav .depth1 li:nth-of-type(2) {
  width: 134px;
}
.navbar nav .depth1 li:nth-of-type(3) {
  width: 158px;
}
.navbar nav .depth1 li:nth-of-type(4) {
  width: 158px;
}
.navbar nav .depth1 li:nth-of-type(5) {
  width: 150px;
}
.navbar nav .depth1 > li {
  height: 100%;
}
.navbar nav .depth1 > li > a {
  line-height: 85px;
  display: block;
  width: max-content;
}
.navbar nav .depth1 li.on > a {
  color: #4066cb;
}
.navbar nav .depth1 li.on > a {
  border-bottom: 2px solid #4066cb;
  box-sizing: border-box;
  height: 100%;
}
.navbar nav .depth2 {
  width: 100%;
  background: #fff;
  color: #a6a6a6;
  padding-top: 12px;
  padding-bottom: 40px;
}
.navbar nav .depth2 li {
}
.navbar nav .depth2 li a {
  padding: 17px 0;
  display: block;
  width: max-content;
  position: relative;
  font-size: 16px;
  font-weight: 300;
}
.navbar nav .depth2.on {
  color: #232323;
}
.navbar nav .depth2.on a {
  font-weight: 500;
}
.navbar nav .depth2.on li:hover a {
  color: #4066cb;
}
.navbar nav .depth2.on li:hover a::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4066cb;
}

/* footer */
footer .support {
  background: #f5f5f5;
  padding-bottom: 30px;
}
footer .support dl {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
footer .support dt {
  padding-top: 33px;
  color: #8f8f8f;
  font-size: 15px;
  margin-bottom: 8px;
}

footer .support .sponsored dt {
padding-top:15px;
}
footer .support dd img{
	height:35px;
	margin-right:8px;
	margin-bottom:15px;
	display:inline-block;
}
footer .support .host dt {
  margin-bottom: 12px;
}
footer .support .sponsored {
  max-width: 1228px;
  transform: translateX(14px);
}
#ft_wrap {
  background: #31323c;
  text-align: center;
  padding: 30px 0;
  color: #d1d1d1;
  font-size: 15px;
  font-weight: 300;
}
.ft_menu,
.ft_info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ft_menu{
font-size:17px;
}
.ft_info {
  margin: 30px 0 15px;
}
.ft_menu li,
.ft_info li {
  padding-right: 13px;
  margin-right: 12px;
  border-right: 1px solid #95969b;
  line-height:1em;
}
.ft_menu li:last-of-type,
.ft_info li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border: none;
}


.copyright {
  color: #737585;
}

/* 페이지 준비중 */
#content.preparation .con_in {
  text-align: center;
  margin: 50px auto;
}
#content.preparation .con_in h3 {
  font-size: 32px;
  margin-top: 25px;
}
#content.preparation .con_in p {
  font-size: 20px;
  color: #717176;
}

@media (max-width: 1200px) {
  body {
    padding-top: 55px;
  }
  footer .support {
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .support .sponsored {
    transform: none;
  }
  .mobile_header {
    display: block;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
	z-index:999;
  }
  .mobile_header h1 img {
    height: 50px;
  }
  .mobile_header .hd_btn {
    width: 55px;
    height: 55px;
    position: relative;
  }
  .mobile_header .hd_btn span {
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
  }
  .mobile_header .hd_btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  .mobile_header .hd_btn span:nth-of-type(3) {
    margin-top: 7px;
  }
  header {
    display: none;
    left: auto;
    right: 0;
    position: fixed;
  }
  .mobile_header {
    border-bottom: 1px solid #eee;
  }
  .mobile_header.on {
    border-bottom: none;
  }
  .mobile_header.on span:nth-of-type(1) {
    margin: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mobile_header.on span:nth-of-type(2) {
    display: none;
  }
  .mobile_header.on span:nth-of-type(3) {
    margin: 0;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header.on {
    display: block;
    top: 56px;
    width: 85%;
    height: 100%;
	max-width:350px;
  }
  header .lang {
    background: #fff;
  }
  header .lang ul li {
    width: 50%;
   margin-right:0;
   padding:0 10px;
    text-align: center;
  }
  .navbar {
    box-shadow: none;
    height: 100%;
  }
  .navbar article {
    width: 100%;
  }
  .navbar h1 {
    display: none;
  }
  .navbar nav {
    width: 100%;
    display: block;
  }
  .navbar nav .depth1 {
    display: block;
    height: auto;
    font-size: 16px;
  }
  .navbar nav .depth1 > li {
    width: 100% !important;
    border-bottom: 1px solid #eee;
  }
  .navbar nav .depth1 > li > a {
    line-height: normal;
    padding: 15px;
    padding-left: 20px;
    width: 100%;
  }
  .navbar nav .depth2 {
    padding: 12px 0;
    display: none;
    padding-top: 0;
	color:#666;
  }
  .navbar nav .depth2 li a {
    font-size: 14px;
    padding: 12px 0;
    padding-left: 30px;
	width:100%;
  }

  .dim {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100vh - 55px);
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    display: none;
  }
  .dim.on {
    display: block;
  }
  .navbar nav .depth1 li.on > a {
    border-bottom: none;
  }
  .navbar nav .depth2.on {
    color: #a6a6be;
  }
  .navbar.on {
    height: 100%;
  }
}
@media (max-width: 768px) {


  footer .support {
    text-align: center;
  }
  footer .support dt {
    padding-top: 23px;
    font-size: 12px;
  }
  footer .support dd img {
    height: 24px;
	margin-bottom:7px;
	margin-right:3px;
  }
  #ft_wrap {
    padding: 30px 5%;
  }
  .ft_menu li,
  .ft_info li {
    font-size: 14px;
	
  }
  .ft_info li {
    margin-bottom: 8px;
  }
  .ft_menu,
  .ft_info {
    flex-wrap: wrap;
  }
  .ft_info{
	display:block;
	margin-top:20px;
}
.ft_info li{
	display:block;
	border:0;
	padding-right:0;
	margin-right:0;
}

  .copyright {
    font-size: 11px;
  }
}
