@charset "utf-8";
@import url('reset.css');
@import url('loading.css');
@import url('hamburgers/hamburgers.css');
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('../js/mm_menu/jquery.mmenu.all.css');
@import url('../js/sweetalert2/sweetalert2.css');

@font-face {
  font-family: 'CiutadellaW04-Bold';
  src: url('//db.onlinewebfonts.com/t/6cfda2958e863ef8dc3c6ba3dd4a6ae2.eot');
  src: url('//db.onlinewebfonts.com/t/6cfda2958e863ef8dc3c6ba3dd4a6ae2.eot?#iefix')
      format('embedded-opentype'),
    url('//db.onlinewebfonts.com/t/6cfda2958e863ef8dc3c6ba3dd4a6ae2.woff2')
      format('woff2'),
    url('//db.onlinewebfonts.com/t/6cfda2958e863ef8dc3c6ba3dd4a6ae2.woff')
      format('woff'),
    url('//db.onlinewebfonts.com/t/6cfda2958e863ef8dc3c6ba3dd4a6ae2.ttf')
      format('truetype'),
    url('//db.onlinewebfonts.com/t/6cfda2958e863ef8dc3c6ba3dd4a6ae2.svg#CiutadellaW04-Bold')
      format('svg');
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-text-size-adjust: none;
  font-size: 12px;
  overflow-y: scroll;
  overflow-x: hidden;
}
body,
td,
th {
  font-size: 14px;
  font-family: 'CiutadellaW04-Bold', 'Noto Sans TC', 微軟正黑體,
    'Times New Roman';
  font-weight: 100;
}
:lang(cn) {
  font-family: 'CiutadellaW04-Bold', 微軟正黑體, 'Times New Roman';
  font-weight: lighter;
}
:lang(en) p {
  font-family: 'Noto Sans TC';
}
.show {
  display: block;
}
.hide,
.hide_page {
  display: none;
}
.iframe_ch {
  display: none;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #666;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
input,
select,
textarea,
:lang(cn) input,
:lang(cn) select,
:lang(cn) textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 微軟正黑體;
  font-size: 1em;
}
input[type='radio'],
label {
  cursor: pointer;
}
button,
input[type='submit'],
input[type='reset'] {
  border: medium none;
  font-family: 'CiutadellaW04-Bold', 'Noto Sans TC', 微軟正黑體,
    'Times New Roman';
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.clr {
  clear: both;
}
input[type='radio'] {
  display: none;
}
input[type='radio'] + label span {
  background: rgba(0, 0, 0, 0) url('../../images/bg_input.png') no-repeat -42px top;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  width: 21px;
}
input[type='radio']:checked + label span {
  background: url('../../images/bg_input.png') -62px top no-repeat;
}
input[type='checkbox'] {
  display: none;
}
input[type='checkbox'] + label span {
  background: rgba(0, 0, 0, 0) url('../../images/bg_input.png') no-repeat -1px top;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 21px;
  margin-right: 5px;
}
input[type='checkbox']:checked + label span {
  background: url('../../images/bg_input.png') -22px top no-repeat;
}
#rand-img {
  cursor: pointer;
}
::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.center {
  text-align: center;
}
.btn-download {
  line-height: 2.2;
  text-align: center;
  padding: 10px 20px 5px 20px;
  width: 100%;
  border: 1px solid #53cec3;
  background: #53cec3;
  font-size: 1.2rem;
  letter-spacing: 4px;
  margin: 10px 0;
}
.btn-download:hover {
  background: #fff;
  color: #53cec3;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> header <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.header {
  height: 70px;
  position: fixed;
  width: 100%;
  line-height: 62px;
  padding: 5px 10px;
  z-index: 999;
  background: #fff;
  /* display: flex; */
}
.header.fixed {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 55px;
  line-height: 45px;
}
.top-container {
  display: flex;
}
#topmenu {
  text-align: center;
}
#topmenu li {
  display: inline-flex;
  margin: 5px 15px;
  min-width:150px;
  font-size: 18px;
  letter-spacing: 1px;
}

