@charset "utf-8";

/* temhabank-N1 */
.temhabank-N1 {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--black);
  left: 0;
}

.temhabank-N1.top-menu-active {
  padding-top: 6.7rem;
}

.temhabank-N1 .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 8rem;
}

.temhabank-N1 .header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.temhabank-N1 .user-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}

.temhabank-N1 .user-menu li {
  position: relative;
}

.temhabank-N1 .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.2rem;
  background: #e5e5e5;
}

.temhabank-N1 .user-menu li a {
  padding: 2rem 1.2rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.temhabank-N1 .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.temhabank-N1 .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.temhabank-N1 .header-title {
  display: flex;
  margin-bottom: 0;
}

.temhabank-N1 .header-title a {
  height: 10rem;
}

.temhabank-N1 .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
  transition: filter 0.3s;
}

.temhabank-N1 .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.temhabank-N1 .header-gnbitem {
  position: relative;
}

.temhabank-N1 .header-gnblink {
  padding: 2.8rem 3rem;
  height: 100%;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.temhabank-N1 .header-gnblink span {
  position: relative;
  transition: color 0.3s;
}

.temhabank-N1 .header-gnblink span::after {
  content: "";
  transform: scaleX(0);
  width: 100%;
  height: 0.2rem;
  transition: 0.3s;
}

.temhabank-N1 .header-sublist {
  position: absolute;
  top: 100%;
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.temhabank-N1 .header-gnbitem:hover .header-sublist {
  overflow: hidden;
  min-height: auto;
  opacity: 1;
  pointer-events: auto;
}

.temhabank-N1 .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  transform: scaleX(1);
  background-color: #111111;
}

.temhabank-N1 .header-subitem {
  overflow: hidden;
  width: 14rem;
  background: #fff;
}

.temhabank-N1 .header-sublink {
  padding: 1rem 2rem;
  width: 100%;
  font-weight: 500;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
}

.temhabank-N1 .header-sublink:hover {
  background: #111111;
  color: #fff;
}

.temhabank-N1 .header-right {
  display: flex;
  align-items: center;
}

.temhabank-N1 .header-right .header-gnb {
  margin-right: 1.8rem;
}

.temhabank-N1 .header-utils>ul {
  display: flex;
  align-items: center;
}

.temhabank-N1 .header-utils>ul>li {
  margin-left: 1.2rem;
}

.temhabank-N1 .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: filter 0.3s;
}

.temhabank-N1 .header-right button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.temhabank-N1 .header-right button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.temhabank-N1 .header-utils .member a {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
}

.temhabank-N1 .header-utils .member img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.temhabank-N1 .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.temhabank-N1 .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.temhabank-N1 .header-utils .btn-allmenu .ico-hamburger,
.temhabank-N1 .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.temhabank-N1 .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.temhabank-N1 .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.temhabank-N1 .btn-momenu {
  display: none;
}

.temhabank-N1 .btn-moclose {
  display: none;
}

.temhabank-N1 .header-fullmenu {
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  visibility: hidden;
  background: #000;
  transition: 0.3s;
  opacity: 0;
}

.temhabank-N1 .header-fullmenu.fullmenu-right {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}

.temhabank-N1 .header-fullmenu.fullmenu-left {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.temhabank-N1 .header-fullmenu.fullmenu-top {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
}

.temhabank-N1 .header-fullmenu.fullmenu-bottom {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
}

.temhabank-N1 .header-fullmenu.fullmenu-active {
  visibility: visible;
  width: 100%;
  height: 100vh;
  opacity: 1;
}

.temhabank-N1 .fullmenu-wrapper {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
}

.temhabank-N1 .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.temhabank-N1 .fullmenu-title {
  margin-bottom: 0;
}

.temhabank-N1 .fullmenu-title a {
  height: 2.3rem;
}

.temhabank-N1 .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temhabank-N1 .fullmenu-member {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.temhabank-N1 .fullmenu-member li {
  position: relative;
}

.temhabank-N1 .fullmenu-member li a {
  padding: 1.2rem;
  font-weight: 500;
  color: var(--white);
}

.temhabank-N1 .fullmenu-member li::marker {
  content: "";
}

.temhabank-N1 .fullmenu-member li+li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.2);
}

.temhabank-N1 .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.temhabank-N1 .fullmenu-gnbitem {
  width: 20%;
}

.temhabank-N1 .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.temhabank-N1 .fullmenu-gnblink {
  position: relative;
  padding-bottom: 4rem;
  width: 100%;
  font-weight: 500;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.temhabank-N1 .fullmenu-gnblink::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.1rem;
  background: #ffffff;
  transition: 0.2s;
}

.temhabank-N1 .fullmenu-gnblink.on::after {
  width: 18rem;
}

.temhabank-N1 .fullmenu-sublist {
  padding-top: 4rem;
}

.temhabank-N1 .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.temhabank-N1 .fullmenu-sublink {
  position: relative;
  padding-bottom: 5px;
  font-weight: 400;
  color: #a2a2a2;
  transition: 0.3s;
}

.temhabank-N1 .fullmenu-sublink::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--white);
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.temhabank-N1 .fullmenu-sublink:hover {
  color: var(--white);
}

.temhabank-N1 .fullmenu-sublink:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.temhabank-N1 .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  padding: 0.5rem;
  width: 4.2rem;
  height: 4.2rem;
  background: transparent;
  border: none;
}

