@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #fff;
}

select,
input {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

body {
  font-family: '微軟正黑體','Open Sans', sans-serif;
  background: #eaeaea;
}

body .row {
  max-width: 1100px;
  margin: 0 auto;
}

.go_top {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999999;
  border-radius: 20px;
}

header {
  position: absolute;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 9999;
}

@media only screen and (max-width: 1200px) {
  header {
    height: calc(100px * 0.6);
  }
}

@media only screen and (max-width: 767px) {
  header {
    height: calc(130px * 0.4);
  }
}

@media only screen and (max-width: 640px) {
  header {
    background: none;
  }
}

header .item_5 {
  position: absolute;
  height: auto;
  padding: 0 10px;
  line-height: 12px;
  right: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  top: 10px;
  display: block;
  z-index: 999999999;
}

@media only screen and (max-width: 991px) {
  header .item_5 {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header .item_5 {
    transform: scale(1);
    -webkit-transform: scale(1);
    position: static;
    padding: 0;
    border: none;
  }
}

header .item_5 a {
  border: none;
  background: none;
  color: #dcdcdc;
  padding: 5px;
  font-size: 15px;
  font-weight: 200;
  outline: none;
  cursor: pointer;
  display: inline-block;
}

header .item_5 a:hover, header .item_5 a.active {
  color: #999;
}

header .header_row {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}

header .header_row .main_logo {
  position: absolute;
  margin: 0 auto;
  display: block;
  top: 10px;
  left: 0;
  right: 0;
  width: 80px;
}

@media only screen and (max-width: 1200px) {
  header .header_row .main_logo {
    top: calc(10px * 0.6);
    width: calc(80px * 0.6);
  }
}

@media only screen and (max-width: 767px) {
  header .header_row .main_logo {
    top: calc(10px * 0.4);
    width: calc(120px * 0.4);
  }
}

@media only screen and (max-width: 640px) {
  header .header_row .main_logo {
    top: calc(50px * 0.5);
    width: calc(120px * 0.4);
  }
}

header .header_row .main_logo img {
  width: 100%;
}

header .header_row .navbtn {
  display: none;
  width: 30px;
  height: 30px;
  float: right;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  position: absolute;
  outline: none;
  z-index: 9999;
  top: 8px;
  right: 15px;
}

header .header_row .navbtn span.icon-bar {
  height: 2px;
  border-radius: 5px;
  width: 100%;
  display: block;
  background: #fff;
  margin: 8px 0;
}

@media only screen and (max-width: 767px) {
  header .header_row .navbtn {
    display: block;
  }
}

header .header_row .main_menu {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  header .header_row .main_menu {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 0 20px;
    height: 100%;
  }
}

header .header_row .main_menu li {
  display: inline-block;
  font-size: 15px;
  padding: 0 66px;
  height: 100px;
  line-height: 100px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  header .header_row .main_menu li {
    padding: 0 calc(66px * 0.6);
    height: calc(100px * 0.6);
    line-height: calc(100px * 0.6);
  }
}

@media only screen and (max-width: 767px) {
  header .header_row .main_menu li {
    padding: 0;
    width: 100%;
    line-height: auto;
    height: auto;
  }
}

header .header_row .main_menu li a {
  letter-spacing: 2px;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  header .header_row .main_menu li a {
    width: 30%;
    margin: 0 auto;
    min-height: 50px;
  }
}

header .header_row .main_menu li a:hover, header .header_row .main_menu li a.active {
  color: #f3b63f;
  position: relative;
}

header .header_row .main_menu li a:hover:after, header .header_row .main_menu li a.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #f3b63f;
  position: absolute;
  top: calc(50% + 22px);
}
header .header_row .main_menu li a:hover:after, header .header_row .main_menu li.item_5 a.active:after{
  display: none;
}
header .header_row .main_menu li .menu_more {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  top: 17px;
  left: calc(50% + 40px);
  font-size: 20px;
  outline: none;
}

@media only screen and (min-width: 767px) {
  header .header_row .main_menu li:hover .tab_box {
    display: block;
  }

  header .header_row .main_menu li .menu_more {
    display: none;
    outline: none;
  }
}

header .header_row .main_menu li .tab_box {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  padding: 0 0 15px 0;
  top: 100%;
}

header .header_row .main_menu li .tab_box a {
  line-height: 30px;
  min-height: 0;
}

header .header_row .main_menu li .tab_box a:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  header .header_row .main_menu li .tab_box {
    position: static;
  }
}

header .header_row .main_menu li.item_1 {
  padding-left: 0;
}

header .header_row .main_menu li.item_2 {
  margin-right: 216px;
}

@media only screen and (max-width: 1200px) {
  header .header_row .main_menu li.item_2 {
    margin-right: calc(216px * 0.9);
  }
}

@media only screen and (max-width: 767px) {
  header .header_row .main_menu li.item_2 {
    margin-right: calc(216px * 0.6);
  }
}

header .header_row .main_menu li.item_4 {
  padding-right: 0;
}

header .header_row .main_menu li.item_5 {
  position: absolute;
  height: auto;
  padding: 0 10px;
  line-height: 12px;
  right: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  top: 10px;
  display: none;
}

@media only screen and (max-width: 991px) {
  header .header_row .main_menu li.item_5 {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  header .header_row .main_menu li.item_5 {
    transform: scale(1);
    -webkit-transform: scale(1);
    position: static;
    padding: 0;
    border: none;
    display: block;
  }
}

header .header_row .main_menu li.item_5 button {
  border: none;
  background: none;
  color: #dcdcdc;
  padding: 5px;
  font-size: 15px;
  font-weight: 200;
  outline: none;
  cursor: pointer;
}

header .header_row .main_menu li.item_5 button:hover, header .header_row .main_menu li.item_5 button.active {
  color: #999;
}

header.type_b {
  position: absolute;
  width: 100%;
  height: 165px;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 9999;
}
header .header_row .main_menu li.item_5 a{
  margin: 2px auto;
  padding: 3px 0;
}
@media only screen and (max-width: 1200px) {
  header.type_b {
    height: calc(165px * 0.6);
  }
}

@media only screen and (max-width: 767px) {
  header.type_b {
    height: calc(165px * 0.4);
  }
}

@media only screen and (max-width: 640px) {
  header.type_b {
    background: none;
  }
}

header.type_b .header_row {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}

header.type_b .header_row .main_logo {
  position: absolute;
  margin: 0 auto;
  display: block;
  top: 54px;
  left: 0;
  right: 0;
  width: 195px;
}

@media only screen and (max-width: 1200px) {
  header.type_b .header_row .main_logo {
    top: calc(54px * 0.6);
    width: calc(195px * 0.6);
  }
}

@media only screen and (max-width: 767px) {
  header.type_b .header_row .main_logo {
    top: calc(54px * 0.4);
    width: calc(195px * 0.4);
  }
}

@media only screen and (max-width: 640px) {
  header.type_b .header_row .main_logo {
    top: calc(54px * 0.5);
    width: calc(195px * 0.4);
  }
}

header.type_b .header_row .main_logo img {
  width: 100%;
}

header.type_b .header_row .navbtn {
  display: none;
  width: 30px;
  height: 30px;
  float: right;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  position: absolute;
  outline: none;
  z-index: 9999;
  top: 20px;
  right: 15px;
}

header.type_b .header_row .navbtn span.icon-bar {
  height: 2px;
  border-radius: 5px;
  width: 100%;
  display: block;
  background: #fff;
  margin: 8px 0;
}

@media only screen and (max-width: 767px) {
  header.type_b .header_row .navbtn {
    display: block;
  }
}

header.type_b .header_row .main_menu {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  header.type_b .header_row .main_menu {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 0 20px;
    height: 100%;
  }
}

header.type_b .header_row .main_menu li {
  display: inline-block;
  font-size: 15px;
  padding: 0 66px;
  height: 165px;
  line-height: 165px;
}

@media only screen and (max-width: 1200px) {
  header.type_b .header_row .main_menu li {
    padding: 0 calc(66px * 0.6);
    height: calc(165px * 0.6);
    line-height: calc(165px * 0.6);
  }
}

@media only screen and (max-width: 767px) {
  header.type_b .header_row .main_menu li {
    padding: 0;
    height: 50px;
    line-height: 40px;
    width: 100%;
  }
}

header.type_b .header_row .main_menu li a {
  letter-spacing: 2px;
  color: #fff;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  header.type_b .header_row .main_menu li a {
    width: 30%;
    margin: 0 auto;
  }
}

header.type_b .header_row .main_menu li a:hover, header.type_b .header_row .main_menu li a:active {
  color: #f3b63f;
  position: relative;
}

header.type_b .header_row .main_menu li a:hover:after, header.type_b .header_row .main_menu li a:active:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #f3b63f;
  position: absolute;
  top: calc(50% + 22px);
}

header.type_b .header_row .main_menu li.item_1 {
  padding-left: 0;
}

header.type_b .header_row .main_menu li.item_2 {
  margin-right: 216px;
}

@media only screen and (max-width: 1200px) {
  header.type_b .header_row .main_menu li.item_2 {
    margin-right: calc(216px * 0.9);
  }
}

@media only screen and (max-width: 767px) {
  header.type_b .header_row .main_menu li.item_2 {
    margin-right: calc(216px * 0.6);
  }
}

header.type_b .header_row .main_menu li.item_4 {
  padding-right: 0;
}

header.type_b .header_row .main_menu li.item_5 {
  position: absolute;
  height: auto;
  padding: 0 10px;
  line-height: 12px;
  right: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  top: 10px;
  display: none;
}

@media only screen and (min-width: 1100px) {
  header.type_b .header_row .main_menu li.item_5 {
    right: calc((100% - 1100px)/2);
  }
}

@media only screen and (max-width: 991px) {
  header.type_b .header_row .main_menu li.item_5 {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  header.type_b .header_row .main_menu li.item_5 {
    transform: scale(1);
    -webkit-transform: scale(1);
    position: static;
    padding: 0;
    border: none;
  }
}

header.type_b .header_row .main_menu li.item_5 button {
  border: none;
  background: none;
  color: #dcdcdc;
  padding: 5px;
  font-size: 15px;
  font-weight: 200;
  outline: none;
  cursor: pointer;
}

header.type_b .header_row .main_menu li.item_5 button:hover, header.type_b .header_row .main_menu li.item_5 button.active {
  color: #999;
}

.slick-dots {
  bottom: 0;
}

.slick-dots li {
  background: url("../images/dot-01.svg") no-repeat;
  background-size: 100%;
  color: none;
  opacity: 0.5;
  margin: 0 15px;
  width: 18px;
  height: 20px;
}

.slick-dots li.slick-active {
  opacity: 0.9;
}

.slick-dots li button:before {
  display: none;
}

.main_slicker {
  position: relative;
  width: 100%;
  z-index: 0;
  background: #000;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .main_slicker {
    height: 300px;
  }
}

