@charset "utf-8";

/* temhatutor-N1 */
.temhatutor-N1 {
  width: 100%;
  min-height: 6rem;
  background: var(--white);
  will-change: background, height;
  transition: background 0.3s, min-height 0.3s;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}

.temhatutor-N1 .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 6rem;
  box-sizing: border-box;
}

.temhatutor-N1.top-menu-active .header-container {
  padding-top: 6.7rem;
}

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

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

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

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

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

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

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

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

.temhatutor-N1 .header-title a {
  height: 2.2rem;
  transition: 0.3s;
}

.temhatutor-N1 .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

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

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

.temhatutor-N1 .header-gnblink {
  height: 100%;
  padding: 2.6rem 3rem;
  text-align: center;
  white-space: nowrap;
  transition: color 0.3s;
  color: var(--black);
}

.temhatutor-N1 .header-gnblink span {
  position: relative;
}

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

.temhatutor-N1 .header-sublist {
  min-height: 0;
  max-height: 26rem;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateY(-0.9rem) translateX(-50%);
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.2);
}

.temhatutor-N1 .header-sublist::-webkit-scrollbar {
  width: 4px;
}

.temhatutor-N1 .header-sublist::-webkit-scrollbar-track {
  background: #f0f9ff;
  border-radius: 0 0.4rem 0.4rem 0;
}

.temhatutor-N1 .header-sublist::-webkit-scrollbar-thumb {
  background: var(--black);
  border-radius: 10rem;
}

.temhatutor-N1 .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  pointer-events: auto;
}

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

.temhatutor-N1 .header-subitem {
  background: var(--white);
  overflow: hidden;
}

.temhatutor-N1 .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.temhatutor-N1 .header-sublink:hover {
  background: #f0f9ff;
  color: var(--black);
}

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

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

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

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

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

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

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

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

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

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

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

.temhatutor-N1 .header-utils .btn-allmenu .ico-hamburger,
.temhatutor-N1 .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: var(--black);
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s, background 0.3s;
  will-change: width, transform, opacity;
}

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

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

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

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

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

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

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

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

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

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

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

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

.temhatutor-N1 .fullmenu-title a {
  height: 4.3rem;
}

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

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

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

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

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

.temhatutor-N1 .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

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

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

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

.temhatutor-N1 .fullmenu-sublink {
  color: #93c5fd;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

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

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

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

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

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

@media (max-width: 1200px) {
  .temhatutor-N1 .user-menu {
    padding: 0 4rem;
  }
}

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

  .temhatutor-N1.top-menu-active .header-container {
    padding-top: 0;
  }

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

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

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

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

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

  .temhatutor-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;
  }

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

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

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

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

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

  .temhatutor-N1 .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

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

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

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

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

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

  .temhatutor-N1 .header-title a {
    width: 14rem;
    height: 1.8rem;
  }

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

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

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

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

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

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

  .temhatutor-N1 .header-sublist {
    display: none;
    position: relative;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    max-height: auto;
    box-shadow: none;
  }

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

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

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

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

  .temhatutor-N1 .header-sublink:hover,
  .temhatutor-N1 .header-sublink:active {
    color: var(--primary);
    background: transparent;
  }

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

  .temhatutor-N1 .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .temhatutor-N1 .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .temhatutor-N1 .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .temhatutor-N1 .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

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

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

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

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

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

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

.temhatutor-N4 .contents-container:not(.fullscreen) {
  height: 76rem;
}

.temhatutor-N4 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.temhatutor-N4 .slide-area {
  width: 100vw;
  height: 100%;
}

.temhatutor-N4 .swiper {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.temhatutor-N4 .swiper-slide {
  display: flex;
  align-items: center;
}

.temhatutor-N4 .thumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.temhatutor-N4 .thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(var(--black-rgb), 0.2);
  pointer-events: none;
}

.temhatutor-N4 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temhatutor-N4 .container-lg .swiper-slide .textset {
  max-width: 144rem;
}

.temhatutor-N4 .container-md .swiper-slide .textset {
  max-width: 128rem;
}

.temhatutor-N4 .container-sm .swiper-slide .textset {
  max-width: 102.4rem;
}

.temhatutor-N4 .swiper-slide .textset {
  position: relative;
  z-index: 1;
  transform: translateY(-9.4rem);
  margin: 0 auto;
  padding: 0 6rem;
  width: 100%;
  text-align: center;
}

.temhatutor-N4 .swiper-slide .textset-tit {
  color: var(--white);
}

.temhatutor-N4 .swiper-slide .textset-subtit {
  margin: 0;
  color: var(--white);
}

.temhatutor-N4 .btn-prev,
.temhatutor-N4 .btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 2rem;
}

.temhatutor-N4 .btn-prev {
  left: 4rem;
}

.temhatutor-N4 .btn-next {
  right: 4rem;
}

.temhatutor-N4 .paging-wrap {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6rem;
  z-index: 1;
}

.temhatutor-N4 .paging-item {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.temhatutor-N4 .bullet-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.temhatutor-N4 .bullet {
  width: 8px;
  height: 8px;
  background: #93c5fd;
  border-radius: 50%;
  transition: background 0.3s;
}

.temhatutor-N4 .paging-item.active .bullet {
  background: var(--primary);
}

.temhatutor-N4 .progress-ring {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  z-index: 1;
  width: 2rem;
  height: 2rem;
}

.temhatutor-N4 .progress-ring__circle {
  stroke-dasharray: 50.26548245743669;
  stroke-dashoffset: 50.26548245743669;
  transition: stroke-dashoffset 5s linear;
  stroke: var(--primary);
}

.temhatutor-N4 .paging-item.active .progress-ring__circle {
  stroke-dashoffset: 0;
}

.temhatutor-N4 .container-lg .desc-area {
  max-width: 152rem;
}

.temhatutor-N4 .container-md .desc-area {
  max-width: 136rem;
}

.temhatutor-N4 .container-sm .desc-area {
  max-width: 110.4rem;
}

.temhatutor-N4 .desc-area {
  position: absolute;
  top: 37.5rem;
  z-index: 1;
  padding: 0 4rem;
  width: 100%;
}

.temhatutor-N4 .desc-area .textset {
  padding: 0 6rem;
  text-align: center;
}

.temhatutor-N4 .desc-area .textset-tit {
  color: var(--white);
}

.temhatutor-N4 .desc-area .textset-subtit {
  margin-bottom: 2.4rem;
  color: var(--white);
}

.temhatutor-N4 .search-box {
  margin: 0 auto;
  max-width: 55.6rem;
}

.temhatutor-N4 .search-box .inputset {
  display: flex;
}

.temhatutor-N4 .search-box .search-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  background: var(--primary);
  color: var(--white);
  font-size: 2rem;
  border: none;
}

.temhatutor-N4 .search-box .inputset .inputset-input {
  border-radius: 0;
  border-right: none;
}

.temhatutor-N4 .recome {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  margin-top: 1.2rem;
}

.temhatutor-N4 .recome p {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--white);
}

.temhatutor-N4 .recome p i {
  font-size: 2rem;
}

.temhatutor-N4 .recome-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.temhatutor-N4 .recome-list .badge {
  padding: 0 0.7rem;
  max-width: 100%;
}

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

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

