/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../scss/libs/normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../scss/libs/normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../scss/libs/normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../scss/libs/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, ../scss/libs/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, ../scss/libs/normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../scss/libs/normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, ../scss/libs/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, ../scss/libs/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, ../scss/libs/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../scss/libs/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, ../scss/libs/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, ../scss/libs/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../scss/libs/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, ../scss/libs/normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, ../scss/libs/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, ../scss/libs/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, ../scss/libs/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, ../scss/libs/normalize.scss */
button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, ../scss/libs/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, ../scss/libs/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, ../scss/libs/normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, ../scss/libs/normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, ../scss/libs/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, ../scss/libs/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, ../scss/libs/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, ../scss/libs/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, ../scss/libs/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, ../scss/libs/normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, ../scss/libs/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, ../scss/libs/normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, ../scss/libs/normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, ../scss/libs/normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, ../scss/libs/normalize.scss */
[hidden] {
  display: none;
}

/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  //src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format("opentype");
  font-display: fallback;
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  //src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format("opentype");
  font-display: fallback;
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  //src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format("opentype");
  font-display: fallback;
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  //src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format("opentype");
  font-display: fallback;
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  //src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format("opentype");
  font-display: fallback;
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  //src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format("opentype");
  font-display: fallback;
}
/* line 3, ../scss/libs/form.lightbox.scss */
.term_lightbox {
  display: none;
  position: fixed;
  width: 1079px;
  height: 448px;
  background-color: #042b7c;
  color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -539px;
  margin-top: -244px;
  transition: 0.5s;
  opacity: 0;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  /* line 3, ../scss/libs/form.lightbox.scss */
  .term_lightbox {
    width: 96vw;
    height: 128vw;
    left: 2vw;
    top: 15vw;
    margin: 0;
  }
}
/* line 28, ../scss/libs/form.lightbox.scss */
.term_lightbox.active {
  display: block;
  opacity: 1;
}
/* line 32, ../scss/libs/form.lightbox.scss */
.term_lightbox .scroll-pane {
  width: 968px;
  height: 326px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 18px auto 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  /* line 32, ../scss/libs/form.lightbox.scss */
  .term_lightbox .scroll-pane {
    width: 90%;
    height: 82%;
    left: 5%;
    top: 15%;
    margin: 0;
    position: absolute;
  }
}
/* line 53, ../scss/libs/form.lightbox.scss */
.term_lightbox h3, .term_lightbox p, .term_lightbox span, .term_lightbox b, .term_lightbox ol, .term_lightbox li {
  font-weight: normal;
}
/* line 56, ../scss/libs/form.lightbox.scss */
.term_lightbox h3 {
  font-size: 22px;
  left: 50px;
  line-height: 2;
  color: #fff;
  margin-top: 28px;
  margin-left: 57px;
}
@media screen and (max-width: 1024px) {
  /* line 56, ../scss/libs/form.lightbox.scss */
  .term_lightbox h3 {
    left: 5%;
    top: 5%;
    margin: 0;
    position: absolute;
  }
}
/* line 74, ../scss/libs/form.lightbox.scss */
.term_lightbox p, .term_lightbox span, .term_lightbox b, .term_lightbox ol, .term_lightbox li {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 16px;
}
/* line 82, ../scss/libs/form.lightbox.scss */
.term_lightbox .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  transition: 0.1s;
}
/* line 90, ../scss/libs/form.lightbox.scss */
.term_lightbox .close:hover {
  transform: rotate(90deg);
}
/* line 95, ../scss/libs/form.lightbox.scss */
.term_lightbox .close:before, .term_lightbox .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
  z-index: 999;
}
/* line 104, ../scss/libs/form.lightbox.scss */
.term_lightbox .close:before {
  transform: rotate(45deg);
}
/* line 107, ../scss/libs/form.lightbox.scss */
.term_lightbox .close:after {
  transform: rotate(-45deg);
}

/* line 121, ../scss/libs/form.lightbox.scss */
#info {
  font-size: 18px;
  color: #555;
  text-align: center;
  margin-bottom: 25px;
}

