@charset "UTF-8";
input[type=number] {
    -moz-appearance: textfield;
    display: inline-block;
    width: calc(100% - 85px);
    height: 24px;
    line-height: 1.65;
    padding: 0;
    margin: 0;
    margin-left: -4px;
    text-align: center;
    background: transparent;
}
/* --------- main(all) --------- */
	.sec_main{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		z-index: 2;
		padding:90px 0 110px;
	}

	.sec_main .btn{
		display: block;
		width: 128px;
		height: 36px;
		line-height: 34px;
		margin:15px auto 0;
	}
	.btns{
		text-align: center;
	}
	.btns .btn{
		display: inline-block;
	    width: 140px;
	    margin-right: 20px;
	    height: 40px;
	    line-height: 40px;
	}

	.left,
	.right{
		display: inline-block;
		vertical-align: top;
	}
	.left{
		width: 29%;
	}
	.right{
		width: 66%;
		margin-left: calc(5% - 4px);
		position: relative;
	}

	.form_item{
		display: inline-block;
		width: 100px;
		font-size: 1em;
		z-index: 1;
		letter-spacing: 0px;
		line-height: 1em;
		padding:6px 0px;
		box-sizing: border-box;
		pointer-events: none;
	}	
	.text{ /* for 固定內容*/
		width: calc(100% - 104px);
		font-size: 1em;
		line-height: 1em;
		padding: 6px 0px 6px 10px;
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
		word-wrap: break-word;
	}

	/*text, select樣式覆蓋*/
		input[type="text"],
		input[type="email"],
		input[type="password"],
		input[type="tel"],
		input[type="date"],
		select{
			display: inline-block;
			width: calc(100% - 104px);
			height: 29px;
			color:#A3A3A3;
			font-size: .9em;
			letter-spacing: 0px;
			border-radius: 2px;
			box-sizing: border-box;
			padding:0px 20px 0 10px;
			border:1px solid #DADADA;
			-webkit-appearance: none;
            margin: 10px 0;
		}
		textarea{
			width: 100%;
			border-radius: 2px;	
			border:1px solid #DADADA;
			font-size: 1em;
			font-weight: 300;
			box-sizing: border-box;
			padding: 5px 10px;
			vertical-align: top;
		}
		input[type=text]:active,
		input[type=text]:focus,
		input[type=email]:active,
		input[type=email]:focus,
		input[type=password]:active,
		input[type=password]:focus,
		select:active,
		select:focus,
		textarea:active,
		textarea:focus{
			outline-color:#FFB64D;
			/*border-color: transparent;*/
		}
	/*select樣式覆蓋*/
		select{
			-webkit-appearance: none;
			-moz-appearance: none;
            cursor: pointer;
		}
		.s_select{
			width: auto;
			margin-right: 3px;
		}
		.select_arrow{
			position: relative;
		}
		.select_arrow:after{
			content:"";
			display: block;
			position: absolute;
			left:auto;
			right: 6px;
			top:10px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 9px 6px 0 6px;
			border-color: #E9E9E9 transparent transparent transparent;
			pointer-events: none;
		}
	/*radio樣式覆蓋*/
		input[type=radio   ]:not(old) + label > span,
		input[type=checkbox]:not(old) + label > span{
			width: 22px;
			height: 22px;
			border 			 : 1px solid #DADADA;
		}
/* --------- END main(all) --------- */
/* --------- step1(all) --------- */
	.sec_box{
		min-height: calc(100vh - 450px);
	}
	.step1_box{
		width: 800px;
		min-height: 450px;
		background: white;
		box-sizing: border-box;
		padding:15px 114px;
		margin:0 auto;
	}
	.step1_box h2{
		font-size: 2em;
		letter-spacing: 2px;		
		text-align: center;
	}
	.step1_box .description{
		color: #9F9F9F;
		line-height: 24px;
		margin:15px 0 15px;
		text-align: center;
	}
	.step1_box form ul{
		text-align: left;
	}
	.step1_box form li{
		position: relative;
		margin:20px auto;
		width: 462px;
	}
	.step1_box li:first-child input[type=text]{
		margin-left: 103px;
		margin-top: 10px;
	}
	.address:after,
	#step3 .content_right .select_arrow:after{
		right: 12px;
	}
