@charset "UTF-8";

html {
  scroll-behavior: smooth
}

body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, "Noto Serif SC", "Noto Sans TC", sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 1.75;
  overflow-x: hidden;
}

@media screen and (max-width:991px) {
  body {
    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
}

.item .section-wrap {
  position: relative;
  box-sizing: border-box;
}

#item-login{  scroll-margin-top: 130px; }


.section-wrap-bn {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 15px;
  line-height: 50px;
  background: url(../images/step_bg.svg) top center no-repeat;
}
.section-wrap {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 15px;
  line-height: 50px;
}
@media screen and (max-width:768px) {
  .section-wrap-bn {background-size: 100%;
    background: url(../images/step_bg-01.svg) top center no-repeat;
    background-size: 100%;}
}

.btn_1,
.btn_2 {
  display: block;
  position: relative;
  height: 76px;
  width: 300px;
  margin-top: 4%;
  z-index: 1;
  margin: auto;
  background: url(../images/btn_1.png?v=20251027) no-repeat center top;
  transition: 0.3s;
  cursor: pointer;
  color: #fff;
  font-size: 40px;
  padding: 15px 20px 0 0;
}
.btn_1{margin-top: -140px;}

.btn_1:hover,
.btn_2:hover {
  filter: brightness(130%);
}

@media screen and (max-width:768px) {
  .btn_1{margin-top:65px;}
}

@media screen and (max-width:430px) {
  .btn_1{margin-top: -172px;}
}
input[type="text"] {
  padding: 8px 15px;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 58px;
  height: 50px;
  margin: 10px;
}

input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 8px;
}

/* 步驟選單 */
/* 額外 CSS 動畫 */


/* ========== 區塊結構 ========== */
.step-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8rem 4rem 4rem 4rem;
  position: relative;
}
@media screen and (max-width:430px) {
  .step-container {padding: 1rem;}
}
@media screen and (max-width:430px) {
  .step-container { padding: 20px 5px;}
}
.step-icon{    
  position: absolute;
  right: -90px;
  top: 280px;
  animation: ringShakePause 3s ease-in-out infinite;
}
.step-icon-img{
  max-width: 80%;
}
.step-icon-text{
  line-height: 35px;
  position: absolute;
  margin: auto;
  font-size: 25px;
  top: 48px;
  left: 28px;
  color: #00367c;
  transform: rotate(15deg); 
}
@keyframes ringShakePause {
  0%   { transform: rotate(0deg); }
  5%   { transform: rotate(12deg); }
  10%  { transform: rotate(-12deg); }
  15%  { transform: rotate(10deg); }
  20%  { transform: rotate(-10deg); }
  25%  { transform: rotate(0deg); }  /* 晃兩下結束 */

  /* 停兩秒：保持靜止 */
  100% { transform: rotate(0deg); }
}
@media screen and (max-width:1024px) {
  .step-icon{ display: none;   }
}
.step-title {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  color: #0081cc;
}

.step-layout {
  display: flex;
  gap: 0.5rem;
  height: 600px;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .step-layout {
    flex-direction: column;
    height: 800px;
  }
}
.step-sidebar {
  width: 20rem;
  position: relative;
  z-index: 2;
  height: fit-content;
  padding-left: 20px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}

.step-content {
  flex: 1;
  margin-top: -105px;
}
.step-section h2{text-align: left;margin-top: 40px; padding-left: 30px;}
.step-image{margin: auto;padding-bottom: 30px;}

