@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

select,
input {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

.table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

.table .tr {
  display: table-row;
}

.table .tr .th {
  display: table-cell;
  border: 1px solid #666;
  text-align: center;
  padding: 10px 30px;
}

.table .tr .td {
  display: table-cell;
  border: 1px solid #666;
  padding: 5px 20px;
}

.go_top {
  position: fixed;
  right: 10px;
  bottom: 100px;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

body {
  font-family: '微軟正黑體',arial;
}

*::-ms-backdrop, header {
  position: fixed;
  width: 100%;
}

header {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  z-index: 999999;
  top: 0;
  background-image: url("../images/top_bg.jpg");
  height: 150px;
}

@media only screen and (max-width: 991px) {
  header {
    background-image: none;
    height: 50px;
    background: #224e8e;
    background: -webkit-gradient(linear, left top, right top, from(#31639d), to(#163c81));
    background: linear-gradient(90deg, #31639d 0%, #163c81 100%);
    background: -o-linear-gradient(90deg, #31639d 0%, #163c81 100%);
    border-bottom: 1px solid #fff;
  }
}

header .header_wrap {
  width: 100%;
  height: 150px;
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  header .header_wrap {
    height: 50px;
  }
}

header .header_wrap nav {
  width: 100%;
  height: 100%;
  position: relative;
}

header .header_wrap nav .nav_header {
  width: 20%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  min-width: 260px;
  height: 100%;
}

header .header_wrap nav .nav_header .main_logo {
  width: 100%;
  height: 100%;
  position: relative;
  left: 60px;
}

@media only screen and (max-width: 991px) {
  header .header_wrap nav .nav_header .main_logo {
    width: 60%;
    left: 10px;
  }
}

header .header_wrap nav .nav_header .main_logo a {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-top: 55px;
}

@media only screen and (max-width: 991px) {
  header .header_wrap nav .nav_header .main_logo a {
    padding-top: 12px;
  }
}

header .header_wrap nav .nav_header .main_logo a img {
  width: 100%;
  height: auto;
}

header .header_wrap nav .nav_header .main_logo .logo_bg {
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -100;
  top: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: skewX(-20deg) translateX(-28px);
          transform: skewX(-20deg) translateX(-28px);
}

@media only screen and (max-width: 991px) {
  header .header_wrap nav .nav_header .main_logo .logo_bg {
    width: 120%;
  }
}

header .header_wrap nav .nav_header .navbtn {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 25px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  z-index: 999999999;
}

header .header_wrap nav .nav_header .navbtn .icon-bar {
  display: block;
  height: 3px;
  border-radius: 5px;
  margin: 5px auto;
  width: 100%;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  header .header_wrap nav .nav_header .navbtn {
    display: block;
    top: 10px;
  }
}

header .header_wrap nav .nav_header .navbtn.clicked span {
  background: #962d32 !important;
}

header .header_wrap nav .main_menu {
  width: calc(80% - 60px);
  float: right;
  background: none;
  max-width: none;
  height: auto;
  text-align: right;
  position: absolute;
  right: 0;
  height: 100%;
  padding-top: 60px;
}

header .header_wrap nav .main_menu .lang {
  position: absolute;
  top: 20px;
  right: 30px;
}

header .header_wrap nav .main_menu .lang a {
  margin: 0 5px;
}

header .header_wrap nav .main_menu > li {
  display: inline-block;
  text-align: center;
  position: relative;
  width: calc(100% / 7);
  height: 44px;
  line-height: 44px;
  position: relative;
}

header .header_wrap nav .main_menu > li:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-transform: skewX(-20deg) translateX(0px);
          transform: skewX(-20deg) translateX(0px);
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

header .header_wrap nav .main_menu > li > a {
  font-size: 15px;
  color: white;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0px;
  display: block;
  padding: 0 10px;
}

header .header_wrap nav .main_menu > li.selected a,
header .header_wrap nav .main_menu > li:hover > a {
  color: rgba(255, 255, 255, 0.5);
}

header .header_wrap nav .main_menu > li.active:hover > a,
header .header_wrap nav .main_menu > li.active > a {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  padding: 0 0 5px 0;
}

header .header_wrap nav .main_menu > li.active:before {
  width: 100%;
  background: #0e2f63;
  z-index: -1;
}

header .header_wrap nav .main_menu > li .menu_more {
  display: none;
}

header .header_wrap nav .main_menu > li .tab_box {
  position: absolute;
  text-align: center;
  padding: 0;
  font-size: 14px;
  background: #fff;
  width: 130px;
  left: calc((100% - 130px)/2);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  top: 100%;
  border-radius: 5px;
  display: none;
  overflow: hidden;
}

header .header_wrap nav .main_menu > li .tab_box a {
  display: block;
  color: #346c98;
  line-height: 30px;
  position: relative;
  width: 100%;
  text-decoration: none;
}

header .header_wrap nav .main_menu > li .tab_box a i.fa {
  position: absolute;
  right: 0px;
  top: 8px;
}

header .header_wrap nav .main_menu > li .tab_box a:hover {
  background: #346c98;
  color: #fff;
}

header .header_wrap nav .main_menu > li:hover .tab_box {
  display: block;
}

header .header_wrap nav .sub_menu_list {
  position: absolute;
}

header .header_wrap nav .main_menu.show_menu {
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  right: 0;
  top: 0;
  max-width: 320px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
}

header .header_wrap nav .main_menu.show_menu li {
  display: block;
}

header .header_wrap nav .main_menu.show_menu li.active a {
  border: none;
}

header .header_wrap nav .main_menu.show_menu .products_list {
  position: static;
  width: 90%;
  margin: 0 auto;
}

header .header_wrap nav .main_menu.show_menu .sub_menu_list {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: none !important;
  position: static !important;
}

.body_menu_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  width: 100%;
}

.body_menu_wrap .navbtn {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 12px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  z-index: 99999999999;
}

.body_menu_wrap .navbtn .icon-bar {
  display: block;
  height: 3px;
  border-radius: 5px;
  margin: 5px auto;
  width: 100%;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .body_menu_wrap .navbtn {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .body_menu_wrap .navbtn {
    top: 12px;
  }
}

.body_menu_wrap .navbtn.clicked span {
  background: #346c98 !important;
}

.body_menu_wrap .main_menu {
  width: calc(100% - 300px);
  float: right;
  height: 60px;
  text-align: center;
  background: none;
  max-width: none;
}

.body_menu_wrap .main_menu .lang {
  position: static;
  top: 20px;
  right: 30px;
}

.body_menu_wrap .main_menu .lang a {
  margin: 0 5px;
}

.body_menu_wrap .main_menu > li {
  display: inline-block;
  line-height: 60px;
}

.body_menu_wrap .main_menu > li button {
  display: none;
}

@media only screen and (max-width: 991px) {
  .body_menu_wrap .main_menu > li .tab_box {
    font-size: 13px;
    display: none;
  }
  .body_menu_wrap .main_menu > li .tab_box li {
    padding: 5px;
    line-height: 20px;
  }
  .body_menu_wrap .main_menu > li .tab_box a {
    color: #346c98;
  }
}

.body_menu_wrap .main_menu > li > a {
  margin: 21px 10px;
  font-size: 15px;
  color: #346c98;
  text-decoration: none;
  font-weight: normal;
  display: block;
  height: 18px;
  line-height: 18px;
}

@media only screen and (max-width: 1050px) {
  .body_menu_wrap .main_menu > li > a {
    font-size: 15px;
  }
}

.body_menu_wrap .main_menu > li.selected a,
.body_menu_wrap .main_menu > li:hover > a {
  font-weight: bold;
  color: #346c98;
}

.body_menu_wrap .main_menu > li.active:hover > a,
.body_menu_wrap .main_menu > li.active > a {
  color: #346c98;
  border-bottom: 1px solid #346c98;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  font-weight: bold;
}

@media only screen and (max-width: 1050px) {
  .body_menu_wrap .main_menu > li.active:hover > a,
  .body_menu_wrap .main_menu > li.active > a {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.body_menu_wrap .main_menu > li > .products_list {
  position: absolute;
  top: 60px;
  color: #fff;
  display: none;
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li {
  display: block;
  position: relative;
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li > a {
  color: #fff;
  display: block;
  background: #14646e;
  padding: 15px;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  line-height: 15px;
  text-align: left;
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li > a > span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  -webkit-transform: scale(0.9) translateX(-12px);
  transform: scale(0.9) translateX(-12px);
  letter-spacing: 1px;
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li > a > i.fa {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li > a > i.fa:before {
  content: "\f0da";
  position: relative;
  top: 30%;
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li:hover > a {
  background: white;
  color: #126371;
}

@media only screen and (max-width: 767px) {
  .body_menu_wrap .main_menu > li > .products_list > ul.main_list > li:hover > a {
    background: #eee;
  }
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li:hover > .sub_menu_list {
  display: block;
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li > .sub_menu_list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  text-align: left;
  min-width: 320px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .body_menu_wrap .main_menu > li > .products_list > ul.main_list > li > .sub_menu_list {
    min-width: 0 !important;
  }
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li > .sub_menu_list li {
  line-height: 30px;
  background: white;
  font-size: 13px;
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li > .sub_menu_list li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li > .sub_menu_list li:hover {
  background: #346c98;
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li > .sub_menu_list li:hover a {
  color: #fff;
}

.body_menu_wrap .main_menu > li > .products_list > ul.main_list > li > .sub_menu_list li a {
  text-decoration: none;
  color: #126371;
  padding: 10px;
}

.body_menu_wrap .main_menu > li:hover > .products_list {
  display: block !important;
}

.body_menu_wrap .main_menu.show_menu {
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 9999999999;
  right: 0;
  top: 0;
  max-width: 320px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
  overflow-x: hidden;
}

.body_menu_wrap .main_menu.show_menu li {
  display: block;
}

.body_menu_wrap .main_menu.show_menu li.active a {
  border: none;
}

.body_menu_wrap .main_menu.show_menu .products_list {
  position: static;
  width: 90%;
  margin: 0 auto;
}

.body_menu_wrap .main_menu.show_menu .sub_menu_list {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: none !important;
  position: static !important;
}

@-webkit-keyframes menu_anis {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes menu_anis {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.footer-1 {
  background: #eceeef;
  color: #333;
  text-align: center;
  width: 100%;
  padding: 30px 0;
}

.footer-1 .footer_wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 0 5px;
}

@media only screen and (max-width: 767px) {
  .footer-1 .footer_wrap {
    padding: 10px 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media only screen and (max-width: 767px) {
  .footer-1 .footer_wrap .site_map {
    display: none;
  }
}

.footer-1 .footer_wrap .site_map a {
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
  font-size: 13px;
  font-weight: normal;
}

.footer-1 .footer_wrap .bottom_logo {
  margin: 1rem auto;
}

@media only screen and (max-width: 767px) {
  .footer-1 .footer_wrap .bottom_logo {
    margin: 0.5rem auto;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.footer-1 .footer_wrap .copyright {
  font-size: 13px;
  text-align: center;
  line-height: 2rem;
}

.footer-1 .footer_wrap .copyright span {
  display: inline-block;
}

@media only screen and (min-width: 767px) {
  .footer-1 .footer_wrap .copyright .txt {
    position: relative;
    bottom: 20px;
  }
}

.footer-1 .footer_wrap .copyright .icons {
  padding-top: 0;
  margin-bottom: 0;
}

.footer-1 .footer_wrap .copyright .icons a {
  margin: 5px;
  width: 60px;
  display: inline-block;
}

.footer-1 .footer_wrap .copyright .icons img {
  width: 100%;
}

.footer-1 .footer_wrap .copyright .icons img.facebook {
  top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .footer-1 .footer_wrap .copyright {
    width: 90%;
    margin: 0 auto;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.footer-2 .footer_wrap {
  background: #4f6f88;
  color: white;
  width: 100%;
  overflow: hidden;
  font-size: 13px;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.footer-2 .footer_wrap .row {
  padding: 5px 0 20px;
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .footer-2 .footer_wrap .row {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap .row {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.footer-2 .footer_wrap .row h4 {
  font-size: 16px;
  color: #fff;
  margin: 35px 0;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap .row h4 {
    font-size: 14px;
    margin: 25px 0;
  }
}

.footer-2 .footer_wrap .row .group_1 {
  width: 36%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .footer-2 .footer_wrap .row .group_1 {
    width: 31%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap .row .group_1 {
    width: 100%;
  }
}

.footer-2 .footer_wrap .row .group_1 .footer_logo {
  width: 80px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap .row .group_1 .footer_logo {
    width: 15%;
    margin: 0 auto;
  }
}

.footer-2 .footer_wrap .row .group_1 .footer_logo img {
  width: 100%;
}

.footer-2 .footer_wrap .row .group_1 p {
  line-height: 25px;
  padding-top: 25px;
  text-align: left;
  max-width: 430px;
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap .row .group_1 p {
    line-height: 20px;
    padding-top: 20px;
    text-align: left;
    max-width: none;
  }
}

.footer-2 .footer_wrap .row .group_2 {
  width: 27%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .footer-2 .footer_wrap .row .group_2 {
    width: 32%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap .row .group_2 {
    width: 100%;
  }
}

.footer-2 .footer_wrap .row .group_2 .add_box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap .row .group_2 .add_box {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.footer-2 .footer_wrap .row .group_2 span {
  display: block;
  height: 25px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap .row .group_2 span {
    height: 20px;
    line-height: 20px;
  }
}

.footer-2 .footer_wrap .row .group_3 {
  width: 23%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap .row .group_3 {
    width: 100%;
  }
}

.footer-2 .footer_wrap .row .group_3 input.name::-webkit-input-placeholder,
.footer-2 .footer_wrap .row .group_3 input.email::-webkit-input-placeholder,
.footer-2 .footer_wrap .row .group_3 textarea.msg::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
}

.footer-2 .footer_wrap .row .group_3 input.name:-ms-input-placeholder,
.footer-2 .footer_wrap .row .group_3 input.email:-ms-input-placeholder,
.footer-2 .footer_wrap .row .group_3 textarea.msg:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
}

.footer-2 .footer_wrap .row .group_3 input.name::-ms-input-placeholder,
.footer-2 .footer_wrap .row .group_3 input.email::-ms-input-placeholder,
.footer-2 .footer_wrap .row .group_3 textarea.msg::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
}

.footer-2 .footer_wrap .row .group_3 input.name::placeholder,
.footer-2 .footer_wrap .row .group_3 input.email::placeholder,
.footer-2 .footer_wrap .row .group_3 textarea.msg::placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap .row .group_3 input.name::-webkit-input-placeholder,
  .footer-2 .footer_wrap .row .group_3 input.email::-webkit-input-placeholder,
  .footer-2 .footer_wrap .row .group_3 textarea.msg::-webkit-input-placeholder {
    font-size: 13px;
  }
  .footer-2 .footer_wrap .row .group_3 input.name:-ms-input-placeholder,
  .footer-2 .footer_wrap .row .group_3 input.email:-ms-input-placeholder,
  .footer-2 .footer_wrap .row .group_3 textarea.msg:-ms-input-placeholder {
    font-size: 13px;
  }
  .footer-2 .footer_wrap .row .group_3 input.name::-ms-input-placeholder,
  .footer-2 .footer_wrap .row .group_3 input.email::-ms-input-placeholder,
  .footer-2 .footer_wrap .row .group_3 textarea.msg::-ms-input-placeholder {
    font-size: 13px;
  }
  .footer-2 .footer_wrap .row .group_3 input.name::placeholder,
  .footer-2 .footer_wrap .row .group_3 input.email::placeholder,
  .footer-2 .footer_wrap .row .group_3 textarea.msg::placeholder {
    font-size: 13px;
  }
}

.footer-2 .footer_wrap .row .group_3 input.name,
.footer-2 .footer_wrap .row .group_3 input.email,
.footer-2 .footer_wrap .row .group_3 textarea.msg {
  display: block;
  width: calc(100%);
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  outline: none;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap .row .group_3 input.name,
  .footer-2 .footer_wrap .row .group_3 input.email,
  .footer-2 .footer_wrap .row .group_3 textarea.msg {
    font-size: 13px;
  }
}

.footer-2 .footer_wrap .row .group_3 textarea.msg {
  height: 60px;
  overflow: hidden;
  resize: none;
}

.footer-2 .footer_wrap .row .group_3 button.send {
  background: #fff;
  color: #000;
  border-radius: 0;
  border: none;
  padding: 5px 12px;
  opacity: 1;
  font-size: 15px;
  outline: none;
  letter-spacing: 2px;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .footer-2 .footer_wrap .row .group_3 button.send {
    font-size: 13px;
    width: 100%;
    padding: 10px 12px;
  }
}

.footer-2 .footer_wrap .row .group_3 button.send:hover {
  background: #000;
  color: #fff;
}

.footer-2 .copyright {
  height: 80px;
  width: 100%;
  background: #222;
  line-height: 80px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer-2 .copyright {
    height: calc(106px * 0.6);
  }
}

.footer-2 .copyright .row {
  padding: 0 30px;
}

.footer-2 .copyright .row span:nth-child(1) {
  float: none;
}

@media only screen and (max-width: 1200px) {
  .footer-2 .copyright .row {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

@media only screen and (max-width: 767px) {
  .footer-2 .copyright .row {
    height: calc(90px * 0.6);
    padding-top: 10px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  .footer-2 .copyright .row span:nth-child(1), .footer-2 .copyright .row span:nth-child(2) {
    display: block;
    float: none;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
  }
}

*::-ms-backdrop, body {
  padding-top: 65px;
}

@media only screen and (max-width: 767px) {
  *::-ms-backdrop, body {
    padding-top: 45px;
  }
}

.home_slicker {
  width: 100%;
  position: relative;
  background: #fff;
}

.home_slicker:after {
  content: '';
  display: none;
  width: calc((100% - 1200px)/2);
  position: absolute;
  right: 0;
  height: 100%;
  background: #275d82;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .home_slicker:after {
    display: block;
  }
}

.home_slicker .slicker_info {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-family: "微軟正黑體";
  font-weight: 800;
  z-index: 9999;
  top: 55%;
  text-shadow: 0 0 19px #094073;
  font-style: italic;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .home_slicker .slicker_info {
    top: 25%;
    font-size: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .home_slicker .slicker_info {
    top: 25%;
    font-size: 25px;
  }
}

.home_slicker .slicker_info h2 span {
  display: block;
  padding: 10px 0;
}

.home_slicker .slicker_info h2 span:nth-child(1) {
  position: relative;
  left: -5%;
}

.home_slicker .slicker_info h2 span:nth-child(2) {
  position: relative;
  right: -5%;
}

.home_slicker .slicker_mask {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 999999;
  pointer-events: none;
  display: none;
}

.home_slicker .slicker_mask img {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  left: -1%;
}

.home_slicker .sticker_wrap {
  width: 100%;
  margin-bottom: 0;
  opacity: 1;
}

.home_slicker .sticker_wrap .items {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  /*
      @media only screen and (min-width: 1900px) {
        height: 700px;
      }

      @media only screen and (min-width: 1024px) {
        height: 650px;
      }

      @media only screen and (max-width: 1024px) {
        height: 500px;
      }

      @media only screen and (max-width: 767px) {
        height: 250px;
      }
      */
}

.home_slicker .sticker_wrap .items img {
  width: 100%;
  margin: 30px 0%;
}

@media only screen and (max-width: 991px) {
  .home_slicker .sticker_wrap .items img {
    width: 100%;
    margin: 0;
  }
}

.home_slicker .sticker_wrap .slick-dots {
  bottom: 10%;
}

.home_slicker .sticker_wrap .slick-dots li button:before {
  font-size: 16px !important;
  color: #124d93;
}

.home_slicker .sticker_wrap .slick-prev {
  left: 10px;
  z-index: 1;
  width: 30px;
  height: 30px;
  top: 55%;
}

.home_slicker .sticker_wrap .slick-next {
  right: 10px;
  z-index: 1;
  width: 30px;
  height: 30px;
  top: 55%;
}

.home_slicker .sticker_wrap .slick-prev:before, .home_slicker .sticker_wrap .slick-next:before {
  font-size: 30px;
}

.main_title {
  font-size: 30px;
  line-height: 40px;
  color: #346c98;
  padding: 1% 0%;
  margin: 1.5% 1% 3%;
  text-align: left;
  font-weight: 600;
  font-family: '微軟正黑體',Sans-serif;
  position: relative;
  letter-spacing: 2px;
  z-index: 1;
  display: block;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .main_title {
    font-size: 25px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .main_title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 321px) {
  .main_title {
    font-size: 18px;
    line-height: 45px;
  }
}

.main_title:after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, #999), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #999 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #999 50%, rgba(255, 255, 255, 0) 100%);
}

.detail,
.movies,
.product,
.download,
.about,
.contact,
.index {
  width: 100%;
}

.detail .product_search .search_bar .row .contents.search_detail,
.movies .product_search .search_bar .row .contents.search_detail,
.product .product_search .search_bar .row .contents.search_detail,
.download .product_search .search_bar .row .contents.search_detail,
.about .product_search .search_bar .row .contents.search_detail,
.contact .product_search .search_bar .row .contents.search_detail,
.index .product_search .search_bar .row .contents.search_detail {
  display: none;
}

.detail .main_content,
.movies .main_content,
.product .main_content,
.download .main_content,
.about .main_content,
.contact .main_content,
.index .main_content {
  overflow: hidden;
}

.detail .note,
.movies .note,
.product .note,
.download .note,
.about .note,
.contact .note,
.index .note {
  position: fixed;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 90999999999;
  display: none;
  border: 2px solid #fff;
  padding: 15px 20px;
  left: calc((100% - 204px)/2);
  width: 160px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
}

.detail .section-1 .row, .detail .section-2 .row,
.movies .section-1 .row,
.movies .section-2 .row,
.product .section-1 .row,
.product .section-2 .row,
.download .section-1 .row,
.download .section-2 .row,
.about .section-1 .row,
.about .section-2 .row,
.contact .section-1 .row,
.contact .section-2 .row,
.index .section-1 .row,
.index .section-2 .row {
  width: calc(100%);
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 0;
}

@media only screen and (max-width: 767px) {
  .detail .section-1 .row, .detail .section-2 .row,
  .movies .section-1 .row,
  .movies .section-2 .row,
  .product .section-1 .row,
  .product .section-2 .row,
  .download .section-1 .row,
  .download .section-2 .row,
  .about .section-1 .row,
  .about .section-2 .row,
  .contact .section-1 .row,
  .contact .section-2 .row,
  .index .section-1 .row,
  .index .section-2 .row {
    width: calc(100%);
    padding: 20px 0;
  }
}

.detail .section-1 .row .contents, .detail .section-2 .row .contents,
.movies .section-1 .row .contents,
.movies .section-2 .row .contents,
.product .section-1 .row .contents,
.product .section-2 .row .contents,
.download .section-1 .row .contents,
.download .section-2 .row .contents,
.about .section-1 .row .contents,
.about .section-2 .row .contents,
.contact .section-1 .row .contents,
.contact .section-2 .row .contents,
.index .section-1 .row .contents,
.index .section-2 .row .contents {
  width: calc(100%);
  float: right;
  background: #fff;
  padding: 20px 30px 30px;
}

@media only screen and (max-width: 767px) {
  .detail .section-1 .row .contents, .detail .section-2 .row .contents,
  .movies .section-1 .row .contents,
  .movies .section-2 .row .contents,
  .product .section-1 .row .contents,
  .product .section-2 .row .contents,
  .download .section-1 .row .contents,
  .download .section-2 .row .contents,
  .about .section-1 .row .contents,
  .about .section-2 .row .contents,
  .contact .section-1 .row .contents,
  .contact .section-2 .row .contents,
  .index .section-1 .row .contents,
  .index .section-2 .row .contents {
    width: calc(100%);
    padding: 20px;
    float: none;
  }
}

.detail .section-1 .row .contents .txt_wrap h5.sub_title, .detail .section-2 .row .contents .txt_wrap h5.sub_title,
.movies .section-1 .row .contents .txt_wrap h5.sub_title,
.movies .section-2 .row .contents .txt_wrap h5.sub_title,
.product .section-1 .row .contents .txt_wrap h5.sub_title,
.product .section-2 .row .contents .txt_wrap h5.sub_title,
.download .section-1 .row .contents .txt_wrap h5.sub_title,
.download .section-2 .row .contents .txt_wrap h5.sub_title,
.about .section-1 .row .contents .txt_wrap h5.sub_title,
.about .section-2 .row .contents .txt_wrap h5.sub_title,
.contact .section-1 .row .contents .txt_wrap h5.sub_title,
.contact .section-2 .row .contents .txt_wrap h5.sub_title,
.index .section-1 .row .contents .txt_wrap h5.sub_title,
.index .section-2 .row .contents .txt_wrap h5.sub_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 46px;
  color: #346c98;
}

@media only screen and (max-width: 767px) {
  .detail .section-1 .row .contents .txt_wrap h5.sub_title, .detail .section-2 .row .contents .txt_wrap h5.sub_title,
  .movies .section-1 .row .contents .txt_wrap h5.sub_title,
  .movies .section-2 .row .contents .txt_wrap h5.sub_title,
  .product .section-1 .row .contents .txt_wrap h5.sub_title,
  .product .section-2 .row .contents .txt_wrap h5.sub_title,
  .download .section-1 .row .contents .txt_wrap h5.sub_title,
  .download .section-2 .row .contents .txt_wrap h5.sub_title,
  .about .section-1 .row .contents .txt_wrap h5.sub_title,
  .about .section-2 .row .contents .txt_wrap h5.sub_title,
  .contact .section-1 .row .contents .txt_wrap h5.sub_title,
  .contact .section-2 .row .contents .txt_wrap h5.sub_title,
  .index .section-1 .row .contents .txt_wrap h5.sub_title,
  .index .section-2 .row .contents .txt_wrap h5.sub_title {
    font-size: 17px;
    font-weight: 400;
    line-height: 40px;
  }
}

.detail .section-1 .row .contents .txt_wrap p, .detail .section-2 .row .contents .txt_wrap p,
.movies .section-1 .row .contents .txt_wrap p,
.movies .section-2 .row .contents .txt_wrap p,
.product .section-1 .row .contents .txt_wrap p,
.product .section-2 .row .contents .txt_wrap p,
.download .section-1 .row .contents .txt_wrap p,
.download .section-2 .row .contents .txt_wrap p,
.about .section-1 .row .contents .txt_wrap p,
.about .section-2 .row .contents .txt_wrap p,
.contact .section-1 .row .contents .txt_wrap p,
.contact .section-2 .row .contents .txt_wrap p,
.index .section-1 .row .contents .txt_wrap p,
.index .section-2 .row .contents .txt_wrap p {
  font-size: 17px;
  line-height: 30px;
  color: #333;
  text-align: left;
  text-align: -webkit-justify;
  margin-bottom: 20px;
  letter-spacing: 0px;
}

@media only screen and (max-width: 767px) {
  .detail .section-1 .row .contents .txt_wrap p, .detail .section-2 .row .contents .txt_wrap p,
  .movies .section-1 .row .contents .txt_wrap p,
  .movies .section-2 .row .contents .txt_wrap p,
  .product .section-1 .row .contents .txt_wrap p,
  .product .section-2 .row .contents .txt_wrap p,
  .download .section-1 .row .contents .txt_wrap p,
  .download .section-2 .row .contents .txt_wrap p,
  .about .section-1 .row .contents .txt_wrap p,
  .about .section-2 .row .contents .txt_wrap p,
  .contact .section-1 .row .contents .txt_wrap p,
  .contact .section-2 .row .contents .txt_wrap p,
  .index .section-1 .row .contents .txt_wrap p,
  .index .section-2 .row .contents .txt_wrap p {
    font-size: 15px;
    line-height: 26px;
  }
}

.detail .section-1 .row .contents .item_wrap, .detail .section-2 .row .contents .item_wrap,
.movies .section-1 .row .contents .item_wrap,
.movies .section-2 .row .contents .item_wrap,
.product .section-1 .row .contents .item_wrap,
.product .section-2 .row .contents .item_wrap,
.download .section-1 .row .contents .item_wrap,
.download .section-2 .row .contents .item_wrap,
.about .section-1 .row .contents .item_wrap,
.about .section-2 .row .contents .item_wrap,
.contact .section-1 .row .contents .item_wrap,
.contact .section-2 .row .contents .item_wrap,
.index .section-1 .row .contents .item_wrap,
.index .section-2 .row .contents .item_wrap {
  text-align: center;
  padding-top: 20px;
}

.detail .section-1 .row .contents .item_wrap .slick-next, .detail .section-1 .row .contents .item_wrap .slick-prev, .detail .section-2 .row .contents .item_wrap .slick-next, .detail .section-2 .row .contents .item_wrap .slick-prev,
.movies .section-1 .row .contents .item_wrap .slick-next,
.movies .section-1 .row .contents .item_wrap .slick-prev,
.movies .section-2 .row .contents .item_wrap .slick-next,
.movies .section-2 .row .contents .item_wrap .slick-prev,
.product .section-1 .row .contents .item_wrap .slick-next,
.product .section-1 .row .contents .item_wrap .slick-prev,
.product .section-2 .row .contents .item_wrap .slick-next,
.product .section-2 .row .contents .item_wrap .slick-prev,
.download .section-1 .row .contents .item_wrap .slick-next,
.download .section-1 .row .contents .item_wrap .slick-prev,
.download .section-2 .row .contents .item_wrap .slick-next,
.download .section-2 .row .contents .item_wrap .slick-prev,
.about .section-1 .row .contents .item_wrap .slick-next,
.about .section-1 .row .contents .item_wrap .slick-prev,
.about .section-2 .row .contents .item_wrap .slick-next,
.about .section-2 .row .contents .item_wrap .slick-prev,
.contact .section-1 .row .contents .item_wrap .slick-next,
.contact .section-1 .row .contents .item_wrap .slick-prev,
.contact .section-2 .row .contents .item_wrap .slick-next,
.contact .section-2 .row .contents .item_wrap .slick-prev,
.index .section-1 .row .contents .item_wrap .slick-next,
.index .section-1 .row .contents .item_wrap .slick-prev,
.index .section-2 .row .contents .item_wrap .slick-next,
.index .section-2 .row .contents .item_wrap .slick-prev {
  z-index: 999999;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.detail .section-1 .row .contents .item_wrap .slick-next:before, .detail .section-1 .row .contents .item_wrap .slick-prev:before, .detail .section-2 .row .contents .item_wrap .slick-next:before, .detail .section-2 .row .contents .item_wrap .slick-prev:before,
.movies .section-1 .row .contents .item_wrap .slick-next:before,
.movies .section-1 .row .contents .item_wrap .slick-prev:before,
.movies .section-2 .row .contents .item_wrap .slick-next:before,
.movies .section-2 .row .contents .item_wrap .slick-prev:before,
.product .section-1 .row .contents .item_wrap .slick-next:before,
.product .section-1 .row .contents .item_wrap .slick-prev:before,
.product .section-2 .row .contents .item_wrap .slick-next:before,
.product .section-2 .row .contents .item_wrap .slick-prev:before,
.download .section-1 .row .contents .item_wrap .slick-next:before,
.download .section-1 .row .contents .item_wrap .slick-prev:before,
.download .section-2 .row .contents .item_wrap .slick-next:before,
.download .section-2 .row .contents .item_wrap .slick-prev:before,
.about .section-1 .row .contents .item_wrap .slick-next:before,
.about .section-1 .row .contents .item_wrap .slick-prev:before,
.about .section-2 .row .contents .item_wrap .slick-next:before,
.about .section-2 .row .contents .item_wrap .slick-prev:before,
.contact .section-1 .row .contents .item_wrap .slick-next:before,
.contact .section-1 .row .contents .item_wrap .slick-prev:before,
.contact .section-2 .row .contents .item_wrap .slick-next:before,
.contact .section-2 .row .contents .item_wrap .slick-prev:before,
.index .section-1 .row .contents .item_wrap .slick-next:before,
.index .section-1 .row .contents .item_wrap .slick-prev:before,
.index .section-2 .row .contents .item_wrap .slick-next:before,
.index .section-2 .row .contents .item_wrap .slick-prev:before {
  color: #346c98;
  font-size: 32px;
  line-height: 30px;
}

.detail .section-1 .row .contents .item_wrap .slick-next, .detail .section-2 .row .contents .item_wrap .slick-next,
.movies .section-1 .row .contents .item_wrap .slick-next,
.movies .section-2 .row .contents .item_wrap .slick-next,
.product .section-1 .row .contents .item_wrap .slick-next,
.product .section-2 .row .contents .item_wrap .slick-next,
.download .section-1 .row .contents .item_wrap .slick-next,
.download .section-2 .row .contents .item_wrap .slick-next,
.about .section-1 .row .contents .item_wrap .slick-next,
.about .section-2 .row .contents .item_wrap .slick-next,
.contact .section-1 .row .contents .item_wrap .slick-next,
.contact .section-2 .row .contents .item_wrap .slick-next,
.index .section-1 .row .contents .item_wrap .slick-next,
.index .section-2 .row .contents .item_wrap .slick-next {
  right: -25px;
  top: 40%;
}

@media only screen and (max-width: 767px) {
  .detail .section-1 .row .contents .item_wrap .slick-next, .detail .section-2 .row .contents .item_wrap .slick-next,
  .movies .section-1 .row .contents .item_wrap .slick-next,
  .movies .section-2 .row .contents .item_wrap .slick-next,
  .product .section-1 .row .contents .item_wrap .slick-next,
  .product .section-2 .row .contents .item_wrap .slick-next,
  .download .section-1 .row .contents .item_wrap .slick-next,
  .download .section-2 .row .contents .item_wrap .slick-next,
  .about .section-1 .row .contents .item_wrap .slick-next,
  .about .section-2 .row .contents .item_wrap .slick-next,
  .contact .section-1 .row .contents .item_wrap .slick-next,
  .contact .section-2 .row .contents .item_wrap .slick-next,
  .index .section-1 .row .contents .item_wrap .slick-next,
  .index .section-2 .row .contents .item_wrap .slick-next {
    right: -18px;
  }
}

.detail .section-1 .row .contents .item_wrap .slick-prev, .detail .section-2 .row .contents .item_wrap .slick-prev,
.movies .section-1 .row .contents .item_wrap .slick-prev,
.movies .section-2 .row .contents .item_wrap .slick-prev,
.product .section-1 .row .contents .item_wrap .slick-prev,
.product .section-2 .row .contents .item_wrap .slick-prev,
.download .section-1 .row .contents .item_wrap .slick-prev,
.download .section-2 .row .contents .item_wrap .slick-prev,
.about .section-1 .row .contents .item_wrap .slick-prev,
.about .section-2 .row .contents .item_wrap .slick-prev,
.contact .section-1 .row .contents .item_wrap .slick-prev,
.contact .section-2 .row .contents .item_wrap .slick-prev,
.index .section-1 .row .contents .item_wrap .slick-prev,
.index .section-2 .row .contents .item_wrap .slick-prev {
  left: -25px;
  top: 40%;
}

@media only screen and (max-width: 767px) {
  .detail .section-1 .row .contents .item_wrap .slick-prev, .detail .section-2 .row .contents .item_wrap .slick-prev,
  .movies .section-1 .row .contents .item_wrap .slick-prev,
  .movies .section-2 .row .contents .item_wrap .slick-prev,
  .product .section-1 .row .contents .item_wrap .slick-prev,
  .product .section-2 .row .contents .item_wrap .slick-prev,
  .download .section-1 .row .contents .item_wrap .slick-prev,
  .download .section-2 .row .contents .item_wrap .slick-prev,
  .about .section-1 .row .contents .item_wrap .slick-prev,
  .about .section-2 .row .contents .item_wrap .slick-prev,
  .contact .section-1 .row .contents .item_wrap .slick-prev,
  .contact .section-2 .row .contents .item_wrap .slick-prev,
  .index .section-1 .row .contents .item_wrap .slick-prev,
  .index .section-2 .row .contents .item_wrap .slick-prev {
    left: -18px;
  }
}

.detail .section-1 .row .contents .item_wrap .item, .detail .section-2 .row .contents .item_wrap .item,
.movies .section-1 .row .contents .item_wrap .item,
.movies .section-2 .row .contents .item_wrap .item,
.product .section-1 .row .contents .item_wrap .item,
.product .section-2 .row .contents .item_wrap .item,
.download .section-1 .row .contents .item_wrap .item,
.download .section-2 .row .contents .item_wrap .item,
.about .section-1 .row .contents .item_wrap .item,
.about .section-2 .row .contents .item_wrap .item,
.contact .section-1 .row .contents .item_wrap .item,
.contact .section-2 .row .contents .item_wrap .item,
.index .section-1 .row .contents .item_wrap .item,
.index .section-2 .row .contents .item_wrap .item {
  display: block;
  width: calc((100% - 120px) /4);
  float: left;
  margin: 0 15px;
}

.detail .section-1 .row .contents .item_wrap .item > a:hover .pic, .detail .section-2 .row .contents .item_wrap .item > a:hover .pic,
.movies .section-1 .row .contents .item_wrap .item > a:hover .pic,
.movies .section-2 .row .contents .item_wrap .item > a:hover .pic,
.product .section-1 .row .contents .item_wrap .item > a:hover .pic,
.product .section-2 .row .contents .item_wrap .item > a:hover .pic,
.download .section-1 .row .contents .item_wrap .item > a:hover .pic,
.download .section-2 .row .contents .item_wrap .item > a:hover .pic,
.about .section-1 .row .contents .item_wrap .item > a:hover .pic,
.about .section-2 .row .contents .item_wrap .item > a:hover .pic,
.contact .section-1 .row .contents .item_wrap .item > a:hover .pic,
.contact .section-2 .row .contents .item_wrap .item > a:hover .pic,
.index .section-1 .row .contents .item_wrap .item > a:hover .pic,
.index .section-2 .row .contents .item_wrap .item > a:hover .pic {
  -webkit-filter: grayscale(0);
}

.detail .section-1 .row .contents .item_wrap .item .pic, .detail .section-2 .row .contents .item_wrap .item .pic,
.movies .section-1 .row .contents .item_wrap .item .pic,
.movies .section-2 .row .contents .item_wrap .item .pic,
.product .section-1 .row .contents .item_wrap .item .pic,
.product .section-2 .row .contents .item_wrap .item .pic,
.download .section-1 .row .contents .item_wrap .item .pic,
.download .section-2 .row .contents .item_wrap .item .pic,
.about .section-1 .row .contents .item_wrap .item .pic,
.about .section-2 .row .contents .item_wrap .item .pic,
.contact .section-1 .row .contents .item_wrap .item .pic,
.contact .section-2 .row .contents .item_wrap .item .pic,
.index .section-1 .row .contents .item_wrap .item .pic,
.index .section-2 .row .contents .item_wrap .item .pic {
  width: 100%;
  margin: 0 0 10px 0;
  -webkit-filter: grayscale(1);
  position: relative;
}

.detail .section-1 .row .contents .item_wrap .item .pic img, .detail .section-2 .row .contents .item_wrap .item .pic img,
.movies .section-1 .row .contents .item_wrap .item .pic img,
.movies .section-2 .row .contents .item_wrap .item .pic img,
.product .section-1 .row .contents .item_wrap .item .pic img,
.product .section-2 .row .contents .item_wrap .item .pic img,
.download .section-1 .row .contents .item_wrap .item .pic img,
.download .section-2 .row .contents .item_wrap .item .pic img,
.about .section-1 .row .contents .item_wrap .item .pic img,
.about .section-2 .row .contents .item_wrap .item .pic img,
.contact .section-1 .row .contents .item_wrap .item .pic img,
.contact .section-2 .row .contents .item_wrap .item .pic img,
.index .section-1 .row .contents .item_wrap .item .pic img,
.index .section-2 .row .contents .item_wrap .item .pic img {
  width: 100%;
  display: block;
}

.detail .section-1 .row .contents .item_wrap .item .pic .txt_mask, .detail .section-2 .row .contents .item_wrap .item .pic .txt_mask,
.movies .section-1 .row .contents .item_wrap .item .pic .txt_mask,
.movies .section-2 .row .contents .item_wrap .item .pic .txt_mask,
.product .section-1 .row .contents .item_wrap .item .pic .txt_mask,
.product .section-2 .row .contents .item_wrap .item .pic .txt_mask,
.download .section-1 .row .contents .item_wrap .item .pic .txt_mask,
.download .section-2 .row .contents .item_wrap .item .pic .txt_mask,
.about .section-1 .row .contents .item_wrap .item .pic .txt_mask,
.about .section-2 .row .contents .item_wrap .item .pic .txt_mask,
.contact .section-1 .row .contents .item_wrap .item .pic .txt_mask,
.contact .section-2 .row .contents .item_wrap .item .pic .txt_mask,
.index .section-1 .row .contents .item_wrap .item .pic .txt_mask,
.index .section-2 .row .contents .item_wrap .item .pic .txt_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
}

.detail .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_monthly, .detail .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_monthly,
.movies .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_monthly,
.movies .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_monthly,
.product .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_monthly,
.product .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_monthly,
.download .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_monthly,
.download .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_monthly,
.about .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_monthly,
.about .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_monthly,
.contact .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_monthly,
.contact .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_monthly,
.index .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_monthly,
.index .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_monthly {
  display: block;
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
}

.detail .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month, .detail .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month,
.movies .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month,
.movies .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month,
.product .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month,
.product .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month,
.download .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month,
.download .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month,
.about .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month,
.about .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month,
.contact .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month,
.contact .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month,
.index .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month,
.index .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month {
  display: block;
  position: absolute;
  top: 40%;
  left: 10%;
  width: 80%;
  font-size: 20px;
}

.detail .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date, .detail .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date,
.movies .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date,
.movies .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date,
.product .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date,
.product .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date,
.download .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date,
.download .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date,
.about .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date,
.about .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date,
.contact .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date,
.contact .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date,
.index .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date,
.index .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_month .t_date {
  font-size: 50px;
}

.detail .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_title, .detail .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_title,
.movies .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_title,
.movies .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_title,
.product .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_title,
.product .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_title,
.download .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_title,
.download .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_title,
.about .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_title,
.about .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_title,
.contact .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_title,
.contact .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_title,
.index .section-1 .row .contents .item_wrap .item .pic .txt_mask .t_title,
.index .section-2 .row .contents .item_wrap .item .pic .txt_mask .t_title {
  display: block;
  position: absolute;
  top: 60%;
  left: 10%;
  width: 80%;
  line-height: 20px;
}

.detail .section-1 .row .contents .item_wrap .item .info .date, .detail .section-2 .row .contents .item_wrap .item .info .date,
.movies .section-1 .row .contents .item_wrap .item .info .date,
.movies .section-2 .row .contents .item_wrap .item .info .date,
.product .section-1 .row .contents .item_wrap .item .info .date,
.product .section-2 .row .contents .item_wrap .item .info .date,
.download .section-1 .row .contents .item_wrap .item .info .date,
.download .section-2 .row .contents .item_wrap .item .info .date,
.about .section-1 .row .contents .item_wrap .item .info .date,
.about .section-2 .row .contents .item_wrap .item .info .date,
.contact .section-1 .row .contents .item_wrap .item .info .date,
.contact .section-2 .row .contents .item_wrap .item .info .date,
.index .section-1 .row .contents .item_wrap .item .info .date,
.index .section-2 .row .contents .item_wrap .item .info .date {
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 32px;
}

.detail .section-1 .row .contents .item_wrap .item .info .title, .detail .section-2 .row .contents .item_wrap .item .info .title,
.movies .section-1 .row .contents .item_wrap .item .info .title,
.movies .section-2 .row .contents .item_wrap .item .info .title,
.product .section-1 .row .contents .item_wrap .item .info .title,
.product .section-2 .row .contents .item_wrap .item .info .title,
.download .section-1 .row .contents .item_wrap .item .info .title,
.download .section-2 .row .contents .item_wrap .item .info .title,
.about .section-1 .row .contents .item_wrap .item .info .title,
.about .section-2 .row .contents .item_wrap .item .info .title,
.contact .section-1 .row .contents .item_wrap .item .info .title,
.contact .section-2 .row .contents .item_wrap .item .info .title,
.index .section-1 .row .contents .item_wrap .item .info .title,
.index .section-2 .row .contents .item_wrap .item .info .title {
  font-size: 13px;
  color: #346c98;
  display: block;
  line-height: 20px;
}

.detail .section-1,
.movies .section-1,
.product .section-1,
.download .section-1,
.about .section-1,
.contact .section-1,
.index .section-1 {
  background: #fff;
}

.detail .section-1 .main_title,
.movies .section-1 .main_title,
.product .section-1 .main_title,
.download .section-1 .main_title,
.about .section-1 .main_title,
.contact .section-1 .main_title,
.index .section-1 .main_title {
  color: #346c98;
}

.detail .section-2,
.movies .section-2,
.product .section-2,
.download .section-2,
.about .section-2,
.contact .section-2,
.index .section-2 {
  background: #f6f6f6;
}

.detail .section-2 .row,
.movies .section-2 .row,
.product .section-2 .row,
.download .section-2 .row,
.about .section-2 .row,
.contact .section-2 .row,
.index .section-2 .row {
  position: relative;
  border-top: 1px solid #eee;
}

.detail .section-2 .row .contents,
.movies .section-2 .row .contents,
.product .section-2 .row .contents,
.download .section-2 .row .contents,
.about .section-2 .row .contents,
.contact .section-2 .row .contents,
.index .section-2 .row .contents {
  background: none;
}

.detail .section-2 .row .contents .txt_wrap,
.movies .section-2 .row .contents .txt_wrap,
.product .section-2 .row .contents .txt_wrap,
.download .section-2 .row .contents .txt_wrap,
.about .section-2 .row .contents .txt_wrap,
.contact .section-2 .row .contents .txt_wrap,
.index .section-2 .row .contents .txt_wrap {
  width: 100%;
  float: none;
}

.detail .section-2 .row .contents .txt_wrap .item,
.movies .section-2 .row .contents .txt_wrap .item,
.product .section-2 .row .contents .txt_wrap .item,
.download .section-2 .row .contents .txt_wrap .item,
.about .section-2 .row .contents .txt_wrap .item,
.contact .section-2 .row .contents .txt_wrap .item,
.index .section-2 .row .contents .txt_wrap .item {
  display: block;
  float: left;
  width: calc((100% - 100px)/3);
  vertical-align: top;
}

.detail .section-2 .row .contents .txt_wrap .item:not(:last-child),
.movies .section-2 .row .contents .txt_wrap .item:not(:last-child),
.product .section-2 .row .contents .txt_wrap .item:not(:last-child),
.download .section-2 .row .contents .txt_wrap .item:not(:last-child),
.about .section-2 .row .contents .txt_wrap .item:not(:last-child),
.contact .section-2 .row .contents .txt_wrap .item:not(:last-child),
.index .section-2 .row .contents .txt_wrap .item:not(:last-child) {
  margin-right: 50px;
}

.detail .section-2 .row .contents .txt_wrap .item h5,
.movies .section-2 .row .contents .txt_wrap .item h5,
.product .section-2 .row .contents .txt_wrap .item h5,
.download .section-2 .row .contents .txt_wrap .item h5,
.about .section-2 .row .contents .txt_wrap .item h5,
.contact .section-2 .row .contents .txt_wrap .item h5,
.index .section-2 .row .contents .txt_wrap .item h5 {
  color: #ffffff;
  text-align: center;
  background-size: 100% auto;
  margin-bottom: 20px;
  background: #e43732;
  letter-spacing: 3px;
  border-radius: 40px;
}

.detail .section-2 .row .contents .txt_wrap .item p,
.movies .section-2 .row .contents .txt_wrap .item p,
.product .section-2 .row .contents .txt_wrap .item p,
.download .section-2 .row .contents .txt_wrap .item p,
.about .section-2 .row .contents .txt_wrap .item p,
.contact .section-2 .row .contents .txt_wrap .item p,
.index .section-2 .row .contents .txt_wrap .item p {
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .detail .section-2 .row .contents .txt_wrap .item,
  .movies .section-2 .row .contents .txt_wrap .item,
  .product .section-2 .row .contents .txt_wrap .item,
  .download .section-2 .row .contents .txt_wrap .item,
  .about .section-2 .row .contents .txt_wrap .item,
  .contact .section-2 .row .contents .txt_wrap .item,
  .index .section-2 .row .contents .txt_wrap .item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .detail .section-2 .row .contents .txt_wrap,
  .movies .section-2 .row .contents .txt_wrap,
  .product .section-2 .row .contents .txt_wrap,
  .download .section-2 .row .contents .txt_wrap,
  .about .section-2 .row .contents .txt_wrap,
  .contact .section-2 .row .contents .txt_wrap,
  .index .section-2 .row .contents .txt_wrap {
    width: 100%;
    float: none;
  }
}

.detail .section-2 .main_title,
.movies .section-2 .main_title,
.product .section-2 .main_title,
.download .section-2 .main_title,
.about .section-2 .main_title,
.contact .section-2 .main_title,
.index .section-2 .main_title {
  color: #e43732;
}

.detail .section-2 .main_title:after,
.movies .section-2 .main_title:after,
.product .section-2 .main_title:after,
.download .section-2 .main_title:after,
.about .section-2 .main_title:after,
.contact .section-2 .main_title:after,
.index .section-2 .main_title:after {
  display: none;
}

.detail .txt_wrap,
.movies .txt_wrap,
.product .txt_wrap,
.download .txt_wrap,
.about .txt_wrap,
.contact .txt_wrap,
.index .txt_wrap {
  width: 50%;
  float: right;
}

@media only screen and (max-width: 767px) {
  .detail .txt_wrap,
  .movies .txt_wrap,
  .product .txt_wrap,
  .download .txt_wrap,
  .about .txt_wrap,
  .contact .txt_wrap,
  .index .txt_wrap {
    width: 100%;
    float: none;
  }
}

.detail .img_wrap,
.movies .img_wrap,
.product .img_wrap,
.download .img_wrap,
.about .img_wrap,
.contact .img_wrap,
.index .img_wrap {
  width: calc(50% - 30px);
  float: left;
}

.detail .img_wrap img,
.movies .img_wrap img,
.product .img_wrap img,
.download .img_wrap img,
.about .img_wrap img,
.contact .img_wrap img,
.index .img_wrap img {
  width: 100%;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .detail .img_wrap,
  .movies .img_wrap,
  .product .img_wrap,
  .download .img_wrap,
  .about .img_wrap,
  .contact .img_wrap,
  .index .img_wrap {
    width: 100%;
    float: none;
  }
}

.detail .section-3,
.movies .section-3,
.product .section-3,
.download .section-3,
.about .section-3,
.contact .section-3,
.index .section-3 {
  background: #f6f6f6;
}

.detail .section-3 .row,
.movies .section-3 .row,
.product .section-3 .row,
.download .section-3 .row,
.about .section-3 .row,
.contact .section-3 .row,
.index .section-3 .row {
  padding: 60px 30px;
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .detail .section-3 .row,
  .movies .section-3 .row,
  .product .section-3 .row,
  .download .section-3 .row,
  .about .section-3 .row,
  .contact .section-3 .row,
  .index .section-3 .row {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 320px) {
  .detail .section-3 .row,
  .movies .section-3 .row,
  .product .section-3 .row,
  .download .section-3 .row,
  .about .section-3 .row,
  .contact .section-3 .row,
  .index .section-3 .row {
    padding: 20px 0;
  }
  .detail .section-3 .row .line_box,
  .movies .section-3 .row .line_box,
  .product .section-3 .row .line_box,
  .download .section-3 .row .line_box,
  .about .section-3 .row .line_box,
  .contact .section-3 .row .line_box,
  .index .section-3 .row .line_box {
    overflow: hidden;
  }
  .detail .section-3 .row .line_box a,
  .movies .section-3 .row .line_box a,
  .product .section-3 .row .line_box a,
  .download .section-3 .row .line_box a,
  .about .section-3 .row .line_box a,
  .contact .section-3 .row .line_box a,
  .index .section-3 .row .line_box a {
    text-align: center;
  }
}

.detail .section-4,
.movies .section-4,
.product .section-4,
.download .section-4,
.about .section-4,
.contact .section-4,
.index .section-4 {
  width: 100%;
}

.detail .section-4 .row,
.movies .section-4 .row,
.product .section-4 .row,
.download .section-4 .row,
.about .section-4 .row,
.contact .section-4 .row,
.index .section-4 .row {
  padding: 60px 30px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .detail .section-4 .row,
  .movies .section-4 .row,
  .product .section-4 .row,
  .download .section-4 .row,
  .about .section-4 .row,
  .contact .section-4 .row,
  .index .section-4 .row {
    padding: 40px 10px;
  }
}

.detail .section-4 .row .contents,
.movies .section-4 .row .contents,
.product .section-4 .row .contents,
.download .section-4 .row .contents,
.about .section-4 .row .contents,
.contact .section-4 .row .contents,
.index .section-4 .row .contents {
  width: 100%;
}

.detail .section-4 .row .contents h4.main_title,
.movies .section-4 .row .contents h4.main_title,
.product .section-4 .row .contents h4.main_title,
.download .section-4 .row .contents h4.main_title,
.about .section-4 .row .contents h4.main_title,
.contact .section-4 .row .contents h4.main_title,
.index .section-4 .row .contents h4.main_title {
  color: #346c98;
}

.detail .section-4 .row .contents p.info,
.movies .section-4 .row .contents p.info,
.product .section-4 .row .contents p.info,
.download .section-4 .row .contents p.info,
.about .section-4 .row .contents p.info,
.contact .section-4 .row .contents p.info,
.index .section-4 .row .contents p.info {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 5% 0;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .detail .section-4 .row .contents p.info,
  .movies .section-4 .row .contents p.info,
  .product .section-4 .row .contents p.info,
  .download .section-4 .row .contents p.info,
  .about .section-4 .row .contents p.info,
  .contact .section-4 .row .contents p.info,
  .index .section-4 .row .contents p.info {
    font-size: 15px;
  }
}

.detail .section-4 .row .contents p.info span,
.movies .section-4 .row .contents p.info span,
.product .section-4 .row .contents p.info span,
.download .section-4 .row .contents p.info span,
.about .section-4 .row .contents p.info span,
.contact .section-4 .row .contents p.info span,
.index .section-4 .row .contents p.info span {
  margin: 0 10px;
  display: inline-block;
  line-height: 30px;
}

.detail .section-4 .row .map,
.movies .section-4 .row .map,
.product .section-4 .row .map,
.download .section-4 .row .map,
.about .section-4 .row .map,
.contact .section-4 .row .map,
.index .section-4 .row .map {
  width: 100%;
}

.detail .section-4 .row .map iframe,
.movies .section-4 .row .map iframe,
.product .section-4 .row .map iframe,
.download .section-4 .row .map iframe,
.about .section-4 .row .map iframe,
.contact .section-4 .row .map iframe,
.index .section-4 .row .map iframe {
  display: block;
}

.detail .section-4 .row .icons,
.movies .section-4 .row .icons,
.product .section-4 .row .icons,
.download .section-4 .row .icons,
.about .section-4 .row .icons,
.contact .section-4 .row .icons,
.index .section-4 .row .icons {
  text-align: center;
  padding-top: 5%;
  width: 100%;
}

.detail .section-4 .row .icons a,
.movies .section-4 .row .icons a,
.product .section-4 .row .icons a,
.download .section-4 .row .icons a,
.about .section-4 .row .icons a,
.contact .section-4 .row .icons a,
.index .section-4 .row .icons a {
  margin: 5px;
  width: 80px;
  display: inline-block;
}

.detail .section-4 .row .icons img,
.movies .section-4 .row .icons img,
.product .section-4 .row .icons img,
.download .section-4 .row .icons img,
.about .section-4 .row .icons img,
.contact .section-4 .row .icons img,
.index .section-4 .row .icons img {
  width: 100%;
}

.detail .section-4 .row .icons img.facebook, .detail .section-4 .row .icons img.line,
.movies .section-4 .row .icons img.facebook,
.movies .section-4 .row .icons img.line,
.product .section-4 .row .icons img.facebook,
.product .section-4 .row .icons img.line,
.download .section-4 .row .icons img.facebook,
.download .section-4 .row .icons img.line,
.about .section-4 .row .icons img.facebook,
.about .section-4 .row .icons img.line,
.contact .section-4 .row .icons img.facebook,
.contact .section-4 .row .icons img.line,
.index .section-4 .row .icons img.facebook,
.index .section-4 .row .icons img.line {
  position: relative;
  top: 5px;
}

.detail .section-4 .row .icons img.qrcode,
.movies .section-4 .row .icons img.qrcode,
.product .section-4 .row .icons img.qrcode,
.download .section-4 .row .icons img.qrcode,
.about .section-4 .row .icons img.qrcode,
.contact .section-4 .row .icons img.qrcode,
.index .section-4 .row .icons img.qrcode {
  border: 1px solid #ccc;
}

.line_box {
  text-align: left;
  margin: 0 auto;
}

.line_box .line_me {
  display: inline-block;
  background: #53b535;
  color: #fff;
  padding: 10px 10px;
  line-height: 60px;
  border-radius: 10px;
  border-bottom: 5px solid #1a7b20;
  margin: 10px;
  font-size: 14px;
  width: calc((100% - 174px)/ 3);
}

@media only screen and (min-width: 768px) {
  .line_box .line_me {
    min-width: 360px;
    margin: 8px;
  }
}

@media only screen and (max-width: 1320px) {
  .line_box .line_me {
    min-width: 360px;
    margin: 8px;
    width: calc((100% - 60px)/ 3);
  }
}

@media only screen and (max-width: 767px) {
  .line_box .line_me {
    min-width: 0;
    width: 100%;
    font-size: 13px;
    max-width: 300px;
  }
}

.line_box .line_me .icon {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  float: left;
  margin: 15px 10px 15px 5px;
}

@media only screen and (max-width: 767px) {
  .line_box .line_me .icon {
    margin: 15px 5px 15px 5px;
  }
}

.line_box .line_me span {
  display: inline-block;
  text-align: justify;
  line-height: 30px;
  float: left;
  vertical-align: middle;
  margin-top: 10px;
  -webkit-transform: translateX(8px) scale(1.1);
          transform: translateX(8px) scale(1.1);
}

@media only screen and (max-width: 767px) {
  .line_box .line_me span {
    font-size: 10px;
    -webkit-transform: translateX(8px) scale(1);
            transform: translateX(8px) scale(1);
  }
}

.line_box .line_me .qrcode {
  display: inline-block;
  float: right;
  margin-left: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media only screen and (max-width: 767px) {
  .line_box .line_me .qrcode {
    margin-left: 5px;
  }
}

.read_more_btn {
  background: #346c98;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 20px;
  float: right;
}

.pro_slicker {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.pro_slicker .slicker {
  width: 120%;
  position: relative;
  right: 10%;
}

@media only screen and (max-width: 767px) {
  .pro_slicker .slicker {
    width: 200%;
    right: 50%;
  }
}

.pro_slicker .slicker li {
  margin: 0 10px;
  overflow: hidden;
  outline: none;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .pro_slicker .slicker li {
    margin: 0 10px;
  }
}

.pro_slicker .slicker li a.mask {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 30%;
  display: none;
}

.pro_slicker .slicker li a.mask span {
  display: block;
  height: 25px;
  line-height: 25px;
  color: #fff;
}

.pro_slicker .slicker li a.mask span:nth-child(1) {
  font-size: 16px;
  letter-spacing: 1px;
}

.pro_slicker .slicker li a.mask span:nth-child(2) {
  font-size: 16px;
  letter-spacing: 2px;
}

.pro_slicker .slicker li a.mask .btn {
  background: red;
  padding: 5px;
  font-size: 13px;
  height: 14px;
  line-height: 14px;
  width: 60px;
  position: absolute;
  bottom: 10%;
  left: calc(50% - 32px);
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .pro_slicker .slicker li a.mask span {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .pro_slicker .slicker li a.mask .btn {
    font-size: 12px;
    height: 14px;
    line-height: 14px;
  }
}

.pro_slicker .slicker li a.mask:hover {
  -webkit-animation: fadeIn 0.2s linear 0s 1 forwards;
          animation: fadeIn 0.2s linear 0s 1 forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.pro_slicker .slicker li img {
  width: 100%;
  outline: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
}

.pro_slicker .slick-track {
  padding: 30px 0;
}

.pro_slicker .slick-arrow:before {
  content: '';
  display: block;
  width: 20%;
  height: 100%;
  margin: 0 auto;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .pro_slicker .slick-arrow:before {
    width: 50%;
  }
}

.pro_slicker .slick-prev {
  left: 8%;
  z-index: 999;
  height: 100%;
  width: 6%;
  background: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #f6f6f6 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(0deg, #f6f6f6 0%, rgba(255, 255, 255, 0) 100%);
}

.pro_slicker .slick-prev:before {
  background: url("../images/arrow.svg") right no-repeat;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

@media only screen and (max-width: 767px) {
  .pro_slicker .slick-prev {
    width: 10%;
  }
}

.pro_slicker .slick-next {
  right: 8%;
  z-index: 999;
  height: 100%;
  width: 6%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #f6f6f6 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(180deg, #f6f6f6 0%, rgba(255, 255, 255, 0) 100%);
}

.pro_slicker .slick-next:before {
  background: url("../images/arrow.svg") left no-repeat;
}

@media only screen and (max-width: 767px) {
  .pro_slicker .slick-next {
    width: 10%;
  }
}

#news-detail .home_slicker .sticker_wrap .items,
#question .home_slicker .sticker_wrap .items,
#news .home_slicker .sticker_wrap .items {
  height: 250px;
}

#news-detail .home_slicker .slicker_info,
#question .home_slicker .slicker_info,
#news .home_slicker .slicker_info {
  top: 35%;
}

#news-detail .home_slicker .slicker_info span,
#question .home_slicker .slicker_info span,
#news .home_slicker .slicker_info span {
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 20px;
}

#news-detail .list_wrap,
#question .list_wrap,
#news .list_wrap {
  overflow: hidden;
}

#news-detail .list_wrap .list_item,
#question .list_wrap .list_item,
#news .list_wrap .list_item {
  background: #f1f1f1;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  float: left;
  margin: 0 20px 20px 0;
  width: calc((100% - 60px)/4);
}

@media only screen and (max-width: 767px) {
  #news-detail .list_wrap .list_item,
  #question .list_wrap .list_item,
  #news .list_wrap .list_item {
    width: 100%;
  }
}

#news-detail .list_wrap .list_item:nth-child(4n),
#question .list_wrap .list_item:nth-child(4n),
#news .list_wrap .list_item:nth-child(4n) {
  margin-right: 0;
}

#news-detail .list_wrap .list_item a,
#question .list_wrap .list_item a,
#news .list_wrap .list_item a {
  color: #346c98;
}

#news-detail .list_wrap .list_item .img,
#question .list_wrap .list_item .img,
#news .list_wrap .list_item .img {
  float: left;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  #news-detail .list_wrap .list_item .img,
  #question .list_wrap .list_item .img,
  #news .list_wrap .list_item .img {
    margin-bottom: 13px;
  }
}

#news-detail .list_wrap .list_item .img img,
#question .list_wrap .list_item .img img,
#news .list_wrap .list_item .img img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

#news-detail .list_wrap .list_item .txt,
#question .list_wrap .list_item .txt,
#news .list_wrap .list_item .txt {
  float: left;
  position: relative;
}

#news-detail .list_wrap .list_item .txt h4,
#question .list_wrap .list_item .txt h4,
#news .list_wrap .list_item .txt h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
  #news-detail .list_wrap .list_item .txt h4,
  #question .list_wrap .list_item .txt h4,
  #news .list_wrap .list_item .txt h4 {
    font-size: 15px;
    margin-bottom: 13px;
    line-height: 21px;
  }
}

#news-detail .list_wrap .list_item .txt .date,
#question .list_wrap .list_item .txt .date,
#news .list_wrap .list_item .txt .date {
  position: static;
  right: 0;
  top: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #999;
  float: right;
}

@media only screen and (max-width: 767px) {
  #news-detail .list_wrap .list_item .txt .date,
  #question .list_wrap .list_item .txt .date,
  #news .list_wrap .list_item .txt .date {
    position: static;
    margin-bottom: 0;
    text-align: right;
  }
}

#news-detail .list_wrap .list_item .txt p,
#question .list_wrap .list_item .txt p,
#news .list_wrap .list_item .txt p {
  letter-spacing: 0px;
  line-height: 25px;
  text-align: justify;
  color: #666;
  font-size: 15px;
  margin-bottom: 10px;
  max-height: 100px;
  /*多行文字限制*/
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  #news-detail .list_wrap .list_item .txt p,
  #question .list_wrap .list_item .txt p,
  #news .list_wrap .list_item .txt p {
    font-size: 13px;
  }
}

#news-detail .list_wrap .list_item:hover,
#question .list_wrap .list_item:hover,
#news .list_wrap .list_item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

#news-detail .list_wrap .list_item.type_1 .img,
#question .list_wrap .list_item.type_1 .img,
#news .list_wrap .list_item.type_1 .img {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  #news-detail .list_wrap .list_item.type_1 .img,
  #question .list_wrap .list_item.type_1 .img,
  #news .list_wrap .list_item.type_1 .img {
    width: 100%;
  }
}

#news-detail .list_wrap .list_item.type_1 .txt,
#question .list_wrap .list_item.type_1 .txt,
#news .list_wrap .list_item.type_1 .txt {
  width: calc(100% - 230px);
}

@media only screen and (max-width: 767px) {
  #news-detail .list_wrap .list_item.type_1 .txt,
  #question .list_wrap .list_item.type_1 .txt,
  #news .list_wrap .list_item.type_1 .txt {
    width: 100%;
  }
}

#news-detail .list_wrap .list_item.type_2 .img,
#question .list_wrap .list_item.type_2 .img,
#news .list_wrap .list_item.type_2 .img {
  display: none;
}

#news-detail .list_wrap .list_item.type_2 .txt,
#question .list_wrap .list_item.type_2 .txt,
#news .list_wrap .list_item.type_2 .txt {
  width: calc(100%);
}

@media only screen and (max-width: 767px) {
  #news-detail .list_wrap .list_item.type_2 .txt,
  #question .list_wrap .list_item.type_2 .txt,
  #news .list_wrap .list_item.type_2 .txt {
    width: 100%;
  }
}

#news-detail .page_num,
#question .page_num,
#news .page_num {
  float: right;
}

@media only screen and (max-width: 767px) {
  #news-detail .page_num,
  #question .page_num,
  #news .page_num {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

#news-detail .page_num a,
#question .page_num a,
#news .page_num a {
  display: inline-block;
  padding: 4px 7px;
  background: #ccc;
  color: #fff;
  margin: 5px 0 5px 2px;
  font-size: 17px;
  border-radius: 3px;
}

#news-detail .page_num a.active, #news-detail .page_num a:hover,
#question .page_num a.active,
#question .page_num a:hover,
#news .page_num a.active,
#news .page_num a:hover {
  background: #b71a2b;
}

#question_list {
  margin-bottom: 50px;
}

#question_list .btn-link {
  text-decoration: none;
  line-height: 30px;
  padding: 10px;
  font-size: 18px;
}

#question_list .btn-link i.fa {
  margin-right: 10px;
}

#question_list .accordion .card:first-of-type {
  border-bottom: 1px solid #ddd;
}

#question_list .card {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

#question_list .card-body {
  line-height: 30px;
  color: #333;
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  #question_list .card-header {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

#question_list .alert-danger:hover {
  background: #dc3545;
}

#question_list .alert-danger:hover .btn-link {
  color: #fff;
}

#question_list .alert-info:hover {
  background: #17a2b8;
}

#question_list .alert-info:hover .btn-link {
  color: #fff;
}

#question_list .alert-success:hover {
  background: #28a745;
}

