@charset "UTF-8";
/* Made by Masstige */
@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.main-visual {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  background: #fff;
}
@media all and (max-width: 1200px) {
  .main-visual {
    padding: 0;
    padding-top: 60px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.main-visual-inner {
  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;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1200px) {
  .main-visual-inner {
    padding: 1.25rem 0 2.5rem 0;
  }
}
.main-visual .swiper-wrapper {
  height: auto;
}
.main-visual .swiper-slide .txt-bx .title,
.main-visual .swiper-slide .txt-bx .text {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms opacity, 1000ms -webkit-transform;
  transition: 1000ms opacity, 1000ms -webkit-transform;
  transition: 1000ms opacity, 1000ms transform;
  transition: 1000ms opacity, 1000ms transform, 1000ms -webkit-transform;
}
.main-visual .swiper-slide-active .txt-bx .title,
.main-visual .swiper-slide-active .txt-bx .text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.main-text-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
}
@media all and (max-width: 1200px) {
  .main-text-bx {
    display: unset;
    margin-bottom: 0;
  }
}
.main-text-bx p {
  font-size: 2rem;
  font-weight: bold;
}
.main-text-bx p.txt1 {
  color: #000;
}
.main-text-bx p.txt2 {
  background: #761311;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1200px) {
  .main-text-bx p {
    font-size: 1.875rem;
  }
}
.main-text-bx span {
  width: 6.25rem;
  height: 1px;
  background: #000;
  display: inline-block;
  margin: 0 0.75rem 0 1.3125rem;
}
@media all and (max-width: 1200px) {
  .main-text-bx span {
    width: 1.25rem;
    margin: 0 0.625rem 0 0;
  }
}

.slider {
  width: 100%;
}
.slider .container {
  max-width: 1546px;
}
.slider .swiper-container {
  padding-bottom: 24px;
  margin-top: 3.75rem;
}
@media all and (max-width: 1200px) {
  .slider .swiper-container {
    margin-top: 1.25rem;
  }
}
.slider .slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem 1.4375rem;
  min-height: 35.75rem;
}
@media all and (max-width: 1200px) {
  .slider .slide-list {
    min-height: unset;
  }
}
.slider .swiper-wrapper {
  gap: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.slider .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 0.625rem;
}
.slider .slide-item {
  width: calc(25% - 1.09375rem);
  height: auto;
  background: transparent;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.slider .list {
  width: 100%;
  border-radius: 12px;
  font-size: 18px;
}
@media all and (max-width: 1200px) {
  .slider .list {
    width: calc(50% - 0.3125rem);
  }
}
.slider .list a {
  display: block;
  width: 100%;
}
.slider .video-wrap {
  position: relative;
}
.slider .video-wrap.active .stop_btn, .slider .video-wrap.active .start_btn {
  opacity: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider .video-wrap.active:hover .stop_btn, .slider .video-wrap.active:hover .start_btn {
  opacity: 1 !important;
}
.slider .video-bx {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.slider .video-bx::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
}
@media all and (max-width: 1200px) {
  .slider .video-bx::after {
    display: none;
  }
}
.slider .video-bx .video-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: transparent;
  pointer-events: none;
}
.slider .video-bx iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 12px;
  pointer-events: none;
}
.slider .txt-bx {
  margin-top: 0.875rem;
}
.slider .txt-bx .tit {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 1200px) {
  .slider .txt-bx .tit {
    font-size: 1.25rem;
  }
}
.slider .txt-bx .dec {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
  height: auto;
}
@media all and (max-width: 1200px) {
  .slider .txt-bx .dec {
    font-size: 1.125rem;
  }
}
.slider .thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.slider .thumb-img:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
.slider .thumb-img.active {
  display: none;
}
.slider .thumb-img::before {
  content: "";
  background-image: url(../images/icon/play-btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.slider .thumb-img::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider .thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.slider .swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  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;
  gap: 0.625rem;
  bottom: 0;
}
.slider .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: #A3A3A3;
}
.slider .swiper-pagination-bullet-active {
  background: #761311;
}

.mute_btn,
.mute_btn2 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 50;
  display: none;
}
.mute_btn.active,
.mute_btn2.active {
  display: block;
}
.mute_btn::before,
.mute_btn2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z'/%3E%3C/svg%3E");
}
.mute_btn.unmuted::before,
.mute_btn2.unmuted::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z'/%3E%3C/svg%3E");
}

.stop_btn,
.stop_btn2,
.start_btn,
.start_btn2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.stop_btn.active,
.stop_btn2.active,
.start_btn.active,
.start_btn2.active {
  display: block;
}

