@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* 
wrapper
60px    3.5vw       3.75vw

10px    0.7vw       1vw         1.325vw     2.5vw
12px    0.85vw      1.111vw     1.45vw      2.75vw
14px    0.975vw     1.25vw      1.625vw     3vw
15px    1.05vw
16px    1.111vw     1.325vw     1.75vw     3.325vw
18px    1.25vw
20px    1.4vw       1.625vw     2vw        3.5vw
24px    1.675vw     1.875vw     2.125vw    3.75vw
25px
35px    2.425vw
40px    2.75vw      3vw         3.75vw
45px    3vw         3.25vw      4vw         8vw
50px    3.45vw      3.625vw
60px    4.125vw     5.25vw
75px    5.2vw       5.5vw       7vw
96px    6.65vw
100px   7vw
120px   8vw
230px   16vw        21vw        25vw
250px

*/
html, body {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  background: #000000;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  overflow-x: clip;
  letter-spacing: -3%;
}

.pre {
  font-family: "Pretendard", sans-serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}

.mona {
  font-family: "Mona Sans", sans-serif;
  letter-spacing: 0;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

/* 관리자 에디터 */
.editor_content h1, .editor_content h2, .editor_content h3, .editor_content h4, .editor_content h5, .editor_content p, .editor_content span {
  display: block;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.editor_content h1 {
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
}
.editor_content h2 {
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
}
.editor_content h3 {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.editor_content h4 {
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
}
.editor_content h5 {
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
}
.editor_content p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.editor_content span {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.editor_content ul {
  display: block;
  list-style-type: disc;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.editor_content ul li ::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: auto !important;
       text-align-last: auto !important;
}
.editor_content li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}
.editor_content ol {
  display: block;
  list-style-type: decimal;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: rgba(67, 60, 147, 0.7);
}

::selection {
  background: rgba(67, 60, 147, 0.7);
}

html, body, h1, h2, h3, h4, h5, h6, p, div, input, nav, textarea, select, header, section, article, aside, footer, form, button, table, thead, tbody, tr, td, th,
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

a, input, button {
  outline: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

figure {
  margin: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/img/select_arrow.png) no-repeat center right 15px;
  background-size: 16px;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  outline: 0;
  color: inherit;
  letter-spacing: inherit;
}

select {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  outline: 0;
  color: inherit;
  letter-spacing: inherit;
}

button {
  font-family: inherit;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  letter-spacing: inherit;
}

input:not([type=checkbox], [type=radio]),
select, textarea {
  color: inherit;
  font-size: inherit;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

textarea {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  resize: none;
  outline: 0;
  color: inherit;
  line-height: 1.5;
}

textarea::-webkit-scrollbar {
  width: 5px;
}

textarea::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.3);
}

textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}

/* textarea::-webkit-scrollbar-thumb:hover {background: #ccc;} */
/* textarea::-webkit-scrollbar-button:start:decrement,
textarea::-webkit-scrollbar-button:end:increment {width:3px;height:0px; background:transparent;}  */
*::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}
*::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}
*:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}
*::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}
*::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

[popover] {
  border: none;
  padding: 0;
  margin: 0;
  left: auto;
}

:focus {
  outline: none;
}

.br_1024,
.br_768,
.br_540 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .br_1024 {
    display: block;
  }
  .br_1024_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 15px;
  }
  .br_768 {
    display: block;
  }
  .br_768_none {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  html, body {
    font-size: 14px;
  }
  .br_540 {
    display: block;
  }
  .br_540_none {
    display: none;
  }
}
.hei100 {
  height: 100vh;
  height: 100dvh;
  overflow: clip;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  padding: 0 60px;
  margin: 0 auto;
}

/* 허니팟 — 공통 숨김 (봇만 채움, 문의 폼 등) */
.hp_field {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.fadeAni {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeAni.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.LeftAni {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.LeftAni.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.LeftTxt {
  position: relative;
  overflow: hidden;
}
.LeftTxt span {
  clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  -webkit-transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.LeftTxt.active span {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.scroll_motion.active .fadeAni {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.scroll_motion.active .LeftAni {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.delay1 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay3 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.delay4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay5 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.delay6 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

html.noScroll,
body.noScroll {
  min-height: 100%;
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

#cursorBlob {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
          transform: translate(-50%, -50%) rotate(-25deg);
  will-change: transform;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#cursorBlob svg {
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
#cursorBlob.zoom svg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s border-color 0.3s ease, background 0.3s ease, -webkit-transform 0.7s ease;
  transition: 0.3s border-color 0.3s ease, background 0.3s ease, -webkit-transform 0.7s ease;
  transition: transform 0.7s ease, 0.3s border-color 0.3s ease, background 0.3s ease;
  transition: transform 0.7s ease, 0.3s border-color 0.3s ease, background 0.3s ease, -webkit-transform 0.7s ease;
}
#header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#header.h_up {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
}
#header.ham_open {
  border-color: transparent;
}
#header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .logo svg {
  max-height: 50px;
  width: auto !important;
}
#header .header_rt nav > ul {
  gap: 20px;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
  margin-right: -10px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
#header .header_rt nav > ul > li > a {
  padding: 10px;
}
#header .header_rt #hamburger {
  width: 26px;
  row-gap: 4px;
  aspect-ratio: 1/1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  display: none;
  pointer-events: none;
}
#header .header_rt #hamburger .line {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#header .header_rt #hamburger.ham_open .line.line1 {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
#header .header_rt #hamburger.ham_open .line.line2 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}
#header .header_rt #hamburger.ham_open .line.line3 {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

#hamMenu {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: none;
  pointer-events: none;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
}
#hamMenu .ham_content {
  padding-top: 165px;
  width: 100%;
  max-width: 380px;
  background: #000000;
  color: #FFFFFF;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: -5px 0 15px rgba(0, 0, 0, 0.6);
          box-shadow: -5px 0 15px rgba(0, 0, 0, 0.6);
}
#hamMenu nav {
  font-size: clamp(19px, 19px + (25 - 19) * (100vw - 375px) / 1545, 25px);
  font-weight: 700;
}
#hamMenu nav ul {
  row-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hamMenu .ham_footer {
  height: 56px;
  font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
  color: #B3B3B3;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#voucherLogo {
  row-gap: 12px;
  left: 60px;
  bottom: 70px;
  position: fixed;
  z-index: 98;
  mix-blend-mode: difference;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
#voucherLogo img {
  height: 40px;
  width: auto !important;
}
#voucherLogo.end {
  bottom: 100px;
}

#footer {
  font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .wrapper {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .copyright {
  color: #B3B3B3;
}
#footer .topBtn {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#footer .topBtn svg {
  width: 24px;
  height: auto !important;
}
#footer .topBtn span {
  font-weight: 600;
}

