@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@font-face {
  font-family: 'SUITE-Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GabiaGosran-Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2409-2@1.0/GabiaGosran-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
  src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
 }
 
 @font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 700;
  src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
  src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
 }
 
 @font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 300;
  src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
  src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
 }
 
 .nanumbarungothic * {
  font-family: 'NanumBarunGothic', sans-serif;
 }
@import'material-symbols';
@import 'material-icons/iconfont/material-icons.css';
/*- TABLE OF CONTENT 
1.0 VARIABLE
|  1.1 COLOR
|  1.2 TYPOGRAPHY
|  1.3 LAYOUT
2.0 FOUNDATION
3.0 TYPOGRAPHY
4.0 IMAGE
5.0 LAYOUT
6.0 COMPONENT
|  6.1 CTA
|  6.2 BUTTON
|  6.3 TOGGLE
|  6.4 CARD
|  6.5 LIST
7.0 SECTION
|  7.1 HEADER
|  7.2 HERO
|  7.3 CUSTOMER
|  7.4 FEATURE
|  7.5 PRICING
|  7.6 TESTIMONIAL
|  7.7 CLOSE
|  7.8 FOOTER
8.0 MEDIA
|  8.1 768PX
|  8.2 1024PX
|  8.3 1200PX
-*/


/* 1.0 VARIABLE */
:root {

  /* 1.1 COLOR */
  --ui-color-brand: #008abf;
  --ui-color-brand-background: #f1fbff;
  --ui-color-secondary: #F5F5DC;


  /* COLOR PALETTE */
  --ui-color-n-000: #fff;
  --ui-color-n-050: #f5f5f5;
  --ui-color-n-100: #ebebeb;
  --ui-color-n-300: #aeaeae;
  --ui-color-n-500: #353535;
  --ui-color-n-700: #282828;
  --ui-color-n-900: #1a1a1a;

  /* BACKGROUND COLOR */  
  --ui-color-background-primary  : var(--ui-color-n-000);
  --ui-color-background-secondary: var(--ui-color-n-050);
  --ui-color-background-tertiary : var(--ui-color-n-100);

  /* BORDER COLOR #ebebeb */
  --ui-color-border: var(--ui-color-n-100);

  /* TYPOGRAPHY COLOR */
  --ui-color-typography-heading: var(--ui-color-n-500);
  --ui-color-typography-body   : var(--ui-color-n-900);
  --ui-color-typography-note   : var(--ui-color-n-300);
  --ui-color-typography-button : var(--ui-color-n-000);

  /** 1.2 TYPOGRAPHY **/  
  --ui-typography-typeface: "SUITE-Regular", sans-serif;

  /* FONT SIZE */
  --ui-typography-h1: 2.4rem;
  --ui-typography-h2: 1.8rem;
  --ui-typography-h3: 1.5rem;
  --ui-typography-p : 1rem;
  --ui-typography-s : .875rem;

  /* LEADING */
  --ui-typography-h1-leading: 1.2;
  --ui-typography-h2-leading: 1.2;
  --ui-typography-p-leading : 1.5;

  /* MARGIN */
  --ui-typography-margin-heading: .75rem;
  --ui-typography-margin-body   : 1.125rem;

  /** 1.3 LAYOUT **/
  --ui-layout-container: 1.25rem;
  --ui-layout-grid     : 3.625rem;
  --ui-layout-gutter   : 1rem;

  /* GAP */  
  --ui-gap-header     : 1rem;
  --ui-gap-cta        : .75rem;
  --ui-gap-hero       : 2rem;
  --ui-gap-customer   : 2rem;
  --ui-gap-feature    : 2rem;
  --ui-gap-card       : 1.25rem;
  --ui-gap-pricing    : 2rem;
  --ui-gap-testimonial: 3rem;

  /* BORDER RADIUS */  
  --ui-radius-avatar: 5rem;
  --ui-radius-button: 5rem;
  --ui-radius-card  : 2rem;

}

/* 2.0 FOUNDATION */
html { box-sizing: border-box; scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: inherit; }

