/* popup */
.pc {
  display: block;
}

.mobile {
  display: none;
}

.layer-popup {
  /* position: absolute; */
  z-index: 9999;
  background-color: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: auto !important;
}

.layer-popup:nth-child(1) {
  left: 0;
}

.layer-popup img {
  width: 100%;
  height: auto !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.layer-popup .show-chk-wrap {
  display: flex;
  padding: 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.show-chk-div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.layer-popup .show-chk-wrap a {
  font-size: 16px;
  color: #505050;
  cursor: pointer;
}

.layer-popup .show-chk-wrap a:hover {
  color: #222;
  font-weight: 600;
  transition: 0.3s;
}

.close-popup {
  box-sizing: border-box;
  padding: 4px 12px;
  border: 1px solid #999;
  border-radius: 4px;
}

.close-popup:hover {
  border: 1px solid #505050;
  background-color:#505050;
  color: #fff !important;
  transition: 0.3s;
}

.popup-space {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 5%;
  left: 5%;
  gap: 10px;
  align-items: start;
  z-index: 100;
}


/* main */
#main {
  width: 100%;
}

.scrolltrigger, .fadeDown, .fadeDown2, .fadeDown3, .point-txt, .st2-txt, .fadeUp, .fadeUp2, .fadeUp3, .fadeLeft, .fadeRight, .fadeRight2 {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
}

.page1{
  width: 100%;
  height: 900px;
  background: url("../img/page1-bg.png");
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pg1-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  box-sizing: border-box;
  padding-left: 20px;
  z-index: 5;
}

.symbol-logo {
  width: 126px;
}

.pg1-container p {
  color: #FFF;
  font-size: 64px;
  font-weight: 600;
  line-height: 125%; /* 80px */
  letter-spacing: -1.6px;
}

.highlight-wrap {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 0px 4px;
}

.highlight {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #B8000E;
  z-index: 1;
  transition: width 0.6s ease-out;
}

.highlight-txt {
  position: relative;
  z-index: 5;
  display: inline-block;
}

.pg1-img-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  position: absolute;
  right: 60px;
  top: 43%;
  transform: translateY(-50%);
}

.pg1-img-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.pg1-img-wrap img {
  width: 320px;
  aspect-ratio: 16 / 15;
  border-radius: 12px;
}


.page2 {
  width: 100%;
  background: url("../img/page2-bg.png");
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
  display: flex;
  padding: 80px 0 50px;
  justify-content: center;
  position: relative;
}

.pg2-fixed {
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* pointer-events: none; */
  z-index: 3;
}

.pg2-wrap {
  display: flex;
  height: 100%;
  padding: 0 60px 0 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 110px;
  background: url("../img/page2-bg.png");
  background-size: cover !important;
  background-position: center center !important;
}

.pg2-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.page2 .title-script-wrap {
  margin: 0;
}

.page2 .tit {
  color: #2D0D0F;
  font-family: "SuseongBatang";
  font-size: 64px;
  font-weight: 400;
  line-height: 130%; /* 83.2px */
  letter-spacing: -1.6px;
}

.pg2-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.pg2-content p {
  color: #505050;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.pg2-content p .semibod {
  color: #111;
}

.pg2-swiper {
  width: 100%;
}

.pg2-swiper .video-area {
  transition: 0.3s;
  display: flex;
  justify-content: flex-end;
}

.pg2-swiper .video-area video {
  width: 600px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 12px;
}

.pg2-swiper .swiper-slide-next .video-area {
  justify-content: flex-start;
}

.nav-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.nav-btn {
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.2s;
}

.nav-btn:hover {
  opacity: 1;
}