@media (max-width: 992px) {
  .temhatutor-N4 .contents-container:not(.fullscreen) {
    height: 60rem;
  }

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

  .temhatutor-N4 .paging-wrap {
    left: 1.6rem;
    bottom: 1.6rem;
    transform: none;
  }

  .temhatutor-N4 .btn-wrap {
    display: flex;
    gap: 1.2rem;
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
    z-index: 1;
  }

  .temhatutor-N4 .btn-wrap [class*="btn-"] {
    position: static;
    transform: none;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.6rem;
  }

  .temhatutor-N4 .swiper-slide .textset,
  .temhatutor-N4 .desc-area {
    padding: 0 1.6rem;
  }

  .temhatutor-N4 .desc-area {
    top: 25.4rem;
  }

  .temhatutor-N4 .search-box {
    width: 100%;
  }

  .temhatutor-N4 .search-box .inputset .inputset-input {
    height: 4rem;
  }

  .temhatutor-N4 .search-box .search-btn {
    width: 4rem;
    height: 4rem;
  }

  .temhatutor-N4 .recome {
    gap: 0.8rem;
    margin-top: 0.8rem;
  }

  .temhatutor-N4 .recome p {
    gap: 0.4rem;
  }

  .temhatutor-N4 .recome p i {
    font-size: 1.6rem;
  }

  .temhatutor-N4 .recome-list {
    gap: 0.6rem;
  }

  .temhatutor-N4 .recome-list .badge {
    padding: 0 0.6rem;
  }
}
/* studio-N10 */
body {
  position: relative;
}

.studio-N10 {
  position: fixed;
  right: 6rem;
  bottom: 4rem;
  z-index: 50;
}

.studio-N10 .quick-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  color: var(--secondary);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
  transition: background 0.3s;
}

.studio-N10 .quick-menu.active {
  color: var(--white);
  background: var(--secondary);
}

.studio-N10 .quick-menu i {
  display: flex;
  font-style: normal;
}

.studio-N10 .quick-menu i::before {
  font-size: 2.6rem;
  transition: color 0.3s, transform 0.3s;
}

.studio-N10 .quick-menu.active i::before {
  transform: rotate(45deg);
}

.studio-N10 .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
  opacity: 0;
  visibility: hidden;
  background: var(--white);
  border-radius: 0.6rem;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s, visibility 0.3s;
}

.studio-N10 .menu-list.active {
  opacity: 1;
  visibility: visible;
}

.studio-N10 .menu-list a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2rem;
  transition: color 0.3s;
}

.studio-N10 .menu-list a:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.studio-N10 .menu-list a:hover {
  color: var(--secondary);
}

.studio-N10 .menu-list a:hover i {
  filter: invert(33%) sepia(100%) saturate(748%) hue-rotate(180deg) brightness(85%) contrast(95%);
}

.studio-N10 .menu-list a i {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  transition: filter 0.3s;
}

.studio-N10 .menu-list .ico-instagram {
  background: url(../icons/ico_instagram_black.svg) no-repeat center/contain;
}

.studio-N10 .menu-list .ico-kakao {
  background: url(../icons/ico_kakao_black.svg) no-repeat center/contain;
}

.studio-N10 .menu-list .ico-appointment {
  background: url(../icons/ico_appointment.svg) no-repeat center/contain;
}

@media (max-width: 992px) {
  .studio-N10 {
    right: 2.4rem;
    bottom: 2rem;
  }

  .studio-N10 .quick-menu {
    width: 6rem;
    height: 6rem;
  }

  .studio-N10 .quick-menu i::before {
    font-size: 2rem;
  }

  .studio-N10 .menu-list a {
    gap: 0.3rem;
    border: none;
  }

  .studio-N10 .menu-list a i {
    width: 1.6rem;
    height: 1.6rem;
  }
}
/* luckyshop-N5 */
.luckyshop-N5 {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background: #eff6ff;
}

.luckyshop-N5 .contents-inner {
  width: 100%;
}

.luckyshop-N5 .content-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.luckyshop-N5 .content-title-box .title-wrap {
  display: flex;
  align-items: flex-end;
}

.luckyshop-N5 .content-title-box .title-wrap .title {
  color: var(--black);
}

.luckyshop-N5 .content-title-box .title-wrap p {
  color: var(--text-color4);
  margin-left: 0.8rem;
}

.luckyshop-N5 .content-title-box .title-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.luckyshop-N5 .content-title-box .title-link span {
  color: var(--black);
  margin-right: 0.8rem;
}

.luckyshop-N5 .content-title-box .title-link em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: var(--white);
  border-radius: 1rem;
  border: 1px solid var(--line-color1);
}

.luckyshop-N5 .tabset {
  margin: 3rem 0;
}

.luckyshop-N5 .tabset-list {
  justify-content: flex-start;
  gap: 1rem;
  overflow-x: auto;
}

.luckyshop-N5 .tabset-item {
  flex-shrink: 0;
}

.luckyshop-N5 .tabset-link {
  padding: 1.5rem 2.8rem;
  background-color: var(--white);
  border: 1px solid #ddd;
  transition: 0.3s;
}

.luckyshop-N5 .tabset-link.active {
  border-color: var(--primary);
}

.luckyshop-N5 .content-swiper-box {
  position: relative;
  display: none;
}

.luckyshop-N5 .content-swiper-box.active {
  display: block;
}

.luckyshop-N5 .content-swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 6rem;
  padding-top: 1rem;
}

.luckyshop-N5 .content-swiper .swiper-wrapper {
  position: relative;
}

.luckyshop-N5 .rank-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 3.4rem;
  width: 4.4rem;
  height: 5.4rem;
  background: url(../icons/ico_rank.svg) no-repeat center;
  background-size: 100%;
}

.luckyshop-N5 .rank-box strong {
  color: var(--white);
  margin-top: -0.8rem;
}

.luckyshop-N5 .rank-box.rank-no1 {
  background: url(../icons/ico_rank_color.svg) no-repeat center;
}

.luckyshop-N5 .cardset {
  display: block;
  width: 100%;
}

.luckyshop-N5 .cardset .co-gary {
  color: var(--text-color4);
}

.luckyshop-N5 .cardset .co-red {
  color: #ee1c25;
}

.luckyshop-N5 .cardset .cardset-figure {
  position: relative;
  height: 41rem;
  border-radius: 2rem;
  overflow: hidden;
}

.luckyshop-N5 .cardset .cardset-body {
  padding: 0;
  margin-top: 0;
}

.luckyshop-N5 .cardset .cardset-desc {
  margin-bottom: 0;
}

.luckyshop-N5 .cardset .cardset-desc + .cardset-desc {
  margin-top: 0.4rem;
}

.luckyshop-N5 .cardset .cardset-del {
  margin-top: 2.4rem;
}

.luckyshop-N5 .cardset .cardset-price {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.luckyshop-N5 .swiper-button-prev,
.luckyshop-N5 .swiper-button-next {
  width: 4.4rem;
  height: 4.4rem;
  margin-top: 0;
  top: calc(50% - 8rem);
  transform: translateY(-50%);
}

.luckyshop-N5 .swiper-button-prev {
  left: -7.4rem;
  background: url(../icons/ico_prev_main.svg) no-repeat center/contain;
}

.luckyshop-N5 .swiper-button-next {
  right: -7.4rem;
  background: url(../icons/ico_next_main.svg) no-repeat center/contain;
}

.luckyshop-N5 .swiper-button-prev::after,
.luckyshop-N5 .swiper-button-next::after {
  content: none;
}

.luckyshop-N5 .swiper-button-next.swiper-button-disabled,
.luckyshop-N5 .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.luckyshop-N5 .swiper-horizontal > .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  height: 3px;
}

