html, body {
	height: 100%;
}
body {
	font-size: 17px;
	color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #e7e3d8 url(../images/bodyBg.jpg);
	opacity: 0;
	-webkit-animation: fadein 1s .5s forwards;
	-moz-animation: fadein 1s .5s forwards;
	-ms-animation: fadein 1s .5s forwards;
	-o-animation: fadein 1s .5s forwards;
	animation: fadein 1s .5s forwards;
}
::selection {
	text-shadow: none;
}
a.acc {
	color: #f3f0e7;
	position: absolute;
}
i {
	font-style: italic;
}
.olStyle_1 {
	list-style: decimal;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.ulStyle_1 {
	list-style: disc;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.wrapper {
	width: 100%;
	height: 100%;
}
.wrapper > .header {
	width: 100%;
	height: 100%;
	position: relative;
}
.wrapper > .header .upperNav {
	float: right;
	min-width: 615px;
	min-height: 40px;
	min-width: 365px;
	position: relative;
	z-index: 2;
}
.wrapper > .header .upperNav .wrap {
	padding: 8% 0;
}
.wrapper > .header .upperNav .wrap .col {
	float: left;
	margin: 0 10px;
	padding: 10px 0;
}
.wrapper > .header .upperNav a {
	color: #fff;
	font-size: 90%;
	line-height: 40px;
}
.wrapper > .header .upperNav .links ul {
	overflow: hidden;
}
.wrapper > .header .upperNav .links li {
	float: left;
}
.wrapper > .header .upperNav .links a img {
	width: 70%;
	height: auto;
}
.wrapper > .header .upperNav .links a.taiwan img {
	padding-top: 0px;
}
.wrapper > .header .upperNav .col.language {
	border: 3px solid #336666;
	padding: 0;/* display: none;語言隱藏*/
}
.wrapper > .header .upperNav .language li {
	float: left;
	vertical-align: top;
}
.wrapper > .header .upperNav .language a {
	color: #000;
	line-height: 100%;
	padding: 15px 15px;
	display: block;
	font-weight: 700;
}
.wrapper > .header .upperNav .language a:hover, .wrapper > .header .upperNav .language li.current a {
	background: #336666;
	color: #fff;
}
.wrapper > .header .upperNav .acc {
	color: #e7e3d8;
}
.wrapper > .header .upperNav a.sitemap {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	background: url(../images/icon-sitemap.svg) no-repeat center / 100%;
}
.wrapper > .header .upperNav .socialMedia a.btn {
	border-radius: 0px;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: transparent url(../images/icon-socialmedia.svg) no-repeat center / 100%;
	color: #336666;
}
.wrapper > .header .logo {
	position: absolute;
	width: 10%;
	top: 4%;
	left: 2%;
	z-index: 2;
}
.wrapper > .header .logo h3 {
	width: 100%;
}
.wrapper > .header .logo h3 a {
	width: inherit;
	background: url(../images/logo_w.png) no-repeat 0 0;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 35%;
}
.wrapper > .header .mainGraphic {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/mainGraphic.png) no-repeat center fixed;
	background-size: cover;
	padding: 4% 10%;
}
.wrapper > .header .mainGraphic .title_1 {
	width: 40%;
	margin: 0 auto;
}
.wrapper > .header .mainGraphic .sec img {
	width: 100%;
}
/*內頁視覺*/
.wrapper > .header .mainGraphic .title_2 {
	position: absolute;
	right: 46%;
	top: 50%;
	color: #FFF;
	font-size: 400%;
	font-weight: bolder;
}
.wrapper > .header .page1 {
	background: url(../images/mainGraphic_page1.jpg) no-repeat center fixed;
	background-size:cover;
}
.wrapper > .header .page2 {
	background: url(../images/mainGraphic_page2.jpg) no-repeat center fixed;
	background-size:cover;
}
.wrapper > .header .page3 {
	background: url(../images/mainGraphic_page3.jpg) no-repeat center fixed;
	background-size:cover;
}
.wrapper > .header .page4 {
	background: url(../images/mainGraphic_page4.jpg) no-repeat center fixed;
	background-size:cover;
}
.wrapper > .header .page5 {
	background: url(../images/mainGraphic_page5.jpg) no-repeat center fixed;
	background-size:cover;
}
/*內頁視覺end*/

.socialMedia .sf-menu ul {
	left: -8px;
	top: 128%;
}
.socialMedia li a {
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background-color: #ff6030;
	border: none;
	border-radius: 50%;
}
.socialMedia li a:hover {
	background-color: #ec5122;
}
.socialMedia .sf-menu ul li {
	border-radius: 50%;
	margin-bottom: 5px;
}
.socialMedia li.nav1 {
	background: #4cb234;
}
.socialMedia li.nav2 {
	background: #3b5998;
}
.socialMedia li.nav3 {
	background: #cf682f;
}
.socialMedia li.nav4 {
	background: #00aced;
}
.socialMedia li.nav1 a {
	background: url(../images/line.svg) no-repeat center;
	background-size: 50%;
}
.socialMedia li.nav2 a {
	background: url(../images/fb.svg) no-repeat center;
	background-size: 50%;
}
.socialMedia li.nav3 a {
	background: url(../images/plurk.svg) no-repeat center;
	background-size: 50%;
}
.socialMedia li.nav4 a {
	background: url(../images/twitter.svg) no-repeat center;
	background-size: 50%;
}
/*主選單*/
.mainNav {
	display: block;
	/*background: #18A86A;*/
	position: absolute;
	bottom: 10%;
	/*width: 100%;*/
    /*height: 45px;*/
	z-index: 2;
	top: 800px;
	background: transparent;
	width: 220px;
	left: 0;
	margin-left: 20%;
	max-height: 100px;
}
.mainNav.scroll-to-fixed-fixed {
	background: #598248;
	width: 100vw !important;
	height: 85px;
	left: 0 !important;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
.menu {
	display: block;
	text-align: center;/*-webkit-box-shadow: inset 0px 0px 20px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 20px -3px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 20px -3px rgba(0,0,0,0.3);*/
}
.menu li {
	/*display: inline-block;*/
	position: relative;
	z-index: 100;
	vertical-align: top;
	/*margin-left: -5px;*/
	width: 100%;
	display: block;
	-webkit-transition: opacity 2s linear;
	-moz-transition: opacity 2s linear;
	-o-transition: opacity 2s linear;
	transition: opacity 2s linear;
}
.scroll-to-fixed-fixed .menu li {
	display: inline-block;
	margin-left: -5px;
	width: 20%;
	left: 0 !important;
}
.scroll-to-fixed-fixed .menu li:before {
	left: 25px;
}
.menu li:nth-child(1) {
	left: 0;
}
.menu li:nth-child(2) {
	left: 100%;
}
.menu li:nth-child(3) {
	left: 200%;
	margin-top: -12%;
}
.menu li:nth-child(4) {
	left: 300%;
	margin-top: -28%;
}
.menu li:nth-child(5) {
	left: 400%;
	margin-top: -35%;
}
.menu li a {
	font-weight: 600;
	text-decoration: none;
	display: block;
	transition: all 0.2s ease-in-out 0s;
	letter-spacing: .5px;
	color: #6a3906;
	font-size: 120%;
	height: 45px;
	line-height: 45px;
}
.menu li a:before {
	top: -20px;
	left: 70px;
	content: "";
	position: absolute;
	pointer-events: none;
	background-repeat: no-repeat;
	margin-top: -40px;
	background-size: 75%;
	height: 100px;
	width: 100px;
}
.menu li.nav1 a:before {
	background-image: url(../images/nav1_deco.png);
}
.menu li.nav2 a:before {
	background-image: url(../images/nav2_deco.png);
}
.menu li.nav3 a:before {
	background-image: url(../images/nav3_deco.png);
}
.menu li.nav4 a:before {
	background-image: url(../images/nav4_deco.png);
}
.menu li.nav5 a:before {
	background-image: url(../images/nav5_deco.png);
}
.menu li a:hover:before, .menu li a.current:before {
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.menu li.nav1 a:hover:before, .menu li.nav1.current a:before {
	background-image: url(../images/nav1_deco_g.png);
}
.menu li.nav2 a:hover:before, .menu li.nav2.current a:before {
	background-image: url(../images/nav2_deco_g.png);
}
.menu li.nav3 a:hover:before, .menu li.nav3.current a:before {
	background-image: url(../images/nav3_deco_g.png);
}
.menu li.nav4 a:hover:before, .menu li.nav4.current a:before {
	background-image: url(../images/nav4_deco_g.png);
}
.menu li.nav5 a:hover:before, .menu li.nav5.current a:before {
	background-image: url(../images/nav5_deco_g.png);
}
.menu li a:after {
	content: "";
	width: 194px;
	height: 220px;
	background: url(../images/nav_circle.png) no-repeat center;
	background-size: 75%;
	position: absolute;
	top: -116px;
	left: 12px;
}
.menu li.nav2 a:after {
	transform: rotate(-35deg);
}
.menu li.nav3 a:after {
	transform: rotate(-100deg);
}
.menu li.nav4 a:after {
	transform: rotate(-30deg);
}
.menu li.nav5 a:after {
	transform: rotate(65deg);
}
.menu li a:hover:after, .menu li.current a:after {
	background: url(../images/nav_circle_g.png) no-repeat center;
	background-size: 75%;
	transition: all 0.2s ease-in-out 0s;
}
/*置頂主選單*/
.scroll-to-fixed-fixed .menu {
}
.scroll-to-fixed-fixed .menu li {
	margin-top: 0;
	border-right: 1px solid rgba(255,255,255,.1);
}
.scroll-to-fixed-fixed .menu li a {
	color: #fff;
	font-size: 115%;
	height: 85px;
	line-height: 85px;
	border-radius: 0;
	padding-left: 70px;
}
.scroll-to-fixed-fixed .menu li a:before {
	top: 50px;
	left: 120px;
	background-size: 65%;
}
.scroll-to-fixed-fixed .menu li.nav1 a:before {
	background-image: url(../images/nav1_deco_w.png);
}
.scroll-to-fixed-fixed .menu li.nav2 a:before {
	background-image: url(../images/nav2_deco_w.png);
}
.scroll-to-fixed-fixed .menu li.nav3 a:before {
	background-image: url(../images/nav3_deco_w.png);
}
.scroll-to-fixed-fixed .menu li.nav4 a:before {
	background-image: url(../images/nav4_deco_w.png);
}
.scroll-to-fixed-fixed .menu li.nav5 a:before {
	background-image: url(../images/nav5_deco_w.png);
}
.scroll-to-fixed-fixed .menu li.nav6 a:before {
	background-image: url(../images/home_w.png);
}
.scroll-to-fixed-fixed .menu li.nav7 a:before {
	background-image: url(../images/taiwanhome_w.png);
}
.scroll-to-fixed-fixed .menu li a:hover:before, .scroll-to-fixed-fixed .menu li a.current:before {
}
.menu li a:hover, .menu li:hover>a, .menu li.current a {
	color: #598248;
}
.scroll-to-fixed-fixed .menu li a:hover, .scroll-to-fixed-fixed .menu li:hover>a, .scroll-to-fixed-fixed .menu li.current a {
	background-color: #3e5d31;
	color: #fff;
}
.scroll-to-fixed-fixed .menu li a:after {
	display: none;
}
.scroll-to-fixed-fixed a.acc {
	color: #598248;
}
/*置頂主選單end*/

.menu ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	left: 0px;
	background: #fff;
	z-index: 99;
	transform: translate(0, 20px);
	transition: all 0.2s ease-out;
}
.menu ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.menu ul li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}
.menu ul li a {
	font-size: 12px;
	font-weight: normal;
	display: block;
	color: #797979;
	background: #fff;
}
.menu ul li a:hover, .menu ul li:hover>a {
	background: #FC6D58;
	color: #fff;
}
.menu li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
.menu ul ul {
	left: 169px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 20px);
	transition: all 0.2s ease-out;
}
.menu ul ul:after {
	left: -6px;
	top: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}
