* {
	margin: 0 auto;
	box-sizing: border-box;
	outline: none;
	position: relative;
}
/* *{
	outline: 1px solid blue;
} */

html, body {
	font-size: 0px;
	width: 100%;
	padding: 0;
}
body {
	display: block;
	height: auto;
	color: #403926;
	font-family: "Microsoft JhengHei", "微軟正黑體", Tahoma, "Arial", "Trebuchet MS","Nimbus Sans L", Arial, "Franklin Gothic Medium", "Helvetica Neue", Geneva, Verdana, "URW Gothic L", "Gill Sans", Helvetica, "Lucida Sans Unicode", "Arial Black", "Lucida Grande", "Microsoft Sans Serif", sans-serif;
	background: #EEE;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
	letter-spacing: 3px;
	color: #403926;
}
h1 { font-size: 60px; }
h2 { font-size: 52px; }
h3 { font-size: 44px; }
h4 { font-size: 36px; }
h5 { font-size: 28px; }
h6 { font-size: 20px; }
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.msg {
	display: none;
	font-size: 13px;
}
.msg-notice {
	color: red;
}
.msg-success {
	color: blue;
}
.display-none {
	display: none;
}

/* row & col */
.row {
	width: 100%;
	display: block;
	margin: 0;
	padding: 20px 0;
}
.col-1 {
	width: 100%;
	display: block;
}
.col-2 {
	width: 50%;
	max-width: 585px;
}
.col-3 {
	width: 33%;
	max-width: 390px;
}
.col-3-2 {
	width: 66%;
	max-width: 780px;
}
.col-4 {
	width: 25%;
	max-width: 292px;
}
.col-4-3 {
	width: 75%;
	max-width: 877px;
}
.col-5 {
	width: 20%;
	max-width: 234px;
}
.col-2,
.col-3, .col-3-2,
.col-4, .col-4-3,
.col-5 {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
a.rwd-img {
	display: block;
}
a.rwd-img div, div.rwd-img {
	display: block;
	width: 100%;
	height: 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
}

#header, #header-back {
	width: 100%;
	max-width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	border-bottom: 1px solid #E8E8E8;
	z-index: 999;
}
#header-back {
	background: transparent;
}
#header.scroll-down {
	position: fixed;
	height: 80px;
	display: none;
}
#header.scroll-down>#header-top {
	display: none;
}
#header-top {
	width: 100%;
	border-bottom: 1px solid #E8E8E8;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1170px;
	position: relative;
	margin: 0 auto;
	z-index: 999;
}
#menu-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 39px;
	background-color: #FFF;
}
ul#menu-top-container {
	list-style-type: none;
	margin: 0 5px;
	padding: 0;
	z-index: 2;
}
ul#menu-top-container>li {
	display: inline-block;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}
ul#menu-top-container>li:not(:first-child):before {
	content: '\007C';
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	color: #B6B6B6;
	vertical-align: middle;
}
ul#menu-top-container>li>a {
	display: inline-block;
	padding: 0 12px;
	font-size: 12px;
	vertical-align: middle;
	text-decoration: none;
	color: #403926;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
ul#menu-top-container>li>a:hover {
	color: #FF6F6F;
}
ul#menu-top-container>li>a>img {
	vertical-align: middle;
	width: auto;
	height: 18px;
}
ul#menu-top-container>li.connect-icon img {
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0 5px;
	vertical-align: middle;
}
#header-logo {
	margin: 0 5px;
	width: 20%;
}
#header-logo img {
	height: 60px;
	width: auto;
	
}
#menu-cat {
	margin: 0 5px;
}
#header.scroll-down {
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
ul#menu-cat-container {
	list-style-type: none;
	margin: auto;
	padding: 0;
	z-index: 2;
}
ul#menu-cat-container li.menu-item {
	display: inline-block;
	line-height: 80px;
}
ul#menu-cat-container li.menu-item:not(:first-child):before {
	content: '';
	display: inline;
	height: 16px;
	border-left: 1px solid #e8e8e8;
	position: absolute;
	top: 31px;
}
ul#menu-cat-container a {
	display: block;
	padding: 0 12px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #403926;
	transition: all .9s;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
}

