﻿@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 16px
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #333;
  line-height: inherit;
  font-family: 'Poppins', '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  overflow-x: hidden;
  width: 100%;
  position: relative
}

* {
  -webkit-backface-visibility: hidden
}

img {
  max-width: 100%;
  border: 0;
  text-decoration: none;
  vertical-align: top
}

a {
  color: #333
}

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

input,
textarea,
select,
button {
  font-size: 1rem;
  font-weight: 400
}

textarea,
input {
  -webkit-appearance: none;
  border-radius: 0
}

input,
textarea,
select {
  box-shadow: none !important;
  border: none;
  font-size: 1rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}

input,
textarea,
select,
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none
}

input:not(input[type="button"]),
input:not(input[type="submit"]),
input:not(input[type="reset"]) {
  font-size: 16px !important
}

textarea {
  resize: vertical
}

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

p {
  line-height: inherit
}

label {
  font-weight: inherit
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
  opacity: 1
}

:-ms-input-placeholder {
  color: #888;
  font-size: 15px
}

:-moz-placeholder {
  color: #888;
  font-size: 15px
}

.hidden-ele {
  position: absolute;
  top: -1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  height: 0
}

.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-spacing: 0;
  border-collapse: initial
}

.reset input,
.reset label,
.reset select {
  vertical-align: middle
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none
}

.out-wrap {
  padding-top: 90px;
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9
}

.out-wrap:before {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2
}

.out-wrap.is-open:before {
  pointer-events: auto;
  opacity: 1
}

.p-wrap {
  margin: 0 auto;
  max-width: 1400px
}

.p-subject {
  text-align: center
}

.p-subject .tw {
  color: #333;
  font-size: 40px;
  line-height: 50px
}

.p-subject .en {
  color: #0285c9;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase
}

.p-banner {
  position: relative
}

.p-banner img {
  width: 100%
}

.p-banner .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -300px;
  z-index: 2;
  padding: 0 20px;
  width: 600px;
  height: 140px
}

.p-banner .cover .en {
  position: relative;
  font-size: 44px;
  color: #fff;
  line-height: 54px;
  text-align: center
}

.p-banner .cover .en:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -39px;
  width: 78px;
  height: 1px;
  background-color: #fff
}

.p-banner .cover .guide {
  padding-top: 55px;
  font-size: 0;
  text-align: center
}

.p-banner .cover .guide a,
.p-banner .cover .guide .gap {
  display: inline-block;
  margin: 0 1px;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  vertical-align: middle
}

.p-banner .cover .guide .gap {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px
}

.p-banner .cover .guide .gap:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  pointer-events: none;
  content: "";
  position: absolute;
  top: 2px;
  left: 9px;
  width: 1px;
  height: 14px;
  background-color: #fff
}

.p-banner .cover .guide .tw {
  font-size: 15px;
  color: #fff;
  line-height: 20px
}

.p-banner .img {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.p-content {
  padding: 90px 0;
  font-size: 0
}

.p-content .p-main {
  display: inline-block;
  padding: 0 0 0 70px;
  width: calc(100% - 240px);
  vertical-align: top;
  font-size: 1rem
}

.p-content .p-main .p-title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  border-bottom: 2px solid #0285c9;
  border-bottom: 2px solid #666
}

.p-content .p-main .p-title span {
  display: inline-block;
  position: relative;
  line-height: 50px
}

.p-content .p-main .p-title span:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0285c9
}

#aside {
  display: inline-block;
  width: 240px;
  vertical-align: top
}

#aside .subject {
  margin-bottom: 20px;
  font-size: 36px;
  height: 60px;
  line-height: 50px;
  border-bottom: 2px solid #0285c9
}

#aside .menu li {
  margin-bottom: 4px;
  position: relative;
}

#aside .menu li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 30px;
  font-size: 18px;
  background-color: #f3f3f3
}

#aside .menu li a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 17px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #ccc
}
#aside>.menu>li>a:before{
  display: none;
}
#aside .menu li a:hover {
  color: #fff;
  background-color: #0286c9
}

#aside .menu li a:hover:before {
  border-color: transparent transparent transparent #0286c9
}

#aside .menu li.current a {
  color: #fff;
  background-color: #0286c9
}

#aside .menu li.current a:before {
  border-color: transparent transparent transparent #fff
}
#aside .menu li .toggle{
  background: #f3f3f3;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aside .menu li .toggle:hover,#aside .menu li .toggle.active{
  background: #0286c9;
}
#aside .menu li .toggle:before{
  content: '';
  display: block;
  border-top: 6px solid #bdbdbd;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: .2s ease all;
}
#aside .menu li .toggle:hover:before, #aside .menu li .toggle.active:before{
  border-top-color: #fff;
}
#aside .menu li .toggle.active:before{
  transform: rotate(180deg);
}
#aside .menu .menu{
  padding: 10px 0 10px 10px;
}
#aside .menu .menu:not(.active){
  display: none;
}
#aside .menu .menu li a{
  background: #fff;
  border-left: 6px solid #0285c9;
  padding: 8px 20px;
}
#aside .menu .menu li a:hover{
  color: #0285c9
}
@media only screen and (max-width: 1480px) {
  .p-wrap {
    padding-left: 30px;
    padding-right: 30px
  }

  .p-subject .tw {
    font-size: 36px;
    line-height: 46px
  }

  .p-banner .cover .en {
    font-size: 36px;
    line-height: 46px
  }
}

@media only screen and (max-width: 1280px) {
  .p-subject .tw {
    font-size: 30px;
    line-height: 40px
  }

  .p-subject .en {
    font-size: 17px;
    line-height: 27px
  }

  .p-banner .cover {
    margin-top: -50px;
    height: 100px
  }

  .p-banner .cover .guide {
    padding-top: 30px
  }

  .p-banner .cover .en:before {
    bottom: -10px
  }

  .p-content .p-main {
    padding-left: 40px
  }

  .p-content .p-main .p-title {
    font-size: 30px
  }

  #aside .subject {
    font-size: 30px
  }
}

@media only screen and (max-width: 992px) {
  .p-subject .tw {
    font-size: 24px;
    line-height: 34px
  }

  .p-subject .en {
    font-size: 15px;
    line-height: 25px
  }

  .p-banner .cover {
    margin-top: -45px;
    height: 90px
  }

  .p-banner .cover .en {
    font-size: 26px;
    line-height: 36px
  }

  .p-content .p-main {
    width: calc(100% - 200px);
    padding-left: 30px
  }

  .p-content .p-main .p-title {
    font-size: 26px
  }

  #aside {
    width: 200px
  }

  #aside .subject {
    font-size: 26px
  }

  #aside .menu li a {
    font-size: 16px;
    line-height: 26px
  }

  #aside .menu li a:before {
    top: 20px
  }
  #aside .menu li .toggle{
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .out-wrap {
    padding-top: 52px
  }

  .p-wrap {
    padding-left: 20px;
    padding-right: 20px
  }

  .p-banner {
    height: 100px
  }

  .p-banner img {
    width: auto;
    height: 100px
  }

  .p-banner .cover {
    height: 72px;
    margin-top: -36px
  }

  .p-banner .cover .en {
    font-size: 22px
  }

  .p-banner .cover .en:before {
    bottom: -5px;
    width: 50px;
    margin-left: -25px
  }

  .p-banner .cover .guide {
    padding-top: 16px
  }

  #aside {
    display: block;
    width: 100%
  }

  #aside .subject {
    position: relative;
    margin-bottom: 0;
    padding: 10px 15px;
    height: auto;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background-color: #0285c9
  }

  #aside .subject:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 17px;
    right: 14px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  #aside .menu {
    display: none
  }

  .p-content .p-main {
    padding: 20px 0 0;
    width: 100%
  }

  .p-content .p-main .p-title {
    font-size: 22px;
    line-height: 32px;
    height: auto
  }

  .p-content .p-main .p-title span {
    line-height: 32px;
    height: auto;
    padding-bottom: 5px
  }

  .p-content .p-main .p-title span:before {
    height: 2px
  }
}

#nav-icon {
  display: none;
  display: none;
  position: relative;
  width: 70px;
  height: 90px;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.2)
}

#nav-icon span {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: block;
  position: absolute;
  left: 23px;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 3
}

#nav-icon span:nth-child(1) {
  top: 35px
}

#nav-icon span:nth-child(2) {
  top: 43px
}

#nav-icon span:nth-child(3) {
  top: 51px
}

#nav-icon.is-open span:nth-child(1) {
  opacity: 0
}

#nav-icon.is-open span:nth-child(2),
#nav-icon.is-open span:nth-child(3) {
  top: 43px
}

#nav-icon.is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

#nav-icon.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#nav-icon:hover {
  background-color: rgba(255, 255, 255, 0.2)
}

@media only screen and (max-width: 1366px) {
  #nav-icon {
    display: inline-block
  }
}

@media only screen and (max-width: 992px) {
  #nav-icon {
    border-left: none
  }
}

@media only screen and (max-width: 767px) {
  #nav-icon {
    width: 50px;
    height: 52px
  }

  #nav-icon span {
    left: 14px
  }

  #nav-icon span:nth-child(1) {
    top: 18px
  }

  #nav-icon span:nth-child(2) {
    top: 25px
  }

  #nav-icon span:nth-child(3) {
    top: 32px
  }

  #nav-icon.is-open span:nth-child(2),
  #nav-icon.is-open span:nth-child(3) {
    top: 25px
  }
}

.p-paginate {
  position: relative;
  padding: 30px 0 0;
  font-size: 0;
  text-align: center
}

.p-paginate .num {
  display: inline-block;
  vertical-align: middle
}

.p-paginate .num a:first-child:before {
  display: none
}

