﻿@charset "UTF-8";
/* 用法範例
    @include maxWidth-xxl {
        margin: 20px;
    }
*/
html {
  scroll-behavior: smooth;
}

.main {
  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%; /*強制瀏覽器不要縮放文字*/
  scroll-behavior: smooth;
}
@media screen and (max-width: 991px) {
  .main {
    font-size: 16px;
  }
}

/*控制文字選取時的顏色*/
::-moz-selection {
  background: #4bb847;
  color: #000;
}
::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;
}
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;
  -webkit-box-sizing: border-box;
          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)";
}

p + .tit-type1, ul + .tit-type1, ol + .tit-type1 {
  margin-top: 60px;
}
p + .tit-type2, ul + .tit-type2, ol + .tit-type2 {
  margin-top: 50px;
}
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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
.checkbox .fake,
.radio .fake {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #a4a4a4;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
  top: 4px;
}
.checkbox .fake i,
.radio .fake i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 13px;
  -webkit-transition: 0.3s ease all;
  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;
  -webkit-transition: 0.3s ease all;
  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;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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: 1024px;
}
@media screen and (max-width: 1199px) {
  .container {
    margin: 0px 35px;
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .container {
    margin: 0px 25px;
  }
}
.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;
  }
}
.fontAwesomeIcon, .slick-arrow {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}

.animated {
  -webkit-animation-fill-mode: backwards;
          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;
  -webkit-box-shadow: 40px 0 0 #000, 80px 0 0 #000, -40px 0 0 #000, -80px 0 0 #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%;
  -webkit-transform: translateX(-50%) translateY(-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;
}
.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: -3px;
  padding: 0px;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #000;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
  background: none;
}
.slick-arrow:before {
  font-size: 42px;
  line-height: 1;
  background: #fff;
  border-radius: 100%;
}
.slick-arrow:hover {
  color: #007eff;
}
.slick-prev {
  left: -35px;
}
.slick-prev:before {
  content: "\f137";
}
.slick-next {
  right: -35px;
}
.slick-next:before {
  content: "\f138";
}
@media screen and (max-width: 991px) {
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    top: -48px;
    width: 26px;
    height: 26px;
  }
  .slick-arrow:before {
    font-size: 26px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
}

#content {
  -webkit-transition: 1s ease-in-out opacity;
  transition: 1s ease-in-out opacity;
  -webkit-animation: contentAinmt ease-in-out 0.2s;
          animation: contentAinmt ease-in-out 0.2s;
}
@media screen and (max-width: 991px) {
  #content {
    overflow: hidden;
  }
}

[v-cloak] {
  opacity: 0;
}

