﻿@charset "UTF-8";
.site-header, .site-header .sh-container, .footer, .footer .footer-content, .footer .footer-link ul {
  zoom: 1;
}

.site-header:after, .site-header .sh-container:after, .footer:after, .footer .footer-content:after, .footer .footer-link ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

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: baseline;
  background: transparent;
}

html, body {
  height: 100%;
  font-family: '微軟正黑體',Tahoma,'新細明體','Arial Unicode MS',Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:lang(vi-vn) body {
  font-family: Segoe UI,'微軟正黑體',Tahoma,'新細明體','Arial Unicode MS',Arial,Helvetica,sans-serif;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-size: 62.5%;
  /* font-size 1em = 10px */
}

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;
  background: transparent;
  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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

::-webkit-search-cancel-button {
  display: none;
}

.btn-box {
  width: 100%;
  margin-top: 40px;
  position: relative;
  text-align: center;
}

.btn {
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  text-align: center;
  color: #EABD44;
  font-size: 14px;
  background: rgba(234, 189, 68, 0);
  border: 1px solid #EABD44;
  display: inline-block;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.btn.on-touch {
  color: white;
  background: rgba(234, 189, 68, 0.12);
  text-decoration: none;
}

.btn:active {
  color: #443203;
  background: #eabd44;
}

.btn.btn-yellow {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 17px;
  padding: 0 30px;
  color: #443203;
  background: #EABD44;
}

.btn.btn-yellow.on-touch, .btn.btn-yellow:active {
  color: #443203;
  background: #f8e963;
  text-decoration: none;
}

.btn.btn-yellow2 {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 17px;
  padding: 0 30px;
  color: white;
  background: #BC9A37;
}

.btn.btn-yellow2.on-touch, .btn.btn-yellow2:active {
  color: white;
  background: #cbaa4c;
  text-decoration: none;
}

.btn.btn-gray {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 17px;
  padding: 0 30px;
  color: #727982;
  background: #191F27;
  border: 1px solid #333A44;
}

.btn.btn-gray.on-touch, .btn.btn-gray:active {
  color: #727982;
  background: #232b37;
}

.btn.btn-dark {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  padding: 0 20px;
  color: #727982;
  background: #191F27;
  border: 1px solid #333A44;
}

.btn.btn-dark.on-touch, .btn.btn-dark:active {
  color: #727982;
  background: #1f2630;
}

.btn.disabled {
  color: white;
  background: #727982;
  border: 1px solid #727982;
  cursor: default;
}

.btn.disabled.on-touch, .btn.disabled:active {
  color: white;
  background: #727982;
}

/*頂部選單 start
-------------------------------------------------- */
.site-header {
  width: 100%;
  height: 80px;
  position: relative;
  border-bottom: 1px solid #1B232D;
  background: #0E131A;
  z-index: 99;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  /*收合選單 icon*/
  /*收合選單 icon end*/
}

.site-header * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.site-header .sh-container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.site-header .sh-logo {
  float: left;
  width: 173px;
  padding: 22px 25px 0 0;
  position: relative;
}

.site-header .sh-logo img {
  width: 100%;
}

.site-header .sh-logo:after {
  content: '';
  display: block;
  height: 22px;
  border-right: 1px solid #323740;
  position: absolute;
  top: 30px;
  right: 0;
}

.site-header .sh-btn-box {
  float: left;
  margin: 23px 0 0 25px;
}

.site-header .member-function {
  float: right;
  height: 100%;
}

.site-header .member-function > ul {
  height: 100%;
  text-align: right;
}

.site-header .member-function > ul:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.site-header .member-function > ul > li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  margin-left: 25px;
}

.site-header .member-function .mf-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  color: #B6A86F;
  font-size: 14px;
  border: 1px solid #323740;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.site-header .member-function .mf-btn.on-touch, .site-header .member-function .mf-btn:active {
  color: #443203;
  background: #eabd44;
}

.site-header .member-function .mf-info {
  position: relative;
}

.site-header .member-function .mf-info .mfi-icon {
  font-size: 18px;
  position: relative;
  color: white;
  display: block;
}

.site-header .member-function .mfi-num {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #FF8317;
  font-size: 12px;
  color: white;
  display: block;
  position: absolute;
  top: -10px;
  right: -8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}

.site-header .member-function .mf-lan-m {
  display: none;
}