.luckyshop-N5 .content-swiper .swiper-pagination-progressbar {
  background: var(--line-color1);
}

.luckyshop-N5 .content-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--black);
}

@media (max-width: 992px) {
  .luckyshop-N5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .luckyshop-N5 .content-title-box .title-wrap p {
    display: none;
  }

  .luckyshop-N5 .content-title-box .title-link span {
    display: none;
  }

  .luckyshop-N5 .content-title-box .title-link em {
    width: 3rem;
    height: 3rem;
    border-radius: 0.8rem;
  }

  .luckyshop-N5 .content-title-box .title-link em img {
    width: 2rem;
    height: 2rem;
  }

  .luckyshop-N5 .tabset {
    margin: 1.6rem 0;
  }

  .luckyshop-N5 .tabset .tabset-list {
    gap: 0.4rem;
  }

  .luckyshop-N5 .tabset-link {
    padding: 1.2rem;
  }

  .luckyshop-N5 .cardset .cardset-figure {
    height: 35rem;
  }

  .luckyshop-N5 .cardset .cardset-body {
    margin-top: 1.6rem;
  }

  .luckyshop-N5 .cardset .cardset-desc + .cardset-desc,
  .luckyshop-N5 .cardset .cardset-price {
    margin-top: 0;
  }

  .luckyshop-N5 .cardset .cardset-del {
    margin-top: 1.6rem;
  }

  .luckyshop-N5 .content-swiper {
    padding-bottom: 3rem;
    overflow: visible;
  }

  .luckyshop-N5 .swiper-button-prev,
  .luckyshop-N5 .swiper-button-next {
    left: auto;
    top: auto;
    bottom: 0;
    transform: none;
    width: 1.8rem;
    height: 1.8rem;
  }

  .luckyshop-N5 .swiper-button-prev {
    right: 2rem;
    background-image: url(../icons/ico_prev.svg);
  }

  .luckyshop-N5 .swiper-button-next {
    right: 0;
    background-image: url(../icons/ico_next.svg);
  }

  .luckyshop-N5 .content-swiper .swiper-pagination-progressbar {
    bottom: 0.8rem;
    width: calc(100% - 5rem);
  }
}
/* solution-N5 */
.solution-N5 {
  overflow: hidden;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 14rem;
}

.solution-N5 .contents-inner {
  width: 100%;
}

.solution-N5 .title-area {
  margin-bottom: 8rem;
  text-align: center;
}

.solution-N5 .title-area p {
  margin-top: 0.8rem;
  color: var(--text-color2);
}

.solution-N5 .item {
  display: flex;
  gap: 4rem;
  position: relative;
}

.solution-N5 .item:nth-child(1) {
  z-index: 4;
}

.solution-N5 .item:nth-child(2) {
  z-index: 3;
}

.solution-N5 .item:nth-child(3) {
  z-index: 2;
}

.solution-N5 .text-box {
  flex: 1 0 41.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution-N5 .text-box h3 {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.solution-N5 .text-box h3 i {
  color: var(--primary);
}

.solution-N5 .text-box h3 span {
  font-weight: var(--fw-medium);
}

.solution-N5 .text-box strong {
  display: block;
  margin: 0.8rem 0 1.6rem;
  font-weight: var(--fw-medium);
}

.solution-N5 .thumb-wrap {
  flex: 1 1 82.4rem;
  height: 62rem;
}

.solution-N5 .thumb {
  width: 100%;
  height: 100%;
}

.solution-N5 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

@media (max-width: 996px) {
  .solution-N5 {
    padding-top: 9rem;
    padding-bottom: 7rem;
  }

  .solution-N5 .title-area {
    margin-bottom: 4rem;
  }

  .solution-N5 .item {
    flex-direction: column;
    gap: 3.2rem;
  }

  .solution-N5 .item + .item {
    margin-top: 4rem;
  }

  .solution-N5 .text-box {
    flex: none;
  }

  .solution-N5 .text-box strong {
    margin-bottom: 1.4rem;
  }

  .solution-N5 .thumb-wrap {
    flex: none;
    height: 24.9rem;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 300px !important;
    height: 200px !important;
    z-index: 1000 !important;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  /* GSAP 변환 속성 초기화 */
  .solution-N5 .thumb img {
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
    max-height: none !important;
    height: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .solution-N5 .thumb {
    position: relative !important;
    width: 100%;
    height: 100%;
  }

  .solution-N5 .thumb img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
  }

  /* 모바일에서 텍스트 영역에 충분한 여백 추가 */
  .solution-N5 .item {
    position: relative;
    margin-bottom: 300px !important;
  }

  .solution-N5 .item .text-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 0 !important;
  }
}
/* loan-N5 */
.loan-N5 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.loan-N5 .contents-inner {
  width: 100%;
}

.loan-N5 .title-area {
  margin-bottom: 8rem;
  width: 100%;
  text-align: center;
}

.loan-N5 .list-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.loan-N5 .container-sm .list-area {
  grid-template-columns: repeat(2, 1fr);
}

.loan-N5 .item {
  padding: 3rem 2.8rem;
  border-radius: 1.6rem;
}

.loan-N5 .item.blue {
  background: #eff6ff;
}

.loan-N5 .item.purple {
  background: #dbeafe;
}

.loan-N5 .item.yellow {
  background: #f0f9ff;
}

.loan-N5 .item.green {
  background: #e0f2fe;
}

.loan-N5 .item span {
  color: var(--text-color3);
}

.loan-N5 .item strong {
  display: block;
  margin: 0.6rem 0 1.8rem;
}

.loan-N5 .item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  min-height: 10.4rem;
}

.loan-N5 .thumb {
  margin-top: 0.8rem;
  text-align: right;
}

.loan-N5 .thumb img {
  width: 10rem;
  object-fit: cover;
  aspect-ratio: 1;
}

@media (max-width: 1200px) {
  .loan-N5 .list-area {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .loan-N5 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .loan-N5 .title-area {
    margin-bottom: 4rem;
  }

  .loan-N5 .list-area {
    gap: 1.4rem;
  }

  .loan-N5 .item {
    padding: 2.6rem 2rem;
  }

  .loan-N5 .item strong {
    margin-bottom: 1.4rem;
  }

  .loan-N5 .item p {
    min-height: 9.6rem;
  }

  .loan-N5 .thumb {
    margin-top: 1rem;
    padding-right: 0.6rem;
  }

  .loan-N5 .thumb img {
    width: 8.6rem;
  }
}

@media (max-width: 576px) {
  .loan-N5 .title-area h2 br {
    display: none;
  }

  .loan-N5 .contents-container .list-area {
    grid-template-columns: 1fr;
  }
}
/* temhatutor-N6 */
.temhatutor-N6 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 28rem;
}

.temhatutor-N6 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/temhatutor_N6_01.png) no-repeat center/cover;
  transition: height 0.3s ease;
}

