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

.mobile {
  display: none;
}

.layer-popup {
  /* position: absolute; */
  z-index: 9999;
  background-color: #fff;
  box-shadow: 2px 3px 10px #555;
  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;
}

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

.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 {
  /* width: 100%; */
  position: absolute;
  display: flex;
  top: 65px;
  left: 10px;
  gap: 0;
  align-items: center;
  z-index: 100;
  flex-wrap:wrap
}

/* main */
#main {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #191919;
  position: relative;
  overflow: hidden;
}

.main-container {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.main-left-txt {
  margin-right: 32px;
  max-width: 285px;
  width: 100%;
}

.main-logo {
  max-width: 387px;
  width: 30%;
}

.main-right-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 48px;
  line-height: 60px; /* 125% */
  margin-left: 10px;
  white-space: nowrap;
}

.main-right-txt>span {
  text-align: center;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
  font-family: RixYeoljeongdo;
  font-size: 48px;
  line-height: 80px; /* 166.667% */
}

.right-fixed {
  width: 390px;
  position: absolute;
  top: 25px;
  right: -210px;
}

.left-fixed {
  width: 390px;
  position: absolute;
  bottom: -90px;
  left: 60px;
}


/* page2 */
#page2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pg2-top-container {
  border-bottom: 1px solid #000;
  background: #FFF;
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  gap: 94px;
}

.pg2-top-div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pg2-top-div>p {
  color: #000;
  font-family: RixYeoljeongdo;
  font-size: 40px;
  line-height: 52px; /* 130% */
  white-space: nowrap;
}

.pg2-bottom-container {
  width: 100%;
  background: #FFF;
  display: flex;
}

.pg2-box {
  width: 33.3%;
  height: 400px;
  box-sizing: border-box;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
  position: relative;
}

.pg2-box:nth-child(2) {
  background: #000;
}

.pg2-box-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 40px;
  line-height: 52px; /* 133.333% */
}

.pg2-box-content {
  color: #111;
  text-align: center;
  font-size: 18px;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.45px;
  word-break: keep-all;
}

.pg2-box:first-child .point-icon {
  width: 130%;
}

.point-icon {
  position: absolute;
  width: 100%;
  bottom: 20px;
}


/* page3 */
#page3 {
  background: #191919;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

#page3 .right-fixed {
  right: -50px;
  top: -50px;
}

#page3 .left-fixed {
  left: 0;
}

.pg3-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pg-tit {
  color: #FFF;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 42px;
  line-height: 56px;
  z-index: 3;
  position: relative;
}

#page3 .pg-tit {
  opacity: 0.9;
}

.pg3-wrap {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 40px;
  z-index: 3;
}

.pg3-box {
  border-radius: 36px;
  border: 1px solid #434343;
  display: flex;
  box-sizing: border-box;
  padding: 15px;
  align-items: center;
  position: relative;
}

.pg3-box-inner {
  display: flex;
  width: 400px;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #434343;
}

.pg3-box-content {
  opacity: 0.5;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px; /* 145.455% */
  letter-spacing: -0.55px;
}

.pg3-box:last-child {
  border: 1px solid #6748F9;
}

.pg3-box:last-child .pg3-box-inner {
  background: #6748F9;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.pg3-box:last-child .pg3-box-inner>b {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  line-height: 44px; /* 146.667% */
  letter-spacing: -0.75px;
}

.pg3-img {
  width: 187px;
  position: absolute;
  right: -62px;
  bottom: -25px;
}

.pg-sub-tit {
  text-align: center;
  color: #FFF;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  z-index: 3;
}

.pg3-wave {
  width: 100%;
  height: 70%;
  position: absolute;
  top: 20%;
}


/* page4 */
#page4 {
  background: #FFF;
  display: flex;
  width: 100%;
  padding: 120px 0px;
  flex-direction: column;
  align-items: center;
  gap: 53px;
  overflow: hidden;
  position: relative;
}

.pg-top-div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

#page4 .pg-tit {
  color: #000;
  font-size: 44px;
}

.pg4-container {
  max-width: 1312px;
  width: 90%;
  display: flex;
  flex-direction: column;

}

.pg-container-tit {
  display: flex;
  align-items: center;
  height: 90px;
  gap: 88px;
  background: #191919;
  justify-content: center;
}

.pg-container-tit b {
  text-align: center;
  font-size: 32px;
  line-height: 50px; /* 156.25% */
  letter-spacing: -0.8px;
  white-space: nowrap;
}

.pg4-box-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.pg4-box {
  width: calc(100% / 6);
  box-sizing: border-box;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #191919;
  border-bottom: 1px solid #191919;
}

.pg4-box:nth-child(6), .pg4-box:last-child {
  border-right: 1px solid #191919;
}

.pg4-box-tit {
  width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 6px;
}

.pg4-box-tit>p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px; /* 357.143% */
  letter-spacing: -0.35px;
  position: relative;
  z-index: 5;
}

.pg4-box-tit>svg {
  position: absolute;
}

.pg4-box>.p {
  color: #6748F9;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px; /* 125% */
  letter-spacing: -0.6px;
}

#page4 .pg-sub-tit {
  color: #4A4A4A;
  font-size: 22px;
  line-height: 36px; /* 163.636% */
  letter-spacing: -0.55px;
}

#page4 .pg-sub-tit>span {
  color: #000;
  font-weight: 800;
}

#page4 .pg-sub-tit>.p {
  font-weight: 400;
}

.long-point {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}


/* page5 */
#page5 {
  background: #191919;
  display: flex;
  width: 100%;
  padding: 120px 0px;
  align-items: center;
  justify-content: center;
}

.pg5-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pg5-box {
  width: 400px;
  height: 300px;
  position: relative; /* 자식 요소를 상대적으로 배치 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  border-radius: 30px;
  overflow: hidden; /* 배경 이미지가 부모 요소를 벗어나지 않도록 */
}

.pg5-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  opacity: 0.2;
  z-index: 1;
}

.pg5-box:first-child::before {
  background-image: url(../img/page5/pg5-img.png);
}

.pg5-box:last-child::before {
  background-image: url(../img/page5/pg5-img2.png);
}

.pg5-box:hover {
  transform: translateY(-10px);
}
.pg5-box:hover::before {
  opacity: 0.5;
  transition: 0.3s;
}

.pg5-box>p {
  position: relative;
  z-index: 2;
}

.pg5-box>p:first-child {
  color: #FFF;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 36px;
  line-height: 56px; /* 155.556% */
}

.pg5-box>p:last-child {
  color: #EEE;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
  letter-spacing: -0.55px;
}