body {
  background-color: var(--ui-color-background-primary);
  color: var(--ui-color-typography-body);
  font-family: var(--ui-typography-typeface);
  font-feature-settings: "liga", "kern";
  font-size: var(--ui-typography-p);
  font-weight: 400;
  line-height: var(--ui-typography-p-leading);
  margin: 0 auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/*
.fade-in { opacity: 0; transform: translateX(50%); transition: opacity 0.5s ease-in;}
.fade-in.show { opacity: 1; transform: translateX(0%); }
*/

/* 3.0 TYPOGRAPHY */
a { color: var(--ui-color-brand); text-decoration-color: var(--ui-color-typography-note); cursor: pointer; text-decoration: none;}
a:hover { color:var(--ui-color-brand); font-weight: 600;}
h1, h2, p, ul { margin-top: 0; word-break: keep-all; overflow-wrap: break-word; white-space: normal; }
h1, h2 { color: var(--ui-color-typography-heading); margin-bottom: var(--ui-typography-margin-heading); }
h1 { font-size: var(--ui-typography-h1); line-height: var(--ui-typography-h1-leading); word-break: keep-all; }
h2 { font-size: var(--ui-typography-h2); line-height: var(--ui-typography-h2-leading); }
h3 { font-size: var(--ui-typography-h3); line-height: var(--ui-typography-h2-leading); word-break: keep-all ;}
p, ul { margin-bottom: var(--ui-typography-margin-body); }
p:last-child, ul:last-child { margin-bottom: 0; }
#text-question {text-align: center; }
ul { padding-left: 0; }
strong { font-weight: 700; }
small { font-size: var(--ui-typography-s); }
.ui-text-note { color: var(--ui-color-typography-note); line-height: 1.5; }

#about-section { background-color: var(--ui-color-brand-background); }
.ui-component-card--feature-title { margin:1rem; }
.ui-component-card--feature-content p { /*margin-bottom: 2rem;*/ margin-right: 1rem; }
.ui-section-pricing { background-color:var(--ui-color-brand-background); padding: 5rem 0;}
.ui-section-aboutcafe24 { padding-top: 5rem; width: 100%; }
#top-company-name {margin-left:1rem;}
#logo-group-flex { display: flex; flex-wrap: wrap; justify-content:center; align-content: center; gap: 2rem; margin-top:2rem; }
.scroll-btn { display: none; }
#price-section, #partners-section { cursor: pointer; }
#partners-more {margin-top: 2rem;}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.contact-link { animation: float 3s infinite; transition: transform 0.3s ease-in-out, background-color 0.3s ease; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
.contact-link:hover { transform: scale(1.2); }

/* 모달 팝업으로 CTA 구현하기 
#modalBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 999;
}

#modalContent {
  position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}

.contact-link {
  cursor: pointer;
}

.modal-open {
  opacity: 1;
  visibility: visible;
}
*/
displaynone { display: none; }
/* 4.0 IMAGE */
img, svg { display: block; height: auto; margin: 0 auto; max-width: 100%; border-radius: 1rem; }
.ui-section-customer__layout .ui-layout-flex .img, #logo { border-radius: 0;}

#reference { text-align: center;}
#reference div { width:100%; text-align: center; padding:0 2rem;}

/* LOGO */
#logo { height: 1.4rem; width: auto; }
#logo_korean {border-radius: 0; font-size: 2rem; margin: 1rem; height:1.4rem; filter: grayscale(100%);}

/* 5.0 LAYOUT */
.ui-layout-container, .ui-section-customer { padding-left: var(--ui-layout-container); padding-right: var(--ui-layout-container); } /*text-align: center; */
.ui-section-customer { margin-top: var(--ui-layout-container); }
.ui-layout-flex, .ui-layout-grid { align-items:center; justify-content: center; text-align: left; }
.ui-layout-flex { display: flex; }
.ui-layout-grid { display: grid; }
.ui-text-container h2, p { text-align: left; margin-left:1rem;}
.ui-layout-grid-center { text-align: center; }


/* 6.0 COMPONENT */
#group-plan {margin-bottom:2rem;}
.chips { background-color: var(--ui-color-n-000); display: inline-block; padding: 0.5rem 1rem; margin: 0.2rem; border-radius: 0.5rem; font-weight:400; font-family: "Pretendard"; border:.1rem solid var(--ui-color-n-100);}
.margin-bottom-2rem {margin-bottom:2rem;}

#chip-store::before { font-family: "Material Icons"; content: "\ea12"; margin-right: 5px; font-size: 1.1rem; }
#chip-openmarket::before { font-family: "Material Icons"; content: "\e6b1"; margin-right: 5px; font-size: 1.1rem; }
#chip-marketing::before { font-family: "Material Icons"; content: "\ef49"; margin-right: 5px; font-size: 1rem; }
#chip-customer::before { font-family: "Material Icons"; content: "\f0e2"; margin-right: 5px; font-size: 1rem; }
#chip-delevery::before { font-family: "Material Icons"; content: "\e558"; margin-right: 5px; font-size: 1rem; }
#chip-payment::before { font-family: "Material Icons"; content: "\e870"; margin-right: 5px; font-size: 1rem; }
#standard-info { cursor: pointer; }
#closeButton {width:2rem;}

/* 모달 팝업 스타 일 */
/* .modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 9999; }
.modal { position: absolute;top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; max-width: 600px; background-color: white; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);  }
.close-button { position: absolute; top: 10px; right: 10px; font-size: 1.5rem; background: none; border: none; cursor: pointer; }
.modal-content { margin-top: 20px; } */

/* 6.1 CTA */
.ui-component-cta { flex-direction: column; row-gap: var(--ui-gap-cta); }

/* 6.2 BUTTON */
.ui-component-button { border: .0625rem solid var(--ui-color-brand); border-radius: var(--ui-radius-button); display: block; font-weight: 700; line-height: 1; text-align: center; text-decoration: none; cursor: pointer;}
.ui-component-button-primary { background-color: var(--ui-color-brand); color: var(--ui-color-typography-button); }
.ui-component-button-primary:hover { background-color: var(--ui-color-brand-background); }
.ui-component-button-secondary { background-color: var(--ui-color-n-000); color: var(--ui-color-n-700); font-weight:600; font-family: "Pretendard"; font-size:1rem; padding: 0.5rem 2rem; border-radius: var(--ui-radius-button); border:1px solid var(--ui-color-n-300); cursor: pointer;}
.ui-component-button-big, .ui-component-button-normal { padding: 1rem 2rem; }
.ui-component-button-big { width: 100%; z-index: 0;}
.ui-component-button-normal { width: fit-content; }

/* 6.3 TOGGLE */
input[name="toggle"] { display: none; }
.ui-component-toggle { background-color: var(--ui-color-background-tertiary); border-radius: var(--ui-radius-button); color: var(--ui-color-typography-note); font-weight: 700; line-height: 1; margin: var(--ui-gap-pricing) auto .5rem; padding: .25rem; width: max-content; } /*font-size: var(--ui-typography-s);*/
.ui-component-toggle--label { border-radius: var(--ui-radius-button); cursor: pointer; padding: .5rem 2rem; }
#ui-component-toggle__monthly:checked ~ div label[for=ui-component-toggle__monthly],
#ui-component-toggle__yearly:checked ~ div label[for=ui-component-toggle__yearly] {
  background-color: var(--ui-color-background-primary);
  color: var(--ui-color-typography-body);
}