@media screen and (max-width: 1440px) {
  .wrapper {
    padding: 0 3.5vw;
  }
  #header .logo svg {
    max-height: 3.45vw;
  }
  #header .header_rt nav > ul {
    gap: 1.4vw;
    font-size: 1.111vw;
    margin-right: -0.7vw;
    height: 6.25vw;
  }
  #header .header_rt nav > ul > li > a {
    padding: 0.7vw;
  }
  #voucherLogo {
    row-gap: 0.85vw;
    left: 3.25vw;
    bottom: 4.5vw;
  }
  #voucherLogo img {
    height: 2.75vw;
  }
  #voucherLogo.end {
    bottom: 7.2vw;
  }
  #footer {
    font-size: 0.975vw;
  }
  #footer .wrapper {
    height: 5.2vw;
  }
  #footer .topBtn {
    -webkit-column-gap: 0.7vw;
       -moz-column-gap: 0.7vw;
            column-gap: 0.7vw;
  }
  #footer .topBtn svg {
    width: 1.675vw;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 3.75vw;
  }
  #header .logo svg {
    max-height: 3.625vw;
  }
  #header .header_rt nav > ul {
    font-size: 1.325vw;
    height: 6.5vw;
    gap: 1.625vw;
    margin-right: -1vw;
  }
  #header .header_rt nav > ul > li > a {
    padding: 1vw;
  }
  #voucherLogo {
    row-gap: 1.111vw;
    left: 3.25vw;
    bottom: 70px;
  }
  #voucherLogo img {
    height: 3vw;
  }
  #voucherLogo.end {
    bottom: 7.5vw;
  }
  #footer {
    font-size: 1.25vw;
  }
  #footer .wrapper {
    height: 5.5vw;
  }
  #footer .topBtn {
    -webkit-column-gap: 1vw;
       -moz-column-gap: 1vw;
            column-gap: 1vw;
  }
  #footer .topBtn svg {
    width: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 4.5vw;
  }
  #header .wrapper {
    height: 70px;
  }
  #header .logo svg {
    max-height: 35px;
  }
  #header .header_rt nav {
    display: none;
  }
  #header .header_rt #hamburger {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: initial;
  }
  #hamMenu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    pointer-events: initial;
  }
  #voucherLogo {
    row-gap: 1.45vw;
    left: 4vw;
    bottom: 5vw;
  }
  #voucherLogo img {
    height: 3.75vw;
  }
  #voucherLogo.end {
    bottom: 10vw;
  }
  #footer {
    font-size: 1.625vw;
  }
  #footer .wrapper {
    height: 7vw;
  }
  #footer .topBtn {
    -webkit-column-gap: 1.325vw;
       -moz-column-gap: 1.325vw;
            column-gap: 1.325vw;
  }
  #footer .topBtn svg {
    width: 2.125vw;
  }
}
@media screen and (max-width: 540px) {
  .wrapper {
    padding: 0 20px;
  }
  #header .wrapper {
    height: 60px;
  }
  #header .logo svg {
    max-height: 24px;
  }
  #header .header_rt #hamburger {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #hamMenu .ham_content {
    max-width: none;
  }
  #voucherLogo {
    row-gap: 2.75vw;
    left: 17px;
    bottom: 20px;
  }
  #voucherLogo img {
    height: 6vw;
  }
  #voucherLogo.end {
    bottom: 25vw;
  }
  #footer {
    font-size: 3vw;
  }
  #footer .wrapper {
    height: 20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 2.5vw;
  }
  #footer .topBtn {
    -webkit-column-gap: 2.25vw;
       -moz-column-gap: 2.25vw;
            column-gap: 2.25vw;
  }
  #footer .topBtn svg {
    width: 3.75vw;
  }
}
#ALC21 .fadeAni {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ALC21 .fadeAni.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

section {
  overflow-x: clip;
  position: relative;
  z-index: 2;
}

.layer_wrap {
  position: relative;
  z-index: 2;
}

.mona {
  font-family: "Mona Sans", sans-serif;
}

.marquee_wrap {
  overflow: hidden;
  max-width: 100%;
}

.marquee_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
}
.marquee_list li {
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  text-transform: uppercase;
}
.marquee_list li::-moz-selection {
  background-color: transparent;
}
.marquee_list li::selection {
  background-color: transparent;
}

.alcTitle {
  margin-bottom: clamp(50px, 50px + (80 - 50) * (100vw - 375px) / 1545, 80px);
  text-align: center;
}
.alcTitle .eng {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
  font-weight: 700;
  color: #B8B8B8;
  letter-spacing: 20%;
}
.alcTitle h2 {
  font-size: clamp(32px, 32px + (80 - 32) * (100vw - 375px) / 1545, 80px);
  margin: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / 1545, 12px) 0 clamp(15px, 15px + (24 - 15) * (100vw - 375px) / 1545, 24px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
}
.alcTitle .eng, .alcTitle h2 {
  text-transform: uppercase;
}
.alcTitle .desc {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1545, 20px);
  font-weight: 700;
  letter-spacing: 0;
  color: #C7C7C7;
}
.alcTitle h4 {
  font-size: clamp(22px, 22px + (50 - 22) * (100vw - 375px) / 1545, 50px);
  margin-top: clamp(22px, 22px + (28 - 22) * (100vw - 375px) / 1545, 28px);
  line-height: 1.36;
  font-weight: 400;
  letter-spacing: 0;
}
.alcTitle h4 b {
  font-weight: 800;
}
.alcTitle > * {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.alcTitle > *.delay1 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.alcTitle > *.delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.alcTitle.active > * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.pd100 {
  padding: 0 100px;
}

#archiveBtn {
  font-size: clamp(11px, 11px + (12 - 11) * (100vw - 375px) / 1545, 12px);
  right: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / 1545, 50px);
  bottom: clamp(20px, 20px + (90 - 20) * (100vw - 375px) / 1545, 90px);
  padding: clamp(4px, 4px + (5 - 4) * (100vw - 375px) / 1545, 5px);
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background: #FFFFFF;
  position: fixed;
  z-index: 98;
}
#archiveBtn:hover > ul {
  padding: 10px 0 2px;
  max-height: 150px;
  opacity: 1;
}
#archiveBtn > ul {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#archiveBtn > ul > li:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#archiveBtn > ul > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #444444;
}
#archiveBtn > ul > li > a {
  padding: clamp(6px, 6px + (12 - 6) * (100vw - 375px) / 1545, 12px) clamp(4px, 4px + (8 - 4) * (100vw - 375px) / 1545, 8px);
  color: #444444;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: color 0.15s, -webkit-transform 0.15s;
  transition: color 0.15s, -webkit-transform 0.15s;
  transition: color 0.15s, transform 0.15s;
  transition: color 0.15s, transform 0.15s, -webkit-transform 0.15s;
}
#archiveBtn > ul > li > a:hover {
  color: #000000;
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
}
#archiveBtn button {
  width: clamp(54px, 54px + (66 - 54) * (100vw - 375px) / 1545, 66px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #000000;
  color: #FFFFFF;
  font-size: inherit;
}