.temhabank-N1 .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1120px) {
  .temhabank-N1 .header-title a {
    height: 2.4rem;
  }

  .temhabank-N1 .header-gnblink {
    padding: 2.8rem 2.4rem;
  }
}

@media (max-width: 992px) {
  .temhabank-N1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .temhabank-N1 .header-gnb {
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    padding: 0 1.6rem;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: height 0.3s;
  }

  .temhabank-N1 .header-gnb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 60%, rgba(0, 0, 0, 0) 100%);
    transition: opacity 0.3s, visibility 0.3s;
  }

  .temhabank-N1.block-active .header-gnb {
    overflow-y: auto;
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
  }

  .temhabank-N1 .header-container {
    min-height: 6rem;
  }

  .temhabank-N1 .header-top {
    z-index: 10;
    visibility: hidden;
    border: none;
    opacity: 0;
    transition: opacity 0.3s 0.1s, visibilty 0.3s 0.1s;
    will-change: opacity, visibility;
  }

  .temhabank-N1.block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .temhabank-N1 .user-menu {
    justify-content: flex-start;
    padding: 0 2.2rem;
  }

  .temhabank-N1 .user-menu li a,
  .temhabank-N1 .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .temhabank-N1 .user-menu li:first-child a {
    padding-left: 0;
  }

  .temhabank-N1 .header-title a {
    width: 14rem;
    height: 1.6rem;
  }

  .temhabank-N1 .header-center {
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    width: 100%;
    height: 0;
  }

  .temhabank-N1 .header-gnblist {
    display: block;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
    opacity: 0;
  }

  .temhabank-N1 .header-gnblink {
    display: flex;
    align-items: flex-end;
    padding: 1.8rem 0;
    width: 100%;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .temhabank-N1.top-menu-active .header-gnbitem:first-child .header-gnblink {
    padding-top: 6.8rem;
  }

  .temhabank-N1 .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .temhabank-N1 .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .temhabank-N1 .header-sublist {
    display: none;
    position: relative;
    padding: 1.8rem 0 2rem 0;
    opacity: 1;
  }

  .temhabank-N1 .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .temhabank-N1 .header-subitem {
    width: 100%;
  }

  .temhabank-N1 .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .temhabank-N1 .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .temhabank-N1 .header-sublink:active {
    color: #111111;
  }

  .temhabank-N1 .header-sublink:hover {
    background: #ffff;
    color: #111111;
  }

  .temhabank-N1 .header-right button,
  .temhabank-N1 .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .temhabank-N1 .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .temhabank-N1 .header-utils .allmenu {
    display: none;
  }

  .temhabank-N1 .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0.6rem;
  }

  .temhabank-N1 .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .temhabank-N1 .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .temhabank-N1.block-active .header-center {
    pointer-events: auto;
  }

  .temhabank-N1.block-active .header-title {
    display: flex;
    align-items: center;
    height: 6rem;
  }

  .temhabank-N1.block-active .header-gnblist {
    visibility: visible;
    opacity: 1;
  }

  .temhabank-N1 .header-gnbitem:has(.header-subitem) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .temhabank-N1.block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .temhabank-N1.block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .temhabank-N1.block-active .header-member {
    display: flex;
  }

  .temhabank-N1.block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .temhabank-N1.block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .temhabank-N1.block-active .btn-momenu .ico-hamburger:nth-child(2) {
    visibility: hidden;
    opacity: 0;
  }

  .temhabank-N1 .header-fullmenu {
    display: none;
  }
}
/* butti-N4 */
.butti-N4 {
  overflow: hidden;
  position: relative;
}

.butti-N4 .contents-container {
  display: flex;
  justify-content: center;
  height: 80rem;
}

.butti-N4 .slide-area,
.butti-N4 .swiper {
  width: 100vw;
  height: 100%;
}

.butti-N4 .swiper-slide {
  position: relative;
}

.butti-N4 .contents-backimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.butti-N4 .contents-slide-group {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 0 16rem;
  width: 100%;
}

.butti-N4 .container-lg .contents-slide-group {
  max-width: calc(1440px + 32rem);
}

.butti-N4 .container-md .contents-slide-group {
  max-width: calc(1280px + 32rem);
}

.butti-N4 .container-sm .contents-slide-group {
  max-width: calc(1024px + 32rem);
}

.butti-N4 .textset-tit {
  color: var(--white);
  font-weight: var(--fw-medium);
}

.butti-N4 .textset-tit+.textset-desc {
  margin-top: 2rem;
  color: var(--white);
  font-weight: var(--fw-medium);
  opacity: 0.9;
}

.butti-N4 .btnset {
  margin-top: 4rem;
  font-weight: var(--fw-medium);
}

.butti-N4 .contents-control {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  z-index: 100;
}

