
/* 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;
}

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

/* 메인 */
#main {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: url('../img/main.png');
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-fix {
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 95px;
}

.call-fix {
  border-radius: 14px 0px 0px 14px;
  background: #EA0A2A;
  padding: 5px 0px 5px 5px;
  box-sizing: border-box;
}

.call-inner {
  border-radius: 12px 0px 0px 12px;
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
  background:  #EA0A2A;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  padding: 14px 20px;
  display: flex;
  gap: 4px;
}

.call-inner>a {
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px; /* 100% */
}

.main-container {
  max-width: 1280px;
  width: 90%;
  box-sizing: border-box;
  padding: 110px 0 220px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.main-container>p:first-child{
  color: #FFF;
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.main-container>p:nth-child(2) {
  color: #FFF;
  font-family: "GamtanRoad Batang";
  font-size: 64px;
  line-height: 80px; /* 125% */
}

.main-container>p:nth-child(2)>span {
  font-family: "GamtanRoad Batang B" !important;
}

.main-container>p:nth-child(3) {
  color: #FFF;
  font-family: "GamtanRoad Dotum";
  font-size: 32px;
  line-height: 42px; /* 131.25% */
  letter-spacing: -0.64px;
  margin-top: 20px;
}

.main-btn {
  display: flex;
  gap: 30px;
}

#main .main-btn {
  margin-top: 80px;
}

.founded-open {
  border-radius: 40px;
  border: 4px solid rgba(255, 255, 255, 0.05);
  background: #F34444;
  box-sizing: border-box;
  padding: 18px 32px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.48px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.go-tasting {
  border-radius: 40px;
  border: 4px solid rgba(255, 255, 255, 0.05);
  background: var(--green, #008375);
  box-sizing: border-box;
  padding: 18px 32px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.48px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.founded-open:hover, .go-tasting:hover {
  border: 4px solid rgba(255, 255, 255, 1);
  transition: 0.4s;
}

.main-bottom {
  max-width: 1280px;
  width: 95%;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 35px 0;
  margin-bottom: -48px;
  z-index: 5;
}

.main-step {
  display: flex;  
  gap: 8px;
  align-items: center;
  font-size: 20px;
  line-height: 26px; /* 130% */
  letter-spacing: -0.4px;
}

.main-step>b {
  color: #111;
}

.main-step>p {
  color: #333;
  font-weight: 600;
}

#page2 {
  background: #F3F3F3;
  padding: 126px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.pg2-container>p:first-child {
  color: #111;
  text-align: center;
  font-family: "GamtanRoad Batang R";
  font-size: 40px;
  line-height: 52px; /* 130% */
}

.pg2-container>p:first-child>span {
  font-family: "GamtanRoad Batang B";
}

.pg2-container>p:nth-child(2) {
  color: #333;
  text-align: center;
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.waiting-wrap {
  width: 100%;
  z-index: 1;
}

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

.waiting-container img {
  width: 100%;
}

/* .waiting-container .swiper-wrapper{
  transition-timing-function: linear;
} */

.waiting-nav-wrap, .menu-nav-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 50;
}

.success-nav-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 50;
}

.nav-btn {
  width: 36px !important;
}

.waiting-button-back, .menu-button-back, .success-button-back {
  background:  rgba(0, 0, 0, 0.20);
  border: none;
  box-sizing: border-box;
  padding: 22px 10px;
  position: relative;
  z-index: 100;
}

.waiting-button-forward, .menu-button-forward, .success-button-forward {
  background:  rgba(0, 0, 0, 0.20);
  border: none;
  box-sizing: border-box;
  padding: 22px 10px;
  position: relative;
  z-index: 100;
}

.waiting-button-back:hover, .waiting-button-forward:hover, .menu-button-back:hover, .menu-button-forward:hover {
  background: rgba(0, 0, 0, 0.60);
  transition: 0.4s;
}

.ebook-form {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

/* .ebook-form>p {
  color: #000;
  text-align: center;
  font-family: "GamtanRoad Dotum B";
  font-size: 40px;
  line-height: 52px; 
  letter-spacing: -0.8px;
}

.ebook-form .flex-input {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
} */

.ebook-div {
  width: 100%;
  display: flex;
  gap: 25px;
}

.ebook-div .popup-tit {
  white-space: nowrap;
}

.ebook-form .item {
  width: 100%;
  display: flex;
  gap: 10px;
  white-space: nowrap;
  align-items: center;
}

.ebook-form .item label {
  color: #222;
  font-size: 18px;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.36px;
}

.item .input {
  width: 100%;
}

.item .input input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 10px 10px;
  border-radius: 4px;
  border: 1px solid #DDD;
  display: flex;
  align-items: center;
}

.item .input input[type="text"]::placeholder {
  color: #BBB;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.36px;
}

.ebook-form label {
  width: fit-content;
}

.e-btn {
  box-sizing: border-box;
  padding: 18px 32px;
  border-radius: 40px;
  border: 4px solid #EA0A2A;
  background: #FFF;
  color: #EA0A2A;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.e-btn:hover {
  color: #FFF;
  background: #EA0A2A;
  transition: 0.4s;
}

#page3, #page4 {
  background: #F3F3F3;
  display: flex;
  padding: 100px 0px 80px 0px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  position: relative;
}

#page3 {
  padding: 150px 0px 80px 0px;
}

#page3 .call-fix {
  position: absolute;
  top: 80px;
  right: 0;
}

 #page4 .call-fix, #page5 .call-fix, #page10 .call-fix, #page11 .call-fix, #page12 .call-fix {
  position: absolute;
  top: 40px;
  right: 0;
}

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

.pg3-tit-div>p:first-child {
  color: #111;
  text-align: center;
  font-family: "GamtanRoad Batang R";
  font-size: 48px;
  line-height: 62px; /* 129.167% */
}

.pg3-tit-div>p:first-child>span {
  font-family: "GamtanRoad Batang B";
}

