 mobile index & details 20181005 */
body {
    font-family:  -apple-system,  BlinkMacSystemFont, "Microsoft JhengHei", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 1px;
}
.fz14 {
	font-size: 14px;
}
.fz15 {
	font-size: 15px;
}
.fz16 {
	font-size: 16px;
}
.fz18 {
	font-size: 18px;
}
.fz24 {
	font-size: 24px;
	font-weight: bold;
}
#container {
    overflow: hidden;
}
@media (max-width: 767px) {
    .toggle-content .fz24 {
        font-size: 18px;
    }
}
.mobile h2,
.mobile p {
	margin: 0;
}
@media (min-width: 1200px){
	.container {
    	max-width: 960px;
	}
}

.toggle-content,
.video {
	background: #008183;
}

.mobile footer {
	background: #53a8ad;
}

.recmd,
.search,
.feature,
.newest,
.ad-btm,
.article,
.related,
.like {
	background: #e9eded;
}
.recmd .container,
.article .container,
.related .container {
	border-radius: 20px;
}
.like img,
.feature img,
.newest img {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ham-items {
	display: none;
}
.ham-item {
	display: block;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 18px;
    font-weight: bold;
    background: #4cb8b9;
    margin: 0.5rem 0;
}
.dark-green {
	color: #61c0c3;
}
.light-green {
	color: #b0dfe1;
}
.grey {
	color: #777777;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-left: none;
    border-color: #ced4da;
}
.box-wrap {
    position: relative;
    /*height: 213px;*/
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.owl-item p {
	background: #fff;
    padding: 1rem 2rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.carousel-wrap {
	position: relative;
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 40px;
    color: #fff;
}
.owl-prev {
	position: absolute;
    left: -30px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0 25px;
    transition: all .3s;
}

.owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0 25px;
    transition: all .3s;
}

.fa-caret-left,
.fa-caret-right {
	color: #e1ddd7;
	font-size: 80px;
	text-shadow: 10px 10px rgba(0,0,0,.7);
}

.like .fa-caret-left,
.like .fa-caret-right {
	color: #7fa0a1;
}

.drop-shadow {
  -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5));
}
.ad-btm img {
    max-width: 100%;
}
.ad-btm::before {
    content: '';
    display: block;
    width: 80%;
    margin: 0 auto 1.8rem;
    height: 4px;
    background: #53a8ad;
}
.ad-btm .ad-wrap {
	position: relative;	
}
.ad-btm .row {
    border: 1px solid #b0b0b0;
}
@media (max-width: 767px) {
    .ad-btm .row {
        border: none;
    }
    .ad-btm .ad-wrap {
        border: 1px solid #b0b0b0;
    }
}
.social-icons svg {
	font-size: 36px;
}
.fa-facebook-square {
	color: #2a54a4;
}
.fa-google-plus-square {
	color: #f9342f;
}
.fa-line {
	color: #0bb300;
}
.fa-twitter-square {
	color: #24a0fe;
}
.article .btn {
	width: 100%;
	background: #cde6eb;
	color: #666666;
}
.article .fa-caret-left,
.article .fa-caret-right {
	font-size: 20px;
	color: #87babb;
}
/* 共用 footer 

/* 覆蓋 */
.portrait {
    width: 50%;
    margin: auto;
}
.portrait::before {
    padding-top: 161.25%;
}