@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;
	font-family: "微軟正黑體",'arial';
}
body{
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;;
}
a{
	padding: 0px;
	text-decoration: underline;
	outline: none; /* for Firefox */
}
a:hover,
a:focus,
button:hover,
button:focus {
	text-decoration: none;
	outline: none;
}
b, strong, .strong {
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  font-weight: bold; }
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: 85px; /*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 0px 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.tel_phone {
	margin: 9px 10px 0px 0px;
	float: right;
	display: none;
}
.tel_div ul li {
    margin: 0px 6px;
	padding: 0px 0px;
	float: left;
}
.tel_div a {
	display: block;
	font-size: 1rem;
	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, .tel_div .round-line, .tel_div .round-line:hover {
	width: 56px;
	height: 56px;
	border-radius: 56px;
	background-color: #20b0ed;
}
.tel_div .round img {
    margin: 0px;
    padding: 7px;
}
.tel_div .round-line {
	background-color: #4CC764;
}
.tel_div .round-line img {
    width: 56px;
    height: 56px;
}
.tel_div .round:hover {
	background-color: #183b87;
}
#logo {
	margin-top: -5px;
	margin-left: 0px;
	padding: 0px 5px 3px 7px;
	border-radius: 5px;
	background-color: rgba( 255, 255, 255, 0.00 );
	width: 162px;
    height: 85px;
}
#telDiv {
	width: auto;
	position: absolute;
    top: 0;
    right: 0;
	margin: 0px 0px 0px;
	padding: 0px;
}
#telDiv .telDiv {
	margin: 12px 0px 5px 0px;
    padding: 0px 0px;
	width: 528px;
    display: inline-block;
}
#telDiv .tel li {
	color: #20b0ed;
    padding-right: 8px;
    float: right;
}
#telDiv .tel li a.line-box, .tel_div .round-line {
    cursor: pointer;
}
#telDiv .tel li p, #telDiv .tel li a.line-box {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #686868;
 	text-align: right;
    padding: 10px 0;
}
#telDiv .tel li a.line-box {
	font-size: 32px;
	font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
	color: #fff;
    background-color: #4CC764;
    border-radius: 26px;
    width: auto;
    height: 52px;
    margin-top: 0px;
    padding: 0px 18px 0px 8px;
    -webkit-box-shadow: 0 6px 0px 0px #099e47;
    box-shadow: 0 6px 0px 0px #099e47;
}
#telDiv .tel li a.line-box:hover {
    margin-top: 4px;
    -webkit-box-shadow: 0 2px 0px 0px #099e47;
    box-shadow: 0 2px 0px 0px #099e47;
}
#telDiv .tel li p span {
	font-family: Arial;
	font-size: 42px;
	font-weight: bold;
	color: #20b0ed;
    letter-spacing: -0.1rem;
    line-height: 1;
}
/* END top-header */


/* footer */
.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 */

@media (max-width: 767.98px) {
/* top-header */
#telDiv .telDiv, #telDiv .tel_div p { display: none; }
#telDiv .tel_div ul { display: block; list-style-type:none; }
/* END top-header */

/* 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 */
}

/* modal */
.modal-content {
  border-radius: 1rem;
}
.modal-header {
  border-bottom: 0px;
  z-index: 5;
}
.modal-body p {
  font-size: 1.3125rem;
  color: #585858;
  margin-top: 10px;
}
.modal-title {
  font-size: 2.625rem;
  margin-top: -15px;
}
iframe.line_iframe {
  margin: 10px auto 80px;
    padding: 10px;
  width: 380px;
  height: 380px;
  border-radius: 15px;
  border: #f2f2f2 solid 2px;
}


