@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html,
body {
  overflow-x: hidden;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  background: none;
}

.nav > li > a {
  color: #000;
  display: inline-block;
}

.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

a[href]:after {
  content: "";
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

a {
  color: #333;
}
a:focus, a:hover, a:active {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:link, a:visited {
  color: #333;
}

.breadcrumb {
  background: none;
  padding: 15px 0;
  margin: 0;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb > li + li:before {
  content: none;
  padding: 0;
}
.breadcrumb > li > span {
  padding: 0;
}
.breadcrumb li .divider {
  padding: 0 10px;
}
.breadcrumb li .divider:first-child {
  padding: 0;
}

label {
  font-weight: normal;
}

.pager li > a,
.pager li > span {
  border-radius: 0;
}
.pager li a:hover {
  border: 1px solid #ccc;
  background: #fff;
}

.card {
  background: none;
  border: none;
}

body {
  font-family: "微軟雅黑體", Arial, Helvetica, sans-serif;
}
@media (max-width: 992px) {
  body {
    margin-top: 50px;
    /* 因fixed navbar需padding */
  }
}

h1 .site-title,
h2 .site-title,
h3 .site-title,
h4 .site-title,
h5 .site-title,
h6 .site-title {
  font-weight: 300;
  color: #000;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.btn-primary {
  background: #bbb;
  border: none;
}
.btn-primary:hover {
  background: #aaa;
}

#header {
  background: #fff;
  height: 100px;
}

.header {
  position: relative;
}

.logo {
  width: 200px;
  height: 67px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 30px;
  top: 10px;
  background: url(../images/ui/logo.svg) no-repeat;
  z-index: 999;
}
.logo a {
  display: block;
  height: 67px;
}
.logo a span {
  position: absolute;
  top: -1000px;
  z-index: 999;
}

.recently-btn {
  position: absolute;
  right: 70px;
  top: 10px;
  font-size: 14px;
  color: #777777;
  cursor: pointer;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.recently-btn:hover {
  color: #000;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.recently:hover .menu {
  opacity: 1;
  visibility: visible;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 992px) {
  .recently:hover .menu {
    transition: none;
  }
}
.recently:hover .trangle1 {
  opacity: 1;
  visibility: visible;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 1025px) {
  .recently:hover .trangle1 {
    transition: none;
  }
}
@media (max-width: 1025px) {
  .recently .r-button {
    background: url(../images/ui/recently-btn.svg) no-repeat center center;
    width: 17px;
    height: 22px;
    text-indent: -9999px;
    position: absolute;
    right: 25px;
    top: 5px;
  }
}
.recently .trangle1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #eee transparent;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  margin-left: 50px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 992px) {
  .recently .trangle1 {
    position: absolute;
    top: 30px;
    left: -95px;
    opacity: 1;
    visibility: visible;
    transition: none;
    display: none;
  }
}
@media (max-width: 992px) {
  .recently .close-btn {
    background: url(../images/ui/close-btn.svg) no-repeat center center;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 20px;
    position: absolute;
  }
}
.recently .menu {
  position: absolute;
  z-index: 99999;
  right: -60px;
  visibility: hidden;
  opacity: 0;
  width: 992px;
  background: #eee;
  padding: 50px 30px 30px 30px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 992px) {
  .recently .menu {
    width: 300px;
    display: none;
    opacity: 1;
    visibility: visible;
    transition: none;
    right: -27px;
    top: 49px;
    height: 550px;
    overflow-y: scroll;
  }
}
.recently .menu .item {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 992px) {
  .recently .menu .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.recently .menu .item .title {
  padding: 15px 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.recently .menu .item .title a:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  color: #3c1a7e;
}
.recently .menu img {
  max-width: 100%;
}

.recently-btn-m {
  position: absolute;
  right: 90px;
  top: 10px;
  cursor: pointer;
}
.recently-btn-m .recently .menu.close-btn {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: red;
}

.search-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  opacity: 1;
  visibility: visible;
}

.search-btn-m {
  position: absolute;
  right: 85px;
  top: 15px;
}

.language-btn {
  position: absolute;
  right: 30px;
  top: 5px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.language-btn-m {
  position: absolute;
  right: 55px;
  top: 15px;
}

.langChoose {
  background: url(../images/ui/language-btn.svg) no-repeat !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .langChoose {
    background: url(../images/ui/language-btn.svg) no-repeat !important;
  }
}
@media (min-width: 768px) {
  .langChoose {
    background: url(../images/ui/language-btn.svg) no-repeat !important;
  }
}
@media (min-width: 992px) {
  .langChoose {
    background: url(../images/ui/language-btn.svg) no-repeat !important;
  }
}

.lang-block {
  padding: 10px 15px 10px 20px !important;
  background: #eee !important;
  left: -35px !important;
}
.lang-block li {
  padding: 5px 0;
}
.lang-block li a:hover {
  color: #666 !important;
}

.langList {
  width: 20px;
  height: 20px;
}

.trangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #eee transparent;
  margin-left: 2px;
  margin-top: 10px;
}

.topnav {
  position: absolute;
  right: 195px;
  top: 10px;
  font-size: 14px;
}
.topnav ul li {
  padding-left: 20px;
}
.topnav ul li a {
  color: #777777;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.topnav ul li a:hover {
  color: #000;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.topnav-m {
  position: absolute;
  right: 130px;
  top: 15px;
}

.mainmenu {
  position: absolute;
  right: 0;
  top: 35px;
  font-size: 16px;
  font-weight: bold;
}
.mainmenu .nav > li {
  padding: 0 0 20px 0;
  position: relative;
}
.mainmenu .nav > li > a {
  padding: 10px 0 30px 10px;
  margin: 0 15px;
  min-width: 75px;
  text-align: center;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 1200px) {
  .mainmenu .nav > li > a {
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  .mainmenu .nav > li > a {
    margin: 0 10px;
  }
}
.mainmenu .nav > li > a:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

/*主選單下拉選單(沒有下拉選單可刪掉) */
.mainmenu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 200;
  left: -20px;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.mainmenu ul li ul {
  margin: 15px 0 0 0px;
  padding: 20px 0 20px 0px;
  position: absolute;
  margin: 1px 0 0 0px;
  opacity: 0;
  left: -99999999px;
  min-width: 190px;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.mainmenu ul li ul li {
  letter-spacing: 0;
  display: block;
  position: relative;
  padding: 0;
  font-size: 16px;
}
.mainmenu ul li ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #d2d2d2;
  line-height: 130%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li ul li a:after {
  content: none;
}
.mainmenu ul li ul li a:hover {
  color: #f0db0f;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li ul li.current a {
  color: #f0db0f;
}
.mainmenu ul li.item-281 {
  display: inline-block;
}
.mainmenu ul li.item-281:hover ul {
  left: -620px;
}
@media (min-width: 992px) {
  .mainmenu ul li.item-281:hover ul {
    left: -340px;
  }
}
@media (min-width: 1200px) {
  .mainmenu ul li.item-281:hover ul {
    left: -620px;
  }
}
@media (min-width: 1400px) {
  .mainmenu ul li.item-281:hover ul {
    left: -840px;
  }
}
.mainmenu ul li.item-281:hover ul li ul {
  left: 0px;
}
.mainmenu ul li.item-281 ul {
  width: 1370px;
  padding: 20px 15px 0 15px;
}
@media (min-width: 992px) {
  .mainmenu ul li.item-281 ul {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .mainmenu ul li.item-281 ul {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .mainmenu ul li.item-281 ul {
    width: 1370px;
  }
}
.mainmenu ul li.item-281 ul li {
  display: inline-block;
  padding-bottom: 700px;
  width: 25%;
  padding-right: 30px;
}
.mainmenu ul li.item-281 ul li:last-child {
  padding-right: 0;
}
.mainmenu ul li.item-281 ul li.current a {
  color: #f0db0f;
}
.mainmenu ul li.item-281 ul li.current li a {
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li.item-281 ul li.current li a:hover {
  color: #f0db0f;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li.item-281 ul li a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li.item-281 ul li a:hover {
  color: #f0db0f;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li.item-281 ul li ul {
  background: none;
  display: block;
  padding: 0;
  margin-top: 0;
}
.mainmenu ul li.item-281 ul li ul li {
  display: block;
  padding: 10px 0 10px 15px;
}
.mainmenu ul li.item-281 ul li ul li a {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  text-align: left;
  margin-bottom: 0;
}

nav.mainmenu a {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
}
nav a:hover, nav a:focus {
  outline: none;
}

.cl-effect-17 a {
  text-shadow: none;
  position: relative;
}

.cl-effect-17 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  border-width: 4px 0 0px 70px;
  border-image: -moz-linear-gradient(left, #3c1a7e 0%, #3c1a7e 50%, #f0db0f 50%);
  border-image: -webkit-linear-gradient(left, #3c1a7e 0%, #3c1a7e 50%, #f0db0f 50%);
  border-image: linear-gradient(to right, #3c1a7e 0%, #3c1a7e 50%, #f0db0f 50%);
  border-style: solid;
}

.cl-effect-17 a:hover::after,
.cl-effect-17 a:focus::after,
.cl-effect-17 li.active a:after {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.submenu {
  margin-bottom: 30px;
}
.submenu h2 {
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
  padding-top: 100px;
  background: url(../images/ui/news-wrap-bg.svg) no-repeat center top;
}
.submenu li {
  float: none;
  display: inline-block;
  display: inline;
  /*ie7 fix*/
  zoom: 1;
  /* hasLayout ie7 trigger */
  vertical-align: top;
}
.submenu h3 {
  font-size: 50px;
  border: none;
}
.submenu .nav {
  justify-content: center;
}
.submenu .nav > li {
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 16px;
}
.submenu .nav > li a {
  padding: 15px 20px;
  background: #f7f7f7;
  color: #000 !important;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.submenu .nav > li.current a, .submenu .nav > li:hover a {
  background: #3c1a7e;
  color: #fff !important;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.banner {
  height: 150px;
  overflow: hidden;
}
.banner img {
  max-width: 100%;
  height: auto;
}

.fullblock h3 {
  text-align: center;
  border: none;
  font-size: 50px;
  padding: 40px 0 30px 0;
  font-family: "微軟雅黑體", Arial, Helvetica, sans-serif;
}

.slider {
  position: relative;
  display: flex;
  justify-content: center;
}
.slider .img {
  height: 700px;
  width: 100%;
}
@media (min-width: 1200px) {
  .slider .img {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .slider .img {
    height: 580px;
  }
}
@media (min-width: 1600px) {
  .slider .img {
    height: 700px;
  }
}
.slider .slider-text {
  position: absolute;
  color: #fff;
  top: 20%;
}
@media (min-width: 1200px) {
  .slider .slider-text {
    top: 12%;
  }
}
@media (min-width: 1400px) {
  .slider .slider-text {
    top: 18%;
  }
}
@media (min-width: 1600px) {
  .slider .slider-text {
    top: 20%;
  }
}
.slider .slider-text .title {
  font-size: 75px;
  font-weight: 100;
  position: relative;
  padding: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .slider .slider-text .title {
    font-size: 50px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .slider .slider-text .title {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .slider .slider-text .title {
    font-size: 65px;
  }
}
@media (min-width: 1600px) {
  .slider .slider-text .title {
    font-size: 75px;
  }
}
.slider .slider-text .title:before {
  content: "";
  width: 80px;
  height: 6px;
  background: #f0db0f;
  position: absolute;
  top: 0;
}
.slider .slider-text .subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}

.home-products {
  transform: translateY(-250px);
}
@media (max-width: 768px) {
  .home-products {
    transform: translateY(-150px);
  }
}
@media (min-width: 1200px) {
  .home-products {
    transform: translateY(-135px);
  }
}
@media (min-width: 1400px) {
  .home-products {
    transform: translateY(-200px);
  }
}
@media (min-width: 1600px) {
  .home-products {
    transform: translateY(-250px);
  }
}
.home-products .container {
  max-width: 95%;
}
@media (min-width: 1200px) {
  .home-products .container {
    max-width: 98%;
  }
}
@media (min-width: 1600px) {
  .home-products .container {
    max-width: 95%;
  }
}
.home-products img {
  max-width: 100%;
}
.home-products .product-itmes {
  position: relative;
  -moz-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .home-products .product-itmes {
    margin-bottom: 30px;
  }
}
.home-products .product-itmes .img-cover {
  position: relative;
}
.home-products .product-itmes .img-cover p {
  position: absolute;
  bottom: 25px;
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .home-products .product-itmes .img-cover p {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .home-products .product-itmes .img-cover p {
    font-size: 30px;
  }
}
.home-products .product-itmes:hover .img-hover,
.home-products .product-itmes:hover .items {
  opacity: 1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-products .product-itmes:hover .img-hover img {
  filter: brightness(0.5);
}
.home-products .product-itmes .img-hover {
  position: absolute;
  left: 0px;
  top: 0;
  opacity: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-products .product-itmes .items {
  position: absolute;
  left: 40px;
  top: 40px;
  opacity: 0;
}
@media (min-width: 1200px) {
  .home-products .product-itmes .items {
    left: 20px;
    top: 20px;
  }
}
@media (min-width: 1600px) {
  .home-products .product-itmes .items {
    left: 40px;
    top: 40px;
  }
}
.home-products .product-itmes .items li {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .home-products .product-itmes .items li {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .home-products .product-itmes .items li {
    margin-bottom: 8px;
  }
}
@media (min-width: 1900px) {
  .home-products .product-itmes .items li {
    margin-bottom: 10px;
  }
}
.home-products .product-itmes .items li:first-child {
  position: relative;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .home-products .product-itmes .items li:first-child {
    padding-top: 20px;
  }
}
@media (min-width: 1600px) {
  .home-products .product-itmes .items li:first-child {
    padding-top: 30px;
  }
}
.home-products .product-itmes .items li:first-child:before {
  content: "";
  width: 45px;
  height: 6px;
  background: #f0db0f;
  position: absolute;
  top: 0;
}
@media (min-width: 1200px) {
  .home-products .product-itmes .items li:first-child:before {
    width: 35px;
    height: 4px;
  }
}
@media (min-width: 1600px) {
  .home-products .product-itmes .items li:first-child:before {
    width: 45px;
    height: 6px;
  }
}
.home-products .product-itmes .items li a {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  display: block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-products .product-itmes .items li a:before {
  content: "";
  margin-right: 5px;
  opacity: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-products .product-itmes .items li a:hover {
  transform: translateX(5px);
  color: #f0db0f;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-products .product-itmes .items li a:hover:before {
  content: "-";
  color: #f0db0f;
  opacity: 1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .home-products .product-itmes .items li a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .home-products .product-itmes .items li a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .home-products .product-itmes .items li a {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .home-products .product-itmes .items li a {
    font-size: 20px;
  }
}

.home-news-wrap {
  margin-top: -150px;
}
@media (max-width: 768px) {
  .home-news-wrap {
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  .home-news-wrap {
    margin-top: -80px;
  }
}
@media (min-width: 1600px) {
  .home-news-wrap {
    margin-top: -150px;
  }
}
.home-news-wrap .container {
  max-width: 100%;
}
.home-news-wrap .col {
  padding: 0 6%;
}
@media (min-width: 992px) {
  .home-news-wrap .col {
    padding: 0 3%;
  }
}
@media (min-width: 1400px) {
  .home-news-wrap .col {
    padding: 0 6%;
  }
}
.home-news-wrap .module-header {
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .home-news-wrap .module-header {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .home-news-wrap .module-header {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .home-news-wrap .home-news,
  .home-news-wrap .home-events {
    margin-bottom: 100px;
  }
}
.home-news-wrap .home-events li {
  margin: 45px -15px 40px -15px;
}
.home-news-wrap .home-events table {
  width: 100%;
}
.home-news-wrap .home-events table th {
  width: 25%;
  padding-bottom: 5px;
  padding-right: 10px;
}
.home-news-wrap .home-events img {
  margin-bottom: 20px;
}
.home-news-wrap .catgorydesc img {
  max-width: 100%;
}
.home-news-wrap ul li {
  margin: 45px 0px 40px 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
.home-news-wrap .title {
  font-size: 20px;
  color: #3c1a7e;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  line-height: 130%;
  display: inline-block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news-wrap .title:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  color: #666;
}
.home-news-wrap .title:hover:before {
  transform: translateX(5px);
  background: #3c1a7e;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news-wrap .title:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #f0db0f;
  position: absolute;
  top: 12px;
  left: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news-wrap img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .home-news-wrap img {
    margin-bottom: 20px;
  }
}
.home-news-wrap .intro {
  padding-left: 40px;
  line-height: 150%;
  width: 85%;
}
.home-news-wrap .date {
  text-align: right;
  color: #999;
}
.home-news-wrap .more_articles {
  display: block;
  text-align: center;
}
.home-news-wrap .more_articles a {
  display: inline-block;
  padding: 15px 30px;
  background: #3c1a7e;
  color: #fff;
  position: relative;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news-wrap .more_articles a:hover {
  background: #f0db0f;
  color: #3c1a7e;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news-wrap .more_articles a:hover:after {
  background: #3c1a7e;
  transform: translateX(5px);
}
.home-news-wrap .more_articles a:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #f0db0f;
  position: absolute;
  top: 23px;
  right: -25px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.home-contact {
  margin-top: 100px;
  background: #f0db0f;
  padding: 45px 0;
}
.home-contact .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home-contact .wrap {
    flex-direction: column;
  }
}
.home-contact .wrap a {
  font-size: 16px;
  padding: 13px 35px;
  background: #3c1a7e;
  color: #fff;
  font-weight: 400;
  border: 1px solid transparent;
  display: inline-block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .home-contact .wrap a {
    margin-top: 20px;
  }
}
.home-contact .wrap a:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #3c1a7e;
  border: 1px solid #3c1a7e;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-contact .wrap p {
  color: #000;
  font-size: 25px;
  font-weight: 500;
}

.contact-info {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0;
  font-size: 15px;
}

.breadcrumbs-wrap {
  background: #e6e6e6;
  margin-top: 40px;
}
.breadcrumbs-wrap a {
  color: #999;
}

.breadcrumbs > .active {
  color: #000;
}

footer {
  background: #1e1e1e;
  padding-bottom: 10px;
  padding-top: 60px;
  color: #fff;
}
footer .bbox {
  line-height: 130%;
}
footer .bbox .module-header {
  color: #808080;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
footer .bbox .module-header:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #f0db0f;
  position: absolute;
  top: 8px;
  left: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
footer .bbox a {
  color: #fff;
}
footer .bbox ul {
  display: block;
  padding-left: 30px;
}
footer .bbox ul li {
  margin-bottom: 15px;
}
footer .bbox ul li.current a {
  color: #f0db0f;
}
footer .bbox ul li a {
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
footer .bbox ul li a:hover {
  color: #f0db0f;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.footnav {
  margin-top: 50px;
}
.footnav ul {
  justify-content: center;
}
.footnav li {
  float: none;
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
}
.footnav li:last-child a {
  border: none;
}
.footnav li a {
  color: #fff;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}

.copyright {
  text-align: center;
  padding: 10px 0;
  line-height: 150%;
}
.copyright a {
  color: #fff;
}

#content {
  min-height: 400px;
  padding: 40px 0px 60px 0px;
  margin-bottom: 50px;
}

.content-bottom .module {
  border-top: 1px solid #333;
}

.blog .subheading-category {
  font-size: 35px;
  border: none;
}

.item-page {
  font-size: 16px;
  padding: 0;
  line-height: 180%;
}
.item-page h1 {
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
  padding-top: 30px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .item-page h1 {
    font-size: 25px;
  }
}

.articleBody a {
  text-decoration: none;
}
.articleBody a:hover {
  opacity: 0.8;
}
.articleBody img {
  max-width: 100% !important;
  height: auto !important;
}
.articleBody ul {
  list-style: disc;
}
.articleBody ul li {
  margin-left: 20px;
}
.articleBody ol {
  list-style: decimal;
}
.articleBody ol li {
  margin-left: 20px;
}

h3.page-header,
.submenu h3.module-header {
  font-size: 50px;
  border: none;
  font-family: "微軟雅黑體", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  margin: 40px 0 20px;
}

.content-links {
  display: none;
}

.see-table {
  display: inline-block;
  background: #3c1a7e;
  padding: 12px 15px;
  margin-top: 20px;
  position: relative;
  color: #fff;
  /*&:after {
        position: absolute;
        bottom: -13px;
        left: 70px;
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13.0px 7.5px 0 7.5px;
        border-color: $ui-color transparent transparent transparent;
    }*/
}

/*客製樣式有layout或是module的樣式請寫下面*/
.product h1 {
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.product .purple-btn,
.product .yellow-btn,
.product .blue-btn {
  display: inline-block;
  font-size: 16px;
  padding: 10px 35px;
  background: #3c1a7e;
  color: #fff;
  font-weight: 400;
  border: 1px solid transparent;
  cursor: pointer;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .purple-btn:hover,
.product .yellow-btn:hover,
.product .blue-btn:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #3c1a7e;
  border: 1px solid #3c1a7e;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .yellow-btn {
  background: #f0db0f;
  color: #000;
}
.product .yellow-btn:hover {
  color: #000;
  border: 1px solid #000;
}
.product .blue-btn {
  background: #63a3ff;
  color: #fff !important;
  border-radius: 0;
}
.product .blue-btn:hover {
  color: #63a3ff !important;
  border: 1px solid #63a3ff;
}
@media (max-width: 768px) {
  .product .breadcrumbs {
    margin: 20px 0;
  }
}
.product .breadcrumbs ul {
  display: inline-flex;
}
.product .breadcrumbs ul li {
  margin: 0 10px;
}
.product .breadcrumbs ul li.active {
  color: #3c1a7e;
}
.product .breadcrumbs ul li a {
  color: #555;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .breadcrumbs ul li a:hover {
  color: #000;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .breadcrumbs ul span {
  color: #ccc;
  margin: 0 5px;
}
.product .cate_desc {
  line-height: 160%;
}
.product#topDownload .title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.product .chosen-container {
  width: 100% !important;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .product .chosen-container {
    margin-bottom: 30px;
  }
}
.product .chosen-container-single .chosen-single {
  border: none;
  height: 50px;
  background: #d2d2d2;
  box-shadow: none;
  border-radius: 0;
  padding: 0 0 0 15px;
}
.product .chosen-container-single .chosen-single span {
  margin-top: 15px;
}
.product .view-compared .yellow-btn {
  padding: 15px 35px;
}
@media (max-width: 768px) {
  .product .view-compared .yellow-btn {
    width: 100%;
  }
}
.product .cate-menu {
  margin-bottom: 50px;
}
.product .cate-menu ul {
  display: inline-block;
  text-align: center;
}
.product .cate-menu ul li {
  display: inline-block;
  margin: 0 25px 15px 0px;
}
@media (max-width: 768px) {
  .product .cate-menu ul li {
    margin: 0 10px 15px 0px;
  }
}
.product .cate-menu ul li.active button {
  background: #3c1a7e;
  color: #fff;
}
.product .cate-menu ul li button {
  padding: 15px 20px;
  border: 1px solid rgba(60, 26, 126, 0.6);
  border-radius: 0;
  color: #3c1a7e;
  cursor: pointer;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .cate-menu ul li button:hover {
  background: #3c1a7e;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product hr {
  border-top: 5px solid #efefef;
}
.product .nodata {
  padding: 20px;
  background: #eee;
}
.product .cate-checkbox {
  margin: 50px 20px;
  /* radios and checkboxes */
}
.product .cate-checkbox .form-check-inline {
  margin-right: 3rem;
}
.product .cate-checkbox .checkbox {
  padding-left: 35px;
  line-height: 27px;
  color: #333;
  cursor: pointer;
}
.product .cate-checkbox .checkbox:last-child {
  margin-bottom: 0;
}
.product .cate-checkbox .checkbox input {
  position: absolute;
  left: -9999px;
}
.product .cate-checkbox .checkbox i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  outline: none;
  border-width: 1px;
  border-color: rgba(60, 26, 126, 0.6);
  border-style: solid;
  background: #fff;
}
.product .cate-checkbox .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  background: #3c1a7e;
  color: #fff;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.product .cate-checkbox .checkbox input + i:after {
  content: "\f00c";
  top: -1px;
  left: -1px;
  width: 16px;
  height: 16px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}
.product .cate-checkbox .checkbox input:checked + i:after {
  opacity: 1;
}
.product .cate-checkbox .inline-group {
  margin: 0 -30px -4px 0;
}
.product .cate-checkbox .inline-group:after {
  content: "";
  display: table;
  clear: both;
}
.product .cate-checkbox .inline-group .checkbox {
  float: left;
  margin-right: 30px;
}
.product .cate-checkbox .inline-group .checkbox:last-child {
  margin-bottom: 4px;
}
.product .cate-checkbox .close-btn {
  float: right;
}
@media (max-width: 768px) {
  .product .cate-checkbox .close-btn {
    float: none;
    margin-top: 20px;
  }
}
.product .cate-checkbox .close-btn button {
  border: none;
  cursor: pointer;
  color: #3c1a7e;
  padding: 0;
}
.product .cate-checkbox .close-btn button img {
  margin-right: 5px;
}
.product .product-list {
  margin-top: 20px;
  line-height: 140%;
  width: 100%;
}
.product .product-list img {
  max-width: 100%;
  height: auto;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .product-list img:hover {
  transform: scale(0.9);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .product .product-list img {
    max-width: 70%;
  }
}
.product .product-list td a {
  color: #293794;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .product-list td a:hover {
  color: #000;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .product-list tr:nth-child(even) {
  background: #eee;
}
.product .product-list th {
  padding: 20px 10px;
  color: #fff;
  background: #555;
  text-align: center;
}
.product .product-list td {
  padding: 20px 10px;
  text-align: center;
  vertical-align: top;
}
.product .product-list.board {
  width: 1370px;
}
@media (min-width: 1200px) {
  .product .product-list.board {
    width: 1101px;
  }
}
@media (min-width: 1400px) {
  .product .product-list.board {
    width: 1370px;
  }
}
@media (max-width: 768px) {
  .product .product-list.board th:first-child,
  .product .product-list.board td:first-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .product .product-list.system thead, .product .product-list.panel thead {
    display: none;
  }
}
.product .product-list.system tr, .product .product-list.panel tr {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .product .product-list.system tr, .product .product-list.panel tr {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .product .product-list.system td, .product .product-list.panel td {
    text-align: center;
    display: block;
    position: relative;
    padding-left: 35%;
  }
  .product .product-list.system td:before, .product .product-list.panel td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    width: 35%;
    height: 100%;
    text-align: left;
    font-weight: bold;
    color: #fff;
    background: #555555;
    top: 0;
    padding-top: 20px;
    padding-left: 15px;
  }
}
.product .product-list.download td {
  vertical-align: middle;
}
.product .product-list.download td a {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .product-list.download td a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .product-list.download td a img {
  max-width: 100%;
  height: auto;
}
.product .product-page .tab-pane .item {
  text-align: center;
  margin-bottom: 10%;
}
.product .product-page .tab-pane .item .title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.product .product-page .tab-pane .item .desc {
  margin-bottom: 30px;
}
.product .product-page .tab-pane .item img {
  max-width: 100%;
  height: auto;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .product-page .tab-pane .item img:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .product-page .tab-pane .item a {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .product-page .tab-pane .item a:hover {
  color: #555;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .card-list .product-desc {
  background: #555;
  color: #fff;
  padding: 30px 60px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .product .card-list .product-desc {
    padding: 20px 30px;
  }
}
.product .card-list .item {
  text-align: center;
  margin-bottom: 10%;
}
.product .card-list .item .title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.product .card-list .item .desc {
  margin-bottom: 30px;
  line-height: 150%;
}
.product .card-list .item img {
  max-width: 100%;
  height: auto;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .card-list .item img:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .card-list .item a {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .card-list .item a:hover {
  color: #555;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .menu-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .product .menu-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product .product-intro {
  background: #293794;
  color: #fff;
  padding: 45px 30px;
  line-height: 150%;
}
.product .product-intro .cate {
  color: #f0db0f;
  font-weight: bold;
  margin-bottom: 10px;
}
.product .product-intro .numbers {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 120%;
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.product .product-intro .intro {
  font-size: 18px;
}
@media (max-width: 768px) {
  .product .product-intro .intro {
    margin-top: 30px;
  }
}
.product .product-features {
  margin-top: 60px;
}
.product .product-features .right {
  margin-top: 20px;
}
.product .product-features .right p {
  line-height: 140%;
}
.product .product-features .title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0 5px 15px;
  margin-bottom: 20px;
}
.product .product-features .title:before {
  content: "";
  background: #3c1a7e;
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product .product-features ul {
  margin-top: 10px;
}
.product .product-features ul li {
  padding-bottom: 10px;
  padding-left: 25px;
  line-height: 150%;
}
.product .product-features ul li:before {
  content: "◼︎";
  color: #f0db0f;
  display: inline-block;
  font-size: 15px;
  text-indent: -17px;
  padding-right: 10px;
  margin-left: -10px;
}
.product .product-features .purple-btn {
  margin-top: 20px;
  padding: 15px 35px;
}
.product .product-features .kcg-slider .content {
  margin: 20px;
}
.product .product-features .kcg-slider .content img {
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 15px;
}
.product .product-features .kcg-slider .owl-nav {
  margin-bottom: 20px;
}
.product .product-features .kcg-slider .owl-nav .owl-prev,
.product .product-features .kcg-slider .owl-nav .owl-next {
  text-indent: -99999px;
  background: url(../images/ui/arrow.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: 10px;
  margin: 0;
}
.product .product-features .kcg-slider .owl-nav .owl-next {
  background: url(../images/ui/arrow-next.svg) no-repeat center center;
  background-size: 10px;
}
.product .product-features .thumbnail-slider-container {
  margin-left: 20px;
}
.product .product-features .thumbnail-slider-container .item {
  margin-right: 10px;
}
.product .product-features .thumbnail-slider-container .content img {
  background: #fff;
  padding: 10px 5px;
}
.product .product-features .thumbnail-slider-container .currentSelected {
  border: 1px solid #ccc;
}
.product .product-features .thumbnail-slider-container .owl-dots span {
  background: #ccc;
}
.product .product-features .thumbnail-slider-container .owl-theme .owl-dots .owl-dot.active span,
.product .product-features .thumbnail-slider-container .owl-theme .owl-dots .owl-dot:hover span {
  background: #3c1a7e;
}
.product .product-tabs {
  border-bottom: 2px solid #3c1a7e;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
.product .product-tabs li a {
  padding: 15px;
  width: 200px;
  text-align: center;
  color: #777;
  font-weight: bold;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .product .product-tabs li a {
    width: auto;
    padding: 15px 10px;
    font-size: 14px;
  }
}
.product .product-tabs li a.active {
  background: #3c1a7e;
  color: #fff;
}
.product .product-tabs li a:hover {
  background: #3c1a7e;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .detail table {
  width: 100% !important;
  line-height: 150%;
  margin-bottom: 100px;
}
.product .detail table th {
  background: #eee;
  padding: 10px 15px;
  border: 1px solid #fff;
  font-weight: bold;
  color: #000;
}
.product .detail table td {
  padding: 10px 15px;
  border: 1px solid #eee;
}
.product .compare {
  width: 100%;
  line-height: 150%;
  margin-bottom: 100px;
}
.product .compare tr:first-child td {
  text-align: center;
}
.product .compare th {
  background: #eee;
  padding: 20px;
  width: 20%;
  border: 1px solid #fff;
  font-weight: bold;
  color: #000;
}
.product .compare td {
  padding: 20px;
  border: 1px solid #eee;
  position: relative;
}
.product .compare td a {
  display: block;
  color: #3c1a7e;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  text-align: center;
}
.product .compare td a:hover {
  color: #555;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .compare td .delete-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  cursor: pointer;
  background: none;
}
.product .compare td .delete-btn img {
  padding: 0;
}
.product .compare td .purple-btn {
  margin-top: 10px;
  padding: 8px 20px;
}
.product .compare tr.highlight th,
.product .compare tr.highlight td {
  background: #d1effe;
  border: 1px solid #fff;
}
.product .compare img {
  max-width: 100%;
  height: auto;
  padding: 20px;
}
.product .download-items {
  margin: 20px 0;
}
.product .download-items a {
  background: url(../images/ui/download-y.svg) no-repeat left 3px;
  padding-left: 40px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 10px;
  display: block;
  background-size: 23px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product .download-items a:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  color: #777;
  background: url(../images/ui/download-y-hover.svg) no-repeat left 3px;
  background-size: 23px;
}

.about {
  color: #fff;
  margin-bottom: -160px;
}
.about #content {
  padding-top: 0;
}
.about .block01 {
  background: url(../images/ui/about-bg.jpg) no-repeat center 35%;
  padding: 10% 0;
}
@media (min-width: 1200px) {
  .about .block01 {
    background-size: 100%;
  }
}
.about .block01 .table-rwd td:first-child {
  vertical-align: middle;
  line-height: 150%;
}
.about .block02 {
  padding: 75px 0;
  background: #000;
}
.about .block02 table {
  margin-top: 50px;
}
.about .block02 table td {
  text-align: center;
}
.about .block02 table td img {
  margin: 0 15px;
}

.solution {
  margin-bottom: -100px;
}
.solution #content {
  background: #000;
  padding: 0;
  color: #fff;
}
.solution .item-page {
  padding: 50px 0 150px 0px;
}
.solution h1 {
  background: none;
}
.solution ul li {
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 20px;
}
.solution ul li a {
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.solution ul li a:hover {
  color: #f0db0f;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.solution ul li:before {
  content: "";
  background: #f0db0f;
  height: 2px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 15px;
}

.blog {
  margin-bottom: 50px;
}
.blog h2 {
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
  padding-top: 30px;
}
.blog img {
  max-width: 100%;
  height: auto;
}

.kkcontent-blog-item {
  line-height: 160%;
}
.kkcontent-blog-item .item-wrap {
  display: block;
  margin-bottom: 30px;
  padding: 30px;
  background: #efefef;
  height: 500px;
  border-top: 5px solid #f0db0f;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  position: relative;
}
.kkcontent-blog-item .item-wrap:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  background: #e6e6e6;
  border-top: 5px solid #3c1a7e;
}
.kkcontent-blog-item .item-wrap:hover h3 {
  opacity: 0.6;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-blog-item .item-wrap:hover .more:after {
  transform: translateX(3px);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-blog-item .item-wrap img {
  max-width: 100%;
}
.kkcontent-blog-item h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-blog-item .blog-date {
  font-size: 15px;
  color: #999;
  display: block;
  padding: 5px 0;
}
.kkcontent-blog-item .more {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #3c1a7e;
}
.kkcontent-blog-item .more:after {
  content: "⟩⟩";
  display: inline-block;
  padding-left: 5px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.kkcontent-event-item {
  border-bottom: 1px solid #d8d8d8;
  padding: 30px 0;
}
.kkcontent-event-item:last-child {
  border: none;
}
.kkcontent-event-item .title {
  color: #3c1a7e;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 20px;
}
.kkcontent-event-item .title:before {
  position: absolute;
  left: 0;
  top: 13px;
  display: inline-block;
  content: "";
  background: #f0db0f;
  height: 2px;
  width: 20px;
}
.kkcontent-event-item img {
  padding: 0 20%;
}
@media (max-width: 768px) {
  .kkcontent-event-item img {
    margin-bottom: 20px;
  }
}
.kkcontent-event-item .intro {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .kkcontent-event-item .intro {
    flex-direction: column;
  }
}
.kkcontent-event-item .intro table {
  width: 80%;
}
.kkcontent-event-item .intro table th {
  width: 20%;
  color: #888888;
  font-weight: bold;
  padding-bottom: 5px;
}
.kkcontent-event-item .intro .link {
  margin-top: 30px;
}
.kkcontent-event-item .intro .link a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 40px 10px 20px;
  background: url(../images/ui/url-links-icon.svg) no-repeat 85% center #f0db0f;
  color: #000;
  font-weight: 400;
  border: 1px solid transparent;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-event-item .intro .link a:hover {
  background: url(../images/ui/url-links-icon.svg) no-repeat 87% center #fff;
  color: #3c1a7e;
  border: 1px solid #3c1a7e;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.kkcontent-location-item .title {
  background: url(../images/ui/location-icon.svg) no-repeat 20px center;
  padding-left: 20px;
  padding-bottom: 15px;
  padding: 20px 0 20px 60px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
  font-size: 22px;
  font-weight: bold;
}
.kkcontent-location-item .intro {
  line-height: 150%;
  padding-left: 20px;
}

.GSearchBlock {
  display: flex;
  flex-direction: row;
}
.GSearchBlock .custom-field h3 {
  display: none !important;
}
.GSearchBlock .gsearch-buttons {
  display: inline-block;
  margin-top: 0;
}

.kkcontent-roadmap-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.kkcontent-roadmap-item .title {
  background: #eee;
  padding: 25px;
  font-size: 20px;
  color: #3c1a7e;
}
.kkcontent-roadmap-item .intro {
  padding: 25px;
}
.kkcontent-roadmap-item .intro ul li {
  margin-bottom: 15px;
}
.kkcontent-roadmap-item .intro ul li a {
  display: block;
  background: url(../images/ui/download-y.svg) no-repeat 0 0;
  padding: 8px 0 7px 40px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-roadmap-item .intro ul li a:hover {
  background: url(../images/ui/download-y-hover.svg) no-repeat 0px 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.kkcontent-report-item {
  margin-bottom: 40px;
}
.kkcontent-report-item .title {
  background: url(../images/ui/report-icon.svg) no-repeat 30px center #3c1a7e;
  padding: 20px 15px 20px 80px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.kkcontent-report-item:nth-child(even) .intro {
  background: #f7f7f7;
}
.kkcontent-report-item .intro {
  border: 3px solid #f7f7f7;
  padding: 30px 0;
}
.kkcontent-report-item .intro ul {
  margin-left: 30px;
}
.kkcontent-report-item .intro ul li {
  padding-bottom: 10px;
  margin-right: 20px;
  padding-right: 20px;
  background: url(../images/ui/download-icon.svg) no-repeat right 10px;
}
.kkcontent-report-item .intro ul li:hover {
  background: url(../images/ui/download-icon-hover.svg) no-repeat right 10px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-report-item .intro ul li a {
  padding: 15px 0;
  display: block;
  font-weight: bold;
  width: 80%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

/*# sourceMappingURL=template.css.map */
