@charset "utf-8";

/* .th-layout-header (헤더 래퍼: position/top/left/z-index + 루트 width, 미지정 시 100%) */
.th-layout-header {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}


/* juni-slide */
:root {
  --height-mrag16j2: 1000px
}

.juni-slide {
  overflow: hidden;
  position: relative
}

.juni-slide .contents-container {
  display: flex;
  justify-content: center;
  height: 100rem
}

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

.juni-slide .swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%
}

.juni-slide .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8rem;
  height: 100%
}

.juni-slide picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

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

.juni-slide .visual-text-box {
  position: relative;
  width: 100%
}

.juni-slide .container-lg .visual-text-box {
  max-width: 144rem
}

.juni-slide .container-md .visual-text-box {
  max-width: 128rem
}

.juni-slide .container-sm .visual-text-box {
  max-width: 102.4rem
}

.juni-slide .visual-text-box strong {
  color: #fff
}

.juni-slide .visual-text-box p {
  margin-top: 2rem;
  font-weight: var(--fw-regular);
  color: rgba(255, 255, 255, 0.8)
}

.juni-slide .pagination_fraction {
  position: absolute;
  z-index: 1;
  transform: translateY(-13rem);
  width: calc(100% - 16rem)
}

.juni-slide .container-lg .pagination_fraction {
  max-width: 144rem
}

.juni-slide .container-md .pagination_fraction {
  max-width: 128rem
}

.juni-slide .container-sm .pagination_fraction {
  max-width: 102.4rem
}

.juni-slide .wrap {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--ff-en4)
}

.juni-slide .pagination_fraction .current,
.juni-slide .pagination_fraction .all {
  font-weight: var(--fw-bold)
}

.juni-slide .pagination_fraction .current {
  color: #fff
}

.juni-slide .control-bottom {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: absolute;
  z-index: 1;
  transform: translateY(16.5rem);
  padding-left: 1rem;
  width: calc(100% - 16rem)
}

.juni-slide .container-lg .control-bottom {
  max-width: 144rem
}

.juni-slide .container-md .control-bottom {
  max-width: 128rem
}

.juni-slide .container-sm .control-bottom {
  max-width: 102.4rem
}

.juni-slide .swiper-pagination {
  gap: 1.3rem;
  position: static
}

.juni-slide .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto
}

.juni-slide .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  margin: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--white);
  border-radius: 0.3rem
}

.juni-slide .swiper-pagination-bullet:first-child {
  margin-left: 0
}

.juni-slide .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: -0.9rem;
  transform: scale(0);
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--white);
  border-radius: 1.2rem
}

.juni-slide .swiper-pagination-bullet-active::after {
  transform: scale(1);
  transition: transform 0.2s
}

.juni-slide .swiper-button-play {
  display: none
}

.juni-slide .swiper-button-play,
.juni-slide .swiper-button-pause {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity .3s
}

.juni-slide .swiper-button-play img,
.juni-slide .swiper-button-pause img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top
}

.juni-slide .swiper-button-play:hover,
.juni-slide .swiper-button-pause:hover {
  opacity: 1
}

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

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

  .juni-slide .swiper-slide {
    padding: 0 4rem
  }

  .juni-slide .pagination_fraction {
    width: calc(100% - 8rem)
  }

  .juni-slide .control-bottom {
    width: calc(100% - 8rem)
  }
}

@media (max-width: 992px) {
  .juni-slide .contents-container {
    height: 65rem
  }

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

  .juni-slide .swiper-slide {
    padding: 0 1.6rem
  }

  .juni-slide .visual-text-box p {
    margin-top: 1rem
  }

  .juni-slide .pagination_fraction {
    transform: translateY(-9rem);
    width: calc(100% - 3.2rem)
  }

  .juni-slide .control-bottom {
    transform: translateY(11rem);
    width: calc(100% - 3.2rem)
  }

  .juni-slide {}
}

@media (max-width: 768px) {
  .juni-slide .pagination_fraction {
    transform: translateY(-11rem)
  }

  .juni-slide .control-bottom {
    transform: translateY(13rem)
  }
}

@media (max-width: 375px) {
  .juni-slide .contents-container {
    height: 50rem
  }

  .juni-slide .pagination_fraction {
    transform: translateY(-14rem)
  }

  .juni-slide .control-bottom {
    transform: translateY(16rem)
  }
}
/* junifull2-N1 */
.junifull2-N1 {
  position: relative;
  overflow: hidden;
  background: var(--body-bg);
  padding-top: 15rem;
  padding-bottom: 15rem
}

.junifull2-N1 .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static
}

.junifull2-N1 .contents-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%
}

.junifull2-N1 .contents-title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 30rem;
  margin-top: 10px
}

.junifull2-N1 .contents-body {
  width: 100%
}

.junifull2-N1 .contents-body>.textset {
  margin-bottom: 7rem
}

.junifull2-N1 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.junifull2-N1 .textset .textset-tit+.textset-desc {
  margin-top: 3rem
}

.junifull2-N1 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #d8d8d8
}

.junifull2-N1 .card-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.junifull2-N1 .portfolio-card {
  width: 100%
}

.junifull2-N1 .card-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border: 2px solid #e9e9e9;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease
}

.junifull2-N1 .card-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05)
}

.junifull2-N1 .card-icon-box {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center
}

.junifull2-N1 .card-icon {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.junifull2-N1 .card-content {
  flex-grow: 1;
  overflow: hidden
}

.junifull2-N1 .card-title {
  font-size: 24px;
  color: #212126;
  font-weight: 600;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.junifull2-N1 .card-subtitle {
  font-size: 14px;
  color: #797981;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media (max-width: 1280px) {
  .junifull2-N1 .contents-title {
    width: 20rem
  }
}

@media (max-width: 992px) {
  .junifull2-N1 {
    padding-top: 9rem;
    padding-bottom: 9rem
  }

  .junifull2-N1 .contents-container {
    height: auto
  }

  .junifull2-N1 .contents-inner {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    height: 100%
  }

  .junifull2-N1 .contents-title {
    width: 100%;
    margin-bottom: 3rem
  }

  .junifull2-N1 .contents-body>.textset {
    margin-bottom: 5rem
  }

  .junifull2-N1 .textset .textset-tit+.textset-desc {
    margin-top: 2rem
  }

  .junifull2-N1 .textset .textset-desc {
    -webkit-line-clamp: 4
  }

  .junifull2-N1 .card-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%
  }
}

@media (max-width: 576px) {
  .junifull2-N1 .card-grid-wrapper {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .junifull2-N1 .card-inner {
    padding: 16px;
    gap: 16px
  }

  .junifull2-N1 .card-icon-box {
    width: 60px;
    height: 60px
  }

  .junifull2-N1 .card-title {
    font-size: 18px
  }
}
/* junifull2-N4 */
.junifull2-N4 {
  position: relative;
  overflow: hidden;
  background: var(--primary);
  padding-bottom: 15rem;
  padding-top: 15rem
}

.junifull2-N4 .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static
}

.junifull2-N4 .contents-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%
}

.junifull2-N4 .contents-title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 30rem;
  margin-top: 10px
}

.junifull2-N4 .contents-title p {
  color: var(--white)
}

.junifull2-N4 .contents-body {
  width: 100%;
  overflow: hidden
}

.junifull2-N4 .contents-body>.textset {
  margin-bottom: 7rem
}

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

.junifull2-N4 .textset .textset-tit+.textset-desc {
  margin-top: 3rem
}

.junifull2-N4 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #d8d8d8
}

.junifull2-N4 .contents-swiper {
  margin-left: -2rem;
  margin-bottom: 5rem
}

.junifull2-N4 .swiper-slide {
  width: calc(100% / 3);
  padding: 0 2rem
}

.junifull2-N4 .swiper-slide .point-img {
  width: 290px;
  height: 210px
}

.junifull2-N4 .swiper-slide .textset {
  padding-top: 2rem
}

.junifull2-N4 .swiper-slide .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.junifull2-N4 .swiper-slide .textset .textset-tit+.textset-desc {
  margin-top: 2rem
}

.junifull2-N4 .swiper-slide .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #e9e9e9
}

.junifull2-N4 .swiper-pagination {
  bottom: auto;
  text-align: center
}

.junifull2-N4 .swiper-pagination-bullet {
  background: #57575b;
  opacity: 1
}

.junifull2-N4 .swiper-pagination-bullet-active {
  background: var(--white)
}

@media (max-width: 1280px) {
  .junifull2-N4 .contents-title {
    width: 20rem
  }
}

@media (max-width: 992px) {
  .junifull2-N4 {
    padding-top: 9rem;
    padding-bottom: 12rem
  }

  .junifull2-N4 .contents-inner {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    height: 100%
  }

  .junifull2-N4 .contents-title {
    width: 100%;
    margin-bottom: 3rem
  }

  .junifull2-N4 .contents-body>.textset {
    margin-bottom: 5rem
  }

  .junifull2-N4 .textset .textset-tit+.textset-desc {
    margin-top: 2rem
  }

  .junifull2-N4 .textset .textset-desc {
    -webkit-line-clamp: 4
  }

  .junifull2-N4 .swiper-slide {
    width: 100%
  }

  .junifull2-N4 .swiper-slide .textset {
    padding-top: 1.2rem
  }

  .junifull2-N4 .swiper-slide .textset .textset-tit {
    -webkit-line-clamp: 2
  }

  .junifull2-N4 .swiper-slide .textset .textset-tit+.textset-desc {
    margin-top: 1.2rem
  }

  .junifull2-N4 .swiper-slide .textset .textset-desc {
    -webkit-line-clamp: 8
  }
}
/* junifull2-N5 */
.junifull2-N5 {
  position: relative;
  overflow: hidden;
  background: var(--body-bg);
  padding-top: 15rem;
  padding-bottom: 15rem
}

.junifull2-N5 .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static
}

.junifull2-N5 .contents-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%
}

.junifull2-N5 .contents-title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 30rem;
  margin-top: 10px
}

.junifull2-N5 .contents-body {
  width: 100%
}

.junifull2-N5 .textset {
  margin-bottom: 5rem
}

.junifull2-N5 .textset-tit {
  font-weight: var(--fw-bold, 700);
  line-height: 1.4;
  margin-bottom: 1.5rem
}

.junifull2-N5 .textset-desc {
  margin: 0;
  color: var(--text-color3, #666666);
  line-height: 1.6
}

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

.junifull2-N5 .cardset {
  position: relative;
  background: #ffffff;
  border: 1px solid #e9eaf0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  overflow: hidden
}

.junifull2-N5 .cardset.network-card-1 {
  border-top: 5px solid #162b5b
}

.junifull2-N5 .cardset.network-card-2 {
  border-top: 5px solid #0047AB
}

.junifull2-N5 .cardset.network-card-3 {
  border-top: 5px solid #6495ED
}

.junifull2-N5 .cardset .cardset-body {
  padding: 4rem 3.5rem 5rem 3.5rem
}

.junifull2-N5 .cardset-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem
}

.junifull2-N5 .cardset .cardset-figure {
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.junifull2-N5 .network-card-1 .cardset-figure {
  background-color: #edf1f9
}

.junifull2-N5 .network-card-2 .cardset-figure {
  background-color: #edf1f9
}

.junifull2-N5 .network-card-3 .cardset-figure {
  background-color: #edf1f9
}

.junifull2-N5 .cardset .cardset-img {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain
}

.junifull2-N5 .badge-count {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.6rem 1.6rem;
  border-radius: 50px;
  color: #ffffff
}

.junifull2-N5 .badge-count.count-navy {
  background-color: #162b5b
}

.junifull2-N5 .badge-count.count-blue {
  background-color: #0047AB
}

.junifull2-N5 .badge-count.count-green {
  background-color: #6495ED
}

.junifull2-N5 .cardset .cardset-tit {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.2rem
}

.junifull2-N5 .cardset .cardset-desc {
  margin: 0 0 3rem 0;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative
}

.junifull2-N5 .cardset .cardset-desc::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e9eaf0;
  position: absolute;
  bottom: -3rem;
  left: 0
}