/* line 129, ../scss/libs/form.lightbox.scss */
a {
  color: #074E8C;
}

/* line 133, ../scss/libs/form.lightbox.scss */
.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
}

/* line 144, ../scss/libs/form.lightbox.scss */
.force-overflow {
  min-height: 450px;
}

/* line 149, ../scss/libs/form.lightbox.scss */
#wrapper {
  text-align: center;
  width: 500px;
  margin: auto;
}

/*
 *  STYLE 1
 */
/* line 160, ../scss/libs/form.lightbox.scss */
#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/* line 167, ../scss/libs/form.lightbox.scss */
#style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

/* line 173, ../scss/libs/form.lightbox.scss */
#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

/*
 *  STYLE 2
 */
/* line 184, ../scss/libs/form.lightbox.scss */
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/* line 191, ../scss/libs/form.lightbox.scss */
#style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

/* line 197, ../scss/libs/form.lightbox.scss */
#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D62929;
}

/*
 *  STYLE 3
 */
/* line 208, ../scss/libs/form.lightbox.scss */
#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* line 214, ../scss/libs/form.lightbox.scss */
#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

/* line 220, ../scss/libs/form.lightbox.scss */
#style-3::-webkit-scrollbar-thumb {
  background-color: #000000;
}

/*
 *  STYLE 4
 */
/* line 229, ../scss/libs/form.lightbox.scss */
#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 16px;
}

/* line 236, ../scss/libs/form.lightbox.scss */
#style-4::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
  border-radius: 16px;
}

/* line 243, ../scss/libs/form.lightbox.scss */
#style-4::-webkit-scrollbar-thumb {
  background-color: #042b7c;
  border: 1px solid #fff;
  border-radius: 16px;
}

/*
 *  STYLE 5
 */
/* line 255, ../scss/libs/form.lightbox.scss */
#style-5::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* line 261, ../scss/libs/form.lightbox.scss */
#style-5::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 267, ../scss/libs/form.lightbox.scss */
#style-5::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}

/*
 *  STYLE 6
 */
/* line 281, ../scss/libs/form.lightbox.scss */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* line 287, ../scss/libs/form.lightbox.scss */
#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 293, ../scss/libs/form.lightbox.scss */
#style-6::-webkit-scrollbar-thumb {
  background-color: #F90;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/*
 *  STYLE 7
 */
/* line 311, ../scss/libs/form.lightbox.scss */
#style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

/* line 318, ../scss/libs/form.lightbox.scss */
#style-7::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 324, ../scss/libs/form.lightbox.scss */
#style-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
}

/*
 *  STYLE 8
 */
/* line 339, ../scss/libs/form.lightbox.scss */
#style-8::-webkit-scrollbar-track {
  border: 1px solid black;
  background-color: #F5F5F5;
}

/* line 345, ../scss/libs/form.lightbox.scss */
#style-8::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 351, ../scss/libs/form.lightbox.scss */
#style-8::-webkit-scrollbar-thumb {
  background-color: #000000;
}

/*
 *  STYLE 9
 */
/* line 361, ../scss/libs/form.lightbox.scss */
#style-9::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* line 367, ../scss/libs/form.lightbox.scss */
#style-9::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 373, ../scss/libs/form.lightbox.scss */
#style-9::-webkit-scrollbar-thumb {
  background-color: #F90;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/*
 *  STYLE 10
 */
/* line 391, ../scss/libs/form.lightbox.scss */
#style-10::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

/* line 398, ../scss/libs/form.lightbox.scss */
#style-10::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 404, ../scss/libs/form.lightbox.scss */
#style-10::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
}

/*
 *  STYLE 11
 */
/* line 423, ../scss/libs/form.lightbox.scss */
#style-11::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

/* line 430, ../scss/libs/form.lightbox.scss */
#style-11::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 436, ../scss/libs/form.lightbox.scss */
#style-11::-webkit-scrollbar-thumb {
  background-color: #3366FF;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}

/*
 *  STYLE 12
 */
