.mob_light_box{
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 9999;    
	display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
}
.mob_light_content{
	
	margin: auto;
	font-family: "Microsoft JhengHei", Arial;
	width: 80%;
	height: 80%;
	background-image: url(/images/popup/background_horizontal_5.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9999;
		box-sizing: border-box;
		position: relative; 
	   margin: auto; 
	 display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
}
.mob_light_logo{
	display: block;
	margin-top: -20px;
	margin-bottom: 10px;
}
.mobile_light_image {
	/* display: none; */
	width: 90%;
	height: 90%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/popup_content_horizontal_5.png);
	border: 0;
}
.mob_light_text {
	display: block;
	overflow-y: scroll;
	padding: 0 20px;
	margin:0 auto;
	width: 80%;
	font-size: 12px;
	text-align: justify;
}
.mob_light_text a {
	color: #1589FF !important;
}
.mob_light_text,
.mob_light_text * {
	font-size: 12px;
}
/* .mob_light_text p {
	margin-bottom: 2%;
	font-size: 10px;
} */
/* .mob_light_text p.mob_en_text{
	font-size: 14px;
	text-align:left;
} */
.mob_shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 9998;
}
.mob_light_logo img{
	padding: 0 20px;
	max-height: 50px;
	box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1280px) {
	.mob_light_text,
	.mob_light_text * {
		font-size: 8px;
	}
	.mob_light_logo{
		margin-top: 20px;
	}
	.mob_light_logo img{
		max-height: 50px;
	}
}
@media screen and (max-width: 767px) {
	.mobile_light_image {
		background-image: url(../images/popup_content_vertical_5.png);
	}
	.mob_light_content{
		background-image: url(/images/popup/background_vertical_5.png);
	}
	.mob_light_text {
		margin-bottom: 20px;
		text-align:left;
	}
	.mob_light_text,
	.mob_light_text * {
		font-size: 6px;
	}
	.mob_light_logo{
		margin-top: 20px;
	}
	.mob_light_logo img{
		max-height: 40px;
	}
	.mob_light_content{
		 max-height:100%;
		 /* height:auto; */
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { .mob_light_logo{
		width: 14%;
	}}
	
.mob_light_close{
font-size:20px;
position:absolute;
top:0;
right:0;
width:60px;
height:60px;
vertical-align:middle;
cursor:pointer;
}
.mob_light_close:before{
content: "";
display: block;
border: 0;
position: absolute;
width: 50%;
height: 2px;
top: 50%;
left: 30%;
background: #000;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.mob_light_close:after{
content: "";
display: block;
border: 0;
position: absolute;
width: 50%;
height: 2px;
top: 50%;
left: 30%;
background: #000;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}