/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*, *::after, *::before {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/*	font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*---------------------------------------------------------------------*/
/*  csr
/*---------------------------------------------------------------------*/

.ezalbum .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #e3e3e3;
  opacity: 1;
}

.ezalbum .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 0 2px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}

.ezalbum .swiper-pagination-bullet-active {
  background-color: #9f841b;
}

.ezalbum .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 10px;
  margin-right: 10px;
}

.ezalbum .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 50px;
}

.ezalbum .ez_img {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 650px) {
  .ezalbum .swiper-pagination {
    margin-top: 25px;
  }
}

.page_content > * {
  opacity: 0;
}

.t1 {
  position: relative;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 30px;
}

.ezalbum {
  padding-bottom: 40px;
}

.csr_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-top: 80px;
  padding-bottom: 60px;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #000;
}

.tab_blk {
  width: 33.33%;
  border-right: 1px solid #a9a9a9;
  box-sizing: border-box;
}

.tab_blk:nth-child(2) {
  padding-right: 3%;
  padding-left: 3%;
}

.tab_blk:last-child {
  padding-right: 3%;
  padding-left: 3%;
  border-right: 0;
}

.tab_title {
  margin-bottom: 30px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tab_content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab_content1 .img {
  position: relative;
  width: 127px;
  height: 127px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.tab_content1 .article {
  position: relative;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}

.tab_content1 .art_title {
  margin-bottom: 10px;
  color: #515151;
  font-size: 15px;
  line-height: 1.6em;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.tab_content1 .art_title span {
  display: inline-block;
  text-align: left;
}

.tab_content1 .art_date {
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tab_content1 .art_more {
  position: absolute;
  bottom: 20px;
  color: #333;
  font-size: 16px;
}

.tab_content2 {
  margin-bottom: 20px;
  padding-right: 10px;
  color: #515151;
  font-size: 15px;
  line-height: 1.6em;
}

.tab_content2 span {
  display: inline-block;
  min-height: 50px;
}

.boxarea {
  margin-bottom: 60px;
}

.box_swiper .swiper-slide {
  padding: 30px 40px;
  width: 277px;
  height: 220px;
  border: 1px solid #b1b1b1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.box_swiper .swiper-slide:last-child {
  margin-right: 0;
}

.box_swiper .swiper-slide p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.box_swiper .blue_t {
  margin-bottom: 20px;
  color: #063972;
  font-weight: 700;
  font-size: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.box_swiper .blue_t sub {
  font-size: 18px;
}

.box_swiper .swiper_ctr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 110px;
}

.box_swiper .box-prev {
  position: absolute;
  left: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../images/arrow.png");
  background-position: right center;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 55px;
  height: 100%;
}

.box_swiper .box-prev:after {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #000;
  content: '';
  width: 43px;
  height: 1px;
}

.box_swiper .box-next {
  position: absolute;
  right: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../images/arrow.png");
  background-position: right center;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 55px;
  height: 100%;
}

.box_swiper .box-next:after {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #000;
  content: '';
  width: 43px;
  height: 1px;
}

.box_swiper .swiper-button-disabled {
  opacity: 0.3;
}

.box_swiper .swiper-pagination {
  color: #d0d0d0;
  font-size: 14px;
  font-family: Microsoft JhengHei;
}

.box_swiper .swiper-pagination-custom {
  bottom: inherit;
}

.box_title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3em;
}

.mediablk {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
  padding-top: 65px;
  border-top: 1px solid #000;
}

.mediablk .youtube {
  position: relative;
  width: 65%;
  height: 440px;
}

.mediablk .youtube iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

.mediablk .facebookblk {
  position: relative;
  width: 30%;
  height: 100%;
}

.hrefbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 305px;
  width: 100%;
  height: 66px;
  background: #af5797;
  background: -moz-linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -webkit-linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -webkit-linear-gradient(340deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -o-linear-gradient(340deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  color: #333;
  font-weight: 700;
  font-size: 16px;
}

.hrefbox span {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 1150px) {
  .csr_tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
    width: 100%;
    height: 550px;
    border-top: 0;
  }

  .tab_content1 .art_title{
    text-align: center;
  }

  .tab_title {
    font-size: 18px;
  }
  .tab_blk {
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: 50%;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
  }
  .tab_blk:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
    width: 40%;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .tab_blk:last-child {
    margin-bottom: 0;
    padding: 0;
    width: 40%;
    border-bottom: 0;
  }
  .tab_content1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
  .hrefbox {
    margin: 0 auto;
  }
  .tab_content1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab_content1 .img {
    position: relative;
    margin: 0 auto 30px;
    width: 250px;
    height: 250px;
    background-color: #666;
  }

  .tab_content1 .art_more {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  .tab_content1 .article {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
  }
  .tab_content2 {
    padding-right: 0;
    height: auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .tab_content2 span {
    text-align: left;
  }
  .mediablk {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}

.product_box2 {max-width: 358px; margin: 0 16px 40px;}
.product_box2 > div.product_box_menu {display: flex; flex-wrap: wrap; padding: 15px 0;}
.product_box2 > div.product_box_menu > div {width: 50%; padding: 8px 0 8px 20px; position: relative; z-index: 1;}
.product_box2 > div.product_box_menu > div::before {content: ''; width: 5px; height: 5px; border-radius: 5px; background: #515151; position: absolute; left: 8px; top: 13px;}
.product_box_link {display: flex; flex-wrap: wrap; justify-content: flex-end; position: relative; z-index: 1;}
.product_box2 > div.product_box_menu > div a {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical;}
.product_box_link > span {background: #fff; padding: 0 0 0 10px;}

@media only screen and (min-width: 1025px) {
  .hrefbox:hover span {
    background-color: transparent;
    color: #fff;
  }
}

@media only screen and (max-height: 800px) and (min-width: 1300px){
  .tab_content1 .img{
    width: 90px;
    height: 90px;
  }
  .tab_content1{
    height: 70%;
  }
}

@media only screen and (max-width: 1150px) {
  .t1 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .boxarea,
  .mediablk {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 66px);
  }
  .csr_tab {
    margin-right: auto;
    margin-left: auto;
    height: 550px;
  }

    .tab_content1 .art_title{
      text-align: center;
    }

}

@media only screen and (max-width: 650px) {
  
  .tab_content1 .art_title{
    text-align: left;
    }
    .tab_content1 .img{
      display: none;
    }
    .tab_content1 .article{
      padding-left: 0;
    }
  .t1 {
    padding-right: 33px;
    padding-left: 33px;
    font-size: 28px;
  }
  .csr_tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    padding-left: 33px;
    padding-right: 33px;
  }

  .box_swiper .swiper-slide{
      height: 175px;
  }
  .tab_content1 {
    border-right: 0;
  }
  .tab_blk {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .tab_blk:nth-child(2) {
    width: 100%;
  }
  .tab_blk:nth-child(3) {
    width: 100%;
  }
  .tab_title {
    text-align: left;
  }
  .boxarea {
    margin-bottom: 45px;
  }
  .box_swiper .swiper_ctr {
    margin-bottom: 0;
  }
  .mediablk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mediablk .youtube {
    margin-bottom: 40px;
    width: 100%;
    height: 47vw;
  }
  .mediablk .facebookblk {
    width: 100%;
  }
}

.t2 {margin-bottom: 35px;}
@media only screen and (max-width: 650px) {
    .page_title {max-width: 100%!important; padding-left: 33px!important; padding-right: 33px!important; margin: 0 0 45px 0!important;}
    .page_title .t1 {width: 100%!important; padding-bottom: 15px!important; margin-bottom: 15px!important;}
    .page_title .t2 {margin-bottom: 0!important;}
}