.p-paginate a {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
  display: inline-block;
  margin: 0 3px;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 35px;
  vertical-align: middle;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.p-paginate a:hover {
  color: #555;
  border-color: #0285c9
}

.p-paginate a.current {
  color: #fff;
  background-color: #0285c9;
  border-color: #0285c9
}

.p-paginate a.control {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
  margin: 0 15px;
  font-size: 0;
  border: none
}

.p-paginate a.control:before {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 13px;
  height: 13px;
  top: 12px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: auto;
  background-color: transparent
}

.p-paginate a.control.prev:before {
  right: auto;
  left: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.p-paginate a.control.next:before {
  right: 14px;
  left: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-paginate a.control:hover {
  background-color: #0285c9
}

.p-paginate a.control:hover:before {
  border-color: #fff
}

.p-paginate a.control.disable {
  pointer-events: none;
  opacity: 0.2;
  cursor: default
}

@media only screen and (max-width: 1280px) {
  .p-paginate {
    padding: 20px 0
  }
}

@media only screen and (max-width: 767px) {
  .p-paginate {
    padding: 20px 0 40px
  }

  .p-paginate a.control {
    position: absolute;
    bottom: 0;
    margin: 0
  }

  .p-paginate a.control.prev {
    left: calc(50% - 40px)
  }

  .p-paginate a.control.next {
    right: calc(50% - 40px)
  }
}

.btn-box {
  font-size: 0
}

.btn-box .btn-style {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-block;
  width: 220px;
  height: 50px;
  color: #fff;
  font-size: 15px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent
}

.btn-box .btn-style span {
  position: relative;
  display: inline-block;
  padding-right: 60px
}

.btn-box .btn-style span:before,
.btn-box .btn-style span:after {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #fff
}

.btn-box .btn-style span:before {
  top: 50%;
  width: 40px
}

.btn-box .btn-style span:after {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  top: 50%;
  margin-top: -3px;
  width: 12px
}

.btn-box .btn-style.blue {
  background-color: #0285c9;
  border-color: #0285c9
}

.btn-box .btn-style.white {
  color: #0285c9;
  background-color: #fff;
  border-color: #fff
}

.btn-box .btn-style.white span:before,
.btn-box .btn-style.white span:after {
  background-color: #0285c9
}

.btn-box .btn-style.white-border {
  color: #fff;
  background-color: transparent;
  border-color: #fff
}

.btn-box .btn-style.white-border span:before,
.btn-box .btn-style.white-border span:after {
  background-color: #fff
}

.btn-box .btn-style:hover {
  color: #fff;
  background-color: #333;
  border-color: #333
}

.btn-box .btn-style:hover span:before,
.btn-box .btn-style:hover span:after {
  background-color: #333;
  background-color: #fff
}

@media only screen and (max-width: 992px) {
  .btn-box .btn-style {
    width: 180px;
    height: 40px;
    line-height: 38px
  }
}

.msg-wrap {
  margin: 0 auto;
  max-width: 600px;
  padding: 50px 30px;
  text-align: center
}

.msg-wrap .msg-icon {
  margin: 0 auto;
  padding-top: 10px;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.msg-wrap .msg-icon span {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.msg-wrap .msg-icon span:before,
.msg-wrap .msg-icon span:after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  background-color: #fff
}

.msg-wrap .msg-title {
  position: relative;
  padding: 30px 0 60px;
  margin-bottom: 30px;
  color: #f08200;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Times New Roman'
}

.msg-wrap .msg-title:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 1px;
  height: 50px;
  z-index: 1
}

.msg-wrap .msg-text {
  font-size: 18px
}

.msg-wrap.primary .msg-icon {
  background-color: rgba(255, 255, 255, 0.5)
}

.msg-wrap.primary .msg-icon span {
  background-color: #f6c139
}

.msg-wrap.primary .msg-icon span:before {
  top: 16px;
  margin-left: -2px;
  width: 4px;
  height: 45px
}

.msg-wrap.primary .msg-icon span:after {
  top: 67px;
  margin-left: -2px;
  width: 4px;
  height: 5px
}

.msg-wrap.primary .msg-title {
  color: #f6c139
}

.msg-wrap.primary .msg-title:before {
  background-color: #f6c139
}

.msg-wrap.error .msg-icon {
  background-color: rgba(255, 255, 255, 0.5)
}

.msg-wrap.error .msg-icon span {
  background-color: #fc7373
}

.msg-wrap.error .msg-icon span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  left: 43px;
  width: 3px;
  height: 50px
}

.msg-wrap.error .msg-icon span:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 20px;
  left: 43px;
  width: 3px;
  height: 50px
}

.msg-wrap.error .msg-title {
  color: #fc7373
}

.msg-wrap.error .msg-title:before {
  background-color: #fc7373
}

.msg-wrap.success .msg-icon {
  background-color: rgba(255, 255, 255, 0.5)
}

.msg-wrap.success .msg-icon span {
  background-color: #63cc50
}

.msg-wrap.success .msg-icon span:before {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  top: 21px;
  left: 52px;
  width: 3px;
  height: 50px
}

.msg-wrap.success .msg-icon span:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 46px;
  left: 30px;
  width: 3px;
  height: 22px
}

.msg-wrap.success .msg-title {
  color: #63cc50
}

.msg-wrap.success .msg-title:before {
  background-color: #63cc50
}

@media only screen and (max-width: 767px) {
  .msg-wrap {
    padding: 30px
  }

  .msg-wrap .msg-title {
    padding: 15px 0 55px;
    font-size: 28px;
    line-height: 38px
  }
}

.group-wrap {
  font-size: 0;
  position: relative;
  left: -20px;
  width: calc(100% + 40px)
}

.group-wrap .group-full {
  display: block;
  padding: 0 20px;
  width: 100%;
  vertical-align: top
}

.group-wrap .group-half {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 20px
}

.group-wrap .group-box {
  padding: 7px 0
}

.group-wrap .group-box .group-title {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  vertical-align: top;
  font-size: 18px;
  line-height: 52px;
  width: 120px
}

.group-wrap .group-box .group-main {
  display: inline-block;
  width: calc(100% - 120px);
  vertical-align: top
}

.group-wrap .group-box .group-main a {
  font-size: 17px;
  line-height: 52px;
  color: #e37664;
  text-decoration: underline
}

.group-wrap .group-box .group-input {
  padding: 0 15px;
  width: 100%;
  color: #222;
  font-size: 18px;
  border: 1px solid #dcdcdc;
  background-color: #f9f9f9;
  line-height: 50px
}

.group-wrap .group-box .group-textarea {
  padding: 5px 15px;
  width: 100%;
  height: 180px;
  color: #222;
  font-size: 18px;
  vertical-align: top;
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  line-height: 34px
}

.group-wrap .group-box.import .group-title:after {
  position: absolute;
  top: 5px;
  left: 75px;
  pointer-events: none;
  content: "*";
  font-size: 22px;
  color: #e37664
}

.group-wrap .group-select {
  position: relative;
  padding: 0;
  width: 100%;
  height: 52px;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
  color: #222;
  font-size: 18px;
  background-color: #f9f9f9;
  border: 1px solid #e2e2e2
}

.group-wrap .group-select select {
  padding: 0 35px 0 15px;
  width: 100%;
  height: 52px;
  color: #333;
  font-size: 18px;
  line-height: 52px;
  background-color: transparent;
  border: none;
  outline: none;
  -o-text-overflow: '';
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}

.group-wrap .group-select select option {
  color: #666;
  text-shadow: none
}

.group-wrap .group-select select::-ms-expand {
  display: none
}

.group-wrap .group-select:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #434343 transparent transparent transparent
}

.group-label {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  vertical-align: top;
  background-color: #d7dbdf;
  width: 170px;
  height: 42px;
  -webkit-border-radius: 21px;
  border-radius: 21px
}

.group-label input[type="checkbox"] {
  display: none
}

.group-label input ~ span {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.group-label input ~ span:before,
.group-label input ~ span:after {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  pointer-events: none;
  content: "";
  position: absolute
}

.group-label input ~ span:before {
  z-index: 1
}

.group-label input:checked ~ strong {
  color: #222
}

.group-label input[type="checkbox"] ~ span:before {
  opacity: 0;
  top: 11px;
  left: 25px;
  width: 12px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff
}

.group-label input[type="checkbox"] ~ span:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7dbdf;
  -webkit-border-radius: 21px;
  border-radius: 21px
}

.group-label input[type="checkbox"] ~ strong {
  padding: 0 10px
}

.group-label input[type="checkbox"]:checked + span:before {
  opacity: 1;
  top: 15px
}

.group-label input[type="checkbox"]:checked + span:after {
  background-color: #1c74b3
}

.group-label input[type="checkbox"]:checked ~ strong {
  padding-left: 15px;
  color: #fff
}

.group-label span,
.group-label strong {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle
}

.group-label strong {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
  padding: 0 10px;
  color: #222;
  line-height: 43px;
  vertical-align: middle;
  z-index: 1
}

@media only screen and (max-width: 767px) {
  .group-wrap {
    left: 0;
    width: 100%
  }

  .group-wrap .group-half,
  .group-wrap .group-full {
    display: block;
    padding: 0;
    width: 100%;
    padding: 0
  }

  .group-wrap .group-box {
    padding: 3px 0
  }

  .group-wrap .group-box .group-title,
  .group-wrap .group-box .group-main {
    display: block;
    width: 100%
  }

  .group-wrap .group-box .group-title {
    line-height: 34px;
    font-size: 16px
  }

  .group-wrap .group-box .group-input {
    height: 40px
  }

  .group-wrap .group-box .group-textarea {
    height: 100px
  }

  .group-wrap .group-select {
    height: 40px;
    font-size: 16px
  }

  .group-wrap .group-select select {
    height: 40px;
    font-size: 16px;
    line-height: 40px
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-size: 0;
  background: #fff url("../images/header_bg.png") 370px top no-repeat
}

#header h1.logo {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 0 0 25px;
  width: 370px;
  height: 90px;
  vertical-align: middle;
  background-color: #fff
}

#header h1.logo:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 90px 0;
  border-color: transparent #0285c9 transparent transparent
}

#header h1.logo a {
  display: block;
  width: 270px;
  height: 70px;
  font-size: 0;
  background: url("../images/logo.png");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#header .sub-nav {
  display: inline-block;
  width: 280px;
  vertical-align: middle
}

#header .sub-nav li {
  display: inline-block;
  vertical-align: top
}