@-webkit-keyframes contentAinmt {
  0% {
    opacity: 0;
  }
  50% {
    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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-logo {
  width: 180px;
  float: left;
}
.header-logo img {
  display: block;
  max-width: 100%;
}
.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 {
  -webkit-transition: 0.3s ease all;
  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;
}
@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;
    -webkit-transition: 0.6s ease all;
    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;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  }
  .header .navBar.show ul li {
    -webkit-animation: mobileNav 0.4s ease-out alternate backwards;
            animation: mobileNav 0.4s ease-out alternate backwards;
  }
  .header .navBar.show ul li:nth-of-type(1) {
    -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s;
  }
  .header .navBar.show ul li:nth-of-type(2) {
    -webkit-animation-delay: 0.16s;
            animation-delay: 0.16s;
  }
  .header .navBar.show ul li:nth-of-type(3) {
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s;
  }
  .header .navBar.show ul li:nth-of-type(4) {
    -webkit-animation-delay: 0.32s;
            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 {
    width: 130px;
  }
  .header .navBar.show {
    right: 10px;
  }
  .header .navBar ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 359px) {
  .header .navBar.show {
    right: 5px;
  }
}

@-webkit-keyframes mobileNav {
  0% {
    opacity: 0;
    right: -100%;
  }
}

@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;
  -webkit-transition: 0.3s ease all;
  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;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.menuBtn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menuBtn.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          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 {
  float: left;
}
.footer-content a {
  color: #fff;
}
.footer-content-block {
  display: inline-block;
  vertical-align: middle;
}
.footer-content .linkText {
  color: #ffde45;
}
.footer-share {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.footer-share li a:hover {
  opacity: 0.7;
}
.footer-share li a .fa-line {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
@media screen and (max-width: 1199px) {
  .footer-content {
    float: none;
    text-align: center;
  }
  .footer-share {
    float: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
@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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
          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: 36px;
  display: block;
  margin: 0 auto 5px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 100%;
}
.fixedBtn ul li a:hover img {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991px) {
  .fixedBtn {
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-radius: 0;
    padding: 8px 0;
  }
  .fixedBtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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: 0;
  }
  .fixedBtn ul li a img {
    width: 24px;
    margin: -2px auto 0;
    vertical-align: middle;
    display: inline-block;
  }
}

.topBtn {
  position: fixed;
  z-index: 1;
  bottom: 35px;
  right: 15px;
  -webkit-transition: 0.5s ease transform, 0.3s ease opacity;
  transition: 0.5s ease transform, 0.3s ease opacity;
  opacity: 0;
}
.topBtn a {
  display: block;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
  top: 0px;
  padding-top: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 2px #fff;
          box-shadow: 0px 0px 0px 2px #fff;
}
.topBtn a span {
  position: relative;
}
.topBtn a i {
  display: block;
  margin: 0 auto;
}
.topBtn a:hover {
  opacity: 0.7;
}
@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;
  }
  .topBtn a i {
    font-size: 20px;
  }
}

.item {
  padding: 100px 0px;
  position: relative;
}
.item .container {
  position: relative;
  -webkit-box-sizing: border-box;
          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-type1 {
  margin: 25px 0;
  font-size: 40px;
  line-height: 1.3;
  color: #000;
  font-weight: 900;
  text-align: center;
  color: #05367b;
}
.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: 20px 0px;
  font-size: 30px;
  line-height: 1.3;
  position: relative;
  font-weight: 900;
  color: #05367b;
}
.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;
}
@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;
  }
}

.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;
  -webkit-transition: 0.3s ease all;
  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";
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 8px 0px;
  -webkit-box-sizing: border-box;
          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: 20px;
  display: block;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-align: center;
  -webkit-box-sizing: border-box;
          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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  width: 0px;
  height: 0px;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}
.btn a:hover,
.btn button:hover {
  -webkit-box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, 0.3);
          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);
  -webkit-box-shadow: 0px 0px 0px 2px 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 {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.textBtn.whiteStyle a,
.btn.textBtn.whiteStyle button {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
  .btnArea.twoBtn .btn:not(.sBtn), .btnArea.threeBtn .btn:not(.sBtn) {
    max-width: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn a,
  .btn button {
    font-size: 17px;
    line-height: 45px;
    width: 100%;
    padding: 0px 20px;
  }
  .btn-remark {
    padding: 5px 0px 10px;
  }
}

.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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.54);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.54);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.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;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.modal-container.fixedHeight > div {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.modal-enter, .modal-leave-to {
  opacity: 0;
}
.modal.md .modal-container {
  max-width: 450px;
}
.modal p {
  font-size: 16px;
  line-height: 1.6em;
  color: #05367b;
}
@media screen and (max-width: 991px) {
  .modal-container {
    width: 90%;
  }
  .modal-container-infoArea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 15px;
  }
  .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;
  line-height: 48px;
  border-radius: 100%;
  color: #fff;
  background: #05367b;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(5, 54, 123, 0.3);
          box-shadow: 0px 0px 0px 4px rgba(5, 54, 123, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.closeBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 0%;
  height: 0%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border-radius: 100%;
}
.closeBtn i {
  position: relative;
}
.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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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;
  }
}

.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;
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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-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;
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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-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;
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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-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;
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}

