@import url("reset.css");
* {
	outline: none !important;
}
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,a,form,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0;
	font-family: "微軟正黑體","Microsoft JhengHei", Verdana, Arial, 新細明體;
}
body{
	background-attachment: fixed;
}
body::before{
	content:"";
	background: url(../img/bg.jpg);
	width: 100%;
    height: 100%;
	position: fixed;
	background-size: 100% 100%;
	display: block;
    background-repeat: repeat-y;
	bottom:0;
	z-index: -1;
}
body,html{
	overflow-x:hidden;
  }
  body {
	overflow-x: hidden !important;
  }
a{
	padding: 0px;
	text-decoration: none;
	outline: none; /* for Firefox */
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
a,
a:visited,
a:focus,
a:hover,
a.active {
	outline: 0;
}
a:visited,
a:focus,
a:hover,
a.active{
	text-decoration: none;
} 
div > img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}
button {
    margin: 0px;
    padding: 0px;
    border: 0px; }
button:hover {
	outline: none; /* for Firefox */
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
  }
ul li{
	padding: 0;
	margin: 0;
	list-style: none;
}
/* top-header */
.main_content {
	position: relative;
}
header{
	width: 100%;
    position: relative;
    z-index: 2;
}
header.fixed-header {
	position: fixed;
	left: 0px;
	z-index: 10;
}
header.fixed-header .head-control {
background: transparent;
transition-duration: 0.4s;
}
header.top-header {
	background-color: #fcf9f5ef;
    height: 50px;
	padding: 0px 100px 5px 100px;
	box-shadow: 2px 2px 8px #0000004b;
	transition: 0.6s;
}
.header-mid {
	z-index: 10;
	width: 100%;
	line-height: 70px;
	padding-right: 30px;
}
.head-wrap {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	display: table;
}
.logo_box {
	width: 110px;
	height: 66px;
	display: block;
	padding: 2px 3px;
	position: relative;
	background-color: #ffffff;
	box-shadow: 1px 1px 4px #00000062;
}
.logo {
	margin: 0px 0px 2px 2px;
	width: 100px;
	height: 85px;
	float: left;
	clear: both;
	position: absolute;
	display: inline-block;
}
.logo img {
	margin: auto;
	top: 95%;
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
.right{
	float: right;
}
.icon{
	width: 15px;
    padding-bottom: 3px;
}
.header-Tel {
	padding-bottom: 20px;
	width: 100%;
}
.round {
    width: 40px;
    height: 40px;
    border-radius: 42px;
	margin: 3px 0px 5px auto;
    background-color: #20b0ed;
}
.round img{
	display: block;
}
/* END top-header */
/* Main */
main{
	position: relative;
}
.banner {
	width: 100%;
	height: auto;
	position:relative;
	top: 0px;
}
header h2, .banner h1, .banner h2, section h2, .sec2 h3{
	text-indent: -9000px;
	height: 0;
}
.spot{
	position: relative;
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 1.2s linear infinite;
    animation: spinner-grow 1.2s linear infinite;
}
.fixed_spot{
	top: 205px;
    left: 220px;
	position: absolute;
}
.form_iframe{
	min-height: 200px;
}
.form-block{
	margin: 30px auto 0px;
	position: relative;
	box-shadow: 0px 8px 10px 5px rgba(0, 0, 0, 0.15);
}
.form-block::before{
	content:"";
	background: url(../img/form_bg.jpg);
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	display: block;
    background-repeat: repeat-y;
	left: 0px;
  	top: 0;
	z-index: -1;
}
.team-member{
	padding: 0px 15px 12px
}
.form-block .fromtitle {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.15;
	text-align: center;
    margin: 0px -16px 18px;
    padding: 8px 26px 15px;
    width: calc(100% + 32px);
    background-image: linear-gradient(0deg, #352206 0%, #775b30 50%, #aa926d 100%);
}
.form-block .fromtitle h2{
	font-size: 1.3rem;
	text-indent: 0px;
    line-height: 1.6;
	height: 30px!important;
}
.team-member iframe{
	width: 100%;
	height: auto;
	min-height: 20vh;
}
.bg-F {
    background-image: linear-gradient(to top, #a0c9ff 0%, #ffffff 100%);
    padding: 5% 2%;
    margin-top: 5px;
}
.sec1 h2{
	font-size: 1.5rem;
	color: #360707;
	font-weight: bolder;
	text-indent: 0px;
    height: auto;
	padding: 8px 12px 18px;
    text-align: center;
}
.sec1 .h3{
	font-size: 1.25rem;
    line-height: 1.6;
	font-weight: bolder;
}
.img-box{
	text-align: center;
	width: fit-content;
	background: #fff;
	border: 0px solid #fff;
	border-radius: 35px;
	display: block;
	box-shadow: 2px 2px 10px rgba(86,111,140,.5);
}
.tag-parall {
    display: grid;
    position: relative;
    padding: 6px 12px;
    margin: 0 auto ;
    color: #fff;
	border-color: linear-gradient(0deg, #352206 0%, #775b30 50%, #aa926d 100%);
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
    background-image: linear-gradient(0deg, #352206 0%, #775b30 50%, #aa926d 100%);
}
.tag-parall-form {
    display: grid;
    position: relative;
    padding: 6px 12px;
    margin: 0 auto ;
    color: #fff;
	border-color: linear-gradient(0deg, #352206 0%, #775b30 50%, #aa926d 100%);
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
    background-image: linear-gradient(0deg, #352206 0%, #775b30 50%, #aa926d 100%);
}
.tag-parall h2{
	font-size: 1.4rem;
	color: #ffffff;
	height: auto;
	text-indent: 0px;
	padding: 12px 12px 12px 12px;
	margin-bottom: 15px;
}
.tag-parall-form h2{
	font-size: 1.8rem;
	color: #ffffff;
	text-align: center;
	height: auto;
	text-indent: 0px;
	padding: 12px 12px 12px 12px;
	text-shadow: 2px 2px 12px #35220673;
}
.form_box{
	background-image:linear-gradient(180deg, rgba(230, 172, 86, 0.288) 0%, rgba(255, 255, 255, 0.849) 100%);;
	padding: 0 10px;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
	min-height: 24vh;
}
.pic_box{
	background-image:linear-gradient(0deg, #aa926d00 0%, #775b3077 50%, #352206 100%);
}
.pic{
	border: 0px solid #fff;
	border-radius: 35px;
}
.text-box{
	padding: 16px 18px 25px 18px;
	border-radius: 35px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.849) 100%);;
}
section#contact .container {
    background-color: #f5f5f5a6;
    border-radius: 1rem;
	display: flex;
    box-shadow: 2px 2px 10px 6px #2e2b3548;
}
section#contact h2{
	font-size: 2.8rem;
	font-weight: 800;
	color: #0281c6;
}
section#contact h3{
	font-size: 2.2rem;
	font-weight: 800;
	color: #175dc5;
	padding-bottom: 5px;
}
section#contact p{
	font-size: 15px;
	padding: 0px 0px 20px 20px;
}
section#contact .team-member iframe {
    position: relative;
    padding: 10px 0% 0px 0.5%;
    z-index: 96;
    max-width: 100%;
    min-height: 500px;
    border-radius: 8px;
}
.imgB{
	width: 50px;
	height: 65px;
}
.contact-title{
	text-shadow: 2px 2px 10px #ffffff, -2px -2px 10px #ffffff, 2px -2px 10px #ffffff, -2px 2px 10px #ffffff;
}
.footform{
	padding: 6px 8px;
	margin: 8px 8px;
	height: 430px;
}
/* Main END */
/* footer */
footer {
	margin: 0px;
    padding: 0px;
    text-align: center;
	background: transparent;
}
.logo_AMC_foot {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    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 */
#registration p.form_Box {
    width: 170px;
    height: 35px;
    padding: 2px 0px 0px 0px;
    float: left;
}
#registration select {
    border: solid 1px #CCC;
    font-size: 15px;
    width: 98%;
    padding: 5px 10px 5px 2px;
    color: #333;
    width: 170px;
}
#registration p.form_Box select {
    width: 25%;
    margin-left: -5px;
    margin-right: 10px;
}

