@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap");
a, button,
[type="button"],
[type="reset"],
[type="submit"], input, input[type="file"] ~ label, select, textarea {
  color: #222;
  font-size: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"], input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="number"], input[type="password"], input[type="file"] ~ label, select, textarea {
  max-width: 100%;
  height: 40px;
  padding: 0 12px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  vertical-align: middle;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "PMingLiU", "mingliu", FreeSans, sans-serif !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"], a,
label,
.cursor, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

[class*="icon"]:before, [type="checkbox"] + label:not([class]):before,
[type="radio"] + label:not([class]):before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.dialog_mask:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  z-index: 0;
  pointer-events: none;
}

.dialog_mask > div {
  z-index: 1;
}

/*----------　global　----------*/
* {
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

embed,
img,
object,
video {
  max-width: 100%;
  height: auto;
}

html, body {
  width: 100%;
  height: 100%;
}

html,
div.ui-dialog {
  color: #222;
  line-height: 1;
  vertical-align: baseline;
  scrollbar-face-color: #000;
  /* IE scrollbar */
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-3dlight-color: #fff;
  scrollbar-arrow-color: #000;
  scrollbar-track-color: #fff;
  scrollbar-darkshadow-color: #fff;
}

html {
  font-size: 16px;
}

@media only screen and (max-width: 1439.98px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 320.98px) {
  html {
    font-size: 13px;
  }
}

body {
  min-width: 320px;
  background-color: white;
  font-size: 0.93rem;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "PMingLiU", "mingliu", FreeSans, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
  letter-spacing: 0.8px;
  overflow: scroll;
}

@media only screen and (max-width: 767.98px) {
  body {
    min-height: 320px;
    overflow-x: hidden;
  }
}

body.preload * {
  -ms-transition: none !important;
}

body.bg_w {
  background-color: white !important;
}

body.bg_default {
  background-color: #f8f8f8 !important;
}

.scrollFixed {
  overflow: hidden;
}

::-webkit-scrollbar {
  /*Chrome scrollbar*/
  width: 0.625rem;
  height: 5px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 99rem;
  background-color: #d5d7ff;
}

a.disabled {
  position: static !important;
  cursor: not-allowed;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}

a.underline {
  text-decoration: underline;
}

body a, body a:not([href]):hover {
  text-decoration: none;
}

body a, body a:hover {
  color: currentColor;
}

body a.ahover {
  color: #222;
}

body a.ahover:hover {
  color: #f78c13;
  text-decoration: underline;
}

body a.ahover:active {
  color: #f16161;
}

body a.ahover.disabled {
  color: #aaa;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  display: block;
  border-color: transparent;
}

button.no_style,
[type="button"].no_style,
[type="reset"].no_style,
[type="submit"].no_style {
  display: inline-block;
  height: auto;
}

input {
  line-height: 1;
}

input[type="text"]:disabled, input[type="tel"]:disabled, input[type="email"]:disabled, input[type="date"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled {
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  background-color: #f1f1f1 !important;
  border-color: #ccc !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

input[type="text"][type="number"], input[type="tel"][type="number"], input[type="email"][type="number"], input[type="date"][type="number"], input[type="number"][type="number"], input[type="password"][type="number"] {
  -moz-appearance: textfield;
}

input[type="text"]::-webkit-inner-spin-button, input[type="text"]::-webkit-outer-spin-button, input[type="tel"]::-webkit-inner-spin-button, input[type="tel"]::-webkit-outer-spin-button, input[type="email"]::-webkit-inner-spin-button, input[type="email"]::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button, input[type="password"]::-webkit-inner-spin-button, input[type="password"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

input[type="file"] ~ label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  line-height: 40px;
  white-space: nowrap;
}

input[type="file"] ~ label > span {
  display: inline-block;
  padding: 0 1.25rem;
}

input[type="file"] ~ label > span:first-child {
  border-right: 1px solid #dedede;
}

input[type="file"] ~ label > span:nth-child(2) {
  width: calc(100% - 120px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a,
button,
label,
[type="button"],
[type="reset"],
[type="submit"],
.cursor {
  cursor: pointer;
}

select {
  padding-right: 30px;
  background-image: url("img/icon_select_bg.svg");
  background-position: 100% -5px;
  background-repeat: no-repeat;
  vertical-align: baseline;
  color: #222;
  cursor: pointer;
  /* target Internet Explorer 9 to undo the custom arrow */
}

select:disabled {
  background-color: #f1f1f1 !important;
  border-color: #ccc !important;
  color: #aaa !important;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9;
  }
}

select.no_style {
  height: 20px;
  background-color: transparent;
  border: 0;
  background-position-y: -15px;
}

textarea {
  min-height: 80px;
  padding: 8px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
  font-size: 90%;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
  font-size: 90%;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
  font-size: 90%;
}

input::placeholder,
textarea::placeholder {
  color: #b3b3b3;
  opacity: 1;
  font-size: 90%;
}

:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 90%;
}

hr,
.br {
  clear: both;
}

hr {
  margin: 0.625rem 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid white;
}

.clear_fix {
  *overflow: hidden;
  *zoom: 1;
}

.clear_fix:after {
  display: table;
  content: "";
  width: 0;
  clear: both;
}

button:focus,
input:focus {
  outline: 0;
}

:disabled,
[type="file"]:disabled + label {
  position: static !important;
  opacity: 0.6;
  cursor: not-allowed;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}

::-moz-selection {
  background-color: #d9d9d9;
}

::selection {
  background-color: #d9d9d9;
}

table,
td {
  border: 0;
  border-collapse: collapse;
}

ul,
li {
  list-style: none;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: text-bottom;
  image-rendering: -webkit-optimize-contrast;
}

span {
  line-height: inherit;
}

section {
  width: 100%;
}

/*iframe's parent div setting for ios*/
.iframe_box {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

iframe {
  border: 0;
}

/*----------　font　----------*/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../font/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../font/MaterialIcons-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v66/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2");
}

[class|="material"] {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

[class|="material"].middle {
  vertical-align: middle;
}

[class|="material"].danger {
  color: #f16161;
}

a[class|="material"] {
  width: 30px !important;
  background-color: white;
  border-radius: 99rem;
  text-align: center;
  line-height: 30px;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}

a[class|="material"]:hover {
  background-color: #DDE3EB;
}

a[class|="material"]:active {
  color: #5463e1;
  background-color: #d5d7ff;
}

a[class|="material"].danger:hover {
  background-color: #f5e1c9;
}

a[class|="material"].danger:active {
  color: #f1d5b3;
}

a[class|="material"].disabled {
  color: #aaa !important;
  background-color: white !important;
}

a[class|="material"].ul_btn_input_height {
  margin: 5px 0;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
}

.regulate {
  position: relative;
  top: -2px;
}

h1 {
  font-size: 2.25rem;
}

.lan_EN h1 {
  font-size: 2.5rem;
}

.cont_32 {
  font-size: 2rem;
}

h2,
.cont_30 {
  font-size: 1.8125rem;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: inherit;
  margin: 1.5rem 0;
}

h3,
.cont_24 {
  font-size: 1.5625rem;
}

h4,
.cont_20 {
  font-size: 1.25rem;
}

h5,
.cont_18 {
  font-size: 1.0625rem;
}

h6,
.cont_16 {
  font-size: 1rem;
}

.cont_14 {
  font-size: 0.93rem;
}

.cont_13 {
  font-size: 0.81rem;
}

.cont_22 {
  font-size: 1.375rem;
}

.cont_28 {
  font-size: 1.75rem;
}

.cont_48 {
  font-size: 3rem;
}

p,
.fake_p {
  display: block;
  margin-top: 5px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

p a,
.fake_p a {
  text-decoration: underline;
}

p.space-2,
.fake_p.space-2 {
  text-indent: 2em;
}

p.cont_12,
.fake_p.cont_12 {
  font-weight: 400;
}

.bold {
  font-weight: bold !important;
}

.center {
  text-align: center;
}

body small {
  font-size: 13px;
}

.cont_12 {
  font-size: 0.75rem;
}

.inputHeight {
  line-height: 40px !important;
}

.white {
  color: white !important;
}

.dark {
  color: #000 !important;
}

.gray {
  color: #7f7f7f !important;
}

.textcolor {
  color: #222 !important;
}

.lightgray {
  color: #aaa !important;
}

.lightgray2 {
  color: #ccc !important;
}

.emcolor {
  color: #f16161 !important;
}

.maincolor {
  color: #6070FF !important;
}

.main_bg {
  background-color: #6070FF !important;
}

.submaincolor {
  color: #f78c13 !important;
}

.uppercase {
  text-transform: uppercase;
}

.transparent {
  color: transparent !important;
}

.description {
  font-weight: 100;
}

samp {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "PMingLiU", "mingliu", FreeSans, sans-serif;
}

/*----------　tool box　----------*/
.none,
[v-cloak] {
  display: none;
}

.show_sm,
.show_md,
.show_lg,
.show_xl,
.show_fullHD,
.OQRAPP_show,
.none_js {
  display: none !important;
}

.OQRAPP .OQRAPP_none {
  display: none !important;
}

.OQRAPP .OQRAPP_show {
  display: block !important;
}

.current,
.current a,
.empty,
.empty a {
  cursor: default !important;
  opacity: 1 !important;
}

.w100 {
  width: 100%;
}

.main_btn,
.sub_main_btn,
.cancel_btn,
.text_btn {
  display: inline-block;
  min-width: 200px;
  max-width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 1px;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}

.main_btn.btn_auto,
.sub_main_btn.btn_auto,
.cancel_btn.btn_auto,
.text_btn.btn_auto {
  min-width: 0;
  padding: 0 0.93rem;
}

.main_btn:before,
.sub_main_btn:before,
.cancel_btn:before,
.text_btn:before {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.main_btn.disabled,
.sub_main_btn.disabled,
.cancel_btn.disabled,
.text_btn.disabled {
  background-color: #aaa !important;
  border-color: #aaa !important;
}

.main_btn.outline.disabled,
.sub_main_btn.outline.disabled,
.cancel_btn.outline.disabled,
.text_btn.outline.disabled {
  color: #aaa !important;
  border-color: #aaa !important;
}

.main_btn.w100,
.sub_main_btn.w100,
.cancel_btn.w100,
.text_btn.w100 {
  width: 100%;
  min-width: 0;
}

@media only screen and (max-width: 767.98px) {
  .main_btn.w100_md,
  .sub_main_btn.w100_md,
  .cancel_btn.w100_md,
  .text_btn.w100_md {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 575.98px) {
  .main_btn.w100_sm,
  .sub_main_btn.w100_sm,
  .cancel_btn.w100_sm,
  .text_btn.w100_sm {
    width: 100%;
    min-width: 0;
  }
}

.main_btn {
  background-color: #6070FF;
  border: 1px solid #6070FF;
}

.main_btn, .main_btn:hover {
  color: white;
  text-decoration: none;
}

.main_btn:hover, .main_btn:active {
  background-color: #5463e1;
  border-color: #5463e1;
}

.main_btn.outline {
  background-color: white;
  color: #6070FF;
}

.main_btn.outline:hover {
  background-color: #6070FF;
  border-color: #6070FF;
  color: white;
}

.main_btn.outline:active {
  background-color: #5463e1;
  border-color: #5463e1;
}

.sub_main_btn {
  background-color: #f78c13;
  border: 1px solid #f78c13;
}

.sub_main_btn, .sub_main_btn:hover {
  color: white;
  text-decoration: none;
}

.sub_main_btn:hover, .sub_main_btn:active {
  background-color: #f16161;
  border-color: #f16161;
}

.sub_main_btn.outline {
  background-color: white;
  color: #222;
  border-color: #aaa;
}

.sub_main_btn.outline:hover {
  background-color: #f78c13;
  border-color: #f78c13;
  color: white;
}

.sub_main_btn.outline:active {
  background-color: #f16161;
  border-color: #f16161;
}

a.main_btn,
a.sub_main_btn,
a.cancel_btn,
a.text_btn {
  line-height: 40px;
}

.cancel_btn {
  background-color: white;
  border: 1px solid #aaa;
  color: #222;
}

.tooltip {
  font-size: 12px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "PMingLiU", "mingliu", FreeSans, sans-serif;
}

.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #555;
}

.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #555;
}

.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #555;
}

.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #555;
}

.tooltip-inner {
  max-width: 500px;
  background-color: #555;
  text-align: left;
}

@media only screen and (max-width: 575.98px) {
  .tooltip-inner {
    max-width: 100%;
  }
}

.filepond--root,
.filepond--drop-label label {
  cursor: pointer !important;
}

.filepond--item {
  position: absolute !important;
}

/*----------　icon　----------*/
[class*="icon-16"]:before {
  width: 16px;
  height: 16px;
  background-image: url("img/icon_group.svg?v=20190701");
}

[class*="icon-20"]:before {
  width: 20px;
  height: 20px;
  background-image: url("img/icon_group.svg?v=20190701");
}

.icon-16empty:before {
  background-position: 20px 20px;
}

.icon-20empty:before {
  background-position: 20px 20px;
}

[class*="iconI"]:before {
  background-image: url("img/icon_group.svg?v=20200525");
}

.iconI-logoW:before {
  background-position: 0px -116px;
}

/* checkbox,radio */
label {
  margin-bottom: 0;
}

label.simple_style:hover {
  color: #6070FF;
}

label.btn_style {
  width: 150px;
  border: 1px solid #6070FF;
  border-radius: 99rem;
  text-align: center;
  line-height: 35px;
}

.w_auto_label_box label.btn_style {
  width: auto;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  white-space: nowrap;
}

label.btn_style:hover {
  background-color: #DDE3EB;
}

.w_auto_label_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.w_auto_label_box > div {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}

[type="checkbox"] + label:not([class]):before {
  background-position: -20px 0;
}

[type="radio"] + label:not([class]):before {
  background-position: -40px 0;
}

[type="checkbox"],
[type="radio"] {
  display: none;
}

[type="checkbox"] + label,
[type="radio"] + label {
  margin-bottom: 0;
  max-width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}

[type="checkbox"] + label:before,
[type="radio"] + label:before {
  position: relative;
  top: -1px;
  margin-right: 5px;
}

[type="checkbox"] + label:not([class]):before,
[type="radio"] + label:not([class]):before {
  width: 20px;
  height: 20px;
  background-image: url("img/icon_group.svg?v=20220120");
}

[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  background-position-y: -20px;
}

[type="checkbox"]:checked + label.simple_style,
[type="radio"]:checked + label.simple_style {
  color: #6070FF;
}

[type="checkbox"]:checked + label.btn_style,
[type="radio"]:checked + label.btn_style {
  background-color: #DDE3EB;
  color: #6070FF;
}

[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  cursor: not-allowed;
}

[type="checkbox"]:disabled + label:before,
[type="radio"]:disabled + label:before {
  background-position-y: -40px;
}

[type="checkbox"]:disabled + label.simple_style,
[type="radio"]:disabled + label.simple_style {
  color: #aaa;
}

[type="checkbox"]:disabled + label.btn_style,
[type="radio"]:disabled + label.btn_style {
  background-color: white;
  color: #aaa;
  border-color: #aaa;
}

[type="checkbox"]:checked:disabled + label,
[type="radio"]:checked:disabled + label {
  color: #888;
}

[type="checkbox"]:checked:disabled + label:before,
[type="radio"]:checked:disabled + label:before {
  background-position-y: -20px;
  opacity: 0.6;
}

.switch_box {
  margin-right: 1.875rem;
  padding: 9px 0;
}

.switch_box button {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
  background-color: #aaa;
  border: 0;
  border-radius: 99rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.switch_box button:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 99rem;
  z-index: 1;
}

.switch_box button.switch_on {
  background-color: #6070FF;
}

.switch_box button.switch_on:before {
  left: 24px;
}

.switch_box button.disabled, .switch_box button.disabled:before {
  background-color: #f1f1f1;
  border: 1px solid #aaa;
}

.switch_box button.disabled:before {
  width: 16px;
  height: 16px;
}

.switch_box span {
  display: inline-block;
  padding-left: 0.5em;
  color: #222;
  line-height: 22px;
  vertical-align: text-top;
}

/*----------　loader　----------*/
.loader_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 896;
}

.loader_box.none {
  display: none !important;
}

.loader {
  color: #6070FF;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.loader, .loader:before, .loader:after {
  background: #6070FF;
  -webkit-animation-name: load1;
          animation-name: load1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 1em;
  height: 4em;
}

.loader:before, .loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}

/*----------　go-top　----------*/
a.back_to_top {
  display: none;
  position: fixed;
  bottom: 5vh;
  right: 2vw;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: white;
  line-height: 1;
  cursor: pointer;
  z-index: 894;
}

a.back_to_top:before {
  margin-right: 0;
}

a.back_to_top:active {
  top: auto;
}

a.back_to_top:hover {
  background-color: black;
}

/*----------　media　----------*/
[class*="show_"] {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar-thumb:hover {
    background-color: #6070FF;
  }
}

@media only screen and (min-width: 992px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1439.98px) {
  .none_fullHD {
    display: none !important;
  }
  .show_fullHD {
    display: block !important;
  }
}

@media only screen and (max-width: 1199.98px) {
  .none_xl {
    display: none !important;
  }
  .show_xl {
    display: block !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .none_lg {
    display: none !important;
  }
  .show_lg {
    display: block !important;
  }
}

@media only screen and (max-width: 767.98px) {
  ::-webkit-scrollbar {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
  }
  .none_md {
    display: none !important;
  }
  .show_md {
    display: block !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .none_sm {
    display: none !important;
  }
  .show_sm {
    display: block !important;
  }
  ::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}

main {
  min-height: calc(100vh - 3.75rem);
}

@media only screen and (min-width: 768px) {
  main {
    padding-top: 60px;
  }
}

body .container {
  position: relative;
  padding: 0;
  z-index: 1;
}

body .container.for_mobile {
  max-width: 540px;
}

@media only screen and (max-width: 575.98px) {
  .row {
    margin: 0;
  }
  .row > [class^="col"] {
    padding: 0;
  }
}

.coming_soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 3.75rem - 60px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coming_soon img {
  width: 450px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.18);
  background-color: white;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 899;
}

.header_menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 300;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header_menu {
    font-size: 16px;
  }
}

.header_menu .logo_box img {
  height: 30px;
  vertical-align: middle;
}

.header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
}

