@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome/css/font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);

.mdisplay {
  display:inline-block;
  padding-top:0px;
  padding-left:15px;
}

body {
font-family: Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
 font-size: 16px;
 font-style:normal;
}

.m_logo {
   display:none;
  }

/*css3*/
a {
  cursor: pointer;
  color: #000;
}

a:hover {
  color: #999;
}

[class*='col-'] {
  float: left;
  box-sizing: border-box;
}

.b-box {
  box-sizing: border-box;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

a.btn_color1 {
  /*按鈕主色1*/
  background: #000;
  color: #FFF;
}

a.btn_color1:hover {
  background: #FFBE32;
  color:#000;
}

a.btn_color2 {
  /*按鈕主色2*/
  background: #A0A0A0;
  color: #FFF;
}

a.btn_color2:hover {
  background: #999;
}

input[type="text"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1160px;
  margin: 0 auto;
}


.label {
  padding: 5px 7px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
}

.floatArea {
  position: fixed;
  top: 84%;
  right: 24px;
  transform: translateY(-50%);
  z-index: 99;
}


.alls{ display:none;}

.floatArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #ffa;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}
.floatArea a:hover {
  opacity: 0.9;
}

.floatArea .fb {
  background-color: #3C0;
}

.floatArea .icon-line {
  width: 24px;
  height: 18px;
  transform: translateY(1px);
}

/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  
}

header.fixed .topBox {
  margin-top: -210px;
  opacity: 1;
}

header.up .topBox {
  margin-top: 0;
  opacity: 1;
}



header .wrap {
  position: relative;
}