#question_list .alert-success:hover .btn-link {
  color: #fff;
}

#question_list .alert-secondary:hover {
  background: #6c757d;
}

#question_list .alert-secondary:hover .btn-link {
  color: #fff;
}

.page-banner {
  position: relative;
}

.page-banner h4.title {
  color: #fff;
  font-size: 25px;
  font-weight: bolder;
  font-family: "微軟正黑體";
  position: absolute;
  top: 40%;
  text-shadow: 0px -1px 10px #1f2425;
}

.page-banner img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.breadcrumb_bar {
  background: #e9ecef;
  font-size: 14px;
}

.breadcrumb_bar a {
  color: #316d9c;
}

.recruit .my-card,
.escape .my-card {
  width: calc((100% - 48px)/2);
  min-width: 300px;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 10px 20px;
  float: left;
  margin: 12px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.recruit .my-card span.bage,
.escape .my-card span.bage {
  background: #b61c2b;
  color: #fff;
  height: 48px;
  display: block;
  text-align: center;
  line-height: 67px;
  width: 152px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  left: -55px;
  top: -10px;
}

@media only screen and (max-width: 991px) {
  .recruit .my-card,
  .escape .my-card {
    min-width: 0;
  }
}

@media only screen and (max-width: 767px) {
  .recruit .my-card,
  .escape .my-card {
    margin: 10px 0;
    width: 100%;
    min-width: 0;
  }
}

.recruit .top-info,
.escape .top-info {
  margin: 12px;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  padding: 15px;
}

@media only screen and (max-width: 991px) {
  .recruit .top-info,
  .escape .top-info {
    margin: 0;
  }
}

.recruit .top-info span,
.escape .top-info span {
  display: inline-block;
}

.recruit .list-img,
.escape .list-img {
  float: left;
  max-width: none;
  width: 130px;
}

.recruit .list-img img,
.escape .list-img img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .recruit .list-img,
  .escape .list-img {
    width: 70%;
    margin: 20px auto;
    float: none;
    display: block;
  }
}