ul#menu-cat-container ul {
	border: #ccc 1px solid;
	background-color: #fff;
	/* position: absolute; */
	z-index: 99;
	left: -1px;
	top: 100%;
	min-width: 180px;
	padding-inline-start: 0px;
}
ul#menu-cat-container ul li {
	border-bottom: #ccc 1px solid;
	line-height: 60px;
}
ul#menu-cat-container ul li:last-child {
	border-bottom: none;
}
ul#menu-cat-container ul { /*隱藏次選單*/
	display: none;
}

ul#menu-cat-container li:hover > ul { /* 滑鼠滑入展開次選單*/
	display: block;
}
.menu-item svg {
	margin-left: 10px;
}

.sub-ul {
	position: absolute;
	top: 70px;
	padding: 10px 0;
	background: #242424;
	z-index: 3;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.sub-ul li.sub-li {
	display: block;
	border: none;
	line-height: 3;
}
ul#menu-cat-container .sub-ul a {
	color: #CCC;
	padding: 0 40px;
}
.sub-ul a:hover {
	background: #FFF;
}
ul#menu-cat-container a:hover, ul#menu-cat-container a:active, ul#menu-cat-container a:focus, ul#menu-cat-container a.active {
	color: #FF6F6F;
}
.btn-responsive {
	background: #FFF;
	border: none;
	font-size: 18px;
	display: none;
}

#container {
	max-width: 100%;
	margin: 0 auto;
	clear: both;
}
.top-img {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-inner {
	color: #FFF;
	text-align: center;
	margin: 0 auto;
}
.top-title {
	vertical-align: middle;
	font-size: 50px;
	font-weight: bold;
	line-height: 96px;
}
.top-content {
	vertical-align: middle;
	font-size: 38px;
	line-height: 48px;
}
.top-front {
	width: 100%;
	height: 100%;
	background-color: transparent;
	opacity: .1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -998;
}
.top-img img {
	width: 100%;
	height: auto;
	min-width: 1280px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -999;
}
.main-box {
	padding: 60px 50px;
	font-size: 0px;
	text-align: center;
}
.main-box:nth-of-type(odd) {
	background: #EEE;
}
.main-box:nth-of-type(even) {
	background: #FFF;
}
.post-list-0 {
	display: block;
	max-width: 1170px;
}
.post-title {
	text-align: center;
	padding-bottom: 40px;
	letter-spacing: 0px;
}
.post-content {
	font-size: 0;
	text-align: center;
	line-height: 1.5;
	/*color: #9E9E9E;*/
}
.post-content-inner {
	padding: 0 40px 70px;
	box-sizing: border-box;
	width: 100%;
}
.post-content-inner.border {
	padding: 0;
	margin: 10px;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	box-sizing: border-box;
	width: auto;
	background-color: rgba(255, 255, 255, .4);
}
.post-content-circle {
	border-radius: 100%;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	position: relative;
}
.post-content-circle-inner {
	margin: 10px;
	padding: 0;
	width: auto;
	height: auto;
}
.post-circle-title {
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.post-circle-content {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 16px;
	text-align: left;
	color: #9E9E9E;
	line-height: 1.5;
}
.post-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.post-content p {
	font-size: 20px;
	text-align: left;
	line-height: 28px;
}
.content-block {
	padding-bottom: 20px;
	vertical-align: middle;
}
.content-block * {
	vertical-align: middle;
}
.content-block img {
	padding-right: 10px;
}
.post-sub-title {
	text-align: center;
	padding: 20px 20px 10px 20px;
	letter-spacing: 1px;
	font-size: 22px;
	font-weight: bold;
}
.post-sub-content {
	padding: 10px 20px 0 20px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
	/*color: #9E9E9E;*/
}
.post-sub-content p {
	font-size: 16px;
}
.post-middle-title {
	text-align: center;
	padding: 20px 60px;
	font-size: 22px;
}

/* special type 1 */ /* not using now */
.post-list-1 {
	display: inline-block;
	vertical-align: top;
	background: #F9F9F9;
	padding: 0;
	margin: 0;
}
.post-list-1 .post-list-1-inner {
	height: calc(100% - 2px);
	border: 1px solid #FFF;
}

/* news */
.news-inner {
	display: block;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
.news-date {
	display: block;
	font-size: 14px;
	font-family: 'EnriquetaRegular', Georgia, serif;
	text-align: center;
	color: #221F1F;
	margin: 0;
	padding: 5px;
}
.news-title {
	display: block;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #403926;
	margin-bottom: 40px;
}
.news-cover {
	display: block;
	width: 100%;
	max-width: 768px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
}
.news-content {
	display: block;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: justify;
	color: #9E9E9E;
}

/* form group (contact & epaper) */
.form-group {
	display: block;
	padding-bottom: 20px;
	text-align: left;
}
.form-group label,
.form-group input,
.form-group textarea,
.form-group select {
	display: block;
	margin: 0;
	text-align: left;
}
.form-group p {
	line-height: 1.5;
	font-size: 16px;
	text-align: left;
}
.label-customer {
	font-size: 16px;
	color: #403926;
	font-family: 'EnriquetaRegular', Georgia, serif;
	text-align: left;
}
.input-customer,
.textarea-customer,
.select-customer {
	border: 1px solid #B6B6B6;
	text-align: left;
	font-size: 14px;
	padding: 7px 10px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.input-customer:focus, .textarea-customer:focus{
	border-color: #000;
}
.select-customer {
	height: 33px;
}
.btn-customer {
	border: 1px solid #000;
	background-color: #FFF;
	font-family: 'EnriquetaRegular', Georgia, serif;
	font-size: 16px;
	color: #000;
	padding: 15px 30px;
	border-radius: 2px;
	transition: all .1s;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
}
.btn-customer:hover {
	background-color: #000;
	border-color: #000;
	color: #FFF;
}
#iframe-contact-us, #iframe-epaper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.col-2 #fb-page {
	display: block;
	margin: 0 0 0 auto;
	border: none;
	overflow: hidden;
	max-width: 400px;
}

.number-sp {
	font-size: 50px;
	font-weight: bold;
	color: #ED2D5D;
}

/* plugin slick */
.slick-slider {
	padding: 20px 40px;
}
.slick-slide {
	padding: 0;
}
#sticky-slick {
	width: 100%;
	height: 490px;
	background: #221F1F;
	padding-bottom: 40px;
}
#sticky-slick .sticky-post {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right top;
}
#sticky-slick .sticky-post:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	background-color: #221F1F;
}
#sticky-slick.slick-slider,
#sticky-slick .slick-slide {
	padding: 0;
	position: relative;
	display: flex;
}
#sticky-slick .col-left {
	width: 600px;
}
#sticky-slick .col-right {
	align-items: center;
	justify-content: flex-start;
}
#sticky-slick .col-left,
#sticky-slick .col-right {
	position: relative;
	height: 450px;
	display: flex;
}
#sticky-slick a {
	display: block;
	text-decoration: none;
	/* vertical-align: middle; */
	color: #FFF;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
