@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%;
}


/* main-slide2 */
.main-slide2 {
  position: relative;
  overflow: hidden
}

.main-slide2 .container-lg .textset,
.main-slide2 .container-lg .swiper-control {
  max-width: calc(1440px + 16rem)
}

.main-slide2 .container-md .textset,
.main-slide2 .container-md .swiper-control {
  max-width: calc(1280px + 16rem)
}

.main-slide2 .container-sm .textset,
.main-slide2 .container-sm .swiper-control {
  max-width: calc(1024px + 16rem)
}

.main-slide2 .contents-container {
  height: 85rem
}

.main-slide2 .contents-inner {
  position: relative;
  width: 100%;
  height: 100%
}

.main-slide2 .contents-swiper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%
}

.main-slide2 .swiper-wrapper {
  width: 100%;
  height: 100%
}

.main-slide2 .imageset {
  width: 100%;
  height: 100%
}

.main-slide2 .textset,
.main-slide2 .swiper-control {
  position: absolute;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  padding: 0 8rem
}

.main-slide2 .textset {
  top: calc(50% - 3.4rem);
  transform: translate(-50%, -50%)
}

.main-slide2 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--white);
  margin-top: 2rem
}

.main-slide2 .swiper-control {
  display: flex;
  align-items: center;
  gap: 2rem;
  bottom: 10rem;
  transform: translateX(-50%);
  z-index: 10
}

.main-slide2 .swiper-paging {
  display: flex;
  align-items: center;
  gap: 0.8rem
}

.main-slide2 .swiper-pagination {
  position: relative;
  width: 20rem;
  border-radius: 10rem;
  background: rgba(var(--white-rgb), 0.5);
  overflow: hidden
}

.main-slide2 .swiper-pagination-progressbar-fill {
  background: var(--white)
}

.main-slide2 .swiper-paging-current,
.main-slide2 .swiper-paging-total {
  color: var(--white)
}

.main-slide2 .swiper-btn-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem
}

.main-slide2 .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_next_arrow_white.svg) no-repeat center/contain;
  opacity: 0.5;
  transition: opacity 0.3s
}

.main-slide2 .swiper-btn:hover {
  opacity: 1
}

.main-slide2 .swiper-prev-btn {
  transform: rotate(180deg)
}

@media (max-width: 1200px) {

  .main-slide2 .textset,
  .main-slide2 .swiper-control {
    padding: 0 4rem
  }
}

@media (max-width: 992px) {
  .main-slide2 .contents-container {
    height: 40rem
  }

  .main-slide2 .textset,
  .main-slide2 .swiper-control {
    flex-wrap: wrap;
    padding: 0 1.6rem
  }

  .main-slide2 .textset {
    top: calc(50% - 1rem)
  }

  .main-slide2 .textset .textset-tit {
    -webkit-line-clamp: 2
  }

  .main-slide2 .textset .btnset {
    min-width: auto;
    margin-top: 2rem
  }

  .main-slide2 .swiper-control {
    gap: 1.2rem;
    bottom: 5rem
  }

  .main-slide2 .swiper-pagination {
    max-width: 16rem
  }

  .main-slide2 .swiper-paging {
    gap: 0.6rem
  }
}
/* main-biz */
.main-biz {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 10rem
}

.main-biz::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5rem;
  width: 100%;
  height: 40rem;
  z-index: -1
}

.main-biz .contents-inner {
  width: 100%
}

.main-biz .textset {
  position: relative;
  margin-bottom: 6rem
}

.main-biz .textset .textset-tit+.textset-desc {
  margin-top: 1.6rem
}

.main-biz .control-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0
}

.main-biz .control-wrap [class*="btn-"] {
  background: none;
  border: none;
  cursor: pointer
}

.main-biz [class*="btn-"] img {
  width: 3.2rem;
  height: 3.2rem;
  transition: filter 0.3s;
  filter: invert(0.5)
}

.main-biz .control-wrap [class*="btn-"]:hover img {
  filter: invert(0)
}

.main-biz .slide-area {
  width: 100vw
}

.main-biz .swiper {
  padding-bottom: 1rem
}

.main-biz .swiper-slide {
  width: 32rem !important
}

.main-biz .item {
  overflow: hidden;
  width: 32rem;
  background: #fff;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5
}

.main-biz .item:hover {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1)
}

.main-biz .thumb {
  width: 100%;
  height: 20rem;
  flex-shrink: 0
}

.main-biz .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.main-biz .desc {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 2rem;
  text-align: center;
  background-color: #fff
}

.main-biz .desc-content {
  width: 100%
}

.main-biz .desc strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap
}

.main-biz .desc .divider {
  font-size: 1.4rem;
  color: #d1d1d1;
  font-weight: 300
}

.main-biz .desc .p2 {
  font-size: 1.5rem;
  color: #767676;
  font-weight: 400
}

@media (max-width: 996px) {
  .main-biz {
    padding-top: 10rem;
    padding-bottom: 0.5rem
  }

  .main-biz::after {
    bottom: 3rem;
    height: 33.9rem
  }

  .main-biz .textset {
    margin-bottom: 4rem
  }

  .main-biz .textset .textset-tit+.textset-desc {
    margin-top: 0.8rem
  }

  .main-biz .control-wrap {
    display: none
  }

  .main-biz .swiper-slide {
    width: 32rem !important
  }
}
/* main_point */
.main_point {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 15rem
}

.main_point .contents-inner {
  width: 100%
}

.main_point .list-area {
  display: flex;
  gap: 8rem
}

.main_point .col-left {
  flex: 1 1 55.2rem
}

.main_point .list-wrap {
  position: sticky;
  top: 10rem
}

.main_point .list-wrap .textset-desc {
  margin-top: 1.6rem
}

.main_point .info-list {
  margin-top: 8rem
}

.main_point .info-list li {
  display: flex;
  gap: 1.2rem;
  color: var(--text-color4);
  font-weight: 500;
  transition: color 0.3s
}

.main_point .info-list li::before {
  content: attr(data-index)
}

.main_point .info-list li+li {
  margin-top: 1.2rem
}

.main_point .info-list li.active {
  color: var(--text-color1)
}

.main_point .col-right {
  flex: 1 1 64.8rem
}

.main_point .item+.item {
  margin-top: 10rem
}

.main_point .thumb {
  height: 25rem;
  margin-bottom: 1.6rem
}

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

.main_point .desc strong {
  display: block;
  margin: 2.4rem 0 1.6rem;
  color: var(--text-color3);
  transition: color 0.3s
}

.main_point .desc p {
  color: var(--text-color3);
  padding-top: 1rem
}

.main_point .item.active .desc strong {
  color: var(--text-color1)
}

@media (max-width: 992px) {
  .main_point {
    padding-bottom: 10rem
  }

  .main_point .list-area {
    flex-direction: column;
    gap: 3rem
  }

  .main_point .col-left {
    flex: none;
    position: sticky;
    top: 0;
    transform: translateZ(0);
    backface-visibility: hidden;
    width: 100%;
    max-width: 100%;
    will-change: top
  }

  .main_point .col-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 0.2rem);
    height: 100%
  }

  .main_point .list-wrap {
    position: relative;
    top: unset;
    padding: 2rem 0 2rem;
    background: #ffffff
  }

  .main_point .info-list {
    margin-top: 2.4rem
  }

  .main_point .info-list li {
    gap: 0.4rem
  }

  .main_point .info-list li:not(.active) {
    display: none
  }

  .main_point .item+.item {
    margin-top: 3rem
  }

  .main_point .thumb {
    height: auto;
    aspect-ratio: 328/180
  }

  .main_point .desc span {
    margin: 1.6rem 0 0.8rem;
    font-weight: 500
  }
}
/* main-global */
.main-global {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 15rem
}

.main-global .contents-inner {
  width: 100%
}

.main-global .textset.con-tit {
  margin-bottom: 8rem
}

.main-global .textset.con-tit .textset-tit+.textset-desc {
  margin-top: 1.6rem
}

.main-global .content-group {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  min-height: 40rem
}

.main-global .content-group.odd {
  gap: 10rem
}

.main-global .content-group.even {
  gap: 14rem
}

.main-global .content-group .img-box {
  position: absolute;
  margin: 0;
  height: 40rem
}

.main-global .content-group.odd .img-box {
  left: -50%;
  width: calc(100% - 5rem)
}

.main-global .content-group.even .img-box {
  right: -50%;
  width: calc(100% - 7rem)
}

.main-global .content-group .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.main-global .content-group.odd .text-link-box {
  grid-column: 2/3
}

.main-global .text-link-box .textset-tit {
  color: #242424
}

.main-global .text-link-box .textset-tit+.textset-desc {
  margin: 4rem 0;
  color: #767676
}

@media (max-width: 996px) {
  .main-global {
    padding-top: 3rem;
    padding-bottom: 6rem
  }

  .main-global .textset.con-tit {
    margin-bottom: 4rem
  }

  .main-global .textset.con-tit .textset-tit+.textset-desc {
    margin-top: 0.8rem
  }

  .main-global .contents-inner .content-group {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 0
  }

  .main-global .content-group+.content-group {
    margin-top: 4rem
  }

  .main-global .contents-inner .content-group .img-box {
    position: static;
    width: calc(100% + 1.6rem);
    height: 28rem
  }

  .main-global .content-group.odd .img-box {
    margin-left: -1.6rem
  }

  .main-global .content-group.even .img-box {
    margin-right: -1.6rem
  }

  .main-global .content-group .text-link-box {
    margin-top: 4rem
  }

  .main-global .content-group.odd .text-link-box {
    grid-column: initial
  }

  .main-global .text-link-box .textset-tit+.textset-desc {
    margin: 2rem 0
  }
}
/* main-domestic */
.main-domestic {
  overflow: hidden;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 14rem;
  background: #F8F8F8
}

.main-domestic .contents-inner {
  width: 100%
}

.main-domestic .textset.con-tit {
  margin-bottom: 8rem
}

.main-domestic .textset.con-tit .textset-tit+.textset-desc {
  margin-top: 1.6rem
}

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

.main-domestic .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
}

.main-domestic .cardset .cardset-body {
  padding: 4rem 3.5rem 5rem 3.5rem
}

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

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

.main-domestic .cardset .cardset-img {
  width: 4rem;
  height: 4rem;
  object-fit: contain
}

.main-domestic .badge-count {
  font-size: 1.6rem;
  padding: 0.6rem 2.3rem;
  border-radius: 50px;
  color: #ffffff;
  background-color: #333
}

.main-domestic .cardset .cardset-tit {
  display: block;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.2rem
}

.main-domestic .cardset .cardset-desc {
  margin: 0 0 3rem 0;
  color: #333333;
  line-height: 1.4;
  position: relative
}

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

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

.main-domestic .cardset .cardset-check li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #666;
  font-weight: 300
}

.main-domestic .cardset .cardset-check li+li {
  margin-top: 1.6rem
}

@media (max-width: 996px) {
  .main-domestic {
    padding-top: 8rem;
    padding-bottom: 7rem
  }

  .main-domestic .textset.con-tit {
    margin-bottom: 4rem
  }

  .main-domestic .textset.con-tit .textset-tit+.textset-desc {
    margin-top: 0.8rem
  }

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

  .main-domestic .cardset .cardset-body {
    padding: 3rem 2.5rem
  }

  .main-domestic .cardset-header-row {
    margin-bottom: 2rem
  }

  .main-domestic .cardset .cardset-check {
    margin-top: 3rem
  }

  .main-domestic .cardset .cardset-check li {
    gap: 0.8rem
  }

  .main-domestic .cardset .cardset-check li+li {
    margin-top: 1rem
  }

  ..main-domestic .contents-inner {
    flex-direction: column;
    gap: 4rem
  }
}
/* main-partner */
.main-partner {
  overflow: hidden;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 15rem
}

