@charset "UTF-8";
/* base */ /* font */
/* base */
/* path */
/* font */
/* font-size */
/* 수치 단위 변환 fx(to vw) */
/* flex */
/* background */
/* clear */
/* wordBreak */
/* CadillacGothic */
@import "plugin/swiper-4.5.1.min.css";
@import "plugin/mCustomScrollbar.css";
@font-face {
  font-family: CadillacGothic;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/CadillacGothic-NarrowRegular.woff") format("woff"), url("../fonts/CadillacGothic-NarrowRegular.woff2") format("woff2");
}
@font-face {
  font-family: CadillacGothic;
  font-weight: 500;
  src: url("../fonts/CadillacGothic-NarrowMedium.woff") format("woff"), url("../fonts/CadillacGothic-NarrowMedium.woff2") format("woff2");
}
@font-face {
  font-family: CadillacGothic;
  font-weight: bold;
  src: url("../fonts/CadillacGothic-NarrowBold.woff") format("woff"), url("../fonts/CadillacGothic-NarrowBold.woff2") format("woff2");
}
/* Cadillac Gothic Wide */
@font-face {
  font-family: Cadillac Gothic Wide;
  src: url("../fonts/CadillacGothic-WideRegular.woff") format("woff"), url("../fonts/CadillacGothic-WideRegular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: Cadillac Gothic Wide;
  src: url("../fonts/CadillacGothic-WideMedium.woff") format("woff"), url("../fonts/CadillacGothic-WideMedium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: Cadillac Gothic Wide;
  src: url("../fonts/CadillacGothic-WideBold.woff") format("woff"), url("../fonts/CadillacGothic-WideBold.woff2") format("woff2");
  font-weight: bold;
}
/* CadillacGothic-VF */
@font-face {
  font-family: CadillacGothicVF;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/CadillacGothic-VF.woff") format("woff"), url("../fonts/CadillacGothic-VF.woff2") format("woff2");
}
/* Pretendard */
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("../fonts/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url("../fonts/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url("../fonts/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: bold;
  src: url("../fonts/Pretendard-Bold.woff2") format("woff2");
}
/* reset */
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Pretendard", Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

select,
button,
input,
textarea,
pre {
  font-family: "Pretendard", Helvetica, Arial, sans-serif;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  color: #666;
}

pre {
  white-space: pre-wrap;
}

fieldset,
img,
button {
  border: 0;
}

img,
input,
button {
  vertical-align: top;
}

img {
  display: block;
  max-width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
  word-wrap: break-word;
}

address,
em {
  font-style: normal;
}

ol,
ul,
li {
  list-style: none;
}

hr {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:active {
  text-decoration: none;
}

legend {
  position: absolute;
  left: -9999px;
  top: 0;
}

caption {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

button {
  background: none;
  cursor: pointer;
  -webkit-apperance: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

* {
  box-sizing: border-box;
}

.blind {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* select arrow none */
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
input[type=button],
input[type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.hide {
  display: none !important;
  visibility: hidden !important;
}

.swiper-scrollbar-drag {
  cursor: pointer;
}

/* layout */
#header {
  position: absolute;
  top: -100%;
  opacity: 1;
  left: 0;
  width: 100%;
  z-index: 4;
  transition: top 0.5s, opacity 0.5s;
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.8;
}
#header.active {
  top: 0;
}
#header.hidden {
  opacity: 0;
}
#header .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: max(calc(43px * var(--base-ratio)), calc(calc(43 / var(--base-size)) * var(--base-percent))) max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))) 0 max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
}
#header .inner::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header h1 {
  float: left;
  width: max(calc(83px * var(--base-ratio)), calc(calc(83 / var(--base-size)) * var(--base-percent)));
  height: max(calc(31px * var(--base-ratio)), calc(calc(31 / var(--base-size)) * var(--base-percent)));
}
#header h1 a {
  display: block;
  width: 100%;
}
#header h1 a img {
  width: 100%;
}
#header .gnb_wrap {
  float: right;
  position: relative;
}
#header .gnb_wrap .current_box {
  display: flex;
  gap: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
#header .gnb_wrap .current_box .current_txt strong {
  display: block;
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #fff;
}
#header .gnb_wrap .current_box .current_txt span {
  display: block;
  text-align: right;
  margin-top: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.1875;
  letter-spacing: -0.03em;
  color: #E6E6E6;
}
#header .gnb_wrap .current_box .menu_open {
  display: block;
  width: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  height: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  background: url("../images/common/menu_btn.svg") center no-repeat;
  background-size: cover;
}
#header .gnb_wrap .gnb_box {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: max(calc(250px * var(--base-ratio)), calc(calc(250 / var(--base-size)) * var(--base-percent)));
  padding: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) max(calc(64px * var(--base-ratio)), calc(calc(64 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  background-color: #fff;
}
#header .gnb_wrap .gnb_box.active {
  display: block;
}
#header .gnb_wrap .gnb_box .menu_close {
  position: absolute;
  top: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  right: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  width: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  height: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  background: url("../images/common/menu_close.svg") center no-repeat;
  background-size: cover;
}
#header .gnb_wrap .gnb_box .gnb {
  width: 100%;
  text-align: right;
}
#header .gnb_wrap .gnb_box .gnb a {
  color: #999;
  transition: 0.3s;
}
#header .gnb_wrap .gnb_box .gnb li:hover > a {
  color: #666;
}
#header .gnb_wrap .gnb_box .gnb li.active > a {
  color: #000;
}
#header .gnb_wrap .gnb_box .gnb .depth1 > a {
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1.2222222222;
  letter-spacing: -0.03em;
  font-weight: 500;
}
#header .gnb_wrap .gnb_box .gnb .depth1 + .depth1 {
  margin-top: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
#header .gnb_wrap .gnb_box .gnb .depth2_list {
  margin-top: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
}
#header .gnb_wrap .gnb_box .gnb .depth2_list li a {
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.1875;
  letter-spacing: -0.03em;
}

:root {
  --base-ratio: 0.67;
  --base-size: 1536;
  --base-percent: 100vw;
}

#wrap {
  position: relative;
  width: 100%;
  min-width: 1024px;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.container {
  width: 100%;
  height: 100%;
}

.loading_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 6;
}
.loading_wrap #lottie0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(calc(92px * var(--base-ratio)), calc(calc(92 / var(--base-size)) * var(--base-percent)));
  height: max(calc(35px * var(--base-ratio)), calc(calc(35 / var(--base-size)) * var(--base-percent)));
}

.blur_dim {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))));
          backdrop-filter: blur(max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))));
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 3;
}
.blur_dim.active {
  visibility: visible;
  opacity: 1;
}

.darkness_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #000;
  z-index: 5;
}
.darkness_bg.active {
  z-index: 4;
}

.video_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video_wrap .video {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotateZ(-0.001deg);
}

