/* Popup */
#popup_this {
    text-align:center;
    margin-top:50px;
	margin-bottom:50px;
    margin-left:0px;
    position:fixed;
    background:#fff;
    padding:0px;
}

#popup_this a {display:flex;}
#popup_this a img {width:100%; height:100%;}

.b-close {
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
    color:#fff;
    background:#ff0000;
    padding:5px 10px;
}
@media only screen and (max-width:1601px) {
	#popup_this a {width:1227px;}
}
@media only screen and (max-width:1367px) {
	#popup_this a {width:1067px;}
}
@media only screen and (max-width:1080px) {
	#popup_this a {width:907px;}
}
@media only screen and (max-width:960px) {
	#popup_this a {width:693px;}
}
@media only screen and (max-width:737px) {
	#popup_this a {width:533px;}
}
@media only screen and (max-width:670px) {
	#popup_this a {width:480px;}
	#popup_this {margin-top:40px;}
}
@media only screen and (max-width:568px) {
	#popup_this a {width:400px;}
}
@media only screen and (max-width:414px) {
	#popup_this a {width:320px;}
}
@media only screen and (max-width:320px) {
	#popup_this a {width:280px;}
}