@charset "utf-8";
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}

html,body {
	font-family: "Noto Sans TC", sans-serif;
	font-size:15px;
	width:100%;
	height:100%;
	-ms-overflow-style: scrollbar;
  background-color: #f9f9f9;
}

a:link {
	color:#3e3a39;
	text-decoration: none;
}
a:visited {
	color:#3e3a39;
	text-decoration: none;
}
a:hover {
	color:#0066cc;
	text-decoration: none;
}
a:active {
	color:#3e3a39;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}

/* 三欄式自動調幅版面--------------------------------------------- */


#header {
	width:100%;
	display:block;
	margin: auto;
  background: #FFF;
}
  .header_block {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 29px 20px 20px 20px;
    position: relative;
  }
  .logo {
    width: 30%;
    float: left; 
  }
    .logo img {
      width: 180px;
    }

  .menu {
    width: 70%;
    float: left;
    text-align: right;
    padding-top: 8px;
    display: none;
  }
    .menu > ul {
      list-style: none;
    }
    .menu > ul > li {
      margin-left: 50px;
      font-size: 18px;
      display: inline-block;
    }
    .menu > ul > li a {
      color: #3e3a39;
    }
    .menu > ul > li a:hover {
      color: #0066cc;
    }
  
  .menu_line {
    width: 100%;
    clear: both;
    height: 28px;
    border-bottom: 1px solid #3e3a39;
  }
  .menu_line2 {
    width: 100%;
    clear: both;
    height: 84px;
    border-bottom: 1px solid #3e3a39;
  }

.header_small_open {
  position: absolute;
  right: 20px;
  top: 30px;
  display: block;
}

.header_small_close {
  position: absolute;
  right: 20px;
  top: 30px;
}

.header_small_menu_list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1200;
  background: #FFF;
  padding: 0 20px;
  overflow: hidden;
  display: none;
}

.logo2 {
  position: absolute;
  left: 20px;
  top: 29px;
}

.logo2 img {
  width: 180px;
}

.small_menu {
  width: 100%;
  padding: 75px 0;
  text-align: center;
  font-size: 16px;
  position: relative;
  line-height: 50px;
}

.small_menu a {
  color: #3e3a39;
}

.header_title1 {
  font-size: 14px;
  color: #3e3a39;
  text-align: left;
  padding-top: 14px;
  font-weight: 300;
}


@media only screen and (min-width: 768px) {
  .header_block {
    padding: 25px 34px;
  }
  .logo {
    width: 25%;
    float: left; 
  }
    .logo img {
      width: 220px;
    }

  .menu {
    width: 75%;
    float: left;
    text-align: right;
    padding-top: 8px;
    display: block;
  }
    .menu > ul > li {
      margin-left: 20px;
      font-size: 15px;
    }
  .menu_line {
    height: 28px;
    border-bottom: 1px solid #3e3a39;
  }
  .header_title1 {
    font-size: 15px;
    color: #3e3a39;
    text-align: left;
    padding-top: 15px;
  }
.header_small_open {
  display: none;
}
}

@media only screen and (min-width: 1100px) {
  .header_block {
    padding: 25px 0;
  }
  .logo {
    width: 30%;
    float: left; 
  }
    .logo img {
      width: 300px;
    }

  .menu {
    width: 70%;
    float: left;
    text-align: right;
    padding-top: 8px;
  }
    .menu > ul > li {
      margin-left: 50px;
      font-size: 18px;
    }
  .menu_line {
    height: 28px;
    border-bottom: 1px solid #3e3a39;
  }
}


#banner {
  width: 100%;
  height: 200px;
  position: relative;
  background-position: center center;
}
  .banner_word {
    position: absolute;
    width: 150px;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -75px;
  }

@media only screen and (min-width: 768px) {
#banner {
  width: 100%;
  height: 480px;
  position: relative;
}
  .banner_word {
    position: absolute;
    width: 220px;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -110px;
  }
}