.main{
	background: #fafafa url(../img/main_bg.jpg) center bottom no-repeat;
}
.banner{
	height: 780px;
	background: transparent url(../img/bg.jpg) center top no-repeat;
	background-size: cover;
}
.text-main{
    color: #857ee7;
}
.text-main-bk{
    color: #21373f;
}
@media screen and (max-width: 991.98px){
	.main{
		background: #fafafa url(../img/main_bg_md.jpg) center bottom no-repeat;
	}
	.banner{
		background: url(../img/bg_md.jpg) center top no-repeat;
		background-size: cover;
		height: 745px;
	}
}
@media screen and (max-width: 767.98px){
	.main{
		background: #fafafa url(../img/main_bg_sm.jpg) center bottom no-repeat;
	}
	.banner{
		background: url(../img/bg_sm.jpg) center top no-repeat;
		height:auto;
		background-size: 100%;
        margin-top: -22px;
		padding-bottom: 50px;
	}
}
.content{
    position: absolute;
    top: 42px;
    left: calc(100%/2 + 20px);
    width: 530px;
	margin: 0 auto;
}
.content img{
	margin-right: 0%;
	max-width: 530px;
    display: inline-block;
}
.content .one{
	animation-delay: 0.7s;
    -webkit-animation-delay: 0.3s;
}
.content h1 ,.content h2{
	text-indent: -9999px;
}
.content .two{
    animation-duration: 3.5s;
    animation-delay: 0.4s;
    animation-iteration-count: infinite;
    -webkit-animation-name: taFree;
            animation-name: taFree;
	margin-top: -10px;
}
@-webkit-keyframes taFree {
  0% { -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg);
               transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg); }
  15%{ -webkit-transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -1deg);
               transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -1deg); }
  40%, 65% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 2deg);
                     transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 2deg); }
  80%, 100% { -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg);
                      transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg); }
}

@keyframes taFree {
  0% { -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg);
               transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg); }
  15%{ -webkit-transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -1deg);
               transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -1deg); }
  40%, 65% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 2deg);
                     transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 2deg); }
  80%, 100% { -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg);
                      transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg); }
}

/*===Form===*/
.form{
    position: absolute;
    left: calc(100%/2 + 10px);
    top: 448px;
    width: 576px;
	margin:0 auto;
}
.form_bg{
	width: 530px;
	height: auto;
	/*min-height: 300px;*/
	background: #fff;
	border: #283238 solid 2px;
	border-radius: 0px;
    box-shadow: 10px 10px #c5c1fd;
}
.form_title{
	position:relative;
	margin: -2px -8px 0 -10px;
	padding: 18px 0px 0px 0px;
	z-index: 2;
	display: block;
	color:#fff;
	text-align:center;
	border-radius:0px;
	background-color:#faec39;
	-webkit-filter: drop-shadow(6px 6px 0px rgba(40, 50, 56, 1.0));
          	filter: drop-shadow(6px 6px 0px rgba(40, 50, 56, 1.0));
}
.form_title:after {
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    border-width: 34px;
    border-style: solid;
    border-color: #faec39 transparent #faec39 transparent;
    bottom: -0%;
	right: -34px;
}
.form_title strong.gift img{
	margin-top: -1.75rem;
	margin-left: -21px;
    display: inline;
}
.form_title strong.gift{
	font-size: 1.5rem;
	font-weight: bold;
	color: #faec39;
}
.form_title span.text-addition{
    background-color: #283238;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin: 0 2px 0 4px;
	font-size: 2.625rem;
    line-height: 34px;
    display: inline-block;
}
/*===END Form===*/

.form_bg h2{
	color: #21373f;
	font-size: 2.125rem;
	font-weight: bolder;
    line-height: 1;
    letter-spacing: -0.1rem;
    padding-bottom: 2px;
}
.form_bg h2 span{
	font-size: 1.625rem;
}
.form_bg h2 span.text-main{
	font-size: 2.0625rem;
}
.form iframe.form_iframe{
	width: 100%;
	min-height: 200px;
    margin-top: 18px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .content{
		position: absolute;
		top: 42px;
		left: calc(100% - 576px);
		width: 530px;
	}
  .content img{
		max-width: 530px;
		margin-left: 0px;
		margin-right: auto;
	}
  .form{
		position: absolute;
		left: calc(100% - 576px);
		top: 442px;
		width: 576px;
	}}
