@charset "UTF-8";
header {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: 100px;
  margin: 0 auto;
  padding: 0.01% 0 0;
}
.menu-active .topHeader {
  z-index: 1010;
}
.logo {
  display: flex;
  align-items: flex-end;
  margin: 30px 0 0;
}
.logo svg {
  display: block;
  flex: 0 0 149px;
  width: 149px;
  height: 33px;
  fill: #000;
}
.logo .side_logo {
  flex: 0 0 110px;
  margin: 0 0 0 5px;
  color: #111;
  font-family: NanumS;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}
.logo .hidden_text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.menuButton {
  display: none;
}
.menuButton {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: #fff;
}
.menuButton:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 16px;
  background: url(../images/common/common_icon_bg.svg#openMenu) no-repeat 0 -45px;
  background-size: 100% auto;
  transform: translate(-50%, -50%);
}
.menuButton span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.menuButton.active:before {
  height: 21px;
  background-position: 0 0;
}
.navigation {
  position: absolute;
  top: 30px;
  right: 0;
  font-family: PP;
}
.navigation ul {
  font-size: 0;
  vertical-align: top;
}
.navigation li {
  display: inline-block;
  font-size: 16px;
}
.navigation .level1 li {
  margin: 0 0 0 40px;
}
.navigation .level1 a {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  padding: 10px 0 20px;
  color: #000;
  font-weight: 300;
  line-height: 18px;
}
.navigation .level1 a:hover {
  font-weight: 400;
}
.navigation .level1 a.current,
.navigation .level1 a.active {
  font-weight: 400;
}
.navigation .level1 a.current:before,
.navigation .level1 a.active:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
.navigation .level2 {
  display: none;
}
footer {
  padding: 120px 0 0;
  background: #000;
  color: #fff;
}
footer .footerLogo {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
footer .footerLogo svg {
  display: block;
  width: 114px;
  height: 22px;
  fill: #fff;
}
footer .footerLogo .side_logo {
  margin: 0 0 0 5px;
  color: rgba(255, 255, 255, 0.8);
  font-family: NanumS;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}
footer .footerLogo .hidden_text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
footer .footerLink {
  width: 100%;
  max-width: 1600px;
  margin: 70px auto 0;
  font-size: 0;
  line-height: 0;
}
footer .footerLink li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-size: 15px;
  line-height: 17px;
}
footer .footerLink li:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 1px;
  height: 15px;
  background: #333;
}
footer .footerLink li:first-child {
  margin: 0;
  padding: 0;
}
footer .footerLink li:first-child:before {
  display: none;
}
footer .footerLink a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
}
footer .centerInfo {
  width: 100%;
  max-width: 1600px;
  margin: 20px auto 0;
}
footer .centerInfo:after {
  content: '';
  display: block;
  clear: both;
}
footer .centerInfo address,
footer .centerInfo .contact {
  display: block;
  float: left;
  width: 50%;
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
}
footer .centerInfo .contact {
  font-family: PP;
  letter-spacing: 1px;
  text-align: right;
}
footer .centerInfo .contact a {
  display: inline-block;
  margin: 0 40px 0 0;
  color: #fff;
}
footer .copyright {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 50px auto 0;
  padding: 50px 0 120px;
  border-top: 1px solid #333;
}
footer .copyright:after {
  content: '';
  display: block;
  clear: both;
}
footer .copyright p {
  float: left;
  color: #585858;
}
footer .copyright a {
  display: inline-block;
  position: relative;
  float: right;
  padding: 0 0 0 30px;
  color: #666;
}
footer .copyright a svg {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  fill: #666;
  transform: translateY(-50%);
}
/*@media screen and(min-width:801px) {
  footer{min-width:1600px;}
}*/
@media screen and (max-width: 1600px) {
  header {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  footer {
    padding: 120px 30px 0;
  }
}
@media screen and (max-width: 801px) {
  html,
  body {
    font-size: 14px;
  }
  .menu-active {
    overflow: hidden;
  }
  .menu-active header {
    z-index: 2;
    height: 60px;
    box-sizing: border-box;
  }
  header {
    width: calc(100% - 40px);
    height: 72px;
    margin: 0 20px;
  }
  .logo {
    position: relative;
    z-index: 2;
    margin: 26px 0 0 0;
  }
  .logo svg {
    width: 102px;
    height: 20px;
  }
  .menuButton {
    display: block;
    right: 0;
  }
  .menuButton[data-menubutton-stat='Y']:before {
    background-position: 0 -3px;
  }
  .navigation {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
  }
  .navigation ul {
    display: none;
    font-size: 16px;
  }
  .navigation li {
    display: block;
    text-align: center;
  }
  .navigation .level1 {
    margin: 0;
  }
  .navigation .level1 li {
    margin: 0;
  }
  .navigation .level1 a.current + .level2,
  .navigation .level1 a.active + .level2 {
    display: block;
  }
  .navigation .level2 {
    display: none;
    margin: 25px 0;
    font-family: PTD;
  }
  .navigation .level2 a {
    padding: 10px 0;
  }
  .navigation .level3 {
    display: none;
  }
  .navigation .current + .level2 {
    display: block;
  }
  [data-menuButton-stat='Y'] + .navigation {
    position: fixed;
    top: 60px;
    height: calc(100% - 60px);
    padding: 15% 0;
    overflow-y: auto;
    box-sizing: border-box;
  }
  [data-menuButton-stat='Y'] + .navigation .level1 {
    display: block;
  }
  footer {
    padding: 75px 30px;
  }
  footer .footerLogo svg {
    width: 92px;
    height: 18px;
  }
  footer .footerLink {
    margin: 50px auto 0;
  }
  footer .footerLink a {
    font-size: 14px;
    line-height: 16px;
  }
  footer .centerInfo address,
  footer .centerInfo .contact {
    font-size: 14px;
    line-height: 16px;
  }
  footer .copyright {
    margin: 40px auto 0;
    padding: 40px 0;
  }
}
@media screen and (max-width: 700px) {
  footer {
    padding: 70px 20px 20px;
  }
  footer .centerInfo {
    margin: 35px auto 0;
  }
  footer .centerInfo address,
  footer .centerInfo .contact {
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
  }
}
@media screen and (max-width: 570px) {
  header {
    height: 60px;
  }
  .logo {
    margin: 22px 0 0;
  }
  .logo svg {
    flex: 0 0 76px;
    width: 76px;
    height: 16px;
  }
  .logo .side_logo {
    font-size: 14px;
    line-height: 16px;
  }
  footer .footerLink li {
    display: block;
    margin: 10px 0 0;
    padding: 0;
  }
  footer .footerLink li:before {
    display: none;
  }
  footer .footerLink li:first-child {
    margin: 0;
  }
  footer .copyright p,
  footer .copyright a {
    float: none;
  }
  footer .copyright p {
    margin: 0 0 15px;
  }
}
/*# sourceMappingURL=commonLayout.css.map */