@media only screen and (min-width: 1100px) {
#banner {
  width: 100%;
  height: 480px;
  position: relative;
}
  .banner_word {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    margin-top: -120px;
    margin-left: -150px;
  }
}


#content {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 20px 20px 20px 20px;
}
.content_list {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 15px 20px 15px 20px;
}
.content_list2 {
  font-size: 15px;
  text-align: right;
}
.content_list2 a.active {
  color:#0066cc;
}
.content_list2 a {
  margin-left: 35px;
}
.content_list2 a:first-child {
  margin-left: 0;
}
.content_line {
  height: 15px;
  border-bottom: 1px solid #3e3a39;
}
.content_line2 {
  width: 90px;
  height: 15px;
  border-bottom: 6px solid #0066cc;
}
.content_title1 {
  font-size: 20px;
  font-weight: 700;
  color: #0066cc;
  text-align: left;
  letter-spacing: 1px;
}
.content_title2 {
  font-size: 14px;
  color: #0066cc;
  text-align: left;
  padding-top: 5px;
}
.content_clear {
  height: 50px;
  clear: both;
}
.content_list3 {
  float: right;
}

@media only screen and (min-width: 768px) {
#content {
  padding: 20px 34px 30px 34px;
}
.content_list {
  padding: 20px 20px 20px 20px;
}
.content_list2 {
  font-size: 15px;
  text-align: right;
}
.content_list2 a {
  margin-left: 40px;
}
.content_line {
  height: 15px;
}
.content_line2 {
  width: 110px;
  height: 15px;
}
.content_title1 {
  font-size: 24px;
}
.content_title2 {
  font-size: 14px;
  padding-top: 5px;
}
.content_clear {
  height: 60px;
}
}

@media only screen and (min-width: 1100px) {
#content {
  padding: 20px 0 80px 0;
}
.content_list {
  padding: 20px 0px 20px 0px;
}
.content_list2 {
  font-size: 18px;
  text-align: right;
}
.content_list2 a {
  margin-left: 50px;
}
.content_line {
  height: 15px;
}
.content_line2 {
  width: 130px;
  height: 15px;
}
.content_title1 {
  font-size: 30px;
}
.content_title2 {
  font-size: 16px;
  padding-top: 5px;
}
.content_clear {
  height: 80px;
}
}




.news_1 {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #666666;
  text-align: left;
}
  .news_1 a {
    color: #666666;
  }
  .news_1 a:hover {
    color: #0066cc;
  }
.news_2 {
  width: 100%;
  float: left;
  font-family: 'arial';
  font-size: 15px;
  color: #666666;
  text-align: right;
  padding-top: 15px;
}
.news_3 {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #666666;
  text-align: left;
}
  .news_3 a {
    color: #666666;
  }
  .news_3 a:hover {
    color: #0066cc;
  }
.news_line {
  height: 20px;
  border-bottom: 1px solid #666;
  clear: both;
}
.news_clear {
  height: 20px;
  clear: both;
}

@media only screen and (min-width: 768px) {
.news_1 {
  width: calc(100% - 100px);
  font-size: 16px;
  text-align: left;
}
.news_2 {
  width: 100px;
  font-size: 16px;
  text-align: right;
  padding-top: 0;
}
.news_3 {
  width: 100%;
  font-size: 16px;
  text-align: left;
}
.news_line {
  height: 20px;
}
.news_clear {
  height: 20px;
}
}

@media only screen and (min-width: 1100px) {
.news_1 {
  width: calc(100% - 100px);
  font-size: 18px;
  text-align: left;
}
.news_2 {
  width: 100px;
  font-size: 18px;
  text-align: right;
}
.news_3 {
  width: 100%;
  font-size: 18px;
  text-align: left;
}
.news_line {
  height: 20px;
}
.news_clear {
  height: 20px;
}
}


.corporate1 {
  width: 100%;
  background: #F9F9F9;
}

.corporate2 {
  width: 100%;
  background: #FFF;
}
.corporate_block {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 50px 20px;
}

