/* CSS Document */
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
*{ margin:0; padding:0; box-sizing:border-box;}
:focus{
	outline: none;
}
.img-style{
	margin: 0 auto;
	border: 5px solid #fff;
	border-radius: 10px;
	display: block;
}

.img-responsive{
	display: block;
	max-width: 100%!important;
	margin: 0 auto;
}

.txt_center{
	text-align: center;
	margin: 0;
}

.table .U-td-styleA{
	background:#b8d4fc;
}

.row{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin:20px 0;
}
.add{
	color: #fff799;
}
/*改變iphone電話號碼顏色樣式*/
a[href^=tel]{
 color:#72e6ff;
}



.U-wrapper{
	background:url(../images/indexBg.jpg) #ffd86b center top no-repeat;
}

/*header*/
.U-header { 
	position:relative;
}
	.U-header .container{ 
		width:1024px;
		height: 700px;
		position:relative;
	 }
		.U-header .logo{
			width:210px;
			height:140px;
			position:absolute;
			top: 54px;
			left:408px;
		}
			.U-header .logo a{
				width:210px;
				height:140px;
				display:block;
				background:url(../images/logo.png);
			}

/*content*/
	.U-content{
		width:100%;
		position:relative;
		color:#fff;
	}
		.U-content .container{
				width:900px;
				padding:0 0 20px 0;
		}
		.U-content .container .title{
			width: 95%;
			max-width: 811px;
			margin: 20px auto;
		}
			.U-content .container .title img{
				width: 100%;
				max-width: 811px;
				margin: 20px auto;
			}
		.U-content .container .method{
			width: 50%;
			max-width: 250px;
			margin: 20px auto;
		}
			.U-content .container .method img{
				width: 100%;
				max-width: 250px;
				margin: 20px auto;
			}
			.U-content .container > p{
				text-align: center;
				font-size: 1.25em;
				font-weight: bold;
				color: #109d58;
			}
			h4 { 
				position:relative; 
				display:inline-block; 
				color:#ff93b4; 
				border-radius:5px; 
				font-weight:bold; 
				font-size:1.3em; 
				margin:12px 0 0 0;
			}
			h4:before, h4:after{
				content: '';
				background-image: url('../images/h4_icon.png');
				background-size: 100%;
				width: 18px;
				height: 17.5px;
				display: inline-block;
				margin: 0 5px;
			}
			
			.U-content a{
				color:#008aff;
				font-weight:bold;
			}
			.U-content .step .stepImg{
				width: 60%;
				max-width: 253px;
				display: block;
				margin: 0 auto;
			}
			.U-content .step p{
				color: #43391e;
				margin: 10px 0;
			}
	

/*buttom*/

.cubeshape {
	width:340px;
	display:block;
	text-align: center;
	margin: 0 auto;
	height: 60px;
}

h2 {
	font-size: 1.5em;
	font-weight: lighter;
}


h2 a {
	    padding: 16px 0px;
}


.cubeshape a {
	color: white;
	text-decoration: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.container-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	text-align: center;
}
.toggle-button-2 {
	display: inline-block;
	vertical-align: middle;
	padding-top: 16px;
	margin-left: 15px;
}

.cube2 {
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s; /* Animate the transform properties */

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; 
}


.first_cube2, .second_cube2 {
	background: #785e9f;
	height: 60px;
	width: 100%;
    position: relative;
}

.first_cube2, .second_cube2 {
	position: absolute;
    backface-visibility: hidden;
}

.first_cube2 {
	border-bottom: 4px solid #422f5d;
	transform: perspective(300px) rotateX(0);
}

.second_cube2 {
	border-top:4px solid #422f5d;
	margin-top: -2px;
	transform: perspective(300px) rotateX(180deg);
}

.toggle-button-2:hover .cube2 {
	transform: rotateX(180deg);
} 


.toggle-button-2 {
	-webkit-perspective: 300px; 
}

.Signature {
	position: absolute;
	z-index: 100;
	bottom: 20px;
	right: 20px;
	color: black;
	line-height: .2;
	font-size: .7em;
}