.main-partner .fullscreen {
  align-items: flex-start
}

.main-partner .contents-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%
}

.main-partner .title-area {
  margin-bottom: 6rem;
  width: 100%
}

.main-partner .title-area h2 {
  margin-bottom: 1.2rem
}

.main-partner .thumb-area {
  overflow: hidden;
  position: relative;
  width: 100%
}

.main-partner .thumb-list {
  display: flex;
  width: max-content
}

.main-partner .thumb-list.row {
  animation: office-N8-Loop 25s infinite linear
}

.main-partner .thumb-list.row-reverse {
  animation: office-N8-LoopReverse 25s infinite linear
}

.main-partner .thumb-list+.thumb-list {
  margin-top: 0.5rem
}

.main-partner .thumb {
  flex-shrink: 0;
  overflow: hidden;
  margin-left: 2rem;
  padding: 0 2rem;
  width: 27rem;
  height: 10rem;
  border-radius: 1.2rem
}

.main-partner .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.main-partner .btns {
  margin-top: 5rem
}

@keyframes office-N8-Loop {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(-50%, 0, 0)
  }
}

@keyframes office-N8-LoopReverse {
  0% {
    transform: translate3d(-50%, 0, 0)
  }

  100% {
    transform: translate3d(0, 0, 0)
  }
}

@media (max-width: 992px) {
  .main-partner {
    padding-top: 7rem;
    padding-bottom: 7rem
  }

  .main-partner .title-area {
    margin-bottom: 3rem
  }

  .main-partner .title-area h2 {
    margin-bottom: 0.4rem
  }

  .main-partner .thumb {
    margin-left: 1.6rem;
    padding: 0.5rem;
    width: 23rem;
    height: 7rem;
    border-radius: 1rem
  }

  .main-partner .thumb-list+.thumb-list {
    margin-top: 1rem
  }
}
/* main-N7 */
.main-N7 {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 15rem;
  background: url(https://images.unsplash.com/photo-1542013353840-da51a081405b?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwxOHx8JUVCJThDJTgwJUVBJUI1JTkwfGtvfDB8fHx8MTc4Mzk0MTM3MHww&ixlib=rb-4.1.0&v=1783941381137) no-repeat center / cover
}

.main-N7 .contents-inner {
  width: 100%
}

.main-N7 .contents-inner h2 {
  color: #fff
}

.main-N7 .contents-inner p {
  margin-top: 5rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: var(--fw-regular)
}

.main-N7 .block_overlay {
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-color: #000
}

@media (max-width: 992px) {
  .main-N7 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
    background: url(https://images.unsplash.com/photo-1542013353840-da51a081405b?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwxOHx8JUVCJThDJTgwJUVBJUI1JTkwfGtvfDB8fHx8MTc4Mzk0MTM3MHww&ixlib=rb-4.1.0&v=1783941391147) no-repeat center / cover !important
  }

  .main-N7 .contents-inner p {
    margin-top: 0.8rem
  }
}
/* sub-tit */
.sub-tit {
  overflow: hidden;
  position: relative;
  background: url(../images/visual-1.jpg) no-repeat center / cover
}

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

.sub-tit .title-area {
  width: 100%;
  text-align: center
}

.sub-tit .title-area h2 {
  position: relative;
  padding-bottom: 2.6rem;
  color: #fff;
  font-weight: var(--fw-medium)
}

.sub-tit .title-area h2::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 0.2rem;
  background: #fff
}

.sub-tit .title-area p {
  margin-top: 2.4rem;
  color: #fff;
  font-weight: var(--fw-ragular)
}

.sub-tit .block_overlay {
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-color: #000
}

@media (max-width: 992px) {
  .sub-tit .contents-container {
    height: 30rem
  }

  .sub-tit .title-area p {
    margin-top: 2rem
  }
}
/* about-N1 */
.about-N1 {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 10rem
}

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

.about-N1 .thumb-area {
  margin-bottom: 2.8rem;
  height: 50rem
}

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

.about-N1 .wrap {
  display: flex;
  justify-content: space-between;
  gap: 13rem;
  margin-top: 4rem
}

.about-N1 .wrap+.wrap {
  align-items: center;
  margin-top: 10rem
}

.about-N1 .col-left,
.about-N1 .col-right,
.about-N1 .wrap .thumb,
.about-N1 .wrap .desc {
  flex: 1
}

.about-N1 .col-left h3 {
  color: #111
}

.about-N1 .col-right p+p {
  margin-top: 2.4rem
}

.about-N1 .wrap .thumb {
  height: 36rem
}

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

.about-N1 .wrap .desc p {
  margin: 1.2rem 0 6rem;
  color: #666666
}

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

  .about-N1 .thumb-area {
    width: calc(100% + 3.2rem);
    height: 33rem;
    margin: 0 0 4.2rem -1.6rem
  }

  .about-N1 .wrap {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 2.5rem
  }

  .about-N1 .wrap+.wrap {
    align-items: flex-start;
    margin-top: 6rem
  }

  .about-N1 .col-left,
  .about-N1 .col-right,
  .about-N1 .wrap .thumb,
  .about-N1 .wrap .desc {
    flex: none
  }

  .about-N1 .col-right p {
    margin-top: 0.4rem
  }

  .about-N1 .col-right p+p {
    margin-top: 1.2rem
  }

  .about-N1 .wrap .thumb {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem
  }

  .about-N1 .wrap .desc {
    margin-top: 1.4rem;
    text-align: left
  }

  .about-N1 .wrap .desc p {
    margin: 1.4rem 0 4rem
  }
}
/* about-N2 */
.about-N2 {
  overflow: hidden;
  position: relative;
  padding-top: 19rem;
  padding-bottom: 15rem
}

.about-N2 .contents-container {
  display: flex;
  justify-content: center
}

.about-N2 .bg {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  transform: translateY(-13rem);
  width: 100vw;
  height: 35rem
}

.about-N2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about-N2 .contents-inner {
  position: relative;
  width: 100%
}

.about-N2 .desc-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem
}

.about-N2 .desc-area .title,
.about-N2 .desc-area .desc {
  flex: 1
}

.about-N2 .desc-area .title h2 {
  color: #fff;
  font-weight: var(--fw-regular)
}

.about-N2 .desc-area .desc h3 {
  color: #fff
}

.about-N2 .desc-area .desc p {
  margin-top: 1.6rem;
  color: #fff
}

.about-N2 .list-area {
  display: flex;
  gap: 4rem;
  margin: 4.2rem 0 1rem
}

.about-N2 .list-area li {
  flex: 1
}

.about-N2 .list-area .thumb {
  height: 17rem
}

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

.about-N2 .list-area .desc {
  margin-top: 2.4rem
}

.about-N2 .list-area .desc p {
  margin-top: 1.5rem
}

.about-N2 .btn-wrap {
  text-align: center
}

@media (max-width: 1200px) {
  .about-N2 .bg {
    width: calc(100% + 8rem)
  }
}

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

  .about-N2::before {
    top: 6rem;
    height: 34rem
  }

  .about-N2 .bg {
    width: calc(100% + 3.2rem);
    transform: translateY(-6rem);
    height: 28rem
  }

  .about-N2 .desc-area {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    justify-content: flex-start
  }

  .about-N2 .desc-area .title,
  .about-N2 .desc-area .desc {
    flex: none
  }

  .about-N2 .desc-area .desc p {
    margin-top: 0
  }

  .about-N2 .list-area {
    overflow-x: auto;
    gap: 1.6rem;
    margin: 3rem 0 3.6rem;
    padding-right: 1.6rem;
    width: calc(100% + 1.6rem)
  }

  .about-N2 .list-area li {
    flex: 1 0 19.4rem;
    min-width: 19.4rem
  }

  .about-N2 .list-area .thumb {
    height: 14rem
  }

  .about-N2 .list-area .desc {
    margin-top: 1rem
  }

  .about-N2 .list-area .desc p {
    margin-top: 0.5rem
  }
}
/* about-N4 */
.about-N4 {
  overflow: hidden;
  position: relative;
  padding-bottom: 15rem
}

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

.about-N4 .desc-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
  margin-bottom: 3rem
}

.about-N4 .desc-area .title,
.about-N4 .desc-area .desc {
  flex: 1
}

.about-N4 .desc-area .desc p {
  margin-top: 1rem
}

.about-N4 .list-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 3rem
}

.about-N4 .item {
  padding: 3.2rem;
  border: 1px solid #e5e5e5
}

.about-N4 .thumb {
  width: 8rem;
  height: 8rem
}

.about-N4 .thumb img {
  width: 100%;
  height: 100%
}

.about-N4 .desc,
.about-N4 .list {
  margin-top: 1rem
}

.about-N4 .list li {
  display: flex;
  gap: 0.7rem
}

.about-N4 .list li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 1.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #505050
}

.about-N4 .list li+li {
  margin-top: 0.5rem
}

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

  .about-N4 .desc-area {
    flex-direction: column;
    gap: 0.1rem;
    align-items: flex-start;
    justify-content: flex-start
  }

  .about-N4 .desc-area .title,
  .about-N4 .desc-area .desc {
    flex: none
  }

  .about-N4 .desc-area .desc p {
    margin-top: 0
  }

  .about-N4 .list-area {
    grid-template-columns: 1fr;
    gap: 2rem
  }

  .about-N4 .item {
    padding: 1.6rem
  }

  .about-N4 .thumb {
    width: 6rem;
    height: 6rem
  }

  .about-N4 .desc,
  .about-N4 .list {
    margin-top: 1.6rem
  }

  .about-N4 .list li {
    gap: 0.4rem
  }

  .about-N4 .list li::before {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 1rem
  }

  .about-N4 .list li+li {
    margin-top: 0.8rem
  }
}
/* about-map */
.about-map {
  position: relative;
  overflow: hidden;
  padding-bottom: 15rem
}

.about-map .desc-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
  margin-bottom: 3rem
}

.about-map .desc-area .title,
.about-map .desc-area .desc {
  flex: 1
}

.about-map .desc-area .desc p {
  margin-top: 1rem
}

.about-map .contents-map {
  width: 100%;
  height: 40rem;
  border-radius: 2rem;
  overflow: hidden
}

.about-map .contents-map iframe {
  width: 100%;
  height: 100%
}

.about-map .contents-list {
  display: flex;
  margin-top: 4rem
}

.about-map .contents-item:first-child {
  width: 50%
}

.about-map .contents-item {
  width: 25%
}

.about-map .contents-ico {
  display: flex;
  align-items: center
}

.about-map .contents-figure {
  display: flex;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.4rem;
  margin-bottom: 0
}

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

.about-map .contents-desc {
  margin-top: 1.2rem
}

@media (max-width: 992px) {
  .about-map .desc-area {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: flex-start
  }

  .about-map .desc-area .title,
  .about-map .desc-area .desc {
    flex: none
  }

  .about-map .desc-area .desc p {
    margin-top: 0
  }

  .about-map .contents-list {
    flex-direction: column;
    gap: 4rem
  }

  .about-map .contents-item {
    width: 100% !important
  }

  .about-map .contents-map {
    width: 100%;
    height: 20rem;
    border-radius: 2rem;
    overflow: hidden
  }

  .about-map {
    padding-bottom: 10rem;
    padding-top: 8rem
  }
}
/* affiliates-w1 */
.affiliates-w1 {
  overflow: hidden;
  position: relative;
  padding-top: 15rem
}

.affiliates-w1 .contents-inner {
  width: 100%
}

.affiliates-w1 .textset {
  text-align: center
}

.affiliates-w1 .textset .textset-subtit {
  display: block;
  font-weight: 600;
  color: #999
}

.affiliates-w1 .textset .textset-tit {
  margin: 1rem 0 2rem
}

.affiliates-w1 .textset .textset-desc {
  margin: 0
}

.affiliates-w1 .list-area {
  display: flex;
  align-items: center;
  margin-top: 8rem
}

