<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/** 本文標記 */
/* line 129, share/_module.scss */
mark {
  font-weight: bold;
  background-color: #FFFF00;
}

/** 本文刪除線 */
/* line 135, share/_module.scss */
through {
  font-weight: bold;
  text-decoration: line-through;
}

/** 本文底線 */
/* line 141, share/_module.scss */
underline {
  font-weight: bold;
  text-decoration: underline;
}

/** 備註區塊 */
/** 連絡資訊區塊 */
/** 提示區塊 */
/** GoogleMap區塊 */
/** Cover區塊 */
/** 子標題 */
/** 子標題備註 */
/** 子標題 */
/** 按鈕 */
/** 清單選項 */
/** 分頁號碼選項 */
/** 頁籤 */
/* line 5, page/_main.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h2, h3, 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;
}

/* line 10, page/_main.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 11, page/_main.scss */
body {
  line-height: 1;
}

/* line 12, page/_main.scss */
ol, ul {
  list-style: none;
}

/* line 13, page/_main.scss */
blockquote, q {
  quotes: none;
}

/* line 14, page/_main.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 15, page/_main.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 16, page/_main.scss */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/* line 20, page/_main.scss */
img {
  outline: none;
}

/* line 23, page/_main.scss */
div {
  outline: none;
}

/* line 26, page/_main.scss */
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

/* line 31, page/_main.scss */
button {
  cursor: pointer;
}

/* line 34, page/_main.scss */
select,
input {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

/* line 74, page/_main.scss */
.table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 78, page/_main.scss */
.table .tr {
  display: table-row;
}
/* line 80, page/_main.scss */
.table .tr .th {
  display: table-cell;
  border: 1px solid #666;
  text-align: center;
  padding: 10px 30px;
}
/* line 86, page/_main.scss */
.table .tr .td {
  display: table-cell;
  border: 1px solid #666;
  padding: 5px 20px;
}

/* line 94, page/_main.scss */
.go_top {
  position: fixed;
  right: 10px;
  bottom: 100px;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

/* line 109, page/_main.scss */
body {
  font-family: 'Calibri',maven pro,sans-serif;
  font-weight: 300;
}

/* line 115, page/_main.scss */
*::-ms-backdrop, header {
  position: fixed;
  width: 100%;
}

/* line 119, page/_main.scss */
header {
  height: 120px;
  position: sticky;
  position: -webkit-sticky;
  z-index: 2147483647;
  top: 0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 5px solid #fff;
}
@media only screen and (max-width: 991px) {
  /* line 119, page/_main.scss */
  header {
    height: 40px;
  }
}
/* line 132, page/_main.scss */
header .top-box {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
}
/* line 137, page/_main.scss */
header .top-box .item {
  display: block;
  text-align: center;
  width: 30px;
  position: relative;
}
/* line 142, page/_main.scss */
header .top-box .item .top-lang,
header .top-box .item .top-box-sub {
  position: absolute;
  border: 1px solid #066a86;
  background: #fff;
  color: #fff;
  padding: 5px;
  width: 100px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  top: 30px;
  right: 0;
  display: none;
}
/* line 155, page/_main.scss */
header .top-box .item .top-lang li,
header .top-box .item .top-box-sub li {
  padding: 5px;
}
/* line 157, page/_main.scss */
header .top-box .item .top-lang li:hover,
header .top-box .item .top-box-sub li:hover {
  background: #1089aa;
}
/* line 160, page/_main.scss */
header .top-box .item .top-lang li a,
header .top-box .item .top-box-sub li a {
  color: #fff;
  font-weight: bold;
}
/* line 166, page/_main.scss */
header .top-box .item .fa {
  color: #005168 !important;
}
/* line 169, page/_main.scss */
header .top-box .item a {
  color: #005168 !important;
}
/* line 173, page/_main.scss */
header .top-box a {
  color: #005168;
}
/* line 177, page/_main.scss */
header .header_wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: none;
}
/* line 183, page/_main.scss */
header .header_wrap:after {
  content: '';
  display: block;
  height: 120px;
  width: calc((100% - 1280px )/2 + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  /* line 183, page/_main.scss */
  header .header_wrap:after {
    height: 40px;
  }
}
/* line 199, page/_main.scss */
header .header_wrap:before {
  content: '';
  display: none;
  height: 120px;
  width: calc((100% - 1280px )/2);
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 5px solid #fff;
}
@media only screen and (max-width: 991px) {
  /* line 199, page/_main.scss */
  header .header_wrap:before {
    height: 40px;
  }
}
/* line 213, page/_main.scss */
header .header_wrap nav {
  width: 100%;
  height: 120px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  /* line 213, page/_main.scss */
  header .header_wrap nav {
    height: 40px;
  }
}
/* line 220, page/_main.scss */
header .header_wrap nav .nav_header {
  height: 100%;
  width: 255px;
  float: left;
  overflow: hidden;
}
/* line 225, page/_main.scss */
header .header_wrap nav .nav_header .main_logo {
  width: 300px;
  height: auto;
  margin-top: 0;
  height: 120px;
  position: relative;
}
/* line 233, page/_main.scss */
header .header_wrap nav .nav_header .main_logo:after {
  content: '';
  width: 40px;
  height: 120px;
  position: absolute;
  right: -17px;
  top: 0;
  transform: skewX(-15deg);
}
/* line 244, page/_main.scss */
header .header_wrap nav .nav_header .main_logo:before {
  content: '';
  width: 46px;
  height: 120px;
  position: absolute;
  right: -57px;
  top: 0;
  opacity: 0.3;
  transform: skewX(-15deg);
}
@media only screen and (max-width: 991px) {
  /* line 225, page/_main.scss */
  header .header_wrap nav .nav_header .main_logo {
    height: 60px;
    background: none;
  }
  /* line 259, page/_main.scss */
  header .header_wrap nav .nav_header .main_logo:after, header .header_wrap nav .nav_header .main_logo:before {
    display: none;
  }
}
/* line 265, page/_main.scss */
header .header_wrap nav .nav_header .search_bar_arrow.show_arrow {
  background: #ff4d00;
  display: block;
  width: 135px;
  height: 27px;
  border-radius: 30px;
  position: absolute;
  bottom: 7px;
  padding-left: 10px;
  right: 180px;
  z-index: 9999;
  cursor: pointer;
}
/* line 277, page/_main.scss */
header .header_wrap nav .nav_header .search_bar_arrow.show_arrow p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
  padding: 0;
  margin: 0 0 0 9px;
}
/* line 286, page/_main.scss */
header .header_wrap nav .nav_header .search_bar_arrow.show_arrow i.fa {
  line-height: 20px;
  height: 20px;
  display: inline-block;
  color: #fc0;
  top: 3px;
  right: 8px;
  position: absolute;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  /* line 265, page/_main.scss */
  header .header_wrap nav .nav_header .search_bar_arrow.show_arrow {
    background: #ff4d00;
    display: block;
    width: 145px;
    height: 25px;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    right: 60px;
  }
  /* line 305, page/_main.scss */
  header .header_wrap nav .nav_header .search_bar_arrow.show_arrow p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0 0 0 9px;
  }
  /* line 314, page/_main.scss */
  header .header_wrap nav .nav_header .search_bar_arrow.show_arrow i.fa {
    line-height: 20px;
    height: 20px;
    display: inline-block;
    color: #fc0;
    top: 3px;
    right: 8px;
    position: absolute;
    font-size: 20px;
  }
}
@media only screen and (max-width: 374px) {
  /* line 265, page/_main.scss */
  header .header_wrap nav .nav_header .search_bar_arrow.show_arrow {
    transform: scale(0.75) translateX(26px);
  }
}
/* line 329, page/_main.scss */
header .header_wrap nav .nav_header .search_bar_arrow.hide_arrow {
  display: none;
}
/* line 332, page/_main.scss */
header .header_wrap nav .nav_header .main_logo a {
  display: block;
  width: 100%;
  padding-top: 30px;
}
@media only screen and (max-width: 991px) {
  /* line 332, page/_main.scss */
  header .header_wrap nav .nav_header .main_logo a {
    padding-top: 4px;
    width: 180px;
  }
}
/* line 341, page/_main.scss */
header .header_wrap nav .nav_header .main_logo a img {
  width: 100%;
  float: left;
  top: 0;
  position: relative;
  right: 1px;
}
@media only screen and (max-width: 991px) {
  /* line 341, page/_main.scss */
  header .header_wrap nav .nav_header .main_logo a img {
    height: 100%;
    width: auto;
  }
}
/* line 352, page/_main.scss */
header .header_wrap nav .nav_header .navbtn {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  z-index: 999999999;
}
/* line 364, page/_main.scss */
header .header_wrap nav .nav_header .navbtn .icon-bar {
  display: block;
  height: 3px;
  border-radius: 5px;
  margin: 5px auto;
  width: 100%;
  background: #066a86;
}
@media only screen and (max-width: 991px) {
  /* line 352, page/_main.scss */
  header .header_wrap nav .nav_header .navbtn {
    display: block;
    top: 7px;
  }
}
/* line 376, page/_main.scss */
header .header_wrap nav .nav_header .navbtn.clicked span {
  background: #126371 !important;
}
/* line 382, page/_main.scss */
header .header_wrap nav .main_menu {
  width: calc(100% - 285px);
  float: right;
  height: 60px;
  text-align: right;
  background: none;
  max-width: none;
  margin-top: 30px;
  margin-right: 30px;
  position: relative;
}
/* line 392, page/_main.scss */
header .header_wrap nav .main_menu &gt; li {
  display: inline-block;
  line-height: 60px;
}
/* line 395, page/_main.scss */
header .header_wrap nav .main_menu &gt; li:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 30px;
  left: 0;
  top: 13px;
  border-radius: 20px;
  border: 1px solid #066a86;
  display: none;
  background: #066a86;
}
/* line 407, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; a {
  margin: 21px 15px;
  font-size: 19px;
  color: #066a86;
  text-decoration: none;
  font-weight: bold;
  display: block;
  height: 18px;
  line-height: 18px;
  cursor: pointer;
  letter-spacing: 0px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  /* line 407, page/_main.scss */
  header .header_wrap nav .main_menu &gt; li &gt; a {
    margin: 21px 7px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 407, page/_main.scss */
  header .header_wrap nav .main_menu &gt; li &gt; a {
    margin: 21px 5px;
  }
}
@media only screen and (max-width: 1050px) {
  /* line 407, page/_main.scss */
  header .header_wrap nav .main_menu &gt; li &gt; a {
    margin: 21px 3px;
  }
}
@media only screen and (max-width: 1010px) {
  /* line 407, page/_main.scss */
  header .header_wrap nav .main_menu &gt; li &gt; a {
    margin: 21px 2px;
  }
}
/* line 433, page/_main.scss */
header .header_wrap nav .main_menu &gt; li.active &gt; a, header .header_wrap nav .main_menu &gt; li.active:hover &gt; a, header .header_wrap nav .main_menu &gt; li.selected a, header .header_wrap nav .main_menu &gt; li:hover &gt; a {
  color: #ff4d00;
}
/* line 448, page/_main.scss */
header .header_wrap nav .main_menu &gt; li.active:hover &gt; a, header .header_wrap nav .main_menu &gt; li.active &gt; a {
  color: #ff4d00;
}
/* line 456, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list {
  position: absolute;
  top: 55px;
  color: #fff;
  display: none;
  z-index: 99999;
}
@media only screen and (max-width: 1300px) {
  /* line 456, page/_main.scss */
  header .header_wrap nav .main_menu &gt; li &gt; .products_list {
    top: 55px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 456, page/_main.scss */
  header .header_wrap nav .main_menu &gt; li &gt; .products_list {
    top: 55px;
  }
}
/* line 468, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list .arrow_svg {
  width: 30px;
  position: absolute;
  left: 15%;
  top: -15px;
}
@media only screen and (max-width: 1300px) {
  /* line 468, page/_main.scss */
  header .header_wrap nav .main_menu &gt; li &gt; .products_list .arrow_svg {
    left: 60%;
  }
}
/* line 476, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list .arrow_svg .arrow_up {
  width: 30px;
  fill: #066a86;
}
/* line 481, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: relative;
}
/* line 485, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list:after {
  z-index: 1;
  top: -10px;
  left: 30px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #066a86 transparent;
}
/* line 497, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li {
  display: block;
  position: relative;
}
/* line 500, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; a {
  color: #fff;
  display: block;
  background: #066a86;
  padding: 15px;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  line-height: 15px;
  text-align: left;
}
/* line 511, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; a &gt; span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  -webkit-transform: scale(0.9) translateX(-12px);
  transform: scale(0.9) translateX(-12px);
  letter-spacing: 1px;
}
/* line 519, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; a &gt; i.fa {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
}
/* line 525, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; a &gt; i.fa:before {
  content: "\f0da";
  position: relative;
  top: 30%;
}
/* line 532, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li:not(:last-child) {
  border-bottom: 1px solid white;
  min-width: 180px;
}
/* line 536, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li:hover &gt; a {
  background: white;
  color: #126371;
}
@media only screen and (max-width: 767px) {
  /* line 536, page/_main.scss */
  header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li:hover &gt; a {
    background: #eee;
  }
}
/* line 543, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li:hover &gt; .sub_menu_list {
  display: block;
}
/* line 546, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  text-align: left;
  min-width: 320px;
  max-height: 600px;
  overflow: auto;
  z-index: 99999;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  /* line 546, page/_main.scss */
  header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list {
    min-width: 0 !important;
  }
}
/* line 560, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list li {
  line-height: 40px;
  background: white;
  font-size: 16px;
  font-weight: normal;
}
/* line 565, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
/* line 569, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list li:hover {
  background: #066a86;
}
/* line 571, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list li:hover a {
  color: #fff;
}
/* line 573, page/_main.scss */
header .header_wrap nav .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list li a {
  text-decoration: none;
  color: #126371;
  padding: 10px;
}
/* line 582, page/_main.scss */
header .header_wrap nav .main_menu &gt; li:hover &gt; .products_list {
  display: block !important;
}
/* line 586, page/_main.scss */
header .header_wrap nav .main_menu .header_search {
  border: 1px solid #ccc;
  height: 27px;
  width: 350px;
  border-radius: 30px;
  position: absolute;
  right: 320px;
  top: 90%;
  margin-top: 1px;
  text-align: right;
  float: right;
}
/* line 597, page/_main.scss */
header .header_wrap nav .main_menu .header_search input {
  padding: 0;
  margin: 0 0 0 10px;
  width: calc(100% - 40px);
  height: 25px;
  line-height: 25px;
  border-radius: 30px;
  outline: none;
}
/* line 606, page/_main.scss */
header .header_wrap nav .main_menu .header_search a {
  color: #333;
  display: block;
  width: 25px;
  height: 25px;
  float: right;
  margin-right: 5px;
}
/* line 613, page/_main.scss */
header .header_wrap nav .main_menu .header_search a i {
  font-size: 12px;
  position: relative;
  top: 3px;
  right: 15px;
}
/* line 623, page/_main.scss */
header .header_wrap nav .main_menu .E-Catalogue {
  position: absolute;
  height: 27px;
  width: 120px;
  line-height: 27px;
  font-size: 13px;
  font-weight: bold;
  right: 10px;
  top: 56px;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  float: right;
  margin-left: 170px;
}
/* line 637, page/_main.scss */
header .header_wrap nav .main_menu .E-Catalogue a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #0096a0;
}
/* line 647, page/_main.scss */
header .header_wrap nav .main_menu .top-box .item a {
  color: #005168;
}
/* line 652, page/_main.scss */
header .header_wrap nav .main_menu.show_menu {
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  right: 0;
  top: 0;
  max-width: 320px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
}
/* line 662, page/_main.scss */
header .header_wrap nav .main_menu.show_menu li {
  display: block;
}
/* line 665, page/_main.scss */
header .header_wrap nav .main_menu.show_menu li.active a {
  border: none;
}
/* line 668, page/_main.scss */
header .header_wrap nav .main_menu.show_menu .products_list {
  position: static;
  width: 90%;
  margin: 0 auto;
}
/* line 673, page/_main.scss */
header .header_wrap nav .main_menu.show_menu .sub_menu_list {
  width: 100%;
  box-shadow: none;
  min-width: none !important;
  position: static !important;
}