.menu li>ul ul:hover {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
.responsive-menu {
	display: none;
	width: 100%;
	padding: 20px 15px;
	background: #598248;
	color: #e9e5da;
	text-transform: uppercase;
	font-weight: 600;
}
.responsive-menu:hover { /*background: none;*/
	color: #18A869;
	text-decoration: none;
}
a.homer {
	background: #FC6D58;
}
.menu li.device {
	display: none;
}
/*主選單 end*/

.arrowDown {
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: -28px;
	width: 56px;
	height: 56px;
	display: none;
}
.arrowDown a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}
.arrowDown a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/icon-arrowDown_3.png) center no-repeat;
	position: absolute;
	background: #1A3A3E url(../images/icon-arrowDown_3.png) center no-repeat;
	border-radius: 50%;
}
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
 60% {
 -moz-transform: translateY(10px);
 transform: translateY(10px);
}
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 60% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 60% {
 -moz-transform: translateY(10px);
 -ms-transform: translateY(10px);
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
}
.paper {
	width: 100%;/*kenny1070323*/
	position: absolute;
	top: 450px;
}
.paper img {
	width: 100%;
}
@media screen and (max-width: 800px) {
.paper img {
	display:none;
}
	}
.bounce:before {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.main {
	padding: 160px 0 0 0;
	position: relative;
	background: url(../images/footerBg.png) no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 495px;
}
.innerPage .main {
	background: none;
	padding-bottom: 0;
}
.main .acc {
	position: absolute;
	color: #007894;
	left: -20px;
}
.main > .hd, .main > .content .section .wrap {
	width: 100%;
	position: relative;
	z-index: 2;
}
.main > .hd .wrap {
	padding: 0px 15% 60px 15%;
}
.content .section .wrap {
	padding: 0px 15% 60px 15%;
	;
}
/*.index .content .section .wrap, .index .main > .hd .wrap { padding: 0px 15% 60px 15%; }*/
.main > .hd h1 {
	
	color: #598248;
	font-size: 250%;
	padding-left: 10%;
	position: relative;
	padding-right:22%;
}
/*.main > .hd h1:after {
    display: block;
    content: "";
    position: absolute;
    width: 214px;
    height: 60px;
    left: 50%;
    top: 0px;
    margin-left: -107px;
    background: url(../images/icon_h1.png) center /100%;
    background-repeat: no-repeat;
}*/
.fontSize {
	position: absolute;
	right: 22%;
	top: 10px;
	width: 100px;
	z-index: 3;
}
.fontSize li {
	display: inline-block;
}
.fontSize li a {
	display: block;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	background: #d6884a center no-repeat;
	background-size: 60%;
	text-indent: -9999px;
	overflow: hidden;
}
.fontSize li.sizeS a {
	background-image: url(../images/fontSizeDec.png);
}
.fontSize li.sizeL a {
	background-image: url(../images/fontSizeInc.png);
}
.index .fontSize {
	right: 15%;
}
.main > .deco, .main > .hd .deco, .main .content .section .deco {
	background-size: 100% !important;
	position: absolute;
	transition: all 1.5s ease-out;
}
.main > .hd .deco1 {
	left: 0;
	bottom: -50px;
	width: 180px;
	height: 460px;
	background: url(../images/deco_1.png) no-repeat 0 0;
}
.main > .deco1 {
	left: 6.5%;
	top: 0px;
	width: 15%;
	height: 0;
	padding-bottom: 37%;
	background: url(../images/deco_1.png) no-repeat 0 0;
}
.main > .deco2 {
	left: 77%;
	top: -18%;
	width: 28%;
	height: 0;
	padding-bottom: 25%;
	background: url(../images/deco_2.png) no-repeat 0 0;
}
.main .content {
	font-size: 100%;
	line-height: 180%;
	position: relative;
}
.main .content p {
	margin-bottom: 5%;
	padding: 0 10%;/* text-shadow: 0 0 0.2em #fffde1, 0 0 0.2em #fffde1, 0 0 0.2em #fffde1; */
	text-align: justify;
}
.main .content .section {
	position: relative;
	z-index: 2;
}
/*點亮內頁*/
.main .content .photo img {
	border-radius: 20px;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.main .content .infobox {
	margin-bottom: 20px;
}
.main .content .infobox h2 {
	color: #a17757;
	font-size: 140%;
	font-weight: bold;
	padding: 40px;
	padding-left: 50px;
	background: url(../images/h_icon.png) no-repeat 0 0;
	background-size: 3%;
	background-position: center left;
}
.main .content .infobox h3 {
	font-size: 130%;
	padding: 20px 0;
	color: #e16400;
	font-weight: bolder;
}
.main .content .infobox ul {
	overflow: hidden;
	margin-bottom: 20px;
}
.main .content .infobox li {
	float: left;
	background-color: #598248;
	color: #FFF;
	padding: 5px 20px;
	border-radius: 10px;
	margin: 10px 30px;
	letter-spacing: 0.5px;
}
.main .content .infobox li:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 18px;
	background: url(../images/deco_arrow.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 3px 0 0 35px;
	z-index: 2;
}
.main .content .infobox li.last:after {
	display: none;
}
.main .content .infobox p {
	margin-bottom: 2%;
	letter-spacing: 0.5px;
	padding: 0;
}
.main .content .infobox p span {
	color: #598248;
	font-weight: bold;
}
.subMenu {
	padding: 0px 22% 60px;
}
.subMenu li {
	display: inline-block;
	padding-left: 40px;
	position: relative;
}
.subMenu li:first-child {
	padding-left: 0px;
}
.subMenu li:before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -15px;
	display: block;
	width: 1px;
	height: 30px;
	background: rgba(0,0,0,.2);
}
.subMenu li:first-child:before {
	display: none;
}
.subMenu li a {
	display: block;
	color: #383736;
	padding: 2px 0;
	font-size: 150%;
}
.subMenu li.current a, .subMenu li a:hover {
	color: #fff;
	background: #d6884a;
	padding: 2px 15px;
}
/*點亮內頁end*/

.main .content .section h4 {
	font-size: 180%;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 150%;
	color: #335590;
}
.index .main .content .section_1 .wrap p:nth-child() {
	height: 500px;
	padding-top: 10%;
	box-sizing: border-box;
	color: red;
}
.scepter {
	background: url(../images/scepter.png) no-repeat center;
	background-size: contain;
	width: 500px;
	height: 200px;
	float: right;
}
.main .content .section_1 .wrap .box {
	height: 500px;
}
.innerPage .section .wrap {
	padding: 0px 22% 60px;
}
.highLight {
	color: #1A3A3E;
}
.content .brief {
	font-size: 110%;
}
.content .brief > .wrap {
	padding: 60px 15%;
}
.selectionList {
	padding: 0px 15% 50px 15%;
}
.selectionList .sec {
	position: relative;
	display: inline-block;
	width: 33.3333%;
	margin-left: -1%;
	vertical-align: top;
	margin-bottom: 30px;
}
.selectionList .sec em {
	position: absolute;
	top: -80px;
}
.selectionList .sec > .wrap {
	padding: 0px 5% 30px 5%;
}
.selectionList .sec:nth-child(odd) {/*background: rgba(0,0,0,.1);*/
}
.selectionList .sec h2 {/*height: 65px;*/
	font-size: 120%;
	color: #2E334E; /*line-height: 140%;*/
	font-weight: bold;
	margin-bottom: 5%;
	display: block;
}
.selectionList .sec p {
	padding: 10px 0px;
	font-weight: bold;
	display: block;
}
.selectionList .sec ol {
	margin-bottom: 40px;
}
.selectionList .sec ol li {
	padding: 0 0 0 25px; /*background: url(../images/listIcon_1.jpg) no-repeat 5px 10px;*/
	color: #6a3906;
	font-size: 120%;
	font-weight: 700;
}
.selectionList .sec > .wrap .content {
	position: relative;
	padding: 0 50% 0 0; /*min-height: 300px;*/
}
.selectionList .sec > .wrap .content .Img {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 45%;
}
.selectionList .sec > .wrap .content .Img a, .selectionList .sec .row .Img a {
	display: block;
	position: relative;
	width: 100%;
}
.selectionList .sec > .wrap .content .Img a img, .selectionList .sec .row .Img a img {
	padding: 5px;
	background: #bcb2a2;
	width: 100%;
}
.selectionList .sec > .wrap .content .Img a:before, .selectionList .sec .row .Img a:before {
	display: block;
	position: absolute;
	content: '';
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	background: #1A3A3E url(../images/icon_search_2.png) no-repeat center;
	background-size: 50%;
	width: 35px;
	height: 35px;
	opacity: .7;
	transition: all 1.5s ease-out;
}
.selectionList .sec > .wrap .content .Img a:hover:before, .selectionList .sec .row .Img a:hover:before {
	opacity: 1;
}
.selectionList .sec .row .Img {
	width: 30%;
}
.selectionList .sec:nth-child(even) > .wrap .content {
	padding: 0 0 0 50%;
}
.selectionList .sec:nth-child(even) > .wrap .content .Img {
	right: auto;
	left: 0px;
}
.selectionList .sec.clearAll > .wrap .content {
	position: relative;
	padding: 0; /*min-height: 300px;*/
}
.selectionList .sec.clearAll > .wrap .content .Img {
	position: static;
	right: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
}
.selectionList .sec.clearAll > .wrap .content .Img a {
	width: 100%;
	display: inline-block;
}
.selectionList .sec .row {
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 1px solid #C3B7A7;
}
.sponsors {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #e4bb00;
	padding: 2%;
	text-align: center;
}
.sponsors ul li {
	display: inline-block;
}
.sponsors img {
	height: 45px;
}
h4.topic {
	font-weight: 700;
	color: #6a3906;
	font-size: 120%;
}
.siteMap ul {
	padding: 0 22% 60px 22%;
}
.siteMap ul li {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
	vertical-align: top;
	text-align: left;
}
.siteMap ul li a {
	display: block;
	color: #fff;
	font-weight: 700;
	background: #669999;
	padding: 5px 20px 5px 35px;
	position: relative;
}
.siteMap ul li a:hover {
	background-color: #a21a1c;
}
.siteMap ul li a:before {
	position: absolute;
	left: 15px;
	top: 5px;
}
.siteMap ul li:nth-child(1) a:before {
	content: "1.";
}
.siteMap ul li:nth-child(2) a:before {
	content: "2.";
}
.siteMap ul li:nth-child(3) a:before {
	content: "3.";
}
.siteMap ul li:nth-child(4) a:before {
	content: "4.";
}
.siteMap ul li:nth-child(5) a:before {
	content: "5.";
}
.siteMap ul li:nth-child(6) a:before {
	content: "6.";
}
.siteMap ul li:nth-child(7) a:before {
	content: "7.";
}
.siteMap ul li:nth-child(8) a:before {
	content: "8.";
}
.siteMap ul li:nth-child(9) a:before {
	content: "9.";
}
.siteMap ul li:nth-child(10) a:before {
	content: "10.";
}
.tableStyle {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.tableStyle dl {
	display: table-row;
}
.tableStyle dl dt, .tableStyle dl dd {
	display: table-cell;
	border-bottom: 1px solid #C3B7A7;
	padding: 5px 10px;
}
.tableStyle.table_1 dt, .tableStyle.table_1 dd {
	width: 16.666666%;
}
.tableBeautified_1 {
	margin: 0 0 50px;
}
.tableBeautified_1 th, .tableBeautified_1 td {
	padding: 5px;
	border: 1px solid #E2C093;
}
.tableBeautified_1 th:nth-child(1) {
	width: 30%;
}
.tableBeautified_1 th:nth-child(2) {
	width: 20%;
}
.tableBeautified_1 th:nth-child(3) {
	width: 20%;
}
.tableBeautified_1 th:nth-child(4) {
	width: 15%;
}
.tableBeautified_1 th:nth-child(5) {
	width: 15%;
}
.accordion th, .accordion td  .kaiuFont {
	font-family: '標楷體', 'PT Sans', Arial, sans-serif;
	font-size: 105%;
}
.relatedPage {
	display: none;
}/*隱藏其他連結*/
.relatedPage li.current a.btn {
	height: 55px;
	line-height: 55px;
	padding: 0 15px 0 45px;
	background: #001731;
	position: relative;
}
.relatedPage li.current a.btn:before {
	position: absolute;
	left: 13px;
	top: 18px;
	width: 20px;
	height: 20px;
	content: "";
	display: block;
	background: url(../images/icon_the4.png) no-repeat;
	background-size: contain;
}
.relatedPage ul li a {
	width: 210px;
}
.relatedPage .sf-menu ul li {
	background: #d99d5e;
	white-space: initial;
	border-top: 1px solid #E5AF77;
}
.relatedPage .sf-menu ul li a:hover {
	background: #d69551;
}
.textShadow_1 {
	text-shadow: 0 0 0.2em #fffde1, 0 0 0.2em #fffde1, 0 0 0.2em #fffde1;
}
/***來華前後***/
.page2 .main {
	background-image: url(../images/page2_deco1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
.page2 .main .content {
	background-image: url(../images/page2_deco2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/***院體新樣***/
.page3 .main {
	background-image: url(../images/page3_deco1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
.page3 .main .content {
	background-image: url(../images/page3_deco2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.page3 .main .content:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 249px;
	height: 389px;
	content: "";
	display: block;
	background: url(../images/page3_deco3.png) no-repeat;
}
/***圖成百駿***/
.page4 .main {
	background-image: url(../images/page4_deco1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
.page4 .main .content {
	background-image: url(../images/page4_deco2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
/***圖寫朝儀***/
.page5 .main {
	background-image: url(../images/page5_deco1.png);
	background-repeat: no-repeat;
	background-position: center -50px;
	background-size: 100%;
}
.page5 .main:after {
	position: absolute;
	top: 450px;
	right: 0;
	width: 20%;
	height: 0;
	padding-top: 50%;
	content: "";
	display: block;
	background: url(../images/page5_deco2.png) no-repeat;
	background-size: 100%;
	z-index: 0;
}
.page5 .main .content {
	background-image: url(../images/page5_deco3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	padding-bottom: 200px;
}
/*.page5 .section_1 {padding-bottom: 50px;}*/

/***如真呈覽***/
.page6 .main {
	background-image: url(../images/page6_deco1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
.page6 .main .content:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 719px;
	height: 519px;
	content: "";
	display: block;
	background: url(../images/page6_deco2.png) no-repeat;
}
/***銅版記功***/
.page7 .main {
	background-image: url(../images/page7_deco1.png);
	background-repeat: no-repeat;
	background-position: left 85px;
}
.page7 .main:after {
	position: absolute;
	/*top: 450px;*/
    /*top: 1028px;*/
	top: 21%;
	right: 0;
	width: 35%;
	height: 0;
	padding-top: 35%;
	content: "";
	display: block;
	background: url(../images/page7_deco2.png) no-repeat;
	background-size: 100%;
	z-index: 0;
}
.page7 .main .content {
	background-image: url(../images/page7_deco4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.page7 .main .content:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 502px;
	height: 673px;
	content: "";
	display: block;
	background: url(../images/page7_deco3.png) no-repeat;
}
.page7 .section_1 {
	padding-bottom: 200px;
}
.page7 .section:last-child {
	padding-bottom: 160px;
}
/*展覽清單*/
.page8 .main {
	padding-top: 150px;
}
.page8 .main > .hd .wrap {
	padding-bottom: 65px;
}
.page8 .main .content {
	background-image: url(../images/page8_deco1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 350px;
}
.listAll dl {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #b9ae9b;
}
.listAll dl:first-child {
	border-top: 0;
}
.listAll dt {
	float: left;
	width: 66%;
	padding: 0 15px 0 0;
	position: relative;
}
.listAll dt i {
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 45px;
	height: 55px;
	line-height: 55px;
	font-size: 130%;
	color: #fff;
	text-align: center;
	background: #484131;
	border-radius: 50%;
}
.listAll dt h2 {
	font-size: 130%;
	font-weight: 700;
	color: #013ca6;
}
.listAll dt h2 a {
	text-decoration: underline;
}
.listAll dt h2 a:hover {
	text-decoration: none;
}
.listAll dt p {
	font-size: 90%;
	font-weight: 700;
}
.main .content .listAll dt p {
	margin-bottom: 0;
}
.listAll dt p span {
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}
.listAll dt p span:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 3px;
	width: 1px;
	height: 15px;
	content: "";
	background: #82755e;
}
.listAll dt p span:first-child {
	padding-left: 0px;
	margin-left: 0px;
}
.listAll dt p span:first-child:before {
	display: none;
}
.listAll dd.uniCode {
	float: right;
	width: 33%;
}
.listAll dd.uniCode p {
	padding: 5px 10px;
	background: #e5d2b1;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
	font-weight: 700;
}
.listAll > .wrap {
	padding: 0 22%;
}
.listAll table {
	word-break: break-word;
	margin: 20px 0;
}
.listAll th, .listAll td {
	padding: 5px;
	border: 1px solid #E2C093;
}
.listAll th {
	background: #007A97;
	color: #fff;
}
.listAll tr:nth-child(odd) td {
	background: #EADCC9;
}
h3.topic {
	margin: 0;
	background-color: #ce9459;
	position: relative;
}
/*h3.topic:before, h3.topic.open:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #CE9459 transparent transparent transparent;
}*/
h3.topic a {
	display: block;
	padding: 10px;
	margin: 0;
	color: #fff;
	font-size: 130%;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}
.SelecttionList h3.topic a {
	cursor: default;
}
h5.topic {
	font-weight: 700;
	color: #6a3906;
	font-size: 120%;
}
/*展件列表 carousel*/
.selectionList .col-l {
	width: 50%;
	padding: 0 25px 0 5px;
	margin-bottom: 30px;
}
.selectionList .col-r {
	width: 50%;
	padding: 0 0 0 25px;
}
.selectionList .col-l a {
	position: relative;
	display: block;
}
.selectionList .col-l a:before {
	display: block;
	position: absolute;
	content: '';
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	background: #d95d45 url(../images/icon_search_2.png) no-repeat center;
	background-size: 50%;
	width: 35px;
	height: 35px;
	opacity: .7;
	transition: all 1.5s ease-out;
}
.selectionList .col-l img {
	display: block;
	width: 100%;
	border: 10px solid #e3e1d4;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5)
}
.selectionList h3 {
	color: #4a3513;
	font-size: 140%;
	margin-bottom: 20px;
}
.selectionList h2 {
	color: #294e8e;
	font-size: 210%;
	margin-top: 20px;
	line-height: 130%;
}
.selectionList ol {
	margin-bottom: 50px;
	font-size: 80%;
	color: #4a3513;
}
.selectionList li {
	padding-left: 20px;
	position: relative;
}
.selectionList ol li:before {
	display: block;
	position: absolute;
	content: '';
	left: 5px;
	top: 14px;
	border-radius: 50%;
	background: #d95d45;
	width: 5px;
	height: 5px;
}
.selectionList p {
	font-size: 92%;
}
.selectionList .clearBoth .col-l, .selectionList .clearBoth .col-r {
	float: none;
	width: 100%;
	padding: 0 5px;
}
.selectionList .cf {
	padding-top: 85px;
}
.selectionListContainer {
	width: 100%;
	position: relative;
	padding: 5% 15%;
	background: #eeeeee;
}
.selectionListContainer .slick-slider {
	margin-bottom: 60px;
}
.img3_1 .description {
	padding-bottom: 85%;
}
.externalLinks {
	margin-bottom: 5%;
}
.externalLinks li {
	float: left;
	margin: 0 10px 10px 0;
	padding-left: 0;
}
.externalLinks li a {
	display: block;
	border: 3px solid #294e8e;
	padding: 5px 15px;
	padding-right: 50px;
	color: #fff;
	background-color: #294e8e;
	position: relative;
}
.externalLinks li a:hover {
	color: #294e8e;
	background-color: #fff;
}
.externalLinks li a:before {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background: url(../images/icon-external.svg);
	background-size: 100%;
	position: absolute;
	right: 15px;
	top: 12px;
}
.externalLinks li a:hover:before {
	background: url(../images/icon-external_blue.svg);
	background-size: 100%;
}
.embedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
}
.embedVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/************accordion************/
.accordion {
	margin-bottom: 30px;
}
.accordion h3 {
	margin: 0;
	background-color: #ce9459;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.accordion h3 a {
	display: block;
	padding: 10px;
	margin: 0;
	color: #fff;
	font-size: 130%;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}
.accordion h3:hover {
	background: #c7833e;
}
.accordion h3.open {
	background: #c7833e;
}
.accordion h3.open a {
	background-position: 15px -125px;
	color: #fff;
}
.accordion h3 + div {
	padding: 10px;
}
.accordion h3:hover:before, .accordion h3.open:before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #c7833e transparent transparent transparent;
}
/* Pre hide sections with JavaScript on
--- */
.accordion h3+div {
	display: none;
}
/* CSS3 Animation example
--- */
.accordion h3 + div {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	background: transparent;
	display: block!important;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 30px;
}
.accordion h3 + div > .content {
	padding-bottom: 30px !important;
	background: none !important;
}
.accordion h3.open + div {
	height: auto;
	background: transparent;
}
.accordion.default h3 a {
	background: url("../images/icon-accordion_d.png") 15px 13px no-repeat;
}
.accordion h3 i {
	color: #484131;
}
.accordion table {
	word-break: break-word;
	margin: 20px 0;
	font-size: 80%;
}
.accordion th, .accordion td {
	padding: 5px;
	border: 1px solid #E2C093;
}
/************accordion end************/

/*逼不得已 index*/
.index .relatedPage {
	margin-right: 3%;
	border: 3px solid #fff;
}
.index .relatedPage li.current a.btn {
	background: transparent;
	color: #fff;
}
.index .relatedPage .sf-menu a:hover {
	color: #fff;
}
.index .relatedPage .sf-menu ul {
	left: -3px;
	border: 3px solid #fff;
	width: 216px;
}
.index .relatedPage .sf-menu ul li:first-child {
	border-top: none;
}
.index .relatedPage .sf-menu ul li a {
	width: 100%;
	line-height: 20px;
}
/************footer************/
.footer {
	position: relative; /*z-index: 3*/
	;
	font-size: 80%;
}
.footer .wrap {
	color: #1a1a1a;
}
.footer .wrap a {
	color: #fff;
}
.innerPage .footer .wrap {
	background-color: #598248;
	color: #FFF;
}
.innerPage .footer .wrap a {
	color: #598248;
}
.footer .wrap a:hover {
	color: #336666;
}
.footer .col-l {
	padding: 30px 135px;
	width: 100%;
}
.footer .col-r {
	width: 40%;
}
.footer .relatedLinks {
	padding: 0;
	border-left: 1px solid rgba(255,255,255,.1);
}
.footer .relatedLinks li {
	float: left;
	vertical-align: top;
	padding: 20px 2%;
	width: 33.333333%;
	border-left: 1px solid rgba(0,0,0,.15);
	border-right: 1px solid rgba(255,255,255,.1);
}
.footer .relatedLinks li a {
	text-align: center;
	display: block;
	padding-top: 80px;
	background: transparent no-repeat center 10px;
}
.footer .relatedLinks li a:hover {
	background-position: center 5px;
}
.footer .relatedLinks li.nav1 a {
	background-image: url(../images/footerInfo_1.png);
}
.footer .relatedLinks li.nav2 a {
	background-image: url(../images/footerInfo_2.png);
}
.footer .relatedLinks li.nav3 a {
	background-image: url(../images/footerInfo_3.png);
}
.footer .relatedLinks li.nav4 a {
	background-image: url(../images/googlePlay.png);
}
.footer .relatedLinks li.nav5 a {
	background-image: url(../images/appStore.png);
}
.footer .socialMedia {
	padding: 15px;
	display: none;
	border-top: 1px solid rgba(0,0,0,.15);
	clear: both;
}
.footer .socialMedia > .wrap {
	width: 230px;
	margin: 0 auto;
}
.footer .socialMedia h4 {
	display: inline-block;
}
.footer .socialMedia li {
	display: inline-block;
	vertical-align: top;
	padding: 0 2%;
	width: 25%;
	margin-left: -5px;
	background-color: transparent;
}
.footer .socialMedia li a {
	display: block;
	background: transparent no-repeat center 9px;
	text-indent: -9999px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #2e334e;
}
.footer .socialMedia li a:hover {
	background-color: #fff;
	background-position: center 115%;
}
.footer .socialMedia li.nav1 a {
	background-image: url(../images/socialMedia_1.png);
}
.footer .socialMedia li.nav2 a {
	background-image: url(../images/socialMedia_2.png);
}
.footer .socialMedia li.nav3 a {
	background-image: url(../images/socialMedia_3.png);
}
.footer .socialMedia li.nav4 a {
	background-image: url(../images/socialMedia_4.png);
}
.footer .copyR {
	position: relative;
	padding: 0 0 0 25%;
	text-align: left;
	clear: right;
}
.footer .copyR p {
	line-height: 180%;
}
.footer .copyR .Logo {
	position: absolute;
	left: 16%;
	top: 3px;
	width: 7%;
}
.footer .copyR .Logo img {
	width: 100%;
}
.footer .acc {
	position: absolute;
	left: 0px;
	top: 0px;
}
/*Back to top button */
.back-top {
	position: fixed;
	bottom: 200px;
	right: 30px;
	margin-left: 0px;
	z-index: 9;
	display: none;
}
.back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff !important;
}
.back-top a:hover {
}
.back-top span {
	width: 60px;
	height: 60px;
	display: block;
	background: #d6884a url(../../images/icon-toTop.svg) no-repeat center center;
	border-radius: 50%;
	opacity: 0.7;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	line-height: 60px;
}
.back-top a:hover span {
	opacity: 1;
}
/*zoom*/
ul#thumblist {
	display: block;
}
ul#thumblist li {
	margin-bottom: 20px;
	list-style: none;
}
ul#thumblist li a {
	display: block;
	border: 1px solid #CCC;
}
ul#thumblist li a.zoomThumbActive {
	border: 1px solid red;
}
ul#thumblist img {
	width: 115px;
}
.jqzoom {
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
}
.thumblistContain {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 20px;
}
.jqzoomContain, .zoomWindow, .zoomWrapper {
	width: 100% !important;
	height: 100% !important;
}
.zoomPad > img {
	height: 100%;
}
#inline_content_photo > #content {
	width: 100%;
	height: 100%;
}
.PhotoZoomSlider {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	padding-bottom: 115px;
}
.PhotoZoomSlider > .align_center {/*height: inherit;*/
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.PhotoZoomSlider > .align_center img.cloudzoom {
	max-width: 100%;
	max-height: 100%;
}

/*zoom end*/

/*animation*/
@keyframes fadein {
from {
opacity: 0;
}
to {
	opacity: 1;
}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
	opacity: 1;
}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
	opacity: 1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
	opacity: 1;
}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from {
opacity: 0;
}
to {
	opacity: 1;
}
}
/*animation end*/

.other_h1 {
	color: #598248;
	font-size: 250%;  /*padding: 60px 0 0 0;*/
	position: relative;
	padding: 60px 0px;
	display: block;
	border-top: 1px solid rgba(0,0,0,.3);
}
