@charset "utf-8";
/* CSS Document */
/* main */
.pageHeader{ width:100%; margin:0 auto; padding:0px 0; }
.pageHeader{ width:100%; margin:0 auto; padding:0px 0; }
.pageHeader .logo{ float:left; padding:0px 0px 0px 0px; margin:30px 0 35px 0px; }
.pageHeader .logo h1{ float:left; margin:0px 0 0px 0px;}
.pageHeader .logo h1 img{ height: 39px;}
.pageHeader .logo h1:after {
  width:1px; position:absolute;
  height: 40px; display:inline-block; 
  content: '';
  background:#7a879d; margin: 0px 15px 0px 0; 
}
.pageHeader .logo h2{ float:left; padding:0px 0 0px 15px; font-size:1.7em; color: #ec4034; font-weight: bold; font-family:"DFLiShu-B5"; }
.pageHeader .logo h2 img{ height: 39px; }
.pageHeader .top_menu{ display: flex;
  justify-content: flex-end;}
.pageHeader .top_menu .smenu{ margin: 0px 5px 0px 0px;  }
.pageHeader .top_menu .smenu ul{ background: #885216; margin: 0; padding: 7px 10px; list-style: none;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

display: flex;
justify-content: center; align-items: center;
}
.pageHeader .top_menu .smenu ul li{ font-size:1.0625em; color: #fff; display: flex;
justify-content: center; align-items: center;}
.pageHeader .top_menu .smenu ul li:after {
  width:1px; 
  height: 17px; display:inline-block; 
  content: '';
  background:rgba(255,255,255,0.3); margin: 0px 15px 0px 15px; 
}
.pageHeader .top_menu .smenu ul li:last-of-type:after {
  display:none; 
}
.pageHeader .top_menu .smenu ul li a{ color: #fff;}

.pageHeader .top_menu .font-box {
  width: auto; float: right;
display: flex;
  justify-content: flex-end; align-items: center;
}
.pageHeader .top_menu .font-box span{
  font-size:1.0625em; color: #818181; font-weight: bold; 
}
.pageHeader .top_menu .font-box a{
  font-size:0.8125em; color: #fff; font-weight: bold; border-radius: 3px; padding:1px 3px; background:#d57449; margin: 0 0 0 3px;
} 

/* nav */
.navbar {
  overflow: hidden; display: flex;
  justify-content: flex-end;
}

.top-dropdown {
  float: left;
  overflow: hidden;
}

.top-dropdown .dropbtn {
  font-size: 1.0625em; font-weight: bold;
  color: #5e5e5e;
  border: none;
  outline: none;
  padding: 20px 16px;
  background-color: inherit;
  margin: 0;
}
.top-dropdown .dropbtn a{
  color: #5e5e5e;
}
.navbar a:hover, .top-dropdown:hover .dropbtn {
  color: #d57449;
}

.top-dropdown-content {
  display: none;
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  left: 0;
  z-index: 9;
  padding: 30px 0px;
}
.top-dropdown:hover .top-dropdown-content {
  display: block;
}
.drop_left{ width:25%; margin:0px 0px 0px 0; float:left; }
.drop_left img{ width:100%;}
.drop_right{ width:75%; margin:0px 0px 0px 0; float:left; padding: 0 0 0 40px;}
.mega_list01{ width:100%; margin:20px 0px 0px 0; padding: 0;}
.mega_list01 li{ width:calc(100% / 4); margin:0px 0px 15px 0; padding: 0; position:relative; list-style: none; float: left; color: #5e5e5e; font-size: 1em; font-weight: bold;}
.mega_list01 li a {
  color: #5e5e5e;
}
.mega_list01 li:hover a {
  color: #539bd4;
}
.mega_list01 li:before { 
  content: "\f054"; position: absolute;
  display: inline-block;
  margin:3px 0px 0px -10px;
  font-size: 10px; color:#1B3059;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-appearance: none;
}
.mega_list01 li:hover:before {
  color: #539bd4;
}

@media only screen and (min-width: 1201px) and (max-width: 1540px){
.navbar { width: 100%; justify-content: center;}
}
@media only screen and (min-width: 0px) and (max-width: 1200px){
.pageHeader .top_menu{ display:none;}
.navbar { display:none;}
}
@media only screen and (min-width: 401px) and (max-width: 499px){
.pageHeader .logo h1 img{ height: 28px;}
.pageHeader .logo h2 img{ height: 28px; }
}
@media only screen and (min-width: 0px) and (max-width: 400px){
.pageHeader .logo h1 img{ height: 25px;}
.pageHeader .logo h2 img{ height: 25px; }
.pageHeader .logo h2{ padding:0px 0 0px 8px;}
.pageHeader .logo h1:after {
  width:1px;
  height: 25px; margin: 0px 0px 0px 0; 
}
}
@media only screen and (min-width: 0px) and (max-width: 1540px){
.pageHeader .logo{ margin:12px 0 5px 0px; }
}

/* -mobile menu-*/
.mobile_menu{ display:none;}
@media only screen and (min-width: 0px) and (max-width: 1200px){
.mobile_menu{ display:inline-block; margin:12px 0px 0 0px; float:right;}
}
#toggle {
  width: 38px;
  height: 38px;  border-radius: 100%;
  padding:8px 8px 5px 8px; right: 5px;
  position: relative; position: absolute;
  z-index: 99; background: #d57449;
}
#toggle div {
  width: 85%;
  height: 2px;
  background: #fff;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on {
  background:#d57449;
}
#toggle.on .one {
  transform: rotate(50deg) translate(5px, 5px); 
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-50deg) translate(4px, -4px);
}

