@charset "utf-8";

.wrap-visual {position: relative; background:#000;}
.wrap-visual .item {color:#fff; position: absolute; top:38.9%; left:100px;}
.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 .swiper-slide .icon {position: relative;}
.wrap-visual .swiper-slide .icon::after {content:''; width: 100%; height: 100%; background:rgba(0,0,0,0.3); position: absolute; left:0; top:0;}
.wrap-visual .text_0 {font-size: 60px; line-height: 70px; font-family: 'SUITE ExtraBold'; text-shadow: 0px 3px 3px rgba(0,0,0,0.3); display: block;}
.wrap-visual .text_1 {font-size: 20px; font-family: 'SUITE Medium'; line-height: 30px; opacity:0.7; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); margin-top: 20px;}
.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: 18px; align-items: center; padding:0 30px; font-family: 'SUITE Light'; position: relative; border:1px solid rgba(255,255,255,.7); color:#fff; height:53px; color:#fff; min-width:210px; background:url('../images/more-arrw.png') no-repeat right 25px center; margin-top: 60px; transition: border .3s; border-radius:50px;}
.wrap-visual .detail-view:hover {color:#000; background:#fff url('../images/more-arrw-on.png') no-repeat right 25px center; opacity:1;}

/* control */
.wrap-visual .control {position: absolute; top:33%; left:100px; z-index: 101; display: flex; align-items: center;}
.wrap-visual .prevnext {position: relative; display: flex; align-items: center; margin-left: 15px;}
.wrap-visual .prevnext button {text-indent: -9999px; width:6px; height:10px;}
.wrap-visual .prevnext .prev {background:url('../images/prev.png') no-repeat center; display: inline-block; transition:.3s;}
.wrap-visual .prevnext .next {background:url('../images/next.png') no-repeat center; display: inline-block; transition:.3s;}
.wrap-visual .prevnext .prev:hover,
.wrap-visual .prevnext .next:hover {opacity:1;} 
.wrap-visual .numbering {display: flex; align-items: center; margin:0 10px; }
.wrap-visual .numbering span {display: inline-block; font-size: 14px; font-family:'SUITE Regular'; color:#fff;}
.wrap-visual .numbering .sl {margin:0 5px; color:#C0C0C0;}
.wrap-visual .numbering .total {color:#C0C0C0;}
.wrap-visual .pannel {margin-left: 10px;}
.wrap-visual .pannel button {width:7px; height:10px; display: inline-block; text-indent: -9999px; z-index: 10;}
.wrap-visual .pannel .stop,
.wrap-visual .pannel .play {display: none;}
.wrap-visual .pannel .stop.on,
.wrap-visual .pannel .play.on {display: block;} 
.wrap-visual .pannel .stop {background:url('../images/stop.png') no-repeat center;}
.wrap-visual .pannel .play {background:url('../images/play.png') no-repeat center;}

.wrap-visual .paging {position: relative; width:150px; display: flex;}
.wrap-visual .swiper-pagination-bullet {position: relative; opacity:1; background:rgba(255,255,255,0.5); width:100%; height:1px; border-radius:0;}
.wrap-visual .swiper-pagination-bullet-active {background:#fff;}


@keyframes circleAnimation {
    from {stroke-dashoffset: 283;}
    to {stroke-dashoffset: 0;}
}

@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 .icon {height:100%;}
    .wrap-visual .swiper-slide img {max-height:unset; width:100%;}
    /* .wrap-visual .control {bottom:25% !important;} */
}
@media screen and (max-width:1800px) {
    .wrap-visual .item {left:20px;}
    .wrap-visual .control {left:20px;}
}

@media screen and (max-width:1200px) {
    .wrap-visual .item {top:35.7%;left:40px;}
    .wrap-visual .text_0 {font-size: 50px; line-height: 1; margin-top: 15px;}
    .wrap-visual .text_1 {font-size: 20px; line-height: 32px;}
    .wrap-visual .item {top:41.9%;}
    .wrap-visual .swiper-slide img {max-height:790px;}
    .wrap-visual .detail-view {margin-top: 65px;}
    .wrap-visual .control {left:40px; top:35.8%;}
    /* .wrap-visual .control {bottom:115px;} */
}
@media screen and (max-width:768px) {
    .wrap-visual .item {left:20px; top:44.5%}
    .wrap-visual .text_0 {font-size: 40px; margin-top: 10px;}
    .wrap-visual .text_1 {font-size: 18px; padding-right: 110px; margin-top: 5px;}
    .wrap-visual .text_2 {font-size: 16px; padding-right:40px;}
    .wrap-visual .text_2 br {display: none;}
    .wrap-visual .detail-view {margin-top: 38px; min-width:150px; height:45px; font-size: 15px;}
    .wrap-visual .control {left: 20px; top:39%;}

    .wrap-visual .swiper-slide img {max-height: 650px;}
}