.recruit .list-group-right,
.escape .list-group-right {
  font-size: 14px;
  float: right;
  width: calc(100% - 150px);
  min-width: 200px;
}

@media only screen and (max-width: 991px) {
  .recruit .list-group-right,
  .escape .list-group-right {
    width: 100%;
    min-width: 0;
  }
}

.recruit .list-group-right .item,
.escape .list-group-right .item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.recruit .list-group-right .item:last-child,
.escape .list-group-right .item:last-child {
  border-bottom: 0;
}

.sub_title_2 {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px 15px 30px;
  text-align: left;
  border-left: 10px solid #88bcc5;
  border-bottom: 1px solid #88bcc5;
  margin-bottom: 20px;
}

.sub_title_3 {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px 15px 30px;
  text-align: left;
  border-left: 10px solid #79af85;
  border-bottom: 1px solid #79af85;
  margin-bottom: 20px;
}

.form-check {
  padding: 5px 20px;
}

.form-check .form-check-label {
  margin-bottom: 0;
  margin-top: .1rem;
  line-height: 20px;
  font-size: 14px;
}

.info-content {
  font-size: 15px;
  line-height: 30px;
  color: #333;
  text-align: left;
  letter-spacing: 0px;
  list-style: decimal;
  padding-left: 20px;
}