.butti-N4 .swiper-button-prev,
.butti-N4 .swiper-button-next {
  width: 5.4rem;
  height: 5.4rem;
  background-image: url(../icons/ico_arrow_left_withe.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.8rem;
  border-radius: 50%;
  transition: 0.3s;
  border: 1px solid var(--white);
}

.butti-N4 .swiper-button-prev {
  left: 8rem;
}

.butti-N4 .swiper-button-next {
  right: 8rem;
  transform: rotate(180deg);
}

.butti-N4 .swiper-button-prev:after,
.butti-N4 .swiper-button-next:after {
  content: none;
}

.butti-N4 .swiper-button-prev:hover,
.butti-N4 .swiper-button-next:hover {
  opacity: 1;
}

.butti-N4 .swiper-pagination {
  display: inline-flex;
  align-items: center;
  position: relative;
  left: 0;
  bottom: 0;
}

.butti-N4 .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 1.2rem 0 0 !important;
  background-color: rgba(var(--white-rgb), 0.3);
  opacity: 1;
}

.butti-N4 .swiper-pagination-bullet-active {
  background-color: var(--white);
  border: none;
}

.butti-N4 .swiper-button-pause,
.butti-N4 .swiper-button-play {
  display: flex;
  cursor: pointer;
}

.butti-N4 .swiper-button-pause img,
.butti-N4 .swiper-button-play img {
  width: 2rem;
  height: 2rem;
}

@media (max-width: 1200px) {
  .butti-N4 .slide-area {
    width: 100%;
  }

  .butti-N4 .swiper {
    margin-left: -4rem;
    width: calc(100% + 8rem);
  }

  .butti-N4 .contents-slide-group,
  .butti-N4 .container-full .contents-slide-group {
    padding: 0 4rem;
  }

  .butti-N4 .container-lg .contents-slide-group {
    max-width: calc(1440px + 8rem);
  }

  .butti-N4 .container-md .contents-slide-group {
    max-width: calc(1280px + 8rem);
  }

  .butti-N4 .container-sm .contents-slide-group {
    max-width: calc(1024px + 8rem);
  }

  .butti-N4 .swiper-button-prev,
  .butti-N4 .swiper-button-next {
    display: none;
  }
}

@media (max-width: 992px) {
  .butti-N4 .contents-container {
    height: 70rem;
  }

  .butti-N4 .swiper {
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem);
  }

  .butti-N4 .contents-slide-group,
  .butti-N4 .container-full .contents-slide-group {
    padding: 0 1.6rem;
  }

  .butti-N4 .container-lg .contents-slide-group {
    max-width: calc(1440px + 3.2rem);
  }

  .butti-N4 .container-md .contents-slide-group {
    max-width: calc(1280px + 3.2rem);
  }

  .butti-N4 .container-sm .contents-slide-group {
    max-width: calc(1024px + 3.2rem);
  }

  .butti-N4 .btnset {
    margin-top: 3rem;
  }

  .butti-N4 .swiper-button-next,
  .butti-N4 .swiper-button-prev {
    display: none;
  }

  .butti-N4 .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }

  .butti-N4 {}
}
/* temhafull2-N2 */
.temhafull2-N2 {
  position: relative;
  overflow: hidden;
  background: url(../images/5551_boksa.jpg) no-repeat center / cover;
}

.temhafull2-N2 .contents-container {
  position: relative;
  height: 90rem;
}

.temhafull2-N2 .contents-inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.temhafull2-N2 .textset {
  position: relative;
  bottom: 16rem;
  z-index: 1;
}

.temhafull2-N2 .textset::before {
  content: "";
  position: absolute;
  left: 6rem;
  top: -5.8rem;
  z-index: -1;
  width: 20rem;
  height: calc(100% + 12rem);
  background: linear-gradient(to bottom, rgba(var(--primary-rgb), 1), rgba(var(--black-rgb), 0));
  transform: skewX(-30deg);
}

.temhafull2-N2 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.temhafull2-N2 .textset .textset-tit+.textset-desc {
  margin-top: 1.2rem;
}

.temhafull2-N2 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-color4);
}

.temhafull2-N2 .contents-next-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  z-index: 10;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: var(--primary) url(../icons/ico_arrow_bottom_white.svg) no-repeat center/2rem;
  transition: transform 0.3s;
}

.temhafull2-N2 .contents-next-btn:hover {
  transform: translateX(-50%) scale(1.3);
}

@media (max-width: 992px) {
  .temhafull2-N2 {
    background: url(../images/5551_boksa.jpg) no-repeat top center / cover !important;
  }

  .temhafull2-N2 .textset {
    bottom: 13rem;
  }

  .temhafull2-N2 .textset::before {
    left: 6.8rem;
    top: -3rem;
    width: 10rem;
    height: calc(100% + 6rem);
    transform: skewX(-25deg);
  }

  .temhafull2-N2 .textset .textset-tit+.textset-desc {
    margin-top: 1.6rem;
  }

  .temhafull2-N2 .contents-next-btn {
    left: auto;
    width: 3.6rem;
    height: 3.6rem;
    right: 1.6rem;
    transform: none;
    font-size: 1.8rem;
  }

  .temhafull2-N2 .contents-next-btn:hover {
    transform: scale(1.3);
  }
}
/* temhafull2-N2_copy */
.temhafull2-N2_copy {
  position: relative;
  overflow: hidden;
  background: url(../images/leo2_boksa.jpg) no-repeat top left / cover;
}

.temhafull2-N2_copy .contents-container {
  position: relative;
  height: 90rem;
}

.temhafull2-N2_copy .contents-inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.temhafull2-N2_copy .textset {
  position: relative;
  bottom: 16rem;
  z-index: 1;
}

