/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

#homeArea .bx-wrapper .bx-pager,
#homeArea .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 6%;
  width: 100%;
  z-index:51;
  text-align:center;
}

#roomArea .bx-wrapper .bx-pager,
#roomArea .bx-wrapper .bx-controls-auto {
	margin-top:30px;
}

#roomArea .bx-wrapper .bx-pager{
    text-align:center;
}
#roomArea .bx-wrapper .bx-pager.bx-default-pager a{
	background:#c7c7c7;
	width:13px;
	height:13px;
	border-radius:50%;
	margin:0 2px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border:2px solid #003458;
  background: #003458;
}

#roomArea .bx-wrapper .bx-pager.bx-default-pager a:hover,
#roomArea .bx-wrapper .bx-pager.bx-default-pager a.active,
#roomArea .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background:#fff;
	border-radius:50%;
	border:2px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background:#fff;
	border:2px solid #fff;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}
#homeArea .bx-wrapper .bx-prev {
  left: 19px;
  background:url(../../../../JNParkDongdaemun_common/images/homepage/KOR/main/icon_index_prev.png) no-repeat;
}
#homeArea .bx-wrapper .bx-next {
  right: 19px;
  background:url(../../../../JNParkDongdaemun_common/images/homepage/KOR/main/icon_index_next.png) no-repeat;
}

#roomArea .bx-wrapper .bx-prev {
  left: 15px;
  background:url(../../../../JNParkDongdaemun_common/images/homepage/KOR/main/ico_slide_prev.png) no-repeat;
}
#roomArea .bx-wrapper .bx-next {
  right: 15px;
  background:url(../../../../JNParkDongdaemun_common/images/homepage/KOR/main/ico_slide_next.png) no-repeat;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 27%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
    display:inline-block;
}

#homeArea .bx-wrapper .bx-controls-direction a{
    width:39px;
    height:76px;
    background-size:cover !important;
    top: 45%;
}

#roomArea .bx-wrapper .bx-controls-direction a{
    width:29px;
    height:58px;
    background-size:cover !important;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

@media all and (max-width:640px) {
	#roomArea .bx-wrapper .bx-pager, #roomArea .bx-wrapper .bx-controls-auto{
		margin-top:8px;
	}
	#roomArea .bx-wrapper .bx-pager.bx-default-pager a{
		width:12px;
		height:12px;
	}
	#roomArea .bx-wrapper .bx-pager.bx-default-pager a:hover, #roomArea .bx-wrapper .bx-pager.bx-default-pager a.active, #roomArea .bx-wrapper .bx-pager.bx-default-pager a:focus{
		width:12px;
	}
}