.pg3-tit-div>p:last-child {
  color: #333;
  text-align: center;
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.pg3-container{
  max-width: 1240px;
  width: 90%;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.pg3-wrap {
  width: 33%;
  background: #FFF;
  border-radius: 12px;
  overflow: hidden;
}

.pg3-wrap>.pg3-wrap-img {
  height: 240px;
}

.pg3-wrap:first-child>.pg3-wrap-img {
  width: 100%;
  background: rgba(239, 239, 239, 0.20);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pg3-logo {
  width: 300px;
}

.pg3-wrap:nth-child(2)>.pg3-wrap-img {
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: url('../img/page3/pg3-img2.png');
}

.pg3-wrap:last-child>.pg3-wrap-img {
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: url('../img/page3/pg3-img3.jpeg');
}

.pg3-wrap-content {
  display: flex;
  box-sizing: border-box;
  padding: 30px 20px;
  flex-direction: column;
  /* word-break: keep-all; */
  gap: 10px;
}

.pg3-wrap-content>.semi-bold {
  color: #222;
  font-size: 28px;
  line-height: 38px; /* 135.714% */
  letter-spacing: -0.56px;
}

.pg3-point {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  box-sizing: border-box;
  padding: 2px 4px;
  background: #EA0A2A;
  width: fit-content;
}

.pg3-wrap-content>p:last-child {
  color: #505050;
  font-size: 20px;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
}

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

.pg4-tit-div>p:first-child {
  color: #111;
  text-align: center;
  font-family: "GamtanRoad Batang B";
  font-size: 48px;
  line-height: 62px; /* 129.167% */
}

.pg4-tit-div>p:first-child>span {
  color: #EA0A2A;
}

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

.pg4-sub-div>p:first-child, .pg4-sub-div>p:last-child {
  color: #333;
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.pg4-sub-div>b {
  color: #FFF;
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
  box-sizing: border-box;
  padding: 2px 8px;
  background: #EA0A2A;
  width: fit-content;
}

/* flip card */
.card-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  width: 90%;
  gap: 20px;
  justify-content: center;
}

.card-flip {
  position: relative;
  /* width: calc(33% - 10px); */
  width: 400px;
  height: 500px;
  cursor: pointer;
}

.card-flip-faces {
  height: 100%;
  transition: all ease 0.5s;
  transform-style: preserve-3d;
  transform: perspective(600px) rotateY(0deg);
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

.card-flip:hover .card-flip-faces {
  transform: perspective(600px) rotateY(180deg);
}

.card-flip-front,
.card-flip-back {
  border-radius: 12px;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all ease 0.5s;
  display: flex;
  flex-direction: column;
}

.card-flip-front {
  gap: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.card-flip-back {
  gap: 10px;
  justify-content: center;
}

.card-flip-front {
  /* display: block; */
  background: #FFF;
}

.card-flip .card-flip-back {
  position: absolute;
  top: 0;
  color: white;
  transform: perspective(600px) rotateY(180deg);
  backface-visibility: hidden;
}

.card-flip:first-child .card-flip-back, .card-flip:last-child .card-flip-back {
  background: #EA0A2A;
}

.card-flip:nth-child(2) .card-flip-back, .card-flip:nth-child(4) .card-flip-back {
  background: #008375;
}

.card-flip:nth-child(3) .card-flip-back, .card-flip:nth-child(5) .card-flip-back {
  background: #FCDA01;
}

.number {
  font-size: 56px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.12px;
}

.card-flip:first-child .card-flip-front .number, .card-flip:last-child .card-flip-front .number {
  color: #EA0A2A;
}

.card-flip:nth-child(2) .card-flip-front .number, .card-flip:nth-child(4) .card-flip-front .number {
  color: #008375;
}

.card-flip:nth-child(3) .card-flip-front .number, .card-flip:nth-child(5) .card-flip-front .number {
  color: #EFBA00;
}

.card-flip-img {
  width: 150px;
}

.card-front-text {
  height: 126px;
  color: #333;
  font-family: "GamtanRoad Dotum B";
  font-size: 28px;
  line-height: 38px; /* 135.714% */
  letter-spacing: -0.56px;
}

.card-flip-back {
  color: #FFF;
}

.card-flip:nth-child(3) .card-flip-back, .card-flip:nth-child(5) .card-flip-back {
  color: #111;
}

.card-flip-title {
  text-align: center;
  font-family: "GamtanRoad Dotum B";
  font-size: 28px;
  line-height: 38px; /* 135.714% */
  letter-spacing: -0.56px;
}

.card-back-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  text-align: left;
  /* word-break: keep-all; */
}

#page5 {
  background: #FFF;
  display: flex;
  padding: 100px 0px 80px 0px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  position: relative;
}

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

.pg5-tit-div>p:first-child {
  color: #111;
  font-family: "GamtanRoad Batang B";
  font-size: 48px;
  line-height: 62px;
}

.pg5-tit-div>p:nth-child(2) {
  box-sizing: border-box;
  padding: 2px 8px;
  background: #EA0A2A;
  color: #FFF;
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
  margin-top: 16px;
}

.pg5-tit-div>p:last-child {
  color: #333;
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.graph-container {
  max-width: 1280px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.graph-pc {
  width: 100%;
  color: #505050;
  text-align: right;
  font-size: 14px;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
}

.graph-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 40px;
}

.graph {
  width: calc(50% - 15px);
}

.graph-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.graph-tit {
  display: flex;
}

.graph-tit>svg {
  margin-left: -0.1px;
}

.graph-tit>p {
  background: #F34444;
  box-sizing: border-box;
  padding: 3px 0px 4px 16px;
  color: #FFF;
  font-family: "GamtanRoad Batang B";
  font-size: 24px;
  line-height: 38px; /* 158.333% */
}

.graph-div>p {
  color: #222;
  text-align: center;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  padding-right: 4px;
}

.graph table {
  width: 100%;
}

.graph table th {
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: -0.32px;
  background: #008375;
  border-right: none !important;
}

.graph table tr:first-child {
  background: #008375;
}

.graph table td {
  color: #505050;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px; /* 142.857% */
  border-bottom: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
}

.store {
  font-weight: 600 !important;
}

.img-td {
  padding: 0 !important;
  width: 220px;
  border: none !important;
}

.img-td>div {
  width: 100%;
  height: 260px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.store1 {
  background: url('../img/page5/hot.png');
}

.store2 {
  background: url('../img/page5/shopping.png');
}

.store3 {
  background: url('../img/page5/area.png');
}

.store4 {
  background: url('../img/page5/couple.png');
}

.store5 {
  height: 355px !important;
  background: url('../img/page5/university.png');
}

.graph table .price {
  color: #222;
  width: fit-content;
}

.graph table .price>span {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.24px;

}

.graph table tr:last-child {
  background: rgba(0, 131, 117, 0.20);
}

.graph table tr:last-child td {
  color: #222;
  font-weight: 600;
  border-right: none;
  border-top: 1px solid #222;
  border-bottom: 2px solid #222;
}

.graph table tr:nth-last-child(2) td {
  border-bottom: 1px solid #222;
}

.graph table .vertical {
  writing-mode: vertical-lr;
  border-bottom: 1px solid #222;
}

#page6 {
  background:  #DFF0EE;
  display: flex;
  padding: 80px 0 80px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}

.pg6-container {
  max-width: 1280px;
  width: 90%;
  position: relative;
  z-index: 5;
}

.pg6-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pg6-div>p {
  color: #111;
  font-family: "GamtanRoad Batang B";
  font-size: 40px;
  line-height: 52px; /* 130% */
}

.point {
  color: #008375 !important;
}

.pg6-right {
  display: flex;
  gap: 15px;
}

.pg6-box {
  width: 160px;
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  background: #333;
}

.pg6-box:last-child {
  width: 180px;
  background: #EA0A2A;
}

.pg6-box>.box-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pg6-box>.box-tit>p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.48px;
}

.pg6-box>.box-tit>b {
  color: #FFF;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.64px;
}

.pg6-box:last-child>.box-tit>b {
  color: #FFE53C;
}

.pg6-box>img {
  width: 145%;
  margin-top: -165px;
  animation: rotate_image 20s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}


#page7 {
  background: #F3F3F3;
  padding: 100px 0 55px;
  position: relative;
  display: flex;
  justify-content: center;
}

.pg7-container {
  max-width: 1280px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 125px; */
}

.pg7-left {
  border-radius: 0px 20px 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 50;
}

.pg7-left>p {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px; /* 131.25% */
  border-radius: 100px;
  background: #EA0A2A;
  box-sizing: border-box;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
}

.pg7-bg {
  background: url('../img/page7/pg7-left.png');
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  left: 0;
  top: 40px;
  width: 70%;
  height: 800px;
  border-radius: 0px 20px 20px 0px;
}

.pg7-tit>p:first-child {
  color: #FFF;
  font-family: "GamtanRoad Batang R";
  font-size: 40px;
  line-height: 62px; /* 155% */
}

.pg7-tit>p:nth-child(2) {
  color: #FCDA01;
  font-family: "GamtanRoad Batang B";
  font-size: 48px;
  line-height: 62px;
}

.pg7-tit>p:last-child {
  color: #FCDA01;
  font-family: "GamtanRoad Batang B";
  font-size: 16px;
  line-height: 28px;
}

.pg7-table {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  box-sizing: border-box;
  padding: 60px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  height: fit-content;
  z-index: 50;
}

.pg7-table>p {
  color: #000;
  font-family: "GamtanRoad Dotum B";
  font-size: 40px;
  line-height: 52px; /* 130% */
  letter-spacing: -0.8px;
}

.pg7-table table {
  width: 620px;
}

.pg7-table table th {
  box-sizing: border-box;
  padding: 12px 16px;
  color: #111;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  border-bottom: 2px solid #111;
  border-top: 2px solid #111;
}

.pg7-table table tr:last-child {
  background: #008375;
  border-bottom: 2px solid #111;
  border-top: 2px solid #111;
}

.pg7-table table tr:last-child td{
  color: #FFF !important;
  border: none !important;
}

.pg7-table table td {
  box-sizing: border-box;
  padding: 12px 16px;
  color: #222;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.pg7-table table td:first-child {
  color: #505050;
}

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

.sm-txt {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
}

#page8 {
  background: #F3F3F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 100px 0;
}

#page8>p {
  color: #111;
  text-align: center;
  font-family: "GamtanRoad Batang B";
  font-size: 48px;
  line-height: 62px; /* 129.167% */
}

