/* Minification failed. Returning unminified contents.
(1202,35): run-time error CSS1034: 
(1202,35): run-time error CSS1042: Expected function, found ','
(1202,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(4051,1): run-time error CSS1019: Unexpected token, found '@import'
(4051,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600&display=swap")'
(4657,1): run-time error CSS1019: Unexpected token, found '}'
(6313,42): run-time error CSS1034: 
(6313,42): run-time error CSS1042: Expected function, found ','
(6313,46): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(6865,50): run-time error CSS1034: 
(6865,50): run-time error CSS1042: Expected function, found ','
(6865,52): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(6913,46): run-time error CSS1034: 
(6913,46): run-time error CSS1042: Expected function, found ','
(6913,50): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(9296,36): run-time error CSS1034: 
(9296,36): run-time error CSS1042: Expected function, found ','
(9296,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(9397,36): run-time error CSS1034: 
(9397,36): run-time error CSS1042: Expected function, found ','
(9397,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(9905,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9906,9): run-time error CSS1035: Expected colon, found '{'
(11356,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(11357,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(13146,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(13147,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(13180,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(13181,10): run-time error CSS1035: Expected colon, found '{'
(13185,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(13186,10): run-time error CSS1035: Expected colon, found '{'
(13190,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(13191,8): run-time error CSS1035: Expected colon, found '{'
(13915,1): run-time error CSS1019: Unexpected token, found '}'
 */
@charset 'utf-8';
/* CSS Document */

body {
    margin: 0;
    position: relative;
}

body img{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}



.outerWrap {  
	position: relative;	
    height: 100%;
	max-width:100%;
}


