@charset "utf-8";

/* temhabank-N1 */
.temhabank-N1 {
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
}

.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: 2.3rem;
}

.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;
  }
}
/* 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: #d9d9d9;
  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;
  font-size: 25px;
  font-weight: bold;
}

.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;
  }
}
/* bloomcity-N17 */
.bloomcity-N17 {
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.bloomcity-N17 .contents-inner {
  width: 100%;
  text-align: center;
}

.bloomcity-N17 .contents-inner p {
  margin-top: 1.6rem;
  color: #666;
}

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

  .bloomcity-N17 .contents-inner p {
    margin-top: 0.8rem;
  }

  .bloomcity-N17 br {
    display: none;
  }
}
/* basic-N24 */
.basic-N24 {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.basic-N24 .contents-inner {
  width: 100%;
  padding: 10rem 4rem;
  border-radius: 2rem;
  background: #f7f7fb;
}

.basic-N24 .textset {
  margin-bottom: 4rem;
  text-align: center;
}

.basic-N24 .form-box {
  max-width: 96rem;
  margin: 0 auto;
}

.basic-N24 .form-box+.form-box {
  margin-top: 2.4rem;
}

.basic-N24 .form-tit {
  margin-bottom: 1.2rem;
}

.basic-N24 .radioset-wrap,
.basic-N24 .checkset-wrap {
  flex-wrap: wrap;
}

.basic-N24 .contents-agree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3rem auto 0;
  max-width: 96rem;
  line-height: 1;
}

.basic-N24 .contents-agree .btnset {
  color: var(--text-color3);
}

.basic-N24 .contents-agree .btnset::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(../icons/ico_chevron_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.basic-N24 .form-btn {
  margin: 4rem auto 0;
  max-width: 96rem;
  text-align: center;
}

.basic-N24 .form-btn .btnset {
  min-width: 18rem;
  padding: 0 2rem;
}

.basic-N24 .info-area {
  overflow-y: auto;
}

.basic-N24 .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N24 .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

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

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

.basic-N24 .info-desc .mtb {
  margin: 2.4rem 0;
}

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

.basic-N24 .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N24 .info-list p {
  padding-left: 1.2rem;
}

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

  .basic-N24 .contents-inner {
    padding: 8rem 2.4rem;
  }

  .basic-N24 .contents-agree {
    margin-top: 1.2rem;
  }

  .basic-N24 .form-box+.form-box {
    margin-top: 2rem;
  }

  .basic-N24 .form-btn {
    margin-top: 2rem;
  }

  .basic-N24 .form-btn .btnset {
    min-width: 16rem;
    padding: 0 1.6rem;
    width: 100%;
  }
}
/* loan-N3 */
.loan-N3 {
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fbfbff;
}

.loan-N3 .footer-logo {
  margin-bottom: 0;
  text-align: center;
}

.loan-N3 .footer-logo img {
  height: 2.8rem;
  object-fit: contain;
}

.loan-N3 .footer-gnb {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}

.loan-N3 .gnb-item {
  position: relative;
  width: 20%;
}

.loan-N3 .gnb-item a {
  font-weight: var(--fw-medium);
  background-size: cover;
}

.loan-N3 .gnb-item+.gnb-item {
  padding-left: 4rem;
}

.loan-N3 .gnb-item+.gnb-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.loan-N3 .footer-sublist {
  margin-top: 1.6rem;
}

.loan-N3 .footer-sublist a {
  width: 100%;
}

.loan-N3 .sub-item {
  transition: color 0.3s;
  will-change: color;
}

.loan-N3 .sub-item:hover a {
  color: var(--white);
}

.loan-N3 .footer-snslist {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.loan-N3 .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.loan-N3 .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
}

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

.loan-N3 .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.loan-N3 .footer-menulink a {
  padding-right: 1.2rem;
  text-align: center;
  font-size: var(--fs-p2);
}

