@charset "utf-8";

@media(hover: hover) and (pointer: fine) {
    .sec2 .s2_item:hover {
        transform: translateY(-8%);
    }

    .sec6 .l_box:hover {
        background-color: #18182B;
    }

    .sec6 .l_box:hover .img_icon,
    .sec6 .l_box:hover .alt {
        filter: brightness(0) invert(1);
    }

    .mento_box .box .sub_box:hover {
        box-shadow: 0px 10px 18px rgba(59, 74, 214, 0.12);
    }
}

img {
    display: block;
}

.con {
    padding: 120px 0;
}

.container * {
    position: relative;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

/* mv */
.mv {
	height:auto !important;
}
.main_top_ment {
    background: linear-gradient(0deg, #0D1C3A, #0D1C3A), #C5C5C5;
    width: 100%;
    height: 42px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    position: relative;
}

.main_top_ment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_close_btn {
    width: 24px;
    height: 24px;
    background: url('../image/main/top_close.svg') no-repeat center / contain;
    z-index: 3;
    position: absolute;
    right: 160px;
    top: 50%;
    transform: translateY(-50%);
}

/* mv */
.mv_slide {
    height: 100%;
}

.mv_slide .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv_slide .item .inner {
    align-items: center;
    justify-content: space-between;
    color: #111;
}

.mv_slide .item .name {
    font-size: 22px;
    font-weight: 400;
}

.mv_slide .item .img_icon {
    width: 640px;
    height: 395px;
    border-radius: 12px;
    overflow: hidden;
}

.mv_slide .item .name,
.mv_slide .item .alt,
.mv_slide .item .common_link_box {
    transform: translateY(80px);
    opacity: 0;
    overflow: hidden;
    transition: all 1s ease;
}

.mv_slide .item.swiper-slide-active .name,
.mv_slide .item.swiper-slide-active .alt,
.mv_slide .item.swiper-slide-active .common_link_box {
    opacity: 1;
    transform: translateY(0);
}

.mv_slide .item .img_icon img {
    object-fit: cover;
}

.mv_slide .item .alt {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 20px 0 50px;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.mv_slide .item .common_link_box {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.common_link_box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 55px;
    background-color: #fff;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
    z-index: 3;
    cursor: pointer;
}

.mv .common_link_box {
    background-color: transparent;
    border: 1px solid #000000;
}

.slide_nav_box {
    width: 1300px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mv .slide_nav_box {
    bottom: 50px;
}


.mv .slide_nav_box .num {
    color: #111;
}

.mv .slide_nav_box .num .swiper-pagination-total {
    opacity: 0.3;
}

.slide_nav_box .num {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3);
    display: flex;
    gap: 10px;
    width: auto;
}

.mv_arw {
    width: 10px;
    height: 16px;
    z-index: 2;
    cursor: pointer;
}

.mv_arw.left {
    background: url('../image/main/prev.png') no-repeat center / contain;
    margin-right: 25px;
    filter: invert(1);
}

.mv_arw.right {
    background: url('../image/main/next.png') no-repeat center / contain;
    margin-left: 25px;
    filter: invert(1);
}

.slide_nav_box .num .swiper-pagination-current {
    color: #fff;
}

.mv .slide_nav_box .num .swiper-pagination-current {
    color: #111;
    opacity: 1;
}

.mv_slide .item.no_1 {
    background-color: #E4EDFF;
}

.mv_slide .item.no_2 {
    background-color: #F0FCFB;
}
.mv .MO {
    display: none;
}

.mv_slide .item.no_1,
.mv_slide .item.no_2 {
    background: unset;
}

.mv .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv .slide_nav_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide_nav_box .num .swiper-pagination-current {
    min-width: 15px;
}

.mv .num_group {
    width: 179px;
    height: 36px;
    border-radius: 80px;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    padding: 9px 20px;
    position: relative;
}

.mv .num_group {
    display: block;
    padding: 9px 40px 9px 20px;
}

.mv .slide_nav_box .num {
    /* height: 36px; */
}

.mv .swiper-slide .bar {
    width: 75px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 68px;
    top: unset;
    left: 50%;
    transform: translateX(-56%);
    z-index: 555;
    opacity: 0;
    transition: 0.1s 1s;
}

.mv .swiper-slide .bar_move {
    width: 100%;
    height: 1px;
    background-color: #FFF;
    transform: translateX(100%);
}

.mv .swiper-slide-active .bar {
    opacity: 1;
}

.mv .swiper-slide-active .bar_move {
    animation: mv_bar 3.5s 0.5s ease-in-out;
}

.mv_arw_group {
    z-index: unset;
    display: none;
}

@keyframes mv_bar {
    0%      {transform: translateX(-100%);}
    100%    {transform: translateX(0%);}
}

.mv .bar {
    top: 49%;
    left: 48%;
}

/* END mv */

/* sec0 */

.sec0 {
    padding: 128px 0 180px;
    background-image: url(../image/main/s0_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s0_title {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-family: 'KorailRoundGothicBold';
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}

.s0_title span {
    color: #E9C15C;
    font-family: 'KorailRoundGothicBold';
}

.s0_tit {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.4px;
}

.s0_tit br {
    display: none;
}

.sec0 .num_group {
    display: flex;
    gap: 70px;
    margin-top: 60px;
    justify-content: center;
}

.sec0 .num_c {
    width: 279px;
    height: 279px;
    border-radius: 50%;
    background-color: #E4882C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sec0 .c_title {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.sec0 .count {
    display: flex;
    margin-top: 18px;
    gap: 5px;
    align-items: flex-end;
}

.sec0 .nums {
    color: #FFF;
    font-size: 61px;
    font-weight: 700;
}

.sec0 #num-unit {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    margin-bottom: 10px;
}

/* END sec0 */
/* sec1 */

.sec1 {
    padding: 130px 0;
    background-color: #27272C;
}

.sec1 .s1_tit {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-family: 'KorailRoundGothicMedium';
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
}

.sec1 .s1_title {
    margin-top: 15px;
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-family: 'KorailRoundGothicBold';
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.96px;
}

.sec1 .s1_title span {
    font-family: 'KorailRoundGothicBold';
    color: #F2AC23;
}

.sec1 .cate_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 41px;
}

.sec1 .c_btn {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    background: #45454A;
    padding: 24px 40px 21px;
    width: fit-content;
    text-align: center;
	cursor:pointer;
}

.sec1 .c_btn.active {
    background: #E91262;
}

.sec1 .c_btn.active::after {
    content: '';
    width: 34px;
    height: 25px;
    background-image: url(../image/main/s1_active.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,70%);
}

.sec1 .c_btn .c_img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #C0C0C0;
}

.sec1 .swiper-free-mode>.swiper-wrapper {
    justify-content: center;
}

.sec1 .swiper {
    overflow: visible;
}

.sec1 .item_view {
    padding: 50px 55px 65px;
    background-color: #FFF;
    border-radius: 20px;
    margin-top: 50px;
}

.sec1 .item_view .item_grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    row-gap: 60px;
    column-gap: 37px;
}


.sec1 .item_view .item.lux,
.sec1 .item_view .item.food,
.sec1 .item_view .item.rental,
.sec1 .item_view .item.ad{display: none;}

.sec1 .item_view .item_btn {
    padding: 24px 42px;
    border-radius: 20px;
    background: #E91262;
    color: #FFF;
    font-size: 23px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 24px;
    width: fit-content;
    margin: 80px auto;
}

/* END sec1 */
/* sec2 */

.sec2 {
    padding: 100px 0 150px;
    background-image: url(../image/main/s2_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec2 .title_group {
    text-align: center;
}

.sec2 .s2_title {
    color: #222;
    text-align: center;
    font-size: 48px;
    font-family: 'KorailRoundGothicBold';
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 14px;
}

.sec2 .s2_tit {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.sec2 .item_group {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    margin-top: 43px;
}

.sec2 .s2_item {
    padding: 40px 56px 54px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.06);
    transition: 0.5s;
}

.sec2 .s2_item img {
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.sec2 .s2_item img.on {
    display: none;
}

.sec2 .s2_item .item_title {
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.sec2 .s2_item .item_tit {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* sec3 */

.sec3 {
    padding: 88px 0 115px;
    background-image: url(../image/main/s3_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec3 .s3_title {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-family: 'KorailRoundGothicBold';
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.96px;
    margin-bottom: 90px;
}

.sec3 .s3_slider {
	padding-left:5px;
}

.sec3 .s3_slider .swiper-slide {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border-radius: 30px;
    filter: drop-shadow(-3px 3px 2px rgba(0,0,0,0.2));
    overflow: hidden;
    width: 400px;
    height: 575PX;
    margin-bottom: 5px;
}

.sec3 .s3_slider .swiper-slide .txt_box {
    padding: 37px 24px 22px 44px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sec3 .s3_slider .t_title {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.28px;
    margin-bottom: 16px;
}

.sec3 .s3_slider .t_text {
    color: #272727;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.34px;
    margin-bottom: 33px;
}

.sec3 .s3_slider .t_text span {
    font-weight: 600;
}

.sec3 .s3_slider .t_btn {
    display: flex;
    gap: 9px;
    color: #7626DA;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.3px;
    margin-top: auto;
}

/* sec4 */

.sec4 {
    padding: 130px 0;
    background-color: #F1F0F4;
    overflow-x: hidden;
}

.sec4 .s4_title {
    text-align: center;
    color: #111;
    text-align: center;
    font-size: 48px;
    font-family: 'KorailRoundGothicBold';
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.96px;
    margin-bottom: 70px;
}

.sec4 .s4_title br {
    display: none;
}

.sec4 .s4_title span {
    font-family: 'KorailRoundGothicBold';
    color: #E91262;
}

.sec4 .swiper-slide {
    padding: 5px;
    background-image: linear-gradient(125deg, rgba(233, 35, 18, 1) 0%, rgba(166, 115, 231, 1) 50%);
    border-radius: 20px;
}

.sec4 .swiper-slide .s4_inner {
    padding: 45px 20px 53px 41px;
    background-color: #FFF;
    border-radius: 15px;
}

.sec4 .swiper-slide .s4_inner::after {
    content: '';
    width: 59px;
    height: 77px;
    position: absolute;
    top: -25px;
    right: 39px;
    background-image: url(../image/main/best.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.sec4 .s4_inner .row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec4 .s4_inner .r_pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.sec4 .s4_inner .best {
    padding: 2px 12px;
    color: #D83B2E;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.32px;
    background-color: #FFEBE3;
    border-radius: 100px;
    margin-right: 17px;
}

.sec4 .row2 .in_title {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.48px;
    margin-top: 31px;
}

.sec4 .row2 .in_txt {
    margin-top: 14px;
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.3px;
    word-break: keep-all;
}

.sec4 .row3 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #999;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.3px;
    margin-top: 43px;
}

.sec4 .row3 .bar {
    width: 1px;
    height: 11px;
    background-color: #D2D2D2;
}

.s3_btn_group,
.s4_btn_group {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 54%;
    left: 50%;
    width: 1470px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.s3_btn_group {
    top: 64%;
}

.s3-button-prev,
.s3-button-next,
.s4-button-prev,
.s4-button-next {
    width: 52px;
}

.sec4 .s4_ani {
    margin-top: 80px;
}

.sec4 .s4_ani .row {
    display: flex;
    gap: 31px;
    width: 3840px;
}

.sec4 .s4_ani .item {
    padding: 37px 33px 34px;
    display: flex;
    gap: 25px;
    background-color: #FFF;
    border-radius: 20px;
    min-width: 488px;
}

.sec4 .s4_ani .left {
    line-height: 28px;
    margin-top: 9px;
    color: #111;
    font-size: 17px;
	line-height: 1.2em !important;
    font-weight: 600;
    letter-spacing: -0.38px;
}

.sec4 .s4_ani .right {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
}

.sec4 .s4_ani .row1 {
    animation: s4_a1 30s linear infinite;
}

.sec4 .s4_ani .row2 {
    margin-top: 32px;
    animation: s4_a2 40s linear infinite;
}

@keyframes s4_a1 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-40.6%);
    }
}

@keyframes s4_a2 {
    0% {
        transform: translateX(-6.7%);
    }

    100% {
        transform: translateX(-47.3%);
    }
}

/* sec5 */

.sec5 {
    padding: 97px 0;
}

.sec5 .container {
    display: flex;
    gap: 40px;
}

.s5_banner {
    display: block;
    width: 610px;
}

.sec5 .PC {
    display: block;
}

.sec5 .MO {
    display: none;
}

/* sec6 */
.sec6 {
    background-color: #F9F9F9;
}

.sec6 .con_tit {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center;
    font-family: 'KorailRoundGothicMedium', sans-serif;
}

.sec6 .con_tit.flex {
    margin-bottom: 25px;
}

.sec6 .con_tit .img_icon {
    width: 18px;
    height: 18px;
}

.sec6 .box {
    flex: 1;
    min-width: 0;
}

.sec6 .box:first-child {
    margin-right: 80px;
}

.sec6 .l_box {
    width: 100%;
    height: 215px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sec6 .l_box:not(:last-child) {
    margin-right: 28px;
}

.sec6 .l_box .img_icon {
    width: 75px;
    height: 75px;
    margin-bottom: 45px;
    transition: all 0.5s ease;
}

.notice_box .n_box {
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.notice_box .n_box .date {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    min-width: 85px;
    margin-left: auto;
    text-align: right;
}

.notice_box .n_box .alt {
    align-items: center;
}

.notice_box .n_box .alt .txt {
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 1.6em;
}

.notice_box .n_box .alt .img_icon {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    display: none;
    margin: 0 5px;
}

.notice_box .n_box.new .img_icon {
    display: inline-flex;
}

@media (max-width:1199px) {

}

@media (max-width:1000px) {
    .mv {
        height: auto;
    }

    .mv .PC {
        display: none;
    }
    .mv .MO {
        display: block;
    }

    .mv .slide_nav_box {
        width: 100%;
        bottom: 0;
    }

    .mv .num_group {
        width: 100%;
        border-radius: 0;
    }

    .mv .bar {
        width: 73%;
    }

    .mv .swiper-slide .bar {
        width: 73%;
        bottom: 18px;
        left: 52.3%;
    }

    .sec0 .num_group {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        justify-items: center;
        row-gap: calc(100vw * (0/375));
        column-gap: calc(100vw * (0/375));
    }

    .sec0 .num_group .c1 {
        grid-column: span 2;
    }

    .sec0 .num_c {
        width: calc(100vw * (145/375));
        height: calc(100vw * (145/375));
    }

    .sec0 .c_title {
        font-size: calc(100vw * (16/375));
    }

    .sec0 .nums {
        font-size: calc(100vw * (31/375));
    }

    .sec0 #num-unit {
        margin-bottom: calc(100vw * (4/375));
    }

    .s0_title {
        font-size: 22px;
        line-height: 36px;
    }

    .s0_tit {
        font-size: 16px;
        line-height: 28px;
    }

    .s0_tit br {
        display: block;
    }

    .sec0 {
        padding: calc(100vw * (60/375)) 0 calc(100vw * (80/375));
    }

	.sec1 {
	padding : 60px 0;
	}
    
    .sec1 .s1_tit {
        font-size: 14px;
    }

    .sec1 .s1_title {
        font-size: 22px;
        line-height: 36px;
    }

    .sec1 .item_view {
        padding: 35px 20px;
    }

    .sec1 .swiper-free-mode>.swiper-wrapper {
        justify-content: unset;
    }

    .sec1 .item_view .item_btn {
        font-size: calc(100vw * (14/375));
        padding: calc(100vw * (20/375)) calc(100vw * (22/375));
        margin: 40px auto 20px;
        width: 90%;
        align-items: center;
        justify-content: center;
    }

    .sec1 .item_view .item_grid {
        grid-template-columns: repeat(2,1fr);
        column-gap: calc(100vw * (7/375));
        row-gap: calc(100vw * (20/375));
    }

	.sec2 {
	padding : 60px 0;
	}

    .sec2 .s2_title {
        font-size: 22px;
    }

    .sec2 .s2_tit {
        font-size: 16px;
        word-break: keep-all;
    }

    .sec2 .s2_tit br {
        display: none;
    }

    .sec2 .item_group {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: calc(100vw * (13/375));
    }

    .sec2 .s2_item {
        padding: calc(100vw * (30/375)) calc(100vw * (13/375));
        border-radius: calc(100vw * (20/375));
    }

    .sec2 .s2_item .item_title {
        font-size: calc(100vw * (16/375));
        line-height: calc(100vw * (24/375));
    }
    .sec2 .s2_item .item_tit {
    font-size: calc(100vw * (14/375));
    }

    .sec2 .s2_item .item_tit br {
        display: none;
    }

    .sec2 .s2_item img {
        width: calc(100vw * (42/375));
    }

	.sec3 {
	padding : 60px 0;
	}

    .sec3 .s3_title {
        font-size: calc(100vw * (22/375));
        line-height: calc(100vw * (36/375));
        font-weight: 400;
		margin-bottom : 30px;
    }

    .sec3 .s3_slider .swiper-slide {
        width: calc(100vw * (290/375));
        height: auto;
    }

    .sec3 .swiper {
        overflow: visible;
    }

    .sec3 .s3_slider .swiper-slide .txt_box {
        padding-left: calc(100vw * (32/375));
        padding-right: calc(100vw * (52/375));
    }
    .sec3 .s3_slider .t_text {
        font-size: calc(100vw * (15/375));
    }
    .sec3 .s3_slider .t_btn {
        margin-top: auto;
    }

	.sec4 {
		padding : 60px 0;
	}

    .sec4 .swiper-slide {
        width: 290px;
    }

    .sec4 .swiper {
        overflow: visible;
    }

    .sec4 .swiper-slide .s4_inner {
        padding: 25px 10px 33px 15px;
    }
    
    .sec4 .s4_title {
        font-size: calc(100vw * (25/375));
        line-height: calc(100vw * (37/375));
		margin-bottom : 20px;
    }

    .sec4 .s4_title br {
        display: block;
    }

    .sec4 .s4_ani .item {
        padding: 30px 15px 26px;
        justify-content: space-between;
        min-width: unset;
    }

    .sec4 .s4_ani .left {
        font-size: calc(100vw * (15/375));
        line-height: 23px;
    }

    .sec4 .row3 {
        margin-top: calc(100vw * (15/375));
    }

	.sec5 {
	padding : 60px 0;
	}

    .sec5 .container {
        flex-direction: column;
    }

    .s5_banner {
        width: 100%;
    }

    .con .inner {
        flex-direction: column;
    }

	.sec6 {
	padding : 60px 0;
	}

    .sec6 .box:first-child {
        margin-right: 0;
    }
    .sec6 .l_box .img_icon {
        width: calc(100vw * (36/375));
        height: calc(100vw * (36/375));
        margin-bottom: calc(100vw * (16/375));
    }

    .sec6 .l_box {
        padding: calc(100vw * (20/375)) 0 calc(100vw * (30/375));
        height: auto;
    }

    .sec6 .l_box:not(:last-child) {
        margin-right: calc(100vw * (8/375));
    }

    .link_box {
        margin-bottom: calc(100vw * (75/375));
    }

    .sec5 .PC {
        display: none;
    }

    .sec5 .MO {
        display: block;
    }
}

@media (max-width:600px) {
    .sec1 .c_btn {
        min-width: 100px;
        font-size: 15px;
        align-items: center;
        padding: 12px 17px 15px;
    }

    .sec1 .c_btn .c_img {
        width: 51px;
        height: 51px;
    }
}

.slide_nav_box {
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}

.mv .slide_nav_box .num {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -1.12px;
    gap: 96px;
    color: rgba(0, 0, 0, 0);
}

.mv .slide_nav_box .num .swiper-pagination-current {
    color: #FFF;
}

.mv .slide_nav_box .num .swiper-pagination-total {
    opacity: 1;
    color: #FFF;
}

.mv .bar {
    width: 75px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.mv .bar .m_bar {
    width: 75px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #FFF;
    animation: m_bar 5.5s ease-in-out infinite;
}

.mv_playbtn {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    z-index: 22;
    position: absolute;
    right: 10px;
    bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv_playbtn img,
.mv_playbtn img {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.mv_playbtn .stop_btn,
.mv_playbtn .play_btn {
    display: none;
}

.mv_playbtn .stop_btn.on,
.mv_playbtn .play_btn.on {
    display: block;
}
@keyframes m_bar {
    0% {transform: translate(-150%,-50%);}
    100% {transform: translate(-50%,-50%);}
}

.mv_arw_group {
    margin: 0 auto;
    width: 75%;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    /* z-index: 999; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: unset;
}

.mv_arw.left,
.mv_arw.right {
    opacity: 1;
    filter: invert(0);
    margin: unset;
}

.mv_arw {
    width: 66px;
    height: 66px;
}

.mv_slide .item.no_1 {
    background-image: url(../image/main/mv_banner1.png);
}

.mv_slide .item.no_2 {
    background-image: url(../image/main/mv_banner2.png);
}

.mv_slide .item.no_1,
.mv_slide .item.no_2 {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width:1000px) {
	.mv_arw_group {
		display:none;
		}
	.mv .bar {
		width:73%;
		left:48%;
	}
}

@media (max-width:700px) {
    .mv_slide .item.no_1 {
        background-image: url(../image/main/mv_banner1m.png);
        height: calc(100vw * (710/750));
    }

    .mv_slide .item.no_2 {
        background-image: url(../image/main/mv_banner2m.png);
        height: calc(100vw * (710/750));
    }
}

.sec1 .item_view .item_btn {
    margin-bottom: 0;
}



.fix_btn {
    display: flex;
    flex-direction: column;
    width: 150px;
    position: fixed;
    top: 47%;
    right: 25px;
    transform: translateY(-50%);
    z-index: 99999;
}

.fix_btn img {
	margin-top:10px;
}

.sec4 .s4_ani .left {
    max-width: 305px;
}

.review_plz {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s4_inner.pic_on {
    padding: 0 !important;
}

.s4_inner.norev::after {
    display: none;
}

.s4_inner.norev .best {
    display: none;
}

.sec4 .swiper-slide .s4_inner {
    max-width: 403px;
    max-height: 416px;
}

@media (max-width : 700px) {
    .fix_btn {
        display: none !important;
    }

    .s4_inner.norev {
        min-height: 410px;
    }

    .s4_inner.norev img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        scale: 1.4;
    }
}
.main_modal .bg{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width:1650px) {
	.fix_btn {
		display:none !important;
	}
}