.junifull2-N5 .cardset .cardset-check {
  margin-top: 6rem;
  opacity: 1;
  visibility: visible
}

.junifull2-N5 .cardset .cardset-check li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #4f5b70;
  font-size: 1.5rem;
  font-weight: 500
}

.junifull2-N5 .cardset .cardset-check li+li {
  margin-top: 1.6rem
}

@media (max-width: 1280px) {
  .junifull2-N5 .contents-title {
    width: 20rem
  }
}

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

  .junifull2-N5 .contents-container {
    height: auto
  }

  .junifull2-N5 .contents-inner {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    height: 100%
  }

  .junifull2-N5 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .junifull2-N5 .textset .textset-desc {
    margin-top: 0.4rem
  }

  .junifull2-N5 .cardset-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem
  }

  .junifull2-N5 .cardset .cardset-body {
    padding: 3rem 2.5rem
  }

  .junifull2-N5 .cardset-header-row {
    margin-bottom: 2rem
  }

  .junifull2-N5 .cardset .cardset-check {
    margin-top: 4.5rem
  }

  .junifull2-N5 .cardset .cardset-check li {
    gap: 0.8rem
  }

  .junifull2-N5 .cardset .cardset-check li+li {
    margin-top: 1.2rem
  }

  .junifull2-N5 .contents-inner {
    flex-direction: column;
    gap: 4rem
  }

  .junifull2-N5 .contents-title {
    width: 100%
  }

  .junifull2-N5 .textset {
    margin-bottom: 4rem
  }
}
/* junifull2-N6 */
.junifull2-N6 {
  position: relative;
  overflow: hidden;
  background: var(--primary);
  padding-top: 15rem;
  padding-bottom: 15rem
}

.junifull2-N6 .container-sm .contents-item {
  flex-direction: column
}

.junifull2-N6 .container-sm .contents-item strong {
  text-align: center
}

.junifull2-N6 .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static
}

.junifull2-N6 .contents-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%
}

.junifull2-N6 .contents-title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 30rem;
  margin-top: 10px
}

.junifull2-N6 .contents-title p {
  color: var(--white)
}

.junifull2-N6 .contents-body {
  width: 100%
}

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

.junifull2-N6 .textset .textset-tit+.textset-desc {
  margin: 3rem 0
}

.junifull2-N6 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #d8d8d8
}

.junifull2-N6 .contents-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 0
}

.junifull2-N6 .contents-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: calc(100% / 4 - 1.5rem);
  padding: 5.2rem 0.8rem;
  border-radius: 0.8rem
}

.junifull2-N6 .contents-item:nth-child(even) {
  margin-top: 4rem
}

.junifull2-N6 .contents-item:nth-child(1) {
  background-color: #3e1593
}

.junifull2-N6 .contents-item:nth-child(2) {
  background-color: #3a36a5
}

.junifull2-N6 .contents-item:nth-child(3) {
  background-color: #479ebe
}

.junifull2-N6 .contents-item:nth-child(4) {
  background-color: #65bfd9
}

.junifull2-N6 .contents-figure {
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0
}

.junifull2-N6 .contents-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.junifull2-N6 .contents-item strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

@media (max-width: 1280px) {
  .junifull2-N6 .contents-title {
    width: 20rem
  }

  .junifull2-N6 .contents-list {
    gap: 1.2rem
  }

  .junifull2-N6 .container-sm .contents-item,
  .junifull2-N6 .contents-item {
    flex-direction: row;
    width: calc(100% / 2 - 0.6rem);
    max-width: 100%
  }

  .junifull2-N6 .container-sm .contents-item strong {
    text-align: left
  }

  .junifull2-N6 .contents-item:nth-child(even) {
    margin-top: 0
  }

  .junifull2-N6 .contents-figure {
    width: 3.6rem;
    height: 3.6rem
  }
}

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

  .junifull2-N6 .contents-inner {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    height: 100%
  }

  .junifull2-N6 .contents-title {
    width: 100%;
    margin-bottom: 3rem
  }

  .junifull2-N6 .textset .textset-tit+.textset-desc {
    margin-top: 2rem
  }

  .junifull2-N6 .textset .textset-desc {
    -webkit-line-clamp: 4
  }
}
/* junifull2-N7 */
.junifull2-N7 {
  position: relative;
  overflow: hidden;
  background: var(--white);
  padding-top: 15rem;
  padding-bottom: 15rem
}

.junifull2-N7 .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static
}

.junifull2-N7 .contents-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%
}

.junifull2-N7 .contents-title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 30rem;
  margin-top: 10px
}

.junifull2-N7 .contents-title p {
  color: var(--white)
}

.junifull2-N7 .contents-body {
  width: 100%;
  overflow: hidden
}

.junifull2-N7 .contents-body>.textset {
  margin-bottom: 7rem
}

.junifull2-N7 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.junifull2-N7 .textset .textset-tit+.textset-desc {
  margin-top: 3rem
}

.junifull2-N7 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #d8d8d8
}

.junifull2-N7 .contents-group {
  position: relative;
  width: 100%
}

.junifull2-N7 .contents-list {
  display: flex;
  animation: junifull2-N7-animation 25s linear infinite
}

.junifull2-N7 .contents-list+.contents-list {
  margin-top: 0.5rem
}

.junifull2-N7 .contents-item {
  flex-shrink: 0;
  width: 30rem;
  height: 10rem;
  margin-right: 0.8rem;
  padding: 0 2rem;
  background-color: rgba(var(--white-rgb), 0.8);
  border-radius: 0.8rem
}

.junifull2-N7 .contents-figure {
  width: 100%;
  height: 100%
}

.junifull2-N7 .contents-img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

@keyframes temhafull2-N7-animation {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(calc(-24rem * 6 - 0.8rem * 6))
  }
}

@media (max-width: 992px) {
  .junifull2-N7 {
    padding-top: 8rem;
    padding-bottom: 6rem
  }

  .junifull2-N7 .contents-container {
    height: auto
  }

  .junifull2-N7 .contents-inner {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    height: 100%
  }

  .junifull2-N7 .contents-title {
    width: 100%;
    margin-bottom: 3rem
  }

  .junifull2-N7 .contents-body>.textset {
    margin-bottom: 3rem
  }

  .junifull2-N7 .textset .textset-tit+.textset-desc {
    margin-top: 2rem
  }

  .junifull2-N7 .textset .textset-desc {
    -webkit-line-clamp: 4
  }

  .junifull2-N7 .contents-list+.contents-list {
    margin-top: 0.4rem
  }

  .junifull2-N7 .contents-item {
    flex-shrink: 0;
    width: 20rem;
    height: 10rem;
    margin-right: 1rem;
    padding: 2rem 0
  }
}
/* temhafull2-N8 */
.temhafull2-N8 {
  position: relative;
  overflow: hidden;
  padding-top: 15rem;
  padding-bottom: 15rem;
  background: url(https://images.unsplash.com/photo-1771814536262-3c1320c8e9ce?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwxNTh8fGJhY2tncm91bmQlMjBibHVlfGtvfDB8fHx8MTc4MzY3OTA1Mnww&ixlib=rb-4.1.0&v=1783679096169) no-repeat center / cover
}

.temhafull2-N8 .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static
}

.temhafull2-N8 .contents-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%
}

.temhafull2-N8 .contents-title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 30rem;
  margin-top: 10px
}

.temhafull2-N8 .contents-title p {
  color: var(--white)
}

.temhafull2-N8 .contents-body {
  width: 100%;
  overflow: hidden
}

.temhafull2-N8 .textset .textset-tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--white)
}

.temhafull2-N8 .textset .textset-tit+.textset-desc {
  margin-top: 3rem
}

.temhafull2-N8 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #d8d8d8
}

.temhafull2-N8 .contents-info-list+.contents-map-area {
  margin-top: 10rem
}

.temhafull2-N8 .contents-info-item {
  display: flex;
  align-items: center
}

.temhafull2-N8 .contents-info-item+.contents-info-item {
  margin-top: 0.8rem
}

.temhafull2-N8 .contents-info-tit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-shrink: 0;
  width: 24rem;
  color: #919197
}

.temhafull2-N8 .contents-info-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #d8d8d8
}

.temhafull2-N8 .contents-map-area {
  display: flex;
  gap: 8rem
}

.temhafull2-N8 .map-group {
  display: flex;
  gap: 2rem
}

.temhafull2-N8 .map-group .map-textarea {
  min-width: 16rem
}

.temhafull2-N8 .map-group .map-tit {
  color: var(--white)
}

.temhafull2-N8 .map-group .map-tit+.map-desc {
  margin-top: 2rem
}

.temhafull2-N8 .map-group .map-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #e9e9e9
}

.temhafull2-N8 .map-group .map-btn {
  flex-shrink: 0;
  width: 7.4rem;
  height: 7.4rem;
  padding: 2rem;
  border-radius: 50%;
  background-color: var(--primary)
}

.temhafull2-N8 .map-group .map-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.temhafull2-N8 .modalset {
  padding: 0
}

.temhafull2-N8 .modalset .modalset-close {
  position: absolute;
  right: 4rem;
  top: 4rem
}

.temhafull2-N8 .modalset .modalset-close::before {
  font-size: 3rem;
  color: var(--white)
}

.temhafull2-N8 .modalset .modalset-content {
  height: 100vh;
  padding: 0;
  border-radius: 0
}

.temhafull2-N8 .modalset .modalset-body {
  display: flex;
  height: 100%;
  max-height: 100vh
}

.temhafull2-N8 .modalset .modalset-map {
  width: 100%;
  height: 100%
}

.temhafull2-N8 .modalset .modalset-map iframe {
  width: 100%;
  height: 100%
}

.temhafull2-N8 .modalset .modalset-textarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 56rem;
  padding: 4rem 10rem;
  border-radius: 1.6rem 0 0 1.6rem;
  background: #212126
}

.temhafull2-N8 .modalset .modalset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3rem;
  color: var(--white)
}

.temhafull2-N8 .modalset .modalset-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #797981
}

.temhafull2-N8 .modalset .modalset-text+.modalset-text {
  margin-top: 0.8rem
}

.temhafull2-N8 .modalset .modalset-text.tel {
  margin-top: 3rem
}

@media (max-width: 1280px) {
  .temhafull2-N8 .contents-title {
    width: 20rem
  }
}

@media (max-width: 992px) {
  .temhafull2-N8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url(https://images.unsplash.com/photo-1771814536262-3c1320c8e9ce?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwxNTh8fGJhY2tncm91bmQlMjBibHVlfGtvfDB8fHx8MTc4MzY3OTA1Mnww&ixlib=rb-4.1.0&v=1783679063514) no-repeat center / cover !important
  }

  .temhafull2-N8 .contents-container {
    height: auto
  }

  .temhafull2-N8 .contents-inner {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    height: 100%
  }

  .temhafull2-N8 .contents-title {
    width: 100%;
    margin-bottom: 3rem
  }

  .temhafull2-N8 .textset .textset-tit+.textset-desc {
    margin-top: 2rem
  }

  .temhafull2-N8 .textset .textset-desc {
    -webkit-line-clamp: 4
  }

  .temhafull2-N8 .contents-info-list+.contents-map-area {
    flex-wrap: wrap;
    margin-top: 5rem
  }

  .temhafull2-N8 .contents-info-item {
    flex-wrap: wrap;
    gap: 0.8rem
  }

  .temhafull2-N8 .contents-info-item+.contents-info-item {
    margin-top: 1.6rem
  }

  .temhafull2-N8 .contents-info-tit {
    width: 100%
  }

  .temhafull2-N8 .contents-map-area {
    gap: 4rem
  }

  .temhafull2-N8 .map-group {
    flex-direction: column-reverse;
    gap: 0.8rem
  }

  .temhafull2-N8 .map-group .map-textarea {
    min-width: auto
  }

  .temhafull2-N8 .map-group .map-tit+.map-desc {
    margin-top: 0.4rem
  }

  .temhafull2-N8 .map-group .map-btn {
    width: 4.8rem;
    height: 4.8rem;
    padding: 1rem
  }

  .temhafull2-N8 .modalset .modalset-close {
    top: 1.6rem;
    right: 1.6rem;
    z-index: 2
  }

  .temhafull2-N8 .modalset .modalset-close::before {
    font-size: 2.4rem;
    color: var(--white)
  }

  .temhafull2-N8 .modalset .modalset-body {
    display: block
  }

  .temhafull2-N8 .modalset .modalset-textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 6.4rem 1.6rem 3rem 1.6rem;
    border-radius: 0 0 0.8rem 0.8rem
  }

  .temhafull2-N8 .modalset .modalset-tit {
    margin-bottom: 2rem
  }

  .temhafull2-N8 .modalset .modalset-text+.modalset-text {
    margin-top: 0.4rem
  }

  .temhafull2-N8 .modalset .modalset-text.tel {
    margin-top: 2rem
  }
}
/* about-tit */
.about-tit {
  overflow: hidden;
  position: relative;
  background: url(https://images.unsplash.com/photo-1523961131990-5ea7c61b2107?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzMnx8JUVCJTg0JUE0JUVEJThBJUI4JUVDJTlCJThDJUVEJTgxJUFDfGtvfDB8fHx8MTc4Mzg5MzY2Mnww&ixlib=rb-4.1.0&v=1783898057438) no-repeat center / cover
}

.about-tit .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45rem
}

