/* Reset CSS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");
html, body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 500;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fix {
  position: fixed !important;
  width: 100%;
  margin: 0 auto;
  top: 0;
}

/* Font Family */
/* Font Icon */
/* Text Color */
/* Content Color */
.section.slider .slick-list .draggable {
  height: unset !important;
}

@media (max-width: 767px) {
  .header .event-banner {
    padding: 9.5px 0 !important;
  }
  .header .event-banner .event-banner-wrap {
    flex-direction: column;
  }
  .footer .footer-inner .company-info {
    width: 100% !important;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .service-grid .card-title {
    font-size: 13px !important;
  }
  .service-grid .card-price strong {
    font-size: 12px;
  }
  .service-grid .card-price span {
    font-size: 11px !important;
  }
  .main .main-title-area {
    padding: 4%;
  }
  .main .main-title-area h1 {
    font-size: 32px !important;
  }
  .main .main-title-area h1 span {
    word-break: keep-all;
  }
  .main .sns-buttons {
    gap: 30px !important;
  }
  .main .sns-buttons .sns-button {
    padding: 16px !important;
  }
  .main .sns-buttons .sns-info {
    display: none !important;
  }
  .slider.pc {
    display: none !important;
  }
  .slider.mobile {
    display: block !important;
  }
  .banner a.pc {
    display: none !important;
  }
  .banner a.mobile {
    display: block !important;
  }
  .blogs .blogs-wrap .blog {
    width: 100%;
    padding: 4%;
  }
  .blogs .blogs-wrap .blog .blog-img {
    height: 350px !important;
    overflow: hidden;
  }
  .blogs .blogs-wrap .blog .blog-img img {
    height: 100% !important;
    width: unset !important;
  }
  .blogs .blogs-wrap .blog .blog-content {
    padding: 2% 4% !important;
  }
}
@media (max-width: 1023px) {
  .header.mobile {
    display: block !important;
  }
  .header.desktop {
    display: none;
  }
  .sns-info .sns-info-bottom {
    display: none;
  }
  .blogs .blogs-wrap .blog {
    flex-direction: column !important;
  }
  .blogs .blogs-wrap .blog .blog-img {
    height: 300px !important;
    width: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blogs .blogs-wrap .blog .blog-img img {
    height: 350px !important;
    width: 350px;
  }
  .blogs .blogs-wrap .blog .blog-content {
    padding: 2% 4% !important;
  }
  #content .service-detail {
    flex-direction: column !important;
  }
  #content .service-detail .service-image {
    width: 100% !important;
  }
  #content .service-detail .service-price {
    padding: 20px 0 !important;
  }
  #content .service-detail .order-row {
    margin: 20px 0 !important;
  }
  #content .service-detail .order-row .product-name {
    width: 35%;
    word-break: keep-all;
  }
  #content .service-detail .order-row .quantity-control {
    transform: translateX(17.5%);
  }
}
* {
  font-family: "montserrat", sans-serif;
}

body {
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
}

.container {
  width: 100%;
  position: relative;
}

.section {
  max-width: 1500px;
  margin: 0 auto;
}
.section.main {
  max-width: 100% !important;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 24px;
  margin: 0 auto;
  padding: 20px;
  max-width: 1230px;
}
.service-grid a {
  display: block;
}
.service-grid a .card-image img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.service-grid a .card-title {
  font-weight: 700;
  font-size: 15px;
  padding: 8px 0;
}
.service-grid a .card-price span {
  background: rgba(58, 58, 58, 0.1019607843);
  font-size: 12px;
  padding: 1px 4px;
  border-radius: 100px;
  margin-left: 4px;
  font-weight: 300;
}