.pg8-container {
  max-width: 1280px;
  width: 90%;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.store-box {
  width: calc(20% - 16px);
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

/* .store-box>p {
  color: #EA0A2A;
  text-align: center;
  font-size: 20px;
  line-height: 26px; 
}

.store-box>b {
  color: #EA0A2A;
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.64px;
}

.store-box2 {
  width: calc(20% - 17px);
  border-radius: 4px;
  border: 2px solid var(--green, #008375);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  height: 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} */

/* .store-box2>.store-top {
  width: 100%;
  height: 240px;
  padding: 10px 0;
  background: #008375;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.store-box2>.store-top>p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.store-box2>.store-top>b {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  line-height: 42px; 
}

.store-box2>p {
  display: flex;
  box-sizing: border-box;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #CAE8E5;
  color:#008375;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px; 
} */


#page9 {
  background: #F3F3F3;
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}


.img-wrap {
  width: 100%;
  z-index: 1;
}

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

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

.img-container .swiper-wrapper{
  transition-timing-function: linear;
}

.menu-wrap {
  width: 100%;
  z-index: 1;
}

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

.menu-container img {
  width: 100%;
}

/* .menu-container .swiper-wrapper{
  transition-timing-function: linear;
} */

.menu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.menu-img-div {
  width: 270px;
  height: 270px;
  overflow: hidden;
  border-radius: 100%;
}

.menu-img-div>img {
  width: 100%;
  transition: 0.3s ease; 
  transform-origin: 50% 50%;
}

.menu-box:hover img {
  /* width: 200px;
  height: 200px; */
  border-radius: 200px;
  transform: scale(1.3);
  /* transition: 0.3s; */
  /* transform-origin: 50% 50%; */
}

.menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-content>p:first-child {
  color: #222;
  text-align: center;
  font-family: "GamtanRoad Batang B";
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.48px;
  white-space: nowrap;
}

.menu-content>p:last-child {
  color: #505050;
  text-align: center;
  font-family: "GamtanRoad Dotum R";
  font-size: 18px;
  line-height: 30px; /* 166.667% */
}

#page10 {
  background: #F3F3F3;
  display: flex;
  padding: 100px 0px 80px 0px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  position: relative;
}

#page10>p {
  color: #111;
  text-align: center;
  font-family: "GamtanRoad Batang B";
  font-size: 48px;
  line-height: 62px; /* 129.167% */
}

.pg10-container {
  max-width: 1280px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #999;
  background: #FFF;
}

.step-box {
  position: relative;
  width: 33.2%;
  height: 400px;
}

.step {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  background: #FFF;
}

.step>p {
  color: #222;
  text-align: center;
  font-family: "GamtanRoad Batang B";
  font-size: 28px;
  line-height: 38px; /* 135.714% */
}

.step-img {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background: #008375;
}

.step-box:first-child>svg,  .step-box:nth-child(2)>svg{
  position: absolute;
  top: 40%;
  right: -40px;
  z-index: 5;
}

.step-box:nth-child(3)>svg {
  position: absolute;
  left: 40%;
  bottom: -30px;
  z-index: 5;
}

.step-box:nth-child(5)>svg, .step-box:last-child>svg {
  position: absolute;
  left: -40px;
  top: 40%;
  z-index: 5;
}

.step-box:first-child, .step-box:nth-child(2), .step-box:nth-child(3) {
  border-bottom: 1px solid #999;
}

.step-box:first-child .step, .step-box:nth-child(2) .step, .step-box:nth-child(3) .step{
  padding: 40px 0px 25px 0px;
}

.step-box:last-child, .step-box:nth-child(4), .step-box:nth-child(5) {
  border-top: 1px solid #999;
}

.step-box:last-child .step, .step-box:nth-child(4) .step, .step-box:nth-child(5) .step{
  padding: 50px 0px 25px 0px;
}
/* 
.step-box:first-child>.step, .step-box:nth-child(2), .step-box:nth-child(2)>.step, .step-box:nth-child(4)>.step, .step-box:nth-child(5), .step-box:nth-child(5)>.step {
  border-right: 1px solid #999;
} */

.step-box:first-child, .step-box:nth-child(2), .step-box:nth-child(4), .step-box:nth-child(5) {
  border-right: 1px solid #999;
}


.step-txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.step-txt>p:first-child {
  color: #222;
  text-align: center;
  font-family: "GamtanRoad Batang R";
  font-size: 28px;
  line-height: 38px; /* 135.714% */
}

.step-txt>p:first-child>span {
  font-family: "GamtanRoad Batang B";
}


.step-txt>.main-tit {
  font-family: "GamtanRoad Batang B" !important;
}