#header .sub-nav li a {
  -webkit-transition: background .4s ease-in-out;
  -moz-transition: background .4s ease-in-out;
  -ms-transition: background .4s ease-in-out;
  -o-transition: background .4s ease-in-out;
  transition: background .4s ease-in-out;
  display: block;
  position: relative;
  width: 70px;
  height: 90px;
  border-left: 1px solid rgba(255, 255, 255, 0.2)
}

#header .sub-nav li a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  background: url("../images/icon.png") no-repeat;
  -webkit-background-size: auto 40px;
  -o-background-size: auto 40px;
  background-size: auto 40px
}

#header .sub-nav li a.icon-fb:before {
  background-position: 0 0
}

#header .sub-nav li a.icon-line:before {
  background-position: -40px 0
}

#header .sub-nav li a.icon-inquiry:before {
  background-position: -80px 0
}

#header .sub-nav li a.icon-search:before {
  background-position: -120px 0
}

#header .sub-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.2)
}

#header .sub-nav li a span.num {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #d54747
}

#header .search-wrap {
  -webkit-transition: top .4s ease-in-out;
  -moz-transition: top .4s ease-in-out;
  -ms-transition: top .4s ease-in-out;
  -o-transition: top .4s ease-in-out;
  transition: top .4s ease-in-out;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: -90px;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  font-size: 0;
  background-color: #444
}

#header .search-wrap input {
  display: inline-block;
  padding-left: 30px;
  width: calc(100% - 90px);
  height: 90px;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  background-color: #444;
  border: none
}

#header .search-wrap input::-webkit-input-placeholder {
  color: #fff;
  font-size: 20px
}

#header .search-wrap input::-moz-placeholder {
  color: #fff;
  font-size: 20px
}

#header .search-wrap input:-ms-input-placeholder {
  color: #fff;
  font-size: 20px
}

#header .search-wrap input:-moz-placeholder {
  color: #fff;
  font-size: 20px
}

#header .search-wrap button {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  border: none;
  background-color: #0285c9;
  -webkit-transition: background .4s ease-in-out;
  -moz-transition: background .4s ease-in-out;
  -ms-transition: background .4s ease-in-out;
  -o-transition: background .4s ease-in-out;
  transition: background .4s ease-in-out;
  cursor: pointer
}

#header .search-wrap button:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  background: url("../images/icon.png") -120px 0 no-repeat;
  -webkit-background-size: auto 40px;
  -o-background-size: auto 40px;
  background-size: auto 40px
}

#header .search-wrap button:hover {
  background-color: #111
}

#header .search-wrap.is-open {
  pointer-events: auto;
  opacity: 1;
  top: 0
}

#nav {
  display: inline-block;
  width: calc(100% - 370px - 280px);
  vertical-align: middle;
  text-align: right;
  padding-right: 10px
}

#nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  position: relative
}

#nav li:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3)
}

#nav li a {
  position: relative;
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 17px;
  line-height: 90px
}

#nav li a:before {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #afdbef
}

#nav li.current a,
#nav li:hover a {
  color: #afdbef
}

#nav li.current a:before,
#nav li:hover a:before {
  opacity: 1;
  width: 100%;
  left: 0
}

#nav li:first-child:before {
  display: none
}

#nav:hover li.current a {
  color: #fff
}

#nav:hover li.current a:before {
  left: 50%;
  width: 0
}

#nav:hover li.current:hover a {
  color: #afdbef
}

#nav:hover li.current:hover a:before {
  opacity: 1;
  width: 100%;
  left: 0
}

@media only screen and (max-width: 1480px) {
  #nav li {
    padding: 0 8px
  }
}

@media only screen and (max-width: 1366px) {
  #header .sub-nav {
    width: calc(100% - 370px - 70px);
    text-align: right
  }

  #header.is-open #nav {
    right: 0
  }

  #nav {
    -webkit-transition: right .4s ease-in-out;
    -moz-transition: right .4s ease-in-out;
    -ms-transition: right .4s ease-in-out;
    -o-transition: right .4s ease-in-out;
    transition: right .4s ease-in-out;
    display: block;
    padding: 0;
    position: absolute;
    z-index: 98;
    top: 90px;
    right: -280px;
    bottom: 0;
    width: 280px;
    height: calc(100vh - 90px);
    background-color: rgba(255, 255, 255, 0.9);
    overflow: auto
  }

  #nav li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(50, 50, 50, 0.1)
  }

  #nav li a {
    padding: 0;
    color: #333;
    text-align: center;
    line-height: 70px
  }

  #nav li a:before {
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0285C9
  }

  #nav li.current a {
    color: #0285C9
  }

  #nav li.current a:before {
    left: 0;
    width: 10px
  }

  #nav li:hover a {
    color: #0285C9
  }

  #nav li:hover a:before {
    opacity: 0;
    width: 0
  }

  #nav:hover li.current a {
    color: #0285C9
  }

  #nav:hover li.current a:before {
    opacity: 1;
    left: 0;
    width: 10px
  }

  #nav:hover li.current:hover a {
    color: #0285C9
  }

  #nav:hover li.current:hover a:before {
    opacity: 1;
    left: 0;
    width: 10px
  }
}

@media only screen and (max-width: 992px) {
  #header .sub-nav li a {
    border-left: none
  }
}

@media only screen and (max-width: 767px) {
  #header {
    background: none;
    background: #0285c9
  }

  #header h1.logo {
    padding: 5px 0 0 10px;
    width: 200px;
    height: 52px;
    background: #fff
  }

  #header h1.logo a {
    width: 162px;
    height: 42px
  }

  #header h1.logo:before {
    border-width: 0 20px 52px 0
  }

  #header .sub-nav {
    width: calc(100% - 200px - 50px)
  }

  #header .sub-nav li a {
    width: 50px;
    height: 52px
  }

  #header .sub-nav li a span.num {
    top: 5px;
    right: 2px
  }

  #header .sub-nav li:nth-child(1),
  #header .sub-nav li:nth-child(2) {
    display: none
  }

  #header .search-wrap {
    height: 52px
  }

  #header .search-wrap input {
    padding-left: 15px;
    width: calc(100% - 52px);
    height: 52px;
    font-size: 16px
  }

  #header .search-wrap input::-webkit-input-placeholder {
    font-size: 16px
  }

  #header .search-wrap input::-moz-placeholder {
    font-size: 16px
  }

  #header .search-wrap input:-ms-input-placeholder {
    font-size: 16px
  }

  #header .search-wrap input:-moz-placeholder {
    font-size: 16px
  }

  #header .search-wrap button {
    width: 52px;
    height: 52px
  }

  #nav {
    top: 52px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 52px);
    background-color: #fff
  }
}

.fixed-side {
  position: fixed;
  top: 50%;
  right: 0;
  width: 60px;
  z-index: 5
}

.fixed-side .btn-inquiry {
  padding: 65px 0 15px;
  width: 60px;
  background-color: #0285c9;
  display: block;
  text-align: center;
  color: #fff
}

.fixed-side .btn-inquiry:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: url("../images/icon.png") -80px 0 no-repeat;
  -webkit-background-size: auto 40px;
  -o-background-size: auto 40px;
  background-size: auto 40px
}

.fixed-side .btn-inquiry .txt {
  display: block;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  line-height: 58px;
  letter-spacing: 4px;
  font-size: 18px
}

.fixed-side .btn-inquiry .num {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #d54747
}

.fixed-side .btn-inquiry:hover {
  opacity: 0.95
}

.fixed-side .gotop {
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  pointer-events: none;
  opacity: 0;
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  padding-top: 25px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  background-color: #10a2d5
}

.fixed-side .gotop:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.fixed-side .gotop:hover {
  opacity: 0.95
}

.fixed-side .gotop.is-scroll {
  opacity: 1;
  pointer-events: auto
}

#footer {
  padding: 30px 0 25px;
  background-color: #fff
}

#footer a {
  color: #0285c9
}

#footer a:hover {
  text-decoration: underline
}

#footer .top-area {
  font-size: 0;
  padding: 0 30px 15px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee
}

#footer .top-area .item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 22%
}

#footer .top-area .item .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  background-color: #0486c9;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

#footer .top-area .item .txt {
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 18px;
  padding: 8px 10px 0 15px;
  line-height: 26px;
  color: #666;
  vertical-align: top;
  word-wrap: break-word
}

#footer .top-area .item.company {
  width: 34%
}

#footer .top-area .item.info {
  width: 66%
}

#footer .down-area {
  font-size: 0
}

#footer .down-area .menu {
  display: inline-block;
  width: calc(100% - 120px - 270px);
  vertical-align: middle
}

#footer .down-area .menu li {
  display: inline-block;
  padding: 0 30px;
  position: relative
}

#footer .down-area .menu li:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #555;
  opacity: 0.5
}

#footer .down-area .menu li a {
  color: #555;
  font-size: 17px;
  line-height: 40px
}

#footer .down-area .menu li a:hover {
  color: #0285c9
}

#footer .down-area .menu li:first-child:before {
  display: none
}

#footer .down-area .share {
  display: inline-block;
  width: 120px;
  vertical-align: middle;
  text-align: right;
  padding-right: 15px
}

#footer .down-area .share a {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

#footer .down-area .share a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  background: url("../images/icon.png") no-repeat;
  -webkit-background-size: auto 40px;
  -o-background-size: auto 40px;
  background-size: auto 40px;
  -moz-transform: scale(.78);
  -webkit-transform: scale(.78);
  -o-transform: scale(.78);
  -ms-transform: scale(.78);
  transform: scale(.78)
}

#footer .down-area .share a.icon-fb {
  background-color: #3b579d
}

#footer .down-area .share a.icon-fb:before {
  background-position: 0 0
}

#footer .down-area .share a.icon-line {
  background-color: #06b900
}

#footer .down-area .share a.icon-line:before {
  background-position: -40px 0
}

#footer .down-area .share a:hover {
  opacity: 0.8
}

#footer .down-area .copy {
  display: inline-block;
  width: 270px;
  vertical-align: middle;
  font-size: 14px;
  color: #777;
  line-height: 40px
}