.about-tit .contents-inner {
  width: 100%;
  text-align: center
}

.about-tit .contents-container h2 {
  color: #fff
}

.about-tit .contents-inner p {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7)
}

@media (max-width: 996px) {
  .about-tit {
    background: url(https://images.unsplash.com/photo-1737505599162-d9932323a889?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzNnx8bmV0d29yayUyMGJsdWV8a298MHx8fHwxNzgzODY5MjU5fDA&ixlib=rb-4.1.0&v=1783869280736) no-repeat center / cover !important
  }

  .about-tit .contents-container {
    height: 35rem;
    justify-content: flex-start
  }

  .about-tit .contents-inner {
    text-align: left
  }

  .about-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

@media (max-width: 375px) {
  .about-tit .contents-container {
    height: 25rem;
    justify-content: flex-start
  }

  .about-tit .contents-inner {
    text-align: left
  }

  .about-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

@media (max-width: 992px) {
  .about-tit {
    background: url(https://images.unsplash.com/photo-1523961131990-5ea7c61b2107?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzMnx8JUVCJTg0JUE0JUVEJThBJUI4JUVDJTlCJThDJUVEJTgxJUFDfGtvfDB8fHx8MTc4Mzg5MzY2Mnww&ixlib=rb-4.1.0&v=1783898066663) no-repeat center / cover !important
  }
}
/* about-greetings */
.about-greetings {
  overflow: hidden;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 16rem
}

.about-greetings .contents-inner {
  width: 100%
}

.about-greetings .title-area {
  margin-bottom: 4rem
}

.about-greetings .title-area h2 {
  color: var(--primary);
  margin-bottom: 0.4rem
}

.about-greetings .thumb-area {
  margin-bottom: 6rem;
  width: 100%;
  height: 35rem
}

.about-greetings .thumb-area img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about-greetings .desc-area p {
  margin-top: 2rem;
  color: var(--text-color3)
}

@media (max-width: 992px) {
  .about-greetings {
    padding-top: 7rem;
    padding-bottom: 8rem
  }

  .about-greetings .title-area {
    margin-bottom: 2rem
  }

  .about-greetings .thumb-area {
    margin-bottom: 3rem;
    height: auto;
    aspect-ratio: 328/220
  }

  .about-greetings .desc-area p {
    margin-top: 1.2rem
  }
}
/* about-team */
.about-team {
  overflow: hidden;
  position: relative;
  padding-bottom: 15rem;
  --padding-top-mraocyun: 3rem;
  --padding-bottom-mraocyun: 3rem;
  --width-mraoepcd: 250px;
  --height-mraoepcd: 250px;
  --width-mraobzjt: 200px
}

.about-team .contents-inner {
  width: 100%
}

.about-team .title-area {
  margin-bottom: 10rem
}

.about-team .title-area h2 {
  color: var(--primary)
}

.about-team .title-area strong {
  display: block;
  margin: 0.4rem 0 2rem
}

.about-team .title-area p {
  color: var(--text-color3)
}

.about-team .list-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0 36rem;
  position: relative;
  padding: 0 4rem 8rem
}

.about-team .list-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color)
}

.about-team .list-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 100%;
  background: var(--border-color)
}

.about-team .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 3rem;
  width: 25rem;
  min-height: 25rem;
  border-radius: 50%;
  background: var(--black)
}

.about-team .logo-item img {
  height: 4rem;
  object-fit: contain
}

.about-team .logo-item span {
  color: var(--white);
  font-weight: var(--fw-bold);
  text-align: center
}

.about-team .item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start
}

.about-team .item i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: auto;
  font-style: normal
}

.about-team .item strong {
  font-weight: var(--fw-bold)
}

.about-team .item p {
  margin-top: 0.8rem;
  color: var(--text-color3)
}

.about-team .item:nth-child(2),
.about-team .item:nth-child(3) {
  padding-bottom: 8.4rem
}

.about-team .item:nth-child(4),
.about-team .item:nth-child(5) {
  padding-top: 8.4rem
}

@media (max-width: 992px) {
  .about-team {
    padding-top: 5rem;
    padding-bottom: 3rem
  }

  .about-team .title-area {
    margin-bottom: 5rem
  }

  .about-team .title-area strong {
    margin: 0.4rem 0 1.2rem
  }

  .about-team .list-area {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
    padding: 0
  }

  .about-team .list-area::before,
  .about-team .list-area::after {
    content: none
  }

  .about-team .logo-item {
    gap: 0.4rem;
    position: static;
    transform: none;
    margin: 0 auto 3.2rem;
    padding: 2rem 1rem;
    width: 14rem;
    min-height: 14rem
  }

  .about-team .logo-item img {
    height: 2rem
  }

  .about-team .list-area .item {
    gap: 0.4rem;
    padding: 2.4rem 0;
    border-bottom: 1px solid var(--border-color)
  }

  .about-team .list-area .item:nth-child(2) {
    padding-top: 0
  }

  .about-team .item i {
    width: 2.2rem;
    display: flex;
    align-items: flex-start
  }

  .about-team .item p {
    margin-top: 0.4rem
  }
}
/* about-map */
.about-map {
  overflow: hidden;
  position: relative;
  padding-bottom: 15rem
}

.about-map .contents-inner {
  width: 100%
}

.about-map .title-area {
  margin-bottom: 4rem
}

.about-map .title-area h2 {
  color: #111
}

.about-map .title-area p {
  margin-top: 2.6rem;
  color: #111
}

.about-map .map-area {
  width: 100%
}

.about-map .map-area iframe {
  width: 100%;
  height: 40rem
}

.about-map .addr-area {
  margin-top: 4rem;
  padding: 4rem 0;
  border-top: 1px solid #111
}

.about-map .addr-area .list {
  display: flex;
  align-items: center
}

.about-map .addr-area .list li:first-child {
  flex: 2
}

.about-map .addr-area .list li {
  flex: 1;
  padding-right: 6rem
}

.about-map .addr-area figure,
.about-map .transport-list figure {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0
}

.about-map .addr-area dt img,
.about-map .transport-list dt img {
  width: 2.4rem;
  height: 2.4rem
}

.about-map .addr-area dd,
.about-map .transport-list dd {
  margin: 1.2rem 0 0 0;
  color: #666
}

.about-map .transportation-info {
  padding: 4rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color)
}

.about-map .transport-list li+li {
  margin-top: 4rem
}

.about-map .transport-list figure {
  gap: 0.8rem
}

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

  .about-map .title-area {
    margin-bottom: 2.4rem
  }

  .about-map .title-area p {
    margin-top: 2.5rem
  }

  .about-map .map-area iframe {
    height: 25rem
  }

  .about-map .addr-area {
    margin-top: 2.5rem;
    padding: 2.5rem 0
  }

  .about-map .addr-area .list {
    flex-direction: column
  }

  .about-map .addr-area .list li {
    flex: none;
    padding: 1.2rem 0;
    width: 100%
  }

  .about-map .addr-area .list li:first-child {
    flex: none;
    padding-top: 0
  }

  .about-map .addr-area .list li:last-child {
    padding-bottom: 0
  }

  .about-map .addr-area dt img,
  .about-map .transport-list dt img {
    width: 2rem;
    height: 2rem
  }

  .about-map .addr-area dd,
  .about-map .transport-list dd {
    margin-top: 0.4rem
  }

  .about-map .transportation-info {
    padding: 2.4rem 0
  }

  .about-map .transport-list li+li {
    margin-top: 2.4rem
  }

  .about-map .transport-list figure {
    gap: 0.4rem
  }
}
/* vietnam-N1 */
.vietnam-N1 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem
}

.vietnam-N1 .contents-inner {
  width: 100%
}

.vietnam-N1 .textset {
  text-align: center
}

.vietnam-N1 .textset .textset-subtit {
  display: block;
  font-weight: var(--fw-bold);
  color: var(--primary)
}

.vietnam-N1 .textset .textset-tit {
  margin: 0.4rem 0 2rem
}

.vietnam-N1 .textset .textset-desc {
  margin: 0;
  color: var(--text-color3)
}

.vietnam-N1 .list-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 5rem
}

.vietnam-N1 .list-area li {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3rem 4.8rem;
  background-color: #f7f7f7;
  border-radius: 0.8rem
}

.vietnam-N1 .thumb {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  background: var(--primary);
  border-radius: 0.8rem
}

.vietnam-N1 .thumb img {
  width: 6rem;
  height: 6rem;
  object-fit: cover
}

.vietnam-N1 .desc strong {
  font-weight: var(--fw-bold)
}

.vietnam-N1 .desc p {
  margin-top: 1rem;
  color: var(--text-color2)
}

.network-power-banner {
  margin-top: 5rem;
  width: 100%;
  padding: 24px 50px;
  background-color: #d92519;
  border-radius: 16px;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif
}

.network-power-banner .banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.network-power-banner .banner-left {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.network-power-banner .subtitle-area {
  display: flex;
  align-items: center;
  gap: 6px
}

.network-power-banner .icon-bolt {
  font-size: 18px;
  color: #ffcc00;
  line-height: 1
}

.network-power-banner .subtitle-text {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff
}

.network-power-banner .main-title {
  font-size: 30px;
  font-weight: 500;
  color: #f3f3f3;
  padding-left: 3rem;
  margin: 0;
  letter-spacing: -0.5px
}

.network-power-banner .banner-right {
  display: flex;
  align-items: center;
  gap: 24px
}

.network-power-banner .roi-badge {
  background-color: #ffcc00;
  padding: 8px 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.network-power-banner .icon-graph {
  font-size: 14px;
  color: #1e315b
}

.network-power-banner .roi-text {
  font-size: 20px;
  font-weight: 700;
  color: #1e315b
}

.network-power-banner .count-text {
  font-size: 54px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1
}

@media (max-width: 992px) {
  .network-power-banner {
    padding: 20px;
    margin: 10px auto;
    width: calc(100% - 20px);
    border-radius: 12px
  }

  .network-power-banner .banner-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  }

  .network-power-banner .icon-bolt,
  .network-power-banner .subtitle-text {
    font-size: 15px
  }

  .network-power-banner .main-title {
    font-size: 18px
  }

  .network-power-banner .banner-right {
    gap: 12px
  }

  .network-power-banner .roi-badge {
    padding: 6px 12px;
    border-width: 2px
  }

  .network-power-banner .icon-graph,
  .network-power-banner .roi-text {
    font-size: 16px
  }

  .network-power-banner .count-text {
    font-size: 34px
  }

  .vietnam-N1 {
    --padding-top-mrhyzxpl: 3rem
  }
}

@media (max-width: 563px) {
  .network-power-banner .banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .network-power-banner .banner-right {
    width: 100%;
    justify-content: space-between
  }

  .vietnam-N1 {
    padding-top: 2rem;
    padding-bottom: 3rem
  }

  .vietnam-N1 .textset .textset-tit {
    margin: 0.2rem 0 1.2rem
  }

  .vietnam-N1 .list-area {
    grid-template-columns: 1fr;
    gap: 1.2rem
  }

  .vietnam-N1 .list-area li {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding: 2rem
  }

  .vietnam-N1 .thumb {
    width: 6rem;
    height: 6rem
  }

  .vietnam-N1 .thumb img {
    width: 4rem;
    height: 4rem
  }

  .vietnam-N1 .desc p {
    margin-top: 0.5rem;
    font-size: 1.4rem
  }
}
/* vietnam-N2 */
.vietnam-N2 {
  overflow: hidden;
  position: relative
}

.vietnam-N2 .contents-inner {
  width: 100%
}

.vietnam-N2 .title-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 1.2rem;
  padding: 0 0.8rem
}