.btn {
  position: relative;
  display: block;
  width: max(calc(160px * var(--base-ratio)), calc(calc(160 / var(--base-size)) * var(--base-percent)));
  padding: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent))) 0;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-align: center;
}
.btn.move_btn {
  transition: background 0.75s;
  -webkit-backdrop-filter: blur(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
          backdrop-filter: blur(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
  background-color: rgba(255, 255, 255, 0.05);
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #fff;
  color: #fff;
}
.btn.move_btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: max(calc(calc(calc(4 / var(--base-size)) * var(--base-percent)) * -1)) 0 0 max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  height: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  background: url("../images/icon/admission_arrow_off.svg") center no-repeat;
  background-size: cover;
}
.btn.move_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn.black {
  background-color: #000;
  border: 0;
  color: #fff;
  transition: background 0.3s ease-in-out;
}
.btn.black::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: max(calc(calc(calc(4 / var(--base-size)) * var(--base-percent)) * -1)) 0 0 max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  height: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  background: url("../images/icon/admission_arrow_off.svg") center no-repeat;
  background-size: cover;
}
.btn.black:hover {
  background-color: #222;
}
.btn.white {
  background-color: #fff;
  color: #000;
  transition: background 0.3s ease-in-out;
}
.btn.white::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: max(calc(calc(calc(4 / var(--base-size)) * var(--base-percent)) * -1)) 0 0 max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  height: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  background: url("../images/icon/admission_arrow_on.svg") center no-repeat;
  background-size: cover;
}
.btn.white:hover {
  background-color: #E5E5E5;
}

.explanation_pop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))));
          backdrop-filter: blur(max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  cursor: pointer;
}
.explanation_pop.active {
  opacity: 1;
  visibility: visible;
}
.explanation_pop .center_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(calc(220px * var(--base-ratio)), calc(calc(220 / var(--base-size)) * var(--base-percent)));
  height: max(calc(220px * var(--base-ratio)), calc(calc(220 / var(--base-size)) * var(--base-percent)));
  gap: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  text-align: center;
}
.explanation_pop .center_box p {
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #fff;
}

.bottom_box {
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: bottom 0.5s, opacity 0.5s, visibility 0.5s;
  z-index: 2;
  width: 100%;
  padding: 0 max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))) max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
  opacity: 1;
  visibility: visible;
}
.bottom_box::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.bottom_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: max(calc(280px * var(--base-ratio)), calc(calc(280 / var(--base-size)) * var(--base-percent)));
  opacity: 0.8;
}
.bottom_box.active {
  bottom: 0;
}
.bottom_box.hidden {
  opacity: 0;
  visibility: hidden;
}
.bottom_box .thumnail_box {
  float: left;
}
.bottom_box .thumnail_box > strong {
  display: block;
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: CadillacGothic, sans-serif;
  font-weight: bold;
  color: #fff;
}
.bottom_box .thumnail_box .tab_btn {
  display: flex;
  align-items: center;
  gap: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
}
.bottom_box .thumnail_box .tab_btn li button {
  position: relative;
  display: block;
  padding: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: CadillacGothic, sans-serif;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
.bottom_box .thumnail_box .tab_btn li button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent)));
  background-color: #fff;
  transition: width 0.5s;
}
.bottom_box .thumnail_box .tab_btn li:hover button, .bottom_box .thumnail_box .tab_btn li.active button {
  color: #fff;
}
.bottom_box .thumnail_box .tab_btn li:hover button::after, .bottom_box .thumnail_box .tab_btn li.active button::after {
  width: 100%;
}
.bottom_box .thumnail_box .type_box .type {
  display: none;
}
.bottom_box .thumnail_box .type_box .type.active {
  display: block;
}
.bottom_box .thumnail_box .thumnail_list {
  display: flex;
  margin-top: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  gap: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
}
.bottom_box .thumnail_box .thumnail_list li {
  width: max(calc(164px * var(--base-ratio)), calc(calc(164 / var(--base-size)) * var(--base-percent)));
  height: max(calc(110px * var(--base-ratio)), calc(calc(110 / var(--base-size)) * var(--base-percent)));
}
.bottom_box .thumnail_box .thumnail_list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.bottom_box .thumnail_box .thumnail_list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}
.bottom_box .thumnail_box .thumnail_list li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.bottom_box .thumnail_box .thumnail_list li a[data-type=video]::after {
  width: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  height: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  background: url("../images/icon/play_icon.svg") center no-repeat;
  background-size: cover;
}
.bottom_box .thumnail_box .thumnail_list li a[data-type=img]::after {
  width: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  height: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  background: url("../images/icon/plus_icon.svg") center no-repeat;
  background-size: cover;
}
.bottom_box .thumnail_box .thumnail_list li a:hover::before {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.bottom_box .thumnail_box .thumnail_list li a:hover::after {
  opacity: 1;
}
.bottom_box .thumnail_box .thumnail_list li a img {
  width: 100%;
  height: 100%;
}
.bottom_box .thumnail_box .thumnail_list li a .txt_box {
  display: none;
}
.bottom_box .thumnail_box .chip_list {
  display: flex;
}
.bottom_box .thumnail_box .chip_list li {
  width: max(calc(96px * var(--base-ratio)), calc(calc(96 / var(--base-size)) * var(--base-percent)));
  height: max(calc(96px * var(--base-ratio)), calc(calc(96 / var(--base-size)) * var(--base-percent)));
}
.bottom_box .thumnail_box .chip_list li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.bottom_box .thumnail_box .chip_list li button::before, .bottom_box .thumnail_box .chip_list li button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bottom_box .thumnail_box .chip_list li button::before {
  width: max(calc(72px * var(--base-ratio)), calc(calc(72 / var(--base-size)) * var(--base-percent)));
  height: max(calc(72px * var(--base-ratio)), calc(calc(72 / var(--base-size)) * var(--base-percent)));
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid rgba(255, 255, 255, 0.3);
  transition: width 0.3s, height 0.3s;
  transform-origin: center;
}
.bottom_box .thumnail_box .chip_list li button::after {
  width: max(calc(36px * var(--base-ratio)), calc(calc(36 / var(--base-size)) * var(--base-percent)));
  height: max(calc(36px * var(--base-ratio)), calc(calc(36 / var(--base-size)) * var(--base-percent)));
  background: url("../images/icon/chip_check_icon.svg") center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s;
}
.bottom_box .thumnail_box .chip_list li button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(calc(72px * var(--base-ratio)), calc(calc(72 / var(--base-size)) * var(--base-percent)));
  height: max(calc(72px * var(--base-ratio)), calc(calc(72 / var(--base-size)) * var(--base-percent)));
  transition: width 0.3s, height 0.3s;
}
.bottom_box .thumnail_box .chip_list li:hover button::before, .bottom_box .thumnail_box .chip_list li.active button::before {
  width: max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
  height: max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
  border-color: #fff;
}
.bottom_box .thumnail_box .chip_list li:hover button::after, .bottom_box .thumnail_box .chip_list li.active button::after {
  opacity: 1;
}
.bottom_box .thumnail_box .chip_list li:hover button img, .bottom_box .thumnail_box .chip_list li.active button img {
  width: max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
  height: max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
}
.bottom_box .thumnail_box .chip_list li .txt_box {
  display: none;
}
.bottom_box .right_box {
  position: absolute;
  bottom: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  right: max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
}

.doc_txt_box {
  position: absolute;
  bottom: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  left: max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
  z-index: 2;
  transition: bottom 0.5s, opacity 0.5s, visibility 0.5s;
  opacity: 1;
  visibility: visible;
}
.doc_txt_box.active {
  bottom: -100%;
}
.doc_txt_box.hidden {
  opacity: 0;
  visibility: hidden;
}