@media only screen and (max-width: 1365px) {
  #footer .top-area {
    padding-left: 0;
    padding-right: 0
  }

  #footer .top-area .item {
    width: 25%
  }

  #footer .top-area .item.company {
    width: 50%
  }

  #footer .top-area .item.info {
    width: 100%
  }

  #footer .top-area .item.mail {
    width: 50%
  }

  #footer .down-area .menu {
    display: none
  }

  #footer .down-area .share {
    padding: 0;
    display: block;
    width: 100%;
    text-align: center
  }

  #footer .down-area .share a {
    margin: 0 4px
  }

  #footer .down-area .copy {
    padding: 0;
    width: 100%;
    text-align: center
  }
}

@media only screen and (max-width: 992px) {
  #footer {
    padding-bottom: 15px
  }

  #footer .top-area {
    margin-bottom: 20px
  }

  #footer .top-area .item {
    margin-bottom: 10px;
    width: 50%
  }

  #footer .top-area .item.company {
    width: 100%
  }

  #footer .top-area .item.info {
    width: 100%
  }

  #footer .top-area .item.mail {
    width: 50%
  }
}

@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 20px
  }

  #footer .top-area .item {
    margin-bottom: 5px;
    width: 100%
  }

  #footer .top-area .item .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px
  }

  #footer .top-area .item .txt {
    padding: 3px 0 0 10px;
    width: calc(100% - 30px)
  }

  #footer .top-area .item.company,
  #footer .top-area .item.info,
  #footer .top-area .item.mail {
    width: 100%
  }
}

#i-banner {
  line-height: 0
}

#i-banner img {
  width: 100%
}

#i-banner .mobile {
  display: none
}

#i-banner .item {
  position: relative;
  display: block
}

#i-banner .item .p-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  max-width: 1000px;
  left: 50%;
  width: 100%;
  height: 100%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: hidden
}

#i-banner .item .cover {
  position: relative;
  top: 50%;
  z-index: 2;
  width: 450px;
  line-height: 170%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

#i-banner .item .cover .title {
  position: relative;
  color: #0285c9;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 24px;
  overflow: hidden;
  max-height: 96px
}

#i-banner .item .cover .line {
  margin-bottom: 27px;
  width: 78px;
  height: 1px;
  background: #0285c9
}

#i-banner .item .cover .summary {
  display: block;
  max-height: 124px;
  overflow: hidden;
  color: #777;
  font-size: 18px;
  line-height: 30px
}

#i-banner .item .cover .btn-box {
  padding-top: 30px
}

#i-banner .item.align-right {
  direction: rtl
}

#i-banner .item.align-right .cover {
  direction: ltr
}

#i-banner .slick-dots {
  padding: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  text-align: center
}

#i-banner .slick-dots li {
  display: inline-block;
  padding: 0 3px
}

#i-banner .slick-dots li button {
  cursor: pointer;
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

#i-banner .slick-dots li.slick-active button {
  background-color: #0286c8
}

#i-banner .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
  width: 31px;
  height: 31px;
  font-size: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  border-right: 2px solid #0286c8;
  border-top: 2px solid #0286c8
}

#i-banner .slick-arrow.slick-prev {
  left: 30px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

#i-banner .slick-arrow.slick-next {
  right: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media only screen and (max-width: 1280px) {
  #i-banner .item .cover {
    padding-left: 40px;
    width: 390px
  }

  #i-banner .item .cover .title {
    font-size: 30px;
    line-height: 40px
  }

  #i-banner .item .cover .btn-box {
    padding-top: 10px
  }

  #i-banner .item.align-right .cover {
    padding: 0 40px 0 0
  }
}

@media only screen and (max-width: 992px) {
  #i-banner .item .cover {
    width: 320px
  }

  #i-banner .item .cover .title {
    font-size: 24px;
    line-height: 34px
  }

  #i-banner .item .cover .summary {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  #i-banner .desktop {
    display: none
  }

  #i-banner .mobile {
    display: block
  }

  #i-banner .item {
    padding: 0 0 60px;
    background-color: #fff
  }

  #i-banner .item.align-right {
    direction: ltr
  }

  #i-banner .item.align-right .cover {
    padding: 20px 20px 0
  }

  #i-banner .item .cover {
    padding: 20px 20px 0;
    width: 100%;
    top: 0;
    text-align: center;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  #i-banner .item .cover .title {
    margin-bottom: 15px
  }

  #i-banner .item .cover .line {
    margin: 0 auto 15px
  }

  #i-banner .item .cover .summary {
    display: block;
    text-align: center
  }

  #i-banner .item .cover .btn-box {
    padding-top: 30px
  }

  #i-banner .item .p-wrap {
    position: relative;
    left: 0;
    height: auto;
    padding: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  #i-banner .slick-dots {
    bottom: 25px
  }

  #i-banner .slick-dots li button {
    background-color: #ccc
  }
}

#i-product {
  font-size: 0;
  height: 780px;
  background-color: #f9f9f9
}

#i-product .left-area {
  position: relative;
  display: inline-block;
  width: 630px;
  height: 780px;
  text-align: right;
  vertical-align: middle;
  background: url("../images/i_product_bg.jpg") 0 0 fixed no-repeat
}

#i-product .left-area:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/i_product_cover.png");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%
}

#i-product .left-area .main {
  display: inline-block;
  padding: 130px 100px 0 0;
  text-align: left
}

#i-product .left-area .main .p-subject {
  position: relative;
  text-align: left
}

#i-product .left-area .main .p-subject:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 23px;
  right: -100px;
  width: 125px;
  height: 1px;
  background-color: #fff
}

#i-product .left-area .main .p-subject .tw,
#i-product .left-area .main .p-subject .en {
  color: #fff
}

#i-product .left-area .main .btn-box {
  margin-top: 30px
}

#i-product .right-area {
  display: inline-block;
  width: calc(100% - 630px);
  vertical-align: middle;
  padding-left: 50px
}

#i-product .right-area .product-list {
  padding-top: 30px;
  max-width: 1000px
}

#i-product .right-area .product-list .item {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-block;
  position: relative;
  margin: 0 30px 30px 0;
  max-width: 282px;
  width: calc(33.33% - 30px);
  overflow: hidden;
  border: 1px solid #e8e8e8
}

#i-product .right-area .product-list .item img {
  width: 100%
}

#i-product .right-area .product-list .item span {
  display: block
}

#i-product .right-area .product-list .item .title {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  bottom: -55px;
  position: absolute;
  left: 0;
  height: 55px;
  padding: 0 15px;
  line-height: 55px;
  overflow: hidden;
  width: 100%;
  font-size: 15px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center
}

#i-product .right-area .product-list .item:hover {
  border-color: #0285c9
}

#i-product .right-area .product-list .item:hover .title {
  opacity: 1;
  bottom: 0;
  background-color: rgba(2, 133, 201, 0.9)
}

@media only screen and (max-width: 1700px) {
  #i-product .left-area {
    width: 500px
  }

  #i-product .right-area {
    width: calc(100% - 500px)
  }
}

@media only screen and (max-width: 1580px) {
  #i-product .left-area {
    width: 400px
  }

  #i-product .right-area {
    width: calc(100% - 400px)
  }
}

@media only screen and (max-width: 1366px) {
  #i-product {
    position: relative;
    height: auto;
    padding-bottom: 130px
  }

  #i-product .left-area {
    position: initial;
    display: block;
    width: 100%;
    height: auto;
    background: none
  }

  #i-product .left-area .main {
    display: block;
    padding: 60px 0 0
  }

  #i-product .left-area .main .p-subject {
    text-align: center
  }

  #i-product .left-area .main .p-subject:before {
    display: none
  }

  #i-product .left-area .main .p-subject .tw {
    color: #333
  }

  #i-product .left-area .main .p-subject .en {
    color: #0285c9
  }

  #i-product .left-area .main .btn-box {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center
  }

  #i-product .left-area .main .btn-box .btn-style.white {
    color: #fff;
    background-color: #0285c9;
    border-color: #0285c9
  }

  #i-product .left-area .main .btn-box .btn-style.white span:before,
  #i-product .left-area .main .btn-box .btn-style.white span:after {
    background-color: #fff
  }

  #i-product .left-area .main .btn-box .btn-style:hover {
    color: #fff;
    background-color: #333;
    border-color: #333
  }

  #i-product .left-area .main .btn-box .btn-style:hover span:before,
  #i-product .left-area .main .btn-box .btn-style:hover span:after {
    background-color: #333;
    background-color: #fff
  }

  #i-product .left-area:before {
    display: none
  }

  #i-product .right-area {
    padding: 20px 0 0;
    width: 100%
  }

  #i-product .right-area .product-list {
    margin: 0 auto;
    text-align: center
  }

  #i-product .right-area .product-list .item {
    margin: 0 15px 30px
  }
}

@media only screen and (max-width: 1280px) {
  #i-product .right-area .product-list .item .title {
    position: relative;
    bottom: 0;
    opacity: 1;
    color: #333;
    background-color: #ddd
  }
}

@media only screen and (max-width: 992px) {
  #i-product {
    padding: 30px 0 100px
  }

  #i-product .left-area .main {
    padding: 0
  }

  #i-product .left-area .main .btn-box {
    bottom: 40px
  }

  #i-product .right-area .product-list {
    padding: 10px 30px 4px
  }

  #i-product .right-area .product-list .item {
    margin: 0 8px 16px;
    width: calc(33.33% - 16px)
  }
}

@media only screen and (max-width: 767px) {
  #i-product .right-area .product-list {
    padding: 10px 12px 4px
  }

  #i-product .right-area .product-list .item {
    margin: 0 8px 16px;
    width: calc(50% - 16px)
  }
}

.category-0 .top .category {
  background-color: #0285c9
}

.category-1 .top .category {
  background-color: #81c64a
}

.category-2 .top .category {
  background-color: #e86060
}

.category-3 .top .category {
  background-color: #ecf00b
}

.category-4 .top .category {
  background-color: #9c6aec
}

#i-news {
  padding: 100px 0;
  background-color: #fff
}

#i-news .btn-box {
  padding-top: 50px;
  text-align: center
}

#news {
  padding: 80px 0
}

#news .news-list .item {
  margin-bottom: 50px
}

.news-list {
  padding-top: 50px;
  font-size: 0;
  position: relative;
  left: -28px;
  width: calc(100% + 56px)
}

