@import url("/resource/vendor/fonts/Pretendard/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.container-3xl, .container-25xl, .container-2xl, .container-xl, .container-bl, .container-lg, .container-md, .container-sm, .container-xs {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
  padding-bottom: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
}

@media (max-width: 1320px) {
  .container-3xl, .container-25xl, .container-2xl, .container-xl, .container-bl, .container-lg, .container-md, .container-sm, .container-xs {
    padding-right: clamp(2rem, 0vw + 2rem, 2rem);
    padding-left: clamp(2rem, 0vw + 2rem, 2rem);
  }
}
:root {
  --clr-sheme: "light";
  --fs-base: 62.5%;
  --lh-base: 1.25;
  --lnb-height: 5.4rem;
  --z-header: 10000;
  --z-backdrop: 9998;
  --header-height: 9rem;
  --header-background: transparent;
  --header-flyout-height: 25rem;
  --header-flyout-background: var(--clr-const-black);
  --fm-base: "Pretendard", sans-serif;
  --fm-title: "Pretendard", sans-serif;
  --fm-body: "Pretendard", sans-serif;
  --clr-primary-background: #fff;
  --clr-primary-body: #000000;
  --clr-primary-500: #f384a5;
  --clr-gray-50: #f1f1f1;
  --clr-gray-100: #999999;
  --clr-gray-700: #333333;
  --clr-gray-800: #222222;
  --clr-gray-900: #111111;
}
@media (max-width: 1024px) {
  :root {
    --header-height: 7rem;
  }
}
@media (max-width: 768px) {
  :root {
    --header-height: 5.6rem;
    --lnb-height: 4.8rem;
  }
}

.clr-primary-background {
  color: var(--clr-primary-background);
}

.bg-primary-background {
  background-color: var(--clr-primary-background);
}

.clr-primary-body {
  color: var(--clr-primary-body);
}

.bg-primary-body {
  background-color: var(--clr-primary-body);
}

.clr-primary-500 {
  color: var(--clr-primary-500);
}

.bg-primary-500 {
  background-color: var(--clr-primary-500);
}

.clr-gray-50 {
  color: var(--clr-gray-50);
}

.bg-gray-50 {
  background-color: var(--clr-gray-50);
}

.clr-gray-100 {
  color: var(--clr-gray-100);
}

.bg-gray-100 {
  background-color: var(--clr-gray-100);
}

.clr-gray-700 {
  color: var(--clr-gray-700);
}

.bg-gray-700 {
  background-color: var(--clr-gray-700);
}

.clr-gray-800 {
  color: var(--clr-gray-800);
}

.bg-gray-800 {
  background-color: var(--clr-gray-800);
}

.clr-gray-900 {
  color: var(--clr-gray-900);
}

.bg-gray-900 {
  background-color: var(--clr-gray-900);
}

.fm-base {
  font-family: "Pretendard", sans-serif;
}

.fm-title {
  font-family: "Pretendard", sans-serif;
}

.fm-body {
  font-family: "Pretendard", sans-serif;
}

.container-3xl {
  max-width: 1920px;
}

.container-25xl {
  max-width: 1440px;
}

.container-2xl {
  max-width: 1320px;
}

.container-xl {
  max-width: 1280px;
}

.container-bl {
  max-width: 1200px;
}

.container-lg {
  max-width: 1024px;
}

.container-md {
  max-width: 768px;
}

.container-sm {
  max-width: 544px;
}

.container-xs {
  max-width: 375px;
}

.section-xl {
  padding-bottom: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
  padding-top: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
}

.section-lg {
  padding-bottom: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
  padding-top: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
}

.section-md {
  padding-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}

.content-module {
  height: clamp(49.3rem, 12.8802588997vw + 44.4699029126rem, 69.2rem);
}

.--ls-t {
  letter-spacing: clamp(0.325rem, 0.2103559871vw + 0.2461165049rem, 0.65rem);
}

.content-base {
  padding-top: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}

.content-desc {
  padding-top: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}

.content-block {
  padding-top: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
}

.section-visual {
  padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  height: clamp(27.5rem, 13.5922330097vw + 22.4029126214rem, 48.5rem);
}

.f-heading-1 {
  font-size: clamp(3.6rem, 1.8122977346vw + 2.9203883495rem, 6.4rem);
  line-height: 1.21;
  font-weight: 600;
}

.f-heading-2 {
  font-size: clamp(3.2rem, 1.4239482201vw + 2.6660194175rem, 5.4rem);
  line-height: 1.21;
  font-weight: 600;
}

.f-heading-3 {
  font-size: clamp(2.8rem, 0.5177993528vw + 2.6058252427rem, 3.6rem);
  line-height: 1.41;
  font-weight: 600;
}

.f-heading-4 {
  font-size: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  line-height: 1.3;
  font-weight: 600;
}

.f-heading-5 {
  font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  line-height: 1.41;
  font-weight: 600;
}

.f-body-1 {
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
  line-height: 1.41;
  font-weight: 400;
}

.f-body-2 {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  line-height: 1.41;
  font-weight: 400;
}

.f-body-3 {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  line-height: 1.41;
  font-weight: 400;
}

.f-body-4 {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  line-height: 1.41;
  font-weight: 400;
}

.f-body-5 {
  font-size: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  line-height: 1.41;
  font-weight: 400;
}

.s-heading-xl {
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.1rem;
}
@media (max-width: 1024px) {
  .s-heading-xl {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .s-heading-xl {
    font-size: 3.2rem;
  }
}

.s-body-l {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .s-body-l {
    font-size: 2rem;
  }
}

.vh-25 {
  min-height: 25dvh;
}

.vh-50 {
  min-height: 50dvh;
}

.vh-75 {
  min-height: 75dvh;
}

.vh-100 {
  min-height: 100dvh;
}

.vh-125 {
  min-height: 125dvh;
}

.vh-150 {
  min-height: 150dvh;
}

.vh-175 {
  min-height: 175dvh;
}

.vh-200 {
  min-height: 200dvh;
}

.vh-250 {
  min-height: 250dvh;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fw-1000 {
  font-weight: 1000;
}

.--tac {
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  color-scheme: var(--clr-sheme);
  color: var(--clr-base-body);
  font-size: var(--fs-base);
  font-family: var(--fm-base);
  overflow-x: hidden;
}
html[lang=ko] {
  font-family: var(--fm-body);
}
html.lock {
  overflow-y: hidden;
}

body {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  line-height: 1.6;
  word-break: keep-all;
  background-color: #fff;
}
body.lock {
  overflow-y: hidden;
}

::selection {
  background: var(--clr-primary-500);
  color: #fff;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
}

a {
  color: var(--clr-base-body);
  text-decoration: none;
}

em,
address {
  font-style: normal;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--clr-base-body);
}

label {
  cursor: pointer;
}

textarea {
  resize: none;
}

input,
textarea,
select,
option {
  border: none;
  outline: none;
  color: var(--clr-base-body);
  font-family: var(--fm-base);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  opacity: 0.25 !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: var(--clr-primary-500);
  transition: all 0.3s;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

.hidden {
  overflow: hidden;
}

.bg {
  position: relative;
}
.bg::before {
  content: "";
  position: absolute;
  background-color: var(--clr-gray-50);
  width: 100vw;
  height: 100%;
  left: calc(-50vw + 50%);
  top: 0;
}

.no-article {
  margin-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}

.btn-base {
  padding: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem) clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  border-radius: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  transition: border 0.3s, background-color 0.3s, color 0.3s;
  color: #fff;
  max-height: 4.4rem;
  border: 1px solid #fff;
  width: max-content;
  gap: 1rem;
  line-height: 1.21;
}
.btn-base i {
  font-size: 1.8rem;
  transform: rotate(-45deg);
  transition: color 0.3s, transform .3s;
}
.btn-base:hover {
  border: 1px solid var(--clr-primary-500) !important;
  color: var(--clr-primary-500) !important;
}
.btn-base:hover i {
  color: var(--clr-primary-500) !important;
}
.btn-base.diff {
  border: 1px solid #000;
  color: #000;
  max-height: 5.1rem;
  line-height: 1.41;
  gap: 1.2rem;
}
.btn-base.diff i {
  color: #000;
  transform: rotate(0);
}

.bullet::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  min-width: 0.6rem;
  min-height: 0.6rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  left: 0;
  top: 0.9rem;
  margin-right: 1rem;
  position: relative;
  display: block;
}