.step-txt>.sub-tit {
  color: #222;
  font-family: "GamtanRoad Batang R";
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

#page11 {
  background: #F3F3F3;
  padding: 150px 0 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pg11-bg {
  /* background: url('../img/page11/pg11-bg.png');
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; */
  position: absolute;
  right: 0;
  top: 120px;
  width: 60%;
  /* height: 900px; */
  /* border-radius: 20px 0px 0px 20px; */
}

.pg11-mo-bg {
  display: none;
  background: url('../img/page11/pg11-bg.png');
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 0;
  top: 120px;
  width: 60%;
  height: 900px;
  border-radius: 20px 0px 0px 20px;
}

.pg11-container {
  max-width: 1280px;
  width: 90%;
}

.pg11-div {
  position: relative;
  width: fit-content;
  box-sizing: border-box;
  padding: 70px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
  z-index: 5;
}

.pg11-div>p {
  color: #000;
  font-family: "GamtanRoad Batang B";
  font-size: 48px;
  line-height: 56px; /* 116.667% */
  letter-spacing: -0.96px;
}

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

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

.pg11-graph-div>p:first-child {
  color: #222;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.56px;
}

.pg11-graph-div>p:first-child>span {
  font-weight: 600;
}

.pg11-graph-div>p:last-child {
  color: #505050;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
}

.pg11-graph-img {
  max-width: 540px;
  width: 100%;
}

.pg11-bottom {
  box-sizing: border-box;
  padding: 8px 16px;
  background: #212121;
}

.pg11-bottom>p {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.pg11-bottom>p>span {
  color: #FCDA01;
}

#page11 .main-btn {
  position: relative;
  z-index: 5;
  margin-top: -30px;
}

#page12 {
  display: flex;
  padding: 100px 0px 80px 0px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  background: #F3F3F3;
  position: relative;
}

#page12>p {
  color: #111;
  text-align: center;
  font-family: "GamtanRoad Batang B";
  font-size: 48px;
  line-height: 62px; /* 129.167% */
}

.success-wrap {
  width: 100%;
  z-index: 1;
}

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

.story-wrap {
  height: 260px;
  box-sizing: border-box;
  padding: 40px 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

.story-wrap>img {
  max-width: 100px;
  width: 20%;
  margin-top: auto;
}

.story-div{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.story-div>p, .mo-story>p {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px; /* 135.714% */
  letter-spacing: -0.7px;
  /* display: flex;
  flex-direction: column; */
}

.story-div>p>span, .mo-story>p>span {
  color: #999;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.story-content {
  color: #505050;
  font-size: 18px;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.45px;
  word-break: keep-all;
}

.four {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  background: #EFEFEF; 
  box-sizing: border-box;
  padding: 6px 10px; 
}

.four>p {
  width: 200px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.45px;
}

.four>p>span {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.375px;
}

#page13 {
  display: flex;
  padding: 100px 0 80px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  background: #F3F3F3;
  position: relative;
}

.pg13-tit {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pg13-tit>img {
  width: 145px;
}

.pg13-tit>p {
  color: #111;
  text-align: center;
  font-family: "GamtanRoad Batang B";
  font-size: 48px;
  line-height: 62px; /* 129.167% */
}

.pg13-graph-container {
  max-width: 1240px;
  width: 90%;
  position: relative;
  z-index: 5;
}

.pg13-graph-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.round-tab {
  padding: 20px 30px;
  border-radius: 12px;
  border: 2px solid rgba(221, 221, 221, 0.50);
  background: #FFF;
  color: #999;
  text-align: right;
  font-family: "GamtanRoad Batang B";
  font-size: 28px;
  line-height: 38px; /* 135.714% */
  cursor: pointer;
}

.click {
  border: 2px solid #008375 !important;
  color:  #008375 !important;
}

.contain-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 40px 40px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  border-radius: 20px;
  background: #FFF;
  margin-top: -41px;
}

.contain-none {
  display: none;
}

.contain-active {
  display: flex;
}

.contain-wrap>p {
  width: 100%;
  color: #767676;
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.35px;
}

.contain-wrap>table {
  width: 100%;
}

.contain-wrap>table th {
  box-sizing: border-box;
  padding: 16px;
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.48px;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
}

.contain-wrap>table td {
  box-sizing: border-box;
  padding: 20px 16px;
  font-size: 20px;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  color: #505050;
  border-bottom: 1px solid #DCDCDC;
}

.contain-wrap>table td:first-child {
  width: 260px;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #DCDCDC;
}

.contain-wrap>table td:nth-child(2) {
  width: 260px;
  color: #222 !important;
  text-align: center;
  font-weight: 600;
  border-right: 1px solid #DCDCDC;
}

.contain-wrap>table tr:last-child {
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  background: var(--green, #008375);
}

.contain-wrap>table tr:last-child td{
  color: #FFF !important;
  border: none !important;
}

.red {
  color: #EA0A2A !important; 
}

.red>span {
  color: #999 !important;
  text-decoration-line: line-through;
}

.red-point {
  width: fit-content;
  box-sizing: border-box;
  padding: 4px 6px;
  border-radius: 4px;
  background: #EA0A2A;
  color: #FFF;
  animation: blink 1.5s infinite;
  margin: 0 auto;
}

.red-point>span {
  color: #FFE53E;
}

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

.plus-txt {
  font-size: 18px;
  letter-spacing: -0.45px;
  color: #777;
}

#page13 .main-btn {
  margin-top: 20px;
  position: relative;
  z-index: 5;
}

.pg13-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 500px;
  background: url('../img/page13/pg13-bg.png');
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

#contact {
  border-bottom: 1px solid #545454;
  background: #252525;
  padding: 90px 0px;
  display: flex;
  justify-content: center;
}

.contact-container {
  max-width: 1080px;
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.contact-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.left-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-logo {
  width: 270px;
}

.left-top>p:nth-child(2) {
  color: #FFF;
  font-family: "GamtanRoad Batang B";
  font-size: 56px;
  line-height: 62px; /* 110.714% */
}

.left-top>p:last-child {
  color: #FFF;
  font-size: 20px;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
}

.call-num {
  width: 440px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 0px;
  border-radius: 12px;
  background: #000;
}

.call-num>p {
  color: #FFF;
  text-align: center;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px; /* 128.571% */
  letter-spacing: 1.12px;
}

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

.contact-right .flex-input, .founded-form .flex-input {
  display: flex;
  gap: 40px;
}

.contact-right .item, .founded-form .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-right .flex-input .item, .founded-form .flex-input .item {
  width: 50%;
}

.contact-right .item input[type="text"] {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.50);
  box-sizing: border-box;
  padding: 10px;
  background: transparent;
  border-radius: 0px;
  color: #FFF;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

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

.contact-right label,.contact-right .budget .label>p {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.contact-right .item label>span {
  color: #999;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.contact-right .full-input, .founded-form .full-input {
  width: 100%;
}

.contact-right .full-input .item, .founded-form .full-input .item{
  width: 100%;
}

.contact-right textarea, .founded-form textarea {
  height: 92px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.50);
  box-sizing: border-box;
  padding: 10px;
  background: transparent;
  resize: none;
  color: #FFF;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.budget {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.btn-wrap {
  width: 100%;
  display: flex;
  gap: 10px;
}

.tab, .t-tab {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  color: #767676;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tab>svg {
  display: none;
}

.active {
  color: #FFF !important;
  border: 1px solid #111 !important;
  background: #111;
  font-weight: 700 !important;
}

.active>svg {
  display: block;
}

.form-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.agree-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

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

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

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

.round-checkbox:checked {
  background-color: #FFF;
  border: none;
}

.agree-wrap label, .founded-form label {
  width: fit-content !important;
}

.agree-open {
  text-decoration: underline;
}

.r-btn {
  box-sizing: border-box;
  padding: 14px 24px;
  border-radius: 8px;
  background: #EA0A2A;
  border: none;
  color: #FFF;
  font-family: "GamtanRoad Dotum B";
  font-size: 20px;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
}

.r-btn:hover {
  background: #D10824;
  transition: 0.3s;
}

.agree-modal {
  position: fixed;
  top: 2.5vh;
  width: 1080px;
  left: calc(50% - 540px);
  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;
  overflow: hidden;
}

.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;
}

