/*CONTENT*/
.swiper-button-next{
    background:rgba(0,0,0,0);
    background-color:rgba(0,0,0,0);
    width:30px;
    height:25px;
    padding:5px;
    text-align:center;
    vertical-align:middle;
}
.swiper-button-prev{
    background:rgba(0,0,0,0);
    background-color:rgba(0,0,0,0);
    width:30px;
    height:25px;
    padding:5px;
    text-align:center;
    vertical-align:middle;
}
.content_holder .section1 .each_copy{
    position:relative;
    width:90%;
    margin:auto;point
    margin-bottom:50px;
}
.content_holder .section1 .each_copy .mobile_image{
    width:100%;
    padding-top:60%;
}
.content_holder .section1 .each_copy .img1{
    width:95%;
}
.content_holder .section1 .each_copy .img2{
    width:85%;
}
.content_holder .section1 .each_copy .copy1{
    width:80%;
}
.content_holder .section1 .each_copy .copy2{
    width:100%;
}
.content_holder .section1 .each_copy .left_copy{
    position:relative;
    display:inline-block;
    width:50%;
    left:0;
    vertical-align: middle;
}
.content_holder .section1 .each_copy .left_copy .copy{
    float:left;
}
.content_holder .section1 .each_copy .left_copy img{
    float:left;
}
.content_holder .section1 .each_copy .right_copy{
    position:relative;
    display: inline-block;
    width:50%;
    right:0;
    vertical-align: middle;
}
.content_holder .section1 .each_copy .right_copy .copy{
    float:right;
}

.content_holder .section1 .each_copy .right_copy img{
    float:right;
}
.content_holder .section1 .each_copy .swiper{
    width:50%;
    height:30vw;
    overflow:hidden;
}
@media screen and (max-width: 850px) {
    .content_holder .section1 .each_copy{
        margin-bottom:0px;
    }
    .content_holder .section1 .each_copy .copy1{
        width:100%;
    }
    .content_holder .section1 .each_copy .copy2{
        width:100%;
    }
    .content_holder .section1 .each_copy .left_copy{
        width:100%;
        left:0;
        right:0;
        margin-top:10px;
        margin-bottom:20px;
    }
    .content_holder .section1 .each_copy .right_copy{
        width:100%;
        left:0;
        right:0;
        margin-top:10px;
        margin-bottom:20px;
    }
    .content_holder .section1 .each_copy .swiper{
        height:70vw;
    }
}