@media only screen and (min-width: 992px) {
  .header_menu ul {
    padding-right: 10%;
  }
}

.header_menu ul > li {
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}

.header_menu ul > li a:hover {
  color: #f78c13;
  text-decoration: none;
}

.header_menu .main_btn.outline {
  margin: 10px 0;
}

@media only screen and (max-width: 991.98px) {
  .header_menu .main_btn.outline {
    min-width: 130px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header_menu {
    display: none;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100vh;
    padding-top: 60px;
    text-align: center;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.18);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.18);
    background-color: white;
    overflow: auto;
    overscroll-behavior: contain;
    z-index: 909;
  }
  .header_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 1.875rem 0;
  }
  .header_menu ul > li {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .header_menu ul > li a {
    display: block;
    padding: 0 1.25rem;
  }
  .header_menu.opened {
    display: block;
  }
  .header_menu.opened ~ .mobile_btn i {
    color: #222;
  }
}

.header_lan {
  font-size: 1rem;
  color: #7f7f7f;
  white-space: nowrap;
}

.header_lan:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767.98px) {
  .header_lan {
    display: block;
    width: 100%;
    margin-top: 1.25rem;
  }
}

.mobile_btn {
  position: fixed;
  right: 0;
  width: 100%;
  text-align: right;
  z-index: 910;
}

