
.main_equipment .swiper_wrap {
    position: relative
}

.main_equipment .swiper_wrap .main_equipment_btn {
	border:none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border-radius: 4px
}

.main_equipment .swiper_wrap .main_equipment_btn:hover {
    background-color: #f0f0f0
}

.main_equipment .swiper_wrap .main_equipment_btn-prev {
    right: calc(100% + 20px);
    background-image: url(../img/arr_prev.svg)
}

.main_equipment .swiper_wrap .main_equipment_btn-next {
    left: calc(100% + 20px);
    background-image: url(../img/arr_next.svg)
}

.main_equipment .main_equipment__swiper .swiper-slide {
    width: 310px
}

@media(max-width: 768px) {
    .main_equipment .main_equipment__swiper .swiper-slide-active .img_box .img_wrap {
        width:100% !important;
        height: 100% !important
    }

    .main_equipment .main_equipment__swiper .swiper-slide-active .img_box::after {
        opacity: 0 !important;
        visibility: hidden !important
    }

    .main_equipment .main_equipment__swiper .swiper-slide-active .img_box .pnt {
        top: 0
    }

    .main_equipment .main_equipment__swiper .swiper-slide-active .text {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center
    }

    .main_equipment .main_equipment__swiper .swiper-slide-active .text span {
        background: #000;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0,0,0,0);
        background-clip: text;
        text-fill-color: rgba(0,0,0,0)
    }

    .main_equipment .main_equipment__swiper .swiper-slide-active .text .icon {
        width: 20px;
        height: 20px;
        background: url(../img/btn_plus.svg) no-repeat center center/contain;
        display: none
    }
}

@media(max-width: 768px)and (max-width: 768px) {
    .main_equipment .main_equipment__swiper .swiper-slide-active .text .icon {
        display:block
    }
}

.main_equipment .main_equipment__swiper .swiper-slide .img_box {
    position: relative;
    z-index: 2;
    width: 310px;
    height: 360px
}

.main_equipment .main_equipment__swiper .swiper-slide .img_box .pnt {
    position: absolute;
    display: none;
    top: 50px;
    right: 0;
    width: 110px;
    height: 110px;
    background: url(../img/point.svg) no-repeat center center/contain;
    z-index: 2;
    transition: .35s ease
}

.main_equipment .main_equipment__swiper .swiper-slide .img_box .pnt.on {
    display: block
}

.main_equipment .main_equipment__swiper .swiper-slide .img_box::before,.main_equipment .main_equipment__swiper .swiper-slide .img_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transition: .35s ease
}

.main_equipment .main_equipment__swiper .swiper-slide .img_box::before {
    background: #fdf4bb;
    z-index: -2;
    border: 1px solid #fff
}

.main_equipment .main_equipment__swiper .swiper-slide .img_box::after {
    z-index: -1;
    background: #f0f0f0;
    visibility: visible;
    opacity: 1
}

.main_equipment .main_equipment__swiper .swiper-slide .img_box .img_wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 266px;
    height: 310px;
    transition: .5s ease
}

.main_equipment .main_equipment__swiper .swiper-slide:hover {
    cursor: pointer
}

.main_equipment .main_equipment__swiper .swiper-slide:hover .img_box .img_wrap {
    width: 100%;
    height: 100%
}

.main_equipment .main_equipment__swiper .swiper-slide:hover .img_box::after {
    opacity: 0;
    visibility: hidden
}

.main_equipment .main_equipment__swiper .swiper-slide:hover .img_box .pnt {
    top: 0
}

.main_equipment .main_equipment__swiper .swiper-slide:hover .text span {
    color: #bb0000
}


.modal_wrap {
    position: fixed;
    z-index: 5000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.modal_wrap.on {
    pointer-events: all
}

.modal_wrap.on .bg {
    visibility: visible;
    opacity: 1
}

.modal_wrap.on .modal_content {
    transform: translateY(0)
}

.modal_wrap .modal_num {
    width: 100%;
    height: 100%;
    display: none
}

.modal_wrap .modal_num.current {
    display: block
}

.modal_wrap .bg {
    background-color: rgba(0,0,0,.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease
}

.modal_wrap .modal_content {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
    padding-top: 90px;
    transform: translateY(200%);
    transition: .5s ease
}

.modal_wrap .modal_content .inner {
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 5%;
    padding-right: 5%;
    height: calc(100% - 50px);
    right: 0;
    top: 0;
    width: 100%
}

.modal_wrap .modal_content .close_modal {
    position: absolute;
	border:none;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background: url(../img/modal_close.svg) no-repeat center center/contain;
    z-index: 100
}

.modal_title {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color:#42234D;
    color: #fff;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    z-index: 50
}

.modal_inner_content {
    line-height: 1.5;
	width:95%;
	margin:0 auto;
	max-width:800px;
    padding-bottom: 50px;
    padding-top: 130px;
    font-size: 18px
}

.modal_inner_content .img_wrap.ar1_1 {
    aspect-ratio: 1/1
}

.modal_inner_content h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.modal_inner_content h4 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5
}

.modal_inner_content h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5
}