#alcFooter {
  border-top: 1px solid #444444;
}
#alcFooter * {
  letter-spacing: 0;
}
#alcFooter .footer_info {
  padding: clamp(50px, 50px + (170 - 50) * (100vw - 375px) / 1545, 170px) 0 clamp(40px, 40px + (70 - 40) * (100vw - 375px) / 1545, 70px);
  position: relative;
}
#alcFooter .footer_info .company_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alcFooter .footer_info .company_list > li {
  font-size: clamp(11px, 11px + (15 - 11) * (100vw - 375px) / 1545, 15px);
}
#alcFooter .footer_info .company_list > li:nth-child(1) img {
  max-width: clamp(14px, 14px + (19 - 14) * (100vw - 375px) / 1545, 19px);
  aspect-ratio: 20/19;
  height: auto;
}
#alcFooter .footer_info .company_list > li:nth-child(2) img, #alcFooter .footer_info .company_list > li:nth-child(3) img {
  max-height: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / 1545, 20px);
  aspect-ratio: 17/20;
  height: auto;
}
#alcFooter .footer_info .company_list > li .mona {
  font-size: clamp(21px, 21px + (40 - 21) * (100vw - 375px) / 1545, 40px);
  margin: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px) 0 clamp(15px, 15px + (30 - 15) * (100vw - 375px) / 1545, 30px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
#alcFooter .footer_info .company_list > li .company_name {
  margin-bottom: clamp(5px, 5px + (10 - 5) * (100vw - 375px) / 1545, 10px);
  font-weight: 700;
}
#alcFooter .footer_info .company_list > li > ul {
  color: #999999;
  line-height: 1.7;
}
#alcFooter .footer_info .company_list > li > ul > li .lt {
  margin-right: clamp(5px, 5px + (10 - 5) * (100vw - 375px) / 1545, 10px);
  font-weight: 700;
}
#alcFooter .footer_info .company_list > li > ul > li .rt {
  font-weight: 300;
}
#alcFooter .footer_info .company_list > li > ul > li.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#alcFooter .footer_info .company_list > li > ul > li.row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: cener;
      -ms-flex-align: cener;
          align-items: cener;
}
#alcFooter .footer_info .company_list > li > ul > li.row:not(:last-child)::after {
  content: "l";
  display: inline-block;
  margin: 0 clamp(5px, 5px + (8 - 5) * (100vw - 375px) / 1545, 8px);
}
#alcFooter .copyright {
  padding: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / 1545, 20px) 0 clamp(20px, 20px + (65 - 20) * (100vw - 375px) / 1545, 65px);
  font-size: clamp(11px, 11px + (15 - 11) * (100vw - 375px) / 1545, 15px);
  border-top: 1px solid #333333;
  font-weight: 300;
  color: #B8B8B8;
}
#alcFooter #topBtn {
  right: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / 1545, 50px);
  top: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / 1545, 50px);
  row-gap: clamp(5px, 5px + (8 - 5) * (100vw - 375px) / 1545, 8px);
  z-index: 97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#alcFooter #topBtn img {
  max-width: clamp(20px, 20px + (28 - 20) * (100vw - 375px) / 1545, 28px);
}
#alcFooter #topBtn p {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  font-weight: 800;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn_list > li > a {
  padding: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / 1545, 12px) clamp(24px, 24px + (30 - 24) * (100vw - 375px) / 1545, 30px);
  gap: clamp(5px, 5px + (8 - 5) * (100vw - 375px) / 1545, 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
}
.btn_list > li > a img {
  width: clamp(15px, 15px + (18 - 15) * (100vw - 375px) / 1545, 18px);
  aspect-ratio: 1/1;
  height: auto;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.btn_list > li > a span {
  font-size: clamp(11px, 11px + (15 - 11) * (100vw - 375px) / 1545, 15px);
  font-weight: 600;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.btn_list > li > a img, .btn_list > li > a span {
  position: relative;
  z-index: 2;
}
.btn_list > li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #FFFFFF;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.btn_list > li > a:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.btn_list > li > a:hover span {
  color: #000000;
}
.btn_list > li > a:hover::before {
  width: 100%;
}
.btn_list > li > a.btnW span {
  color: #000000;
}
.btn_list > li > a.btnW::before {
  width: 100%;
}
.btn_list > li > a.btnW:hover::before {
  width: 0;
}
.btn_list > li > a.btnW:hover span {
  color: #FFFFFF;
}

#alcSec1 {
  height: 100vh;
  height: 100dvh;
  z-index: 1 !important;
}
#alcSec1 .main_txt {
  height: 100vh;
  height: 100dvh;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: lighten;
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
}
#alcSec1 .main_txt > h1 > p,
#alcSec1 .main_txt > p,
#alcSec1 .main_txt .btn_list {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#alcSec1 .main_txt > h1 > p.active,
#alcSec1 .main_txt > p.active,
#alcSec1 .main_txt .btn_list.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#alcSec1 .main_txt > h1 {
  font-size: clamp(50px, 50px + (96 - 50) * (100vw - 375px) / 1545, 96px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}
#alcSec1 .main_txt > h1 .outline {
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  position: relative;
}
#alcSec1 .main_txt > p {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1545, 20px);
  margin: clamp(25px, 25px + (35 - 25) * (100vw - 375px) / 1545, 35px) 0 clamp(45px, 45px + (55 - 45) * (100vw - 375px) / 1545, 55px);
  letter-spacing: 0;
  color: #E6E6E6;
  line-height: 1.2;
}
#alcSec1 .main_txt > p b {
  font-weight: 900;
}
#alcSec1 .main_txt .btn_list {
  gap: clamp(15px, 15px + (22 - 15) * (100vw - 375px) / 1545, 22px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#alcSec1 .bg {
  height: 230vh;
  height: 230dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#alcSec1 .bg .video_mask {
  width: calc(100% - 40px);
  max-width: 800px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
}
#alcSec1 .bg .video_mask video {
  width: auto;
  max-height: 100%;
}

