/* promotion */
#promotion {
    width: 100%;
    background: #66121B;
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    justify-content: center;
    align-items: center;
}

#promotion .promotion-container {
    max-width: 1300px;
    width: 93%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#promotion .st-sub-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
}

#promotion .st-tit {
    line-height: 138%; 
}

#promotion .st-tit small {
    font-size: 40px;
}

#promotion .st-tit span {
    box-sizing: border-box;
    padding: 7px 5px 2px;
    background: #000;
    color: #FFCD6E;
}

#promotion .st-sub-txt {
    color: rgba(188, 170, 158, 0.95);
    font-size: 20px;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
    margin-top: 16px;
}

#promotion .promotion-store-div {
    width: 892px;
    position: absolute;
    left: -200px;
    bottom: -500px;
}

#promotion .promotion-vector {
    max-width: 593px;
    width: 80%;
    position: absolute;
    left: 150px;
    top: -70%;
}

#promotion .promotion-circle {
    width: 266px;
    aspect-ratio: 1 / 1;
    border-radius: 400px;
    border: 1px solid #DAC6AA;
    overflow: hidden;
    position: absolute;
    right: -10px;
    top: -60px;
    z-index: 4;
}

#promotion .bg-div {
    width: 100%;
    height: 100%;
}

#promotion .bg-div::before, #promotion .bg-div::after {
    display: none;
}

#promotion .promotion-store {
    width: 100%;
    position: relative;
    z-index: 3;
}

#promotion .tit-div {
    position: sticky;
    top: 90px;
    left: 0;
}

#promotion .st-tit {
    text-align: left;
}

#promotion .promotion-item-wrap {
    display: flex;
    max-width: 480px;
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    z-index: 5;
}

#promotion .bottom-txt {
    margin: 0 auto;
}

#promotion .promotion-item {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 32px;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    background: url(../img/common-bg.png);
}

#promotion .promotion-item p {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal; 
    letter-spacing: -0.4px;
    display: flex;
    width: 40px;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #B61F24;
}

#promotion .promotion-item div {
    color: #30190C;
    font-family: 'Paperlogy';
    font-size: 28px;
    font-weight: 600;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
}

#promotion .promotion-item div .primary span {
    text-decoration-line: line-through;
    color: rgba(182, 31, 36, 0.50);
}

#promotion .promotion-item small {
    color: #30190C;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.5px;
}

#promotion .promotion-item div.primary {
    line-height: 110%;
}


/* profit */
#profit {
    width: 100%;
    background: url(../img/profit-bg.png);
    display: flex;
    box-sizing: border-box;
    padding: 140px 0 100px;
    flex-direction: center;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 8;
    overflow: hidden;
}

#profit .profit-img {
    max-width: 460px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

#profit .profit-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#profit .profit-inner {
  max-width: 1280px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 5;
}

#profit .profit-container hr {
  width: 100%;
  display: inline-block;
  opacity: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #B61F24;
  border: none;
}

#profit .profit-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}

#profit .tit-div {
    gap: 20px;
    align-items: flex-start;
}

#profit .st-sub-tit {
    font-family: "General Kim Jwa-jin OTF";
    font-size: 28px;
    font-weight: 400;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
    white-space: nowrap;
}

#profit .st-tit small {
    font-size: 48px;
    font-weight: 700;
    line-height: 138%; /* 66.24px */
}

#profit .st-sub-txt {
    color: #30190C;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
}

#profit .profit-graph-div {
  max-width: 520px;
  width: 52%;
  position: relative;
  margin-left: -100px;
}

#profit .profit-graph {
  width: 100%;
}

#profit .profit-rate {
  width: 97%;
  position: absolute;
  left: 50%;
  top: -1%;
  transform: translateX(-50%);
}

#profit .profit-rate img {
  width: 100%;
  animation: scale 0.9s infinite;
}

@keyframes scale {
  0%   { transform: scale(0.95); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(0.95); }
}

#profit .profit-logo {
    max-width: 140px;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#profit .profit-table-div {
  max-width: 380px;
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: auto 0;
  margin-left: 20px;
  position: relative;
}

