@charset "utf-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/pretendard.css");
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 100;
  src: url('./fonts/Gilroy-Light.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 200;
  src: url('./fonts/Gilroy-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/Gilroy-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/Gilroy-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/Gilroy-Heavy.woff') format('woff');
}
@font-face {
  font-family: "Lovelace";
  font-style: normal;
  font-weight: 100;
  src: url(fonts/Lovelace-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Lovelace";
  font-style: normal;
  font-weight: 200;
  src: url(fonts/Lovelace-Light.woff) format("woff");
}
@font-face {
  font-family: "Lovelace";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Lovelace-Regular.woff) format("woff");
}
@font-face {
  font-family: "Lovelace";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/Lovelace-Medium.woff) format("woff");
}
@font-face {
  font-family: "Lovelace";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Lovelace-Bold.woff) format("woff");
}
@font-face {
  font-family: "Lovelace";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Lovelace-ExtraBold.woff) format("woff");
}
* {
  word-break: keep-all;
  font-family: "Pretendard";
}
*:focus {
  outline: none;
}
.gilroy,
.gilroy * {
  font-family: 'Gilroy', 'Pretendard';
}
.lovelace,
.lovelace * {
  font-family: 'Lovelace';
}
:root {
  --color1: #F2EEEC;
  --color2: #FF3EB5;
  --color3: #e2883f;
  --size1: 22px;
  --dot_size1: 6px;
  --about-bg1: #070707;
  --swash_degee: 16.9deg;
}
/* 여백 초기화 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html,
body {
  position: relative;
  height: 100%;
  width: 100%;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  background: var(--color1);
  line-height: 1;
}
body::-webkit-scrollbar {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #000;
  margin: 40px 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  /* or add it to the track */
}
.scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--color2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
}
.flex {
  display: flex;
}
.flex.center {
  align-items: center;
}
.flex.center2 {
  justify-content: center;
}
.flex.start {
  align-items: self-start;
}
.flex.column {
  flex-direction: column;
}
.flex.between {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.hidden {
  display: none !important;
}
/*-------------------------------------------------------------------
    @input style
-------------------------------------------------------------------*/
button {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
select,
textarea,
input[type=button],
input[type=reset],
input[type=text],
input[type=password],
input[type=submit],
input[type=search],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}
/*-------------------------------------------------------------------
    @select
-------------------------------------------------------------------*/
select {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  background-image: url(../images/sub/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-size: 24px;
  background-color: #fff;
  line-height: 1;
  height: 52px;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
}
/*-------------------------------------------------------------------
    @select IE10,11의 네이티브 화살표 숨기기
-------------------------------------------------------------------*/
select::-ms-expand {
  display: none;
}
/*-------------------------------------------------------------------
    @clearfix
-------------------------------------------------------------------*/
.hide {
  display: none !important;
}
.wrapper {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  padding: 0px 40px;
}
.dash {
  background: linear-gradient(90deg, var(--color2) 0%, transparent 100%);
}
header {
  width: 100%;
  height: 100px;
  z-index: 10;
  position: fixed;
}
header>.h_wrap {
  padding: 30px;
}
header .logo {
  position: relative;
}
header .logo img {
  position: relative;
  transition: opacity 1.5s ease, filter 1.5s ease;
  height: 70px;
  top: 0px;
}
header .logo img.typo {}
header .logo img.symbol {
  opacity: 0;
  position: absolute;
  left: 0%;
}
body.scrolled header .logo img.typo {
  opacity: 0;
}
body.scrolled header .logo img.symbol {
  opacity: 1;
}
body.dark header .logo img {
  filter: invert(1);
}
header .menu {
  z-index: 10;
  padding-top: 21px;
}
header .menu button {
  cursor: pointer;
  line-height: 1;
  height: 26px;
  background: transparent;
  border: 0;
  font-weight: 100;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #222;
}
header .menu button .txt {
  overflow: hidden;
  height: 26px;
}
body.dark header .menu button {
  color: #fff;
}
header .menu button .txt>div {
  margin-top: -1px;
  line-height: 2;
  transition: transform .5s ease, color .5s ease;
  position: relative;
}
header .menu.open button .txt>div {
  transform: translateY(-50%);
  color: var(--color2);
}
header .menu button .dots {
  margin-left: 10px;
  width: 30px;
  height: 100%;
  display: block;
  position: relative;
  transform-origin: center;
  transition: transform .3s ease 0s;
}
header .menu button .dots i {
  position: absolute;
  top: calc(50% - 3px);
  width: var(--dot_size1);
  height: var(--dot_size1);
  border-radius: 3px;
  background: #222;
  transition: left .3s ease .3s, top .3s ease .3s, background .3s ease 0s;
}
body.dark header .menu button .dots i {
  background: #fff;
}
body.dark header .menu.open button .dots i {
  background: transparent;
}
header .menu.open button .dots {
  transform: rotate(135deg);
  transition: transform .3s ease .3s;
}
header .menu button .dots i:before,
header .menu button .dots i:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  width: var(--dot_size1);
  height: var(--dot_size1);
  left: 0;
  top: 0;
  border-radius: 3px;
  background: transparent;
  transition: left .3s ease 0s, top .3s ease 0s, background .3s ease 0s;
}
header .menu button .dots i:first-child {
  left: calc(50% - 3px - 10px);
}
header .menu button .dots i:last-child {
  left: calc(50% - 3px + 10px);
}
header .menu.open button .dots i {
  background: transparent;
  left: calc(50% - 3px);
  transition: left .3s ease 0s, top .3s ease 0s, background .3s ease 0s
}
header .menu.open button .dots i:first-child:before,
header .menu.open button .dots i:first-child:after {
  top: -8px;
  background: var(--color2);
  transition: left .3s ease .3s, top .3s ease .3s, background .3s ease .3s;
}
header .menu.open button .dots i:last-child:before,
header .menu.open button .dots i:last-child:after {
  top: 8px;
  background: var(--color2);
  transition: left .3s ease .3s, top .3s ease .3s, background .3s ease .3s;
}
header .menu.open button .dots i:last-child:after,
header .menu.open button .dots i:first-child:after {
  left: calc(50% - 3px + 8px);
}
header .menu.open button .dots i:last-child:before,
header .menu.open button .dots i:first-child:before {
  left: calc(50% - 3px - 8px);
}
header .menu nav {
  border-radius: 10px;
  text-align: right;
  position: relative;
  top: 15px;
  right: 15px;
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
header .menu nav>div {
  overflow: hidden;
  transition: all .3s ease;
  height: 0;
}
header .menu nav .product_img {
  z-index: -1;
  position: absolute;
  left: -110px;
  bottom: -70px;
  width: 330px;
  height: 330px;
  overflow: hidden;
}
header .menu nav .product_img img {
  opacity: 0;
  object-fit: contain;
  position: absolute;
  left: -10%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  transition: all .2s ease 0s;
}
header .menu.open nav .product_img img.active {
  filter: blur(0px);
  left: 0;
  bottom: 0;
  transition: all .75s ease .3s;
  opacity: 1;
}
body.dark header .menu nav {
  background: rgba(137, 137, 137, 0.15);
}
header .menu.open nav>div {
  height: 500px;
}
header .menu nav * {
  color: #fff;
  text-transform: uppercase;
}
header .menu nav>div>ul {
  position: relative;
  box-sizing: border-box;
  max-width: calc(100vw - 120px);
  width: 330px;
  padding-right: 35px;
  padding-top: 120px;
  padding-left: 50px;
}
header .menu nav>div>ul>li {
  padding: 10px 0;
}
header .menu nav>div>ul>li>a {
  font-size: 20px;
  display: block;
  line-height: 1.4;
  font-weight: 300;
  transition: color .3s ease;
  position: relative;
}
header .menu nav>div>ul>li>a>i.extend {
  position: relative;
  transform: translateY(2px);
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, .3);
}
header .menu nav>div>ul>li>a>i.extend:after,
header .menu nav>div>ul>li>a>i.extend:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: all .3s ease;
}
header .menu nav>div>ul>li>a>i.extend:before {
  height: 7px;
  width: 1px;
}
header .menu nav>div>ul>li>a>i.extend:after {
  width: 7px;
  height: 1px;
}
header .menu nav>div>ul>li:hover>a>i.extend,
header .menu nav>div>ul>li.slideDown>a>i.extend {
  border-color: rgba(221, 45, 210, .3);
}
header .menu nav>div>ul>li:hover>a>i.extend:after,
header .menu nav>div>ul>li:hover>a>i.extend:before {
  background: var(--color2);
}
header .menu nav>div>ul>li.slideDown>a>i.extend:before {
  background: transparent;
  transform: translate(-50%, -50%) rotate(90deg);
}
header .menu nav>div>ul>li.slideDown>a>i.extend:after {
  background: var(--color2);
}
header .menu nav>div>ul>li.slideDown>a,
header .menu nav>div>ul>li:hover>a,
header .menu nav>div>ul>li.active>a {
  color: var(--color2);
}
header .menu nav>div>ul>li.active>a {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.75);
}
header .menu nav>div>ul>li.active>ul>li.active>a,
header .menu nav>div>ul>li.active>a {
  /* cursor: default; */
}
header .menu nav>div>ul>li.active>ul>li.active>a {
  /* pointer-events: none; */
}
header .menu nav>div>ul>li.active>a:after {
  content: "";
  z-index: -1;
  position: absolute;
  right: -25px;
  top: 10%;
  background: linear-gradient(90deg, transparent 0%, transparent 50%, var(--color2) 50.1%, transparent 100%);
  border-radius: 3px;
  transform: rotate(calc(var(--swash_degee)* -1));
  transform-origin: center center;
  width: 115px;
  height: 15px;
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position .1s ease .6s;
}
header .menu.open nav>div>ul>li.active>a:after {
  transition: background-position 0.6s ease .3s;
  background-position: right center;
}
header .menu nav>div>ul>li>ul {
  height: 0;
  overflow: hidden;
  padding: 0px 0px;
  transition: all .3s ease;
}
header .menu nav>div>ul>li.slideDown>ul {
  padding: 15px 0px;
}
header .menu nav>div>ul>li.slideDown>ul[sub-count="2"] {
  height: calc(15px * 2);
}
header .menu nav>div>ul>li.slideDown>ul[sub-count="3"] {
  height: calc(15px * 3);
}
header .menu nav>div>ul>li>ul>li>a {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 200;
}
header .menu nav>div>ul>li>ul>li>a {
  color: #fff;
  opacity: 0.6;
  transition: opacity .3s ease;
}
header .menu nav>div>ul>li.slideDown>ul>li>a:hover,
header .menu nav>div>ul>li.active>ul>li>a:hover,
header .menu nav>div>ul>li.active>ul>li.active>a {
  color: var(--color2);
  opacity: 1;
}
footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 100px;
  padding-bottom: 70px;
  background: var(--color1);
  gap: 4%;
}
footer .info {
  width: 48%;
}
footer .info ul {
  padding-bottom: 80px;
}
footer .info ul li {
  display: flex;
  line-height: 1.4;
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 3px;
}
footer .info ul li>span.house {
  white-space: pre;
}
footer .copyright .license,
footer .info ul li>span+span>a,
footer .info ul li>span+span {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 300;
}
footer .copyright .license {
  font-size: 16px;
}
footer .copyright .license>span {
  color: rgba(0, 0, 0, 1);
  font-weight: 300;
}
footer .info .social {
  gap: 30px;
}
footer .info .social img {
  opacity: 0.4;
}
footer .copyright {
  width: 48%;
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
}
footer .copyright>img {
  height: 80px;
}
footer+.flow_link {
  display: block;
  overflow: hidden;
  line-height: 1;
  background: #000;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
}
footer+.flow_link>div {
  padding-left: 0.5em;
  font-size: 100px;
  display: inline-block;
  font-weight: 300;
  line-height: 175px;
  color: rgba(255, 255, 255, 0.2);
  animation: __marquee 30s linear 0s infinite;
  transition: color .5s ease;
}
footer+.flow_link:hover>div {
  color: rgba(255, 255, 255, 1);
}
@keyframes __marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1300px) {
  footer {
    padding: 50px;
  }
  footer .info ul li {
    font-size: 15px;
  }
  footer .info ul {
    padding-bottom: 40px;
  }
  footer .copyright .license {
    font-size: 13px;
  }
  footer .copyright div img {
    height: 6vw;
  }
}
@media screen and (max-width: 1000px) {
  footer {
    flex-direction: column;
    gap: 40px;
  }
  footer .copyright,
  footer .info {
    width: 100%;
  }
  footer .info ul li {
    font-size: 15px;
  }
  footer .info ul {
    padding-bottom: 20px;
  }
  footer .copyright {
    margin-top: -76px;
    text-align: right;
  }
  footer .copyright .license {
    padding-top: 15px;
    font-size: 13px;
    text-align: left;
  }
  footer .copyright div img {
    height: 50px;
  }
  footer+.flow_link>div {
    font-size: 75px;
    line-height: 130px;
  }
}
@media screen and (max-width: 640px) {
  :root {
    --dot_size1: 5px;
  }
  header>.h_wrap {
    padding: 3vw;
  }
  header .menu {
    padding-top: 7px;
  }
  header .menu button .dots {
    width: 20px;
    transform: scale(0.8);
  }
  header .menu.open button .dots {
    transform: scale(0.8) rotate(135deg);
  }
  header .menu button {
    height: 26px;
    font-size: 11px;
    letter-spacing: 0.3em;
  }
  header .menu button .txt>div {
    margin-top: 3px;
  }
  header .menu nav>div>ul {
    width: calc(100vw - 120px);
    padding-top: 100px;
    padding-left: 50px;
  }
  header .menu nav>div>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  header .menu nav>div>ul>li.slideDown>ul[sub-count="3"] {
    height: calc(30px * 3 - 15px);
  }
  header .menu nav>div>ul>li.slideDown>ul[sub-count="2"] {
    height: calc(30px * 2 - 15px);
  }
  header .menu.open nav {
    height: 520px;
  }
  header .logo img {
    height: 40px;
  }
  header .menu nav {
    border-radius: 7px;
    top: 7px;
    right: 7px;
  }
  header .menu nav .product_img {
    visibility: hidden;
    left: -100px;
    bottom: -100px;
    width: 270px;
    height: 270px;
  }
  header .menu.open nav .product_img {
    visibility: visible;
  }
  footer {
    padding: 6vw 3vw;
  }
  footer .copyright div img {
    height: 40px;
  }
  footer .copyright .license,
  footer .info ul li {
    font-size: 13px;
  }
  footer .info .social {
    gap: 20px;
  }
  footer+.flow_link>div {
    font-size: 40px;
    line-height: 70px;
  }
}