@charset "UTF-8";
/*
    *
    *   Cube 2.0 風格 start
    *
*/
/*---------- share start ----------*/
/*---------- 圖片路徑 ----------*/
/*---------- Global color setting start ----------*/
/*---------- Global color setting End ----------*/
/*---------- RWD start ----------*/
/*---------- RWD start ----------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -moz-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  text-size-adjust: 100%;
  /* 2 */
  background-color: #fff;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ffff00;
  color: #000000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #cccccc;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*---------- 字型 ----------*/
@font-face {
  font-family: NotoSansTC-VariableFont;
  src: url(../../../Cube/font/NotoSansTC-VariableFont.ttf);
}
/*---------- 字級 start ----------*/
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

@media screen and (max-width: 960px) {
  .m-fs-12 {
    font-size: 12px;
  }
  .m-fs-13 {
    font-size: 13px;
  }
  .m-fs-14 {
    font-size: 14px;
  }
  .m-fs-15 {
    font-size: 15px;
  }
  .m-fs-16 {
    font-size: 16px;
  }
  .m-fs-17 {
    font-size: 17px;
  }
  .m-fs-18 {
    font-size: 18px;
  }
  .m-fs-19 {
    font-size: 19px;
  }
  .m-fs-20 {
    font-size: 20px;
  }
  .m-fs-21 {
    font-size: 21px;
  }
  .m-fs-22 {
    font-size: 22px;
  }
  .m-fs-23 {
    font-size: 23px;
  }
  .m-fs-24 {
    font-size: 24px;
  }
  .m-fs-25 {
    font-size: 25px;
  }
  .m-fs-26 {
    font-size: 26px;
  }
  .m-fs-27 {
    font-size: 27px;
  }
  .m-fs-28 {
    font-size: 28px;
  }
  .m-fs-29 {
    font-size: 29px;
  }
  .m-fs-30 {
    font-size: 30px;
  }
  .m-fs-31 {
    font-size: 31px;
  }
  .m-fs-32 {
    font-size: 32px;
  }
  .m-fs-33 {
    font-size: 33px;
  }
  .m-fs-34 {
    font-size: 34px;
  }
  .m-fs-35 {
    font-size: 35px;
  }
  .m-fs-36 {
    font-size: 36px;
  }
  .m-fs-37 {
    font-size: 37px;
  }
  .m-fs-38 {
    font-size: 38px;
  }
  .m-fs-39 {
    font-size: 39px;
  }
  .m-fs-40 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-fs-12 {
    font-size: 12px;
  }
  .mobile-fs-13 {
    font-size: 13px;
  }
  .mobile-fs-14 {
    font-size: 14px;
  }
  .mobile-fs-15 {
    font-size: 15px;
  }
  .mobile-fs-16 {
    font-size: 16px;
  }
  .mobile-fs-17 {
    font-size: 17px;
  }
  .mobile-fs-18 {
    font-size: 18px;
  }
  .mobile-fs-19 {
    font-size: 19px;
  }
  .mobile-fs-20 {
    font-size: 20px;
  }
  .mobile-fs-21 {
    font-size: 21px;
  }
  .mobile-fs-22 {
    font-size: 22px;
  }
  .mobile-fs-23 {
    font-size: 23px;
  }
  .mobile-fs-24 {
    font-size: 24px;
  }
  .mobile-fs-25 {
    font-size: 25px;
  }
  .mobile-fs-26 {
    font-size: 26px;
  }
  .mobile-fs-27 {
    font-size: 27px;
  }
  .mobile-fs-28 {
    font-size: 28px;
  }
  .mobile-fs-29 {
    font-size: 29px;
  }
  .mobile-fs-30 {
    font-size: 30px;
  }
  .mobile-fs-31 {
    font-size: 31px;
  }
  .mobile-fs-32 {
    font-size: 32px;
  }
  .mobile-fs-33 {
    font-size: 33px;
  }
  .mobile-fs-34 {
    font-size: 34px;
  }
  .mobile-fs-35 {
    font-size: 35px;
  }
  .mobile-fs-36 {
    font-size: 36px;
  }
  .mobile-fs-37 {
    font-size: 37px;
  }
  .mobile-fs-38 {
    font-size: 38px;
  }
  .mobile-fs-39 {
    font-size: 39px;
  }
  .mobile-fs-40 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sm-fs-12 {
    font-size: 12px;
  }
  .sm-fs-13 {
    font-size: 13px;
  }
  .sm-fs-14 {
    font-size: 14px;
  }
  .sm-fs-15 {
    font-size: 15px;
  }
  .sm-fs-16 {
    font-size: 16px;
  }
  .sm-fs-17 {
    font-size: 17px;
  }
  .sm-fs-18 {
    font-size: 18px;
  }
  .sm-fs-19 {
    font-size: 19px;
  }
  .sm-fs-20 {
    font-size: 20px;
  }
  .sm-fs-21 {
    font-size: 21px;
  }
  .sm-fs-22 {
    font-size: 22px;
  }
  .sm-fs-23 {
    font-size: 23px;
  }
  .sm-fs-24 {
    font-size: 24px;
  }
  .sm-fs-25 {
    font-size: 25px;
  }
  .sm-fs-26 {
    font-size: 26px;
  }
  .sm-fs-27 {
    font-size: 27px;
  }
  .sm-fs-28 {
    font-size: 28px;
  }
  .sm-fs-29 {
    font-size: 29px;
  }
  .sm-fs-30 {
    font-size: 30px;
  }
  .sm-fs-31 {
    font-size: 31px;
  }
  .sm-fs-32 {
    font-size: 32px;
  }
  .sm-fs-33 {
    font-size: 33px;
  }
  .sm-fs-34 {
    font-size: 34px;
  }
  .sm-fs-35 {
    font-size: 35px;
  }
  .sm-fs-36 {
    font-size: 36px;
  }
  .sm-fs-37 {
    font-size: 37px;
  }
  .sm-fs-38 {
    font-size: 38px;
  }
  .sm-fs-39 {
    font-size: 39px;
  }
  .sm-fs-40 {
    font-size: 40px;
  }
}
/*---------- 字級 end ----------*/
/*---------- 字體粗細 start ----------*/
.text-noto-bold {
  font-weight: 550;
}

.text-noto-less-bold {
  font-weight: 500;
}

.text-noto-normal {
  font-weight: 400;
}

.text-noto-light {
  font-weight: 375;
}

/*---------- 字體粗細 end ----------*/
/*---------- 字體擺放位置 start ----------*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media screen and (max-width: 960px) {
  .m-text-center {
    text-align: center;
  }
  .m-text-right {
    text-align: right;
  }
  .m-text-left {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .mobile-text-center {
    text-align: center;
  }
  .mobile-text-right {
    text-align: right;
  }
  .mobile-text-left {
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .min-text-center {
    text-align: center;
  }
  .min-text-right {
    text-align: right;
  }
  .min-text-left {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .sm-text-center {
    text-align: center;
  }
  .sm-text-right {
    text-align: right;
  }
  .sm-text-left {
    text-align: left;
  }
}
/*---------- 字體擺放位置 end ----------*/
/*---------- 文字顏色 start ----------*/
.text-gray-900 {
  color: #373737;
}

.text-gray-950 {
  color: #333333;
}

.text-orange-600 {
  color: #D56C00;
}

/*---------- 文字顏色 end ----------*/
/*---------- 外間距 start ----------*/
.m-0 {
  margin: 0px !important;
}

.mt-0,
.my-0 {
  margin-top: 0px !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0px !important;
}

.ml-0,
.mx-0 {
  margin-left: 0px !important;
}

