* {
	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,html{
	overflow-x:hidden;
  }
  body {
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	background: url(../img/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
  }
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.top-header {
    background-color: #fcf9f5ef;
    height: 75px;
    padding: 0px 100px 5px 100px;
    box-shadow: 2px 2px 8px #0000004b;
    transition: 0.6s;
}
header.fixed-header {
	position: fixed;
	left: 0px;
	z-index: 10;
}
header.fixed-header .head-control {
	background: transparent;
	transition-duration: 0.4s;
}
.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: 155px;
    height: 95px;
    display: block;
    padding: 2px 3px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 1px 1px 4px #00000062;
}
.logo {
	margin: 0px 2px 2px 2px;
	width: 150px;
    height: 125px;
	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 {
	margin-top: 0px;
    width: 100%;
}
.round {
    width: 60px;
    height: 62px;
    border-radius: 42px;
	display: block;
	margin: 3px 0px 5px auto;
    background-color: #2ca5dc;
}
.round img{
	display: block;
	padding: 4px;
}
.line-icon {
	width: 60px;
    height: 60px;
}
#AMC_nav ul {
	display: flex;
}
#AMC_nav ul li {
	display: inline;
}
a .line-btn {
    width: 160px;
    height: 51px;
    position: relative;
    box-shadow: 0 8px #099e47;
    border-radius: 50px;
    margin-top: -12px;
}
a .line-btn:hover {
    box-shadow: 0 4px #00b14a;
    border-radius: 50px;
    margin-top: -6px;
}
/* END top-header */
/* Main */
main{
	position: relative;
}
.banner {
	width: 100%;
	height: 93vh;
	position: relative;
	top: 0px;
	margin-top: 50px;
}

header h2, .banner h1{
	text-indent: -9000px;
	height: 0;
}

