/* main-visual */
.main-visual {
  position: relative;
  color: #fff;
  text-align: center;
}

.visual-bg {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
}

.visual-bg iframe {
  border: 0;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  aspect-ratio: 16/9;
  display: block;
}

.visual-bg img {
  width: 100%;
  height: 100%;
}

.visual-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
}

.visual-inner {
  display: flex;
  align-items: center;
}

.visual-text {
  border-left: 1px solid #fff;
  padding-left: 82px;
  margin-left: 120px;
}

.visual-text .quote {
  font-size: 26px;
  font-weight: 700;
  line-height: 2.14;
  text-align: left;
}

.visual-footer {
  margin-top: 250px;
}

.visual-footer p {
  opacity: 0.6;
  line-height: 1.5;
  font-size: 12px;
}

.scroll-down {
  margin-top: 50px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scroll-down .arrow {
  animation: bounceY 1.5s infinite;
  margin-top: 5px;
}

.scroll-down .arrow-inner {
  display: block;
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@keyframes bounceY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

.visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.visual-m {
  display: none;
}

@media (max-width: 1780px) {
  .visual-bg {
    padding: 0;
  }

  .visual-footer {
    margin-top: 150px;
  }
}

@media (max-width: 1240px) {
  .visual-bg {
    height: 100vh;
  }

  .visual-inner {
    flex-direction: column;
    gap: 25px;
  }

  .visual-text {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }

  .visual-text .quote {
    text-align: center;
    word-break: keep-all;
  }

  .visual-footer {
    margin-top: 120px;
  }

  .visual-line {
    border: 1px #fff solid;
    width: 120px;
  }

  .visual-m {
    display: block;
  }
}

@media (max-width: 1024px) {
  .visual-footer {
    margin-top: 90px;
  }

  .visual-text .quote {
    font-size: 18px;
    line-height: 1.76;
    margin-top: 20px;
  }

  .visual-line {
    width: 65px;
  }

  .visual-footer p {
    font-size: 9px;
  }

  .scroll-down {
    font-size: 8px;
    margin-top: 25px;
  }

  .scroll-down .arrow-inner {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 450px) {
  .visual-bg iframe {
    aspect-ratio: 9 / 16;
  }

  .visual-title img {
    max-width: 250px;
  }

  .scroll-down {
    margin-top: 20px;
  }
}

/* .section-inner */
.section-inner {
  text-align: center;
}

.section-title {
  font-family: "Ria", sans-serif;
  font-size: clamp(26px, 2.1vw, 44px);
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--main-color);
}

.section-title .idx {
  margin-right: 6px;
}

.section-desc {
  font-size: clamp(14px, 1.6vw, 22px);
  line-height: 1.5;
  opacity: 0.85;
  word-break: keep-all;
}

.section-subtitle {
  font-family: "Aggravo", sans-serif;
  margin: 20px 0;
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 700;
}

.section-badge {
  font-family: "Aggravo", sans-serif;
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 20px;
  font-weight: 700;
}

.visual-pc {
}

.visual-m {
  display: none;
}

@media (max-width: 1024px) {
  .visual-pc {
    display: none;
  }

  .visual-m {
    display: block;
  }
}

@media (max-width: 768px) {
  .section-title {
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .section-title .idx {
    margin-right: 0;
    display: block;
  }
}

/* .section-franchise */
.section-franchise {
  position: relative;
  color: #fff;
  padding: 350px 0 120px;
  isolation: isolate;
}
.section-franchise::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/ado/images/franchise_bg_img.png) no-repeat;
  background-color: #cb3243;
  background-size: 100%;
  background-position: top center;
  z-index: -1;
}
.fran-container {
  max-width: 1780px;
  margin: 0 auto;
  position: relative;
}

.fran-hero {
  text-align: center;
}
.fran-hero .badge {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.75;
  margin-bottom: 20px;
}
.hero-title {
  font-size: clamp(32px, 3.1vw, 54px);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 50px;
}
.cta-pill {
  display: inline-block;
  padding: 13px 20px;
  border: 1px solid var(--main-color);
  font-weight: 600;
  color: var(--main-color);
  font-size: 26px;
}
.hero-divider {
  display: block;
  width: 1px;
  height: 150px;
  margin: 40px auto 0;
  background: #fff;
}

.section-franchise .section-inner {
  margin-top: 43px;
}

.store-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin: 45px 0 30px;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 20px;
}