.step1_box .login_tip {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 13%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
}

	/* --------- deco-step1 ---------*/
		#deco .sec_box{
			min-height: calc(100vh - 350px);
		}
		#deco .sec_main{
			padding:0;
		}
		#deco .step1_box{
			padding:30px 114px;
			/*height: 600px;*/
		}
		#deco .step1_box form li{
			width: 100%;
		}
		.box1_top{
			min-width: 462px;
		}
		#deco .box1_top li{
			margin-bottom: 0;
		}
		.box1_left,
		.box1_right{			
			display: inline-block;
			vertical-align: top;
		}
		.box1_left{			
			width: 53%;
		}
		.box1_right{
			width: 43%;
			padding-left: 3.1%;
		}

		.box1_left li:first-child input[type=text]{
			margin-left: 0px;
			margin-top: 0px;
		}
		.box1_right textarea{
			max-width:100%;
			max-height: 80px;
		}

		#deco .note{
			color:#FFAB00;
			text-align: center;
		}
	/* --------- END deco-step1 ---------*/
	/* --------- routine-step1 ---------*/
	#others{
		width: calc(100% - 104px);
	}
	/* --------- END routine-step1 ---------*/
/* --------- END step1(all) --------- */
/* --------- established --------- */
/* --------- END established --------- */
/* --------- RWD --------- */
	@media only screen and (max-width: 1350px){
	/* --------- step1 --------- */
		.sec_main{
			padding-top:50px;
			padding-bottom: 50px;
		}
		.sec_box{
			min-height: calc(100vh - 350px);
		}
	/* --------- END step1 --------- */
	}
	@media only screen and (max-width: 980px){
		#s_tag{
			margin-top:50px;
		}

		.left,
		.right{
			display: block;
			width: 100%;
			margin:0;
		}
	/* --------- step1 --------- */
		.step1_box{
			width: 90%;
			padding:30px 80px;
		}
	/* --------- END step1 --------- */
	}
	@media only screen and (max-width: 768px){
		.text{
			width: 100%;
			text-align: center;
			padding-top: 0;
			padding-left: 0;
		}
	/* --------- step1 --------- */
		.step1_box,
		#deco .step1_box
		{
			width: 90%;
			height: auto;
			padding:30px 40px;
		}
		.step1_box .description{
			margin:20px 0;
		}
		.step1_box form li,
		#deco li{
			text-align: center;
			width: 360px;
		}
		.box1_top{
			min-width: 0;
		}
		.form_item{
			display: block;
			width: 100%;
			/*margin-bottom: 10px;*/
			text-align: center;
			font-weight: 500;
		}
		
		.step1_box input[type=text],
		.step1_box input[type=email],
		.step1_box input[type=tel],
		.step1_box li:first-child input[type=text],
		#space,
		.box1_right textarea
		{
			width: 100%;
			max-width: 100%;
			margin-left: 0;
		}
		#deco ul{
			width: 100%;
			display: block;
			padding:0;
		}
		#others{
			width: 100%;
		}
	/* --------- END step1 --------- */
	}
	@media only screen and (max-width: 480px){
		.btns .btn{
			width: 100px;
			margin:0 10px;
		}
		.s_select{
			margin-right: 0;
			margin-left: 0;
		}
	/* --------- step1 --------- */
		.sec_main{
			padding:30px 0 30px;
		}
		.step1_box{
			padding:30px;
		}
		.step1_box h2{
			font-size: 1.5em;
		}
		.step1_box form li{
			width: 100%;
		}
		.step1_box select{
			width: 100%;
			margin:5px 0;
		}
		.step1_box li:first-child .select_arrow:nth-child(2):after,
		.step1_box li:first-child .select_arrow:nth-child(3):after{
			right: 5px;
		}
	/* --------- END step1 --------- */
	}
/* --------- END RWD --------- */