.affiliates-w1 .list-area .item {
  flex: 1 1 calc(100% / 4);
  padding: 4rem 2rem;
  text-align: center
}

.affiliates-w1 .list-area .item p {
  color: #666
}

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

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

@media (max-width: 992px) {
  .affiliates-w1 {
    padding-top: 7rem;
    padding-bottom: 1rem
  }

  .affiliates-w1 .textset .textset-tit {
    margin: 0.2rem 0 1.2rem
  }

  .affiliates-w1 .list-area {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 4rem
  }

  .affiliates-w1 .list-area .item {
    flex: 0 0 50%;
    width: 50%;
    padding: 2rem 1.6rem
  }

  .affiliates-w1 .list-area .item:nth-child(odd) {
    border-right: 1px solid var(--border-color)
  }

  .affiliates-w1 .list-area .item:nth-child(-n+2) {
    border-bottom: 1px solid var(--border-color)
  }

  .affiliates-w1 .list-area .item:nth-child(2) {
    border-right: none
  }

  .affiliates-w1 .list-area .item:nth-last-child(-n+2):not(:nth-child(odd)) {
    border-bottom: none
  }
}
/* affiliates-w4 */
.affiliates-w4 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden
}

.affiliates-w4 .contents-inner {
  width: 100%
}

.affiliates-w4 .contents-tit {
  margin-bottom: 6rem;
  text-align: center
}

.affiliates-w4 .cardset-wrap {
  display: flex;
  justify-content: center;
  gap: 8rem;
  padding-bottom: 3rem
}

.affiliates-w4 .cardset {
  width: calc(100% / 4)
}

.affiliates-w4 .cardset .cardset-figure {
  width: 16rem;
  height: 16rem;
  padding: 3rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #f7f8fb
}

.affiliates-w4 .cardset .cardset-img {
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(60%) sepia(5%) saturate(200%) hue-rotate(160deg) brightness(95%) contrast(90%)
}

.affiliates-w4 .cardset .cardset-body {
  padding-top: 1.5rem;
  padding-bottom: 0;
  text-align: center
}

.affiliates-w4 .cardset .cardset-tit {
  margin: 0
}

.affiliates-w4 .cardset .cardset-tit+.cardset-desc {
  margin-top: 1.2rem
}

.affiliates-w4 .cardset .cardset-desc {
  display: block;
  margin: 0
}

@media (max-width: 992px) {
  .affiliates-w4 {
    padding-bottom: 5rem;
    padding-top: 7rem
  }

  .affiliates-w4 .contents-tit {
    margin-bottom: 3rem
  }

  .affiliates-w4 .cardset-wrap {
    flex-wrap: wrap;
    gap: 4rem 0
  }

  .affiliates-w4 .cardset {
    width: 50%;
    padding: 0 1.2rem
  }

  .affiliates-w4 .cardset .cardset-figure {
    width: 12.8rem;
    height: 12.8rem;
    padding: 2.4rem
  }

  .affiliates-w4 .cardset .cardset-body {
    padding-top: 2rem
  }

  .affiliates-w4 .cardset .cardset-tit+.cardset-desc {
    margin-top: 0.8rem
  }
}
/* affiliates-h1 */
.affiliates-h1 {
  overflow: hidden;
  position: relative;
  padding-top: 15rem
}

.affiliates-h1 .contents-inner {
  width: 100%
}

.affiliates-h1 .textset {
  text-align: center
}

.affiliates-h1 .textset .textset-subtit {
  display: block;
  font-weight: 600;
  color: #999
}

.affiliates-h1 .textset .textset-tit {
  margin: 1rem 0 2rem
}

.affiliates-h1 .textset .textset-desc {
  margin: 0
}

.affiliates-h1 .list-area {
  display: flex;
  align-items: center;
  margin-top: 8rem
}

.affiliates-h1 .list-area .item {
  flex: 1 1 calc(100% / 4);
  padding: 4rem 2rem;
  text-align: center
}

.affiliates-h1 .list-area .item p {
  color: #666
}

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

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

@media (max-width: 992px) {
  .affiliates-h1 {
    padding-top: 7rem;
    padding-bottom: 1rem
  }

  .affiliates-h1 .textset .textset-tit {
    margin: 0.2rem 0 1.2rem
  }

  .affiliates-h1 .list-area {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 4rem
  }

  .affiliates-h1 .list-area .item {
    flex: 0 0 50%;
    width: 50%;
    padding: 2rem 1.6rem
  }

  .affiliates-h1 .list-area .item:nth-child(odd) {
    border-right: 1px solid var(--border-color)
  }

  .affiliates-h1 .list-area .item:nth-child(-n+2) {
    border-bottom: 1px solid var(--border-color)
  }

  .affiliates-h1 .list-area .item:nth-child(2) {
    border-right: none
  }

  .affiliates-h1 .list-area .item:nth-last-child(-n+2):not(:nth-child(odd)) {
    border-bottom: none
  }
}
/* affiliates-h2 */
.affiliates-h2 {
  overflow: hidden;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 15rem
}

.affiliates-h2 .content-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7rem;
  width: 100%
}

.affiliates-h2 .contents-tit {
  margin-bottom: 6rem;
  text-align: center
}

.affiliates-h2 .title-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem
}

.affiliates-h2 .booklet-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #111111
}

.affiliates-h2 .booklet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem
}

.affiliates-h2 .booklet-list li {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.5;
  position: relative;
  padding-left: 1.2rem
}

.affiliates-h2 .booklet-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #666666;
  font-weight: bold
}

.affiliates-h2 .booklet-image-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.affiliates-h2 .booklet-image-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 0.8rem;
  object-fit: contain
}

.affiliates-h2 .thumb-area {
  width: calc(50% + 20rem)
}

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

@media (max-width: 992px) {
  .affiliates-h2 {
    padding-top: 7rem;
    padding-bottom: 10rem
  }

  .affiliates-h2 .contents-tit {
    margin-bottom: 3.2rem;
    font-size: 2.4rem
  }

  .affiliates-h2 .content-group {
    flex-direction: column-reverse;
    gap: 3.2rem
  }

  .affiliates-h2 .title-area,
  .affiliates-h2 .thumb-area {
    width: 100%
  }

  .affiliates-h2 .title-area img {
    width: 100%
  }

  .affiliates-h2 .thumb-area {
    border-radius: 1.6rem;
    overflow: hidden
  }
}
/* contact-tit */
.contact-tit {
  overflow: hidden;
  position: relative;
  background: url(https://images.pexels.com/photos/5520322/pexels-photo-5520322.jpeg?v=1785161373208) no-repeat center / cover
}

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

.contact-tit .title-area {
  width: 100%;
  text-align: center
}

.contact-tit .title-area h2 {
  position: relative;
  padding-bottom: 2.6rem;
  color: #fff;
  font-weight: var(--fw-medium)
}

.contact-tit .title-area h2::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 0.2rem;
  background: #fff
}

.contact-tit .title-area p {
  margin-top: 2.4rem;
  color: #fff;
  font-weight: var(--fw-ragular)
}

.contact-tit .block_overlay {
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-color: #000
}

@media (max-width: 992px) {
  .contact-tit .contents-container {
    height: 30rem
  }

  .contact-tit .title-area p {
    margin-top: 2rem
  }

  .contact-tit {}
}
/* contact-N1 */
.contact-N1 {
  position: relative;
  padding-top: 15rem;
  overflow: hidden
}

.contact-N1 .textset {
  text-align: center;
  margin-bottom: 0
}

.contact-N1 .textset-desc {
  color: var(--text-color3)
}

@media (max-width: 992px) {
  .contact-N1 {
    padding-top: 10rem
  }

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

  .contact-N1 .textset-desc {
    word-break: keep-all
  }

  .contact-N1 .textset-desc br {
    display: none
  }
}
/* contact-N2 */
.contact-N2 {
  overflow: hidden;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 14rem
}

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

.contact-N2 .ico-dot {
  width: 1.6rem;
  height: 1.6rem;
  background: url(../icons/ico_diamond.svg) no-repeat center/contain
}

.contact-N2 .form-group {
  width: 100%
}

.contact-N2 .form-group .form-tit {
  margin-bottom: 0.8rem;
  font-weight: var(--fw-medium)
}

.contact-N2 .form-group .form-tit+.checkset-wrap,
.contact-N2 .form-group .form-tit+.radioset-wrap {
  gap: 1.2rem 4rem;
  margin-top: 1.6rem;
  flex-wrap: wrap
}

.contact-N2 .form-group .form-tit span {
  color: #c90000
}

.contact-N2 .form-box+.form-box {
  margin-top: 1.6rem
}

.contact-N2 .inputset+.inputset {
  margin-top: 4rem
}

.contact-N2 .inputset .inputset-tit {
  margin-bottom: 0.8rem
}

.contact-N2 .inputset .inputset-label {
  width: 100%
}

.contact-N2 .inputset .inputset-textarea {
  height: 14rem;
  resize: none
}

.contact-N2 .form-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.4rem
}

.contact-N2 .contents-agree {
  display: flex;
  align-items: center;
  gap: 0.8rem
}

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

.contact-N2 .info-title h3 {
  font-size: var(--fs-h4)
}

.contact-N2 .modal-close {
  cursor: pointer
}

.contact-N2 .info-area {
  overflow-y: auto
}

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

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

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

.contact-N2 .info-desc::-webkit-scrollbar {
  width: 6px
}

.contact-N2 .info-desc::-webkit-scrollbar-track {
  background-color: #ddd
}

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

.contact-N2 .info-desc p {
  font-size: var(--fs-p1)
}

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

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

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

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

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

.contact-N2 .modal-confirm .modal-area {
  position: relative;
  padding: 3.2rem;
  max-width: 36rem;
  background: var(--text-color1);
  border-radius: 0.8rem
}

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

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

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

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

.contact-N2 .modal-confirm .modal-body {
  font-size: var(--fs-p1);
  text-align: center;
  color: var(--white)
}

.contact-N2 .modal-confirm .modal-textarea {
  margin: 1.6rem 0
}

.contact-N2 .modal-confirm .modal-footer {
  text-align: center
}

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

.contact-N2 .modal-confirm .modal-footer .btnset.btnset-line-light {
  border-color: var(--white);
  color: var(--white)
}

.contact-N2 .modalset .modalset-close::before {
  color: var(--text-color1)
}

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

  .contact-N2 .ico-dot {
    width: 1.2rem;
    height: 1.2rem
  }

  .contact-N2 .form-box+.form-box {
    margin-top: 1.4rem
  }

  .contact-N2 .form-group .form-tit+.checkset-wrap,
  .contact-N2 .form-group .form-tit+.radioset-wrap {
    gap: 0.8rem 2.4rem
  }

  .contact-N2 .form-wrap {
    display: block
  }

  .contact-N2 .form-btn {
    margin-top: 1.4rem;
    max-width: 100%
  }

  .contact-N2 .modal-confirm .modal-figure {
    width: 4.8rem;
    height: 4.8rem
  }

  .contact-N2 .modal-confirm .modal-textarea {
    margin: 0.8rem 0
  }
}
/* global-thai */
.global-thai {
  overflow: hidden;
  position: relative;
  padding-top: 15rem
}

.global-thai .contents-inner {
  width: 100%
}

.global-thai .textset {
  text-align: center
}

.global-thai .textset .textset-subtit {
  display: block;
  font-weight: 600;
  color: #999
}

.global-thai .textset .textset-tit {
  margin: 1rem 0 2rem
}

.global-thai .textset .textset-desc {
  margin: 0
}

.global-thai .list-area {
  display: flex;
  align-items: center;
  margin-top: 8rem
}

.global-thai .list-area .item {
  flex: 1 1 calc(100% / 4);
  padding: 4rem 2rem;
  text-align: center
}

.global-thai .list-area .item p {
  color: #666
}

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

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

