.main-visual {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0px;
}

.video-swiper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
   
}

.video-swiper .swiper-slide-active {
    opacity: 1;
}

.video-swiper video {
    width: 100%;
    display: block
}

.video-swiper .video_warp{
	 position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 0px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    margin: 0;
    width: 100%
}

.video-swiper .video_warp iframe,
.video-swiper .video_warp object,
.video-swiper .video_warp embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.video-swiper img{width: 100%; display: block}

.video-swiper video.pc{}
.video-swiper img.mo{display: none}

.visual-txt {
    position: relative;
    z-index: 10;
    padding-left: var(--pad-left);
    padding-right: var(--pad-right);
}

.visual-txt .fill-typo {
    position: relative;
    font-size: 80px;
    font-weight: 700;
    font-family: var(--font-ox);
    text-align: left;
    line-height: 150%;
}

.visual-txt.web{
    display: block;
    visibility: visible;
}

.visual-txt.mobile{
    display: none;
    visibility: hidden;
}

.main-sec-txt>p {
    color: var(--red-theme-primary-main);
    font-family: var(--font-ox);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.main-sec-txt>h3 {
    display: flex;
    flex-direction: column;
    margin-top: 17px;
    margin-bottom: 20px;
}

.main-sec-txt>h3>span {
    color: #FFF;
    font-family: var(--font-ox);
    font-size: 60px;
    font-weight: 700;
    line-height: 150%;
    word-break: keep-all;
}

.main-sec-txt ul li {
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.section1 {
    position: relative;
    width: 100%;
    height: auto;
}

.section1-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--red-theme-primary-dark);
}

.section1-bg .bg-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(70% 40% at 30% 40%,
            rgba(27, 31, 41, 0.0) 0%,
            rgba(27, 31, 41, 0.3) 40%,
            rgba(27, 31, 41, 0.85) 100%);
    z-index: 2;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.section1-bg video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.section1 .section-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    padding-top: 200px;
    padding-bottom: 200px;
}

.section1 .section-container .main-sec-txt-wrap {
    position: relative;
}

.section1 .section-container .main-sec-txt-wrap .main-sec-txt {
    width: 500px;
    position: sticky;
    top: 50px;
    left: 0;
}

.section1 .main-sec-txt h3 span:nth-of-type(2) {
    margin-left: auto;
}

.section1 .main-sec-txt h3 span:last-of-type {
    text-align: center;
}


.section1-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    flex-direction: row-reverse;
    margin-top: 200px;
    gap: 100px;
    width: 100%;
}

.section1-content>.box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 360px;
    width: calc(50% - 50px);
    padding: 50px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
}

.box-icon {
    width: 48px;
    height: 48px;
    margin-left: auto;
}

.box-txt {
    margin-top: 200px;
}

.box-txt span {
    position: relative;
    color: #ffffff;
    font-family: var(--font-ox);
    font-size: 60px;
    font-weight: 800;
    line-height: 150%;
}

.box-txt span::after {
    position: absolute;
    color: #ffffff;
    left: calc(100% + 2px);
    bottom: 2px;
    content: '+';
    font-family: var(--font-ox);
    font-size: 18px;
    font-weight: 800;
    line-height: 150%;
}

.box-txt p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.section1-content>.box:nth-of-type(2) {
    top: 120px;
}

.section1-content>.box:nth-of-type(2) .box-txt span,
.section1-content>.box:nth-of-type(2) .box-txt span::after,
.section1-content>.box:nth-of-type(2) .box-txt p {
    
}

.section2 {
    padding-top: 200px;
    padding-bottom: 50px;
}

.section2 .section-container {
    display: flex;
    justify-content: space-between;
    padding-left: var(--pad-left);
}

.section2 .section-container .main-sec-txt {
    max-width: 50%;
    width: 100%;
}

.section2-txt {
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.50);
    font-family: var(--font-ox);
    margin-top: 190px;
}

.section2-txt .fill-typo {
    position: relative;
    font-size: clamp(18px, 6.8vw, 128px);
    font-weight: 700;
    text-align: center;
    font-family: var(--font-ox);
    line-height: 150%;
}