#menu {
background: #885216; 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 90px 0px 0 0px;

    margin: auto;
    z-index: 5;
    display: none;
}

/* main banner */
.main-banner {
  width: 100%;
  margin: auto; padding:0px 0 0 0; position: relative;
}
.main-banner:before {
  content: ''; position: absolute; bottom: 0px; z-index: 1;
  display: block;
  width: 100%;
  height: 150px;
  margin:0px 20px 0px 0px;
  background:url(../images/wave.png) center; 
  background-repeat: no-repeat;
}
.main-banner img{
  width: 100%;
}
.main-banner .for_PC{ display:block; width: 100%;}
.main-banner .for_mobile{ display: none;}
.main-banner .for_PC img, .main-banner .for_mobile img{
  width: 100%;
}
.main-banner .main-banner-slick {
  width: 100%;
  margin: 0; padding:0; list-style:none;
}
@media only screen and (min-width: 0px) and (max-width: 899px){
.main-banner .for_PC{ display: none;}
.main-banner .for_mobile{ display:block; width: 100%;}
}

.slogan_box02 {
  width: auto; position: absolute; right: 10%; top: 30%;  z-index: 1;
}
.slogan_box02 h2{
  width:100%; font-size:54px; color: #fff; font-weight: bold; text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
display: flex;
  justify-content: flex-end;
}
.slogan_box02 h3{
  width:100%; font-size:50px; color: #fff; font-weight: bold; margin: 0 0 30px 0; font-family:Arial Black, Arial; text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px; font-style: italic;
display: flex; 
  justify-content: flex-end;
}
@media only screen and (min-width: 0px) and (max-width: 900px){
.slogan_box02 {
  right: 5%; 
}
.slogan_box02 h2{
  font-size:32px; 
}
.slogan_box02 h3{
  font-size:26px; 
}
}

/* page-banner */
.page-banner {
  background-size: cover;  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 0;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-banner:before {
  content: ''; position: absolute; bottom: 0px;
  display: block;
  width: 100%;
  height: 150px;
  margin:0px 20px 0px 0px;
  background:url(../images/wave.png) center; 
  background-repeat: no-repeat;
}
.page-banner h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height:2;
    font-weight: bold;
  letter-spacing:2px;
  position: absolute;
  top:45%;
  text-shadow: black 0.1em 0.1em 0.2em
}

/* 定義區塊 */
.box-4{ width:1600px; margin:0px auto; padding:0px 0; height:auto; overflow: hidden; }
.main_content{ width:100%; margin:0px auto; padding:60px 0; height:auto; overflow: hidden; }
.box-5{ width:80%; margin:0px auto; padding:0px 0; height:auto; overflow: hidden; }
.left{ width:270px; margin:0px 30px 0px 0; float:left; }
.right{ width:calc(100% - 300px); margin:0px 0px 0px 0; float:left; }

.user_editor{ width:100%; height:auto; overflow: hidden; position: static !important;}
.user_editor img{ max-width:100% !important; height:auto !important;  }
.user_editor table{ width:100% !important;  }
.line-height{ line-height:2;}

.text_center{text-align:center;}
.text_right{text-align:right;}
.line-height{ line-height:2;}