#profit .profit-bubble {
    max-width: 220px;
    width: 60%;
    left: -7%;
    top: -22%;
    position: absolute;
}

#profit .profit-table-inner {
    width: 100%;
    border: 1px solid #d71718;
    background: #FFF;
    padding-top: 10px;
}

#profit .profit-table {
  width: 100%;
  border-collapse: collapse;
}

#profit .profit-table td {
  height: 40px;
  width: 33.3%;
  text-align: center;
  color: #505050;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.4px;
  box-sizing: border-box;
  padding: 0px 10px;
}

#profit .profit-table td:nth-child(2) {
    color: #222;
    text-align: right;
}

#profit .profit-result {
  width: 100%;
  height: 60px;
  background: #B61F24;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

#profit .profit-18 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.45px;
    white-space: nowrap;
}

#profit .profit-28 {
    color: #FFF;
    font-family: "Paperlogy";
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#profit .profit-20 {
  width: fit-content;
  color: #B61F24;
  font-family: "Paperlogy";
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  background: #fff;
  display: flex;
  box-sizing: border-box;
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  animation: bg-change 1.2s linear infinite;
  white-space: nowrap;
}

@keyframes bg-change {
  0%   { background: #fff; }
  50%  { background: #FFCD6E; }
  100% { background: #fff; }
}

#profit .profit-table-txt {
    color: #505050;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.35px;
}

#profit .profit-store {
    max-width: 510px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}



/* interior */
#interior {
    width: 100%;
    background: url(../img/interior-bg.png);
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    overflow: hidden;
    position: relative;
    z-index: 7;
}

#interior .interior-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

#interior .interior-wrap {
    width: 100%;
    display: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

#interior .nav-btn {
    background: transparent;
    width: auto;
    opacity: 0.3;
}

#interior .nav-btn:hover {
    background: transparent;
    opacity: 1;
    border: none;
}

#interior .interior-swiper {
    width: 100%;
}

#interior .interior-swiper img {
    width: 100%;
}


/* cost */
#cost {
    width: 100%;
    background: url(../img/cost-bg.png);
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    overflow: hidden;
}

#cost .cost-container {
    max-width: 1300px;
    width: 93%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

#cost .cost-table {
    width: 100%;
    border-collapse: collapse;
}

#cost .cost-table th {
    width: 200px;
    box-sizing: border-box;
    padding: 20px 10px;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
    border-bottom: 1px solid #888;
    border-top: 2px solid #FFF;
    background: #252525;
}

#cost .cost-table th:nth-child(2) {
    width: calc(100% - 740px);
}

#cost .cost-table th:nth-child(3) {
    width: 280px;
}

#cost .cost-table th:nth-child(4) {
    width: 260px;
}

#cost .cost-table td {
    box-sizing: border-box;
    padding: 20px 10px;
    color: #BCBCBC;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.6px;
    border-bottom: 1px solid #888;
    background: rgba(255, 255, 255, 0.10);
    position: relative;
}

#cost .cost-table td:first-child {
    color: #FFF;
    text-align: center;
}

#cost .cost-table td:nth-child(3), #cost .cost-table td:nth-child(4) {
    color: #FFCD6E;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
}

#cost .cost-badge {
    width: 215px;
   
}

#cost .cost-table div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#cost .table-txt {
    color: rgba(188, 188, 188, 0.95);
    font-size: 20px;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
}


/* logo */
#logo {
    width: 100%;
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.65) 0%, rgba(17, 17, 17, 0.65) 100%), url(../img/logo-bg.jpg);
    background-attachment: fixed;
}

#logo img {
    max-width: 300px;
    width: 60%;
}


/* process */
#process{
    width: 100%;
    background: url(../img/common-bg.png);
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    position: relative;
    overflow: hidden;
}

#process .process-img {
    max-width: 409px;
    width: 90%;
    position: absolute;
    top: 70px;
    left: 0;
}

#process .process-wrap {
    max-width: 1300px;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    gap: 23px 0;
    align-items: stretch;
    justify-content: center;
    z-index: 3;
}