@media screen and (max-width:768px) {
  .steps{align-items: center;gap: 1.2rem;}
  .step-content{
    margin-top: 2px;        
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .step-section h2{text-align: center;padding-left: 0;}
  .step-image{padding-bottom: 0;}
  .step-sidebar {
    padding-left: 0;
    width: auto;
   }  
}
@media screen and (max-width:414px) {
  .step-section h2{margin-top:10px ;}
}
/* ========== 單個步驟卡片 ========== */

.step-item {
  border-radius: 8px;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;

}
@media screen and (max-width:430px) {
  .step-item {padding:0;}
  .step-content{margin-top: -190px; }
}
/*
/* 預設收合 */
/*
.step-item.collapsed .step-description {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}*/

/* 展開狀態 */
/*.step-item.expanded .step-description {
  max-height: 8rem;
  opacity: 1;
}
  */

/* active 樣式 */
.step-item.active {
  border-color: #3b82f6;
}


/*---------- 倒數計時 ----------*/
.clock_frame.active {
  animation-name: an_none;
}
.clock_frame{
transform: translateY(-40px);
animation-duration: 1s;
animation-timing-function: 
ease;
animation-fill-mode: forwards;
animation-delay: 1s;
position: relative;
border-radius: .75em;
padding: .9em 0 1.8em;
background: linear-gradient(114deg, #f3f4f7 0%, #e4ecf5 78%);
box-shadow: 0 .2em 1.5em 0 #5e83c44d;
width: 900px;
margin: auto;
top: 35px;
}
@media (max-width: 1200px) {
  .clock_frame{width: 80%;}
}
@media (max-width: 768px) {
  .clock_frame{width: 95%;}
}

@keyframes an_none;{
100% {
  opacity: 1;
  transform: none;
}
}

.clock_frame .title {
  position: relative;
    color: #3a3a3a;
    font-size: 160%;
    text-align: center;
}

.clock_frame .clock_ctn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 35.2em;
  margin-top: 1.2em;
}
.clock_frame .clock_box {
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #fff;
  border-radius: 1em;
  width: 6.4em;
  padding: .8em 0;
  text-align: center;
}
.clock_frame .clock_box .value {
  font-size: 300%;
}

.clock_frame .clock_box .label {
  color: #6B6B6B;
  font-size: 80%;
}


@media (max-width: 769px) {
  .clock_frame .clock_box{width: 5em;}
  .clock_frame .clock_ctn{    max-width: 24em;}
  .clock_frame .clock_box .label {
      margin-top: .2rem;
  }
}

@media (max-width: 390px) {
  .clock_frame .clock_box{width: 4.5em;}
  .clock_frame .clock_ctn{    max-width: 21em;}
}

.clock_frame p {
  font-size: 200%;
  margin-top: 1rem;
}
.clock_box .value {
  transition: transform 0.3s ease;
}

.clock_box .value.changed {
  transform: scale(1.2);
}



/* ========== header 區域 ========== */
.step-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
}

.step-title-text {
  font-weight: 400;
    color: #c0c0c0;
    line-height: 30px;
    transition: all 0.3s ease;
    font-size: 20px;
}

.step-item.active .step-title-text {
  color: #4b5563;
  font-size: 22px;

}
@media screen and (max-width:414px) {
  .step-item.active .step-title-text {font-size: 20px;}
}
@media screen and (max-width:375px) {
   .step-title-text {font-size: 19px;}
}
/* ========== chevron ========== */
.chevron-icon {
  width: 1rem;
  height: 1rem;
  color: #6b7280;
  transition: transform 0.3s ease;
}

.chevron-icon.rotate {
  transform: rotate(180deg);
}

/* ========== 說明文字 ========== */
.step-description {
  margin-top: 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #4b5563;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  text-align: left;

}

