.hide-default {
  display: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header .inner02 {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header.is-white .header__logo,
.header.top .header__logo {
  background-image: url('/assets/images/common/logo.svg');
}
.header.is-white .gnb a,
.header.top .gnb a {
  color: #fff;
}
.header.sub-style,
.header.sub-style.top {
  background-color: #fff;
}
.header.sub-style .header__logo,
.header.sub-style.top .header__logo {
  background-image: url('/assets/images/common/logo02.svg');
}
.header.sub-style .gnb a,
.header.sub-style.top .gnb a {
  color: #101010;
}

.header__logo {
  width: 195px;
  height: 40px;
  background-image: url('/assets/images/common/logo02.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header__logo p {
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -99999px;
  color: transparent;
}

.gnb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
.gnb a {
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer {
  background-color: #072148;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer > .inner:first-child {
  padding: 100px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer > .inner:first-child p {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.4;
}
.footer > .inner:nth-child(2) {
  padding: 80px 0 60px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer > .inner:nth-child(2) .copy {
  opacity: 0.3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.footer > .inner:nth-child(2) address {
  margin-top: 60px;
  font-style: normal;
}
.footer > .inner:nth-child(2) address li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer > .inner:nth-child(2) address li:not(:last-child) {
  margin-bottom: 24px;
}
.footer > .inner:nth-child(2) address li p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.footer > .inner:nth-child(2) address li p:last-child {
  opacity: 0.5;
  font-weight: 400;
  margin-top: 10px;
}

.contact-btn a {
  width: 220px;
  height: 60px;
  background-color: #218bce;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2em;
  font-size: 18px;
  font-weight: 400;
}

.footer-family {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer-family button {
  color: #fff;
  width: 250px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  border: 1px solid #364b6b;
  padding: 0 16px;
}
.footer-family ul {
  display: none;
  opacity: 0;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #011738;
  border-radius: 3px;
  border: 1px solid #364b6b;
  padding: 16px;
}
.footer-family ul li {
  margin-bottom: 10px;
}
.footer-family ul li a:hover {
  color: #218bce;
}
.footer-family ul li:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  background-color: #011738;
}
.footer-bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
}
.footer-bottom nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.footer-bottom nav a {
  font-size: 16px;
  font-weight: 500;
}
.footer-bottom .policy {
  color: #218bce;
}
@media all and (max-width: 1200px) {
  .hide-1200 {
    display: none !important;
  }
  .show-1200 {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .hide-1024 {
    display: none !important;
  }
  .show-1024 {
    display: block !important;
  }
  .footer > .inner:first-child p {
    line-height: 1.4;
    font-size: 50px;
  }
  .footer > .inner:nth-child(2) {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media all and (max-width: 768px) {
  .hide-768 {
    display: none !important;
  }
  .show-768 {
    display: block !important;
  }
  .header.sub-style {
    border-bottom: 1px solid #eee;
  }
  .gnb {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: none;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(17px);
    width: 100vw;
    padding: 24vw 3.90625vw 0;
  }
  .header .inner02 {
    height: 18.667vw;
  }
  .hamburger {
    position: relative;
    z-index: 9;
    width: 6.667vw;
    height: 6.667vw;
  }
  .header__logo {
    width: 29.333vw;
  }
  .header.sub-style .ham,
  .header.sub-style.top .ham {
    filter: grayscale(100%) brightness(0) !important;
  }
  .hamburger svg {
    width: 100%;
    height: 100%;
  }
  .header.top .hamburger .ham,
  .header.is-white .hamburger .ham {
    filter: none;
  }
  .hamburger .ham {
    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
  }
  .hamburger .close {
    display: none;
  }
  .gnb ul {
    flex-direction: column;
    gap: 6.667vw;
  }
  .gnb a {
    font-size: 8vw;
    color: #fff !important;
  }
  .footer-bottom nav {
    flex-direction: column;
    gap: 2.667vw;
    text-align-last: left;
    align-items: flex-start;
  }
  .footer > .inner:first-child p {
    font-size: 6.933vw;
  }
  .footer > .inner:first-child {
    flex-direction: column;
    align-items: flex-start;
    padding: 13.333vw 0 5.333vw;
  }
  .footer .contact-btn {
    align-self: end;
  }
  .footer figure {
    width: 33.333vw;
  }
  .footer > .inner:nth-child(2) {
    padding: 10.667vw 0 24vw;
  }
  .footer > .inner:nth-child(2) address li p:last-child {
    margin-top: 1.333vw;
  }
  .footer-bottom .inner {
    height: auto;
    padding: 5.333vw 0;
    align-items: flex-start;
  }
  .footer-family button {
    width: 45vw;
    height: 9.333vw;
    padding: 0 3.2vw;
    font-size: 3.733vw;
    gap: 0.533vw;
  }
  .footer-family button svg {
    width: 3.2vw;
  }
  .footer-bottom nav a {
    font-size: 3.733vw;
  }
  .footer > .inner:nth-child(2) address li p {
    font-size: 3.733vw;
    line-height: 1.2;
  }
  .footer > .inner:nth-child(2) address li img {
    width: 6.4vw;
  }
  .footer > .inner:nth-child(2) .copy {
    font-size: 3.733vw;
    margin-top: 4vw;
  }
  .contact-btn a {
    width: 29.333vw;
    height: 9.333vw;
    font-size: 2.933vw;
  }
  .footer-family {
    font-size: 3.733vw;
  }
  .footer-family ul {
    padding: 3.2vw;
  }
  .footer-family ul li {
    margin-bottom: 1.333vw;
  }
  .footer a {
    font-size: 3vw;
  }
}