.info-content > li {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.info-content > li:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .info-content {
    font-size: 13px;
    line-height: 26px;
  }
}

.info-content .badge {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: normal;
  margin: 5px 0;
}

.info-content .list {
  float: left;
}

.info-content .list-box {
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  margin: 5px 0;
}

@media (min-width: 992px) {
  #info .main-box {
    border-left: 1px solid #eee;
    position: relative;
  }
}

.box-wrap {
  margin-bottom: 30px;
}

.test-list {
  font-size: 14px;
  margin-bottom: 20px;
}

.test-list .card-header {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}

.test-list li {
  padding-left: 35px;
}

.test-list li label {
  line-height: 20px !important;
}

.test-list .form-check-input {
  margin-top: 0;
}

.score-box {
  position: absolute;
  right: 15px;
  bottom: 0;
  margin-bottom: 0;
  min-width: 160px;
}

@media (max-width: 991px) {
  .score-box {
    position: static;
    margin-bottom: 20px;
  }
}

.score-box .score {
  font-size: 60px;
}

h5.badge {
  padding: 8px 15px !important;
  font-size: 14px;
}

.card.form {
  min-width: 668px;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .card.form {
    min-width: 0;
  }
}

.card.form .card-header {
  text-align: center;
}

.step .pic {
  width: 100%;
}

