@charset "utf-8";
/* CSS Document */
/* reset
------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html,body
{
    width: 100%;
    overflow-x: hidden;

	-webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
body {
	color: #666;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "LiHei Pro", "新細明體", sans-serif;
	font-size: 16px;
    margin: 0 auto;
    max-width: 100%;
}

.clear30 {
	clear: both;
	height: 30px;
}
.img100 {
	max-width: 100%;
}

.back-btn {
	float: right;
	padding-top: 22px;
}
.back-btn a {
	color: #666;
	font-size: 14px;
	margin-left: 5px;
}
.back-btn a:hover {
	color: #1874aa;
}
.btn-blue {
	background: #163978;
	color: #FFF;
}
.btn-blue:hover {
	background: #FFF;
	border: solid 1px #163978;
	color: #163978;
}
.btn-black {
	background: #222;
	color: #FFF;
}
.btn-black:hover {
	background: #FFF;
	border: solid 1px #222;
	color: #222;
}
.btn-hollow {
	border: solid 1px #163978;
	color: #163978;
}
.btn-hollow:hover {
	background: #163978;
	border: solid 1px #163978;
	color: #FFF;
}
.btn-hollow-black {
	border: solid 1px #222;
	color: #222;
}
.btn-hollow-black a {
	color: #222;
}
.btn-hollow-black:hover {
	color: #FFF;
	background: #222;
	border: solid 1px #222;
	text-decoration: none;
}
.btn-hollow-black:hover {
	color: #FFF;
	text-decoration: none;
}
.btn-rnd-hollow {
	border: 1px solid #666;
	border-radius: 20px;
	color: #666;
	font-size: 0.9rem;
	padding: 3px 1em;
	margin-top: 5px;
}
.btn-rnd-hollow:hover {
	border: 1px solid #1874aa;
	color: #1874aa;
	text-decoration: none;
}


.block-main {
	padding: 30px 15px;
}

.nav-top {
	padding: 6px 15px;
	line-height: 0;
}
nav.navbar {
	padding: 0;
}
#navbar {
	background: #333365;
	color: #FFF;
}
.navbar-brand img {
	max-width: 220px;
	line-height: 0;
	padding-top: 5px;
	padding-left: 15px;
}
#navbar ul.navbar-nav li a {
	color: #FFF;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 10px 20px;
	border-bottom: 1px solid #FFF;
}
#navbar ul.navbar-nav li a:hover {
	background: #FFF;
	border-radius: 3px;
	color: #1874aa;
}
.nav-top-en {
	border-bottom: 3px solid #163978;
}
.toogle-btn-en {
	padding: 5px 10px;
}
.toogle-btn-en .navbar-toggler {
	font-size: 1.1rem;
	padding: 5px 8px;
}
.toogle-zh {
	margin: 5px 10px;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-menu {
	margin-bottom: 15px;
}
#navbar ul.navbar-nav li.nav-item div a {
	color: #666;
}


.tit-item {
	margin-bottom: 5px;
}
.idx-tit-news {
	border-bottom: 1px solid #e1e1e1;
}
.main-tit {
	color: #222;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 30px;
}
.main-blocktit {
	color: #222;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 30px;
}
span.main-tit-sub.sub-news {

}
.sub-tit {
	/*color: #1874aa;
	margin-top: 15px;
	margin-bottom: 5px;*/
	font-size: 22px;
    border-bottom: 1px solid #1874aa;
    color: #1874aa;
    margin-bottom: 20px;
    line-height: 2em;
}
.sub-tit h2 {
	/*font-size: 1.3em;
	font-weight: bold;*/
	letter-spacing: 1px;
}
.sub-tit i.material-icons {
	vertical-align: middle;
	position: relative;
	top: -4px;
}
h3.tit-h3 {
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.tit-h3 span {
	background: #ffff00;
}

.tit-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: 5px;
    height: 100%;
	background: linear-gradient(#333365, #5a92d2);
}
.tit-item-contact {
	margin-left: 25px;
}



.about-tit {
	color: #222;
	font-size: 1.25em;
	font-weight: bold;
	padding-left: 30px;
}
.block-about p {
	line-height: 1.65em;
	margin-top: 10px;
}
.member-item {
	color: #454545;
	border-left: 3px solid #dce3e9;
	display: block;
	background: #f3f3f3;
	letter-spacing: 1px;
	line-height: 1.65em;
	margin-bottom: 20px;
	padding: 15px 15px;
}
.member-item span {
	color: #333365;
	font-size: 1.1em;
	font-weight: bold;
}
.member-item:hover {
	text-decoration: none;
	background: #dce3e9;
}
.member-item:after {
	content: '';
    position: absolute;
    top: calc(50% - 15px);
    right: 40px;
	width: 6px;
    height: 11px;
    background: url(../images/arrow_rtbl.png) no-repeat 0 0/6px auto;
    transition: opacity .3s ease-out;
}
.block-rules {
	border: 10px solid #f2f2f2;
	padding: 10px;
}
.block-rules h2 {
	color: #333365;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.rules-subtit {
	background: #f3f3f3;
	border-bottom: 3px solid #dce3e9;
	color: #333365;
	font-weight: bold;
	padding: 10px;
}
.rules-subtit span {
	display: inline-block;
	width: 12%;
}

.rules-detail {
	display: table-row;
}
.rules-detail dt {
	display: table-cell;
	line-height: 1.65em;
	width: 12%;
	padding: 5px 10px;
	vertical-align: top;
}
.rules-detail dd {
	display: table-cell;
	line-height: 1.65em;
	padding: 5px 10px;
	width: calc(100%-12%);
}

.join-item {
	border-radius: 0;
	border-top: 2px solid #454545;
	margin-bottom: 25px;
	margin-top: 10px;
}
.join-item .card-body {
	min-height: 125px;
	padding: 25px 25px;
}
.join-item a {
	display: block;
}
.join-item a:hover {
	text-decoration: none;
}
.join-item p {
	color: #333365;
	font-size: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}
.join-item p:hover {
	text-decoration: none;
}
.join-item-footer {
	position: relative;
	background-color: #f1f1f1;
	height: 45px;
}
.ico-download {
	position: absolute;
	background-color: #333365;
	color: #FFF;
	padding: 8px;
	text-align: center;
	line-height: 1;
	top: -20px;
	left: 25px;
	width: 60px;
	height: 50px;
}
.join-more {
	color: #333365;
	float: right;
	vertical-align: text-bottom;
	padding-top: 13px;
	padding-right: 10px;
}
.ico-download .material-icons {
	font-size: 25px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 18px;
	vertical-align: text-bottom;
}

.join-tit {
	font-size: 1.5em;
	font-weight: bold;
}
.join-ol {
	margin-left: 20px;
}
.join-ol li {
	letter-spacing: 1px;
	line-height: 1.65em;
}



.block-idx-news {
	padding: 30px 15px;
}
.news-wrapper {
	margin-top: 10px;
}
.news-wrapper2 {
	margin-top: 10px;
}
.news-wrapper2 .news-item {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
	align-items: center;
	line-height: 1.8em;
}
.news-wrapper2 .news-item:first-child {
	border-top: 1px solid #e1e1e1;
}
.news-item a {
	color: #666;
}
.news-item a:hover {
	text-decoration: none;
}
.news-wrapper a {
	/*display: flex;*/
	display: block;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
	line-height: 1.8em;
	color: #666;
}
.news-wrapper a:hover {
	text-decoration: none;
	background-color: #f8f8f8;
}
.news-wrapper a:first-child {
	border-top: 1px solid #e1e1e1;
}
.date-column {
	display: inline-block;
	padding-right: 20px;
}
.tit-column {
	display: inline-block;
	color: #014597;
}
.more-column {
	font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "LiHei Pro", "新細明體", sans-serif;
	font-size: 0.95em;
	flex: 15%;
	text-align: right;
	vertical-align: middle;
}
.more-column-en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	flex: 15%;
	text-align: right;
	vertical-align: middle;
}
.news-detail-item {
	background: #f7f8f9;
	padding: 25px;
}
.news-detail-item h3 {
	color: #000;
	font-size: 1.5em;
}
.news-detail-item img {
	display: inline-block;
	margin: 20px 0;
	text-align: center;
}
p.news-attach {
	text-align: left;
}
.news-attach a {
	color: #2ba9d0;
}
.news-next {
	text-align: right;
}
.topage i.material-icons {
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.news-date {
	color: #2d53a8;
	font-size: 0.85rem;
	line-height: 1.85em;
	letter-spacing: 1px;
	padding-left: 33px;
}
.news-detail {
	line-height: 1.8em;
}
.load-file {
	line-height: 1.65em;
}



.article-subhd {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1.3rem;
	font-weight: bold;
    padding-bottom: 12px;
	position: relative;
}
.article-subhd:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #122fc3 0%, #90bdf1 100%);
}
.article-link {
	background: #f3f3f3;
	border-bottom: 3px solid #dce3e9;
	text-align: center;

}
.article-link a {
	color: #454545;
	display: block;
	font-size: 1.1em;
	letter-spacing: 1px;
	padding: 15px;

	transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.article-link a:before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 11px;
    background: url(/images/icon_arrow_wh.png) no-repeat 0 0/6px auto;
}
.article-link a:hover {
	background: #333365;
	color: #FFF;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-decoration: none;

	transition-property: background-color, color;
	transition-duration: .3s;
	transition-timing-function: ease-in;
}


