@charset "UTF-8";

* {
  font-family: "Arial","Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  line-height: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inlineBlock {
  display: inline-block;
}

h2 {
  color: #7A64FE;
  font-size: 22px;
  text-align: center;
  font-weight: 400;
}

.purple {
  background-color: #7A64FE;
}

.pink {
  background-color: #FF457C;
}

.red {
  color: #C50000;
}

.c_gold {
  color: #D8A512;
}

.c_green {
  color: #00A19B;
}

.c_orange {
  color: #ff9900;
}

.t_bold {
  font-weight: bolder;
}

.f_small {
  font-size: 12px !important;
}

.bg_red {
  background-color: #DF4847 !important;
}

.mt_30 {
  position: relative;
}
@media (max-width: 1024px) {
  .mt_30 {
    top: 40px;
  }
}

/* h1-seo的class把h1文字隱藏 */
.h1-seo{
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  transform: scale(0);
  color: #ffffff;
  display: none;
}

.kv .container {
  text-align: center;
  padding: 60px 0 0 0;
  position: relative;
}
.kv .container .kv_banner_web img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  border: none;
}

.kv .container .kv_banner_mobile img{
  width: 100%;
  display: none;
  margin: 0 auto;
  border: none;
}


@media (max-width: 700px) {
  .kv .container .kv_banner_web img{
      display: none;
    }

  .kv .container .kv_banner_mobile img{
      display: block;
    }
}






.step {
  text-align: center;
  position: relative;
  display: block;
  margin-top: 30px;
  overflow: hidden;
}
.step .container h2 img {
  max-width: 300px;
  margin: 0px 0px 20px 0px;

}
.step .container h3 {
  width: 90%;
  margin: 0 auto;
  font-size: 22px;
  margin-top: 24px;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.step .container .step_p {
  font-size: 16px;
  background-color: #FFE7A3;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  text-align: center;
  margin: auto;
}

.step .container a {
  padding: 10px 30px;
  font-size: 18px;
  color: #469F9A;
  text-align: center;
  position: relative;
}


.step .container .link {
  border: solid 0px #469F9A;
  padding: 0;
  font-size: 14px;
  color: #D8A512;
  margin-left: 10px;
}
.step .container .link_top {
  top: 60px;
  display: inline-block;
  position: relative;
}
.step .container .m_show {
  display: none;
}
@media (max-width: 768px) {
  .step .container .m_show {
    display: block;
  }
}
@media (max-width: 425px) {
  .step .container .m_show {
    display: none;
  }
}
.step .container ul {
  text-align: center;
  margin: auto;
}
.step .container ul li {
  margin: 20px 20px;
  display: inline-block;
  vertical-align: top;
  text-indent: -20px;
  width: 320px;
}
@media (max-width: 1024px) {
  .step .container ul li {
    display: block;
    margin: 60px auto;
  }
}
@media (max-width: 768px) {
  .step .container ul li {
    margin-top: 50px;
    width: inherit;
  }
}
@media (max-width: 430px) {
  .step .container ul li {
    text-indent: 0px;
  }
}
.step .container ul li img {
  max-width: 220px;
  display: block;
  margin: auto;
  height: 180px;
}
.step .container ul li p {
  font-size: 18px;
  text-align: left;
  margin: 20px auto;
  height: 120px;
  max-width: 330px;
  line-height: 1.6;
  margin-bottom: 158px;
  letter-spacing: 3px;　  
  padding-bottom: 10%;
}
@media (max-width: 768px) {
  .step .container ul li p {
    height: auto;
    margin-bottom:22px;
  }
}

@media (max-width: 1024px) {
  .step .container ul li p {
    height: auto;
    margin-bottom:32px;
  }
}
.step .container ul li .loan_content {
  margin-top: 10px;
  
}
.step .container ul li .loan_content h3 {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  background-color: #00A19B;
  color: #fff;
  top: 120px;
  padding-top: 15px;
  font-size: 18px;
}
.step .container ul li .loan_content .loan_content_h3 {
  padding-top: 24px;
  padding-left: 10px;
}
.step .container ul li .loan_content ul {
  display: inline-block;
  top: 30px;
  position: relative;
  max-width: 300px;
}
.step .container ul li .loan_content ul li {
  display: block;
  width: 300px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  font-size: 18px;
  line-height: 2;
}
.step .container ul li .loan_content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #00A19B;
  border-radius: 100px;
  margin-right: 10px;
  display: inline-block;
  top: -3px;
  position: relative;
}

