.main_visual {
    position: relative;
    z-index: 2;
}
#main_banner {
    margin-top:14px;
    position:relative;
    overflow: hidden;
}
#main_banner .swiper-slide {
    display: flex;
    justify-content: center;
    width: 1281px;
    overflow: hidden;
}
#main_banner .swiper-slide .banner_box {
    transition: all .3s ease;
}
/* #main_banner .swiper-slide .banner_box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: opacity 0.3s ease;
    opacity: 0; 
} */
#main_banner .swiper-slide:not(.swiper-slide-active) .banner_box::after {
    opacity: 1;
} 
#main_banner .swiper-slide .banner_box {
    position: relative;
}
/* type01 */ 
#main_banner .swiper-slide.type01 .img_box > div {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%; 
}
/* #main_banner .swiper-slide.type01 .img_box > div > a > img {
    width: 1280px;
    height: 600px;   
} */
#main_banner .swiper-slide.type01 .banner__info {
    position: absolute;
    left: 120px;
    bottom: 84px;
    text-align: left;    
    color: #fff;
    z-index: 2;
    opacity: .3;
    transition: opacity 0.3s ease;
}
#main_banner .swiper-slide.swiper-slide-active .banner__info {
    opacity: 1;
}
#main_banner .swiper-slide.type01 .banner__info p.maintitle {
    font-weight: 600;
    font-size: 33px;
    line-height: 45px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#main_banner .swiper-slide.type01 .banner__info p.subtitle {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
}
#main_banner .swiper-slide.type01 .banner__info .tit_arrow {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
#main_banner .swiper-slide.type01 .banner__info .tit_arrow img {
    width: 8px; 
    height: 13px; 
}
#main_banner .swiper-slide.type01 .banner__info .banner__icons {
    margin-top: 20px;
    display: flex; 
}
#main_banner .swiper-slide.type01 .banner__info .banner__icons > div {
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 5px;
    margin-right: 4px;  
    text-align: center;
    padding-top: 12px;
} 
#main_banner .swiper-slide.type01 .banner__info .banner__icons > div img {
    width: 27px;
    height: 27px;
}
#main_banner .swiper-slide.type01 .banner__info .banner__icons > div p {
    color: #191919;
    font-size: 13px;
    margin-top: 8px;
}
#main_controller .swiper-button-next, #main_controller .swiper-button-prev {
    position: relative;
    width: 36px; 
    height: 36px; 
    border: 1px solid #d1d1d1;
    border-radius: 18px;
    background: url('/common/image/arrow/arrow_g.svg') #fff no-repeat center center/7px 12px;
    top: 60%;
    margin-top: 0px;
}
#main_controller .swiper-button-next.swiper-button-disabled, #main_controller .swiper-button-prev.swiper-button-disabled {
    opacity: .5 !important; 
}
#main_controller .swiper-button-next { 
    right: 0; 
}
#main_controller .swiper-button-prev {
    transform: rotate(180deg); 
    left: 0;
}  
#main_controller {  
    width: 1280px;
    display: flex;
    margin: 20px auto;
    align-items: center;
    justify-content: space-between;
}
#main_controller .swiper-pagination {
    width: 1075px;
    height: 3px;
    position: relative;
    background: #f4f4f4;
}
#main_controller .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background:  #191919;
} 
#main_controller .ex_con {
    display: flex;
}
#main_controller .ex_con > div {
    margin-left: 14px;
}
#main_controller .ex_con .more {
    cursor: pointer;
    z-index: 10; 
    text-align: center;
    display: flex; 
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #d1d1d1;
}
#main_controller .ex_con .more > div {
    position: relative;
    width: 12px;
    height: 12px;
} 
#main_controller .more span {
    position: absolute;
    top: 0%;
    left: 45%;
    display: block;
    width: 2px; 
    height: 12px;
    background: #787878; 
}
#main_controller .more span:nth-child(1) { 
    transform: rotate(90deg);
}
#main_controller .ex_con .play {
    cursor: pointer;
    margin-left: 12px;
    text-align: center;
    display: flex;
    justify-content: center; 
    align-items: center;
    background: #f8f8f8;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #d1d1d1;
}
#main_controller .play .pause {
    display: flex;
}
#main_controller .play .pause span {
    display: block;
    width: 2px;
    height: 11px;
    background: #787878; 
}
#main_controller .play .pause span:nth-child(1) {
    margin-right: 3px;
}
#main_controller .plays {
    display: none;
    margin-left: 3px;
}
#main_controller .plays img {
    width: 8px;
    filter: brightness(0.5);
}   


