﻿@charset "utf-8";

#article, #article .bg {
	background: url('/skin/images/bg.jpg') no-repeat center center;
	background-size: cover;
}
#article {
	padding-bottom: 50px;
	padding-top: 152px;
}
#article .bg {
	background-position: left center;
	display: none;
	height: 400px;
}
#article>.inner {
	float: right;
	width: 50%;
}
#article h1 {
	text-transform: uppercase;
	letter-spacing: -2.5px;
	text-align: center;
	line-height: 50px;
	font-weight: 300;
	margin-top: 16px;
	font-size: 45px;
	color: #c7b5ad;
}
#article .desc {
	margin: 26px auto 0;
	text-align: center;
	line-height: 30px;
	width: 84%;
}
#article .desc .highlight {
	font-size: 20px;
}
#article .desc .highlight strong {
	color: #c7b5ad;
}
#article .form {
	background-color: white;
	padding: 52px 72px 50px;
	max-width: 576px;
}
#article .split {
	text-transform: uppercase;
	margin: 28px auto 26px;
	text-align: center;
	position: relative;
	width: 95%;
}
#article .split:before {
	background-color: #b2b2b2;
	position: absolute;
	content: ' ';
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
}
#article .split>.inner {
	background-color: white;
	display: inline-block;
	position: relative;
	padding: 0 12px;
}
#article form {
	margin: 0 auto;
	width: 90.6%;
}
#article form .textfield {
	border: 1px solid #333;
	padding: 6px 8px 7px;
	appearance: none;
	font-size: 14px;
	width: 100%;
}
#article form .row {
	display: block;
	content: ' ';
	clear: both;
}
#article form .sbHolder {
	font: 400 14px 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Helmet, Freesans, sans-serif;
	width: 100%;
}
#article form .sbSelector {
	border: 1px solid #333;
	padding: 6px 8px 7px;
	width: 100%;
}
#article form .sbSelector {
	color: #aaa;
}
#article form .chose .sbSelector {
	color: black;
}
#article form .sbSelector:after {
	position: absolute;
	height: 100%;
	right: 18px;
	top: -1px;
}
#article form .sbOptions {
	background-color: #f0f0f0;
	border: 0;
}
#article form .sbOptions a {
	border-bottom: 1px solid white;
	padding: 6px 10px;
}
#article form .sbOptions a:link, #article form .sbOptions a:visited {
	color: black;
}
#article form .sbOptions .selected a {
	color: #aaa;
}
#article form .sbOptions li:first-child {
	display: none;
}/*
#article form .chose .sbOptions li:first-child {
	display: list-item;
}*/
#article form .row {
	margin-bottom: 20px;
}
#article form .row:after {
	display: block;
	content: ' ';
	clear: both;
}
#article form .one-third .field {
	width: 36.05%;
	float: left;
}
#article form .one-third .field+.field {
	margin-left: 2.2%;
}
#article form .one-third .field.first {
	width: 23.5%;
}
#article form .half .field {
	width: 61.3%;
	float: left;
}
#article form .half .field+.field {
	margin-left: 2.5%;
}
#article form .half .field.first {
	width: 36.2%;
}
#article form .button {
	text-align: center;
	padding-top: 8px;
}
#article .button.alignCenter {
	text-align: center;
	padding-top: 8px;
}


#backBtn,
#submitBtn {
	background-color: #b7a9a1;
	display: inline-block;
	padding: 8px 36px;
	font-size: 14px;
	color: white;
}
#backBtn:hover,
#submitBtn:hover {
	background-color: #333;
}

/***** Add other input box ******/  
#hiddendiv {
    display:none;
}
h2 {
    margin-top: 1em;
}
#othertextbox{
    border: 1px solid #333;
    padding: 6px 8px 7px;
    -webkit-appearance: none;
    font-size: 14px;
    width: 100%;
}
#hidDivVal {
    background: none repeat scroll 0 0 lime;
    border: 1px solid black;
    margin: 0 1em;
    padding: 1ex;
}

/***** /END *****/


/**captcha added 20160516**/
.captcha-img {
    width: auto;
    float: left;
    margin-left: 15px;
}
.captcha-img #captcha{
    display: inline-block;
    vertical-align: middle;
    width: 90px;
}
.captcha-img .reload{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin-left:5px;
}
@media (max-width: 1280px) {
	#article>.inner {
		width: 60%;
	}
}
@media (max-width: 1024px) {
	#article>.inner {
		width: 68%;
	}
}
@media (max-width: 840px) {
	#article {
		background: none;
		padding: 0;
	}
	#article .bg {
		display: block;
	}
	#article>.inner {
		width: 100%;
	}
	#article .form {
		max-width: none;
	}
}
@media (max-width: 640px) {
	#article h1 {
		line-height: 40px;
		font-size: 34px;
	}
	#article .desc {
		line-height: 26px;
	}
}

@media (max-width: 480px) {
	.team_info{
		line-height: 40px;
		margin-top:10px;
		font-size:29px !important;
	}
}
@media (max-width: 380px) {
	.team_info{
		font-size:25px !important;
	}
}
@media (max-width: 480px),
(-webkit-min-device-pixel-ratio: 1.25) and (max-width: 640px),
(min--moz-device-pixel-ratio: 1.25) and (max-width: 640px),
(-o-min-device-pixel-ratio: 1.25/1) and (max-width: 640px),
(min-device-pixel-ratio: 1.25) and (max-width: 640px),
(min-resolution: 200dpi) and (max-width: 640px),
(min-resolution: 1.25dppx) and (max-width: 640px) {
	#article h1 {
		letter-spacing: -1.8px;
		line-height: 32px;
		font-size: 26px;
	}
	#article .bg {
		height: 280px;
	}
	#article .desc {
		line-height: 22px;
		font-size: 14px;
	}
	#article .form {
		padding-right: 18px;
		padding-left: 18px;
	}
	#article form {
		width: 100%;
	}
	#article form .sbSelector:after {
		right: 10px;
	}
}