.step .pic img {
  width: 100%;
}

.box-item-2 .left-row {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  width: 130px;
  text-align: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center;
  vertical-align: middle;
}

.box-item-2 .right-row {
  padding: 5px 10px;
  line-height: 25px;
}

.box-item-2 td, .box-item-2 th {
  font-size: 14px;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.form-box .box-item {
  float: left;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.form-box .box-item.col-lg-s {
  width: calc(100%/7);
}

@media (max-width: 992px) {
  .form-box .box-item.col-lg-s {
    width: calc(100%/2);
  }
  .form-box .box-item.col-lg-s:last-child {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .form-box .box-item {
    width: 50%;
  }
  .form-box .box-item:nth-child(2n) {
    border: none;
  }
}

.form-box .box-item:last-child {
  border: none;
}

.form-box .box-item .th {
  font-size: 14px !important;
  border-top: 1px solid #ddd;
  border-radius: 0;
}

.form-box .box-item .td {
  padding: 10px;
  font-size: 13px;
  line-height: 25px;
}

@media (max-width: 992px) {
  .form-box .box-item .td {
    min-height: 0;
  }
}

.info-1.form-box .td {
  min-height: 70px;
}

.high-light {
  color: #ff0000;
}

.high-light.notice {
  margin-bottom: 10px;
}

.input-list-box {
  overflow: hidden;
  padding: 10px 0;
}

.input-list-box .box {
  float: left;
}

.input-list-box .box h4 {
  font-size: 16px;
  padding: 5px;
}

.input-list-box .box input {
  padding-left: 10px;
  margin-bottom: 10px;
}

.input-list-box .box input::-webkit-input-placeholder {
  font-size: 14px;
}

.input-list-box .box input:-ms-input-placeholder {
  font-size: 14px;
}

.input-list-box .box input::-ms-input-placeholder {
  font-size: 14px;
}

.input-list-box .box input::placeholder {
  font-size: 14px;
}

#news-detail .btn-download,
#info .btn-download,
#product .btn-download,
#detail .btn-download,
#movies .btn-download,
#download .btn-download {
  float: right;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}

#news-detail .list-group-item:hover,
#info .list-group-item:hover,
#product .list-group-item:hover,
#detail .list-group-item:hover,
#movies .list-group-item:hover,
#download .list-group-item:hover {
  background-color: #eee;
}

#news-detail .list-group-item.active,
#info .list-group-item.active,
#product .list-group-item.active,
#detail .list-group-item.active,
#movies .list-group-item.active,
#download .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #316d9c;
  border-color: #2f4c6b;
}

