/* 自訂檔 */

/* font-family: 'Noto Sans TC', "微軟正黑體", sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,600'); /* font-family: 'Montserrat', sans-serif; */


html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: Arial, "微軟正黑體", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.clear01 {
}
.clear01::after {
	content: "";
	display: block;
	clear: both;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

/*
.back-to-top {
	width: 38px;
	height:41px;	
	position: fixed;
	bottom: 20px;
	right: 25px;
	text-decoration: none;
	font-size: 12px;
	padding: 1em;
	display: none;
	background:url(../top.png) no-repeat;
	z-index:1000;
}
*/

/* =============== 首頁 ===================== */



.language{
	position: absolute;
	right:50px;
	margin-top: 23px;
	z-index: 50;
}

@media (max-width: 991px) {
	.language{
		right: 15px;
	}
}

@media (max-width: 767px) {
	.language{
		margin-top: 25px;
	}
}

@media (max-width: 460px) {
	.language{
		position: static;
		right: 0;
		margin-top: 15px;
		text-align: center;
	}
}



.language ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.language ul li{
	float: left;
	list-style-type: none;
	margin-right: 3px;
}

.language ul li a{
	width: 30px;
	color: #fff;
	font-size: 13px;
	padding:6px 0;
	text-align: center;
	display: block;
}

.language ul li:nth-of-type(1) a{
	background: #cf2b25;
}

.language ul li:nth-of-type(2) a{
	background: #009bb8;
}





@media (min-width: 461px) {
	.no460{
		display:block;
	}
	.see460{
		display:none;
	}
}

@media (max-width: 460px) {
	.no460{
		display: none;
	}
	.see460{
		display: block;
	}
}














.i_product{
	padding: 80px 0 40px; 
	margin-bottom: 40px;
	background: url(../bg02.jpg) no-repeat center top;
	background-size: cover;
}

.i_product .container{
	display: flex;
	flex-flow: row wrap;
}

.i_product span{
	display: block;
}

.i_product span:nth-of-type(1){
	width: 45%;
	margin-right: 5%;
}

.i_product span:nth-of-type(2){
	width: 50%;
	line-height: 170%;
	letter-spacing: 2px;
	font-size: 16px;
	padding-top: 30px;
}

@media (max-width: 599px) {
.i_product span:nth-of-type(1){
	width: 100%;
	margin-right: 0%;
}

.i_product span:nth-of-type(2){
	width: 100%;
}

}



.indextitle{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 40px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 15px;
	margin: 0 0 10px;
}

.indextitle .cht{
	font-size: 20px;
	font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
	color: #009bb9;
	margin-bottom: 8px;
}

.i_product .pic{
	text-align: right;
}

.i_product .more a{
	display: inline-block;
	padding: 5px 25px;
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 20px;
	background: #009cb6;
	margin: 10px 0 15px;
}

.i_product .more a:hover{
	background: #cf2b25;
}







.categories{
	padding: 40px 0;
	margin-bottom: 60px;
}

.categories ul{
	margin:20px 0 0;
	padding: 0;
	list-style: none;
	
	display: flex;
	flex-flow: row wrap;
}

.categories ul li{
	width: calc(100%/5 - 10px);
	margin: 0 5px 0;
}

.categories ul li .pic{
	padding-top: 130%;
	transition: all 0.3s;
}

.categories ul li:hover .pic{
	filter: brightness(1.2);
}

.categories ul li p{
	padding: 15px 10px;
	text-align: center;
	background: #000;
	color: #fff;
}


@media (max-width: 575px) {
.categories ul li{
	width: 100%;
	margin: 0 ;
}

.categories ul li .pic{
	padding-top: 70%;
}
}




footer{
	padding: 40px 0 0;
	color: #fff;
	background: #050f2a;
}

footer a{
	color: #fff;
}

footer .container{
	display: flex;
	flex-flow: wrap;
	padding-bottom: 20px;
}

footer section{
	padding: 0 30px;
}

footer section:nth-of-type(1){
	width: 150px;
}
footer section:nth-of-type(2){
	width: 35%;
}
footer section:nth-of-type(3){
	flex: 1;
}

@media (max-width: 991px) {
footer section:nth-of-type(1){
	width: 100%;
	margin-bottom: 30px;
}
footer section:nth-of-type(2){
	width:100%;
	margin-bottom: 20px;
}
footer section:nth-of-type(3){
	width: 100%;
	flex:none;
}
}

footer dl{
}

footer dl dt{
	width: 100%;
	color:#CFCFCF;
	font-size: 26px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: rgba(255,255,255,0.57) dotted 1px;
}

footer dl dd{
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

footer section:nth-of-type(3) dl dd{
	width: auto;
	display: inline-block;
	margin: 0 10px 10px 0;
}


footer p{
	font-size: 12px;
	padding: 15px;
	text-align:center;
	color: #ccc;
	background: #000;
}



/*========================內頁============================*/

.pageswf{
	width: 100%;
	height: 460px;
	position: relative;
}

.swf01{	
	background:url(../pageswf_01.jpg) no-repeat center bottom;
}

.swf02{	
	background:url(../pageswf_02.jpg) no-repeat center bottom;
}

.swf03{	
	background:url(../pageswf_03.jpg) no-repeat center bottom;
}

.swf04{	
	background:url(../pageswf_04.jpg) no-repeat center bottom;
}

.swf05{	
	background:url(../pageswf_05.jpg) no-repeat center bottom;
}

.swf06{	
	background:url(../pageswf_06.jpg) no-repeat center bottom;
}

.pageswf h1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	
	color: #fff;
	font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 10px;
}

.pageswf h1 .en{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.pageswf h1{		
		font-size: 20px;
	}
	.pageswf h1 .en{
		font-size: 34px;
	}
}

.breadcrumb {
	display: inline-block;
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color:#fff;
    border-radius: 0px;
}


.pagebg{
	padding-top: 15px;
}

.pagecon{
	letter-spacing: 1px;
}


/* 最新消息 */

.newslist{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	
	display: flex;
	flex-flow: row wrap;
}

.newslist li{
	width: calc(100%/2 - 16px);
	margin: 0 8px 15px ;
	padding: 25px;
	border: #e0e0e0 solid 1px;
	
}

@media (max-width: 767px) {
.newslist li{
	width: calc(100%);
	margin: 0 0 15px ;
	
}
}

.newslist li a{
}

.newslist li p{
	margin-bottom: 0px;
}

.newslist li .date{
	display: flex;
	margin-bottom: 20px;
}

.newslist li .date span:nth-of-type(1){
	padding: 0 15px 0 0;
}

.newslist li .date span:nth-of-type(2){
	font-family: 'Montserrat', sans-serif;
}

.newslist li .date .icon{
	display:inline-block;
	color: #fff;
	font-size: 18px;
	background: #ecae39;
	border-radius: 100%;
	padding: 15px 19px;
	transition: all 0.3s;
}

.newslist li:hover .date .icon{
	background: #d02b24;
}

.newslist li .date span:nth-of-type(2) h4{
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 7px;
	margin: 5px 0 6px;
}

.newslist li .date span:nth-of-type(2) h5{
	color: #8E8E8E;
	margin: 0;
	letter-spacing: 3px;
}





.newstitle{
	position: relative;
	font-size: 22px;
	font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 60px;
	padding: 35px 0;
}


.newstitle::before{
	background: #fff;
    color: black;
    content: "\201C";
    left: 50%;
    padding:0 15px 0 5px;
    position: absolute;
    top: -0.5em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.newstitle::after{
	content: "";
	width: 15em;
	display: block;
	position: absolute;	
    bottom: 0;    
    left: 50%;    
    top: 0;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
	margin-left: -7.5em;
    z-index: -1;
	
}


.newscon .style01{
	border-radius: 3px;
	background: #eff4f5;
	padding: 30px;
	margin-bottom: 40px;
}


.back{
	margin: 30px 0;
	text-align: center;
}

.back a{
	display: inline-block;
	padding: 8px 20px;
	text-transform: uppercase;
	color: #fff;
	background: #009db7;
	border-radius: 4px;
	transition: all 0.3s;
}

.back a:hover, .change_pass a:hover{
	background: #d02b24;
}



.table_style01{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}
.table_style01 tbody tr{
}
.table_style01 tbody tr td{
	width: calc(100%/4);
	padding: 5px;
	text-align: center;
}
.table_style01 img{
	width: auto;
	border-radius: 3px;
	max-height: 220px;
}
.table_style01 p{
	margin: 10px 0;
	text-align: center;
}

@media (max-width: 767px) {
	.table_style01{
		display: flex;
	}
	.table_style01 tbody{
		display: flex;
		flex-flow: wrap;
	}
	.table_style01 tbody tr{
		width: 100%;
		display: flex;
		flex-flow: wrap;
	}
	.table_style01 tbody tr td{
		width: calc(100%/2);
	}
	
}

@media (max-width: 479px) {
	.table_style01 tbody tr td{
		width: calc(100%);
	}
	.table_style01 img{
		max-height:none;
	}
}



/* ====================公司簡介======================= */

.profiletitle{
	position: relative;
	font-size: 26px;
	font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: 7px;
	line-height: 1.5;
	margin:0 0 50px;
	padding: 20px 0;
}


.profiletitle::before{
	background: #fff;
    color: black;
    content: "\201C";
    left: 50%;
    padding:0 15px 0 5px;
    position: absolute;
    bottom: -1em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profiletitle::after{
	content: "";
	width: 10em;
	display: block;
	position: absolute;	
    bottom: 0;    
    left: 50%;    
    top: 0;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
	border-top: 0;
	margin-left: -5em;
    z-index: -1;
	
}


.profileicon{
	margin:20px 0 50px;
	padding: 0;
	list-style: none;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.profileicon li{
	width: 20%;
	text-align: center;
	padding: 0 20px;
}

.profileicon li .pic{
	margin-bottom: 15px;
}

.profileicon li p{
	font-size: 18px;
	font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
}


@media (max-width: 991px) {
.profileicon li{
	width: 50%;
	margin-bottom: 40px;
}
}


@media (max-width: 767px) {
.profileicon li{
	width: 100%;
	margin-bottom: 30px;
}
}







.pro_history{
}

.pro_history ul{
	margin: 0;
	padding: 0 0 30px;
	list-style: none;
	position: relative;
	
	background: url(../line01.png) repeat-y center top;
}

.pro_history ul::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 6px);
	width: 13px;
	height: 10px;
	background: url(../icon09.png) no-repeat;
}

.pro_history ul li{
	margin-bottom: 15px;
	background: url(../icon08.png) no-repeat center 12px;
	display: flex;
}

@media (min-width: 768px) {
.pro_history ul li{
	justify-content: flex-end;
}
.pro_history ul li:nth-of-type(even){
	justify-content:flex-start;
}
}



.pro_history .list{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	border-radius: 4px;
	background: #F3F3F3;
	box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.3);
}

@media (min-width: 768px) {
.pro_history .list{
	width: 45%;
}
.pro_history ul li:nth-of-type(even) .list{
	flex-flow:row-reverse wrap;
}
}



.pro_history .list h4{
	width: 100%;
	position: relative;
	text-align: center;
	padding: 8px 20px;
	margin: 0;
	color: #fff;
	background: #019cba;
	border-bottom: #8de6de solid 5px;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.pro_history .list h4::before{
	content: "";
	display: block;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	
	width: 0;
height: 0;
border-style: solid;
border-width: 8px 15px 8px 0;
border-color: transparent #019cba transparent transparent;

}

.pro_history ul li:nth-of-type(even) .list h4{
	background: #d32b23;
	border-bottom:#ffcb3b solid 5px;
}

.pro_history ul li:nth-of-type(even) .list h4::before{
	border-color: transparent #d32b23 transparent transparent;
}

@media (min-width: 768px) {
.pro_history ul li:nth-of-type(even) .list h4::before{
	left: auto;
	right: -10px;
	border-width: 8px 0 8px 15px;
	border-color: transparent transparent transparent #d32b23;
}
}


.pro_history .list p{
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	text-align: center;
}



@media (max-width: 767px) {
.pro_history ul{	
	background: url(../line01.png) repeat-y 4px top;
}
.pro_history ul li{
	padding-left: 40px;
	background: url(../icon08.png) no-repeat left 13px;
	margin-bottom: 20px;
}

.pro_history .list h4{
	width: 100%;
}

.pro_history .list p{
	width: 100%;
	padding: 15px 20px;
}
	
.pro_history ul::after{
	left:-1px;
}

}








.social{
	margin: 0;
	padding: 0;
	list-style: none;
}

.social li{
	position: relative;
	display: flex;
	flex-flow: row wrap;
}

.social li:nth-of-type(2){
	flex-flow: row-reverse wrap;
}

.social li .pic{	
	width: calc(50% - 15px);
	margin: 0 7.5px 10px;
}

.social li .pic img{
	width: 100%;
}

.social li:nth-of-type(1) .pic{
	position: relative;
	bottom: -25px;
}

.social li:nth-of-type(2) .pic{
	position: relative;
	top: -25px;
}

.social li .con{
	width: calc(50% - 15px);
	display: flex;
	flex-flow: column ;
	justify-content: center;
	padding: 30px;
	margin: 0 7.5px 10px;
	letter-spacing: 3px;
	font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
	font-weight: 500;
}

.social li:nth-of-type(2) .con{
	text-align: right;
}

.social li .con h3{
	position: relative;
	font-size: 26px;
	margin-top: 0;
}

@media (min-width: 991px) {
.social li .con h3::before{
	content: "";
	width: 210px;
	height: 4px;
	background: #000000;
	display: block;
	position: absolute;
	top: -15px;
	left: -75px;
}

.social li:nth-of-type(2) .con h3::before{
	content: "";
	width: 190px;
	height: 4px;
	background: #000000;
	display: block;
	position: absolute;
	top: -15px;
	left: auto;
	right: -75px;
}

}


@media (max-width: 767px) {

.social li:nth-of-type(2){
	flex-flow: row wrap;
}
	
.social li .pic{	
	width: 100%;
	margin: 0 0 10px;
}
	
.social li .con{
	width: 100%;
	margin: 0 0 10px;
}

.social li:nth-of-type(2) .con{
	text-align: left;
}

.social li:nth-of-type(1) .pic{
	position: relative;
	bottom:auto;
}

.social li:nth-of-type(2) .pic{
	position: relative;
	top:auto;
}

}



















/*========================產品===========================*/

.productlist{
	padding: 0 0;
}

.productlist ul{
	margin: 0;
	padding: 0;
	list-style: none;
	
	display: flex;
	flex-flow: row wrap;
}

.productlist ul li{
	width: calc(100%/4 - 15px);
	margin: 0 calc(15px*4/3) 40px 0;
	text-align: center;
	border: #dedede solid 1px;
	transition: all 0.3s;
}

.productlist ul li:nth-of-type(4n){
	margin-right: 0;
}

@media (max-width: 991px) {
.productlist ul li{
	width: calc(100%/3 - 15px);
	margin: 0 calc(15px*3/2) 40px 0;
}
	
.productlist ul li:nth-of-type(5n){
	margin-right:auto;
}

.productlist ul li:nth-of-type(3n){
	margin-right: 0;
}
}

@media (max-width: 575px) {
.productlist ul li{
	width: calc(100%/2 - 5px);
	margin: 0 calc(5px*2) 20px 0;
}
	
.productlist ul li:nth-of-type(3n){
	margin-right:auto;
}

.productlist ul li:nth-of-type(2n){
	margin-right: 0;
}
}

.productlist ul li:hover{
	border: #009bb8 solid 6px;
}

.productlist ul li a{
	display: block;
	overflow: hidden;
}

.productlist ul li .pic{
	padding-top: 100%;
	margin-bottom: 10px;
	transition: all 0.3s;
}

.productlist ul li:hover .pic{
	transform: scale(0.8,0.8);
}

.productlist ul li p{
}






.productdetail{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	
	display: flex;
	flex-flow: row wrap;
}

.productdetail > li:nth-of-type(1){
	width: 35%;
	padding:0 0 15px ;
}

.productdetail > li:nth-of-type(2){
	width: 65%;
	padding: 0 0 0 80px;
}

@media (max-width: 991px) {
.productdetail > li:nth-of-type(1){
	width: 100%;
	padding:0 0 15px 0;
	border-right:none;
}

.productdetail > li:nth-of-type(2){
	width: 100%;
	padding: 0 0 0 0;
}
}

.productdetail > li .title{
	font-size: 26px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	padding:0 5px 15px;
}

.productdetail > li .con{
	padding: 20px 0;
	border: #A5A5A5 dashed 1px;
	border-right: 0;
	border-left: 0;
	margin-bottom: 30px;
}




.inquire{	
}
.inquire a{
	display: inline-block;
	color: #fff;
	background: #d12b24;
	padding: 6px 15px;
	border-radius: 3px;
	margin: 0 6px 10px 0;
}
.inquire a:hover{
	background: #ff4751;
}






.contact_form{
	padding: 0 ;
}


.contact_form table{
	width: 100%;
	border-collapse: collapse;
}

.contact_form table tr:nth-of-type(1){
	border-bottom: #ccc solid 2px;
}

.contact_form table tr th{
	font-size: 16px;
	padding: 10px 10px;
}

.contact_form table tr th:nth-of-type(1){
	width: 30%;
}
.contact_form table tr th:nth-of-type(2){
	width: 40%;
}
.contact_form table tr th:nth-of-type(3){
	width: 15%;
}
.contact_form table tr th:nth-of-type(4){
	width: 15%;
	text-align: center;
}


.contact_form table tr td:nth-of-type(1) a{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.contact_form table tr td:nth-of-type(4){
	font-size: 20px;
	text-align: center;
}

.contact_form table tr td{
	padding:15px 10px ;
	border-bottom: #D4D4D4 dotted 1px;
}

.contact_form table tr:nth-of-type(even){
	background: #f5f5f5;
}


@media (max-width: 767px){

.contact_form table tr:nth-of-type(1){
	display: none;
}
	
.contact_form table tr, .contact_form table tr td{
	display: block;
}

.contact_form table tr{
	padding: 15px ;
}

.contact_form table tr td:nth-of-type(4){
	border-bottom:none;
}

}








/*===========================人力資源==============================*/


.hirelist{
	margin-bottom: 60px;
}

.hirelist > ul{
	margin: 0 0;
	padding: 0;
	list-style: none;
	
	display: flex;
}

.hirelist > ul:nth-of-type(odd){
	background: rgba(243,243,243,1.00);
}

.hirelist > ul:nth-of-type(1){
	background:#fff;
}

.hirelist > ul > li{
	padding: 10px 15px;
	display: flex;
	align-items: center;
}

.hirelist > ul:first-of-type{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	background: #009bb8;
}

.hirelist > ul:first-of-type > li{
	padding: 5px 15px;
	justify-content: center;
}

.hirelist > ul > li:nth-of-type(1){
	width: 15%;
	justify-content: center;
}

.hirelist > ul > li:nth-of-type(2){
	width: 40%;
}

.hirelist > ul > li:nth-of-type(3){
	width: 30%;
}

.hirelist > ul > li:nth-of-type(4){
	width: 15%;
	justify-content: center;
}

.hirelist > ul > li:nth-of-type(4) a{
	display: inline-block;
	padding: 6px 10px;
	color: #fff;
	background: #009bb8;
	border-radius: 10px;
	transition: all 0.3s;
}

.hirelist > ul > li:nth-of-type(4) a:hover{
	background: #009bb8;
}





@media (min-width: 768px) {
	.hirelist > ul > li h4{
		display: none;
	}
}



@media (max-width: 767px) {

.hirelist > ul{
	padding: 15px 0;
	flex-flow: column nowrap;
}
	
.hirelist > ul:nth-of-type(1){
	display: none;
}
	
.hirelist > ul > li{
	width: 100% !important;
	padding: 15px 15px;
	display: flex;
	flex-flow: column nowrap;
	align-items:flex-start;
}

.hirelist > ul > li:nth-of-type(1){
	color: #009bb8;
	font-size: 18px;
	font-weight: bold;
	align-items: center;
	border-bottom: rgba(195,195,195,1.00) dashed 1px;
}
	
.hirelist > ul > li:nth-of-type(4){
	align-items: center;
}
	
.hirelist > ul > li h4{
	font-size: 16px;
	margin: 0 0 10px;
}


}












/*========================聯絡我們==========================*/

.registered{
	margin-top: 40px;
	color: #60574b;
	padding: 20px ;
	background: #f7f5ed;
	border-radius: 4px;
	box-shadow: 0px 20px 50px -5px rgba(0,0,0,0.4);
}

.registered section{
	padding: 30px 30px 10px;
	border: #60574b solid 2px;
}

.registered ul{
	margin: 0 0 20px;
	padding: 10px 15px 20px;
	list-style: none;
	border-radius: 4px;
	display: flex;
	flex-flow: row wrap;
	background: #eeece4;
}

.registered ul li{
	width: calc(100%/3);
	margin: 6px 0;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.registered ul li{
		width: 100%;
	}
}
@media (max-width: 479px) {
	.registered ul li{
		padding: 0 5px;
		flex-flow: column;
		align-items: flex-start;
	}
}

.registered ul li:nth-of-type(4){
	width: 100%;
}

.registered ul li h5{
	font-size: 15px;
	color: #60574b;
	margin-right: 15px;
}
@media (max-width: 767px) {
.registered ul li h5{
	min-width: 95px;
}
}

.registered ul li input{
	height: 30px;
	flex: 1;
	color: #60574b;
	border: none;
	padding: 0;
	box-shadow: none;
	border-bottom: #60574b dotted 1px;
	border-radius: 0;
	background-color: transparent;
}

.registered select{
	width: 100%;
	height: 34px;
	float: left;
	display: block;
	position: relative;
	line-height: 32px;
	background-color: #fff;
	border-radius: 4px;
	border: solid 1px #dfdfdf;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
-webkit-tap-highlight-color: transparent;
}

.form-control:focus {
	border-color:transparent;
	border-bottom: #60574b dotted 1px;
	outline: 0; 
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233,0); 
	box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233,0); 
}