.mobile_btn i {
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}

.mobile_btn.colorChange {
  background-color: rgba(255, 255, 255, 0.7);
}

.mobile_btn.colorChange i {
  color: #222;
}

footer {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 3.75rem;
  overflow: hidden;
}

.date_wrapper {
  position: relative;
}

.date_wrapper .date_dash {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.date_box .input-group {
  position: relative;
}

.date_box .input-group .form-control {
  padding-right: 50px;
  border-radius: 5px;
}

.date_box .input-group .form-control:focus {
  border-color: #ffa136;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.date_box .input-group .input-group-addon {
  position: absolute;
  height: 38px;
  cursor: pointer;
}

.date_box .input-group .input-group-addon.closeX {
  right: 29px;
  z-index: 3;
}

.date_box .input-group .input-group-addon.calendar {
  right: 0;
  width: 27px;
  z-index: 3;
}

.date_box .input-group .input-group-addon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}

.date_box .w-sm {
  width: 80px;
}

.date_box .text-nowrap {
  white-space: nowrap;
}

.table-condensed {
  font-size: 13px;
}

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.datetimepicker table tr td span.active, .datetimepicker table tr td.active {
  background: #f78c13 !important;
}

.datetimepicker table tr td.today {
  background: #ffa136 !important;
}

/* dialog */
.dialog_container:not(.modal) {
  position: fixed !important;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 999;
}