#sticky-slick a:hover {
	color: #FF6F6F;
}
#sticky-slick img {
	width: auto;
	height: 100%;
	margin: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
	clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.sticky-inner {
	width: 100%;
	padding: 0 80px 0 40px;
}
.sticky-title {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.sticky-summary {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	width: 100%;
	height: 80px;
	display: block;
	overflow: hidden;
	color: #FFF;
	opacity: .7;
	text-align: justify;
}
.sticky-btn {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	letter-spacing: 2px;
	background-color: transparent;
	margin-top: 20px;
}
.sticky-btn:after {
	content: "\0020 \00BB ";
}
.sticky-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	list-style: none;
	background: #221F1F;
}
.sticky-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 40px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.sticky-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	background: transparent;
}
.sticky-dots li button:before {
	font-size: 6px;
	line-height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 40px;
	content: '●';
	text-align: center;
	opacity: .5;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
}
.sticky-dots li.slick-active button:before {
	opacity: .85;
}
.slick-partners img {
	width: 100%;
	height: auto;
	padding: 5%;
}

/* figure: slide-up */
.news-post {
	display: inline-flex;
	width: 50%;
	padding: 0 30px 50px 30px;
}
.news-post:nth-of-type(odd) {
	justify-content: flex-end;
}
.news-post:nth-of-type(even) {
	justify-content: flex-start;
}
.figure {
	display: block;
	max-width: 585px;
	margin: 0 0 0 20px;
	overflow: hidden;
	position: relative;
}
.figure a {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	color: #FFF;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.figure a:hover {
	color: #FF6F6F;
}
.figure-date {
	display: block;
	font-family: 'EnriquetaRegular', Georgia, serif;
	text-align: center;
	color: #221F1F;
	margin: 0;
	padding: 5px;
}
.figure-date .date-month,
.figure-date .date-day,
.figure-date .date-year {
	display: block;
}
.figure-date .date-month,
.figure-date .date-year {
	font-size: 14px;
	padding: 0 5px;
}
.figure-date .date-day {
	font-size: 54px;
	width: 54px;
}
.figure img {
	width: 100%;
	max-width: 100%;
	display: block;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.figure:hover img {
	opacity: .6;
	transform: translateY(-15%);
	-webkit-transform: translateY(-15%);
	-moz-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	-o-transform: translateY(-15%);
}
.figcaption {
	padding: 20px 40px;
	position: absolute;
	width: 100%;
	height: 230px;
	overflow: hidden;
	top: auto;
	bottom: 100px;
	left: 0;
	opacity: .8;
	background: #221F1F;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.figure:hover .figcaption {
	opacity: 1;
	bottom: 0;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}
.figure-title {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	height: 60px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
}
.figure-summary {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	height: 60px;
	overflow: hidden;
	text-align: left;
	color: #FFF;
	opacity: .7;
}
.figure-btn {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	letter-spacing: 1px;
	background-color: transparent;
	margin-top: 20px;
}
.figure-btn:after {
	content: "\0020 \00BB ";
}

/* go top */
#float-to-top {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: 20px;
	z-index: 999;
}
#float-to-top-inner {
	max-width: 1170px;
	position: relative;
	margin: 0 auto;
}
#to-top {
	width: 50px;
	height: 50px;
	border: none;
	background: #FF6F6F;
	padding: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: none;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
	cursor: pointer;
}
#to-top img {
	width: 40px;
	height: 40px;
	margin: 5px;
}
#footer ul {
	width: 50%;
	margin-bottom: 24px;
}


