@media screen and (max-width:799px)
{
.popup_layer_responsive {
	
}
.popup_cover_responsive {
	
}
.popup_navigationpanel_responsive {
	height: 100%;
}
.btn_prev_responsive {
	left: 30px; bottom: 50px;
}
.btn_next_responsive {
	right: 30px; bottom: 50px;
}
.popup_box_responsive {
	
}
.popup_content_responsive {
	padding-bottom: 100px;
}
.bodyHidddingScrollbar {
	-ms-overflow-y: hidden;
}
}
@media screen and (min-width:1px)
{
.popup_layer_responsive {
	
}
.popup_cover_responsive {
	
}
.popup_navigationpanel_responsive {
	top: 0px;
}
.popup_box_responsive {
	width: 100%; height: 100%;
}
.popup_content_responsive {
	
}
}
@media screen and (min-width:800px)
{
.popup_layer_responsive {
	
}
.popup_cover_responsive {
	
}
.popup_navigationpanel_responsive {
	top: 10%; width: 100%;
}
.btn_prev_responsive {
	left: 10%; top: 40%;
}
.btn_next_responsive {
	top: 40%; right: 10%;
}
.popup_box_responsive {
	padding: 5px; border: 1px solid rgb(170, 170, 170); border-image: none; width: 800px; height: 580px;
}
.popup_content_responsive {
	
}
}
.popup_layer_responsive {
	left: 0px; top: 0px; width: 100%; height: 100%; visibility: hidden; position: fixed; z-index: 12;
}
.popup_cover_responsive {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; opacity: 0.7; background-color: rgb(51, 51, 51);
}
.popup_navigationpanel_responsive {
	position: absolute;
}
.btn_prev_responsive {
	background-position: -12px -177px; padding: 34px 20px; position: fixed; z-index: 12; background-image: url("../image/btn_RL.png"); background-repeat: no-repeat;
}
.btn_prev_responsive:hover {
	background-position: -12px -261px;
}
.btn_next_responsive {
	background-position: -12px -10px; padding: 34px 20px; position: fixed; z-index: 12; background-image: url("../image/btn_RL.png"); background-repeat: no-repeat;
}
.btn_next_responsive:hover {
	background-position: -12px -93px;
}
.popup_box_responsive {
	transition:0.2s; text-align: left; display: inline-block; opacity: 1; background-color: rgb(255, 255, 255);
}
.btn_closepopup {
	background-position: -1px -40px; padding: 6px 13px; background-image: url("../image/btn_closepopup.png"); background-repeat: no-repeat;
}