.dialog_container:not(.modal), .dialog_container:not(.modal):before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dialog_container:not(.modal):before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.dialog_container:not(.modal).opened {
  pointer-events: auto;
  opacity: 1;
}

.dialog_container:not(.modal).opened:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.dialog_container:not(.modal).opened > div {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.dialog_container.dialog_warn.opened:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.dialog_container.dialog_warn .dialog_body {
  width: 400px;
  padding: 1.25rem 0;
  text-align: center;
}

.dialog_container.dialog_warn .dialog_body .dialog_main {
  padding: 1.5625rem 0 1.25rem;
  border-bottom: 0;
}

.dialog_container.dialog_warn .dialog_body .dialog_main h5 {
  margin: 0.9375rem 0 0;
}

.dialog_container.dialog_warn .dialog_body .dialog_main h5 + p {
  margin-top: 0;
  color: #b3b3b3;
  font-size: 1.125rem;
}

a.close_btn {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  color: #aaa !important;
  font-weight: bold;
  z-index: 10;
}

a.close_btn i {
  font-size: 2.25rem;
}

.dialog_header a.close_dialog {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 99;
}

.dialog_body {
  width: 480px;
  border-radius: 1.25rem;
}

.dialog_body:not(.modal-dialog) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 300px;
  max-width: 90%;
  background-color: white;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  opacity: 0;
  overflow: hidden;
}

