@charset "euc-kr";

/* =photo styles
----------------------------------------------- */
.box_photo {
	float: left;
	display:inline;
	position: relative;
	width: 547px;
	height: 198px;
}

.box_photo img {
	max-width: none;
} /* Tip for stildv */
.box_photo ul {
	display: none;
}

.box_photo .container_photo {
	overflow: hidden;
	position: relative;
}

.box_photo .image {
	overflow: hidden;
}

.box_photo .image img {
	display: none;
}

/* =Box clone
-------------------------------------------------------------- */
.box_photo .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}

.box_photo .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

/* =Navigation
-------------------------------------------------------------- */
.box_photo .prev_button {
	position: absolute;
	top: 50%;
	left: 35px;
	z-index: 152;
	width: 27px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999em;
	
}

.box_photo .next_button {
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 152;
	width: 27px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.box_photo .prev_button:hover, .box_photo .next_button:hover {
	opacity: 0.5 !important;
}

/* =Numbers
-------------------------------------------------------------- */
.box_photo .info_slide {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 100;
	color: #fff;
	font: bold 11px arial;
	
}

.box_photo .info_slide .image_number {
	display:none;
	background: #333;
	float: left;
	padding: 2px 10px;
	margin: 0 5px 0 0;
	
}

.box_photo .info_slide .image_number:hover {

}

.box_photo .info_slide .image_number_select, .box_photo .info_slide .image_number_select:hover {
	background: #cc3333;
	float: left;
	padding: 2px 10px;
	margin: 0 5px 0 0;
}

/* =Thumbs
	Change width and height to customization dimension thumb
-------------------------------------------------------------- */
.box_photo .container_thumbs {
	position: relative;
	overflow: hidden;
	height: 50px;
}

.box_photo .info_slide_thumb {
	height: 50px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	top: auto;
	top: 0;
	left: 0;
	padding: 0 !important;
	opacity: 1.0;
}

.box_photo .info_slide_thumb .image_number {
	overflow: hidden;
	width: 100px;
	height: 50px;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.box_photo .info_slide_thumb .image_number img {
	position: absolute;
	top: -30px;
	left: -30px;
	height: 100px;
}

.box_photo .box_scroll_thumbs {
	padding: 0;
}

.box_photo .box_scroll_thumbs .scroll_thumbs {
	position: absolute;
	bottom: 60px;
	left: 50px;
	background: #ccc;
	background: -moz-linear-gradient(-90deg, #555, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
	width: 200px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999em;
	z-index: 101;
	cursor: pointer;
	border: 0px solid #333;
}

/* =Dots
-------------------------------------------------------------- */
.box_photo .info_slide_dots {
	position: absolute;
	bottom: 25px;
	z-index: 151;

}

.box_photo .info_slide_dots .image_number {
	background: #333;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.box_photo .info_slide_dots .image_number:hover {

}

.box_photo .info_slide_dots .image_number_select, .box_photo .info_slide_dots .image_number_select:hover {
	background: #cc3333;
	float: left;
	margin: 0 5px 0 0;
}

/* =Loading
-------------------------------------------------------------- */
.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url(/img/ajax-loader.gif) no-repeat left top;
	width: 32px;
	height: 32px;
}

/* =Label
-------------------------------------------------------------- */
.box_photo .label_photo {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
}

.box_photo .label_photo {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	display: none;
	opacity: 0.8;
	
}

.box_photo .label_photo p {
	padding: 10px;
	margin: 0;
	font: normal 22px arial,tahoma;
	letter-spacing: -1px;
}

.box_photo .progressbar {
	
	position: absolute;
	top: 5px;
	left: 15px;
	height: 5px;
	width: 200px;
	z-index: 99;
	border-radius: 20px;
}

/* =Preview slide
-------------------------------------------------------------- */
.box_photo .preview_slide {
	display: none;
	position: absolute;
	z-index: 152;
	bottom: 30px;
	left: -40px;
	width: 100px;
	height: 100px;
	background: #fff;
	
	overflow: hidden;
}

.box_photo .preview_slide ul {
	height: 100px !important;
	overflow: hidden !important;
	margin: 0 !important;
	list-style: none !important;
	display: block !important;
	position: absolute !important;
	top: 0;
	left: 0;
}

.box_photo .preview_slide ul li {
	width: 100px !important;
	height: 100px !important;
	overflow: hidden !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	display: block !important;
}

.box_photo .preview_slide ul li img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 150px !important;
	width: auto !important;
}

/* =Focus
-------------------------------------------------------------- */
#overlay_photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	opacity: 1;
	
}