/* line 684, page/_main.scss */
.search_result {
  display: none;
  background: white;
  width: 240px;
  margin-top: 7px;
  border: 1px solid #ccc;
  position: relative;
}
@media only screen and (max-width: 991px) {
  /* line 684, page/_main.scss */
  .search_result {
    width: 100%;
  }
}
/* line 694, page/_main.scss */
.search_result li {
  text-align: left;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 30px;
}
/* line 700, page/_main.scss */
.search_result li a {
  display: block !important;
  width: calc(100% - 10px) !important;
  text-align: left;
  line-height: 30px;
  padding: 0 5px !important;
  position: relative;
  font-weight: normal;
  font-size: 13px;
  float: left !important;
}
/* line 711, page/_main.scss */
.search_result li:hover {
  background: #eee;
}

/* line 717, page/_main.scss */
header.sticky {
  animation: menu_header_anis 0.2s linear 0s 1 forwards;
}
/* line 719, page/_main.scss */
header.sticky .header_wrap nav {
  animation: menu_header_anis 0.2s linear 0s 1 forwards;
}

@keyframes menu_header_anis {
  0% {
    height: 120px;
  }
  100% {
    height: 60px;
  }
}
/* line 734, page/_main.scss */
.body_menu_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  width: 100%;
}
/* line 742, page/_main.scss */
.body_menu_wrap .navbtn {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  z-index: 99999999999;
}
/* line 754, page/_main.scss */
.body_menu_wrap .navbtn .icon-bar {
  display: block;
  height: 3px;
  border-radius: 5px;
  margin: 5px auto;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  /* line 742, page/_main.scss */
  .body_menu_wrap .navbtn {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 742, page/_main.scss */
  .body_menu_wrap .navbtn {
    top: 5px;
  }
}
/* line 768, page/_main.scss */
.body_menu_wrap .navbtn.clicked span {
  background: #126371 !important;
}
/* line 773, page/_main.scss */
.body_menu_wrap .main_menu {
  width: calc(100% - 285px);
  float: right;
  height: 60px;
  text-align: center;
  background: none;
  max-width: none;
}
/* line 781, page/_main.scss */
.body_menu_wrap .main_menu &gt; li {
  display: inline-block;
  line-height: 60px;
}
/* line 784, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; a {
  margin: 21px 10px;
  font-size: 13px;
  color: #157384;
  text-decoration: none;
  font-weight: normal;
  display: block;
  height: 18px;
  line-height: 18px;
}
@media only screen and (max-width: 1050px) {
  /* line 784, page/_main.scss */
  .body_menu_wrap .main_menu &gt; li &gt; a {
    font-size: 12px;
  }
}
/* line 797, page/_main.scss */
.body_menu_wrap .main_menu &gt; li.selected a, .body_menu_wrap .main_menu &gt; li:hover &gt; a {
  font-weight: bold;
  color: #ffcc00;
  animation: menu_anis 0.1s linear 0s 1 forwards;
}
/* line 803, page/_main.scss */
.body_menu_wrap .main_menu &gt; li.active:hover &gt; a, .body_menu_wrap .main_menu &gt; li.active &gt; a {
  color: #ffcc00;
  border-bottom: 1px solid #ffcc00;
  transform: scale(1.15);
  animation: 0.1s linear 0s 1 forwards;
  font-weight: bold;
}
/* line 811, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list {
  position: absolute;
  top: 60px;
  color: #fff;
  display: none;
}
/* line 816, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list .arrow_svg {
  display: none;
}
/* line 819, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
/* line 821, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li {
  display: block;
  position: relative;
}
/* line 824, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; a {
  color: #fff;
  display: block;
  background: #14646e;
  padding: 15px;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  line-height: 15px;
  text-align: left;
}
/* line 835, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; a &gt; span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  -webkit-transform: scale(0.9) translateX(-12px);
  transform: scale(0.9) translateX(-12px);
  letter-spacing: 1px;
}
/* line 843, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; a &gt; i.fa {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
}
/* line 849, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; a &gt; i.fa:before {
  content: "\f0da";
  position: relative;
  top: 30%;
}
/* line 856, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 859, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li:hover &gt; a {
  background: white;
  color: #126371;
}
@media only screen and (max-width: 767px) {
  /* line 859, page/_main.scss */
  .body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li:hover &gt; a {
    background: #eee;
  }
}
/* line 866, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li:hover &gt; .sub_menu_list {
  display: block;
}
/* line 869, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  text-align: left;
  min-width: 320px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  /* line 869, page/_main.scss */
  .body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list {
    min-width: 0 !important;
  }
}
/* line 881, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list li {
  line-height: 30px;
  background: white;
  font-size: 13px;
}
/* line 885, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
/* line 889, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list li:hover {
  background: #066a86;
}
/* line 891, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list li:hover a {
  color: #fff;
}
/* line 893, page/_main.scss */
.body_menu_wrap .main_menu &gt; li &gt; .products_list &gt; ul.main_list &gt; li &gt; .sub_menu_list li a {
  text-decoration: none;
  color: #126371;
  padding: 10px;
}
/* line 902, page/_main.scss */
.body_menu_wrap .main_menu &gt; li:hover &gt; .products_list {
  display: block !important;
}
/* line 906, page/_main.scss */
.body_menu_wrap .main_menu .header_search {
  border: 1px solid #ccc;
  height: 25px;
  width: 160px;
  border-radius: 30px;
  margin: 0 auto;
}
/* line 912, page/_main.scss */
.body_menu_wrap .main_menu .header_search input {
  padding: 0;
  margin: 0 0 0 0px;
  width: calc(100% - 35px);
  height: 25px;
  line-height: 25px;
  border-radius: 30px;
  outline: none;
  text-align: center;
}
/* line 922, page/_main.scss */
.body_menu_wrap .main_menu .header_search a {
  color: #333;
  display: block;
  width: 25px;
  height: 25px;
  float: right;
  margin-right: 10px;
}
/* line 929, page/_main.scss */
.body_menu_wrap .main_menu .header_search a i {
  font-size: 12px;
  position: relative;
  top: 3px;
  right: 3px;
}
/* line 937, page/_main.scss */
.body_menu_wrap .main_menu .E-Catalogue {
  height: 27px;
  width: 160px;
  line-height: 27px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  margin: 10px auto;
}
/* line 947, page/_main.scss */
.body_menu_wrap .main_menu .E-Catalogue a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #0096a0;
}
/* line 957, page/_main.scss */
.body_menu_wrap .main_menu.show_menu {
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 9999999999;
  right: 0;
  top: 0;
  max-width: 80%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 968, page/_main.scss */
.body_menu_wrap .main_menu.show_menu li {
  display: block;
}
/* line 971, page/_main.scss */
.body_menu_wrap .main_menu.show_menu li.active a {
  border: none;
}
/* line 974, page/_main.scss */
.body_menu_wrap .main_menu.show_menu .products_list {
  position: static;
  width: 90%;
  margin: 0 auto;
}
/* line 979, page/_main.scss */
.body_menu_wrap .main_menu.show_menu .sub_menu_list {
  width: 100%;
  box-shadow: none;
  min-width: none !important;
  position: static !important;
}

@keyframes menu_anis {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* line 996, page/_main.scss */
*::-ms-backdrop, body {
  padding-top: 65px;
}

@media only screen and (max-width: 767px) {
  /* line 1000, page/_main.scss */
  *::-ms-backdrop, body {
    padding-top: 45px;
  }
}
/* line 1004, page/_main.scss */
section.product_search {
  opacity: 0;
}

/* line 1007, page/_main.scss */
.home {
  width: 100%;
}
/* line 1012, page/_main.scss */
.home section.product_search {
  opacity: 1;
}
/* line 1015, page/_main.scss */
.home .note {
  background: #066a86;
  color: #fff;
  padding: 8px 25px;
  margin: 0px 6px;
  border-radius: 20px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: fixed;
  bottom: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 90999999999;
  display: none;
  border: 2px solid #fff;
  left: calc((100% - 204px)/2);
  text-align: center;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
}
/* line 1030, page/_main.scss */
.home .home_slicker {
  width: 100%;
  margin-bottom: 0;
}
/* line 1034, page/_main.scss */
.home .home_slicker .items {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 1047, page/_main.scss */
.home .home_slicker .items img {
  width: 100%;
}
/* line 1051, page/_main.scss */
.home .home_slicker .slick-dots {
  bottom: 30px;
}
/* line 1054, page/_main.scss */
.home .home_slicker .slick-dots li button:before,
.home .home_slicker .slick-dots li.slick-active button:before {
  color: #fff;
  transform: scale(1.2);
}
/* line 1059, page/_main.scss */
.home .home_slicker .slick-prev {
  left: 1%;
  z-index: 1;
  width: 50px;
  height: 100px;
  top: 50%;
  background: url("../images/arrow-01.svg?2342131232") center no-repeat;
  background-size: 50% auto;
}
/* line 1068, page/_main.scss */
.home .home_slicker .slick-next {
  right: 1%;
  z-index: 1;
  width: 50px;
  height: 100px;
  top: 50%;
  background: url("../images/arrow-02.svg?24523423234") center no-repeat;
  background-size: 50% auto;
}
/* line 1077, page/_main.scss */
.home .home_slicker .slick-prev:before, .home .home_slicker .slick-next:before {
  font-size: 30px;
  display: none;
}
/* line 1082, page/_main.scss */
.home .section-1 {
  background-size: auto 100%;
}
@media only screen and (max-width: 767px) {
  /* line 1082, page/_main.scss */
  .home .section-1 {
    background-image: none;
  }
}
/* line 1089, page/_main.scss */
.home .section-1 .row .side_img {
  width: 25%;
  position: relative;
  top: 70px;
}
/* line 1093, page/_main.scss */
.home .section-1 .row .side_img img {
  border: 15px solid #eee;
}
/* line 1097, page/_main.scss */
.home .section-1 .row .contents {
  width: calc(70% - 30px);
}
/* line 1102, page/_main.scss */
.home .section-2 {
  background: url("../images/section-2-bg.jpg") left top no-repeat;
  background-size: cover;
  background-position: fixed;
}
/* line 1108, page/_main.scss */
.home .section-2 .row .contents {
  width: 100%;
}
/* line 1114, page/_main.scss */
.home .section-3 .row {
  position: relative;
  border-top: 1px solid #eee;
  padding: 50px 0;
}
/* line 1118, page/_main.scss */
.home .section-3 .row .side_img {
  width: 30%;
}
/* line 1121, page/_main.scss */
.home .section-3 .row .contents {
  width: calc(70% - 35px);
}
/* line 1127, page/_main.scss */
.home .section-1 .row, .home .section-2 .row, .home .section-3 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 1127, page/_main.scss */
  .home .section-1 .row, .home .section-2 .row, .home .section-3 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 1137, page/_main.scss */
.home .section-1 .row .side_img, .home .section-2 .row .side_img, .home .section-3 .row .side_img {
  padding-top: 35px;
  text-align: center;
  float: left;
}
/* line 1141, page/_main.scss */
.home .section-1 .row .side_img img, .home .section-2 .row .side_img img, .home .section-3 .row .side_img img {
  width: 100%;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 1137, page/_main.scss */
  .home .section-1 .row .side_img, .home .section-2 .row .side_img, .home .section-3 .row .side_img {
    display: none;
  }
}
/* line 1150, page/_main.scss */
.home .section-1 .row .contents, .home .section-2 .row .contents, .home .section-3 .row .contents {
  float: right;
  				/*
  				.txt_wrap{
  					h3.sub_title{
  						font-size: 20px;
  						font-weight: 400;
  						line-height: 40px;
  						color:#666;
  						@media only screen and (max-width: 767px) {
  							font-size: 15px;
  							font-weight: 600;
  							line-height: 30px;
  						}
  					}
  					p{
  						font-size: 16px;
  						line-height: 30px;
  						color: #666;
  						text-align: left;
  						margin-bottom: 20px;
  						font-weight: 300;
  
  					}
  				}*/
}
@media only screen and (max-width: 767px) {
  /* line 1150, page/_main.scss */
  .home .section-1 .row .contents, .home .section-2 .row .contents, .home .section-3 .row .contents {
    width: 100%;
    float: none;
  }
}
/* line 1179, page/_main.scss */
.home .section-1 .row .contents .item_wrap, .home .section-2 .row .contents .item_wrap, .home .section-3 .row .contents .item_wrap {
  text-align: center;
  padding: 20px 10px;
  background: #f7f7f7;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
/* line 1185, page/_main.scss */
.home .section-1 .row .contents .item_wrap .slick-next, .home .section-1 .row .contents .item_wrap .slick-prev, .home .section-2 .row .contents .item_wrap .slick-next, .home .section-2 .row .contents .item_wrap .slick-prev, .home .section-3 .row .contents .item_wrap .slick-next, .home .section-3 .row .contents .item_wrap .slick-prev {
  z-index: 999999;
  width: 20px;
  height: 40px;
  line-height: 30px;
  opacity: 0.3;
}
/* line 1191, page/_main.scss */
.home .section-1 .row .contents .item_wrap .slick-next:before, .home .section-1 .row .contents .item_wrap .slick-prev:before, .home .section-2 .row .contents .item_wrap .slick-next:before, .home .section-2 .row .contents .item_wrap .slick-prev:before, .home .section-3 .row .contents .item_wrap .slick-next:before, .home .section-3 .row .contents .item_wrap .slick-prev:before {
  color: #066a86;
  font-size: 32px;
  line-height: 30px;
  display: none;
}
/* line 1198, page/_main.scss */
.home .section-1 .row .contents .item_wrap .slick-next, .home .section-2 .row .contents .item_wrap .slick-next, .home .section-3 .row .contents .item_wrap .slick-next {
  right: -40px;
  top: 50%;
  background: url("../images/arrow-02.svg?234123123") center no-repeat;
}
@media only screen and (max-width: 767px) {
  /* line 1198, page/_main.scss */
  .home .section-1 .row .contents .item_wrap .slick-next, .home .section-2 .row .contents .item_wrap .slick-next, .home .section-3 .row .contents .item_wrap .slick-next {
    right: -27px;
  }
}
/* line 1207, page/_main.scss */
.home .section-1 .row .contents .item_wrap .slick-prev, .home .section-2 .row .contents .item_wrap .slick-prev, .home .section-3 .row .contents .item_wrap .slick-prev {
  left: -40px;
  top: 50%;
  background: url("../images/arrow-01.svg?24234234") center no-repeat;
}
@media only screen and (max-width: 767px) {
  /* line 1207, page/_main.scss */
  .home .section-1 .row .contents .item_wrap .slick-prev, .home .section-2 .row .contents .item_wrap .slick-prev, .home .section-3 .row .contents .item_wrap .slick-prev {
    left: -27px;
  }
}
/* line 1216, page/_main.scss */
.home .section-1 .row .contents .item_wrap .item, .home .section-2 .row .contents .item_wrap .item, .home .section-3 .row .contents .item_wrap .item {
  display: block;
  width: calc((100% - 150px) / 6);
  float: left;
  margin: 0 10px;
}
/* line 1221, page/_main.scss */
.home .section-1 .row .contents .item_wrap .item &gt; a:hover .pic, .home .section-2 .row .contents .item_wrap .item &gt; a:hover .pic, .home .section-3 .row .contents .item_wrap .item &gt; a:hover .pic {
  -webkit-filter: grayscale(0);
  opacity: 1;
}
/* line 1225, page/_main.scss */
.home .section-1 .row .contents .item_wrap .item .pic, .home .section-2 .row .contents .item_wrap .item .pic, .home .section-3 .row .contents .item_wrap .item .pic {
  width: 100%;
  margin: 0 0 10px 0;
  opacity: 0.7;
  position: relative;
}
/* line 1232, page/_main.scss */
.home .section-1 .row .contents .item_wrap .item .pic img, .home .section-2 .row .contents .item_wrap .item .pic img, .home .section-3 .row .contents .item_wrap .item .pic img {
  width: 100%;
  display: block;
}
/* line 1236, page/_main.scss */
.home .section-1 .row .contents .item_wrap .item .pic .txt_mask, .home .section-2 .row .contents .item_wrap .item .pic .txt_mask, .home .section-3 .row .contents .item_wrap .item .pic .txt_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
  color: #fff;
}
/* line 1243, page/_main.scss */
.home .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_monthly, .home .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_monthly, .home .section-3 .row .contents .item_wrap .item .pic .txt_mask .t_monthly {
  display: block;
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
}
/* line 1250, page/_main.scss */
.home .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month, .home .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month, .home .section-3 .row .contents .item_wrap .item .pic .txt_mask .t_month {
  display: block;
  position: absolute;
  top: 40%;
  left: 10%;
  width: 80%;
  font-size: 20px;
}
/* line 1258, page/_main.scss */
.home .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date, .home .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date, .home .section-3 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date {
  font-size: 50px;
}
/* line 1261, page/_main.scss */
.home .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_title, .home .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_title, .home .section-3 .row .contents .item_wrap .item .pic .txt_mask .t_title {
  display: block;
  position: absolute;
  top: 60%;
  left: 10%;
  width: 80%;
  line-height: 20px;
}
/* line 1271, page/_main.scss */
.home .section-1 .row .contents .item_wrap .item .info .date, .home .section-2 .row .contents .item_wrap .item .info .date, .home .section-3 .row .contents .item_wrap .item .info .date {
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 32px;
  text-align: left;
  font-weight: normal;
}
/* line 1279, page/_main.scss */
.home .section-1 .row .contents .item_wrap .item .info .title, .home .section-2 .row .contents .item_wrap .item .info .title, .home .section-3 .row .contents .item_wrap .item .info .title {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 20px;
  text-align: left;
  font-weight: normal;
}

/* line 1298, page/_main.scss */
.bot_txt_wrap h3.sub_title,
.txt_wrap h3.sub_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  /* line 1298, page/_main.scss */
  .bot_txt_wrap h3.sub_title,
  .txt_wrap h3.sub_title {
    font-weight: 600;
    line-height: 30px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1298, page/_main.scss */
  .bot_txt_wrap h3.sub_title,
  .txt_wrap h3.sub_title {
    font-weight: 600;
    line-height: 30px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 1298, page/_main.scss */
  .bot_txt_wrap h3.sub_title,
  .txt_wrap h3.sub_title {
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
  }
}
/* line 1317, page/_main.scss */
.bot_txt_wrap ul, .bot_txt_wrap p,
.txt_wrap ul,
.txt_wrap p {
  font-size: 20px;
  line-height: 28px;
  color: #666;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  /* line 1317, page/_main.scss */
  .bot_txt_wrap ul, .bot_txt_wrap p,
  .txt_wrap ul,
  .txt_wrap p {
    line-height: 26px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1317, page/_main.scss */
  .bot_txt_wrap ul, .bot_txt_wrap p,
  .txt_wrap ul,
  .txt_wrap p {
    line-height: 24px;
  }
}

/* line 1334, page/_main.scss */
.read_more_btn {
  background: #066a86;
  color: #fff;
  padding: 8px 25px;
  margin: 0px 6px;
  border-radius: 20px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #066a86;
  color: #fff;
  float: right;
}

/* line 1343, page/_main.scss */
*::-ms-backdrop, .product_search.sticky {
  position: fixed;
}

/* line 1347, page/_main.scss */
.product_search {
  position: fixed;
  top: calc(120px + 5%);
  right: 20px;
  z-index: 99999999;
  width: calc(100%  - 40px);
}
@media only screen and (max-width: 1200px) {
  /* line 1347, page/_main.scss */
  .product_search {
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1347, page/_main.scss */
  .product_search {
    top: 60px;
    bottom: 10px;
  }
}
/* line 1361, page/_main.scss */
.product_search.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 65px;
  z-index: 9999999;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  /* line 1361, page/_main.scss */
  .product_search.sticky {
    top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1347, page/_main.scss */
  .product_search {
    width: calc(100%  - 40px);
    left: 20px;
  }
}
/* line 1376, page/_main.scss */
.product_search .search_bar {
  min-height: 50px;
  position: relative;
  background: #1aa3ad;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  /* line 1376, page/_main.scss */
  .product_search .search_bar {
    min-height: 40px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  }
}
/* line 1387, page/_main.scss */
.product_search .search_bar .row {
  max-width: 1280px;
  margin: 0 auto;
}
/* line 1390, page/_main.scss */
.product_search .search_bar .row h2 {
  text-align: center;
  color: #fff;
  line-height: 50px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 1390, page/_main.scss */
  .product_search .search_bar .row h2 {
    line-height: 40px;
    font-size: 13px;
  }
}
/* line 1406, page/_main.scss */
.product_search .search_bar .row .hide_box {
  display: none;
}
/* line 1409, page/_main.scss */
.product_search .search_bar .row .contents {
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}
/* line 1413, page/_main.scss */
.product_search .search_bar .row .contents .search_box {
  width: calc((100% - 80px)/4);
  float: left;
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  /* line 1413, page/_main.scss */
  .product_search .search_bar .row .contents .search_box {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
/* line 1421, page/_main.scss */
.product_search .search_bar .row .contents .search_box label.search_label {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
/* line 1428, page/_main.scss */
.product_search .search_bar .row .contents .search_box div.search_select {
  background: url("../images/arrowup_down.png") no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: 8px;
  background-color: #eee;
  position: relative;
  background-size: 10px;
}
/* line 1436, page/_main.scss */
.product_search .search_bar .row .contents .search_box .search_select,
.product_search .search_bar .row .contents .search_box .search_input {
  width: calc(100% - 10px);
  padding: 3px 3px 3px 3px;
  font-size: 13px;
  background: #eee;
  margin: 0 0 7px 0;
  color: #126371;
  line-height: 17px;
  font-weight: normal;
}
/* line 1446, page/_main.scss */
.product_search .search_bar .row .contents .search_box .search_select::placeholder,
.product_search .search_bar .row .contents .search_box .search_input::placeholder {
  color: #126371;
}
@media only screen and (max-width: 640px) {
  /* line 1436, page/_main.scss */
  .product_search .search_bar .row .contents .search_box .search_select,
  .product_search .search_bar .row .contents .search_box .search_input {
    width: calc(100% - 15px);
  }
}
/* line 1453, page/_main.scss */
.product_search .search_bar .row .contents .search_box .select-options {
  max-height: 200px;
  overflow: hidden;
  padding: 5px;
  font-size: 12px;
  background: #eee;
  color: #126371;
  z-index: 99999999;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}
/* line 1462, page/_main.scss */
.product_search .search_bar .row .contents .search_box .select-options li {
  padding: 5px;
  line-height: 20px;
}
/* line 1465, page/_main.scss */
.product_search .search_bar .row .contents .search_box .select-options li a {
  padding-left: 5px;
}
/* line 1468, page/_main.scss */
.product_search .search_bar .row .contents .search_box .select-options li:hover {
  background: #eee;
}
/* line 1472, page/_main.scss */
.product_search .search_bar .row .contents .search_box .select-options .mCSB_scrollTools {
  width: 5px;
}
/* line 1475, page/_main.scss */
.product_search .search_bar .row .contents .search_box .select-options .mCSB_inside &gt; .mCSB_container {
  margin-right: 0;
}
/* line 1479, page/_main.scss */
.product_search .search_bar .row .contents .search_box .search_btn {
  display: block;
  width: 70px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  padding: 0;
  border-radius: 24px;
  border: none;
  background: #066a86;
  color: #fff;
  margin: 0 auto 10px;
  outline: none;
}
.other{
    align-items:center
}
/* line 1497, page/_main.scss */
.product_search .search_bar .search_bar_arrow {
  position: absolute;
  cursor: pointer;
  width: 200px;
  height: 30px;
  background: #ff4d00;
  border-radius: 0 0 20px 20px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  left: calc(50% - 100px);
  bottom: -30px;
}
@media only screen and (max-width: 991px) {
  /* line 1497, page/_main.scss */
  .product_search .search_bar .search_bar_arrow {
    width: 100px;
    left: calc(50% - 50px);
  }
}
/* line 1516, page/_main.scss */
.product_search .search_bar .search_bar_arrow i.fa {
  line-height: 20px;
  height: 20px;
  display: inline-block;
  color: #fc0;
  position: relative;
  bottom: 2px;
}
/* line 1524, page/_main.scss */
.product_search .search_bar .search_bar_arrow span {
  font-size: 14px;
  display: inline-block;
  display: none;
  font-weight: normal;
  position: relative;
  bottom: 8px;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  /* line 1524, page/_main.scss */
  .product_search .search_bar .search_bar_arrow span {
    display: none !important;
  }
}

/* line 1540, page/_main.scss */
.show_search_bar {
  pointer-events: auto;
  pointer-events: auto;
}
/* line 1542, page/_main.scss */
.show_search_bar .search_bar_arrow {
  display: block;
}
@media only screen and (max-width: 991px) {
  /* line 1540, page/_main.scss */
  .show_search_bar {
    pointer-events: auto;
  }
  /* line 1550, page/_main.scss */
  .show_search_bar .search_bar_arrow {
    display: block;
  }
}

/* line 1555, page/_main.scss */
.hide_search_bar {
  pointer-events: none;
  top: -15px;
}
/* line 1558, page/_main.scss */
.hide_search_bar .search_bar_arrow {
  display: none;
}
@media only screen and (max-width: 991px) {
  /* line 1555, page/_main.scss */
  .hide_search_bar {
    pointer-events: none;
    top: -15px;
  }
  /* line 1568, page/_main.scss */
  .hide_search_bar .search_bar_arrow {
    display: none;
  }
}

@keyframes search_show_ani {
  from {
    width: 200px;
    left: calc(50% - 100px);
  }
  to {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@keyframes search_hide_ani {
  from {
    width: calc(100% - 40px);
    left: 20px;
    top: calc(120px+5%);
  }
  to {
    width: 200px;
    left: calc(100% - 200px);
    top: 75px;
  }
}
/* line 1605, page/_main.scss */
.pnews_detail .download-tab {
  float: right;
}
/* line 1607, page/_main.scss */
.pnews_detail .download-tab a {
  display: block;
  height: 100%;
  text-align: center;
  background: #9fd6da;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 1620, page/_main.scss */
.pnews_detail .sub_title {
  float: left;
  margin-bottom: 20px;
}
/* line 1624, page/_main.scss */
.pnews_detail .date {
  float: right;
  font-weight: bold;
}
/* line 1628, page/_main.scss */
.pnews_detail .main-img {
  width: 100%;
  margin: 20px auto;
}
/* line 1631, page/_main.scss */
.pnews_detail .main-img img {
  width: 100%;
}
/* line 1635, page/_main.scss */
.pnews_detail table {
  width: 100%;
  margin-top: 30px;
}
/* line 1638, page/_main.scss */
.pnews_detail table th {
  width: 150px;
  padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
}
/* line 1644, page/_main.scss */
.pnews_detail table td {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
}

/* line 1655, page/_main.scss */
.news_detail .section-1 .row,
.pnews_detail .section-1 .row,
.news_list .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 1655, page/_main.scss */
  .news_detail .section-1 .row,
  .pnews_detail .section-1 .row,
  .news_list .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 1665, page/_main.scss */
.news_detail .section-1 .row .contents,
.pnews_detail .section-1 .row .contents,
.news_list .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 1668, page/_main.scss */
.news_detail .section-1 .row .contents .login_box,
.pnews_detail .section-1 .row .contents .login_box,
.news_list .section-1 .row .contents .login_box {
  background: #e8f2f3;
  width: 40%;
  margin: 5% auto;
  border-radius: 15px;
  overflow: hidden;
  min-width: 450px;
}
@media only screen and (max-width: 767px) {
  /* line 1668, page/_main.scss */
  .news_detail .section-1 .row .contents .login_box,
  .pnews_detail .section-1 .row .contents .login_box,
  .news_list .section-1 .row .contents .login_box {
    width: 100%;
    min-width: 0;
  }
}
/* line 1679, page/_main.scss */
.news_detail .section-1 .row .contents .login_box h2.sub_title,
.pnews_detail .section-1 .row .contents .login_box h2.sub_title,
.news_list .section-1 .row .contents .login_box h2.sub_title {
  padding: 22px;
  text-align: center;
  background: #0096a0;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #066a86;
  letter-spacing: 1px;
}
/* line 1689, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box,
.pnews_detail .section-1 .row .contents .login_box .box,
.news_list .section-1 .row .contents .login_box .box {
  padding: 20px 30px;
}
/* line 1691, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box h3,
.pnews_detail .section-1 .row .contents .login_box .box h3,
.news_list .section-1 .row .contents .login_box .box h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #0096a0;
  padding-bottom: 10px;
}
/* line 1698, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .login_mail,
.news_detail .section-1 .row .contents .login_box .box .login_pw,
.pnews_detail .section-1 .row .contents .login_box .box .login_mail,
.pnews_detail .section-1 .row .contents .login_box .box .login_pw,
.news_list .section-1 .row .contents .login_box .box .login_mail,
.news_list .section-1 .row .contents .login_box .box .login_pw {
  width: 100%;
  margin: 15px auto;
  display: block;
  overflow: hidden;
}
/* line 1704, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .login_mail label,
.news_detail .section-1 .row .contents .login_box .box .login_pw label,
.pnews_detail .section-1 .row .contents .login_box .box .login_mail label,
.pnews_detail .section-1 .row .contents .login_box .box .login_pw label,
.news_list .section-1 .row .contents .login_box .box .login_mail label,
.news_list .section-1 .row .contents .login_box .box .login_pw label {
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  width: 80px;
  font-weight: normal;
}
/* line 1712, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .login_mail input,
.news_detail .section-1 .row .contents .login_box .box .login_pw input,
.pnews_detail .section-1 .row .contents .login_box .box .login_mail input,
.pnews_detail .section-1 .row .contents .login_box .box .login_pw input,
.news_list .section-1 .row .contents .login_box .box .login_mail input,
.news_list .section-1 .row .contents .login_box .box .login_pw input {
  float: left;
  height: 30px;
  line-height: 30px;
  width: calc(100% - 30px);
  padding: 0 15px;
  font-size: 15px;
}
/* line 1720, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .login_mail input::placeholder,
.news_detail .section-1 .row .contents .login_box .box .login_pw input::placeholder,
.pnews_detail .section-1 .row .contents .login_box .box .login_mail input::placeholder,
.pnews_detail .section-1 .row .contents .login_box .box .login_pw input::placeholder,
.news_list .section-1 .row .contents .login_box .box .login_mail input::placeholder,
.news_list .section-1 .row .contents .login_box .box .login_pw input::placeholder {
  color: #ccc;
  font-weight: 300;
}
/* line 1725, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .bot_wrap,
.pnews_detail .section-1 .row .contents .login_box .box .bot_wrap,
.news_list .section-1 .row .contents .login_box .box .bot_wrap {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  color: #0096a0;
}
/* line 1730, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .bot_wrap span,
.pnews_detail .section-1 .row .contents .login_box .box .bot_wrap span,
.news_list .section-1 .row .contents .login_box .box .bot_wrap span {
  display: block;
  line-height: 30px;
}
/* line 1733, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .bot_wrap span button,
.pnews_detail .section-1 .row .contents .login_box .box .bot_wrap span button,
.news_list .section-1 .row .contents .login_box .box .bot_wrap span button {
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  border: none;
  outline: none;
  cursor: pointer;
}
/* line 1742, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn,
.pnews_detail .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn,
.news_list .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn {
  width: 50%;
  float: right;
  background: #0096a0;
}
/* line 1746, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn:hover,
.pnews_detail .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn:hover,
.news_list .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn:hover {
  background: #43cbd6;
}
@media only screen and (max-width: 767px) {
  /* line 1742, page/_main.scss */
  .news_detail .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn,
  .pnews_detail .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn,
  .news_list .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }
}
/* line 1755, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn,
.pnews_detail .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn,
.news_list .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn {
  margin-right: 5px;
}
/* line 1758, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn, .news_detail .section-1 .row .contents .login_box .box .bot_wrap span button.forget_btn,
.pnews_detail .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn,
.pnews_detail .section-1 .row .contents .login_box .box .bot_wrap span button.forget_btn,
.news_list .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn,
.news_list .section-1 .row .contents .login_box .box .bot_wrap span button.forget_btn {
  background: #b9b9b9;
  width: calc((100% - 5px)/2);
}
/* line 1761, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn:hover, .news_detail .section-1 .row .contents .login_box .box .bot_wrap span button.forget_btn:hover,
.pnews_detail .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn:hover,
.pnews_detail .section-1 .row .contents .login_box .box .bot_wrap span button.forget_btn:hover,
.news_list .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn:hover,
.news_list .section-1 .row .contents .login_box .box .bot_wrap span button.forget_btn:hover {
  background: #ccc;
}
@media only screen and (max-width: 767px) {
  /* line 1758, page/_main.scss */
  .news_detail .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn, .news_detail .section-1 .row .contents .login_box .box .bot_wrap span button.forget_btn,
  .pnews_detail .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn,
  .pnews_detail .section-1 .row .contents .login_box .box .bot_wrap span button.forget_btn,
  .news_list .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn,
  .news_list .section-1 .row .contents .login_box .box .bot_wrap span button.forget_btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }
}
/* line 1772, page/_main.scss */
.news_detail .section-1 .row .contents .login_box .box .bot_wrap .line,
.pnews_detail .section-1 .row .contents .login_box .box .bot_wrap .line,
.news_list .section-1 .row .contents .login_box .box .bot_wrap .line {
  margin: 20px 0 15px;
}

/* line 1784, page/_main.scss */
.pro_slicker {
  width: calc(100% - 20px);
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 0 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 1784, page/_main.scss */
  .pro_slicker {
    width: calc(100% - 20px);
    padding: 10px 10px;
  }
}
/* line 1797, page/_main.scss */
.pro_slicker .slicker {
  width: 100%;
  position: relative;
  right: 0%;
}
@media only screen and (max-width: 767px) {
  /* line 1797, page/_main.scss */
  .pro_slicker .slicker {
    width: 100%;
  }
}
/* line 1805, page/_main.scss */
.pro_slicker .slicker li {
  margin: 0 10px;
  overflow: hidden;
  outline: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 1805, page/_main.scss */
  .pro_slicker .slicker li {
    margin: 0 10px;
  }
}
/* line 1813, page/_main.scss */
.pro_slicker .slicker li a.mask {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 30%;
}
/* line 1824, page/_main.scss */
.pro_slicker .slicker li a.mask span {
  display: block;
  height: 25px;
  line-height: 25px;
  color: #fff;
}
/* line 1830, page/_main.scss */
.pro_slicker .slicker li a.mask span:nth-child(1) {
  font-size: 16px;
  letter-spacing: 1px;
}
/* line 1834, page/_main.scss */
.pro_slicker .slicker li a.mask span:nth-child(2) {
  font-size: 16px;
  letter-spacing: 2px;
}
/* line 1838, page/_main.scss */
.pro_slicker .slicker li a.mask .btn {
  background: red;
  padding: 10px;
  font-size: 20px;
  height: 23px;
  line-height: 23px;
  width: 52px;
  position: absolute;
  bottom: 35%;
  left: calc(50% - 32px);
  color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 1852, page/_main.scss */
  .pro_slicker .slicker li a.mask span {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    transform: scale(0.8);
  }
  /* line 1858, page/_main.scss */
  .pro_slicker .slicker li a.mask .btn {
    font-size: 12px;
    height: 14px;
    line-height: 14px;
  }
}
/* line 1864, page/_main.scss */
.pro_slicker .slicker li a.mask:hover {
  animation: fadeIn 0.2s linear 0s 1 forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1872, page/_main.scss */
.pro_slicker .slicker li img {
  width: 100%;
  outline: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
}
/* line 1877, page/_main.scss */
.pro_slicker .slicker li h3 {
  color: #0096a0;
  margin-top: 10px;
}
/* line 1883, page/_main.scss */
.pro_slicker .slick-track {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  /* line 1883, page/_main.scss */
  .pro_slicker .slick-track {
    padding: 10px 0;
  }
}
/* line 1889, page/_main.scss */
.pro_slicker .slick-arrow:before {
  content: '';
  display: block;
  width: 20%;
  height: 100%;
  margin: 0 auto;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  /* line 1889, page/_main.scss */
  .pro_slicker .slick-arrow:before {
    width: 50%;
  }
}
/* line 1900, page/_main.scss */
.pro_slicker .slick-next, .pro_slicker .slick-prev {
  z-index: 999999;
  width: 20px;
  height: 40px;
  line-height: 30px;
  opacity: 0.3;
}
/* line 1906, page/_main.scss */
.pro_slicker .slick-next:before, .pro_slicker .slick-prev:before {
  color: #066a86;
  font-size: 32px;
  line-height: 30px;
  display: none;
}
/* line 1913, page/_main.scss */
.pro_slicker .slick-next {
  right: -40px;
  top: 50%;
  background: url("../images/arrow-02.svg?123123123") center no-repeat;
}
@media only screen and (max-width: 767px) {
  /* line 1913, page/_main.scss */
  .pro_slicker .slick-next {
    right: -36px;
  }
}
/* line 1922, page/_main.scss */
.pro_slicker .slick-prev {
  left: -40px;
  top: 50%;
  background: url("../images/arrow-01.svg?1312312312") center no-repeat;
}
@media only screen and (max-width: 767px) {
  /* line 1922, page/_main.scss */
  .pro_slicker .slick-prev {
    left: -36px;
  }
}
/* line 1931, page/_main.scss */
.pro_slicker .btn {
  background: #066a86;
  color: #fff;
  padding: 8px 25px;
  margin: 0px 6px;
  border-radius: 20px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 15px 6px;
}

/* ChenAn For 2020/10/14 16:45 修正 */
/* line 1942, page/_main.scss */
.info_downloads_ul li a {
  display: inline-block;
  margin-bottom: 5px;
  background-color: #0e7a8d;
  color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
}

/* line 1953, page/_main.scss */
.menu_icon_rwd {
  display: none;
}

/* line 1957, page/_main.scss */
.menu_icon {
  position: absolute;
  top: 0;
  right: 45px;
}
/* line 1962, page/_main.scss */
.menu_icon a {
  display: inline-block;
}
/* line 1966, page/_main.scss */
.menu_icon a:nth-child(1) {
  margin-right: -5px;
}

@media only screen and (max-width: 990px) {
  /* line 1974, page/_main.scss */
  .menu_icon {
    display: none;
  }

  /* line 1978, page/_main.scss */
  .menu_icon_rwd {
    display: block;
    margin: 15px auto;
  }

  /* line 1983, page/_main.scss */
  .menu_icon_rwd a {
    display: inline-block;
    margin: 0 3px;
  }
}
/* line 1992, page/_main.scss */
.privacy_policy {
  background: #333333;
  color: #FFFFFF;
  position: fixed;
  bottom: 0rem;
  width: 100%;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  /*padding-right: 200px;*/
  opacity: 0;
  /*font-size: 18px;*/
}
/* line 2010, page/_main.scss */
.privacy_policy .content a {
  color: #FF0000;
}
/* line 2018, page/_main.scss */
.privacy_policy .buttons {
  text-align: right;
}
/* line 2022, page/_main.scss */
.privacy_policy .buttons .button {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  background: #FFFFFF;
  color: #000000;
  border-radius: 5px;
  cursor: pointer;
}

/* line 3, share/_tag.scss */
.btn {
  background: #066a86;
  color: #fff;
  padding: 8px 25px;
  margin: 0px 6px;
  border-radius: 20px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* line 7, share/_tag.scss */
.line {
  height: 1px;
  width: 100%;
  display: block;
  clear: both;
  margin: 0 0 2% 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #066a86 50%, rgba(255, 255, 255, 0) 100%);
}

/* line 17, share/_tag.scss */
.main_title {
  font-size: 40px;
  line-height: 70px;
  height: 80px;
  padding-bottom: 30px;
  color: #0096A0;
  width: 100%;
  padding: 0;
  margin: 0 0 2% 0;
  text-align: left;
  font-weight: 500;
  position: relative;
  letter-spacing: 0px;
}
/* line 30, share/_tag.scss */
.main_title.page {
  color: #0096A0;
}
@media only screen and (max-width: 767px) {
  /* line 17, share/_tag.scss */
  .main_title {
    font-size: 40px;
    line-height: 40px;
    height: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  /* line 17, share/_tag.scss */
  .main_title {
    font-size: 20px;
    line-height: 30px;
    height: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 321px) {
  /* line 17, share/_tag.scss */
  .main_title {
    font-size: 25px;
    line-height: 45px;
    text-align: center;
  }
}
/* line 51, share/_tag.scss */
.main_title:after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #066a86 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #066a86 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #066a86 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #066a86 50%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 767px) {
  /* line 51, share/_tag.scss */
  .main_title:after {
    display: none;
  }
}

/* line 66, share/_tag.scss */
.sub_title {
  font-size: 23px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #000000;
}

/* line 70, share/_tag.scss */
.sub_title_memo {
  font-size: 20px;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #666666;
}

/* line 75, share/_tag.scss */
.to-top {
  background: #066a86;
  color: #fff;
  padding: 8px 25px;
  margin: 0px 6px;
  border-radius: 20px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #000000;
  display: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 30px;
}

/* line 2, _footer.scss */
footer {
  background: #e8e8e8;
  color: #333;
  text-align: center;
  width: 100%;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 9, _footer.scss */
footer .footer_wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  /* line 9, _footer.scss */
  footer .footer_wrap {
    padding: 10px 0;
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 767px) {
   /*line 17, _footer.scss*/ 
  footer .footer_wrap .site_map {
    /*display: none;*/
    padding:10px;
    line-height:50px;
  }
}
/* line 21, _footer.scss */
footer .footer_wrap .site_map a {
  text-decoration: none;
  color: #066a86;
  margin: 0 10px;
  font-size: 14px;
  font-weight: normal;
}
/* line 29, _footer.scss */
footer .footer_wrap .bottom_logo {
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  /* line 29, _footer.scss */
  footer .footer_wrap .bottom_logo {
    margin: 0.5rem auto 0.2rem;
    transform: scale(0.8);
  }
}
/* line 36, _footer.scss */
footer .footer_wrap .address {
  width: 800px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  /* line 36, _footer.scss */
  footer .footer_wrap .address {
    width: 100%;
  }
}
/* line 42, _footer.scss */
footer .footer_wrap .address span {
  font-size: 0.8rem;
  line-height: 1.2rem;
  display: block;
}
/* line 48, _footer.scss */
footer .footer_wrap .copyright {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2rem;
}
/* line 52, _footer.scss */
footer .footer_wrap .copyright span {
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 48, _footer.scss */
  footer .footer_wrap .copyright {
    width: 90%;
    margin: 0 auto;
    transform: scale(0.9);
  }
}

/* line 148, share/_module.scss */
.news .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .news .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.news .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.news .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 11, page/_news.scss */
.news .section-1 .row .contents .list_wrap {
  padding: 30px 0;
}
/* line 14, page/_news.scss */
.news .section-1 .row .contents .list_wrap .list_item {
  background: #e8f2f3;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px 0 #12637159;
  margin: 0 2px 20px;
}
/* line 365, share/_module.scss */
.news .section-1 .row .contents .list_wrap .list_item:hover {
  background: #a2cfd4;
}
/* line 375, share/_module.scss */
.news .section-1 .row .contents .list_wrap .list_item a {
  color: #066a86;
}
/* line 378, share/_module.scss */
.news .section-1 .row .contents .list_wrap .list_item.news_item {
  display: flex;
  flex-flow: row;
  font-weight: normal;
  align-items: center;
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 378, share/_module.scss */
  .news .section-1 .row .contents .list_wrap .list_item.news_item {
    flex-flow: column;
    padding-bottom: 10px;
  }
}
/* line 389, share/_module.scss */
.news .section-1 .row .contents .list_wrap .list_item.news_item .left-top-flag {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
  width: 80px;
  text-align: center;
  border-radius: 0 0 10px 0;
}
/* line 401, share/_module.scss */
.news .section-1 .row .contents .list_wrap .list_item.news_item .left-top-flag.type-a {
  background: #dd4e35;
}
/* line 404, share/_module.scss */
.news .section-1 .row .contents .list_wrap .list_item.news_item .left-top-flag.type-b {
  background: #17777a;
}
/* line 409, share/_module.scss */
.news .section-1 .row .contents .list_wrap .list_item.news_item .title {
  width: calc(100% - 0px);
  font-weight: bold;
  color: #005168;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 409, share/_module.scss */
  .news .section-1 .row .contents .list_wrap .list_item.news_item .title {
    width: 100%;
    padding-bottom: 20px;
  }
}
/* line 420, share/_module.scss */
.news .section-1 .row .contents .list_wrap .list_item.news_item .button {
  width: 250px;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  /* line 420, share/_module.scss */
  .news .section-1 .row .contents .list_wrap .list_item.news_item .button {
    width: 100%;
  }
}
/* line 427, share/_module.scss */
.news .section-1 .row .contents .list_wrap .list_item.news_item .button a {
  background: #4b8b89;
  color: #fff;
  border-radius: 30px;
  display: block;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  /* line 427, share/_module.scss */
  .news .section-1 .row .contents .list_wrap .list_item.news_item .button a {
    padding: 10px;
  }
}
/* line 19, page/_news.scss */
.news .section-1 .row .contents .page_num {
  text-align: center;
  /** 上一頁(&lt;)、下一頁(&gt;)  */
  /** 目前所在頁面(數字) */
}
@media only screen and (max-width: 767px) {
  /* line 19, page/_news.scss */
  .news .section-1 .row .contents .page_num {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
/* line 452, share/_module.scss */
.news .section-1 .row .contents .page_num a {
  display: inline-block;
  padding: 4px 7px;
  margin: 5px 0 5px 2px;
  font-size: 12px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #CCCCCC;
}
/* line 460, share/_module.scss */
.news .section-1 .row .contents .page_num a.active, .news .section-1 .row .contents .page_num a:hover {
  color: #FFFFFF;
  background-color: #0096A0;
}
/* line 467, share/_module.scss */
.news .section-1 .row .contents .page_num .disabled {
  display: inline-block;
  padding: 4px 7px;
  margin: 5px 0 5px 2px;
  font-size: 12px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #CCCCCC;
}
/* line 475, share/_module.scss */
.news .section-1 .row .contents .page_num .disabled.active, .news .section-1 .row .contents .page_num .disabled:hover {
  color: #FFFFFF;
  background-color: #0096A0;
}
/* line 481, share/_module.scss */
.news .section-1 .row .contents .page_num .current {
  display: inline-block;
  padding: 4px 7px;
  margin: 5px 0 5px 2px;
  font-size: 12px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #0096A0;
}

/* line 148, share/_module.scss */
.tpms .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .tpms .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.tpms .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.tpms .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}

/* line 148, share/_module.scss */
.tpms_introduction .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .tpms_introduction .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.tpms_introduction .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.tpms_introduction .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 13, page/_tpms_introduction.scss */
.tpms_introduction .section-1 .row .contents .box .info {
  width: calc(100% - 0px);
  float: right;
  line-height: 25px;
  margin-bottom: 20px;
  width: calc((100% - 40px));
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 13, page/_tpms_introduction.scss */
  .tpms_introduction .section-1 .row .contents .box .info {
    width: 100%;
  }
}
/* line 218, share/_module.scss */
.tpms_introduction .section-1 .row .contents .box .info img {
  width: 100%;
  margin-bottom: 20px;
}
/* line 222, share/_module.scss */
.tpms_introduction .section-1 .row .contents .box .info .info_wrap {
  padding: 20px;
  display: block;
  min-height: 25px;
  line-height: 25px;
  font-size: 17px;
  color: #066A86;
  background-color: #e8f2f3;
}
/* line 232, share/_module.scss */
.tpms_introduction .section-1 .row .contents .box .info .info_wrap span {
  display: block;
}
/* line 235, share/_module.scss */
.tpms_introduction .section-1 .row .contents .box .info .info_wrap span .fa {
  width: 25px;
}
/* line 19, page/_tpms_introduction.scss */
.tpms_introduction .section-1 .row .contents .box .memo {
  width: calc(100% - 0px);
  float: left;
  line-height: 25px;
  margin-bottom: 20px;
  width: calc((100% - 40px));
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 19, page/_tpms_introduction.scss */
  .tpms_introduction .section-1 .row .contents .box .memo {
    width: 100%;
  }
}
/* line 181, share/_module.scss */
.tpms_introduction .section-1 .row .contents .box .memo .info_wrap {
  background: #efefef;
  border-radius: 10px;
  padding: 20px;
  font-size: 23px;
  color: #000000;
  background-color: #EFEFEF;
}
/* line 191, share/_module.scss */
.tpms_introduction .section-1 .row .contents .box .memo .info_wrap p span {
  font-size: 23px;
  display: block;
  min-height: 25px;
  line-height: 30px;
}
/* line 200, share/_module.scss */
.tpms_introduction .section-1 .row .contents .box .memo .info_wrap ol, .tpms_introduction .section-1 .row .contents .box .memo .info_wrap ul {
  font-size: 23px;
  padding-left: 25px;
  line-height: 35px;
}
/* line 24, page/_tpms_introduction.scss */
.tpms_introduction .section-1 .row .contents .box .sub_block {
  display: block;
  width: calc((100% - 40px));
  float: left;
}

/* line 148, share/_module.scss */
.detail .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .detail .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.detail .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.detail .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 11, page/_detail.scss */
.detail .section-1 .row .contents .img_wrap {
  width: calc(45% - 30px);
  max-width: 433px;
  float: left;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  /* line 11, page/_detail.scss */
  .detail .section-1 .row .contents .img_wrap {
    width: 100%;
  }
}
/* line 20, page/_detail.scss */
.detail .section-1 .row .contents .img_wrap .img-body {
  width: 100%;
}
/* line 22, page/_detail.scss */
.detail .section-1 .row .contents .img_wrap .img-body img {
  width: 100%;
  max-width: 600px;
}
/* line 27, page/_detail.scss */
.detail .section-1 .row .contents .img_wrap .img-other {
  text-align: left;
}
/* line 29, page/_detail.scss */
.detail .section-1 .row .contents .img_wrap .img-other img {
  border: 1px #787878 solid;
  width: 120px;
}
/* line 36, page/_detail.scss */
.detail .section-1 .row .contents .detail_info {
  width: 55%;
  float: right;
  margin-bottom: 50px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  /* line 36, page/_detail.scss */
  .detail .section-1 .row .contents .detail_info {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 45, page/_detail.scss */
.detail .section-1 .row .contents .detail_info .detail_title {
  color: #066A86;
  font-size: 50px;
  line-height: 60px;
}
/* line 50, page/_detail.scss */
.detail .section-1 .row .contents .detail_info .info_box {
  border-top: 1px solid #dddddd;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 25px;
  color: #999;
}
/* line 57, page/_detail.scss */
.detail .section-1 .row .contents .detail_info .info_box.btn_box {
  text-align: center;
}
/* line 60, page/_detail.scss */
.detail .section-1 .row .contents .detail_info .info_box .info_title {
  color: #066a86;
  font-size: 24px;
  margin-bottom: 5px;
}
/* line 65, page/_detail.scss */
.detail .section-1 .row .contents .detail_info .info_box span {
  display: block;
  font-size: 18px;
  color: #333;
}
/* line 69, page/_detail.scss */
.detail .section-1 .row .contents .detail_info .info_box span label {
  color: #999;
}
/* line 72, page/_detail.scss */
.detail .section-1 .row .contents .detail_info .info_box span p {
  padding-bottom: 20px;
  line-height: 20px;
}
/* line 78, page/_detail.scss */
.detail .section-1 .row .contents .detail_info .info_box.AuthImg .img-wrap {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
/* line 83, page/_detail.scss */
.detail .section-1 .row .contents .detail_info .info_box.AuthImg .img-wrap img {
  width: 50px;
  display: block;
  outline: none;
  overflow: hidden;
}
/* line 93, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  /* line 93, page/_detail.scss */
  .detail .section-1 .row .contents .detail_spec {
    clear: both;
  }
}
/* line 99, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec ul.spec_tab {
  width: 100%;
  border-bottom: 5px solid #0e7a8d;
  clear: both;
  text-align: left;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  /* line 99, page/_detail.scss */
  .detail .section-1 .row .contents .detail_spec ul.spec_tab {
    text-align: center;
  }
}
/* line 109, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec ul.spec_tab li {
  display: block;
  width: 20%;
  margin: 0 1px 0 0;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 109, page/_detail.scss */
  .detail .section-1 .row .contents .detail_spec ul.spec_tab li {
    width: calc((100%)/3);
    margin: 0 0;
    float: left;
    font-size: 18px;
  }
}
/* line 120, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec ul.spec_tab li a {
  background: #00a7c2;
  color: #fff;
  display: block;
  padding: 10px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
/* line 135, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec ul.spec_tab li:hover a,
.detail .section-1 .row .contents .detail_spec ul.spec_tab li.active a {
  background: #0e7a8d;
  color: #fff;
}
/* line 141, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec .spec_table_wrap {
  width: 100%;
  overflow-x: scroll;
}
/* line 144, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec .spec_table_wrap table.spec_table {
  width: 100%;
  min-width: 1024px;
  border: 2px solid #0e7a8d;
}
/* line 148, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec .spec_table_wrap table.spec_table tr:nth-child(2n) {
  background: #f1f1f1;
}
/* line 151, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec .spec_table_wrap table.spec_table tr {
  background: #fff;
}
/* line 153, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec .spec_table_wrap table.spec_table tr td {
  padding: 10px 0;
  font-size: 18px;
  border: 1px solid #007974;
}
@media only screen and (max-width: 1024px) {
  /* line 153, page/_detail.scss */
  .detail .section-1 .row .contents .detail_spec .spec_table_wrap table.spec_table tr td {
    text-align: left;
  }
}
/* line 160, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec .spec_table_wrap table.spec_table tr td p {
  margin: 10px;
  display: inline-block;
  width: calc(20% - 24px);
}
/* line 171, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec #selfreplace .myth,
.detail .section-1 .row .contents .detail_spec #selfalternator .myth,
.detail .section-1 .row .contents .detail_spec #replace .myth,
.detail .section-1 .row .contents .detail_spec #alternator .myth {
  background: #0096a0;
  color: #fff;
  padding: 10px 3px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
}
/* line 179, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec #selfreplace .myth.oe,
.detail .section-1 .row .contents .detail_spec #selfalternator .myth.oe,
.detail .section-1 .row .contents .detail_spec #replace .myth.oe,
.detail .section-1 .row .contents .detail_spec #alternator .myth.oe {
  width: 20%;
  text-align: center;
}
/* line 183, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec #selfreplace .myth.part,
.detail .section-1 .row .contents .detail_spec #selfalternator .myth.part,
.detail .section-1 .row .contents .detail_spec #replace .myth.part,
.detail .section-1 .row .contents .detail_spec #alternator .myth.part {
  width: 80%;
  text-align: left;
  padding-left: 10px;
}
/* line 190, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec #selfreplace a,
.detail .section-1 .row .contents .detail_spec #selfalternator a,
.detail .section-1 .row .contents .detail_spec #replace a,
.detail .section-1 .row .contents .detail_spec #alternator a {
  text-decoration: underline;
  margin: 10px;
  display: inline-block;
  width: calc(20% - 24px);
}
/* line 199, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec #application .myth,
.detail .section-1 .row .contents .detail_spec #application2 .myth {
  background: #0096A0;
  color: #fff;
  padding: 10px 3px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold !important;
}
/* line 209, page/_detail.scss */
.detail .section-1 .row .contents .detail_spec #application th, .detail .section-1 .row .contents .detail_spec #application td,
.detail .section-1 .row .contents .detail_spec #application2 th,
.detail .section-1 .row .contents .detail_spec #application2 td {
  text-align: center;
  border: 1px solid #007974;
}
/* line 215, page/_detail.scss */
.detail .section-1 .row .contents .prompt {
  width: calc(100% - 0px);
  float: right;
  line-height: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 215, page/_detail.scss */
  .detail .section-1 .row .contents .prompt {
    width: 100%;
  }
}
/* line 253, share/_module.scss */
.detail .section-1 .row .contents .prompt .info_wrap {
  padding: 20px;
  display: block;
  min-height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #000000;
  background-color: #EEEEEE;
  border-style: solid;
  border-width: 2px;
  border-color: #CCCCCC;
  border-radius: 10px;
}
/* line 269, share/_module.scss */
.detail .section-1 .row .contents .prompt .info_wrap span {
  display: block;
}
/* line 272, share/_module.scss */
.detail .section-1 .row .contents .prompt .info_wrap span .fa {
  width: 25px;
}
/* line 221, page/_detail.scss */
.detail .section-1 .row .item_wrap {
  width: 100%;
}
/* line 223, page/_detail.scss */
.detail .section-1 .row .item_wrap .items {
  width: calc((100% - 100px)/5);
  float: left;
  text-align: center;
  margin: 10px;
}
/* line 228, page/_detail.scss */
.detail .section-1 .row .item_wrap .items:hover .pic {
  animation: item_ani 0.1s linear 0s 1 forwards;
}
@keyframes item_ani {
  0% {
    transform: scale(1) translateY(0) rotate(0);
  }
  100% {
    transform: scale(1.15) translateY(-10px) rotate(10deg);
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1024px) {
  /* line 223, page/_detail.scss */
  .detail .section-1 .row .item_wrap .items {
    width: calc((100% - 80px)/4);
  }
}
@media only screen and (max-width: 640px) {
  /* line 223, page/_detail.scss */
  .detail .section-1 .row .item_wrap .items {
    width: calc((100% - 40px)/2);
  }
}
/* line 246, page/_detail.scss */
.detail .section-1 .row .item_wrap .items .pic {
  width: calc(80% - 10px);
  border: 5px solid rgba(30, 129, 130, 0.35);
  border-radius: 50%;
  overflow: hidden;
  margin: 10%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 246, page/_detail.scss */
  .detail .section-1 .row .item_wrap .items .pic {
    width: calc(90% - 4px);
    border: 2px solid rgba(30, 129, 130, 0.35);
    border-radius: 50%;
    overflow: hidden;
    margin: 5%;
  }
}
/* line 260, page/_detail.scss */
.detail .section-1 .row .item_wrap .items .pic img {
  width: 70%;
  height: auto;
  margin: 15%;
}
/* line 266, page/_detail.scss */
.detail .section-1 .row .item_wrap .items .name {
  font-size: 20px;
  line-height: 25px;
  color: #066a86;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  /* line 266, page/_detail.scss */
  .detail .section-1 .row .item_wrap .items .name {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 266, page/_detail.scss */
  .detail .section-1 .row .item_wrap .items .name {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 321px) {
  /* line 266, page/_detail.scss */
  .detail .section-1 .row .item_wrap .items .name {
    font-size: 14px;
    line-height: 19px;
  }
}
/* line 284, page/_detail.scss */
.detail .section-1 .row .item_wrap .items .info {
  font-size: 13px;
  color: #666;
  line-height: 20px;
  height: 20px;
  text-align: left;
  font-weight: 500;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 298, page/_detail.scss */
.detail .section-1 .row .item_wrap .items .info:before {
  content: '■ ';
}

/* line 148, share/_module.scss */
.service .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .service .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.service .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.service .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 11, page/_service.scss */
.service .section-1 .row .contents .login_box {
  background: #e8f2f3;
  width: 40%;
  margin: 5% auto;
  border-radius: 15px;
  overflow: hidden;
  min-width: 450px;
}
@media only screen and (max-width: 767px) {
  /* line 11, page/_service.scss */
  .service .section-1 .row .contents .login_box {
    width: 100%;
    min-width: 0;
  }
}
/* line 22, page/_service.scss */
.service .section-1 .row .contents .login_box h2.sub_title {
  padding: 22px;
  text-align: center;
  background: #0096a0;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #066a86;
  letter-spacing: 1px;
}
/* line 32, page/_service.scss */
.service .section-1 .row .contents .login_box .box {
  padding: 20px 30px;
}
/* line 34, page/_service.scss */
.service .section-1 .row .contents .login_box .box h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #0096a0;
  padding-bottom: 10px;
}
/* line 41, page/_service.scss */
.service .section-1 .row .contents .login_box .box .login_mail,
.service .section-1 .row .contents .login_box .box .login_pw {
  width: 100%;
  margin: 15px auto;
  display: block;
  overflow: hidden;
}
/* line 47, page/_service.scss */
.service .section-1 .row .contents .login_box .box .login_mail label,
.service .section-1 .row .contents .login_box .box .login_pw label {
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  width: 80px;
  font-weight: normal;
}
/* line 55, page/_service.scss */
.service .section-1 .row .contents .login_box .box .login_mail input,
.service .section-1 .row .contents .login_box .box .login_pw input {
  float: left;
  height: 30px;
  line-height: 30px;
  width: calc(100% - 30px);
  padding: 0 15px;
  font-size: 15px;
}
/* line 63, page/_service.scss */
.service .section-1 .row .contents .login_box .box .login_mail input::placeholder,
.service .section-1 .row .contents .login_box .box .login_pw input::placeholder {
  color: #ccc;
  font-weight: 300;
}
/* line 68, page/_service.scss */
.service .section-1 .row .contents .login_box .box .bot_wrap {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  color: #0096a0;
}
/* line 73, page/_service.scss */
.service .section-1 .row .contents .login_box .box .bot_wrap span {
  display: block;
  line-height: 30px;
}
/* line 76, page/_service.scss */
.service .section-1 .row .contents .login_box .box .bot_wrap span button {
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  border: none;
  outline: none;
  cursor: pointer;
}
/* line 85, page/_service.scss */
.service .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn {
  width: 50%;
  float: right;
  background: #0096a0;
}
/* line 89, page/_service.scss */
.service .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn:hover {
  background: #43cbd6;
}
@media only screen and (max-width: 767px) {
  /* line 85, page/_service.scss */
  .service .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }
  .service .section-1 .row .contents .login_box .box .bot_wrap span button.submit_btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }
}
.service .section-1 .row .contents .login_box .box .bot_wrap span button.submit_btn {
  width: 50%;
  text-align:center;
  background: #0096a0;
}
.service .section-1 .row .contents .login_box .box .bot_wrap span button.submit_btn:hover {
  background: #43cbd6;
}
/* line 98, page/_service.scss */
.service .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn {
  margin-right: 5px;
}
/* line 101, page/_service.scss */
.service .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn, .service .section-1 .row .contents .login_box .box .bot_wrap span button.forget_btn {
  background: #b9b9b9;
  width: calc((100% - 5px)/2);
}
/* line 104, page/_service.scss */
.service .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn:hover, .service .section-1 .row .contents .login_box .box .bot_wrap span button.forget_btn:hover {
  background: #ccc;
}
@media only screen and (max-width: 767px) {
  /* line 101, page/_service.scss */
  .service .section-1 .row .contents .login_box .box .bot_wrap span button.regist_btn, .service .section-1 .row .contents .login_box .box .bot_wrap span button.forget_btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }
}
/* line 115, page/_service.scss */
.service .section-1 .row .contents .login_box .box .bot_wrap .line {
  margin: 20px 0 15px;
}

/* line 148, share/_module.scss */
.search .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .search .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.search .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.search .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 9, page/_search.scss */
.search .section-1 .row .buttons {
  padding-bottom: 40px;
}
/* line 14, page/_search.scss */
.search .section-1 .row .contents {
  width: 100%;
  overflow-x: scroll;
}
/* line 17, page/_search.scss */
.search .section-1 .row .contents table {
  width: 100%;
  min-width: 1024px;
}
/* line 20, page/_search.scss */
.search .section-1 .row .contents table th {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  background: #0096a0;
  color: #fff;
}
/* line 28, page/_search.scss */
.search .section-1 .row .contents table td {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
/* line 34, page/_search.scss */
.search .section-1 .row .contents table tr:nth-child(2n) td {
  background: #e8e8e8;
}

/* line 47, page/_search.scss */
.search .section-1 {
  background: linear-gradient(90deg, #f1f1f1 0%, #ffffff 100%);
  background: -moz-linear-gradient(90deg, #f1f1f1 0%, #ffffff 100%);
  background: -webkit-linear-gradient(90deg, #f1f1f1 0%, #ffffff 100%);
  background: -o-linear-gradient(90deg, #f1f1f1 0%, #ffffff 100%);
}
/* line 49, page/_search.scss */
.search .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 49, page/_search.scss */
  .search .section-1 .row {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
}
/* line 60, page/_search.scss */
.search .section-1 .row .item_wrap {
  width: 100%;
  overflow-x: scroll;
}
/* line 63, page/_search.scss */
.search .section-1 .row .item_wrap .items {
  width: calc((100% - 100px)/5);
  float: left;
  text-align: center;
  margin: 10px;
}
/* line 68, page/_search.scss */
.search .section-1 .row .item_wrap .items:hover .pic {
  animation: item_ani 0.1s linear 0s 1 forwards;
}
@keyframes item_ani {
  0% {
    transform: scale(1) translateY(0) rotate(0);
  }
  100% {
    transform: scale(1.15) translateY(-10px) rotate(10deg);
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1024px) {
  /* line 63, page/_search.scss */
  .search .section-1 .row .item_wrap .items {
    width: calc((100% - 80px)/4);
  }
}
@media only screen and (max-width: 640px) {
  /* line 63, page/_search.scss */
  .search .section-1 .row .item_wrap .items {
    width: calc((100% - 40px)/2);
  }
}
/* line 86, page/_search.scss */
.search .section-1 .row .item_wrap .items .pic {
  width: calc(80% - 10px);
  border: 5px solid rgba(30, 129, 130, 0.35);
  border-radius: 50%;
  overflow: hidden;
  margin: 10%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 86, page/_search.scss */
  .search .section-1 .row .item_wrap .items .pic {
    width: calc(90% - 4px);
    border: 2px solid rgba(30, 129, 130, 0.35);
    border-radius: 50%;
    overflow: hidden;
    margin: 5%;
  }
}
/* line 100, page/_search.scss */
.search .section-1 .row .item_wrap .items .pic img {
  width: 70%;
  height: auto;
  margin: 15%;
}
/* line 106, page/_search.scss */
.search .section-1 .row .item_wrap .items .name {
  font-size: 20px;
  line-height: 25px;
  color: #066a86;
}
@media only screen and (max-width: 767px) {
  /* line 106, page/_search.scss */
  .search .section-1 .row .item_wrap .items .name {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 106, page/_search.scss */
  .search .section-1 .row .item_wrap .items .name {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 321px) {
  /* line 106, page/_search.scss */
  .search .section-1 .row .item_wrap .items .name {
    font-size: 14px;
    line-height: 19px;
  }
}
/* line 123, page/_search.scss */
.search .section-1 .row .item_wrap .items .info {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
/* line 132, page/_search.scss */
.search .section-1 .row .item_wrap table {
  width: 100%;
  min-width: 1024px;
}
/* line 135, page/_search.scss */
.search .section-1 .row .item_wrap table th {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  background: #0096a0;
  color: #fff;
}
/* line 143, page/_search.scss */
.search .section-1 .row .item_wrap table td {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
/* line 149, page/_search.scss */
.search .section-1 .row .item_wrap table tr:nth-child(2n) td {
  background: #e8e8e8;
}

/* line 148, share/_module.scss */
.sitemap .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .sitemap .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.sitemap .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.sitemap .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 11, page/_sitemap.scss */
.sitemap .section-1 .row .contents .list_wrap {
  width: 100%;
  padding: 30px 0;
}
/* line 14, page/_sitemap.scss */
.sitemap .section-1 .row .contents .list_wrap .box {
  width: calc((100% - 160px)/ 3);
  display: block;
  float: left;
  background: #e8f2f3;
  margin: 0 20px 20px 0;
  padding: 20px;
  min-height: 110px;
}
/* line 22, page/_sitemap.scss */
.sitemap .section-1 .row .contents .list_wrap .box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 14, page/_sitemap.scss */
  .sitemap .section-1 .row .contents .list_wrap .box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* line 29, page/_sitemap.scss */
.sitemap .section-1 .row .contents .list_wrap .box .sub_title {
  font-size: 20px;
  font-weight: bold;
  color: #0096a0;
  padding-bottom: 10px;
  border-bottom: 1px solid #0096a03d;
  margin-bottom: 5px;
}
/* line 38, page/_sitemap.scss */
.sitemap .section-1 .row .contents .list_wrap .box ul li {
  line-height: 25px;
}
/* line 40, page/_sitemap.scss */
.sitemap .section-1 .row .contents .list_wrap .box ul li a {
  color: #066a86;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

/* line 148, share/_module.scss */
.simple .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .simple .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.simple .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.simple .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 13, page/_simple.scss */
.simple .section-1 .row .contents .section-1 .info {
  width: calc(100% - 0px);
  float: right;
  line-height: 25px;
  margin-bottom: 20px;
  width: calc((100% - 40px));
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 13, page/_simple.scss */
  .simple .section-1 .row .contents .section-1 .info {
    width: 100%;
  }
}
/* line 218, share/_module.scss */
.simple .section-1 .row .contents .section-1 .info img {
  width: 100%;
  margin-bottom: 20px;
}
/* line 222, share/_module.scss */
.simple .section-1 .row .contents .section-1 .info .info_wrap {
  padding: 20px;
  display: block;
  min-height: 25px;
  line-height: 25px;
  font-size: 17px;
  color: #066A86;
  background-color: #e8f2f3;
}
/* line 232, share/_module.scss */
.simple .section-1 .row .contents .section-1 .info .info_wrap span {
  display: block;
}
/* line 235, share/_module.scss */
.simple .section-1 .row .contents .section-1 .info .info_wrap span .fa {
  width: 25px;
}
/* line 19, page/_simple.scss */
.simple .section-1 .row .contents .section-1 .buttons {
  width: calc((100% - 40px));
  float: left;
  line-height: 25px;
  margin-bottom: 20px;
}
/* line 26, page/_simple.scss */
.simple .section-1 .row .contents .section-1 .buttons .info_wrap {
  padding: 20px;
  min-height: 25px;
  line-height: 25px;
  color: #000000;
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 10px;
}
/* line 40, page/_simple.scss */
.simple .section-1 .row .contents .section-1 .buttons .info_wrap .btn {
  background: #066a86;
  color: #fff;
  padding: 8px 25px;
  margin: 0px 6px;
  border-radius: 20px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  float: left;
  font-weight: bold;
  /*	
  &amp;:hover{
  	width: calc((100% - 70px));
  }
  */
}
/* line 52, page/_simple.scss */
.simple .section-1 .row .contents .section-1 .buttons .info_wrap .btn.search-product {
  background-color: #ff4d00;
}
/* line 57, page/_simple.scss */
.simple .section-1 .row .contents .section-1 .buttons .info_wrap .btn.e-catalogue {
  background-color: #0096a0;
}
/* line 62, page/_simple.scss */
.simple .section-1 .row .contents .section-1 .buttons .info_wrap .btn.back-to-top {
  background-color: #000000;
  color: #FFFFFF;
}
/* line 68, page/_simple.scss */
.simple .section-1 .row .contents .section-1 .buttons .info_wrap .btn.download {
  background-color: #4b8b89;
  color: #FFFFFF;
}
/* line 80, page/_simple.scss */
.simple .section-1 .row .contents .section-1 .prompt {
  width: calc(100% - 0px);
  float: right;
  line-height: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 80, page/_simple.scss */
  .simple .section-1 .row .contents .section-1 .prompt {
    width: 100%;
  }
}
/* line 253, share/_module.scss */
.simple .section-1 .row .contents .section-1 .prompt .info_wrap {
  padding: 20px;
  display: block;
  min-height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #000000;
  background-color: #EEEEEE;
  border-style: solid;
  border-width: 2px;
  border-color: #CCCCCC;
  border-radius: 10px;
}
/* line 269, share/_module.scss */
.simple .section-1 .row .contents .section-1 .prompt .info_wrap span {
  display: block;
}
/* line 272, share/_module.scss */
.simple .section-1 .row .contents .section-1 .prompt .info_wrap span .fa {
  width: 25px;
}

/* line 148, share/_module.scss */
.support .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .support .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.support .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.support .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 11, page/_support.scss */
.support .section-1 .row .contents .box {
  padding: 30px 0;
  overflow: hidden;
  margin-bottom: 0%;
}
/* line 15, page/_support.scss */
.support .section-1 .row .contents .box .mainvideo {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 15, page/_support.scss */
  .support .section-1 .row .contents .box .mainvideo {
    width: 100%;
  }
}
/* line 22, page/_support.scss */
.support .section-1 .row .contents .box .video-nav {
  width: calc(30% - 30px);
  margin-left: 30px;
  float: right;
}
@media only screen and (max-width: 767px) {
  /* line 22, page/_support.scss */
  .support .section-1 .row .contents .box .video-nav {
    width: 100%;
    margin-left: 0;
  }
}
/* line 31, page/_support.scss */
.support .section-1 .row .contents .box .video-nav ul.video-list li {
  border-top: 1px solid #005168;
}
/* line 33, page/_support.scss */
.support .section-1 .row .contents .box .video-nav ul.video-list li a {
  display: -webkit-flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
}
/* line 38, page/_support.scss */
.support .section-1 .row .contents .box .video-nav ul.video-list li a .img {
  width: 40%;
}
/* line 40, page/_support.scss */
.support .section-1 .row .contents .box .video-nav ul.video-list li a .img img {
  width: 100%;
}
/* line 44, page/_support.scss */
.support .section-1 .row .contents .box .video-nav ul.video-list li a .txt {
  width: calc(60% - 20px);
  margin-left: 20px;
  color: #005168;
}
/* line 52, page/_support.scss */
.support .section-1 .row .contents .box .video-nav .page_num {
  text-align: center;
  /** 上一頁(&lt;)、下一頁(&gt;)  */
  /** 目前所在頁面(數字) */
}
@media only screen and (max-width: 767px) {
  /* line 52, page/_support.scss */
  .support .section-1 .row .contents .box .video-nav .page_num {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
/* line 452, share/_module.scss */
.support .section-1 .row .contents .box .video-nav .page_num a {
  display: inline-block;
  padding: 4px 7px;
  margin: 5px 0 5px 2px;
  font-size: 12px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #CCCCCC;
}
/* line 460, share/_module.scss */
.support .section-1 .row .contents .box .video-nav .page_num a.active, .support .section-1 .row .contents .box .video-nav .page_num a:hover {
  color: #FFFFFF;
  background-color: #0096A0;
}
/* line 467, share/_module.scss */
.support .section-1 .row .contents .box .video-nav .page_num .disabled {
  display: inline-block;
  padding: 4px 7px;
  margin: 5px 0 5px 2px;
  font-size: 12px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #CCCCCC;
}
/* line 475, share/_module.scss */
.support .section-1 .row .contents .box .video-nav .page_num .disabled.active, .support .section-1 .row .contents .box .video-nav .page_num .disabled:hover {
  color: #FFFFFF;
  background-color: #0096A0;
}
/* line 481, share/_module.scss */
.support .section-1 .row .contents .box .video-nav .page_num .current {
  display: inline-block;
  padding: 4px 7px;
  margin: 5px 0 5px 2px;
  font-size: 12px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #0096A0;
}
/* line 57, page/_support.scss */
.support .section-1 .row .contents .box .bot-list {
  list-style: disc;
  padding: 20px 20px 20px 40px;
  background: #e8f2f3;
  list-style: disc;
  overflow: hidden;
}
/* line 64, page/_support.scss */
.support .section-1 .row .contents .box .bot-list li a {
  color: #126371;
}

/* line 148, share/_module.scss */
.contact .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .contact .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.contact .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.contact .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 11, page/_contact.scss */
.contact .section-1 .row .contents .mymap {
  position: relative;
}
/* line 13, page/_contact.scss */
.contact .section-1 .row .contents .mymap .maptab {
  position: absolute;
  display: block;
  z-index: 999;
}
/* line 17, page/_contact.scss */
.contact .section-1 .row .contents .mymap .maptab.usa {
  height: 3%;
  width: 14%;
  top: 45%;
  left: 15%;
}
/* line 23, page/_contact.scss */
.contact .section-1 .row .contents .mymap .maptab.usa-2 {
  height: 3%;
  width: 14%;
  top: 50%;
  left: 22%;
}
/* line 29, page/_contact.scss */
.contact .section-1 .row .contents .mymap .maptab.taiwan {
  height: 3%;
  width: 15%;
  top: 54%;
  left: 76%;
}
/* line 35, page/_contact.scss */
.contact .section-1 .row .contents .mymap .maptab.china {
  height: 3%;
  width: 14%;
  top: 48.5%;
  left: 73.2%;
}
/* line 41, page/_contact.scss */
.contact .section-1 .row .contents .mymap .maptab.uk {
  height: 3%;
  width: 12%;
  top: 36.3%;
  left: 44%;
}
/* line 49, page/_contact.scss */
.contact .section-1 .row .contents .map_tab {
  width: 350px;
  position: absolute;
  z-index: 9999999;
  width: 400px;
  right: 0;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 49, page/_contact.scss */
  .contact .section-1 .row .contents .map_tab {
    width: 100%;
    position: static;
    overflow: hidden;
  }
}
/* line 504, share/_module.scss */
.contact .section-1 .row .contents .map_tab li {
  height: 30px;
  line-height: 30px;
  float: left;
}
/* line 508, share/_module.scss */
.contact .section-1 .row .contents .map_tab li:not(:last-child) {
  margin-right: 4px;
}
/* line 511, share/_module.scss */
.contact .section-1 .row .contents .map_tab li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #0096A0;
}
/* line 525, share/_module.scss */
.contact .section-1 .row .contents .map_tab li a.active, .contact .section-1 .row .contents .map_tab li a:hover {
  color: #0096A0;
  background-color: #9FD6DA;
}
/* line 56, page/_contact.scss */
.contact .section-1 .row .contents .map_tab li {
  width: calc((100% - 12px) / 4);
}
/* line 62, page/_contact.scss */
.contact .section-1 .row .contents .box .info {
  width: calc(100% - 0px);
  float: right;
  line-height: 25px;
  margin-bottom: 20px;
  width: calc((100% - 40px)/2);
}
@media only screen and (max-width: 767px) {
  /* line 62, page/_contact.scss */
  .contact .section-1 .row .contents .box .info {
    width: 100%;
  }
}
/* line 218, share/_module.scss */
.contact .section-1 .row .contents .box .info img {
  width: 100%;
  margin-bottom: 20px;
}
/* line 222, share/_module.scss */
.contact .section-1 .row .contents .box .info .info_wrap {
  padding: 20px;
  display: block;
  min-height: 25px;
  line-height: 25px;
  font-size: 17px;
  color: #066A86;
  background-color: #e8f2f3;
}
/* line 232, share/_module.scss */
.contact .section-1 .row .contents .box .info .info_wrap span {
  display: block;
}
/* line 235, share/_module.scss */
.contact .section-1 .row .contents .box .info .info_wrap span .fa {
  width: 25px;
}
/* line 66, page/_contact.scss */
.contact .section-1 .row .contents .box .map {
  width: calc(100% - 0px);
  float: left;
  width: calc((100% - 40px)/2);
}
@media only screen and (max-width: 767px) {
  /* line 66, page/_contact.scss */
  .contact .section-1 .row .contents .box .map {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 287, share/_module.scss */
  .contact .section-1 .row .contents .box .map iframe {
    height: 300px;
    min-height: 200px;
  }
}
/* line 292, share/_module.scss */
.contact .section-1 .row .contents .box .map iframe {
  width: 100%;
  min-height: 440px;
}
/* line 70, page/_contact.scss */
.contact .section-1 .row .contents .box .memo {
  width: calc(100% - 0px);
  float: left;
  line-height: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 70, page/_contact.scss */
  .contact .section-1 .row .contents .box .memo {
    width: 100%;
  }
}
/* line 181, share/_module.scss */
.contact .section-1 .row .contents .box .memo .info_wrap {
  background: #efefef;
  border-radius: 10px;
  padding: 20px;
  font-size: 23px;
  color: #000000;
  background-color: #EFEFEF;
}
/* line 191, share/_module.scss */
.contact .section-1 .row .contents .box .memo .info_wrap p span {
  font-size: 23px;
  display: block;
  min-height: 25px;
  line-height: 30px;
}
/* line 200, share/_module.scss */
.contact .section-1 .row .contents .box .memo .info_wrap ol, .contact .section-1 .row .contents .box .memo .info_wrap ul {
  font-size: 23px;
  padding-left: 25px;
  line-height: 35px;
}
/* line 74, page/_contact.scss */
.contact .section-1 .row .contents .line {
  margin: 2% 0 2% 0;
}

/* line 148, share/_module.scss */
.company .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .company .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.company .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.company .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 11, page/_company.scss */
.company .section-1 .row .contents .left_box {
  width: calc(50% - 40px);
  float: left;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 4%;
}
/* line 18, page/_company.scss */
.company .section-1 .row .contents .left_box img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 11, page/_company.scss */
  .company .section-1 .row .contents .left_box {
    width: 100%;
    float: none;
    min-height: 0;
    margin-bottom: 5%;
  }
}
/* line 28, page/_company.scss */
.company .section-1 .row .contents .right_box {
  width: 50%;
  float: right;
}
/* line 31, page/_company.scss */
.company .section-1 .row .contents .right_box ul {
  padding: 20px;
  background: #fff2f3;
  list-style: disc;
  overflow: hidden;
}
/* line 36, page/_company.scss */
.company .section-1 .row .contents .right_box ul li {
  margin-left: 20px;
  height: auto;
  line-height: 25px;
  float: left;
  color: #066a86;
  width: calc((100% - 40px)/2);
}
/* line 43, page/_company.scss */
.company .section-1 .row .contents .right_box ul li a {
  color: #066a86;
}
/* line 45, page/_company.scss */
.company .section-1 .row .contents .right_box ul li a:hover {
  color: #005168;
}
@media only screen and (max-width: 767px) {
  /* line 28, page/_company.scss */
  .company .section-1 .row .contents .right_box {
    width: 100%;
    float: none;
  }
}

/* line 148, share/_module.scss */
.products .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .products .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.products .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.products .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 10, page/_products.scss */
.products .section-1 .row .contents .select_age {
  color: #066a86;
  font-size: 18px;
  margin: 0 0 2% 0;
}
/* line 18, page/_products.scss */
.products .section-1 .row .contents .box .item_wrap {
  width: 100%;
  margin: 2% 0 2% 0;
}
/* line 21, page/_products.scss */
.products .section-1 .row .contents .box .item_wrap .items {
  width: calc((100% - 100px)/5);
  float: left;
  text-align: center;
  margin: 10px;
}
/* line 26, page/_products.scss */
.products .section-1 .row .contents .box .item_wrap .items:hover .pic {
  animation: item_ani 0.1s linear 0s 1 forwards;
}
@keyframes item_ani {
  0% {
    transform: scale(1) translateY(0) rotate(0);
  }
  100% {
    transform: scale(1.15) translateY(-10px) rotate(10deg);
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1024px) {
  /* line 21, page/_products.scss */
  .products .section-1 .row .contents .box .item_wrap .items {
    width: calc((100% - 80px)/4);
  }
}
@media only screen and (max-width: 640px) {
  /* line 21, page/_products.scss */
  .products .section-1 .row .contents .box .item_wrap .items {
    width: calc((100% - 40px)/2);
  }
}
/* line 44, page/_products.scss */
.products .section-1 .row .contents .box .item_wrap .items .pic {
  width: calc(80% - 10px);
  border: 5px solid rgba(30, 129, 130, 0.35);
  border-radius: 50%;
  overflow: hidden;
  margin: 10%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 44, page/_products.scss */
  .products .section-1 .row .contents .box .item_wrap .items .pic {
    width: calc(90% - 4px);
    border: 2px solid rgba(30, 129, 130, 0.35);
    border-radius: 50%;
    overflow: hidden;
    margin: 5%;
  }
}
/* line 58, page/_products.scss */
.products .section-1 .row .contents .box .item_wrap .items .pic img {
  width: 70%;
  height: auto;
  margin: 15%;
}
/* line 64, page/_products.scss */
.products .section-1 .row .contents .box .item_wrap .items .name {
  font-size: 20px;
  line-height: 25px;
  color: #066a86;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  /* line 64, page/_products.scss */
  .products .section-1 .row .contents .box .item_wrap .items .name {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 64, page/_products.scss */
  .products .section-1 .row .contents .box .item_wrap .items .name {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 321px) {
  /* line 64, page/_products.scss */
  .products .section-1 .row .contents .box .item_wrap .items .name {
    font-size: 14px;
    line-height: 19px;
  }
}
/* line 82, page/_products.scss */
.products .section-1 .row .contents .box .item_wrap .items .info {
  font-size: 13px;
  color: #666;
  line-height: 20px;
  height: 20px;
  text-align: left;
  font-weight: 500;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 96, page/_products.scss */
.products .section-1 .row .contents .box .item_wrap .items .info:before {
  content: '■ ';
}
/* line 102, page/_products.scss */
.products .section-1 .row .contents .box .item_wrap .items .info2 {
  font-size: 13px;
  color: #666;
  line-height: 20px;
  height: 20px;
  text-align: left;
  font-weight: 500;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 122, page/_products.scss */
.products .section-1 .row .contents .memo {
  margin-bottom: 15px;
}
/* line 125, page/_products.scss */
.products .section-1 .row .contents .page_num {
  text-align: center;
  /** 上一頁(&lt;)、下一頁(&gt;)  */
  /** 目前所在頁面(數字) */
}
@media only screen and (max-width: 767px) {
  /* line 125, page/_products.scss */
  .products .section-1 .row .contents .page_num {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
/* line 452, share/_module.scss */
.products .section-1 .row .contents .page_num a {
  display: inline-block;
  padding: 4px 7px;
  margin: 5px 0 5px 2px;
  font-size: 12px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #CCCCCC;
}
/* line 460, share/_module.scss */
.products .section-1 .row .contents .page_num a.active, .products .section-1 .row .contents .page_num a:hover {
  color: #FFFFFF;
  background-color: #0096A0;
}
/* line 467, share/_module.scss */
.products .section-1 .row .contents .page_num .disabled {
  display: inline-block;
  padding: 4px 7px;
  margin: 5px 0 5px 2px;
  font-size: 12px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #CCCCCC;
}
/* line 475, share/_module.scss */
.products .section-1 .row .contents .page_num .disabled.active, .products .section-1 .row .contents .page_num .disabled:hover {
  color: #FFFFFF;
  background-color: #0096A0;
}
/* line 481, share/_module.scss */
.products .section-1 .row .contents .page_num .current {
  display: inline-block;
  padding: 4px 7px;
  margin: 5px 0 5px 2px;
  font-size: 12px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #0096A0;
}

/* line 148, share/_module.scss */
.catalogue .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .catalogue .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.catalogue .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.catalogue .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 10, page/_catalogue.scss */
.catalogue .section-1 .row .contents .select_age {
  color: #066a86;
  font-size: 18px;
  margin: 0 0 2% 0;
}
/* line 18, page/_catalogue.scss */
.catalogue .section-1 .row .contents .box .item_wrap {
  width: 100%;
  margin: 2% 0 2% 0;
}
/* line 21, page/_catalogue.scss */
.catalogue .section-1 .row .contents .box .item_wrap .items {
  width: calc((100% - 100px)/5);
  float: left;
  text-align: center;
  margin: 10px;
}
/* line 26, page/_catalogue.scss */
.catalogue .section-1 .row .contents .box .item_wrap .items:hover .pic {
  animation: item_ani 0.1s linear 0s 1 forwards;
}
@keyframes item_ani {
  0% {
    transform: scale(1) translateY(0) rotate(0);
  }
  100% {
    transform: scale(1.15) translateY(-10px) rotate(10deg);
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1024px) {
  /* line 21, page/_catalogue.scss */
  .catalogue .section-1 .row .contents .box .item_wrap .items {
    width: calc((100% - 80px)/4);
  }
}
@media only screen and (max-width: 640px) {
  /* line 21, page/_catalogue.scss */
  .catalogue .section-1 .row .contents .box .item_wrap .items {
    width: calc((100% - 40px)/2);
  }
}
/* line 44, page/_catalogue.scss */
.catalogue .section-1 .row .contents .box .item_wrap .items .pic {
  width: calc(80% - 10px);
  border: 5px solid rgba(30, 129, 130, 0.35);
  border-radius: 0%;
  overflow: hidden;
  margin: 10%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 44, page/_catalogue.scss */
  .catalogue .section-1 .row .contents .box .item_wrap .items .pic {
    width: calc(90% - 4px);
    border: 2px solid rgba(30, 129, 130, 0.35);
    overflow: hidden;
    margin: 5%;
  }
}
/* line 57, page/_catalogue.scss */
.catalogue .section-1 .row .contents .box .item_wrap .items .pic img {
  width: 95%;
  height: auto;
  margin: 2%;
}
/* line 63, page/_catalogue.scss */
.catalogue .section-1 .row .contents .box .item_wrap .items .name {
  font-size: 20px;
  line-height: 25px;
  color: #066a86;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  /* line 63, page/_catalogue.scss */
  .catalogue .section-1 .row .contents .box .item_wrap .items .name {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 63, page/_catalogue.scss */
  .catalogue .section-1 .row .contents .box .item_wrap .items .name {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 321px) {
  /* line 63, page/_catalogue.scss */
  .catalogue .section-1 .row .contents .box .item_wrap .items .name {
    font-size: 14px;
    line-height: 19px;
  }
}
/* line 86, page/_catalogue.scss */
.catalogue .section-1 .row .contents .page_num {
  text-align: center;
  /** 上一頁(&lt;)、下一頁(&gt;)  */
  /** 目前所在頁面(數字) */
}
@media only screen and (max-width: 767px) {
  /* line 86, page/_catalogue.scss */
  .catalogue .section-1 .row .contents .page_num {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
/* line 452, share/_module.scss */
.catalogue .section-1 .row .contents .page_num a {
  display: inline-block;
  padding: 4px 7px;
  margin: 5px 0 5px 2px;
  font-size: 12px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #CCCCCC;
}
/* line 460, share/_module.scss */
.catalogue .section-1 .row .contents .page_num a.active, .catalogue .section-1 .row .contents .page_num a:hover {
  color: #FFFFFF;
  background-color: #0096A0;
}
/* line 467, share/_module.scss */
.catalogue .section-1 .row .contents .page_num .disabled {
  display: inline-block;
  padding: 4px 7px;
  margin: 5px 0 5px 2px;
  font-size: 12px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #CCCCCC;
}
/* line 475, share/_module.scss */
.catalogue .section-1 .row .contents .page_num .disabled.active, .catalogue .section-1 .row .contents .page_num .disabled:hover {
  color: #FFFFFF;
  background-color: #0096A0;
}
/* line 481, share/_module.scss */
.catalogue .section-1 .row .contents .page_num .current {
  display: inline-block;
  padding: 4px 7px;
  margin: 5px 0 5px 2px;
  font-size: 12px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #0096A0;
}

/* line 148, share/_module.scss */
.register .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .register .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.register .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.register .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 11, page/_register.scss */
.register .section-1 .row .contents .login_box {
  background: #e8f2f3;
  width: 65%;
  margin: 5% auto;
  border-radius: 15px;
  overflow: hidden;
  min-width: 450px;
}
@media only screen and (max-width: 767px) {
  /* line 11, page/_register.scss */
  .register .section-1 .row .contents .login_box {
    width: 100%;
    min-width: 0;
  }
}
/* line 22, page/_register.scss */
.register .section-1 .row .contents .login_box div.sub_title {
  padding: 22px;
  text-align: center;
  background: #0096a0;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #066a86;
  letter-spacing: 1px;
}
/* line 32, page/_register.scss */
.register .section-1 .row .contents .login_box .box {
  padding: 20px 30px;
}
/* line 34, page/_register.scss */
.register .section-1 .row .contents .login_box .box div.head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #0096a0;
  padding-bottom: 10px;
}
/* line 41, page/_register.scss */
.register .section-1 .row .contents .login_box .box .login_mail,
.register .section-1 .row .contents .login_box .box .login_pw {
  width: 100%;
  margin: 15px auto;
  display: block;
  overflow: hidden;
}
/* line 47, page/_register.scss */
.register .section-1 .row .contents .login_box .box .login_mail label,
.register .section-1 .row .contents .login_box .box .login_pw label {
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  width: 80px;
  font-weight: normal;
}
/* line 55, page/_register.scss */
.register .section-1 .row .contents .login_box .box .login_mail input,
.register .section-1 .row .contents .login_box .box .login_pw input {
  float: left;
  height: 30px;
  line-height: 30px;
  width: calc(100% - 30px);
  padding: 0 15px;
  font-size: 15px;
}
/* line 63, page/_register.scss */
.register .section-1 .row .contents .login_box .box .login_mail input::placeholder,
.register .section-1 .row .contents .login_box .box .login_pw input::placeholder {
  color: #ccc;
  font-weight: 300;
}
/* line 69, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table {
  width: 100%;
  background: #fff;
}
/* line 72, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table tr {
  border-bottom: 1px solid #e8f2f3;
}
/* line 75, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table th, .register .section-1 .row .contents .login_box .box .top_wrap .main_table td {
  padding: 10px;
}
/* line 78, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table th {
  width: 30%;
  background: #85c3c9;
  color: #fff;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}
/* line 85, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table th span {
  color: red;
  margin-right: 5px;
}
/* line 90, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table td {
  width: 70%;
}
/* line 93, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .no-p {
  padding: 0;
}
/* line 96, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .no-p-select {
  padding: 0 10px;
}
/* line 99, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .btn {
  border: 1px solid #eee;
  background: #ccc;
}
/* line 104, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table #mpr8_txt,
.register .section-1 .row .contents .login_box .box .top_wrap .main_table #mpr9_txt {
  padding: 2px;
  font-size: 15px;
  border: 1px solid #ccc;
  margin: 5px;
  border-radius: 5px;
}
/* line 112, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .full-input {
  width: calc(100% - 25px);
  height: calc(100% - 30px);
  padding: 5px;
  font-size: 15px;
  border: 1px solid #ccc;
  margin: 5px;
  border-radius: 5px;
}
/* line 121, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .checkbox,
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .radio {
  line-height: 25px;
}
/* line 125, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .checkbox input,
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .radio input {
  margin-right: 10px;
  line-height: 20px;
}
/* line 130, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table div.search_select {
  background: url("../images/arrowup_down.png") no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: 8px;
  background-color: #eee;
  position: relative;
  background-size: 10px;
}
/* line 138, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .search_select,
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .search_input {
  width: calc(50% - 10px);
  padding: 5px 5px 3px 10px;
  font-size: 13px;
  background: #eee;
  margin: 0 5px 0 5px;
  color: #126371;
  line-height: 20px;
  font-weight: normal;
}
/* line 148, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .search_select::placeholder,
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .search_input::placeholder {
  color: #126371;
}
@media only screen and (max-width: 640px) {
  /* line 138, page/_register.scss */
  .register .section-1 .row .contents .login_box .box .top_wrap .main_table .search_select,
  .register .section-1 .row .contents .login_box .box .top_wrap .main_table .search_input {
    width: calc(100% - 15px);
  }
}
/* line 155, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .select-options {
  max-height: 200px;
  overflow: hidden;
  padding: 5px;
  font-size: 12px;
  background: #eee;
  color: #126371;
  z-index: 99999999;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}
/* line 164, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .select-options li {
  padding: 5px;
  line-height: 20px;
}
/* line 167, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .select-options li a {
  padding-left: 5px;
}
/* line 170, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .select-options li:hover {
  background: #eee;
}
/* line 174, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .select-options .mCSB_scrollTools {
  width: 5px;
}
/* line 177, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .select-options .mCSB_inside &gt; .mCSB_container {
  margin-right: 0;
}
/* line 181, page/_register.scss */
.register .section-1 .row .contents .login_box .box .top_wrap .main_table .search_btn {
  display: block;
  width: 70px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  padding: 0;
  border-radius: 24px;
  border: none;
  background: #066a86;
  color: #fff;
  margin: 0 auto 10px;
  outline: none;
}
/* line 198, page/_register.scss */
.register .section-1 .row .contents .login_box .box .bot_wrap {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  color: #0096a0;
}
/* line 203, page/_register.scss */
.register .section-1 .row .contents .login_box .box .bot_wrap span {
  display: block;
  line-height: 30px;
}
/* line 206, page/_register.scss */
.register .section-1 .row .contents .login_box .box .bot_wrap span button {
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  border: none;
  outline: none;
  cursor: pointer;
}
/* line 215, page/_register.scss */
.register .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn {
  width: 50%;
  float: right;
  background: #0096a0;
}
/* line 219, page/_register.scss */
.register .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn:hover {
  background: #43cbd6;
}
@media only screen and (max-width: 767px) {
  /* line 215, page/_register.scss */
  .register .section-1 .row .contents .login_box .box .bot_wrap span button.login_btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }
}
/* line 228, page/_register.scss */
.register .section-1 .row .contents .login_box .box .bot_wrap span button.send_btn {
  margin-right: 5px;
}
/* line 231, page/_register.scss */
.register .section-1 .row .contents .login_box .box .bot_wrap span button.clear_btn, .register .section-1 .row .contents .login_box .box .bot_wrap span button.send_btn {
  background: #0096a0;
  width: calc((100% - 5px)/2);
}
/* line 234, page/_register.scss */
.register .section-1 .row .contents .login_box .box .bot_wrap span button.clear_btn:hover, .register .section-1 .row .contents .login_box .box .bot_wrap span button.send_btn:hover {
  background: #43cbd6;
}
@media only screen and (max-width: 767px) {
  /* line 231, page/_register.scss */
  .register .section-1 .row .contents .login_box .box .bot_wrap span button.clear_btn, .register .section-1 .row .contents .login_box .box .bot_wrap span button.send_btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }
}
/* line 245, page/_register.scss */
.register .section-1 .row .contents .login_box .box .bot_wrap .line {
  margin: 20px 0 15px;
}

/* line 148, share/_module.scss */
.introduction .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .introduction .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.introduction .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.introduction .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 13, page/_introduction.scss */
.introduction .section-1 .row .contents .box .cover {
  width: calc((100% - 40px)/2);
  float: left;
  margin-bottom: 20px;
  width: calc((100% - 40px)/2);
}
@media only screen and (max-width: 767px) {
  /* line 13, page/_introduction.scss */
  .introduction .section-1 .row .contents .box .cover {
    width: 100%;
  }
}
/* line 307, share/_module.scss */
.introduction .section-1 .row .contents .box .cover img {
  width: 100%;
}
/* line 17, page/_introduction.scss */
.introduction .section-1 .row .contents .box .info {
  width: calc(100% - 0px);
  float: right;
  line-height: 25px;
  margin-bottom: 20px;
  width: calc((100% - 40px)/2);
}
@media only screen and (max-width: 767px) {
  /* line 17, page/_introduction.scss */
  .introduction .section-1 .row .contents .box .info {
    width: 100%;
  }
}
/* line 218, share/_module.scss */
.introduction .section-1 .row .contents .box .info img {
  width: 100%;
  margin-bottom: 20px;
}
/* line 222, share/_module.scss */
.introduction .section-1 .row .contents .box .info .info_wrap {
  padding: 20px;
  display: block;
  min-height: 25px;
  line-height: 25px;
  font-size: 17px;
  color: #066A86;
  background-color: #e8f2f3;
}
/* line 232, share/_module.scss */
.introduction .section-1 .row .contents .box .info .info_wrap span {
  display: block;
}
/* line 235, share/_module.scss */
.introduction .section-1 .row .contents .box .info .info_wrap span .fa {
  width: 25px;
}
/* line 21, page/_introduction.scss */
.introduction .section-1 .row .contents .box .memo {
  width: calc(100% - 0px);
  float: left;
  line-height: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 21, page/_introduction.scss */
  .introduction .section-1 .row .contents .box .memo {
    width: 100%;
  }
}
/* line 181, share/_module.scss */
.introduction .section-1 .row .contents .box .memo .info_wrap {
  background: #efefef;
  border-radius: 10px;
  padding: 20px;
  font-size: 23px;
  color: #000000;
  background-color: #EFEFEF;
}
/* line 191, share/_module.scss */
.introduction .section-1 .row .contents .box .memo .info_wrap p span {
  font-size: 23px;
  display: block;
  min-height: 25px;
  line-height: 30px;
}
/* line 200, share/_module.scss */
.introduction .section-1 .row .contents .box .memo .info_wrap ol, .introduction .section-1 .row .contents .box .memo .info_wrap ul {
  font-size: 23px;
  padding-left: 25px;
  line-height: 35px;
}

/* line 148, share/_module.scss */
.news_detail .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .news_detail .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.news_detail .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.news_detail .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 11, page/_news_detail.scss */
.news_detail .section-1 .row .contents .box {
  overflow-x: scroll;
}
/* line 15, page/_news_detail.scss */
.news_detail .section-1 .row .contents .box .btn {
  background: #066a86;
  color: #fff;
  padding: 8px 25px;
  margin: 0px 6px;
  border-radius: 20px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
/* line 18, page/_news_detail.scss */
.news_detail .section-1 .row .contents .box .btn.download {
  background-color: #4b8b89;
  color: #FFFFFF;
}
/* line 25, page/_news_detail.scss */
.news_detail .section-1 .row .contents .box strong {
  font-weight: bold;
}
/* line 28, page/_news_detail.scss */
.news_detail .section-1 .row .contents .box em {
  font-style: italic;
}

/* line 148, share/_module.scss */
.privacy .section-1 .row {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 148, share/_module.scss */
  .privacy .section-1 .row {
    width: calc(100% - 60px);
    padding: 40px 30px;
  }
}
/* line 159, share/_module.scss */
.privacy .section-1 .row .contents {
  overflow: hidden;
  position: relative;
}
/* line 163, share/_module.scss */
.privacy .section-1 .row .contents .box {
  overflow: hidden;
  margin-bottom: 5%;
}
/* line 11, page/_privacy.scss */
.privacy .section-1 .row .contents .box {
  overflow-x: scroll;
}
/* line 15, page/_privacy.scss */
.privacy .section-1 .row .contents .box h1 {
  font-size: 2.125rem;
  color: #464855;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 0;
  font-family: helvetica neue,Helvetica,Arial,sans-serif;
}
/* line 27, page/_privacy.scss */
.privacy .section-1 .row .contents .box h2 {
  font-size: 1.65rem;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #464855;
  font-weight: 700;
  padding-bottom: 0;
  line-height: inherit;
  margin: 0;
  box-sizing: border-box;
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  word-wrap: break-word;
  font-family: helvetica neue,Helvetica,Arial,sans-serif;
}
/* line 46, page/_privacy.scss */
.privacy .section-1 .row .contents .box h3 {
  font-size: 1.35rem;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #464855;
  font-weight: 700;
  padding-bottom: 0;
  line-height: inherit;
  margin: 0;
  box-sizing: border-box;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  word-wrap: break-word;
  font-family: helvetica neue,Helvetica,Arial,sans-serif;
}
/* line 66, page/_privacy.scss */
.privacy .section-1 .row .contents .box p {
  font-size: 1rem;
  margin-bottom: 10px;
  margin: 0;
  box-sizing: border-box;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 1.7;
  word-wrap: break-word;
  font-family: helvetica neue,Helvetica,Arial,sans-serif;
  color: #6a6f82;
}
/* line 82, page/_privacy.scss */
.privacy .section-1 .row .contents .box ul {
  font-size: 1.35rem;
  list-style-type: disc;
  line-height: 2;
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
/* line 104, page/_privacy.scss */
.privacy .section-1 .row .contents .box li {
  box-sizing: border-box;
  display: list-item;
  text-align: -webkit-match-parent;
  font-size: 1.35rem;
  list-style-type: disc;
  line-height: 2;
  word-wrap: break-word;
}
/* line 115, page/_privacy.scss */
.privacy .section-1 .row .contents .box strong {
  font-weight: bold;
  box-sizing: border-box;
}
/* line 121, page/_privacy.scss */
.privacy .section-1 .row .contents .box .btn {
  background: #066a86;
  color: #fff;
  padding: 8px 25px;
  margin: 0px 6px;
  border-radius: 20px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
/* line 124, page/_privacy.scss */
.privacy .section-1 .row .contents .box .btn.download {
  background-color: #4b8b89;
  color: #FFFFFF;
}
/* line 131, page/_privacy.scss */
.privacy .section-1 .row .contents .box em {
  font-style: italic;
}

/*# sourceMappingURL=all.css.map */
</pre></body></html>