.rg-image-wrapper{  /*전체사이즈*/
	/*height:560px;*/ 
	height: 450px;
	padding-bottom: 25.625vw;
}

@media screen and (min-width:500px) { 
.rg-image-wrapper{  /*전체사이즈*/
	padding-bottom: 100px;
}
}

.rg-image-nav a { /*좌우버튼*/
	position:absolute;
	width:31px;
	height: 88px;
	height:20.625vw;
	text-indent:-9999px;
	border:1px solid #e1e1e1;
	cursor:pointer;
	bottom:1px;
	max-height: 86px;
}
.rg-image-nav a.rg-image-nav-prev { left:0; background:#fff url(/kr/img/sub/icon_prev.gif) no-repeat center center; }
.rg-image-nav a.rg-image-nav-next { right:0; background:#fff  url(/kr/img/sub/icon_next.gif) no-repeat center center; }
.rg-image-nav a:hover{ border-color:#007eff; }


.rg-image { width:100%; height:auto; margin:0 auto; background:url(/mobile/kr/img/sub/bg_pd_img1.gif) repeat; padding:8px 6px; box-sizing:border-box; text-align: center;}
/*.rg-image:before { content:""; display:block; width:411px; height:13.5px; background:#fff;}
.rg-image:after { content:""; display:block; width:411px; height:13.5px; background:#fff;  }*/
.rg-image img { max-width:100%; }

/*
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
*/




/* Elastislide Style */
.rg-gallery { position:relative; }

.es-carousel-wrapper{
	
	padding-left:35px;
	overflow:hidden;
	position:absolute;
	/*top:470px;width:352px;*/
	bottom: 2px;
	/*width:calc(100% - 66px);*/
}

@media screen and (min-width:420px) { 
.es-carousel-wrapper{
	
}}

.es-carousel{
	overflow:hidden;
	width:100%; 
	text-align:center;
}
.es-carousel ul {
	margin:0 auto;
	overflow:hidden;
}
.es-carousel ul li{ float:left; width: 21.25vw !important; max-width: 88px !important;}


.es-carousel ul li a {
	display:block;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-left:1px solid #fff;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height:20.625vw;
	width:20.625vw;
	max-width: 86px;
	max-height: 86px;
}
.es-carousel ul li:first-child a { border-left-color:#f0f0f0; }
.es-carousel ul li.selected a{ border:1px solid #007eff; }
.es-carousel ul li a img{
	/*max-height:100%;
	max-width:100%;*/
	height:100%;
	width:100%;
	height:20.625vw;
	width:20.625vw;
	max-width: 86px;
	max-height: 86px;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(/kr/img/sub/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}