body {
  background-color: #272d3f;
  padding-top: 140px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2f3547;
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}
.header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header .header__logo p {
  display: none;
}

.gnb {
  margin-left: auto;
}
.gnb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gnb ul > li {
  position: relative;
}
.gnb ul > li:not(:last-child) {
  margin-right: 56px;
}
.gnb .gnb__depth1 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 12px 0;
}
.gnb .gnb__depth2 {
  text-align: left;
}
.gnb .gnb__depth2 > button {
  color: #000;
  font-size: 20px;
  padding: 12px 16px;
  display: inline-block;
  font-weight: 600;
}
.gnb .gnb__depth2 > button.active {
  color: #89d2d7;
}
.gnb .gnb__depth2 > button.active::after {
  -webkit-transform: translateY(-4px) rotate(180deg);
  transform: translateY(-4px) rotate(180deg);
}
.gnb .gnb__depth2 > button::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 5px;
  background-image: url(/_ENG/assets/images/common/gnb_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 8px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.gnb .gnb__depth2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f5;
  display: none;
}
.gnb .gnb__depth2 > div > a {
  display: block;
  color: #000;
  padding: 10px 0;
  font-size: 18px;
}
.gnb .gnb__depth2 > div > a:hover {
  font-weight: 600;
}
.gnb .gnb__depth2:last-child > div {
  border-radius: 0 0 8px 8px;
}
.gnb button.gnb__depth1 {
  position: relative;
  padding-right: 18px;
}
.gnb button.gnb__depth1::after {
  content: '';
  position: absolute;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(/_ENG/assets/images/common/gnb_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.gnb button.gnb__depth1.active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.gsnb {
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 8px;
  display: none;
  z-index: 99;
}
.gsnb > a {
  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;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  color: #000;
  padding: 16px;
}
.gsnb > a:hover {
  color: #89d2d7;
}

.i18n {
  position: relative;
  border: 1px solid #78829d;
  border-radius: 2em;
  margin-left: 64px;
  cursor: pointer;
}
.i18n > button {
  color: #fff;
  font-size: 16px;
  padding-right: 18px;
  position: relative;
  width: 83px;
  height: 40px;
}
.i18n > button::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(/_ENG/assets/images/common/gnb_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.i18n > button.active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.i18n .i18n__list {
  position: absolute;
  top: 50px;
  width: 100%;
  background-color: #fff;
  border-radius: 1em;
  display: none;
  z-index: 99;
}
.i18n .i18n__list > a {
  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;
  height: 40px;
  font-size: 16px;
  color: #000;
}
.i18n .i18n__list > a.active {
  color: #888;
}

.footer {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(49, 57, 79, 0.18)),
    color-stop(47.92%, #272d3f)
  );
  background: linear-gradient(180deg, rgba(49, 57, 79, 0.18) 0%, #272d3f 47.92%);
  padding: 50px 0 100px;
  position: relative;
  z-index: 3;
}
.footer.main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer .footer__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .footer__txt span {
  font-size: 24px;
  color: #818db1;
  font-weight: 700;
}
.footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .footer-info address {
  font-style: normal;
  font-size: 18px;
}
.footer .footer-info__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.footer .footer-info__tit img {
  margin-right: 10px;
}
.footer .footer-info__marker {
  margin-bottom: 16px;
  padding-left: 30px;
  background-image: url(/_ENG/assets/images/common/marker.svg);
  background-repeat: no-repeat;
  background-position: left 4px;
}
.footer .footer-info__phone {
  padding-left: 30px;
  background-image: url(/_ENG/assets/images/common/phone.svg);
  background-repeat: no-repeat;
  background-position: left 4px;
}
.footer .footer-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .footer-info__link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.footer .footer-info__link > a:hover {
  opacity: 0.5;
}
.footer .footer-info__link > a img {
  margin-right: 6px;
}
.footer .footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer .footer__logo p {
  color: #fff;
  opacity: 0.5;
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}

.sidebar {
  display: none;
}

.show-default {
  display: block !important;
}

.hide-default {
  display: none !important;
}

@media all and (max-width: 1200px) {
  .footer .footer-info {
    flex-wrap: wrap;
    gap: 5.176vw 0;
  }
  .footer .footer-info__link,
  .footer .footer-info address {
    width: 50%;
  }
}

@media all and (max-width: 1024px) {
  .show-1024 {
    display: block !important;
  }
  .hide-1024 {
    display: none !important;
  }
  body {
    padding-top: 10.352vw;
  }
  .i18n,
  .gnb ul {
    display: none;
  }
  .header {
    height: 10.352vw;
  }
  .header__logo {
    width: 14.063vw;
  }
  .hamburger-btn {
    width: 4.102vw;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #3c4661;
    z-index: 9999;
  }
  .sidebar .inner {
    max-height: calc(100vh - 25vw);
    overflow-y: scroll;
  }
  .sidebar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10.352vw;
    margin: 0 5.469vw;
    margin-bottom: 9.766vw;
  }
  .sidebar-close {
    width: 3.32vw;
  }
  .sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 4.883vw 0;
  }
  .gnb__depth1 {
    font-size: 5.273vw;
    color: #8e99b9;
    font-weight: 600;
    position: relative;
  }
  button.gnb__depth1::after {
    content: '';
    position: absolute;
    top: 55%;
    right: -3.906vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.539vw;
    height: 1.27vw;
    background-image: url(/_ENG/assets/images/common/gnb_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  }
  .gnb__depth1.active {
    color: #fff;
  }
  button.gnb__depth1.active::after {
    filter: brightness(10);
    transform: translateY(-50%) rotate(180deg);
  }
  .gsnb {
    background-color: #fff;
    position: static;
    width: 100%;
    transform: translateX(0);
    margin-top: 2.051vw;
    border-radius: 2.148vw;
    overflow: hidden;
    margin-top: 4.792vw;
  }
  .gnb__depth2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .gsnb > a,
  .gnb__depth2 > button {
    font-size: 4.297vw;
    height: 12.012vw;
    padding: 0 4.297vw;
    font-weight: 600;
  }
  .gnb__depth2 > button.active {
    color: #11b7bd;
  }
  .gnb__depth2 > button.active::after {
    -webkit-transform: translateY(-4px) rotate(180deg);
    transform: translateY(-4px) rotate(180deg);
  }
  .gnb__depth2 > button::after {
    content: '';
    display: inline-block;
    width: 2.539vw;
    height: 1.27vw;
    background-image: url(/_ENG/assets/images/common/gnb_arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 1.563vw;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .gnb__depth2 > div {
    background-color: #f5f5f5;
    width: 100%;
    display: flex;
    flex-direction: column;
    display: none;
  }
  .gnb__depth2 > div > a {
    height: 11.426vw;
    font-size: 3.711vw;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    padding: 0 4.297vw;
    color: #444;
  }
  .sidebar-lang {
    display: block;
    width: 100%;
    margin-top: 9.766vw;
    height: 9.766vw;
    font-size: 3.711vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #78829d;
    border-radius: 2000em;
    text-align: center;
    color: #fff;
    background-image: url(/_ENG/assets/images/common/gnb_arrow.svg);
    background-repeat: no-repeat;
    background-size: 2.539vw;
    background-position: 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    text-align-last: center;
  }
  .sidebar-lang::-ms-expand {
    display: none;
  }
  .sidebar-lang option {
    color: #444;
  }
  .footer .footer-info__phone,
  .footer .footer__txt span {
    font-size: 3.125vw;
  }
  .footer .footer-info {
    margin-top: 10.352vw;
  }
  .footer .footer-info__tit {
    font-size: 3.125vw;
  }
  .footer .footer-info__link > a,
  .footer .footer-info__marker {
    font-size: 2.344vw;
  }
  .footer .footer__logo img {
    width: 14.063vw;
  }
  .footer .footer__logo p {
    font-size: 2.344vw;
  }
}
@media all and (max-width: 768px) {
  .show-768 {
    display: block !important;
  }
  .hide-768 {
    display: none !important;
  }
}
@media all and (max-width: 480px) {
  .show-480 {
    display: block !important;
  }
  .hide-480 {
    display: none !important;
  }

  body {
    padding-top: 18.75vw;
  }
  .sidebar-top,
  .header {
    height: 18.75vw;
  }
  .header__logo {
    width: 29.167vw;
  }
  .hamburger-btn {
    width: 4.792vw;
  }
  .sidebar-close {
    width: 5.417vw;
  }
  .footer {
    padding: 10.667vw 0;
  }
  .footer .footer-info__phone,
  .footer .footer__txt span {
    font-size: 4.267vw;
  }
  .footer .footer-info__link,
  .footer .footer-info address {
    width: 100%;
  }
  .footer .footer-info {
    gap: 8.333vw 0;
  }
  .footer .footer-info__tit {
    font-size: 5.333vw;
    margin-bottom: 4.267vw;
  }
  .footer .footer-info__link > a,
  .footer .footer-info__marker {
    font-size: 4.267vw;
    margin-bottom: 3.2vw;
    background-size: 3.333vw;
    padding-left: 6.667vw;
  }
  .footer .footer-info__phone {
    background-size: 3.958vw;
    padding-left: 6.667vw;
  }
  .footer .footer-info__link > a {
    padding-left: 0;
  }
  .footer .footer-info__link > a img {
    width: 3.125vw;
    margin-right: 1.512vw;
  }
  .footer .footer-info__link > a:not(:last-child) {
    margin-bottom: 3.2vw;
  }
  .footer .footer__logo {
    align-items: flex-start;
  }
  .footer .footer__logo img {
    width: 28.75vw;
  }
  .footer .footer__logo p {
    font-size: 4.267vw;
    margin-top: 5.333vw;
  }
}