.vietnam-N2 .title p {
  line-height: 1.3;
  font-size: 3.8rem
}

.vietnam-N2 .info-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 0.8rem
}

.vietnam-N2 .info-top-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem
}

.vietnam-N2 .tier-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111
}

.vietnam-N2 .total-reach-badge {
  background-color: #1e315b;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.8rem
}

.vietnam-N2 .info-badges-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: flex-end
}

.vietnam-N2 .badge-item {
  padding: 0.8rem 1.8rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center
}

.vietnam-N2 .badge-top {
  background-color: #d92519;
  border-radius: 5rem
}

.vietnam-N2 .badge-mid {
  background-color: #d9534f;
  border-radius: 0.4rem
}

.vietnam-N2 .badge-micro {
  background-color: #e68a83;
  border-radius: 5rem
}

.vietnam-N2 .thumb-area {
  width: 100%;
  height: 60rem
}

.influencer-tier-section {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 2rem 0;
  box-sizing: border-box
}

.tier-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.6rem;
  padding: 0 1rem
}

.tier-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #111111;
  margin: 0
}

.tier-scale {
  font-size: 1.8rem;
  font-weight: 500;
  color: #555555
}

.influencer-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem
}

.influencer-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 0.1rem solid #e1ecf4;
  border-radius: 4rem;
  padding: 1.6rem 4rem 2.4rem 2.4rem;
  box-shadow: 0 0.4rem 1.2rem rgba(225, 236, 244, 0.5);
  box-sizing: border-box;
  overflow: hidden
}

.card-left {
  display: flex;
  align-items: center;
  gap: 2rem;
  z-index: 2
}

.profile-wrapper {
  position: relative;
  width: 8rem;
  height: 8rem;
  flex-shrink: 0
}

.profile-img {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  object-fit: cover
}

.sns-icon {
  position: absolute;
  bottom: -0.4rem;
  right: -0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0.1rem solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
  padding: 0.4rem;
  box-sizing: border-box
}

.icon-tiktok svg {
  color: #000000
}

.icon-instagram {
  border-color: #e1306c
}

.icon-instagram svg {
  color: #e1306c
}

.icon-youtube svg {
  color: #ff0000
}

.info-area {
  display: flex;
  flex-direction: column;
  gap: 0.6rem
}

.info-area .name {
  font-size: 1.9rem;
  font-weight: 700;
  color: #111111;
  margin: 0
}

.category-tag {
  align-self: flex-start;
  padding: 0.5rem 1.4rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 700
}

.tag-pink {
  background-color: #ffe6f0;
  color: #e03173
}

.tag-blue {
  background-color: #e3efff;
  color: #3b82f6
}

.tag-purple {
  background-color: #ebe4ff;
  color: #7c3aed
}

.card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
  z-index: 2
}

.stats-follower {
  font-size: 2.6rem;
  font-weight: 800;
  color: #111111;
  line-height: 1.1
}

.stats-rate {
  font-size: 1.6rem;
  font-weight: 700;
  color: #748094;
  display: flex;
  align-items: center;
  gap: 0.4rem
}

.icon-heart {
  font-size: 1.3rem
}

.card-bar-deco {
  position: absolute;
  bottom: 1.2rem;
  left: 12.4rem;
  right: 12.4rem;
  height: 0.3rem;
  background-color: #f1f5f9;
  border-radius: 0.2rem;
  z-index: 1
}

@media (max-width: 992px) {
  .vietnam-N2 {}

  .vietnam-N2 .title-area {
    display: block;
    margin-bottom: 1.8rem;
    padding: 0
  }

  .vietnam-N2 .title-area .title {
    margin-bottom: 3rem
  }

  .vietnam-N2 .title p {
    font-size: 2.3rem
  }

  .vietnam-N2 .info-container {
    align-items: flex-start
  }

  .vietnam-N2 .info-top-row {
    width: 100%;
    justify-content: space-between;
    gap: 1rem
  }

  .vietnam-N2 .tier-title {
    font-size: 1.8rem
  }

  .vietnam-N2 .total-reach-badge {
    font-size: 1.4rem;
    padding: 0.8rem 1.5rem
  }

  .vietnam-N2 .info-badges-row {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem
  }

  .vietnam-N2 .badge-item {
    font-size: 1.3rem;
    padding: 0.6rem 1.4rem;
    flex: 1;
    min-width: 8rem
  }

  .vietnam-N2 .thumb-area {
    height: auto;
    aspect-ratio: 328 / 280
  }

  .influencer-tier-section {
    padding-left: 0;
    padding-right: 0
  }

  .tier-header {
    padding-left: 0;
    padding-right: 0
  }
}

@media (max-width: 768px) {
  .tier-header {
    margin-bottom: 1.2rem
  }

  .tier-title {
    font-size: 1.8rem
  }

  .tier-scale {
    font-size: 1.4rem
  }

  .influencer-card {
    border-radius: 2.4rem;
    padding: 1.6rem
  }

  .card-left {
    gap: 1.4rem
  }

  .profile-wrapper {
    width: 6rem;
    height: 6rem
  }

  .sns-icon {
    width: 2rem;
    height: 2rem;
    padding: 0.3rem
  }

  .info-area {
    gap: 0.4rem
  }

  .info-area .name {
    font-size: 1.5rem
  }

  .category-tag {
    font-size: 1.1rem;
    padding: 0.4rem 1rem
  }

  .stats-follower {
    font-size: 1.8rem
  }

  .stats-rate {
    font-size: 1.2rem
  }

  .card-bar-deco {
    display: none
  }
}
/* vietnam-N3 */
.vietnam-N3 {
  overflow: hidden;
  position: relative;
  padding-bottom: 6rem
}

.vietnam-N3 .contents-inner {
  width: 100%
}

.vietnam-N3 .swiper {
  margin-top: 6rem;
  height: 62.4rem
}

.vietnam-N3 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 300px !important
}

.vietnam-N3 .swiper-slide-active {
  z-index: 1
}

.vietnam-N3 .imageset {
  width: 100%;
  height: 46.4rem;
  padding: 0 1rem;
  box-sizing: border-box
}

.vietnam-N3 .imageset-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2rem;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(0.46)
}

.vietnam-N3 .swiper-slide-active .imageset-img {
  transform: scale(1.34);
  filter: brightness(1)
}

@media (max-width: 992px) {
  .vietnam-N3 {
    padding-bottom: 4rem
  }

  .vietnam-N3 .swiper {
    margin: 3rem 0 0 -1.6rem;
    width: calc(100% + 3.2rem);
    height: 36.4rem
  }

  .vietnam-N3 .swiper-slide {
    width: 22rem !important
  }

  .vietnam-N3 .imageset {
    height: 28.6rem;
    padding: 0
  }

  .vietnam-N3 .imageset-img {
    object-fit: cover;
    border-radius: 1.2rem
  }

  .vietnam-N3 .swiper-slide-active .imageset-img {
    transform: scale(1.27)
  }
}
/* thailand-N1 */
.juni-counting {
  overflow: hidden;
  position: relative;
  padding-top: 10rem
}

.juni-counting .contents-inner {
  width: 100%
}

.juni-counting .textset {
  text-align: center
}

.juni-counting .textset .textset-subtit {
  display: block;
  font-weight: var(--fw-bold);
  color: var(--primary)
}

.juni-counting .textset .textset-tit {
  margin: 0.4rem 0 2rem
}

.juni-counting .textset .textset-desc {
  margin: 0;
  color: var(--text-color3)
}

.juni-counting .list-area {
  display: flex;
  align-items: center;
  margin-top: 8rem;
  flex-wrap: wrap
}

.juni-counting .list-area .item {
  flex: 1 1 calc(100% / 4);
  padding: 4rem 2rem;
  text-align: center;
  box-sizing: border-box
}

.juni-counting .list-area .item:not(:last-child) {
  border-right: 1px solid var(--border-color)
}

.juni-counting .list-area .item .num-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.2rem
}

@media (max-width: 992px) {
  .juni-counting {
    padding-top: 5rem;
    padding-bottom: 2rem
  }

  .juni-counting .textset .textset-tit {
    margin: 0.2rem 0 1.2rem
  }
}

@media (max-width: 576px) {
  .juni-counting {
    padding-bottom: 1rem
  }

  .juni-counting .textset .textset-tit {
    margin: 0.5rem 1.2rem
  }

  .juni-counting .list-area .item {
    flex: 1 1 50%
  }

  .juni-counting .list-area .item:nth-child(even) {
    border-right: none
  }

  .juni-counting .list-area .item:nth-child(n+3) {
    border-top: 1px solid var(--border-color)
  }
}
/* thailand-N2 */
.thailand-N2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem
}

.thailand-N2 .contents-inner {
  width: 100%
}

.thailand-N2 .partner-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  width: 100%;
  margin: 7rem auto;
  box-sizing: border-box;
  padding: 0 2rem
}

.thailand-N2 .partner-card {
  background: #ffffff;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 3.5rem
}

.thailand-N2 .card-header {
  display: flex;
  align-items: center;
  gap: 2.5rem
}

.thailand-N2 .flag-img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1)
}

.thailand-N2 .header-text .country-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #e53e3e;
  margin-bottom: 0.625rem
}

.thailand-N2 .header-text .company-name {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1a202c
}

.thailand-N2 .card-description {
  font-size: 2rem;
  line-height: 1.8;
  color: #4a5568;
  word-break: keep-all
}

.thailand-N2 .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem
}

.thailand-N2 .info-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #f8fafc;
  padding: 1.5rem 2.5rem;
  border-radius: 1rem;
  width: 100%;
  box-sizing: border-box
}

.thailand-N2 .info-icon {
  font-size: 3rem;
  width: 3.5rem;
  text-align: center;
  flex-shrink: 0
}

.thailand-N2 .info-text {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%
}

.thailand-N2 .info-text .info-val {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1a202c;
  flex-shrink: 0
}

.thailand-N2 .info-text .info-lbl {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4a5568;
  line-height: 1.4
}

.thailand-N2 .tag-box {
  background: #f7fafc;
  border-radius: 1.5rem;
  padding: 2.5rem
}

.thailand-N2 .tag-box h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 1rem 0
}

.thailand-N2 .tag-box .h5 {
  font-size: 1.6rem;
  color: #4a5568;
  padding: 0 0 2rem 0
}

.thailand-N2 .tag-title {
  font-size: 2rem;
  font-weight: 700;
  color: #a0aec0;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem
}

.thailand-N2 .tag-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  width: 100%
}

.thailand-N2 .tag-item {
  background: #ffffff;
  border: 0.0625rem solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.25rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.02);
  overflow: hidden;
  text-overflow: ellipsis
}

.thailand-N2 .card-image-wrap {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 21 / 9
}

.thailand-N2 .card-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.thailand-N2 .image-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #162447;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 10
}

