@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(1);
          transform: scale(1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
  display: inline-block;
}

dt, th, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

section, figure, aside, header, footer, main, nav {
  display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
  border: none;
  background-color: #FFFFFF;
}

/* --------------------------------------------------------
01share style
-------------------------------------------------------- */
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: 500;
  line-height: 1.7;
  color: #373737;
}

a:link {
  text-decoration: none;
}

a:not(.btn):visited {
  text-decoration: none;
}

a:not(.btn):hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

button {
  display: inline-block;
  border: 0;
  background: transparent;
}

/* brand */
/* opacity & gradient */
/*
  for example:

  .grids-3{
    @include setgrids(3,12px);
  }

  在.grids-3底下的children會以3個一列，彼此間距為12px

  .grids-4{
    @include setgrids(2,12px,[[pad,3,16px],[pc,4,20px]]);
  }

  在.grids-4底下的children在pc以上的裝置會以4個一列，彼此間距為20px
                         在pad-pc的裝置會以3個一列，彼此間距為16px
                         在pad以下的裝置會以2個一列，彼此間距為12px

*/
body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media all and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
body.menu-opened {
  overflow: hidden;
  height: 100vh;
}
main {
  overflow-x: hidden;
}

img, iframe {
  max-width: 100%;
}

img.bg {
  z-index: -1;
  position: absolute;
}

section {
  padding: 40px 0;
}
@media all and (min-width: 768px) {
  section {
    padding: 92px 0;
  }
}
@media all and (min-width: 1600px) {
  section {
    padding: 120px 0;
  }
}

input, button, textarea, select {
  border: 0;
  font-family: "Noto Sans TC", sans-serif;
}
input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}

::selection {
  background: #007dd2;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: #808080;
}

::-moz-placeholder {
  color: #808080;
}

:-ms-input-placeholder {
  color: #808080;
}

option[disabled] {
  color: #808080;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-half {
  margin-bottom: 0.5em !important;
}

.mt-30 {
  margin-top: 20px !important;
}
@media all and (min-width: 992px) {
  .mt-30 {
    margin-top: 30px !important;
  }
}

.mb-30 {
  margin-bottom: 20px !important;
}
@media all and (min-width: 992px) {
  .mb-30 {
    margin-bottom: 30px !important;
  }
}

.mr {
  margin-right: 1em !important;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.container > .row:not(.no-gutters) {
  margin-left: -20px;
  margin-right: -20px;
}
.container > .row:not(.no-gutters) > div[class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 1250px) {
  .container {
    max-width: 1080px;
  }
}

.between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-y-start {
  align-items: flex-start;
}

.slick-arrow {
  opacity: 1;
  background-color: #fff;
  padding: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  top: calc(33% - 15px);
  width: 30px;
  height: 30px;
  background-image: url(../img/icon/i-angle-left-bu.svg);
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  left: 8px;
}
.slick-arrow.slick-next {
  left: auto;
  right: 8px;
  background-image: url(../img/icon/i-angle-right-bu.svg);
}
.slick-arrow:before {
  display: none;
}
.slick-arrow:hover {
  opacity: 0.75;
}
@media all and (min-width: 1250px) {
  .slick-arrow {
    top: calc(33% - 30px);
    left: -100px;
    width: 60px;
    height: 60px;
  }
  .slick-arrow.slick-next {
    left: auto;
    right: -100px;
  }
}

.font-serif {
  font-family: "Belleza", serif;
}

.font-sm {
  font-size: 12px;
}
@media all and (min-width: 768px) {
  .font-sm {
    font-size: 16px;
  }
}

.text-bu {
  color: #007dd2;
}

.text-dbu {
  color: #005096;
}

.text-dbk {
  color: #333;
}

.text-bk {
  color: #808080;
}

.text-w {
  color: #fff;
}

.text-l2 {
  line-height: 2em;
}

.main-description {
  font-size: 12px;
}
@media all and (min-width: 768px) {
  .main-description {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .main-description br {
    display: none;
  }
}

.text-required {
  color: #A5272D;
}

.bg-bk {
  background-color: #808080;
}

.bg-bu {
  background-color: #007dd2;
}

.bg-dbu {
  background-color: #005096;
}

@media all and (max-width: 767px) {
  .hide-mb {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

.must-show {
  display: block !important;
}

.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 0;
}
.banner-title {
  padding: 42px 24px;
  color: #fff;
}
.banner-title-lg {
  font-size: 40px;
  line-height: 1.42;
}
@media all and (min-width: 768px) {
  .banner-title-lg {
    font-size: 94px;
  }
}
.banner-title-sm {
  font-size: 14px;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .banner-title-sm {
    font-size: 28px;
  }
}
@media all and (min-width: 768px) {
  .banner-title {
    padding: 95px 20px 115px;
  }
}
@media all and (min-width: 768px) {
  .banner-container {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .banner {
    padding-top: 120px;
  }
}

.cols-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cols-wrap .col-3p {
  flex-basis: 50%;
  padding: 0 15px;
}
@media all and (min-width: 768px) {
  .cols-wrap .col-3p {
    flex-basis: 33.3%;
    max-width: 33.3%;
  }
}
.cols-wrap .col-4p {
  flex-basis: 50%;
  padding: 0 15px;
}
@media all and (min-width: 768px) {
  .cols-wrap .col-4p {
    flex-basis: 24.5%;
    max-width: 24.5%;
  }
}

#cursor {
  position: fixed;
  transition: 100ms linear all;
  -webkit-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px);
  z-index: 10000;
  width: 30px;
  height: 30px;
  background: rgba(2, 175, 215, 0.7);
  border-radius: 50%;
  pointer-events: none;
}

.line-vertical {
  width: 5px;
  overflow: hidden;
  height: 40px;
  position: relative;
}
@media all and (min-width: 768px) {
  .line-vertical {
    width: 7px;
    height: 7px;
  }
}
.line-vertical:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .line-vertical:before {
    width: 7px;
    height: 7px;
  }
}
.line-vertical:after {
  content: "";
  width: 1px;
  left: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
}
@media all and (min-width: 768px) {
  .line-vertical:after {
    left: 3px;
  }
}
@media all and (min-width: 768px) {
  .line-vertical {
    height: 80px;
  }
}

.line-horizontal {
  height: 1px;
  background: #007dd2;
  width: 25px;
  position: relative;
  transition: 0.3s linear all;
}
@media all and (min-width: 768px) {
  .line-horizontal {
    width: 40px;
  }
}
.line-horizontal:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #007dd2;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  display: block;
  position: absolute;
  transition: 0.3s linear all;
  right: 0;
  top: -2px;
}
@media all and (min-width: 768px) {
  .line-horizontal:before {
    width: 7px;
    height: 7px;
    top: -3px;
  }
}
.line-horizontal.line-left:before {
  right: auto;
  left: 0;
}

.deco-dot {
  width: 40px;
}
.deco-dot + .title-sub {
  margin-top: 0.75em;
}
@media all and (min-width: 768px) {
  .deco-dot {
    width: 60px;
  }
  .deco-dot + .title-sub {
    margin-top: 1em;
  }
}