header .topBox{
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

header .topBox {
  line-height: 40px;
  position: relative;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height:40px;
  padding: 0px;
  opacity: 1;
  background: #EDEDED;
}

header .topBox .left{float:left; color:#666; font-size:14px;}

header .topBox .left .icon i {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 36px;
  color: #111;
  font-size: 13px;
  transition: all .5s;
}

header .topBox .right{float:right;}


header .bottomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    color: #000;
	background:#fff;
	font-size:16px;
	padding:5px 0;
}

header .bottomBox .logo {
  width:212px;
}

header .bottomBox .logo a {
  display: block;
  width: 100%;
  height: 150px;
  background: url(../images/n_logo.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}



header .bottomBox  span {
    display: block;
    max-width: 154px;
    font-size: 13px;
    font-weight: 100;
	color:#007ED6;
    letter-spacing: 0.05em;
    line-height: 28px;
    opacity: 0.8;
}


header .bottomBox > div {
    position: relative;
}


header .bottomBox > div:not(:first-child) {
  width: 220px;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  min-height:90px;
  margin-left:20px;
}



@media (min-width: 781px) {
    header .bottomBox>div:not(:first-child) {
        padding-left: 25px;
    }
}

header .bottomBox>div:not(:first-child) .title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 36%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

header .bottomBox>div:not(:first-child)>a {
    display: block;
    max-width: 140px;
	color:#000;
	text-align:center
}


header .bottomBox .downLogo img {
    display: block;
}


header .bottomBox .phone {
    color: #099EBC;
	font-weight:bold;
}


header .bottomBox .phone .title:before {
     background: url(../images/ticon.jpg);
	
}

header .bottomBox .phone  {
    color: #333;
	padding-top:50px;
}

header .bottomBox .btn01 a{ letter-spacing:0; font-size:13px; padding:12px 5px;  color: #fff; margin-top:50px;}

header .bottomBox .btn01 a:link { color: #fff;}




header .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 0px;
}

header .icon i {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 40px;
  color: #000;
  font-size: 15px;
  transition: all .5s;
}

header .icon i:hover {
  color:#FC0;
}



header .icon path {
  fill: #fff !important;
}

header .old {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  color: #fff;
  letter-spacing: .05em;
  background: #000;
}

.searchBox {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 300px;
  box-sizing: border-box;
  opacity: 0;
  transition: all .5s;
}

.searchBox.show {
  opacity: 1;
  bottom: -50px;
}

.searchBox input {
  display: inline-block;
  margin-right: -4px;
  border: 1px solid #dcdcdc;;
  background: #fff;
  width: calc(100% - 40px);
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}

.searchBox .btnSearch {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #099EBC;
  color: #fff;
}

/*menu*/
/*.menuBox {
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  display: block;
  margin-left: auto;
  background:#000;
  padding:10px 0;
  box-sizing: border-box;
   pointer-events: all;
}


ul.menu {
  text-align: center;
}

ul.menu > li {
  position: relative;
  display: inline-block;
}

ul.menu li > a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 10px 5px;
  margin: 0 12px;
  box-sizing: border-box;
  text-shadow: -3px 3px 2px rgba(0, 0, 16, 0.2);
}

ul.menu li > a:hover{  color:#F8C12C;}
ul.menu li > a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #F8C12C;
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

ul.menu li a:hover:after, ul.menu li a.current:after {
  opacity: 1;
  width: 100%;
}

ul.menu li.dropDown {
  background: url("../images/menuArrow.png") no-repeat right 10px center;
  background-size: 6px;
}
ul.menu > li .submenu{
display:none;
width:180px;
text-align:left;
position:absolute;
padding-top:10px;
left:0;
top:100%;
z-index:99;}

ul.menu > li .submenu a{
display:block;
background:rgba(0,0,0,0.75);
padding:10px;
font-size:13px;
color:#999;
border-bottom:1px solid #666;}

ul.menu > li .submenu a:hover{
	color:#F8C12C;}
	
ul.menu > li .submenu > a,
  ul.menu > li .submenu .submenu_li a{
    color: #222;
    background: #fff;
    padding: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
  }
  ul.menu > li .submenu > a:last-child,
  ul.menu > li .submenu .submenu_li:last-child a{
    border: 0;
  }
  ul.menu > li .submenu a:hover{
    color: #fff;
    background: #01afb8;
  }
  ul.menu > li .submenu .submenu_li{
    position: relative;
  }
  ul.menu > li .submenu .submenu_li.dropDown:hover > a{
    color: #fff;
    background: #01afb8;
  }
  ul.menu > li .submenu .submenu_li.dropDown::before{
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #333;
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  ul.menu > li .submenu .submenu_li.dropDown:hover::before{
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  ul.menu > li .submenu .submenu_li .submenu2{
    display: none;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
  }
  
  
  
  ul.menu > li .submenu .submenu_li .submenu2.big{
    width: 115%;
  }	*/
  

  
  .menu .list {
  position: absolute;
  left: 0;
  top: calc(100% +20px);
  z-index: 99999;
  width: 240px;
  opacity: 0;
  text-transform:none;
  pointer-events: none;
}

.menu .list.show {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu .list > li {
  position: relative;
}

.menu .list2 {
  position: absolute;
  left: 90%;
  top: 20px;
  width: 240px;
  opacity: 0;
  pointer-events: none;
}

.menu .list2.show {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

 
.menu .list3 {
  position: absolute;
  left: 90%;
  top: calc(100% +20px);
  width: 240px;
  opacity: 0;
  pointer-events: none;
}

.menu .list3.show {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


.menu .list a, .menu .list2 a, .menu .list3 a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #78c5ce;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  background-color: #4ab2a6;
}

.menu .list a:hover, .menu .list2 a:hover, .menu .list3 a:hover {
  color: #fff;
  background-color: #94d1ca;
}

	

/*手機menu*/
.m_menu {
  display: none;
}

.navbar-brand{
    padding: 29px 15px;
    height: auto;
}
nav.navbar.bootsnav{
    border: none;
   
}
.navbar-nav{
    float: left;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #474747;
    text-transform: uppercase;
    padding: 30px;
}
nav.navbar.bootsnav ul.nav > li:hover{
    background: #f4f4f4;
}
.nav > li:after{
    content: "";
    width: 0;
    height: 5px;
    background: #34c9dd;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.nav > li:hover:after{
    width: 100%;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    content: "+";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 35%;
    right: 10%;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
    content: "\f105";
    transform: rotate(90deg);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
@media only screen and (max-width:990px){
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; width:100% }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
    nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
	
	.navbar-nav{
    float:none;
	text-align:left;
	font-weight:bold;
	padding:5px 0;
     }
	 
	 .nav > li{	border-bottom:1px solid rgba(255,255,255,0.3)
}
	 
.nav > li:after{
  display:none;
} 

	 
}


/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
  margin-top:260px;
}

.bannerArea .wrap {
  width: 100%;
}

.bannerArea .bannerBox {
}



/*頁尾資訊*/
footer {
  position: relative;
  z-index: 3;
  background: #0B8A91;
  padding: 80px 0;
}

footer .row{border-right:1px solid rgba(255,255,255,0.5);padding:0 20px; min-height:270px}
footer .row2{padding:0 20px}

footer .dword{color:#fff; font-size:14px; line-height:1.5}


footer .downLogo {
  margin-bottom: 20px;
}


footer .row2 h4 {
  font-size: 17px;
  color: #FFF;
  text-transform:uppercase;
  letter-spacing: .05em;
  padding-bottom: 6px;
  margin-bottom: 15px;
  padding-left:20px;
}


footer .copyright {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8;
  color: #999;
  letter-spacing: .05em;
  margin-bottom: 15px;
}


footer .footerList {
  margin: 0 -35px;
  padding:0 35px;
}

footer .footerList li {
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
  margin-bottom: 20px;
  padding: 0 35px;
  box-sizing: border-box;
}

footer .footerList h4 {
  font-size: 17px;
  color: #FFF;
  text-transform:uppercase;
  letter-spacing: .05em;
  padding-bottom: 6px;
  margin-bottom: 15px;
}

footer .footerList .Txt a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 2.5;
  letter-spacing: .05em;
  padding-left: 8px;
  box-sizing: border-box;
}


footer .footerList .Txt a:hover {
  color: #6FC;
}

/*share*/
.social {
  clear: both;
  margin-top: 10px;
}

.social a {
  display: inline-block;
  margin: 10px 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 19px;
  text-align: center;
}

.social a:hover {
  opacity: 0.8;
}

.endArea {
  clear: both;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background: #099EBC;
}



/*********內頁**********/
/**********************/
.bannerBox img {
  display: block;
  width: 100%;
}

/*bx小圓點*/
.bannerArea .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 0px;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 100%;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #FFF;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none;
}

.mainArea {
  padding: 30px 0 130px;
}


/*網站導覽bread*/
.mainArea .titleBox .bread {
  font-size: 12px;
  color: #BBBBBB;
  position: absolute;
  right: 10px;
  top: 25px;
}

.mainArea .titleBox .bread a {
  color: #BBBBBB;
}

.mainArea .titleBox .bread a i {
  font-size: 20px;
}

.mainArea .titleBox .bread span {
  padding: 0 3px;
  color: #BBBBBB;
}

.mainArea .contentBox {
  clear: both;
}

.mainArea .contentBox h1.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  border-bottom: 1px dashed #D6D6D6;
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #061540;
}



/*類別*/
.m_classLink {
  display: none;
}

.classBox {
  padding: 20px 0;
}

ul.classLink {
  text-align: center;
}

ul.classLink li {
  display: inline-block;
}

ul.classLink li a {
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 5px 10px;
  color: #51649A;
  border: 1px solid #51649A;
  position: relative;
}

ul.classLink li a:hover, ul.classLink li a.current {
  background: #51649A;
  color: #FFF;
}

ul.classLink li a.current:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7.5px 0 7.5px;
  border-color: #51649A transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}

.tagBox b {
  display: inline-block;
  margin-right: 10px;
}

.tagBox ul {
  display: inline-block;
}

.tagBox ul li {
  display: inline-block;
}

.tagBox ul li a {
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 5px 10px;
  color: #51649A;
  border: 1px solid #51649A;
  position: relative;
}

.tagBox ul li a:hover, .tagBox ul li a.current {
  background: #51649A;
  color: #FFF;
}

.tagBox ul li a.current:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
}

/*側邊標題字*/
.sectionTitle {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin:20px 0;
}

.sectionTitle h4 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px; }
	