.album-card {
	margin-bottom: 20px;
}
.album-tit a {
	color: #666;
	display: block;
	padding: 20px 15px;
	text-align: center;
}
.album-tit a:hover {
	color: #3d98cd;
	text-decoration: none;
}

/* RESPONSIVE IMAGES */
.rwd-img {
    width: 100%;
    padding: 0;
    margin: 0;
}
.img-box {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-box span {
    display: block;
    width: 100%;
    overflow: hidden;
}
.prod-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.rwd-img .img-box .album-img {
    position: relative;
    height: 0;
    padding-top: 75%;
}
.rwd-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}




.block-contact {
	padding: 30px 15px;
}
.contact-hd {
	color: #333365;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 1px;
}
.contact-addr {
	font-size: 1.1em;
	line-height: 1.85em;
	margin-bottom: 20px;
}
.contact-item {
	border-radius: 0;
	border-top: 2px solid #454545;
	margin-bottom: 25px;
}
.contact-item .card-body {
	min-height: 160px;
	padding: 15px 13px;
}
.contact-item p {
	font-size: 1em;
	line-height: 1.85em;
	text-align: justify;
}
.contact-item p a {
	color: #454545;
}
.contact-item p a:hover {
	color: #006934;
	text-decoration: none;
}
.contact-item-footer {
	position: relative;
	background-color: #f1f1f1;
	height: 45px;
}
.contact-item .material-icons {
	font-size: 24px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: text-bottom;
}
.contact-type {
	position: absolute;
	background-color: #333365;
	color: #FFF;
	font-size: 1.3em;
	padding: 12px 8px 8px 8px;
	text-align: center;
	line-height: 1;
	top: -20px;
	left: 25px;
	width: 200px;
	height: 50px;
}