.title-section {
  text-align: center;
  color: #005096;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
@media all and (min-width: 768px) {
  .title-section {
    margin-bottom: 72px;
  }
}
.title-section-en {
  font-size: 34px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .title-section-en {
    font-size: 60px;
  }
}
@media all and (min-width: 1440px) {
  .title-section-en {
    font-size: 80px;
  }
}
.title-section-cn {
  font-size: 14px;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .title-section-cn {
    font-size: 20px;
  }
}
@media all and (min-width: 1440px) {
  .title-section-cn {
    font-size: 28px;
  }
}
.title-section-single {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  .title-section-single {
    font-size: 42px;
  }
}

.title-vertical {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 36px;
  color: #005096;
}
@media all and (min-width: 768px) {
  .title-vertical {
    font-size: 80px;
  }
}

.title-sub {
  font-size: 16px;
  margin-bottom: 0.75em;
}
@media all and (min-width: 768px) {
  .title-sub {
    font-size: 28px;
  }
}

.title-category {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1.5em;
  text-align: center;
  color: #007dd2;
}
@media all and (min-width: 768px) {
  .title-category {
    font-size: 34px;
  }
}

.title-num {
  font-size: 80px;
  font-family: "Belleza", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1em;
  color: rgba(0, 125, 210, 0.2);
}
@media all and (min-width: 768px) {
  .title-num {
    font-size: 180px;
  }
}

.title-card {
  font-size: 13px;
}
@media all and (min-width: 768px) {
  .title-card {
    font-size: 20px;
  }
}

.btn {
  cursor: pointer;
  vertical-align: middle;
  padding: 0.5em 1.5em;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1.2;
  min-width: 100px;
  text-align: center;
  transition: 0.3s linear all;
}
@media all and (min-width: 768px) {
  .btn {
    font-size: 18px;
    min-width: 150px;
  }
  .btn-lg {
    font-size: 24px;
  }
}

.btn-outline {
  border: 1px solid #007dd2;
  color: #007dd2;
}
.btn-outline-line {
  display: inline-flex;
  align-items: center;
  padding: 0.35em 0.5em 0.35em 1.2em;
}
.btn-outline-line .line-horizontal {
  margin-left: 1em;
}
.btn-outline-line .line-horizontal.line-left {
  margin-left: 0;
  margin-right: 1em;
}
.btn-outline-line:hover {
  background: #007dd2;
  border-color: #007dd2;
  color: #fff;
}
.btn-outline-line:hover .line-horizontal {
  background: #fff;
}
.btn-outline-line:hover .line-horizontal:before {
  background: #fff;
}

.btn-outline-white {
  border: 1px solid #fff;
  padding: 0.5em 1.5em;
  border-radius: 30px;
  color: #fff;
}
.btn-outline-white-line {
  display: inline-flex;
  align-items: center;
  padding: 0.25em 0.5em 0.25em 1.5em;
}
.btn-outline-white-line .line-horizontal {
  background: #fff;
  margin-left: 1em;
}
.btn-outline-white-line .line-horizontal:before {
  background: #fff;
}
.btn-outline-white-line:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  color: #007dd2;
}
.btn-outline-white-line:hover .line-horizontal {
  background: #007dd2;
}
.btn-outline-white-line:hover .line-horizontal:before {
  background: #007dd2;
}

.btn-link {
  color: #007dd2;
}

.btn-filled {
  background: #007dd2;
  color: #fff;
}
.btn-filled:hover {
  background: #005096;
}

.btn-collapse {
  display: flex;
  align-items: center;
}
.btn-collapse img {
  transition: 0.2s ease all;
}
.btn-collapse.opened img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tag {
  display: inline-block;
  padding: 2px 8px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.01em;
  min-width: 60px;
  text-align: center;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .tag {
    min-width: 120px;
    line-height: 1.5;
  }
}