.header {
	    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0.125em 0.625em RGBA(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0.125em 0.625em RGBA(0, 0, 0, 0.3);
    box-shadow: 0 0.125em 0.625em RGBA(0, 0, 0, 0.3);
    box-sizing: border-box;
}
/*---------------

logo
-------------*/
.header h1 {
	 z-index:999;
	position: relative;
    display: block;
 
    cursor: pointer;
    left: 0;
    top: 0.313em; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 21em;
    text-align: center;  
	float: left;
    padding-top: 13px;

}

.header h1 a {
	 z-index:999;
        display: inline-block;
    width: 100%;
    height: 85px;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}


.nav_main .logo img{
    max-width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.header.active .headerWapper .logo img{
    max-width: 100%;
}
/*------------------
topmenu
----------------------*/


.top_link{
      text-align: right;
    position: absolute;
    right: 15px;
	top: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}
.top_link ul{
	list-style: none;
	list-style-type: none;
	left: 0;
	padding: 0;
	margin: 0
}
.header .top_link:after{
    content: '';
    clear: both;
    display: block;
}

/*------------
top menu txt
-----------*/

.top_link ul.tl li{
    display: inline-block;
    padding: 0px 7px 0px 15px;
    vertical-align: top;
}

/*--social--*/
.top_link ul.tl li> span{
	
	display: inline-block
}



.topfb {
    cursor: pointer;
    text-indent: -9999px;
    text-align: center;
    margin: 0;
    background-image: url(../images/icon/ph_fb.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: 0;
    margin: 3px auto 0 auto;
    display: inline-block;
}

.topig {
    cursor: pointer;
    text-indent: -9999px;
    text-align: center;
    margin: 0;
    background-image: url(../images/icon/ph_ig.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: 0;
    margin: 3px auto 0 auto;
    display: inline-block;
}


.topyoutube {
    cursor: pointer;
    text-indent: -9999px;
    text-align: center;
    margin: 0;
    background-image: url(../images/icon/ph_youtube.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: 0;
    display: inline-block;
    margin: 3px auto 0 auto;
}

/*--bar--*/
.top_link ul.tl li:before{ 
        content: "";
    position: relative;
    right: 14px;
    top: 1px;
    height: 9px;
    border-right: 1px solid #595757;
}

.top_link ul.tl li:first-child:before, 
.top_link ul.tl li:last-child:before {
    border-right: none;
}
.top_link ul.tl li a{
    color: #595757;
    font-size:0.875em;
    line-height: 34px;
	text-align: center
}
.top_link ul.tl li a:hover{
    color:#973333;
}





/*----------------------------
   top menu lang
-------------------------------*/

.top_link ul.tl li.lang span{
    padding: 0px 4px;
}
.top_link ul.tl li.lang{
    padding-top: 2px;
	
}
 .top_link ul.tl li.lang div{
	cursor: pointer;
    position: relative;
    width: 80px;
    height:35px;
    padding-right: 15px;
    overflow: hidden;
    box-sizing: border-box;
	z-index: 21
}
.top_link ul.tl li.lang div:before{
    content: "";
    position: absolute;
    right: 1px;
    top:12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #3e3a39 transparent transparent transparent;
}
.top_link ul.tl li.lang div a{
    display: inline-block;
    text-align: right;
    line-height:30px;
    border: 1px solid transparent;
    box-sizing: border-box;
    padding:0px 15px 2px 0;

}
.top_link ul.tl li.lang div .hide{
    position: absolute;
    right: 15px;
    top: 25px;
    width: 65px;
}
.top_link ul.tl li.lang div:hover{
    overflow: visible;
}
.top_link ul.tl li.lang div:hover a{
    border-color: #aeaeae;
    background: #FFF;
    color: #000;
}
.top_link ul.tl li.lang div:hover a:hover{
    background: #973333;
    color: #FFF;
}


/*--20201102更正----*/

.topLine{ position: relative;}
.topLine:before{
    content: "";
	display: none
}

/*-----------------------------

pclang

---------------------------*/


/*--20201102更正----*/
.pclanguageBox {
     margin: auto;
    padding: 0;
    background: #fff;
	cursor: pointer;
    position: relative;
    width: 80px;
    height:35px;
    right:20px;
    box-sizing: border-box;
	z-index: 21;
	display: inline-block !important
}




 .pclanguageBox .pcdropDown>a {
    width: 75px;
    height: 28px;
    line-height: 28px;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    color: #4d4d4d;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 500;
    position: relative;
    text-align: center;

}

.pclanguageBox .pcdropDown {
       box-sizing: border-box;
      transition: all 0.4s;
	padding: 0 !important
}

 .pcdropDown>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("../images/icon/earthlang.svg") center no-repeat;
    background-size: 100%;
    top: 10px;
    left:-5px;
}
/*.pclanguageBox .pcdropDown>a:after {
	content: "";
    width: 15px;
    height: 15px;
    border-style: solid;
    border-top: 5px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 12px;
    right: -3px;
    position: relative;

}*/
.pclanguageBox ul {
    list-style: none;
    list-style-type: none;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    margin-top: 1px;
    position: absolute;
    height: auto;
    max-width: 100% !important;
    width: 100% !important;
    border-top: none;
    box-sizing: border-box;
    display: block /*!important*/;
    border: #ddd solid 1px;
    background: #E9E9E9 !important
}

.pclanguageBox-menu li {
    background-color: #fff;
    border-bottom: #ddd solid 1px;
    max-width: 100%;
    width: 100%;
    height: 28px;
    padding: 0px 0px !important;
    display: block /*!important*/;
    
}

.languageBox-menu li + li{  border-bottom:none}
.pclanguageBox-menu li a {
    line-height: 1.8 !important;
    font-size: 0.938em;
    width: 100%;
    display: block !important;
    position: relative;
    top: 0px;
    opacity: 1;
    text-align: center;
    list-style: none;
    cursor: pointer;
    transform-origin: 10% 50%;
    -ms-transform-origin: 10% 50%;
    -webkit-transform-origin: 10% 50%;
    -o-transform-origin: 10% 50%;
    -moz-transform-origin: 10% 50%;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    display: block !important;
    padding: 3px 0 !important;
}
@media screen and (max-width:414px) {
	
	.languageBox { width:80px}
	
.languageBox .dropDown>a {
    width: 80px;	font-size: 0.8em; padding: 0 5px!important}
	
	
	
}

/*---------

pcmenu
-----------------*/
.headerWapper{
    width:95%;
    max-width: 1440px;
    margin: 0px auto;
    padding-bottom: 1px;
    position: relative;
}
.headerWapper:after{
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
}


/*------------------
 menu 主選單

------------------*/
.headerWapper .navigation_right{
    float: right;
	margin: 0;
	padding: 0 10px 0 10px;
		    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.headerWapper .navigation{
    margin-top: 0px;
    margin-left: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.headerWapper ul.navigation >li{
    display: inline-block;
    position: relative;
    padding: 0px 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.headerWapper ul.navigation >li>a{
    color: #3e3a39;
    font-weight: bold;
    font-size: 1.25em;
    display: block;
    border-radius: 5px 5px 0px 0px;
    padding: 2px 5px 9px 5px;
}
.headerWapper ul.navigation >li.active>a
.headerWapper ul.navigation >li>a:hover{
    color: #fff;
    background: #568636;
}
.headerWapper ul.navigation >li>ul{
    display:block;
    width: 100%;
    min-width: 100%;
    z-index: 3;
    padding: 10px 3px;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0px;
}
.headerWapper ul.navigation >li>ul >li >a{
    display: block;
    position: relative;
    line-height: 34px;
    box-sizing: border-box;
    padding-left: 10px;
    color: #3e3a39;
    font-size: 1.25em;
    white-space: nowrap;
}
.headerWapper ul.navigation >li>ul >li:hover >a
.headerWapper ul.navigation >li>ul >li.active >a{
    background-color: #568636;
    color: #fff;
}



/*---------------------------------

pcmenu
------------------------------*/



/* ------- wrapper ------- */
.headerInner {
	margin:35px 15px 0 0px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	z-index: 51;
   
}

.headerInner:after {
	  content: '';
    display: block;
    clear: both;
	
}
/* ------- nav ------- */
.Headnav {
	margin:30px auto 0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    display: inline-block;
    vertical-align: top;
    text-align: center;
	list-style: none;
	list-style-type: none;
	padding: 0;
    
}
.Headnav ul{
	list-style: none;
	list-style-type: none;
    left: 0;
    padding: 0;
	 margin:0;
    text-align: center;
		
}
.Headnav li {
	list-style: none;
	list-style-type: none
}

.Headnav > ul > li {
	position: relative;
	float: left;
	margin: 0 1px;
	    height: 100% !important;
    min-height: 100% !important;
	padding: 5px 20px

}

.Headnav ul li a {
	height:55px;
	line-height: 55px;
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-align: center;
    font-weight: bold;
    font-size: 1.2em;
       display: inline-block;
    position: relative;
	text-decoration: none;
	color: #222;
    outline: 0;
	padding:5px;

}

.Headnav ul li a:hover{color:#8e7c53;}




.Headnav ul li a:focus {
    color: #8e7c53;
    border: 2px dashed #B84A5B !important;
    background: #fff;
}

@media only screen and (max-width: 860px) {
    #HeaderTag {
        display: none;
    }
}


/*.Headnav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #b99d60;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.Headnav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}*/


/*---------------
sub-nav
----------------- */
ul.subs {
	position: absolute;
	top: 100%;
	   z-index:1;
    padding:0px 0px;
    text-align:center;
    box-sizing: border-box;
    background: rgba(255, 255,255, 0.88) !important;
	border: 1px solid #e9e9e9;
    text-align:center;
     padding: 0;
    margin: 0;
    left: 0;
    height: auto;
    text-align: justify;
    overflow: visible;
    width:auto;   
	font-size: 100%;  
	float: left;
    min-width: 150px;   
	list-style: none; 	
}   

/*---20201030----*/
ul.subs-last {
    left: -20px !important;
}
	





ul.subs li {
    list-style: none;
    list-style-type: none;
    position: relative;
    list-style: none;
    cursor: pointer;
    list-style: none;
    border-bottom: #dedede solid 0.063em;
    word-break: normal;
    float: none;
    margin: 0;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .2s;
   padding:0;
 /* background: rgba(255, 255,255, 0.98) !important;*/
	display: block;  
	margin: 0;
    vertical-align: top;
}

ul.subs li a {   
	white-space: normal;
    text-decoration: none;
    position: relative;
    font-size: 0.938em;
    text-align:center;
    height: auto;
       line-height: 30px;
    cursor: pointer;
      padding:8px 5px;
    display: block;
    border-bottom:#ddd soild 1px !important;
	clear: both;

}


 ul.subs li a:hover {
	background: rgba(142,124,83, 0.7);
	color:#FFF;
	 text-decoration: none;
    height: 100%;
}

ul.subs li a:focus {
    border: 2px dashed #B84A5B !important;
    background: #fff;
    color: #000 !important;
}


.Headnav ul li > .subs li a::after{
	background-color: transparent !important
}

@media screen and (max-width:1440px){
	
.headerWapper{
	width:100%;  
	max-width:100%;
	display:block}

.header{padding: 0 10px}
	
.headerWapper .navigation_right {
    padding: 0px 0px 0px 0px;
	width: 75%;	
	max-width: 75%;
	margin-left: -28px}
	

ul.subs {min-width: 140px}

ul.subs li a { 
	font-size: 0.938em;
	padding: 8px 2px;
	letter-spacing: 0px;
	font-size: 0.938em;
		
	}
}



@media screen and (max-width:1366px){
	
	
.headerWapper .navigation_right{width: 74%;	max-width: 74%;}
		
	
.headerInner {margin:30px 0px 0px 0px;}

.Headnav ul li a { font-size: 1.05em}
    ul.subs li a {
        font-size: 0.938em;
    }
	
}


@media screen and (max-width:1280px){
	
.header h1 {width:19.75em;top:20px; z-index: 999 }
	
.headerInner{max-width: 100%; margin:35px 0 0;}
    
			

.header .top_link{right: 10px}

.Headnav > ul > li{ padding: 5px 15px}
	
	
.header{padding-right: 0px}
	
	
.headerWapper .navigation_right {
	float: left;
	    width: 73%;
    max-width: 73%;
	margin-left:-30px }
	
.subs-last{
	left:-20px!important;
	}
	
	ul.subs li a { font-size: 0.938em;}
}

@media screen and (max-width:1152px){	

.headerWapper .navigation_right{ margin-left: -25px}
	

.header h1 {top:20px;width:18.3em;z-index: 999}
	

	
.Headnav { margin: 35px 0 0 0;}

.Headnav > ul > li {
    padding: 5px;
    margin: 0 auto;
}
	
.Headnav ul li a {
    font-size:1.035em;
	padding: 0 13px;
	letter-spacing:0}    
    ul.subs li a {
        font-size: 0.875em;
        padding: 5px 2px;
        letter-spacing: 1px
    }
	
ul.subs {min-width: 130px}

.subs-last{left:-33px!important}
	
}



@media screen and (max-width:1024px){	
/*---topmenu----*/
.top_link{ display: none}
	

.header{
	    padding-right:0px; 
		padding-left:0px }	
/*---logo----*/
.header h1{
	z-index: 999;
	left: 15px;
	width:21em;
	top:0;
	padding-top:0;
	}

	
.headerInner{
      max-width: 100%;
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: auto;
    left: 0;
       flex-direction: row;
    margin: 0 auto;
    flex-direction: row;
    text-align: center;
    display: block;
    align-items: center;

	}

/*--right---*/

.headerWapper .navigation_right {
  position: relative;
	clear: both;
    max-width: 100%;
    width: 100%;
   	float: none;
    margin-left:auto;
	margin-right: auto;
	text-align: center;
    left: 0;
}	

.Headnav { 
	flex-direction: row;
    margin: 0 auto;
    padding-left: 0;
    flex-direction: row;
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: block;
    align-items: center;
	height: 100%;
	}

	.Headnav > ul{
    min-height: 100%;
    list-style: none;
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
}
.Headnav > ul > li{
   padding: 5px 10px;
    margin: 0 auto;
}

.Headnav ul li a { 
	 letter-spacing: 0px;
	font-size:1.0em;
    height: 35px;
    line-height:35px;
	padding:0px 10px
	}

	
ul.subs li a {
	font-size: 0.875em; 
	padding: 5px 5px;
	letter-spacing: 0}
	
.subs-last{left:-20px!important}	
}
	


@media screen and (max-width:945px){	
	.Headnav ul li a {font-size:1.0em; }
	ul.subs li a { font-size: 0.875em;}

}



/*---------------
pad top MEUN
------------*/

.pad-topNavArea{ display:none}

@media screen and (max-width:1024px){
.pad-topNavArea{ display:block; padding:10px 8px}

	/*--20201102----*/
.pad-topNavArea .top_link 
{
    display:flex;
    z-index:9;
}

}



@media screen and (max-width:897px){
.pad-topNavArea{display: none}
.headerWapper .navigation_right { display: none}		


	
}

.drawer{display:none }

/*----------------------------------
       Hamburger+mobile menu
 ------------------------------*/

@media screen and (max-width:897px){
.drawer{display:block}
	
	

	
	
.headerWapper {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 100px;
}    
	
.logo{	 
	display: inline-block;
	width: 100%;
	
	margin: auto;
	text-align: center}	
	
.header { height: 145px;}
.header h1{
    left: inherit;
        top:60px;
    padding-top:5px;
    position: relative;
    margin: auto;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    width:100%;
    max-width:100%;
}
	
.header h1 a{
    margin: auto;
   text-align: center;
   background-position: center;
 height:79px;}
	
	
}
/*----------------------------------
       footer siteNativ
 ------------------------------*/


   .siteNav-Wrap {
		margin-top:0px;
      display: block;
      position: relative;
      z-index: 6; }
	
.siteNav-dropdownBtn-open {height: auto;background:#f0ebe4}

.siteNav-dropdownBtnBox {
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    background: #f8f5ef
}

.siteNav-backgroundcolor {
    background: white;
}

.siteNav-dropdownBtn{
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: center;
  width: 140px;
  margin: 0 auto;
  padding:5px 10px 15px 10px;
  color: white;
  background-color: rgb(182, 73, 65);
  border-radius:4px;
	font-size: 0.938em
}

    .siteNav-dropdownBtn:focus {
        background: #a18c5e;
        cursor: pointer;
        border: 2px dashed #B84A5B !important;
        color: #000 !important;
    }

.siteNav-dropdownBtn:hover {
    background: #a18c5e;
    cursor: pointer;
}


 
.siteNav-dropdownBtn:before {
     bottom:7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
    display:inline-block;
    width:6px;
    height:6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.75;
    position: absolute;
	text-align: center;
	    left: 45%;
    right: 45%;

}
.siteNav-dropdownBtn.changed:before{
    bottom:7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    display:inline-block;
    width:6px;
    height:6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.75;
    position: absolute;
	text-align: center;
	    left: 45%;
    right: 45%;

}


/*------
導航內文
--------------*/
.siteNavArea{
	margin-top: 0px;
	display:block;
  width: 100%;
	max-width: 100%;
  overflow: hidden;
  background-color:#252f2f;
	background-repeat: no-repeat
}


.siteNavArea:after {
	content: "";
	height: 40px;
	display:block;
    width: 100%;
    overflow: hidden;
	background-position: center;
	background-size: contain;
background-image:url("../images/Bgphoto/site-navbar.png");
background-repeat: repeat-x
}

.site-navBox {
  display: flex;
  padding:15px 0;
	margin-top:30px
}

.site-nav-item{
  width: calc(99.9% / 6);
  padding: 0 10px; }

.site-nav-itemTit a {
  display: block;
  padding:10px 0;
  margin-bottom:10px;
  font-size: 1em;
	text-align:left;
  color:#b64941;
  border-bottom: 1px solid #b64941}
  
.siteNav-list  li a:hover{
	color:#feefc3;
	text-decoration: underline;
 }


.siteNav-list{
list-style: none;
padding: 0;
margin: 0}


.siteNav-list a {
  display: block;
  padding-bottom: 1em;
  color: #b8b8bf;
  font-size: 0.875em;
  line-height: 1.4;
  word-wrap: break-word; }







@media screen and (max-width:897px){
		.siteNavArea{display:none;}
		.siteNav-dropdownBtnBox{display:none;}
		
}


/*----------------------------------
      sticky
 ------------------------------*/


.stickyJs {
	position: fixed;
	margin:50px 0px 0 0px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease; 
	background-color: rgb(255,255,255,0.8);
	background-color: rgba(255,255,255, 0.8);
	right: 0;
	max-width: 100%;
	width: 100%

}
.stickyJs.visible {
    top: 0;
}
.stickyJs:hover {
    opacity: 1;
}
.stickyJs .Headnav{
    margin:0px;

}
.stickyJs .headerInner {
	margin:35px 15px 0 0px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	z-index: 10
   
}

.stickyJs .headerInner:after {
	  content: '';
    display: block;
    clear: both;
	
}



@media screen and (max-width:1280px){
	
	.stickyJs {margin:50px 0px 0px 0px; }
	
}


@media screen and (max-width:1024px){
	.stickyJs {margin:33px 0px 0px 0px; }
	.stickyJs >.headerInner{
      max-width: 100%;
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: auto;
    left: 0;
       flex-direction: row;
    margin: 0 auto;
    flex-direction: row;
    text-align: center;
    display: block;
    align-items: center;

	}
	.stickyJs{top:64px}
}


.animateIn {
    animation: smoothScroll .10s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}


/*----------------------------------
      copyright
 ------------------------------*/

footer {
    position: relative;
    z-index: 1;
    background: #f8f5ef;
     color: #111;
    padding:30px 0  30px 0;
     float: left; 
    font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,'Open Sans', sans-serif;
	overflow: hidden;
}



.footerBlock01 {
    padding-left: 15px;
    padding-right: 10px;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
}

.footerBlock02{
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
    position: relative;
}

.footerBlock03 {
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
    position: relative;
}
.footerBlock04 {
	display: none;
    position: relative;
}


/*---1---------------------------*/
.footer_info{
	font-size:0.875em;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-style:normal !important;	
}
  
  
  
  .footer_link {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    zoom: 1;
}
  
  
 .footer_link span{
	padding-right:5px;
}
  
  
  .footer_link li {
	  line-height: 1.8;
    display:block;
    margin:8px auto 0  auto;
    position: relative;
	  text-align:left	 
}
  
 .footer_link li a{color:#111 }   
 .footer_link li a:hover{color:#a18c5e;text-decoration:underline   }
  


/*---營業時間---*/

.ft-timeBlock {
    position:relative;
    display:inline-block;
	 content: "";
	 cursor: pointer;
     top:5px}



 .ft-timeBtn{
      float: right;
    display: block;
	 background-color: #FFFFFF;
    width: 25px;
    height:25px;
    font-size: 0;
     box-sizing: border-box;
	 border:#ccc solid 1px
}

.ft-timeBtn:hover {background-color:#e1dccc}

.ft-timeBtn i {
    position: relative;
    display: block;
    float: left;
   width: 17px;
    height: 17px;
    vertical-align: top;
    margin:3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: transparent;
	font-size:0
}
 .ft-timeBtn i:before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 2px;
    top: 0px;
    right: 0px;
    margin: 7px 0 0 0;
    background-color:#666666;
}
 .ft-timeBtn i::after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 17px;
    top: 0px;
    right: 0px;
    margin: 0 7px 0 0;
    background-color:#666666;
}

.ft-timeBtn:hover i, .ft-timeBtn:focus i{
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
         -o-transform:rotate(180deg);
           transform:rotate(180deg);
	}
/*---2---------------------------*/
.Hotkey_area{
    padding: 0 15px;
    display: flex;
    position: absolute;
    /* top: 0px; */
    width:100%;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 2;
    top:62%;
	margin:0  auto;
	text-align: center
}


.Hotkey_area ul{
	list-style: none;
	list-style-type: none;
	left: 0;
	padding: 0;
	margin: 0;
}
.Hotkey_area ul li{
  display: inline-block;
    float: left;
    margin-bottom:0px;
    padding-left:15px;
    padding-right:15px;
    text-align: center;
	position: relative
}
@media screen and (max-width:1600px) {
    .Hotkey_area ul li {
        display: inline-block;
        float: left;
        margin-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        position: relative
    }
}
@media screen and (max-width:1200px) {
    .Hotkey_area ul li {
        display: inline-block;
        float: left;
        margin-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        position: relative
    }
}


.Hotkey_area ul li img{ 
	cursor: pointer;
	border: 0;
	margin:0;
	vertical-align: middle;
	padding: 0;
	max-width: 100%;
	height: auto
}

.Hotkey_area  ul li span{
    text-align: center;
    position:absolute;
    top:55px;
	left:20%;
	right: 20%;
    z-index: 2;
	display:block;
	text-align: center
}


.Hotkey_area  ul li a{
	font-size: 1em;
	color: #333; 
	text-align: center;
	text-decoration: none
}
.Hotkey_area  ul li a:hover {
    color: #a18c5e;
    text-decoration: underline;
}

.map_area {
	margin: 0;
    padding: 0;
	border: 0;
	display: block;
    max-width: 100%;
	width: 100%;
	flex: 0 0  100%;
    margin-top:20px;
}
.map { 
	vertical-align: middle;  
	margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    max-width: 100%;
	width: 100%;
     height: 100%;
    top: 0;
    right: 0;
}



 /*---3---------------------------*/
.tool_area { 
    display:block;
    justify-content: center;
    align-items: center;
	 position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	flex: 0 0 100%;
    max-width: 100%;
}

/*---qrcode---*/
.tool_col01{ 
	 position: relative;
	max-width: 100%;
	flex: 0 0 100%;
	display:block;
	text-align: center;
	margin:0px auto 15px auto
}

.tool_area  .tool_col01 img{
	display: block;
	  position: relative;
    vertical-align: middle;
	max-width: 110px; 
	width: 110px;
	height: auto;
	border: none;
	margin: auto;
	text-align:center}

/*---2aa---*/
.tool_col02{
	 position: relative;
	max-width: 100%;
	flex: 0 0 100%;
	display:block;
	margin: auto;
	text-align: center		
}

.tool_area  .tool_col02 span{
	display: inline-block; 
	vertical-align: top
	
}
.tool_area  .tool_col02 span+span{
	margin-top: 7px; 
	display: inline-block; 
}

    .tool_area .tool_col02 span a {
        display: block;
    }

.tool_area  .tool_col02 span img{
	display: block;
	  position: relative;
    vertical-align: middle;
	max-width:100%; 
	width:100%;
	height: auto;
	border: none;
	margin: auto;
	text-align:center
	
}
@media screen and (max-width:1200px){
	


.footerBlock01{
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
	margin-bottom: 20px
   }



	/*--2-------*/
.footerBlock02{
      padding-left: 0px;
    padding-right: 0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		width: 100%;
    position: relative;
    height: 250px;   
    bottom: 0
   }

.Hotkey_area{
    padding: 0 0px;
    display: flex;
    position: absolute;
    /* top: 0px; */
    width:100%;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 2;
    top:65%;
	margin:0  auto;
	text-align: center
}

/*--3-------*/
.footerBlock03 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width:20%;
    position:absolute;
    margin-bottom: 20px;
	top: 15px;
	right:10px;
	text-align: center;
}
	.tool_area{padding:0 }

}
@media screen and (max-width:800px){
	
footer{padding: 30px 0 20px 0}
/*---2------*/
.Hotkey_area { display: none}

	
/*---4------*/
.footerBlock04 {
	display:block;
	padding-left: 0px;
    padding-right: 0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		width: 100%;
    position: relative;
	margin:30px auto 10px auto
   }
	
.sp_Hotkey_area{
    padding: 0 0;
    display:table;
    position:relative;
    /* top: 0px; */
    width:100%;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 2;
	margin:0  auto;
	text-align: center
}


.sp_Hotkey_area ul{
	list-style: none;
	list-style-type: none;
	left: 0;
	padding: 0;
	margin: 0;
}
.sp_Hotkey_area ul li{
  display: inline-block;
    margin-bottom:5px;
       padding-left:0px;
    padding-right: 0;
    text-align: center;
	position: relative
}   


.sp_Hotkey_area ul li img{ 
	cursor: pointer;
	border: 0;
	margin:0;
	vertical-align: middle;
	padding: 0;
	max-width: 100%;
	height: auto
}

.sp_Hotkey_area ul li span{
    text-align: center;
    position:absolute;
    top:55px;
	left:25%;
    z-index: 2;
	display:block;
	text-align: center
}


.sp_Hotkey_area ul li a{
	font-size: 0.875em;
	color: #333; 
	text-align: center;
	text-decoration: none
}
.sp_Hotkey_area ul li a:hover {
    color: #a18c5e;
    text-decoration: underline;
}

}
@media screen and (max-width:576px){

	/*--1-------*/
.footerBlock01 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width:100%;
	position: relative;
	padding: 0;
	margin:0 auto 20px auto
	}

.footer_info {font-size: 0.813em;}
.footer_link li{margin-top: 0; padding-bottom: 5px}	
.footer_link li {text-align: center}
.copyrightTxt {	text-align:left !important;border-top:#CFCFCF solid 1px	}
	


/*---logo-----*/
.footerLogo {padding-bottom:15px !important}	
.footerLogo > img{  
	text-align: center;
    display: flex !important;
    margin: auto;
}

	

 
	
	/*---3--------*/

	.footerBlock03 { 
	padding-left: 0px;
    padding-right:0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width:100%;
	 position:relative;
	right:0;
	bottom: 0;
	margin:15px auto 0 auto;
		
	}
	
.tool_area .tool_col02 span+span {
    margin-top: 0px;
    display: inline-block;
	padding-left: 5px
	}
	
}

@media screen and (max-width:458px){
	.sp_Hotkey_area ul li {max-width:47%;width: 47%;}
	.sp_Hotkey_area ul li span {left: 25.5%; right: 25%;}

}

/*----------------------------------
     Search 2020.11.01
 ------------------------------*/

.siteSearch {
	position: relative;
	width: 33px;
	height: 30px;
		top:7px;
	 z-index:999;
	right: 2px;
}
.siteSearch a {
    outline: none;
}
.siteSearch .Searchspan {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    background:url("../images/icon/hederSearch.svg");
	background-position: center;
	background-repeat: no-repeat;
    background-size: 20px;
    text-indent: -9999px;
	color: transparent;
	font-size: 0.98em
}

    /*.tab:focus {
        border: 2px dashed #B84A5B !important;
        background: #fff;
        color: #000 !important;
    }*/
    .searchField {
        display: none;
        position: fixed;
        top: 48px;
        left: 0%;
        width: 100%;
        max-width: 100%;
        height: 200px;
        background-color: rgba(0,0,0,0.8);
    }
.searchInner {
    display: table;
    width: 100%;
    max-width: 720px;
    margin: 45px auto 0  auto;
}
.searchFieldform {
    display: table-cell;
    vertical-align: middle;
}
.searchFieldform > .searchBlock {
    position: relative;
    width: 100%;
	color: #495057 !important;
	
}
.searchFieldform > .searchBlock > input {
   height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    outline: none;
    line-height: 40px;
    font-size: 1em;
    margin:auto;
     width: 100%;
    padding: 0;
    margin: 0 ;
    background: #fff;  
	 
	font-family: arial,"微軟正黑體";
}
.searchFieldform > .searchBlock > input[type="text"] {
    width: 100%;
    background: #fff;
	text-align: center
	 
}
.searchFieldform > .searchBlock > .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
	bottom: 0;
       background-color: #b94a42;
    background-image: url(../images/icon/ph_search.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    text-indent: -9999px;
    font-size: 0;
    color: transparent;
}

/*20210203 Mio 無障礙*/
.FocusShow:focus {
    border: 3px dashed #B84A5B !important;
}

.FocusSubmit:focus {
    border: 3px dashed #000000 !important;
}


.searchFieldform > .closeBtn {
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    display: inline-block;
    top: 45px;
}
.searchFieldform > .closeBtn > a {
    display: block;
    width:38px;
    height:38px;
    outline: none;
    position:relative;
    top:5px;
	left: 1px;
	color: #fff !important;
	text-align: center;
	font-size: 1.45em !important;
	margin:auto;
	text-decoration: none;
	letter-spacing: 2px;
}

.pc-searchlinkBox {
	color: #fff;
	display: block;
	text-align: center;
	margin: 15px auto}

.pc-searchlink a {
	display: inline-block;
	font-size: 0.938em;
    color: #fff !important;
	text-decoration: none;
	padding-bottom:2px;
}
 .pc-searchlink a:hover{
	 color:#b94a42!important;
	 text-decoration: none;
}

.pc-searchlink a:focus {
    border: 2px dashed #B84A5B !important;
}


/*----------------------------------
     內頁copyright
 ------------------------------*/
.footerDis {
    position: relative;
    /*margin-top: 40px !important*/
}
.footCollapseDis {
    margin-top: 40px !important;
}

.footerBlockL {
    padding-left: 15px;
    padding-right: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    max-width: 57%;
    position: relative;
}

.footerBlockC {
    margin-top: 20px;
    padding-left: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    position: relative;
}

.footerBlockR {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 15px;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
    position: relative;
}

@media screen and (max-width:1024px) {
    .footerDis {
        /*margin-top: 120px !important;*/
        padding-bottom: 30px
    }
    .footCollapseDis {
        margin-top: 120px !important;
    }
}

@media screen and (max-width:767px) {
    .footerBlockL {
        padding-left: 0;
        padding-right: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px
    }

    .footerBlockC {
        padding-left: 0;
        padding-right: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        margin-top: 5px;
    }

    .footerBlockR {
        padding-left: 0;
        padding-right: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        margin-top: 10px;
    }

    .footerinfoTxt {
        letter-spacing: 1px;
        text-align: center !important
    }
}

@media screen and (max-width:576px) {
    .footerinfoTxt {
        text-align: left !important
    }
}

.sticky-top {
    top: 0px;
}

#MenuLogo {
    margin-right: 8%;
    display: none;
}

@media screen and (max-width:1700px) {
    #MenuLogo {
        margin-right: 0%;
    }
}

.Dis_Block {
    display: block !important;
}




@charset "utf-8";
/* CSS Document */
body {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    min-height: 100%;
    top: 0;
	font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
}

   h1, h2, h3, h4, h5, h6 {
          font-size: 100%;
          font-weight: normal;
      }




ul {
    list-style: none;
    list-style-type: none;
}

.clearfix:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.clearfix {
        display: inline-table;
}
/* IE-mac */

* html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}
/* End hide form IE-mac */
.clearfix{*zoom:1;}
.clearfix:after{clear:both; display:block; content:"";}
/* 連結共用動畫 */
a, a.btn {
    text-decoration: none;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


.d-block {
    display: block !important;
}


.d-inline-block {
    display: inline-block !important;
}
 .d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

}

.c-flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}



.clear_mrl{margin-left:0!important;margin-right:0!important}

.no-boder{ border:none !important}
/* -------------------------------------------------
text-align
-------------------------------------------------------- */ 
.text-c{text-align:center!important}
.text-l {text-align:left!important}
.text-r {text-align:right!important}
.text-t{ vertical-align:text-top;}
@media screen and (max-width:800px) {
.sp-text-c{text-align:center!important}
.sp-text-l {text-align:left!important}
.sp-text-r	{text-align:right!important}
}
/* -------------------------------------------------
float
-------------------------------------------------------- */ 

.float-right {
    float:right;
}

.float-left {
    float:left;
}



/*預設值元素全部撐開至 Flexbox hight*/
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
/* Flexbox y---平均分 對齊前+後*/
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-pack: justify !important;
}


/*---文置中---*/
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/* -------------------------------------------------

   close規則
-------------------------------------------------------- */ 

.pc-none{ display:none }	 
.sp-none{display:block}
.lsp-none{ display:none !important}
.pad-none{ display:none !important}

@media screen and (max-width:1024px) {
.lsp-none{ display:block !important} 	
}
@media screen and (max-width:897px) {
.pad-none{ display:block !important} 	
}
@media screen and (max-width:800px) {
 .pc-none{ display:block}
 .sp-none{display:none !important}
}


.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}



/*==========================================

計數規則

===========================================*/

.box-siz{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*==========================================

margin   clear grids規則

===========================================*/

 .mx-auto {
    margin-left: auto!important;
	margin-right:auto!important;
}

	
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}


.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


/*------------
規則
-----------------*/


@media only screen and (max-width:1024px) {
.pad-no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.pad-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
@media only screen and (max-width:800px) {

.sp-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sp-no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.sp-no-mx{ margin:0 !important}
.sp-no-pad{ padding:0 !important}

}


@media screen and (max-width:576px) {
	
	.ssp-no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
}
/*==========================================

字型與區塊
===========================================*/
.items_center {
    text-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-center {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}


.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}



/*==========================================

 彈性空間

===========================================*/
/*---------------

index sec nopadding
---------------*/



.container {
    max-width:100%;
    position: relative;
  padding-right:15px;
  padding-left:15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}


/*==========================================

 彈性空間 100%
===========================================*/
.container-fluid {
	max-width:100%;
    width: 100%;
    min-height: auto;
    position: relative;
    margin: 0 auto;
}


/*==========================================

 flex grid區中間
===========================================*/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
  .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after{
    display: table;
    content: " ";
}

    .row:after {
        clear: both;
    }



/*==========================================
主要區塊 網格
===========================================*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width:800px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}



.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

/* -------------------------------------------------
float
-------------------------------------------------------- */

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/* -------------------------------------------------
Style_En
-------------------------------------------------------- */

.w5p {
    width: 5% !important;
}

.w7p {
    width: 7% !important;
}

.w10p {
    width: 10% !important;
}

.w13p {
    width: 13% !important;
}

.w15p {
    width: 15% !important;
}

.w20p {
    width: 20% !important;
}

.w25p {
    width: 25% !important;
}

.w30p {
    width: 30% !important;
}

.w40p {
    width: 40% !important;
}

.w45p {
    width: 45% !important;
}

.w50p {
    width: 50% !important;
}

.w55p {
    width: 55% !important;
}

.w60p {
    width: 60% !important;
}

.w70p {
    width: 70% !important;
}

.w75p {
    width: 75% !important;
}

.w80p {
    width: 80% !important;
}

.w85p {
    width: 85% !important;
}

.w90p {
    width: 90% !important;
}

.w95p {
    width: 95% !important;
}

.w100p {
    width: 100% !important;
}

.w170px {
    width: 170px !important;
}

.w160px {
    width: 160px;
}

.w125px {
    width: 125px;
}

.w250px {
    width:250px;
}

.MultiContentHead {
    width: 100%;
    border: #d3d3d3 solid 1px;
    color: #fff;
    background: #999a9a;
    padding: 0.75em 0.313em;
    text-align: center;
}

.Mar-Top5p {
    margin-top: 5%;
}

.DIS_None {
    display: none;
}

.LinkColor {
    color: #642100
}

.warning_Txt {
    color: #BD0000;
    font-size: 1.2em;
    font-weight: bold;
}

.Pad-Left15px {
    padding-left: 15px;
}

.Pad_0 {
    padding: 0;
}

.Text-Right {
    text-align: right;
}

.Text-Left {
    text-align: left;
}

.Width-Auto {
    width: auto !important;
}

.Mar-0 {
    margin: 0 !important;
}

.border-bottom8080 {
    border-bottom: 1px solid #808080;
}

.Clear-Both {
    clear: both;
}

.Cor_Red {
    color: #BD0000;
}

html {
    height: 100%;
}


@charset "utf-8";
/* CSS Document */


/*-----------------------------

 banner top SecBg

---------------------------*/

.topNav {
    white-space: nowrap;
    position: relative;
     overflow: visible !important;
	background-image: url("../images/Bgphoto/Navbar.jpg");
	background-repeat: repeat;
	width: 100%;
	height: 40px;
	background-position: center center;
	    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.bannerbotBg{
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(../images/Bgphoto/banner_botimg.png);
    background-repeat: no-repeat;
    background-position: center center;
       background-size: cover;
    width: 100%;
	max-width: 100%;
    height: 20px;
    overflow: hidden;
    /* background-color: transparent; */
	background-color: #e1dccc;}

/*-----------------------------

sec01

---------------------------*/
.sec01Bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#e1dccc;
    overflow: hidden;
}



/*-----------------------------

sec02

---------------------------*/
.sec02Bg {
    position: relative;
    width: 100%;
    max-width: 100%;   
    display: block;
    padding:60px 0 80px 0;
    background-color:#fff;
    overflow: hidden;
}






.sec02Bg:before{
	content: '';
      position: absolute;
    width: 100%;
    max-width: 100%;
    display: block;
    left: 0;
    bottom:50px;
    background: url(../images/Bgphoto/sec02Bg-left.jpg);
    background-repeat: no-repeat;
    width: 242px;
    height: 246px;
    background-size:contain;
	
}


.sec02Bg:after{
	content: '';
      position: absolute;
    width: 100%;
    max-width: 100%;
    display: block;
    left: 0;
	right: 0;
    bottom:0px;
	background-color:#e1dccc; 
    width: 100%;
	padding: 50px  0
	}
	
@media screen and (max-width:897px) {
	.sec02Bg:after{padding:30px  0}
	
}

/*-----------------------------

sec02

---------------------------*/
.sec03Bg {
    position: relative;
    width: 100%;
    max-width: 100%;   
    display: block;
    padding:60px 0 0px 0;
    background-color:#fff;
    overflow: hidden;
}


.sec03Bg:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: #e1dccc;
    width: 100%;
    /* height: 70px; */
    padding: 0;
    height: 120px;
    bottom: 0px;
}


@media screen and (max-width:1280px) {

	.sec03Bg:after { display: none}	
}

/*-----------------------------

sec04BG

---------------------------*/
.sec04Bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 60px 0 70px 0;
    background-color: #fff;
    display: block;
    overflow: hidden;
}

    .sec04Bg:before {
        content: '';
        position: absolute;
        width: 100%;
        max-width: 100%;
        display: block;
        right: 0;
        top: 0px;
        background: url(../images/Bgphoto/sec04Bg-right.png);
        background-repeat: no-repeat;
        width: 257px;
        height: 191px;
        background-size: contain;
        background-position: center
    }

@media screen and (max-width:1280px) {
    .sec04Bg:before {
        display: none;
    }


    .sec04Bg:after {
        content: '';
        position: absolute;
        width: 100%;
        max-width: 100%;
        display: block;
        background: url(../images/Bgphoto/sec04Bg-left.png);
        opacity: 0.7;
        width: 258px;
        height: 175px;
        left: 0;
        background-repeat: no-repeat;
        bottom: 0
    }
}

/*---------------------

 sec05Bg

-----------------------*/

.sec05Bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 60px 0 30px 0;
    background-color: #f0ebe4;
    display: block;
    overflow: hidden;
}

    .sec05Bg:after {
        content: '';
        position: absolute;
        width: 100%;
        max-width: 100%;
        display: block;
        background: url(../images/Bgphoto/sec05Bg-left.png);
        background-repeat: no-repeat;
        background-position: left center;
        width: 323px;
        height: 191px;
        left: 0;
        bottom: 0
    }


    .sec05Bg:before {
        content: '';
        position: absolute;
        width: 100%;
        max-width: 100%;
        display: block;
        background: url(../images/Bgphoto/sec05Bg-right.png);
        background-repeat: no-repeat;
        background-position: left center;
        width: 510px;
        height: 181px;
        right: 0;
        top: 0
    }

@media screen and (max-width:911px) {
    .sec05Bg:before {
        display: none
    }
}
/*---------------------

 sec05Bg

-----------------------*/

.sec06Bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 15px 0 45px 0;
    background-color: #f9dc86;
    display: block;
    overflow: hidden
}

.sec06-image-block {
    position: relative;
}

    .sec06-image-block:before {
        content: '';
        width: 406px;
        height: 161px;
        position: absolute;
        background: url("../images/Bgphoto/sec06Bg-right.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        right: 0;
        top: 10px
    }

/*---------------------

 tit

-----------------------*/


/*.HeadTit {  
	font-style: normal;
     position: relative;
    text-align:center;
	    display: block;
	margin: auto; 
	margin-bottom:7px;*/
    /*   animation-name:pageTit;
    animation-duration: 2s;   */
/*}*/



    /*.HeadTit h2 {  
	    font-family: "Crimson Text", "Noto Serif TC", serif;
		font-weight: normal;
         position: relative;
		 font-size: 2.7em;
        font-weight: 700; 
		text-align: center;
		color: #000;
		line-height: 40px;
        letter-spacing: 1px;			
        display: inline-block;
        text-transform: uppercase;
		margin:0 0 5px 0;
		padding:0 6px;
		
    }*/




/*.HeadTit-icon-1{
  right: 5px;
   top:7px;
  position: relative;}

.HeadTit-icon-2{
	left: 5px;
	top:7px;
  position: relative;}*/

 /*.HeadTit h2:before {
     content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.5em;
    height:2px;
    margin: auto;
    background-color:#9b0000;
 }*/

   /*.HeadTit p{
	  font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;  
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    font-size: 1.125em;
    font-weight: bold;
    font-weight: normal;
    position: relative;
     display: block;
	top:0px;
	
    }*/


@keyframes pageTit{
    from{
         bottom:0;
    }
    to{
        bottom:40px;
    }
}



/*@media screen and (max-width: 1024px) {
  .HeadTit {
        margin-bottom: 1em;
        text-align:center;
    }
  .HeadTit h2 { padding:0}
  
}*/

/*@media screen and (max-width:991px) {
	 .HeadTit h3:before {width:30vw}
	 
	
}
@media screen and (max-width:800px) {*/

	/*.HeadTit h3 { font-size: 2em;}*/
	/*.HeadTit p {  top:0em }*/
/*}*/


/*@media screen and (max-width:576px) {
.HeadTit-icon-1 {
    right: 3px;
    top: 12px;
}*/


/*.HeadTit-icon-2 {
    left: 3px;
    top: 12px;

}*/
/*.HeadTit h2 {  font-size: 2.1em}

}*/
 

/*---------
card tit

---------------*/
.card-TitArea{
    max-width: 13%;
    width: 13%;
	flex: 0 0 13%;
    position: relative;
    min-height: 1px;
    padding:0;
    background-color:#eae8e1;
    flex-basis:13%;
	
  }

.card-TitBox {
	font-style:normal;
	margin:auto;
	text-align:center;
	position:relative;
    top:0;
    letter-spacing: .2em;
	height: 100%;
	display: block
	
	}

.card-TitCh {
  display:inline-block;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
     -webkit-writing-mode: vertical-lr;
-moz-writing-mode: vertical-lr;
-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
   writing-mode: tb-rl;
-ms-writing-mode: tb-lr;
    font-weight: 600;
    color: #a18c5d;
    font-style: normal;
    font-size: 1.750em;
    letter-spacing: 2px;
    font-weight: normal;
    text-align: center;
	padding: 0;
    left:0;
    top: 10px;
    margin:0 auto;
	-ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  
}

.card-Tit-En{
	color:#a18c5d;
    text-align: center;
    font-size:1.85em;
        position: relative;
	    font-family: "Abril Fatface", cursive;
    font-family: "PlantinMTPro",serif;
	font-style:normal;
	display:inline-block;
   -webkit-writing-mode: vertical-lr;
-moz-writing-mode: vertical-lr;
-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
 text-transform:uppercase;
     letter-spacing:1px;
    font-weight: 400;
	  top:20px; 
	 left:0;
	 margin:0 auto;
	/*-ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);*/
}
 

@media screen and (max-width:576px) {
	.card-TitCh {font-size:1.45em;}
	.card-Tit-En{ font-size:1.65em;}
	
}







/*-------------------------
 pagerTop
--------------------------- */
.pagetopBox{ 
    display: block;
   position: fixed;
    bottom:0;
    right:1%;
    z-index:50;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
 .pagetopBox:hover{
        margin-bottom:0.313em;
    }
.pagetop{
       display: block;
   background-color:rgba(176,37,51,1);
    width:50px;
    height:40px;
    font-size:0.875em;
    line-height:2.813em;
    color: #fff;
    text-align: center; 
	   vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0.063em transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	padding-top:0.625em

}

.pagetop:hover{ background-color:rgba(176,37,51,0.7);}

.fa-up {
    display: inline-block;
    position: absolute;
    top:0.75em;
    left: 50%;
    content: "";
    width: .688em;
    height: .688em;
    margin-top: -0.250em;
    margin-left: -.375em;
    border-top: 0.125em solid #fff;
    border-left: 0.125em solid #fff;
    transform: rotate(45.01deg);
}

/*20210804 預約連結*/
.ReseverLLink {
    display:inline-block;
    margin-top:15px;
    font-size:1em;
    color:black;
}
    .ReseverLLink:hover {
        color: #9b0000;
    }
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600&display=swap");

body {
    width: 100%;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    outline: 0;
    top: 0px;
    vertical-align: baseline;
    min-height: 100%;
    word-break: break-word;
    overflow-x: hidden;
    font-family: "Noto Sans TC", "微軟正黑體修正", "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, Arial, "新細明體";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


/*-----------------------------

sec01 BTN

---------------------------*/
.top-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
	width: 98%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	 background-color: #fff;
	border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    box-shadow: 2px 2px 4px rgba(0,0,0,.1);
	border: 1px solid #ccc;
	padding:0 15px
}


.top-btn-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width:100%;
	max-width: 100%;
}

.top-btn-list ul li {   
    position: relative;    
	display:block;
	float: left;
	width:16.66666666666667%;
	max-width: 16.66666666666667%;
	flex: 0 0 16.66666666666667%;
	text-align: center;
	border-right:#dedede solid 1px 
}
.top-btn-list ul li:last-child{border-right:none}

.top-btn-list ul li {
	text-align: center;
 }
.top-btn-list ul li img{
    max-width: 100%;
    padding-top:12%;
    height: auto;
    vertical-align: bottom;
    border: 0;
}
.top-btn-list ul li img:hover { transform: rotateY(-180deg)}

.top-btn-wrap {
      display: inline-block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	height: 80px
}



.top-btn-wrap a{
	margin: auto;
	padding: 15px 0; 
    display: inline-block;
}


	

.top-btn-wrap-icon { 
	border: none;
	text-align: center;
	display: block;
	padding: 0;
    margin: auto;
}


.top-btn-txtbody {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding:5px 15px 0 15px;
}



.top-btn-txtbody div{
    color:#9b0000;
    display: table;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0px auto;
    text-align: center;
    font-size: 1.145em;
	font-weight:500;
	font-style: normal
}
.top-btn-txtbody div:hover {
  color:#a18c5e
}




.top-btn-txtbody p {
    font-size: 1em;
    color: #222;
    text-align: center;
    text-decoration: none;
	letter-spacing: 1px
}
.top-btn-txtbody p:hover {
 color:#a18c5e
}
/*--1091101修改---*/


.top-btn-txt-longTxt{font-size: 1em !important}

/*--1091101修改---*/
@media only screen and (max-width:1366px){
.top-btn-txt-longTxt{font-size:0.938em !important}
}
@media only screen and (max-width:1280px){
.top-btn-txtbody {padding: 5px 0;}

}
@media only screen and (max-width:1024px){
	
	.top-btn-txtbody div{ font-size:0.938em;line-height:1.15em;}
	.top-btn-txtbody p {   font-size:0.875em;}
	
}

@media only screen and (max-width:897px){

.top-btn-list{margin-top:8px; margin-bottom: 15px}
	

}

@media only screen and (max-width:800px){
.top-btn-list { display: table}
.top-btn-list ul li {
	 line-height: 1em;
     width: 33%;
      max-width: 33%;
      flex: 0 0 33%;
	  display: table-cell}

	
	
	.top-btn-list ul li:nth-child(3)  {border-right:none}
	
	
	.top-btn-list ul li:nth-child(4),
	.top-btn-list ul li:nth-child(5),
	.top-btn-list ul li:last-child{ 		
		border-top: #dedede solid 1px;}
	
	.top-btn-list ul {display: table-row;}
	.top-btn-list{padding: 0}
	
	.top-btn-wrap{height:60px}
	
	.top-btn-wrap-icon {
		 width: 72%;
       max-width: 72%;
		height: auto}
	
	.top-btn-txtbody{    padding: 2px 8px 0 8px}
	.top-btn-txtbody div{ font-size:0.938em;line-height:1.15em;}
	.top-btn-txtbody p {   font-size:0.875em;}
    .top-btn-list ul li img {
        max-width: 20%;
        width:20%;
        width: auto;
        height: auto
    }
}

@media only screen and (max-width:414px){	
	.top-btn-txtbody{  padding:3px 2px}
	.top-btn-txtbody div{ font-size:0.750em;}
	.top-btn-txtbody p{ font-size:0.875em;}
	.top-btn-list ul li img { max-width: 60%; width: 60%; height: auto}
    .top-btn-txt-longTxt {
        font-size: 0.750em !important;
    }
}
/*-----------------------------

sec02 
---------------------------*/

/*----包全部的box-----*/


.from-content{
	z-index: 3;
	overflow: hidden; 
	display: flex;
	top: 30px
}


.tab-button-outer{
	float: left;
	 width:35%;
    max-width:35%;
    flex: 0 0 35%;
    margin-top:0;
	background:#9b0000;
	padding:0;
	
}
.from-content-nav-tabs { 
	flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    display: block;
    border: none;
    padding:15px;
	margin:0 auto
}

.from-content-nav-tabs li {
    display: inline-block;
    margin-right:0.5em;
    box-sizing: border-box;
	margin-bottom:0.375em
}

.from-content-nav-tabs li a.active {
    background:#dfd1be;
    color: #111;
    border-color:#dfd1be;
    text-decoration: none;
}

.from-content-nav-tabs li a {
    padding: 0px;
    border: none;
    display: block;
    line-height: 38px;
    background: #fff;
    border:0.063em solid #dfd1be;
    border-radius: 0px;
    padding:0 1em;
    color: #111;
    font-size:0.938em;
    font-weight: normal;
    border-radius:0.375em;
	cursor:pointer
}

.from-content-nav-tabs li a:hover {
 background:#dfd1be;
}


/*==========================================
tabs Area detail
===========================================*/


.tabs {
	overflow: hidden; 
  margin: 0 ;
	border: #ddd solid 1px;
	    width:65%;
    max-width:65%;
    flex: 0 0 65%;
   float: left;
	background-color: #fff

}

/*---ul----*/
.tab-button {
  display: block;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
	    position: relative;
    left: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;

}
.tab-button li {
  display: inline-block;
 width: 100%;
 max-width:100%;
	border-bottom: #fff solid 1px    
  
}
.tab-button li a {
	font-size:1.063em;
	letter-spacing:0.5px;
  display: inline-block;
  padding:14px 0px;
  text-align: center;
  color: #fff; 
	width: 100%;
 max-width:100%;
  text-decoration: none;
	line-height:1.75
}

    .tab-button li a:focus {
        border: 2px dashed #B84A5B !important;
        background: #fff;
        color: #000 !important;
    }
.tab-button li:not(:first-child) a {
  border-left: none;
}
.tab-button li a:hover,
.tab-button .is-active a {
	color: #000;
  border-bottom-color: transparent;
  background-color:rgba(255,255,255, 0.6);
}



.tab-contents {
  padding:15px 15px;
  margin-top: 20px;
}


/*------------

mobile select 
-----------------*/
 
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top:0;
    margin-top: 0;
  }

@media screen and (max-width:800px) {
 .tab-button-outer {  display:none  }
	
.tab-select-outer{
    position: absolute;
    border: #ddd solid 1px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
       background-color: #e1dccc;
    overflow: hidden;
	padding: 15px;
	}
	 
	 
.tab-select{
	margin:auto;
	 display:block; 
	 width:16em;
	 border:none;
	 line-height:1.8em;
	 height:2em;
	 font-size:1em;
	 cursor:pointer;

 }
.tab-select option{
	cursor:pointer;
	font-size:1em;
	border-bottom:#ddd solid 1px;
   display: inline-block;
	padding:1em;   
    letter-spacing: .05em}

}


/*--------------------------------------------------------------------
    tabsNEWS-owl.carousel                                              
-------------------------------------------------------------------*/


.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-theme .owl-nav {
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 188px;
    left: 10px;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    pointer-events: none;
    z-index: 3;
}


/*-----------

輪撥最新消息按鈕

-------------*/
.owl-theme .owl-nav [class*=owl-] {
  width: 50px;
  height: 50px;
  padding:0;
  pointer-events: auto;
  cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  font: 0/0 a;
  background-color: #FFF;
  border-radius: 50%;
	border: #ddd solid 1px
}



.owl-theme .owl-nav [class*=owl-] a::before {
  content: "";
  display: block;
  width: 15px;
  height:15px;
  border-left:3px solid #a30112;
  border-bottom: 3px solid #a30112;
  opacity: 0.75;
}
.owl-theme .owl-nav [class*=owl-] a:hover::before {
  opacity: 1;
}

.owl-theme .owl-nav .owl-prev a::before {
  margin-left:7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}


.owl-theme .owl-nav .owl-next a::before {
  margin-right: 7px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.owl-prev {
    margin-left: auto;
	 position: absolute;
     left:-10px;
}

.owl-theme .owl-nav .owl-next {
    margin-right: auto;
    position: absolute;
    right:7px;
}




.owl-theme .owl-dots {
  display: none;
 
}
.owl-theme .owl-dot {
   display: none;
}



/*-------------------------------------------
	istroke.scss

	Index newscard
-------------------------------------------*/

/*---card area---*/
.istroke_wrap {
	    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    max-width:100%;
    margin:15px auto 0  auto;
}


/*-------card距離----*/
.owl_stroke {
  padding: 1rem;
}
@media (min-width: 768px) {
  .owl_stroke {
    padding:0 ;
  }
}

/*-----card 距----*/
/*.owl_stroke .owl-stage-outer {
  position: relative;
    overflow: hidden;
  margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
  
}*/

/*----card width---*/

  .owl_stroke .owl-stage {
    pointer-events: none;
	  pointer-events: none;
    width: 25%;
    float: left;
}
  .owl_stroke .owl-stage > * {
    pointer-events: auto;
  }
  .owl_stroke .owl-stage:hover > * {
    opacity: 0.5;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .owl_stroke .owl-stage:hover > *:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 1;
  }
}
.owl_stroke .owl-dots {
  left: 0;
}

/*----card box----*/
.istroke_col {
  padding:15px 3px;
	display: block
	
}


/*----news list---*/
.istroke_card {
	cursor: pointer;
	position: relative;
  padding:5px 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%);
}


/*------card box shadows----*/
.istroke_card::before{  
	content: "";
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
	right:-3px;
	   /* left: 95%;*/
	max-height:377px;
    width:13px;
    background:url("../images/Bgphoto/shadow-news.png");
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}

.no-shadow-news{position: relative;}
.no-shadow-news::before{ display:none} 

/*----NEWS card img---*/
.istroke_fig {
    padding-bottom: 65%;
    border-radius:none;
	padding:0;
	display:block;    
    height: 205px;
    margin: 0 auto;
	background-color: #efefef
}


.news_pic {
    position: relative;
    overflow: hidden;
    height:0;
     padding-bottom: 100%;
}

.news_pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	    vertical-align: middle;
	transition: all 0.3s ease-in-out
}
.istk_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.75rem;
  color: #404040;
}
.istk_center [class^=istk] {
  margin-top: 1rem;
}