.page3{
  background: url("../img/page3-bg.png");
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
}
.page3 .inner-wrap{
  position: relative;
  padding: 100px 0;
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
.page3 .inner-wrap:after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #2D0D0F;
}
.page3 .inner-wrap .item{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.page3 .inner-wrap .item:nth-child(even){

}
.page3 .inner-wrap .item .txt-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  width: 50%;
}
.page3 .inner-wrap .item .txt-wrap .line-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: left;
  width: 100%;
}
.page3 .inner-wrap .item .txt-wrap .line-wrap .num{
  color: var(--DarkBrown, #2D0D0F);
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
}
.page3 .inner-wrap .item .txt-wrap .line-wrap .line {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--DarkBrown, #2D0D0F);

  transform: scaleX(var(--fill, 0)); /* ✅ 변수로 제어 */
  transform-origin: left center;
  will-change: transform;
}
.page3 .inner-wrap .item .txt-wrap .txt1{
  margin: 10px 0 24px;
  color: var(--DarkBrown, #2D0D0F);
  font-family: "SuseongBatang";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
  text-align: left;
  width: 100%;
}
.page3 .inner-wrap .item .txt-wrap .txt2{
  color: #505050;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
  width: 100%;
  text-align: left;
}
.page3 .inner-wrap .item .img-wrap{
  width: 50%;
  border-radius: 0 12px 12px 0;
  border-right: 1px solid var(--DarkBrown, #2D0D0F);
  border-top: 1px solid var(--DarkBrown, #2D0D0F);
  border-bottom: 1px solid var(--DarkBrown, #2D0D0F);
  overflow: hidden;
}
.page3 .inner-wrap .item .img-wrap img{
  width: 100%;
  display: block;
  transform: scale(1);
  will-change: transform;
}
.page3 .inner-wrap .item:nth-child(even) .img-wrap{
  border-radius: 12px 0 0 12px;
  border-left: 1px solid var(--DarkBrown, #2D0D0F);
  border-right: none;
  border-top: 1px solid var(--DarkBrown, #2D0D0F);
  border-bottom: 1px solid var(--DarkBrown, #2D0D0F);
}
.page3 .inner-wrap .item .img-wrap .pc-img{
  display: block;
}
.page3 .inner-wrap .item .img-wrap .mo-img{
  display: none;
}
.marquee{
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.marquee-track{
  display: flex;
  align-items: center;
  gap: 60px;              /* 이미지 간격 */
  width: max-content;
  animation: marquee 30s linear infinite;
}

.marquee-track img{
  height: 40px;           /* 원하는 높이로 조절 */
  width: auto;
  display: block;
  flex: 0 0 auto;
}

@keyframes marquee{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* 복제 2세트 기준 */
}
.page4{
  background: #F7F6F4;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.page4 .tit1{
  color: #FFF;
  text-align: center;
  font-family: "SuseongBatang";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 72.8px */
  letter-spacing: -1.4px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.page4 .tit1.pc-title{
  display: block;
}
.page4 .tit1.mo-title{
  display: none;
}
.page4 .tit2{
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
  margin: 20px auto 50px;
  position: relative;
  z-index: 2;
}
.page4 .flex-wrap{
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #222;
  box-shadow: 0 24px 32px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.page4 .flex-wrap .item{
  width: 33.33%;
  gap: 0;
  background: #fff;
}
.page4 .flex-wrap .item:nth-child(2) .top-txt{
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
.page4 .flex-wrap .item:nth-child(2) .txt-wrap{
  border-right: 1px solid #222;
  border-left: 1px solid #222;
}
.page4 .flex-wrap .item .top-txt{
  padding: 20px;
  background: #222;
  color: #FFF;
  font-family: "SuseongBatang";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
  text-align: center;
}
.page4 .flex-wrap .item .txt-wrap{
  background: #FFF;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.page4 .flex-wrap .item .txt-wrap svg{

}
.page4 .flex-wrap .item .txt-wrap .txt{
  color: #505050;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.55px;
}
.page4 .video-container{
  max-width: 1000px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border: 5px solid #2F2F2F;
  background: transparent;
  padding: 15px;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  z-index: 1;
  overflow: hidden;
}
.page4 .video-container .video-wrap{
  background: #000000;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.page4 .video-container .video-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.65) 0%, rgba(17, 17, 17, 0.65) 100%);
}
.page4 .video-container .video-wrap video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-script-wrap{
  width: fit-content;
  overflow: hidden;
  margin: 0 auto;
}
/* 라인별로 잘라서 슬라이드 인 될 수 있게 */
.title-script { overflow: hidden; }

/* JS가 만들어주는 라인 래퍼 */
.title-script .ts-line {
  display: block;
  overflow: hidden;
}

.title-script .ts-text {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
}

.title-script .ts-line > span {
  display: inline-block; /* xPercent 이동을 위해 */
  will-change: transform;
}
.page5{
  background: url("../img/page5-bg.png");
  background-position: center center !important;
  background-repeat: repeat;
  padding: 100px 0;
}
.page5 .tit1{
  color: #FFF;
  text-align: center;
  font-family: "SuseongBatang";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 72.8px */
  letter-spacing: -1.4px;
}
.page5 .tit1.pc-title{
  display: block;
}
.page5 .tit1.mo-title{
  display: none;
}
.page5 .tit2{
  color: rgba(255, 255, 255, 0.80);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
  margin: 20px auto 60px;
  text-align: center;
}
.page5 .flex-wrap{
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.page5 .flex-wrap .item{
  width: 25%;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  height: 430px;
}
.page5 .flex-wrap .item:nth-child(1){
  background: url("../img/page5-img1.png");
  background-position: center center !important;
  background-size: cover !important;
}
.page5 .flex-wrap .item:nth-child(2){
  background: url("../img/page5-img2.png");
  background-position: center center !important;
  background-size: cover !important;
}

.page5 .flex-wrap .item:nth-child(3){
  background: url("../img/page5-img3.png");
  background-position: center center !important;
  background-size: cover !important;
}

.page5 .flex-wrap .item:nth-child(4){
  background: url("../img/page5-img4.png");
  background-position: center center !important;
  background-size: cover !important;
}
.page5 .flex-wrap .item .txt1{
  color: #FFF;
  font-family: "SuseongBatang";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 46.8px */
  letter-spacing: -0.9px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.page5 .flex-wrap .item .txt2{
  color: rgba(255, 255, 255, 0.80);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */
  letter-spacing: -0.5px;
  word-break: keep-all;
  position: relative;
  z-index: 2;
}
.page5 .flex-wrap .item .mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #111;
  opacity: 0.55;
  transition: opacity 0.3s ease;
}
.page5 .flex-wrap .item:hover .mask{
  opacity: 0;
}
.page6{
  padding: 100px 0;
  background: #F5F4F1;
  position: relative;
  overflow: hidden;
}
.page6 .tit{
  color: var(--DarkBrown, #2D0D0F);
  font-family: "SuseongBatang";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 72.8px */
  letter-spacing: -1.4px;
}
.page6 .tit.pc-title{
  display: block;
}
.page6 .tit.mo-title{
  display: none;
}
.page6 .label{
  width: 292px;
  margin: 50px auto;
  position: relative;
  color: var(--DarkBrown, #2D0D0F);
  text-align: center;
  font-family: "SuseongBatang";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 45px */
  letter-spacing: -0.75px;
}
.page6 .label svg{
  width: 100%;
  position: absolute;
  left: 0;
  top: -10px;
}
.page6 .flex-wrap{
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  gap: 30px;
  display: flex;
}
.page6 .flex-wrap .img-wrap{
  width: 46%;
  text-align: center;
}
.page6 .flex-wrap .img-wrap img{
  width: 100%;
}
.page6 .flex-wrap .img-wrap .name{
  border-radius: 50px;
  background: var(--DarkBrown, #2D0D0F);
  display: inline-block;
  padding: 8px 24px;
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
  letter-spacing: -0.8px;
  margin-top: -20px;
}
.page6 .flex-wrap .img-wrap .name span{
  color: #FFF;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.page6 .flex-wrap .txt-wrap{
  width: 54%;
}
.page6 .mo-talk-wrap{
  display: none;
}
.page6 .talk{
  color: #333;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, #FFF 100%);
  padding: 12px 30px;
  box-sizing: border-box;
  width: fit-content;
  position: relative;
  text-align: center;
}
.page6 .talk svg{
  position: absolute;
  bottom: -19px;
  left: 40px;
}
.page6 .talk:nth-child(1){
  margin-left: auto;
}
.page6 .talk:nth-child(2){
  margin: 37px auto;
}
.page6 .talk:nth-child(3){
  margin-right: auto;
}
.page6 .flex-wrap .txt-wrap .menu-wrap{
  width: 100%;
  display: flex;
  gap: 32px;
  justify-content: center;
}
.page6 .flex-wrap .txt-wrap .menu-wrap .item{
  width: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 37px;
}
.page6 .flex-wrap .txt-wrap .menu-wrap .item img{
  width: 100%;
}
.page6 .flex-wrap .txt-wrap .menu-wrap .item .name{
  color: var(--DarkBrown, #2D0D0F);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
}
.page6 .beef-wrap{
  border-radius: 8px;
  border: 20px solid #72060F;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  margin: 50 auto 0;
  max-width: 1300px;
  width: 90%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.pg6-img-div {
  width: 33.33%;
  overflow: hidden;
}
.page6 .beef-wrap img{
  width: 100%;
  display: block;
}
.page6 .bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.page7{
  padding: 100px 0 0 0;
  background: #fff;
}
.page7 .tit{
  color: var(--DarkBrown, #2D0D0F);
  text-align: center;
  font-family: "SuseongBatang";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 72.8px */
  letter-spacing: -1.4px;
}
.page7 .review-slide-container{
  width: 100%;
  overflow: hidden;
  margin: 62px auto 0;
  position: relative;
  padding-top: 40px;
}
.page7 .review-slide-container .swiper-slide img{
  width: 100%;
}
.page7 .review-slide-container .phone{
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 0;     /* JS에서 세팅 */
  height: 0;    /* JS에서 세팅 */
  object-fit: contain;
  pointer-events: none;
  z-index: 10;
}
.page8{
  padding: 150px 0;
  text-align: center;
  background: url("../img/page8-bg.png");
  background-size: 100% !important;
  background-position: center center !important;
  background-attachment: fixed;
  background-size: cover !important;
}
.page8 img{
  width: 313px;
}


/* page9 */
.page9 {
  box-sizing: border-box;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 100%;
  background: url("../img/page9-bg.png");
  background-size: 100% !important;
  background-position: right top !important;
  background-size: cover !important;
  position: relative;
}

.pg9-sticky {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: sticky;
  right: 0;
  top: 40px;
  padding-right: 40px;
  z-index: 5;
}

.pg9-logo {
  width: 90px;
  z-index: 5;
}

.pg9-img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 3;
  pointer-events: none;
}

.pg9-img {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

.pg9-img.one {
  max-width: 483px;
  width: 45%;
  left: -8%;
  top: -7%;
}

.pg9-img.second {
  max-width: 236px;
  width: 30%;
  left: -2.5%;
  top: 26%;
}

.pg9-img.third {
  max-width: 240px;
  width: 30%;
  right: -4%;
  top: 46%;
}

.pg9-img.fourth {
  max-width: 483px;
  width: 45%;
  right: -7%;
  top: 62%;

}

.page9 .title-script-wrap {
  margin-top: -410px;

}

.page9 .tit {
  color: #2D0D0F;
  text-align: center;
  font-family: "SuseongBatang";
  font-size: 56px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.4px;
}

.table-container {
  max-width: 1000px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 10;
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
  border-radius: 12px;
  overflow: hidden;
}

.cost-table th, .cost-table td {
  text-align: center;
  color: #2D0D0F;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.cost-table th {
  width: 26%;
  height: 56px;
  padding: 0 16px;
  border-bottom: 2px solid #2D0D0F;
}

.cost-table th:first-child {
  width: 22%;
}

.cost-table td {
  height: 68px;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.cost-table th:first-child, .cost-table td:first-child {
  background: #EBEBEB;
  font-weight: 600;
}

.cost-table th:first-child {
  border-radius: 12px 12px 0 0;
}

.cost-table td:nth-child(n+2) {
  color: #505050;
  font-weight: 600;
}

.cost-table td:nth-child(4) {
  font-weight: 400;
}

.cost-table-total {
  width: 100%;
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  background: #2D0D0F;
  overflow: hidden;
  padding: 10px 0;
}

.cost-table-total p {
  width: 26%;
  padding: 12px 16px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
}

.cost-table-total p:first-child {
  width: 22%;
}

.cost-table-total p:last-child {
  color: rgba(255, 255, 255, 0.80);
  font-weight: 400;
}
.table-container2{
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 5;
}
.table-container2 .unit{
  text-align: right;
  color: rgba(17, 17, 17, 0.80);
  text-align: right;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  position: relative;
  z-index: 5;
}
.table-container2 table{
  border-radius: 12px;
  width: 100%;
  position: relative;
  z-index: 5;
  background: #fff;
  border-collapse: collapse;
  overflow: hidden;
}
.table-container2 table .gray1{
  background: #EBEBEB;
  color: var(--DarkBrown, #2D0D0F);
}
.table-container2 table .gray2{
  background: #DDDCDA;
  color: var(--DarkBrown, #2D0D0F);
}
.table-container2 table td{
  color: #505050;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 25px */
  letter-spacing: -0.5px;
  padding: 13px 5px;
  box-sizing: border-box;
}
.table-container2 table td.color1{
  color: #2D0D0F;
}
.table-container2 table td.color1{
  color: #505050;
}
.table-container2 table .border-bottom{
  border-bottom: 2px solid var(--DarkBrown, #2D0D0F);
}
.table-container2 table .border-bottom2{
  border-bottom: 1px solid rgba(45, 13, 15, 0.20);
}
.table-container2 table .border-right{
  border-right: 1px solid rgba(45, 13, 15, 0.20);
}
.table-container2 table .small{
  color: var(--DarkBrown, #2D0D0F);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  word-break: keep-all;
}
.table-container2 table .val-wrap{
  display: flex;
  padding: 2px 0;
}
.table-container2 table .val-wrap .val:nth-child(1){
  width: 55%;
}
.table-container2 table .val-wrap .val:nth-child(2){
  width: 45%;
}
.table-container2 table .val-wrap .val-val{
  display: block;
}
.table-container2 table .val-wrap .mo-val{
  display: none;
}
.table-container2 table br{
  display: none;
}



.mo-only {
  display: none;
}

/* contact */
#contact {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
  background: url(../img/contact-bg.png);
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed;
}

#contact .tit {
  color: #FFF;
  text-align: center;
  font-family: "SuseongBatang";
  font-size: 56px;
  font-weight: 400;
  line-height: 130%; /* 72.8px */
  letter-spacing: -1.4px;
}

.contact-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #72060F;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
}

.contact-form {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid #030303;
  background: #FFF;
}

.flex-input {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form input[type="text"], input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 44px;
  padding: 10px;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.35px;
  border: 1px solid rgba(17, 17, 17, 0.50);
  background: #FFF;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus {
  outline: none;
  border: 1px solid #B8000E !important;
  box-shadow: none !important;
}

.contact-form input[type="text"]::placeholder, .contact-form input[type="tel"]::placeholder {
  color: rgba(34, 34, 34, 0.50);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.item label {
  box-sizing: border-box;
  color: #111;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 150% !important; /* 23.4px */
  letter-spacing: -0.4px !important;
}

.form-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.agree-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.contact-form .round-checkbox {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50px;
  appearance: none;
  position: relative;
  cursor: pointer;
  background: #FFF;
  border: 1px solid rgba(17, 17, 17, 0.50);
}

.contact-form .round-checkbox:checked::before {
  font-size: 100%;
  color: #fff;
  position: relative;
}

.contact-form .round-checkbox:checked {
  background-image: url("../img/check.png");
  background-size: 16px !important;
  background-position: center center !important;
  background-color: #B8000E;
  background-repeat: no-repeat;
  border: none;
}

.contact-form .agree {
  color: #333;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: -0.4px !important;
  cursor: pointer;
}

.contact-form .agree-open {
  color: #B8000E;
  font-weight: 600 !important;
}

.c-btn {
  width: 160px;
  background: #B8000E;
  display: flex;
  box-sizing: border-box;
  padding: 0 40px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #FFF;
  font-size: 20px;
  line-height: 130%; /* 140% */
  font-weight: 600;
  letter-spacing: -0.5px;
  border: none;
  border-radius: 8px;
}

.c-btn:hover {
  background: #72060F;
}

@media(min-width: 1700px) {
  .pg1-img-wrap {
    right: 100px;
    gap: 20px;
  }
}

@media(max-width: 1500px) {
  .pg2-fixed {
    max-width: 1200px;
  }
  .pg2-wrap {
    gap: 60px;
  }
  .pg2-swiper .video-area video {
    width: 500px;
  }
}

@media (max-width: 1350px) {
  .page1 {
    height: 800px;
  }
  .pg1-img-wrap {
    gap: 20px;
    top: 45%;
  }
  .pg1-img-wrap img {
    width: 260px;
  }
  .pg1-img-div {
    gap: 20px;
  }
  .symbol-logo {
    width: 100px;
  }
  .pg1-container p {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .page5 .flex-wrap .item{
    padding: 30px;
  }
}

@media (max-width: 1280px) {
  .pg1-img-wrap {
    right: 40px;
  }
  .pg2-wrap {
    padding: 0 30px 0 30px;
  }
  .page2 .tit {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .pg2-content p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .page3 .inner-wrap .item .txt-wrap{
    padding: 0 40px
  }
  .page3 .inner-wrap .item .txt-wrap .line-wrap .num{
    font-size: 30px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt1{
    font-size: 35px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt2{
    font-size: 18px;
  }
  .marquee {
    padding: 15px 0;
  }
  .marquee-track{
    gap: 40px;
  }
  .marquee-track img{
    height: 35px;
  }
  .page4 .flex-wrap .item .top-txt {
    padding: 15px;
    font-size: 27px;
  }
  .page4 .flex-wrap .item .txt-wrap{
    padding: 20px;
  }
  .page4 .flex-wrap .item .txt-wrap .txt{
    font-size: 19px;
  }
  .page5 .tit1{
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .page5 .tit2{
    font-size: 22px;
  }
  .page5 .flex-wrap .item {
    padding: 20px;
    height: 400px;
  }
  .page6 .tit{
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .page6 .flex-wrap .img-wrap .name{
    font-size: 28px;
  }
  .page7 .tit, .page9 .tit, #contact .tit {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .page9 {
    padding: 90px 0;
  }
  #contact {
    padding: 90px 0;
  }
  .contact-form {
    padding: 40px;
  }
  .page6 .talk{
    font-size: 18px;
  }
  .page6 .talk:nth-child(2) {
    margin: 28px auto;
  }
  .table-container2 table .val-wrap .pc-val{
    display: none;
  }
  .table-container2 table .val-wrap .mo-val{
    display: block;
  }
  .table-container2 table td{
    font-size: 18px;
  }

}

@media(max-width: 1150px) {
  .pg2-fixed {
    width: 95%;
  }
  .pg2-swiper .video-area video {
    width: 450px;
  }
  .table-container2 table td{
    font-size: 16px;
  }
  .table-container2 table .small{
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .pg1-img-wrap, .pg1-img-div {
    gap: 15px;
  }
  .pg1-img-wrap img {
    width: 220px;
  }
  .pg1-container p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .symbol-logo {
    width: 80px;
  }
  .pg2-fixed {
    width: 100%;
  }
  .page3 .inner-wrap .item .txt-wrap .line-wrap .num{
    font-size: 28px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt1{
    font-size: 30px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt2{
    font-size: 16px;
  }
  .page4 .flex-wrap{
    width: 95%;
  }
  .page4 .flex-wrap .item .top-txt {
    padding: 15px;
    font-size: 25px;
  }
  .page4 .flex-wrap .item .txt-wrap {
    padding: 15px 0 20px 0;
  }
  .page4 .flex-wrap .item .txt-wrap .txt {
    font-size: 16px;
  }
  .page5 .flex-wrap .item {
    height: 350px;
  }
  .page5 .flex-wrap .item .txt1{
    font-size: 32px;
  }
  .page5 .flex-wrap .item .txt2 {
    font-size: 18px;
  }
  .page6{
    overflow: hidden;
  }
  .page6 .label{
    font-size: 25px;
  }
  .page6 .label svg {
    top: -13px;
  }
  .page6 .flex-wrap{
    gap: 0px;
    width: 95%;
  }
  .page6 .flex-wrap .img-wrap {
    width: 53%;
    position: relative;
    right: 2%;
  }
  .page6 .flex-wrap .img-wrap .name {
    font-size: 25px;
  }
  .page6 .flex-wrap .txt-wrap .talk{
    font-size: 18px;
  }
  .page6 .flex-wrap .txt-wrap .menu-wrap .item .name{
    font-size: 21px;
  }
  .page6 .beef-wrap{
    border: 10px solid #72060F;
    width: 95%;
  }
  .table-container2 table td{
    font-size: 15px;
  }
  .table-container2 table .small{
    font-size: 13px;
  }
}

@media(max-width: 1024px) {
  .page2 {
    flex-direction: column;
    gap: 40px;
    padding: 90px 0 0;
  }
  .pg2-fixed {
    width: 100%;
    height: auto;
    padding: 0 40px;
    position: static;
    transform: none;
  }
  .pg2-div {
    gap: 24px;
  }
  .pg2-wrap {
    padding: 0;
    gap: 24px;
  }
  .pg2-swiper .video-area {
    padding: 0;
  }
  .pg2-swiper .video-area video {
    width: 100%;
  }
  .table-container2 table br{
    display: block;
  }
  .table-container2 table .color1 span{
    font-size: 13px;
  }
}

@media(max-width: 900px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .layer-popup .show-chk-wrap {
    margin-top: 0;
  }
  .layer-popup .show-chk-wrap a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .layer-popup .show-chk-wrap .x-btn {
    padding: 0 15px;
  }
  .page1 {
    min-height: 100vh;
    padding: 105px 0 80px;
    height: auto;
    flex-direction: column;
    gap: 60px;
  }
  .pg1-container {
    padding-left: 0;
  }
  .pg1-img-wrap {
    width: 80%;
    position: static;
    transform: translateY(-7%);
  }
  .pg1-img-wrap>img, .pg1-img-div {
    width: calc(50% - 7.5px);
  }
  .pg1-img-div img {
    width: 100%;
  }
  .page2 .tit {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .page3 .inner-wrap .item .img-wrap .pc-img{
    display: none !important;
  }
  .page3 .inner-wrap .item .img-wrap .mo-img{
    display: block;
  }
  .page3 .inner-wrap .item:nth-child(even) .img-wrap {
    border-radius: 27px 0 0 27px;
  }
  .page3 .inner-wrap .item .img-wrap {
    border-radius: 0 27px 27px 0;
    overflow: hidden;
  }
  .page3 .inner-wrap .item .txt-wrap .line-wrap .num {
    font-size: 30px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt1 {
    font-size: 35px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt2 {
    font-size: 25px;
    word-break: keep-all;
  }
  .page4 .flex-wrap{
    width: 98%;
  }
  .page4 .tit1.pc-title{
    display: none;
  }
  .page4 .tit1.mo-title{
    display: block;
  }
  .page5 .tit1.pc-title{
    display: none;
  }
  .page5 .tit1.mo-title{
    display: block;
  }
  .page5 .flex-wrap{
    flex-wrap: wrap;
  }
  .page5 .flex-wrap .item {
    width: 50%;
    height: 400px;
  }
  .page5 .flex-wrap .item .txt1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .page5 .flex-wrap .item .txt2 {
    font-size: 20px;
  }
  .page6 .tit.pc-title{
    display: none;
  }
  .page6 .tit.mo-title{
    display: block;
    text-align: center;
  }
  .page6 .flex-wrap{
    flex-direction: column;
    align-items: center;
  }
  .page6 .flex-wrap .img-wrap{
    width: 100%;
    right: 0;
    max-width: 600px;
  }
  .page6 .flex-wrap .img-wrap .name {
    font-size: 20px;
  }
  .page6 .flex-wrap .img-wrap .name span{
    font-size: 17px;
  }
  .page6 .flex-wrap .txt-wrap{
    width: 100%;
  }
  .mo-talk-wrap{
    display: block !important;
    width: 100%;
    text-align: center;
  }
  .mo-talk-wrap .talk{
    display: inline-block;
  }
  .page6 .flex-wrap{
    width: 92%;
  }
  .page6 .flex-wrap .txt-wrap .talk{
    display: none;
  }
  .page6 .talk:nth-child(3) {
    margin-bottom: 45px;
  }
  .page6 .flex-wrap .txt-wrap .menu-wrap{
    gap: 20px;
  }
  .cost-table th, .cost-table td {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.45px;
  }
  .cost-table td {
    height: 55px;
  }
  .cost-table-total p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
  .pg9-img.second {
    top: 20%;
  }
  .contact-container {
    padding: 10px;
  }
  .contact-form {
    padding: 30px;
  }

}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  .pg2-fixed {
    padding: 0 16px;
  }
  .pg2-wrap {
    width: 100%;
  }
  .nav-wrap {
    margin-left: auto;
  }
  .page3 .inner-wrap .item:nth-child(even) .img-wrap {
    border-radius: 20px 0 0 20px;
  }

  .page3 .inner-wrap .item .img-wrap {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
  }

  .page3 .inner-wrap .item .txt-wrap {
    padding: 0 20px;
  }
  .page3 .inner-wrap .item .txt-wrap .line-wrap .num {
    font-size: 25px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt1 {
    font-size: 30px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt2 {
    font-size: 20px;
    word-break: keep-all;
  }
  .marquee {
    padding: 12px 0;
  }
  .marquee-track{
    gap: 30px;
  }
  .marquee-track img{
    height: 28px;
  }
  .page4 .video-container{
    max-width: none;
    width: 195%;
  }
  .page4 .flex-wrap {
    flex-direction: column;
    background: transparent;
    gap: 30px;
    border: none;
    width: 90%;
  }
  .page4 .flex-wrap .item{
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #222;
  }
  .page4 .flex-wrap .item:nth-child(2) .top-txt{
    border:none;
  }
  .page4 .flex-wrap .item:nth-child(2) .txt-wrap{
    border:none;
  }
  .page4 .flex-wrap .item .txt-wrap .txt {
    font-size: 20px;
  }
  .page4 .flex-wrap .item .txt-wrap {
    padding: 20px;
  }
  .page4 .tit1{
    font-size: 45px;
  }
  .page4 .tit2{
    font-size: 20px;
  }
  .page5 .tit1 {
    font-size: 45px;
  }
  .page5 .tit2 {
    font-size: 20px;
  }
  .page6 {
    padding: 80px 0;
  }
  .page6 .tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .page6 .label {
    font-size: 23px;
    width: 250px;
  }
  .page6 .beef-wrap{
    margin: 40px auto 0;
  }
  .page6 .bottom{
    width: 110%;
  }
  .page7 {
    padding: 80px 0 0 0;
  }
  .page7 .tit, .page9 .tit, #contact .tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .page8{
    padding: 125px 0;
    background-size: 150% !important;
  }
  .page9 {
    padding: 80px 16px;
    gap: 40px;
  }
  .table-container {
    width: 100%;
  }
  .pg9-logo {
    width: 60px;
  }
  .page9 .title-script-wrap {
    margin-top: 0;
  }
  .pg9-sticky {
    padding: 0;
  }
  .pg9-sticky {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  #contact {
    padding: 80px 16px;
    gap: 40px;
  }
  .contact-container {
    width: 100%;
  }
  .table-container2{
    width: 100%;
    margin-top: -20px;
  }
  .table-container2 .unit{
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .page4 .video-container {
    width: 1300px;
  }
  .page4 .tit1 {
    font-size: 40px;
  }
  .page4 .tit2 {
    font-size: 18px;
  }
  .table-container2 table td {
    font-size: 14px;
  }
  .table-container2 table .small {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (max-width: 650px) {
  .pg1-img-wrap {
    width: 90%;
  }
  .pg1-img-wrap img {
    border-radius: 6px;
  }
  .pg1-container p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .symbol-logo {
    width: 65px;
  }
  .page2 .tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .nav-btn {
    width: 40px;
    height: 40px;
  }
  .pg2-content p br {
    display: none;
  }
  .page3 .inner-wrap .item .txt-wrap .line-wrap .num {
    font-size: 23px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt1 {
    font-size: 27px;
    margin: 10px 0 20px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt2 {
    font-size: 18px;
    word-break: keep-all;
  }
  .page5{
    padding: 80px 0;
  }
  .page5 .tit1 {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .page5 .tit2 {
    font-size: 18px;
  }
  .page5 .flex-wrap .item {
    height: 320px;
  }
  .page5 .flex-wrap .item .txt1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .page5 .flex-wrap .item .txt2 {
    font-size: 18px;
  }
  .page6 .tit {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .page6 .flex-wrap .txt-wrap .menu-wrap .item .name {
    font-size: 20px;
  }
  .page7 .tit, .page9 .tit, #contact .tit {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .page7 .review-slide-container{
    margin: 42px auto 0;
  }
  .page8 {
    background-attachment: unset;
  }
  .cost-table th, .cost-table td {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
  .cost-table td {
    height: 50px;
  }
  .cost-table-total p {
    padding: 12px 8px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pg9-img.one {
    width: 265px;
  }
  .pg9-img.second {
    width: 175px;
    top: 15%;
  }
  .pg9-img.third {
    width: 180px;
    top: unset;
    bottom: 15%;
  }
  .pg9-img.fourth {
    width: 270px;
    top: unset;
    bottom: -5%;
  }
  .contact-container {
    padding: 8px;
  }
  .contact-form {
    padding: 20px 10px;
    gap: 30px;
  }
  .flex-input {
    flex-wrap: wrap;
    gap: 30px;
  }
  .form-wrap {
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
  }
  .c-btn {
    width: 100%;
  }
  .table-container2 table td {
    font-size: 13px;
  }
  .table-container2 table .small {
    font-size: 11px;
    line-height: 17px;
  }
  .table-container2 table .color1 span {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .page1 {
    min-height: unset;
    height: 810px;
  }
  .pg1-container p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .symbol-logo {
    width: 50px;
  }
  .page2 .tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .pg2-content p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .page3{
    padding: 0px 10px;
  }
  .page3 .inner-wrap{
    width: 100%;
    padding: 80px 0px;
  }
  .page3 .inner-wrap .item .img-wrap {
    border-radius: 0 16px 16px 0;
  }
  .page3 .inner-wrap .item:nth-child(even) .img-wrap {
    border-radius: 16px 0 0 16px;
  }
  .page3 .inner-wrap .item .txt-wrap .line-wrap .num {
    font-size: 20px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt1 {
    font-size: 23px;
    margin: 10px 0 16px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt2 {
    font-size: 16px;
  }
  .page4 .video-container {
    width: 1250px;
  }
  .page4 .tit2 {
    font-size: 17px;
    margin: 6px auto 40px;
  }
  .page4 .flex-wrap .item .top-txt {
    padding: 20px;
    font-size: 22px;
  }
  .page4 .flex-wrap .item .txt-wrap .txt {
    font-size: 18px;
  }
  .page4 .flex-wrap .item .txt-wrap svg {
    width: 60px;
    height: 60px;
  }
  .page5 .tit2 {
    font-size: 17px;
    margin: 16px auto 40px;
  }
  .page5 .flex-wrap{
    width: 95%;
  }
  .page5 .flex-wrap .item {
    height: 280px;
    padding: 16px;
  }
  .page5 .flex-wrap .item .txt1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .page5 .flex-wrap .item .txt2 {
    font-size: 18px;
  }
  .page6 .tit {
    font-size: 35px;
  }
  .page6 .label {
    font-size: 20px;
    width: 210px;
    top: -15px;
    margin: 70px auto 40px;
  }
  .page6 .talk {
    font-size: 15px;
    line-height: 22px;
    padding: 9px 22.5px;
    border-radius: 45px;
  }
  .page6 .flex-wrap .img-wrap .name span {
    font-size: 15px;
  }
  .page6 .flex-wrap .txt-wrap .menu-wrap .item .name {
    font-size: 19px;
  }
  .page7 .review-slide-container{
    margin: 22px auto 0;
  }
  .page8 {
    background-size: 300% !important;
  }
  .pg9-logo {
    width: 35px;
  }
  .cost-table th, .cost-table td {
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.4px;
    padding: 4px;
  }
  .cost-table th {
    width: 85px;
  }
  .cost-table th:last-child, .cost-table-total p:last-child {
    width: calc(100% - 255px);
  }
  .cost-table td {
    height: 45px;
  }
  .cost-table-total p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
    width: 85px;
    padding: 12px 0;
  }
  .pc-only {
    display: none;
  }
  .mo-only {
    display: table-row;
  }
  .pg9-img.one {
    width: 190px;
    top: -5%;
  }
  .pg9-img.second {
    width: 100px;
    top: 13%;
  }
  .pg9-img.third {
    width: 110px;
    bottom: 12%;
  }
  .pg9-img.fourth {
    width: 200px;
    bottom: -5%;
  }
  .table-container2 table td {
    font-size: 10px;
  }
  .table-container2 table .color1 span {
    font-size: 9px;
  }
  .table-container2 table .small {
    font-size: 9px;
    line-height: 11px;
    margin-top: 2px;
  }
  .table-container2 table .val-wrap{
    gap: 5px;
  }
  .table-container2 table td{
    padding: 9px 5px;
  }
  .table-container2 .unit {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .page3 .inner-wrap .item .txt-wrap .line-wrap .num {
    font-size: 18px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt1 {
    font-size: 20px;
  }
  .page3 .inner-wrap .item .txt-wrap .txt2 {
    font-size: 15px;
  }
  .page4 .tit1 {
    font-size: 32px;
  }
  .page4 .tit2 {
    font-size: 15px;
  }
  .page5 .tit1 {
    font-size: 32px;
  }
  .page5 .tit2 {
    font-size: 15px;
  }
  .page5 .flex-wrap .item {
    height: 260px;
    padding: 16px;
  }
  .page5 .flex-wrap .item .txt1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page5 .flex-wrap .item .txt2 {
    font-size: 16px;
  }
  .page6 .tit {
    font-size: 32px;
  }
  .page6 .label {
    font-size: 20px;
    width: 210px;
    top: -17px;
  }
  .page6 .talk {
    font-size: 14px;
    padding: 7px 20px;
  }
  .page7 .tit, .page9 .tit, #contact .tit {
    font-size: 32px;
  }
}

@media(max-width: 370px) {
  .page8 img {
    width: 275px;
  }
  .cost-table th, .cost-table td {
    font-size: 12px;
    letter-spacing: -0.35px;
  }
  .cost-table th {
    width: 75px;
  }
  .cost-table th:last-child, .cost-table-total p:last-child {
    width: calc(100% - 225px);
  }
  .cost-table td {
    height: 42px;
  }
  .cost-table-total p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
    width: 75px;
    padding: 6px 0;
  }
  .agree-wrap {
    gap: 8px;
  }
  .contact-form .round-checkbox {
    width: 25px;
    height: 25px;
  }
}
