/* Minification failed. Returning unminified contents.
(571,41): run-time error CSS1034: 
(571,41): run-time error CSS1042: Expected function, found ','
(571,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(587,40): run-time error CSS1034: 
(587,40): run-time error CSS1042: Expected function, found ','
(587,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(2369,20): run-time error CSS1036: Expected expression, found '!important'
 */
 @charset 'utf-8';
/* CSS Document */

body {
	margin:0;
    position: relative;
    font-family: "微軟正黑體", Arial, Helvetica, Heiti TC, "メイリオ", sans-serif;
 
}

body a{font-family: "微軟正黑體",  Arial, Helvetica,Heiti TC, "メイリオ", sans-serif;}
.header_top_warp{
    display:none;
    
}


   .list-inline > li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
}
.list-inline > li a {
    display: inline-block;
    position: relative;
   color: inherit;
    text-decoration: none;

}

/*==========================================

header區域的樣式

===========================================*/
.headerContainer {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;  
	  margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); 
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.headerContainer:before{
	content: "";
	display: block;
	 position: absolute;
	background:url("../images/top_Bg.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	width:100%;
	height:125px;
	top: 0;
	background-position:top center
}
@media only screen and (max-width:800px) {
	.header_top_warp{
    display:block;
    top: 0;
    left: 0;
    width: 100%;
	max-width:100%;
	 margin: 0;
    padding: 0;
		overflow: hidden

}
    .headerContainer {
        padding:0 0;
        max-width: 100%;
    }
}


/*==========================================

main  主要區
===========================================*/


.headerWapper {
    width: 1280px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    display: block;
      clear: both;
	height:130px;	
	min-height: 1px;
}

.headerWapper:before{
    content: "";
	display: block;
	 position: absolute;
	background:url("../images/top_Rbg.png");
	background-repeat: no-repeat;
	background-size:contain;
	width:108px;
	height:121px;
	top: 0;
	right:65px;
	background-position:center
	
}

@media only screen and (max-width:1366px) {		
.headerWapper{	
	width: 100%;
	max-width: 100%;
    margin:0 auto;
	
}

}				 
@media only screen and (max-width:800px) {		
.headerWapper{height:100%; padding:10px 0;height:55px}	
	
.headerWapper:before {display: none}
	
}
/* ------------------------------
   logo
------------------------------ */	
.header_logoArea {
    z-index: 100;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;  
	box-sizing: border-box;
}



.siteLogo {
    position: relative;
    display: block;
    margin-top:0;
    z-index: 999;
    cursor: pointer;
    left: 10px;
    top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 405px
	
}

.siteLogo a {
        display: inline-block;
        width: 100%;
        height:65px;
		background: url(../images/Logo.svg) no-repeat;
        background: url(../images/Logo.png) no-repeat;
        background-size: contain;
        text-indent: -9999px;
		text-indent:100%;
		wihite-space:nowrap;
		overflow:hidden
    }

.siteLogo img{max-width:100%; height:auto}

/* ------------------------------
   手機版logo 
------------------------------ */	
@media screen and (max-width: 800px){
	
.header_logoArea{overflow: hidden;  display: inline-block;}
.siteLogo {
        display: flex;
        position: relative;
	   left:30px;
        top:5px;
        float: none;
        width:95%;
        max-width: 95%;
        z-index: 100;
        text-align: center; 
	  align-items: center;
   
    }
			
.siteLogo a {
	background-size: contain;
    display: block;
    text-indent: -9999px;
    position: relative;
    overflow: hidden;
}	


.siteLogo a {
	  background: url(../images/Logo.svg)  50% 50% no-repeat;
	   background: url(../images/Logo.png) 50% 50% no-repeat;
     background-size: contain; 
    margin: 0 auto;
	text-align:center;
	max-width: 95%;
	height:50px
}	
	
	
	.siteLogo img {
    line-height: 1;
    font-size: 0;
    display: block;
    vertical-align: top;
    height: auto!important;
    max-width: 100%;
}

}
@media screen and (max-width:385px){
	.siteLogo a { height: 40px}
	
}
/*-----------------------------------

         top tel card
		 	
	----------------------------------*/

	
.subnav {
   position: absolute;
    float: right;
    height: 100%;
     top:1em;
    right:30px;
	    height: 55px;
	display: flex;
	margin-bottom: 15px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 200ms cubic-bezier(0.55,0.055,0.675,0.19);
    background-color: #FFF; 
	border-radius: 8px;
	border: #b1def6 solid 2px;
	padding:2px 7px
	}
	
.subnav .topnavLBlock{ 
	padding-top:10px;
	display:inline-block;
}

.subnav .topnavRBlock{ 
	padding-top:5px;
	display:inline-block;
	margin-left:7px
}


.topnavRBlock ul{
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	left: 0
}
.topnavRBlock ul li{
	text-align:center;
	color: #5b5b5b;
	    font-size: 0.875em;
    line-height: 25px;
    color: #666;
    letter-spacing: 1px;
	
}


@media screen and (max-width:800px){ 
	.subnav { display: none}
}
/*==========================================

選單區 menu的樣式

===========================================*/

/*---選單區域---*/
.nav_main {
    clear: both;
    max-width: 100%;
    width: 100%;
    margin-top: 0em;
	background-color:transparent;
}
/*---pc.mobile 正中間Area---*/
.menu_wrap {
    max-width:1280px;
    display: block;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    left: 0;
    right: 0;
    top: 0;
    position: relative;
    margin: auto;
	
}



 
 /*--------------MENU Box-------------*/
 .gnav_wrap{	
    flex-direction: row;
    flex-direction: row;	
  	text-align:center;
	width:100%;
	max-width:100%;	
	display: block;
    align-items: center;
	 margin-left: auto;
    margin-right: auto;
	     white-space: nowrap;
	 padding-bottom: 10px
 }


   .gnav_wrap ul { 
		height:100%;
		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;
    }

		

.gnav_wrap ul li {
     list-style: none;
    list-style-type: none; 
	background-color:#f7f3e7;
	    margin: 5px;
	height:100% !important;
	 min-height:100% !important;
       float: left;
    position: relative;
	height: 100% !important;
	min-height: 100% !important;
	position: relative;
	width: 100%;
	    display: inline-flex;
	}	
		


.menu-color-1{
	border:#f5c2ce solid 3px;   
	border-radius:10px;}

.menu-color-2{
	border:#efc3a4 solid 3px;   
	border-radius: 8px;}


.menu-color-3{
	border:#b7e3e7 solid 3px;   
	border-radius: 8px;}

.menu-color-4{
	border:#a0d7ad  solid 3px;   
	border-radius: 8px;}


.menu-color-5{
	border:#c1c5df  solid 3px;   
	border-radius: 8px;}

.menu-color-6{
	border:#f4dd9e  solid 3px;   
	border-radius: 8px;}

.menu-color-7{
	border:#daeaa2  solid 3px;   
	border-radius: 8px;}

.menu-color-8{
	border:#b3e7bc solid 3px;   
	border-radius: 8px;}

.grb_menu {
    left: 0;
    justify-content: center;
    margin: 0;
    padding: 0;
      font-size: 1em;
  }



.grb_menu a.mn-1 {
		font-size:100%;
		    cursor: pointer;        
        font-style: normal;
        font-size: 1.05em;
        font-weight: 500;
        color: #000;
        padding:12px 0px 12px 30px;
        padding:12px 0px 12px 30px;
        position: relative;
		display: block;
       height: 100%;
		width: 100%;
	   text-decoration:none;
	text-align: center;
	align-items: center;
    justify-content: center;
    }


 .grb_menu a.mn-1::before{
	content: "";
	position: absolute;
	display:block;
	width:36px;
	height:36px;
	left:2px;
	top: 3px;
	background: url("../images/menu_icon01.png");
	background-repeat: no-repeat;
	background-position:left;
	background-size: contain;
}

.grb_menu a.mn-2 {
		font-size:100%;
		  cursor: pointer;
        font-style: normal;
        font-size: 1.05em;
        font-weight: 500;
        color: #000;
        padding:12px 0px 12px 30px;
        position: relative;
		display: block;
        height: 100%;
		width: 100%;
	   text-decoration:none;
	  text-align: center;
	  align-items: center;
      justify-content: center;	
}

.grb_menu a.mn-2:before{
	content: "";
	position: absolute;
	display:block;
	width:36px;
	height:36px;
	left:2px;
	top: 5px;
	background: url("../images/menu_icon02.png");
	background-repeat: no-repeat;
	background-position:left;
	background-size: contain;
}
.grb_menu a.mn-1:hover{color: #26b896}
		
.grb_menu a.mn-2:hover{color: #26b896}
  
/*--------------pc MENU ul-------------*/
	  


@media screen and (max-width:1280px){	

.menu_wrap {	
	max-width:100%; 
    width:100%;}

}

@media screen and (max-width:1152px){	
.grb_menu a.mn-1:before{
	top: 7px;
	width:30px;
	height:30px;}
.grb_menu a.mn-2:before{
	top: 7px;
	width:30px;
	height:30px;}

}
@media screen and (max-width:1024px){
.menu_wrap {  max-width: 98%;  width:98%;}
.gnav_wrap ul li{margin: 0 0 0 5px}
.grb_menu a.mn-1{font-size:1em; padding:12px 0px 12px 25px;}
.grb_menu a.mn-1::before {top:7px; width:28px;height:28px;}
.grb_menu a.mn-2{ font-size:1em; padding:12px 0px 12px 25px;}
.grb_menu a.mn-2::before {top:7px;width:28px;height:28px;}

}
@media screen and (max-width:911px){

.gnav_wrap ul li{margin: 0 0 0 5px}
.grb_menu a.mn-1{ font-size:0.9em}

.grb_menu a.mn-2{ font-size:0.9em}

	

}


@media screen and (max-width:800px){
	.nav_main { display:none}
	.menu_wrap{max-width: 100%;width:100% }
	
}




/*----------------------------------
       pc 子階層功下拉選單
 ------------------------------*/


ul.subs{
	z-index:5;
	position: absolute;
     top:102%;
	display:none;
     padding: 0;
    margin: 0;
	left:0;
	height:auto;
	border:1px solid rgba(0,0,0,.15); 	   
	text-align: justify;
	overflow: visible;
	width:100%
}

ul.subs li {
	list-style:none;
	list-style-type:none; 
    position: relative;
    list-style: none;
    cursor: pointer;
    list-style: none;	
	border-bottom:#dedede  solid 1px;
	 word-break: normal;
   float: none;
    margin: 0;
	padding:0 ;
    letter-spacing: 0;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box; 
   transition: .2s; 
    color: #000;
       background-color: rgb(255,255,255,0.7);
    background-color: rgba(255,255,255, 0.7);
	display: block

}
ul.subs li a{
	text-decoration: none;
	 position: relative;
	display:block;
	font-size:0.938em;
	text-align:center;
    height: auto;
    line-height:1.35em;
   cursor: pointer;
   padding:10px 6px;
   color: #000;
      background-color: rgb(255,255,255,0.7);
    background-color: rgba(255,255,255, 0.7);
   display: block;
	}

ul.subs li a:hover{
   text-decoration: none;
    color:#000;
    background-color:#fdd8db;
	height:100%;
	}
ul.subs li:last-child{
	border-bottom:none;
	}


@media only screen and (max-width:1024px) {
	ul.subs {  width: 110%;}
	ul.subs{display: block}
	ul.subs li a {font-size:0.938em;}

}

@media only screen and (max-width:911px) {
	ul.subs li a {font-size:0.825em;padding: 10px 0}
}
/*----------------------------------
       navbarToggler btn
 ------------------------------*/
.classy-navbar-toggler {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;}

 @media only screen and (max-width:800px) {	
.classy-navbar-toggler {
  border: none;
  position:absolute;
  cursor: pointer;
  display: block; 
     border:none;
	 left:0px;
	 top:10px;
	background-color: #26b896;
	width: 55px;
	height:55px;
	border-radius:none;
		z-index: 999;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	
}

	 .classy-navbar-toggler:hover { background-color:#fc8d97}

.classy-navbar-toggler .navbarToggler {
     cursor: pointer;
	 position: relative;
	 width:35px;
	  height:35px;
	  margin: 18px auto 10px auto;
	 display: block !important;
	
}
.classy-navbar-toggler .navbarToggler span {
  position: absolute;
  background-color: #FFF;
  border-radius:none;
     display: inline-block;
    transition: all .4s;
  height: 2px;
  padding: 0;
	width: 35px;
	left: auto;
    text-align: center;
	margin: 0 auto;

}
.classy-navbar-toggler .navbarToggler  span:nth-of-type(1) {
   top: 0px;
}
.classy-navbar-toggler .navbarToggler  span:nth-of-type(2) {

	top: 8px;
}
.classy-navbar-toggler .navbarToggler  span:nth-of-type(3) {
  top: 16px;

}

.classy-navbar-toggler .navbarToggler:before, :after {
            top: 0;
			  transform: rotate(90deg);
	transition: all 0ms 300ms;
	 }
	 
.nav-icon.open span:nth-child(1) {
     top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
   opacity: 0;  left: -60px;
}

.nav-icon.open span:nth-child(3) {
   top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}




 
	 
/*-----------------
	 選單info
 ------------------*/
	 
	 
.nav_Moblie_main {
    clear: both;
    max-width: 100%;
	border-top: 1px #CCD1D9 solid;
    border-bottom: 1px #CCD1D9 solid;
    width: 100%;
    max-width: 100%;
    margin-top: 0em;
    background: #fff;
    z-index: 999;
    position:absolute;
    top: 75px;
    display:none;
}
.gnav_wrap_Moblie ul {
    height: 100%;
    min-height: 100%;
    list-style: none;
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    text-align: center;
}
.grb_menu_Moblie li {
    display: list-item;
    border-bottom:1px #ccc solid;
    float: left;
    position: relative;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
}
.grb_menu_Moblie li a{
    text-decoration:none
}
.grb_menu_Moblie a.mn:hover {
        color: #000;
  background-color:#fbdee1;
}
.grb_menu_Moblie a.mn {
    font-size: 100%;
    cursor: pointer;
    margin: 0;
    text-align: center;
    font-family: "微軟正黑體";
    font-style: normal;
    font-size: 1em;
    font-weight: 500;
    color: #333;
    padding: 0.938em 1em 0.938em 1em;
    position: relative;
    display: block;
    align-items: center;
    height: 100%;
}
}
@media screen and (min-width:800px) {
    .nav_Moblie_main{
        display:none !important;
    }
}




/*------------------------------------
    手機選單
------------------------------------*/
.mobile_dropdownLink{
	display:none;
	position:relative;
	background:#FFF
	}

.mobile_dropdownLink a.main{
	display:block;
	font-size:0.938em;
	color:#222;
	border:0.313em solid #CCC;
	position:relative;
	padding:0.625em;
	border-radius:0.313em;	
	background: #eeeeee;

}
.nav-caret {
    display: inline-block;
    float: right;
    width: 0;
    height: 0;
    margin-top:0.625em;
    vertical-align: middle;
    border-top:0.313em dashed;
    border-top:0.313em solid;
    border-right:0.313em solid transparent;
    border-left:0.313em solid transparent;
    color: #767676;
}
.mobile_dropdownLink a.main i{
	display:block;
	font-size:0.938em;
	background:#F00;
	position:absolute;
	right:0.625em;
	top:50%;
	margin-top:-0.375em}

.mobile_dropdownLink a.main{
	display:block;
	font-size:0.938em;
	color:#222;
	border:0.063em solid #CCC;
	position:relative;
	padding:0.625em;
	border-radius:0.313em;	
	background: #eeeeee;

}
.mobile_dropdownLink ul  {
	left:0;
	width:100%;
	padding:0;
	margin:0;
    display: block;
    color:#222;
	list-style:none;
	font-size:0.938em;
	position:absolute;
	top:100%;
	z-index:1;
	box-shadow: 0 0.375em 0.750em rgba(0,0,0,.2);
	box-sizing:border-box;
}
.mobile_dropdownLink ul li{
	    clear: both;
	padding:0;
	background-color:#f2f4f5; }
	

.mobile_dropdownLink ul li a {
    display: block;
    padding:0.938em 0.625em;
    border-bottom:0.063em solid #ddd;
    color: #222;
	border-left:transparent solid 0.250em
}
.mobile_dropdownLink ul li a:hover  {
   color:#16416d;
    background:#ecf6fc;
   border-left:#064f77 solid 0.250em
	}
 


.mobile_dropdownLink ul li:last-child  a{
	border-bottom:none;}

@media (max-width: 800px){
.mobile_dropdownLink{display:block; margin:auto; width:97%}

}

.accordion_icon {
         position: absolute;
    width: 30px;
    height: 30px;
    float: right;
    top: 20px;
    cursor: pointer;
    right: 5px;
    }

.accordion_icon span {
      position: absolute;
        right: 5px;
        width: 50%;
      height: 1px;
        background-color:#26b896;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      transition: all .5s;
    }

 .accordion_icon span:nth-of-type(1) {
        top: 5px;
      transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

.accordion_icon span:nth-of-type(2) {
        top: 5px;
      transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

/*==========================================			


版權宣告

===========================================*/
   footer{
	 padding:40px  0  0px 0;
    position: relative;
	background: url("../images/footerBg.jpg");
	background-position: center;
    background-size:cover;
	max-width: 100%;
	width: 100%;
	   overflow:hidden
}


footer:before{
	content:"";
	position: absolute;
	background: url("../images/footLbg.png");
	width: 85px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: center;
	display:inline-block;
	top: 60px;
	left:15%
}




.footer-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    padding:30px 10px 5px 10px;
    margin: 0 auto;
    box-sizing: content-box;
	color: #222
}

.footer-navL{
    display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    font-size:1em;
	float: left
	
}

.footer-navC{
    display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    font-size:1em;
	float: left
	
}
.footer-navR{
    display:block;
    justify-content: space-between;
    font-size:1em;
	float:right
	
}

/*----social-----*/
 
.footer-social{
	vertical-align: top;
	text-align: center;	
    display: flex;
}

.footer-social  ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: 0;
	list-style: none
}

.footer-social  ul li{display: inline-block;margin-top: 5px}
.footer-social  ul li a{ color:#222;}
.footer-social  ul li a :active,.footer-social a:hover{ color:#7896da!important}
.footer-social img{ border: none; text-align: center}
.socialTxt{ bottom:20px; position: relative;}

.footerRimg{ display: block; text-align: center}
.footerRimg img{ border: 0; max-width: 100%; height: auto}

/*---北南----*/
.footer-nav-Tit {
    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: #222;
    font-style: normal;
    font-size: 1.250em;
    letter-spacing: 2px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    left:30px;
    top:0px;
    margin: 0 auto;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.footer-info{
	z-index: 1;
    margin:  0 auto;
    font-size:1em;
    line-height: 1.5;
	letter-spacing: 1px
}

.footer-info ul{
    margin: 0;
	list-style: none;
	list-style-type: none;
   
}

.footer-info ul li{
	display:block;
	margin-top: 5px
}


.footer-info ul li i{ 
	font-style: normal;
	text-align: center; 
	display: block;
	position: relative;
	padding-left:20px;
}

.footer-info a:link, a:visited {
    text-decoration: none;
    color: #222;
}

.footer-info a:active,.footer-info a:hover {
    color: #aaa;
    text-decoration: none;
}


/*---專線----*/
.footer-info-Impor{ text-align: center; font-weight: bold;font-size: 1em}
.footer-info-Impor p{margin-bottom: 3px;display:block; line-height: 1}
.footer-info-Impor span a{display: inline-block; color: #222}
.footer-info-Impor span a:hover{ color:#aaa; text-decoration:none}

/*---版權----*/
.copyright_txt {
	background-color: #FFFFFF;
	text-align: center;
	margin: auto;
	display: block;
	margin-top:20px;	
	padding: 10px 15px;
    position: relative;
   font-size: 0.813em

}

@media screen and (min-width: 1400px) and (max-width: 1679px){ 
	footer:before{left:7%}
	}

@media screen and (min-width:991px) and (max-width: 1399px){ 
	footer:before{left:3%}
	.footer-navL{margin-left:10%;}
	.footer-navC{margin-left:auto}	
}
@media screen and (min-width:801px) and (max-width: 990px){ 
	footer:before{left:1%}
	.footer-navL{margin-left:7%}
	.footer-navC{margin-left:auto}	
}


@media screen and (max-width:1024px) {
	.footer-info ul li i{ display: inline-block;margin-left: auto; padding-left:0px;}
	.footer-info{font-size:0.875em;}
	.footer-navC { margin-right:10px}
	.footer-navR{font-size:0.875em; }
	.footer-info-Impor{font-size: 0.875em}
}

@media screen and (max-width:768px) {
	
footer:before {
     content: "";
    position: relative;
    background: url(../images/footLbg.png);
    width: 55px;
    height: 82px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    bottom: 0;
    left: 0;
    top: 0;
    background-size: contain;
    text-align: center;
    margin: auto;
	}



.footer-inner { display: block; padding-top: 10px}
.footer-info ul li {margin-top: 2px;}
.footer-info {
	font-size: 0.875em;
    border-bottom: #bac7d4 solid 1px;
    padding-bottom: 6px;}	

	
/*---social----*/
.footer-navR {
    display:table;
    float: none;
    text-align: center;
	top: 10px;
    position: relative;
	    width: 100%;
	max-width:  100%;
}
.footer-social {display: inline-block;margin-top: 10px;}
.footerRimg {display: inline-block;}
.footerRimg img{ border: 0; max-width:85%; height: auto}
	
		
/*---北南----*/
.footer-nav-Tit{left: 15px}
	
}

.slider-area {
	margin-top: -1px;
    background-image: url(../images/hero_phone.jpg);
    background-repeat: no-repeat;
      background-position:top center; 
    background-size:contain;
    /* background-attachment: fixed; */
    position: relative;
    width: 100%;
    max-width: 100%;
    float: left;
    display: block;
	min-height:190px;
    background-color:#d8e6ad;
}

@media screen and (max-width:385px){ 
.slider-area{min-height:170px}		
}
  

@media screen and (min-width:533px){ 
.slider-area {
    margin-top: -1px;
    background-image: url(../images/hero.jpg);
	    background-color: #d9f1f3;
    background-repeat: no-repeat;
    background-position: 46% 50%;
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
    width: 100%;
    max-width: 100%;
    float: left;
    display: block;
	min-height:220px;}
	
}
@media screen and (min-width:768px){ 
.slider-area {
    margin-top: -1px;
    background-image: url(../images/hero.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
    width: 100%;
    max-width: 100%;
    float: left;
    display: block;
	min-height: 420px
 }
}


/*==========================================

 pager BG

===========================================*/
.pagerWrap{
    padding:0;
	margin: 0;
	position: relative;
       display: block;
	    text-align: center;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	    height:200px;
    /*margin-bottom: 30px;*/
		max-width: 100%;
	width: 100%;
	background: url("../images/Pagebanner.jpg");
	z-index: 1
}
@media screen and (max-width:800px){ 
	.pagerWrap{
    padding:0;
	margin: 0;
	position: relative;
       display: block;
	    text-align: center;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	    height:200px;
    /*margin-bottom:15px;*/
		max-width: 100%;
	width: 100%;
	background: url("../images/Pagebanner_phone.jpg");
	z-index: 1
}
	
}
.overlay_white {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #FFF;
    opacity: .45;
}
/*==========================================

HOMEsec BG----news

===========================================*/

.sec02Bg{
    position: relative;
    width: 100%;
    max-width: 100%;   
	overflow: hidden;
    display: block;
    margin: 0;
    min-height:1px;
    background-color: #d9f1f3}

.sec02Bg::after {
    position: absolute;
    display: block;
    left: 12%;
    top:15px;
    width:132px;
    height:121px;
    content: '';
    background-image: url(../images/1Lbg.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.sec02Bg::before {
    position: absolute;
    display: block;
   right:12%;
    top:25px;
    width:143px;
    height:78px;
    content: '';
    background-image: url(../images/1Rbg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width:1366px){ 
	.sec01Bg::after {left: 8%;}
	.sec01Bg::before {right:8%;}
}

@media screen and (max-width:800px){
.sec02Bg::after {
   left:3%;
    top:8px;
   height: 100px;
    width: 120px;
		-ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }
	.sec02Bg::before {
		width: 115px;
       height: 70px;
		right:3%;
		top:8px;}
	
}

@media screen and (max-width:414px){
	.sec02Bg::after {
      top:10px;  
		height: 70px;
    width: 80px;
		
	}
	.sec02Bg::before {
		width: 80px;
       height: 50px;
		top:10px;}
}


/*==========================================

 sec03  Activity BG
===========================================*/



.sec03Bg {
	 position: relative;
    width: 100%;
    max-width: 100%;   
	overflow: hidden;
    display: block;
    margin: 0 auto;
    min-height:1px;
    clear: both;
    padding:0;
}
.sec03Bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #50b7c6;
}

.sec03Bg:after {
    content: "";
    position: absolute;
    bottom:20px;
    right: 0;
    width:60%;
    height: 100%;
}
/*-----------------
sec03 detail
-------------------*/
.sec03Wrap {
    padding:100px 15px 30px 15px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    display:table;
    width: 100%;
    flex: 0 0 100%;
	z-index: 1;}



.sec03Wrap:before{
	content: "";
	position: absolute;
     background: url(../images/3Rbg.png);
    background-repeat: no-repeat;
    background-position: center;
	width: 768px;
	height:185px;
	right: 5px;
	bottom:90px; 
	background-size: contain;

}
@media screen and (max-width:1440px){
.sec03Wrap:before{
	-ms-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); 
	bottom:60px; right: 0
	}	
}
@media screen and (max-width:1366px){
	.sec03Wrap:before{
		bottom:45px; 
		right: 0}
}

@media screen and (max-width:1200px){
	.sec03Wrap:before{ 
		width:600px;
		height:165px;
		bottom:30px;
		right: 0;
		opacity: 0.7;}
}

@media screen and (max-width:1024px){
	.sec03Wrap:before{ 
		width:600px;
		height:165px;
		bottom:30px;
		right: 10px;
		background:url("../images/3Rbg_pad.png") no-repeat;
		opacity: 0.7;
		background-size: contain;}
}
@media screen and (max-width:911px){ 
	.sec03Bg:before { width:65%;}
	
}
@media screen and (max-width:800px){ 
	.sec03Bg:before { width: 75%; height: 100%;background-color: #50b7c6;}
	.sec03Bg:after { width: auto}
	.sec03Wrap {padding: 0px 15px 100px 15px;}
	.sec03Wrap:before {
    content: "";
    position: absolute;
    background: url(../images/3Rbg_pad.png) ;
    background-repeat: no-repeat;
    background-position: center;
    width: 85%;
    height: 165px;
    right: 15px;
    bottom:10px;
		opacity: 0.7;
    background-size:contain;
		    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

	
}

/*==========================================

 sec04  About BG
===========================================*/


.sec04Bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    min-height: 1px;
    clear: both;
    padding: 0;
}


/*--l---*/
.sec04Bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color:#e9aba1;
}
/*--r---*/
.sec04Bg:after {
    content: "";
    position: absolute; 
	top: 0;
    right: 0;
    width:50%;
    height: 100%;
	background-color:#c8ebe1
}
.sec04Wrap {
    padding:0px 15px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width:1280px;
    display:flex;
	z-index: 1;
}

@media screen and (max-width:811px) {
	.sec04Bg{background-color: #c8ebe1}
	.sec04Wrap {display: table;}
	.sec04Bg:after{width: auto}
}


/*----------

tit
-----------*/
.main-tit {
  text-align: center;
	margin: auto;
	display: block;
	position: relative;
	padding: 8px 0
}

.main-tit .tit-ch {
	   display: block; 
    margin-bottom: 8px;
    font-size:1.75em;
    font-weight: bold;
	
}
.main-tit .tit-en {
	   display: block; 
    margin-bottom:15px;
    font-size:1em;
	    color: #fc8d97;
    font-weight: bold;
	
}

 
/*----------------------

sec 02----home  news
-----------------------------*/

.sec-info-detail {
  margin:55px auto 30px  auto;
   display: block;
	z-index: 2
}


.info-detail-list{ 
	padding: 15px 5px;
	background:#fff;
    display: block;}

/*----li------*/
.info-detail-item{
	list-style: none;
	list-style-type: none
}

.info-detail-list li a {
  display: block;
	color: #000
}

.info-detail-list li a :hover{
	color:#7a7a7a; 
	text-decoration: none

}
.info-detail-info > * {
  display: inline-block;
}


.info-detail-date{  
	display: block;
	color:#26b896; 
	text-align: center
}


.info-detail-itemTxt{
  margin: 1em 0;
}
.info-detail-itemTxt dt {
    margin-bottom: .5em;
    font-size:1em;
	line-height: 1.7;
   font-weight: bold;
    padding:0 15px
}


.info-detail-list li a[href=""] {
  pointer-events: none;
}



  .info-detail-list ul {
	  list-style: none;
	  list-style-type: none;
	  left: 0;
	  padding: 0;
	  margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .info-detail-list li {
    width: 33.33%;
	  max-width: 33.33%
  }
  .info-detail-list li:not(:nth-child(3n)) {
	  border-right: 1px solid #ddd;}


@media screen and (max-width: 811px) {

  .sec-info-detail {
	  margin-top:30px;
    padding: 0 15px;
  }
.info-detail-item {
    border-top: .1rem solid #ddd;
  }
  .info-detail-list{
	  margin-top: 15px
	}
  .info-detail-list li a {
    padding: 1.5rem 0;
  }
  .info-detail-itemTxt {
    margin: 1em 0;
  }

 
.sec-info-detail {padding: 0 20px}

.info-detail-list ul{display: block}
 .info-detail-list li {
        width: 100%;
	  max-width:100%
  }
	
.info-detail-list li:not(:nth-child(3n)) {
	border-right: none;   
	}
.info-detail-list li:nth-child(1) {
    border-top: none;
}
	
.main-tit .tit-en{margin-bottom: 5px}
	
}



.detail-btn-moreBox{
  margin:25px auto;
  text-align: center;
}


/*==========================================

 seeMore

===========================================*/

.buttonBox{
  position:relative;
	display: inline-block;
    width:115px;
	cursor: pointer;
    font-size: 0.938em;
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
}


.morebtnTxt{
	cursor: pointer;
  width:100%;
  height:35px;
  position:relative;
  background:#ff808b;
  text-transform:uppercase;
  letter-spacing:1.5px;
  border:none;
  outline:none;
	font-style: normal;
     font-family: 'Open Sans','Arial', sans-serif;
	color: #fff
}

.morebtnTxt:hover, .morebtnTxt:active{
	background:#f7f3e7;
	color: #666;
	text-decoration: none
 
}

.morebtnborder{
    position:absolute;
    background:none;
    transition:all .5s ease-in-out;
}

.Btneffect>.morebtnborder:nth-of-type(1){
  top:0;
  left:0;
  width:0;
  height:0;
  border-top:1px solid #26b896
}

.Btneffect>.morebtnborder:nth-of-type(2){
  top:0;
  right:0;
  width:10px;
  height:0;
  border-right:1px solid #26b896
}

.Btneffect>.morebtnborder:nth-of-type(3){
  bottom:0;
  right:0;
  width:0;
  height:0;
  border-bottom:1px solid #26b896
}

.Btneffect>.morebtnborder:nth-of-type(4){
  bottom:0;
  left:0;
  width:0;
  height:0;
  border-left:1px solid #26b896
}

.Btneffect:hover .morebtnborder:nth-of-type(1){
  width:100%;
}

.Btneffect:hover .morebtnborder:nth-of-type(2){
  height:35px;
}

.Btneffect:hover .morebtnborder:nth-of-type(3){
  width:100%;
}

.Btneffect:hover .morebtnborder:nth-of-type(4){
  height:35px;
}



/*==========================================

 sec01  marquee

===========================================*/
.marqueeBg{
	background:url("../images/MarqueeBg.jpg");
	height: 140px;
	background-repeat: no-repeat;
	    width: 100%;
    min-height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-size:cover;
    background-position: top right;

}

.marqueeTxtrow{
	margin:0 auto;
	max-width: 1280px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}

.slideText {
   margin:30px auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    height:90px;
	display: block;
}
.slideText ul, .slideText li {
    margin: 0;
    padding: 0;
    list-style: none;
	list-style-type: none;
    width: 100%;
	max-width:100% 
}
.slideText ul {
    position: absolute;
	margin: 0;
	list-style: none;
	list-style-type:none; 
	left: 0
}
.slideText li {
 	overflow: hidden;
    text-align: left;
  	   overflow-wrap: break-word;
    word-break: break-all;
	display: block;
	padding:3px  0
}


.slideText li sapn{
	display:block;
	max-width: 100%; 
	font-size: 1em; 
	vertical-align: middle;
}
.slideText li a {
	font-style: normal;
		letter-spacing:2px;
	font-weight: 800;
	color: #000;
	display:block;
	overflow: hidden;
	font-size: 1em;
	line-height:2;
	text-decoration: none;
 
}
.slideText li a:hover {
	color:#ff808b;
    text-decoration: underline;
}



/*---date----*/
.marqueedate{
	padding:5px 12px;
	display:block;
	max-width: 100%;
	width: 100%
}
.marqueeTxt{
	padding:8px 12px;	
	display:block;
	max-width: 100%;
	width: 100%;
	height:30px;
	overflow: hidden
}



.marqueeTxtBg {
        background-color:#e8f0fe;
        width: 100%;
        min-height:auto;
        position: relative;
        margin: 0 auto;
        padding: 0;
}


@media (max-width:768px){
	.marqueeTxtrow {padding: 0 10px}
	.slideText {height:70px}
	.marqueedate{padding: 5px 10px}
	.marqueeTxt{height:28px;padding:0px 10px 10px 10px}
	.slideText li a{font-size: 0.938em;}

}


/*==========================================

 sec03  Activity photos

===========================================*/

/*----tit----*/
.Head03Block {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0;
    margin-left: 30px;
    float: left;
    display: block;
}
.Head03Tit {
    display: block;
    position: relative;
    text-align: center;
	margin-top: 60px
}



/*---ch---*/
    .Head03Tit h2 {
         text-align:center;
        font-size:1.75em;
        font-weight: 800;
        letter-spacing: 0.063em;
        font-weight: normal;
        position: relative;
        display: block;
        top: 15%;
        padding-left:15%;
    }


/*---en---*/
    .Head03Tit p {
         margin: 0;
    position: relative;
    display: block;
    font-size: 2em;
    /* line-height: 2.5em; */
    font-weight: 700;
    font-family: "Lato", "Noto Sans TC", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: normal;
    /* padding: 0 40px; */
    left:20px;
    }

/*---icon---*/
.Head03img{
	position: relative;
	text-align: center;
	margin:15px auto;
   left: 10%;
	animation-name:headicon;
  animation-duration:3s;
}

@keyframes headicon{
  0%{
      top:0;
  }
  100%{
      top:60px;
  }
}






/*---------------------

right photo BLOCK
-------------------------*/
.actImgBlock{
	max-width: 54%;
	width: 54%;
	overflow: hidden;
	   right:5%;    
	min-height: auto;
    position: relative;
    margin: 0 auto;
}

.actImgCol{left:60px;position: relative}


.actImgTit{	
	float: left;
	display: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: #fff;
    font-style: normal;
    font-size: 1.1em;
    letter-spacing: 1px;
    font-weight: normal;
        text-align: left;
    padding: 0;
    left:0px;
    top: 0px;
    margin: 0 auto;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    height:85%;
	max-width: 45px;
    overflow: hidden;
}
.actImgTit a{color: #fff;text-decoration: none}
.actImgTit a:hover{ color: #000}

@media screen and (min-width:1440px) {
	
.actImgBlock{
	max-width:49%;
	width:49%;
}
}

@media screen and (max-width:1280px){
	.Head03Tit { left:1em}
}


@media screen and (max-width:1024px) {
	.Head03Block {
    width: 30%;
    max-width: 30%;
	flex: 0 0 30%; 
	margin-left:5px;}
	
.Head03Tit h2 {	padding-left:0;}
.Head03Tit p{left: 40px}

.actImgBlock{
		max-width: 65%;
        width: 65%;
		right: 0}
 
	.Head03Tit {
        margin-bottom: 1em;
        text-align: left;
        left:2.5em;
    }
}

@media screen and (max-width: 800px) {
.actImgBlock{
	max-width:90%;
	width: 90%;
	overflow: hidden;
	    right: 0;    
	min-height: auto;
    position: relative;
    margin: 0 auto;
}
	.Head03Block {
    width:90%;
    max-width: 90%;
	flex: 0 0 90%; 
		margin-bottom:15px}
	
.Head03Block {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-left:auto;
    float: none;
	display: flex;}
	
    .Head03Tit {left:15px}	
	.Head03Tit h2 {padding-left:15px}
	.Head03Tit p{left: auto;padding-left: 15px}
	


.Head03img {
    position: relative;
    top: 90px;
	 left: auto;
    right: 10%;}
	
	}





@media screen and (max-width:576px) {
    .Head03Tit { left:0}
	/*--phtoto----*/
	.actImgCol{left: 0}
	.actImgTit{
		z-index: 2;
		position: relative;
		max-height: 44px;
		overflow: hidden;
      display: inline-block;
		margin-bottom: 15px;
 
		max-width: 100%;
		    -ms-writing-mode: lr-tb!important;
    writing-mode: lr-tb !important;
    -webkit-writing-mode: lr-tb !important;
		writing-mode: lr-tb !important;}
	
	.actImgTit a{font-size: 0.938em; color: #222}
}



/*==========================================

 sec04  about 

===========================================*/
/*---LEFT----*/
.sec04LBlock {
    width:47%;
    max-width:47%;
    flex: 0 0 47%;
    padding:25px 25px 15px 5px;
    float: left;
	color: #222;
}
.sec04-Txt{
    font-size:1em;
    line-height: 1.6;
    max-height: 120px;
    overflow: hidden;
	display: block;
	z-index: 2
}


.sec04-Txt a{
	color: #222;
	text-decoration: none}
.sec04-Txt a:hover{
	text-shadow:#666 0.1em 0.1em 0.1em;
	color:#fff;
	text-decoration: none}

#secMorebox{ z-index: 1; display:block; position: relative;margin:15px auto 15px auto!important}


/*---right----*/
.sec04RBlock {
	width: 47%;
	    max-width:47%;
    flex: 0 0 47%;
    padding: 0 0px 0 45px;
	height: 100%;
    float: left;
}



.sec04RBlock:before{
	content: "";
	position: absolute;
	background: url("../images/4Rbg.png") no-repeat;
	background-position:right;
	right: 0;
	top: 0;
	left: 0;
    height:100%;
	max-width: 100%;
	background-size:contain;

}


.Head04Tit {
       display: block;
    position: relative;
    text-align: center;
    margin-top:60px;
    right: 28%;
}
.Head04Tit h2 {
    text-align: center;
    font-size: 1.75em;
    font-weight: 800;
    letter-spacing: 0.063em;
    font-weight: normal;
    position: relative;
    display: block;
    top: 15%;
    padding-left: 15%; 
	line-height: 1;
    margin-bottom: 0;
}
.Head04Tit h2 a{ color: #222; text-decoration: none }
.Head04Tit p {
    font-size: 1em;
    color: #fc8d97;
    font-weight: bold;
	    display: block;
    left: 35px;
    position: relative;
    top: 0;
}
@media screen and (max-width:811px) {
	
	.sec04LBlock {
    width:100%;
    max-width:100%;
	flex: 0 0 100%;}
	.sec04RBlock {
    width:100%;
    max-width:100%;
	flex: 0 0 100%;}
	.sec04RBlock:before{ opacity: 0.4}
	.Head04Tit{display: none}
	
}


@media screen and (max-width:576px) {
	.sec04RBlock:before{ display: none}
}
@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}

.blcokhidden{overflow: hidden}

/* ------------------------------
   txt
-------------------------------------*/
.text-c{text-align:!importantcenter!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;
}

/*---文左至右---*/
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !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%;
}
@charset "utf-8";
/* CSS Document */





/*-----------------------------

 pager SecBg

---------------------------*/
.Page-sec{
	    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 1px;
	background:#FFF;
	    height: auto;  
	padding-top:15px;
    padding-bottom:30px
}


/*-----------------------------

 content

---------------------------*/
.contentArea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 2em 0.625em;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    width: 100%;
    max-width: 100%;
    position: relative;

}
/*-----------------------------

 main-Tit

---------------------------*/
.content-tit { 
	position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
       display: table;
    padding-bottom: 0.313em;
  margin: 60px auto 15px auto;
	z-index: 1
} 
.content-tit .ch {
	text-align: center;
  display: block;
  margin-bottom:10px;
  font-size:1.750em;
	letter-spacing: 2px;
  font-weight: bold;
}
.content-tit .en {
	text-align: center;
  font-size: 1em;
	display: block;
  font-weight: bold;
  color: #fc8d97;
}




/*--------------------------

 sub-Tit

--------------------------------------*/
.articleTitle {
    clear: both;
    margin-bottom:2em;
    position: relative;

}
.articleTitle h3 {
    font-size:1.45em;
    letter-spacing:0.063em;
    color:#222;
    line-height: 1.5;
    font-weight:700; 
	padding:0.5em 0 0.5em 0;

}

.articleTitle:before {
    content: "";
     display:inline-block;
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: solid 1px #ccc;
	 bottom: 0;
    left: 0;
}
/*-----------DATE-----*/
.leadBox {
    display: inline-block;
    margin: 0 auto 1em auto;
    font-size: 0.938em;
    line-height: 1.625;
    color: #555;
}
.leadBoxDateTit{
	font-weight:600;
    color:#555;
}
.leadBoxDate{
	    font-weight:600;
    color:#8C8B8B;
    display: inline-block;
    position: relative;
    font-family: "Arial";

}

/*----------------------------------
  左側內容選單
------------------------------*/
.leftBox {
  width:15.000em;
  float:left;
  margin-top:1.5em;
}



@media (max-width:800px) {
 .leftBox {
	  flex: 0 0 100%;
    width: 100%;
	 max-width: 100%;
	margin:0 auto;
	 margin-top:1em;
	 padding-bottom:1.5em
	
  }
}

/*----------------------------------
  右側內容
------------------------------*/
 .rightBox {
 width:78%;
 max-width:78%;
  flex: 0 0 78%;
 float:left;
 margin-left:0.75em;
 margin-top:0

  }
@media (max-width:1440px) {
	 .rightBox {
 width:75%;
 max-width:75%;
  flex: 0 0 75%;
	
}
}

@media (max-width:1200px) {
	 .rightBox {
 width:72%;
 max-width:72%;
  flex: 0 0 72%;
	 }
}



@media (max-width:991px) {
  .rightBox {
      flex: 0 0 63%;
    max-width: 63%;

  }
}

@media (max-width:800px) {
  .rightBox {
      flex: 0 0 100%;
    max-width: 100%;
	width: 100%;
	float:none;
	margin-top:1em;
	margin-left:0
  }
}




/*----------------------------------
  pc siderbar選單
------------------------------*/
.side_menu{
    flex: 0 0 100%;
	max-width:100%;
    position: relative;
    padding:15px 10px 15px 10px;
	background:url("../images/sub_menuhover.jpg");
	    background-position:0% 90px;
    background-repeat: no-repeat;
    background-size: cover;   
	}


.side_menu:after {
    content: "";
    border:1px	 solid #26b896;
    position: absolute;
    top:0.625em;
    left:0.625em;
    right: 0.625em;
    bottom:0.625em;
}

.side_menu:before {
    content: "";
        background-image: url(../images/sidermenuBg.png);
	background-size: contain;
	background-position:bottom center;
    position: absolute;
    left:20px;
   top:30px;
	width:45px;
	height:45px
}
.side_navTit {
    position: relative;
    border-bottom:1px solid #ccc;
    font-size:1.250em;
    font-weight: normal;
    color: #000000;
	letter-spacing: 2px;
	padding-left:35px;
      line-height:2em;
    padding-bottom: 0.735em;
    margin-bottom:1em;
	text-align:center;
		
}


.sideMenuList{
  position: relative;
  left:0; 
   line-height: 2;
   padding: 0;
   list-style: none;
  list-style-type:none;
  list-style:none;
  
}
.sideMenuList li {
    display: block;
  position: relative;
  border-bottom:0.063em solid #eee;
  z-index:1
}

.sideMenuList li > a {	
   position: relative;
  display: block;
  padding:0.5em 0.938em;
  font-size:1.000em;
  letter-spacing: .05em;
  color: #000;
  border-bottom:0.063em solid transparent;
}


.sideMenuList li > a:hover, .sideMenuList li > a.current {
    color:#26b896;
}


/*----------------------------------
  leve 3選單
---------------------------------*/
.content-nav {
	margin:33px auto 15px auto;  
	display:block;
	position: relative
	
 
}
.content-nav ul {
	margin: 0;
	padding: 0;
	left: 0

}
.content-nav ul li{	 
   cursor: pointer;
    transition: all 0.4s;
	display: inline-block;
	 margin-right: 10px;
	margin-bottom: 5px
}
.content-nav  li a {
	   height: 30px;
     display: inline-block;
	font-size: 0.938em;
  align-items: center;
  position: relative;
 line-height: 1.6;
  font-weight: bold;
	padding: 10px 15px;
  color:#434340;
	    text-align: center;
    background: #eee;
    border-radius: 5px;   
	text-decoration: none;
	border: #fff solid 1px
}
.content-nav li :hover {
		background: url("../images/contentNavbg.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	border: #eee solid 1px
}

.content-nav li a:hover {
	text-decoration: none;
	color: #222;

}

@media screen and (min-width: 812px) {
  .content-nav li {
      margin-right: 10px;
    display: inline-block;
  }
}



@media screen and (max-width: 811px) {
	.content-nav{margin-top: 15px}
  .content-nav li {
      margin-top: 1.5%;
    float: left;
    margin-right: 10px;
	      margin-bottom:10px;
  }
  .content-nav li a {
	      padding: 8px 10px;
	   font-size: .9em;
	  height:28px}

}


/*----------------------------------
  moible siderbar選單
---------------------------------*/
.m_classLink {
  display: none;
}


@media (max-width:800px){

.side_menu{ background-image:none;display:none}
.side_menu:before{display: none}
.side_menu:after{display: none}	
	/*----mobele 選單-----*/
.classLink {
    display: none;
}

.m_classLink {
    display: block;
    position: relative;
}

.m_classLink a.main {
    display: block;
    font-size: 1em;
    color: #000;
	text-align: center;
    position: relative;
    padding:15px 0;
	background: url("../images/sub_menuhover.jpg");
	background-size: cover;
	background-position: center;
	 border:1px solid #ddd;
	width: 100%
}

.m_classLink ul {
	z-index: 1;
    position: relative;
    left: 0;
    top:-16px;
      width: 100%;
    background-color: #fff;
    border:1px solid #ddd;
     overflow-y: auto;
	list-style:none;
	list-style-type:none
}

.fa-down {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    display: block;
    font-size: 15px;
    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:""
}

}




/*-----------------------------

pagerPagination
---------------------------*/
	
	
.navigation-example{
    margin:0 auto;
    white-space: nowrap;
    text-align:center;
	z-index: 1;  
	clear: both;
    padding:45px 0 10px 0;
    position: relative;
    text-align: center;

}

 .pagination {
      padding: 0;
    margin: 0;
	 left: 0;
    list-style: none;
    list-style: none;
	}


page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
	position: relative;
    display: block;
    padding: .5rem .75rem;
    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}
 .page-link:hover {
    z-index: 1;
    color: #fff;
    background-color:#7aa0ca;
    border-color: #DDD ;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color:#7aa0ca;
    border-color: #DDD ;
}
.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;
}



@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-fast {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ftco-animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@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;
	height:525px;
	background-color: #333;
	overflow: hidden
}

@media screen and (max-width:1680px){
	.slider{height:485px;overflow: hidden}

}
@media screen and (max-width:1550px){
	.slider{height:455px;overflow: hidden}

}
@media screen and (max-width:1440px){
	.slider{height:425px;overflow: hidden}

}
@media screen and (max-width:1366px){
	.slider{height:400px;overflow: hidden}

}


@media screen and (max-width:1200px){
	.slider{height:360px;overflow: hidden}

}

@media screen and (max-width:1090px){
	.slider{height: 315px;overflow: hidden}

}

@media screen and (max-width:991px){
	.slider{height:40vh;overflow: hidden}

}
@media screen and (max-width:800px){
	.slider{height:35vh;overflow: hidden}

}
@media screen and (max-width:576px){
	.slider{height:32vh;overflow: hidden}

}
.slider > li{
	    display: inline-block;
    float: left;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    position:absolute;

}







/* 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: left;
}
.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;
}


/* -------------
 dotBtn
 
  -------------*/
.slick-dotted.slick-slider{
    margin-bottom:0em;
}

.slick-dots{
    position: absolute;
   bottom:2em;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type:none;
    text-align: center;
	    left: 24%;
}
   
   .slick-dots li {
		   width: 15px;
        height: 15px;
        position: relative;
        display: inline-block;      
        margin: 0 0.313em;
        padding: 0;
        background:#f8f8f8;
        cursor: pointer;
    }
   
.slick-dots li:hover {
        position: relative;
        display: inline-block;
         margin: 0 0.313em;
        padding: 0;
        background:#50b7c6!important;
        cursor: pointer;
    }
.slick-dots  .slick-active{ 
        width: 15px;
        height: 15px;
        padding:0;
        cursor: pointer;
        margin: 0 0.313em;
        background:#50b7c6!important;
		display:inline-block ;
		position:relative
    }

 
.slick-dots li button{
	  width: 3.125em;
    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{ 
 background:#3cc6aa ;
    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;
}


@media only screen and (max-width:800px) {
	.slick-dots{ left:20%}


	.slick-dots {bottom:1em}
	
}


@media only screen and (max-width:576px) {
.slick-dots li button{ width: 1.45em;}
	
	
}
@charset "utf-8";
/* CSS Document */


/*-----------------------------

    new table

---------------------------*/

.RwdTable-file {
    border: #d3d3d3 solid 1px;
    margin: 35px auto;
    color: #222;
    width: 100%;
	max-width: 100%;
	flex: 0  0  100%;
    border-collapse: collapse;
    background: #FFF;
}
    .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;
        display: inline-block;
    }

    .RwdTable-file td {
        cursor: pointer;
        padding: 0.75em 0.313em;
        text-align: center;
        font-size: 0.938em;
        display: inline-block;
    }


    .RwdTable-file tr {
        border: none;
         width: 100%;
        display: block;
        border-bottom: 1px #ddd solid;
    }

     .RwdTable-file tr:last-child {
            border-bottom: none;
        }

    .RwdTable-file thead {
        background:#999a9a;
        color: #FFF;
        font-weight: bold;
    }


    .RwdTable-file .td01 {
        margin: 0;
        width:8%;
    }

    .RwdTable-file .td02 {
        margin: 0;
        width:25%;
        font-weight: bold;
	     color:#26b896
    }



    .RwdTable-file .td01-top {
        margin: 0;
        width:8%;
    }

    .RwdTable-file .td02-top {
        margin: 0;
        width: 25%;
        text-align: center !important;
    }

    .RwdTable-file .td03-top {
        margin: 0;
   left: 15%;
    position: relative;
        border-right: none !important;
        text-align: center !important;
    }

    .RwdTable-file tbody tr:nth-child(2n) {
         background-color:#f7f3e7;
    }

    .RwdTable-file tbody tr:nth-child(1n):hover {
       background-color:#fee1e4;
    }

@media screen and (max-width: 811px) {
	.RwdTable-file td { text-align: left}
    .RwdTable-file .td01-top {
        display: none;
    }

    .RwdTable-file .td02-top {
        display: none;
    }

    .RwdTable-file .td03-top {
        display: none;
    }

    .RwdTable-file .td01 {
        max-width: 100%;
		width: 100%;
        display: inline-block;
      margin: 5px auto;
        vertical-align: middle;
        text-align: left;
           color:#26b896;
    }

    .RwdTable-file .td02 {
        width: 100%;
        max-width: 100%;
        text-align: left;
         display: inline-block;
        margin: 5px auto;
		color: #26b896
    }

    .RwdTable-file .td03 {
        position: relative;
        display: inline-block;
       max-width: 100%;
		width: 100%;
      
    }

    .RwdTable-file td:before {
        content: attr(data-th) " - ";
        float: left;
        padding-right: 0.313em;
        padding-left: 0.313em;
        font-weight:bold;
        color:#000;
		font-size: 1.1em;
		        display: inline-block;
        text-align: center !important;
    }

    .RwdTable-fileNotDot td:before {
        content: attr(data-th) "";
    }

    .RwdTable-fileNotDot img {
        width:98%;
    }

    .words_content table
    {
        width:100% !important;
        max-width:100% !important;
    }
    .words_content table img,.words_content img,.words_content iframe
    {
        width:100% !important;
        max-width:100% !important;
    }

}


/*---消息字-----*/
a.news_link:link {color:#222;background-color: transparent; text-decoration: none;}
a.news_link:visited {color:#222;background-color: transparent;text-decoration:none}
a.news_link:hover {background-color: transparent; text-decoration:underline}
a.news_link:active {background-color: transparent;text-decoration:underline}


	  
/*-----------------------------

    友善連結

---------------------------*/

.Linklist {
    clear: both;
	display:block;
	margin: 35px auto
}


.Linklist ul {
	list-style:none;
	list-style-type:none;
    margin: 0;
    padding: 0;
	left:0
}

.Linklist ul li {
    width: 45%;
    float: left;
    list-style-type: none;
    margin: 0 15px 10px 0;
}


.Linklist ul li a {
    display: block;
    border: 1px solid #CCC;
    padding: 10px 15px 10px 15px;
    background-position: 20px 20px;
    background-repeat: no-repeat;
    background-color:#f1f1f1;
   border-radius: 5px;
    /* box-shadow: 0 0 2px #ccc; */
    text-decoration: none;
	color:#222
}

.Linklist ul li a:hover {
    color: #000;  
	background-color: rgba(240,131,0,.1);
    text-decoration: none;
}
.Linklist ul li a :visited, .Linklist ul li a :active {
    text-decoration: none;
}

@media screen and (max-width:991px) {
	.Linklist ul li {
    width: 98%;}
}







/*--------------------------------------------- 

 # FAQ
--------------------------------------------- */

.faq li { padding: 20px; }

.faq li.q {
 
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.faq li.a {
  background: #3BB0D6;
  display: none;
  color:#fff;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.toggleOpen {
    cursor: pointer;
    display: block;
    margin-top:0px;
    padding:8px 15px;
    border-radius: 3px;
     background: #f1bd19;
    font-size: 13px;
    color: #FFF;
    position: absolute;
    right: 5px;
    top: 50%;
}
.toggleOpen:hover {

     background: #222;
    right: 5px;

}



/*---------------
faq-list
--------------*/
 .faq-list,
 .faq-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

 .faq-list ul {
	margin-left: 0;
}

 .faq-list li {
	border: none;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	border:#e0e0e0 solid 1px
} 

.faq-list li a{ color:#222}

.faq-list li:hover {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(38,50,56,0.15);	
	-moz-box-shadow: 0px 3px 10px 0px rgba(38,50,56,0.15);
	box-shadow: 0px 3px 10px 0px rgba(38,50,56,0.15);
}

.faq-list li .question {
	display: block;
	font-weight: 500;
	border: none;
	padding: 25px 35px 22px 60px;
	position: relative;
}

 .faq-list li .question.on {
	background: #F5F7F8;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	color: #263238;
}

 .faq-list li .question:before {
	content: "+";
	color: #222;
	font-size:18px;
	left: 25px;
	margin-right: 10px;
	position: absolute;
	top:30%;   
	 cursor: pointer;
    display: block;
    margin-top: 0px;
    border-radius: 3px;
    background:#ecb44a;
    font-size: 13px;
    color: #FFF;
    position: absolute;
	width:25px;
	height:25px;
	text-align:center;
	padding-top:3px;
	font-family: sans-serif;
}

 .faq-list li .question.on:before {
	content: "-";
	font-family: sans-serif;
	padding-top:3px;
	width:25px;
	height:25px

}

.faq-list li .answer {
	display:block;  
	  line-height: 1.8;
	border-top: 1px solid #ECEFF1;
	display: none;
	font-size: 16px;
	padding: 15px 20px 15px;
       background:#d8eff1;
	   margin:2px
}


/*==========================================
縣市表格card

===========================================*/
.mapImgBox{
    display: inline-block;
    float: left;
    padding: 0;
	    box-sizing: border-box;
		margin:0 auto;
			box-sizing: border-box;
		    width: 66%;
			max-width:66%;
			padding-right:15px;
			position: relative;
}




.TaiwanImgBox {
    display: block;
    width: 100%;
    max-width: 100%;
    margin:60px auto;
	text-align:center
}


.TaiwanImg {
    position: relative;
    display: block;
    margin-top: 0;
    z-index:3;
    cursor: pointer;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	max-width:100%;
		text-align:center
}

.TaiwanImg a {
    display: inline-block;
    width: 100%;
    height:60vw;
    background: url(../images/taiwanMap.svg) no-repeat;
    background: url(../images/taiwanMap.png) no-repeat;
        background-size:contain;
	margin:auto;
	text-align:center;
	background-position:center
 
}


/*-----右側----*/
.maplistBox {
    padding-left:15px;
	display: inline-block;
    float: left;
    padding: 0;
	 width:33%;margin:30px 0
}
@media (max-width: 1024px){
.mapImgBox{max-width:100%;width: 100%;padding-right:0px; float:none;display: inline-block;}
.maplistBox { width: 100%;max-width: 100%;padding-left:0px; float:none; margin:0px auto 30px  auto}
.TaiwanImg a{min-height:117vw; }
.TaiwanImg { clear:both;padding:0 10px}
.TaiwanImgBox {   margin: 30px auto 15px  auto}
}


.card {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: initial;
  
}
.card-body {
    flex: 1 1 auto;
    padding:15px 10px; 
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;	
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}


.card-block{ display:block}

.card-header {
    margin-bottom: 0.313em;
    padding: 1.5rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    background-color: #fff;
}


.card-title {    
   line-height: 1.2;
    margin-bottom: .5rem;
    color: #464855;
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: .05rem;
	   margin-top: 0;
}
.card h5{ 
   font-size: 1.12rem;  
     font-weight:blod;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #464855;
}




.card-text:last-child{
    margin-bottom: 0;
}

.card-link:hover{
    text-decoration: none;
}

.card-link + .card-link
{
    margin-left: 1.5rem;
}


.card-header:first-child
{
    border-radius: -webkit-calc(.35rem - 1px) -webkit-calc(.35rem - 1px) 0 0;
    border-radius:    -moz-calc(.35rem - 1px) -moz-calc(.35rem - 1px) 0 0;
    border-radius:         calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child{
    border-top: 0;
}

.card-footer{
    padding: 1.5rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0); 
    background-color: #fff;
}
.card-footer:last-child{
    border-radius: 0 0 -webkit-calc(.35rem - 1px) -webkit-calc(.35rem - 1px);
    border-radius: 0 0 -moz-calc(.35rem - 1px) -moz-calc(.35rem - 1px);
    border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px);
}

.card-header-tabs{
    margin-right: -.75rem;
    margin-bottom: -1.5rem;
    margin-left: -.75rem;
    border-bottom: 0;
}


/*==========================================
縣市表格
===========================================*/


.table-responsive {
    display: block;
    width: 100%;
    -webkit-overflow-scrolling: touch;
	   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
	 -webkit-overflow-scrolling: touch;
}
.List-table {
	font-family: "微軟正黑體",Arial, Helvetica, sans-serif, "Heiti" !important;
    font-style: normal;
  width: 100%;
  max-width:100%;
  border-collapse: collapse;
 
  

}

.List-table  thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.List-table > thead > tr {
   display:table-row;
    vertical-align: inherit;
    border-color: inherit
	
}
.List-table > thead > tr > th {
  background:#a30112;
  color: #fff;
}


.List-table > thead > tr > th:last-child {
 border: none;
}

.List-table > thead > tr > th {
 border-right: 1px solid #d8d8d8;
}

.List-table> tbody > tr + tr {
  border-top: 1px solid #d8d8d8;
}


.List-table td {
	cursor: pointer;
	display: table-cell;
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
  min-width:20px;
  text-align:left;
  vertical-align: middle;
   white-space: nowrap;
	font-size:15px;
	text-align:center;
  border: #cecece solid 1px;
}

.List-table td a{ text-align:center; color:#222}

.List-table td a:hover{ color:#12939d}
.List-table th {
	line-height: 1.42857143;
    vertical-align: bottom;
		display: table-cell;
  padding: 10px 0;
  font-size:15px;
  text-align:center
  
}



.List-table th.nowrap,
.List-table td.nowrap {
  white-space: nowrap;
}




/*==========================================

表單下載
===========================================*/


.dow_table {
    width: 100%;
    max-width: 100%;
    margin:15px auto 15px auto;
    border-radius: 4px;
    -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;
    border-collapse: collapse;
    border:1px solid #e5e5e5;
}

.dow_table th {
	font-size:1.063em;
    vertical-align: middle;
    padding: 10px  15px;
    letter-spacing: 5px;
    text-align: center;
    color: #FFF;
    display: table-cell;
	border: .6px solid #fff;
	position: relative;	
}




.dow_table tr td {
	    border: .6px solid #dadce0;
	letter-spacing: 1px;
    padding:10px;
    text-align:left;
    font-size:1em;
    display: table-cell;
}

.td_category{ text-align: center !important}

.dow_table tr{
	text-align: center; 
	border: none;
    display: table-row;
}

.dow_table tr td img{
	border: none;
	text-align: center;
	margin: auto;
	max-width: 100%;
	height: auto

}

.dow_table tr:nth-child(2n){
	 background: #f5f5f5;
}


.dow_table thead {
    background:#5c87b7;
    color: #FFF;
	font-weight: bold;}

.dow_table tr td >span{padding-left: 5px; display: inline-block}
.dowBg{ background-color:transparent; cursor: pointer;}
.dowBg:hover{background-color:#c3d6e7}

@media (max-width:1152px){
.dow_table th {
	padding:15px;
	font-size:1em;
	letter-spacing: 1px
	}		
}

@media (max-width:800px){	
.dow_table thead {display: none}	
.dow_table tr td { 
		display: block;
		 border-bottom: .6px solid #dadce0;
		border-top: none;
		border-left: none;
		border-right: none	
	}
.dow_table tr td:before {
    content: attr(data-th) ":";
    float: left;
    font-weight: bold;
    color:#385494;
    font-style: normal;
    display: inline-block;
    text-align: center ;
    padding-right: 8px;
}
	
.dow_table  tr {
    border: none;
	 display: block;
    width: 100%;
		
	}
.dow_table  tr th { display:none;}
	
		
}



/* -------------------------------------------------
 問與答 TABLE
-------------------------------------------------------- */ 
.accordion-container {
		position: relative;
		width: 100%;
	max-width: 100%;
		border: 1px solid #ddd;
		border-top: none;
		outline: 0;
		cursor: pointer
}

.accordion-container .article-title {
		display: block;
		position: relative;
		margin: 0;
		padding: 0.625em 0.625em 0.625em 2em;
		border-top: 1px solid #ddd;
		font-size: 1em;
		font-weight: normal;
		color: #000;
		cursor: pointer;
	  line-height: 1.8
}


.accordion-container .article-title span{ 
		font-size: 1em;
	color:#4e3c1e;
	padding:3px 8px;
	    background: #f9f9f9;
	text-align: center;
	cursor: pointer;   
    white-space: nowrap;
	border-radius:4px;
	margin-right:8px;
	margin-left: 5px;
	float: left
}





.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
		background-color:#f4dd9e;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
		color: #fff;
}

.accordion-container .content-entry i {
		position: absolute;
		top: 3px;
		left: 12px;
		font-style: normal;
		font-size: 1.625em;
		color: #fbbc04;
}

.accordion-container .content-entry i:before {
		content: "+ ";
}

.accordion-container .content-entry.open i:before {
		content: "- ";
}

.accordion-content {
		display: none;
		padding-left: 20px;
}


/*--------fa-----------*/
.accordion-content h6{
	color:#000; 
    display: inline-block;
	font-size: 1em;
}
.accqTxt{
    padding: 5px;
    line-height: 1.5;
    display: block;
	padding: 5px;
	line-height: 1.5	
}

.accqbox {
  display:block;
    color: #fff;
    padding: 4px;
    width: 25px;
    height: 25px;
    background:#fbbc04;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 4px;
    margin-right: 8px;
	margin-top: 5px;
    float: left;
}
.accordion-content p{ color: #777; text-align: right; padding-right: 15px}


/*--------answer-----------*/

#faq-content {
		width: 100%;
		max-width: 100%;

}

.accordion-container,
#description {
		width: 90%;
		margin: 1.875em auto;
}

#description p {
		line-height: 1.5;
}

#description h2 {
		text-align: center;
}

@media all and (min-width: 860px) {
		#faq-content {
			width: 85%;
			max-width: 85%;
		margin: 0 auto;
			
		}


}



/* -------------------------------------------------
 出版品TABLE
-------------------------------------------------------- */ 
.com-list-wrap {
	margin: auto;
	position: relative;
  padding-top:45px;
  overflow: hidden; 
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mod-panel-layout {
    display: table;
    max-width: 100%;
    overflow: hidden;
    table-layout: fixed;
    word-spacing: -.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.com-list-wrap ul {
  margin:0;
	list-style: none;
	list-style-type: none;
  width: auto;
	padding: 0;
	left: 0
}
.com-list-wrap li {
   -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
	padding:0;
	    margin: 0 10px 30px;
    z-index: 2;
    position: relative;
	float: left;
	border: #ccc solid 1px
}
.com-list-wrap .com-item-wrap span {
  -webkit-transition: none;
  transition: none;
}
.com-list-wrap .com-item-wrap a {
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}

/*----------------------
年度
----------------*/
.com-list-wrap .com-item-wrap > a:after {
  content: "2020年";
  position: absolute;
  top: 7px;
  right: 15px;
  display:inline-block;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height:2;
  font-size: 0.75em;
  text-shadow: #aaa;
	color: #222;
	-ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}


.com-list-wrap .com-item-wrap a:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background-color: #fff;
  width: 60px;
  height: 25px;
  border-radius: 50px;
  -webkit-transition: none;
  transition: none;
  opacity: 1 ;
}
.com-list-wrap .com-item-wrap a:hover:after,
.com-list-wrap .com-item-wrap a:hover:before {
  opacity: 1 ;
} 
.com-list-wrap .com-item-wrap {
  opacity: 0.6;
}
.com-list-wrap .com-item-wrap:hover a {
  text-decoration: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

/*--------img-------*/
.com-list-wrap .com-img-block {
  overflow: hidden;
  background-color:#eee;
	height:350px;
	max-width:100%; 
}
.com-list-wrap .com-img-block img {
  width: 100%;
	max-width:100%; 
  height: auto;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.com-list-wrap .com-item-wrap span .com-img-block img {
  -webkit-transition: none;
  transition: none;
}
.com-list-wrap .com-item-wrap:hover .com-img-block img {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  opacity: .65;
}
.com-list-wrap .com-item-wrap:hover span .com-img-block img {
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 1;
}
.com-list-wrap .com-disc-block {
  background-color: #fff;
}

/*--------txt-------*/
.com-list-wrap .com-disc-block-top {
  padding: 15px;
}


.com-list-wrap .com-book-name {
	height:75px;
	line-height: 1.6;
	overflow: hidden;
  font-size:1em;
  font-weight: bold;
  color: #333;
  margin: 10px 0 0;
	letter-spacing: 1px;
	 font-family: "微軟正黑體", sans-serif;
}

.com-list-wrap .com-book-name:hover { color:#26b896}

.com-list-wrap .com-day {
  font-size: 0.813em;
  font-weight: normal;
  font-family: "微軟正黑體", sans-serif;
  color: #999;
  margin: 10px 0 0;
	text-align: right;
	letter-spacing: 1px;
	padding-right: 13px
}


@media (max-width:911px){	
	
.com-list-wrap .com-img-block {
    overflow: hidden;
    background-color: #eee;
    height: 250px;
    max-width: 100%;
}	
}


@media (max-width:811px){	
	
.com-list-wrap li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    padding: 0;
    margin: 0 8px 30px;
    z-index: 2;
    position: relative;
    float: left;
    border: #ccc solid 1px;
}	
}


@media (max-width:576px){	
	
.com-list-wrap li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
    padding: 0;
    margin: 20px auto;
    float: none;
    border: #ccc solid 1px;
}	
}



.contentBox {
    clear: both
}

.itemList li {
    box-sizing: border-box
}

.itemList li {
    transition: all 0.4s
}

.itemList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


.imh_opacity {
    background-color: #000;
    overflow: hidden;
}
.itemList .Img {
    position: relative
}

.itemList .Img a {
    display: block;
    overflow: hidden
}

.itemList .Img img {
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.itemList li {
    width: calc(100%/3 - 20px);
    border: 1px solid #cfcfcf;
    background-color: #fff;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 12px 15px
}

.itemList li:nth-child(3n) {
    margin-right: 0
}

@media (min-width: 1201px) {
    .itemList li:hover {
        box-shadow:0 0 15px rgba(0,0,0,0.15)
    }
}

@media (max-width: 1024px) {
    .itemList li {
        width:calc(100%/2 - 15px);
        margin-right: 30px
    }

    .itemList li:nth-child(3n) {
        margin-right: 30px
    }

    .itemList li:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 640px) {
    .itemList li {
        width:100%;
        margin-right: 0
    }

    .itemList li:nth-child(3n) {
        margin-right: 0
    }

    .itemList li:nth-child(2n) {
        margin-right: 0
    }
}

.itemList .Img {
    position: relative
}

.itemList .Img a {
    display: block;
    overflow: hidden
}

.itemList .Img img {
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.itemList .Txt {
    padding: 15px;
    text-align: center;
    background-color: #fff
}

/* .itemList .Txt h3 {
    max-height: 56px
} */

.itemList .Txt h3 a {
    display: block;
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width: 1024px) {
    .itemList .Txt h3 a {
        font-size:18px
    }
}

@media (min-width: 1201px) {
    .itemList .Txt h3 a:hover {
        color:#c49d62
    }
}

.itemList .Txt p {
    color: #656565;
    /* max-height: 56px; */
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8
}

.itemList .price {
    margin-top: 10px
}

.itemList .price strong {
    display: inline-block;
    margin: 0 5px
}

.itemList .price .discount b {
    font-style: italic;
    font-size: 18px;
    color: #353535
}

