@charset "utf-8";

/* header */
body.is-hidden {
  overflow: hidden;
}
header {
  z-index: 9;
}
header.s__header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
}
header.s__header .s__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
.menu-link {
  display: flex;
  height: 100%;
  gap: 20px;
}
.menu-link > li {
  position: relative;
  cursor: pointer;
}
.menu-link ul {
  position: absolute;
  left: 0;
  right: 0;
}
.menu-link > li {
  height: 100%;
}
.menu-link a:hover,
.menu-link a.is-active {
  color: var(--Colors-Primary, #003378);
  font-weight: 800;
}
.s__pc-header-wrap {
  background-color: #fff;
  border-bottom: 1px solid var(--Colors-Border, #ddd);

  z-index: 11;
  position: relative;
}
.pc-menu__step1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  color: var(--Colors-Black, #131313);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
}
.pc-menu__step1 + ul {
  overflow: hidden;
  max-height: 0;
  height: 0;
  transition: all 0.2s;
  margin: 32px 0;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.menu-link:hover .pc-menu__step1 + ul,
.s__pc-header-wrap.is-open .menu-link ul {
  height: auto;
  max-height: 200px;
}
.pc-menu__step2 {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.3s;
  color: #131313;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  white-space: nowrap;
}
.menu-link:hover .pc-menu__step1 + ul a,
.s__pc-header-wrap.is-open .menu-link ul a {
  opacity: 1;
}
.pc-menu {
  height: 88px;
  position: relative;
}
.menu-right {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.pc-menu-bg {
  width: 100%;
  height: 292px;
  background-color: #fff;
  position: absolute;
  top: -350px;
  z-index: 10;
  transition: all 0.3s;
  border-bottom: 1px solid var(--border);
}
.menu-right::before {
  content: "";
  display: block;
  position: absolute;
  /* width: 1px; */
  height: 10px;
  background: #131313;
  left: 54px;
}
.s__pc-header-wrap.is-open + .pc-menu-bg {
  top: 0;
}

/* header-mobile */
.mobile-menu {
  display: none;
  height: 56px;
}
.mobile-menu .s__row {
  align-items: center;
  width: 100%;
}
.mobile-menu .s__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mobile-menu__list {
  display: none;
}
.mobile-menu__list.is-open {
  display: flex;
  height: 100vh;
  background-color: #fff;
  padding: 40px 30px;
  flex-direction: column;
  gap: 40px;
}
.mobile-menu__step1 {
  display: block;
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
}
.mobile-menu__step1.is-open + ul {
  display: block;
  text-align: center;
}
.mobile-menu__step2 {
  display: flex;
  align-items: center;
  width: 100%;
  color: #999;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
.mobile-menu__step1.is-open + ul {
  /* border-bottom: 1px solid var(--border); */
  background-color: #f7f7f7;
}
.mobile-menu__step1 + ul {
  display: flex;
  margin-top: 16px;
  row-gap: 16px;
  column-gap: 24px;
  max-width: 250px;
  flex-wrap: wrap;
}
.mobile-menu__step1 + ul li {
  width: 110px;
}
.icon-is-close {
  display: none;
}
.menu.is-open .icon-is-open {
  display: none;
}
.menu.is-open .icon-is-close {
  display: block;
}
.mobile-menu-sign-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.mobile-menu-sign-wrap::before {
  content: "";
  display: block;
  position: absolute;
  /* width: 1px; */
  height: 10px;
  background: #131313;
  left: 54px;
}
footer {
  background: #222;
  padding: 60px 0;
  width: 100%;
}
footer a,
footer p,
footer span,
footer li {
  color: var(--footer-text);
}
footer .s__row {
  position: relative;
}
.footer__logo {
  margin-bottom: 24px;
}
.footer__link-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.footer__link-list a {
  font-size: 14px;
  margin-right: 16px;
}
.footer__info-list {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 42px;
}
.footer__info-list li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--Colors-Gray01, #999);
}
.footer__info-list li:nth-child(1) {
  width: 100%;
}
.footer__info-list li strong {
  color: var(--Colors-White, #fff);
  margin-right: 4px;
}
.footer__copy {
  color: var(--Colors-Gray01, #999);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 12px */
}

.footet__link-icon-list {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
}
.footet__link-icon-list a img {
  width: 30px;
  height: 30px;
  opacity: 0.6;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .pc-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .footer__right-wrap {
    position: relative;
    right: auto;
  }
  .footet__link-icon-list {
    justify-content: flex-start;
  }
  header .s__logo img {
    height: 26px;
  }
  header.s__header .s__row {
    border-bottom: 1px solid #ddd;
  }
  .footer__logo {
    height: 32px;
  }
  .footer__info-list li {
    font-size: 12px;
  }

  footer {
    padding: 40px 0;
  }
}