.news-list .item {
  display: inline-block;
  margin: 0 28px;
  width: calc(33.33% - 56px);
  vertical-align: top
}

.news-list .item .img {
  display: block;
  overflow: hidden
}

.news-list .item .img img {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 100%
}

.news-list .item .main {
  padding: 20px 0;
  height: 230px;
  overflow: hidden
}

.news-list .item .main .top {
  margin-bottom: 15px
}

.news-list .item .main .top .category {
  display: inline-block;
  width: 95px;
  color: #fff;
  font-size: 16px;
  height: 34px;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
  vertical-align: middle
}

.news-list .item .main .top .date {
  display: inline-block;
  width: calc(100% - 95px);
  padding-left: 15px;
  font-size: 16px;
  color: #0285c9;
  vertical-align: middle
}

.news-list .item .main .title {
  margin-bottom: 10px
}

.news-list .item .main .title a {
  display: -webkit-box;
  max-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  line-height: 30px
}

.news-list .item .main .summary {
  color: #888;
  font-size: 16px;
  line-height: 30px
}

.news-list .item:hover .img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.news-list .item:hover .title a:hover {
  color: #0285c9
}

@media only screen and (max-width: 1480px) {
  #news {
    padding: 60px 0
  }
}

@media only screen and (max-width: 1366px) {
  #i-news {
    padding: 60px 0
  }

  #i-news .news-list {
    left: 0;
    width: 100%
  }
}

@media only screen and (max-width: 1280px) {
  .news-list .item .main {
    padding: 10px 0;
    height: 190px
  }

  .news-list .item .main .title {
    margin-bottom: 5px
  }

  .news-list .item .main .title a {
    font-size: 16px;
    line-height: 26px
  }

  .news-list .item .main .summary {
    font-size: 15px;
    line-height: 25px
  }

  #i-news .news-list .item {
    margin: 0 15px 30px;
    width: calc(33.33% - 30px)
  }

  #i-news .news-list .item .main {
    height: 193px
  }

  #i-news .news-list .item .main .title a {
    font-size: 18px;
    line-height: 28px
  }

  #i-news .news-list .item .main .summary {
    line-height: 28px
  }

  #i-news .btn-box {
    padding-top: 20px
  }

  #news {
    padding: 40px 0 20px
  }

  #news .news-list {
    padding-top: 30px;
    left: -10px;
    width: calc(100% + 20px)
  }

  #news .news-list .item {
    margin: 0 10px 30px;
    width: calc(33.33% - 20px)
  }
}

@media only screen and (max-width: 992px) {
  #i-news {
    padding: 30px 0 40px
  }

  #i-news .news-list {
    padding-top: 30px
  }

  #i-news .news-list .item {
    margin: 0 8px 16px;
    width: calc(33.33% - 16px)
  }

  #i-news .news-list .item .main {
    height: 185px
  }

  #i-news .news-list .item .main .summary {
    font-size: 14px;
    line-height: 26px
  }
}

@media only screen and (max-width: 767px) {
  .news-list .item .img {
    display: inline-block;
    width: 150px;
    vertical-align: top
  }

  .news-list .item .main {
    height: auto;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 150px);
    padding: 0 0 0 10px
  }

  .news-list .item .main .top {
    margin-bottom: 5px
  }

  .news-list .item .main .top .category {
    height: 28px;
    line-height: 29px;
    font-size: 14px;
    width: 78px
  }

  .news-list .item .main .top .date {
    padding-left: 8px
  }

  .news-list .item .main .title a {
    font-size: 18px;
    line-height: 28px
  }

  .news-list .item .main .summary {
    display: none
  }

  #i-news .news-list .item {
    display: block;
    margin: 0 0 20px;
    width: 100%
  }

  #i-news .news-list .item .main {
    padding-bottom: 0;
    height: auto
  }

  #i-news .news-list .item .main .title a {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    max-height: 100%;
    text-overflow: inherit;
    -webkit-line-clamp: inherit
  }

  #news .news-list {
    left: 0;
    width: 100%
  }

  #news .news-list .item {
    margin: 0 0 10px;
    width: 100%
  }
}

#i-down .item {
  position: relative;
  font-size: 0;
  height: 700px
}

#i-down .item:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

#i-down .item .main {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  z-index: 2;
  max-width: 550px
}

#i-down .item .main .p-subject {
  position: relative;
  padding-left: 100px;
  text-align: left
}

#i-down .item .main .p-subject:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #fff
}

#i-down .item .main .p-subject .tw,
#i-down .item .main .p-subject .en {
  display: inline-block;
  vertical-align: top;
  color: #fff
}

#i-down .item .main .p-subject .en {
  padding: 15px 0 0 20px
}

#i-down .item .main .slogan {
  margin-top: 20px;
  display: inline-block;
  position: relative
}

#i-down .item .main .slogan:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 20px;
  width: calc(100% + 20px);
  height: 36px;
  background-color: rgba(255, 255, 255, 0.2)
}

#i-down .item .main .slogan span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  z-index: 1
}

#i-down .item .main .summary {
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 34px
}

#i-down .item .main .btn-box {
  padding-top: 30px
}

#i-down .item.about {
  background: url("../images/i_down_img1.jpg") right bottom fixed no-repeat
}

#i-down .item.about:before {
  background: url("../images/i_down_cover.png")
}

#i-down .item.contact {
  direction: rtl;
  background: url("../images/i_down_img2.jpg") left bottom fixed no-repeat
}

#i-down .item.contact:before {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  background: url("../images/i_down_cover.png")
}

#i-down .item.contact .main {
  direction: ltr;
  max-width: 420px
}

#i-down .item.contact .qrcode {
  padding-top: 50px
}

#i-down .item.contact .qrcode .txt {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px
}

#i-down .item.contact .qrcode .img {
  max-width: 110px;
  display: inline-block;
  margin-right: 20px
}

@media only screen and (max-width: 1580px) {
  #i-down .item {
    height: 600px
  }

  #i-down .item.about:before,
  #i-down .item.contact:before {
    background-position: -100px center
  }
}

@media only screen and (max-width: 1366px) {
  #i-down .item {
    padding: 80px 50px;
    height: auto
  }

  #i-down .item.about:before,
  #i-down .item.contact:before {
    background-position: -200px center
  }

  #i-down .item .main {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    top: auto;
    max-width: 550px
  }
}

@media only screen and (max-width: 1280px) {
  #i-down .item {
    padding: 60px 40px
  }

  #i-down .item.about,
  #i-down .item.contact {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: initial;
    background-position: right center
  }

  #i-down .item.about:before,
  #i-down .item.contact:before {
    background-position: -300px 0
  }

  #i-down .item .main {
    max-width: 100%;
    text-align: center
  }

  #i-down .item .main .p-subject {
    padding: 0;
    text-align: center
  }

  #i-down .item .main .p-subject .tw,
  #i-down .item .main .p-subject .en {
    display: block;
    padding: 0
  }

  #i-down .item .main .p-subject:before {
    width: 1px;
    height: 40px;
    top: -60px;
    left: 50%
  }

  #i-down .item .main .slogan span {
    font-size: 26px
  }

  #i-down .item .main .slogan:before {
    height: 26px
  }

  #i-down .item.contact {
    direction: ltr
  }

  #i-down .item.contact .main {
    max-width: 100%
  }
}

@media only screen and (max-width: 992px) {

  #i-down .item.about:before,
  #i-down .item.contact:before {
    background-position: -400px 0
  }
}

@media only screen and (max-width: 767px) {
  #i-down .item {
    padding: 60px 0 30px;
    border-bottom: 1px solid #fff
  }

  #i-down .item .main .summary br {
    display: none
  }

  #i-down .item.about,
  #i-down .item.contact {
    background: none
  }

  #i-down .item.about:before,
  #i-down .item.contact:before {
    background-position: 0 0
  }

  #i-down .item.contact .main {
    padding-bottom: 20px
  }
}

#about .item {
  position: relative;
  overflow: hidden;
  font-size: 0
}

#about .item:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/about_bg1.png") left 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%
}

#about .item .left-area {
  display: inline-block;
  width: 510px;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  line-height: 30px
}

#about .item .right-area {
  display: inline-block;
  width: calc(100% - 510px);
  vertical-align: top
}

#about .item .main-wrap {
  position: relative;
  z-index: 2
}

#about .item .main-wrap .p-subject {
  display: inline-block;
  position: relative;
  padding-right: 100px;
  margin-bottom: 20px
}

#about .item .main-wrap .p-subject:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px;
  height: 1px;
  background-color: #fff
}

#about .item .main-wrap .p-subject .tw {
  color: #fff
}

#about .item .main-wrap .summary {
  font-size: 18px;
  line-height: 34px
}

#about .item .main-wrap .subject {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  font-size: 26px;
  color: #0285c9
}

#about .item .main-wrap .subject span {
  position: relative;
  z-index: 2
}

#about .item .main-wrap .subject:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  z-index: 0;
  width: calc(100% + 40px);
  height: 80%;
  background-color: rgba(2, 133, 201, 0.1)
}

#about .item .main-wrap ul {
  padding: 0;
  margin: 0;
  font-size: 0
}

#about .item .main-wrap ul li {
  position: relative;
  padding: 2px 10px 2px 25px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  color: #333;
  font-size: 18px;
  line-height: 34px
}

#about .item .main-wrap ul li:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 16px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg)
}

#about .item .subject {
  display: inline-block;
  position: relative;
  font-size: 26px;
  line-height: 34px
}

#about .item .p-subject {
  text-align: left
}

#about .item:nth-child(1) {
  background: url("../images/about_img1.jpg") right center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%
}

#about .item:nth-child(1) .main-wrap {
  padding: 110px 0 120px
}

#about .item:nth-child(2) {
  background-color: #f3f3f3
}

#about .item:nth-child(2):before {
  left: auto;
  right: 0;
  background-image: url("../images/about_bg2.png");
  background-position: right 0
}

#about .item:nth-child(2) .main-wrap {
  padding: 60px 0
}

#about .item:nth-child(2) .left-area {
  width: calc(100% - 510px)
}

#about .item:nth-child(2) .right-area {
  width: 510px;
  padding-left: 70px
}