.corporate_title1 {
  font-size: 18px;
  font-weight: 500;
  color: #0066cc;
}
.corporate_title2 {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #3e3a39;
}
.corporate_title3 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #3e3a39;
}

.corporate_clear {
  height: 25px;
  clear: both;
}
.corporate_icon {
  height: 50px;
  background: url("../images/enlarge.svg") 8px 22px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 300;
  padding-top: 20px;
  color: #0066cc;
  display: block;
}

@media only screen and (min-width: 768px) {
.corporate_block {
  padding: 60px 34px;
}

.corporate_title1 {
  font-size: 20px;
}
.corporate_title2 {
  font-size: 16px;
  line-height: 30px;
}
.corporate_title3 {
  font-size: 18px;
  line-height: 30px;
}
.corporate_clear {
  height: 30px;
}
.corporate_icon {
  display: none;
}
}

@media only screen and (min-width: 1100px) {
.corporate_block {
  padding: 75px 0;
}

.corporate_title1 {
  font-size: 24px;
}
.corporate_title2 {
  font-size: 18px;
  line-height: 36px;
}
.corporate_title3 {
  font-size: 20px;
  line-height: 36px;
}
.corporate_clear {
  height: 50px;
}
}




#footer {
  width: 100%;
  background: #3e3a39;
  overflow: hidden;
}
  .footer_block {
    width: 100%;
    height: 180px;
    max-width: 1100px;
    margin: auto;
    position: relative;
    padding-top: 25px;
  }
.footer_title1 {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  color: #FFF;
  display: none;
}
.footer_title2 {
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  display: block;
}
.footer_title1 a, .footer_title2 a {
  color: #FFF;
  padding: 0 10px;
}
.footer_title1 a:hover, .footer_title2 a:hover {
  color: #0066cc;
}
.copyright {
  font-size: 12px;
  color: #666666;
  font-weight: 300;
  text-align: center;
  padding-top: 60px;
}
.footer_logo {
  position: absolute;
  right: 50%;;
  bottom: 55px;
  margin-right: -90px;
}
.footer_logo img {
  width: 180px;
}

@media only screen and (min-width: 768px) {
.footer_block {
  height: 150px;
  padding: 35px 34px 0 34px;
}
.footer_title1 {
  font-size: 15px;
  text-align: left;
  display: block;
}
.footer_title2 {
  display: none;
}
.footer_title1 a {
  padding: 0 10px;
}
.copyright {
  font-size: 12px;
  padding-top: 35px;
  text-align: left;
}
.footer_logo {
  right: 34px;
  bottom: 40px;
  margin-right: 0px;
}
.footer_logo img {
  width: 220px;
} 
}

@media only screen and (min-width: 1100px) {
.footer_block {
  height: 150px;
  padding: 35px 0px 0 0px;
}
.footer_title1 {
  font-size: 15px;
}
.footer_title1 a {
  padding: 0 10px;
}
.copyright {
  font-size: 12px;
  padding-top: 35px;
}
.footer_logo {
  right: 0;
  bottom: 40px;
}
.footer_logo img {
  width: 300px;
}
}






.owl-carousel {
  width: 100%;
  height: 100%;
}
.owl-stage-outer, .owl-stage {
  width: 100%;
  height: 100%;
}
.owl-item {
  width: 100%;
  height: 100%;

}

.item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.owl-dots {
  position: absolute;
  margin: auto;
  text-align: center;
  width: 100%;
  bottom: 60px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}

.owl-theme .owl-dots .owl-dot span{
  background: #FFF;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0066cc;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #0066cc;
}

@media only screen and (min-width: 768px) {
.owl-dots {
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
}
}


ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li.disabled{
  color: #999999;
  background-color: #ddd;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

ul.pagination li a {
    color: #999999;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #0066cc;
    color: white;
    border: 1px solid #0066cc;
}

ul.pagination li a:hover:not(.active) {background-color: #0066cc; color: #FFF;}