@font-face {
font-family: "Montserrat";
font-style: normal;
font-display: swap;
font-weight: 400;
src: local('Montserrat'), local('Montserrat'), url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-display: swap;
font-weight: 500;
src: local('Montserrat'), local('Montserrat'), url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-display: swap;
font-weight: 600;
src: local('Montserrat'), local('Montserrat'), url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-display: swap;
font-weight: 700;
src: local('Montserrat'), local('Montserrat'), url(../fonts/Montserrat-Bold.ttf);
}

:root {
--fontFamily: "Montserrat";
--fontFamily2: arial, "ｍｓ ｐゴシック", "ms pgothic", 돋움, dotum, helvetica, sans-serif;
--headerHeight: 90px;
--fontSize80: 80px;
--fontSize68: 68px;
--fontSize52: 52px;
--fontSize45: 45px;
--fontSize38: 38px;
--fontSize36: 36px;
--fontSize30: 30px;
--fontSize27: 27px;
--fontSize22: 22px;
--fontSize20: 20px;
--fontSize18: 18px;
--fontSize16: 16px;
--bg:rgb(255,255,255);
--bg2:rgb(0,0,0);
--color1:rgb(187, 72, 4);
--color2:rgb(243, 239, 190);
--color3:rgb(243, 248, 240);
--color4:rgb(191, 198, 244);
--color5:rgb(240, 240, 240);
--color6:rgb(231, 251, 188);
--color7:rgb(246, 244, 233);
--color8:rgb(255, 0, 0);
--color9:rgb(31, 223, 103);
}
@media (max-width: 680px) {
    :root {
        --headerHeight: 60px;
        --fontSize80: calc(8vw * 1.2);
        --fontSize68: calc(6.8vw * 1.5);
        --fontSize52: calc(5.2vw * 1.6);
        --fontSize45: calc(4.5vw * 1.8);
        --fontSize38: calc(3.8vw * 1.9);
        --fontSize36: calc(3.6vw * 1.9);
        --fontSize30: calc(3vw * 2);
        --fontSize27: calc(2.7vw * 2.2);
        --fontSize22: calc(2.2vw * 2.34);
        --fontSize20: calc(2vw * 2.34);
        --fontSize18: calc(1.8vw * 2.34);
        --fontSize16: calc(1.6vw * 2.34);
    }
}
*,
*::before,
*::after {
box-sizing: border-box;
outline: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
background-color: var(--bg);
}
body, html {
height: 100%;
margin: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
font-family: var(--fontFamily);
font-size: var(--fontSize16);
line-height: 1.4;
color: var(--bg2);
min-width: 260px;
word-break: break-word;
/* -webkit-overflow-scrolling: touch; */
}
#loading-bg {
position: fixed;
display: none;
background: var(--bg);
block-size: 100%;
inline-size: 100%;
top: 0;
left: 0;
z-index: 5000;
}
.loaded #loading-bg {
display: block;
}
#loading-bg:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--bg);
opacity: 0.65;
}
#loading-bg .logo {
width: 100px;
height: 100px;
position: absolute;
left: 50%;
top: 50%;
margin: -50px 0 0 -50px;
}
.loaded #loading-bg .logo {
animation: rotate 1s ease infinite;
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(1turn);
}
}
#app {
min-height: 100%;
width: 100%;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
}
#app-wrapper {
width: 100%;
margin: 0;
display: flex;
flex-direction: column;
flex: 1;
}
.section {
position: relative;
overflow: hidden;
}
.section .block {
display: flex;
flex-direction: column;
padding: 20px 0;
}
.section .block .box {
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px 0;
}
.container1,
.container3,
.container2,
.container {
margin: 0 auto;
max-width: 1280px;
position: relative;
}
.container1,
.container {
padding: 0 20px;
}
.container1 {
max-width: 100%;
}
.container2 {
max-width: 980px;
}
.container3 {
max-width: 680px;
}
.fontFamily {
    font-family: var(--fontFamily);
}
.fontFamily2 {
    font-family: var(--fontFamily2);
}
.lineHeight12 {
    line-height: 1.2;
}
.lineHeight13 {
    line-height: 1.33;
}
.fontWeight400 {
    font-weight: 400;
}
.fontWeight500 {
    font-weight: 500;
}
.fontWeight600 {
    font-weight: 600;
}
.fontWeight700 {
    font-weight: 700;
}
.fontSize80 {
    font-size: var(--fontSize80);
}
.fontSize68 {
    font-size: var(--fontSize68);
}
.fontSize52 {
    font-size: var(--fontSize52);
}
.fontSize45 {
    font-size: var(--fontSize45);
}
.fontSize38 {
    font-size: var(--fontSize38);
}
.fontSize36 {
    font-size: var(--fontSize36);
}
.fontSize30 {
    font-size: var(--fontSize30);
}
.fontSize27 {
    font-size: var(--fontSize27);
}
.fontSize22 {
    font-size: var(--fontSize22);
}
.fontSize20 {
    font-size: var(--fontSize20);
}
.fontSize18 {
    font-size: var(--fontSize18);
}
.fontSize16 {
    font-size: var(--fontSize16);
}
.color1 {
    color: var(--color1);
}
.color2 {
    color: var(--color2);
}
.color3 {
    color: var(--color3);
}
.color4 {
    color: var(--color4);
}
.color5 {
    color: var(--color5);
}
.color6 {
    color: var(--color6);
}
.color7 {
    color: var(--color7);
}
.color8 {
    color: var(--color8);
}
.color9 {
    color: var(--color9);
}
.text-no-wrap {
    white-space: nowrap;
}
img {
    max-width: 100%;
    display: block;
}
ul {
    margin: 0;
    padding: 0 0 0 20px;
}
ul.alt {
list-style-type: none;
}
ul.alt > li {
position: relative;
}
ul.alt > li:before {
content: "-";
position: absolute;
left: -15px;
width: 15px;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.btn {
outline: none;
font-family: var(--fontFamily);
border: 0;
padding: 1px 20px;
color: var(--bg);
background-color: var(--bg2);
border-radius: 20px;
align-items: center;
justify-content: center;
text-align: center;
min-width: 320px;
max-width: 100%;
min-height: 40px;
font-size: var(--fontSize16);
line-height: 1.2;
font-weight: 400;
cursor: pointer;
display: flex;
text-decoration: none;
transition: color 0.3s ease, background-color 0.3s ease;
border: 1px solid var(--bg2);
}
.btn.alt-btn {
background-color: var(--color1);
border-color: var(--color1);
color: var(--bg);
}
.btn .icon {
    max-width: 24px;
    max-height: 24px;
}
.btn:hover {
    color: var(--bg2);
    background-color: var(--bg);
}
.btn.btn-outline {
    color: var(--bg2);
    background-color: var(--bg);
}
.btn.btn-outline:hover {
    color: var(--bg);
    background-color: var(--bg2);
}
.btn-wrap {
    display: flex;
    align-items: center;
}
.text-center.btn-wrap,
.text-center .btn-wrap {
    justify-content: center;
}
.text-center {
    text-align: center;
}
.input-wrap {
    margin: 0;
    width: 100%;
}
.input-wrap.hide {
    display: none;
}
.input-wrap input {
    height: 35px;
    margin: 0;
    padding: 6px 12px;
    border-radius: 2px;
    font-family: inherit;
    color: inherit;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 16px;
}
.input-wrap input[disabled] {
background-color: #3c3c3c;
}
.input-wrap input::placeholder {
color: #8d96a0;
font-size: 15px;
}
.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    backface-visibility: hidden;
}
.section-bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.section-bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.video-wrap {
    display: block;
    width: 100%;
    padding: 56.6% 0 0;
    position: relative;
}
.video-wrap video,
.video-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-wrap video {
    object-fit: cover;
    object-position: center;
}
.main-header {
    position: sticky;
    top: 0;
    z-index: 120;
}
.main-header .bg {
    position: absolute;
    z-index: -1;
    /* backdrop-filter: blur(10px);
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg) 100%);
    background-repeat: repeat;
    mask: linear-gradient(var(--bg2), var(--bg2) 50%, transparent 100%); */
    background-color: var(--bg);
    pointer-events: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow .3s ease;
}
.main-header.active .bg {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.main-header .main-header-holder {
    display: flex;
    align-items: center;
    height: var(--headerHeight);
}
.main-header .logo {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
}
.main-header .logo-wrap,
.main-header .reg {
    min-width: 200px;
}
.main-header .holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-header .btn {
    min-width: auto;
}
.main-header .btn .icon {
    margin-left: 5px;
    margin-right: -8px;
}
.main-header .nav-wrap-opener {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 -10px 0 10px;
    display: none;
    cursor: pointer;
}
.main-header .nav-wrap-opener span {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 24px;
    background-color: var(--bg2);
    margin: -1px 0 0 -12px;
    transition:background-color .3s ease;
}
.main-header .nav-wrap-opener span:before,
.main-header .nav-wrap-opener span:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -12px;
    width: 100%;
    height: 100%;
    background-color: var(--bg2);
    transition:transform .1s ease;
}
.main-header .nav-wrap-opener span:after {
    top: 6px;
}
.main-header .active .nav-wrap-opener span{
    background-color: transparent;
    transition:transform .3s ease;
}
.main-header .active .nav-wrap-opener span:before {
    transform: rotate(45deg) translate(4px, 4px);
}
.main-header .active .nav-wrap-opener span:after {
    transform: rotate(-45deg) translate(5px, -5px);
}
.main-header .nav-wrap {
    display: none;
}
.section-main {
    background-image: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.08000000000000002) 0%, rgba(150, 179, 247, 0.10220081674088088) 10.303698087993421%, rgba(94, 139, 242, 0.08000000000000002) 16.532175164473685%, rgba(243, 196, 179, 0.1813662179424192) 22.807445860745617%, rgba(204, 229, 199, 0.21829462492616658) 32.20493249725877%, rgba(130, 168, 228, 0.04000000000000001) 39.214124177631575%, rgba(255, 255, 255, 0.4) 57.44393331962719%, rgba(255, 255, 255, 0.4) 87.87873920641447%);
}
.box-img-content-wrap {
    width: 480px;
    position: relative;
    border: 9px solid var(--bg2);
    border-radius: 30px;
    background-color: var(--bg);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    transform-origin: 50% 0;
}
.box-img-content-wrap .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5;
    width: 40px;
    height: 40px;
}
.box-img-content-wrap .img-wrap {
    width: 100%;
    padding: 97% 0 0;
    position: relative;
    border-radius: 20px 20px 0 0;
    margin: 0 0 -30px;
}
.box-img-content-wrap .img-wrap img {
    object-fit: cover;
    object-position: 50% 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
}
.box-img-content-wrap .content {
    border-radius: 30px 30px 20px 20px;
    background-color: var(--bg);
    position: relative;
    z-index: 2;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}