.mr-0,
.mx-0 {
  margin-right: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5,
.my-5 {
  margin-top: 5px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}

.ml-5,
.mx-5 {
  margin-left: 5px !important;
}

.mr-5,
.mx-5 {
  margin-right: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10,
.my-10 {
  margin-top: 10px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}

.ml-10,
.mx-10 {
  margin-left: 10px !important;
}

.mr-10,
.mx-10 {
  margin-right: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15,
.my-15 {
  margin-top: 15px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}

.ml-15,
.mx-15 {
  margin-left: 15px !important;
}

.mr-15,
.mx-15 {
  margin-right: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20,
.my-20 {
  margin-top: 20px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

.ml-20,
.mx-20 {
  margin-left: 20px !important;
}

.mr-20,
.mx-20 {
  margin-right: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-25,
.my-25 {
  margin-top: 25px !important;
}

.mb-25,
.my-25 {
  margin-bottom: 25px !important;
}

.ml-25,
.mx-25 {
  margin-left: 25px !important;
}

.mr-25,
.mx-25 {
  margin-right: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.ml-30,
.mx-30 {
  margin-left: 30px !important;
}

.mr-30,
.mx-30 {
  margin-right: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.mt-35,
.my-35 {
  margin-top: 35px !important;
}

.mb-35,
.my-35 {
  margin-bottom: 35px !important;
}

.ml-35,
.mx-35 {
  margin-left: 35px !important;
}

.mr-35,
.mx-35 {
  margin-right: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40,
.my-40 {
  margin-top: 40px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

.ml-40,
.mx-40 {
  margin-left: 40px !important;
}

.mr-40,
.mx-40 {
  margin-right: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.mt-45,
.my-45 {
  margin-top: 45px !important;
}

.mb-45,
.my-45 {
  margin-bottom: 45px !important;
}

.ml-45,
.mx-45 {
  margin-left: 45px !important;
}

.mr-45,
.mx-45 {
  margin-right: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

.ml-50,
.mx-50 {
  margin-left: 50px !important;
}

.mr-50,
.mx-50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 1280px) {
  .laptop-m-0 {
    margin: 0px !important;
  }
  .laptop-mt-0,
  .laptop-my-0 {
    margin-top: 0px !important;
  }
  .laptop-mb-0,
  .laptop-my-0 {
    margin-bottom: 0px !important;
  }
  .laptop-ml-0,
  .laptop-mx-0 {
    margin-left: 0px !important;
  }
  .laptop-mr-0,
  .laptop-mx-0 {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-m-5 {
    margin: 5px !important;
  }
  .laptop-mt-5,
  .laptop-my-5 {
    margin-top: 5px !important;
  }
  .laptop-mb-5,
  .laptop-my-5 {
    margin-bottom: 5px !important;
  }
  .laptop-ml-5,
  .laptop-mx-5 {
    margin-left: 5px !important;
  }
  .laptop-mr-5,
  .laptop-mx-5 {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-m-10 {
    margin: 10px !important;
  }
  .laptop-mt-10,
  .laptop-my-10 {
    margin-top: 10px !important;
  }
  .laptop-mb-10,
  .laptop-my-10 {
    margin-bottom: 10px !important;
  }
  .laptop-ml-10,
  .laptop-mx-10 {
    margin-left: 10px !important;
  }
  .laptop-mr-10,
  .laptop-mx-10 {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-m-15 {
    margin: 15px !important;
  }
  .laptop-mt-15,
  .laptop-my-15 {
    margin-top: 15px !important;
  }
  .laptop-mb-15,
  .laptop-my-15 {
    margin-bottom: 15px !important;
  }
  .laptop-ml-15,
  .laptop-mx-15 {
    margin-left: 15px !important;
  }
  .laptop-mr-15,
  .laptop-mx-15 {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-m-20 {
    margin: 20px !important;
  }
  .laptop-mt-20,
  .laptop-my-20 {
    margin-top: 20px !important;
  }
  .laptop-mb-20,
  .laptop-my-20 {
    margin-bottom: 20px !important;
  }
  .laptop-ml-20,
  .laptop-mx-20 {
    margin-left: 20px !important;
  }
  .laptop-mr-20,
  .laptop-mx-20 {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-m-25 {
    margin: 25px !important;
  }
  .laptop-mt-25,
  .laptop-my-25 {
    margin-top: 25px !important;
  }
  .laptop-mb-25,
  .laptop-my-25 {
    margin-bottom: 25px !important;
  }
  .laptop-ml-25,
  .laptop-mx-25 {
    margin-left: 25px !important;
  }
  .laptop-mr-25,
  .laptop-mx-25 {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-m-30 {
    margin: 30px !important;
  }
  .laptop-mt-30,
  .laptop-my-30 {
    margin-top: 30px !important;
  }
  .laptop-mb-30,
  .laptop-my-30 {
    margin-bottom: 30px !important;
  }
  .laptop-ml-30,
  .laptop-mx-30 {
    margin-left: 30px !important;
  }
  .laptop-mr-30,
  .laptop-mx-30 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-m-35 {
    margin: 35px !important;
  }
  .laptop-mt-35,
  .laptop-my-35 {
    margin-top: 35px !important;
  }
  .laptop-mb-35,
  .laptop-my-35 {
    margin-bottom: 35px !important;
  }
  .laptop-ml-35,
  .laptop-mx-35 {
    margin-left: 35px !important;
  }
  .laptop-mr-35,
  .laptop-mx-35 {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-m-40 {
    margin: 40px !important;
  }
  .laptop-mt-40,
  .laptop-my-40 {
    margin-top: 40px !important;
  }
  .laptop-mb-40,
  .laptop-my-40 {
    margin-bottom: 40px !important;
  }
  .laptop-ml-40,
  .laptop-mx-40 {
    margin-left: 40px !important;
  }
  .laptop-mr-40,
  .laptop-mx-40 {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-m-45 {
    margin: 45px !important;
  }
  .laptop-mt-45,
  .laptop-my-45 {
    margin-top: 45px !important;
  }
  .laptop-mb-45,
  .laptop-my-45 {
    margin-bottom: 45px !important;
  }
  .laptop-ml-45,
  .laptop-mx-45 {
    margin-left: 45px !important;
  }
  .laptop-mr-45,
  .laptop-mx-45 {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-m-50 {
    margin: 50px !important;
  }
  .laptop-mt-50,
  .laptop-my-50 {
    margin-top: 50px !important;
  }
  .laptop-mb-50,
  .laptop-my-50 {
    margin-bottom: 50px !important;
  }
  .laptop-ml-50,
  .laptop-mx-50 {
    margin-left: 50px !important;
  }
  .laptop-mr-50,
  .laptop-mx-50 {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-m-0 {
    margin: 0px !important;
  }
  .m-mt-0,
  .m-my-0 {
    margin-top: 0px !important;
  }
  .m-mb-0,
  .m-my-0 {
    margin-bottom: 0px !important;
  }
  .m-ml-0,
  .m-mx-0 {
    margin-left: 0px !important;
  }
  .m-mr-0,
  .m-mx-0 {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-m-5 {
    margin: 5px !important;
  }
  .m-mt-5,
  .m-my-5 {
    margin-top: 5px !important;
  }
  .m-mb-5,
  .m-my-5 {
    margin-bottom: 5px !important;
  }
  .m-ml-5,
  .m-mx-5 {
    margin-left: 5px !important;
  }
  .m-mr-5,
  .m-mx-5 {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-m-10 {
    margin: 10px !important;
  }
  .m-mt-10,
  .m-my-10 {
    margin-top: 10px !important;
  }
  .m-mb-10,
  .m-my-10 {
    margin-bottom: 10px !important;
  }
  .m-ml-10,
  .m-mx-10 {
    margin-left: 10px !important;
  }
  .m-mr-10,
  .m-mx-10 {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-m-15 {
    margin: 15px !important;
  }
  .m-mt-15,
  .m-my-15 {
    margin-top: 15px !important;
  }
  .m-mb-15,
  .m-my-15 {
    margin-bottom: 15px !important;
  }
  .m-ml-15,
  .m-mx-15 {
    margin-left: 15px !important;
  }
  .m-mr-15,
  .m-mx-15 {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-m-20 {
    margin: 20px !important;
  }
  .m-mt-20,
  .m-my-20 {
    margin-top: 20px !important;
  }
  .m-mb-20,
  .m-my-20 {
    margin-bottom: 20px !important;
  }
  .m-ml-20,
  .m-mx-20 {
    margin-left: 20px !important;
  }
  .m-mr-20,
  .m-mx-20 {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-m-25 {
    margin: 25px !important;
  }
  .m-mt-25,
  .m-my-25 {
    margin-top: 25px !important;
  }
  .m-mb-25,
  .m-my-25 {
    margin-bottom: 25px !important;
  }
  .m-ml-25,
  .m-mx-25 {
    margin-left: 25px !important;
  }
  .m-mr-25,
  .m-mx-25 {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-m-30 {
    margin: 30px !important;
  }
  .m-mt-30,
  .m-my-30 {
    margin-top: 30px !important;
  }
  .m-mb-30,
  .m-my-30 {
    margin-bottom: 30px !important;
  }
  .m-ml-30,
  .m-mx-30 {
    margin-left: 30px !important;
  }
  .m-mr-30,
  .m-mx-30 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-m-35 {
    margin: 35px !important;
  }
  .m-mt-35,
  .m-my-35 {
    margin-top: 35px !important;
  }
  .m-mb-35,
  .m-my-35 {
    margin-bottom: 35px !important;
  }
  .m-ml-35,
  .m-mx-35 {
    margin-left: 35px !important;
  }
  .m-mr-35,
  .m-mx-35 {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-m-40 {
    margin: 40px !important;
  }
  .m-mt-40,
  .m-my-40 {
    margin-top: 40px !important;
  }
  .m-mb-40,
  .m-my-40 {
    margin-bottom: 40px !important;
  }
  .m-ml-40,
  .m-mx-40 {
    margin-left: 40px !important;
  }
  .m-mr-40,
  .m-mx-40 {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-m-45 {
    margin: 45px !important;
  }
  .m-mt-45,
  .m-my-45 {
    margin-top: 45px !important;
  }
  .m-mb-45,
  .m-my-45 {
    margin-bottom: 45px !important;
  }
  .m-ml-45,
  .m-mx-45 {
    margin-left: 45px !important;
  }
  .m-mr-45,
  .m-mx-45 {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-m-50 {
    margin: 50px !important;
  }
  .m-mt-50,
  .m-my-50 {
    margin-top: 50px !important;
  }
  .m-mb-50,
  .m-my-50 {
    margin-bottom: 50px !important;
  }
  .m-ml-50,
  .m-mx-50 {
    margin-left: 50px !important;
  }
  .m-mr-50,
  .m-mx-50 {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-m-0 {
    margin: 0px !important;
  }
  .mobile-mt-0,
  .mobile-my-0 {
    margin-top: 0px !important;
  }
  .mobile-mb-0,
  .mobile-my-0 {
    margin-bottom: 0px !important;
  }
  .mobile-ml-0,
  .mobile-mx-0 {
    margin-left: 0px !important;
  }
  .mobile-mr-0,
  .mobile-mx-0 {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-m-5 {
    margin: 5px !important;
  }
  .mobile-mt-5,
  .mobile-my-5 {
    margin-top: 5px !important;
  }
  .mobile-mb-5,
  .mobile-my-5 {
    margin-bottom: 5px !important;
  }
  .mobile-ml-5,
  .mobile-mx-5 {
    margin-left: 5px !important;
  }
  .mobile-mr-5,
  .mobile-mx-5 {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-m-10 {
    margin: 10px !important;
  }
  .mobile-mt-10,
  .mobile-my-10 {
    margin-top: 10px !important;
  }
  .mobile-mb-10,
  .mobile-my-10 {
    margin-bottom: 10px !important;
  }
  .mobile-ml-10,
  .mobile-mx-10 {
    margin-left: 10px !important;
  }
  .mobile-mr-10,
  .mobile-mx-10 {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-m-15 {
    margin: 15px !important;
  }
  .mobile-mt-15,
  .mobile-my-15 {
    margin-top: 15px !important;
  }
  .mobile-mb-15,
  .mobile-my-15 {
    margin-bottom: 15px !important;
  }
  .mobile-ml-15,
  .mobile-mx-15 {
    margin-left: 15px !important;
  }
  .mobile-mr-15,
  .mobile-mx-15 {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-m-20 {
    margin: 20px !important;
  }
  .mobile-mt-20,
  .mobile-my-20 {
    margin-top: 20px !important;
  }
  .mobile-mb-20,
  .mobile-my-20 {
    margin-bottom: 20px !important;
  }
  .mobile-ml-20,
  .mobile-mx-20 {
    margin-left: 20px !important;
  }
  .mobile-mr-20,
  .mobile-mx-20 {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-m-25 {
    margin: 25px !important;
  }
  .mobile-mt-25,
  .mobile-my-25 {
    margin-top: 25px !important;
  }
  .mobile-mb-25,
  .mobile-my-25 {
    margin-bottom: 25px !important;
  }
  .mobile-ml-25,
  .mobile-mx-25 {
    margin-left: 25px !important;
  }
  .mobile-mr-25,
  .mobile-mx-25 {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-m-30 {
    margin: 30px !important;
  }
  .mobile-mt-30,
  .mobile-my-30 {
    margin-top: 30px !important;
  }
  .mobile-mb-30,
  .mobile-my-30 {
    margin-bottom: 30px !important;
  }
  .mobile-ml-30,
  .mobile-mx-30 {
    margin-left: 30px !important;
  }
  .mobile-mr-30,
  .mobile-mx-30 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-m-35 {
    margin: 35px !important;
  }
  .mobile-mt-35,
  .mobile-my-35 {
    margin-top: 35px !important;
  }
  .mobile-mb-35,
  .mobile-my-35 {
    margin-bottom: 35px !important;
  }
  .mobile-ml-35,
  .mobile-mx-35 {
    margin-left: 35px !important;
  }
  .mobile-mr-35,
  .mobile-mx-35 {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-m-40 {
    margin: 40px !important;
  }
  .mobile-mt-40,
  .mobile-my-40 {
    margin-top: 40px !important;
  }
  .mobile-mb-40,
  .mobile-my-40 {
    margin-bottom: 40px !important;
  }
  .mobile-ml-40,
  .mobile-mx-40 {
    margin-left: 40px !important;
  }
  .mobile-mr-40,
  .mobile-mx-40 {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-m-45 {
    margin: 45px !important;
  }
  .mobile-mt-45,
  .mobile-my-45 {
    margin-top: 45px !important;
  }
  .mobile-mb-45,
  .mobile-my-45 {
    margin-bottom: 45px !important;
  }
  .mobile-ml-45,
  .mobile-mx-45 {
    margin-left: 45px !important;
  }
  .mobile-mr-45,
  .mobile-mx-45 {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-m-50 {
    margin: 50px !important;
  }
  .mobile-mt-50,
  .mobile-my-50 {
    margin-top: 50px !important;
  }
  .mobile-mb-50,
  .mobile-my-50 {
    margin-bottom: 50px !important;
  }
  .mobile-ml-50,
  .mobile-mx-50 {
    margin-left: 50px !important;
  }
  .mobile-mr-50,
  .mobile-mx-50 {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-m-0 {
    margin: 0px !important;
  }
  .min-mt-0,
  .min-my-0 {
    margin-top: 0px !important;
  }
  .min-mb-0,
  .min-my-0 {
    margin-bottom: 0px !important;
  }
  .min-ml-0,
  .min-mx-0 {
    margin-left: 0px !important;
  }
  .min-mr-0,
  .min-mx-0 {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-m-5 {
    margin: 5px !important;
  }
  .min-mt-5,
  .min-my-5 {
    margin-top: 5px !important;
  }
  .min-mb-5,
  .min-my-5 {
    margin-bottom: 5px !important;
  }
  .min-ml-5,
  .min-mx-5 {
    margin-left: 5px !important;
  }
  .min-mr-5,
  .min-mx-5 {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-m-10 {
    margin: 10px !important;
  }
  .min-mt-10,
  .min-my-10 {
    margin-top: 10px !important;
  }
  .min-mb-10,
  .min-my-10 {
    margin-bottom: 10px !important;
  }
  .min-ml-10,
  .min-mx-10 {
    margin-left: 10px !important;
  }
  .min-mr-10,
  .min-mx-10 {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-m-15 {
    margin: 15px !important;
  }
  .min-mt-15,
  .min-my-15 {
    margin-top: 15px !important;
  }
  .min-mb-15,
  .min-my-15 {
    margin-bottom: 15px !important;
  }
  .min-ml-15,
  .min-mx-15 {
    margin-left: 15px !important;
  }
  .min-mr-15,
  .min-mx-15 {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-m-20 {
    margin: 20px !important;
  }
  .min-mt-20,
  .min-my-20 {
    margin-top: 20px !important;
  }
  .min-mb-20,
  .min-my-20 {
    margin-bottom: 20px !important;
  }
  .min-ml-20,
  .min-mx-20 {
    margin-left: 20px !important;
  }
  .min-mr-20,
  .min-mx-20 {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-m-25 {
    margin: 25px !important;
  }
  .min-mt-25,
  .min-my-25 {
    margin-top: 25px !important;
  }
  .min-mb-25,
  .min-my-25 {
    margin-bottom: 25px !important;
  }
  .min-ml-25,
  .min-mx-25 {
    margin-left: 25px !important;
  }
  .min-mr-25,
  .min-mx-25 {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-m-30 {
    margin: 30px !important;
  }
  .min-mt-30,
  .min-my-30 {
    margin-top: 30px !important;
  }
  .min-mb-30,
  .min-my-30 {
    margin-bottom: 30px !important;
  }
  .min-ml-30,
  .min-mx-30 {
    margin-left: 30px !important;
  }
  .min-mr-30,
  .min-mx-30 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-m-35 {
    margin: 35px !important;
  }
  .min-mt-35,
  .min-my-35 {
    margin-top: 35px !important;
  }
  .min-mb-35,
  .min-my-35 {
    margin-bottom: 35px !important;
  }
  .min-ml-35,
  .min-mx-35 {
    margin-left: 35px !important;
  }
  .min-mr-35,
  .min-mx-35 {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-m-40 {
    margin: 40px !important;
  }
  .min-mt-40,
  .min-my-40 {
    margin-top: 40px !important;
  }
  .min-mb-40,
  .min-my-40 {
    margin-bottom: 40px !important;
  }
  .min-ml-40,
  .min-mx-40 {
    margin-left: 40px !important;
  }
  .min-mr-40,
  .min-mx-40 {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-m-45 {
    margin: 45px !important;
  }
  .min-mt-45,
  .min-my-45 {
    margin-top: 45px !important;
  }
  .min-mb-45,
  .min-my-45 {
    margin-bottom: 45px !important;
  }
  .min-ml-45,
  .min-mx-45 {
    margin-left: 45px !important;
  }
  .min-mr-45,
  .min-mx-45 {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-m-50 {
    margin: 50px !important;
  }
  .min-mt-50,
  .min-my-50 {
    margin-top: 50px !important;
  }
  .min-mb-50,
  .min-my-50 {
    margin-bottom: 50px !important;
  }
  .min-ml-50,
  .min-mx-50 {
    margin-left: 50px !important;
  }
  .min-mr-50,
  .min-mx-50 {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-0 {
    margin: 0px !important;
  }
  .sm-mt-0,
  .sm-my-0 {
    margin-top: 0px !important;
  }
  .sm-mb-0,
  .sm-my-0 {
    margin-bottom: 0px !important;
  }
  .sm-ml-0,
  .sm-mx-0 {
    margin-left: 0px !important;
  }
  .sm-mr-0,
  .sm-mx-0 {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-5 {
    margin: 5px !important;
  }
  .sm-mt-5,
  .sm-my-5 {
    margin-top: 5px !important;
  }
  .sm-mb-5,
  .sm-my-5 {
    margin-bottom: 5px !important;
  }
  .sm-ml-5,
  .sm-mx-5 {
    margin-left: 5px !important;
  }
  .sm-mr-5,
  .sm-mx-5 {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-10 {
    margin: 10px !important;
  }
  .sm-mt-10,
  .sm-my-10 {
    margin-top: 10px !important;
  }
  .sm-mb-10,
  .sm-my-10 {
    margin-bottom: 10px !important;
  }
  .sm-ml-10,
  .sm-mx-10 {
    margin-left: 10px !important;
  }
  .sm-mr-10,
  .sm-mx-10 {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-15 {
    margin: 15px !important;
  }
  .sm-mt-15,
  .sm-my-15 {
    margin-top: 15px !important;
  }
  .sm-mb-15,
  .sm-my-15 {
    margin-bottom: 15px !important;
  }
  .sm-ml-15,
  .sm-mx-15 {
    margin-left: 15px !important;
  }
  .sm-mr-15,
  .sm-mx-15 {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-20 {
    margin: 20px !important;
  }
  .sm-mt-20,
  .sm-my-20 {
    margin-top: 20px !important;
  }
  .sm-mb-20,
  .sm-my-20 {
    margin-bottom: 20px !important;
  }
  .sm-ml-20,
  .sm-mx-20 {
    margin-left: 20px !important;
  }
  .sm-mr-20,
  .sm-mx-20 {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-25 {
    margin: 25px !important;
  }
  .sm-mt-25,
  .sm-my-25 {
    margin-top: 25px !important;
  }
  .sm-mb-25,
  .sm-my-25 {
    margin-bottom: 25px !important;
  }
  .sm-ml-25,
  .sm-mx-25 {
    margin-left: 25px !important;
  }
  .sm-mr-25,
  .sm-mx-25 {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-30 {
    margin: 30px !important;
  }
  .sm-mt-30,
  .sm-my-30 {
    margin-top: 30px !important;
  }
  .sm-mb-30,
  .sm-my-30 {
    margin-bottom: 30px !important;
  }
  .sm-ml-30,
  .sm-mx-30 {
    margin-left: 30px !important;
  }
  .sm-mr-30,
  .sm-mx-30 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-35 {
    margin: 35px !important;
  }
  .sm-mt-35,
  .sm-my-35 {
    margin-top: 35px !important;
  }
  .sm-mb-35,
  .sm-my-35 {
    margin-bottom: 35px !important;
  }
  .sm-ml-35,
  .sm-mx-35 {
    margin-left: 35px !important;
  }
  .sm-mr-35,
  .sm-mx-35 {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-40 {
    margin: 40px !important;
  }
  .sm-mt-40,
  .sm-my-40 {
    margin-top: 40px !important;
  }
  .sm-mb-40,
  .sm-my-40 {
    margin-bottom: 40px !important;
  }
  .sm-ml-40,
  .sm-mx-40 {
    margin-left: 40px !important;
  }
  .sm-mr-40,
  .sm-mx-40 {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-45 {
    margin: 45px !important;
  }
  .sm-mt-45,
  .sm-my-45 {
    margin-top: 45px !important;
  }
  .sm-mb-45,
  .sm-my-45 {
    margin-bottom: 45px !important;
  }
  .sm-ml-45,
  .sm-mx-45 {
    margin-left: 45px !important;
  }
  .sm-mr-45,
  .sm-mx-45 {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-50 {
    margin: 50px !important;
  }
  .sm-mt-50,
  .sm-my-50 {
    margin-top: 50px !important;
  }
  .sm-mb-50,
  .sm-my-50 {
    margin-bottom: 50px !important;
  }
  .sm-ml-50,
  .sm-mx-50 {
    margin-left: 50px !important;
  }
  .sm-mr-50,
  .sm-mx-50 {
    margin-right: 50px !important;
  }
}
/*---------- 外間距 end ----------*/
/*---------- 內間距 start ----------*/
.p-0 {
  padding: 0px !important;
}

.pt-0,
.py-0 {
  padding-top: 0px !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0px !important;
}

.pl-0,
.px-0 {
  padding-left: 0px !important;
}

.pr-0,
.px-0 {
  padding-right: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5,
.py-5 {
  padding-top: 5px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}

.pl-5,
.px-5 {
  padding-left: 5px !important;
}

.pr-5,
.px-5 {
  padding-right: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}

.pl-10,
.px-10 {
  padding-left: 10px !important;
}

.pr-10,
.px-10 {
  padding-right: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15,
.py-15 {
  padding-top: 15px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}

.pl-15,
.px-15 {
  padding-left: 15px !important;
}

.pr-15,
.px-15 {
  padding-right: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20,
.py-20 {
  padding-top: 20px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}

.pl-20,
.px-20 {
  padding-left: 20px !important;
}

.pr-20,
.px-20 {
  padding-right: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25,
.py-25 {
  padding-top: 25px !important;
}

.pb-25,
.py-25 {
  padding-bottom: 25px !important;
}

.pl-25,
.px-25 {
  padding-left: 25px !important;
}

.pr-25,
.px-25 {
  padding-right: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.pl-30,
.px-30 {
  padding-left: 30px !important;
}

.pr-30,
.px-30 {
  padding-right: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35,
.py-35 {
  padding-top: 35px !important;
}

.pb-35,
.py-35 {
  padding-bottom: 35px !important;
}

.pl-35,
.px-35 {
  padding-left: 35px !important;
}

.pr-35,
.px-35 {
  padding-right: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40,
.py-40 {
  padding-top: 40px !important;
}

.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}

.pl-40,
.px-40 {
  padding-left: 40px !important;
}

.pr-40,
.px-40 {
  padding-right: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45,
.py-45 {
  padding-top: 45px !important;
}

.pb-45,
.py-45 {
  padding-bottom: 45px !important;
}

.pl-45,
.px-45 {
  padding-left: 45px !important;
}

.pr-45,
.px-45 {
  padding-right: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50,
.py-50 {
  padding-top: 50px !important;
}

.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}

.pl-50,
.px-50 {
  padding-left: 50px !important;
}

.pr-50,
.px-50 {
  padding-right: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.pt-55,
.py-55 {
  padding-top: 55px !important;
}

.pb-55,
.py-55 {
  padding-bottom: 55px !important;
}

.pl-55,
.px-55 {
  padding-left: 55px !important;
}

.pr-55,
.px-55 {
  padding-right: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60,
.py-60 {
  padding-top: 60px !important;
}

.pb-60,
.py-60 {
  padding-bottom: 60px !important;
}

.pl-60,
.px-60 {
  padding-left: 60px !important;
}

.pr-60,
.px-60 {
  padding-right: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-65,
.py-65 {
  padding-top: 65px !important;
}

.pb-65,
.py-65 {
  padding-bottom: 65px !important;
}

.pl-65,
.px-65 {
  padding-left: 65px !important;
}

.pr-65,
.px-65 {
  padding-right: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70,
.py-70 {
  padding-top: 70px !important;
}

.pb-70,
.py-70 {
  padding-bottom: 70px !important;
}

.pl-70,
.px-70 {
  padding-left: 70px !important;
}

.pr-70,
.px-70 {
  padding-right: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.pt-75,
.py-75 {
  padding-top: 75px !important;
}

.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}

.pl-75,
.px-75 {
  padding-left: 75px !important;
}

.pr-75,
.px-75 {
  padding-right: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80,
.py-80 {
  padding-top: 80px !important;
}

.pb-80,
.py-80 {
  padding-bottom: 80px !important;
}

.pl-80,
.px-80 {
  padding-left: 80px !important;
}

.pr-80,
.px-80 {
  padding-right: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.pt-85,
.py-85 {
  padding-top: 85px !important;
}

.pb-85,
.py-85 {
  padding-bottom: 85px !important;
}

.pl-85,
.px-85 {
  padding-left: 85px !important;
}

.pr-85,
.px-85 {
  padding-right: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90,
.py-90 {
  padding-top: 90px !important;
}

.pb-90,
.py-90 {
  padding-bottom: 90px !important;
}

.pl-90,
.px-90 {
  padding-left: 90px !important;
}

.pr-90,
.px-90 {
  padding-right: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.pt-95,
.py-95 {
  padding-top: 95px !important;
}

.pb-95,
.py-95 {
  padding-bottom: 95px !important;
}

.pl-95,
.px-95 {
  padding-left: 95px !important;
}

.pr-95,
.px-95 {
  padding-right: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100,
.py-100 {
  padding-top: 100px !important;
}

.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}

.pl-100,
.px-100 {
  padding-left: 100px !important;
}

.pr-100,
.px-100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 1280px) {
  .laptop-p-0 {
    padding: 0px !important;
  }
  .laptop-pt-0,
  .laptop-py-0 {
    padding-top: 0px !important;
  }
  .laptop-pb-0,
  .laptop-py-0 {
    padding-bottom: 0px !important;
  }
  .laptop-pl-0,
  .laptop-px-0 {
    padding-left: 0px !important;
  }
  .laptop-pr-0,
  .laptop-px-0 {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-5 {
    padding: 5px !important;
  }
  .laptop-pt-5,
  .laptop-py-5 {
    padding-top: 5px !important;
  }
  .laptop-pb-5,
  .laptop-py-5 {
    padding-bottom: 5px !important;
  }
  .laptop-pl-5,
  .laptop-px-5 {
    padding-left: 5px !important;
  }
  .laptop-pr-5,
  .laptop-px-5 {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-10 {
    padding: 10px !important;
  }
  .laptop-pt-10,
  .laptop-py-10 {
    padding-top: 10px !important;
  }
  .laptop-pb-10,
  .laptop-py-10 {
    padding-bottom: 10px !important;
  }
  .laptop-pl-10,
  .laptop-px-10 {
    padding-left: 10px !important;
  }
  .laptop-pr-10,
  .laptop-px-10 {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-15 {
    padding: 15px !important;
  }
  .laptop-pt-15,
  .laptop-py-15 {
    padding-top: 15px !important;
  }
  .laptop-pb-15,
  .laptop-py-15 {
    padding-bottom: 15px !important;
  }
  .laptop-pl-15,
  .laptop-px-15 {
    padding-left: 15px !important;
  }
  .laptop-pr-15,
  .laptop-px-15 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-20 {
    padding: 20px !important;
  }
  .laptop-pt-20,
  .laptop-py-20 {
    padding-top: 20px !important;
  }
  .laptop-pb-20,
  .laptop-py-20 {
    padding-bottom: 20px !important;
  }
  .laptop-pl-20,
  .laptop-px-20 {
    padding-left: 20px !important;
  }
  .laptop-pr-20,
  .laptop-px-20 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-25 {
    padding: 25px !important;
  }
  .laptop-pt-25,
  .laptop-py-25 {
    padding-top: 25px !important;
  }
  .laptop-pb-25,
  .laptop-py-25 {
    padding-bottom: 25px !important;
  }
  .laptop-pl-25,
  .laptop-px-25 {
    padding-left: 25px !important;
  }
  .laptop-pr-25,
  .laptop-px-25 {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-30 {
    padding: 30px !important;
  }
  .laptop-pt-30,
  .laptop-py-30 {
    padding-top: 30px !important;
  }
  .laptop-pb-30,
  .laptop-py-30 {
    padding-bottom: 30px !important;
  }
  .laptop-pl-30,
  .laptop-px-30 {
    padding-left: 30px !important;
  }
  .laptop-pr-30,
  .laptop-px-30 {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-35 {
    padding: 35px !important;
  }
  .laptop-pt-35,
  .laptop-py-35 {
    padding-top: 35px !important;
  }
  .laptop-pb-35,
  .laptop-py-35 {
    padding-bottom: 35px !important;
  }
  .laptop-pl-35,
  .laptop-px-35 {
    padding-left: 35px !important;
  }
  .laptop-pr-35,
  .laptop-px-35 {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-40 {
    padding: 40px !important;
  }
  .laptop-pt-40,
  .laptop-py-40 {
    padding-top: 40px !important;
  }
  .laptop-pb-40,
  .laptop-py-40 {
    padding-bottom: 40px !important;
  }
  .laptop-pl-40,
  .laptop-px-40 {
    padding-left: 40px !important;
  }
  .laptop-pr-40,
  .laptop-px-40 {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-45 {
    padding: 45px !important;
  }
  .laptop-pt-45,
  .laptop-py-45 {
    padding-top: 45px !important;
  }
  .laptop-pb-45,
  .laptop-py-45 {
    padding-bottom: 45px !important;
  }
  .laptop-pl-45,
  .laptop-px-45 {
    padding-left: 45px !important;
  }
  .laptop-pr-45,
  .laptop-px-45 {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-50 {
    padding: 50px !important;
  }
  .laptop-pt-50,
  .laptop-py-50 {
    padding-top: 50px !important;
  }
  .laptop-pb-50,
  .laptop-py-50 {
    padding-bottom: 50px !important;
  }
  .laptop-pl-50,
  .laptop-px-50 {
    padding-left: 50px !important;
  }
  .laptop-pr-50,
  .laptop-px-50 {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-55 {
    padding: 55px !important;
  }
  .laptop-pt-55,
  .laptop-py-55 {
    padding-top: 55px !important;
  }
  .laptop-pb-55,
  .laptop-py-55 {
    padding-bottom: 55px !important;
  }
  .laptop-pl-55,
  .laptop-px-55 {
    padding-left: 55px !important;
  }
  .laptop-pr-55,
  .laptop-px-55 {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-60 {
    padding: 60px !important;
  }
  .laptop-pt-60,
  .laptop-py-60 {
    padding-top: 60px !important;
  }
  .laptop-pb-60,
  .laptop-py-60 {
    padding-bottom: 60px !important;
  }
  .laptop-pl-60,
  .laptop-px-60 {
    padding-left: 60px !important;
  }
  .laptop-pr-60,
  .laptop-px-60 {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-65 {
    padding: 65px !important;
  }
  .laptop-pt-65,
  .laptop-py-65 {
    padding-top: 65px !important;
  }
  .laptop-pb-65,
  .laptop-py-65 {
    padding-bottom: 65px !important;
  }
  .laptop-pl-65,
  .laptop-px-65 {
    padding-left: 65px !important;
  }
  .laptop-pr-65,
  .laptop-px-65 {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-70 {
    padding: 70px !important;
  }
  .laptop-pt-70,
  .laptop-py-70 {
    padding-top: 70px !important;
  }
  .laptop-pb-70,
  .laptop-py-70 {
    padding-bottom: 70px !important;
  }
  .laptop-pl-70,
  .laptop-px-70 {
    padding-left: 70px !important;
  }
  .laptop-pr-70,
  .laptop-px-70 {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-75 {
    padding: 75px !important;
  }
  .laptop-pt-75,
  .laptop-py-75 {
    padding-top: 75px !important;
  }
  .laptop-pb-75,
  .laptop-py-75 {
    padding-bottom: 75px !important;
  }
  .laptop-pl-75,
  .laptop-px-75 {
    padding-left: 75px !important;
  }
  .laptop-pr-75,
  .laptop-px-75 {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-80 {
    padding: 80px !important;
  }
  .laptop-pt-80,
  .laptop-py-80 {
    padding-top: 80px !important;
  }
  .laptop-pb-80,
  .laptop-py-80 {
    padding-bottom: 80px !important;
  }
  .laptop-pl-80,
  .laptop-px-80 {
    padding-left: 80px !important;
  }
  .laptop-pr-80,
  .laptop-px-80 {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-85 {
    padding: 85px !important;
  }
  .laptop-pt-85,
  .laptop-py-85 {
    padding-top: 85px !important;
  }
  .laptop-pb-85,
  .laptop-py-85 {
    padding-bottom: 85px !important;
  }
  .laptop-pl-85,
  .laptop-px-85 {
    padding-left: 85px !important;
  }
  .laptop-pr-85,
  .laptop-px-85 {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-90 {
    padding: 90px !important;
  }
  .laptop-pt-90,
  .laptop-py-90 {
    padding-top: 90px !important;
  }
  .laptop-pb-90,
  .laptop-py-90 {
    padding-bottom: 90px !important;
  }
  .laptop-pl-90,
  .laptop-px-90 {
    padding-left: 90px !important;
  }
  .laptop-pr-90,
  .laptop-px-90 {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-95 {
    padding: 95px !important;
  }
  .laptop-pt-95,
  .laptop-py-95 {
    padding-top: 95px !important;
  }
  .laptop-pb-95,
  .laptop-py-95 {
    padding-bottom: 95px !important;
  }
  .laptop-pl-95,
  .laptop-px-95 {
    padding-left: 95px !important;
  }
  .laptop-pr-95,
  .laptop-px-95 {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-p-100 {
    padding: 100px !important;
  }
  .laptop-pt-100,
  .laptop-py-100 {
    padding-top: 100px !important;
  }
  .laptop-pb-100,
  .laptop-py-100 {
    padding-bottom: 100px !important;
  }
  .laptop-pl-100,
  .laptop-px-100 {
    padding-left: 100px !important;
  }
  .laptop-pr-100,
  .laptop-px-100 {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-0 {
    padding: 0px !important;
  }
  .m-pt-0,
  .m-py-0 {
    padding-top: 0px !important;
  }
  .m-pb-0,
  .m-py-0 {
    padding-bottom: 0px !important;
  }
  .m-pl-0,
  .m-px-0 {
    padding-left: 0px !important;
  }
  .m-pr-0,
  .m-px-0 {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-5 {
    padding: 5px !important;
  }
  .m-pt-5,
  .m-py-5 {
    padding-top: 5px !important;
  }
  .m-pb-5,
  .m-py-5 {
    padding-bottom: 5px !important;
  }
  .m-pl-5,
  .m-px-5 {
    padding-left: 5px !important;
  }
  .m-pr-5,
  .m-px-5 {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-10 {
    padding: 10px !important;
  }
  .m-pt-10,
  .m-py-10 {
    padding-top: 10px !important;
  }
  .m-pb-10,
  .m-py-10 {
    padding-bottom: 10px !important;
  }
  .m-pl-10,
  .m-px-10 {
    padding-left: 10px !important;
  }
  .m-pr-10,
  .m-px-10 {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-15 {
    padding: 15px !important;
  }
  .m-pt-15,
  .m-py-15 {
    padding-top: 15px !important;
  }
  .m-pb-15,
  .m-py-15 {
    padding-bottom: 15px !important;
  }
  .m-pl-15,
  .m-px-15 {
    padding-left: 15px !important;
  }
  .m-pr-15,
  .m-px-15 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-20 {
    padding: 20px !important;
  }
  .m-pt-20,
  .m-py-20 {
    padding-top: 20px !important;
  }
  .m-pb-20,
  .m-py-20 {
    padding-bottom: 20px !important;
  }
  .m-pl-20,
  .m-px-20 {
    padding-left: 20px !important;
  }
  .m-pr-20,
  .m-px-20 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-25 {
    padding: 25px !important;
  }
  .m-pt-25,
  .m-py-25 {
    padding-top: 25px !important;
  }
  .m-pb-25,
  .m-py-25 {
    padding-bottom: 25px !important;
  }
  .m-pl-25,
  .m-px-25 {
    padding-left: 25px !important;
  }
  .m-pr-25,
  .m-px-25 {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-30 {
    padding: 30px !important;
  }
  .m-pt-30,
  .m-py-30 {
    padding-top: 30px !important;
  }
  .m-pb-30,
  .m-py-30 {
    padding-bottom: 30px !important;
  }
  .m-pl-30,
  .m-px-30 {
    padding-left: 30px !important;
  }
  .m-pr-30,
  .m-px-30 {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-35 {
    padding: 35px !important;
  }
  .m-pt-35,
  .m-py-35 {
    padding-top: 35px !important;
  }
  .m-pb-35,
  .m-py-35 {
    padding-bottom: 35px !important;
  }
  .m-pl-35,
  .m-px-35 {
    padding-left: 35px !important;
  }
  .m-pr-35,
  .m-px-35 {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-40 {
    padding: 40px !important;
  }
  .m-pt-40,
  .m-py-40 {
    padding-top: 40px !important;
  }
  .m-pb-40,
  .m-py-40 {
    padding-bottom: 40px !important;
  }
  .m-pl-40,
  .m-px-40 {
    padding-left: 40px !important;
  }
  .m-pr-40,
  .m-px-40 {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-45 {
    padding: 45px !important;
  }
  .m-pt-45,
  .m-py-45 {
    padding-top: 45px !important;
  }
  .m-pb-45,
  .m-py-45 {
    padding-bottom: 45px !important;
  }
  .m-pl-45,
  .m-px-45 {
    padding-left: 45px !important;
  }
  .m-pr-45,
  .m-px-45 {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-50 {
    padding: 50px !important;
  }
  .m-pt-50,
  .m-py-50 {
    padding-top: 50px !important;
  }
  .m-pb-50,
  .m-py-50 {
    padding-bottom: 50px !important;
  }
  .m-pl-50,
  .m-px-50 {
    padding-left: 50px !important;
  }
  .m-pr-50,
  .m-px-50 {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-55 {
    padding: 55px !important;
  }
  .m-pt-55,
  .m-py-55 {
    padding-top: 55px !important;
  }
  .m-pb-55,
  .m-py-55 {
    padding-bottom: 55px !important;
  }
  .m-pl-55,
  .m-px-55 {
    padding-left: 55px !important;
  }
  .m-pr-55,
  .m-px-55 {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-60 {
    padding: 60px !important;
  }
  .m-pt-60,
  .m-py-60 {
    padding-top: 60px !important;
  }
  .m-pb-60,
  .m-py-60 {
    padding-bottom: 60px !important;
  }
  .m-pl-60,
  .m-px-60 {
    padding-left: 60px !important;
  }
  .m-pr-60,
  .m-px-60 {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-65 {
    padding: 65px !important;
  }
  .m-pt-65,
  .m-py-65 {
    padding-top: 65px !important;
  }
  .m-pb-65,
  .m-py-65 {
    padding-bottom: 65px !important;
  }
  .m-pl-65,
  .m-px-65 {
    padding-left: 65px !important;
  }
  .m-pr-65,
  .m-px-65 {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-70 {
    padding: 70px !important;
  }
  .m-pt-70,
  .m-py-70 {
    padding-top: 70px !important;
  }
  .m-pb-70,
  .m-py-70 {
    padding-bottom: 70px !important;
  }
  .m-pl-70,
  .m-px-70 {
    padding-left: 70px !important;
  }
  .m-pr-70,
  .m-px-70 {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-75 {
    padding: 75px !important;
  }
  .m-pt-75,
  .m-py-75 {
    padding-top: 75px !important;
  }
  .m-pb-75,
  .m-py-75 {
    padding-bottom: 75px !important;
  }
  .m-pl-75,
  .m-px-75 {
    padding-left: 75px !important;
  }
  .m-pr-75,
  .m-px-75 {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-80 {
    padding: 80px !important;
  }
  .m-pt-80,
  .m-py-80 {
    padding-top: 80px !important;
  }
  .m-pb-80,
  .m-py-80 {
    padding-bottom: 80px !important;
  }
  .m-pl-80,
  .m-px-80 {
    padding-left: 80px !important;
  }
  .m-pr-80,
  .m-px-80 {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-85 {
    padding: 85px !important;
  }
  .m-pt-85,
  .m-py-85 {
    padding-top: 85px !important;
  }
  .m-pb-85,
  .m-py-85 {
    padding-bottom: 85px !important;
  }
  .m-pl-85,
  .m-px-85 {
    padding-left: 85px !important;
  }
  .m-pr-85,
  .m-px-85 {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-90 {
    padding: 90px !important;
  }
  .m-pt-90,
  .m-py-90 {
    padding-top: 90px !important;
  }
  .m-pb-90,
  .m-py-90 {
    padding-bottom: 90px !important;
  }
  .m-pl-90,
  .m-px-90 {
    padding-left: 90px !important;
  }
  .m-pr-90,
  .m-px-90 {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-95 {
    padding: 95px !important;
  }
  .m-pt-95,
  .m-py-95 {
    padding-top: 95px !important;
  }
  .m-pb-95,
  .m-py-95 {
    padding-bottom: 95px !important;
  }
  .m-pl-95,
  .m-px-95 {
    padding-left: 95px !important;
  }
  .m-pr-95,
  .m-px-95 {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 960px) {
  .m-p-100 {
    padding: 100px !important;
  }
  .m-pt-100,
  .m-py-100 {
    padding-top: 100px !important;
  }
  .m-pb-100,
  .m-py-100 {
    padding-bottom: 100px !important;
  }
  .m-pl-100,
  .m-px-100 {
    padding-left: 100px !important;
  }
  .m-pr-100,
  .m-px-100 {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-0 {
    padding: 0px !important;
  }
  .mobile-pt-0,
  .mobile-py-0 {
    padding-top: 0px !important;
  }
  .mobile-pb-0,
  .mobile-py-0 {
    padding-bottom: 0px !important;
  }
  .mobile-pl-0,
  .mobile-px-0 {
    padding-left: 0px !important;
  }
  .mobile-pr-0,
  .mobile-px-0 {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-5 {
    padding: 5px !important;
  }
  .mobile-pt-5,
  .mobile-py-5 {
    padding-top: 5px !important;
  }
  .mobile-pb-5,
  .mobile-py-5 {
    padding-bottom: 5px !important;
  }
  .mobile-pl-5,
  .mobile-px-5 {
    padding-left: 5px !important;
  }
  .mobile-pr-5,
  .mobile-px-5 {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-10 {
    padding: 10px !important;
  }
  .mobile-pt-10,
  .mobile-py-10 {
    padding-top: 10px !important;
  }
  .mobile-pb-10,
  .mobile-py-10 {
    padding-bottom: 10px !important;
  }
  .mobile-pl-10,
  .mobile-px-10 {
    padding-left: 10px !important;
  }
  .mobile-pr-10,
  .mobile-px-10 {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-15 {
    padding: 15px !important;
  }
  .mobile-pt-15,
  .mobile-py-15 {
    padding-top: 15px !important;
  }
  .mobile-pb-15,
  .mobile-py-15 {
    padding-bottom: 15px !important;
  }
  .mobile-pl-15,
  .mobile-px-15 {
    padding-left: 15px !important;
  }
  .mobile-pr-15,
  .mobile-px-15 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-20 {
    padding: 20px !important;
  }
  .mobile-pt-20,
  .mobile-py-20 {
    padding-top: 20px !important;
  }
  .mobile-pb-20,
  .mobile-py-20 {
    padding-bottom: 20px !important;
  }
  .mobile-pl-20,
  .mobile-px-20 {
    padding-left: 20px !important;
  }
  .mobile-pr-20,
  .mobile-px-20 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-25 {
    padding: 25px !important;
  }
  .mobile-pt-25,
  .mobile-py-25 {
    padding-top: 25px !important;
  }
  .mobile-pb-25,
  .mobile-py-25 {
    padding-bottom: 25px !important;
  }
  .mobile-pl-25,
  .mobile-px-25 {
    padding-left: 25px !important;
  }
  .mobile-pr-25,
  .mobile-px-25 {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-30 {
    padding: 30px !important;
  }
  .mobile-pt-30,
  .mobile-py-30 {
    padding-top: 30px !important;
  }
  .mobile-pb-30,
  .mobile-py-30 {
    padding-bottom: 30px !important;
  }
  .mobile-pl-30,
  .mobile-px-30 {
    padding-left: 30px !important;
  }
  .mobile-pr-30,
  .mobile-px-30 {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-35 {
    padding: 35px !important;
  }
  .mobile-pt-35,
  .mobile-py-35 {
    padding-top: 35px !important;
  }
  .mobile-pb-35,
  .mobile-py-35 {
    padding-bottom: 35px !important;
  }
  .mobile-pl-35,
  .mobile-px-35 {
    padding-left: 35px !important;
  }
  .mobile-pr-35,
  .mobile-px-35 {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-40 {
    padding: 40px !important;
  }
  .mobile-pt-40,
  .mobile-py-40 {
    padding-top: 40px !important;
  }
  .mobile-pb-40,
  .mobile-py-40 {
    padding-bottom: 40px !important;
  }
  .mobile-pl-40,
  .mobile-px-40 {
    padding-left: 40px !important;
  }
  .mobile-pr-40,
  .mobile-px-40 {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-45 {
    padding: 45px !important;
  }
  .mobile-pt-45,
  .mobile-py-45 {
    padding-top: 45px !important;
  }
  .mobile-pb-45,
  .mobile-py-45 {
    padding-bottom: 45px !important;
  }
  .mobile-pl-45,
  .mobile-px-45 {
    padding-left: 45px !important;
  }
  .mobile-pr-45,
  .mobile-px-45 {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-50 {
    padding: 50px !important;
  }
  .mobile-pt-50,
  .mobile-py-50 {
    padding-top: 50px !important;
  }
  .mobile-pb-50,
  .mobile-py-50 {
    padding-bottom: 50px !important;
  }
  .mobile-pl-50,
  .mobile-px-50 {
    padding-left: 50px !important;
  }
  .mobile-pr-50,
  .mobile-px-50 {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-55 {
    padding: 55px !important;
  }
  .mobile-pt-55,
  .mobile-py-55 {
    padding-top: 55px !important;
  }
  .mobile-pb-55,
  .mobile-py-55 {
    padding-bottom: 55px !important;
  }
  .mobile-pl-55,
  .mobile-px-55 {
    padding-left: 55px !important;
  }
  .mobile-pr-55,
  .mobile-px-55 {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-60 {
    padding: 60px !important;
  }
  .mobile-pt-60,
  .mobile-py-60 {
    padding-top: 60px !important;
  }
  .mobile-pb-60,
  .mobile-py-60 {
    padding-bottom: 60px !important;
  }
  .mobile-pl-60,
  .mobile-px-60 {
    padding-left: 60px !important;
  }
  .mobile-pr-60,
  .mobile-px-60 {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-65 {
    padding: 65px !important;
  }
  .mobile-pt-65,
  .mobile-py-65 {
    padding-top: 65px !important;
  }
  .mobile-pb-65,
  .mobile-py-65 {
    padding-bottom: 65px !important;
  }
  .mobile-pl-65,
  .mobile-px-65 {
    padding-left: 65px !important;
  }
  .mobile-pr-65,
  .mobile-px-65 {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-70 {
    padding: 70px !important;
  }
  .mobile-pt-70,
  .mobile-py-70 {
    padding-top: 70px !important;
  }
  .mobile-pb-70,
  .mobile-py-70 {
    padding-bottom: 70px !important;
  }
  .mobile-pl-70,
  .mobile-px-70 {
    padding-left: 70px !important;
  }
  .mobile-pr-70,
  .mobile-px-70 {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-75 {
    padding: 75px !important;
  }
  .mobile-pt-75,
  .mobile-py-75 {
    padding-top: 75px !important;
  }
  .mobile-pb-75,
  .mobile-py-75 {
    padding-bottom: 75px !important;
  }
  .mobile-pl-75,
  .mobile-px-75 {
    padding-left: 75px !important;
  }
  .mobile-pr-75,
  .mobile-px-75 {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-80 {
    padding: 80px !important;
  }
  .mobile-pt-80,
  .mobile-py-80 {
    padding-top: 80px !important;
  }
  .mobile-pb-80,
  .mobile-py-80 {
    padding-bottom: 80px !important;
  }
  .mobile-pl-80,
  .mobile-px-80 {
    padding-left: 80px !important;
  }
  .mobile-pr-80,
  .mobile-px-80 {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-85 {
    padding: 85px !important;
  }
  .mobile-pt-85,
  .mobile-py-85 {
    padding-top: 85px !important;
  }
  .mobile-pb-85,
  .mobile-py-85 {
    padding-bottom: 85px !important;
  }
  .mobile-pl-85,
  .mobile-px-85 {
    padding-left: 85px !important;
  }
  .mobile-pr-85,
  .mobile-px-85 {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-90 {
    padding: 90px !important;
  }
  .mobile-pt-90,
  .mobile-py-90 {
    padding-top: 90px !important;
  }
  .mobile-pb-90,
  .mobile-py-90 {
    padding-bottom: 90px !important;
  }
  .mobile-pl-90,
  .mobile-px-90 {
    padding-left: 90px !important;
  }
  .mobile-pr-90,
  .mobile-px-90 {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-95 {
    padding: 95px !important;
  }
  .mobile-pt-95,
  .mobile-py-95 {
    padding-top: 95px !important;
  }
  .mobile-pb-95,
  .mobile-py-95 {
    padding-bottom: 95px !important;
  }
  .mobile-pl-95,
  .mobile-px-95 {
    padding-left: 95px !important;
  }
  .mobile-pr-95,
  .mobile-px-95 {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-p-100 {
    padding: 100px !important;
  }
  .mobile-pt-100,
  .mobile-py-100 {
    padding-top: 100px !important;
  }
  .mobile-pb-100,
  .mobile-py-100 {
    padding-bottom: 100px !important;
  }
  .mobile-pl-100,
  .mobile-px-100 {
    padding-left: 100px !important;
  }
  .mobile-pr-100,
  .mobile-px-100 {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-0 {
    padding: 0px !important;
  }
  .min-pt-0,
  .min-py-0 {
    padding-top: 0px !important;
  }
  .min-pb-0,
  .min-py-0 {
    padding-bottom: 0px !important;
  }
  .min-pl-0,
  .min-px-0 {
    padding-left: 0px !important;
  }
  .min-pr-0,
  .min-px-0 {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-5 {
    padding: 5px !important;
  }
  .min-pt-5,
  .min-py-5 {
    padding-top: 5px !important;
  }
  .min-pb-5,
  .min-py-5 {
    padding-bottom: 5px !important;
  }
  .min-pl-5,
  .min-px-5 {
    padding-left: 5px !important;
  }
  .min-pr-5,
  .min-px-5 {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-10 {
    padding: 10px !important;
  }
  .min-pt-10,
  .min-py-10 {
    padding-top: 10px !important;
  }
  .min-pb-10,
  .min-py-10 {
    padding-bottom: 10px !important;
  }
  .min-pl-10,
  .min-px-10 {
    padding-left: 10px !important;
  }
  .min-pr-10,
  .min-px-10 {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-15 {
    padding: 15px !important;
  }
  .min-pt-15,
  .min-py-15 {
    padding-top: 15px !important;
  }
  .min-pb-15,
  .min-py-15 {
    padding-bottom: 15px !important;
  }
  .min-pl-15,
  .min-px-15 {
    padding-left: 15px !important;
  }
  .min-pr-15,
  .min-px-15 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-20 {
    padding: 20px !important;
  }
  .min-pt-20,
  .min-py-20 {
    padding-top: 20px !important;
  }
  .min-pb-20,
  .min-py-20 {
    padding-bottom: 20px !important;
  }
  .min-pl-20,
  .min-px-20 {
    padding-left: 20px !important;
  }
  .min-pr-20,
  .min-px-20 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-25 {
    padding: 25px !important;
  }
  .min-pt-25,
  .min-py-25 {
    padding-top: 25px !important;
  }
  .min-pb-25,
  .min-py-25 {
    padding-bottom: 25px !important;
  }
  .min-pl-25,
  .min-px-25 {
    padding-left: 25px !important;
  }
  .min-pr-25,
  .min-px-25 {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-30 {
    padding: 30px !important;
  }
  .min-pt-30,
  .min-py-30 {
    padding-top: 30px !important;
  }
  .min-pb-30,
  .min-py-30 {
    padding-bottom: 30px !important;
  }
  .min-pl-30,
  .min-px-30 {
    padding-left: 30px !important;
  }
  .min-pr-30,
  .min-px-30 {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-35 {
    padding: 35px !important;
  }
  .min-pt-35,
  .min-py-35 {
    padding-top: 35px !important;
  }
  .min-pb-35,
  .min-py-35 {
    padding-bottom: 35px !important;
  }
  .min-pl-35,
  .min-px-35 {
    padding-left: 35px !important;
  }
  .min-pr-35,
  .min-px-35 {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-40 {
    padding: 40px !important;
  }
  .min-pt-40,
  .min-py-40 {
    padding-top: 40px !important;
  }
  .min-pb-40,
  .min-py-40 {
    padding-bottom: 40px !important;
  }
  .min-pl-40,
  .min-px-40 {
    padding-left: 40px !important;
  }
  .min-pr-40,
  .min-px-40 {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-45 {
    padding: 45px !important;
  }
  .min-pt-45,
  .min-py-45 {
    padding-top: 45px !important;
  }
  .min-pb-45,
  .min-py-45 {
    padding-bottom: 45px !important;
  }
  .min-pl-45,
  .min-px-45 {
    padding-left: 45px !important;
  }
  .min-pr-45,
  .min-px-45 {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-50 {
    padding: 50px !important;
  }
  .min-pt-50,
  .min-py-50 {
    padding-top: 50px !important;
  }
  .min-pb-50,
  .min-py-50 {
    padding-bottom: 50px !important;
  }
  .min-pl-50,
  .min-px-50 {
    padding-left: 50px !important;
  }
  .min-pr-50,
  .min-px-50 {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-55 {
    padding: 55px !important;
  }
  .min-pt-55,
  .min-py-55 {
    padding-top: 55px !important;
  }
  .min-pb-55,
  .min-py-55 {
    padding-bottom: 55px !important;
  }
  .min-pl-55,
  .min-px-55 {
    padding-left: 55px !important;
  }
  .min-pr-55,
  .min-px-55 {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-60 {
    padding: 60px !important;
  }
  .min-pt-60,
  .min-py-60 {
    padding-top: 60px !important;
  }
  .min-pb-60,
  .min-py-60 {
    padding-bottom: 60px !important;
  }
  .min-pl-60,
  .min-px-60 {
    padding-left: 60px !important;
  }
  .min-pr-60,
  .min-px-60 {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-65 {
    padding: 65px !important;
  }
  .min-pt-65,
  .min-py-65 {
    padding-top: 65px !important;
  }
  .min-pb-65,
  .min-py-65 {
    padding-bottom: 65px !important;
  }
  .min-pl-65,
  .min-px-65 {
    padding-left: 65px !important;
  }
  .min-pr-65,
  .min-px-65 {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-70 {
    padding: 70px !important;
  }
  .min-pt-70,
  .min-py-70 {
    padding-top: 70px !important;
  }
  .min-pb-70,
  .min-py-70 {
    padding-bottom: 70px !important;
  }
  .min-pl-70,
  .min-px-70 {
    padding-left: 70px !important;
  }
  .min-pr-70,
  .min-px-70 {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-75 {
    padding: 75px !important;
  }
  .min-pt-75,
  .min-py-75 {
    padding-top: 75px !important;
  }
  .min-pb-75,
  .min-py-75 {
    padding-bottom: 75px !important;
  }
  .min-pl-75,
  .min-px-75 {
    padding-left: 75px !important;
  }
  .min-pr-75,
  .min-px-75 {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-80 {
    padding: 80px !important;
  }
  .min-pt-80,
  .min-py-80 {
    padding-top: 80px !important;
  }
  .min-pb-80,
  .min-py-80 {
    padding-bottom: 80px !important;
  }
  .min-pl-80,
  .min-px-80 {
    padding-left: 80px !important;
  }
  .min-pr-80,
  .min-px-80 {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-85 {
    padding: 85px !important;
  }
  .min-pt-85,
  .min-py-85 {
    padding-top: 85px !important;
  }
  .min-pb-85,
  .min-py-85 {
    padding-bottom: 85px !important;
  }
  .min-pl-85,
  .min-px-85 {
    padding-left: 85px !important;
  }
  .min-pr-85,
  .min-px-85 {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-90 {
    padding: 90px !important;
  }
  .min-pt-90,
  .min-py-90 {
    padding-top: 90px !important;
  }
  .min-pb-90,
  .min-py-90 {
    padding-bottom: 90px !important;
  }
  .min-pl-90,
  .min-px-90 {
    padding-left: 90px !important;
  }
  .min-pr-90,
  .min-px-90 {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-95 {
    padding: 95px !important;
  }
  .min-pt-95,
  .min-py-95 {
    padding-top: 95px !important;
  }
  .min-pb-95,
  .min-py-95 {
    padding-bottom: 95px !important;
  }
  .min-pl-95,
  .min-px-95 {
    padding-left: 95px !important;
  }
  .min-pr-95,
  .min-px-95 {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 540px) {
  .min-p-100 {
    padding: 100px !important;
  }
  .min-pt-100,
  .min-py-100 {
    padding-top: 100px !important;
  }
  .min-pb-100,
  .min-py-100 {
    padding-bottom: 100px !important;
  }
  .min-pl-100,
  .min-px-100 {
    padding-left: 100px !important;
  }
  .min-pr-100,
  .min-px-100 {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-0 {
    padding: 0px !important;
  }
  .sm-pt-0,
  .sm-py-0 {
    padding-top: 0px !important;
  }
  .sm-pb-0,
  .sm-py-0 {
    padding-bottom: 0px !important;
  }
  .sm-pl-0,
  .sm-px-0 {
    padding-left: 0px !important;
  }
  .sm-pr-0,
  .sm-px-0 {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-5 {
    padding: 5px !important;
  }
  .sm-pt-5,
  .sm-py-5 {
    padding-top: 5px !important;
  }
  .sm-pb-5,
  .sm-py-5 {
    padding-bottom: 5px !important;
  }
  .sm-pl-5,
  .sm-px-5 {
    padding-left: 5px !important;
  }
  .sm-pr-5,
  .sm-px-5 {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-10 {
    padding: 10px !important;
  }
  .sm-pt-10,
  .sm-py-10 {
    padding-top: 10px !important;
  }
  .sm-pb-10,
  .sm-py-10 {
    padding-bottom: 10px !important;
  }
  .sm-pl-10,
  .sm-px-10 {
    padding-left: 10px !important;
  }
  .sm-pr-10,
  .sm-px-10 {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-15 {
    padding: 15px !important;
  }
  .sm-pt-15,
  .sm-py-15 {
    padding-top: 15px !important;
  }
  .sm-pb-15,
  .sm-py-15 {
    padding-bottom: 15px !important;
  }
  .sm-pl-15,
  .sm-px-15 {
    padding-left: 15px !important;
  }
  .sm-pr-15,
  .sm-px-15 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-20 {
    padding: 20px !important;
  }
  .sm-pt-20,
  .sm-py-20 {
    padding-top: 20px !important;
  }
  .sm-pb-20,
  .sm-py-20 {
    padding-bottom: 20px !important;
  }
  .sm-pl-20,
  .sm-px-20 {
    padding-left: 20px !important;
  }
  .sm-pr-20,
  .sm-px-20 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-25 {
    padding: 25px !important;
  }
  .sm-pt-25,
  .sm-py-25 {
    padding-top: 25px !important;
  }
  .sm-pb-25,
  .sm-py-25 {
    padding-bottom: 25px !important;
  }
  .sm-pl-25,
  .sm-px-25 {
    padding-left: 25px !important;
  }
  .sm-pr-25,
  .sm-px-25 {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-30 {
    padding: 30px !important;
  }
  .sm-pt-30,
  .sm-py-30 {
    padding-top: 30px !important;
  }
  .sm-pb-30,
  .sm-py-30 {
    padding-bottom: 30px !important;
  }
  .sm-pl-30,
  .sm-px-30 {
    padding-left: 30px !important;
  }
  .sm-pr-30,
  .sm-px-30 {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-35 {
    padding: 35px !important;
  }
  .sm-pt-35,
  .sm-py-35 {
    padding-top: 35px !important;
  }
  .sm-pb-35,
  .sm-py-35 {
    padding-bottom: 35px !important;
  }
  .sm-pl-35,
  .sm-px-35 {
    padding-left: 35px !important;
  }
  .sm-pr-35,
  .sm-px-35 {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-40 {
    padding: 40px !important;
  }
  .sm-pt-40,
  .sm-py-40 {
    padding-top: 40px !important;
  }
  .sm-pb-40,
  .sm-py-40 {
    padding-bottom: 40px !important;
  }
  .sm-pl-40,
  .sm-px-40 {
    padding-left: 40px !important;
  }
  .sm-pr-40,
  .sm-px-40 {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-45 {
    padding: 45px !important;
  }
  .sm-pt-45,
  .sm-py-45 {
    padding-top: 45px !important;
  }
  .sm-pb-45,
  .sm-py-45 {
    padding-bottom: 45px !important;
  }
  .sm-pl-45,
  .sm-px-45 {
    padding-left: 45px !important;
  }
  .sm-pr-45,
  .sm-px-45 {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-50 {
    padding: 50px !important;
  }
  .sm-pt-50,
  .sm-py-50 {
    padding-top: 50px !important;
  }
  .sm-pb-50,
  .sm-py-50 {
    padding-bottom: 50px !important;
  }
  .sm-pl-50,
  .sm-px-50 {
    padding-left: 50px !important;
  }
  .sm-pr-50,
  .sm-px-50 {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-55 {
    padding: 55px !important;
  }
  .sm-pt-55,
  .sm-py-55 {
    padding-top: 55px !important;
  }
  .sm-pb-55,
  .sm-py-55 {
    padding-bottom: 55px !important;
  }
  .sm-pl-55,
  .sm-px-55 {
    padding-left: 55px !important;
  }
  .sm-pr-55,
  .sm-px-55 {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-60 {
    padding: 60px !important;
  }
  .sm-pt-60,
  .sm-py-60 {
    padding-top: 60px !important;
  }
  .sm-pb-60,
  .sm-py-60 {
    padding-bottom: 60px !important;
  }
  .sm-pl-60,
  .sm-px-60 {
    padding-left: 60px !important;
  }
  .sm-pr-60,
  .sm-px-60 {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-65 {
    padding: 65px !important;
  }
  .sm-pt-65,
  .sm-py-65 {
    padding-top: 65px !important;
  }
  .sm-pb-65,
  .sm-py-65 {
    padding-bottom: 65px !important;
  }
  .sm-pl-65,
  .sm-px-65 {
    padding-left: 65px !important;
  }
  .sm-pr-65,
  .sm-px-65 {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-70 {
    padding: 70px !important;
  }
  .sm-pt-70,
  .sm-py-70 {
    padding-top: 70px !important;
  }
  .sm-pb-70,
  .sm-py-70 {
    padding-bottom: 70px !important;
  }
  .sm-pl-70,
  .sm-px-70 {
    padding-left: 70px !important;
  }
  .sm-pr-70,
  .sm-px-70 {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-75 {
    padding: 75px !important;
  }
  .sm-pt-75,
  .sm-py-75 {
    padding-top: 75px !important;
  }
  .sm-pb-75,
  .sm-py-75 {
    padding-bottom: 75px !important;
  }
  .sm-pl-75,
  .sm-px-75 {
    padding-left: 75px !important;
  }
  .sm-pr-75,
  .sm-px-75 {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-80 {
    padding: 80px !important;
  }
  .sm-pt-80,
  .sm-py-80 {
    padding-top: 80px !important;
  }
  .sm-pb-80,
  .sm-py-80 {
    padding-bottom: 80px !important;
  }
  .sm-pl-80,
  .sm-px-80 {
    padding-left: 80px !important;
  }
  .sm-pr-80,
  .sm-px-80 {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-85 {
    padding: 85px !important;
  }
  .sm-pt-85,
  .sm-py-85 {
    padding-top: 85px !important;
  }
  .sm-pb-85,
  .sm-py-85 {
    padding-bottom: 85px !important;
  }
  .sm-pl-85,
  .sm-px-85 {
    padding-left: 85px !important;
  }
  .sm-pr-85,
  .sm-px-85 {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-90 {
    padding: 90px !important;
  }
  .sm-pt-90,
  .sm-py-90 {
    padding-top: 90px !important;
  }
  .sm-pb-90,
  .sm-py-90 {
    padding-bottom: 90px !important;
  }
  .sm-pl-90,
  .sm-px-90 {
    padding-left: 90px !important;
  }
  .sm-pr-90,
  .sm-px-90 {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-95 {
    padding: 95px !important;
  }
  .sm-pt-95,
  .sm-py-95 {
    padding-top: 95px !important;
  }
  .sm-pb-95,
  .sm-py-95 {
    padding-bottom: 95px !important;
  }
  .sm-pl-95,
  .sm-px-95 {
    padding-left: 95px !important;
  }
  .sm-pr-95,
  .sm-px-95 {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-p-100 {
    padding: 100px !important;
  }
  .sm-pt-100,
  .sm-py-100 {
    padding-top: 100px !important;
  }
  .sm-pb-100,
  .sm-py-100 {
    padding-bottom: 100px !important;
  }
  .sm-pl-100,
  .sm-px-100 {
    padding-left: 100px !important;
  }
  .sm-pr-100,
  .sm-px-100 {
    padding-right: 100px !important;
  }
}
/*---------- 內間距 end ----------*/
/*---------- 按鈕 start ----------*/
.btn {
  background: #ffffff;
  min-width: 160px;
  height: 48px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid;
  padding: 10px 0;
  font-weight: 550;
  font-size: 16px;
  text-align: center;
}
.btn.btn-fill {
  border-color: #02293D;
  background-color: #02293D;
  color: #ffffff;
}
.btn.btn-fill:hover {
  -webkit-box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.btn.btn-fill.disabled, .btn.btn-fill.disabled:hover {
  border: none;
  pointer-events: none;
  color: #bdbdbd;
  background-color: #e7e7e7;
}
.btn.btn-hollow {
  background-color: #ffffff;
  color: #02293D;
  border-color: #02293D;
}
.btn.btn-hollow:hover, .btn.btn-hollow:active {
  color: #02293D;
  border-color: #02293D;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.2);
}
.btn.btn-hollow.disabled, .btn.btn-hollow.disabled:hover {
  border: none;
  pointer-events: none;
  color: #bdbdbd;
  background-color: #e7e7e7;
}
@media screen and (max-width: 540px) {
  .btn.btn-fill, .btn.btn-hollow {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .btn {
    min-width: calc(50% - 8px);
  }
}
@media all and (max-width: 320px) {
  .btn {
    min-width: 132px;
  }
}

/*---------- 按鈕 end ----------*/
/*---------- 按鈕包裝盒 ----------*/
.wrap-button {
  margin-top: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .wrap-button {
    margin-bottom: 24px;
  }
}

/*---------- 按鈕行為 start ----------*/
.action-area {
  direction: rtl;
}
.action-area .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 48px;
  border-radius: 6px;
  margin: 0 10px;
  text-align: center;
  color: #ffffff;
  border: none;
  background: #02293D;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.action-area .btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.action-area .btn.btn-back {
  color: #02293D;
  background: #ffffff;
  border: 1px solid #02293D;
}
@media screen and (max-width: 480px) {
  .action-area .btn {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .action-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .action-area {
    direction: ltr;
    display: block;
  }
}

/*---------- 按鈕行為 end ----------*/
/*---------- 圖示寬高 start ----------*/
.icon-size-12 {
  width: 12px;
  height: 12px;
}

.icon-size-13 {
  width: 13px;
  height: 13px;
}

.icon-size-14 {
  width: 14px;
  height: 14px;
}

.icon-size-15 {
  width: 15px;
  height: 15px;
}

.icon-size-16 {
  width: 16px;
  height: 16px;
}

.icon-size-17 {
  width: 17px;
  height: 17px;
}

.icon-size-18 {
  width: 18px;
  height: 18px;
}

.icon-size-19 {
  width: 19px;
  height: 19px;
}

.icon-size-20 {
  width: 20px;
  height: 20px;
}

.icon-size-21 {
  width: 21px;
  height: 21px;
}

.icon-size-22 {
  width: 22px;
  height: 22px;
}

.icon-size-23 {
  width: 23px;
  height: 23px;
}

.icon-size-24 {
  width: 24px;
  height: 24px;
}

.icon-size-25 {
  width: 25px;
  height: 25px;
}

.icon-size-26 {
  width: 26px;
  height: 26px;
}

.icon-size-27 {
  width: 27px;
  height: 27px;
}

.icon-size-28 {
  width: 28px;
  height: 28px;
}

.icon-size-29 {
  width: 29px;
  height: 29px;
}

.icon-size-30 {
  width: 30px;
  height: 30px;
}

.icon-size-31 {
  width: 31px;
  height: 31px;
}

.icon-size-32 {
  width: 32px;
  height: 32px;
}

.icon-size-33 {
  width: 33px;
  height: 33px;
}

.icon-size-34 {
  width: 34px;
  height: 34px;
}

.icon-size-35 {
  width: 35px;
  height: 35px;
}

.icon-size-36 {
  width: 36px;
  height: 36px;
}

.icon-size-37 {
  width: 37px;
  height: 37px;
}

.icon-size-38 {
  width: 38px;
  height: 38px;
}

.icon-size-39 {
  width: 39px;
  height: 39px;
}

.icon-size-40 {
  width: 40px;
  height: 40px;
}

.icon-size-41 {
  width: 41px;
  height: 41px;
}

.icon-size-42 {
  width: 42px;
  height: 42px;
}

.icon-size-43 {
  width: 43px;
  height: 43px;
}

.icon-size-44 {
  width: 44px;
  height: 44px;
}

.icon-size-45 {
  width: 45px;
  height: 45px;
}

.icon-size-46 {
  width: 46px;
  height: 46px;
}

.icon-size-47 {
  width: 47px;
  height: 47px;
}

.icon-size-48 {
  width: 48px;
  height: 48px;
}

.icon-size-49 {
  width: 49px;
  height: 49px;
}

.icon-size-50 {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 960px) {
  .m-icon-size-12 {
    width: 12px;
    height: 12px;
  }
  .m-icon-size-13 {
    width: 13px;
    height: 13px;
  }
  .m-icon-size-14 {
    width: 14px;
    height: 14px;
  }
  .m-icon-size-15 {
    width: 15px;
    height: 15px;
  }
  .m-icon-size-16 {
    width: 16px;
    height: 16px;
  }
  .m-icon-size-17 {
    width: 17px;
    height: 17px;
  }
  .m-icon-size-18 {
    width: 18px;
    height: 18px;
  }
  .m-icon-size-19 {
    width: 19px;
    height: 19px;
  }
  .m-icon-size-20 {
    width: 20px;
    height: 20px;
  }
  .m-icon-size-21 {
    width: 21px;
    height: 21px;
  }
  .m-icon-size-22 {
    width: 22px;
    height: 22px;
  }
  .m-icon-size-23 {
    width: 23px;
    height: 23px;
  }
  .m-icon-size-24 {
    width: 24px;
    height: 24px;
  }
  .m-icon-size-25 {
    width: 25px;
    height: 25px;
  }
  .m-icon-size-26 {
    width: 26px;
    height: 26px;
  }
  .m-icon-size-27 {
    width: 27px;
    height: 27px;
  }
  .m-icon-size-28 {
    width: 28px;
    height: 28px;
  }
  .m-icon-size-29 {
    width: 29px;
    height: 29px;
  }
  .m-icon-size-30 {
    width: 30px;
    height: 30px;
  }
  .m-icon-size-31 {
    width: 31px;
    height: 31px;
  }
  .m-icon-size-32 {
    width: 32px;
    height: 32px;
  }
  .m-icon-size-33 {
    width: 33px;
    height: 33px;
  }
  .m-icon-size-34 {
    width: 34px;
    height: 34px;
  }
  .m-icon-size-35 {
    width: 35px;
    height: 35px;
  }
  .m-icon-size-36 {
    width: 36px;
    height: 36px;
  }
  .m-icon-size-37 {
    width: 37px;
    height: 37px;
  }
  .m-icon-size-38 {
    width: 38px;
    height: 38px;
  }
  .m-icon-size-39 {
    width: 39px;
    height: 39px;
  }
  .m-icon-size-40 {
    width: 40px;
    height: 40px;
  }
  .m-icon-size-41 {
    width: 41px;
    height: 41px;
  }
  .m-icon-size-42 {
    width: 42px;
    height: 42px;
  }
  .m-icon-size-43 {
    width: 43px;
    height: 43px;
  }
  .m-icon-size-44 {
    width: 44px;
    height: 44px;
  }
  .m-icon-size-45 {
    width: 45px;
    height: 45px;
  }
  .m-icon-size-46 {
    width: 46px;
    height: 46px;
  }
  .m-icon-size-47 {
    width: 47px;
    height: 47px;
  }
  .m-icon-size-48 {
    width: 48px;
    height: 48px;
  }
  .m-icon-size-49 {
    width: 49px;
    height: 49px;
  }
  .m-icon-size-50 {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-icon-size-12 {
    width: 12px;
    height: 12px;
  }
  .mobile-icon-size-13 {
    width: 13px;
    height: 13px;
  }
  .mobile-icon-size-14 {
    width: 14px;
    height: 14px;
  }
  .mobile-icon-size-15 {
    width: 15px;
    height: 15px;
  }
  .mobile-icon-size-16 {
    width: 16px;
    height: 16px;
  }
  .mobile-icon-size-17 {
    width: 17px;
    height: 17px;
  }
  .mobile-icon-size-18 {
    width: 18px;
    height: 18px;
  }
  .mobile-icon-size-19 {
    width: 19px;
    height: 19px;
  }
  .mobile-icon-size-20 {
    width: 20px;
    height: 20px;
  }
  .mobile-icon-size-21 {
    width: 21px;
    height: 21px;
  }
  .mobile-icon-size-22 {
    width: 22px;
    height: 22px;
  }
  .mobile-icon-size-23 {
    width: 23px;
    height: 23px;
  }
  .mobile-icon-size-24 {
    width: 24px;
    height: 24px;
  }
  .mobile-icon-size-25 {
    width: 25px;
    height: 25px;
  }
  .mobile-icon-size-26 {
    width: 26px;
    height: 26px;
  }
  .mobile-icon-size-27 {
    width: 27px;
    height: 27px;
  }
  .mobile-icon-size-28 {
    width: 28px;
    height: 28px;
  }
  .mobile-icon-size-29 {
    width: 29px;
    height: 29px;
  }
  .mobile-icon-size-30 {
    width: 30px;
    height: 30px;
  }
  .mobile-icon-size-31 {
    width: 31px;
    height: 31px;
  }
  .mobile-icon-size-32 {
    width: 32px;
    height: 32px;
  }
  .mobile-icon-size-33 {
    width: 33px;
    height: 33px;
  }
  .mobile-icon-size-34 {
    width: 34px;
    height: 34px;
  }
  .mobile-icon-size-35 {
    width: 35px;
    height: 35px;
  }
  .mobile-icon-size-36 {
    width: 36px;
    height: 36px;
  }
  .mobile-icon-size-37 {
    width: 37px;
    height: 37px;
  }
  .mobile-icon-size-38 {
    width: 38px;
    height: 38px;
  }
  .mobile-icon-size-39 {
    width: 39px;
    height: 39px;
  }
  .mobile-icon-size-40 {
    width: 40px;
    height: 40px;
  }
  .mobile-icon-size-41 {
    width: 41px;
    height: 41px;
  }
  .mobile-icon-size-42 {
    width: 42px;
    height: 42px;
  }
  .mobile-icon-size-43 {
    width: 43px;
    height: 43px;
  }
  .mobile-icon-size-44 {
    width: 44px;
    height: 44px;
  }
  .mobile-icon-size-45 {
    width: 45px;
    height: 45px;
  }
  .mobile-icon-size-46 {
    width: 46px;
    height: 46px;
  }
  .mobile-icon-size-47 {
    width: 47px;
    height: 47px;
  }
  .mobile-icon-size-48 {
    width: 48px;
    height: 48px;
  }
  .mobile-icon-size-49 {
    width: 49px;
    height: 49px;
  }
  .mobile-icon-size-50 {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .sm-icon-size-12 {
    width: 12px;
    height: 12px;
  }
  .sm-icon-size-13 {
    width: 13px;
    height: 13px;
  }
  .sm-icon-size-14 {
    width: 14px;
    height: 14px;
  }
  .sm-icon-size-15 {
    width: 15px;
    height: 15px;
  }
  .sm-icon-size-16 {
    width: 16px;
    height: 16px;
  }
  .sm-icon-size-17 {
    width: 17px;
    height: 17px;
  }
  .sm-icon-size-18 {
    width: 18px;
    height: 18px;
  }
  .sm-icon-size-19 {
    width: 19px;
    height: 19px;
  }
  .sm-icon-size-20 {
    width: 20px;
    height: 20px;
  }
  .sm-icon-size-21 {
    width: 21px;
    height: 21px;
  }
  .sm-icon-size-22 {
    width: 22px;
    height: 22px;
  }
  .sm-icon-size-23 {
    width: 23px;
    height: 23px;
  }
  .sm-icon-size-24 {
    width: 24px;
    height: 24px;
  }
  .sm-icon-size-25 {
    width: 25px;
    height: 25px;
  }
  .sm-icon-size-26 {
    width: 26px;
    height: 26px;
  }
  .sm-icon-size-27 {
    width: 27px;
    height: 27px;
  }
  .sm-icon-size-28 {
    width: 28px;
    height: 28px;
  }
  .sm-icon-size-29 {
    width: 29px;
    height: 29px;
  }
  .sm-icon-size-30 {
    width: 30px;
    height: 30px;
  }
  .sm-icon-size-31 {
    width: 31px;
    height: 31px;
  }
  .sm-icon-size-32 {
    width: 32px;
    height: 32px;
  }
  .sm-icon-size-33 {
    width: 33px;
    height: 33px;
  }
  .sm-icon-size-34 {
    width: 34px;
    height: 34px;
  }
  .sm-icon-size-35 {
    width: 35px;
    height: 35px;
  }
  .sm-icon-size-36 {
    width: 36px;
    height: 36px;
  }
  .sm-icon-size-37 {
    width: 37px;
    height: 37px;
  }
  .sm-icon-size-38 {
    width: 38px;
    height: 38px;
  }
  .sm-icon-size-39 {
    width: 39px;
    height: 39px;
  }
  .sm-icon-size-40 {
    width: 40px;
    height: 40px;
  }
  .sm-icon-size-41 {
    width: 41px;
    height: 41px;
  }
  .sm-icon-size-42 {
    width: 42px;
    height: 42px;
  }
  .sm-icon-size-43 {
    width: 43px;
    height: 43px;
  }
  .sm-icon-size-44 {
    width: 44px;
    height: 44px;
  }
  .sm-icon-size-45 {
    width: 45px;
    height: 45px;
  }
  .sm-icon-size-46 {
    width: 46px;
    height: 46px;
  }
  .sm-icon-size-47 {
    width: 47px;
    height: 47px;
  }
  .sm-icon-size-48 {
    width: 48px;
    height: 48px;
  }
  .sm-icon-size-49 {
    width: 49px;
    height: 49px;
  }
  .sm-icon-size-50 {
    width: 50px;
    height: 50px;
  }
}
/*---------- 圖示寬高 end ----------*/
/*---------- 圖示預設及路徑 start ----------*/
.icon-default {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  background-size: 100%;
}
.icon-default.icon-month-bull {
  background-image: url("../../../Cube/images/icon/icon-month-bull.svg");
}
.icon-default.icon-single-bill {
  background-image: url("../../../Cube/images/icon/icon-single-bill.svg");
}
.icon-default.icon-warning {
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 8px;
  vertical-align: text-top;
  background-image: url("../../../Cube/images/icon/icon-warning.svg");
}
.icon-default.icon-complete {
  margin: 8px 8px 8px 0;
  background-image: url("../../../Cube/images/icon/icon-computed.svg");
}
.icon-default.icon-error {
  margin: 8px 8px 8px 0;
  background-image: url("../../../Cube/images/icon/icon-error.svg");
}

/*---------- 圖示預設及路徑 start ----------*/
/*---------- header start ----------*/
.header {
  -webkit-box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.header .wrap {
  height: 74px;
  padding: 0 28px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .header .wrap {
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.header .header-logo {
  width: 189.68px;
  height: 34px;
  background-image: url("../../../Cube/images/base/header-logo-desk.svg");
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .header .header-logo {
    width: 211.69px;
    height: 32px;
    background-image: url("../../../Cube/images/base/header-logo-tb.svg");
  }
}
@media screen and (max-width: 480px) {
  .header .header-logo {
    width: 32.67px;
    height: 24px;
    background-image: url("../../../Cube/images/base/header-logo-mb.svg");
  }
}
.header .header-title {
  font-size: 22px;
  font-weight: 550;
  color: #02293D;
}
@media screen and (max-width: 960px) {
  .header .header-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.15);
  }
}

/*---------- header end ----------*/
/*---------- footer start ----------*/
.footer {
  background-image: linear-gradient(119deg, #72C361 0%, #4FB980 100%);
  font-weight: 375;
  padding-top: 4px;
}
.footer .wrap {
  padding: 24px 28px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .footer .wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .footer .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer .footer-warring {
  background-color: #ffffff;
}
.footer .footer-warring .footer-warring-title {
  letter-spacing: 5.4px;
  margin-bottom: 8px;
}
.footer .footer-warring .footer-warring-info {
  color: #5C5C5C;
}
.footer .footer-copyright {
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#72C361", endColorstr="#4FB980",GradientType=0 );
  padding: 24px 0;
}

/*---------- footer end ----------*/
/*---------- 六角形 banner start ----------*/
.aside-banner {
  position: relative;
  top: 0px;
  left: 0;
  z-index: 1;
  margin-right: 0;
  width: 278px;
  -webkit-transform: translateX(-13%);
          transform: translateX(-13%);
  pointer-events: none;
}
.aside-banner .aside-hex {
  overflow: hidden;
  display: inline-block;
  margin: 66px auto 0;
  width: 352.5px;
  height: 306px;
  -webkit-transform: rotate(-30deg) skewX(30deg) scale(0.9);
          transform: rotate(-30deg) skewX(30deg) scale(0.9);
  border-radius: 20px;
}
.aside-banner .aside-hex *, .aside-banner .aside-hex *:before {
  display: block;
  overflow: hidden;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.aside-banner .aside-hex-inner {
  -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
          transform: skewX(-30deg) rotate(60deg) skewX(30deg);
  cursor: pointer;
}
.aside-banner .aside-hex-bg {
  -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
          transform: skewX(-30deg) rotate(60deg) skewX(30deg);
  background-color: #cccccc;
}
.aside-banner .aside-hex-bg:before {
  content: "";
  -webkit-transform: skewX(-30deg) rotate(-90deg) scale(1.14);
          transform: skewX(-30deg) rotate(-90deg) scale(1.14);
  background-size: contain;
  background-position: center;
}
.aside-banner .aside-hex-bg.aside-hex-bg-intro-card-patch:before {
  background-image: url("../images/intro/mask-people.png");
}
@media screen and (max-width: 960px) {
  .aside-banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: none;
            transform: none;
  }
  .aside-banner .aside-hex {
    width: 310px;
    height: 269px;
    margin: 0;
    margin-left: -41px;
  }
  .aside-banner .aside-content {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .aside-banner .aside-content h3 {
    color: #02293D;
  }
  .aside-banner .aside-content h3 p {
    margin-top: 4px;
  }
}
@media screen and (max-width: 576px) {
  .aside-banner .aside-hex {
    width: 210px;
    height: 180px;
    margin-left: -31px;
  }
  .aside-banner .aside-content {
    max-width: 155px;
  }
  .aside-banner .aside-content h3 p {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .aside-banner .aside-hex {
    width: 190px;
    height: 165px;
    margin-left: -28px;
  }
}
@media all and (max-width: 370px) {
  .aside-banner .aside-hex {
    width: 180px;
    height: 155px;
  }
  .aside-banner .aside-content h3 {
    font-size: 16px;
  }
  .aside-banner .aside-content h3 p {
    font-size: 14px;
  }
}

/*---------- 六角形 banner end ----------*/
/*---------- 主包裝 start ----------*/
body {
  font-family: "NotoSansTC-VariableFont", "微軟正黑體", sans-serif;
  line-height: 1.6;
  background: #f5f5f5;
  width: 100%;
  max-width: 100%;
  will-change: scroll-position;
  padding-right: 0px;
  font-size: 1em;
}

.main {
  min-height: calc(100vh - 277px);
  padding-bottom: 80px;
}
.main.intro-main {
  min-height: calc(100vh - 265px);
}


.wrap {
  max-width: 1224px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 1280px) {
  .wrap {
    max-width: 936px;
  }
}
@media screen and (max-width: 960px) {
  .wrap {
    padding: 0 28px;
  }
}
@media screen and (max-width: 540px) {
  .wrap {
    padding: 0 20px;
  }
}

.section {
  margin: 0 auto;
  padding: 0 28px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.section .wrap {
  padding: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.section .form {
  width: 100%;
  padding: 0 76px;
}
@media screen and (max-width: 1280px) {
  .section {
    max-width: 936px;
  }
}
@media screen and (max-width: 960px) {
  .section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section .form {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding: 0 20px;
  }
  .section .wrap {
    padding: 16px;
  }
}

/*---------- 主包裝 end ----------*/
/*---------- 陳列方式 start ----------*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.hidden {
  display: none;
}

.hidden-pc {
  display: none;
}

.veil {
  visibility: hidden;
  position: absolute;
  left: -99999px;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

@media screen and (max-width: 960px) {
  .m-align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (max-width: 960px) {
  .hidden-pc {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .min-d-block {
    display: block;
  }
  .hidden-min-phone {
    display: none;
  }
  .min-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .min-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .min-justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .sm-justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*---------- 陳列方式 end ----------*/
/*---------- 元素呈現 start ----------*/
a,
a:active,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

label {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #D9D9D9;
}

button, select {
  text-transform: none;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-webkit-input-placeholder {
  color: #707070;
}

input::-moz-placeholder {
  color: #707070;
}

input:-ms-input-placeholder {
  color: #707070;
}

input::-ms-input-placeholder {
  color: #707070;
}

html, button, input::placeholder, select, textarea {
  color: #707070;
}

[hidden], template {
  display: none;
}

/*---------- 元素呈現 end ----------*/
/*---------- 表單相關陳列 start ----------*/
form, .form {
  margin: 0 auto;
}
form input, form textarea, .form input, .form textarea {
  padding-right: 30px;
  font-size: 16px;
}
form .error-msg, .form .error-msg {
  display: block;
  color: #BC0000;
  font-size: 14px;
  width: 100%;
  margin-top: 5px;
  font-weight: bold;
}
form .help-block, .form .help-block {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  form .help-block, .form .help-block {
    margin-bottom: 16px;
  }
}

label.error, .select-error {
  color: #BC0000;
  display: block;
  font-size: 14px;
  font-weight: 375;
  margin-top: 8px;
}

.label-optional {
  border-radius: 4px;
  background-color: #E7E7E7;
  color: #5c5c5c;
  margin-left: 8px;
  padding: 1px 6px 2px;
  word-break: keep-all;
}

.input-group-captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.input-group-captcha img {
  min-width: 128px;
  height: 48px;
  margin: 0 24px;
}
.input-group-captcha .btn {
  min-width: 128px;
  white-space: nowrap;
  height: 48px;
  margin: 0;
  font-weight: 550;
  border-radius: 6px;
  border: 1px solid #02293D;
  opacity: 1;
}
.input-group-captcha .btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.input-group-captcha .btn span {
  color: #02293D;
}
@media screen and (max-width: 960px) {
  .input-group-captcha .btn {
    width: auto;
    padding: 5px 0;
    line-height: 36px;
  }
}
@media all and (max-width: 610px) {
  .input-group-captcha {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .input-group-captcha input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 49%;
            flex: 1 1 49%;
  }
  .input-group-captcha img {
    max-width: 120px;
    min-width: auto;
    margin-left: 16px;
    margin-right: 0;
  }
  .input-group-captcha .btn {
    width: 100%;
    margin-top: 12px;
  }
}
@media all and (max-width: 355px) {
  .input-group-captcha input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .input-group-captcha img {
    margin-left: 0;
    margin-top: 12px;
  }
}

.input-group-msg-captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: 0;
  left: 0;
}
.input-group-msg-captcha .prefix-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 260px;
}
.input-group-msg-captcha .has-prefix-code {
  padding-left: 80px;
}
.input-group-msg-captcha .prefix-code {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #5C5C5C;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.input-group-msg-captcha .btn.btn-fill {
  margin-left: 24px;
}
.input-group-msg-captcha .btn.btn-fill:disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-group-msg-captcha ul {
  margin: 34px 0 0;
  list-style: auto;
  padding-left: 16px;
  color: #707070;
}
.input-group-msg-captcha .progress-overlay-box {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.input-group-msg-captcha .progress-overlay-box:disabled {
  background-color: #e7e7e7;
  border-color: #e7e7e7;
  color: #bdbdbd;
}
.input-group-msg-captcha .progress-overlay-box.progress-overlay-completed {
  color: #ffffff;
  background-color: #02293D;
  -webkit-transition: color 0.15s 0.05s ease-in-out;
  transition: color 0.15s 0.05s ease-in-out;
}
.input-group-msg-captcha .progress-overlay-box.progress-overlay-completed .progress-overlay {
  opacity: 0;
}
.input-group-msg-captcha .progress-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #02293D;
  opacity: 0.3;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 5s linear;
  transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
  transition: transform 5s linear, -webkit-transform 5s linear;
  pointer-events: none;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.input-group-msg-captcha .progress-text-clip {
  font-weight: bold;
  color: transparent;
  background-size: 200% 100%;
  background-position: right;
  background-clip: text, padding-box;
  -webkit-background-clip: text, padding-box;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #e7e7e7), color-stop(50%, #ffffff)), -webkit-gradient(linear, left top, right top, color-stop(50%, #02293D), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #e7e7e7 50%, #ffffff 50%), linear-gradient(to right, #02293D 50%, transparent 50%);
  background-color: #02293D;
  -webkit-transition: none;
  transition: none;
}
.input-group-msg-captcha .progress-text-clip:disabled {
  border: none;
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #bdbdbd)), -webkit-gradient(linear, left top, right top, color-stop(50%, #02293D), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ffffff 50%, #bdbdbd 50%), linear-gradient(to right, #02293D 50%, transparent 50%);
}
@media screen and (max-width: 540px) {
  .input-group-msg-captcha .btn.btn-fill {
    min-width: 120px;
    margin-left: 16px;
  }
}
@media all and (max-width: 370px) {
  .input-group-msg-captcha .prefix-box {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .input-group-msg-captcha .btn.btn-fill {
    min-width: 100%;
    margin-left: 0;
  }
}

/*---------- 表單相關陳列 end ----------*/
/*---------- input 輸入相關 start ----------*/
input:not([type=range]):not([type=color]) {
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
}

input[type=text], input[type=search], input[type=date], input[type=tel], input[type=password], input[type=email], input[type=file], .textbox {
  width: 100%;
  padding: 0 12px;
  height: 48px;
  line-height: 38px;
  color: #373737;
  border: 1px solid #898989;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 375;
}
input[type=text]:hover,input[type=tel]:hover{
  border: 1px solid var(--gray-gray-7005-c-5-c-5-c, #5C5C5C);
  background: var(--opacity-black-4, rgba(0, 0, 0, 0.04));
}
 input[type=text]:focus, input[type=search]:hover, input[type=search]:focus, input[type=date]:hover, input[type=date]:focus, input[type=tel]:focus, input[type=password]:hover, input[type=password]:focus, input[type=email]:hover, input[type=email]:focus, input[type=file]:hover, input[type=file]:focus, .textbox:hover, .textbox:focus {
  border: 1px solid #1D9C58;
  outline: 1px solid #1D9C58;
  -webkit-transition: border 0.05s 0.1s ease-in-out, outline 0.05s 0.1s ease-in-out;
  transition: border 0.05s 0.1s ease-in-out, outline 0.05s 0.1s ease-in-out;
  background-color: #fff;
}
input[type=text].error, input[type=search].error, input[type=date].error, input[type=tel].error, input[type=password].error, input[type=email].error, input[type=file].error, .textbox.error {
  border: 1px solid #EC5555;
  outline: none;
}
input[type=text][readonly], input[type=search][readonly], input[type=date][readonly], input[type=tel][readonly], input[type=password][readonly], input[type=email][readonly], input[type=file][readonly], .textbox[readonly] {
  border-color: rgba(137, 137, 137, 0.5);
  background-color: #f5f5f5;
}
input[type=text][readonly]:hover, input[type=text][readonly]:focus, input[type=search][readonly]:hover, input[type=search][readonly]:focus, input[type=date][readonly]:hover, input[type=date][readonly]:focus, input[type=tel][readonly]:hover, input[type=tel][readonly]:focus, input[type=password][readonly]:hover, input[type=password][readonly]:focus, input[type=email][readonly]:hover, input[type=email][readonly]:focus, input[type=file][readonly]:hover, input[type=file][readonly]:focus, .textbox[readonly]:hover, .textbox[readonly]:focus {
  border-color: rgba(137, 137, 137, 0.5);
  outline: none;
  -webkit-transition: none;
  transition: none;
}

.input-group + .input-group {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .input-group + .input-group {
    margin-top: 16px;
  }
}

.input-group-label {
  width: 100%;
  padding: 11px 0;
  color: #373737;
  pointer-events: none;
}

.input-group-control {
  min-height: 48px;
}

.radiobox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 540px) {
  .radiobox-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.radiobox-wrap.radiobox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.radiobox-wrap.radiobox-column .radiobox {
  margin-bottom: 5px;
}
.radiobox-wrap.radiobox-wrap-four {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radiobox-wrap.radiobox-wrap-four .radiobox {
  width: calc(25% - 6px);
}
.radiobox-wrap.radiobox-wrap-four .radiobox:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .radiobox-wrap.radiobox-wrap-four .radiobox {
    width: 100%;
  }
}
.radiobox-wrap .radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #373737;
  cursor: pointer;
  width: 100%;
  margin-right: 24px;
  position: relative;
  top: 0;
  left: 0;
}
.radiobox-wrap .radiobox.radiobox-icon-collapse label {
  cursor: pointer;
}
.radiobox-wrap .radiobox.radiobox-icon-collapse label:before {
  top: 22px;
  left: 12px;
}
.radiobox-wrap .radiobox.radiobox-icon-collapse label:after {
  top: 29px;
  left: 19px;
}
.radiobox-wrap .radiobox:last-child {
  margin-right: 0;
}
.radiobox-wrap .radiobox .default-unit {
  color: #000000;
}
.radiobox-wrap .radiobox .cub-list {
  margin-left: -18px;
}
.radiobox-wrap .radiobox .cub-list > li:before {
  position: absolute;
}
.radiobox-wrap .radiobox label {
  width: 100%;
  padding: 9px 0px 9px 33px;
  border: 1px solid #898989;
  background: #ffffff;
  line-height: 22px;
  text-align: left;
  border-radius: 6px;
}

.radiobox-wrap .radiobox label:hover {
  border: 2px solid #1D9C58;;
}
.radiobox-wrap .radiobox label:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 6px;
  background-color: #ffffff;
  color: #373737;
  border: 2px solid #898989;
  border-radius: 50%;
}
.radiobox-wrap .radiobox input:checked ~ label {
  color: #373737;
  background-color: #ffffff;
  border: 2px solid #1D9C58;;
}
.radiobox-wrap .radiobox input:checked ~ label:before {
  background-color: #1D9C58;
  border-color: #1D9C58;
}
.radiobox-wrap .radiobox input:checked ~ label:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
}
.radiobox-wrap .radiobox input:disabled ~ label:hover,
.radiobox-wrap .radiobox input.disabled ~ label:hover {
  border: 1px solid #bcbcbc;
}
.radiobox-wrap .radiobox input:disabled ~ label::before,
.radiobox-wrap .radiobox input:disabled ~ label,
.radiobox-wrap .radiobox input.disabled ~ label::before,
.radiobox-wrap .radiobox input.disabled ~ label {
  background: #D9D9D9;
  color: #373737;
  pointer-events: none;
}

/*---------- input 輸入相關 end ----------*/
/*---------- select 下拉選單 start ----------*/
select.fancyformSelect.error + .transformSelect span {
  border: 1px solid #EC5555;
  outline: none;
}

.trans-form-select-container .transformSelect {
  width: 100%;
}

.transformSelect {
  clear: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.transformSelect:before, .transformSelect:after {
  content: "";
  display: table;
}
.transformSelect li {
  position: relative;
  list-style: none;
}
.transformSelect li.open span, .transformSelect li:hover span {
 
  border: 1px solid var(--gray-gray-7005-c-5-c-5-c, #5C5C5C);
  background-color: var(--opacity-black-4, rgba(0, 0, 0, 0.04));
}
.transformSelect span, .transformSelect input[type=text] {
  background: #ffffff no-repeat url("../../../Cube/images/icon/icon-trans-form-select-down.png") 98% center;
  background-size: 24px;
  border: 1px solid #898989;
  color: #373737;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  top: 0;
  line-height: 24px;
  padding-right: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 15px;
  border-radius: 6px;
  font-weight: 375;
  height: 48px;
}



@media screen and (max-width: 960px) {
  .transformSelect {
    width: 100%;
  }
}

.transformSelectDropdown {
  border: 1px solid #f5f5f5;
  border-top: none;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0;
  max-height: 192px;
  overflow: auto;
  border-radius: 6px;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.transformSelectDropdown li {
  list-style: none;
}
.transformSelectDropdown li:first-child {
  display: none;
}
.transformSelectDropdown span {
  padding: 7px 15px;
  cursor: pointer;
  display: block;
}
.transformSelectDropdown span:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #373737;
}

/*---------- select 下拉選單 end ----------*/
/*---------- 表格相關陳列 start ----------*/
.table-responsive {
  padding: 6px 0 8px;
}
.table-responsive table {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  border-collapse: separate;
}
.table-responsive thead {
  background-color: #f5f5f5;
}
.table-responsive th {
  background-color: #f5f5f5;
  vertical-align: middle;
  word-break: break-all;
  border-bottom: 1px solid #D9D9D9;
  padding: 13px 8px;
  min-width: 65px;
}
.table-responsive th:not(:last-child) {
  border-right: 1px solid #D9D9D9;
}
.table-responsive th:first-child {
  border-top-left-radius: 6px;
}
.table-responsive th:last-child {
  border-top-right-radius: 6px;
}
.table-responsive tr {
  background-color: #f5f5f5;
}
.table-responsive tr:nth-child(odd) {
  background-color: #ffffff;
}
.table-responsive tr:nth-child(odd) td {
  background-color: #ffffff;
}
.table-responsive tr.total td {
  background-color: #ffffff;
}
.table-responsive tr:last-child td {
  border-bottom: none;
}
.table-responsive tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.table-responsive tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
@media screen and (max-width: 960px) {
  .table-responsive tr {
    background-color: #ffffff;
  }
}
.table-responsive td {
  vertical-align: middle;
  word-break: break-all;
  font-weight: 375;
  padding: 13px 8px;
  border-bottom: 1px solid #D9D9D9;
}
.table-responsive td[data-title]:not(.td-select) {
  word-wrap: break-word;
}
.table-responsive td:not(:last-child) {
  border-right: 1px solid #D9D9D9;
}

@media screen and (max-width: 960px) {
  .table-th-data.table {
    border: none;
    border: 0;
    border-spacing: 0;
  }
  .table-th-data thead {
    display: none;
  }
  .table-th-data tbody {
    display: block;
  }
  .table-th-data tbody td {
    display: table-row;
    font-weight: 550;
  }
  .table-th-data tbody td > span:not(.select2) {
    display: table-cell;
    padding: 15px 12px 15px 5px;
    text-align: right;
    border-bottom: 1px solid #D9D9D9;
    border-top-right-radius: 6px;
    vertical-align: middle;
    white-space: normal;
  }
  .table-th-data tbody td:before {
    content: attr(data-title);
    display: table-cell;
    padding: 15px 0 15px 12px;
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
    font-weight: 375;
    white-space: pre-wrap;
    width: 50%;
  }
  .table-th-data tbody td:first-child:before {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .table-th-data tbody td:last-child {
    border-bottom: 0;
    border-radius: 6px;
  }
  .table-th-data tbody td:last-child:not(.td-last-Keep-attr):before {
    display: table-cell;
    width: 100px;
  }
  .table-th-data tbody td:last-child:before, .table-th-data tbody td:last-child > :last-child {
    border-bottom: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .table-th-data tbody td[data-title-none]:last-child {
    display: block;
    width: 200%;
    padding: 12px;
  }
  .table-th-data tbody td[data-title-none]:last-child span {
    display: inline;
  }
  .table-th-data tbody td[data-title-none]:last-child:before {
    display: none;
  }
  .table-th-data tr {
    display: table;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    margin-bottom: 8px;
  }
  .table-th-data tr:last-child {
    margin-bottom: 0;
  }
}

/*---------- 表格相關陳列 end ----------*/
/*---------- 自定義元件樣式 start ----------*/
/*---------- 連結 ----------*/
.link {
  color: #1D9C58;
  text-decoration: underline;
}

/*---------- 倒數計時器 & 上一頁 ----------*/
.countdown-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  padding: 12px 0;
  max-width: 1224px;
  margin: 0 auto;
}
.countdown-box .back-box a {
  position: relative;
  top: 0;
  left: 0;
  color: #707070;
}
.countdown-box .back-box a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../../../Cube/images/icon/icon-go-back.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .countdown-box {
    max-width: 936px;
  }
}
@media screen and (max-width: 960px) {
  .countdown-box {
    padding: 8px 0;
  }
}
@media screen and (max-width: 480px) {
  .countdown-box {
    display:block;
  }
}

/*---------- 替換開頭順序文本(data-sequence) ----------*/
.cub-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cub-list > li {
  position: relative;
  padding-left: 35px;
}
.cub-list > li:before {
  content: attr(data-sequence);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.cub-list.cub-list-sequence > li {
  padding: 0;
}
.cub-list.cub-list-sequence > li:before {
  display: inline-block;
  position: static;
}

/*---------- checkbox 條款書 ----------*/
.agreement .agreement-checkbox .agreement-check-input ~ .agreement-check-label:before {
  border-color: #898989;
}
.agreement .agreement-checkbox .agreement-check-input:checked ~ .agreement-check-label:before {
  background: #1D9C58;
  border-color: #1D9C58;
}
.agreement .agreement-checkbox .agreement-check-input:checked ~ .agreement-check-label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 11px;
  height: 7px;
  -webkit-transform: rotate(313deg);
  transform: rotate(310deg);
  border-radius: 1px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #ffffff;
}
.agreement .agreement-checkbox .agreement-check-label {
  position: relative;
  top: 0;
  left: 0;
}
.agreement .agreement-checkbox .agreement-check-label:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 5px;
}
.agreement .accordion-form {
  background-color: #f5f5f5;
  border-radius: 6px;
}
.agreement .accordion-form + .accordion-form {
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .agreement .accordion-form + .accordion-form {
    margin-top: 12px;
  }
}
.agreement .accordion-form .accordion-form-title {
  padding: 16px 24px;
  position: relative;
  top: 0;
  left: 0;
}
.agreement .accordion-form .accordion-form-title:before, .agreement .accordion-form .accordion-form-title:after {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.agreement .accordion-form .accordion-form-title:before {
  content: "展開";
  font-size: 14px;
  font-weight: 550;
  color: #707070;
  right: 48px;

}
.agreement .accordion-form .accordion-form-title:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../../../Cube/images/icon/icon-plus.svg");
  background-size: 20px;
  background-position: 0 0;
  right: 24px;
  top: 0;
}
.agreement .accordion-form .accordion-form-title.active {
  border-bottom: 1px solid #D9D9D9;
}
.agreement .accordion-form .accordion-form-title.active:before {
  content: "收起";
}
.agreement .accordion-form .accordion-form-title.active:after {
  background-position: 0 20px;
  background-image: url("../../../Cube/images/icon/icon-minus.svg");
}
.agreement .accordion-form .accordion-form-title.active + .accordion-form-content {
  padding: 20px 24px;
  height: auto;
}

.agreement .accordion-form .accordion-form-content {
  padding: 0;
  height: 0;
  max-height: 432px;
  overflow-y: scroll;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media screen and (max-width: 480px) {
  .agreement .accordion-form .accordion-form-title {
    padding: 16px 16px;
  }
  .agreement .accordion-form .accordion-form-title:before, .agreement .accordion-form .accordion-form-title.active:before  {
    content: "";
  }
  .agreement .accordion-form .accordion-form-content {
    max-height: 360px;
  }
  .agreement .accordion-form .accordion-form-title.active + .accordion-form-content {
    padding: 16px 16px;
  }
}

/*---------- progress bar ----------*/
.progress-bar {
  padding: 30px 170px 50px 160px;
  margin: 0 auto 17px;
}
@media screen and (max-width: 1280px) {
  .progress-bar {
    max-width: 960px;
    padding: 30px 150px 50px 140px;
  }
}
@media screen and (max-width: 960px) {
  .progress-bar {
    padding: 30px 40px 15px 40px;
  }
}

.progress-bar-track {
  background: #bdbdbd;
  height: 2px;
}

.progress-bar-number {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #bdbdbd;
  margin-top: -7.5px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: -10px;
  color: #bdbdbd;
  font-weight: 550;
  z-index: 1;
  font-size: 14px;
  font-family: Arial;
  text-indent: -9999px;
}

.progress-bar-desc {
  width: 130px;
  text-align: center;
  margin-right: -65px;
  position: absolute;
  right: 0;
  top: 22px;
  color: #bdbdbd;
  font-size: 18px;
  font-weight: 550;
}
@media screen and (max-width: 960px) {
  .progress-bar-desc {
    display: none;
  }
}

.progress-bar-mobileTitle {
  display: none;
  font-size: 18px;
  font-weight: 550;
  text-align: center;
  color: #373737;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .progress-bar-mobileTitle {
    display: block;
  }
}

.progress-bar-steps {
  margin: 0;
  padding: 0;
}
.progress-bar-steps .progress-bar-step {
  float: left;
  list-style: none;
  position: relative;
  height: 35px;
}
.progress-bar-steps .progress-bar-step.active:before, .progress-bar-steps .progress-bar-step.prev:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #1D9C58;
  z-index: 0;
  position: absolute;
  top: -2px;
}
.progress-bar-steps .progress-bar-step.active {
  left: 6px;
}
.progress-bar-steps .progress-bar-step.active .progress-bar-number {
  color: #ffffff;
  background: #1D9C58;
  width: 24px;
  height: 24px;
  margin-top: -12.5px;
  line-height: 24px;
  top: 0px;
  font-size: 12px;
  text-indent: 0;
}
.progress-bar-steps .progress-bar-step.active .progress-bar-desc {
  margin-right: -65px;
  color: #373737;
}

.prev .progress-bar-desc {
  color: #bdbdbd;
}
.prev .progress-bar-number {
  background: #1D9C58;
  color: #1D9C58;
}
.prev .progress-bar-number:before {
  content: "";
  position: absolute;
  width: 20px;
  top: 12px;
  left: 10px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

/*---------- 告示牌 ----------*/
.cube-bg.cube-qr-box {
  
  margin: 0 76px;
}
@media all and (max-width: 960px) {
  .cube-bg.cube-qr-box { margin: 0;}
}

.cube-bg.cube-qr-box .cube-bg-title {
  padding-left: 0;
}
@media all and (max-width: 576px) {
  .cube-bg.cube-qr-box .cube-bg-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .cube-bg.cube-qr-box .cube-bg-title img {
    margin: 0 auto 5px;
  }
  .cube-bg.cube-qr-box .cube-bg-title .cube-qr-box-text {
    margin-bottom: 16px;
  }
  .cube-bg.cube-qr-box .cube-bg-title .btn {
    min-width: 160px;
    margin: 0 auto;
  }
}
.cube-bg .bg-billboard {
  padding: 16px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
}
.cube-bg .bg-billboard.bg-warning {
  background-color: #FFF3E6;
  border-color: #FFD19D;
}
.cube-bg .bg-billboard.bg-danger {
  background-color: #FDF2F2;
  border-color: #FACFCF;
}
.cube-bg .bg-billboard.bg-complete {
  background-color: #e9f8f0;
  border-color: #ade6c7;
}
.cube-bg .cube-bg-title {
  color: #373737;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 30px;
}

/*---------- 圓形數列表 ----------*/
.rounded-list {
  font-family: Roboto, sans-serif;
  background-color: #5C5C5C;
  color: #ffffff;
  border-radius: 50%;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

/*---------- 客戶打分數評鑑 ----------*/
.nfs {
  margin-bottom: 24px;
}
.nfs .wrap {
  margin-bottom: 0;
}
.nfs .nfs-box {
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background-color: #e7e7e7;
  padding: 16px 24px;
}
@media screen and (max-width: 540px) {
  .nfs {
    margin-bottom: 20px;
  }
  .nfs .nfs-box {
    padding: 16px;
  }
  .nfs .nfs-text {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .nfs .action-area {
    min-width: 160px;
  }
}

/*---------- gotop ----------*/
.gotop {
  position: fixed;
  display: none;
  width: 42px;
  height: 42px;
  background-image: url("../../../Cube/images/base/gotop.png");
  background-size: cover;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
@media screen and (max-width: 960px) {
  .gotop {
    bottom: 80px;
  }
}

/*---------- 自定義元件樣式 end ----------*/
/*---------- share end ----------*/
/*---------- plugins start ----------*/
/*---------- 套件彈窗(bootstrap modal)相關 ----------*/
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 960px) {
  .modal-open .modal {
    overflow: hidden;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
@media all and (max-width: 768px) {
  .modal.modal-rwd-bottom {
    padding: 0 !important;
  }
  .modal.modal-rwd-bottom .modal-dialog-scroll {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}

.modal-dialog {
  position: relative;
  width: 100%;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialog.modal-dialog-scroll {
  border-radius: 10px;
  overflow-y: hidden;
}
.modal-dialog.modal-dialog-scroll .modal-content {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.modal-dialog.modal-dialog-scroll .modal-body {
  overflow-y: auto;
}
@media all and (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}
@media screen and (max-width: 540px) {
  .modal-dialog.modal-dialog-scroll .modal-content {
    max-height: calc(100vh - 80px);
  }
  .modal-dialog.modal-lg, .modal-dialog.modal-md, .modal-dialog.modal-sm {
    max-width: 335px;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
@media screen and (max-width: 540px) {
  .modal-dialog-centered {
    padding-left: 12px;
    padding-right: 26px;
  }
}
@media all and (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}

.modal-content {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  outline: 0;
}
.modal-content.bgTransparent {
  padding: 0;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 24px;
  border-bottom: 1px solid #D9D9D9;
}
.modal-header .modal-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 550;
  color: #373737;
}
.modal-header .close {
  padding: 0;
  margin: -0.62rem -0.5rem -1rem;
  background: transparent;
  border: none;
}
.modal-header .close span {
  font-size: 33px;
  color: #6f6f6f;
  font-weight: 300;
}
@media screen and (max-width: 540px) {
  .modal-header {
    padding: 12px 16px;
  }
  .modal-header .modal-title {
    font-size: 20px;
  }
  .modal-header .close {
    margin: -0.65rem -0.5rem -1rem;
  }
  .modal-header .close span {
    font-size: 30px;
  }
}

.modal-body {
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 24px 24px 40px;
  color: #373737;
}
@media screen and (max-width: 540px) {
  .modal-body {
    padding: 16px 16px 40px;
  }
}

.modal-footer {
  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;
  padding: 24px;
}
.modal-footer .btn:last-child {
  margin-left: 24px;
}
@media screen and (max-width: 540px) {
  .modal-footer {
    padding: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal-footer .btn:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .modal-footer .btn:last-child {
    margin-left: 0;
  }
}

.modal-lg {
  max-width: 936px;
}
@media screen and (max-width: 960px) {
  .modal-lg {
    max-width: 712px;
  }
}

.modal-md {
  max-width: 616px;
}
@media screen and (max-width: 960px) {
  .modal-md {
    max-width: 528px;
  }
}

.modal-sm {
  max-width: 456px;
}
@media screen and (max-width: 960px) {
  .modal-sm {
    max-width: 528px;
  }
}

/*---------- plugins end ----------*/
/*---------- page start ----------*/
/*---------- intro start ----------*/
@media all and (min-width: 540px) {
  .intro-container header {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro .intro-progress {
  width: 100%;
  padding: 76px 0 0 60px;
}
.intro .intro-progress .intro-section {
  height: 60vh;
}
@media screen and (max-width: 960px) {
  .intro .intro-progress .intro-section {
    height: 80vh;
  }
}
.cursor-pointer{
  cursor: pointer;
}
.intro .intro-progress .hidden-phone {
  border-bottom: 1px solid #D9D9D9;
}
.intro .intro-progress .hidden-phone h3 {
  color: #02293D;
}
.intro .intro-progress .hidden-phone h3 p {
  margin-top: 8px;
}
.intro .intro-progress .intro-progress-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.intro .intro-progress .intro-progress-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
  top: 0;
  left: 0;
  padding: 0 8px;
}
.intro .intro-progress .intro-progress-item img {
  margin-bottom: 16px;
}
.intro .intro-progress .intro-progress-item h5 {
  text-align: center;
  color: #373737;
}
.intro .intro-progress .intro-progress-item h5 p {
  color: #707070;
  margin-top: 4px;
}
@media screen and (max-width: 960px) {
  .intro .intro-progress {
    padding: 0;
  }
  .intro .intro-progress .intro-progress-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro .intro-progress .intro-progress-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    padding: 8px;
  }
  .intro .intro-progress .intro-progress-item h5,
  .intro .intro-progress .intro-progress-item p {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .intro .intro-progress .intro-progress-box {
    width: auto;
  }
}
@media all and (max-width: 370px) {
  .intro .intro-progress h4 {
    font-size: 16px;
  }
  .intro .intro-progress .intro-progress-item h5, .intro .intro-progress .intro-progress-item p {
    font-size: 14px;
  }
}

/*---------- intro end ----------*/
.single-otp {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
}
.single-otp .modal-dialog {
  max-width: 456px;
  margin: 0 auto;
  padding-right: 12px;
}
@media all and (min-width: 540px) {
  .single-otp .modal-dialog {
    padding: 0;
  }
}
.single-otp .input-group-control {
  min-height: auto;
}

.status-page-container {
  padding: 16px 0;
}
@media screen and (max-width: 480px) {
  .status-page-container {
    padding: 24px 0;
  }
}
.status-page-container .status-page-content {
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .status-page-container .status-page-content {
    max-width: 736px;
  }
}

/*---------- page end ----------*/
/*
    *
    *   Cube 2.0 風格 end
    *
*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.block{
  display: block;
}
.z-0{
  z-index: 0;
}

.agreement-checkbox:hover .check-shadow {
  width: 36px;
  height: 36px;
  top: 6px;
  left: -7px;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.04);
}

/* scroll bar */

::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-thumb {
  background: #a3a3a3;
  border-radius: 16px;
  border: 4px solid white;
}

/* 收合滾軸顏色 */
.accordion-form-content::-webkit-scrollbar-thumb {
  border: 4px solid #f5f5f5;
}