.open_menu {
  float: left;
}
.logo {
  margin: 0 auto;
  font-weight: 500;
}
.logo a {
  font-size: 1.4rem;
}
.sub_menu {
  float: right;
}
.icon {
  display: inline-block;
  margin-right: 5px;
}
.icon li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.language {
  display: inline-block;
}
.language li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 57px;
}
.header.fixed .language li {
  line-height: 40px;
}
.header.fixed .icon li {
  line-height: 50px;
}
.tag_hidden {
  display: none;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> slide <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.slide_show {
  position: relative;
  top: 70px;
}
.fix_banner_menu {
  position: absolute;
  top: 0;
  z-index: 50;
}
.fix_banner_menu ul {
  padding: 30px 40px;
}
.fix_banner_menu li {
  font-size: 5.8em;
  line-height: 1.1em;
  display: blcok;
}
.fix_banner_menu li a {
  opacity: 0.6;
  color: #666;
  font-weight: 500;
}
.fix_banner_menu li a:hover {
  opacity: 1;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> index <<<---------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.main_block {
  margin: 70px 0;
  padding: 0 15px;
}
.main_block_bottom {
  margin: 70px 0 0 0;
  padding: 0 15px;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.home_about_outer {
  min-height: 400px;
  height: auto;
  display: flex;
  align-content: space-between;
  flex-flow: row wrap;
  padding: 80px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.home_content_left,
.home_content_right {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.title_outer {
  width: 440px;
}
.title_ch h3,
.title_en h4 {
  font-size: inherit;
  font-weight: inherit;
}
.title_ch {
  font-size: 3em;
  line-height: 1em;
  color: #555;
}
.title_en {
  font-size: 5.8em;
  color: #555;
  font-weight: 500;
}
.about_text {
  font-size: 1.15em;
  letter-spacing: 1px;
  line-height: 35px;
  padding: 10px 40px;
  font-family: initial;
  /* position: relative; */
  /* top: 78px; */
  white-space: pre-wrap;
}
.home_product_blcok img {
  height: auto;
  max-width: 100%;
}
.home_product_info_outer {
  border: 1px solid #fff;
  padding: 15px;
  position: absolute;
  right: 60px;
  top: 40px;
}
.home_product_blcok {
  position: relative;
}
.home_product_info_inner {
  background: rgba(255, 255, 255, 0.6);
  padding: 30px;
}
.icon_arrow {
  font-size: 1.3em;
  letter-spacing: 1px;
  line-height: 30px;
}
.instagram__item {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
  width: 10%;
  border: 1px solid #dedede;
}
.instagram__image {
  max-width: 100%;
}
.instafeed {
  text-align: center;
  margin-top: 50px;
}
.contact_info {
  font-family: 'Noto Sans TC', 微軟正黑體, 'Times New Roman';
  font-size: 1.1em;
  line-height: 25px;
}
.contact_code_img {
  display: inline-block;
  position: relative;
  top: 8px;
}
.fonm_btm_block {
  margin: 5px;
  text-align: right;
}
.footer {
  font-family: 'Noto Sans TC', 微軟正黑體, 'Times New Roman';
  letter-spacing: 1px;
  line-height: 26px;
  padding: 30px 0px;
  overflow: hidden;
  display: flex;
  align-content: space-between;
  flex-flow: row wrap;
  width: 1280px;
  margin: 0 auto;
}
.footer_right {
  text-align: right;
}
.footer_menu_block.en {
  display: inline-block;
  margin: 0 25px 0 0;
  vertical-align: top;
}
.footer_menu_block {
  display: inline-block;
  margin: 0 40px 0 0;
  vertical-align: top;
  text-align: left;
}
/** MENU BLOCK **/
.circle_block_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.circle_block {
  border: 1px solid #dedede;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  margin: 20px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.circle_block:hover {
  background: #333;
}
.circle_block:hover .title_ch,
.circle_block:hover .title_en {
  color: #fff;
}
.circle_block .title_ch,
.circle_block .title_en {
  text-align: center;
}
.circle_block .title_ch {
  font-size: 1.2rem;
  line-height: 1.5;
}
.circle_block .title_en {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
.link_cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slogan_block1 {
  margin-top: 120px;
}
.slogan_text {
  background: #efeeef;
  letter-spacing: 3px;
  font-size: 2.2rem;
  font-weight: 300;
  font-family: 'Noto Sans TC', '微軟正黑體';
  padding: 30px 15px;
  border-top: 6px double #ddd;
  border-bottom: 6px double #ddd;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> page <<<---------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.inner .header {
  top: 0;
}
.page_banner {
  background-attachment: fixed;
  background-size: cover;
  height: 615px;
  margin-top: 70px;
  background-position: 50% 50%;
}
.page_text_outer {
  color: #fff;
  position: relative;
  text-align: center;
  top: 40%;
}
h1.title_small {
  font-weight: 400;
  letter-spacing: 14px;
  margin: 5px 0;
}
h3.title_big {
  font-size: 5.6em;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 65px;
  margin: 10px 0;
}
.page_menu {
  margin: 30px auto;
  text-align: center;
  width: 600px;
}
.page_menu li {
  display: inline-block;
  line-height: 30px;
}
.page_menu li::after {
  color: #6e6e6e;
  content: ' / ';
}
.page_menu a {
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 6px;
  vertical-align: middle;
}
.page_menu a:hover {
  color: #000;
}
.page_content_wrapper {
}
.page_content_wrapper {
}
.page_content_inner {
  color: #666;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 20px auto;
  max-width: 840px;
}
.page_article_title_tw {
  text-align: center;
}
.page_article_title_en {
  font-size: 1.2em;
  margin: 0;
  text-align: center;
}
.page_article {
  font-size: 1.05em;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 10px 0;
  padding: 5px;
}
.page_article p {
  margin: 10px 0;
}
.page_article img,
.page_article table,
.page_article iframe {
  height: auto !important;
  max-width: 100%;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> normal <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.large-1 {
  width: 8.33333%;
}
.large-2 {
  width: 16.6667%;
}
.large-3 {
  width: 25%;
}
.large-4 {
  width: 33.3333%;
}
.large-5 {
  width: 41.6667%;
}
.large-6 {
  width: 50%;
}
.large-7 {
  width: 58.3333%;
}
.large-8 {
  width: 66.6667%;
}
.large-9 {
  width: 75%;
}
.large-10 {
  width: 83.3333%;
}
.large-11 {
  width: 91.6667%;
}
.large-12 {
  width: 100%;
}
/*component*/
.more_block {
  text-align: right;
}
.btn {
  display: inline-block;
  line-height: 28px;
  padding: 3px;
  text-align: center;
  width: 115px;
}
.btn:hover {
  opacity: 0.8;
}
/*color*/
.bg_gray {
  background: #555;
}
.bg_light_gray {
  background: #efefef;
}
.white {
  color: #fff;
}
/*form*/
.field_wrap {
  margin: 15px 0;
}
.form_field {
  line-height: 25px;
  height: 35px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 3px 5px;
  color: #666;
}
.form_textarea {
  border: 1px solid #ddd;
  height: 100px;
  resize: none;
  color: #666;
  padding: 3px 5px;
}
.textarea_title {
  font-family: 'Noto Sans TC', 微軟正黑體;
  font-size: 1.1em;
  margin: 5px 0 8px 0;
  color: #aeaec3;
  padding: 3px 5px;
  line-height: 25px;
}
.filed_width_100 {
  width: 100%;
}
.filed_width_50 {
  width: 50%;
}
.filed_width_25 {
  width: 25%;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.pagination_table {
  display: table;
  text-align: center;
  width: 100%;
}
.pagination_tr {
  display: table-row;
}
.pagination_td {
  display: inline-block;
  margin: 5px 2px;
  box-sizing: content-box;
}
.cssa {
  letter-spacing: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.cssb {
  letter-spacing: 1px;
}
.cssc {
  letter-spacing: 1px;
}
.cssd {
  letter-spacing: 2px;
  height: 10px;
  border: 1px solid #ffffff;
}
a.pagelink_no:link {
  vertical-align: top;
  line-height: 25px;
  color: #333;
  display: inline-block;
  height: 35px;
  letter-spacing: -4px;
  padding: 5px 10px 5px 10px;
  width: 35px;
  box-sizing: border-box;
  background: #ddd;
}
a.pagelink_no:visited {
  color: #333;
  background: #ddd;
}
a.pagelink_no:active {
  color: #fff;
  background: #3e3e3e;
}
a.pagelink_no:hover {
  color: #fff;
  background: #3e3e3e;
}
a.pagelink:link {
  vertical-align: top;
  line-height: 25px;
  color: #333333;
  letter-spacing: 1px;
  display: inline-block;
  height: 35px;
  padding: 5px 10px 5px 10px;
  width: 35px;
  box-sizing: border-box;
  background: #ddd;
}
a.pagelink:visited {
  color: #333333;
  background: #ddd;
}
a.pagelink:active {
  color: #fff;
  background: #ddd;
}
a.pagelink:hover {
  color: #fff;
  background: #3e3e3e;
}
a.pagelink_ch:link {
  vertical-align: top;
  line-height: 25px;
  margin: 0 -1px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  height: 35px;
  letter-spacing: 1px;
  padding: 5px 10px 5px 10px;
  width: 35px;
  box-sizing: border-box;
  background: #3e3e3e;
}
a.pagelink_ch:visited {
  color: #fff;
  background: #3e3e3e;
}
a.pagelink_ch:active {
  color: #fff;
  background: #3e3e3e;
}
a.pagelink_ch:hover {
  color: #fff;
  background: #3e3e3e;
}

/* ---------------------------------->>> 1-3 new banner <<<--------------------------------------------------------------*/
.newbanner-category {
  margin: 60px auto;
}

.newbanner-row1-section,
.newbanner-row2-section,
.newbanner-row3-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.newbanner-row1-section .col-12 {
  flex: 90%;
  margin: 3px;
}
.newbanner-row2-section .col-6 {
  flex: 45%;
  margin: 3px;
}
.newbanner-row3-section .col-4 {
  flex: 32%;
  margin: 3px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
.product-page {
  max-width: 1280px;
  margin: 0px auto;
  padding: 60px 35px 60px 35px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
}

#fix-left {
  flex: 0 0 200px;
  order: -1;
}
#fix-right {
  flex: 70%;
}
.category-title {
  font-family: TimesNewRomanPSMT, 'Times New Roman', '微軟正黑體', san-serif;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.6px;
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 12px;
}
.category-menu {
  font-family: 微軟正黑體, TimesNewRomanPSMT, 'Times New Roman';
  font-size: 1.2em;
  letter-spacing: 0.5px;
  line-height: 2;
  padding: 20px 17px;
}
.category-menu label {
  font-weight: bold;
}
.second-tree {
  font-size: 0.8em;
  font-family: 微軟正黑體;
}
.backtop {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 15px;
}
