@keyframes bounceArrow {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-family: "Pretendard", sans-serif;
  overflow-x: hidden;
}
body .popup-banner {
  width: 100%;
  height: 80px;
  background-color: #309A58;
  position: relative;
  overflow: hidden;
  transition: height 0.4s ease;
}
body .popup-banner.closed {
  height: 0;
  opacity: 0;
}
body .popup-banner .popup-call {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}
body .popup-banner img {
  width: 1920px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
body .popup-banner .popup-banner-btns {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}
body .popup-banner .popup-banner-btns .more-btn, body .popup-banner .popup-banner-btns .close-btn {
  color: #fff;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .popup-banner .popup-banner-btns .more-btn:hover, body .popup-banner .popup-banner-btns .close-btn:hover {
  color: #e9e9e9;
}
body .popup-banner .swiper-button-prev, body .popup-banner .swiper-button-next {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 9;
  transition: all 0.3s ease;
  opacity: 0.4;
}
body .popup-banner .swiper-button-prev::after, body .popup-banner .swiper-button-next::after {
  width: 24px;
  height: 24px;
  border: none;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .popup-banner .swiper-button-prev {
  left: 20px;
}
body .popup-banner .swiper-button-prev::after {
  background: url("../images/main/neo_img/mainslide-navigation-prev.svg") no-repeat center;
  background-size: 14px;
  left: 6px;
}
body .popup-banner .swiper-button-next {
  right: 20px;
}
body .popup-banner .swiper-button-next::after {
  background: url("../images/main/neo_img/mainslide-navigation-next.svg") no-repeat center;
  background-size: 14px;
  right: 7px;
}
body .popup-banner .mobile-text {
  display: none;
}
body .main {
  transition: margin-top 0.3s ease;
}
body .main .section {
  width: 100%;
  margin: 200px auto;
}
body .main .section .inner .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #2F2F2F;
  font-size: 52px;
  font-weight: 700;
  padding-bottom: 48px;
}
body .main .section .inner .contents {
  max-width: 1400px;
  margin: 0 auto;
}
body .main .visual {
  width: 1920px;
  height: 800px;
  margin-top: 0;
}
body .main .visual .inner .contents {
  max-width: 100%;
  position: relative;
}
body .main .visual .inner .contents .slide-title {
  position: absolute;
  left: 260px;
  bottom: 260px;
  font-size: 82px;
  font-weight: 700;
  opacity: 0.82;
  color: #fff;
  z-index: 9;
}
body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt {
  max-width: 900px;
  position: absolute;
  bottom: 100px;
  left: 260px;
  color: #fff;
  opacity: 1;
  transition: transform 0.8s ease, opacity 0.8s ease;
  display: flex;
  flex-direction: column;
}
body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt p {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 8px;
}
body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt span {
  font-size: 28px;
  font-weight: 400;
}
body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt span .new-line {
  min-height: 42px;
  display: block;
}
body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide-active .txt {
  opacity: 1;
}
body .main .visual .inner .contents .main-slide .swiper-button-prev, body .main .visual .inner .contents .main-slide .swiper-button-next {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  background-color: rgba(129, 140, 178, 0.8);
  border-radius: 50%;
  z-index: 9;
  transition: all 0.3s ease;
}
body .main .visual .inner .contents .main-slide .swiper-button-prev:hover, body .main .visual .inner .contents .main-slide .swiper-button-next:hover {
  background-color: rgba(87, 99, 139, 0.8);
}
body .main .visual .inner .contents .main-slide .swiper-button-prev::after, body .main .visual .inner .contents .main-slide .swiper-button-next::after {
  width: 26px;
  height: 26px;
  border: none;
  content: "";
  display: block;
  position: absolute;
}
body .main .visual .inner .contents .main-slide .swiper-button-prev {
  left: 120px;
}
body .main .visual .inner .contents .main-slide .swiper-button-prev::after {
  background: url("../images/main/neo_img/mainslide-navigation-prev.svg") no-repeat center;
  left: 6px;
}
body .main .visual .inner .contents .main-slide .swiper-button-next {
  right: 120px;
}
body .main .visual .inner .contents .main-slide .swiper-button-next::after {
  background: url("../images/main/neo_img/mainslide-navigation-next.svg") no-repeat center;
  right: 7px;
}
body .main .around .inner .contents .grid-wrapper {
  width: 100%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "a a a b b b" "c c d d e e";
}
body .main .around .inner .contents .grid-wrapper .grid-item {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
body .main .around .inner .contents .grid-wrapper .grid-item.a {
  grid-area: a;
}
body .main .around .inner .contents .grid-wrapper .grid-item.b {
  grid-area: b;
}
body .main .around .inner .contents .grid-wrapper .grid-item.c {
  grid-area: c;
}
body .main .around .inner .contents .grid-wrapper .grid-item.d {
  grid-area: d;
}
body .main .around .inner .contents .grid-wrapper .grid-item.e {
  grid-area: e;
}
body .main .around .inner .contents .grid-wrapper .grid-item:hover a::before {
  opacity: 1;
}
body .main .around .inner .contents .grid-wrapper .grid-item:hover a img {
  transform: scale(1.05);
}
body .main .around .inner .contents .grid-wrapper .grid-item:hover a .txt p {
  opacity: 0;
}
body .main .around .inner .contents .grid-wrapper .grid-item:hover a .txt .txt-overlay span {
  opacity: 1;
  transform: translateY(0);
}
body .main .around .inner .contents .grid-wrapper .grid-item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
body .main .around .inner .contents .grid-wrapper .grid-item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
body .main .around .inner .contents .grid-wrapper .grid-item a img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  will-change: transform;
}
body .main .around .inner .contents .grid-wrapper .grid-item a .txt {
  width: 100%;
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 3;
}
body .main .around .inner .contents .grid-wrapper .grid-item a .txt p, body .main .around .inner .contents .grid-wrapper .grid-item a .txt .txt-overlay span {
  position: absolute;
  left: 0;
  bottom: 0;
}
body .main .around .inner .contents .grid-wrapper .grid-item a .txt p {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
body .main .around .inner .contents .grid-wrapper .grid-item a .txt .txt-overlay {
  width: 100%;
}
body .main .around .inner .contents .grid-wrapper .grid-item a .txt .txt-overlay span {
  width: calc(100% - 48px);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  word-break: keep-all;
}
body .main .youtube {
  height: 1086px;
  background-color: #ECEFF5;
}
body .main .youtube .inner {
  padding: 160px 0;
}
body .main .youtube .inner .contents iframe {
  width: 100%;
  height: 640px;
  border-radius: 16px;
  display: block;
}
body .main .club .inner .contents .nobleclub-wrapper {
  display: flex;
}
body .main .club .inner .contents .nobleclub-wrapper img {
  width: 700px;
  display: block;
}
body .main .club .inner .contents .nobleclub-wrapper .txt-layout {
  width: 700px;
  height: 423px;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt {
  padding-left: 120px;
}
body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt h5 {
  color: #2F2F2F;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 16px;
}
body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt span {
  color: #3F3F3F;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 40px;
}
body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt span .new-line {
  display: block;
}
body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn:hover a {
  font-weight: 700;
}
body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn:hover a::after {
  animation: bounceArrow 1s ease-in-out infinite;
}
body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn a {
  color: #2F2F2F;
  position: relative;
  font-size: 24px;
  font-weight: 600;
}
body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn a::after {
  width: 8px;
  height: 13px;
  position: absolute;
  top: 8px;
  right: -18px;
  content: "";
  background: url("../images/main/neo_img/more-btn.svg") no-repeat center;
  transition: transform 0.3s ease;
}
body .main .news {
  background-color: #F7F8FA;
  margin-bottom: 0;
}
body .main .news .inner {
  padding: 160px 0;
}
body .main .news .inner .contents .news-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
body .main .news .inner .contents .news-wrapper .news-contents {
  display: flex;
  gap: 40px;
}
body .main .news .inner .contents .news-wrapper .news-contents .news-content {
  width: 440px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
body .main .news .inner .contents .news-wrapper .news-contents .news-content:hover a img {
  transform: scale(1.05);
}
body .main .news .inner .contents .news-wrapper .news-contents .news-content a {
  display: block;
}
body .main .news .inner .contents .news-wrapper .news-contents .news-content a .img-box {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
body .main .news .inner .contents .news-wrapper .news-contents .news-content a .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 16px;
  will-change: transform;
}
body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout {
  padding: 24px 8px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout h5 {
  color: #2F2F2F;
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: 2.8em;
}
body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout span {
  color: #9E9E9E;
  font-size: 18px;
  font-weight: 400;
}
body .main .news .inner .contents .news-wrapper .more-btn {
  width: 154px;
  height: 49px;
  border: 1px solid #2F2F2F;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
body .main .news .inner .contents .news-wrapper .more-btn:hover {
  background-color: #0C4DA2;
  border: none;
}
body .main .news .inner .contents .news-wrapper .more-btn:hover a {
  color: #fff;
}
body .main .news .inner .contents .news-wrapper .more-btn a {
  color: #2F2F2F;
  font-size: 24px;
  font-weight: 500;
  display: block;
  padding: 4px 38px;
}
body .yt-modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
body .yt-modal.active {
  display: block;
}
body .yt-modal .yt-modal-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .yt-modal .yt-modal-content {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #111;
  border-radius: 8px;
  overflow: hidden;
}
body .yt-modal .yt-modal-content .yt-modal-close {
  position: absolute;
  top: -40px;
  right: -8px;
  font-size: 40px;
  background: none;
  color: #fff;
  cursor: pointer;
}
body .yt-modal .yt-modal-content .yt-video-wrap {
  width: 100%;
  height: 100%;
}
body .modal {
  z-index: 1000000;
  display: none;
}
body .modal.active {
  display: block;
}
body .modal .modal-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .modal .modal-content {
  display: block;
  width: 430px;
  height: auto;
  min-height: 492px;
  max-height: 620px;
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  border: none;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
  border: 2px solid #013C8C;
}
body .modal .modal-content .modal-wrap {
  width: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  gap: 16px;
}
body .modal .modal-content .modal-wrap .modal-title {
  color: #013C8C;
  font-size: 28px;
  font-weight: 800;
}
body .modal .modal-content .modal-wrap .modal-wrap-content {
  display: flex;
  flex-direction: column;
}
body .modal .modal-content .modal-wrap .modal-wrap-content p {
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}
body .modal .modal-content .modal-wrap .modal-wrap-content p b {
  font-weight: 700;
}
body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 56px;
}
body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a {
  width: 100%;
  height: 52px;
  background-color: #137739;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a.tel {
  gap: 6px;
}
body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a.tel img {
  width: 20px;
}
body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a.inquiry {
  gap: 8px;
  background-color: #309A58;
  transition: all 0.15s ease-in;
}
body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a.inquiry:hover {
  background-color: #137739;
}
body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a.inquiry img {
  width: 8px;
}
body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a.inquiry img:first-child {
  width: 20px;
}
body .modal .modal-content .modal-bottom-line {
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  background-color: #013C8C;
  border-radius: 0 0 8px 8px;
  display: block;
}
body .modal .modal-content .modal-check-wrap {
  position: absolute;
  bottom: 10px;
  left: 16px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body .modal .modal-content .modal-check-wrap input[type=checkbox] {
  width: 16px;
  height: 16px;
  position: static;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  transition: background-color 0.1s;
  background-image: url("/assets/noble-county/images/main/neo_img/popup-icon-check.svg");
  background-repeat: no-repeat;
  background-position: 50% 64%;
  background-size: 8px 7px;
  cursor: pointer;
}
body .modal .modal-content .modal-check-wrap input[type=checkbox]:checked {
  background-color: #fff;
  background-image: url("/assets/noble-county/images/main/neo_img/popup-icon-check-black.svg");
}
body .modal .modal-content .modal-check-wrap label {
  padding-left: 0;
}
body .modal .modal-content .modal-check-wrap label::before {
  display: none;
}
body .modal .modal-content .modal-close {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-size: 16px;
  background: none;
  color: #fff;
  cursor: pointer;
}
body.sub-body aside {
  top: 100px;
  height: calc(100% - 100px);
}
body.sub-body .section:not(.nobleclub):not(.policy) {
  margin: 0;
}
body.sub-body .sub-nav__wrap {
  top: 0 !important;
}

@media screen and (max-width: 1920px) {
  body .popup-banner img {
    width: 100%;
  }
  body .main .section {
    padding: 0;
  }
  body .main .visual {
    width: 100%;
    height: 100%;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev {
    left: 150px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-next {
    right: 150px;
  }
}
@media screen and (max-width: 1600px) {
  body .main .section {
    padding: 0;
  }
  body .main .visual .inner .contents .slide-title {
    left: 140px;
    bottom: 180px;
    font-size: 72px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt {
    max-width: 620px;
    left: 140px;
    bottom: 30px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt p {
    font-size: 36px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt span {
    font-size: 28px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt span .new-line {
    min-height: 30px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev, body .main .visual .inner .contents .main-slide .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev::after, body .main .visual .inner .contents .main-slide .swiper-button-next::after {
    width: 24px;
    height: 24px;
    background-size: 12px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev {
    left: 60px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev::after {
    left: 3px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-next {
    right: 60px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-next::after {
    right: 5px;
  }
}
@media screen and (max-width: 1400px) {
  body.sub-body header .mobile-nav .mobile-nav-inner {
    padding: 100px 0;
  }
  body.no-scroll {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
  }
  body header {
    position: relative;
  }
  body header .inner {
    padding: 32px;
  }
  body header .inner .contents {
    display: none;
  }
  body header .inner .contents .header-menu {
    display: none;
  }
  body header .inner .hamburger {
    display: block;
  }
  body header .inner .hamburger.fixed {
    background-color: transparent;
    position: fixed;
    top: auto;
    right: 32px;
  }
  body header .mobile-nav {
    width: 600px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    visibility: hidden;
    opacity: 0;
  }
  body header .mobile-nav.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  body header .mobile-nav .mobile-nav-inner {
    padding: 100px 0;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-toggle {
    color: #2f2f2f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px;
    transition: all 0.3s ease;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-toggle p {
    color: #2f2f2f;
    font-size: 18px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-toggle.open img {
    transform: rotate(180deg);
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-toggle.open p {
    color: #014099;
    font-weight: 700;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-toggle img {
    width: 12px;
    transform: rotate(0deg);
    transition: transform 0.3s;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 {
    max-height: 0;
    background-color: #ECEFF5;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-toggle {
    color: #3f3f3f;
    padding: 0;
    font-size: 18px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2.active {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 li {
    padding: 20px 32px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 li a {
    font-size: 18px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-depth3 {
    color: #3f3f3f;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-depth3.active {
    max-height: 300px;
    opacity: 1;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-depth3 .depth3-inner {
    padding-top: 20px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-depth3 .depth3-inner li {
    padding: 8px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-depth3 .depth3-inner li:last-child {
    padding-bottom: 0;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-depth3 .depth3-inner li a {
    font-size: 16px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-depth3 .depth3-inner li a:hover {
    font-weight: 700;
  }
  body .main .section {
    margin: 180px auto;
  }
  body .main .section .inner {
    padding: 0 60px;
  }
  body .main .section .inner .title {
    font-size: 48px;
    padding-bottom: 42px;
  }
  body .main .section .inner .contents {
    max-width: 100%;
  }
  body .main .visual {
    margin-top: 0;
  }
  body .main .visual .inner {
    padding: 0;
  }
  body .main .visual .inner .contents .slide-title {
    bottom: 160px;
    font-size: 68px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt p {
    font-size: 34px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt span {
    font-size: 24px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt span .new-line {
    min-height: 28px;
  }
  body .main .around .inner .contents .grid-wrapper {
    gap: 16px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item {
    height: 360px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item a .txt p {
    font-size: 28px;
  }
  body .main .youtube {
    height: 100%;
  }
  body .main .youtube .inner {
    padding: 160px 60px;
  }
  body .main .youtube .inner .contents iframe {
    height: 600px;
  }
  body .main .club .inner .contents .nobleclub-wrapper {
    display: flex;
    align-items: stretch;
  }
  body .main .club .inner .contents .nobleclub-wrapper img {
    width: 50%;
    height: auto;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout {
    width: 50%;
    height: auto;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt {
    padding-left: 80px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt h5 {
    font-size: 32px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt span {
    font-size: 20px;
    padding-bottom: 36px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn a {
    font-size: 20px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn a::after {
    top: 7px;
    right: -16px;
  }
  body .main .news {
    margin-bottom: 0;
  }
  body .main .news .inner {
    padding: 160px 60px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents {
    gap: 32px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content {
    width: 100%;
    max-width: 440px;
    flex: 1 1 calc(33.333% - 40px);
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .img-box {
    height: 240px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout {
    padding: 20px 4px 0;
    gap: 52px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout h5 {
    font-size: 22px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout span {
    font-size: 16px;
  }
  body .main .news .inner .contents .news-wrapper .more-btn {
    width: 148px;
    height: 48px;
  }
  body .main .news .inner .contents .news-wrapper .more-btn a {
    font-size: 22px;
    padding: 4px 36px;
  }
  body aside {
    width: 100px;
    top: 180px;
  }
  body aside.collapsed {
    right: -100px;
  }
  body aside .quickmenu-list {
    gap: 16px;
  }
  body aside .quickmenu-list .quickmenu-list-item {
    width: 60px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon {
    width: 32px;
    height: 32px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.inquiry {
    background-size: 26px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.info {
    background-size: 26px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.brochure {
    background-size: 24px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.road {
    background-size: 28px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.bus {
    background-size: 26px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.blog {
    background-size: 28px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.youtube {
    background-size: 28px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link span {
    font-size: 16px;
  }
  body aside .quickmenu-top {
    width: 32px;
    height: 32px;
  }
  body aside .quickmenu-top .icon.top {
    background-size: 32px;
  }
  body footer .inner {
    max-width: 100%;
    padding: 100px 60px;
    gap: 40px;
  }
  body footer .inner .contents .footer-middle .footer-tel ul {
    gap: 16px;
  }
  body footer .inner .contents .footer-bottom .footer-address {
    width: 580px;
  }
  body footer .inner .contents .footer-bottom .footer-address p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  body .main .section {
    margin: 160px auto;
  }
  body .main .section .inner .title {
    font-size: 40px;
    padding-bottom: 32px;
  }
  body .main .visual {
    margin-top: 0;
  }
  body .main .visual .inner .contents .slide-title {
    font-size: 52px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt {
    bottom: 48px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt p {
    font-size: 28px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt span {
    font-size: 20px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt span .new-line {
    min-height: 26px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev {
    left: 40px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-next {
    right: 40px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item {
    height: 320px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item a .txt {
    left: 20px;
    bottom: 20px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item a .txt p {
    font-size: 28px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item a .txt .txt-overlay span {
    width: calc(100% - 40px);
    font-size: 18px;
  }
  body .main .youtube .inner {
    padding: 120px 60px;
  }
  body .main .youtube .inner .contents iframe {
    height: 520px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt {
    padding-left: 60px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt h5 {
    font-size: 28px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt span {
    font-size: 18px;
    padding-bottom: 28px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn a {
    font-size: 18px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn a::after {
    top: 5px;
    right: -16px;
  }
  body .main .news {
    margin-bottom: 0;
  }
  body .main .news .inner {
    padding: 120px 60px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents {
    gap: 24px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content {
    flex: 1 1 calc(33.333% - 32px);
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .img-box {
    height: 220px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout {
    gap: 40px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout h5 {
    font-size: 20px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout span {
    font-size: 16px;
  }
  body .main .news .inner .contents .news-wrapper .more-btn {
    width: 136px;
    height: 40px;
  }
  body .main .news .inner .contents .news-wrapper .more-btn a {
    font-size: 20px;
  }
  body footer .inner {
    gap: 28px;
  }
  body footer .inner .logo a img {
    min-width: 200px;
    min-height: 36px;
  }
  body footer .inner .contents .footer-top {
    margin-bottom: 24px;
  }
  body footer .inner .contents .footer-top .footer-menu ul li a {
    font-size: 18px;
  }
  body footer .inner .contents .footer-top .footer-sns {
    gap: 8px;
  }
  body footer .inner .contents .footer-top .footer-sns a i {
    background-size: 20px;
  }
  body footer .inner .contents .footer-middle {
    margin-bottom: 48px;
  }
  body footer .inner .contents .footer-middle .footer-tel ul {
    gap: 8px 12px;
  }
  body footer .inner .contents .footer-middle .footer-tel ul li {
    width: 210px;
  }
  body footer .inner .contents .footer-middle .footer-tel ul li span {
    font-size: 15px;
  }
  body footer .inner .contents .footer-middle .footer-tel ul li span:first-child {
    width: 110px;
  }
  body footer .inner .contents .footer-bottom .footer-address {
    width: 490px;
  }
  body footer .inner .contents .footer-bottom .footer-address p span {
    font-size: 12px;
  }
  body footer .inner .contents .footer-bottom .footer-bottom-util .footer-policy a {
    padding: 2px 8px;
  }
  body footer .inner .contents .footer-bottom .footer-bottom-util .footer-site ul li {
    padding-left: 8px;
  }
  body footer .inner .contents .footer-bottom .footer-bottom-util .footer-site ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  body.sub-body {
    padding-top: 0 !important;
  }
  body .main .section {
    margin: 120px auto;
  }
  body .main .section .inner .title {
    font-size: 36px;
    padding-bottom: 24px;
  }
  body .main .visual {
    margin-top: 0;
  }
  body .main .visual .inner .contents .slide-title {
    font-size: 40px;
    left: 80px;
    bottom: 140px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt {
    left: 80px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt p {
    font-size: 24px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt span {
    font-size: 18px;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt span .new-line {
    min-height: 24px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev, body .main .visual .inner .contents .main-slide .swiper-button-next {
    width: 28px;
    height: 28px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev::after, body .main .visual .inner .contents .main-slide .swiper-button-next::after {
    width: 20px;
    height: 20px;
    background-size: 10px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev {
    left: 20px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev::after {
    left: 2px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-next {
    right: 20px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-next::after {
    right: 4px;
  }
  body .main .around .inner .contents .grid-wrapper {
    gap: 12px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item {
    height: 260px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item a .txt {
    left: 16px;
    bottom: 16px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item a .txt p {
    font-size: 24px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item a .txt .txt-overlay span {
    width: calc(100% - 32px);
    font-size: 16px;
  }
  body .main .youtube .inner {
    padding: 100px 60px;
  }
  body .main .youtube .inner .contents iframe {
    height: 460px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt {
    padding-left: 40px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt h5 {
    font-size: 22px;
    padding-bottom: 8px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt span {
    font-size: 16px;
    padding-bottom: 24px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn a {
    font-size: 14px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn a::after {
    width: 6px;
    height: 12px;
    top: 3px;
    right: -12px;
    background-size: 6px;
  }
  body .main .news {
    margin-bottom: 0;
  }
  body .main .news .inner {
    padding: 100px 60px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents {
    gap: 16px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content {
    flex: 1 1 calc(33.333% - 16px);
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .img-box {
    height: 180px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout {
    gap: 40px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout h5 {
    font-size: 18px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout span {
    font-size: 14px;
  }
  body .main .news .inner .contents .news-wrapper .more-btn {
    width: 120px;
  }
  body .main .news .inner .contents .news-wrapper .more-btn a {
    font-size: 18px;
    padding: 2px 28px;
  }
  body aside {
    padding: 28px;
  }
  body aside .quickmenu-toggle-btn {
    width: 16px;
    height: 52px;
    left: -16px;
  }
  body aside .quickmenu-toggle-btn .toggle-icon {
    width: 10px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon {
    width: 28px;
    height: 28px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.inquiry {
    background-size: 24px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.info {
    background-size: 24px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.brochure {
    background-size: 22px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.road {
    background-size: 26px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.bus {
    background-size: 22px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.blog {
    background-size: 25px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.youtube {
    background-size: 26px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link span {
    font-size: 15px;
  }
  body aside .quickmenu-top {
    width: 30px;
    height: 30px;
  }
  body aside .quickmenu-top .icon.top {
    background-size: 30px;
  }
  body footer .inner {
    gap: 24px;
  }
  body footer .inner .logo a img {
    min-width: 180px;
    min-height: 28px;
  }
  body footer .inner .contents .footer-top {
    margin-bottom: 24px;
  }
  body footer .inner .contents .footer-top .footer-menu ul li {
    margin-right: 24px;
  }
  body footer .inner .contents .footer-top .footer-menu ul li a {
    font-size: 16px;
  }
  body footer .inner .contents .footer-top .footer-menu ul li::after {
    display: none;
  }
  body footer .inner .contents .footer-middle {
    margin-bottom: 48px;
  }
  body footer .inner .contents .footer-middle .footer-tel ul li {
    width: 200px;
  }
  body footer .inner .contents .footer-middle .footer-tel ul li span {
    font-size: 14px;
  }
  body footer .inner .contents .footer-middle .footer-tel ul li span:first-child {
    width: 100px;
  }
  body footer .inner .contents .footer-bottom .footer-address {
    width: 410px;
  }
  body footer .inner .contents .footer-bottom .footer-bottom-util .footer-policy a {
    padding: 4px 8px;
    font-size: 12px;
  }
  body footer .inner .contents .footer-bottom .footer-bottom-util .footer-site ul li {
    padding-left: 4px;
  }
  body footer .inner .contents .footer-bottom .footer-bottom-util .footer-site ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 904px) {
  body .popup-banner .popup-banner-btns {
    display: none;
  }
  body .popup-banner .popup-banner-btns .more-btn, body .popup-banner .popup-banner-btns .close-btn {
    font-size: 14px;
    padding: 0;
  }
  body footer .inner {
    flex-direction: column;
    align-items: center;
  }
  body footer .inner .logo {
    margin-top: 0;
    width: 180px;
    height: 28px;
  }
  body footer .inner .contents {
    max-width: 100%;
    gap: 24px;
    align-items: center;
  }
  body footer .inner .contents .footer-top {
    flex-direction: column;
    gap: 16px;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body footer .inner .contents .footer-top .footer-menu ul {
    gap: 28px;
  }
  body footer .inner .contents .footer-top .footer-menu ul li {
    margin-right: 0;
  }
  body footer .inner .contents .footer-top .footer-menu ul li a {
    font-size: 15px;
  }
  body footer .inner .contents .footer-top .footer-menu ul li:first-child {
    background-color: transparent;
  }
  body footer .inner .contents .footer-top .footer-menu ul li:first-child a {
    color: #fff;
    font-weight: 300;
    padding: 0;
  }
  body footer .inner .contents .footer-top .footer-menu ul li:first-child a:hover {
    color: #fff;
    font-weight: 700;
  }
  body footer .inner .contents .footer-top .footer-sns {
    gap: 12px;
  }
  body footer .inner .contents .footer-middle {
    margin-bottom: 0;
  }
  body footer .inner .contents .footer-middle .footer-tel ul {
    max-width: 600px;
    justify-content: flex-start;
    gap: 8px 0;
  }
  body footer .inner .contents .footer-middle .footer-tel ul li span {
    font-size: 13px;
  }
  body footer .inner .contents .footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  body footer .inner .contents .footer-bottom .footer-address {
    width: 100%;
  }
  body footer .inner .contents .footer-bottom .footer-address p {
    text-align: center;
  }
  body footer .inner .contents .footer-bottom .footer-address p span {
    font-size: 13px;
  }
  body footer .inner .contents .footer-bottom .footer-bottom-util {
    flex-direction: row;
    gap: 8px;
  }
  body footer .inner .contents .footer-bottom .footer-bottom-util .footer-policy a {
    background-color: transparent;
    color: #EFEFEF;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
  }
  body footer .inner .contents .footer-bottom .footer-bottom-util .footer-site ul li {
    padding-left: 0;
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  body.sub-body header .mobile-nav .mobile-nav-inner {
    padding: 80px 0;
  }
  body.sub-body aside {
    top: auto;
    height: 88px;
  }
  body .popup-banner {
    pointer-events: auto;
    cursor: pointer;
  }
  body .popup-banner .popup-call {
    pointer-events: auto;
  }
  body header {
    height: 80px;
  }
  body header .inner {
    height: 100%;
    padding: 16px;
  }
  body header .inner .logo {
    width: 180px;
    height: 28px;
  }
  body header .inner .hamburger.fixed {
    right: 16px;
  }
  body header .mobile-nav {
    width: 400px;
    overflow-y: auto;
  }
  body header .mobile-nav .mobile-nav-inner {
    padding: 80px 0;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-toggle {
    padding: 16px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 li {
    padding: 16px;
  }
  body .main .section {
    margin: 80px auto;
  }
  body .main .section .inner {
    padding: 0 16px;
  }
  body .main .section .inner .title {
    font-size: 32px;
    padding-bottom: 16px;
  }
  body .main .visual {
    margin-top: 0;
  }
  body .main .visual .inner {
    padding: 0;
  }
  body .main .visual .inner .contents .slide-title {
    display: none;
  }
  body .main .visual .inner .contents .main-slide .swiper-wrapper .swiper-slide .txt {
    display: none;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev {
    left: 16px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-next {
    right: 16px;
  }
  body .main .around .inner .contents .grid-wrapper {
    gap: 8px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item {
    height: 220px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item a .txt p {
    font-size: 20px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item a .txt .txt-overlay span {
    font-size: 14px;
  }
  body .main .youtube .inner {
    padding: 80px 16px;
  }
  body .main .youtube .inner .contents iframe {
    height: 380px;
  }
  body .main .club .inner .contents .nobleclub-wrapper {
    flex-direction: column;
  }
  body .main .club .inner .contents .nobleclub-wrapper img {
    width: 100%;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout {
    width: 100%;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt {
    padding: 32px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt h5 {
    font-size: 24px;
    padding-bottom: 8px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt span {
    font-size: 18px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt span .new-line {
    display: inline-block;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn {
    width: 92px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn a {
    font-size: 16px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn a::after {
    top: 4px;
  }
  body .main .news {
    margin-bottom: 0;
  }
  body .main .news .inner {
    padding: 80px 16px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content {
    flex: 1 1 calc(50% - 8px);
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content:nth-child(n+3) {
    display: none;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout {
    gap: 36px;
  }
  body aside {
    width: 100%;
    height: 88px;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 16px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
    gap: 12px;
  }
  body aside.popup-closed {
    top: auto;
  }
  body aside .quickmenu-toggle-btn {
    display: none;
  }
  body aside .quickmenu-list {
    flex-direction: row;
    gap: 12px;
  }
  body aside .quickmenu-list .quickmenu-list-item {
    width: 48px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon {
    width: 20px;
    height: 20px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.inquiry {
    background-size: 20px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.info {
    background-size: 20px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.brochure {
    background-size: 18px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.road {
    background-size: 22px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.bus {
    background-size: 18px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.blog {
    background-size: 21px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.youtube {
    background-size: 20px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link span {
    font-size: 13px;
  }
  body aside .quickmenu-top {
    width: 28px;
    height: 28px;
    display: none;
  }
  body aside .quickmenu-top .icon.top {
    background-size: 28px;
  }
  body footer .inner {
    padding: 80px 16px 100px;
    gap: 16px;
  }
  body footer .inner .logo {
    width: 160px;
    height: 24px;
  }
  body footer .inner .logo a img {
    min-width: 160px;
    height: 24px;
  }
  body footer .inner .contents {
    gap: 16px;
  }
  body footer .inner .contents .footer-top .footer-menu ul {
    gap: 24px;
  }
  body footer .inner .contents .footer-top .footer-menu ul li a {
    font-size: 14px;
  }
  body footer .inner .contents .footer-middle {
    display: none;
  }
  body footer .inner .contents .footer-bottom {
    gap: 16px;
  }
  body footer .inner .contents .footer-bottom .footer-bottom-util {
    gap: 12px;
  }
  body footer .inner .contents .footer-bottom .footer-bottom-util .footer-site ul li {
    padding-right: 12px;
  }
}
@media screen and (max-width: 480px) {
  body.sub-body header .mobile-nav .mobile-nav-inner {
    padding: 60px 0;
  }
  body.sub-body aside {
    height: 80px;
  }
  body header {
    height: 60px;
  }
  body header .inner .logo {
    width: 120px;
    height: 20px;
  }
  body header .inner .hamburger #hamburger-btn img {
    width: 20px;
  }
  body header .mobile-nav {
    width: 260px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-toggle {
    padding: 16px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-toggle p {
    font-size: 14px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-toggle img {
    width: 10px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-toggle {
    font-size: 14px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2.active {
    max-height: 500px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 li {
    padding: 16px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 li a {
    font-size: 14px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-depth3.active {
    max-height: 300px;
    opacity: 1;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-depth3 .depth3-inner {
    padding-top: 20px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-depth3 .depth3-inner li {
    padding: 8px;
  }
  body header .mobile-nav .mobile-nav-inner .mobile-depth1 .has-sub .mobile-depth2 .has-sub .mobile-depth3 .depth3-inner li a {
    font-size: 13px;
  }
  body .main .section .inner .title {
    font-size: 28px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev, body .main .visual .inner .contents .main-slide .swiper-button-next {
    width: 24px;
    height: 24px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev::after, body .main .visual .inner .contents .main-slide .swiper-button-next::after {
    background-size: 8px;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-prev::after {
    left: 0;
  }
  body .main .visual .inner .contents .main-slide .swiper-button-next::after {
    right: 2px;
  }
  body .main .around .inner .contents .grid-wrapper {
    display: flex;
    flex-direction: column;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item {
    height: 160px;
  }
  body .main .around .inner .contents .grid-wrapper .grid-item a .txt p {
    font-size: 18px;
  }
  body .main .youtube .inner .contents iframe {
    height: 320px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt {
    padding: 24px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt h5 {
    font-size: 20px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .txt span {
    font-size: 16px;
    padding-bottom: 16px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn {
    width: 80px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn a {
    font-size: 14px;
  }
  body .main .club .inner .contents .nobleclub-wrapper .txt-layout .more-btn a::after {
    top: 3px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content {
    flex: 1 1 calc(100% - 8px);
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content:nth-child(n+2) {
    display: none;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .img-box {
    height: 200px;
  }
  body .main .news .inner .contents .news-wrapper .news-contents .news-content a .txt-layout {
    gap: 32px;
    padding: 16px 8px 0;
  }
  body .main .news .inner .contents .news-wrapper .more-btn {
    width: 112px;
    height: 36px;
  }
  body .main .news .inner .contents .news-wrapper .more-btn a {
    font-size: 16px;
    padding: 2px 32px;
  }
  body aside {
    height: 80px;
  }
  body aside .quickmenu-list {
    gap: 4px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link {
    gap: 6px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon {
    width: 20px;
    height: 20px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.inquiry {
    background-size: 18px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.info {
    background-size: 18px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.brochure {
    background-size: 16px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.road {
    background-size: 20px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.bus {
    background-size: 18px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.blog {
    background-size: 18px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.youtube {
    background-size: 18px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link span {
    font-size: 10px;
  }
  body aside .quickmenu-top {
    width: 24px;
    height: 24px;
  }
  body aside .quickmenu-top .icon.top {
    background-size: 24px;
  }
  body footer .inner {
    padding: 60px 16px 100px;
  }
  body .modal .modal-content {
    width: 340px;
    min-height: 420px;
    max-height: 600px;
    top: 50%;
  }
  body .modal .modal-content .modal-wrap .modal-title {
    font-size: 24px;
  }
  body .modal .modal-content .modal-wrap .modal-wrap-content p {
    font-size: 18px;
    margin-bottom: 4px;
  }
  body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns {
    gap: 8px;
    margin-top: 56px;
  }
  body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a {
    height: 40px;
    font-size: 16px;
  }
  body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a.tel img {
    width: 18px;
  }
  body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a.inquiry img:first-child {
    width: 18px;
  }
  body .modal .modal-content .modal-bottom-line {
    height: 40px;
  }
  body .modal .modal-content .modal-check-wrap {
    bottom: 10px;
    font-size: 14px;
  }
  body .modal .modal-content .modal-close {
    bottom: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  body.sub-body aside {
    height: 72px;
  }
  body .popup-banner .mobile-text {
    padding: 25px 0;
  }
  body .popup-banner .mobile-text span {
    font-size: 20px;
  }
  body .main .youtube .inner .contents iframe {
    height: 100%;
  }
  body aside {
    height: 72px;
    padding: 12px;
  }
  body aside .quickmenu-list .quickmenu-list-item {
    width: 36px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon {
    width: 16px;
    height: 16px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.inquiry {
    background-size: 16px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.info {
    background-size: 16px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.brochure {
    background-size: 14px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.road {
    background-size: 18px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.bus {
    background-size: 14px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.blog {
    background-size: 16px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link .icon.youtube {
    background-size: 16px;
  }
  body aside .quickmenu-list .quickmenu-list-item .quickmenu-link span {
    font-size: 8px;
  }
  body aside .quickmenu-top {
    width: 20px;
    height: 20px;
  }
  body aside .quickmenu-top .icon.top {
    background-size: 20px;
  }
  body .modal .modal-content {
    width: 280px;
    min-height: 372px;
  }
  body .modal .modal-content .modal-wrap {
    padding: 20px;
  }
  body .modal .modal-content .modal-wrap .modal-title {
    font-size: 22px;
  }
  body .modal .modal-content .modal-wrap .modal-wrap-content p {
    font-size: 16px;
  }
  body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns {
    gap: 8px;
    margin-top: 56px;
  }
  body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a {
    height: 40px;
    font-size: 14px;
  }
  body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a.tel img {
    width: 16px;
  }
  body .modal .modal-content .modal-wrap .modal-wrap-content .modal-btns a.inquiry img:first-child {
    width: 16px;
  }
  body .modal .modal-content .modal-bottom-line {
    height: 36px;
  }
  body .modal .modal-content .modal-check-wrap {
    bottom: 8px;
    font-size: 12px;
  }
  body .modal .modal-content .modal-close {
    bottom: 10px;
    font-size: 12px;
  }
}/*# sourceMappingURL=neo_main.css.map */