#footer {
	max-width: 100%;
	background-color: #564F4F;
	color: #989898;
	padding: 0 30px;
}
#footer-inner {
	max-width: 1170px;
	margin: 0 auto;
	padding: 45px 0;
}
#footer-inner p, #footer-inner span {
	font-size: 14px;
	line-height: 1.6;
}
#footer-inner .information {
	display: inline-block;
}
#footer ul {
	display: inline-block;
	/* margin: 0; */
	font-size: 16px;
	list-style: none;
	vertical-align: top;
}
#footer li {
	line-height: 30px;
	height: 30px;
}
#footer a, #footer a:hover, #footer a:active, #footer a:focus {
	color: #FFF;
	text-decoration: none;
}
#footer .inner-page {
	color: #DCDCDC;
}
#footer-inner{
	display: flex;
}
.footer-left{
	width:32%;
}
.footer-middle,.footer-right{
	width:28%;
	justify-content: center;
}

.footer-line{
	width:1px;
	height:240px;
	background-color:#9F9F9F;
}


#footer .box {
	display: inline-block;
	padding-bottom:30px; 	
}

#footer .title {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	border-bottom: 1px solid #9F9F9F;
	padding-bottom: 3px;
}
#footer .content {
	margin-top: 5px;
}
#footer .content p {
	color: #DCDCDC;
	font-size: 16px;
}
#copyright {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background-color: #000;
}

@media (max-width: 1150px) {
	#header-logo {
		margin: 0 10px;
		width: 30%;
	}
	#header-logo img {
		height: 32px;
	}
	#menu-cat {
		margin: 0 10px;
	}
}

