body {
	box-sizing: border-box;
	margin:0px;
	font-family: 'Noto Sans TC', sans-serif;
}

.bg1 {
	position: relative;
	background:url("../image/background_01.png");
	background-repeat: no-repeat;
	background-position: top;
	width:860px;
	height: 1865px;
	overflow:hidden;
}
.bg1.long {height: 2000px;}

.con {
	position: relative;
	padding: 0px 0px 0px 0px;
}

.big_title {margin-top: 189px;text-align: center;}

.btn_home {

}

.div_btn_home {
    position: absolute;
    width: 55px;
    right: 35px;
    top: 182px;
}

.div_btn_home IMG {
	width:100%;
}

.div_btn_return {
    position: absolute;
    width: 55px;
    left: 39px;
    top: 182px;
}

.div_btn_return IMG {
	width:100%;
}



.div_supporting {
    position: absolute;
    left: 33px;
    bottom: 2px;
    width: 121px;
}
.div_supporting IMG {
	width:100%;
}

.simplebar-track.simplebar-vertical {
	width: 15px;
	background:url("../image/purple_line.png");
}
.simplebar-scrollbar:before {
	background:#684582;
}
.simplebar-scrollbar.simplebar-visible:before {
	opacity:1;
}

.simplebar-track.simplebar-track {
/*
	width:20px;
	
	background:url("line.png");
	margin-top:20px;
	margin-bottom:30px;
	*/
}


.div_pwd_screen {
	display:none;
	position:absolute;
	background:url("../image/background_pwd.png");
	left:0px;
	top:0px;
	width: 860px;
	height: 1865px;
	z-index:200;
	/* border:2px solid #000000; */
}

.div_pwd_screen .div_password {position: absolute;left: 272px;top: 606px;width: 600px;}

.div_pwd_screen .div_password #pwd_password {width: 342px;height: 46px;font-size: 28px;color: #000000;outline: none;background: transparent; border:0}

.div_pwd_screen .div_btn_pwd_submit {position: absolute;left: 460px;top: 685px;width: 165px;height: 63px;}

.div_pwd_screen .div_btn_pwd_cancel {
    position: absolute;
    left: 261px;
    top: 685px;
    width: 165px;
    height: 63px;
}

/*
 modal_fail
*/
.modal_fail_grey_mask {
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.6;
	z-index: 201;
}

.modal_fail {
	display:none;
	position:absolute;
	left:140px;
	top:720px;
	width:580px;
	height:330px;
	z-index:202;	
}
.modal_fail .bg {
	position:absolute;
	left:0px;
	top:0px;
	width:580px;
	height:330px;	
	border-radius: 50px;
	border: 1px solid #FFFFFF;
	background: #f0f0f0;
	opacity: 0.8;
	box-shadow: 0px 0px 10px 5px rgba(180,180,180,1);
	/* -webkit-box-shadow: 0px 0px 10px 5px rgba(180,180,180,1); */
	-moz-box-shadow: 0px 0px 10px 5px rgba(180,180,180,1);	
}

.modal_fail .text {
    position: absolute;
    width: 520px;
    top: 33px;
    left: 29px;
    text-align: center;
    font-size: 26px;
}

.modal_fail .yes {
	position:absolute;
	width:580px;
	top: 187px;
	left:0px;
	text-align:center;
}