@media (max-width: 992px) {
  .global-thai {
    padding-top: 7rem;
    padding-bottom: 1rem
  }

  .global-thai .textset .textset-tit {
    margin: 0.2rem 0 1.2rem
  }

  .global-thai .list-area {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 4rem
  }

  .global-thai .list-area .item {
    flex: 0 0 50%;
    width: 50%;
    padding: 2rem 1.6rem
  }

  .global-thai .list-area .item:nth-child(odd) {
    border-right: 1px solid var(--border-color)
  }

  .global-thai .list-area .item:nth-child(-n+2) {
    border-bottom: 1px solid var(--border-color)
  }

  .global-thai .list-area .item:nth-child(2) {
    border-right: none
  }

  .global-thai .list-area .item:nth-last-child(-n+2):not(:nth-child(odd)) {
    border-bottom: none
  }
}
/* global-jp */
.global-jp {
  overflow: hidden;
  position: relative;
  padding-top: 15rem
}

.global-jp .contents-inner {
  width: 100%
}

.global-jp .textset {
  text-align: center
}

.global-jp .textset .textset-subtit {
  display: block;
  font-weight: 600;
  color: #999
}

.global-jp .textset .textset-tit {
  margin: 1rem 0 2rem
}

.global-jp .textset .textset-desc {
  margin: 0
}

.global-jp .list-area {
  display: flex;
  align-items: center;
  margin-top: 8rem
}

.global-jp .list-area .item {
  flex: 1 1 calc(100% / 4);
  padding: 4rem 2rem;
  text-align: center
}

.global-jp .list-area .item p {
  color: #666
}

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

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

@media (max-width: 992px) {
  .global-jp {
    padding-top: 7rem;
    padding-bottom: 1rem
  }

  .global-jp .textset .textset-tit {
    margin: 0.2rem 0 1.2rem
  }

  .global-jp .list-area {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 4rem
  }

  .global-jp .list-area .item {
    flex: 0 0 50%;
    width: 50%;
    padding: 2rem 1.6rem
  }

  .global-jp .list-area .item:nth-child(odd) {
    border-right: 1px solid var(--border-color)
  }

  .global-jp .list-area .item:nth-child(-n+2) {
    border-bottom: 1px solid var(--border-color)
  }

  .global-jp .list-area .item:nth-child(2) {
    border-right: none
  }

  .global-jp .list-area .item:nth-last-child(-n+2):not(:nth-child(odd)) {
    border-bottom: none
  }
}
/* global-sing */
.global-sing {
  overflow: hidden;
  position: relative;
  padding-top: 15rem
}

.global-sing .contents-inner {
  width: 100%
}

.global-sing .textset {
  text-align: center
}

.global-sing .textset .textset-subtit {
  display: block;
  font-weight: 600;
  color: #999
}

.global-sing .textset .textset-tit {
  margin: 1rem 0 2rem
}

.global-sing .textset .textset-desc {
  margin: 0
}

@media (max-width: 992px) {
  .global-sing {
    padding-top: 7rem;
    padding-bottom: 1rem
  }

  .global-sing .textset .textset-tit {
    margin: 0.2rem 0 1.2rem
  }
}
/* global-point */
.global-point {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 2rem;
  background: #FFFEFC
}

.global-point .contents-inner {
  width: 100%
}

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

.global-point .list-area li {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 4.8rem;
  background: #FAF9F6;
  border-radius: 0.8rem
}

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

.global-point .thumb img {
  width: 8rem;
  height: 8rem;
  object-fit: cover
}

.global-point .desc strong {
  font-weight: 600
}

.global-point .desc p {
  margin-top: 1.6rem;
  color: var(--text-color2)
}

@media (max-width: 992px) {
  .global-point {
    padding-top: 3rem;
    padding-bottom: 1rem
  }

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

  .global-point .list-area li {
    gap: 1.6rem;
    padding: 2.4rem 2rem
  }

  .global-point .thumb {
    width: 6rem;
    height: 6rem
  }

  .global-point .thumb img {
    width: 4.4rem;
    height: 4.4rem
  }

  .global-point .desc p {
    margin-top: 0.8rem
  }
}
/* vietnam-smtit */
.vietnam-smtit {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 3rem
}

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

.vietnam-smtit .text-bold {
  font-weight: 500 !important
}

.vietnam-smtit .highlight {
  color: #e04828
}

.vietnam-smtit .highlight2 {
  color: #e04828;
  font-weight: 500 !important
}

.vietnam-smtit .title-area {
  margin-bottom: 1rem
}

.vietnam-smtit .title-area h2 {
  margin-bottom: 1.6rem;
  color: #C5A059;
  font-weight: 500
}

.vietnam-smtit .title-area p {
  margin-bottom: 2rem
}

.vietnam-smtit .stext {
  margin-bottom: 2rem
}

@media (max-width: 992px) {
  .vietnam-smtit {
    padding-top: 10rem;
    padding-bottom: 0rem
  }

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

  .vietnam-smtit .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* vietnam-N1 */
.vietnam-N1 {
  overflow: hidden;
  position: relative;
  padding-top: 0rem;
  padding-bottom: 15rem
}

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

.vietnam-N1 .pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem
}

.vietnam-N1 .pillar-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column
}

.vietnam-N1 .pillar-top-line {
  height: 4px;
  width: 100%
}

.vietnam-N1 .blue-line {
  background-color: #0a192f
}

.vietnam-N1 .gold-line {
  background-color: #c5a059
}

.vietnam-N1 .pillar-content {
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  height: 100%
}

.vietnam-N1 .pillar-card-white {
  background-color: #ffffff;
  border: 1px solid #e1e4eb
}

.vietnam-N1 .pillar-card-white .pillar-num {
  color: #c5a059
}

.vietnam-N1 .pillar-card-white .pillar-title,
.vietnam-N1 .pillar-card-white .pillar-subtitle {
  color: #0a192f
}

.vietnam-N1 .pillar-card-white .pillar-desc {
  color: #666666
}

.vietnam-N1 .pillar-card-orange {
  background-color: #e04828
}

.vietnam-N1 .pillar-card-orange .pillar-num,
.vietnam-N1 .pillar-card-orange .pillar-title,
.vietnam-N1 .pillar-card-orange .pillar-subtitle,
.vietnam-N1 .pillar-card-orange .pillar-desc {
  color: #ffffff
}

.vietnam-N1 .pillar-card-navy {
  background-color: #13264E
}

.vietnam-N1 .pillar-card-navy .pillar-num,
.vietnam-N1 .pillar-card-navy .pillar-title,
.vietnam-N1 .pillar-card-navy .pillar-subtitle,
.vietnam-N1 .pillar-card-navy .pillar-desc {
  color: #ffffff
}

.vietnam-N1 .pillar-num {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  display: block
}

.vietnam-N1 .pillar-title {
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.1
}

.vietnam-N1 .pillar-subtitle {
  line-height: 1.4;
  margin-bottom: 3rem;
  font-weight: 600
}

.vietnam-N1 .pillar-desc {
  line-height: 1.6;
  margin-top: auto
}

@media screen and (max-width: 992px) {
  .vietnam-N1 .pillar-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width: 768px) {
  .vietnam-N1 .pillar-grid {
    grid-template-columns: 1fr
  }

  .vietnam-N1 .pillar-content {
    padding: 3rem
  }
}

@media (max-width: 992px) {
  .vietnam-N1 {
    padding-bottom: 10rem
  }
}
/* vietnam-N2 */
.vietnam-N2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem
}

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

.vietnam-N2 .text-bold {
  font-weight: 500 !important
}

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

.vietnam-N2 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #C5A059;
  font-weight: 500
}

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

.vietnam-N2 .stext {
  margin-bottom: 2rem
}

.vietnam-N2 .highlight-shopee {
  color: #e04828;
  font-weight: 400
}

@media (max-width: 992px) {
  .vietnam-N2 {
    padding-top: 1rem;
    padding-bottom: 0
  }

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

  .vietnam-N2 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* vietnam-N3 */
.vietnam-N3 {
  overflow: hidden;
  position: relative;
  padding-top: 0rem;
  padding-bottom: 15rem
}

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

.vietnam-N3 .pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem
}

.vietnam-N3 .pillar-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column
}

.vietnam-N3 .pillar-content {
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  height: 100%
}

.vietnam-N3 .pillar-card-white {
  background-color: #ffffff;
  border: 1px solid #e1e4eb
}

.vietnam-N3 .pillar-card-white .pillar-num {
  color: #c5a059
}

.vietnam-N3 .pillar-card-white .pillar-title {
  color: #0a192f
}

.vietnam-N3 .pillar-card-navy {
  background-color: #13264E
}

.vietnam-N3 .pillar-card-navy .pillar-num,
.vietnam-N3 .pillar-card-navy .pillar-title,
.vietnam-N3 .pillar-card-navy .pillar-desc {
  color: #ffffff
}

.vietnam-N3 .pillar-num {
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: block
}

.vietnam-N3 .pillar-title {
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.3
}

.vietnam-N3 .pillar-desc {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: auto
}

.vietnam-N3 .pillar-desc li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.4rem
}

.vietnam-N3 .pillar-desc li:last-child {
  margin-bottom: 0
}

.vietnam-N3 .pillar-desc li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0
}

@media screen and (max-width: 992px) {
  .vietnam-N3 .pillar-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width: 768px) {
  .vietnam-N3 .pillar-grid {
    grid-template-columns: 1fr
  }

  .vietnam-N3 .pillar-content {
    padding: 2rem
  }
}

@media (max-width: 992px) {
  .vietnam-N3 {
    padding-bottom: 10rem
  }
}
/* vietnam-N4 */
.vietnam-N4 {
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem
}

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

.vietnam-N4 .text-bold {
  font-weight: 500 !important
}

.vietnam-N4 .highlight {
  color: #e04828
}

.vietnam-N4 .highlight2 {
  color: #e04828;
  font-weight: 500 !important
}

.vietnam-N4 .title-area {
  margin-bottom: 1rem
}

.vietnam-N4 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #C5A059;
  font-weight: 500
}

.vietnam-N4 .title-area p {
  margin-bottom: 2rem
}

.vietnam-N4 .stext {
  margin-bottom: 2rem
}

@media (max-width: 992px) {
  .vietnam-N4 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

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

  .vietnam-N4 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* vietnam-N5 */
.vietnam-N5 {
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 15rem
}

.vietnam-N5 .contents-container {
  width: 100%
}

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

.vietnam-N5 .org-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

.vietnam-N5 .org-chart::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 20rem;
  left: 50%;
  width: 2px;
  background-color: #c5a059;
  transform: translateX(-50%);
  z-index: 0
}

.vietnam-N5 .org-row {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1
}

.vietnam-N5 .org-row-top {
  margin-bottom: 2.5rem
}

.vietnam-N5 .org-row-middle {
  margin-bottom: 2.5rem
}

.vietnam-N5 .org-row-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
  width: 100%;
  position: relative
}

.vietnam-N5 .org-branch-line {
  position: absolute;
  top: -4rem;
  left: 16.66%;
  right: 16.66%;
  height: 4rem;
  border-top: 2px solid #c5a059;
  border-left: 2px solid #c5a059;
  border-right: 2px solid #c5a059;
  z-index: 0
}

.vietnam-N5 .org-row-result {
  width: 100%;
  z-index: 1
}

.vietnam-N5 .org-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  z-index: 1
}

.vietnam-N5 .org-row-top .org-card {
  width: 500px;
  max-width: 100%
}

.vietnam-N5 .org-row-middle .org-card {
  width: 420px;
  max-width: 100%
}

.vietnam-N5 .org-card-top {
  background-color: #e04828
}

.vietnam-N5 .org-card-top .org-sub,
.vietnam-N5 .org-card-top .org-title,
.vietnam-N5 .org-card-top .org-desc {
  color: #ffffff;
  text-align: center
}

