@import url("reset.css");
* {
	outline: none !important;
}
/* Smooth scroll */
:root {
	scroll-behavior: smooth;
}
/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
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: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
}
body{
	background-attachment: fixed;
	font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
}
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;
  }
/*------ color ------*/
.text-orange {
	color: #fd7e14;
}
.text-lightgreen {
	color: #3bc512;
}
.text-lightblue {
	color: #1d92c0;
}
/*------ FONT ------*/
header h2, .index_banner h1, .banner_formtitle h3, .formtitle h3 {
    text-indent: -3000px;
	line-height: 0;
}
p {
	line-height: 1.7;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}
/* 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: 75px;
    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: 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;
}
.tel_div {
    margin: 0px 8px 0px 0px;
    padding: 0px;
    position: relative;
    float: right;
}
.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 */
@media (max-width: 320px){
	
}
@media (max-width:600px) {
	.col-xs-2 {
		flex: 0 0 auto;
        width: 16.6%;
	}
	.col-xs-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	.col-xs-4 {
        flex: 0 0 auto;
        width: 33.222222%;
    }
	.col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	.offset-xs-4 {
        margin-left: 33.33333333%;
    }
	.offset-xs-3 {
        margin-left: 25%;
    }
	.offset-xs-2 {
        margin-left: 16.66666%;
    }
	.logo_box {
		width: 128px;
		height: 80px;
	}
	.logo {
		width: 125px;
		height: auto;
	}
}
@media (max-width: 768px) {
	header.top-header {
		padding: 0 0;
	}
	.header-mid {
        padding-right: 0px;
    }
	.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;
    }
}

@media (min-width: 1200px){
	.header-Tel {
        margin-top: 0px;
        width: 100%;
    }
}

/**** ------section 1------ ****/
section {
	margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.index_banner {
	top: 0;
    height: 880px;
    display: flex;
    position: relative;
	background: url(../img/banner_bg.png) top center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.index_banner::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #fff 0%, #d2f1ff 100%);
	background-size: cover;
	z-index: -10;
}
.index_banner::before {
	content: "";
    background: url(../img/banner_arc.png) right bottom;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 142px;
    z-index: 2;
}
#banner .container {
	margin-top: 80px;
}
.animate_box {
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
	z-index: 0;
}
.index_banner .animate_pic1 {
	width: 720px;
	height: calc(720px - 1%);
	position: absolute;
	top: 45%;
	left: 30%;
	overflow: hidden;
	animation: rotateIn 16s infinite alternate;
}
.index_banner .animate_pic2 {
	width: 300px;
    height: calc(520px - 1%);
	position: absolute;
	top: 39%;
	left: 55%;
	overflow: hidden;
	/* animation: swing 18s infinite alternate; */
}
.index_banner .animate_pic3 {
	width: 450px;
	height: calc(775px - 1%);
	position: absolute;
	top: 15%;
	left: 68%;
	overflow: hidden;
	animation: swing 8s infinite alternate;
}
.index_banner .container {
    margin-top: 4px;
	display: flex;
    flex-wrap: inherit;
    align-items: start;
    justify-content: space-between;
}
.index_banner .slogan {
    position: relative;
	margin-top: 20px;
    z-index: 1;
}
.banner_title {
	width: 55%;
	height: calc(55% - 50px);
}
.banner_title em {
    font-style: normal;
    font-weight: bolder;
    color: #0000FF;
}
.banner_formtitle {
	display: grid;
    padding: 6px 12px 0px;
    margin: 0 auto;
    color: #000000;
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	box-shadow: -2px -2px 10px #0000001c;
}
.banner_form_box {
	background-color: #fff;
	height: 380px;
    border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	box-shadow: -2px 8px 5px #0000001c;
}
@media (max-width:575.98px) {
	.index_banner {
		height: 145vh;
		background: url(../img/banner_bg.png) top center repeat;
		background-size: auto 50%;
	}
	.banner_form_box {
		height: 400px;
	}
	.index_banner .animate_pic1 {
		top: 23%;
		left: 10%;
		width: 500px;
		height: calc(500px - 1%);
	}
	.index_banner .animate_pic2 {
		width: 180px;
    	height: calc(380px - 1%);
		top: 25%;
    	left: 5%;
	}
	.index_banner .animate_pic3 {
		width: 240px;
		height: calc(420px - 1%);
		top: 19%;
		left: 32%;
	}
	.footform {
		min-height: 500px;
	}
}
@media (max-width: 767px) {
	.index_banner {
		height: 1120px;
	}
	.index_banner::before {
		height: 82px;
	}
	.banner_title {
		width: 100%;
	}
	.banner_formtitle {
		margin-top: 38vh;
	}
	.py-5 {
		padding-top: 1.5rem !important;
	}
	.index_banner .animate_pic1 {
		top: 23%;
		left: 10%;
		width: 500px;
		height: calc(500px - 1%);
	}
	.index_banner .animate_pic2 {
		top: 25%;
    	left: 5%;
	}
	.index_banner .animate_pic3 {
		top: 19%;
		left: 32%;
	}
}

