/* base */
/* font */
/* base */
/* path */
/* media query */
/* font */
/* font-size */
/* flex */
/* background */
/* clear */
/* wordBreak */
/* CadillacGothic */
@import "../plugin/swiper-4.5.1.min.css";
@font-face {
  font-family: CadillacGothic;
  font-weight: normal;
  font-style: normal;
  src: url("/httpobject/cad_font/CadillacGothic-NarrowRegular.woff") format("woff"), url("/httpobject/cad_font/CadillacGothic-NarrowRegular.woff2") format("woff2");
}
@font-face {
  font-family: CadillacGothic;
  font-weight: 500;
  src: url("/httpobject/cad_font/CadillacGothic-NarrowMedium.woff") format("woff"), url("/httpobject/cad_font/CadillacGothic-NarrowMedium.woff2") format("woff2");
}
@font-face {
  font-family: CadillacGothic;
  font-weight: bold;
  src: url("/httpobject/cad_font/CadillacGothic-NarrowBold.woff") format("woff"), url("/httpobject/cad_font/CadillacGothic-NarrowBold.woff2") format("woff2");
}
/* Cadillac Gothic Wide */
@font-face {
  font-family: Cadillac Gothic Wide;
  src: url("/httpobject/cad_font/CadillacGothic-WideRegular.woff") format("woff"), url("/httpobject/cad_font/CadillacGothic-WideRegular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: Cadillac Gothic Wide;
  src: url("/httpobject/cad_font/CadillacGothic-WideMedium.woff") format("woff"), url("/httpobject/cad_font/CadillacGothic-WideMedium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: Cadillac Gothic Wide;
  src: url("/httpobject/cad_font/CadillacGothic-WideBold.woff") format("woff"), url("/httpobject/cad_font/CadillacGothic-WideBold.woff2") format("woff2");
  font-weight: bold;
}
/* CadillacGothic-VF */
@font-face {
  font-family: CadillacGothicVF;
  font-weight: 400;
  font-style: normal;
  src: url("/httpobject/cad_font/CadillacGothic-VF.woff") format("woff"), url("/httpobject/cad_font/CadillacGothic-VF.woff2") format("woff2");
}
/* NotoSans */
@font-face {
  font-family: NotoSansKRWeb;
  font-weight: 400;
  font-style: normal;
  src: url("/httpobject/cad_font/NotoSansCJKkr-Regular.woff2") format("woff2"), url("/httpobject/cad_font/NotoSansCJKkr-Regular.woff") format("woff");
}
@font-face {
  font-family: NotoSansKRWeb;
  font-weight: 500;
  font-style: normal;
  src: url("/httpobject/cad_font/NotoSansCJKkr-Medium.woff2") format("woff2"), url("/httpobject/cad_font/NotoSansCJKkr-Medium.woff") format("woff");
}
@font-face {
  font-family: NotoSansKRWeb;
  font-weight: 600;
  font-style: normal;
  src: url("/httpobject/cad_font/NotoSansKR-SemiBold.woff2") format("woff2"), url("/httpobject/cad_font/NotoSansKR-SemiBold.woff") format("woff");
}
@font-face {
  font-family: NotoSansKRWeb;
  font-weight: bold;
  font-style: normal;
  src: url("/httpobject/cad_font/NotoSansCJKkr-Bold.woff2") format("woff2"), url("/httpobject/cad_font/NotoSansCJKkr-Bold.woff") format("woff");
}
/* Pretendard */
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("/httpobject/cad_font/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url("/httpobject/cad_font/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url("/httpobject/cad_font/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: bold;
  src: url("/httpobject/cad_font/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: NotoSansKRWeb, Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

html,
body {
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  margin-block-end: 0;
  margin-block-start: 0;
}

select,
button,
input,
textarea,
pre {
  font-family: NotoSansKRWeb, 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;
}

/* common */
:root {
  --base-ratio: 0.75;
  --base-size: 1536;
  --base-percent: 100vw;
}

#wrap {
  width: 100%;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: max(calc(72px * var(--base-ratio)), calc(calc(72 / var(--base-size)) * var(--base-percent)));
  overflow: hidden;
}
#header .dim {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
#header .dim.active {
  opacity: 1;
  visibility: visible;
}
#header .header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: max(calc(72px * var(--base-ratio)), calc(calc(72 / var(--base-size)) * var(--base-percent)));
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.75s;
}
#header .logo {
  position: absolute;
  top: max(calc(21px * var(--base-ratio)), calc(calc(21 / var(--base-size)) * var(--base-percent)));
  left: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  width: max(calc(82px * var(--base-ratio)), calc(calc(82 / var(--base-size)) * var(--base-percent)));
  margin: 0 auto;
}
#header .logo img {
  width: 100%;
}
#header .menu_btn {
  position: absolute;
  top: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  right: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  width: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
}
#header .menu_btn img {
  width: 100%;
}
#header.active .header_wrap {
  opacity: 1;
}
#header.scroll .header_wrap {
  opacity: 0;
}
#header .list_wrap {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 2;
  width: max(calc(280px * var(--base-ratio)), calc(calc(280 / var(--base-size)) * var(--base-percent)));
  height: 100vh;
  padding: max(calc(88px * var(--base-ratio)), calc(calc(88 / var(--base-size)) * var(--base-percent))) max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent))) max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent))) max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent)));
  background-color: #000;
  transition: right 0.5s;
}
#header .list_wrap.active {
  right: 0;
}
#header .list_wrap .close_btn {
  position: absolute;
  top: max(calc(24px * var(--base-ratio)), calc(calc(24 / 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)));
}
#header .list_wrap .close_btn img {
  width: 100%;
}
#header .list_wrap .list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 max(calc(34px * var(--base-ratio)), calc(calc(34 / var(--base-size)) * var(--base-percent))) max(calc(34px * var(--base-ratio)), calc(calc(34 / var(--base-size)) * var(--base-percent))) max(calc(34px * var(--base-ratio)), calc(calc(34 / var(--base-size)) * var(--base-percent)));
  overflow-y: scroll;
}
#header .list_wrap .list::-webkit-scrollbar {
  width: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
}
#header .list_wrap .list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
}
#header .list_wrap .list::-webkit-scrollbar-track {
  background-color: #000;
}
#header .list_wrap .list li {
  width: 100%;
}
#header .list_wrap .list li + li {
  margin-top: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
}
#header .list_wrap .list li a {
  display: block;
}
#header .list_wrap .list li .img_box {
  position: relative;
  width: 100%;
  height: max(calc(100px * var(--base-ratio)), calc(calc(100 / var(--base-size)) * var(--base-percent)));
}
#header .list_wrap .list li .img_box::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent))) solid #fff;
  box-sizing: border-box;
}
#header .list_wrap .list li .img_box img {
  width: 100%;
  height: 100%;
}
#header .list_wrap .list li .txt_box {
  margin-top: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
}
#header .list_wrap .list li .txt_box span {
  display: block;
  font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: 0em;
  color: #ddd;
}
#header .list_wrap .list li .txt_box span.cadillac_txt {
  font-family: Cadillac Gothic Wide, sans-serif;
  font-size: max(calc(13px * var(--base-ratio)), calc(calc(13 / var(--base-size)) * var(--base-percent)));
  line-height: 1.6153846154;
  letter-spacing: -0.071em;
}
#header .list_wrap .list li .txt_box strong {
  display: block;
  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.5;
  letter-spacing: 0em;
  font-family: CadillacGothic, sans-serif;
  font-weight: bold;
  color: #fff;
}
#header .list_wrap .list li:hover .img_box::before, #header .list_wrap .list li.active .img_box::before {
  display: block;
}
#header .list_wrap .list li.coming a {
  cursor: auto;
}
#header .list_wrap .list li.coming .txt_box {
  text-align: center;
}
#header .list_wrap .list li.coming .txt_box strong {
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: CadillacGothic, sans-serif;
  margin: 0 0 max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent))) 0;
}