@media (max-width: 48rem) {
  .thailand-N2 .partner-container {
    padding: 0;
    margin: 0 auto
  }

  .thailand-N2 .partner-card {
    padding: 0;
    gap: 2rem;
    border-radius: 0
  }

  .thailand-N2 .card-header {
    gap: 1.25rem
  }

  .thailand-N2 .flag-img {
    width: 4rem;
    height: 4rem
  }

  .thailand-N2 .header-text .country-name {
    font-size: 1.5rem
  }

  .thailand-N2 .header-text .company-name {
    font-size: 2.5rem
  }

  .thailand-N2 .card-description {
    font-size: 1.5rem;
    line-height: 1.6
  }

  .thailand-N2 .info-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem
  }

  .thailand-N2 .info-item {
    padding: 1.25rem 1.5rem;
    gap: 1.25rem
  }

  .thailand-N2 .info-icon {
    font-size: 2rem;
    width: 2.25rem
  }

  .thailand-N2 .info-text {
    gap: 1rem
  }

  .thailand-N2 .info-text .info-val {
    font-size: 2rem
  }

  .thailand-N2 .info-text .info-lbl {
    font-size: 1.5rem
  }

  .thailand-N2 .tag-box {
    padding: 1.5rem
  }

  .thailand-N2 .tag-title {
    font-size: 1.5rem;
    margin-bottom: 1rem
  }

  .thailand-N2 .tag-list {
    grid-template-columns: repeat(2, 1fr)
  }

  .thailand-N2 .tag-item {
    font-size: 1.4rem;
    padding: 0.75rem 1.25rem;
    width: 100%;
    box-sizing: border-box
  }

  .thailand-N2 .card-image-wrap {
    width: 100%;
    height: auto;
    display: block
  }

  .thailand-N2 .image-caption {
    padding: 0.8rem;
    font-size: 1.4rem
  }
}
/* japan-N1 */
.juni-counting {
  overflow: hidden;
  position: relative;
  padding-top: 10rem
}

.juni-counting .contents-inner {
  width: 100%
}

.juni-counting .textset {
  text-align: center
}

.juni-counting .textset .textset-subtit {
  display: block;
  font-weight: var(--fw-bold);
  color: var(--primary)
}

.juni-counting .textset .textset-tit {
  margin: 0.4rem 0 2rem
}

.juni-counting .textset .textset-desc {
  margin: 0;
  color: var(--text-color3)
}

.juni-counting .list-area {
  display: flex;
  align-items: center;
  margin-top: 8rem;
  flex-wrap: wrap
}

.juni-counting .list-area .item {
  flex: 1 1 calc(100% / 4);
  padding: 4rem 2rem;
  text-align: center;
  box-sizing: border-box
}

.juni-counting .list-area .item:not(:last-child) {
  border-right: 1px solid var(--border-color)
}

.juni-counting .list-area .item .num-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.2rem
}

@media (max-width: 992px) {
  .juni-counting {
    padding-top: 5rem;
    padding-bottom: 2rem
  }

  .juni-counting .textset .textset-tit {
    margin: 0.2rem 0 1.2rem
  }
}

@media (max-width: 576px) {
  .juni-counting {
    padding-bottom: 1rem
  }

  .juni-counting .textset .textset-tit {
    margin: 0.5rem 1.2rem
  }

  .juni-counting .list-area .item {
    flex: 1 1 50%
  }

  .juni-counting .list-area .item:nth-child(even) {
    border-right: none
  }

  .juni-counting .list-area .item:nth-child(n+3) {
    border-top: 1px solid var(--border-color)
  }
}
/* japan-N2 */
.thailand-N2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem
}

.thailand-N2 .contents-inner {
  width: 100%
}

.thailand-N2 .partner-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  width: 100%;
  margin: 7rem auto;
  box-sizing: border-box;
  padding: 0 2rem
}

.thailand-N2 .partner-card {
  background: #ffffff;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 3.5rem
}

.thailand-N2 .card-header {
  display: flex;
  align-items: center;
  gap: 2.5rem
}

.thailand-N2 .flag-img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1)
}

.thailand-N2 .header-text .country-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #e53e3e;
  margin-bottom: 0.625rem
}

.thailand-N2 .header-text .company-name {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1a202c
}

.thailand-N2 .card-description {
  font-size: 2rem;
  line-height: 1.8;
  color: #4a5568;
  word-break: keep-all
}

.thailand-N2 .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem
}

.thailand-N2 .info-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #f8fafc;
  padding: 1.5rem 2.5rem;
  border-radius: 1rem;
  width: 100%;
  box-sizing: border-box
}

.thailand-N2 .info-icon {
  font-size: 3rem;
  width: 3.5rem;
  text-align: center;
  flex-shrink: 0
}

.thailand-N2 .info-text {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%
}

.thailand-N2 .info-text .info-val {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1a202c;
  flex-shrink: 0
}

.thailand-N2 .info-text .info-lbl {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4a5568;
  line-height: 1.4
}

.thailand-N2 .tag-box {
  background: #f7fafc;
  border-radius: 1.5rem;
  padding: 2.5rem
}

.thailand-N2 .tag-box h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 1rem 0
}

.thailand-N2 .tag-box .h5 {
  font-size: 1.6rem;
  color: #4a5568;
  padding: 0 0 2rem 0
}

.thailand-N2 .tag-title {
  font-size: 2rem;
  font-weight: 700;
  color: #a0aec0;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem
}

.thailand-N2 .tag-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  width: 100%
}

.thailand-N2 .tag-item {
  background: #ffffff;
  border: 0.0625rem solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.25rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.02);
  overflow: hidden;
  text-overflow: ellipsis
}

.thailand-N2 .card-image-wrap {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 21 / 9
}

.thailand-N2 .card-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.thailand-N2 .image-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #162447;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 10
}

@media (max-width: 48rem) {
  .thailand-N2 .partner-container {
    padding: 0;
    margin: 0 auto
  }

  .thailand-N2 .partner-card {
    padding: 0;
    gap: 2rem;
    border-radius: 0
  }

  .thailand-N2 .card-header {
    gap: 1.25rem
  }

  .thailand-N2 .flag-img {
    width: 4rem;
    height: 4rem
  }

  .thailand-N2 .header-text .country-name {
    font-size: 1.5rem
  }

  .thailand-N2 .header-text .company-name {
    font-size: 2.5rem
  }

  .thailand-N2 .card-description {
    font-size: 1.5rem;
    line-height: 1.6
  }

  .thailand-N2 .info-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem
  }

  .thailand-N2 .info-item {
    padding: 1.25rem 1.5rem;
    gap: 1.25rem
  }

  .thailand-N2 .info-icon {
    font-size: 2rem;
    width: 2.25rem
  }

  .thailand-N2 .info-text {
    gap: 1rem
  }

  .thailand-N2 .info-text .info-val {
    font-size: 2rem
  }

  .thailand-N2 .info-text .info-lbl {
    font-size: 1.5rem
  }

  .thailand-N2 .tag-box {
    padding: 1.5rem
  }

  .thailand-N2 .tag-title {
    font-size: 1.5rem;
    margin-bottom: 1rem
  }

  .thailand-N2 .tag-list {
    grid-template-columns: repeat(2, 1fr)
  }

  .thailand-N2 .tag-item {
    font-size: 1.4rem;
    padding: 0.75rem 1.25rem;
    width: 100%;
    box-sizing: border-box
  }

  .thailand-N2 .card-image-wrap {
    width: 100%;
    height: auto;
    display: block
  }

  .thailand-N2 .image-caption {
    padding: 0.8rem;
    font-size: 1.4rem
  }
}
/* singapore-N1 */
.juni-counting {
  overflow: hidden;
  position: relative;
  padding-top: 10rem
}

.juni-counting .contents-inner {
  width: 100%
}

.juni-counting .textset {
  text-align: center
}

.juni-counting .textset .textset-subtit {
  display: block;
  font-weight: var(--fw-bold);
  color: var(--primary)
}

.juni-counting .textset .textset-tit {
  margin: 0.4rem 0 2rem
}

.juni-counting .textset .textset-desc {
  margin: 0;
  color: var(--text-color3)
}

.juni-counting .list-area {
  display: flex;
  align-items: center;
  margin-top: 8rem;
  flex-wrap: wrap
}

.juni-counting .list-area .item {
  flex: 1 1 calc(100% / 4);
  padding: 4rem 2rem;
  text-align: center;
  box-sizing: border-box
}

.juni-counting .list-area .item:not(:last-child) {
  border-right: 1px solid var(--border-color)
}

.juni-counting .list-area .item .num-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.2rem
}

@media (max-width: 992px) {
  .juni-counting {
    padding-top: 5rem;
    padding-bottom: 2rem
  }

  .juni-counting .textset .textset-tit {
    margin: 0.2rem 0 1.2rem
  }
}

@media (max-width: 576px) {
  .juni-counting {
    padding-bottom: 1rem
  }

  .juni-counting .textset .textset-tit {
    margin: 0.5rem 1.2rem
  }

  .juni-counting .list-area .item {
    flex: 1 1 50%
  }

  .juni-counting .list-area .item:nth-child(even) {
    border-right: none
  }

  .juni-counting .list-area .item:nth-child(n+3) {
    border-top: 1px solid var(--border-color)
  }
}
/* singapore-N2 */
.thailand-N2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem
}

.thailand-N2 .contents-inner {
  width: 100%
}

.thailand-N2 .partner-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  width: 100%;
  margin: 7rem auto;
  box-sizing: border-box;
  padding: 0 2rem
}

.thailand-N2 .partner-card {
  background: #ffffff;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 3.5rem
}

.thailand-N2 .card-header {
  display: flex;
  align-items: center;
  gap: 2.5rem
}

.thailand-N2 .flag-img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1)
}

.thailand-N2 .header-text .country-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #e53e3e;
  margin-bottom: 0.625rem
}

.thailand-N2 .header-text .company-name {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1a202c
}

.thailand-N2 .card-description {
  font-size: 2rem;
  line-height: 1.8;
  color: #4a5568;
  word-break: keep-all
}

.thailand-N2 .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem
}

.thailand-N2 .info-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #f8fafc;
  padding: 1.5rem 2.5rem;
  border-radius: 1rem;
  width: 100%;
  box-sizing: border-box
}

.thailand-N2 .info-icon {
  font-size: 3rem;
  width: 3.5rem;
  text-align: center;
  flex-shrink: 0
}

.thailand-N2 .info-text {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%
}

.thailand-N2 .info-text .info-val {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1a202c;
  flex-shrink: 0
}

.thailand-N2 .info-text .info-lbl {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4a5568;
  line-height: 1.4
}

.thailand-N2 .tag-box {
  background: #f7fafc;
  border-radius: 1.5rem;
  padding: 2.5rem
}

.thailand-N2 .tag-box h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 1rem 0
}

.thailand-N2 .tag-box .h5 {
  font-size: 1.6rem;
  color: #4a5568;
  padding: 0 0 2rem 0
}

.thailand-N2 .tag-title {
  font-size: 2rem;
  font-weight: 700;
  color: #a0aec0;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem
}

.thailand-N2 .tag-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  width: 100%
}

.thailand-N2 .tag-item {
  background: #ffffff;
  border: 0.0625rem solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.25rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.02);
  overflow: hidden;
  text-overflow: ellipsis
}

.thailand-N2 .card-image-wrap {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 21 / 9
}

.thailand-N2 .card-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.thailand-N2 .image-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #162447;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 10
}

@media (max-width: 48rem) {
  .thailand-N2 .partner-container {
    padding: 0;
    margin: 0 auto
  }

  .thailand-N2 .partner-card {
    padding: 0;
    gap: 2rem;
    border-radius: 0
  }

  .thailand-N2 .card-header {
    gap: 1.25rem
  }

  .thailand-N2 .flag-img {
    width: 4rem;
    height: 4rem
  }

  .thailand-N2 .header-text .country-name {
    font-size: 1.5rem
  }

  .thailand-N2 .header-text .company-name {
    font-size: 2.5rem
  }

  .thailand-N2 .card-description {
    font-size: 1.5rem;
    line-height: 1.6
  }

  .thailand-N2 .info-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem
  }

  .thailand-N2 .info-item {
    padding: 1.25rem 1.5rem;
    gap: 1.25rem
  }

  .thailand-N2 .info-icon {
    font-size: 2rem;
    width: 2.25rem
  }

  .thailand-N2 .info-text {
    gap: 1rem
  }

  .thailand-N2 .info-text .info-val {
    font-size: 2rem
  }

  .thailand-N2 .info-text .info-lbl {
    font-size: 1.5rem
  }

  .thailand-N2 .tag-box {
    padding: 1.5rem
  }

  .thailand-N2 .tag-title {
    font-size: 1.5rem;
    margin-bottom: 1rem
  }

  .thailand-N2 .tag-list {
    grid-template-columns: repeat(2, 1fr)
  }

  .thailand-N2 .tag-item {
    font-size: 1.4rem;
    padding: 0.75rem 1.25rem;
    width: 100%;
    box-sizing: border-box
  }

  .thailand-N2 .card-image-wrap {
    width: 100%;
    height: auto;
    display: block
  }

  .thailand-N2 .image-caption {
    padding: 0.8rem;
    font-size: 1.4rem
  }
}
/* wefun-tab */
.wefun-tab {
  overflow: hidden;
  position: relative;
  padding-bottom: 5rem
}

