@charset "UTF-8";
/*---------- 圖片路徑 ----------*/
/*---------- 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 */
}

/**
 * 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: #ff0;
  color: #000;
}

/**
 * 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 #c0c0c0;
  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(../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 ----------*/
.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

/*---------- 字體擺放位置 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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 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-2 {
    margin: 2px !important;
  }
  .sm-mt-2,
  .sm-my-2 {
    margin-top: 2px !important;
  }
  .sm-mb-2,
  .sm-my-2 {
    margin-bottom: 2px !important;
  }
  .sm-ml-2,
  .sm-mx-2 {
    margin-left: 2px !important;
  }
  .sm-mr-2,
  .sm-mx-2 {
    margin-right: 2px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-4 {
    margin: 4px !important;
  }
  .sm-mt-4,
  .sm-my-4 {
    margin-top: 4px !important;
  }
  .sm-mb-4,
  .sm-my-4 {
    margin-bottom: 4px !important;
  }
  .sm-ml-4,
  .sm-mx-4 {
    margin-left: 4px !important;
  }
  .sm-mr-4,
  .sm-mx-4 {
    margin-right: 4px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-6 {
    margin: 6px !important;
  }
  .sm-mt-6,
  .sm-my-6 {
    margin-top: 6px !important;
  }
  .sm-mb-6,
  .sm-my-6 {
    margin-bottom: 6px !important;
  }
  .sm-ml-6,
  .sm-mx-6 {
    margin-left: 6px !important;
  }
  .sm-mr-6,
  .sm-mx-6 {
    margin-right: 6px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-8 {
    margin: 8px !important;
  }
  .sm-mt-8,
  .sm-my-8 {
    margin-top: 8px !important;
  }
  .sm-mb-8,
  .sm-my-8 {
    margin-bottom: 8px !important;
  }
  .sm-ml-8,
  .sm-mx-8 {
    margin-left: 8px !important;
  }
  .sm-mr-8,
  .sm-mx-8 {
    margin-right: 8px !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-12 {
    margin: 12px !important;
  }
  .sm-mt-12,
  .sm-my-12 {
    margin-top: 12px !important;
  }
  .sm-mb-12,
  .sm-my-12 {
    margin-bottom: 12px !important;
  }
  .sm-ml-12,
  .sm-mx-12 {
    margin-left: 12px !important;
  }
  .sm-mr-12,
  .sm-mx-12 {
    margin-right: 12px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-14 {
    margin: 14px !important;
  }
  .sm-mt-14,
  .sm-my-14 {
    margin-top: 14px !important;
  }
  .sm-mb-14,
  .sm-my-14 {
    margin-bottom: 14px !important;
  }
  .sm-ml-14,
  .sm-mx-14 {
    margin-left: 14px !important;
  }
  .sm-mr-14,
  .sm-mx-14 {
    margin-right: 14px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-16 {
    margin: 16px !important;
  }
  .sm-mt-16,
  .sm-my-16 {
    margin-top: 16px !important;
  }
  .sm-mb-16,
  .sm-my-16 {
    margin-bottom: 16px !important;
  }
  .sm-ml-16,
  .sm-mx-16 {
    margin-left: 16px !important;
  }
  .sm-mr-16,
  .sm-mx-16 {
    margin-right: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  .sm-m-18 {
    margin: 18px !important;
  }
  .sm-mt-18,
  .sm-my-18 {
    margin-top: 18px !important;
  }
  .sm-mb-18,
  .sm-my-18 {
    margin-bottom: 18px !important;
  }
  .sm-ml-18,
  .sm-mx-18 {
    margin-left: 18px !important;
  }
  .sm-mr-18,
  .sm-mx-18 {
    margin-right: 18px !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;
  }
}
/*---------- 外間距 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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 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 ----------*/
/*---------- header start ----------*/
.header .wrap {
  height: 74px;
}
@media screen and (max-width: 768px) {
  .header .wrap {
    height: 60px;
  }
}
.header .header-logo {
  width: 189.68px;
  height: 34px;
  background-image: url("../images/cubIntro/base/header-logo-desk.svg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .header .header-logo {
    width: 211.69px;
    height: 32px;
    background-image: url("../images/cubIntro/base/header-logo-tb.svg");
  }
}
@media screen and (max-width: 480px) {
  .header .header-logo {
    width: 32.67px;
    height: 24px;
    background-image: url("../images/cubIntro/base/header-logo-mb.svg");
  }
}
.header .header-title {
  font-size: 22px;
  font-weight: 550;
  color: #02293D;
}
@media screen and (max-width: 768px) {
  .header .header-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -3px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 -3px 15px 0 rgba(0, 0, 0, 0.15);
  }
}

