@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Noto+Serif+TC:wght@300;400;500&display=swap");
/* 
font-family: 'Amiri', serif;英
font-family: 'Noto Serif TC', serif;中文
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  /*margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;*/
}

ul
{
  margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

body {
  margin: 0;
  font-family: "Microsoft JhengHei", "微軟正黑體", "新細明體", "標楷體", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  background-color: #ffefec;
  background: url(../images/bg.png);
  background-repeat: repeat-y;
  background-size: cover;
  /*	margin: 0;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: "微軟正黑體", "新細明體", "標楷體", Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	*/
}

body #wrapAll {
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -webkit-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}

body.load #wrapAll {
  opacity: 1;
}

body .section01 {
  opacity: 0;
  transition: transform 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
  -moz-transition: -moz-transform 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
  -o-transition: -o-transform 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
  -ms-transition: -ms-transform 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
  transform: translate3d(0, 0, 15px);
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  -o-transform: translate3d(0, 15px, 0);
}

body.load .section01 {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
span,
tr,
td,
div {
  /*	padding: 0;
	margin: 0;
	line-height: 1.6em;
	font-family: "微軟正黑體", "新細明體", "標楷體", Arial, Helvetica, sans-serif;*/
}

* {
  -webkit-text-size-adjust: none;
}

a {
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
  text-decoration: none;
}

a:link,
a:visited {
  color: #ffffff;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2d2d2d;
  outline: none;
  text-decoration: none;
}

em {
  font-style: normal;
}

fieldset,
img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

abbr,
acronym {
  border: 0;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0px;
  line-height: 0;
}

/*bootstrap--------------------------------------------------------------------------------*/
.btn-primary,a.btn-primary {
  color: #fff;
  background-color: #efaf34;
  border-color: #efaf34;
}
a.btn-primary:focus,
a.btn-primary.focus,
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ff8245;
  border-color: #ff8245;
}
a.btn-primary:hover,.btn-primary:hover {
  color: #fff;
  background-color: #ff8245;
  border-color: #ff8245;
}


/*放大--------------------------------------------------------------------------------------*/
.zoom_img {
  display: block;
  overflow: hidden;
  position: relative;
}