/* line 454, ../scss/libs/form.lightbox.scss */
#style-12::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-color: #444444;
}

/* line 461, ../scss/libs/form.lightbox.scss */
#style-12::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

/* line 467, ../scss/libs/form.lightbox.scss */
#style-12::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D62929;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

/*
 *  STYLE 13
 */
/* line 482, ../scss/libs/form.lightbox.scss */
#style-13::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-color: #CCCCCC;
}

/* line 489, ../scss/libs/form.lightbox.scss */
#style-13::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

/* line 495, ../scss/libs/form.lightbox.scss */
#style-13::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D62929;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

/*
 *  STYLE 14
 */
/* line 510, ../scss/libs/form.lightbox.scss */
#style-14::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
  background-color: #CCCCCC;
}

/* line 516, ../scss/libs/form.lightbox.scss */
#style-14::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 522, ../scss/libs/form.lightbox.scss */
#style-14::-webkit-scrollbar-thumb {
  background-color: #FFF;
  background-image: -webkit-linear-gradient(90deg, black 0%, black 25%, transparent 100%, black 75%, transparent);
}

/*
 *  STYLE 15
 */
/* line 537, ../scss/libs/form.lightbox.scss */
#style-15::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

/* line 544, ../scss/libs/form.lightbox.scss */
#style-15::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 550, ../scss/libs/form.lightbox.scss */
#style-15::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(0.6, #54DE5D));
}

/*
 *  STYLE 16
 */
/* line 566, ../scss/libs/form.lightbox.scss */
#style-16::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

/* line 573, ../scss/libs/form.lightbox.scss */
#style-16::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* line 579, ../scss/libs/form.lightbox.scss */
#style-16::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
}

@font-face {
  font-family: VWHEADOFFICE;
  src: url(./fonts/VWHEADOFFICE-REGULAR.TTF);
}
/* line 21, ../scss/main.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 27, ../scss/main.scss */
div {
  box-sizing: border-box;
}

/* line 30, ../scss/main.scss */
.dfont, *, h1, h2, h3, h4, h5, p, span, label, div, a {
  font-family: "VWHEADOFFICE", 'Noto Sans TC', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #333;
}

/* line 38, ../scss/main.scss */
h2 {
  font-size: 36px;
  font-weight: 700;
}

/* line 42, ../scss/main.scss */
h5 {
  letter-spacing: 1px;
}

/* line 45, ../scss/main.scss */
h5, p, label, input {
  font-size: 16px;
}
/* line 47, ../scss/main.scss */
h5 a.tel, p a.tel, label a.tel, input a.tel {
  color: #042b7c;
}
@media screen and (min-width: 1085px) {
  /* line 47, ../scss/main.scss */
  h5 a.tel, p a.tel, label a.tel, input a.tel {
    display: inline-block;
  }
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 47, ../scss/main.scss */
  h5 a.tel, p a.tel, label a.tel, input a.tel {
    display: block;
  }
}
/* line 60, ../scss/main.scss */
h5 i, p i, label i, input i {
  display: block;
}

/* line 65, ../scss/main.scss */
input[type=text], select {
  background-color: #fff;
  border: 0;
  line-height: 2;
}

/* line 72, ../scss/main.scss */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 72, ../scss/main.scss */
  .container {
    padding-left: 0;
  }
}

/* Hide the browser's default radio button */
/* line 90, ../scss/main.scss */
.container input {
  position: absolute;
  cursor: pointer;
}

/* Create a custom radio button */
/* line 97, ../scss/main.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #042b7c;
  box-sizing: border-box;
}

/* On mouse-over, add a grey background color */
/* line 111, ../scss/main.scss */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
/* line 116, ../scss/main.scss */
.container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
/* line 121, ../scss/main.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
/* line 128, ../scss/main.scss */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
/* line 133, ../scss/main.scss */
.container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #042b7c;
}

/* line 142, ../scss/main.scss */
select {
  color: #96a3a8;
  padding-right: 33px;
}