.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;
}

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

.founded-modal, .free-modal {
  position: fixed;
  top: 50%;
  width: 700px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1000;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

.ebook-modal {
  padding: 40px 60px;
  position: fixed;
  width: 1080px;
  padding: 30px 40px;
  left: 50%;
  top: 3%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 1000;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.free-modal {
  top: 5%;
}

.founded-close, .free-close{
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  justify-content: end;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid #999;
  background: #FFF;
}

.ebook-close  {
  position: absolute;
  top: 30px;
  right: 40px;
  display: flex;
  justify-content: end;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid #999;
  background: #FFF;
}

.founded-close:hover, .free-close:hover, .ebook-close:hover {
  background: #111;
  transition: 0.3s;
}

.founded-close:hover>svg path, .free-close:hover>svg path, .ebook-close:hover>svg path {
  fill: #FFF;
  transition: 0.3s;
}

.founded-container, .free-container, .ebook-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.ebook-container {
  width: 100%;
}

.popup-tit {
  color: #222;
  font-family: "GamtanRoad Dotum B";
  font-size: 32px;
  line-height: 42px; /* 131.25% */
}

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

.founded-form .item input[type="text"] {
  width: 100%;
  border: 1px solid rgba(80, 80, 80, 0.50);
  box-sizing: border-box;
  padding: 10px;
  background: transparent;
  border-radius: 0px;
  color: #333;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

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

.founded-form label,.founded-form .budget .label>p,  .tasting .label>p{
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.founded .item label>span {
  color: #999;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.founded-form textarea {
  height: 92px;
  width: 100%;
  border: 1px solid rgba(80, 80, 80, 0.50);
  box-sizing: border-box;
  padding: 10px;
  background: transparent;
  resize: none;
  color: #333;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.founded-form .tab, .founded-form .t-tab {
  border: 1px solid rgba(80, 80, 80, 0.50);
  color: #222;
}

.founded-form .active, .founded-form .want {
  color: #FFF !important;
  border: 1px solid #111 !important;
  background: #111;
  font-weight: 700 !important;
}

.founded-form .round-checkbox {
  border: 1px solid rgba(80, 80, 80, 0.50);
}

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

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

.round-checkbox:checked {
  background-color: #333;
  border: none;
}

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

.t-btn-wrap {
  width: 100%;
  display: flex;
  gap: 10px;
}

.t-tab>svg {
  display: none;
}

.want {
  color: #FFF !important;
  border: 1px solid #111 !important;
  background: #111;
  font-weight: 700 !important;
}

.want>svg {
  display: block;
}

.g-btn {
  box-sizing: border-box;
  padding: 14px 24px;
  border-radius: 8px;
  background: #008375;
  border: none;
  color: #FFF;
  font-family: "GamtanRoad Dotum B";
  font-size: 20px;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
}

.g-btn:hover {
  background: #027266;
  transition: 0.3s;
}

.contact-right .label, .founded-form .label {
  width: 100%;
}

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

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

/* 1100px */
.big-br {
  display: none;
}

.graph-mo {
  display: none;
  color: #505050;
  text-align: center;
  font-size: 12px;
  line-height: 18px; /* 150% */
  letter-spacing: -0.24px;
}

.mo-img-td {
  display: none;
  padding: 0 !important;
  width: 100%;
  border: none !important;
}

.mo-img-td>td {
  width: 100%;
  color: #FFF !important;
}

.mo-img-td:nth-child(2)>td {
  padding: 0 !important;
}

td>div {
  width: 100% !important;
  height: 270px !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.mo-card-container {
  width: 90%;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.mo-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 1.74px 1.74px 5.22px 0px rgba(0, 0, 0, 0.08);
}

.mo-card-div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.mo-card-div>img {
  width: 65px;
}

.mo-card-div>p {
  color: #333;
  font-family: "GamtanRoad Dotum B";
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
}

.mo-card>div {
  color: #505050;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
}

.big-br2 {
  display: none;
}

.mo-story {
  display: none;
  align-items: center;
}

.mo-story>img {
  width: 50px;
}

.big-br3 {
  display: none;
}

.mo-br2 {
  display: none;
}

.mo-flip {
  display: none;
  box-sizing: border-box;
  padding: 8px 15px;
  border-radius: 75px;
  border: 1.5px solid #DDD;
  color: #999;
  text-align: center;
  font-family: "GamtanRoad Dotum B";
  font-size: 18px;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.36px;
}

.four-point {
  border-radius: 8px;
  background: #F34444;
  box-sizing: border-box;
  padding: 0 8px;
  color: #FFF !important;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 38px !important; /* 135.714% */
  letter-spacing: -0.7px !important;
}

.story-col {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1380px) {
  .card-flip {
    width: 350px;
    height: 450px;
  }
  .pg7-tit>p:first-child {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .pg7-tit>p:nth-child(2) {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 130% */
  }
  .pg11-bg {
    display: none;
  }
  .pg11-mo-bg {
    display: block;
  }
  .big-br3 {
    display: block;
  }
}

@media (max-width: 1250px) {
  #page3, #page4, #page5, #page10, #page12 {
    padding: 170px 0 80px;
  }
  .card-flip {
    width: 450px;
    height: 550px;
  }
  .graph-wrap {
    flex-direction: column;
    align-items: center;
  }
  .graph {
    width: 70%;
  }
  .big-br2 {
    display: block;
  }
  .big-no-br {
    display: none;
  }
  .store-box, .store-box2 {
    width: calc(25% - 8px);
  }
  .step-box>svg {
    width: 60px;
    height: 60px;
  }
  .step-box:first-child>svg, .step-box:nth-child(2)>svg {
    right: -30px;
  }
  .step-box:nth-child(5)>svg, .step-box:last-child>svg {
    left: -30px;
  }
  .step-box:last-child .step, .step-box:nth-child(4) .step, .step-box:nth-child(5) .step {
    padding: 40px 0px 25px 0px;
  }
  .left-top>p:nth-child(2), .call-num>p {
    font-size: 40px;
    line-height: 52px; /* 130% */
  }
  .contact-logo {
    width: 50%;
  }
  .left-top>p:last-child {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
}

@media (max-width: 1180px) {
  .pg7-bg {
    top: 0;
    width: 100%;
    height: 800px;
    border-radius: 0 0 20px 20px;
  }
  .pg7-container {
    flex-direction: column;
    gap: 50px;
  }
  .pg7-left {
    width: 65%;
  }
  .agree-modal {
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
  }
  #page11 {
    padding: 0 0 80px;
  }
  .pg11-mo-bg {
    width: 100%;
    display: block;
    position: static;
    border-radius: 0px 0px 20px 20px;
    height: 800px;
    background-position: top center !important;
  }
  .pg11-container {
    margin-top: -100px;
    display: flex;
    justify-content: center;
  }
  #page11 .main-btn {
    margin-top: 40px;
  }
}
@media (max-width: 1100px) {
  .main-bottom {
    padding: 20px 0;
    margin-bottom: -33px;
  }
  .main-step {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  /* .ebook-form {
    padding: 40px 30px;
  }
  .ebook-form .flex-input {
    gap: 20px;
  } */
  .ebook-form .item {
    gap: 10px;
  }
  .big-br {
    display: block;
  }
  .pg6-div {
    flex-direction: column;
    gap: 100px;
  }
  .round-tab {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .contain-wrap>table th, .contain-wrap>table td {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    padding: 10px;
  }
  .plus-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .contain-wrap>table td:first-child, .contain-wrap>table td:nth-child(2)  {
    width: 170px;
  }
  .story-wrap {
    height: 290px;
  }
  #page6 {
    overflow: hidden;
  }
  .ebook-modal {
    width: 650px;
    gap: 30px;
  }
  .ebook-form {
    gap: 30px;
  }
  .ebook-div {
    flex-direction: column;
  }
  .pg2-container>p:first-child {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
  }
  .pg2-container>p:nth-child(2) {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .ebook-div {
    gap: 20px;
  }
  .ebook-div .popup-tit {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.48px;
    text-align: center;
  }
  .ebook-form .item label {
    width: 80px;
  }
  .contain-wrap {
    margin-top: -36px;
    padding-top: 65px;
  }
}

@media (max-width: 1050px) {
  .main-bottom {
    gap: 10px;
  }
  .main-step {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
  }
  .pg3-wrap-content>.semi-bold {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .pg3-wrap-content {
    padding: 30px 20px;
  }
  .pg3-point, .pg3-wrap-content>p:last-child {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
  }
  .card-flip {
    width: 370px;
    height: 470px;
  }
  .graph {
    width: 100%;
  }
  .store-box, .store-box2 {
    width: calc(33.3% - 14px);
  }
  .step-box {
    height: 350px;
  }
  .step-img {
    width: 100px;
    height: 100px;
  }
  .step-img>svg {
    width: 40px;
    height: 41px;
  }
  .step>p, .step-txt>p:first-child {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .step-txt>.sub-tit {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .contact-container {
    flex-direction: column;
    gap: 40px;
  }
  .contact-logo {
    width: 130px;
  }
  .contact-left{
    width: 100%;
    gap: 30px;
  }
  .contact-right {
    width: 100%;
  }
}

@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;
  }
  .mi-br {
    display: block;
  }
  .main-bottom {
    flex-direction: column;
    gap: 0;
    margin-bottom: -132px;
  }
  .main-step {
    box-sizing: border-box;
    padding: 16px 20px;
    font-size: 20px;
    line-height: 26px; /* 130% */
    letter-spacing: -0.4px;
  }
  .main-bottom>svg {
    transform: rotate(90deg);
  }
  #page2, #page4 {
    padding: 210px 0 80px;
  }
  /* .ebook-form {
    padding: 40px 60px;
  }
  .ebook-form .flex-input {
    flex-direction: column;
  } */
  /* .ebook-form .item {
    width: 100%;
  } */
  /* .ebook-form .item label {
    width: 150px;
  } */
  .pg8-container {
    gap: 8px;
  }
  .menu-img-div {
    width: 200px;
    height: 200px;
  }
  #page3 {
    padding: 250px 0 80px 0;
  }
  #page3 .call-fix {
    top: 150px;
  }
}

@media (max-width: 850px) {
  .card-flip {
    width: 320px;
    height: 420px;
  }
  .card-flip-img {
    width: 100px;
  }
  .number {
    font-size: 32px;
    line-height: 42px; /* 131.25% */
    letter-spacing: -0.8px;
  }
  .card-front-text, .card-flip-title {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .card-back-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
}

@media (max-width: 768px) {
  /* .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  } */
  .pg3-container {
    flex-direction: column;
  }
  .pg3-wrap {
    width: 100%;
  }
  .pg3-wrap>.pg3-wrap-img {
    height: 300px;
  }
  .pg3-logo {
    width: 400px;
  }
  .pg3-wrap-content>.semi-bold {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.48px;
  }
  .pg3-wrap-content {
    padding: 25px 15px;
  }
  .card-flip {
    width: 300px;
    height: 420px;
  }
  #page7 {
    padding: 90px 0 0;
  }
  .pg7-bg {
    height: 600px;
  }
  .pg7-left {
    width: 90%;
  }
  .pg7-left>p {
    padding: 6px 10px;
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .pg7-table {
    padding: 40px 16px;
    gap: 20px;
  }
  .pg7-table>p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
  }
  .pg7-tit>p:first-child {
    font-size: 20px;
    line-height: 28px;
  }
  .pg7-tit>p:nth-child(2) {
    font-size: 36px;
    line-height: 46px;
  }
  .no-br {
    display: none;
  }
  .pg7-table table th, .pg7-table table td {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
    padding: 8px 12px;
  }
  .pg7-table {
    width: 100%;
  }
  .pg7-table>table {
    width: 100%;
  }
  .sm-txt {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.24px;
  }
  #page8>p {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 130% */
    letter-spacing: -1px;
  }
  .store-box {
    padding: 4.167px 0px;
  }
  /* .store-box2  {
    height: 120px;
  } */
  /* .store-box>p, .store-box2>.store-top>p {
    font-size: 14px;
    line-height: 20px; 
    letter-spacing: -0.35px;
  }
  .store-box>b, .store-box2>.store-top>b {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .store-box2>p {
    font-size: 18px;
    line-height: 26px; 
    letter-spacing: -0.45px;
  } */
  .step-box {
    height: 320px;
  }
  .step-box>svg {
    width: 40px;
    height: 40px;
  }
  .step-box:first-child>svg, .step-box:nth-child(2)>svg {
    right: -20px;
  }
  .step-box:nth-child(5)>svg, .step-box:last-child>svg {
    left: -20px;
  }
  .step-box:nth-child(3)>svg {
    bottom: -20px;
  }
  .pg11-bottom>p {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .pg11-mo-bg {
    height: 600px;
  }
  #page13 {
    padding: 80px 0;
  }
  .round-tab {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  .contain-wrap {
    padding: 55px 16px 30px;
  }
  .contain-wrap>table th, .contain-wrap>table td {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .plus-txt {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .contain-wrap>table td:first-child, .contain-wrap>table td:nth-child(2)  {
    width: 140px;
  }
  .agree-modal {
    padding: 0 20px;
  }
  .founded-modal, .free-modal {
    width: 500px;
    left: calc(50% - 250px);
    padding: 20px 16px;
  }
  .founded-close, .free-close {
    top: 20px;
    right: 16px;
    width: 30px;
    height: 30px;
  }
  .ebook-close {
    width: 30px;
    height: 30px;
  }
  .founded-close>svg, .free-close>svg, .ebook-close>svg {
    width: 20px;
    height: 20px;
  }
  .popup-tit {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
  }
  .founded-container, .free-container {
    gap: 15px;
  }
  .founded-form .flex-input {
    gap: 25px;
  }
  .founded-form {
    gap: 25px;
  }
  .founded-form .flex-input {
    flex-direction: column;
    gap: 15px;
  }
  .founded-form .flex-input .item {
    width: 100%;
  }
  .store-box, .store-box2 {
    width: calc(33.3% - 6px);
  }
  .e-btn {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.36px;
  }
}

@media (max-width: 700px) {
  .card-container {
    gap: 12px;
  }
  .card-flip {
    width: calc(50% - 6px);
    height: 350px;
  }
  .number {
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.4px;
  }
  .card-front-text {
    height: 95px;
    font-size: 21px;
    line-height: 28.5px; /* 135.714% */
    letter-spacing: -0.42px;
  }
  /* .card-flip-title {
    font-size: 16px;
    line-height: 24px; 
    letter-spacing: -0.4px;
  } */
  .card-back-text {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  .story-wrap {
    height: 310px;
  }
  .ebook-modal {
    width: 95vw;
  }
  .ebook-container {
    height: 100%;
  }
  .ebook-modal .ebook-form {
    height: max-content;
    overflow: scroll;
  }
  .ebook-close {
    top: 20px;
    right: 20px;
  }
  .pg2-container {
    gap: 12px;
  }
}

@media (max-width: 650px) {
  .no-br {
    display: none;
  }
}

@media (max-width: 600px) {
  .main-container {
    padding: 110px 0 90px;
  }
  .main-container>p:first-child {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .main-container>p:nth-child(2) {
    font-size: 40px;
    line-height: 130%; /* 52px */
  }
  .main-container>p:nth-child(3) {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
    margin-top: 16px;
  }
  .main-fix {
    padding-left: 12px;
    padding-top: 10px;
  }
  .call-inner {
    padding: 8px 15px;
  }
  .call-inner>p {
    font-size: 20px;
    line-height: 24px; /* 120% */
  }
  .main-btn {
    gap: 16px;
  }
  #main .main-btn {
    margin-top: 60px;
  }
  .founded-open, .go-tasting {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.36px;
  }
  .main-bottom {
    padding: 0;
    margin-bottom: -109px;
  }
  .main-step {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
  }
  #page2 {
    padding: 190px 0 80px;
  }
  .pg2-container>p:first-child {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .pg2-container>p:nth-child(2) {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .ebook-form .item label {
    width: 80px;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
  }
  .item .input input[type="text"]::placeholder {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
  }
  .ebook-form>p {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.48px;
  }
  #page4 .call-fix, #page5 .call-fix, #page10 .call-fix, #page11 .call-fix, #page12 .call-fix {
    position: absolute;
    top: 10px;
    right: 0;
  }
  #page4, #page10, #page12 {
    padding: 130px 0 80px;
    gap: 60px;
  }
  #page5 {
    padding: 130px 0 80px;
  }
  .pg3-tit-div>p:first-child {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .pg3-tit-div>p:last-child {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .pg3-wrap-content>.semi-bold {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.36px;
  }
  .pg4-tit-div {
    gap: 12px;
  }
  .pg4-tit-div>p:first-child {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .pg4-sub-div>p:first-child, .pg4-sub-div>p:last-child, .pg4-sub-div>b {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .card-back-text {
    font-size: 12px;
    line-height: 18px; /* 150% */
    letter-spacing: -0.3px;
  }
  .graph-pc {
    display: none;
  }
  .graph-mo {
    display: block;
  }
  /* .graph table .price>span {
    display: none;
  } */
  .graph-wrap {
    margin-top: -10px;
  }
  .graph-tit>p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18.735px;
    line-height: 26.23px; /* 140% */
  }
  .graph-div>p {
    font-size: 11.241px;
    line-height: 16.862px; /* 150% */
    letter-spacing: -0.225px;
  }
  .graph table th {
    font-size: 14.988px;
    line-height: 18.735px; /* 125% */
    letter-spacing: -0.3px;
  }
  .graph table td {
    font-size: 13.115px;
    line-height: 18.735px; /* 142.857% */
    letter-spacing: -0.262px;
  }
  .img-td {
    width: 200px;
  }
  .graph table {
    border-left: 1px solid #DCDCDC;
  }
  #page6 {
    padding: 60px 0 80px;
    gap: 40px;
  }
  .pg6-container {
    display: flex;
    justify-content: center;
  }
  .pg6-div {
    width: 100%;
    gap: 80px;
  }
  .pg6-div>p {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .pg6-box {
    width: 120px;
    padding: 9.509px;
    justify-content: center;
  }
  .pg6-box>.box-tit>p {
    font-size: 14.264px;
    line-height: 20.208px; /* 141.667% */
    letter-spacing: -0.285px;
  }
  .pg6-box>.box-tit>b {
    font-size: 19.019px;
    line-height: 24.962px;
    letter-spacing: -0.38px;
  }
  .pg6-box:last-child {
    width: 140px;
    background: #EA0A2A;
  }
  .pg6-box>img {
    width: 140%;
    margin-top: -120px;
  }
  .nav-btn {
    width: 24px !important;
  }
  .waiting-button-back, .menu-button-back, .success-button-back {
    padding: 6px;
  }
  .waiting-button-forward, .menu-button-forward, .success-button-forward {
    padding: 6px;
  }
  #page8 {
    gap: 40px;
    padding: 80px 0;
  }
  #page8>p {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .menu-content>p:first-child {
    font-size: 15px;
    line-height: 22px; /* 146.667% */
    letter-spacing: -0.375px;
  }
  .menu-content>p:last-child {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
  #page10>p {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .step-box {
    width: 50%;
  }
  .step-box:first-child {
    order: 1;
  }
  .step-box:nth-child(2) {
    order: 2;
  }
  .step-box:nth-child(4) {
    order: 6;
  }
  .step-box:nth-child(3) {
    order: 4;
  }
  .step-box:nth-child(5) {
    order: 5;
  }
  .step-box:last-child {
    order: 3;
  }
  .step-box:first-child, .step-box:nth-child(2), .step-box:nth-child(3), .step-box:last-child {
    border-bottom: 1px solid #999;
  }
  .step-box:nth-child(2), .step-box:nth-child(3), .step-box:nth-child(4) {
    border-right: none;
  }
  .step-box:nth-child(3) {
    border-top: 1px solid #999;
  }
  .step-box:last-child {
    border-right: 1px solid #999;
  }
  .step-box:first-child>svg {
    top: 45%;
    right: -15px;
  }
  .step-box:nth-child(2)>svg {
    left: 42%;
    top: unset;
    bottom: -15px;
    transform: rotate(90deg) !important;
  }
  .step-box:nth-child(3)>svg {
    left: -15px;
    top: 45%;
    bottom: unset;
    transform: rotate(90deg) !important;
  }
  .step-box:nth-child(5)>svg {
    top: 45%;
    left: unset;
    right: -15px;
    transform: rotate(180deg) !important;
  }
  .step-box:last-child>svg {
    left: 42%;
    top: unset;
    bottom: -15px;
    transform: rotate(-90deg) !important;
  }
  .step-box {
    height: 220px;
  }
  .step-box>svg {
    width: 28px;
    height: 28px;
  }
  .step-img {
    width: 55px;
    height: 55px;
  }
  .step-img>svg {
    width: 21px;
    height: 22px;
  }
  .step {
    gap: 10px;
    padding: 20px 0 !important;
    justify-content: center;
  }
  .step>p {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  .step>p, .step-txt>p:first-child {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
  }
  .step-txt>.sub-tit {
    font-size: 14px;
    line-height: 20px;
  }
  .pg11-container {
    margin-top: -80px;
  }
  #page12>p {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .success-nav-wrap {
    top: 42%;
  }
  .mo-story {
    display: flex;
  }
  .story-wrap>img {
    display: none;
  }
  .story-div>p {
    display: none;
  }
  .story-wrap {
    height: 255px;
    padding: 20px;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .mo-story>p, .four-point {
    font-size: 16px !important;
    line-height: 24px !important; /* 150% */
    letter-spacing: -0.4px !important;
  }
  .mo-story>p>span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
  }
  .story-content {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .four>p, .four>p>span {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .pg13-tit {
    flex-direction: column;
    gap: 0;
  }
  .pg13-tit>p {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .pg13-graph-wrap {
    gap: 8px;
  }
  .round-tab {
    padding: 12px 16px;
  }
  .contain-wrap {
    margin-top: -26px;
    padding-top: 45px;
  }
  .contain-wrap>table th, .contain-wrap>table td, .contain-wrap>p {
    font-size: 12px;
    line-height: 18px; /* 150% */
    letter-spacing: -0.24px;
    padding: 5px 4px;
  }
  .plus-txt {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  #page13 .main-btn {
    margin-top: -10px;
  }
  .contain-wrap>table td:first-child  {
    width: 70px;
  }
  .contain-wrap>table td:nth-child(2)  {
    width: 80px;
  }
  #contact {
    padding: 80px 0;
  }
  .left-top {
    gap: 20px;
  }
  .left-top>p:nth-child(2), .call-num>p {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px; /* 127.778% */
  }
  .call-num {
    width: 100%;
  }
  .call-num>svg {
    width: 40px;
    height: 40px;
  }
  .contact-right .flex-input {
    flex-direction: column;
    gap: 30px;
  }
  .contact-right .flex-input .item {
    width: 100%;
  }
  .form-wrap {
    flex-direction: column;
    gap: 12px;
  }
  .agree-wrap {
    justify-content: start;
  }
  .pg11-div {
    padding: 60px 16px;
  }
  .pg11-div>p {
    text-align: center;
    font-size: 36px;
    line-height: 46px; /* 127.778% */
    letter-spacing: -0.72px;
  }
  .pg11-graph-div>p:first-child {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
  }
  .pg11-graph-div>p:last-child {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  .founded-modal {
    width: 90vw;
    max-height: 95vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .free-modal {
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .founded-container {
    height: 100%;
  }
  .founded-modal .founded-form {
    height: max-content;
    overflow: scroll;
    padding: 0 10px;
  }
  .contact-right .btn-wrap {
    flex-direction: column;
  }
  .t-btn-wrap {
    flex-wrap: wrap;
  }
  .mo-br2 {
    display: block;
  }
  .item {
    gap: 2px;
  }
  .founded-form label,.founded-form .budget .label>p,  .tasting .label>p{
    font-size: 14px;
    line-height: 20px; /* 150% */
    letter-spacing: -0.35px;
  }
  .founded-form .item input[type="text"]::placeholder, textarea::placeholder {
    font-size: 14px;
    line-height: 20px; /* 150% */
    letter-spacing: -0.35px;
  }
  .card-front-text, .card-flip-title {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .card-flip-back {
    padding: 20px;
  }
  .pg5-tit-div>p:first-child {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .pg5-tit-div>p:nth-child(2), .pg5-tit-div>p:last-child {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  
}

@media (max-width: 480px) {
  .mo-br {
    display: block;
  }
  .main-bottom {
    margin-bottom: -121px;
  }
  .main-step {
    align-items: flex-start;
  }
  #page2 {
    padding: 200px 0 80px;
  }
  .pg3-logo {
    width: 300px;
  }
  .pg3-wrap>.pg3-wrap-img {
    height: 220px;
  }
  .card-flip-img {
    width: 112px;
  }
  .card-flip-front {
    padding: 8px 0;
    gap: 8px;
  }
  .store, .img-td {
    display: none;
  }
  .mo-img-td {
    display: table-row;
  }
  .store5 {
    height: 260px !important;
  }
  .pg6-div {
    gap: 50px;
  }
  .pg6-box {
    width: 95px;
  }
  .pg6-box:last-child {
    width: 105px;
  }
  .pg6-box>img {
    width: 160%;
    margin-top: -88px;
  }
  .pg7-table table td:first-child {
    width: 110px;
  }
  .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;
  }
  .main-btn {
    justify-content: center;
  }
  .card-container {
    flex-direction: column;
  }
  .card-flip {
    width: 100%;
    height: 375px;
  }
  .card-flip-back {
    gap: 8px;
  }
  .mo-flip {
    display: block;
  }
  .card-front-text {
    height: 95px;
    font-size: 21px;
    line-height: 28.5px; /* 135.714% */
    letter-spacing: -0.42px;
  }
  .card-flip-title {
    font-size: 21px;
    line-height: 28.5px; /* 135.714% */
    letter-spacing: -0.42px;
  }
  .number {
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.48px;
  }
  .card-back-text {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .card-flip:nth-child(3) .card-back-text {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  .store1 {
    background: url('../img/page5/hot2.png');
    background-position: bottom center !important;
  }
  .store2 {
    background: url('../img/page5/shopping2.png');
  }
  .store3 {
    background: url('../img/page5/area2.png');
    background-position: bottom center !important;
  }
  .store4 {
    background: url('../img/page5/couple2.png');
  }
  .store5 {
    background: url('../img/page5/university2.png');
    background-position: bottom center !important;
  }
  .ebook-modal {
    padding: 60px 16px 20px;
    max-height: 95vh;
  }
  .contain-wrap {
    margin-top: -38px;
    padding-top: 55px;
  }
  .round-tab {
    text-align: center;
  }
}

@media (max-width: 400px) {
  td>div, .store5 {
    height: 230px !important;
  }
  .pg7-table table th, .pg7-table table td {
    font-size: 12px;
    line-height: 18px; /* 150% */
    letter-spacing: -0.3px;
    padding: 8px;
  }
  .menu-content>p:first-child {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
  .menu-content>p:last-child {
    font-size: 13px;
    line-height: 18px; /* 138.462% */
  }
  .founded-modal {
    height: 100%;
  }
  .founded-modal .founded-form {
    height: 100%;
    overflow: scroll;
    padding: 0 10px;
  }
}

@media(max-width: 380px) {
  .ebook-modal {
    height: 100%;
    gap: 20px;
    justify-content: start;
  }
  .ebook-container {
    height: 40%;
  }
  .ebook-modal .ebook-form {
    height: 1000px;
    overflow: scroll;
    gap: 20px;
  }
}

@media(max-width: 370px) {
  .go-tasting, .founded-open {
    padding: 12px;
  }
  .mo-no-br {
    display: none;
  }
  .graph-tit>p {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.36px;
  }
  .contain-wrap {
    padding: 30px 10px;
  }
  .ebook-container {
    height: 50%;
  }
}
