@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;
}