:root {
  --green1: #0D642F;
  --green2: #10281B;
  --green3: #768C80;
  --black1: #0F0F0F;
  --black2: #070707;
  --black3: #171717;
  --grey1: #B5B5B5;
  --grey2: #8B8B8B;
  --grey3: #434343;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: var(--black1);
  font-family: "Montserrat", serif;
}

.breadcrumb {
  z-index: 1;
  position: relative;
  margin-top: 7.0833333333vw;
  font-weight: 600;
  font-size: 0.8333333333vw;
  padding-left: 12.5vw;
}
.breadcrumb ol {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
.breadcrumb ol li {
  list-style: none;
  color: var(--grey1);
}
.breadcrumb ol li a {
  color: white;
  text-decoration: none;
}
.breadcrumb ol .line {
  width: 0.8333333333vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 41.8229166667vw;
  background-color: var(--black1);
}
.hero .bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero .bg::after {
  content: "";
  position: absolute;
  height: 20.8333333333vw;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent 0%, #0F0F0F 100%);
}
.hero .bg img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 40%;
}
.hero .bg img.bg-pc {
  display: block;
}
.hero .bg img.bg-mobile {
  display: none;
}
.hero .info-wrapper {
  position: absolute;
  left: 12.5vw;
  bottom: 5.2083333333vw;
  width: 43.3333333333vw;
  z-index: 3;
}
.hero .info-wrapper .page-name {
  font-weight: 900;
  font-size: 0.8333333333vw;
  color: white;
  padding: 0.8333333333vw 1.25vw;
  border-radius: 2.65625vw;
  background-color: var(--green1);
  width: max-content;
}
.hero .info-wrapper .title {
  margin-top: 0.8333333333vw;
  font-weight: 400;
  font-size: 3.3333333333vw;
  color: white;
  text-transform: uppercase;
}
.hero .info-wrapper .title span {
  font-weight: 700;
}
.hero .info-wrapper .btn-wish-auto {
  margin-top: 0.8333333333vw;
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: white;
  padding: 0.8333333333vw 1.25vw;
  background-color: var(--green1);
  border-radius: 2.3958333333vw;
  width: max-content;
  transition: color 300ms ease, background-color 300ms ease;
}
.hero .info-wrapper .btn-wish-auto:hover {
  cursor: pointer;
  color: var(--black1);
  background-color: white;
}

.about-description {
  padding: 0px 12.5vw;
  margin-top: 42.03125vw;
  margin-left: auto;
  width: 49.5833333333vw;
  font-weight: 500;
  font-size: 1.25vw;
  color: var(--grey2);
  line-height: 1.71875vw;
}
.about-description span {
  color: white;
}

.advantages-wrapper {
  padding: 0px 12.5vw;
  margin-top: 8.3333333333vw;
}
.advantages-wrapper .title-section {
  display: flex;
  align-items: last baseline;
  justify-content: space-between;
}
.advantages-wrapper .title-section .title {
  font-size: 2.9166666667vw;
  text-transform: uppercase;
  color: var(--grey2);
  font-weight: 400;
}
.advantages-wrapper .title-section .title span {
  display: block;
  color: white;
  font-weight: 800;
}
.advantages-wrapper .title-section .subtitle {
  font-size: 0.8333333333vw;
  color: var(--grey2);
}
.advantages-wrapper .achievement-section {
  margin-top: 4.1666666667vw;
  display: grid;
  gap: 1.25vw;
  grid-template-columns: repeat(2, 1fr);
}
.advantages-wrapper .achievement-section .item {
  background-color: var(--black3);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.advantages-wrapper .achievement-section .item .info {
  margin: 3.125vw 1.953125vw 3.125vw 3.125vw;
}
.advantages-wrapper .achievement-section .item .title {
  font-size: 1.25vw;
  font-weight: 500;
  color: white;
}
.advantages-wrapper .achievement-section .item .description {
  margin-top: 0.8333333333vw;
  font-size: 0.8333333333vw;
  font-weight: 400;
  color: var(--grey2);
}
.advantages-wrapper .achievement-section .item .bg-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14.4791666667vw;
}
.advantages-wrapper .achievement-section .item .imgs {
  height: 100%;
}
.advantages-wrapper .achievement-section .item .ach-img {
  position: relative;
  z-index: 1;
  width: 14.4791666667vw;
  height: 100%;
}