.temhatutor-N6 .contents-inner {
  width: 100%;
}

.temhatutor-N6 .title-area {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.temhatutor-N6 .title-area h2 {
  color: var(--white);
}

.temhatutor-N6 .swiper-btn {
  flex-shrink: 0;
  display: flex;
  gap: 2.4rem;
  transform: translateY(0.6rem);
}

.temhatutor-N6 .swiper-btn [class*="btn-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 2rem;
}

.temhatutor-N6 .swiper {
  overflow: visible;
  margin-top: 6rem;
}

.temhatutor-N6 .swiper-slide {
  transform: translateY(0);
  transition: transform 0.3s;
}

.temhatutor-N6 .swiper-slide-next,
.temhatutor-N6 .swiper-slide-next + .swiper-slide + .swiper-slide,
.temhatutor-N6 .swiper-slide-prev {
  transform: translateY(8rem);
}

.temhatutor-N6 .swiper .cardset {
  max-width: 43.2rem;
}

.temhatutor-N6 .swiper .cardset-figure {
  width: 100% !important;
  height: 48rem !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}

.temhatutor-N6 .swiper .cardset-figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.temhatutor-N6 .swiper .cardset-body {
  margin-top: 2.4rem;
  padding: 0;
}

.temhatutor-N6 .swiper .cardset-tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 2rem 0 0.4rem;
  font-weight: var(--fw-bold);
}

.temhatutor-N6 .swiper .cardset .cardset-desc {
  -webkit-line-clamp: 3;
}

.temhatutor-N6 .swiper .cardset .cardset-tit + .cardset-desc,
.temhatutor-N7 .swiper .cardset .cardset-desc + .cardset-txt {
  margin: 0;
}

.temhatutor-N6 .swiper .cardset .badge {
  max-width: 100%;
  white-space: wrap;
}

@media (max-width: 992px) {
  .temhatutor-N6 {
    padding-top: 5rem;
    padding-bottom: 14.2rem;
  }

  .temhatutor-N6 .title-area {
    flex-direction: column;
    gap: 2rem;
  }

  .temhatutor-N6 .swiper-btn {
    gap: 1.2rem;
    transform: none;
  }

  .temhatutor-N6 .swiper-btn [class*="btn-"] {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.6rem;
  }

  .temhatutor-N6 .swiper {
    margin-top: 3rem;
  }

  .temhatutor-N6 .swiper-slide-next,
  .temhatutor-N6 .swiper-slide-next + .swiper-slide + .swiper-slide,
  .temhatutor-N6 .swiper-slide-prev {
    transform: translateY(4rem);
  }

  .temhatutor-N6 .swiper .cardset {
    max-width: 30rem;
  }

  .temhatutor-N6 .swiper .cardset-figure {
    height: 34rem !important;
    width: 100% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
  }

  .temhatutor-N6 .swiper .cardset-figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }

  .temhatutor-N6 .swiper .cardset-body {
    margin-top: 2rem;
  }

  .temhatutor-N6 .swiper .cardset-tit {
    margin-top: 1.6rem;
  }
}
/* rentalcar-N6 */
.rentalcar-N6 {
  overflow: hidden;
  position: relative;
  padding-top: 14rem;
  padding-bottom: 14rem;
  background: #eff6ff;
}

.rentalcar-N6 .contents-inner {
  width: 100%;
}

.rentalcar-N6 .title-area .textset-desc {
  margin: 0.8rem 0 0;
  color: var(--text-color3);
  font-size: 1.5rem;
}

.rentalcar-N6 .comparsion-area {
  display: flex;
  align-items: stretch;
  gap: 4.4rem;
  margin-top: 8rem;
}

.rentalcar-N6 .comparsion-area .cardset {
  flex: 1 1 65.6rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  background: var(--white);
}

.rentalcar-N6 .comparsion-area .cardset-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  min-height: 8.4rem;
  text-align: center;
}

.rentalcar-N6 .comparsion-area .cardset.rental .cardset-header {
  background: #3b82f6;
}

.rentalcar-N6 .comparsion-area .cardset.cardset.lease .cardset-header {
  background: #93c5fd;
}

.rentalcar-N6 .comparsion-area .cardset .cardset-header .cardset-tit {
  font-weight: var(--fw-bold);
}

.rentalcar-N6 .comparsion-area .cardset-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.4rem;
}

.rentalcar-N6 .comparsion-area .cardset .cardset-body {
  padding: 0;
}

.rentalcar-N6 .comparsion-area .comparsion-item {
  display: flex;
  gap: 0.2rem;
}

.rentalcar-N6 .comparsion-area .comparsion-item + .comparsion-item {
  margin-top: 0.4rem;
}

.rentalcar-N6 .comparsion-area .comparsion-item::before {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.8rem;
  font-weight: var(--fw-bold);
}

.rentalcar-N6 .comparsion-area .cardset.rental .comparsion-item::before {
  color: #3b82f6;
}

.rentalcar-N6 .comparsion-area .cardset.lease .comparsion-item::before {
  color: #93c5fd;
}

.rentalcar-N6 .comparsion-area .comparsion-item span {
  transform: translateY(0.5rem);
}

.rentalcar-N6 .comparsion-area .cardset-footer {
  margin-top: 2.4rem;
  padding: 2rem;
  background: #f0f9ff;
  border-radius: 0.8rem;
}

.rentalcar-N6 .comparsion-area .cardset-footer strong {
  display: flex;
  gap: 0.8rem;
  font-weight: var(--fw-bold);
}

.rentalcar-N6 .comparsion-area .cardset-footer strong::before {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0.5rem);
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
}

.rentalcar-N6 .comparsion-area .cardset.rental .cardset-footer strong::before {
  color: #3b82f6;
}

.rentalcar-N6 .comparsion-area .cardset.cardset.lease .cardset-footer strong::before {
  color: #93c5fd;
}

.rentalcar-N6 .comparsion-area .sub-tit {
  flex-shrink: 0;
  align-self: center;
  font-weight: var(--fw-bold);
}

@media (max-width: 992px) {
  .rentalcar-N6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rentalcar-N6 .comparsion-area {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 4rem;
  }

  .rentalcar-N6 .comparsion-area .cardset {
    flex: none;
    width: 100%;
    border-radius: 1.6rem;
  }

  .rentalcar-N6 .comparsion-area .cardset-header {
    padding: 1.6rem;
    min-height: 6.2rem;
  }

  .rentalcar-N6 .comparsion-area .cardset-wrap {
    padding: 1.6rem;
  }

  .rentalcar-N6 .comparsion-area .comparsion-item {
    gap: 0.2rem;
  }

  .rentalcar-N6 .comparsion-area .comparsion-item + .comparsion-item {
    margin-top: 0.2rem;
  }

  .rentalcar-N6 .comparsion-area .comparsion-item::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }

  .rentalcar-N6 .comparsion-area .comparsion-item span {
    transform: translateY(0.3rem);
  }

  .rentalcar-N6 .comparsion-area .cardset-footer {
    margin-top: 1.6rem;
    padding: 1.2rem;
    border-radius: 0.6rem;
  }

  .rentalcar-N6 .comparsion-area .cardset-footer strong {
    gap: 0.4rem;
  }

  .rentalcar-N6 .comparsion-area .cardset-footer strong::before {
    transform: translateY(0.4rem);
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
  }

  .rentalcar-N6 .comparsion-area .sub-tit {
    width: 100%;
    text-align: center;
  }
}
/* temhatutor-N7 */
.temhatutor-N7 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #f2fbf7;
}