#process .process-box {
    display: flex;
    width: calc(25% - 24px);
    padding: 30px 45px 30px 30px;
    border-radius: 12px;
    border: 1px solid #30190C;
    background: #FFF;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    overflow: hidden;
}

#process .process-box-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    color: #30190C;
    font-family: "General Kim Jwa-jin OTF";
    font-size: 22px;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    white-space: nowrap;
}

#process .process-box-div p {
    color: #886C5A;
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
}

#process .process-desc {
    color: #5A3E2B;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.45px;
}

#process .process-wrap>svg {
    margin: auto 0;
}

#process .process-box.grandopen {
    border: 1px solid #30190C;
    background: #30190C;
    position: relative;
}

#process .process-box.grandopen .process-box-div {
    color: #FFF;
    font-family: 'Pretendard';
    font-size: 24px;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}

#process .process-box.grandopen .process-desc {
    color: #BCAA9E;
}

#process .process-box img {
    max-width: 113px;
    width: 65%;
    position: absolute;
    right: -17px;
    bottom: 18px;
}

#process .arrow-1400 {
    display: none;
} 


/* limit */
#limit {
    width: 100%;
    background: url(../img/limit-bg.png);
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
}

#limit .limit-wrap {
    display: flex;
    max-width: 1300px;
    width: 90%;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#limit .limit-box {
    width: calc(33.3% - 13.3px);
    aspect-ratio: 42 / 40;
    display: flex;
    box-sizing: border-box;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

#limit .limit-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    transition: background 0.15s;
    opacity: 1;
    pointer-events: none;
}

#limit .limit-box:hover::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
}

#limit .limit-box.first {
    background: url(../img/limit-box-1.png);
}

#limit .limit-box.second {
    background: url(../img/limit-box-2.png);
}

#limit .limit-box.third {
    background: url(../img/limit-box-3.png);
}

#limit .limit-box.fourth {
    background: url(../img/limit-box-4.png);
}

#limit .limit-box.fifth {
    background: url(../img/limit-box-5.png);
}

#limit .limit-box.sixth {
    background: url(../img/limit-box-6.png);
}

#limit .limit-box img {
    width: 47.619px;
    z-index: 3;
}

#limit .limit-box-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%; /* 20px */
    letter-spacing: -0.5px;
    z-index: 3;
}

#limit .limit-box-div span {
    color: #FFF;
    font-family: 'Paperlogy';
    font-size: 32px;
    font-weight: 600;
    line-height: 100%; /* 32px */
    letter-spacing: -0.8px;
}

#limit .bottom-txt {
    border-color: #30190C;
}

#limit .bottom-txt span {
    border-color: rgba(48, 25, 12, 0.50);
    color: #30190C;
}


/* contact */
#contact {
  box-sizing: border-box;
  width: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/card-bg.png);
  position: relative;
}

#contact .contact-store {
    max-width: 607px;
    width: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
}

#contact .contact-container {
    max-width: 1300px;
    width: 90%;
    display: flex;
    align-items: stretch;
    gap: 20px;
    justify-content: space-between;
}

#contact .contact-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    position: relative;
}

#contact .tit-div {
    align-items: flex-start
}

#contact .contact-symbol {
    width: 60px;
}

#contact .st-sub-txt {
    color: rgba(226, 212, 191, 0.80);
}

#contact .contact-left .contact-store {
    width: 90%;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}

.contact-form {
  display: flex;
  max-width: 760px;
  width: 60%;
  box-sizing: border-box;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: #FFF;
  border-radius: 12px;
  position: relative;
}

.contact-form small {
    color: #886C5A;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    position: absolute;
    right: 48px;
    top: 19.969px;
}

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

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

.contact-form input[type="text"], input[type="tel"], textarea {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 52px;
  padding: 14px 0 15px 16px;
  color: #30190C;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 150%; /* 21px */
  letter-spacing: -0.4px !important;
  border-radius: 6px;
  border: 1px solid #D9C7B2;
  background: #FFF;
}

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

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

textarea {
  resize: none;
}

.item label {
  box-sizing: border-box;
  color: #4B2C2C;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: normal; 
  letter-spacing: -0.4px !important;
}