.notice_wrap {
  color: #282727;
  margin-top: 50px;
  position: relative;
  padding: 0 10px;
}
.notice_wrap h2 {
  font-size: 18px;
  color: #469F9A;
}
.notice_wrap h2 img {
  width: 20px;
  position: relative;
  margin-left: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  top: -3px;
}
.notice_wrap h2 .rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.notice_wrap ul {
  max-width: 990px;
  padding: 0 10px;
  margin: 10px auto 0 auto;
}
.notice_wrap ul li {
  text-align: justify;
  word-break: break-all;
  line-height: 2;
  margin-left: 14px;
}
.notice_wrap .noticeL1 li {
  list-style-type: decimal;
}

.notice_wrap .noticeL1 span {
  color: #ff9900;
}

.notice_wrap .noticeL2 {
  margin-left: 8px;
}
.notice_wrap .noticeL3 {
  margin-left: 16px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  90% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  90% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  10% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  10% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.fixed_block {
  display: block;
  position: fixed;
  z-index: 7;
  right: 15px;
  bottom: 23%;
  text-align: center;
}

.fixed_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  background-color: #FF5277;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10% auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.fixed_block a.bottom {
  background-color: #0AB0BE;
}

.fixed_block a p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
}

#gotop {
  right: 15px;
}

@media screen and (max-width: 500px) {
  .fixed_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 9;
  }
  .fixed_block a {
    width: 50%;
    height: 45px;
    margin: auto;
    border-radius: 0;
  }
  .fixed_block a p br {
    display: none;
  }
}
/*# sourceMappingURL=all.css.map */




.discount {
  margin-top: 80px;
}
.discount .brand {
  break-inside: avoid;
  border: 1px rgba(0, 122, 122, 0.34) solid;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  transition: 0.1s;
}
.discount .brand .btn {
  margin: 10px auto;
}
.discount .brand .btnAll {
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .discount .brand .btnAll {
    flex-direction: row;
  }
  .discount .brand .btnAll .btn {
    margin: 10px 5px;
  }
}
.discount .brand .h3 {
  margin-bottom: 20px;
}
.discount .brand:hover {
  background-color: rgba(0, 122, 69, 0.1);
  cursor: pointer;
  transform: scale(1.01);
}
.discount .h3 {
  text-align: center;
  margin-bottom: 14px;
  color: #005154;
}
.discount .h4 {
  color: #005154;
}
.discount .btn {
  background-color: #C0DBB4;
  color: #005154;
}
.discount .btn:nth-child(2) {
  background-color: #005154;
  color: #fff;
}

@media(max-width:500px){
  .discount {
  margin-top: 10px;
}
}

/*202506add*/
.tab .uk-switcher {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px 5px 60px 5px;
  margin: 20px;
}

.uk-tab {
  max-width: 660px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0px 10px !important;
}

.uk-tab > li {
  display: inline-block !important;
  width: 50%;
  padding-left: 0;
  position: relative;
}

.uk-tab > li a {
  font-size: 18px;
}

.uk-tab > .uk-active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #00a19b;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
}

.uk-tab > .uk-active > a {
  color: #00a19b;
  font-weight: bold;
  padding-bottom: 16px;
  border: 0;
}

.uk-tab::before {
  display: none;
}

.uk-tab::after {
  content: "";
  bottom: 0;
  left: 20px;
  right: 0;
  width: 100%;
  height: 4px;
  background: #E1EFEF;
  border-radius: 10px;
  position: static;
}

