@charset "UTF-8";
.reg-content fieldset, .reg-content legend, .reg-content a{
	transition: all 1s;
}
.reg-content fieldset, .form-rowg, .dt, .form-rowg, {
	box-sizing: border-box;
}
.dt, .form-control, .note-info, .dd select, .dd[class*="register_agree"], .dd[class*="register_promotion"], #getverifycode {
	font-family:sans-serif;
	font-size: 12px;
}
/* 滿版背景設定 */
#reg-container{
	width: 100%;
}

/* 版型wrap寬度 */
.reg-wrap{
	padding: 10px 0;
	max-width: 1140px;
	width: 100%;
}

/* 註冊頁 sidebar */
.sidebar{
	display: none;
}

/* 註冊頁 內容 */
.success{color:#0f0;}
.error{color:#f00;}
.reg-wrap, .reg-content, .reg-content > h3{
}
.reg-content{
	display: block;
	margin: 0 auto;
	padding: 0 1%;
	color: #737373;
	width: 96%;
}
.reg-content > h3{
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	color: #547fcd;
	text-align: center;
}
.add-web{
	display: block;
	color: #cda654;
	font-size: 15px;
	line-height: 29px;
}
.tit{
	display: block;
	position: relative;
	margin-bottom: 30px;
	font-size: 1.3em;
	line-height: 29px;
}
	.tit::after{
		content: '';
		display: inline-block;
		position: absolute;
		bottom: -12px;
		left: 0;
		width: 50px;
		height: 3px;
		background-color: #547fcd;
	}
.desc{
	padding-left: 20px;
	padding-right: 20px;
}
.remark{
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}
.reg-content form{
	position: relative;
	padding: 0 0 50px;
}
.reg-content fieldset{
	margin: 0 0 50px;
	padding: 30px 0;
	width: 100%;
	border: 1px #e8e8e8 solid;
	border-radius: 4px;
}
.reg-content fieldset legend{
	display: inline-block;
	position: static;
	width: auto;
	margin-left: 34px;
	margin-bottom: 0;
	padding: 0 30px;
	color: #bfbfbf;
	font-size: 17px;
	font-weight: normal;
	line-height: inherit;
	text-align: left;
	background-color: transparent;
	border: 0;
}
	.reg-content fieldset:hover{
		border: 1px #555 solid;
	}
.reg-content fieldset .form-rowg{
	display: flex;
	margin: 0px auto 4px;
	padding: 0;
	width: 80%;
}
.reg-content fieldset div{
	margin: 0;
	padding: 0;
	color: #555;
}
.form-rowg .dt, .form-rowg .dd{
	display: block;
	border: 0;
}
.form-rowg .dt{
	margin: 0;
	padding: 0 5px 10px 0;
	min-width: 18%;
	/* width: 18%; */
	color: #555;
	text-align: right;
	line-height: 25px;
}
.form-rowg .dd{
	flex-grow: 1;
}
.form-rowg .dd, .form-rowg .form-control, .dd select{
	color: #555;
}
.form-rowg .form-control, .dd select, .body_content_center fieldset select{
	padding: 0 5px;
	height: 25px;
}
.dd .bir-box, .wd-box{
	display: flex;
}
.dd select, .body_content_center fieldset select{
	border-radius: 4px;
}
	.dd select + select{margin-left: 10px;}
.form-rowg.form_register_agree > .dt, .form-rowg.form_register_promotion .dt, .dd[class*="register_agree"], .dd[class*="register_promotion"]{ line-height: 2; }
.dd[class*="register_agree"] input,
.dd[class*="register_promotion"] input{margin: 0 5px 0 0; vertical-align: -2px;}
.dd[class*="register_agree"] .note-info,
.dd[class*="register_promotion"] .note-info	{display: none;}
.star{display: inline;color:#f00;}
.reg-content form::before, .reg-content form::after{
	pointer-events: none;
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	background-image: radial-gradient(ellipse, rgba(185, 185, 185, 0.28) 0%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 100%);
}
.reg-content form::before{
	/* top: 16px; */
	top: -23px;
	background-position: 0px -32px;
}
.reg-content form::after{
	bottom: 0px;
	background-position: 0px 29px;
}
.form-control[disabled], .form-control[readonly], .reg-content fieldset[disabled] .form-control {
	background-color: #fff;
	opacity: 1;
}
.form-control[disabled]{background-color: #f3f3f3;}
.form-control {
	display: block;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control, .bir-box, .dd .zcselect, .wd-box {
	width: 88%;
	box-sizing: border-box;
}
.bir-date, .wd-password{flex-grow: 1;}
.wd-password{display:inline-block;}
.note-info{
	display: block;
	color: #f44;
	line-height: 2;
}
.form-control[name="SMS_code"]{
	display: inline-block;
	width:150px;
}
.form-control[name="fr_reg_code"]{
	display: inline-block;
	width:100px;
}
#getverifycode{
	margin-left: 10px;
	display: inline-block;
	width:100px;
	height:25px;
	color:#fff;
	text-align:center;
	outline:0;
	cursor:pointer;
	background-color:#4d83b2;
	border:0;
}
#getverifycode:hover{
	background-color:#6f9abf;
}
.form-control[name="fr_reg_code"] ~ img{
	margin-left: 10px;
	height: 25px;
}
.agreement-wrap, .confirm-wrap{
	margin: 0 auto 20px;
	width:480px;
}
.agreement-wrap a{
	color: #333;
}
.agreement-wrap a:hover{
	color: #9a9a9a;
}
.confirm-wrap{
	width: 300px;
	display: flex;
	justify-content: space-around;
}
.btn-join, .btn-cancel {
	position: relative;
	z-index: 100;
	display: inline-block;
	padding: 0px 20px;
	margin-bottom: 0;
	min-width: 100px;
	height: 35px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-position: -41px -19px, 0 0;
	background-repeat: no-repeat, repeat;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: all .5s;
	overflow: hidden;
}
.btn-join{
	background-color: #e7703b;
	background-image: radial-gradient(ellipse, rgb(255,255,255) 0%, rgba(255,255,255,0) 65%, rgba(255,255,255,0) 100%), linear-gradient(to top, #dc4a17 0%, #f9ac74 100%);
}
.btn-cancel{
	background-color: #ecc75a;
	background-image: radial-gradient(ellipse, rgb(255,255,255) 0%, rgba(255,255,255,0) 65%, rgba(255,255,255,0) 100%), linear-gradient(to top, #e1a02a 0%, #f4e27c 100%);
}
.btn-join:hover{
	background-image: radial-gradient(ellipse, rgb(255,255,255) 0%, rgba(255,255,255,0) 65%, rgba(255,255,255,0) 100%), linear-gradient(to bottom, #dc4a17 0%, #f9ac74 100%);
}
.btn-cancel:hover{
	background-image: radial-gradient(ellipse, rgb(255,255,255) 0%, rgba(255,255,255,0) 65%, rgba(255,255,255,0) 100%), linear-gradient(to bottom, #e1a02a 0%, #f4e27c 100%);
}
.dd.register_tel {
	position: relative;
}
#regForm .phone_box {
	display: flex;
}
#regForm .phonebox-input {
	width: 100%;
}


