@import url("reset.css");
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,a,form,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
	background: #e9e9e9 url(../img/bg_s.jpg) no-repeat center bottom;
	background-attachment:scroll;
	font-family:Arial,Helvetica,"微軟正黑體","Microsoft JhengHei",simhei,sans-serif;
}
a{
	padding: 0px;
	text-decoration: underline;
	outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}

a:hover{
	text-decoration: none;
}
div > img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* top-header */
.top-header {
	margin: 0px auto;
	padding: 0px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: rgba( 255, 255,255, 0.90 );
	
    -moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
	z-index: 100;
}
.top-header .container {
	position: relative;
	max-width: 960px;
	height: auto;
	margin: 0px auto;
}
.logo_div {
	width: 230px;
	height: 46px;
	padding-top: 6px;
	padding-left: 6px;
	display: inline-block;
}
.tel_div {
	margin: 0px 8px 0px 0px;
	padding: 0px;
	position: relative;
	float: right;
}
.tel_div p {
	width:250px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #686868;
	line-height: 60px;
}
.tel_div p span {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #20b0ed;
	margin-top: 0px;
	float: right;
}
.tel_div ul {
	margin: 9px 0px;
	float: right;
	display: none;
}
.tel_div ul li {
	padding: 0px 1px;
	float: left;
}
.tel_div a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.tel_div a:link, .k-functional-navig a:visited {
	color: #20b0ed;
}
.tel_div a:hover {
	color: #183b87;
}
.tel_div .round {
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #20b0ed;
}
.tel_div .round:hover {
	background-color: #183b87;
}
#logo {
	margin-top: 0px;
	margin-left: 0px;
	padding: 1px 5px 3px 7px;
	border-radius: 5px;
	background-color: rgba( 255, 255, 255, 0.00 );
	/*position: absolute;*/
}
/* END top-header */


/* footer */
.logo_AMC_foot {
	position: absolute;
	text-align: center;
	margin: -10px auto 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	background: transparent url(../img/logo_footbg.png) center 0px repeat-x;
}
#AMC_foot {
	width: 445px;
	height: 60px;
	margin-left: 0px;
	margin-top: -5px;
	margin-bottom: 8px;
}
#AMC_foot_web {
	width: 255px;
	height: 20px;
	margin-bottom: -5px;
}
/* END footer */

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	color: #000;
	font-family:Arial,Helvetica,"微軟正黑體","Microsoft JhengHei",simhei,sans-serif; }

h1{
	font-size:36px;
	line-height:58px;
	/*color:#a8b5c0;*/
	color:#17397b;
	position: relative;
	text-shadow: 0 0 0.1em #2e7194, 0 0 0.1em #2e7194;
}
h1 strong{
	font-size:58px;
	font-weight:bold;
	line-height:58px;
	letter-spacing: -1px;
	position: absolute;
	color:#fff;
}
h1 strong.left{
	left: -17.5%;
}
h1 strong.right{
	right: -20%;
}
h2{
	font-size:21px;
	color:#586d80;
}
h3{
	font-size:21px;
	color:#586d80;
}