/*.step-item.expanded .step-description {
  max-height: 8rem;
  opacity: 1;
}*/
.step-highlight{
  color: #f3555a;
  border-bottom: 1px solid;
}
.step-highlight.active{    color: #0081cc;}


/* ========== 圖片過渡 ========== */
.image-container img {
  transition: all 0.5s ease;
}


/* ========== 圖片外框結構 ========== */

.image-wrapper {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.image-wrapper.active {
  display: block;
  opacity: 1;
}

.image-card {
  max-width: 40rem; /* 640px */
  text-align: center;
  margin: auto;
}
@media screen and (max-width:430px) {
  .image-card {max-width: 15rem;}
}
@media screen and (max-width:390px) {
  .image-card {max-width: 14rem;}
}
@media screen and (max-width:375px) {
  .image-card {max-width: 13rem;}
}
.image-container {
  overflow: hidden;
  border-radius: 8px;
  /*box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);*/
}

/* ========== 漸變圖片 ========== */
.fade-image {
  object-fit: cover;
  transform: scale(0.95);
  transition: all 0.5s ease;
}

.fade-image.active {
  opacity: 1;
  transform: scale(1);
}
.fade-image-text {
  width: 100%;
  line-height: 28px;
  text-align: left;
}

/* ========== 標題與文字 ========== */
.image-text {
  margin-top: 1.5rem;
}

.image-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #0081cc; /* text-gray-800 */
}

.image-description {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #4b5563; /* text-gray-600 */
}





/* 模態背景 */
.modal {

  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  justify-content: center;
  align-items: center;
}

/* 模態內容 */
.modal-content {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 10px;
  width: 400px;
  max-width: 90%;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.modal-content h2{font-size: 30px;}
.modal-content p {line-height: 30px;}
/* 關閉按鈕 */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

ol,
ul {
  margin: 15px 0px;
  padding-left: 20px
}

ol li,
ul li {
  padding-bottom: 3px
}

ol li:last-of-type,
ul li:last-of-type {
  padding-bottom: 0px
}

ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 3px 0px 0px
}

@media screen and (max-width:767px) {

  .inputStyle,
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text] {
    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
}


.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
}


.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 (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .yourClassName {}
}