.section2-content {
    max-width: 50%;
    width: 100%;
    overflow: hidden;
}

.product-swiper {
    width: 100%;
}

.product-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.product-swiper .swiper-wrapper .swiper-slide{
    height: auto;
}

.product-slide {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(236, 77, 55, 0.20);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.product-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

.product-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;

}

.product-slide p {
    color: #ffffff;
    font-family: var(--font-ox);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin-top: auto;
    margin-right: auto;
}

.section2-title {
    font-size: 128px;
    font-weight: 700;
    font-family: var(--font-ox);
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.50);
    font-size: 128.127px;
    line-height: 150%;
    color: transparent;
}

.section3-content {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3-content video {
    width: 100%;
    max-height: 800px;
    object-fit: cover;
    transition: none;
}

.section4 {
    position: relative;
    width: 100%;
    padding: 80px 0
}

.section4-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../img/main/section4_map.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    aspect-ratio: 16/9;
}

.red-dot-l {
    position: absolute;
    width: 114px;
    height:114px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}

.red-dot-s {
    position: absolute;
    width: 60px;
    height:60px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}

.red-dot-l .center {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #ca0000;
    border-radius: 50%;
    z-index: 2;
}

.red-dot-s .center {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ca0000;
    border-radius: 50%;
    z-index: 2;
}

.red-dot-l .pulse {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(202, 0, 0, 0.10)0%,
            rgba(202, 0, 0, 0.10) 100%);
    opacity: 0;
    animation: dot-l-pulse 3s infinite;
}

.red-dot-s .pulse {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(202, 0, 0, 0.10)0%,
            rgba(202, 0, 0, 0.10) 100%);
    opacity: 0;
    animation: dot-s-pulse 3s infinite;
}

.pulse:nth-child(1) { animation-delay: 0s; }
.pulse:nth-child(2) { animation-delay: 1s; }
.pulse:nth-child(3) { animation-delay: 2s; }

@keyframes dot-l-pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    70% {
        transform: scale(9.5);
        opacity: 0.25;
    }

    100% {
        transform: scale(9.5);
        opacity: 0;
    }
}

@keyframes dot-s-pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    70% {
        transform: scale(8.3);
        opacity: 0.25;
    }

    100% {
        transform: scale(8.3);
        opacity: 0;
    }
}

.dot1{
    top: 32%;
    left: 37.1%; 
}

.dot2{
    top: 23%;
    left: 8%; 
}

.dot3{
    top: 39.1%;
    left: 25.9%;
}

.dot4{
    top: 27.8%;
    left: 80.1%;
}

.section4 .section-container {
    display: flex;
    justify-content: flex-end;
}

.section4 .section-container .main-sec-txt {
    margin-top: 280px;
    z-index: 1;
}

.marquee-swiper{
    /*margin-top: 30%;*/
    width: 100%;
    overflow: hidden;
}

.marquee-swiper .swiper-wrapper{
    transition-timing-function: linear !important;
}

.marquee-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    user-select: none;
}

.marquee-slide .slide-box{
    padding: 0 10px;
}

.section5{
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
}

.sec-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-header .slide-func{
    min-width: 441px;
}

.section5-content{
    padding-left: var(--pad-left);
    overflow: hidden;
}

.news-slide{
    display: flex;
    flex-direction: column;
    gap:30px;
    margin-top: 50px;
}

.news-slide .news-img{
    max-width: 400px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
    aspect-ratio: 1/1;
}

.news-slide .news-title{
    color: #FFF;
    font-family: var(--font-ox);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:1640px) {
    .section1-content{
        gap: 80px;
        margin-top: 180px;
    }
}

@media screen and (max-width:1470px) {
    .section1-content{
        gap: 40px;
        margin-top: 160px;
        margin-left: 40px;
    }
    .section1-content>.box{
        width: calc(50% - 20px);
        padding: 40px;
    }
}