@media (max-width: 1100px) {
	#header-logo {
		margin: 0 10px;
		width: 15%;
	}
	#header-logo img {
		height: 32px;
	}
	#menu-cat {
		margin: 0 10px;
	}
}
@media (max-width: 1024px) {
	#header, #header-back, #header-inner {
		height: 110px;
	}
	#menu-top {
		height: 29px;
	}
	#header-logo {
		margin: 0 10px;
		width: 10%;
	}
	#header-logo img {
		height: 32px;
	}
	#menu-cat {
		margin: 0 10px;
	}
	ul#menu-cat-container li.menu-item {
		line-height: 80px;
	}
	ul#menu-cat-container li.menu-item:not(:first-child):before {
		top: 32px;
	}
	ul#menu-cat-container a {
		padding: 0 8px;
		font-size: 14px;
	}
	.sub-ul {
		top: 55px;
	}

	.news-post {
		display: flex;
		width: 100%;
		justify-content: center!important;
	}
	
	/* plugin slick */
	#sticky-slick {
		height: 340px;
	}
	#sticky-slick .col-left,
	#sticky-slick .col-right {
		height: 300px;
	}
}
@media (max-width: 980px) {
	.col-4, .col-5 {
		width: 50%;
		max-width: none;
	}
	
	.main-box {
		padding: 40px 40px 50px;
	}
	
	#footer-inner {
		padding: 20px 0;
	}
	#footer-inner p, #footer-inner span {
		font-size: 12px;
		line-height: 26px;
	}
	#footer-inner{
		flex-wrap: wrap;
	}
	
	#footer .footer-left,.footer-middle,.footer-right{
		width:88%;
	}
	
	#footer .footer-left{
		padding-bottom: 40px; 
		position: relative;
		
	}
	#footer .footer-left::after{
		content:'';
		display: block;
		position: absolute;
		width: 100%;
		height:1px;
		background-color:#9F9F9F;
		bottom: 10%;
	}
	.footer-line{
		display: none;
	}
	
	#footer .box {
		display: block;
		padding-top:26px; 
		padding-bottom: 10px;
	}
	#footer ul{
		width:30%;
		padding: 0;
	}
}

@media (max-width: 840px) {
	#header-logo {
		margin: 0 10px;
		width: 5%;
	}
	#header-logo img {
        height: 25px;
    }
}


@media (min-width: 769px) {
	ul#menu-cat-container {
		display: block!important;
	}
	.sub-ul {
		visibility: hidden;
		opacity: 0;
		transform: translateY(-3px);
		-webkit-transform: translateY(-3px);
		-moz-transform: translateY(-3px);
		-ms-transform: translateY(-3px);
		-o-transform: translateY(-3px);
		transition: transform .1s;
		-webkit-transition: -webkit-transform .1s;
		-moz-transition: -moz-transform .1s;
		-ms-transition: -ms-transform .1s;
		-o-transition: -o-transform .1s;
	}
	.menu-item:hover .sub-ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
	}
	ul#menu-cat-container ul {
		border: #ccc 1px solid;
		background-color: #fff;
		position: absolute;
		z-index: 99;
		left: -1px;
		top: 100%;
		min-width: 180px;
		padding-inline-start: 0px;
	}
}
@media (max-width: 768px) {
	ul#menu-top-container>li.connect-icon {
		display: none;
	}



	.col-2, .col-3-2 {
		width: 100%;
		max-width: none;
	}
	.col-3 {
		width: 50%;
		max-width: none;
	}
	.col-4-3 {
		width: 100%;
		max-width: none;
	}
	.post-content-inner {
		padding: 0 0 20px 0;
	}
	
	#header, #header-back {
		padding: 0;
		height: 80px;
	}
	#header.scroll-down {
		height: 50px;
	}
	#header-inner {
		height: 50px;
	}
	#header-logo {
		height: 50px;
		display: flex;
		align-items: center;
	}
	#header-logo img {
		height: 30px;
	}
	.btn-responsive {
		display: inline-block;
		padding: 0;
		margin: 0 10px;
	}
	.btn-responsive img {
		height: 30px;
		width: 24px;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
	}
	.btn-responsive img.active {
		transform: rotate(90deg);
	}
	#menu-cat {
		margin: 0;
		background: #FFF;
		width: 100%;
		max-height: calc(100vh - 50px);
		overflow-y: scroll;
		position: absolute;
		top: 50px;
		left: 0;
	}
	ul#menu-cat-container {
		position: relative;
		display: none;
	}
	ul#menu-cat-container li.menu-item {
		float: none;
		display: inline;
		padding: 0;
		text-align: left;
		line-height: 50px;
	}
	ul#menu-cat-container li.menu-item:not(:first-child):before {
		display: none;
	}
	ul#menu-cat-container li.menu-item:after {
		display: block;
		height: 0;
		width: 100%;
		content: ' ';
		border-bottom: 1px solid #E8E8E8;
		margin: 0;
	}
	ul#menu-cat-container a {
		padding: 0 10px;
		display: block;
		font-size: 16px;
	}
	.sub-ul {
		visibility: hidden;
		opacity: 0;
		background: #FFF;
		position: relative;
		top: 0;
		padding: 0;
		box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2) inset;
		max-height: 0;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
	}
	.menu-sub:focus {
		pointer-events: none;
	}
	.menu-sub:focus + .sub-ul, .menu-sub.focus + .sub-ul {
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
		max-height: 500px;
	}
	.sub-ul li.sub-li {
		border-bottom: 1px solid #E8E8E8;
	}
	ul#menu-cat-container .sub-ul a {
		color: #403926;
		padding: 0 20px;
	}
	ul#menu-cat-container a:hover, ul#menu-cat-container a:active, ul#menu-cat-container a:focus {
		color: #FF6F6F;
		background: none;
	}


	ul#menu-cat-container ul {
		border: #ccc 1px solid;
		background-color: #fff;
		/* position: absolute; */
		z-index: 99;
		left: -1px;
		top: 100%;
		min-width: 180px;
		padding-inline-start: 0px;
	}
	ul#menu-cat-container ul li {
		border-bottom: #ccc 1px solid;
		line-height: 60px;
		padding-left: 20px;
	}
	ul#menu-cat-container ul li:last-child {
		border-bottom: none;
	}
	ul#menu-cat-container ul { /*隱藏次選單*/
		/* display: none; */
	}
	
	ul#menu-cat-container li:hover > ul { /* 滑鼠滑入展開次選單*/
		/* display: block; */
	}



	.post-content-circle-inner {
		margin: 0;
		padding: 0;
		width: 70%;
		height: 70%;
		position: absolute;
		left: 15%;
		top: 15%;
	}
	
	.col-2 #fb-page {
		margin: 0 auto;
	}

	#footer .box{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	
	/* plugin slick */
	.slick-slider {
		padding: 5px;
	}
	.slick-slide {
		padding: 0;
	}
	#sticky-slick .sticky-post:before {
		opacity: 1;
	}
	#sticky-slick .col-left {
		opacity: .2;
		margin: 0;
	}
	#sticky-slick .col-right {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.sticky-inner {
		padding: 0 40px;
	}
	.sticky-title {
		height: 60px;
		overflow: hidden;
	}
}