.temhafull2-N2_copy .textset::before {
  content: "";
  position: absolute;
  left: 6rem;
  top: -5.8rem;
  z-index: -1;
  width: 20rem;
  height: calc(100% + 12rem);
  background: linear-gradient(to bottom, rgba(var(--primary-rgb), 1), rgba(var(--black-rgb), 0));
  transform: skewX(-30deg);
}

.temhafull2-N2_copy .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.temhafull2-N2_copy .textset .textset-tit+.textset-desc {
  margin-top: 1.2rem;
}

.temhafull2-N2_copy .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-color4);
}

.temhafull2-N2_copy .contents-next-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  z-index: 10;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: var(--primary) url(../icons/ico_arrow_bottom_white.svg) no-repeat center/2rem;
  transition: transform 0.3s;
}

.temhafull2-N2_copy .contents-next-btn:hover {
  transform: translateX(-50%) scale(1.3);
}

@media (max-width: 992px) {
  .temhafull2-N2_copy {
    background: url(../images/leo_boksa.jpg) no-repeat top center / cover !important;
  }

  .temhafull2-N2_copy .textset {
    bottom: 13rem;
  }

  .temhafull2-N2_copy .textset::before {
    left: 6.8rem;
    top: -3rem;
    width: 10rem;
    height: calc(100% + 6rem);
    transform: skewX(-25deg);
  }

  .temhafull2-N2_copy .textset .textset-tit+.textset-desc {
    margin-top: 1.6rem;
  }

  .temhafull2-N2_copy .contents-next-btn {
    left: auto;
    width: 3.6rem;
    height: 3.6rem;
    right: 1.6rem;
    transform: none;
    font-size: 1.8rem;
  }

  .temhafull2-N2_copy .contents-next-btn:hover {
    transform: scale(1.3);
  }
}
/* travel-N3 */
.travel-N3 {
  overflow: hidden;
  position: relative;
  background: var(--black);
  padding-bottom: 8rem;
}

.travel-N3 .contents-container {
  max-width: 100%;
  padding: 0;
}

.travel-N3 .contents-inner {
  width: 100%;
}

.travel-N3 .container-lg .title-area,
.travel-N3 .container-lg .desc-area {
  max-width: calc(1440px + 16rem);
}

.travel-N3 .container-md .title-area,
.travel-N3 .container-md .desc-area {
  max-width: calc(1280px + 16rem);
}

.travel-N3 .container-sm .title-area,
.travel-N3 .container-sm .desc-area {
  max-width: calc(1024px + 16rem);
}

.travel-N3 .title-area {
  display: flex;
  align-items: flex-end;
  gap: 6rem;
  position: relative;
  margin: 0 auto;
  padding: 0 8rem 8rem;
  min-height: 72rem;
}

.travel-N3 .title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: rgba(var(--black-rgb), 0.2);
  backdrop-filter: blur(2.5rem);
  pointer-events: none;
}

.travel-N3 .title-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../images/car_boksa.jpg) no-repeat center / cover !important;
}

.travel-N3 .title-area .textset {
  flex: 1 1 93.6rem;
  position: relative;
  z-index: 2;
}

.travel-N3 .title-area .textset-tit,
.travel-N3 .title-area .textset-subtit {
  color: var(--white);
}

.travel-N3 .title-area .textset-tit {
  margin-top: 1.2rem;
}

.travel-N3 .title-area .imageset {
  flex: 1 1 76.4rem;
  align-self: flex-start;
  position: relative;
  height: auto;
  z-index: 2;
}

.travel-N3 .title-area .imageset-img {
  position: absolute;
  top: 18.6rem;
  left: 0;
  width: 100%;
  height: 74rem;
  border-radius: 2.4rem;
}

.travel-N3 .desc-area {
  display: flex;
  gap: 6rem;
  margin: 0 auto;
  padding: 8rem 8rem 0;
}

.travel-N3 .desc-area::after {
  content: "";
  flex: 1 1 76.4rem;
}

.travel-N3 .desc-area p {
  flex: 1 1 93.6rem;
  min-height: 14.6rem;
  font-weight: var(--fw-regular);
}

@media (max-width: 992px) {
  .travel-N3 {
    padding-bottom: 2.4rem;
  }

  .travel-N3 .contents-container {
    padding: 0 1.6rem;
  }

  .travel-N3 .contents-container .title-area,
  .travel-N3 .contents-container .desc-area {
    padding: 0;
    max-width: 100%;
  }

  .travel-N3 .contents-container .title-area {
    flex-direction: column-reverse;
    gap: 2.4rem;
    padding: 7.6rem 0 2.4rem;
    min-height: 0;
  }

  .travel-N3 .title-bg {
    background: url(../images/car_boksa.jpg) no-repeat center center / cover !important;
  }

  .travel-N3 .title-area .textset {
    flex: none;
    padding: 0 0.8rem;
    width: 100%;
  }

  .travel-N3 .title-area .textset-tit {
    margin-top: 0.8rem;
  }

  .travel-N3 .title-area .imageset {
    flex: none;
    width: 100%;
  }

  .travel-N3 .title-area .imageset-img {
    position: static;
    height: 32rem;
    border-radius: 1.2rem;
  }

  .travel-N3 .contents-container .desc-area {
    display: block;
    padding: 2.4rem 0.8rem 0;
  }

  .travel-N3 .desc-area::after {
    content: none;
  }
}
/* travel-N3_copy */
.travel-N3_copy {
  overflow: hidden;
  position: relative;
  background: var(--black);
  padding-bottom: 8rem;
}

