@charset "utf-8";

/* Notice */
.wrap-notice {background: url('../images/bg-notice.jpg') no-repeat center top / cover;}
.wrap-notice .inner {display: flex; justify-content: space-between;}
.wrap-notice .tab {position: relative; flex-shrink: 0; width: 340px; padding-top: 75px;}
.wrap-notice .tab .more {position: absolute; right: 100px; top: 73px; width: 37px; height: 37px; border: 1px solid #223d7b; text-indent: -999999px; display:none;}
.wrap-notice .tab .more span {display: block; width: 100%; height: 100%; background: url('../images/ic-notice-more.png') no-repeat center; transform: rotate(0deg); transition: .35s;}
.wrap-notice .tab .more:hover span {transform: rotate(180deg);}
.wrap-notice .tab .btn-tab {display: block; margin-bottom: 20px; font-family: gb; font-size: 40px; line-height: 1; color: #6784ab;}
.wrap-notice .tab .btn-tab:hover,
.wrap-notice .tab .btn-tab.on {color: #152e6e;}
.wrap-notice .tab .btn-tab.on + .more {display:block;}
.wrap-notice .tab .btn-tab span {position: relative; z-index: 1;}
.wrap-notice .tab .btn-tab span::after {content: ''; position: absolute; left: 103%; top: -2px; width: 8px; height: 8px; background: #ff4c47; border-radius: 100%; opacity: 0;}
.wrap-notice .tab .btn-tab:hover span::after,
.wrap-notice .tab .btn-tab.on span::after {opacity: 1;}
.wrap-notice .tab .btn-tab span::before {content: ''; position: absolute; left: 0; bottom: 7px; z-index: -1; width: 0; height: 8px; background: #fadd1c; transition: .5s;}
.wrap-notice .tab .btn-tab:hover span::before,
.wrap-notice .tab .btn-tab.on span::before {width: 100%;}
.wrap-notice .slider {overflow: hidden; position: relative; width: calc(100% - 340px); padding: 45px 0;}
.wrap-notice .slider {display:none;}
.wrap-notice .slider.active {display:block;}
.wrap-notice .slider li {position: relative; width: 33.333%;}
.wrap-notice .slider li::after {content: ''; position: absolute; right: 0; top: 40px; width: 1px; height: calc(100% - 80px); background: #cecece;}
.wrap-notice .slider li:last-child:after,
.wrap-notice .slider li:hover::after {display: none;}
.wrap-notice .slider li.nodata {width: 100%; min-height: 270px; display: flex; justify-content: center; align-items: center;}
.wrap-notice .slider a {position: relative; display: block; height: 100%; background: #fff; padding:50px 50px 41px 50px; transition: .3s;}
.wrap-notice .slider a:hover {background: #152e6e;}
.wrap-notice .slider a:hover::after {content: ''; position: absolute; right: 20px; top: 100px; width: 29%; height: 93px; background: url('../images/deco-notice.png') no-repeat center / 100%;}
.wrap-notice .slider .subject {position: relative; margin-bottom: 30px; padding-bottom: 30px;}
.wrap-notice .slider .subject::after {content: ''; position: absolute; left: 0; bottom: 0; width: 70px; height: 2px; background: #152e6e;}
.wrap-notice .slider a:hover .subject::after {background: #fff;}
.wrap-notice .slider .subject strong {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 62px; font-family: pr; font-size: 22px; line-height: 1.4; color: #111111;}
.wrap-notice .slider a:hover .subject strong {color: #fff;}
.wrap-notice .slider .subject span {display: block; margin-top: 10px; font-family: pr; font-size: 15px; color: #999999;}
.wrap-notice .slider .desc {overflow: hidden; display: -webkit-box; font-family: pr; font-size: 18px; line-height: 1.4; color: #666666; -webkit-line-clamp: 3; -webkit-box-orient: vertical; height:75px;}
.wrap-notice .slider a:hover .desc {color: #fff;}
.wrap-notice .swiper-scrollbar {width: 100% !important; left: 0 !important; bottom: 50px !important; height: 3px !important; background: #fff !important;}
.wrap-notice .swiper-scrollbar-drag {position: relative; top: -8px; height: 22px; background: #4f87ea url('../images/ic-notice-scroll.png') no-repeat center; border-radius: 100px; box-shadow: 0 6px 3px rgba(0,0,0,.1); cursor: grab;}

@media screen and (max-width: 1200px) {
  .wrap-notice {background-position: left top; background-size: cover;}
  .wrap-notice .tab .more {top: 73px;}
  .wrap-notice .slider li::after {display: none;}
  .wrap-notice .slider a {padding: 40px;}
  .wrap-notice .slider .subject span {margin-top: 14px;}
  .wrap-notice .swiper-scrollbar {bottom: 41px !important;}
}

@media screen and (max-width: 920px) {
  .wrap-notice .tab {width: 200px; padding-top:50px;}
  .wrap-notice .tab .btn-tab {font-size: 30px;}
  .wrap-notice .tab .more {top: 43px; right: 20px;}
  .wrap-notice .slider .subject strong {min-height: 40px; font-size: 20px;}
  .wrap-notice .slider .desc {font-size: 18px;}
  .wrap-notice .swiper-scrollbar {bottom: 29px !important;}
}

@media screen and (max-width: 700px) {
  .wrap-notice {background-position: 15% top;}
  .wrap-notice .tab {width: 165px; padding-top: 40px;}
  .wrap-notice .tab .btn-tab {font-size: 25px;}
  .wrap-notice .tab .btn-tab span::after {width: 6px; height: 6px;}
  .wrap-notice .tab .more {top: 37px; width: 25px; height: 25px;}
  .wrap-notice .tab .more span {background-size: 17px auto;}
  .wrap-notice .slider {width: calc(100% - 165px); margin-right:-20px;}
  .wrap-notice .slider .subject {margin-bottom: 20px; padding-bottom: 20px;}
  .wrap-notice .slider .subject strong {min-height: 42px; font-size: 18px;}
  .wrap-notice .slider .desc {-webkit-line-clamp: 4; font-size: 17px; height:73px;}
  .wrap-notice .slider a {padding: 25px;}
  .wrap-notice .slider a:hover::after {top: 50px;}
  .wrap-notice .swiper-scrollbar-drag {background-size: 11px  auto;}
}