.box-img-content-wrap .msg-wrap {
    position: absolute;
    z-index: 8;
    left: -50%;
    top: 31%;
    transform: translate(50%, -50%);
}
.box-img-content-wrap .msg {
    line-height: 1;
    min-height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5px 20px;
    background-color: var(--color2);
    color: var(--bg2);
    border-radius: 25px;
}
.box-img-content-wrap .icon-wrap {
    position: absolute;
    z-index: 8;
    right: 0;
    bottom: 40px;
    transform: translate(50%, 0);
}
.box-img-content-wrap .btn {
    min-width: auto;
}
.section-description-1 .section-row {
    display: flex;
}
.section-description-1 .section-row .col{
    width: 50%;
    position: relative;
    overflow: hidden;
}
.section-description-1 .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.section-description-1 .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.section-description-1 .text {
    background-color: var(--color2);
    padding: 60px;
    font-size: 3.2vw;
    font-weight: bold;
    min-height: 33.33%;
}
.section-description-1 .note {
    margin: 0 0 0 60px;
    padding: 40px 0;
    border-bottom: 1px solid var(--bg2);
}
.section-description-2 .section-description-2-box-1 {
    background-color: var(--color1);
    color: var(--bg);
}
.section-description-2 .section-description-2-box-2 {
    background-color: var(--color2);
}
.section-description-2 .rotate-text {
    background-color: var(--color6);
    padding: 5px 20px;
    border-radius: 30px;
    color: var(--bg2);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    transform: rotate(-5deg);
}
.section-description-2 .rotate-text-wrap {
    padding: 25px 0;
}
.section-description-2 .text {
    font-size: 3.2vw;
    font-weight: bold;
}
.section-description-2 .block .box,
.section-description-3 .block .box {
    display: block;
}
.section-description-3-box-1 .text {
    letter-spacing: 4.5px;
    border-bottom: 1px solid var(--bg2);
    padding: 0 0 10px;
}
.tile-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--color2);
}
.tile-wrapper .col {
    width: 33.33%;
    min-width: 33.33%;
    flex: 1;
}
.tile-wrapper .img-wrap {
    padding: 20px;
    position: relative;
    padding: 100% 0 0;
    background-color: var(--color5);
}
.tile-wrapper .img-wrap img {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    object-fit: cover;
    object-position: center;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
.tile-wrapper .text-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20% 10% 10% 10%;
}
.section-description-4-box-1 {
    background-color: var(--color1);
    color: var(--bg);
}
.section-description-4-box-2 {
    background-color: var(--color2);
    display: flex;
    justify-content: center;
}
.section-description-4-box-2 .col {
    width: 50%;
    max-width: 600px;
    border-left: 1px solid var(--bg2);
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.section-description-4-box-2 .col:first-child {
    border-left: 0;
}
.section-description-4-box-2 .wrap {
    flex: 1;
    margin-bottom: 20px;
}
.section-description-4-box-2 .name {
    margin-bottom: 10px;
}
.section-description-4-box-3.block,
.section-description-4-box-3.block .box {
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-description-5 {
    overflow: visible;
}
.section-description-5 .rotate-text {
    background-color: var(--color6);
    padding: 5px 20px;
    border-radius: 30px;
    color: var(--bg2);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    transform: rotate(-5deg);
}
.section-description-5 .rotate-text-wrap {
    padding: 25px 0;
}
.section-description-5 .text {
    font-size: 3.2vw;
    font-weight: bold;
}
.section-description-5 .block .box {
    display: block;
}
.section-description-5-row-1 {
    margin: -10px;
    display: flex;
}
.section-description-5-row-1 .col {
    padding: 10px;
    flex: 1;
    min-width: 25%;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.section-description-5-row-1 .col .wrap {
    background-color: var(--color4);
    padding: 20px;
    border-radius: 20px;
    min-height: calc(100vw / 4);
}
.section-description-5-row-1 .col:nth-child(even) {
    padding-top: calc(100vw / 5);
    justify-content: flex-end;
}
.section-description-5-row-1 .col:nth-child(odd) .wrap {
    position: sticky;
    top: var(--headerHeight);
}
.section-description-5-row-1 .title {
    line-height: 1.2;
    font-size: var(--fontSize30);
}
.section-description-6-box-1{
    background-color: var(--bg2);
    color: var(--bg);
}
.section-description-6-box-2 {
    min-height: calc(100vw / 2.2);
    display: flex;
}
.section-description-6-box-2 .col {
    position: relative;
}
.section-description-6-box-2 .col1 {
    background-color: var(--color7);
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-description-6-box-2 .col2 {
    background-color: var(--color1);
    width: 40%;
    overflow: hidden;
}
.section-description-6-box-2 .icon {
    position: absolute;
}
.section-description-6-box-2 .icon img {
    width: 100%;
    height: auto;
}
.section-description-6-box-2 .icon1 {
   left: 30%;
   top: 5%;
   width: 25%;
}
.section-description-6-box-2 .icon2 {
    right: 6%;
    top: 30%;
    width: 47%;
}
.section-description-6-box-2 .icon3 {
    left: 25%;
    bottom: -4%;
    width: 20%;
    transform: translateX(0px) translateY(0px) scaleX(1) scaleY(1) rotate(298deg) skewX(40deg) skewY(0deg);
}
.section-description-6-box-2 .icon4 {
    right: 5%;
    bottom: 5%;
    width: 8.5%;
    background-color: var(--color7);
    border-radius: 50%;
    padding: 2%;
}
.section-description-6-box-2 .img-wrap {
    position: absolute;
    top: 3%;
    right: 0;
    z-index: 5;
    width: 43.6%;
    height: 86%;
    transform: translate(50%,0);
    overflow: clip;
    clip-path: polygon(0% 2.7839%, 100% 2.7839%, 100% 100%, 0% 100%);
}
.section-description-6-box-2 .img-holder {
    width: 100%;
    height: 100%;
    position: relative;
    
}
.section-description-6-box-2 .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.section-description-6-box-2 .text-wrap  {
    padding: 20px 13vw 20px 0;
    overflow: clip;
    clip-path: polygon(0% 2.7839%, 100% 2.7839%, 100% 100%, 0% 100%);
}
.section-description-6-box-2 .text-wrap .container {
    max-width: calc(100% + 13vw - (100vw - 1280px) / 2);
}
.section-description-7 {
    background-color: var(--color6);
    position: sticky;
    top: var(--headerHeight);
    min-height: calc(100vh - var(--headerHeight));
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-description-7 .text-wrap {
    padding: 40px 0 0;
}
.section-description-7 .rotate-text {
    background-color: var(--color4);
    color: var(--bg2);
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    transform: rotate(-5deg);
    text-align: center;
}
.section-description-7 .text {
    text-align: center;
    background-color: var(--bg);
    border-radius: 30px;
    padding: 20px;
}
.section-description-7 .swiper-wrapper {
    display: flex;
    align-items: center;
}
.section-description-8 {
    position: sticky;
    top: var(--headerHeight);
    min-height: calc(100vh - var(--headerHeight));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.section-description-8 .img-wrap {
    width: 200px;
    height: 200px;
}
.section-description-9 {
    overflow: visible;
    background-color: var(--color5);
}
.section-description-9 .marquee {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    background-color: var(--bg2);
    color: var(--bg);
    font-size: var(--fontSize20);
}
.section-description-9-box-1 {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
    padding: 10px 0;
}
.section-description-9-box-1 .col {
    width: 33.33%;
    min-width: 33.33%;
    flex: 1;
    padding: 10px;
}
.section-description-9-box-1 .img-wrap {
    height: 540px;
    width: 350px;
    position: relative;
    margin: 0 auto;
}
.section-description-9-box-1 .img-wrap img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section-description-10 {
    overflow: visible;
    background-color: var(--bg);
    padding-bottom: 80px;
}
.section-description-10 .text-wrap {
    margin-bottom: 80px;
}
.section-description-10 .box-img-content-wrap .img-wrap {
    padding-top: 120%;
}
.section-description-10 .box-img-content-wrap {
    width: 350px;
    top: -560px;
}
.section-description-10 .box-img-content-wrap .content {
    min-height: 240px;
}
.section-footer {
    background-color: var(--bg2);
    color: var(--bg);
}
.section-footer .wrap {
    display: flex;
}
.section-footer .wrap .col1 {
    flex: 1;
}
.section-footer .wrap .link {
    margin-bottom: 10px;
}
.section-footer .wrap .link:last-child {
    margin-bottom: 0;
}
.section-footer .wrap .link a {
    text-decoration: none;
    color: inherit;
}
.section-footer .wrap .link .active {
    color: var(--color1);
}
.footer-logo {
    cursor: pointer;
}
.footer-logo a {
    text-decoration: none;
    color: inherit;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity .3s ease;
    opacity: 0;
    pointer-events: none;
    left: -9999px;
    top: -9999px;
}
.modal.active {
    opacity: 1;
    pointer-events: auto;
    top: 0;
    left: 0;
}
.modal.modal-success .modal-tel-wrap,
.modal.modal-success2 .modal-tel-wrap,
.modal.modal-error .modal-tel-wrap,
.modal .modal-success-wrap,
.modal .modal-success-wrap2,
.modal .modal-err-wrap {
    display: none;
}
.modal.modal-success2 .modal-success-wrap2,
.modal.modal-success .modal-success-wrap,
.modal.modal-error .modal-err-wrap {
    display: block;
}
.modal .load-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    display: none;
    background-color: rgba(0,0,0,.5);
}
.modal .load-wrap img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.modal.active-load .load-wrap {
display: block;
}
.modal.active-load .load-wrap img {
animation: rotate 1s ease infinite;
}
.modal .modal-bg {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal .modal-content {
    background-color: var(--bg);
    width: 320px;
    padding: 20px;
    position: relative;
    z-index: 20;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    border-radius: 20px;
}
.modal .modal-content .btn {
    min-width: 100%;
}
.modal .modal-close-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: var(--bg);
    border-radius: 5px 5px 5px 0;
}
.modal .modal-close-btn:before,
.modal .modal-close-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -12px;
    height: 2px;
    width: 24px;
    background-color: rgba(0,0,0,.5);
}
.modal .modal-close-btn:before {
    transform: rotate(45deg);
}
.modal .modal-close-btn:after {
    transform: rotate(-45deg);
}
.modal.active-load .modal-close-btn {
display: none;
}
.modal .modal-tel-wrap {
    margin: 0;
}
.modal .modal-tel-wrap input {
/* color: white;
background-color: #0d1117; */
height: 35px;
margin: 0;
padding: 6px 12px;
border-radius: 2px;
font-family: inherit;
color: inherit;
border: 1px solid #5b5b5b;
width: 100%;
font-size: 16px;
}
.modal .modal-tel-wrap input[disabled] {
background-color: #3c3c3c;
}
.modal .modal-tel-wrap input::placeholder {
color: #8d96a0;
font-size: 13px;
}
.modal .modal-tel-wrap .iti {
width: 100%;
}
.modal .modal-tel-wrap .iti--inline-dropdown .iti__dropdown-content {
    font-size: 14px;
}
.modal .text-error {
    min-height: 14px;
    font-size: 12px;
    line-height: 14px;
    color: var(--color8);
    text-align: left;
    margin: 4px 0 2px;
}
.modal .hide {
display: none;
}
.consent-form {
    position: sticky;
    bottom: 0;
    z-index: 22;
    background-color: var(--bg2);
    color: var(--bg);
}
.consent-form.hide {
    display: none;
}
.consent-form .wrap {
    padding: 20px 0;
}
.consent-form .row {
    display: flex;
    align-items: center;
    margin: 10px -10px 0;
    min-height: 40px;
}
.consent-form .btn {
    min-width: auto;
}
.consent-form #consent-button.hide {
    display: none;
}
.consent-form input[type="checkbox"] {
  accent-color: var(--color1);
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.consent-form .col {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.consent-form .col label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media (min-width: 2400px) {
    .section-description-2 .text {
        font-size: var(--fontSize68);
    }
    .section-description-5-row-1 .title {
        font-size: var(--fontSize36);
    }
}
@media (max-width: 1600px) {
    .section-description-5-row-1 .title {
        font-size: var(--fontSize27);
    }
}
@media (max-width: 1400px) {
    .section-description-5-row-1 .title {
        font-size: var(--fontSize20);
    }
}
@media (max-width: 1140px) {
    .section-description-9-box-1 .img-wrap {
        height: 300px;
        width: 200px;
    }
    .section-description-10 .box-img-content-wrap {
        width: 200px;
        top: -320px;
    }
    .section-description-10 .box-img-content-wrap .content {
        padding: 10px;
        min-height: 170px;
    }
    .section-description-10 .box-img-content-wrap .content .fontSize20 {
        font-size: var(--fontSize16);
    }
    .section-description-10 .box-img-content-wrap .icon-wrap {
        width: 40px;
    }
    .section-description-10 {
        padding-bottom: 20px;
    }
    .section-description-10 .text-wrap {
        margin-bottom: 20px;
    }
    .section-description-10 .text-wrap .fontSize68 {
        font-size: var(--fontSize36);
    }
}
@media (max-width: 1024px) {
    .md-hidden {
        display: none !important;
    }
    .mb40 {
        margin-bottom: 20px !important;
    }
    .section-description-5 .rotate-text,
    .section-description-2 .rotate-text {
        transform: none;
    }
    .main-header .logo-wrap,
    .main-header .reg {
        min-width: auto;
    }
    .section-description-1 .text {
        padding: 20px;
    }
    .section-description-1 .note {
        margin-left: 20px;
        padding: 20px 20px 20px 0;
    }
    .section-description-3-box-1 .text {
        letter-spacing: normal;
    }
    .tile-wrapper .text-wrap {
        padding: 20px;
    }
    .tile-wrapper .col {
        width: 50%;
        min-width: 50%;
    }
    .section-description-4-box-2 {
        display: block;
    }
    .section-description-4-box-2 .col {
        width: 100%;
        min-width: 100%;
        border-left: 0;
        border-bottom: 1px solid var(--bg2);
    }
    .section-description-4-box-2 .col:last-child {
        border-bottom: 0;
    }
    .section-description-5-row-1 {
        display: block;
        margin-top: -20px;
    }
    .section-description-5-row-1 .col {
        width: 100%;
        min-height: 100%;
        padding-top: 10px !important;
        display: block;
    }
    .section-description-5-row-1 .title {
        font-size: var(--fontSize36);
    }
    .section-description-6-box-2 {
        min-height: auto;
        display: block;
    }
    .section-description-6-box-2 .img-wrap {
        top: 0;
        right: -40vw;
        width: 40vw;
        height: 100%;
        transform: none;
    }
    .section-description-6-box-2 .text-wrap {
        padding: 20px 0;
    }
}
@media (max-width: 680px) {
    .sm-hidden {
        display: none !important;
    }
    .section .block {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section .block .box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .btn {
        min-width: 240px;
    }
    .btn-wrap {
        flex-direction: column;
        width: 100%;
    }
    .section-main .video-wrap {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
        padding: 64.6% 0 0;
    }
    .main-header .nav-wrap-opener {
        /* display: block; */
    }
    .box-img-content-wrap {
       width: auto;
       max-width: 480px;
    }
    .box-img-content-wrap .content {
        padding: 20px;
    }
    .main-header .btn .text {
        display: none;
    }
    .main-header .reg {
        display: flex;
        align-items: center;
    }
    .main-header .btn .icon {
        margin-left: -8px;
        margin-right: -8px;
    }
    .main-header .holder {
        padding: 0 5px;
    }
    .main-header .holder .fontSize30 {
        font-size: 15px;
        line-height: 1.1;
    }
    .main-header .holder .fontSize20 {
        font-size: 12px;
        line-height: 1.1;
    }
    .main-header .nav-wrap {
        position: absolute;
        background-color: var(--bg);
        top: 59px;
        width: 200px;
        right: 0;
        z-index: -2;
        display: block;
        padding: 20px;
        border-bottom-left-radius: 20px;
        opacity: 0;
        transform: translate(0,-200px);
        pointer-events: none;
        transition: transform .3s ease, opacity .3s ease;
    }
    .main-header .active .nav-wrap {
        opacity: 1;
        transform: translate(0,0);
        pointer-events: auto;
    }
    .main-header .nav-wrap .nav-item {
        text-decoration: none;
        margin-bottom: 10px;
    }
    .main-header .nav-wrap .nav-item:last-child {
        margin-bottom: 0;
    }
    .main-header .nav-wrap .nav-item a {
        text-decoration: none;
        font-weight: bold;
        color: var(--bg2);
    }
    .box-img-content-wrap .msg-wrap {
        left: -43%;
    }
    .box-img-content-wrap .content {
        min-height: 200px;
    }
    .section-description-1 .section-row {
        display: block;
    }
    .section-description-1 .img-wrap {
        position: relative;
    }
    .section-description-1 .section-row .col {
        width: 100%;
    }
    .section-description-1 .text {
        transform: none !important;
    }
    .section-description-5 .text,
    .section-description-1 .text,
    .section-description-2 .text {
        font-size: var(--fontSize20);
    }
    .tile-wrapper .col {
        width: 100%;
        min-width: 100%;
    }
    .section-description-6-box-2 .col1 {
        width: 100%;
    }
    .section-description-6-box-2 .img-wrap {
        position: static;
        width: 100%;
        height: auto;
    }
    .section-description-6-box-2 .img-holder img {
        position: static;
    }
    .section-description-5 .rotate-text-wrap {
        padding-top: 0;
    }
    .section-description-7 {
        min-height: auto;
    }
    .section-description-7 .text {
        font-size: var(--fontSize20);
    }
    .section-description-8 {
        display: none;
    }
    .section-description-8 .img-wrap {
        width: 100px;
        height: 100px;
    }
    .section-description-9-box-1 {
        display: block;
    }
    .section-description-9-box-1 .col {
        width: 100%;
        min-width: 100%;
    }
    .box-img-content-wrap .icon-wrap {
        width: 40px;
        height: 40px;   
    }
    .section-description-9-box-1 .col.col-fake {
        display: none;
    }
    .section-description-10-box-1 {
        padding: 0 20px;
    }
    .section-description-10 .box-img-content-wrap {
        width: auto;
        max-width: 480px;
        top: 0;
        transform: none !important;
    }
    .section-description-10 .box-img-content-wrap .content .fontSize20 {
        font-size: var(--fontSize20);
    }
    .section-description-10 .box-img-content-wrap .content {
        padding: 20px;
    }
    .section-footer .wrap {
        display: block;
    }
    .consent-form .row {
        display: block;
    }
    .consent-form .col1 {
        display: block;
        margin-bottom: 10px;
    }
    .consent-form .col2 {
        justify-content: center;
    }
    .consent-form .btn {
        min-width: 240px;
    }
}