@charset "UTF-8";
/* 用法範例
    @include maxWidth-xxl {
        margin: 20px;
    }
*/
html {
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, "Noto Serif SC", "Noto Sans TC", sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 1.75;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%; /*強制瀏覽器不要縮放文字*/
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
}

/*控制文字選取時的顏色*/
::selection {
  background: #4bb847;
  color: #000;
}

a {
  text-decoration: none;
}

img {
  outline: none;
  border: none;
}

p {
  margin: 15px 0px;
}

ul,
ol {
  margin: 15px 0px;
  padding-left: 20px;
  list-style: none;
}
ul li,
ol li {
  padding-bottom: 3px;
}
ul li:last-of-type,
ol li:last-of-type {
  padding-bottom: 0px;
}
ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin: 3px 0px 0px;
}
ul.chineseListStyle,
ol.chineseListStyle {
  list-style: none;
  padding-left: 40px;
}
ul.chineseListStyle > li,
ol.chineseListStyle > li {
  position: relative;
}
ul.chineseListStyle > li:before,
ol.chineseListStyle > li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -40px;
}
ul.chineseListStyle > li:nth-of-type(1):before,
ol.chineseListStyle > li:nth-of-type(1):before {
  content: "(一)";
}
ul.chineseListStyle > li:nth-of-type(2):before,
ol.chineseListStyle > li:nth-of-type(2):before {
  content: "(二)";
}
ul.chineseListStyle > li:nth-of-type(3):before,
ol.chineseListStyle > li:nth-of-type(3):before {
  content: "(三)";
}
ul.chineseListStyle > li:nth-of-type(4):before,
ol.chineseListStyle > li:nth-of-type(4):before {
  content: "(四)";
}
ul.chineseListStyle > li:nth-of-type(5):before,
ol.chineseListStyle > li:nth-of-type(5):before {
  content: "(五)";
}
ul.chineseListStyle > li:nth-of-type(6):before,
ol.chineseListStyle > li:nth-of-type(6):before {
  content: "(六)";
}
ul.chineseListStyle > li:nth-of-type(7):before,
ol.chineseListStyle > li:nth-of-type(7):before {
  content: "(七)";
}
ul.chineseListStyle > li:nth-of-type(8):before,
ol.chineseListStyle > li:nth-of-type(8):before {
  content: "(八)";
}
ul.chineseListStyle > li:nth-of-type(9):before,
ol.chineseListStyle > li:nth-of-type(9):before {
  content: "(九)";
}
ul.chineseListStyle > li:nth-of-type(10):before,
ol.chineseListStyle > li:nth-of-type(10):before {
  content: "(十)";
}
ul.chineseListStyle > li:nth-of-type(11):before,
ol.chineseListStyle > li:nth-of-type(11):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "(十一)";
}
ul.chineseListStyle > li:nth-of-type(12):before,
ol.chineseListStyle > li:nth-of-type(12):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "(十二)";
}
ul.chineseListStyle > li:nth-of-type(13):before,
ol.chineseListStyle > li:nth-of-type(13):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "(十三)";
}
ul.chineseListStyle > li:nth-of-type(14):before,
ol.chineseListStyle > li:nth-of-type(14):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "(十四)";
}
ul.chineseListStyle > li:nth-of-type(15):before,
ol.chineseListStyle > li:nth-of-type(15):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "(十五)";
}
ul.chineseListStyle > li:nth-of-type(16):before,
ol.chineseListStyle > li:nth-of-type(16):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "(十六)";
}
ul.chineseListStyle > li:nth-of-type(17):before,
ol.chineseListStyle > li:nth-of-type(17):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "(十七)";
}
ul.chineseListStyle > li:nth-of-type(18):before,
ol.chineseListStyle > li:nth-of-type(18):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "(十八)";
}
ul.chineseListStyle > li:nth-of-type(19):before,
ol.chineseListStyle > li:nth-of-type(19):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "(十九)";
}
ul.chineseListStyle > li:nth-of-type(20):before,
ol.chineseListStyle > li:nth-of-type(20):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "(二十)";
}
ul.chineseListStyle2,
ol.chineseListStyle2 {
  list-style: none;
  padding-left: 40px;
}
ul.chineseListStyle2 > li,
ol.chineseListStyle2 > li {
  position: relative;
}
ul.chineseListStyle2 > li:before,
ol.chineseListStyle2 > li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -40px;
}
ul.chineseListStyle2 > li:nth-of-type(1):before,
ol.chineseListStyle2 > li:nth-of-type(1):before {
  content: "一、";
}
ul.chineseListStyle2 > li:nth-of-type(2):before,
ol.chineseListStyle2 > li:nth-of-type(2):before {
  content: "二、";
}
ul.chineseListStyle2 > li:nth-of-type(3):before,
ol.chineseListStyle2 > li:nth-of-type(3):before {
  content: "三、";
}
ul.chineseListStyle2 > li:nth-of-type(4):before,
ol.chineseListStyle2 > li:nth-of-type(4):before {
  content: "四、";
}
ul.chineseListStyle2 > li:nth-of-type(5):before,
ol.chineseListStyle2 > li:nth-of-type(5):before {
  content: "五、";
}
ul.chineseListStyle2 > li:nth-of-type(6):before,
ol.chineseListStyle2 > li:nth-of-type(6):before {
  content: "六、";
}
ul.chineseListStyle2 > li:nth-of-type(7):before,
ol.chineseListStyle2 > li:nth-of-type(7):before {
  content: "七、";
}
ul.chineseListStyle2 > li:nth-of-type(8):before,
ol.chineseListStyle2 > li:nth-of-type(8):before {
  content: "八、";
}
ul.chineseListStyle2 > li:nth-of-type(9):before,
ol.chineseListStyle2 > li:nth-of-type(9):before {
  content: "九、";
}
ul.chineseListStyle2 > li:nth-of-type(10):before,
ol.chineseListStyle2 > li:nth-of-type(10):before {
  content: "十、";
}
ul.chineseListStyle2 > li:nth-of-type(11):before,
ol.chineseListStyle2 > li:nth-of-type(11):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "十一、";
}
ul.chineseListStyle2 > li:nth-of-type(12):before,
ol.chineseListStyle2 > li:nth-of-type(12):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "十二、";
}
ul.chineseListStyle2 > li:nth-of-type(13):before,
ol.chineseListStyle2 > li:nth-of-type(13):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "十三、";
}
ul.chineseListStyle2 > li:nth-of-type(14):before,
ol.chineseListStyle2 > li:nth-of-type(14):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "十四、";
}
ul.chineseListStyle2 > li:nth-of-type(15):before,
ol.chineseListStyle2 > li:nth-of-type(15):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "十五、";
}
ul.chineseListStyle2 > li:nth-of-type(16):before,
ol.chineseListStyle2 > li:nth-of-type(16):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "十六、";
}
ul.chineseListStyle2 > li:nth-of-type(17):before,
ol.chineseListStyle2 > li:nth-of-type(17):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "十七、";
}
ul.chineseListStyle2 > li:nth-of-type(18):before,
ol.chineseListStyle2 > li:nth-of-type(18):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "十八、";
}
ul.chineseListStyle2 > li:nth-of-type(19):before,
ol.chineseListStyle2 > li:nth-of-type(19):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "十九、";
}
ul.chineseListStyle2 > li:nth-of-type(20):before,
ol.chineseListStyle2 > li:nth-of-type(20):before {
  font-size: 14px;
  top: 1px;
  left: -42px;
  content: "二十、";
}
ul.lowercaseStyle,
ol.lowercaseStyle {
  list-style-type: lower-alpha;
}
ul.figuresInBracketsStyle,
ol.figuresInBracketsStyle {
  list-style: none;
  padding-left: 30px;
}
ul.figuresInBracketsStyle > li,
ol.figuresInBracketsStyle > li {
  position: relative;
}
ul.figuresInBracketsStyle > li:before,
ol.figuresInBracketsStyle > li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
}
ul.figuresInBracketsStyle > li:nth-of-type(1):before,
ol.figuresInBracketsStyle > li:nth-of-type(1):before {
  content: "(1)";
}
ul.figuresInBracketsStyle > li:nth-of-type(2):before,
ol.figuresInBracketsStyle > li:nth-of-type(2):before {
  content: "(2)";
}
ul.figuresInBracketsStyle > li:nth-of-type(3):before,
ol.figuresInBracketsStyle > li:nth-of-type(3):before {
  content: "(3)";
}
ul.figuresInBracketsStyle > li:nth-of-type(4):before,
ol.figuresInBracketsStyle > li:nth-of-type(4):before {
  content: "(4)";
}
ul.figuresInBracketsStyle > li:nth-of-type(5):before,
ol.figuresInBracketsStyle > li:nth-of-type(5):before {
  content: "(5)";
}
ul.figuresInBracketsStyle > li:nth-of-type(6):before,
ol.figuresInBracketsStyle > li:nth-of-type(6):before {
  content: "(6)";
}
ul.figuresInBracketsStyle > li:nth-of-type(7):before,
ol.figuresInBracketsStyle > li:nth-of-type(7):before {
  content: "(7)";
}
ul.figuresInBracketsStyle > li:nth-of-type(8):before,
ol.figuresInBracketsStyle > li:nth-of-type(8):before {
  content: "(8)";
}
ul.figuresInBracketsStyle > li:nth-of-type(9):before,
ol.figuresInBracketsStyle > li:nth-of-type(9):before {
  content: "(9)";
}
ul.figuresInBracketsStyle > li:nth-of-type(10):before,
ol.figuresInBracketsStyle > li:nth-of-type(10):before {
  letter-spacing: -1.7px;
  content: "(10)";
}
ul.figuresInBracketsStyle > li:nth-of-type(11):before,
ol.figuresInBracketsStyle > li:nth-of-type(11):before {
  letter-spacing: -1.7px;
  content: "(11)";
}
ul.figuresInBracketsStyle > li:nth-of-type(12):before,
ol.figuresInBracketsStyle > li:nth-of-type(12):before {
  letter-spacing: -1.7px;
  content: "(12)";
}
ul.figuresInBracketsStyle > li:nth-of-type(13):before,
ol.figuresInBracketsStyle > li:nth-of-type(13):before {
  letter-spacing: -1.7px;
  content: "(13)";
}
ul.figuresInBracketsStyle > li:nth-of-type(14):before,
ol.figuresInBracketsStyle > li:nth-of-type(14):before {
  letter-spacing: -1.7px;
  content: "(14)";
}
ul.figuresInBracketsStyle > li:nth-of-type(15):before,
ol.figuresInBracketsStyle > li:nth-of-type(15):before {
  letter-spacing: -1.7px;
  content: "(15)";
}
ul.figuresInBracketsStyle > li:nth-of-type(16):before,
ol.figuresInBracketsStyle > li:nth-of-type(16):before {
  letter-spacing: -1.7px;
  content: "(16)";
}
ul.figuresInBracketsStyle > li:nth-of-type(17):before,
ol.figuresInBracketsStyle > li:nth-of-type(17):before {
  letter-spacing: -1.7px;
  content: "(17)";
}
ul.figuresInBracketsStyle > li:nth-of-type(18):before,
ol.figuresInBracketsStyle > li:nth-of-type(18):before {
  letter-spacing: -1.7px;
  content: "(18)";
}
ul.figuresInBracketsStyle > li:nth-of-type(19):before,
ol.figuresInBracketsStyle > li:nth-of-type(19):before {
  letter-spacing: -1.7px;
  content: "(19)";
}
ul.figuresInBracketsStyle > li:nth-of-type(20):before,
ol.figuresInBracketsStyle > li:nth-of-type(20):before {
  letter-spacing: -1.7px;
  content: "(20)";
}
ul.figuresInBracketsStyle > li:nth-of-type(21):before,
ol.figuresInBracketsStyle > li:nth-of-type(21):before {
  letter-spacing: -1.7px;
  content: "(21)";
}
ul.figuresInBracketsStyle > li:nth-of-type(22):before,
ol.figuresInBracketsStyle > li:nth-of-type(22):before {
  letter-spacing: -1.7px;
  content: "(22)";
}
ul.figuresInBracketsStyle > li:nth-of-type(23):before,
ol.figuresInBracketsStyle > li:nth-of-type(23):before {
  letter-spacing: -1.7px;
  content: "(23)";
}
ul.figuresInBracketsStyle > li:nth-of-type(24):before,
ol.figuresInBracketsStyle > li:nth-of-type(24):before {
  letter-spacing: -1.7px;
  content: "(24)";
}
ul.figuresInBracketsStyle > li:nth-of-type(25):before,
ol.figuresInBracketsStyle > li:nth-of-type(25):before {
  letter-spacing: -1.7px;
  content: "(25)";
}
ul.figuresInBracketsStyle > li:nth-of-type(26):before,
ol.figuresInBracketsStyle > li:nth-of-type(26):before {
  letter-spacing: -1.7px;
  content: "(26)";
}
ul.figuresInBracketsStyle > li:nth-of-type(27):before,
ol.figuresInBracketsStyle > li:nth-of-type(27):before {
  letter-spacing: -1.7px;
  content: "(27)";
}
ul.figuresInBracketsStyle > li:nth-of-type(28):before,
ol.figuresInBracketsStyle > li:nth-of-type(28):before {
  letter-spacing: -1.7px;
  content: "(28)";
}
ul.figuresInBracketsStyle > li:nth-of-type(29):before,
ol.figuresInBracketsStyle > li:nth-of-type(29):before {
  letter-spacing: -1.7px;
  content: "(29)";
}
ul.figuresInBracketsStyle > li:nth-of-type(30):before,
ol.figuresInBracketsStyle > li:nth-of-type(30):before {
  letter-spacing: -1.7px;
  content: "(30)";
}
ul.figuresInBracketsStyle > li:nth-of-type(31):before,
ol.figuresInBracketsStyle > li:nth-of-type(31):before {
  letter-spacing: -1.7px;
  content: "(31)";
}
ul.figuresInBracketsStyle > li:nth-of-type(32):before,
ol.figuresInBracketsStyle > li:nth-of-type(32):before {
  letter-spacing: -1.7px;
  content: "(32)";
}
ul.figuresInBracketsStyle > li:nth-of-type(33):before,
ol.figuresInBracketsStyle > li:nth-of-type(33):before {
  letter-spacing: -1.7px;
  content: "(33)";
}
ul.figuresInBracketsStyle > li:nth-of-type(34):before,
ol.figuresInBracketsStyle > li:nth-of-type(34):before {
  letter-spacing: -1.7px;
  content: "(34)";
}
ul.figuresInBracketsStyle > li:nth-of-type(35):before,
ol.figuresInBracketsStyle > li:nth-of-type(35):before {
  letter-spacing: -1.7px;
  content: "(35)";
}
ul.figuresInBracketsStyle > li:nth-of-type(36):before,
ol.figuresInBracketsStyle > li:nth-of-type(36):before {
  letter-spacing: -1.7px;
  content: "(36)";
}
ul.figuresInBracketsStyle > li:nth-of-type(37):before,
ol.figuresInBracketsStyle > li:nth-of-type(37):before {
  letter-spacing: -1.7px;
  content: "(37)";
}
ul.figuresInBracketsStyle > li:nth-of-type(38):before,
ol.figuresInBracketsStyle > li:nth-of-type(38):before {
  letter-spacing: -1.7px;
  content: "(38)";
}
ul.figuresInBracketsStyle > li:nth-of-type(39):before,
ol.figuresInBracketsStyle > li:nth-of-type(39):before {
  letter-spacing: -1.7px;
  content: "(39)";
}
ul.figuresInBracketsStyle > li:nth-of-type(40):before,
ol.figuresInBracketsStyle > li:nth-of-type(40):before {
  letter-spacing: -1.7px;
  content: "(40)";
}
ul.figuresInBracketsStyle > li:nth-of-type(41):before,
ol.figuresInBracketsStyle > li:nth-of-type(41):before {
  letter-spacing: -1.7px;
  content: "(41)";
}
ul.figuresInBracketsStyle > li:nth-of-type(42):before,
ol.figuresInBracketsStyle > li:nth-of-type(42):before {
  letter-spacing: -1.7px;
  content: "(42)";
}
ul.figuresInBracketsStyle > li:nth-of-type(43):before,
ol.figuresInBracketsStyle > li:nth-of-type(43):before {
  letter-spacing: -1.7px;
  content: "(43)";
}
ul.figuresInBracketsStyle > li:nth-of-type(44):before,
ol.figuresInBracketsStyle > li:nth-of-type(44):before {
  letter-spacing: -1.7px;
  content: "(44)";
}
ul.figuresInBracketsStyle > li:nth-of-type(45):before,
ol.figuresInBracketsStyle > li:nth-of-type(45):before {
  letter-spacing: -1.7px;
  content: "(45)";
}
ul.figuresInBracketsStyle > li:nth-of-type(46):before,
ol.figuresInBracketsStyle > li:nth-of-type(46):before {
  letter-spacing: -1.7px;
  content: "(46)";
}
ul.figuresInBracketsStyle > li:nth-of-type(47):before,
ol.figuresInBracketsStyle > li:nth-of-type(47):before {
  letter-spacing: -1.7px;
  content: "(47)";
}
ul.figuresInBracketsStyle > li:nth-of-type(48):before,
ol.figuresInBracketsStyle > li:nth-of-type(48):before {
  letter-spacing: -1.7px;
  content: "(48)";
}
ul.figuresInBracketsStyle > li:nth-of-type(49):before,
ol.figuresInBracketsStyle > li:nth-of-type(49):before {
  letter-spacing: -1.7px;
  content: "(49)";
}
ul.figuresInBracketsStyle > li:nth-of-type(50):before,
ol.figuresInBracketsStyle > li:nth-of-type(50):before {
  letter-spacing: -1.7px;
  content: "(50)";
}
ul.figuresInBracketsStyle > li:nth-of-type(51):before,
ol.figuresInBracketsStyle > li:nth-of-type(51):before {
  letter-spacing: -1.7px;
  content: "(51)";
}
ul.figuresInBracketsStyle > li:nth-of-type(52):before,
ol.figuresInBracketsStyle > li:nth-of-type(52):before {
  letter-spacing: -1.7px;
  content: "(52)";
}
ul.figuresInBracketsStyle > li:nth-of-type(53):before,
ol.figuresInBracketsStyle > li:nth-of-type(53):before {
  letter-spacing: -1.7px;
  content: "(53)";
}
ul.figuresInBracketsStyle > li:nth-of-type(54):before,
ol.figuresInBracketsStyle > li:nth-of-type(54):before {
  letter-spacing: -1.7px;
  content: "(54)";
}
ul.figuresInBracketsStyle > li:nth-of-type(55):before,
ol.figuresInBracketsStyle > li:nth-of-type(55):before {
  letter-spacing: -1.7px;
  content: "(55)";
}
ul.figuresInBracketsStyle > li:nth-of-type(56):before,
ol.figuresInBracketsStyle > li:nth-of-type(56):before {
  letter-spacing: -1.7px;
  content: "(56)";
}
ul.figuresInBracketsStyle > li:nth-of-type(57):before,
ol.figuresInBracketsStyle > li:nth-of-type(57):before {
  letter-spacing: -1.7px;
  content: "(57)";
}
ul.figuresInBracketsStyle > li:nth-of-type(58):before,
ol.figuresInBracketsStyle > li:nth-of-type(58):before {
  letter-spacing: -1.7px;
  content: "(58)";
}
ul.figuresInBracketsStyle > li:nth-of-type(59):before,
ol.figuresInBracketsStyle > li:nth-of-type(59):before {
  letter-spacing: -1.7px;
  content: "(59)";
}
ul.figuresInBracketsStyle > li:nth-of-type(60):before,
ol.figuresInBracketsStyle > li:nth-of-type(60):before {
  letter-spacing: -1.7px;
  content: "(60)";
}
ul.figuresInBracketsStyle > li:nth-of-type(61):before,
ol.figuresInBracketsStyle > li:nth-of-type(61):before {
  letter-spacing: -1.7px;
  content: "(61)";
}
ul.figuresInBracketsStyle > li:nth-of-type(62):before,
ol.figuresInBracketsStyle > li:nth-of-type(62):before {
  letter-spacing: -1.7px;
  content: "(62)";
}
ul.figuresInBracketsStyle > li:nth-of-type(63):before,
ol.figuresInBracketsStyle > li:nth-of-type(63):before {
  letter-spacing: -1.7px;
  content: "(63)";
}
ul.figuresInBracketsStyle > li:nth-of-type(64):before,
ol.figuresInBracketsStyle > li:nth-of-type(64):before {
  letter-spacing: -1.7px;
  content: "(64)";
}
ul.figuresInBracketsStyle > li:nth-of-type(65):before,
ol.figuresInBracketsStyle > li:nth-of-type(65):before {
  letter-spacing: -1.7px;
  content: "(65)";
}
ul.figuresInBracketsStyle > li:nth-of-type(66):before,
ol.figuresInBracketsStyle > li:nth-of-type(66):before {
  letter-spacing: -1.7px;
  content: "(66)";
}
ul.figuresInBracketsStyle > li:nth-of-type(67):before,
ol.figuresInBracketsStyle > li:nth-of-type(67):before {
  letter-spacing: -1.7px;
  content: "(67)";
}
ul.figuresInBracketsStyle > li:nth-of-type(68):before,
ol.figuresInBracketsStyle > li:nth-of-type(68):before {
  letter-spacing: -1.7px;
  content: "(68)";
}
ul.figuresInBracketsStyle > li:nth-of-type(69):before,
ol.figuresInBracketsStyle > li:nth-of-type(69):before {
  letter-spacing: -1.7px;
  content: "(69)";
}
ul.figuresInBracketsStyle > li:nth-of-type(70):before,
ol.figuresInBracketsStyle > li:nth-of-type(70):before {
  letter-spacing: -1.7px;
  content: "(70)";
}
ul.figuresInBracketsStyle > li:nth-of-type(71):before,
ol.figuresInBracketsStyle > li:nth-of-type(71):before {
  letter-spacing: -1.7px;
  content: "(71)";
}
ul.figuresInBracketsStyle > li:nth-of-type(72):before,
ol.figuresInBracketsStyle > li:nth-of-type(72):before {
  letter-spacing: -1.7px;
  content: "(72)";
}
ul.figuresInBracketsStyle > li:nth-of-type(73):before,
ol.figuresInBracketsStyle > li:nth-of-type(73):before {
  letter-spacing: -1.7px;
  content: "(73)";
}
ul.figuresInBracketsStyle > li:nth-of-type(74):before,
ol.figuresInBracketsStyle > li:nth-of-type(74):before {
  letter-spacing: -1.7px;
  content: "(74)";
}
ul.figuresInBracketsStyle > li:nth-of-type(75):before,
ol.figuresInBracketsStyle > li:nth-of-type(75):before {
  letter-spacing: -1.7px;
  content: "(75)";
}
ul.figuresInBracketsStyle > li:nth-of-type(76):before,
ol.figuresInBracketsStyle > li:nth-of-type(76):before {
  letter-spacing: -1.7px;
  content: "(76)";
}
ul.figuresInBracketsStyle > li:nth-of-type(77):before,
ol.figuresInBracketsStyle > li:nth-of-type(77):before {
  letter-spacing: -1.7px;
  content: "(77)";
}
ul.figuresInBracketsStyle > li:nth-of-type(78):before,
ol.figuresInBracketsStyle > li:nth-of-type(78):before {
  letter-spacing: -1.7px;
  content: "(78)";
}
ul.figuresInBracketsStyle > li:nth-of-type(79):before,
ol.figuresInBracketsStyle > li:nth-of-type(79):before {
  letter-spacing: -1.7px;
  content: "(79)";
}
ul.figuresInBracketsStyle > li:nth-of-type(80):before,
ol.figuresInBracketsStyle > li:nth-of-type(80):before {
  letter-spacing: -1.7px;
  content: "(80)";
}
ul.figuresInBracketsStyle > li:nth-of-type(81):before,
ol.figuresInBracketsStyle > li:nth-of-type(81):before {
  letter-spacing: -1.7px;
  content: "(81)";
}
ul.figuresInBracketsStyle > li:nth-of-type(82):before,
ol.figuresInBracketsStyle > li:nth-of-type(82):before {
  letter-spacing: -1.7px;
  content: "(82)";
}
ul.figuresInBracketsStyle > li:nth-of-type(83):before,
ol.figuresInBracketsStyle > li:nth-of-type(83):before {
  letter-spacing: -1.7px;
  content: "(83)";
}
ul.figuresInBracketsStyle > li:nth-of-type(84):before,
ol.figuresInBracketsStyle > li:nth-of-type(84):before {
  letter-spacing: -1.7px;
  content: "(84)";
}
ul.figuresInBracketsStyle > li:nth-of-type(85):before,
ol.figuresInBracketsStyle > li:nth-of-type(85):before {
  letter-spacing: -1.7px;
  content: "(85)";
}
ul.figuresInBracketsStyle > li:nth-of-type(86):before,
ol.figuresInBracketsStyle > li:nth-of-type(86):before {
  letter-spacing: -1.7px;
  content: "(86)";
}
ul.figuresInBracketsStyle > li:nth-of-type(87):before,
ol.figuresInBracketsStyle > li:nth-of-type(87):before {
  letter-spacing: -1.7px;
  content: "(87)";
}
ul.figuresInBracketsStyle > li:nth-of-type(88):before,
ol.figuresInBracketsStyle > li:nth-of-type(88):before {
  letter-spacing: -1.7px;
  content: "(88)";
}
ul.figuresInBracketsStyle > li:nth-of-type(89):before,
ol.figuresInBracketsStyle > li:nth-of-type(89):before {
  letter-spacing: -1.7px;
  content: "(89)";
}
ul.figuresInBracketsStyle > li:nth-of-type(90):before,
ol.figuresInBracketsStyle > li:nth-of-type(90):before {
  letter-spacing: -1.7px;
  content: "(90)";
}
ul.figuresInBracketsStyle > li:nth-of-type(91):before,
ol.figuresInBracketsStyle > li:nth-of-type(91):before {
  letter-spacing: -1.7px;
  content: "(91)";
}
ul.figuresInBracketsStyle > li:nth-of-type(92):before,
ol.figuresInBracketsStyle > li:nth-of-type(92):before {
  letter-spacing: -1.7px;
  content: "(92)";
}
ul.figuresInBracketsStyle > li:nth-of-type(93):before,
ol.figuresInBracketsStyle > li:nth-of-type(93):before {
  letter-spacing: -1.7px;
  content: "(93)";
}
ul.figuresInBracketsStyle > li:nth-of-type(94):before,
ol.figuresInBracketsStyle > li:nth-of-type(94):before {
  letter-spacing: -1.7px;
  content: "(94)";
}
ul.figuresInBracketsStyle > li:nth-of-type(95):before,
ol.figuresInBracketsStyle > li:nth-of-type(95):before {
  letter-spacing: -1.7px;
  content: "(95)";
}
ul.figuresInBracketsStyle > li:nth-of-type(96):before,
ol.figuresInBracketsStyle > li:nth-of-type(96):before {
  letter-spacing: -1.7px;
  content: "(96)";
}
ul.figuresInBracketsStyle > li:nth-of-type(97):before,
ol.figuresInBracketsStyle > li:nth-of-type(97):before {
  letter-spacing: -1.7px;
  content: "(97)";
}
ul.figuresInBracketsStyle > li:nth-of-type(98):before,
ol.figuresInBracketsStyle > li:nth-of-type(98):before {
  letter-spacing: -1.7px;
  content: "(98)";
}
ul.figuresInBracketsStyle > li:nth-of-type(99):before,
ol.figuresInBracketsStyle > li:nth-of-type(99):before {
  letter-spacing: -1.7px;
  content: "(99)";
}
ul.circleNumbersStyle,
ol.circleNumbersStyle {
  list-style: none;
  padding-left: 30px;
}
ul.circleNumbersStyle > li,
ol.circleNumbersStyle > li {
  position: relative;
}
ul.circleNumbersStyle > li:before,
ol.circleNumbersStyle > li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -30px;
  width: 22px;
  line-height: 20px;
  border-radius: 100%;
  border: solid 1px;
  font-size: 15px;
  letter-spacing: -0.8px;
  text-align: center;
  box-sizing: border-box;
}
ul.circleNumbersStyle > li:nth-of-type(1):before,
ol.circleNumbersStyle > li:nth-of-type(1):before {
  content: "1";
}
ul.circleNumbersStyle > li:nth-of-type(2):before,
ol.circleNumbersStyle > li:nth-of-type(2):before {
  content: "2";
}
ul.circleNumbersStyle > li:nth-of-type(3):before,
ol.circleNumbersStyle > li:nth-of-type(3):before {
  content: "3";
}
ul.circleNumbersStyle > li:nth-of-type(4):before,
ol.circleNumbersStyle > li:nth-of-type(4):before {
  content: "4";
}
ul.circleNumbersStyle > li:nth-of-type(5):before,
ol.circleNumbersStyle > li:nth-of-type(5):before {
  content: "5";
}
ul.circleNumbersStyle > li:nth-of-type(6):before,
ol.circleNumbersStyle > li:nth-of-type(6):before {
  content: "6";
}
ul.circleNumbersStyle > li:nth-of-type(7):before,
ol.circleNumbersStyle > li:nth-of-type(7):before {
  content: "7";
}
ul.circleNumbersStyle > li:nth-of-type(8):before,
ol.circleNumbersStyle > li:nth-of-type(8):before {
  content: "8";
}
ul.circleNumbersStyle > li:nth-of-type(9):before,
ol.circleNumbersStyle > li:nth-of-type(9):before {
  content: "9";
}
ul.arabicNumeralsStyle,
ol.arabicNumeralsStyle {
  list-style: none;
  padding-left: 40px;
}
ul.arabicNumeralsStyle > li,
ol.arabicNumeralsStyle > li {
  position: relative;
}
ul.arabicNumeralsStyle > li:before,
ol.arabicNumeralsStyle > li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -40px;
}
ul.arabicNumeralsStyle > li:nth-of-type(1):before,
ol.arabicNumeralsStyle > li:nth-of-type(1):before {
  content: "(1)";
}
ul.arabicNumeralsStyle > li:nth-of-type(2):before,
ol.arabicNumeralsStyle > li:nth-of-type(2):before {
  content: "(2)";
}
ul.arabicNumeralsStyle > li:nth-of-type(3):before,
ol.arabicNumeralsStyle > li:nth-of-type(3):before {
  content: "(3)";
}
ul.arabicNumeralsStyle > li:nth-of-type(4):before,
ol.arabicNumeralsStyle > li:nth-of-type(4):before {
  content: "(4)";
}
ul.arabicNumeralsStyle > li:nth-of-type(5):before,
ol.arabicNumeralsStyle > li:nth-of-type(5):before {
  content: "(5)";
}
ul.arabicNumeralsStyle > li:nth-of-type(6):before,
ol.arabicNumeralsStyle > li:nth-of-type(6):before {
  content: "(6)";
}
ul.arabicNumeralsStyle > li:nth-of-type(7):before,
ol.arabicNumeralsStyle > li:nth-of-type(7):before {
  content: "(7)";
}
ul.arabicNumeralsStyle > li:nth-of-type(8):before,
ol.arabicNumeralsStyle > li:nth-of-type(8):before {
  content: "(8)";
}
ul.arabicNumeralsStyle > li:nth-of-type(9):before,
ol.arabicNumeralsStyle > li:nth-of-type(9):before {
  content: "(9)";
}
ul.arabicNumeralsStyle > li:nth-of-type(10):before,
ol.arabicNumeralsStyle > li:nth-of-type(10):before {
  content: "(10)";
}
ul.arabicNumeralsStyle > li:nth-of-type(11):before,
ol.arabicNumeralsStyle > li:nth-of-type(11):before {
  content: "(11)";
}
ul.arabicNumeralsStyle > li:nth-of-type(12):before,
ol.arabicNumeralsStyle > li:nth-of-type(12):before {
  content: "(12)";
}
ul.arabicNumeralsStyle > li:nth-of-type(13):before,
ol.arabicNumeralsStyle > li:nth-of-type(13):before {
  content: "(13)";
}
ul.arabicNumeralsStyle > li:nth-of-type(14):before,
ol.arabicNumeralsStyle > li:nth-of-type(14):before {
  content: "(14)";
}
ul.arabicNumeralsStyle > li:nth-of-type(15):before,
ol.arabicNumeralsStyle > li:nth-of-type(15):before {
  content: "(15)";
}
ul.arabicNumeralsStyle > li:nth-of-type(16):before,
ol.arabicNumeralsStyle > li:nth-of-type(16):before {
  content: "(16)";
}
ul.arabicNumeralsStyle > li:nth-of-type(17):before,
ol.arabicNumeralsStyle > li:nth-of-type(17):before {
  content: "(17)";
}
ul.arabicNumeralsStyle > li:nth-of-type(18):before,
ol.arabicNumeralsStyle > li:nth-of-type(18):before {
  content: "(18)";
}
ul.arabicNumeralsStyle > li:nth-of-type(19):before,
ol.arabicNumeralsStyle > li:nth-of-type(19):before {
  content: "(19)";
}
ul.arabicNumeralsStyle > li:nth-of-type(20):before,
ol.arabicNumeralsStyle > li:nth-of-type(20):before {
  content: "(20)";
}
@media screen and (max-width: 768px) {
  ul,
  ol {
    padding-left: 2px;
  }
}