.vietnam-N5 .org-card-middle {
  background-color: #13264E;
  margin-top: 3rem;
  margin-bottom: 5rem
}

.vietnam-N5 .org-card-middle .org-sub,
.vietnam-N5 .org-card-middle .org-title,
.vietnam-N5 .org-card-middle .org-desc {
  color: #ffffff;
  text-align: center
}

.vietnam-N5 .pillar-top-line {
  height: 4px;
  width: 100%
}

.vietnam-N5 .gray-line {
  background-color: #666
}

.vietnam-N5 .blue-line {
  background-color: #13264E
}

.vietnam-N5 .gold-line {
  background-color: #c5a059
}

.vietnam-N5 .org-content {
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  height: 100%
}

.vietnam-N5 .org-card-white {
  background-color: #ffffff;
  border: 1px solid #e1e4eb
}

.vietnam-N5 .org-card-sky {
  background-color: #F2F9FF;
  border: 1px solid #e1e4eb
}

.vietnam-N5 .org-card-white .org-sub,
.vietnam-N5 .org-card-sky .org-sub {
  color: #c5a059
}

.vietnam-N5 .org-card-white .org-desc,
.vietnam-N5 .org-card-sky .org-desc {
  margin-bottom: 1.5rem
}

.vietnam-N5 .org-sub {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.8rem;
  display: block
}

.vietnam-N5 .org-title {
  font-weight: 700;
  margin-bottom: 0.6rem;
  line-height: 1.1
}

.vietnam-N5 .org-desc {
  line-height: 1.5;
  font-weight: 400
}

.vietnam-N5 .org-list {
  list-style: none;
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #eaeaea
}

.vietnam-N5 .org-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.4rem
}

.vietnam-N5 .org-list li:last-child {
  margin-bottom: 0
}

.vietnam-N5 .org-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c5a059;
  font-weight: bold
}

.vietnam-N5 .org-result-bar {
  background-color: #13264E;
  border-radius: 6px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05)
}

.vietnam-N5 .result-label {
  color: #c5a059;
  letter-spacing: 1px;
  white-space: nowrap
}

.vietnam-N5 .result-text {
  color: #ffffff;
  line-height: 1.4
}

.vietnam-N5 .highlight1 {
  color: #c5a059
}

@media screen and (max-width: 768px) {
  .vietnam-N5 {
    padding-top: 0.5rem;
    padding-bottom: 10rem
  }

  .vietnam-N5 .org-chart::before {
    bottom: calc(100% - 40rem)
  }

  .vietnam-N5 .org-row-bottom {
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 0 1rem 1rem 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    -webkit-overflow-scrolling: touch
  }

  .vietnam-N5 .org-row-bottom::-webkit-scrollbar {
    height: 4px
  }

  .vietnam-N5 .org-row-bottom::-webkit-scrollbar-thumb {
    background-color: #c5a059;
    border-radius: 2px
  }

  .vietnam-N5 .org-row-bottom .org-card {
    min-width: 260px;
    flex: 0 0 78%;
    scroll-snap-align: start
  }

  .vietnam-N5 .org-content {
    padding: 2rem;
    height: 100%
  }

  .vietnam-N5 .org-card-middle {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .vietnam-N5 .org-branch-line {
    top: -2rem;
    height: 2rem
  }

  .vietnam-N5 .org-result-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 1.2rem
  }
}
/* shopee-S0 */
.shopee-S0 {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 3rem
}

.shopee-S0 .contents-inner {
  width: 100%
}

.shopee-S0 .text-bold {
  font-weight: 500 !important
}

.shopee-S0 .title-area {
  margin-bottom: 1rem
}

.shopee-S0 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #e04828;
  font-weight: 500
}

.shopee-S0 .title-area p {
  margin-bottom: 2rem
}

.shopee-S0 .stext {
  margin-bottom: 2rem
}

.shopee-S0 .highlight1 {
  color: #e04828
}

@media (max-width: 992px) {
  .shopee-S0 {
    padding-top: 10rem;
    padding-bottom: 0rem
  }

  .shopee-S0 .title-area {
    margin-bottom: 3rem
  }

  .shopee-S0 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* shopee-S1 */
.shopee-S1 {
  overflow: hidden;
  position: relative;
  padding-top: 0rem;
  padding-bottom: 10rem
}

.shopee-S1 .contents-container {
  width: 100%
}

.shopee-S1 .vietnam-grid-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 2rem;
  align-items: start
}

.shopee-S1 .vietnam-contact-card {
  background-color: #ffffff;
  border: 1px solid #e1e4eb;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column
}

.shopee-S1 .contact-content {
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column
}

.shopee-S1 .contact-sub {
  letter-spacing: 1px;
  color: #e04828;
  margin-bottom: 1rem;
  display: block;
  font-weight: 700
}

.shopee-S1 .contact-title {
  margin-bottom: 2rem;
  line-height: 1.2;
  font-weight: 700
}

.shopee-S1 .contact-image-wrap {
  width: 100%;
  margin-bottom: 1.6rem;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f8f9fa;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center
}

.shopee-S1 .contact-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block
}

.shopee-S1 .contact-name {
  color: #0a192f;
  display: block;
  margin-bottom: 0.5rem
}

.shopee-S1 .contact-name .eng-name {
  font-weight: 400;
  color: #666
}

.shopee-S1 .contact-desc {
  color: #666666;
  line-height: 1.5
}

.shopee-S1 .vietnam-right-stack {
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.shopee-S1 .pillar-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column
}

.shopee-S1 .pillar-top-line {
  height: 4px;
  width: 100%
}

.shopee-S1 .orange-line {
  background-color: #e04828
}

.shopee-S1 .blue-line {
  background-color: #13264E
}

.shopee-S1 .gold-line {
  background-color: #c5a059
}

.shopee-S1 .pillar-content {
  padding: 3rem 3rem;
  display: flex;
  flex-direction: column;
  height: 100%
}

.shopee-S1 .pillar-card-white {
  background-color: #ffffff;
  border: 1px solid #e1e4eb
}

.shopee-S1 .pillar-card-white:nth-child(1) .pillar-num {
  color: #e04828
}

.shopee-S1 .pillar-card-white:nth-child(2) .pillar-num {
  color: #0a192f
}

.shopee-S1 .pillar-card-white .pillar-title {
  color: #0a192f
}

.shopee-S1 .pillar-card-white .pillar-desc {
  color: #666666
}

.shopee-S1 .pillar-card-navy {
  background-color: #13264E
}

.shopee-S1 .pillar-card-navy .pillar-num {
  color: #c5a059
}

.shopee-S1 .pillar-card-navy .pillar-title,
.shopee-S1 .pillar-card-navy .pillar-desc {
  color: #ffffff
}

.shopee-S1 .pillar-num {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  display: block
}

.shopee-S1 .pillar-title {
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2
}

.shopee-S1 .pillar-desc {
  line-height: 1.6
}

.shopee-S1 .highlight1 {
  color: #e04828
}

@media screen and (max-width: 768px) {
  .shopee-S1 .vietnam-grid-layout {
    grid-template-columns: 1fr
  }

  .shopee-S1 .vietnam-contact-card {
    max-width: 100%
  }

  .shopee-S1 .pillar-content,
  .shopee-S1 .contact-content {
    padding: 2rem 1.5rem
  }

  .shopee-S1 .contact-image-wrap {
    width: 100%;
    margin-bottom: 1.6rem;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f8f9fa;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center
  }
}

@media (max-width: 992px) {
  .shopee-S1 {
    padding-bottom: 7rem
  }
}
/* shopee-S2 */
.shopee-S2 {
  overflow: hidden;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 3rem
}

.shopee-S2.contents-inner {
  width: 100%
}

.shopee-S2 .text-bold {
  font-weight: 500 !important
}

.shopee-S2 .title-area {
  margin-bottom: 1rem
}

.shopee-S2 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #e04828;
  font-weight: 500
}

.shopee-S2 .title-area p {
  margin-bottom: 2rem
}

.shopee-S2 .stext {
  margin-bottom: 2rem
}

.shopee-S2 .highlight1 {
  color: #e04828
}

.shopee-S2 .highlight2 {
  color: #e04828;
  font-weight: 400
}

@media (max-width: 992px) {
  .shopee-S2 {
    padding-top: 5rem;
    padding-bottom: 0rem
  }

  .shopee-S2 .title-area {
    margin-bottom: 3rem
  }

  .shopee-S2 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* shopee-S3 */
.shopee-S3 {
  overflow: hidden;
  position: relative;
  padding-bottom: 2rem
}

.shopee-S3.contents-inner {
  width: 100%
}

.shopee-S3 .shopee-stats-wrapper {
  background-color: #13264E;
  padding: 3rem 4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  border-radius: 4px
}

.shopee-S3 .stat-item {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.shopee-S3 .stat-main {
  display: flex;
  align-items: baseline;
  gap: 0.8rem
}

.shopee-S3 .stat-num {
  font-weight: 600;
  line-height: 1
}

.shopee-S3 .highlight {
  color: #e04828
}

.shopee-S3 .stat-label {
  color: #ffffff
}

.shopee-S3 .stat-desc-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem
}

.shopee-S3 .desc-line1 {
  color: #ffffff;
  margin: 0
}

.shopee-S3 .desc-line2 {
  color: #ffffff;
  margin: 0
}

.shopee-S3 .gold-text {
  color: #c5a059
}

@media screen and (max-width: 1024px) {
  .shopee-S3 .shopee-stats-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem
  }
}

@media screen and (max-width: 768px) {
  .shopee-S3 .shopee-stats-wrapper {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding: 2.5rem 1.5rem
  }
}

@media (max-width: 992px) {
  .shopee-S3 {}
}
/* shopee-S4 */
.shopee-S4 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem;
  padding-top: 3rem
}

.shopee-S4 .contents-inner {
  width: 100%
}

.shopee-S4 .slide-area {
  width: 100vw;
  overflow: hidden
}

.shopee-S4 .swiper {
  overflow: visible;
  margin-top: 5rem;
  width: 100%
}

.shopee-S4 .swiper-slide {
  max-width: 73rem;
  transition: transform 0.3s
}

.shopee-S4 .swiper-slide-active {
  transform: translateY(-6.6rem)
}

.shopee-S4 .swiper-slide a {
  display: block;
  width: 100%
}

.shopee-S4 .thumb {
  width: 100%;
  height: 45rem;
  box-shadow: 0px 3px 20px rgba(var(--black-rgb), 0.16)
}

.shopee-S4 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.shopee-S4 .desc {
  margin-top: 1.6rem;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  text-align: center
}

.shopee-S4 .swiper-slide-active .desc {
  opacity: 1;
  visibility: visible;
  height: auto
}

.shopee-S4 .desc p {
  margin-bottom: 0.4rem;
  color: #111;
  font-weight: var(--fw-medium)
}

.shopee-S4 .desc span {
  color: #979797
}

.shopee-S4 .control {
  display: flex;
  align-items: center;
  gap: 3rem
}

.shopee-S4 .swiper-pagination {
  position: static;
  width: 100%;
  background-color: #e9e9e9;
  border-radius: 1rem
}

.shopee-S4 .swiper-pagination-progressbar-fill {
  background-color: #111;
  border-radius: 1rem
}

.shopee-S4 .btn-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem
}

.shopee-S4 .btn-wrap [class*="btn-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  background: transparent
}

.shopee-S4 .btn-wrap [class*="btn-"] img {
  width: 100%;
  height: 100%
}

