﻿@charset "utf-8";

/* CSS Document */
.information-image {
	height: 400px;
	background-image: url(/assets/images/oversea.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0px;
	text-align: center;
	background-position: center;
}

	.information-image h1 {
		padding-top: 165px;
		font-size: 2.3em;
		color: #fff;
		text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
		text-align: center;
		line-height: 45px;
	}

.online-item {
	top: 75px;
}

.margin-top-nav {
	margin-top: 75px;
}

.online-item {
	display: none;
}

.navbar-light .navbar-nav > li:nth-child(5) > a {
	color: #2d2d2d;
}

.news-image {
	height: 400px;
	background-image: url(/assets/images/news-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 72px;
}

.news-inside {
	margin-top: 80px;
}

.log-block-top {
	margin-top: 160px;
}

.news-image h1 {
	padding-top: 150px;
	letter-spacing: 15px;
	color: #663610;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.news-tab {
	position: relative;
}

.brown-line {
	position: absolute;
	top: 52px;
	z-index: -1;
	width: 100%;
	height: 2px;
	background-color: #f4d0b5;
	display: block;
}

.news-block {
	padding: 50px 0;
	font-size: 1.25em;
}

	.news-block a {
		color: #2d2d2d;
	}

	.news-block .nav-tabs .nav-link {
		padding: 1rem 2rem;
		border-radius: 10px 10px 0 0;
		border-width: 2px;
		border-color: #f4d0b5;
		margin: 0 10px;
		border-bottom: none;
	}

	.news-block .nav-tabs .nav-item {
		margin-bottom: -2px;
	}

	.news-block .nav-tabs {
		border-bottom: 2px solid #f4d0b5;
	}

.news-list {
	margin: 50px auto;
	height: 210px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.news-icon {
	float: left;
	background-color: #f4d0b5;
	width: 400px;
	height: 210px;
	border-radius: 10px 0 0 10px;
	padding: 0;
}

	.news-icon img {
		width: 100%;
		height: 100%;
		border-radius: 10px 0 0 10px;
	}

.icon-image {
	width: 80px;
	height: 50px;
	background-image: url(/assets/images/claim-02.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	background-position: center;
	margin-bottom: 10px;
}

.news-title {
	width: calc(100% - 400px);
	margin-left: 400px;
	padding: 20px;
	position: relative;
	height: 210px;
}

.news-icon p {
	color: #663610;
}

.news-title .date {
	color: #a3a3a3;
	font-size: 0.8em;
}

.news-title h2 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 1.3em;
}

.main-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 95%;
	margin: 20px 0;
}

	.main-title a {
		text-decoration: none;
	}

.news-title .more {
	font-size: 0.9em;
	float: right;
	color: #e01f13;
	display: block;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#latest .icon-image {
	background-image: url(/assets/images/icon02.png);
}

#public .icon-image {
	background-image: url(/assets/images/icon03.png);
}

.card-header {
	background-color: transparent;
}

.card-header {
	padding: 0;
}

button.btn.btn-link {
	width: 100%;
	text-align: left;
	padding: 0.75rem 1.25rem;
	font-size: 22px;
	color: #2d2d2d;
}

.pull-right {
	float: right;
	margin-top: 7px;
}

.sub-title {
	font-weight: 700;
	font-size: 20px;
}

.inside-list li {
	list-style-type: decimal;
	margin-left: 22px;
}

.icon {
	width: 100px;
	margin: auto;
	text-align: center;
}

	.icon img {
		width: 100%;
		margin: auto;
	}

	.icon i {
		font-size: 35px;
		color: #ed5355;
	}

.btn-wrapper.m-t-5 {
	margin: 45px auto;
}

.top-wrapper {
	margin-bottom: 30px;
}

.top-ul {
	text-align: left;
	margin-bottom: 40px;
}

.news-inside-text p.inside-sub-title {
	text-align: center;
	color: #ed5355;
}

.red-text {
	color: #ed5355;
}

i {
	margin-right: 5px;
}

.btn-wrapper {
	margin: 20px auto;
}

	.btn-wrapper a {
		padding: 10px 20px;
		border: solid 1px #ed5355;
		border-radius: 30px;
		color: #ed5355;
		margin: 5px;
	}

		.btn-wrapper a.red-btn {
			background-color: #ed5355;
			color: #fff;
		}

.dot-list {
	margin-bottom: 15px;
}

	.dot-list li {
		text-align: left;
		list-style-type: none;
		padding-left: 20px;
		position: relative;
	}

		.dot-list li::before {
			width: 6px;
			height: 6px;
			border-radius: 50%;
			position: absolute;
			content: '';
			display: block;
			background-color: #ed5355;
			left: 0;
			top: 15px;
		}

	.dot-list.adjust-left li {
		margin-left: 0;
	}

/*內文*/

.news-inside {
	padding: 0 0 50px;
}

	.news-inside .icon-image {
		display: inline-block;
		margin-bottom: 0;
		width: 40px;
		height: 40px;
		float: left;
		margin-right: 15px;
	}

.news-locate {
	border-bottom: 2px solid #ed5355;
	height: 45px;
	width: 100%;
}

	.news-locate p,
	.news-locate a {
		color: #663610;
		font-size: 1em;
		float: left;
		height: 40px;
		line-height: 40px;
	}

		.news-locate p.text-title {
			color: #2d2d2d;
			font-weight: 700;
			font-size: 1.4em;
		}

		.news-locate p:first-child {
			font-weight: 700;
		}

.news-inside .location {
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

	.news-inside .location a {
		color: #663610;
	}

	.news-inside .location i {
		font-size: 0.7em;
		color: #663610;
		margin: 0 5px;
	}

.news-inside-title {
	clear: both;
}

	.news-inside-title .title {
		float: left;
		width: calc(100% - 23px);
	}

	.news-inside-title h1 {
		text-align: left;
		line-height: 40px;
	}

.red-block {
	width: 8px;
	height: 30px;
	background-color: #ed5355;
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.news-inside-main {
	margin-top: 20px;
	margin-left: 15px;
	padding: 10px 10px 10px 0;
}

.news-inside-text {
	font-size: 1.1em;
	line-height: 35px;
	padding: 15px;
	margin-top: 30px;
	text-align: center;
}

	.news-inside-text p {
		margin-bottom: 15px;
		text-align: left;
	}

	.news-inside-text img {
		width: 50%;
		height: auto;
		margin-bottom: 15px;
	}



/*ipad*/
@media(max-width:991px) {
	.btn-wrapper a {
		display: block;
		margin: 15px auto;
		width: 80%;
	}

	.information-image {
		margin-top: 0;
	}
}

@media(max-width:815px) {
	.margin-top-nav {
		margin-top: 0;
	}

	.online-item {
		display: block;
	}

	.news-inside-title .title {
		margin-bottom: 20px;
	}
}

/*smartphone*/
@media(max-width:450px) {
	.news-block {
		padding: 30px 0;
	}

	.news-list {
		height: inherit;
	}

	.news-icon {
		float: none;
		width: 100%;
		height: auto;
		border-radius: 10px 10px 0 0;
	}

		.news-icon img {
			border-radius: 10px 10px 0 0;
		}

	.news-title {
		width: 100%;
		margin-left: 0;
		padding: 20px;
		position: relative;
		height: 210px;
	}

	.news-inside {
		padding: 30px 0;
	}

	.news-inside-text img {
		width: 100%;
	}

	.btn-wrapper a {
		display: block;
		margin: 15px auto;
		width: 100%;
		padding: 5px;
		border-radius: 5px;
		line-height: 25px;
	}

	.news-inside {
		margin-top: 0;
	}

	.icon i {
		font-size: 45px;
		margin-top: 20px;
	}

	.icon {
		width: 80px;
	}

	.news-inside-text img {
		margin-bottom: 0;
		margin-top: 10px;
	}
}