@media (max-width: 991px){
	.index_banner .slogan {
		margin-top: 70px;
	}
}
/**** ------section 2------ ****/
#feature {
	position: relative;
	background-image: radial-gradient(circle 333px at center, #16d9e3 0%, #b9edfa 72%, #ffffff 100%);
	z-index: -2;
}
#feature::after{
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
	top:0;
	background: url(../img/sec2_bg.png) center right repeat-x;
	background-size: 70%;
	z-index: -1;
}
#feature h2 {
    text-indent: -3000px;
	line-height: 0;
}
.feature {
	width:32%;
	margin-right: 10px;
	padding: 25px 35px 25px 25px;
	background: #fff;
	border: 0px solid #fff;
	border-radius: 35px;
	box-shadow: -8px 0px 5px #00000041;
}
.feature h3 {
	font-weight: 600;
	color: #122783;
	padding-bottom: 14px;
}
.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
} 
.bi {
	vertical-align: -.125em;
	fill: currentColor;
	margin-right: 6px;
}
.feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	color: #fff;
	border-radius: .75rem;
}
.feature-img {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 15rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	color: #fff;
	border-radius: .75rem;
}

.icon-link {
	display: inline-flex;
	align-items: center;
}
.icon-link > .bi {
	margin-top: .125rem;
	margin-left: .125rem;
	transition: transform .25s ease-in-out;
	fill: currentColor;
}
.icon-link:hover > .bi {
	transform: translate(.25rem);
}

.icon-square {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (min-width: 1px) and (max-width: 991px) {
	.feature {
		width: 96%;
		margin: 14px auto;
	}
}
/**** ------section 3------ ****/
#jumbotron {
	position: relative;
	background-image: url(../img/sec_bg.png),linear-gradient(to top, #c1c8d6 0%, #eceef1 52%, #f8f3f3 100%);
	background-repeat: repeat-x;
	background-position: center;
}
#jumbotron h2 {
    text-indent: -3000px;
}
#jumbotron h3 {
    font-weight: bold;
}
#jumbotron::before {
	content: "";
    background: transparent url(../img/arc_up.png) right top;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: -15px;
    right: 0;
    width: 100%;
    height: 142px;
    z-index: 2;
}
#jumbotron::after {
	content: "";
    background: transparent url(../img/arc.png) right bottom;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 120px;
    z-index: 2;
}
@media (min-width: 1px) and (max-width: 575px) {
	#jumbotron{
		background-repeat: repeat-y;
		background-position: top;
		background-size: contain;
	}
	#jumbotron .container{
		width: 96%;
		padding-right: var(--bs-gutter-x, .75rem);
		padding-left: var(--bs-gutter-x, .75rem);
		margin-right: auto;
		margin-left: auto;
	}
}
/*------ FooterForm ------*/
.bg-F {
    background-image: linear-gradient(to top, #d2f1ff 0%, #ffffff 100%);
    padding: 5% 2%;
    margin-top: 5px;
}
section#contact .container {
    background-color: #f5f5f5a6;
    border-radius: 1rem;
    display: flex;
    box-shadow: 2px 2px 10px 6px #2e2b3548;
}
.formtitle {
    padding: 8px 12px;
    margin: 0 auto;
    color: #000000;
    text-align: center;
}
.footform {
    padding: 6px 8px;
    margin: 8px 8px;
    height: 420px;
}
/*------ 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-image: linear-gradient(to bottom, #002a69 0%, #222d53 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;
}
#registration p.whp_B {
	width: 95%;
	margin: 0 auto;
	padding: 5px 0px 0px 0px \9;
}

@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; }
}
@keyframes jackInTheBox {
	from {
	  opacity: 0;
	  transform: scale(0.1) rotate(30deg);
	  transform-origin: center bottom;
	}
  
	50% {
	  transform: rotate(-10deg);
	}
  
	70% {
	  transform: rotate(3deg);
	}
  
	to {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  
  .jackInTheBox {
	animation-name: jackInTheBox;
  }