.card_list {
  gap: clamp(15px, 15px + (45 - 15) * (100vw - 375px) / 1545, 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.card_list > li {
  width: 332px;
  padding: clamp(35px, 35px + (70 - 35) * (100vw - 375px) / 1545, 70px) 20px;
  max-width: calc((100% - clamp(15px, 15px + (45 - 15) * (100vw - 375px) / 1545, 45px) * 2) / 3);
  border: 1px solid #525252;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  cursor: default;
  letter-spacing: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.card_list > li .icon {
  max-width: clamp(40px, 40px + (50 - 40) * (100vw - 375px) / 1545, 50px);
  max-height: clamp(40px, 40px + (50 - 40) * (100vw - 375px) / 1545, 50px);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card_list > li .icon img, .card_list > li .icon svg {
  max-height: 100%;
}
.card_list > li .icon svg path {
  -webkit-transition: stroke 0.35s ease;
  transition: stroke 0.35s ease;
}
.card_list > li .title, .card_list > li .content, .card_list > li .desc {
  -webkit-transition: color 0.35 ease;
  transition: color 0.35 ease;
}

#alcSec2 {
  background: #000000;
}
#alcSec2 article {
  padding: clamp(120px, 120px + (215 - 120) * (100vw - 375px) / 1545, 215px) 0 clamp(90px, 90px + (160 - 90) * (100vw - 375px) / 1545, 160px);
  position: relative;
}
#alcSec2 .alcTitle * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#alcSec2 .obj {
  position: absolute;
}
#alcSec2 .obj.object1 {
  width: clamp(180px, 180px + (296 - 180) * (100vw - 375px) / 1545, 296px);
  top: 150px;
  left: clamp(-80px, -80px + (150 - -80) * (100vw - 375px) / 1545, 150px);
}
#alcSec2 .obj.object2 {
  width: clamp(270px, 270px + (432 - 270) * (100vw - 375px) / 1545, 432px);
  right: clamp(-50px, -50px + (80 - -50) * (100vw - 375px) / 1545, 80px);
  bottom: clamp(-50px, -50px + (90 - -50) * (100vw - 375px) / 1545, 90px);
}
#alcSec2 .card_list > li {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
#alcSec2 .card_list > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CEC4EA));
  background: linear-gradient(to bottom, #FFFFFF, #CEC4EA);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
#alcSec2 .card_list > li .title {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  margin: clamp(30px, 30px + (70 - 30) * (100vw - 375px) / 1545, 70px) 0 clamp(20px, 20px + (25 - 20) * (100vw - 375px) / 1545, 25px);
  font-weight: 600;
  color: #B8B8B8;
  position: relative;
  z-index: 2;
}
#alcSec2 .card_list > li .content {
  font-size: clamp(16px, 16px + (22 - 16) * (100vw - 375px) / 1545, 22px);
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
#alcSec2 .card_list > li .content.big {
  font-size: clamp(35px, 35px + (65 - 35) * (100vw - 375px) / 1545, 65px);
  line-height: 1;
}
#alcSec2 .card_list > li.green .content {
  font-size: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / 1545, 50px);
  color: #4ECAA3;
  line-height: 1.25;
}
#alcSec2 .card_list > li.green .content .sm {
  font-size: clamp(16px, 16px + (22 - 16) * (100vw - 375px) / 1545, 22px);
}
#alcSec2 .card_list > li.green::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDFFF4));
  background: linear-gradient(to bottom, #FFFFFF, #DDFFF4);
}
#alcSec2 .card_list > li.green:hover, #alcSec2 .card_list > li.green.active {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
#alcSec2 .card_list > li.green:hover::before, #alcSec2 .card_list > li.green.active::before {
  opacity: 1;
}
#alcSec2 .card_list > li.green:hover .icon svg path, #alcSec2 .card_list > li.green.active .icon svg path {
  stroke: #4ECAA3;
}
#alcSec2 .card_list > li.green:hover .title, #alcSec2 .card_list > li.green:hover .content, #alcSec2 .card_list > li.green.active .title, #alcSec2 .card_list > li.green.active .content {
  color: #2CB288;
}
#alcSec2 .card_list > li:not(.green):hover, #alcSec2 .card_list > li:not(.green).active {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
#alcSec2 .card_list > li:not(.green):hover::before, #alcSec2 .card_list > li:not(.green).active::before {
  opacity: 1;
}
#alcSec2 .card_list > li:not(.green):hover .icon svg path, #alcSec2 .card_list > li:not(.green).active .icon svg path {
  stroke: #908CC4;
}
#alcSec2 .card_list > li:not(.green):hover .title, #alcSec2 .card_list > li:not(.green):hover .content, #alcSec2 .card_list > li:not(.green).active .title, #alcSec2 .card_list > li:not(.green).active .content {
  color: #433C93;
}
#alcSec2 .solution_wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#alcSec2 .btnDrugstore {
  height: clamp(48px, 48px + (55 - 48) * (100vw - 375px) / 1545, 55px);
  margin: clamp(20px, 20px + (24 - 20) * (100vw - 375px) / 1545, 24px) auto 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#alcSec2 .btnDrugstore::before, #alcSec2 .btnDrugstore::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#alcSec2 .btnDrugstore::before {
  background: -webkit-gradient(linear, left top, right top, from(#4ECAA3), to(#276451));
  background: linear-gradient(to right, #4ECAA3, #276451);
  z-index: 2;
}
#alcSec2 .btnDrugstore::after {
  background: -webkit-gradient(linear, left top, right top, from(#276451), to(#4ECAA3));
  background: linear-gradient(to right, #276451, #4ECAA3);
}
#alcSec2 .btnDrugstore .dot {
  width: clamp(6px, 6px + (8 - 6) * (100vw - 375px) / 1545, 8px);
  aspect-ratio: 1/1;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
#alcSec2 .btnDrugstore .dot.lt {
  left: clamp(20px, 20px + (24 - 20) * (100vw - 375px) / 1545, 24px);
}
#alcSec2 .btnDrugstore .dot.rt {
  right: clamp(20px, 20px + (24 - 20) * (100vw - 375px) / 1545, 24px);
}
#alcSec2 .btnDrugstore .btn_name {
  font-size: clamp(17px, 17px + (19 - 17) * (100vw - 375px) / 1545, 19px);
  font-weight: 700;
  letter-spacing: 3%;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}
#alcSec2 .btnDrugstore:hover::before {
  opacity: 0;
}
#alcSec2 .rollBanner {
  padding: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / 1545, 30px) 0 clamp(60px, 60px + (85 - 60) * (100vw - 375px) / 1545, 85px);
}
#alcSec2 .rollBanner .marquee_list {
  gap: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / 1545, 30px);
}
#alcSec2 .rollBanner .marquee_list > li {
  font-size: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / 1545, 50px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 10%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#alcSec2 .rollBanner .marquee_list > li img {
  width: clamp(18px, 18px + (27 - 18) * (100vw - 375px) / 1545, 27px);
}

#alcSec3 {
  padding: clamp(80px, 80px + (125 - 80) * (100vw - 375px) / 1545, 125px) 0;
  background: #000000;
}
#alcSec3 .card_list {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  letter-spacing: 0;
}
#alcSec3 .card_list > li .icon svg {
  -webkit-animation: rotate 0.9s both linear infinite;
          animation: rotate 0.9s both linear infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#alcSec3 .card_list > li .icon svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
