@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent; }

textarea {
  resize: none;
  outline: none; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

div {
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
  clear: both; }

input, select {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans TC', '微軟正黑體', Arial, Helvetica, sans-serif;
  font-weight: 300; }

html, body {
  background-color: #fff !important;
  color: #3f3f3f;
  font-family: 'Noto Sans TC', '微軟正黑體', Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  position: relative; }

.wrap {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .wrap .container {
    width: 932px;
    max-width: 90% !important;
    margin: 0 auto;
    padding: 0; }
  .wrap .section {
    width: 100%;
    position: relative;
    overflow: hidden; }
  .wrap b {
    font-size: inherit;
    font-weight: bold;
    vertical-align: 0; }
  .wrap .sub_title {
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    padding: 15px 0 17px;
    width: 280px;
    margin: 50px auto;
    background-color: #545454; }

.kv {
	width: 100%;
	height: 413px;
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	background: url("../img/711-top1.jpg") top center repeat;
	background-image: url(img/711-top01033.jpg);
}
  .kv .mask {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/end.png) center center no-repeat rgba(255, 255, 255, 0.65);
    display: none; }
  .kv .container {
    max-width: 100% !important; }
  .kv .kv_title img {
    margin-top: 15px; }
  .kv .mb {
    display: none; }

.end .mask {
  display: block !important; }

.end .container {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

.main {
  font-size: 1.4rem;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 1px;
  }
  .main .btn_wrap {
    margin: 50px auto 20px; }
    .main .btn_wrap a {
      width: 100%;
      display: block;
      text-align: center;
      text-decoration: none;
      font-weight: 600;
      letter-spacing: 5px;
      font-size: 2.8rem;
      border-radius: 15px;
      padding: 10px 0; }
  .main .setp_popup {
    color: #fff;
    background: #158bca; }
  .main .goReg {
    color: #fff;
    background: #f40000; }
  .main p.t5 {
    font-size: 70%;
    line-height: 1.6;
    letter-spacing: 0; }
  .main span.more {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer; }
  .main .banner {
    width: 1140px;
    max-width: 90% !important;
    margin-top: 2rem; }
    .main .banner ul {
      margin: 0 -5px; }
    .main .banner li {
      padding: 0 5px; }

.info {
  color: #fff;
  padding-bottom: 40px; }
  .info .sub_title {
    background-color: #fff;
    color: #545454;
    width: 320px; }
  .info ul {
    margin-left: 1rem; }
    .info ul * {
      font-size: 1rem;
      line-height: 1.5; }
    .info ul li {
      list-style: decimal;
      padding-left: 5px;
      margin-bottom: 15px;
      text-align: justify;
      text-justify: inter-ideograph; }

/* Grow */
.hvr-grow {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07); }

/* Sweep To Right */
.hvr-sweep-to-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #88c122;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white; }

.container:hover .hvr-sweep-to-right:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.info .container:hover .sub_title {
  color: #fff; }

.step_info .modal-header {
  background: #f40000; }

.step_info .modal-title {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #fff; }

.step_info img.reg_step {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: block; }

/* ---------- 共用  ----------*/
.header {
  height: 40px;
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 1;
  font-size: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .header li {
    position: relative; }
    .header li a, .header li span {
      display: block; }
  .header li img {
    height: 40px;
    width: auto;
    display: block; }
  .header a, .header .appDonload span {
    display: block;
    color: #a9a9a9;
    text-decoration: none; }
  .header li.note,
  .header li.appDonload,
  .header li.social {
    padding: 17px 2px 0; }
  .header li.appDonload {
    padding: 17px 7px 0;
    cursor: pointer; }
    .header li.appDonload img {
      display: block;
      width: 100%;
      height: auto; }
    .header li.appDonload span {
      color: #dd0202; }
    .header li.appDonload .appQRcode {
      position: absolute;
      z-index: 9999;
      top: 100%;
      width: 160px;
      right: -9px;
      padding: 8px;
      background: #fff;
      -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
      box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      display: none; }
  .header li.appDonload::before, .header li.appDonload::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #ccc;
    bottom: 6px;
    left: 2px; }
  .header li.appDonload::after {
    left: auto;
    right: 2px; }
  .header li.appDonload:hover .appQRcode {
    display: block; }
  .header li.appDonload:hover span {
    color: #039ce1; }
  .header li.icons {
    padding: 2px 0 0 2px; }
    .header li.icons a {
      display: inline-block; }
    .header li.icons img {
      width: 25px; }
  .header .mb {
    display: none !important; }
    .header .mb img {
      height: 25px; }

@media only screen and (max-width: 1024px) {
  .header li {
    margin-top: -2px;
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92); }
  .header li:nth-child(1) {
    margin-right: -30px; }
  .header li.appDonload .appQRcode {
    margin-top: 2px; } }

@media only screen and (max-width: 1023px) {
  .header {
    -webkit-box-shadow: 0;
    box-shadow: 0; }
    .header .pc {
      display: none; }
    .header .mb {
      display: inherit !important;
      margin: 0; } }

.right_menu, .left_menu {
  width: 120px;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 110px;
  overflow: hidden;
  padding-right: 5px; }
  .right_menu .arrow_box, .left_menu .arrow_box {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0 10px 5px;
    width: 40px;
    height: 40px;
    margin: 0 -5px 3px 0;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .right_menu .arrow_box:hover, .left_menu .arrow_box:hover {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .right_menu .menu_box, .left_menu .menu_box {
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 2px 0;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .right_menu .menu_box img, .left_menu .menu_box img {
      width: 100%;
      display: block; }
    .right_menu .menu_box a, .left_menu .menu_box a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 3px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .right_menu .menu_box a:hover, .left_menu .menu_box a:hover {
      background-color: rgba(255, 255, 255, 0.4);
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .right_menu .menu_box li.banner a, .left_menu .menu_box li.banner a {
      background-color: inherit;
      padding: 0; }
    .right_menu .menu_box li, .left_menu .menu_box li {
      padding: 2px 5px;
      position: relative; }
    .right_menu .menu_box li:nth-child(1) a, .left_menu .menu_box li:nth-child(1) a {
      overflow: hidden; }
    .right_menu .menu_box li.gotop, .left_menu .menu_box li.gotop {
      padding: 3px 4px 2px; }
    .right_menu .menu_box li.gotop::before, .left_menu .menu_box li.gotop::before {
      content: '';
      position: absolute;
      top: 0;
      left: 10%;
      width: 80%;
      height: 1px;
      border-top: 1px dotted #ccc; }
    .right_menu .menu_box li.gotop .arrow, .left_menu .menu_box li.gotop .arrow {
      width: 10px;
      height: 10px;
      margin-right: 5px;
      vertical-align: -3px; }
    .right_menu .menu_box li.act_01 a, .left_menu .menu_box li.act_01 a {
      color: #fff;
      background-color: #eb6201; }
    .right_menu .menu_box li.act_02 a, .left_menu .menu_box li.act_02 a {
      background-color: #fff;
      color: #373737; }
    .right_menu .menu_box li.act_03 a, .left_menu .menu_box li.act_03 a {
      background-color: #3754d0;
      color: #fff600; }
  .right_menu dt, .left_menu dt {
    color: #fff;
    border-bottom: solid 1px #d3d3d3;
    margin: 0 3px;
    padding: 0 0 4px; }
  .right_menu .gohide, .left_menu .gohide {
    -webkit-transform: translateX(105%);
    -moz-transform: translateX(105%);
    -ms-transform: translateX(105%);
    -o-transform: translateX(105%);
    transform: translateX(105%); }
  .right_menu span.arrow.arRight.rotate, .left_menu span.arrow.arRight.rotate {
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
    margin-left: 8px; }

.right_menu .menu_box li {
  padding: 2px 4px; }

.left_menu {
  right: auto;
  left: 0;
  padding: 0 0 0 5px; }
  .left_menu .arrow_box {
    margin: 0 0 3px -5px;
    padding: 10px 0 10px 15px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }
  .left_menu .gohide {
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -o-transform: translateX(-105%);
    transform: translateX(-105%); }
  .left_menu span.arrow.arLeft.rotate {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    margin-left: -8px; }
  .left_menu .main_menu {
    display: none;
    width: 100%;
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    background: #d8000f;
    background: -webkit-gradient(linear, left top, right top, from(#8c0000), color-stop(10%, #8c0000), color-stop(30%, #c30000), color-stop(50%, #c30000), color-stop(50%, #c30000), color-stop(70%, #c30000), color-stop(90%, #8c0000), to(#8c0000));
    background: -webkit-linear-gradient(left, #8c0000 0%, #8c0000 10%, #c30000 30%, #c30000 50%, #c30000 50%, #c30000 70%, #8c0000 90%, #8c0000 100%);
    background: -o-linear-gradient(left, #8c0000 0%, #8c0000 10%, #c30000 30%, #c30000 50%, #c30000 50%, #c30000 70%, #8c0000 90%, #8c0000 100%);
    background: linear-gradient(to right, #8c0000 0%, #8c0000 10%, #c30000 30%, #c30000 50%, #c30000 50%, #c30000 70%, #8c0000 90%, #8c0000 100%); }
    .left_menu .main_menu li {
      width: 50%;
      text-align: center;
      position: relative; }
      .left_menu .main_menu li img {
        width: 34px;
        vertical-align: -8px; }
      .left_menu .main_menu li a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 9px 0; }
    .left_menu .main_menu li:nth-child(1)::before {
      content: "";
      position: absolute;
      top: 15%;
      right: 0;
      display: block;
      width: 1px;
      height: 70%;
      background-color: #fff;
      opacity: .7; }

.subfixed {
  position: fixed;
  top: 10px; }

.menuMask {
  display: none;
  background-color: rgba(34, 34, 34, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 55;
  top: 0px;
  left: 0px; }

.gotopMB {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 5;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .gotopMB span {
    width: 15px;
    height: 15px;
    display: block;
    margin: 10px auto -6px; }

.gotopMB:hover, .gotopMB a {
  color: #fff;
  text-decoration: none; }

@media only screen and (max-width: 1280px) {
  .right_menu {
    -webkit-transform: scale(0.9) translateX(5%);
    -moz-transform: scale(0.9) translateX(5%);
    -ms-transform: scale(0.9) translateX(5%);
    -o-transform: scale(0.9) translateX(5%);
    transform: scale(0.9) translateX(5%); }
  .left_menu {
    -webkit-transform: scale(0.9) translateX(-5%);
    -moz-transform: scale(0.9) translateX(-5%);
    -ms-transform: scale(0.9) translateX(-5%);
    -o-transform: scale(0.9) translateX(-5%);
    transform: scale(0.9) translateX(-5%); }
  .subfixed {
    top: -10px; } }

@media only screen and (max-width: 1100px) {
  .right_menu .menu_box {
    -webkit-transform: translateX(105%);
    -moz-transform: translateX(105%);
    -ms-transform: translateX(105%);
    -o-transform: translateX(105%);
    transform: translateX(105%); }
  .left_menu .menu_box {
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -o-transform: translateX(-105%);
    transform: translateX(-105%); }
  .right_menu .gohide, .left_menu .gohide {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .right_menu .arRight {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 8px; }
  .right_menu span.arrow.arRight.rotate {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    margin-left: 0; }
  .left_menu .arLeft {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -8px; }
  .left_menu span.arrow.arLeft.rotate {
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
    margin-left: 0; } }

@media only screen and (max-width: 768px) {
  .right_menu, .left_menu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0); }
    .right_menu .arrow_box, .left_menu .arrow_box {
      display: none; }
    .right_menu .menu_box, .left_menu .menu_box {
      width: 100%;
      padding: 0;
      margin: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      border-radius: 0 !important;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .right_menu .menu_box li.banner, .right_menu .menu_box li.gotop, .right_menu .menu_box li.subtitle, .left_menu .menu_box li.banner, .left_menu .menu_box li.gotop, .left_menu .menu_box li.subtitle {
        display: none; }
      .right_menu .menu_box li:nth-child(1) a, .left_menu .menu_box li:nth-child(1) a {
        overflow: inherit; }
  .right_menu {
    top: 0;
    z-index: 22; }
    .right_menu .menu_box {
      width: 100%;
      background-color: #fff;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .right_menu .menu_box a {
        position: relative;
        color: #3f3f3f;
        font-size: 16px;
        font-weight: 500;
        padding: 8px 3px; }
      .right_menu .menu_box a::before {
        content: '';
        position: absolute;
        bottom: 4px;
        right: -5px;
        width: 1px;
        height: 65%;
        background-color: #ccc; }
    .right_menu li {
      display: inline-block;
      position: relative;
      width: auto;
      height: 100%; }
    .right_menu .menu_box::-webkit-scrollbar {
      height: 5px;
      background-color: #EAEAEA; }
    .right_menu .menu_box::-webkit-scrollbar-thumb {
      background-color: darkgrey; }
  .right_menu.subfixed {
    position: fixed !important; }
  .left_menu {
    position: fixed;
    bottom: 0px;
    top: inherit;
    z-index: 66; }
    .left_menu .menu_box {
      display: none;
      background-color: inherit;
      padding: 0 8px;
      margin-bottom: 10px;
      text-align: center; }
      .left_menu .menu_box li {
        display: inline-block;
        position: relative;
        width: calc(100% / 3 - 4px);
        text-align: left;
        margin: 0 0 8px;
        padding: 0; }
      .left_menu .menu_box a {
        text-align: center;
        padding: 8px 3px;
        color: #000;
        background-color: #fff600; }
  .main_menu {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .gotopMB {
    display: block;
    bottom: 3%; } }

.card_note {
  padding: 10px 0;
  color: #959595;
  background-color: #282828;
  line-height: 22px;
  font-size: 13px; }
  .card_note .left {
    margin: 0 12px;
    padding: 5px 10px;
    border: 1px solid #959595;
    font-size: 170%;
    font-weight: 500;
    letter-spacing: 5px;
    vertical-align: middle; }

.footer {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 15px 10px 20px;
  line-height: 22px;
  font-size: 13px;
  background-color: #101010; }
  .footer li {
    margin: 0 3px; }
  .footer li.text {
    margin-right: 10px; }
  .footer li img {
    width: 40px; }

@media only screen and (max-width: 991px) {
  .card_note {
    display: block !important;
    padding: 20px;
    text-align: center; }
    .card_note .left {
      width: 310px;
      max-width: 100%;
      margin: 0 auto 8px; } }

@media only screen and (max-width: 480px) {
  .card_note .left {
    font-size: 160%; } }

.arrow {
  border: solid rgba(255, 255, 255, 0.7);
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: -5px; }

.arRight {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.arLeft {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.arUp {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.radius_M {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important; }

.d-block {
  width: 100%; }

@media only screen and (max-width: 1024px) {
  .kv {
    background-size: 165% !important;
    height: auto;
    padding-bottom: 31.5%; } }

@media only screen and (max-width: 767px) {
  .kv {
    padding: 0;
    background: transparent; }
    .kv .mask {
      background-size: 50%; }
    .kv li.boxman, .kv li.kv_title {
      display: none; }
    .kv .mb {
      display: block;
      width: 100%; }
  .wrap .sub_title {
    font-size: 28px;
    padding: 10px 0 12px;
    width: 200px;
    margin: 30px auto; }
  .main {
    font-size: 1.1rem;
    line-height: 1.7; }
    .main br {
      margin-bottom: 10px; }
    .main .btn_wrap .col-6 {
      padding: 0 5px; }
    .main .btn_wrap a {
      font-size: 1.2rem;
      letter-spacing: 0; }
    .main .banner {
      margin-top: 20px; }
      .main .banner li {
        margin-bottom: 10px; } }

body, div, span, h1, p, a, img, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

.inset {
  text-align: center; }

.inset a {
  color: #06c;
  font: 11px/20px normal; }

.logotype a {
  display: block;
  width: 186px;
  height: 60px;
  text-indent: -9999px; }

#HEADER .logotype a {
  background: url(); }

#HEADER {
  position: relative;
  height: 60px;
  width: 930px;
  margin: 0 auto;
  margin-bottom: 6px;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  background: url() repeat-x; }

#HEADER a {
  display: block;
  position: absolute; }

#HEADER .site_roadsign {
  width: 68px;
  height: 65px;
  left: 186px;
  top: 0;
  text-indent: -9999px; }

#HEADER .site_ad {
  left: 312px;
  top: 16px;
  border: 1px solid #ddd; }

#FOOTER {
  margin: 10px 0 20px;
  color: #777;
  font: 13px/1.5 Verdana;
  text-align: center; }

#FOOTER a {
  color: #333;
  font: 13px/1.5 Verdana; }

#FOOTER span {
  margin: 0 4px;
  color: #999;
  font: 12px/1.5 Verdana; }

#GLOBALWRAPPER, #WRAPPER {
  margin: 0 auto; }

#GLOBALWRAPPER {
  overflow: hidden;
  margin-bottom: 7px; }