@media (max-width:600px){
	#footer ul{
		width:50%;
		margin-top:20px; 
	}
}
@media (max-width:450px){
	#footer .footer-left::after{
		bottom:0%;
	}
}

@media (max-width: 425px) {
	h1 { font-size: 26px; }
	h2 { font-size: 24px; }
	h3 { font-size: 22px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 16px; }
	.col-3, .col-4, .col-5 {
		width: 100%;
		max-width: none;
	}
	
	.top-img {
		height: 225px;
	}
	.top-title {
		font-size: 30px;
		line-height: 34px;
	}
	.top-content {
		font-size: 16px;
		line-height: 20px;
	}
	.top-img img {
		min-width: 640px;
	}
	
	.main-box {
		padding: 40px 15px 47px;
	}
	.post-title {
		text-align: left;
		padding-bottom: 20px;
	}
	.post-content {
		font-size: 16px;
		padding-top: 20px;
	}
	.post-content > p {
		text-align: left!important;
	}
	
	/* figure: slide-up */
	.news-post {
		padding: 10px 0 10px 0;
	}
	.figure-date .date-day {
		font-size: 40px;
		width: 40px;
	}
	.figure {
		margin: 5px;
	}
	.figcaption {
		padding: 10px 20px;
		height:  170px;
		bottom: 68px;
	}
	.figure-title {
		font-size: 18px;
		line-height: 25px;
		height: 48px;
		text-align: left;
		margin-bottom: 10px;
	}
	.figure-summary {
		font-size: 14px;
		line-height: 20px;
		height: 60px;
	}
	.figure-btn {
		margin-top: 10px;
	}
	
	.row-100 {
		padding: 0;
	}
	
	#float-to-top {
		bottom: 0;
	}
	#to-top {
		width: 30px;
		height: 30px;
		bottom: 10px;
		right: 10px;
	}
	#to-top img {
		width: 22px;
		height: 22px;
		margin: 4px;
	}

	#footer ul {
		width: 100%;
		margin-bottom:20px; 
		margin-top:0; 
		padding: 0;
	}
	#footer li{
		line-height: 1.2;
		height:26px;
	}
	
	#footer .box{
		padding-top:16px; 
	}
	#footer .footer-left::after{
		bottom:0%;
	}
	#footer .footer-left{
		padding-bottom: 0;
	} 
}