#alcSec3 .card_list > li .title {
  font-size: clamp(19px, 19px + (25 - 19) * (100vw - 375px) / 1545, 25px);
  margin: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1545, 64px) 0 clamp(25px, 25px + (38 - 25) * (100vw - 375px) / 1545, 38px);
  font-weight: 900;
  color: #E5E5E5;
  line-height: 1.4;
}
#alcSec3 .card_list > li .desc {
  font-size: clamp(13px, 13px + (17 - 13) * (100vw - 375px) / 1545, 17px);
  font-weight: 600;
  color: #C7C7C7;
  line-height: 1.647;
}
#alcSec3 .card_list > li .title, #alcSec3 .card_list > li .desc {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#alcSec3 .card_list > li {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#alcSec3 .card_list > li:hover .icon svg {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#alcSec3 .card_list > li.active {
  background: #FFFFFF;
}
#alcSec3 .card_list > li.active .icon svg path {
  fill: #111;
}
#alcSec3 .card_list > li.active .title {
  color: #111;
}
#alcSec3 .card_list > li.active .desc {
  color: #444444;
}

#alcSec4 {
  height: 100vh;
  height: 100lvh;
  background: #000000;
}
#alcSec4 .sticky {
  position: relative;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#alcSec4 .sticky::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  max-width: 1580px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
#alcSec4 .sticky .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#alcSec4 .sticky .frame.active .count_num_item_box {
  -webkit-animation: count-up-ani 2.5s forwards;
          animation: count-up-ani 2.5s forwards;
}
#alcSec4 .sticky .frame.active .count_num_item_box.down {
  -webkit-animation: count-down-ani 2.5s forwards;
          animation: count-down-ani 2.5s forwards;
}
#alcSec4 .headline {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  letter-spacing: 0;
}
#alcSec4 .headline.top {
  top: 35%;
}
#alcSec4 .headline.bottom {
  top: 65%;
}
#alcSec4 .headline > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#alcSec4 .headline > ul > li .count_item {
  font-size: clamp(32px, 32px + (80 - 32) * (100vw - 375px) / 1545, 80px);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#alcSec4 .headline > ul > li .count_item .count_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#alcSec4 .headline > ul > li .count_item .count_num .count_num_wrap {
  height: clamp(32px, 32px + (80 - 32) * (100vw - 375px) / 1545, 80px);
  overflow: hidden;
}
#alcSec4 .headline > ul > li .count_item .count_num .count_num_wrap .count_num_item_box {
  height: calc(clamp(32px, 32px + (80 - 32) * (100vw - 375px) / 1545, 80px) * 10);
}
#alcSec4 .headline > ul > li .count_item .count_num .count_num_wrap .count_num_item_box .count_num_item {
  line-height: 1;
}
@-webkit-keyframes count-up-ani {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -90%, 0);
            transform: translate3d(0, -90%, 0);
  }
}
@keyframes count-up-ani {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -90%, 0);
            transform: translate3d(0, -90%, 0);
  }
}
@-webkit-keyframes count-down-ani {
  0% {
    -webkit-transform: translate3d(0, -90%, 0);
            transform: translate3d(0, -90%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes count-down-ani {
  0% {
    -webkit-transform: translate3d(0, -90%, 0);
            transform: translate3d(0, -90%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
#alcSec4 .headline > ul > li .summary {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
  margin-top: clamp(8px, 8px + (20 - 8) * (100vw - 375px) / 1545, 20px);
  font-weight: 800;
  color: #777777;
  line-height: 2.5;
}
#alcSec4 .headline > ul > li img {
  width: clamp(30px, 30px + (46 - 30) * (100vw - 375px) / 1545, 46px);
}
#alcSec4 .reveal {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  clip-path: inset(50% 0);
}
#alcSec4 .reveal .visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
#alcSec4 .reveal .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#alcSec5 {
  padding: clamp(60px, 60px + (100 - 60) * (100vw - 375px) / 1545, 100px) 0 0;
  background: #000000;
}
#alcSec5 .alcTitle {
  margin-bottom: 0;
  padding-bottom: clamp(30px, 30px + (70 - 30) * (100vw - 375px) / 1545, 70px);
  text-align: left;
  line-height: 1.125;
}
#alcSec5 .alcTitle h2 {
  margin: 0;
}
#alcSec5 .strength_list {
  row-gap: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / 1545, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#alcSec5 .strength_list .strength_card {
  padding: clamp(100px, 100px + (125 - 100) * (100vw - 375px) / 1545, 125px) clamp(25px, 25px + (110 - 25) * (100vw - 375px) / 1545, 110px);
  -webkit-box-shadow: 0 0 0 1px #525252 inset;
          box-shadow: 0 0 0 1px #525252 inset;
  border-radius: 20px;
}
#alcSec5 .strength_list .strength_card.strength_01 {
  background: url(/img/ALC21/sec5_bg1.jpg) no-repeat center center/cover;
  z-index: 1;
}
#alcSec5 .strength_list .strength_card.strength_02 {
  background: url(/img/ALC21/sec5_bg2.jpg) no-repeat center center/cover;
  z-index: 2;
}
#alcSec5 .strength_list .strength_card.strength_03 {
  background: url(/img/ALC21/sec5_bg3.jpg) no-repeat center center/cover;
  z-index: 3;
}
#alcSec5 .strength_list .strength_card.strength_04 {
  background: url(/img/ALC21/sec5_bg4.jpg) no-repeat center center/cover;
  z-index: 4;
}
#alcSec5 .strength_list .strength_card.strength_05 {
  background: url(/img/ALC21/sec5_bg5.jpg) no-repeat center center/cover;
  z-index: 5;
}
#alcSec5 .strength_list .strength_card.strength_06 {
  background: url(/img/ALC21/sec5_bg6.jpg) no-repeat center center/cover;
  z-index: 6;
}
#alcSec5 .strength_list .strength_card .badge {
  font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
  padding: clamp(8px, 8px + (10 - 8) * (100vw - 375px) / 1545, 10px) clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1545, 20px);
  font-weight: 600;
  line-height: 1;
  background: #433C93;
  color: #FFFFFF;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#alcSec5 .strength_list .strength_card .title {
  font-size: clamp(27px, 27px + (40 - 27) * (100vw - 375px) / 1545, 40px);
  margin: clamp(25px, 25px + (30 - 25) * (100vw - 375px) / 1545, 30px) 0;
  line-height: 1;
  font-weight: 700;
}
#alcSec5 .strength_list .strength_card .desc {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  line-height: 1.6;
}