.site-header .member-function .mf-lan-m .mf-lan-list {
  width: 100px;
}

.site-header .member-function .mf-lan-box {
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 14px;
  background: rgba(234, 189, 68, 0);
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.site-header .member-function .mf-lan-box:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-width: 5px 4px 0px 4px;
  border-color: #919498 transparent transparent transparent;
}

.site-header .member-function .mf-lan-list {
  width: 140px;
  top: 50px;
  left: auto;
  right: 0px;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.site-header .member-function .mf-lan-list:before, .site-header .member-function .mf-lan-list:after {
  left: 80%;
}

.site-header .member-function .mf-lan-list a {
  color: white;
}

.site-header .member-function .mf-lan-list a.on-touch {
  color: #EABD44;
}

.site-header .member-function .mf-lan-list li {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
}

.site-header .member-function .mf-lan-list li:last-child {
  margin-bottom: 0;
}

.site-header .nav-mobile-icon {
  display: none;
  float: left;
  width: 26px;
  height: 21px;
  cursor: pointer;
  position: relative;
  top: 16px;
  margin-right: 20px;
}

.site-header .nav-mobile-icon.nmi-act {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.site-header .nmi-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #AEB3BA;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.site-header .nmi-icon:before, .site-header .nmi-icon:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #AEB3BA;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.site-header .nmi-icon:before {
  margin-top: 9px;
}

.site-header .nmi-icon:after {
  margin-top: 18px;
}

.site-header .nmi-icon.m-active {
  background: transparent;
}

.site-header .nmi-icon.m-active:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-header .nmi-icon.m-active:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  .site-header .sh-container {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .site-header {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .site-header .sh-logo {
    width: 130px;
    padding: 10px 0 0 0;
    margin-right: 10px;
  }
  .site-header .sh-logo:after {
    display: none;
  }
  .site-header .sh-btn-box {
    display: none;
  }
  .site-header .member-function .mf-logout {
    display: none;
  }
  .site-header .member-function .mf-info {
    margin-left: 0px;
    padding-top: 7px;
  }
  .site-header .member-function > ul > li {
    margin-left: 15px;
  }
  .site-header .member-function .mf-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    text-align: center;
    color: #B6A86F;
    font-size: 13px;
    border: 1px solid #323740;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .site-header .member-function .mf-btn.on-touch, .site-header .member-function .mf-btn:active {
    color: #443203;
    background: #eabd44;
  }
  .site-header .member-function .mf-language {
    display: none;
  }
  .site-header .member-function .mf-lan-m {
    display: inline-block;
  }
  .site-header .member-function .mf-lan-box {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .site-header .member-function .mf-wallet {
    display: none;
  }
  .site-header .nav-mobile-icon {
    display: block;
  }
}

@media (max-width: 568px) {
  .site-header .sh-logo {
    width: 110px;
    padding-top: 13px;
  }
  .site-header .member-function .mf-lan-box {
    width: 50px;
  }
  .site-header .member-function .mf-login  {
    margin-left: 10px;
  }
  .site-header .member-function > ul > li {
    margin-left: 5px;
  }
  .site-header .nav-mobile-icon {
    margin-right: 15px;
  }
}

/*頂部選單 end -------------------------------------------------- */
/* Footer
-------------------------------------------------- */
.footer {
  width: 100%;
  background-color: #191F27;
  position: relative;
}

.footer * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.footer a {
  color: #AEB3BA;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.footer a.on-touch {
  color: #cacdd1;
  text-decoration: underline;
}

.footer .footer-content {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 30px 15px 35px;
  text-align: center;
  position: relative;
}

.footer .footer-logo {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 190px;
}

.footer .footer-logo a {
  display: block;
  width: 105px;
}

.footer .footer-logo img {
  width: 100%;
}

.footer .footer-info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 190px;
  text-align: left;
}

.footer .footer-link {
  display: block;
  position: relative;
}

.footer .footer-link ul li {
  line-height: 1.4;
  font-size: 14px;
  color: #AEB3BA;
  margin-bottom: 10px;
}

.footer .footer-link ul li:last-child {
  margin-bottom: 0px;
}

.footer .contact-info {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #AEB3BA;
}

.footer .contact-info ul li {
  margin-bottom: 10px;
}

.footer .contact-info ul li:last-child {
  margin-bottom: 0px;
}

.footer .copyright {
  width: 100%;
  height: auto;
  padding: 15px 15px;
  text-align: center;
  display: block;
  color: #AEB3BA;
  line-height: 1.5;
  font-size: 13px;
  background: #0E131A;
}

.footer .social-box {
  margin-top: 11px;
}

.footer .social-box .social-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.footer .social-box .social-item:last-child {
  margin-right: 0;
}

@media (max-width: 1170px) {
  .footer .footer-logo {
    margin-right: 160px;
  }
  .footer .footer-info {
    margin-right: 160px;
  }
}

@media (max-width: 768px) {
  .footer .footer-content {
    padding-bottom: 80px;
  }
  .footer .footer-logo {
    margin-right: 50px;
    vertical-align: middle;
  }
  .footer .footer-info {
    width: 100%;
    display: block;
    margin-right: 0px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer .footer-link {
    text-align: center;
  }
  .footer .footer-link ul li {
    display: inline-block;
    line-height: 1.4;
    font-size: 14px;
    color: #AEB3BA;
    margin-bottom: 0px;
    margin-right: 15px;
  }
  .footer .footer-link ul li:last-child {
    margin-right: 0px;
  }
  .footer .contact-info {
    vertical-align: middle;
  }
}

@media (max-width: 568px) {
  .footer .footer-logo {
    margin-right: 20px;
  }
  .footer .footer-link ul li {
    font-size: 13px;
    margin-right: 13px;
  }
  .footer .contact-info {
    font-size: 13px;
  }
  .footer .contact-info ul li {
    margin-bottom: 6px;
  }
}

/*-- footer end -------------------------------------------------- */
/*-- 泡泡框 --*/
.popup-box {
  width: 100px;
  height: 0;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  color: white;
  background: #191F27;
  border: 0px solid #333A44;
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 10;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.popup-box:before, .popup-box:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #191F27;
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 5;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup-box:after {
  top: -9px;
  z-index: 4;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #333A44;
}

.popup-box.ppb-act {
  height: auto;
  padding: 18px 20px;
  border-width: 1px;
  overflow: visible;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
}

/*-- 表單定義 --*/
input, select, textarea {
  font-family: '微軟正黑體',Tahoma,'新細明體','Arial Unicode MS',Arial,Helvetica,sans-serif;
}

input {
  height: 44px;
  border: 1px solid transparent;
  padding: 5px 15px;
  font-size: 15px;
  color: #919498;
  background: #323740;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input:focus, input:hover {
  border-color: #807540;
}

::-webkit-input-placeholder {
  color: #919498;
  opacity: .9;
}

::-moz-placeholder {
  color: #919498;
  opacity: .9;
}

::-ms-input-placeholder {
  color: #919498;
  opacity: .9;
}

input[type='checkbox'] {
  width: 18px;
  height: 18px;
}

input[type='radio'] {
  width: 18px;
  height: 18px;
}

textarea {
  border: 1px solid transparent;
  padding: 10px 15px;
  font-size: 15px;
  color: #919498;
  line-height: 1.5;
  background: #323740;
  resize: vertical;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

textarea:focus, textarea:hover {
  border-color: #807540;
}

select {
  border: 1px solid transparent;
  padding: 6px 8px;
  font-size: 14px;
  cursor: pointer;
  background: #323740;
  color: #919498;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input[type='submit'] {
  cursor: pointer;
}

.input-error {
  border: 1px solid #FFB3B8;
}

.input-error-txt {
  width: 100%;
  color: #FFB3B8;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 2px;
  padding-left: 2px;
  text-align: left;
}

.inp-required {
  color: #F06E76;
  font-size: 13px;
  font-weight: bold;
  margin-left: 2px;
  vertical-align: top;
}

.input-tip-txt {
  width: 100%;
  color: #D1D6DC;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 2px;
  padding-left: 2px;
  text-align: left;
}

.input-tip-list {
  color: #D1D6DC;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 19px;
  list-style-type: decimal;
}

.input-tip-list li {
  margin-top: 4px;
}

.def-select {
  position: relative;
  line-height: 1.6;
  font-size: 16px;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
}

.def-select:before {
  content: '';
  right: 6px;
  top: -2px;
  width: 25px;
  height: 30px;
  background: #323740;
  position: absolute;
  pointer-events: none;
  display: block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.def-select:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #919498 transparent transparent transparent;
  content: '';
  right: 12px;
  top: 11px;
  position: absolute;
  pointer-events: none;
}

.def-select select {
  height: 44px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.def-select:focus:before, .def-select:focus select, .def-select:hover:before, .def-select:hover select {
  border-color: #807540;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .def-select select {
    padding-right: 18px;
  }
}

.def-check {
  text-align: center;
}

.def-check input[type="checkbox"] {
  display: none;
}

.def-check .checkbox {
  cursor: pointer;
  padding-left: 28px;
  overflow: visible;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #919498;
}

.def-check label.checkbox:before {
  background: none;
  border: 1px solid #75787E;
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}

.def-check label.checkbox:after {
  opacity: 0;
  content: '';
  position: absolute;
  background: #BC9A37;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}

.def-check input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.def-check2 input[type="checkbox"] {
  display: none;
}

.def-check2 .checkbox {
  cursor: pointer;
  padding-left: 26px;
  overflow: visible;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #919498;
  width: 16px;
  height: 16px;
}

.def-check2 label.checkbox:before {
  background: none;
  border: 1px solid #75787E;
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
}

.def-check2 label.checkbox:after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 3px;
  border: 2px solid #BC9A37;
  border-top: none;
  border-right: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.def-check2 input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.def-radio input[type="radio"] {
  display: none;
}

.def-radio .radio {
  cursor: pointer;
  padding-left: 28px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin: 2.5px 15px 2.5px 0;
}

.def-radio label.radio:before {
  background: none;
  border: 2px solid #75787E;
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 17px;
  height: 17px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}

.def-radio label.radio:after {
  opacity: 0;
  content: '';
  position: absolute;
  background: #75787E;
  top: 7px;
  left: 7px;
  width: 7px;
  height: 7px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}

.def-radio input[type=radio]:checked + label:before {
  border-color: #EABD44;
}

.def-radio input[type=radio]:checked + label:after {
  opacity: 1;
  background: #EABD44;
}

.def-number {
  display: block;
  position: relative;
}

.def-number input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.def-number input[type=number]::-webkit-inner-spin-button,
.def-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.def-number .num-btn {
  width: 16px;
  height: 16px;
  text-align: center;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 20;
}

.def-number .num-btn:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0 3px 6px 3px;
  border-color: transparent transparent #888 transparent;
}

.def-number .num-btn.minus {
  transform: rotate(180deg);
  top: auto;
  bottom: 7px;
}

/*--
.def-file {
    position: relative;
    .input-file-cover{
        width: 100%;
        margin: 0;
    }
    .ifc-input,.ifc-btn{
        display: inline-block;
        height: 33px;
    }
    .ifc-btn{
        border: 1px solid $input_border;
        padding: 8px 8px;
        background: $pm_lighter_blue;
        color: $input_text;
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        @include border-radius(0 4px 4px 0);
        @include box-sizing(border-box);
    }
    .input-file{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 33px;
        cursor: pointer;
        @include opacity(0);
    }
}
--*/
/*scrollToTop start
-------------------------------------------------- */
.scroll-top {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #0E131A;
  font-weight: bold;
  position: fixed;
  bottom: 100px;
  right: 30px;
  visibility: hidden;
  background: #888888;
  text-decoration: none;
  padding: 7px 3px 0 0;
  z-index: 99;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.scroll-top.visible {
  visibility: visible;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.scroll-top.on-touch {
  color: #0E131A;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.scroll-top:hover, .scroll-top:focus {
  text-decoration: none;
  color: #0E131A;
}

.scroll-top img {
  width: 100%;
}

.scroll-top .t-icon {
  font-size: 25px;
  display: block;
  width: 100%;
  text-align: center;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 568px) {
  .scroll-top {
    width: 30px;
    height: 30px;
    bottom: 115px;
    right: 20px;
    padding: 5px 2px 0 0;
  }
  .scroll-top .t-icon {
    font-size: 20px;
  }
  .scroll-top .t-text {
    display: none;
  }
}

/*scrollToTop end -------------------------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
  background: #0E131A;
  position: relative;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

body.left-nav-act {
  left: 60%;
  overflow: hidden;
}

body.left-nav-act .site-header {
  left: 60%;
}

body.left-nav-act .news-list-box .news-list-function.nlf-fixed {
  left: 60%;
}

.highlight-txt {
  color: #B6A86F;
}

.none {
  display: none;
}