.box-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  position: relative;
}
.box-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.box-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s linear all;
  background: rgba(0, 125, 210, 0.7);
}
.box-img.r-4-3:before {
  padding-bottom: 75%;
}
.box-img.r-16-9:before {
  padding-bottom: 56.25%;
}
.box-img.img-fit-text:before {
  padding-bottom: 50%;
}
.box-img.img-contain {
  background-size: contain;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-list-item {
  display: flex;
  align-items: center;
}
.breadcrumb-list-item > a {
  color: #fff;
}
.breadcrumb-list-item:after {
  content: ">";
  margin: 0 1em;
  vertical-align: middle;
  display: inline-block;
}
.breadcrumb-list-item:last-child:after {
  display: none;
}

.tabs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .tabs-list {
    margin-bottom: 60px;
  }
}
.tabs-list-item {
  padding: 0 10px;
  margin-bottom: 12px;
}
@media all and (min-width: 768px) {
  .tabs-list-item {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.tabs-list-item > a {
  padding: 0.5em 1em;
  border-radius: 40px;
  font-weight: bold;
  border: 1px solid #007dd2;
  color: #007dd2;
  min-width: 90px;
  text-align: center;
  line-height: 1.1;
}
@media all and (min-width: 768px) {
  .tabs-list-item > a {
    min-width: 140px;
    font-size: 22px;
  }
}
.tabs-list-item > a:hover {
  text-decoration: none;
}
.tabs-list-item.active > a {
  color: #fff;
  background-color: #007dd2;
}
.tabs-content-pane:not(.active) {
  display: none;
}

.pagination,
.wp-pagenavi {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 10px;
}
.pagination-item,
.pagination a, .pagination span,
.wp-pagenavi-item,
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0 0.5em;
}
.pagination a,
.wp-pagenavi a {
  color: #333;
}
.pagination.active,
.pagination .current,
.wp-pagenavi.active,
.wp-pagenavi .current {
  font-size: 1.25em;
  color: #007dd2;
}

select, input, textarea {
  padding: 0.5em 1em;
  width: 100%;
}
select[readonly], select:disabled, input[readonly], input:disabled, textarea[readonly], textarea:disabled {
  background: #e8e8e8;
}

.select-field {
  border: 1px solid #808080;
  -webkit-appearance: none;
          appearance: none;
  background: url(../img/icon/i-angle-g.svg) right 1em top 50%/10px no-repeat, #fff;
}
@media all and (min-width: 768px) {
  .select-field {
    background-size: 14px;
  }
}

.form-item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.form-item-title {
  width: 75px;
  font-size: 12px;
  font-weight: bold;
  line-height: 34px;
}
@media all and (min-width: 768px) {
  .form-item-title {
    width: 150px;
    font-size: 18px;
    line-height: 68px;
  }
}
.form-item-content {
  flex: 1;
}
.form-item-content > input,
.form-item-content > select,
.form-item-content > textarea {
  border: 1px solid #808080;
  padding: 1em;
  font-size: 12px;
  line-height: 1.7;
  border-radius: 0;
}
@media all and (min-width: 768px) {
  .form-item-content > input,
  .form-item-content > select,
  .form-item-content > textarea {
    font-size: 18px;
  }
}
.form-item-content.read-only {
  padding: 1em;
  font-size: 12px;
  line-height: 1.7;
  border-radius: 0;
}
@media all and (min-width: 768px) {
  .form-item-content.read-only {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  .form-item {
    margin-bottom: 40px;
  }
}

.header {
  padding: 10px 0;
  background: linear-gradient(to right, rgba(0, 80, 150, 0.8), rgba(0, 125, 210, 0.8));
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
}
@media all and (min-width: 768px) {
  .header {
    padding: 20px 40px;
    height: 120px;
  }
}
.header-logo {
  width: 150px;
  position: relative;
  z-index: 6;
}
@media all and (min-width: 768px) {
  .header-logo {
    width: 300px;
  }
}
.header-btn {
  position: relative;
  width: 34px;
  height: 34px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-right: 20px;
  font-family: "BELLEZA", sans-serif;
  padding-bottom: 12px;
  z-index: 6;
}
@media all and (min-width: 768px) {
  .header-btn {
    display: none;
  }
}
.header-btn:before, .header-btn:after {
  transition: 0.2s linear all;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.header-btn:before {
  bottom: 8px;
}
.header-nav {
  display: flex;
  width: 1180px;
}
@media all and (max-width: 767px) {
  .header-nav {
    background: linear-gradient(to right, rgb(0, 86, 128), rgb(0, 140, 205));
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    opacity: 0;
    width: 100%;
    align-items: flex-start;
    transition: 0.3s linear all;
    padding: 100px 40px 40px;
    z-index: 5;
  }
  .header-nav.opened {
    opacity: 1;
    left: 0;
    height: 100vh;
  }
  .header-nav.opened + .header-btn {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background: rgba(255, 255, 255, 0.85);
  }
  .header-nav.opened + .header-btn:before, .header-nav.opened + .header-btn:after {
    background-color: #007dd2;
  }
  .header-nav.opened + .header-btn:before {
    bottom: 21px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .header-nav.opened + .header-btn:after {
    bottom: 21px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .header-nav.opened + .header-btn > span {
    position: absolute;
    left: 0;
    top: 60px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 40px;
  }
}
.header-nav-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .header-nav-list {
    flex-direction: column;
    align-items: stretch;
  }
}
@media all and (min-width: 768px) {
  .header-nav-list-item {
    margin-right: 30px;
  }
}
.header-nav-list-item.parent-item {
  position: relative;
}
.header-nav-list-item.parent-item > a:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(../img/icon/i-angle.svg) center/0.75em no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: 0.2s linear all;
  vertical-align: middle;
  margin-left: 1em;
}
@media all and (min-width: 768px) {
  .header-nav-list-item.parent-item > a:after {
    display: none;
  }
}
.header-nav-list-item.parent-item > a.opened:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media all and (min-width: 768px) {
  .header-nav-list-item.parent-item:hover .child-list {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.header-nav-list-item a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0.75em;
  font-weight: 400;
}
.header-nav-list-item a:hover, .header-nav-list-item a:focus {
  opacity: 0.75;
}
@media all and (max-width: 767px) {
  .header-nav-list-button {
    align-self: flex-end;
  }
}
@media all and (min-width: 768px) {
  .header-nav-list-button:last-child {
    margin-left: 12px;
  }
}
.header-nav-list-button.btn-i-download a {
  padding-left: 3em;
  background: url(../img/icon/i-download.svg) no-repeat;
  background-position: 2.5em 50%;
  background-size: 14px;
}
.header-nav-list-button.btn-i-contact a {
  padding-left: 3em;
  background: url(../img/icon/i-contact.svg) no-repeat;
  background-position: 1.5em 50%;
  background-size: 30px;
}
.header-nav-list-button a {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0.5em 2em;
  color: #fff;
  font-size: 15px;
  text-align: right;
  width: 155px;
  margin-bottom: 0.5em;
  font-weight: bold;
  transition: 0.2s ease all;
}
.header-nav-list-button a:hover, .header-nav-list-button a:focus {
  opacity: 0.75;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .header-nav-list-button a {
    font-size: 19px;
    width: 180px;
  }
}

.child-list {
  margin-bottom: 1em;
  display: none;
}
@media all and (min-width: 768px) {
  .child-list {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.25s ease all;
    -webkit-transform-origin: top;
            transform-origin: top;
    background: #fff;
    border: 1px solid #007dd2;
    border-radius: 15px;
    border-top-left-radius: 0;
    padding: 0.25em 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.child-list-item {
  white-space: nowrap;
}
.child-list-item > a {
  margin: 0;
  padding: 0.5em 1.5em;
  line-height: 1em;
  font-size: 17px;
}
@media all and (min-width: 768px) {
  .child-list-item > a {
    color: #007dd2;
    line-height: 1.5em;
  }
}

.footer {
  position: relative;
  padding: 40px 0 30px;
  color: #fff;
  background: url(../img/Links/footer_2.jpg) center bottom/cover no-repeat;
}
@media all and (min-width: 768px) {
  .footer {
    padding: 120px 0 110px;
  }
}
.footer .container {
  position: relative;
}
.footer .container .breadcrumb-list {
  position: relative;
  top: -30px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .footer .container .breadcrumb-list {
    top: -100px;
    position: absolute;
  }
}
.footer-logo > img {
  width: 80px;
  margin-bottom: 14px;
}
@media all and (min-width: 768px) {
  .footer-logo > img {
    width: 80px;
    width: 183px;
    margin-bottom: 40px;
  }
}
.footer-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
}
@media all and (min-width: 768px) {
  .footer-title {
    font-size: 22px;
    line-height: 42px;
  }
}
.footer-text {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
@media all and (min-width: 768px) {
  .footer-text {
    font-size: 19px;
    line-height: 42px;
  }
}
.footer-text a {
  color: #fff;
}
.footer-company {
  width: 100%;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .footer-company {
    flex-basis: 30%;
    max-width: 30%;
    margin-bottom: 0;
  }
}
.footer-links {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  justify-content: space-between;
}
.footer-links-col {
  flex-basis: 33.3%;
}
@media all and (min-width: 768px) {
  .footer-links-col {
    flex-basis: auto;
  }
}
@media all and (min-width: 768px) {
  .footer-links {
    flex-basis: 60%;
    max-width: 60%;
    margin-left: 10%;
    margin-bottom: 90px;
  }
}
.footer-socials {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  width: 100%;
}
.footer-socials-item:not(:last-child) {
  margin-right: 24px;
}
@media all and (min-width: 768px) {
  .footer-socials-item:not(:last-child) {
    margin-right: 24px;
  }
}
.footer-socials-item > a img {
  width: 24px;
}
@media all and (min-width: 768px) {
  .footer-socials-item > a img {
    width: 32px;
  }
}
.footer-socials-item:hover a {
  opacity: 0.75;
}
@media all and (min-width: 768px) {
  .footer-socials {
    margin-bottom: 0px;
    width: auto;
  }
}
.footer-copyright {
  text-align: right;
  font-size: 12px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .footer-copyright {
    order: -1;
    width: auto;
    font-size: 16px;
  }
}

.scrollToTop {
  position: absolute;
  right: 22px;
  top: 30px;
  z-index: 1000;
}
.scrollToTop:hover {
  opacity: 0.75;
}
.scrollToTop img {
  width: 45px;
}
@media all and (min-width: 768px) {
  .scrollToTop img {
    width: 74px;
  }
}
@media all and (min-width: 768px) {
  .scrollToTop {
    right: 120px;
    top: 60px;
  }
}

.home-banner {
  background: url(../img/banner/top-mb.jpg) center/cover no-repeat;
  height: 83vh;
  padding-top: 50px;
  padding-bottom: 0px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
@media all and (min-width: 768px) {
  .home-banner {
    background-image: url(../img/banner/top.jpg);
    height: 56.25vw;
    padding-top: 120px;
    justify-content: center;
    padding-bottom: 0px;
  }
}
.home-banner-caption {
  padding: 0 20px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .home-banner-caption {
    width: 100%;
  }
}
.home-banner-caption h1 {
  font-size: 45px;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  .home-banner-caption h1 {
    font-size: 72px;
  }
}
@media all and (min-width: 1440px) {
  .home-banner-caption h1 {
    font-size: 90px;
  }
}
.home-banner-caption h6 {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: normal;
}
@media all and (min-width: 768px) {
  .home-banner-caption h6 {
    font-size: 28px;
  }
}
.home-banner-scroll {
  position: absolute;
  width: 300px;
  left: calc(50% - 150px);
  bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 768px) {
  .home-banner-scroll {
    bottom: 5%;
  }
}
.home-banner-scroll-text {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 0.25em;
}
@media all and (min-width: 768px) {
  .home-banner-scroll-text {
    font-size: 28px;
  }
}
.home-banner-scroll-company {
  font-size: 12px;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .home-banner-scroll-company {
    font-size: 16px;
  }
}

.home-product {
  padding: 30px 20px;
}
@media all and (min-width: 768px) {
  .home-product {
    padding: 80px 20px;
  }
}
.home-product-container {
  max-width: 1200px;
  margin: auto;
}

@media all and (min-width: 768px) {
  .home-about {
    padding: 60px 0 30px;
  }
}
.home-about-photo {
  position: relative;
  padding-bottom: 25%;
  padding-right: 23%;
}
.home-about-photo .sub-pic {
  position: absolute;
  right: 8%;
  bottom: 0;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .home-about-photo .sub-pic {
    max-width: 53%;
  }
}
.home-about-description {
  padding: 32px 20px;
  background: url(../img/Links/home-about.png) 70% 125px/150% no-repeat;
  position: relative;
}
.home-about-description-title {
  position: relative;
}
.home-about-description-title .title-sub {
  margin: 1em 0 1.75em;
}
.home-about-description-content {
  max-width: 90%;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 2;
}
.home-about-description-content .text-common {
  margin-bottom: 1em;
}
.home-about-description .title-vertical {
  position: absolute;
  right: 0;
  top: 0px;
}
@media all and (min-width: 768px) {
  .home-about {
    display: flex;
  }
  .home-about-photo {
    flex-basis: 47%;
    max-width: 47%;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 19%;
  }
  .home-about-photo .sub-pic {
    right: -12%;
    max-width: 76.5%;
  }
  .home-about-description {
    font-size: 19px;
    flex-basis: 53%;
    max-width: 53%;
    padding-top: 0;
    padding-left: 8%;
    background-size: 940px;
    background-position: -8vw 150px;
  }
  .home-about-description .title-vertical {
    left: 430px;
    top: -12px;
  }
  .home-about-description-content {
    max-width: 430px;
  }
  .home-about .btn-lg {
    font-size: 28px;
  }
}

.home-service {
  overflow: hidden;
}
.home-service-photo {
  position: relative;
  padding-left: 20%;
  z-index: 1;
}
.home-service-description {
  padding: 30px 20px 20px;
  padding-left: 90px;
  position: relative;
}
.home-service-description .bg {
  left: -15%;
  top: 125px;
  max-width: 150%;
}
.home-service-description-title {
  position: relative;
}
.home-service-description-title .title-sub {
  margin: 1em 0 2.25em;
}
.home-service-description-title .title-vertical {
  position: absolute;
  top: 0;
  left: -80px;
}
.home-service-description-content {
  position: relative;
  z-index: 2;
}
.home-service-description-content .text-common {
  margin-bottom: 1.5em;
}
@media all and (max-width: 767px) {
  .home-service {
    padding: 0;
  }
}
@media all and (min-width: 768px) {
  .home-service {
    display: flex;
  }
  .home-service-photo {
    order: 2;
    flex-basis: 47%;
    max-width: 47%;
    padding-left: 0;
  }
  .home-service-description {
    flex-basis: 53%;
    max-width: 53%;
    padding-top: 80px;
    padding-left: 150px;
    font-size: 19px;
  }
  .home-service-description .bg {
    left: auto;
    right: -8%;
    top: 250px;
    max-width: 900px;
  }
  .home-service-description .title-vertical {
    left: -124px;
  }
  .home-service-description-content {
    max-width: 410px;
  }
  .home-service .btn-lg {
    font-size: 28px;
  }
}
@media all and (min-width: 1250px) {
  .home-service-description {
    padding-left: calc(50% - 540px);
  }
}

@media all and (min-width: 768px) {
  .home-case {
    padding-top: 80px;
  }
  .home-case .btn-lg {
    font-size: 28px;
  }
}
.home-case-list {
  padding: 0 60px;
}
.home-case-list-item {
  position: relative;
  margin-bottom: 30px;
}
.home-case-list-item .box-img {
  transition: 0.3s linear all;
  margin-bottom: 1em;
}
.home-case-list-item .title-sub {
  line-height: 1.5;
  margin-bottom: 1em;
}
.home-case-list-item .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-case-list-item:hover .box-img:after {
  opacity: 1;
}
@media all and (min-width: 768px) {
  .home-case-list {
    max-width: 1230px;
    margin: auto;
    display: flex;
  }
  .home-case-list-item {
    flex-basis: calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    margin-bottom: 50px;
  }
  .home-case-list-item:not(:last-child) {
    margin-right: 30px;
  }
}

.home-news {
  padding-top: 0;
  overflow: hidden;
}
.home-news-slider {
  padding: 0 60px;
}
.home-news-slider .slick-list {
  overflow: visible;
}
.home-news-slider .slick-list .slick-slide:not(.slick-active) {
  position: relative;
}
.home-news-slider .slick-list .slick-slide:not(.slick-active):before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
}
.home-news-slider .news-item {
  padding: 0 10px;
}
@media all and (min-width: 768px) {
  .home-news-slider {
    max-width: 1080px;
    margin: auto;
    padding: 0;
  }
  .home-news-slider .news-item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  .home-news .btn-lg {
    font-size: 28px;
  }
}

@-webkit-keyframes scroll {
  from {
    top: -100%;
  }
  50% {
    top: 0;
  }
  to {
    top: 100%;
  }
}
@keyframes scroll {
  from {
    top: -100%;
  }
  50% {
    top: 0;
  }
  to {
    top: 100%;
  }
}
.scroll-animate:after {
  -webkit-animation: scroll 1.5s ease infinite;
          animation: scroll 1.5s ease infinite;
}

.product .banner {
  background-image: url("../img/banner/SP_Product.jpg");
}
@media all and (min-width: 768px) {
  .product .banner {
    background-image: url("../img/banner/Product.jpg");
  }
}
.product .banner .product-title {
  margin-bottom: 0;
  line-height: inherit;
}
.product-search-container {
  padding: 0 20px;
  max-width: 1240px;
  margin: auto;
}
.product-search-form {
  color: #fff;
  border-radius: 6px;
  background: url(../img/bg/bg-dot.png) right -40px top 3%/180px no-repeat, #007dd2;
  padding: 12px 18px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .product-search-form {
    flex-direction: column;
    background-size: auto 140px;
    background-repeat: repeat-y;
  }
}
@media all and (min-width: 768px) {
  .product-search-form {
    padding: 60px 80px;
    margin-bottom: 15px;
  }
}
.product-search-form-fields {
  margin-bottom: 14px;
  width: 100%;
}
.product-search-form-fields.two-grids {
  display: flex;
  flex-wrap: wrap;
}
.product-search-form-fields.two-grids > .select-field {
  flex-basis: calc(50% - 9px);
  max-width: calc(50% - 9px);
}
.product-search-form-fields.two-grids > .select-field:nth-child(-n+2) {
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .product-search-form-fields.two-grids > .select-field:nth-child(-n+2) {
    margin-bottom: 16px;
  }
}
.product-search-form-fields.two-grids > .select-field:nth-child(odd) {
  margin-right: 18px;
}
@media all and (min-width: 768px) {
  .product-search-form-fields.two-grids > .select-field {
    flex-basis: calc(50% - 18px);
    max-width: calc(50% - 18px);
  }
  .product-search-form-fields.two-grids > .select-field:nth-child(odd) {
    margin-right: 36px;
  }
}
@media all and (min-width: 768px) {
  .product-search-form-fields {
    margin-bottom: 0;
    flex-basis: 570px;
  }
}
.product-search-form-title {
  margin-bottom: 12px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .product-search-form-title {
    margin-bottom: 0;
    flex-basis: 175px;
    text-align: left;
  }
}
.product-search-form-title-lg {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media all and (min-width: 768px) {
  .product-search-form-title-lg {
    font-size: 28px;
  }
}
.product-search-form-title-sm {
  font-size: 12px;
}
@media all and (max-width: 767px) {
  .product-search-form-title-sm br {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .product-search-form-title-sm {
    font-size: 19px;
  }
}
.product-search-form input, .product-search-form select {
  border: 1px solid #808080;
  padding: 0.5em 1em;
  border-radius: 0;
  height: 32px;
  font-size: 12px;
}
@media all and (min-width: 768px) {
  .product-search-form input, .product-search-form select {
    height: 57px;
    font-size: 16px;
  }
}
.product-search-form input[type=search] {
  padding-left: 40px;
  background-image: url(../img/icon/i-search.svg);
  background-size: 20px;
  background-position: 1em 50%;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
  .product-search-form input[type=search] {
    background-size: 30px;
    padding-left: 60px;
  }
}
.product-result {
  padding-top: 0;
}
.product-result-container {
  padding: 0 20px;
  max-width: 1240px;
  margin: auto;
}
.product-result-table {
  position: relative;
  padding-right: 32px;
}
@media all and (min-width: 768px) {
  .product-result-table {
    padding-right: 0;
  }
}
.product-result-table table {
  width: 100%;
  border-collapse: unset;
  border-spacing: 0;
}
.product-result-table table thead tr:first-of-type th:first-of-type {
  border-top-left-radius: 5px;
}
@media all and (min-width: 768px) {
  .product-result-table table thead tr:first-of-type th:first-of-type {
    border-top-left-radius: 10px;
  }
}
.product-result-table table thead tr:first-of-type th:last-of-type {
  border-top-right-radius: 5px;
}
@media all and (min-width: 768px) {
  .product-result-table table thead tr:first-of-type th:last-of-type {
    border-top-right-radius: 10px;
  }
}
.product-result-table table thead th {
  background-color: #007dd2;
  color: #fff;
  padding: 0.5em 2em;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 13px;
  min-width: 150px;
}
@media all and (min-width: 768px) {
  .product-result-table table thead th {
    font-size: 24px;
  }
  .product-result-table table thead th:nth-child(2) {
    width: 34%;
  }
  .product-result-table table thead th:nth-child(1), .product-result-table table thead th:nth-child(3), .product-result-table table thead th:nth-child(4) {
    width: 22%;
  }
}
.product-result-table table tbody tr:nth-of-type(even) {
  background-color: rgba(0, 125, 210, 0.05);
}
.product-result-table table tbody tr:last-of-type td {
  border-bottom: 5px solid #007dd2;
}
@media all and (min-width: 768px) {
  .product-result-table table tbody tr:last-of-type td {
    border-bottom-width: 10px;
  }
}
.product-result-table table tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 5px;
}
@media all and (min-width: 768px) {
  .product-result-table table tbody tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px;
  }
}
.product-result-table table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 5px;
}
@media all and (min-width: 768px) {
  .product-result-table table tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px;
  }
}
.product-result-table table tbody td {
  font-size: 12px;
  padding: 0.5em;
}
.product-result-table table tbody td.td-name {
  position: relative;
  height: 100px;
}
@media all and (min-width: 768px) {
  .product-result-table table tbody td.td-name {
    height: 190px;
  }
}
.product-result-table table tbody td.td-name > a {
  color: #333;
}
@media all and (min-width: 768px) {
  .product-result-table table tbody td {
    font-size: 16px;
    padding: 1em 2em;
  }
}
.product-result-table-scroll {
  position: relative;
  overflow-x: scroll;
  padding-left: 45px;
}
@media all and (min-width: 768px) {
  .product-result-table-scroll {
    overflow-x: visible;
    padding-left: 85px;
  }
}
@media all and (min-width: 1440px) {
  .product-result-table-scroll {
    overflow-x: visible;
    padding-left: 0px;
  }
}
.product-result-table-scrollNotice {
  width: 34px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 100px 6px;
  letter-spacing: 0.1em;
  right: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  background-color: #007dd2;
  color: #fff;
}
@media all and (min-width: 768px) {
  .product-result-table-scrollNotice {
    display: none;
  }
}
.product-title {
  font-family: "Belleza", "Noto sans TC", sans-serif;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 1em;
}
@media all and (min-width: 768px) {
  .product-title {
    font-size: 56px;
  }
}
.product-info {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .product-info {
    display: flex;
  }
}
.product-info-photo {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .product-info-photo {
    flex-basis: 45%;
  }
}
@media all and (min-width: 768px) {
  .product-info-description {
    flex-basis: 55%;
    padding-left: 60px;
  }
}
.product-info-brand {
  margin-bottom: 3em;
}
.product-info-brand > img {
  max-height: 35px;
}
@media all and (min-width: 768px) {
  .product-info-brand > img {
    max-height: 70px;
  }
}
.product-feature {
  line-height: 2em;
  padding-bottom: 30px;
}
.product-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2em;
}
.product-feature-item > b {
  flex-basis: 100px;
}
@media all and (min-width: 768px) {
  .product-feature-item > b {
    flex-basis: 150px;
  }
}
.product-feature-item > p {
  flex: 1;
  padding-left: 1em;
}
.product-feature-item > p .img-icon {
  max-width: 40px;
}
@media all and (min-width: 768px) {
  .product-feature-item > p .img-icon {
    max-width: 78px;
  }
}

.certification {
  position: absolute;
  top: 0;
  right: calc(100% + 15px);
  width: 30px;
}
@media all and (min-width: 768px) {
  .certification {
    right: calc(100% + 20px);
    width: 60px;
  }
}

.news-posts {
  display: flex;
  flex-wrap: wrap;
}
.news .banner {
  background-image: url("../img/banner/SP_News.jpg");
}
@media all and (min-width: 768px) {
  .news .banner {
    background-image: url("../img/banner/News.jpg");
  }
}
.news-container {
  padding: 0 10px;
}
@media all and (min-width: 768px) {
  .news-container {
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
  }
}
@media all and (min-width: 1440px) {
  .news-container.sm {
    max-width: 1080px;
    margin: auto;
  }
}
@media all and (min-width: 1600px) {
  .news-container {
    max-width: 1440px;
    margin: auto;
  }
}
@media all and (max-width: 767px) {
  .news-container .tag {
    font-size: 14px;
    min-width: 50px;
    padding: 0 8px;
  }
}
@media all and (min-width: 768px) {
  .news-sidebar {
    flex-basis: 320px;
    max-width: 320px;
    padding-left: 50px;
  }
}
.news-sidebar-section {
  margin-bottom: 40px;
  padding: 0 50px;
}
@media all and (min-width: 768px) {
  .news-sidebar-section {
    padding: 0;
  }
}
.news-sidebar-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #005096;
  color: #005096;
}
@media all and (min-width: 768px) {
  .news-sidebar-title {
    padding-bottom: 20px;
  }
}
.news-sidebar-title-en {
  font-family: "Belleza", sans-serif;
  font-size: 22px;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .news-sidebar-title-en {
    font-size: 26px;
  }
}
.news-sidebar-title-cn {
  font-size: 14px;
}
@media all and (min-width: 768px) {
  .news-sidebar-title-cn {
    font-size: 18px;
  }
}
.news-sidebar-list-item {
  border-bottom: 1px solid #f3f3f3;
}
.news-sidebar-list-item > a {
  padding: 1em 1.5em;
  line-height: 1;
  color: #333;
  display: block;
  position: relative;
}
@media all and (min-width: 768px) {
  .news-sidebar-list-item > a {
    font-size: 22px;
    padding: 1em 2em;
  }
}
.news-sidebar-list-item > a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #007dd2;
  position: absolute;
  left: 1em;
  top: calc(50% - 2px);
}
.news-sidebar-list-item > a:after {
  content: ">";
  color: #007dd2;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
}
.news-sidebar-select {
  margin-top: 1em;
  border: 1px solid #007dd2;
  border-radius: 40px;
  font-size: 14px;
  color: #007dd2;
  padding: 0.5em 1.5em;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  -webkit-appearance: none;
          appearance: none;
  background: url(../img/icon/i-angle-b.svg) right 1em top 50%/10px no-repeat;
}
@media all and (min-width: 768px) {
  .news-sidebar-select {
    font-size: 18px;
  }
}
.news-sidebar-select option {
  color: #808080;
}
.news-sidebar-select option:hover {
  background: #007dd2;
  color: #fff;
}
.news-main {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .news-main {
    flex: 1;
    order: -1;
  }
}
.news-main .news-item {
  padding: 0 9px;
  flex-basis: 50%;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .news-main .news-item {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media all and (min-width: 1440px) {
  .news-main .news-item {
    padding-right: 60px;
    flex-basis: 33.3%;
    margin-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .news-main .news-item .box-img {
    margin-bottom: 10px;
  }
}
.news-item {
  margin-bottom: 20px;
  position: relative;
}
.news-item .box-img {
  margin-bottom: 20px;
  transition: 0.3s linear all;
}
.news-item .between {
  margin-bottom: 8px;
  font-weight: 400;
}
.news-item .title-sub {
  font-weight: bold;
}
.news-item a {
  display: block;
  color: #333;
}
.news-item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.news-item a:hover {
  text-decoration: none;
}
.news-item:hover .box-img:after {
  opacity: 1;
}
.news-article {
  padding: 0 10px;
}
@media all and (min-width: 768px) {
  .news-article {
    padding-right: 60px;
    padding-left: 0;
  }
}
.news-article-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.75em 0;
}
@media all and (min-width: 768px) {
  .news-article-title {
    font-size: 33px;
  }
}
.news-article-content {
  line-height: 2em;
}
.news-article-content img {
  max-width: 100%;
  height: auto;
}
.news-article-content iframe {
  width: 100%;
}
@media all and (min-width: 768px) {
  .news-article-content iframe {
    max-height: calc(56.27vw - 260px);
  }
}
@media all and (max-width: 767px) {
  .news-article-content iframe {
    height: calc(56.25vw - 40px);
  }
}
.news-article-share {
  text-align: right;
  padding-bottom: 2em;
}
.news-article-share-list {
  display: flex;
  justify-content: flex-end;
  margin: 1em 0;
}
.news-article-share-list-item {
  margin-left: 1em;
}
.news-article-share-list-item > a:hover {
  opacity: 0.6;
}
.news-article-share-list-item > a > img {
  width: 18px;
}
@media all and (min-width: 768px) {
  .news-article-share-list-item > a > img {
    width: 32px;
  }
}
.news-article .between .btn {
  padding: 0.4em 1em;
}
@media all and (max-width: 767px) {
  .news-article .between .btn {
    padding: 0.25em 0.5em;
  }
}

.download .banner {
  background-image: url("../img/banner/SP_Download.jpg");
}
@media all and (min-width: 768px) {
  .download .banner {
    background-image: url("../img/banner/Download.jpg");
  }
}
.download-item {
  max-width: 300px;
  margin: 0 auto 30px;
  position: relative;
}
@media all and (min-width: 768px) {
  .download-item {
    margin-bottom: 60px;
  }
}
.download-item .box-img:before {
  padding-bottom: 80%;
}
.download-item-title {
  font-size: 14px;
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .download-item-title {
    font-size: 18px;
  }
}
.download-item-abstract {
  font-size: 13px;
}
@media all and (min-width: 768px) {
  .download-item-abstract {
    font-size: 16px;
  }
}
.download-item:hover .box-img:after {
  opacity: 1;
}
.download-item > a {
  display: block;
  cursor: pointer;
  color: #333;
}
.download-item > a:hover {
  text-decoration: none;
}
.download-item > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.contact .banner {
  background-image: url("../img/banner/SP_Contact.jpg");
}
@media all and (min-width: 768px) {
  .contact .banner {
    background-image: url("../img/banner/Contact.jpg");
  }
}
.contact-links {
  text-align: center;
}
.contact-links-list {
  max-width: 300px;
  display: flex;
  margin: auto;
}
.contact-links-list-item {
  padding: 0 25px;
}
.contact-links-list-item > img {
  width: 100px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .contact-links-list-item > img {
    width: 200px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  .contact-links-list-item {
    padding: 0 50px;
  }
}
@media all and (min-width: 768px) {
  .contact-links-list {
    max-width: 600px;
  }
}
.contact-info {
  background: url(../img/Links/SP_Contact_bg.jpg) center/cover no-repeat;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 768px) {
  .contact-info {
    background-image: url(../img/Links/Contact_bg.jpg);
  }
}
.contact-info-opening {
  font-size: 12px;
  color: #E0EFF7;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media all and (min-width: 768px) {
  .contact-info-opening {
    font-size: 16px;
  }
}
.contact-info-tel {
  margin-bottom: 40px;
}
.contact-info-tel-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.45);
  border-radius: 50px;
  color: #005096;
  font-size: 22px;
  line-height: 1.5em;
  margin: 0.5em 0;
}
.contact-info-tel-btn > img {
  margin-right: 0.5em;
}
@media all and (max-width: 767px) {
  .contact-info-tel-btn > img {
    width: 30px;
  }
}
.contact-info-tel-btn:hover {
  opacity: 0.75;
}
@media all and (min-width: 768px) {
  .contact-info-tel-btn {
    font-size: 42px;
  }
}
.contact-info-sales-btn {
  font-size: 13px;
  background-color: #007dd2;
  color: #fff;
  line-height: 1.5;
  box-shadow: 2px 2px 3px rgba(3, 99, 128, 0.45);
  margin-bottom: 0.75em;
  letter-spacing: 0.025em;
}
.contact-info-sales-btn:hover {
  background-color: #005096;
}
@media all and (min-width: 768px) {
  .contact-info-sales-btn {
    font-size: 24px;
  }
}
.contact-info-sales-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.contact-info-sales-col > img {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .contact-info-sales-col > img {
    width: 72px;
  }
}
@media all and (min-width: 768px) {
  .contact-info-sales-col {
    padding: 0 20px;
    flex-basis: 33.3%;
    max-width: 33.3%;
    margin-bottom: 60px;
  }
}
@media all and (min-width: 768px) {
  .contact-info-sales {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
  }
}
.contact-info-social {
  max-width: 300px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.contact-info-social-item {
  padding: 0 20px;
}
.contact-info-social-item > img {
  width: 75px;
  margin-bottom: 15px;
}
@media all and (min-width: 768px) {
  .contact-info-social-item > img {
    width: 150px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) {
  .contact-info-social {
    max-width: 520px;
  }
}
.contact-form-container {
  padding: 0 20px;
}
@media all and (min-width: 768px) {
  .contact-form-container {
    max-width: 900px;
    margin: auto;
    padding: 0 15px;
  }
}
.contact-form-head {
  margin-bottom: 40px;
  padding: 0 10px;
}
.contact-form-head-title {
  color: #005096;
  font-size: 19px;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .contact-form-head-title {
    font-size: 32px;
  }
}
.contact-form-head-content {
  font-size: 12px;
  line-height: 2em;
  margin-bottom: 2em;
}
@media all and (min-width: 768px) {
  .contact-form-head-content {
    font-size: 16px;
    margin-bottom: 3em;
  }
}
.contact-form-head-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.contact-form-head-step:before {
  content: "";
  width: 100%;
  height: 6px;
  background: rgba(151, 151, 151, 0.2);
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
.contact-form-head-step-dot {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cacaca;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px #fff;
}
.contact-form-head-step-dot > span {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
  color: #979797;
}
@media all and (min-width: 768px) {
  .contact-form-head-step-dot > span {
    font-size: 18px;
  }
}
.contact-form-head-step-dot.current {
  background-color: #007dd2;
}
.contact-form-head-step-dot.current > span {
  color: #007dd2;
}
.contact-form-head-step-dot.completed {
  background-color: #005096;
}
.contact-form-head-step-dot.completed > span {
  color: #005096;
}
@media all and (min-width: 768px) {
  .contact-form-head-step-dot {
    width: 30px;
    height: 30px;
    box-shadow: 0 0 0 8px #fff;
  }
}
.contact-form-head-step-progress {
  height: 6px;
  z-index: 1;
  background: #cce5f6;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
@media all and (min-width: 768px) {
  .contact-form-head {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
.contact-form-success {
  line-height: 2em;
  text-align: center;
  font-size: 12px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .contact-form-success {
    font-size: 18px;
    min-height: 300px;
  }
}
.contact-map {
  height: 300px;
  position: relative;
}
.contact-map:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 24%;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.2), transparent);
}
.contact-map-iframe {
  width: 100%;
  height: 100%;
}
@media all and (min-width: 768px) {
  .contact-map {
    height: 600px;
  }
}

.service .banner {
  background-image: url("../img/banner/SP_Service.jpg");
}
@media all and (min-width: 768px) {
  .service .banner {
    background-image: url("../img/banner/Service.jpg");
  }
}
.service-top-container {
  padding: 0 24px;
}
.service-top-container .box-img {
  min-height: 235px;
}
.service-top-container .title-section {
  margin-bottom: 10px;
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .service-top-container {
    display: flex;
    align-items: center;
  }
  .service-top-container .box-img {
    min-height: 450px;
    flex-basis: 45%;
    max-width: 45%;
  }
  .service-top-container-text {
    margin-left: 90px;
    flex-basis: 500px;
    max-width: 500px;
  }
  .service-top-container-text .title-section {
    margin-bottom: 12px;
    margin-top: 0px;
  }
  .service-top-container-text .title-section-single {
    font-size: 43px;
  }
}
@media all and (min-width: 1440px) {
  .service-top-container {
    max-width: 1400px;
    padding: 0 7px;
    margin: auto;
  }
}
.service-item {
  padding: 0;
  background-image: url(../img/Links/Service_g_3.jpg);
  background-size: 108%;
  background-repeat: no-repeat;
  background-position: -60px bottom;
}
@media all and (min-width: 768px) {
  .service-item {
    padding: 24px 0 56px;
    background-size: auto 400px;
    background-position: right 50vw bottom;
  }
  .service-item + .service-item {
    margin-top: 80px;
  }
  .service-item.section2 {
    padding-bottom: 80px;
  }
  .service-item.section2 .service-item-text {
    padding-top: 24px;
  }
  .service-item.section3 {
    padding-top: 0;
    padding-bottom: 96px;
  }
  .service-item.section3 .service-item-text {
    padding-top: 66px;
  }
}
@media all and (min-width: 1440px) {
  .service-item {
    background-position: left bottom;
  }
}
.service-item.decobg-bu {
  background-image: url(../img/Links/Service_b_2.jpg);
}
@media all and (max-width: 767px) {
  .service-item.decobg-bu {
    background-size: 110%;
  }
}
.service-item-container {
  padding: 0 20px;
}
@media all and (min-width: 768px) {
  .service-item-container {
    display: flex;
  }
}
@media all and (min-width: 1440px) {
  .service-item-container {
    max-width: 1400px;
    padding: 0;
    margin: auto;
  }
}
@media all and (min-width: 768px) {
  .service-item-img {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.service-item-text {
  padding: 50px 18% 6px;
  font-size: 13px;
  line-height: 1.5;
}
.service-item-text .title-num {
  margin-left: -0.25em;
  margin-bottom: 0.3em;
  margin-top: -0.5em;
}
@media all and (min-width: 768px) {
  .service-item-text .title-num {
    margin-top: -0.4em;
  }
}
@media all and (min-width: 768px) {
  .service-item-text {
    font-size: 19px;
    padding-left: 12%;
    padding-right: 7%;
    padding-top: 0;
    flex-basis: 50%;
    max-width: 50%;
    order: -1;
  }
}
.service-item + .service-item {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .service-item + .service-item {
    margin-top: 96px;
  }
}
.service-flow {
  text-align: center;
}
.service-flow .title-sub {
  font-size: 16px;
  margin-bottom: 1em;
}
@media all and (min-width: 768px) {
  .service-flow .title-sub {
    font-size: 34px;
  }
}
.service-flow-gap {
  border: 0;
  margin: 20px 0;
}
@media all and (min-width: 768px) {
  .service-flow-gap {
    margin: 40px 0;
  }
}
@media all and (min-width: 768px) {
  .service-flow {
    padding-top: 80px;
  }
}
.service-links {
  text-align: center;
  background: url(../img/Links/service_link_bg_mb.png) center/cover no-repeat;
  color: #fff;
}
@media all and (min-width: 768px) {
  .service-links {
    background-image: url(../img/Links/Service_questions_bg.jpg);
  }
}
@media all and (min-width: 768px) {
  .service-links .container {
    display: flex;
  }
}
.service-links-item {
  padding: 0 20px;
}
.service-links-item + .service-links-item {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .service-links-item {
    padding: 0 66px;
    max-width: 50%;
    flex-basis: 50%;
  }
  .service-links-item + .service-links-item {
    margin-top: 0px;
  }
}
.service-links-title-en {
  font-size: 32px;
  line-height: 40px;
}
@media all and (min-width: 768px) {
  .service-links-title-en {
    font-size: 56px;
    line-height: 80px;
  }
}
.service-links-title-cn {
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 1.5em;
}
@media all and (min-width: 768px) {
  .service-links-title-cn {
    font-size: 26px;
    line-height: 80px;
  }
}
.service-links-btn {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0 1em;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: auto;
  font-weight: bold;
  transition: 0.2s ease all;
  line-height: 2em;
  padding-left: 2.5em;
  background-repeat: no-repeat;
  background-position: 1em 50%;
}
.service-links-btn:hover, .service-links-btn:focus {
  opacity: 0.75;
  text-decoration: none;
}
.service-links-btn.btn-i-search {
  background-image: url(../img/icon/i-search-w.svg);
  background-size: 17px;
}
@media all and (min-width: 768px) {
  .service-links-btn.btn-i-search {
    background-size: 47px;
  }
}
.service-links-btn.btn-i-contact {
  background-image: url(../img/icon/i-contact.svg);
  background-size: 19px;
}
@media all and (min-width: 768px) {
  .service-links-btn.btn-i-contact {
    background-size: 58px;
  }
}
@media all and (min-width: 768px) {
  .service-links-btn {
    font-size: 26px;
    width: 300px;
    border-width: 2px;
    padding: 0.5em 2em;
    padding-left: 4em;
    background-position: 2em 50%;
  }
}

.equipment .banner {
  background-image: url("../img/banner/SP_Equipment.jpg");
}
@media all and (min-width: 768px) {
  .equipment .banner {
    background-image: url("../img/banner/Equipment.jpg");
  }
}
.equipment-description .title-section {
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .equipment-description .title-section {
    margin-bottom: 30px;
  }
}
.equipment-description-text {
  text-align: center;
}
@media all and (min-width: 1600px) {
  .equipment-description {
    padding: 100px 0;
  }
}
.equipment-gallery {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.equipment-gallery-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140%;
}
@media all and (min-width: 768px) {
  .equipment-gallery-container {
    min-width: 100%;
  }
}
.equipment-gallery-container > .box-img {
  flex-basis: 33%;
  max-width: 33%;
  min-height: 100px;
}
@media all and (min-width: 768px) {
  .equipment-gallery-container > .box-img {
    height: 280px;
  }
  .equipment-gallery-container > .box-img.item1 {
    flex-basis: 37%;
    max-width: 37%;
  }
  .equipment-gallery-container > .box-img.item2 {
    flex-basis: 32%;
    max-width: 32%;
  }
  .equipment-gallery-container > .box-img.item3 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
@media all and (max-width: 767px) {
  .equipment .caption-item.section4 {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  .equipment .caption-item.section4 .caption-item-img {
    margin-top: -40px;
  }
}
@media all and (min-width: 768px) {
  .equipment .caption-item + .equipment-description {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 768px) {
  .equipment .caption-item-container-bg {
    right: 47%;
  }
}
@media all and (min-width: 768px) {
  .equipment .caption-item-container.oppsite .caption-item-container-bg {
    left: 44%;
  }
}
@media all and (max-width: 767px) {
  .equipment .caption-item-text {
    padding-top: 0;
    padding-bottom: 12px;
  }
}

.mission .banner {
  background-image: url("../img/banner/SP_Mission.jpg");
}
@media all and (min-width: 768px) {
  .mission .banner {
    background-image: url("../img/banner/Mission.jpg");
  }
}
.mission .caption-item-text {
  min-height: 325px;
}
.mission .caption-item-container-bg {
  max-width: none;
  height: 256px;
  left: 6%;
}
@media all and (min-width: 768px) {
  .mission .caption-item-container-bg {
    max-width: 904px;
    height: auto;
    right: 43%;
  }
}
.mission .caption-item-container.oppsite .caption-item-container-bg {
  right: 4.5%;
  left: auto;
}
@media all and (min-width: 768px) {
  .mission .caption-item-container.oppsite .caption-item-container-bg {
    max-width: 949px;
  }
}
.mission-message {
  background: url(../img/Links/Mission_photo_5.jpg) left 25% bottom/120% no-repeat;
}
@media all and (min-width: 768px) {
  .mission-message {
    background-size: 100%;
    background-position: right bottom;
  }
}
.mission-message-content {
  max-width: 85%;
}
.mission-message-content-title {
  font-family: "Belleza", sans-serif;
  font-size: 24px;
  color: #005096;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  .mission-message-content-title {
    font-size: 48px;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 768px) {
  .mission-message-content {
    max-width: 65%;
  }
}
.mission-message-sign {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
.mission-message-sign > b {
  font-size: 1.25em;
}
.mission-message-sign > img {
  margin-left: 20px;
  max-width: 146px;
}
@media all and (min-width: 768px) {
  .mission-message-sign > img {
    max-width: 292px;
  }
}
@media all and (min-width: 768px) {
  .mission-message-sign {
    justify-content: flex-end;
  }
}

.caption-item {
  padding: 0;
}
.caption-item-container {
  position: relative;
  padding: 0 20px;
}
.caption-item-container-bg {
  position: absolute;
  max-width: 110%;
  z-index: -1;
  right: 20px;
  top: 312px;
}
@media all and (min-width: 768px) {
  .caption-item-container-bg {
    right: 49%;
    top: 220px;
    max-width: 785px;
    bottom: auto;
  }
}
@media all and (min-width: 768px) {
  .caption-item-container.oppsite .caption-item-text {
    padding-left: 8%;
    padding-right: 0;
    margin-right: 80px;
    margin-left: 0;
  }
}
.caption-item-container.oppsite .caption-item-container-bg {
  right: auto;
  left: 20px;
}
@media all and (min-width: 768px) {
  .caption-item-container.oppsite .caption-item-container-bg {
    right: auto;
    left: 40%;
  }
}
@media all and (min-width: 768px) {
  .caption-item-container.oppsite {
    flex-direction: row;
  }
}
@media all and (min-width: 768px) {
  .caption-item-container {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding: 0;
  }
}
.caption-item-img {
  height: 215px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
@media all and (min-width: 768px) {
  .caption-item-img {
    flex-basis: 48%;
    max-width: 48%;
    height: 620px;
    margin-bottom: 0;
  }
  .caption-item-img.sm-img {
    background-size: contain;
    background-position: left center;
  }
  .caption-item-img.xs-img {
    background-size: 720px;
    background-position: left;
  }
  .caption-item-img > img {
    max-width: none;
    max-height: 100%;
  }
}
.caption-item-text {
  padding: 0 18%;
  text-align: justify;
  font-size: 12px;
  min-height: 300px;
}
@media all and (min-width: 768px) {
  .caption-item-text {
    padding: 0 8% 50px 0;
    margin-left: 80px;
    flex-basis: 560px;
    max-width: 560px;
    font-size: 18px;
  }
}
.caption-item-text .title-num {
  margin-left: -0.25em;
  margin-bottom: 0.3em;
}
@media all and (min-width: 768px) {
  .caption-item-text .title-num {
    margin-bottom: 0.4em;
    margin-top: 0.125em;
  }
}
@media all and (max-width: 767px) {
  .caption-item-text br {
    display: none;
  }
}
.caption-item + .caption-item {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .caption-item {
    padding: 30px 0;
    overflow-x: visible;
  }
  .caption-item + .caption-item {
    margin-top: 80px;
  }
}

.company .banner {
  background-image: url("../img/banner/SP_Company.jpg");
}
@media all and (min-width: 768px) {
  .company .banner {
    background-image: url("../img/banner/Company.jpg");
  }
}
.company-container {
  position: relative;
  padding-left: 86px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .company-container {
    max-width: 1040px;
    padding-left: 172px;
    padding-right: 0px;
    margin: auto;
  }
}
.company-gallery {
  position: relative;
  padding: 40px 60px;
}
@media all and (min-width: 768px) {
  .company-gallery {
    padding: 120px 0;
    margin-top: -40px;
  }
}
.company-gallery-bg {
  position: absolute;
  width: 96%;
  z-index: -1;
}
@media all and (min-width: 768px) {
  .company-gallery-bg {
    width: 45%;
  }
}
@media all and (min-width: 1440px) {
  .company-gallery-bg {
    width: 735px;
  }
}
.company-gallery-bg.decobg-1 {
  left: 0;
  top: 0;
}
@media all and (min-width: 768px) {
  .company-gallery-bg.decobg-1 {
    left: 48%;
  }
}
.company-gallery-bg.decobg-2 {
  right: 0;
  bottom: 0;
}
@media all and (min-width: 768px) {
  .company-gallery-bg.decobg-2 {
    right: 48%;
  }
}
.company-gallery-container {
  margin: auto;
}
@media all and (min-width: 768px) {
  .company-gallery-container {
    padding: 0 80px;
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 1600px) {
  .company-gallery-container {
    padding: 0 160px;
  }
}
.company-gallery-item {
  padding: 0 15px;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .company-title {
    margin-bottom: 2.5em;
  }
}
.company-title .title-sub {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .company-title .title-sub {
    font-size: 26px;
  }
}
.company-title .title-vertical {
  position: absolute;
  left: 12px;
  top: 0;
}
@media all and (min-width: 768px) {
  .company-title .title-vertical {
    left: 0;
  }
}
.company-intros-item {
  padding: 0.9em 0;
  display: flex;
  border-bottom: 1px solid #CACACA;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 13px;
}
@media all and (min-width: 768px) {
  .company-intros-item {
    font-size: 21px;
    padding: 1.3em 0;
  }
}
.company-intros-item-title {
  font-weight: bold;
  flex-basis: 70px;
}
@media all and (min-width: 768px) {
  .company-intros-item-title {
    flex-basis: 150px;
  }
}
.company-intros-item-content {
  flex: 1;
}
.company-partner {
  padding-top: 0;
}
@media all and (min-width: 768px) {
  .company-partner {
    margin-top: -20px;
  }
}

.logo-list {
  display: flex;
  flex-wrap: wrap;
}
.logo-list-item {
  flex-basis: 33.3%;
  padding: 0px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .logo-list-item {
    flex-basis: 25%;
    margin-bottom: 40px;
    padding: 20px 15px;
  }
  .logo-list-item img {
    max-height: 100px;
  }
}

.faq .banner {
  background-image: url("../img/banner/SP_FAQ.jpg");
}
@media all and (min-width: 768px) {
  .faq .banner {
    background-image: url("../img/banner/FAQ.jpg");
  }
}
.faq-list-item {
  position: relative;
  font-size: 14px;
  margin-bottom: 1em;
}
@media all and (min-width: 768px) {
  .faq-list-item {
    font-size: 20px;
  }
}
.faq-list-item:before {
  content: "Q";
  font-family: "Belleza", sans-serif;
  font-size: 2em;
  color: #007dd2;
  position: absolute;
  left: 0.1em;
  top: 0.25em;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .faq-list-item:before {
    font-size: 2.5em;
    top: 0.125em;
  }
}
.faq-list-item-title {
  border-bottom: 1px solid #cacaca;
  cursor: pointer;
  padding: 0.75em 3em;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .faq-list-item-title {
    padding: 1em 4em;
  }
}
.faq-list-item-title:before, .faq-list-item-title:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #007dd2;
  position: absolute;
  right: 1em;
  top: 1.5em;
  transition: 0.2s linear all;
}
@media all and (min-width: 768px) {
  .faq-list-item-title:before, .faq-list-item-title:after {
    top: 1.75em;
  }
}
.faq-list-item-title:not(.opened):after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-list-item-answer {
  display: none;
  padding: 1em 3em;
}
@media all and (min-width: 768px) {
  .faq-list-item-answer {
    padding: 1em 4em;
  }
}
.faq-link {
  padding-top: 40px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .faq-link .title-section-en {
    font-size: 36px;
  }
}
.faq-link-btn {
  border: 1px solid #007dd2;
  border-radius: 50px;
  padding: 0 1em;
  text-align: center;
  color: #007dd2;
  font-size: 14px;
  width: auto;
  font-weight: bold;
  transition: 0.2s ease all;
  line-height: 2em;
  padding-left: 2.5em;
  background-repeat: no-repeat;
  background-position: 1em 50%;
}
.faq-link-btn:hover, .faq-link-btn:focus {
  opacity: 0.75;
  text-decoration: none;
}
.faq-link-btn.btn-i-contact {
  background-image: url(../img/icon/i-contact-b.svg);
  background-size: 19px;
}
@media all and (min-width: 768px) {
  .faq-link-btn.btn-i-contact {
    background-size: 58px;
  }
}
@media all and (min-width: 768px) {
  .faq-link-btn {
    font-size: 26px;
    width: 300px;
    border-width: 2px;
    padding: 0.5em 2em;
    padding-left: 4em;
    background-position: 2em 50%;
  }
}

.page .banner {
  background-image: url("../img/banner/SP_Privacy%20Policy.jpg");
}
@media all and (min-width: 768px) {
  .page .banner {
    background-image: url("../img/banner/Privacy%20Policy.jpg");
  }
}
.page-title {
  font-size: 21px;
  font-weight: bold;
  color: #005096;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
@media all and (min-width: 768px) {
  .page-title {
    font-size: 39px;
  }
}
.page-content {
  line-height: 2em;
  font-size: 13px;
}
@media all and (min-width: 768px) {
  .page-content {
    font-size: 16px;
  }
}
.page-content ul {
  padding-left: 1.5em;
}