@media (max-width: 992px) {
  .shopee-S4 {
    padding-bottom: 6rem
  }

  .shopee-S4 .swiper {
    margin-top: 0
  }

  .shopee-S4 .swiper-slide {
    max-width: 34rem
  }

  .shopee-S4 .swiper-slide-active {
    transform: translateY(-3rem)
  }

  .shopee-S4 .thumb {
    height: 25rem
  }

  .shopee-S4 .desc {
    margin-top: 0.8rem
  }

  .shopee-S4 .desc p {
    margin-bottom: 0.4rem
  }

  .shopee-S4 .control {
    gap: 2rem
  }

  .shopee-S4 .btn-wrap {
    gap: 0.6rem
  }

  .shopee-S4 .btn-wrap [class*="btn-"] {
    width: 2rem;
    height: 2rem
  }
}
/* shopee-S5 */
.shopee-S5 {
  overflow: hidden;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 3rem
}

.shopee-S5 .contents-inner {
  width: 100%
}

.shopee-S5 .text-bold {
  font-weight: 500 !important
}

.shopee-S5 .title-area {
  margin-bottom: 1rem
}

.shopee-S5 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #e04828;
  font-weight: 500
}

.shopee-S5 .title-area p {
  margin-bottom: 2rem
}

.shopee-S5 .stext {
  margin-bottom: 2rem
}

.shopee-S5 .highlight1 {
  color: #e04828
}

.shopee-S5 .highlight2 {
  color: #e04828;
  font-weight: 400
}

@media (max-width: 992px) {
  .shopee-S5 {
    padding-top: 5rem;
    padding-bottom: 0.5rem
  }

  .shopee-S5 .title-area {
    margin-bottom: 3rem
  }

  .shopee-S5 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* shopee-S6 */
.shopee-S6 {
  overflow: hidden;
  position: relative;
  padding-bottom: 15rem
}

.shopee-S6.contents-inner {
  width: 100%
}

.shopee-S6 .shopee-grid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem
}

.shopee-S6 .pillar-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column
}

.shopee-S6 .pillar-top-line {
  height: 4px;
  width: 100%
}

.shopee-S6 .orange-line {
  background-color: #e04828
}

.shopee-S6 .blue-line {
  background-color: #0a192f
}

.shopee-S6 .gold-line {
  background-color: #c5a059
}

.shopee-S6 .pillar-content {
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  height: 100%
}

.shopee-S6 .pillar-card-white {
  background-color: #ffffff;
  border: 1px solid #e1e4eb
}

.shopee-S6 .pillar-card-white:nth-child(1) .pillar-num {
  color: #e04828
}

.shopee-S6 .pillar-card-white:nth-child(2) .pillar-num {
  color: #0a192f
}

.shopee-S6 .pillar-card-white .pillar-title {
  color: #0a192f
}

.shopee-S6 .pillar-card-white .pillar-list li {
  color: #666666
}

.shopee-S6 .pillar-card-navy {
  background-color: #13264E
}

.shopee-S6 .pillar-card-navy .pillar-num {
  color: #c5a059
}

.shopee-S6 .pillar-card-navy .pillar-title,
.shopee-S6 .pillar-card-navy .pillar-list li {
  color: #ffffff
}

.shopee-S6 .pillar-num {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1.2rem;
  display: block
}

.shopee-S6 .pillar-title {
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.3
}

.shopee-S6 .pillar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem
}

.shopee-S6 .pillar-list li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.5
}

.shopee-S6 .pillar-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 700
}

.shopee-S6 .shopee-bottom-banner {
  background-color: #e04828;
  border-radius: 4px;
  padding: 2.5rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05)
}

.shopee-S6 .banner-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem
}

.shopee-S6 .banner-sub {
  font-weight: 700;
  letter-spacing: 1px
}

.shopee-S6 .banner-title {
  font-weight: 700;
  margin: 0
}

.shopee-S6 .banner-right {
  display: flex;
  flex-direction: column;
  gap: 0.4rem
}

.shopee-S6 .banner-right p {
  margin: 0;
  font-weight: 500
}

@media screen and (max-width: 992px) {
  .shopee-S6 .shopee-grid-layout {
    grid-template-columns: 1fr
  }

  .shopee-S6 .shopee-bottom-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem 2rem
  }
}

@media (max-width: 992px) {
  .shopee-S6 {
    padding-bottom: 10rem;
    padding-top: 0.1rem
  }
}
/* vietnam-B1 */
.vietnam-B1 {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 3rem
}

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

.vietnam-B1 .text-bold {
  font-weight: 500 !important
}

.vietnam-B1 .highlight {
  color: #C5A059
}

.vietnam-B1 .title-area {
  margin-bottom: 1rem
}

.vietnam-B1 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #C5A059;
  font-weight: 500
}

.vietnam-B1 .title-area p {
  margin-bottom: 2rem
}

.vietnam-B1 .stext {
  margin-bottom: 2rem
}

@media (max-width: 992px) {
  .vietnam-B1 {
    padding-top: 10rem;
    padding-bottom: 0rem
  }

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

  .vietnam-B1 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* vietnam-B2 */
.vietnam-B2 {
  padding-bottom: 15rem;
  overflow: hidden;
  position: relative
}

.vietnam-B2 .contents-container {
  text-align: center
}

.vietnam-B2 .brand-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 128rem;
  margin: 0 auto
}

.vietnam-B2 .brand-card {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 20rem;
  box-sizing: border-box;
  text-align: center
}

.vietnam-B2 .brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease
}

.vietnam-B2 .brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem
}

.vietnam-B2 .brand-logo img {
  max-width: 75%;
  max-height: 5rem;
  object-fit: contain;
  margin: 0;
  padding: 0;
  display: block
}

.vietnam-B2 .brand-category {
  display: block;
  color: #b89753;
  margin-bottom: 1rem;
  font-weight: 500
}

.vietnam-B2 .brand-desc {
  color: #555555;
  margin: 0;
  line-height: 1.4
}

.vietnam-B2 .brand-pagination {
  display: none
}

.vietnam-B2 .brand-notice {
  max-width: 128rem;
  margin: 0.5rem auto 0 auto
}

@media (max-width: 992px) {
  .vietnam-B2 {
    padding-bottom: 10rem;
    overflow: visible
  }

  .vietnam-B2 .brand-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 0 1.5rem 1rem;
    margin: 0 -1.5rem 1.5rem -1.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #b89753 #f1f1f1
  }

  .vietnam-B2 .brand-container::-webkit-scrollbar {
    height: 0.5rem
  }

  .vietnam-B2 .brand-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1rem
  }

  .vietnam-B2 .brand-container::-webkit-scrollbar-thumb {
    background: #b89753;
    border-radius: 1rem
  }

  .vietnam-B2 .brand-card {
    flex: 0 0 95%;
    scroll-snap-align: center;
    height: 20rem
  }

  .vietnam-B2 .brand-pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem
  }

  .vietnam-B2 .brand-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #d1d5db;
    transition: background-color 0.3s ease, width 0.3s ease
  }

  .vietnam-B2 .brand-dot.active {
    background-color: #b89753;
    width: 1.25rem;
    border-radius: 0.25rem
  }
}
/* vietnam-B3 */
.vietnam-B3 {
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem
}

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

.vietnam-B3 .text-bold {
  font-weight: 500 !important
}

.vietnam-B3 .highlight {
  color: #C5A059
}

.vietnam-B3 .title-area {
  margin-bottom: 1rem
}

.vietnam-B3 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #C5A059;
  font-weight: 500
}

.vietnam-B3 .title-area p {
  margin-bottom: 2rem
}

.vietnam-B3 .stext {
  margin-bottom: 2rem
}

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

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

  .vietnam-B3 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* vietnam-B4 */
.vietnam-B4 {
  padding-bottom: 15rem;
  overflow: hidden;
  position: relative
}

.vietnam-B4 .contents-container {
  text-align: center
}

.vietnam-B4 .brand-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  max-width: 128rem;
  margin: 0 auto
}

.vietnam-B4 .brand-card {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 20rem;
  box-sizing: border-box;
  text-align: center
}

.vietnam-B4 .brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease
}

.vietnam-B4 .brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem
}

.vietnam-B4 .brand-logo img {
  max-width: 75%;
  max-height: 5rem;
  object-fit: contain;
  margin: 0;
  padding: 0;
  display: block
}

.vietnam-B4 .brand-category {
  display: block;
  margin-bottom: 1rem;
  font-weight: 500
}

.vietnam-B4 .brand-desc {
  color: #555555;
  margin: 0;
  line-height: 1.4
}

.vietnam-B4 .brand-pagination {
  display: none
}

.vietnam-B4 .brand-notice {
  max-width: 128rem;
  margin: 0.5rem auto 0 auto
}

@media (max-width: 992px) {
  .vietnam-B4 {
    padding-bottom: 10rem;
    overflow: visible
  }

  .vietnam-B4 .brand-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 0 1.5rem 1rem;
    margin: 0 -1.5rem 1.5rem -1.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #b89753 #f1f1f1
  }

  .vietnam-B4 .brand-container::-webkit-scrollbar {
    height: 0.5rem
  }

  .vietnam-B4 .brand-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1rem
  }

  .vietnam-B4 .brand-container::-webkit-scrollbar-thumb {
    background: #b89753;
    border-radius: 1rem
  }

  .vietnam-B4 .brand-card {
    flex: 0 0 95%;
    scroll-snap-align: center;
    height: 20rem
  }

  .vietnam-B4 .brand-pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem
  }

  .vietnam-B4 .brand-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #d1d5db;
    transition: background-color 0.3s ease, width 0.3s ease
  }

  .vietnam-B4 .brand-dot.active {
    background-color: #b89753;
    width: 1.25rem;
    border-radius: 0.25rem
  }
}
/* vietnam-B5 */
.vietnam-B5 {
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem
}

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

.vietnam-B5 .text-bold {
  font-weight: 500 !important
}

.vietnam-B5 .highlight {
  color: #C5A059
}

.vietnam-B5 .title-area {
  margin-bottom: 1rem
}

.vietnam-B5 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #C5A059;
  font-weight: 500
}

.vietnam-B5 .title-area p {
  margin-bottom: 2rem
}

.vietnam-B5 .stext {
  margin-bottom: 2rem
}

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

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

  .vietnam-B5 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* vietnam-B8 */
.vietnam-B8 {
  overflow: hidden;
  position: relative;
  padding-bottom: 2rem
}

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

.vietnam-B8 .shopee-stats-wrapper {
  background-color: #13264E;
  padding: 3rem 4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  border-radius: 4px
}

.vietnam-B8 .stat-item {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.vietnam-B8 .stat-main {
  display: flex;
  align-items: baseline;
  gap: 0.8rem
}

.vietnam-B8 .stat-num {
  font-weight: 600;
  line-height: 1
}

.vietnam-B8 .highlight {
  color: #C5A059
}

.vietnam-B8 .stat-label {
  color: #ffffff
}

.vietnam-B8 .stat-desc-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem
}

.vietnam-B8 .desc-line1 {
  color: #ffffff;
  margin: 0
}

.vietnam-B8 .desc-line2 {
  color: #ffffff;
  margin: 0
}

.vietnam-B8 .gold-text {
  color: #c5a059
}

@media screen and (max-width: 1024px) {
  .vietnam-B8 .shopee-stats-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem
  }
}

@media screen and (max-width: 768px) {
  .vietnam-B8 .shopee-stats-wrapper {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding: 2.5rem 1.5rem
  }
}

@media (max-width: 992px) {
  .vietnam-B8 {}
}
/* vietnam-B7 */
.vietnam-B7 {
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 4rem
}

.vietnam-B7 .contents-container {
  text-align: center
}

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

.vietnam-B7 .tag-item {
  border: 0.0625rem solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.02);
  overflow: hidden;
  text-overflow: ellipsis
}

@media (max-width: 992px) {
  .vietnam-B7 .tag-box {
    padding: 4rem 1.5rem
  }

  .vietnam-B7 .tag-list {
    grid-template-columns: repeat(3, 1fr)
  }

  .vietnam-B7 .tag-item {
    padding: 1rem 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem
  }
}
/* vietnam-B6 */
.vietnam-B6 {
  overflow: hidden;
  position: relative;
  padding-bottom: 2rem
}

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