.dialog_body.modal-dialog {
  max-width: calc(100% - 1rem);
  min-height: 100vh;
}

.dialog_body .dialog_main {
  position: relative;
  max-height: 95vh;
  padding: 2.5rem 3.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
}

.dialog_body .dialog_main.flex_box_middle {
  height: 450px;
}

.dialog_body .dialog_main h1,
.dialog_body .dialog_main h2,
.dialog_body .dialog_main h3,
.dialog_body .dialog_main h4,
.dialog_body .dialog_main h5,
.dialog_body .dialog_main h6 {
  margin-top: 0;
  font-weight: 500;
}

@media only screen and (max-width: 575.98px) {
  .dialog_body .dialog_main {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.w300 .dialog_body .main_btn,
.w300 .dialog_body .sub_main_btn,
.w300 .dialog_body .cancel_btn,
.w300 .dialog_body .main_icon_box,
.w350 .dialog_body .main_btn,
.w350 .dialog_body .sub_main_btn,
.w350 .dialog_body .cancel_btn,
.w350 .dialog_body .main_icon_box {
  min-width: 0;
  padding: 0 0.93rem;
}

.w300 .dialog_body {
  width: 280px;
}

.w350 .dialog_body {
  width: 350px;
}

.w400 .dialog_body {
  width: 420px;
}

.w510 .dialog_body {
  width: 510px;
}

.w600 .dialog_body {
  width: 600px;
}

.w800 .dialog_body {
  width: 800px;
}

.w1000 .dialog_body {
  width: 1000px;
}

.w_full_screen .dialog_body {
  width: 90%;
}

.dialog_btn_box {
  margin-top: 2.5rem;
}

.dialog_btn_box a,
.dialog_btn_box button {
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}

.dialog_btn_box a:not(:last-child),
.dialog_btn_box button:not(:last-child) {
  margin-right: 1em;
}

/* spe */
.dialog_x .dialog_body {
  overflow: visible;
}

.dialog_x .dialog_main {
  padding: 1.875rem 0;
  overflow: visible;
}

.dialog_x .dialog_main > section {
  max-height: calc(95vh - 80px);
  padding: 0 1.875rem;
  overflow-y: auto;
}

.dialog_x .dialog_main > section h4 {
  margin-top: 0;
  font-weight: 400;
}

.dialog_x .icon-20warnM {
  margin-bottom: 0;
}

.dialog_x .icon-20warnM:before {
  top: 0;
}

.error_container {
  position: relative;
  height: calc(100vh - 120px);
}

.error_container .dialog_body {
  border: 1px solid #ccc;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.error_container .dialog_main {
  padding: 1.25rem 2.5rem;
}

.user_login_panel .line_spe .icon-36line:before {
  position: relative;
  top: -2px;
  margin-right: -13px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.user_login_panel .line_spe img.m_border {
  width: 240px;
  outline: 1px solid #6070FF;
}

.modal {
  padding-right: 0 !important;
}

.modal-content {
  border-radius: 15px;
}

.banner_container {
  position: relative;
  height: 175px;
  background-image: url("img/top_banner1.jpg");
  background-size: cover;
  background-position: center;
}

.banner_container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.banner_container.color {
  background: #f8f8f8;
}

.banner_container h1 {
  color: #555;
}

@media only screen and (max-width: 575.98px) {
  .banner_container {
    height: 100px;
    background-position: 60% 50%;
  }
  .banner_container h1 {
    font-size: 2rem;
  }
}

.video_box iframe {
  width: 1140px;
  height: 641.25px;
}

@media only screen and (max-width: 1199.98px) {
  .video_box iframe {
    width: 960px;
    height: 540px;
  }
}

@media only screen and (max-width: 991.98px) {
  .video_box iframe {
    width: 720px;
    height: 405px;
  }
}

@media only screen and (max-width: 767.98px) {
  .video_box iframe {
    width: 540px;
    height: 303.75px;
  }
}

@media only screen and (max-width: 575.98px) {
  .video_box iframe {
    width: 90vw;
    height: 50.625vw;
  }
}
/*# sourceMappingURL=layout.css.map */