p + .tit-type1, ul + .tit-type1, ol + .tit-type1 {
  margin-top: 60px;
}
p + .tit-type2, ul + .tit-type2, ol + .tit-type2 {
  margin-top: 30px;
}
p + .tit-type3, ul + .tit-type3, ol + .tit-type3 {
  margin-top: 40px;
}

.checkbox,
.radio {
  margin-right: 15px;
  padding: 5px 0;
}
.checkbox-area,
.radio-area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
  display: none;
}
.checkbox input[type=checkbox]:checked + .fake,
.checkbox input[type=radio]:checked + .fake,
.radio input[type=checkbox]:checked + .fake,
.radio input[type=radio]:checked + .fake {
  background: #fae103;
  border-color: #d3be01;
}
.checkbox input[type=checkbox]:checked + .fake i,
.checkbox input[type=radio]:checked + .fake i,
.radio input[type=checkbox]:checked + .fake i,
.radio input[type=radio]:checked + .fake i {
  color: #000;
}
.checkbox label,
.radio label {
  display: flex;
  justify-content: flex-start;
  align-items: top;
}
.checkbox .fake,
.radio .fake {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: solid 2px #a4a4a4;
  background: #fff;
  border-radius: 100%;
  transition: 0.3s ease all;
  position: relative;
  top: 4px;
}
.checkbox .fake i,
.radio .fake i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 13px;
  transition: 0.3s ease all;
}
.checkbox-text,
.radio-text {
  font-size: 17px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .checkbox-text,
  .radio-text {
    font-size: 16px;
  }
}

.checkbox .fake {
  border-radius: 0;
}

label {
  cursor: pointer;
}

button {
  border: none;
  color: #fff;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer;
}
button i {
  margin-left: 5px;
}

input,
button {
  outline: none;
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
}

input,
button,
select {
  outline: none;
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
}

.inputStyle, input[type=text], input[type=password], input[type=tel], input[type=search], input[type=number], input[type=email] {
  border: solid 2px #818181;
  background: #fff;
  font-size: 17px;
  box-sizing: border-box;
  padding: 13px 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inputStyle, input[type=text], input[type=password], input[type=tel], input[type=search], input[type=number], input[type=email] {
    padding: 11px 10px 10px;
  }
}

select {
  box-sizing: border-box;
  padding: 0 24px 0 10px;
  font-size: 17px;
  line-height: 50px;
  height: 54px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff url(../images/icon-dropdown.png) right center no-repeat;
  background-size: 18px;
  border-radius: 10px;
  border: solid 2px #818181;
}
select::-ms-expand {
  display: none;
}