.store img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #111;
  display: block;
}
.store figcaption {
  font-size: 14px;
  margin-top: 15px;
  text-align: left;
}

.store.coming span {
  font-family: "Aggravo", sans-serif;
  font-size: 22px;
  font-weight: 700;
  opacity: 0.7;
  position: relative;
  aspect-ratio: 4 / 3;
  outline: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  place-items: center;
}

@media (max-width: 1780px) {
  .store-grid {
    padding: 0;
  }
}

@media (max-width: 1240px) {
  .store-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .section-franchise {
    padding: 150px 0 80px;
  }

  .fran-hero .badge {
    font-size: 10px;
  }

  .hero-title {
    margin-bottom: 40px;
  }

  .cta-pill {
    font-size: 18px;
  }

  .hero-divider {
    margin: 30px auto 0;
    height: 100px;
  }

  .section-franchise .section-inner {
    margin-top: 30px;
  }

  .store-title {
    font-size: 16px;
  }

  .store-grid {
    gap: 20px 15px;
  }

  .store figcaption {
    font-size: 12px;
    margin-top: 7px;
  }

  .store.coming span {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .store-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-franchise::before {
    background: url(/ado/images/franchise_mbg_img.png) no-repeat;
    background-color: #cb3243;
    background-size: 100%;
    background-position: top center;
  }

  .cta-pill {
    padding: 13px;
  }
}

/* .section-detail */
.section-detail {
  background: #292929;
  color: #fff;
  padding: 120px 0;
}

.detail-figure {
  display: block;
  border-radius: 10px;
  text-align: center;
  margin-top: 55px;
}

.detail-figure img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .section-detail {
    padding: 80px 0;
  }

  .detail-figure {
    margin-top: 40px;
  }
}

/* .section-revenue */
.section-revenue {
  position: relative;
  color: #fff;
  padding: 120px 0;
  isolation: isolate;
  background: #cb3243;
}
.rev-container {
  max-width: 1780px;
  margin: 0 auto;
}

.rev-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rev-card {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  padding: 25px;
  background: linear-gradient(
    180deg,
    rgba(220, 77, 94, 0.35) 0%,
    rgba(174, 41, 56, 0.8) 88%
  );
}
.rev-card-head {
  font-family: "Aggravo", sans-serif;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: var(--main-color);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  margin-bottom: 32px;
}

.rev-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.rev-table thead th {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 18px 0;
  background: rgba(255, 255, 255, 0.08);
}
.rev-table thead th:nth-child(1) {
  width: 45%;
}
.rev-table tbody td {
  text-align: center;
  font-size: 22px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.rev-table tbody td:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.rev-table tbody tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.rev-profit {
  font-family: "Aggravo", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
  background: rgba(255, 255, 255, 0.1);
  color: var(--main-color);
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.rev-profit span {
  width: 45%;
}
.rev-profit strong {
  width: 55%;
}

.rev-note {
  margin-top: 45px;
  font-size: 19px;
  text-align: right;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1024px) {
  .rev-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .section-revenue {
    padding: 80px 0;
  }

  .rev-grid {
    margin-top: 40px;
  }

  .rev-card {
    padding: 20px;
  }

  .rev-card-head {
    font-size: 18px;
    padding: 10px 40px;
    margin-bottom: 20px;
  }

  .rev-table thead th {
    font-size: 16px;
    padding: 15px 0;
  }

  .rev-table tbody td {
    font-size: 16px;
    line-height: 43px;
  }

  .rev-profit {
    font-size: 20px;
    padding: 10px 0;
  }

  .rev-note {
    margin-top: 20px;
    font-size: 12px;
  }
}

/* .section-interior */
.section-interior {
  background: #292929;
  color: #fff;
  padding: 120px 0;
}
.int-container {
  max-width: 1780px;
  margin: 0 auto;
}

.int-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 65px;
}

.int-card {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.int-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.int-card figcaption {
  position: absolute;
  left: 5%;
  bottom: 10%;
}
.int-card .point {
  font-family: "Aggravo", sans-serif;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--main-color);
  font-weight: 700;
  line-height: 1.5;
}
.int-card figcaption p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  word-break: keep-all;
}