.temhatutor-N7 .contents-inner {
  width: 100%;
}

.temhatutor-N7 .title-area {
  text-align: center;
}

.temhatutor-N7 .swiper {
  overflow: visible;
  margin-top: 6rem;
}

.temhatutor-N7 .swiper-slide {
  filter: blur(24px);
  transform: scale(0.764);
  transform-origin: center;
  transition: filter 0.5s, transform 0.5s;
}

.temhatutor-N7 .swiper-slide-active {
  filter: blur(0);
  transform: scale(1);
}

.temhatutor-N7 .swiper .cardset {
  max-width: 84.8rem;
}

.temhatutor-N7 .swiper .cardset-figure {
  width: 100%;
  height: 48rem;
}

.temhatutor-N7 .swiper .cardset-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temhatutor-N7 .swiper .cardset-body {
  margin-top: 2.4rem;
  padding: 0;
}

.temhatutor-N7 .swiper .cardset-tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 0.4rem;
  font-weight: var(--fw-bold);
}

.temhatutor-N7 .swiper .cardset .cardset-desc {
  -webkit-line-clamp: 4;
}

.temhatutor-N7 .swiper .cardset .cardset-tit + .cardset-desc,
.temhatutor-N7 .swiper .cardset .cardset-desc + .cardset-txt {
  margin: 0;
}

.temhatutor-N7 .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  max-width: 84.8rem;
  height: 48rem;
  pointer-events: none;
}

.temhatutor-N7 .swiper-btn [class*="btn-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border-color);
  color: var(--black);
  font-size: 2rem;
  pointer-events: auto;
}

.temhatutor-N7 .swiper-btn .btn-prev {
  transform: translateX(-50%);
}

.temhatutor-N7 .swiper-btn .btn-next {
  transform: translateX(50%);
}

.temhatutor-N7 .link-area {
  margin-top: 6rem;
  text-align: center;
}

@media (max-width: 992px) {
  .temhatutor-N7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .temhatutor-N7 .swiper {
    margin-top: 3rem;
  }

  .temhatutor-N7 .swiper-slide {
    filter: blur(16px);
    transform: scale(1);
  }

  .temhatutor-N7 .swiper-slide-active {
    filter: blur(0);
  }

  .temhatutor-N7 .swiper .cardset {
    max-width: 31.2rem;
  }

  .temhatutor-N7 .swiper .cardset-figure {
    height: 20rem;
  }

  .temhatutor-N7 .swiper .cardset-body {
    margin-top: 1.6rem;
  }

  .temhatutor-N7 .link-area {
    margin-top: 3rem;
  }

  .temhatutor-N7 .swiper-btn {
    max-width: 31.2rem;
    height: 20rem;
  }

  .temhatutor-N7 .swiper-btn [class*="btn-"] {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
}
/* temhatutor-N8 */
.temhatutor-N8 {
  overflow: hidden;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.temhatutor-N8 .contents-inner {
  width: 100%;
}

.temhatutor-N8 .title-area {
  text-align: center;
}

.temhatutor-N8 .desc-area {
  display: flex;
  gap: 6rem;
  /* margin-top: 6rem; */
}

.temhatutor-N8 .desc-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  position: relative;
  padding-top: 10rem;
  width: calc(50% - 17.6rem);
  text-align: center;
}

.temhatutor-N8 .desc-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: -16.8rem;
  width: calc(100% + 48.8rem);
  height: 58.8rem;
  background: url(../images/temhatutor_N8_01.png) no-repeat center/cover;
}

.temhatutor-N8 .container-sm .desc-wrap::before {
  width: calc(100% + 60.8rem);
}

.temhatutor-N8 .desc-wrap .textset .textset-tit {
  margin-bottom: 4rem;
}

.temhatutor-N8 .desc-wrap .textset .btnset {
  margin: 0;
}

.temhatutor-N8 .swiper-btn {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  position: relative;
}

.temhatutor-N8 .swiper-btn [class*="btn-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--black);
  color: var(--black);
  font-size: 2rem;
}

.temhatutor-N8 .slide-wrap {
  padding-top: 6rem;
  width: 70vw;
}

.temhatutor-N8 .swiper {
  width: 70vw;
}

.temhatutor-N8 .swiper .cardset {
  max-width: 43.2rem;
}

.temhatutor-N8 .swiper .cardset-figure {
  width: 100%;
  height: 28rem;
}

.temhatutor-N8 .swiper .cardset-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temhatutor-N8 .swiper .cardset-body {
  margin-top: 2.4rem;
  padding: 0;
}

.temhatutor-N8 .swiper .cardset .badge {
  max-width: 100%;
  white-space: wrap;
}

.temhatutor-N8 .swiper .cardset .cardset-desc {
  -webkit-line-clamp: 4;
  margin: 2rem 0 0;
}

@media (max-width: 1200px) {
  .temhatutor-N8 .swiper .cardset {
    max-width: 33.2rem;
  }
}

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

  .temhatutor-N8 .desc-area {
    flex-direction: column;
    gap: 3rem;
    /* margin-top: 3rem; */
  }

  .temhatutor-N8 .desc-wrap {
    flex-shrink: none;
    /* padding-top: 5rem; */
    width: 100%;
    gap: 6rem;
  }

  .temhatutor-N8 .desc-wrap::before,
  .temhatutor-N8 .container-sm .desc-wrap::before {
    right: -1.6rem;
    width: calc(100% + 3.2rem);
    height: 38rem;
  }

  .temhatutor-N8 .desc-wrap .textset .textset-tit {
    margin-bottom: 2rem;
  }

  .temhatutor-N8 .swiper-btn {
    gap: 1.2rem;
  }

  .temhatutor-N8 .swiper-btn [class*="btn-"] {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }

  .temhatutor-N8 .slide-wrap {
    padding-top: 0;
    width: calc(100% + 1.6rem);
  }

  .temhatutor-N8 .swiper {
    width: 100%;
  }

  .temhatutor-N8 .swiper .cardset {
    max-width: 30rem;
  }

  .temhatutor-N8 .swiper .cardset-figure {
    height: 18rem;
  }

  .temhatutor-N8 .swiper .cardset-body {
    margin-top: 0rem;
  }

  .temhatutor-N8 .swiper .cardset .cardset-desc {
    margin-top: 1.6rem;
  }
}
/* temhatutor-N9 */
.temhatutor-N9 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: url(../images/temhatutor_N9_01.png) no-repeat center/cover;
}
.temhatutor-N9 .title-main {
  color: var(--medium-blue);
  font-weight: bold;
  font-size: 5.5rem;
  line-height: 1.5;
  display: block;
  background: linear-gradient(135deg, #1e40af, var(--medium-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.temhatutor-N9 .contents-inner {
  width: 100%;
}

.temhatutor-N9 .title-area {
  text-align: center;
}

.temhatutor-N9 .step-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 6rem;
  gap: 1.6rem;
}

.temhatutor-N9 .step-area .textset {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background: #e8f3ff;
}