#alcSec6 {
  padding: clamp(100px, 100px + (200 - 100) * (100vw - 375px) / 1545, 200px) 0 clamp(100px, 100px + (155 - 100) * (100vw - 375px) / 1545, 155px);
  background: #000000;
}
#alcSec6 .service_list {
  gap: clamp(12px, 12px + (35 - 12) * (100vw - 375px) / 1545, 35px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#alcSec6 .service_list > li {
  padding: clamp(20px, 20px + (35 - 20) * (100vw - 375px) / 1545, 35px) clamp(0px, 0px + (54 - 0) * (100vw - 375px) / 1545, 54px);
  border: 1px solid #525252;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
#alcSec6 .service_list > li .icon img {
  max-width: clamp(72px, 72px + (122 - 72) * (100vw - 375px) / 1545, 122px);
}
#alcSec6 .service_list > li .badge {
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / 1545, 12px);
  padding: clamp(6px, 6px + (7 - 6) * (100vw - 375px) / 1545, 7px) clamp(15px, 15px + (18 - 15) * (100vw - 375px) / 1545, 18px);
  margin: clamp(20px, 20px + (25 - 20) * (100vw - 375px) / 1545, 25px) auto clamp(15px, 15px + (20 - 15) * (100vw - 375px) / 1545, 20px);
  font-weight: 600;
  background: #433C93;
  color: #FFFFFF;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#alcSec6 .service_list > li .txt {
  font-size: clamp(13px, 13px + (17 - 13) * (100vw - 375px) / 1545, 17px);
  font-weight: 500;
  color: #B8B8B8;
  line-height: 1.65;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
#alcSec6 .service_list > li .txt b {
  font-weight: 800;
}
#alcSec6 .service_list > li:hover {
  background: #7B78D3;
}
#alcSec6 .service_list > li:hover .txt {
  color: #FFFFFF;
}

#alcSec7 {
  padding: clamp(80px, 80px + (100 - 80) * (100vw - 375px) / 1545, 100px) 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#7E7AD7));
  background: linear-gradient(to bottom, #000000, #7E7AD7);
  position: relative;
  overflow: hidden;
}
#alcSec7 .bg_obj {
  top: calc(-1 * clamp(240px, 240px + (540 - 240) * (100vw - 375px) / 1545, 540px));
  left: calc(-1 * clamp(110px, 110px + (295 - 110) * (100vw - 375px) / 1545, 295px));
  max-width: clamp(480px, 480px + (1083 - 480) * (100vw - 375px) / 1545, 1083px);
  position: absolute;
  z-index: -1;
}
#alcSec7 .platform_list {
  gap: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / 1545, 36px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#alcSec7 .platform_list > li {
  padding: clamp(35px, 35px + (60 - 35) * (100vw - 375px) / 1545, 60px) clamp(40px, 40px + (70 - 40) * (100vw - 375px) / 1545, 70px);
  width: 550px;
  max-width: calc((100% - clamp(20px, 20px + (36 - 20) * (100vw - 375px) / 1545, 36px)) / 2);
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #525252;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#alcSec7 .platform_list > li .title {
  font-size: clamp(22px, 22px + (30 - 22) * (100vw - 375px) / 1545, 30px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}
#alcSec7 .platform_list > li .badge_list {
  margin: clamp(45px, 45px + (85 - 45) * (100vw - 375px) / 1545, 85px) 0 clamp(30px, 30px + (50 - 30) * (100vw - 375px) / 1545, 50px);
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#alcSec7 .platform_list > li .badge_list > li {
  font-size: clamp(17px, 17px + (22 - 17) * (100vw - 375px) / 1545, 22px);
  padding: clamp(8px, 8px + (12 - 8) * (100vw - 375px) / 1545, 12px) clamp(22px, 22px + (28 - 22) * (100vw - 375px) / 1545, 28px);
  color: #1E195B;
  background: linear-gradient(25deg, #C2B3EA, #B5CCEE);
  border-radius: 50px;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 5%;
}
#alcSec7 .platform_list > li .icon {
  width: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1545, 20px);
  aspect-ratio: 20/19;
  height: auto;
}
#alcSec7 .platform_list > li .eng {
  font-size: clamp(19px, 19px + (25 - 19) * (100vw - 375px) / 1545, 25px);
  margin-top: clamp(12px, 12px + (15 - 12) * (100vw - 375px) / 1545, 15px);
  font-weight: 900;
  color: #E5E5E5;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 2%;
}

#alcSec8 {
  padding: clamp(80px, 80px + (100 - 80) * (100vw - 375px) / 1545, 100px) 0 clamp(100px, 100px + (130 - 100) * (100vw - 375px) / 1545, 130px);
  background: #000000;
}
#alcSec8 .alcTitle {
  margin-bottom: 0 !important;
}
#alcSec8 .partnerBanner {
  margin-bottom: clamp(120px, 120px + (150 - 120) * (100vw - 375px) / 1545, 150px);
}
#alcSec8 .partnerBanner .marquee_list {
  gap: clamp(45px, 45px + (70 - 45) * (100vw - 375px) / 1545, 70px);
}
#alcSec8 .partnerBanner .marquee_list img {
  max-height: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / 1545, 30px);
}
#alcSec8 .network_wrap {
  margin-top: clamp(60px, 60px + (130 - 60) * (100vw - 375px) / 1545, 130px);
  position: relative;
}
#alcSec8 .network_wrap .map {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#alcSec8 .network_wrap .map .area {
  cursor: pointer;
}
#alcSec8 .network_wrap .map svg {
  max-width: 100%;
  height: auto !important;
}
#alcSec8 .network_wrap .area_wrap {
  position: absolute;
  width: 100%;
  max-width: clamp(1012px, 1012px + (1320 - 1012) * (100vw - 375px) / 1545, 1320px);
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#alcSec8 .network_wrap .area_wrap > div {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
  padding: clamp(10px, 10px + (15 - 10) * (100vw - 375px) / 1545, 15px) clamp(12px, 12px + (20 - 12) * (100vw - 375px) / 1545, 20px);
  font-weight: 700;
  border: 1px dashed #7B78D3;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
#alcSec8 .network_wrap .area_wrap > div .area_name {
  color: #7B78D3;
}
#alcSec8 .network_wrap .area_wrap > div .area_detail {
  color: #C7C7C7;
}
#alcSec8 .network_wrap .area_wrap > div.area_na {
  left: 0;
  top: -9%;
}
#alcSec8 .network_wrap .area_wrap > div.area_sa {
  left: 14.5%;
  bottom: 0;
}
#alcSec8 .network_wrap .area_wrap > div.area_eu {
  top: 30%;
  right: calc(-1 * clamp(-130px, -130px + (130 - -130) * (100vw - 375px) / 1545, 130px));
}
#alcSec8 .network_wrap:has(.map .area_na:hover) .area_wrap .area_na {
  opacity: 1;
}
#alcSec8 .network_wrap:has(.map .area_sa:hover) .area_wrap .area_sa {
  opacity: 1;
}
#alcSec8 .network_wrap:has(.map .area_eu:hover) .area_wrap .area_eu {
  opacity: 1;
}