.btn-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-tab {
  width: 50%;
  height: 44px;
  box-sizing: border-box;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.50);
  background: #FFF;
  color: rgba(0, 0, 0, 0.50);
  font-size: 16px;
  line-height: 24px; /* 150% */
  font-weight: 400;
  letter-spacing: -0.4px;
  cursor: pointer;
  transition: 0.1s !important;
}

.have, .this {
  color: #B61F24;
  border: 1px solid #B61F24;
  font-weight: 600;
}

#contact .item .select-wrap {
  position: relative;
}

#contact .item .select-wrap .select-box {
  width: 100%;
  display: flex;
  height: 52px;
  box-sizing: border-box;
  padding: 14px 0 15px 16px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #D9C7B2;
  background: #fff;
  color: #B2998C;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.4px;
}

#contact .item .select-wrap .select-box.selected {
  color: #30190C !important;
}

#contact .item .select-wrap .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#contact .item .select-wrap .select-child {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #D9C7B2;
  background: #fff;
  position: absolute;
  top: 52px;
  left: 0;
  color: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  max-height: 185px;
  overflow-y: scroll;
  display: none;
  z-index: 10;
}

#contact .item .select-wrap .select-child .option {
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.15s;
}

#contact .item .select-wrap .select-child .option:hover {
  color: #30190C;
}

#contact .item .select-wrap .select-child .option:nth-last-child(1) {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.c-btn {
  width: 200px;
  background: #B61F24;
  display: flex;
  box-sizing: border-box;
  height: 56px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -0.45px;
  border: none;
  border-radius: 6px;
  transition: 0.15s;
}

.c-btn:hover {
   background: #9B1116;
}

@media(max-width: 1400px) {
    #process .arrow-1400 {
        display: block;
    }
    #process .no-1400 {
        display: none;
    }
    #process .process-box {
        width: calc(33.3% - 21.6px);
    }

}

@media(max-width: 1350px) {
    #profit .profit-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
    #profit .profit-left {
        order: 1;
    }
    #profit .tit-div::after {
        content: "";
        width: 120%;
        height: 1px;
        background: #B61F24;
        position: absolute;
        left: 0;
        bottom: -30px;
    }
    #profit .profit-graph-div {
        width: 70%;
        margin: 0;
        order: 3;
    }
    #profit .profit-container>hr {
        display: none !important;
    }
    #profit .profit-table-div {
        width: 50%;
        order: 2;
        margin: 0;
        z-index: 5;
    }
}

@media(max-width: 1280px) {
    #promotion .st-sub-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #promotion .st-tit small {
        font-size: 32px;
    }
    #promotion .st-sub-txt {
        font-size: 18px;
        letter-spacing: -0.45px;
        margin-top: 8px;
    }
    #promotion .promotion-vector {
        left: 220px;
    }
    #profit .st-sub-tit {
        font-size: 24px;
    }
    #profit .st-sub-txt {
        font-size: 18px;
    }
    #profit .st-tit small {
        font-size: 40px;
    }
    #cost .cost-table th {
        width: 180px;
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #cost .cost-table th:nth-child(2) {
        width: calc(100% - 630px);
    }
    #cost .cost-table th:nth-child(3) {
        width: 240px;
    }
    #cost .cost-table th:nth-child(4) {
        width: 210px;
    }
    #cost .cost-badge {
        width: 180px;
    }
    #cost .cost-table td {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #cost .cost-table td:nth-child(3), #cost .cost-table td:nth-child(4) {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #cost .table-txt {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #logo {
        height: 450px;
    }
    #process .process-box {
        padding: 20px;
        gap: 24px;
    }
    #process .process-box-div {
        gap: 12px;
    }
    #limit .limit-box {
        padding: 30px 25px;
    }
    .contact-form {
        padding: 40px 30px;
    }
    .contact-form small {
        right: 30px;
    }
}