#news-detail .side-box,
#info .side-box,
#product .side-box,
#detail .side-box,
#movies .side-box,
#download .side-box {
  float: left;
  width: 320px;
}

@media (max-width: 991px) {
  #news-detail .side-box,
  #info .side-box,
  #product .side-box,
  #detail .side-box,
  #movies .side-box,
  #download .side-box {
    width: 100%;
  }
}

#news-detail .side-box a,
#info .side-box a,
#product .side-box a,
#detail .side-box a,
#movies .side-box a,
#download .side-box a {
  color: #333;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
}

#news-detail .side-box .active a,
#info .side-box .active a,
#product .side-box .active a,
#detail .side-box .active a,
#movies .side-box .active a,
#download .side-box .active a {
  color: #fff;
}

#news-detail .side-box .sub_li,
#info .side-box .sub_li,
#product .side-box .sub_li,
#detail .side-box .sub_li,
#movies .side-box .sub_li,
#download .side-box .sub_li {
  border-bottom: none;
}

#news-detail .side-box .sub_li .item.list-group-item,
#info .side-box .sub_li .item.list-group-item,
#product .side-box .sub_li .item.list-group-item,
#detail .side-box .sub_li .item.list-group-item,
#movies .side-box .sub_li .item.list-group-item,
#download .side-box .sub_li .item.list-group-item {
  background: #f7f7f7;
  border-top: none !important;
}