.main_slicker .slicker_info {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 40%;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .main_slicker .slicker_info {
    top: calc(40% - 20px);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 767px) {
  .main_slicker .slicker_info {
    top: 25%;
  }
}

@media only screen and (max-width: 640px) {
  .main_slicker .slicker_info {
    bottom: 0%;
    transform: scale(1);
    -webkit-transform: scale(1);
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  }
}

.main_slicker .slicker_info h2 {
  font-size: 60px;
  line-height: 100px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: 800;
  border-bottom: 1px solid #f3b63f;
  width: 750px;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .main_slicker .slicker_info h2 {
    font-size: 40px;
    line-height: 90px;
    width: 580px;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 640px) {
  .main_slicker .slicker_info h2 {
    font-size: 22px;
    line-height: 60px;
    width: 260px;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
}

.main_slicker .slicker_info p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

body.en_US .main_slicker .slicker_info p{
  max-width: 325px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .main_slicker .slicker_info p {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 640px) {
  .main_slicker .slicker_info p {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: justify;
    width: 260px;
    margin: 0 auto;
  }

  .main_slicker .slicker_info p br {
    display: none;
  }
}

.main_slicker .slicker {
  width: 100%;
}

.main_slicker .slicker img {
  width: 100%;
  display: block;
  overflow: hidden;
  opacity: 0.5;
}

.main_slicker .slicker .slick-arrow {
  display: none !important;
}

.main_slicker .slicker .slick-dots {
  top: calc(40% + 260px);
}

@media only screen and (max-width: 1200px) {
  .main_slicker .slicker .slick-dots {
    top: calc(40% + 200px);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 991px) {
  .main_slicker .slicker .slick-dots {
    top: calc(40% + 180px);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}

@media only screen and (max-width: 767px) {
  .main_slicker .slicker .slick-dots {
    top: calc(25% + 180px);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}

@media only screen and (max-width: 640px) {
  .main_slicker .slicker .slick-dots {
    display: none !important;
  }
}

.main_slicker .slicker .slick-dots li {
  background: url("../images/dot-01.svg") no-repeat;
  background-size: 100%;
  color: none;
  opacity: 0.5;
  margin: 0 15px;
  width: 18px;
  height: 20px;
}

.main_slicker .slicker .slick-dots li.slick-active {
  opacity: 0.9;
}

.main_slicker .slicker .slick-dots li button:before {
  display: none;
}

.main_slicker .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main_slicker .slicker_mask {
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 9999;
}

.main_slicker .slicker_mask img {
  display: block;
  overflow: hidden;
  width: 54%;
  position: absolute;
}

.main_slicker .slicker_mask img.left {
  left: -4px;
  bottom: -1px;
}

.main_slicker .slicker_mask img.right {
  right: -4px;
  bottom: -1px;
}

.main_slicker_b {
  position: relative;
  width: 100%;
  z-index: 0;
  background: #000;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .main_slicker_b {
    height: 350px;
  }
}

.main_slicker_b .slicker_info {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 33%;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .main_slicker_b .slicker_info {
    top: calc(33% - 20px);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}

@media only screen and (max-width: 991px) {
  .main_slicker_b .slicker_info {
    top: calc(33% - 20px);
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
}

@media only screen and (max-width: 767px) {
  .main_slicker_b .slicker_info {
    top: 18%;
  }
}

@media only screen and (max-width: 640px) {
  .main_slicker_b .slicker_info {
    bottom: 0%;
    transform: scale(1);
    -webkit-transform: scale(1);
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  }
}

.main_slicker_b .slicker_info h2 {
  font-size: 60px;
  line-height: 100px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: 800;
  border-bottom: 1px solid #f3b63f;
  width: 750px;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .main_slicker_b .slicker_info h2 {
    font-size: 50px;
    line-height: 90px;
    width: 580px;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 640px) {
  .main_slicker_b .slicker_info h2 {
    font-size: 22px;
    line-height: 60px;
    width: 260px;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
}

.main_slicker_b .slicker_info p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .main_slicker_b .slicker_info p {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 640px) {
  .main_slicker_b .slicker_info p {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    width: 260px;
    margin: 0 auto;
  }

  .main_slicker_b .slicker_info p br {
    display: none;
  }
}

.main_slicker_b .slicker {
  width: 100%;
}

.main_slicker_b .slicker img {
  width: 100%;
  display: block;
  overflow: hidden;
  opacity: 0.5;
}

.main_slicker_b .slicker .slick-arrow {
  display: none !important;
}

.main_slicker_b .slicker .slick-dots {
  top: calc(40% + 260px);
}

@media only screen and (max-width: 1600px) {
  .main_slicker_b .slicker .slick-dots {
    top: calc(40% + 230px);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 1400px) {
  .main_slicker_b .slicker .slick-dots {
    top: calc(40% + 210px);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 1300px) {
  .main_slicker_b .slicker .slick-dots {
    top: calc(40% + 200px);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .main_slicker_b .slicker .slick-dots {
    top: calc(40% + 170px);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}

@media only screen and (max-width: 991px) {
  .main_slicker_b .slicker .slick-dots {
    top: calc(40% + 140px);
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}

@media only screen and (max-width: 767px) {
  .main_slicker_b .slicker .slick-dots {
    top: calc(25% + 140px);
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
}

@media only screen and (max-width: 640px) {
  .main_slicker_b .slicker .slick-dots {
    display: none !important;
  }
}

.main_slicker_b .slicker .slick-dots li {
  background: url("../images/dot-01.svg") no-repeat;
  background-size: 100%;
  color: none;
  opacity: 0.5;
  margin: 0 15px;
  width: 18px;
  height: 20px;
}

.main_slicker_b .slicker .slick-dots li.slick-active {
  opacity: 0.9;
}

.main_slicker_b .slicker .slick-dots li button:before {
  display: none;
}

.main_slicker_b .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main_slicker_b .slicker_mask {
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 9999;
}

.main_slicker_b .slicker_mask img {
  display: block;
  overflow: hidden;
  width: 54%;
  position: absolute;
}

.main_slicker_b .slicker_mask img.left {
  left: -4px;
  bottom: -1px;
}

.main_slicker_b .slicker_mask img.right {
  right: -4px;
  bottom: -1px;
}

.pro_slicker {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #eaeaea;
}

.pro_slicker .slicker {
  width: 140%;
  position: relative;
  right: 20%;
}

@media only screen and (max-width: 767px) {
  .pro_slicker .slicker {
    width: 200%;
    right: 50%;
  }
}

.pro_slicker .slicker li {
  margin: 0 20px;
  overflow: hidden;
  outline: none;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .pro_slicker .slicker li {
    margin: 0 10px;
  }
}

.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: 50%;
}

.pro_slicker .slicker li a.mask span {
  display: block;
  height: 25px;
  line-height: 25px;
}

.pro_slicker .slicker li a.mask span:nth-child(1) {
  font-size: 16px;
  letter-spacing: 1px;
}

.pro_slicker .slicker li a.mask span:nth-child(2) {
  font-size: 16px;
  letter-spacing: 2px;
}

.pro_slicker .slicker li a.mask .btn {
  background: #fd963d;
  padding: 2px;
  font-size: 13px;
  height: 14px;
  line-height: 14px;
  width: 60px;
  position: absolute;
  bottom: 10%;
  left: calc(50% - 32px);
}

@media only screen and (max-width: 640px) {
  .pro_slicker .slicker li a.mask span {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    transform: scale(0.8);
  }

  .pro_slicker .slicker li a.mask .btn {
    font-size: 12px;
    height: 14px;
    line-height: 14px;
  }
}

.pro_slicker .slicker li a.mask:hover {
  animation: fadeIn 0.2s linear 0s 1 forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.pro_slicker .slicker li img {
  width: 100%;
  outline: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
}

.pro_slicker .slick-track {
  padding: 30px 0;
}

.pro_slicker .slick-arrow:before {
  content: '';
  display: block;
  width: 35%;
  height: 100%;
  margin: 0 auto;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .pro_slicker .slick-arrow:before {
    width: 50%;
  }
}

.pro_slicker .slick-prev {
  left: 0;
  z-index: 999;
  height: 100%;
  width: 6%;
  background: linear-gradient(0deg, #eaeaea 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(0deg, #eaeaea 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, #eaeaea 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(0deg, #eaeaea 0%, rgba(255, 255, 255, 0) 100%);
}

.pro_slicker .slick-prev:before {
  background: url("../images/arrow.svg") right no-repeat;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

@media only screen and (max-width: 767px) {
  .pro_slicker .slick-prev {
    width: 10%;
  }
}

.pro_slicker .slick-next {
  right: 0;
  z-index: 999;
  height: 100%;
  width: 6%;
  background: linear-gradient(180deg, #eaeaea 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(180deg, #eaeaea 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, #eaeaea 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(180deg, #eaeaea 0%, rgba(255, 255, 255, 0) 100%);
}

.pro_slicker .slick-next:before {
  background: url("../images/arrow.svg") left no-repeat;
}

@media only screen and (max-width: 767px) {
  .pro_slicker .slick-next {
    width: 10%;
  }
}

footer .footer_wrap {
  background: #333;
  color: rgba(255, 255, 255, 0.58);
  width: 100%;
  overflow: hidden;
  font-size: 13px;
  letter-spacing: 3px;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

footer .footer_wrap .row {
  padding: 25px 30px;
}

@media only screen and (max-width: 1200px) {
  footer .footer_wrap .row {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

footer .footer_wrap .row h4 {
  font-size: 16px;
  color: #f3b63f;
  margin: 35px 0;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row h4 {
    font-size: 14px;
    margin: 25px 0;
  }
}

footer .footer_wrap .row .group_1 {
  width: 36%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_1 {
    width: 31%;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_1 {
    width: 100%;
  }
}

footer .footer_wrap .row .group_1 .footer_logo {
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_1 .footer_logo {
    width: 100%;
    margin: 0 auto;
  }
}

footer .footer_wrap .row .group_1 .footer_logo img {
  width: 60px;
  float: left;
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_1 .footer_logo img {
    width: 60px;
  }
}

footer .footer_wrap .row .group_1 .footer_logo span {
  display: block;
  width: calc(100% - 70px);
  font-size: 20px;
  min-width: 300px;
  line-height: 60px;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_1 .footer_logo span {
    font-size:18px;
    line-height: 60px;
  }
}

footer .footer_wrap .row .group_1 p {
  line-height: 25px;
  padding-top: 25px;
  text-align: left;
  max-width: 430px;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_1 p {
    line-height: 20px;
    padding-top: 20px;
    text-align: left;
    max-width: none;
  }
}

footer .footer_wrap .row .group_2 {
  width: 27%;
  display: inline-block;
  vertical-align: top;
  margin: 0 6%;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_2 {
    width: 32%;
    margin: 0 5%;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_2 {
    width: 100%;
    margin: 0 0;
  }
}

footer .footer_wrap .row .group_2 .add_box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 25px;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_2 .add_box {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

footer .footer_wrap .row .group_2 span {
  display: block;
  line-height: 30px;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_2 span {
    line-height: 20px;
  }
}

footer .footer_wrap .row .group_3 {
  width: 23%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_3 {
    width: 100%;
  }
}

footer .footer_wrap .row .group_3 input.name::placeholder,
footer .footer_wrap .row .group_3 input.email::placeholder,
footer .footer_wrap .row .group_3 textarea.msg::placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_3 input.name::placeholder,
  footer .footer_wrap .row .group_3 input.email::placeholder,
  footer .footer_wrap .row .group_3 textarea.msg::placeholder {
    font-size: 13px;
  }
}

footer .footer_wrap .row .group_3 input.name,
footer .footer_wrap .row .group_3 input.email,
footer .footer_wrap .row .group_3 textarea.msg {
  display: block;
  width: calc(100% - 12px);
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  outline: none;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_3 input.name,
  footer .footer_wrap .row .group_3 input.email,
  footer .footer_wrap .row .group_3 textarea.msg {
    font-size: 13px;
  }
}

footer .footer_wrap .row .group_3 textarea.msg {
  height: 60px;
  overflow: hidden;
  resize: none;
}

footer .footer_wrap .row .group_3 button.send {
  background: rgba(243, 182, 63, 0.26);
  color: rgba(243, 182, 63, 0.5);
  border-radius: 0;
  border: none;
  padding: 5px 12px;
  opacity: 1;
  font-size: 15px;
  outline: none;
  letter-spacing: 2px;
}

@media only screen and (max-width: 991px) {
  footer .footer_wrap .row .group_3 button.send {
    font-size: 13px;
    width: 100%;
    padding: 10px 12px;
  }
}

footer .footer_wrap .row .group_3 button.send:hover {
  background: rgba(243, 182, 63, 0.56);
  color: #f3b63f;
}

footer .copyright {
  height: 80px;
  width: 100%;
  background: #222;
  line-height: 80px;
  border-top: 1px solid #999999;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 991px) {
  footer .copyright {
    height: calc(106px * 0.6);
  }
}

footer .copyright .row {
  padding: 0 30px;
}

footer .copyright .row span:nth-child(1) {
  float: left;
}

footer .copyright .row span:nth-child(2) {
  float: right;
}

@media only screen and (max-width: 1200px) {
  footer .copyright .row {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 991px) {
  footer .copyright .row {
    height: calc(90px * 0.6);
    padding-top: 10px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }

  footer .copyright .row span:nth-child(1), footer .copyright .row span:nth-child(2) {
    display: block;
    float: none;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
  }
}

.main_title {
  font-size: 35px;
  color: #313131;
  padding: 10px;
  display: inline-block;
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: 4px;
}

@media only screen and (max-width: 1200px) {
  .main_title {
    font-size: calc(35px * 0.9);
    padding: calc(10px * 0.9);
    margin: 0 auto calc(20px * 0.9);
    text-align: center;
    letter-spacing: calc(4px * 0.9);
  }
}

@media only screen and (max-width: 767px) {
  .main_title {
    font-size: calc(35px * 0.6);
    padding: calc(10px * 0.6);
    margin: 0 auto calc(20px * 0.6);
    text-align: center;
    letter-spacing: calc(4px * 0.6);
  }
}

.main_title:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 10px;
  background: #f3b63f;
}

@media only screen and (max-width: 1200px) {
  .main_title:after {
    height: calc(5px * 0.9);
    margin-top: calc(10px * 0.9);
  }
}

@media only screen and (max-width: 767px) {
  .main_title:after {
    height: calc(5px * 0.6);
    margin-top: calc(10px * 0.6);
  }
}

.main_info {
  font-size: 17px;
  color: #4a4a4a;
  line-height: 30px;
  letter-spacing: 2px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .main_info {
    font-size: 15px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 640px) {
  .main_info {
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    width: 90%;
  }

  .main_info br {
    display: none;
  }
}

.row.type_1 {
  width: calc(100% - 60px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 65px 30px 70px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .row.type_1 {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    width: calc(100% - (60px * 0.9));
    padding: calc(65px * 0.9) calc(30px * 0.9) calc(70px * 0.9);
  }
}

@media only screen and (max-width: 767px) {
  .row.type_1 {
    transform: scale(1);
    -webkit-transform: scale(1);
    width: calc(100% - 60px);
    padding: 20px 30px 30px;
  }
}

.row.type_1 .txt_box {
  width: 45%;
  float: left;
  display: table;
}

@media only screen and (max-width: 767px) {
  .row.type_1 .txt_box {
    float: none;
    width: 100%;
    display: block;
    height: auto !important;
    margin: 30px 0;
  }
}

.row.type_1 .txt_box .wrap {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15%;
}

@media only screen and (max-width: 767px) {
  .row.type_1 .txt_box .wrap {
    float: none;
    display: block;
    padding-left: 0%;
  }
}

.row.type_1 .txt_box .wrap h4 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 40px;
  font-weight: 800;
}

@media only screen and (max-width: 1340px) {
  .row.type_1 .txt_box .wrap h4 {
    font-size: calc(42px * 0.9);
    line-height: calc(42px * 0.9);
    margin-bottom: calc(30px * 0.9);
    letter-spacing: calc(40px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.type_1 .txt_box .wrap h4 {
    font-size: calc(42px * 0.8);
    line-height: calc(42px * 0.8);
    margin-bottom: calc(30px * 0.8);
    letter-spacing: calc(40px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .row.type_1 .txt_box .wrap h4 {
    font-size: calc(42px * 0.6);
    line-height: calc(42px * 0.6);
    margin-bottom: calc(30px * 0.6);
    letter-spacing: calc(40px * 0.6);
  }
}

.row.type_1 .txt_box .wrap p {
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
}

@media only screen and (max-width: 1340px) {
  .row.type_1 .txt_box .wrap p {
    font-size: calc(17px * 0.9);
    line-height: calc(35px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.type_1 .txt_box .wrap p {
    font-size: calc(17px * 0.8);
    line-height: calc(35px * 0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .row.type_1 .txt_box .wrap p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .row.type_1 .txt_box .wrap p {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
  }
}

.row.type_1 .img_box {
  width: 40%;
  float: right;
  margin-right: 10%;
}

@media only screen and (max-width: 767px) {
  .row.type_1 .img_box {
    float: none;
    width: 100%;
  }
}

.row.type_1 .img_box img {
  width: 100%;
}

.row.type_2 {
  width: calc(100%);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .row.type_2 {
    transform: scale(1);
    -webkit-transform: scale(1);
    width: calc(100% - 60px);
    padding: 20px 30px 30px;
  }
}

.row.type_2 .txt_box {
  width: 37%;
  float: right;
  display: table;
}

@media only screen and (max-width: 1200px) {
  .row.type_2 .txt_box {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 767px) {
  .row.type_2 .txt_box {
    float: none;
    width: 100%;
    display: block;
    height: auto !important;
    margin: 30px 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.row.type_2 .txt_box .wrap {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8%;
}

@media only screen and (max-width: 1200px) {
  .row.type_2 .txt_box .wrap {
    padding-left: 7%;
  }
}

@media only screen and (max-width: 767px) {
  .row.type_2 .txt_box .wrap {
    float: none;
    display: block;
    padding-left: 0%;
  }
}

.row.type_2 .txt_box .wrap h4 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 40px;
  font-weight: 800;
}

@media only screen and (max-width: 1340px) {
  .row.type_2 .txt_box .wrap h4 {
    font-size: calc(42px * 0.9);
    line-height: calc(42px * 0.9);
    margin-bottom: calc(30px * 0.9);
    letter-spacing: calc(40px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.type_2 .txt_box .wrap h4 {
    font-size: calc(42px * 0.8);
    line-height: calc(42px * 0.8);
    margin-bottom: calc(30px * 0.8);
    letter-spacing: calc(40px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .row.type_2 .txt_box .wrap h4 {
    font-size: calc(42px * 0.6);
    line-height: calc(42px * 0.6);
    margin-bottom: calc(30px * 0.6);
    letter-spacing: calc(40px * 0.6);
  }
}

.row.type_2 .txt_box .wrap p {
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 300;
}

@media only screen and (max-width: 1340px) {
  .row.type_2 .txt_box .wrap p {
    font-size: calc(17px * 0.9);
    line-height: calc(35px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.type_2 .txt_box .wrap p {
    font-size: calc(17px * 0.8);
    line-height: calc(35px * 0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .row.type_2 .txt_box .wrap p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .row.type_2 .txt_box .wrap p {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
  }
}

.row.type_2 .txt_box .wrap p.en {
  line-height: 30px;
}

@media only screen and (max-width: 1340px) {
  .row.type_2 .txt_box .wrap p.en {
    line-height: calc(30px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.type_2 .txt_box .wrap p.en {
    line-height: calc(30px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .row.type_2 .txt_box .wrap p.en {
    line-height: 20px;
    text-align: left;
  }

  .row.type_2 .txt_box .wrap p.en br {
    display: none;
  }
}

.row.type_2 .img_box {
  width: 63%;
  float: left;
}

@media only screen and (max-width: 767px) {
  .row.type_2 .img_box {
    float: none;
    width: calc(100% + 60px);
    margin: 0 -30px -30px;
  }
}

.row.type_2 .img_box img {
  width: 100%;
  display: block;
  overflow: hidden;
  mix-blend-mode: multiply;
  opacity: 0.7;
}

.row.type_3 {
  width: calc(100%);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .row.type_3 {
    transform: scale(1);
    -webkit-transform: scale(1);
    width: calc(100% - 60px);
    padding: 20px 30px 30px;
  }
}

.row.type_3 .txt_box {
  width: 100%;
  float: none;
  display: table;
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  .row.type_3 .txt_box {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 767px) {
  .row.type_3 .txt_box {
    float: none;
    width: 100%;
    display: block;
    height: auto !important;
    margin: 30px 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    position: relative;
  }
}

.row.type_3 .txt_box .wrap {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: calc((100% - 1100px)/2 + 60px);
}

@media only screen and (max-width: 1340px) {
  .row.type_3 .txt_box .wrap {
    padding-left: 6.5%;
  }
}

@media only screen and (max-width: 991px) {
  .row.type_3 .txt_box .wrap {
    padding-right: 45%;
  }

  .row.type_3 .txt_box .wrap br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .row.type_3 .txt_box .wrap {
    float: none;
    display: block;
    padding-left: 0%;
  }
}

.row.type_3 .txt_box .wrap h4 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 20px;
  font-weight: 800;
}

@media only screen and (max-width: 1340px) {
  .row.type_3 .txt_box .wrap h4 {
    font-size: calc(42px * 0.9);
    line-height: calc(42px * 0.9);
    margin-bottom: calc(30px * 0.9);
    letter-spacing: calc(20px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.type_3 .txt_box .wrap h4 {
    font-size: calc(42px * 0.8);
    line-height: calc(42px * 0.8);
    margin-bottom: calc(30px * 0.8);
    letter-spacing: calc(20px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .row.type_3 .txt_box .wrap h4 {
    font-size: calc(42px * 0.6);
    line-height: calc(42px * 0.6);
    margin-bottom: calc(30px * 0.6);
    letter-spacing: calc(20px * 0.6);
  }
}

.row.type_3 .txt_box .wrap h4.en {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #000;
  letter-spacing: 20px;
  font-weight: 800;
}

@media only screen and (max-width: 1340px) {
  .row.type_3 .txt_box .wrap h4.en {
    font-size: calc(42px * 0.9);
    line-height: calc(42px * 0.9);
    margin-bottom: calc(20px * 0.9);
    letter-spacing: calc(20px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.type_3 .txt_box .wrap h4.en {
    font-size: calc(42px * 0.8);
    line-height: calc(42px * 0.8);
    margin-bottom: calc(20px * 0.8);
    letter-spacing: calc(20px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .row.type_3 .txt_box .wrap h4.en {
    font-size: calc(42px * 0.6);
    line-height: calc(42px * 0.6);
    margin-bottom: calc(10px * 0.6);
    letter-spacing: calc(20px * 0.6);
  }
}

.row.type_3 .txt_box .wrap h5 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 40px;
  color: #000;
  font-weight: 800;
}

@media only screen and (max-width: 1340px) {
  .row.type_3 .txt_box .wrap h5 {
    font-size: calc(25px * 0.9);
    line-height: calc(25px * 0.9);
    margin-bottom: calc(40px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.type_3 .txt_box .wrap h5 {
    font-size: calc(25px * 0.8);
    line-height: calc(25px * 0.8);
    margin-bottom: calc(40px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .row.type_3 .txt_box .wrap h5 {
    font-size: calc(25px * 0.6);
    line-height: calc(25px * 0.6);
    margin-bottom: calc(40px * 0.6);
  }
}

.row.type_3 .txt_box .wrap p {
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 300;
}

@media only screen and (max-width: 1340px) {
  .row.type_3 .txt_box .wrap p {
    font-size: calc(17px * 0.9);
    line-height: calc(35px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.type_3 .txt_box .wrap p {
    font-size: calc(17px * 0.8);
    line-height: calc(35px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .row.type_3 .txt_box .wrap p {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
  }

  .row.type_3 .txt_box .wrap p br {
    display: none;
  }
}

.row.type_3 .txt_box .wrap p.en {
  line-height: 30px;
}

@media only screen and (max-width: 1340px) {
  .row.type_3 .txt_box .wrap p.en {
    line-height: calc(30px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.type_3 .txt_box .wrap p.en {
    line-height: calc(30px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .row.type_3 .txt_box .wrap p.en {
    line-height: 20px;
    text-align: left;
  }

  .row.type_3 .txt_box .wrap p.en br {
    display: none;
  }
}

.row.type_3 .img_box {
  width: 45%;
  float: right;
}

@media only screen and (max-width: 767px) {
  .row.type_3 .img_box {
    float: none;
    width: calc(100% + 60px);
    margin: 0 -30px -30px;
  }
}

.row.type_3 .img_box img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.row.pro_section-3 {
  width: calc(100%);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .row.pro_section-3 {
    transform: scale(1);
    -webkit-transform: scale(1);
    width: calc(100% - 0px);
    padding: 20px 0 30px;
  }
}

.row.pro_section-3 .txt_box {
  width: 100%;
  display: table;
  max-width: 1100px;
  position: absolute;
  z-index: 99999;
  padding: 0 30px;
  pointer-events: none;
}

@media only screen and (min-width: 1100px) {
  .row.pro_section-3 .txt_box {
    margin-left: calc((100% - 1100px)/2);
  }
}

@media only screen and (max-width: 1200px) {
  .row.pro_section-3 .txt_box {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 767px) {
  .row.pro_section-3 .txt_box {
    float: none;
    width: 100%;
    display: block;
    height: auto !important;
    margin: 30px 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    position: relative;
    padding: 0;
  }
}

.row.pro_section-3 .txt_box .wrap {
  display: table-cell;
  vertical-align: middle;
  max-width: 1100px;
  width: 45%;
  position: relative;
  left: 50%;
  padding-right: 55%;
}

@media only screen and (max-width: 767px) {
  .row.pro_section-3 .txt_box .wrap {
    float: none;
    display: block;
    width: calc(100% - 60px);
    left: 0;
    padding: 0 30px;
  }
}

.row.pro_section-3 .txt_box .wrap h4 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 20px;
  font-weight: 800;
  position: relative;
}

.row.pro_section-3 .txt_box .wrap h4 .slick-dots {
  top: -16px;
  left: 260px;
  width: 150px;
  pointer-events: all;
}

body.en_US .row.pro_section-3 .txt_box .wrap h4 .slick-dots{
  top: -50px;
  left: -40px;
}

@media only screen and (min-width: 1340px) {
  .row.pro_section-3 .txt_box .wrap h4 .slick-dots {
    left: 300px;
  }
}

@media only screen and (max-width: 1200px) {
  .row.pro_section-3 .txt_box .wrap h4 .slick-dots {
    left: 230px;
  }
}

@media only screen and (max-width: 991px) {
  .row.pro_section-3 .txt_box .wrap h4 .slick-dots {
    left: 220px;
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 767px) {
  .row.pro_section-3 .txt_box .wrap h4 .slick-dots {
    left: 150px;
    transform: scale(0.6);
    top: -8px;
  }
}

@media only screen and (max-width: 1340px) {
  .row.pro_section-3 .txt_box .wrap h4 {
    font-size: calc(42px * 0.9);
    line-height: calc(42px * 0.9);
    margin-bottom: calc(30px * 0.9);
    letter-spacing: calc(20px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.pro_section-3 .txt_box .wrap h4 {
    font-size: calc(42px * 0.8);
    line-height: calc(42px * 0.8);
    margin-bottom: calc(30px * 0.8);
    letter-spacing: calc(20px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .row.pro_section-3 .txt_box .wrap h4 {
    font-size: calc(42px * 0.6);
    line-height: calc(42px * 0.6);
    margin-bottom: calc(30px * 0.6);
    letter-spacing: calc(20px * 0.6);
  }
}

.row.pro_section-3 .txt_box .wrap p {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1340px) {
  .row.pro_section-3 .txt_box .wrap p {
    font-size: calc(15px * 0.9);
    line-height: calc(35px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.pro_section-3 .txt_box .wrap p {
    font-size: calc(15px * 0.8);
    line-height: calc(35px * 0.8);
  }

  .row.pro_section-3 .txt_box .wrap p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .row.pro_section-3 .txt_box .wrap p {
    font-size: 12px;
    line-height: 24px;
    text-align: left;
  }

  .row.pro_section-3 .txt_box .wrap p br {
    display: none;
  }
}

.row.pro_section-3 .txt_box .wrap p.en {
  line-height: 30px;
}

@media only screen and (max-width: 1340px) {
  .row.pro_section-3 .txt_box .wrap p.en {
    line-height: calc(30px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .row.pro_section-3 .txt_box .wrap p.en {
    line-height: calc(30px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .row.pro_section-3 .txt_box .wrap p.en {
    line-height: 20px;
  }
}

.row.pro_section-3 .img_box {
  width: 100%;
  float: none;
  position: relative;
  z-index: 0;
}

.row.pro_section-3 .img_box .slick-dotted.slick-slider {
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .row.pro_section-3 .img_box {
    float: none;
    width: calc(100% + 60px);
    margin: 0 -30px -30px;
  }
}

.row.pro_section-3 .img_box img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.index .section-1 {
  width: 100%;
}

.index .section-1 .row {
  padding: 60px 0 70px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .index .section-1 .row {
    padding: calc(60px * 0.9) 0 calc(70px * 0.9);
  }
}

@media only screen and (max-width: 640px) {
  .index .section-1 .row {
    padding: calc(60px * 0.6) 0 calc(70px * 0.6);
  }
}

.index .section-2 {
  width: 100%;
  background: url("../images/index-section-bg-1.jpg") center no-repeat #1b1919;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .index .section-2 {
    margin-bottom: 0;
  }
}

.index .section-2 .row.type_1 .txt_box .wrap p {
  color: #adabac;
}

.index .section-3 {
  width: 100%;
  background: #ffb400;
}

.index .section-4 {
  width: 100%;
}

.index .section-4 .row {
  padding: 60px 0 70px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .index .section-4 .row {
    padding: calc(60px * 0.9) 0 calc(70px * 0.9);
  }
}

@media only screen and (max-width: 640px) {
  .index .section-4 .row {
    padding: calc(60px * 0.6) 0 calc(70px * 0.6);
  }
}

.index .section-4 .row .bot_logos div {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  padding: 0 0 0 10%;
}

@media only screen and (max-width: 1200px) {
  .index .section-4 .row .bot_logos div {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 767px) {
  .index .section-4 .row .bot_logos div {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    padding: 0 0 0 0;
    display: block;
  }

  .index .section-4 .row .bot_logos div:nth-child(1) img {
    max-width: 130px;
  }

  .index .section-4 .row .bot_logos div:nth-child(2) img {
    max-width: 150px;
  }
}

.index .section-4 .row .bot_logos div img {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  margin: 30px auto;
  max-width: none;
}

.index .section-4 .row .bot_logos div span {
  display: block;
}

.product .section-1 {
  width: calc(100%);
  padding-bottom: 60px;
  overflow: hidden;
}

.product .section-1 .row {
  padding: 60px 30px 70px;
  max-width: 1100px;
}

@media only screen and (max-width: 1200px) {
  .product .section-1 .row {
    padding: calc(60px * 0.9) 30px calc(60px * 0.9);
  }
}

@media only screen and (max-width: 767px) {
  .product .section-1 .row {
    padding: calc(60px * 0.6) 30px calc(60px * 0.6);
  }
}

.product .section-1 .row .txt_box {
  width: 55%;
  float: left;
  display: table;
}

@media only screen and (max-width: 1200px) {
  .product .section-1 .row .txt_box {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 767px) {
  .product .section-1 .row .txt_box {
    float: none;
    width: 100%;
    display: block;
    height: auto !important;
    margin: 30px 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.product .section-1 .row .txt_box .wrap {
  display: table-cell;
  vertical-align: middle;
}

.product .section-1 .row .txt_box .wrap .en_title {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 30px;
  color: #f3b63f;
}

@media only screen and (max-width: 1340px) {
  .product .section-1 .row .txt_box .wrap .en_title {
    font-size: calc(42px * 0.9);
    line-height: calc(42px * 0.9);
    margin-bottom: calc(30px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .product .section-1 .row .txt_box .wrap .en_title {
    font-size: calc(42px * 0.8);
    line-height: calc(42px * 0.8);
    margin-bottom: calc(30px * 0.8);
  }
}

@media only screen and (max-width: 1150px) {
  .product .section-1 .row .txt_box .wrap .en_title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .product .section-1 .row .txt_box .wrap .en_title {
    font-size: calc(55px * 0.6);
    line-height: calc(55px * 0.6);
    margin-bottom: calc(40px * 0.6);
  }
}

.product .section-1 .row .txt_box .wrap h4 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 30px;
  color: #464444;
  letter-spacing: 20px;
  font-weight: 800;
}

@media only screen and (max-width: 1340px) {
  .product .section-1 .row .txt_box .wrap h4 {
    font-size: calc(42px * 0.9);
    line-height: calc(42px * 0.9);
    margin-bottom: calc(30px * 0.9);
    letter-spacing: calc(20px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .product .section-1 .row .txt_box .wrap h4 {
    font-size: calc(42px * 0.8);
    line-height: calc(42px * 0.8);
    margin-bottom: calc(30px * 0.8);
    letter-spacing: calc(20px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .product .section-1 .row .txt_box .wrap h4 {
    font-size: calc(55px * 0.6);
    line-height: calc(55px * 0.6);
    margin-bottom: calc(50px * 0.6);
    letter-spacing: calc(20px * 0.6);
  }
}

.product .section-1 .row .txt_box .wrap h4.en {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #464444;
  letter-spacing: 40px;
  font-weight: 800;
}

@media only screen and (max-width: 1340px) {
  .product .section-1 .row .txt_box .wrap h4.en {
    font-size: calc(42px * 0.9);
    line-height: calc(42px * 0.9);
    margin-bottom: calc(20px * 0.9);
    letter-spacing: calc(40px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .product .section-1 .row .txt_box .wrap h4.en {
    font-size: calc(42px * 0.8);
    line-height: calc(42px * 0.8);
    margin-bottom: calc(20px * 0.8);
    letter-spacing: calc(40px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .product .section-1 .row .txt_box .wrap h4.en {
    font-size: calc(55px * 0.6);
    line-height: calc(55px * 0.6);
    margin-bottom: calc(20px * 0.6);
    letter-spacing: calc(40px * 0.6);
  }
}

.product .section-1 .row .txt_box .wrap p {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 2px;
  color: #464444;
  font-weight: 300;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1340px) {
  .product .section-1 .row .txt_box .wrap p {
    font-size: calc(16px * 0.9);
    line-height: calc(35px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .product .section-1 .row .txt_box .wrap p {
    font-size: calc(16px * 0.8);
    line-height: calc(35px * 0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .product .section-1 .row .txt_box .wrap p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .product .section-1 .row .txt_box .wrap p {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
  }
}

.product .section-1 .row .txt_box .wrap p.en {
  line-height: 30px;
}

@media only screen and (max-width: 1340px) {
  .product .section-1 .row .txt_box .wrap p.en {
    line-height: calc(30px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .product .section-1 .row .txt_box .wrap p.en {
    line-height: calc(30px * 0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .product .section-1 .row .txt_box .wrap p.en br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .product .section-1 .row .txt_box .wrap p.en {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
  }
}

.product .section-1 .row .txt_box .wrap .txt_box_logos {
  width: 100%;
  padding-top: 30px;
}

.product .section-1 .row .txt_box .wrap .txt_box_logos span {
  display: inline-block;
  width: calc((100% - 76px) / 4);
}

.product .section-1 .row .txt_box .wrap .txt_box_logos span:not(:last-child) {
  margin-right: 20px;
}

.product .section-1 .row .txt_box .wrap .txt_box_logos span img {
  width: 100%;
}

.product .section-1 .row .img_box {
  width: calc(38% - 60px);
  float: right;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .product .section-1 .row .img_box {
    width: 70%;
    padding: 30px 0;
    margin: 0 15%;
  }
}

.product .section-1 .row .img_box .slicker {
  width: 100%;
  margin-bottom: 12%;
  outline: none;
}

.product .section-1 .row .img_box .slicker li {
  outline: none;
}

.product .section-1 .row .img_box .slicker img {
  width: 100%;
  outline: none;
}

.product .section-1 .row .img_box .slick-dots {
  bottom: -10%;
  filter: invert(1);
  -webkit-filter: invert(1);
  transform: scale(0.8) translateX(-25px);
  -webkit-transform: scale(0.8) translateX(-25px);
}

@media only screen and (max-width: 767px) {
  .product .section-1 .row .img_box .slick-dots {
    bottom: -15%;
    transform: scale(0.8) translateX(0);
    -webkit-transform: scale(0.8) translateX(0);
  }
}

@media only screen and (max-width: 767px) {
  .product .section-1 .row .txt_box .wrap p {
    text-align: left;
  }
}

.product .section-2 {
  width: 100%;
  background: #ffb400;
  overflow: hidden;
}

.product .section-3 {
  width: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
}

.product.product-1 .section-1 .row {
  padding-top: 60px;
}

.product.product-1 .section-1 .row .txt_box {
  width: 50%;
  margin-left: 5%;
}

@media only screen and (max-width: 767px) {
  .product.product-1 .section-1 .row .txt_box {
    width: 100%;
    margin-left: 0;
  }
}

.product.product-1 .section-1 .row .img_box {
  width: 40%;
  margin: 0 5% 0 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .product.product-1 .section-1 .row .img_box {
    width: 70%;
    margin: 5% 15% 10%;
  }
}

.product.product-2 .section-1 .row {
  padding-top: 60px;
}

.product.product-2 .section-1 .row .txt_box {
  width: 50%;
  margin-left: 5%;
}

@media only screen and (max-width: 767px) {
  .product.product-2 .section-1 .row .txt_box {
    width: 100%;
    margin-left: 0;
  }
}

.product.product-2 .section-1 .row .img_box {
  width: 40%;
  margin: 0 2.5%;
  padding: 0;
}

.product.product-2 .section-1 .row .img_box img {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .product.product-2 .section-1 .row .img_box {
    width: 70%;
    margin: 5% 15% 10%;
  }

  .product.product-2 .section-1 .row .img_box img {
    width: 100%;
  }
}

.product.product-3 .section-1 .row {
  padding-top: 60px;
}

.product.product-3 .section-1 .row .txt_box {
  width: 55%;
  margin-left: 5%;
}

@media only screen and (max-width: 767px) {
  .product.product-3 .section-1 .row .txt_box {
    width: 100%;
    margin-left: 0;
  }
}

.product.product-3 .section-1 .row .img_box {
  width: 30%;
  margin: 0 5%;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .product.product-3 .section-1 .row .img_box {
    width: 70%;
    margin: 5% 15% 10%;
  }
}

.equ .section-1 {
  width: 100%;
}

.equ .section-1 .row {
  padding: 60px 0 70px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .equ .section-1 .row {
    padding: calc(60px * 0.9) 0 calc(70px * 0.9);
  }
}

@media only screen and (max-width: 640px) {
  .equ .section-1 .row {
    padding: calc(60px * 0.6) 0 calc(70px * 0.6);
  }
}

.equ .section-2 {
  width: 100%;
}

.equ .section-2 .row {
  padding: 0 30px 70px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .equ .section-2 .row {
    padding: 0 30px calc(70px * 0.9);
  }
}

@media only screen and (max-width: 640px) {
  .equ .section-2 .row {
    padding: 0 30px calc(70px * 0.6);
  }
}

.equ .section-2 .row .items {
  width: 100%;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  margin-bottom: 5%;
}

@media only screen and (max-width: 767px) {
  .equ .section-2 .row .items {
    margin-bottom: 30px;
  }
}

.equ .section-2 .row .items:after {
  content: '';
  display: block;
  width: 1px;
  border-left: 1px solid #666;
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: calc((75%/2) + 25% - 1px);
}

@media only screen and (max-width: 991px) {
  .equ .section-2 .row .items:after {
    left: calc((70%/2) + 30% - 1px);
  }
}

@media only screen and (max-width: 860px) {
  .equ .section-2 .row .items:after {
    left: calc((60%/2) + 40% - 1px);
  }
}

@media only screen and (max-width: 767px) {
  .equ .section-2 .row .items:after {
    display: none;
  }
}

.equ .section-2 .row .items .img_box {
  width: 27%;
  float: left;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .equ .section-2 .row .items .img_box {
    width: 30%;
  }
}

@media only screen and (max-width: 860px) {
  .equ .section-2 .row .items .img_box {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .equ .section-2 .row .items .img_box {
    width: 100%;
  }
}

.equ .section-2 .row .items .img_box:after {
  content: '';
  width: 5px;
  height: 60%;
  display: block;
  background: #f3b63f;
  position: absolute;
  z-index: 99999;
  top: 15%;
  right: -5px;
}

.equ .section-2 .row .items .img_box img {
  width: 100%;
  display: block;
}

.equ .section-2 .row .items .txt_box {
  width: 73%;
  float: right;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .equ .section-2 .row .items .txt_box {
    width: 70%;
  }
}

@media only screen and (max-width: 860px) {
  .equ .section-2 .row .items .txt_box {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .equ .section-2 .row .items .txt_box {
    width: 100%;
  }
}

.equ .section-2 .row .items .txt_box .group_1, .equ .section-2 .row .items .txt_box .group_2 {
  width: 40%;
  display: block;
  float: left;
  padding: 5%;
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .equ .section-2 .row .items .txt_box .group_1, .equ .section-2 .row .items .txt_box .group_2 {
    width: 90%;
    margin: 5%;
    padding: 0%;
  }
}

.equ .section-2 .row .items .txt_box .group_1 h4, .equ .section-2 .row .items .txt_box .group_2 h4 {
  font-size: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .equ .section-2 .row .items .txt_box .group_1 h4, .equ .section-2 .row .items .txt_box .group_2 h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.equ .section-2 .row .items .txt_box .group_1 p, .equ .section-2 .row .items .txt_box .group_2 p {
  font-size: 15px;
  line-height: 26px;
}

@media only screen and (max-width: 991px) {
  .equ .section-2 .row .items .txt_box .group_1 p, .equ .section-2 .row .items .txt_box .group_2 p {
    font-size: 12px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .equ .section-2 .row .items .txt_box .group_2 {
    border-top: 1px solid #ccc;
    padding-top: 5%;
  }
}

.location .section-1 {
  width: 100%;
}

.location .section-1 .row {
  padding: 60px 0 70px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .location .section-1 .row {
    padding: calc(60px * 0.9) 0 calc(70px * 0.9);
  }
}

@media only screen and (max-width: 640px) {
  .location .section-1 .row {
    padding: calc(60px * 0.6) 0 calc(70px * 0.6);
  }
}

.location .section-2 {
  width: 100%;
}

.location .section-2 img {
  width: 90%;
  margin: 0 auto 10%;
  display: block;
}

.about .section-1 {
  width: 100%;
  padding-bottom: 5%;
  overflow: hidden;
}

.about .section-1 .row {
  width: calc(100% - 60px);
  max-width: 1100px;
  padding: 0 30px;
}

.about .section-1 .about_section-1 {
  padding-top: 5%;
}

.about .section-1 .about_section-1 .txt_box {
  float: right;
  width: 50%;
  padding-left: 5%;
  float: right;
}

.about .section-1 .about_section-1 .txt_box br {
  display: none;
}

.about .section-1 .about_section-1 .txt_box h4 {
  padding: 0;
  margin-bottom: 30px;
}

.about .section-1 .about_section-1 .txt_box p {
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .about .section-1 .about_section-1 .txt_box {
    width: 100%;
    padding: 0;
  }

  .about .section-1 .about_section-1 .txt_box h4 {
    text-align: center;
  }

  .about .section-1 .about_section-1 .txt_box p {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
  }
}

.about .section-1 .about_section-1 .img_box {
  width: 45%;
  float: left;
}

@media only screen and (max-width: 767px) {
  .about .section-1 .about_section-1 .img_box {
    width: 100%;
  }
}

.about .section-1 .about_section-1 .img_box img {
  width: 100%;
}

.about .section-2 {
  text-align: center;
  background: #f3b63f;
}

.about .section-2 .row {
  max-width: 1100px;
  padding: 60px 0;
}

.about .section-2 .row h4.main_title {
  color: #fff;
}

.about .section-2 .row h4.main_title:after {
  background: #fff;
}

.about .section-2 .row .item_wraps {
  width: 100%;
}

.about .section-2 .row .item_wraps .logo_items {
  width: calc(95% /3);
  display: inline-block;
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .about .section-2 .row .item_wraps .logo_items {
    width: 80%;
    padding: 20px 10%;
  }
}

.about .section-2 .row .item_wraps .logo_items img {
  width: 60%;
  margin-bottom: 20px;
}

.about .section-2 .row .item_wraps .logo_items p {
  font-size: 18px;
  font-family: '微軟正黑體';
}

.about .section-3 {
  position: relative;
  clear: both;
}

.about .section-3 .row {
  width: 100%;
  max-width: none;
  position: relative;
}

.about .section-3 .row .txt_box {
  width: calc(100% - 60px);
  max-width: 1100px;
  position: absolute;
  left: calc((100% - 1100px)/2);
  display: table;
}

@media only screen and (max-width: 1100px) {
  .about .section-3 .row .txt_box {
    left: 0;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about .section-3 .row .txt_box {
    width: 100%;
    padding: 0;
    background: #1a1517;
    position: relative;
  }
}

.about .section-3 .row .txt_box .wrap {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.about .section-3 .row .txt_box .wrap .top_img {
  width: 25%;
  margin-bottom: 5%;
}

.about .section-3 .row .txt_box .wrap .top_img img {
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .about .section-3 .row .txt_box .wrap .top_img {
    margin-bottom: 4%;
  }
}

@media only screen and (max-width: 1200px) {
  .about .section-3 .row .txt_box .wrap .top_img {
    margin-bottom: 4%;
    width: 25%;
  }
}

@media only screen and (max-width: 1100px) {
  .about .section-3 .row .txt_box .wrap .top_img {
    margin-bottom: 3%;
    width: 27%;
  }
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row .txt_box .wrap .top_img {
    margin-bottom: 3%;
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .about .section-3 .row .txt_box .wrap .top_img {
    width: 50%;
    margin: 5% auto;
  }
}

.about .section-3 .row .txt_box .wrap p {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1340px) {
  .about .section-3 .row .txt_box .wrap p {
    font-size: calc(15px * 0.9);
    line-height: calc(35px * 0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .about .section-3 .row .txt_box .wrap p {
    font-size: calc(15px * 0.8);
    line-height: calc(35px * 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .about .section-3 .row .txt_box .wrap p {
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
  }

  .about .section-3 .row .txt_box .wrap p br {
    display: none;
  }
}

.about .section-3 .row .img_box {
  width: 100%;
}

.about .section-3 .row .img_box img {
  width: 100%;
}

.about .section-4 {
  width: 100%;
}

.about .section-4 .row {
  padding: 60px 0 70px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .about .section-4 .row {
    padding: calc(60px * 0.9) 0 calc(70px * 0.9);
  }
}

@media only screen and (max-width: 640px) {
  .about .section-4 .row {
    padding: calc(60px * 0.6) 0 calc(70px * 0.6);
  }
}

.about .section-4 .row .bot_logos div {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  padding: 0 0 0 10%;
}

@media only screen and (max-width: 1200px) {
  .about .section-4 .row .bot_logos div {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 767px) {
  .about .section-4 .row .bot_logos div {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    padding: 0 0 0 0;
    display: block;
  }

  .about .section-4 .row .bot_logos div:nth-child(1) img {
    max-width: 130px;
  }

  .about .section-4 .row .bot_logos div:nth-child(2) img {
    max-width: 150px;
  }
}

.about .section-4 .row .bot_logos div img {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  margin: 30px auto;
  max-width: none;
}

.about .section-4 .row .bot_logos div span {
  display: block;
  font-size: 18px;
}

.factory .section-1 {
  width: 100%;
}

.factory .section-1 .row {
  padding: 60px 0 70px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .factory .section-1 .row {
    padding: calc(60px * 0.9) 0 calc(70px * 0.9);
  }
}

@media only screen and (max-width: 991px) {
  .factory .section-1 .row {
    padding: calc(60px * 0.6) 0px calc(70px * 0.6);
  }
}

@media only screen and (max-width: 640px) {
  .factory .section-1 .row {
    padding: calc(60px * 0.6) 0px calc(70px * 0.6);
  }
}

.factory .section-1 .row .factory_img {
  position: relative;
  width: calc(100% - 60px);
  margin: 0 30px 10%;
}

.factory .section-1 .row .factory_img .factory_map {
  display: block;
  position: absolute;
  background: rgba(255, 0, 0, 0);
  cursor: pointer;
  z-index: 999999;
}

.factory .section-1 .row .factory_img .factory_map:hover {
  transform: scale(-6px);
  -webkit-transform: translateY(-6px);
}

.factory .section-1 .row .factory_img .factory_map.disable:hover {
  transform: scale(0);
  -webkit-transform: translateY(0);
  cursor: auto;
}

.factory .section-1 .row .factory_img .a {
  left: 2%;
  top: 32%;
  width: 17%;
}

.factory .section-1 .row .factory_img .b {
  left: 81.6%;
  top: 12.5%;
  width: 17.5%;
}

.factory .section-1 .row .factory_img .c {
  left: 60.6%;
  top: -0.3%;
  width: 12.2%;
}

.factory .section-1 .row .factory_img .d {
  left: 30.5%;
  top: 33.5%;
  width: 20%;
}

.factory .section-1 .row .factory_img .e {
  left: 67%;
  top: 41%;
  width: 18%;
}

.factory .section-1 .row .factory_img .f {
  left: 47%;
  top: 19%;
  width: 16%;
}

.factory .section-1 .row .factory_img .g {
  left: 42%;
  top: 66%;
  width: 22%;
}

.factory .section-1 .row .factory_img .h {
  left: 12%;
  top: 69%;
  width: 18%;
}

.factory .section-1 .row .factory_img .i {
  left: 1%;
  top: 21px;
  width: 18%;
}

.factory .section-1 .row .factory_img .j {
  left: 30%;
  top: -3%;
  width: 17%;
}

.factory .section-1 .row .factory_img .k {
  left: 73.5%;
  top: 72.5%;
  width: 16%;
}

.factory .section-1 .row .factory_img .l {
  left: 85%;
  top: 53%;
  width: 15%;
}

.factory .section-1 .row .factory_img img {
  width: 100%;
}

.factory .section-1 .row .main_title {
  margin-bottom: 70px;
}

.factory .section-1 .row .items {
  overflow: hidden;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1100px) {
  .factory .section-1 .row .items {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .factory .section-1 .row .items {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-bottom: 0;
  }
}

.factory .section-1 .row .items .txt_box {
  width: calc(45%);
  text-align: left;
}

@media only screen and (max-width: 1001px) {
  .factory .section-1 .row .items .txt_box {
    width: 53%;
  }
}

@media only screen and (max-width: 991px) {
  .factory .section-1 .row .items .txt_box {
    width: calc(100% - 40px);
    padding: 20px;
    float: none;
  }
}

.factory .section-1 .row .items .txt_box h5 {
  font-size: 20px;
  letter-spacing: 15px;
  margin-bottom: 20px;
}

body.en_US .factory .section-1 .row .items .txt_box h5{
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
  .factory .section-1 .row .items .txt_box h5 {
    font-size: calc(20px * 0.8);
    letter-spacing: calc(15px * 0.8);
    margin-bottom: calc(20px * 0.8);
  }
  body.en_US .factory .section-1 .row .items .txt_box h5{
    font-size: calc(20px * 0.8);
    letter-spacing: 2px;
    margin-bottom: calc(20px * 0.8);
  }
}

@media only screen and (max-width: 991px) {
  .factory .section-1 .row .items .txt_box h5 {
    font-size: 20px;
  }
}

.factory .section-1 .row .items .txt_box h4 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
  .factory .section-1 .row .items .txt_box h4 {
    font-size: calc(35px * 0.8);
    font-weight: bold;
    letter-spacing: calc(4px * 0.8);
    margin-bottom: calc(30px * 0.8);
  }
}

@media only screen and (max-width: 991px) {
  .factory .section-1 .row .items .txt_box h4 {
    font-size: 30px;
  }
}

.factory .section-1 .row .items .txt_box label {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 2px 5px;
  line-height: 25px;
}

@media only screen and (max-width: 1100px) {
  .factory .section-1 .row .items .txt_box label {
    font-size: calc(14px * 0.8);
    letter-spacing: calc(2px * 0.8);
    padding: calc(2px * 0.8) calc(5px * 0.8);
    line-height: calc(25px * 0.8);
  }
}

.factory .section-1 .row .items .txt_box p {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 25px;
  margin-bottom: 20px;
  padding-left: 18%;
}

body.en_US .factory .section-1 .row .items .txt_box p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 25px;
  margin-bottom: 20px;
  padding-left: 18%;
}


@media only screen and (max-width: 1200px) {
  .factory .section-1 .row .items .txt_box p {
    font-size: calc(14px * 0.9);
    line-height: calc(25px * 0.9);
    margin-bottom: calc(20px * 0.9);
    padding-left: calc(18% * 0.5);
  }
}

@media only screen and (max-width: 1100px) {
  .factory .section-1 .row .items .txt_box p {
    font-size: calc(14px * 0.8);
    line-height: calc(25px * 0.8);
    margin-bottom: calc(20px * 0.8);
    padding-left: calc(18% * 0.5);
  }
}

@media only screen and (max-width: 991px) {
  .factory .section-1 .row .items .txt_box p {
    padding-left: 0;
    padding-top: 20px;
  }
}

.factory .section-1 .row .items .txt_box ul {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 25px;
  padding-left: 18%;
  padding-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .factory .section-1 .row .items .txt_box ul {
    font-size: calc(14px * 0.9);
    letter-spacing: calc(2px * 0.9);
    line-height: calc(25px * 0.9);
    padding-left: calc(18% * 0.5);
    padding-top: calc(20px * 0.9);
  }
}

@media only screen and (max-width: 1100px) {
  .factory .section-1 .row .items .txt_box ul {
    font-size: calc(14px * 0.8);
    letter-spacing: calc(2px * 0.8);
    line-height: calc(25px * 0.8);
    padding-left: calc(18% * 0.5);
    padding-top: calc(20px * 0.8);
  }
}

@media only screen and (max-width: 991px) {
  .factory .section-1 .row .items .txt_box ul {
    padding-left: 0;
    padding-top: 20px;
  }
}

.factory .section-1 .row .items .img_box {
  width: 45%;
}

@media only screen and (max-width: 1001px) {
  .factory .section-1 .row .items .img_box {
    width: 40%;
  }
}

@media only screen and (max-width: 991px) {
  .factory .section-1 .row .items .img_box {
    width: 100%;
  }
}

.factory .section-1 .row .items .img_box img {
  width: 100%;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .factory .section-1 .row .items .img_box img {
    width: calc(100% - 40px);
    margin: 20px;
  }
}

.factory .section-1 .row .items.type_a {
  background: #e1e1e1;
  position: relative;
}

.factory .section-1 .row .items.type_a:after {
  content: '';
  display: block;
  width: 10px;
  background: #f3b63f;
  position: absolute;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .factory .section-1 .row .items.type_a:after {
    width: 100%;
    height: 5px;
    width: 100%;
    display: none;
  }
}

.factory .section-1 .row .items.type_a .txt_box {
  float: left;
  color: #4b4b4b;
  padding: 40px 10px 10px 60px;
}

@media only screen and (max-width: 1001px) {
  .factory .section-1 .row .items.type_a .txt_box {
    padding: 30px 10px 10px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .factory .section-1 .row .items.type_a .txt_box {
    width: calc(100% - 40px);
    padding: 20px;
    float: none;
  }
}

.factory .section-1 .row .items.type_a .txt_box h4 {
  color: #f3b63f;
}

.factory .section-1 .row .items.type_a .txt_box label {
  border-bottom: 1px solid #4b4b4b;
}

.factory .section-1 .row .items.type_a .img_box {
  float: right;
}

.factory .section-1 .row .items.type_a .img_box img {
  mix-blend-mode: multiply;
}

.factory .section-1 .row .items.type_b {
  background: #f3b63f;
}

.factory .section-1 .row .items.type_b .txt_box {
  float: right;
  color: #333;
  padding: 40px 50px 10px 10px;
}

@media only screen and (max-width: 1001px) {
  .factory .section-1 .row .items.type_b .txt_box {
    padding: 30px 40px 10px 10px;
  }
}

@media only screen and (max-width: 991px) {
  .factory .section-1 .row .items.type_b .txt_box {
    width: calc(100% - 40px);
    padding: 20px;
    float: none;
  }
}

.factory .section-1 .row .items.type_b .txt_box h4 {
  color: #333;
}

.factory .section-1 .row .items.type_b .txt_box label {
  border-bottom: 1px solid #333;
}

.factory .section-1 .row .items.type_b .img_box {
  float: left;
}

.about-en footer .footer_wrap .row .group_2 .add_box {
  width: 320px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 28px;
}

.about-en .slicker_info p {
  font-weight: 200;
}

.about-en .section-0 {
  width: 100%;
}

.about-en .section-0 .row {
  padding: 60px 0 70px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .about-en .section-0 .row {
    padding: calc(60px * 0.9) 0 calc(70px * 0.9);
  }
}

@media only screen and (max-width: 640px) {
  .about-en .section-0 .row {
    padding: calc(60px * 0.6) 0 calc(70px * 0.6);
  }
}

.about-en .section-0 .row p {
  margin-bottom: 30px;
}

.about-en .section-1 {
  background: #e2e2e2;
}

.about-en .section-1 .row.pro_section-1 .txt_box .wrap h4 {
  letter-spacing: 0;
}

.about-en .section-2 .row .txt_box .wrap h4 {
  letter-spacing: 1px;
  font-weight: normal;
}

.about-en .section-3 .row .txt_box .wrap h4 {
  letter-spacing: 1px;
  font-weight: bold;
}

.about-en .section-3 .row .txt_box .wrap h4 .slick-dots {
  top: -16px;
  left: 260px;
  width: 150px;
  pointer-events: all;
}

@media only screen and (min-width: 1340px) {
  .about-en .section-3 .row .txt_box .wrap h4 .slick-dots {
    left: 360px;
  }
}

@media only screen and (max-width: 1200px) {
  .about-en .section-3 .row .txt_box .wrap h4 .slick-dots {
    left: 290px;
  }
}

@media only screen and (max-width: 991px) {
  .about-en .section-3 .row .txt_box .wrap h4 .slick-dots {
    left: 280px;
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 767px) {
  .about-en .section-3 .row .txt_box .wrap h4 .slick-dots {
    left: 210px;
    transform: scale(0.6);
    top: -8px;
  }
}

.made .section-1 {
  width: 100%;
  background: #d3d4d5;
}

.made .section-1 .row {
  padding: 60px 0 70px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .made .section-1 .row {
    padding: calc(60px * 0.9) 0 calc(70px * 0.9);
  }
}

@media only screen and (max-width: 640px) {
  .made .section-1 .row {
    padding: calc(60px * 0.6) 0 calc(70px * 0.6);
    overflow: hidden;
    height: 250px;
  }
}

.made .section-1 .row ul.step {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 5%;
}

@media only screen and (max-width: 991px) {
  .made .section-1 .row ul.step {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 640px) {
  .made .section-1 .row ul.step {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    position: relative;
    left: calc((100% - 640px)/2);
    min-width: 640px;
    bottom: 20%;
    margin-top: 0%;
  }
}

@media only screen and (max-width: 321px) {
  .made .section-1 .row ul.step {
    transform: scale(0.49);
    -webkit-transform: scale(0.49);
    position: relative;
    left: calc((100% - 640px)/2);
    min-width: 640px;
    bottom: 23%;
  }
}

.made .section-1 .row ul.step span.line {
  position: absolute;
  display: block;
  width: 76%;
  left: 12%;
  bottom: 24%;
}

.made .section-1 .row ul.step span.line img {
  width: 100%;
}

.made .section-1 .row ul.step li {
  display: block;
  float: left;
  width: calc(100%/4);
  text-align: center;
}

.made .section-1 .row ul.step li span {
  display: block;
  width: 100%;
  margin-bottom: 15%;
}

.made .section-1 .row ul.step li span img {
  width: 100%;
  width: auto;
  max-width: 140px;
}

@media only screen and (max-width: 991px) {
  .made .section-1 .row ul.step li span img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 640) {
  .made .section-1 .row ul.step li span img {
    transform: scale(0.55);
    -webkit-transform: scale(0.55);
  }
}

@media only screen and (max-width: 321px) {
  .made .section-1 .row ul.step li span img {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}

.made .section-1 .row ul.step li span.txt {
  font-size: 18px;
}

.made .section-1 .row ul.step li span.icon {
  margin-bottom: 40%;
  height: 110px;
}

.made .section-1 .row ul.step li span.icon img {
  height: 100%;
}

.made .section-2 .row {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.made .section-2 .row img {
  display: block;
  overflow: hidden;
  outline: none;
  width: 100%;
}

.made .section-2 .step-1, .made .section-2 .step-3 {
  background: #e9eaeb;
}

.made .section-2 .step-2 {
  background: #d2d3d4;
}

.made .section-2 .step-4 {
  width: 100%;
  background: url("../images/made-img-4.jpg") no-repeat center;
  background-size: cover;
}

.made .section-2 .step-4 .txt_box {
  position: absolute;
  width: 50%;
  max-width: calc(1100px/2 - 60px);
  left: 50%;
  display: table;
}

.made .section-2 .step-4 .txt_box .wrap {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  min-width: 540px;
}

.made .section-2 .step-4 .txt_box .wrap .num_wrap {
  width: calc(100% - 300px);
  position: relative;
  float: right;
}

.made .section-2 .step-4 .txt_box .wrap .num_wrap .num {
  right: 0%;
  top: 90px;
  width: 100%;
  max-width: 250px;
  position: absolute;
}

.made .section-2 .step-4 .txt_box .wrap .num_wrap .num .txt {
  font-size: 30px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 10px;
  text-align: center;
  display: block;
  width: 100%;
}

.made .section-2 .step-4 .txt_box .wrap .num_wrap .num img {
  width: 100%;
}

.made .section-2 .step-4 .txt_box .wrap .num_wrap .icon {
  width: 100%;
  filter: brightness(100);
  -webkit-filter: brightness(100);
  max-width: 250px;
  text-align: center;
  right: 0%;
  top: -30px;
  position: absolute;
}

.made .section-2 .step-4 .txt_box .wrap .num_wrap .icon img {
  width: 50%;
  margin: 0 auto;
}

.made .section-2 .step-4 .txt_box .wrap .step_wrap {
  width: 205px;
  position: relative;
  float: left;
}

.made .section-2 .step-4 .txt_box .wrap .step_wrap:after {
  display: block;
  content: '';
  width: 1px;
  height: calc(100% - 80px);
  position: absolute;
  top: 30px;
  bottom: 30px;
  border-right: 1px solid #333;
  right: 5px;
}

.made .section-2 .step-4 .txt_box .wrap .step_wrap span {
  font-size: 20px;
  display: block;
  text-align: right;
  letter-spacing: 2px;
  line-height: 25px;
  padding: 20px 0;
  color: #333;
  position: relative;
  padding-right: 40px;
}

.made .section-2 .step-4 .txt_box .wrap .step_wrap span:after {
  content: '';
  display: block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background: #333;
  position: absolute;
  right: 0;
  top: calc((100% - 10px)/2);
}

.made .section-2 .step-4 .img_box {
  width: 100%;
}

.made .section-2 .step-4 .img_box img {
  width: 100%;
}

.pro_list .section-1,
.pro_list .section-2 {
  width: calc(100%);
  padding-bottom: 2%;
  overflow: hidden;
}

.pro_list .section-1 .row,
.pro_list .section-2 .row {
  padding: 60px 30px 70px;
}

@media only screen and (max-width: 1200px) {
  .pro_list .section-1 .row,
  .pro_list .section-2 .row {
    padding: calc(60px * 0.9) 60px calc(70px * 0.9);
  }
}

@media only screen and (max-width: 640px) {
  .pro_list .section-1 .row,
  .pro_list .section-2 .row {
    padding: calc(60px * 0.6) 60px calc(70px * 0.6);
    overflow: hidden;
  }
}

.pro_list .section-1 .row .title_wrap,
.pro_list .section-2 .row .title_wrap {
  display: block;
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}

.pro_list .section-1 .row .title_wrap h1,
.pro_list .section-2 .row .title_wrap h1 {
  float: left;
  margin-right: 40px;
}

.pro_list .section-1 .row .title_wrap p,
.pro_list .section-2 .row .title_wrap p {
  float: left;
  line-height: 25px;
  padding-top: 10px;
}

.pro_list .section-1 .row .pro_list,
.pro_list .section-2 .row .pro_list {
  display: block;
  clear: both;
}

.pro_list .section-1 .row .pro_list .list_items,
.pro_list .section-2 .row .pro_list .list_items {
  width: calc((100% - 150px)/4);
  float: left;
}

.pro_list .section-1 .row .pro_list .list_items.active .img_box,
.pro_list .section-2 .row .pro_list .list_items.active .img_box {
  overflow: hidden;
  position: relative;
}

.pro_list .section-1 .row .pro_list .list_items.active .img_box:after,
.pro_list .section-2 .row .pro_list .list_items.active .img_box:after {
  content: '';
  width: 100px;
  height: 35px;
  background: #f3b63f;
  display: block;
  position: absolute;
  top: 0;
  left: -18%;
  transform: rotate(-45deg);
}

.pro_list .section-1 .row .pro_list .list_items.active, .pro_list .section-1 .row .pro_list .list_items:hover,
.pro_list .section-2 .row .pro_list .list_items.active,
.pro_list .section-2 .row .pro_list .list_items:hover {
  transform: scale(1.1);
}

.pro_list .section-1 .row .pro_list .list_items.active .img_box, .pro_list .section-1 .row .pro_list .list_items.active .bot_bg, .pro_list .section-1 .row .pro_list .list_items:hover .img_box, .pro_list .section-1 .row .pro_list .list_items:hover .bot_bg,
.pro_list .section-2 .row .pro_list .list_items.active .img_box,
.pro_list .section-2 .row .pro_list .list_items.active .bot_bg,
.pro_list .section-2 .row .pro_list .list_items:hover .img_box,
.pro_list .section-2 .row .pro_list .list_items:hover .bot_bg {
  opacity: 1;
  display: block;
}

@media only screen and (max-width: 1100px) {
  .pro_list .section-1 .row .pro_list .list_items,
  .pro_list .section-2 .row .pro_list .list_items {
    width: calc((100% - 90px)/4);
  }
}

@media only screen and (max-width: 991px) {
  .pro_list .section-1 .row .pro_list .list_items,
  .pro_list .section-2 .row .pro_list .list_items {
    width: calc((100% - 45px)/2);
  }
}

@media only screen and (max-width: 640px) {
  .pro_list .section-1 .row .pro_list .list_items,
  .pro_list .section-2 .row .pro_list .list_items {
    width: 100%;
    margin-bottom: 50px;
    /*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);*/
  }
}

.pro_list .section-1 .row .pro_list .list_items .bot_bg,
.pro_list .section-2 .row .pro_list .list_items .bot_bg {
  width: 105%;
  position: relative;
  bottom: 15px;
  opacity: 0.6;
}

@media only screen and (max-width: 1100px) {
  .pro_list .section-1 .row .pro_list .list_items .bot_bg,
  .pro_list .section-2 .row .pro_list .list_items .bot_bg {
    bottom: calc(15px * 1.6);
  }
}

@media only screen and (max-width: 991px) {
  .pro_list .section-1 .row .pro_list .list_items .bot_bg,
  .pro_list .section-2 .row .pro_list .list_items .bot_bg {
    bottom: calc(15px * 1.6);
  }
}

@media only screen and (max-width: 640px) {
  .pro_list .section-1 .row .pro_list .list_items .bot_bg,
  .pro_list .section-2 .row .pro_list .list_items .bot_bg {
    display: none;
  }
}

.pro_list .section-1 .row .pro_list .list_items .bot_bg img,
.pro_list .section-2 .row .pro_list .list_items .bot_bg img {
  width: 95.3%;
  mix-blend-mode: multiply;
}

.pro_list .section-1 .row .pro_list .list_items:not(:nth-child(4n)),
.pro_list .section-2 .row .pro_list .list_items:not(:nth-child(4n)) {
  margin-right: 50px;
}

@media only screen and (max-width: 1100px) {
  .pro_list .section-1 .row .pro_list .list_items:not(:nth-child(4n)),
  .pro_list .section-2 .row .pro_list .list_items:not(:nth-child(4n)) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .pro_list .section-1 .row .pro_list .list_items:not(:nth-child(4n)),
  .pro_list .section-2 .row .pro_list .list_items:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .pro_list .section-1 .row .pro_list .list_items:not(:nth-child(2n)),
  .pro_list .section-2 .row .pro_list .list_items:not(:nth-child(2n)) {
    margin-right: 45px;
  }
}

@media only screen and (max-width: 640px) {
  .pro_list .section-1 .row .pro_list .list_items:not(:nth-child(2n)),
  .pro_list .section-2 .row .pro_list .list_items:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.pro_list .section-1 .row .pro_list .list_items .img_box,
.pro_list .section-2 .row .pro_list .list_items .img_box {
  width: 100%;
  overflow: hidden;
  opacity: 0.8;
}

.pro_list .section-1 .row .pro_list .list_items .img_box img,
.pro_list .section-2 .row .pro_list .list_items .img_box img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.pro_list .section-1 .row .pro_list .list_items .txt_box,
.pro_list .section-2 .row .pro_list .list_items .txt_box {
  width: calc(100% - 60px);
  padding: 20px 30px;
  list-style: disc;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  z-index: 99;
  min-height: 145px;
}

@media only screen and (max-width: 1100px) {
  .pro_list .section-1 .row .pro_list .list_items .txt_box,
  .pro_list .section-2 .row .pro_list .list_items .txt_box {
    font-size: 13px;
  }
}

.pro_list .section-1 .row .pro_list .list_items .txt_box li,
.pro_list .section-2 .row .pro_list .list_items .txt_box li {
  margin-left: 10px;
}

.pro_list .section-1 .row .pro_list .list_items:not(:nth-child(2n)) .txt_box,
.pro_list .section-2 .row .pro_list .list_items:not(:nth-child(2n)) .txt_box {
  background: #f3b63f;
  color: #000;
}

.pro_list .section-1 .row .pro_list .list_items:nth-child(2n) .txt_box,
.pro_list .section-2 .row .pro_list .list_items:nth-child(2n) .txt_box {
  background: #4b4948;
  color: #fff;
}

.pro_list .section-1 {
  background: #eaeaea;
}

.pro_list .section-1 .bot_bg {
  background: #eaeaea;
}

.pro_list .section-2 {
  background: #dcdcdc;
}

.pro_list .section-2 .bot_bg {
  background: #dcdcdc;
}
body.en_US .pro_list .section-1 .row .pro_list .list_items .txt_box,
body.en_US .pro_list .section-2 .row .pro_list .list_items .txt_box {
  min-height: 160px;
}

body.en_US header .header_row .main_menu li a {
  letter-spacing: 0 !important;
}

body.en_US header .header_row .main_menu li .tab_box a {
  font-size: 12px;
  font-weight: normal;
}

body.en_US .main_slicker_b .slicker_info p {
  font-size: 16px;
  line-height: 20px;
  width: 325px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  body.en_US .main_slicker_b .slicker_info p {
    width: 580px;
  }
}

@media only screen and (max-width: 640px) {
  body.en_US .main_slicker_b .slicker_info p {
    width: 260px;
  }
}

body.en_US .main_slicker_b .slicker_info p br {
  display: none;
}

body.en_US .main_title {
  font-size: 30px;
  color: #313131;
  padding: 10px;
  display: inline-block;
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: 0!important;
}

body.en_US .main_info {
  font-size: 13px !important;
  color: #4a4a4a;
  line-height: 22px !important;
  letter-spacing: 0!important;
  margin: 0 auto;
}

body.en_US footer .footer_wrap .row .group_1 .footer_logo {
  width: 100%;
  display: block;
  margin-top: 32px;
}

body.en_US footer .footer_wrap {
  background: #333;
  width: 100%;
  overflow: hidden;
  font-size: 13px;
  letter-spacing: 0px!important;
  line-height: 20px;
}

body.en_US footer .footer_wrap .row .group_1 {
  width: 30%;
}

body.en_US footer .footer_wrap .row .group_2 {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  body.en_US footer .footer_wrap .row .group_1 {
    width: 100%;
  }

  body.en_US footer .footer_wrap .row .group_2 {
    width: 100%;
  }
}
body.en_US .product .section-1 .row .txt_box .wrap h4 {
  font-size: 35px !important;
  line-height: 35px !important;
  letter-spacing: 0 !important;
}

body.en_US .row.type_3 .txt_box .wrap h4 {
  font-size: 35px !important;
  line-height: 35px !important;
  letter-spacing: 0 !important;
}

body.en_US .product .section-1 .row .txt_box .wrap p {
  font-size: 15px !important;
  line-height: 30px;
}

body.en_US .row.type_3 .txt_box .wrap p {
  font-size: 15px !important;
  line-height: 30px;
  letter-spacing: 0 !important;
  width: 45%;
  max-width: 540px;
  min-width: 365px;
}



body.en_US .row.pro_section-3 .txt_box .wrap p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0!important;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

body.en_US .row.pro_section-3 .txt_box .wrap h4 {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 0!important;
  font-weight: 800;
  position: relative;
}

@media only screen and (max-width: 1340px) {
  body.en_US .row.pro_section-3 .txt_box .wrap h4 {
    font-size: calc(35px * 0.9);
    line-height: calc(35px * 0.9);
    margin-bottom: calc(30px * 0.9);
    letter-spacing: 0 !important;
  }
}

@media only screen and (max-width: 1340px) {
  body.en_US .row.pro_section-3 .txt_box .wrap p {
    font-size: calc(15px * 0.9);
    line-height: calc(30px * 0.9);
    letter-spacing: 0 !important;
  }
}

body.en_US .about .section-1 .about_section-1 .txt_box p {
  padding-bottom: 30px;
  font-size: 15px !important;
  line-height: 22px !important;
  text-align: justify;
  letter-spacing: 0 !important;
}

body.en_US .about .section-2 .row .item_wraps .logo_items p {
  font-size: 15px;
  line-height: 20px;
}

body.en_US .about .section-3 .row .txt_box .wrap p {
  font-size: 15px !important;
  line-height: 35px;
  letter-spacing: 0!important;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

body.en_US .about .section-4 .row .bot_logos div span {
  display: block;
  font-size: 15px;
}

body.en_US h4 {
  letter-spacing: 0!important;
}

body.en_US .pro_section-1 .txt_box p {
  font-size: 15px !important;
  line-height: 35px;
  letter-spacing: 0!important;
}
/*# sourceMappingURL=dc_main.css.map */