@charset "UTF-8";
/*---------- s_tag----------*/
	#s_tag {
		background: #EAEAEA;
		margin-top: 75px;
	}
	#s_tag li{
		display: inline-block;
		width: 33.3333%;
		margin-left: -4px;
		height: 45px;
		text-align: center;
		position: relative;
	}
	#s_tag.twosteps li{
		width: 50%;
	} 
	#s_tag li:first-child{
		margin-left: 0;
	}
	#s_tag li:before,
	#s_tag li:after{
		content:"";
		display: block;
		pointer-events: none;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 22.5px 0 22.5px 15px;
		border-color: transparent transparent transparent #EAEAEA;
		position: absolute;
		top: 0;
		right: -13px;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	#s_tag li:last-child:before,
	#s_tag li:last-child:after{
		display: none;
	}
	#s_tag li:before{
		border-width: 27.5px 0 27.5px 18px;
		border-left-color: white;
		z-index: 1;
		top: -5px;
		right: -17px;
	}
	#s_tag li:after{
		z-index: 2;
	}
	#s_tag li:hover:after{	
		border-left-color: #ffd580;
	}
	#s_tag li.active:after{	
		border-left-color: #FFAB00;	
	}
	#s_tag a {
		display: block;
		position: relative;
	}
	#s_tag a h3{
		color:#646464;
		font-size: 0.875em;
		font-weight: normal;
		letter-spacing: 0;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	#s_tag a:hover h3,
	#s_tag .active h3,
	#s_tag .active a:hover h3{
		color:white;
		background: #FFAB00;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
		cursor:default;
	}
	#s_tag a:hover h3{
		background: #ffd580;
		cursor: pointer;
	}
/*---------- END s_tag ----------*/
/* --------- 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="tel"],
		input[type="email"],
		input[type="password"],
		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:50px 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) --------- */
/* --------- step2 --------- */
	#home .container{
		width: 1300px;
		padding-top: 50px;
		padding-bottom: 70px;
	}
	
	#home .right .filter{
		width: 100%;
		height: 100%;
		background: white;
		opacity: .7;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	#home .right .filter p{
		width: 90%;
		height: 50px;
		max-width: 400px;
		text-align: center;
		font-size: 1.8em;
		position: absolute;
		top: 0;right: 0;bottom: 0;left: 0;
		margin:auto;
	}
	#home h2{
		display: inline-block;
		font-size: 2.5em;
		font-weight: 900;
		vertical-align: middle;
	}
	#home .right h2{
		padding-left: 40px;
	}
	#home h3{
		display: inline-block;
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 0;
		vertical-align: middle;
		padding-left: 20px;
	}

	#home .note{
		margin-top: 30px;
		font-size: .9em;
		margin-left : 1em; 
		text-indent : -1em ;
		text-align: justify;
	}
	.result{
		text-align: center;
		margin:40px 0;
	}
	#selectedDate,
	#noon,
	#selectedTime{
		font-size: 1.5em;
		font-weight: bold;
		color:#FFAB00;
		padding:0 10px;
	}
	#noon{
		padding:0;
	}