@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;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header-logo {
  width: 160px;
  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 a:hover,
.header .navBar ul li.active a {
  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:first-of-type {
    -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 a:hover,
  .header .navBar ul li.active a {
    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:first-of-type,
.menuBtn span:nth-of-type(2) {
  position: absolute;
  width: 23px;
  top: 13px
}

.menuBtn.active span {
  opacity: 0
}

.menuBtn.active span:first-of-type,
.menuBtn.active span:nth-of-type(2) {
  opacity: 1;
  -webkit-transform-origin: center center;
  transform-origin: center center
}

.menuBtn.active span:first-of-type {
  -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: reＦlative
}

.footer-content {
  text-align: center;
}

.footer-content a {
  color: #fff
}

.footer-content-block {
  display: inline-block;
  vertical-align: middle
}

.footer-content .linkText {
  color: #ffde45
}

.footer-share {
  float: right;
  display: -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: 3;
  -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: 15px 0
  }

  .fixedBtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .fixedBtn ul li {
    width: 50%;
    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: 70px 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
}


.tit-type1 {
  margin: 25px 0;
  font-size: 35px;
  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: 25px;
  line-height: 1.3;
  position: relative;
  font-weight: 900;
  color: #05367b
}

.tit-type3 {
  margin: 15px 0px;
  font-size: 24px;
  line-height: 1.3;
  background: #e8e8e8;
  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.threeBtn .btn,
.btnArea.twoBtn .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.threeBtn .btn:not(.sBtn),
  .btnArea.twoBtn .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
  }
}



.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
}

@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:after,
  .modal-container .tit:before {
    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
  }
}

.row {
  margin: 5px -10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.row.vAlignCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

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

.col-1 {
  width: calc(4.1666666667% - 20px)
}

.col-2 {
  width: calc(8.3333333333% - 20px)
}

.col-3 {
  width: calc(12.5% - 20px)
}

.col-4 {
  width: calc(16.6666666667% - 20px)
}

.col-5 {
  width: calc(20.8333333333% - 20px)
}

.col-6 {
  width: calc(25% - 20px)
}

.col-7 {
  width: calc(29.1666666667% - 20px)
}

.col-8 {
  width: calc(33.3333333333% - 20px)
}

.col-9 {
  width: calc(37.5% - 20px)
}

.col-10 {
  width: calc(41.6666666667% - 20px)
}

.col-11 {
  width: calc(45.8333333333% - 20px)
}

.col-12 {
  width: calc(50% - 20px)
}

.col-13 {
  width: calc(54.1666666667% - 20px)
}

.col-14 {
  width: calc(58.3333333333% - 20px)
}

.col-15 {
  width: calc(62.5% - 20px)
}

.col-16 {
  width: calc(66.6666666667% - 20px)
}

.col-17 {
  width: calc(70.8333333333% - 20px)
}

.col-18 {
  width: calc(75% - 20px)
}

.col-19 {
  width: calc(79.1666666667% - 20px)
}

.col-20 {
  width: calc(83.3333333333% - 20px)
}

.col-21 {
  width: calc(87.5% - 20px)
}

.col-22 {
  width: calc(91.6666666667% - 20px)
}

.col-23 {
  width: calc(95.8333333333% - 20px)
}

.col-24 {
  width: calc(100% - 20px)
}

@media screen and (max-width:1399px) {
  .col-xl-1 {
    width: calc(4.1666666667% - 20px)
  }

  .col-xl-2 {
    width: calc(8.3333333333% - 20px)
  }

  .col-xl-3 {
    width: calc(12.5% - 20px)
  }

  .col-xl-4 {
    width: calc(16.6666666667% - 20px)
  }

  .col-xl-5 {
    width: calc(20.8333333333% - 20px)
  }

  .col-xl-6 {
    width: calc(25% - 20px)
  }

  .col-xl-7 {
    width: calc(29.1666666667% - 20px)
  }

  .col-xl-8 {
    width: calc(33.3333333333% - 20px)
  }

  .col-xl-9 {
    width: calc(37.5% - 20px)
  }

  .col-xl-10 {
    width: calc(41.6666666667% - 20px)
  }

  .col-xl-11 {
    width: calc(45.8333333333% - 20px)
  }

  .col-xl-12 {
    width: calc(50% - 20px)
  }

  .col-xl-13 {
    width: calc(54.1666666667% - 20px)
  }

  .col-xl-14 {
    width: calc(58.3333333333% - 20px)
  }

  .col-xl-15 {
    width: calc(62.5% - 20px)
  }

  .col-xl-16 {
    width: calc(66.6666666667% - 20px)
  }

  .col-xl-17 {
    width: calc(70.8333333333% - 20px)
  }

  .col-xl-18 {
    width: calc(75% - 20px)
  }

  .col-xl-19 {
    width: calc(79.1666666667% - 20px)
  }

  .col-xl-20 {
    width: calc(83.3333333333% - 20px)
  }

  .col-xl-21 {
    width: calc(87.5% - 20px)
  }

  .col-xl-22 {
    width: calc(91.6666666667% - 20px)
  }

  .col-xl-23 {
    width: calc(95.8333333333% - 20px)
  }

  .col-xl-24 {
    width: calc(100% - 20px)
  }
}

@media screen and (max-width:1199px) {
  .col-lg-1 {
    width: calc(4.1666666667% - 20px)
  }

  .col-lg-2 {
    width: calc(8.3333333333% - 20px)
  }

  .col-lg-3 {
    width: calc(12.5% - 20px)
  }

  .col-lg-4 {
    width: calc(16.6666666667% - 20px)
  }

  .col-lg-5 {
    width: calc(20.8333333333% - 20px)
  }

  .col-lg-6 {
    width: calc(25% - 20px)
  }

  .col-lg-7 {
    width: calc(29.1666666667% - 20px)
  }

  .col-lg-8 {
    width: calc(33.3333333333% - 20px)
  }

  .col-lg-9 {
    width: calc(37.5% - 20px)
  }

  .col-lg-10 {
    width: calc(41.6666666667% - 20px)
  }

  .col-lg-11 {
    width: calc(45.8333333333% - 20px)
  }

  .col-lg-12 {
    width: calc(50% - 20px)
  }

  .col-lg-13 {
    width: calc(54.1666666667% - 20px)
  }

  .col-lg-14 {
    width: calc(58.3333333333% - 20px)
  }

  .col-lg-15 {
    width: calc(62.5% - 20px)
  }

  .col-lg-16 {
    width: calc(66.6666666667% - 20px)
  }

  .col-lg-17 {
    width: calc(70.8333333333% - 20px)
  }

  .col-lg-18 {
    width: calc(75% - 20px)
  }

  .col-lg-19 {
    width: calc(79.1666666667% - 20px)
  }

  .col-lg-20 {
    width: calc(83.3333333333% - 20px)
  }

  .col-lg-21 {
    width: calc(87.5% - 20px)
  }

  .col-lg-22 {
    width: calc(91.6666666667% - 20px)
  }

  .col-lg-23 {
    width: calc(95.8333333333% - 20px)
  }

  .col-lg-24 {
    width: calc(100% - 20px)
  }
}

@media screen and (max-width:991px) {
  .col-md-1 {
    width: calc(4.1666666667% - 20px)
  }

  .col-md-2 {
    width: calc(8.3333333333% - 20px)
  }

  .col-md-3 {
    width: calc(12.5% - 20px)
  }

  .col-md-4 {
    width: calc(16.6666666667% - 20px)
  }

  .col-md-5 {
    width: calc(20.8333333333% - 20px)
  }

  .col-md-6 {
    width: calc(25% - 20px)
  }

  .col-md-7 {
    width: calc(29.1666666667% - 20px)
  }

  .col-md-8 {
    width: calc(33.3333333333% - 20px)
  }

  .col-md-9 {
    width: calc(37.5% - 20px)
  }

  .col-md-10 {
    width: calc(41.6666666667% - 20px)
  }

  .col-md-11 {
    width: calc(45.8333333333% - 20px)
  }

  .col-md-12 {
    width: calc(50% - 20px)
  }

  .col-md-13 {
    width: calc(54.1666666667% - 20px)
  }

  .col-md-14 {
    width: calc(58.3333333333% - 20px)
  }

  .col-md-15 {
    width: calc(62.5% - 20px)
  }

  .col-md-16 {
    width: calc(66.6666666667% - 20px)
  }

  .col-md-17 {
    width: calc(70.8333333333% - 20px)
  }

  .col-md-18 {
    width: calc(75% - 20px)
  }

  .col-md-19 {
    width: calc(79.1666666667% - 20px)
  }

  .col-md-20 {
    width: calc(83.3333333333% - 20px)
  }

  .col-md-21 {
    width: calc(87.5% - 20px)
  }

  .col-md-22 {
    width: calc(91.6666666667% - 20px)
  }

  .col-md-23 {
    width: calc(95.8333333333% - 20px)
  }

  .col-md-24 {
    width: calc(100% - 20px)
  }
}

@media screen and (max-width:767px) {
  .col-sm-1 {
    width: calc(4.1666666667% - 20px)
  }

  .col-sm-2 {
    width: calc(8.3333333333% - 20px)
  }

  .col-sm-3 {
    width: calc(12.5% - 20px)
  }

  .col-sm-4 {
    width: calc(16.6666666667% - 20px)
  }

  .col-sm-5 {
    width: calc(20.8333333333% - 20px)
  }

  .col-sm-6 {
    width: calc(25% - 20px)
  }

  .col-sm-7 {
    width: calc(29.1666666667% - 20px)
  }

  .col-sm-8 {
    width: calc(33.3333333333% - 20px)
  }

  .col-sm-9 {
    width: calc(37.5% - 20px)
  }

  .col-sm-10 {
    width: calc(41.6666666667% - 20px)
  }

  .col-sm-11 {
    width: calc(45.8333333333% - 20px)
  }

  .col-sm-12 {
    width: calc(50% - 20px)
  }

  .col-sm-13 {
    width: calc(54.1666666667% - 20px)
  }

  .col-sm-14 {
    width: calc(58.3333333333% - 20px)
  }

  .col-sm-15 {
    width: calc(62.5% - 20px)
  }

  .col-sm-16 {
    width: calc(66.6666666667% - 20px)
  }

  .col-sm-17 {
    width: calc(70.8333333333% - 20px)
  }

  .col-sm-18 {
    width: calc(75% - 20px)
  }

  .col-sm-19 {
    width: calc(79.1666666667% - 20px)
  }

  .col-sm-20 {
    width: calc(83.3333333333% - 20px)
  }

  .col-sm-21 {
    width: calc(87.5% - 20px)
  }

  .col-sm-22 {
    width: calc(91.6666666667% - 20px)
  }

  .col-sm-23 {
    width: calc(95.8333333333% - 20px)
  }

  .col-sm-24 {
    width: calc(100% - 20px)
  }
}

@media screen and (max-width:359px) {
  .col-xs-1 {
    width: calc(4.1666666667% - 20px)
  }

  .col-xs-2 {
    width: calc(8.3333333333% - 20px)
  }

  .col-xs-3 {
    width: calc(12.5% - 20px)
  }

  .col-xs-4 {
    width: calc(16.6666666667% - 20px)
  }

  .col-xs-5 {
    width: calc(20.8333333333% - 20px)
  }

  .col-xs-6 {
    width: calc(25% - 20px)
  }

  .col-xs-7 {
    width: calc(29.1666666667% - 20px)
  }

  .col-xs-8 {
    width: calc(33.3333333333% - 20px)
  }

  .col-xs-9 {
    width: calc(37.5% - 20px)
  }

  .col-xs-10 {
    width: calc(41.6666666667% - 20px)
  }

  .col-xs-11 {
    width: calc(45.8333333333% - 20px)
  }

  .col-xs-12 {
    width: calc(50% - 20px)
  }

  .col-xs-13 {
    width: calc(54.1666666667% - 20px)
  }

  .col-xs-14 {
    width: calc(58.3333333333% - 20px)
  }

  .col-xs-15 {
    width: calc(62.5% - 20px)
  }

  .col-xs-16 {
    width: calc(66.6666666667% - 20px)
  }

  .col-xs-17 {
    width: calc(70.8333333333% - 20px)
  }

  .col-xs-18 {
    width: calc(75% - 20px)
  }

  .col-xs-19 {
    width: calc(79.1666666667% - 20px)
  }

  .col-xs-20 {
    width: calc(83.3333333333% - 20px)
  }

  .col-xs-21 {
    width: calc(87.5% - 20px)
  }

  .col-xs-22 {
    width: calc(91.6666666667% - 20px)
  }

  .col-xs-23 {
    width: calc(95.8333333333% - 20px)
  }

  .col-xs-24 {
    width: calc(100% - 20px)
  }
}

.margin-top-0 {
  margin-top: 0px !important
}

.margin-top-5 {
  margin-top: 5px !important
}

.margin-top-10 {
  margin-top: 10px !important
}

.margin-top-15 {
  margin-top: 15px !important
}

.margin-top-20 {
  margin-top: 20px !important
}

.margin-top-25 {
  margin-top: 25px !important
}

.margin-top-30 {
  margin-top: 30px !important
}

.margin-top-35 {
  margin-top: 35px !important
}

.margin-top-40 {
  margin-top: 40px !important
}

.margin-top-45 {
  margin-top: 45px !important
}

.margin-top-50 {
  margin-top: 50px !important
}

.margin-top-55 {
  margin-top: 55px !important
}

.margin-top-60 {
  margin-top: 60px !important
}

@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
  }
}

