/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/

.top-wrapper > .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  height:96px !important;

}
/** THEME
===================================*/



ul.top-slider {list-style: none;}
ul.top-slider li {background-repeat: no-repeat;background-position: top center;height:96px !important;}
ul.top-slider li a.goToLink {display:block;width:100%;height:100%;position: relative;}

.top-wrapper {
  width:100%;
  max-width:1600px;
  position: relative;
  color:#fff;

}
.top-wrapper img {
  border:none;
  vertical-align:top;
}
.top-wrapper .bx-pager,
.top-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.top-wrapper .bx-loading {
  min-height: 80px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.top-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.top-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.top-wrapper .bx-pager.bx-default-pager a:hover,
.top-wrapper .bx-pager.bx-default-pager a.active,
.top-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.top-wrapper .bx-pager-item,
.top-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.top-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.top-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.top-wrapper .bx-prev:hover,
.top-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.top-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.top-wrapper .bx-next:hover,
.top-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.top-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.top-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.top-wrapper .bx-controls-auto {
  text-align: center;
}
.top-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.top-wrapper .bx-controls-auto .bx-start:hover,
.top-wrapper .bx-controls-auto .bx-start.active,
.top-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.top-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.top-wrapper .bx-controls-auto .bx-stop:hover,
.top-wrapper .bx-controls-auto .bx-stop.active,
.top-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.top-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.top-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.top-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.top-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


.tp-btn {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: -60px;
    width: 1600px;
    margin: 0 0 0 -800px;
    height: 0;
    cursor: pointer;
	opacity:0;
}
.tp-btn span.tp-arrow {
  display:block;
  width: 30px;
  height: 30px;
  text-align:center;
  line-height:30px;
  color:#fff;
  background:rgba(0,0,0,.2);
}
.tp-btn span.tp-arrow:hover {
  background:rgba(0,0,0,.5);
}

.tp-btn2 {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0px;
    /*margin: 0 0 0 600px;*/
     width: 96px;
  height: 96px;
    cursor: pointer;
	opacity:1;
	background:#216a73 url('images/btn_close_top.png')  no-repeat center center;
}
.tp-btn2 span.tp-close {
  display:block;
  width: 96px;
  height: 96px;
  text-align:center;
  line-height:30px;
  color:#fff;
  
   /*background: url('images/btn_close_top.png')  no-repeat;*/
  /*background:rgba(0,0,0,.2);*/
      position: absolute;
    right: 0;
}
.tp-btn2 span.tp-close:hover {
  /*background:rgba(0,0,0,.5);*/
}

.tp-btn2 span.tp-close:after {
/*
    content: '오늘하루 열지않기';
    position: absolute;
    left: -82px;
    top: 25px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
	*/
}



.tp-btn {top: 0;opacity:1.0;}
/*.tp-btn2 {top: -60px;opacity:1.0;}*/
.tp-btn2 label {color: #fff; font-size:13px; }
.tp-btn2 .tpCloseToday {position: absolute; top: 15px; right: 0px; width: 150px; text-align: right; }


@media screen and (max-width: 1024px){

.tp-btn2 {
  width: 60px;
  height: 60px;
  right:0;
  
}
.tp-btn2 span.tp-close {
   width: 60px;
  height: 60px;
 }

@media screen and (max-width: 768px){
.tp-btn2 .tpCloseToday { top: 20px; }
}
/*
.top-ban:hover .tp-btn {top: 0;opacity:1.0;}
.top-ban:hover .tp-btn2 {top: 0;opacity:1.0;}
*/


#main-pro-bx-pager2 {
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 50px;
    left: 0;
    margin-left: 0px;
    list-style-type: none;

    z-index: 555;
}
#main-pro-bx-pager2 ul {
    list-style: none;
    margin:0;
    padding:0;
    width: 100%;
    text-align: left;
}
#main-pro-bx-pager2 li {
    display:inline-block;
    margin:0 5px 0 0;
    padding:0;
}
#main-pro-bx-pager2 li a {
    text-decoration: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width:10px;height:10px;
    border:1px solid #fff;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    text-indent: -9999px;
    behavior: url(../../../pie/PIE.htc);
}
#main-pro-bx-pager2 li a.active {
    background-color: #fff;border:0px solid #fff; width:50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}



#main-pro-bx-pager2 li a span.step {display: block;width:0;height:100%;}

#main-pro-bx-pager2 li a.active span.step {background: #d7df21;}



@media screen and (max-width: 1600px){
	#main-pro-bx-pager2 { margin-left:0px; left:5px; }
	.tp-btn2 {right:0px;}

}
