@charset "utf-8";
/* CSS Document */


/******************************

1. basic
2. inside banner
3. breadcrumb
4. pagination
5. pager
6. leftmenu
7. back

******************************/





/*********************************
1. basic
*********************************/

.edit {
	float: left;
	width: 100%;
}

.inside #content-wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

.inside #content-wrap { /*header fixed height (for mobile)*/
}

}

@media only screen and (min-width: 992px) {

.inside #content-wrap {
}

}

/*********************************
2. inside banner
*********************************/

.inside-banner-section {
	float: left;
	width: 100%;
	position: relative;
}

.inside-banner-section .inside-banner {
	float: left;
	width: 100%;
}

.inside-banner-section .inside-banner img {
	float: left;
	width: 100%;
}

/*********************************
3. breadcrumb
*********************************/



/*********************************
4. pagination
*********************************/

.pagination-section-wrap {
	text-align: center;
	font-size: 0.8em;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pagination-section {
	max-width: 320px;
	margin: auto;
}

.pagination-section .pagination {
}

.pagination-section .pagination li { /*小於768縮起頁碼*/
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 50%;
}

.pagination-section .pagination .pagination-button {
    border: none;
}

.pagination-section .pagination li {
	display: none;
}

.pagination-section .pagination li.pagination-button {
    display: inline-block;
}

.pagination-section .pagination a, .pagination span {
	color: #000; /*頁碼字體顏色*/
	float: left;
	width: 30px;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}

.pagination-section .pagination a.pagination-disabled {
	color: rgba(102,102,102,0.4);
	pointer-events: none;
}

.pagination-section .pagination a:active, .pagination a:hover {
	text-decoration: underline;
}

.pagination-section .pagination .current { /*目前頁碼*/
	background-color: #0f2882;
	border-color: #fff;
	color: #fff;
	border-radius: 50%;
}

.pagination-section .pagination.navigation-icon .pagination-button a { /*左箭頭*/
	width: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	color: transparent;
	background-image: url("../images/basic/pagination_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.pagination-section .pagination.navigation-icon .pagination-button:last-of-type a { /*右箭頭*/
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pagination-section .pagination-count {
	display: inline-block;
}

.pagination-section .pagination-count input {
	width: 30px;
	height: 30px;
	text-align: center;
}

.pagination-section .pagination-count button {
	width: 55px;
	height: 30px;
	background-color: #6a7f94;
	color: #fff;
	border: 1px solid #6a7f94;
	margin-left: 5px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {

.pagination-section .pagination-count {
	display: none;
}

.pagination-section .pagination {
	max-width: 768px;
	margin: auto;
	text-align: center;
	width: auto;
	display: inline-block;
	border-radius: 0.25em;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

}

@media only screen and (min-width: 768px) {

.pagination-section .pagination li {
	display: inline-block;
}

}

/*********************************
5. pager
*********************************/

.pager-section {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.pager-section .prev {
	float: left;
	width: 50%;
	text-align: left;
}

.pager-section .next {
	float: left;
	width: 50%;
	text-align: right;
}

.pager-section a {
	text-decoration: none;
	color: #000
}

.pager-section a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

.pager-section {
	padding-bottom: 20px;
}

.pager-section .prev {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.pager-section .next {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

}

/*********************************
6. leftmenu(col-md-8 col-md-2)
*********************************/

.leftBox, .rightBox {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (min-width: 1px) and (max-width: 900px) {

	.leftBox {
		position: relative;
		min-height: 1px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.rightBox {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.tagsBox {
		display: none;
	}

}

@media only screen and (min-width: 901px) and (max-width: 1000px) {

	.leftBox,.rightBox {
		float: left;
	}

	.tagsBox {
		float: right;
	}

	.rightBox {
		width: 75%;
	}

	.leftBox {
		width: 25%;
	}

}

@media (min-width: 1000px) {

	.leftBox, .rightBox {
		float: left;
	}

	.tagsBox {
	 	float: right;
	 }

	.rightBox {
		width: 80%;
	}

	.leftBox {
		width: 20%;
	}

}

/*
@media only screen and (min-width: 1000px)  {

	.leftBox {
		float: left;
		width: 250px;
		background-color: yellow;
	}

	.rightBox {
		float: left;
		width: calc( 100% - 250px );
		background-color: red;
	}

}*/


.leftmenu-nav-tags {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.leftmenu-nav-tags ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 20px;
}

.leftmenu-nav-tags li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.leftmenu-nav-tags li a {
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-transition: border 500ms ease-out;
	-moz-transition: border 500ms ease-out;
	-o-transition: border 500ms ease-out;
	transition: border 500ms ease-out;
}

.leftmenu-nav-tags li a:hover {
	background-color: #dce8f4;;
}

.leftmenu-nav-title {
	float: left;
	width: 100%;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #080808;
	margin-bottom: 10px;
}

.leftmenu-nav {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.leftmenu-nav .leftmenu-nav-list {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/*style1*/
.style1 li {
 	float: left;
 	width: 100%;
 	padding-top: 8px;
 	padding-bottom: 8px;
 	padding-right: 25px;
 	padding-left: 20px;
 	background-color: #fff;
 	border: 1px solid #efefef;
 	border-bottom: 1px solid #fff;
}

@media (max-width: 768px) {
    .style1 li {
        font-size: 1.2em; 
    }
}

.style1 li:last-child {
	border: 1px solid #efefef;
}

.style1 li a {
	text-decoration: none;
	color: #4d4d4d;
	display: block;
	float: left;
	width: 100%;
	font-weight: 600;
	font-family: "Noto Serif TC", serif;
}

.style1 li:hover {
	background-color: #eb462a;
}

.style1 li.current {
	background-color: #eb462a;
}

.style1 li.current a {
	color: #fff;
}

.style1 li:hover a {
	color: #fff;
}

/*hover show arrow*/
.style1 li {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	overflow: hidden;
}

.style1 li:after {
	content: ' > ';
	position: absolute;
	color: #eb462a;
	top: 10px;
	right: 20px;
	transition: 0.5s;
}

.style1 li.current:after {
	content: ' > ';
	position: absolute;
	color: #fff;
	top: 10px;
	right: 20px;
	transition: 0.5s;
}

/*style2*/
.style2 li {
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 25px;
	padding-left: 20px;
	background-color: #fff;
	border: 1px solid #efefef;
	border-bottom: 1px solid #fff;
}

@media (max-width: 768px) {
    .style2 li {
        font-size: 1.2em; 
    }
}

.style2 li:last-child {
	border: 1px solid #efefef;
}

.style2 li a {
	text-decoration: none;
	color: #4d4d4d;
	display: block;
	float: left;
	width: 100%;
	font-weight: 600;
	font-family: "Noto Serif TC", serif;
}

.style2 li a span {
	color: #797979;
	float: left;
	width: 100%;
	font-size: 0.8em;
}

.style2 li:hover {
	background-color: #eb462a;
}

.style2 li:hover a span {
	color: #ffffff;
}

.style2 li.current {
	background-color: #eb462a;
}

.style2 li.current a span {
	color: #ffffff;
}

.style2 li.current a {
	color: #fff;
}

.style2 li:hover a {
	color: #fff;
}

/*hover show arrow*/
.style2 li {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	overflow: hidden;
}

.style2 li:after {
	content: ' > ';
	position: absolute;
	color: #eb462a;
	top: 10px;
	right: 20px;
	transition: 0.5s;
}

.style2 li.current:after {
	content: ' > ';
	position: absolute;
	color: #fff;
	top: 10px;
	right: 20px;
	transition: 0.5s;
}

/*search*/
.searchBox {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

.searchBox input {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
}

.searchBox button {
	position: absolute;
	right: 5px;
	top: 5px;
	border: none;
	background-color: #fff;
}

@media only screen and (min-width: 1px) and (max-width: 900px) {

	.searchBox input {
		width: calc(100% - 30px);
		float: left;
		cursor: pointer;
		background-color: #fff;
		border: 1px solid #ccc;
		color: #666;
		letter-spacing: 1px;
		font-size: 1em;
		padding-left: 15px;
		padding-right: 15px;
		height: 35px;
		line-height: 35px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.searchBox button {
		position: absolute;
		right: 25px;
		top: 5px;
		border: none;
		background-color: #fff;
	}

}

/*.leftmenu-nav .leftmenu-nav-list li {
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 25px;
	padding-left: 20px;
	background-color: #fff;
	border: 1px solid #efefef;
	border-bottom: 1px solid #fff;
}

.leftmenu-nav .leftmenu-nav-list li:last-child {
	border: 1px solid #efefef;
}

.leftmenu-nav .leftmenu-nav-list li a {
	text-decoration: none;
	color: #4d4d4d;
	display: block;
	float: left;
	width: 100%;
	font-weight: 600;
	font-family: "Noto Serif TC", serif;
}

.leftmenu-nav .leftmenu-nav-list li:hover {
	background-color: #eb462a;
}

.leftmenu-nav .leftmenu-nav-list li.current {
	background-color: #eb462a;
}

.leftmenu-nav .leftmenu-nav-list li.current a {
	color: #fff;
}

.leftmenu-nav .leftmenu-nav-list li:hover a {
	color: #fff;
}*/

/*hover show arrow*/
/*.leftmenu-nav .leftmenu-nav-list li {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	overflow: hidden;
}

.leftmenu-nav .leftmenu-nav-list li:after {
	content: ' > ';
	position: absolute;
	color: #eb462a;
	top: 10px;
	right: 20px;
	transition: 0.5s;
}

.leftmenu-nav .leftmenu-nav-list li.current:after {
	content: ' > ';
	position: absolute;
	color: #fff;
	top: 10px;
	right: 20px;
	transition: 0.5s;
}*/


/*team樣式*/


@media only screen and (min-width: 1px) and (max-width: 900px) {

/*手機版選單-按鈕式*/
.leftmenu-nav {
	position: relative;
}

.leftmenu-nav-title {
	display: none;
}

.leftmenu-nav-toggle {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

.leftmenu-nav-toggle {
	width: calc( 100% - 30px );
	float: left;
	cursor: pointer;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #666;
	letter-spacing: 1px;
	font-size: 1.3em;
	padding-left: 15px;
	padding-right: 15px;
	height: 50px;
	line-height: 50px;
	margin-left: 15px;
	margin-right: 15px;
	box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
}

.leftmenu-nav-toggle i {
	float: right;
	line-height: 50px;
}

.leftmenu-nav-list {
	overflow-y: hidden;
}

.leftmenu-nav .leftmenu-nav-list {
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}

}

@media screen and (min-width:901px) {

.leftmenu-nav-toggle {
	display: none;
}

.leftmenu-nav-list {
	overflow-y: hidden;
	display: block !important;
}

}


/*手機版選單-橫條式*/
/*.leftmenu-nav {
	float: left;
	width: 100%;
}

.leftmenu-nav-title {
	display: none;
}

.leftmenu-nav-list {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6dde3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6dde3;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: hidden;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

}

.leftmenu-nav-list ul li {
	list-style-image: none;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;
}

.leftmenu-nav .leftmenu-nav-list li {
	background-image: url("../images/basic/logo4.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 14px;
	background-position: 10px;
	padding-left: 25px;
	color: #4d4d4d;
}

.leftmenu-nav-list a {
	text-decoration: none;
	color: #4d4d4d!important;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
}

.leftmenu-nav-list .current a {
	text-decoration: none;
	color: #000;
}

.leftmenu-nav-list li:hover a {
	text-decoration: none;
	color: #000;
}

.leftmenu-nav-list {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.leftmenu-nav-list,
.leftmenu-nav-list li {
	display: inline-block;
	vertical-align: middle;
}


.leftmenu-nav {
	position: relative;
}

.leftmenu-nav-title {
	display: none;
}

.leftmenu-nav-toggle {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

.leftmenu-nav-toggle {
	width: 100%;
	float: left;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ccc;
	letter-spacing: 1px;
	padding-left: 40px;
	padding-right: 40px;
	height: 50px;
	line-height: 50px;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 0.9em;
	font-weight: 700;
}

.leftmenu-nav-toggle i {
	float: right;
	line-height: 50px;
}

.leftmenu-nav-list {
	overflow-y: hidden;
}*/


@media screen and (min-width:901px) {

/*.leftmenu-nav-toggle {
	display: none;
}*/

.leftmenu-nav-list {
	overflow-y: hidden;
	display: block!important;
}

}

/*********************************
7. back
*********************************/

a.btn__back {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-border-radius: 5px;
	border-radius: 5px;
	background-color: #0c1f79;
	color: #FFF;
	outline: none;


	width: 80px;
	display: inline-block;
	border: none;
	text-align: center;

	margin-bottom: 20px;
	margin-top: 20px;
	float: right;
}

a.btn__back:hover {
	-webkit-transition: 500ms;
		-moz-transition: 500ms;
		-o-transition: 500ms;
		transition: 500ms;
		text-shadow: 0 0 10px #fff;
		outline: none;
		background-color: #07051e;
		text-decoration: none;
}