.wefun-tab .contents-inner {
  width: 100%
}

.wefun-tab .title-area {
  margin-bottom: 3rem
}

.wefun-tab .tabset.tabset-brick .tabset-item {
  flex: 1
}

.wefun-tab .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%
}

@media (max-width: 992px) {
  .wefun-tab {
    padding-bottom: 4rem
  }

  .wefun-tab .title-area {
    margin-bottom: 3rem
  }

  .wefun-tab .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color)
  }

  .wefun-tab .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none
  }

  .wefun-tab .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color)
  }

  .wefun-tab .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color)
  }

  .wefun-tab .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg)
  }
}
/* wefun-N2 */
.wefun-N2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem;
  padding-top: 3rem
}

.wefun-N2 .contents-inner {
  width: 100%
}

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

.wefun-N2 .container-sm .list-area {
  grid-template-columns: repeat(2, 1fr)
}

.wefun-N2 .item {
  position: relative;
  padding: 3rem 2.8rem;
  border-radius: 1.6rem;
  box-sizing: border-box
}

.wefun-N2 .item.blue {
  background: #e8f2fd
}

.wefun-N2 .item.purple {
  background: #f2eefd
}

.wefun-N2 .item.yellow {
  background: #fff8e7
}

.wefun-N2 .item.green {
  background: #EFFCF3
}

.wefun-N2 .item span {
  display: inline-block;
  color: var(--text-color3);
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 0.5rem 1.4rem;
  font-weight: bold
}

.wefun-N2 .item strong {
  display: block;
  margin: 2rem 0 0.5rem
}

.wefun-N2 .item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  min-height: 3rem
}

.wefun-N2 .thumb {
  margin-top: 0.8rem;
  text-align: right
}

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

@media (max-width: 996px) {
  .wefun-N2 .list-area {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.6rem
  }

  .wefun-N2 .item {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 2.4rem 13rem 2.4rem 2.4rem !important;
    min-height: 14rem;
    box-sizing: border-box
  }

  .wefun-N2 .item strong,
  .wefun-N2 .item p {
    width: 100% !important;
    max-width: 100%
  }

  .wefun-N2 .item span {
    align-self: flex-start
  }

  .wefun-N2 .item strong {
    margin: 1rem 0 0.4rem 0 !important
  }

  .wefun-N2 .item p {
    min-height: auto
  }

  .wefun-N2 .thumb {
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important
  }

  .wefun-N2 .thumb img {
    width: 8.6rem !important;
    height: 8.6rem !important
  }
}

@media (max-width: 576px) {
  .wefun-N2 .title-area h2 br {
    display: none
  }

  .wefun-N2 .list-area {
    grid-template-columns: 1fr !important;
    gap: 1.4rem
  }

  .wefun-N2 .item {
    padding: 2rem 11rem 2rem 2rem !important;
    min-height: 12rem
  }

  .wefun-N2 .thumb {
    right: 2rem
  }

  .wefun-N2 .thumb img {
    width: 7rem !important;
    height: 7rem !important
  }
}

@media (max-width: 992px) {
  .wefun-N2 {}
}
/* wefun-N3 */
.wefun-N3 {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  --padding-top-mrify711: 7rem
}

.wefun-N3::before {
  content: "";
  position: absolute;
  top: 7rem;
  bottom: 7rem;
  width: 1260px;
  max-width: 90%;
  background: url(https://images.unsplash.com/photo-1771814536262-3c1320c8e9ce?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwxNTh8fGJhY2tncm91bmQlMjBibHVlfGtvfDB8fHx8MTc4MzY3OTA1Mnww&ixlib=rb-4.1.0&v=1783679096169) no-repeat center / cover;
  border-radius: 1.2rem;
  z-index: -1
}

.wefun-N3 .contents-inner {
  width: 100%;
  max-width: 1260px;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff
}

.wefun-N3 .contents-inner h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #ffffff
}

.wefun-N3 .contents-inner img {
  width: 40px;
  height: auto
}

.wefun-N3 .contents-inner p {
  margin-top: 1.6rem;
  display: block;
  word-break: keep-all;
  font-size: 2rem
}

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

  .wefun-N3::before {
    top: 4rem;
    bottom: 4rem
  }

  .wefun-N3 .contents-inner {
    padding: 0 1.6rem
  }
}

@media (max-width: 640px) {
  .wefun-N3 .contents-inner p {
    font-size: 1.4rem
  }
}
/* wefun-N4 */
.wefun-N4 {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden
}

.wefun-N4 .contents-inner {
  width: 100%
}

.wefun-N4 .swiper {
  overflow: visible
}

.wefun-N4 .swiper-slide {
  max-width: 71rem;
  transform: scale(0.7);
  opacity: 0.4;
  transition: opacity 0.3s, transform 0.3s
}

.wefun-N4 .swiper-slide-active {
  transform: scale(1);
  opacity: 1
}

.wefun-N4 .slide-thumb {
  height: 40rem;
  display: flex
}

.wefun-N4 .slide-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.8rem
}

.wefun-N4 .pagination {
  max-width: 81rem;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 3.2rem);
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 1
}

.wefun-N4 .pagination [class*="btn"] {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%
}

.wefun-N4 .pagination .btn-prev svg {
  transform: rotate(180deg)
}

.wefun-N4 .pagination [class*="btn"] circle,
.wefun-N4 .pagination [class*="btn"] path {
  transition: fill 0.3s;
  will-change: fill
}

.wefun-N4 .pagination [class*="btn"]:hover circle {
  fill: #e53944
}

.wefun-N4 .pagination [class*="btn"]:hover path {
  fill: #fff
}

.wefun-N4 .slide-page {
  width: auto;
  display: flex;
  align-items: baseline;
  font-size: var(--fs-h5);
  font-weight: var(--fw-bold)
}

.wefun-N4 .swiper-pagination-total {
  font-size: var(--fs-p1)
}

@media (max-width: 576px) {
  .wefun-N4 .swiper-slide {
    max-width: 100%
  }

  .wefun-N4 .slide-thumb {
    height: 20rem
  }

  .wefun-N4 .pagination {
    max-width: 32.4rem;
    gap: 0.8rem;
    top: 7.4rem;
    transform: none
  }

  .wefun-N4 .pagination [class*="btn-"] {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2rem
  }
}

@media (max-width: 992px) {
  .wefun-N4 {}
}
/* wefun-N5 */
.wefun-N5 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 15rem;
  overflow: hidden
}

.wefun-N5 .contents-inner {
  width: 100%
}

.wefun-N5 .process-area {
  display: flex;
  gap: 4rem;
  margin-bottom: 5rem
}

.wefun-N5 .process-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: relative
}

.wefun-N5 .item-thumb {
  height: 13rem;
  max-height: 30rem;
  position: relative;
  display: flex
}

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

.wefun-N5 .title-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem
}

.wefun-N5 .item-desc span {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #479DBE;
  padding: 0.3rem 1.2rem;
  color: #ffffff;
  border-radius: 1.5rem
}

.wefun-N5 .item-desc strong {
  font-weight: var(--fw-bold)
}

.wefun-N5 .item-desc p {
  margin-top: 1rem;
  color: var(--text-color3)
}

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

  .wefun-N5 .process-area {
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .wefun-N5 .process-items {
    gap: 1.4rem
  }

  .wefun-N5 .item-thumb {
    height: 16rem
  }

  .wefun-N5 .item-desc p {
    margin-top: 0.8rem
  }
}

@media (max-width: 576px) {
  .wefun-N5 .process-area {
    display: flex;
    flex-direction: column
  }
}
/* harmonia-tab */
.harmonia-tab {
  overflow: hidden;
  position: relative;
  padding-bottom: 5rem
}

.harmonia-tab .contents-inner {
  width: 100%
}

.harmonia-tab .title-area {
  margin-bottom: 3rem
}

.harmonia-tab .tabset.tabset-brick .tabset-item {
  flex: 1
}

.harmonia-tab .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%
}

@media (max-width: 992px) {
  .harmonia-tab {
    padding-bottom: 4rem
  }

  .harmonia-tab .title-area {
    margin-bottom: 3rem
  }

  .harmonia-tab .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color)
  }

  .harmonia-tab .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none
  }

  .harmonia-tab .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color)
  }

  .harmonia-tab .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color)
  }

  .harmonia-tab .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg)
  }
}
/* harmonia-N2 */
.harmonia-N2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem
}

.harmonia-N2 .contents-inner {
  width: 100%
}

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

.harmonia-N2 .container-sm .list-area {
  grid-template-columns: repeat(2, 1fr)
}

.harmonia-N2 .item {
  position: relative;
  padding: 3rem 2.8rem;
  border-radius: 1.6rem;
  box-sizing: border-box
}

.harmonia-N2 .item.blue {
  background: #e8f2fd
}

.harmonia-N2 .item.purple {
  background: #f2eefd
}

.harmonia-N2 .item.yellow {
  background: #fff8e7
}

.harmonia-N2 .item.green {
  background: #EFFCF3
}

.harmonia-N2.item span {
  display: inline-block;
  color: var(--text-color3);
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 0.5rem 1.4rem;
  font-weight: bold
}

.harmonia-N2 .item strong {
  display: block;
  margin: 2rem 0 0.5rem
}

.harmonia-N2.item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  min-height: 3rem
}

.harmonia-N2 .thumb {
  margin-top: 0.8rem;
  text-align: right
}

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

@media (max-width: 996px) {
  .harmonia-N2 .list-area {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.6rem
  }

  .harmonia-N2 .item {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 2.4rem 13rem 2.4rem 2.4rem !important;
    min-height: 14rem;
    box-sizing: border-box
  }

  .harmonia-N2 .item strong,
  .harmonia-N2 .item p {
    width: 100% !important;
    max-width: 100%
  }

  .harmonia-N2 .item span {
    align-self: flex-start
  }

  .harmonia-N2 .item strong {
    margin: 1rem 0 0.4rem 0 !important
  }

  .harmonia-N2 .item p {
    min-height: auto
  }

  .harmonia-N2 .thumb {
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important
  }

  .harmonia-N2 .thumb img {
    width: 8.6rem !important;
    height: 8.6rem !important
  }
}

@media (max-width: 576px) {
  .harmonia-N2 .title-area h2 br {
    display: none
  }

  .harmonia-N2 .list-area {
    grid-template-columns: 1fr !important;
    gap: 1.4rem
  }

  .harmonia-N2 .item {
    padding: 2rem 11rem 2rem 2rem !important;
    min-height: 12rem
  }

  .harmonia-N2 .thumb {
    right: 2rem
  }

  .harmonia-N2 .thumb img {
    width: 7rem !important;
    height: 7rem !important
  }
}

@media (max-width: 992px) {
  .harmonia-N2 {}
}
/* harmonia-N3 */
.harmonia-N3 {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 7rem;
  padding-top: 7rem
}

.harmonia-N3::before {
  content: "";
  position: absolute;
  top: 7rem;
  bottom: 7rem;
  width: 1260px;
  max-width: 90%;
  background: url(https://images.unsplash.com/photo-1771814536262-3c1320c8e9ce?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwxNTh8fGJhY2tncm91bmQlMjBibHVlfGtvfDB8fHx8MTc4MzY3OTA1Mnww&ixlib=rb-4.1.0&v=1783679096169) no-repeat center / cover;
  border-radius: 1.2rem;
  z-index: -1
}

.harmonia-N3 .contents-inner {
  width: 100%;
  max-width: 1260px;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff
}

.harmonia-N3 .contents-inner h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #ffffff
}