.sectionTitle h4:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left:0px;
      width: 25%;
      height: 2px;
      background-color: #e6e6e6; }


/******頁籤*******/
.tab {
  margin-top: 70px;
  background: #d9d9d0;
}

.tab a {
  position: relative;
  float: left;
  display: block;
  padding: 0 30px;
  line-height: 47px;
  font-size: 17px;
  letter-spacing: .1em;
  color: #343421;
  box-sizing: border-box;
}

.tab a + a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 1px;
  height: 15px;
  background: #b7a7a0;
}

.tab a.current, .tab a:hover {
  color: #fff;
}

ul.tabContent {
  padding: 40px 0 60px;
}

ul.tabContent > li {
  display: none;
}

ul.tabContent li .textEditor {
  margin: 0;
}

ul.tabContent h3.sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 30px;
}

.side_menu ul li {
  position: relative;
  border-top: 1px dotted #c0c0bc;
}

.side_menu ul li > a {
  position: relative;
  display: block;
  padding: 12px 20px 12px 25px;
  font-size: 15px;
  color: #0036CC;
  letter-spacing: 0;
}

.side_menu ul li > a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 22px;
  width: 4px;
  height: 1px;
  background: #444;
}

.side_menu ul li > a.current, .side_menu ul li > a:hover {
  color: #F3C952;
}

