

.wrap-topBanner {max-height:0; overflow:hidden; transition: max-height .5s;}
.wrap-topBanner.on {max-height:150px;}
.top-banner{background: url(../images/header_notice_background.jpg) no-repeat right bottom / cover; padding: 20px 0px 20px 0px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end;}
.top-banner.active{display: flex;}
.top-banner .inner {max-width:1720px; width:100%; margin:0 auto; position: relative;}
.top-banner .container{max-width: 1860px; padding: 0 30px;}
.top-banner #topBanner{width: calc(100% - 161px); margin-bottom: 0;}
.topBanner-item{padding-left: 27px; border-left: 1px solid rgba(255,255,255,.3); min-height: 60px;}
.top-banner h4{font-size: 17px; color: #97c1ff; letter-spacing: .025em; line-height: 26px; font-family: 'HG Regular'; }
.top-banner p{font-size: 14px; color: #d0d0d0; letter-spacing: .025em; font-family: 'HG Regular'; line-height: 26px;text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.top-banner h4{text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.top-banner .non-text h4{text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-line-clamp: 1; display: block;}
.top-banner .topBanner-check{display: flex; flex-wrap: wrap; align-items: center; width: 156px; position: absolute; right: 0px; bottom: -10px;}
.top-banner .topBanner-check .topBanner-remote{display: none;}
.top-banner .topBanner-check label{display: flex; align-items: center; flex-wrap: wrap;}
.top-banner .topBanner-check #topBannerCheck{display: none;}
.top-banner .topBanner-check .topBannerCheck-icon{display: inline-block; width: 15px; height: 15px; background: url(../images/header_notice_checkOff.png) no-repeat center center / cover;}
.top-banner .topBanner-check #topBannerCheck:checked ~ .topBannerCheck-icon{background: url(../images/header_notice_checkOn.png)}
.top-banner .topBanner-check p{font-size: 12px; color: #cecece; display: inline-block; line-height: 20px; margin: 0 10px 0 8px;}
.top-banner .topBanner-check .allday-check{width: 20px; height: 20px; background: url(../images/header_notice_exit.png) no-repeat center center; display: inline-block; font-size: 0;}
@media screen and (min-width:1921px) {
    .top-banner .inner {max-width:unset; padding:0 100px;}
    .top-banner .topBanner-check {right:100px;}
}
@media screen and (max-width:1800px) {
    .top-banner .topBanner-check {right:0px;}
    .top-banner {padding:20px;}
}
@media screen and (max-width: 1200px) {
    .wrap-topBanner .inner {padding:0;}
    body.bannerzone{padding-top: 90px;}
    .topBanner-item{padding-left: 15px; min-height: none;}
    .top-banner{padding: 11px 0 8px 40px;}
    .top-banner #topBanner{width: calc(100% - 180px);}
    .top-banner h4{font-size: 12px; line-height: 30px;}
    .top-banner .non-text h4{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
    .top-banner p{font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 5px;}
    .top-banner .topBanner-check{right: 14px; bottom: 0;}
    .top-banner .topBanner-check p{font-size: 9px;}
}

@media screen and (max-width: 768px) {
    body.bannerzone{padding-top: 86px;}
    .top-banner{padding: 13px 20px;}
    .top-banner #topBanner {width:calc(100% - 135px);}
    .top-banner h4{font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
    .top-banner p{font-size: 12px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
    .top-banner .topBanner-check{justify-content: end; right:0; width:135px;}
    .top-banner .topBanner-check .topBanner-remote{display: flex; flex-wrap: wrap; margin-bottom: 12px;}
    .topBanner-item {border-left:0;}
    .topBanner-dots ul{display: flex; flex-wrap: wrap; position: static; margin-bottom: 5px;}
    .topBanner-dots ul.slick-dots li{margin: 0 2px; width: 10px; height: 10px; border-radius: 50%; border: 1px solid rgba(212,212,212,.5); margin-bottom: 3px;}
    .topBanner-dots ul.slick-dots li button{width: 100%; height: 100%; padding: 0; text-indent: -9999px;}
    .topBanner-dots ul.slick-dots li button:before{display: none;}
    .topBanner-dots ul.slick-dots li.slick-active{width: 50px; border-radius: 5px; background-color: #868b94; border: 0;}
    .top-banner .topBanner-playstop{margin-left: 5px; margin-top: 1px;}
    .top-banner .topBanner-playstop button{width: 6px; height: 8px; display: none; font-size: 0;}
    .top-banner .topBanner-playstop button.on{display: block;}
    .top-banner .topBanner-playstop button.topBanner-stop{background: url(../images/header_notice_stop.png);}
    .top-banner .topBanner-playstop button.topBanner-play{background: url(../images/header_notice_play.png);}
}