/* 編譯說明
    ``` 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%;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-shadow: 0px 0px 0px 1px #f00 inset;
          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 {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.shareLink {
  position: sticky;
  z-index: 1;
  top: 0px;
  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%;
  -webkit-transform: translateY(-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 i {
  font-size: 30px;
}
.shareLink-list li i.fa-link {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.shareLink-list li i.fa-line {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
@media screen and (max-width: 1399px) {
  .shareLink-list {
    left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .shareLink {
    padding: 0 25px;
    position: relative;
    top: auto;
    margin-top: 30px;
  }
  .shareLink-list {
    position: relative;
    left: auto;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    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: 0 10px;
  }
}

[v-cloak] {
  opacity: unset;
}

.container {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 50px 0;
  }
}

.main {
  padding-top: 100px;
}
.main-tit {
  margin: 0 auto;
  padding: 0px;
  max-width: 1200px;
  text-align: center;
}
.main-tit h1 {
  background-color: #05367b;
  padding: 40px 68px;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 300;
  -webkit-box-shadow: #ffffff 10px 10px, #05367b 10px 10px 0 1px;
          box-shadow: #ffffff 10px 10px, #05367b 10px 10px 0 1px;
}
@media screen and (max-width: 1199px) {
  .main-tit {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding: 50px 0;
  }
  .main-tit {
    max-width: 90%;
  }
}
.main .info .container {
  padding-top: 20px;
}
.main .info, .main .file, .main .step, .main .QA {
  color: #05367b;
}
.main .info-titbox, .main .file-titbox, .main .step-titbox, .main .QA-titbox {
  text-align: center;
}
.main .info-titbox h2, .main .file-titbox h2, .main .step-titbox h2, .main .QA-titbox h2 {
  color: #f15d21;
  margin: 8px 0;
}
.main .info-titbox .bgpic::before, .main .file-titbox .bgpic::before, .main .step-titbox .bgpic::before, .main .QA-titbox .bgpic::before {
  content: url(../images/bg_01.png);
  margin-right: 40px;
}
.main .info-titbox .bgpic::after, .main .file-titbox .bgpic::after, .main .step-titbox .bgpic::after, .main .QA-titbox .bgpic::after {
  content: url(../images/bg_02.png);
  margin-left: 25px;
}
.main .info-advantages, .main .info-serve, .main .file-advantages, .main .file-serve, .main .step-advantages, .main .step-serve, .main .QA-advantages, .main .QA-serve {
  margin: 50px 0;
}
.main .info-advantages h3, .main .info-serve h3, .main .file-advantages h3, .main .file-serve h3, .main .step-advantages h3, .main .step-serve h3, .main .QA-advantages h3, .main .QA-serve h3 {
  color: #05367b;
  border-left: 7px solid #05367b;
  padding: 0 10px;
  font-weight: 300;
  background-color: #ffffff;
}
.main .info-advantages-wrap, .main .info-serve-wrap, .main .file-advantages-wrap, .main .file-serve-wrap, .main .step-advantages-wrap, .main .step-serve-wrap, .main .QA-advantages-wrap, .main .QA-serve-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main .info-advantages-wrap .flip, .main .info-serve-wrap .flip, .main .file-advantages-wrap .flip, .main .file-serve-wrap .flip, .main .step-advantages-wrap .flip, .main .step-serve-wrap .flip, .main .QA-advantages-wrap .flip, .main .QA-serve-wrap .flip {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.main .info-advantages-wrap .side, .main .info-serve-wrap .side, .main .file-advantages-wrap .side, .main .file-serve-wrap .side, .main .step-advantages-wrap .side, .main .step-serve-wrap .side, .main .QA-advantages-wrap .side, .main .QA-serve-wrap .side {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: ceter;
}
.main .info-advantages-wrap .front, .main .info-serve-wrap .front, .main .file-advantages-wrap .front, .main .file-serve-wrap .front, .main .step-advantages-wrap .front, .main .step-serve-wrap .front, .main .QA-advantages-wrap .front, .main .QA-serve-wrap .front {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .info-advantages-wrap .front img, .main .info-serve-wrap .front img, .main .file-advantages-wrap .front img, .main .file-serve-wrap .front img, .main .step-advantages-wrap .front img, .main .step-serve-wrap .front img, .main .QA-advantages-wrap .front img, .main .QA-serve-wrap .front img {
  max-width: 120px;
}
.main .info-advantages-wrap .back, .main .info-serve-wrap .back, .main .file-advantages-wrap .back, .main .file-serve-wrap .back, .main .step-advantages-wrap .back, .main .step-serve-wrap .back, .main .QA-advantages-wrap .back, .main .QA-serve-wrap .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(180deg) translateZ(1px);
          transform: rotateY(180deg) translateZ(1px);
  padding: 0 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-weight: 300;
}
.main .info-advantages-wrap .flip_wrap:hover .flip, .main .info-serve-wrap .flip_wrap:hover .flip, .main .file-advantages-wrap .flip_wrap:hover .flip, .main .file-serve-wrap .flip_wrap:hover .flip, .main .step-advantages-wrap .flip_wrap:hover .flip, .main .step-serve-wrap .flip_wrap:hover .flip, .main .QA-advantages-wrap .flip_wrap:hover .flip, .main .QA-serve-wrap .flip_wrap:hover .flip {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  cursor: pointer;
}
.main .info-advantages-wrap-card, .main .info-serve-wrap-card, .main .file-advantages-wrap-card, .main .file-serve-wrap-card, .main .step-advantages-wrap-card, .main .step-serve-wrap-card, .main .QA-advantages-wrap-card, .main .QA-serve-wrap-card {
  background-color: #05367b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0;
  margin: 5px;
  width: calc(33.3333333333% - 10px);
  height: 200px;
}
.main .info-advantages-wrap-card img, .main .info-serve-wrap-card img, .main .file-advantages-wrap-card img, .main .file-serve-wrap-card img, .main .step-advantages-wrap-card img, .main .step-serve-wrap-card img, .main .QA-advantages-wrap-card img, .main .QA-serve-wrap-card img {
  margin-bottom: 20px;
}
.main .info-advantages-wrap-card h4, .main .info-serve-wrap-card h4, .main .file-advantages-wrap-card h4, .main .file-serve-wrap-card h4, .main .step-advantages-wrap-card h4, .main .step-serve-wrap-card h4, .main .QA-advantages-wrap-card h4, .main .QA-serve-wrap-card h4 {
  color: #ffffff;
  font-style: normal;
  text-align: center;
  font-weight: 300;
}
.main .info-advantages-wrap-card:nth-child(2), .main .info-serve-wrap-card:nth-child(2), .main .file-advantages-wrap-card:nth-child(2), .main .file-serve-wrap-card:nth-child(2), .main .step-advantages-wrap-card:nth-child(2), .main .step-serve-wrap-card:nth-child(2), .main .QA-advantages-wrap-card:nth-child(2), .main .QA-serve-wrap-card:nth-child(2) {
  background-color: #f15d21;
}
.main .info-advantages-wrap-card:nth-child(3), .main .info-advantages-wrap-card:nth-child(4), .main .info-serve-wrap-card:nth-child(3), .main .info-serve-wrap-card:nth-child(4), .main .file-advantages-wrap-card:nth-child(3), .main .file-advantages-wrap-card:nth-child(4), .main .file-serve-wrap-card:nth-child(3), .main .file-serve-wrap-card:nth-child(4), .main .step-advantages-wrap-card:nth-child(3), .main .step-advantages-wrap-card:nth-child(4), .main .step-serve-wrap-card:nth-child(3), .main .step-serve-wrap-card:nth-child(4), .main .QA-advantages-wrap-card:nth-child(3), .main .QA-advantages-wrap-card:nth-child(4), .main .QA-serve-wrap-card:nth-child(3), .main .QA-serve-wrap-card:nth-child(4) {
  background-color: #4bb847;
}
.main .info-advantages-wrap-card:nth-child(6), .main .info-serve-wrap-card:nth-child(6), .main .file-advantages-wrap-card:nth-child(6), .main .file-serve-wrap-card:nth-child(6), .main .step-advantages-wrap-card:nth-child(6), .main .step-serve-wrap-card:nth-child(6), .main .QA-advantages-wrap-card:nth-child(6), .main .QA-serve-wrap-card:nth-child(6) {
  background-color: #ffb64d;
}
.main .info-advantages-wrap .tab, .main .info-serve-wrap .tab, .main .file-advantages-wrap .tab, .main .file-serve-wrap .tab, .main .step-advantages-wrap .tab, .main .step-serve-wrap .tab, .main .QA-advantages-wrap .tab, .main .QA-serve-wrap .tab {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 1px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 1px;
  width: 100%;
}
.main .info-advantages-wrap .tab-tit, .main .info-serve-wrap .tab-tit, .main .file-advantages-wrap .tab-tit, .main .file-serve-wrap .tab-tit, .main .step-advantages-wrap .tab-tit, .main .step-serve-wrap .tab-tit, .main .QA-advantages-wrap .tab-tit, .main .QA-serve-wrap .tab-tit {
  background-color: #f0f0f0;
  border-bottom: 5px solid #05367b;
}
.main .info-advantages-wrap .tab-tit-name, .main .info-serve-wrap .tab-tit-name, .main .file-advantages-wrap .tab-tit-name, .main .file-serve-wrap .tab-tit-name, .main .step-advantages-wrap .tab-tit-name, .main .step-serve-wrap .tab-tit-name, .main .QA-advantages-wrap .tab-tit-name, .main .QA-serve-wrap .tab-tit-name {
    color: #05367b;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 300;
    font-family: Arial, "Noto Serif SC", "Noto Sans TC", sans-serif;
    border-radius: 0;
    width: 11.9%;
    line-height: 1.4075;
}
.main .info-advantages-wrap .tab-content, .main .info-serve-wrap .tab-content, .main .file-advantages-wrap .tab-content, .main .file-serve-wrap .tab-content, .main .step-advantages-wrap .tab-content, .main .step-serve-wrap .tab-content, .main .QA-advantages-wrap .tab-content, .main .QA-serve-wrap .tab-content {
  padding: 50px;
  color: #000000;
}
.main .info-advantages-wrap .tab .tabhover, .main .info-serve-wrap .tab .tabhover, .main .file-advantages-wrap .tab .tabhover, .main .file-serve-wrap .tab .tabhover, .main .step-advantages-wrap .tab .tabhover, .main .step-serve-wrap .tab .tabhover, .main .QA-advantages-wrap .tab .tabhover, .main .QA-serve-wrap .tab .tabhover {
  background-color: #05367b;
  color: #ffffff;
}
.main .info-advantages-wrap .tab button:hover, .main .info-serve-wrap .tab button:hover, .main .file-advantages-wrap .tab button:hover, .main .file-serve-wrap .tab button:hover, .main .step-advantages-wrap .tab button:hover, .main .step-serve-wrap .tab button:hover, .main .QA-advantages-wrap .tab button:hover, .main .QA-serve-wrap .tab button:hover {
  background-color: #05367b;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .main .info-advantages-wrap, .main .info-serve-wrap, .main .file-advantages-wrap, .main .file-serve-wrap, .main .step-advantages-wrap, .main .step-serve-wrap, .main .QA-advantages-wrap, .main .QA-serve-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .info-advantages-wrap-card, .main .info-serve-wrap-card, .main .file-advantages-wrap-card, .main .file-serve-wrap-card, .main .step-advantages-wrap-card, .main .step-serve-wrap-card, .main .QA-advantages-wrap-card, .main .QA-serve-wrap-card {
    width: 90%;
  }
  .main .info-advantages-wrap .tab-tit, .main .info-serve-wrap .tab-tit, .main .file-advantages-wrap .tab-tit, .main .file-serve-wrap .tab-tit, .main .step-advantages-wrap .tab-tit, .main .step-serve-wrap .tab-tit, .main .QA-advantages-wrap .tab-tit, .main .QA-serve-wrap .tab-tit {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .main .info-advantages-wrap .tab-tit-name, .main .info-serve-wrap .tab-tit-name, .main .file-advantages-wrap .tab-tit-name, .main .file-serve-wrap .tab-tit-name, .main .step-advantages-wrap .tab-tit-name, .main .step-serve-wrap .tab-tit-name, .main .QA-advantages-wrap .tab-tit-name, .main .QA-serve-wrap .tab-tit-name {
    width: auto;
    padding: 20px 30px;
  }
  .main .info-advantages-wrap .tab-content, .main .info-serve-wrap .tab-content, .main .file-advantages-wrap .tab-content, .main .file-serve-wrap .tab-content, .main .step-advantages-wrap .tab-content, .main .step-serve-wrap .tab-content, .main .QA-advantages-wrap .tab-content, .main .QA-serve-wrap .tab-content {
    padding: 5%;
  }
}
@media screen and (max-width: 767px) {
  .main .info-titbox .bgpic::before, .main .info-titbox .bgpic::after, .main .file-titbox .bgpic::before, .main .file-titbox .bgpic::after, .main .step-titbox .bgpic::before, .main .step-titbox .bgpic::after, .main .QA-titbox .bgpic::before, .main .QA-titbox .bgpic::after {
    display: none;
  }
}
.main .file {
  background-color: #4bb847;
}
.main .file h2 {
  color: #ffffff;
}
.main .file .bgpic::before {
  content: url(../images/bg_03.png);
  margin-right: 40px;
}
.main .file .bgpic::after {
  content: url(../images/bg_04.png);
  margin-right: 40px;
}
.main .file-box h3 {
  color: #05367b;
  border-left: 7px solid #05367b;
  padding: 0 10px;
  font-weight: 300;
  font-size: 26px;
  margin: 50px 0;
}
.main .file-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .file-box-wrap-card {
  text-align: center;
  width: calc(25% - 15px);
  padding: 20px;
}
.main .file-box-wrap-card img {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 50%;
}
.main .file-box-wrap-card p {
  color: #05367b;
  font-size: 18px;
}
.main .file-box-wrap-card p span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .main .file-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .file-box-wrap-card {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .main .file-box-wrap-card {
    padding: 10px;
  }
  .main .file-box-wrap-card img {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .main .file-box-wrap-card img {
    width: auto;
  }
}
.main .step-box p {
  margin: 50px 0;
}
.main .step-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
}
.main .step-box-wrap-card {
  width: 20%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .step-box-wrap-card .number {
  padding: 20px;
  background-color: #05367b;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 1;
}
.main .step-box-wrap-card .number span {
  display: block;
  font-size: 40px;
}
.main .step-box-wrap-card-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .step-box-wrap-card-data h4 {
  font-style: normal;
  color: #05367b;
  font-size: 18px;
  margin: 20px 0;
}
.main .step-box-wrap-card-data h4 .iconexclamation {
  color: #000000;
  vertical-align: text-top;
  font-size: 1.25rem;
}
.main .step-box-wrap-card-data h4 a:hover {
  cursor: pointer;
}
.main .step-box-wrap-card-data img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .main .step-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .step-box-wrap-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin: 50px 0;
    display: block;
  }
  .main .step-box-wrap-card-data {
    margin-left: 20px;
  }
  .main .step-box-wrap-card-data img {
    width: 50%;
  }
}
.main .step-box .stepline::before {
  content: " ";
  border-top: 5px solid #05367b;
  width: 80%;
  position: absolute;
  left: 70px;
  top: 40px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .main .step-box .stepline::before {
    border-left: 5px solid #05367b;
    height: 100%;
    width: 0;
    left: 40px;
    top: 0px;
  }
}
.main .QA {
  color: #545454;
  overflow: hidden;
}
.main .QA .bg01 {
  background-color: #f15d21;
  width: 30%;
  height: 80%;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
  z-index: -999;
  position: absolute;
  left: -30%;
}
.main .QA .bg02 {
  background-color: #4bb847;
  width: 30%;
  height: 30%;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
  z-index: -999;
  position: absolute;
  right: -20%;
  display: none;
}
.main .QA h2 {
  color: #4bb847;
}
.main .QA details {
  border-bottom: 1px solid #05367b;
  padding: 30px 0;
}
.main .QA details summary {
  list-style-type: none;
  position: relative;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .QA details summary::before {
  position: absolute;
  right: 0;
  content: "";
  border: solid #05367b;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.main .QA details summary::-webkit-details-marker, .main .QA details summary::marker {
  display: none;
}
.main .QA details h5 {
  color: #05367b;
}
.main .QA details .content p {
  font-size: 16px;
}
.main .QA details .content a {
  color: #4bb847;
}
.main .QA details[open] summary::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 1399px) {
  .main .QA {
    overflow: hidden;
  }
  .main .QA .bg01, .main .QA .bg02 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main .QA .bg01, .main .QA .bg02 {
    display: none;
  }
  .main .QA details h3 {
    font-size: 17px;
    padding-right: 20px;
  }
}
.main .QA .btnArea {
  margin-top: 100px;
}

.clearflex {
  clear: both;
}