/*---news tit---*/
.istk_date  {
    font-size: 0.938em;
    font-weight: 400;
   color: #a18c5e;
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: "arial";
    margin: auto;
    display: block;
    position: relative;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
	letter-spacing: 1px
}

/*---news tit---*/
.istk_tit {
  height:98px;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
	padding:0 5px;
	  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, Arial, sans-serif;
    overflow-wrap: break-word;
    word-break: break-all
}


.istk_tit {
	color: #000;
	font-size: 1em ;
	display: block;
    padding: 0 ;
	letter-spacing: 1px;
    transition: 150ms;
}


.istk_tit:hover, .istk_tit:active{color: #a18c5e;}


 

.no-js .owl_stroke {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.no-js .istroke_col {
  width: calc(100% / 4);
}


.istroke_col ul{
	margin:0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	left:0
}
@media screen and (max-width:1200px) {
	.close_istroke_colBox1{ display:none}
	
	.owl_stroke .owl-stage {
    pointer-events: none;
    pointer-events: none;
    width: 33%;
	float: left;}

}


@media screen and (max-width:897px) {
	.from-content{top: 0px}

	.close_istroke_colBox2{ display:none}
	
 .owl_stroke .owl-stage {
    pointer-events: none;
    pointer-events: none;
    width:48%;
	float: left;}
	
	/*---newstit---*/
	.istk_tit {height: 90px;}
	.istk_tit a{ font-size: 0.938em;}
}

@media screen and (max-width:800px) {
	
.close_istroke_colBox3{ display:none}	
.owl_stroke {padding: 0;}
	
.owl_stroke .owl-stage {
    pointer-events: none;
    pointer-events: none;
    width:99%;
		margin: auto;
	float: none}

/*---newsCARD---*/	

.istroke_card {	border: #ddd solid 1px;}
.news_pic {	padding-bottom: 100%;}
	
	
/*---tabs detail con---*/	
.tabs {
    overflow: hidden;
    margin: 30px auto;
    border:none;
    width:98%;
    max-width: 98%;
    flex: 0 0 98%;
    float: none;
	background-color: transparent}
	

/*---card area---*/
	.istroke_wrap { margin-top: 45px}
	
/*---card 陰影---*/
	.istroke_card::before {
    content: "";
    display:none;
}

/*---btn---*/	
.owl-theme .owl-nav {top:50%}
}

/*-------------------------------------------

sec03

-------------------------------------------*/
.sec03Wrapper {
    position: relative;
    width:100%;
    max-width: 100%;
    margin: 0 auto;
	padding: 0 3%;
    min-height: auto;

}

.sec03leftBox {
    float: left;
	  position: relative;
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
      padding:0;
	margin: 0;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    vertical-align: top;

}



.sec03rightBox {
	float: right;
    position: relative;
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
   rgin: 0;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    vertical-align: top;

}


.spe-cardBox{
	z-index: 1;
	margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   padding-right:3%;
    padding-left:3%;
    width:100%;
    max-width: 100%;
	flex: 0 0 100%;
	margin-top: 30px
}

.spe-card {
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  
}

.spe-card ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	left: 0;
	    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	
}

.spe-card ul li {
    display:flex;
   padding: 0;
    margin: 0 10px;
    width: 47%;
	max-width: 47%;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}


.spe-card ul li  a {
	font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, Arial, sans-serif;
    overflow-wrap: break-word;
    word-break: break-all;
   width: 100%;
    text-decoration: none;
}

 .spe-card-list >li:hover {
  color:#bf2e33;
  background-color:#f2f2f2;
  -webkit-transition:all .25s ease-in-out;
  transition:all .25s ease-in-out
 }
 .spe-card-list>li:hover h3 {
  color:#bf2e33
 }

/*---card left---*/
.card-showBook1{
	max-width: 81%;
    width: 81%;
	flex: 0 0 81%;
    position: relative;
    min-height: 1px;
    padding:30px 15px 15px 15px;
	margin: 0 auto;
  }

.card-showBook1 a:focus {
    border: 2px dashed #B84A5B !important;
    background: #fff;
    color: #000 !important;
    width:100%;
    max-width:100%;
    display:inline-block;
}


.card-showBook1-item{
	    position: relative;
    width: 100%;
	max-width: 100%;
	    flex: 0 0 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	display: block;
    font-style: normal;
    background: #fff;
    margin: 0;
    padding: 0;
}

/*---card right---*/

.card-showBook2{
	max-width: 81%;
    width: 81%;
	flex: 0 0 81%;
    position: relative;
    min-height: 1px;
    padding:40px 15px 30px 15px;
	margin: 0 auto;
  }


.card-showBook2-item{
	    position: relative;
    width: 100%;
	max-width: 100%;
	    flex: 0 0 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	display: block;
    font-style: normal;
    background: #fff;
    margin: 0;
    padding: 0;
}

    .card-showBook2-item div a:focus {
        border: 2px dashed #B84A5B !important;
        background: #fff;
        color: #000 !important;
        width: 100%;
        max-width: 100%;
        display: inline-block;
    }
@media screen and (min-width:1600px) {
	.card-showBook2{padding:30px 15px 15px 15px;}
	.card-showBook2{padding:30px 15px 15px 15px;}
	
}

/*---card img  切換鈕---*/
.swiper-pagi {
	    display: block;
    position:relative;
    margin:5px auto;
    width: 100%;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
}
.swiper-pagi-dot {
	display: inline-block;
     margin: 0 5px;
    padding: 0;
    border: 0;
     box-sizing: border-box;
    background-color: #d3d3d3;
    opacity: 1;
	cursor: pointer
}



.swiper-pagi-dot span {
    position: relative;
    width:35px;
    height: 5px;
    
    display: block;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
       background-color: #d3d3d3;
    pointer-events: auto;
    opacity:1;
}
.wiper-pagi-dot-active span{
	background-color:#a18c5d!important}

/*---card Img---*/
.spe-card  figure {
    width: 100%;
	max-width: 100%;
	   margin: 0;
    padding: 0;
    border: 0;
    display: block;
       position: relative;  
	background:#ededed;

    overflow: hidden;
	padding-bottom: 100%
}

.lazyloaded {
    opacity: 1; 
    background-color: transparent;
    background-image: none;
    -webkit-transition: 0.6s opacity;
    transition: 0.6s opacity;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
	    vertical-align: middle !important;
    border-style: none;
    border: 0;
    transition: all 0.3s ease-in-out;
	cursor: pointer;
	position: absolute
}



.lazyloaded:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

/*---card txt---*/
.spe-card .showTxt {
    display:block;
    padding:0 8px;
	top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.spe-card-date{ 
     margin: auto;
    display: block;
    position: relative;
    line-height:1.3;
     -ms-flex-negative: 0;
    flex-shrink: 0;
	    font-size:1em;
    font-weight:500;
    color: #a18c5e;
       width: 100%;
    font-family: "Arial";
    text-align:left;
    letter-spacing: 1px;
	padding:0px 0px 0px 8px;
}

.spe-card-date-txt{
	position: relative;
    margin-top:10px;
    line-height: 1.8;
    font-size: 1em;
  display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	padding:0px 0px 0px 8px;
	overflow: hidden;
	text-align: left;
	height:90px;
}
.spe-card-date-txt {
	color: #000;
	text-align: left;
}


.spe-card-date-txt:hover{
	color:#a18c5e;
}


/*----tit---*/

.spe-card .showTxt div{
	display: block;
    padding-top:30px;
    padding-bottom:30px;
	height:65px;
	min-height:65px;
	line-height: 1.75;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	
	}
.spe-card .showTxt div{
    font-size: 1.15em;
	color: #000;
	font-weight: 800
  }

.spe-card .showTxt div:hover{
   color: #973333;
}

@media screen and (min-width:1153px) {
.spe-card .showTxt div{
	display: block;
	    height: 36px;
    min-height: 36px;
    line-height: 1.7;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	   -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.spe-card .showTxt div {
    font-size: 1.25em;
    color: #000;
  }
}
	


@media screen and (max-width:1280px) {
	.sec03leftBox {width: 100%; max-width: 100%;flex: 0 0 100%;}
	.sec03rightBox {width: 100%; max-width: 100%;flex: 0 0 100%;}
	
.spe-card ul li {
    width:49%;
	max-width: 49%;}
}


@media screen and (max-width:768px) {
	.card-TitArea {
    max-width: 11%;
    width: 11%;
	flex: 0 0 11%;
	}
	
	.spe-card ul {display: block}
	.spe-card ul li {
		margin: 0 auto;
		width:99%;
		max-width:99%;
        flex: 0 0 99%;
	    margin-bottom: 30px}
	
.spe-card .showTxt div {
	line-height: 1.65;
    height:35px;
	min-height:35px;}
	
}

@media screen and (max-width:480px) {
	.card-showBook1 {  padding: 30px 10px 15px 10px;}
	.spe-card  .showTxt div {
	height: 55px;min-height: 55px;}
	.spe-card  .showTxt div {font-size: 1.125em;}
	
}




/*-------------------------------

行事曆
---------------------------------*/



.calendarArea {
    padding: 0px 0px;
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0px auto 0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    z-index: 2;
    min-height: 600px;
    box-sizing: border-box;
    top: 0px;
    margin: 30px 0;
}
@media screen and (max-width:1600px) {
	.calendarArea { 
		min-height:605px;
		height:605px;
			overflow:scroll 
	}
	
}
@media screen and (max-width:1440px) {
	.calendarArea { 
		min-height:570px;
		height:570px;
		min-width:100%
	}
	
}

@media screen and (max-width:1366px) {
 .calendarArea {
     min-height: 550px;
    height: 550px;
    
	}

}


@media screen and (max-width: 1280px){
.calendarArea {
    overflow: hidden;
    min-height: 100%;
    height: 100%;
    top: 0;
	margin-bottom:15px;
	    border: none;
    border-radius:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
}

.year-month{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background: #e9e6dc;
	height: 75px;
	width: 100%;
	max-width: 100%

}


.yearmonth-tit {
	position: relative;  
    display: block;
    float: left;
	
	
}


.yearmonth-tit div{
	line-height:35px;
	    text-align: left;
	display: inline-block;
	color: #3f3f3f;
    font-size:2em;
    font-weight: 700;
    font-family: "Lato",sans-serif;
	padding:3px 8px 0px 10px; 
}


.yearmonth-tit-Nu{
	    text-align: left;
	display: inline-block;
	color: #9c0303;
	font-size:2.8em;
    font-weight: 700;
    font-family: "Lato",sans-serif;
	padding:5px 5px 0px 0px;
	letter-spacing: 2px;	
}


.yearmonth-tit-En{
	line-height:30px;
	    text-align:right;
     position: relative;
	display: inline-block;
	color: #3f3f3f;
	font-size:1.944em;
    font-weight: 700;
    font-family: "Lato",sans-serif;
	padding:5px 8px 0px;
	letter-spacing: 2px;
	float: right;
	right:0px
		
}


/*-------------------------------

 next monthbtn
---------------------------------*/
.ca-btn-group {
	float: right;
    position: relative;
	display: inline-flex;
	right: 5px
}


.ca-btn{
  width: 40px;
    height: 40px;
    padding: 0;
    pointer-events: auto;
    cursor: pointer;
    border-radius:50%;
    background: #fff;
    box-shadow: none;
    color: #fff;
    line-height:40px;
    text-shadow: none;
	position: relative;
	border: #ccc solid 1px;
	margin: 0 3px
}
.ca-btn:hover{	background-color:#e9e9e9}

.ca-btn-pre{
   font-size:0;
    width: 1em;
    height: 1em;
     font-style: normal;
    font-variant: normal;
    line-height: 1;
     box-sizing: border-box;
    display: inline-block;
    text-align: center;
    text-transform: none;
    font-weight: 400; 
	position: absolute;
    top:28%;
    opacity: 1;
    cursor: pointer;
	left:15%

}


.ca-btn-pre a::before {
	font-size: 0;
	color: transparent;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-left: 3px solid #a30112;
    border-bottom: 3px solid #a30112;
    opacity:1;
	margin-left:10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ca-btn-next{
   font-size:0;
    width: 1em;
    height: 1em;
     font-style: normal;
    font-variant: normal;
    line-height: 1;
     box-sizing: border-box;
    display: inline-block;
    text-align: center;
    text-transform: none;
    font-weight: 400; 
	position: absolute;
    top: 28%;
    opacity: 1;
    cursor: pointer;
	left:21%;
    
}

.Newsa {
    /*原本超連結的樣式20201112 Mio*/
    color: transparent;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-left: 3px solid #a30112;
    border-bottom: 3px solid #a30112;
    opacity: 1;
    margin-right: -10px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.ca-btn-next a::before {
	font-size: 0;
	color: transparent;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-left: 3px solid #a30112;
    border-bottom: 3px solid #a30112;
    opacity:1;
	margin-right:-10px;
        -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media screen and (max-width:1390px) {
	
	.yearmonth-tit-Nu { font-size: 2em;}
	.yearmonth-tit-En{ font-size: 1.45em;}
}
@media screen and (max-width:1280px) {
	
	.yearmonth-tit-Nu { font-size: 2em;}
	.yearmonth-tit-En{ font-size: 1.9em;}
}

/*---上下距離1030---*/
@media screen and (max-width:800px) {
 .spe-cardBox{margin-top:6px}
.calendarArea{margin-top: 6px}
}
@media screen and (max-width:576px) {
	.yearmonth-tit h2 {float: left;font-size: 1.25em;}
	.yearmonth-tit-Nu {float: left;font-size: 2em; line-height: 65px;}
	.yearmonth-tit-En{ float: left; font-size: 1.25em;}
	/*--btn---*/
	.ca-btn {
    width: 30px;
    height: 30px;
}
.ca-btn-pre a::before {
    width: 12px;
    height: 12px;
    border-left: 2px solid #a30112;
    border-bottom: 2px solid #a30112;
    margin-left: 7px;
}

.ca-btn-next a::before {
    width: 12px;
    height: 12px;
    border-left: 2px solid #a30112;
    border-bottom: 2px solid #a30112}
}

/*-------------------------------

行事曆table body
---------------------------------*/


.ca-RwdTable{
    /*border: #d3d3d3 solid 1px;*/
    margin:0px auto;  
    width: 100%;
	max-width: 100%;
    border-collapse: collapse;
    background: #FFF;
}

/*--head---*/
 .ca-RwdTable thead {
	 width: 100%;
	 max-width: 100%;
    table-layout: fixed;
         color: #fff;
        font-weight: bold;
		
    }

    .ca-RwdTable th {
		box-sizing: border-box;
	        vertical-align: middle;
        padding: 8px 0px;
        font-size:0.938em;
		letter-spacing:1px;
        text-align: center;  
		vertical-align: middle;
        border-right:1px solid #cecece;
        display: table-cell;
    }





/*----body---*/

    .ca-RwdTable td {
			height: 90px;
        cursor: pointer;
        padding:5px 0;
        text-align: left;
        display: table-cell;
		    width: 14.28571428571429%;
		max-width: 14.28571428571429%; 
		overflow: hidden;
    vertical-align: top;
		border-top:#ccc solid 1px;
		border-bottom: #ccc solid 1px;
		border-right: #ccc solid 1px;
		border-left: #ccc solid 1px;
    }


@media screen and (min-width:1681px) {
	

    .ca-RwdTable td {
			height:102px;
        cursor: pointer;
        padding:5px 0;
        text-align: left;
        display: table-cell;
		    width: 14.28571428571429%;
		max-width: 14.28571428571429%; 
		overflow: hidden;
    vertical-align: top;
		border-top:#ccc solid 1px;
		border-bottom: #ccc solid 1px;
		border-right: #ccc solid 1px;
		border-left: #ccc solid 1px;
    }


}


    .ca-RwdTable tr {
        border: none;
        width: 100%;
		max-width: 100%; 
        display: table-row;
            }


    .ca-RwdTable tbody td:hover {
       background-color:#f7efe4
    }




/*-------------------------------

行事曆細節
---------------------------------*/


/*----head color---*/
.ca-sun ,.ca-sat{background: #9c0303; color:#fff}


.ca-wdays{ background:#252f2f;color:#fff}



.holidaybg{ background-color:#ededed !important}

/*----body item---*/
.day-frame {
	  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0;
    position: relative;
    min-height: 100%;
	display: block

}

/*----number day---*/
.daygrid-top {
	  /* display: block;*/
    position:relative;
    text-align: left;
    top: 0px;  
    z-index: 3;
	vertical-align: top;
	  -ms-flex-direction: row;
    flex-direction: row;
    display: flex;

}

.daygrid-number {
	color:#4d514a;
	cursor: pointer;
    position: relative;
    display: block;
	left: 2px;	  
    font-weight: 700;
    font-family: "Lato",sans-serif;
	padding:2px
}

.holidayday-color{color:#9c0303;}

.next-mday-color{color:#bdbdbd;}



/*----day detail---*/
.daygrid:after, .daygrid:before {
    content: "";
    clear: both;
    display: table
}
 
.daygrid {
   position: relative;
    margin-top: 1px;
    margin-bottom:2px;
    font-size: 0.7em;
    min-height: 100%;
}
.daygrid .daygridTxt{
	display:block;
	margin-bottom:3px; 
	max-height:52px;
	overflow: hidden}	

.daygrid .daygridTxt a{
	width: 100%;
	font-size: 0.738em;
	height: auto;  
    max-height: 100%;
    max-width: 100%;
}

.daygrid a{
	background-color: #a18c5e;
	color: #fff;
	text-decoration: none;
    line-height: 1.4;
	padding:2px;
	display: block;
	margin: 2px;
	letter-spacing: 1px;
	font-style:normal
}

.daygrid a:hover{
	color:#ffc841;
	text-decoration: underline;
    
}


@media screen and (max-width:1280px) {
   .ca-RwdTable td {min-height:110px;height:110px}

	}
@media screen and (max-width: 897px) {


	   	   

.ca-RwdTable{
		max-width:100%;
		width:100%;
		margin:30px auto 0px auto}	

}

@media screen and (max-width: 800px){
	
	.ca-RwdTable {
    max-width: 98%;
    width: 98%;
	border:none;
		border-top: #ccc solid 1px
	}

	/*-----行事曆detail---*/
.daygrid{
    position: relative;
    font-size: 0.938em;
    min-height: 100%;
    margin: 3px auto;
    display: table-cell;
	}



	/*-----行事曆tit---*/
.daygrid .daygridTxt{height: auto;max-height: 100%}

.daygrid-top {
    -ms-flex-direction: unset;
    flex-direction: unset;
	display: block;}

.ca-RwdTable thead {display: none;}
.ca-RwdTable tr {
    line-height: 1.8em;
    display: block;
}	
	
	
.ca-RwdTable td {
    line-height: 1.5;
          display:block;
    width: 100%;
	max-width: 100%;
	flex:0 0 100%;
	box-sizing: border-box;
    cursor: pointer;
    outline: 0;
	padding:0 5px;
	 border-top:0;
	}
.ca-RwdTable td {min-height:100%;height:100%}	
	
.daygrid-number	{  
	display: inline-block;
	left:10px;
	font-size: 1.15em 
	}
		/*---date---*/
	/*.daygrid-number:before{   
	
		position: relative;
    width: 11px;
    height: 11px;
    content: " /";
    color: #000;
    display:inline-block;
    text-align: center !important;
    font-size: 0.938em;
    left: 0px;
}*/
	
	
	
	/*--年月---*/
	
	.ca-RwdTable td:after{ 
   font-family: "Lato",sans-serif;
    content: attr(data-date) "";
    font-weight: bold;
    display: grid;
    text-align: left;
    /* left: 5px; */
    position: relative;
    color: #ccc;
    font-size: 0.938em;
    padding: 1px 3px;
    letter-spacing: 2px;
    top: 0;}
}
	
/* -------------------------------------------------
SEC04
-------------------------------------------------------- */ 	
.sec04leftBox {
    float: left;
    position: relative;
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin: 0 auto;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    vertical-align: top;
	z-index: 1;
   margin-top:30px
}	

.sec04rightBox {
    float: right;
    position: relative;
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin: 0 auto;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    vertical-align: top;
     z-index: 1;
	margin-top:30px
}	
@media screen and (max-width: 800px){
	.sec04leftBox {margin-top:10px}
	.sec04rightBox {margin-top:10px}
}

.Time-cardArea {
     width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 0px; 
	background: url("../images/Bgphoto/sec04paperBg.jpg");
    background-repeat: repeat;
    background-position: center;
	
  }




.Time-cardBox {
    position: relative;
    padding: 15px 8px;
    margin: 0 auto 0px auto;
}


.timeshadow-wrap  {
    position: relative;  
   
}

.timeshadow-wrap:before, 
.timeshadow-wrap:after {
    position: absolute;
    width: 48%;
    height: 10px;
    content: ' ';
    left: 20px;
    bottom: 40px;      
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skew(-5deg) rotate(-3deg);
    -moz-transform: skew(-5deg) rotate(-3deg);
    -ms-transform: skew(-5deg) rotate(-3deg);
    -o-transform: skew(-5deg) rotate(-3deg);
    transform: skew(-5deg) rotate(-3deg);
    -webkit-box-shadow: 0 30px 6px 10px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0 30px 6px 10px rgba(100, 100, 100, 0.5);
    box-shadow: 0 30px 6px 10px rgba(100, 100, 100, 0.5);
    z-index: -1;
}
.timeshadow-wrap:after {
    left: auto;
    right: 20px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skew(5deg) rotate(3deg);
    -moz-transform: skew(5deg) rotate(3deg);
    -ms-transform: skew(5deg) rotate(3deg);
    -o-transform: skew(5deg) rotate(3deg);
    transform: skew(5deg) rotate(3deg);
}

/* -------------------------------------------------
Time table
-------------------------------------------------------- */

.TimeRwdTable {
    margin: 10px auto 0px auto;
    color: #222;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    background-color: transparent;
    text-align: center;
}
    .TimeRwdTable div span {
        vertical-align: middle;
        
        letter-spacing: 1px;
        text-align: center;
        color: #a72a2e;
    }

    .TimeRwdTable .AboutTitle {
        background: url("../images/Bgphoto/time-itembg.png") no-repeat;
        background-position: center;
        width: 100%;
        background-size: contain;
        color: #a72a2e;
        font-weight: bold;
        text-align: center;
        padding: 0px 0px 5px 0px;
        font-size: 1.25em;
        line-height: 1.8;
        font-style: normal;
        vertical-align: top;
    }


/*----time cardtit---*/
/*.TimeRwdTable .div span {
    padding-left: 15px;
    display: inline-block;
}*/

    .TimeRwdTable span {
        text-align: center;
        cursor: pointer;
        /*padding: 5px 10px;*/
        font-size: 1em;
        border: none;
        line-height: 1.4;
        width: 100%;
    }


 
.TimeRwdTable tr {
        border: none;
        width: 100%;
	max-width: 100%;
        display: table-row;
     }


.timefixed{
	color:#5c3204; 
	line-height: 1.45 !important; 
	font-weight:bold!important}


@media screen and (max-width: 1024px) {
	
.sec04leftBox {max-width:100%;width:100%; flex: 0 0 100%; height: auto; float:none;}
.Time-cardArea{ padding:15px; margin-bottom: 30px}	
.Time-cardBox { padding: 15px 20px;}
	
	
	
.sec04rightBox {max-width:100%;width:100%;flex: 0 0 100%;}
	
.TimeRwdTable{max-width:100%;width:100%;}	
	

	.TimeRwdTable tr{display: block;}	

	.TimeRwdTable th   {padding: 7px 15px 13px 15px;}
	
	
	.TimeRwdTable thead {
		    font-size:1.125em;
        background: url(../images/Bgphoto/time-itembg.png) no-repeat;
	    background-position: left;  
		background-size: contain;
		text-align: left}
	
	
	.TimeRwdTable thead span{    
	    display: block;
		padding-left: 0;
        position: relative;
		left: 45px}
	
.TimeRwdTable td {
    cursor: pointer;
   text-align:left;
    font-size:0.938em;
    display:block;
 	border:none;
	padding: 5px 15px;
	}

}

/* -------------------------------------------------
about pic
-------------------------------------------------------- */

.timeshadow-wrapRbox{
	position: static
}
.Pic-cardArea {
    background: url(../images/Bgphoto/sec04paperBg.jpg);
    background-repeat: repeat;
    background-position: center;
    position: relative;
    padding: 15px 8px;
    margin: 0 auto 0px auto;
    height:100%;
}
/*@media screen and (max-width: 1600px) {
    .Pic-cardArea {
        height: 94%;
    }
}

@media screen and (max-width: 1410px) {
    .Pic-cardArea {
        height: 94.5%;
    }
}

@media screen and (max-width: 1200px) {
    .Pic-cardArea {
        height: 95%;
    }
}*/
    .Pic-cardBox {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0px;
    }

        /*.Pic-cardBox:before {
            background: url("../images/Bgphoto/sec04barBg.jpg") no-repeat;
            position: absolute;
            bottom: 0;
            content: "";
            height: 75px;
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
            background-repeat: repeat-x;
            background-position: center;
            background-size: contain;
            left: 0;
        }*/

    .Pic-sliderBox {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        width: 91.666667%;
        margin: auto
    }

    .Pic-slider {
        margin: auto;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        top: 0px;
        left: 0px;
    }

        .Pic-slider ul {
            max-width: 100%;
            width: 100%;
            list-style: none;
            list-style-type: none;
            left: 0;
            padding: 0;
            height: 100%;
            overflow: hidden;
            margin: 0 auto 0 auto;
        }


            .Pic-slider ul li {
                float: left;
                height: 100%;
                max-width: 100%;
                width: 100%;
                min-height: 1px;
                height: 100%;
                position: relative;
                list-style: none;
                background-color: transparent
            }


        .Pic-slider li a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden
        }

        .Pic-slider li img {
            max-width: 100%;
            position: relative;
            display: block;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            margin: auto;
            background-color: transparent;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover;
            vertical-align: middle;
            vertical-align: middle !important;
            border-style: none;
            border: 0;
            transition: all 0.3s ease-in-out;
            cursor: pointer;
        }

    .Pic-sliderWrap {
        position: absolute;
        top: 0;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0
    }

    @media screen and (max-width: 1199px) {
        .Pic-slider ul {
            height: 440px
        }
    }

    @media screen and (max-width: 1024px) {

        .Pic-slider ul {
            height: 100%
        }
    }



    /*------相片名稱-------*/
    .classTxt {
        width: 100%;
        max-width: 100%;
        position: absolute;
        bottom: 25%;
        left: 0;
        z-index: 10;
        text-align: center;
        color: #222;
        font-size: 1em;
        line-height: 1.75;
        max-height: 40px;
        /*transition:0.9s;*/
        background-color: rgb(255,255,255,0.8);
        background-color: rgba(255,255,255, 0.8);
        overflow: hidden;
        transition: 0.5s;
        font-weight: 800
    }

    .AlbumName {
        margin: 0 auto;
        width: 98%;
        display: inline-block;
        /*padding: 7px 5px;*/
        overflow: hidden;
    }

    /*@media screen and (max-width: 1599px) {
        .classTxt {
            bottom: 13%;
        }
    }

    @media screen and (max-width: 1399px) {

        .classTxt {
            bottom: 5px;
        }
    }*/

    @media screen and (max-width:800px) {

        .classTxt {
            font-size: 0.938em
        }
    }

    /* -------------------------------------------------
 sec05  weblink
-------------------------------------------------------- */

    .WeblinkBox {
        max-width: 100%;
        height: 70px;
        position: relative;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 30px auto 0 auto;
        text-align: center;
        padding: 0 0px;
        z-index: 1;
        overflow: hidden
    }

        .WeblinkBox .countrySelection {
            position: relative;
            margin-bottom: 3.125em
        }

            .WeblinkBox .countrySelection .countrySelection-wrapper {
                overflow: hidden;
                padding: 0 1.875em;
            }

.countrySelection-item a {
    display:inline-block;
    width:100%;
    height:auto;
}

    .countrySelection-item a:focus {
        border: 2px dashed #B84A5B !important;
    }

.countrySelection-items {
    margin: 0 1.25em;
    padding: 0.063em 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

        .countrySelection-items img {
            border: none;
            vertical-align: middle;
            width: 165px;
            height: 65px;
            text-align: center;
            border: 1px solid #d9d9d9;
        }



    .WeblinkBox .countrySelection ul li {
        display: inline-block;
        margin: 0 1%;
        overflow: hidden;
    }

    .WeblinkBox p, .WeblinkBox a {
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        border: none;
    }



    .countrySelection-paddle-left, .countrySelection-paddle-right {
        cursor: pointer;
        border: none;
        position: absolute;
        top: 13px;
        background-color: transparent;
        width: 25px;
        height: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-next, .countrySelection-paddle-right {
        right: 0;
    }

    .slick-prev, .countrySelection-paddle-left {
        left: 0;
    }


    .arbtn-prev {
        cursor: pointer;
        display: block;
        z-index: 2;
        top: 20%;
        left: 10px;
        position: absolute;
        width: 38px;
        height: 38px;
        padding: 0;
        pointer-events: auto;
        border-radius: 50%;
        background: #fff;
        box-shadow: none;
        color: #fff;
        line-height: 35px;
        text-shadow: none;
        border: #ccc solid 1px;
        margin: 0;
    }

    .arbtn-next {
        cursor: pointer;
        display: block;
        z-index: 2;
        top: 20%;
        right: 10px;
        width: 38px;
        height: 38px;
        padding: 0;
        pointer-events: auto;
        border-radius: 50%;
        background: #fff;
        box-shadow: none;
        color: #fff;
        line-height: 35px;
        text-shadow: none;
        border: #ccc solid 1px;
        margin: 0;
        position: absolute;
        text-align: right;
    }

        .arbtn-prev, .arbtn-next:hover {
            background-color: #e9e9e9
        }

    @media screen and (max-width:1440px) {

        .arbtn-prev {
            left: 0
        }

        .arbtn-next {
            right: 0px
        }
    }


    /* -------------------------------------------------
 sec06  * slider (base)
-------------------------------------------------------- */
    .slideFrame, .photoArea {
        z-index: 2;
        overflow: hidden;
        margin-top: 35px;
        left: 0;
        max-width: 90%;
    }


        .slideGuide, .photoArea ul {
            left: 0;
            padding: 0;
            margin: 0;
            list-style-type: none;
            position: relative;
            list-style: none;
            list-style-type: none;
            max-height: 190px;
            height: 190px;
            overflow: hidden
        }

            .photoArea ul:before,
            .photoArea ul:after {
                content: " ";
                display: table;
            }

            .photoArea ul:after {
                clear: both;
            }

        .photoArea ul {
            *zoom: 1;
        }


    .photoWrap {
        margin: auto;
        width: 100%;
        max-width: 100%;
        position: relative;
        padding: 0 8px;
    }


    .slideGuide .slideCell {
        float: left;
        display: block;
        position: relative;
        cursor: pointer;
        max-width: 220px;
        width: 220px;
        margin-bottom: 20px;
        margin-right: 5px;
        margin-left: 5px;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px;
        -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.1);
        box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    }



    .photoArea ul li {
        position: relative;
        float: left;
        display: block;
    }

        /*------photo and txt------*/
        .photoArea ul li .item {
            position: relative;
            max-height: 168px;
            height: 168px;
            overflow: hidden
        }

            .photoArea ul li .item .Txt {
                opacity: 1;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                max-width: 100%;
                height: 100%;
                z-index: 20;
            }

            .photoArea ul li .item .Txt {
                color: #d7ceb9;
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                transition: 1.5s;
                font-size: 0.938em
            }
            .slideCell a {
                display:inline-block;
                width: 100%;
                height: auto;
            }
            .slideCell a:focus {
                border: 2px dashed #B84A5B !important;
                background: #fff;
                color: #000 !important;
            }
        .photoArea ul li .item .Txt:focus {
            border: 2px dashed #B84A5B !important;
        }

        /*------photo line------*/
        .photoArea ul li .item .Txt::before,
        .photoArea ul li .item .Txt::after {
            content: "";
            border-color: #a20019;
            border-style: solid;
            display: block;
            opacity: 0;
            position: absolute;
            pointer-events: none;
        }

        .photoArea ul li .item .Txt::before {
            -webkit-transition: 0.9s, top 0.9s 0.9s, bottom 0.9s 0.9s, opacity 0s 1.3s;
            transition: 0.9s, top 0.9s 0.9s, bottom 0.9s 0.9s, opacity 0s 1.3s;
            border-width: 3px 0 0 3px;
            top: 0;
            left: 0;
            right: 100%;
            bottom: 100%;
        }

    .linkArea ul li .item .Txt::after {
        -webkit-transition: 0.9s, top 0.9s 0.9s, bottom 0.9s 0.9s, opacity 0s 1.3s, right 0s 0.9s;
        transition: 0.9s, top 0.9s 0.9s, bottom 0.9s 0.9s, opacity 0s 1.3s, right 0s 0.9s;
        border-width: 0 3px 3px 0;
        bottom: 0;
        right: 0;
        left: 100%;
        top: 100%;
    }

    .photoArea ul li .item .Txt:hover::before,
    .photoArea ul li .item .Txt:hover::after {
        opacity: 1;
    }

    .photoArea ul li .item .Txt:hover::before {
        -webkit-transition: left 0.9s, right 0.9s, top 0.9s 0.9s, bottom 0.9s 0.9s, opacity 0s;
        transition: left 0.9s, right 0.9s, top 0.9s 0.9s, bottom 0.9s 0.9s, opacity 0s;
        right: 0;
        bottom: 0;
    }

    .photoArea ul li .item .Txt:hover::after {
        -webkit-transition: left 0.9s, right 0s 0.9s, top 0.9s 0.9s, bottom 0s 0.9s, opacity 0s;
        transition: left 0.9s, right 0s 0.9s, top 0.9s 0.9s, bottom 0s 0.9s, opacity 0s;
        bottom: -0.063em /*fix on animation*/;
        right: -0.063em /*fix on animation*/;
        left: 0;
        top: 0;
    }



    /*---------txt card-------*/
    .photo-info {
        text-align: center;
        position: absolute;
        top: 80px;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(0,0,0,0.8);
        width: 80%;
        height: 120px;
        opacity: 0
    }

        .photo-info:hover {
            opacity: 1
        }

        .photo-info p {
            font-weight: normal;
            color: #fff;
            font-size: 0.938em;
            letter-spacing: 1px;
            text-align: center;
            padding: 10px;
            max-height: 60px;
            line-height: 1.7;
            overflow: hidden;
        }

            .photo-info p:hover {
                color: #fcf9c4
            }



    /*--------img----*/

    .photoArea ul li:hover .item .Img {
        opacity: 0.8;
        transition: 0.9s;
        background: #202020;
    }

    .photoArea ul li .item .Img {
        position: relative;
        z-index: 2;
        transition: 0.9s;
        height: 265px;
        overflow: hidden
    }

    .photokArea ul li .item .Img {
        display: block;
    }

    .photoArea ul li .item .Img img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }


    .photoArea ul li .item .Img iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    @media screen and (max-width:1680px) {
        .slideFrame, .photoArea {
            max-width: 80%;
        }
    }

    @media screen and (max-width:1440px) {
        .sec06Bg {
            padding-top: 10px
        }

        .sec06-image-block:before {
            top: 0
        }

        .photoArea {
            margin-top: 130px
        }
    }

    @media screen and (max-width:1366px) {
        .slideFrame, .photoArea {
            max-width: 100%;
        }
    }

    @media screen and (max-width:1024px) {
        .photoArea {
            max-width: 100%;
            margin-top: 150px
        }
    }

    @media only screen and (max-width:800px) {
        .photoArea ul li {
            margin: auto
        }
    }


    /* -------------------------------------------------
   sec02最新消息列表-col
-------------------------------------------------------- */
    .index-newsTabWrap {
        padding: 0;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        box-sizing: border-box;
        max-width: 100%;
        margin: 15px auto 0 auto;
    }

    .index-newsTabBlock {
        display: flex;
        padding: 10px 15px;
        width: 100%;
        max-width: 100%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin: 0;
        border: 0;
        vertical-align: baseline;
        box-sizing: border-box;
        margin: auto;
    }
    /*-----------------------------------
 
      sec02最新消息列表 pre.next按鈕
-------------------------------------*/
    .index-newsTab-owl-controls {
        display: block
    }

    .index-newsTab-owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        max-width: 100%;
        -webkit-tap-highlight-color: transparent;
        pointer-events: none;
        z-index: 3;
    }

        .index-newsTab-owl-nav [class*=owl-] {
            width: 50px;
            height: 50px;
            padding: 0;
            pointer-events: auto;
            cursor: pointer;
            color: transparent !important;
        }

            .index-newsTab-owl-nav[class*=owl-] a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 45px;
                height: 45px;
                font-size: 0 !important;
                color: transparent !important;
                text-indent: -9999px;
                background-color: rgb(255,255,255,1);
                background-color: rgba(255,255,255,1);
                border-radius: 50%;
                border: #ddd solid 1px
            }

                .index-newsTab-owl-nav [class*=owl-] a::before {
                    content: "";
                    display: block;
                    width: 15px;
                    height: 15px;
                    border-left: 3px solid #a30112;
                    border-bottom: 3px solid #a30112;
                    opacity: 0.75;
                }

                .index-newsTab-owl-nav [class*=owl-] a:hover::before {
                    opacity: 1;
                }

        .index-newsTab-owl-nav .index-newsTab-owl-prev a::before {
            margin-left: 7px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .index-newsTab-owl-nav .index-newsTab-owl-next a::before {
            margin-right: 7px;
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

    .index-newsTab-owl-prev {
        margin-left: auto;
        position: absolute;
        left: 0px;
    }

    .index-newsTab-owl-nav .index-newsTab-owl-next {
        margin-right: auto;
        position: absolute;
        right: 0px;
    }

    @media screen and (max-width:1152px) {
        .index-newsTab-owl-nav[class*=owl-] a {
            background-color: rgb(255,255,255,0.6);
            background-color: rgba(255,255,255, 0.6);
        }
    }

    /* -------------------------------------------------
   最新消息列表-行政公告與歌舞節目表
-------------------------------------------------------- */
    /*------tabs行政公告tit---------*/
    .ad-item-head {
        margin-top: 15px;
        color: #222;
        height: 68%;
        line-height: 1.5;
        /*overflow: hidden;*/
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        padding: 10px 15px;
        font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, Arial, sans-serif;
        overflow-wrap: break-word;
        word-break: break-all;
    }

        .ad-item-head:hover {
            color: #a18c5d
        }
    /*-----card----*/
    .dance-item {
        display: block;
        position: relative;
        min-height: 290px;
        width: 70%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: 20px;
        float: left;
        padding: 15px 20px;
        background: #f5f1eb;
        border-radius: 8px;
        -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
        position: relative;
    }

    .dance-item {
        cursor: pointer;
        outline: 0;
        -webkit-transition: color .2s ease-out, background-color .2s ease-out;
        -moz-transition: color .2s ease-out, background-color .2s ease-out;
        transition: color .2s ease-out, background-color .2s ease-out;
        text-decoration: none;
        color: #222;
        -webkit-tap-highlight-color: rgba(242, 180, 180, .7);
    }
    /*-----族別-----*/
    .dance-item-group {
        font-size: 1.15em;
        font-style: normal;
        font-weight: 600;
        display: inline-block;
        margin: 0 0 5px;
        color: #c34b4b;
        text-align: center
    }
    /*---- dance name-----*/
    .dance-item-head {
        overflow-wrap: break-word;
        font-size: 1.25em;
        font-weight: 600;
        margin: 0 0 5px;
        padding: 0 30px 0 0;
        display: block;
        color: #3f3f3f;
        line-height: 1.5;
    }

        .dance-item-head:hover {
            color: #a18c5d
        }
    /*----最新檔期---*/
    .ribbon-wrapper-latest {
        width: 85px;
        height: 88px;
        overflow: hidden;
        position: absolute;
        top: -3px;
        right: -3px;
    }

    .ribbon-latest {
        font-size: 0.875em;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        padding: 7px 0;
        left: -5px;
        top: 13px;
        width: 120px;
        background-color: #c34b4b;
        color: #fff;
        -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    }

        .ribbon-latest:before, .ribbon-latest:after {
            content: "";
            border-top: 3px solid #a80807;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            position: absolute;
            bottom: -3px;
        }

        .ribbon-latest:before {
            left: 0;
        }

        .ribbon-latest:after {
            right: 0;
        }
    /*----活動日----*/
    .danceTimeBox {
        display: table;
        margin: 10px auto 5px auto;
        width: 100%;
        min-width: 100%;
        text-align: center;
        padding: 5px;
        background-color: #fefefe;
        color: #222;
        font-weight: bold;
        border-radius: 5px;
        cursor: pointer;
        border: #eee solid 1px;
    }
    /*---date/time----*/
    .dance-item-date {
        line-height: 1.5;
        width: 66%;
        max-width: 66%;
        position: relative;
        text-align: left;
        margin: 0 auto;
        font-size: .875em;
        padding: 0 5px;
        display: inline-block;
        float: left;
    }

    .dance-item-time {
        max-width: auto;
        width: auto;
        position: relative;
        margin: 0 auto;
        padding: 0 5px;
        text-align: center;
        font-size: 0.8em;
        display: inline-block;
        float: left;
        color: #0d4264
    }

    @media screen and (max-width:1152px) {
        .dance-item {
            margin: 10px 25px 10px 0px
        }
    }

    @media screen and (max-width:991px) {
        .dance-item {
            max-width: 100%;
            width: 80%;
            flex: 0 0 40%;
        }
    }

    @media screen and (max-width:811px) {
        .dance-item {
            margin: 10px 35px 10px 0px;
        }
    }

    @media screen and (max-width:767px) {
        .dance-item {
            width: auto;
            max-width: 85%;
            max-height: 100%;
            flex: 0 0 85%;
            margin: 10px 40px 10px;
            padding: 15px 25px;
        }
    }
    /*----see more----*/
    .dance-more {
        margin-top: 5px;
        margin-right: 10px;
        float: right;
        display: inline-block;
        text-align: right;
        position: absolute;
        bottom: 20px;
        right: 15px;
    }

    .dance-more-btn {
        display: inline-block;
        color: #111111;
        text-transform: uppercase;
        padding: 3px 0;
        position: relative;
        text-transform: uppercase;
        font-size: 0.75em;
        letter-spacing: 2px;
        cursor: pointer;
    }

    .dance-more:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60%;
        height: 2px;
        /*background: #111111;*/
        content: "";
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

    .dance-more:hover dance-more::after {
        width: 100%;
        background: #9b0000;
    }

    .dance-more:hover {
        color: #a18c5d
    }

    /*----關於園區-美景---*/
div > .prev, div > .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 5%;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 1em;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    z-index: 10;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div > .next {
    right: 0em;
    border-radius: 3px 0 0 3px;
    font: 0/0 a;
}

div > .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
    font: 0/0 a;
}

    /*div > .prev:hover, div > .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
        background-color: rgb(0, 0, 0);
    }*/

div > .prev:before {
    font-size: 0;
    color: transparent;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    opacity: 1;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

    div > .next:before {
        font-size: 0;
        color: transparent;
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        opacity: 1;
        margin-right: -10px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }


    .img-container {
        width: 100%;
        max-width: 100%;
        min-height: 360px;
        overflow: hidden;
        position: relative;
        overflow: hidden
    }

    @media screen and (max-width: 1200px) {
        .img-container {
            min-height: 435px
        }
    }

    @media screen and (max-width: 1024px) {
        .img-container {
            min-height: 350px;
            height: 350px;
        }
    }

    .captionText {
        color: #000;
        background: rgba(255,255,255,0.8);
        font-size: 1em;
        padding: 10px 0px;
        /*bottom: 20px;*/
        text-align: center;
        z-index: 1;
        list-style: none;
        height: 100%;
        max-width: 100%;
        width: 100%;
        min-height: 1px;
        height: 40px;
        line-height: 2;
        overflow: hidden;
        position: absolute;
    }

    /*----活動行事曆-div---*/
    .Calendardiv {
        z-index: 99;
        position: relative;
        top: 13%;
        left: 5%;
        width: 800px;
        height: 500px;/*
        margin-left: -420px;
        margin-top: -250px;
        display: none;*/
        padding: 18px 20px;
        color: #000;
        background-color: #FFF;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 2px solid #000;
        padding: 17px 19px;
        /*opacity: 0.95;
            filter: Alpha(Opacity=95, Style=0);*/
        -webkit-box-shadow: 0px 0px 3px 3px #aaa;
        -moz-box-shadow: 0px 0px 3px 3px #aaa;
        box-shadow: 0px 0px 3px 3px #aaa;
        overflow: auto;
    }

    @media screen and (max-width: 1024px) {
        .Calendardiv {
            width: 600px;
            height: 500px;
            margin-left: -320px;
            margin-top: -250px;
        }
    }

    @media screen and (max-width: 760px) {
        .Calendardiv {
            width: 400px;
            height: 500px;
            margin-left: -220px;
            margin-top: -250px;
        }
    }

    @media screen and (max-width: 520px) {
        .Calendardiv {
            width: 300px;
            height: 400px;
            margin-left: -170px;
            margin-top: -200px;
        }
    }

    @media screen and (max-width: 320px) {
        .Calendardiv {
            width: 200px;
            height: 400px;
            margin-left: -120px;
            margin-top: -200px;
        }
    }

    .CalendarImg {
        display: block;
        margin: 0px auto;
        /*width: 50%;*/
        margin-top: 30%;
    }

.Calendarstart {
    width:75px;
    height:12px;
    color:white;
}
.Calendarstart:focus {
    color:black;
}

    @media screen and (max-width: 1280px) {
        .CalendarImg {
            /*width: 25%;*/
            max-height: 100%;
            margin-top: 15%
        }
    }

    @media screen and (max-width: 800px) {
        .CalendarImg {
            /*width:10%;*/
            max-height: 100%;
            margin-top: 0%
        }
    }

    .CalendarClosed {
        z-index: 99;
        position: absolute;
        background-image: url(/images/fancybox/fancybox_sprite_close.png);
        top: 0px;
        right: 0px;
        width: 36px;
        height: 36px;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
    }

    .JumpOutDiv {
        width: 600px;
        height: 600px;
        max-width: 100%;
    }

    @media screen and (max-width: 760px) {
        .JumpOutDiv {
            width: 400px;
            height: 400px;
        }
    }

    @media screen and (max-width: 520px) {
        .JumpOutDiv {
            width: 300px;
            height: 300px;
        }
    }

    @media screen and (max-width: 320px) {
        .JumpOutDiv {
            width: 200px;
            height: 200px;
        }
    }

    .JumpOutDiv img {
        max-width: 100%;
    }

/*---------------------

 tit

-----------------------*/


.HeadTit {
    font-style: normal;
    position: relative;
    text-align: center;
    display: block;
    clear: both;
    margin: 0px auto 25px auto;
}


    .HeadTit h2 {
        font-family: "Crimson Text", "Noto Serif TC", serif;
        position: relative;
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center;
        color: #000;
        line-height: 40px;
        letter-spacing: 1px;
        display: inline-block;
        text-transform: uppercase;
        margin: 0 0 5px 0;
        padding: 0 6px;
    }


    .HeadTit p {
        font-family: 'Noto Serif TC', serif;
        font-weight: 500;
        letter-spacing: 1px;
        color: #000;
        text-align: center;
        font-size: 1.125em;
        font-weight: bold;
        font-weight: normal;
        position: relative;
        display: block;
        top: 12px;
    }


.HeadTit-icon-1 {
    right: 5px;
    top: 0;
    position: relative;
}

.HeadTit-icon-2 {
    left: 5px;
    top: 0;
    position: relative;
}

.HeadTit h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.5em;
    height: 2px;
    margin: auto;
    background-color: #9b0000;
}




@media screen and (max-width: 1024px) {
    .HeadTit {
        margin-bottom: 1em;
        text-align: center;
    }

        .HeadTit h2 {
            padding: 0;
            font-size: 2rem;
        }
}

@media screen and (max-width:991px) {
    .HeadTit h3:before {
        width: 30vw
    }
}

@media screen and (max-width:800px) {

    .HeadTit h3 {
        font-size: 2em;
    }

    .HeadTit p {
        top: 0em
    }

    .HeadTit-icon-1, .HeadTit-icon-2 {
        top: 5px
    }
}



@media screen and (max-width:414px) {
    .HeadTit h2 {
        font-size: 1.45rem;
    }
}

/*------------
空間

---------------*/

.secWrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    max-width: 100%;
}
/*--add---*/
.secWrap-half {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    max-width: 100%;
}

.secRow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*-----Index sec Area---------*/
form > .main {
    padding-top: 140px;
    display: block;
    overflow: hidden;
}
/*--add---*/
@media screen and (max-width:1366px) {
    .secWrap-half {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media screen and (max-width:1080px) {

    .secWrap {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 1024px) {
    form > .main {
        padding-top: 0px;
    }

    #form1 {
        width: 100%;
        height: 100%;
    }


    #form1 {
        min-height: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width:428px) {

    .secWrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*--------

more btn
-----------*/

.more-btn-box {
    margin: 30px auto 0 auto;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    height: 60px;
}

.page-more-btn {
    font-size: 1rem;
    padding: 7px 45px 7px 30px;
    margin: 0px auto 0 auto;
    position: relative;
    border: 1px solid #a08b5c;
    background: #fff;
    display: inline-block;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


    .page-more-btn::before {
        position: absolute;
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        transform: translate(-50%, -50%);
        top: 13px;
        right: 12px;
        line-height: 1;
        text-align: center;
        border-top: 1px solid #464646;
        border-left: 1px solid #464646;
        transform: rotate(135deg);
    }



    .page-more-btn:hover {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        transition: all 0.3s;
        background: #a08b5c;
        color: #fff;
    }



/*------------

sec01 Area
------------*/

.Newspart {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 40px 0 40px 0;
    margin: 0px auto;
    min-height: 700px;
    overflow: hidden;
    display: block;
    position: relative;
}



    .Newspart:before {
        content: '';
        position: absolute;
        width: 100%;
        max-width: 100%;
        display: block;
        left: 0;
        bottom: 20px;
        /*background-image: url(../../images/bg/NewspartBg.svg);*/
        width: 285px;
        height: 285px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        opacity: 0.4;
    }


.left-half {
    max-width: 425px;
    display: block;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-right: 5%;
}

.right-half {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    justify-content: center;
    margin-top: 40px;
    background-color: #fff;
}
/*-------------

banner img size

--------------*/


.big-banner {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px
}


    .big-banner .swiper-container {
    }

    .big-banner .big-banner-swiper {
        position: relative;
        display: block;
    }

        .big-banner .big-banner-swiper a {
            display: block;
        }

    .big-banner .one-banner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        /*padding-bottom: 35%;*/
        position: relative;
        display: block;
    }




    .big-banner .swiper-slide {
        width: 100% !important;
        max-width: 100%;
        display: block;
        background-color: #fff;
    }



    .big-banner picture {
        box-sizing: border-box;
        display: block;
        min-height: 520px;
        position: relative;
    }



    .big-banner figcaption {
        box-sizing: border-box;
        min-height: 100px;
        width: 100%;
        max-width: 100%;
        list-style: none;
        position: relative;
        z-index: 1;
        top: 0;
        flex-basis: 100%;
        overflow: hidden;
        border: none;
        clear: both;
        display: block;
        min-height: 140px;
        font-weight: bold;
        line-height: 1.5;
    }


.news__index__item__title {
    font-weight: 500;
    font-size: 1.25rem;
    color: #222;
    position: relative;
    box-sizing: border-box;
    font-style: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
    white-space: normal;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    min-height: 70px;
    margin-top: 10px;
    padding: 5px 12px;
    line-height: 1.5;
}

    .news__index__item__title:hover,
    .news__index__item__title:active {
        color: #03537f;
    }



.info-bustour {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    max-width: 100%;
    align-items: flex-end;
    margin-left: auto;
    text-align: right;
    margin-bottom: 8px;
    justify-content: flex-end;
    padding-right: 20px;
}


    .info-bustour ul {
        line-height: 1.5;
        padding: 0;
        left: 0;
        margin: 0;
        list-style: none;
        margin-left: 0;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 8px;
    }

    .info-bustour li {
        color: #292929;
        padding: 5px 0px 5px 0px;
        display: inline-block;
        font-weight: normal;
        font-size: 1.063rem;
        position: relative;
    }

        .info-bustour li._year {
            font-weight: 400;
            font-size: 1rem;
            margin-top: 8px;
        }

        .info-bustour li._date {
            font-weight: 500;
            font-size: 1.5rem;
        }

        .info-bustour li._timeline {
            font-weight: 400;
            font-size: 1.25rem;
            line-height: 1.8;
        }


.big-banner .one-banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

.big-banner .big-banner-control-btn {
    position: absolute;
    width: 100%;
    top: calc(50% - 20px);
    left: 0;
    z-index: 2;
}

    .big-banner .big-banner-control-btn a {
        display: inline-block;
        width: 48px;
        height: 48px;
        vertical-align: middle;
        font-size: 0rem;
        text-indent: -9999px;
        background-color: rgba(255, 255, 255, 1);
        position: absolute;
        border-radius: 100%;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    }



.big-banner .big-banner-button-prev {
    background-image: url(../../images/icon/icon-left-gray.svg);
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
    left: 3px;
}

.big-banner .big-banner-button-next {
    background-image: url(../../images/icon/icon-right-gray.svg);
    right: 3px;
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
}




@media screen and (max-width: 1024px) {



    .Newspart {
        height: auto;
        margin-top: 0;
        padding: 30px 10px 60px 10px;
        min-height: 100%;
        max-height: 100%;
        overflow: hidden;
    }

        .Newspart::before {
            width: 185px;
            height: 185px;
            opacity: 0.2;
        }

        .Newspart .left-half {
            max-height: 100%;
            width: 100%;
            margin-top: 0;
            height: auto;
            margin: auto;
            text-align: center;
        }

    .big-banner {
        width: 100%;
        max-width: 100%;
    }

    .big-banner {
        margin-top: 30px;
    }

        .big-banner .one-banner {
            padding-bottom: 10px;
        }

        .big-banner .big-banner-control-btn a {
            width: 40px;
            height: 40px;
        }



        .big-banner picture {
            box-sizing: border-box;
            display: block;
            min-height: 275px;
        }
}

@media screen and (max-width: 768px) {


    .big-banner .big-banner-control-btn {
        top: 45%;
    }
}

@media screen and (max-width: 570px) {
    .big-banner {
        margin-top: 0px;
    }

        .big-banner .big-banner-control-btn a {
            width: 40px;
            height: 40px;
        }


        .big-banner .one-banner {
            min-height: 300px;
        }

            .big-banner .one-banner img {
                -o-object-fit: contain;
                object-fit: contain;
            }
}

@media screen and (max-width: 410px) {

    .big-banner .one-banner {
        min-height: 350px;
    }
}





@media screen and (max-width: 570px) {
}





/*===================== News list====================*/


.mainNewsBox {
    display: block;
    z-index: 1;
    position: relative;
    margin: 15px auto
}

    .mainNewsBox ul {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 0;
    }



        .mainNewsBox ul li {
            padding: 15px 0;
            position: relative;
            border-bottom: 1px dashed #b6b6b6;
            box-sizing: border-box;
        }


            .mainNewsBox ul li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                color: #000;
                position: relative;
                transition: 150ms;
                line-height: 1.7;
            }


                .mainNewsBox ul li a:hover,
                .mainNewsBox ul li a :active {
                    letter-spacing: 0.5px;
                    font-variation-settings: "wght" 500;
                    transform: translateY(-3px) scale(1.005) translateZ(0);
                    color: #a85a56;
                }


.main-newsitem {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    font-size: 1.063rem;
    line-height: 1.55;
    letter-spacing: 0.7px;
    overflow: hidden;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
}


.date-number {
    color: #2b2b2b;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.7px;
    position: relative;
    width: 100px;
}





.modTag {
    max-width: 75px;
    min-height: 27px;
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 5px;
    letter-spacing: 2.5px;
    position: relative;
    line-height: 1.5;
}

.Tag-orange {
    background-color: #d64203;
}

.Tag-gary {
    background-color: #768998
}

.Tag-black {
    background-color: #2b2b2b
}

.Tag-blue {
    background-color: #5981e6
}

.Tag-garyblue {
    background-color: #568F9A
}

.Tag-green {
    background-color: #46B199
}




@media screen and (max-width: 1024px) {
    .mainNewsBox ul li a {
        display: block;
    }

    .date-number, .modTag {
        display: inline-block;
    }

    .right-half {
        min-width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 430px) {

    .main-newsitem {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}
/*----------------
top  links
-----------------*/

.category-headerpart {
    /*margin-top: 70px;*/ /*---請貼齊在index banner下方--*/
    max-width: 100%;
    width: 100%;
    background: url(/images/bg/category-headericonBg.jpg);
    background-position: center;
    background-repeat: repeat-y;
    background-size: 100%;
    display: block;
    padding: 15px 10px;
}

.grpBox {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
}


/*-----left-----*/
.items_grp {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    margin: 0px auto 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 1px;
    width: 65%;
    flex: 0 0 65%;
    max-width: 65%;
}




.infobus_grp {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
    min-height: 1px;
    width: 35%;
    flex: 0 0 35%;
    max-width: 35%;
}


.items_grp ul {
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    list-style: none;
    display: flex;
    align-content: center;
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-around;
}

.items_grp li {
    padding: 0;
    position: relative;
    vertical-align: top;
    flex: none;
    margin: 0 auto;
    flex-basis: 13.5%;
    max-width: 13.5%;
    display: flex;
}



.grp_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in;
    text-align: center;
    padding: 8px 0;
    position: relative;
    width: 100%;
    max-width: 100%;
}

    .grp_div:hover,
    .grp_div:focus {
        -webkit-transition: transform 0.2s ease;
        -moz-transition: transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
        transform: translate3d(0, -5px, 0);
    }

.grp_img {
    display: flex;
    height: 85px;
    width: 85px;
    max-width: 85px;
    margin: 0 auto 5px auto;
    position: relative;
    padding: 10px;
    background-size: auto;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    border-radius: 50%;
    border: #b39c7d solid 1px;
    background-color: #fffbeb;
}

    .grp_img:hover,
    .grp_img:active {
        border-width: 3px;
        background-color: #fdf2db;
        box-shadow: 0 5px 10px rgba(52, 52, 52, 0.3);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }


.grp_imgCol {
    display: block;
    display: block;
    height: auto;
    width: 55px;
    max-width: 55px;
    margin: 0 auto;
    transition: 150ms;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 1.5em
}

.items_grp_icon {
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    display: block;
    border: 0;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
}


.captionttl {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    display: block;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 5px 0;
    margin: 0;
    height: 45px;
    color: #333;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -1px;
}


    .captionttl:hover,
    .captionttl:focus {
        color: #c44a4a;
        text-shadow: 0 1px 2px rgba(52, 52, 52, 0.3);
    }




/*--------------

             today
    ----------------------*/
.infoBlk {
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

.infoBlk_inner {
    padding: 7px 15px;
    color: #757575;
    width: 62%;
    display: block;
}

.infoBlk .calendar {
    background-color: #fff;
    border-radius: 30px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoBlk .today {
    background-color: #f5f1e5;
    color: #262626;
    padding: 15px 10px;
    text-align: center;
    width: 46%;
}

.infoBlk .year_month {
    font-size: 1.125rem;
    line-height: 28px;
}

.infoBlk .week {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    padding: 0 8px 0 0
}

    .infoBlk .week::after {
        position: absolute;
        content: "|";
        font-size: 0.75rem;
        display: inline-block;
        top: 3px;
        right: 0px;
    }

.infoBlk .day {
    font-size: 3.8rem;
    line-height: 84px;
    margin: 4px 0;
    font-family: 'Roboto', 'Noto Sans TC', 'Inter', sans-serif;
}


.infoBlk .today .closed::before {
    content: '休園中';
    font-size: 1rem;
    padding-left: 5px;
}

.infoBlk .today .open::before {
    content: '開園中';
    font-size: 1rem;
    padding-left: 5px;
}



.open_time_top {
    font-size: 1.25rem;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #464646;
    font-weight: 500;
}

    .open_time_top::before {
        content: '';
        display: inline-block;
        width: 23px;
        height: 23px;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../../images/icon/openclock.svg);
        background-size: contain;
        left: 10px;
        top: 2px;
    }

.ts-open-text {
    margin-bottom: 0px;
    margin-left: 18px;
    display: inline-block;
    text-align: left
}

.weatherBlk {
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    color: #393838
}

.weather {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

    .weather a:hover {
        text-decoration: none;
        color: #0c6cb7
    }

.weather_img {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: none;
}

    .weather_img img {
        width: 100%;
        height: 100%;
        display: block;
        top: 0px;
        left: 0px;
        -o-object-fit: contain;
        object-fit: contain;
    }







.news-banners-carousel {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    position: relative;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}



.news-banners-carousel-box {
    padding: 15px 15px 15px 15px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto 0 20px;
}





.istk_txt {
    font-size: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto 25px auto;
    text-align: left;
    font-weight: 400;
    color: #222;
    padding: 0px 7px 5px 7px;
    line-height: 1.5;
    position: relative;
    box-sizing: border-box;
    font-style: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden !important;
    white-space: normal;
    text-overflow: ellipsis;
    max-height: 50px;
}

    .istk_txt:hover, .istk_txt:active {
        color: #a85a56;
    }

/*--------

 pager dot txt swiper
-----------*/


.pagination-box .swiper-pagination {
    position: relative;
    z-index: 1;
}

    .pagination-box .swiper-pagination .swiper-pagination-bullet-active {
        background: #8b7872 !important
    }

    .pagination-box .swiper-pagination .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        margin: 7px !important;
    }

.pagination-box {
    position: absolute;
    width: 100%;
    margin: 15px auto 0 auto;
    left: 0;
    bottom: 0px;
    display: block;
}

/*--------

 pad
-----------*/

.pad-section {
    display: none;
}

@media screen and (max-width:1480px) {
    .items_grp {
        width: 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }

    .infobus_grp {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .items_grp ul li {
        margin: 0 0px 0 5px
    }



    .captionttl {
        font-size: 1.125rem;
    }
}

@media screen and (max-width:1360px) {
    .captionttl {
        -webkit-line-clamp: 2;
        height: 100%
    }

    .captionttl {
        font-size: 1.063rem;
    }

    .infoBlk .calendar {
        padding: 5px 5px;
    }
}

@media screen and (max-width:1152px) {
    .items_grp {
        width: 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }

    .infobus_grp {
        width: 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .infoBlk .week {
        font-size: 0.875rem;
    }

    .infoBlk .today .open::before {
        font-size: 0.875rem;
    }

    .infoBlk .today.closed .open::before {
        font-size: 0.875rem
    }
}

@media screen and (max-width:1024px) {
    .category-headerpart {
        background-size: contain;
    }

    .items_grp {
        display: none;
    }

    .infobus_grp {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px
    }



    .news-banners-carousel-box {
        display: block;
        padding: 15px 20px 15px 20px
    }

    .istk_txt {
        padding: 0px 0px 5px 0px;
    }


    .pad-section {
        display: block;
        text-align: center;
        margin: 10px auto 15px auto;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }


    .card-container {
        overflow: hidden;
        margin: 0 0 0 auto;
        list-style: none;
        padding: 0;
        z-index: 1;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        left: 0;
        position: relative;
    }

    .card-content {
        margin: 10px 0 10px 0;
        justify-content: center;
        align-items: center;
        padding: 15px 5px 20px 5px;
        overflow: hidden;
    }

    .card-container .swiper-slide {
        padding: 0;
        text-align: center;
        max-width: 125px;
        flex: 0 0 125px;
        min-height: 125px;
        display: inline-block;
        margin: auto;
        padding-right: 15px;
    }

    .card-container .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    .swiper-page {
        margin: 0;
        position: absolute;
        text-align: center;
        bottom: 0;
    }


        .swiper-page .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            display: inline-block;
            margin: 7px !important;
        }

        .swiper-page .swiper-pagination-bullet-active {
            background-color: #c44a4a;
        }

    /*--card-container .swiper-button-next,
  .card-container .swiper-button-prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    font-size: 0rem;
    text-indent: -9999px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    top: 20%;
  }


  .card-container .swiper-button-next {
    background-image: url(../../images/icon/icon-right-gray.svg);
    right: 5px;
    background-position: center;
    background-size: 28px;
    background-repeat: no-repeat;
  }

  .card-container .swiper-button-prev {
    background-image: url(../../images/icon/icon-left-gray.svg);
    left: 5px;
    background-position: center;
    background-size: 28px;
    background-repeat: no-repeat;
  }
---*/

    .card-container .swiper-button-next, .card-container .swiper-button-prev {
        display: none;
    }

    .captionttl {
        font-size: 1.063rem;
    }


    .infoBlk .week {
        font-size: 1rem;
    }

    .infoBlk .today .open::before {
        font-size: 1rem;
    }

    .infoBlk .today.closed .open::before {
        font-size: 1rem
    }
}

@media screen and (max-width:926px) {
    .card-content {
        display: block;
        position: relative;
        margin: 15px auto 30px auto;
        height: 100%;
        box-sizing: border-box;
        overflow: hidden;
        align-items: center;
        text-align: center
    }
    /*--0306---*/
    .card-container .swiper-slide {
        padding-right: 0
    }
}

@media screen and (max-width:844px) {
    .card-container .swiper-button-next, .card-container .swiper-button-prev {
        display: none;
    }

    /*--0306---*/
    .card-container .swiper-slide {
        display: block;
        margin: auto;
    }

    /*--0306---*/
    .card-container .swiper-wrapper {
        justify-content: flex-start;
    }

    .grp_img {
        padding: 0;
    }
}

@media screen and (max-width:580px) {

    .captionttl {
        font-size: 1.125rem;
    }

    .news-banners-carousel-box {
        margin: 0 auto 0 auto;
        padding: 15px;
    }

    .infoBlk {
        display: block
    }

        .infoBlk .today {
            padding: 15px 15px;
            width: 100%;
        }

    .infoBlk_inner {
        width: 100%;
    }

    .istk_txt {
        padding: 0px 15px 10px 0px;
    }

    .card-container {
        margin-left: -10px;
    }
    /*--0306---*/
    .card-content {
        padding: 0 5px 15px 0
    }
}


@media screen and (max-width:428px) {
    .card-container {
        margin-left: auto;
    }

    .swiper-page {
        margin: 0;
        left: 40%;
    }
}
@media screen and (max-width:385px) {

    /*--0306---*/
    .card-container .swiper-slide {
        max-width: 115px;
        flex: 0 0 115px;
    }
}

a:focus {
    border: 2px dashed #B84A5B !important;/*
    outline: 2px dashed #B84A5B !important;
    overflow: inherit;*/
}
/*
a:active {
    outline: none;
}*/

button:focus {
    border: 2px dashed #B84A5B !important;
    outline: 0;
}

.sliderControl {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 20;
}
.sliderControl button {
    border: black 0.1rem solid;
    background-color: #f0f0f0;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.sliderControl button:hover{
    cursor: pointer;
}
.sliderControl button:focus{
    border: 2px dashed #B84A5B !important;
    outline: 0;
}

.bbswiperControl {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 10;
}
.bbswiperControl button {
    border: black 0.1rem solid;
    background-color: #f0f0f0;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.bbswiperControl button:hover{
    cursor: pointer;
}
.bbswiperControl button:focus{
    border: 2px dashed #B84A5B !important;
    outline: 0;
}

.AboutSliderControl {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}
.AboutSliderControl button {
    border: black 0.1rem solid;
    background-color: #f0f0f0;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.AboutSliderControl button:hover {
    cursor: pointer;
}
.AboutSliderControl button:focus {
    border: 2px dashed #B84A5B !important;
    outline: 0;
}

/*!------------------------------------*\
    Base
*!------------------------------------*/

.drawer-open {
  overflow: hidden !important;
}



/*---------

top-mobile-menu選單 
-------------*/

.subnav {
       float: right;
    height: 100%;
    line-height: 40px;
    display: table;
}

.subnav ul {
    text-align:right;
    line-height: 1.5;
    margin-bottom: 2%;
    word-break: break-all;
}

.subnav ul, .subnav ul li {
    float: left;
    list-style: none;
}
.navli {
    max-height: 40px;
}
.navli li{
	display: inline-block;
    position: relative;}
.navli li a {
   color: #595757;
    height: auto;
    font-size: 90%;
    transition: all .15s linear;
    display: table-cell;
    position: relative;
	padding: 0 8px

}
.navli li a:hover{
	color:#973333;}

.EN-langBtn{
   height: 30px;
    line-height: 1.5;
    background:#973333;
    color: #FFF !important;
    padding: 3px;
    position: relative;
    top: 0px;
    left: 2px;
    border-radius: 7px}

.EN-langBtn:hover{
	color:#fff;
	background-color:#222
}



/*-----------------------------

lang

---------------------------*/



.languageBox {
    position: relative;
    margin: auto;
    cursor: pointer;
    width: 88px;
    padding: 0;
    background: #fff;
    float: right;
    right: 0;
}




 .languageBox .dropDown>a {
    width: 88px;
    height: 28px;
    line-height: 28px;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    color: #4d4d4d;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 500;
    position: relative;
    text-align: center;

}

.languageBox .dropDown {
    border: 1px solid #ddd;
    box-sizing: border-box;
      transition: all 0.4s;
}
/*.languageBox .dropDown>a:after {
	content: "";
    width: 15px;
    height: 15px;
    border-style: solid;
    border-top: 5px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 12px;
    right: -3px;
    position: relative;

}*/
.languageBox ul{    
	list-style: none;
	list-style-type: none;
	left: 0;
	 top: 100%;
	padding: 0;
	margin: 0;
	margin-top:2px;
    position: absolute;    
    height:auto;
	    width: 100%;   
    border: 1px solid #ddd;
    border-top: none;
    box-sizing: border-box;
         display:block/*!important*/;
}
.languageBox-menu li{
	background-color:#fff;
	 border-bottom: #ddd solid 1px;
	width: 100%;
		height: 28px;
	display:block!important;}

.languageBox-menu li + li{  border-bottom:none}
.languageBox-menu li a {
	    font-size: 0.938em;
     width: 100%;   
	display:block!important;
    position: absolute;
    top: 0px;
    opacity: 1;   
    text-align: center;
    list-style: none;
    cursor: pointer;
    transform-origin: 10% 50%;
    -ms-transform-origin: 10% 50%;
    -webkit-transform-origin: 10% 50%;
    -o-transform-origin: 10% 50%;
    -moz-transform-origin: 10% 50%;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
        display:block!important;
    padding:3px 0 !important;
}
@media screen and (max-width:414px) {
	
.languageBox { width:80px}
	
.languageBox .dropDown>a {
    width: 80px;	font-size: 0.8em; padding: 0 5px!important}
	
	
	
}

/*-----------------------------

social

---------------------------*/
/*--20201031---*/
.offcanvas-social{
    position: relative;
    display:table;
	top:-100px;
	margin:0 auto 20px auto;
	 
}

.offcanvas-social ul{
	padding: 0;
	margin: 0;
	list-style: none;
	outline-style: none;
	left: 0
}
.offcanvas-social ul li{	
   display: inline-block;
	padding-right:5px;
	padding-left:5px;
	border-right: 1px solid  #e6e6e6;
}
.offcanvas-social ul li:last-child {	
   display: inline-block;
	padding-right: 0;
	border-right: none 
}
.offcanvas-social ul li > i {
	cursor: pointer;
    display: inline-block;
}


.offcanvas-social ul li a{ text-decoration: none}

.offcanvas-social ul li a:img{border:none}
	
/*-------------------------------------
1091101更正 搜尋鈕
----------------------------------------*/

.sp-search {
   top:-120px;
    padding:10px;
    width:90%;
    margin: 0px auto;
    margin-top: 20px;
	position: relative;
	 background-color: rgb(255,255,255,0.7);
    background-color: rgba(255,255,255,0.7);
}

.sp-search dl {
    position: relative;
}
.sp-search dl dt {
    margin-right:8px;
}

.sp-search .sp-SearchBtnBlock {
    text-align: center;
	display: block
}

.sp-SearchBtn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    background-color:#b94a42;
	background-image:url("../images/icon/ph_search.png"); 
    background-repeat: no-repeat;
    background-position: center;
	cursor: pointer;
	    text-indent: -9999px;
    font-size: 0;
    color: transparent
}
.sp-search input{
	z-index: 2;
	outline: none;
    padding: 0;
	margin: 0;
}
.sp-search-control{
	display: block;
    width: 100%;
    font-size: 0.938em;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border:1px solid #ced4da;
	height: 41px;
      box-sizing: border-box;
    padding-left: 10px !important;
    font-family: arial,"微軟正黑體";
  
 }
.sp-search  .keyWordTit {
	font-size: 0.875em;
	margin-top:5px;
    margin-bottom:5px;
	display: block
}
.sp-search  .sp-searchlink a {
	display: inline-block;
	font-size: 0.875em;
    color: #3e3a39;
	text-decoration: none;
	padding-bottom:2px;
}
.sp-search  .sp-searchlink a:hover{
    color:#a18c5e;
	text-decoration: none;
}

/*-------------------------------------

mobile-menu 更正
----------------------------------------*/
.sp-Comguide{
	margin:0  auto;
    position: relative;
	z-index: 1;
	top: -110px;
	left:5px

}

.sp-Comguide ul{
		padding: 0;
	margin: 0;
	list-style: none;
	outline-style: none;
	left: 0
	
}

.sp-Comguide ul li{
	 display: inline-block;
    position: relative;
	text-align: center;
	     border: 1px solid #d9cdb2;
    box-sizing: border-box;
    transition: all 0.4s;
	margin-bottom:10px;
	 width:47%;
	padding: 4px;
	 background-color: rgb(255,255,255,1);
    background-color: rgba(255,255,255, 1);
 
}
 .sp-Comguide ul li a {
	 font-size:0.875em;
	 width:100%;
	 flex: 0 0 100%;
	   padding: 3px;
    -ms-flex-align: center;
    align-items: center;
    background-color:#eae8e1;
    box-sizing: border-box;
    color:#a18c5d;
	 line-height: 1.45;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    }

 .sp-Comguide ul li  a:hover {
	 background-color:#e9e9e9;
	 text-decoration: none

    }





/*---------------------------

         mobile-menu選單 

-------------------------------*/


/*----20201101修改-----*/
.drawer-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  overflow:auto;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
	border-right: #ddd solid 1px
}
/*----20201101修改-----*/
.drawer-nav:before{	
		content: '';
    display: block;
   position: absolute;  
    width:162px;
     height:162px;
	top:85%;
	left:-20px;
	    background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	background: url("../images/Bgphoto/navbar-bg.png");
	opacity: 0.4
	
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}



/*---1nd----*/

.drawer-menu > li{
	border-bottom: #ddd solid 1px;
	background-color:#fff 
}



.drawer-menu-item:hover {
  text-decoration:none;
  color:#8e7c53;
  background-color:#fff;
}

/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;

}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger BTN 主要
\*!------------------------------------*/

.drawer-hamburger {
  position: fixed;
  z-index:200;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*-----------
  漢堡btn
-----------*/
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}



.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}





/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
  position: fixed;
}


/*----

次選單
--------*/
.drawer-navbar-header {
  position: relative;
  z-index: 1001;
  box-sizing: border-box;
  width: 100%;
  height:60px;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}


/*----1nd main menu----*/
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}



/*----humber main----*/
	
 .drawer-navbar .drawer-hamburger {
    display:block;
  }

@media screen and (max-width: 897px){

.drawer-navbar-header {  position: fixed;}
	
}
/*!------------------------------------*\
    Dropdown -2nd
\*!------------------------------------*/

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
	list-style-type: none;

}


/*---2nd-----*/
.drawer-dropdown-menu-item {
  line-height:40px;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222; 
	background-color:#fff;
	letter-spacing: 1px
}

.drawer-dropdown-menu-item:hover {
  text-decoration:none;
  color:#fff;
 background:#a08b5c;
}

/*! open */

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}


@charset "utf-8";
/* CSS Document */


/*==========================================
Banner  common
===========================================*/


.bannerArea{
    padding:0 0;
   width:100%;
	max-width:100%;
	height:375px;
	overflow:hidden;
    display: block;
	background-color:#e9e6dc
}

.page-titWrapper {
	 width: 40%;
    max-width: 40%;
	margin:8% 15px 30px;
	padding:15px 10px;
	z-index: 3;
	  -webkit-box-sizing: border-box;
    box-sizing: border-box;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius:0;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);	
	  animation-name:leftfly;
    animation-duration:2s;
}

@keyframes leftfly{
    from{
        left:0;
    }
    to{
        left:100px;
    }

}



/*---------------
bannerPhoto comm
-------------*/
.mainVisualBox {  
	margin-top:0px;
    display: block;
    position: absolute;
    padding:0;
	margin: 0;
       top: 0;   
	height: 100%; 
	  right:0px;
	 width: 65%;
    max-width: 65%;
    flex: 0 0 65%;
    right: 0;
	position: absolute
}


/*--------bannerHeader Img --------*/


.mainVisualBoxBlock{
	padding-top:45%;
	 display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
	width: 100%;}
.mainVisualBoxBlockImg{
  display: block;
    height: auto;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
	max-width:100%;
}
@media screen and (max-width:1440px) {
.mainVisualBoxBlock{padding-top:50%}
}

@media screen and (max-width:1200px) {

.page-titWrapper {  width: 46%; max-width:46%; margin-top: 15%;}
.mainVisualBox {
    width: 85%;
    max-width: 85%;
    flex: 0 0 85%;
    right: 0;
	position: absolute
}

	
}
@media screen and (max-width:991px) {
	
.mainVisualBox {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    right: 0;
	position: absolute
}
	.page-titWrapper {
    margin-top: 17%;
    margin-left: 0;
	left: -15px;}
	
	
}


@media screen and (max-width:800px) {
	
.bannerArea{height:325px; overflow:hidden}	
	
.mainVisualBox {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    right: 0;
	position: absolute
}

.mainVisualBoxBlock{padding-top:64%;}
	
	
.page-titWrapper {
    width: 75%;
    max-width: 75%;
    margin:0 auto;
    top: 30px;  
		left:0px;
	padding: 8px 15px;
	background: rgba(255, 255,255, 0.9);
}
}

@media screen and (max-width:576px) {
.bannerArea{height:295px; overflow:hidden}	

}
@media screen and (max-width:414px) {
.bannerArea{height:245px; overflow:hidden}	
}
@media screen and (max-width:385px) {
.bannerArea{height:205px; overflow:hidden}	
}

/*==========================================
BannerRigthTit
===========================================*/
.pageRi-TitArea{   
	max-width: 10%;
    width:10%;
    flex: 0 0 10%;
    position: absolute;
    min-height: 1px;
    padding: 0;
     flex-basis: 10%;
	right:0px;
	display: block;
	display: block;
   
    height: 350px;
}



.pageRi-TitBox {
	    font-style: normal;
    margin: auto;
    text-align: center;
    position: relative;
    top: 0;
    letter-spacing: .2em;
     height: 100%;
    display: block;
}


.pageRi-TitCh {
	    display: inline-block;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-lr;
    font-weight: 600;
    color: #a18c5d;
    font-style: normal;
    font-size: 1.750em;
    letter-spacing: 2px;
    font-weight: normal;
    text-align: left;
    right: 5px;
    top:40px;
    margin: 0 auto;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 355px;
   }

.pageRi-TitEn {
	position:absolute;
	   display: inline-block;
    color: #a18c5d;
    text-align:left;
    font-size: 1.85em;
      font-family: "Abril Fatface", cursive;
    font-family: "PlantinMTPro",serif;
    font-style: normal;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
         top: 0;
    right: 40px;
   margin: 0; 
       padding:36% 0 0 0; 
}
@media screen and (max-width:1366px) {
	.pageRi-TitArea{ display: none}   
}
/*==========================================

bannercardBar Img (page1-pege7)

===========================================*/


/*----1menu---*/
.page-imgbar1{position:relative;display: block}

.page-imgbar1:before{
	content: "";
	position: absolute;
	display: block;
	right: -15px;
	top: 0;
	width:62px;
	height: 100%;
	background-image: url("../images/pageBannerSide/imgbar1.jpg");
	background-position: center center ;
	background-repeat: repeat-y;
	background-size: contain;
}

/*----2menu----*/
.page-imgbar2{position:relative;display: block}

.page-imgbar2:before{
	content: "";
	position: absolute;
	display: block;
	right: -15px;
	top: 0;
	width:62px;
	height: 100%;
	background-image: url("../images/pageBannerSide/imgbar2.jpg");
	background-position: center center ;
	background-repeat: repeat-y;
	background-size: contain;
}


/*----3menu----*/

.page-imgbar3{position:relative;display: block}

.page-imgbar3:before{
	content: "";
	position: absolute;
	display: block;
	right: -2px;
	top: 0;
	width:62px;
	height: 100%;
	background-image: url("../images/pageBannerSide/imgbar3.jpg");
	background-position: center center ;
	background-repeat: repeat-y;
	background-size: contain;
}


/*----4menu----*/

.page-imgbar4{position:relative;display: block}

.page-imgbar4:before{
	content: "";
	position: absolute;
	display: block;
	right: -10px;
	top: 0;
	width:62px;
	height: 100%;
	background-image: url("../images/pageBannerSide/imgbar4.jpg");
	background-position: center center ;
	background-repeat: repeat-y;
	background-size: contain;
}


/*----5menu-----*/

.page-imgbar5{position:relative;display: block}

.page-imgbar5:before{
	content: "";
	position: absolute;
	display: block;
	right: -15px;
	top: 0;
	width:62px;
	height: 100%;
	background-image: url("../images/pageBannerSide/imgbar5.jpg");
	background-position: center center ;
	background-repeat: repeat-y;
	background-size:cover;
}

/*----6menu----*/

.page-imgbar6{position:relative;display: block}

.page-imgbar6:before{
	content: "";
	position: absolute;
	display: block;
	right: -1px;
	top: 0;
	width:62px;
	height: 100%;
	background-image: url("../images/pageBannerSide/imgbar6.jpg");
	background-position: center center ;
	background-repeat: repeat-y;
	background-size: cover;
}

/*----7MENU----*/
.page-imgbar7{position:relative;display: block}

.page-imgbar7:before{
	content: "";
	position: absolute;
	display: block;
	right: -15px;
	top: 0;
	width:62px;
	height: 100%;
	background-image: url("../images/pageBannerSide/imgbar7.jpg");
	background-position: center center ;
	background-repeat: repeat-y;
	background-size: contain;
}


/*----8page-imgbar8 sitemap----*/
.page-imgbar8{position:relative;display: block}

.page-imgbar8:before{
	content: "";
	position: absolute;
	display: block;
	right: -11px;
	top: 0;
	width:62px;
	height: 100%;
	background-image: url("../images/pageBannerSide/imgbar8.jpg");
	background-position: center center ;
	background-repeat: repeat-y;
	background-size: contain;
}

/*----9page-imgbar9 map----*/
.page-imgbar9{position:relative;display: block}

.page-imgbar9:before{
	content: "";
	position: absolute;
	display: block;
	right: -11px;
	top: 0;
	width:62px;
	height: 100%;
	background-image: url("../images/pageBannerSide/imgbar9.jpg");
	background-position: center center ;
	background-repeat: repeat-y;
	background-size: contain;
}
/*----10page-imgbar10 contact---*/
.page-imgbar10{position:relative;display: block}

.page-imgbar10:before{
	content: "";
	position: absolute;
	display: block;
	right: -11px;
	top: 0;
	width:62px;
	height: 100%;
	background-image: url("../images/pageBannerSide/imgbar10.jpg");
	background-position: center center ;
	background-repeat: repeat-y;
	background-size: contain;
}
@media screen and (max-width:1200px) {
.page-imgbar1:before{width:45px;}	
.page-imgbar2:before{width:45px;}
.page-imgbar3:before{width:45px;}
.page-imgbar4:before{width:45px;}
.page-imgbar5:before{width:45px;}
.page-imgbar6:before{width:45px;}
.page-imgbar7:before{width:45px;}	
.page-imgbar8:before{width:45px;}
.page-imgbar9:before{width:45px;}	
.page-imgbar10:before{width:45px;}	
	

}
@media screen and (max-width:800px) {
.page-imgbar1:before{right:0;width:35px;}	
.page-imgbar2:before{right:0;width:35px;}
.page-imgbar3:before{right:0;width:35px;}
.page-imgbar4:before{right:0;width:35px;}
.page-imgbar5:before{right:0;width:35px;}
.page-imgbar6:before{right:0;width:35px;}
.page-imgbar7:before{right:0;width:35px;}
.page-imgbar8:before{right:0;width:35px;}
.page-imgbar9:before{right:0;width:35px;}	
.page-imgbar10:before{right:0;width:35px;}
}





/*---================

    CARDTit

====================----*/

.pageHeadTit{  
	font-style: normal;
    position: relative;
    text-align:center;
	display: block;
	margin: auto; 
	margin-top:15px;     
}


.pageHeadTit .pageHeadTit-icon-1{
    left:-5px;
    top: 0px;
    position:absolute;
 }

.pageHeadTit .pageHeadTit-icon-2{
	right:-5px;
	top:0px;    
	position:absolute;
 }
  

.pageHeadTit h2 {  
        font-family: "Crimson Text", "Noto Serif TC", serif;
		font-weight: normal;
        position: relative;
		font-size: 2.7em;
        font-weight: 700; 
		text-align: center;
		color: #000;
        line-height: 40px;
        letter-spacing: 1px;			
        display: inline-block;
        text-transform: uppercase;
		margin:0 0 5px 0;
		padding:0 6px;
	   right: 15px;
	   width: 76.5%		
    }


.pageHeadTit h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0; 
    bottom: -8px;   
    height:2px;
    margin: auto;
    background-color:#9b0000;
 }

 .pageHeadTit p{
	 font-family: 'Microsoft JhengHei”',Helvetica,Arial,Heiti TC,sans-serif;  
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    font-size: 1.125em;
    font-weight: bold;
    font-weight: normal;
    position: relative;
     display: block;
	top:0;
	 right: 15px
    }


@media screen and (max-width:1600px) {
	.pageHeadTit h2 {font-size:2.45em;}	
}
@media screen and (max-width:1440px) {
	.pageHeadTit h2 {font-size:2.15em; width: 74%}	
	.pageHeadTit .pageHeadTit-icon-1{left: -15px;}
	.pageHeadTit .pageHeadTit-icon-2 { right: -15px;}
}

@media screen and (max-width:1024px) {
	/*----cardTit ---*/
	.pageHeadTit h2 {width:72%; margin-bottom: 0}
	.pageHeadTit .pageHeadTit-icon-1 {left: -20px;}
.pageHeadTit .pageHeadTit-icon-2 { right: -20px;}
}



@media screen and (max-width:800px) {
.pageHeadTit .pageHeadTit-icon-1 {display: none}
.pageHeadTit .pageHeadTit-icon-2 {display: none}
.pageHeadTit h2 { width: 87%;padding: 0 5px; font-size: 1.75em}
	
}
@media screen and (max-width:576px) {
.pageHeadTit h2 { width:90%; font-size: 1.55em}

}


  /*-------------------
 secArea
-------------------------*/

.secWrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height:1px;
    padding-top:40px;
	padding-bottom:40px;
}
	
@media (max-width:1024px) {	
.secWrap{padding-top:10px;padding-bottom:30px;}
	
}
  /*-------------------
  麵包屑
-------------------------*/
/*-----20201103---*/
.breadcrumbArea {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    /* float: left; */
    margin-left: 15px;
    margin-right: 15px;
    top: 50px;
    position: relative;
    z-index: 2;
    left: 0;
}
/*-----20201103---*/
/*@media (max-width:1600px) {
.breadcrumbArea {
    width: 74%;
    max-width: 74%;
    flex: 0 0 74%}	
}*/
/*-----20201103---*/
/*@media (max-width:1440px) {
.breadcrumbArea {
    width: 73%;
    max-width: 73%;
    flex: 0 0 73%}	
}*/
/*-----20201103---*/
/*@media (max-width: 1200px) {
.breadcrumbArea {
    width:69%;
    max-width: 69%;
	flex: 0 0 69%
	}
}*/


/*-----20201103---*/
@media (max-width:1024px) {
.breadcrumbArea {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0;
    display: block;
    margin-bottom: 10px;
}
}
@media (max-width:768px) {
.breadcrumbArea {
       width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 0px;
    display: block;
	margin-bottom: 10px}

}


/*----20201103---*/
.breadcrumbBox {
    background: #eeeeee;
    font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,'Open Sans', sans-serif;
    font-style: normal;
    padding: 10px 15px;
    margin-left: auto;
    text-align: left;
    max-width:100%;
    width: 100%;
    display: flex;
	height: 30px
}


/*-----20201103---*/

.breadcrumbBox .breadcrumb {
    margin: 0;
    background: none;
    background: none;
    font-size: 0.875em;
    color: #796400;
    padding: 0;
    border-radius: 0;
    line-height: 1.8;
    left: 0
}
.breadcrumb ul{ 
	left: 0;
  list-style:none;
	list-style-type:none; 
   margin:0;
    padding:0}

.breadcrumb ol{ 
	left: 0;
  list-style:none;
	list-style-type:none; 
   margin:0;
    padding:0}

 /*---20201103---*/
.breadcrumb > li {
    letter-spacing: 1px;
    /*white-space: pre-wrap;*/
    display: inline-block;
    float: left;
    padding-top: 5px;
}
.breadcrumb > li a{
	color:#555;
    display: inline;
    white-space: pre-wrap;
	font-style: normal
}

.breadcrumb > li a:hover{
   color:#973333;

}
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 0.313em;
    color: #555;
}

/*-----20201103---*/
@media (max-width:1024px) {
.breadcrumbBox {padding:0px 0px;height:auto}
	
.breadcrumbBox .breadcrumb { padding:8px 5px 8px 5px; line-height: 1;}
}
@media (max-width:576px) {
	
.breadcrumbBox { padding:8px 0px 5px 0;height: auto}
.breadcrumbBox .breadcrumb {padding: 5px; line-height: 1;}
.breadcrumb > li {padding-top: 0px;	padding-bottom: 5px}
}

 /*-------------------
  麵包屑全版
-------------------------*/
.Full-breadcrumbArea {
      width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    /* float: left; */

    position: relative;
	z-index: 2
}



  /*-------------------
  detail
-------------------------*/
.leftBox {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    float: left;
    margin-left:auto;
	margin-right: 15px;
    margin-top:30px;
}
/*@media (max-width:1600px) {
.leftBox {
    width: 76%;
    max-width: 76%;
    flex: 0 0 76%;}	
}

@media (max-width:1440px) {
.leftBox {
    width: 74%;
    max-width: 74%;
    flex: 0 0 74%;}	
}

@media (max-width: 1200px) {
.leftBox {
    width: 72%;
    max-width: 72%;
	flex: 0 0 72%;}
}*/

@media (max-width:1024px) {
.leftBox {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-right:auto;
	margin-left:auto;
    /*top:140px;*/
    margin-top:140px;
	position: relative;}

}


/*----------------------------------
  右側內容選單
------------------------------*/

.rightBox {
    width: 285px;
    float: right;
    margin-top: 0em;
}
@media (max-width: 1466px) {
.rightBox { 
	width: 260px;
	margin-right:10px;}
}


@media (max-width: 1200px) {
.rightBox { width: 245px;}
}



@media (max-width:1024px) {
 .rightBox {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 65px auto 40px auto;
    position: absolute;
    float: left;
    top: 0px;
}
   
}


/*----------------------------------
  pc siderbar選單
------------------------------*/
.side-menu{
    flex: 0 0 100%;
	max-width:100%;
    position: relative;
   	background-color:#FFF;	
	    padding:30px 15px 20px 15px;
	    border: 1px solid #cdcdcd;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	
}
.side-menu:before {
    content: ""; 
    position: absolute;
	display: block;
	width: 105px;
	height: 87px;
    top:0;
	right:0;
}


  .side-asideTit {
    position: relative;
    /* border-bottom: 0.042em solid #c5a494; */
    font-size: 1.500em;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.275em;
    line-height: 2em;
    padding-bottom:5px;
    margin-bottom: 10px;
    font-weight: 800;
    text-align: center;
}

.side-icon::before {
    content: '';
    width: 37px;
    height: 37px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: url(../images/icon/tit-icon.png);
    top: 7px;
    position: relative;
}


.sideMenuList{
  position: relative;
  left:0; 
   padding: 0;
   list-style: none;
  list-style-type:none;
  list-style:none;
  z-index:50;
  
}
.sideMenuList li {  
	    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	line-height: 2;
	clear: both;  
	list-style: none;
    display: block;
  position: relative;
 border-top: 1px solid #e1e4e6;
  z-index:1
}

.sideMenuList li > a { 
  font-family: Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft JhengHei", "WenQuanYi Micro Hei", sans-serif !important;
  position: relative;
  display: block;
  padding:10px 10px 7px 10px;
  font-size:1.000em;
  letter-spacing:1px;
  color: #000;
	text-decoration: none;
}


.sideMenuList li > a:hover, .sideMenuList li > a.current {
  color:#a18c5e;
	text-decoration: none;
}


@media (max-width:1024px){
.side-menu {
    padding: 20px 15px 20px 15px;
    margin: 0 10px;
}
.side-asideTit{  display: none;}
	.side-icon{  display: none;}
	
}
/*----------------------------------

mobile menu

-----------------------------------------------------*/
.m_classLink {
  display: none;
}


@media (max-width:1024px){


/*----pcasideMenu close---*/	
.classLink{ display: none;}

/*----ipadMenu style---*/	
.m_classLink {
    display: block;
    position: relative;
}

.m_classLink a.main {
    display: block;
    font-size: 1em;
    color: #000;
    position: relative;
    padding:0.625em;
    background-color:#eae9e3
}

.m_classLink ul {
     position: relative;
    left: 0;
    top: 0;
    width:99.6%;
    background-color: #fff;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    overflow-y: auto;
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fa-down {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    display: block;
    font-size: 0.9em;
    position: absolute;
    right:30px;
    top:30%;
	z-index:5

}

.fa-down:after {
	position:absolute;
    display: inline-block;
   border-right:0.125em solid #7e6026;
    border-bottom:0.125em solid #7e6026;
    width:0.625em;
    height:0.625em;
    transform: rotate(45deg);
    -webkit-transform: (45deg);
    cursor: pointer;
	content:""}

}


  /*-------------------
      Tit -1
-------------------------*/
.pagerTitsec {
    padding: 8px 15px 10px 5px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-webkit-flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pagerTitblock{
	display: inline-block;
    vertical-align: top;}

.pagerTitblock h3{    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #171822;
    font-size:1.75em;
    font-weight: 700;
    margin: 8px 0px;
	display: inline-block;
	letter-spacing: 1px
}
.pagerTitblock:before {
    content: '';
    width: 37px;
    height: 37px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: url(../images/icon/tit-icon.png);
    top: 9px;
    position: relative;
}


.pagerTitblock:after {
    content: '';
    width: 37px;
    height: 37px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: url(../images/icon/tit-icon.png);
    top: 9px;
    position: relative;
}
@media (max-width:576px){
.pagerTitblock h3{ font-size:1.6em; }	
}
@media (max-width:414px){
	.pagerTitblock h3{ font-size:1.3em; }	
	.pagerTitblock:after {top: 6px;}
	.pagerTitblock:before  {top: 6px}		
}

  /*-------------------
   Tit -2
-------------------------*/

  .InpagerTitsec{
      padding:0;
	margin-top:0;
	  margin-bottom: 15px;
	  display: block;
    line-height: 1.5;   
	  top: -25px;
    position: relative;
}


 
 .InpagerTitsec h4{
	 font-family: "微軟正黑體","Helvetica Neue",Helvetica,sans-serif,"新細明體";
    color:#000;
	 font-weight:700;
	 font-style: normal;
    font-size: 1.5em;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom:25px;
}

.InpagerTitsec span {
    position: relative;
    bottom: -3px;
    display: inline-block;
    padding: 0 30px 10px;
    border-bottom: 5px solid #9c0303;
}



/*-----------------------------------------
  pagerdetail--TXTnews Tit -3style 
------------------------------------------*/

.DetailTitsec{
    line-height: 1.5;   	
    position: relative;  
	  clear: both;
    margin-bottom:15px;
    padding:0px 5px;
  border-bottom: 1px solid #e1e4e6;  
    line-height: 1.5;
}


 
 .articleTitle{
	  font-family: "微軟正黑體","Helvetica Neue",Helvetica,sans-serif,"新細明體";
    color:#892621;
    text-align:left;
    font-size: 1.4em;    
	  font-weight:700;
	 	 font-style: normal;
    margin-bottom:5px;
    position: relative;
	     display: inline-block;
    vertical-align: top;
	 top: -7px;
}


/*---date share---*/
.DetaillabelSec{
      margin-bottom: 8px;  
	text-align: left;
	  
}
.DetailTitDate{
  	font-size:1em;
	  font-weight:bold;
    line-height: 1.8;
    color: #a18c5e;
    position: relative;
     font-family: "arial";
    text-align: left;
    letter-spacing: 1px;
    padding-left:0px;
}

.Detail-inline {
	font-size:1em;
	color: #555;
	 font-weight:800;
	padding-left: 8px;
	  display: inline;
	margin-right:5px;}

    

.share-label {
	float: right;
	    display: flex;
    justify-content: flex-end;
	padding-right:5px;
    border-radius:5px;
     padding:3px 10px;
    line-height: 1.2;
	background-color: #f5f5f5;}

.share-label ul{
	  align-items: center;
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: 0;
	display: flex;
	left: 0
}

.share-label ul li{
	font-size: 1em;
    color: #555;
    font-weight: 800;
	display: inline-block; 
	margin-right:8px}


.share-label ul li a{display: inline-block;  cursor: pointer; border: none}
.share-label ul li img{ cursor: pointer; border: none}



/*==========================================

files
===========================================*/
 .filesBoxTit{ 
	 clear: both;
     font-size: 1em;
	 letter-spacing: 1px;
    border-bottom: 1px solid #D3D3D3;
          line-height: 1.4;
    font-weight: 700;
    font-size: 1.2em;
    color: #80050a;
        margin:30px auto 5px auto;
    padding:5px 20px; 
	 display: block;
	 font-weight: bold;
}
.filesBox{ 
	background: #f9f9f9;  
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin:15px auto 5px auto;
    line-height: 1.45;
    position: relative;
    padding:10px  10px;
}

.filesBox ul{
	display:block;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type:  none;
}

.filesBox ul li{
	  border-left:6px solid #9b0000;
	     display:block;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 0 2px #b6b6b6;
	margin-bottom:10px;
	margin-top: 10px
}

.filesBox ul li a{
		font-size: 1em;
    vertical-align: middle;
        color: #343434;
    font-weight: normal;
    text-decoration: none;
}
.filesBox ul li a:hover{
	color:#a18c5e;

}

@media screen and (max-width:800px) {
.filesBox ul li a{	font-size: 0.938em;}
}

/*==========================================

files-img Mio20201209修改
===========================================*/
.files-newsImg {
  margin: 30px auto;
	max-width: 100%
}

.files-newsImg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  margin:0;
	list-style: none;
	list-style-type: none;
	padding: 0

}
.files-newsImg li {
  /*width:33.3333%;*/
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  width:200px;
  height:150px;
  float:left;
}

@media (max-width:991px) {
  .files-newsImg ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
	.files-newsImg li {
		/*width:42%;*/}
}




@media (max-width:800px) {
  .files-newsImg .inImg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.files-newsImg .inImg {
  border: 5px solid #eaeaea;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
	max-width: 100%;
	width: 100%;
    height:120px;
}  

@media (max-width:800px) {
  .files-newsImg .inImg {
        width: 100%;
      max-width: 100%;  
  }
}

.files-newsImg .inImg img {
  display: block;
  width: 100%;
  height:100%;
}

.itemHoverMore .inImg {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 5px solid #eaeaea;
    width: 200px; /*20201104 Mio*/
}

@media (max-width:506px) {
    .files-newsImg li {
        width:90%;
        height: auto;
    }
    .itemHoverMore .inImg {
        width: 90%;
        height: auto;
    }  
}




.itemHoverMore .inImg::before, .itemHoverMore .inImg::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

.itemHoverMore .inImg::before {
  content: '+';
  left: 50%;
  margin-left: -19px;
  margin-top: -20px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	vertical-align: middle;
  background-position: 50%;
	background-color:#9b0000
}

.itemHoverMore .inImg::after {
  content: 'Zoom';
  left: 0;
  margin-top: -11px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  height: 22px;
  text-align: center;
  font-size:0.875em;
  color: #af232b;
  text-transform: uppercase;
}

.itemHoverMore .inImg img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.itemHoverMore:hover .inImg {
  border-color: #af232b;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.itemHoverMore:hover .inImg::before, .itemHoverMore:hover .inImg::after {
  opacity: 1;
}

.itemHoverMore:hover .inImg::before {
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}

.itemHoverMore:hover .inImg::after {
  -webkit-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}

.itemHoverMore:hover .inImg img {
  opacity: 0.35;
}
.inImg a {
    display:inline-flex;
}




/*==========================================

content  card
===========================================*/

.Panel-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top:30px;
	margin-bottom:50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	  position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px #ccc;
    box-shadow: 0 2px 4px #ccc;
    width: 92%;
	max-width: 92%;
	background-color: #fff;	
	   animation-name:topUP;
  animation-duration:2s;

}

@keyframes topUP {
  0%{
     top:180px;
  }
  100%{
     top:0px;
  }
}

/*--left 3dbg---*/
.Panel-frame:before {
    content: "";
    top: 11px;
    left: -14px;
      border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left:0px;
    width: 0;
    height: 0;
	font-size: 0;
    line-height: 0; 
    border:15px solid transparent;
    /*border-top-color: #530003;*/
    /*border-right-color:#530003;*/
        position: absolute;
    display:block;
	z-index: -1
}

/*--right  3dbg---*/
.Panel-frame:after {
    content: "";
     top: 11px;
    right:-11px;
	font-size: 0;
    line-height: 0;
      border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right:0px;
    width: 0;
    height: 0;
    border:15px solid transparent;
    /*border-top-color: #530003;*/
    /*border-left-color:#530003;*/
	     position: absolute;
    display:block;
	z-index: -1
}


/*---box img---*/

 .Panel-labelBg {   
    display: block;
    overflow: hidden;
    padding: 0;
    width: 103%;
    font-style: normal;
    z-index:0;
    position: absolute;
    left: -14px;
    right: 0px;
	 margin: -20px auto 0px auto;}

 .Panel-labelBg:before {
	 content: "";
	  width: 100%;
	 max-width: 100%;
	  line-height: 34px;
    height: 34px;
	 display: inline-block;
   /*background: url("../images/Bgphoto/frameBoxbg.jpg");*/
	 background-position: center;
	 background-size: cover;
	 background-repeat: repeat-x;
	 position:relative
	 
}



/*----tit---*/
.frameHead{  
	padding:0;
	margin: 0;
  display:block;
	clear: both;
	position: relative;
	max-width: 100%;
	width:100%; 
}

.unitHead {
    margin-top:35px;
	padding: 0px 15px;
	display:inline-block;
    font-size: 1.45em;
    line-height: 1.25;
    font-weight: 700;
    color: #80050a;
	text-align: left;
}


/*----TXT---*/
.Panel-frame-body{
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 25px 15px 25px;
    font-size: 1em;
	position: relative;
    max-width: 100%;
	line-height: 2
}
	
.Panel-frame-body p{	
    margin: auto;
}

/*----telinfo---*/
.info-area {
    padding: 20px 10px;
    background-color: #f2f2f2;
	text-align: center;
	font-weight: bold;
	margin:0;
	max-width: 100%;
	width: 100%;
}


@media only screen and (max-width:1200px) {
	.Panel-frame:before { left: -10px}
	.Panel-frame:after {right:-8px}
	.Panel-labelBg {left:-10px}
}

@media only screen and (max-width:800px) {
	
	.Panel-frame-body{ font-size: 0.938em; padding:15px}

}
	
@media only screen and (max-width:768px) {
	.Panel-labelBg {   
	width: 103.7%;
	max-width: 103.7%;
	 right: -10px;}

	.Panel-frame:after {  right:-10px;}
	
}

	@media only screen and (max-width:533px) {
	.Panel-labelBg {   
	    width: 106.5%;
    max-width: 106.5%;
		   
}
	.Panel-frame-body{ padding:15px 8px}
}




/*---------------
return
---------------*/

.Return-Box {
    z-index: 1;
    text-align: center;
    margin:30px auto 30px auto;
    clear: both;   
    display: block;
    position: relative;
}


.viewBtnBox {
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, Arial, sans-serif;
    transition: .3s;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.viewBtn {
    font-style: normal;
    line-height: 1.8;
    display: inline-block;
    position: relative;
    padding: 8px 20px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.063em;
    border-radius: 0;
    cursor: pointer;
    background-color: #892621;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.45);
    -webkit-appearance: none;
    -moz-appearance: none;
    border:none;
    box-shadow: 0 1px 2px rgba(0,0,0,.45);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 0.875em;
}

 .viewBtn:hover{ background-color:#252f2f;color:#FFF}

.viewBtn a{
	letter-spacing: 1px;
	
	font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, Arial, sans-serif;
	color:#FFF}



@media screen and (max-width:800px){

.viewBtn { font-size:0.688em;} 

}

/*-----------------------------

pagerPagination
---------------------------*/
	
	
.navigation-example{
    margin:0 auto;
    white-space: nowrap;
    text-align:center;
	z-index: 1;  
	clear: both;
    padding:10px 0 20px 0;
    position: relative;

}

 .pagination {
      padding: 0;
    margin: 0;
	 left: 0;
    list-style: none;
    list-style-type: none;
	}


.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
	position: relative;
    display: block;
    padding:6px 11px;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item {
    cursor: pointer;
    display: inline-block;
    list-style: none;
    list-style-type: none;
}
/*20201103 修改 Mio*/
.page-item a {
    position: relative;
    display: block;
    padding:6px 11px;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item a:hover {
    z-index: 1;
    color: #fff !important;
    background-color: #892621;
    border-color: #892621;
}

.page-item.active a{
    z-index: 1;
    color: #fff !important;
    background-color: #892621;
    border-color: #892621;
}

 .page-link:hover {
    z-index: 1;
    color: #fff;
    background-color:#892621;
    border-color:#892621;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
      background-color:#892621;
    border-color:#892621 ;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

/*==========================================

	sub Menu

===========================================*/

.Con-subBox {
   text-align: center;
    padding: 0;
    position: relative;
    margin:12px auto 0 auto;
    display: block;
}

.Con-subBox ul {
    display:inline-block;
    vertical-align: top;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	    line-height: 1.2em;
}
.Con-subBox ul li{
    list-style: none;
   text-align: center;
    display: inline-block;
	    vertical-align: top;
    position: relative;
    font-size:0.938em;
     font-weight: 500;
    letter-spacing: normal;
    font-family: '微軟正黑體', sans-serif;
	margin-bottom:10px;
	margin-right: 15px;
	background-color: #FFF;
	border-radius: 4px;
	
 

}
.Con-subBox ul li:before{
 background: #e1dccc;
	background-position: bottom;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height:5px;
	width: 100%;
	background:#e1dccc; 
	bottom: 0;

}


.Con-subBox ul li a{
	border:1px solid #e1e4e6;
    display: block;
    position: relative;
    padding: 10px 22px;
    color: #000;
    cursor: pointer;
    outline: 0; 
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-decoration: none ;
    letter-spacing: .05em;
}

.Con-subBox .Presetlink{
    background-color: #e1dccc;
    color: #000;
}
.Con-subBox ul li a:hover{
	 background-color: #e1dccc;
	color: #000;}

    .Con-subBox ul li a:focus {
        border: 2px dashed #B84A5B !important;
        background: #fff;
        color: #000 !important;
    }


/*==========================================

 News panel

===========================================*/

.p-news-panelBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin-bottom:25px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-news-frameBlock {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px #ccc;
    box-shadow: 0 2px 4px #ccc;
    width: 100%;
}

.p-news-panelBoxa {
    display:flex;
}
/*-----------
hot sign
------------*/
.p-news-sign {
    position: absolute;
    top: -7px;
    left: -10px;
    padding: 5px 26px 4px;
    background-color: #80050a;
    line-height: 1.5;
    font-weight: 700;
    font-size: 0.875em;
    color: #fff;
}


.p-news-sign:before {
    content: "";
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    border-color: #80050a transparent transparent;
    border-width: 17px 10px 0 0;
}

.p-news-sign:after, .p-news-sign:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

/*--hot cardleft shadow---*/
.p-news-sign-undershadow{
	display: block;
}

.p-news-sign-undershadow:before {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: -10px;
    width: 0;
    height: 0;
    border-color: transparent #530003 transparent transparent;
    border-style: solid;
    border-width: 0 10px 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*---signtop----*/
	.p-news-sign:before {
    top: 0;
	position: absolute;
    top: 0;
    right: -10px;
    border-color: #80050a transparent transparent;
    border-width: 17px 10px 0 0;
}
/*---signbottom----*/
.p-news-sign:after {
	  position: absolute;
    bottom: 0;
	right: -10px;
    border-color: transparent transparent transparent #80050a;
    border-width: 17px 0 0 10px;
}

/*--img+detail----*/
 .News-info-body {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
   font-size:1em;
    padding: 10px 10px;
    overflow: hidden;
    box-sizing: border-box;
 -webkit-box-sizing:border-box;
 margin-left: auto;
	 width:100%;
 max-width: 100%;
 }


/*------------
Txt
------------*/
 .p-news-infoCol{
  display:table;
  font-size:1em;
  width: 82%;
  max-width:82%;
  margin-left: auto;
  margin-top:8px
 }



.p-news-infocol-l{
	     flex: 0 0 88%;
    max-width: 88%;
    position: relative;
    min-height: 1px;
    padding-right:0px;
    padding-left: 0px;
	margin-left: auto;		
}

.p-news-infocol-r{
	    flex: 0 0 10%;
    max-width:10%;
    position: relative;
    min-height: 1px;
	margin: auto;
    padding-right:0px;
    padding-left: 0px;		
}


/*--------------

 news card btn
-------------*/
.p-newsMoreCol{  
	float: right;
    position: relative;
    display: inline-flex;
    right: 20px;
	 margin-top: 45%;
}

/*--------------

detailtit
-------------*/
.p-news-date{
     text-transform: initial;
    font-size: 0.938em;
    line-height: 1.8;
    color: #a18c5e;
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: "arial";
    margin:5px auto 3px auto;
    text-align:left;
    font-weight: bold;
    letter-spacing: 1px;
	padding-left: 16px
}

/*20201103 修改 Mio*/

.p-news-title {
    overflow-wrap: break-word;
    display: block;
    padding: 0;
    float: left;
    margin-top: 15px;
    margin: 0;
    font-weight: initial;
    padding: 0 10px;
    max-height: 105px;
    overflow: hidden;
    color: #3f3f3f;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
    vertical-align: middle;
}

.p-news-title a {
    display: inline-block;
    vertical-align: middle;
    color: #3f3f3f;
    font-size:1em; 
    font-weight: 400;
     line-height: 1.75;
	text-align: left;

}

.p-news-title:hover{color:#8e7c53;}


/*--------------
NEWS img
-------------*/

.p-news-imageCol{
	float: left;
	position: relative;
	width:18%;
	max-width:18%;
	margin-top:18px;
	 display:-webkit-box;
  display:-ms-flexbox;
  display:flex;   
	margin-right: 5px;
	
  }
.p-news-image {
	 top:0px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    max-width: 110px;
    height: 110px;
    margin: 0 30px 15px 0;
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #f2f2f2;
    outline: 0;
    vertical-align: baseline;
	float: left;
	margin: auto
}

.p-news-image img {
	 border: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
	transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.p-news-image :hover img {
	 border: 0;
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


@media screen and (max-width:1200px){
	.p-news-infocol-l {flex: 0 0 80%;   max-width: 80%;}	
	.p-news-imageCol{max-width: 20%; flex:0 0 20%; }
}



@media screen and (max-width:800px){
.News-info-body {display: block;}
.p-news-infocol-l {flex: 0 0 100%;max-width: 100%}
.p-news-infocol-r {flex: 0 0 100%;max-width: 100%}
.p-newsMoreCol{margin-top:0%;bottom:8px}
/*--img---*/
.p-news-imageCol{width:100%;max-width: 100%; flex:0 0 100%; float: none;margin:8px auto}
.p-news-image {max-width: 480px;height: auto;left: 0px;margin: auto; margin-top:20px}
	
/*--txt---*/
.p-news-infoCol{width:100%;max-width: 100%; flex:0 0 100%;margin-right: auto;}
.p-news-title{height:auto;overflow: hidden; font-size:0.938em;padding:8px 15px;max-height: unset;}
.p-news-title a {font-size: 0.938em;letter-spacing: 1px}
.p-news-date{text-align: center;padding-left:0}
   
}



/*----year select---*/
.year-pulldown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin:20px auto
}

.year-pulldown-list:hover {
    opacity: .8;
}

.year-pulldown-list {
	width: 38%;   
    color: #333;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    position: relative;
}

.year-pulldown-select {
    min-height: 40px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-top:5px;
    padding-left: 16px;
    font-size: 1em;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
	text-transform: none;   
	margin: 0;
	cursor: pointer;
}


/*----arrow---*/
.year-pulldown-list:after {  
    content: "";
	display: block;
    position: absolute;
    top: 50%;
    width: 5.08px;
    height: 5.08px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(135deg) translateX(-50%);
    transform: rotate(135deg) translateX(-50%);
	cursor: pointer;
	  top: 46%;
    right: 10px;
	
}


/*==========================================

sideMenu Img (page1-pege7)

===========================================*/

.side_menuBg1{
	display: block}

.side_menuBg1:before{
	background: url("../images/pageBannerSide/side_menuBg1.png");
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}


.side_menuBg2{
	display: block}

.side_menuBg2:before{
	background: url("../images/pageBannerSide/side_menuBg2.png");
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}

.side_menuBg3{
	display: block}

.side_menuBg3:before{
	background: url("../images/pageBannerSide/side_menuBg3.png");
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}

.side_menuBg4{
	display: block}

.side_menuBg4:before{
	background: url("../images/pageBannerSide/side_menuBg4.png");
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}



.side_menuBg5{
	display: block}

.side_menuBg5:before{
	background: url("../images/pageBannerSide/side_menuBg5.png");
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}


.side_menuBg6{
	display: block}

.side_menuBg6:before{
	background: url("../images/pageBannerSide/side_menuBg6.png");
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}


.side_menuBg7{
	display: block}

.side_menuBg7:before{
	background: url("../images/pageBannerSide/side_menuBg7.png");
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}


/*==========================================

SITE NAVIGATOR

===========================================*/

ul.site {
	overflow: hidden;
	list-style: none;
	padding-left: 0;
	margin:1.875em 0;
	display: table
}



.site ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	padding:0;
	margin: 0;
}

.site ul li{
	display: inline-block;
}

.site .box> ul {
	padding:0;
	margin:0;
	top:0;
	list-style: none;
	list-style-type:none; 
	left: 0
}




.site .box {
	list-style: none;
	list-style-type:none; 
    border-radius: 5px;
    width: 30%;
    max-width: 30%;
    position: relative;
    margin:20px 10px;
    padding: 0;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.2);
    border: 1px #ddd solid;
    overflow: visible;
    float: left;
	display:table-cell;
	cursor: pointer;
	color: #000
	}


.site .box:hover, .site .box:focus {
background-color:#eae9e3;

}
.site a {
	color: #000;
	position: relative;	
	text-decoration: none;
	-o-transition: all .20s linear;
	-webkit-transition: all .20s linear;
	transition: all .20s linear;
	display: block;
}
.site ul li a:hover,
.site ul li a:focus {
		color:#973333;
}



.site .box>ul>li {
	padding:5px 15px;
	display: inline-block;
	

}




.site .box h3{
    line-height: 1.125em;
    margin: 0;
    padding: 0;
}


/*----site maptit----*/
.site .box h3>a {
	display: block;
	color: #fff;
	padding:10px 15px;
	font-size: 1.125em;
    background-color:#9b0000;

}
	.site .box>a:hover,
	.site .box h3>a:hover,
	.site .box>a:focus,
	.site .box h3>a:focus {	
		color:#fff;  

	}


.site .box>a span,
.site .box h3>a span {
	color: #fff
}

.site .box h3 > a:focus {
    border: 3px solid #000000 !important;
}

.sitemapTitBg {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    background: url(../images/Bgphoto/pagertableBg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 25px;
    overflow: hidden;
    background-color: #9b0000;
}


@media screen and (max-width:800px) {

.site .box{
	 margin: 5px auto 20px auto;
	width:95%;
	max-width:95%}


}

/*---------------------
 SHARE 20201103
-----------------------*/

.p-shareArea {
    width: 100%;
    max-width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
    clear: both
}

    .p-shareArea ul {
        padding: 0;
        list-style-type: none;
        list-style: none;
        margin: 0;
    }


    .p-shareArea li {
        cursor: pointer;
        font-size: 1rem;
        line-height: 1.5;
        display: inline-block;
        float: left;
        text-align: center;
        list-style: none;
        margin-right: 10px;
        white-space: nowrap;
        vertical-align: middle;
    }



/*----社群分享產品----*/

@media (max-width: 991px) {
    .p-shareArea {
        position: relative;
        margin: 10px auto 0px auto;
    }
}

/*---------------------
 返回、下一頁
-----------------------*/

.page-arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1;
}

    .page-arrow a {
        text-decoration: none;
        font-weight: bold;
        color: #000;
        font-size: 1em
    }

        .page-arrow a:hover {
            color: #9b0000;
        }

.page-arrow-pre {
    left: 15px
}

.page-arrow-next {
    right: 15px
}
/*---arrowntxtbox---*/
.page-arrow i {
    font-style: normal !important;
    display: inline-block;
    text-transform: uppercase;
    top: 0;
    position: relative;
}

.page-arrowTxt-pre {
    margin-left: 0px;
    display: inline-block;
}

.page-arrowTxt-next {
    margin-right: 5px;
    display: inline-block;
}


/*---arrownimgbox---*/
.page-arrow span {
    display: inline-block;
    letter-spacing: .2em;
    text-transform: uppercase;
    top: 18px;
    position: relative;
}





.parrow {
    width: 50px;
    height: 30px;
    margin: 0;
    display: inline-block;
    position: relative;
    top: 15px;
}



    /*--- < >----*/

    .parrow::before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        top: 40%;
        left: 30%;
        border-style: solid;
        border-color: #000;
        border-width: 2px 2px 0 0;
        position: absolute;
        transform-origin: 50% 50%;
    }

    /*--直線--*/
    .parrow::after {
        content: '';
        display: block;
        top: 20%;
        left: 20%;
        border-style: solid;
        border-color: #000;
        position: absolute;
        transform-origin: 50% 50%;
    }

    /*---right---*/
    .parrow.pright::before {
        transform: rotate(45deg);
        margin: -15px 0 0 10px;
    }

    .parrow.pright:after {
        width: 50px;
        height: 0;
        border-width: 2px 0 0 0;
        transform: translate(-14px, -1px);
    }


    /*---left---*/

    .parrow.pleft::before {
        transform: rotate(-135deg);
        margin: -15px 0 0 -17px;
    }

    .parrow.pleft::after {
        width: 50px;
        height: 0;
        border-width: 2px 0 0 0;
        transform: translate(-14px, -1px);
    }

@media (max-width:385px) {
    .page-arrow a {
        font-size: 0.813em
    }

    .parrow {
        width: 40px;
        height: 30px;
    }

        .parrow::before {
            left: 42%;
        }

        .parrow::after {
            left: 35%;
        }

        .parrow.pleft::after {
            width: 40px;
        }

        .parrow.pright:after {
            width: 40px;
            transform: translate(-9px, -1px);
        }
}

/*---------------------
一般表格 20201113 Mio
-----------------------*/

.RwdTable-file {
    border: #d3d3d3 solid 1px;
    margin: 0 auto;
    color: #222;
    width: 100%;
    border-collapse: collapse;
    background: #FFF;
}
    .RwdTable-file thead {
        background: #252f2f;
        color: #FFF;
        font-weight: bold;
    }

    .RwdTable-file tr {
        border: none;
        width: 100%;
        border-top: 1px #ddd solid;
        border-bottom: 1px #ddd solid;
    }

.RwdTable-file th {
    vertical-align: middle;
    padding: 0.75em 0.313em;
    font-size: 0.938em;
    text-align: center;
    color: #FFF;
    border-right: 0.063em solid #cecece;
}

.RwdTable-file td {
    cursor: pointer;
    padding: 0.75em 0.313em;
    font-size: 0.938em;
}

.RwdTable-file .td01-top {
    margin: 0;
}

.RwdTable-file .td02-top {
    margin: 0;
}

.RwdTable-file .td01 {
    margin: 0;
    text-align:center;
    font-weight: bold;
}

.RwdTable-file .td02 {
    margin: 0;
    border-right: none !important;
}

.RwdTable-file tbody tr:nth-child(2n) {
    background-color: #f8f5ef;
}

    .RwdTable-file tbody tr:hover {
        background-color: #F5F5DC;
    }

@media screen and (max-width: 800px) {
    .RwdTable-file .td01-top {
        display: none;
    }

    .RwdTable-file .td02-top {
        display: none;
    }

    .RwdTable-file .td01 {
        float: left;
        width: 60%;
        text-align: left;
        display: inline-block;
        margin-top: 0.375em;
        margin-bottom: 0.375em;
    }

    .RwdTable-file .td02 {
        position: relative;
        display: inline-block;
        width: 98%;
        text-align: left;
    }

    .RwdTable-file td:before {
        content: attr(data-th) " : ";
        float: left;
        padding-right: 0.313em;
        padding-left: 0.313em;
        font-weight: bold;
        color: #a18c5e;
        display: inline-block;
        text-align: center !important;
    }
}

/*歌舞節目 20201124 Mio*/
.RwdTable-Song {
    border: #d3d3d3 solid 1px;
    margin: 0 auto;
    color: #222;
    width: 100%;
    border-collapse: collapse;
    background: #FFF;
}

.RwdTable-Song thead {
    background: #252f2f;
    color: #FFF;
    font-weight: bold;
}

.RwdTable-Song tr {
    border: none;
    width: 100%;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}

.RwdTable-Song th {
    vertical-align: middle;
    padding: 0.75em 0.313em;
    font-size: 0.938em;
    text-align: center;
    color: #FFF;
    border-right: 0.063em solid #cecece;
}

.RwdTable-Song td {
    cursor: pointer;
    padding: 0.75em 0.313em;
    font-size: 0.938em;
}

.RwdTable-Song .td01-top {
    margin: 0;
}

.RwdTable-Song .td02-top {
    margin: 0;
}

.RwdTable-Song .td01 {
    margin: 0;
    text-align: center;
}

.RwdTable-Song .td02 {
    font-weight: bold;
    margin: 0;
    border-right: none !important;
}

.RwdTable-Song tbody tr:nth-child(2n) {
    background-color: #f8f5ef;
}

.Songa {
    color: #555;
}

.SongTitletd:hover {
    background-color: #F5F5DC;
}

@media screen and (max-width: 800px) {
    .RwdTable-Song .td01-top {
        display: none;
    }

    .RwdTable-Song .td02-top {
        display: none;
    }

    .RwdTable-Song .td01 {
        float: left;
        width: 60%;
        text-align: left;
        display: inline-block;
        margin-top: 0.375em;
        margin-bottom: 0.375em;
    }

    .RwdTable-Song .td02 {
        position: relative;
        display: inline-block;
        width: 98%;
        text-align: left;
    }

    .RwdTable-Song td:before {
        content: attr(data-th) " : ";
        float: left;
        padding-right: 0.313em;
        padding-left: 0.313em;
        font-weight: bold;
        color: #a18c5e;
        display: inline-block;
        text-align: center !important;
    }
}

/*政府供該資訊 Mio 2020/11/19*/
.Gov-subBox {
    /*text-align: center;*/
    padding: 0;
    position: relative;
    /*margin: 12px auto 0 auto;*/
    display: block;
}

.Gov-subBox ul {
    display: inline-block;
    vertical-align: top;
    /*padding-left: 0;*/
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2em;
}

.Gov-subBox ul li {
    list-style: none;
    text-align: center;
    /*display: inline-block;*/
    vertical-align: top;
    position: relative;
    font-size: 0.938em;
    font-weight: 500;
    letter-spacing: normal;
    font-family: '微軟正黑體', sans-serif;
    margin-bottom: 10px;
    margin-right: 15px;
    background-color: #FFF;
    border-radius: 4px;
}

.Gov-subBox ul li:before {
    background: #e1dccc;
    background-position: bottom;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #e1dccc;
    bottom: 0;
}
@media screen and (max-width: 800px) {
    .Gov-table {
        float: none !important;
        padding-left: 0px !important;
    }
}


.Gov-subBox ul li a {
    border: 1px solid #e1e4e6;
    display: block;
    position: relative;
    padding: 10px 22px;
    color: #000;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    letter-spacing: .05em;
}

.Gov-subBox .Presetlink {
    background-color: #e1dccc;
    color: #000;
}

.Gov-subBox ul li a:hover {
    background-color: #e1dccc;
    color: #000;
}

.Gov-subBox ul li a:focus {
    border: 2px dashed #B84A5B !important;
    background: #fff;
    color: #000 !important;
}

/*==========================================

無障礙

===========================================*/
/*a:focus {
    border: 2px dashed #B84A5B !important;
    background: #fff;
    color: #000 !important;
}*/

.GuideBrick {
    color:#f1ebe9;
}

.GuideBrick:focus
{
    color:#000;
}

.AaccessibilityInfo {
    background: #eeeeee;
    text-align: left;
    border-radius: 4px;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
    padding: 10px;
    display: block;
    margin: 20px auto;
}

a.Barrier-free {
    background: #ecdcc5 !important;
    color: #000000 !important;
    float: left;
}

.Barrier-free {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.float-left {
    float: left;
}
    /*==========================================

志工 btn

===========================================*/


/*==========================================
Banner  common
===========================================*/



.ctopNav {
    background-size: cover;
    white-space: nowrap;
    position: relative;
    overflow: visible !important;
    background-image: url(../../images/bg/Navbar.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
    background-position: center center;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}


.ccategory-headerpart {
    /* margin-top: 70px; */
    max-width: 100%;
    width: 100%;
    background: url(../../images/bg/category-headericonBg.jpg);
    background-position: center;
    background-repeat: repeat-y;
    background-size: 100%;
    display: block;
    padding: 8px 10px 20px 10px;
}

.cgrpBox {
    box-sizing: border-box;
    position: relative;
    margin: 0px auto;
    text-align: center;
    display: block;
    min-height: 1px;
    max-width: 100%;
    justify-content: center;
    text-align: center;
}


.cgrpBoxBg {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    width: 75%;
    max-width: 75%;
    min-height: 1px;
}

.citems_grp {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 5px;
}

@media screen and (max-width: 1180px) {
    .cgrpBoxBg {
        width: 85%;
        max-width: 85%;
    }
}

@media screen and (max-width: 1024px) {
    .cpad-section {
        margin: 0px auto 0px auto !important
    }


    .ccard-content {
        margin: 0px auto 16px auto !important
    }


        .ccard-content .swiper-slide {
            padding-right: 7px;
        }
}

@media screen and (max-width:912px) {
    .cgrpBoxBg {
        width: 88%;
        max-width: 88%;
    }
}


@media screen and (max-width:844px) {
    .cgrpBoxBg {
        width: 93%;
        max-width: 93%;
    }

    .cgrpBoxBg {
        top: 3px;
    }

    .ccard-content {
        padding: 0 12px;
    }

        .ccard-content .swiper-slide {
            padding-right: 12px;
        }
}


@media screen and (max-width: 800px) {
    .cgrpBoxBg {
        width: 98%;
        max-width: 98%;
    }
}
/*---------------------------------
 secArea 請注意名稱跟首頁一樣了Q..Q
---------------------------------------*/

/*.secWrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 1px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width:1024px) {
    .secWrap2 {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}*/
  
/********************  Loading Page ************************/

.loadFont {
    font-family: 'Poiret One', cursive;
}


.progressive {
  position: relative;
    max-width: 450px;
	 max-width:100%;
    height: 100px;
	text-align: center;
    z-index: 5;
    margin: 0 auto;
	margin-top:150px

}
.progress {
    position: relative;
    height: 10px;
    display: block;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 20px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}


.progress-bar {
	text-align: center;
	margin: auto;
    float: left;
    height: 100%;
    background-color: #b71c1c;
    -webkit-transition: width 5s ease;
    -o-transition: width 5s ease;
    transition: width 5s ease;
}







.loading {
  display: flex;
  margin: 24px 0;
}




@for $i from 1 through 9 {
  $delay: percentage($i);
  .el#{$i} {
    animation-delay: $delay / 1000% + s;
  }
}

@keyframes bouncing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0, 0, 1);
  }
}


/*--logo---*/
.name {
  padding: 1em;
  max-width: 420px;
	max-width: 100%;
  text-align: center;
  margin: auto;
 
  position: relative;
}

.letter {
  display: inline-block;
  -webkit-animation: rotate 1500ms;
  -webkit-animation-delay: 1500ms;
  animation: rotate 1500ms;
  position: relative;
	text-align: center;
	margin: auto
}



@-webkit-keyframes expand {
    from {width: 0;}
    to {width: 100;}
}

@keyframes expand {
    from {width: 0;}
    to {width: 100;}
}

@-webkit-keyframes flip {
  from {
    height: 0;
  }
  to {
    height: 100;
  }
}



@media print {
    header, footer {
        display:none
    }
    .bannerArea, rightBox, Row, breadcrumbArea, Return-Box, side-menu, breadcrumbArea {
        display: none
    }
}

.calendar_frame {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    width: 95%;
    max-width: 100%;
    padding: 5px 15px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
}
/*---top------*/
.calendar_frame_head {
    padding: 6px 1%  3px 1%;
    display: block;
    max-width: 100%;
    width: 100%;
}
.calendar_title {
    margin-top: 10px;
    font-size: 1.4em;
    line-height: 1;
    font-weight: 700;
    color: #80050a;
    position: relative;
    clear: both;
    padding:0px 15px;
    text-align:center
}

.event-date {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.8;
    color: #a18c5e;
    position: relative;
    font-family: "arial";
    text-align: center;
    letter-spacing: 1px;
}

/*---bodyTxt------*/
.calendar_frameTxt {
    overflow-wrap: break-word;
    display: block;
    padding: 0;
    margin-top: 15px;
    margin: 0;
    font-weight: initial;
    padding: 10px 15px;

    overflow: hidden;
    color: #3f3f3f;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    vertical-align: middle;
    max-width: 98%;
    width: 98%;
}


/*---類別-------*/
.calendar_category {
    background: #fff6d2;
    display: inline-block;
    width: 200px;
    padding: 10px 15px;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    border-radius: none;
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    -webkit-transition: -webkit-transform .15s linear;
    text-align: center !important;
    left: 15px;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
    color: #a72a2e;
    font-weight: bold;
    text-align: center !important;
    font-size: 1.15em;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px
}

@media screen and (max-width: 320px) {
    .calendar_category {
        width: 110px;
    }
}

.calendarList {
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding-top: 15px;
}

    .calendarList ul {
        list-style: none;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #ebebeb;
        color: #111111;
    }

        .calendarList ul li {
            list-style: none;
            margin-bottom: 5px;
            margin-right: 5px;
            list-style: none;
            text-align: left;
            display: block;
            font-weight: normal;
        }

            .calendarList ul li a {
                text-decoration: none;
                color: #111111;
                font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
            }

                .calendarList ul:hover {
                    text-decoration: none;
                    color: #a18c5e ;
                }

            .calendarList ul li span {
                display: inline-block;
                font-size: 1em;
                font-weight: 600;
            }
            

.calendarList-nameTit {
    position: relative;
    letter-spacing: .05em;
    font-weight: 800 !important;
    font-size: 1.15em !important
}

    .calendarList-nameTit::before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 35px;
        height: 2px;
        display: block;
        background-color: #bb1b21;
    }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
/*--------------------------------

相片大小
---------------------------*/
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
	max-width:100%;
	width:100%;
	
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
	
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
	max-height:660px;
	height:660px;
	overflow:hidden;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slider{
    margin:0 auto 0 auto;
    width: 100%;
     max-width:100%;
    position: relative;
    padding:0;
    list-style:none;
    list-style-type:none;
    left:0;
	overflow: hidden;
	background-color:#e1dccc
}

/*@media only screen and (max-width:1024px) {
	.slider{ height:63vh;overflow: hidden;}

}
@media only screen and (max-width:897px) {
	.slider{ height:auto;overflow: hidden;}

}
@media only screen and (max-width:800px) {
	.slider{ height:43vh;overflow: hidden;}

}
@media only screen and (max-width:640px) {
.slider {
    height:50vh;
	overflow: hidden;}
}

@media only screen and (max-width:576px) {
.slider {
    height:auto;
	overflow: hidden;}
}*/


.slider > li{
	display: inline-block;
	float: left;
	top:0;
	width: 100%;
	position: absolute;

}



/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0.7em;
    line-height: 0;
    position: absolute;
    display: block;
    width: 60px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #666;
    border: 0;
    outline: none;
    background: transparent!important;
	top:87%
}


.slick-prev:before,
.slick-next:before{
    line-height: 1;
	display:block;
  color:transparent !important;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   color:#515151 !important 
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color:transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
   color:#a08b5c!important	   
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}






/*----------------

prev arrow 
--------------------*/
.slick-prev{
    left:135px;
   z-index:5;
    text-align: center;
	color:transparent !important
  }


.slick-prev:before{
    position: absolute;
    content: 'PREV';
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 5px;
    text-align: center;
    left: 7px;
}

.slick-prev:after {
    position: absolute;
    content: '|';
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 12px;
    color: lightgrey;
    text-align: center;
    left: 65px;
}

[dir='rtl'] .slick-prev{
    left: auto;
}



/*----------------

Next arrow
--------------------*/
.slick-next{  
 text-align: center;
 left:205px;
	color:transparent !important;

}
.slick-next:before{
	  position: absolute;
    content: 'NEXT';
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 5px;
    text-align: center;
    right: 7px;
}


/*[dir='rtl'] .slick-next{
    right: auto;
}


[dir='rtl'] .slick-next:before{
    content: '';
	color:transparent !important
}
*/







/* -------------
 dotBtn
 
  -------------*/
.slick-dotted.slick-slider{
    margin-bottom:0em;
}

/*---20201215更正--------------*/
.slick-dots {
    position: absolute;
    /*display: flex;*/
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    text-align: center;
    left: 45%;
    z-index: 5;
    top: 90%;
}

    .slick-dots span {
        width: 38px;
        height: 5px;
        position: relative;
        display: inline-block;
        margin: 0 0.313em;
        padding: 0;
        background: #e9e9e9;
        cursor: pointer;
    }

        .slick-dots span:hover {
        position: relative;
        display: inline-block;
         margin: 0 0.313em;
        padding: 0;
         cursor: pointer;
    }
    .slick-dots .swiper-pagination-bullet-active {
        padding: 0;
        cursor: pointer;
        margin: 0 5px;
        background: #a08b5c !important;
        display: inline-block;
        position: relative
    }



    .slick-dots .swiper-pagination-bullet:focus {
        border: 2px dashed #B84A5B !important;
        outline: 0;
        opacity: 1;
    }

 
.slick-dots li button{
	  width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0 0;
}  


.slick-dots li button:hover,
.slick-dots li button:focus{ 

    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    background: transparent  !important;
      color: transparent  !important;
    position: absolute;
    top: 0;
    left: 0;  
    content: '';
    text-align: center;
    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}

.swiper-slide a{
    display: block;
}

.banner_slide {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
}

/*-----註解----*/
.banner_overlay { 
       top:55vh;
     clear: both;
    position: absolute;
    border: 1px solid #e9e9e9;
    box-shadow: 4px 6.928px 8px 0 rgba(5,5,5,.08);
    z-index: 2;
    min-width: 420px;
    max-width: 420px;
    height: 115px;
    margin-left: 120px;
    background-color:#fff ;
 }


.banner_overlay_container {
  position: relative;
  max-width:99%;
	top: 0;
  height:70px;
	padding:0px;
	 margin:0 auto;
	display:block;
   visibility: inherit;
    opacity: 1;
    overflow:hidden;
	border-bottom:#dedede solid 1px;
}
   
   
   
   
/*----txt-----*/
.banner_overlay_header {
    text-align: left;
    height: 40px;
    overflow: hidden;
    color: #222;
    letter-spacing: 1px;
    line-height: 1.55;
    font-size: 0.938em;
    padding: 10px;
    cursor: pointer;
    display: block;
    margin: auto
	
}


.banner_overlay_header a{
  text-align:left; 
  color: #222;
  letter-spacing:1px;
  font-size:0.938em;
}


.banner_overlay_header a:hover{
  text-align:left; 
  color: #a08b5c;
  letter-spacing:1px;
  font-size:0.938em;
}
@media only screen and (max-width:1680px) {
	
.slick-dots{top:90%}
.slick-prev, .slick-next {top:85%}	
.banner_overlay { top:70%}
	
}

@media only screen and (max-width:1440px) {
.slick-dots{top:90%}
.slick-prev, .slick-next {top:86%}	

}



@media only screen and (max-width:1366px) {
    .banner_overlay {
        min-width: 400px;
        max-width: 400px;
        top: 65%;
        margin-left: 30px
    }

    .slick-prev, .slick-next {
        top: 83%
    }
    /*--20201215--------*/
    .slick-dots {
        top: 90%;
        left: 45%
    }

    .slick-prev {
        left: 45px;
    }

    .slick-next {
        left: 115px;
    }
}


}
@media only screen and (max-width:1280px) {
	.banner_overlay{
		top:auto;
		bottom:18%;
		min-width: 390px;
	   max-width: 390px;
		margin-left:30px}
	
	
	
.slick-prev, .slick-next {top:auto;bottom:18%}

	
.slick-dots{left:180px;top:auto;top:auto;bottom:23%}

}





@media only screen and (max-width:1024px){
	.banner_overlay{
	   position: relative;
	   background: rgba(255, 255,255, 1);
	   top:auto;
	   bottom: 0;		
		min-width:98%;
        max-width:98%;
		    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    border: 1px solid #ccc;
    padding: 0 15px;
		margin:15px auto;}
	.banner_overlay_container{height: 60px}
.banner_overlay_header{ height: 40px;}

.slick-prev { left: 35px;}
.slick-prev:after{  left: 55px;bottom: 13px}	
.slick-next{left:90px}
.slick-prev, .slick-next {top:90%}
.slick-dots {top:90%}	
}
	
	
	
@media only screen and (max-width:992px){
.slick-prev, .slick-next {top:92%}
.slick-dots {top:92%}	
}
@media only screen and (max-width:897px){
	.banner_overlay{height:75px;}
	.banner_overlay_container {height:55px;border-bottom:none;}
	.slick-prev, .slick-next { display: none !important}
	
	.slick-dots{  
	 /*position: absolute;*/
    display:inline-block!important;
    top:77%;
    bottom: auto;
    left: 0px; 
}
	.slick-dots li  { width: 25px}
	
}
@media only screen and (max-width:576px){
	.slick-dots{top:75%;}	
}

	
	/*@media only screen and (max-width:385px){
	.slick-dots{top:43%;}	
}*/
	
.classes-item {
	float: left;
	    width:100%;
	max-width: 100%;
	text-align: center;	
	margin-top: 15px;
	margin-right:20px;
	margin-bottom: 40px;
	border-radius:4px;	
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
	  -webkit-box-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	   box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	border: #dadce0 solid 1px;
	cursor: pointer;
	position: relative;
	padding-top:30px;
	padding-bottom:5px;
	
}
/*20210303 超連結外框配合無障礙*/
.classes-itema {
    width:31%;
    max-width:31%;
    display:inline-block;
}

    .classes-item:hover {
        background-color: #f7f5ed;
        -webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
        box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
    }



/*---------
box tag
-------------*/

.classes-tag {
    position: absolute;
    right: -15px;
    top:22px;
    height: 35px;
    width:80px;
    transform: rotate(90deg);
}

#classes-tagbg01{	
	background:url(../images/FileClasses/class_boxbg01.jpg);
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}

#classes-tagbg02{
	background:url(../images/FileClasses/class_boxbg02.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}

#classes-tagbg03{
	background:url(../images/FileClasses/class_boxbg03.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg04{
	background:url(../images/FileClasses/class_boxbg04.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg05{
	background:url(../images/FileClasses/class_boxbg05.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg06{
	background:url(../images/FileClasses/class_boxbg06.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg07{
	background:url(../images/FileClasses/class_boxbg07.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg08{
	background:url(../images/FileClasses/class_boxbg08.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg09{
	background:url(../images/FileClasses/class_boxbg09.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg10{
	background:url(../images/FileClasses/class_boxbg10.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}

/*---------
tite

-------------*/
.classes-item .ci-text {
	padding:10px 10px;
}

.classes-item h4 {
	font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.45em;
    line-height:1.45;
    display: block;
    max-height: 65px;
	min-height: 65px;
    overflow: hidden;
	letter-spacing:2px
}

.classes-item h4 {
	color: #333333;
}

.classes-item h4:hover {
	color:#9b0000;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px){
	/*.classes-item {	    width:46%;	max-width: 46%;}*/
    .classes-itema {
        width: 46%;
        max-width: 46%;
    }
}
@media only screen and (min-width:769px) and (max-width:1024px){
	/*.classes-item {	    width:47%;	max-width: 47%;}*/
    .classes-itema {
        width: 47%;
        max-width: 47%;
    }
	.classes-item h4 { font-size: 1.375em;}
}
@media screen and (max-width:768px) {
	.classes-item { float: none;/*width:98%;max-width:98%;*/ margin-right: auto;margin-left: auto;}
    .classes-itema {
        width: 98%;
        max-width: 98%;
    }
	.classes-item h4 {   max-height:auto;min-height: auto; }
}

/*---------
img

-------------*/

.ci-img{  
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
	margin-top:0px
}

.classes-item .ci-img img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	margin: 0 auto ;
	border: none;
	text-align: center;
	vertical-align: middle
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.classes-item .ci-img img {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 420px) {
	.classes-item .ci-img img {
		width: 150px;
		height: 150px;
	}
}


/*--------------
time
------------*/
.classes-item .metatime {
	display:block;
	font-size: 0.938em;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom:10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
	font-style: normal;
	height: 70px
}


.classes-item .metatime p {
	line-height: 1em;
	display: block

}





/*------------
地點
-------*/
.place_label {
    display: inline-block;
    background-color:#9b0000;
    border-radius: 25px;
    margin-top:5px;
    padding: 8px 15px;
    font-size: 0.938em;
    line-height: 1;
	color: #fff
}



/*-------------
btn
---------*/


.classes-item .ci-bottom {
	border-top: 1px solid #e6e6e6;
	padding:15px 15px;
	max-width: 90%;
	width: 90%;
	display: table;
}




.classes_mark {
	display: inline-block;
	border: none;
	font-size: 0.875em;
	padding:8px 20px;
	border-radius: 25px;
	text-transform: uppercase;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	background: #222;
	 line-height: 1;
}

/*-------------------------------------------
home 更正高度寬度
-------------------------------------------*/
.hm-classes-item {
    float: left;
    width: 95%;
    max-width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    -webkit-box-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    border: #dadce0 solid 1px;
    cursor: pointer;
    position: relative;
    padding-top: 10px;
}

    .hm-classes-item:hover {
        background-color: #f7f5ed;
        -webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
        box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
    }
    /*---------
time
-------------*/
    .hm-classes-item .metatime {
        display: block;
        font-size: 0.875em;
        color: #333;
        margin-right: auto;
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        font-style: normal;
        height: 50px;
    }

        .hm-classes-item .metatime p {
            display: block;
            padding: 0;
            line-height: 1.2;
            margin: 3px 0
        }
    /*---------
tite
-------------*/
    .hm-classes-item .ci-text {
        padding: 10px 10px;
    }

    .hm-classes-item p {
        font-weight: bold;
        font-size: 1.15em;
        margin-bottom: 5px;
        font-size: 1.15em;
        line-height: 1.2;
        display: block;
        max-height: unset;
        min-height: auto;
        overflow: hidden;
        letter-spacing: 2px
    }

        .hm-classes-item p {
            color: #333333;
        }

            .hm-classes-item p:hover {
                color: #9b0000;
            }
    /*---------
img
-------------*/
    .hm-classes-item .ci-img img {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        margin: 0 auto;
        border: none;
        text-align: center;
        vertical-align: middle;
    }

    .hm-classes-item .ci-bottom {
        border-top: 1px solid #e6e6e6;
        padding: 10px 5px;
        max-width: 90%;
        width: 90%;
        display: block;
    }

@media screen and (max-width:1024px) {
    .hm-classes-item {
        width: 90%;
        max-width: 90%;
        flex: 0 0 50%;
    }
}

@media screen and (max-width:576px) {
    .hm-classes-item {
        width: 90%;
        max-width: 90%;
        flex: 0 0 90%;
        float: none;
        margin-top: 30px;
        margin-right: 25px;
        margin-left: 25px;
    }
}