.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 .checkbox .fake,
.formArea-item.error input,
.formArea-item.error select {
  -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: -200px;
  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
  }
}

body {
  background-size: cover;
  background: url(../images/index_bg.jpg?=v20251028) no-repeat center top/100% auto;
}

.banner {
  transform: none !important;
  position: relative;
  overflow: hidden;
  background: url(../images/banner.png?=v20251030) no-repeat center top/100% auto;
  padding-top: 70%;
  top: 80px;
}


@media screen and (max-width:430px) {
.banner{  background: url(../images/banner_mobile.png?=v20251030) no-repeat center top/100% auto;}
}
.banner-content{padding: 50px;}

.tittle {
  font-size: 2em;
  margin-top: 30px;
  background-color: #00367c;
  color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  margin: auto;
  justify-content: center;
  align-items: center;
  transform: skewY(-2deg);
  margin-top: 90px;
}

.tittle-kgi {
  font-size: 2em;
  color: #08367b;
}
@media screen and (max-width:767px) {
  .tittle-kgi {
    font-size: 1.5em;
  }
}
@media screen and (max-width:414px) {
  .tittle-kgi {
    font-size: 1.4em;
  }
}
.content {
  color: #7c7c7c;
  padding: 20px 0;
  font-size: 20px;
  line-height: 60px;
}