/*---------- header end ----------*/
/*---------- footer start ----------*/
.footer {
  background-image: linear-gradient(119deg, #72C361 0%, #4FB980 100%);
  font-weight: 375;
}
.footer .wrap {
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .footer .wrap {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@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 {
  color: #373737;
  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;
  width: 374px;
  -webkit-transform: translateX(-13%);
      -ms-transform: translateX(-13%);
          transform: translateX(-13%);
  pointer-events: none;
}
.aside-banner .aside-hex {
  overflow: hidden;
  display: inline-block;
  margin: 130px auto 0;
  width: 470px;
  height: 408px;
  -webkit-transform: rotate(-30deg) skewX(30deg) scale(0.9);
      -ms-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);
      -ms-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);
      -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
          transform: skewX(-30deg) rotate(60deg) skewX(30deg);
  background-color: #ccc;
}
.aside-banner .aside-hex-bg:before {
  content: "";
  -webkit-transform: skewX(-30deg) rotate(-90deg) scale(1.14);
      -ms-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-apply:before {
  background-image: url("../images/cubIntro/introCardApply.png");
}
.aside-banner .aside-hex-bg.aside-hex-bg-intro-card-patch:before {
  background-image: url("../images/cubIntro/introCardPatch.png");
}
@media screen and (max-width: 1300px) {
  .aside-banner {
    margin-right: 0;
    width: 278px;
  }
  .aside-banner .aside-hex {
    width: 352.5px;
    height: 306px;
    margin-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  .aside-banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: none;
        -ms-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: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .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;
  }
}
@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 ----------*/
.btn {
  background: #ffffff;
  min-width: 160px;
  height: 48px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 6px;
  display: inline-block;
  border-width: 1px;
  padding: 10px 0;
  font-weight: 550;
  font-size: 16px;
  text-align: center;
}
@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 ----------*/
.actionArea {
  direction: rtl;
}
.actionArea .btn {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 48px;
  border-radius: 6px;
  text-align: center;
  color: #ffffff;
  background: #02293D;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.actionArea .btn:hover {
  -webkit-transform: translateY(-2px);
      -ms-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);
}
@media screen and (max-width: 480px) {
  .actionArea .btn {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .actionArea {
    padding-left: 0;
    padding-right: 0;
  }
  .actionArea a {
    direction: rtl;
  }
}

/*---------- 按鈕行為 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 - 145px);
}
@media screen and (max-width: 768px) {
  .main.intro-main {
    min-height: calc(100vh - 130px);
  }
}

.wrap {
  max-width: 1224px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 1300px) {
  .wrap {
    max-width: 936px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 28px;
  }
}

.section {
  max-width: 936px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 0 28px;
  }
}

/*---------- 主包裝 end ----------*/
/*---------- 陳列方式 start ----------*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .hidden-pc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .hidden-phone {
    display: none;
  }
}

.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-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: 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;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #d9d9d9;
}

/*---------- 元素呈現 end ----------*/
/*---------- gotop ----------*/
.gotop {
  position: fixed;
  display: none;
  width: 42px;
  height: 42px;
  background-image: url("../images/cubIntro/base/gotop.png");
  background-size: cover;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .gotop {
    bottom: 80px;
  }
}

/*---------- intro start ----------*/
.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro .intro-progress {
  width: 100%;
  padding: 126px 0 0 60px;
}
.intro .intro-progress .intro-section {
  height: 60vh;
}
@media screen and (max-width: 768px) {
  .intro .intro-progress .intro-section {
    height: 80vh;
  }
}
.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 {
  color: #373737;
  margin-top: 8px;
}
.intro .intro-progress h4 {
  color: #373737;
}
.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: 1300px) {
  .intro .intro-progress {
    padding-top: 76px;
  }
}
@media screen and (max-width: 768px) {
  .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 ----------*/