.travel-N3_copy .contents-container {
  max-width: 100%;
  padding: 0;
}

.travel-N3_copy .contents-inner {
  width: 100%;
}

.travel-N3_copy .container-lg .title-area,
.travel-N3_copy .container-lg .desc-area {
  max-width: calc(1440px + 16rem);
}

.travel-N3_copy .container-md .title-area,
.travel-N3_copy .container-md .desc-area {
  max-width: calc(1280px + 16rem);
}

.travel-N3_copy .container-sm .title-area,
.travel-N3_copy .container-sm .desc-area {
  max-width: calc(1024px + 16rem);
}

.travel-N3_copy .title-area {
  display: flex;
  align-items: flex-end;
  gap: 6rem;
  position: relative;
  margin: 0 auto;
  padding: 0 8rem 8rem;
  min-height: 72rem;
}

.travel-N3_copy .title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: rgba(var(--black-rgb), 0.2);
  backdrop-filter: blur(2.5rem);
  pointer-events: none;
}

.travel-N3_copy .title-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../images/car_boksa.jpg) no-repeat center / cover !important;
}

.travel-N3_copy .title-area .textset {
  flex: 1 1 93.6rem;
  position: relative;
  z-index: 2;
}

.travel-N3_copy .title-area .textset-tit,
.travel-N3_copy .title-area .textset-subtit {
  color: var(--white);
}

.travel-N3_copy .title-area .textset-tit {
  margin-top: 1.2rem;
}

.travel-N3_copy .title-area .imageset {
  flex: 1 1 76.4rem;
  align-self: flex-start;
  position: relative;
  height: auto;
  z-index: 2;
}

.travel-N3_copy .title-area .imageset-img {
  position: absolute;
  top: 18.6rem;
  left: 0;
  width: 100%;
  height: 74rem;
  border-radius: 2.4rem;
}

.travel-N3_copy .desc-area {
  display: flex;
  gap: 6rem;
  margin: 0 auto;
  padding: 8rem 8rem 0;
}

.travel-N3_copy .desc-area::after {
  content: "";
  flex: 1 1 76.4rem;
}

.travel-N3_copy .desc-area p {
  flex: 1 1 93.6rem;
  min-height: 14.6rem;
  font-weight: var(--fw-regular);
}

@media (max-width: 992px) {
  .travel-N3_copy {
    padding-bottom: 2.4rem;
  }

  .travel-N3_copy .contents-container {
    padding: 0 1.6rem;
  }

  .travel-N3_copy .contents-container .title-area,
  .travel-N3_copy .contents-container .desc-area {
    padding: 0;
    max-width: 100%;
  }

  .travel-N3_copy .contents-container .title-area {
    flex-direction: column-reverse;
    gap: 2.4rem;
    padding: 7.6rem 0 2.4rem;
    min-height: 0;
  }

  .travel-N3_copy .title-bg {
    background: url(../images/car_boksa.jpg) no-repeat center center / cover !important;
  }

  .travel-N3_copy .title-area .textset {
    flex: none;
    padding: 0 0.8rem;
    width: 100%;
  }

  .travel-N3_copy .title-area .textset-tit {
    margin-top: 0.8rem;
  }

  .travel-N3_copy .title-area .imageset {
    flex: none;
    width: 100%;
  }

  .travel-N3_copy .title-area .imageset-img {
    position: static;
    height: 32rem;
    border-radius: 1.2rem;
  }

  .travel-N3_copy .contents-container .desc-area {
    display: block;
    padding: 2.4rem 0.8rem 0;
  }

  .travel-N3_copy .desc-area::after {
    content: none;
  }
}
/* mediastock-N8 */
.mediastock-N8 {
  overflow: hidden;
  position: relative;
  background: var(--black);
  padding-top: 10rem;
}

.mediastock-N8 .contents-inner {
  width: 100%;
  container-type: inline-size;
}

.mediastock-N8 .title-area h2 {
  margin-bottom: 3.3rem;
  color: var(--white);
  text-align: center;
}

.mediastock-N8 .list-wrap {
  display: flex;
  align-items: center;
  min-height: 34.8rem;
}

.mediastock-N8 .list-area {
  display: flex;
  gap: 2rem;
  width: 100%;
}

.mediastock-N8 .list-area li {
  flex: 1;
}

.mediastock-N8 .thumb {
  text-align: center;
}

.mediastock-N8 .thumb img {
  width: 8rem;
  height: 8rem;
}

.mediastock-N8 .desc {
  margin-top: 2rem;
  text-align: center;
}

.mediastock-N8 .desc strong {
  color: var(--white);
  font-weight: var(--fw-bold);
}

.mediastock-N8 .desc p {
  margin-top: 1.6rem;
  color: #95969d;
}

@container (max-width: 1280px) {
  .mediastock-N8 .list-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .mediastock-N8 .list-area li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 34.8rem;
  }
}