.doc_txt {
  position: relative;
  padding-left: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(13px * var(--base-ratio)), calc(calc(13 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5384615385;
  letter-spacing: -0.02em;
  word-break: keep-all;
  word-wrap: break-word;
  color: #999;
}
.doc_txt::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  font-size: max(calc(13px * var(--base-ratio)), calc(calc(13 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5384615385;
  letter-spacing: -0.02em;
  color: #999;
}

.thumnail_video {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.thumnail_video.active {
  display: block;
}
.thumnail_video .video_wrap .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.thumnail_video .video_wrap .video.active {
  z-index: 1;
}
.thumnail_video .txt_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.thumnail_video .txt_box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: max(calc(280px * var(--base-ratio)), calc(calc(280 / var(--base-size)) * var(--base-percent)));
  background: linear-gradient(0deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}
.thumnail_video .txt_box.active {
  opacity: 1;
  visibility: visible;
}
.thumnail_video .txt_box strong {
  display: block;
  font-size: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-family: CadillacGothic, sans-serif;
  font-weight: bold;
  color: #fff;
}
.thumnail_video .txt_box strong span {
  display: block;
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-family: CadillacGothic, sans-serif;
  font-weight: 400;
}
.thumnail_video .txt_box p {
  margin-top: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #ccc;
}
.thumnail_video .txt_box .doc_txt {
  padding-left: 0;
  margin-top: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(13px * var(--base-ratio)), calc(calc(13 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5384615385;
  letter-spacing: -0.02em;
}
.thumnail_video .txt_box .doc_txt::before {
  display: none;
}
.thumnail_video .txt_box button {
  position: relative;
  display: block;
  width: max(calc(160px * var(--base-ratio)), calc(calc(160 / var(--base-size)) * var(--base-percent)));
  margin: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) auto 0;
  padding: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent))) 0;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #000;
  background-color: #fff;
}
.thumnail_video .txt_box button::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  height: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  margin: max(calc(calc(calc(4 / var(--base-size)) * var(--base-percent)) * -1)) max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent))) 0 0;
  background: url("../images/icon/back_arrow.svg") center no-repeat;
  background-size: cover;
}
.thumnail_video .txt_box button::after {
  display: none;
}