/*
  background-color: var(--ui-color-background-primary);
  color: var(--ui-color-typography-body);
  background-color:var(--ui-color-brand);
  color: var(--ui-color-n-000);
  */

/* 6.4 CARD */
.ui-component-card { padding-bottom: 2rem; border: .0625rem solid var(--ui-color-border); border-radius: var(--ui-radius-card); overflow: hidden; width: 100%; }
.ui-component-card-img { padding-bottom: 1rem; }
.ui-component-card-btn { margin: 0 1rem; }

/* 6.5 LIST */
.ui-component-list { grid-template-columns: 1fr; row-gap: .75rem; }
.ui-component-list--item { background-position: left center; background-repeat: no-repeat; background-size: 1.125rem; list-style: none; padding-left: 1.875rem; }
.ui-component-list--item-check {
  background-image: url(img/check.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: contain;
  padding-left: 20px; /* 아이콘과 텍스트 사이의 간격을 조정할 수 있습니다. */  
  background-position-y: center;
}
.ui-component-list--item-check-color {
  background-image: url(img/checked_color.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: contain;
  padding-left: 20px; /* 아이콘과 텍스트 사이의 간격을 조정할 수 있습니다. */  
}
.ui-component-list--item-cross { background-image: url(https://res.cloudinary.com/uisual/image/upload/assets/icons/cross.svg); }

/* 7.0 SECTION */
/* 7.1 HEADER */
.ui-section-header { padding-bottom: 1.25rem; padding-top: 1.25rem; position: fixed; left: 0; right: 0; top: 0; width: 100%; background-color: #fff; z-index: 2;}
.ui-section-header__layout { justify-content: space-between; }

/* LOGO */
.ui-section-header--logo { z-index: 1; }

/* HAMBURGER */
#ui-section-header--menu-id { display: none; }
.ui-section-header--menu-icon { cursor: pointer; display: block; height: 1.125rem; padding-bottom: .25rem; padding-top: .25rem; position: relative; width: 1.125rem; z-index: 1; }
.ui-section-header--menu-icon::before, .ui-section-header--menu-icon::after {
  background: var(--ui-color-brand);
  content: "";
  height: .125rem;
  left: 0;
  position: absolute;
  transition: all 250ms cubic-bezier(.785, .135, .15, .86);
  width: 1.125rem;
}
.ui-section-header--menu-icon::before { top: .3125rem; }
.ui-section-header--menu-icon::after { top: .6875rem; }
#ui-section-header--menu-id:checked ~ .ui-section-header--menu-icon::before { transform: translateY(3px) rotate(135deg); }
#ui-section-header--menu-id:checked ~ .ui-section-header--menu-icon::after { transform: translateY(-3px) rotate(45deg); }

/* MENU */
.ui-section-header--nav {
  background-color: var(--ui-color-background-primary);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
  flex-direction: column;
  gap: var(--ui-gap-header);
  left: 0;
  opacity: 0;
  padding: 7.375rem var(--ui-layout-container) 5rem;
  position: absolute;
  right: 0;
  top: -1rem;
  transition: all 250ms cubic-bezier(.785, .135, .15, .86);
  visibility: hidden;
}

/*#logo-group { margin:2rem 0; }*/

#ui-section-header--menu-id:checked ~ .ui-section-header--nav { opacity: 1; top: 0; visibility: visible; }
.ui-section-header--nav-link { font-size: var(--ui-typography-h3); padding: .5rem; text-decoration: none; color:var(--ui-color-n-500) }
.ui-section-header--nav-link.active { color: var(--ui-color-brand); }

/*--------------------------------------------------------------
|
| 7.2 MAIN
|
--------------------------------------------------------------*/


.ui-section-main {
  padding-bottom: 5rem;
  padding-top: 5rem;
  text-align: center;
  margin-top: 4rem;
}

.ui-section-main__layout { row-gap: var(--ui-gap-hero); }

/*--------------------------------------------------------------
|
| 7.3 CUSTOMER
|
--------------------------------------------------------------*/

.ui-section-customer__layout { flex-direction: column; row-gap: var(--ui-gap-customer); }

.ui-section-customer--logo { height: 1.5rem; width: auto; border-radius: 0; filter: grayscale(100%); opacity: .5;}
.ui-section-customer--logo-str { height: 1.75rem; }  
.ui-section-customer--logo-bhn { height: 1.375rem; }

/*--------------------------------------------------------------
|
| 7.4 FEATURE
|
--------------------------------------------------------------*/

.ui-section-feature {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.ui-section-feature__layout { row-gap: var(--ui-gap-feature); }

/*.ui-section-feature__layout:first-of-type div { grid-row-start: 1; }*/
.ui-section-feature__layout { margin-top: 5rem; }
.ui-section-feature__layout:first-of-type { margin-top: 5rem; }

/* 7.5 PRICING */
.custom-shape-divider-top-1689077233 { position: absolute; top: 0; left: 0; width: 100%; overflow: hidden; line-height: 0; }
.custom-shape-divider-top-1689077233 svg { position: relative; display: block; width: calc(100% + 1.3px); height: 150px; }
.custom-shape-divider-top-1689077233 .shape-fill { fill: #FFFFFF; }
.custom-shape-divider-top-1689077233 { position: absolute; top: 0; left: 0; width: 100%; overflow: hidden; line-height: 0; }
.custom-shape-divider-top-1689077233 svg { position: relative; display: block; width: calc(100% + 1.3px); height: 150px; }
.custom-shape-divider-top-1689077233 .shape-fill { fill: #FFFFFF; }

/* CARD */
.ui-component-card--pricing {
  background-color: var(--ui-color-background-primary);
  padding: 2rem;
  text-align: left;
  margin:1rem;
  width:20rem;
}

.ui-component-card--pricing-price {
  line-height: 1;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.ui-component-card--pricing-amount {
  font-size: var(--ui-typography-h2);
  font-weight: 700;
}
.ui-component-card--feature-content small { display: block; margin-left: 1rem; line-height: normal; }
/* AMOUNT */

.ui-component-span-content1::before { content: "빠르게 오픈"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-span-content1::before { content: "1시간 이내 작업";}

.ui-component-card--pricing-amount-1::before { content: "500,000"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card--pricing-amount-1::before { content: "5,000"; }

.ui-component-card--pricing-amount-2::before { content: "1,250,000"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card--pricing-amount-2::before { content: "55,000"; }

.ui-component-card--pricing-amount-3::before { content: "1,900,000"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card--pricing-amount-3::before { content: "220,000"; }

.ui-component-card1--content1::before { content: "쇼핑몰 기초정보, 약관, SEO"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card1--content1::before { content: "간단한 HTML 수정 작업"; }

.ui-component-card1--content2::before { content: "네이버/구글 사이트 검색"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card1--content2::before { content: "이미지 변경"; }

.ui-component-card1--content3::before { content: "메인 배너 디자인(5EA)"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card1--content3::before { content: ""; }

.ui-component-card1--content4::before { content: "카테고리, 상품등록(3EA), PG, 네이버쇼핑 "; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card1--content4::before { content: ""; }

.ui-component-card1--content51::before { content: "게시판, 고객혜택"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card1--content5::before { content: ""; }

/* STANDARD */
.ui-component-span2-content1::before { content: "커스텀 디자인"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-span2-content1::before { content: "1일 이내 작업";}

.ui-component-card2--content1::before { content: "Basic 포함"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card2--content1::before { content: "HTML, CSS 반응형 수정 또는 1페이지 제작"; }
.ui-component-card2--content1::before { font-weight: 600; }

.ui-component-card2--content2::before { content: "SNS(네이버, 카카오, 구글) 로그인"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card2--content2::before { content: ""; }

.ui-component-card2--content3::before { content: "쿠폰, 적립금"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card2--content3::before { content: ""; }

.ui-component-card2--content4::before { content: "카카오 알림톡, 상담(카카오, 네이버, 채널톡) 플로팅 버튼"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card2--content4::before { content: ""; }

.ui-component-card2--content5::before { content: "상품 등록(10EA)"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card2--content5::before { content: ""; }

/* PREMIUM */
.ui-component-span3-content1::before { content: "올인원"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-span3-content1::before { content: "1주 이내 작업";}

.ui-component-card3--content1::before { content: "STANDARD 포함"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card3--content1::before { content: "3페이지 제작(HTML, CSS, JS)"; }
.ui-component-card3--content1::before { font-weight: 600; }

.ui-component-card3--content2::before { content: "GA4, 픽셀"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card3--content2::before { content: ""; }

.ui-component-card3--content3::before { content: "상품 대량 등록(~1만개)"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card3--content3::before { content: ""; }

.ui-component-card3--content4::before { content: "마켓플러스 기초 셋팅(3계정, 상품연동X)"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card3--content4::before { content: ""; }

.ui-component-card3--content5::before { content: "페이스북 숍스, 구글 채널"; }
#ui-component-toggle__yearly:checked ~ div
.ui-component-card3--content5::before { content: ""; }


/* LIST */

.ui-component-list--pricing {
  margin-bottom: 1.5rem;
  margin-top: 1.25rem;
}

/*--------------------------------------------------------------
|
| 7.6 TESTIMONIAL
|
--------------------------------------------------------------*/

.ui-section-testimonial {
  padding-bottom: 5rem;
  padding-top: 5rem;
  text-align: center;
}

.ui-section-testimonial__layout {
  row-gap: var(--ui-gap-testimonial);
}

.ui-section-testimonial--avatar {
  border-radius: var(--ui-radius-avatar);
  height: 5rem;
  width: 5rem;
}

.ui-section-testimonial--quote {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.ui-section-testimonial--author { line-height: 1.25; }

.swiper {
  max-width: 800px;
  height: 25rem;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.swiper-pagination-bullet-active {
  background:#1AD1BB !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.swiper-slide-text {
  /*
  position: absolute;
  top: 0px;
  */
  width: 100%;
  height: 100%;
  text-align: center;
  align-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: #000000;
  font-size: var(--ui-typography-h4);
  font-weight: 600;
}
@media all and (max-width: 1023px) {
  .swiper {
    max-width: 800px;
    height: auto;
    width: 100%;
  }
  .swiper-slide img {
    width: 78%;
  }
}
/*
  code-test 슬라이드 영역
**/
.code-test { 
  margin: 1rem 0;

 }

/*
  code-test 슬라이드 영역
**/

/** 슬라이더 **
.slider { width: 100%; overflow: hidden; }
.slide { display: none; }
.slide.active { display: block; animation: slide-in 1s ease-in-out; }
@keyframes slide-in {
  0% { opacity: 0; transform: translateX(100%); }
  100% { opacity: 1; transform: translateX(0); }
}

/*--------------------------------------------------------------
| work-list-section
--------------------------------------------------------------*/
.ui-section-working {
  padding-bottom: 7.5rem;
}
.work-list-section {
  max-height: 300px; /* 최대 높이를 지정해 리스트가 넘칠 때 스크롤되도록 설정 */
  overflow-y: auto;
  overflow-x: auto;
  border: 1px solid #ccc; /* 테두리 추가 */
  padding: 0 10 10 10px;
  border-radius: 12px;
  
}

/* 웹킷 기반 브라우저 (Chrome, Safari)에서 스크롤바 숨기기 */
.work-list-section::-webkit-scrollbar {
  display: none;
}

/* Firefox에서 스크롤바 숨기기 */
.work-list-section {
  scrollbar-width: none; /* 스크롤바 폭을 0으로 설정 */
  -ms-overflow-style: none; /* Internet Explorer에서 스크롤바 숨기기 */
}
/*
.work-list-table {
  width: 100%;
  border-collapse: collapse;
}

.work-list-table th, .work-list-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
*/
.work-list-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* 테이블 레이아웃을 고정 */
}

.work-list-table thead th {
  position: sticky; /* 스크롤 시 고정 */
  top: 0; /* 상단에 고정 */
  background-color: #fff; /* 배경색 설정 */
  z-index: 1; /* 다른 요소보다 위에 표시되도록 z-index 설정 */
  border-bottom: 2px solid #ccc; /* 헤더와 본문을 구분하는 테두리 */
}

.work-list-table th, .work-list-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: var(--ui-typography-p);
  min-width: 100px; /* 최소 너비를 설정 */
}

.work-list-table th:nth-child(3), .work-list-table td:nth-child(3) {
  min-width: 60px;
}

.work-list-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9; /* 줄 간격 배경색 추가 */
}

@media (max-width: 767px) {
  .work-list-section {
    max-height: 400px; /* 모바일에서는 좀 더 긴 스크롤 영역 허용 */
  }
   /* 모바일에서 헤더 고정 */
   .work-list-table thead th {
    display: none;
  }

  .work-list-table th, .work-list-table td {
    padding: 4px 8px; /* 더 작은 여백 */
    
  }

  /* 작업 리스트의 테이블을 스크롤 가능하게 설정 */
  .work-list-table {
    display: block;
    overflow-x: auto; /* 가로 스크롤 활성화 */
    white-space: nowrap; /* 긴 내용이 줄바꿈되지 않도록 설정 */
  }
  /*
  .work-list-table th, .work-list-table td {
    display: inline-block; /* 각 셀을 블록처럼 보이게 설정 */
   /* width: 150px; /* 각 칼럼의 최소 너비 설정 */
  }

  /* 번호 열(No.)와 URL 열 숨김 (작은 화면에서 간소화) */
  .work-list-table th:nth-child(1), .work-list-table td:nth-child(1) {
    display: none;
  }

  .work-list-table th:nth-child(5), .work-list-table td:nth-child(5) {
    min-width: 120px;
  }


/*--------------------------------------------------------------
|
| 7.7 CLOSE
|
--------------------------------------------------------------*/

.ui-section-close {
  background-color: var(--ui-color-background-secondary);
  padding-bottom: 5rem;
  padding-top: 5rem;
  text-align: center;
}

/*--------------------------------------------------------------
|
| 7.8 FOOTER
|
--------------------------------------------------------------*/

.ui-section-footer {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.ui-section-footer__layout {
  column-gap: var(--ui-layout-gutter);
}

.ui-section-footer--copyright {
  margin-bottom: 0;
  margin-right: auto;
}

/* 8.0 MEDIA */

/** 8.1 768PX */
@media screen and (min-width: 768px) {
  /* VARIABLE */  
  :root {
    /* TYPOGRAPHY */

    /* FONT SIZE */
    --ui-typography-h1: 2.1875rem;
    --ui-typography-h2: 1.75rem;
    --ui-typography-p : 1.125rem;
    --ui-typography-s : .875rem;

    /* MARGIN */
    --ui-typography-margin-body: 1.25rem;

    /* LAYOUT */
    --ui-layout-container: 4.25rem;
    --ui-layout-gutter   : 1.5rem;

    /* GAP */
    --ui-gap-header: 1.5rem;
    --ui-gap-card  : 1.5rem;
    
  }  
  
  /* IMAGE 
  .ui-image-half-left { margin-right: var(--ui-layout-gutter); border-radius: 2rem; }
  .ui-image-half-right { margin-left: var(--ui-layout-gutter); border-radius: 2rem; }
  */

  /* LAYOUT */
  .ui-layout-container, .ui-layout-column-center, .ui-layout-column-center p { margin-left: auto; margin-right: auto; text-align:center; }  
  
  .ui-layout-grid-3 { column-gap: var(--ui-layout-gutter); grid-template-columns: repeat(2, 1fr); justify-items: center; }
  .ui-layout-grid-3 div:nth-of-type(3) { left: calc(50% + (var(--ui-layout-gutter) / 2)); position: relative; }
  .ui-layout-column-4 { width: calc((var(--ui-layout-grid) * 4) + (var(--ui-layout-gutter) * 3)); }

  .text-container { width: 200px; overflow: hidden; }  
  .text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }  
  .read-more-button { display: none; }  
  .text-container.expand .text { white-space: normal; }  
  .text-container.expand .read-more-button { display: none; }  
  .scroll-btn { display: none; }

    /* COMPONENT */
  .ui-section-header { position: fixed; top: 0; left: 0; right: 0; }

  /* LIST */
  .ui-component-list--item { background-size: 1.25rem; padding-left: 2rem; }

  /* SECTION */

  /* HEADER */
  .section { opacity: 0; transform: translateY(50px); transition: opacity 0.5s, transform 0.5s; }
  .section.show { opacity: 1; transform: translateY(0); }
  .ui-section-header { padding: 2rem; top:0; left: 0; right: 0; position:fixed; background-color: #fff;}

  /* ICON */
  .ui-section-header--menu-icon { display: none; }

  /* NAV */

  .ui-section-header--nav { background-color: transparent; box-shadow: none; flex-direction: row; opacity: 1; padding: 0; position: static; visibility: visible; }  
  .ui-section-header--nav-link { font-size: var(--ui-typography-p); padding: 0; }  

  /* MAIN */
  .ui-section-main { text-align: center; margin-top:10rem; }
  .ui-section-main .ui-component-cta { /*align-items: start;*/ margin-bottom:2rem; width:100%; }
  .ui-section-main__layout .ui-layout-grid .ui-layout-grid-2 {background-color: #1AD1BB;}
 
  /*------------------------------------------------------------
  |
  | CUSTOMER
  |
  ------------------------------------------------------------*/

  .ui-section-customer__layout {
    column-gap: var(--ui-gap-customer);
    flex-direction: row;
  }
  
  .ui-section-customer--logo {
    margin-left: 0;
    margin-right: 0;
  }

  /*------------------------------------------------------------
  |
  | FEATURE
  |
  ------------------------------------------------------------*/

  .ui-section-feature__layout:first-of-type div {
    grid-row-start: initial;
  }

  /*------------------------------------------------------------
  |
  | PRICING
  |
  ------------------------------------------------------------*/

  .ui-component-card--pricing { padding: 2rem 2rem 2.25rem; }

  /*------------------------------------------------------------
  |
  | FOOTER
  |
  ------------------------------------------------------------*/

  .ui-section-footer {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  
}

@media screen and (max-width: 1024px) {

  .ui-section-feature__layout.ui-layout-grid-2 { flex-direction: column-reverse; }
  .ui-section-feature__layout.ui-layout-grid-2 .ui-image-half-right { order: -1; }  
}
/*모바일 화면일 때*/
@media screen and (max-width: 767px) {
  #logo { width: auto; height: 1.1rem; }
  .ui-section-feature__layout.ui-layout-grid-2 { flex-direction: column-reverse; }
  .ui-section-feature__layout.ui-layout-grid-2 .ui-image-half-right { order: -1; }

  /*.ui-component-list--item.ui-component-list--item-check { background-image: none; margin-left:1rem; padding-left:0;}*/
  .ui-component-list--item { background-position: left center; background-repeat: no-repeat; background-size: 1.125rem; list-style: none; padding-left: 1.875rem; }
  .ui-component-list--item-check, .ui-component-list--item-check:first-of-type  {
    background-position: left 0.2rem;
    background-size: 1rem;
    padding-left: 1.5rem; /* 아이콘과 텍스트 사이의 간격을 조정할 수 있습니다. */     
  }
  .ui-component-list--item-check-color {        
    background-image: url(img/checked_color.svg);
    background-position: left 0.2rem;
    background-size: 1rem;
    padding-left: 1.5rem; /* 아이콘과 텍스트 사이의 간격을 조정할 수 있습니다. */     
  }
  
  .ui-component-list--item-cross { background-image: url(https://res.cloudinary.com/uisual/image/upload/assets/icons/cross.svg); }

  .ui-text-intro { font-weight:900; }
  .ui-component-cta { margin: 2rem 0; }

  .only-pc-display {display: none;}
  .text-align-center { text-align: center;}
  .nomargin { margin: 0; }

  /*스크롤시 나타나는 버튼*/
  .scroll-btn {
    position: fixed;
    bottom : 0;    
    right: 0;
    left: 0;
    display: none; /* 초기에는 버튼을 숨깁니다. */
    opacity: 0; /* 초기에는 투명도를 0으로 설정합니다. */    
    transition: opacity 0.3s; /* 투명도 변화에 애니메이션 효과를 추가합니다. */    
  }
  .scroll-btn a { width: 15.875rem;  margin:0 auto; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}
  #logo_korean { margin: 0; height: auto;}  
}

/** 8.2 1024PX **/
@media screen and (min-width: 1024px) {
  /* VARIABLE */
  :root {
    /* LAYOUT */
    --ui-layout-container: 0;  
  }
  /* LAYOUT */
  .ui-layout-container { width: 60rem; }
  .ui-layout-grid-2 { grid-template-columns: repeat(2, 1fr); grid-column-gap: 1rem;}
  .ui-layout-grid-3 { grid-template-columns: repeat(3, 1fr); }
  .ui-layout-grid-3 div:nth-of-type(3) { position: static; }
  .ui-text-container {margin: 0 2rem;}

  /* SECTION */
  
  /* HERO */  
  .ui-section-header { position: fixed; top: 0; left: 0; right: 0; }
  .ui-section-main { margin-top: 8rem;}
  .ui-section-main .ui-component-cta { align-items: center; column-gap: var(--ui-gap-cta); flex-direction: row; justify-content: start; text-align: center; }
  /*.ui-text-intro { text-align: center; }*/
  .ui-section-main__layout .ui-layout-grid .ui-layout-grid-2 {text-align: center;}
}

/*--------------------------------------------------------------
|
| 8.3 1200PX
|
--------------------------------------------------------------*/

@media screen and (min-width: 75rem) {

  /* VARIABLE */
  :root {
    /* TYPOGRAPHY */
    /* FONT SIZE */
    --ui-typography-h1: 2.75rem;
    --ui-typography-h2: 2.1875rem;
    --ui-typography-h4: 1.4375rem;

    /* MARGIN */
    --ui-typography-margin-heading: 1rem;
    --ui-typography-margin-body   : 1.75rem;

    /* LAYOUT */
    --ui-layout-grid  : 4rem;
    --ui-layout-gutter: 2rem;

    /* GAP */
    --ui-gap-header  : 2rem;
    --ui-gap-customer: 4rem;
    --ui-gap-card    : 2rem;
    --ui-gap-pricing : 3rem;    
  }
  
  #reference { text-align: center; }

  /* TYPOGRAPHY */
  .ui-text-intro { font-size: var(--ui-typography-h4); text-decoration: none; text-align: left;}

  /* LAYOUT 1120px */  
  .ui-layout-container { width: 70rem; }

  /* COMPONENT */
  .ui-section-header { position: fixed; top: 0; left: 0; right: 0; }

  /* BUTTON */
  .ui-component-button-big,
  .ui-component-button-normal { padding-bottom: 1.125rem; padding-top: 1rem; }

  /* SECTION */
  .ui-section-aboutcafe24 { padding: 7.5rem 0; width: 100%; }
  
  /* HEADER */
  /*.ui-section-header { padding-top: 3rem; background-color:#fff;}*/


  /* MAIN */
  .ui-section-main { padding-top: 5rem; }
  /* .ui-section-main { background-image: url('img/top-background.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover;    opacity: 0.5; }*/
  
  /* CUSTOMER */
  .ui-section-customer--logo { height: 2rem; }  
  .ui-section-customer--logo-str { height: 2.25rem; }  
  .ui-section-customer--logo-bhn { height: 1.75rem; }

  /*------------------------------------------------------------
  |
  | FEATURE
  |
  ------------------------------------------------------------*/

  .ui-section-feature {
    padding-bottom: 7.5rem;
    /*padding-top: 7.5rem;*/
  }

  .ui-section-feature__layout:last-of-type { margin-top: 5rem; }

  /* LIST */
  .ui-component-list-feature { column-gap: var(--ui-layout-gutter); grid-template-columns: repeat(1, 1fr); /*grid-template-columns: repeat(2, 1fr);*/ }

  /*------------------------------------------------------------
  |
  | PRICING
  |
  ------------------------------------------------------------*/

  .ui-section-pricing {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }

  .ui-component-card--pricing { padding: 3rem; }

  /*------------------------------------------------------------
  |
  | TESTIMONIAL
  |
  ------------------------------------------------------------*/

  .ui-section-testimonial {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }

  /*------------------------------------------------------------
  |
  | CLOSE
  |
  ------------------------------------------------------------*/

  .ui-section-close {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
  
  /*------------------------------------------------------------
  |
  | FOOTER
  |
  ------------------------------------------------------------*/

  .ui-section-footer {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

}