@media (min-width: 768px) and (max-width: 991.98px) {
	.content{
		position: absolute;
		top: 65px;
		left: calc(100% - 450px);
		width: 424px;
	}
	.content img{
		max-width: 424px;
		margin-left: 0px;
		margin-right: auto;
	}
	.content .two{
		margin-top: -5px;
	}
	.form{
		position: absolute;
		left: calc(100% - 478px);
		top: 402px;
		width: 424px;
	}
	.form_bg{
		width: 424px;
	}
	.form_title {
		padding-top: 8px;
	}
	.form_title:after {
		border-width: 42px;
		right: -42px;
	}
	.form_title span.text-addition{
		width: 28px;
		height: 28px;
		margin: 0 2px 0 3px;
		font-size: 2rem;
		line-height: 28px;
	}
	.form_title strong.gift{
		margin-top: -55px;
	}
	.form_title strong.gift img{
		margin-left: -22px;
		width: 52px;
		height: 52px;
	}}
@media screen and (max-width:767.98px){
	.content {
		position: relative;
		top: 35px;
		left: 0px;
		width: 100%;
        margin: 42px auto 25px;
	}
	.content img{
		max-width: 64%;
		margin-left: calc(100%/2 - 18.5%);
		margin-right: auto;
	}
	.content .two{
		margin-top: 0px;
	}
	.form{
		position: relative;
		left: inherit;
		top: 0px;
		width: calc(100% - 35px);
		margin-top: 80px;
		margin-left: auto;
		margin-right: auto;
	}
	.form_bg{
		width: 100%;
	}
	.form_title {
		margin: -42px 10px 0 -10px;
		padding-top: 8px;
	}
  .form_title:after {
		border-width: 25px;
		right: -25px;
	}
  .form_title span.text-addition{
		width: 28px;
		height: 28px;
		margin: 0 2px 0 3px;
		font-size: 2rem;
		line-height: 28px;
	}
  .form_title strong.gift img{
		margin-top: -1.5rem;
		margin-left: -22px;
		width: 52px;
		height: 52px;
	}}
@media screen and (max-width:569.98px){
  .form{
		position: relative;
		left: inherit;
		top: 0px;
		width: calc(100% - 42px);
		margin-top: 100px;
		margin-left: 12px;
		margin-right: auto;
	}
  .form_title {
		margin: -68px 20px 0 -12px;
		padding: 6px;
	}
  .form_title:after {
		border-width: 39px;
		right: -39px;
	}
	.form_title strong.gift{
		display: block;
	}
	.form_bg h2{
		font-size: 1.8125rem;
	}
	.form iframe.form_iframe{
		padding: 0px 12px;
	}}
@media screen and (max-width:499.98px){
	.form iframe.form_iframe{
		padding: 0px 15px;
		min-height: 300px;
	}}


/* 下半部 */
.wapper{
	max-width: 1100px;
	margin: -80px auto 0;
    padding-bottom: 286px;
}
.end{
	position: absolute;
    z-index: 10;
	max-width: 1100px;
	width: 100%;
}
.banner_end{
	position: relative;
	width: 80px;
	height: 40px;
	margin: 0 auto;
	background: url(../img/banner_end.png) top center no-repeat;
	background-size: cover;
}
.wapper .text{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.wapper .text>div{
	flex: 1;
}
.wapper h3{
	font-weight: bolder;
	color: #6a5fc8;
	margin: 0 auto;
}
.wapper h3 span{
	font-size: 105%;
    color: #5733c3;
    border-bottom: #faec39 solid 3px;
}
.wapper p{
	font-weight: bold;
	font-size: 1.2em;
	width: 220px;
	margin: 12px auto;
	color: #282828;
}
.wapper img{
	padding: 18px;
}
.center{
	display: grid;
	justify-content: center;
	padding-bottom: 100px;
}
.center img{
	margin:60px auto 0px;
	-webkit-filter: drop-shadow(1px 9px 0px rgba(123, 123, 250, 0.42));
          	filter: drop-shadow(1px 9px 0px rgba(123, 123, 250, 0.42));
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.wapper{
		padding-bottom: 242px;
	}
}
@media screen and (max-width: 767.98px){
	.wapper{
		margin: 5px auto 0;
		padding-bottom: 242px;
	}
	.wapper .text{
		flex-direction: column;
	}
	.center{
		padding-bottom: 50px;
	}
	.center img{
		margin:20px auto 0px;
	}
	.wapper p{
		width: 280px;
		margin: 20px auto 0px;
	}
	.wapper img{
        margin-top: -5%;
		padding: 0% 10% 5%;
	}
}