@media (max-width: 992px) {
  .mediastock-N8 {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

  .mediastock-N8 .contents-inner h2 {
    margin-bottom: 5rem;
  }

  .mediastock-N8 .list-wrap {
    min-height: 0;
  }

  .mediastock-N8 .list-area {
    display: flex;
    flex-direction: column;
    gap: 5.8rem;
  }

  .mediastock-N8 .list-area li {
    flex: none;
    width: 100%;
    min-height: 0;
  }

  .mediastock-N8 .thumb img {
    width: 6rem;
    height: 6rem;
  }

  .mediastock-N8 .desc {
    margin-top: 1rem;
  }

  .mediastock-N8 .desc p {
    margin-top: 1rem;
  }
}
/* mediastock-N8_copy */
.mediastock-N8_copy {
  overflow: hidden;
  position: relative;
  background: var(--black);
  padding-top: 5rem;
}

.mediastock-N8_copy .contents-inner {
  width: 100%;
  container-type: inline-size;
}

.mediastock-N8_copy .title-area h2 {
  margin-bottom: 3.3rem;
  color: var(--white);
  text-align: center;
}

.mediastock-N8_copy .list-wrap {
  display: flex;
  align-items: center;
  min-height: 34.8rem;
}

.mediastock-N8_copy .list-area {
  display: flex;
  gap: 2rem;
  width: 100%;
}

.mediastock-N8_copy .list-area li {
  flex: 1;
}

.mediastock-N8_copy .thumb {
  text-align: center;
}

.mediastock-N8_copy .thumb img {
  width: 8rem;
  height: 8rem;
}

.mediastock-N8_copy .desc {
  margin-top: 2rem;
  text-align: center;
}

.mediastock-N8_copy .desc strong {
  color: var(--white);
  font-weight: var(--fw-bold);
}

.mediastock-N8_copy .desc p {
  margin-top: 1.6rem;
  color: #95969d;
}

@container (max-width: 1280px) {
  .mediastock-N8_copy .list-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .mediastock-N8_copy .list-area li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 34.8rem;
  }
}

@media (max-width: 992px) {
  .mediastock-N8_copy {}

  .mediastock-N8_copy .contents-inner h2 {
    margin-bottom: 5rem;
  }

  .mediastock-N8_copy .list-wrap {
    min-height: 0;
  }

  .mediastock-N8_copy .list-area {
    display: flex;
    flex-direction: column;
    gap: 5.8rem;
  }

  .mediastock-N8_copy .list-area li {
    flex: none;
    width: 100%;
    min-height: 0;
  }

  .mediastock-N8_copy .thumb img {
    width: 6rem;
    height: 6rem;
  }

  .mediastock-N8_copy .desc {
    margin-top: 1rem;
  }

  .mediastock-N8_copy .desc p {
    margin-top: 1rem;
  }
}
/* butti-N23 */
.butti-N23 {
  overflow: hidden;
  position: relative;
  background: var(--black);
}

.butti-N23 .contents-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  width: 100%;
}

.butti-N23 .textset {
  text-align: center;
}

.butti-N23 .textset-tit {
  font-weight: var(--fw-medium);
}

.butti-N23 .slide-area {
  display: flex;
  align-items: center;
  position: relative;
  width: 100vw;
}

.butti-N23 .contents-swiper {
  width: 100%;
}

.butti-N23 .swiper-wrapper {
  transition-timing-function: linear;
}

.butti-N23 .swiper-slide {
  max-width: 34rem;
}

.butti-N23 .imageset {
  height: 43rem;
  width: 100%;
}

@media (max-width: 992px) {
  .butti-N23 {}

  .butti-N23 .contents-inner {
    gap: 4rem;
  }

  .butti-N23 .swiper-slide {
    max-width: 15rem;
  }

  .butti-N23 .imageset {
    height: 18rem;
  }
}
/* basic-N14 */
.basic-N14 {
  position: relative;
  overflow: hidden;
  background: var(--black);
  padding-top: 10rem;
}

.basic-N14 .textset {
  margin-bottom: 5rem;
  text-align: center;
}

.basic-N14 .textset .textset-tit+.textset-desc {
  margin-top: 2rem;
}

.basic-N14 .textset .textset-desc {
  color: var(--text-color3);
}

.basic-N14 .cardset {
  padding: 5rem 6rem;
}

.basic-N14 .cardset .cardset-body {
  padding: 0;
}

.basic-N14 .cardset .cardset-figure {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}

.basic-N14 .cardset .cardset-figure+.cardset-body {
  margin-top: 2.4rem;
  text-align: center;
}

.basic-N14 .cardset .cardset-tit+.cardset-desc {
  margin-top: 1.5rem;
}

.basic-N14 .cardset .cardset-desc {
  display: block;
  color: var(--text-color3);
  margin-top: 1.5rem;
  letter-spacing: -0.1rem;
}

@media (max-width: 992px) {
  .basic-N14 {
    padding-top: 10rem;
  }

  .basic-N14 .textset {
    margin-bottom: 8rem;
  }

  .basic-N14 .cardset {
    width: 100%;
    padding: 0;
  }

  .basic-N14 .cardset+.cardset {
    margin-top: 4rem;
  }
}
/* ordermate-N11_copy */
.ordermate-N11_copy {
  overflow: hidden;
  position: fixed;
  inset: auto 0 0 0;
  z-index: 50;
  margin: 0 auto;
  max-width: 762px;
  background: #f3f7f7;
  border-top: 1px solid #eee;
  border-radius: 1.5rem 1.5rem 0 0;
  padding-top: 1.5rem;
  padding-bottom: 0.6rem;
}