#news-detail .side-box .sub_li .item.list-group-item:hover,
#info .side-box .sub_li .item.list-group-item:hover,
#product .side-box .sub_li .item.list-group-item:hover,
#detail .side-box .sub_li .item.list-group-item:hover,
#movies .side-box .sub_li .item.list-group-item:hover,
#download .side-box .sub_li .item.list-group-item:hover {
  background: #ddd;
}

#news-detail .side-box .sub_li .active.item,
#info .side-box .sub_li .active.item,
#product .side-box .sub_li .active.item,
#detail .side-box .sub_li .active.item,
#movies .side-box .sub_li .active.item,
#download .side-box .sub_li .active.item {
  background: #ddd;
  border-color: #ccc;
}

#news-detail .side-box .sub_li .active.item a,
#info .side-box .sub_li .active.item a,
#product .side-box .sub_li .active.item a,
#detail .side-box .sub_li .active.item a,
#movies .side-box .sub_li .active.item a,
#download .side-box .sub_li .active.item a {
  color: #333;
}

#news-detail .list-group-item,
#info .list-group-item,
#product .list-group-item,
#detail .list-group-item,
#movies .list-group-item,
#download .list-group-item {
  border: none;
  border-top: 1px solid #ddd;
}

#news-detail .sub_li li,
#info .sub_li li,
#product .sub_li li,
#detail .sub_li li,
#movies .sub_li li,
#download .sub_li li {
  border-top: 1px solid #ccc;
}