#container {
  width: 100%;
  height: 100%;
  position: static;
  z-index: 0;
}

.inner {
  position: relative;
  width: max(calc(980px * var(--base-ratio)), calc(calc(980 / var(--base-size)) * var(--base-percent)));
  margin: 0 auto;
}

.sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

[class*=timeline_hidden] {
  display: none;
  visibility: hidden;
  text-indent: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
}

.overflow_txt_box {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: opacity 0.75s;
}
.overflow_txt_box > * {
  position: relative;
  transform: translateY(100%);
  transition: transform 0.75s;
  display: block;
}
.overflow_txt_box.active > * {
  transform: translateY(0);
}

.btn_wrap {
  margin-top: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  text-align: center;
}
.btn_wrap .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: max(calc(240px * var(--base-ratio)), calc(calc(240 / var(--base-size)) * var(--base-percent)));
  padding: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent))) 0;
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #fff;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  color: #fff;
  transition: background 0.4s;
}
.btn_wrap .btn::after {
  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)) 0 0 max(calc(3px * var(--base-ratio)), calc(calc(3 / var(--base-size)) * var(--base-percent)));
  background: url("/httpobject/cad_images/brandstory/common/icon_arrow_white.svg") center no-repeat;
  background-size: cover;
}
.btn_wrap .btn:hover {
  background-color: #fff;
  color: #222;
}
.btn_wrap .btn:hover::after {
  background: url("/httpobject/cad_images/brandstory/common/icon_arrow_black.svg") center no-repeat;
  background-size: cover;
}

