@charset "UTF-8";

@import url('/assets/fonts/Pretendard/pretendard.css');
@import url('/assets/fonts/RemixIcon/remixicon.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap');

:root {  
  --size-poppins: Poppins, sans-serif;
  --size-h1-size: clamp(56px, calc(17.702px + 7.66vw), 128px);
  --size-h2-size: clamp(48px, calc(22.468px + 5.106vw), 96px);
  --size-h3-size: clamp(40px, calc(19.787px + 4.043vw), 78px);
  --size-h4-size: clamp(32px, calc(19.234px + 2.553vw), 56px);
  --size-h5-size: clamp(30px, calc(20.426px + 1.915vw), 48px);
  --size-h6-size: clamp(28px, calc(21.617px + 1.277vw), 40px);  
  --size-body-l-size: clamp(24px, calc(16px + 1.277vw), 60px);
  --size-body-m-size: clamp(16px, calc(13.872px + .426vw), 20px);
  --size-body-s-size: clamp(14px, calc(12.936px + .213vw), 16px);
  --size-label-l-size: clamp(16px, calc(13.872px + .426vw), 20px);
  --size-label-m-size: clamp(14px, calc(12.936px + .213vw), 16px);
  --size-label-s-size: clamp(12px, calc(10.936px + .213vw), 14px);
  --size-title-size: clamp(20px, calc(16.81px + .638vw), 26px);
  --size-test-size\<deleted\|variable-cfb965e5-e828-bba8-cc0e-1460bd254c83\>: clamp(3.5 * 1rem, ((3.5 - ((8 - 3.5) / (90 - 20) * 20)) * 1rem + ((8 - 3.5) / (90 - 20)) * 100vw), 8 * 1rem);
  --color-b900: #121212;
  --color-b800: #2c2c2c;
  --color-b800: #222c3a;
  --color-b700: #505050;
  --color-b600: #7a7a7a;
  --color-b500: #a0a0a0;
  --color-b400: #c8c8c8;  
  --color-b300: #e0e0e0;
  --color-b200: #f4f4f4;
  
  --color-b100: white;
  --color-green: #12df49;
  --color-green-grape: #99ed47;
  --color-grapefruit: #ff5a4a;
  --color-strawberry: #ff3157;
  --color-plum: #d643aa;
  --color-peach: #ff9da3;
  --color-lemon: #ffd935;  
  --color-yellow: #f6ff00;
  --color-is-back: #28ade3;
  --color-blue: #006aff;
  --color-chamisul-original: #972322;
  --color-24: #c2c2c2;
  --color-bg-green-grape: #ebffe6;
  --color-grapefruit-bg: #ffe2dd;
  --color-strawberry-bg: #fff2f3;
  --color-bg-plum: #f5e1f0;
  --color-bg-peach: #ffecdc;
  --color-bg-lemon: #fefff0;
  --color-is-back-bg: #f0fbff;
  --color-blue-bg: #def7ff;
  --color-bg-chamisul-original: #f6e0df;
  --color-24-bg: #f6f6f6;  
  --color-green-bg: #defcc1;
  --header-surface: #fff0;

  --header-text: var( --color-b100);
  --header-text-inverse: var( --color-b100);
  --size-rem-base: clamp(8px, calc(6.936px + .213vw), 10px);
  --primary: #00a1e4;
  --blue-1: #00a1e4;
  --blue-2 : #0083be;
  --blue-3 : #00699c;
  --blue-4 : #004f7b;
  --navy :#004f7b;
  --dark : #010208;
  --secondary: #edf1f5;
  --success: #3fca90;
  --info: #3f7fca;
  --warning: #edcb50;
  --danger: #ed5050;
}

html {
    -webkit-font-smoothing: antialiased; /* 크롬/사파리 */
    -moz-osx-font-smoothing: grayscale; /* 파이어폭스 (macOS) */
    text-rendering: optimizeLegibility; /* 커닝/리거처 개선 */
    font-feature-settings: "kern", "liga", "clig", "calt"; /* 커닝+리거처 */
    font-size: var(--size-rem-base);
    overflow-x: hidden;
}
html, body {
  position: relative;
  width: 100vw;
  left: 0;
  top: 0;
}
body {
  background-color: var( --color-b900);
  color: var( --color-b900);
  font-family: Poppins, Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 20px;
}
h1, h2, h3 {text-wrap: balance; line-height: 0.8;}
p {text-wrap: pretty; line-height: 1.5;}
h1 {
  font-family: var(--size-poppins);
  font-size: var(--size-h1-size);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 86%;
}

h2 {
  font-family: var(--size-poppins);
  font-size: var(--size-h2-size);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 86%;
}

h3 {
  font-family: var(--size-poppins);
  font-size: var(--size-h3-size);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 86%;
}

h4 {
  font-family: var(--size-poppins);
  font-size: var(--size-h4-size);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 100%;
}

h5 {
  font-family: var(--size-poppins);
  font-size: var(--size-h5-size);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 100%;
}

h6 {
  font-family: var(--size-poppins);
  font-size: var(--size-h6-size);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 96%;
}

p {
  font-family: var(--size-poppins);
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}
.text-danger,
.text-danger * {
  color: var(--danger) !important;
}
.text-primary,
.text-primary * {
  color: var(--primary) !important
}

/* 다크헤더 */
body.is-header-dark {
    /* --header-surface: var( --color-b900);  */
    --header-surface: #000; 
    --header-text: var( --color-b100);
    --header-text-inverse: var( --color-b900);   
}

/* Feed CMS Link */
.feed-cms-link .body-s {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.feed-cms-link .title {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

/* Three.js Canvas */
.three canvas {
    width: 100%;
    height: 100svh;
    display: block;
    user-select: none;
}

/* 991px 이하에서는 rem을 10px 기준으로 고정 */
@media (max-width: 991px) {
    html {
        font-size: 10px !important; /* 1rem = 10px */
    }

    :root {
        --size-h1-size: 44px;
        --size-h2-size: 40px;
        --size-h3-size: 36px;
        --size-h4-size: 32px;
        --size-h5-size: 28px;
        --size-h6-size: 24px;
        --size-body-l-size: 15px;
        --size-body-m-size: 14px;
        --size-body-s-size: 13px;
        --size-label-l-size: 15px;
        --size-label-m-size: 14px;
        --size-label-s-size: 12px;
        --size-title-size: 16px;
    }
}

/* Product Slider (Slick Carousel) */
/* 슬릭 트랙을 flex로 변경 */
.product-slider-cms-list .slick-track {
    display: flex !important;
}

/* 슬라이드 사이 간격: 좌우 20px → 총 40px */
.product-slider-cms-list .slick-slide {
    margin: 0 20px;
    height: auto; /* 높이 자동 */
    display: flex !important; /* 카드 가운데 정렬용 */
    box-sizing: border-box;
}

/* slick-list에 음수 마진 줘서 가장자리 보정 */
.product-slider-cms-list .slick-list {
    margin: 0 -20px;
    overflow-y: visible; /* 카드가 위아래로 잘리지 않게 */
    padding-top: 11rem !important; /* 원하는 여백 */
}

/* 991px 이하: 간격 20px (각 카드 좌우 10px) */
@media (max-width: 991px) {
    .product-slider-cms-list .slick-slide {
        margin: 0 10px;
    }

    .product-slider-cms-list .slick-list {
        margin: 0 -10px; /* 가장자리 보정도 함께 축소 */
        overflow-y: visible; /* 카드가 위아래로 잘리지 않게 */
        padding-top: 0rem !important; /* 원하는 여백 */
    }
}


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}

.w-webflow-badge, .w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  word-break: keep-all;
}

p {
  text-wrap: pretty;
  line-height: 1.6;
  word-break: keep-all;
}

.flex-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
}
.flex-area .text-area {
  max-width: 50%;
}
.flex-area .text-area .title + p,
.title + p  {
  max-width: 600px;
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 160% !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

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

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}


.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}


img {
  border-radius: 2.4rem;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.h1, .fs-h1 {
  font-size: var(--size-h1-size);
}

.ds-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var( --color-b100);
  flex-flow: column;
  display: flex;
}

.ds-header {
  padding: 2.4rem 4rem;
}