/* line 146, ../scss/main.scss */
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* line 152, ../scss/main.scss */
.wrapper {
  width: 100%;
  margin: 110px auto;
}
/* line 155, ../scss/main.scss */
.wrapper .container {
  margin: 0 auto;
}
@media screen and (min-width: 1085px) {
  /* line 155, ../scss/main.scss */
  .wrapper .container {
    width: 1366px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1084px) {
  /* line 155, ../scss/main.scss */
  .wrapper .container {
    width: 100%;
  }
}
/* line 166, ../scss/main.scss */
.wrapper .container .block {
  width: 1084px;
  margin: 0 124px;
}
@media screen and (min-width: 1085px) {
  /* line 166, ../scss/main.scss */
  .wrapper .container .block {
    width: 1084px;
    margin: 0 124px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 166, ../scss/main.scss */
  .wrapper .container .block {
    width: 90%;
    margin: 0 5%;
  }
  /* line 177, ../scss/main.scss */
  .wrapper .container .block.form {
    text-align: center;
  }
}
/* line 181, ../scss/main.scss */
.wrapper .container .block h2, .wrapper .container .block h5 {
  margin-left: -27px;
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 181, ../scss/main.scss */
  .wrapper .container .block h2, .wrapper .container .block h5 {
    margin-left: 0;
  }
}
/* line 188, ../scss/main.scss */
.wrapper .container .block .panel {
  width: 100%;
  height: max-content;
}
/* line 191, ../scss/main.scss */
.wrapper .container .block .panel.dib {
  display: inline-block;
  width: 522px;
  vertical-align: top;
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 191, ../scss/main.scss */
  .wrapper .container .block .panel.dib {
    width: 100%;
  }
}
@media screen and (min-width: 1085px) {
  /* line 200, ../scss/main.scss */
  .wrapper .container .block .panel.last {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 200, ../scss/main.scss */
  .wrapper .container .block .panel.last {
    padding-bottom: 0vw;
  }
}
/* line 210, ../scss/main.scss */
.wrapper .container .block .column {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* line 213, ../scss/main.scss */
.wrapper .container .block .column.recaptcha {
  padding-top: 30px;
}
/* line 216, ../scss/main.scss */
.wrapper .container .block .column.recaptcha .g-recaptcha {
  display: inline-block;
}
@media screen and (min-width: 1085px) {
  /* line 216, ../scss/main.scss */
  .wrapper .container .block .column.recaptcha .g-recaptcha {
    display: inline-block;
  }
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 216, ../scss/main.scss */
  .wrapper .container .block .column.recaptcha .g-recaptcha {
    display: block;
  }
}
/* line 228, ../scss/main.scss */
.wrapper .container .block .column.recaptcha .divbutton {
  display: inline-block;
  width: 33%;
  height: max-content;
  min-height: 64px;
  right: 0;
  bottom: 0;
  vertical-align: bottom;
}
@media screen and (min-width: 1085px) {
  /* line 228, ../scss/main.scss */
  .wrapper .container .block .column.recaptcha .divbutton {
    position: absolute;
  }
}
/* line 241, ../scss/main.scss */
.wrapper .container .block .column.recaptcha .divbutton .submit {
  display: block;
  color: #fff;
  padding: 12px 2.5rem;
  border-radius: 2.5rem;
  background-color: #042b7c;
  border: 0;
  right: 0;
  bottom: 0;
}
/* line 257, ../scss/main.scss */
.wrapper .container .block .column.full {
  width: 100%;
}
@media screen and (min-width: 1085px) {
  /* line 210, ../scss/main.scss */
  .wrapper .container .block .column {
    width: 522px;
    min-height: 64px;
    height: max-content;
  }
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 210, ../scss/main.scss */
  .wrapper .container .block .column {
    width: 100%;
    text-align: left;
  }
  /* line 275, ../scss/main.scss */
  .wrapper .container .block .column.center {
    text-align: center;
  }
}
/* line 284, ../scss/main.scss */
.wrapper .container .block .column .label {
  position: absolute;
  display: table;
  bottom: 0;
  height: auto;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1084px) {
  /* line 286, ../scss/main.scss */
  .wrapper .container .block .column .label.breakline {
    padding-bottom: 31px;
  }
}
/* line 296, ../scss/main.scss */
.wrapper .container .block .column .label.right {
  right: 0;
}
/* line 300, ../scss/main.scss */
.wrapper .container .block .column .label.agreement-style {
  padding-left: 2.3rem;
}
/* line 304, ../scss/main.scss */
.wrapper .container .block .column .label input[type=text], .wrapper .container .block .column .label p, .wrapper .container .block .column .label select {
  display: table-cell;
  height: 32px;
  padding: 0 8px;
  box-sizing: border-box;
}
/* line 311, ../scss/main.scss */
.wrapper .container .block .column .label::before {
  content: " ";
  display: table-cell;
  width: 0.5rem;
  vertical-align: middle;
}
/* line 321, ../scss/main.scss */
.wrapper .container .block .column .label.notnull::before {
  content: "*";
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}
@media screen and (min-width: 1085px) {
  /* line 284, ../scss/main.scss */
  .wrapper .container .block .column .label {
    width: 362px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 284, ../scss/main.scss */
  .wrapper .container .block .column .label {
    width: 100%;
    position: relative;
    margin-top: 31px;
  }
}
/* line 344, ../scss/main.scss */
.wrapper .container .block .column .label.noborder {
  border: 0;
}
/* line 348, ../scss/main.scss */
.wrapper .container .block .column .label select::-ms-expand {
  display: none;
}
/* line 349, ../scss/main.scss */
.wrapper .container .block .column .label select {
  -webkit-appearance: none;
  appearance: none;
}
/* line 353, ../scss/main.scss */
.wrapper .container .block .column .label select {
  width: 100%;
  line-height: 2;
  padding-right: 33px;
}
/* line 357, ../scss/main.scss */
.wrapper .container .block .column .label select.gender {
  width: 33%;
  max-width: 90px;
  float: right;
}
@media screen and (max-width: 320px) {
  /* line 357, ../scss/main.scss */
  .wrapper .container .block .column .label select.gender {
    width: 38%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 367, ../scss/main.scss */
  .wrapper .container .block .column .label select.testdriverCar, .wrapper .container .block .column .label select.testDrivePlace {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 375, ../scss/main.scss */
  .wrapper .container .block .column .label select.convenientTime {
    width: 100%;
  }
}
/* line 383, ../scss/main.scss */
.wrapper .container .block .column .label input {
  width: 65%;
  line-height: 2;
}
/* line 388, ../scss/main.scss */
.wrapper .container .block .column .label input.name {
  width: 50%;
}
@media screen and (max-width: 320px) {
  /* line 388, ../scss/main.scss */
  .wrapper .container .block .column .label input.name {
    width: 50%;
  }
}
@media screen and (min-width: 321px) and (max-width: 1084px) {
  /* line 388, ../scss/main.scss */
  .wrapper .container .block .column .label input.name {
    width: 50%;
  }
}
@media screen and (min-width: 321px) and (max-width: 1084px) {
  /* line 399, ../scss/main.scss */
  .wrapper .container .block .column .label input.mobile, .wrapper .container .block .column .label input.email, .wrapper .container .block .column .label input.no {
    width: 70%;
  }
}
/* line 408, ../scss/main.scss */
.wrapper .container .block .column .label input.no {
  width: 38%;
}
@media screen and (max-width: 1084px) {
  /* line 408, ../scss/main.scss */
  .wrapper .container .block .column .label input.no {
    width: 100%;
  }
}
/* line 418, ../scss/main.scss */
.wrapper .container .block .column .label input.agreement {
  width: 30px;
}
/* line 425, ../scss/main.scss */
.wrapper .container .block .column .label p {
  width: 27%;
  min-width: 4.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1084px) {
  /* line 425, ../scss/main.scss */
  .wrapper .container .block .column .label p {
    width: 16%;
  }
}
@media screen and (max-width: 320px) {
  /* line 425, ../scss/main.scss */
  .wrapper .container .block .column .label p {
    width: 25%;
  }
}
/* line 436, ../scss/main.scss */
.wrapper .container .block .column .label p.vlong {
  width: 59%;
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 436, ../scss/main.scss */
  .wrapper .container .block .column .label p.vlong {
    width: 101%;
    display: block;
  }
}
/* line 444, ../scss/main.scss */
.wrapper .container .block .column .label p.vlong2 {
  width: 68%;
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 444, ../scss/main.scss */
  .wrapper .container .block .column .label p.vlong2 {
    width: 101%;
    display: block;
  }
}
/* line 452, ../scss/main.scss */
.wrapper .container .block .column .label p.long {
  width: 36%;
}
@media screen and (min-width: 769px) and (max-width: 1084px) {
  /* line 452, ../scss/main.scss */
  .wrapper .container .block .column .label p.long {
    width: 19%;
  }
}
@media screen and (max-width: 320px) {
  /* line 452, ../scss/main.scss */
  .wrapper .container .block .column .label p.long {
    width: 46%;
  }
}
/* line 463, ../scss/main.scss */
.wrapper .container .block .column .label p.mid {
  width: 28%;
}
@media screen and (min-width: 769px) and (max-width: 1084px) {
  /* line 463, ../scss/main.scss */
  .wrapper .container .block .column .label p.mid {
    width: 19%;
  }
}
@media screen and (max-width: 320px) {
  /* line 463, ../scss/main.scss */
  .wrapper .container .block .column .label p.mid {
    width: 46%;
  }
}
/* line 475, ../scss/main.scss */
.wrapper .container .block .column .label p.short {
  width: 21%;
}
@media screen and (min-width: 769px) and (max-width: 1084px) {
  /* line 475, ../scss/main.scss */
  .wrapper .container .block .column .label p.short {
    width: 9%;
  }
}
@media screen and (max-width: 320px) {
  /* line 475, ../scss/main.scss */
  .wrapper .container .block .column .label p.short {
    width: 26%;
  }
}
/* line 487, ../scss/main.scss */
.wrapper .container .block .column .label .btn-style {
  border-radius: 30px;
  background-color: #042b7c;
  color: #fff;
  line-height: 1;
  padding: 15px 30px;
  border: 0;
  float: right;
  vertical-align: bottom;
  width: unset;
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 487, ../scss/main.scss */
  .wrapper .container .block .column .label .btn-style {
    float: unset;
    clear: both;
  }
}
/* line 507, ../scss/main.scss */
.wrapper .container .block .column .label i {
  position: absolute;
  right: 0.5rem;
  border: solid #042b7c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  bottom: 33%;
  z-index: -1;
}
/* line 519, ../scss/main.scss */
.wrapper .container .block .column .label i.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* line 524, ../scss/main.scss */
.wrapper .container .block .column .label i.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* line 529, ../scss/main.scss */
.wrapper .container .block .column .label i.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* line 534, ../scss/main.scss */
.wrapper .container .block .column .label i.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/* line 541, ../scss/main.scss */
.wrapper .container .block .column .label a {
  color: #042b7c;
  display: inline-block;
}
/* line 548, ../scss/main.scss */
.wrapper .container .block .column .label, .wrapper .container .block .column p, .wrapper .container .block .column input, .wrapper .container .block .column select {
  vertical-align: middle;
  padding-bottom: 0;
  background: transparent;
}
/* line 559, ../scss/main.scss */
.wrapper .container .block .fullcolumn {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 1084px) {
  /* line 559, ../scss/main.scss */
  .wrapper .container .block .fullcolumn {
    width: 100%;
  }
}
/* line 568, ../scss/main.scss */
.wrapper .container .block .fullcolumn label textarea {
  resize: none;
  padding: 10px;
  margin-top: 30px;
  height: 100px;
  overflow-y: auto;
  border: 1px solid #ccc;
}
@media screen and (min-width: 1085px) {
  /* line 568, ../scss/main.scss */
  .wrapper .container .block .fullcolumn label textarea {
    width: 100%;
    max-width: 341px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
  /* line 568, ../scss/main.scss */
  .wrapper .container .block .fullcolumn label textarea {
    width: 95%;
  }
}
