#wrap {
  position: relative;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1154px) {
  .header {
    padding: 0;
  }
}
.header__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1618px;
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1154px) {
  .header__inner {
    height: 65px;
  }
}
.header .logo {
  width: 18.5rem;
}
.header .logo img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .header .logo {
    width: 25rem;
  }
}
@media screen and (max-width: 1154px) {
  .header .gnb {
    display: none;
  }
}
.header .gnb__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.header .gnb__1depth {
  padding: 0 4rem;
}
.header .gnb__1depth:first-child {
  padding-left: 0;
}
.header .gnb__1depth:last-child {
  padding-right: 0;
}
.header .gnb__1depth__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  font-weight: 600;
  font-size: 1.7rem;
  text-align: center;
  color: #fff;
}
.header .gnb__1depth:focus .gnb__1depth__link, .header .gnb__1depth--active .gnb__1depth__link {
  color: #09CE91;
}
.header__menu-box {
  width: 29px;
}
.header__menu-open-btn {
  position: relative;
  width: 100%;
  height: 17px;
  background-image: url(../imgs/ico/ico_menu.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.header__menu-btn {
  position: relative;
  width: 100%;
  height: 3rem;
}
.header__menu-btn__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: background-color 0.5s ease-in-out;
}
.header__menu-btn__line + .header__menu-btn__line {
  margin-top: 6px;
}

.lnb-wrap {
  position: absolute;
  top: 8rem;
  left: 50%;
  width: 100vw;
  padding: 0 20px 0;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(-50%);
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.lnb-wrap--active {
  opacity: 1;
  height: auto;
  visibility: visible;
}
@media screen and (max-width: 1154px) {
  .lnb-wrap {
    display: none;
  }
}

.lnb {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.lnb__1depth {
  width: 20%;
  text-align: center;
  padding: 2.25rem 0;
}
.lnb__1depth--grid6 {
  width: 16.6666666667%;
}
.lnb__1depth--active .lnb__1depth__link {
  color: #09CE91;
}
.lnb__1depth__link {
  font-size: 1.7rem;
  color: #A6A6A6;
  font-weight: 600;
}
.lnb__1depth__link:focus, .lnb__1depth__link:hover {
  color: #09CE91;
}

.mobile-menu-open .mobile-gnb {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.mobile-menu-open .mobile-gnb__bg {
  animation-name: menu_bg;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.mobile-menu-open .mobile-gnb__1dpet {
  opacity: 1;
}

.mobile-gnb {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.mobile-gnb__bg {
  position: fixed;
  z-index: -1;
  background-color: #09CE91;
}
.mobile-gnb__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding: 5.9rem 6.4rem 4.6rem 20px;
}
@media screen and (max-width: 1410px) {
  .mobile-gnb__head {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-gnb__head {
    padding-top: 3rem;
  }
}
.mobile-gnb__head button {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../imgs/ico/ico_white_close.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.mobile-gnb__body {
  position: relative;
  width: 100%;
  max-width: 1450px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.mobile-gnb__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.9rem 14.7rem;
}
@media screen and (max-width: 1410px) {
  .mobile-gnb__list {
    gap: 3.475177305vw 10.4255319149vw;
  }
}
@media screen and (max-width: 1410px) {
  .mobile-gnb__list {
    gap: 3.475177305vw 10.4255319149vw;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-gnb__list {
    grid-template-columns: 1fr;
  }
}
.mobile-gnb__1dpet {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.4s;
}
.mobile-gnb__1dpet__title {
  display: block;
  position: relative;
  padding: 1.5rem 0;
  font-size: 2.5rem;
  color: #09CE91;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .mobile-gnb__1dpet__title {
    display: none;
  }
}
.mobile-gnb__1dpet__link {
  display: none;
  position: relative;
  padding: 1.5rem 1.5rem;
  font-size: 2.5rem;
  color: #09CE91;
  font-weight: 600;
  text-align: left;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .mobile-gnb__1dpet__link {
    display: block;
  }
}
.mobile-gnb__1dpet__link::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 2.3rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../imgs/ico/ico_green_down_arr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.mobile-gnb__1dpet__link--right-arr::after {
  transform: rotate(-90deg);
}
.mobile-gnb__1dpet--active .mobile-gnb__1dpet__link {
  color: #09CE91;
}
.mobile-gnb__1dpet--active .mobile-gnb__1dpet__link::after {
  top: 1.5rem;
  transform: rotate(180deg);
  background-image: url(../imgs/ico/ico_green_down_arr.svg);
}
.mobile-gnb__1dpet--active .mobile-gnb__1dpet__link--right-arr::after {
  transform: rotate(-90deg);
  background-image: url(../imgs/ico/ico_green_down_arr.svg);
}
.mobile-gnb__1dpet--active .mobile-gnb__2dept {
  display: block;
}
.mobile-gnb__2dept {
  display: block;
  padding-top: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .mobile-gnb__2dept {
    display: none;
    margin-top: 1rem;
  }
}
.mobile-gnb__2dept > li {
  line-height: 1.75;
}
.mobile-gnb__2dept > li > a {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .mobile-gnb__2dept > li > a {
    font-size: 2.2rem;
  }
}

@keyframes menu_bg {
  0% {
    width: 0;
    height: 0;
    top: 80px;
    right: 80px;
    border-radius: 50%;
  }
  70% {
    width: 3000px;
    height: 3000px;
    top: -1500px;
    right: -1000px;
    border-radius: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0;
  }
}
.footer {
  position: relative;
  background-color: #202020;
  color: #fff;
  padding: 7rem 4.4791666667vw 4rem 6.09375vw;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer .logo {
  width: 24.1rem;
}
.footer .logo img {
  max-width: 100%;
}
.footer__links {
  position: relative;
  margin-top: 0.9rem;
}
.footer__links ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer__links ul li {
  position: relative;
  padding: 0 1rem;
}
.footer__links ul li::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  line-height: 3.2rem;
  color: #fff;
}
.footer__links ul li:first-child {
  padding-left: 0;
}
.footer__links ul li:last-child::after {
  display: none;
}
.footer__links ul li:last-child {
  padding-right: 0;
}
.footer__links ul li a {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}
.footer .company-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #fff;
}
.footer .company-info__name {
  position: relative;
  padding-right: 1rem;
}
.footer .company-info__name::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  line-height: 3.2rem;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer .company-info__name {
    padding-right: 0;
  }
  .footer .company-info__name:after {
    display: none;
  }
}
.footer .company-info__address {
  position: relative;
  padding-left: 1rem;
}
@media screen and (max-width: 599px) {
  .footer .company-info__address {
    width: 100%;
    padding-left: 0;
  }
}
.footer__bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 6rem;
  font-size: 2rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 500;
}
.footer__contact {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer__contact span {
  display: block;
}
.footer__contact span + span {
  margin-left: 4.8rem;
}

.section-move {
  position: fixed;
  bottom: 7rem;
  right: 9.4rem;
  z-index: 10;
}
@media screen and (max-width: 1527px) {
  .section-move {
    right: 20px;
  }
}
.section-move button {
  display: block;
  width: 3.5rem;
  height: 2.25rem;
}
.section-move button img,
.section-move button svg {
  width: 100%;
}
.section-move__down {
  margin-top: 3.7rem;
}
.section-move .hide {
  opacity: 0;
}
.section-move--bottom {
  position: absolute;
  bottom: auto;
  top: -13rem;
}
.section-move--bottom .section-move__down {
  display: none;
}

.quick {
  position: fixed;
  top: 37.4rem;
  right: 0;
  width: 10.2rem;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .quick {
    width: 11.5rem;
  }
}
.quick .cs-qa {
  position: relative;
}
.quick .cs-qa__close {
  display: block;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 4;
}
.quick .cs-qa__close img,
.quick .cs-qa__close svg {
  width: 1.2rem;
}
.quick .cs-qa__inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 3rem 0 2rem;
  border-top-left-radius: 9px;
  background-color: #282828;
  text-align: center;
}
.quick .cs-qa__image {
  position: relative;
  width: 3.7rem;
  height: 2.5rem;
  margin: 0 auto;
}
.quick .cs-qa__image svg,
.quick .cs-qa__image img {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
}
.quick .cs-qa__text {
  margin-top: 1.3rem;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.quick .safe-link {
  position: relative;
}
.quick .safe-link__inner {
  width: 100%;
  padding: 2.1rem 0 1.4rem;
  background-color: #09CE91;
  text-align: center;
  border-bottom-left-radius: 9px;
}
.quick .safe-link__image {
  position: relative;
  width: 4.8rem;
  margin: 0 auto;
}
.quick .safe-link__image img,
.quick .safe-link__image svg {
  width: 100%;
  height: 2.6rem;
}
.quick .safe-link__text {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #282828;
}

.snb-wrap {
  position: relative;
  z-index: 10;
  padding: 0 20px 0;
  background-color: #000;
}
.snb-wrap--fixed {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1154px) {
  .snb-wrap--fixed {
    top: 65px;
  }
}
.snb-wrap__drop-btn {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 8rem;
  line-height: 8rem;
  font-weight: 600;
  font-size: var(--font-size23);
  box-sizing: border-box;
  color: #A6A6A6;
}
@media screen and (max-width: 750px) {
  .snb-wrap__drop-btn {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .snb-wrap--open .snb {
    display: block;
  }
}

.snb {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .snb {
    display: none;
  }
}
.snb__list {
  display: flex;
  flex-wrap: wrap;
  padding: 2.25rem 0;
}
.snb__1depth {
  width: 20%;
  text-align: center;
  padding: 2.25rem 0;
}
.snb__1depth--grid6 {
  width: 16.6666666667%;
}
@media screen and (max-width: 920px) {
  .snb__1depth--grid6 {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  .snb__1depth--grid6 {
    width: 100%;
  }
}
.snb__1depth--active .snb__1depth__link {
  color: #09CE91;
}
@media screen and (max-width: 920px) {
  .snb__1depth {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  .snb__1depth {
    width: 100%;
  }
}
.snb__1depth__link {
  font-size: 1.7rem;
  color: #A6A6A6;
  font-weight: 600;
}
.snb__1depth__link:hover {
  color: #09CE91;
}
@media screen and (max-width: 1024px) {
  .snb__1depth__link {
    font-size: 2.1rem;
  }
}

#sub-container {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}