/*----------- reset start -----------*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*purpose To enable resizing for IE */
/*branch For IE6-Win, IE7-Win */
body {
  line-height: 100%;
}

ol, ul, li {
  list-style: none;
}

:link, :visited, ins {
  text-decoration: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block;
}

a, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}

*:focus, a:focus {
  outline: none;
}

html, a {
  font-size: 12px;
  font-family: 'Noto Sans TC', serif;
}

button {
  font-family: 'Noto Sans TC', serif;
  border: 0;
  outline: 0;
}

html, body, button {
  letter-spacing: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fixed {
  position: fixed;
  width: 100%;
}

.ui-totop {
  position: fixed;
  z-index: 999;
  background: url(../img/icon_11.svg);
  background-size: cover;
  width: 6px;
  height: 120px;
  top: calc(100vh - 170px);
  right: 65px;
  cursor: pointer;
  -webkit-animation: arrow_home 2s infinite;
  animation: arrow_home 2s infinite;
  display: none;
}

.logotm{width:100%}

@media (min-width: 1200px) {
  .ui-totop {
    display: block;
  }
}

.ui-totop.active {
  background: url(../img/icon_12.svg) !important;
  background-size: cover;
}

@-webkit-keyframes ui-totop-arrow_home {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    width: translateY(0px);
    opacity: 1;
  }
}

@keyframes ui-totop-arrow_home {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    width: translateY(0px);
    opacity: 1;
  }
}

.page-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-loading .wrap {
  position: relative;
}