.ds-contents {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.contents-wrap {
  border-bottom: 1px solid var( --color-b300);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.body-l {
  font-family: var(--size-poppins);
  font-size: var(--size-body-l-size);
  font-weight: 500;
  line-height: 120%;
}

.body-l.max520 {
  max-width: 520px;
}

.body-m {
  font-family: var(--size-poppins);
  font-size: var(--size-body-m-size);
  text-transform: none;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  /* opacity: 0.7; */
}

.body-s {
  font-family: var(--size-poppins);
  font-size: var(--size-body-s-size);
  font-weight: 500;
  line-height: 140%;
}
.title {
  position: relative;
  font-family: var(--size-poppins);
  font-size: var(--size-title-size);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  color:#fff;
}
.home-section-01 {
    /* background-color: #071c39; */
    background-color: #050506;
    width: 100%;
    height: 100dvh;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    /* background: url(../images/bg/bg-preform.png) no-repeat center; */
    background-size: cover;
}
.home-section-01 .container {
  height: 100vh;
}
.home-section-01 .grid-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-section-01::before, 
.home-section-01::after {
    content: "";
    display: block;
    position: absolute;
    width: 47%;
    max-height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;    
}
.home-section-01:before {
    aspect-ratio: 1813 / 1748;
    background-image: url(../images/bg/shape-1.png);
    left: 0;
    bottom: 0;
    transition: background-image 0.4s ease;
}
.home-section-01:after {
    aspect-ratio: 1818 / 1682;
    background-image: url(../images/bg/shape-2.png);
    right: 0;
    top: 0;
    transition: opacity 0.4s ease;
}
.home-section-01 .main-title {  
    color: #fff;
    font-size: clamp(100px, 18.5vw, 282px);
    line-height: 1.4;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
}
.home-section-01 .main-title .title {
  display: block;
}
.home-section-01 .main-title .title span {
  /* transform: skew(-10deg); */
  display: inline-block;
  text-shadow: #004f7b 1px 1px, #004f7b 2px 2px, #004f7b 3px 3px, #004f7b 4px 4px, #004f7b 5px 5px, #004f7b 6px 6px;
  min-width: 10px;
  min-height: 10px;
  position: relative;
  opacity: 0;
  bottom: -80px;
  font-size: 160px;
  text-align: center;
  line-height: 1.2;
}
.home-section-01 .main-title .title:first-child span {
  font-size: 100px;
  /* text-transform: lowercase; */
}
.home-section-01 .blur {
    height: 400px;
    width: 400px;
    background-color: var(--primary);
    filter: blur(100px);
    border-radius: 100px;    
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}
/* Swiper 기본 스타일 */
.homeSwiper {
    width: 100%;
    height: 100%;
}

.homeSwiper .swiper-slide {
    height: 100vh;
}

/* 프로그레스바 커스텀 스타일 */
.homeSwiper .swiper-pagination {
    width: 4px !important;
    height: 200px !important;
    top: 50% !important;
    transform: translateY(-50%);
    right: 0;
    left: auto !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

.homeSwiper .swiper-pagination-progressbar-fill {
    background: linear-gradient(180deg, #00a1e4 0%, #0083be 50%, #00699c 100%);
    border-radius: 2px;
}

/* 네비게이션 버튼 커스텀 스타일 */
.homeSwiper .swiper-button-prev,
.homeSwiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 161, 228, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    left: auto;
    right: auto;
}

.homeSwiper .swiper-button-prev {
    top: 50%;
    transform: translateY(calc(-50% - 35px));
    right: 50px;
}

.homeSwiper .swiper-button-next {
    top: 50%;
    transform: translateY(calc(-50% + 35px));
    right: 50px;
}

.homeSwiper .swiper-button-prev:after,
.homeSwiper .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.homeSwiper .swiper-button-prev:after {
    content: '↑';
}

.homeSwiper .swiper-button-next:after {
    content: '↓';
}

.homeSwiper .swiper-button-prev:hover,
.homeSwiper .swiper-button-next:hover {
    background: rgba(0, 161, 228, 0.3);
    border-color: rgba(0, 161, 228, 0.5);
    transform: translateY(calc(-50% - 35px)) scale(1.1);
}

.homeSwiper .swiper-button-next:hover {
    transform: translateY(calc(-50% + 35px)) scale(1.1);
}

.homeSwiper .swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

@media (max-width: 991px) {
    .homeSwiper .swiper-pagination {
        right: 20px;
        height: 150px;
    }

    .homeSwiper .swiper-button-prev,
    .homeSwiper .swiper-button-next {
        width: 40px;
        height: 40px;
        right: 80px;
    }

    .homeSwiper .swiper-button-prev:after,
    .homeSwiper .swiper-button-next:after {
        font-size: 16px;
    }
}

.header {
  z-index: 11;
  background-color: var(--header-surface);
  justify-content: space-between;
  align-items: center;
  height: 96px;
  padding: 24px 40px;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: fixed;
  inset: 0% 0% auto;  
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-center {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 60px;
}
.header-logo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.logo-img {
  width: 180px;
  height: 60px;
  display: flex;
  background: url(../images/logo/logo-white.svg) no-repeat 0 0;
  background-size: contain;
  font-size: 0;
}
/* .is-header-dark .header {
  border-bottom: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, .1);
} */
.is-header-dark .logo-img {
  background: url(../images/logo/logo-white.svg) no-repeat 0 0;
  background-size: contain;
}
.header-link {
    /* grid-column-gap: .1rem; */
    grid-row-gap: .4rem;
    font-family: var(--size-poppins);
    color: var(--header-text);
    text-shadow: 0 1.8rem 0 var(--header-text);
    justify-content: center;
    align-items: center;
    height: 1.8rem;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.header-center .header-link:nth-child(5) > .type-hover-char:nth-child(8) {
  margin-left: 4px;
}
.header-link.active,
.header-link.active * {
  color: var(--primary) !important;
}
.header-link.active + .icon-24 {
  color: var(--primary) !important;
}

.drop-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-family: var(--size-poppins);
  color: var( --color-b900);
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
}

.dropdown {
  border: 1px solid var( --color-b900);
  color: var( --color-b900);
  border-radius: 20rem;
  justify-content: flex-end;
  align-items: center;
  height: 4.8rem;
  padding-left: 2.4rem;
  padding-right: 1.6rem;
  font-size: 1.6rem;
  display: flex;
}

.icon-24 {
    color: var(--header-text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
    font-size: 18px;
}

.button-m {
  background-color: var( --color-b900);
  font-family: var(--size-poppins);
  color: var( --color-b100);
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-m.white {
  background-color: var( --color-b100);
  color: var( --color-b900);
}

.drop-inner {
  z-index: 2;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  background-color: var( --color-b900);
  border-radius: 2.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.4rem;
  display: flex;
}

.drop-inner.w--open {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--header-text);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--header-text);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--header-text);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--header-text);
  background-color: var( --color-b900);
  border-radius: 2.4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.4rem;
  display: flex;
  top: 100%;
  right: 0;
}

.drop-link {
  font-family: var(--size-poppins);
  color: var( --color-b900);
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: pre;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
}

.drop-link.w--current {
  color: var( --color-b100);
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.container.collbo-nopadding {
  padding-left: 0;
  padding-right: 0;
}

.home-section-02 {
  height: 200vh;
  background: var( --color-b900) url(../images/bg/bg-2.png) no-repeat center;
  background-size: cover;
}

.home-02-sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.tape.top {
  position: absolute;
  top: 0;
}

.tape-inner {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
}

.tape-inner.top {
  position: absolute;
  top: 0;
  left: 0;
}

.tape-inner.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tape-text {
  font-family: var(--size-poppins);
  color: var( --primary);
  letter-spacing: .02em;
  text-transform: uppercase;
  flex: none;
  font-size: 6rem;
  font-weight: 900;
  line-height: 100%;
}

.home-section-03 {
  background-image: url("../images/bg/bg-3.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 30rem;
  padding-bottom: 30rem;
}
.home-section-03 .title {
  font-size: 100px;
}

.home-03-info-wrap {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  color: var( --color-b100);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-120 {
  width: 12rem;
  height: 12rem;
}

.home-section-04 {
  background: url(../images/bg/bg-6.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.home-04-title-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 1;
}
.home-04-title-wrap .title {
  font-size: 80px;  
  color: var( --color-b100);
}
.home-04-title-wrap .sub-text {
  margin-top: 24px;
  font-size: 40px;  
  color: var( --color-b100);
  opacity: 0.8;
}

.home-04-sub-wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home-04-img-section {
  z-index: 5;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100vh;
  padding-bottom: 20rem;
  display: flex;
  position: relative;
  flex: 1;
}
.blur-box {
  position: relative;
  padding: 32px;
  border-radius: 20px;
  background: rgba(170, 170, 170, .3);
  height: 100%;
  backdrop-filter: blur(15px);
  transition: .4s;
}
.blur-box:hover {
    background: rgba(0, 161, 228, .3);
}
.blur-box .tit {
  position: relative;
  margin-bottom: 24px;
}
.blur-box .tit p {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
}
.blur-box  .btn.arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.blur-box .tit a.btn.arrow i:before, 
.blur-box .tit a.btn.arrow i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s ease-out;
}
.blur-box .tit a.btn.arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    font-size: 0;
    text-indent: -9999px;
    transition: .2s ease-out;
}
.blur-box .tit a.btn.arrow:hover {
  background: rgba(255, 255, 255, 1);
}
.blur-box  .btn.arrow i:before {
    background: url(../images/main_btn_arrow_white.svg) center center no-repeat;
    background-size: 100%;
}
.blur-box .btn.arrow i:after {
    background: url(../images/main_btn_arrow_color.svg) center center no-repeat;
    background-size: 100%;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
}
.blur-box .btn.arrow:hover i:before {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}
.blur-box .btn.arrow:hover i:after {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.blur-box .img-area {
  display: block;
  width: 400px;
  max-height: auto;
  border-radius: 16px;
  position: relative;
  background: #000;
  overflow: hidden;
}
.blur-box .img-area img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: .4s ease-out;
}
.blur-box .img-area:hover img {
  transform: scale(1.2);
}
.home-04-img-section .blur-box:nth-child(1) {
  left: 20%;
}
.home-04-img-section .blur-box:nth-child(2) {
  right: 20%;
}
.home-04-img-section .blur-box:nth-child(3) {
  left: 20%;
}
.home-04-img-section .blur-box:nth-child(4) {
  right: 20%;
}
.home-04-img-section .blur-box:nth-child(5) {
  left: 20%;
}
.btn.more {
  display: inline-block;
  min-width: 200px;
  padding: 0 50px 0 24px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 300;
  color: #fff;
  height: 64px;
  line-height: 62px;
  position: relative;
  background: rgba(255, 255, 255, .2);
  overflow: hidden;
  z-index: 2;
  transition: .2s ease-out;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .4);
  backdrop-filter: blur(10px) opacity(1);
  text-decoration: none;
}
.btn.more:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-102%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  transition: .2s ease-out;
  z-index: -1;
}
.btn.more i {
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    overflow: hidden;
}
.btn.more i:before, 
.btn.more i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s ease-out;
}
.btn.more i:before {
    background: url(../images/main_btn_arrow_white.svg) center center no-repeat;
    background-size: 100%;
}
.btn.more i:after {
    background: url(../images/main_btn_arrow_color.svg) center center no-repeat;
    background-size: 100%;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
}
.btn.more:hover {
    color: var(--primary);
}
.btn.more:hover:before {
    transform: translateX(0);
}
.btn.more:hover i:before {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}
.btn.more:hover i:after {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.home-section-05 {
  background-image: url("../images/bg/bg-4.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.home-05-info-wrap {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  color: var( --color-yellow);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.home-section-05 .title {
  font-size: 100px;
  color: var(--color-b100);
  /* text-shadow: #004f7b 1px 1px, #004f7b 2px 2px, #004f7b 3px 3px, #004f7b 4px 4px, #004f7b 5px 5px, #004f7b 6px 6px;
  min-width: 10px;
  min-height: 10px; */
}
.home-section-05 .sub-text {
  font-size: 40px;
  color: var(--color-b100);
  /* text-shadow: #004f7b 1px 1px, #004f7b 2px 2px, #004f7b 3px 3px, #004f7b 4px 4px, #004f7b 5px 5px, #004f7b 6px 6px;
  min-width: 10px;
  min-height: 10px; */
}


.title-white {
  color: var( --color-b100);
  text-align: center;
}

.title-green {
  color: var( --color-green);
}

.feed-cms {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.feed-cms-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.feed-cms-list.list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feed-cms-item {
  flex: 1;
}

.feed-cms-link {
  color: var( --color-b100);
  border-radius: 3.2rem;
  height: 100%;
  padding: .8rem;
  text-decoration: none;
}

.feed-card-thumb {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 2.4rem;
  width: 100%;
}

.feed-info-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.6rem 2.4rem 2.4rem;
  display: flex;
}

.feed-wrap {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feed-thumb-wrap {
  position: relative;
}

.footer {
  position: relative;
  width: 100%;
  background-color: var(--blue-4);
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -4rem;
  display: flex;
  overflow: hidden;
  padding: 40px 50px;
  color: var(--color-b100);
}
.footer ul, li {list-style: none;}
.footer .footer-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: clamp(1.2rem,.7766990291vw + .9087378641rem,2.4rem);
  flex-shrink: 0;
}
.footer-top-left {
  display: flex;
  flex: 1;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-logo {
    max-width: 140px;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}
.footer-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
.footer .campany {
  display: block;
  white-space: nowrap;
  color: var(--color-b100);
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 16px;
}
.footer .campany span {
  display: inline-block;
  vertical-align: middle;
}
.footer .campany span + span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 10px 0 6px;
  line-height: 20px;
  background-color: rgba(255,255,255, 0.2);
}
.footer-info ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 8px;
  max-width: 60%;
}
.footer-info ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  margin-right: 8px;
}
.footer-info ul li > * {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.footer-info ul li > span {
  opacity: 0.7;
}
.footer-bottom {
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom .copy {
  font-size: 14px;
}
.footer-top-right .footer-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.footer-top-right .footer-menu a {
  color: var(--color-b100);
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.footer-top-right .footer-menu a:hover {
  text-decoration: underline;
}

.modal {
  z-index: 20;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal:lang(zh-tw) {
  display: none;
}

.modal-inner {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  background-color: var( --color-b900);
  color: var( --color-b100);
  text-align: center;
  border-radius: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5.6rem 8rem;
  display: flex;
}

.modal-logo {
  border-radius: 0;
  height: 4rem;
}

.modal-title-wrap {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.modal-wrap {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.modal-btn-wrap {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-l {
  background-color: var( --color-b900);
  font-family: var(--size-poppins);
  color: var( --color-b100);
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  height: 5.6rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-l.white {
  background-color: var( --color-b100);
  color: var( --color-b900);
}

.button-l.white-line {
  border: 1px solid var( --color-b100);
  color: var( --color-b100);
}

.button-l.long {
  width: 40rem;
}

.button-l.full {
  width: 100%;
}

.button-l.mg-t-12 {
  margin-top: 1.2rem;
}

.button-l.error {
  color: var( --color-b900);
  text-align: center;
  background-color: #dfdac6;
  padding: 0;
}

.button-l.thankyou {
  color: var( --color-b900);
  background-color: #dfdac6;
}

.is-header-dark.yellow-bg {
  background-color: var( --color-bg-lemon);
}

.header-drop-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.header-drop-wrap {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  background-color: var( --color-b900);
  border-radius: 2.4rem;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.6rem;
  display: flex;
}

.header-drop-wrap.w--open {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  background-color: var( --color-b900);
  border-radius: 2.4rem;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.6rem;
  display: flex;
  top: 100%;
}

.header-drop-link {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.header-drop-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1.2rem;
  width: 100%;
}

.h-d-inner {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  color: var( --color-b100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  display: flex;
}

.button-s {
  background-color: var(--header-text);
  font-family: var(--size-poppins);
  color: var(--header-text-inverse);
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  height: 3.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-s.white {
  background-color: var( --color-b100);
  color: var( --color-b900);
}

.button-s.gray {
  background-color: var( --color-b800);
  color: var( --color-b100);
}

.header-title {
  font-family: var(--size-poppins);
  font-size: var(--size-label-m-size);
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: pre-wrap;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.header-drop-padding.w--open {
  background-color: #ddd0;
  padding-top: 4.4rem;
}


.about2-section-03 {
  background-color: var( --color-strawberry-bg);
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.about2-03-title-wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: var( --color-b900);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.out-tab-vert {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.about2-03-tab-wrap {
  margin-top: 10rem;
}

.box-card-wrap {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4.8rem;
  display: flex;
}

.box-card-wrap.grid {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-card {
  border-radius: 3.2rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-card-img {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.video-cursor {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: var( --color-b100);
  font-family: var(--size-poppins);
  color: var( --color-b900);
  text-transform: uppercase;
  border-radius: 24rem;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: absolute;
}

.about2-section-05 {
  background-color: #defcc1;
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.about2-04-slider-wrap {
  color: var( --color-b900);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-cover-slider {
  background-color: #ddd0;
  border-radius: 3.2rem;
  width: 80%;
  height: auto;
  margin-bottom: 6rem;
  overflow: visible;
}

.left-arrow-copy {
  justify-content: flex-start;
  align-items: center;
  padding-left: 2.4rem;
  display: flex;
  left: -10rem;
}

.right-arrow-copy {
  justify-content: flex-end;
  align-items: center;
  padding-right: 2.4rem;
  display: flex;
  right: -10rem;
}

.about2-05-section {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.about2-05-title-wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: var( --color-b100);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about2-05-grid {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8rem;
  display: grid;
}

.grid-card {
  border-radius: 2.4rem;
  overflow: hidden;
}

.box-card-grid {
  border-radius: 3.2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: width .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-card-grid-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.product-section-01 {
  padding-top: 16rem;
}

.yellow-bg {
  background-color: var( --color-bg-lemon);
}

.product-01-title-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-section-02 {
  margin-top: 12rem;
  padding-bottom: 16rem;
}

.product-grid {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-grid.result {
  grid-template-columns: 1fr 1fr;
}

.product-list-cms.result {
  margin-left: auto;
  margin-right: auto;
}

.product-cms-card {
  border-radius: 3.2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 0 2rem;
  text-decoration: none;
  display: flex;
}

.product-grid-item {
  position: relative;
}

.product-cms-card-img {
  width: 100%;
  margin-top: -1.2rem;
}

.product-card-info {
  padding-left: 4rem;
}

.find-section-01 {
  background-color: var( --color-blue-bg);
  padding-top: 16rem;
  padding-bottom: 6rem;
}

.find-01-title-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var( --color-b900);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.find-pc-motion {
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.find-section-02 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.intab-grid-03 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intab-grid-03._5col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-logo-img {
  aspect-ratio: 3 / 1.5;
  object-fit: cover;
  border-radius: 2.4rem;
  width: 100%;
}

.product-detail-section-01 {
  padding-top: 9.6rem;
}

.product-detail-01-image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-detail-cover {
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-detail-cover-img {
  width: 100%;
}

.product-detail-info-wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.detail-top {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 54rem;
  display: flex;
}

.size-info-wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-detail-section-02 {
  padding: 4rem;
}

.product-detail-02-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.product-detail-02-left {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.product-detail-bg {
  z-index: -1;
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.product-detail-02-info-wrap {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.p-tag-no-padding {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var( --color-b100);
  font-family: var(--size-poppins);
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 1.2rem;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 120%;
  display: inline-flex;
}

.p-tag-no-padding.feed-tag {
  background-color: var( --color-b100);
  color: var( --color-b900);
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
}

.p-tag-no-padding.dark {
  border-color: var( --color-b900);
}

.product-detail-03 {
  background-color: var( --color-b900);
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.product-reco-title-wrap {
  color: var( --color-b100);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6rem;
  display: flex;
}

.red-bg {
  background-color: var( --color-strawberry-bg);
}

.feed-tab-wrap {
  margin-top: 10rem;
}

.feed-list-cms {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6rem;
  display: flex;
}

.feed-section-01 {
  padding-top: 16rem;
}

.feed-section-02 {
  padding-bottom: 16rem;
}

.feed-detail-01-section {
  padding-bottom: 12rem;
}

.feed-cover-title-wrap {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  color: var( --color-b900);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feed-bg-cover {
  width: 100%;
  height: 70rem;
  position: absolute;
  inset: 0% 0% auto;
}

.feed-cover-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4.8rem;
  width: 100%;
  margin-top: 8rem;
}

.feed-detail-02-section {
  padding-bottom: 16rem;
}

.feed-container {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.feed-rich p {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%;
}

.feed-rich li {
  font-family: var(--size-poppins);
  font-size: 1.8rem;
  line-height: 160%;
  list-style-type: disc;
}

.feed-rich blockquote {
  border-left-color: var( --color-b900);
  font-family: var(--size-poppins);
}

.feed-rich h1, .feed-rich h2, .feed-rich h3, .feed-rich h4, .feed-rich h5, .feed-rich h6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.feed-rich a {
  color: var( --color-b900);
}

.contact-section-01 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.contact-01-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.contact-title-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
  display: flex;
}

.contact-form {
  background-color: #f1ecd7;
  border-radius: 4.8rem;
  margin-bottom: 0;
  padding: 6rem;
}

.input {
  font-family: var(--size-poppins);
  color: var( --color-b900);
  background-color: #fffae3;
  border: 1px #000;
  border-radius: 100rem;
  height: 8rem;
  margin-bottom: 0;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
}

.input::placeholder {
  color: var( --color-b600);
}

.form {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fomr-list-wrap {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.radio-wrap {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.radio {
  font-family: var(--size-poppins);
  color: var( --color-b600);
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 8rem;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  position: relative;
}

.radio-button {
  z-index: 1;
  color: var( --color-b900);
  background-color: #fffae3;
  border: 1px #000;
  border-radius: 200rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  border: 4px solid var( --color-b900);
  color: var( --color-b900);
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.radio-button.w--redirected-focus-visible {
  box-shadow: 0 0 #0003;
}

.radio-lael {
  z-index: 1;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.beige-bg {
  background-color: #fffae3;
}

.select {
  font-family: var(--size-poppins);
  color: var( --color-b600);
  background-color: #fffae3;
  border: 1px #000;
  border-radius: 200rem;
  height: 8rem;
  margin-bottom: 0;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
}

.textarea {
  font-family: var(--size-poppins);
  color: var( --color-b900);
  background-color: #fffae3;
  border: 1px #000;
  border-radius: 3.2rem;
  height: 20rem;
  min-height: 20rem;
  margin-bottom: 0;
  padding: 2.4rem 3.2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  overflow: auto;
}

.textarea::placeholder {
  color: var( --color-b600);
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  background-color: #fffae3;
  border: 2px solid #0003;
  border-radius: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1.2rem;
}

.checkbox:active {
  box-shadow: 0 0 #0003;
}

.checkbox.w--redirected-checked {
  background-color: var( --color-b900);
  background-image: url("https://cdn.prod.website-files.com/68b2794707cb483b7fb03485/68b719866e8cf375d508558b_solid_check.png");
  background-position: 50%;
  background-size: cover;
  border-style: none;
  box-shadow: 0 0 #0000;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0003;
}

.vibetest-section-01 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-bottom: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vibetest-title-wrap {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var( --color-b100);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 76rem;
  display: flex;
  position: relative;
}

.circle-wrapper {
  z-index: 0;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1024px;
  height: 1024px;
  margin: auto 50%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(-50%);
}

.circle-image {
  object-fit: cover;
  border-radius: 2.4rem;
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
}

.form-section-01 {
  width: 100%;
  height: 100svh;
}

.form-section-01-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 400vw;
  height: 100%;
  display: flex;
}

.form-section-inner {
  grid-column-gap: 6.4rem;
  grid-row-gap: 6.4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.form-info-wrap {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  color: var( --color-b100);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70rem;
  display: flex;
}

.form-info-wrap:lang(zh-tw) {
  max-width: none;
}

.count-circle {
  background-color: var( --color-lemon);
  font-family: var(--size-poppins);
  color: var( --color-b900);
  text-align: center;
  border-radius: 200rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
}

.count-circle._2 {
  background-color: var( --color-peach);
}

.count-circle._3 {
  background-color: var( --color-green-grape);
}

.count-circle._4 {
  background-color: var( --color-strawberry);
}

.result-section-01 {
  padding-top: 16rem;
}

.result-title-wrap {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  color: var( --color-b100);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.result-title-wrap:lang(zh-tw) {
  max-width: 80rem;
}

.result-container {
  grid-column-gap: 6.4rem;
  grid-row-gap: 6.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.result-section-02 {
  padding-top: 12rem;
  padding-bottom: 3.2rem;
}

.result-icon-wrap {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.options {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.option {
  border: 2px solid var( --color-b100);
  font-family: var(--size-poppins);
  color: var( --color-b100);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 8rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.blur-card {
  z-index: -1;
  opacity: .3;
  filter: blur(100px);
  border-radius: 3.2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.timeline-cover, .history-line {
  width: 100%;
}

.history-card {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  color: var( --color-b900);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: -6.5rem;
  left: -5.7rem;
}

.history-card._2 {
  bottom: 16.9rem;
  left: 6.5rem;
}

.history-card._3 {
  bottom: 36.3rem;
  left: 18.3rem;
}

.history-card._4 {
  bottom: 13.9rem;
  left: 30.3rem;
}

.history-card._5 {
  z-index: 1;
  left: 42.4rem;
}

.history-card._6 {
  bottom: 17.1rem;
  left: 54.3rem;
}

.history-card._7 {
  bottom: 36.2rem;
  left: 66.4rem;
}

.history-card._8 {
  bottom: 13.6rem;
  left: 78.3rem;
}

.history-card._9 {
  bottom: -6.5rem;
  left: auto;
  right: -5.7rem;
}

.h-wrap {
  z-index: 1;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  background-color: var( --color-b100);
  border-radius: 1.6rem;
  justify-content: center;
  align-items: center;
  padding: 1.6rem;
  display: flex;
  position: relative;
}

.h-cover {
  background-color: var( --color-blue);
  border-radius: .8rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 6.4rem;
  display: flex;
}

.h-cover._2 {
  background-color: var( --color-green-grape);
  flex: none;
}

.h-cover._3 {
  background-color: var( --color-grapefruit);
}

.h-cover._4 {
  background-color: var( --color-green);
}

.h-cover._5 {
  background-color: var( --color-strawberry);
}

.h-cover._6 {
  background-color: var( --color-plum);
}

.h-cover._7 {
  background-color: var( --color-peach);
}

.h-cover._8 {
  background-color: var( --color-lemon);
}

.h-cover._9 {
  background-color: var( --color-is-back);
}

.h-info-wrap {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: var( --color-b900);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 24rem;
  text-decoration: none;
  display: flex;
}

.h-circle {
  border: 4px solid var( --color-b100);
  background-color: var( --color-blue);
  border-radius: 20rem;
  width: 2.4rem;
  height: 2.4rem;
}

.h-circle._2 {
  background-color: var( --color-green-grape);
}

.h-circle._3 {
  background-color: var( --color-grapefruit);
}

.h-circle._4 {
  background-color: var( --color-green);
}

.h-circle._5 {
  background-color: var( --color-strawberry);
}

.h-circle._6 {
  background-color: var( --color-plum);
}

.h-circle._7 {
  background-color: var( --color-peach);
}

.h-circle._8 {
  background-color: var( --color-lemon);
}

.h-circle._9 {
  background-color: var( --color-is-back);
}

.h-image {
  width: 6.4rem;
  height: 6.4rem;
}

.h-number-wrap {
  z-index: 0;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.insta-code {
  z-index: -1;
  position: absolute;
}

.insta-section-inner {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.feed-insta-wrap {
  margin-top: 6rem;
}

.text-loading {
  opacity: .1;
  background-color: #fff;
  display: inline;
}

.sizer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.yt-playlist {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  display: grid;
}

.yt__info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var( --color-b900);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.6rem 2.4rem 2.4rem;
  display: flex;
}

.yt__video {
  background-color: var( --color-b100);
  color: #fff;
  cursor: pointer;
  border-radius: 3.2rem;
  width: 100%;
  padding: .8rem;
  text-decoration: none;
  overflow: hidden;
}

.play-icon {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.yt__date {
  background-color: #fff3;
  border-radius: 3px;
  margin-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .75rem;
  display: inline-block;
}

.play-icon__svg {
  opacity: .53;
  color: #fff;
  width: 82px;
  line-height: 0;
}

.sizer__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.abcricle-2 {
    background-color: #0083be;
    border-radius: 100000000px;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
    display: flex;
    position: absolute;
    background: linear-gradient(111deg, #00a1e4 0%, #004f7b 100%);
}

.abcricle-1 {
  background-color: #111;
  border-radius: 100000000px;
  width: 280px;
  height: 280px;
}

.home-inter-title {
  z-index: 1;
  color: var( --color-b100);
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 60rem;
  display: flex;
  position: absolute;
}

.read-motion-text {
  font-family: var(--size-poppins);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary);
}

.read-motion-text.max520 {
  max-width: 520px;
}

.home-first-title {
  z-index: 2;
  color: var( --color-b100);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}
.home-first-title h4 {
  line-height: 1.6;
  font-weight: 500;
}

.home-05-title-inner {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-tab-inner {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 4rem auto 0;
  display: flex;
}

.about-tab-inner.light {
  color: var( --color-b100);
}

.about2-section-04 {
  background-color: var( --color-blue-bg);
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.about2-05-list-inner {
  color: var( --color-b900);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about2-05-list {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 12rem;
  display: flex;
}

.a-list-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.a-list-right {
  border-radius: 3.2rem;
  height: 45rem;
  overflow: hidden;
}

.a-list-inner {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  opacity: .24;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.list-img-wrap {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45rem;
  display: flex;
}

.list-img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.aobut-sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  bottom: 4rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.m-menu {
  display: none;
}

.m-logo-img {
  color: var(--header-text);
  width: auto;
  height: 4.4rem;
  display: flex;
}

.m-timeline-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.m-history-card {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  color: var( --color-b900);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.m-history-card._2 {
  bottom: 16.9rem;
  left: 6.5rem;
}

.m-history-card._3 {
  bottom: 36.3rem;
  left: 18.3rem;
}

.m-history-card._4 {
  bottom: 13.9rem;
  left: 30.3rem;
}

.m-history-card._5 {
  z-index: 1;
  left: 42.4rem;
}

.m-history-card._6 {
  bottom: 17.1rem;
  left: 54.3rem;
}

.m-history-card._7 {
  bottom: 36.2rem;
  left: 66.4rem;
}

.m-history-card._8 {
  bottom: 13.6rem;
  left: 78.3rem;
}

.m-history-card._9 {
  bottom: -6.5rem;
  left: auto;
  right: -5.7rem;
}

.m-time-line {
  display: none;
}

.terms-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16rem;
  display: flex;
}

.terms-title {
  text-align: center;
}

.terms-tab-contents {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.j-green {
  color: var( --color-green);
}

.box-bg-video {
  justify-content: center;
  align-items: center;
  width: 120%;
  height: 120%;
  display: flex;
}

.spline-screen {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.slide-cover {
  z-index: 0;
  width: 56vw;
  max-width: 70rem;
  position: absolute;
  top: 55%;
  left: 55%;
  transform: translate(-50%, -50%);
}

._3d-test {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product-info {
  z-index: 9;
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 4rem;
  left: 4rem;
}

.canvas-wrap {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  display: none;
}

.wheel {
  z-index: 9;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.product-name {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 24rem;
  display: flex;
}

.product-name:lang(zh-tw) {
  max-width: none;
}

.main-title {
  text-align: center;
  letter-spacing: -.015em;
  white-space: pre;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 12.6vw;
  font-weight: 900;
  line-height: .74;
  display: inline-block;
}

.about-count-wrap {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-card-year-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-700 {
  max-width: 70rem;
}

.about-03-sub-title-wrap {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.opa-50 {
  opacity: .5;
}

.about-03-label-wrap {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80rem;
  display: flex;
}

.about-new-tab-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  display: flex;
}

.slider-nav {
  color: var( --color-b900);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-single {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-nav-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .35;
  font-family: var(--size-poppins);
  color: var( --color-b900);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ddd0;
  border-bottom: 4px solid #12121200;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
  display: flex;
}

.slide-nav-link.w--current {
  border-bottom-color: var( --color-b900);
  opacity: 1;
  background-color: #ddd0;
  display: flex;
}

.slide-nav-link.light {
  color: var( --color-b100);
}

.slide-nav-link.light.w--current {
  border-bottom-color: var( --color-b100);
}

.slide-single-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  width: 100%;
  margin-top: 4.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
}

.about2-05-video-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-logo-wrap {
  color: var( --color-b900);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 1.6rem;
  display: flex;
}

.logo-img-col {
  color: var( --color-b900);
  width: auto;
  height: 5.6rem;
  display: flex;
}

.col-icon {
  width: 5.6rem;
}

.count-wrap {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  background-color: var( --color-b100);
  border-radius: 4.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90rem;
  padding: 6.4rem 5.6rem;
  display: flex;
}

.per-wrap {
  grid-column-gap: 5.6rem;
  grid-row-gap: 5.6rem;
  border-radius: 2.4rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.per-inner {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.odometer-ribbon-inner {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: block;
}

.odometer-ribbon {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.odometer-digit {
  background-color: var( --color-b900);
  font-size: var(--size-h2-size);
  border-radius: 1.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: inline-block;
  position: relative;
}

.odometer-inside {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  display: flex;
}

.odometer-digit-inner {
  text-align: center;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.odometer-digit-spacer {
  display: block;
}

.odometer-value {
  color: var( --color-b100);
  display: block;
}

.odometer_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  display: flex;
}

.odometer {
  line-height: 1.3;
  position: relative;
}

.odometer-formatting-mark {
  font-family: Poppins, sans-serif;
  font-size: var(--size-h3-size);
  justify-content: center;
  align-items: flex-end;
  font-weight: 500;
  display: flex;
}

.about-box-inner {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-box-inner.left-align {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.about2-04-festival-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6rem;
  display: flex;
}

.about-box-inner-festival {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3.2rem;
  display: flex;
}

.festival-tag-wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-03-left2 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4rem;
  display: flex;
}

.home-wheel {
  z-index: 9;
  position: absolute;
  bottom: 0;
  right: 0;
}

.circle {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.circle-wrap {
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.circle-item {
  border-radius: 100rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.circle-item.active {
  box-shadow: inset 0 0 0 3px #000;
}

.circle-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  flex: none;
  max-width: none;
}

.wheel-code {
  z-index: 10;
  position: absolute;
  top: 234.438px;
}

.shot-btn {
  background-color: var( --color-b900);
  color: var( --color-b100);
  text-align: center;
  letter-spacing: .15rem;
  text-transform: uppercase;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  font-family: Poppins, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.shot-text {
  text-shadow: 0 2.4rem 0 var( --color-b100);
  height: 2.4rem;
  overflow: hidden;
}

.global-video-wrap {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  margin-top: 4.8rem;
  display: grid;
}

.global-video-wrap.grid {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.leaf-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.leaf {
  justify-content: center;
  align-items: center;
  display: flex;
}

.leaf-img {
  height: 12rem;
}

.leaf-img.s {
  height: 10rem;
}

.leaf-label {
  font-family: var(--size-poppins);
  color: #cc9e48;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
}

.leaf-label.leaf-text {
  color: #cc9e48;
  position: absolute;
}

.count-title-wrap {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-custom-code {
  position: absolute;
  top: 315px;
}

.leaf-flex-wrap {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-03-left4 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-right: 4rem;
  display: flex;
}

._1-1mask {
  aspect-ratio: 1;
}

.hori-tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  width: 100%;
  max-width: 120rem;
  display: flex;
}

.hori-tab.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.hori-tab.global {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.hori-tab.brand-ex {
  justify-content: flex-start;
  align-items: center;
}

.hori-tab-menu {
  z-index: 1;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 38rem;
  margin-right: 4rem;
  display: flex;
}

.hori-tab-menu.find-section {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
  top: 0;
}

.tabs-content-copy {
  width: 100%;
  position: sticky;
  top: 11rem;
}

.hori-tab-inner {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.hori-tab-inner.light {
  color: var( --color-b100);
}

.m-home-title {
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: none;
  position: relative;
}

.title-svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.error-text {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.s-message {
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #fffae2;
  border-radius: 50rem;
  height: 5.6rem;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.e-message {
  border-radius: 50rem;
  padding: 0;
}

.m-text {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.es-message {
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  height: 5.6rem;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
}

.about-count-outer {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-edit {
  letter-spacing: -.01em;
  font-weight: 800;
  line-height: 90%;
}

.product-slider-img {
  position: absolute;
}

.container-feed {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container-feed.collbo-nopadding {
  padding-left: 0;
  padding-right: 0;
}

.feed-cover-relative {
  padding-top: 16rem;
  position: relative;
}

.feed-cover-back {
  z-index: -1;
  height: 150%;
  position: absolute;
  inset: 0%;
}

.feed-cover-wrap {
  padding-left: 4rem;
  padding-right: 4rem;
}

.about-card-title-inner {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-card-label {
  font-size: clamp(32px, 19.234px + 2.553vw, 56px);
  font-weight: 800;
}

.right-margin {
  margin-right: 2.8rem;
}

.drop-wrap.w--open {
  background-color: #ddd0;
  padding-top: .8rem;
  top: 100%;
  right: 0;
}

.drop-wrap-reverse.w--open {
  background-color: #ddd0;
  padding-bottom: 1.6rem;
  bottom: 100%;
  right: 0;
}

@media screen and (min-width: 1440px) {
  .body-m.max350 {
    max-width: 35rem;
  }

  .home-section-01 {
    position: relative;
    overflow: hidden;
  }

  .circle-wrapper {
    width: 71.111vw;
    height: 71.111vw;
  }

  .circle-image {
    width: 7.153vw;
    height: 7.153vw;
  }

  .result-section-01 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .result-title-wrap {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    color: var( --color-b100);
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 76rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .circle-wrapper {
    width: 56.8888vw;
    height: 56.8888vw;
  }

  .circle-image {
    width: 5.7224vw;
    height: 5.7224vw;
  }
}
.m-menu {
    position: fixed;
    z-index: 10;
    background-color: #121212;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 2.2rem 2rem 2rem;
    display: none;
    inset: 0%;
    width: 400px;
    max-width: 100%;
    left: auto;
    right: 0;
}
.m-menu h3 {
  color: var(--color-b100);
  line-height: 1;
  white-space: nowrap;
  padding-left: 20px;
  font-weight: 500;
  text-transform: unset;
}
.m-menu-link-wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  padding: 20px;
}
.m-menu-link {
  color: var( --color-b100);
  text-decoration: none;
}
.m-menu-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.m-menu-bottom {
  z-index: 11;
  background-color: var(--color--b900);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}
.m-about-link-inner {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-bottom: 1px solid var( --color-b800);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.2rem;
  padding-bottom: 2rem;
  display: flex;
}

.m-about-link-box {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  color: var( --color-b100);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.m-about-link-img {
  border-radius: 1.6rem;
  flex: none;
}

.m-timeline-wrap {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: auto;
}

.m-history-card {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  bottom: auto;
  left: auto;
}

.m-history-card._2, .m-history-card._3, .m-history-card._4 {
  bottom: auto;
  left: auto;
}

.dash-line {
  background-color: #0000001c;
  width: 100vw;
  height: 3px;
  position: absolute;
  bottom: 54px;
  left: 0;
}

.m-time-line {
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .body-m.product-slogan {
    display: none;
  }

  .label-s.adress {
    border-radius: 1.2rem;
    padding: 1.2rem 1.6rem;
  }

  .home-section-01 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
    padding-top: 8rem;
    display: flex;
  }

  .header {
    height: auto;
    padding: 2rem;
  }

  .header-center {
    display: none;
  }

  .logo-img {
    height: 3.6rem;
  }

  .drop-toggle {
    font-size: 1.4rem;
  }

  .dropdown {
    height: 3.6rem;
    padding-left: 1.6rem;
    padding-right: .8rem;
  }

  .icon-24 {
    width: 20px;
    height: 20px;
  }

  .button-m.white.z-up {
    z-index: 2;
    display: none;
    position: relative;
  }
  .container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.no-padding, .container.brand-ex {
    padding-left: 0;
    padding-right: 0;
  }

  .home-02-sticky {
    height: 100svh;
  }

  .tape-inner {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .tape-text {
    font-size: 4rem;
  }

  .home-03-info-wrap {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }

  .icon-120 {
    width: 6.4rem;
    height: 6.4rem;
  }

  .product-slider {
    margin-top: 4.8rem;
  }

  .product-slider-cms-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .product-slider-cms-card {
    aspect-ratio: auto;
    justify-content: space-between;
    align-items: flex-start;
    width: 80vw;
    padding: 2.4rem 2.4rem 2rem;
  }

  .p-title {
    font-size: 2.8rem;
  }

  .p-tag {
    border-radius: 1rem;
    height: 2.8rem;
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: 1.2rem;
  }

  .tag-text {
    font-size: 1.2rem;
  }

  .p-cover {
    z-index: 0;
    object-fit: cover;
    height: 80%;
    overflow: visible;
  }

  .p-cover.m-hide {
    display: none;
  }

  .p-cover.only-m {
    margin-top: -1.2rem;
    display: block;
    position: relative;
  }

  .slider-btn-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-top: 3.2rem;
  }

  .slider-btn {
    width: 4.8rem;
    height: 4.8rem;
  }

  .home-05-sub-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-05-img-section {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-bottom: 10rem;
  }

  .insta-img {
    border-radius: 1.6rem;
    width: 20rem;
    height: 20rem;
  }

  .insta-img._1 {
    left: 5%;
  }

  .insta-img._2 {
    right: 20%;
  }

  .insta-img._3 {
    right: -20%;
  }

  .insta-img._4 {
    right: 31%;
  }

  .insta-img._5 {
    right: -12%;
  }

  .home-06-info-wrap {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-section-07 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .feed-cms {
    margin-top: 4.8rem;
  }

  .feed-cms-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .feed-cms-list.list {
    grid-template-columns: 1fr 1fr;
  }

  .feed-cms-link {
    border-radius: 2.4rem;
  }

  .feed-card-thumb {
    border-radius: 1.6rem;
  }

  .feed-info-wrap {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .feed-wrap {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
  }

  .footer {
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
  }

  .footer-tag {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    width: 100%;
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-tag-text {
    font-size: 6.4rem;
  }

  .footer-tag-text.left, .footer-tag-text.right {
    display: none;
  }

  .footer-icon {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .footer-icon-link {
    width: 6.4rem;
    height: 6.4rem;
  }

  .icon-56 {
    width: 4.8rem;
  }

  .icon-56.f-icon {
    width: 3.2rem;
  }

  .footer-info {
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .f-info-left {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .drop-inner-reverse.w--open {
    background-color: var( --color-green);
  }

  .modal {
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .modal-inner {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    width: 100%;
    max-width: 48rem;
    padding: 4rem;
  }

  .modal-logo {
    height: 3.6rem;
  }

  .modal-title-wrap {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .button-l {
    height: 4.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-size: 1.6rem;
  }

  .button-l.long {
    width: 100%;
  }

  .button-l.mg-t-12.product-link {
    margin-top: 0;
    display: none;
  }

  .about-01-title-wrap {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-section-02 {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }

  .timeline-wrap {
    display: none;
  }

  .about-cover-wrap {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
    margin-top: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-cover {
    aspect-ratio: 1;
    border-radius: 2.4rem;
  }

  .about-card-wrap {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
    margin-top: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-card-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
  }

  .about-card {
    border-radius: 2.4rem;
    padding-bottom: 3.2rem;
  }

  .about-card-img {
    border-radius: 1.6rem;
  }

  .about-card-info {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .about-section-03 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .about-03-half-wrap {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .about-03-left {
    padding-right: 0;
  }

  .about-03-left-title-wrap {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
  }

  .about-03-right {
    border-radius: 2.4rem;
    padding: 4.8rem;
  }

  .about-03-right.blue {
    margin-top: 0;
    padding: 4.8rem;
  }

  .source-info {
    margin-top: 4.8rem;
  }

  .about-03-card-wrap {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
    margin-top: 10rem;
  }

  .about-03-card-list {
    grid-template-columns: 1fr;
  }

  .about-03-card {
    border-radius: 2.4rem;
    padding: 3.2rem;
  }

  .pink-circle {
    width: 4rem;
    height: 4rem;
  }

  .about-section-04 {
    padding-top: 10rem;
  }

  .footer-link {
    font-size: 1.4rem;
    line-height: 1;
  }

  .about-04-tab {
    margin-top: 3.2rem;
  }

  .text-tab-menu {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    overflow: auto;
  }

  .text-tab-menu.vert {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: wrap;
  }

  .text-tab-menu.overflow {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .out-tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .out-tab.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .out-tab-contents.find-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-tab-link {
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: 2rem;
  }

  .text-tab-link.w--current {
    word-break: keep-all;
  }

  .in-tab {
    flex-flow: column wrap;
    margin-top: 3.2rem;
  }

  .in-tab.center {
    margin-top: 0;
    margin-bottom: 2.4rem;
  }

  .in-tab.logo-list {
    flex-flow: column;
  }

  .in-tab.global {
    margin-top: 0;
    margin-bottom: 2.4rem;
  }

  .in-tab-tag-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.4rem;
  }

  .in-tab-tag-wrap.find-section {
    margin-bottom: 2.4rem;
  }

  .tag-link {
    flex: none;
    height: 3.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.2rem;
  }

  .in-tab-content {
    flex-flow: column-reverse wrap;
    margin-bottom: 0;
    display: flex;
  }

  .in-tab-slider {
    border-radius: 2.4rem;
  }

  .in-tab-title {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-top: 2.4rem;
    margin-bottom: 3.2rem;
  }

  .icon-60 {
    width: 4rem;
    height: 4rem;
  }

  .left-arrow {
    padding-left: 1.2rem;
  }

  .right-arrow {
    padding-right: 1.2rem;
  }

  .about2-section-02 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .about2-02-card-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 4.8rem;
  }

  .about2-02-card {
    border-radius: 2.4rem;
  }

  .about2-card-img {
    border-radius: 1.6rem;
  }

  .info-left {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 1.2rem;
  }

  .about-2-02-sub-wrap {
    margin-top: 4.8rem;
  }

  .about2-section-03 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .about2-03-title-wrap {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
  }

  .about2-03-tab-wrap {
    margin-top: 4.8rem;
  }

  .box-card-wrap {
    flex-flow: column;
    margin-top: 3.2rem;
  }

  .box-card {
    border-radius: 2.4rem;
  }

  .box-card:hover {
    width: 100%;
  }

  .box-card-img {
    width: 100%;
    height: 100%;
  }

  .video-cursor {
    height: 3.6rem;
    padding-left: 1.2rem;
    font-size: 1.4rem;
  }

  .about2-section-05 {
    padding-top: 10rem;
    padding-bottom: 10rem;
    overflow: hidden;
  }

  .about2-05-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .about2-05-title-wrap {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }

  .about2-05-grid {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 4.8rem;
  }

  .grid-card-img {
    border-radius: 1.6rem;
  }

  .box-card-grid {
    border-radius: 2.4rem;
  }

  .product-section-01 {
    padding-top: 12rem;
  }

  .product-section-02 {
    margin-top: 4.8rem;
  }

  .product-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .product-cms-card {
    border-radius: 2.4rem;
    padding-top: 2.4rem;
  }

  .product-card-info {
    padding-left: 2.4rem;
  }

  .find-section-01 {
    padding-top: 12rem;
    padding-bottom: 2rem;
  }

  .find-01-title-wrap {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .find-pc-motion {
    margin-top: 4rem;
  }

  .find-section-02 {
    padding-top: 10rem;
    overflow: hidden;
  }

  .intab-grid-03 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-columns: 1fr 1fr;
  }

  .intab-grid-03._5col {
    grid-template-columns: 1fr 1fr;
  }

  .grid-logo-img {
    border-radius: 1.6rem;
  }

  .product-detail-section-01 {
    padding-top: 8rem;
  }

  .product-detail-01-image-wrap {
    grid-template-columns: 1fr;
  }

  .product-detail-cover {
    border-radius: 2.4rem;
  }

  .product-detail-info-wrap {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
  }

  .detail-top {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .product-detail-section-02 {
    padding: 2rem;
  }

  .product-detail-02-box {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    border-radius: 2.4rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product-detail-02-left {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    margin-top: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .product-detail-03 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .product-reco-title-wrap {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3.2rem;
  }

  .feed-tab-wrap {
    margin-top: 4.8rem;
  }

  .feed-list-cms {
    margin-top: 2.3rem;
  }

  .feed-section-01 {
    padding-top: 12rem;
  }

  .feed-detail-01-section {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .feed-cover-title-wrap {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    max-width: 60rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feed-bg-cover {
    height: 40rem;
  }

  .feed-cover-img {
    border-radius: 2.4rem;
    margin-top: 3.2rem;
  }

  .feed-detail-02-section {
    padding-bottom: 12rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feed-rich p, .feed-rich li {
    font-size: 1.4rem;
  }

  .contact-section-01 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .contact-01-grid {
    grid-template-columns: 1fr;
  }

  .contact-title-wrap {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }

  .contact-form {
    border-radius: 4rem;
    margin-top: 1.6rem;
    padding: 1.6rem;
  }

  .input {
    height: 6.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-size: 1.6rem;
  }

  .form {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
  }

  .radio {
    height: 6.4rem;
    font-size: 1.6rem;
  }

  .select {
    height: 6.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-size: 1.6rem;
  }

  .textarea {
    border-radius: 2.4rem;
    height: 12rem;
    min-height: 12rem;
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
  }

  .checkbox {
    width: 2rem;
    height: 2rem;
    margin-right: .8rem;
  }

  .vibetest-section-01 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 4rem;
  }

  .vibetest-title-wrap {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }

  .circle-wrapper {
    margin-bottom: 10%;
  }

  .circle-image {
    border-radius: 1.6rem;
    width: 6rem;
    height: 6rem;
  }

  .form-section-01 {
    overflow: hidden;
  }

  .form-section-inner {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: center;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .form-info-wrap {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .count-circle {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 2rem;
  }

  .result-section-01 {
    padding-top: 12rem;
  }

  .result-title-wrap {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    max-width: 44rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .result-container {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .result-section-02 {
    padding-top: 10rem;
    padding-bottom: 2rem;
  }

  .options {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .option {
    width: 26rem;
    height: 5.6rem;
    font-size: 1.6rem;
  }

  .history-card {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .history-card._2, .history-card._3, .history-card._4 {
    bottom: auto;
    left: auto;
  }

  .h-wrap {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h-number-wrap {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
  }

  .yt-playlist {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .yt__info {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    padding: 1.2rem 1.6rem 1.6rem;
  }

  .home-inter-title {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .read-motion-text {
    font-size: 3rem;
  }

  .home-05-title-inner {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }

  .about-tab-inner {
    width: 100%;
    margin-top: 4.8rem;
    margin-bottom: 2.4rem;
  }

  .about2-section-04 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .about2-05-list {
    margin-top: 4.8rem;
  }

  .a-list-left {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }

  .a-list-right {
    border-radius: 1.6rem;
    height: 30vw;
  }

  .a-list-inner {
    text-align: left;
  }

  .list-img-wrap {
    width: 30vw;
  }

  .heading-2 {
    font-size: var(--size-h1-size);
  }

  .text-block {
    font-size: 1.4rem;
  }

  .m-menu {
    position: fixed;
    z-index: 1000;
    background-color: #121212;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 2.2rem 2rem 2rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .m-menu:lang(zh-tw) {
    display: none;
  }

  .m-menu-logo {
    color: var( --color-b100);
  }

  .m-logo-img {
    color: var( --color-b100);
    justify-content: flex-start;
    align-items: flex-start;
    height: 3.6rem;
  }

  .m-menu-link-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 4rem;
    display: flex;
  }

  .m-menu-link {
    color: var( --color-b100);
    text-decoration: none;
  }

  .m-menu-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .m-menu-bottom {
    z-index: 11;
    background-color: var(--color--b900);
    border-radius: 20rem;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: flex;
    position: relative;
  }

  .m-about-link-inner {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    border-bottom: 1px solid var( --color-b800);
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .m-about-link-box {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    color: var( --color-b100);
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
  }

  .m-about-link-img {
    border-radius: 1.6rem;
    flex: none;
  }

  .m-timeline-wrap {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    overflow: auto;
  }

  .m-history-card {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .m-history-card._2, .m-history-card._3, .m-history-card._4 {
    bottom: auto;
    left: auto;
  }

  .dash-line {
    background-color: #0000001c;
    width: 100vw;
    height: 3px;
    position: absolute;
    bottom: 54px;
    left: 0;
  }

  .m-time-line {
    display: block;
    position: relative;
  }

  .terms-wrap {
    padding-top: 12rem;
  }

  .terms-tab-contents {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    margin-top: 3.2rem;
  }

  .slide-cover {
    width: 90vw;
    max-width: 60rem;
  }

  .product-info {
    z-index: 5;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    bottom: 8rem;
    left: auto;
  }

  .canvas-wrap {
    height: 100svh;
  }

  .product-name {
    justify-content: center;
    align-items: center;
    max-width: 10rem;
  }

  .main-title {
    font-size: 6.4rem;
    line-height: .78;
  }

  .about-count-wrap {
    width: 100%;
  }

  .about-03-label-wrap {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .slide-nav-link {
    margin-left: .8rem;
    margin-right: .8rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: 2rem;
  }

  .slide-nav-link.w--current {
    word-break: keep-all;
  }

  .slide-single-wrap {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 3.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .col-logo-wrap {
    margin-top: 4.8rem;
  }

  .logo-img-col {
    height: 3.6rem;
  }

  .col-icon {
    width: 3.2rem;
  }

  .count-wrap {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    width: 100%;
    max-width: 50rem;
    padding: 4.8rem 2.4rem;
  }

  .odometer-digit {
    border-radius: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .odometer-inside {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .about-box-inner {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .about2-04-festival-wrap {
    width: 100%;
    margin-top: 0;
  }

  .about-box-inner-festival {
    margin-top: 2.4rem;
  }

  .about-03-left2 {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    max-width: 50rem;
    margin-top: 4.8rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .home-wheel {
    z-index: 5;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto auto 2rem;
  }

  .circle {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: row;
  }

  .circle-item {
    width: 4rem;
    height: 4rem;
  }

  .circle-img {
    width: 100%;
    height: 100%;
  }

  .shot-btn {
    display: none;
  }

  .global-video-wrap {
    flex-flow: column;
    margin-top: 3.2rem;
  }

  .leaf-img, .leaf-img.s {
    height: 8rem;
  }

  .leaf-flex-wrap {
    flex-flow: column;
  }

  .about-03-left4 {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .hori-tab {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4.8rem;
  }

  .hori-tab.center {
    margin-top: 0;
    margin-bottom: 2.4rem;
  }

  .hori-tab.logo-list {
    flex-flow: column;
  }

  .hori-tab.global {
    margin-top: 0;
    margin-bottom: 2.4rem;
  }

  .hori-tab-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 2.4rem;
    padding-left: 2rem;
  }

  .hori-tab-menu.find-section {
    margin-bottom: 2.4rem;
  }

  .tabs-content-copy {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    top: auto;
  }

  .hori-tab-inner {
    width: 100%;
    margin-top: 4.8rem;
    margin-bottom: 2.4rem;
  }

  .m-home-title {
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .s-message {
    height: 4.8rem;
  }

  .m-text {
    font-size: 1.6rem;
  }

  .es-message {
    height: 4.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.6rem;
  }

  .about-count-outer {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-feed {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-feed.no-padding, .container-feed.brand-ex {
    padding-left: 0;
    padding-right: 0;
  }

  .feed-cover-relative {
    padding-top: 12rem;
  }

  .feed-cover-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-card-title-inner {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .about-card-label {
    font-size: 2.4rem;
  }

  .right-margin {
    margin-right: 1rem;
  }

  .drop-wrap.w--open {
    padding-top: .4rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-slider_slide {
    width: 100%;
  }

  .feed-cms-list.list {
    grid-template-columns: 1fr;
  }

  .text-tab-link {
    flex: none;
  }

  .product-grid, .product-grid.result {
    grid-template-columns: 1fr;
  }

  .circle-wrapper {
    width: 700px;
    height: 700px;
  }

  .circle-image {
    width: 68px;
    height: 68px;
  }

  .yt-playlist {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .terms-tab-contents {
    margin-top: 4rem;
  }

  .slide-nav-link {
    flex: none;
  }

  .odometer {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .body-l.max520 {
    word-break: keep-all;
  }

  .home-section-03, .home-section-06 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .yt-playlist {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: -20px;
  }

  .dash-line {
    z-index: 0;
    width: 100%;
  }

  .odometer {
    font-size: 2rem;
  }
}

#w-node-df8ba3be-381c-6651-af87-25e68183af6d-b946a2ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_547c756c-5f19-fd72-3795-4f90709c5f66-563b69c5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_547c756c-5f19-fd72-3795-4f90709c5f6d-563b69c5 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_9ad4b879-443b-8860-6603-22e3d20e8bec-0194c908 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9ad4b879-443b-8860-6603-22e3d20e8bf3-0194c908 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_4e02535c-9fe4-17b5-a150-df573b11df4f-f70388dc {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4e02535c-9fe4-17b5-a150-df573b11df59-f70388dc {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_98f11b8d-982f-a7dd-1190-0eb6889a3764-b1c167c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcba7362-7b9d-3050-a9a5-2fa4fbeb6363-d26e98ee {
  grid-area: 1 / 1 / 3 / 2;
  justify-self: auto;
}

#w-node-fcba7362-7b9d-3050-a9a5-2fa4fbeb636a-d26e98ee {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_0b9b0e7b-59fb-3a21-18b6-3a3e7effd2d9-85dd08ed, #w-node-_24fa2f18-e69d-742e-5f3e-b39578fab13d-f70388dc, #w-node-_24fa2f18-e69d-742e-5f3e-b39578fab147-f70388dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d691afda-f219-9085-e040-c47f121127ae-b946a2ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

/* ========================================
   Mega Dropdown Menu Styles
   ======================================== */

/* 메가 드롭다운 컨테이너 - 다크모드 */
.mega-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 400px;
    background: #1a1a1a;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 1000;
    border: 2px solid #171b29;
    background: linear-gradient(111deg, #020305 0%, #070a0f 100%);
}

/* 제품소개 드롭다운 우측 정렬 */
/* .header-drop:last-of-type .mega-dropdown {
    left: auto;
    right: 0;
    transform: translateX(0);
} */

/* 호버 영역을 채우기 위한 의사 요소 */
.mega-dropdown::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
  background: transparent;
}

.w-dropdown:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
}

/* 메가 메뉴 3 Column 컨테이너 */
.mega-menu-container {
  display: grid;
  grid-template-columns: 140px 1fr 1fr;
  gap: 16px;
}

/* Column 스타일 */
.mega-column {
  display: flex;
  flex-direction: column;
}

/* Column 1: 이미지 영역 */
.mega-image {
    width: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mega-image img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translateY(-50%);
}
.mega-image.product {width: auto;}
/* .header-drop:first-child .mega-image img {
  max-height: 60%;
} */
/* .mega-image.product {
  width: 100px;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
} */
.mega-image-title {
  position: relative;
  z-index: 1;
  font-family: var(--size-poppins);
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Column 2 & 3: 링크 영역 */
.mega-links {
    gap: 8px;
}

.mega-column-title {
    font-family: var(--size-poppins);
    font-size: 12px;
    font-weight: 500;
    color: rgba(2255,2255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 8px;
    white-space: nowrap;
}

/* 메가 메뉴 링크 - 다크모드 */
.mega-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    color: #e0e0e0;
    transition: all 0.2s ease;
    font-family: Pretendard, -apple-system, sans-serif;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.mega-link:hover {
  background-color: rgba(0, 161, 228, 0.15);
  color: #00a1e4;
  transform: translateX(4px);
}

.mega-link i {
  font-size: 24px;
  background: linear-gradient(135deg, #00a1e4 0%, #0083be 33%, #00699c 66%, #004f7b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.mega-link i.icon-cap {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/mega-link-cap.png) no-repeat center;
  background-size: contain;
}

.mega-link:hover i {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.mega-link span {
  flex: 1;
}

/* 반응형 */
@media screen and (max-width: 991px) {
  .mega-dropdown {
    min-width: 90vw;
    left: 5vw;
    transform: translateX(0);
  }

  .mega-menu-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mega-image {
    min-height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mega-dropdown {
    display: none;
  }
}

/* ========================================
   Mobile Menu Button (Hamburger)
   ======================================== */

.m-menu-button {
    position: relative;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: transparent !important;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

.m-menu-icon {
    position: relative;
    width: 28px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }

.m-menu-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--header-text);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
    flex-shrink: 0;
}

/* Active State - X 버튼 */
.m-menu-button.active {
    z-index: 1002;
}

.m-menu-button.active .m-menu-icon span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.m-menu-button.active .m-menu-icon span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.m-menu-button.active .m-menu-icon span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
}

/* Hover effect */
.m-menu-button:hover .m-menu-icon span {
    background-color: #00a1e4;
}

/* Mobile submenu styles */
.m-menu-item {
    width: 100%;
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
    animation: menuItemFadeIn 0.5s ease forwards;
}

.m-menu-item:nth-child(1) {
    animation-delay: 0.1s;
}

.m-menu-item:nth-child(2) {
    animation-delay: 0.2s;
}

.m-menu-item:nth-child(3) {
    animation-delay: 0.3s;
}

.m-menu-item:nth-child(4) {
    animation-delay: 0.4s;
}

.m-menu-link {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
    animation: menuItemFadeIn 0.5s ease forwards;
}

.m-menu-link-wrap > .m-menu-link:nth-child(3) {
    animation-delay: 0.3s;
}

.m-menu-link-wrap > .m-menu-link:nth-child(5) {
    animation-delay: 0.5s;
}

@keyframes menuItemFadeIn {
    from {
        opacity: 0;
        transform: translate3d(0px, 20px, 0px);
    }
    to {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

.m-menu-item .m-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.m-menu-item .m-menu-link:hover {
    background: rgba(0, 161, 228, 0.1);
    border-color: rgba(0, 161, 228, 0.3);
    transform: translateX(4px);
}

.m-menu-link-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.m-menu-link-content i {
    font-size: 20px;
    color: #00a1e4;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-menu-link-content h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-b300);
}

.m-menu-arrow {
    display: none;
    font-size: 20px;
    transition: transform 0.3s ease;
    color: var(--color-b300);
}

.m-menu-item.active .m-menu-arrow {
    transform: rotate(180deg);
    color: #00a1e4;
}

/* 서브메뉴 없는 단독 링크 스타일 */
.m-menu-link-wrap > .m-menu-link {
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 8px;
    transition: all 0.3s ease;
    display: block;
}

.m-menu-link-wrap > .m-menu-link:hover {
    background: rgba(0, 161, 228, 0.1);
    border-color: rgba(0, 161, 228, 0.3);
    transform: translateX(4px);
}

.m-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    padding-left: 0;
    margin-top: 0;
    opacity: 0;
}

.m-menu-item.active .m-submenu {
    max-height: 500px;
    margin-top: 8px;
    opacity: 1;
}

.m-submenu-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color-b300);
    text-decoration: none;
    padding: 10px 16px 10px 40px;
    font-size: 14px;
    border-radius: 8px;
    margin-bottom: 4px;
    transition: all 0.2s ease;
    position: relative;
}
.m-submenu-link::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-right: 1px solid var(--color-b300);
    border-bottom: 1px solid var(--color-b300);
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.2s ease;
    opacity: 0.6;
}

.m-submenu-link i {
    font-size: 16px;
    color: var(--color-b400);
    transition: color 0.2s ease;
}

.m-submenu-link span {
    flex: 1;
}

.m-submenu-link:hover {
    background: rgba(0, 161, 228, 0.08);
    color: #00a1e4;
    padding-left: 44px;
}

.m-submenu-link:hover::before {
    border-right: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    width: 6px;
    height: 6px;
}

.m-submenu-link:hover i {
    color: #00a1e4;
}

/* m-menu-bottom 스타일 개선 */
.m-menu-bottom {
    margin-top: auto;
    padding: 24px 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.05); */
}

.m-menu-bottom .m-menu-link {
    padding: 12px 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 161, 228, 0.15) 0%, rgba(0, 131, 190, 0.15) 100%);
    border: 1px solid rgba(0, 161, 228, 0.3);
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 16px;
}

.m-menu-bottom .m-menu-link:not(.contact):hover {
    background: linear-gradient(135deg, rgba(0, 161, 228, 0.25) 0%, rgba(0, 131, 190, 0.25) 100%);
    border-color: rgba(0, 161, 228, 0.5);
    transform: translateY(-2px) scale(0.97);
    box-shadow: 0 4px 12px rgba(0, 161, 228, 0.2);
}
.m-menu-bottom .m-menu-link.contact {
    width: 100%;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 0 20px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed) !important;
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75) !important;
}
.m-menu-bottom .m-menu-link.contact:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: translateY(-2px) scale(0.97) !important;
}

/* Custom Title for IT'S ALL ABOUT */
.title-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    overflow: visible;
}

.title-svg svg {
    display: inline-block;
    overflow: visible;
}

@media screen and (max-width: 768px) {
    .title-svg {
        gap: 10px;
    }

    .title-svg svg {
        width: 150px !important;
        height: 100px !important;
    }

    .title-svg svg text {
        font-size: 40px !important;
    }
}

/* Go to Top Button */
.go-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(18, 18, 18, 0.9);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 161, 228, 0.3);
}

.go-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.go-to-top:hover {
    background: rgba(0, 161, 228, 0.1);
    box-shadow: 0 6px 25px rgba(0, 161, 228, 0.5);
    transform: translateY(-3px);
}

.go-to-top i {
    font-size: 24px;
    color: #00a1e4;
    position: absolute;
    z-index: 10;
}

.progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.progress-ring-circle {
    stroke-dasharray: 163.36;
    stroke-dashoffset: 163.36;
    transition: stroke-dashoffset 0.1s linear;
    stroke-linecap: round;
}

.progress-ring-circle-bg {
    stroke-dasharray: 163.36;
    stroke-dashoffset: 0;
}

@media screen and (max-width: 768px) {
    .go-to-top {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }

    .go-to-top i {
        font-size: 20px;
    }

    .progress-ring {
        width: 50px;
        height: 50px;
    }

    .progress-ring-circle,
    .progress-ring-circle-bg {
        r: 22;
        cx: 25;
        cy: 25;
        stroke-dasharray: 138.23;
    }

    .progress-ring-circle {
        stroke-dashoffset: 138.23;
    }
}

/* ========================================
   이메일무단수집거부 모달 (다크모드)
   ======================================== */

.email-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.email-modal.active {
    opacity: 1;
    visibility: visible;
}

.email-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    cursor: pointer;
}

.email-modal-content {
    position: relative;
    /* background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); */
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    max-width: 700px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    animation: modalSlideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 10000;
}

@keyframes modalSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* 스크롤바 스타일 */
.email-modal-content::-webkit-scrollbar {
    width: 8px;
}

.email-modal-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.email-modal-content::-webkit-scrollbar-thumb {
    background: rgba(0, 161, 228, 0.5);
    border-radius: 4px;
}

.email-modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 161, 228, 0.7);
}

.email-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    color: rgba(255, 255, 255, 0.7);
}

.email-modal-close:hover {
    background-color: var(--color-b100);
    color: var(--primary);
    transform: rotate(90deg);
}

.email-modal-header {
    padding: 40px 40px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.email-modal-header h2 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.5px;
    /* background: linear-gradient(135deg, #00a1e4 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
}

.email-modal-body {
    padding: 30px 40px 40px;
}

.email-section {
    margin-bottom: 30px;
}

.email-section:last-child {
    margin-bottom: 0;
}

.email-description {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    word-break: keep-all;
}

.email-subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
    margin: 0 0 16px 0;
}

.email-subtitle svg {
    flex-shrink: 0;
}

.email-law-box {
    background: rgba(255, 255, 255, 0.1);
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    border-radius: 12px;
    padding: 24px;
}

.email-law-box h4 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    word-break: keep-all;
}

.email-law-list {
    margin: 0;
    padding-left: 20px;
    list-style: none;
    counter-reset: law-counter;
}

.email-law-list li {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 12px;
    padding-left: 8px;
    position: relative;
    counter-increment: law-counter;
    word-break: keep-all;
}

.email-law-list li:last-child {
    margin-bottom: 0;
}

.email-law-list li::before {
    /* content: counter(law-counter); */
    content:"";
    position: absolute;
    left: -8px;
    top: 10px;
    width: 3px;
    height: 3px;
    /* background: linear-gradient(135deg, #00a1e4 0%, #0077b6 100%); */
    background-color: rgba(255,255,255, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: white;
    line-height: 18px;
    /* border: 1px solid rgba(255,255,255,0.2); */
}

.email-report-box {
    display: flex;
    gap: 16px;
    padding: 20px;
    background-color: rgba(255,255,255, 0.1);
    border-radius: 12px;
}

.email-report-content {
    flex: 1;
}

.email-report-content strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}
.email-report-content strong i {
  font-size: 18px;
}

.email-report-content p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.button-creative {
  position: relative;
  display: inline-block;
  /* background: #111; */
  color: white;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s;
  border-radius: 8px;
  z-index: 1;
}

.button-creative::before {
  content: '';
  position: absolute;
  left: var(--x, 50%);
  top: var(--y, 50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #00ffc3 10%, transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease;
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.button-creative:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
}

.button-creative:hover {
  color: #00ffc3;
}



/* 반응형 */
@media (max-width: 768px) {
    .email-modal-content {
        width: 95%;
        max-height: 90vh;
        border-radius: 16px;
    }

    .email-modal-header {
        padding: 30px 24px 16px;
    }

    .email-modal-header h2 {
        font-size: 22px;
    }

    .email-modal-body {
        padding: 20px 24px 30px;
    }

    .email-modal-close {
        top: 16px;
        right: 16px;
        width: 36px;
        height: 36px;
    }

    .email-description {
        font-size: 14px;
        padding: 16px;
    }

    .email-subtitle {
        font-size: 16px;
    }

    .email-law-box {
        padding: 18px;
    }

    .email-law-box h4 {
        font-size: 14px;
    }

    .email-law-list li {
        font-size: 13px;
    }

    .email-report-box {
        flex-direction: column;
        gap: 12px;
    }

    .email-report-content strong {
        font-size: 14px;
    }

    .email-report-content p {
        font-size: 13px;
    }
}