@media(max-width: 1024px) {
    #promotion .promotion-store-div {
        width: 692px;
        bottom: -400px;
    }
    #promotion .promotion-circle {
        width: 230px;
    }
    #promotion .promotion-vector {
        left: 180px;
    }
    #promotion .promotion-item-wrap {
        max-width: 380px;
        gap: 24px;
    }
    #promotion .promotion-item {
        padding: 20px;
    }
    #promotion .promotion-item div {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #promotion .promotion-item small {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #cost .cost-table th {
        width: 150px;
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #cost .cost-table th:nth-child(2) {
        width: calc(100% - 520px);
    }
    #cost .cost-table th:nth-child(3) {
        width: 200px;
    }
    #cost .cost-table th:nth-child(4) {
        width: 170px;
    }
    #cost .cost-badge {
        width: 160px;
    }
    #cost .cost-table td {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #cost .cost-table td:nth-child(3), #cost .cost-table td:nth-child(4) {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #cost .table-txt {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #process .process-box-div, #process .process-box.grandopen .process-box-div {
        font-size: 20px;
    }
    #process .process-box-div p, #process .process-desc {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #limit .limit-box-div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #limit .limit-box-div span {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #contact .contact-container {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    #contact .contact-left {
        gap: 30px;
    }
    #contact .contact-left, #contact .tit-div {
        align-items: center;
    }
    #contact .st-sub-txt {
        text-align: center;
    }
    .contact-form {
        width: 100%;
    }
    #contact>.contact-store {
        display: none;
    }
    #contact .contact-left .contact-store {
        position: static;
        display: block;
    }
}

@media(max-width: 900px) {
    #promotion {
        padding: 80px 0;
        overflow: hidden;
    }
    #promotion .promotion-container {
        flex-direction: column;
        gap: 60px;
        align-items: center;
    }
    #promotion .tit-div {
        width: 100%;
        position: relative;
        top: unset;
    }
    #promotion .st-sub-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #promotion .st-sub-txt {
        margin-top: 2px;
    }
    #promotion .promotion-store-div {
        width: 100%;
        position: relative;
        bottom: unset;
        left: unset;
        margin: 0 auto;
        margin-top: 42px;
    }
    #promotion .promotion-vector {
        width: 90%;
        left: 0;
        top: -90%;
    }
    #promotion .promotion-item-wrap {
        max-width: 500px;
        width: 100%;
    }
    #profit {
        padding: 80px 0;
    }
    #profit .profit-inner {
        gap: 40px 20px;
    }
    #profit .st-sub-tit {
        font-size: 20px;
    }
    #profit .st-sub-txt {
        font-size: 16px;
    }
    #profit .st-tit small {
        font-size: 36px;
    }
    #interior {
        padding: 80px 0;
        gap: 50px;
    } 
    #cost {
        padding: 80px 0;
        gap: 50px;
    }
    #cost .cost-table th {
        padding: 15px 0;
        width: 120px;
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #cost .cost-table th:nth-child(2) {
        width: calc(100% - 390px);
    }
    #cost .cost-table th:nth-child(3) {
        width: 140px;
    }
    #cost .cost-table th:nth-child(4) {
        width: 130px;
    }
    #cost .cost-badge {
        width: 120px;
    }
    #cost .cost-table td {
        padding: 15px 10px;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #cost .cost-table td:nth-child(3), #cost .cost-table td:nth-child(4) {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #cost .table-txt {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #process{
        padding: 80px 0;
        gap: 50px;
    }
    #process .process-wrap {
        width: 90%;
    }
    #process .process-box {
        width: calc(50% - 16px);
    }
    #process .no-1400 {
        display: block;
    }
    #process .arrow-1400 {
        display: none;
    }
    #limit {
        padding: 80px 0;
        gap: 50px;
    }
    #limit .limit-box {
        width: calc(50% - 10px);
        padding: 25px;
    }
    #contact {
        padding: 80px 0;
    }
    #contact .contact-left {
        gap: 20px;
    }
    #contact .contact-left .contact-store {
        margin-top: 10px;
    }
}