.registered textarea{
	color: #60574b;
	padding: 10px 0;
	margin-bottom: 40px;
	background: rgba(73, 136, 191, 0);
	border: none;
	box-shadow: none;
	border-bottom: #60574b dotted 1px;
}

.registered textarea::-webkit-input-placeholder {
	color: #60574b;
 }
 .registered textarea:-moz-placeholder {
	color: #60574b;
 }

.v_code{
	max-width: 350px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.v_code > div:nth-of-type(1){
	margin-right: 10px;
}

.v_code > div:nth-of-type(2){
	flex: 1;
}






























/*=====================================================================================
快選外內距
======================================================================================*/

.ptop5 { padding-top: 5px;}
.ptop50 { padding-top: 50px;}
.ptop100 { padding-top: 100px;}
.pbottom50 { padding-bottom: 50px;}
.pbottom70 { padding-bottom: 70px;}
.pbottom80 { padding-bottom: 80px;}
.pright0 { padding-right: 0;}
.pright5 { padding-right: 5px;}
.pright10 { padding-right: 10px;}
.pright15 { padding-right: 15px;}
.pright20 { padding-right: 20px;}
.pright25 { padding-right: 25px;}
.pright30 { padding-right: 30px;}
.pleft0 { padding-left: 0;}
.pleft5 { padding-left: 5px;}
.pleft10 { padding-left: 10px;}
.pleft15 { padding-left: 15px;}
.pleft20 { padding-left: 20px;}
.pleft25 { padding-left: 25px;}
.pleft30 { padding-left: 30px;}



.mauto { margin: 0 auto;}
.m0 { margin: 0 !important;}
.mtop5 { margin-top: 5px;}
.mtop10 { margin-top: 10px;}
.mtop15 { margin-top: 15px;}
.mtop20 { margin-top: 20px;}
.mtop25 { margin-top: 25px;}
.mtop30 { margin-top: 30px;}
.mtop40 { margin-top: 40px;}
.mtop50 { margin-top: 50px;}
.mtop70 { margin-top: 70px;}
.mtop100 { margin-top: 100px !important;}
.mtop106 { margin-top: 106px !important;}
.mtop130 { margin-top: 130px !important;}
.mbottom0 { margin-bottom: 0 !important;}
.mbottom5 { margin-bottom: 5px !important;}
.mbottom10 { margin-bottom: 10px !important;}
.mbottom15 { margin-bottom: 15px !important;}
.mbottom20 { margin-bottom: 20px !important;}
.mbottom25 { margin-bottom: 25px !important;}
.mbottom30 { margin-bottom: 30px !important;}
.mbottom35 { margin-bottom: 35px !important;}
.mbottom40 { margin-bottom: 40px !important;}
.mbottom50 { margin-bottom: 50px !important;}
.mbottom60 { margin-bottom: 60px !important;}
.mbottom70 { margin-bottom: 70px !important;}
.mbottom80 { margin-bottom: 80px !important;}
.mbottom90 { margin-bottom: 90px !important;}
.mbottom100 { margin-bottom: 100px !important;}
.mleft5 { margin-left: 5px;}
.mleft10 { margin-left: 10px;}
.mleft15 { margin-left: 15px;}
.mleft20 { margin-left: 20px;}
.mleft25 { margin-left: 25px;}
.mleft30 { margin-left: 30px;}
.mleft50 { margin-left: 50px;}
.mleft60 { margin-left: 60px;}
.mleft65 { margin-left: 65px;}
.mleft80 { margin-left: 80px;}
.mleft85 { margin-left: 85px;}
.mleft90 { margin-left: 90px;}
.mleft160 { margin-left: 160px;}
.mleft230 { margin-left: 230px;}
.mleft240 { margin-left: 240px;}
.mright5 { margin-right: 5px;}
.mright10 { margin-right: 10px;}
.mright15 { margin-right: 15px;}
.mright20 { margin-right: 20px;}
.mright25 { margin-right: 25px;}
.mright30 { margin-right: 30px;}
.mright40 { margin-right: 40px;}
.mright50 { margin-right: 50px;}
.mright60 { margin-right: 60px;}