#news-detail .main-box,
#info .main-box,
#product .main-box,
#detail .main-box,
#movies .main-box,
#download .main-box {
  overflow: hidden;
  width: calc(100% - 320px);
}

@media (max-width: 991px) {
  #news-detail .main-box,
  #info .main-box,
  #product .main-box,
  #detail .main-box,
  #movies .main-box,
  #download .main-box {
    width: 100%;
  }
}

#news-detail .main-box .file_list li,
#info .main-box .file_list li,
#product .main-box .file_list li,
#detail .main-box .file_list li,
#movies .main-box .file_list li,
#download .main-box .file_list li {
  width: 100%;
  max-width: none;
  margin: 0 0 15px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 991px) {
  #news-detail .main-box .file_list li,
  #info .main-box .file_list li,
  #product .main-box .file_list li,
  #detail .main-box .file_list li,
  #movies .main-box .file_list li,
  #download .main-box .file_list li {
    width: calc((100% - 30px)/2);
    float: left;
    margin-bottom: 15px;
  }
  #news-detail .main-box .file_list li:nth-child(2n),
  #info .main-box .file_list li:nth-child(2n),
  #product .main-box .file_list li:nth-child(2n),
  #detail .main-box .file_list li:nth-child(2n),
  #movies .main-box .file_list li:nth-child(2n),
  #download .main-box .file_list li:nth-child(2n) {
    margin-left: 15px;
  }
}

#news-detail .main-box .card-header,
#info .main-box .card-header,
#product .main-box .card-header,
#detail .main-box .card-header,
#movies .main-box .card-header,
#download .main-box .card-header {
  font-size: 15px;
  min-height: 50px;
  line-height: 30px;
  padding: 10px 15px;
}

#news-detail .main-box .card-text,
#info .main-box .card-text,
#product .main-box .card-text,
#detail .main-box .card-text,
#movies .main-box .card-text,
#download .main-box .card-text {
  line-height: 25px;
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
}

.en_us h5.card-title {
  font-size: 13px;
  min-height: 35px;
  line-height: 16px;
}

.contact .map {
  width: 100%;
}

.contact .map iframe {
  display: block;
}

.contact .info {
  margin-top: 5%;
}

.contact .info span {
  display: block;
  font-size: 20px;
  padding: 20px 0;
}

.contact .page_icons {
  text-align: center;
  padding-top: 5%;
  width: 100%;
  margin-bottom: 30px;
}

.contact .page_icons a {
  margin: 5px 20px;
  width: 80px;
  display: inline-block;
}

@media (max-width: 992px) {
  .contact .page_icons a {
    margin: 5px;
  }
}

.contact .page_icons img {
  width: 100%;
}

.contact .page_icons img.facebook, .contact .page_icons img.line {
  position: relative;
  top: 5px;
}

.contact .page_icons img.qrcode {
  border: 1px solid #ccc;
}

#news-detail .main-box {
  float: left;
}

#news-detail .txt {
  float: left;
  position: relative;
}

#news-detail .txt h4 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 28px;
  color: #b61c2b;
  border-left: 10px solid #b61c2b;
}

@media only screen and (max-width: 767px) {
  #news-detail .txt h4 {
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 21px;
  }
}

#news-detail .txt .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #999;
}

@media only screen and (max-width: 767px) {
  #news-detail .txt .date {
    position: static;
    margin-bottom: 13px;
    text-align: right;
  }
}

#news-detail .txt p {
  letter-spacing: 0px;
  line-height: 30px;
  text-align: justify;
  color: #666;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #news-detail .txt p {
    font-size: 13px;
  }
}

.info .family-discription li {
  overflow: hidden;
}

.info .family-discription h5 {
  margin-bottom: 10px;
}

.info .family-discription .s_title {
  font-size: 14px;
  line-height: 30px;
  display: block;
  width: 100px;
  float: left;
}

.info .family-discription .s_content {
  font-size: 14px;
  line-height: 30px;
  display: block;
  width: calc(100% - 100px);
  float: left;
}

.info .family-discription .s_content .input {
  margin: 0 0;
  padding: 0 5px;
  width: 2rem;
  line-height: 1.2rem;
  text-align: center;
}

.profile a {
  color: #346c98;
}

.profile .bot_list {
  display: block;
  clear: both;
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .profile .bot_list {
    font-size: 14px;
  }
}

.profile .bot_list .nav-link {
  display: block;
  padding: 18px;
}

.profile .bot_list .nav-link a {
  color: #346c98 !important;
}

.profile .bot_list .bot_list_content {
  float: left;
  width: calc((100% - 40px)/3);
  border: 1px solid #ddd;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.profile .bot_list .bot_list_content ul {
  min-height: 326px;
}

@media only screen and (max-width: 991px) {
  .profile .bot_list .bot_list_content ul {
    min-height: 0;
  }
}

.profile .bot_list .bot_list_content:nth-child(2) {
  margin: 0 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .profile .bot_list .bot_list_content {
    width: 100%;
  }
  .profile .bot_list .bot_list_content:nth-child(2) {
    margin: 0 0;
    margin-bottom: 20px;
  }
}

.profile .card.type-1 {
  border: 2px solid #ffa5a5 !important;
}

.profile .card.type-1 .bage {
  background: #ffa5a5;
}

.profile .card.type-2 {
  border: 2px solid #73d69b !important;
}

.profile .card.type-2 .bage {
  background: #73d69b;
}

.profile .card.type-3 {
  border: 2px solid #76ccff !important;
}

.profile .card.type-3 .bage {
  background: #76ccff;
}

.profile .card.type-4 {
  border: 2px solid #ffd763 !important;
}

.profile .card.type-4 .bage {
  background: #ffd763;
}

.profile .card.list {
  float: left;
  margin: 10px;
  width: calc((100% - 100px)/5);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  overflow: hidden;
}

.profile .card.list span.bage {
  color: #333;
  height: 48px;
  display: block;
  text-align: center;
  line-height: 67px;
  font-size: 16px;
  font-weight: bold;
  width: 152px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  left: -55px;
  top: -10px;
}

@media only screen and (max-width: 1024px) {
  .profile .card.list {
    width: calc((100% - 80px)/4);
  }
}

@media only screen and (max-width: 991px) {
  .profile .card.list {
    width: calc((100% - 60px)/3);
  }
}

@media only screen and (max-width: 767px) {
  .profile .card.list {
    width: calc((100% - 40px)/2);
  }
}

.profile .card.list:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 991px) {
  .profile .card {
    font-size: 14px;
  }
}

.profile .card.left {
  float: left;
  width: 250px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .profile .card.left {
    width: 100%;
  }
  .profile .card.left .card-img-top {
    max-width: 250px;
    margin: 30px auto;
  }
}

.profile .card.right {
  width: calc(100% - 270px);
  float: right;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .profile .card.right {
    width: 100%;
  }
}

.profile .card.right h4 {
  line-height: 30px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .profile .card.right .card-header {
    font-size: 14px;
  }
}

.profile .card.right .badge {
  padding: 8px 15px;
  float: right;
  position: absolute;
  right: 10px;
  top: 14px;
}

@media only screen and (max-width: 991px) {
  .profile .card.right .badge {
    top: 5px;
    right: 5px;
    display: block;
    float: none;
    position: static;
  }
}

.profile .card .card-body {
  padding: 0;
}

.profile .card .card-body > div {
  float: left;
}

.about_box {
  margin: 30px auto;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  line-height: 30px;
}

.contact_box {
  margin: 30px auto;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #eee;
}

.contact_box .submit {
  width: 150px;
  margin: 20px auto 0;
}

.bot_info .card {
  min-height: 220px;
}

.bot_info .card h5.card-title {
  font-weight: bold;
  font-size: 18px;
  color: #346c98;
}

.bot_info .card h6.card-title {
  color: #333;
}

#detail .contents,
#movies .contents,
#product .contents {
  min-height: 500px;
  position: relative;
}

#detail .contents .menu_type,
#movies .contents .menu_type,
#product .contents .menu_type {
  position: absolute;
  top: 20px;
  right: 0;
}

#detail .contents .main-box,
#movies .contents .main-box,
#product .contents .main-box {
  margin-left: 1px solid #eee;
}

#detail .contents .main-box .product_ul,
#movies .contents .main-box .product_ul,
#product .contents .main-box .product_ul {
  overflow: hidden;
}

#detail .contents .main-box .items,
#movies .contents .main-box .items,
#product .contents .main-box .items {
  margin-bottom: 5px;
  padding: 5px;
}

@media only screen and (max-width: 991px) {
  #detail .contents .main-box .items,
  #movies .contents .main-box .items,
  #product .contents .main-box .items {
    padding: 0;
  }
}

#detail .contents .main-box .items a:hover,
#movies .contents .main-box .items a:hover,
#product .contents .main-box .items a:hover {
  text-decoration: none;
}

#detail .contents .main-box .card-img-top,
#movies .contents .main-box .card-img-top,
#product .contents .main-box .card-img-top {
  width: calc(100% - 20px);
  margin: 10px;
}

#detail .contents .main-box .card-header,
#movies .contents .main-box .card-header,
#product .contents .main-box .card-header {
  border-top: 1px solid #ccc;
}

#detail .contents .main-box .card-header .card-title,
#movies .contents .main-box .card-header .card-title,
#product .contents .main-box .card-header .card-title {
  text-align: center;
  padding: 0;
  margin-bottom: 0rem;
  color: #346c98;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  #detail .contents .main-box .card-header .card-title,
  #movies .contents .main-box .card-header .card-title,
  #product .contents .main-box .card-header .card-title {
    font-size: 13px;
  }
}

#detail h2.main_title_2 {
  font-size: 26px;
  font-weight: bold;
  color: #306d9c;
}

#detail h5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #e8580c;
}

#detail .form_div {
  margin-top: 20px;
  margin-bottom: 30px;
}

#detail .form_div table {
  min-width: 800px;
  border: 1px solid #ccc;
}

#detail .form_div table th, #detail .form_div table td {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

#detail .form_div table tr:nth-child(2n) th, #detail .form_div table tr:nth-child(2n) td {
  background: #f5f5f5;
}

#detail .form_div table tbody th {
  width: 150px;
}

#detail table {
  font-size: 12px;
  line-height: 20px;
}

#detail .item li {
  margin-bottom: 10px;
}

#detail .item li .mov-title {
  font-size: 14px;
}

#detail .info {
  margin-top: 30px;
}

#detail .info h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #e8580c;
}

#detail .info p {
  line-height: 25px;
  font-size: 14px;
}

#detail .info ul {
  list-style: disc;
  padding-left: 20px;
}

#detail .info ul li {
  line-height: 25px;
  font-size: 14px;
}

#download .main-box {
  width: 100%;
}

.side-menu-web {
  display: block;
}

@media only screen and (max-width: 991px) {
  .side-menu-web {
    display: none;
  }
}

.side-menu-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .side-menu-mobile {
    display: block;
  }
}

.movie_title {
  font-size: 18px;
  color: #316d9c;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
/*# sourceMappingURL=chm_main.css.map */