@charset "utf-8";

.wrap-visual {position: relative; }
.wrap-visual .item {color:#fff; position: absolute; top:33.7%; left:100px}
.wrap-visual .swiper-slide .icon {position: relative;}
.wrap-visual .swiper-slide .icon::after {content:''; width:100%; height:100%; position: absolute; top:0; left:0; background:rgba(0,0,0,0.3);}
.wrap-visual .swiper-slide img {max-height:960px; position: relative; left:50%; display: block; max-width:none; height:100%; transform: translate(-50%, 0);}
.wrap-visual .text_0 {font-size: 30px; font-family: 'SUITE Medium'; line-height: 70px; text-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
.wrap-visual .text_1 {font-size: 60px; line-height: 70px; font-family: 'SUITE Bold'; text-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
.wrap-visual .text_2 {font-size: 18px; line-height: 30px; font-family: 'HG Regular'; margin-top: 25px;}
.wrap-visual .detail-view { display: inline-flex; font-size: 14px; align-items: center; padding:0 20px; position: relative; border:1px solid rgba(255,255,255,1); color:#fff; border-radius:7px; height:53px; color:#fff; min-width:173px; background:url('../images/visual-more-arrw.png') no-repeat right 25px center; margin-top: 60px; transition: border .3s;}
.wrap-visual .detail-view:hover {background:#fff url('../images/visual-more-arrw-on.png') no-repeat right 25px center; color:#000;}

/* control */
.wrap-visual .control {position: absolute; bottom:270px; left:100px; z-index: 10; display: flex; align-items: center;}
.wrap-visual .prevnext {position: relative; display: flex; align-items: center; margin-left: 30px;}
.wrap-visual .prevnext button {text-indent: -9999px; width:32px; height:32px; border:1px solid #fff; border-radius:50%;}
.wrap-visual .prevnext .prev {background:url('../images/visual-prev.png') no-repeat center; display: inline-block; transition:.3s;}
.wrap-visual .prevnext .next {background:url('../images/visual-next.png') no-repeat center; display: inline-block; transition:.3s; margin-left: 7px;}
.wrap-visual .prevnext .prev:hover,
.wrap-visual .prevnext .next:hover {opacity:1; } 
.wrap-visual .prevnext .play {}
.wrap-visual .prevnext .stop {}
.wrap-visual .numbering {display: flex; align-items: center;}
.wrap-visual .numbering span {display: inline-block; font-size: 17px; font-family:'SUITE Medium'; color:#fff;}
.wrap-visual .numbering .total {opacity:0.7}
.wrap-visual .paging {width:105px; height:1px; display: flex; margin:0 10px;}
.wrap-visual .swiper-pagination-bullet {background:rgba(255,255,255,0.8); width:100%; height:1px; opacity:1;}
.wrap-visual .swiper-pagination-bullet-active {background:#01498E;}
.wrap-visual .pannel .stop,
.wrap-visual .pannel .play{ width:32px; height:32px; display: inline-block; border-radius:50%; border:1px solid #fff; display: none;}
.wrap-visual .pannel .stop {background:url('../images/visual-stop.png') no-repeat center;}
.wrap-visual .pannel .play {background:url('../images/visual-stop.png') no-repeat center;}
@media screen and (min-width:2600px) {
    .wrap-visual .control {bottom:30% !important;}
}
@media screen and (min-width:1921px) {
    .wrap-visual {height:47.86vw;}
    .wrap-visual .slider {height:100%;}
    /* .wrap-visual .item {max-width:1720px; width:100%; margin:0 auto; left:50%; transform:translateX(-50%);} */
    .wrap-visual .icon {height:100%;}
    .wrap-visual .swiper-slide img {max-height:unset; width:100%;}
    /* .wrap-visual .control {max-width:1720px; width:100%; margin:0 auto; left:50%; transform:translateX(-50%);} */
}

@media screen and (max-width:1800px) {
    .wrap-visual .item {left:40px;}
    .wrap-visual .control {left:40px;}
}
@media screen and (max-width:1400px) {
    .wrap-visual .item {top:23.7%;}
    .wrap-visual .text_1 {font-size: 50px; line-height: 50px;}
}
@media screen and (max-width:1200px) {
    .wrap-visual .text_0 {font-size: 26px; line-height: 2;}
    .wrap-visual .item {top:33.7%;}
    .wrap-visual .swiper-slide img {max-height:790px;}
    .wrap-visual .detail-view {margin-top: 47px;}
    .wrap-visual .control {bottom:208px;}
}
@media screen and (max-width:768px) {
    .wrap-visual .swiper-pagination-bullet {border-radius:0;}
    .wrap-visual .item {left:20px; top:23.7%}
    .wrap-visual .text_0 {font-size: 22px;}
    .wrap-visual .text_1 {font-size: 40px;}
    .wrap-visual .text_2 {font-size: 16px; padding-right:40px;}
    .wrap-visual .text_2 br {display: none;}
    .wrap-visual .detail-view {margin-top: 23px; min-width:150px;}
    .wrap-visual .control {bottom:70px; left: 20px;}

    .wrap-visual .swiper-slide img {max-height: 650px;}
}