@media (max-width: 320px){
	.tel_div{margin: -45px 0px;}
}
@media (max-width:600px) {
	.col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	.col-xs-2 {
		flex: 0 0 auto;
        width: 16.6%;
	}
	.offset-xs-4 {
        margin-left: 33.33333333%;
    }
	.logo_box {
		width: 90px;
		height: 50px;
	}
	.logo {
		width: 80px;
		height: auto;
	}
	header.top-header {
		height: 35px;
		background: #20b0ed;
	}
	.round {
		width: 52px;
		height: 50px;
		border-radius: 50%;
		margin: 3px 0px 5px 0px;
		background-color: #20b0ed;
	}
	.round img {
		padding: 2px 5px 2px 4px;
		width: 100%;
	}
	/* footer */
	.tel_div p { display: none; }
	.tel_div ul { display: block; list-style-type:none; }
	/* END footer */
}
@media (max-width: 767px){
	header.top-header {
		padding: 0px 0px 0px 0px;
	}
	.tag-parall-form h2{
		font-size: 1.4rem;
	    margin-bottom: 0px;}
	.form-block .fromtitle h2{
		font-size: 1.1rem;
	}
	section#contact h3 {
		font-size: 1.5rem;}
	/* 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 (min-width: 320px) and (max-width: 479px) {
	.form-block{
		margin: 0 auto 30px 0;
	}
	.form_box {
		margin-bottom: 20px;
		height: 38vh;
	}
	.fixed_spot{
		top: -43px;
        left: 42.5vw;
    }
	section#contact h2 {
		font-size: 2.2rem;}
	section#contact h3 {
		font-size: 1.85rem;}
	section#contact .container {
		min-height: 50vh;
	}
}
@media (min-width: 479px) and (max-width: 533px){
	.fixed_spot{
		top: 160px;
        left: 174px;
	}
}
@media (min-width: 533px) and (max-width: 767px){
	.fixed_spot{
		top: 163px;
        left: 176px;
	}
}
@media (min-width: 480px) and (max-width: 767px){
	.banner-title{
		width: 90%;
		margin: 0 auto;
	}
	.form-block{
		margin: 0 auto 30px 0;
	}
	.form_box {
		margin-bottom: 20px;
	}
	.round {
		width: 55px;
		height: 55px;
		border-radius: 42px;
		padding: 4px 4px;
		margin: 3px 0px 5px auto;
		background-color: #20b0ed;
	}
	.round img{
		width: 45px;
    	height: 45px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	section#contact .container{
		min-height: 300px;
	}
	.tag-parall-form h2 {
		font-size: 1.3rem;
		padding: 4px 8px 4px 8px;
		margin-bottom: 0px;
	}
}
@media (min-width: 768px){
	section#contact .team-member iframe {
        min-height: 600px;
    }
	section#contact .container{
		min-height: 230px;
	}
	.fixed_spot{
		top: 102px;
        left: 109px;
	}
}
@media (min-width: 992px){
	section#contact .container{
		min-height: 235px;
	}
	.fixed_spot{
		top: 143px;
        left: 153px;
	}
}
@media (min-width: 1200px){
	.header-Tel {
		padding-bottom: 20px;
		width: 100%;
	}
	.fixed_spot{
		top: 175px;
		left: 185px;
	}
}
@media (min-width: 1400px){
	.fixed_spot{
		top: 205px;
		left: 220px;
	}
}