.vietnam-B6 .shopee-stats-wrapper {
  background-color: #13264E;
  padding: 3rem 4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  border-radius: 4px
}

.vietnam-B6 .stat-item {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.vietnam-B6 .stat-main {
  display: flex;
  align-items: baseline;
  gap: 0.8rem
}

.vietnam-B6 .stat-num {
  line-height: 1
}

.vietnam-B6 .highlight {
  color: #C5A059;
  font-weight: 400
}

.vietnam-B6 .stat-label {
  color: #ffffff
}

.vietnam-B6 .stat-desc-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem
}

.vietnam-B6 .desc-line1 {
  color: #ffffff;
  margin: 0
}

@media screen and (max-width: 1024px) {
  .vietnam-B6 .shopee-stats-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem
  }
}

@media screen and (max-width: 768px) {
  .vietnam-B6 .shopee-stats-wrapper {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding: 2.5rem 1.5rem
  }
}

@media (max-width: 992px) {
  .vietnam-B6 {}
}
/* vietnam-B9 */
.vietnam-B9 {
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 8rem
}

.vietnam-B9 .contents-container {
  text-align: center
}

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

.vietnam-B9 .tag-item {
  border: 0.0625rem solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.02);
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #ffffff;
  color: #111111
}

.vietnam-B9 .tag-item.is-blue {
  background-color: #13264E;
  border-color: #0d1b2a;
  color: #ffffff
}

.vietnam-B9 .tag-item.is-more {
  background-color: #f1f5f9;
  color: #64748b;
  border-color: #e2e8f0
}

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

  .vietnam-B9 .tag-list {
    grid-template-columns: repeat(3, 1fr)
  }

  .vietnam-B9 .tag-item {
    padding: 1rem 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem
  }
}
/* vietnam-M1 */
.vietnam-M1 {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 3rem
}

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

.vietnam-M1 .text-bold {
  font-weight: 500 !important
}

.vietnam-M1 .highlight {
  color: #C5A059
}

.vietnam-M1 .title-area {
  margin-bottom: 1rem
}

.vietnam-M1 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #C5A059;
  font-weight: 500
}

.vietnam-M1 .title-area p {
  margin-bottom: 2rem
}

@media (max-width: 992px) {
  .vietnam-M1 {
    padding-top: 10rem;
    padding-bottom: 0rem
  }

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

  .vietnam-M1 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* vietnam-M2 */
.vietnam-M2 {}

.vietnam-M1 {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 3rem
}

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

.vietnam-M2 .top-cards-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem
}

.vietnam-M2 .arrow-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C5A059
}

.vietnam-M2 .step-arrow {
  width: 3rem;
  height: 3rem
}

.vietnam-M2 .m2-card {
  background-color: #ffffff;
  border: 0.0625rem solid #e2e8f0;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.02);
  position: relative;
  box-sizing: border-box;
  height: 100%
}

.vietnam-M2 .m2-card.border-black {
  border-left: 0.5rem solid #666
}

.vietnam-M2 .m2-card.border-blue {
  border-left: 0.5rem solid #13264E
}

.vietnam-M2 .m2-card.is-blue {
  background-color: #13264E;
  border-left: 0.375rem solid #C5A059;
  color: #ffffff
}

.vietnam-M2 .card-number {
  font-weight: 700;
  color: #13264E;
  margin-bottom: 1.5rem
}

.vietnam-M2 .m2-card.is-blue .card-number {
  color: #ffffff
}

.vietnam-M2 .card-subtitle {
  color: #C5A059;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem
}

.vietnam-M2 .card-title {
  font-weight: 700;
  color: #111111;
  margin-bottom: 1.5rem
}

.vietnam-M2 .m2-card.is-blue .card-title {
  color: #ffffff
}

.vietnam-M2 .card-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.vietnam-M2 .card-list li {
  color: #475569;
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 1rem;
  line-height: 1.5
}

.vietnam-M2 .card-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  font-weight: bold
}

.vietnam-M2 .m2-card.is-blue .card-list li {
  color: #e2e8f0
}

.vietnam-M2 .section-sub-title {
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  color: #13264E
}

.vietnam-M2 .bottom-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem
}

.vietnam-M2 .sub-card {
  background-color: #ffffff;
  border: 0.0625rem solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.02);
  box-sizing: border-box
}

.vietnam-M2 .sub-card.is-blue {
  background-color: #13264E;
  border-color: #13264E;
  color: #ffffff
}

.vietnam-M2 .sub-card-title {
  font-weight: 700;
  color: #111111;
  margin-bottom: 0.5rem
}

.vietnam-M2 .sub-card.is-blue .sub-card-title {
  color: #ffffff
}

.vietnam-M2 .sub-card-subtitle {
  color: #C5A059;
  letter-spacing: 0.05em;
  margin-bottom: 1rem
}

.vietnam-M2 .sub-card-desc {
  color: #475569;
  line-height: 1.5
}

.vietnam-M2 .sub-card.is-blue .sub-card-desc {
  color: #e2e8f0
}

@media (max-width: 992px) {
  .vietnam-M2 .top-cards-grid {
    grid-template-columns: 1fr
  }

  .vietnam-M2 .arrow-wrap {
    transform: rotate(90deg);
    margin: 0.5rem 0
  }

  .vietnam-M2 .bottom-cards-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .vietnam-M2 {}
}

@media (max-width: 576px) {
  .vietnam-M2 .bottom-cards-grid {
    grid-template-columns: 1fr
  }
}
/* vietnam-M3 */
.vietnam-M3 {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 3rem
}

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

.vietnam-M3 .text-bold {
  font-weight: 500 !important
}

.vietnam-M3 .highlight {
  color: #C5A059
}

.vietnam-M3 .title-area {
  margin-bottom: 1rem
}

.vietnam-M3 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #C5A059;
  font-weight: 500
}

.vietnam-M3 .title-area p {
  margin-bottom: 2rem
}

.vietnam-M3 .stext {
  margin-bottom: 2rem
}

@media (max-width: 992px) {
  .vietnam-M3 {
    padding-top: 10rem;
    padding-bottom: 0rem
  }

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

  .vietnam-M3 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* vietnam-M4 */
.vietnam-M4 {
  overflow: hidden;
  position: relative
}

.vietnam-M4 .contents-container {
  width: 100%
}

.vietnam-M4 .highlight {
  color: #C5A059
}

.vietnam-M4 .m4-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem
}

.vietnam-M4 .arrow-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #C5A059;
  text-align: center
}

.vietnam-M4 .step-arrow {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem
}

.vietnam-M4 .arrow-text {
  font-weight: 500;
  color: #C5A059;
  line-height: 1.2
}

.vietnam-M4 .m4-card {
  background-color: #ffffff;
  border: 0.065rem solid #e2e8f0;
  border-left: 0.5rem solid #13264E;
  border-radius: 1rem;
  padding: 4rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  height: 100%
}

.vietnam-M4 .m4-card.is-blue {
  background-color: #13264E;
  border-color: #13264E;
  border-left: 0.5rem solid #C5A059;
  color: #ffffff
}

.vietnam-M4 .card-subtitle {
  color: #C5A059;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem
}

.vietnam-M4 .card-title {
  font-weight: 700;
  color: #111111;
  margin-bottom: 3rem;
  line-height: 1.4
}

.vietnam-M4 .m4-card.is-blue .card-title {
  color: #ffffff
}

.vietnam-M4 .card-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.vietnam-M4 .card-list li {
  color: #475569;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 1rem;
  line-height: 1.5
}

.vietnam-M4 .card-list li:last-child {
  margin-bottom: 0
}

.vietnam-M4 .card-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  font-weight: bold
}

.vietnam-M4 .card-list li strong {
  display: block;
  font-weight: 500;
  color: #111111;
  margin-bottom: 0.2rem
}

.vietnam-M4 .m4-card.is-blue .card-list li {
  color: #cbd5e1
}

.vietnam-M4 .m4-card.is-blue .card-list li strong {
  color: #ffffff
}

.vietnam-M4 .m4-bottom-box {
  background-color: #ffffff;
  border: 0.09rem solid #C5A059;
  border-radius: 0.5rem;
  padding: 2rem 2.5rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 4rem;
  box-sizing: border-box
}

.vietnam-M4 .bottom-box-title {
  color: #C5A059;
  letter-spacing: 0.05em;
  white-space: nowrap
}

.vietnam-M4 .bottom-box-desc {
  color: #111111;
  line-height: 1.6;
  font-weight: 500
}

.vietnam-M4 .bottom-box-desc strong {
  font-weight: 700;
  color: #13264E
}

@media (max-width: 992px) {
  .vietnam-M4 .m4-grid {
    grid-template-columns: 1fr
  }

  .vietnam-M4 .arrow-wrap {
    transform: none;
    margin: 1rem 0
  }

  .vietnam-M4 .step-arrow {
    transform: rotate(90deg)
  }

  .vietnam-M4 .m4-bottom-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem
  }

  .vietnam-M4 {}
}
/* vietnam-M5 */
.vietnam-M5 {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 3rem
}

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

.vietnam-M5 .text-bold {
  font-weight: 500 !important
}

.vietnam-M5 .highlight {
  color: #C5A059
}

.vietnam-M5 .title-area {
  margin-bottom: 1rem
}

.vietnam-M5 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #C5A059;
  font-weight: 500
}

.vietnam-M5 .title-area p {
  margin-bottom: 2rem
}

.vietnam-M5 .stext {
  margin-bottom: 2rem
}

@media (max-width: 992px) {
  .vietnam-M5 {
    padding-top: 10rem;
    padding-bottom: 0rem
  }

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

  .vietnam-M5 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* vietnam-M6 */
.vietnam-M6 {
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 15rem
}

.vietnam-M6 .contents-container {
  width: 100%
}

.vietnam-M6 .m6-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 2.5rem
}

.vietnam-M6 .m6-card {
  border: 0.0625rem solid #e2e8f0;
  border-radius: 1rem;
  padding: 4rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  height: 100%
}

.vietnam-M6 .m6-card.border-black {
  border-left: 0.5rem solid #333
}

.vietnam-M6 .m6-card.border-navy {
  border-left: 0.5rem solid #3C65B8
}

.vietnam-M6 .m6-card.border-blue {
  border-left: 0.5rem solid #2A4F9E
}

.vietnam-M6 .m6-card.is-blue {
  background-color: #13264E;
  border-left: 0.5rem solid #C5A059;
  color: #ffffff
}

.vietnam-M6 .card-top-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem
}

.vietnam-M6 .card-number {
  font-weight: 700;
  color: #13264E;
  line-height: 1
}

.vietnam-M6 .m6-card.is-blue .card-number {
  color: #ffffff
}

.vietnam-M6 .card-titles {
  display: flex;
  flex-direction: column;
  gap: 0.25rem
}

.vietnam-M6 .card-subtitle {
  color: #C5A059;
  letter-spacing: 0.05em
}

.vietnam-M6 .card-title {
  font-weight: 700;
  color: #111111;
  line-height: 1.3
}

.vietnam-M6 .m6-card.is-blue .card-title {
  color: #ffffff
}

.vietnam-M6 .card-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.vietnam-M6 .card-list li {
  color: #475569;
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 1rem;
  line-height: 1.5
}

.vietnam-M6 .card-list li:last-child {
  margin-bottom: 0
}

.vietnam-M6 .card-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  font-weight: bold
}

.vietnam-M6 .m6-card.is-blue .card-list li {
  color: #e2e8f0
}

.vietnam-M6 .m6-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem
}

.vietnam-M6 .footer-highlight {
  font-weight: 700;
  color: #111111
}