.thumnail_info {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(calc(693px * var(--base-ratio)), calc(calc(693 / var(--base-size)) * var(--base-percent)));
  height: max(calc(520px * var(--base-ratio)), calc(calc(520 / var(--base-size)) * var(--base-percent)));
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, width 0.5s;
}
.thumnail_info.active {
  opacity: 1;
  visibility: visible;
}
.thumnail_info.active.motion_start {
  width: max(calc(1136px * var(--base-ratio)), calc(calc(1136 / var(--base-size)) * var(--base-percent)));
}
.thumnail_info .info_slide_box {
  position: absolute;
  top: 0;
  left: 0;
  width: max(calc(693px * var(--base-ratio)), calc(calc(693 / var(--base-size)) * var(--base-percent)));
  height: 100%;
  z-index: 1;
}
.thumnail_info .default_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/highlights_sec/slide_default_img.webp") center no-repeat;
  background-size: cover;
  transition: opacity 0.5s, visibility 0.5s;
}
.thumnail_info .default_box.hidden {
  opacity: 0;
  visibility: hidden;
}
.thumnail_info .slide_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.thumnail_info .slide_box.active {
  opacity: 1;
  z-index: 2;
}
.thumnail_info .slide_box .info_slide {
  width: 100%;
  height: 100%;
}
.thumnail_info .slide_box .info_slide .swiper-slide {
  width: 100%;
  height: 100%;
}
.thumnail_info .slide_box .info_slide .swiper-slide img {
  width: 100%;
  height: 100%;
}
.thumnail_info .slide_box .info_slide .swiper-slide .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumnail_info .slide_box .control_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  width: 100%;
  z-index: 2;
}
.thumnail_info .slide_box .control_box > div {
  position: static;
}
.thumnail_info .slide_box .control_box .arrow {
  position: static;
  margin: 0;
  width: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  height: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
}
.thumnail_info .slide_box .control_box .arrow.swiper-button-prev {
  background: url("../images/highlights_sec/slide_arrow_prev.svg") center no-repeat;
  background-size: cover;
}
.thumnail_info .slide_box .control_box .arrow.swiper-button-next {
  background: url("../images/highlights_sec/slide_arrow_next.svg") center no-repeat;
  background-size: cover;
}
.thumnail_info .slide_box .control_box .swiper-pagination {
  display: flex;
  align-items: center;
  margin: 0 max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
}
.thumnail_info .slide_box .control_box .swiper-pagination-bullet {
  width: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  height: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  margin: 0 max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  background-color: #fff;
  opacity: 0.5;
}
.thumnail_info .slide_box .control_box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.thumnail_info .txt_box {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  position: absolute;
  top: 0;
  right: 0;
  width: max(calc(443px * var(--base-ratio)), calc(calc(443 / var(--base-size)) * var(--base-percent)));
  height: 100%;
  background-color: #fff;
}
.thumnail_info .txt_box .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
  height: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
  cursor: pointer;
}
.thumnail_info .txt_box .close_btn img {
  width: 100%;
}
.thumnail_info .txt_box strong {
  display: block;
  font-size: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  line-height: 1.1666666667;
  letter-spacing: -0.03em;
  font-family: CadillacGothic, sans-serif;
  word-break: keep-all;
  word-wrap: break-word;
  font-weight: bold;
  color: #222;
}
.thumnail_info .txt_box p {
  margin-top: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.03em;
  word-break: keep-all;
  word-wrap: break-word;
  color: #666;
}
.thumnail_info .txt_box .doc_txt {
  font-size: max(calc(13px * var(--base-ratio)), calc(calc(13 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5384615385;
  letter-spacing: -0.02em;
  color: #999;
}

/* plugin */
/* pages */
.gate_wrap {
  background-color: #000;
}
.gate_wrap .darkness_bg {
  opacity: 0;
  visibility: hidden;
}
.gate_wrap .gate {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
}
.gate_wrap .gate img {
  display: block;
  width: max(calc(84px * var(--base-ratio)), calc(calc(84 / var(--base-size)) * var(--base-percent)));
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.gate_wrap .gate h2 {
  position: relative;
  margin: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  line-height: 1.45;
  letter-spacing: 0.2em;
  font-family: Cadillac Gothic Wide, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  transform: translateY(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
  opacity: 0;
  visibility: hidden;
  transition: transform 1s 0.5s, opacity 1s 0.5s, visibility 1s 0.5s;
  transition-timing-function: cubic-bezier(0.41, 0.01, 0.16, 1.01);
}
.gate_wrap .gate h2 span {
  display: block;
  font-size: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  line-height: 1.3928571429;
  letter-spacing: 0.2em;
}
.gate_wrap .gate p {
  position: relative;
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #DBDBDB;
  transform: translateY(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s 0.5s, opacity 1.5s 0.5s, visibility 1.5s 0.5s;
  transition-timing-function: cubic-bezier(0.41, 0.01, 0.16, 1.01);
}
.gate_wrap .gate p span {
  font-family: CadillacGothic, sans-serif;
  font-weight: 400;
}
.gate_wrap .gate .move_btn {
  width: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  margin: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) auto 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s 0.5s, visibility 2s 0.5s;
  transition-timing-function: cubic-bezier(0.41, 0.01, 0.16, 1.01);
  border: 0;
  background-color: transparent;
}
.gate_wrap .gate .move_btn span {
  position: relative;
  z-index: 1;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #fff;
  transition: color 0.75s;
}
.gate_wrap .gate .move_btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.gate_wrap .gate .move_btn::after {
  position: relative;
  z-index: 1;
}
.gate_wrap .gate .move_btn:hover::before {
  height: 100%;
}
.gate_wrap .gate .move_btn:hover::after {
  background: url("../images/icon/admission_arrow_on.svg") center no-repeat;
  background-size: cover;
}
.gate_wrap .gate .move_btn:hover span {
  color: #000;
}
.gate_wrap .gate.active img,
.gate_wrap .gate.active .move_btn {
  opacity: 1;
  visibility: visible;
}
.gate_wrap .gate.active h2,
.gate_wrap .gate.active p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.highlights_wrap {
  background-color: #000;
}
.highlights_wrap .sec {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.highlights_wrap .sec.active {
  opacity: 1;
  visibility: visible;
}
.highlights_wrap .sec.exterior .bottom_box {
  padding-bottom: max(calc(82px * var(--base-ratio)), calc(calc(82 / var(--base-size)) * var(--base-percent)));
}
.highlights_wrap .sec.exterior .bottom_box::before {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.highlights_wrap .sec.interior .explanation_pop .lottie {
  width: max(calc(71px * var(--base-ratio)), calc(calc(71 / var(--base-size)) * var(--base-percent)));
  height: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
}
.highlights_wrap .sec.interior #panoramaContainer {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.highlights_wrap .sec.interior #panoramaContainer.active {
  opacity: 1;
}
.highlights_wrap .sec.interior #panoramaContainer canvas {
  width: 100% !important;
  height: 100% !important;
}
.highlights_wrap .sec.interior .bottom_box {
  padding-bottom: max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
}
.highlights_wrap .sec.interior .bottom_box::before {
  background: linear-gradient(0deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
}
.highlights_wrap .sec.interior .bottom_box .right_box {
  bottom: max(calc(94px * var(--base-ratio)), calc(calc(94 / var(--base-size)) * var(--base-percent)));
}
.highlights_wrap .sec.interior .bottom_box .flex_box {
  display: flex;
  flex-direction: column;
  height: max(calc(170px * var(--base-ratio)), calc(calc(170 / var(--base-size)) * var(--base-percent)));
  justify-content: space-between;
}
.highlights_wrap .sec.interior .bottom_box .type01 {
  gap: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
}
.highlights_wrap .sec.interior .bottom_box .type01.active {
  display: flex;
  align-items: center;
}
.highlights_wrap .sec.interior .bottom_box .type01 .current_txt strong {
  display: block;
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: CadillacGothic, sans-serif;
  font-weight: 700;
  color: #fff;
}
.highlights_wrap .sec.interior .bottom_box .type01 .current_txt span {
  display: block;
  margin-top: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #ccc;
}
.highlights_wrap .sec.interior .bottom_box .type02 .thumnail_list {
  margin-top: 0;
}
.highlights_wrap .sec.interior .bottom_box .bot_txt {
  margin-top: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #999;
}

.color_wrap {
  background-color: #000;
}
.color_wrap .color-spec .explanation_pop .lottie {
  width: max(calc(74px * var(--base-ratio)), calc(calc(74 / var(--base-size)) * var(--base-percent)));
  height: max(calc(58px * var(--base-ratio)), calc(calc(58 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec #canvasViewer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 100%;
  height: 100%;
  background: url("../images/color_sec/color_bg.webp") center no-repeat;
  background-size: cover;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}
.color_wrap .color-spec #canvasViewer canvas {
  width: 100% !important;
  height: 100% !important;
}
.color_wrap .color-spec #canvasViewer.active {
  display: block;
}
.color_wrap .color-spec .bottom_box::before {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.color_wrap .color-spec .bottom_box .thumnail_box .type {
  margin-top: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .bottom_box .thumnail_box .type.active {
  display: flex;
  gap: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .bottom_box .thumnail_box .chip_wrap .chip_list {
  margin-top: 0;
}
.color_wrap .color-spec .bottom_box .thumnail_box .wheel_txt {
  position: relative;
  padding-left: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .bottom_box .thumnail_box .wheel_txt::before {
  content: "";
  position: absolute;
  top: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  left: 0;
  width: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  height: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  background-color: rgba(255, 255, 255, 0.5);
}
.color_wrap .color-spec .bottom_box .thumnail_box .wheel_txt img {
  display: block;
  width: max(calc(96px * var(--base-ratio)), calc(calc(96 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .bottom_box .thumnail_box .wheel_txt span {
  display: block;
  margin-top: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1.2222222222;
  letter-spacing: -0.03em;
  font-family: CadillacGothic, sans-serif;
  font-weight: 500;
  color: #fff;
}
.color_wrap .color-spec .bottom_box .chip_list {
  margin-top: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .bottom_box .current_txt {
  display: block;
  margin-top: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: CadillacGothic, sans-serif;
  font-weight: 700;
  color: #fff;
}
.color_wrap .color-spec .bottom_box .right_box .info_view {
  width: max(calc(159px * var(--base-ratio)), calc(calc(159 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .bottom_box .right_box .info_view span {
  display: block;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.color_wrap .color-spec .bottom_box .right_box .info_view .btn_wrap {
  margin: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .bottom_box .right_box .info_view .btn_wrap button {
  position: relative;
  width: 100%;
  padding-left: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  line-height: 2.1428571429;
  letter-spacing: -0.06em;
  font-family: CadillacGothic, sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: left;
  border-radius: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .bottom_box .right_box .info_view .btn_wrap button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: max(calc(58px * var(--base-ratio)), calc(calc(58 / var(--base-size)) * var(--base-percent)));
  height: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .bottom_box .right_box .info_view .btn_wrap button:nth-of-type(1)::before {
  background: url("../images/color_sec/sec02_car_icon01.svg") center no-repeat;
  background-size: cover;
}
.color_wrap .color-spec .bottom_box .right_box .info_view .btn_wrap button:nth-of-type(2)::before {
  background: url("../images/color_sec/sec02_car_icon02.svg") center no-repeat;
  background-size: cover;
}
.color_wrap .color-spec .bottom_box .right_box .info_view .btn_wrap button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.color_wrap .color-spec .info_pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: flex;
  width: max(calc(1136px * var(--base-ratio)), calc(calc(1136 / var(--base-size)) * var(--base-percent)));
  height: max(calc(520px * var(--base-ratio)), calc(calc(520 / var(--base-size)) * var(--base-percent)));
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.color_wrap .color-spec .info_pop.active {
  z-index: 3;
  opacity: 1;
  visibility: visible;
}
.color_wrap .color-spec .info_pop .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
  height: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
  background: url("../images/icon/close_icon.svg") center no-repeat;
  background-size: cover;
}
.color_wrap .color-spec .info_pop .slide_wrap {
  position: relative;
  width: max(calc(693px * var(--base-ratio)), calc(calc(693 / var(--base-size)) * var(--base-percent)));
  height: 100%;
  background: url("../images/color_sec/slide_wrap_bg.webp") center no-repeat;
  background-size: cover;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_tab {
  position: absolute;
  top: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_tab li button {
  position: relative;
  padding-bottom: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: CadillacGothic, sans-serif;
  font-weight: bold;
  color: rgba(34, 34, 34, 0.5);
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_tab li button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent)));
  background-color: #222;
  transition: width 0.3s;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_tab li:hover button, .color_wrap .color-spec .info_pop .slide_wrap .slide_tab li.active button {
  color: #222;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_tab li:hover button::after, .color_wrap .color-spec .info_pop .slide_wrap .slide_tab li.active button::after {
  width: 100%;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box {
  width: 100%;
  height: 100%;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box .slide {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box .slide.active {
  display: block;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box .slide .list {
  position: relative;
  width: 100%;
  height: 100%;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box .slide .list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box .slide .list li.active {
  z-index: 1;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box .slide .control_box {
  position: absolute;
  left: 0;
  bottom: max(calc(52px * var(--base-ratio)), calc(calc(52 / var(--base-size)) * var(--base-percent)));
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box .slide .control_box .arrow {
  width: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  height: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  cursor: pointer;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box .slide .control_box .arrow_prev {
  background: url("../images/color_sec/slide_prev_arrow.svg") center no-repeat;
  background-size: cover;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box .slide .control_box .arrow_next {
  background: url("../images/color_sec/slide_next_arrow.svg") center no-repeat;
  background-size: cover;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box .slide .control_box .paging_box {
  display: flex;
  align-items: center;
  margin: 0 max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box .slide .control_box .dot {
  width: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  height: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  margin: 0 max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  background-color: #000;
  border-radius: 50%;
  opacity: 0.2;
  cursor: pointer;
}
.color_wrap .color-spec .info_pop .slide_wrap .slide_box .slide .control_box .dot.active {
  opacity: 1;
}
.color_wrap .color-spec .info_pop .info_txt_wrap {
  width: max(calc(443px * var(--base-ratio)), calc(calc(443 / var(--base-size)) * var(--base-percent)));
  height: 100%;
  background-color: #fff;
}
.color_wrap .color-spec .info_pop .info_txt_wrap .info_txt {
  display: none;
  width: 100%;
  height: 100%;
  padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .info_pop .info_txt_wrap .info_txt.active {
  display: flex;
  align-items: flex-end;
}
.color_wrap .color-spec .info_pop .info_txt_wrap .info_txt ul {
  width: 100%;
}
.color_wrap .color-spec .info_pop .info_txt_wrap .info_txt ul li {
  display: flex;
  border-bottom: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #ddd;
  padding: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) 0 max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.color_wrap .color-spec .info_pop .info_txt_wrap .info_txt ul li:last-of-type {
  border-bottom: 0;
}
.color_wrap .color-spec .info_pop .info_txt_wrap .info_txt ul li dl {
  width: 50%;
}
.color_wrap .color-spec .info_pop .info_txt_wrap .info_txt ul li dl dt {
  font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #444;
}
.color_wrap .color-spec .info_pop .info_txt_wrap .info_txt ul li dl dt span {
  font-weight: 400;
  color: #777;
}
.color_wrap .color-spec .info_pop .info_txt_wrap .info_txt ul li dl dd {
  margin-top: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: CadillacGothic, sans-serif;
  color: #444;
}

.media_wrap {
  background-color: #000;
}
.media_wrap .media.motion_start .screen_wrap,
.media_wrap .media.motion_start .btn {
  opacity: 1;
  visibility: visible;
}
.media_wrap .media .screen_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s 0.5s, visibility 1.5s 0.5s;
}
.media_wrap .media .screen_wrap .screen_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - max(calc(160px * var(--base-ratio)), calc(calc(160 / var(--base-size)) * var(--base-percent))));
  height: 100%;
}
.media_wrap .media .screen_wrap .screen_slide .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #000;
}
.media_wrap .media .screen_wrap .screen_slide .swiper-slide .img_box {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.media_wrap .media .screen_wrap .screen_slide .swiper-slide .img_box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(calc(72px * var(--base-ratio)), calc(calc(72 / var(--base-size)) * var(--base-percent)));
  height: max(calc(72px * var(--base-ratio)), calc(calc(72 / var(--base-size)) * var(--base-percent)));
  background: url("../images/media_sec/play_icon.svg") center no-repeat;
  background-size: cover;
}
.media_wrap .media .screen_wrap .screen_slide .swiper-slide.swiper-slide-active {
  z-index: 1;
}
.media_wrap .media .screen_wrap .screen_slide .swiper-slide.play .img_box {
  display: none;
}
.media_wrap .media .screen_wrap .screen_slide .current_txt_box {
  position: absolute;
  width: 100%;
  padding: max(calc(27px * var(--base-ratio)), calc(calc(27 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.media_wrap .media .screen_wrap .screen_slide .current_txt_box.active {
  opacity: 0;
  visibility: hidden;
}
.media_wrap .media .screen_wrap .screen_slide .current_txt_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 30%, rgba(0, 0, 0, 0) 100%);
}
.media_wrap .media .screen_wrap .screen_slide .current_txt_box strong {
  font-size: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: bold;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
}
.media_wrap .media .screen_wrap .screen_slide .current_txt_box p {
  margin-top: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #ccc;
  word-break: keep-all;
  word-wrap: break-word;
}
.media_wrap .media .screen_wrap .screen_slide .current_txt_box p.desc_txt {
  font-size: max(calc(13px * var(--base-ratio)), calc(calc(13 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5384615385;
  letter-spacing: -0.03em;
  color: #999;
}
.media_wrap .media .screen_wrap .screen_thum {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(calc(160px * var(--base-ratio)), calc(calc(160 / var(--base-size)) * var(--base-percent)));
  height: calc(100% - max(calc(136px * var(--base-ratio)), calc(calc(136 / var(--base-size)) * var(--base-percent))));
}
.media_wrap .media .screen_wrap .screen_thum .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  height: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  margin: 0;
}
.media_wrap .media .screen_wrap .screen_thum .arrow.swiper-button-prev {
  top: 0;
  background: url("../images/media_sec/slide_bottom_arrow.svg") center no-repeat;
  background-size: cover;
}
.media_wrap .media .screen_wrap .screen_thum .arrow.swiper-button-next {
  top: auto;
  right: auto;
  bottom: 0;
  background: url("../images/media_sec/slide_top_arrow.svg") center no-repeat;
  background-size: cover;
}
.media_wrap .media .screen_wrap .screen_thum_slide {
  width: max(calc(128px * var(--base-ratio)), calc(calc(128 / var(--base-size)) * var(--base-percent)));
  height: calc(100% - max(calc(72px * var(--base-ratio)), calc(calc(72 / var(--base-size)) * var(--base-percent))));
}
.media_wrap .media .screen_wrap .screen_thum_slide .swiper-slide {
  position: relative;
  width: max(calc(128px * var(--base-ratio)), calc(calc(128 / var(--base-size)) * var(--base-percent)));
  height: max(calc(72px * var(--base-ratio)), calc(calc(72 / var(--base-size)) * var(--base-percent)));
  margin: max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent))) 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.media_wrap .media .screen_wrap .screen_thum_slide .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent))) solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.media_wrap .media .screen_wrap .screen_thum_slide .swiper-slide-active::before {
  border-color: #fff;
}
.media_wrap .media .screen_wrap .screen_thum_slide .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.media_wrap .media .btn {
  position: absolute;
  bottom: max(calc(43px * var(--base-ratio)), calc(calc(43 / var(--base-size)) * var(--base-percent)));
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s 0.5s, visibility 1.5s 0.5s;
}

.event_wrap {
  background-color: #000;
}
.event_wrap .event.motion_start .application_box {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.event_wrap .event.motion_start .application_box strong,
.event_wrap .event.motion_start .application_box dl,
.event_wrap .event.motion_start .application_box .btn {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.event_wrap .event .video_wrap {
  width: 100%;
  height: 100%;
}
.event_wrap .event .video_wrap .bg {
  width: 100%;
  height: 100%;
  background: url("../images/sec04_video_bg.webp") center no-repeat;
  background-size: cover;
}
.event_wrap .event .application_box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: max(calc(702px * var(--base-ratio)), calc(calc(702 / var(--base-size)) * var(--base-percent)));
  padding: max(calc(50px * var(--base-ratio)), calc(calc(50 / var(--base-size)) * var(--base-percent)));
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.event_wrap .event .application_box strong {
  display: block;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 0.5s;
  transition: clip-path 0.5s 0.5s;
  transition: clip-path 0.5s 0.5s, -webkit-clip-path 0.5s 0.5s;
  font-family: "Pretendard", sans-serif;
  font-size: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.003em;
  font-weight: 500;
  color: #fff;
}
.event_wrap .event .application_box strong span {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
}
.event_wrap .event .application_box strong.cadillac {
  font-family: Cadillac Gothic Wide, sans-serif;
}
.event_wrap .event .application_box dl {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 0.5s;
  transition: clip-path 0.5s 0.5s;
  transition: clip-path 0.5s 0.5s, -webkit-clip-path 0.5s 0.5s;
}
.event_wrap .event .application_box dl dt {
  font-size: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.003em;
  font-family: Cadillac Gothic Wide, sans-serif;
  font-weight: 500;
  color: #fff;
}
.event_wrap .event .application_box dl dt span {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
}
.event_wrap .event .application_box dl dd {
  margin-top: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.003em;
  word-break: keep-all;
  word-wrap: break-word;
  color: #fff;
}
.event_wrap .event .application_box .btn {
  margin-top: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: background 0.3s ease-in-out, -webkit-clip-path 0.5s 1s;
  transition: clip-path 0.5s 1s, background 0.3s ease-in-out;
  transition: clip-path 0.5s 1s, background 0.3s ease-in-out, -webkit-clip-path 0.5s 1s;
  -webkit-backdrop-filter: blur(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
          backdrop-filter: blur(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
  background-color: rgba(255, 255, 255, 0.05);
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #fff;
  color: #fff;
}
.event_wrap .event .application_box .btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: max(calc(calc(calc(4 / var(--base-size)) * var(--base-percent)) * -1)) 0 0 max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  height: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  background: url("../images/icon/admission_arrow_off.svg") center no-repeat;
  background-size: cover;
}
.event_wrap .event .application_box .btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.event_wrap .event .application_popup {
  position: absolute;
  top: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  left: 50%;
  transform: translateX(-50%);
  width: max(calc(1136px * var(--base-ratio)), calc(calc(1136 / var(--base-size)) * var(--base-percent)));
  z-index: 4;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.event_wrap .event .application_popup.active {
  opacity: 1;
  visibility: visible;
}
.event_wrap .event .application_popup .close_btn {
  position: absolute;
  top: 0;
  right: max(calc(calc(calc(56 / var(--base-size)) * var(--base-percent)) * -1));
  width: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
  height: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .close_btn img {
  width: 100%;
}
.event_wrap .event .application_popup .pop_inner {
  width: 100%;
  height: calc(100vh - max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))));
}
.event_wrap .event .application_popup .pop_inner .mCSB_container {
  margin-right: 0;
}
.event_wrap .event .application_popup .pop_inner .mCSB_dragger_bar {
  margin-top: max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .pop_inner .mCSB_draggerRail {
  opacity: 0;
}
.event_wrap .event .application_popup .top_box {
  position: relative;
  width: 100%;
  height: max(calc(644px * var(--base-ratio)), calc(calc(644 / var(--base-size)) * var(--base-percent)));
  padding-top: max(calc(70px * var(--base-ratio)), calc(calc(70 / var(--base-size)) * var(--base-percent)));
  background: url("../images/event_sec/application_top_img.webp") center no-repeat;
  background-size: cover;
  text-align: center;
}
.event_wrap .event .application_popup .top_box > strong {
  display: block;
  font-size: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: Cadillac Gothic Wide, sans-serif;
  font-weight: bold;
  color: #fff;
}
.event_wrap .event .application_popup .top_box > span {
  display: block;
  margin-top: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
}
.event_wrap .event .application_popup .top_box .info_box {
  position: absolute;
  bottom: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  width: max(calc(656px * var(--base-ratio)), calc(calc(656 / var(--base-size)) * var(--base-percent)));
  padding: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) 0 max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  -webkit-backdrop-filter: blur(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
          backdrop-filter: blur(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
}
.event_wrap .event .application_popup .top_box .box .tit {
  display: inline-block;
  vertical-align: top;
  margin-bottom: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  padding: max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent))) max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
  color: #222;
  background-color: #fff;
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .top_box .box .tit span {
  color: #777;
}
.event_wrap .event .application_popup .top_box .box01 {
  position: relative;
  padding: 0 max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .top_box .box01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  height: max(calc(139px * var(--base-ratio)), calc(calc(139 / var(--base-size)) * var(--base-percent)));
  background-color: rgba(255, 255, 255, 0.3);
}
.event_wrap .event .application_popup .top_box .box01 .data {
  display: flex;
  margin-bottom: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  gap: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  padding: max(calc(25px * var(--base-ratio)), calc(calc(25 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .top_box .box01 .data p {
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: bold;
  color: #fff;
}
.event_wrap .event .application_popup .top_box .box01 .data p span {
  display: inline-block;
  vertical-align: middle;
  margin: max(calc(calc(calc(4 / var(--base-size)) * var(--base-percent)) * -1)) 0 0 max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #ddd;
}
.event_wrap .event .application_popup .top_box .box01 .bot_txt {
  font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #fff;
}
.event_wrap .event .application_popup .top_box .box02 {
  padding: 0 max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .top_box .box02 .txt_list li {
  display: flex;
  align-items: center;
}
.event_wrap .event .application_popup .top_box .box02 .txt_list li + li {
  margin-top: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .top_box .box02 .txt_list li > span {
  width: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  height: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #fff;
  border-radius: 50%;
  font-size: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  line-height: 2.1666666667;
  letter-spacing: -0.03em;
  font-family: CadillacGothic, sans-serif;
  font-weight: bold;
  color: #fff;
}
.event_wrap .event .application_popup .top_box .box02 .txt_list li p {
  margin-left: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #fff;
}
.event_wrap .event .application_popup .top_box .box02 .txt_list li p span {
  display: inline-block;
  vertical-align: middle;
  margin: max(calc(calc(calc(4 / var(--base-size)) * var(--base-percent)) * -1)) 0 0 max(calc(3px * var(--base-ratio)), calc(calc(3 / var(--base-size)) * var(--base-percent)));
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.event_wrap .event .application_popup .top_box .box02 .txt_list li .price {
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-left: 0;
  color: #fff;
}
.event_wrap .event .application_popup .top_box .box02 .txt_list li .unit {
  font-weight: 600;
  color: #fff;
  margin: max(calc(calc(calc(3 / var(--base-size)) * var(--base-percent)) * -1)) max(calc(3px * var(--base-ratio)), calc(calc(3 / var(--base-size)) * var(--base-percent))) 0 max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .top_box .box02 .txt_list li .discount {
  font-weight: 600;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}
.event_wrap .event .application_popup .form_wrap {
  width: max(calc(656px * var(--base-ratio)), calc(calc(656 / var(--base-size)) * var(--base-percent)));
  padding: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  margin: 0 auto;
}
.event_wrap .event .application_popup .form_wrap .write_wrap + .write_wrap {
  margin-top: max(calc(64px * var(--base-ratio)), calc(calc(64 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .write_wrap > strong {
  display: block;
  margin-bottom: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: bold;
  color: #222;
}
.event_wrap .event .application_popup .form_wrap .write_wrap .btn {
  width: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  height: max(calc(44px * var(--base-ratio)), calc(calc(44 / var(--base-size)) * var(--base-percent)));
  padding: 0;
  color: #fff;
  background-color: #222;
}
.event_wrap .event .application_popup .form_wrap .write_wrap select {
  height: max(calc(44px * var(--base-ratio)), calc(calc(44 / var(--base-size)) * var(--base-percent)));
  padding: 0 max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #ddd;
  font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  color: #666;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icon/select_arrow_icon.svg") calc(100% - max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)))) center no-repeat;
  background-size: max(calc(17px * var(--base-ratio)), calc(calc(17 / var(--base-size)) * var(--base-percent))) max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .write_wrap select::-ms-expand {
  display: none;
}
.event_wrap .event .application_popup .form_wrap .write_wrap input[type=text] {
  font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  padding: 0 max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  height: max(calc(44px * var(--base-ratio)), calc(calc(44 / var(--base-size)) * var(--base-percent)));
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #ddd;
  color: #222;
}
.event_wrap .event .application_popup .form_wrap .write_wrap input[type=text]::-moz-placeholder {
  color: #666;
}
.event_wrap .event .application_popup .form_wrap .write_wrap input[type=text]::placeholder {
  color: #666;
}
.event_wrap .event .application_popup .form_wrap .write_wrap .tab_btn {
  display: flex;
  align-items: center;
  gap: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .write_wrap .tab_btn li {
  position: relative;
  text-align: center;
}
.event_wrap .event .application_popup .form_wrap .write_wrap .tab_btn li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #ddd;
  border-radius: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  box-sizing: border-box;
  z-index: -1;
}
.event_wrap .event .application_popup .form_wrap .write_wrap .tab_btn li:hover::before, .event_wrap .event .application_popup .form_wrap .write_wrap .tab_btn li.active::before {
  border: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent))) solid #222;
}
.event_wrap .event .application_popup .form_wrap .info_write .item + .item {
  margin-top: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item dl dt {
  margin-bottom: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #222;
}
.event_wrap .event .application_popup .form_wrap .info_write .item dl dd input {
  font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  padding: 0 max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  height: max(calc(44px * var(--base-ratio)), calc(calc(44 / var(--base-size)) * var(--base-percent)));
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #ddd;
  color: #222;
}
.event_wrap .event .application_popup .form_wrap .info_write .item dl dd input::-moz-placeholder {
  color: #666;
}
.event_wrap .event .application_popup .form_wrap .info_write .item dl dd input::placeholder {
  color: #666;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.name_item input {
  width: 100%;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.certification_item {
  display: flex;
  align-items: center;
  gap: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.certification_item dd {
  display: flex;
  align-items: center;
  gap: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.certification_item input {
  width: max(calc(163px * var(--base-ratio)), calc(calc(163 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.certification_item input[readonly=readonly] + .btn {
  background-color: #ddd;
  color: #888;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item input,
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item .subemail_box {
  width: max(calc(284px * var(--base-ratio)), calc(calc(284 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd {
  display: flex;
  align-items: center;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd > span {
  margin: 0 max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box {
  position: relative;
  height: max(calc(44px * var(--base-ratio)), calc(calc(44 / var(--base-size)) * var(--base-percent)));
  outline: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #ddd;
  outline-offset: max(calc(calc(calc(1 / var(--base-size)) * var(--base-percent)) * -1));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box > * {
  position: absolute;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box span {
  top: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  left: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  width: calc(100% - max(calc(42px * var(--base-ratio)), calc(calc(42 / var(--base-size)) * var(--base-percent))));
  padding-left: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  line-height: 2.8;
  letter-spacing: -0.03em;
  color: #666;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box input {
  display: none;
  top: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  left: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  width: calc(100% - max(calc(42px * var(--base-ratio)), calc(calc(42 / var(--base-size)) * var(--base-percent))));
  height: max(calc(42px * var(--base-ratio)), calc(calc(42 / var(--base-size)) * var(--base-percent)));
  border: 0;
  outline: none;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box .subemail_select_btn {
  position: absolute;
  top: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  right: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  width: max(calc(42px * var(--base-ratio)), calc(calc(42 / var(--base-size)) * var(--base-percent)));
  height: max(calc(42px * var(--base-ratio)), calc(calc(42 / var(--base-size)) * var(--base-percent)));
  background: url("../images/icon/select_arrow_icon.svg") center no-repeat;
  background-size: max(calc(17px * var(--base-ratio)), calc(calc(17 / var(--base-size)) * var(--base-percent))) max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box .subemail_list {
  top: max(calc(44px * var(--base-ratio)), calc(calc(44 / var(--base-size)) * var(--base-percent)));
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #ddd;
  border-top: 0;
  background-color: #fff;
  box-shadow: 0 max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) 0 rgba(0, 0, 0, 0.1);
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box .subemail_list li {
  width: 100%;
  cursor: pointer;
  border-bottom: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #eee;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box .subemail_list li:last-of-type {
  border-bottom: 0;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box .subemail_list li:hover span, .event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box .subemail_list li.active span {
  background-color: #F6F6F6;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box .subemail_list li span {
  display: block;
  width: 100%;
  font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  line-height: 2.9333333333;
  letter-spacing: -0.03em;
  color: #666;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box.active {
  outline: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent))) solid #222;
  outline-offset: max(calc(calc(calc(2 / var(--base-size)) * var(--base-percent)) * -1));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.email_item dd .subemail_box.active .subemail_list {
  display: block;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.division_item .tab_btn li {
  width: max(calc(192px * var(--base-ratio)), calc(calc(192 / var(--base-size)) * var(--base-percent)));
  height: max(calc(110px * var(--base-ratio)), calc(calc(110 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.division_item .tab_btn li button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.division_item .tab_btn li button i {
  display: block;
  width: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
  margin: 0 auto;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.division_item .tab_btn li button i img {
  width: 100%;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.division_item .tab_btn li button span {
  display: block;
  margin-top: max(calc(3px * var(--base-ratio)), calc(calc(3 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5333333333;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #222;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item.hidden {
  display: none;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_btn li {
  width: max(calc(292px * var(--base-ratio)), calc(calc(292 / var(--base-size)) * var(--base-percent)));
  height: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_btn li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #222;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box {
  margin-top: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box {
  display: none;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box.active {
  display: block;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box select {
  width: max(calc(292px * var(--base-ratio)), calc(calc(292 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .select_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .label_box {
  display: flex;
  gap: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  width: 100%;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .label_box input[type=text] {
  width: calc(100% - max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent))));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list {
  display: none;
  width: 100%;
  margin-top: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list.active {
  display: block;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list li {
  position: relative;
  width: 100%;
  padding: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list li + li {
  margin-top: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #ddd;
  border-radius: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  box-sizing: border-box;
  z-index: -1;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list li:hover::before, .event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list li.active::before {
  border: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent))) solid #222;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list button {
  width: 100%;
  text-align: left;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list .tit {
  display: block;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #222;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list .txt_box {
  margin-top: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list .txt_box span {
  position: relative;
  display: block;
  font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  line-height: 1.2;
  letter-spacing: 0em;
  color: #666;
  padding-left: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list .txt_box span + span {
  margin-top: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list .txt_box span::before {
  content: "";
  position: absolute;
  top: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  left: 0;
  width: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  height: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list .txt_box span.map_txt::before {
  background: url("../images/icon/map_icon.svg") center no-repeat;
  background-size: cover;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list .txt_box span.map_txt span {
  display: inline-block;
  vertical-align: middle;
  margin-left: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  padding-left: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list .txt_box span.map_txt span::before {
  content: "";
  position: absolute;
  top: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent)));
  left: 0;
  width: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  height: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  background-color: #ddd;
}
.event_wrap .event .application_popup .form_wrap .info_write .item.carmanager_item .tab_box .box .exhibitionhall_list .txt_box span.tel_txt::before {
  background: url("../images/icon/tel_icon.svg") center no-repeat;
  background-size: cover;
}
.event_wrap .event .application_popup .form_wrap .agreement_write {
  width: 100%;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .agreement_txt_wrap {
  width: 100%;
  height: max(calc(200px * var(--base-ratio)), calc(calc(200 / var(--base-size)) * var(--base-percent)));
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #ddd;
  border-radius: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .agreement_write .agreement_txt_wrap .mCSB_dragger_bar {
  margin-top: max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .agreement_write .agreement_txt_wrap .mCSB_draggerRail {
  opacity: 0;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .agreement_txt {
  width: 100%;
  height: 100%;
  padding: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .agreement_write .agreement_txt p {
  font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  word-break: keep-all;
  word-wrap: break-word;
  color: #666;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .agreement_txt p + p {
  margin-top: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .agreement_write .check_box {
  position: relative;
  margin-top: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .agreement_write .check_box input[type=checkbox] {
  overflow: hidden;
  position: absolute;
  width: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  height: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent)));
  padding: 0;
  margin: max(calc(calc(calc(1 / var(--base-size)) * var(--base-percent)) * -1));
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .check_box label {
  cursor: pointer;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .all_check label {
  position: relative;
  display: block;
  width: 100%;
  padding: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent))) 0;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  color: #222;
  text-align: center;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .all_check label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #ddd;
  border-radius: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  box-sizing: border-box;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .all_check label span {
  position: relative;
  padding-left: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .agreement_write .all_check label span::before, .event_wrap .event .application_popup .form_wrap .agreement_write .all_check label span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.event_wrap .event .application_popup .form_wrap .agreement_write .all_check label span::before {
  left: 0;
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  height: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  border-radius: 50%;
  background-color: #ddd;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .all_check label span::after {
  width: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  height: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  left: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  background: url("../images/icon/check_white_icon.svg") center no-repeat;
  background-size: cover;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .all_check input[type=checkbox]:checked + label::before {
  border: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent))) solid #222;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .all_check input[type=checkbox]:checked + label span::before {
  background-color: #222;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .agree_checkbox.agree_checkbox {
  margin-top: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.event_wrap .event .application_popup .form_wrap .agreement_write .agree_checkbox label {
  position: relative;
  padding-left: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.03em;
  color: #222;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .agree_checkbox label::before {
  content: "";
  position: absolute;
  top: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  left: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  width: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  height: max(calc(11px * var(--base-ratio)), calc(calc(11 / var(--base-size)) * var(--base-percent)));
  background: url("../images/icon/check_gray_icon.svg") center no-repeat;
  background-size: cover;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .agree_checkbox input[type=checkbox]:checked + label::before {
  background: url("../images/icon/check_black_icon.svg") center no-repeat;
  background-size: cover;
}
.event_wrap .event .application_popup .form_wrap .agreement_write .btn {
  width: 100%;
  margin-top: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
}

.complete .container {
  padding-top: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
}
.complete .sec01 .sec_inner {
  width: max(calc(812px * var(--base-ratio)), calc(calc(812 / var(--base-size)) * var(--base-percent)));
  margin: 0 auto;
}
.complete .sec01 .top_box {
  text-align: center;
}
.complete .sec01 .top_box i {
  display: block;
  width: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  margin: 0 auto;
}
.complete .sec01 .top_box i img {
  width: 100%;
}
.complete .sec01 .top_box strong {
  display: block;
  margin: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) 0 max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  line-height: 1.1875;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #222;
}
.complete .sec01 .top_box p {
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #222;
}
.complete .sec01 .link_box {
  display: flex;
  margin-top: max(calc(100px * var(--base-ratio)), calc(calc(100 / var(--base-size)) * var(--base-percent)));
  width: 100%;
  gap: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.complete .sec01 .link_box .box {
  width: 50%;
  height: max(calc(240px * var(--base-ratio)), calc(calc(240 / var(--base-size)) * var(--base-percent)));
}
.complete .sec01 .link_box .box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) 0 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
.complete .sec01 .link_box .box:nth-of-type(1) a {
  background: url("../images/complete/link_bg01.webp") center no-repeat;
  background-size: cover;
}
.complete .sec01 .link_box .box:nth-of-type(2) a {
  background: url("../images/complete/link_bg02.webp") center no-repeat;
  background-size: cover;
}
.complete .sec01 .link_box .box strong {
  position: relative;
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #fff;
}
.complete .sec01 .link_box .box strong::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  height: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  margin: max(calc(calc(calc(2 / var(--base-size)) * var(--base-percent)) * -1)) 0 0 max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  background: url("../images/icon/white_arrow_icon.svg") center no-repeat;
  background-size: cover;
}
.complete .sec01 .link_box .box span {
  display: block;
  margin-top: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.1875;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #fff;
}