.loan-N3 .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.loan-N3 .footer-menulink {
  position: relative;
}

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

.loan-N3 .footer-txtgroup {
  margin-top: 2.8rem;
}

.loan-N3 .footer-txt {
  display: flex;
  justify-content: center;
}

.loan-N3 .footer-txt+.footer-txt {
  margin-top: 1rem;
}

.loan-N3 .footer-txt p.addr-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.1rem;
  color: #767676;
}

.loan-N3 .footer-txt p.addr-info span {
  display: flex;
  align-items: center;
  position: relative;
}

.loan-N3 .footer-txt p.addr-info span:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -1.1rem;
  width: 0.1rem;
  height: 1.4rem;
  background: rgba(85, 85, 85, 0.15);
}

.loan-N3 .footer-txt p {
  width: 100%;
  margin-bottom: 0;
}

.loan-N3 .footer-txt .copy {
  text-align: center;
}

.loan-N3 .footer-txt p+p {
  margin-left: 0.8rem;
}

.loan-N3 .footer-alert {
  margin: 0 0 4rem;
  padding: 4rem 3rem;
  background: var(--white);
  border-radius: 1.6rem;
}

.loan-N3 .footer-alert .footer-txt {
  display: flex;
  gap: 4rem;
  margin: 0;
}

.loan-N3 .footer-alert .footer-txt:nth-child(2) {
  margin: 4rem 0 1.6rem;
}

.loan-N3 .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;
}

.loan-N3 .footer-modal.block-active {
  opacity: 1;
  visibility: visible;
}

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

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

.loan-N3 .modal-close {
  cursor: pointer;
}

.loan-N3 .info-area {
  overflow-y: auto;
}

.loan-N3 .modal-email .info-area {
  max-height: 17rem;
}

.loan-N3 .modal-privacy .info-area {
  max-height: 70.3rem;
}

.loan-N3 .info-group+.info-group {
  margin-top: 2.4rem;
}

.loan-N3 .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

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

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

.loan-N3 .info-desc .mtb {
  margin: 2.4rem 0;
}

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

.loan-N3 .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.loan-N3 .info-list p {
  padding-left: 1.2rem;
}

.loan-N3 .text-left {
  align-items: left;
}

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

  .loan-N3 .footer-gnb {
    display: none;
  }

  .loan-N3 .footer-snslist {
    margin-top: 2.4rem;
  }

  .loan-N3 .footer-menugroup {
    margin-top: 2.4rem;
  }

  .loan-N3 .footer-txtgroup {
    margin-top: 2.4rem;
  }

  .loan-N3 .footer-txt {
    flex-direction: column;
    align-items: center;
  }

  .loan-N3 .footer-txt+.footer-txt {
    margin-top: 0.8rem;
  }

  .loan-N3 .footer-txt p+p {
    margin-left: 0;
  }

  .loan-N3 .footer-txt p.addr-info {
    gap: 0.4rem 1.3rem;
  }

  .loan-N3 .footer-txt p.addr-info span:not(:first-child)::before {
    left: -0.6rem;
  }

  .loan-N3 .footer-alert {
    overflow-y: auto;
    margin: 0 0 2.6rem;
    padding: 2rem 1.6rem;
    max-height: 35.6rem;
  }

  .loan-N3 .footer-alert::-webkit-scrollbar {
    width: 0.4rem;
  }

  .loan-N3 .footer-alert::-webkit-scrollbar-button {
    display: none;
  }

  .loan-N3 .footer-alert::-webkit-scrollbar-thumb {
    background-color: #767676;
    border-radius: 10rem;
  }

  .loan-N3 .footer-alert::-webkit-scrollbar-track {
    background-color: #e9e9e9;
  }

  .loan-N3 .footer-alert .footer-txt {
    gap: 1.6rem;
  }

  .loan-N3 .footer-alert .footer-txt:nth-child(2) {
    margin: 1.8rem 0;
  }
}

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

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

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