.page-loading .point-wrap {
  position: absolute;
  top: -40px;
  left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-loading .point {
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 15px;
}

.page-loading .point:nth-child(2) {
  margin-left: 17px;
}

.page-loading .point:nth-child(3) {
  margin-left: 23px;
}

.page-loading img.logo {
  width: 120px;
}

@media (min-width: 768px) {
  .page-loading .point-wrap {
    top: -70px;
    left: 39px;
  }
  .page-loading .point {
    width: 14px;
    height: 14px;
    margin: 0 30px;
  }
  .page-loading .point:nth-child(2) {
    margin-left: 31px;
  }
  .page-loading .point:nth-child(3) {
    margin-left: 36px;
  }
  .page-loading img.logo {
    width: 215px;
  }
}

.page-loading-animation {
  -webkit-animation: page-loading-animation 0.5s ease-in forwards;
  animation: page-loading-animation 0.5s ease-in forwards;
}

@-webkit-keyframes page-loading-animation {
  100% {
    top: 32px;
  }
}

@keyframes page-loading-animation {
  100% {
    top: 32px;
  }
}

@media (min-width: 768px) {
  @-webkit-keyframes page-loading-animation {
    100% {
      top: 58px;
    }
  }
  @keyframes page-loading-animation {
    100% {
      top: 58px;
    }
  }
}

.page-loading-hide-animation {
  -webkit-animation: page-loading-hide-animation 0.8s ease-in forwards;
  animation: page-loading-hide-animation 0.8s ease-in forwards;
}

@-webkit-keyframes page-loading-hide-animation {
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes page-loading-hide-animation {
  100% {
    top: 100%;
    opacity: 0;
  }
}

.lang {
  display: none;
  position: fixed;
  right: -91px;
  top: 0;
  z-index: 10000;
}

@media (min-width: 1200px) {
  .lang {
    display: block;
  }
}

.lang-wrap {
  position: relative;
}

.lang__svg-text {
  position: absolute;
  top: 164px;
  left: 114px;
  z-index: 3;
  width: 30px;
  height: 58px;
  opacity: 0;
}

.lang__svg-pointer {
  position: absolute;
  top: 42.5%;
  left: 49%;
  cursor: pointer;
}

.lang__text a, .lang__text {
  fill: #fff;
  font-size: 12px;
  font-family: 'Noto Sans TC', serif;
  letter-spacing: 1px;
}

.lang__button--active .lang__text a, .lang__button--active .lang__text {
  fill: #BC3C4C !important;
}

.lang__button {
  cursor: pointer;
}

.lang_transparent {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes lang__svg-pointer {
  0% {
    left: 62%;
  }
  30% {
    left: 40%;
  }
  33% {
    left: 55%;
  }
  65% {
    left: 43%;
  }
  75% {
    left: 52%;
  }
  90% {
    left: 46%;
  }
  92% {
    left: 51%;
  }
  94% {
    left: 48%;
  }
  96% {
    left: 50%;
  }
  98% {
    left: 49.2%;
  }
  100% {
    left: 49%;
  }
}

@keyframes lang__svg-pointer {
  0% {
    left: 62%;
  }
  30% {
    left: 40%;
  }
  33% {
    left: 55%;
  }
  65% {
    left: 43%;
  }
  75% {
    left: 52%;
  }
  90% {
    left: 46%;
  }
  92% {
    left: 51%;
  }
  94% {
    left: 48%;
  }
  96% {
    left: 50%;
  }
  98% {
    left: 49.2%;
  }
  100% {
    left: 49%;
  }
}

@-webkit-keyframes lang__svg {
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lang__svg {
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

nav {
  background-color: #ffffff;
  height: 90px;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
}

nav.transparent {
  width: 100%;
  height: 90px;
}

nav .nav_wrap {
  width: calc(100% - 27px * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .nav_wrap .logo {
  background: url(../img/logo.svg) no-repeat center;
  width: 80%;
  min-width: 210px;
  max-width: 300px;
  height: 40px;
  display: block;
  cursor: pointer;
  background-size: contain;
}

nav .nav_wrap .menu_cn, nav .nav_wrap .menu_en {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 350px);
  height: 50px;
  padding-left: 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .nav_wrap .menu_cn .menu, nav .nav_wrap .menu_en .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 748px;
  height: 100%;
}

nav .nav_wrap .menu_cn .menu.active, nav .nav_wrap .menu_en .menu.active {
  width: auto;
}

nav .nav_wrap .menu_cn .menu li, nav .nav_wrap .menu_en .menu li {
  width: 122px;
  height: 100%;
  text-align: center;
  line-height: 50px;
}

nav .nav_wrap .menu_cn .menu li.search, nav .nav_wrap .menu_en .menu li.search {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

nav .nav_wrap .menu_cn .menu li.search a, nav .nav_wrap .menu_en .menu li.search a {
  width: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  padding-right: 10px;
}

nav .nav_wrap .menu_cn .menu li.search a.active, nav .nav_wrap .menu_en .menu li.search a.active {
  width: 260px;
  text-align: right;
  border-bottom: 2px solid #fff;
  padding-right: 0;
}

nav .nav_wrap .menu_cn .menu li.search a img, nav .nav_wrap .menu_en .menu li.search a img {
  width: 20px;
}

nav .nav_wrap .menu_cn .menu li.search .search_input, nav .nav_wrap .menu_en .menu li.search .search_input {
  width: 230px;
  height: 100%;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1.5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

nav .nav_wrap .menu_cn .menu li.search .search_input.active, nav .nav_wrap .menu_en .menu li.search .search_input.active {
  opacity: 1;
  z-index: 5;
}

nav .nav_wrap .menu_cn .menu li a, nav .nav_wrap .menu_en .menu li a {
  color: #252525;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  display: block;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 104px;
}

nav .nav_wrap .menu_cn .menu li a:hover, nav .nav_wrap .menu_en .menu li a:hover {
  border-bottom: 3px solid #BB3E4E;
}

nav .nav_wrap .menu_cn .menu li a.en, nav .nav_wrap .menu_en .menu li a.en {
  font-size: 12px;
  width: 112px;
  letter-spacing: 1.5px;
}

nav .nav_wrap .menu_cn .menu li a.contact, nav .nav_wrap .menu_en .menu li a.contact {
  color: #BB3E4E;
}

nav .nav_wrap .menu_cn .menu li a.products:after, nav .nav_wrap .menu_en .menu li a.products:after {
  content: '';
  display: inline-block;
  background: url(../img/icon_3.svg);
  background-size: cover;
  width: 17px;
  height: 5px;
  margin-left: 7px;
}

nav .nav_wrap .menu_cn .signIn, nav .nav_wrap .menu_en .signIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .nav_wrap .menu_cn .signIn li button, nav .nav_wrap .menu_en .signIn li button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 15px;
}

nav .nav_wrap .menu_cn .signIn li.register, nav .nav_wrap .menu_en .signIn li.register {
  width: 90px;
  height: 35px;
}

nav .nav_wrap .menu_cn .signIn li.register button, nav .nav_wrap .menu_en .signIn li.register button {
  background: #BB3E4E;
}

nav .nav_wrap .menu_cn .signIn li.register button:hover, nav .nav_wrap .menu_en .signIn li.register button:hover {
  background: #B23B50;
}

nav .nav_wrap .menu_cn .signIn li.login, nav .nav_wrap .menu_en .signIn li.login {
  width: 75px;
  height: 35px;
}

nav .nav_wrap .menu_cn .signIn li.login button, nav .nav_wrap .menu_en .signIn li.login button {
  background: transparent;
  border: 1px solid #FFFFFF;
}

nav .nav_wrap .menu_cn .signIn li.login button:hover, nav .nav_wrap .menu_en .signIn li.login button:hover {
  border: 1px solid #BB3E4E;
  color: #BB3E4E;
}

nav .nav_wrap .burger_icon {
  background: url(../img/menu.svg);
  width: 36px;
  height: 30px;
  cursor: pointer;
}

nav .nav_wrap .burger_icon.close {
  background: url(../img/icon_4.svg);
  width: 30px;
  cursor: pointer;
}

nav .burger_menu {
  background-color: #252525;
  color: #fff;
  position: relative;
  z-index: 999;
}

nav .burger_menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 30px 0 80px 0;
  height: calc(100vh - 200px);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

nav .burger_menu .list li {
  height: 60px;
  cursor: pointer;
  line-height: 60px;
}

nav .burger_menu .list li.search {
  position: relative;
}

nav .burger_menu .list li.search input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #FFFFFF;
  width: 100%;
  height: 100%;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  height: 62px;
}

nav .burger_menu .list li.search img {
  width: 30px;
  position: absolute;
  right: 0;
  bottom: 20px;
}

nav .burger_menu .list li.products, nav .burger_menu .list li.aboutAs {
  position: relative;
}

nav .burger_menu .list li.products .tip:after, nav .burger_menu .list li.aboutAs .tip:after {
  content: '';
  display: inline-block;
  background: url(../img/icon_3.svg);
  width: 17px;
  height: 5px;
  margin-left: 8px;
  vertical-align: middle;
}

nav .burger_menu .list li.products .icon_1, nav .burger_menu .list li.aboutAs .icon_1 {
  background: url(../img/icon_5.svg);
  width: 27px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 35px;
  display: none;
}

nav .burger_menu .list li.products .icon_1.active, nav .burger_menu .list li.aboutAs .icon_1.active {
  display: block;
}

nav .burger_menu .list li.products.products, nav .burger_menu .list li.aboutAs.products {
  padding-top: 15px;
}

nav .burger_menu .list li a {
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  display: inline-block;
}

nav .burger_menu .list li ol li.hight0 {
  position: relative;
}

nav .burger_menu .list li ol li a {
  display: block;
  color: #ffffff;
  font-size: 17px;
}

nav .burger_menu .list li ol li .icon_2 {
  background: url(../img/icon_6.svg);
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

nav .burger_menu .list li ol li ul {
  overflow: hidden;
  -webkit-transform: translate(200%);
          transform: translate(200%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

nav .burger_menu .list li ol li ul.active {
  -webkit-transform: translate(0%);
          transform: translate(0%);
  -webkit-transition: 1s;
  transition: 1s;
}

nav .burger_menu .list li ol li ul li {
  position: relative;
}

nav .burger_menu .list li ol li ul li .icon_3 {
  background: url(../img/icon_7.svg) right no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  background-size: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

nav .menu_list {
  background: #252525;
  position: relative;
  z-index: 999;
}

nav .menu_list ul {
  width: calc(100% - 73px*2);
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 0;
}

nav .menu_list ul li {
  width: calc(33.33333% - 65px);
  border-top: 1px solid #fff;
  text-align: left;
  padding: 20px 0 50px 0;
}

nav .menu_list ul li h5 {
  font-size: 21px;
  font-weight: 600;
  line-height: 20px;
}

nav .menu_list ul li a {
  display: block;
  font-size: 17px;
  font-family: LiHeiPro;
  font-weight: 200;
  line-height: 15px;
  padding-top: 15px;
  color: #ffffff;
}

nav .menu_list ul li a:hover {
  color: #BB3E4E;
}

@media (min-width: 768px) {
  nav .nav_wrap .logo {
    width: 300px;
    max-width: inherit;
    height: 60px;
  }
}

@media (min-width: 1200px) {
  nav {
    height: 110px;
  }
  nav.transparent {
    background-size: cover;
  }
  nav .nav_wrap {
    width: calc(100% - 73px*2);
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  nav .nav_wrap .logo {
    width: 350px;
  }
  nav .menu_cn.menu_en, nav .menu_en.menu_en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .burger_icon {
    display: none;
  }
  .menu_list {
    height: calc(100vh - 110px);
    overflow: scroll;
  }
}

.home {
  width: 100%;
  overflow-x: hidden;
}

.home .section1 {
  position: relative;
  background: #262626;
  padding-top: 110px;
}

.home .section1 .section_wrap {
  width: calc(100% - 30px*2);
  margin: 0 auto;
}

.home .section1 .section_wrap h4 {
  font-size: 36px;
  color: #FFFFFF;
  font-family: 'Noto Serif TC', serif;
  font-weight: 900;
  line-height: 55px;
  letter-spacing: 0.3px;
}

.home .section1 .section_wrap h4 span {
  color: #BB3E4E;
}

.home .section1 .background {
  background: url(../img/bg1.png) no-repeat;
  padding-bottom: 80%;
  background-size: 178%;
  background-position: 60% 100%;
  position: relative;
}

.home .section1 .background .background_inner {
  position: absolute;
  bottom: 0;
  margin-bottom: 11%;
  right: 3.8%;
  width: 24%;
  padding-bottom: 77%;
  border-radius: 15px;
  overflow: hidden;
}

.home .section1 .background .background_inner::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg1_3.png) no-repeat top;
  background-size: 100%;
  height: 100%;
  width: 100%;
  -webkit-animation-name: background_roll;
          animation-name: background_roll;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.home .section1 .background .background_inner::after {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-image: linear-gradient(70deg, rgba(0, 0, 0, 0.85) 0%, rgba(148, 148, 148, 0) 50%, rgba(0, 0, 0, 0.85) 95%);
  background-image: -o-linear-gradient(70deg, rgba(0, 0, 0, 0.85) 0%, rgba(148, 148, 148, 0) 50%, rgba(0, 0, 0, 0.85) 95%);
}

.home .section1 .background .section_wrap {
  width: calc(100% - 30px*2);
  margin: 0 auto;
}

.home .section1 .background .section_wrap p {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 220%;
  letter-spacing: 1.5px;
  padding-top: 27px;
  width: 100%;
  position: relative;
  z-index: 5;
}

.home .section1 .contact_btn {
  background: #BB3E4E;
  position: absolute;
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 350px;
  height: 110px;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.home .section1 .contact_btn .p_text {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}

.home .section1 .arrow_home {
  display: none;
  position: fixed;
  z-index: 999;
  background: url(../img/icon_11.svg);
  width: 6px;
  background-size: cover;
  height: 120px;
  top: calc(100vh - 170px);
  right: 65px;
  cursor: pointer;
  -webkit-animation-name: arrow_home;
          animation-name: arrow_home;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.home .section1 .arrow_home.active {
  background: url(../img/icon_12.svg);
  background-size: cover;
}

.home .section2 {
  background: #1B1B1B;
}

.home .section2 .section_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .section2 .section_wrap .list .photo {
  width: 100%;
  padding-bottom: 70%;
}

.home .section2 .section_wrap .list_1 .photo {
  background: url(../img/CNCCUSTOMIZATION.jpg) center;
  background-size: cover;
}

.home .section2 .section_wrap .list_2 .photo {
  background: url(../img/PIN.jpg) center;
  background-size: cover;
}

.home .section2 .section_wrap .list_3 .photo {
  background: url(../img/PANELFASTENER.jpg) center;
  background-size: cover;
}

.home .section2 .section_wrap .list_4 .photo {
  background: url(../img/INSERTNUT.jpg) center;
  background-size: cover;
}

.home .section2 .section_wrap .list_5 .photo {
  background: url(../img/SIDEKEY.jpg) center;
  background-size: cover;
}

.home .section2 .section_wrap .list_6 .photo {
  background: url(../img/SHEETMETALFASTENER.jpg) center;
  background-size: cover;
}

.home .section2 .section_wrap .list .wrap {
  width: calc(100% - 65px*2);
  margin: 0 auto;
  color: #FFFFFF;
  padding: 13px 0 60px 0;
}

.home .section2 .section_wrap .list .wrap h5 {
  font-size: 26px;
  line-height: 200%;
  font-family: 'Noto Serif TC', serif;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.home .section2 .section_wrap .list .wrap .tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .section2 .section_wrap .list .wrap .tip .tip_1, .home .section2 .section_wrap .list .wrap .tip .tip_2 {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 300%;
  font-family: 'Noto Sans TC', serif;
  letter-spacing: 1.5px;
}

.home .section2 .section_wrap .list .wrap .tip .tip_1 p, .home .section2 .section_wrap .list .wrap .tip .tip_2 p {
  font-weight: 500;
}

.home .section2 .section_wrap .list .wrap .tip .tip_1 span, .home .section2 .section_wrap .list .wrap .tip .tip_2 span {
  font-weight: 100;
}

.home .section2 .section_wrap .list .wrap .tip .tip_1.tip_2, .home .section2 .section_wrap .list .wrap .tip .tip_2.tip_2 {
  padding-left: 20px;
}

.home .section2 .section_wrap .list .wrap .arrow {
  background: url(../img/icon_9.svg) center;
  background-size: 100%;
  width: 62px;
  height: 18px;
  margin-top: 35px;
  display: block;
}

.home .section2_pc {
  display: none;
  background: #1B1B1B;
  position: relative;
}

.home .section2_pc .img-list {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  width: 50%;
  max-width: unset;
}

.home .section2_pc .img-list .img-track {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .section2_pc .img-list .img-track .img-item {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f0f0f0;
}

.home .section2_pc .img-list .img-track .img-item .img {
  width: 90%;
  height: 30%;
}

.home .section2_pc .img-list .img-track .img-item .img_1 {
  background: url(../img/CNCCUSTOMIZATION.jpg) center;
  background-size: cover;
}

.home .section2_pc .img-list .img-track .img-item .img_2 {
  background: url(../img/PIN.jpg) center;
  background-size: cover;
}

.home .section2_pc .img-list .img-track .img-item .img_3 {
  background: url(../img/PANELFASTENER.jpg) center;
  background-size: cover;
}

.home .section2_pc .img-list .img-track .img-item .img_4 {
  background: url(../img/INSERTNUT.jpg) center;
  background-size: cover;
}

.home .section2_pc .img-list .img-track .img-item .img_5 {
  background: url(../img/SIDEKEY.jpg) center;
  background-size: cover;
}

.home .section2_pc .img-list .img-track .img-item .img_6 {
  background: url(../img/SHEETMETALFASTENER.jpg) center;
  background-size: cover;
}

.home .section2_pc .intro-list {
  width: 50%;
}

.home .section2_pc .intro-list .intro-item {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.home .section2_pc .intro-list .intro-item h5 {
  font-size: 26px;
  line-height: 200%;
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  width: 100%;
}

.home .section2_pc .intro-list .intro-item ul {
  padding-top: 100px;
  width: 100%;
}

.home .section2_pc .intro-list .intro-item ul li {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .section2_pc .intro-list .intro-item ul li p, .home .section2_pc .intro-list .intro-item ul li span {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
}

.home .section2_pc .intro-list .intro-item ul li p {
  font-weight: 500;
  width: 35%;
  line-height: 150%;
}

.home .section2_pc .intro-list .intro-item ul li span {
  font-weight: 100;
  width: 65%;
}

.home .section2_pc .intro-list .intro-item .arrow {
  background: url(../img/icon_9.svg) center;
  background-size: 100%;
  width: 62px;
  height: 18px;
  margin: 50px 0 0 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home .section2_pc .intro-list .intro-item .arrow:hover {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

@media (min-width: 768px) {
  .home {
    width: auto;
    overflow-x: visible;
  }
  .home .section1 .section_wrap {
    width: calc(100% - 65px*2);
  }
  .home .section1 .section_wrap h4 {
    font-size: 54px;
    line-height: 85px;
  }
  .home .section1 .background {
    padding-bottom: 80%;
    background-size: 165%;
    background-position: 60% 88%;
  }
  .home .section1 .background .background_inner {
    margin-bottom: 6%;
    right: 6.3%;
    width: 21.8%;
    padding-bottom: 71%;
  }
  .home .section1 .background .background_inner::after {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: linear-gradient(70deg, rgba(0, 0, 0, 0.85) 0%, rgba(148, 148, 148, 0) 50%, rgba(0, 0, 0, 0.85) 95%);
  }
  .home .section1 .background .section_wrap {
    width: calc(100% - 65px*2);
  }
  .home .section1 .background .section_wrap p {
    padding-top: 30px;
    width: 600px;
  }
  .home .section1 .contact_btn.hide {
    -webkit-transition: 1.2s;
    transition: 1.2s;
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    position: fixed;
    z-index: 999;
    top: calc(100vh - 90px);
    -webkit-animation-name: contact_btn_close;
            animation-name: contact_btn_close;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .home .section1 .contact_btn.hide .p_text {
    font-size: 15px;
  }
  .home .section2 {
    display: none;
  }
  .home .section2_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .home .section1 {
    padding-top: 145px;
  }
  .home .section1 .section_wrap {
    width: calc(100% - 73px*2);
  }
  .home .section1 .background {
    padding-bottom: 0;
    height: 100vh;
    background-size: cover;
    background-position: 60% 98%;
  }
  .home .section1 .background .background_inner {
    margin-bottom: 5.5%;
    right: 19.5%;
    width: 13.5%;
    padding-bottom: 44.5%;
  }
  .home .section1 .background .background_inner::after {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: linear-gradient(70deg, rgba(0, 0, 0, 0.85) 0%, rgba(148, 148, 148, 0) 50%, rgba(0, 0, 0, 0.85) 95%);
  }
  .home .section1 .background .section_wrap {
    width: calc(100% - 73px*2);
  }
  .home .section1 .background .section_wrap p {
    width: 590px;
  }
  .home .section1 .contact_btn {
    left: 0;
    top: 55%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-animation-name: contact_btn;
            animation-name: contact_btn;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .home .section1 .contact_btn .p_text {
    opacity: 0;
    -webkit-animation-name: contact_btn_p;
            animation-name: contact_btn_p;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .home .section1 .arrow_home {
    display: block;
  }
  .home .section2_pc .img-list .img-track .img-item .img {
    height: 50%;
  }
  .home .section2_pc .intro-list .intro-item ul {
    padding-top: 35px;
  }
}

@-webkit-keyframes contact_btn {
  0% {
    width: 0;
  }
  60% {
    width: 420px;
  }
  85% {
    width: 280px;
  }
  90% {
    width: 360px;
  }
  98% {
    width: 348px;
  }
  100% {
    width: 350px;
  }
}

@keyframes contact_btn {
  0% {
    width: 0;
  }
  60% {
    width: 420px;
  }
  85% {
    width: 280px;
  }
  90% {
    width: 360px;
  }
  98% {
    width: 348px;
  }
  100% {
    width: 350px;
  }
}

@-webkit-keyframes contact_btn_close {
  0% {
    width: 350px;
    height: 110px;
  }
  100% {
    width: 150px;
    height: 40px;
  }
}

@keyframes contact_btn_close {
  0% {
    width: 350px;
    height: 110px;
  }
  100% {
    width: 150px;
    height: 40px;
  }
}

@-webkit-keyframes contact_btn_p {
  18% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes contact_btn_p {
  18% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes arrow_home {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    width: translateY(0px);
    opacity: 1;
  }
}

@keyframes arrow_home {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    width: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes background_roll {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 100%;
  }
}

@keyframes background_roll {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 100%;
  }
}

.background_about {
  background: url(../img/bg2.png) top;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-size: cover;
}

.arrow_home {
  display: none;
  position: fixed;
  z-index: 999;
  background: url(../img/icon_11.svg);
  width: 6px;
  background-size: cover;
  height: 120px;
  top: calc(100vh - 170px);
  right: 65px;
  cursor: pointer;
  -webkit-animation-name: arrow_home;
          animation-name: arrow_home;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.arrow_home.active {
  background: url(../img/icon_12.svg);
  background-size: cover;
}

.about {
  position: relative;
  padding-bottom: 90px;
}

.about .contact_btn {
  display: none;
  background: #BB3E4E;
  position: absolute;
  width: 350px;
  height: 110px;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.about .contact_btn .p_text {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}

.about h5 {
  font-family: 'Noto Serif TC', serif;
  font-size: 32px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.3px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  line-height: 150%;
}

.about p, .about span {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 250%;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.about p.linehight, .about span.linehight {
  line-height: 150%;
}

.about a {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.about .section_wrap {
  width: calc(100% - 30px*2);
  margin: 0 auto;
}

.about .abousAs {
  padding-top: 145px;
}

.about .abousAs p {
  padding-top: 55px;
}

.about .information {
  padding-top: 90px;
}

.about .information ul {
  padding-top: 50px;
}

.about .information ul li {
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about .information ul li p {
  width: 35%;
}

.about .information ul li span {
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1%;
}

.about .certification {
  padding-top: 90px;
}

.about .certification ul {
  padding-top: 20px;
}

.about .certification ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

.about .certification ul li .icon_photo {
  width: 40%;
}

.about .certification ul li .icon_photo .icon {
  background: url(../img/1c.png);
  margin: 0 auto;
  width: 80%;
  padding-bottom: 59%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.about .certification ul li .tip {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about .certification ul li .tip a {
  color: #BB3E4E;
  font-weight: 800;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  padding-top: 35px;
  display: block;
}

.about .certification ul li .tip .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50%;
  background-color: black;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  line-height: 35px;
}

.about .certification ul li .tip .modal img {
  width: 100%;
}

.about .certification ul li .tip .modal .close {
  color: white;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 35px;
  font-weight: bold;
  width: auto;
  line-height: 35px;
}

.about .certification ul li .tip .modal .close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.about .company_certification {
  padding-top: 90px;
}

.about .company_certification h5 {
  font-size: 31px;
  letter-spacing: -1px;
}

.about .company_certification ul .list {
  padding-top: 60px;
}

.about .company_certification ul .list_3 ol li p {
  letter-spacing: 0px;
}

.about .company_certification ul .list ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 13px;
}

.about .company_certification ul .list ol li:nth-child(1) {
  padding-top: 0;
}

.about .company_certification ul .list ol li p {
  width: 40%;
}

.about .company_certification ul .list ol li p.bold {
  font-size: 20px;
  font-weight: 900;
}

.about .company_certification ul .list ol li p.bold.workBreak {
  word-break: break-all;
}

.about .company_certification ul .list ol li span {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
}

.about .company_certification ul .list ol li span a {
  color: #BB3E4E;
  font-size: 20px;
  cursor: pointer;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.about .company_certification ul .list ol li .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50%;
  background-color: black;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

.about .company_certification ul .list ol li .modal img {
  width: 100%;
}

.about .company_certification ul .list ol li .modal .close {
  color: white;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 35px;
  font-weight: bold;
}

.about .company_certification ul .list ol li .modal .close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.about .award {
  padding: 110px 0 125px 0;
}

.about .award ul {
  padding-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .award ul li {
  width: 47%;
}

.about .award ul li p {
  font-size: 20px;
}

.about .award ul li .photo {
  padding-top: 20px;
  background: url(../img/5a.png);
  width: 0%;
  padding-bottom: 132%;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .about .contact_btn {
    display: none;
  }
  .about .contact_btn.hide {
    -webkit-transition: 1.2s;
    transition: 1.2s;
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    position: fixed;
    z-index: 999;
    top: calc(100vh - 90px);
    -webkit-animation-name: contact_btn_close;
            animation-name: contact_btn_close;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .about .contact_btn.hide .p_text {
    font-size: 15px;
  }
  .about h5 {
    font-size: 54px;
  }
  .about p, .about span, .about a {
    font-size: 17px;
  }
  .about .section_wrap {
    width: calc(100% - 50px*2);
  }
  .about .certification ul li {
    padding-top: 30px;
  }
  .about .certification ul li p {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
  }
  .about .certification ul li .tip p {
    border: none;
    padding-bottom: 0;
  }
  .about .certification ul li .icon_photo .icon {
    max-width: 135px;
    height: 99px;
    padding-bottom: 0;
  }
  .about .company_certification ul .list ol li p.bold {
    font-size: 25px;
  }
  .about .company_certification ul .list ol li span a {
    font-size: 25px;
  }
  .about .award ul {
    width: 70%;
  }
  .about .award ul li .photo {
    width: 0%;
    padding-bottom: 134%;
  }
}

@media (min-width: 1200px) {
  .background_about {
    background-size: cover;
  }
  .arrow_home {
    display: block;
  }
  .about {
    height: 100vh;
    padding-top: 200px;
  }
  .about .contact_btn {
    display: block;
    left: 0;
    top: 65%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-animation-name: contact_btn;
            animation-name: contact_btn;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .about .contact_btn .p_text {
    opacity: 0;
    -webkit-animation-name: contact_btn_p;
            animation-name: contact_btn_p;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .about p.width {
    width: 535px;
  }
  .about .abousAs {
    padding-top: 0;
  }
  .about .wrap {
    max-width: 1200px;
    margin: 0 auto;
    height: 520px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .about .wrap .information, .about .wrap .certification, .about .wrap .company_certification, .about .wrap .award {
    padding-top: 50px;
    padding-bottom: 10%;
  }
  .about .wrap .information.information, .about .wrap .certification.information, .about .wrap .company_certification.information, .about .wrap .award.information {
    padding-top: 90px;
  }
  .about .wrap .information.award, .about .wrap .certification.award, .about .wrap .company_certification.award, .about .wrap .award.award {
    padding-bottom: 2%;
  }
  .about .wrap .information.certification ul li .tip, .about .wrap .certification.certification ul li .tip, .about .wrap .company_certification.certification ul li .tip, .about .wrap .award.certification ul li .tip {
    width: 70%;
  }
  .about .wrap .information.certification ul li .icon_photo, .about .wrap .certification.certification ul li .icon_photo, .about .wrap .company_certification.certification ul li .icon_photo, .about .wrap .award.certification ul li .icon_photo {
    width: 30%;
  }
  .about .wrap .information.company_certification ul li .tip .modal, .about .wrap .certification.company_certification ul li .tip .modal, .about .wrap .company_certification.company_certification ul li .tip .modal, .about .wrap .award.company_certification ul li .tip .modal {
    width: 50%;
  }
  .about .wrap .information .abousAs, .about .wrap .certification .abousAs, .about .wrap .company_certification .abousAs, .about .wrap .award .abousAs {
    padding-top: 55px;
  }
  .about .award ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about .award ul li {
    width: 213px;
    margin-right: 40px;
  }
  .about .award ul li .photo {
    width: 0%;
    height: 300px;
    padding: 0;
  }
}

@keyframes arrow_home {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    width: translateY(0px);
    opacity: 1;
  }
}

@keyframes contact_btn {
  0% {
    width: 0;
  }
  60% {
    width: 420px;
  }
  85% {
    width: 280px;
  }
  90% {
    width: 360px;
  }
  98% {
    width: 348px;
  }
  100% {
    width: 350px;
  }
}

@keyframes contact_btn_close {
  0% {
    width: 350px;
    height: 110px;
  }
  100% {
    width: 150px;
    height: 40px;
  }
}

@keyframes contact_btn_p {
  18% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.product {
  margin-top: 90px;
  padding: 0 50px;
  color: #333;
  background-color: #f5f5f5;
}

.product a, .product a:active, .product a:visited {
  color: #333;
}

.product a:hover, .product a:focus {
  color: #bb3e4e;
}

.product h5 {
  font-family: 'Noto Serif TC', serif;
  padding-top: 30px;
  font-size: 39px;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 900;
}

@media (min-width: 768px) {
  .product {
    padding: 0 40px;
  }
  .product h5 {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 65px;
  }
}

@media (min-width: 1200px) {
  .product {
    margin-top: 110px;
    padding: 0 75px;
  }
  .product .wrap {
    max-width: calc(1200px - (75px * 2));
    margin: 0 auto;
  }
  .product h5 {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 45px;
    font-size: 48px;
  }
}

.product__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 100%;
  letter-spacing: 1px;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #333;
}

.product__category a {
  font-size: 15px;
}

.product__category li {
  margin: 20px 0;
  margin-right: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product__category li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .product__category {
    padding-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .product__category {
    padding-top: 16px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 27px;
  padding-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 150%;
  letter-spacing: 1px;
  font-size: 18px;
}

.product__list a {
  display: block;
  width: 100%;
  font-size: 18px;
}

.product__list li {
  width: 100%;
  margin-bottom: 48px;
}

.product__list .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: calc(229 / 332 * 100%);
  border-radius: 10px 10px 0 0;
}

.product__list .tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e7e7e7;
  border: 2px solid #e7e7e7;
}

.product__list .tip .pname {
  word-break: break-word;
  background-color: #fff;
  padding: 10px 13px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product__list .tip .button {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../img/icon_product_arrow.svg") no-repeat;
  background-size: 20px 14.61px;
  background-position: center center;
}

@media (min-width: 481px) {
  .product__list {
    font-size: 25px;
  }
  .product__list .tip .pname {
    padding: 16px 24px;
  }
  .product__list .tip .button {
    width: 86px;
  }
}

@media (min-width: 768px) {
  .product__list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product__list li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .product__list li {
    width: calc(100% / 3);
  }
}

.product_detail {
  margin-top: 90px;
  color: #333333;
}

.product_detail section {
  padding: 0 50px;
}

.product_detail section:nth-child(1) {
  background-color: #e7e7e7;
}

.product_detail section:nth-child(2) {
  background-color: #f5f5f5;
}

.product_detail h5 {
  font-family: 'Noto Serif TC', serif;
  padding-top: 30px;
  font-size: 39px;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 900;
}

@media (min-width: 768px) {
  .product_detail h5 {
    padding-top: 65px;
  }
}

@media (min-width: 1200px) {
  .product_detail {
    margin-top: 110px;
  }
  .product_detail section {
    padding: 0 165px;
  }
  .product_detail .wrap {
    max-width: calc(1200px - (165px * 2));
    margin: 0 auto;
  }
  .product_detail h5 {
    padding-top: 45px;
    font-size: 48px;
  }
}

.product_detail__info {
  padding-top: 20px;
  padding-bottom: 60px;
}

.product_detail__info .img {
  width: 100%;
  height: 0;
  padding-bottom: calc(368 / 481 * 100%);
  background-color: #fff;
  position: relative;
}

.product_detail__info .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}

.product_detail__info .info__pname {
  font-family: 'Noto Serif TC', serif;
  line-height: 150%;
  letter-spacing: 0px;
  font-weight: 900;
  font-size: 28px;
  padding-top: 10px;
}

.product_detail__info .info__list {
  font-family: 'Noto Sans TC', serif;
  line-height: 150%;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 17px;
}

.product_detail__info .info__list li {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_detail__info .info__list li span:first-child {
  width: 30%;
}

.product_detail__info .info__list li span:last-child {
  padding-left: 25px;
}

.product_detail__info .info__list span.light {
  font-weight: 300;
}

.product_detail__info .info__button {
  position: relative;
  margin-top: 40px;
  width: 100%;
  height: 62px;
  color: #212121;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-family: 'Noto Sans TC', serif;
  line-height: 100%;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  background-color: #d88f98;
}

.product_detail__info .info__button .back {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #d88f98;
  background: -webkit-gradient(left top, right top, color-stop(0%, #d88f98), color-stop(100%, #bb3e4e));
  background: -webkit-gradient(linear, left top, right top, from(#d88f98), to(#bb3e4e));
  background: linear-gradient(to right, #d88f98 0%, #bb3e4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88f98', endColorstr='#bb3e4e', GradientType=1 );
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

.product_detail__info .info__button .text {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.product_detail__info .info__button .text a {
  color: #212121;
  cursor: pointer;
}

.product_detail__info .info__button .text:hover + .back, .product_detail__info .info__button .text:focus + .back {
  left: 0;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

@media (min-width: 768px) {
  .product_detail__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .product_detail__info .img, .product_detail__info .info {
    width: 50%;
  }
  .product_detail__info .img {
    padding-bottom: calc(368 / 481 * 50%);
  }
  .product_detail__info .info {
    padding-left: 30px;
  }
  .product_detail__info .info__pname {
    padding-top: 0;
  }
  .product_detail__info .info__button {
    width: 277px;
  }
}

@media (min-width: 1200px) {
  .product_detail__info {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .product_detail__info .img {
    width: 55%;
  }
  .product_detail__info .info {
    width: 45%;
    padding-left: 40px;
  }
}

.product_detail__describe {
  padding-bottom: 50px;
}

.product_detail__describe .sub-title {
  font-family: 'Noto Serif TC', serif;
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 900;
}

.product_detail__describe .img {
  width: 100%;
}

.product_detail__describe p {
  font-size: 1.7rem;
  font-family: 'Noto Sans TC', serif;
  font-size: 17px;
  line-height: 170%;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 30px;
}

.product_detail__describe p.bold {
  font-weight: 700;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .product_detail__describe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 83px;
  }
  .product_detail__describe li {
    width: 47.5%;
  }
  .product_detail__describe li:nth-child(2) {
    width: 52.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
  }
  .product_detail__describe .sub-title {
    padding-top: 75px;
    padding-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .product_detail__describe {
    padding-bottom: 104px;
  }
  .product_detail__describe li:nth-child(1) {
    width: 51.5%;
  }
  .product_detail__describe li:nth-child(2) {
    width: 48.5%;
    padding-left: 72px;
  }
  .product_detail__describe .sub-title {
    padding-top: 85px;
    padding-bottom: 45px;
  }
}

.page-contact nav.transparent {
  opacity: 0;
  background-image: none;
}

.page-contact nav.transparent.scroll {
  background-color: #c5c5c5 !important;
}

.page-contact__main {
  opacity: 0;
  background: url("../img/contact.jpg") no-repeat center;
  background-position: top center;
  background-size: cover;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}

.page-contact__main .title-pad {
  display: none;
}

.page-contact__main .title-mobile {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #3e3a39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-contact__main .title-mobile:after {
  content: '';
  width: 36px;
  height: 2px;
  background: #d88f98;
  background: -webkit-gradient(left top, right top, color-stop(0%, #d88f98), color-stop(100%, #bb3e4e));
  background: -webkit-gradient(linear, left top, right top, from(#d88f98), to(#bb3e4e));
  background: linear-gradient(to right, #d88f98 0%, #bb3e4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88f98', endColorstr='#bb3e4e', GradientType=1 );
  display: block;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .page-contact__main {
    position: relative;
  }
  .page-contact__main .title-pad {
    position: fixed;
    margin: auto;
    left: auto;
    right: auto;
    top: 36px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #3e3a39;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10000;
  }
  .page-contact__main .title-pad:after {
    content: '';
    width: 36px;
    height: 2px;
    background: #d88f98;
    background: -webkit-gradient(left top, right top, color-stop(0%, #d88f98), color-stop(100%, #bb3e4e));
    background: -webkit-gradient(linear, left top, right top, from(#d88f98), to(#bb3e4e));
    background: linear-gradient(to right, #d88f98 0%, #bb3e4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88f98', endColorstr='#bb3e4e', GradientType=1 );
    display: block;
    margin-top: 6px;
  }
  .page-contact__main .title-mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  .page-contact__main {
    padding-top: 110px;
  }
  .page-contact__main .title-pad {
    display: none;
  }
}

.page-contact__form {
  opacity: 0;
  margin-top: 37px;
  margin-bottom: 70px;
  background-color: rgba(237, 239, 242, 0.85);
  border-radius: 5px;
  width: calc(100% - 50px);
  -moz-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 42px;
  color: #3e3a39;
}

.page-contact__form .right {
  padding-top: 57px;
  text-align: center;
}

.page-contact__form h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 190%;
  margin-bottom: 12px;
}

.page-contact__form p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 190%;
  word-break: break-word;
}

.page-contact__form .row {
  font-size: 15px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.page-contact__form .row--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-contact__form label {
  line-height: 21px;
  width: 43%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 15px;
}

.page-contact__form .row--important label:after {
  content: '*';
  color: #bb3e4e;
  margin-left: 5px;
}

.page-contact__form input, .page-contact__form textarea, .page-contact__form select {
  background-color: #c4c4c4;
  border: 1px solid #c4c4c4;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 0 12px;
  color: #3e3a39;
  line-height: 21px;
  min-height: 33px;
}

.page-contact__form select {
  cursor: pointer;
  background-image: url("../img/icon_select_arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 14px auto;
  padding-right: 38px;
}

.page-contact__form textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 105px;
}

.page-contact__form .send-button {
  position: relative;
  width: 100%;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d88f98;
  background: -webkit-gradient(left top, right top, color-stop(0%, #d88f98), color-stop(100%, #bb3e4e));
  background: -webkit-gradient(linear, left top, right top, from(#d88f98), to(#bb3e4e));
  background: linear-gradient(to right, #d88f98 0%, #bb3e4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88f98', endColorstr='#bb3e4e', GradientType=1 );
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  padding-left: 3px;
  margin-top: 30px;
}

.page-contact__form .send-button:hover, .page-contact__form .send-button:focus {
  background: #e6b6bc;
  background: -webkit-gradient(left top, right top, color-stop(0%, #e6b6bc), color-stop(100%, #d3818c));
  background: -webkit-gradient(linear, left top, right top, from(#e6b6bc), to(#d3818c));
  background: linear-gradient(to right, #e6b6bc 0%, #d3818c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b6bc', endColorstr='#d3818c', GradientType=1 );
}

.page-contact__form input.error, .page-contact__form textarea.error, .page-contact__form select.error {
  border: 1px solid #BB3E4E !important;
}

.page-contact__form .send-button .ui-loading-spinner {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.page-contact__form .send-button--loading span {
  display: none !important;
}

.page-contact__form .send-button--loading .ui-loading-spinner {
  display: block !important;
}

.page-contact__form .ui-loading-spinner,
.page-contact__form .ui-loading-spinner:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.page-contact__form .ui-loading-spinner {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .page-contact__form {
    margin-top: 20px;
    margin-bottom: 65px;
    width: calc(100% - 110px);
    max-width: 900px;
    padding: 25px 50px;
    padding-bottom: 50px;
  }
  .page-contact__form .right {
    padding-top: 42px;
  }
  .page-contact__form label {
    width: 38%;
  }
}

@media (min-width: 1200px) {
  .page-contact__form {
    margin-top: 105px;
    margin-bottom: 110px;
    padding: 28px 37px;
    padding-bottom: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contact__form .left {
    width: 450px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .page-contact__form .right {
    padding-top: 0;
    padding-left: 65px;
    text-align: left;
  }
  .page-contact__form h1 {
    line-height: 250%;
    margin-bottom: 0px;
  }
  .page-contact__form p {
    line-height: 250%;
    margin-bottom: 30px;
  }
  .page-contact__form .right p:last-child {
    margin-bottom: 0;
  }
}

footer {
  position: absolute;
  width: 100%;
}

footer .section1 {
  background: url(../img/5.png);
  background-size: cover;
  position: relative;
  height: 220px;
}

footer .section1 .logo {
  background: url(../img/logo2.svg);
  width: 175px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

footer .section2 {
  background: #E7E7E7;
}

footer .section2 .section_wrap {
  width: calc(100% - 25px*2);
  margin: 0 auto;
  padding-top: 40px;
}

footer .section2 .section_wrap ul {
  border-top: 1px solid #1B1B1B;
  border-bottom: 1px solid #1B1B1B;
  padding: 20px 0 110px 0;
}

footer .section2 .section_wrap ul .tip1 {
  color: #BB3E4E;
  font-size: 18px;
  font-weight: 600;
}

footer .section2 .section_wrap ul .tip1 .tip2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #BB3E4E;
}

footer .section2 .section_wrap ul .tip1 .tip2 p {
  line-height: 65px;
}

footer .section2 .section_wrap ul .tip1 .tip2 button {
  background: url(../img/icon_8.svg);
  width: 20px;
  height: 20px;
}

footer .section2 .section_wrap ul .tip1 .tip2 button.close {
  background: url(../img/icon_13.svg);
  width: 20px;
  height: 3px;
}

footer .section2 .section_wrap ul .tip1 ol {
  color: #4D4D4D;
  padding: 25px 0 45px 0;
}

footer .section2 .section_wrap ul .tip1 ol li {
  line-height: 50px;
}

footer .section2 .section_wrap ul .tip1 ol li a {
  color: #333333;
  font-size: 18px;
}

footer .section2_pc {
  display: none;
  background: #E7E7E7;
}

footer .section2_pc .section_wrap {
  width: calc(100% - 33px*2);
  margin: 0 auto;
  padding-top: 25px;
}

footer .section2_pc .section_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #1B1B1B;
  padding-bottom: 145px;
}

footer .section2_pc .section_wrap ul .tip1 {
  width: 23%;
  font-size: 12px;
  border-top: 1px solid #1B1B1B;
  padding-top: 15px;
  margin-top: 50px;
  margin: 0 1%;
}

footer .section2_pc .section_wrap ul .tip1 .tip2 {
  color: #BB3E4E;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

footer .section2_pc .section_wrap ul .tip1 .tip2 p {
  font-weight: 800;
  letter-spacing: 0.3px;
  white-space: nowrap;
  line-height: 25px;
}

footer .section2_pc .section_wrap ul .tip1 .tip2 span {
  line-height: 25px;
}

footer .section2_pc .section_wrap ul .tip1 .tip3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .section2_pc .section_wrap ul .tip1 .tip3 ol {
  font-weight: 600;
  width: 38%;
}

footer .section2_pc .section_wrap ul .tip1 .tip3 ol li {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  width: 100%;
}

footer .section2_pc .section_wrap ul .tip1 .tip3 ol li a {
  display: inline-block;
  letter-spacing: 1.5px;
  white-space: nowrap;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  cursor: pointer;
}

footer .section2_pc .section_wrap ul .tip1 .tip3 ol li a:hover {
  color: #BB3E4E;
}

footer .section3 {
  background: #E7E7E7;
}

footer .section3 .section_wrap {
  width: calc(100% - 25px*2);
  margin: 0 auto;
  padding: 35px 0 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .section3 .section_wrap .logo {
  width: 125px;
  height: 51px;
}

footer .section3 .section_wrap .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  width: 40%;
  max-width: 165px;
}

footer .section3 .section_wrap .information .tip_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

footer .section3 .section_wrap .information .tip_1 p {
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 150%;
}

footer .section3 .section_wrap .information .tip_1 p:nth-child(2) {
  padding: 0 13px;
}

footer .section3 .section_wrap .information .tip_2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}

footer .section3 .section_wrap .information .tip_2 .icon {
  background: url(../img/icon_2.svg);
  background-size: 300%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

footer .section3 .section_wrap .information .tip_2 .icon_skype {
  background-position: 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .section3 .section_wrap .information .tip_2 .icon_twitter {
  background-position: -30px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .section3 .section_wrap .information .tip_2 .icon_fb {
  background-position: -60px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .section3 .section_wrap .list {
  padding-top: 40px;
  text-align: center;
  font-size: 15px;
  color: #1A1A1A;
  font-weight: 500;
  letter-spacing: 1px;
}

footer .section3 .section_wrap .list p {
  line-height: 25px;
}

footer .section3 .section_wrap .list p span {
  line-height: 25px;
}

@media (min-width: 768px) {
  footer .section1 {
    height: 215px;
  }
  footer .section2 {
    display: none;
  }
  footer .section2_pc {
    display: block;
  }
  footer .section3 {
    height: 178px;
  }
  footer .section3 .section_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .section3 .section_wrap .logo {
    width: 100px;
    height: 41px;
  }
  footer .section3 .section_wrap .information {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .section3 .section_wrap .information .tip_1 p {
    font-size: 10.5px;
    padding: 0 8px;
    letter-spacing: 0.5px;
    font-weight: 800;
  }
  footer .section3 .section_wrap .information .tip_2 {
    padding-top: 15px;
    width: 80%;
  }
  footer .section3 .section_wrap .information .tip_2 .icon {
    width: 25px;
    height: 25px;
    padding-top: 0;
  }
  footer .section3 .section_wrap .information .tip_2 .icon_skype {
    background-position: 0 0;
  }
  footer .section3 .section_wrap .information .tip_2 .icon_twitter {
    background-position: -25px 0;
  }
  footer .section3 .section_wrap .information .tip_2 .icon_fb {
    background-position: -50px 0;
  }
  footer .section3 .section_wrap .list {
    font-size: 11px;
    padding-top: 0;
    text-align: left;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 1200px) {
  footer .section1 {
    height: 290px;
  }
  footer .section2_pc .section_wrap {
    width: calc(100% - 150px*2);
    padding-top: 25px;
  }
  footer .section2_pc .section_wrap ul {
    padding-bottom: 110px;
  }
  footer .section2_pc .section_wrap ul .tip1 {
    padding-bottom: 10px;
  }
  footer .section2_pc .section_wrap ul .tip1 .tip2 {
    font-size: 15px;
  }
  footer .section2_pc .section_wrap ul .tip1 .tip3 ol li p {
    font-size: 15px;
  }
  footer .section2_pc .section_wrap ul .tip1 .tip3 ol li a {
    font-size: 15px;
  }
  footer .section3 .section_wrap {
    width: calc(100% - 150px*2);
  }
  footer .section3 .section_wrap .information .tip_1 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .section3 .section_wrap .information .tip_1 p {
    color: #808080;
  }
  footer .section3 .section_wrap .information .tip_1 p:hover {
    color: #1A1A1A;
  }
  footer .section3 .section_wrap .information .tip_2 .icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer .section3 .section_wrap .information .tip_2 .icon:hover {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  footer .section3 .section_wrap .list {
    width: 50%;
  }
}