/* --------- END step2 --------- */
/* --------- home&office step2 & step3-menu --------- */
	.s_content{
		background: #F7F7F7;
		border-radius: 5px;
		width: 100%;
		margin-top: 15px;
		padding:28px 57px;
		box-sizing: border-box;
	}
	.s_content li {
		padding:10px 16px;
	}
	.s_content span{
		vertical-align: top;
	}
	.s_content span:first-child{
		display: inline-block;
		width: 85px;
		text-align: left;
		white-space: nowrap;
	}

	.s_content .rooms span{
		vertical-align: middle;
	}
	
	/* cover number style*/
		.quantity {
			position: relative;
			width: 38%;
			height: 30px;
		}
		input[type=number]::-webkit-inner-spin-button,
		input[type=number]::-webkit-outer-spin-button{
			-webkit-appearance: none;
			margin: 0;
		}
		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;
		}
		input[type=number]:focus {
			outline: 0;
		}
		.quantity-nav {
			position: absolute;
			height: 24px;
			width: 100%;
			top: 2px;
			left: 0;
		}
		.quantity-button {
			position: absolute;
			cursor: pointer;
			width: 20px;
			height: 20px;
			background: transparent;
			border: 2px solid #A5A5A5;
			color: #A5A5A5;
			border-radius: 2px;
			text-align: center;
			font-size: 14px;
			font-weight: bold;
			line-height: 20px;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
		.quantity-button.quantity-up {
			right: 0;
			border-color: #FFAB00;
			background: #FFAB00;
			color:white;
		}
		.quantity-button.quantity-down {
			left: 0;
			line-height: 18px;
		}
	/* END cover number style*/

	.services{
		display: inline-flex;	
		justify-content:space-around;
		flex-wrap:wrap;
		align-content:flex-start;
		width: 100%;
		padding-bottom: 25px;
		margin: 10px auto 30px;
		border-bottom: 1px solid #646464;
	}

	.services li{
		vertical-align: top;
		text-align: center;
		min-width: 66px;
		height: 66px;
		line-height: 20px;
		margin:7px 0;
		padding:10px;
		box-sizing: border-box;
		border:1px solid #646464;
		border-radius: 33px;
		position: relative;
		cursor:pointer;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}

    .services li p{
        line-height: 20px;
        text-align: center;
        font-size: 1rem;
    }

	.services li.oneline{
		padding:20px 8px;
	}
	/*.services li:nth-child(3n-1){
		margin: 7px 18px;
	}*/
	.services li.active{
		border-color: #FFAB00;
		color:#FFAB00;
	}
	.services li.active:after{
		content:"";
		display: block;
		width: 17px;
		height: 17px;
		background: url(../img/icon/icon_s_check.png);
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.sum li{
		padding:2px 16px;
	}
	.sum span:last-child{
		display: inline-block;
		width: calc(100% - 89px);
		text-align: right;
	}
	.sum li:first-child span{
		vertical-align: bottom;
	}
	.sum span.enhanced{
		display: inline-block;
		font-weight: bold;
		font-size: 1.2em;
	}
	#vip .total{
		margin:20px 0;
	}
	.sum .total span{
		vertical-align: bottom;	
	}
	.sum .total span:first-child{
		width: 50px;
	}
	.sum .total span:last-child{
		width: calc(100% - 50px);
	}
	.sum span.enhanced>span{
		display: inline-block;
		width: auto;
		padding-right: 10px;
		font-size: 1em;
		color:#FFAB00;
	}
	.s_content .btn{
		display: block;
		width: 140px;
		height: 40px;
		border-width: 2px;
		margin:30px auto 0;
		overflow: hidden;
	}
	.s_content .btn:hover{
		color:white;
		background: #FFAB00;
	}
	/*#home .s_content .btn:before{
		content:"";
		display: block;
		opacity: 0;
		width: 0;
		height: 100%;
		background: #FFAB00;
		position: absolute;
		top: 0;
		left: -20px;
		right: 0;
		margin:auto;
		z-index: -1;
		-webkit-transform: skew(135deg);
		   -moz-transform: skew(135deg);
		    -ms-transform: skew(135deg);
		     -o-transform: skew(135deg);
		        transform: skew(135deg);
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
		    -ms-transition: all .5s ease;
		     -o-transition: all .5s ease;
		        transition: all .5s ease;
	}
	#home .s_content .btn:hover:before{			
		opacity: 1;
		width: 150%;
	}*/

	.s_content .btn.warning{ /*showing warning while hover on step2 filter*/
		outline: 2px solid;
		-webkit-animation: warning 1.2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
		   -moz-animation: warning 1.2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
		    -ms-animation: warning 1.2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
		     -o-animation: warning 1.2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
		        animation: warning 1.2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
	}
	.s_content .btn.warning:hover{
		outline: none;
	}
/* --------- END home&office step2 & step3-menu --------- */
/* --------- step3 --------- */
	#step3 {
		min-height: calc(100vh - 205px);
	}
	#step3 .container{
		width: 1300px;
		padding-top: 5px;
		padding-bottom: 70px;
	}
	/* --------- step3-left --------- */
		#step3 .s_content{
			margin-top: 30px;
		}
		#step3 .left h3{
			text-align: center;
			letter-spacing: 2px;
			font-weight: bold;
		}
		#step3 .sum{
			border-top: 1px solid #646464;
			border-bottom: 1px solid #646464;
			padding:20px 0;
		}

		#detail{
			width: 75px;
			margin:20px auto 0px;
			padding-left: 50px;
			position: relative;
			cursor:pointer;
		}
		#detail:before{
			content:"＋";
			display: block;
			position: absolute;
			width: 22px;
			height: 22px;
			border-radius: 13px;
			text-align: center;
			line-height: 20px;
			color:#FFAB00;
			font-weight: bold;
			border:2px solid #FFAB00;
			left: 0;
			-webkit-transition: all .25s ease;
			   -moz-transition: all .25s ease;
			    -ms-transition: all .25s ease;
			     -o-transition: all .25s ease;
			        transition: all .25s ease;
		}
		#detail.open:before{
			content:"－";
			-webkit-transform: rotateZ(180deg);
			   -moz-transform: rotateZ(180deg);
			    -ms-transform: rotateZ(180deg);
			     -o-transform: rotateZ(180deg);
			        transform: rotateZ(180deg);
		}
		#detail_content{
			display: none;
		}
		#step3 .services{
			margin:0 auto;
		}
		#step3 .services li{
			cursor:default;
		}
	/* --------- END step3-left --------- */
	/* --------- step3-right --------- */
		#step3 .right h2{
			font-size: 1.8em;
			margin: 30px 0 10px;
		}

		.sec_form .content_left,
		.sec_form .content_right{
			display: inline-block;
			max-width: 450px;
			width: 46%;
			vertical-align: top;
			position: relative;
		}
		.sec_form .content_right{
			margin-left: 7%;
		}
		.sec_form li{
			min-height: 29px;
			margin: 5px 0;
			position: relative;
		}
		.sec_form p{
			display: inline-block;
		}
		#uni_num,
		#uni_donate{
			display: none;
		}
		#pay{
			width:calc(100% - 104px);
		}
		#step3 .s_text{
			width: 38%;
		}
		#step3 .s_text.s_select{
			width:104px;
			margin-right: 3px;
		}
		#step3 .special{
			display: block;
			margin-bottom: 5px;
			font-size: 1em;
		}
		#step3 .agree{
			/*width: 460px;*/
			margin:5px auto;
		}
		#step3 .agree p{
			font-size: 1em;
		}
		#step3 .agree a{
			color:#FFAB00;
		}
		#step3 .agree a:hover{
			border-bottom: 1px solid #FFAB00;
		}
		#step3 .agree input[type=checkbox]:not(old) + label > span{
			border-radius: 5px;
		}
		#step3 .agree input[type=checkbox]:not(old) + label{
			cursor           : default;
		}
		#step3 .agree input[type=checkbox]:not(old):checked + label > span:before{
			content     : '✓';
			width       : 22px;
			height      : auto;
			color       : rgb(153,204,102);
			font-size   : 1em;
			line-height : 20px;
			text-align  : center;
			background: transparent;
			text-shadow : 0 0 0.0714em rgb(115,153,77);
			font-weight : bold;
			-webkit-animation: none;
			-o-animation: none;
			animation: none;
		}
        #step3 .vip_disable {
            display: none;
        }
	/* --------- END step3-right --------- */