.header {
  z-index: 990;
  width: 100%;
  transition: 0.3s;
}
.header .event-banner {
  background-color: rgba(58, 58, 58, 0.1019607843);
  padding: 20px 0;
}
.header .event-banner .event-banner-wrap {
  display: flex;
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 4%;
}
.header .event-banner .event-banner-wrap a {
  font-size: 13px;
}
.header .event-banner .event-banner-wrap .event-banner-close {
  margin-left: auto;
}
.header .event-banner .event-banner-wrap .event-banner-close .do-not-show {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #6a6a6a;
}
.header .event-banner .event-banner-wrap .event-banner-close .do-not-show label {
  display: flex;
}
.header .event-banner .event-banner-wrap .event-banner-close .do-not-show label input[type=checkbox] {
  position: relative;
  top: 1.5px;
  width: 13px;
  height: 13px;
  accent-color: #9a9a9a;
}
.header .event-banner .event-banner-wrap .event-banner-close .do-not-show i {
  position: relative;
  top: 1px;
  font-size: 16px;
  cursor: pointer;
}
.header .header-inner {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 998;
  filter: drop-shadow(4px 0 8px rgba(138, 138, 138, 0.1647058824));
}
.header .header-inner .logo {
  height: 80px;
  padding: 10px 0;
}
.header .header-inner .logo a img {
  max-width: 400px;
  max-height: 60px;
}
.header .header-inner .menu {
  margin-left: auto;
  display: flex;
  gap: 28px;
  font-weight: 500;
}
.header .header-inner .menu li {
  position: relative;
  line-height: 40px;
}
.header .header-inner .menu li::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff6f0f;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 0.3s cubic-bezier(0.45, 0.46, 0.05, 0.96), -webkit-transform 0.3s cubic-bezier(0.45, 0.46, 0.05, 0.96);
}
.header .header-inner .menu li.hover::after {
  transform: scaleX(1);
  transform-origin: 0 0;
  transition: transform 0.5s cubic-bezier(0.45, 0.46, 0.05, 0.96), -webkit-transform 0.5s cubic-bezier(0.45, 0.46, 0.05, 0.96);
}
.header .header-inner .menu li a {
  height: 100%;
  display: block;
}
.header.mobile {
  display: none;
}
.header.mobile .header-inner {
  position: relative;
}
.header.mobile .header-inner .hamb {
  position: absolute;
  cursor: pointer;
}
.header.mobile .header-inner .hamb i {
  font-size: 30px;
}
.header.mobile .header-inner .logo {
  margin: 0 auto;
}
.header.mobile .header-inner .logo a {
  display: block;
}
.header.mobile .header-inner .logo a img {
  max-width: 300px;
  max-height: 40px;
  margin-top: 12px;
}
.header.mobile .sidebar {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  width: 80%;
  transform: translateX(-100%);
}
.header.mobile .sidebar .sidebar-top-area {
  padding: 10px 0 5px;
  background-color: #f5f5f5;
}
.header.mobile .sidebar .sidebar-top-area i {
  text-align: right;
  display: block;
  font-size: 20px;
  padding: 20px 20px 0;
}
.header.mobile .sidebar .sidebar-top-area .sidebar-logo {
  margin-bottom: 10px;
  text-align: center;
}
.header.mobile .sidebar .sidebar-top-area .sidebar-logo img {
  max-height: 30px;
  max-width: 200px;
}
.header.mobile .sidebar .menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 20px;
  font-size: 16px;
}
.header.mobile .shadow {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.footer {
  width: 100%;
  background-color: #f5f5f5;
  padding: 90px 0;
  margin-top: 80px;
}
.footer .footer-inner {
  display: flex;
  width: 92%;
  max-width: 1760px;
  margin: 0 auto;
  flex-direction: column;
}
.footer .footer-inner .bottom-logo {
  height: 80px;
}
.footer .footer-inner .bottom-logo a img {
  height: 60px;
}
.footer .footer-inner .bottom-menu {
  display: flex;
  gap: 20px;
  margin: 20px 0 52px;
}
.footer .footer-inner .bottom-menu li {
  font-weight: 500;
  color: #3a3a3a;
}
.footer .footer-inner .company-info {
  width: 50%;
}
.footer .footer-inner .company-info h4 {
  font-size: 16px;
  font-weight: 700;
}
.footer .footer-inner .company-info .info-list {
  display: flex;
  justify-content: flex-start;
  max-width: 605px;
  flex-wrap: wrap;
}
.footer .footer-inner .company-info .info-list li {
  margin-right: 20px;
  line-height: 1.75;
  font-size: 12px;
}
.footer .footer-inner .company-info .info-list li strong {
  margin-right: 8px;
}
.footer .footer-inner hr {
  color: rgba(58, 58, 58, 0.1019607843);
  height: 2px;
  width: 100%;
  margin-top: 40px;
}
.footer .footer-inner span {
  margin-top: 20px;
  display: block;
}

.section.main {
  background: linear-gradient(rgba(255, 111, 15, 0.1) 0%, rgb(255, 255, 255) 50%);
  padding: 90px 0 50px 0;
}
.section.main .main-title-area h1 {
  text-align: center;
  font-size: clamp(1.75rem, 0.942rem + 3.801vw, 3.375rem);
  font-weight: 700;
  line-height: 1.2;
}
.section.main .main-title-area h1 span {
  background: linear-gradient(90deg, #ff6f0f, rgba(255, 111, 15, 0.6039215686));
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section.main .main-title-area p {
  text-align: center;
  font-size: calc(16px + 3 * (100vw - 370px) / 1390);
  color: #6a6a6a;
  font-weight: 500;
}
.section.main .main-content-area {
  padding: 60px 0;
}
.section.main .main-content-area .sns-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item.instagram .sns-button .sns-icon {
  background: linear-gradient(-45deg, #f09433 0%, #dc2743, #bc1888 100%);
}
.section.main .main-content-area .sns-buttons li.sns-tab-item.instagram .sns-button .sns-icon i {
  color: #fff;
  font-size: 22px;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item.youtube .sns-button .sns-icon {
  background: #fff;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item.youtube .sns-button .sns-icon i {
  color: red;
  font-size: 24px;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item.tiktok .sns-button .sns-icon {
  background: #000;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item.tiktok .sns-button .sns-icon i {
  color: #fff;
  font-size: 20px;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item button.sns-button {
  cursor: pointer;
  background-color: #f5f5f5;
  border: 2px solid rgba(58, 58, 58, 0.1019607843);
  border-radius: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 16px;
  padding: 16px 52px;
  transition: 0.2s;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item button.sns-button .sns-info .sns-info-bottom i {
  color: #ff6f0f;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item button.sns-button.active {
  border: 2px solid #6a6a6a;
  background-color: #fff;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item button.sns-button.active .sns-info p {
  color: #000;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item button.sns-button.active .sns-info .sns-info-bottom .reviews {
  background-color: #C9F8FF;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item button.sns-button .sns-icon {
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
.section.main .main-content-area .sns-buttons li.sns-tab-item button.sns-button .sns-info {
  display: flex;
  flex-direction: column;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item button.sns-button .sns-info p {
  text-align: left;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  color: #6a6a6a;
  transition: 0.2s;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item button.sns-button .sns-info .sns-info-bottom {
  margin-top: auto;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item button.sns-button .sns-info .sns-info-bottom .rating {
  font-size: 12px;
}
.section.main .main-content-area .sns-buttons li.sns-tab-item button.sns-button .sns-info .sns-info-bottom .reviews {
  font-size: 11px;
  background-color: rgba(58, 58, 58, 0.1019607843);
  border-radius: 100px;
  padding: 0 4px;
  transition: 0.2s;
}

.section.slider.mobile {
  display: none;
}
.section.slider a img {
  width: 100%;
}

.section.recommend {
  padding: 90px 0;
}
.section.recommend .recommend-title-area {
  margin-bottom: 30px;
}
.section.recommend .recommend-title-area h2 {
  text-align: center;
  font-size: clamp(1.75rem, 0.942rem + 3.801vw, 3.375rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
.section.recommend .recommend-title-area p {
  text-align: center;
  font-size: calc(16px + 3 * (100vw - 370px) / 1390);
  color: #6a6a6a;
  font-weight: 500;
}

.section.banner a {
  display: block;
}
.section.banner a.mobile {
  display: none;
}
.section.banner a img {
  width: 100%;
}

.section.blogs {
  display: block;
  height: auto !important;
  width: 92%;
  max-width: 1230px;
  padding: 90px 0;
}
.section.blogs .blogs-wrap {
  display: flex;
  flex-direction: column;
}
.section.blogs .blogs-wrap .blog {
  display: flex;
  align-items: center;
}
.section.blogs .blogs-wrap .blog:nth-child(even) {
  flex-direction: row-reverse;
}
.section.blogs .blogs-wrap .blog .blog-img {
  height: 500px;
}
.section.blogs .blogs-wrap .blog .blog-img img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
.section.blogs .blogs-wrap .blog .blog-content {
  flex: 1;
  padding: 5%;
  display: flex;
  flex-direction: column;
}
.section.blogs .blogs-wrap .blog .blog-content .blog-title {
  font-size: calc(21px + 11 * (100vw - 370px) / 1390);
  font-weight: 600;
}
.section.blogs .blogs-wrap .blog .blog-content p {
  color: #6a6a6a;
  font-size: calc(13px + 3 * (100vw - 370px) / 1390);
  margin-bottom: 40px;
  line-height: 1.5;
}
.section.blogs .blogs-wrap .blog .blog-content a {
  background-color: rgba(58, 58, 58, 0.1019607843);
  border: 1px solid #9a9a9a;
  width: fit-content;
  padding: 24px;
  font-weight: 700;
  color: #3a3a3a;
  transition: 0.2s;
  border-radius: 8px;
}
.section.blogs .blogs-wrap .blog .blog-content a:hover {
  background-color: #3a3a3a;
  color: #fff;
  border-color: #3a3a3a;
}
.section.blogs .blogs-wrap .blog .blog-content a i {
  margin-left: 20px;
}

#content {
  padding: 90px 4%;
}
#content .service-detail {
  width: 92%;
  max-width: 1230px;
  margin: auto;
  display: flex;
  gap: 50px;
}
#content .service-detail .service-image {
  width: calc(100% - 650px);
}
#content .service-detail .service-image img {
  width: 100%;
}
#content .service-detail .service-info-wrap {
  flex: 1;
}
#content .service-detail .service-info-wrap #service-title {
  margin: 24px 0;
}
#content .service-detail .service-info-wrap .service-price {
  font-weight: 500;
  padding: 30px 0 50px;
}
#content .service-detail .service-info-wrap .service-price strong {
  margin-left: 40px;
}
#content .service-detail .service-info-wrap .service-price span {
  font-size: 12px;
  font-weight: 400;
}
#content .service-detail .service-info-wrap .light-division {
  background-color: rgba(58, 58, 58, 0.1019607843);
  width: 100%;
  height: 1px;
  display: block;
}
#content .service-detail .service-info-wrap .order-row {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  position: relative;
}
#content .service-detail .service-info-wrap .order-row .product-name {
  position: absolute;
  left: 0;
  font-size: 16px;
}
#content .service-detail .service-info-wrap .order-row .quantity-control {
  display: flex;
  align-items: center;
}
#content .service-detail .service-info-wrap .order-row .quantity-control .qty-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}
#content .service-detail .service-info-wrap .order-row .quantity-control input {
  height: 32px;
  flex: 1;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 50px;
  text-align: center;
}
#content .service-detail .service-info-wrap .order-row .product-total {
  position: absolute;
  right: 0;
}
#content .service-detail .service-info-wrap .total-summary {
  margin-top: 30px;
  display: flex;
}
#content .service-detail .service-info-wrap .total-summary div {
  margin-right: auto;
  font-size: 16px;
}
#content .service-detail .service-info-wrap .total-summary div span {
  color: #6a6a6a;
}
#content .service-detail .service-info-wrap .total-summary strong {
  font-size: 20px;
}
#content .service-detail .service-info-wrap .total-summary #quantity-label {
  margin-right: 0;
  margin-left: 4px;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 2.2;
}
#content .service-detail .service-info-wrap .checkout-button {
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 24px 0;
  display: block;
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
#content .division {
  width: 92%;
  max-width: 1230px;
  text-align: center;
  line-height: 60px;
  margin: 60px auto 0;
  border-top: 1px solid #6a6a6a;
}
#content .service-description {
  width: 92%;
  max-width: 900px;
  margin: auto;
}
#content .service-description img {
  width: 100%;
  margin-bottom: 10px;
}

.section.txt-page {
  max-width: 1230px;
  width: 92%;
  border: 1px solid #9a9a9a;
  border-radius: 20px;
  padding: 50px 5%;
  margin-top: 4%;
}
.section.txt-page h1 {
  width: fit-content;
  margin: 20px auto 80px;
  font-weight: 600;
  font-size: 36px;
}
.section.txt-page h1:after {
  display: inline-block;
  width: fit-content;
  content: "";
  background-color: #ff6f0f;
  height: 2px;
  width: 100%;
}
.section.txt-page h2 {
  line-height: 2;
  margin-top: 20px;
}
.section.txt-page h3 {
  line-height: 1.5;
  margin-top: 30px;
}