@media screen and (max-width:1280px) {
    .section1-content{
        gap: 20px;
    }
    .section1-content>.box{
        width: calc(50% - 10px);
        padding: 30px;
    }
    .section1 .section-container .main-sec-txt-wrap .main-sec-txt{
        width: 360px;
    }
    .main-sec-txt>h3>span{
        font-size: 40px;
    }
    .main-sec-txt ul li{
        font-size: 16px;
    }
    .box-txt span{
        font-size: 50px;
    }
    .box-txt p{
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) {
    .section2 .section-container{
        flex-direction: column;
    }
    .section2 .section-container .main-sec-txt{
        max-width: 100%;
    }
    .section2-content{
        max-width: 100%;
    }
    .product-swiper{
        margin-top: 100px;
    }
}

@media screen and (max-width:1024px) {
    .main-visual{
        padding-bottom: 0px;
    }
    .visual-txt .fill-typo{
        font-size: 60px;
    }
    .section1 .section-container .main-sec-txt-wrap .main-sec-txt{
        position: relative;
        top: 0;
    }
    .section1 .main-sec-txt h3 span:nth-of-type(2){
        margin-left: 0;
    }
    .section1 .main-sec-txt h3 span:last-of-type{
        text-align: left;
    }
    .main-sec-txt ul li{
        text-align: left;
        font-size: 16px;
    }
    .section1 .section-container{
        padding-top: 150px;
        padding-bottom: 150px;
        flex-direction: column;
    }
    .section1-content{
        margin-top: 70px;
        margin-left: 0;
        flex-direction: column;
        gap: 50px;
    }
    .section1-content>.box{
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }
    .section1-content>.box:nth-of-type(2){
        top:0;
    }
    .box-txt span{
        font-size: 40px;
    }
    .box-txt{
        margin-top:60px;
    }
    .section2{
        padding-top: 150px;
        padding-bottom: 40px;
    }
    .product-slide{
        padding: 40px;
    }
    .product-slide p{
        font-size: 18px;
    }
    .section2-txt{
        margin-top: 140px;
    }
    .section4 .section-container{
        justify-content: flex-start;
    }
    .marquee-swiper{
        margin-top: 25%;
    }
    .section5{
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .news-slide{
        margin-top: 100px;
    }
    .news-slide .news-title{
        font-size: 18px;
    }
    .sec-header{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .sec-header .slide-func{
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    
}

@media screen and (max-width:768px) {
    .main-visual{
        padding-bottom: 0px;
    }
    .visual-txt .fill-typo{
        font-size: 50px;
    }
    .main-sec-txt>h3{
        margin-top: 12px;
        margin-bottom: 15px;
    }
    .main-sec-txt>h3>span{
        font-size: 30px;
    }
    .main-sec-txt ul li{
        font-size: 14px;
    }
    .section1-content{
        margin-top: 50px;
        gap: 20px;
    }
    .section1-content>.box {
        padding: 16px;
    }
    .box-txt span{
        font-size: 50px;
    }
    .section1 .section-container{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .box-icon{
        width: 42px;
        height: 42px;
    }
    .box-txt{
        margin-top: 40px;
    }
    .section2{
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .product-swiper{
        margin-top: 80px;
    }
    .product-slide{
        padding: 30px;
    }
    .product-slide p{
        font-size: 16px;
    }
    .section2-txt{
        margin-top: 100px;
    }
    .section4 .section-container .main-sec-txt{
        margin-top: 220px;
    }
    .marquee-swiper{
        margin-top: 20%;
    }
    .section5{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .news-slide{
        margin-top: 80px;
        gap: 20px;
    }
    .news-slide .news-title{
        font-size: 16px;
    }
    
    .section1-bg{display: none}
    
    
    .video-swiper video.pc{display: none }
.video-swiper img.mo{display: block}
    
}

@media screen and (max-width:600px) {
    .visual-txt .fill-typo{
        font-size: 42px;
    }
    .visual-txt.web{
        display: none;
        visibility: hidden;
    }

    .visual-txt.mobile{
        display: block;
        visibility: visible;
    }
}