.harmonia-N3 .contents-inner img {
  width: 40px;
  height: auto
}

.harmonia-N3 .contents-inner p {
  margin-top: 1.6rem;
  display: block;
  word-break: keep-all;
  font-size: 2rem
}

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

  .harmonia-N3::before {
    top: 4rem;
    bottom: 4rem
  }

  .harmonia-N3 .contents-inner {
    padding: 0 1.6rem
  }
}

@media (max-width: 640px) {
  .harmonia-N3 .contents-inner p {
    font-size: 1.4rem
  }
}
/* harmonia-N4 */
.harmonia-N4 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 5rem
}

.harmonia-N4 .contents-inner {
  position: relative;
  display: flex;
  gap: 10rem;
  width: 100%
}

.harmonia-N4 .thumb-area {
  flex: 1 1 73.2rem
}

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

.harmonia-N4 .desc-area {
  flex: 1 1 55rem;
  padding-top: 2rem
}

.harmonia-N4 .desc-area p {
  margin-top: 1rem;
  padding-bottom: 5rem;
  color: var(--text-color3)
}

@media (max-width: 992px) {
  .harmonia-N4 {
    padding-top: 10rem;
    padding-bottom: 2rem
  }

  .harmonia-N4 .contents-inner {
    flex-direction: column-reverse;
    gap: 5rem
  }

  .harmonia-N4 .contents-inner>div {
    flex: none;
    width: 100%
  }

  .harmonia-N4 .desc-area {
    padding: 0
  }

  .harmonia-N4 .desc-area p {
    margin-top: 1rem;
    padding-bottom: 2rem;
    color: var(--text-color3)
  }

  .harmonia-N4 .thumb-area {
    padding-bottom: 0;
    height: auto
  }
}
/* harmonia-N5 */
.harmonia-N5 {
  overflow: hidden;
  position: relative;
  padding-bottom: 15rem
}

.harmonia-N5 .contents-inner {
  width: 100%
}

.harmonia-N5 .thumb-area .wrap {
  display: flex;
  gap: 2.4rem
}

.harmonia-N5 .thumb-area .wrap+.wrap {
  margin-top: 2.4rem
}

.harmonia-N5 .thumb-area .thumb {
  position: relative;
  height: 32rem
}

.harmonia-N5 .thumb-area .thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(var(--black-rgb), 0) 70%, rgba(var(--black-rgb), 80%))
}

.harmonia-N5 .thumb-area .thumb.lg {
  flex: 1 1 90rem
}

.harmonia-N5 .thumb-area .thumb.sm {
  flex: 1 1 51.6rem
}

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

.harmonia-N5 .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4rem
}

.harmonia-N5 .desc strong {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  color: var(--white);
  font-weight: var(--fw-bold)
}

@media (max-width: 992px) {
  .harmonia-N5 {
    padding-top: 1rem;
    padding-bottom: 10rem
  }

  .harmonia-N5 .thumb-area .wrap {
    flex-direction: column;
    gap: 1.6rem
  }

  .harmonia-N5 .thumb-area .wrap+.wrap {
    margin-top: 1.6rem
  }

  .harmonia-N5 .thumb-area .thumb {
    height: 30rem
  }

  .harmonia-N5 .thumb-area .thumb.lg,
  .harmonia-N5 .thumb-area .thumb.sm {
    flex: none
  }

  .harmonia-N5 .desc {
    padding: 2rem
  }
}
/* contact-tit */
.contact-tit {
  overflow: hidden;
  position: relative;
  background: url(https://images.unsplash.com/photo-1523961131990-5ea7c61b2107?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzMnx8JUVCJTg0JUE0JUVEJThBJUI4JUVDJTlCJThDJUVEJTgxJUFDfGtvfDB8fHx8MTc4Mzg5MzY2Mnww&ixlib=rb-4.1.0&v=1783898057438) no-repeat center / cover
}

.contact-tit .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45rem
}

.contact-tit .contents-inner {
  width: 100%;
  text-align: center
}

.contact-tit .contents-container h2 {
  color: #fff
}

.contact-tit .contents-inner p {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7)
}

@media (max-width: 996px) {
  .contact-tit {
    background: url(https://images.unsplash.com/photo-1737505599162-d9932323a889?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzNnx8bmV0d29yayUyMGJsdWV8a298MHx8fHwxNzgzODY5MjU5fDA&ixlib=rb-4.1.0&v=1783869280736) no-repeat center / cover !important
  }

  .contact-tit .contents-container {
    height: 35rem;
    justify-content: flex-start
  }

  .contact-tit .contents-inner {
    text-align: left
  }

  .contact-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

@media (max-width: 375px) {
  .contact-tit .contents-container {
    height: 25rem;
    justify-content: flex-start
  }

  .contact-tit .contents-inner {
    text-align: left
  }

  .contact-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

@media (max-width: 992px) {
  .contact-tit {
    background: url(https://images.unsplash.com/photo-1523961131990-5ea7c61b2107?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzMnx8JUVCJTg0JUE0JUVEJThBJUI4JUVDJTlCJThDJUVEJTgxJUFDfGtvfDB8fHx8MTc4Mzg5MzY2Mnww&ixlib=rb-4.1.0&v=1783898066663) no-repeat center / cover !important
  }
}
/* contact-form */
.contact-form {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 20rem
}

.contact-form .contents-inner {
  width: 100%
}

.contact-form .textset {
  text-align: center
}

.contact-form .textset .textset-subtit {
  display: block;
  font-weight: var(--fw-bold);
  color: var(--primary)
}

.contact-form .textset .textset-tit {
  margin: 0.4rem 0 2rem
}

.contact-form .textset .textset-desc {
  margin: 0;
  color: var(--text-color3)
}

.contact-form .contact-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  margin-top: 8rem
}

.contact-form .alert-box {
  overflow: hidden;
  padding: 4.8rem 4rem;
  width: 58rem;
  min-height: 74.4rem;
  border-radius: 2rem;
  background: url(../images/marketing_N10_01.png) no-repeat center/cover
}

.contact-form .alert-tit {
  display: block;
  color: var(--white)
}

.contact-form .alert-list {
  margin-top: 2.4rem
}

.contact-form .alert-list li {
  display: flex;
  gap: 0.6rem;
  color: var(--white)
}

.contact-form .alert-list li::before {
  content: "";
  flex-shrink: 0;
  transform: translateY(1.05rem);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--white)
}

.contact-form .alert-list li+li {
  margin-top: 1.2rem
}

.contact-form .form-group {
  width: 60rem
}

.contact-form .form-group .form-tit {
  margin-bottom: 0.4rem;
  font-weight: var(--fw-medium)
}

.contact-form .form-group .form-tit+.checkset-wrap,
.contact-form .form-group .form-tit+.radioset-wrap {
  gap: 1.2rem 4rem;
  margin-top: 1.6rem;
  flex-wrap: wrap
}

.contact-form .form-group .form-tit span {
  color: #c90000
}

.contact-form .form-box+.form-box {
  margin-top: 1.6rem
}

.contact-form .inputset+.inputset {
  margin-top: 4rem
}

.contact-form .inputset .inputset-tit {
  margin-bottom: 0.8rem
}

.contact-form .inputset .inputset-label {
  width: 100%
}

.contact-form .inputset .inputset-textarea {
  height: 14rem;
  resize: none
}

.contact-form .checkset .checkset-input {
  display: block
}

.contact-form .checkset .checkset-label {
  padding-left: 3.2rem
}

.contact-form .checkset .checkset-label::before {
  width: 2.4rem;
  height: 2.4rem
}

.contact-form .checkset .checkset-label::after {
  font-size: 2.4rem
}

.contact-form .contents-agree .checkset.checkset-fill .checkset-input:checked+.checkset-label::before {
  background: var(--black);
  border-color: var(--black)
}

.contact-form .form-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.6rem
}

.contact-form .contents-agree {
  display: flex;
  align-items: center
}

.contact-form .contents-agree .btnset {
  transform: translateX(-1.2rem)
}

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

.contact-form .info-title h3 {
  font-size: var(--fs-h4)
}

.contact-form .modal-close {
  cursor: pointer
}

.contact-form .info-area {
  overflow-y: auto
}

.contact-form .info-group+.info-group {
  margin-top: 2.4rem
}

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

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

.contact-form .info-desc::-webkit-scrollbar {
  width: 6px
}

.contact-form .info-desc::-webkit-scrollbar-track {
  background-color: #ddd
}

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

.contact-form .info-desc p {
  font-size: var(--fs-p1)
}

.contact-form .info-desc p.fw-medium {
  font-weight: var(--fw-medium)
}

.contact-form .info-desc .mtb {
  margin: 2.4rem 0
}

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

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

.contact-form .info-list p {
  padding-left: 1.2rem
}

.contact-form .modal-confirm .modal-area {
  position: relative;
  padding: 3.2rem;
  max-width: 36rem;
  background: var(--text-color1);
  border-radius: 0.8rem
}

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

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

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

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

.contact-form .modal-confirm .modal-body {
  font-size: var(--fs-p1);
  text-align: center;
  color: var(--white)
}

.contact-form .modal-confirm .modal-textarea {
  margin: 1.6rem 0
}

.contact-form .modal-confirm .modal-footer {
  text-align: center
}

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

.contact-form .modal-confirm .modal-footer .btnset.btnset-line-light {
  border-color: var(--white);
  color: var(--white)
}

.contact-form .modalset .modalset-close::before {
  color: var(--text-color1)
}

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

  .contact-form .textset .textset-tit {
    margin: 0.2rem 0 1.2rem
  }

  .contact-form .contact-area {
    display: block;
    margin-top: 4rem
  }

  .contact-form .alert-box {
    padding: 2.4rem;
    width: 100%;
    min-height: 42rem;
    border-radius: 1.6rem
  }

  .contact-form .alert-list {
    margin-top: 1.6rem
  }

  .contact-form .alert-list li::before {
    width: 0.3rem;
    height: 0.3rem
  }

  .contact-form .alert-list li+li {
    margin-top: 0.8rem
  }

  .contact-form .form-group {
    margin-top: 3rem;
    width: 100%
  }

  .contact-form .form-box+.form-box {
    margin-top: 1.4rem
  }

  .contact-form .form-group .form-tit+.checkset-wrap,
  .contact-form .form-group .form-tit+.radioset-wrap {
    gap: 0.8rem 2.4rem
  }

  .contact-form .checkset .checkset-label {
    padding-left: 2.6rem;
    max-width: 100%
  }

  .contact-form .checkset .checkset-label::before {
    width: 1.8rem;
    height: 1.8rem
  }

  .contact-form .checkset .checkset-label::after {
    font-size: 1.8rem
  }

  .contact-form .contents-agree .btnset {
    transform: translateX(-0.8rem)
  }

  .contact-form .form-wrap {
    display: block;
    margin-top: 0.4rem
  }

  .contact-form .form-btn {
    margin-top: 1.4rem
  }

  .contact-form .form-btn .btnset {
    width: 100%
  }

  .contact-form .modal-confirm .modal-figure {
    width: 4.8rem;
    height: 4.8rem
  }

  .contact-form .modal-confirm .modal-textarea {
    margin: 0.8rem 0
  }
}
/* gb5-board-N11 */
.gb5-board-N11 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.gb5-board-N11 .tableset {
  text-align: center;
  width: 100%
}

.gb5-board-N11 .tableset .tableset-table>thead.thead-border-top>*>* {
  border-top: 1px solid var(--primary);
  border-bottom: 0
}

.gb5-board-N11 .tableset .tableset-table>tbody>*>td.text-left {
  text-align: left
}

.gb5-board-N11 .tableset .date {
  white-space: nowrap
}

.gb5-board-N11 .pagiset {
  margin-top: 4rem
}

.gb5-board-N11.temha_board .con-body img {
  max-width: 100%
}

.gb5-board-N11 .tableset.tableset-fract .tableset-table tbody tr:hover {
  background: #fafafa
}