.img-pc {
}

.img-m {
  display: none !important;
}

@media (max-width: 1024px) {
  .int-grid {
    margin-top: 45px;
  }

  .int-card .point {
    font-size: 10px;
    margin-bottom: 7px;
  }

  .int-card figcaption p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .section-interior {
    padding: 80px 0;
  }

  .int-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 450px) {
  .int-card figcaption {
    left: 15px;
    bottom: 15px;
  }

  .img-pc {
    display: none !important;
  }

  .img-m {
    display: block !important;
  }
}

/* .section-food */
.section-food {
  position: relative;
  color: #fff;
  padding: 120px 0;
  isolation: isolate;
  background: #cb3243;
}
.section-food::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/ado/images/food_bg_img.png) no-repeat;
  background-position: bottom center;
  z-index: -1;
}
.food-container {
  max-width: 1780px;
  margin: 0 auto;
}

.pairing {
  margin: 60px auto 55px;
}
.pairing-badge {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.75;
  margin-bottom: 20px;
}
.pairing-title {
  display: flex;
  justify-content: center;
  gap: 75px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.5;
}
.pairing-title img {
  max-width: 480px;
}
.pairing-desc {
  font-size: 18px;
  opacity: 0.85;
  line-height: 1.5;
}

.menu-label {
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.5;
}
.food-tabs {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 46px;
}
.food-tabs button {
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.food-tabs button.is-active {
  color: #fff;
  position: relative;
}
.food-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #fff;
}

.food-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.food-card {
  overflow: hidden;
}
.food-card img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
}

.food-paging {
  margin-top: 80px;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 80px;
}
.food-paging a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.food-paging a.is-current {
  color: var(--main-color);
  position: relative;
}
.food-paging a.is-current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background: var(--main-color);
}

@media (max-width: 1440px) {
  .pairing-title {
    gap: 55px;
  }

  .pairing-title img {
    max-width: 450px;
  }
}

@media (max-width: 1240px) {
  .pairing-title {
    gap: 25px;
    font-size: 20px;
  }

  .pairing-title img {
    max-width: 350px;
  }
}