#alcSec9 {
  padding: clamp(50px, 50px + (155 - 50) * (100vw - 375px) / 1545, 155px) 0 clamp(100px, 100px + (155 - 100) * (100vw - 375px) / 1545, 155px);
  background: #000000;
}
#alcSec9 .alcTitle {
  margin-bottom: clamp(50px, 50px + (115 - 50) * (100vw - 375px) / 1545, 115px);
}
#alcSec9 .distributor_wrap > article {
  max-width: 1134px;
  width: 100%;
  margin: 0 auto;
}
#alcSec9 .distributor_wrap > article:last-child .distributor_title {
  margin-bottom: 0 !important;
}
#alcSec9 .distributor_wrap .distributor_list {
  padding: 0 clamp(0px, 0px + (20 - 0) * (100vw - 375px) / 1545, 20px);
  gap: clamp(20px, 20px + (80 - 20) * (100vw - 375px) / 1545, 80px) clamp(10px, 10px + (22 - 10) * (100vw - 375px) / 1545, 22px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0.7;
}
#alcSec9 .distributor_wrap .distributor_list > li {
  width: calc((100% - clamp(10px, 10px + (22 - 10) * (100vw - 375px) / 1545, 22px) * 4) / 5);
  height: clamp(40px, 40px + (60 - 40) * (100vw - 375px) / 1545, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#alcSec9 .distributor_wrap .distributor_list > li img {
  max-height: 100%;
}
#alcSec9 .distributor_wrap .distributor_title {
  margin: clamp(35px, 35px + (60 - 35) * (100vw - 375px) / 1545, 60px) 0 clamp(50px, 50px + (60 - 50) * (100vw - 375px) / 1545, 60px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#alcSec9 .distributor_wrap .distributor_title p {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1545, 20px);
  padding: 0 clamp(20px, 20px + (36 - 20) * (100vw - 375px) / 1545, 36px);
  font-weight: 600;
  display: inline-block;
  background: #000000;
  position: relative;
  z-index: 2;
}
#alcSec9 .distributor_wrap .distributor_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

#alcSec10 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #333333;
  background: #000000;
}
#alcSec10 .bg_box {
  background: url(/img/ALC21/sec10_bg.png) no-repeat center bottom -1px/100% auto;
  border-right: 1px solid #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#alcSec10 .contact_box {
  padding: 90px 0 clamp(54px, 54px + (90 - 54) * (100vw - 375px) / 1545, 90px);
}
#alcSec10 .contact_box .pd100 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alcSec10 .contact_box .top_title * {
  letter-spacing: 0;
}
#alcSec10 .contact_box .top_title p {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1545, 20px);
  font-weight: 700;
  color: #C7C7C7;
}
#alcSec10 .contact_box .top_title h3 {
  font-size: clamp(42px, 42px + (80 - 42) * (100vw - 375px) / 1545, 80px);
  margin: clamp(15px, 15px + (18 - 15) * (100vw - 375px) / 1545, 18px) 0 clamp(25px, 25px + (32 - 25) * (100vw - 375px) / 1545, 32px);
  font-weight: 800;
  line-height: 1.125;
}
#alcSec10 .contact_box .top_title div {
  font-size: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / 1545, 30px);
  line-height: 1.333;
}
#alcSec10 .contact_box .top_title div b {
  font-weight: 800;
}
#alcSec10 .contact_box .btnProject {
  margin: clamp(40px, 40px + (110 - 40) * (100vw - 375px) / 1545, 110px) 0 clamp(45px, 45px + (125 - 45) * (100vw - 375px) / 1545, 125px);
  width: clamp(135px, 135px + (180 - 135) * (100vw - 375px) / 1545, 180px);
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
}
#alcSec10 .contact_box .btnProject::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #7B78D3;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#alcSec10 .contact_box .btnProject span {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  font-weight: 800;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#alcSec10 .contact_box .btnProject:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#alcSec10 .contact_box .btnProject:hover span {
  color: #FFFFFF;
}
#alcSec10 .contact_box .btn_list {
  gap: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
  max-width: 400px;
}

#archive {
  padding: clamp(100px, 100px + (265 - 100) * (100vw - 375px) / 1545, 265px) 0 clamp(31px, 31px + (75 - 31) * (100vw - 375px) / 1545, 75px);
  background: #000000 url(/img/ALC21/archive_bg.jpg) no-repeat center top/cover;
}
#archive #archiveTitle h1 {
  font-size: clamp(42px, 42px + (80 - 42) * (100vw - 375px) / 1545, 80px);
  font-weight: 800;
  line-height: 1.5;
}
#archive #archiveTitle .tabs {
  margin: clamp(24px, 24px + (45 - 24) * (100vw - 375px) / 1545, 45px) 0 clamp(29px, 29px + (45 - 29) * (100vw - 375px) / 1545, 45px);
  gap: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / 1545, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#archive #archiveTitle .tabs .tab {
  font-size: clamp(11px, 11px + (15 - 11) * (100vw - 375px) / 1545, 15px);
  padding: clamp(9px, 9px + (15 - 9) * (100vw - 375px) / 1545, 15px) clamp(16px, 16px + (30 - 16) * (100vw - 375px) / 1545, 30px) clamp(8px, 8px + (13 - 8) * (100vw - 375px) / 1545, 13px);
  border-radius: 60px;
  font-weight: 600;
  border: 1px solid #FFFFFF;
  line-height: 1;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
