@charset "utf-8";
@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-display: normal;
  src: url('./fonts/Pretendard-Black.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-display: normal;
  src: url('./fonts/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-display: normal;
  src: url('./fonts/Pretendard-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: normal;
  src: url('./fonts/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-display: normal;
  src: url('./fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: normal;
  src: url('./fonts/Pretendard-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-display: normal;
  src: url('./fonts/Pretendard-Light.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 200;
  font-display: normal;
  src: url('./fonts/Pretendard-ExtraLight.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 100;
  font-display: normal;
  src: url('./fonts/Pretendard-Thin.woff') format('woff');
}
* {
  font-family: "Pretendard";
  box-sizing: border-box;
}
/* 여백 초기화 */
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;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body {
  line-height: 1;
}
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: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*-------------------------------------------------------------------
    @input style
-------------------------------------------------------------------*/
button {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
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-family: "Noto Sans KR";
  font-size: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/sl_btn.png);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  background-size: 15px;
  background-color: #fff;
  border: none;
  width: 100%;
}
/*-------------------------------------------------------------------
    @select IE10,11의 네이티브 화살표 숨기기
-------------------------------------------------------------------*/
select::-ms-expand {
  display: none;
}
/*-------------------------------------------------------------------
    @clearfix
-------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: block;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*-------------------------------------------------------------------
    @공통서브
-------------------------------------------------------------------*/
section {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
  z-index: 2;
}
.ani_opa.active {
  opacity: 1;
}
.ani_scale {
  transform: scale(0.7);
  transition: all 1.5s ease;
  transform-origin: center center;
}
.ani_scale.active {
  transform: scale(1) !important;
}
.inner {
  width: 100%;
  max-width: 1280px;
  position: relative;
  padding: 0px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
/* 가로 양옆으로  */
.flex__lrc,
.flex__lrc2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex__lrt,
.flex__lrt2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.flex__lrb,
.flex__lrb2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
/* 가로 가운데 새로 가운데 */
.flex__cc,
.flex__cc1,
.flex__cc2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.flex__lrc2>div,
.flex__lrt2>div,
.flex__lrb2>div,
.flex__cc2>div {
  width: 50%;
}
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
.row2,
.row3,
.row4,
.row5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.row2>.col {
  width: 50%;
}
.row3>.col {
  width: 33.33%;
}
.row4>.col {
  width: 25%;
}
.row5>.col {
  width: 20%;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: all 0.5s;
  padding: 15px 0;
  height: 72px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
header.hide {
  transform: translateY(-100%);
  box-shadow: inherit;
}
header.box {
  background: rgba(14, 16, 17, 0.65);
  backdrop-filter: blur(5px);
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .inner .logo {
  position: relative;
  z-index: 3;
}
header .inner .ham {
  position: relative;
  z-index: 3;
}
header .inner .ul__wrap {
  z-index: 2;
}
header .inner .ul__wrap .ul__wrap__box div {
  display: none;
}
header .inner ul {
  display: flex;
  gap: 51px;
}
header .inner ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #aaa;
  transition: color 0.5s ease;
}
header .inner ul li.active a,
header .inner ul li:hover a {
  color: #9483FF;
}
header .inner .ul__wrap .ul__wrap__box span {
  display: none;
}
header .inner .ham {
  display: none;
}
header .inner .ul__wrap>span {
  display: none;
}
footer {
  background: #0E1011;
  overflow-x: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
  position: relative;
}
footer .inner2 {
  max-width: 1920px;
  margin: 0 auto;
}
footer .inner2 .top {}
footer .inner2 .top div {
  position: relative;
  color: #fff;
  font-family: Pretendard;
  font-size: 26.5vw;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
footer .inner2 .top div.left {
  left: -3vw;
  font-size: 26.5vw;
}
footer .inner2 .top div.left .img1 {
  position: absolute;
  left: 19.8vw;
  top: 17.1vw;
  width: 5.7vw;
}
footer .inner2 .top div.right {
  text-align: right;
  margin-top: -10vw;
  right: -8.15vw;
}
footer .inner2 .top div.right img {
  position: absolute;
  width: 5.7vw;
}
footer .inner2 .top div.right .img1 {
  position: absolute;
  left: 45.1vw;
  top: 6.15vw;
}
footer .inner2 .top div.right .img2 {
  left: 59.3vw;
  top: 10.9vw;
}
footer .inner2 .top div.right .img3 {
  left: 70.35vw;
  top: 2.65vw;
}
footer .inner2 .bottom {}
footer .inner2 .bottom .link {
  display: flex;
  gap: 140px;
  flex-direction: row-reverse;
  padding-right: 18vw;
  margin-top: 150px;
}
footer .inner2 .bottom .link .first ul {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
footer .inner2 .bottom .link .first ul li:last-child {
  margin-top: 60px;
}
footer .inner2 .bottom .link .first ul li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .inner2 .bottom .link .second ul {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
footer .inner2 .bottom .link .second ul li {}
footer .inner2 .bottom .link .second ul li a {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .inner2 .bottom .copyright {
  display: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer.ver1 {
  margin-top: -220px;
  position: relative;
  z-index: 33;
}
@keyframes bounce {
  /* 0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-30px);
  } */
}
footer .top>svg {
  width: 94%;
  height: auto;
  margin-left: 3%;
}
footer .character {
  opacity: 0;
  transition: opacity 1s ease;
}
footer.active .character {
  opacity: 1;
}
footer.active #a1 {
  transition-delay: 0s;
  animation: bounce 1.2s infinite alternate;
}
footer.active #a4 {
  transition-delay: 0.4s;
  animation: bounce 1.2s infinite 0.4s alternate;
}
footer.active #a2 {
  transition-delay: 0.8s;
  animation: bounce 1.2s infinite 0.8s alternate;
}
footer.active #a3 {
  transition-delay: 1.2s;
  animation: bounce 1.2s infinite 1.2s alternate;
}
body.active:before {
  opacity: 1;
  visibility: visible;
}
body::before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 34;
  opacity: 0;
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(7.5px);
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: hidden;
}
@media only screen and (max-width: 640px) {
  body.on {
    overflow: hidden;
  }
  .layer__popup__top h3 {
    font-size: 50px;
  }
  .inner {
    padding: 0px 20px;
  }
  header .inner .ham {
    display: block;
    cursor: pointer;
  }
  .ul__wrap {
    position: fixed;
    background: #0E1011;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    transition: height 0.5s ease;
  }
  header.on .ul__wrap {
    height: 100vh;
  }
  header .inner .ul__wrap ul {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding: 0 20px;
  }
  header .inner .ul__wrap ul li {
    visibility: hidden;
  }
  header.on .inner .ul__wrap ul li {
    visibility: visible;
  }
  header .inner .ul__wrap ul li a {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.08;
    /* opacity: 0; */
  }
  header .inner .ul__wrap ul li.active a {
    color: #FF8A00;
  }
  header .inner .ul__wrap .ul__wrap__box div {
    display: block;
    margin-top: 125px;
    padding: 0 20px;
  }
  header .inner .ul__wrap .ul__wrap__box div p {
    visibility: hidden;
  }
  header.on .inner .ul__wrap .ul__wrap__box div p {
    visibility: visible;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  header.on .inner .ul__wrap .ul__wrap__box div p:last-child {
    margin-top: 8px;
  }
  header .inner .ul__wrap .ul__wrap__box div p a {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  header .inner .ul__wrap .ul__wrap__box {
    position: fixed;
    top: 50vh;
    transform: translateY(-50%);
    visibility: hidden;
  }
  header.on .inner .ul__wrap .ul__wrap__box {
    visibility: visible;
  }
  header .inner .ul__wrap span {
    opacity: 0;
    display: block;
    position: fixed;
    bottom: 40px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  header.on .inner .ul__wrap span {}
  header.on .inner .ul__wrap span {
    opacity: 1;
    top: calc(100vh - 40px);
  }
  footer .inner2 .top {
    display: none;
  }
  footer .inner2 .bottom .link {
    display: none;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .inner2 .bottom .copyright {
    text-align: center;
    display: block;
  }
}