#about .item:nth-child(2) .right-area .subject {
  color: #fff
}

#about .item:nth-child(2) .right-area .subject:before {
  background-color: rgba(255, 255, 255, 0.2)
}

#about .item:nth-child(2) .right-area ul li {
  display: block;
  width: 100%;
  color: #fff
}

#about .item:nth-child(2) .right-area ul li:before {
  border-color: #fff
}

@media only screen and (max-width: 1480px) {
  #about .item:nth-child(1):after {
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #2796d0
  }

  #about .item:nth-child(1) .main-wrap {
    padding: 80px
  }

  #about .item:nth-child(2):before,
  #about .item:nth-child(2):after {
    display: none
  }

  #about .item:nth-child(2) .left-area {
    display: block;
    width: 100%;
    padding: 50px 80px
  }

  #about .item:nth-child(2) .right-area {
    display: block;
    width: 100%;
    padding: 50px 80px;
    background-color: #2796d0;
    position: relative
  }

  #about .item:nth-child(2) .right-area:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 100%;
    background: #2796d0 url("../images/about_bg2.png") right 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #about .item:nth-child(2) .right-area ul li {
    display: inline-block;
    vertical-align: top;
    width: 30%
  }

  #about .item:nth-child(2) .right-area ul li:nth-child(3n+1) {
    width: 40%
  }

  #about .item:nth-child(2) .main-wrap {
    padding: 0
  }

  #about .item:nth-child(2) .main-wrap ul li {
    width: 30%
  }

  #about .item:nth-child(2) .main-wrap ul li:nth-child(3n+1) {
    width: 40%
  }
}

@media only screen and (max-width: 1280px) {
  #about .item:nth-child(1) .main-wrap {
    padding: 50px 0
  }

  #about .item:nth-child(2) .left-area,
  #about .item:nth-child(2) .right-area {
    padding: 50px 0
  }
}

@media only screen and (max-width: 992px) {
  #about .item .left-area {
    display: block;
    width: 100%
  }

  #about .item .main-wrap .summary {
    font-size: 16px;
    line-height: 28px
  }

  #about .item .main-wrap .subject {
    font-size: 24px;
    line-height: 34px
  }

  #about .item .main-wrap .subject:before {
    bottom: -5px
  }

  #about .item:nth-child(1):after {
    width: 470px
  }

  #about .item:nth-child(2) .right-area ul li {
    width: 33.33%
  }

  #about .item:nth-child(2) .right-area ul li:nth-child(3n+1) {
    width: 33.33%
  }

  #about .item:nth-child(2) .main-wrap ul li {
    font-size: 16px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    width: 33.33%
  }

  #about .item:nth-child(2) .main-wrap ul li:nth-child(3n+1) {
    width: 33.33%
  }

  #about .item:nth-child(2) .main-wrap ul li:before {
    top: 6px;
    width: 8px;
    height: 14px
  }
}

@media only screen and (max-width: 767px) {
  #about .item .main-wrap .subject {
    margin-bottom: 15px
  }

  #about .item:before {
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%
  }

  #about .item:nth-child(1) .main-wrap {
    padding: 30px 0
  }

  #about .item:nth-child(2) .left-area,
  #about .item:nth-child(2) .right-area {
    padding: 30px 0
  }

  #about .item:nth-child(2) .main-wrap ul li {
    width: 100%;
    padding-left: 27px
  }

  #about .item:nth-child(2) .main-wrap ul li:before {
    left: 6px
  }

  #about .item:nth-child(2) .main-wrap ul li:nth-child(3n+1) {
    width: 100%
  }
}

#brand {
  padding: 80px 0
}

#brand .brand-list {
  position: relative;
  left: -12px;
  padding-top: 40px;
  width: calc(100% + 24px);
  font-size: 0
}

#brand .brand-list .item {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-block;
  position: relative;
  margin: 0 12px 24px;
  width: calc(25% - 24px)
}

#brand .brand-list .item img {
  width: 100%
}

#brand .brand-list .item .img {
  display: block;
  border: 1px solid #e6e6e6
}

#brand .brand-list .item .title {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background-color: #0285c9
}

#brand .brand-list .item:hover .img {
  border-color: #0285c9
}

#brand .brand-list .item:hover .title {
  opacity: 1
}

#brand.list .brand-list .item {
  margin: 0 0 30px;
  width: 100%;
  font-size: 0;
  background-color: #fff;
  padding: 30px
}

#brand.list .brand-list .item .img {
  display: inline-block;
  width: 330px;
  vertical-align: middle;
  overflow: hidden
}

#brand.list .brand-list .item .img img {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

#brand.list .brand-list .item .main {
  display: inline-block;
  padding-left: 50px;
  width: calc(100% - 330px);
  vertical-align: middle
}

#brand.list .brand-list .item .main .title {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  color: #333;
  opacity: 1;
  text-align: left;
  background-color: #fff;
  padding: 0 0 10px;
  font-size: 20px
}

#brand.list .brand-list .item .main .summary {
  font-size: 18px;
  line-height: 30px;
  color: #888;
  font-size: 16px;
  line-height: 30px
}

#brand.list .brand-list .item .main .btn-box {
  padding-top: 10px;
  text-align: right
}

#brand.list .brand-list .item .main .btn-box .btn-style {
  display: inline-block
}

#brand.list .brand-list .item:hover .img img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

#brand.list .brand-list .item:hover .title a:hover {
  color: #0285c9
}

@media only screen and (max-width: 1480px) {
  #brand {
    padding: 60px 0
  }
}

@media only screen and (max-width: 1280px) {
  #brand {
    padding: 40px 0
  }
}

@media only screen and (max-width: 992px) {
  #brand .brand-list .item {
    margin: 0 9px 18px;
    width: calc(33.33% - 18px)
  }

  #brand.list .brand-list .item {
    margin-bottom: 10px;
    padding: 15px
  }

  #brand.list .brand-list .item .img {
    width: 200px;
    vertical-align: top
  }

  #brand.list .brand-list .item .main {
    width: calc(100% - 200px);
    padding: 10px 0 0 20px;
    vertical-align: top
  }

  #brand.list .brand-list .item .main .summary {
    line-height: 26px
  }
}

@media only screen and (max-width: 767px) {
  #brand {
    padding-bottom: 30px
  }

  #brand .brand-list {
    padding-top: 30px;
    left: 0;
    width: 100%
  }

  #brand .brand-list .item {
    margin: 0 5px 10px;
    width: calc(50% - 10px)
  }

  #brand .brand-list .item .title {
    display: block;
    opacity: 1;
    position: relative;
    bottom: auto;
    color: #fff;
    font-size: 16px
  }

  #brand.list .brand-list .item {
    padding: 30px
  }

  #brand.list .brand-list .item .img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto
  }

  #brand.list .brand-list .item .main {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center
  }

  #brand.list .brand-list .item .main .btn-box {
    padding-top: 20px;
    text-align: center
  }

  #brand.list .brand-list .item .main .title {
    text-align: center
  }
}

#contact .map-area {
  position: relative
}

#contact .map-area .main-wrap {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 10%;
  width: 550px;
  height: 500px;
  background-color: rgba(2, 133, 201, 0.85);
  padding: 90px 80px
}

#contact .map-area .main-wrap .subject {
  padding-bottom: 30px;
  color: #fff;
  font-size: 40px
}

#contact .map-area .info-box .box {
  padding: 7px 0;
  font-size: 0;
  color: #fff
}

#contact .map-area .info-box .box .icon {
  display: inline-block;
  width: 50px;
  font-size: 22px;
  text-align: center;
  vertical-align: top
}

#contact .map-area .info-box .box .txt {
  display: inline-block;
  margin-top: 2px;
  width: calc(100% - 50px);
  font-size: 18px;
  line-height: 30px;
  vertical-align: top
}

#contact .map-area .info-box a {
  color: #fff;
  text-decoration: underline
}

#contact .map-area .map {
  width: 100%;
  height: 630px
}

#contact .map-area .map iframe {
  width: 100%;
  height: 100%;
  border: none
}

#contact.form {
  padding: 80px 0 0;
  background-color: #eee
}

#contact.form .group-wrap {
  padding: 40px 0 30px
}

#contact.form .group-wrap .group-box .group-title {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 42px
}

#contact.form .group-wrap .group-box .group-main {
  display: block;
  width: 100%
}

#contact.form .group-wrap .group-box.import .group-title {
  padding: 0 0 0 15px
}

#contact.form .group-wrap .group-box.import .group-title:after {
  right: auto;
  left: 0
}

#contact.form .btn-box {
  padding: 0 30px 80px;
  text-align: right
}

#contact.form .btn-box .btn-style {
  display: inline-block
}

#contact.inquiry {
  padding: 10px 0 0
}

@media only screen and (max-width: 1480px) {
  #contact .map-area .map {
    height: 460px
  }

  #contact .map-area .main-wrap {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 60px 40px;
    top: 0;
    right: 0;
    width: auto;
    height: 100%
  }

  #contact .map-area .main-wrap .subject {
    font-size: 36px;
    line-height: 46px
  }

  #contact.form {
    padding: 60px 0 0
  }
}

@media only screen and (max-width: 1280px) {
  #contact .map-area .map {
    height: 380px
  }

  #contact .map-area .map iframe {
    width: calc(100% - 460px)
  }

  #contact .map-area .main-wrap {
    padding: 40px;
    width: 460px;
    background-color: #0285c9
  }

  #contact .map-area .main-wrap .subject {
    font-size: 28px;
    line-height: 38px
  }

  #contact.form {
    padding: 40px 0 0
  }

  #contact.form .group-wrap {
    padding: 20px 0
  }

  #contact.form .btn-box {
    padding-bottom: 40px
  }

  #contact.inquiry {
    padding: 10px 0
  }
}

