/*
	Author : Neoreve
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: middle; background: transparent; box-sizing: border-box; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -o-text-size-adjust: none; max-height: 99999px; }
html { font-size: 10px; }
body { color: #000; font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-style: normal; font-weight: 400; font-size: 1rem; line-height: 1; word-break: keep-all; }
*:before, *:after { -webkit-transition: inherit; -moz-transition: inherit; -o-transition: inherit; transition: inherit; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, a { display: block; }
span, strong, em { vertical-align: baseline; color: inherit; font: inherit; letter-spacing: inherit; }
em, address { font-style: normal; }
mark { color: inherit; }
img { width: 100%; display: inline-block; vertical-align: middle; -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop')"; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",sizingMethod="crop"); }
a { color: inherit; vertical-align: baseline; text-decoration: none; background: transparent; }
:is(a, button, input, select, textarea, label):focus-visible { outline: 1px solid #111; }
:is(a, button, input, select, textarea, label):focus:not(:focus-visible) { outline: none; }
button { color: inherit; font: inherit; letter-spacing: inherit; padding: 0; border: none; border: 0; outline: none; outline: 0; background: none; -webkit-appearance: none; appearance: none; border-radius: 0; cursor: pointer; }
button:disabled { cursor: default; }
input:where([type=text], [type=password], [type=tel], [type=email], [type=number]), textarea { padding: 0; border: 0; border-radius: 0; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: inherit; font-family: inherit; font-weight: inherit; font-size: inherit; letter-spacing: inherit; }
input:where([type=text], [type=password], [type=tel], [type=email], [type=number], textarea):where(:hover) { outline: 0; }
input:where([type=button], [type=submit], [type=reset], [type=image]) { cursor: pointer; }
textarea { resize: none; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
ol, ul { list-style: none; }
li { list-style: none; vertical-align: top; line-height: inherit; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset { border: 0; }
legend, caption, hr { position: absolute; left: -9999px; top: 0; visibility: hidden; overflow: hidden; line-height: 0.1%; font-size: 0.1%; width: 0.1%; height: 0.1%; }
.blind { overflow: hidden; position: absolute; clip: rect(0, 0, 0, 0); width: 1px; height: 1px; margin: -1px; }
.dis_none { display: none !important; }
.d-inline { display: inline; }
.bold { font-weight: 700; }
.wrap { position: relative; min-width: 1200px; }
.wrap_fixed .sticky_set .btn_sticky, .btn_cta_set .btn_cta { position: relative; display: block; width: 341px; aspect-ratio: 341/109; height: auto; background: url("../images/btn_cta_bg@1.5x.png") no-repeat center center; background-size: 100% 100%; display: flex; align-items: center; justify-content: center; }
.wrap_fixed .sticky_set .btn_sticky .btn_txt, .btn_cta_set .btn_cta .btn_txt { color: #fff; font-size: 20px; font-weight: 700; line-height: 150%; }
.tit_set .eyebrow_txt { color: #FFF; font-size: 15px; font-weight: 600; line-height: 120%; letter-spacing: 0.6em; opacity: 0.5; margin-bottom: 42px; }
.tit_set .eyebrow_txt + .sec_tit { position: relative; display: flex; align-items: flex-start; color: #FFF; font-size: 40px; font-weight: 700; line-height: 120%; }
.tit_set .eyebrow_txt + .sec_tit::before { content: ""; display: block; width: 10px; aspect-ratio: 5/5; background: #D71921; border-radius: 100%; margin: 6.5px 4px 0 0; }
.section_sticky { position: relative; }
.section_sticky .sticky_outer { position: relative; width: 100%; }
.section_sticky .sticky_in { position: sticky; top: 0; width: 100%; --parent-height: 100vh; height: 100vh; --parent-height: 100lvh; height: 100lvh; }
html.inapp .section_sticky .sticky_in { --parent-height: calc(var(--lvh, 1vh) * 100); height: calc(var(--lvh, 1vh) * 100); }
.section_sticky .sec_sub { position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity 0.5s ease, z-index 0s 1s ease; overflow: hidden; width: 100%; height: 100%; --parent-height: 100vh; height: 100vh; --parent-height: 100lvh; height: 100lvh; }
html.inapp .section_sticky .sec_sub { --parent-height: calc(var(--lvh, 1vh) * 100); height: calc(var(--lvh, 1vh) * 100); }
.section_sticky[data-sec="1"] .sub01, .section_sticky[data-sec="2"] .sub02, .section_sticky[data-sec="3"] .sub03, .section_sticky[data-sec="4"] .sub04 { opacity: 1; z-index: 2; transition: z-index 0s linear, opacity 0.5s ease; }
.wrap_fixed .sticky_set { position: fixed; right: 70px; bottom: 70px; z-index: -1; opacity: 0; transition: bottom 0.3s ease, opacity 0.3s ease, z-index 0s 0.3s linear; }
.wrap_fixed .sticky_set[data-sticky=y] { opacity: 1; z-index: 90; transition: bottom 0.3s ease, opacity 0.3s ease, z-index 0s linear; }
.section_visual { --section-height: 806; --parent-height: 100vh; height: 100vh; --parent-height: 100svh; height: 100svh; }
html.inapp .section_visual { --parent-height: calc(var(--svh, 1vh) * 100); height: calc(var(--svh, 1vh) * 100); }
.section_visual { position: relative; overflow: hidden; background: #fff; }
.section_visual .in { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding: min(52px, var(--parent-height) * 52 / var(--section-height)) 0 min(70px, var(--parent-height) * 70 / var(--section-height)); }
.section_visual .logo { display: block; width: min(263px, var(--parent-height) * 263 / var(--section-height)); aspect-ratio: 263/35; height: auto; background: url("../images/logo_small@1.5x.png") no-repeat center center; background-size: contain; margin: 0 auto; }
.section_visual .svg_set { margin: auto 0; }
.section_visual .svg_set #heartbeat { width: min(1210px, var(--parent-height) * 1210 / var(--section-height)); margin: 0 auto; aspect-ratio: 1211/277; display: block; }
.section_visual .bottom_set { display: flex; align-items: flex-end; max-width: min(1290px, var(--parent-height) * 1290 / var(--section-height)); margin: 0 auto; width: 100%; }
.section_visual .tit_set .sec_tit { display: block; width: min(817px, var(--parent-height) * 817 / var(--section-height)); aspect-ratio: 817/109; height: auto; background: url("../images/main_title@1.5x.png") no-repeat center center; background-size: contain; margin-bottom: min(15px, var(--parent-height) * 15 / var(--section-height)); }
.section_visual .tit_set .s_txt { color: #111; font-size: min(25px, var(--parent-height) * 25 / var(--section-height)); font-weight: 500; line-height: 120%; }
.section_visual .btn_cta_set { margin: 0 0 0 auto; }
.section_visual .btn_cta_set .btn_cta { width: min(341px, var(--parent-height) * 341 / var(--section-height)); }
.section_visual .btn_cta_set .btn_cta .btn_txt { font-size: min(20px, var(--parent-height) * 20 / var(--section-height)); }
.section_story_wrap { position: relative; background: #B16773; }
.section_story { position: sticky; top: 0; height: 537px; background: #B16773; }
.section_story::after { content: ""; position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(68, 50, 56, 0) 69.42%, rgba(68, 50, 56, 0.2) 114.19%); pointer-events: none; }
.section_story .in { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: flex-start; height: 100%; padding: 88px 0; }
.section_story .tit_set { position: relative; z-index: 2; display: flex; flex-direction: column; height: 100%; }
.section_story .tit_set .eyebrow_txt { margin-bottom: 26px; }
.section_story .tit_set .sec_tit { margin: 0 0 auto; }
.section_story .tit_set .txt { color: #FFF; font-size: 20px; font-weight: 400; line-height: 140%; }
.section_story .image { position: absolute; left: calc(50% - 63px); top: 0; z-index: 0; width: calc(50% + 63px); height: 100%; background: no-repeat left center; background-size: auto 100%; }
.section01 { z-index: 1; }
.section01 .image { background-image: url("../images/sec01_img@1.5x.jpg"); }
.section02 { z-index: 2; }
.section02 .image { background-image: url("../images/sec02_img@1.5x.jpg"); }
.section_door_wrap { position: relative; height: 500vh; --parent-height: 100vh; --section-height: 700; }
.section_door_wrap .sticky { position: sticky; top: 0; width: 100%; height: 100vh; }
.section_door_wrap .section03 { position: absolute; left: 0; top: 0; width: 100%; height: 100vh; z-index: 5; pointer-events: none; }
.section_door_wrap .section03-1 { position: absolute; left: 0; top: 0; width: 100%; height: 100vh; z-index: 1; }
.section_door_wrap .section04 { position: absolute; left: 0; width: 100%; height: 100vh; z-index: 2; opacity: 0; }
.section_door_wrap .motion_set { position: absolute; left: 0; top: 0; z-index: 5; --parent-height: 100vh; height: 100vh; --parent-height: 100lvh; height: 100lvh; }
html.inapp .section_door_wrap .motion_set { --parent-height: calc(var(--lvh, 1vh) * 100); height: calc(var(--lvh, 1vh) * 100); }
.section_door_wrap .motion_set { width: 100%; display: flex; align-items: center; justify-content: center; pointer-events: none; overflow: hidden; }
.section_door_wrap .motion_set .door { position: absolute; top: 0; z-index: 3; opacity: 1; width: 50%; height: 100%; background: #5D4B51; }
.section_door_wrap .motion_set .door1 { left: 0; }
.section_door_wrap .motion_set .door2 { left: 50%; }
.section_door_wrap .motion_set .item_set { position: relative; z-index: 5; width: 500px; aspect-ratio: 500/279; }
.section_door_wrap .motion_set .item_set .item { position: absolute; inset: 0; opacity: 0; display: block; width: 100%; height: 100%; background: no-repeat center center; background-size: contain; }
.section_door_wrap .motion_set .item_set .item_line { z-index: 2; background-image: url("../images/silverlogo_line@1.5x.png"); }
.section_door_wrap .img_set { --parent-height: 100vh; height: 100vh; --parent-height: 100lvh; height: 100lvh; }
html.inapp .section_door_wrap .img_set { --parent-height: calc(var(--lvh, 1vh) * 100); height: calc(var(--lvh, 1vh) * 100); }
.section_door_wrap .img_set { position: absolute; left: 0; top: 0; z-index: 0; width: 100%; background: #111 url("../images/door_bg@1.5x.jpg") no-repeat center center; background-size: auto 100%; }
.section_door_wrap .content_set { position: absolute; left: 0; bottom: calc(var(--acc-header) * -3); width: 100%; z-index: 1; --acc-header: 150px; --acc-content: 102px; --acc-height: calc((var(--acc-header) * 3) + (var(--acc-content) * 3)); }
.section_door_wrap .content_set .tit_set { display: flex; align-items: flex-end; justify-content: space-between; max-width: 1200px; margin: 0 auto; height: 100%; padding: 0 0 calc(var(--acc-header) * 3 + 90px); }
.section_door_wrap .content_set .tit_set .sec_tit { display: block; width: 817px; aspect-ratio: 817/109; height: auto; background: url("../images/door_tit@1.5x.png") no-repeat center center; background-size: 100% 100%; }
.section_door_wrap .content_set .tit_set .s_txt { color: #FFF; font-size: 22px; font-weight: 400; line-height: 140%; }
.section_door_wrap .content_set .accordion_set li { background: #5D4B51; }
.section_door_wrap .content_set .accordion_set .tit { position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; display: flex; align-items: center; gap: 19px; padding-block: 40px; padding-left: calc((100% - 1200px) / 2); }
.section_door_wrap .content_set .accordion_set .tit::before { content: ""; }
.section_door_wrap .content_set .accordion_set .tit1::before { display: block; width: 48px; aspect-ratio: 48/70; height: auto; background: url("../images/door_icon1@1.5x.png") no-repeat center center; background-size: 100% auto; }
.section_door_wrap .content_set .accordion_set .tit2::before { display: block; width: 48px; aspect-ratio: 48/70; height: auto; background: url("../images/door_icon2@1.5x.png") no-repeat center center; background-size: 100% auto; }
.section_door_wrap .content_set .accordion_set .tit3::before { display: block; width: 48px; aspect-ratio: 48/70; height: auto; background: url("../images/door_icon3@1.5x.png") no-repeat center center; background-size: 100% auto; }
.section_door_wrap .content_set .accordion_set .tit ~ .tit { border-top: 1px solid #fff; }
.section_door_wrap .content_set .accordion_set .tit p { color: #FFF; font-size: 30px; font-weight: 600; line-height: 140%; }
.section_door_wrap .content_set .accordion_set .tit1 { bottom: calc(var(--acc-header) * 2); }
.section_door_wrap .content_set .accordion_set .tit2 { bottom: calc(var(--acc-header) * 1); }
.section_door_wrap .content_set .accordion_set .tit3 { bottom: 0; }
.section_door_wrap .content_set .accordion_set .txt { position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; display: flex; height: 102px; padding-bottom: 40px; padding-right: calc((100% - 1200px) / 2); }
.section_door_wrap .content_set .accordion_set .txt p { display: block; min-width: 435px; color: #FFF; font-size: 22px; font-weight: 400; line-height: 140%; text-align: left; margin: 0 0 0 auto; }
.section_door_wrap .content_set .accordion_set .txt1 { bottom: calc(var(--acc-header) * 2); }
.section_door_wrap .content_set .accordion_set .txt2 { bottom: calc(var(--acc-header) * 1); }
@keyframes ani_silver1 {
	0% { opacity: 0; }
	20% { opacity: 1; }
	60% { opacity: 1; }
	80% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes ani_silver2 {
	0% { opacity: 0; transform: translateY(50px); }
	20% { opacity: 0; }
	60% { opacity: 1; transform: translateY(0); }
	80% { opacity: 1; transform: translateY(0); }
	100% { opacity: 0; transform: translateY(0); }
}
.section05 { position: relative; overflow: hidden; background: #F8E0DF url("../images/sec05_bg@1.5x.jpg") no-repeat center center; background-size: auto 100%; }
.section05 .in { padding: 88px 0 101px; }
.section05 .tit_set { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.section05 .tit_set .eyebrow_txt { flex: 1 1 100%; color: #111; }
.section05 .tit_set .sec_tit { color: #111; }
.section05 .tit_set .s_txt { color: #111; font-size: 22px; font-weight: 400; line-height: 140%; }
.section05 .item_set { display: flex; justify-content: center; margin: 40px 0 0; }
.section05 .item_set .image { width: 416px; height: 389px; background: no-repeat center bottom; background-size: contain; }
.section05 .item_set .item3 .image { width: 430px; margin-left: -14px; }
.section05 .item_set .item1 .image { background-image: url("../images/sec05_img1@1.5x.png"); }
.section05 .item_set .item2 .image { background-image: url("../images/sec05_img2@1.5x.png"); }
.section05 .item_set .item3 .image { background-image: url("../images/sec05_img3@1.5x.png"); }
.section05 .item_set .txt { color: #111; font-size: 22px; font-weight: 500; line-height: 140%; text-align: center; margin-right: 28px; }
.section06 { --section-height: 751; }
.section06 .sticky_outer { --parent-height: 400vh; height: 400vh; --parent-height: 400lvh; height: 400lvh; }
html.inapp .section06 .sticky_outer { --parent-height: calc(var(--lvh, 1vh) * 400); height: calc(var(--lvh, 1vh) * 400); }
.section06 .sticky_in { background: #5D4B51; background: linear-gradient(180deg, rgb(93, 75, 81) 0%, rgb(93, 75, 81) 45.5%, rgb(205, 188, 192) 45.6%, rgb(205, 188, 192) 100%); }
.section06 .sticky_in::after { content: ""; position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; background: url("../images/sec06_bg@1.5x.png") no-repeat center center; background-size: auto 100%; pointer-events: none; }
.section06 .sub01 .img_set .image { background-image: url("../images/sec06_img1@1.5x.png"); }
.section06 .sub02 .img_set .image { background-image: url("../images/sec06_img2@1.5x.png"); }
.section06 .sub03 .img_set .image { background-image: url("../images/sec06_img3@1.5x.png"); }
.section06 .sub04 .img_set .image { background-image: url("../images/sec06_img4@1.5x.png"); }
.section06 .sub_in { position: relative; display: flex; max-width: 1200px; margin: 0 auto; height: 100%; }
.section06 .tit_set { position: absolute; left: calc((100% - 1200px) / 2); top: 0; height: 45.5%; z-index: 3; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 50px; }
.section06 .txt_set { height: 54.5%; padding-top: 50px; margin: auto 0 0; }
.section06 .txt_set h4 { position: relative; display: flex; align-items: flex-start; color: #000; font-size: 30px; font-weight: 600; line-height: 140%; margin: 0 0 19px; }
.section06 .txt_set h4::before { content: ""; display: block; width: 52px; aspect-ratio: 52/47; height: auto; background-color: #5D4B51; -webkit-mask-image: url('data:image/svg+xml,<svg width="52" height="47" viewBox="0 0 52 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.2464 47C4.33333 47 0 42.0325 0 33.0529C0 18.5325 9.60869 6.11382 18.6522 0L23.5507 4.39431C16.9565 8.97967 10.7391 19.1057 10.3623 25.2195C11.3043 25.0285 11.8696 25.0285 12.2464 25.0285C18.2754 25.0285 23.1739 29.9959 23.1739 36.3008C23.1739 42.0325 18.2754 47 12.2464 47ZM40.8841 47C32.7826 47 28.4493 42.0325 28.4493 33.0529C28.4493 18.5325 38.2464 6.11382 47.1014 0L52 4.39431C45.4058 8.97967 39.3768 19.1057 39 25.2195C39.942 25.0285 40.5072 25.0285 40.8841 25.0285C46.7246 25.0285 51.6232 29.9959 51.6232 36.3008C51.6232 42.0325 46.7246 47 40.8841 47Z" fill="%235D4B51"/></svg>'); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; -webkit-mask-size: contain; transition: background-color 0.3s ease; margin: 8px 20px 0 0; }
.section06 .txt_set p { color: #000; font-size: 20px; font-weight: 400; line-height: 140%; }
.section06 .img_set .image { position: absolute; left: 50%; top: 0; z-index: 1; display: block; width: 100%; height: 100%; background: no-repeat left bottom; background-size: auto 100%; }
.section06 .img_set .name { position: absolute; right: 0; bottom: 90px; z-index: 1; color: #FFF; font-size: 17px; font-weight: 700; line-height: 140%; text-align: left; text-shadow: 0 1px 11px rgba(0, 0, 0, 0.62); }
.section07 { position: relative; overflow: hidden; background: #AA6873; }
.section07::after { content: ""; position: absolute; left: 50%; top: 932px; z-index: 1; transform: translateX(-50%); width: 100%; height: 158px; background: url("../images/sec07_bg_tit@1.5x.png") repeat-x center center; background-size: auto 100%; pointer-events: none; }
.section07 .in { max-width: 1200px; margin: 0 auto; padding: 88px 0 90px; }
.section07 .item_set { position: relative; display: flex; justify-content: center; gap: 20px; margin: 118px 0 461px; }
.section07 .item_set .item { position: relative; background: no-repeat center center; background-size: cover; border-radius: 20px; overflow: hidden; height: 408px; flex: 0 0 224px; transition: all 0.5s ease; }
.section07 .item_set .item1 { background-image: url("../images/sec07_card1@1.5x.jpg"); }
.section07 .item_set .item2 { background-image: url("../images/sec07_card2@1.5x.jpg"); }
.section07 .item_set .item3 { background-image: url("../images/sec07_card3@1.5x.jpg"); }
.section07 .item_set .item_in { display: flex; flex-direction: column; justify-content: space-between; width: 100%; height: 100%; padding: 28px 18px; transition: all 0.5s ease; }
.section07 .item_set .item p { color: #FFF; font-size: 30px; font-weight: 600; line-height: 140%; }
.section07 .item_set .item .txt { font-size: 22px; font-weight: 400; white-space: nowrap; opacity: 0; transition: opacity 0.5s ease; }
.section07 .item_set .item1 { background-position: left 77% center; }
.section07 .item_set .item1 .item_in { background: rgba(0, 0, 0, 0.2); }
.section07 .item_set .item2 .item_in { background: rgba(0, 0, 0, 0.5); }
.section07 .item_set .item3 { background-size: auto 150%; }
.section07 .item_set .item3 .item_in { background: rgba(0, 0, 0, 0.5); }
.section07 .item_set[data-item="1"] .item1, .section07 .item_set[data-item="2"] .item2, .section07 .item_set[data-item="3"] .item3 { flex: 1 1 auto; background-size: cover; }
.section07 .item_set[data-item="1"] .item1 .item_in, .section07 .item_set[data-item="2"] .item2 .item_in, .section07 .item_set[data-item="3"] .item3 .item_in { background: transparent; padding: 28px; }
.section07 .item_set[data-item="1"] .item1 .txt, .section07 .item_set[data-item="2"] .item2 .txt, .section07 .item_set[data-item="3"] .item3 .txt { opacity: 1; }
.section07 .reward_set { display: block; width: 100%; aspect-ratio: 1200/310; height: auto; background: url("../images/sec07_reward@1.5x.jpg") no-repeat center center; background-size: contain; display: flex; flex-direction: column; justify-content: space-between; border-radius: 20px; padding: 28px; }
.section07 .reward_set .tit { color: #FFF; font-size: 30px; font-weight: 600; line-height: 140%; }
.section07 .reward_set .txt { color: #FFF; font-size: 22px; font-weight: 400; line-height: 140%; }
.section08 { position: relative; overflow: hidden; background: #fff; }
.section08::before, .section08::after { content: ""; position: absolute; left: 50%; z-index: 0; transform: translateX(-50%); display: block; width: 1894px; aspect-ratio: 1894/659; height: auto; background-color: #AA6873; -webkit-mask-image: url('data:image/svg+xml,<svg width="1894" height="659" viewBox="0 0 1894 659" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1894 329.5C1894 511.478 1470.01 659 947 659C423.986 659 0 511.478 0 329.5C0 147.522 423.986 0 947 0C1470.01 0 1894 147.522 1894 329.5Z" fill="%23AA6873"/></svg>'); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; -webkit-mask-size: contain; transition: background-color 0.3s ease; }
.section08::before { bottom: calc(100% - 116px); }
.section08::after { top: calc(100% - 116px); background-color: #71454D; }
.section08 .in { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 148px 0 189px; }
.section08 .tit_set { margin: 0 0 48px; }
.section08 .tit_set .eyebrow_txt { color: #111; }
.section08 .tit_set .sec_tit { color: #111; }
.section08 .card_set { display: flex; justify-content: center; gap: 20px; }
.section08 .card_set .card { perspective: 1000px; width: 224px; height: 338px; cursor: pointer; }
.section08 .card_set .card:nth-child(2), .section08 .card_set .card:nth-child(4) { margin-top: 30px; }
.section08 .card_set .card .flip { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform 0.5s; }
.section08 .card_set .card .flip > div { position: absolute; inset: 0; backface-visibility: hidden; width: 100%; height: 100%; display: flex; flex-direction: column; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 20px; }
.section08 .card_set .card .front { z-index: 2; padding: 38px 20px 20px; }
.section08 .card_set .card .front .eng { display: block; width: 100%; height: 86px; background: no-repeat left center; background-size: auto 100%; margin: 0 0 15px 3px; }
.section08 .card_set .card .front .tit { color: #FFF; font-size: 25px; font-weight: 600; line-height: 140%; }
.section08 .card_set .card .front .txt { color: #FFF; font-size: 20px; font-weight: 400; line-height: 140%; margin: auto 0 0; }
.section08 .card_set .card .back { transform: rotateY(180deg); padding: 13px 0 20px 17px; }
.section08 .card_set .card .back .tit { position: relative; display: flex; align-items: flex-start; color: #FFF; font-size: 19px; font-weight: 800; line-height: 140%; }
.section08 .card_set .card .back .tit::before { content: ""; display: block; width: 6px; aspect-ratio: 5/5; background: #D71921; border-radius: 100%; margin: 2px 2px 0 0; }
.section08 .card_set .card .back .desc { color: #FFF; font-size: 14px; font-weight: 600; line-height: 140%; margin: 5px 0 0; }
.section08 .card_set .card .txt { color: #FFF; font-size: 20px; font-weight: 400; line-height: 140%; margin: auto 0 0; }
.section08 .card_set .card1 .back { padding-right: 15px; }
.section08 .card_set .card1 .back .tit span:last-child { margin-left: auto; }
.section08 .card_set .card1 .front { background-image: url("../images/sec08_card1_before@1.5x.jpg"); }
.section08 .card_set .card1 .front .eng { background-image: url("../images/sec08_card1_eng@1.5x.png"); }
.section08 .card_set .card1 .back { background-image: url("../images/sec08_card1_after@1.5x.jpg"); }
.section08 .card_set .card2 .front { background-image: url("../images/sec08_card2_before@1.5x.jpg"); }
.section08 .card_set .card2 .front .eng { background-image: url("../images/sec08_card2_eng@1.5x.png"); }
.section08 .card_set .card2 .back { background-image: url("../images/sec08_card2_after@1.5x.jpg"); }
.section08 .card_set .card3 .front { background-image: url("../images/sec08_card3_before@1.5x.jpg"); }
.section08 .card_set .card3 .front .eng { background-image: url("../images/sec08_card3_eng@1.5x.png"); }
.section08 .card_set .card3 .back { background-image: url("../images/sec08_card3_after@1.5x.jpg"); }
.section08 .card_set .card4 .front { background-image: url("../images/sec08_card4_before@1.5x.jpg"); }
.section08 .card_set .card4 .front .eng { background-image: url("../images/sec08_card4_eng@1.5x.png"); }
.section08 .card_set .card4 .back { background-image: url("../images/sec08_card4_after@1.5x.jpg"); }
.section08 .card_set .card5 .front { background-image: url("../images/sec08_card5_before@1.5x.jpg"); }
.section08 .card_set .card5 .front .eng { background-image: url("../images/sec08_card5_eng@1.5x.png"); }
.section08 .card_set .card5 .back { background-image: url("../images/sec08_card5_after@1.5x.jpg"); }
.section08 .card_set .card:hover .flip { transform: rotateY(180deg); }
.section09 { position: relative; overflow: hidden; background: #8B565F url("../images/sec09_bg@1.5x.jpg") no-repeat center center; background-size: auto 100%; }
.section09 .in { padding: 86px 0; }
.section09 .tit_set { margin: 0 0 57px; }
.section09 .tit_set .sec_tit { color: #FFF; font-size: 25px; font-weight: 500; line-height: 150%; text-align: center; text-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
.section09 .tit_set .sec_tit .bold { display: block; font-size: 40px; line-height: 150%; margin: 34px 0 52px; }
.section09 .btn_cta_set .btn_cta { text-align: center; width: 377px; aspect-ratio: 377/109; background-image: url("../images/btn_cta_bg_lg@1.5x.png"); margin: 0 auto; }
.footer { position: relative; height: 320px; background: #3C3C3C; padding: 73px 0 0; }
.footer a { display: inline; }
.footer .in { max-width: 1040px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; padding-right: 18px; text-align: left; }
.footer .f_logo { display: block; width: 218px; aspect-ratio: 218/60; height: auto; background: url("../images/f_logo@2x.png") no-repeat center center; background-size: contain; margin: 0 0 0 18px; }
.footer .address { color: #fff; font-weight: 400; font-size: 18px; line-height: 31px; letter-spacing: -0.04em; margin: 1px 0 31px; }
.footer .address span { display: block; }
.footer .copyright { color: #A3A3A3; font-weight: 500; font-size: 18px; line-height: 31px; letter-spacing: -0.04em; text-transform: uppercase; }
@media (min-width: 769px) {
	.ver_pc { display: block !important; }
	.ver_mo { display: none !important; }
}
@media (max-width: 768px) {
	.ver_pc { display: none !important; }
	.ver_mo { display: block !important; }
}
@media (max-height: 700px) {
	.section06 .tit_set { padding-bottom: calc(var(--parent-height) * 50 / var(--section-height)); }
	.section06 .tit_set .eyebrow_txt { font-size: calc(var(--parent-height) * 15 / var(--section-height)); margin-bottom: calc(var(--parent-height) * 42 / var(--section-height)); }
	.section06 .tit_set .eyebrow_txt + .sec_tit { font-size: calc(var(--parent-height) * 40 / var(--section-height)); }
	.section06 .tit_set .eyebrow_txt + .sec_tit::before { width: calc(var(--parent-height) * 10 / var(--section-height)); margin: calc(var(--parent-height) * 6.5 / var(--section-height)) calc(var(--parent-height) * 4 / var(--section-height)) 0 0; }
	.section06 .txt_set { padding-top: calc(var(--parent-height) * 50 / var(--section-height)); }
	.section06 .txt_set h4 { font-size: calc(var(--parent-height) * 30 / var(--section-height)); margin: 0 0 calc(var(--parent-height) * 19 / var(--section-height)); }
	.section06 .txt_set h4::before { width: calc(var(--parent-height) * 52 / var(--section-height)); margin: calc(var(--parent-height) * 8 / var(--section-height)) calc(var(--parent-height) * 20 / var(--section-height)) 0 0; }
	.section06 .txt_set p { font-size: calc(var(--parent-height) * 20 / var(--section-height)); }
	.section06 .img_set .name { bottom: calc(var(--parent-height) * 90 / var(--section-height)); font-size: calc(var(--parent-height) * 17 / var(--section-height)); text-shadow: 0 1px calc(var(--parent-height) * 11 / var(--section-height)) rgba(0, 0, 0, 0.62); }
}