#archive #archiveTitle .tabs .tab.active, #archive #archiveTitle .tabs .tab:hover {
  background: #FFFFFF;
  color: #000000;
}
#archive.listPage #archiveList ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #444444;
}
#archive.listPage #archiveList ul > li {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  padding: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / 1545, 30px) 0;
  border-bottom: 1px solid #444444;
}
#archive.listPage #archiveList ul > li:not(:nth-child(3n)) > a {
  border-right: 1px solid #444444;
}
#archive.listPage #archiveList ul > li > a {
  padding: clamp(10px, 10px + (15 - 10) * (100vw - 375px) / 1545, 15px) clamp(10px, 10px + (20 - 10) * (100vw - 375px) / 1545, 20px);
}
#archive.listPage #archiveList ul > li > a .thumbnail {
  position: relative;
  aspect-ratio: 530/270;
  border-radius: 10px;
  overflow: hidden;
}
#archive.listPage #archiveList ul > li > a .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#archive.listPage #archiveList ul > li > a .info {
  margin-top: clamp(20px, 20px + (37 - 20) * (100vw - 375px) / 1545, 37px);
  letter-spacing: 0;
}
#archive.listPage #archiveList ul > li > a .info .badge {
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / 1545, 12px);
  padding: 4px 8px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  color: #B8B8B8;
  border-radius: 4px;
  line-height: 1.1666;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#archive.listPage #archiveList ul > li > a .info .title {
  font-size: clamp(19px, 19px + (25 - 19) * (100vw - 375px) / 1545, 25px);
  margin: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / 1545, 20px) 0 clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#archive.listPage #archiveList ul > li > a .info .date {
  font-size: clamp(11px, 11px + (15 - 11) * (100vw - 375px) / 1545, 15px);
  font-weight: 500;
  color: #777777;
  line-height: 1;
}
#archive.listPage #archiveList ul > li > a:hover .thumbnail img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#archive.listPage #archiveList .moreBtn {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 6px 4px;
  margin: clamp(30px, 30px + (75 - 30) * (100vw - 375px) / 1545, 75px) auto 0;
  font-weight: 800;
  line-height: 1.111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#archive.listPage #archiveList .moreBtn img {
  width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#archive.listPage #archiveList .moreBtn:hover img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#archive.viewPage #archiveView .title_wrap {
  padding: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / 1545, 40px) clamp(5px, 5px + (20 - 5) * (100vw - 375px) / 1545, 20px);
  margin-top: clamp(40px, 40px + (75 - 40) * (100vw - 375px) / 1545, 75px);
  grid-template-columns: auto clamp(60px, 60px + (100 - 60) * (100vw - 375px) / 1545, 100px);
  display: grid;
  border-top: 1px solid #333333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#archive.viewPage #archiveView .title_wrap .title {
  font-size: clamp(24px, 24px + (45 - 24) * (100vw - 375px) / 1545, 45px);
  font-weight: 700;
}
#archive.viewPage #archiveView .title_wrap .date {
  font-size: clamp(11px, 11px + (15 - 11) * (100vw - 375px) / 1545, 15px);
  font-weight: 500;
  color: #777777;
  text-align: right;
}
#archive.viewPage #archiveView .content {
  min-height: clamp(180px, 180px + (435 - 180) * (100vw - 375px) / 1545, 435px);
  padding: clamp(20px, 20px + (35 - 20) * (100vw - 375px) / 1545, 35px) clamp(5px, 5px + (20 - 5) * (100vw - 375px) / 1545, 20px);
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  line-height: 1.5;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
#archive.viewPage #archiveView .view_btns {
  margin-top: clamp(15px, 15px + (40 - 15) * (100vw - 375px) / 1545, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#archive.viewPage #archiveView .view_btns .back_btn {
  font-size: clamp(13px, 13px + (18 - 13) * (100vw - 375px) / 1545, 18px);
  font-weight: 500;
  color: #C7C7C7;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#archive.viewPage #archiveView .view_btns .siblings_btn {
  gap: clamp(4px, 4px + (8 - 4) * (100vw - 375px) / 1545, 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#archive.viewPage #archiveView .view_btns .siblings_btn img {
  width: clamp(35px, 35px + (50 - 35) * (100vw - 375px) / 1545, 50px);
  aspect-ratio: 50/51;
}

@media screen and (max-width: 1440px) {
  .pd100 {
    padding: 0 3.5vw;
  }
  #alcFooter .footer_info .company_list {
    gap: clamp(35px, 35px + (50 - 35) * (100vw - 375px) / 1545, 50px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .pd100 {
    padding: 0 3.75vw;
  }
  #alcSec1 .bg {
    height: 210vh;
    height: 210dvh;
  }
  #alcSec2 article {
    padding-top: 0;
  }
  #alcSec5 .strength_list .strength_card {
    padding: 15vh clamp(25px, 25px + (110 - 25) * (100vw - 375px) / 1545, 110px);
  }
  #alcSec8 .network_wrap .area_wrap {
    z-index: 3;
  }
  #alcSec8 .network_wrap .area_wrap > div {
    opacity: 1;
  }
  #alcSec8 .network_wrap .area_wrap > div.area_na {
    top: -14%;
  }
  #alcSec8 .network_wrap .area_wrap > div.area_sa {
    left: 8.5%;
  }
  #alcSec8 .network_wrap .area_wrap > div.area_eu {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .pd100 {
    padding: 0 4.5vw;
  }
  #archive.listPage #archiveList ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #archive.listPage #archiveList ul li:nth-child(3n) > a {
    border-right: 1px solid #444444;
  }
  #archive.listPage #archiveList ul li:nth-child(2n) > a {
    border-right: 0;
  }
  #alcSec1 .bg {
    height: 220vh;
    height: 220dvh;
  }
  #alcSec6 .service_list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  #alcSec8 .network_wrap .area_wrap > div.area_na {
    top: -19%;
  }
  #alcSec8 .network_wrap .area_wrap > div.area_sa {
    left: 4.5%;
  }
  #alcSec8 .network_wrap .area_wrap > div.area_eu {
    top: 24%;
  }
  #alcSec10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #alcSec10 .bg_box {
    aspect-ratio: 960/429;
  }
}
@media screen and (max-width: 540px) {
  .pd100 {
    padding: 0 20px;
  }
  #alcFooter #topBtn {
    top: auto;
    bottom: 40px;
  }
  #archive.listPage #archiveList ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #archive.listPage #archiveList ul li > a {
    border-right: 0 !important;
  }
  #archive.viewPage #archiveView .title_wrap {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  #archive.viewPage #archiveView .title_wrap .title {
    line-height: 1.3;
  }
  #alcSec1 .main_txt {
    padding-bottom: 50px;
  }
  #alcSec1 .bg {
    height: 205vh;
    height: 205dvh;
  }
  #alcSec2 .card_list > li,
  #alcSec3 .card_list > li {
    width: 100%;
    max-width: 100%;
  }
  #alcSec4 .headline > ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 9vw;
  }
  #alcSec4 .headline.top {
    top: 32%;
  }
  #alcSec4 .headline.bottom {
    top: 69%;
  }
  #alcSec4 .headline > ul > li .count_item {
    font-size: 33px;
  }
  #alcSec4 .headline > ul > li .count_item .count_num .count_num_wrap {
    height: 33px;
  }
  #alcSec4 .headline > ul > li .count_item .count_num .count_num_wrap .count_num_item_box {
    height: 330px;
  }
  #alcSec5 .strength_list .strength_card {
    padding: clamp(100px, 100px + (125 - 100) * (100vw - 375px) / 1545, 125px) clamp(25px, 25px + (110 - 25) * (100vw - 375px) / 1545, 110px);
  }
  #alcSec7 .platform_list > li {
    max-width: 100%;
  }
  #alcSec8 .network_wrap .map {
    padding: 65px 0 100px;
  }
  #alcSec8 .network_wrap .area_wrap > div.area_na {
    top: 0;
    left: clamp(-8px, -8px + (0 - -8) * (100vw - 375px) / 1545, 0px);
  }
  #alcSec8 .network_wrap .area_wrap > div.area_sa {
    left: clamp(-8px, -8px + (0 - -8) * (100vw - 375px) / 1545, 0px);
    bottom: 35px;
  }
  #alcSec8 .network_wrap .area_wrap > div.area_eu {
    top: auto;
    bottom: 0;
    right: clamp(-8px, -8px + (0 - -8) * (100vw - 375px) / 1545, 0px);
  }
  #alcSec9 .distributor_wrap .distributor_list > li {
    width: calc((100% - clamp(10px, 10px + (22 - 10) * (100vw - 375px) / 1545, 22px) * 2) / 3);
  }
}/*# sourceMappingURL=alc21.css.map */