@media(max-width: 768px) {
    #promotion {
        padding: 80px 20px;
    }
    #promotion .promotion-container {
        width: 100%;
    }
    #profit {
        padding: 80px 20px;
    }
    #profit .profit-inner {
        width: 100%;
    }
    #profit .profit-inner {
        flex-direction: column;
        align-items: center;
    }
    #profit .profit-left, #profit .tit-div {
        width: 100%;
        align-items: flex-start;
    }
    #profit .profit-left {
        gap: 40px;
    }
    #profit .tit-div {
        gap: 18px;
    }
    #profit .tit-div::after {
        width: 100%;
        bottom: -20px;
    }
    #profit .profit-graph-div {
        width: 100%;
        order: 2;
    }
    #profit .profit-table-div {
        width: 100%;
        order: 3;
    }
    #profit .profit-bubble {
        max-width: 300px;
        width: 74%;
        left: unset;
        right: -14%;
        top: -28%;
    }
    #profit .profit-store {
        max-width: unset;
        width: 120%;
        left: 50%;
        top: 50%;
        bottom: unset;
        transform: translate(-55%, -50%);
    }
    #interior {
        gap: 40px;
    }
    #interior .tab-wrap {
        margin-bottom: 16px;
    }
    #cost {
        gap: 40px;
    }
    #logo {
        background-attachment: unset;
    }
    #process{
        gap: 40px;
    }
    #limit {
        padding: 80px 20px;
        gap: 40px;
    }
    #limit .limit-wrap {
        width: 100%;
    }
    #contact {
        padding: 80px 20px;
    }
    #contact .contact-container {
        width: 100%;
    }
}

@media(max-width: 650px) {
    #promotion .promotion-vector {
        top: -130%;
    }
    #promotion .promotion-circle {
        width: 200px;
        right: unset;
        left: 0;
        z-index: 3;
        top: -8%;
    }
    #promotion .promotion-item-wrap {
        gap: 16px;
    }
    #promotion .promotion-item p {
        width: 35px;
    }
    #promotion .promotion-item div {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #profit .st-sub-tit {
        font-size: 18px;
    }
    #profit .st-tit small {
        font-size: 32px;
    }
    #profit .st-tit {
        font-size: 38px;
    }
    #interior .nav-btn svg {
        width: 40px;
        height: auto;
    }
    #cost .cost-table th {
        padding: 10px 0;
        width: 65px;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #cost .cost-table th:nth-child(2) {
        width: calc(100% - 325px);
    }
    #cost .cost-table th:nth-child(3) {
        width: 110px;
    }
    #cost .cost-table th:nth-child(4) {
        width: 100px;
    }
    #cost .cost-badge {
        width: 100px;
    }
    #cost .cost-table td {
        padding: 10px 0;
        font-size: 14px;
        letter-spacing: -0.35px;
        background: #111;
    }
    #cost .cost-table td:nth-child(2) {
        padding: 10px;
    }
    #cost .cost-table td:nth-child(3), #cost .cost-table td:nth-child(4) {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #cost .cost-badge {
        display: none;
    }
    #logo {
        height: 390px;
    }
    #process .process-wrap {
        gap: 20px 0;
    }
    #process .process-box {
        padding: 16px;
        border-radius: 8px;
        gap: 16px;
    }
    #process .process-box-div {
        gap: 8px;
    }
    #process .process-box-div, #process .process-box.grandopen .process-box-div {
        font-size: 18px;
    }
    #process .process-box-div p, #process .process-desc {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #process .process-box img {
        width: 40%;
        right: 15px;
        bottom: 12px;
    }
    #process .process-img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #limit .limit-box {
        padding: 20px;
        border-radius: 12px;
    }
    #limit .limit-box-div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #limit .limit-box-div span {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #contact .contact-logo {
        width: 50px;
    }
    .contact-form {
        padding: 16px;
        gap: 16px;
    }
    .contact-form small {
        width: 100%;
        position: static;
        text-align: right;
    }
    .flex-input {
        flex-wrap: wrap;
        gap: 16px;
    }
    .form-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .c-btn {
        width: 100%;
    }
}

@media(max-width: 550px) {
    #limit .limit-box {
        width: 100%;
        aspect-ratio: 3 / 1.8;
    }
}