.item-underline {
  border-bottom: 1px solid;
  font-size: 30px;
}
@media screen and (max-width:414px) {
  .item-underline {
    font-size: 20px;
  }
}
.content-light {
  font-weight: bold;
  color: #f3555a;
}
.content-light-a{
  padding: 10px;
  background-color: #0281cc;
  color: #fff;
  border-radius: 30px;
}
.content-date{font-family: serif;font-size: 50px;}

.rules {
  padding-top: 88px;
}

.rules li,
.notice li {
  list-style: none;
  text-align: left;
  font-size: 20px;
}
.notice-ol{
  padding-left: 2em;
  list-style-type: decimal;}

.rules p {
  text-align: center;
  font-size: 26px;
}

.lottery li,
.location li {
  list-style: none;
  font-size: 1.5em;
}

/*.banner-bg {
  background: url(../images/index_bg_w.png) no-repeat center top / 100% auto;
  background-position: bottom;
}*/


/*.banner:after{content:"";display:block;position:absolute;width:100%;height:140px;left:0;bottom:0;}*/
.banner .container {
  position: relative;
  z-index: 1;
  height: 100%
}


.content small{font-size: 72%;}


@media screen and (min-width: 1200px) and (max-width: 4000px) {
  .tittle {
    font-size: 2em;
  }


  .tittle-kgi {
    font-size: 2.5em;
  }

  .content {
    font-size: 30px;
  }


  .rules p {
    font-size: 30px;
  }

  .rules li,
  .notice  li {
    font-size: 20px;
  }

  h2 {
    font-size: 30px;
  }

  .header-logo {
    width: 160px
  }
}