.cardboard {
	position: relative;
}
.animate_free {
    width: 280px;
    height: 226px;
    position: absolute;
	top: 22%;
    left: 18%;
    animation: 10s tada infinite;
}
#form {
	position: absolute;
	top: 320px;
    left: 53%;
    width: 480px;
    height: 420px;
}
.form_title {
	position: relative;
    width: 80%;
    background-color: #d70051;
    padding: 5px 15px;
    margin: 0px auto;
    z-index: 5;
}
.form-box {
	margin: -15px auto 0px;
	padding: 20px 10px 14px;
    background: #ffffff center top no-repeat;
    filter: drop-shadow(4px 4px 12px #00000054);
    border: 5px solid #ea3b60;
}
.form_title .h2 {
	font-weight: bolder;
   	color: #f9cb38
}
.form_title .h3{
	font-weight: bolder;
	font-size: 2.1rem;
	font-style: italic;
	color: #d1a9ff;
}
.form_title .h4 {
	font-weight: bolder;
	color: #ffffff;
}
.form_block, .form_block iframe {
    min-height: 23vh;
}
.form-h3 {
	font-size: calc(2rem + .6vw);
}
.cloud_text {
	background: url(../img/cloud.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 58px 55px 58px;
    transition: all ease-in-out 0.4s;
    position: relative;
    background-position: center;
	margin-bottom: -50px;
}
.cloud_text h5 {
	color: #d70051;
	font-size: 23px;
    font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.cloud_text span {
	font-size: 19px;
    font-weight: 600;
	line-height: 1.4;
}
.team-member{
	padding: 0px 15px 12px
}
.bg-F {
    background-image: linear-gradient(to top, #a0c9ff 0%, #ffffff 100%);
    padding: 5% 2%;
    margin-top: 5px;
}
.text-box {
	padding: 20px 24px 28px 24px;
    margin: 8px 4px 20px 4px;
    border: 4px solid #cd98ff;
    background: #ffffff;
    filter: drop-shadow(4px 4px 12px #00000054);
    min-height: 225px;
}
.text-box img {
	width: 100%;
	height: calc(100% - 10px);
	margin: 10px auto;
	border-radius: 15px;
}
.text-box h2 {
	font-size: 1.6rem;
	font-weight: bolder;
	line-height: 1.4;
	color: #7e01d1;
	margin: 0px auto 8px;
	text-align: center;
}
.text-box .h5 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	color: #555555;
}
.round-box {
	position: relative;
	z-index: 1;
	filter: drop-shadow(4px 4px 12px #00000054);
	animation: 7s float infinite;
}
.round-img {
	width: 260px;
	height: 260px;
	display: block;
	border-radius: 50%;
	border: 8px solid #c428f7;
	overflow: hidden;
	background-color: transparent;
	margin: 0 auto;
  }
.round-box::after {
	content: "";
    position: absolute;
	top: 95%;
	right: 48%;
	background: #c428f7;
    width: 1.5rem;
    height: 1.5rem;
    border-width: 30px;
	display: block;
	transform: translateY(0%) translateX(0%) rotate(45deg);
	z-index: -1;
  }
#sec1 {
	display: block;
	position: relative;
}
  @-webkit-keyframes tada {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  
	10%, 20% {
	  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
			  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
  
	30%, 50%, 70%, 90% {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
			  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
  
	40%, 60%, 80% {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
			  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
  
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }
  
  @keyframes tada {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  
	10%, 20% {
	  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
			  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
  
	30%, 50%, 70%, 90% {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
			  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
  
	40%, 60%, 80% {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
			  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
  
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }
  
  .tada {
	-webkit-animation-name: tada;
			animation-name: tada;
  }

  @-webkit-keyframes float {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
	100% {
		transform: translateY(0);
	}
  }
  @keyframes float {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
	100% {
		transform: translateY(0);
	}
  }
  .float {
	-webkit-animation-name: float;
			animation-name: float;
  }
/* Main END */
/* footer */
footer {
	margin: 0px;
    padding: 0px;
    text-align: center;
	background: transparent;
	z-index: 10;
    position: relative;
}
.logo_AMC_foot {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
	bottom:0;
    max-width: 100%;
    max-height: 100%;
    background-image: linear-gradient(to right, #60bbee 0%, #e99df1b7 100%);
}
#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: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%;
    }
	.offset-xs-3 {
        margin-left: 25%;
    }
	.offset-xs-2 {
        margin-left: 16.66666%;
    }
	.col-xs-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	.col-xs-4 {
        flex: 0 0 auto;
        width: 33.222222%;
    }
	.logo_box {
		width: 128px;
		height: 80px;
	}
	.logo {
		width: 125px;
		height: auto;
	}
	
	/* 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 20px 5px 20px;
	}
	.header-mid {
		padding-right: 0px;
	}
	.banner {
		top:40px;
	}
	header.top-header {
		padding: 0 0;
	}
	.round {
		width: 52px;
        height: 49px;
        border-radius: 50%;
        margin: 13px 10px 0px 0px;
        background-color: #2ca5dc;
	}
	.round img {
		padding: 2px 5px 2px 4px;
		width: 100%;
	}
	.line-icon {
    width: 49px;
    height: 49px;
	}
	/* 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 (max-width: 991px) {
	.banner {
		height: 120vh;
	}
}

@media (min-width: 10px) and (max-width: 479px) {
	.banner {
		height: 900px!important;
        margin-top: 50px;
	}
	#form {
        width: 95%;
        top: 280px;
        left: 2%;
    }
	.cloud_text {
        background: url(../img/cloud-mo.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 50px 20px 55px 42px;
		margin-bottom: -50px;
    }
	.cloud_text h5 {
		font-size: 1.4rem;
		line-height: 1.4;
		padding-bottom: 8px;
	}
	.cloud_text span {
		font-size: 17px;
	}
	.form_title {
		width: 90%;
        margin: 0 auto;
	}
	.form_title .h3 {
		font-size: 1.6rem;
	}
	.form_block, .form_block iframe {
		min-height: 265px;
	}
	#form {
		filter: none;
	}
	.text-box {
		margin: 16px auto;
		padding: 20px 20px 24px 20px;
	}
	.text-box h2{
		font-size: 1.4rem;
	}
	.animate_free {
        top: -10px;
        left: 25%;
        width: 100px;
        height: 95px;
    }
	.card-box {
		margin-bottom: 40px;
	}
	#sec1 {
		margin-top: 50px;
	}
}
@media (min-width: 480px) and (max-width: 575px) {
	.banner {
		height: 120vh;
		min-height: 32vh;
        margin-top: 40px;
	}
	.animate_free {
		top: -10px;
        left: 18%;
        width: 140px;
        height: 125px;
	}
	#form {
		width: 95%;
		top: 380px;
        left: 2%
	}
	.cloud_text {
        background: url(../img/cloud-m.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 110px 55px 55px 88px;
    }
}
@media (min-width: 480px) and (max-width: 767px){
	.banner-title{
		width: 90%;
		margin: 0 auto;
	}
	.form-box {
		height: 28vh;
	}
	.form_block, .form_block iframe{
		min-height: 32vh;
	}
	.text-box h2{
		font-size: 1.6rem;
	}
	.text-box {
		margin: 16px auto;
		min-height: auto;
	}
}
@media (min-width: 576px) and (max-width: 767px){
	.banner {
        height: 130vh;
    }
	.animate_free {
		top: 10px;
        left: 30%;
        width: 160px;
        height: 145px;
	}
	#form {
		width: 80%;
		top: 480px;
        left: 10%
	}
	.cloud_text {
        background: url(../img/cloud-m.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 110px 55px 55px 88px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.banner {
        height: 140vh;
    }
	.animate_free {
		width: 200px;
    	height: 185px;
		top: 10px;
        left: 22%;
	}
	.cloud_text {
		background: url(../img/cloud-m.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 90px 65px 55px 158px;
	}
	.text-box h2{
		font-size: 2.3rem;
	}
	#form {
		width: 80%;
		top: 600px;
        left: 10%
	}
	.text-box {
		min-height: 175px;
	}
}
@media (min-width: 839px) and (max-width: 991px){
	.animate_pic-main {
		width: 260px;
    	height: 240px;
		top: 22%;
    	left: 18%;
	}
}
@media (min-width: 991px) and (max-width: 1399px){
	.cloud_text .h5 {
		font-size: 21px;
		line-height: 1.4;
	}
	.cloud_text span {
		font-size: 16px;
	}
	.text-box {
		min-height:255px;
	}
}
@media (min-width: 991px) and (max-width: 1199px) {
	.banner {
		height: 120vh;
	}
	.animate_free {
		width: 180px;
        height: 160px;
        top: 2px;
        left: 19%;
	}
	#form {
		top: 450px;
        left: 0;
        width: 100%;
	}
	.cloud_text {
        background: url(../img/cloud-m.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 90px 65px 55px 158px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.banner {
		height: 780px;
	}
	.animate_free {
		width: 200px;
		height: 186px;
		top: 25%;
        left: 19%;
	}
	#form {
		top: 250px;
		left: 48%;
		width: 480px;
	}
}
@media (min-width: 768px){
	section#contact .team-member iframe {
        min-height: 600px;
    }
	section#contact .container{
		min-height: 230px;
	}
}
@media (min-width: 1200px){
	.header-Tel {
		margin-top: 0px;
        width: 100%;
	}
}