@media(max-width: 480px) {
    #promotion .st-tit small {
        font-size: 30px;
    }
    #promotion .st-tit {
        font-size: 30px;
        line-height: 170%;
    }
    #promotion .st-tit span {
        font-size: 38px;
    }
    #promotion .promotion-circle {
        width: 50%;
        top: -15%;
    }
    #promotion .promotion-item p {
        width: 30px;
    }
    #promotion .promotion-item div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #promotion .promotion-item small {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #cost .cost-table th {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #cost .cost-table th:nth-child(2) {
        width: calc(100% - 260px);
    }
    #cost .cost-table th:nth-child(3) {
        width: 90px;
    }
    #cost .cost-table th:nth-child(4) {
        width: 80px;
    }
    #cost .cost-badge {
        width: 90px;
    }
    #cost .cost-table td, #cost .cost-table td:nth-child(3), #cost .cost-table td:nth-child(4) {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #cost .table-txt {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #limit .limit-box-div span {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #contact .contact-logo {
        width: 40px;
    }
}

@media(max-width: 440px) {
    #cost .cost-table th:nth-child(2) {
        width: calc(100% - 105px);
    }
    #cost .cost-table th:nth-child(3) {
        width: 75px;
    }
    #cost .cost-table th:nth-child(4) {
        width: 65px;
    }
    #cost .cost-badge {
        width: 70px;
    }
    #cost .cost-table td:nth-child(2) {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
}

@media(max-width: 400px) {
    #profit .profit-table td, #profit .profit-18 {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #profit .profit-28 {
        font-size: 20px;
    }
    #profit .profit-20 {
        font-size: 18px;
    }
    #profit .profit-table-txt {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
}

@media(max-width: 374px) {
    #process .process-box-div, #process .process-box.grandopen .process-box-div {
        font-size: 16px;
    }
    #process .process-desc {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
}

@media(max-width: 370px) {
    #logo {
        height: 350px;
    }
    #promotion .st-sub-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #promotion .st-tit, #promotion .st-tit small {
        font-size: 28px;
    }
    #promotion .st-tit span {
        font-size: 32px;
    }
    #promotion .st-sub-txt {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #promotion .bottom-txt span {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #promotion .promotion-item {
        padding: 16px;
    }
    #profit .profit-result {
        gap: 16px;
    }
    #profit .profit-28 {
        font-size: 18px;
    }
    #process .process-wrap {
        width: 95%;
    }
    #process .process-wrap>svg {
        width: 27px;
        height: auto;
    }
    #process .process-box {
        width: calc(50% - 13.5px);
    }
    #limit .limit-box {
        aspect-ratio: 3 / 2;
    }
}

@media(max-width: 350px) {
    #promotion .st-tit, #promotion .st-tit small {
        font-size: 24px;
    }
    #promotion .st-tit span {
        font-size: 30px;
    }
    #profit .profit-result {
        gap: 16px;
    }
    #profit .profit-28, #profit .profit-20 {
        font-size: 16px;
    }
    #profit .profit-bubble {
        top: -23%;
    }
    #cost .cost-table th {
        width: 50px;
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #cost .cost-table th:nth-child(2) {
        width: calc(100% - 160px);
    }
    #cost .cost-table th:nth-child(3) {
        width: 60px;
    }
    #cost .cost-table th:nth-child(4) {
        width: 50px;
    }
    #cost .cost-badge {
        width: 55px;
    }
    #cost .cost-table td, #cost .cost-table td:nth-child(3), #cost .cost-table td:nth-child(4) {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #cost .cost-table td:nth-child(2) {
        font-size: 10px;
        letter-spacing: -0.25px;
    }
    #cost .cost-txt {
        font-size: 10px;
        letter-spacing: -0.25px;
    }
}

@media(max-width: 320px) {
    #logo {
        height: 310px;
    }
    #profit .profit-table td, #profit .profit-18 {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #profit .profit-result {
        gap: 12px;
    }
    #profit .profit-28, #profit .profit-20 {
        font-size: 14px;
    }
    #profit .profit-bubble {
        top: -20%;
    }
    #process .process-wrap {
        gap: 16px 4px;
    }
    #process .process-wrap>svg {
        display: none;
    }
    #process .process-box {
        padding: 12px;
        width: calc(50% - 2px);
    }
    #limit .limit-box {
        aspect-ratio: 3 / 2.3;
    }
}