@media (max-width: 992px) {
  .vietnam-M6 .m6-grid {
    grid-template-columns: 1fr
  }

  .vietnam-M6 {}
}
/* vietnam-K1 */
.vietnam-K1 {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 3rem
}

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

.vietnam-K1 .text-bold {
  font-weight: 500 !important
}

.vietnam-K1 .highlight {
  color: #C5A059
}

.vietnam-K1 .title-area {
  margin-bottom: 1rem
}

.vietnam-K1 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #C5A059;
  font-weight: 500
}

.vietnam-K1 .title-area p {
  margin-bottom: 2rem
}

.vietnam-K1 .stext {
  margin-bottom: 2rem
}

@media (max-width: 992px) {
  .vietnam-K1 {
    padding-top: 10rem;
    padding-bottom: 0rem
  }

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

  .vietnam-K1 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* vietnam-K2 */
.vietnam-K2 .phase-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem
}

.vietnam-K2 .phase-card {
  background-color: #ffffff;
  border: 0.0625rem solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.vietnam-K2 .phase-card-header {
  padding: 3rem;
  border-bottom: 0.0625rem solid #cbd5e1
}

.vietnam-K2 .phase-subtitle {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.7rem
}

.vietnam-K2 .phase-title {
  font-weight: 600
}

.vietnam-K2 .phase-card-body {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-grow: 1
}

.vietnam-K2 .kpi-item {
  border-bottom: 0.0625rem solid #f1f5f9;
  padding-bottom: 1.25rem
}

.vietnam-K2 .kpi-item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.vietnam-K2 .kpi-label {
  margin-bottom: 0.5rem
}

.vietnam-K2 .kpi-value {
  font-weight: 700
}

.vietnam-K2 .kpi-value span {
  color: #C5A059
}

.vietnam-K2 .kpi-desc {
  line-height: 1.5
}

.vietnam-K2 .notice-text {
  margin-top: 1rem
}

.vietnam-K2 .phase-card.is-phase1 .phase-card-header {
  background-color: #f1f5f9
}

.vietnam-K2 .phase-card.is-phase1 .phase-subtitle {
  color: #64748b
}

.vietnam-K2 .phase-card.is-phase1 .phase-title {
  color: #111111
}

.vietnam-K2 .phase-card.is-phase1 .kpi-value {
  color: #13264E
}

.vietnam-K2 .phase-card.is-phase2 .phase-card-header {
  background-color: #13264E
}

.vietnam-K2 .phase-card.is-phase2 .phase-subtitle {
  color: #C5A059
}

.vietnam-K2 .phase-card.is-phase2 .phase-title {
  color: #ffffff
}

.vietnam-K2 .phase-card.is-phase2 .kpi-value {
  color: #13264E
}

.vietnam-K2 .phase-card.is-phase3 {
  background-color: #13264E;
  color: #ffffff
}

.vietnam-K2 .phase-card.is-phase3 .phase-card-header {
  background-color: #C5A059;
  border-bottom-color: #b08d4b
}

.vietnam-K2 .phase-card.is-phase3 .phase-subtitle {
  color: #13264E
}

.vietnam-K2 .phase-card.is-phase3 .phase-title {
  color: #ffffff
}

.vietnam-K2 .phase-card.is-phase3 .kpi-item {
  border-bottom-color: rgba(255, 255, 255, 0.1)
}

.vietnam-K2 .phase-card.is-phase3 .kpi-label {
  color: #94a3b8
}

.vietnam-K2 .phase-card.is-phase3 .kpi-value {
  color: #ffffff
}

.vietnam-K2 .phase-card.is-phase3 .kpi-desc {
  color: #ffffff
}

@media (max-width: 992px) {
  .vietnam-K2 .phase-cards-grid {
    grid-template-columns: 1fr
  }

  .vietnam-K2 .phase-card-header,
  .vietnam-K2 .phase-card-body {
    padding: 1.7rem
  }
}
/* vietnam-K3 */
.vietnam-K3 {
  overflow: hidden;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 3rem
}

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

.vietnam-K3 .text-bold {
  font-weight: 500 !important
}

.vietnam-K3 .highlight {
  color: #C5A059
}

.vietnam-K3 .title-area {
  margin-bottom: 1rem
}

.vietnam-K3 .title-area h2 {
  margin-bottom: 1.6rem;
  color: #C5A059;
  font-weight: 500
}

.vietnam-K3 .title-area p {
  margin-bottom: 2rem
}

.vietnam-K3 .stext {
  margin-bottom: 2rem
}

@media (max-width: 992px) {
  .vietnam-K3 {
    padding-top: 10rem;
    padding-bottom: 0rem
  }

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

  .vietnam-K3 .title-area h2 {
    margin-bottom: 0.8rem
  }
}
/* vietnam-K4 */
.vietnam-K4 {
  padding-bottom: 3rem
}

.vietnam-K4 .timeline-container {
  width: 100%;
  padding: 3rem 0;
  position: relative
}

.vietnam-K4 .timeline-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem
}

.vietnam-K4 .timeline-grid::before {
  content: "";
  position: absolute;
  top: calc(6rem + 1rem + 1.3rem);
  left: 0%;
  width: 80%;
  height: 0.2rem;
  background-color: #13264E;
  z-index: 1
}

.vietnam-K4 .timeline-grid::after {
  content: "";
  position: absolute;
  top: calc(6rem + 1rem + 1.3rem);
  left: 80%;
  width: 20%;
  height: 0.2rem;
  background-color: #C5A059;
  z-index: 1
}

.vietnam-K4 .timeline-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left
}

.vietnam-K4 .timeline-header {
  height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
  width: 100%
}

.vietnam-K4 .timeline-quarter {
  color: #C5A059;
  font-weight: 600;
  margin-bottom: 0.5rem
}

.vietnam-K4 .timeline-title {
  color: #13264E;
  font-weight: 700;
  line-height: 1.4
}

.vietnam-K4 .timeline-axis-wrap {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 100%
}

.vietnam-K4 .timeline-dot {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #13264E;
  border-radius: 50%;
  box-sizing: border-box
}

.vietnam-K4 .timeline-col:last-child .timeline-dot {
  border-color: #C5A059;
  background-color: #C5A059
}

.vietnam-K4 .timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #334155;
  width: 100%
}

.vietnam-K4 .timeline-list li {
  margin-bottom: 0.5rem;
  line-height: 1.6
}

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

  .vietnam-K4 .timeline-grid {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
  }

  .vietnam-K4 .timeline-grid::before {
    top: 0;
    bottom: calc(20% + 1.25rem);
    left: 0.6rem;
    width: 0.125rem;
    height: 80%;
    background-color: #13264E
  }

  .vietnam-K4 .timeline-grid::after {
    top: auto;
    bottom: 0;
    left: 0.6rem;
    width: 0.125rem;
    height: calc(20% + 1.25rem);
    background-color: #C5A059
  }

  .vietnam-K4 .timeline-col {
    padding-left: 2.5rem;
    align-items: flex-start
  }

  .vietnam-K4 .timeline-header {
    height: auto;
    margin-bottom: 0.75rem
  }

  .vietnam-K4 .timeline-axis-wrap {
    position: absolute;
    top: 0.5rem;
    left: 0;
    height: auto;
    margin-bottom: 0;
    justify-content: flex-start
  }

  .vietnam-K4 .timeline-dot {
    position: absolute;
    top: 0.1rem;
    left: 0
  }
}
/* vietnam-K5 */
.vietnam-K5 {
  padding-bottom: 15rem
}

.vietnam-K5 .vision-banner {
  background-color: #13264E;
  color: #ffffff;
  padding: 2.5rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box
}

.vietnam-K5 .vision-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem
}

.vietnam-K5 .vision-subtitle {
  color: #C5A059
}

.vietnam-K5 .vision-title {
  color: #ffffff
}

.vietnam-K5 .vision-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -5px
}

.vietnam-K5 .vision-highlight {
  color: #C5A059;
  display: flex;
  align-items: baseline;
  gap: 0.25rem
}

.vietnam-K5 .vision-highlight span {
  color: #fff
}

.vietnam-K5 .vision-desc {
  color: #94a3b8
}

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

  .vietnam-K5 .vision-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem
  }

  .vietnam-K5 .vision-right {
    align-items: flex-start;
    text-align: left
  }
}
/* gb5-board-N6 */
.gb5-board-N6 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.gb5-board-N6 .contents-inner {
  width: 100%
}

.gb5-board-N6 .textset {
  margin-bottom: 4rem
}

.gb5-board-N6 .textset .textset-tit {
  font-weight: var(--fw-bold)
}

.gb5-board-N6 .contents-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid var(--border-color)
}

.gb5-board-N6 .inputset {
  flex-basis: 28rem;
  display: flex;
  align-items: center;
  position: relative
}

.gb5-board-N6 .inputset button {
  background: none;
  border: 0
}

.gb5-board-N6 .inputset.inputset-icon .icon {
  width: 1.6rem;
  height: 1.6rem
}

.gb5-board-N6 .inputset.inputset-icon.icon-left .inputset-input {
  padding-left: 4.4rem
}

.gb5-board-N6 .inputset.inputset-icon .ff-ico::before {
  font-size: 1.6rem
}

.gb5-board-N6 .contents-top .inputset-input {
  padding-right: 3rem
}

.gb5-board-N6 .tableset {
  text-align: center
}

.gb5-board-N6 .tableset .tableset-table>thead.thead-border-top>*>* {
  border-top: 1px solid var(--primary);
  border-bottom: 0
}

.gb5-board-N6 .tableset .tableset-table>tbody>*>td.text-left {
  text-align: left
}

.gb5-board-N6 .pagiset {
  margin-top: 4rem
}

.gb5-board-N6 .btn_bo_user {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
  position: relative;
  align-items: flex-end
}

@media (max-width: 992px) {
  .gb5-board-N6 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gb5-board-N6 .textset {
    margin-bottom: 2rem
  }

  .gb5-board-N6 .contents-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem
  }

  .gb5-board-N6 .inputset {
    flex-basis: auto;
    width: 100%
  }

  .gb5-board-N6 .tableset-table {
    min-width: auto
  }

  .gb5-board-N6 .tableset-table .tableset-tit a {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
  }

  .gb5-board-N6 .tableset.tableset-fract .tableset-table {
    display: block
  }

  .gb5-board-N6 .tableset.tableset-fract thead {
    display: none
  }

  .gb5-board-N6 .tableset.tableset-fract tbody {
    display: block;
    border-top: 1px solid var(--primary)
  }

  .gb5-board-N6 .tableset.tableset-fract tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.6rem 0.8rem;
    gap: 0.8rem;
    border-bottom: 1px solid var(--border-color)
  }

  .gb5-board-N6 .tableset.tableset-fract tbody tr td {
    padding: 0 !important;
    border: 0 !important
  }

  .gb5-board-N6 .tableset.tableset-fract .tableset-table td.tableset-mobile {
    display: none
  }

  .gb5-board-N6 .tableset.tableset-fract .tableset-table td.tableset-tit {
    width: 100%;
    max-width: 100%;
    max-height: 2.4rem
  }

  .gb5-board-N6 .tableset.tableset-fract .tableset-table td.tableset-order01 {
    order: 1
  }

  .gb5-board-N6 .tableset.tableset-fract .tableset-table td.tableset-order02 {
    order: 2
  }

  .gb5-board-N6 .tableset.tableset-fract .tableset-table td.tableset-order03 {
    order: 3
  }

  .gb5-board-N6 .tableset.tableset-fract .tableset-table td.tableset-order04 {
    order: 4
  }

  .gb5-board-N6 .tableset.tableset-fract .tableset-table td.tableset-order05 {
    order: 5
  }

  .gb5-board-N6 .tableset.tableset-fract .tableset-table td.tableset-order06 {
    order: 6
  }

  .gb5-board-N6 .pagiset {
    margin-top: 2rem
  }
}
/* 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
  }
}