.pg5-middle {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.pg5-middle>p {
  color: #BFBFBF;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 36px;
  line-height: 56px; /* 155.556% */
}


/* page6 */
#page6 {
  background: url(../img/page6/pg6-bg.png);
  background-position: top center !important;
  background-size: cover !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.pg6-top-page {
  padding: 120px 0 100px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.pg6-top-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.pg-tit-div {
  position: relative;
}

.pg-tit-div>svg {
  position: absolute;
  right: 0;
  top: -20px;
  right: -10px;
}

.pg6-bottom-container {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
}

.reciept-container {
  width: 90%;
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-top: 10px;
}

.reciept {
  width: 385px;
}

#page6 .pg-sub-tit {
  color: #ABABAB;
  font-size: 24px;
  line-height: 40px; /* 166.667% */
  letter-spacing: -0.6px;
}

.pg6-logo {
  width: 90px;
}

.pg6-bottom-page {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 50px 0 70px;
  /* background: #000; */
}

.bottom-page-container {
  max-width: 1412px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 69.65px 66px 70.35px 65px;
  z-index: 3;
}

.pg6-circle {
  width: 25%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 100px;
}

.pg6-circle-inner {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  z-index: 3;
}

.pg6-circle-inner>p:first-child {
  color: #FFF;
  text-align: right;
  font-family: RixYeoljeongdo;
  font-size: 36px;
  line-height: 38px; /* 105.556% */
  margin-right: 40px;
}

.pg6-circle-inner>p:nth-child(2) {
  color: #FFF;
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.bg-circle {
  position: absolute;
  top: 0;
  left: 0;
}

.pg6-circle:hover>.bg-circle path{
  fill: #6748F9;
}

.pg6-wave {
  position: absolute;
  width: 100%;
  height: 470px;
  bottom: 0;
}


/* page7 */
#page7 {
  background: #F3F3F3;
  display: flex;
  width: 100%;
  padding: 120px 0px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: relative;
  overflow: hidden;
}

.pg7-top-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.pg7-tit-div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.pg7-tit-div>p:first-child {
  color: #000;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 44px;
  line-height: 56px; /* 127.273% */
}

.pg7-tit-div>.p {
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 36px;
  line-height: 56px; /* 155.556% */
}

.pg7-top-content {
  color: #333;
  text-align: center;
  font-size: 22px;
  line-height: 36px; /* 163.636% */
  letter-spacing: -0.55px;
}

.pg7-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.pg7-box {
  width: calc(33.3% - 20px);
  height: 320px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

.pg7-box:hover {
  background: #6748F9;
  transition: 0.2s;
}

.pg7-box:hover>svg path{
  fill: #FFF;
}

.pg7-box:hover>p:last-child {
  color: #FFF;
}

.pg7-box>p:first-child {
  color: #C1B4FF;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.4px;
}

.pg7-box>p:last-child {
  color: #333;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px; /* 135.714% */
  letter-spacing: -0.56px;
  word-break: keep-all;
}

#page7 .pg-sub-tit {
  color: #333;
  font-size: 22px;
  line-height: 36px; /* 163.636% */
  letter-spacing: -0.55px;
}


/* page8 */
#page8 {
  display: flex;
  width: 100%;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  background: #F3F3F3;
  position: relative;
  overflow: hidden;
}

.pg8-top-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.pg8-top-div {
  position: relative;
}

.pg8-top-div>p {
  color: #000;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 48px;
  line-height: 56px; /* 116.667% */
}

.underline {
  position: absolute;
  bottom: -8px;
  right: -30px;
}

.star {
  position: absolute;
  right: -15px;
  top: -15px;
}

.pg8-top-wrap>p {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 38px; /* 158.333% */
  letter-spacing: -0.6px;
}

.review-wrap {
  width: 100%;
}

.review-swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.review-swiper-container img {
  width: 100%;
  box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.08);
}


/* page9 */
#page9 {
  width: 100%;
  display: flex;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  background: #191919;
}

#page9 .pg-tit-div>svg {
  right: -25px;
  z-index: 3;
}

.pg9-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.menu-tab-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.menu-tab {
  border-radius: 50px;
  border: 1px solid #FFF;
  display: flex;
  width: 160px;
  padding: 14px 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  cursor: pointer;
}

.menu-tab:hover, .click {
  background: #6748F9;
  border: 1px solid #6748F9;
}

.menu-wrap {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.menu-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.menu-container img {
  width: calc(25% - 15px);
  border-radius: 40px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12), 0px 24px 28px 0px rgba(0, 0, 0, 0.08);
}

.contain-none {
  display: none;
}

.contain-active {
  display: flex;
}

.more {
  display: flex;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  display: flex;
  width: 200px;
  padding: 14px 0px 14px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.more:hover {
  background: #6748F9;
}

.more>span {
  color: #FFF;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 20px;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
}

.hidden {
  display: none !important;
}

.rotate {
  transform: rotate(180deg);
}

.extra-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


/* page10 */


/* page11 */
#page11 {
  background: #F3F3F3;
  display: flex;
  width: 100%;
  padding: 120px 0 0;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

#page11 .right-fixed {
  right: unset;
  top: 0;
  left: 0;
}

.pg11-container {
  max-width: 1312px;
  width: 90%;
  display: flex;
  flex-direction: column;
}

.pg-container-div {
  position: relative;
}

.pg-container-div>svg {
  position: absolute;
  right: -30px;
  bottom: -8px;
}

.pg11-container .pg-container-tit b {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 25px;
}

.pg11-container .pg-container-tit b>span {
  color: #FFF !important;
  font-family: RixYeoljeongdo;
  font-size: 42px;
  line-height: 50px; /* 119.048% */
}

.pg11-box-container {
  display: flex;
}

.pg11-box {
  width: 33.3%;
  height: 400px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 70px 10px 0;
}

.pg11-box:last-child {
  border-right: 1px solid #000;
}

.pg11-box-div {
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.pg11-box-div>.p {
  color: #6748F9;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px; /* 125% */
  letter-spacing: -0.6px;
}

.pg11-box-content {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
  word-break: keep-all;
}

.pg11-wave {
  width: 100%;
  background: #FFF;
}

.pg11-wave>img {
  width: 100%;
}


/* page12 */
#page12 {
  background: #FFF;
  display: flex;
  width: 100%;
  padding: 100px 0 120px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

.pg12-top-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.pg12-top-div {
  position: relative;
}

.pg12-top-div>p {
  color: #000;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 48px;
  line-height: 56px; /* 116.667% */
}

#page12 .underline {
  width: 340px;
  right: 0;
}

#page12>p {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 38px; /* 158.333% */
  letter-spacing: -0.6px;
}

.pg12-container{
  max-width: 1010px;
  width: 90%;
  display: flex;
  gap: 50px;
  justify-content: center;
}

.pg12-container>img {
  width: calc(50% - 25px);
  border-radius: 30px;
}

.pg12-container>img:last-child {
  border: 5px solid #6748F9;
  box-shadow: 6px 16px 32px 0px rgba(0, 0, 0, 0.08);
}


/* page13 */
#page13 {
  background: #191919;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 120px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 120px;
  position: relative;
  overflow: hidden;
}

.graph-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.graph-left-wrapper {
  width: 40%;
  box-sizing: border-box;
  padding: 35px 46px 36px 46px;
  display: flex;
  flex-direction: column;
  gap: 67px;
  align-items: center;
}