.bt-anim {
  -webkit-animation: bt-anim 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
  animation: bt-anim 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

@media(max-width:500px){
  .tab .uk-switcher{
    margin: 20px 0px;
  }
}

/*表格*/
.baseTable {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 18px;
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
  border-spacing: unset;
  text-indent: unset;
  border-collapse: revert;
}

.baseTable th {
  background: #3cbaad;
  color: #ffffff;
  font-weight: normal;
  padding: 10px 5px;
  border-top: solid 1px #d9d9d9;
  border-left: 1px solid #d9d9d9;
  letter-spacing: 2px;
  text-align: center;
}

.baseTable th span{
  color: #fff100;
}

.baseTable th:first-child {
  border-left: solid 1px
   #3cbaad;
}
.baseTable th:last-child {
  border-right: solid 1px #3cbaad;
}

.baseTable td {
  font-size: 16px;
  border-left: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  padding: 10px 2px;
  line-height: 30px;
  background-color: #ffffff;
}

.baseTable td span{
  font-size: 20px;
  color: #ff9900;
  font-weight: bolder;
} 

.event_notice{
  width: 100%;
  margin: 0px auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #595757;
  padding: 5px 0px 5px 0px;
  line-height: 28px;
  margin-bottom: 20px;
}

.event_notice2{
  width: 90%;
  margin: 0px auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #595757;
  padding: 5px 5px 5px 5px;
  line-height: 28px;
  margin-bottom: 20px;
}

/*按鈕*/
.event_btn2{
  display:inline-block; 
  height: 2.76em; 
  line-height: 2.8em; 
  font-size: 17px; 
  text-align: center; 
  color: #3cbaad; 
  background: #ffffff; 
  cursor: pointer;
  width: 200px;
  border-radius: 4px;
  border:1px solid #3cbaad ;
  margin: 10px 50px;
}

.event_btn2:hover{
  opacity: 80%;
  color: white;
  background: #3cbaad;
  text-decoration: none;
}

.event_btn2 {
  -webkit-animation: slide-top 0.5s ease-out 1s 20 alternate ;
          animation: slide-top 0.5s ease-out 1s 20 alternate ;
}

.event_btnbody{
  width: 90%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0px 0px 0px;
  margin-top: 10px;
  margin-bottom: 50px;
}

@media(max-width:500px){
  .event_btnbody{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden; 
    margin-bottom: 50px;
    }
    .calculation td,
  th {
    font-size: 16px;
    padding: 8px;

  }
  
}

/* 注意事項(收合) */
.faq-section {
  width: 80%;
  background: #ffffff;
  color: #595959;
  margin: 0 auto;
  transition:all 0s ease;
  font-size: 16px;
  clear: both;
}

.faq-section .qa-click {
  background: #ffffff;
  height: auto;
  cursor: pointer;
  padding: 16px 16px;
  transition:all 0s ease;
  font-size: 16px;
  text-align: left;
}

.faq-section p{
  text-align: left;
}

.faq-section .qa-click img {
  color: #b7acac;
  font-size: 12px;
  margin-top: 5px;
  float: right;
}

.faq-section .arrow {
    position: relative;
}

.faq-section .answer {
  display: none;
  padding: 10px 25px 20px 20px;
  margin: 5px 0;
  transition:all 0s ease;
  text-align: left;
}

.faq-section .qa-answer{
  width: 100%;
  padding: 0px 20px 30px 40px;
}

.faq-section .qa-answer li {
  line-height: 1.5;
  text-align: justify;
  word-wrap: break-word;
  text-justify: inter-ideograph;
  word-break: normal;
  font-size: 14px;
}

.faq-section .qa-answer li span {
  color: #F8524C;
}

.faq-section .rotate {
  transform: rotate(-180deg);
  /*transform: rotate(180deg);*/
  transition: 0.1s;
}

.faq-section .rotate-reset {
  transform: rotate(0deg);
  transition: 0.1s;
}


  .steps-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  
  .item {
    max-width: 580px;
  }
  

  
  /*QA*/



  .qa {
    position: relative;
    background-color: #f3fcf5;
    padding: 50px 0;
    color: #434343;
    font-family: 'Alef', sans-serif;
  }
  
  .qa .container {
    max-width: 1200px;
    width: 95%;         /* 先確保父容器寬度寬 */
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
    .qa .container h3{
    text-align: center;
  }

  .qa .main-desc{
    font-size: 20px;
    color: #00B7AD;
    text-align: center;
  }

  .qa .qa-list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }


  .qa .qa-list .item {
  display: table; /* 這樣高度會以內容最高調整 */
  width: 100% !important; /* 撐滿父容器 */
  padding: 0; /* 視需要調整 */
  margin: 15px auto;
  box-sizing: border-box;
  }
  

  
  
  .qa .qa-list .item .col {
    display: table-cell;
    vertical-align: middle; /* 讓內容垂直置中 */
    box-sizing: border-box;
    padding: 20px; /* 統一設定 */
  }

.qa .qa-list .item .col.icon {
  flex: 0 0 30%;
  position: relative;
  background-color: #00B7AD;
  color: #fff;
  font-size: 68px;
  width: 28% !important;     /* 讓 icon 寬一點 */
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  box-sizing: border-box;
}



.qa .qa-list .item.type-a .col.icon {
  background-color: #FFC733;
}

.qa .qa-list .item.type-a .col.icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-width: 0;
  border-left-width: 0;
  border-right-color: inherit;  /* 繼承背景顏色 */
}