/* --------- END step3 --------- */
/* --------- 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 --------- */
	/* --------- step2 --------- */
		#home .container{
			width: 90%;
		}		
		#home h2,
		.ui-datepicker-month{
			font-size: 2em;
			line-height: 1em;
		}
		.ui-datepicker-prev,
		.ui-datepicker-next{
			top:7px;
		}
		.ui-state-default{
			width: 60px;
			height: 60px;
			margin:3px auto;
		}
		.timeslot{
			padding:12px;
		}
	/* --------- END step2 --------- */
	/* --------- home&office step2 & step3-menu --------- */
		.s_content{
			padding:20px;
			min-width: 270px;
		}
		.s_content li{
			padding:5px 16px;
		}
		.services li{
			padding:8px;
		}
	/* --------- END home&office step2 & step3-menu --------- */
	/* --------- step3 --------- */
		#step3 .container{
			width: 90%;
			padding-top: 30px;
			padding-bottom: 50px;
		}	
		#step3 .s_content{
			margin-top: 30px;
		}
		.sec_form .down{
			display: block;
		}
		#step3 .right h2{
			font-size: 1.8em;
			margin: 30px 0 10px;
		}
	/* --------- END step3 --------- */	
	}
	@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 --------- */
	/* --------- step2 --------- */
		#home .container{
			padding-top: 30px
		}
		#home h3{
			padding:0;
		}
		#home .left h2{
			padding-right: 20px;
		}
		#home .right h2,
		#home .right h3{
			padding:50px 0 30px 20px;
		}
	/* --------- END step2 --------- */
	}
	@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 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 --------- */
	/* --------- step3 --------- */
		#step3 .right h2{
			text-align: center;
		}
		.sec_form .content_left,
		.sec_form .content_right{
			display: block;
			width: 100%;
			max-width: none;
			text-align: center;
			margin-left: 0;
		}
		.sec_form .content_left li,
		.sec_form .content_right li{
			max-width: 450px;
			margin:10px auto;
		}
		#step3 .content_right label{
			width: 158px;
			text-align: left;
		}
		#step3 .special{
			text-align: center;
		}
		#step3 .agree{
			width: 100%;
			text-align: center;
		}
		#step3 .agree p{
			width: calc(100% - 100px);
			vertical-align: top;
		}
	/* --------- END step3 --------- */
	}
	@media only screen and (max-width: 980px) and (min-width: 481px){
	/* --------- step2 --------- */
		#home .rooms,
		#home .services{
			width: 50%;
		}
		#home .services{
			border:none;
			padding-bottom: 0;
			margin-bottom: 0;
			max-width: 395px;
		}
		#home .s_content{
			position: relative;
		}
		#home .sum{
			height: 70%;
			width: 48%;
			max-width: 400px;
			margin-left: auto;
			margin-right: 0;
			position: absolute;
			border-left: 1px solid #646464;
			top: 20px;
			right: 0;
		}
	/* --------- END step2 --------- */
	}
	@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 --------- */
	/* --------- step2 --------- */
		.ui-datepicker-header{
			text-align: center;
			padding:0;
		}
		.ui-datepicker-prev{
			left: 39px;
		}
		.ui-state-default{
			width: 35px;
			height: 35px;
			line-height: 35px;
			font-size: 1em;
			font-weight: normal;
		}
		.ui-state-active,
		.open .ui-state-active,
		.ui-state-default.selected{
			box-shadow: 0 0 0 1px white inset;
		}
		.timeslot{
			font-size: .8em;
			font-weight: normal;
			padding:5px 3px;
		}
		.timeslot.selected:before{
			width: 35px;
			height: 35px;
			border-width: 1px;
		}
		.timeslot:after{
			display: none;
		}
		@keyframes showselected{
			from{width: 0;height: 0;}
			to  {width: 35px;height: 35px;}
		}
		@-webkit-keyframes showselected{
			from{width: 0;height: 0;}
			to  {width: 35px;height: 35px;}
		}

		#selectedDate, #noon, #selectedTime{
			display: block;
		}
	/* --------- END step2 --------- */
	/* --------- step3 --------- */
		#step3 input[type=text],
		#step3 input[type=email],
		#step3 select{
			width: 100%;
		}		
		#step3 .s_text.s_select{
			width: 100%;
			margin-bottom: 10px;
		}
		#receipt{
			margin-bottom: 10px;
		}
		#step3 .agree{
			margin-top:20px;
		}
	/* --------- END step3 --------- */
	}
/* --------- END RWD --------- */
