@charset "UTF-8";
/* 스킵메뉴 */
.skip-nav {
  z-index: 5100;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -100%;
  width: 100%;
}
.skip-nav.active {
  top: 0;
}
.skip-nav .skip {
  padding: 1rem;
  flex-basis: 50%;
  text-align: center;
  background-color: #fff;
}
.skip-nav .skip:focus {
  color: #fff;
  background-color: #a7a7a7;
}

.header-wrap::after {
  opacity: 0;
  position: absolute;
  top: 10rem;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #d9d9d9;
  transition: opacity 1s 0.4s;
  -webkit-transition: opacity 1s, 0.4s;
  -moz-transition: opacity 1s, 0.4s;
  -ms-transition: opacity 1s, 0.4s;
  -o-transition: opacity 1s, 0.4s;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
  padding: 2.8rem 6rem 0;
  width: 100%;
  max-width: 192rem;
  min-height: 10rem;
  color: #fff;
  transition: color 0s 0s;
  -webkit-transition: color 0s, 0s;
  -moz-transition: color 0s, 0s;
  -ms-transition: color 0s, 0s;
  -o-transition: color 0s, 0s;
}
.header .logo {
  display: flex;
  width: 17.5rem;
  align-items: center;
}
.header .logo > a {
  display: block;
  width: inherit;
}
.header .logo > a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .nav {
  padding-right: 10rem;
  min-height: 4.3rem;
  width: -moz-fit-content;
  width: fit-content;
}
.header .gnb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.header .gnb > li {
  position: relative;
  margin: 0 2.2rem;
}
.header .gnb > li:last-child {
  margin-right: 0;
}
.header .gnb > li > .dep-01 {
  display: block;
  margin-bottom: 3rem;
  padding: 0 0.5rem;
  width: 100%;
  line-height: 4.3rem;
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05rem;
}
.header .lnb {
  display: none;
  position: relative;
  text-align: center;
  transition: margin-top 0s 0s linear, opacity 0.1s 0s;
  -webkit-transition: margin-top 0s 0s linear, opacity 0.1s 0s;
  -moz-transition: margin-top 0s 0s linear, opacity 0.1s 0s;
  -ms-transition: margin-top 0s 0s linear, opacity 0.1s 0s;
  -o-transition: margin-top 0s 0s linear, opacity 0.1s 0s;
}
.header .lnb li {
  position: relative;
  height: 3.8rem;
  line-height: 3.8rem;
  font-size: 1.7rem;
}
.header .lnb li a {
  display: block;
  position: absolute;
  left: 50%;
  font-weight: 400;
  white-space: nowrap;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.header .lnb li a::after {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  content: "";
  width: 100%;
  height: 0.5rem;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}
.header .lnb li a:hover, .header .lnb li a:focus {
  text-shadow: 0 0.5px 0.5px #000;
}
.header .lnb li a:hover::after, .header .lnb li a:focus::after {
  background-color: #df2f24;
}
.header .lang-wrap {
  z-index: 1;
  position: relative;
  padding: 1.1rem 1.28rem;
  font-size: 1.4rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header .lang-wrap .lang-option {
  top: 4.5rem;
  font-size: 0.9em;
  background: none;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #fff;
}
.header .mobile-menu-btn {
  display: none;
  min-width: 3rem;
  height: 3rem;
}
.header .mobile-menu-btn > span {
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}

.header-wrap {
  z-index: 5000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s 0s;
  -webkit-transition: background-color 0.3s 0s;
  -moz-transition: background-color 0.3s 0s;
  -ms-transition: background-color 0.3s 0s;
  -o-transition: background-color 0.3s 0s;
}
.header-wrap.active {
  background-color: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: background-color 0.1s;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
}
.header-wrap.active:hover {
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
}
.header-wrap.active::after {
  opacity: 1;
  transition: opacity 0.4s 0s;
  -webkit-transition: opacity 0.4s, 0s;
  -moz-transition: opacity 0.4s, 0s;
  -ms-transition: opacity 0.4s, 0s;
  -o-transition: opacity 0.4s, 0s;
}
.header-wrap.active .header {
  color: #000;
}
.header-wrap.active .header .logo img {
  content: url("../img/common/logo-b.png");
}
.header-wrap.active .header .lnb {
  opacity: 1;
  margin-top: 6rem;
  padding-bottom: 3.5rem;
  transition: margin-top 0.4s 0s linear, opacity 0.1s 0.35s;
  -webkit-transition: margin-top 0.4s 0s linear, opacity 0.1s 0.35s;
  -moz-transition: margin-top 0.4s 0s linear, opacity 0.1s 0.35s;
  -ms-transition: margin-top 0.4s 0s linear, opacity 0.1s 0.35s;
  -o-transition: margin-top 0.4s 0s linear, opacity 0.1s 0.35s;
}
.header-wrap.active .mobile-menu-btn > span {
  background-color: #000;
}
.header-wrap.scroll {
  background-color: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
}
.header-wrap.scroll .header {
  color: #000;
}
.header-wrap.scroll .header .logo img {
  content: url("../img/common/logo-b.png");
}
.header-wrap.scroll .lang-wrap, .header-wrap.active .lang-wrap {
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.header-wrap.scroll .lang-wrap .lang-option, .header-wrap.active .lang-wrap .lang-option {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.header-wrap.scroll .lang-btn img, .header-wrap.active .lang-btn img {
  content: url("../img/common/lang.png");
}
.header-wrap.scroll .lang-btn .fi::after, .header-wrap.active .lang-btn .fi::after {
  background: #000;
}

@media all and (max-width: 80rem) {
  .header {
    padding: 0 4rem 0;
    min-height: 7rem;
    align-items: center;
  }
  .header .nav {
    display: none;
  }
  .header .gnb {
    height: 100%;
  }
  .header .gnb li {
    margin: 0;
  }
  .header .nav {
    top: 10rem;
  }
  .header .lnb {
    display: none;
    padding-bottom: 0;
  }
  .header .lnb li {
    padding: 0;
  }
  .header .lnb li a {
    position: relative;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header .lang-wrap {
    display: none;
    margin-left: auto;
    margin-right: 4rem;
    padding: 0.5rem 1rem;
  }
  .header .lang-wrap .lang-option {
    top: 3rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
  .header .mobile-menu-btn {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .header-wrap.active {
    height: 100vh !important;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .header-wrap.active::after {
    display: none;
  }
  .header-wrap.active .header .nav {
    overflow-y: auto;
    position: absolute;
    left: 0;
    display: block;
    padding: 0 4rem;
    width: 100%;
    height: calc(100vh - 12rem);
  }
  .header-wrap.active .header .nav::-webkit-scrollbar {
    width: 0.5rem;
  }
  .header-wrap.active .header .nav::-webkit-scrollbar-thumb {
    background-color: #062021;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
  }
  .header-wrap.active .header .gnb {
    display: block;
    width: 100%;
  }
  .header-wrap.active .header .gnb > li {
    padding-bottom: 2rem;
    width: 100%;
    height: auto;
  }
  .header-wrap.active .header .gnb > li > a {
    margin-bottom: 0;
    width: 100%;
  }
  .header-wrap.active .header .lnb {
    position: static;
    margin-top: 0;
    height: auto;
  }
  .header-wrap.active .header .lang-wrap {
    display: block;
  }
}
@media all and (max-width: 63.9375rem) {
  .header-wrap.active .search-wrap {
    top: 7rem;
  }
  .header {
    padding: 2rem 2rem 0;
    min-height: 7rem;
  }
  .header .logo {
    width: 15rem;
  }
  .header .gnb > li > .dep-01 {
    font-size: 1.6rem;
  }
  .header .lnb li {
    font-size: 1.4rem;
  }
  .header .lang-wrap {
    margin-right: 2rem;
  }
  .header .mobile-menu-btn {
    min-width: 2.5rem;
    height: 2.5rem;
  }
  .header .nav {
    top: 14rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .header-wrap.active .nav {
    padding: 0 2rem;
  }
  .header-wrap.active .right-menu {
    padding-right: 2rem;
  }
  .header-wrap.active .right-menu .lang-wrap {
    padding: 1rem;
  }
  .header-wrap.active .right-menu .lang-wrap .lang {
    font-size: 1.2rem;
  }
  .header-wrap.active .right-menu .lang-wrap .lang-option {
    top: 3.2rem;
    padding: 1.4rem 2rem 1.4rem 3rem;
  }
  .header-wrap.active .right-menu .lang-wrap .lang-option a {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .header {
    padding: 0 2rem;
    min-height: 5rem;
  }
  .header .logo {
    width: 12rem;
  }
}
/*
푸터 */
.footer-wrap {
  z-index: 1;
  position: relative;
}

.footer {
  padding: 10rem 0;
  width: 100%;
  color: #fff;
  font-family: "SUIT", sans-serif;
  background-color: #111;
}
.footer .f-logo {
  margin-right: 2.5rem;
  font-size: 5rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.footer .f-logo > b {
  margin-right: 3.5rem;
}
.footer .col-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.footer .col-wrap > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .col-wrap > ul li {
  opacity: 0.5;
  position: relative;
  padding: 0 2.5rem;
  font-size: 1.7rem;
}
.footer .col-wrap > ul li:not(:last-child):after {
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 80%;
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.footer .col-wrap > ul li:hover {
  opacity: 1;
}
.footer .col-wrap .link-txt {
  margin-left: auto;
}
.footer .address {
  opacity: 0.5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 6rem 0 5rem;
  width: 37%;
  max-width: 50rem;
  min-width: 30rem;
  line-height: 1.7;
  font-size: var(--fs-lg);
  font-weight: 500;
}
.footer .address > p:first-child {
  width: 100%;
}
.footer .copy {
  opacity: 0.5;
  font-size: var(--fs-md);
}

.page-top-btn {
  opacity: 0;
  display: block;
  position: sticky;
  left: calc(100% - 21.5rem);
  bottom: 0;
  padding: 1.7rem 0;
  width: 12.5rem;
  height: 7rem;
  text-indent: -9999px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: url("../img/common/top-btn.png") center bottom/contain no-repeat;
}

@media all and (max-width: 85.375rem) {
  .footer .f-logo {
    font-size: 4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .footer {
    padding: 7rem 0;
  }
  .footer .f-logo > b {
    margin-right: 1.5rem;
  }
  .footer .col-wrap {
    flex-wrap: wrap;
  }
  .footer .col-wrap > ul {
    margin-top: 2rem;
    width: 100%;
    order: 3;
  }
  .footer .col-wrap > ul li {
    font-size: 1.4rem;
  }
  .footer .col-wrap > ul li:first-child {
    padding-left: 0;
  }
  .footer .col-wrap .link-txt {
    width: 11rem;
  }
  .footer .col-wrap .link-txt img {
    width: 100%;
  }
  .footer .f-logo {
    font-size: 3.5rem;
  }
  .footer .address {
    margin: 4rem 0 3rem;
  }
  .page-top-btn {
    left: 75%;
    width: 8rem;
    height: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .footer .f-logo {
    font-size: 2rem;
  }
  .footer .f-logo > b {
    margin-right: 1rem;
  }
  .footer .col-wrap .link-txt {
    width: 8rem;
  }
}
/*
 공통 섹션 */
.section {
  margin: 20rem 0;
}
.section:only-child {
  margin-top: 12rem;
  margin-bottom: 17rem;
}

.inner {
  max-width: 153rem;
  padding: 0 4rem;
  margin: 0 auto;
}

@media all and (max-width: 85.375rem) {
  .section {
    margin: 13rem 0;
  }
  .section:only-child {
    margin-bottom: 12rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .section:only-child {
    margin-top: 6.7rem;
    margin-bottom: 12rem;
  }
}