.opt-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .opt-top {
    align-items: flex-start;
  }
}
.opt-top .search-box {
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: #ecf6f2;
  border: 1px solid rgba(27, 50, 51, 0.3);
  border-radius: 5.5rem;
  height: 5.2rem;
  padding: 0 2.4rem;
}
.opt-top .search-box:active, .opt-top .search-box:hover {
  border: 1px solid #1b3233;
}
@media (max-width: 768px) {
  .opt-top .search-box {
    width: 100%;
  }
}
.opt-top .search-box input {
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  font-weight: 300;
  color: var(--clr-gray-prm);
}
.opt-top .search-box input::placeholder {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  font-weight: 300;
  color: var(--clr-gray-prm);
}
.opt-top .search-box input:focus {
  border: none;
}
.opt-top .search-box button i {
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}

.reveal {
  background-color: transparent;
}
.reveal span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pt12 {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.pb12 {
  padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.marce {
  font-family: "Marcellus", serif;
  font-weight: 400 !important;
}

@media (max-width: 768px) {
  .md-rm {
    display: none;
  }
}

.f-wrap {
  display: flex;
  align-items: center;
}

.videomodal {
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}
.videomodal.show .modal-content {
  opacity: 1;
}
.videomodal .modal-content {
  position: relative;
  padding: 2rem;
  max-width: 82rem;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
}
.videomodal .videoclose {
  position: absolute;
  top: -2rem;
  right: 2rem;
  font-size: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
  cursor: pointer;
  color: #fff;
}
.videomodal .videocontainer {
  max-width: 80rem;
  height: clamp(27rem, 11.6504854369vw + 22.6310679612rem, 45rem);
  width: 100%;
  height: 100%;
}
.videomodal .videocontainer iframe {
  height: clamp(27rem, 11.6504854369vw + 22.6310679612rem, 45rem) !important;
}

header .no-header {
  width: 100%;
  height: 100%;
  transition: ease all 0.4s;
  z-index: 100000;
  top: 0;
  width: 100%;
  position: fixed;
  overflow: hidden;
  height: 8rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  header .no-header {
    height: 6.6rem;
  }
}
header .no-header .no-header__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  max-width: 128rem;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1320px) {
  header .no-header .no-header__inner {
    padding: 0 2rem;
  }
}
header .no-header .no-header__inner .no-header__logo {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .no-header .no-header__inner .no-header__logo a {
  max-width: clamp(12rem, 3.8834951456vw + 10.5436893204rem, 18rem);
  width: clamp(12rem, 3.8834951456vw + 10.5436893204rem, 18rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
header .no-header .no-header__inner .no-header__logo a .color {
  display: none;
}
header .no-header .no-header__inner .no-header__menu {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  padding-right: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
@media (max-width: 1024px) {
  header .no-header .no-header__inner .no-header__menu {
    display: none;
  }
}
header .no-header .no-header__inner .no-header__menu .no-header__menu--gnb {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 4.8rem;
}
header .no-header .no-header__inner .no-header__menu .no-header__menu--gnb > li {
  height: 100%;
  position: relative;
}
header .no-header .no-header__inner .no-header__menu .no-header__menu--gnb > li:hover > a {
  color: var(--clr-primary-500) !important;
}
header .no-header .no-header__inner .no-header__menu .no-header__menu--gnb > li:hover > a::before {
  opacity: 1;
  top: 1.2rem;
}
header .no-header .no-header__inner .no-header__menu .no-header__menu--gnb > li > a {
  transition: ease all 0.3s;
  color: #fff;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .no-header .no-header__inner .no-header__menu .no-header__menu--gnb > li > a.active {
  color: var(--clr-primary-500) !important;
}
header .no-header .no-header__inner .no-header__menu .no-header__menu--gnb > li > a::before {
  content: "";
  right: 0;
  top: 0.4rem;
  width: clamp(0.6rem, 0.1294498382vw + 0.5514563107rem, 0.8rem);
  height: clamp(0.6rem, 0.1294498382vw + 0.5514563107rem, 0.8rem);
  border-radius: 50%;
  background-color: var(--clr-primary-500);
  position: absolute;
  transition: all 0.3s;
  opacity: 0;
}
header .no-header.active, header .no-header.scroll {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
header .no-header.active .no-header__logo a .color, header .no-header.scroll .no-header__logo a .color {
  display: block;
}
header .no-header.active .no-header__logo a .white, header .no-header.scroll .no-header__logo a .white {
  display: none;
}
header .no-header.active .no-header__menu--gnb > li > a, header .no-header.scroll .no-header__menu--gnb > li > a {
  color: #000 !important;
}
header .no-header.active .btn-base, header .no-header.scroll .btn-base {
  border: 1px solid #000;
  color: #000;
}
header .no-header.active .btn-base i, header .no-header.scroll .btn-base i {
  color: #000;
}
.no-header.scroll .btn-base:hover i {
  transform: rotate(-45deg) translate(.2rem);
}
header .no-header.active .no-header__btn span, header .no-header.scroll .no-header__btn span {
  background-color: #000;
}

.header-opt {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
@media (max-width: 375px) {
  .header-opt {
    gap: 1.2rem;
  }
}

.no-header__btn {
  position: relative;
  width: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  z-index: 1200;
  flex-direction: column;
  gap: 1rem;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .no-header__btn {
    display: flex;
  }
}
.no-header__btn span {
  left: 0;
  width: 100%;
  height: 2px;
  transition: ease all 0.3s;
  border-radius: 1.2rem;
  background-color: #fff;
  display: block;
}
.no-header__btn-line-top {
  top: 0px;
  background-color: var(--clr-gray-800);
}
.no-header__btn-line-top.active {
  transform: translate(0px, 6px) rotate(45deg);
}
.no-header__btn-line-bottom {
  top: 14px;
  background-color: var(--clr-gray-800);
}
.no-header__btn-line-bottom.active {
  transform: translate(0px, -6px) rotate(-45deg);
}

.no-header__m {
  width: 45%;
  height: 100vh;
  position: fixed;
  z-index: 10001;
  right: -45%;
  transition: ease all 0.3s;
  background-color: #fff;
}
.no-header__m.active {
  right: 0%;
}
.no-header__m .no-header__m-nav {
  height: 100%;
}
.no-header__m .no-header__m-nav .no-header__m-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.no-header__m .no-header__m-nav .no-header__m-menu .no-header__m--gnb:nth-child(1) > li {
  border-top: 1px solid #e7e7e7;
}
.no-header__m .no-header__m-nav .no-header__m-menu .no-header__m--gnb > li {
  border-bottom: 1px solid #e7e7e7;
}
.no-header__m .no-header__m-nav .no-header__m-menu .no-header__m--gnb > li > a {
  position: relative;
}

.no-header__m--gnb--arrow {
  transform: rotate(-90deg);
}

.no-header__m--gnb i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: var(--clr-gray-800);
}

.no-header__m--gnb-title > a {
  display: flex;
  padding: 1.5rem clamp(2.5rem, 0.3236245955vw + 2.3786407767rem, 3rem);
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.no-header__m--gnb-title > a p,
.no-header__m--gnb-title > a i {
  transition: color 0.3s;
}
.no-header__m--gnb-title > a:hover p {
  color: var(--clr-primary-500);
}
.no-header__m--gnb-title > a:hover i {
  color: var(--clr-primary-500) !important;
}

.no-header__popup-bg {
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  display: none;
}
.no-header__popup-bg.active {
  display: block;
}

.no-header__arrow {
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  transition: ease all 0.3s;
}
.no-header__arrow.active {
  transform: rotate(180deg);
}

.quick_menu {
  position: fixed;
  display: flex;
  align-items: flex-end;
  z-index: 9999;
  right: 2rem;
  bottom: 2rem;
  flex-direction: column;
  gap: 2rem;
}
.quick_menu .contact-btn {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
.quick_menu .contact-btn li a {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  height: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.quick_menu .contact-btn li a:hover svg path {
  fill: var(--clr-primary-500) !important;
}
.quick_menu .contact-btn li a svg {
  width: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.quick_menu .contact-btn li a svg path {
  transition: fill 0.3s;
}
.quick_menu.sticky-stop {
  position: absolute;
}

.quick_menu .top_btn {
  position: relative;
  width: 0rem;
  height: 0rem;
  background: var(--clr-primary-500);
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  transform: scale(0);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, width 0.6s, height 0.6s;
  transform-origin: center;
  opacity: 0;
}

.quick_menu .top_btn.show {
  transform: scale(1);
  opacity: 1;
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  height: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}

.quick_menu .top_btn:hover i {
  bottom: 4rem;
  transition: all 0.6s;
}

.quick_menu .top_btn:hover::after {
  bottom: 4rem;
  transition: all 0.6s;
}

.quick_menu .top_btn ::after {
  content: "";
  background-image: url(/resource/images/icon/top_arrow.svg);
  width: 1.2rem;
  height: 1.6rem;
  background-size: cover;
  display: block;
  margin-top: 4rem;
  position: relative;
  transition: all 0.3s;
  bottom: 0;
}

.quick_menu .top_btn i {
  background-image: url(/resource/images/icon/top_arrow.svg);
  width: 1.2rem;
  height: 1.6rem;
  background-size: cover;
  display: block;
  position: relative;
  bottom: 0;
}

.no-footer {
  width: 100%;
  position: relative;
  padding: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem) 0 clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.no-footer .container-xl {
  padding: 0;
}
@media (max-width: 1320px) {
  .no-footer .container-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.no-footer__logo {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-footer__logo a {
  width: clamp(20rem, 2.5889967638vw + 19.0291262136rem, 24rem);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-footer__menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.no-footer__menu li {
  text-align: center;
}

@media (max-width: 768px) {
  .no-footer__menu {
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
  }
}
.no-footer__menu--wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.no-footer__menu--wrap a {
  font-weight: 500;
}

.no-footer__menu--gnb > li:first-child > a::before {
  display: none;
}

.no-footer__menu--gnb > li > a {
  font-weight: 500;
  color: #000;
  line-height: 1.21;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 544px) {
  .no-footer__menu--gnb > li > a {
    margin: 1rem;
  }
}
.no-footer__menu--gnb > li > a::before {
  content: "";
  position: relative;
  top: 0;
  right: 0;
  width: 0.1rem;
  height: 1.6rem;
  background-color: rgba(0, 0, 0, 0.16);
  display: block;
  margin: clamp(1rem, 0.5177993528vw + 0.8058252427rem, 1.8rem);
}
@media (max-width: 544px) {
  .no-footer__menu--gnb > li > a::before {
    display: none;
  }
}
.no-footer__menu--gnb > li > a:hover {
  text-decoration: underline;
}

.no-footer__info {
  padding-top: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .no-footer__info {
    flex-direction: column;
    gap: 4.8rem;
    align-items: flex-start;
  }
}

.no-footer__info .footer-address li {
  width: 100%;
  max-width: clamp(32rem, 27.8317152104vw + 21.5631067961rem, 75rem);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 1.6rem;
}
.no-footer__info .footer-address li p {
  line-height: 1.21;
}
.no-footer__info .footer-address li p b {
  margin-right: 0.6rem;
  color: #333;
}
.no-footer__info .footer-address li p span {
  font-weight: 500;
  color: #000;
}

.no-footer__info--other {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.no-footer__info--other .sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
}
@media (max-width: 1024px) {
  .no-footer__info--other .sns {
    justify-content: flex-start;
  }
}
.no-footer__info--other .sns img {
  width: clamp(2.4rem, 0.2588996764vw + 2.3029126214rem, 2.8rem);
}
.no-footer__info--other .sns img:hover {
  opacity: 0.8;
}
.no-footer__info--other address {
  margin-top: 1.2rem;
}

.form-popup {
  width: 920px;
  height: 79vh;
  max-height: 735px;
  background: #fff;
  padding: 80px 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  display: none;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .form-popup {
    width: 90%;
  }
}
@media (max-width: 544px) {
  .form-popup {
    padding: 6rem 0;
  }
}
.form-popup i {
  width: clamp(3.5rem, 0.6472491909vw + 3.2572815534rem, 4.5rem);
  height: clamp(3.5rem, 0.6472491909vw + 3.2572815534rem, 4.5rem);
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
  right: 3rem;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-popup .title {
  margin-bottom: 10px;
  padding: 0 clamp(1rem, 1.9417475728vw + 0.2718446602rem, 4rem);
}
.form-popup .title p {
  font-size: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  font-weight: 700;
  padding: 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.form-popup .content {
  height: calc(100% - 68px);
  padding-left: clamp(1rem, 1.9417475728vw + 0.2718446602rem, 4rem);
  padding-right: clamp(1rem, 1.9417475728vw + 0.2718446602rem, 4rem);
}
.form-popup .content .scroll-box {
  height: 100%;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 1rem;
  overflow-y: scroll;
}
.form-popup .content .scroll-box ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.form-popup .content .scroll-box ul li h3 {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  font-weight: 500;
  color: var(--clr-gray-900);
  margin-bottom: 0.5rem;
}
.form-popup .content .scroll-box ul li p {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: var(--clr-gray-900);
}

.popup-bg {
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
.popup-bg.active {
  display: block;
}
.no-board-pagination {
  margin-top: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-board-pagination .prevnext {
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  align-items: center;
  justify-content: center;
  margin: 0 2.4rem;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.no-board-pagination .prevnext i {
  font-size: 1.6rem;
  opacity: 1;
  mix-blend-mode: difference;
}
.no-board-pagination ul {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.no-board-pagination ul li a {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  line-height: 1;
  font-size: 1.6rem;
  transition: all .3s;
}
.no-board-pagination ul li a:hover {
  background-color: var(--clr-gray-50);
  border: 1px solid transparent;
}
.no-board-pagination ul li a.active {
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}

.no-sub-visual {
  width: 100%;
  overflow: hidden;
  position: sticky;
  z-index: 1;
  top: clamp(6.6rem, 0.9061488673vw + 6.2601941748rem, 8rem);
  height: clamp(48rem, 3.8834951456vw + 46.5436893204rem, 54rem);
  margin-top: clamp(6.6rem, 0.9061488673vw + 6.2601941748rem, 8rem);
}
.no-sub-visual figure {
  width: 100%;
  height: 100%;
  animation: bgscale 10s forwards;
}
@keyframes bgscale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.no-sub-visual figure img {
  height: 100%;
  object-fit: cover;
}
.no-sub-visual hgroup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
}
.no-sub-visual hgroup p {
  margin-bottom: 1.6rem;
  opacity: 0;
  transform: translateY(-2rem);
}
.no-sub-visual hgroup h2 {
  font-weight: 700;
  overflow: hidden;
}
.no-sub-visual hgroup h2 span {
  opacity: 0;
}
.no-sub-visual hgroup .btn-wrap{
	display: flex;
	justify-content: center;
	margin-top: clamp(3.2rem, 1.4239482201vw + 2.6660194175rem, 5.4rem);
	gap: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
	flex-wrap: wrap;
	padding: 0 2rem;
}
.no-sub-visual hgroup .btn-wrap .btn-base{
	margin: 0 0;
	min-width: 16.5rem;
}
.no-sub-visual hgroup .btn-base{
  margin: 0 auto;
  margin-top: clamp(3.2rem, 1.4239482201vw + 2.6660194175rem, 5.4rem);
  background-color: #fff;
  color: var(--clr-gray-800);
  opacity: 0;
  transform: translateY(2rem);
}
.no-sub-visual hgroup .btn-base:hover i {
    transform: rotate(-45deg) translate(.2rem);
}
.cta {
  margin-top: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
  border-radius: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  overflow: hidden;
  position: relative;
  max-width: 128rem;
  opacity: 0;
}
.wave-circle {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.wave-circle.wave-eyefat {
	left: 73%;
	top: 55%;
}
@media (max-width: 544px) {
	.wave-circle.wave-eyefat {
		left: 80%;
	}
}
.wave-circle.wave-facelift {
	left: 63%;
	top: 75%;
}
@media (max-width: 544px) {
	.wave-circle.wave-facelift {
		left: 70%;
	}
}
.wave-circle.wave-headlift {
	left: 65%;
	top: 25%;
}
@media (max-width: 544px) {
	.wave-circle.wave-headlift {
		left: 70%;
	}
}
.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: wave 4s infinite;
  opacity: 0;
}

.circle1 {
  animation-delay: 0s;
}

.circle2 {
  animation-delay: 1s;
}

.circle3 {
  animation-delay: 2s;
}

.circle4 {
  animation-delay: 3s;
}

@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(4); 
    opacity: 0;
  }
}

@media (max-width: 544px) {
  @keyframes wave {
    0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 0.7;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      transform: translate(-50%, -50%) scale(2.5);
      opacity: 0;
    }
  }
}

.cta figure {
  overflow: hidden;
  border-radius: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  display: flex;
}
.cta figure img {
  border-radius: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  overflow: hidden;
  object-fit: cover;
  min-height: 24rem;
}
.cta .txt {
  color: #fff;
  left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  top: clamp(2.5rem, 1.6181229773vw + 1.8932038835rem, 5rem);
  position: absolute;
  z-index: 2;
  padding: 0;
}
.cta .txt h2 {
  font-size: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.cta .txt p {
  font-weight: 500;
  margin-top: 1rem;
}
.cta .txt .btn-base {
  background-color: #fff;
  color: var(--clr-gray-800);
  margin-top: clamp(3.2rem, 1.4239482201vw + 2.6660194175rem, 5.4rem);
}
.cta .txt .btn-base:hover i{
  transform: rotate(-45deg) translate(.2rem);
}
.cta-container {
  display: flex;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 1024px) {
  .cta-container {
    flex-direction: column;
  }
  .cta-container .cta:nth-child(2) {
    margin-top: 0;
  }
}
.cta-container figure img {
  min-height: clamp(27rem, 17.4757281553vw + 20.4466019417rem, 54rem);
}

.base-hg img {
  position: absolute;
  width: clamp(2rem, 0.5825242718vw + 1.7815533981rem, 2.9rem);
  left: clamp(16.5rem, 6.4724919094vw + 14.072815534rem, 26.5rem);
  z-index: -1;
}
.base-hg h2 {
  letter-spacing: -0.3rem;
  margin-bottom: 0.8rem;
  color: var(--clr-gray-900);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
	.base-hg img{

	}
}
.base-hg p {
  color: var(--clr-gray-700);
  line-height: 1.51;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  opacity: 0;
  transform: translateY(2rem);
}

.no-visual {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.no-visual .no-main-slider {
  position: relative;
  height: 100%;
}
.no-visual .no-main-slider .swiper-slide-active figure {
  animation: bgscale 10s forwards;
}
@keyframes bgscale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.no-visual .no-main-slider .container-xl {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.no-visual .no-main-slider .container-xl hgroup {
  text-align: center;
}
.no-visual .no-main-slider .container-xl hgroup h2 {
  color: #fff;
  opacity: 0;
  font-size: clamp(2.8rem, 2.3300970874vw + 1.9262135922rem, 6.4rem);
  line-height: 1.3
}
.no-visual .no-main-slider .container-xl hgroup h2 .st_c_c {
  display: inline-block;
  animation: slide-from-bottom 800ms ease-out 0ms 1;
  animation-timing-function: cubic-bezier(0.1, 0, 0, 1);
  animation-fill-mode: both;
  white-space: pre;
}
.no-visual .no-main-slider .container-xl hgroup h2 .st_c {
  display: inline-block;
  overflow: hidden;
}
@keyframes slide-from-bottom {
  from {
    transform: translateY(100%);
  }
}
@keyframes slide-from-top {
  from {
    transform: translateY(-100%);
  }
}
@keyframes slide-from-left {
  from {
    transform: translateX(-100%);
  }
}
@keyframes slide-from-right {
  from {
    transform: translateX(100%);
  }
}
.no-visual .no-main-slider .container-xl hgroup p {
  color: #fff;
  font-weight: 500;
  font-size: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  opacity: 0;
}
.no-visual .no-main-slider .container-xl hgroup p b {
  font-weight: 700;
}
.no-visual .no-main-slider .container-xl hgroup a {
  color: #fff;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
  padding-bottom: 0.8rem;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.no-visual .no-main-slider .container-xl hgroup a::before, .no-visual .no-main-slider .container-xl hgroup a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  transition: transform 0.6s;
}
.no-visual .no-main-slider .container-xl hgroup a::before {
  transform: scaleX(1);
  transform-origin: right;
}
.no-visual .no-main-slider .container-xl hgroup a::after {
  transform: scaleX(0);
  transform-origin: left;
}
.no-visual .no-main-slider .container-xl hgroup a:hover::before {
  transform: scaleX(0);
}
.no-visual .no-main-slider .container-xl hgroup a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.no-visual .no-main-slider ul li figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
}
.no-visual .no-main-slider ul li figure img {
  object-fit: cover;
}
.no-visual .no-main-slider ul li figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.36);
  width: 100%;
  height: 100%;
}
.no-visual .no-main-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 1.6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
}
.no-visual .no-main-slider .swiper-pagination-bullet {
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  height: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  border-radius: 0.6rem;
  background: none;
}

.no-visual .no-main-slider .swiper-pagination-bullet span{
  background-size: cover;
  background-position: center;
  border-radius: 0.6rem;
  border: 2px solid transparent;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  display: block;
  transition: border-color 0.3s, opacity 0.3s, transform 0.3s;
}
.no-visual .no-main-slider .swiper-pagination-bullet-active span {
  border-color: #fff;
  transform: scale(1.1);
  opacity: 1;
}
.no-visual .no-main-slider .swiper-pagination-bullet:hover span {
  border-color: #fff;
  transform: scale(1.1);
  opacity: 1;
}
.no-visual .no-main-slider .scroll-line {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
  transition: opacity 0.3s;
}
.no-visual .no-main-slider .scroll-line.scroll {
  opacity: 0;
}
.no-visual .no-main-slider .scroll-line p {
  color: #fff;
  margin-bottom: 0.4rem;
  line-height: 1.21;
}
.no-visual .no-main-slider .scroll-line .line {
  position: relative;
  width: 0.12rem;
  height: 8rem;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  z-index: 2;
}
.no-visual .no-main-slider .scroll-line .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.12rem;
  height: 3rem;
  background-color: #fff;
  animation: scrolldown 2s infinite;
}
@keyframes scrolldown {
  0% {
    top: -20%;
  }
  100% {
    top: 120%;
  }
}

.no-story {
  position: relative;
  z-index: 2;
  overflow: hidden;
  overflow-x: hidden;
}
.no-story .section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.no-story .section-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.no-story .container-xl {
  position: relative;
  z-index: 2;
}
.no-story .f-wrap {
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.no-story .main-story-slider {
  overflow: hidden;
  border-radius: 1rem;
}
.no-story .main-story-slider ul li a:hover img {
  transform: scale(1.05);
}
.no-story .main-story-slider ul li a figure {
  border-radius: 1rem;
  position: relative;
  display: flex;
  padding-bottom: 72.97%;
  overflow: hidden;
  margin-bottom: 1.6rem;
  max-width: 29.6rem;
}
@media (max-width: 768px) {
  .no-story .main-story-slider ul li a figure {
    max-width: 34.8rem;
  }
}
.no-story .main-story-slider ul li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
  height: 100%;
  object-fit: cover;
}
.no-story .main-story-slider ul li a h3 {
  margin-bottom: 0.8rem;
  color: #000;
  font-weight: 600;
  line-height: 1.33;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.no-story .main-story-slider ul li a span {
  color: var(--clr-gray-100);
  line-height: 1.33;
}
.no-story .main-story-slider .swiper-controller {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.8rem;
  width: 100%;
}
.no-story .main-story-slider .swiper-controller .swiper-pagination-custom {
  width: auto;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  margin: 0 clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-story .main-story-slider .swiper-controller .swiper-pagination-custom span {
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #000;
}
.no-story .main-story-slider .swiper-controller .swiper-pagination-custom .slash {
  font-weight: 400;
  color: #ddd;
}
.no-story .main-story-slider .swiper-controller .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
}
.no-story .main-story-slider .swiper-controller .arrow::after {
  display: none;
}
.no-story .main-story-slider .swiper-controller .arrow i {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}

.no-shorts {
  position: relative;
  z-index: 2;
  overflow: hidden;
  overflow-x: hidden;
}
.no-shorts::before {
  content: "";
  width: clamp(10rem, 5.1779935275vw + 8.0582524272rem, 18rem);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 3;
}
@media (max-width: 768px) {
  .no-shorts::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .no-shorts::after {
    display: none;
  }
}
.no-shorts .container-xl {
  position: relative;
  z-index: 2;
}
.no-shorts .f-wrap {
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.no-shorts .f-wrap .swiper-controller {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.no-shorts .f-wrap .swiper-controller .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  width: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  height: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  border: 1px solid #666;
  border-radius: 50%;
  transition: background-color .3s;
}
.no-shorts .f-wrap .swiper-controller .arrow:hover{
	background-color: var(--clr-gray-50);
}
.no-shorts .f-wrap .swiper-controller .arrow::after {
  display: none;
}
.no-shorts .f-wrap .swiper-controller .arrow i {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-shorts ul	{
	grid-template-columns: repeat(99, 1fr);
	display: grid;
}
.no-shorts ul li a {
  position: relative;
}
.no-shorts ul li a:hover > img {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.no-shorts ul li a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  width: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  z-index: 2;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.no-shorts ul li a figure {
  position: relative;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 1.6rem;
  padding-bottom: 140.74%;
}
.no-shorts ul li a figure img {
  border-radius: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.no-shorts .swiper-pagination-progressbar {
  position: relative;
  margin-top: 4rem;
  border-radius: 5.5rem;
}
.no-shorts .swiper-pagination-progressbar-fill {
  border-radius: 5.5rem;
  background-color: #3c3c3c;
}

.no-facelift {
  position: relative;
  z-index: 2;
  overflow: hidden;
  overflow-x: hidden;
}
.no-facelift .section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.no-facelift .section-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.no-facelift .container-xl {
  position: relative;
  z-index: 2;
}
.no-facelift .f-wrap {
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.no-facelift .video-wrap {
  display: flex;
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  height: clamp(15rem, 20.0647249191vw + 7.4757281553rem, 46rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-facelift .video-wrap {
    flex-direction: column;
    height: auto;
  }
}
.no-facelift .video-wrap .import-video {
  position: relative;
  width: 100%;
  min-width: clamp(24rem, 31.715210356vw + 12.1067961165rem, 73rem);
}
@media (max-width: 768px) {
  .no-facelift .video-wrap .import-video {
    width: 100%;
  }
}
.no-facelift .video-wrap .import-video a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.no-facelift .video-wrap .import-video a:hover > img {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.no-facelift .video-wrap .import-video a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  width: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  z-index: 2;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.no-facelift .video-wrap .import-video a figure {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 1.2rem;
  width: 100%;
  padding-bottom: 52.5%;
}
.no-facelift .video-wrap .import-video a figure img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
}
.no-facelift .video-wrap .video-scroll {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  overflow-y: scroll;
}
.no-facelift .video-wrap .video-scroll::-webkit-scrollbar {
  width: 3px;
  height: 6px;
}
.no-facelift .video-wrap .video-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #ddd;
  transition: all 0.3s;
}
.no-facelift .video-wrap .video-scroll::-webkit-scrollbar-track {
  background-color: #fff;
}
@media (max-width: 768px) {
  .no-facelift .video-wrap .video-scroll {
    max-height: 40rem;
  }
}
.no-facelift .video-wrap .video-scroll li {
  width: 100%;
}
.no-facelift .video-wrap .video-scroll li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: stretch;
  gap: 2rem;
}
.no-facelift .video-wrap .video-scroll li a:hover .group > img {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.no-facelift .video-wrap .video-scroll li a .group {
  position: relative;
  min-width: 50%;
}
.no-facelift .video-wrap .video-scroll li a .group > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  width: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
  z-index: 2;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.no-facelift .video-wrap .video-scroll li a .group figure {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 1.2rem;
  width: 100%;
  padding-bottom: 58.3%;
  
}
.no-facelift .video-wrap .video-scroll li a .group figure img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.no-facelift .video-wrap .video-scroll li a .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 1rem;
}
.no-facelift .video-wrap .video-scroll li a .txt h3 {
  font-weight: 600;
  color: var(--clr-gray-800);
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .no-facelift .video-wrap .video-scroll li a .txt h3 {
    -webkit-line-clamp: 2;
  }
}
.no-facelift .video-wrap .video-scroll li a .txt span {
  color: #666;
}

.no-headlift {
  position: relative;
  z-index: 2;
  overflow: hidden;
  overflow-x: hidden;
}
.no-headlift .section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.no-headlift .section-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.no-headlift .container-xl {
  position: relative;
  z-index: 2;
}
.no-headlift .f-wrap {
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.no-headlift .main-headlift-slider {
  border-radius: 1.6rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
}
.no-headlift .main-headlift-slider ul li {
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  border-radius: 1.6rem;
  overflow: hidden;
  max-width: 40.5rem;
}
@media (max-width: 544px) {
  .no-headlift .main-headlift-slider ul li {
    max-width: 100%;
  }
}
.no-headlift .main-headlift-slider ul li a:hover figure::before {
  opacity: 1 !important;
}
.no-headlift .main-headlift-slider ul li a:hover figure img {
  transform: scale(1.05);
}
.no-headlift .main-headlift-slider ul li a:hover figure .btn-base {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.no-headlift .main-headlift-slider ul li a figure {
  position: relative;
  display: flex;
  padding-bottom: 69.14%;
  overflow: hidden;
}
.no-headlift .main-headlift-slider ul li a figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.72);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.no-headlift .main-headlift-slider ul li a figure .btn-base {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  z-index: 2;
  color: #fff;
  border-color: #fff;
  opacity: 0;
  transition: all 0.6s;
}
.no-headlift .main-headlift-slider ul li a figure .btn-base i {
  color: #fff;
}
.no-headlift .main-headlift-slider ul li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
  height: 100%;
  object-fit: cover;
}
.no-headlift .main-headlift-slider ul li a .txt {
  padding: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem) clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem) clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-headlift .main-headlift-slider ul li a .txt h3 {
  margin-bottom: 1.2rem;
  color: #000;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.no-headlift .main-headlift-slider ul li a .txt p {
  color: var(--clr-gray-700);
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.41;
}
.no-headlift .swiper-controller {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + clamp(-5rem, 16.1812297735vw - 11.067961165rem, 20rem));
  left: 0;
  top: 50%;
  transform: translate(-7%, 0%);
}
@media (max-width: 1920px) {
  .no-headlift .swiper-controller {
    transform: translate(-5%, 0%);
  }
}
@media (max-width: 1440px) {
  .no-headlift .swiper-controller {
    position: relative;
    width: min-content;
    justify-content: center;
    margin: 0 auto;
    gap: 1.6rem;
    margin-top: 4rem;
    transform: translate(0, 0);
  }
}
.no-headlift .swiper-controller .swiper-pagination-custom {
  width: auto;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.7);
  align-items: center;
  margin: 0 clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  display: none;
}
@media (max-width: 1440px) {
  .no-headlift .swiper-controller .swiper-pagination-custom {
    display: flex;
  }
}
.no-headlift .swiper-controller .swiper-pagination-custom span {
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #000;
}
.no-headlift .swiper-controller .swiper-pagination-custom .slash {
  font-weight: 400;
  color: #ddd;
}
.no-headlift .swiper-controller .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
}
.no-headlift .swiper-controller .arrow::after {
  display: none;
}
.no-headlift .swiper-controller .arrow i {
  font-size: clamp(1.6rem, 2.071197411vw + 0.8233009709rem, 4.8rem);
}

.main-marquee {
  position: relative;
  overflow-x: hidden;
}
.main-marquee > div {
  display: flex;
}
.main-marquee img {
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
}
@media (max-width: 768px) {
  .main-marquee img {
    width: 50%;
  }
}

.no-eyefat {
  position: relative;
  z-index: 2;
  overflow: hidden;
  overflow-x: hidden;
}
.no-eyefat .section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.no-eyefat .section-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.no-eyefat .container-xl {
  position: relative;
  z-index: 2;
}
.no-eyefat .f-wrap {
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.no-eyefat .f-wrap .swiper-controller {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.no-eyefat .f-wrap .swiper-controller .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  width: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  height: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  border: 1px solid #666;
  border-radius: 50%;
  transition: background-color .3s;
}
.no-eyefat .f-wrap .swiper-controller .arrow:hover{
	background-color: var(--clr-gray-50);
}
.no-eyefat .f-wrap .swiper-controller .arrow::after {
  display: none;
}
.no-eyefat .f-wrap .swiper-controller .arrow i {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-eyefat ul li a {
  position: relative;
}
.no-eyefat ul li a:hover figure {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}
.no-eyefat ul li a:hover img {
  transform: scale(1.05);
}
.no-eyefat ul li a figure {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 1.6rem;
  padding-bottom: 62.5%;
  transition: all 0.6s;
  max-width: 62.4rem;
}
@media (max-width: 768px) {
  .no-eyefat ul li a figure {
	max-width: 100%;
  }
}
.no-eyefat ul li a figure::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 2;
}
.no-eyefat ul li a figure img {
  border-radius: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
}
.no-eyefat ul li a figure h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  left: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
  bottom: 2rem;
  color: #fff;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.no-eyefat .swiper-pagination-progressbar {
  position: relative;
  margin-top: 4rem;
  border-radius: 5.5rem;
}
.no-eyefat .swiper-pagination-progressbar-fill {
  border-radius: 5.5rem;
  background-color: #3c3c3c;
}

.no-fastlift {
  position: relative;
  z-index: 2;
  overflow: hidden;
  overflow-x: hidden;
}
.no-fastlift .container-xl {
  position: relative;
  z-index: 2;
}
.no-fastlift .f-wrap {
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.no-fastlift .main-fastlift-slider {
  border-radius: 1rem;
}
.no-fastlift .main-fastlift-slider ul li a:hover img {
  transform: scale(1.05);
}
.no-fastlift .main-fastlift-slider ul li a figure {
  border-radius: 1rem;
  position: relative;
  display: flex;
  padding-bottom: 61.73%;
  overflow: hidden;
  margin-bottom: 1.6rem;
  max-width: 40.5rem;
}
.no-fastlift .main-fastlift-slider ul li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
  height: 100%;
  object-fit: cover;
}
.no-fastlift .main-fastlift-slider ul li a h3 {
  margin-bottom: 0.8rem;
  color: #000;
  font-weight: 600;
  line-height: 1.33;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.no-fastlift .main-fastlift-slider ul li a span {
  color: var(--clr-gray-100);
  line-height: 1.33;
}
.no-fastlift .main-fastlift-slider .swiper-controller {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.8rem;
  width: 100%;
}
.no-fastlift .main-fastlift-slider .swiper-controller .swiper-pagination-custom {
  width: auto;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  margin: 0 clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-fastlift .main-fastlift-slider .swiper-controller .swiper-pagination-custom span {
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #000;
}
.no-fastlift .main-fastlift-slider .swiper-controller .swiper-pagination-custom .slash {
  font-weight: 400;
  color: #ddd;
}
.no-fastlift .main-fastlift-slider .swiper-controller .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
}
.no-fastlift .main-fastlift-slider .swiper-controller .arrow::after {
  display: none;
}
.no-fastlift .main-fastlift-slider .swiper-controller .arrow i {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}

.sub-page {
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
  z-index: 2;
}

.sub-page > .container-xl{
	padding-bottom: clamp(8rem, 1.2944983819vw + 7.5145631068rem, 10rem);
}

.category-container {
  max-width: 100vw;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  z-index: 3;
  width: 100%;
}
.category-container::before {
  background-color: #fff;
  width: 200vw;
  left: calc(-100vw + 50%);
  transition: box-shadow .3s;
}
.category-container.active {
  top: 8rem;
  position: fixed;
  padding: 2rem 0;
}
.category-container.active::before{
	box-shadow: rgba(149, 157, 165, 0.07) 0px 8px 15px;
}
@media (max-width: 768px) {
  .category-container.active {
    top: 6.6rem;
  }
}
.category-container .sub-category-wrap {
  width: 100%;
  max-width: 128rem;
  z-index: 2;
}
.category-container .sub-category-wrap .category-list {
  display: flex;
  align-items: center;
  gap: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.category-container .sub-category-wrap .category-list li a {
  border-radius: 5.5rem;
  background-color: var(--clr-gray-50);
  padding: 0.8rem 1.6rem;
  line-height: 1.41;
  font-size: clamp(1.5rem, 0.0647249191vw + 1.4757281553rem, 1.6rem);
  font-weight: 500;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-container .sub-category-wrap .category-list li a:hover {
  background-color: #ebebeb;
}
.category-container .sub-category-wrap .category-list li a.active {
  background-color: var(--clr-primary-500);
  color: #fff;
}

.sub-youtube .youtube-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem) clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
@media (max-width: 768px) {
  .sub-youtube .youtube-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .sub-youtube .youtube-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-youtube .youtube-list li a {
  position: relative;
  width: 100%;
}
.sub-youtube .youtube-list li a:hover .group > img {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.sub-youtube .youtube-list li a:hover figure::before {
  opacity: 1 !important;
}
.sub-youtube .youtube-list li a .group {
  position: relative;
  width: 100%;
}
.sub-youtube .youtube-list li a .group > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  width: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
  z-index: 3;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.sub-youtube .youtube-list li a .group figure {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 1.2rem;
  width: 100%;
  padding-bottom: 56.3%;
}
.sub-youtube .youtube-list li a .group figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.sub-youtube .youtube-list li a .group figure img {
  position: absolute;
  left: 0;
  top: 0;
}
.sub-youtube .youtube-list li a h3 {
  font-weight: 600;
  color: var(--clr-gray-800);
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
}

.sub-shorts {
  position: relative;
  z-index: 2;
  overflow: hidden;
  overflow-x: hidden;
}
.sub-shorts::before {
  content: "";
  width: clamp(10rem, 5.1779935275vw + 8.0582524272rem, 18rem);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 3;
}
@media (max-width: 768px) {
  .sub-shorts::before {
    display: none;
  }
}
.sub-shorts::after {
  content: "";
  width: clamp(10rem, 5.1779935275vw + 8.0582524272rem, 18rem);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 3;
}
@media (max-width: 768px) {
  .sub-shorts::after {
    display: none;
  }
}
.sub-shorts .container-xl {
  position: relative;
  z-index: 2;
}
.sub-shorts ul li a {
  position: relative;
}
.sub-shorts ul li a:hover > img {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.sub-shorts ul li a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  width: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  z-index: 2;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.sub-shorts ul li a figure {
  position: relative;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 1.6rem;
  padding-bottom: 140.74%;
}
.sub-shorts ul li a figure img {
  border-radius: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.sub-shorts-slider ul {
	display: grid;
	grid-template-columns: repeat(99, 1fr);
}
.sub-shorts .swiper-controller {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
}
.sub-shorts .swiper-controller .group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.sub-shorts .swiper-controller .group .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  width: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  height: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  border: 1px solid #666;
  border-radius: 50%;
  transition: background-color .3s;
}
.sub-shorts .swiper-controller .group .arrow:hover{
	background-color: var(--clr-gray-50);
}
.sub-shorts .swiper-controller .group .arrow::after {
  display: none;
}
.sub-shorts .swiper-controller .group .arrow i {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.sub-shorts .swiper-pagination-progressbar {
  position: relative;
  border-radius: 5.5rem;
}
.sub-shorts .swiper-pagination-progressbar-fill {
  border-radius: 5.5rem;
  background-color: #3c3c3c;
}

.sub-blog {
  position: relative;
  z-index: 2;
}
.sub-blog .container-xl {
  position: relative;
  z-index: 2;
}
.sub-blog .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem) clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
@media (max-width: 768px) {
  .sub-blog .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .sub-blog .blog-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-blog .blog-list li {
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 1.6rem;
  overflow: hidden;
}
.sub-blog .blog-list li a:hover figure::before {
  opacity: 1 !important;
}
.sub-blog .blog-list li a:hover figure img {
  transform: scale(1.05);
}
.sub-blog .blog-list li a:hover figure .btn-base {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.sub-blog .blog-list li a figure {
  position: relative;
  display: flex;
  padding-bottom: 69.14%;
  overflow: hidden;
}
.sub-blog .blog-list li a figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.72);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.sub-blog .blog-list li a figure .btn-base {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  z-index: 2;
  color: #fff;
  border-color: #fff;
  opacity: 0;
  transition: all 0.6s;
}
.sub-blog .blog-list li a figure .btn-base i {
  color: #fff;
}
.sub-blog .blog-list li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
  object-fit: cover;
  height: 100%;
}
.sub-blog .blog-list li a .txt {
  padding: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem) clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem) clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.sub-blog .blog-list li a .txt h3 {
  margin-bottom: 1.2rem;
  color: #000;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sub-blog .blog-list li a .txt p {
  color: var(--clr-gray-700);
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.41;
}
.no-view-top {
  padding: 0  0 3rem 0;
  border-bottom: 1px solid rgba(3, 3, 3, .1);
  text-align: left;
}
.no-view-top__date {
  display: block;
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  gap: .8rem;
  font-weight: 300;
  font-weight: 1.4rem;
  color: rgba(0, 0, 0, .7);
}

.no-view-top__title {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  color: var(--clr-gray-900);
  line-height: 1.51;
}
@media (max-width: 768px)
{
	.no-view-top__title {
	  font-size: 2.4rem;
	}
}
.no-view-bot {
  padding: 4rem 0rem 8rem;
}

@media (max-width: 768px)
{
.no-view-bot {
  padding: 4rem 0rem 6rem;
}
}
.no-view-bot__contents{width: 100%; 
	font-family: pretendard !important;
	font-size: 1.8rem;
	font-weight: 300;
	color: #333;
	word-break: break-all;
}
.no-view-bot__contents p{
	font-family: pretendard !important;
	font-size: 1.8rem;
	font-weight: 300;
	color: #333;
	word-break: keep-all;
}
.no-view-bot__contents hr{
	opacity: 0;
	padding: 1rem 0;
}
.no-view-bot__contents p b{
font-size: 2.2rem; 
color: #111; 
font-weight: 600; 	
font-family: pretendard !important;
}
.no-view-bot__contents p span{
	font-family: pretendard !important;
	font-size: 1.8rem;
	font-weight: 300;
	color: #333;
	word-break: keep-all;
}
.no-view-bot__contents span{
	font-family: pretendard !important;
	font-size: 1.8rem;
	font-weight: 300;
	color: #333;
	word-break: keep-all;
}
.no-view-bot__contents span b{
	font-family: pretendard !important;
	font-size: 2.2rem;
	font-weight: 600;
	color: #333;
	word-break: keep-all;
}
@media (max-width: 768px)
{
	.no-view-bot__contents p {
	  font-size: 1.6rem;
	}
	.no-view-bot__contents p span{
	  font-size: 1.6rem;
	}
	.no-view-bot__contents p b{font-size: 1.8rem;}	
	.no-view-bot__contents span b{font-size: 1.8rem;}

}
@media (max-width: 768px)
{
	.no-view-bot__contents p span {
	  font-size: 1.6rem;
	}
}
.no-view-bot__download li {
  margin-bottom: 15px;
}
.no-view-bot__download li:last-child {
  margin-bottom: 0;
}
.no-view-bot__download li a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: ease all 0.3s;
}
.no-view-bot__download li a:hover {
  color: var(--clr-gray-900);
}
.no-view-bot__contents img {
  max-width: 50%;
}
.no-view-list__btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-view-list__btn a {
  display: block;
  padding: 8px 24px;
  background: var(--clr-gray-900);
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.no-board-nav {
 border-top: 1px solid rgba(3, 3, 3, .1);
}
.no-view-top__category{
font-size: 1.2rem;
font-weight: 400;
color:var(--color-brand-400);
}

.no-board-nav__items {
  display: flex;
  flex-direction: column;
}
.no-board-nav__items li {
  display: flex;
  align-items: center;
    border-bottom: 1px solid rgba(3, 3, 3, .1);
  justify-content: space-between;
}

.no-board-nav__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%; height: 100%;
  justify-content: space-between;
  padding: 1.6rem;
}
.no-board-nav__link:nth-child(even){
display:none;
}

.no-board-nav__items li:hover {
	background-color: #f8f8f8;
}
.no-board-nav__division {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  color: #666;
}

.no-board-nav__division p{
	font-size: 1.6rem;
	font-weight: 300;
}
@media (max-width: 768px) {
  .no-board-nav__division p {
  	font-size: 1.4rem;
  }
}
.no-board-nav__title{
	font-size: 1.6rem;
	font-weight: 400;
	color: #666;
	margin-left: 2rem;
	width: 100%;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .no-board-nav__title{
  	font-size: 1.4rem;
	margin-left: 1rem;
  }
}
.no-board-nav__date{
	font-size: 1.4rem;
	font-weight: 300;
	color: #666;
	min-width: max-content;
}
@media (max-width: 768px) {
.no-board-nav__date {
  	display: none;
  }
}
.view-btn{display:flex; justify-content: center; margin-top: 4rem;}

.view-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.4rem;
   background: #fff;
  color: var(--clr-gray-900);
  border: 1px solid #dcdcdc;
  transition: ease all .4s;
  white-space: nowrap;
  font-size: 1.6rem;
  width: 12rem;
  line-height: 1.68;
  box-sizing: border-box;
  font-weight: 300;
  border-radius: 5.5rem;
}

.view-btn a:hover {
  background: var(--clr-gray-900);
  color: #fff;
}

/* popup */
.main-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100005;
}
.main-popup {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 3000;
  animation: popupAppear 1.6s .2s forwards;
}
  @keyframes popupAppear {
    0% {
        opacity: 0;
		top: 55%;
    }
    100% {
        opacity: 1;
		top: 50%;
    }
}
.main-popup-top .swiper-component {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.main-popup-top .swiper-component .arrow {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  width: clamp(4rem, 0.1294498382vw + 3.9514563107rem, 4.2rem);
  height: clamp(4rem, 0.1294498382vw + 3.9514563107rem, 4.2rem);
  border-radius: 50%;
  border: 1px solid #fff;
  transition: background-color 0.3s;
}
.main-popup-top .swiper-component .arrow:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.main-popup-top .swiper-component .arrow i {
  font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.main-popup-top .swiper-component .arrow::after {
  display: none;
}
.main-popup-mid {
  margin: 1.5rem 0 1rem;
  overflow: hidden;
  border-radius: 1.2rem;
}
.main-popup-mid li .img-box {
  padding-top: 139%;
  position: relative;
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
}
.main-popup-mid li .img-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  object-position: center;
}
.main-popup-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.main-popup-bottom label {
  cursor: pointer;
  color: #fff;
  height: 100%;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  display: flex;
  align-items: center;
  position: relative;
}
.main-popup-bottom label:hover {
  text-decoration: underline;
}
.main-popup-bottom label img {
  width: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  margin-right: 0.5rem;
}
.main-popup-bottom label input {
  display: none;
}
.main-popup-bottom button {
  background: none;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  margin-left: auto;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.3;
}
.main-popup-bottom button:hover {
  text-decoration: underline;
}
.main-popup-bottom button i {
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
}
.main-popup-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
}

#popupImage-on {
  display: none;
}

/*# sourceMappingURL=style.css.map */