.banner{
	background:url(../img/banner_bg_960.jpg) center top no-repeat;
	background-size:100%;
	padding-bottom:0px;
}
.KV-content{
	margin:0 auto;
	max-width:1100px;
}
.form{
	/*max-width:980px;*/
	margin:0% auto 0%;
	padding-top:0px;
}
.banner_01{
	-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;
	width:90vw;
	height: auto;
	display: block;
	margin-top:80px;
	margin-left: auto;
	margin-right: auto;
	max-width:668px;
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.banner_02{
	-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;
	width:60vw;
	height: auto;
	display: block;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	max-width:660px;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.banner_03{
	-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;
	width: auto;
	height: auto;
	display: block;
	/*margin-left:3.5%;
	max-width:616px;*/
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	margin-top: 7%;
	margin-left: 30px;
	padding-left: 86px;
	float: left;
}
.banner_04{
	-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;
	width: auto;
	height: auto;
	display: block;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	margin-top: 7%;
	margin-right: 30px;
	float: right;
}
.banner_04_a{
	animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
	left: calc(100% - 161px);
}
.banner_04_b{
	animation-delay: 2.4s;
	-webkit-animation-delay: 2.4s;
	left: calc(100% - 224px);
}
.banner_04_c{
	animation-delay: 2.9s;
	-webkit-animation-delay: 2.9s;
	left: calc(100% - 182px);
}
.banner_04_a, .banner_04_b, .banner_04_c{
	top: -7px;
}
.banner_03 span, .banner_04 span{
	position: relative;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 8px;
	display: inline-block;
}
.banner_03 span{
	margin: 0px 0px 8px 10px;
}
.banner_03 span:after{
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    top: calc(100%/2 - 8px);
    left: -14px;
}
.banner_04 span{
	margin: 0px 10px 8px 0px;
}
.banner_04 span.d-table{
	display: table;
}
.banner_04 span:after{
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    top: calc(100%/2 - 8px);
    right: -14px;
}
/*===Form 1===*/
.form_title{
	position:relative;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
	width:70vw;
	max-width:700px;
	height: auto;
	margin:0 auto;
	padding: 14px 0px 6px;
	z-index: 10;
	display: block;
	font-size:40px;
	line-height: 108%;
	color:#036eb8;
	font-weight:bold;
	text-align:center;
	border-radius:0px;
	background-color:#fff100;/*background-color:#036eb8;*/
	box-shadow: 0px -2px 16px 4px rgba(0, 0, 0, 0.35);
}
.form_title:after, .form_title:before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-width: 32px;
    border-style: solid;
    border-color: #fff100 transparent #fff100 transparent;
    bottom: -0%;
	right: -32px;
	z-index: -1;
}
.form_title:before{
	left: -32px;
}
.form_title strong{
	font-size:68px;
	font-weight:bold;
	line-height: 0px;
	color: #eb2d72;
	display: inline-block;
	text-shadow: 0px -1px 0 rgba(255,241,0,0.65),
                 0px -1px 0 rgba(255,241,0,0.65),
                 0px  1px 0 #212121,
                 0px  1px 0 #212121,
	             -1px 2px 3px rgba(0,0,0,0.35);
}
.form_title span{ font-size:37px;display: inline-block; }
.form .form_iframe{
	-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;
	height: auto;
	display: block;
	margin:-30px auto 0 auto;
	padding:50px 20px 10px 20px;
	max-width: 940px;
	min-height:318px;
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	background:rgba(233,233,233,0.25) url(../img/form_bg.jpg) no-repeat center top;/*rgba(255,255,255,0.85)#1e5c92*/
	border:#036eb8 solid 5px;
	border-radius:0px;/*border-radius:15px;*/
	box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.30);
}
/*===END Form 1===*/
.points{
	margin:0% auto 4%;/*margin:0% 8% 4%;*/
	padding-top: 3%;
	max-width:420px;
	text-align: center;
}
.text_title{
	width:90vw;
	max-width:700px;
	margin:0 auto;
	display:block;
}
.gray_title{
	font-family: Helvetica LT Light;
	font-size:18px;
	color:#717071;
}
.points h3{
	font-family:Arial, Helvetica,"Microsoft JhengHei","微軟正黑體",simhei,sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:50px;
	height:50px;
	color:#004a97;
	border: #f8f8f8 solid 2px;
    position: relative;
	margin:0 auto;
	padding-right: 0px;
	box-shadow:-2px 3px 8px rgba(0,0,0,0.25);
}
.points h3:after {
    position: absolute;
    content: " ";
	font-size:23px;
	line-height:23px;
    width: 0;
    height: 0;
    border-width: 23px;
    border-style: solid;
    border-color: #fff100 transparent transparent #fff100;
    /*top: 3px;
	right: -12px;*/
	top: -42px;
	left: -12px;
	-moz-transform:rotate(-165deg);
	-webkit-transform:rotate(-165deg);
	-o-transform:rotate(-165deg);
	-ms-transform:rotate(-165deg);
	transform:rotate(-165deg);
}
.points h3:before, .points h3.t-1:before, .points h3.t-2:before, .points h3.t-3:before {
    position: absolute;
    content: " ";
	font-size:22px;
	line-height:22px;
	letter-spacing: -0.03em;
	top: -20px;
	left: 3px;
    /*bottom: 2px;
	right: -6px;*/
	z-index: 1;
}
.points h3.t-1:before {
    content: "01";
}
.points h3.t-2:before {
    content: "02";
}
.points h3.t-3:before {
    content: "03";
}
.points img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-bottom:0px;
	box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.30);
}
.points p{
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #2a2a2f;
	padding: 18px 20px 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	-moz-text-align-last: justify; /*Firefox*/
	-webkit-text-align-last: justify; /*Chrome*/ 
}


@media (max-width:600px) {
/* footer */
.tel_div p { display: none; }
.tel_div ul { display: block; list-style-type:none; }
/* END footer */
}
@media (max-width: 767px){
/* footer */
#AMC_foot{ width: auto; height: auto; max-width: 100%; max-height: 100%; margin-top: -5px; padding-left: 7px; }
#AMC_foot_web { width: 300px; height: 24px; margin-top: -6px; margin-bottom: 10px; }
/* END footer */
}