@media (max-width: 1024px) {
  .pairing-title {
    gap: 15px;
  }

  .pairing-title img {
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .section-food {
    padding: 80px 0;
  }

  .pairing {
    margin: 60px auto 40px;
  }

  .pairing-title {
    gap: 0;
    font-size: 15px;
  }

  .pairing-title img {
    max-width: 100px;
  }

  .pairing-badge {
    font-size: 10px;
  }

  .pairing-desc {
    font-size: 12px;
  }

  .menu-label {
    font-size: 18px;
  }

  .food-tabs button {
    font-size: 12px;
  }

  .food-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .food-paging {
    margin-top: 50px;
  }

  .food-paging a {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .section-food::before {
    background: url(/ado/images/food_mbg_img.png) no-repeat;
    background-position: bottom center;
  }
}

/* .section-qa */
.section-qa {
  background: #f4f3f2;
  padding: 120px 0 0;
}
.qa-container {
  max-width: 1790px;
  margin: 0 auto;
  display: flex;
}

.qa-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.qa-badge {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #060606;
  opacity: 0.75;
  margin-bottom: 12px;
}
.qa-title {
  font-size: 54px;
  line-height: 1.5;
  font-weight: 600;
  color: #060606;
}
.qa-title .qa-arrow {
  margin-left: 115px;
  font-weight: 600;
}
.qa-ill img {
  vertical-align: bottom;
}

.qa-right {
  position: relative;
  padding: 110px 0 200px;
}

.qa-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  border-left: 1px rgba(6, 6, 6, 0.2) solid;
  padding-left: 49px;
}
.qa-item {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 35px;
}

.qa-item::before {
  content: "";
  position: absolute;
  left: -56px;
  top: 37px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffb700;
}

.qa-num {
  font-family: "Aggravo", sans-serif;
  width: 106px;
  color: var(--main-color);
  font-weight: 700;
  font-size: 59px;
  line-height: 1.5;
  align-self: flex-start;
}
.qa-body {
  margin-top: 25px;
}
.qa-q {
  font-family: "Aggravo", sans-serif;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
}
.qa-a {
  font-size: 22px;
  line-height: 1.5;
  color: #060606;
  opacity: 0.8;
}
.qa-bullets {
  color: #060606;
}
.qa-bullets li {
  font-size: 22px;
  line-height: 1.5;
}

.arrow02,
.qa-ill_m {
  display: none;
}

@media (max-width: 1780px) {
  .qa-ill,
  .arrow01 {
    display: none;
  }

  .arrow02,
  .qa-ill_m {
    display: inline-block;
  }

  .qa-ill_m img {
    margin-top: 30px;
    vertical-align: bottom;
  }

  .qa-container {
    flex-direction: column;
  }

  .qa-right {
    padding: 110px 0 0;
  }

  .qa-item::before {
    top: 30px;
  }
}

@media (max-width: 768px) {
  .section-qa {
    padding: 80px 0 0;
  }

  .qa-badge {
    font-size: 10px;
  }

  .qa-title {
    font-size: 32px;
  }

  .qa-title .qa-arrow {
    margin-left: 45px;
  }

  .qa-right {
    padding: 60px 0 0;
  }

  .qa-list {
    padding-left: 15px;
  }

  .qa-item:first-child {
    margin-top: 35px;
  }

  .qa-item {
    grid-template-columns: 55px 1fr;
    gap: 10px;
  }

  .qa-item::before {
    top: 20px;
    left: -20px;
    width: 8px;
    height: 8px;
  }

  .qa-num {
    width: 65px;
    font-size: 34px;
  }

  .qa-body {
    margin-top: 10px;
  }

  .qa-q {
    font-size: 20px;
  }

  .qa-a,
  .qa-bullets li {
    font-size: 14px;
    word-break: keep-all;
  }
}

@media (max-width: 450px) {
  .qa-title .qa-arrow {
    margin-left: 25px;
  }
}

/* .belt-line */
.belt-line {
  height: 45px;
  background: url(/ado/images/belt.png);
  background-size: auto 100%;
  animation: belt-bg 20s linear infinite;
}

.belt-line.belt-bg2 {
  animation: belt-bg2 20s linear infinite;
}

@keyframes belt-bg {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -1000px;
  }
}

@keyframes belt-bg2 {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 1000px;
  }
}

@media (max-width: 768px) {
  .belt-line {
    height: 25px;
  }
}

/* .section-marketing */
.section-marketing {
  color: #fff;
  padding: 120px 0;
  position: relative;
  background: url(/ado/images/marketing_bg_img.png) no-repeat #ee9146;
  background-position: top center;
}

.section-marketing .section-title {
  color: #fff;
}

.mkt-container {
  max-width: 1780px;
  margin: 0 auto;
}

.mkt-more {
  display: block;
  text-align: right;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  margin: 60px 0 25px;
}

.mkt-more span {
  margin-left: 10px;
  font-size: 26px;
}

.mkt-grid {
  display: grid;
  gap: 14px 20px;
  grid-template-columns: repeat(4, 1fr);
}