.container {
  margin: 0 auto;
  padding: 0px;
  max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  .container {
    margin: 0px 65px;
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .container {
    margin: 0px 25px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    margin: 0px 10px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hide {
  display: none !important;
}

.mobileShow {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .pcShow {
    display: none !important;
  }
  .mobileShow {
    display: initial !important;
  }
}
.material-symbols-outlined {
  transform: translateY(5px);
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.material-symbols-fill {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.animated {
  animation-fill-mode: backwards;
}

.dividingLine {
  margin: 40px 0px;
  border-bottom: dashed 1px #bbb;
  clear: both;
  font-size: 0;
}
.dividingLine.dotType {
  text-align: center;
  border-bottom: none;
}
.dividingLine.dotType:before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 9px;
  height: 9px;
  background: #000;
  box-shadow: 40px 0 0 #000, 80px 0 0 #000, -40px 0 0 #000, -80px 0 0 #000;
}
.dividingLine.dotType.tinyType {
  margin: 28px 0;
}
.dividingLine.dotType.tinyType:before {
  width: 6px;
  height: 6px;
}

.youtube {
  width: 100%;
  max-width: 600px;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.youtube-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-content img {
  width: 100%;
  position: absolute;
  display: block;
}
.youtube-content i {
  color: #fff;
  font-size: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-shadow: 0 0 21px #000;
  cursor: pointer;
}
.youtube-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .youtube {
    max-width: 600px;
  }
}

.slick-slider {
  padding-bottom: 25px;
  touch-action: auto !important;
}
.slick-slide {
  outline: none;
}
.slick-slide a {
  outline: none;
}
.slick-slide img {
  max-width: 100%;
}
.slick-dots {
  list-style: none;
  font-size: 0px;
  text-align: center;
  margin: 0px;
  padding-left: 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.slick-dots li {
  padding: 0px 7px;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li button {
  font-size: 0px;
  padding: 0px;
  border-radius: 50px;
  width: 13px;
  height: 13px;
  background: #a5a5a5;
}
.slick-dots li.slick-active button {
  background: #005598;
  width: 25px;
}
.slick-arrow {
  font-size: 0px;
  position: absolute;
  top: 45%;
  padding: 0px;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #fff;
  transition: 0.3s ease all;
  z-index: 1;
  background: none;
  font-family: "Material Symbols Outlined";
  border: 1px solid #00367c;
}
.slick-arrow:before {
  font-size: 42px;
  line-height: 1;
  border-radius: 100%;
}
.slick-arrow:hover {
  color: #0144ad;
  filter: opacity(0.5);
}
.slick-prev {
  left: 60px;
}
.slick-prev:before {
  content: "\e314";
  color: #00367c;
}
.slick-next {
  right: 100px;
}
.slick-next:before {
  content: "\e315";
  color: #00367c;
}
@media screen and (max-width: 1200px) {
  .slick-prev {
    left: 100px;
  }
}
@media screen and (max-width: 991px) {
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .slick-arrow:before {
    font-size: 26px;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
}

.cantTauch, .stock-tattoo {
  pointer-events: none;
  user-select: none;
}

#content {
  transition: 1s ease-in-out opacity;
  animation: contentAinmt ease-in-out 0.2s;
}
@media screen and (max-width: 991px) {
  #content {
    overflow: hidden;
  }
}

[v-cloak] {
  opacity: 0;
}

@keyframes contentAinmt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
}
body.fixedBody {
  overflow-y: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .yourClassName {
    /*css*/
  }
}
@media screen and (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-track {
    background-color: #004790;
    background-color: #f5f5f5;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #539011;
    background-color: #bfbdba;
    border-radius: 20px;
  }
  ::-webkit-scrollbar-button {
    background-color: #bfbdba;
    border-radius: 20px;
  }
  ::-webkit-scrollbar-corner {
    background-color: #bfbdba;
  }
}
.header {
  padding: 20px 20px;
  background: #fff;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 2;
}
.header-logo {
  float: left;
  display: flex;
  gap: 28px;
  align-items: center;
}
.header-logo img {
  display: block;
  height: 46px;
}
.header-logo-dividingLine {
  width: 1px;
  height: 46px;
  background: #cccccc;
}
.header .navBar {
  float: right;
}
.header .navBar ul {
  list-style: none;
  font-size: 0px;
  text-align: right;
  padding: 0px;
  margin: 0px;
}
.header .navBar ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 18px;
  position: relative;
}
.header .navBar ul li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: 20px;
  background: #333;
}
.header .navBar ul li a {
  transition: 0.3s ease all;
  font-size: 17px;
  color: #000;
  display: block;
  padding: 5px 0px;
}
.header .navBar ul li.active a,
.header .navBar ul li a:hover {
  color: #114791;
}
.header .navBar ul li:last-of-type {
  padding-right: 0px;
}
.header .navBar ul li:last-of-type:before {
  display: none;
}
.header.sType .header-logo {
  /*img {
      height: 24px;
  }*/
}
.header.sType .header-logo-dividingLine {
  height: 24px;
}
@media screen and (max-width: 1199px) {
  .header .navBar ul li {
    padding: 0px 9px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding: 25px;
  }
  .header .navBar {
    float: none;
    position: fixed;
    right: -100%;
    top: 60px;
    transition: 0.6s ease all;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 11px 0px;
  }
  .header .navBar.show {
    right: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  }
  .header .navBar.show ul li {
    animation: mobileNav 0.4s ease-out alternate backwards;
  }
  .header .navBar.show ul li:nth-of-type(1) {
    animation-delay: 0.08s;
  }
  .header .navBar.show ul li:nth-of-type(2) {
    animation-delay: 0.16s;
  }
  .header .navBar.show ul li:nth-of-type(3) {
    animation-delay: 0.24s;
  }
  .header .navBar.show ul li:nth-of-type(4) {
    animation-delay: 0.32s;
  }
  .header .navBar ul {
    text-align: center;
  }
  .header .navBar ul li {
    padding: 0px 10px;
    display: block;
  }
  .header .navBar ul li:before {
    display: none;
  }
  .header .navBar ul li:last-of-type {
    padding: 0px 10px;
  }
  .header .navBar ul li a {
    border-bottom: none;
    border-radius: 40px;
    padding: 10px 15px;
  }
  .header .navBar ul li.active a,
  .header .navBar ul li a:hover {
    color: #fff;
    background: #0d4588;
  }
  .header .navBar ul li.active a {
    background: #0d4588;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 10px;
  }
  .header-logo {
    gap: 15px;
  }
  .header-logo img {
    height: 31px;
  }
  .header-logo-dividingLine {
    height: 31px;
  }
  .header .navBar.show {
    right: 10px;
  }
  .header .navBar ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 359px) {
  .header-logo {
    gap: 15px;
  }
  .header-logo img {
    height: 25px;
  }
  .header .navBar.show {
    right: 5px;
  }
}

@keyframes mobileNav {
  0% {
    opacity: 0;
    right: -100%;
  }
}
.menuBtn {
  display: none;
  position: fixed;
  width: 23px;
  top: 29px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 5;
  background: #114790;
  padding: 7px 12px;
  border-radius: 4px;
}
.menuBtn span {
  display: block;
  background: #fff;
  height: 2px;
  margin: 4px 0px;
  transition: 0.3s ease all;
  border-radius: 3px;
}
.menuBtn span:nth-of-type(1), .menuBtn span:nth-of-type(2) {
  position: absolute;
  width: 23px;
  top: 13px;
}
.menuBtn.active span {
  opacity: 0;
}
.menuBtn.active span:nth-of-type(1), .menuBtn.active span:nth-of-type(2) {
  opacity: 1;
  transform-origin: center center;
}
.menuBtn.active span:nth-of-type(1) {
  transform: rotate(45deg);
}
.menuBtn.active span:nth-of-type(2) {
  transform: rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .menuBtn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .menuBtn {
    right: 10px;
    top: 13px;
  }
}
@media screen and (max-width: 359px) {
  .menuBtn {
    right: 5px;
  }
}

.footer {
  background: #05367b;
  color: #fff;
  padding: 19px 0;
}
.footer .container {
  position: relative;
}
.footer-content {
  text-align: center;
}
.footer-content a {
  color: #fff;
}
.footer-content-block {
  display: inline-block;
  vertical-align: middle;
}
.footer-content .linkText {
  color: #ffde45;
}
.footer-share {
  float: right;
  display: flex;
  font-size: 36px;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer-share li {
  padding: 0 5px;
}
.footer-share li a {
  color: #fff;
  transition: 0.3s ease all;
}
.footer-share li a svg {
  width: 25px;
  fill: #fff;
}
.footer-share li a svg.fbIconSvg, .footer-share li a svg.igIconSvg {
  transform: translateY(2px);
}
.footer-share li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1199px) {
  .footer-content {
    float: none;
    text-align: center;
  }
  .footer-share {
    float: none;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 990px) {
  .footer {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .footer-content {
    font-size: 15px;
  }
  .footer-share {
    padding-bottom: 40px;
  }
}

.fixedBtn {
  background: #fff;
  border-radius: 12px 0 0 12px;
  padding: 6px 12px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}
.fixedBtn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fixedBtn ul li {
  padding: 0;
  border-bottom: 1px solid #b7b7b7;
}
.fixedBtn ul li:last-of-type {
  border-bottom-width: 0;
}
.fixedBtn ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 12px 0;
}
.fixedBtn ul li a img {
  width: 60px;
  display: block;
  margin: 0 auto 5px;
  transition: 0.3s ease all;
}
.fixedBtn ul li a:hover img {
  scale: 1.05;
}
@media screen and (max-width: 991px) {
  .fixedBtn {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    border-radius: 0;
    padding: 0;
  }
  .fixedBtn ul {
    display: flex;
  }
  .fixedBtn ul li {
    width: 33.3333333333%;
    border-bottom-width: 0;
    border-right: solid 1px #b7b7b7;
  }
  .fixedBtn ul li:last-of-type {
    border-right-width: 0;
  }
  .fixedBtn ul li a {
    font-size: 14px;
    padding: 5px 0;
  }
  .fixedBtn ul li a img {
    width: 50px;
    margin: 2px auto 0;
  }
}

.topBtn {
  position: fixed;
  z-index: 1;
  bottom: 35px;
  right: 15px;
  transition: 0.5s ease transform, 0.3s ease opacity;
  opacity: 0;
}
.topBtn a {
  display: flex;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  transition: 0.3s ease all;
  position: relative;
  top: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px #fff;
  justify-content: center;
  align-items: center;
}
.topBtn a:hover {
  opacity: 0.7;
}
.topBtn a .material-symbols-outlined {
  transform: translateY(0);
}
@media screen and (max-width: 1199px) {
  .topBtn {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topBtn {
    bottom: 70px;
  }
  .topBtn a {
    width: 40px;
    height: 40px;
    font-size: 0px;
  }
}

.item {
  padding: 100px 0px;
  position: relative;
}
.item .container {
  position: relative;
  box-sizing: border-box;
}
.item.lightBlueBg {
  background: #d6edff;
}
.item.lightGrayBg {
  background: #f6f7f8;
}
.item.blue {
  color: #fff;
  background: #05367b;
}
.item.blue .tit-type1 {
  color: #fff;
}
.item.blue .tit-type1-content {
  background: none;
  border-color: #fcd2cc;
}
.item.blue .linkText {
  color: #fcd2cc;
}
.item.lozenge {
  background: #e8e8e8 url(https://event.franklin.com.tw/commonResources/images/bgTattoo.jpg) top left repeat;
}
.item.pinkBg {
  background: #f7efec;
}
.item2 {
  padding: 50px 0;
}
.item2 .container {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .item .container {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .item {
    padding: 40px 0px;
  }
  .item.gift {
    padding-bottom: 40px;
  }
  .item2 {
    padding: 20px 0;
  }
  .item.latticeBg {
    background-size: 40px;
  }
}

.tit-type-small {
  text-align: center;
}
.tit-type-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  background: linear-gradient(180deg, #009ce3 0%, #005bac 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.tit-type-title::after {
  content: "";
  background: url(../images/title_icon.svg) top left no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  position: absolute;
}
.tit-type-title::before {
  margin-right: 16px;
}
.tit-type-title::after {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .tit-type-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 375px) {
  .tit-type-title {
    font-size: 22px;
  }
}
.tit-type1 {
  margin: 25px 0;
  font-size: 40px;
  line-height: 1.3;
  color: #000;
  font-weight: 900;
  text-align: center;
  color: #05367b;
}
.tit-type1-line {
  text-align: center;
}
.tit-type1 b {
  font-weight: 900;
}
.tit-type1 .sTit {
  font-size: 20px;
  line-height: 1.6;
}
.tit-type1 .sText {
  font-size: 0;
  text-transform: uppercase;
  font-weight: normal;
}
.tit-type1 .sText div {
  display: inline-block;
  border-bottom: solid 1px;
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.tit-type1 .sText.twType div {
  font-size: 22px;
}
.tit-type2 {
  margin: -30px 0 50px 0px;
  font-size: 30px;
  line-height: 1.3;
  position: relative;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.tit-type3 {
  margin: 15px 0px;
  font-size: 24px;
  line-height: 1.3;
  padding: 10px;
}
.tit-type4 {
  font-size: 20px;
  line-height: 1.4;
  margin: 15px 0;
  font-weight: 900;
}
.tit-type-orange {
  color: #f15d21;
}
@media screen and (max-width: 767px) {
  .tit-type1 {
    font-size: 25px;
  }
  .tit-type1 .sTit {
    font-size: 17px;
  }
  .tit-type1 .sText {
    font-size: 12px;
  }
  .tit-type1 .sText.twType div {
    font-size: 14px;
  }
  .tit-type2 {
    font-size: 22px;
  }
  .tit-type2-tag {
    font-size: 20px;
  }
  .tit-type3 {
    font-size: 20px;
  }
  .tit-type4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .tit-type2 {
    font-size: 18px;
    margin: -20px 0 50px 0px;
  }
}

.text {
  margin-bottom: 15px;
  font-size: 18px;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-red {
  color: #c73938 !important;
}
.text-blue {
  color: #05367b !important;
}
.text-blue2 {
  color: #01a3e7 !important;
}
.text-blue3 {
  color: #8794b8 !important;
}
.text-green {
  color: #4bb847 !important;
}
.text-black {
  color: #000 !important;
}
.text-yellow {
  color: #fff200 !important;
}
.text-orange {
  color: #f15d21 !important;
}
.text-white {
  color: white !important;
}
.text-lineGreen {
  color: #06c755 !important;
}
@media screen and (max-width: 991px) {
  .text {
    font-size: 16px;
  }
}

.remark {
  font-size: 14px;
}

.focus {
  border-bottom: solid 1px;
}

.linkText {
  color: #0076ef;
  border-bottom: solid 1px;
  transition: 0.3s ease all;
}
.linkText:hover {
  border-bottom-color: transparent;
}

code {
  background: #f2f2f2;
  padding: 0 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: monospace, "Noto Sans TC";
}

.qa li {
  list-style-type: none;
}
.qa-area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.qa-list {
  padding: 15px 25px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #00367c;
}
.qa-list-tit {
  margin: 0px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.qa-list-tit:after {
  content: "\e313";
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: 0px;
  right: 0;
}
.qa-list-content {
  border-top: solid 1px #ccc;
  margin-top: 10px;
}
.qa-list-content li {
  list-style-type: none;
}
.qa-list.active .qa-list-tit:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.qa-list-tit:after {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .qa-list {
    padding: 10px 15px;
  }
  .qa-list-tit {
    font-size: 20px;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 8px 0px;
  box-sizing: border-box;
}
.btnArea {
  text-align: center;
  font-size: 0px;
  margin: 10px 0px;
}
.btnArea.twoBtn .btn, .btnArea.threeBtn .btn {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 50%;
}
.btnArea.threeBtn .btn {
  white-space: nowrap;
}
.btn a,
.btn button {
  font-size: 30px;
  display: block;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.3s ease all;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 42px;
  background: #05367b;
  overflow: hidden;
  position: relative;
}
.btn a:before,
.btn button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  width: 0px;
  height: 0px;
  transition: 0.6s ease-in-out all;
}
.btn a:hover,
.btn button:hover {
  box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
}
.btn a:hover:before,
.btn button:hover:before {
  width: 800px;
  height: 800px;
}
.btn.twoLines a,
.btn.twoLines button {
  line-height: 1.2;
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn.green a,
.btn.green button {
  background: #4bb847;
}
.btn.orange a,
.btn.orange button {
  background: #f15d21;
}
.btn.red a,
.btn.red button {
  background: #922119;
  text-shadow: none !important;
}
.btn.yellow a,
.btn.yellow button {
  background: #ffff02;
  color: #000;
  text-shadow: none !important;
}
.btn.disable a,
.btn.disable button {
  background: #fff;
  color: rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
  cursor: auto;
}
.btn.disable a:hover,
.btn.disable button:hover {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
  text-shadow: none;
}
.btn.fixedWidth {
  width: 250px;
}
.btn-remark {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}
.btn.white a,
.btn.white button {
  background: #fff;
  color: #333;
}
.btn.borderType a,
.btn.borderType button {
  color: #05367b;
  border: solid 2px;
  background: none;
}
.btn.borderType a:hover,
.btn.borderType button:hover {
  text-shadow: none;
}
.btn.borderType.whiteStyle a,
.btn.borderType.whiteStyle button {
  color: #fff;
}
.btn.borderType.redStyle a,
.btn.borderType.redStyle button {
  color: #d10031;
}
.btn.borderType.blackStyle a,
.btn.borderType.blackStyle button {
  color: #000;
}
.btn.textBtn a,
.btn.textBtn button {
  color: #05367b;
  background: none;
}
.btn.textBtn a:before,
.btn.textBtn button:before {
  background: rgba(0, 0, 0, 0.05);
}
.btn.textBtn a:hover,
.btn.textBtn button:hover {
  text-shadow: none;
  box-shadow: none;
}
.btn.textBtn.whiteStyle a,
.btn.textBtn.whiteStyle button {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 60%;
  }
  .btnArea.twoBtn .btn:not(.sBtn), .btnArea.threeBtn .btn:not(.sBtn) {
    max-width: none;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn a,
  .btn button {
    font-size: 24px;
    line-height: 45px;
    padding: 0px 20px;
    margin: auto;
  }
  .btn-remark {
    padding: 5px 0px 10px;
  }
}
@media screen and (max-width: 430px) {
  .btn {
    width: 80%;
  }
}

.normal a,
.normal button {
  font-size: 24px;
  line-height: 55px;
  padding: 0px 25px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .normal a,
  .normal button {
    font-size: 17px;
    line-height: 45px;
    padding: 0px 10px;
  }
}

.sBtn a,
.sBtn button {
  font-size: 18px;
  line-height: 24px;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .sBtn a,
  .sBtn button {
    font-size: 16px;
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .btnArea.threeBtn .sBtn {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.modal-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: border-box;
  width: 700px;
  box-sizing: border-box;
}
.modal-container .closeBtn {
  z-index: 2;
}
.modal-container-infoArea {
  background: white;
  border-radius: 8px;
  padding: 15px 30px;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.54);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
  box-sizing: border-box;
  overscroll-behavior: contain;
  text-align: center;
}
.modal-container-text {
  font-size: 17px;
  line-height: 30px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.modal-container-text .focusText {
  color: #ab3533;
  font-size: 20px;
}
.modal-container-btnArea {
  margin-top: 30px;
  text-align: center;
  font-size: 0px;
}
.modal-container-btn {
  display: inline-block;
  padding: 0px 24px;
}
.modal-container.fixedHeight {
  top: 10vh;
  transform: translateX(-50%);
}
.modal-container.fixedHeight > div {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
  box-sizing: border-box;
}
.modal-youtube {
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
}
.modal-youtube iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.modal.show {
  display: block;
}
.modal-enter-active, .modal-leave-active {
  transition: opacity 0.5s;
}
.modal-enter, .modal-leave-to {
  opacity: 0;
}
.modal.md .modal-container {
  max-width: 450px;
}
@media screen and (max-width: 991px) {
  .modal-container {
    width: 90%;
  }
  .modal-container-infoArea {
    box-sizing: border-box;
    padding: 30px 15px;
    text-align: center;
  }
  .modal-container .tit:before, .modal-container .tit:after {
    display: none;
  }
  .modal-container .tit > strong {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .modal-container-infoArea {
    border-width: 4px;
  }
  .modal-container-btn {
    margin-bottom: 15px;
  }
}

.openModal {
  cursor: pointer;
}

.closeBtn {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background: #05367b;
  transition: 0.3s ease all;
  cursor: pointer;
  box-shadow: 0px 0px 0px 4px rgba(5, 54, 123, 0.3);
  transform: translate3d(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.closeBtn .material-symbols-outlined {
  transform: translateY(0);
}
.closeBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0%;
  height: 0%;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.2s ease all;
  border-radius: 100%;
}
.closeBtn:hover:before {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .closeBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.chart {
  margin: 15px 0px;
}
.chart-area {
  font-size: 0px;
  text-align: center;
  margin: 15px -30px;
}
.chart-area .chart {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
  padding: 0px 30px;
  margin: 0px;
}
.chart-area.threeChart .chart {
  width: 33.3333333333%;
}
.chart-tit {
  font-size: 22px;
  margin: 10px 0px;
  text-align: center;
}
.chart-tit.type2 {
  font-size: 24px;
}
.chart-tit.type2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #005598;
  width: 8px;
  height: 26px;
  border-radius: 4px;
  position: relative;
  top: -3px;
}
.chart-tit-bg {
  border: solid 1px #ccc;
  display: inline-block;
  padding: 4px 18px;
}
.chart-img {
  max-width: 100%;
  display: block;
  margin: 15px auto;
}
.chart-img.type2 {
  width: 100%;
}
.chart-table {
  margin: 10px 0px;
  overflow-x: auto;
}
.chart-table table {
  width: 100%;
  border-spacing: 1px;
  border-spacing: 0;
  font-size: 17px;
}
.chart-table table thead tr {
  background: #e6a15d;
}
.chart-table table thead tr td {
  color: #fff;
  font-weight: bold;
}
.chart-table table thead tr td:first-of-type {
  border-radius: 10px 0 0 10px;
}
.chart-table table thead tr td:last-of-type {
  border-radius: 0 10px 10px 0;
}
.chart-table table tr {
  background: #fff;
}
.chart-table table tr td {
  text-align: center;
  color: #353535;
  padding: 5px 5px;
}
.chart-table table tr td[align=left] {
  text-align: left;
}
.chart-table table tr td[align=right] {
  text-align: right;
}
.chart-table table tr:nth-of-type(2n+0) {
  background: #f2f2f2;
}
.chart-table table tr.focusTr {
  background: #fff8e8;
}
.chart-remark {
  font-size: 14px;
  margin: 10px 0px;
  color: #666;
}
.chart-remark b,
.chart-remark strong {
  color: #333;
}
.chart-chartAndText {
  font-size: 0px;
}
.chart-chartAndText .chart,
.chart-chartAndText .chartText {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 50%;
}
.chart-chartAndText .chart-img {
  margin-top: 0px;
}
.chart-chartAndText .chartText {
  padding-left: 12px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .chart-area {
    margin: 15px 0px;
  }
  .chart-area .chart {
    display: block;
    padding: 0px;
    width: auto;
    margin: 15px 0px;
  }
  .chart-area .chart + .chart {
    margin-top: 25px;
  }
  .chart-area.threeChart .chart {
    width: auto;
  }
  .chart-tit {
    font-size: 17px;
  }
  .chart-tit.type2 {
    font-size: 17px;
  }
  .chart-tit.type2:before {
    width: 6px;
    height: 17px;
    top: -1px;
  }
  .chart-table table {
    font-size: 14px;
  }
  .chart-remark {
    font-size: 12px;
  }
  .chart-chartAndText .chart,
  .chart-chartAndText .chartText {
    display: block;
    width: auto;
  }
  .chart-chartAndText .chartText {
    padding-left: 0px;
    font-size: 16px;
  }
}

.row {
  margin: 5px -10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.row.vAlignCenter {
  align-items: center;
}

[class*=col-] {
  box-sizing: border-box;
  margin: 10px 10px;
  text-align: left;
}

.col-1 {
  width: calc(4.1666666667% - 20px);
}
.col-2 {
  width: calc(8.3333333333% - 20px);
}
.col-3 {
  width: calc(12.5% - 20px);
}
.col-4 {
  width: calc(16.6666666667% - 20px);
}
.col-5 {
  width: calc(20.8333333333% - 20px);
}
.col-6 {
  width: calc(25% - 20px);
}
.col-7 {
  width: calc(29.1666666667% - 20px);
}
.col-8 {
  width: calc(33.3333333333% - 20px);
}
.col-9 {
  width: calc(37.5% - 20px);
}
.col-10 {
  width: calc(41.6666666667% - 20px);
}
.col-11 {
  width: calc(45.8333333333% - 20px);
}
.col-12 {
  width: calc(50% - 20px);
}
.col-13 {
  width: calc(54.1666666667% - 20px);
}
.col-14 {
  width: calc(58.3333333333% - 20px);
}
.col-15 {
  width: calc(62.5% - 20px);
}
.col-16 {
  width: calc(66.6666666667% - 20px);
}
.col-17 {
  width: calc(70.8333333333% - 20px);
}
.col-18 {
  width: calc(75% - 20px);
}
.col-19 {
  width: calc(79.1666666667% - 20px);
}
.col-20 {
  width: calc(83.3333333333% - 20px);
}
.col-21 {
  width: calc(87.5% - 20px);
}
.col-22 {
  width: calc(91.6666666667% - 20px);
}
.col-23 {
  width: calc(95.8333333333% - 20px);
}
.col-24 {
  width: calc(100% - 20px);
}
@media screen and (max-width: 1399px) {
  .col-xl-1 {
    width: calc(4.1666666667% - 20px);
  }
  .col-xl-2 {
    width: calc(8.3333333333% - 20px);
  }
  .col-xl-3 {
    width: calc(12.5% - 20px);
  }
  .col-xl-4 {
    width: calc(16.6666666667% - 20px);
  }
  .col-xl-5 {
    width: calc(20.8333333333% - 20px);
  }
  .col-xl-6 {
    width: calc(25% - 20px);
  }
  .col-xl-7 {
    width: calc(29.1666666667% - 20px);
  }
  .col-xl-8 {
    width: calc(33.3333333333% - 20px);
  }
  .col-xl-9 {
    width: calc(37.5% - 20px);
  }
  .col-xl-10 {
    width: calc(41.6666666667% - 20px);
  }
  .col-xl-11 {
    width: calc(45.8333333333% - 20px);
  }
  .col-xl-12 {
    width: calc(50% - 20px);
  }
  .col-xl-13 {
    width: calc(54.1666666667% - 20px);
  }
  .col-xl-14 {
    width: calc(58.3333333333% - 20px);
  }
  .col-xl-15 {
    width: calc(62.5% - 20px);
  }
  .col-xl-16 {
    width: calc(66.6666666667% - 20px);
  }
  .col-xl-17 {
    width: calc(70.8333333333% - 20px);
  }
  .col-xl-18 {
    width: calc(75% - 20px);
  }
  .col-xl-19 {
    width: calc(79.1666666667% - 20px);
  }
  .col-xl-20 {
    width: calc(83.3333333333% - 20px);
  }
  .col-xl-21 {
    width: calc(87.5% - 20px);
  }
  .col-xl-22 {
    width: calc(91.6666666667% - 20px);
  }
  .col-xl-23 {
    width: calc(95.8333333333% - 20px);
  }
  .col-xl-24 {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1199px) {
  .col-lg-1 {
    width: calc(4.1666666667% - 20px);
  }
  .col-lg-2 {
    width: calc(8.3333333333% - 20px);
  }
  .col-lg-3 {
    width: calc(12.5% - 20px);
  }
  .col-lg-4 {
    width: calc(16.6666666667% - 20px);
  }
  .col-lg-5 {
    width: calc(20.8333333333% - 20px);
  }
  .col-lg-6 {
    width: calc(25% - 20px);
  }
  .col-lg-7 {
    width: calc(29.1666666667% - 20px);
  }
  .col-lg-8 {
    width: calc(33.3333333333% - 20px);
  }
  .col-lg-9 {
    width: calc(37.5% - 20px);
  }
  .col-lg-10 {
    width: calc(41.6666666667% - 20px);
  }
  .col-lg-11 {
    width: calc(45.8333333333% - 20px);
  }
  .col-lg-12 {
    width: calc(50% - 20px);
  }
  .col-lg-13 {
    width: calc(54.1666666667% - 20px);
  }
  .col-lg-14 {
    width: calc(58.3333333333% - 20px);
  }
  .col-lg-15 {
    width: calc(62.5% - 20px);
  }
  .col-lg-16 {
    width: calc(66.6666666667% - 20px);
  }
  .col-lg-17 {
    width: calc(70.8333333333% - 20px);
  }
  .col-lg-18 {
    width: calc(75% - 20px);
  }
  .col-lg-19 {
    width: calc(79.1666666667% - 20px);
  }
  .col-lg-20 {
    width: calc(83.3333333333% - 20px);
  }
  .col-lg-21 {
    width: calc(87.5% - 20px);
  }
  .col-lg-22 {
    width: calc(91.6666666667% - 20px);
  }
  .col-lg-23 {
    width: calc(95.8333333333% - 20px);
  }
  .col-lg-24 {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .col-md-1 {
    width: calc(4.1666666667% - 20px);
  }
  .col-md-2 {
    width: calc(8.3333333333% - 20px);
  }
  .col-md-3 {
    width: calc(12.5% - 20px);
  }
  .col-md-4 {
    width: calc(16.6666666667% - 20px);
  }
  .col-md-5 {
    width: calc(20.8333333333% - 20px);
  }
  .col-md-6 {
    width: calc(25% - 20px);
  }
  .col-md-7 {
    width: calc(29.1666666667% - 20px);
  }
  .col-md-8 {
    width: calc(33.3333333333% - 20px);
  }
  .col-md-9 {
    width: calc(37.5% - 20px);
  }
  .col-md-10 {
    width: calc(41.6666666667% - 20px);
  }
  .col-md-11 {
    width: calc(45.8333333333% - 20px);
  }
  .col-md-12 {
    width: calc(50% - 20px);
  }
  .col-md-13 {
    width: calc(54.1666666667% - 20px);
  }
  .col-md-14 {
    width: calc(58.3333333333% - 20px);
  }
  .col-md-15 {
    width: calc(62.5% - 20px);
  }
  .col-md-16 {
    width: calc(66.6666666667% - 20px);
  }
  .col-md-17 {
    width: calc(70.8333333333% - 20px);
  }
  .col-md-18 {
    width: calc(75% - 20px);
  }
  .col-md-19 {
    width: calc(79.1666666667% - 20px);
  }
  .col-md-20 {
    width: calc(83.3333333333% - 20px);
  }
  .col-md-21 {
    width: calc(87.5% - 20px);
  }
  .col-md-22 {
    width: calc(91.6666666667% - 20px);
  }
  .col-md-23 {
    width: calc(95.8333333333% - 20px);
  }
  .col-md-24 {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .col-sm-1 {
    width: calc(4.1666666667% - 20px);
  }
  .col-sm-2 {
    width: calc(8.3333333333% - 20px);
  }
  .col-sm-3 {
    width: calc(12.5% - 20px);
  }
  .col-sm-4 {
    width: calc(16.6666666667% - 20px);
  }
  .col-sm-5 {
    width: calc(20.8333333333% - 20px);
  }
  .col-sm-6 {
    width: calc(25% - 20px);
  }
  .col-sm-7 {
    width: calc(29.1666666667% - 20px);
  }
  .col-sm-8 {
    width: calc(33.3333333333% - 20px);
  }
  .col-sm-9 {
    width: calc(37.5% - 20px);
  }
  .col-sm-10 {
    width: calc(41.6666666667% - 20px);
  }
  .col-sm-11 {
    width: calc(45.8333333333% - 20px);
  }
  .col-sm-12 {
    width: calc(50% - 20px);
  }
  .col-sm-13 {
    width: calc(54.1666666667% - 20px);
  }
  .col-sm-14 {
    width: calc(58.3333333333% - 20px);
  }
  .col-sm-15 {
    width: calc(62.5% - 20px);
  }
  .col-sm-16 {
    width: calc(66.6666666667% - 20px);
  }
  .col-sm-17 {
    width: calc(70.8333333333% - 20px);
  }
  .col-sm-18 {
    width: calc(75% - 20px);
  }
  .col-sm-19 {
    width: calc(79.1666666667% - 20px);
  }
  .col-sm-20 {
    width: calc(83.3333333333% - 20px);
  }
  .col-sm-21 {
    width: calc(87.5% - 20px);
  }
  .col-sm-22 {
    width: calc(91.6666666667% - 20px);
  }
  .col-sm-23 {
    width: calc(95.8333333333% - 20px);
  }
  .col-sm-24 {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 359px) {
  .col-xs-1 {
    width: calc(4.1666666667% - 20px);
  }
  .col-xs-2 {
    width: calc(8.3333333333% - 20px);
  }
  .col-xs-3 {
    width: calc(12.5% - 20px);
  }
  .col-xs-4 {
    width: calc(16.6666666667% - 20px);
  }
  .col-xs-5 {
    width: calc(20.8333333333% - 20px);
  }
  .col-xs-6 {
    width: calc(25% - 20px);
  }
  .col-xs-7 {
    width: calc(29.1666666667% - 20px);
  }
  .col-xs-8 {
    width: calc(33.3333333333% - 20px);
  }
  .col-xs-9 {
    width: calc(37.5% - 20px);
  }
  .col-xs-10 {
    width: calc(41.6666666667% - 20px);
  }
  .col-xs-11 {
    width: calc(45.8333333333% - 20px);
  }
  .col-xs-12 {
    width: calc(50% - 20px);
  }
  .col-xs-13 {
    width: calc(54.1666666667% - 20px);
  }
  .col-xs-14 {
    width: calc(58.3333333333% - 20px);
  }
  .col-xs-15 {
    width: calc(62.5% - 20px);
  }
  .col-xs-16 {
    width: calc(66.6666666667% - 20px);
  }
  .col-xs-17 {
    width: calc(70.8333333333% - 20px);
  }
  .col-xs-18 {
    width: calc(75% - 20px);
  }
  .col-xs-19 {
    width: calc(79.1666666667% - 20px);
  }
  .col-xs-20 {
    width: calc(83.3333333333% - 20px);
  }
  .col-xs-21 {
    width: calc(87.5% - 20px);
  }
  .col-xs-22 {
    width: calc(91.6666666667% - 20px);
  }
  .col-xs-23 {
    width: calc(95.8333333333% - 20px);
  }
  .col-xs-24 {
    width: calc(100% - 20px);
  }
}

.margin-top-0 {
  margin-top: 0px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-55 {
  margin-top: 55px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-top-65 {
  margin-top: 65px !important;
}
.margin-top-70 {
  margin-top: 70px !important;
}
.margin-top-75 {
  margin-top: 75px !important;
}
.margin-top-80 {
  margin-top: 80px !important;
}
.margin-top-85 {
  margin-top: 85px !important;
}
.margin-top-90 {
  margin-top: 90px !important;
}
.margin-top-95 {
  margin-top: 95px !important;
}
.margin-top-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 1599px) {
  .margin-top-xxl-0 {
    margin-top: 0px !important;
  }
  .margin-top-xxl-5 {
    margin-top: 5px !important;
  }
  .margin-top-xxl-10 {
    margin-top: 10px !important;
  }
  .margin-top-xxl-15 {
    margin-top: 15px !important;
  }
  .margin-top-xxl-20 {
    margin-top: 20px !important;
  }
  .margin-top-xxl-25 {
    margin-top: 25px !important;
  }
  .margin-top-xxl-30 {
    margin-top: 30px !important;
  }
  .margin-top-xxl-35 {
    margin-top: 35px !important;
  }
  .margin-top-xxl-40 {
    margin-top: 40px !important;
  }
  .margin-top-xxl-45 {
    margin-top: 45px !important;
  }
  .margin-top-xxl-50 {
    margin-top: 50px !important;
  }
  .margin-top-xxl-55 {
    margin-top: 55px !important;
  }
  .margin-top-xxl-60 {
    margin-top: 60px !important;
  }
  .margin-top-xxl-65 {
    margin-top: 65px !important;
  }
  .margin-top-xxl-70 {
    margin-top: 70px !important;
  }
  .margin-top-xxl-75 {
    margin-top: 75px !important;
  }
  .margin-top-xxl-80 {
    margin-top: 80px !important;
  }
  .margin-top-xxl-85 {
    margin-top: 85px !important;
  }
  .margin-top-xxl-90 {
    margin-top: 90px !important;
  }
  .margin-top-xxl-95 {
    margin-top: 95px !important;
  }
  .margin-top-xxl-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 1399px) {
  .margin-top-xl-0 {
    margin-top: 0px !important;
  }
  .margin-top-xl-5 {
    margin-top: 5px !important;
  }
  .margin-top-xl-10 {
    margin-top: 10px !important;
  }
  .margin-top-xl-15 {
    margin-top: 15px !important;
  }
  .margin-top-xl-20 {
    margin-top: 20px !important;
  }
  .margin-top-xl-25 {
    margin-top: 25px !important;
  }
  .margin-top-xl-30 {
    margin-top: 30px !important;
  }
  .margin-top-xl-35 {
    margin-top: 35px !important;
  }
  .margin-top-xl-40 {
    margin-top: 40px !important;
  }
  .margin-top-xl-45 {
    margin-top: 45px !important;
  }
  .margin-top-xl-50 {
    margin-top: 50px !important;
  }
  .margin-top-xl-55 {
    margin-top: 55px !important;
  }
  .margin-top-xl-60 {
    margin-top: 60px !important;
  }
  .margin-top-xl-65 {
    margin-top: 65px !important;
  }
  .margin-top-xl-70 {
    margin-top: 70px !important;
  }
  .margin-top-xl-75 {
    margin-top: 75px !important;
  }
  .margin-top-xl-80 {
    margin-top: 80px !important;
  }
  .margin-top-xl-85 {
    margin-top: 85px !important;
  }
  .margin-top-xl-90 {
    margin-top: 90px !important;
  }
  .margin-top-xl-95 {
    margin-top: 95px !important;
  }
  .margin-top-xl-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 1199px) {
  .margin-top-lg-0 {
    margin-top: 0px !important;
  }
  .margin-top-lg-5 {
    margin-top: 5px !important;
  }
  .margin-top-lg-10 {
    margin-top: 10px !important;
  }
  .margin-top-lg-15 {
    margin-top: 15px !important;
  }
  .margin-top-lg-20 {
    margin-top: 20px !important;
  }
  .margin-top-lg-25 {
    margin-top: 25px !important;
  }
  .margin-top-lg-30 {
    margin-top: 30px !important;
  }
  .margin-top-lg-35 {
    margin-top: 35px !important;
  }
  .margin-top-lg-40 {
    margin-top: 40px !important;
  }
  .margin-top-lg-45 {
    margin-top: 45px !important;
  }
  .margin-top-lg-50 {
    margin-top: 50px !important;
  }
  .margin-top-lg-55 {
    margin-top: 55px !important;
  }
  .margin-top-lg-60 {
    margin-top: 60px !important;
  }
  .margin-top-lg-65 {
    margin-top: 65px !important;
  }
  .margin-top-lg-70 {
    margin-top: 70px !important;
  }
  .margin-top-lg-75 {
    margin-top: 75px !important;
  }
  .margin-top-lg-80 {
    margin-top: 80px !important;
  }
  .margin-top-lg-85 {
    margin-top: 85px !important;
  }
  .margin-top-lg-90 {
    margin-top: 90px !important;
  }
  .margin-top-lg-95 {
    margin-top: 95px !important;
  }
  .margin-top-lg-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .margin-top-md-0 {
    margin-top: 0px !important;
  }
  .margin-top-md-5 {
    margin-top: 5px !important;
  }
  .margin-top-md-10 {
    margin-top: 10px !important;
  }
  .margin-top-md-15 {
    margin-top: 15px !important;
  }
  .margin-top-md-20 {
    margin-top: 20px !important;
  }
  .margin-top-md-25 {
    margin-top: 25px !important;
  }
  .margin-top-md-30 {
    margin-top: 30px !important;
  }
  .margin-top-md-35 {
    margin-top: 35px !important;
  }
  .margin-top-md-40 {
    margin-top: 40px !important;
  }
  .margin-top-md-45 {
    margin-top: 45px !important;
  }
  .margin-top-md-50 {
    margin-top: 50px !important;
  }
  .margin-top-md-55 {
    margin-top: 55px !important;
  }
  .margin-top-md-60 {
    margin-top: 60px !important;
  }
  .margin-top-md-65 {
    margin-top: 65px !important;
  }
  .margin-top-md-70 {
    margin-top: 70px !important;
  }
  .margin-top-md-75 {
    margin-top: 75px !important;
  }
  .margin-top-md-80 {
    margin-top: 80px !important;
  }
  .margin-top-md-85 {
    margin-top: 85px !important;
  }
  .margin-top-md-90 {
    margin-top: 90px !important;
  }
  .margin-top-md-95 {
    margin-top: 95px !important;
  }
  .margin-top-md-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .margin-top-sm-0 {
    margin-top: 0px !important;
  }
  .margin-top-sm-5 {
    margin-top: 5px !important;
  }
  .margin-top-sm-10 {
    margin-top: 10px !important;
  }
  .margin-top-sm-15 {
    margin-top: 15px !important;
  }
  .margin-top-sm-20 {
    margin-top: 20px !important;
  }
  .margin-top-sm-25 {
    margin-top: 25px !important;
  }
  .margin-top-sm-30 {
    margin-top: 30px !important;
  }
  .margin-top-sm-35 {
    margin-top: 35px !important;
  }
  .margin-top-sm-40 {
    margin-top: 40px !important;
  }
  .margin-top-sm-45 {
    margin-top: 45px !important;
  }
  .margin-top-sm-50 {
    margin-top: 50px !important;
  }
  .margin-top-sm-55 {
    margin-top: 55px !important;
  }
  .margin-top-sm-60 {
    margin-top: 60px !important;
  }
  .margin-top-sm-65 {
    margin-top: 65px !important;
  }
  .margin-top-sm-70 {
    margin-top: 70px !important;
  }
  .margin-top-sm-75 {
    margin-top: 75px !important;
  }
  .margin-top-sm-80 {
    margin-top: 80px !important;
  }
  .margin-top-sm-85 {
    margin-top: 85px !important;
  }
  .margin-top-sm-90 {
    margin-top: 90px !important;
  }
  .margin-top-sm-95 {
    margin-top: 95px !important;
  }
  .margin-top-sm-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 359px) {
  .margin-top-xs-0 {
    margin-top: 0px !important;
  }
  .margin-top-xs-5 {
    margin-top: 5px !important;
  }
  .margin-top-xs-10 {
    margin-top: 10px !important;
  }
  .margin-top-xs-15 {
    margin-top: 15px !important;
  }
  .margin-top-xs-20 {
    margin-top: 20px !important;
  }
  .margin-top-xs-25 {
    margin-top: 25px !important;
  }
  .margin-top-xs-30 {
    margin-top: 30px !important;
  }
  .margin-top-xs-35 {
    margin-top: 35px !important;
  }
  .margin-top-xs-40 {
    margin-top: 40px !important;
  }
  .margin-top-xs-45 {
    margin-top: 45px !important;
  }
  .margin-top-xs-50 {
    margin-top: 50px !important;
  }
  .margin-top-xs-55 {
    margin-top: 55px !important;
  }
  .margin-top-xs-60 {
    margin-top: 60px !important;
  }
  .margin-top-xs-65 {
    margin-top: 65px !important;
  }
  .margin-top-xs-70 {
    margin-top: 70px !important;
  }
  .margin-top-xs-75 {
    margin-top: 75px !important;
  }
  .margin-top-xs-80 {
    margin-top: 80px !important;
  }
  .margin-top-xs-85 {
    margin-top: 85px !important;
  }
  .margin-top-xs-90 {
    margin-top: 90px !important;
  }
  .margin-top-xs-95 {
    margin-top: 95px !important;
  }
  .margin-top-xs-100 {
    margin-top: 100px !important;
  }
}
.margin-right-0 {
  margin-right: 0px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-25 {
  margin-right: 25px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-right-35 {
  margin-right: 35px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-right-45 {
  margin-right: 45px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}
.margin-right-55 {
  margin-right: 55px !important;
}
.margin-right-60 {
  margin-right: 60px !important;
}
.margin-right-65 {
  margin-right: 65px !important;
}
.margin-right-70 {
  margin-right: 70px !important;
}
.margin-right-75 {
  margin-right: 75px !important;
}
.margin-right-80 {
  margin-right: 80px !important;
}
.margin-right-85 {
  margin-right: 85px !important;
}
.margin-right-90 {
  margin-right: 90px !important;
}
.margin-right-95 {
  margin-right: 95px !important;
}
.margin-right-100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 1599px) {
  .margin-right-xxl-0 {
    margin-right: 0px !important;
  }
  .margin-right-xxl-5 {
    margin-right: 5px !important;
  }
  .margin-right-xxl-10 {
    margin-right: 10px !important;
  }
  .margin-right-xxl-15 {
    margin-right: 15px !important;
  }
  .margin-right-xxl-20 {
    margin-right: 20px !important;
  }
  .margin-right-xxl-25 {
    margin-right: 25px !important;
  }
  .margin-right-xxl-30 {
    margin-right: 30px !important;
  }
  .margin-right-xxl-35 {
    margin-right: 35px !important;
  }
  .margin-right-xxl-40 {
    margin-right: 40px !important;
  }
  .margin-right-xxl-45 {
    margin-right: 45px !important;
  }
  .margin-right-xxl-50 {
    margin-right: 50px !important;
  }
  .margin-right-xxl-55 {
    margin-right: 55px !important;
  }
  .margin-right-xxl-60 {
    margin-right: 60px !important;
  }
  .margin-right-xxl-65 {
    margin-right: 65px !important;
  }
  .margin-right-xxl-70 {
    margin-right: 70px !important;
  }
  .margin-right-xxl-75 {
    margin-right: 75px !important;
  }
  .margin-right-xxl-80 {
    margin-right: 80px !important;
  }
  .margin-right-xxl-85 {
    margin-right: 85px !important;
  }
  .margin-right-xxl-90 {
    margin-right: 90px !important;
  }
  .margin-right-xxl-95 {
    margin-right: 95px !important;
  }
  .margin-right-xxl-100 {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 1399px) {
  .margin-right-xl-0 {
    margin-right: 0px !important;
  }
  .margin-right-xl-5 {
    margin-right: 5px !important;
  }
  .margin-right-xl-10 {
    margin-right: 10px !important;
  }
  .margin-right-xl-15 {
    margin-right: 15px !important;
  }
  .margin-right-xl-20 {
    margin-right: 20px !important;
  }
  .margin-right-xl-25 {
    margin-right: 25px !important;
  }
  .margin-right-xl-30 {
    margin-right: 30px !important;
  }
  .margin-right-xl-35 {
    margin-right: 35px !important;
  }
  .margin-right-xl-40 {
    margin-right: 40px !important;
  }
  .margin-right-xl-45 {
    margin-right: 45px !important;
  }
  .margin-right-xl-50 {
    margin-right: 50px !important;
  }
  .margin-right-xl-55 {
    margin-right: 55px !important;
  }
  .margin-right-xl-60 {
    margin-right: 60px !important;
  }
  .margin-right-xl-65 {
    margin-right: 65px !important;
  }
  .margin-right-xl-70 {
    margin-right: 70px !important;
  }
  .margin-right-xl-75 {
    margin-right: 75px !important;
  }
  .margin-right-xl-80 {
    margin-right: 80px !important;
  }
  .margin-right-xl-85 {
    margin-right: 85px !important;
  }
  .margin-right-xl-90 {
    margin-right: 90px !important;
  }
  .margin-right-xl-95 {
    margin-right: 95px !important;
  }
  .margin-right-xl-100 {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 1199px) {
  .margin-right-lg-0 {
    margin-right: 0px !important;
  }
  .margin-right-lg-5 {
    margin-right: 5px !important;
  }
  .margin-right-lg-10 {
    margin-right: 10px !important;
  }
  .margin-right-lg-15 {
    margin-right: 15px !important;
  }
  .margin-right-lg-20 {
    margin-right: 20px !important;
  }
  .margin-right-lg-25 {
    margin-right: 25px !important;
  }
  .margin-right-lg-30 {
    margin-right: 30px !important;
  }
  .margin-right-lg-35 {
    margin-right: 35px !important;
  }
  .margin-right-lg-40 {
    margin-right: 40px !important;
  }
  .margin-right-lg-45 {
    margin-right: 45px !important;
  }
  .margin-right-lg-50 {
    margin-right: 50px !important;
  }
  .margin-right-lg-55 {
    margin-right: 55px !important;
  }
  .margin-right-lg-60 {
    margin-right: 60px !important;
  }
  .margin-right-lg-65 {
    margin-right: 65px !important;
  }
  .margin-right-lg-70 {
    margin-right: 70px !important;
  }
  .margin-right-lg-75 {
    margin-right: 75px !important;
  }
  .margin-right-lg-80 {
    margin-right: 80px !important;
  }
  .margin-right-lg-85 {
    margin-right: 85px !important;
  }
  .margin-right-lg-90 {
    margin-right: 90px !important;
  }
  .margin-right-lg-95 {
    margin-right: 95px !important;
  }
  .margin-right-lg-100 {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .margin-right-md-0 {
    margin-right: 0px !important;
  }
  .margin-right-md-5 {
    margin-right: 5px !important;
  }
  .margin-right-md-10 {
    margin-right: 10px !important;
  }
  .margin-right-md-15 {
    margin-right: 15px !important;
  }
  .margin-right-md-20 {
    margin-right: 20px !important;
  }
  .margin-right-md-25 {
    margin-right: 25px !important;
  }
  .margin-right-md-30 {
    margin-right: 30px !important;
  }
  .margin-right-md-35 {
    margin-right: 35px !important;
  }
  .margin-right-md-40 {
    margin-right: 40px !important;
  }
  .margin-right-md-45 {
    margin-right: 45px !important;
  }
  .margin-right-md-50 {
    margin-right: 50px !important;
  }
  .margin-right-md-55 {
    margin-right: 55px !important;
  }
  .margin-right-md-60 {
    margin-right: 60px !important;
  }
  .margin-right-md-65 {
    margin-right: 65px !important;
  }
  .margin-right-md-70 {
    margin-right: 70px !important;
  }
  .margin-right-md-75 {
    margin-right: 75px !important;
  }
  .margin-right-md-80 {
    margin-right: 80px !important;
  }
  .margin-right-md-85 {
    margin-right: 85px !important;
  }
  .margin-right-md-90 {
    margin-right: 90px !important;
  }
  .margin-right-md-95 {
    margin-right: 95px !important;
  }
  .margin-right-md-100 {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .margin-right-sm-0 {
    margin-right: 0px !important;
  }
  .margin-right-sm-5 {
    margin-right: 5px !important;
  }
  .margin-right-sm-10 {
    margin-right: 10px !important;
  }
  .margin-right-sm-15 {
    margin-right: 15px !important;
  }
  .margin-right-sm-20 {
    margin-right: 20px !important;
  }
  .margin-right-sm-25 {
    margin-right: 25px !important;
  }
  .margin-right-sm-30 {
    margin-right: 30px !important;
  }
  .margin-right-sm-35 {
    margin-right: 35px !important;
  }
  .margin-right-sm-40 {
    margin-right: 40px !important;
  }
  .margin-right-sm-45 {
    margin-right: 45px !important;
  }
  .margin-right-sm-50 {
    margin-right: 50px !important;
  }
  .margin-right-sm-55 {
    margin-right: 55px !important;
  }
  .margin-right-sm-60 {
    margin-right: 60px !important;
  }
  .margin-right-sm-65 {
    margin-right: 65px !important;
  }
  .margin-right-sm-70 {
    margin-right: 70px !important;
  }
  .margin-right-sm-75 {
    margin-right: 75px !important;
  }
  .margin-right-sm-80 {
    margin-right: 80px !important;
  }
  .margin-right-sm-85 {
    margin-right: 85px !important;
  }
  .margin-right-sm-90 {
    margin-right: 90px !important;
  }
  .margin-right-sm-95 {
    margin-right: 95px !important;
  }
  .margin-right-sm-100 {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 359px) {
  .margin-right-xs-0 {
    margin-right: 0px !important;
  }
  .margin-right-xs-5 {
    margin-right: 5px !important;
  }
  .margin-right-xs-10 {
    margin-right: 10px !important;
  }
  .margin-right-xs-15 {
    margin-right: 15px !important;
  }
  .margin-right-xs-20 {
    margin-right: 20px !important;
  }
  .margin-right-xs-25 {
    margin-right: 25px !important;
  }
  .margin-right-xs-30 {
    margin-right: 30px !important;
  }
  .margin-right-xs-35 {
    margin-right: 35px !important;
  }
  .margin-right-xs-40 {
    margin-right: 40px !important;
  }
  .margin-right-xs-45 {
    margin-right: 45px !important;
  }
  .margin-right-xs-50 {
    margin-right: 50px !important;
  }
  .margin-right-xs-55 {
    margin-right: 55px !important;
  }
  .margin-right-xs-60 {
    margin-right: 60px !important;
  }
  .margin-right-xs-65 {
    margin-right: 65px !important;
  }
  .margin-right-xs-70 {
    margin-right: 70px !important;
  }
  .margin-right-xs-75 {
    margin-right: 75px !important;
  }
  .margin-right-xs-80 {
    margin-right: 80px !important;
  }
  .margin-right-xs-85 {
    margin-right: 85px !important;
  }
  .margin-right-xs-90 {
    margin-right: 90px !important;
  }
  .margin-right-xs-95 {
    margin-right: 95px !important;
  }
  .margin-right-xs-100 {
    margin-right: 100px !important;
  }
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-55 {
  margin-bottom: 55px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.margin-bottom-65 {
  margin-bottom: 65px !important;
}
.margin-bottom-70 {
  margin-bottom: 70px !important;
}
.margin-bottom-75 {
  margin-bottom: 75px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}
.margin-bottom-85 {
  margin-bottom: 85px !important;
}
.margin-bottom-90 {
  margin-bottom: 90px !important;
}
.margin-bottom-95 {
  margin-bottom: 95px !important;
}
.margin-bottom-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1599px) {
  .margin-bottom-xxl-0 {
    margin-bottom: 0px !important;
  }
  .margin-bottom-xxl-5 {
    margin-bottom: 5px !important;
  }
  .margin-bottom-xxl-10 {
    margin-bottom: 10px !important;
  }
  .margin-bottom-xxl-15 {
    margin-bottom: 15px !important;
  }
  .margin-bottom-xxl-20 {
    margin-bottom: 20px !important;
  }
  .margin-bottom-xxl-25 {
    margin-bottom: 25px !important;
  }
  .margin-bottom-xxl-30 {
    margin-bottom: 30px !important;
  }
  .margin-bottom-xxl-35 {
    margin-bottom: 35px !important;
  }
  .margin-bottom-xxl-40 {
    margin-bottom: 40px !important;
  }
  .margin-bottom-xxl-45 {
    margin-bottom: 45px !important;
  }
  .margin-bottom-xxl-50 {
    margin-bottom: 50px !important;
  }
  .margin-bottom-xxl-55 {
    margin-bottom: 55px !important;
  }
  .margin-bottom-xxl-60 {
    margin-bottom: 60px !important;
  }
  .margin-bottom-xxl-65 {
    margin-bottom: 65px !important;
  }
  .margin-bottom-xxl-70 {
    margin-bottom: 70px !important;
  }
  .margin-bottom-xxl-75 {
    margin-bottom: 75px !important;
  }
  .margin-bottom-xxl-80 {
    margin-bottom: 80px !important;
  }
  .margin-bottom-xxl-85 {
    margin-bottom: 85px !important;
  }
  .margin-bottom-xxl-90 {
    margin-bottom: 90px !important;
  }
  .margin-bottom-xxl-95 {
    margin-bottom: 95px !important;
  }
  .margin-bottom-xxl-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 1399px) {
  .margin-bottom-xl-0 {
    margin-bottom: 0px !important;
  }
  .margin-bottom-xl-5 {
    margin-bottom: 5px !important;
  }
  .margin-bottom-xl-10 {
    margin-bottom: 10px !important;
  }
  .margin-bottom-xl-15 {
    margin-bottom: 15px !important;
  }
  .margin-bottom-xl-20 {
    margin-bottom: 20px !important;
  }
  .margin-bottom-xl-25 {
    margin-bottom: 25px !important;
  }
  .margin-bottom-xl-30 {
    margin-bottom: 30px !important;
  }
  .margin-bottom-xl-35 {
    margin-bottom: 35px !important;
  }
  .margin-bottom-xl-40 {
    margin-bottom: 40px !important;
  }
  .margin-bottom-xl-45 {
    margin-bottom: 45px !important;
  }
  .margin-bottom-xl-50 {
    margin-bottom: 50px !important;
  }
  .margin-bottom-xl-55 {
    margin-bottom: 55px !important;
  }
  .margin-bottom-xl-60 {
    margin-bottom: 60px !important;
  }
  .margin-bottom-xl-65 {
    margin-bottom: 65px !important;
  }
  .margin-bottom-xl-70 {
    margin-bottom: 70px !important;
  }
  .margin-bottom-xl-75 {
    margin-bottom: 75px !important;
  }
  .margin-bottom-xl-80 {
    margin-bottom: 80px !important;
  }
  .margin-bottom-xl-85 {
    margin-bottom: 85px !important;
  }
  .margin-bottom-xl-90 {
    margin-bottom: 90px !important;
  }
  .margin-bottom-xl-95 {
    margin-bottom: 95px !important;
  }
  .margin-bottom-xl-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 1199px) {
  .margin-bottom-lg-0 {
    margin-bottom: 0px !important;
  }
  .margin-bottom-lg-5 {
    margin-bottom: 5px !important;
  }
  .margin-bottom-lg-10 {
    margin-bottom: 10px !important;
  }
  .margin-bottom-lg-15 {
    margin-bottom: 15px !important;
  }
  .margin-bottom-lg-20 {
    margin-bottom: 20px !important;
  }
  .margin-bottom-lg-25 {
    margin-bottom: 25px !important;
  }
  .margin-bottom-lg-30 {
    margin-bottom: 30px !important;
  }
  .margin-bottom-lg-35 {
    margin-bottom: 35px !important;
  }
  .margin-bottom-lg-40 {
    margin-bottom: 40px !important;
  }
  .margin-bottom-lg-45 {
    margin-bottom: 45px !important;
  }
  .margin-bottom-lg-50 {
    margin-bottom: 50px !important;
  }
  .margin-bottom-lg-55 {
    margin-bottom: 55px !important;
  }
  .margin-bottom-lg-60 {
    margin-bottom: 60px !important;
  }
  .margin-bottom-lg-65 {
    margin-bottom: 65px !important;
  }
  .margin-bottom-lg-70 {
    margin-bottom: 70px !important;
  }
  .margin-bottom-lg-75 {
    margin-bottom: 75px !important;
  }
  .margin-bottom-lg-80 {
    margin-bottom: 80px !important;
  }
  .margin-bottom-lg-85 {
    margin-bottom: 85px !important;
  }
  .margin-bottom-lg-90 {
    margin-bottom: 90px !important;
  }
  .margin-bottom-lg-95 {
    margin-bottom: 95px !important;
  }
  .margin-bottom-lg-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .margin-bottom-md-0 {
    margin-bottom: 0px !important;
  }
  .margin-bottom-md-5 {
    margin-bottom: 5px !important;
  }
  .margin-bottom-md-10 {
    margin-bottom: 10px !important;
  }
  .margin-bottom-md-15 {
    margin-bottom: 15px !important;
  }
  .margin-bottom-md-20 {
    margin-bottom: 20px !important;
  }
  .margin-bottom-md-25 {
    margin-bottom: 25px !important;
  }
  .margin-bottom-md-30 {
    margin-bottom: 30px !important;
  }
  .margin-bottom-md-35 {
    margin-bottom: 35px !important;
  }
  .margin-bottom-md-40 {
    margin-bottom: 40px !important;
  }
  .margin-bottom-md-45 {
    margin-bottom: 45px !important;
  }
  .margin-bottom-md-50 {
    margin-bottom: 50px !important;
  }
  .margin-bottom-md-55 {
    margin-bottom: 55px !important;
  }
  .margin-bottom-md-60 {
    margin-bottom: 60px !important;
  }
  .margin-bottom-md-65 {
    margin-bottom: 65px !important;
  }
  .margin-bottom-md-70 {
    margin-bottom: 70px !important;
  }
  .margin-bottom-md-75 {
    margin-bottom: 75px !important;
  }
  .margin-bottom-md-80 {
    margin-bottom: 80px !important;
  }
  .margin-bottom-md-85 {
    margin-bottom: 85px !important;
  }
  .margin-bottom-md-90 {
    margin-bottom: 90px !important;
  }
  .margin-bottom-md-95 {
    margin-bottom: 95px !important;
  }
  .margin-bottom-md-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .margin-bottom-sm-0 {
    margin-bottom: 0px !important;
  }
  .margin-bottom-sm-5 {
    margin-bottom: 5px !important;
  }
  .margin-bottom-sm-10 {
    margin-bottom: 10px !important;
  }
  .margin-bottom-sm-15 {
    margin-bottom: 15px !important;
  }
  .margin-bottom-sm-20 {
    margin-bottom: 20px !important;
  }
  .margin-bottom-sm-25 {
    margin-bottom: 25px !important;
  }
  .margin-bottom-sm-30 {
    margin-bottom: 30px !important;
  }
  .margin-bottom-sm-35 {
    margin-bottom: 35px !important;
  }
  .margin-bottom-sm-40 {
    margin-bottom: 40px !important;
  }
  .margin-bottom-sm-45 {
    margin-bottom: 45px !important;
  }
  .margin-bottom-sm-50 {
    margin-bottom: 50px !important;
  }
  .margin-bottom-sm-55 {
    margin-bottom: 55px !important;
  }
  .margin-bottom-sm-60 {
    margin-bottom: 60px !important;
  }
  .margin-bottom-sm-65 {
    margin-bottom: 65px !important;
  }
  .margin-bottom-sm-70 {
    margin-bottom: 70px !important;
  }
  .margin-bottom-sm-75 {
    margin-bottom: 75px !important;
  }
  .margin-bottom-sm-80 {
    margin-bottom: 80px !important;
  }
  .margin-bottom-sm-85 {
    margin-bottom: 85px !important;
  }
  .margin-bottom-sm-90 {
    margin-bottom: 90px !important;
  }
  .margin-bottom-sm-95 {
    margin-bottom: 95px !important;
  }
  .margin-bottom-sm-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 359px) {
  .margin-bottom-xs-0 {
    margin-bottom: 0px !important;
  }
  .margin-bottom-xs-5 {
    margin-bottom: 5px !important;
  }
  .margin-bottom-xs-10 {
    margin-bottom: 10px !important;
  }
  .margin-bottom-xs-15 {
    margin-bottom: 15px !important;
  }
  .margin-bottom-xs-20 {
    margin-bottom: 20px !important;
  }
  .margin-bottom-xs-25 {
    margin-bottom: 25px !important;
  }
  .margin-bottom-xs-30 {
    margin-bottom: 30px !important;
  }
  .margin-bottom-xs-35 {
    margin-bottom: 35px !important;
  }
  .margin-bottom-xs-40 {
    margin-bottom: 40px !important;
  }
  .margin-bottom-xs-45 {
    margin-bottom: 45px !important;
  }
  .margin-bottom-xs-50 {
    margin-bottom: 50px !important;
  }
  .margin-bottom-xs-55 {
    margin-bottom: 55px !important;
  }
  .margin-bottom-xs-60 {
    margin-bottom: 60px !important;
  }
  .margin-bottom-xs-65 {
    margin-bottom: 65px !important;
  }
  .margin-bottom-xs-70 {
    margin-bottom: 70px !important;
  }
  .margin-bottom-xs-75 {
    margin-bottom: 75px !important;
  }
  .margin-bottom-xs-80 {
    margin-bottom: 80px !important;
  }
  .margin-bottom-xs-85 {
    margin-bottom: 85px !important;
  }
  .margin-bottom-xs-90 {
    margin-bottom: 90px !important;
  }
  .margin-bottom-xs-95 {
    margin-bottom: 95px !important;
  }
  .margin-bottom-xs-100 {
    margin-bottom: 100px !important;
  }
}
.margin-left-0 {
  margin-left: 0px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-35 {
  margin-left: 35px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-left-45 {
  margin-left: 45px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-left-55 {
  margin-left: 55px !important;
}
.margin-left-60 {
  margin-left: 60px !important;
}
.margin-left-65 {
  margin-left: 65px !important;
}
.margin-left-70 {
  margin-left: 70px !important;
}
.margin-left-75 {
  margin-left: 75px !important;
}
.margin-left-80 {
  margin-left: 80px !important;
}
.margin-left-85 {
  margin-left: 85px !important;
}
.margin-left-90 {
  margin-left: 90px !important;
}
.margin-left-95 {
  margin-left: 95px !important;
}
.margin-left-100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 1599px) {
  .margin-left-xxl-0 {
    margin-left: 0px !important;
  }
  .margin-left-xxl-5 {
    margin-left: 5px !important;
  }
  .margin-left-xxl-10 {
    margin-left: 10px !important;
  }
  .margin-left-xxl-15 {
    margin-left: 15px !important;
  }
  .margin-left-xxl-20 {
    margin-left: 20px !important;
  }
  .margin-left-xxl-25 {
    margin-left: 25px !important;
  }
  .margin-left-xxl-30 {
    margin-left: 30px !important;
  }
  .margin-left-xxl-35 {
    margin-left: 35px !important;
  }
  .margin-left-xxl-40 {
    margin-left: 40px !important;
  }
  .margin-left-xxl-45 {
    margin-left: 45px !important;
  }
  .margin-left-xxl-50 {
    margin-left: 50px !important;
  }
  .margin-left-xxl-55 {
    margin-left: 55px !important;
  }
  .margin-left-xxl-60 {
    margin-left: 60px !important;
  }
  .margin-left-xxl-65 {
    margin-left: 65px !important;
  }
  .margin-left-xxl-70 {
    margin-left: 70px !important;
  }
  .margin-left-xxl-75 {
    margin-left: 75px !important;
  }
  .margin-left-xxl-80 {
    margin-left: 80px !important;
  }
  .margin-left-xxl-85 {
    margin-left: 85px !important;
  }
  .margin-left-xxl-90 {
    margin-left: 90px !important;
  }
  .margin-left-xxl-95 {
    margin-left: 95px !important;
  }
  .margin-left-xxl-100 {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 1399px) {
  .margin-left-xl-0 {
    margin-left: 0px !important;
  }
  .margin-left-xl-5 {
    margin-left: 5px !important;
  }
  .margin-left-xl-10 {
    margin-left: 10px !important;
  }
  .margin-left-xl-15 {
    margin-left: 15px !important;
  }
  .margin-left-xl-20 {
    margin-left: 20px !important;
  }
  .margin-left-xl-25 {
    margin-left: 25px !important;
  }
  .margin-left-xl-30 {
    margin-left: 30px !important;
  }
  .margin-left-xl-35 {
    margin-left: 35px !important;
  }
  .margin-left-xl-40 {
    margin-left: 40px !important;
  }
  .margin-left-xl-45 {
    margin-left: 45px !important;
  }
  .margin-left-xl-50 {
    margin-left: 50px !important;
  }
  .margin-left-xl-55 {
    margin-left: 55px !important;
  }
  .margin-left-xl-60 {
    margin-left: 60px !important;
  }
  .margin-left-xl-65 {
    margin-left: 65px !important;
  }
  .margin-left-xl-70 {
    margin-left: 70px !important;
  }
  .margin-left-xl-75 {
    margin-left: 75px !important;
  }
  .margin-left-xl-80 {
    margin-left: 80px !important;
  }
  .margin-left-xl-85 {
    margin-left: 85px !important;
  }
  .margin-left-xl-90 {
    margin-left: 90px !important;
  }
  .margin-left-xl-95 {
    margin-left: 95px !important;
  }
  .margin-left-xl-100 {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 1199px) {
  .margin-left-lg-0 {
    margin-left: 0px !important;
  }
  .margin-left-lg-5 {
    margin-left: 5px !important;
  }
  .margin-left-lg-10 {
    margin-left: 10px !important;
  }
  .margin-left-lg-15 {
    margin-left: 15px !important;
  }
  .margin-left-lg-20 {
    margin-left: 20px !important;
  }
  .margin-left-lg-25 {
    margin-left: 25px !important;
  }
  .margin-left-lg-30 {
    margin-left: 30px !important;
  }
  .margin-left-lg-35 {
    margin-left: 35px !important;
  }
  .margin-left-lg-40 {
    margin-left: 40px !important;
  }
  .margin-left-lg-45 {
    margin-left: 45px !important;
  }
  .margin-left-lg-50 {
    margin-left: 50px !important;
  }
  .margin-left-lg-55 {
    margin-left: 55px !important;
  }
  .margin-left-lg-60 {
    margin-left: 60px !important;
  }
  .margin-left-lg-65 {
    margin-left: 65px !important;
  }
  .margin-left-lg-70 {
    margin-left: 70px !important;
  }
  .margin-left-lg-75 {
    margin-left: 75px !important;
  }
  .margin-left-lg-80 {
    margin-left: 80px !important;
  }
  .margin-left-lg-85 {
    margin-left: 85px !important;
  }
  .margin-left-lg-90 {
    margin-left: 90px !important;
  }
  .margin-left-lg-95 {
    margin-left: 95px !important;
  }
  .margin-left-lg-100 {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .margin-left-md-0 {
    margin-left: 0px !important;
  }
  .margin-left-md-5 {
    margin-left: 5px !important;
  }
  .margin-left-md-10 {
    margin-left: 10px !important;
  }
  .margin-left-md-15 {
    margin-left: 15px !important;
  }
  .margin-left-md-20 {
    margin-left: 20px !important;
  }
  .margin-left-md-25 {
    margin-left: 25px !important;
  }
  .margin-left-md-30 {
    margin-left: 30px !important;
  }
  .margin-left-md-35 {
    margin-left: 35px !important;
  }
  .margin-left-md-40 {
    margin-left: 40px !important;
  }
  .margin-left-md-45 {
    margin-left: 45px !important;
  }
  .margin-left-md-50 {
    margin-left: 50px !important;
  }
  .margin-left-md-55 {
    margin-left: 55px !important;
  }
  .margin-left-md-60 {
    margin-left: 60px !important;
  }
  .margin-left-md-65 {
    margin-left: 65px !important;
  }
  .margin-left-md-70 {
    margin-left: 70px !important;
  }
  .margin-left-md-75 {
    margin-left: 75px !important;
  }
  .margin-left-md-80 {
    margin-left: 80px !important;
  }
  .margin-left-md-85 {
    margin-left: 85px !important;
  }
  .margin-left-md-90 {
    margin-left: 90px !important;
  }
  .margin-left-md-95 {
    margin-left: 95px !important;
  }
  .margin-left-md-100 {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .margin-left-sm-0 {
    margin-left: 0px !important;
  }
  .margin-left-sm-5 {
    margin-left: 5px !important;
  }
  .margin-left-sm-10 {
    margin-left: 10px !important;
  }
  .margin-left-sm-15 {
    margin-left: 15px !important;
  }
  .margin-left-sm-20 {
    margin-left: 20px !important;
  }
  .margin-left-sm-25 {
    margin-left: 25px !important;
  }
  .margin-left-sm-30 {
    margin-left: 30px !important;
  }
  .margin-left-sm-35 {
    margin-left: 35px !important;
  }
  .margin-left-sm-40 {
    margin-left: 40px !important;
  }
  .margin-left-sm-45 {
    margin-left: 45px !important;
  }
  .margin-left-sm-50 {
    margin-left: 50px !important;
  }
  .margin-left-sm-55 {
    margin-left: 55px !important;
  }
  .margin-left-sm-60 {
    margin-left: 60px !important;
  }
  .margin-left-sm-65 {
    margin-left: 65px !important;
  }
  .margin-left-sm-70 {
    margin-left: 70px !important;
  }
  .margin-left-sm-75 {
    margin-left: 75px !important;
  }
  .margin-left-sm-80 {
    margin-left: 80px !important;
  }
  .margin-left-sm-85 {
    margin-left: 85px !important;
  }
  .margin-left-sm-90 {
    margin-left: 90px !important;
  }
  .margin-left-sm-95 {
    margin-left: 95px !important;
  }
  .margin-left-sm-100 {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 359px) {
  .margin-left-xs-0 {
    margin-left: 0px !important;
  }
  .margin-left-xs-5 {
    margin-left: 5px !important;
  }
  .margin-left-xs-10 {
    margin-left: 10px !important;
  }
  .margin-left-xs-15 {
    margin-left: 15px !important;
  }
  .margin-left-xs-20 {
    margin-left: 20px !important;
  }
  .margin-left-xs-25 {
    margin-left: 25px !important;
  }
  .margin-left-xs-30 {
    margin-left: 30px !important;
  }
  .margin-left-xs-35 {
    margin-left: 35px !important;
  }
  .margin-left-xs-40 {
    margin-left: 40px !important;
  }
  .margin-left-xs-45 {
    margin-left: 45px !important;
  }
  .margin-left-xs-50 {
    margin-left: 50px !important;
  }
  .margin-left-xs-55 {
    margin-left: 55px !important;
  }
  .margin-left-xs-60 {
    margin-left: 60px !important;
  }
  .margin-left-xs-65 {
    margin-left: 65px !important;
  }
  .margin-left-xs-70 {
    margin-left: 70px !important;
  }
  .margin-left-xs-75 {
    margin-left: 75px !important;
  }
  .margin-left-xs-80 {
    margin-left: 80px !important;
  }
  .margin-left-xs-85 {
    margin-left: 85px !important;
  }
  .margin-left-xs-90 {
    margin-left: 90px !important;
  }
  .margin-left-xs-95 {
    margin-left: 95px !important;
  }
  .margin-left-xs-100 {
    margin-left: 100px !important;
  }
}

/* 編譯說明
    ``` scss例
    .margin {
        &-top {
            &-sm {
                @media screen and (max-width: 767px) {
                    &-10 {
                        margin-top: 10px;
                    }
                }
            }
        }
    }
    ```
    編譯出來的css 例：
    ``` css
    @media screen and (max-width: 767px) {
        .margin-top-sm-10 {
            margin-top: 10px;
        }
    }
    ```
*/
.formArea {
  font-size: 0px;
  margin: 0px -10px;
}
.formArea-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  padding: 15px 10px;
  color: #4d3838;
  font-size: 18px;
}
.formArea-item-tit {
  padding-bottom: 5px;
  font-size: 20px;
}
.formArea-item.full {
  width: 100%;
}
.formArea-item.agree {
  position: relative;
}
.formArea-item.agree a {
  color: #243e72;
}
.formArea-item.error {
  color: #f00;
}
.formArea-item.error input,
.formArea-item.error select,
.formArea-item.error .checkbox .fake,
.formArea-item.error .checkbox .fake {
  box-shadow: 0px 0px 0px 1px #f00 inset;
}
.formArea .btnArea {
  margin-bottom: 0px;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .formArea-item {
    width: 100%;
  }
  .formArea-item-tit {
    font-size: 16px;
  }
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
  transition: opacity 0s;
}

.shareLink {
  position: sticky;
  z-index: 1;
  top: 70px;
  left: 0px;
}
.shareLink-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  left: 50px;
  text-align: center;
  font-size: 16px;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
.shareLink-list li {
  padding-bottom: 15px;
}
.shareLink-list li a {
  color: #333;
  position: relative;
  display: block;
}
.shareLink-list li a:before {
  content: attr(title);
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: #333;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 12px;
  white-space: nowrap;
  display: none;
  text-shadow: none;
}
.shareLink-list li a:hover {
  color: #05367b;
}
.shareLink-list li a:hover:before {
  display: block;
}
.shareLink-list li .material-symbols-outlined {
  font-size: 24px;
}
.shareLink-list li svg {
  width: 25px;
  filter: drop-shadow(1px 1px 2px #fff);
}
.shareLink-list li svg.lineIconSvg {
  margin-top: 2px;
}
@media screen and (max-width: 1399px) {
  .shareLink-list {
    left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .shareLink {
    padding: 30px 25px 0;
    position: relative;
    top: auto;
  }
  .shareLink-list {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
  }
  .shareLink-list li {
    padding: 0;
    padding-right: 20px;
  }
  .shareLink-list li a:before {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .shareLink {
    padding: 5px 10px;
  }
}

#smartbanner {
  position: relative !important;
}
#smartbanner .sb-info > span:last-of-type {
  display: none;
}
#smartbanner.android {
  border-top-color: #005598;
}
#smartbanner.android .sb-button span {
  display: none;
}

.sb-button::before {
  content: "打開";
  display: block;
  line-height: 28px;
  background: #005598;
  color: #fff;
}

.scroll-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: #00367c;
  font-size: 12px;
  letter-spacing: 3px;
}
.scroll-line span {
  transform: rotate(90deg);
  /* left: 18px; */
  margin: 20px 0 0 -42px;
  position: absolute;
}
.scroll-line i {
  width: 1px;
  height: 60px;
  background: rgba(31, 95, 168, 0.25);
  position: relative;
  overflow: hidden;
}
.scroll-line i::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00367c;
  animation: lineScroll 1.6s infinite;
}

@keyframes lineScroll {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@media screen and (max-width: 460px) {
  .main {
    overflow: hidden;
  }
}
.banner {
  position: relative;
  height: 850px;
  overflow: hidden;
}
.banner-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  height: 100%;
}
.banner-tit, .banner-tit-2 {
  color: #fff;
  position: absolute;
  font-size: 22px;
  letter-spacing: 3px;
  transform: rotate(-11deg);
  text-shadow: -2px 2px 4px rgb(16, 105, 176);
}
.banner-tit {
  margin-top: 210px;
  left: calc(50% + 120px);
  animation: blurIn 2s ease forwards;
}
.banner-tit-2 {
  margin-top: 240px;
  left: calc(50% + 170px);
  animation: blurIn 3s ease forwards;
}
.banner-img-title {
  position: absolute;
  width: 480px;
  left: calc(50% - 40px);
  margin-top: 125px;
  transform: rotate(-8deg);
}
.banner-img-title-shadow {
  position: absolute;
  width: 480px;
  left: calc(50% - 42px);
  margin-top: 125px;
  transform: rotate(-8deg);
  filter: brightness(15%);
  animation: blurIn 3s ease forwards;
}
@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.banner-img-girl {
  position: absolute;
  width: 420px;
  left: calc(50% - 456px);
  margin-top: 27px;
  animation: blurIn 0.5s ease forwards;
}
.banner-img-mobile {
  position: absolute;
  width: 260px;
  left: calc(50% - 500px);
  margin-top: 61px;
  animation: blurIn 1s ease forwards;
}
.banner-img-boy {
  position: absolute;
  width: 450px;
  left: calc(50% + 30px);
  top: 343px;
  animation: blurIn 0.5s ease forwards;
}
.banner h1 {
  margin: 0 auto;
  line-height: 1;
}
.banner h1 span {
  z-index: 1;
  display: block;
  position: relative;
}
.banner h2 {
  position: absolute;
  padding-top: 80px;
  top: 0;
}
@media screen and (max-width: 1920px) {
  .banner-img-boy {
    width: 400px;
    top: 400px;
  }
  .banner-img-girl {
    width: 380px;
    margin-top: 67px;
  }
  .banner-img-mobile {
    width: 220px;
    left: calc(50% - 470px);
    margin-top: 117px;
  }
  .banner-img-title, .banner-img-title-shadow {
    left: calc(50% - 80px);
  }
  .banner-tit {
    left: calc(50% + 80px);
  }
  .banner-tit-2 {
    left: calc(50% + 130px);
  }
}
@media screen and (max-width: 991px) {
  .banner-img-boy {
    left: calc(50% - 10px);
  }
  .banner-img-girl {
    left: calc(50% - 426px);
    margin-top: 60px;
  }
  .banner-img-mobile {
    width: 210px;
    left: calc(50% - 420px);
    margin-top: 121px;
  }
  .banner-img-title, .banner-img-title-shadow {
    left: calc(50% - 100px);
  }
  .banner-tit {
    left: calc(50% + 60px);
  }
  .banner-tit-2 {
    left: calc(50% + 110px);
  }
}
@media screen and (max-width: 768px) {
  .banner-bg {
    width: 100%;
  }
  .banner-bg img {
    width: 100%;
  }
  .banner-img {
    width: 100%;
  }
  .banner-img-boy {
    display: none;
  }
  .banner-img-girl {
    display: none;
  }
  .banner-img-mobile {
    display: none;
  }
  .banner-img-title, .banner-img-title-shadow {
    left: calc(50% - 115px);
    width: 370px;
    margin-top: 145px;
  }
  .banner-tit {
    left: calc(50% + 0px);
    margin-top: 210px;
  }
  .banner-tit-2 {
    left: calc(50% + 40px);
    margin-top: 240px;
  }
}
@media screen and (max-width: 430px) {
  .banner-bg {
    width: 100%;
  }
  .banner-bg img {
    width: 100%;
  }
  .banner-img {
    width: 100%;
  }
  .banner-img-boy {
    display: none;
  }
  .banner-img-girl {
    display: none;
  }
  .banner-img-mobile {
    display: none;
  }
  .banner-img-title, .banner-img-title-shadow {
    left: calc(50% - 80px);
    width: 280px;
    margin-top: 105px;
  }
  .banner-tit {
    left: calc(50% - 15px);
    margin-top: 155px;
    font-size: 16px;
  }
  .banner-tit-2 {
    left: calc(50% + 3px);
    margin-top: 178px;
    font-size: 16px;
  }
}
@media screen and (max-width: 390px) {
  .banner-img {
    width: 100%;
  }
  .banner-img-title, .banner-img-title-shadow {
    left: calc(50% - 95px);
    width: 260px;
    margin-top: 105px;
  }
  .banner-tit {
    margin-top: 148px;
    font-size: 16px;
  }
  .banner-tit-2 {
    left: calc(50% + 4px);
    margin-top: 167px;
    font-size: 16px;
  }
}

.mobile-br {
  display: block;
}
@media screen and (min-width: 768px) {
  .mobile-br {
    display: none;
  }
}

.tab {
  position: relative;
  margin: auto;
  margin-bottom: -2px;
}
.tab ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tab ul li {
  border: solid 1px #c0c0c0;
  color: #08367b;
  border-radius: 10px 10px 0 0;
  padding: 5px 15px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: 0.3s;
  border-bottom: none;
}
.tab ul li.active {
  background: #0081cc;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tab ul li {
    font-size: 20px;
  }
}

.description {
  background: rgba(255, 255, 255, 0.8509803922);
  color: #05367b;
  padding: 30px 0;
  width: 650px;
  margin: auto;
  border: 1px solid #00367c;
  position: relative;
  margin-top: -150px;
  border-radius: 15px 0px 15px 15px;
}
.description-img {
  display: flex;
  gap: 15px;
  flex-direction: row;
  justify-content: center;
}
.description-img-download {
  width: 200px;
}
.description-img a:hover {
  filter: opacity(0.7);
  transition: 0.5s;
}
.description h1 {
  font-size: 30px;
}
.description h2 {
  color: #1a1a1a;
  font-weight: 300;
  letter-spacing: 6px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .description {
    margin-top: -170px;
  }
  .description h1 {
    font-size: 26px;
  }
  .description h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .description {
    width: 70%;
  }
}
@media screen and (max-width: 460px) {
  .description {
    padding: 10px 0;
    width: 86%;
    margin-top: -350px;
  }
  .description h1 {
    font-size: 20px;
    letter-spacing: -0.8px;
  }
  .description h2 {
    font-size: 16px;
  }
  .description-img-download {
    width: 150px;
  }
}
@media screen and (max-width: 390px) {
  .description-img-download {
    width: 135px;
  }
  .description h1 {
    font-size: 18px;
  }
  .description h2 {
    letter-spacing: 5px;
  }
}

.offers .tab-block {
  background-color: #eaeaea;
  border-radius: 20px;
  padding: 10px;
}
.offers .tab-block-img {
  width: 200px;
}

.rules .tit-type-title::after {
  left: calc(50% + 150px);
}
.rules-tit {
  border: 1px solid #0044ad;
  border-radius: 30px;
  color: #0044ad;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
}
.rules-link {
  background-color: #00367c;
  padding: 0 15px;
  color: #fff;
  border-radius: 30px;
  font-size: 24px;
  margin-top: -10px;
  position: relative;
}
.rules-img {
  position: relative;
  width: 300px;
  height: 300px;
  transition: 0.5s;
}
.rules-img:hover {
  scale: 1.05;
  transition: 0.5s;
  filter: opacity(0.7);
}
.rules-img-bg {
  background-color: #f2f6ff;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  position: absolute;
  border: 1px solid #0044ad;
  left: 0;
  top: 0;
}
.rules-limit {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.rules-limit-tit {
  color: #0144ad;
  padding: 2px 15px;
  background-image: linear-gradient(#f2f6ff 50%, #f2f6ff 50%, #f2f6ff 85%, transparent 85%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  animation: animatedBackground 2s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s forwards;
  background-position-y: 12px;
}
.rules-limit-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rules-limit-content a {
  transition: 0.5s;
}
.rules-limit-content a:hover {
  background-color: #0044ad;
  scale: 1.05;
}
.rules-limit-content p {
  color: #00367c;
  display: inline-block;
  font-size: 1.5rem;
  padding: 4px 40px;
  border-radius: 25px;
  font-weight: 400;
  border: 1px solid;
}
@keyframes animatedBackground {
  100% {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 991px) {
  .rules .content {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .rules-limit {
    flex-direction: column;
  }
}
@media screen and (max-width: 460px) {
  .rules .tit-type-title::after {
    left: calc(50% + 125px);
    top: -12px;
  }
}
@media screen and (max-width: 375px) {
  .rules p {
    font-size: 20px;
  }
}

.app-open {
  position: relative;
  overflow: hidden;
}
.app-open .tit-type-title::after {
  left: calc(50% + 95px);
}
.app-open-title {
  margin-left: 120px;
  position: relative;
  z-index: 1;
}
.app-open .tab {
  list-style: none;
  padding: 0;
  border-radius: 10px;
  font-size: 24px;
  display: flex;
  z-index: 2;
}
.app-open .tab-num {
  font-size: 14px;
  color: #676767;
}
.app-open .tab-tit {
  color: #1a1a1a;
  font-size: 20px;
}
.app-open .tab ul li {
  border-radius: 50px;
  padding: 5px 25px;
  border: solid 1px #00367c;
  background-color: #e9e9e9;
  color: #b4b4b4;
  letter-spacing: 2px;
}
.app-open .tab ul li.active {
  background: #f2f6ff;
  color: #00367c;
}
.app-open .tab ul li.active::before {
  background: #0044ad;
}
.app-open-bg-color {
  position: absolute;
  top: 250px;
  width: 100%;
  height: 430px;
  background-color: #0144ad;
}
.app-open-bg-ribon, .app-open-bg-stage {
  position: absolute;
  background-repeat: no-repeat;
  animation: gift-flow ease-in-out infinite;
}
.app-open-bg-b {
  position: absolute;
  top: 250px;
  left: calc(50% + 160px);
  width: 50%;
  height: 430px;
  background-color: #f2f6ff;
}
.app-open .card-content {
  position: relative;
}
.app-open-icon {
  width: 150px;
}
.app-open-icon-1, .app-open-icon-2 {
  width: 70px;
  position: relative;
}
.app-open-icon-2 {
  left: calc(50% - 65px);
}
.app-open-img {
  border: 4px solid #1a1a1a;
  border-radius: 20px;
  display: block;
  width: 280px;
}
.app-open-img-animation {
  animation: appPromoSlideIn-a 0.8s ease-out 0.1s forwards;
  position: absolute;
  z-index: 2;
  display: block;
  width: 130px;
  top: 19px;
  left: 142px;
  opacity: 0;
  transform: translateX(80px);
}
.app-open h3 {
  font-weight: 300;
}
.app-open-tab-wrap {
  position: relative;
}
.app-open-tabContent {
  opacity: 0;
  animation: blurIn 1s ease forwards;
  display: flex;
  border-radius: 20px;
  position: relative;
}
@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.app-open-tabContent.active {
  opacity: 1;
}
.app-open-tabContent.active .app-open-img-animation {
  animation: appPromoSlideIn-a 0.8s ease-out 0.1s forwards;
}
.app-open-tabContent.active .card-content-text {
  animation: appOpenTextIn-a 0.6s ease-out both;
}
.app-open-tabContent.active .card-content {
  animation: appOpenImageIn-a 0.6s ease-out both;
}
.app-open-tabContent .slick-arrow {
  top: 475px;
}
.app-open-tabContent .slick-prev {
  left: 165px;
}
.app-open-tabContent .slick-next {
  right: 880px;
}
.app-open-tabContent > div {
  flex: auto;
  width: 40%;
  border-radius: 10px;
  margin: 20px;
}
.app-open-tabContent .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.app-open-tabContent .card-content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 120px;
}
.app-open-tabContent .card-icon {
  position: relative;
  width: 30px;
}
.app-open-tabContent .card-badge {
  border: 1px solid #0044ad;
  border-radius: 30px;
  color: #0044ad;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  padding: 0 11px;
}
.app-open-tabContent .card-badge-ul {
  width: 340px;
  list-style: none;
  padding-left: 0;
  color: #fff;
}
@keyframes appPromoSlideIn-a {
  0% {
    opacity: 0.5;
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(30px);
  }
}
@media screen and (max-width: 991px) {
  .app-open-tabContent .card-content-text {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .app-open {
    margin-bottom: 80px;
  }
  .app-open .tit-type-title::after {
    left: calc(50% + 90px);
  }
  .app-open-bg-b {
    right: 0;
    left: 0;
    width: 100%;
    height: 935px;
  }
  .app-open-bg-color {
    position: absolute;
    width: 100%;
    height: 240px;
    background-color: #0144ad;
    top: 190px;
    z-index: 2;
  }
  .app-open .tab {
    width: 95%;
    justify-content: center;
  }
  .app-open .tab li {
    margin: 10px 0;
  }
  .app-open-icon-1, .app-open-icon-2 {
    left: calc(50% - 210px);
    width: 60px;
    bottom: 0;
    position: absolute;
  }
  .app-open-icon-1 {
    margin-bottom: 75px;
  }
  .app-open-tabContent {
    top: 5px;
  }
  .app-open-tabContent .slick-arrow {
    top: 50%;
  }
  .app-open-tabContent .slick-prev {
    left: 12%;
  }
  .app-open-tabContent .slick-next {
    right: 12%;
  }
  .app-open .card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .app-open .card-content-text {
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .app-open-icon {
    width: 120px;
  }
  .app-open-img {
    width: 250px;
  }
  .app-open-img-animation {
    width: 120px;
    top: 16px;
    left: 138px;
  }
  .app-open-icon-1, .app-open-icon-2 {
    left: calc(50% - 195px);
  }
  .app-open-tabContent .card-content-text {
    margin-right: 0;
  }
}
@media screen and (max-width: 390px) {
  .app-open-img {
    width: 220px;
  }
  .app-open-img-animation {
    width: 100px;
    top: 23px;
    left: 108px;
  }
  .app-open-icon-1, .app-open-icon-2 {
    left: calc(50% - 180px);
  }
}

.teaching {
  overflow: hidden;
}
.teaching-bg-color {
  position: absolute;
  top: 250px;
  width: 100%;
  height: 430px;
  background-color: #f2f6ff;
}
.teaching-bg-ribon {
  position: absolute;
  background-repeat: no-repeat;
  animation: gift-flow ease-in-out infinite;
  width: 135px;
  height: 110px;
  top: 440px;
  left: calc(50% - 372px);
  background-image: url(../images/ribon_2.svg);
  animation-duration: 2s;
}
.teaching-bg-b {
  position: absolute;
  top: 395px;
  left: calc(50% - 110px);
  width: 520px;
  height: 520px;
  background-color: #0144ad;
  border-radius: 500px;
}
.teaching-bg-w {
  position: absolute;
  top: 455px;
  left: calc(50% - 380px);
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background: linear-gradient(304.91deg, rgba(255, 255, 255, 0.82) 10%, rgb(242, 246, 255) 30%, rgba(255, 255, 255, 0.94) 60%);
  backdrop-filter: blur(3px);
  box-shadow: inset 0 0 5px rgba(145, 194, 255, 0.96), inset 0 0 8px rgba(255, 247, 231, 0.42);
}
.teaching .tit-type-title::after {
  left: calc(50% + 145px);
}
.teaching .text-content {
  text-align: left;
  margin: auto;
}
.teaching .tab-content {
  border-radius: 20px;
}
.teaching .tab-content .tab-text {
  text-align: center;
  border-radius: 20px;
  padding: 5px;
  margin: 20px;
  background-color: #fff;
}
.teaching .tab-content .slick-arrow {
  top: 380px;
}
.teaching .tab-content .slick-prev {
  left: 310px;
}
.teaching .tab-content .slick-next {
  right: 780px;
}
.teaching-img {
  width: 300px;
  border: 4px solid #1a1a1a;
  border-radius: 20px;
}
.teaching-tabContent > div {
  animation: tabFade 1s ease;
}
.teaching-tabContent .card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.teaching-tabContent .card-content-text {
  margin: -40px 10px 0 0;
}
.teaching-tabContent .card-content-text {
  animation: popIn 0.35s ease both;
}
.teaching-tabContent .card .card-badge {
  border: 1px solid #0044ad;
  border-radius: 30px;
  color: #0044ad;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
}
.teaching-tabContent .card .card-badge-line {
  animation: lineGrow 0.55s ease 0.1s both;
  width: 0;
  height: 1px;
  background: #7fa0cc;
  /*margin: -36px 0 20px 120px;*/
  transform-origin: left center;
}
@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 300px;
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: translateX(20px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes tabFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.teaching-tabContent .tab {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 30px;
  font-size: 24px;
}
.teaching-tabContent .tab li.active {
  color: #0044ad;
}
.teaching-tabContent .tab li.active::before {
  content: "";
  position: absolute;
  /* left: 0; */
  top: 35px;
  bottom: 40px;
  width: 4px;
  background: #0044ad;
  transition: 0.8s;
  margin-left: -18px;
  padding-left: 2px;
}
.teaching .tab ul li {
  border-radius: 50px;
  padding: 5px 45px;
  border: solid 1px #00367c;
  background-color: #e9e9e9;
  color: #b4b4b4;
  letter-spacing: 2px;
}
.teaching .tab ul li.active {
  background: #f2f6ff;
  color: #00367c;
}
.teaching .teaching-fade-enter-active,
.teaching .teaching-fade-leave-active {
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.teaching .teaching-fade-enter-from {
  opacity: 0;
  transform: translateY(12px);
}
.teaching .teaching-fade-leave-to {
  opacity: 0;
  transform: translateY(-8px);
}
.teaching .teaching-fade-enter-to,
.teaching .teaching-fade-leave-from {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 991px) {
  .teaching .tab-content .slick-arrow {
    top: 50%;
  }
  .teaching .tab-content .slick-prev {
    left: 5%;
  }
  .teaching .tab-content .slick-next {
    right: 5%;
  }
  .teaching-tabContent .card {
    flex-direction: column;
  }
  .teaching-tabContent .card-content-text {
    margin: auto;
    text-align: center;
  }
  .teaching-bg-b {
    left: 0;
    right: 0;
    margin: auto;
    top: 555px;
  }
  .teaching-bg-w {
    top: 330px;
    width: 450px;
    height: 450px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .teaching-bg-w {
    top: 300px;
    width: 450px;
  }
  .teaching .tab-content .slick-prev {
    left: 2%;
  }
  .teaching .tab-content .slick-next {
    right: 2%;
  }
}
@media screen and (max-width: 430px) {
  .teaching .tit-type-title::after {
    left: calc(50% + 122px);
    top: -10px;
  }
  .teaching-tabContent .tab {
    gap: 15px;
    font-size: 20px;
    padding: 30px 0;
  }
  .teaching-tabContent .tab li.active::before {
    margin-left: -9px;
  }
  .teaching .tab-content .slick-arrow {
    border: 1px solid #fff;
  }
  .teaching .tab-content .slick-next:before, .teaching .tab-content .slick-prev:before {
    color: #fff;
  }
  .teaching .tab-content .tab-text {
    margin: 10px;
  }
  .teaching .tab ul li {
    padding: 5px 25px;
  }
  .teaching-img {
    width: 250px;
  }
  .teaching-bg-w {
    display: none;
  }
  .teaching-bg-b {
    width: 400px;
    height: 400px;
    top: 495px;
  }
}
@media screen and (max-width: 390px) {
  .teaching-bg-b {
    top: 495px;
    width: 380px;
    height: 380px;
  }
  .teaching-tabContent .tab {
    font-size: 18px;
  }
  .teaching-tabContent .tab li.active::before {
    margin-left: -9px;
  }
}
@media screen and (max-width: 375px) {
  .teaching-bg-b {
    top: 485px;
    width: 360px;
    height: 360px;
  }
}

.appPromo {
  position: relative;
  overflow: hidden;
}
.appPromo .tit-type-title::after {
  left: calc(50% + 110px);
  top: -10px;
}
.appPromo-bg {
  margin-top: 20px;
}
.appPromo-bg-color {
  position: absolute;
  top: 205px;
  width: 100%;
  height: 750px;
  background-color: #f2f6ff;
}
.appPromo-bg-ribon, .appPromo-bg-stage {
  position: absolute;
  background-repeat: no-repeat;
  animation: gift-flow ease-in-out infinite;
}
.appPromo-bg-ribon {
  width: 135px;
  height: 110px;
  top: 170px;
  left: calc(50% + 418px);
  background-image: url(../images/ribon_1.svg);
  animation-duration: 2s;
}
.appPromo-bg-stage {
  width: 440px;
  height: 250px;
  top: 785px;
  left: calc(50% + 5px);
  background-image: url(../images/stage.svg);
  animation-duration: 3s;
}
.appPromo-bg-b {
  position: absolute;
  top: 190px;
  left: calc(50% - 62px);
  width: 565px;
  height: 780px;
  background-color: #0144ad;
}
.appPromo-bg-w {
  position: absolute;
  top: 215px;
  left: calc(50% - 39px);
  width: 520px;
  height: 730px;
  border-radius: 20px;
  background: linear-gradient(304.91deg, rgba(255, 255, 255, 0.82) 10%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.94) 60%);
  backdrop-filter: blur(3px);
  box-shadow: inset 0 0 5px rgb(18, 123, 251), inset 0 0 8px rgba(35, 24, 0, 0.42);
}
.appPromo-img {
  border: 4px solid #1a1a1a;
  border-radius: 20px;
  display: block;
  width: 100%;
}
.appPromo-img-animation, .appPromo-img-animation-2 {
  position: absolute;
  z-index: 2;
  top: 85px;
  left: -15px;
  width: 100%;
  opacity: 0;
  transform: translateX(80px);
}
.appPromo .slick-current .appPromo-img-animation {
  animation: appPromoSlideIn 0.8s ease-out 0.1s forwards;
  width: 300px;
}
.appPromo .slick-current .appPromo-img-animation-2 {
  animation: appPromoSlideIn 1s ease-out 0.1s forwards;
  width: 300px;
}
.appPromo .card-content {
  position: relative;
}
.appPromo h3 {
  font-weight: 300;
}
.appPromo .slick-list {
  margin: auto;
  width: 510px;
  right: 20px;
}
.appPromo .appPromo-tabContent {
  display: flex;
  /*margin: 30px 40px 30px 0;*/
  /*background-color: #e8e8e8;*/
  border-radius: 20px;
}
.appPromo .appPromo-tabContent > div {
  flex: auto;
  width: 60%;
  border-radius: 10px;
  margin: 20px;
}
.appPromo .appPromo-tabContent .tab {
  list-style: none;
  width: 40%;
  margin: 20px;
  padding: 0;
  border-radius: 10px;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.appPromo .appPromo-tabContent .tab-num {
  font-size: 14px;
  color: #676767;
}
.appPromo .appPromo-tabContent .tab-tit {
  color: #1a1a1a;
  font-size: 20px;
}
.appPromo .appPromo-tabContent .tab li {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 55px;
  border-bottom: 1px solid #e7ebf6;
  border-radius: 0;
  cursor: pointer;
  color: #0044ad;
  transition: 0.5s;
}
.appPromo .appPromo-tabContent .tab li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  width: 4px;
  border-radius: 99px;
  background: transparent;
  transition: 0.8s;
}
.appPromo .appPromo-tabContent .tab li.active {
  color: #f15a21;
  font-weight: 600;
}
.appPromo .appPromo-tabContent .tab li.active::before {
  background: #f15a21;
}
.appPromo .appPromo-tabContent .tab li:hover {
  scale: 1.05;
}
.appPromo .appPromo-tabContent .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.appPromo .appPromo-tabContent .card-icon {
  position: relative;
  width: 30px;
}
.appPromo .appPromo-tabContent .card-badge {
  width: 200px;
  margin: auto;
  color: #0044ad;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  font-size: 20px;
  padding-top: 12px;
}
.appPromo .appPromo-tabContent .card-badge-ul {
  width: 490px;
  list-style: none;
  padding-left: 0;
}
.appPromo .appPromo-tabContent img {
  width: 250px;
}
@media screen and (max-width: 1200px) {
  .appPromo .appPromo-tabContent {
    flex-direction: column;
    margin: 30px 0px;
  }
  .appPromo .appPromo-tabContent .slick-list {
    right: 0px;
  }
  .appPromo .appPromo-tabContent .tab {
    margin: 20px 20px 0 20px;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }
  .appPromo .appPromo-tabContent .tab-tit {
    font-size: 16px;
  }
  .appPromo .appPromo-tabContent .tab li {
    margin: 20px 0;
    border-bottom: none;
  }
  .appPromo .appPromo-tabContent > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .appPromo .appPromo-tabContent .tab {
    justify-content: flex-start;
    gap: 0;
  }
  .appPromo .appPromo-tabContent .tab li {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .appPromo .appPromo-tabContent .slick-list {
    width: 90%;
  }
  .appPromo .appPromo-tabContent .tab {
    width: 95%;
    justify-content: center;
  }
  .appPromo .appPromo-tabContent .tab li {
    margin: 10px 0;
  }
  .appPromo .appPromo-tabContent > div {
    width: 95%;
  }
  .appPromo .appPromo-tabContent .card-content-text {
    margin-left: 10px;
  }
}
@media screen and (max-width: 430px) {
  .appPromo .appPromo-tabContent .slick-list {
    width: 95%;
  }
  .appPromo .appPromo-tabContent .tab {
    margin: 10px 10px 0 10px;
    width: 95%;
    justify-content: start;
  }
  .appPromo .appPromo-tabContent .tab li {
    padding: 2px 10px;
  }
  .appPromo .appPromo-tabContent > div {
    margin: 10px;
  }
  .appPromo .appPromo-tabContent .card {
    flex-direction: column;
    align-items: anchor-center;
  }
  .appPromo .appPromo-tabContent .card-content-text {
    margin-left: 0px;
    margin-top: 20px;
  }
  .appPromo .appPromo-tabContent img {
    width: 220px;
  }
}
@keyframes gift-flow {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }
  75% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes appPromoSlideIn {
  0% {
    opacity: 0.5;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1200px) {
  .appPromo-bg-b {
    top: 465px;
    width: 100%;
    height: 780px;
    left: 0;
  }
  .appPromo-bg-w {
    top: 488px;
    left: 0;
    width: 900px;
    right: 0;
    margin: auto;
  }
  .appPromo-bg-stage {
    display: none;
  }
  .appPromo-bg-ribon {
    top: 460px;
    left: calc(50% + 378px);
  }
}
@media screen and (max-width: 991px) {
  .appPromo .slick-prev {
    left: 12%;
  }
  .appPromo .slick-next {
    right: 12%;
  }
  .appPromo-bg-b {
    top: 450px;
  }
  .appPromo-bg-color {
    top: 195px;
  }
  .appPromo-bg-w {
    top: 476px;
    width: 750px;
  }
  .appPromo-bg-ribon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .appPromo-bg-b {
    top: 400px;
  }
  .appPromo-bg-w {
    top: 425px;
    width: 580px;
  }
}
@media screen and (max-width: 430px) {
  .appPromo .tit-type-title::after {
    left: calc(50% + 92px);
  }
  .appPromo .appPromo-tabContent {
    flex-direction: column;
  }
  .appPromo .appPromo-tabContent .tab {
    width: 100%;
    margin: 10px 0 0;
    padding: 18px 5px;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 0;
    -webkit-overflow-scrolling: touch;
  }
  .appPromo .appPromo-tabContent .tab li {
    flex: 0 0 auto;
    min-width: 155px;
    border-bottom: 0;
    font-size: 20px;
  }
  .appPromo .appPromo-tabContent .tab li.active {
    font-weight: 600;
  }
  .appPromo-bg-b {
    top: 350px;
    height: 730px;
  }
  .appPromo-bg-w {
    top: 372px;
    width: 90%;
    height: 680px;
  }
  .appPromo .slick-prev {
    left: 2%;
  }
  .appPromo .slick-next {
    right: 2%;
  }
}
@media screen and (max-width: 390px) {
  .appPromo .appPromo-tabContent {
    flex-direction: column;
  }
  .appPromo .appPromo-tabContent .tab {
    padding: 0px 10px;
  }
  .appPromo-bg-b {
    top: 314px;
  }
  .appPromo-bg-w {
    top: 337px;
  }
}
@media screen and (max-width: 375px) {
  .appPromo .appPromo-tabContent .tab {
    margin-top: 32px;
  }
}

.appPromo-2 {
  position: relative;
  overflow: hidden;
}
.appPromo-2 .tit-type-title {
  text-align: left;
  justify-content: flex-start;
}
.appPromo-2 .tit-type-title::after {
  left: calc(50% - 255px);
  top: -6px;
}
.appPromo-2-title {
  margin-left: 120px;
  position: relative;
  z-index: 1;
}
.appPromo-2 .tab {
  list-style: none;
  padding: 0;
  border-radius: 10px;
  font-size: 24px;
  display: flex;
  z-index: 2;
}
.appPromo-2 .tab-num {
  font-size: 14px;
  color: #676767;
}
.appPromo-2 .tab-tit {
  color: #1a1a1a;
  font-size: 20px;
}
.appPromo-2 .tab ul li {
  border-radius: 50px;
  padding: 5px 25px;
  border: solid 1px #00367c;
  background-color: #e9e9e9;
  color: #b4b4b4;
  letter-spacing: 2px;
}
.appPromo-2 .tab ul li.active {
  background: #f2f6ff;
  color: #00367c;
}
.appPromo-2 .tab ul li.active::before {
  background: #0044ad;
}
.appPromo-2-bg-color {
  position: absolute;
  top: 250px;
  width: 100%;
  height: 430px;
  background-color: #f2f6ff;
}
.appPromo-2-bg-ribon, .appPromo-2-bg-stage {
  position: absolute;
  background-repeat: no-repeat;
  animation: gift-flow ease-in-out infinite;
}
.appPromo-2-bg-ribon {
  width: 135px;
  height: 110px;
  top: -20px;
  left: calc(50% + 418px);
  background-image: url(../images/ribon_3.svg);
  animation-duration: 2s;
}
.appPromo-2-bg-stage {
  width: 440px;
  height: 250px;
  top: 610px;
  left: calc(50% + 55px);
  background-image: url(../images/stage.svg);
  animation-duration: 3s;
}
.appPromo-2-bg-b {
  position: absolute;
  top: 35px;
  left: calc(50% + 8px);
  width: 50%;
  height: 645px;
  background-color: #0144ad;
}
.appPromo-2-bg-w {
  position: absolute;
  top: 55px;
  left: calc(50% + 30px);
  width: 480px;
  height: 580px;
  border-radius: 20px;
  background: linear-gradient(304.91deg, rgba(255, 255, 255, 0.82) 10%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.94) 60%);
  backdrop-filter: blur(3px);
  box-shadow: inset 0 0 5px rgb(18, 123, 251), inset 0 0 8px rgba(35, 24, 0, 0.42);
}
.appPromo-2 .card-content {
  position: relative;
}
.appPromo-2-img {
  border: 4px solid #1a1a1a;
  border-radius: 20px;
  display: block;
  width: 100%;
}
.appPromo-2-img-animation {
  position: absolute;
  z-index: 2;
  display: block;
  top: 10px;
  left: -15px;
  width: 100%;
  opacity: 0;
  transform: translateX(80px);
}
.slick-slide:not(.slick-active) .appPromo-2-img-animation {
  animation: none;
  opacity: 0;
  transform: translateX(60px);
}
.slick-slide.slick-active .appPromo-2-img-animation {
  animation: appPromoSlideIn 0.8s ease-out 0.1s forwards;
  width: 300px;
}
.appPromo-2 h3 {
  font-weight: 300;
}
.appPromo-2-tabContent {
  display: flex;
  border-radius: 20px;
  position: relative;
  top: -145px;
}
.appPromo-2-tabContent .slick-arrow {
  top: 475px;
}
.appPromo-2-tabContent .slick-prev {
  left: 165px;
}
.appPromo-2-tabContent .slick-next {
  right: 880px;
}
.appPromo-2-tabContent > div {
  flex: auto;
  width: 40%;
  border-radius: 10px;
  margin: 20px;
}
.appPromo-2-tabContent .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.appPromo-2-tabContent .card-content-text {
  margin-top: 90px;
}
.appPromo-2-tabContent .card-icon {
  position: relative;
  width: 30px;
}
.appPromo-2-tabContent .card-badge {
  border: 1px solid #0044ad;
  border-radius: 30px;
  color: #0044ad;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  padding: 0 11px;
}
.appPromo-2-tabContent .card-badge-line {
  animation: lineGrow-2 0.55s ease 0.1s both;
  width: 0;
  height: 1px;
  background: #7fa0cc;
  transform-origin: left center;
}
.appPromo-2-tabContent .card-badge-ul {
  width: 340px;
  list-style: none;
  padding-left: 0;
}
.appPromo-2-tabContent img {
  width: 280px;
}
@keyframes appPromoSlideIn {
  0% {
    opacity: 0.5;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes lineGrow-2 {
  0% {
    width: 0;
  }
  100% {
    width: 550px;
  }
}
@keyframes gift-flow {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }
  75% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media screen and (max-width: 1200px) {
  .appPromo-2 {
    flex-direction: column;
    margin: 30px 0px;
  }
  .appPromo-2-title {
    margin-left: 0;
  }
  .appPromo-2-title p {
    text-align: center;
  }
  .appPromo-2-bg-color {
    top: 300px;
  }
  .appPromo-2-bg-ribon {
    top: 240px;
    left: calc(50% + 368px);
  }
  .appPromo-2-bg-b {
    top: 275px;
    width: 55%;
    height: 645px;
    left: calc(50% - 58px);
  }
  .appPromo-2-bg-w {
    top: 306px;
    width: 420px;
    left: calc(50% - 25px);
  }
  .appPromo-2-bg-stage {
    display: none;
  }
  .appPromo-2 .card-badge-line {
    animation: lineGrow 0.55s ease 0.1s both;
    margin: auto;
  }
  .appPromo-2 .tit-type-title {
    text-align: center;
    justify-content: center;
  }
  .appPromo-2 .tit-type-title::after {
    left: calc(50% + 135px);
    top: 14px;
  }
  .appPromo-2-tabContent {
    top: 45px;
  }
  .appPromo-2-tabContent .slick-arrow {
    top: 445px;
  }
  .appPromo-2-tabContent .slick-prev {
    left: calc(50% - 328px);
  }
  .appPromo-2-tabContent .slick-next {
    right: calc(50% + 220px);
  }
  .appPromo-2 .tab {
    margin: 20px 20px 0 20px;
    flex-direction: row;
    width: 96%;
    justify-content: space-around;
  }
  .appPromo-2 .tab li {
    margin: 20px;
  }
  .appPromo-2 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .appPromo-2-bg-ribon {
    display: none;
  }
  .appPromo-2-bg-b {
    left: calc(50% - 80px);
    width: 80%;
  }
  .appPromo-2-bg-w {
    left: 44%;
  }
  .appPromo-2 .tab {
    justify-content: center;
    gap: 0;
    width: 100%;
  }
  .appPromo-2 .tab li {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .appPromo-2-bg-ribon {
    display: none;
  }
  .appPromo-2-bg-b {
    right: 0;
    left: 0;
    width: 100%;
    height: 935px;
  }
  .appPromo-2-bg-w {
    left: 0;
    margin: auto;
    right: 0;
    width: 580px;
    height: 875px;
  }
  .appPromo-2 .tab {
    width: 95%;
    justify-content: center;
  }
  .appPromo-2 .tab li {
    margin: 10px 0;
  }
  .appPromo-2-tabContent {
    top: 5px;
  }
  .appPromo-2-tabContent .slick-arrow {
    top: 50%;
  }
  .appPromo-2-tabContent .slick-prev {
    left: 12%;
  }
  .appPromo-2-tabContent .slick-next {
    right: 12%;
  }
  .appPromo-2 .card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .appPromo-2 .card-content-text {
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .appPromo-2 .tit-type-title::after {
    left: calc(50% + 115px);
  }
  .appPromo-2-bg-b {
    top: 235px;
  }
  .appPromo-2-bg-w {
    width: 90%;
    height: 700px;
    top: 253px;
  }
  .appPromo-2 .tab {
    margin: 10px 10px 0 10px;
    width: 95%;
    justify-content: center;
  }
  .appPromo-2 .tab ul li {
    padding: 5px 10px;
  }
  .appPromo-2-tabContent {
    top: 5px;
  }
  .appPromo-2-tabContent .slick-prev {
    left: 2%;
  }
  .appPromo-2-tabContent .slick-next {
    right: 2%;
  }
  .appPromo-2 .card {
    flex-direction: column;
    align-items: anchor-center;
  }
  .appPromo-2 .card-content-text {
    margin-left: 0px;
    margin-top: 20px;
  }
  .appPromo-2 img {
    width: 220px;
  }
}
@media screen and (max-width: 390px) {
  .appPromo-2 .card-badge-ul {
    width: 310px;
  }
  .appPromo-2 .card-badge-line {
    animation: lineGrow 0.55s ease 0.1s both;
    margin: auto;
  }
}
@media screen and (max-width: 375px) {
  .appPromo-2 .tab ul li {
    padding: 5px 8px;
  }
}

.stock .type2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  margin-bottom: -31px;
  cursor: pointer;
}
.stock .type2 li {
  border: solid 1px #c0c0c0;
  color: #00367c;
  border-radius: 10px 10px 0 0;
  padding: 0px 15px;
}
.stock .type2 li.active {
  background: #0081cc;
  color: #fff;
}
.stock .sub-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  font-size: 20px;
}
.stock .sub-tab li {
  padding: 0 10px;
  border: 1px solid #0281cc;
  border-radius: 20px;
  color: #0081cc;
}
.stock .sub-tab li.active {
  background-color: #0281cc;
  color: #fff;
}
.stock-tattoo {
  position: absolute;
  top: 50%;
}
.stock-tattoo-1 {
  left: 0;
  transform: translateY(-50%);
}
.stock-tattoo-2 {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.stock-tabContent {
  display: flex;
  align-items: start;
  margin: 30px 0;
  gap: 40px;
  border: 1px solid #c0c0c0;
  border-radius: 20px;
}
.stock-tabContent > div {
  flex: auto;
}
.stock-img {
  border-radius: 20px;
  padding: 10px;
  width: 320px;
}
.stock-list {
  list-style: none;
  padding: 10px;
  margin: 0;
  display: grid;
  gap: 19px;
  padding-left: 42px;
  height: 510px;
  overflow-y: auto;
  overflow-x: hidden;
}
.stock-list li {
  position: relative;
  width: 100%;
}
.stock-list-no {
  background: #e8e8e8;
  position: absolute;
  border-radius: 100%;
  width: 30px;
  line-height: 30px;
  left: -42px;
  text-align: center;
}
.stock-list-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stock-list-tag {
  font-size: 16px;
  color: #fff;
  background: #024097;
  border-radius: 100px;
  font-weight: normal;
  padding: 0px 8px;
  width: 100px;
  display: flex;
  justify-content: center;
}
.stock-list-code {
  font-size: 45px;
  line-height: 1.2;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 900;
  color: #05367b;
}
.stock-list-tit:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.stock-list-info {
  background: #eff6ff;
  border-radius: 5px;
  padding: 3px 30px;
}
@media screen and (max-width: 1399px) {
  .stock-list {
    padding-left: 52px;
  }
  .stock-tattoo {
    display: none;
  }
  .stock-img {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .stock-img {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .stock-tabContent {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .stock-list-top {
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 2px;
  }
  .stock-list-no {
    top: 0;
  }
  .stock-list-tag {
    width: 80px;
    font-size: 14px;
  }
  .stock-list-code {
    font-size: 30px;
  }
  .stock-list-tit {
    width: 100%;
  }
  .stock-list-tit:before {
    display: none;
  }
  .stock-list-info {
    padding: 3px 10px;
  }
  .stock-tabContent {
    border-radius: 0 0 20px 20px;
  }
  .stock .type2 {
    gap: 0;
    font-size: 20px;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }
  .stock .type2 li {
    padding: 2px 15px;
  }
}

.steps .tab {
  top: 0;
}
.steps .tab ul {
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
.steps .tab-content {
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #e8e8e8;
}
.steps .slick-slider {
  padding-bottom: 0;
  margin: 20px;
  background-color: #fff;
  border-radius: 20px;
}
.steps .slick-next {
  right: 15px;
}
.steps .slick-prev {
  left: 15px;
}
.steps-icon {
  width: 120px;
}
.steps-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 45px;
  border: solid 5px #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.steps-step span {
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #093d8e;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  width: 70px;
  font-weight: bold;
}
.steps .row {
  position: relative;
}
.steps-row-img {
  animation: move-left-fade 1s ease-out forwards;
  position: absolute;
  left: 50%;
  width: 200px;
  top: 120px;
}
@media screen and (max-width: 820px) {
  .steps-row-img {
    top: 20px;
  }
}
.steps-text-btn {
  padding: 2px 5px;
  border: 1px solid;
  border-radius: 30px;
}
.steps-text-content-1 {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .steps .slick-slider {
    margin: 10px;
  }
}

.discount-info {
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
.discount-info .container {
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: center;
}
.discount-info img {
  border-radius: 10px;
}
.discount-info a {
  margin: 5px;
  transition: 0.3s;
}
.discount-info a:hover {
  transform: scale(1.02);
  display: inline-block;
  transition: transform 0.3 ease;
}
@media screen and (max-width: 1200px) {
  .discount-info .container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .discount-info .container {
    width: 95%;
    flex-direction: column;
  }
}

/* 預設情況 (桌機版顯示、手機隱藏) */
.table-step {
  display: block;
  line-height: 0px;
}

.mobile-step {
  display: none;
  line-height: 0px;
}

/* 手機版 (螢幕寬度 768px 以下) */
@media screen and (max-width: 768px) {
  .table-step {
    display: none;
  }
  .mobile-step {
    display: block;
  }
}
.common-bottom-banner {
  padding: 40px 20px;
  background: #f5f7fb;
}
.common-bottom-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.common-bottom-banner__slider {
  margin: 0 -10px;
}
.common-bottom-banner__item {
  padding: 0 10px;
  box-sizing: border-box;
}
.common-bottom-banner__item a {
  display: block;
  text-decoration: none;
}
.common-bottom-banner__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.common-bottom-banner .slick-prev,
.common-bottom-banner .slick-next {
  z-index: 2;
}
.common-bottom-banner .slick-dots {
  bottom: -30px;
}
@media (max-width: 767px) {
  .common-bottom-banner {
    padding: 30px 16px;
  }
}

/*# sourceMappingURL=style.css.map */
