@charset "UTF-8";

/* BIG BANNER */
.big_swipe {position:relative; width:100%; height:630px; overflow: hidden}
.big_swipe .swiper-pagination {font-size:0}
.big_swipe .swiper-pagination span {font-size:14px; font-weight:600; color:#222}
.big_swipe .swiper-progress-bar {position: relative;width: 110px; display: block;z-index: 1;height: 2px; margin:0 auto;}
.big_swipe .swiper-progress-bar .slide_progress-bar {position: absolute;height: 2px;background: rgba(0, 0, 0, 0.1);width: auto;clear: both;opacity: 0;bottom: 45px;left: 0;right: 0;}
.big_swipe .swiper-progress-bar .slide_progress-bar:after {position: absolute;top: 0;left: 0;background: #3e3e3e;height: 100%;width: 0;content: "";}
.big_swipe .swiper-progress-bar.active .slide_progress-bar {opacity: 1;}
.big_swipe .swiper-progress-bar.animate .slide_progress-bar:after {transition: width linear;transition-delay: unset;width: 100%;transition-duration: 4s;}
.big_swipe .swiper-pagination-current {position: absolute; top: -29px;left: 50%;margin-left: -73px;}
.big_swipe .swiper-pagination-total {position: absolute; top: -29px;right: 50%;margin-right: -73px;}


/*상단 타이틀*/
.font_w h1, .font_w h2 {color: #fff !important;}
.font_w a {border-color: #fff !important; color: #fff !important;}
.font_w a:hover {color:#333 !important;}
.font_w a:before{background:#fff !important;}


/* 플레이버튼 */
.top_play { z-index: 9; position: absolute; bottom: 50px; height: 40px; left: 50%;  margin-left: -600px; box-sizing: border-box;}
.top_play:before {content: ''; background-color: #fff; position: absolute; width: 90px; height: 40px;opacity:0.7; border-radius:32px;}		
/* 화살표 */
.top_play .swiper-button-prev {opacity:0.5; left: 13px; position:absolute; width:20px; height:20px; background: url(https://stay.publog.co.kr/re_181207/images/icon_play_p.png?t=1); background-size: cover; cursor: pointer; transition:0.3s; margin-top: -10px!important;}
.top_play .swiper-button-next {opacity:0.5; left: 57px; position:absolute; width:20px; height:20px; background: url(https://stay.publog.co.kr/re_181207/images/icon_play_n.png?t=1); background-size: cover; cursor: pointer; transition:0.3s;margin-top: -10px!important;}
.top_play .swiper-button-prev:hover, .top_play .swiper-button-next:hover {transition:.3s; opacity:1; }
/* 재생 */
.top_play .swiper-pause {opacity:0.5; position:absolute;  z-index:999; width:20px; height:20px; top: 26%; left: 36px; background: url(https://stay.publog.co.kr/re_181207/images/icon_stop.png?t=1); background-size: cover; cursor: pointer; transition:0.3s}
.top_play .swiper-play {opacity:0.5; position:absolute;  z-index:999; width:20px; height:20px; top: 26%; left: 37px; background: url(https://stay.publog.co.kr/re_181207/images/icon_play.png?t=1); background-size: cover; cursor: pointer; transition:0.3s}

.top_play .swiper-play, .top_play .swiper-pause {display: none;}
.top_play .swiper-play:hover, .top_play .swiper-pause:hover {display: none; opacity:1; transition:.3s}
.top_play .swiper-play.active, .top_play .swiper-pause.active {display:block;}