.steeps-work-wrapper {
  margin-top: 8.3333333333vw;
  background-color: var(--green2);
  padding: 8.3333333333vw 12.5vw;
  display: flex;
  justify-content: space-between;
}
.steeps-work-wrapper .management-container {
  width: 30.5208333333vw;
}
.steeps-work-wrapper .management-container .title {
  font-weight: 400;
  font-size: 2.9166666667vw;
  color: var(--green3);
}
.steeps-work-wrapper .management-container .title span {
  font-weight: 700;
  color: white;
}
.steeps-work-wrapper .management-container .switch-main {
  margin-top: 1.875vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125vw;
}
.steeps-work-wrapper .management-container .switch-main .item {
  white-space: nowrap;
  color: var(--green3);
  font-weight: 600;
  font-size: 0.8333333333vw;
  padding: 0.625vw 0.8333333333vw;
  border-radius: 2.65625vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  transition: background-color 300ms ease, color 300ms ease, border 300ms ease;
}
.steeps-work-wrapper .management-container .switch-main .item.active {
  color: var(--green2);
  background-color: white;
  border: 1px solid white;
}
.steeps-work-wrapper .management-container .switch-main .item:hover:not(.active) {
  cursor: pointer;
}
.steeps-work-wrapper .management-container .btn-send-application {
  margin-top: 3.125vw;
  display: flex;
  align-items: center;
  gap: 0.625vw;
  padding: 0.8333333333vw 1.25vw;
  color: white;
  font-weight: 600;
  font-size: 0.8333333333vw;
  background-color: var(--green1);
  border-radius: 2.3958333333vw;
  width: max-content;
  transition: background-color 300ms ease, color 300ms ease;
}
.steeps-work-wrapper .management-container .btn-send-application:hover {
  color: var(--black1);
  background-color: white;
  cursor: pointer;
}
.steeps-work-wrapper .management-container .btn-send-application:hover svg path {
  stroke: var(--black1);
}
.steeps-work-wrapper .management-container .btn-send-application svg {
  width: 0.8333333333vw;
}
.steeps-work-wrapper .management-container .btn-send-application svg path {
  stroke: white;
  transition: stroke 300ms ease;
}
.steeps-work-wrapper .info-container {
  width: 36.875vw;
}
.steeps-work-wrapper .info-container .main-img {
  width: 100%;
  height: 20.8333333333vw;
  overflow: hidden;
}
.steeps-work-wrapper .info-container .main-img img {
  width: 100%;
  height: 20.8333333333vw;
  object-fit: cover;
}
.steeps-work-wrapper .info-container .title-info {
  margin-top: 1.875vw;
  padding: 0px 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.steeps-work-wrapper .info-container .title-info .title {
  font-weight: 600;
  font-size: 1.25vw;
  color: white;
}
.steeps-work-wrapper .info-container .title-info .steep {
  font-weight: 700;
  font-size: 0.8333333333vw;
  color: var(--green1);
}
.steeps-work-wrapper .info-container .main-info {
  margin-top: 2.0833333333vw;
}
.steeps-work-wrapper .info-container .main-info .description {
  padding: 0px 2.0833333333vw;
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: white;
}
.steeps-work-wrapper .info-container .main-info .effects-section {
  position: relative;
}
.steeps-work-wrapper .info-container .main-info .effects-section .effect-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.0833333333vw;
  height: 100%;
  background: linear-gradient(to left, transparent 0%, #10281B 100%);
  z-index: 1;
}
.steeps-work-wrapper .info-container .main-info .effects-section .effect-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.0833333333vw;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, #10281B 100%);
  z-index: 1;
}
.steeps-work-wrapper .info-container .main-info .effects-section .audit-section {
  padding: 0px 2.0833333333vw;
  margin-top: 1.875vw;
  display: none;
  gap: 1.25vw;
  overflow-x: scroll;
  padding-bottom: 1.0416666667vw;
  user-select: none;
  position: relative;
}
.steeps-work-wrapper .info-container .main-info .effects-section .audit-section::-webkit-scrollbar {
  height: 2px;
}
.steeps-work-wrapper .info-container .main-info .effects-section .audit-section::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  margin: 0px 2.0833333333vw;
}
.steeps-work-wrapper .info-container .main-info .effects-section .audit-section::-webkit-scrollbar-thumb {
  background-color: white;
}
.steeps-work-wrapper .info-container .main-info .effects-section .audit-section .item {
  min-width: 17.8125vw;
  width: 17.8125vw;
}
.steeps-work-wrapper .info-container .main-info .effects-section .audit-section .item .title {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
.steeps-work-wrapper .info-container .main-info .effects-section .audit-section .item .title .number {
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: var(--green3);
}
.steeps-work-wrapper .info-container .main-info .effects-section .audit-section .item .title .name {
  font-weight: 700;
  font-size: 0.8333333333vw;
  color: white;
}
.steeps-work-wrapper .info-container .main-info .effects-section .audit-section .item .description {
  margin-top: 0.8333333333vw;
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: var(--green3);
}

.review-wrapper {
  margin-top: 8.3333333333vw;
  padding: 0px 12.5vw;
}
.review-wrapper .title-section {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.review-wrapper .title-section .title {
  width: 49.5833333333vw;
  font-weight: 400;
  font-size: 2.9166666667vw;
  color: white;
}
.review-wrapper .title-section .title span {
  color: var(--green1);
}
.review-wrapper .title-section .buttons-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-wrapper .title-section .buttons-container .btn-open-review {
  text-align: center;
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: white;
  padding: 0.8333333333vw 1.25vw;
  border: 1px solid var(--green1);
  border-radius: 2.65625vw;
}
.review-wrapper .title-section .buttons-container .btns-switch {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
.review-wrapper .title-section .buttons-container .btns-switch .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7083333333vw;
  height: 2.7083333333vw;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 300ms ease, border 300ms ease;
}
.review-wrapper .title-section .buttons-container .btns-switch .btn:hover {
  cursor: pointer;
  background-color: var(--green1);
  border: 1px solid var(--green1);
}
.review-wrapper .title-section .buttons-container .btns-switch .btn svg {
  width: 0.8333333333vw;
}
.review-wrapper .review-main {
  margin-top: 3.75vw;
  display: flex;
  gap: 1.25vw;
  overflow-x: hidden;
  width: 100%;
}
.review-wrapper .review-main .item {
  min-width: calc((100% - 3 * 1.25vw) / 4);
  width: calc((100% - 3 * 1.25vw) / 4);
  transition: transform 300ms ease;
}
.review-wrapper .review-main .item .video {
  width: 100%;
  height: 17.7777777778vh;
}
.review-wrapper .review-main .item .video iframe {
  width: 100%;
  height: 100%;
  height: 10vw;
}
.review-wrapper .review-main .item .info-container {
  margin-top: 1.875vw;
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
.review-wrapper .review-main .item .info-container .title {
  font-weight: 600;
  font-size: 1.25vw;
  color: white;
}
.review-wrapper .review-main .item .info-container .subtitle {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
.review-wrapper .review-main .item .info-container .subtitle .sub-item {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
.review-wrapper .review-main .item .info-container .subtitle .sub-item svg {
  width: 1.0416666667vw;
}
.review-wrapper .review-main .item .info-container .subtitle .sub-item span {
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: white;
}
.review-wrapper .review-main .item .info-container .description {
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: var(--grey2);
}

.faq-wrapper {
  margin-top: 8.3333333333vw;
  padding: 0px 12.5vw;
}
.faq-wrapper .title-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.faq-wrapper .title-container .title {
  width: 55.5729166667vw;
  font-weight: 400;
  font-size: 2.9166666667vw;
  color: white;
}
.faq-wrapper .title-container .title span {
  color: var(--grey2);
}
.faq-wrapper .title-container .section-name {
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: white;
  padding: 0.8333333333vw 1.25vw;
  border-radius: 2.65625vw;
  border: 1px solid var(--green1);
}
.faq-wrapper .faq-main {
  margin-top: 3.75vw;
}
.faq-wrapper .faq-main .item {
  padding: 2.0833333333vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-wrapper .faq-main .item.active .question-item .icon {
  background-color: var(--green1);
  border: 1px solid var(--green1);
}
.faq-wrapper .faq-main .item.active .question-item .icon .open {
  display: none;
}
.faq-wrapper .faq-main .item.active .question-item .icon .close {
  display: block;
}
.faq-wrapper .faq-main .item.active .answer-item {
  margin-top: 1.5625vw;
}
.faq-wrapper .faq-main .item .question-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-wrapper .faq-main .item .question-item:hover {
  cursor: pointer;
}
.faq-wrapper .faq-main .item .question-item:hover .icon {
  background-color: var(--green1);
  border: 1px solid var(--green1);
}
.faq-wrapper .faq-main .item .question-item .title {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}
.faq-wrapper .faq-main .item .question-item .title .number {
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: var(--grey2);
  padding: 0.8333333333vw 1.25vw;
  border-radius: 2.65625vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-wrapper .faq-main .item .question-item .title .name {
  font-weight: 600;
  font-size: 1.25vw;
  color: white;
}
.faq-wrapper .faq-main .item .question-item .icon {
  width: 2.7083333333vw;
  height: 2.7083333333vw;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 300ms ease, border 300ms ease;
}
.faq-wrapper .faq-main .item .question-item .icon svg {
  width: 0.8333333333vw;
}
.faq-wrapper .faq-main .item .question-item .icon .close {
  display: none;
}
.faq-wrapper .faq-main .item .answer-item {
  margin-top: 0px;
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: var(--grey2);
  max-height: 0px;
  overflow: hidden;
  transition: margin-top 300ms ease;
}

@media (max-width: 1024px) {
  .hero {
    height: 178.1170483461vw;
  }
  .hero .bg::after {
    height: 101.7811704835vw;
  }
  .hero .bg img.bg-pc {
    display: none;
  }
  .hero .bg img.bg-mobile {
    display: block;
  }
  .hero .info-wrapper {
    left: 5.0890585242vw;
    right: 5.0890585242vw;
    bottom: 15.2671755725vw;
    width: calc(100% - 10.1781170483vw);
  }
  .hero .info-wrapper .page-name {
    font-size: 4.0712468193vw;
    padding: 3.0534351145vw 4.0712468193vw;
    border-radius: 12.9770992366vw;
  }
  .hero .info-wrapper .title {
    margin-top: 4.0712468193vw;
    font-size: 9.1603053435vw;
  }
  .hero .info-wrapper .btn-wish-auto {
    margin-top: 4.0712468193vw;
    font-size: 4.0712468193vw;
    padding: 4.0712468193vw 6.106870229vw;
    border-radius: 11.7048346056vw;
  }
  .breadcrumb {
    padding: 0 5.0890585242vw;
    margin-top: 24.427480916vw;
    font-size: 4.0712468193vw;
  }
  .breadcrumb ol {
    gap: 3.0534351145vw;
  }
  .breadcrumb ol .line {
    width: 4.0712468193vw;
  }
  .page-wrapper {
    margin-top: 148.6005089059vw;
  }
  .page-wrapper .about-description {
    margin-top: 18.320610687vw;
    padding: 0 5.0890585242vw;
    width: calc(100% - 10.1781170483vw);
    font-size: 5.0890585242vw;
    line-height: 8.3969465649vw;
  }
  .page-wrapper .advantages-wrapper {
    margin-top: 18.320610687vw;
    padding: 0 5.0890585242vw;
  }
  .page-wrapper .advantages-wrapper .title-section {
    flex-direction: column;
    gap: 4.0712468193vw;
  }
  .page-wrapper .advantages-wrapper .title-section .title {
    font-size: 8.1424936387vw;
  }
  .page-wrapper .advantages-wrapper .title-section .subtitle {
    font-size: 4.0712468193vw;
    width: 83.7150127226vw;
  }
  .page-wrapper .advantages-wrapper .achievement-section {
    margin-top: 15.2671755725vw;
    gap: 6.106870229vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .page-wrapper .advantages-wrapper .achievement-section .item {
    flex-direction: column-reverse;
    background-color: var(--black2);
  }
  .page-wrapper .advantages-wrapper .achievement-section .item .imgs {
    position: relative;
    width: 100%;
    height: 52.9262086514vw;
    overflow: hidden;
  }
  .page-wrapper .advantages-wrapper .achievement-section .item .imgs .ach-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-wrapper .advantages-wrapper .achievement-section .item .imgs .bg-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-wrapper .advantages-wrapper .achievement-section .item .info {
    margin: 6.106870229vw;
  }
  .page-wrapper .advantages-wrapper .achievement-section .item .info .title {
    font-size: 6.106870229vw;
  }
  .page-wrapper .advantages-wrapper .achievement-section .item .info .description {
    margin-top: 4.0712468193vw;
    font-size: 4.0712468193vw;
  }
  .page-wrapper .steeps-work-wrapper {
    margin-top: 18.320610687vw;
    padding: 15.2671755725vw 5.0890585242vw;
    flex-direction: column;
  }
  .page-wrapper .steeps-work-wrapper .management-container {
    width: 100%;
  }
  .page-wrapper .steeps-work-wrapper .management-container .title {
    font-size: 8.1424936387vw;
  }
  .page-wrapper .steeps-work-wrapper .management-container .switch-main {
    margin-top: 15.2671755725vw;
    gap: 1.5267175573vw;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .page-wrapper .steeps-work-wrapper .management-container .switch-main .item {
    font-size: 3.0534351145vw;
    padding: 3.0534351145vw 4.0712468193vw;
    border-radius: 12.9770992366vw;
  }
  .page-wrapper .steeps-work-wrapper .management-container .btn-send-application {
    display: none;
  }
  .page-wrapper .steeps-work-wrapper .info-container {
    width: 100%;
    margin-top: 6.106870229vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .main-img {
    height: 51.1450381679vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .main-img img {
    height: 51.1450381679vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .title-info {
    margin-top: 9.1603053435vw;
    padding: 0 6.106870229vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .title-info .title {
    width: 58.524173028vw;
    font-size: 6.106870229vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .title-info .steep {
    font-size: 4.0712468193vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .main-info {
    margin-top: 6.106870229vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .main-info .description {
    padding: 0 6.106870229vw;
    font-size: 4.0712468193vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .main-info .effects-section .effect-1 {
    width: 11.1959287532vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .main-info .effects-section .effect-2 {
    width: 11.1959287532vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .main-info .effects-section .audit-section {
    margin-top: 9.1603053435vw;
    padding: 0 5.0890585242vw;
    gap: 6.106870229vw;
    padding-bottom: 7.1246819338vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .main-info .effects-section .audit-section .item {
    min-width: 61.0687022901vw;
    width: auto;
  }
  .page-wrapper .steeps-work-wrapper .info-container .main-info .effects-section .audit-section .item .title {
    gap: 3.0534351145vw;
    white-space: nowrap;
  }
  .page-wrapper .steeps-work-wrapper .info-container .main-info .effects-section .audit-section .item .title .number {
    font-size: 4.0712468193vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .main-info .effects-section .audit-section .item .title .name {
    font-size: 4.0712468193vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .main-info .effects-section .audit-section .item .description {
    margin-top: 4.0712468193vw;
    font-size: 4.0712468193vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .btn-send-application-mobile {
    display: block;
    margin-top: 15.2671755725vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.0534351145vw;
    background-color: var(--green1);
    padding: 4.0712468193vw 6.106870229vw;
    border-radius: 12.9770992366vw;
  }
  .page-wrapper .steeps-work-wrapper .info-container .btn-send-application-mobile span {
    font-weight: 600;
    font-size: 4.0712468193vw;
    color: white;
  }
  .page-wrapper .steeps-work-wrapper .info-container .btn-send-application-mobile svg {
    width: 4.0712468193vw;
  }
  .page-wrapper .review-wrapper {
    margin-top: 18.320610687vw;
    padding: 0 5.0890585242vw;
  }
  .page-wrapper .review-wrapper .title-section .title {
    width: 100%;
    font-size: 8.1424936387vw;
  }
  .page-wrapper .review-wrapper .title-section .buttons-container {
    display: none;
  }
  .page-wrapper .review-wrapper .review-main {
    margin-top: 15.2671755725vw;
    gap: 6.106870229vw;
    overflow-x: auto;
  }
  .page-wrapper .review-wrapper .review-main .item {
    min-width: 70.737913486vw;
    width: 70.737913486vw;
  }
  .page-wrapper .review-wrapper .review-main .item .video {
    height: 39.6946564885vw;
  }
  .page-wrapper .review-wrapper .review-main .item .video iframe {
    height: 39.6946564885vw;
  }
  .page-wrapper .review-wrapper .review-main .item .info-container {
    margin-top: 6.106870229vw;
    gap: 4.0712468193vw;
  }
  .page-wrapper .review-wrapper .review-main .item .info-container .title {
    font-size: 5.0890585242vw;
  }
  .page-wrapper .review-wrapper .review-main .item .info-container .subtitle {
    gap: 4.0712468193vw;
  }
  .page-wrapper .review-wrapper .review-main .item .info-container .subtitle .sub-item {
    gap: 3.0534351145vw;
  }
  .page-wrapper .review-wrapper .review-main .item .info-container .subtitle .sub-item svg {
    width: 4.0712468193vw;
  }
  .page-wrapper .review-wrapper .review-main .item .info-container .subtitle .sub-item span {
    font-size: 3.0534351145vw;
  }
  .page-wrapper .review-wrapper .review-main .item .info-container .description {
    font-size: 4.0712468193vw;
  }
  .page-wrapper .faq-wrapper {
    margin-top: 18.320610687vw;
    padding: 0 5.0890585242vw;
  }
  .page-wrapper .faq-wrapper .title-container .title {
    width: 100%;
    font-size: 8.1424936387vw;
  }
  .page-wrapper .faq-wrapper .title-container .section-name {
    display: none;
  }
  .page-wrapper .faq-wrapper .faq-main {
    margin-top: 15.2671755725vw;
  }
  .page-wrapper .faq-wrapper .faq-main .item {
    padding: 5.0890585242vw 4.0712468193vw;
  }
  .page-wrapper .faq-wrapper .faq-main .item .question-item .title {
    width: 62.3409669211vw;
  }
  .page-wrapper .faq-wrapper .faq-main .item .question-item .title .number {
    display: none;
  }
  .page-wrapper .faq-wrapper .faq-main .item .question-item .title .name {
    font-size: 5.0890585242vw;
  }
  .page-wrapper .faq-wrapper .faq-main .item .question-item .icon {
    width: 13.2315521628vw;
    height: 13.2315521628vw;
  }
  .page-wrapper .faq-wrapper .faq-main .item .question-item .icon svg {
    width: 4.0712468193vw;
  }
  .page-wrapper .faq-wrapper .faq-main .item .answer-item {
    font-size: 4.0712468193vw;
  }
  .page-wrapper .faq-wrapper .faq-main .item.active .answer-item {
    margin-top: 7.6335877863vw;
  }
}

/*# sourceMappingURL=about-us.css.map */