.block-quick-links {
	background: #bcccdb;
	padding: 5em 0;
}

.block-idx-links {
	padding: 3em 0;
}
.idx-link-item {
	margin-bottom: 15px;
}
.link-item {
	color: #454545;
	border-left: 3px solid #dce3e9;
	display: block;
	background: #f3f3f3;
	letter-spacing: 1px;
	line-height: 1.65em;
	margin-bottom: 20px;
	padding: 10px 15px;
}
.link-item span {
	color: #333365;
	font-size: 1.1em;
	font-weight: bold;
}
.link-item:hover {
	text-decoration: none;
	background: #dce3e9;
}
.link-item:after {
	content: '';
    position: absolute;
    top: calc(50% - 15px);
    right: 40px;
	width: 6px;
    height: 11px;
    background: url(../images/arrow_rtbl.png) no-repeat 0 0/6px auto;
    transition: opacity .3s ease-out;
}



.block-copy {
	background: #363636;
	color: #FFF;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 1.65em;
	padding: 10px 0;
}
.block-copy a {
	color: #FFF;
}
.block-copy a:hover {
	text-decoration: underline;
}


.page-link {
	color: #0152ad;
}
.page-link:hover {
	background: #014597;
	color: #FFF;
}



@media (max-width: 355px) {
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	/*.tit-item {
		padding-bottom: 20px;
	}*/
	.main-tit {
		color: #222;
		font-size: 1.9em;
		font-weight: bold;
	}

	.main-tit-sub {
		color: #222;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		font-weight: bold;
		padding-left: 5px;
	}

	.btn-rnd-hollow {
		border: 1px solid #666;
		border-radius: 20px;
		color: #666;
		font-size: 1rem;
		padding: 6px 2.5em;
		margin-top: 2px;
	}

	.block-rules {
		border: 20px solid #f2f2f2;
		padding: 30px;
	}
	.rules-subtit {
		background: #f3f3f3;
		border-bottom: 3px solid #dce3e9;
		color: #333365;
		font-weight: bold;
		padding: 10px 15px;
	}
	.rules-subtit span {
		display: inline-block;
		width: 20%;
	}

	.rules-detail {
		display: table-row;
	}
	.rules-detail dt {
		display: table-cell;
		line-height: 1.65em;
		width: 20%;
		padding: 5px 15px;
		vertical-align: top;
	}
	.rules-detail dd {
		display: table-cell;
		line-height: 1.65em;
		padding: 5px 10px;
		width: calc(100%-20%);
	}

	.contact-item p {
		font-size: 1.1em;
		line-height: 1.85em;
		text-align: justify;
	}
	.contact-item .card-body {
		min-height: 160px;
		padding: 20px 25px;
	}
	.contact-item .material-icons {
		font-size: 24px;
		padding-top: 4px;
		padding-left: 10px;
		padding-right: 18px;
		vertical-align: text-bottom;
	}
	.contact-type {
		position: absolute;
		background-color: #333365;
		color: #FFF;
		font-size: 1.5em;
		padding: 12px 8px 8px 8px;
		text-align: center;
		line-height: 1;
		top: -20px;
		left: 25px;
		width: 200px;
		height: 50px;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.block-main {
		padding: 40px 15px;
	}
	.main-tit-sub.sub-news {
		display: inline-block;
		color: #222;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		font-weight: bold;
		padding-left: 75px;
	}
	.tit-2words::after {
		background: url(../images/tit_line.png) no-repeat 100%;
		content: "";
		position: absolute;
		top: 25px;
		left: 97px;
		width: 57px;
		height: 1px;
	}
	.tit-3words::after {
		background: url(../images/tit_line.png) no-repeat 100%;
		content: "";
		position: absolute;
		top: 25px;
		left: 127px;
		width: 57px;
		height: 1px;
	}
	.tit-4words::after {
		background: url(../images/tit_line.png) no-repeat 100%;
		content: "";
		position: absolute;
		top: 25px;
		left: 185px;
		width: 57px;
		height: 1px;
	}
	.tit-5words::after {
		background: url(../images/tit_line.png) no-repeat 100%;
		content: "";
		position: absolute;
		top: 25px;
		left: 215px;
		width: 57px;
		height: 1px;
	}
	.tit-6words::after {
		background: url(../images/tit_line.png) no-repeat 100%;
		content: "";
		position: absolute;
		top: 25px;
		left: 217px;
		width: 57px;
		height: 1px;
	}

	.news-wrapper a {
		/*display: flex;*/
		display: block;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #e1e1e1;
		padding: 18px 0;
		line-height: 1.8em;
		color: #666;
	}

	.block-jointxt {
		padding-left: 35px;
	}

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.block-main {
		padding: 60px 15px;
	}
	#navbar ul.navbar-nav li a {
		font-size: 1.1em;
		border-bottom: 0;
		padding: 11px 14px;
	}

	.navbar-brand img {
		max-width: 500px;
	}
	.toogle-zh {
		margin: 0;
	}

	.block-idx-news {
		padding: 5em 15px;
	}
	.block-contact {
		padding: 5em 15px;
	}

	.rules-subtit span {
		display: inline-block;
		width: 15%;
	}

	.rules-detail {
		display: table-row;
	}
	.rules-detail dt {
		display: table-cell;
		line-height: 1.65em;
		width: 15%;
		padding: 5px 15px;
		vertical-align: top;
	}
	.rules-detail dd {
		display: table-cell;
		line-height: 1.65em;
		padding: 5px 10px;
		width: calc(100%-15%);
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	#navbar ul.navbar-nav li a {
		font-size: 1.1em;
		border-bottom: 0;
		padding: 11px 24px;
	}

	.rules-subtit span {
		display: inline-block;
		width: 12%;
	}

	.rules-detail {
		display: table-row;
	}
	.rules-detail dt {
		display: table-cell;
		line-height: 1.65em;
		width: 12%;
		padding: 5px 15px;
		vertical-align: top;
	}
	.rules-detail dd {
		display: table-cell;
		line-height: 1.65em;
		padding: 5px 10px;
		width: calc(100%-12%);
	}

}
@media (min-width: 1560px) {

}