.ordermate-N11_copy .list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ordermate-N11_copy .list li {
  flex: 1;
}

.ordermate-N11_copy .list a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}

.ordermate-N11_copy .list .active a {
  color: var(--primary);
}

.ordermate-N11_copy .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: var(--white);
}

.ordermate-N11_copy .list .active .thumb {
  background: var(--primary);
}

.ordermate-N11_copy .thumb img {
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
}

.ordermate-N11_copy .list .active .thumb img {
  filter: brightness(0) invert(1);
}

.ordermate-N11_copy .cart-val {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(70%, -30%);
}

@media (max-width: 992px) {
  .ordermate-N11_copy {}
}
/* travel-N4 */
.travel-N4 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  --icon-fs-mi78y8ln: 2rem;
  background: var(--black);
}

.travel-N4 .contents-inner {
  width: 100%;
}

.travel-N4 .textset {
  text-align: center;
}

.travel-N4 .textset .textset-desc {
  margin-top: 1.2rem;
}

.travel-N4 .swiper {
  overflow: visible;
  margin-top: 6rem;
}

.travel-N4 .swiper-slide {
  position: relative;
  width: 40rem;
  height: 52rem;
  perspective: 3000px;
  cursor: pointer;
}

.travel-N4 .swiper-slide .front,
.travel-N4 .swiper-slide .back {
  overflow: hidden;
  position: absolute;
  inset: 0;
  height: 100%;
  border-radius: 2rem;
  border: 1px solid var(--border-color);
  backface-visibility: hidden;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-style: preserve-3d;
}

.travel-N4 .swiper-slide .back {
  transform: rotateY(180deg);
}

.travel-N4 .swiper-slide.active .front {
  transform: rotateY(-180deg);
}

.travel-N4 .swiper-slide.active .back {
  transform: rotateY(0);
}

.travel-N4 .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin: 4rem auto 0;
}

.travel-N4 .swiper-controls [class*="btn-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  color: var(--text-color1);
  background: transparent;
  border: none;
}

.travel-N4 .swiper-controls .scrollbar {
  position: relative;
  width: 12rem;
  height: 0.4rem;
  background: rgba(229, 229, 229, 0.9);
  border-radius: 10rem;
}

.travel-N4 .swiper-controls .swiper-scrollbar-drag {
  background: var(--primary);
  border-radius: 10rem;
}

.travel-N4 .swiper-controls .swiper-scrollbar-drag:hover {
  cursor: pointer;
}

@media (max-width: 992px) {
  .travel-N4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    --icon-fs-mi78y8ln: 1.6rem;
  }

  .travel-N4 .swiper {
    margin-top: 3rem;
  }

  .travel-N4 .swiper-slide {
    width: 28rem;
    height: 36.2rem;
  }

  .travel-N4 .swiper-slide .front,
  .travel-N4 .swiper-slide .back {
    border-radius: 1.2rem;
  }

  .travel-N4 .swiper-controls {
    margin-top: 2rem;
    gap: 0.8rem;
  }

  .travel-N4 .swiper-controls [class*="btn-"] {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
  }

  .travel-N4 .swiper-controls .scrollbar {
    width: 10rem;
    height: 0.3rem;
  }
}
/* basic-N9 */
.basic-N9 {
  position: relative;
  overflow: hidden;
  background: var(--black);
}

.basic-N9 .contents-inner {
  position: relative;
}

.basic-N9 .textset {
  margin-bottom: 6rem;
}

.basic-N9 .textset .textset-desc {
  margin-top: 1.9rem;
  padding-right: 14.4rem;
  color: var(--text-color3);
}

.basic-N9 .contents-swiper {
  width: calc(100% + 32rem);
}

.basic-N9 .swiper-slide {
  width: calc(100% / 3);
  margin-right: 4rem;
}

.basic-N9 .swiper-slide .cardset .cardset-tit {
  color: var(--white);
}

.basic-N9 .swiper-slide .cardset .cardset-tit+.cardset-desc {
  margin: 1.6rem 0 0 0;
}