.zoom_img img {
  vertical-align: bottom;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

a:hover .zoom_img img,
li:hover .zoom_img img,
li:focus .zoom_img img,
li:active .zoom_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*bootstrap---------------------------------------------------------------------------------------*/
.container {
  width: 1400px;
}

@media (max-width: 1440px) {
  .container {
    width: auto;
  }
}

/*------------------------------------------------------------------------------------*/
.page_banner {
  display: block;
}

.page_banner img {
  width: 100%;
  height: auto;
}


/*醫師簡介標題------------------------------------------------------------------------*/
.index_row1 {
  position: relative;
  display: block;
  width: 1000px;
  margin: 40px auto 0 auto;
  height: 490px;
  overflow: hidden;
}

.index_title1 {
  display: block;
  text-align: center;
  color: #333;
  width: 50px;
  border-right: 3px #ffc852 solid;
  padding-bottom: 5em;

}

.index_title1 h1 {
  display: block;
  width: 40px;
  font-family: 'Noto Serif TC', serif;
  font-size: 36px;
  margin: 10px 0;
  color: inherit;
  line-height: 1.2em;
  text-align: center;
}

.index_row1_left {
  float: left;
  display: block;
  width: 100px;
}

.index_row1_center {
  float: left;
  display: block;
  width: auto;
  padding-top: 50px;
  font-family: 'Noto Serif TC', serif;
  letter-spacing: 0.05em;
  line-height: 2em;
}

.index_row1_right {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.index_row1_right_img {
  width: 407px;
  height: 407px;
  border-radius: 50%;
  overflow: hidden;
}

.index_row1_right_img img {
  width: 100%;
  height: auto;
}

@media(max-width:1200px) {
  .index_row1 {
    width: 90%;
    height: 400px;

  }

  .index_row1_right_img {
    width: 300px;
    height: 300px;

  }

  .index_row1_left {
    width: 80px;
  }

  .index_row1_center {
    line-height: 1.8em;
  }

  .index_row1_right {
    top: 20px;

  }

  .index_title1 h1 {
    width: 32px;
    font-size: 30px;

  }
}

@media(max-width:800px) {
  .index_row1 {
    height: 380px;
    margin-top: 20px;
  }

  .index_row1_left {
    float: none;
    display: block;
    width: auto;
    text-align: left;
  }

  .index_title1 {
    display: block;
    text-align: left;
    width: auto;
    border-right: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .index_title1 h1 {
    display: inline-block;
    width: auto;
    font-size: 30px;
    text-align: left;
    line-height: 1.8em;
    border-bottom: 3px #ffc852 solid;
  }

  .index_row1_center {
    padding-top: 0;
    font-family: 'Noto Serif TC', serif;
  }

  .index_row1_right {
    top: 50px;
  }

  .index_row1_right_img {
    width: 250px;
    height: 250px;
  }
}

@media(max-width:640px) {
  .index_row1 {
    height: 340px;
  }

  .index_title1 h1 {
    font-size: 26px;
  }

  .index_row1_right_img {
    width: 200px;
    height: 200px;
  }
}

@media(max-width:560px) {
  .index_row1 {
    margin: 0 auto 0 auto;
    height: auto;
  }

  .index_row1_left {
    display: block;
    width: 100%;
    text-align: center;
  }

  .index_title1 {
    text-align: center;
  }


  .index_row1_right {
    position: absolute;
    float: none;
    display: block;
    width: 100%;
    top: 80px;
    right: auto;
    left: 0;
    text-align: center;
  }

  .index_row1_right_img {
    display: inline-block;
    width: 200px;
    height: 200px;
  }

  .index_row1_center {
    float: none;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
  }
}

@media(max-width:480px) {
  .index_row1_center {
    width: 94%;
  }
}


/*首頁看診時間表-------------------------------------------------------------*/
.index_row2 {
  display: block;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto 0 auto;
}

.index_row2_left {
  float: left;
  width: 40%;
}

.index_row2_right {
  float: left;
  width: 57%;
  margin-left: 3%;
}

.index_row2_img {
  width: 449px;
}

.index_row2_img img {
  width: 100%;
  height: auto;
}

.index_row2_title_box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 30px;

}

.index_row2_title {
  font-family: 'Noto Serif TC', serif;
  width: 200px;
}

.index_row2_title img {
  width: 100%;
  height: auto;
}

.index_row2_ps {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-family: 'Noto Serif TC', serif;
  color: #ff7b63;
  letter-spacing: 0.1em;
}

.time_table {
  border: 1px solid #ff9482;
}

.time_table>thead>tr>th,
.time_table>tbody>tr>th,
.time_table>tfoot>tr>th,
.time_table>thead>tr>td,
.time_table>tbody>tr>td,
.time_table>tfoot>tr>td {
  border: 1px solid #ffaa9b;
}

.time_table tr th,
.time_table tr td {
  border-bottom-width: 2px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif TC', serif;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.time_table tr th {
  background-color: #ffd5ce !important;
}

.time_table tr td {
  background-color: #fff !important;
}

.time_table tr td i {
  color: #ff9482;
}

@media(max-width:1280px) {
  .index_row2 {
    width: 90%;
    margin: 0 auto 0 auto;
  }

  .index_row2_left {
    float: left;
    width: 40%;
    padding-top: 3%;
  }

  .index_row2_img {
    width: 100%;
  }

  .index_row2_right {
    float: left;
    width: 57%;
    margin-left: 3%;
  }
}

@media(max-width:800px) {
  .index_row2_left {
    display: none;
  }

  .index_row2_right {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .index_row2_title {
    width: 170px;
  }
}

@media(max-width:440px) {
  .index_row2_title {

    margin-bottom: 10px;
  }

  .index_row2_ps {
    position: static;

  }
}

/*首頁地理位置------------------------------------------------------------------------*/
.index_row3 {
  display: block;
  width: 1300px;
  overflow: hidden;
  margin: 30px auto;
  text-align: center;
}

.index_row3_title {
  display: inline-block;
  border-bottom: 3px #ffb33a solid;
  font-family: 'Noto Serif TC', serif;
  line-height: 1.8em;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
  padding: 0;
  color: #333;
}


.index_row3_left {
  float: left;
  width: 30%;
}

.index_row3_right {
  float: left;
  width: 68%;
  margin-left: 2%;
}

.index_row3_map {
  display: block;
  margin-bottom: 10px;
}

.index_row3_map span,
.index_row3_map a {
  font-family: 'Noto Serif TC', serif;
  display: inline;
  letter-spacing: 0.1em;
  color: #333;
}

.index_row3_map i {
  display: inline;
  padding-right: 10px;
}

@media(max-width:1440px) {
  .index_row3 {
    width: 100%;
    margin: 0 auto;
  }

  .index_row3_left {
    display: none;
  }

  .index_row3_right {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }

  .index_row3_map {
    margin-bottom: 0;
  }
}


/*google_map-------------------------------------------------*/
.google_map {
  display: block;
  width: 100%;
}

/*---bg01--------------------------------------------------------------------------------------------------------*/
.bg01 {
  background: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  padding: 50px 0;
  background-attachment: fixed;
  text-align: center;
  /*	margin-top: 150px;*/
  display: block;
  overflow: hidden;
}

/*通用標題-----------------------------------------------*/
.page_title,
.page_title2 {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  font-family: 'Noto Serif TC', serif;
  color: #ffffff;
}

.page_title h1,
.page_title2 h1 {
  display: block;
  line-height: 1.8em;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}


/*有底線*/
.page_title2 {
  display: inline-block;
  margin-bottom: 10px;
}

.page_title2 h1 {
  padding: 0 1em;
  border-bottom: 2px #e68070 solid;
}

@media(max-width:540px) {

  .page_title,
  .page_title2 {
    margin-bottom: 5px;
  }

  .page_title h1,
  .page_title2 h1 {
    font-size: 24px;
  }
}


/*醫師簡介------------------------------------------------------------------*/

.dr_row1 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.dr_row1_left {
  position: absolute;
  top: 100px;
  left: 50px;
  display: block;
  width: 360px;
  z-index: 100;
}

.dr_row1_right {
  float: right;
  width: 523px;
  text-align: right;
  z-index: 99;
}

.dr_title1 {
  display: inline-block;
  font-family: 'Noto Serif TC', serif;
  border-bottom: 2px solid #ffc852;
  margin-bottom: 2em;
}

.dr_title1 h1 {
  font-size: 32px;
}

.dr_text {
  display: block;
  font-family: 'Noto Serif TC', serif;
  line-height: 2em;
  padding-left: 1em;
}

.dr_row1_img {
  display: inline-block;
  position: relative;
  width: 523px;
  height: 650px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.dr_row1_img img {
  width: 100%;
  height: auto;
}

@media(max-width:1280px) {
  .dr_row1 {
    width: 75%;
  }

  .dr_row1_right {
    width: 450px;

  }

  .dr_row1_img {
    width: 450px;
    height: 600px;
  }
}

@media(max-width:1024px) {
  .dr_row1 {
    width: 80%;
  }

  .dr_row1_left {
    top: 50px;
    left: 0px;
  }

  .dr_row1_right {
    width: 400px;

  }

  .dr_row1_img {
    width: 400px;
    height: 500px;
  }
}


@media(max-width:900px) {
  .dr_row1 {
    width: 95%;
  }

  .dr_row1_left {
    top: 20px;
    left: 20px;

  }

  .dr_title1 h1 {
    font-size: 28px;
  }

  .dr_row1_right {
    margin-top: 70px;
    width: 350px;
    margin-bottom: 70px;
    margin-right: 30px;

  }

  .dr_row1_img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    background: #b3a3a1;
    text-align: center;
  }
}

@media(max-width:768px) {
  .dr_row1_right {
    margin-top: 70px;
    width: 300px;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .dr_row1_img {
    width: 300px;
    height: 300px;
  }
}


@media(max-width:480px) {
  .dr_row1_left {
    position: static;
    float: none;
    padding: 0;
    width: 90%;
    margin: 10px auto;
  }

  .dr_title1 {
    display: block;
    border-bottom: 2px solid #ffc852;
    margin-bottom: 10px;
  }

  .dr_text {
    line-height: 1.8em;
    margin-left: 0;
    padding-left: 0;
  }


  .dr_row1_right {
    position: static;
    float: none;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    height: auto;
    min-height: inherit;
  }


  .dr_title1 h1 {
    font-size: 24px;
  }


}

/*最新消息---------------------------------------------------------------*/
.news_row {
  position: relative;
  display: block;
  margin: 30px auto;
  width: 1000px;
  z-index: 99;
  min-height: 400px;
  font-size: 15px;
  font-family: 'Noto Serif TC', serif;
  text-align: center;
  line-height: 1.8em;
}



.th_row,
.td_row {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}

.th_row {
  border-bottom: 1px solid #f7bdb4;
  border-top: 2px solid #e8624c;
  background: rgba(255, 217, 194, 0.5);
}

.td_row {
  border-bottom: 1px solid #f7bdb4;
}

.td_row:hover {
  background: rgba(255, 217, 194, 0.15);
}

.td1 {
  float: left;
  width: 18%;
  text-align: center;


}

.td2 {
  float: left;
  width: 67%;
  text-align: center;
}

.td3 {
  float: left;
  width: 15%;
  text-align: center;
}


.td_row .no {
  display: none;
}

.td_row .td2 {
  text-align: left;
}



@media(max-width:1200px) {
  .news_row {
    width: 90%;
  }
}

@media(max-width:800px) {
  .td1 {

    width: 22%;


  }

  .td2 {

    width: 58%;

  }

  .td3 {

    width: 20%;

  }
}

@media(max-width:540px) {
  .news_row {
    margin: 0 auto 30px auto;
    height: auto;
    min-height: inherit;

  }

  .th_row {
    display: none;
  }

  .news_list .td_row:nth-child(2) {
    border-top: 2px solid #e8624c !important;
  }

  .news_list .td_row:last-child {
    border: none;
  }

  .td_row {
    position: relative;
  }





  .td1 {
    float: none;
    width: auto;
    text-align: left;
    margin-bottom: 0.5em;

  }

  .td2 {

    float: none;
    width: auto;
    text-align: left;
  }

  .td3 {

    float: none;
    width: auto;
    text-align: right;
  }

  .td_row .no {
    display: inline;
  }


}

/*醫師文章-------------------------------------------------------------------------*/
.articles_row {
  width: 1240px;
  display: block;
  margin: 30px auto;
  text-align: center;
}

.articles_ul {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.articles_ul li {
  float: left;
  width: 23%;
  margin: 1%;
}

.img01 {
  display: block;
  width: 100%;
}

.img01 img {
  width: 100%;
  height: auto;
}

.articles_ul li .time01 {
  margin: 10px 0 5px 0;
  display: block;
  font-family: 'Noto Serif TC', serif;
  color: #d5d1ce;
  text-align: left;
}

.articles_title {
  margin: 3px 0;
  display: block;
  font-size: 18px;
  font-family: 'Noto Serif TC', serif;
  color: #333;
  letter-spacing: 0.05em;
  color: #ffffff;

  text-align: left;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.figcaption {
  font-size: 15px;
  line-height: 1.6em;
  height: 3.2em;
  overflow: hidden;
  text-align: left;
}

.figcaption p {
  font-size: 15px;
  line-height: 1.6em;
  font-family: 'Noto Serif TC', serif;
  color: #d5d1ce;

}

@media(max-width:1366px) {
  .articles_row {
    width: 94%;

  }
}

@media(max-width:1024px) {
  .articles_row {
    width: 96%;
  }
}

@media(max-width:900px) {
  .articles_ul li {
    float: left;
    width: 30.33%;
    margin: 1.5%;
  }

  .articles_ul li .time01 {
    margin: 8px 0 0 0;
  }

  .articles_title {
    margin: 0;

  }

}

@media(max-width:540px) {
  .articles_ul li {
    float: left;
    width: 47%;
    margin: 1.5%;
  }
}

/*內容頁-------------------------------------------------------------------------------*/
.page_content {
  display: block;
  width: 1010px;
  margin: 10px auto 30px auto;
  text-align: left;
}

.page_row {
  display: block;
  overflow: hidden;
}

.page_title_left,.page_title_left2 {
  display: block;
  font-family: 'Noto Serif TC', serif;
  line-height: 1.6em;
}

.page_title_left h1,.page_title_left2 h1 {
  font-size: 32px;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  color: #e3e0de;
}

.page_title_left2 h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #e3e0de;
  border-top: 2px solid #e3e0de;
  border-bottom: 2px solid #e3e0de;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page_sub_title {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Noto Serif TC', serif;
}

@media(max-width:1160px) {
  .page_content {
    width: 90%;
  }
}


/*服務療程-------------------------------------------------------*/
.service_row {
  display: block;
  margin: 30px auto;
  width: 1200px;
  text-align: center;
  overflow: hidden;
}

.service_area {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 30px;
}

.service_item {
  float: left;
  width: 30.33%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  display: block;
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 25px;
  margin-bottom: 60px;
  text-align: left;
}

.service_item:nth-child(2),
.service_item:nth-child(5),
.service_item:nth-child(8),
.service_item:nth-child(11),
.service_item:nth-child(14),
.service_item:nth-child(17) {
  margin-top: 60px;
  margin-bottom: 0;
}


.service_ul_header {
  display: block;
  overflow: hidden;
  height: 200px;
}

.service_ul_title {
  font-size: 20px;
  line-height: 1.6em;
  font-family: 'Noto Serif TC', serif;
  color: #e68070;
  height: 3.2em;
  overflow: hidden;
  margin-bottom: 8px;
  transition: color 0.3s ease-in-out;
}

.service_ul_header:hover .service_ul_title {
  color: rgb(236, 86, 41);
}


.service_ul_title p {
  font-size:inherit;
  line-height: 1.6em;
  font-family: 'Noto Serif TC', serif;
  color: inherit;

}

.service_ul_text {
  font-size: 15px;
  line-height: 1.6em;
  font-family: 'Noto Serif TC', serif;
  color: #444;
  height: 6.4em;
  overflow: hidden;
}


.service_ul_text p {
  font-size: 15px;
  line-height: 1.6em;
  font-family: 'Noto Serif TC', serif;
  color: inherit;

}

.service_ul_btn {
  display: block;
  text-align: right;
  margin-top: 15px;
}

.service_ul_btn a {
  display: inline-block;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px 16px;
  background: #f2b237;
  color: #fff;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -webkit-transition: background 250ms;
  margin-bottom: 15px;
}

.service_ul_btn a:hover {
  background-color: #ee6441;
}

@media(max-width:1360px){
  .service_row {
    margin: 20px auto;
    width: 96%;
  }
}

@media(max-width:800px){ 
  .service_row {
    margin: 10px auto;
  }

  .service_area {
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .service_item {   
    width: 47%;
    margin:20px 1.5%;  
    padding: 15px 20px;
  }
  
  .service_item:nth-child(2),
  .service_item:nth-child(5),
  .service_item:nth-child(8),
  .service_item:nth-child(11),
  .service_item:nth-child(14),
  .service_item:nth-child(17) {
    margin:20px 1.5%;  
  }
}

@media(max-width:480px){ 


  .service_item {   
    width: 44%;
    margin:10px 3%;  
  }
  .service_item:nth-child(2),
  .service_item:nth-child(5),
  .service_item:nth-child(8),
  .service_item:nth-child(11),
  .service_item:nth-child(14),
  .service_item:nth-child(17) {
    margin:10px 3%;   
  }

  .service_item {  
    padding: 15px 20px;	   /* 20250604 ming */	
    background: #ffffff;   /* 20250604 ming */
  }
  .service_ul_btn a {
    display: none;
    margin-bottom: 0;
  }

  .service_ul_header {
    display: block;
    overflow: hidden;
    height: 170px;
  }

  .service_ul_title {
    font-size: 16px;
   
  }

}

/*btn_row-------------------------------------------------------------------------*/
.btn_row{
display: block;
text-align: center;
margin-top: 30px;
}


/*---footer--------------------------------------------------------------------------------------------------------------*/

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  clear: both;
  background: #000000;
  color: #fff;
  font-family: 'Noto Serif TC', serif;
  text-align: center;
  padding-bottom: 1.5em;
  z-index: 99;
  width: 100%;
}

.footer_nav {
  display: inline-block;
  margin: 1em 0 0.5em 0;
  padding: 0;
  overflow: hidden;
}

.footer_nav li {
  display: block;
  float: left;
  color: inherit;
  margin-right: 1.5em;
  letter-spacing: 0.1em;
  padding: 10px 20px;
}

.footer_nav li b {
  display: block;
  letter-spacing: 0;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
}

.footer_nav li a {
  display: block;
  color: inherit;
}


footer p {
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0 0 0.5em 0;
}

@media(max-width:780px) {
  footer {
    padding: 20px;
  }

  .footer_nav {
    display: none;
  }

}



/*側欄選單----------------------------------------------------------------------------------*/

#main-menu {}

#main-menu>li>a {
  display: block;
  border-bottom: 1px #ccc solid;
}

.active-menu {
  background-color: #34a2d0 !important;
  color: #fff !important;
}

/* #main-menu li ul li a:last-child {
  border-bottom: 1px #ccc solid;
} */

.nav-second-level li {
  border-bottom: none !important;
}

.nav-second-level li a {
  padding-left: 37px;
}

.nav-second-level>li:last-child {
  border-bottom: 1px #ccc solid !important;
}

.dropDown>a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  width: auto;
  color: #666;
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.active.dropDown>a:after {
  color: inherit;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.active.dropDown>a:after {
  color: inherit;
}

.dropDown>a:after {
  color: inherit;
}

/*商品內容頁==================================================================*/
/*map列-----------------------------------------------------*/
.page_map_row {
  display: block;
  overflow: hidden;
  font-size: 15px;
  padding-bottom: 10px;
}

.page_map_left {
  float: left;
}

.page_map {
  display: inline-block;
  line-height: 35px;
  vertical-align: middle;
  margin-top: 5px;
}

.page_map_right {
  float: right;
  line-height: 35px;
  margin-top: 5px;
}

@media(max-width:414px) {
  .page_map_left {
    float: none;
    display: block;
  }

  .page_map_right {
    float: none;
    display: block;
    line-height: 1em;
    margin-top: 15px;
  }
}

/*圖文內容區------------------------------------------*/
.pro_content {
  display: block;
  margin-top: 10px;
  border-bottom: 1px #ccc solid;
  padding-bottom: 20px;
  overflow: hidden;
}

@media(max-width:414px) {
  .pro_content {
    margin-top: 0;
  }
}

.pro_img {
  float: left;
  width: 48.5%;
  margin-right: 1.5%;
}

.pro_left {
  float: left;
  width: 48.5%;
  margin-left: 1.5%;
}

.pro_title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2em;
  color: #34a2d0;
}

.fck_content {
  clear: both;
  display: block;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px #ccc solid;
}

.pro_left .pro_left_summary {
  font-size: 15px;
  line-height: 1.5em;
}

@media(max-width:640px) {
  .pro_img {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .pro_left {
    display: block;
    float: none;
    width: 100%;
    margin: 2em 0 0 0;
  }
}

/*-產品縮圖及大圖------------------------------------------------------------------------------------------*/
.img_box {
  width: 100%;
  margin: 0;
}

/*JQuery*/

.showbox {
  width: 100%;
  margin: 0 auto;
  border: 1px #ccc solid;
  overflow: hidden;
}

.showbox img {
  width: 100%;
  height: auto;
}

.thumb_img {
  width: 100%;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.thumb_img li {
  float: left;
  width: 19.2%;
  margin-top: 1%;
  margin-right: 1%;
  border: 1px #ccc solid;
}

.thumb_img li:nth-child(5),
.thumb_img li:nth-child(10),
.thumb_img li:nth-child(15),
.thumb_img li:nth-child(20) {
  margin-right: 0;
}

.thumb_img li a {
  display: block;
  border: 1px solid #ccc;
  vertical-align: bottom;
}

.thumb_img li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media(max-width:360px) {

  .thumb_img li {
    float: left;
    width: 24.2%;
    margin-top: 1%;
    margin-right: 1%;
    border: 1px #ccc solid;
  }

  .thumb_img li:nth-child(5),
  .thumb_img li:nth-child(10),
  .thumb_img li:nth-child(15),
  .thumb_img li:nth-child(20) {
    margin-right: 1%;
  }

  .thumb_img li:nth-child(4),
  .thumb_img li:nth-child(8),
  .thumb_img li:nth-child(12),
  .thumb_img li:nth-child(16),
  .thumb_img li:nth-child(20) {
    margin-right: 0;
  }


}

/*商品展示------------------------------------------------------------------------------*/
.pro_sub_title {
  display: block;
  border-left: 3px #34a2d0 solid;
  padding-left: 0.5em;
}

.pro_sub_title h3 {
  font-size: 18px;
  font-weight: bold;
}

.products_list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.products_list li {
  position: relative;
  float: left;
  width: 24%;
  margin: 0.5%;
  border: 1px #ccc solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}

.products_list li img {
  width: 100%;
  height: auto;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.products_list li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.products_list_mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 162, 208, 0.75);
  opacity: 0;

  transition-property: opacity;
  transition-duration: 0.5s;
  /* Firefox 4 */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.5s;
  /* Safari and Chrome */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 0.5s;
}

.products_list li:hover .products_list_mark {
  display: block;
  opacity: 1;
}

.products_list_caption {
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.products_list_caption h3 {
  font-size: 18px;
}

.products_list_caption span {
  font-size: 16px;
}

/*副選單--------------------------------------------------------------------------------------*/
.sub_menu_row {
  text-align: center;
  display: block;
}

.page_sub_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.page_sub_menu li {
  display: inline-block;



}

.page_sub_menu li a {
  background: #5fb3ce;
  display: block;
  padding: 0.3em 1.5em;
  font-size: 15px;
  color: #FFF;
  letter-spacing: 0.05em;
}

.page_sub_menu li a:hover {
  background: #627074;
}


/*fck的外圍---------------------------------------------------------------------------------------*/
.fck_row {
  margin-top: 15px;
  margin-bottom: 30px;
}

/*以下是MING加入 */
.int_p {
  display: block;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 20px;
}

.int_img {
  display: block;
  margin-bottom: 40px;
}

.int_img img {
  width: 100%;
  height: auto;
}
.comm_ad_top, .comm_ad, .comm_list {
	clear: both;
	display: block;
	overflow: hidden;
}


/*產品products_ul-----------------------------------------------------*/
.page_content2 {
	display: block;
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.products_ul {
	display: block;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
.products_ul li {
	float: left;
	width: 23%;
	margin: 1%;
}
.products_ul li img {
	width: 100%;
	height: auto;
}
.products_text {
	margin-top: 8px;
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5em;
	width: auto;
	height: 3em;
}
.products_text p {
	line-height: 1.5em;
	color: #ffffff;
}
 @media(max-width:1680px) {
.page_content2 {
	width: 90%;
}
}
@media(max-width:1440px) {
.page_content2 {
	width: 96%;
}
}
@media(max-width:960px) {
.products_ul li {
	width: 31.33%;
	margin: 1%;
}
}
@media(max-width:640px) {
.products_ul li {
	width: 46%;
	margin: 2%;
}
}


.content_row{
	margin-top: 10px;
	margin-bottom: 10px;
}