@media only screen and (max-width: 992px) {
  #contact .map-area .map iframe {
    width: 100%
  }

  #contact .map-area .main-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%
  }

  #contact .map-area .main-wrap .subject {
    padding-bottom: 15px;
    text-align: center;
    font-size: 26px;
    line-height: 36px
  }

  #contact .map-area .info-box .box .txt br {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  #contact .map-area .map {
    height: 280px
  }

  #contact .map-area .main-wrap {
    padding: 40px 20px
  }

  #contact .map-area .info-box .box {
    padding: 5px 0
  }

  #contact .map-area .info-box .box .txt {
    padding-top: 2px;
    font-size: 16px;
    line-height: 26px
  }

  #contact.form .btn-box {
    text-align: center
  }
}

#product-list {
  padding: 80px 0
}

#product-list .product-list {
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 0
}

#product-list .product-list .item {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-block;
  position: relative;
  margin: 0 15px 30px 15px;
  width: calc(25% - 30px);
  overflow: hidden;
  vertical-align: top
}

#product-list .product-list .item img {
  width: 100%
}

#product-list .product-list .item span {
  display: block
}

#product-list .product-list .item .img {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 1px solid #e8e8e8
}

#product-list .product-list .item .title {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 12px 15px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-align: center
}

#product-list .product-list .item:hover .img {
  border-color: #0285c9
}

#product-list .product-list .item:hover .title {
  color: #fff;
  background-color: rgba(2, 133, 201, 0.9)
}

#product-category {
  padding: 80px 0
}

#product-category .product-category .item {
  margin-bottom: 30px;
  font-size: 0;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee
}

#product-category .product-category .item img {
  width: 100%
}

#product-category .product-category .item a {
  display: block
}

#product-category .product-category .item .img {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-block;
  width: 280px;
  vertical-align: middle;
  border: 1px solid #eee
}

#product-category .product-category .item .img:hover {
  border-color: #0285c9
}

#product-category .product-category .item .main {
  display: inline-block;
  width: calc(100% - 280px);
  padding-left: 50px;
  vertical-align: middle;
  text-align: left
}

#product-category .product-category .item .title {
  font-size: 20px;
  line-height: 24px;
  color: #333
}

#product-category .product-category .item .title a {
  display: inline-block;
  position: relative;
  margin-bottom: 20px
}

#product-category .product-category .item .title a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0286c9
}

#product-category .product-category .item .summary {
  color: #888;
  font-size: 16px;
  line-height: 30px;
  height: 90px;
  overflow: hidden
}

#product-category .product-category .item .btn-box {
  padding-top: 20px;
  text-align: right
}

#product-category .product-category .item .btn-box .btn-style {
  display: inline-block
}

#product-view {
  padding: 80px 0 0
}

#product-view .product-view .item {
  margin-bottom: 20px;
  font-size: 0
}

#product-view .product-view .item .img {
  display: inline-block;
  vertical-align: middle;
  width: 545px
}

#product-view .product-view .item .img img {
  width: 100%
}

#product-view .product-view .item .main {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 545px);
  padding-left: 50px;
  font-size: 16px;
  color: #666;
  line-height: 22px
}

#product-view .product-view .item:nth-child(even) {
  direction: rtl
}

#product-view .product-view .item:nth-child(even) .main {
  direction: ltr;
  padding: 0 50px 0 0
}

#product-view .tabs-area {
  padding: 30px 0 50px
}

.scroll-wrap {
  overflow: auto
}

.type-table {
  overflow-x: scroll;
}
.type-table .subject {
  font-size: 26px;
  padding: 10px
}

.type-table table {
  width: 100%
}

.type-table table thead th {
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  line-height: 24px;
  background-color: #666666;
  position: relative;
  text-align: center;
  white-space: nowrap
}

.type-table table thead th:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background-color: #7c7c7c
}

.type-table table thead th:first-child {
  text-align: left
}

.type-table table thead th:first-child:before {
  display: none
}

.type-table table thead th.desc {
  text-align: left;
  padding-left: 30px
}

.type-table table tbody th {
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal
}

.type-table table tbody td {
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 17px;
  text-align: center
}

.type-table table tbody td a {
  color: #0285c9
}

.type-table table tbody td a:hover {
  text-decoration: underline
}

.type-table table tbody td.desc {
  text-align: left;
  padding-left: 30px
}

.type-table table tbody tr:nth-child(even) {
  background-color: #f1f1f1
}

.type-table table .use {
  width: 200px
}

.inquiry-table .subject {
  font-size: 26px;
  padding: 10px
}

.inquiry-table table {
  width: 100%;
/*  border-top: 2px solid #666*/
}

.inquiry-table table tbody th {
  position: relative;
  font-size: 20px;
  text-align: left;
  padding: 15px 15px 15px 35px;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
  width: 10em
}

.inquiry-table table tbody th:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 12px;
  width: 8px;
  height: 8px;
  background-color: #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.inquiry-table table tbody td {
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 17px;
  text-align: center
}

.inquiry-table table tbody td a {
  color: #0285c9
}

.inquiry-table table tbody td a:hover {
  text-decoration: underline
}

.inquiry-table table tbody td.desc {
  text-align: left;
  padding-left: 30px
}

.inquiry-table table tbody tr:nth-child(even) {
  background-color: #f1f1f1
}

.inquiry-table table tbody:hover {
  background-color: #f4f4f4
}

.inquiry-table table tbody:hover th {
  color: #2253b8
}

.inquiry-table table tbody:hover th:before {
  background: #2253b8
}

.inquiry-table table tbody:hover td {
  color: #2253b8
}

.inquiry-table table .use {
  width: 200px
}

.relation-wrap {
  padding: 80px 0;
  background-color: #f3f3f3
}

.relation-wrap .relation-list {
  padding-top: 50px;
  text-align: center;
  margin: 0 auto;
  max-width: 1240px
}

.relation-wrap .relation-list .item {
  padding: 0 10px
}

.relation-wrap .relation-list .item a {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 282px;
  overflow: hidden;
  border: 1px solid #e8e8e8
}

.relation-wrap .relation-list .item a img {
  width: 100%
}

.relation-wrap .relation-list .item a span {
  display: block
}

.relation-wrap .relation-list .item a .title {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  bottom: -55px;
  position: absolute;
  left: 0;
  height: 55px;
  padding: 0 15px;
  line-height: 55px;
  overflow: hidden;
  width: 100%;
  font-size: 15px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center
}

.relation-wrap .relation-list .item a:hover {
  border-color: #0285c9
}

.relation-wrap .relation-list .item a:hover .title {
  opacity: 1;
  bottom: 0;
  background-color: rgba(2, 133, 201, 0.9)
}

.relation-wrap .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0;
  text-align: center
}

.relation-wrap .slick-dots li {
  display: inline-block;
  padding: 0 3px;
  vertical-align: middle
}

.relation-wrap .slick-dots li button {
  padding: 0;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #a8a8a8
}

.relation-wrap .slick-dots li.slick-active button {
  background-color: #0286c8;
  border-color: #0286c8
}

.tabs-area ul {
  margin-bottom: 30px;
  font-size: 0;
  border-bottom: 1px solid #0285c9
}

.tabs-area ul li {
  display: inline-block
}

.tabs-area ul li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  min-width: 245px;
  line-height: 30px;
  text-align: center;
  color: #666;
  font-size: 18px;
  border: 1px solid #ddd;
  border-bottom: none
}

.tabs-area ul li a:before {
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff
}

.tabs-area ul li a:after {
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0285c9
}

.tabs-area ul li a:focus {
  outline: none
}

.tabs-area ul li.ui-tabs-active a {
  color: #2253b8;
  border-color: #0285c9
}

.tabs-area ul li.ui-tabs-active a:before,
.tabs-area ul li.ui-tabs-active a:after {
  opacity: 1
}

.tabs-area .pans-wrap {
  padding: 20px 0
}

.download-list {
  position: relative;
  top: -20px
}

.download-list .item {
  font-size: 0;
  margin: 20px 0
}

.download-list .item .img {
  display: inline-block;
  width: 300px;
  vertical-align: middle;
  overflow: hidden
}

.download-list .item .img img {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 100%
}

.download-list .item .main {
  display: inline-block;
  padding-left: 40px;
  width: calc(100% - 300px);
  vertical-align: middle
}

.download-list .item .main .title {
  font-size: 20px
}

.download-list .item .main .summary {
  font-size: 16px;
  line-height: 34px
}

.download-list .item:hover .img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.download-list .item:hover .title a:hover {
  color: #0285c9
}

@media only screen and (max-width: 1480px) {
  #product-list {
    padding: 60px 0
  }

  #product-category {
    padding: 60px 0
  }

  #product-view {
    padding: 60px 0 0
  }

  #product-view .product-view .item .img {
    width: 400px
  }

  #product-view .product-view .item .main {
    width: calc(100% - 400px);
    padding: 0 30px
  }

  #product-view .product-view .item:nth-child(even) .main {
    padding: 0 30px
  }
}

@media only screen and (max-width: 1280px) {
  #product-list {
    padding: 40px 0
  }

  #product-category {
    padding: 40px 0
  }

  #product-category .product-category .item .main {
    padding-left: 30px
  }

  #product-view {
    padding: 40px 0 0
  }

  #product-view .product-view .item .img {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center
  }

  #product-view .product-view .item .img img {
    max-width: 100%;
    width: auto
  }

  #product-view .product-view .item .main {
    display: block;
    width: 100%;
    padding: 30px
  }

  #product-view .product-view .item:nth-child(even) .main {
    padding: 30px
  }

  #product-view .tabs-area {
    padding: 20px 0 30px
  }

  .tabs-area ul {
    margin-bottom: 15px
  }

  .tabs-area ul li a {
    min-width: 180px
  }

  .download-list .item .img {
    width: 230px
  }

  .download-list .item .main {
    width: calc(100% - 230px);
    padding-left: 20px
  }

  .download-list .item .main .summary {
    height: 70px;
    overflow: hidden
  }

  .inquiry-table .subject,
  .type-table .subject {
    font-size: 22px
  }

  .relation-wrap {
    padding: 40px 0 70px
  }
}