@media only screen and (min-width: 0px) and (max-width: 1680px){
.box-4{ width:95%;}
}
@media only screen and (min-width: 0px) and (max-width: 1650px){
.box-5{ width:100%; }
} 

@media only screen and (min-width: 0px) and (max-width: 980px){
.left{ width:100%; display: none;}
.right{ width:100%; }
}

h2.articleTitle {
  clear: both;
  margin-bottom: 30px;
  border-bottom: 3px solid #eee;
}
h2.articleTitle strong {
  position: relative;
  display: inline-block;
  font-weight: normal;
  padding: 0 10px 10px 10px;
  font-size: 1.5em;
  letter-spacing: .05em;
  font-weight: bold;
  color: #885216; 
}
h2.articleTitle strong:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #885216;
}

.ntitle02{ width:100%; margin: 0 0 0px 0; padding: 0 0 0px 0;}
.ntitle02 h2{ color: #fff;
  padding: 7px 0px;
  font-size: 1.25em; font-weight: bold;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e74d45+1,e64279+100 */
background: #e74d45; /* Old browsers */
background: -moz-linear-gradient(top, #e74d45 1%, #e64279 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e74d45 1%,#e64279 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e74d45 1%,#e64279 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74d45', endColorstr='#e64279',GradientType=0 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
    
}

/* 麵包屑 */
.breadbox { margin:0px 0px 0px 0px; width:100%; position: absolute; bottom: 15px; }
.breadbox .bread-crumbs { width:1440px; margin:0px auto; }
.breadbox .bread-crumbs li {
  display: inline-block;
  font-size: 14px; line-height:1.5;
  color: #fff;
}
.breadbox .bread-crumbs li a {
  color: #fff;
}
.breadbox .bread-crumbs li a:hover {
  color: rgba(255,255,255,0.6);
}
.breadbox .bread-crumbs li:after {
  content: '>';
  margin: 0 5px 0 10px;
}
.breadbox .bread-crumbs li:last-child:after {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1650px){
.breadbox .bread-crumbs{ width:90%;}
}

/* -main--------------------------------------------------------------------------------------------------*/
.main_link03_box{ width:95%; height:auto; overflow: hidden; margin:0px auto 60px auto; padding: 160px 0 0 0;}
@media only screen and (min-width: 0px) and (max-width: 1279px){
.main_link03_box{ padding: 50px 0 0 0; margin:0px auto 50px auto;}
}  
.shortcut02 { width:100%; margin:0px auto 0px auto; position: relative; padding: 0 50px;}
.shortcut02 .owl-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.shortcut02 .owl-prev {
    position: absolute;
    left: -30px; 
    display: block !important;
    border:0px solid black; font-size: 0;
}

.shortcut02 .owl-next {
    position: absolute;
    right: -35px;
    display: block !important;
    border:0px solid black; font-size: 0;
}
.shortcut02 .owl-prev i {
width: 19px; height: 36px; display: block; background-image: url("../images/arrow.png"); background-position: 0px 0px;
}
.shortcut02 .owl-next i {
width: 19px; height: 36px; display: block; background-image: url("../images/arrow.png"); background-position: -19px 0px;
}
.main_link03{ margin:0px 7px 0px 7px; padding:0px 0px; display:inline-block; text-align:center; }
.main_link03 .pic{ width:100%;  }

/* 首頁-關於我們 */
.main_news{ width:100%; margin:0px auto 0px auto; padding:0px 0; text-align: center; position: relative;
}
.main_news .tt{ 
    width:auto; position: absolute; left: 12%; text-align: left; margin:230px 0px 0px 0px;
}
.main_news .tt h2{ 
    width:auto; margin:0 0 10px 0; display: block;
    font-size: 2.5em; color: #fff; 
    font-family: 'Garamond Premier Pro';
    font-weight: normal;
    font-style: normal;
}
.main_news .tt h3{ 
    width:auto; margin:0 0 10px 0; display: block;
    font-size: 1.375em; color: #fff; 
    font-weight:bold;
}

.main_newsbox{ width:72%; margin:0px auto 0px auto; padding:5% 10% 5% 3%; background: #fff; height:auto; overflow: hidden; float: right;
box-shadow:10px 10px 3px rgba(0,0,0,0.2);
-webkit-border-bottom-left-radius: 80px;
-moz-border-radius-bottomleft: 80px;
border-bottom-left-radius: 80px;
}
.main_newsbox02{   
  display: block; position: absolute; z-index: -1;  
  width: 80%;
  height: 600px;
  margin:0px 0px 0px 0px;
  background:url(../images/main_news.jpg) no-repeat top; 
  background-size: cover;
-webkit-border-bottom-right-radius: 80px;
-moz-border-radius-bottomright: 80px;
border-bottom-right-radius: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 1680px){
.main_news .tt{ left: 5%; }
.main_newsbox{ padding:5% 5% 5% 5%;}
} 
@media only screen and (min-width: 0px) and (max-width: 1279px){
.main_news{ height:auto; overflow: hidden; padding:0 0 30px 0;
background:url(../images/main_news.jpg) no-repeat top; 
background-size: cover;
} 
.main_news .tt{ 
    width:90%; margin:20px 0px 0px 0px; 
}
.main_news .tt h2{ 
    font-size: 2em;
}
.main_news .tt h3{ 
    font-size: 1.5em; margin:-15px 0px 0px 0px;  
}
.main_newsbox{ width:90%; box-shadow:0px 0px 0px; margin:110px 5% 0px 5%;  
-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}
.main_newsbox02{   
  display: none; 
}
}

/* news */
.nnews{ width:100%; height:auto; overflow: hidden; margin:0px 0px 30px 0px;}
.nnews ul{
  width:100%;
  margin:0px 0px 0px 0px; padding:0; list-style:none; 
}
.nnews ul li{
  border-bottom: 1px dotted #cfcfcf; height:auto; overflow: hidden; 
  width:100%; padding:15px 0px 15px 0px;
  list-style:none; line-height:1.5; 

  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.nnews ul li b{
  width:105px; margin:0 15px 0 0; float:left; padding:3px 0px; border-radius: 30px; background:#d57449; color: #fff; font-size:1em; text-align:center; font-family:Arial;
}
.nnews ul li p{
  width:calc(100% - 120px); float:left; text-align: left;
  color:#4a4a4a;
  font-size: 1.125em;
}
.nnews ul li:hover b{
  background:#885216;
}
.nnews ul li:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (min-width: 0px) and (max-width: 420px){
.nnews ul li p{
  width:100%; display:block; margin:10px 0 0 0;
}
}

.news_view{ width:100%; height:auto; overflow: hidden; margin:0px 0px 30px 0px;}
.news_view .title{
  border-bottom: 1px dotted #cfcfcf; height:auto; overflow: hidden; 
  width:100%; padding:15px 0px 15px 0px; margin:0 0 20px 0;
  list-style:none; line-height:1.5; 
}
.news_view .title .date{
  width:100%; margin:5px 0px 0 0; 
font-family:Arial; color: #666
}
.news_view .title .tt{
  width:100%;
  font-size: 1.5em;
  color: #d57449;
  font-weight: bold;
}
.news_view .title .date02{
  width:100%; margin:5px 0px 0 0; 
color: #666
}
.news_view .title .date02 .da{
  margin:5px 0px 0 0; float: left;
font-family:Arial; color: #666
}
.news_view .title .date02 .name{
  width:105px; float:right; margin:0 0 0 0px; text-align: right; padding: 0 0 0 0px; 
  color:#2a92ba;
  font-size: 1em; position: relative;
}
.news_view .title .date02 .name:before {
  width:1px;
  height: 15px; display:inline-block; 
  content: '';
  background:#cfcfcf; margin: 0 10px 0 0; 
}

/* -button---------------------------------------------------------------------------------------------------*/
.btn-style01 {
    padding: 0px 20px; 
    margin: 0px 0px 0px 0px; width: auto; text-align:center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9375em; 
    color: #fff;
    line-height: 40px;
    background: #d57449;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  border:none;
  border-radius: 30px;
}
.btn-style01:hover, .btn-style01:nth-child(2):hover{
    background: #885216; color: #fff;
}

/*頁碼*/
div.page {
  font-size: 12px; 
  padding: 0px;
  margin:0px 0px 0px 0px; text-align:center;
  width:100%; height:auto; overflow: hidden;
}
div.page a {
  padding: 3px 8px; margin: 2px; color: #666; background: #FFF; text-decoration: none; border:1px solid #e3e3e3; border-radius: 5px; display:inline-block;
}
div.page a:hover {
  color: #fff; background-color: #d57449
}
div.page .current {
  padding: 3px 8px; color: #fff; background: #d57449; border-radius: 5px;
}
