:root {
  --main-color: #004730;
  --sub-color: #f3c400;
  --ivory-color: #ffeece;
  --bg-color: #F9F9F9;
  --txt-color: #333333;
  --sub-txt-color: #999999;
  --border-color: #D9D9D9;
  --gradation-color: #56825b;
}

@media screen and (max-width: 1399px) {
   .wrap {
      padding: 0 16px;
    }
    .menu-bg .wrap {
      padding: 0 !important;
    }
   .wrap-sm {
      padding: 0 16px;
   }
   .wrap-mc {
    padding: 0 16px;
   }
   .page-banner-content {
      padding: 0 16px;
   }
   .expl-area .content {
    padding: 80px 0;
   }
}
@media screen and (max-width: 1199px) {
  .contact-area .contact-input {
    flex-direction: column;
  }
  .contact-area .contact-input .call {
    margin-bottom: 16px;
  }
  .contact-area .contact-input .input {
    width: 100%;
  }
  .contact-area .contact-input .call span {
    font-size: 16px;
  }
  .contact-area .contact-input .call span > img {
    width: 16px;
    height: 16px;
  }
  .contact-area .contact-input .input > input[type="text"] {
    width: 100%;
  }
  .flex-box {
    column-gap: 20px;
  }
  /*메인*/
  .order-area {
    padding: 0 16px;
  }
  .order-area > .tit-box > div > div {
    font-size: 42px;
  }
  .order-area > .tit-box > div > span {
    font-size: 24px;
  }
  .order-area > .tit-box > img {
    width: 170px;
  }
  .review-area .tit-box > img {
    width: 270px;
  }
  .review-area {
    padding: 0 16px;
  }
  .review-area .tit-box > div > div {
    font-size: 42px;
  }
  .review-area .tit-box > div > p {
    font-size: 24px;
  }
  .table-area .tit-box > img {
    width: 100px;
  }
  .table-area .tit-box > div {
    font-size: 42px;
  }
  .main-contact-area > .tit-box {
    font-size: 42px;
  }



  .flex-box > .text-box .main-tit {
    font-size: 42px;
  }
  .flex-box > .text-box .sub-tit {
    font-size: 20px;
  }
  .flex-box > .text-box .main-tit::after {
    margin: 30px 0;
  }
  .flex-box > .img-box > img {
    padding: 0;
  }
  .text-box-ho .tag {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .text-box-ho .main-tit {
    font-size: 42px;
  }
  .text-box-ho .main-tit::after {
    margin: 30px auto;
  }
  .text-box-ho .sub-tit {
    font-size: 20px;
  }
  .chart-box {
    flex-direction: column;
  }
  .chart-box .step {
    width: 100%;
    flex-direction: row;
  }
  .chart-box .step .item {
    padding: 16px;
  }
  .chart-box .step .item .num {
    font-size: 24px;
  }
  .chart-box .step .item .content {
    font-size: 16px;
  }
  .chart-box .chart {
    width: 100%;
  }
  .video-box {
    padding: 0;
  }
  .video-box .expl-box {
    align-items: center;
  }
  .video-box .expl-box .tit {
    font-size: 42px;
  }
  .video-box .expl-box .content p:first-child {
    font-size: 24px;
    text-align: center;
  }
  .video-box .expl-box .content p:last-child {
    font-size: 16px;
    text-align: center;
  }
  .main-menu-box .grid-tit .item:first-child {
    font-size: 42px;
    padding: 50px 30px;
  }
  .menu-slider .swiper-slide .name {
    font-size: 16px;
  }
  .interior-box .intro .content p:first-child {
    font-size: 42px;
  }
  .interior-box .intro .content p:nth-child(n+2):nth-child(-n+4) {
    font-size: 16px;
  }
  .interior-color .color-box .item {
    font-size: 16px;
  }
  .interior-content .icon-box .item > img {
    width: 120px;
    height: 120px;
  }
  .interior-content .icon-box .item > p {
    font-size: 16px;
  }
  .interior-content .icon-box .item > p > br {
    display: none;
  }
  /*브랜드소개*/
  .expl-area .content {
    flex: 1;
    padding: 100px 0;
  }
  .expl-area .content p:first-child {
    font-size: 42px;
  }
  .expl-area .content p:nth-child(n+2):nth-child(-n+3) {
    font-size: 18px;
  }
  .expl-area .content p:last-child {
    font-size: 18px;
  }
  .page-basic-tit > .tit {
    font-size: 42px;
  }
  .expl-area .expl-box > .tit {
    font-size: 42px;
  }
  .expl-area .expl-box > .expl-tit br {
    display: none;
  }
  .secret-tit {
    font-size: 42px;
  }
  .start-grid > .item {
    column-gap: 20px;
  }
  .start-grid > .item > img {
    width: 150px;
  }
  .start-grid > .item > div p:first-child {
    font-size: 18px;
  }
  .start-grid > .item > div p:last-child {
    font-size: 24px;
  }
  .map-area > .info > div > p:first-child {
    font-size: 16px;
  }
  .map-area > .info > div > p:last-child {
    font-size: 20px;
  }
  .franchise-chart-area .tit-box .tit {
    font-size: 42px;
  }
  .franchise-contact-area .left .tit-box .tit > b {
    font-size: 42px;
  }
  .franchise-contact-area .left .call > p:first-child {
    font-size: 20px;
  }
  .franchise-contact-area .left .tit-box .tit {
    font-size: 42px;
  }
   /*매장찾기*/
    .menu-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .promotion-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .store-tit span {
      font-size: 32px;
      padding: 16px 42px;
    }
    .store-area .item > span {
      font-size: 24px;
      padding-top: 4px;
    }
    .store-area .item > div {
      font-size: 24px;
    }
    /*프랜차이즈*/
    .franchise-area > .franchise-tit > p:first-child {
      font-size: 24px;
    }
    .franchise-area > .franchise-tit > p:last-child {
      font-size: 42px;
    }
    .franchise-area .step-grid .item .num {
      font-size: 16px;
    }
    .franchise-area .step-grid .item .tit {
      font-size: 24px;
    }
    .franchise-area .step-grid .item .content {
      font-size: 16px;
    }
    .franchise-area .step-grid .item > img {
      width: 40px;
      margin-bottom: 30px;
    }
}
@media screen and (max-width: 1023px) {
  .franchise-contact-area {
    flex-direction: column;
  }
  .franchise-contact-area .left {
    margin-bottom: 100px;
  }
  .franchise-contact-area .left .tit-box {
    margin-bottom: 100px;
    margin-bottom: 0;
  }
  .franchise-contact-area .left {
    flex-direction: row;
    align-items: flex-end;
  }
  .franchise-map-area {
    width: 100%;
  }
  .franchise-map-area > img {
    width: 100%;
  }
  .banner-area .banner-txt .txt-f {
    font-size: 24px;
  }
  .banner-area .banner-txt .logo-nt {
    width: 150px;
  }
  .banner-area .banner-txt .logo-ot {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  /**/
  .ham {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
  .header-wrap {
    width: 100vw;
    height: 60px;
    position: fixed !important;
    top: 0;
    left: 0;
    border-bottom: 1px solid var(--border-color);
    background-color: #fff;
    z-index: 100;
    transition: inherit;
  }
  .header-wrap::after {
    display: none;
  }
  .gnb .header-logo {
    display: none;
  }
  .gnb:hover .header-logo {
    top: 10px;
    transition: .3s;
  }
  .header-wrap .gnb {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 32px 16px;
    overflow: hidden;
    overflow-y: auto !important;
  }
  .gnb > li {
    text-align: left;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .gnb > li > a {
    color: var(--txt-color);
  }
  .gnb > li > .lnb {
    position: relative;
    transform: inherit;
    left: inherit;
    padding-top: 24px;
    margin-top: 0;
    row-gap: 12px;
  }
  .gnb > li > .lnb > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gnb > li > .lnb > li::after {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    border-top: 2px solid var(--sub-color);
    border-right: 2px solid var(--sub-color);
    transform: rotate(45deg);
  }
  .gnb > li > .lnb > li > a {
    font-size: 16px;
  }
  .header-wrap .mobile-logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }
  .header-wrap .mobile-logo img {
    height: 25px;
  }
  .header-wrap.header-active {
    transform: translateY(0);
  }
  /*footer*/
  .footer-wrap .logo-box .wrap-sm > a img {
    width: 160px;
  }
  .footer-wrap .logo-box {
    padding: 32px 0;
  }
  .footer-wrap .logo-box .wrap-sm {
    flex-direction: column;
    row-gap: 20px;
  }
  .fnb-box {
    padding: 32px 0 150px;
  }
  .fnb-box .info-box {
    width: 100%;
  }
  .fnb-box .info {
    justify-content: center;
    gap: 15px 20px;
  }
  .fnb {
    display: none;
  }
  .fnb-box .info-box .copy {
    text-align: center;
  }
  .pt-150 {
    padding-top: 50px !important;
  }
  .pb-150 {
    padding-bottom: 50px;
  }
  .floating {
    top: inherit;
    transform: inherit;
    bottom: 70px;
  }
  .floating > a {
    font-size: 11px;
    padding: 10px 6px;
    border-radius: 8px;
  }
  .floating > a.floating-kakao > span {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .floating > a.floating-call > span {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .floating > a.floating-contact > span {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .floating > a.floating-top > span {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .contact-area .contact-input .call {
    display: none;
  }
  .page-banner {
    background-attachment: unset;
    height: 100%;
  }
  .page-banner-content .name {
    font-size: 16px;
  }
  .page-banner-content .sub-name {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .page-banner-content .content {
    font-size: 16px;
  }
  .page-tab ul > li > a {
    padding: 16px 0;
    font-size: 16px;
  }
  .page-tab ul > li > a {
    max-width: 150px;
  }
  .secret-area {
    margin-top: 50px;
  }
  /*메인*/
  .main-menu-box .grid-tit .item > div {
    font-size: 32px;
  }
  .main-menu-box .grid-tit .item .btn-area a {
    padding: 12px 32px;
    font-size: 14px;
  }
  .menu-bg {
    padding: 50px 16px;
  }
  .order-area > .tit-box {
    margin-bottom: 50px;
    gap: 32px;
  }
  .order-area > .tit-box > div > div {
    font-size: 32px;
  }
  .order-area > .tit-box > div > span {
    font-size: 18px;
  }
  .order-area > .tit-box > img {
    width: 130px;
  }
  .review-area .tit-box {
    margin-bottom: 50px;
  }
  .review-area .tit-box > div > div {
    font-size: 32px;
  }
  .review-area .tit-box > div > p {
    font-size: 18px;
  }
  .table-area .tit-box {
    row-gap: 24px;
    margin-bottom: 25px;
  }
  .table-area .tit-box > img {
    width: 80px;
  }
  .table-area .tit-box > div {
    font-size: 32px;
  }
  .table-area .web-box {
    display: none;
  }
  .table-area .mobile-box {
    display: block;
  }
  .main-contact-area > .tit-box {
    font-size: 32px;
  }
  .terms-area .chk-box .input-box label > span {
    font-size: 16px;
  }
  .terms-area .chk-box > button {
    font-size: 16px;
  }
  .main-input-grid .item > span {
    font-size: 16px;
  }
  .main-input-grid .item > input[type="text"] {
    font-size: 16px;
  }
  .main-input-grid .item > textarea {
    font-size: 16px;
  }
  .main-content-input .contact-btn > button {
    font-size: 24px;
  }


  .fir-section {
    padding: 50px 0;
  }
  .bg-wrap {
    padding: 50px 0;
  }
  .flex-box {
    flex-direction: column;
  }
  .flex-box > .text-box {
    margin-bottom: 50px;
    text-align: center;
  }
  .flex-box > .text-box .main-tit::after {
    margin: 30px auto;
  }
  .flex-box > .text-box .sub-tit {
    font-size: 16px;
  }
  .flex-box > .text-box.align-right {
    text-align: center;
  }
  .flex-box > .text-box.align-right .main-tit::after {
    margin: 16px auto;
    width: 50px;
  }
  .flex-box > .img-box {
    text-align: center;
  }
  .flex-box > .img-box > img {
    margin-bottom: 50px;
    width: 70%;
  }
  .logo-bg {
    width: 350px;
    height: 350px;
  }
  .fr-slider {
    margin: 0;
    padding: 0 16px;
  }
  .swiper-arrow-box {
    display: none;
  }
  .fr-slider .swiper-slide .area {
    font-size: 14px;
  }
  .fr-slider .swiper-slide .name {
    font-size: 20px;
  }
  .sec-section {
    padding: 50px 0;
  }
  .text-box-ho .main-tit::after {
    margin: 16px auto;
    width: 50px;
  }
  .chart-box .step {
    flex-direction: column;
  }
  .chart-box .step .item {
    height: auto;
    padding: 32px 16px;
  }
  .main-menu-box .grid-tit .item.btn-area {
    padding: 16px;
  }
  .main-menu-box .grid-tit .item.btn-area a {
    width: 100%;
    padding: 20px 16px;
  }
  .interior-content .icon-box {
    column-gap: 50px;
  }
  .interior-box .intro {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .interior-box .intro .content a {
    margin: 0 auto 30px;
  }
  .interior-box .intro .img-box {
    max-width: 100%;
    height: 350px;
  }
  .interior-color .color-box .item {
    height: 150px;
  }
  .delivery-slider {
    width: 100%;
    padding: 0 16px;
  }
  .delivery-slider::before {
    left: 16px;
    width: calc(100% / 2.5 - 36px);
  }
  .menu-slider .swiper-slide .name {
    bottom: 0;
  }
  /*브랜드소개*/
  .about-area {
    padding: 50px 0;
  }
  .expl-area {
    margin-bottom: 0;
  }
  .page-basic-tit > .expl-tit {
    font-size: 16px;
  }
  .expl-area .content {
    padding: 50px 0;
    text-align: center;
  }
  .expl-area .content p:first-child {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .expl-area .content p:nth-child(n+2):nth-child(-n+3) {
    font-size: 16px;
  }
  .expl-area .content p:last-child {
    font-size: 16px;
  }
  .flex-box-40 {
    flex-direction: column;
  }
  .page-basic-tit {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .page-basic-tit > .tit {
    font-size: 32px;
  }
  .page-basic-tit > .expl-tit > b {
    font-size: 18px;
  }
  .page-basic-tit > .tit::after {
    margin: 16px auto;
  }
  .about-img-box {
    width: 100%;
    height: 300px;
    flex: inherit;
    overflow: hidden;
  }
  .about-img-box > img {
    height: 100%;
    object-fit: cover;
  }
  .expl-area .expl-box {
    width: 100%;
    padding: 0 16px;
  }
  .expl-area .expl-box > .expl-tit br {
    display: none;
  }
  .seven-grid > .item {
    padding: 50px 30px;
  }
  .seven-grid > .item > img {
    width: 40px;
    height: 40px;
  }
  .seven-grid > .item > .content br {
    display: none;
  }
  .map-area > .info {
    flex-direction: column;
    row-gap: 40px;
  }
  /*메뉴*/
  .menu-grid {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  /*소식*/
  .promotion-grid {
    margin: 50px 0;
    grid-template-columns: repeat(2, 1fr);
  }
  /*가맹안내*/
  .franchise-area > .franchise-tit > p:first-child {
    font-size: 18px;
  }
  .franchise-area > .franchise-tit > p:last-child {
    font-size: 32px;
  }
  .franchise-area .step-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .franchise-area .step-grid .item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--border-color);
    padding: 32px 16px;
  }
  /*매장찾기*/
  .store-tit span {
    font-size: 24px;
  }
  .store-area {
    row-gap: 24px;
  }
  .store-area .item > span {
    font-size: 18px;
  }
  .store-area .item > div {
    font-size: 18px;
  }


  .franchise-area {
    margin: 50px 0 0;
  }
  .franchise-list > div > span {
    font-size: 16px;
  }
  .flex-box.fl-reverse {
    flex-direction: column-reverse;
  }
  .step-area {
    flex-direction: column;
  }
  .step-area .sticky-box .tit {
    position: unset;
  }
  .step-area .sticky-box .tit p:first-child {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .step-area .sticky-box .tit p:nth-child(2) {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .step-area .step-box {
    row-gap: 50px;
  }
  .step-area .step-box .item > span {
    font-size: 14px;
  }
  .step-area .step-box .item > .tit > span {
    font-size: 24px;
  }
  .step-area .step-box .item > .tit > img {
    width :30px;
    height: 30px;
  }
  .step-area .step-box .item > .tit {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .step-area .step-box .item > .content {
    font-size: 16px;
    line-height: 1.3;
  }
  .funds-area > .tit {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .funds-area .funds-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .funds-area .funds-grid .item .tit {
    font-size: 18px;
  }
  .funds-area .funds-grid .item .content {
    font-size: 14px;
  }
  .funds-area .funds-grid .item .cost {
    font-size: 18px;
  }
  .funds-area .equal {
    margin: 30px 0;
  }
  .funds-area .total-cost-area {
    padding: 30px;
  }
  .funds-area .total-cost-area .total-cost p:first-child {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .funds-area .total-cost-area .total-cost p:nth-child(2) {
    font-size: 24px;
  }
  .funds-area .total-cost-area .expl {
    margin-left: 30px;
    padding-left: 30px;
  }
  .funds-area .total-cost-area .expl > span {
    font-size: 14px;
  }
  .qna-area {
    padding: 50px 0 0;
    flex-direction: column;
  }
  .qna-area > .sticky-area > div {
    position: unset;
  }
  .qna-area > .sticky-area > div > .tit {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .qna-area .answer-area {
    padding-top: 50px;
  }

  .franchise-contact-area {
    margin: 50px 0;
  }
  .franchise-contact-area .left {
    display: none;
  }
  .interior-area {
    padding: 50px 0;
  }
  .interior-area .item {
    flex-direction: column;
  }
  .interior-area .item.fl-reverse {
    flex-direction: column;
  }
  .interior-area .item .content-box {
    padding: 0;
  }
  .interior-area .item .content-box > .content {
    font-size: 16px;
  }
  .interior-area .item .img-box {
    display: none;
  }
  .interior-area .item .gallery-box {
    width: 100%;
    justify-content: space-between;
  }
  .interior-area .item .gallery-box > img {
    width: calc(50% - 5px);
    height: 100%;
    aspect-ratio: 4 / 3;
  }
  .branch-area {
    margin-bottom: 50px;
  }
  .branch-area > .content {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
  }
  .branch-area > .content .left > p:first-child {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .branch-area > .content .left > p:nth-child(2) {
    font-size: 16px;
  }
  .branch-area > .content .left > p:last-child {
    font-size: 14px;
  }
  .branch-area > .content .right {
    font-size: 24px;
  }
  .btn-wrap.mb-100 {
    margin-bottom: 50px;
  }
  .franchise-contact-area .left .tit-box .tit > b {
    font-size: 32px;
  }
  .franchise-contact-area .left .tit-box .sub-tit {
    font-size: 16px;
  }
  .franchise-contact-area .left .call > p:first-child {
    font-size: 16px;
  }
  .franchise-contact-area .left .call > p:last-child {
    font-size: 32px;
  }
  .franchise-contact-area .left .sticky {
    position: unset;
  }
  .popup-area {
    width: calc(100vw - 32px);
    top: 16px !important;
    left: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  .wrap-sm .wrap-sm {
    padding: 0;
  }
  .store-tit {
    margin: 50px 0;
  }
  .banner-area .banner-txt {
    width: 100%;
  }
  .swiper-pagination {
    bottom: 50px !important;
  }
  .fnb-box {
    padding: 32px 0 50px;
  }
  .pl-60 {
    padding-left: 0;
  }
  .page-tab ul > li {
    width: 100%;
    text-align: center;
  }
  .page-tab ul > li > a {
    width: 100%;
  }
  .contact-area {
    
  }
  .contact-area > button{
    padding: 6px 0;
  }
  .contact-area .contact-input{
    padding: 6px 0 12px;
  }
  .contact-area .contact-input .input > button{
    width: auto;
  }
  .contact-area .contact-input .input > button span {
    display: none;
  }
  .contact-area .contact-input .input > button img{
    display: block;
  }

  .page-banner {
    height: 350px;
  }
  .page-banner-content .sub-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-banner-content .name {
    margin-bottom: 10px;
  }
  .page-banner-content .content {
    font-size: 14px;
    font-weight: 300;
  }
   /*메인*/
   .main-input-grid .item > textarea {
    height: 150px;
   }
   .main-banner-area .banner-txt {
    width: 100%;
   }
   .main-banner-area .banner-txt .txt-f {
    width: 100%;
    font-size: 20px;
   }
   .main-banner-area .banner-txt .logo-nt {
    width: 120px;
   }
   .main-banner-area .banner-txt .logo-ot {
    width: 200px;
   }
   .flex-box > .text-box .tag {
    font-size: 14px;
    margin-bottom: 10px;
   }
   .flex-box > .text-box .main-tit {
    font-size: 24px;
   }
   .flex-box > .text-box .main-tit::after {
    margin: 16px auto;
    width: 50px;
   }
   .flex-box > .text-box .main-tit span::after {
    display: none;
   }
   .flex-box > .text-box .sub-tit {
    font-size: 14px;
   }
   .flex-box > .img-box > img {
    width: 100%;
   }
   .interior-color .color-box {
    display: flex;
    flex-direction: column;
  }
  .text-box-ho .tag {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .interior-color {
    margin-bottom: 50px;
  }
  .interior-color .color-box .item {
    width: 100%;
    height: 120px;
  }
  .text-box-ho {
    margin-bottom: 30px;
  }
   .text-box-ho .main-tit {
    font-size: 24px;
   }
   .logo-bg {
    display: none;
   }
   .fr-slider .swiper-slide .img-box {
    border-radius: 10px;
   }
   .fr-slider .swiper-slide .area {
    font-size: 12px;
   }
   .fr-slider .swiper-slide .name {
    font-size: 16px;
   }
   .fr-slider .swiper-slide .address {
    font-size: 14px;
   }
   .text-box-ho .sub-tit {
    font-size: 14px;
   }
   .text-box-ho .main-tit span::after {
    display: none;
   }
   .chart-box .step .item .content {
    font-size: 14px;
   }
   .chart-box .chart {
    padding: 30px 16px;
   }
   .video-box .expl-box {
    flex-direction: column;
   }
   .video-box .expl-box .tit {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
   }
   .video-box .expl-box .tit span::after {
    display: none;
   }
   .video-box .expl-box .content p:first-child {
    font-size: 16px;
   }
   .video-box .expl-box .content p:last-child {
    font-size: 14px;
   }
   .main-menu-box .grid-tit .item {
    flex-direction: column;
   }
   .main-menu-box .grid-tit .item > div {
    font-size: 24px;
   }
   .order-area > .tit-box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
   }
   .order-area > .tit-box > div > div {
    font-size: 24px;
    text-align: center;
   }
   .gradation-wrap {
    padding: 50px 0;
   }
   .review-area .tit-box {
    row-gap: 16px;
   }
   .order-area > .tit-box {
    row-gap: 16px;
   }
   .order-area > .tit-box > img {
    width: 100px;
   }
   .review-area .tit-box > img {
    width: 150px;
   }
   .review-area .tit-box > div > div {
    font-size: 24px;
    flex-direction: column;
    row-gap: 8px;
   }
   .review-area .tit-box > div > div > div > span::after {
    width: 4px;
    height: 4px;
    top: -5px;
   }
   .order-area > .tit-box > div > span {
    font-size: 16px;
   }
   .review-area .tit-box > div > p {
    font-size: 16px;
   }
   .table-area .tit-box {
    row-gap: 16px;
   }
   .order-slider {
    margin-bottom: 50px;
   }
   .review-slider {
    margin-bottom: 50px;
   }
   .table-area .tit-box > div {
    font-size: 24px;
    text-align: center;
   }
   .terms-area {
    padding: 16px;
   }
   .terms-area .chk-box {
    column-gap: 24px;
   }
   .terms-area .chk-box > button {
    font-size: 14px;
    white-space: nowrap;
   }
   .terms-area .chk-box .input-box label > span {
    font-size: 14px;
    padding-left: 30px;
   }
   .terms-area .chk-box #check + label {
    background-size: 24px 24px;
   }
   .terms-area .terms-content textarea {
    font-size: 14px;
   }
   .main-content-input > .tit-box {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    font-size: 20px;
   }
   .main-content-input > .tit-box > span {
    font-size: 16px;
   }
   .main-input-grid {
    gap: 16px;
   }
   .main-input-grid .item {
    flex-direction: column;
    row-gap: 8px;
   }
   .main-input-grid .item > input[type="text"] {
    width: 100%;
   }
   .main-content-input .contact-btn > button {
    font-size: 16px;
    padding: 12px 32px;
    margin: 24px 0;
   }
   .main-content-input .call-box > div > img {
    width: 24px;
   }
   .main-content-input .call-box > div {
    font-size: 24px;
   }
   .main-content-input .call-box > p {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
   }
   .main-contact-area > .tit-box {
    font-size: 24px;
   }



   .main-menu-box .grid-tit .item:first-child {
    grid-column: 1 / span 4;
    font-size: 24px;
    word-break: keep-all;
    padding: 32px 16px;
   }
   .main-menu-box .grid-tit .item:nth-child(2) {
    grid-column: 1 / span 4;
   }
   .main-menu-box .grid-tit .item.btn-area a {
    white-space: nowrap;
    padding: 20px 48px;
   }
   .menu-slider .swiper-slide .name {
    font-size: 14px;
    bottom: 0;
   }
   .menu-slider .swiper-slide .cover {
    display: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%);
   }
   .menu-slider .swiper-slide .img-box > img {
    padding: 0;
   }
   .interior-box .intro {
    padding: 30px 16px;
   }
   .interior-box .intro .content p:first-child {
    font-size: 24px;
   }
   .interior-box .intro .content p:nth-child(n+2):nth-child(-n+4) {
    font-size: 14px;
    margin-left: 8px;
    text-indent: -8px;
   }
   .interior-box .intro .content a {
    margin: 0 auto 30px;
    width: 100%;
   }
   .interior-tit {
    font-size: 24px;
   }
   .interior-content .icon-box {
    flex-direction: column;
    row-gap: 30px;
   }
   .interior-content .icon-box .item {
    row-gap: 16px;
   }
   .interior-content .img-grid {
    grid-template-columns: repeat(2, 1fr);
   }
   .delivery-slider::before {
    width: calc(100% / 1.5 - 32px);
   }
   /*브랜드소개*/
   .banner-area {
    height: 350px;
   }
   .about-area {
    padding: 50px 0;
   }
   .page-basic-tit > .tit {
    font-size: 24px;
   }
   .page-basic-tit > .expl-tit {
    font-size: 14px;
   }
   .page-basic-tit > .expl-tit > b {
    font-size: 16px;
   }
   .expl-area .expl-box > .tit {
    font-size: 32px;
   }
   .expl-area .expl-box > .expl-tit {
    font-size: 16px;
   }
   .expl-area .content p:first-child {
    font-size: 24px;
   }
   .expl-area .content p:nth-child(n+2):nth-child(-n+3) {
    font-size: 14px;
   }
   .expl-area .content p:nth-child(n+2):nth-child(-n+3) > br {
    display: none;
   }
   .expl-area .content p:last-child {
    font-size: 14px;
   }
   .expl-area .content p:last-child > br {
    display: none;
   }
   .seven-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 0;
   }
   .seven-grid > .item {
    padding: 24px 0;
    row-gap: 16px;
   }
   .seven-grid > .item:nth-child(odd)::after {
    display: none;
   }
   .seven-grid > .item:last-child {
    grid-column: 1 / span 1;
   }
   .start-area {
    margin-bottom: 50px;
    padding: 50px 0;
   }
   .secret-tit {
    font-size: 24px;
    text-align: center;
   }
   .seven-grid > .item > .tit {
    font-size: 16px;
   }
   .seven-grid > .item > .content {
    font-size: 14px;
   }
   .start-grid > .item > img {
    width: 120px;
   }
   .start-grid > .item > div p:last-child {
    font-size: 20px;
   }
   .start-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
    gap: 40px 0;
   }
   .start-grid > .item {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
   }
   .start-grid > .item > div {
    align-items: center;
    row-gap: 16px;
   }
   .start-grid > .item > div p:first-child {
    font-size: 16px;
   }
   .map-area {
    margin: 50px 0;
   }
   .map-area > .info > div > p:first-child {
    margin-bottom: 10px;
    font-size: 14px;
   }
   .map-area > .info > div > p:last-child {
    font-size: 16px;
    line-height: 1.3;
   }
   /*메뉴*/
   .menu-grid {
    gap: 32px 16px;
   }
   .menu-grid > .item .category-tag {
    font-size: 12px;
   }
   .menu-grid > .item .name {
    font-size: 14px;
    padding: 8px 0;
   }
   /*프로모션*/
   .promotion-grid {
    gap: 32px 8px;
   }
   /*가맹안내*/
   .step-area .sticky-box .tit {
    text-align: center;
   }
   .step-area .sticky-box .tit p:nth-child(2) {
    font-size: 24px;
   }
   .step-area .step-box .item > .tit > span {
    font-size: 18px;
   }
   .step-area .step-box .item > .content {
    font-size: 14px;
   }
   .funds-area > .tit {
    font-size: 24px;
    text-align: center;
   }
   .funds-area .funds-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
   }
   .funds-area .funds-grid .item {
    row-gap: 12px;
   }
   .funds-area .total-cost-area {
    flex-direction: column;
    padding: 32px 16px;
   }
   .funds-area .total-cost-area .total-cost {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-color);
   }
   .funds-area .total-cost-area .expl {
    padding: 0;
    margin: 0;
    border: none;
   }
   .qna-area > .sticky-area > div > .tit {
    text-align: center;
    font-size: 24px;
   }
   .qna-area > .sticky-area .question {
    padding: 16px;
    font-size: 18px;
    width: unset;
   }
   .qna-area .answer-area .item {
    padding: 16px;
   }
   .qna-area .answer-area .item > .tit {
    font-size: 18px;
   }
   .qna-area .answer-area .item > .content {
    font-size: 14px;
   }


   .franchise-contact-area .left {
    align-items: center;
   }
   .franchise-contact-area .left .tit-box .tit {
    font-size: 24px;
    text-align: center;
   }
   .franchise-contact-area .left .tit-box .tit > b {
    font-size: 24px;
   }
   .franchise-contact-area .left .tit-box .tit::after {
    width: 50px;
    margin: 16px auto;
   }
   .franchise-contact-area .left .tit-box .sub-tit {
    font-size: 14px;
    text-align: center;
   }
   .franchise-contact-area .left .call {
    text-align: center;
   }
   .franchise-contact-area .left .call > p:last-child {
    font-size: 24px;
   }
   .franchise-contact-area .input-grid .item:nth-child(n+1):nth-child(-n+2) {
    grid-column: 1 / span 2;
   }
   .franchise-contact-area .input-grid .item:nth-child(n+2):nth-child(-n+3) {
    grid-column: 1 / span 2;
   }
   .branch-area > .content .right {
    display: none;
   }
   .branch-area > .content .left > p:first-child {
    font-size: 20px;
    margin-bottom: 16px;
   }
   .branch-area > .content .left > p:nth-child(2) {
    margin-bottom: 5px;
   }
   .interior-area .item .content-box > .tit {
    font-size: 24px;
   }
   .interior-area .item .content-box > .content {
    font-size: 14px;
   }
   .franchise-area > .franchise-tit {
    margin-bottom: 24px;
   }
   .franchise-area > .franchise-tit > p:first-child {
    font-size: 16px;
   }
   .franchise-area > .franchise-tit > p:last-child {
    font-size: 24px;
   }
   /*매장안내*/
   .franchise-contact-area .left .call > p:first-child {
    justify-content: center;
    font-size: 14px;
   }
   .franchise-list > div > span {
    font-size: 14px;
    padding: 0 4px;
   }
   .franchise-list > ul {
    max-height: 400px;
   }
   .franchise-list > ul > li {
    align-items: flex-start;
   }
   .franchise-list > ul > li > span {
    font-size: 14px;
    padding: 0 4px;
   }
   .franchise-list > ul > li > span:last-child {
    word-break: keep-all;
   }
   .franchise-contact-area .input-grid .item input[type="text"] {
    font-size: 14px;
   }
   .franchise-contact-area .input-grid .item textarea {
    font-size: 14px;
   }
   .franchise-contact-area .border-box > input[type="text"] {
    font-size: 14px;
   }
   .store-tit span {
    font-size: 20px;
    padding: 12px 32px;
   }
}