.side_menu ul li > a.current:before, .side_menu ul li > a:hover:before {
  background: #0036CC;
}

.side_menu ul li > a b {
  margin-left: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #808080;
}

.side_menu ul li dl {
  padding-left: 25px;
}

.side_menu ul li dl dt a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.side_menu ul li dl dt a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_聯絡資訊*/
.side_contactInfo{
	margin-bottom:30px;}

.side_contactInfo h3{
	margin-bottom:20px;}

.side_contactInfo ul li{
	margin-bottom:20px;}

.side_contactInfo ul li a{
	font-size:14px;
	text-decoration:none;
	color:#666;}

.side_contactInfo ul li a i{
	display: block;
	float: left;
	margin-right:8px;
	background:none;
	width:24px;
	height:24px;
	font-size:18px;
	color: #000;
	line-height:24px;
	text-align:center;
	}

.side_contactInfo ul li a b{
	overflow: hidden;
	font-weight:normal;}

.side_contactInfo .qrcode{
	margin-top:40px;}

.side_contactInfo .qrcode b{
	display:inline-block;
	padding:4px 7px;
	font-size:15px;
	font-weight:normal;
	color:#000;
	background:#f4f4f4;}

.side_contactInfo .qrcode img{
	display:block;
	max-width:100%;}

/*--button--*/
.btn01 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  letter-spacing: .01em;
  background:#099EBC;
  border-radius: 5px;
  padding: 10px 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.btn01 a:focus {
  outline: 0;
}

.btn01 a:hover:after {
  opacity: 1;
  -webkit-transform: scale(5);
      -ms-transform: scale(5);
          transform: scale(5);
}

.btn01 a:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FF9900;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all .5s ease-in-out;
}



.btn00 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: .01em;
  background:#6CC;
  border-radius: 5px;
  padding: 10px 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.btn00 a:focus {
  outline: 0;
   color: #FFF;
}

.btn00 a:hover:after {
  opacity: 1;
  -webkit-transform: scale(5);
      -ms-transform: scale(5);
          transform: scale(5);
}

.btn00 a:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#FF9;
   color: #FFF;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all .5s ease-in-out;
}

.btn02 a {
  position: relative;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  font-size: 15px;
  color: #000;
  letter-spacing: .1em;
  padding: 0 185px 0 18px;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  background-size: cover;
}

.btn02 a:after {
  content: '';
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -2.5px;
  width: 57px;
  height: 5px;
  background-size: contain;
  transition: all .5s;
}

.btn02 a:hover:after {
  right: 12px;
}

.btn03 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #66CCCC;
  letter-spacing: .01em;
  background:#fff;
  border-radius: 5px;
  padding: 10px 30px;
  overflow: hidden;
  font-style:normal;
  box-sizing: border-box;
}