.graph-top-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

.graph-top-wrap {
  display: flex;
  flex-direction: column;
  gap: 53px;
  align-items: center;
}

.graph-tit-div {
  position: relative;
}

.graph-tit-div>p {
  color: #FFF;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 42px;
  line-height: 50px; /* 119.048% */
}

.graph-tit-div>img {
  width: 282px;
  position: absolute;
  top: -38px;
  left: -30px;
}

.check-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.check-div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.check-div>span {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px; /* 166.667% */
  letter-spacing: -0.75px;
}

.graph-top-wrapper>p {
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px; /* 150% */
  letter-spacing: -0.6px;
}

.graph-left-wrapper>p {
  color: #FFCA8A;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 42px;
  line-height: 50px; /* 119.048% */
}

.graph-right-wrapper {
  width: 55%;
  padding: 50px 0;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.graph {
  width: 85%;
}

.graph-right-wrapper>p {
  position: absolute;
  bottom: 38%;
  left: 8%;
  z-index: 3;
  color: #FFCA8A;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 28px;
  line-height: 50px; /* 178.571% */
}

.cost-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 43px;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
}

.cost-table-container {
  width: 1000px;
  display: flex;
  flex-direction: column;
}

table {
  border-top: 3px solid #C1B4FF;
  border-collapse: collapse;
}

table td {
  text-align: center;
  color: #A3A3A3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-bottom: 1px solid rgba(173, 155, 255, 0.20);
  border-right: 1px solid rgba(173, 155, 255, 0.20);
  padding: 5px 20px;
}

table td:first-child {
  width: 20%;
  text-align: left;
  padding-left: 30px;
  line-height: 48px; /* 300% */
}

table td:nth-child(2) {
  text-align: left;
  padding: 5px 30px;
}

table td:last-child {
  border-right: none !important;
}

table tr:last-child td {
  border-bottom: none !important;
}

.p-color {
  color: #C1B4FF !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 48px; /* 266.667% */
  white-space: nowrap;
}

.table-div {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.table-div>svg {
  position: absolute;
}

.free-div>p {
  font-size: 18px;
  font-weight: 800;
  line-height: 48px; /* 266.667% */
  white-space: nowrap;
}

.free-div {
  position: relative;
}

.free-div>svg {
  position: absolute;
  left: -13px;
  top: 6px;
}

table td>span {
  color: #D6D6D6 !important;
}

.total-wrap {
  border-radius: 30px;
  background: #C1B4FF;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.total-div {
  position: relative;
}

.total-div>p {
  color: #000;
  font-family: RixYeoljeongdo;
  font-size: 32px;
  line-height: 48px; /* 150% */
}

.total-div>svg {
  position: absolute;
  left: -16px;
  top: -33px;
}

.caution {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.caution>p {
  color: #FFF;
  font-size: 14px;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.35px;
}

.story-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  padding: 90px 0px;
}

.story-sub-tit {
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px; /* 158.333% */
  letter-spacing: -0.6px;
}

.story-box-container {
  max-width: 900px;
  width: 90%;
  display: flex;
  gap: 20px;
}

.story-box {
  display: flex;
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 40px 25px;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

.story-box>img {
  width: 120px;
}

.story-box>p {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.story-bottom-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story-bottom-div>p:first-child {
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px; /* 158.333% */
  letter-spacing: -0.6px;
}

.story-bottom-div>p:last-child {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.8px;
}

.story-p {
  color: #AD9BFF !important;
}

.qna-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 3;
}

.qna-box-container {
  width: 100%;
  border-radius: 30px;
  background: #EBEBEB;
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  gap: 35px;
}

.qna-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.q {
  color: #0E0E0E;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: -0.5px;
  cursor: pointer;
}

.a {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  display: none;
  border-radius: 20px;
  background: #000;
  display: none;
  box-sizing: border-box;
  padding: 8px 20px;
  align-items: center;
}

.q.active + .a {
  display: block;
}

.pg13-wave {
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
}


/* contact */
#contact {
  background: #191919;
  width: 100%;
  display: flex;
  padding: 75px 0 120px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin-top: -5px;
}

#contact .pg-top-div {
  gap: 33px;
}

.contact-container {
  max-width: 1200px;
  width: 90%;
  border-radius: 30px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 40px;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-wrap {
  display: flex;
  gap: 30px;
}

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

.half-input {
  flex-direction: column;
}

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

input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 44px;
  padding: 10px;
  background: #FFF;
  color: rgba(34, 34, 34);
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
  border: 1px solid rgba(17, 17, 17, 0.50);
}

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

label {
  color: #222;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.item label>span {
  color: #999;
}

.s-btn-wrap, .g-btn-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tab {
  min-width: 133px;
  height: 44px;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 1px solid rgba(154, 52, 34, 0.50);
  background: rgba(154, 52, 34, 0.05);
  color: #9A3422;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.s-tab, .g-tab {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #C5C6CC;
  background: #FFF;
  color: #767676;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.have, .this {
  background: #222;
  color: #FFF;
  font-weight: 700;
}

.s-tab svg, .g-tab svg {
 display: none;
}

.have svg, .this svg {
  display: block;
}

.svg-box {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  border: 1px solid #DDD;
}

.flex-item {
  display: flex;
  gap: 16px;
  align-items: center;
}

#age {
  width: 80px !important;
}

#sort-item {
  opacity: 0.3;
}

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

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

.round-checkbox {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50px;
  appearance: none;
  position: relative;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #B2B2B2;
}

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

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

.agree {
  font-weight: 400 !important;
}

.agree-open {
  text-decoration: underline;
  font-weight: 600 !important;
  cursor: pointer;
}

.c-btn {
  border-radius: 8px;
  background: #6748F9;
  display: flex;
  box-sizing: border-box;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #FFF;
  font-size: 20px;
  line-height: 28px; /* 140% */
  font-weight: 600;
  letter-spacing: -0.5px;
  border: none;
}

.c-btn:hover {
  background: #5A36FF;
}


/* page15 */
#page15 {
  background: #F3F3F3;
  display: flex;
  width: 100%;
  padding: 120px 0px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

#page15 .long-point:first-child {
  top: 20px;
  bottom: unset;
}

#page15 .pg-top-div {
  gap: 20px;
}

#page15 .pg-tit {
  color: #000;
}

.map-container {
  position: relative;
  max-width: 1200px;
  width: 90%;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#map {
  width: 100%;
  height: 540px;
}

.store-list-container {
  width: 300px;
  background: #FFF;
  border: 1px solid #EEE;
  background: #FFF;
  overflow: hidden;
  height: 500px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 20px;
  z-index: 5;
}

.search-head {
  display: flex;
  box-sizing: border-box;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  color: #222;
  text-align: center;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
  gap: 10px;
}

#page15 input[type="text"] {
  border: none !important;
  padding: 0 !important;
  height: 24px;
}

