@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: #6a7f94;
	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, .tagsBox {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (min-width: 1px) and (max-width: 900px) {

	.leftBox,.tagsBox {
		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,.tagsBox {
		width: 25%;
	}

}

@media (min-width: 1000px) {

	.leftBox, .rightBox {
		float: left;
	}

	.tagsBox {
	 	float: right;
	 }

	.rightBox {
		width: 80%;
	}

	.leftBox,.tagsBox {
		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;;
}

@media only screen and (min-width: 901px) {
.leftmenu-nav-title {
	float: left;
	width: 100%;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	color:#080808;
	margin-bottom: 10px;
}

.leftmenu-nav {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.leftmenu-nav .leftmenu-nav-list {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.leftmenu-nav .leftmenu-nav-list li {
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 25px;
	padding-left: 30px;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;

	background-image: url("../images/basic/logo4.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 14px;
	background-position: 10px;
}

.leftmenu-nav .leftmenu-nav-list li a {
	text-decoration: none;
	color: #4d4d4d;
	display: block;
	float:left;
	width: 100%;
	font-weight: 600;
}

.leftmenu-nav .leftmenu-nav-list li.current {
	background-color: #ec9a5d;
}

.leftmenu-nav .leftmenu-nav-list li.current a {
	color: #fff;
}

.leftmenu-nav .leftmenu-nav-list li.current a:hover {
	color: #fff;
}

.leftmenu-nav .leftmenu-nav-list li a:hover {
	color: #4d4d4d;
	text-decoration: none;
	-moz-transition: 0.2s color linear;
	-webkit-transition: 0.2s color linear;
	transition: 0.2s color linear;
}

/*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:#6a7f94;
	opacity: 0;
	top: 10px;
	right: 20px;
	transition: 0.5s;
}

.leftmenu-nav .leftmenu-nav-list li:hover:after {
	opacity: 1;
	right: 20px;
}

}

@media only screen and (min-width: 1px) and (max-width: 901px) {

/*手機版選單*/
.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 {
	appearance: none;
	backface-visibility: hidden;
	background-color: #5c6d7f;
	border-radius: 8px;
	border-style: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
	outline: none;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: top;
	white-space: nowrap;
	font-family: "Noto Sans TC", sans-serif;

	margin-bottom: 20px;
	font-size: 0.8em;
	width: 80px;

	margin-top: 20px;
	float: right;
}

a.btn__back:hover {
	background-color: #5c6d7f;
	opacity: 1;
	transform: translateY(0);
	transition-duration: .35s;
}


