.index-media_all{width:100%;padding:60px 0;max-width:1400px;margin:0 auto}.index-media_all .index-media_title{font-size:36px;text-align:center;font-weight:700;color:#413f3f;line-height:58px;margin-bottom:30px}.index-media_all .index-media_center{display:flex;cursor:pointer;justify-content:space-between}.myMediaLeft{width:50%;overflow:hidden}.myMediaRight{width:40%;height:auto;overflow:hidden}.myMediaRight svg{width:100%;height:100px}.myMediaRight .swiper-slide-thumb-active svg{fill:#df001f}.swiper-media-icon{text-align:center}.swiper-media-text{position:relative;text-align:right;font-size:18px;margin-top:30px;font-style:italic;font-family:CondBoldItalic;padding:0 10px}.swiper-media-desc{font-size:18px;font-weight:400}.media-i-left,.media-i-right{width:35px}.swiper-media-i{display:flex;justify-content:space-between;align-items:center;padding:30px 0}.swiper-media-text:before{content:"";position:absolute;width:40px;height:2px;background-color:#423f3f;margin-left:-50px;margin-top:.6em}.myMediaRight .media-svg{width:50%}.myMediaRight .swiper-wrapper{display:flex;flex-wrap:wrap;flex-direction:row}@media only screen and (max-width:767px){.myMediaRight .media-svg{height:100%!important}.index-media_all .index-media_center{flex-direction:column}.myMediaLeft{width:100%;margin:0}.myMediaRight{width:100%;height:auto}.index-media_all .index-media_title{font-size:24px;margin-bottom:10px;line-height:1}.index-media_all{padding:45px 20px}.pg-width{padding:45px 20px 0}}
.index-media_all{
    width: 100%;
    padding: 60px 0;
    max-width: 1400px;
    margin: 0 auto;
}
.index-media_all .index-media_title{
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    color: #413f3f;
    line-height: 58px;
    margin-bottom: 30px;
}
.index-media_all .index-media_center{
    display: flex;
    cursor: pointer;
    justify-content: space-between;
}
.myMediaLeft{
    width: 50%;
    overflow: hidden;
}
.myMediaRight{
    width: 40%;
    height: auto;
    overflow: hidden;
}
.myMediaRight svg{
    width: 100%;
    height: 100px;
}

.myMediaRight .swiper-slide-thumb-active svg{
    fill: #DF001F;
}
.swiper-media-icon{
    text-align: center;
}
.swiper-media-text{
    position: relative;
    text-align: right;
    font-size: 18px;
    margin-top: 30px;
    font-style: italic;
    font-family: 'CondBoldItalic';
    padding: 0 10px;
}

.swiper-media-desc{
    font-size: 18px;
    font-weight: 400;
}
.media-i-left,.media-i-right{
    width: 35px;
}
.swiper-media-i{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.swiper-media-text::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #423F3F;
    margin-left: -50px;
    margin-top: 0.6em;
}

.myMediaRight .media-svg{
    width: 50%;
}
.myMediaRight .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.swiper-container-vertical.myMediaRight >.swiper-wrapper {
    flex-direction: row;
    ms-flex-direction: row;
}
@media only screen and (max-width:767px) {
  .myMediaRight .media-svg{
    height:100% !important;
  }
    .index-media_all .index-media_center{
        flex-direction: column;
    }
    .myMediaLeft{
        width: 100%;
        margin: 0;
    }
    .myMediaRight{
        width: 100%;
        height: auto;
    }

    .index-media_all .index-media_title{
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1;
    }

    .index-media_all{
        padding: 45px 20px;
    }
    .pg-width{
        padding: 45px 20px 0;
    }
}
