html.sr .load-hidden { visibility: hidden; }
[data-scroll-y="false"] { overflow-y: hidden; }
.blind { position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); overflow: hidden; }
.inner { position: relative; margin-left: auto; margin-right: auto; width: 90%; }
.inner1000 { position: relative; margin-left: auto; margin-right: auto; max-width: 1000px; width: 90%; }
.inner1400 { position: relative; margin-left: auto; margin-right: auto; max-width: 1400px; width: 90%; }
.image-wrap { position: relative; }
.image-wrap img { max-width: 100%; pointer-events: none; }
.image-wrap.border { text-align: center; }
.image-wrap.border:not(.full) { padding: 95px 24px; }
.image-wrap.border::before { content: ""; z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #dddddd; pointer-events: none; box-sizing: border-box; }
.image-wrap.background { background: #f8f9fb; }
.font-secondary { font-family: "Nexa Book"; }
.color-primary { color: #ff5800; }
.color-secondary { color: #2abc3f; }
.sp, .mo { display: none !important; }
.scroll-top { z-index: 9; position: fixed; bottom: 20px; right: 20px; pointer-events: none; }
.scroll-top a { display: block; width: 45px; height: 45px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23212227'%3E%3Cpath d='M450-80v-686L242-558l-42-42 280-280 280 280-42 42-208-208v686h-60Z'/%3E%3C/svg%3E") no-repeat center / auto 50%; border: 1px solid #212227; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); opacity: 0; visibility: hidden; transition: ease 0.6s; }
[data-scroll-top="true"] .scroll-top { pointer-events: auto; }
[data-scroll-top="true"] .scroll-top a { opacity: 1; visibility: visible; transition: ease 0.3s; }
.check { display: inline-block; position: relative; }
.check label { display: block; padding-left: 30px; font-size: 16px; color: #3d3d40; }
.check i { display: block; position: absolute; top: 2px; left: 0; width: 20px; height: 20px; pointer-events: none; }
.check i::before, .check i::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; }
.check i::after { background-repeat: no-repeat; background-color: #ff5800; background-image: url("../images/check.png"); background-size: auto 10px; background-position: center; opacity: 0; }
.check i::before { border: 1px solid #dddddd; }
.check input { z-index: 2; position: absolute; top: 0; left: 0; color: #fff; opacity: 0; }
.check input:checked ~ i::after { opacity: 1; }
.check-light label { color: #fff; cursor: pointer; }
.check-light i::after { background-color: #fff; background-image: url("../images/check-dark.png"); }
.check-light i::before { border-color: #fff; }

@media screen and (max-width: 1024px) {
    .inner { padding: 0; width: 90%; }
    .image-wrap.border:not(.full) { padding: 60px; }
    .pc { display: none !important; }
    .sp { display: block !important; }
    .check label { font-size: 15px; }
}

@media screen and (max-width: 768px) {
    .image-wrap.border:not(.full) { padding: 24px; }
    .mo { display: block !important; }
    .mobile-scroll-container { position: relative; padding-bottom: 25px; }
    .mobile-scroll-container .swiper-slide { width: auto; }
    .mobile-scroll-container .image-wrap img { max-width: none; width: 1020px; }
    .scroll-top { right: 15px; bottom: 15px; }
    .scroll-top a { width: 35px; height: 35px; }
    .check label { font-size: 14px; }
}

.swiper-container-horizontal > .swiper-scrollbar { height: 5px; }
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal { left: 0; width: 100%; }
.swiper-container .swiper-scrollbar { left: 0; width: 100%; background: #eee; }
.swiper-scrollbar-drag { background: #ff5800; }
.color-secondary .swiper-scrollbar-drag { background: #09b322; }
.button { display: inline-block; padding: 10px; border: 1px solid transparent; }
.button-primary { color: #fff; background: #ff5800; }
.button-border-primary { color: #ff5800; border-color: #ff5800; }
.button-secondary, .button-secondary-light { position: relative; padding: 14px 54px; font-family: "Nunito Sans"; font-weight: 600; text-align: center; font-size: 18px; color: #ff5800; transition: all 0.3s ease 0s; transition-property: color, background-color, border-color; border-color: #ff5800; border-radius: 2em; }
.button-secondary .arrow, .button-secondary-light .arrow { display: inline-flex; align-items: center; margin: 0 0 0 1em; transform: translate(0, -0.3em); }
.button-secondary .arrow:before, .button-secondary-light .arrow:before { content: ""; display: inline-block; width: 0; border-bottom: 1px solid; position: relative; transition: width 0.3s ease 0s; }
.button-secondary .arrow:after, .button-secondary-light .arrow:after { content: ""; display: inline-block; border-radius: 50%; border: 2px solid; transform: rotate(45deg); }
.button-secondary-light { color: #fff; border-color: #fff; }
.button-primary:hover { background: #075aff; }
.button-border-primary:hover { color: #fff; background: #ff5800; }
.button-round-arrow { display: inline-flex; align-items: center; justify-content: space-between; padding: 12px 32px; border: 1px solid #fff; border-radius: 50px; transition: all ease 0.3s; transition-property: background, color, border-color; }
.button-round-arrow::after { content: ""; display: block; margin-left: 30px; width: 46px; height: 17px; background: url("../images/icon-arrow-right.svg") no-repeat center / auto 100%; }

@media screen and (pointer: fine) {
    .button-round-arrow:hover { color: #fff; background-color: #ff5800; border-color: #ff5800; }
}

@media screen and (min-width: 900px) {
    .button-secondary .arrow { transition-property: width, height, border, margin; }
    .button-secondary:hover, .button-secondary-light:hover { background-color: #ff5800; color: #fff; }
    .button-secondary-light:hover { background-color: transparent; color: #fff; }
    .button-secondary:hover .arrow:before, .button-secondary-light:hover .arrow:before { width: 1.5em; }
    .button-secondary:hover .arrow:after, .button-secondary-light:hover .arrow:after { width: 8px; height: 8px; border-radius: 0; border-left: none; border-bottom: none; border-top-width: 1px; border-right-width: 1px; margin-left: -9px; }
}

@media screen and (max-width: 1024px) {
    .button-secondary, .button-secondary-light { font-size: 16px; }
    .button-round-arrow::after { width: 34px; height: 13px; }
}

@media screen and (max-width: 900px) {
    .button-secondary, .button-secondary-light { margin: 1em auto; }
    .button-secondary .arrow:before, .button-secondary-light .arrow:before { width: 1.5em; }
    .button-secondary .arrow:after, .button-secondary-light .arrow:after { width: 8px; height: 8px; border-radius: 0; border-left: none; border-bottom: none; border-top-width: 1px; border-right-width: 1px; margin-left: -8px; }
}

@media screen and (max-width: 768px) {
    .button-secondary, .button-secondary-light { font-size: 14px; }
}

.tab ul { display: flex; justify-content: center; margin: 0 -8px; }
.tab li { flex: 1 1 auto; margin: 0 8px; max-width: 130px; width: 100%; }
.tab .button { position: relative; padding-top: 14px; padding-bottom: 8px; width: 100%; font-family: "Nexa"; font-size: 20px; text-align: center; color: #bbbbbb; font-weight: 500; background: rgba(255, 255, 255, 0.15); border: none; border-radius: 12px; }
.tab .active .button { color: #000; font-weight: 700; background: rgba(255, 255, 255, 1); }

@media screen and (max-width: 1024px) {
    .tab ul { margin: 0 -4px; }
    .tab li { margin: 0 4px; }
    .tab .button { padding-top: 10px; padding-bottom: 5px; font-size: 18px; border-radius: 8px; }
}

@media screen and (max-width: 768px) {
    .tab ul { margin: 0 -2px; }
    .tab li { margin: 0 2px; flex: 1 1 auto; max-width: none; width: auto; }
    .tab .button { font-size: 14px; border-radius: 8px; }
}

.header { z-index: 10; position: fixed; top: 0; left: 0; width: 100%; height: 95px; transition: top ease 0.6s, background ease 0.6s; }
.header-primary { position: relative; left: 0; top: 0; color: #fff; transition: background ease 0.3s; }
.header-primary .logo { z-index: 2; position: absolute; top: 32px; left: 40px; }
.header-primary .logo .elastic { display: flex; }
.header-primary .logo .elastic span { display: block; height: 30px; background-repeat: no-repeat; background-position: 0 0; background-size: auto 100%; }
.header-primary .logo .elastic span:first-child { width: 53px; background-image: url("../images/logo-left.svg"); transition: width cubic-bezier(0, 0.55, 0.45, 1) 0.5s; }
.header-primary .logo .elastic span:last-child { margin-left: 2px; width: 80px; background-image: url("../images/logo-right.svg"); }
.header-primary .hamburger { display: none; position: absolute; top: 22px; right: 40px; width: 50px; height: 50px; }
.header-primary .hamburger a { display: block; width: 100%; height: 100%; }
.header-primary .hamburger .circle { display: block; position: relative; width: 100%; height: 100%; }
.header-primary .hamburger .circle::before, .header-primary .hamburger .circle::after { content: ""; position: absolute; right: 5px; width: 26px; height: 2px; background: #fff; }
.header-primary .hamburger .circle::before { top: 12px; }
.header-primary .hamburger .circle::after { top: 20px; width: 17px; }
.header-primary .gnb { margin-right: 150px; }
.header-primary .gnb .depth1 { display: flex; }
.header-primary .gnb .depth1 > li > a { display: block; position: relative; padding: 34px 34px 24px; text-align: center; font-family: "Nexa"; font-size: 20px; }
.header-primary .gnb .depth2 { padding: 15px 0; }
.header-primary .gnb .depth2 > li > a { display: block; padding: 10px 4px; text-align: center; }
.header-primary .gnb .close { display: none; position: fixed; top: 8px; margin: auto; }
.header-primary .gnb .close a { display: block; width: 100%; height: 100%; }
.header-primary .gnb .close .circle { display: block; position: relative; width: 100%; height: 100%; }
.header-primary .gnb .close .circle::before, .header-primary .gnb .close .circle::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 24px; height: 2px; background: #fff; }
.header-primary .gnb .close .circle::before { transform: rotate(45deg); }
.header-primary .gnb .close .circle::after { transform: rotate(-45deg); }
.header-primary .gnb .info, .header-primary .gnb .social { display: none; }
.header-primary .gnb .lang { display: none; }
.header-primary .language { z-index: 2; position: absolute; top: 37px; right: 100px; }
.header-primary .language .current { display: block; position: relative; font-size: 16px; color: inherit; background: url('/images/language-arrow.png') no-repeat top 7px right; border: none; }
.header-primary .language .current::before { content: ''; display: block; width: 18px; height: 18px; background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' xml:space='preserve' fill='%23fff'%3E%3Cpath d='M9,0L9,0C4,0,0,4,0,9s4,9,9,9l0,0c5,0,9-4,9-9S14,0,9,0z M9.4,5.4c0.9,0,1.9-0.1,2.8-0.4c0.3,1.2,0.4,2.4,0.5,3.6H9.5L9.4,5.4L9.4,5.4z M9.4,4.7V0.8c1,0.3,2,1.6,2.6,3.5C11.1,4.5,10.2,4.6,9.4,4.7z M8.7,0.8v3.9C7.8,4.7,7,4.6,6.1,4.4C6.7,2.3,7.7,1,8.7,0.8L8.7,0.8z M8.7,5.4v3.3H5.4c0-1.2,0.2-2.4,0.5-3.6C6.8,5.2,7.7,5.4,8.7,5.4z M4.7,8.6H0.8c0-1.7,0.7-3.5,1.8-4.8c0.8,0.4,1.7,0.8,2.5,1.1C4.9,6.1,4.7,7.4,4.7,8.6L4.7,8.6z M4.7,9.4c0,1.3,0.2,2.6,0.5,3.8c-0.9,0.3-1.7,0.6-2.5,1.1c-1.1-1.4-1.8-3.1-1.9-4.9H4.7L4.7,9.4z M5.4,9.4h3.3v3.3c-0.9,0-1.9,0.2-2.8,0.4C5.6,11.8,5.4,10.6,5.4,9.4z M8.7,13.3v3.9c-1-0.3-2-1.6-2.6-3.6C6.9,13.5,7.8,13.4,8.7,13.3L8.7,13.3z M9.4,17.2v-3.9c0.9,0,1.7,0.1,2.6,0.3C11.3,15.7,10.4,17,9.4,17.2L9.4,17.2z M9.4,12.6V9.3h3.2c0,1.2-0.2,2.4-0.5,3.6C11.2,12.8,10.3,12.6,9.4,12.6L9.4,12.6z M13.3,9.4h3.9c-0.1,1.8-0.7,3.5-1.9,4.9c-0.8-0.4-1.7-0.8-2.6-1.1C13.2,11.9,13.3,10.6,13.3,9.4L13.3,9.4z M13.3,8.6c0-1.3-0.2-2.6-0.5-3.8c0.9-0.3,1.8-0.6,2.6-1.1c1.1,1.4,1.8,3.1,1.9,4.9H13.3L13.3,8.6z M14.9,3.2c-0.7,0.4-1.5,0.7-2.3,0.9c-0.3-1.2-0.9-2.3-1.7-3.2C12.5,1.3,13.8,2.1,14.9,3.2z M7.1,1C6.3,1.9,5.7,3,5.4,4.2c-0.8-0.3-1.6-0.6-2.3-1C4.2,2.1,5.6,1.3,7.1,1L7.1,1z M3.1,14.8c0.7-0.4,1.5-0.7,2.2-0.9c0.3,1.2,0.9,2.3,1.7,3.2C5.6,16.7,4.2,15.9,3.1,14.8z M11,17.1c0.8-0.9,1.4-2,1.7-3.2c0.8,0.2,1.5,0.6,2.3,0.9C13.8,15.9,12.5,16.7,11,17.1L11,17.1z'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: center; background-size: auto 100%; transition: background ease .35s; }
.header-primary .language ul { position: absolute; left: 50%; top: calc(100% + 10px); margin-top: 5px; width: 80px; background: #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, .1); transform: translateX(-50%); visibility: hidden; opacity: 0; }
.header-primary .language ul::before { content: ''; z-index: -1; position: absolute; top: -8px; left: 0; right: 0; margin: auto; width: 0; height: 0; border-style: solid; border-width: 0 8px 8px 8px; border-color: transparent transparent #fff transparent; filter: drop-shadow(0px 3px 5px rgba(24, 24, 24, .35)); }
.header-primary .language li { background: #fff; }
.header-primary .language a { display: block; padding: 10px 0; text-align: center; font-size: 14px; color: #111; transition: all ease .15s; }
.header-primary .language .current[aria-pressed="true"] + ul { visibility: visible; opacity: 1; }
.header-primary .language .text { display: none; }
[data-header-hide="true"] { top: -95px; }
[data-header-theme="transparent"] { mix-blend-mode: exclusion; }
[data-header-theme="light"][data-header-sticky="true"] { background: #000; }

@media screen and (pointer: fine) {
    .header-primary .logo:hover .elastic span:first-child { width: 440px; }
    .header-primary .gnb .depth1 > li:hover > a::after { transform: scaleX(1); }
    .header-primary .gnb .depth1 > li:hover > a, .header-primary .gnb .depth2 > li > a:hover { color: #ff5800; }
    .header-full .nav .depth2 > li > a:hover { color: #ff5800; }
    .header-primary .language a:hover { text-decoration: underline; text-underline-offset: 0.15em; }
}

@media screen and (min-width: 1025px) {
    .header-primary .gnb { overflow: hidden; position: relative; display: flex; justify-content: flex-end; }
}

@media screen and (max-width: 1024px) {
    .header { height: 60px; }
    .header-primary { height: 100%; transition: background ease 0.3s; }
    .header-primary .logo { top: 20px; left: 5%; width: 92px; height: 20px; }
    .header-primary .logo .elastic span { height: 20px; }
    .header-primary .logo .elastic span:first-child { width: 35px; }
    .header-primary .logo .elastic span:last-child { width: 56px; }
    .header-primary .hamburger { display: block; }
    .header-primary .hamburger, .header-primary .gnb .close { position: absolute; top: 14px; right: 3%; width: 35px; height: 35px; }
    .header-primary .gnb { z-index: 3; overflow-y: auto; position: fixed; top: 0; right: -100%; padding: 50px 3%; width: 100%; height: 100dvh !important; background: #000; transition: all ease 0.45s; }
    .header-primary .gnb .close .circle::before, .header-primary .gnb .close .circle::after { width: 24px; }
    .header-primary .gnb .depth1 { flex-direction: column; }
    .header-primary .gnb .depth1 > li:last-child { border-bottom: none; }
    .header-primary .gnb .depth1 > li > a { overflow: hidden; padding: 10px 0; text-align: left; font-size: 26px; font-weight: 900; transform: translateY(100%); opacity: 0; transition: all ease 0.45s; }
    .header-primary .gnb .depth2 { overflow: hidden; padding: 0; max-height: 0; opacity: 0; visibility: hidden; }
    .header-primary .gnb .depth2 > li:last-child { padding-bottom: 10px; }
    .header-primary .gnb .depth2 > li > a { padding: 10px 16px; text-align: left; }
    .header-primary .gnb .depth1 > li > a[aria-expanded="true"]::after { transform: rotate(90deg); }
    .header-primary .gnb .social { display: block; font-family: "Nexa"; }
    .header-primary .gnb .social li { margin-bottom: 8px; }
    .header-primary .gnb .social ul { position: relative; margin-top: 60px; padding-top: 24px; }
    .header-primary .gnb .social ul::before { content: ""; position: absolute; top: 0; left: 0; width: 30px; height: 2px; background: #fff; transform: translateY(16px); opacity: 0; transition: all ease 0.45s; }
    .header-primary .gnb .social a { display: inline-block; font-size: 20px; font-weight: 900; transform: translateY(100%); opacity: 0; transition: all ease 0.45s; }
    .header-primary .gnb .info { display: block; margin-top: 20px; font-size: 14px; }
    .header-primary .gnb .info li { transform: translateY(100%); opacity: 0; transition: all ease 0.45s; }
    .header-primary .gnb { margin-right: 0; }
    .header-primary .gnb .lang { display: flex; align-items: center; position: absolute; bottom: 15px; left: 5%; opacity: 0; transition: all ease 0.45s; }
    .header-primary .gnb .lang a { margin-right: 20px; padding: 6px 0; font-size: 18px; font-weight: 700; opacity: 0.35; }
    .header-primary .gnb .lang a[aria-selected="true"] { text-decoration: underline; text-underline-offset: 0.25em; opacity: 1; }
    .header-primary .language { display: none; }
    [data-hamburger="opened"] { mix-blend-mode: normal; }
    [data-hamburger="opened"] .header-primary .gnb { right: 0; }
    [data-hamburger="opened"] .header-primary .gnb .close { display: block; }
    [data-hamburger="opened"] .header-primary .logo { background-image: url("../images/logo-dark.svg"); }
    [data-hamburger="opened"] .header-primary .gnb .depth1 > li > a,
    [data-hamburger="opened"] .header-primary .gnb .social a,
    [data-hamburger="opened"] .header-primary .gnb .info li,
    [data-hamburger="opened"] .header-primary .gnb .lang  { transform: none; opacity: 1; }
    [data-hamburger="opened"] .header-primary .gnb .depth1 > li:nth-child(1) > a { transition-delay: 0.3s; }
    [data-hamburger="opened"] .header-primary .gnb .depth1 > li:nth-child(2) > a { transition-delay: 0.35s; }
    [data-hamburger="opened"] .header-primary .gnb .depth1 > li:nth-child(3) > a { transition-delay: 0.4s; }
    [data-hamburger="opened"] .header-primary .gnb .depth1 > li:nth-child(4) > a { transition-delay: 0.45s; }
    [data-hamburger="opened"] .header-primary .gnb .depth1 > li:nth-child(5) > a { transition-delay: 0.5s; }
    [data-hamburger="opened"] .header-primary .gnb .social ul::before { transform: none; opacity: 1; transition-delay: 0.55s; }
    [data-hamburger="opened"] .header-primary .gnb .social li:nth-child(1) a { transition-delay: 0.6s; }
    [data-hamburger="opened"] .header-primary .gnb .social li:nth-child(2) a { transition-delay: 0.65s; }
    [data-hamburger="opened"] .header-primary .gnb .social li:nth-child(3) a { transition-delay: 0.7s; }
    [data-hamburger="opened"] .header-primary .gnb .info li:nth-child(1) { transition-delay: 0.75s; }
    [data-hamburger="opened"] .header-primary .gnb .info li:nth-child(2) { transition-delay: 0.8s; }
    [data-hamburger="opened"] .header-primary .gnb .lang { transition-delay: 0.85s; }
}

@media screen and (max-width: 768px) {
    .header-primary .hamburger, .header-primary .gnb .close { right: 4%; }
    .header-primary .gnb { padding-left: 5%; padding-right: 5%; }
}

.footer { background: #000; border-top: 1px solid rgba(255, 255, 255, 0.3); }
.footer-primary { padding: 36px 0; overflow-wrap: break-word; font-family: "Nexa", "Pretendard"; font-size: 20px; color: #fff; }
.footer-primary .row { display: flex; }
.footer-primary .row:first-child { margin-bottom: 110px; }
.footer-primary .row .col:nth-child(1) { width: 38%; }
.footer-primary .row .col:nth-child(2), .footer-primary .row .col:nth-child(3) { padding: 0 10px; width: 37%; }
.footer-primary .logo { display: block; margin-top: 6px; width: 195px; height: 34px; background: url("../images/logo_narrow_r.svg") no-repeat center / auto 100%; }
.footer-primary .info .title { font-size: 20px; font-weight: 700; }
.footer-primary .info .tel { font-size: 36px; font-weight: 700; margin: 30px 0 15px; }
.footer-primary .info .text { font-size: 18px; font-weight: 300; }
.footer-primary .links { display: flex; }
.footer-primary .links ul { width: 50%; }
.footer-primary .links li { margin-bottom: 10px; }
.footer-primary .links a { font-weight: 700; }
.footer-primary .contact { display: flex; }
.footer-primary .contact p { padding-right: 10px; width: 50%; }
.footer-primary .links2 { margin-top: 10px; font-size: 15px; }
.footer-primary .prize img { margin-bottom: 36px; width: 230px; height: auto; }

@media screen and (pointer: fine) {
    .footer-primary .links a { transition: opacity ease 0.15s; }
    .footer-primary .links a:hover { color: #ff5800; }
}

@media screen and (max-width: 1024px) {
    .footer-primary { display: flex; flex-direction: column; font-size: 13px; }
    .footer-primary .row { flex-direction: column; }
    .footer-primary .row:nth-child(1) { order: 2; }
    .footer-primary .row:nth-child(2) { order: 1; }
    .footer-primary .row:nth-child(3) { order: 3; }
    .footer-primary .row .col:nth-child(1) { display: flex; flex-direction: column; order: 2; }
    .footer-primary .row:last-child .col:nth-child(2) { order: 1; margin-bottom: 10px; padding: 0; width: 100%; font-size: 12px; }
    .footer-primary .row:first-child { margin-bottom: 45px; }
    .footer-primary .row:first-child .col:nth-child(1), .footer-primary .row:first-child .col:nth-child(3), .footer-primary .row:last-child .col:nth-child(3) { display: none; }
    .footer-primary .row:first-child .col:nth-child(2), .footer-primary .row:last-child .col:nth-child(1) { padding: 0; width: 100%; }
    .footer-primary .info .title { font-size: 13px; }
    .footer-primary .info .tel { margin: 5px 0 10px; font-size: 22px; }
    .footer-primary .info .text { font-size: 14px; }
    .footer-primary .copyright { order: 2; opacity: 0.5; font-size: 10px; }
    .footer-primary .links2 { margin: 0 0 10px; font-size: 12px; font-weight: 700; }
    .footer-primary .prize img { margin-bottom: 24px; width: 120px; }
}

@media screen and (max-width: 768px) {
}


.main-home, .main-sub { color: #fff; }
[data-animate="fade-up"] { transform: translateY(50%); opacity: 0; }
[data-pointer="false"] { pointer-events: none; }
.section-main-hero .scene1 { overflow: hidden; position: relative; width: 100%; height: 100vh; }
.section-main-hero .scene1 .background { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; }
.section-main-hero .scene1 .background .image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section-main-hero .scene1 .background .image video { width: 100%; height: 100%; object-fit: cover; }
.section-main-hero .scene1 .background .black { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; }
.section-main-hero .scene1 .center { display: flex; align-items: center; justify-content: center; z-index: 2; position: relative; margin: auto; width: 100%; height: 100%; }
.section-main-hero .scene1 .logo { z-index: 1; position: relative; width: 100%; }
.section-main-hero .scene1 .logo svg { display: block; opacity: 0; }
.section-main-hero .scene1 .products { z-index: 3; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section-main-hero .scene1 .products img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 655px; width: 35vw; opacity: 0; }
.section-main-hero .scene1 .text-wrap { z-index: 1; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: 90%; height: 100%; }
.section-main-hero .scene1 .title { position: absolute; top: 20%; left: 0; font-size: 35px; color: #000; font-weight: 600; opacity: 0; }
.section-main-hero .scene1 .text { position: absolute; bottom: 20%; left: 0; font-size: 20px; color: #000; opacity: 0; }
.section-main-hero .scene1 .screen { z-index: 2; position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%) scaleY(0); background: #000; }
.section-main-hero .scene2 { z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; background: #000; opacity: 0; visibility: hidden; }
.section-main-hero .scene2 .center { display: flex; align-items: center; height: 100vh; }
.section-main-hero .scene2 .text-wrap { position: absolute; top: 12vh; left: 0; right: 0; margin: auto; width: 90%; }
.section-main-hero .scene2 .text-wrap .title { margin-bottom: 16px; font-size: 28px; opacity: 0; }
.section-main-hero .scene2 .overlap { display: flex; position: relative; margin: 165px auto 0; width: 90%; }
.section-main-hero .scene2 .overlap .layer { flex: 1 0 auto; width: 50%; opacity: 0; }
.section-main-hero .scene2 .overlap .layer .box { padding-top: calc(560 / 1050 * 100%); height: 0; border-radius: 34px; }
.section-main-hero .scene2 .overlap .layer-forward { margin-right: calc(-6.5% + 3px); margin-top: calc(6% + 10px); }
.section-main-hero .scene2 .overlap .layer-backward { margin-left: calc(-6.5% + 2px); }
.section-main-hero .scene2 .overlap .layer-forward .box { border: 1px solid #fff; mix-blend-mode: exclusion; }
.section-main-hero .scene2 .overlap .title { position: absolute; font-size: 43px; font-weight: 700; line-height: 1.4; }
.section-main-hero .scene2 .overlap .title .type { opacity: 0; }
.section-main-hero .scene2 .overlap .title span { font-family: "Nexa"; }
.section-main-hero .scene2 .overlap .title small { display: block; font-size: 20px; font-weight: 400; }
.section-main-hero .scene2 .overlap .product { position: absolute; top: 50%; left: 50%; width: 13%; transform: translate(-50%, -50%); opacity: 0; }
.section-main-hero .scene2 .overlap .product img { width: 100%; height: auto; }
.section-main-hero .scene2 .overlap .layer-forward .title { bottom: 6%; left: 3%; }
.section-main-hero .scene2 .overlap .layer-backward .title { top: 6%; right: 3%; color: #000; }
.section-main-slide { overflow: hidden; }
.section-main-slide .scene1 { padding-top: calc(50vh - 160px); }
.scroll-slide-wrapper { display: flex; will-change: transform; }
.scroll-slide-container .scroll-slide { display: flex; flex: 1 0 auto; padding: 0 5%; width: 100%; }
.scroll-slide-container .text-wrap { display: flex; flex-direction: column; justify-content: space-between; margin-right: 80px; width: 40%; }
.scroll-slide-container .text-wrap .top .title { margin-top: -40px; margin-left: -2px; font-family: "Nexa"; font-size: 82px; font-weight: 900; }
.scroll-slide-container .text-wrap .top .title small { display: block; margin-left: 2px; font-size: 15px; color: #ff5800; font-weight: 700; }
.scroll-slide-container .text-wrap .bottom { position: relative; padding-right: 150px; }
.scroll-slide-container .text-wrap .bottom .title { font-size: 32px; font-weight: 700; }
.scroll-slide-container .text-wrap .bottom .text { margin-top: 10px; font-size: 20px; }
.scroll-slide-container .text-wrap .bottom .num { position: absolute; bottom: 0; right: 0; line-height: 1; font-family: "Nexa"; font-size: 100px; font-weight: 200; }
.scroll-slide-container .image-wrap { display: flex; width: 60%; }
.scroll-slide-container .image-wrap .image:not(:last-child) { margin-right: 10px; }
.section-main-story { padding-bottom: 50vh; }
.section-main-story .scene1 { height: 100%; text-align: center; }
.section-main-story .scene1 .center { display: flex; flex-direction: column; justify-content: center; margin: auto; max-width: 90%; height: 100vh; }
.section-main-story .scene1 .image-wrap::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient( to top, rgba(0, 0, 0, 1) 20%, rgb(0, 0, 0, 0.4) 36%, rgba(0, 0, 0, 0) 50% ); }
.section-main-story .scene1 .image-wrap { overflow: hidden; margin-top: -10vh; }
.section-main-story .scene1 .image-wrap img { max-width: 460px; width: 100%; opacity: 0; transform: translateY(25%); }
.section-main-story .scene1 .text-wrap { z-index: 2; position: relative; }
.section-main-story .scene1 .heading { margin-top: -165px; font-family: "Nexa"; font-size: 115px; font-weight: 900; }
.section-main-story .scene1 .heading small { display: block; font-size: 16px; font-weight: 400; color: #ff5800; }
.section-main-story .scene1 .title { margin: 0 0 15px; font-size: 32px; font-weight: 700; }
.section-main-story .scene1 .text { font-size: 19px; }
.section-main-story .scene2 { display: flex; align-items: center; margin: auto; width: 90%; height: 100vh; }
.section-main-story .scene2 .image-wrap { flex: 1 1 auto; padding: 0 5%; width: 50%; }
.section-main-story .scene2 .image-wrap img { opacity: 0; transform: translateY(25%); }
.section-main-story .scene2 .text-wrap { flex: 1 1 auto; position: relative; width: 50%; }
.section-main-story .scene2 .text-wrap .block2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; }
.section-main-story .scene2 .heading { display: flex; align-items: flex-end; }
.section-main-story .scene2 .heading .unit { margin-left: 35px; margin-bottom: 40px; font-size: 17px; opacity: 0.3; }
.section-main-story .scene2 .title { font-size: 36px; }
.section-main-story .scene2 .text { font-size: 22px; }
.section-main-story .scene3 { overflow: hidden; width: 100%; height: 100vh; }
.section-main-story .scene3 .slide { position: absolute; width: 100%; height: 100%; }
.section-main-story .scene3 .slide .background { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; }
.section-main-story .scene3 .slide1 .background { background: url("../images/main/story-background1.png") no-repeat center / cover; }
.section-main-story .scene3 .slide1 .contents { z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; position: relative; margin: auto; padding-bottom: 10vh; width: 90%; height: 100%; }
.section-main-story .scene3 .slide1 .heading { margin: -100px 0 35px; line-height: 1.2; font-size: 40px; font-weight: 700; }
.section-main-story .scene3 .slide1 .heading small { display: block; margin-bottom: 15px; font-size: 16px; font-weight: 400; color: #ff5800; }
.section-main-story .scene3 .slide2 { z-index: 2; }
.section-main-story .scene3 .slide2 .background { background: url("../images/main/story-background2.jpg") no-repeat center / cover; }
.section-main-story .scene3 .slide2 .background::after { content: ""; position: absolute; bottom: 0%; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 65%); }
.section-main-story .scene3 .slide2 .contents { z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; position: relative; margin: auto; padding-bottom: 10vh; width: 90%; height: 100%; }
.section-main-story .scene3 .slide2 .text-wrap { position: relative; text-align: center; }
.section-main-story .scene3 .slide2 .heading { margin: -50px 0 50px; line-height: 1.2; font-size: 48px; font-weight: 700; }
.section-main-story .scene3 .slide2 .heading small { display: block; margin-bottom: 15px; font-size: 16px; font-weight: 400; color: #ff5800; }
.section-main-story .scene3 .slide2 .text { margin: auto; max-width: 450px; font-size: 22px; }
.section-main-story .scene3 .slide2 .button-wrap { margin-top: 90px; text-align: center; }
.section-main-story .text-wrap .split { overflow: hidden; }
.section-main-story .text-wrap .split:nth-child(2) { margin: 60px 0 20px; }
.counter-container { display: flex; position: relative; padding: 20px 0; max-width: 770px; width: 100%; font-size: clamp(80px, 8.1vw, 154px); color: #e66100; font-weight: bold; line-height: 1; font-variant: common-ligatures tabular-nums; }
.counter-container [data-counter] { width: 100px; }
.block1 .counter-container { max-width: 450px; }

.section-main-history { z-index: 2; width: 100%; height: 800vh; }
.section-main-history .sticky { position: sticky; top: 0; left: 0; width: 100%; height: 100vh; }
.section-main-history .background { position: absolute; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; margin: auto; width: 90%; height: 100%; }
.section-main-history .background .type { position: absolute; left: 50%; margin-top: -2%; top: 50%; width: 90%; transform: translate(-50%, -50%); }
.history-slide { display: none; align-items: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; }
.history-slide .trigger { z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.history-slide .swiper { padding: 0 0 100px; width: 100%; height: 100%; }
.history-slide .swiper-slide { display: flex; align-items: center; justify-content: center; margin: auto; height: auto; }
.history-slide .swiper-pagination { display: flex; bottom: 35px; align-items: center; justify-content: center; opacity: 0; }
.history-slide .swiper-pagination .swiper-pagination-bullet { display: block; margin: 0 20px; width: auto; height: auto; line-height: 1; font-family: "Nexa"; font-weight: 300; background: none; border-radius: 0; opacity: 1; }
.history-slide .swiper-pagination .swiper-pagination-bullet i { display: block; position: relative; margin: 0 auto 14px; width: 16px; height: 16px; }
.history-slide .swiper-pagination .swiper-pagination-bullet i::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 90px; height: 1px; background: #484848; }
.history-slide .swiper-pagination .swiper-pagination-bullet i::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #484848; border-radius: 50%; transition: background ease 0.3s; }
.history-slide .swiper-pagination .swiper-pagination-bullet:last-child i::before { content: none; }
.history-slide .swiper-pagination .swiper-pagination-bullet-active i::after { background: #ff5800; }
.history-slide .box { position: relative; }
.history-slide .image-wrap { text-align: center; }
.history-slide .image-wrap img { width: auto; height: 55vh; border-radius: 25px; transition-timing-function: ease; transition-duration: 0.8s; }
.history-slide .text-wrap .top { z-index: 2; position: absolute; top: -48px; left: 0; width: 100%; line-height: 1; text-align: center; font-family: "Nexa"; font-size: 85px; font-weight: 800; text-shadow: 0px 0px 8px rgba(25, 25, 25, 0.3), 2px 2px 16px rgba(25, 25, 25, 0.15), 2px 4px 16px rgba(0, 0, 0, 0.3); }
.history-slide .text-wrap .bottom { z-index: 2; position: absolute; top: 95.5%; left: 0; width: 100%; text-align: center; }
.history-slide .text-wrap .title { font-size: 40px; font-weight: 600; text-shadow: 0px 0px 4px rgba(25, 25, 25, 0.3), 2px -2px 2px rgba(25, 25, 25, 0.2), 0px 4px 8px rgba(0, 0, 0, 0.3); }
.history-slide .text-wrap .text { font-size: 18px; margin-top: 10px; margin-right: auto; margin-left: auto; width: 90%; }
.history-slide .text-wrap p { opacity: 0; }
.section-main-outro { position: relative; height: 150vh; }
.section-main-outro .sticky { display: flex; align-items: center; position: sticky; top: 0; left: 0; margin: auto; padding-top: 90px; width: 90%; height: 100vh; }
.section-main-outro .sticky .text-wrap { display: flex; justify-content: space-between; width: 100%; }
.section-main-outro .sticky .text-wrap .title { font-size: 50px; font-weight: 600; }
.history-slide[data-slide-intro="true"] .image-wrap img { transform: translateX(-30px); opacity: 0; }
.history-slide[data-slide-intro="true"] .text-wrap p { transition-timing-function: ease; transition-duration: 0.65s; transform: translateY(30px); }
.history-slide[data-slide-intro="true"] .swiper-slide-active .image-wrap img, .history-slide[data-slide-intro="true"] .swiper-slide-active .text-wrap p { transform: none; opacity: 1; }

.reqm-slider { overflow: hidden; position: relative; padding-bottom: 100px; width: 100%; height: 100%; }
.reqm-slider-wrapper { display: flex; align-items: center; position: relative; width: 100%; height: 100%; }
.reqm-slide { display: flex; justify-content: center; position: absolute; width: 100%; opacity: 0; }
.reqm-year { position: absolute; top: -48px; left: 0; width: 100%; line-height: 1; text-align: center; font-family: "Nexa"; font-size: 85px; font-weight: 800; text-shadow: 0px 0px 8px rgba(25, 25, 25, 0.3), 2px 2px 16px rgba(25, 25, 25, 0.15), 2px 4px 16px rgba(0, 0, 0, 0.3); }
.reqm-text { z-index: 2; position: absolute; top: 95.5%; left: 0; width: 100%; text-align: center; font-size: 18px; }
.reqm-title { margin-bottom: 10px; font-size: 40px; font-weight: 600; text-shadow: 0px 0px 4px rgba(25, 25, 25, 0.3), 2px -2px 2px rgba(25, 25, 25, 0.2), 0px 4px 8px rgba(0, 0, 0, 0.3); }
.reqm-image-item { width: auto; height: 55vh; border-radius: 25px; }
.reqm-pagination { display: flex; align-items: center; justify-content: center; position: absolute; bottom: 35px; left: 0; width: 100%; }
.reqm-pagination-item { margin: 0 20px; line-height: 1; font-family: "Nexa"; font-weight: 300; cursor: pointer; }
.reqm-pagination-icon { display: block; position: relative; margin: 0 auto 14px; width: 16px; height: 16px; pointer-events: none; }
.reqm-pagination-icon::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 90px; height: 1px; background: #484848; }
.reqm-pagination-icon::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #484848; border-radius: 50%; transition: background ease 0.3s; }
.reqm-pagination-item:last-child .reqm-pagination-icon::before { content: none; }
.reqm-pagination-item--on .reqm-pagination-icon::after { background: #ff5800; }
@media screen and (min-width: 1025px) {
    .swiper-button-next, .swiper-button-prev { display: none; }
}

@media screen and (max-width: 1024px) {
    .section-main-hero,
    .section-main-slide,
    .section-main-story,
    .section-main-history,
    .section-main-outro,
    .section-main-hero .scene1 .center,
    .section-main-hero .scene2 .center { color: #000; background: #fff; transition: background ease .45s; }

    .main-invert .section-main-hero,
    .main-invert .section-main-slide,
    .main-invert .section-main-story,
    .main-invert .section-main-history,
    .main-invert .section-main-outro,
    .main-invert .section-main-hero .scene1 .center,
    .main-invert .section-main-hero .scene2 .center { color: #fff; background: #000; }
    .main-invert .section-main-hero .scene1 .title,
    .main-invert .section-main-hero .scene1 .text { color: inherit; }

    .section-main-hero .scene1 { height: auto; }
    .section-main-hero .scene1 .background { position: fixed; }
    .section-main-hero .scene1 .title,
    .section-main-hero .scene1 .text { opacity: 1; }
    .section-main-hero .scene1 .center { margin-top: 100vh; height: 100vh; }
    .section-main-hero .scene1 .logo svg { fill: #000; }
    .section-main-hero .scene2 { position: relative; opacity: 1; visibility: visible; background: transparent; }
    .section-main-hero .scene2 .center { display: block; padding-top: 60px; padding-bottom: 160px; height: auto; }
    .section-main-hero .scene2 .text-wrap { position: static; }
    .section-main-hero .scene2 .text-wrap .title,
    .section-main-hero .scene2 .overlap .layer,
    .section-main-hero .scene2 .overlap .product,
    .section-main-hero .scene2 .overlap .title .type { opacity: 1; }
    .section-main-hero .scene2 .overlap .layer-backward .box { background: #fff; }
    .section-main-hero .scene2 .overlap { margin-top: 60px; }


    .section-main-hero .sticky .title { top: 18%; font-size: 26px; }
    .section-main-hero .sticky .text { bottom: 26%; font-size: 16px; }
    .section-main-hero .scene1 .background .image { position: relative; }
    .section-main-hero .scene1 .title { font-size: 30px; top: 18%; }
    .section-main-hero .scene1 .text { font-size: 16px; bottom: 18%; }
    .section-main-hero .scene2 .text-wrap { top: 12%; }
    .section-main-hero .scene2 .text-wrap .title { margin-bottom: 20px; font-size: 20px; }
    .section-main-hero .scene2 .overlap .layer .box { padding-top: calc(680 / 1050 * 100%); border-radius: 16px; }
    .section-main-hero .scene2 .overlap .title { font-size: 22px; }
    .section-main-hero .scene2 .overlap .title small { font-size: 13px; }
    .section-main-hero .scene2 .overlap .layer-forward { margin-top: calc(7% + 5px); }
    .section-main-hero .scene2 .overlap .layer-backward { margin-left: calc(-10% + 1px); }
    .section-main-hero .scene2 .overlap .product { width: 16.5%; }
    .section-main-slide .scene1 { padding-top: 0; }
    .scroll-slide-wrapper { display: block; }
    .scroll-slide-container .scroll-slide { display: block; margin-bottom: 100px; }
    .scroll-slide-container .scroll-slide:last-child { margin-bottom: 0; }
    .scroll-slide-container .text-wrap { margin: 0 0 20px; width: 100%; }
    .scroll-slide-container .text-wrap .top .title { margin: 0; font-size: 34px; }
    .scroll-slide-container .text-wrap .top .title small { line-height: 1; font-size: 13px; }
    .scroll-slide-container .text-wrap .bottom { padding-right: 0; }
    .scroll-slide-container .text-wrap .bottom .title { font-size: 20px; }
    .scroll-slide-container .text-wrap .bottom .text { margin: 20px 0; font-size: 16px; }
    .scroll-slide-container .text-wrap .bottom .num { top: -72px; bottom: auto; font-size: 40px; }
    .scroll-slide-container .image-wrap { width: 100%; }
    .section-main-story { padding-bottom: 0; }
    .section-main-story .scene1 .heading { font-size: 40px; }
    .section-main-story .scene1 .image-wrap img { width: 90%; }
    .section-main-story .scene1 .title { margin: 30px 0 15px; font-size: 20px; }
    .section-main-story .scene1 .text { font-size: 16px; }
    .section-main-story .scene1 .image-wrap img { opacity: 1; visibility: visible; transform: none; }
    .section-main-story .scene2 { flex-direction: column; align-items: flex-start; justify-content: center; }
    .section-main-story .scene2 .image-wrap { flex: 0; margin: 0; padding: 0; width: 100%; }
    .section-main-story .scene2 .image-wrap img { max-width: 50%; }
    .section-main-story .scene2 .heading .unit { margin-left: 10px; margin-bottom: 20px; font-size: 16px; }
    .section-main-story .scene2 .text-wrap { flex: 0; width: 100%; }
    .section-main-story .scene2 .title { font-size: 24px; }
    .section-main-story .scene2 .text { font-size: 16px; }
    .section-main-story .scene2 .image-wrap img { opacity: 1; transform: none; }
    .section-main-story .text-wrap .split:nth-child(2) { margin: 10px 0; }
    .section-main-story .scene3 { height: auto; }
    .section-main-story .scene3 .slide { position: relative; height: 100vh; }
    .section-main-story .scene3 .slide1 .contents { flex-direction: column; align-items: flex-start; justify-content: flex-end; }
    .section-main-story .scene3 .slide1 .heading { margin: 0 0 20px; font-size: 26px; }
    .section-main-story .scene3 .slide1 .heading small { margin-bottom: 6px; font-size: 13px; }
    .section-main-story .scene3 .slide1 .button-wrap { margin-top: 46px; }
    .section-main-story .scene3 .slide2 .background { background-position: 60% center; }
    .section-main-story .scene3 .slide2 .heading { margin: 0 0 24px; font-size: 28px; }
    .section-main-story .scene3 .slide2 .heading small { margin-bottom: 10px; font-size: 14px; }
    .section-main-story .scene3 .slide2 .text { font-size: 16px; }
    .section-main-story .scene3 .slide2 .button-wrap { margin-top: 46px; }
    .section-main-outro { height: auto; }
    .section-main-outro .sticky { position: static; padding-top: 100px; padding-bottom: 100px; }
    .section-main-outro .sticky .text-wrap { flex-direction: column; }
    .section-main-outro .sticky .text-wrap .title { font-size: 24px; }
    .section-main-history { padding-top: 100px; height: auto; }
    .section-main-history .background { position: static; height: auto; }
    .section-main-history .background .type { position: static; margin-top: 0; transform: none; margin-bottom: 50px; }
    .history-slide { display: flex; opacity: 1; position: static; margin-top: -10vh; }
    .history-slide .swiper { padding: 0; }
    .history-slide .swiper-button-next, .history-slide .swiper-button-prev { margin-top: -60px; color: #fff; }
    .history-slide .trigger { display: none; }
    .history-slide .text-wrap .top { margin-top: -50px; }
    .history-slide .text-wrap p { opacity: 1; transition-timing-function: ease; transition-duration: 0.65s; transform: translateY(25px); }
    .history-slide .image-wrap { margin-top: -50px; }
    .history-slide .image-wrap img { transform: translateX(-25px); opacity: 0; }
    .history-slide .swiper-pagination { bottom: 70px; opacity: 1; }
    .history-slide .swiper-slide-active .image-wrap img,
    .history-slide .swiper-slide-active .text-wrap p { transform: none; opacity: 1; }
    .block1 .counter-container { max-width: none; }
    .counter-container { font-size: 50px; width: auto; }
    .counter-container [data-counter] { width: 34px; }

    .reqm-slider { display: none; }
}

@media screen and (max-width: 768px) {
    .scroll-slide-container .text-wrap .top .title { font-size: 30px; }
    .scroll-slide-container .text-wrap .top .title small { font-size: 12px; }
    .scroll-slide-container .text-wrap .bottom .title { font-size: 18px; }
    .scroll-slide-container .text-wrap .bottom .text { margin-bottom: 10px; font-size: 14px; }
    .scroll-slide-container .text-wrap .bottom .num { top: -64px; font-size: 30px; }
    .scroll-slide-container .image-wrap { flex-direction: column; }
    .scroll-slide-container .image-wrap img { margin: 5px 0; }

    .section-main-story { padding-top: 100px; }
    .section-main-story .scene1 .heading { font-size: 30px; }
    .section-main-story .scene1 .heading small { font-size: 12px; }
    .section-main-story .scene1 .text { font-size: 14px; }

    .section-main-story .scene2 { padding-top: 0; }
    .section-main-story .scene2 .text { font-size: 14px; }
    .section-main-story .scene2 .text-wrap .block1 { margin-top: 20px; }
    .section-main-story .scene2 .text-wrap .block2 { position: static; margin-top: 50px; opacity: 1; visibility: visible; }
    .section-main-story .scene2 .heading .unit { font-size: 14px; opacity: 0.7; }
    .section-main-story .scene2 .title { font-size: 20px; }
    .section-main-story .scene3 .slide2 .text { font-size: 14px; }

    .counter-container { padding: 10px 0; font-size: 40px; }
    .counter-container [data-counter] { width: 27px; }
}


.section-about-hero { position: relative; }
.section-about-hero .center { display: flex; z-index: 2; position: relative; align-items: center; width: 100%; height: 100vh; background: #000; }
.section-about-hero .center .text-wrap .heading { line-height: 1.4; text-align: center; font-size: 45px; font-weight: 600; }
.section-about-hero .contents { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section-about-hero .contents .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("/assets/images/sub/about/hero-background2.jpg") no-repeat center / cover; }
.section-about-hero .contents .inner { z-index: 2; display: flex; flex-direction: column; justify-content: space-between; padding-top: 15vh; padding-bottom: 15vh; height: 100%; }
.section-about-hero .contents .text-wrap { display: flex; text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 0px 12px rgba(0, 0, 0, 0.15); }
.section-about-hero .contents .text-wrap p:last-child, .section-about-hero .contents .text-wrap-bottom p { width: 42%; }
.section-about-hero .contents .text-wrap-bottom p:last-child { margin-top: 5vh; }
.section-about-hero .contents .text-wrap .heading { line-height: 1.2; font-size: 60px; font-weight: 600; }
.section-about-hero .contents .text-wrap .heading .font-secondary { font-weight: 100; }
.section-about-hero .contents .text-wrap .title { font-size: 50px; font-weight: 600; }
.section-about-hero .contents .text-wrap .text { font-size: 22px; font-weight: 200; }
.section-about-hero .contents .text-wrap-top { justify-content: space-between; }
.section-about-hero .contents .text-wrap-bottom { flex-direction: column; align-items: flex-end; }
.section-about-feature { margin: 300px 0; height: 200vh; }
.section-about-feature .sticky { position: sticky; top: 0; left: 0; padding: 120px 0 20px; width: 100%; height: 100vh; }
.section-about-feature .inner { max-width: 1400px; }
.section-about-feature .heading { margin-bottom: 45px; line-height: 1.4; text-align: center; font-size: 42px; font-weight: 600; }
.section-about-feature .grid { display: flex; flex-wrap: wrap; justify-content: center; margin: -10px; height: calc(100vh - 320px); }
.section-about-feature .grid li { padding: 10px; max-width: 560px; width: 50%; }
.section-about-feature .grid li:nth-child(1) .background::before { background-image: url("/assets/images/sub/about/feature-image1.png"); }
.section-about-feature .grid li:nth-child(2) .background::before { background-image: url("/assets/images/sub/about/feature-image2.png"); }
.section-about-feature .grid li:nth-child(3) .background::before { background-image: url("/assets/images/sub/about/feature-image3.png"); }
.section-about-feature .grid li:nth-child(4) .background::before { background-image: url("/assets/images/sub/about/feature-image4.png"); }
.section-about-feature .grid .box { overflow: hidden; position: relative; height: 100%; border-radius: 23px; }
.section-about-feature .grid .background { position: relative; height: 100%; aspect-ratio: 2.5; }
.section-about-feature .grid .background::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; transition: all ease 0.35s; }
.section-about-feature .grid .background::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: 0; transition: opacity ease 0.3s; }
.section-about-feature .grid .text-wrap { position: absolute; top: 0; left: 0; padding: 30px 80px 30px 30px; width: 100%; height: 100%; }
.section-about-feature .grid .title { line-height: 1.4; font-size: 30px; font-weight: 600; color: #fff; mix-blend-mode: exclusion; }
.section-about-feature .grid .text { margin-top: 32px; color: #000; opacity: 0; transform: translateY(25%); transition: all ease 0.35s; }
.section-about-feature .grid .toggle { position: absolute; top: 30px; right: 30px; padding: 8px; width: 45px; height: 45px; }
.section-about-feature .grid .toggle i { display: block; position: relative; width: 100%; height: 100%; border: 1px solid #fff; border-radius: 50%; transition: all ease 0.35s; mix-blend-mode: exclusion; }
.section-about-feature .grid .toggle i::before, .section-about-feature .grid .toggle i::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 50%; height: 1px; background: #fff; }
.section-about-feature .grid .toggle i::after { transform: rotate(90deg); }
.section-about-feature .grid [data-box-pressed="true"] .background::before { filter: blur(12px); }
.section-about-feature .grid [data-box-pressed="true"] .background::after { opacity: 0.2; }
.section-about-feature .grid [data-box-pressed="true"] .title { color: #000; font-weight: 700; mix-blend-mode: normal; }
.section-about-feature .grid [data-box-pressed="true"] .text { opacity: 1; transform: none; }
.section-about-feature .grid [data-box-pressed="true"] .toggle i { transform: rotate(135deg); }
.section-about-billboard { width: 100%; height: 200vh; }
.section-about-billboard .sticky { display: flex; align-items: center; justify-content: center; position: sticky; top: 0; left: 0; padding-top: 90px; width: 100%; height: 100vh; }
.section-about-billboard .heading { line-height: 1; text-align: center; font-family: "Nexa"; font-size: clamp(36px, 10vw, 218px); font-weight: 900; letter-spacing: -0.04em; }
.section-about-slide .sticky { display: flex; align-items: center; width: 100%; height: 100vh; }
.section-about-slide .scroll-slide-container { overflow: hidden; position: relative; }
.section-about-slide .scroll-slide-container .scroll-slide { display: flex; width: 100%; height: 100%; }
.section-about-slide .scroll-slide-container .scroll-slide .image-wrap { padding-right: 4%; width: 57%; }
.section-about-slide .scroll-slide-container .scroll-slide .image-wrap img { width: 100%; border-radius: 25px; }
.section-about-slide .scroll-slide-container .scroll-slide .text-wrap { display: block; position: relative; width: 43%; }
.section-about-slide .scroll-slide-container .scroll-slide .title { margin-top: -10px; margin-bottom: 30px; font-size: 48px; font-weight: 600; }
.section-about-slide .scroll-slide-container .scroll-slide .text { font-size: 22px; }
.section-about-slide .scroll-slide-container .scroll-slide .num { position: absolute; bottom: 0; left: 0; line-height: 0.6; font-family: "Nexa"; font-size: 70px; font-weight: 300; }
.section-about-slide .scroll-slide-container .swiper-pagination { display: flex; justify-content: flex-end; left: auto; right: 0; bottom: 0%; padding: 0 5%; width: 100%; }
.section-about-slide .scroll-slide-container .swiper-pagination .swiper-pagination-bullet { margin: 0 10px; width: 16px; height: 16px; background: #484848; opacity: 1; }
.section-about-slide .scroll-slide-container .swiper-pagination .swiper-pagination-bullet-active { background: #ff5800; }
.section-about-outro { width: 100%; height: 200vh; }
.section-about-outro .sticky { display: flex; align-items: center; justify-content: center; position: sticky; top: 0; left: 0; padding-top: 90px; width: 100%; height: 100vh; text-align: center; }
.section-about-outro .heading { line-height: 1.4; font-size: 42px; font-weight: 600; }
.section-about-outro .heading:first-child { margin-bottom: 130px; }

@media screen and (min-width: 1921px) {
    .section-about-feature .grid li { max-width: none; }
}

@media screen and (max-width: 1200px) {
    .section-about-slide .scroll-slide-container .scroll-slide .title { font-size: 40px; margin-bottom: 10px; }
    .section-about-slide .scroll-slide-container .scroll-slide .text { font-size: 20px; }
    .section-about-slide .scroll-slide-container .scroll-slide .num { font-size: 50px; }
}

@media screen and (max-width: 1024px) {
    .section-about-hero .center .text-wrap .heading { font-size: 36px; }
    .section-about-hero .contents .background { background-position: left 25% center; opacity: 0.5; }
    .section-about-hero .contents .text-wrap { flex-direction: column; }
    .section-about-hero .contents .text-wrap p:last-child { margin-top: 26px; width: 100%; }
    .section-about-hero .contents .text-wrap-bottom p { width: 100%; }
    .section-about-hero .contents .text-wrap .heading { font-size: 40px; }
    .section-about-hero .contents .text-wrap .title { font-size: 32px; }
    .section-about-hero .contents .text-wrap .text { font-size: 20px; }
    .section-about-feature { margin: 0; height: auto; }
    .section-about-feature .sticky { position: static; padding: 50vh 0; height: auto; }
    .section-about-feature .heading { margin-bottom: 85px; font-size: 36px; }
    .section-about-feature .grid { margin: -10px; }
    .section-about-feature .grid .background { aspect-ratio: 1.8; }
    .section-about-feature .grid li { padding: 5px; }
    .section-about-feature .grid .box { border-radius: 18px; }
    .section-about-feature .grid .text { margin-top: 22px; }
    .section-about-feature .grid .title { font-size: 24px; }
    .section-about-feature .grid .toggle { top: 26px; right: 24px; }
    .section-about-slide .scroll-slide-container .scroll-slide { flex-direction: column; height: auto; }
    .section-about-slide .scroll-slide-container .scroll-slide .image-wrap { margin-bottom: 25px; padding-right: 0; width: 100%; }
    .section-about-slide .scroll-slide-container .scroll-slide .text-wrap { width: 100%; }
    .section-about-slide .scroll-slide-container .scroll-slide .title { font-size: 34px; }
    .section-about-slide .scroll-slide-container .scroll-slide .text { font-size: 18px; }
    .section-about-slide .scroll-slide-container .scroll-slide .num { font-size: 40px; position: static; margin-right: 14px; }
    .section-about-slide .scroll-slide-container .swiper-pagination { left: 50%; right: auto; bottom: -20px; margin: 0 6px; transform: translateX(-50%); }
    .section-about-slide .scroll-slide-container .swiper-pagination .swiper-pagination-bullet { margin: 0 5px; width: 14px; height: 14px; }
    .section-about-outro .heading { font-size: 36px; }
    .section-about-slide .sticky { position: static; height: auto; }
    .section-about-billboard { height: auto; }
    .section-about-billboard .sticky { position: static; padding-top: 120px; padding-bottom: 60px; height: auto; }
    .section-about-outro { height: auto; }
    .section-about-outro .sticky { position: static; padding-top: 120px; padding-bottom: 120px; }
    .section-about-outro .heading { transform: none; opacity: 1; }
}

@media screen and (max-width: 768px) {
    .section-about-hero .center .text-wrap .heading { font-size: 28px; }
    .section-about-hero .contents .inner { padding-top: 15vh; padding-bottom: 15vh; }
    .section-about-hero .contents .text-wrap .heading { font-size: 30px; }
    .section-about-hero .contents .text-wrap .title { font-size: 24px; }
    .section-about-hero .contents .text-wrap .text { font-size: 18px; }
    .section-about-feature .heading { margin-bottom: 55px; font-size: 28px; }
    .section-about-feature .grid .box { border-radius: 14px; }
    .section-about-feature .grid .text { margin-top: 18px; }
    .section-about-feature .grid .title { font-size: 18px; }
    .section-about-feature .grid .toggle { top: 22px; right: 20px; }
    .section-about-slide .scroll-slide-container .scroll-slide .num { font-size: 24px; margin-right: 10px; }
    .section-about-slide .scroll-slide-container .scroll-slide .text { font-size: 15px; }
    .section-about-slide .scroll-slide-container .scroll-slide .title { font-size: 24px; }
    .section-about-outro .heading { font-size: 24px; }
    .section-about-outro .heading:first-child { margin-bottom: 100px; }
    .history-slide .text-wrap .text { margin-top: 6px; font-size: 14px; }
    .history-slide .text-wrap .top { top: -18px; font-size: 40px; }
    .history-slide .text-wrap .title { font-size: 24px; }
    .history-slide .image-wrap img { height: 45vh; }
    .history-slide .swiper-button-prev { left: 5%; color: #fff; }
    .history-slide .swiper-button-next { right: 5%; color: #fff; }
    .swiper-button-next:after, .swiper-button-prev:after { font-size: 34px; }
    .history-slide .swiper-pagination .swiper-pagination-bullet { margin: 0 2px; font-size: 11px; width: 28px; }
    .history-slide .swiper-pagination .swiper-pagination-bullet i { width: 12px; height: 12px; }
    .history-slide .swiper-pagination .swiper-pagination-bullet i::before { width: 40px; }
    .section-main-outro .scene1 .text-wrap { flex-direction: column; justify-content: flex-start; }
    .section-main-outro .scene1 .text-wrap .title { margin-bottom: 14px; font-size: 24px; }
    .section-about-slide .scroll-slide-container .scroll-slide .image-wrap img { border-radius: 14px; }
}

@media screen and (max-width: 600px) {
    .section-about-feature .grid { margin: -10px 0; }
    .section-about-feature .grid li { width: 100%; }
}

.section-contact-hero { position: relative; padding: 660px 0 250px; text-align: center; }
.section-contact-hero .inner { z-index: 2; }
.section-contact-hero .background { position: absolute; top: 0; left: 0; width: 100%; min-height: 100vh; }
.section-contact-hero .background::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../images/sub/contact/background.jpg") no-repeat center / cover; }
.section-contact-hero .background::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 40%); }
.section-contact-hero .heading { margin-bottom: 70px; line-height: 1.4; font-size: 50px; font-weight: 700; }
.section-contact-hero .button-wrap { display: flex; align-items: center; justify-content: center; }
.section-contact-hero .button-wrap .button { margin: 0 10px; max-width: 260px; width: 100%; }

@media screen and (max-width: 1024px) {
    .section-contact-hero { padding: 51vh 0px 120px; }
    .section-contact-hero .heading { margin-bottom: 50px; font-size: 40px; }
    .section-contact-hero .background { min-height: 70vh; }
    .section-contact-hero .background::before { background-position: 63% center; }
}

@media screen and (max-width: 768px) {
    .section-contact-hero { padding: 37vh 0px 80px; }
    .section-contact-hero .background { min-height: 50vh; }
    .section-contact-hero .heading { font-size: 26px; }
}

@media screen and (max-width: 500px) {
    .section-contact-hero .button-wrap { flex-direction: column; }
    .section-contact-hero .button-wrap .button { margin: 5px 0; }
}

.sub-title { margin-bottom: 120px; text-align: center; }
.sub-title .title { margin: 10px 0; font-size: 60px; font-weight: 600; }
.sub-title .text { font-size: 22px; }
.sub-title .icon { display: inline-block; width: 40px; height: 50px; background-repeat: no-repeat; background-size: 100% auto; background-position: center; }
.sub-title .icon-news { background-image: url("/assets/images/sub/news/icon-news.svg"); }

@media screen and (max-width: 1024px) {
    .sub-title { margin-bottom: 60px; }
    .sub-title .title { font-size: 38px; margin: 0 0 5px; line-height: 1.4; }
    .sub-title .text { font-size: 20px; }
    .sub-title .icon { width: 28px; height: 34px; }
}

@media screen and (max-width: 768px) {
    .sub-title { margin-bottom: 40px; }
    .sub-title .title { font-size: 26px; }
    .sub-title .text { font-size: 18px; }
    .sub-title .icon { width: 22px; height: 27px; }
}

.section-start { padding-top: 240px; }
.section-end { padding-bottom: 200px; }
.section-board-list .tab { margin-bottom: 120px; }
.gallery-board-list { display: flex; flex-wrap: wrap; margin: -13px; }
.gallery-board-list li { padding: 13px; width: 50%; }
.gallery-board-list .block { overflow: hidden; display: block; position: relative; border-radius: 25px; }
.gallery-board-list .block .thumbnail { position: relative; padding-top: calc(330 / 692 * 100%); height: 0; opacity: 0.3; transition: all ease 0.6s; }
.gallery-board-list .block .thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.gallery-board-list .block .contents { position: absolute; top: 0; left: 0; padding: 30px 140px 80px 40px; width: 100%; height: 100%; }
.gallery-board-list .block .category { position: absolute; top: 43px; right: 40px; display: inline-block; padding: 6px 14px 0px; font-family: "Nexa"; font-size: 14px; border: 1px solid #fff; border-radius: 50px; }
.gallery-board-list .block .title { font-size: 40px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.gallery-board-list .block .date { position: absolute; bottom: 40px; left: 40px; font-size: 20px; font-weight: 300; }

@media screen and (max-width: 1024px) {
    .section-start { padding-top: 160px; }
    .section-end { padding-bottom: 140px; }
    .gallery-board-list { margin: -8px; }
    .gallery-board-list li { padding: 8px; }
    .section-board-list .tab { margin-bottom: 100px; }
    .gallery-board-list .block { border-radius: 20px; }
    .gallery-board-list .block .thumbnail { opacity: 0.5; }
    .gallery-board-list .block .contents { padding: 24px 120px 70px 34px; }
    .gallery-board-list .block .category { top: 34px; right: 34px; padding: 3px 10px 0; font-size: 13px; }
    .gallery-board-list .block .title { line-height: 1.4; font-size: 26px; }
    .gallery-board-list .block .date { bottom: 24px; left: 34px; font-size: 16px; }
}

@media screen and (max-width: 768px) {
    .section-start { padding-top: 80px; }
    .section-end { padding-bottom: 100px; }
    .gallery-board-list { margin-right: 0; margin-left: 0; }
    .gallery-board-list li { padding-right: 0; padding-left: 0; width: 100%; }
    .section-board-list .tab { margin-bottom: 70px; }
    .gallery-board-list .block { border-radius: 12px; }
    .gallery-board-list .block .contents { padding: 24px 16px 50px; }
    .gallery-board-list .block .category { position: static; margin-bottom: 10px; font-size: 12px; }
    .gallery-board-list .block .title { font-size: 18px; -webkit-line-clamp: 1; }
    .gallery-board-list .block .date { left: 16px; bottom: 24px; margin-top: 14px; font-size: 13px; }
}

.board-view-head .board-image { overflow: hidden; position: relative; height: 70vh; }
.board-view-head .board-image img { width: 100%; height: 100%; object-fit: cover; }
.board-view-head .board-image::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.board-view-body { padding-top: 200px; }
.board-view-body .board-info { margin-bottom: 150px; }
.board-view-body .board-info .row { position: relative; padding-right: 100px; }
.board-view-body .board-info .category { position: absolute; top: 18px; right: 0; display: inline-block; padding: 6px 14px 0px; font-family: "Nexa"; font-size: 14px; border: 1px solid #fff; border-radius: 50px; }
.board-view-body .board-info .title { font-size: 60px; font-weight: 600; }
.board-view-body .board-info .date { margin-top: 10px; font-size: 20px; font-weight: 300; }
.board-view-foot .heading { margin: 150px 0 55px; text-align: center; }
.board-view-foot .heading p { text-align: center; font-size: 60px; font-weight: 600; }
.board-view-foot .heading a { font-size: 20px; color: #fc7601; font-weight: 500; }
.board-view-foot .list { display: flex; flex-wrap: wrap; margin: -13px; }
.board-view-foot .list li { padding: 13px; width: 50%; }
.board-view-foot .list .block { overflow: hidden; display: block; position: relative; border-radius: 25px; }
.board-view-foot .list .block .thumbnail { position: relative; padding-top: calc(330 / 692 * 100%); height: 0; opacity: 0.3; transition: all ease 0.6s; }
.board-view-foot .list .block .thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.board-view-foot .list .block .contents { position: absolute; top: 0; left: 0; padding: 30px 140px 80px 40px; width: 100%; height: 100%; }
.board-view-foot .list .block .category { position: absolute; top: 40px; right: 40px; display: inline-block; padding: 6px 14px 0px; font-family: "Nexa"; font-size: 14px; border: 1px solid #fff; border-radius: 50px; }
.board-view-foot .list .block .title { font-size: 40px; font-weight: 600; }
.board-view-foot .list .block .date { position: absolute; bottom: 40px; left: 40px; font-size: 20px; font-weight: 300; }
.board-view-foot .list .block-empty { padding-top: calc(330 / 692 * 100%); height: 0; }
.board-view-foot .list .block-empty .contents { display: flex; align-content: center; justify-content: center; padding: 20px; }
.board-view-foot .list .block-empty .contents p { margin: auto; }
.board-view-foot .list .block.disabled { pointer-events: none; }

@media screen and (pointer: fine) {
    .gallery-board-list .block:hover .thumbnail, .board-view-foot .list .block:hover .thumbnail { opacity: 0.9; }
}

@media screen and (max-width: 1024px) {
    .board-view-head .board-image { min-height: 300px; height: 60vh; }
    .board-view-body { padding-top: 100px; }
    .board-view-body .board-info .category { top: 6px; padding: 3px 10px 0; font-size: 13px; }
    .board-view-body .board-info .title { line-height: 1.4; font-size: 36px; }
    .board-view-body .board-info .date { font-size: 17px; }
    .board-view-body .board-info { margin-bottom: 100px; }
    .board-view-foot .heading { margin: 120px 0 45px; }
    .board-view-foot .heading p { font-size: 36px; }
    .board-view-foot .heading a { font-size: 16px; }
    .board-view-foot .list .block { border-radius: 20px; }
    .board-view-foot .list .block .contents { padding: 24px 120px 70px 34px; }
    .board-view-foot .list .block .category { top: 34px; right: 34px; padding: 3px 10px 0; font-size: 13px; }
    .board-view-foot .list .block .title { line-height: 1.4; font-size: 26px; }
    .board-view-foot .list .block .date { bottom: 24px; left: 34px; font-size: 16px; }
    .board-view-foot .list .block-empty .contents { padding: 16px; }
}

@media screen and (max-width: 768px) {
    .board-view-head .board-image { height: 40vh; }
    .board-view-body .board-info { margin-bottom: 35px; }
    .board-view-body .board-info .row { padding-right: 0; }
    .board-view-body .board-info .title { font-size: 20px; }
    .board-view-body .board-info .category { position: static; margin-bottom: 12px; }
    .board-view-body .board-info .date { font-size: 15px; }
    .board-view-body { padding-top: 40px; }
    .board-view-foot .heading { margin: 70px 0 25px; }
    .board-view-foot .heading p { font-size: 20px; }
    .board-view-foot .heading a { font-size: 14px; }
    .board-view-foot .list { margin-right: 0; margin-left: 0; }
    .board-view-foot .list li { padding-right: 0; padding-left: 0; width: 100%; }
    .board-view-foot .list .block { border-radius: 12px; }
    .board-view-foot .list .block .contents { padding: 24px 16px 50px; }
    .board-view-foot .list .block .category { position: static; margin-bottom: 10px; font-size: 12px; }
    .board-view-foot .list .block .title { font-size: 18px; -webkit-line-clamp: 1; }
    .board-view-foot .list .block .date { left: 16px; bottom: 24px; margin-top: 14px; font-size: 13px; }
    .board-view-foot .list .block-empty .contents { padding: 10px; }
}


/* For english */
.history-slide .text-wrap .title { line-height: 1.3; }
@media screen and (min-width: 1025px) {
    [lang="en"] .history-slide .text-wrap .bottom { top: 89.5%; }
    [lang="en"] .section-main-story .scene2 .image-wrap { width: 30%; }
    [lang="en"] .section-main-story .scene3 .slide2 .text { max-width: none; }
}
@media screen and (max-width: 500px) {
	.section-contact-hero .heading br { display: none; }
}