.qa .qa-list .item .col.icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-width: 0;
  border-left-width: 0;
  border-right-color: #00B7AD;
}

.qa .qa-list .item .col.txt {
  flex: 1;
  text-align: left !important;
  
  background-color: #fff;
  color: #434343;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1.8;
  padding: 20px;
  box-sizing: border-box;
  width: 72% !important;    /* 對應 icon的 30% */
}

.qa .qa-list .item .col.txt u {
  text-decoration: none;
  border-bottom: 4px solid #9D9D9D;
  padding-bottom: 3px;
}

/* RWD */
@media (max-width: 1024px) {
  .qa .qa-list .item {
    display: flex !important;
    width: 90% !important;
    margin: 40px auto !important;
    padding-top: 0;
  }

  .qa .qa-list .item.type-a {
    float: none !important;
  }

  .qa .qa-list .item .col.icon {
    width: 100% !important;
    display: block !important;
  }
  .qa .qa-list .item .col.txt {
    width: 100% !important;
    display: block !important;
  }


  .qa .qa-list .item .col {
    display: block;
    width: 100%;
  }
  .qa .qa-list .item .col.icon {
    font-size: 50px !important;
    padding: 10px 0 !important;
    position: relative;
  }
  .qa .qa-list .item .col.icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-color: #00B7AD;
  }
  .qa .qa-list .item.type-a .col.icon:before {
    position: absolute;
    right: -30px;
    border-right-width: 0;
    border-left: 30px solid #FFC733
}
}

@media (max-width: 768px) {
  .qa .qa-list .item .col.txt {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .qa .qa-list .item {
    width: 100%;
    margin: 20px 0;
  }
  .qa .qa-list .item .col.icon {
    font-size: 40px;
  }
  .qa .container {
    padding: 0 15px;
  }
}
   
  /**/



  .qa .container ul li {
    margin: 20px 20px;
    display: inline-block;
    vertical-align: top;
    text-indent: -20px;
    width: 600px;
  }
  @media (max-width: 1024px) {
    .qa .container ul li {
      display: block;
      margin: 80px auto;
    }
  }
  @media (max-width: 768px) {
    .qa .container ul li {
      margin-top: 50px;
      width: inherit;
    }
  }
  @media (max-width: 430px) {
    .qa .container ul li {
      text-indent: -14px;
      margin: 30px 0px;
      padding: 10px 20px;
    }
  }
  .qa .container ul li img {
    max-width: 220px;
    display: block;
    margin: auto;
    height: 180px;
  }
  .qa .container ul li p {
    font-size: 18px;
    margin: 20px auto;
    height: 120px;
    max-width: 330px;
    line-height: 1.6;
    margin-bottom: 158px;
    letter-spacing: 3px;　  
    padding-bottom: 10%;
  }
  @media (max-width: 768px) {
    .qa .container ul li p {
      height: auto;
      margin-bottom:22px;
    }
  }
  
  @media (max-width: 1024px) {
    .qa .container ul li p {
      height: auto;
      margin-bottom:32px;
    }
  }


.step .qa .container {
    padding: 6%
}

@media (max-width: 480px) {
  .qa .container{
        padding-bottom: 20%
    }
}

  .qa .qa-list .item {
    display: table;
    width: 83.4%;
    padding-top: 15px
}

@media (max-width: 480px) {
  .qa .container .qa-list .item {
        width: 100%
    }
}
first-child 

  .qa .container .qa-list .item.type-a {
    float: right
}

  .qa .qa-list .item.type-a .col.icon {
    background-color: #FFC733
  }

  .qa .qa-list .item.type-a .col.icon:before {
    left: auto;
    right: -30px;
    border-right-width: 0;
    border-left: 30px solid #FFC733
}

  .qa .qa-list .item .col {
    display: table-cell;
    vertical-align: top
    
}

  .qa .qa-list .item .col.icon {
    position: relative;
    background-color: #00B7AD;
    color: #fff;
    font-size: 68px;
    font-family: 'Alef', sans-serif;
    width: 20%;
    text-align: center;
    padding: 3%
}


/* 去除可能干擾 */
.qa .qa-list .item .col.txt,
.qa .qa-list .item .col.txt * {
  text-align: left !important;
  text-indent: 0 !important;

}

/* 清除 h2 預設 margin 並視覺間距調整 */
.qa .qa-list .item .col.txt h2 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.4;
  font-weight: normal; /* 可依需求調整 */
  font-size: 20px;
}