.temhatutor-N9 .step-area .textset-subtit {
  margin: 0;
  color: var(--primary);
  font-weight: var(--fw-bold);
}

.temhatutor-N9 .step-area .textset-tit {
  margin: 0.4rem 0;
  font-weight: var(--fw-bold);
}

.temhatutor-N9 .step-area .textset-desc {
  margin: 0;
  color: var(--text-color3);
}

.temhatutor-N9 .contact-area {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 4rem;
}

.temhatutor-N9 .swiper {
  width: 50%;
}

.temhatutor-N9 .paging {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: absolute;
  bottom: 2rem;
  right: 2.2rem;
  z-index: 2;
  padding: 0.8rem 1.2rem;
  border-radius: 10rem;
  background: rgba(var(--black-rgb), 0.4);
}

.temhatutor-N9 [class*="btn-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: var(--white);
  background: transparent;
  border: none;
  font-size: 1.6rem;
}

.temhatutor-N9 .paging-text {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--white);
}

.temhatutor-N9 .curr {
  font-weight: var(--fw-bold);
}

.temhatutor-N9 .paging-text .ico-line {
  width: 0.2rem;
  height: 1rem;
  background: var(--white);
}

.temhatutor-N9 .swiper-progress button {
  display: none;
}

.temhatutor-N9 .swiper-progress button.active {
  display: flex;
}

.temhatutor-N9 .swiper-slide {
  aspect-ratio: 640/466;
}

.temhatutor-N9 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temhatutor-N9 .form-group {
  width: calc(50% - 4rem);
}

.temhatutor-N9 .form-box + .form-box {
  margin-top: 1.6rem;
}

.temhatutor-N9 .form-tit {
  font-weight: var(--fw-medium);
}

.temhatutor-N9 .form-tit span {
  color: #d43d3e;
}

.temhatutor-N9 .inputset-input,
.temhatutor-N9 .selectset .selectset-select,
.temhatutor-N9 .inputset-textarea {
  margin-top: 0.8rem;
}

.temhatutor-N9 .selectset .selectset-select {
  display: flex;
  align-items: center;
}

.temhatutor-N9 .inputset.inputset-date input[type="date"] {
  position: relative;
  background-image: url(../icons/ico_date.svg);
  background-position: right 1.6rem center;
}

.temhatutor-N9 .inputset-textarea {
  height: 12rem;
  resize: none;
}

.temhatutor-N9 .radioset-wrap,
.temhatutor-N9 .checkset-wrap {
  flex-wrap: wrap;
}

.temhatutor-N9 .form-btn {
  margin-top: 1.6rem;
}

.temhatutor-N9 .form-group .contents-agree {
  display: flex;
  /* align-items: center; */
  margin-top: 1.2rem;
}

.temhatutor-N9 .sample-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;
}

.temhatutor-N9 .sample-modal.block-active {
  opacity: 1;
  visibility: visible;
}

.temhatutor-N9 .modal-area {
  width: 100%;
  max-width: 92rem;
  background: #fff;
  border-radius: 0.6rem;
}

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

.temhatutor-N9 .info-title h3 {
  font-size: var(--fs-h4);
}

.temhatutor-N9 .modal-close {
  cursor: pointer;
}

.temhatutor-N9 .info-area {
  overflow-y: auto;
}

.temhatutor-N9 .info-group + .info-group {
  margin-top: 2.4rem;
}

.temhatutor-N9 .info-group strong {
  display: block;
  padding-bottom: 1.2rem;
  font-size: var(--fs-h5);
}

.temhatutor-N9 .info-desc {
  overflow-y: auto;
  padding: 1.6rem;
  max-height: 20.7rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
}

.temhatutor-N9 .info-desc::-webkit-scrollbar {
  width: 6px;
}

.temhatutor-N9 .info-desc::-webkit-scrollbar-track {
  background-color: #ddd;
}

.temhatutor-N9 .info-desc::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}

.temhatutor-N9 .info-desc p {
  font-size: var(--fs-p1);
}

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

.temhatutor-N9 .info-desc .mtb {
  margin: 2.4rem 0;
}

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

.temhatutor-N9 .info-list em::before {
  content: "";
  margin-right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #1e40af;
  border-radius: 50%;
}

.temhatutor-N9 .info-list p {
  padding-left: 1.2rem;
}

.temhatutor-N9 .modal-confirm .modal-area {
  position: relative;
  padding: 3.2rem;
  max-width: 36rem;
  background: #1e40af;
  border-radius: 0.8rem;
}

.temhatutor-N9 .modal-confirm .modal-icon {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  background: transparent;
}

.temhatutor-N9 .modal-confirm .modal-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.temhatutor-N9 .modal-confirm .modal-figure {
  margin: 0 auto;
  width: 5.6rem;
  height: 5.6rem;
}

.temhatutor-N9 .modal-confirm .modal-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.temhatutor-N9 .modal-confirm .modal-body {
  font-size: var(--fs-p1);
  text-align: center;
  color: #fff;
}

.temhatutor-N9 .modal-confirm .modal-textarea {
  margin: 1.6rem 0;
}

.temhatutor-N9 .modal-confirm .modal-footer {
  text-align: center;
}

.temhatutor-N9 .modal-confirm .modal-footer .btnset {
  min-width: 9.4rem;
  height: 4rem;
  border-radius: 0.4rem;
}

.temhatutor-N9 .modal-confirm .modal-footer .btnset.btnset-line-light {
  border-color: #fff;
  color: #fff;
}

.temhatutor-N9 .modalset .modalset-close::before {
  color: #111;
}

@media (max-width: 992px) {
  .temhatutor-N9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .temhatutor-N9 .step-area {
    overflow-x: auto;
    gap: 0.8rem;
    margin-top: 3rem;
    width: calc(100% + 1.6rem);
  }

  .temhatutor-N9 .step-area .textset {
    padding: 1.2rem;
    min-width: 32.8rem;
  }

  .temhatutor-N9 .step-area .textset-tit {
    margin-top: 0.2rem;
  }

  .temhatutor-N9 .contact-area {
    display: block;
    margin-top: 2rem;
  }

  .temhatutor-N9 .swiper {
    width: 100%;
  }

  .temhatutor-N9 .swiper-slide {
    aspect-ratio: 328/239;
  }

  .temhatutor-N9 .paging {
    bottom: 1.2rem;
    right: 1.2rem;
    gap: 0.4rem;
    padding: 0.6rem;
  }

  .temhatutor-N9 [class*="btn-"] {
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
  }

  .temhatutor-N9 .form-group {
    width: 95%;
    margin-top: 2rem;
  }

  .temhatutor-N9 .form-box + .form-box {
    margin-top: 0.8rem;
  }

  .temhatutor-N9 .inputset-textarea {
    height: 10rem;
  }

  .temhatutor-N9 .form-btn {
    margin-top: 1.4rem;
  }

  .temhatutor-N9 .form-group .contents-agree {
    margin-top: 1rem;
  }

  .temhatutor-N9 .modal-confirm .modal-figure {
    width: 4.8rem;
    height: 4.8rem;
  }

  .temhatutor-N9 .modal-confirm .modal-textarea {
    margin: 0.8rem 0;
  }
}
/* temhatutor-N2 */
.temhatutor-N2 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background: #1e40af;
}

.temhatutor-N2 .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
}