.gb5-board-N11 .tableset.tableset-fract .tableset-table .tableset-tit .tableset-tit-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  font-weight: var(--fw-medium)
}

.gb5-board-N11 .tableset.tableset-fract .tableset-table .tableset-tit .tableset-tit-inner .btnset {
  flex-shrink: 0;
  align-self: flex-start
}

.gb5-board-N11 .tableset .tableset-table> :not(caption):not(colgroup)>*>* {
  padding: 2.8rem 2.4rem
}

.gb5-board-N11 .tableset .tableset-table .gb5-board-N11__title-link {
  color: inherit;
  text-decoration: none;
  display: inline;
  font-weight: inherit;
  cursor: pointer
}

.gb5-board-N11 .tableset .tableset-table .gb5-board-N11__title-link:hover {
  text-decoration: underline
}

.gb5-board-N11 .contents-form .inputset.inputset-icon.icon-right .inputset-input {
  padding-right: calc(1.2rem + 1.6rem + 1.2rem)
}

.gb5-board-N11 .contents-form .inputset.inputset-icon.icon-right .icon {
  right: 1.2rem;
  left: auto
}

.gb5-board-N11 .contents-form {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: flex-end;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #000
}

.gb5-board-N11 .contents-form .bo_list_total strong {
  font-weight: var(--fw-bold);
  color: var(--primary)
}

.gb5-board-N11 .contents-form .inputset {
  width: 40rem
}

.gb5-board-N11 .contents-form .inputset-input {
  border-radius: 0.6rem !important
}

.gb5-board-N11 .contents-form .inputset button {
  background: none;
  border: 0
}

.gb5-board-N11 .contents-form .inputset.inputset-icon .ff-ico::before {
  font-size: 2rem
}

.gb5-board-N11 .btn_bo_user {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.4rem;
  position: relative;
  align-items: flex-end
}

.gb5-board-N11 .btn_bo_user ul {
  display: flex;
  gap: 0.8rem
}

.gb5-board-N11 .pagiset .pagiset-ctrl .pagiset-first::after,
.gb5-board-N11 .pagiset .pagiset-ctrl .pagiset-prev::after,
.gb5-board-N11 .pagiset .pagiset-ctrl .pagiset-next::after,
.gb5-board-N11 .pagiset .pagiset-ctrl .pagiset-last::after {
  font-size: 1.4rem !important
}

@media (max-width: 992px) {
  .gb5-board-N11 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gb5-board-N11 .tableset-table {
    min-width: auto
  }

  .gb5-board-N11 .tableset-table .tableset-tit .gb5-board-N11__title-link span {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 1.6rem;
    line-height: 2.6rem
  }

  .gb5-board-N11 .tableset.tableset-fract .tableset-table {
    display: block
  }

  .gb5-board-N11 .tableset.tableset-fract thead {
    display: none
  }

  .gb5-board-N11 .tableset.tableset-fract tbody {
    display: block;
    border-top: 1px solid var(--primary)
  }

  .gb5-board-N11 .tableset.tableset-fract tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2rem 0.8rem;
    gap: 0.4rem;
    border-bottom: 1px solid var(--border-color)
  }

  .gb5-board-N11 .tableset.tableset-fract tbody tr td {
    padding: 0 !important;
    border: 0 !important
  }

  .gb5-board-N11 .tableset.tableset-fract .tableset-table td.tableset-mobile {
    display: none
  }

  .gb5-board-N11 .tableset.tableset-fract .tableset-table td.tableset-tit {
    width: 100%;
    max-width: 100%
  }

  .gb5-board-N11 .tableset.tableset-fract .tableset-table td.tableset-order01 {
    order: 1
  }

  .gb5-board-N11 .tableset.tableset-fract .tableset-table td.tableset-order02 {
    order: 2
  }

  .gb5-board-N11 .tableset.tableset-fract .tableset-table td.tableset-order03 {
    order: 3
  }

  .gb5-board-N11 .tableset.tableset-fract .tableset-table td.tableset-order04 {
    order: 4
  }

  .gb5-board-N11 .tableset.tableset-fract .tableset-table td.tableset-order05 {
    order: 5
  }

  .gb5-board-N11 .tableset.tableset-fract .tableset-table td.tableset-order06 {
    order: 6
  }

  .gb5-board-N11 .pagiset {
    margin-top: 2rem
  }

  .gb5-board-N11 .btn_bo_user {
    margin-top: 4rem
  }

  .gb5-board-N11 .contents-form {
    flex-direction: column;
    align-items: flex-start
  }

  .gb5-board-N11 .contents-form .inputset {
    width: 100%
  }

  .gb5-board-N11 .contents-form>* {
    width: 100%
  }
}
/* gb5-board-N14 */
.gb5-board-N14 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.gb5-board-N14 .contents-inner {
  width: 100%
}

.gb5-board-N14 .contant-header .textset-tit {
  font-weight: var(--fw-medium);
  text-align: center
}

.gb5-board-N14 .contant-header .textset-desc {
  margin-top: 2rem;
  padding-bottom: 2rem;
  color: #bbb;
  text-align: center
}

.gb5-board-N14 .contant-body {
  border-top: 1px solid #111;
  border-bottom: 1px solid #e5e5e5;
  padding: 4rem 0
}

.gb5-board-N14 .contant-body .download-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-bottom: 2.4rem;
  width: 100%;
  margin: 0 0 0.8rem;
  list-style: none
}

.gb5-board-N14 .contant-body .download-item {
  padding: 1.2rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f7f8;
  border-radius: 0.4rem;
  gap: 0.8rem
}

.gb5-board-N14 .contant-body .download-item p {
  flex: 1;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  color: #111;
  margin: 0;
  font-size: inherit;
  line-height: inherit
}

.gb5-board-N14 .contant-body .download-item p::before {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0.2rem);
  width: 2rem;
  height: 2rem;
  font-size: 1.4rem
}

.gb5-board-N14 .contant-body .download-item .btnset {
  flex-shrink: 0;
  align-self: flex-start
}

.gb5-board-N14 .contant-body>div:not(.read-content-empty):not(.image-gallery) p+p {
  margin-top: 2rem
}

.gb5-board-N14 .contant-body>div:not(.read-content-empty):not(.image-gallery) p {
  color: #505050
}

.gb5-board-N14 .contant-body .read-content-empty {
  text-align: center
}

.gb5-board-N14 .contant-body .read-content-empty img {
  max-width: 100%;
  height: auto
}

.gb5-board-N14 .contant-body .image-gallery {
  margin-top: 2rem
}

.gb5-board-N14 .contant-body .image-gallery .image-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem
}

.gb5-board-N14 .contant-body .image-gallery .image-grid a {
  display: block
}

.gb5-board-N14 .contant-body .image-gallery .image-grid img {
  max-width: 20rem;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  vertical-align: top
}

.gb5-board-N14 .contant-bottom .contant-nav {
  display: flex;
  align-items: center;
  padding: 1.5rem 2.4rem;
  gap: 4rem;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  color: inherit
}

.gb5-board-N14 .contant-bottom .contant-nav .nav-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0
}

.gb5-board-N14 .contant-bottom .contant-nav .nav-btn img {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  object-fit: contain
}

.gb5-board-N14 .contant-bottom .contant-nav .nav-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem
}

.gb5-board-N14 .contant-bottom .contant-nav .nav-btn i::before {
  font-size: 1.8rem;
  color: var(--black)
}

.gb5-board-N14 .contant-bottom .contant-nav .nav-btn span {
  color: var(--text-color3)
}

.gb5-board-N14 .contant-bottom .contant-nav p {
  margin: 0;
  gap: 0.4rem;
  color: var(--text-color3)
}

.gb5-board-N14 .contant-bottom .contant-nav .date {
  flex-shrink: 0;
  color: #bbb
}

.gb5-board-N14 .contant-bottom .con-link-btn {
  position: relative;
  padding: 0 2rem 0 3rem;
  color: var(--text-color3);
  text-align: center;
  border: 0 none;
  background-color: transparent
}

.gb5-board-N14 .contant-bottom .con-link-btn::before {
  content: "\e900";
  display: inline-block;
  position: absolute;
  left: -0.5rem;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  color: #111
}

.gb5-board-N14 .contant-bottom .con-link-btn.prve::before {
  transform: translateY(-50%) rotate(-180deg)
}

.gb5-board-N14 .contant-bottom .con-link {
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: var(--fw-medium);
  color: #111;
  margin: 0
}

.gb5-board-N14 .contant-bottom .con-link+span {
  color: #bbbbbb
}

.gb5-board-N14 .bottom-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 6rem;
  text-align: center
}

.gb5-board-N14 .contant-body img {
  max-width: 100%
}

@media (max-width: 992px) {
  .gb5-board-N14 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gb5-board-N14 .contant-header .textset-desc {
    margin-top: 0.8rem
  }

  .gb5-board-N14 .contant-body {
    padding: 2rem 0 4rem
  }

  .gb5-board-N14 .contant-bottom .contant-nav {
    padding: 1.4rem 0 1.4rem 1.6rem;
    gap: 0.8rem
  }

  .gb5-board-N14 .contant-bottom .contant-nav .nav-btn img {
    width: 2rem;
    height: 2rem
  }

  .gb5-board-N14 .contant-bottom .con-link+span {
    padding-left: 2.2rem
  }

  .gb5-board-N14 .bottom-btn {
    margin-top: 4rem
  }
}
/* gb5-board-N19 */
.gb5-board-N19 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden
}

.gb5-board-N19 .form-box,
.gb5-board-N19 .inputset,
.gb5-board-N19 .selectset {
  display: flex;
  align-items: center
}

.gb5-board-N19 .fileset {
  width: 100%
}

.gb5-board-N19 .form-tit {
  flex-shrink: 0;
  width: auto;
  min-width: 10.8rem;
  font-weight: var(--fw-medium)
}

.gb5-board-N19 .form-box+.form-box {
  margin-top: 1.2rem
}

.gb5-board-N19 .inputset {
  width: 100%
}

.gb5-board-N19 .checkset-wrap,
.gb5-board-N19 .radioset-wrap {
  flex-wrap: wrap
}

.gb5-board-N19 .selectset {
  max-width: 50rem
}

.gb5-board-N19 .form-editor {
  width: 100%
}

.gb5-board-N19 .form-tit span {
  color: #d91f29
}

.gb5-board-N19 .form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 4rem
}

.gb5-board-N19 .form-btn .btnset+.btnset {
  margin: 0
}

.gb5-board-N19 .inputset-textarea {
  height: 40rem;
  margin-top: 2.4rem;
  border-radius: 3.4rem
}

.gb5-board-N19 .fileset .fileset-group {
  line-height: 1
}

.gb5-board-N19 .fileset .fileset-label {
  position: relative
}

.gb5-board-N19 .fileset .ff-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem
}

.gb5-board-N19 .fileset .ff-ico::before {
  font-size: 2rem
}

.gb5-board-N19 .fileset .fileset-input {
  padding-left: 4.8rem;
  border-radius: 9rem
}

@media (max-width: 992px) {
  .gb5-board-N19 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gb5-board-N19 .form-box+.form-box {
    margin-top: 1.6rem
  }

  .gb5-board-N19 .form-box,
  .gb5-board-N19 .inputset,
  .gb5-board-N19 .selectset {
    display: block
  }

  .gb5-board-N19 .form-tit {
    margin-bottom: 0.4rem
  }

  .gb5-board-N19 .inputset-textarea {
    height: 28rem;
    margin-top: 2.6rem;
    border-radius: 2.4rem
  }

  .gb5-board-N19 .selectset {
    max-width: 100%
  }

  .gb5-board-N19 .form-btn {
    margin-top: 2.8rem;
    gap: 0.4rem
  }

  .gb5-board-N19 .fileset .fileset-input {
    padding-left: 3.2rem
  }

  .gb5-board-N19 .fileset .ff-ico {
    left: 1.2rem;
    width: 1.6rem;
    height: 1.6rem
  }

  .gb5-board-N19 .fileset .ff-ico::before {
    font-size: 1.6rem
  }
}