@import url("css_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, Helvetica, "Microsoft JhengHei","微軟正黑體", 'Roboto', sans-serif, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
body{
	background-attachment: fixed;
    overflow-x: hidden;
}
body::before{
	content: '';
    display: block;
    width: 100%;
    height: calc(100% - 0px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: repeat-y;
    background-image: url(../img/bg.jpg);
    background-position: center 60px;
    background-size: 100% auto;
}
a{
	padding: 0px;
	text-decoration: underline;
    text-decoration: none !important;
    outline: none !important;/* for Firefox */
}
a:hover{
	text-decoration: none;
} 
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: 60px;
	background-color: #fed4c7;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
    -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);
	z-index: 2;
}
.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 8px 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: #4d4d4d;
	line-height: 60px;
}
.tel_div p span {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	float: right;
	text-shadow: 2px 2px 5px #e738027a, -2px 2px 5px #e73802b7, 2px -2px 5px #e7380286;
}
.tel_div ul {
	margin: 9px 0px;
	float: right;
	display: none;
}
.tel_div ul li {
	padding: 0px 1px;
	float: left;
}
.tel_div a {
	display: block;
	font-size: 13px;
	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 {
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #20b0ed;
}
.tel_div .round:hover {
	background-color: #183b87;
}
#logo {
	margin-top: 0px;
	margin-left: 0px;
	padding: 1px 5px 3px 7px;
	border-radius: 5px;
	background-color: rgba( 255, 255, 255, 0.00 );
	/*position: absolute;*/
}
/*---------- END top-header ----------*/
/*---------- Banner ----------*/
.banner {
	max-width: 1100px;
    margin: 0 auto;
	margin-top: 60px;
}
.banner .imgbox{
	display: flex;
  	justify-content: center;
}
.banner img{
	width: 100%;
    height: calc(100% - 0px);
    max-width: 780px;
	overflow: hidden;
	position: relative;
}
.title1{
	color: #d37163;
	font-size: 4.5rem;
	font-weight: 800;
	line-height: 1.3;
	top: 180px;
	right: 32%;
	display: block;
	position: absolute;
	z-index: 1;
	text-shadow: 2px 2px 10px #ffffff, -2px 2px 10px #ffffff, 2px -2px 5px #ffffff, -2px -2px 5px #ffffff;
}
.title1-e{
	color: #d37163;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.3;
	top: 280px;
	right: 34%;
	display: block;
	position: absolute;
	z-index: 1;
	text-shadow: 2px 2px 5px #ffffff, -2px 2px 5px #ffffff, 2px -2px 5px #ffffff, -2px -2px 5px #ffffff;
}
.title2{
	font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
	color: #e45146;
}
.banner .h5{
	font-size: 1.7rem;
	font-weight: 800;
	top: 115px;
	right: 30%;
	display: block;
	position: absolute;
	z-index: 1;
	text-shadow: 2px 2px 5px #ffffff, -2px 2px 5px #ffffff, 2px -2px 5px #ffffff, -2px -2px 5px #ffffff;
}

.podcast .nav-link {
    display: block;
    padding: .25rem .1rem;
}
.btn {
    height: 2em;
}
.btn-ios{
	background-image: url(../img/icon-ios-1@2x.png);
    background-size: 100%;
    background-color: transparent;
    width: 9em;
    border-color: transparent;
    border: 0px;
	transition: 0.5s;
}
.btn-ios:active, .btn-ios.active, .open>.dropdown-toggle.btn-ios, .btn-ios:hover {
    background-image: url(../img/icon-ios-2@2x.png);
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}
.btn-soundon{
	background-image: url(../img/icon-soundon-1@2x.png);
    background-size: 100%;
    background-color: transparent;
    width: 9em;
    border-color: transparent;
    border: 0px;
	transition: 0.5s;
}
.btn-soundon:active, .btn-soundon.active, .open>.dropdown-toggle.btn-soundon, .btn-soundon:hover {
    background-image: url(../img/icon-soundon-2@2x.png);
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}
.btn-spotify{
	background-image: url(../img/icon-spotify-1@2x.png);
    background-size: 100%;
    background-color: transparent;
    width: 9em;
    border-color: transparent;
    border: 0px;
	transition: 0.5s;
}
.btn-spotify:active, .btn-spotify.active, .open>.dropdown-toggle.btn-spotify, .btn-spotify:hover {
    background-image: url(../img/icon-spotify-2@2x.png);
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}
.tooltip {
    position: relative;
    text-decoration: none;
    cursor: pointer;
    display: contents;
}
.tooltip span {
	position:absolute;
	bottom: 66px;
	left: 50%;
	margin-left:-30px;
	width: 100px;
	opacity: 0;
	visibility:hidden;
	padding: 2px 5px;
	color:#fff;
	font-size: 0.875rem;
	text-align:center;
	pointer-events:none;
	border-radius: 6px;
	background:#ff6075b6;
	background:#ff6075b6;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
.tooltip span.dif {
width: 190px;
margin-left:-102px;
}
.tooltip span:before, .tooltip span:after {
content:'';
position:absolute;
bottom: -13px;
left: 50%;
margin-left: -12px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid transparent;
border-top:12px solid transparent;
}
.tooltip span:after {
	bottom: -10px;
	margin-left: -10px;
	border-width: 10px;
	border-top: 10px solid #ff6075b6;
	border-top: 10px solid #ff6075b6;
}
.tooltip:hover span {
	opacity: 1;
	bottom: 40px;
	visibility: visible;
}
.tooltip span:hover {
	visibility:hidden;
}
.story{
	position: relative; */
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(3, 173, 74, 0);
    border-radius: .25rem;
}
.story-body{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 15px 8px;
    margin-right: -15px;
    margin-left: -15px;
}
.story-img-left {
    border-top-left-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.story-img-left, .card-img-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.story-articlebox{
	border: 6px solid #d37263b0;
	border-radius: 90% 2% 95% 5% / 5% 98% 5% 95%;
	padding: 25px;
}
.story-text{
	font-size: 1.9rem;
	line-height: 1.8;
	color: #4b120e;
}
/* 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: #ce6656;
}
#AMC_foot {
	width: 445px;
	height: 60px;
	margin-left: 0px;
	margin-top: -5px;
	margin-bottom: 8px;
}
#AMC_foot_web {
	width: 255px;
	height: 20px;
	margin-bottom: 18px;
}
/* END footer */
@media screen and (max-width: 1028px){}
@media screen and (max-width: 870px){
	.banner .h5, .title1-e, .title1{right:15px!important;}
	.img-60 {width:60%!important;max-height:calc(60% - 0px);float: right;}
	.podcast .nav{width: 100%;}
	.podcast .nav-item{width:33%;}
	.btn {height: 2em;}
	.btn-ios, .btn-soundon, .btn-spotify{width: 8rem;}
	.title2 {font-size: 2.1rem;}
	.story-text{
		font-size: 1.4rem;}
}
@media screen and (max-width: 600px){
    .tel_div p {
      display: none;}
	.tel_div ul {display: block;}
	.banner .h5{font-size: 1.185rem;}
	.title1 {top:155px;font-size: 3.3rem;}
	.title1-e {top:220px;font-size: 1.2rem;}
	.tooltip span{
		left: 45%;
	}
	.story-text {
        font-size: 1.1rem;
    }
	/* footer */
	.tel_div p { display: none; }
	.tel_div ul { display: block; list-style-type:none; }
	/* END footer */
}
@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; }
	/* END footer */
	}