.disctop {
	background-image: url(../Images/UI/img_features_popup_top.png);width: 700px;height: 50px;
}

.discmiddle {
	background-image: url(../Images/UI/img_features_popup_middle.png);width: 700px;top:50px; padding-left: 50px; padding-right: 50px;
	white-space: pre-wrap;
	background-size: auto;
	background-repeat: repeat;
}

.discbottom {
	background-image: url(../Images/UI/img_features_popup_bottom.png);width: 700px;height: 50px;
}

.discbody {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	
}

.discbody>div {
	left: 130px;
}


#portraitGuide {
	visibility: hidden;
}
#portraitGuide.mobileportrait {
	visibility: visible;
}

.mobileportrait .portraitGuideImage {
	background-image: url(../Images/UI/img_guide.png);
	width:100%;height: 100%;
	background-size: auto 80%;
    /*background-size: contain;*/
    background-position: center;
    background-repeat: no-repeat;
	
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-width: 1600px){ 
	.mobileportrait .portraitGuideImage {
		background-image: url(../Images/UI/img_guide@2x.png);
	}

}

#spotPopupUIBody {
    background-size: cover;
    background-position: center;
    border: 1px solid #323232;

    width: 731px;height: 450px;border-radius: 15px;overflow:hidden;

}



#spotPopupUITextBody {
	height: 90px;width: 100%;bottom: 0px;top:auto;background-color: rgba(255,255,255,0.8);
	border-radius: 0px 0px 15px 15px;
}

#spotPopupUITextClose {
	top: 20px;right: 30px;left: auto;
}

#spotPopupUITextToggle {
	top: 23px;right: 30px;left: auto;width: 44px;height: 44px;
}

#spotPopupUITextTitle {
	/*left: 30px;width: 630px;height: 90px;vertical-align:middle;line-height: 90px;*/

}

#spotPopupUITextContents,#spotPopupUITextContents2 {
	width: 100%;height: auto;white-space: pre-wrap;line-height: 120%;
}

.iScrollVerticalScrollbar {
	left: auto;
}