.select-box {
  display: flex;
  box-sizing: border-box;
  padding: 10px 20px;
  align-items: center;
  border-top: 1px solid #EEE;
  position: relative;
  background: #FFF;
}

.select {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #505050;
  text-align: center;
  font-size: 14px;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.35px;
}

.option-list{
  position: absolute;
  background: #fff;
  top: 44px;
  box-sizing: border-box;
  padding: 5px 20px;
  display: none;
  z-index: 100;
  border-radius: 12px;
  border: 1px solid #EEE;
}

.option {
  color: #505050;
  text-align: center;
  font-size: 14px;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.35px;
}

.list-wrap {
  overflow-y: scroll;
  height: calc(100% - 93px);
  display: flex;
  flex-direction: column;
  border-top: 1px solid #EEE;
  overflow-y: scroll;
  background: #FFF;
}

.rotate-180 {
  transform: rotate(180deg);
}

.store-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 20px;
  flex-direction: column;
  border-top: 1px solid rgba(183, 162, 137, 0.20);
  cursor: pointer;
}

.store-item:first-child {
  border-top: none;
}

.s-name {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.s-address {
  color: #505050;
  font-size: 14px;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.35px;
}

.s-number {
  color: #5A36FF;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.total {
  color: #D8222B;
}

.no-store {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.agree-modal {
  position: fixed;
  top: 2.5vh;
  width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  cursor: pointer;
  z-index: 1001;
  box-sizing: border-box;
  padding: 0 48px;
  padding-top: 60px !important;
  padding-bottom: 20px !important;
  justify-content: initial !important;
  height:95vh;
  gap: 20px !important;
  display: none;
}

.agree-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: end;
  cursor: pointer;
}

.agree-close > svg {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.80);
  padding: 6.4px 6.4px 5.6px 5.6px;
}

.agree-close>svg:hover {
  background: #000;
  transition: 0.3s;
}

.agree-modal>.title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.p24 {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.p40 {
  color:  #111;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 130% */
  letter-spacing: -1px;
}

.agree-modal>.content {
  margin-top: 20px;
  height: 87%;
  overflow: scroll;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #505050;
}

.agree-logo {
  width: 50px;
}

.mo-tit {
  display: none;
}

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 101 !important;
}


/* animation */
.line-blink {
  animation: line-blink 0.8s infinite;
}


/* shopinshop */
#shopinshop {
  background: #F3F3F3;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 120px 0px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

#shopinshop .star {
  right: -30px;
}

#shopinshop .underline {
  right: -17px;
}

.sis-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  gap: 60px;
}

.sis-left-container {
  width: calc(35% - 30px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sis-left-container img {
  width: 100%;
  height: 33.3%;
  object-fit: cover;
  border-radius: 12px;
}

.sis-right-container {
  width: calc(65% - 30px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sis-right-container img {
  width: 100%;
}

/* shopinshop2 */
#shopinshop2 {
  background: #F3F3F3;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 120px 0px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

#shopinshop2 .star {
  right: -18px;
}

#shopinshop2 .underline {
  right: 6px;
}

.signboard-container {
  display: flex;
  max-width: 1200px;
  width: 90%;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.signboard-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.signboard-top img {
  width: calc(33.3% - 10px);
  border-radius: 12px;
}

.signboard-bottom {
  width: 100%;
}

.mo-sis {
  display: none;
}

@keyframes line-blink {
  0% {
    border: 1px solid #434343;
  }
  50% {
    border: 1px solid #6748F9;
  }
  100% {
    border: 1px solid #434343;
  }
}

.text-blink {
  animation: text-blink 1.3s infinite;
}

@keyframes text-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* interior */
#interior {
  background: #000;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

.interior-top-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.interior-top-wrap>p {
  color: #C1B4FF;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 48px;
  line-height: 56px; /* 116.667% */
}

.interior-top-wrap>div {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 38px; /* 158.333% */
  letter-spacing: -0.6px;
}

.interior-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  z-index: 10;
}

.interior-swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.interior-swiper-container img {
  width: 100%;
  border-radius: 12px;
}

.interior-nav-wrap {
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 45%;
  left: 2%;
}

.nav-btn {
  display: flex;
  box-sizing: border-box;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.50);
  z-index: 10;
}

.nav-btn:active {
  background: #FFF;
}

.nav-btn:hover {
  background: #6748F9;
}

.nav-btn:hover>svg path {
  fill: #FFF;
}

.interior-box-container {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.interior-box {
  width: 50%;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.08) 100%);
  display: flex;
  box-sizing: border-box;
  padding: 40px 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.interior-div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.interior-div>p:first-child {
  color: #C1B4FF;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 56px;
  line-height: 56px; /* 100% */
}

.interior-div>p:last-child {
  color: #FFF;
  text-align: center;
  font-family: RixYeoljeongdo;
  font-size: 32px;
  line-height: 56px; /* 175% */
}

.interior-box>div {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  line-height: 36px; /* 163.636% */
  letter-spacing: -0.55px;
  word-break: keep-all;
}

.interior-wave {
  position: absolute;
  width: 100%;
  top: 23%;
}


/* youtube */
#youtube {
  display: flex;
  width: 100%;
  padding: 140px 0px 120px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  background: #F3F3F3;
  position: relative;
  overflow: hidden;
}

.youtube-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.youtube-container iframe {
  aspect-ratio: 9 / 16;
  border-radius: 12px;
}

.youtube-logo {
  width: 89px;
}

/* 900px */
.mi-br {
  display: none;
}

/* 768px */
.ta-br {
  display: none;
}

/* 650px */
.mo-br {
  display: none;
}

@media(min-width: 1450px) {
  .pg6-wave {
    height: 550px;
    bottom: -50px;
  }
}

@media(min-width: 1500px) {
  .pg2-box {
    height: 500px;
  }
  .pg6-bottom-page {
    padding: 60px 0;
  }
  .pg6-wave {
    height: 550px;
  }
}

@media(min-width: 1700px) {
  .pg2-box {
    height: 500px;
  }
  .pg6-bottom-page {
    padding: 120px 0 60px;
  }
}

@media(max-width: 1400px) {
  .pg6-circle-inner>p:first-child {
    margin-right: 20px;
  }
  .graph-left-wrapper {
    padding: 25px 35px;
  }
}

@media(max-width: 1320px) {
  .pg7-box {
    justify-content: start;
    height: auto;
    padding: 50px 30px;
    gap: 15px;
  }

}