.mkt-card {
  overflow: hidden;
  position: relative;
}
.mkt-thumb {
  display: block;
  position: relative;
}
.mkt-thumb > img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.mkt-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 13%,
    rgba(41, 24, 26, 1) 90%
  );
  pointer-events: none;
}
.mkt-overlay2 {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.mkt-cap {
  width: 100%;
  padding: 0 15px;
  position: absolute;
  left: 0;
  bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.mkt-txt p {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}

.mkt-txt h3 {
  max-width: 373px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mkt-txt span {
  font-size: 12px;
  color: #fff;
}

@media (max-width: 1780px) {
  .mkt-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1440px) {
  .mkt-txt h3 {
    max-width: 280px;
  }
}

@media (max-width: 1024px) {
  .mkt-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 14px;
  }
}

@media (max-width: 768px) {
  .section-marketing {
    padding: 80px 0;
  }

  .mkt-more {
    font-size: 14px;
    margin: 40px 0 30px;
  }

  .mkt-more span {
    margin-left: 5px;
    font-size: 16px;
  }

  .mkt-cap {
    bottom: 5px;
    padding: 0 5px;
  }

  .mkt-txt p {
    font-size: 8px;
    margin-bottom: 3px;
  }

  .mkt-txt h3 {
    max-width: 130px;
    font-size: 12px;
    margin-bottom: 3px;
  }

  .mkt-txt span {
    font-size: 8px;
  }

  .mkt-cap img {
    width: 12px;
  }
}

@media (max-width: 450px) {
  .section-marketing {
    padding: 60px 0 80px;
    background: url(/ado/images/marketing_mbg_img.png) no-repeat #ee9146;
    background-position: top center;
  }

  .mkt-thumb {
    padding-bottom: 20px;
  }
}

/* .section-review */
.section-review {
  background: #ee9146;
  color: #fff;
  padding: 50px 0 120px;
  position: relative;
}
.review-container {
  max-width: 1330px;
  margin: 0 auto;
  overflow: visible;
}

.section-review .section-title {
  color: #fff;
}

.review-swiper {
  position: relative;
  margin-top: 66px;
  overflow: visible !important;
}

.review-swiper .swiper-wrapper {
  overflow: visible;
}

.swiper-slide {
  height: auto !important;
  background: #fff;
  box-shadow: 0 3.87px 19.37px rgba(0, 0, 0, 0.25);
}

.review-card {
  padding: 15px;
}
.review-card img {
  width: 100%;
}
.section-review .review-nav {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.7);
}
.section-review .review-nav::after {
  font-size: 16px;
}
.section-review .swiper-button-prev {
  left: -60px;
}
.section-review .swiper-button-next {
  right: -60px;
}

.section-review .swiper-pagination {
  position: absolute;
  left: 0;
  top: auto !important;
  bottom: -55px;
  width: 100%;
  height: 4px;
}
.section-review .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.2);
}
.section-review
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.review-more {
  margin-top: 85px;
  display: block;
  text-align: right;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
}
.review-more span {
  margin-left: 10px;
  font-size: 26px;
}

@media (max-width: 768px) {
  .review-container {
    overflow: hidden;
  }

  .section-review {
    padding: 0 0 80px;
  }

  .review-swiper {
    margin-top: 56px;
  }

  .section-review .swiper-pagination {
    bottom: -45px;
  }

  .review-more {
    margin-top: 75px;
    font-size: 14px;
  }

  .review-more span {
    margin-left: 5px;
    font-size: 16px;
  }
}

/* .section-brand */
.section-brand {
  background: #ee9146;
  color: #fff;
  padding: 50px 0 150px;
  position: relative;
  background: url(/ado/images/brand_bg_img.png) no-repeat #ee9146;
  background-position: bottom center;
}

.brand-container {
  max-width: 1780px;
  margin: 0 auto;
}

.section-brand .section-title {
  color: #fff;
}

