.closing-banner-area {
  display: none;
  opacity:1!important;
}

.closing-banner-area .dimmed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1,1,1, 0.7);
  z-index: 9999;
}

.closing-banner-wrap {
  position: fixed;
  top:-796px;
  right:0px;
  z-index: 100000;
}

.closing-banner {
  background-color: rgb(243, 243, 243);
  box-shadow: -2px 4px 14px 3px #2e2e2e5e;
  z-index: 10000;
  position:relative;
}

.closing-banner-wrap .cookies {
  text-align:left;
  background:#232323;
  padding:12px 14px 12px;
}

.closing-banner-wrap .cookies .closing-panel {
  display: inline-block;
  color: white;
  margin: 0px 15px 0 0;
  letter-spacing: -1.2px;
  font-size:12px;
}

.closing-banner-wrap .cookies .closing-panel label span{
  vertical-align: top;
}

.closing-banner-wrap .closing-banner.horizontal {
  width:565px;
  height:526px;

}

.closing-banner-wrap .closing-banner.vertical {
  width:390px;
  height:751px;
}

.closing-banner .top-view img {
  width: 354px;
  height:440px;
  border:1px solid #f3f3f3;
  transition-duration:0.15s;
  transition-timing-function: ease-in-out;
  box-sizing: border-box;
  vertical-align:top;
}

.closing-banner .closing-title {
  text-align: center;
  height: 50px;
  line-height: 48px;
  background: #232323;
  color: #ffffff;
  position: relative;
  visibility: visible;
  z-index: 1;
  display:block;
}

.closing-banner .closing-title a {
  display: block;
  color: #fff;
  font-size: 15px;
  text-align:center;
}

#close {
  position:absolute;
  top:12.5px;
  right:19px;
  display: inline-block;
  z-index:99;
}

#close > a {
  color: #fff;
  display: block;
  margin-right: 0;
  width: 20px;
  height: 20px;
  background-image: url(//gscdn.hackers.co.kr/champ/img/common/close_btn2.png);
  text-indent: -3000em;
  font-size: 0;
}

.closing-banner .top-view {
  text-align: center;
  margin: 15px 15px 0;
}

.closing-banner-wrap .vertical .top-view {

}

.closing-banner-wrap .horizontal .top-view {
  float: left;
}

.closing-banner-wrap .horizontal .bottom-view {
  padding: 15px 0;
  float: left;
}

.closing-banner-wrap .vertical .bottom-view {
  padding: 15px 19px;
}

.closing-banner-wrap .horizontal .bottom-view li {
  margin-bottom:23px;
}

.closing-banner-wrap .horizontal .bottom-view li:last-child{
  margin-bottom:0px;
}

.closing-banner-wrap .vertical .bottom-view li {
  min-height: 160px;
  display: inline-block;
}

.closing-banner .bottom-view li:last-child {
  float: right;
}

.closing-banner .bottom-view li .list-wrap .view-img {
  display: inline-block;
  width: 169px;
  height:208px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
  box-sizing: border-box;
  border:1px solid #eaeaea;
  vertical-align: top;
}

.closing-banner .bottom-view li .list-wrap .view-img img{
  width:100%;
  height:167px;
  vertical-align: top;
}

.closing-banner .bottom-view li .list-wrap .view-name {
  display: block;
  height: 39px;
  line-height: 39px;
  font-size: 13px;
  color: #424242;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  border-top: 1px solid #ededed;
}

.closing-banner .bottom-view li .list-wrap:hover .view-name {
  color: #000 !important;
  font-weight: 600;
}

.closing-banner-wrap .top-view:hover a img, .closing-banner .bottom-view li .list-wrap:hover .view-img {
  transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-delay: initial;
  -webkit-transition-delay: initial;
  transition-property: initial;
  -webkit-transition-property: initial;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: rgba(50, 50, 50, 0.6) 0 0 12px 0;
  border: none;
}

.closing-banner-wrap .top-view:hover a img{
  box-shadow: rgba(50, 50, 50, 0.6) 0 0 12px 0;
  border: none;
}