@media(max-width: 1300px) {
  .pg4-box-container {
    flex-wrap: wrap;
  }
  .pg4-box {
    width: 25%;
  }
  .pg4-box:nth-child(4), .pg4-box:nth-child(8) {
    border-right: 1px solid #191919;
  }
  .pg4-box:nth-child(6) {
    border-right: none;
  }
  .pg5-middle>svg {
    width: 170px;
  }
  .pg5-middle>p {
    font-size: 32px;
    line-height: 42px; /* 131.25% */
    letter-spacing: -0.8px;
  }
  .pg5-box {
    width: 350px;
  }
  .pg6-circle-inner>p:first-child {
    margin-right: 40px;
    font-size: 28px;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
  }
  .pg6-circle-inner>p:nth-child(2) {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .pg6-circle>svg {
    width: 100%;
  }
  .cost-container, .story-container {
    padding: 80px 0;
  }
  .cost-table-container {
    width: 90%;
  }
  table td {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
    padding: 5px 20px !important;
  }
  .p-color, .free-div>p {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .free-div>svg {
    left: -11px;
    top: -3px;
  }
  .total-wrap {
    height: 65px;
  }
  .total-div>p {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .total-div>svg {
    width: 150px;
    left: -20px;
    top: -37px;
  }
  .caution>p {
    font-size: 12px;
    line-height: 18px; /* 150% */
    letter-spacing: -0.3px;
  }
}

@media(max-width: 1250px) {
  .graph-left-wrapper {
    padding: 25px 15px;
  }
}

@media(max-width: 1200px) {
  .main-container {
    gap: 30px;
  }
  .main-left-txt {
    margin-right: 20px;
  }
  .pg2-box-tit {
    font-size: 32px;
    line-height: 42px; /* 131.25% */
  }
  .pg2-box-content {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .big-no-br {
    display: none;
  }
  .pg11-box {
    padding-top: 60px;
    gap: 20px;
  }
  .pg12-container {
    gap: 30px;
  }
  #page13 {
    gap: 80px;
  }
  .cost-container .pg-tit, .story-container .pg-tit, .qna-container .pg-tit {
    font-size: 32px;
    line-height: 42px; /* 131.25% */
    letter-spacing: -0.8px;
  }
  .story-container {
    gap: 50px;
  }
  .story-sub-tit,  .story-box>p, .story-bottom-div>p:first-child {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .story-box-container {
    max-width: 750px;
  }
  .story-box>img {
    width: 100px;
  }
  .story-bottom-div>p:last-child {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
  }
  .agree-modal {
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    transform: none;
  }
  .popup-space {
    width: 100%;
    position: fixed;
  }
  .sis-container {
    gap: 30px;
  }
  .sis-left-container {
    width: calc(34% - 15px);
  }
  .sis-right-container {
    width: calc(66% - 15px);
    gap: 20px;
  }
  .signboard-container {
    gap: 30px;
  }
}

@media(max-width: 1100px) {
  .pg3-box {
    width: calc(50% - 20px);
  }
  .pg3-box-inner {
    width: 100%;
  }
  .pg3-img {
    width: 150px;
    right: -26.256px;
    bottom: -17.44px;
  }
  .pg-container-tit {
    gap: 50px;
  }
  .pg5-box {
    width: 300px;
    height: 200px;
  }
  .pg5-middle {
    gap: 20px;
  }
  .pg5-middle>svg {
    width: 150px;
  }
  .pg5-middle>p, .pg5-box>p:first-child {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .pg5-box>p:last-child {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .bottom-page-container {
    padding: 35px 35px 70px;
  }
  .pg6-circle-inner {
    gap: 20px;
  }
  .pg6-circle-inner>p:first-child {
    margin-right: 20px;
  }
  .pg6-wave {
    height: 420px;
  }
  .pg7-box>p:last-child {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .graph-left-wrapper {
    gap: 50px;
  }
  .graph-top-wrapper, .graph-top-wrap {
    gap: 30px;
  }
  .graph-tit-div>p {
    font-size: 32px;
    line-height: 42px; /* 131.25% */
    letter-spacing: -0.8px;
  }
  .graph-tit-div>img {
    width: 230px;
    top: -33px;
    left: -35px;
  }
  .check-div>span {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .graph-top-wrapper>p {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .graph-left-wrapper>p {
    font-size: 31.5px;
    line-height: 37.5px; /* 119.048% */
  }
  .graph-right-wrapper>p {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  table td {
    font-size: 12px;
    line-height: 18px; /* 150% */
    letter-spacing: -0.3px;
    padding: 5px 15px !important;
  }
  .p-color, .free-div>p {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .free-div>svg {
    width: 50px;
    left: -9px;
    top: -6px;
  }
  .total-wrap {
    height: 65px;
  }
  .total-div>p {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .total-div>svg {
    width: 130px;
  }
  .pg13-wave {
    width: 150%;
  }
  .caution {
    margin-top: 10px;
  }
  .caution>p {
    font-size: 10px;
    line-height: 16px; /* 150% */
    letter-spacing: -0.25px;
  }
  .interior-box-container {
    gap: 20px;
  }
  .interior-box {
    padding: 40px 20px;
  }
  .interior-div>p:first-child {
    font-size: 48px;
    line-height: 62px; /* 129.167% */
    letter-spacing: -1.2px;
  }
  .interior-div>p:last-child {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
  }
  .interior-box>div {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
}

@media (max-width: 1024px) {
  .main-right-txt, .main-right-txt>span {
    font-size: 40px;
    line-height: 56px; /* 140% */
  }
}

@media(max-width: 1000px) {
  .pg2-bottom-container {
    flex-direction: column;
  }
  .pg2-box {
    width: 100%;
  }
  .pg2-box:first-child .point-icon {
    display: none;
  }
  .pg2-box:last-child .point-icon {
    width: 130%;
  }
  .pg2-box-tit {
    font-size: 40px;
    line-height: 52px; /* 130% */
  }
  .pg2-box-content {
    font-size: 18px;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.45px;
  }
  .pg3-box:last-child .pg3-box-inner>b {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .pg3-box:last-child .pg3-box-inner>svg:nth-child(3) {
    width: 100px;
  }
  .pg5-box {
    width: 250px;
  }
  #page6 {
    overflow: hidden;
  }
  .pg6-bottom-page {
    padding-bottom: 220px;
  }
  .bottom-page-container {
    flex-wrap: wrap;
    row-gap: 100px;
  }
  .pg6-circle {
    width: 40%;
  }
  .pg6-circle-inner {
    width: 60%;
  }
  .pg6-circle-inner>p:first-child {
    margin-right: 50px;
  }
  .pg6-wave {
    bottom: 100px;
    width: auto;
    height: 820px;
  }
  #page7 {
    padding: 100px 0;
  }
  .mi-no-br {
    display: none;
  }
  #youtube {
    padding: 20px 0 100px;
  }
}

@media(max-width: 900px) {
  .main-container {
    flex-direction: column;
    gap: 50px;
  }
  .main-left-txt, .main-right-txt {
    margin: 0;
  }
  .main-logo {
    width: 40%;
  }
  .main-left-txt {
    max-width: none;
    width: 50%;
  }
  .main-right-txt, .main-right-txt>span {
    font-size: 48px;
    line-height: 60px; /* 125% */
  }
  #main .right-fixed {
    display: none;
  }
  #main .left-fixed {
    left: unset;
    right: -80px;
  }
  .pg2-top-container {
    gap: 50px;
  }
  .pg2-top-div>p {
    font-size: 32px;
  }
  .mi-br {
    display: block;
  }
  .pg-tit {
    font-size: 36px !important;
    line-height: 46px !important; /* 131.25% */
    letter-spacing: -0.9px !important;
  }
  .pg-container-tit {
    height: 75px;
  }
  .pg-container-tit b,.pg11-container .pg-container-tit b>span {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .pg5-container {
    width: 90%;
    flex-direction: column;
    gap: 40px;
  }
  .pg5-box {
    width: 100%;
    height: 300px;
  }
  .pg5-box:first-child {
    order: 2;
  }
  .pg5-box:last-child {
    order: 3;
  }
  .pg5-middle {
    order: 1;
    gap: 30px;
  }
  .pg5-middle>svg {
    width: 170px;
  }
  .pg5-middle>p {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .pg5-box>p:first-child {
    font-size: 36px;
    line-height: 56px; /* 155.556% */
  }
  .pg5-box>p:last-child {
    font-size: 22px;
    line-height: 32px; /* 145.455% */
    letter-spacing: -0.55px;
  }
  .pg-tit-div>svg {
    width: 180px;
    right: -15px;
    top: 22px;
  }
  .reciept {
    width: calc(50% - 18px);
  }
  .bottom-page-container {
    row-gap: 70px;
  }
  .pg7-box {
    width: calc(50% - 15px);
  }
  #page9 .pg-tit-div>svg {
    width: 170px;
    right: -20px;
  }
  .menu-tab {
    width: 140px;
  }
  .menu-container img {
    width: calc(33.3% - 14px);
    border-radius: 20px;
  }
  .pg11-container .pg-container-tit b {
    color: #FFF;
    gap: 10px;
  }
  .pg-container-div>svg {
    width: 92px;
    right: -15px;
    bottom: -18px;
  }
  #page11 {
    padding: 0;
  }
  #page11 .right-fixed {
    display: none;
  }
  .pg11-container {
    width: 100%;
  }
  .pg11-box-container {
    flex-direction: column;
  }
  .pg11-box {
    height: auto;
    width: 100%;
    padding: 40px 0;
    border-right: 1px solid #000;
  }
  .big-no-br, .mi-no-br {
    display: block;
  }
  #page12 .star {
    right: -25px;
    top: 39px;
  }
  #page13 {
    gap: 60px;
  }
  .graph-container {
    width: 80%;
    flex-direction: column;
    gap: 40px;
  }
  .graph-left-wrapper, .graph-right-wrapper {
    width: 100%;
  }
  .graph-top-wrapper, .graph-top-wrap {
    gap: 40px;
  }
  .graph-right-wrapper>p {
    bottom: 38%;
    left: 9%;
    font-size: 24px;
    line-height: 34px; /* 141.667% */
  }
  .cost-container, .story-container {
    width: 80%;
    padding: 60px 0;
  }
  table td {
    font-size: 10px;
    line-height: 16px; /* 150% */
    letter-spacing: -0.25px;
  }
  .p-color, .free-div>p {
    font-size: 12px;
    line-height: 18px; /* 142.857% */
    letter-spacing: -0.3px;
  }
  .free-div>svg {
    width: 45px;
  }
  .total-wrap {
    height: 55px;
  }
  .total-div>p {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .total-div>svg {
    width: 110px;
    left: -15px;
    top: -40px;
  }
  .table-div {
    gap: 4px;
  }
  .table-div>svg {
    width: 20px;
  }
  .story-box {
    flex-direction: column;
  }
  .story-box>p {
    text-align: center;
  }
  .qna-container, .contact-container {
    width: 80%;
  }
  .qna-box-container {
    gap: 20px;
    padding: 30px;
  }
  .pg13-wave {
    width: 200%;
  }
  .contact-container {
    padding: 30px;
  }
  .form-wrap {
    justify-content: space-between;
  }
  .map-container {
    width: 80%;
    border-radius: 0;
  }
  .store-list-container {
    width: 100%;
    position: static;
    border-radius: 0;
  }
  .caution>p {
    font-size: 8px;
    line-height: 14px;
    letter-spacing: -0.2px;
  }
  .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;
  }
  .sis-container {
    flex-direction: column;
    gap: 20px;
  }
  .sis-left-container {
    width: 100%;
    gap: 8px;
  }
  .sis-right-container {
    width: 100%;
    gap: 17.3px;
  }
  .interior-box-container {
    flex-direction: column;
  }
  .interior-box {
    width: 100%;
  }
  .mi-no-br2 {
    display: none;
  }
  .interior-wave {
    width: 120%;
    top: 30%;
  }
  #shopinshop .star {
    top: 45px;
    right: -10px;
  }
  #shopinshop2 .star {
    top: 45px;
    right: 30px;
  }
  #shopinshop2 .underline {
    right: 52px;
  }
  .signboard-top {
    gap: 10px;
  }
  .signboard-top img {
    width: calc(50% - 5px);
  }
  .signboard-container {
    gap: 20px;
  }
  .youtube-container {
    gap: 20px;
  }
  .youtube-logo {
    display: none;
  }
  #youtube .star {
    right: 65px;
    top: 45px;
  }
  #youtube .underline {
    width: 180px;
    height: 14px;
    right: 70px;
  }
  .sis1 {
    order: 1;
  }
  .sis2 {
    order: 3;
  }
  .sis3 {
    order: 5;
  }
  .sis4 {
    order: 2;
  }
  .sis5 {
    order: 4;
  }
  .sis6 {
    order: 6;
  }
}

@media(max-width: 800px) {
  table td {
    line-height: 16px !important;
    padding: 10px 15px !important;
  }
}

@media (max-width: 768px) {
  #page3 .right-fixed {
    right: unset;
    left: -30px;
  }
  #page3 .left-fixed {
    left: unset;
    right: -100px;
  }
  .pg3-container, #page4 {
    gap: 40px;
  }
  .pg3-wrap {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .pg3-box {
    width: 90%;
  }
  .pg3-box-inner {
    height: 250px;
    padding: 6px;
  }
  .pg3-box:last-child .pg3-box-inner {
    gap: 13px;
  }
  .pg4-container {
    width: 100%;
  }
  .pg4-box {
    width: 50%;
  }
  .pg4-box:nth-child(2n) {
    border-right: 1px solid #191919;
  }
  .long-point {
    width: 200%;
  }
  .reciept-container {
    margin-top: 0;
    gap: 14px;
  }
  .reciept {
    width: calc(50% - 7px);
  }
  .ta-br {
    display: block;
  }
  .pg6-bottom-container  {
    gap: 40px;
  }
  .pg6-circle {
    width: 45%;
  }
  .pg6-circle-inner>p:first-child {
    margin-right: 30px;
  }
  .pg7-box {
    gap: 5px;
  }
  .more {
    width: 150px;
  }
  .more>span {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .more>svg {
    width: 30px;
    height: 30px;
  }
  .story-box {
    padding: 25px 10px;
    gap: 8px;
  }
  .story-box>p {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .story-bottom-div>p {
    text-align: center;
  }
  .q, .a {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .pg13-wave {
    width: 250%;
  }
  .agree-modal {
    padding: 0 20px;
  }
  .contact-wrap, .flex-input {
    flex-direction: column;
  }
  .half-input {
    width: 100%;
  }
  .layer-popup {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media(max-width: 765px) {
  table td {
    font-size: 8px;
    line-height: 14px; /* 150% */
  }
  .p-color, .free-div>p {
    font-size: 10px;
    line-height: 16px; /* 142.857% */
    letter-spacing: -0.25px;
  }
  .free-div>svg {
    width: 35px;
    left: -7px;
    top: -8px;
  }
  .total-wrap {
    height: 55px;
  }
  .total-div>p {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .total-div>svg {
    width: 110px;
    left: -15px;
    top: -40px;
  }
  .table-div {
    gap: 2px;
  }
  .table-div>svg {
    width: 15px;
  }
  .caution>p {
    font-size: 6px;
    line-height: 12px;
    letter-spacing: -0.15px;
  }
  .youtube-container {
    width: 90%;
  }
  .youtube-container iframe {
    width: calc(50% - 10px);
  }
}

@media(max-width: 700px) {
  #page13, #contact, #page15  {
    padding: 100px 30px;
  }
  .graph-container, .cost-container, .story-container, .qna-container, .contact-container, .map-container {
    width: 100%;
  }
  #section13 {
    gap: 20px;
  }
}

@media(max-width: 650px) {
  .main-right-txt, .main-right-txt>span {
    font-size: 40px;
    line-height: 56px; /* 140% */
  }
  .main-logo {
    width: 50%;
  }
  .main-left-txt {
    width: 60%;
  }
  .pg6-top-page {
    padding: 120px 0 0px;
  }
  .pg6-bottom-page {
    padding-top: 0;
  }
  .bottom-page-container {
    row-gap: 30px;
  }
  .pg6-circle-inner {
    width: 70%;
  }
  .pg6-wave {
    height: 720px;
  }
  #page7, #page9 {
    gap: 40px;
  }
  .pg7-top-wrap {
    gap: 40px;
  }
  .pg7-tit-div {
    gap: 5px;
  }
  .pg7-container {
    gap: 10px;
  }
  .pg7-box {
    width: calc(50% - 5px);
    padding: 40px 20px;
  }
  .mo-br {
    display: block;
  }
}

@media(max-width: 600px) {
  .pg2-top-container {
    gap: 20px;
  }
  .pg2-top-div>p {
    font-size: 28px;
  }
  .pg2-box {
    height: auto;
    padding: 40px 0;
    gap: 20px;
  }
  .pg2-box-tit {
    font-size: 32px;
    line-height: 42px; /* 131.25% */
  }
  .pg2-box-content {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  #page3, #page4, #page8, #page9 {
    padding: 100px 0;
  }
  .pg-tit {
    font-size: 28px !important;
    line-height: 38px !important; /* 135.714% */
  }
  .pg3-box-inner {
    height: 200px;
  }
  .pg3-box-content {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .pg3-box:last-child .pg3-box-inner>b {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .pg3-box:last-child .pg3-box-inner>svg {
    width: 20px;
  }
  .pg3-box:last-child .pg3-box-inner>svg:nth-child(3) {
    width: 85px;
  }
  .pg3-img {
    width: 130px;
  }
  .pg-sub-tit {
    font-size: 18px !important;
    line-height: 26px !important; /* 144.444% */
    letter-spacing: -0.45px !important;
  }
  .pg-container-tit {
    gap: 15px;
  }
  .pg-container-tit>img {
    width: 147px;
  }
  .pg-container-tit b, .pg11-container .pg-container-tit b>span {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .pg5-container {
    gap: 20px;
  }
  .pg5-middle {
    margin-bottom: 20px;
  }
  .pg-tit-div>svg {
    width: 140px;
    right: -10px;
    top: 13px;
  }
  .bottom-page-container {
    padding: 35px;
  }
  .pg6-circle {
    width: 40%;
  }
  .pg6-circle-inner>p:first-child {
    font-size: 18px;
    line-height: 19px; /* 105.556% */
  }
  .pg6-circle-inner>p:nth-child(2) {
    font-size: 12px;
    line-height: 17px; /* 141.667% */
    letter-spacing: -0.3px;
  }
  .pg6-circle {
    padding-top: 120px;
  }
  .pg6-wave {
    height: 630px;
  }
  .pg7-box>p:first-child {
    font-size: 12px;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.24px;
  }
  .pg7-box>p:last-child {
    font-size: 16px;
    line-height: 20px; /* 125% */
    letter-spacing: -0.32px;
  }
  .pg7-box>svg, .pg7-box>img {
    width: 70px;
    height: 70px;
  }
  .pg7-tit-div>p:first-child {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .pg7-tit-div>.p {
    font-size: 20px;
    line-height: 28px; /* 140% */
  }
  .pg7-top-content {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .pg7-container {
    width: 80%;
  }
  .pg8-top-wrap {
    gap: 36px;
  }
  .pg8-top-div>p, .pg12-top-div>p{
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .underline {
    width: 79.962px;
    height: 8.077px;
    bottom: 0;
    right: -12px;
  }
  .star {
    width: 15.346px;
    height: 14.538px;
    right: -4px;
    top: -5px;
  }
  .pg8-top-wrap>p, #page12>p {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  #page9 .pg-tit-div>svg {
    width: 133px;
    right: -19px;
    top: 11px;
  }
  .menu-tab {
    width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .menu-container, .extra-images {
    gap: 10px;
  }
  .menu-container img {
    width: calc(50% - 5px);
    border-radius: 10px;
  }
  .pg9-container, .menu-wrap {
    gap: 20px;
  }
  .more {
    width: 120px;
  }
  .more>span {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .more>svg {
    width: 30px;
    height: 30px;
  }
  .pg11-container {
    width: 100%;
  }
  .pg11-container .pg-container-tit b {
    gap: 5px;
  }
  .pg-container-div>svg {
    width: 66px;
    right: -10px;
    bottom: -24px;
  }
  .pg11-box-div {
    height: 90px;
  }
  .pg11-box-div>svg {
    height: 50px;
  }
  #page12 {
    padding: 60px 0 100px;
    gap: 40px;
  }
  .pg12-top-wrap {
    gap: 40px;
  }
  .pg12-container {
    width: 70%;
    flex-direction: column;
    gap: 10px;
  }
  .pg12-container>img {
    width: 100%;
  }
  #page12 .star {
    right: -15px;
    top: 35px;
  }
  #page12 .underline {
    width: 216px;
    right: -8px;
  }
  #page13 {
    padding: 100px 30px 0;
    gap: 40px;
  }
  .graph-right-wrapper {
    border-radius: 10px;
  }
  .graph-tit-div>p {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .graph-tit-div>img {
    width: 210px;
    top: -28px;
  }
  .check-div>p {
    font-size: 22.5px;
    line-height: 37.5px; /* 166.667% */
    letter-spacing: -0.562px;
  }
  .graph-top-wrapper>p {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .graph-right-wrapper>p {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    left: 10%;
  }
  .cost-container, .story-container {
    padding: 40px 0;
    gap: 40px;
    border-radius: 10px;
  }
  table td {
    font-size: 6px;
    line-height: 12px; /* 150% */
    padding: 5px 10px !important;
  }
  .p-color, .free-div>p {
    font-size: 8px;
    line-height: 14px; /* 142.857% */
  }
  .free-div>svg {
    width: 30px;
    left: -4px;
    top: -10px;
  }
  .total-wrap {
    height: 40px;
    border-radius: 8.64px;
  }
  .total-div>p {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .total-div>svg {
    width: 80px;
    left: -10px;
    top: -43px;
  }
  .story-sub-tit {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .story-box-container {
    gap: 10px;
  }
  .story-box {
    width: calc(50% - 5px);
    padding: 20px 10px;
    gap: 5px;
  }
  .story-box>img {
    width: 60px;
  }
  .story-box>p {
    font-size: 12px;
    line-height: 18px; /* 150% */
    letter-spacing: -0.3px;
  }
  .story-bottom-div>p {
    font-size: 18px !important;
    line-height: 26px !important; /* 144.444% */
    letter-spacing: -0.45px !important;
  }
  .qna-container {
    gap: 20px;
  }
  .qna-box-container, .a {
    border-radius: 10px;
  }
  .qna-box-container {
    padding: 20px 10px;
  }
  .q, .a {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .pg13-wave {
    display: none;
  }
  #contact {
    gap: 40px;
  }
  #contact .pg-top-div, #page15 .pg-top-div {
    gap: 10px;
  }
  .contact-container {
    gap: 30px;
    padding: 20px 10px;
    border-radius: 10px;
  }
  .form-wrap {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
  .c-btn {
    width: 100%;
  }
  .layer-popup {
    left: 5% !important;
  }
  #shopinshop, #shopinshop2 {
    padding: 100px 0;
    gap: 40px;
  }
  #shopinshop .underline {
    width: 121px;
    height: 8px;
    right: 3px;
  }
  .sis-left-container img {
    border-radius: 9.6px;
  }
  #interior {
    padding: 100px 0;
  }
  .interior-top-wrap {
    gap: 36px;
  }
  .interior-top-wrap>p {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .interior-top-wrap>div {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .interior-container {
    width: 100%;
  }
  .interior-swiper-container img {
    border-radius: 0;
  }
  .interior-box-container {
    width: 90%;
  }
  .nav-btn {
    padding: 9px;
  }
  .nav-btn>svg {
    width: 24px;
    height: 24px;
  }
  .interior-div>p:first-child {
    font-size: 32px;
    line-height: 42px; /* 131.25% */
  }
  .interior-div>p:last-child {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }
  .interior-box>div {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .interior-wave {
    width: 120%;
    top: 33%;
  }
  #shopinshop .star {
    top: 35px;
    right: -5px;
  }
  #shopinshop2 .star {
    top: 35px;
    right: 20px;
  }
  #shopinshop2 .underline {
    width: 135.962px;
    height: 25.077px;
    bottom: -11px;
    right: 30px;
  }
  .signboard-top img {
    border-radius: 9.6px;
  }
  #youtube {
    padding: 0 0 80px;
  }
  #youtube .star {
    right: 40px;
    top: 35px;
  }
  #youtube .underline {
    width: 110px;
    height: 8px;
    right: 40px;
  }
  .pc-sis {
    display: none;
  }
  .mo-sis {
    display: block;
  }
}

@media(max-width: 500px) {
  .bottom-page-container {
    row-gap: 0;
  }
  .pg6-circle {
    width: 50%;
  }
  .pg6-wave {
    width: 200%;
    height: 580px;
  }
  .agree-modal {
    gap: 40px !important;
  }
  .agree-modal>.title>.p24 {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .agree-modal>.title>.p40 {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
  }
}

@media (max-width: 480px) {
  .main-logo {
    width: 65%;
  }
  .main-left-txt {
    width: 75%;
  }
  .pg2-top-container>svg:first-child {
    margin-left: -40px;
  }
  .pg2-top-container>svg:last-child {
    margin-right: -40px;
  }
  .pg4-box-tit {
    margin-bottom: 0;
  }
  .long-point {
    width: 350%;
  }
  .pg5-middle>svg {
    width: 150px;
  }
  .pg5-box {
    height: 240px;
  }
  .pg6-bottom-page {
    padding-bottom: 170px;
  }
  .pg6-wave {
    width: 200%;
    height: 500px;
  }
  .pg7-box {
    width: calc(50% - 5px);
    padding: 20px 10px 0;
    height: 150px;
  }
  .pg7-box>svg, .pg7-box>img {
    width: 50px;
    height: 50px;
  }
  .pg11-box {
    padding: 20px;
  }
  .pg11-wave>img {
    width: 150%;
  }
  .graph-left-wrapper {
    padding: 0;
  }
  .graph-right-wrapper {
    height: 350px;
    padding: 0;
  }
  .graph-right-wrapper>p {
    font-size: 14px;
    line-height: 25px; /* 178.571% */
    left: 9%;
  }
  .store-list-container, #map {
    height: 300px;
  }
}

@media(max-width: 480px) {
  table {
    border-top: 1px solid #C1B4FF;
  }
  table td {
    font-size: 4.608px;
    line-height: 13.824px; /* 300% */
    padding: 2px 10px !important;
  }
  table td:nth-child(2) {
    line-height: 6.912px !important;
  }
  .p-color, .free-div>p {
    font-size: 5.184px;
    line-height: 13.824px; /* 266.667% */
  }
  .free-div>svg {
    width: 20px;
    left: -2px;
    top: -10px;
  }
  .total-wrap {
    height: 25px;
  }
  .total-div>p {
    font-size: 9.216px;
    line-height: 13.824px; /* 150% */
  }
  .total-div>svg {
    width: 60px;
    left: -10px;
    top: -45px;
  }
  .caution {
    margin-top: 5px;
  }
  .caution>p {
    font-size: 4px;
    line-height: 7px;
    letter-spacing: -0.1px;
  }
  .interior-box .mi-br {
    display: none;
  }
  .interior-wave {
    width: 120%;
    top: 32%;
  }
}

@media(max-width: 400px) {
  .pg3-wrap {
    width: 100%;
  }
  .pg3-img {
    right: -10.256px;
  }
  .pg6-circle-inner>p:first-child {
    margin-right: 10px;
  }
  .graph-right-wrapper {
    height: 300px;
  }
  table td {
    padding: 2px 8px !important;
  }
  .free-div>svg {
    left: -5px;
  }
  .story-box {
    padding: 20px 5px;
  }
  .interior-box {
    padding: 40px 10px;
  }
}