.brand-grid {
  margin-top: 70px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.brand-card {
  background: #fff;
  color: #000;
  overflow: hidden;
  box-shadow: 0 3.87px 19.37px rgba(0, 0, 0, 0.25);
}
.brand-media img {
  padding: 20px;
  width: 100%;
  display: block;
  object-fit: cover;
}

.brand-body {
  font-family: "Aggravo", sans-serif;
  display: grid;
  grid-template-columns: 220px 1fr;
  padding: 10px 0 30px;
  align-items: center;
  gap: 0;
  font-weight: 700;
}

.brand-badge {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-right: 1px solid #333;
  padding-right: 37px;
}
.brand-badge .lbl {
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  text-align: center;
  font-weight: 600;
}
.brand-badge .num {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 900;
  color: #333;
  padding-left: 10px;
}

.brand-text {
  padding-left: 42px;
}
.brand-text h3 {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: clamp(14px, 2vw, 25px);
}
.brand-text p {
  font-family: "Pretendard", sans-serif;
  color: #333;
  opacity: 0.5;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
}

@media (max-width: 1780px) {
  .brand-body {
    grid-template-columns: 200px 1fr;
  }
}

@media (max-width: 1240px) {
  .brand-badge {
    padding-right: 25px;
  }
  .brand-text {
    padding-left: 25px;
  }
}

@media (max-width: 1024px) {
  .brand-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .section-brand {
    padding: 0 0 80px;
  }

  .brand-grid {
    margin-top: 45px;
  }

  .brand-media img {
    padding: 10px;
  }

  .brand-body {
    grid-template-columns: 105px 1fr;
    padding: 5px 0 15px;
  }

  .brand-badge {
    padding-right: 15px;
  }

  .brand-badge .lbl {
    font-size: 12px;
  }

  .brand-badge .num {
    font-size: 28px;
  }

  .brand-text p {
    font-size: 10px;
  }
}

@media (max-width: 450px) {
  .section-brand {
    background: url(/ado/images/brand_mbg_img.png) no-repeat #ee9146;
    background-position: bottom center;
  }

  .brand-badge {
    border-right: none;
  }

  .brand-text {
    border-left: 1px solid #333;
    padding-left: 13px;
  }

  .brand-body {
    padding: 5px 10px 15px;
  }
}

/* .section-payment */
.section-payment {
  color: #fff;
  padding: 120px 0;
  position: relative;
  background: url(/ado/images/payment_bg_img.png) no-repeat #475a9b;
  background-position: bottom left;
}

.pay-container {
  max-width: 960px;
  margin: 0 auto;
}

.section-payment .section-title {
  color: #fff;
}

.pay-memo {
  margin-top: 50px;
  font-size: 18px;
  opacity: 0.75;
  line-height: 1.5;
  display: block;
  text-align: right;
}

.pt-card {
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.pt-card::before,
.pt-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 7px;
  background: #fff;
}

.pt-card::before {
  top: 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 15px 100%);
}

.pt-card::after {
  bottom: 0;
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 100%, 0 100%);
}

.pt-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  padding: 0 15px;
  color: #fff;
  text-align: center;
}