.temhatutor-N2 .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.temhatutor-N2 .footer-logo {
  margin-bottom: 0;
}

.temhatutor-N2 .footer-logo img {
  height: 2rem;
  object-fit: contain;
}

.temhatutor-N2 .footer-menulist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.temhatutor-N2 .footer-menulink a {
  color: #fff;
  padding-right: 1.2rem;
  font-size: var(--fs-p2);
}

.temhatutor-N2 .footer-menulink + .footer-menulink a {
  padding-left: 1.2rem;
}

.temhatutor-N2 .footer-menulink {
  position: relative;
  display: flex;
  align-items: center;
}

.temhatutor-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);
}

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

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

.temhatutor-N2 .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
  display: flex;
  align-items: center;
}

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

.temhatutor-N2 .selectset {
  max-width: 18rem;
  height: 4rem;
}

.temhatutor-N2 .footer-txtgroup {
  margin-top: 2rem;
}

.temhatutor-N2 .footer-txtgroup address.footer-txt p {
  color: rgba(255, 255, 255, 0.6);
}

.temhatutor-N2 .footer-txt {
  display: flex;
}

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

.temhatutor-N2 .footer-txt p {
  margin-bottom: 0;
  font-size: 12px;
  color: var(--white);
}

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

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

.temhatutor-N2 .selectset .selectset-list {
  background: rgba(255, 255, 255, 0.1);
}

.temhatutor-N2 .selectset .btn {
  display: flex;
  align-items: center;
  color: #fff;
}

.temhatutor-N2 .selectset .selectset-toggle::after {
  font-size: var(--fs-p3);
  color: #fff;
}

.temhatutor-N2 .selectset.active .btn {
  color: var(--white);
}

.temhatutor-N2 .selectset-link {
  color: #fff;
}

.temhatutor-N2 .selectset .selectset-link::after {
  color: #fff;
}

.temhatutor-N2 .selectset .selectset-area.active .selectset-toggle {
  color: #fff;
  border-color: #fff;
}

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

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

.temhatutor-N2 .modal-area {
  width: 100%;
  max-width: 92rem;
  background: #fff;
  border-radius: 0.6rem;
}

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

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

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

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

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

.temhatutor-N2 .info-group {
  padding: 2.4rem;
}

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

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

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

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

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

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

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

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

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

  .temhatutor-N2 .footer-top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .temhatutor-N2 .footer-snslist {
    margin-top: 1.2rem;
  }

  .temhatutor-N2 .footer-txtgroup {
    margin-top: 1.2rem;
  }

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

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

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

  .temhatutor-N2 .selectset {
    display: none;
  }
}
/* sub_office-N5 */
.sub_office-N5 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
}

.sub_office-N5 .contents-container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f5fbff;
}

.sub_office-N5 .contents-inner {
  display: flex;
  gap: 8rem;
  position: relative;
  margin-top: 13.8rem;
  padding: 6rem 0 21rem;
  width: 100%;
}

.sub_office-N5 .desc-area {
  flex: 1 1 83rem;
}

.sub_office-N5 .desc-area p {
  margin: 4rem 0;
  color: var(--text-color3);
}

.sub_office-N5 .info-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.sub_office-N5 .info-wrap span {
  color: var(--text-color3);
}

.sub_office-N5 .info-wrap strong {
  font-weight: var(--fw-bold);
}

.sub_office-N5 .list-area {
  position: relative;
  padding: 16rem 0 26rem;
}

.sub_office-N5 .bg-word {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(10.2rem);
  font-size: 16rem;
  font-family: var(--ff-ko3);
  font-weight: var(--fw-bold);
  line-height: 30rem;
  color: #f0f0f6;
  white-space: nowrap;
}

.sub_office-N5 .thumb-area {
  flex: 1 0 45.9rem;
}

.sub_office-N5 .thumb-area img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 45.9rem;
  height: 74rem;
}

@media (max-width: 992px) {
  .sub_office-N5 {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .sub_office-N5 .contents-container::before {
    content: none;
  }

  .sub_office-N5 .contents-inner {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-top: 8rem;
    padding: 0;
  }

  .sub_office-N5 .thumb-area {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: -1.6rem;
    padding: 3.9rem 1.6rem;
    width: calc(100% + 3.2rem);
    min-height: 37.8rem;
    background: #fafafd;
  }

  .sub_office-N5 .thumb-area img {
    width: 28.4rem;
    height: 45.8rem;
    bottom: 0;
  }

  .sub_office-N5 .bg-word {
    position: static;
    transform: none;
    font-size: 10rem;
    line-height: 1;
    text-align: center;
    white-space: normal;
  }

  .sub_office-N5 .desc-area {
    flex: none;
    width: 100%;
  }

  .sub_office-N5 .desc-area p {
    margin: 2rem 0 2.4rem;
  }

  .sub_office-N5 .info-wrap {
    gap: 0.4rem;
    align-items: flex-end;
  }

  .sub_office-N5 .info-wrap span {
    transform: translateY(-0.2rem);
  }
}
/* popup-N5 */
.popup-N5 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem;
  background: #fff6f9;
}

.popup-N5 .contents-inner {
  width: 100%;
}

.popup-N5 .textset .textset-desc {
  margin-top: 1.2rem;
  color: var(--text-color3);
}

.popup-N5 .cardset-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8rem;
  gap: 1rem;
}

.popup-N5 .cardset {
  position: relative;
  padding: 6.6rem 4rem;
  text-align: center;
}

.popup-N5 .cardset:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  width: 0.1rem;
  height: 100%;
  background: #ff5e7e;
}

.popup-N5 .cardset:first-child {
  padding-left: 0;
}

.popup-N5 .cardset:last-child {
  padding-right: 0;
}

.popup-N5 .cardset .cardset-tit {
  display: block;
  font-weight: var(--fw-bold);
}

.popup-N5 .cardset .cardset-figure {
  margin: 4rem auto;
  width: 12rem;
  height: 12rem;
}

.popup-N5 .cardset .cardset-desc {
  margin: 0;
  -webkit-line-clamp: 4;
}

.popup-N5 .cardset .btnset {
  margin-top: 4rem;
}

.popup-N5 .modalset .modalset-content {
  padding-top: 0;
  border-radius: 0;
}

.popup-N5 .modalset .modalset-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  height: 6.8rem;
}

.popup-N5 .modalset .modalset-header::before {
  content: none;
}

.popup-N5 .modalset .modalset-header .modalset-close {
  position: static;
}

.popup-N5 .modalset .modalset-body {
  margin: 2.4rem 0;
  max-height: 49.4rem;
}

.popup-N5 .modalset .modalset-thumb {
  width: 100%;
  height: 20rem;
}

.popup-N5 .modalset .modalset-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-N5 .modalset .modalset-textarea {
  margin-top: 1.6rem;
  text-align: center;
}

.popup-N5 .modalset .modalset-textarea strong {
  display: block;
  font-weight: var(--fw-bold);
}

.popup-N5 .modalset .modalset-textarea p {
  margin-top: 0.8rem;
  color: var(--text-color4);
}

.popup-N5 .modalset .modalset-info {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  align-items: flex-start;
  gap: 1.2rem 0.4rem;
  margin-top: 4rem;
}