.cursor-bx {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
}
.cursor-bx .cursor {
  width: 0;
  height: 0;
  background-image: url("../images/main/cursor.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  pointer-events: none;
}
.cursor-bx.active .cursor {
  width: 120px;
  height: 120px;
}
.cursor-bx.active2 .cursor {
  width: 120px;
  height: 120px;
  background-image: url("../images/main/cursor2.svg");
}
@media all and (max-width: 1200px) {
  .cursor-bx {
    display: none;
  }
}

.section--1 {
  position: relative;
  overflow: hidden;
  z-index: 50;
  width: 100%;
  background-image: url(../images/main/section-1-change-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: #fff;
}
.section--1 .main-title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -4px;
  line-height: 1.4;
  color: #761311;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5rem;
}
@media all and (max-width: 1200px) {
  .section--1 .main-title {
    font-size: 1.75rem;
    padding-top: 2.5rem;
  }
}
.section--1 .slideWrap {
  overflow: hidden;
  position: relative;
  background-image: url(../images/main/section-1-change-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  background: #fff;
  /* 0707 추가 */
  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;
}
@media all and (max-width: 1200px) {
  .section--1 .slideWrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
  }
}
.section--1 .slideArea {
  position: relative;
  z-index: 5;
}
@media all and (max-width: 1200px) {
  .section--1 .slideArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.section--1 .slideArea .swiper-wrapper {
  height: auto !important;
}
.section--1 .profile-bx .profile-img {
  position: relative;
  z-index: 5;
  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;
  width: 100%;
  aspect-ratio: 1920/550;
  overflow: hidden;
}
.section--1 .profile-bx .profile-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media all and (max-width: 1200px) {
  .section--1 .profile-bx .profile-img {
    max-height: unset;
    margin-top: 20px;
  }
}
@media all and (max-width: 768px) {
  .section--1 .profile-bx .profile-img {
    aspect-ratio: unset;
  }
}
.section--1 .profile-slide {
  width: 100%;
  max-width: 640px;
  margin: 20px auto 35px auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media all and (max-width: 1200px) {
  .section--1 .profile-slide {
    margin: 16px auto;
  }
}
@media all and (max-width: 768px) {
  .section--1 .profile-slide .dec--15 {
    font-size: 14px;
    line-height: 1.4;
  }
}
.section--1 .profile-slide .img-wrap {
  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;
}
.section--1 .profile-slide .img-bx {
  aspect-ratio: 120/120;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.625rem;
  border: 0px solid #dfae76;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 120px;
  background-color: #dfae76;
}
.section--1 .profile-slide .img-bx img {
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media all and (max-width: 768px) {
  .section--1 .profile-slide .img-bx {
    aspect-ratio: 80/80;
    width: 80px;
  }
}
.section--1 .profile-slide .swiper-wrapper {
  height: auto;
}
@media all and (max-width: 1200px) {
  .section--1 .profile-slide .swiper-wrapper {
    height: auto !important;
  }
}
.section--1 .profile-slide .swiper-slide {
  text-align: center;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .section--1 .profile-slide .swiper-slide {
    width: 120px;
  }
}
@media all and (max-width: 576px) {
  .section--1 .profile-slide .swiper-slide {
    width: 100px;
  }
}
@media all and (max-width: 375px) {
  .section--1 .profile-slide .swiper-slide {
    width: 80px;
  }
}
.section--1 .profile-slide .swiper-slide-active .img-wrap {
  -webkit-animation: bounce 0.7s ease-in-out forwards;
          animation: bounce 0.7s ease-in-out forwards;
}
.section--1 .profile-slide .swiper-slide-active .img-bx {
  border: 1px solid #dfae76;
}
.section--1 .profile-slide .swiper-slide-active .img-bx img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.section--1 .profile-slide .swiper-slide.active2 .img-wrap {
  -webkit-animation: bounce 0.7s ease-in-out forwards;
          animation: bounce 0.7s ease-in-out forwards;
}
.section--1 .profile-slide .swiper-slide.active2 .img-bx {
  border: 3px solid #dfae76;
}
.section--1 .profile-slide .swiper-slide.active2 .img-bx img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section--2 {
  height: 100vh;
  background: #fff;
  position: relative;
}
@media all and (max-width: 1200px) {
  .section--2 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.section--2.active .left-bx .img-bx {
  width: 100%;
  opacity: 1;
}
@media all and (max-width: 1200px) {
  .section--2.active .left-bx .img-bx {
    height: 100%;
    clip-path: inset(0);
  }
}
.section--2--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
@media all and (max-width: 1200px) {
  .section--2--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.section--2--inner .left-bx {
  width: 51.875rem;
  height: 100%;
  position: relative;
}
@media all and (max-width: 1400px) {
  .section--2--inner .left-bx {
    width: 37.5rem;
  }
}
@media all and (max-width: 1200px) {
  .section--2--inner .left-bx {
    width: 100%;
  }
}
.section--2--inner .left-bx .qna-title {
  font-size: 3rem;
  font-weight: bold;
  color: #761311;
  line-height: 1.25;
}
@media all and (max-width: 1200px) {
  .section--2--inner .left-bx .qna-title {
    font-size: 1.5rem;
  }
}
.section--2--inner .left-bx .qna-dec {
  font-weight: 300;
  color: #761311;
  margin-top: 6px;
}
.section--2--inner .left-bx .search-wrap {
  margin: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section--2--inner .left-bx .search-wrap form,
.section--2--inner .left-bx .search-wrap fieldset {
  width: 100%;
}
.section--2--inner .left-bx .search-wrap input {
  background: #fff;
  height: 43px;
  border: 1px solid #16263d;
  padding: 0 16px;
  border-radius: 3px;
}
.section--2--inner .left-bx .search-wrap input::-webkit-input-placeholder {
  font-size: 15px;
  color: #16263d;
}
.section--2--inner .left-bx .search-wrap input::-moz-placeholder {
  font-size: 15px;
  color: #16263d;
}
.section--2--inner .left-bx .search-wrap input:-ms-input-placeholder {
  font-size: 15px;
  color: #16263d;
}
.section--2--inner .left-bx .search-wrap input::-ms-input-placeholder {
  font-size: 15px;
  color: #16263d;
}
.section--2--inner .left-bx .search-wrap input::placeholder {
  font-size: 15px;
  color: #16263d;
}
.section--2--inner .left-bx .search-wrap img {
  width: 16px;
}
.section--2--inner .left-bx .search-wrap .all-view-btn {
  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;
  width: 93px;
  height: 43px;
  background: #761311;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  gap: 4px;
  min-width: 93px;
}
@media all and (max-width: 768px) {
  .section--2--inner .left-bx .search-wrap .all-view-btn {
    min-width: 80px;
    width: 80px;
  }
}
.section--2--inner .left-bx .qna-list-bx {
  padding: 6.5625rem 4rem 3.375rem 7.6875rem;
}
@media all and (max-width: 1400px) {
  .section--2--inner .left-bx .qna-list-bx {
    padding: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .section--2--inner .left-bx .qna-list-bx {
    padding: 2.5rem 20px;
  }
}
.section--2--inner .left-bx .qna-list-bx ul {
  max-height: 36.875rem;
  overflow-y: auto;
  padding-right: 2.9375rem;
  margin-top: 2.5rem;
}
@media all and (max-width: 1400px) {
  .section--2--inner .left-bx .qna-list-bx ul {
    padding-right: 1.25rem;
  }
}
@media all and (max-width: 1200px) {
  .section--2--inner .left-bx .qna-list-bx ul {
    max-height: 40.625rem;
    margin-top: 1.25rem;
  }
}
.section--2--inner .left-bx .qna-list-bx ul::-webkit-scrollbar {
  width: 5px;
}
.section--2--inner .left-bx .qna-list-bx ul::-webkit-scrollbar-thumb {
  background: #761311;
  border-radius: 10px;
}
.section--2--inner .left-bx .qna-list-bx ul::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 10px;
}
.section--2--inner .left-bx .qna-list-bx ul li {
  padding: 1.25rem 0;
}
.section--2--inner .left-bx .qna-list-bx ul a {
  display: block;
}
.section--2--inner .left-bx .new_txt {
  display: inline-block;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  width: 32px;
  height: 19px;
  border-radius: 2px;
  background: #bd7f4a;
  color: #fff;
  margin-right: 6px;
  min-width: 32px;
}
.section--2--inner .left-bx .classification {
  font-size: 15px;
  color: #bd7f4a;
}
@media all and (max-width: 1200px) {
  .section--2--inner .left-bx .classification {
    font-size: 1rem;
  }
}
.section--2--inner .left-bx .title-box {
  margin: 0.3125rem 0 0.9375rem 0;
}
.section--2--inner .left-bx .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #761311;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 38px);
}
.section--2--inner .left-bx .dec {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
  height: auto;
}
@media all and (max-width: 1200px) {
  .section--2--inner .left-bx .dec {
    font-size: 1rem;
  }
}
.section--2--inner .right-bx {
  width: calc(100% - 51.875rem);
  padding: 0 6.875rem 0 3.75rem;
  background-image: url(../images/main/section-2-bg.png);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx {
    width: calc(100% - 37.5rem);
  }
}
@media all and (max-width: 1200px) {
  .section--2--inner .right-bx {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
  }
}
.section--2--inner .right-bx {
  width: calc(100% - 51.875rem);
  padding: 6.5625rem 6.875rem 0 3.75rem;
  background-image: url(../images/main/section-2-bg.png);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 1546px) {
  .section--2--inner .right-bx {
    padding: 2.5625rem 6.875rem 0 2.75rem;
  }
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx {
    width: calc(100% - 37.5rem);
    padding: 2.5rem;
  }
}
@media all and (max-width: 1200px) {
  .section--2--inner .right-bx {
    width: 100%;
    height: 100%;
    padding: 2.5rem 1.25rem;
  }
}
.section--2--inner .right-bx .title-bx .title {
  font-size: 3rem;
  font-weight: bold;
  color: #761311;
  line-height: 1.25;
}
@media all and (max-width: 1200px) {
  .section--2--inner .right-bx .title-bx .title {
    font-size: 1.5rem;
  }
}
.section--2--inner .right-bx .title-bx .dec {
  font-weight: 300;
  color: #761311;
  margin-top: 6px;
}
.section--2--inner .right-bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7.5rem;
}
@media all and (max-width: 1800px) {
  .section--2--inner .right-bx ul {
    gap: 1.25rem;
  }
}
@media all and (max-width: 1200px) {
  .section--2--inner .right-bx ul {
    padding: 2.5rem 0;
  }
}
.section--2--inner .right-bx ul li {
  width: calc(50% - 3.75rem);
}
@media all and (max-width: 1800px) {
  .section--2--inner .right-bx ul li {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .section--2--inner .right-bx ul li {
    padding: 1.875rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.section--2--inner .right-bx ul .count-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.section--2--inner .right-bx ul .dec--18 {
  margin-bottom: 0.75rem;
}
.section--2--inner .right-bx ul strong {
  display: inline-block;
  font-size: 6.875rem;
  font-weight: 500;
  color: #761311;
  font-family: "Poppins", "Pretendard", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif;
  letter-spacing: -5px;
  line-height: 1;
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx ul strong {
    font-size: 4.75rem;
  }
}
.section--2--inner .right-bx ul strong.plus {
  position: relative;
}
.section--2--inner .right-bx ul strong.plus::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 600;
  color: #761311;
  position: absolute;
  top: 0;
  right: -20px;
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx ul strong.plus::after {
    font-weight: normal;
  }
}
.section--2--inner .right-bx ul strong.text {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -1px;
  max-width: 245px;
  font-weight: 900;
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx ul strong.text {
    font-size: 1.875rem;
    letter-spacing: -0.5px;
    font-weight: 700;
  }
}
@media all and (max-width: 320px) {
  .section--2--inner .right-bx ul strong.text {
    max-width: 150px;
  }
}
.section--2--inner .right-bx ul .dec {
  display: inline-block;
  margin: 0 0.625rem 0 0.625rem;
  color: #999;
  font-size: 1.125rem;
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx ul .dec {
    margin: 0 0 0 0.625rem;
  }
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx ul .dec.big {
    margin: 0 0 0 1.875rem;
  }
}
.section--2--inner .right-bx ul .area {
  font-size: 2.5rem;
  font-weight: 900;
  font-family: "Poppins", "Pretendard", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif;
  color: #761311;
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx ul .area {
    font-weight: 700;
    font-size: 1.875rem;
  }
}
.section--2--inner .right-bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7.5rem;
  /* 1020 */
  margin-top: 3.75rem;
  gap: 3rem;
}
@media all and (max-width: 1800px) {
  .section--2--inner .right-bx ul {
    gap: 1.25rem;
    margin-top: 24px;
  }
}
@media all and (max-width: 1200px) {
  .section--2--inner .right-bx ul {
    padding: 1.25rem 0 2.5rem 0;
    margin-top: 0;
  }
}
.section--2--inner .right-bx ul li {
  width: calc(50% - 3.75rem);
}
@media all and (max-width: 1800px) {
  .section--2--inner .right-bx ul li {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .section--2--inner .right-bx ul li {
    padding: 1.875rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.section--2--inner .right-bx ul .count-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.section--2--inner .right-bx ul .dec--18 {
  margin-bottom: 0.75rem;
  /* 1021 */
  font-size: 1.375em;
}
@media all and (max-width: 1546px) {
  .section--2--inner .right-bx ul .dec--18 {
    line-height: 30px;
  }
}
.section--2--inner .right-bx ul strong {
  display: inline-block;
  font-size: 35px;
  color: #761311;
  letter-spacing: -5px;
  line-height: 1;
  /* 1021 */
  color: var(--main, #16263d);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -2px;
  text-transform: uppercase;
}
@media all and (max-width: 1546px) {
  .section--2--inner .right-bx ul strong {
    font-size: 30px;
  }
}
@media all and (max-width: 1200px) {
  .section--2--inner .right-bx ul strong {
    font-size: 1.875rem;
  }
}
.section--2--inner .right-bx ul strong.big-txt {
  font-size: 3.75rem;
}
@media all and (max-width: 1546px) {
  .section--2--inner .right-bx ul strong.big-txt {
    line-height: 60px;
  }
}
@media all and (max-width: 1200px) {
  .section--2--inner .right-bx ul strong.big-txt {
    font-size: 2.5rem;
  }
}
.section--2--inner .right-bx ul strong.plus {
  position: relative;
}
.section--2--inner .right-bx ul strong.plus::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 600;
  color: #761311;
  position: absolute;
  top: 0;
  right: -20px;
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx ul strong.plus::after {
    font-weight: normal;
  }
}
.section--2--inner .right-bx ul strong.text {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -1px;
  max-width: 245px;
  font-weight: 900;
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx ul strong.text {
    font-size: 1.875rem;
    letter-spacing: -0.5px;
    font-weight: 700;
  }
}
@media all and (max-width: 320px) {
  .section--2--inner .right-bx ul strong.text {
    max-width: 150px;
  }
}
.section--2--inner .right-bx ul strong span {
  display: inline-block;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
}
.section--2--inner .right-bx ul .dec {
  display: inline-block;
  margin: 0 0.625rem 0 0.625rem;
  color: #999;
  font-size: 1.125rem;
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx ul .dec {
    margin: 0 0 0 0.625rem;
  }
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx ul .dec.big {
    margin: 0 0 0 1.875rem;
  }
}
.section--2--inner .right-bx ul .area {
  font-size: 2.5rem;
  font-weight: 900;
  font-family: "Poppins", "Pretendard", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif;
  color: #761311;
}
@media all and (max-width: 1400px) {
  .section--2--inner .right-bx ul .area {
    font-weight: 700;
    font-size: 1.875rem;
  }
}
.section--3 {
  background-image: url(../images/main/section-3-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: relative;
  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;
}
@media all and (max-width: 1200px) {
  .section--3 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.section--3 .sec3-inner {
  width: 100%;
}
@media all and (max-width: 1200px) {
  .section--3 .sec3-inner {
    padding: 6.625rem 0;
  }
}
@media all and (max-width: 768px) {
  .section--3 .sec3-inner {
    padding: 2.5rem 10px 5rem;
  }
}
@media all and (max-width: 1200px) {
  .section--3 .sec3-inner .container {
    padding: 0;
  }
}
.section--3 .sec3-inner .slide-bx {
  margin-top: 5rem;
  position: relative;
}
@media all and (max-width: 1200px) {
  .section--3 .sec3-inner .slide-bx {
    margin-top: 2.5rem;
  }
}
.section--3 .sec3-inner .swiper-container {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
@media all and (max-width: 768px) {
  .section--3 .sec3-inner .swiper-container {
    padding: 2.5rem 0;
  }
}
.section--3 .sec3-inner .swiper-wrapper {
  height: auto !important;
}
.section--3 .sec3-inner .swiper-slide {
  width: 33.3333%;
  opacity: 0.6;
  -webkit-transform: scale(0.57);
          transform: scale(0.57);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .section--3 .sec3-inner .swiper-slide {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
}
.section--3 .sec3-inner .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.4) !important;
          transform: scale(1.4) !important;
  opacity: 1 !important;
}
@media all and (max-width: 1200px) {
  .section--3 .sec3-inner .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.35) !important;
            transform: scale(1.35) !important;
  }
}
@media all and (max-width: 576px) {
  .section--3 .sec3-inner .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.section--3 .sec3-inner .slide-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
}
.section--3 .sec3-inner .slide-media .yt-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}
.section--3 .sec3-inner .slide-media .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}
.section--3 .sec3-inner .slide-media .thumb.hidden {
  display: none;
}
.section--3 .sec3-inner .slide-media .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
}
.section--3 .sec3-inner .slide-media .thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.section--3 .sec3-inner .slide-media .thumb .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}
.section--3 .sec3-inner .slide-media .thumb .play-btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.section--3 .sec3-inner .slide-media .thumb:hover::after {
  background: rgba(0, 0, 0, 0.3);
}
.section--3 .sec3-inner .slide-media .thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  pointer-events: none;
}
.section--3 .sec3-inner .swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.5rem;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.section--3 .sec3-inner .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 16px;
  background: rgba(0, 0, 0, 0.2);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  border-radius: 0;
  opacity: 1;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.section--3 .sec3-inner .swiper-pagination-bullet-active {
  background: #761311;
}
.section--5 {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
@media all and (max-width: 1200px) {
  .section--5 {
    min-height: unset;
  }
}
.section--5--inner {
  background-image: url(../images/main/section-5-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10rem 0;
}
@media all and (max-width: 1200px) {
  .section--5--inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 3.75rem 0;
  }
}
.section--5.active .center-bx .title--50,
.section--5.active .center-bx .tabArea {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section--5 .center-bx {
  position: absolute;
  top: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media all and (max-width: 1200px) {
  .section--5 .center-bx {
    position: unset;
    -webkit-transform: none;
            transform: none;
  }
}
.section--5 .center-bx .title--50,
.section--5 .center-bx .tabArea {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media all and (max-width: 768px) {
  .section--5 .center-bx .mobile-wrap a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .section--5 .center-bx .mobile-wrap a + a {
    margin-top: 8px;
  }
}
.section--5 .center-bx a {
  display: block;
}
.section--5 .tabArea {
  margin-top: 2.5rem;
}
@media all and (max-width: 1200px) {
  .section--5 .tabArea {
    margin-top: 1.25rem;
  }
}
.section--5 .tabHeader {
  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;
}
@media all and (max-width: 1200px) {
  .section--5 .tabHeader {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1200px) {
  .section--5 .tabHeader li {
    width: calc(33.33% - 0.625rem);
  }
}
.section--5 .tabHeader li:nth-child(1) span::before {
  display: none;
}
.section--5 .tabHeader li.active span {
  color: #761311;
  font-weight: bold;
}
.section--5 .tabHeader li.active span::after {
  opacity: 1;
}
.section--5 .tabHeader span {
  padding: 0 10px;
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  margin-inline: auto;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .section--5 .tabHeader span {
    font-size: 0.9375rem;
  }
}
.section--5 .tabHeader span::before {
  content: "";
  width: 1px;
  height: 60%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  left: 0;
}
.section--5 .tabHeader span::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #761311;
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section--5 .tabContent {
  margin-top: 3.4375rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 1200px) {
  .section--5 .tabContent {
    margin: 2.0625rem auto 0;
  }
}
.section--5 .tabContent .content-bx {
  background-image: url(../images/main/review-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 415px;
  height: 486px;
  padding: 2.5rem 2.5rem 0 2.5rem;
  -webkit-filter: drop-shadow(15px 15px 40px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(15px 15px 40px rgba(0, 0, 0, 0.1));
  color: #fff;
  position: relative;
}
.section--5 .tabContent .content-bx::after {
  content: "";
  background-image: url(../images/main/partner-logo.svg);
  width: 76px;
  height: 154px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .section--5 .tabContent .content-bx {
    background-image: url(../images/main/review-bg-m.png);
    margin: 0 auto;
    background-color: #761311;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2.8125rem 1.875rem;
    max-width: 45rem;
    clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);
  }
}
.section--5 .tabContent .top-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section--5 .tabContent .top-bx div {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #0f3267;
  padding: 4px 6px;
  background: #fff;
  border-radius: 6px;
  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;
  max-width: 100px;
}
@media all and (max-width: 768px) {
  .section--5 .tabContent .top-bx div {
    font-size: 0.875rem;
  }
}
.section--5 .tabContent .title-bx {
  margin-top: 3.75rem;
  padding-bottom: 1.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media all and (max-width: 1200px) {
  .section--5 .tabContent .title-bx {
    margin-top: 1.875rem;
    padding-bottom: 0.625rem;
  }
}
.section--5 .tabContent .title-bx p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
  height: auto;
  font-family: "NanumMyeongjo";
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media all and (max-width: 1200px) {
  .section--5 .tabContent .title-bx p {
    font-size: 1.125rem;
  }
}
.section--5 .tabContent .dec-bx {
  padding-top: 1.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 7.5em;
  height: auto;
  line-height: 1.8;
  letter-spacing: 0;
}
@media all and (max-width: 1200px) {
  .section--5 .tabContent .dec-bx {
    padding-top: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 9em;
    height: auto;
    font-size: 1rem;
  }
}
.section--5 .tabContent .client-bx {
  padding-top: 1.625rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  letter-spacing: 0;
}
@media all and (max-width: 1200px) {
  .section--5 .tabContent .client-bx {
    padding-top: 0.625rem;
    font-size: 1rem;
  }
}
.section--5 .more-btn {
  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;
}
.section--5 .more-btn p {
  width: 12.5rem;
  height: 3.125rem;
  border-radius: 6px;
  border: 1px solid rgba(17, 38, 59, 0.4);
  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: 1.125rem;
  color: #761311;
  gap: 1.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media all and (min-width: 768.02px) {
  .section--5 .more-btn p:hover {
    background: #761311;
    color: #fff;
  }
}
@media all and (max-width: 1200px) {
  .section--5 .more-btn p {
    width: 10.3125rem;
    height: 2.5rem;
    font-size: 1rem;
    gap: 1.25rem;
  }
}
.section--5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-width: 1720px;
  gap: 30px;
}
.section--5 .swiper-container {
  margin-left: unset;
  margin-right: unset;
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
}
@media all and (max-width: 1200px) {
  .section--5 .swiper-container {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-left: auto;
    margin-right: auto;
  }
}
.section--5 .swiper-wrapper {
  width: auto;
  height: auto;
  display: unset;
}
@media all and (max-width: 1200px) {
  .section--5 .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section--5 .swiper-slide {
  height: auto;
}
@media all and (max-width: 1200px) {
  .section--5 .swiper-slide {
    height: 100%;
  }
}
.section--5 .review-list,
.section--5 .m-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 31.25rem;
  gap: 1.25rem;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
@media all and (max-width: 1200px) {
  .section--5 .review-list,
  .section--5 .m-slide {
    max-width: 100%;
    margin-top: 3.75rem;
  }
}
.section--5 .review-list.active.review-list-1,
.section--5 .m-slide.active.review-list-1 {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.section--5 .review-list.active.review-list-2,
.section--5 .m-slide.active.review-list-2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section--5 .review-list.review-list-1,
.section--5 .m-slide.review-list-1 {
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
}
.section--5 .review-list.review-list-2,
.section--5 .m-slide.review-list-2 {
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.section--5 .review-list.review-list-2 ul:nth-child(2),
.section--5 .m-slide.review-list-2 ul:nth-child(2) {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.section--5 .review-list li,
.section--5 .m-slide li {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-filter: drop-shadow(4px 4px 30px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(4px 4px 30px rgba(0, 0, 0, 0.08));
}
.section--5 .review-list li::after,
.section--5 .m-slide li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section--5 .review-list li + li,
.section--5 .m-slide li + li {
  margin-top: 1rem;
}
@media all and (max-width: 1200px) {
  .section--5 .review-list li + li,
  .section--5 .m-slide li + li {
    margin-top: 0;
  }
}
@media all and (min-width: 768.02px) {
  .section--5 .review-list li:hover .img-bx,
  .section--5 .m-slide li:hover .img-bx {
    clip-path: circle(100%);
  }
  .section--5 .review-list li:hover .review,
  .section--5 .m-slide li:hover .review {
    opacity: 0;
  }
}
.section--5 .review-list .img-bx,
.section--5 .m-slide .img-bx {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  clip-path: circle(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 8px;
}
@media all and (max-width: 768px) {
  .section--5 .review-list .img-bx,
  .section--5 .m-slide .img-bx {
    aspect-ratio: 240/160;
  }
  .section--5 .review-list .img-bx img,
  .section--5 .m-slide .img-bx img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section--5 .review-list .review,
.section--5 .m-slide .review {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .section--5 .review-list .review,
  .section--5 .m-slide .review {
    font-size: 0.875rem;
  }
}
.section {
  /*
    &--6 {
      height: 100vh;
      position: relative;
      overflow: hidden;

      @include mdq-max(xl) {
        height: fit-content;
      }

      &--inner {
        position: relative;
        overflow: hidden;
        height: 100%;

        &.active {
          .left-bx,
          .right-bx {
            opacity: 1;
            transform: translateY(0);
          }

          .more-link-bx {
            a {
              width: rem(294);

              @include mdq-max(xl) {
                width: rem(217);
              }
            }
          }
        }
      }

      .bg-bx-2 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        z-index: 1;
        max-width: 100%;
        clip-path: circle(25% at center);
        transition: clip-path 0.7s ease-in-out;

        &.active {
          clip-path: circle(150% at center);
        }

        @include mdq-max(xl) {
        }

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      .container {
        display: flex;
        gap: rem(100);
        height: 100%;

        @include mdq-max(xl) {
          flex-direction: column;
          gap: 0;
        }

        @include mdq-max(md) {
          padding: 0;
        }

        > div {
          flex: 1;
          width: 50%;

          @include mdq-max(xl) {
            width: 100%;
            flex: unset;
          }
        }
      }

      .left-bx {
        position: relative;
        display: flex;
        align-items: end;
        justify-content: center;
        padding-bottom: rem(210);
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.7s 0.5s;
        z-index: 5;

        @include mdq-max(xl) {
          padding-bottom: 0;
          padding-top: rem(210);
          overflow: hidden;
        }

        @include mdq-max(md) {
          padding: rem(210) 20px 0;
        }

        &::before {
          content: "";
          background-image: url(../images/main/fix-phone.png);
          @include bg-img;
          width: rem(405);
          height: rem(822);
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0;
          z-index: 1;

          @include mdq-max(xl) {
            bottom: unset;
            top: 0;
            background-image: url(../images/main/fix-phone-m.png);
          }

          @include mdq-max(sm) {
            width: 261px;
            height: 531px;
          }
        }

        .youtube-bx {
          position: relative;
          @include d-flex;
          aspect-ratio: 16/9;
          overflow: hidden;
          border-radius: 16px;
          z-index: 5;
          border: 2px solid transparent;
          background-image:
            linear-gradient(#fff, #fff),
            linear-gradient(45deg, #d2b18a 0%, #795b40 58%, #dfae76 100%);
          background-origin: border-box;
          background-clip: content-box, border-box;
          width: 720px;

          &.active {
            .stop_btn3,
            .start_btn3 {
              opacity: 0 !important;
              transition: 0.3s;
            }

            &:hover {
              .stop_btn3,
              .start_btn3 {
                opacity: 1 !important;
              }
            }
          }

          iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            pointer-events: none !important;
            border-radius: 12px;
          }

          @include mdq-max(xl) {
            max-width: 720px;
            height: 0;
            padding-bottom: 56.25%;
          }

          .thumbnail2 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 5;
            cursor: pointer;

            &.active {
              display: none;
            }

            &:hover {
              &::after {
                background: rgba($black, 0.5);
              }
            }

            &::before {
              content: "";
              background-image: url(../images/icon/play-btn.svg);
              @include bg-img;
              width: 10px;
              height: 11px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 3;
            }

            &::after {
              content: "";
              width: 40px;
              height: 40px;
              border-radius: 50%;
              background-color: rgba($white, 0.35);
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 1;
              transition: all 0.3s ease-in-out;
            }

            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 12px;
            }
          }
        }
      }

      .m-text-bx {
        @include mdq-max(xl) {
          padding: rem(74) 20px 0 20px;
          position: relative;
          z-index: 5;
        }
      }

      .right-bx {
        padding: rem(165) 0;
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.8s 0.5s;
        z-index: 5;
        position: relative;

        @include mdq-max(xl) {
          padding: rem(30) 0;
        }

        .swiper-wrapper {
          height: auto !important;
        }

        .swiper-slide {
          a {
            display: block;
          }

          .title {
            font-size: rem(15);
            @include text-truncate(1);
            color: $white;
            margin-top: 6px;

            @include mdq-max(xl) {
              color: $black;
            }
          }
        }

        .swiper-scrollbar {
          border-radius: 0;
          background: rgba(#11263b, 0.5);
          height: 3px;
          margin-top: rem(28);
          display: block !important;

          &-drag {
            background: $white;
          }

          @include mdq-max(xl) {
            width: calc(100% - rem(120));
            margin: rem(40) auto 0;
          }
        }

        .img-bx {
          @include bg-img;
          position: relative;
          overflow: hidden;
          border-radius: 4px;
          aspect-ratio: 195/110;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
      }

      .title--50 {
        color: $white;
        span {
          color: #bf6a6c;
        }
      }

      .dec--18 {
        margin-top: rem(30);
        color: $white;

        @include mdq-max(xl) {
          font-size: rem(16);
          margin-top: rem(30);
        }
      }

      .more-link-bx {
        margin: rem(67) 0 rem(38) 0;
        display: flex;
        align-items: center;
        justify-content: end;

        @include mdq-max(xl) {
          margin: rem(12) 0 rem(27) 0;
        }

        a {
          @include d-flex;
          height: 74px;
          width: 100%;
          border-radius: 100px;
          background: #1d0d0d;
          font-size: rem(18);
          font-weight: 500;
          color: $white;
          gap: rem(16);
          transition: all 0.8s 0.5s;

          p {
            display: flex;
            align-items: center;
            gap: rem(6);
          }

          @include mdq-max(xl) {
            height: rem(55);
            font-size: rem(16);
            gap: rem(10);

            img {
              width: 34px;
            }
          }
        }
      }

      .tabHeader2 {
        display: flex;
        align-items: center;
        margin-bottom: rem(20);

        @include mdq-max(xl) {
          position: relative;
          flex-wrap: wrap;
          z-index: 5;
          justify-content: center;
          gap: 0.625rem;
          max-width: 300px;
          margin: 0 auto rem(20) auto;
        }

        li {
          @include mdq-max(xl) {
            width: calc(25% - 0.625rem);
          }

          &:nth-child(1) {
            span {
              &::before {
                display: none;
              }
            }
          }

          &.active {
            span {
              color: $white;
              font-weight: bold;
            }
          }
        }

        span {
          padding: 0 10px;
          display: inline-block;
          position: relative;
          color: rgba($white, 0.6);
          transition: all 0.3s ease-in-out;
          cursor: pointer;
          text-align: center;

          @include mdq-max(xl) {
            font-size: rem(16);
          }

          &::before {
            content: "";
            width: 1px;
            height: 60%;
            background-color: rgba($white, 0.2);
            position: absolute;
            top: 50%;
            transform: translateY(-50%) rotate(30deg);
            left: 0;
          }
        }
      }
    }
      */
}
.section--6 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .section--6 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.section--6--inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.section--6--inner.active .left-bx,
.section--6--inner.active .right-bx {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section--6--inner.active .more-link-bx a {
  width: 18.375rem;
}
@media all and (max-width: 1200px) {
  .section--6--inner.active .more-link-bx a {
    width: 13.5625rem;
  }
}
.section--6 .bg-bx-2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  max-width: 100%;
  clip-path: circle(25% at center);
  -webkit-transition: clip-path 0.7s ease-in-out;
  transition: clip-path 0.7s ease-in-out;
}
.section--6 .bg-bx-2.active {
  clip-path: circle(150% at center);
}
.section--6 .bg-bx-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--6 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.25rem;
  height: 100%;
}
@media all and (max-width: 1200px) {
  .section--6 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media all and (max-width: 768px) {
  .section--6 .container {
    padding: 0;
  }
}
.section--6 .container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
@media all and (max-width: 1200px) {
  .section--6 .container > div {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.section--6 .left-bx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.7s 0.5s;
  transition: all 0.7s 0.5s;
  z-index: 5;
}
@media all and (max-width: 1200px) {
  .section--6 .left-bx {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media all and (max-width: 768px) {
  .section--6 .left-bx {
    padding: 0 20px 0;
  }
}
.section--6 .left-bx::before {
  content: "";
  background-image: url(../images/main/fix-phone.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25.3125rem;
  height: 51.375rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
  display: none;
}
@media all and (max-width: 1200px) {
  .section--6 .left-bx::before {
    bottom: unset;
    top: 0;
    background-image: url(../images/main/fix-phone-m.png);
  }
}
@media all and (max-width: 576px) {
  .section--6 .left-bx::before {
    width: 261px;
    height: 531px;
  }
}
.section--6 .left-bx .youtube-bx {
  position: relative;
  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;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 16px;
  z-index: 5;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #d2b18a 0%, #795b40 58%, #dfae76 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  width: 720px;
}
.section--6 .left-bx .youtube-bx.active .stop_btn3,
.section--6 .left-bx .youtube-bx.active .start_btn3 {
  opacity: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section--6 .left-bx .youtube-bx.active:hover .stop_btn3,
.section--6 .left-bx .youtube-bx.active:hover .start_btn3 {
  opacity: 1 !important;
}
.section--6 .left-bx .youtube-bx iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none !important;
  border-radius: 12px;
}
@media all and (max-width: 1200px) {
  .section--6 .left-bx .youtube-bx {
    max-width: 720px;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.section--6 .left-bx .youtube-bx .thumbnail2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}
.section--6 .left-bx .youtube-bx .thumbnail2.active {
  display: none;
}
.section--6 .left-bx .youtube-bx .thumbnail2:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
.section--6 .left-bx .youtube-bx .thumbnail2::before {
  content: "";
  background-image: url(../images/icon/play-btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.section--6 .left-bx .youtube-bx .thumbnail2::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section--6 .left-bx .youtube-bx .thumbnail2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media all and (max-width: 1200px) {
  .section--6 .m-text-bx {
    padding: 4.625rem 20px 0 20px;
    position: relative;
    z-index: 5;
  }
}
.section--6 .right-bx {
  padding: 10.3125rem 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s;
  z-index: 5;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .section--6 .right-bx {
    padding: 1.875rem 0;
  }
}
.section--6 .right-bx .swiper-wrapper {
  height: auto !important;
}
.section--6 .right-bx .swiper-slide a {
  display: block;
}
.section--6 .right-bx .swiper-slide .title {
  font-size: 0.9375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  margin-top: 6px;
}
@media all and (max-width: 1200px) {
  .section--6 .right-bx .swiper-slide .title {
    color: #000;
  }
}
.section--6 .right-bx .swiper-scrollbar {
  border-radius: 0;
  background: rgba(17, 38, 59, 0.5);
  height: 3px;
  margin-top: 1.75rem;
  display: block !important;
}
.section--6 .right-bx .swiper-scrollbar-drag {
  background: #fff;
}
@media all and (max-width: 1200px) {
  .section--6 .right-bx .swiper-scrollbar {
    width: calc(100% - 7.5rem);
    margin: 2.5rem auto 0;
  }
}
.section--6 .right-bx .img-bx {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 195/110;
}
.section--6 .right-bx .img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--6 .title--50 {
  color: #fff;
}
.section--6 .dec--18 {
  margin-top: 1.875rem;
  color: #fff;
}
@media all and (max-width: 1200px) {
  .section--6 .dec--18 {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}
.section--6 .more-link-bx {
  margin: 4.1875rem 0 2.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media all and (max-width: 1200px) {
  .section--6 .more-link-bx {
    margin: 0.75rem 0 1.6875rem 0;
  }
}
.section--6 .more-link-bx 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: 74px;
  width: 100%;
  border-radius: 100px;
  background: #761311;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  gap: 1rem;
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s;
}
.section--6 .more-link-bx a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
@media all and (max-width: 1200px) {
  .section--6 .more-link-bx a {
    height: 3.4375rem;
    font-size: 1rem;
    gap: 0.625rem;
  }
  .section--6 .more-link-bx a img {
    width: 34px;
  }
}
.section--6 .tabHeader2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
@media all and (max-width: 1200px) {
  .section--6 .tabHeader2 {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
    max-width: 400px;
    margin: 0 auto 1.25rem auto;
  }
}
@media all and (max-width: 1200px) {
  .section--6 .tabHeader2 li {
    width: calc(33.33% - 0.625rem);
  }
}
.section--6 .tabHeader2 li:nth-child(1) span::before {
  display: none;
}
.section--6 .tabHeader2 li.active span {
  color: #fff;
  font-weight: bold;
}
.section--6 .tabHeader2 span {
  padding: 0 10px;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  text-align: center;
  margin-inline: auto;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .section--6 .tabHeader2 span {
    font-size: 1rem;
  }
}
@media all and (max-width: 1200px) {
  .section--6 .tabHeader2 span {
    font-size: 0.9375rem;
  }
}
.section--6 .tabHeader2 span::before {
  content: "";
  width: 1px;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  left: 0;
}
.section {
  /*
    &--7 {
        position: relative;
        overflow: hidden;
        height: fit-content;

        .youtube-box {
          position: relative;
          width: 100%;
          height: 0;
          padding-top: 56.25%;
          overflow: hidden;

          iframe {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: translate(-50%, -50%);
          }
        }

        .txt-bx {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 5;
          text-align: center;
          color: $white;
          width: 100%;

          .title--50 {
            margin-bottom: rem(35);

            @include mdq-max(md) {
              font-size: rem(24);
            }
          }

          .common-btn {
            margin: 0 auto;
            border-radius: 6px;
            border: none;

            a {
              border: 1px solid rgba(#fff, 0.4);
            }
          }
        }

        .slide-wrap {
          display: flex;
          gap: 40px;
          overflow: hidden;
          height: 100vh;
          position: relative;

          @include mdq-max(xl) {
            gap: 20px;
          }

          @include mdq-max(md) {
            flex-direction: column;
            height: fit-content;
          }

          &::after {
            content: "";
            background-image: url(../images/main/gradient-bg.png);
            @include bg-img;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
            width: 100%;
            height: 100%;
            opacity: 0.75;
          }

          .marquee-container {
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: relative;

            &.marquee2,
            &.marquee3 {
              @include mdq-max(lg) {
                display: none;
              }
            }
          }

          .marquee-up,
          .marquee-down {
            display: flex;
            flex-direction: column;
            gap: 0;

            @include mdq-max(md) {
              display: flex;
              flex-direction: row;
              gap: 0;
              overflow: hidden;
              white-space: nowrap;
            }
          }

          .marquee-up ul,
          .marquee-down ul {
            display: flex;
            flex-direction: column;
            animation-timing-function: linear;
            animation-iteration-count: infinite;

            @include mdq-max(md) {
              display: flex;
              flex-direction: row;
              animation-timing-function: linear;
              animation-iteration-count: infinite;
            }

            li + li {
              margin-top: 40px;

              @include mdq-max(md) {
                margin-top: 0;
                margin-right: 20px;
              }
            }
          }

          .marquee-up ul {
            animation: marqueeUp 100s linear infinite;

            @include mdq-max(md) {
              animation: marqueeLeft 150s linear infinite;
            }
          }

          .marquee-down ul {
            animation: marqueeDown 100s linear infinite;

            @include mdq-max(md) {
              animation: marqueeRight2 150s linear infinite;
            }
          }

          .img-bx {
            aspect-ratio: 380/220;
            overflow: hidden;
            border-radius: 8px;

            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 8px;
            }
          }
        }

        @keyframes marqueeUp {
          0% {
            transform: translateY(0);
          }

          100% {
            transform: translateY(-50%);
          }
        }

        @keyframes marqueeDown {
          0% {
            transform: translateY(-50%);
          }

          100% {
            transform: translateY(0);
          }
        }

        @keyframes marqueeLeft {
          0% {
            transform: translateX(0);
          }

          100% {
            transform: translateX(-50%);
          }
        }

        @keyframes marqueeRight2 {
          0% {
            transform: translateX(-50%);
          }

          100% {
            transform: translateX(0);
          }
        }

        .common-btn {
          margin-top: rem(30);
          transition: all 0.5s;
          background: transparent;
          border: 1px solid $white;
          color: $white;
          max-width: rem(170);
          transition: all 0.3s ease-in-out;

          a {
            width: rem(170);
          }

          @include mdq-max(xl) {
            margin-top: rem(20);
          }

          @include mdq-min(md) {
            &:hover {
              background: $color-2;
            }
          }
        }

        .slide-logo {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 3;
          @include d-flex;

          @include mdq-max(md) {
            img {
              width: 50%;
              margin: 0 auto;
            }
          }
        }
      }
  */
}
.section--7 {
  position: relative;
  min-height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 1200px) {
  .section--7 {
    min-height: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 3.75rem 0 0 0;
  }
}
@media all and (max-width: 768px) {
  .section--7 {
    display: block;
  }
}
.section--7--inner {
  padding-top: 3.75rem;
}
@media all and (max-width: 1200px) {
  .section--7--inner {
    padding-top: 0;
  }
}
.section--7 .youtube-box {
  aspect-ratio: 16/9;
  height: 25rem;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .section--7 .youtube-box {
    aspect-ratio: unset;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
}
.section--7 .youtube-box iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 768px) {
  .section--7 .youtube-box iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.section--7 .txt-bx {
  text-align: center;
  color: #761311;
  width: 100%;
}
.section--7 .txt-bx .title--50 {
  margin-bottom: 2.5rem;
}
@media all and (max-width: 768px) {
  .section--7 .txt-bx .title--50 {
    font-size: 1.5rem;
  }
}
.section--7 .common-btn {
  margin: 2.5rem auto !important;
  border-radius: 6px;
  border: none;
}
.section--7 .common-btn a {
  background: #761311;
  color: #fff;
}
.section--7 .slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@media all and (max-width: 1200px) {
  .section--7 .slide-wrap {
    gap: 20px;
  }
}
@media all and (max-width: 768px) {
  .section--7 .slide-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.section--7 .slide-wrap::after {
  content: "";
  background-image: url(../images/main/gradient-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.section--7 .slide-wrap .marquee-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1024px) {
  .section--7 .slide-wrap .marquee-container.marquee2, .section--7 .slide-wrap .marquee-container.marquee3 {
    display: none;
  }
}
.section--7 .slide-wrap .marquee-up,
.section--7 .slide-wrap .marquee-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media all and (max-width: 768px) {
  .section--7 .slide-wrap .marquee-up,
  .section--7 .slide-wrap .marquee-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}
.section--7 .slide-wrap .marquee-up ul,
.section--7 .slide-wrap .marquee-down ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media all and (max-width: 768px) {
  .section--7 .slide-wrap .marquee-up ul,
  .section--7 .slide-wrap .marquee-down ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
.section--7 .slide-wrap .marquee-up ul li + li,
.section--7 .slide-wrap .marquee-down ul li + li {
  margin-top: 40px;
}
@media all and (max-width: 768px) {
  .section--7 .slide-wrap .marquee-up ul li + li,
  .section--7 .slide-wrap .marquee-down ul li + li {
    margin-top: 0;
    margin-right: 20px;
  }
}
.section--7 .slide-wrap .marquee-up ul {
  -webkit-animation: marqueeUp 100s linear infinite;
          animation: marqueeUp 100s linear infinite;
}
@media all and (max-width: 768px) {
  .section--7 .slide-wrap .marquee-up ul {
    -webkit-animation: marqueeLeft 150s linear infinite;
            animation: marqueeLeft 150s linear infinite;
  }
}
.section--7 .slide-wrap .marquee-down ul {
  -webkit-animation: marqueeDown 100s linear infinite;
          animation: marqueeDown 100s linear infinite;
}
@media all and (max-width: 768px) {
  .section--7 .slide-wrap .marquee-down ul {
    -webkit-animation: marqueeRight2 150s linear infinite;
            animation: marqueeRight2 150s linear infinite;
  }
}
.section--7 .slide-wrap .img-bx {
  aspect-ratio: 380/220;
  overflow: hidden;
  border-radius: 8px;
}
.section--7 .slide-wrap .img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@-webkit-keyframes marqueeUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes marqueeUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes marqueeDown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes marqueeDown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes marqueeLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marqueeLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes marqueeRight2 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes marqueeRight2 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.section--7 .common-btn {
  margin-top: 1.875rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  max-width: 10.625rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section--7 .common-btn a {
  width: 10.625rem;
}
@media all and (max-width: 1200px) {
  .section--7 .common-btn {
    margin-top: 1.25rem;
  }
}
@media all and (min-width: 768.02px) {
  .section--7 .common-btn:hover {
    background: #761311;
  }
}
.section--7 .slide-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  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;
}
@media all and (max-width: 768px) {
  .section--7 .slide-logo img {
    width: 50%;
    margin: 0 auto;
  }
}
.section--9 {
  position: relative;
  /* 0707 추가 */
  min-height: 100vh;
}
@media all and (max-width: 1200px) {
  .section--9 {
    min-height: auto;
  }
}
.section--9--inner {
  padding: 10rem 0;
}
@media all and (max-width: 1200px) {
  .section--9--inner {
    padding: 3.75rem 0;
  }
}
.section--9 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1200px) {
  .section--9 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.section--9 .container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 1200px) {
  .section--9 .container > div {
    width: 100%;
  }
}
.section--9 .tabHeader3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
}
@media all and (max-width: 768px) {
  .section--9 .tabHeader3 {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 0.625rem;
  }
}
.section--9 .tabHeader3 li {
  padding: 6px 20px;
  border-radius: 50px;
  max-width: 120px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.125rem;
  color: #761311;
  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;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .section--9 .tabHeader3 li {
    font-size: 1rem;
    max-width: 80px;
    padding: 6px 10px;
  }
}
.section--9 .tabHeader3 li.active {
  background: #761311;
  border: 1px solid #761311;
  color: #fff;
}
@media all and (min-width: 768.02px) {
  .section--9 .tabHeader3 li:hover {
    background: #761311;
    border: 1px solid #761311;
    color: #fff;
  }
}
.section--9 .tabHeader3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2.5rem;
}
@media all and (max-width: 768px) {
  .section--9 .tabHeader3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0.625rem;
  }
}
.section--9 .tabHeader3 li {
  padding: 6px 20px;
  border-radius: 50px;
  max-width: 120px;
  border: 1px solid rgba(0, 19, 48, 0.4);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.125rem;
  color: #761311;
  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;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .section--9 .tabHeader3 li {
    font-size: 1rem;
    max-width: 80px;
    padding: 6px 10px;
  }
}
@media all and (max-width: 768px) {
  .section--9 .tabHeader3 li {
    width: calc(25% - 0.375rem);
    max-width: unset;
  }
}
.section--9 .tabHeader3 li.active {
  background: #761311;
  border: 1px solid #761311;
  color: #fff;
}
@media all and (min-width: 768.02px) {
  .section--9 .tabHeader3 li:hover {
    background: #761311;
    border: 1px solid #761311;
    color: #fff;
  }
}
.section--9 .tabContent {
  margin-top: 5rem;
}
@media all and (max-width: 1200px) {
  .section--9 .tabContent {
    margin-top: 3rem;
  }
}
.section--9 .mapArea {
  display: none;
  margin-top: 5rem;
}
@media all and (max-width: 1200px) {
  .section--9 .mapArea {
    margin-top: 3rem;
  }
}
.section--9 .mapArea.active {
  display: block;
}
.section--9 .mapArea .title--22 {
  font-weight: bold;
  color: #000;
}
.section--9 .mapArea .title--22 span {
  display: inline-block;
  position: relative;
}
.section--9 .mapArea .title--22 span::after {
  content: "";
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 1;
  width: 11px;
  height: 10px;
  background: #bd7f4a;
}
.section--9 .mapArea .map-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--9 .mapArea .map-info li + li {
  margin-top: 0.8125rem;
}
@media all and (max-width: 1200px) {
  .section--9 .mapArea .map-info li + li {
    margin-top: 0.375rem;
  }
}
.section--9 .mapArea .tit {
  min-width: 96px;
  color: #000;
  font-size: 1.125rem;
}
@media all and (max-width: 1200px) {
  .section--9 .mapArea .tit {
    font-size: 1rem;
    min-width: 60px;
  }
}
.section--9 .mapArea .dec {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 1200px) {
  .section--9 .mapArea .dec {
    font-size: 1rem;
  }
}
.section--9 .map-link {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 492px;
  display: none;
}
@media all and (max-width: 1200px) {
  .section--9 .map-link {
    min-height: 340px;
    max-height: 340px;
  }
}
.section--9 .map-link.active {
  display: block;
}
.section--9 .map-link.active .map-bx {
  width: 100%;
}
.section--9 .map-link.active::after {
  width: 100%;
}
.section--9 .map-link .map-bx {
  cursor: pointer;
  width: 0;
  height: 100%;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  position: relative;
}
.section--9 .map-link .map-bx::before {
  content: "";
  background-image: url(../images/icon/map-icon2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .section--9 .map-link .map-bx::before {
    top: 1.25rem;
    right: 1.25rem;
    width: 40px;
    height: 40px;
  }
}
.section--9 .map-link .map-bx.active::before {
  z-index: 5;
}
.section--9 .map-link .map-bx.active .map-img {
  display: none;
}
.section--9 .map-link .map-bx.active .map {
  display: block !important;
}
@media all and (max-width: 768px) {
  .section--9 .map-link .map-bx.active .map {
    padding-bottom: 0 !important;
  }
}
.section--9 .map-link .map-bx > div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section--9 .map-link .map-img {
  z-index: 2;
  top: 0;
  left: 0;
}
.section--9 .map-link .map-img::before {
  content: "";
  background-image: url(../images/icon/map-icon1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .section--9 .map-link .map-img::before {
    top: 1.25rem;
    right: 1.25rem;
    width: 40px;
    height: 40px;
  }
}
.section--9 .map-link .map-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(17, 38, 59, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.1s 0.3s ease-in-out;
  transition: width 0.1s 0.3s ease-in-out;
  z-index: 1;
}
.section--9 .map-link .map-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--9 .map-link .map {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}
@media all and (max-width: 768px) {
  .section--9 .map-link .map::after {
    padding-bottom: 0 !important;
  }
}
.section--9 .map-link .map img {
  width: 100%;
}

.loop_cont {
  padding-top: 1.5625rem;
}
.loop_cont .marquee {
  --gap: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
@media all and (max-width: 1200px) {
  .loop_cont .marquee {
    --gap: 60px;
  }
}
.loop_cont .marquee .marquee-right {
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  -webkit-animation: marqueeRight 30s linear infinite;
          animation: marqueeRight 30s linear infinite;
}
.loop_cont .marquee .marquee-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loop_cont .marquee .marquee-right > li {
  height: 100%;
}
.loop_cont .marquee .marquee-right > li img {
  height: 100%;
  max-height: 22px;
}
@-webkit-keyframes marqueeRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes marqueeRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}