.sec_banner {
  position: relative;
  width: 100%;
  font-size: 0;
  transition: background 0.4s;
  background: url("/httpobject/cad_images/brandstory/common/sec_banner_default.jpg") center no-repeat;
  background-size: cover;
}
.sec_banner .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_banner .bg_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
}
.sec_banner .bg_img img.active {
  opacity: 1;
}
.sec_banner a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  width: 50%;
  height: max(calc(240px * var(--base-ratio)), calc(calc(240 / 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: 0em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec_banner a span {
  display: inline-block;
  margin-right: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  font-family: CadillacGothic, sans-serif;
  font-weight: 500;
}
.sec_banner a:first-of-type::before {
  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(100px * var(--base-ratio)), calc(calc(100 / var(--base-size)) * var(--base-percent)));
  background-color: rgba(255, 255, 255, 0.5);
}
.sec_banner a::after {
  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-left: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  background: url("/httpobject/cad_images/brandstory/common/icon_arrow_white.svg") center no-repeat;
  background-size: cover;
}

/* plugin */
.intro {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.intro.active {
  height: auto;
  overflow: visible;
}
.intro .logo_box {
  position: absolute;
  top: max(calc(70px * var(--base-ratio)), calc(calc(70 / var(--base-size)) * var(--base-percent)));
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.intro .logo_box.active {
  opacity: 1;
  visibility: visible;
}
.intro .logo_box a {
  position: static;
  display: block;
  width: max(calc(82px * var(--base-ratio)), calc(calc(82 / var(--base-size)) * var(--base-percent)));
  margin: 0 auto;
}
.intro .logo_box a img {
  width: 100%;
}
.intro .visual_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  background-color: #000;
  text-align: center;
}
.intro .visual_wrap.active .list_slide {
  opacity: 1;
  visibility: visible;
}
.intro .visual_wrap.active .slide_wrap::before, .intro .visual_wrap.active .slide_wrap::after {
  display: block;
}
.intro .visual_wrap.active .slide_wrap > span {
  opacity: 1;
  visibility: visible;
}
.intro .visual_wrap.active > .overflow_txt_box > *,
.intro .visual_wrap.active .swiper-slide .overflow_txt_box > * {
  transform: translateY(0);
}
.intro .visual_wrap .overflow_txt_box .box h2 {
  font-size: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: 0.33em;
  font-family: Cadillac Gothic Wide, sans-serif;
  color: #fff;
}
.intro .visual_wrap .slide_wrap {
  position: relative;
  margin-top: max(calc(34px * var(--base-ratio)), calc(calc(34 / var(--base-size)) * var(--base-percent)));
}
.intro .visual_wrap .slide_wrap::before, .intro .visual_wrap .slide_wrap::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  width: max(calc(278px * var(--base-ratio)), calc(calc(278 / var(--base-size)) * var(--base-percent)));
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: 2;
}
.intro .visual_wrap .slide_wrap::before {
  left: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%);
}
.intro .visual_wrap .slide_wrap::after {
  right: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%);
}
.intro .visual_wrap .slide_wrap > span {
  position: absolute;
  background: rgb(119, 119, 119);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s 0.5s, visibility 0.75s 0.5s;
}
.intro .visual_wrap .slide_wrap > span.width_line {
  left: 0;
  width: 100%;
  height: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent)));
  background: linear-gradient(90deg, rgba(119, 119, 119, 0) 0%, rgb(119, 119, 119) 50%, rgba(119, 119, 119, 0) 100%);
}
.intro .visual_wrap .slide_wrap > span.height_line {
  top: max(calc(calc(calc(222 / var(--base-size)) * var(--base-percent)) * -1));
  width: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent)));
  height: 100vh;
  background: linear-gradient(0deg, rgba(119, 119, 119, 0) 0%, rgb(119, 119, 119) 50%, rgba(119, 119, 119, 0) 100%);
}
.intro .visual_wrap .slide_wrap > span:nth-of-type(1) {
  top: max(calc(51px * var(--base-ratio)), calc(calc(51 / var(--base-size)) * var(--base-percent)));
}
.intro .visual_wrap .slide_wrap > span:nth-of-type(2) {
  bottom: max(calc(88px * var(--base-ratio)), calc(calc(88 / var(--base-size)) * var(--base-percent)));
}
.intro .visual_wrap .slide_wrap > span:nth-of-type(3) {
  left: max(calc(454px * var(--base-ratio)), calc(calc(454 / var(--base-size)) * var(--base-percent)));
}
.intro .visual_wrap .slide_wrap > span:nth-of-type(4) {
  right: max(calc(454px * var(--base-ratio)), calc(calc(454 / var(--base-size)) * var(--base-percent)));
}
.intro .visual_wrap .list_slide {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s 0.3s, visibility 0.75s 0.3s;
}
.intro .visual_wrap .list_slide .swiper-slide {
  width: max(calc(648px * var(--base-ratio)), calc(calc(648 / var(--base-size)) * var(--base-percent)));
  transform: scale(0.9);
  opacity: 0.5;
  transition: transform 0.75s;
}
.intro .visual_wrap .list_slide .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.8%, rgba(0, 0, 0, 0.5) 82.51%);
}
.intro .visual_wrap .list_slide .swiper-slide span {
  font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.001em;
  font-family: CadillacGothic, sans-serif;
  color: #ddd;
  transition: transform 0.75s 0.6s;
}
.intro .visual_wrap .list_slide .swiper-slide span.sub_txt {
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: 0.31em;
  font-family: Cadillac Gothic Wide, sans-serif;
  color: #fff;
}
.intro .visual_wrap .list_slide .swiper-slide .img_box {
  width: 100%;
  height: max(calc(308px * var(--base-ratio)), calc(calc(308 / var(--base-size)) * var(--base-percent)));
  margin: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) 0;
  border: max(calc(1px * var(--base-ratio)), calc(calc(1 / var(--base-size)) * var(--base-percent))) solid #fff;
  box-shadow: 0 max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent))) max(calc(35px * var(--base-ratio)), calc(calc(35 / var(--base-size)) * var(--base-percent))) 0 rgba(255, 255, 255, 0.2);
  transition: box-shadow 0.75s;
}
.intro .visual_wrap .list_slide .swiper-slide .img_box img {
  width: 100%;
  height: 100%;
}
.intro .visual_wrap .list_slide .swiper-slide strong {
  font-size: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: 0.33em;
  font-family: Cadillac Gothic Wide, sans-serif;
  font-weight: bold;
  color: #fff;
  transition: transform 0.75s 0.6s;
}
.intro .visual_wrap .list_slide .swiper-slide:hover .img_box {
  box-shadow: 0 max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent))) max(calc(35px * var(--base-ratio)), calc(calc(35 / var(--base-size)) * var(--base-percent))) 0 rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
}
.intro .visual_wrap .list_slide .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.intro .visual_wrap .list_slide .swiper-slide.swiper-slide-active::after {
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
.intro .visual_wrap .list_slide .swiper-slide.coming {
  height: max(calc(405px * var(--base-ratio)), calc(calc(405 / var(--base-size)) * var(--base-percent)));
  padding-top: max(calc(41px * var(--base-ratio)), calc(calc(41 / var(--base-size)) * var(--base-percent)));
}
.intro .visual_wrap .list_slide .swiper-slide.coming a {
  display: block;
  width: 100%;
  height: max(calc(308px * var(--base-ratio)), calc(calc(308 / var(--base-size)) * var(--base-percent)));
  cursor: auto;
}
.intro .visual_wrap .list_slide .swiper-slide.coming a .img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: normal;
  margin: 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, #090909, #090909), linear-gradient(104.78deg, rgba(35, 35, 35, 0) 0%, #000000 88.64%);
}
.intro .visual_wrap .list_slide .swiper-slide.coming a strong {
  display: block;
  font-size: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.001em;
  font-family: Cadillac Gothic Wide, sans-serif;
  font-weight: bold;
  color: #fff;
}
.intro .visual_wrap .list_slide .swiper-slide.coming a p {
  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.5;
  letter-spacing: 0em;
  color: #ddd;
}
.intro .visual_wrap .list_slide .arrow {
  top: 50%;
  transform: translateY(-50%);
  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)));
}
.intro .visual_wrap .list_slide .arrow.swiper-button-prev {
  background: url("/httpobject/cad_images/brandstory/intro/slide_arrow_prev.svg") center no-repeat;
  background-size: cover;
  left: max(calc(333px * var(--base-ratio)), calc(calc(333 / var(--base-size)) * var(--base-percent)));
}
.intro .visual_wrap .list_slide .arrow.swiper-button-next {
  background: url("/httpobject/cad_images/brandstory/intro/slide_arrow_next.svg") center no-repeat;
  background-size: cover;
  right: max(calc(333px * var(--base-ratio)), calc(calc(333 / var(--base-size)) * var(--base-percent)));
}
.intro .visual_wrap .list_slide .arrow.swiper-button-disabled {
  opacity: 0.3;
}
.intro .visual_wrap .pagetranstion_box {
  position: absolute;
  top: max(calc(273px * var(--base-ratio)), calc(calc(273 / var(--base-size)) * var(--base-percent)));
  left: 50%;
  transform: translateX(-50%);
  width: max(calc(648px * var(--base-ratio)), calc(calc(648 / var(--base-size)) * var(--base-percent)));
  height: max(calc(308px * var(--base-ratio)), calc(calc(308 / var(--base-size)) * var(--base-percent)));
  text-align: center;
}
.intro .visual_wrap .pagetranstion_box .white_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
}
.intro .visual_wrap .pagetranstion_box.active {
  z-index: 5;
}