.popup-N5 .modalset .modalset-info dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.popup-N5 .modalset .modalset-info dt i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0.2rem);
}

.popup-N5 .modalset .modalset-info dd {
  margin: 0;
}

.popup-N5 .modalset .modalset-info dd.ml {
  margin-left: 0.2rem;
}

.popup-N5 .modalset .modalset-footer {
  margin: 0;
  padding: 0;
}

.popup-N5 .modalset .modalset-footer::before {
  content: none;
}

@media (max-width: 992px) {
  .popup-N5 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .popup-N5 .textset .textset-desc {
    margin-top: 0.8rem;
  }

  .popup-N5 .cardset-wrap {
    margin-top: 4rem;
    grid-template-columns: 1fr;
  }

  .popup-N5 .cardset {
    padding: 4rem 0;
  }

  .popup-N5 .cardset:not(:first-child)::before {
    width: 100%;
    height: 0.1rem;
  }

  .popup-N5 .cardset:first-child {
    padding-top: 5rem;
  }

  .popup-N5 .cardset:last-child {
    padding-bottom: 5rem;
  }

  .popup-N5 .cardset .cardset-figure {
    margin: 2.4rem auto;
    width: 10rem;
    height: 10rem;
  }

  .popup-N5 .cardset .btnset {
    margin-top: 2.4rem;
  }

  .popup-N5 .modalset .modalset-content {
    padding: 0 1.6rem 1.6rem;
  }

  .popup-N5 .modalset .modalset-header {
    height: 4.8rem;
  }

  .popup-N5 .modalset .modalset-close::before {
    font-size: 1.6rem;
  }

  .popup-N5 .modalset .modalset-body {
    margin: 1.6rem 0;
    max-height: 43rem;
  }

  .popup-N5 .modalset .modalset-thumb {
    height: 16.8rem;
  }

  .popup-N5 .modalset .modalset-info {
    grid-template-columns: 2rem 1fr;
    margin-top: 2.8rem;
    gap: 0.8rem 0.4rem;
  }

  .popup-N5 .modalset .modalset-info dt {
    font-size: 1.8rem;
  }
}
/* hospital2-N15 */
.hospital2-N15 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hospital2-N15 .contents-inner {
  width: 100%;
}

.hospital2-N15 .title-area {
  margin-bottom: 4rem;
  text-align: center;
}

.hospital2-N15 .swiper-slide {
  overflow: hidden;
  padding: 5rem 5rem 0;
  background: #f8f8fa;
}

.hospital2-N15 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hospital2-N15 .desc {
  position: relative;
  z-index: 1;
}

.hospital2-N15 .desc p {
  margin-bottom: 4rem;
}

.hospital2-N15 .desc a {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
}

.hospital2-N15 .ico-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #111;
  color: var(--text-color1);
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}

.hospital2-N15 .ico-arrow img {
  width: 2rem;
  height: 2rem;
  transition: filter 0.3s;
}

.hospital2-N15 .desc a:hover .ico-arrow {
  border-color: transparent;
  background: var(--primary);
  color: var(--white);
}

.hospital2-N15 .desc a:hover .ico-arrow img {
  filter: invert(1);
}

.hospital2-N15 .thumb {
  margin-top: -10rem;
  width: 100%;
  text-align: right;
}

.hospital2-N15 .container-sm .thumb {
  margin-top: 0;
}

.hospital2-N15 .thumb img {
  transform: translateX(5rem);
  width: 100%;
  min-width: 24.7rem;
  object-fit: cover;
  aspect-ratio: 229 / 247;
}

.hospital2-N15 .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
  width: 100%;
}

.hospital2-N15 .swiper-horizontal > .swiper-pagination-bullets,
.hospital2-N15 .swiper-pagination-bullets.swiper-pagination-horizontal,
.hospital2-N15 .swiper-pagination-custom,
.hospital2-N15 .swiper-pagination-fraction {
  width: auto;
}

.hospital2-N15 .swiper-pagination-bullet {
  transition: 0.3s;
}

.hospital2-N15 .swiper-pagination-bullet-active {
  width: 4rem;
  background: var(--primary);
  border-radius: 9rem;
}

.hospital2-N15 .pagination [class*="btn"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: none;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  color: var(--text-color1);
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.hospital2-N15 .pagination .btn-next {
  transform: rotate(180deg);
}

.hospital2-N15 .pagination [class*="btn"] img {
  width: 2rem;
  height: 2rem;
  transition: filter 0.3s;
}

.hospital2-N15 .pagination [class*="btn"]:hover {
  background: var(--primary);
  color: var(--white);
  border-color: transparent;
}

.hospital2-N15 .pagination [class*="btn"]:hover img {
  filter: invert(1);
}

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

  .hospital2-N15 .title-area {
    margin-bottom: 2.8rem;
  }

  .hospital2-N15 .swiper-slide {
    padding: 2.4rem 2.4rem 0;
  }

  .hospital2-N15 .thumb {
    margin-top: -5rem;
  }

  .hospital2-N15 .thumb img {
    transform: translateX(2.4rem);
    max-width: 50rem;
    min-width: 0;
    aspect-ratio: 254 / 275;
  }

  .hospital2-N15 .pagination {
    margin-top: 2.8rem;
    gap: 1.2rem;
  }

  .hospital2-N15 .swiper-pagination-bullet-active {
    width: 2rem;
  }

  .hospital2-N15 .pagination [class*="btn"] {
    width: 2.4rem;
    height: 2.4rem;
  }

  .hospital2-N15 .pagination [class*="btn"] img {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media (max-width: 375px) {
  .hospital2-N15 .thumb img {
    max-width: 25.4rem;
  }
}

/* 플로팅 모달 개인정보 수집동의 좌우 배치 */
.floating-modal .checkset-label {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-align: left !important;
}

.floating-modal .modal-privacy-btn {
  margin-left: auto !important;
}

/* 모바일에서 개인정보 수집동의 좌우 배치 강제 적용 */
@media (max-width: 768px) {
  /* temhatutor-N6 모바일 후기 이미지 통일 */
  .temhatutor-N6 .swiper .cardset-figure {
    height: 30rem !important;
    width: 100% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
  }

  .temhatutor-N6 .swiper .cardset-figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }

  .floating-modal .checkset-label {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    text-align: left !important;
    width: 100% !important;
  }

  .floating-modal .modal-privacy-btn {
    margin-left: auto !important;
    margin-top: 0 !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
  }

  .floating-modal .checkset {
    text-align: left !important;
  }

  .floating-modal .checkset-fill {
    display: flex !important;
    align-items: center !important;
  }
}

/* 소형 모바일에서도 강제 적용 */
@media (max-width: 375px) {
  /* temhatutor-N6 소형 모바일 후기 이미지 통일 */
  .temhatutor-N6 .swiper .cardset-figure {
    height: 28rem !important;
    width: 100% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
  }

  .temhatutor-N6 .swiper .cardset-figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }

  .floating-modal .checkset-label {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    text-align: left !important;
    width: 100% !important;
  }

  .floating-modal .modal-privacy-btn {
    margin-left: auto !important;
    margin-top: 0 !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
  }
}

/* Sticky 네비게이션 */
.temhatutor-N1 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

/* 스크롤 시 네비게이션 배경 투명도 조정 */
.temhatutor-N1.scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
}