.btn03 a:hover {
background:#66CCCC; color:#fff;}



.btn04 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #4D66BF;
  letter-spacing: .01em;
  background:#EFD700;
  border-radius: 10px;
  padding: 15px 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.btn04 a:hover {
  position: relative;
  color: #fff;
  background:#00AFAD;

}


.title01 {
  font-size: 28px;
  color: #66CCCC;
  letter-spacing: .05em;
  text-align:center;
}

.title01 h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px; }
.title01 h2:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -25px;
      width: 50px;
      height: 1px;
      background-color: #66CCCC; }


.title03 {
  font-size: 28px;
  color: #666;
  letter-spacing: .05em;
  text-align:left;
}

.title03 h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px; }
.title03 h2:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left:0px;
      width: 70px;
      height: 2px;
      background-color: #F8C12C; }



/*--table--*/
.menu-table{
    width: 100%;
    max-width: 200px;
}
.menu-table td {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 !important;
  border-bottom: none !important;
}

.menu-table .food {
  letter-spacing: 1px;
}

.menu-table .dot {
  display: block;
  height: 15px;
  margin: 0 6px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: url("../images/dot.png") 0 85% repeat-x;
}

.menu-table .price {
  /*min-width: 50px;*/
  text-align: right;
}

/**********適應性**********/
/************************/
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 54px;
  }
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  
  .m_logo{ display:inline-block; margin:0 auto;  }

  .bannerArea .wrap {
    width: 100%;
    padding: 0;
  }
  
  .bannerArea {
  margin-top:0px;
}
  /*.bannerArea .bannerBox {
    float: left;
    width: 100%;
  }
  .bannerArea .bannerBox img {
    display: block;
    width: 100%;
  }*/
  header {
    display: none;
  }
  
  header .topBox,
  header .bottomBox{display:none;}
 
  .mainArea .contentBox .titleBox {
    width: 100%;
    height: 95px;
    margin: 0 0 40px;
  }
  .mainArea .contentBox .titleBox:after {
    display: none;
  }
  .mainArea .contentBox .titleBox h2:after {
    display: none;
  }
  .mainArea .contentBox .titleBox h2 img {
    display: none !important;
  }
 
  ul.classLink, ul.sideLink {
    display: none;
  }

  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    position: relative;
    padding: 10px 15px;
    background: #f39800;
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #FFF;
    border: 1px solid #dadada;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
    border-top: 1px solid #dadada;
  }
  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
  }
  .m_classLink ul li:first-child a {
    border-bottom: none;
  }
  
  .mdisplay {
  display:none;
}

}

@media (max-width: 960px) {
 footer .row{border-right:none;padding:0 20px; min-height:270px}
footer .row2{padding:0px}
footer .row2 h4 {
  font-size: 17px;
  color: #FF0;
  text-transform:uppercase;
  letter-spacing: .05em;
  padding-bottom: 6px;
  margin-bottom: 15px;
  padding-left:10px;
} 

footer .footerList {
  margin: 0;
  padding:0;
}

footer .footerList li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  box-sizing: border-box;
}
 
}


@media (max-width: 767px) {
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }
  /*main*/
  .mainArea .wrap {
    padding: 0 20px;
  }
 
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
 

}

/*640*/
@media (max-width: 640px) {
 
  .mainArea .titleBox h2 {
    float: none;
  }
  
  .floatArea {
  position: fixed;
  top: 84%;
  transform: translateY(-50%);
  z-index: 99;
}


}

/*480*/
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%;
  }
  .col-3 {
    float: none;
    width: 100%;
  }
  .col-4 {
    float: none;
    width: 100%;
  }
  .col-5 {
    float: none;
    width: 100%;
  }
  /*頁籤*/
  footer {
    padding: 40px 0;
  }
  
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background: #000;
  overflow: hidden;
}

.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background: #000;
  overflow: hidden;
}

.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_detail a:before {
  display: block;
  content: "Details+";
  padding: 10px 20px;
  font-size: 13px;
  color: #FFF;
  border: 2px solid #FFF;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -80px;
  z-index: 99;
  transition: all 0.3s ease;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  background: #000;
  overflow: hidden;
  position: relative;
}

.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
  display: block; 
  content: "\f002";
   font-family: 'FontAwesome';
  font-size: 18px;
  color: #FFF;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  transition: all 0.4s ease;
}

.imh_zoom:hover a:before {
  top: 50%;
}

.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