@media only screen and (max-width: 992px) {
  #product-category .product-category .item {
    padding-bottom: 20px;
    margin-bottom: 20px
  }

  #product-category .product-category .item .img {
    width: 140px;
    vertical-align: top
  }

  #product-category .product-category .item .main {
    width: calc(100% - 140px);
    padding-left: 20px
  }

  #product-category .product-category .item .title {
    padding-top: 10px;
    font-size: 18px
  }

  #product-category .product-category .item .summary {
    font-size: 16px;
    line-height: 26px;
    height: 80px
  }

  #product-list {
    padding-bottom: 30px
  }

  #product-list .product-list {
    padding-top: 30px
  }

  #product-list .product-list .item {
    margin: 0 10px 20px;
    width: calc(33.33% - 20px)
  }

  #product-list .product-list .item .title {
    background-color: #ddd;
    color: #333;
    font-size: 15px;
    padding: 12px 8px
  }

  #product-view .product-view .item .main {
    padding: 30px 0 0
  }

  #product-view .product-view .item:nth-child(even) .main {
    padding: 30px 0 0
  }

  .tabs-area ul li {
    width: 33.33%
  }

  .tabs-area ul li a {
    min-width: auto
  }

  .download-list .item .img {
    width: 150px
  }

  .download-list .item .main {
    width: calc(100% - 150px)
  }

  .download-list .item .main .title {
    font-size: 18px
  }

  .download-list .item .main .summary {
    line-height: 26px;
    height: 55px
  }

  .inquiry-table table tbody th {
    font-size: 18px;
    padding: 15px 5px 15px 30px;
  }

  .inquiry-table table tbody td.desc {
    padding-left: 15px
  }

  .relation-wrap .relation-list {
    padding-top: 20px
  }
}

@media only screen and (max-width: 767px) {
  #product-list .product-list {
    position: relative;
    left: -8px;
    width: calc(100% + 16px)
  }

  #product-list .product-list .item {
    margin: 0 8px 16px;
    width: calc(50% - 16px)
  }

  #product-category {
    padding: 20px 0
  }

  #product-category .product-category .item .img {
    width: 120px;
    vertical-align: middle
  }

  #product-category .product-category .item .main {
    width: calc(100% - 120px);
    padding-left: 15px;
    vertical-align: middle
  }

  #product-category .product-category .item .summary {
    height: 56px
  }

  #product-category .product-category .item .title {
    padding-top: 0
  }

  #product-category .product-category .item .btn-box {
    display: none
  }

  #product-view {
    padding-top: 20px
  }

  .inquiry-table table,
  .inquiry-table tbody,
  .inquiry-table tr,
  .inquiry-table td,
  .inquiry-table th {
    display: block;
    width: 100%
  }

  .inquiry-table table tbody {
    font-size: 0
  }

  .inquiry-table table tbody th {
    display: inline-block;
    vertical-align: middle
  }

  .inquiry-table table tbody td.desc {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: middle
  }

  .inquiry-table table tbody td.use {
    display: block;
    width: 100%;
    text-align: right
  }

  .inquiry-table table tbody td.use .group-label {
    text-align: center
  }
}

#view {
  padding: 80px 0
}

#view .view-box {
  padding: 60px 80px;
  background-color: #fff
}

#view .view-box .top-area {
  text-align: center;
  padding: 0 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px
}

#view .view-box .top-area .subject {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px
}

#view .view-box .top-area .top {
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
  font-size: 0
}

#view .view-box .top-area .top .category {
  display: inline-block;
  width: 95px;
  color: #fff;
  font-size: 16px;
  height: 34px;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
  vertical-align: middle
}

#view .view-box .top-area .top .date {
  display: inline-block;
  width: calc(100% - 95px);
  padding-left: 15px;
  font-size: 16px;
  color: #0285c9;
  vertical-align: middle
}

#view .btn-box {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  padding-top: 30px
}

#view .btn-box .btn-style span {
  padding-right: 0;
  padding-left: 60px
}

#view .btn-box .btn-style span:before {
  right: auto;
  left: 0
}

#view .btn-box .btn-style span:after {
  right: auto;
  left: 0;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg)
}

#view .edit-wrap img {
  max-width: 100%
}

@media only screen and (max-width: 1480px) {
  #view {
    padding: 40px 0
  }
}

@media only screen and (max-width: 992px) {
  #view {
    padding: 30px 0
  }

  #view .view-box {
    padding: 40px
  }

  #view .view-box .top-area {
    padding-bottom: 15px;
    margin-bottom: 20px
  }

  #view .view-box .top-area .subject {
    font-size: 26px;
    line-height: 36px
  }
}

@media only screen and (max-width: 992px) {
  #view {
    padding: 0
  }

  #view .view-box {
    padding: 30px 20px
  }

  #view .view-box .top-area {
    padding: 0
  }

  #view .view-box .top-area .subject {
    font-size: 22px;
    line-height: 32px
  }

  #view .p-wrap {
    padding: 0
  }
}

#catalog {
  padding: 80px 0
}

#catalog .group-wrap {
  left: 0;
  width: 100%
}

#catalog .group-wrap .select-area {
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #eee;
  font-size: 0
}

#catalog .group-wrap .select-area .group-box {
  display: inline-block;
  width: calc((100% - 50px) / 3);
  vertical-align: middle
}

#catalog .group-wrap .select-area .group-box .group-title {
  padding-left: 15px
}

#catalog .group-wrap .search-area {
  text-align: right;
  padding: 10px 20px
}

#catalog .group-wrap .search-area .group-box {
  display: inline-block;
  vertical-align: middle;
  width: calc((100% - 50px) / 3)
}

#catalog .group-wrap .search-area .group-box .group-title {
  padding-left: 15px;
  text-align: left
}

#catalog .group-wrap .group-button {
  display: inline-block;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  vertical-align: middle
}

#catalog .group-wrap .group-button button {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  background: #0285c9 url("../images/icon.png") -120px 0 no-repeat;
  -webkit-background-size: auto 40px;
  -o-background-size: auto 40px;
  background-size: auto 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

#catalog .group-wrap .group-button button:hover {
  background-color: #333;
  cursor: pointer
}

#catalog .search-result {
  padding: 30px 0
}

#catalog .search-result table {
  width: 100%
}

#catalog .search-result thead th {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  line-height: 50px;
  height: 50px;
  background-color: #313131;
  position: relative
}

#catalog .search-result thead th:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background-color: #7c7c7c
}

#catalog .search-result thead th:first-child:before {
  display: none
}

#catalog .search-result tbody td {
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 17px;
  text-align: center
}

#catalog .search-result tbody td a {
  color: #0285c9
}

#catalog .search-result tbody td a:hover {
  text-decoration: underline
}

#catalog .search-result tbody td.company {
  width: 200px
}

#catalog .search-result tbody td.category {
  width: 200px
}

#catalog .search-result tbody td.title {
  width: calc(100% - 700px);
  text-align: left;
  padding: 15px 30px
}

#catalog .search-result tbody td.type {
  width: 150px;
  font-size: 16px
}

#catalog .search-result tbody td.date {
  width: 150px;
  font-size: 16px
}

@media only screen and (max-width: 1480px) {
  #catalog {
    padding: 60px 0
  }
}

@media only screen and (max-width: 1280px) {
  #catalog {
    padding: 40px 0
  }

  #catalog .group-wrap .select-area {
    position: relative
  }

  #catalog .group-wrap .select-area .group-box {
    padding: 3px 0;
    display: block;
    width: calc(100% - 60px)
  }

  #catalog .group-wrap .group-button {
    position: absolute;
    bottom: 20px;
    right: 20px
  }

  #catalog .group-wrap .search-area {
    position: relative
  }

  #catalog .group-wrap .search-area .group-box {
    display: block;
    width: calc(100% - 60px)
  }
}

@media only screen and (max-width: 992px) {

  #catalog .search-result table,
  #catalog .search-result tbody,
  #catalog .search-result tr,
  #catalog .search-result td,
  #catalog .search-result th {
    display: block;
    width: 100%;
    padding: 0
  }

  #catalog .search-result table thead {
    display: none
  }

  #catalog .search-result table tbody {
    margin-bottom: 20px;
    border: 1px solid #ccc
  }

  #catalog .search-result table td {
    position: relative;
    padding: 10px 0 10px 120px
  }

  #catalog .search-result table td:after {
    pointer-events: none;
    content: attr(data-title);
    position: absolute;
    top: 1px;
    left: 0;
    padding: 10px;
    color: #333;
    font-size: 16px;
    width: 100px;
    height: calc(100% - 1px);
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #e8e8e8
  }

  #catalog .search-result table td.company,
  #catalog .search-result table td.category,
  #catalog .search-result table td.title,
  #catalog .search-result table td.type,
  #catalog .search-result table td.date {
    width: 100%;
    text-align: left;
    padding: 10px 0 10px 110px
  }

  #catalog .search-result table td.date {
    border-bottom: none
  }

  #catalog .search-result table td.date:after {
    border-bottom: none
  }
}

@media only screen and (max-width: 767px) {
  #catalog {
    padding: 30px 0
  }

  #catalog .search-result {
    padding-bottom: 10px
  }

  #catalog .group-wrap .select-area {
    padding: 10px
  }

  #catalog .group-wrap .search-area {
    padding: 10px
  }

  #catalog .group-wrap .group-button {
    bottom: 13px;
    right: 13px
  }
}

#inquiry {
  padding: 80px 0
}

#inquiry .inquiry-table {
  margin-top: 40px
}

#inquiry .inquiry-table table tbody th:before {
  top: 27px
}

#inquiry .btn-delete {
  color: #fff;
  background-color: #0285c9;
  border: 1px solid #0285c9;
  padding: 3px 15px
}

@media only screen and (max-width: 1480px) {
  #inquiry {
    padding: 60px 0
  }
}

@media only screen and (max-width: 1280px) {
  #inquiry {
    padding: 40px 0
  }

  #inquiry .inquiry-table {
    margin-top: 20px
  }
}

#system {
  padding: 40px 0 80px
}

#system .btn-box {
  text-align: center;
  padding-bottom: 30px
}

#system .btn-box .btn-style span {
  padding-right: 0;
  padding-left: 60px
}

#system .btn-box .btn-style span:before {
  right: auto;
  left: 0
}

#system .btn-box .btn-style span:after {
  right: auto;
  left: 0;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg)
}

@media only screen and (max-width: 767px) {
  #system {
    padding: 0 0 10px
  }
}