.box_photo .focus_button {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 27px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.box_photo .play_pause_button {
	position: absolute;
	top: 50%;
	z-index: 151;
	width: 27px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.box_photo .play_pause_button.play_button {
}


.box_photo .play_pause_button:hover {
	opacity: 0.5 !important;
}

.box_photo .focus_button:hover {
	opacity: 0.5 !important;
}

/* =Example for dimenions
-------------------------------------------------------------- */
.box_photo_large {
	float: left;
	display:inline;
	width: 547px;
	height:198px;

}

.box_photo_small {
	width: 200px;
	height: 100px;
}

/* =Default theme
-------------------------------------------------------------- */
.box_photo .focus_button, 
.box_photo .next_button, 
.box_photo .prev_button, 
.box_photo .play_pause_button 
{
	display: block;
	
}

.box_photo .next_button {
	background-position: -0px -42px;
	width: 27px;
	height: 28px;
}

.box_photo .prev_button {
	background-position: -42px -42px;
	width: 27px;
	height: 28px;
}

.box_photo .play_pause_button {
	background-position: -0px -0px;
	width: 27px;
	height: 28px;
}

.box_photo .play_pause_button.play_button {
	background-position: -0px -84px;
	width: 27px;
	height: 28px;
}

.box_photo .focus_button {
	background-position: -42px -0px;
	width: 27px;
	height: 28px;
}

/* =Minimalist theme
-------------------------------------------------------------- */
.photo-minimalist .prev_button, 
.photo-minimalist .next_button, 
.photo-minimalist .play_pause_button, 
.photo-minimalist .focus_button 
{
	display: block;
}

.photo-minimalist .prev_button {
	background-position: -0px -0px !important;
	width: 24px !important;
	height: 28px !important;
	left: -45px !important;
}

.photo-minimalist .next_button {
	background-position: -0px -28px !important;
	width: 24px !important;
	height: 28px !important;
	right: -45px !important;
}

.photo-minimalist .play_pause_button {
	background-position: -0px -74px !important;
	width: 18px !important;
	height: 18px !important;
}

.photo-minimalist .play_pause_button.play_button {
	background-position: -0px -56px !important;
	width: 18px !important;
	height: 18px !important;
}

.photo-minimalist .focus_button {
	background-position: -0px -92px !important;
	width: 18px !important;
	height: 18px !important;
}

.photo-minimalist .info_slide {
	background: transparent;
}

.photo-minimalist .info_slide .image_number {
	
	box-shadow: rgba(255,255,255,0.2) 1px 1px 0;
	font-size: 12px;
	font-weight: normal;
}

.photo-minimalist .info_slide .image_number:hover {
	background: #111;
}

.photo-minimalist .info_slide .image_number_select, .photo-minimalist .info_slide .image_number_select:hover {
	background: #cc3333;
}

.photo-minimalist .info_slide_dots .image_number {
	width: 14px;
	height: 14px;
	box-shadow: rgba(255,255,255,0.2) 1px 1px 0;
}

/* =Round theme
-------------------------------------------------------------- */
.photo-round .prev_button, 
.photo-round .next_button, 
.photo-round .play_pause_button, 
.photo-round .focus_button 
{
	display: block;
}

.photo-round .prev_button {
	background-position: -0px -0px;
	width: 23px;
	height: 47px;
	left: -23px;
}

.photo-round .next_button {
	background-position: -23px -0px;
	width: 23px;
	height: 47px;
	right: -23px;
}

.photo-round .next_button:hover, .photo-round .prev_button:hover {
	opacity: 1;
}

.photo-round .play_pause_button {
	background-position: -0px -70px;
	width: 47px;
	height: 23px;
	top: 24px;
	left: 24px !important;
}

.photo-round .play_pause_button.play_button {
	background-position: -0px -47px;
	width: 47px;
	height: 23px;
	top: 24px;
}

.photo-round .focus_button {
	background-position: -0px -93px;
	width: 47px;
	height: 23px;
	top: 24px;
	left: 82px !important;
}

.photo-round .info_slide {
	background: transparent;
}

.photo-round .info_slide .image_number {
	background: #999;
	box-shadow: rgba(255,255,255,0.2) 1px 1px 0;
	font-size: 12px;
	font-weight: normal;
}

.photo-round .info_slide .image_number:hover {
	background: #333;
}

.photo-round .info_slide .image_number_select, .photo-round .info_slide .image_number_select:hover {
	background: #111;
}

.photo-round .info_slide_dots .image_number {
	width: 14px;
	height: 14px;
	box-shadow: rgba(255,255,255,0.2) 1px 1px 0;
	background: #999;
}

.photo-round .info_slide_dots .image_number:hover {
	background: #333;
}

.photo-round .info_slide_dots .image_number_select, .photo-round .info_slide_dots .image_number_select:hover {
	background: #111;
}

.photo-round .progressbar {
	top: -10px;
	left: 0px;
	background: #333;
	box-shadow: rgba(255,255,255,0.3) 1px 1px 0;
}

/* =Clean theme
-------------------------------------------------------------- */
.photo-clean .prev_button, 
.photo-clean .next_button, 
.photo-clean .play_pause_button, 
.photo-clean .focus_button 
{
	display: block;
}

.photo-clean .prev_button {
	background-position: 0px 0px;
	width: 47px;
	height: 46px;
}

.photo-clean .next_button {
	background-position: 0px -46px;
	width: 47px;
	height: 46px;
}

.photo-clean .play_pause_button {
	background-position: -0px -133px;
	width: 41px;
	height: 41px;
}

.photo-clean .play_pause_button.play_button {
	background-position: -0px -92px;
	width: 41px;
	height: 41px;
}

.photo-clean .focus_button {
	background-position: -0px -174px;
	width: 41px;
	height: 41px;
}

.photo-clean .info_slide {
	background: transparent;
}

.photo-clean .info_slide .image_number {
	background: #fff;
	box-shadow: rgba(0,0,0,0.2) 1px 1px 0;
	font-size: 12px;
	font-weight: normal;
	color:#333;
}

.photo-clean .info_slide .image_number:hover {
	background: #ccc;
}

.photo-clean .info_slide .image_number_select, .photo-clean .info_slide .image_number_select:hover {
	background: #111;
	color:#fff;
}

.photo-clean .info_slide_dots {
	bottom: 10px;
	background: rgba(255,255,255,0.8);
	box-shadow: rgba(0,0,0,0.3) 1px 1px 0;
}

.photo-clean .info_slide_dots .image_number {
	width: 14px;
	height: 14px;
	background: #999;
}

.photo-clean .info_slide_dots .image_number:hover {
	background: #333;
}

.photo-clean .info_slide_dots .image_number_select, .photo-clean .info_slide_dots .image_number_select:hover {
	background: #111;
}

.photo-clean .progressbar {
	top: 5px;
	left: 5px;
	background: #fff;
	box-shadow: rgba(0,0,0,0.5) 1px 1px 0;
}

/* =Square theme
-------------------------------------------------------------- */

.photo-square .play_pause_button, 
.photo-square .next_button, 
.photo-square .focus_button, 
.photo-square .prev_button 
{
	display: block;
	background: url('/img/common/sprite-square3.png') no-repeat;
}

.photo-square .play_pause_button {
	background-position: -28px -0px;
	width:27px;
	height: 28px;
	top: 165px !important;
	left: 36px !important;
	bottom: auto !important;
	right: auto !important;
	margin-top:0;
}

.photo-square .play_pause_button.play_button {
	background-position: -0px -0px;
	width: 27px;
	height: 28px;
}

.photo-square .focus_button {
	background-position: -28px -28px;
	width: 27px;
	height: 28px;
	top: 10px !important;
	left: 72px !important;
	bottom: auto !important;
	right: auto !important;
	margin-top:0;
}

.photo-square .next_button {
	background-position: -0px -28px;
	width: 27px;
	height:28px;
	top: 190px !important;
	bottom: 15px;
	left: 62px;
}

.photo-square .prev_button {
	background-position: -0px -56px;
	width: 27px;
	height: 28px;
	top: 165px !important;
	left: auto;
	bottom: 15px;
	left: 10px;
}

.photo-square .info_slide {
	background: transparent;
}

.photo-square .info_slide .image_number {
	background: #fff;
	box-shadow: rgba(0,0,0,0.2) 1px 1px 0;
	font-size: 12px;
	font-weight: normal;
	color:#333;
}

.photo-square .info_slide .image_number:hover {
	background: #ccc;
}

.photo-square .info_slide .image_number_select, .photo-square .info_slide .image_number_select:hover {
	background: #111;
	color:#fff;
}

.photo-square .info_slide_dots .image_number {
	width: 14px;
	height: 14px;
	box-shadow: rgba(255,255,255,0.2) 1px 1px 0;
	background: #ccc;
}

.photo-square .info_slide_dots .image_number:hover {
	background: #999;
}

.photo-square .info_slide_dots .image_number_select, .photo-square .info_slide_dots .image_number_select:hover {
	background: #555;
}

.photo-square .progressbar {
	top:0 !important;
	left: 0 !important;
	width: 100%;
	background: #fff;
	border-radius: 0;
	height: 2px;
}