@media screen and (min-width: 960px) {
body{
	background: #e9e9e9 url(../img/bg.jpg) no-repeat center bottom;
}
h1{
	font-size:56px;
	line-height:88px;
	/*color:#a8b5c0;*/
	color:#17397b;
}
h1 strong{
	font-size:68px;
	font-weight:bold;
	line-height:68px;
}
h2{
	font-size:21px;
	color:#586d80;
}
h3{
	font-size:24px;
	color:#586d80;
}
.points{
	max-width:1300px;
}
}
@media (min-width: 1200px) {
.form{
	margin:38% auto 0%;
}
.point_box{
	display: block;
	padding:10px;
	text-align: center;
}
.col-md-4{
	padding:15px 3%;
}
.banner{
	background:url(../img/banner_bg.jpg) center top no-repeat;
	padding-bottom:0px;
}
}
@media (min-width: 960px) and (max-width: 1199px) {
.banner{
	background:url(../img/banner_bg.jpg) center top no-repeat;
	padding-bottom:0px;
}
.banner_01{
	width:90vw;
	margin-top:80px;
	max-width:668px;
}
.banner_02{
	width:100vw;
	margin-top:20px;
	max-width:660px;
}
.banner_03{
	margin-top: 7%;
	margin-left: 5px;
	padding-left:86px;
}
.banner_04{
	margin-top:7%;
	margin-right:5px;
	float:right;
}
.point_box{
	display:block;
	padding:10px;
	text-align:center;
}
.col-md-4{
	display:inline-block;
	padding:15px 1.2%;
}
.form{ margin:0px auto 0%; padding-top:10.5%; width: 92%; display: table; }
.form_title strong{ font-size:68px; }
}
@media screen and (max-width: 959px) {
/*.form{ margin:42% auto 0%; }
h1 strong.left{
	left: -142px; border: #F00 solid 1px;
}
h1 strong.right{
	right: -162px; border: #60F solid 1px;
}*/
.point_box{ display: block; padding:10px; text-align: center; }
.col-md-4{ padding:15px 0%; }
}
@media (min-width: 601px) and (max-width: 959px) {
h1 strong{
	font-size:58px;
	font-weight:bold;
	line-height:58px;
}
h1 strong.left{
	left:-28%;
}
h1 strong.right{
	right:-26%;
}
h2{ font-size:19px; }
h2 img{ width: auto; height: auto; max-width: 58px; max-height: 58px; }
.banner_01{
	width:66vw;
	margin-top:12%;
	max-width:auto;
}
.banner_02{
	margin-top:10px;
}
.banner_03{
	margin-top:8.5%;
	margin-left:5px;
	padding-left:3%;
}
.banner_04{
	margin-top:8.5%;
	margin-right:5px;
	margin-left:auto;
	padding-right:2%;
}
.banner_04_a{ left: calc(100% - 145px); }
.banner_04_b{ left: calc(100% - 201px); }
.banner_04_c{ left: calc(100% - 164px); }
.form{ margin:0px auto 0%; padding-top:calc(100%/6 - 58px); width: 92%; display: table; }
.form_title{ font-size:31px; line-height: 100%; width:86vw; padding: 5px 0px 9px; }
.form_title strong{ font-size:50px; line-height:50px; }
.form_title span{ font-size:28px; }
}
@media (max-width:600px) {
.banner{
	background:url(../img/banner_bg_s.jpg) center top no-repeat;
	background-size:100%;
	padding-bottom:0px;
}
h1 {
	margin-bottom:58px;
}
h1 strong{
	font-size:36px;
	font-weight:bold;
	line-height:42px;
}
h1 strong.left{
	left:-68px;
}
h1 strong.right{
	right:-80px;
}
h2{ font-size:16px; }
h2 img{ width: auto; height: auto; max-width: 42px; max-height: 42px; }
.banner_01{
	width:70vw;
	margin-top:19%;
	max-width:auto;
}
.banner_02{
	margin-top:10px;
}
.banner_03{
	margin-top:0%;
	margin-left:5px;
	padding-left:0px;
	display:block !important;
}
.banner_04{
	margin-top:0%;
	margin-right:5px;
	margin-left:auto;
	display:block !important;
}
.banner_03 span, .banner_04 span{
	margin-bottom: 11px;
	margin-top: -6px;
}
.banner_04_a{ left: calc(100% - 120px); }
.banner_04_b{ left: calc(100% - 168px); }
.banner_04_c{ left: calc(100% - 136px); }
.banner_04_a, .banner_04_b, .banner_04_c{ top: inherit !important; }
.form{ margin:42% auto 2%; }
.form_title{ line-height:20px; width:100vw; max-width: 100%; margin:0 auto; display: inline-block; }
.form_title:after, .form_title:before { display: none !important; }
.form_title strong{ font-size:50px; }
.form_title span{ font-size:23px; padding-top:15px; display:block; }
.form .form_iframe{ padding:42px 20px 10px 20px; min-height:378px; border:#036eb8 solid 0px; }
}
@media (max-width: 479px) {
h1 {
	margin-bottom:42px;
}
h1 strong{
	font-size:28px;
	font-weight:bold;
	line-height:28px;
}
h1 strong.left{
	left:-42px;
}
h1 strong.right{
	right:-60px;
}
h2{ font-size:13px; }
h2 img{ width: auto; height: auto; max-width: 32px; max-height: 32px; }
.banner_03 span, .banner_04 span{
	padding: 0px 5px 1px;
	border-radius:6px;
	line-height:21px;
}
.banner_03 span:after{ left: -12px; }
.banner_04 span:after{ right: -12px; }
.banner_04_a{ left: calc(100% - 91px); }
.banner_04_b{ left: calc(100% - 130px); }
.banner_04_c{ left: calc(100% - 104px); }
.points h3{ font-size:21px; }
}