/* 除 h2 外其他段落元素間距 */
.qa .qa-list .item .col.txt > *:not(h2) {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
}

/* 確保沒有額外空白間隙 */
.qa .qa-list .item .col.txt * {
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .qa .qa-list .item .col.icon {
        font-size: 45px
    }
  .qa .qa-list .item .col.txt {
      font-size: 17px
  }
}

@media (max-width: 600px) {
  .qa .qa-list .item .col.icon {
        font-size: 35px
    }
  .qa .qa-list .item .col.txt {
      font-size: 15px
  }
  
}

  .qa .qa-list .item .col.icon:before {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: -30px;
    display: block;
    content: '';
    border: 30px solid transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-color: #00B7AD
}

  .qa .qa-list .item .col.txt {
    background-color: #fff;
    color: #434343;
    text-align: left;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1.8;
    padding: 6%;
    margin-top: 0px;
    margin-bottom: 0px;
}

  .qa .qa-list .item .col.txt u {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 4px solid #9D9D9D
}


/* step3*/

.step .container ul{
  display: contents;
  padding: 10px 30px;
}

.event_list{
  width: 100%;
  max-width: 325px;
  height: auto;
  display:inline-block;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 20px 1.5%;

}

.event_textdetail a{
  border: none;

}

.event_textdetail2 a{
  border: none;

}

.event_text{
  width: 100%;
  text-align: center;
  font-size: 0px;
}
.event_text .event_img{
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.event_textdetail{
  width: 100%;
  height: auto;
  padding: 0px 31px 0 31px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.3px;
  color: #444444;
  display: inline-block;
  position: relative;
  top: 12%;
  box-sizing: border-box;
}


.event_textdetail2{
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 0px 31px 10px 31px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: #444444;
  display: inline-block;
  position: relative;
  top: 12%;
  box-sizing: border-box;
}


@media (max-width: 500px){
  .special_list {
  align-items: center;
  flex-direction: column;
  }

  .special_img{
  width: 30%;
  }

  .special_text{
  width: 94%;
  padding: 74px 30px 30px 30px;
  }

  .event_list{
  padding: 5px
  }
}

.container figure{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.container figure img{
  width: 35%;
  max-width: 200px;
  margin-right: 80px;
  border-radius: 10px;
}
.container figcaption{
  width: 55%;
}
.container .card-service-body{
  background-color: #ffffffc2;
  padding: 30px 5px;
  border-radius: 20px;
}
.card-service-content a{
  padding: 0px 0px !important;
  text-decoration: underline;
  font-size: 16px !important;
}
.container .card-service-text{
  text-align: left ;
}
.card-service-tittle{
  font-size: 20px;
  color: #00a19b;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.card-service-tittle em{
  color: #ff9900;
  font-style: normal;
}
.card-service-content span{
  color: #ff9900 !important;
  font-weight: bold !important;
}
.card-btn a{
  background-color: #00a19b;
  color: #ffffff !important;
  border-radius: 5px;
  margin-top: 10px;
  text-decoration: none;
}
.container .EScard_text{
  width: 100%;
  max-width: 600px;
  margin: 0px;
}
.card-service-content{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-top: 0px;
}
.card-service-content em{
  font-style: normal;
  line-height: 50px;
  color: #2b2b2b;
}
.container .EScard_text li{
  width: 100% !important;
  margin: 0px !important;
  text-align: left;
  text-indent:-20px !important;
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.container .EScard_text li::before{
  content: "●";
  color: #3cbaad;
  padding-right: 10px;
}
@media(max-width:500px){
  .card-btn{
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .card-btn a{
  margin: 0 auto;
  text-align: center;
}
}
@media(max-width:430px){
  .container figure{
  flex-wrap: wrap;
}
  .container figure img{
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}
.container figcaption{
  width: 100%;
  margin: 0 auto;
  margin-left: 30px;
  margin-top: 30px;
}
.step .container .link{
  margin-left: 0px;
  display: block;
  text-align: left;
  top: -10px;
}
}
@media(max-width:425px){
.step .container .link{
  margin-left: 20px;
  top: 0px;
}
}