.basic-N9 .contents-control {
  position: absolute;
  right: 0;
  bottom: 44rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.basic-N9 .swiper-button-prev,
.basic-N9 .swiper-button-next {
  display: inline-block;
  flex-shrink: 0;
  position: static;
  margin-top: 0;
  width: 6rem;
  height: 6rem;
  background-image: url(../icons/ico_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.4rem;
  border-radius: 50%;
  background-color: #f7f7fb;
  opacity: 0.7;
  transition: 0.3s;
}

.basic-N9 .swiper-button-prev {
  transform: rotate(180deg);
}

.basic-N9 .swiper-button-prev::after,
.basic-N9 .swiper-button-next::after {
  content: none;
}

.basic-N9 .contents-bottom .textset-desc {
  padding-right: 0;
}

.basic-N9 .cardset {
  overflow: hidden;
}

.basic-N9 .cardset .cardset-figure {
  height: 38rem;
  border-radius: 2rem;
  overflow: hidden;
}

.basic-N9 .cardset .cardset-figure+.cardset-body {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 3.2rem;
  margin-top: 0;
  background: transparent;
}

.basic-N9 .cardset .cardset-tit {
  color: var(--text-color1);
}

.basic-N9 .cardset .cardset-tit+.cardset-desc {
  margin-top: 1.6rem;
  letter-spacing: -0.1rem;
  margin: 4rem 0;
}

.basic-N9 .cardset .cardset-desc {
  color: var(--text-color3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 0 !important;
}

.basic-N9 .cardset-cont {
  padding: 6rem 4rem;
}

@media (max-width: 992px) {
  .basic-N9 .textset {
    margin-bottom: 4rem;
  }

  .basic-N9 .textset .textset-desc {
    padding-right: 0;
    word-break: keep-all;
  }

  .basic-N9 .textset .textset-desc br {
    display: none;
  }

  .basic-N9 .contents-control {
    position: relative;
    bottom: 0;
    justify-content: flex-end;
    margin-bottom: 4rem;
  }

  .basic-N9 .contents-swiper {
    width: 100%;
  }

  .basic-N9 .swiper-slide {
    width: 100%;
    margin-right: 2rem;
  }

  .basic-N9 .row {
    --th-gutter: 0.2rem;
  }

  .basic-N9 .cardset .cardset-figure+.cardset-body {
    padding: 2rem;
  }

  .basic-N9 .cardset {
    width: 100%;
  }

  .basic-N9 .cardset+.cardset {
    margin-top: 2rem;
  }

  .basic-N9 .cardset .cardset-cont {
    padding: 4rem 2.4rem;
  }

  .basic-N9 .cardset-body {
    width: 100%;
  }

  .basic-N9 {}
}

@media (max-width: 576px) {
  .basic-N9 .cardset-tit+.cardset-desc br {
    display: none;
  }
}
/* travel-N2 */
.travel-N2 {
  position: relative;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background: var(--black);
}

.travel-N2 .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.4rem;
}

.travel-N2 .footer-logo {
  margin-bottom: 0;
  text-align: center;
}

.travel-N2 .footer-logo img {
  height: 10rem;
  object-fit: contain;
}

.travel-N2 .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.travel-N2 .footer-menulink a {
  padding: 0 1.2rem;
  color: var(--white);
  font-size: var(--fs-p2);
}

.travel-N2 .footer-menulink {
  position: relative;
}

.travel-N2 .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.1);
}

.travel-N2 .footer-snslist {
  display: flex;
  align-items: center;
}

.travel-N2 .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.travel-N2 .footer-snslink {
  padding: 0.6rem;
  width: 3.6rem;
  height: 3.6rem;
}

.travel-N2 .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-N2 .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.travel-N2 .footer-txt {
  display: flex;
  justify-content: center;
  font-size: var(--fs-p2);
}

.travel-N2 .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.travel-N2 .footer-txt p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}

.travel-N2 .footer-txt p+p {
  margin-left: 0.8rem;
}

.travel-N2 .footer-txt p span+span {
  margin-left: 0.8rem;
}

.travel-N2 .footer-modal {
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s, visibility 0.3s;
  will-change: opacity;
}

.travel-N2 .footer-modal.block-active {
  opacity: 1;
  visibility: visible;
}

.travel-N2 .modal-area {
  width: 100%;
  max-width: 92rem;
  background: var(--white);
  border-radius: 0.6rem;
}

.travel-N2 .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5;
}

.travel-N2 .modal-close {
  cursor: pointer;
}

.travel-N2 .info-area {
  overflow-y: auto;
}

.travel-N2 .modal-email .info-area {
  max-height: 17rem;
}

.travel-N2 .modal-privacy .info-area {
  max-height: 70.3rem;
}

.travel-N2 .info-group+.info-group {
  margin-top: 2.4rem;
}

.travel-N2 .info-group strong {
  display: block;
  padding-bottom: 1.2rem;
}

.travel-N2 .info-desc {
  overflow-y: auto;
  padding: 1.6rem;
  max-height: 20.7rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  scrollbar-width: none;
}

.travel-N2 .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.travel-N2 .info-desc .mtb {
  margin: 2.4rem 0;
}

.travel-N2 .info-desc em {
  display: flex;
  align-items: center;
  position: relative;
  margin: 2.4rem 0 1rem;
  font-style: normal;
  font-weight: 600;
}

.travel-N2 .info-list em::before {
  content: "";
  margin-right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #000;
  border-radius: 50%;
}

.travel-N2 .info-list p {
  padding-left: 1.2rem;
}

@media (max-width: 992px) {
  .travel-N2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .travel-N2 .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .travel-N2 .footer-menulist {
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 2.4rem;
  }

  .travel-N2 .footer-menulink a {
    padding: 0 0.8rem;
  }

  .travel-N2 .footer-snslist {
    justify-content: center;
    margin: 1.2rem 0 2.4rem 0;
  }

  .travel-N2 .footer-bottom {
    text-align: center;
  }

  .travel-N2 .footer-txt {
    flex-direction: column;
  }

  .travel-N2 .footer-txt p+p {
    margin-left: 0;
  }

  .travel-N2 .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }
}

@media (max-width: 576px) {
  .travel-N2 .footer-menulist {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
  }

  .travel-N2 .footer-menulink:nth-last-child(1):nth-child(odd) {
    grid-column: span 2;
  }

  .travel-N2 .footer-menulink+.footer-menulink:nth-child(odd)::after {
    content: none;
  }
}