.pt-table thead th {
  padding: 30px 0px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 26px;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.pt-table thead th span {
  font-weight: 300;
}

.pt-table tbody td {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.04);
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.pt-table thead th:last-child,
.pt-table tbody td:last-child {
  border-right: none;
}

.pt-table tbody td:nth-child(2) {
  background: rgba(0, 0, 0, 0.04);
}

.pt-table .num {
  color: var(--main-color);
  font-weight: 800;
}

.pt-table tfoot .pt-total th,
.pt-table tfoot .pt-total td {
  padding: 24px 0;
  background: rgba(0, 0, 0, 0.15);
}
.pt-table tfoot .pt-total th {
  font-weight: 600;
  font-size: 28px;
}
.pt-table tfoot .total-num {
  color: var(--main-color);
  font-size: 44px;
  font-weight: 600;
}

.pay-note {
  word-break: keep-all;
  margin-top: 44px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .section-payment {
    padding: 80px 0;
  }

  .pay-memo {
    font-size: 10px;
    margin-top: 42px;
  }

  .pt-card::before {
    clip-path: polygon(0 0, 100% 0, calc(100% - 7px) 100%, 7px 100%);
  }

  .pt-card::after {
    clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 100%, 0 100%);
  }

  .pt-table {
    padding: 0 7px;
  }

  .pt-table thead th {
    font-size: 14px;
    padding: 19px 0px;
    word-break: keep-all;
  }

  .pt-table thead th:nth-child(2) {
    width: 20% !important;
  }

  .pt-table tbody td {
    font-size: 11px;
  }

  .pt-table tfoot .pt-total th {
    font-size: 16px;
  }

  .pt-table tfoot .total-num {
    font-size: 26px;
  }

  .pt-table tfoot .pt-total th,
  .pt-table tfoot .pt-total td {
    padding: 12px 0;
  }

  .pay-note {
    margin-top: 35px;
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .section-payment {
    background: url(/ado/images/payment_mbg_img.png) no-repeat #475a9b;
    background-position: bottom left;
  }
}

/* .section-contact */
.section-contact {
  color: #fff;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
  background-color: #0c0c0c;
  background-image: url(/ado/images/contact_bg_img01.png),
    url(/ado/images/contact_bg_img02.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
}

.contact-wrap {
  max-width: 825px;
  margin: 0 auto;
}

.section-contact .section-title {
  text-align: center;
  margin-bottom: 54px;
}

.cta-bar {
  border: 1px solid var(--main-color);
  border-radius: 3px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 77px;
  background: rgba(255, 255, 255, 0.1);
}
.cta-bar p {
  font-weight: 600;
  font-size: 30px;
}

.contact-form .row {
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
}
.contact-form .row.two {
  grid-template-columns: 1fr 1fr;
}
.contact-form .row.one {
  grid-template-columns: 1fr;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.label {
  font-size: 20px;
  font-weight: 600;
}
.req {
  color: #bd1f31;
}

input,
textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  padding: 10px 2px 12px;
  outline: none;
  font-size: 16px;
  transition: border-color 0.2s ease;
}
textarea {
  border: 1px solid #3b3f42;
  padding: 14px 14px;
}
input:focus,
textarea:focus {
  border-color: #fff;
}

.agreements {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.agree {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 14px;
}
.agree input {
  width: 15px;
  height: 15px;
  accent-color: #181818;
}
.agree .view {
  color: #fff;
  text-underline-offset: 2px;
}

.btn-submit {
  margin-left: auto;
  background: var(--main-color);
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  padding: 14px 45px;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
}

.btn-submit span {
  font-size: 20px;
  margin-left: 3px;
}

.contact-footer {
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
}
.contact-footer .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-footer .line {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-footer .line a {
  font-size: 18px;
  color: #fff;
}
.contact-footer .tagline {
  text-align: right;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  opacity: 0.8;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .section-contact {
    padding: 120px 0;
  }

  .section-contact .section-title {
    margin-bottom: 40px;
  }

  .cta-bar {
    padding: 11px 0;
    margin-bottom: 44px;
  }

  .cta-bar p {
    font-size: 18px;
  }

  .contact-form .row.two {
    grid-template-columns: 1fr;
  }

  .label {
    font-size: 14px;
  }

  .agreements {
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .agree {
    font-size: 12px;
    align-self: flex-start;
  }

  .btn-submit {
    margin-left: 0 !important;
    margin-top: 30px;
    padding: 12px 41px;
  }

  .contact-footer {
    margin-top: 40px;
    flex-direction: column;
  }

  .contact-footer .info {
    gap: 10px;
  }

  .contact-footer .line {
    gap: 10px;
  }

  .contact-footer .line img {
    width: 13px;
  }

  .contact-footer .line a {
    font-size: 14px;
  }

  .contact-footer .tagline {
    text-align: left;
    font-size: 20px;
    margin-top: 25px;
  }
}

@media (max-width: 450px) {
  .section-contact {
    padding: 80px 0 160px;
    background-color: #0c0c0c;
    background-image: url(/ado/images/contact_mbg_img01.png),
      url(/ado/images/contact_mbg_img02.png);
    background-position: top center, bottom right;
    background-repeat: no-repeat, no-repeat;
  }
}
