@charset "utf-8";

/* mv */
.mvslide_bg_yo {

}
.mv_txt_yo {
    padding: 193px 0;
}
.mv_txt_yo h2 {
    color: #FFF;
text-align: center;
font-family: 'Montserrat';
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: 80px; 
}
.mv_txt_yo p {
    color: #FFF;
text-align: center;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 40px;
}
.mv_txt_yo h2 span {color: #74DFED;}
.mv_txt_yo p b {
    color: #74DFED;
}

.mv_btn  {
    text-align: center;
}

.mv_btn a {
    background: linear-gradient(90deg, #74DFED 0%, #406DB9 100%);
    max-width: 100%;
    display: inline-flex;
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
    width: 291px;
}

.mv_btn a p {
    color: #FFF;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 0;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px;
}

.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 20px;
    background: #73ddec;
}

/* con01 */
.section {
    padding: 110px 0;
}

.con01_flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.main_tit_yo h2 {
    color: #222;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.con01_txt_yo p {
    color: #555;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 38px; 
}

/* con02 */
.main_tit_yo.more_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_tit_yo.more_tit a {
    border: 1px solid #406DB9;
    width: 140px;
    padding: 10px 0;
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}
.main_tit_yo.more_tit a p {
    color: #406DB9;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 30px; /* 166.667% */
letter-spacing: 7.2px;
margin-bottom: 0;
}


.con02_intro_txt_box ul {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.con02_intro_txt_box ul li {
    width: calc(50% - 20px);
    display: flex;
}

.li_left_img_yo {
    aspect-ratio: 1 / 0.7951070;
}

.li_right_txt_yo {
    padding: 40px 20px;
}

.li_right_txt_yo h2 {
    color: #222;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.li_right_txt_yo p {
    color: #555;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px;
word-break: auto-phrase;
}

.zig_con {
    width: 50%;
}

.zig_img_yo {
    text-align: center;
}


@media all and (max-width:1400px) {
    .con02_intro_txt_box ul li {
        width: 100%;
        justify-content: center;
    }

    .zig_con {
        width: 100%;
    }
    
}


@media all and (max-width:1288px) {
    .con01_flex_box {
        gap: 60px;
    }

    .con01_small_box.right{
        width: 100%;
        text-align: center;
    }

    .con01_small_box.left {
        margin: 0 auto;
    }
}

@media all and (max-width:900px) {
    .con02_intro_txt_box ul li {
        flex-direction: column;
    }
    .li_left_img_yo {
        aspect-ratio: unset;
    }

}

@media all and (max-width:800px) {
    .li_left_img_yo img {
        width: 100%;
    }
}