@media screen and (max-width:1199px) {
  .banner:after {
    height: 104px
  }

  .banner-main {
    width: 400px
  }
}

@media screen and (max-width:991px) {

 

  .header-logo {
    width: 160px
  }
}

@media screen and (max-width:767px) {
  body {
    background-size: cover
  }

  

  .banner:after {
    height: 19vw
  }

  .banner-main {
    width: 90vw
  }

  .timeLine-remark {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
  }

  .timeLine-remark-color,
  .timeLine-remark-text {
    vertical-align: middle
  }

  .timeLine-remark-color {
    border-radius: 100%;
    width: 23px;
    height: 23px;
    margin-right: 2px;
    background: #d58d00;
    display: inline-block
  }

  .timeLine-remark li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 25px
  }

  .timeLine-remark li:nth-of-type(2) .timeLine-remark-color {
    background: #a30006
  }

  .timeLine-hint {
    display: none;
    text-align: center;
    font-weight: bold;
    font-size: 14px
  }

  .timeLine-img {
    margin-top: 10px;
    overflow-x: auto
  }

  .timeLine-img img {
    width: 100%;
    min-width: 710px
  }

  .header-logo {
    width: 130px
  }
}

@media screen and (max-width:430px) {
  .timeLine-hint {
    display: block
  }

  .timeLine-img img {
    min-width: 940px
  }

  .notice-item {
    margin: 20px 0
  }

  .tit-type1 {
    color: #a30006
  }

  .tit-type2 {
    text-align: center;
    color: #000;
    font-weight: 700
  }

  .banner {
    top: 54px;
  }

  .tittle {
    font-size: 1.3em;
    margin-bottom: -45px;
    margin-top: 50px;
  }

  .lottery,
  .location{
    padding: 80px 10px;
  }

 
  .rules p {
    font-size: 20px;
  }

  .header-logo {
    width: 130px;
  }

  input[type="text"] {
    width: 90%;
  }

  .modal-content {
    width: 300px;
  }
}

@media screen and (max-width:390px) {
  .tittle {
    font-size: 1.2em;
    
  }


  .tittle-kgi {
    font-size: 1.3em;
  }

  .content {
    font-size: 18px;
  }


  .rules p {
    font-size: 20px;
  }

  .lottery,
  .location {
    padding: 80px 10px;
  }

  .rules li,
  .notice li {
    font-size: 18px;
  }

  small {
    font-size: 20px;
  }

  .lottery li,
  .location li {
    text-indent: -0.5em;
  }



}