@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/flama');
@import url('https://fonts.cdnfonts.com/css/flama-medium');
.iOS-show,
.AOS-show {
  display: none;
}

.isIOS .iOS-show {
  display: inline-block;
}

.isAOS .AOS-show {
  display: inline-block;
}

.isIOS .cta_android {
  display: none;
}

.isAOS .cta_ios {
  display: none;
}

/* Banner Area */
.banner_area {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.banner_area .banner_img {
  position: relative;
  width: 100%;
  transform: scale(1);
  transition: transform 15s ease;
}

.banner_area.active .banner_img {
  transform: scale(1);
}

.banner_area .banner_img {
  overflow: hidden;
}

body,
p {
  font-family: Arial, "Microsoft JhengHei", "Noto Sans TC", "微軟正黑體", Verdana, Helvetica, sans-serif;
  color: #222222;
}

span {
  font-family: "Noto Sans TC", Arial, "Microsoft JhengHei", Verdana, Helvetica, sans-serif, "微軟正黑體";
}

.tnc-holder {
  font-size: 12px;
  color: #222;
}

.tnc-holder p {
  font-size: 12px;
  color: #222;
}

.tnc-holder ol {
  padding-left: 18px;
}

/* Content Sections */
.line-break {
  display: none;
}

#main_content_area {
  padding-bottom: 5px;
  position: relative;
  background-image: url(./bg-gradient.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#main_content_area .row {
  padding: 15px 8px 0;
}

#main_content_area .row.full_width {
  padding-left: 0;
  padding-right: 0;
}

#main_content_area .row.full_width .columns {
  padding-left: 0;
  padding-right: 0;
}

.centered-txt {
  text-align: center;
}

.wid680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.wid730 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.wid850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 12px 15px;
}

.section.full_width {
  padding-right: 0;
  padding-left: 0;
}

.section_icon {
  margin-bottom: 5px;
}

.section_title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 25px;
}

.section p sup {
  font-size: 10px;
  top: -6px;
}

#footer .copy a {
  width: 50%;
  max-width: 270px;
  color: inherit;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
}

/* modal */
.modal {
  overflow-y: auto;
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.55);
}

.modal#tncModal {
  overflow: auto;
}

.modal-content {
  overflow-y: auto;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 30px 15px 10px;
  width: 95%;
  max-width: 45%;
  color: #333;
  line-height: 130%;
  max-height: calc(100% - 130px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  border: 5px solid #006532;
}

.modal-content h5 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
}

.modal-content .btn-holder {
  width: 100%;
  margin: 0 auto;
}

.modal-content .btn-holder .btn {
  display: inline-block;
  width: 140px;
  color: #fff;
  padding: 15px 12px 14px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-left: 5px;
  font-size: 19px;
  text-align: center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
}

.modal-content .btn-holder .btn:before {
  content: " ";
  text-indent: -999em;
  background: url(icon_20px.png);
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0px -61px;
}

.modal-content .btn-holder .btn.btn-accept:hover {
  opacity: 0.8;
  background-color: #34a344;
  border: 1px solid #34a344;
}

.modal-content .btn-holder .btn.btn-cancel {
  border: 1px solid #b2b2b2;
  color: #666;
  background-color: #fff;
  width: 100px;
}

.modal-content .btn-holder .btn.btn-cancel:hover {
  background-color: #f0f0f0;
}

/* The Close Button */
.modal-content .close {
  display: block;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_grey02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.modal-content .close:hover {
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_hase_green.svg);
}

.modal-content .close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .ico-triangle {
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}

.modal.btn-modal {
  position: absolute;
  background: transparent;
  overflow: unset !important;
  top: -185px;
  left: 4%;
}

.modal.btn-modal .modal-content {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  max-height: 1000% !important;
  top: 0;
  transform: translateY(0%);
  width: 190px;
  padding: 20px 25px 5px;
}

.modal.btn-modal .modal-content .close {
  top: 0px;
  right: 0px;
  display: block;
  width: 26px;
  height: 26px;
  min-width: 20px;
  min-height: 20px;
}

.modal.btn-modal .modal-content .btn-holder {
  margin: 0 auto;
  text-align: center;
}

.modal.btn-modal .modal-content .btn-holder .btn {
  margin-left: 0;
  width: 100%;
  font-size: 16px;
  padding: 12px 12px 11px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 100%;
  }
}
/* modal */
/*p2g d2g daasc*/
.isDaaSC .lan_area,
.isDaaSC .HSB_logo {
  display: none !important;
}

.isMobile-block,
.isMobile-inline-block,
.isMobile-inline-table {
  display: none;
}

.isMobile .app-download-qr {
  display: none !important;
}

.isMobile .isDesktop-show {
  display: none;
}

.isMobile .isMobile-block {
  display: block;
}

.isMobile .isMobile-inline-block {
  display: inline-block;
}

.isMobile .isMobile-inline-table {
  display: inline-table;
}

.isMobile .isMobile-hide {
  display: none !important;
}

body .isD2G-block {
  display: block;
}
body .isD2G-inline {
  display: inline;
}
body .isD2G-inline-block {
  display: inline-block;
}
body .isP2G-block,
body .isP2G-inline,
body .isP2G-inline-block,
body .isDaaSC-block,
body .isDaaSC-inline,
body .isDaaSC-inline-block,
body .isD2G-hide {
  display: none;
}

.isD2G .isD2G-block {
  display: block;
}
.isD2G .isD2G-inline {
  display: inline;
}
.isD2G .isD2G-inline-block {
  display: inline-block;
}
.isD2G .isD2G-hide {
  display: none;
}

.isP2G .isD2G-block,
.isP2G .isD2G-inline,
.isP2G .isD2G-inline-block {
  display: none;
}
.isP2G .isP2G-block {
  display: block !important;
}
.isP2G .isP2G-inline {
  display: inline;
}
.isP2G .isP2G-inline-block {
  display: inline-block;
}
.isP2G .isP2G-hide {
  display: none;
}

.isDaaSC .isD2G-block,
.isDaaSC .isD2G-inline,
.isDaaSC .isD2G-inline-block {
  display: none;
}
.isDaaSC .isDaaSC-block {
  display: block;
}
.isDaaSC .isDaaSC-inline {
  display: inline;
}
.isDaaSC .isDaaSC-inline-block {
  display: inline-block;
}
.isDaaSC .isDaaSC-hide {
  display: none;
}

#logo_area {
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media (min-width: 768px) {
  #logo_area {
    height: 96px;
    line-height: 96px;
  }
}

/** 90 years logo **/
.years90 {
  position: absolute;
  right: 112px;
  top: 0px;
  text-align: right;
}
@media (min-width: 768px) {
  .years90 {
    right: 133px;
  }
}

.years90 img {
  height: 36px;
}
@media (min-width: 768px) {
  .years90 img {
    height: 57px;
  }
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#top_banner_area .view_p2g {
  display: block !important;
}

body {
  visibility: visible !important;
}

.btn_action {
  text-decoration: none !important;
  margin: 15px 5px;
}

.md-block {
  display: none;
}

@media (min-width: 768px) {
  .md-block {
    display: block;
  }
  .title-container .md-block {
    display: inline-block;
  }  
   table.md-block {
       display: table;
   }   
  .md-hide {
    display: none;
  }
}
.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.justify-center {
  justify-content: center;
}

.row {
  flex-direction: row;
}

.items-center {
  align-items: center;
}

.relative {
  position: relative;
}

.w-full {
  width: 100%;
}

.underline {
  text-decoration: underline;
}

.text-start {
  text-align: start;
}

.ml-20 {
  margin-left: 20px;
}
.mr-10 {
  margin-right: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-10 {
  margin-bottom: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}

.text-main-green-1 {
  color: #0d6c28;
}
.text-black {
  color: black;
}

.fz-14 {
  font-size: 14px;
}
.fz-16 {
  font-size: 16px;
}
.fz-24 {
  font-size: 24px;
}

.leading-24 {
  line-height: 24px;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
#wrap {
  max-width: none;
  min-width: unset;
  font-family: "Noto Sans TC", Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體";
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.footer_state_area .columns {
  padding-left: 0px;
}

.row {
  max-width: auto !important;
}

.txt-l-green {
  color: #00f493;
}

.txt-green {
  color: #0d6c28;
}

.txt-d-green {
  color: #003d25;
}

.txt-enlarge {
  font-size: 1.42857em;
}

.txt-ul {
  text-decoration: underline;
}

.txt-bold {
  font-weight: bold;
}

.txt-center {
  text-align: center;
}

.p-20 {
  padding: 20px;
}

.p-10 {
  padding: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.nowrap {
  white-space: nowrap;
}

.white-normal {
  white-space: normal;
}

.green-highlight {
  color: #0d6c28;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  font-family: "Noto Sans TC", Arial, sans-serif !important;
}
@media (min-width: 992px) {
  .green-highlight {
    font-size: 34px;
    line-height: 42px;
  }
}

p {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}

.section-title {
  font-size: 28px;
  line-height: 1.428em;
  font-weight: 900;
}

button.primary {
  background: linear-gradient(180deg, #feaa84 0%, #ff621a 100%);
  padding: 10px 20px;
  border-radius: 10px;
}

.top-banner {
  position: relative;
  width: 100%;
}
.top-banner img {
  width: 100%;
}

#sticky-bottom-overlay {
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  text-align: center;
  z-index: 10;
}

.lan_area {
  z-index: 11;
}

#section-1, #section-3 {
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
  text-align: center;
}

#flash-section .title-container, #section-1 .title-container, #section-2 .title-container, #section-3 .title-container, #section-5 .title-container {
  padding: 60px 0px 55px 0px;
}

#flash-section .tagline, #section-1 .tagline {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-bottom: 45px;
}

#flash-section .flash_offerHighlight_Container {
    padding: 0 10%;
	margin-bottom:65px;
}

#flash-section .flash_OfferHighlight {
	font-size:32px;	
    display: inline-block;
    text-align: center;
	width:49%;
}

#flash-section .flash_OfferHighlight:first-child {
	border-right: 1px solid #055541;
}

#flash-section .flash_OfferHighlight div {
	display:inline-block;
	text-align:left;
}
#flash-section .flash_OfferHighlight .fontFlama{
	 font-family: "Flama", "Noto Sans TC", Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體";
}



#flash-section .flash_OfferHighlight .flamaNum {
	font-family: 'Flama Medium', "Noto Sans TC", Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體";
	font-size:138px;	
	line-height:0.9;
}

.offerBoxContainer {
    display: inline-flex;
    width: 100%;
	margin-top:20px;
}
.offerBoxContainer tbody, .offerBoxContainer tbody tr {
	background:none;
}

.offerBox {	
	text-align:left;
	margin-left:20px;
	max-width:50%;
}
.offerBoxContainer .offerBox:first-child {
	margin-left:0;
	margin-right:20px;
}

.offerBox .boxTitle {
	color: #fff;
	background-image: url('../images/tab_bg.jpg');
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
	font-size:32px;
	font-weight:700;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;	
	border-radius:10px;
	border-top-right-radius:30px;
	padding-right: 20px;
	z-index: 2;
    position: relative;	
}
.offerBox .boxTitle img{
	padding:0 10px 0 12px;	
    margin-top: -12px;     /* 向上突出 */
    margin-bottom: -12px;  /* 向下突出 */
    display: block;
}
.offerBox .boxContent {
    font-size: 24px;
    text-align: left;
    background-color: #cdddda;
    border-radius: 20px;
    padding: 50px 30px 20px 30px;
    margin-top: -40px;
    height: 90%;
	display: inline-flex;
    flex-direction: column;
    justify-content: space-between;	
}
.offerBox .boxContent table {
	padding-top:10px;
	padding-bottom:5px;
	width:100%;
    border-collapse: separate;
    border-spacing: 0;	
	text-align:center;	
}
.offerBox .boxContent td {
	border: 1px solid #0d6c28;
	padding:5px;	
	border-left:none;
}
.offerBox .boxContent td:first-child {
	border-left:1px solid #0d6c28;
	background-color:#e5eeeb;
	font-weight:600;
	color:#0d6c28;
} 
.offerBox .boxContent tr:first-child td {
	border-bottom:none;
}
.boxContent > div:first-child {
    flex-shrink: 0;                 /* table 區唔縮 */
}
.offerBox .boxContent a {
	margin-left:auto;
}

.boxBtn {
    display: flex;              /* 一行擺左右兩邊 */
    align-items: center;        /* 垂直置中（可選） */
    margin-top: 10px;
}
.btnMore {
    margin-left: auto;          /* 右對齊關鍵 */
    display: inline-block;          /* 更強制右對齊 */
    padding: 8px 80px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
	background: linear-gradient(to left, #3e8a41, #1f4a31);
	transition: all 0.3s ease;
	cursor:pointer;
}

.sectioin5Content .btnMore {
	font-size: 28px;
}

.btnMore:hover {
	    transform: scale(1.05);
}

.mainBg {
	background-image:url("../images/bgLine.jpg");
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#ffffff;
}


#section-2 {
  position: relative;
  padding-top:60px;
  padding-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
#section-5 {
  position: relative;
  padding-top:50px;
  padding-bottom: 30px;
  overflow: hidden;
  text-align: center;
}

#section-4 {
  position: relative;
  margin-top:100px;
  padding-bottom: 30px;
  background-color:#d0dfdc;
  overflow: hidden;
  text-align: center;
}

.featureContainer {
	margin-top:20px;
	display:flex;
	justify-content: space-around;
}

.featureContainer .featureTxt {
	font-size: 32px;	
    line-height: 38px;
	padding-top:25px;
	color:#055541;
}


.needContainer .accordion-container {
	margin-bottom:30px;
}


.needContainer .accordion-title {
	background-image: url('../images/tab_lg_bg.jpg');
	background-position:left bottom;
	padding: 2px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-top-left-radius:15px;
	border-top-right-radius:15px;	
}

.needContainer .accordion-title h3 {
	display:inline-block;
	color:#fff;
	font-size:32px;
	margin-top:5px;
	margin-bottom:0;
}

.needContainer .accordion-title::before {
    font-size: 50px;
    color: #ffffff;
	right:30px;
	top:unset;
}
.needContainer .accordion-title.active::before {
    content: "–";
	margin-bottom:3px;
}

.needContainer .et-content {
	background-color:#cdddda;
	padding:20px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;			
}

.needContainer .et-content .pointTitle {
	color:#055541;
	font-size:38px;
	font-weight:bold;
	padding-top:30px;
	padding-bottom:40px;
}

.needContainer .et-content .contentImage {
    position: absolute;
    right: 0;
    bottom: 0;
	float:right;
}
.needContainer .pointContent {
	position: relative;
	text-align: left;
}
.needContainer .pointContent .contentText {
    display: inline-block;
	padding-left:50px;
}
.needContainer .pointContent .pointSub {
	padding-bottom:50px;	   
}
.needContainer .pointContent .pointSub.pr_400 {
	padding-right:400px;	   
}
.needContainer .pointContent .pointSub.pr_520 {
	padding-right:520px;	   
}
.needContainer .pointContent .pointSubtitle {
	color:#055541;
	font-size:26px;
	font-weight:bold;		
}
.needContainer .et-content .pointSubContent {	
	font-size:24px;	
	display:inline-flex;
	align-items:center;	
	padding-top:20px;
	padding-right:60px;
	width:40%;
}
.needContainer .et-content .pointSubContent a  {	
	color:#055541;
}
.needContainer .et-content .pointSubContent.flex {
	display:flex;
	width:unset;

}
.needContainer .et-content .pointSubContent img {
	padding-right:10px;
}
#section-5 .sectioin5Content {
	color:#055541;
}
#section-5 .sectioin5Content .title {
	font-size:42px;
	padding-bottom:20px;  
}
#section-5 .sectioin5Content .btnMore {	
	margin-bottom:40px;  
}
#section-5 .container {
	padding-bottom:80px;
	border-bottom:1px solid #055541;
}

.ico table tr th {
	border-right:1px solid #055541;
}


@media (min-width: 992px) {
  #flash-section .tagline, #section-1 .tagline {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
}

span.title {
  font-size: 30px;
  font-weight: 900;
  line-height: 44px;
  color: #0d6c28;
  white-space: normal;
  padding-bottom: 9px;
  font-family: "Noto Sans TC", sans-serif;
}
@media (min-width: 992px) {
  span.title {
    font-size: 42px;
    line-height: 61px;
  }
}

.ico-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 44px;
  color: #0d6c28;
  white-space: normal;
  padding-bottom: 25px;
  font-family: "Noto Sans TC", sans-serif;
}
@media (min-width: 992px) {
  .ico-title {
    font-size: 42px;
    line-height: 61px;
  }
}
.ico-title sup {
  font-size: 40%;
  font-weight: 400;
  top: -1.6rem;
  color: #222;
}
.ico-title.phone-title {
  margin-top: 40px;
}

.button-action {
  display: inline-block;
  margin-bottom: 15px;
}

.scroll-down-indicator .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 24px solid #00f493;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  margin: 0 2px;
}

@media (min-width: 970px) {
  #section-1 {
    padding-bottom: 50px;
  }
}
#sticky-bottom-overlay {
  position: fixed;
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.p2g-steps {
  font-size: 20px;
}
.p2g-steps img {
  padding-right: 10px;
  margin-top: -5px;
}

.tag {
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 35px;
  font-weight: 900;
  margin-bottom: 50px;
  margin-left: 26px;
}
@media (min-width: 992px) {
  .tag {
    font-size: 48px;
    line-height: 70px;
  }
}
.tag .tag-txt {
  background: #00f493;
  padding: 5px;
  z-index: 1;
  position: relative;
}
.tag .tag-txt:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 45px solid #00f493;
  border-right: 26px solid transparent;
  z-index: 1;
}
.tag .tag-txt:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 45px solid #00f493;
  border-left: 26px solid transparent;
  z-index: 1;
}
@media (min-width: 992px) {
  .tag .tag-txt:after {
    border-top: 80px solid #00f493;
  }
  .tag .tag-txt:before {
    border-bottom: 80px solid #00f493;
  }
}
.tag .tag-after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #d0d5d1;
}
.tag .tag-after:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 45px solid #d0d5d1;
  border-right: 26px solid transparent;
}
@media (min-width: 992px) {
  .tag .tag-after:after {
    border-top: 80px solid #d0d5d1;
  }
}

.icon-title {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  padding: 30px 0px;
}
.icon-title .iconn {
  width: 81px;
  margin-right: 19px;
}

.point-desc {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 21px;
}
@media (min-width: 992px) {
  .point-desc {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 28px;
  }
}
.point-desc span {
  white-space: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.corner-box.currency-table:before {
  background-color: #d5d5d5;
}

.corner-box {
  position: relative;
  margin-bottom: 30px;
}
.corner-box.green-box {
  border: 2px solid #0d6c28;
}
.corner-box.green-box:before {
  background-color: #0d6c28;
}

.with-shadow {
  position: relative;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .with-shadow {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.with-shadow > * {
  z-index: 1;
}
.with-shadow:after {
  content: "";
  background: #c8c6cc;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: -10px;
  right: -10px;
  z-index: 0;
}

.with-shadow-2 {
  position: relative;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .with-shadow-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.with-shadow-2 > * {
  z-index: 1;
}
.with-shadow-2:after {
  content: "";
  background: #c8c6cc;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: -10px;
  right: -10px;
  z-index: 0;
}

.table-inner-g {
  border-collapse: collapse;
  border-style: hidden;
  font-size: 18px;
  line-height: 32px;
  min-width: 100%;
}
@media (min-width: 992px) {
  .table-inner-g {
    font-size: 24px;
    line-height: 42px;
  }
}
.table-inner-g th {
  border: 1px solid #d5d5d5;
  background-color: #f1f1f1;
  padding: 12px;
  text-align: center;
}
.table-inner-g td {
  border: 1px solid #d5d5d5;
  padding: 12px;
  text-align: center;
}
.table-inner-g tr:first-child {
  height: 145px;
}
@media (min-width: 992px) {
  .table-inner-g tr:first-child {
    height: 175.5px;
  }
}
.table-inner-g .txt-align-left {
  text-align: left;
}
.table-inner-g .pl-10 {
  padding-left: 10px;
}

.table-inner-g-4 {
  border-collapse: collapse;
  border-style: hidden;
  font-size: 18px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .table-inner-g-4 {
    font-size: 24px;
    line-height: 42px;
  }
}
.table-inner-g-4 th {
  border: 1px solid #d5d5d5;
  background-color: #f1f1f1;
  padding: 12px;
  text-align: center;
  min-width: 250px;
}
.table-inner-g-4 th.sub {
  font-size: 12px;
  line-height: 24px;
  width: 20%;
}
@media (min-width: 992px) {
  .table-inner-g-4 th.sub {
    font-size: 16px;
    line-height: 32px;
  }
}
.table-inner-g-4 td {
  border: 1px solid #d5d5d5 !important;
  padding: 12px;
  text-align: center !important;
  min-width: 250px;
}
.table-inner-g-4 td strong {
  font-size: 20px;
}
@media (min-width: 992px) {
  .table-inner-g-4 td strong {
    font-size: 26px;
  }
}
.table-inner-g-4 .txt-align-left {
  text-align: left;
}
.table-inner-g-4 .pl-10 {
  padding-left: 10px;
}

.trapezoid-header {
  position: relative;
}

.trapezoid {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-bottom: 30px solid #39b54a;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.trapezoid-header span {
  position: absolute;
  top: -55%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: white;
}
@media (max-width: 768px) {
  .trapezoid-header span {
    font-size: 12px;
  }
}

.mobile-overflow {
  overflow: auto;
  border: none !important;
}

.normal-table {
  min-width: 700px;
  overflow: auto;
  border: 2px solid #d5d5d5;
}
.normal-table th {
  text-align: left !important;
}
.normal-table td {
  text-align: left !important;
}
.normal-table td.remark {
  font-size: 14px;
  line-height: 24px;
}

.scroll-table-wrapper {
  display: flex;
  width: 100%;
}
.scroll-table-wrapper .table-currency-left {
  border-right: 2px solid #d5d5d5;
  width: auto;
  margin-right: 1px;
}
@media (min-width: 992px) {
  .scroll-table-wrapper .table-currency-left {
    min-width: 20%;
    border-right: 1px solid #d5d5d5;
    margin-right: 0px;
  }
}
.scroll-table-wrapper .table-currency-left td,
.scroll-table-wrapper .table-currency-left th {
  white-space: nowrap;
}
.scroll-table-wrapper .table-currency-right {
  flex: 1 auto;
  width: 74%;
}
@media (min-width: 992px) {
  .scroll-table-wrapper .table-currency-right {
    width: 79%;
  }
}
.scroll-table-wrapper .table-currency-right table {
  min-width: 760px;
  width: 100%;
}
.scroll-table-wrapper .table-currency-right th,
.scroll-table-wrapper .table-currency-right td {
  width: 20%;
}
.scroll-table-wrapper .table-currency-right tbody tr td {
  color: #008a0e;
}

.external-scroll-x {
  background: #f1f1f1;
  height: 20px;
  width: 100%;
  position: relative;
}
.external-scroll-x .scroll-arrow {
  position: absolute;
  top: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.external-scroll-x .scroll-arrow_less {
  left: 2px;
  border-right: 10px solid #fff;
}
.external-scroll-x .scroll-arrow_more {
  right: 2px;
  border-left: 10px solid #fff;
}
.external-scroll-x .scroll-element_outer {
  margin: 0 16px;
  padding: 5px 0;
  position: relative;
  overflow-x: hidden;
  height: 10px;
}
.external-scroll-x .scroll-bar {
  position: absolute;
  height: 10px;
  background: #fff;
}

.corner-box-2 {
  border: 1.5px solid #03d3a0;
  position: relative;
  background: #fff;
  margin-left: -20px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .corner-box-2 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.corner-box-2:before {
  content: "";
  background: url(ic_box_corner_top_02.png) no-repeat;
  background-size: 60%;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -2.5px;
  top: -3.8px;
  z-index: 1;
}

.corner-box-3 {
  border: 1px solid #000;
  position: relative;
  background: #fff;
  margin-bottom: 10px;
}

.corner-box-4 {
  position: relative;
  border: 2px solid #d5d5d5;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.corner-box-4:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 2px;
  height: 43px;
  background-color: #d5d5d5;
  top: -7px;
  left: 13px;
  transform: rotate(45deg);
}
.corner-box-4:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
}

.table-inner-g-2 {
  font-size: 18px;
  border-collapse: collapse;
  border-style: hidden;
  min-width: 100%;
}
.table-inner-g-2 td {
  border: 1px solid #00952a;
  padding: 5px;
  text-align: left;
  width: 50%;
}
.table-inner-g-2 td ul li {
  text-decoration: none;
}
.table-inner-g-2 th {
  border: 1px solid #00952a;
  padding: 5px;
  text-align: center;
  width: 50%;
}
.table-inner-g-2 .pl-10 {
  padding-left: 10px;
}

.table-inner-g-3 {
  font-size: 18px;
  border-collapse: collapse;
  border-style: hidden;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  margin-bottom: 50px;
  width: 100%;
}
@media (min-width: 992px) {
  .table-inner-g-3.desktop-hide {
    display: none;
  }
}
@media (max-width: 991px) {
  .table-inner-g-3.mobile-hide {
    display: none;
  }
	.needContainer .pointContent .pointSub.pr_400 {
		padding-right: 350px;
	}
	.needContainer .pointContent .pointSub.pr_520 {
		padding-right: 320px;
	}	
  .needContainer .pointContent .contentImage {
		width:50%;
  }
}
@media (min-width: 992px) {
  .table-inner-g-3 {
    width: 90%;
  }
  .table-inner-g-3 th,
  .table-inner-g-3 td {
    padding: 15px 5px;
    text-align: center;
    width: 25%;
    font-size: 30px !important;
    line-height: 55px;
  }
  .table-inner-g-3 th .table_phone,
  .table-inner-g-3 td .table_phone {
    font-size: 40px !important;
	
  }
}
.table-inner-g-3 th,
.table-inner-g-3 td {
  padding: 5px 5px;
  text-align: center;
  width: 50%;
  font-size: 20px;
  width: 25%;
  line-height: 40px;
  background-color: transparent;
}
.table-inner-g-3 th .table_phone,
.table-inner-g-3 td .table_phone {
  font-size: 30px;
  font-family: "Flama", "Noto Sans TC", Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體";
}
.table-inner-g-3 .pl-10 {
  padding-left: 10px;
}
.table-inner-g-3 tbody {
  background-color: transparent;
}
.table-inner-g-3 tr {
  background-color: transparent;
}

.table-wrapper {
  padding: 10px;
}

.section-break {
  background: linear-gradient(90deg, rgba(12, 68, 20, 0) 0%, #0d6c28 48.23%, rgba(12, 68, 20, 0) 100%);
  height: 2px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .section-break {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.btn-cta {
  color: #003d25;
  font-size: 28px;
  font-weight: 900;
  padding: 20px;
  min-width: 400px;
  position: relative;
  display: inline-block;
  text-align: center;
}
.btn-cta:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00f493;
  transform: skewX(-20deg);
  z-index: 1;
}
.btn-cta:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #003d25;
  transform: skewX(-20deg);
  transition: all 0.2s;
  will-change: transform;
}
.btn-cta span {
  position: relative;
  z-index: 2;
}
.btn-cta.animate:after {
  transform: skewX(-20deg) translate(7px, -5px);
}

.paralogram {
  background-color: transparent;
  color: #003d25;
  font-size: 28px;
  font-weight: 900;
  padding: 10px;
  min-width: 400px;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}
.paralogram:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00f493;
  transform: skewX(-30deg);
  z-index: 1;
}
.paralogram:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  transform: skewX(-30deg);
  transition: all 0.2s;
  will-change: transform;
}
.paralogram span {
  position: relative;
  z-index: 2;
}
.paralogram.animate:after {
  transform: skewX(-30deg) translate(7px, -5px);
}
@media (min-width: 992px) {
  .paralogram {
    font-size: 38px;
  }
}

.collapse_header {
  font-size: 13px;
  border-bottom: 4px transparent solid;
  color: #333333;
  width: 50%;
  float: left;
  text-align: center;
  padding: 15px 0px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.5;
}
.collapse_header.active {
  color: #0d6c29;
  border-bottom: 4px #39b54a solid;
}
.collapse_header_wrapper {
  padding: 20px 0px 15px 0px;
  cursor: pointer;
  border-bottom: #1d7536 1px solid;
  position: relative;
}

ol {
  padding-left: 20px;
}
ol li {
  padding: 10px 0px;
  font-size: 16px;
}

.exlink {
  color: #222222;
  text-decoration: underline;
}

.exlink:after {
  content: "";
  background: url("../images/openpage.png") no-repeat;
  background-size: 10px 10px;
  width: 14px;
  height: 20px;
  margin-left: 4px;
  margin-top: 5px;
  margin-right: -6px;
  display: inline-block;
  vertical-align: middle;
}

.exlink:hover {
  color: #0d6c29;
}

.exlink:hover:after {
  content: "";
  background: url("../images/green.png") no-repeat;
  background-size: 10px 10px;
  width: 14px;
  height: 20px;
  margin-left: 4px;
  margin-top: 5px;
  margin-right: -6px;
  display: inline-block;
  vertical-align: middle;
}

.remark {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .remark {
    font-size: 16px;
    line-height: 28px;
  }
}
.remark a {
  font-size: 16px;
  color: #222;
}
.remark a span {
  margin-left: 20px;
}
.remark a:hover {
  color: #0d6c29;
}
.remark a:hover:after {
  content: "";
  background: url("../images/green.png") no-repeat;
  background-size: 10px 10px;
  width: 14px;
  height: 20px;
  margin-left: -25px;
  margin-top: 5px;
  margin-right: -6px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.remark a:after {
  content: "";
  background: url("../images/openpage.png") no-repeat;
  background-size: 10px 10px;
  width: 14px;
  height: 20px;
  margin-left: -25px;
  margin-top: 5px;
  margin-right: -6px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.risk {
  padding: 20px 10px;
  font-size: 16px;
}
.risk .title {
  padding-bottom: 10px;
  font-weight: bold;
}

.footer-btn {
  text-align: center;
  padding-top: 100px;
}

.swiper1 {
  margin-top: 30px;
}
.swiper1 .swiper-slide {
  justify-content: start;
  align-items: start;
  text-align: center;
}
.swiper1 .swiper-slide .img-wrapper {
  vertical-align: top;
  text-align: center;
  padding-bottom: 30px;
}
.swiper1 .swiper-slide .img-wrapper img {
  max-width: 70%;
}

.swiper2 {
  margin-top: 30px;
}
.swiper2 .swiper-slide {
  justify-content: start;
  align-items: center;
  text-align: center;
}
.swiper2 .swiper-slide .img-wrapper-2 img {
  max-width: 30%;
}

.banner-swiper .swiper-slide-active {
  justify-content: center;
  align-items: center;
  margin: 0px 0px !important;
  min-width: 100vw;
}
.banner-swiper .slider-pagination {
  text-align: center;
  position: absolute;
  z-index: 10;
}
.banner-swiper .slider-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #22d237;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.banner-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.banner-swiper .slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #055541;
  width: 100px;
  transition-delay: 0s;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0d6c29 !important;
}

#button-next-1 {
  margin-top: -310px !important;
}
@media (min-width: 991px) {
  #button-next-1 {
    margin-top: -416px !important;
  }
}

#button-prev-1 {
  margin-top: -310px !important;
}
@media (min-width: 991px) {
  #button-prev-1 {
    margin-top: -416px !important;
  }
}

#button-next-2 {
  margin-top: -244px !important;
}
@media (min-width: 991px) {
  #button-next-2 {
    margin-top: -280px !important;
  }
}

#button-prev-2 {
  margin-top: -244px !important;
}
@media (min-width: 991px) {
  #button-prev-2 {
    margin-top: -280px !important;
  }
}

.swiper-wrapper {
  text-align: center;
  vertical-align: top;
}

.swiper-txt {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding: 0px 40px 30px 40px;
}
@media (min-width: 992px) {
  .swiper-txt {
    font-size: 16px;
    line-height: 28px;
    padding: 0px 90px 30px 90px;
  }
}
.swiper-txt ul {
  font-size: 18px;
  line-height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .swiper-txt ul {
    font-size: 24px;
    line-height: 28px;
  }
}
.swiper-txt ul li {
  padding-bottom: 10px;
}
.swiper-txt span {
  margin-bottom: 28px;
  color: #1b112c;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
}
@media (min-width: 992px) {
  .swiper-txt span {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (min-width: 991px) {
  .swiper-txt {
    padding: 0px 130px 30px 130px;
  }
}
@media (min-width: 1200px) {
  .swiper-txt {
    padding: 0px 170px 30px 170px;
  }
}

.playbtn {
  display: flex;
  justify-content: center;
  text-align: center;
}

.play_btn {
  background: url("play.png") no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  margin-top: 30px;
  display: inline-block;
  vertical-align: middle;
}
.play_btn p {
  display: none;
}

.pause_btn {
  background: url("pause.png") no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  margin-top: 30px;
  display: inline-block;
  vertical-align: middle;
}
.pause_btn p {
  display: none;
}

.tab {
  display: flex !important;
  align-items: center;
  width: 50%;
  cursor: pointer;
  padding: 10px;
  background: #d8e9d9;
  display: inline-block;
  color: #055541;
  border-radius: 3px 3px 0px 0px;
  text-align: center;
}
.tab span {
  width: 100%;
  white-space: normal;
}

.panels {
  background: transparent;
  min-height: 200px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}
.panels.table-panels {
  padding: 0;
}
.panels.table-panels table {
  width: 100%;
}
.panels.table-panels td {
  text-align: left;
  border: 1px solid #008a0e;
}

/***********************************************************************************************************/
.panels .flash_tab table {
  border-collapse: separate;   /* 重要：唔好用 collapse */
  border-spacing: 0;           /* 去掉 cell 之間空隙 */
}

.radius_tl {
	border-top-left-radius: 20px;
}
.radius_tr {
	border-top-right-radius: 20px;
}
.radius_bl {
	border-bottom-left-radius: 20px;
}
.radius_br {
	border-bottom-right-radius: 20px;
}
.panels .flash_tab {
	margin-top:20px;
	color:#055541;
}
.panels .flash_tab .w21 {
	width:21%; 
}

.panels .flash_tab .green1Bg {
	background-color:#d8e9d9;
}
.panels .flash_tab .green2Bg {
	background-color:#c5ddc7;
}
.panels .flash_tab .green3Bg {
	background-color:#a8caa9;
}
.panels .flash_tab .green4Bg {
	background-color:#ecf3ec;
}

.panels .flash_tab .dg_bg {
	color:#fff;
	background-color:#055541;
}
.panels .flash_tab .pd18, .panels .flash_tab th {
	padding:12px 5px;
}
.panels .flash_tab .pd30 {
	padding:24px 5px;
}
.panels .flash_tab td,  .panels .flash_tab th {
	text-align:center;
	border-right: 1px solid #e6efec;
	border-bottom: 1px solid #e6efec;
}
.panels .flash_tab th {
	font-size:26px;
}
.panels .flash_tab td {
	font-size:24px;	
	padding:24px 5px;
}
.panels .flash_tab td:first-child {
	border-left: 1px solid #e6efec;
}

.panels .flash_tab tr:nth-child(even) td {
	background-color:#d1e0dd;
}

.panels .flash_tab .nthClear {
	border:none;
	background:none;
}

.panels .accordion-container {
  background: #FFF;
  border-radius: 20px;
  margin: 1rem 0;
  background-color: #D6E8E1;
}
.panels .accordion-container .accordion-header h3 {
  display: inline-block;
}
.panels .accordion-container .accordion-title {
  padding: 0.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: none;
  cursor: pointer;
}
.panels .accordion-container .accordion-title::before {
  font-size: 2rem;
  color: #0d6c28;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -1rem;
}
.panels .accordion-container .accordion-title.active::before {
  content: "-";
  font-size: 3rem;
  top: 1.5rem;
}
.panels .accordion-container .accordion-title h3 {
  font-size: 24px;
  padding-right: 2em;
}
.panels .accordion-container .accordion-title .img-icon {
  width: 50px;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: unset;
}

.currency-table .panels.table-panels td:not(:first-child) {
  color: #0d6c28;
}

.panel {
  display: none;
  animation: fadein 0.8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.panel-title {
  font-size: 1.5em;
  font-weight: bold;
}

.radio {
  display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel,
#six:checked ~ .panels #six-panel {
  display: block;
  overflow: hidden;
}

#one-tab,
#two-tab {
  font-size: 24px;
  
}
#one-tab span,
#two-tab span {
  font-weight: bold;
}

#three-tab,
#four-tab,
#five-tab,
#six-tab {
  font-size: 24px;
  margin-bottom: -5px;
  color: #1b112c;
  border-bottom: 5px solid #e6e6e6;
}
#three-tab span,
#four-tab span,
#five-tab span,
#six-tab span {
  font-weight: bold;
}

#one:checked ~ .swiper-tab #one-tab,
#two:checked ~ .swiper-tab #two-tab {
  background-color: rgba(29, 134, 94, 0.2);
}
#one:checked ~ .swiper-tab #one-tab span,
#two:checked ~ .swiper-tab #two-tab span {
  color: #0d6c28;
}

#three:checked ~ .swiper-tab #three-tab,
#four:checked ~ .swiper-tab #four-tab,
#five:checked ~ .swiper-tab #five-tab,
#six:checked ~ .swiper-tab #six-tab {
  border-radius: unset;
  border-bottom: 5px solid #0d6c28;
  background-color: #0d6c28;
}
#three:checked ~ .swiper-tab #three-tab span,
#four:checked ~ .swiper-tab #four-tab span,
#five:checked ~ .swiper-tab #five-tab span,
#six:checked ~ .swiper-tab #six-tab span {
  color: #fff;
}

.txt-step {
  color: #003d25;
}

.swiper-tab {
  display: flex;
  flex-wrap: nowrap;
  background: #d8e9d9;
  border-radius: 55px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
}

.tab-img {
  text-align: right;
}

.poplist {
  margin-left: 0;
  position: fixed;
  transform: translateX(50%) !important;
  left: -40%;
  top: 5%;
  border: 0px transparent !important;
  border-radius: 25px;
  padding: 10px 30px;
}
.poplist .section__subtitle {
  font-size: 24px;
  font-weight: bold;
}
.poplist .row-para {
  font-size: 16px;
}
.poplist .pop_btn_container {
  text-align: center;
  padding-top: 20px;
  width: 100%;
}
.poplist .pop_btn_container .pop_btn {
  max-width: 300px;
  margin: 0 auto 10px;
  background-color: red !important;
  border-radius: 10px;
}
.poplist .pop_btn_container .pop_btn img {
  margin-top: -5px;
  height: 12px;
  width: 12px;
}
@media (min-width: 768px) {
  .poplist .pop_btn_container .mobile-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .poplist {
    width: 600px;
    transform: translateX(-50%) !important;
    left: 50%;
    top: 10%;
  }
}

.discount-wrapper p {
  display: inline-block;
}
.discount-wrapper p:after {
  content: "";
  background: url(arrow.svg) no-repeat;
  display: inline-block;
  position: relative;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  transform: rotate(-90deg);
  left: 15px;
  z-index: 2;
}
.discount-wrapper p.active:after {
  content: "";
  background: url(arrow.svg) no-repeat;
  display: inline-block;
  position: relative;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  left: 15px;
  transform: rotate(90deg);
  z-index: 2;
}

table td {
  font-family: Arial, Helvetica, sans-serif;
}

.discount-reference {
  font-size: 18px;
  line-height: 32px;
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 992px) {
  .discount-reference {
    font-size: 24px;
    line-height: 42px;
  }
}
.discount-reference th {
  border: 1px solid #d5d5d5;
  background-color: #f1f1f1;
  padding: 12px;
  text-align: center;
  width: 50%;
}
.discount-reference td {
  border: 1px solid #d5d5d5;
  padding: 12px;
  text-align: center;
  width: 50%;
}

.discount-content-wrapper {
  display: none;
}
.discount-content-wrapper.active {
  display: block !important;
}

.discount-corner-box {
  position: relative;
  border: 2px solid #d5d5d5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 1200px;
}
.discount-corner-box:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 2px;
  height: 43px;
  background-color: #d5d5d5;
  top: -7px;
  left: 13px;
  transform: rotate(45deg);
}
.discount-corner-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
}

.grey-bg {
  background-color: #f7f7f7;
}

.tnc-remark {
  font-size: 14px;
  line-height: 20px;
  padding-top:10px;
}
.tnc-remark p {
  font-family: "Noto Sans SC", sans-serif;
}
@media (min-width: 992px) {
  .tnc-remark {
    font-size: 16px;
    line-height: 22px;
  }
}
.tnc-remark ol li {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .tnc-remark ol li {
    font-size: 16px;
    line-height: 28px;
  }
}

.tnc-table {
  max-width: 100%;
  margin: 10px 0px;
}
@media (min-width: 992px) {
  .tnc-table {
    max-width: 70%;
  }
}
.tnc-table th {
  border: 1px solid #000;
  padding: 12px;
  text-align: center;
  font-family: "Noto Sans TC", Arial, sans-serif;
}
.tnc-table td {
  border: 1px solid #000;
  padding: 12px;
  text-align: left;
  padding: 20px 26px 20px 26px;
  font-family: "Noto Sans TC", Arial, sans-serif;
}
.tnc-table td:first-child {
  width: 35%;
}
@media (min-width: 992px) {
  .tnc-table td {
    padding: 34px 40px 34px 40px;
  }
}

.en .tnc-table td:first-child {
  width: 55%;
}

.tnc-table-2 {
  max-width: 100%;
  margin: 10px 0px;
}
.tnc-table-2 th {
  border: 1px solid #000;
  padding: 12px;
  text-align: center;
  font-family: "Noto Sans TC", Arial, sans-serif;
}
.tnc-table-2 td {
  border: 1px solid #000;
  padding: 12px;
  text-align: left;
  padding: 20px 26px 20px 26px;
  font-family: "Noto Sans TC", Arial, sans-serif;
}
.tnc-table-2 td:first-child {
  width: 35%;
}
@media (min-width: 992px) {
  .tnc-table-2 td {
    padding: 34px 40px 34px 40px;
  }
}
.tnc-table-2 a {
  color: #000 !important;
  text-decoration: underline !important;
}

.example-table {
  max-width: 48rem;
  margin: 80px auto 0;
  --brand-color: #188b5f;
  --brand-color2: #0d6c28;
}
.example-table .corner-box-4 {
  border: 2px solid var(--brand-color);
}
.example-table .corner-box-4::before {
  background-color: unset;
}
.example-table .et-header {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bolder;
  color: white;
  background-color: var(--brand-color2);
  padding: 1rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.example-table .et-content {
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.example-table .et-row {
  display: flex;
  margin-bottom: 0.4rem;
  line-height: 2;
  overflow-x: scroll;
}
.example-table .et-row .et-left {
  width: 2.5rem;
}
.example-table .et-row .et-right {
  padding-left: 0.5rem;
  flex-grow: 1;
}
.example-table .et-row .et-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.example-table .et-row .et-icon img {
  width: 4rem;
}
.example-table .et-row .et-icon .et-move-right-text {
  margin-left: 5rem;
}
.example-table .et-row .et-icon-2 {
  align-items: center;
}
.example-table .et-row .et-text-large {
  font-size: 2.2rem;
  font-weight: bold;
}
.example-table .et-row .et-text-green {
  color: var(--brand-color);
}
.example-table .et-row .et-text-green2 {
  color: var(--brand-color2);
}
.example-table .et-row .et-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: white;
  background-color: var(--brand-color);
}
.example-table .et-row sup {
  position: relative;
  top: -13px;
}
.example-table .et-arrow-down {
  width: 18.75rem;
  height: 3.125rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: var(--brand-color2);
  margin: 2rem auto;
}
.example-table .et-footer {
  text-align: center;
  padding-bottom: 2rem;
}
.example-table .et-footer .etf-inner {
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.2;
  gap: 0.5rem;
}
.example-table .et-footer .etf-inner .etf-label {
  width: 100px;
  font-weight: bold;
  color: var(--brand-color);
}
.example-table .et-footer .etf-inner .etf-content {
  flex-grow: 1;
}
.example-table .et-footer .etf-inner .etf-content .etf-content-text {
  font-size: 3rem;
  font-weight: bold;
  color: var(--brand-color2);
}
.example-table .et-footer .etf-inner .etf-content sup {
  position: relative;
  top: -40%;
}
@media screen and (max-width: 48rem) {
  .example-table .et-header {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .example-table .et-content {
    font-size: 1rem;
  }
  .example-table .et-row {
    line-height: 2;
    overflow-x: scroll;
  }
  .example-table .et-row .et-left {
    width: 2rem;
  }
  .example-table .et-row .et-right {
    padding-left: 0.5rem;
  }
  .example-table .et-row .et-icon .et-move-right-text {
    margin-left: 3rem;
  }
  .example-table .et-row .et-text-large {
    font-size: 1.6rem;
  }
  .example-table .et-row .et-number {
    width: 2rem;
    height: 2rem;
  }
  .example-table .et-arrow-down {
    width: 10rem;
    height: 2rem;
    margin: 1.5rem auto;
  }
  .example-table .et-footer {
    padding-bottom: 1rem;
  }
  .example-table .et-footer .etf-inner {
    font-size: 1rem;
  }
  .example-table .et-footer .etf-inner .etf-label {
    width: 70px;
  }
  .example-table .et-footer .etf-inner .etf-content .etf-content-text {
    font-size: 2rem;
  }
}

.en .example-table .et-footer .etf-inner .etf-label {
  width: 210px;
}
@media screen and (max-width: 48rem) {
  .en .example-table .et-footer .etf-inner .etf-label {
    width: 180px;
  }
}

.text-with-img {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 15px 0;
}
.text-with-img .twi-img {
  width: 4rem;
}
.text-with-img .twi-text {
  font-size: 2.2rem;
  font-weight: bold;
}

.green-txt {
  color: #188b5f;
}

a.blank_link {
  color: #1d865e;
  text-decoration: none !important;
}
a.blank_link:hover .click-img-green-sm {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain !important;
  background: url(../images/share_green.png) no-repeat center;
}

.green-bg-title strong {
  color: #fff;
  padding: 5px 10px;
  background-color: #0d6c28;
}

.active-label, .tabs-section[data-current-tab="#tab-3"] .tab-container.tab-3 .tab-label, .tabs-section[data-current-tab="#tab-2"] .tab-container.tab-2 .tab-label, .tabs-section[data-current-tab="#tab-1"] .tab-container.tab-1 .tab-label {
  background-color: rgba(64, 165, 132, 0.86);
  font-weight: bold;
}
.active-label::after, .tabs-section[data-current-tab="#tab-3"] .tab-container.tab-3 .tab-label::after, .tabs-section[data-current-tab="#tab-2"] .tab-container.tab-2 .tab-label::after, .tabs-section[data-current-tab="#tab-1"] .tab-container.tab-1 .tab-label::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 26px solid rgba(64, 165, 132, 0.86);
  border-bottom: 0;
  bottom: -26px;
}
.active-label .bg-gradient-black, .tabs-section[data-current-tab="#tab-3"] .tab-container.tab-3 .tab-label .bg-gradient-black, .tabs-section[data-current-tab="#tab-2"] .tab-container.tab-2 .tab-label .bg-gradient-black, .tabs-section[data-current-tab="#tab-1"] .tab-container.tab-1 .tab-label .bg-gradient-black {
  display: none;
}

.active-tab-container, .tabs-section[data-current-tab="#tab-3"] .tab-container.tab-3, .tabs-section[data-current-tab="#tab-2"] .tab-container.tab-2, .tabs-section[data-current-tab="#tab-1"] .tab-container.tab-1 {
  position: relative;
}
@media (min-width: 768px) {
  .active-tab-container, .tabs-section[data-current-tab="#tab-3"] .tab-container.tab-3, .tabs-section[data-current-tab="#tab-2"] .tab-container.tab-2, .tabs-section[data-current-tab="#tab-1"] .tab-container.tab-1 {
    min-height: 315px;
    max-height: 315px;
  }
}
@media (min-width: 1440px) {
  .active-tab-container, .tabs-section[data-current-tab="#tab-3"] .tab-container.tab-3, .tabs-section[data-current-tab="#tab-2"] .tab-container.tab-2, .tabs-section[data-current-tab="#tab-1"] .tab-container.tab-1 {
    min-height: 355px;
    max-height: 355px;
  }
}
.active-tab-container::after, .tabs-section[data-current-tab="#tab-3"] .tab-container.tab-3::after, .tabs-section[data-current-tab="#tab-2"] .tab-container.tab-2::after, .tabs-section[data-current-tab="#tab-1"] .tab-container.tab-1::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 25px 25px 0 0;
  border-color: #B3D3BB transparent transparent transparent;
  border-style: solid;
}

#highlight-tabs .tabs-container.highlight {
  display: flex;
  flex-direction: row;
}
#highlight-tabs .tabs-container.highlight .tab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #338467;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #highlight-tabs .tabs-container.highlight .tab-container {
    padding: 15px;
    font-size: 24px;
    line-height: 34px;
  }
}
#highlight-tabs .tabs-container.highlight .tab-container:last-child {
  margin-right: 0;
}
#highlight-tabs[data-current-tab="#tab-1"] .tabs-container.highlight .tab-1 {
  background-color: #0d6c28;
}
#highlight-tabs[data-current-tab="#tab-2"] .tabs-container.highlight .tab-2 {
  background-color: #0d6c28;
}
#highlight-tabs[data-current-tab="#tab-3"] .tabs-container.highlight .tab-3 {
  background-color: #0d6c28;
}

.tabs-section span {
  white-space: normal;
}
@media (min-width: 768px) {
  .tabs-section .tabs-outter .tabs-container {
    display: flex;
    align-items: end;
  }
}
.tabs-section .tabs-outter .tabs-container .tab-sm-wrapper {
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .tabs-section .tabs-outter .tabs-container .tab-sm-wrapper {
    margin-bottom: 0;
  }
}
.tabs-section .tabs-outter .tabs-container .img-icon {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .tabs-section .tabs-outter .tabs-container .img-icon {
    width: 40px;
    height: 40px;
  }
}
.tabs-section .tabs-outter .tab-container {
  position: relative;
  display: flex;
  width: 100%;
  padding-bottom: 67.5%;
}
@media (min-width: 768px) {
  .tabs-section .tabs-outter .tab-container {
    min-height: 240px;
    max-height: 240px;
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .tabs-section .tabs-outter .tab-container {
    min-height: 290px;
    max-height: 290px;
  }
}
.tabs-section .tabs-outter .tab-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate3d(0, 0, 1px);
}
.tabs-section .tabs-outter .tab-container .tab-label {
  position: absolute;
  bottom: 0;
  align-self: end;
  width: 100%;
  padding: 20px 25px;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  z-index: 1;
}
@media (min-width: 992px) {
  .tabs-section .tabs-outter .tab-container .tab-label {
    font-size: 28px;
    line-height: 34px;
  }
}
.tabs-section .tabs-outter .tab-container .tab-label .bg-gradient-black {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #101010 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.tabs-section .tabs-outter .tab-content-container {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .tabs-section .tabs-outter .tab-content-container {
    display: block;
  }
}
.tabs-section .tabs-outter .gradient-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(215, 231, 215);
  background: linear-gradient(0deg, rgb(215, 231, 215) 0%, rgb(122, 167, 139) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d7e7d7",endColorstr="#7aa78b",GradientType=1);
  opacity: 0.27;
}
.tabs-section .tabs-outter .tab-content {
  display: none;
  position: relative;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .tabs-section .tabs-outter .tab-content {
    padding: 60px 30px;
  }
}
.tabs-section .tabs-outter .tab-content p {
  font-size: 24px;
  line-height: 32px;
}
.tabs-section .tabs-outter .tab-content .content-remark {
  font-size: 13px;
  line-height: 18px;
}
.tabs-section .tabs-outter .tab-content .content-remark a {
  color: black;
}
.tabs-section[data-current-tab="#tab-1"] .tab-content-1 {
  display: block;
}
.tabs-section[data-current-tab="#tab-1"] .tab-content-1.sm {
  display: block;
}
@media (min-width: 768px) {
  .tabs-section[data-current-tab="#tab-1"] .tab-content-1.sm {
    display: none;
  }
}
.tabs-section[data-current-tab="#tab-2"] .tab-content-2 {
  display: block;
}
.tabs-section[data-current-tab="#tab-2"] .tab-content-2.sm {
  display: block;
}
@media (min-width: 768px) {
  .tabs-section[data-current-tab="#tab-2"] .tab-content-2.sm {
    display: none;
  }
}
.tabs-section[data-current-tab="#tab-3"] .tab-content-3 {
  display: block;
}
.tabs-section[data-current-tab="#tab-3"] .tab-content-3.sm {
  display: block;
}
@media (min-width: 768px) {
  .tabs-section[data-current-tab="#tab-3"] .tab-content-3.sm {
    display: none;
  }
}
.tabs-section a:hover {
  color: black;
}
.tabs-section .green-box {
  padding: 5em 6em;
}
@media (max-width: 1190px) {
	.boxBtn {    display: flex; flex-direction: column; text-align: left; align-items: unset; }
	.btnMore {  display: inline-block; margin: 10px auto 5px;  }	
}

@media (max-width: 768px) {
  .tabs-section .green-box {
    padding: 5em 1em;
  }
  #flash-section .panels {
	  padding:20px 0;
  }
  #flash-section .panels .flash_tab .w21 {
	  width: unset;
	}   
	.panels .flash_tab th { font-size:18px;}
	.panels .flash_tab td {
		font-size: 16px;
		padding: 24px 5px;
	}	
	.offerBoxContainer { flex-flow: column;}
	.offerBox { max-width: unset; margin:10px 0 !important; text-align: center;}
	
	.offerBox .boxTitle { font-size:20px; width: 85%; padding: 5px 0; }
	.offerBox .boxTitle img {padding: 0 24px 0 12px;}
	.offerBox .boxContent { font-size:18px; padding: 50px 20px 20px 20px;}
	

	
	#section-2 { padding-top:0px;}
	.featureContainer {
	    flex-direction: column;
	}
	.featureContainer .featureTxt { padding-top:15px; padding-bottom:40px; font-size:20px;  }

	.mainBg {
		background-image: url('../images/bgLine_m.jpg');
		background-position: top center;
        background-repeat: no-repeat;
        background-color: #ffffff;
        background-size: 200%;
	}

	.needContainer .et-content .pointTitle {font-size:24px; padding-top: 15px;    padding-bottom: 30px;}
	.needContainer .pointContent .pointSubtitle {font-size:20px;}
	.needContainer .pointContent .contentText {padding-left: 0px;}
	.needContainer .et-content .pointSubContent {font-size:18px; width: 100%; padding-right: 20px; }
	.needContainer .pointContent .pointSub.pr_520, .needContainer .pointContent .pointSub.pr_400 {padding-right: 0px;}
	.needContainer .et-content .contentImage {    position: relative;    float: none; text-align: center; }
	.needContainer .et-content .contentImage img { max-width: 80%;}
	.needContainer .pointContent .pointSub {padding-bottom: 40px;}
	.needContainer .pointContent .pointSub:last-child {padding-bottom: 0px;}
	#section-4 {margin-top: 0px; }
	#section-4 .corner-box { margin-bottom: 0px;}
	.ico-title {font-size: 24px;}
	#section-5 {padding-left:20px;padding-right:20px; padding-top: 20px;}
	#section-5 .container { padding-bottom: 40px;}
	#section-5.title-container {margin-left:-20px;margin-right:-20px;}
	.ico-title.phone-title { margin-top: 0px;font-size: 40px;}
	
	.needContainer .pointContent .contentImage {
        width: 100%;
    }
	
	.needContainer .accordion-title h3 { font-size:20px;}
	
	.accordion-header img.img-icon {width:52px;}
	
}
	
html.isSafari .tabs-section .tabs-outter .tab-container img {
  -webkit-transform: translate3d(0, 0, 0);
}

.new-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #39b54a;
  max-width: 70px;
  padding: 5px 2.5px 5px 7.5px;
  color: #fff;
  white-space: normal;
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
}
@media (min-width: 992px) {
  .new-label {
    font-size: 20px;
    padding: 5px 10px 5px 20px;
  }
}
.new-label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 28px 0 28px 10px;
  border-color: transparent transparent transparent #39b54a;
  border-style: solid;
  position: absolute;
  right: -10px;
  transform: translateX(-0.1px);
}
@media (min-width: 992px) {
  .new-label::after {
    border-width: 33.25px 0 33.25px 20px;
    right: -20px;
    transform: translateX(0);
  }
}

html {
  scroll-behavior: smooth;
}

.modal {
  overflow-y: auto;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.55);
}
.modal .modal-content {
  overflow-y: auto;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 30px 15px 10px;
  width: 95%;
  max-width: 45%;
  color: #333;
  line-height: 130%;
  max-height: calc(100% - 130px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  border-radius: 20px;
  text-align: center;
  border: 0 none;
}
@media (max-width: 767px) {
  .modal .modal-content {
    max-width: 90%;
  }
}
.modal .modal-content .close {
  display: block;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url("../images/green_close.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.modal .modal-content .btn-holder {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.modal .modal-content .btn-holder .btn {
  border: 2px solid #009e83;
  border-radius: 60px;
  font-size: 16px;
  background: #fff;
  color: #000;
  display: block;
  margin-left: 0;
  width: 100%;
  padding: 15px 12px 14px;
  margin-bottom: 15px;
  text-align: center;
}
.modal .modal-content .btn-holder .btn.fill {
  background: #009e83;
  color: #fff;
}
.modal .modal-content .btn-holder .btn::before {
  display: none;
}

.warn-modal .modal-content {
  border: 0 none;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .warn-modal .modal-content {
    max-width: 90%;
  }
}
.warn-modal .modal-content .warn-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.warn-modal .modal-content .warn-desc {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  line-height: 24px;
}
.warn-modal .modal-content .warn-btn {
  text-align: right;
  padding-top: 40px;
}
.warn-modal .modal-content .warn-btn.open-ac-link {
  display: flex;
  justify-content: center;
  padding-top: 0;
  margin-top: 30px;
  flex-wrap: wrap;
}
.warn-modal .modal-content .warn-btn.open-ac-link a {
  font-size: 19px;
  line-height: 25px;
}
.warn-modal .modal-content .warn-btn.open-ac-link a:not(:last-child) {
  margin-bottom: 20px;
}
.warn-modal .modal-content .warn-btn .cancel-btn {
  border: 1px solid #005126;
  color: #005126;
  padding: 10px 40px;
  margin-right: 8px;
  border-radius: 3px;
}
.warn-modal .modal-content .warn-btn .con-btn {
  background-color: #005126;
  color: #fff;
  padding: 10px 40px;
  border-radius: 3px;
}

#btnModal1 .modal-content {
  max-width: 80%;
}
@media (min-width: 768px) {
  #btnModal1 .modal-content {
    max-width: 50%;
  }
}
#btnModal1 .content-remark {
  font-size: 13px;
  line-height: 18px;
}
#btnModal1 .content-remark a {
  color: black;
}
#btnModal1 .table-3-container {
  overflow: auto;
  max-height: 600px;
}

.tnc-table-3 {
  max-width: 100%;
  margin: 10px 0px;
  width: 100%;
}
.tnc-table-3 th {
  border: 1px solid #000;
  padding: 12px;
  text-align: center;
  font-family: "Noto Sans TC", Arial, sans-serif;
}
.tnc-table-3 td {
  border: 1px solid #000;
  padding: 10px;
  text-align: left;
  font-family: "Noto Sans TC", Arial, sans-serif;
}
.tnc-table-3 a {
  color: #000 !important;
  text-decoration: underline !important;
}

.modal-popup {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.modal-popup .bg-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.modal-popup .modal-popup-box {
  width: auto;
  max-width: 768px;
  background-color: #fff;
  border-radius: 14px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.modal-popup .modal-popup-box .close {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  transform: rotate(45deg);
  margin-left: auto;
  margin-bottom: 10px;
}
.modal-popup .modal-popup-box .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .modal-popup-heading {
  color: #0f4b41;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.modal-popup .modal-popup-box .modal-popup-btn a {
  color: #0f4b41;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #0f4b41;
  border-radius: 4px;
  margin-left: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn a:first-child {
  margin-left: 0;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-continue {
  color: #fff;
  background-color: #0f4b41;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-app {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-bottom: 15px;
}
.modal-popup .modal-popup-box .modal-popup-btn.center {
  justify-content: center;
}

.card {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #d7e7d7;
  border-radius: 15px;
  box-shadow: 0px 18px 27px 0px rgba(74, 132, 120, 0.26);
  position: relative;
  align-items: center;
}
@media (max-width: 700px) {
  .card {
    flex-wrap: wrap;
  }
}
.card .flex-container {
  display: flex;
  align-items: center;
}
.card .link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 700px) {
  .card .link-container {
    display: block;
    margin-left: 50px;
  }
}
.card p {
  font-size: 24px;
  line-height: 34px;
  margin: 15px;
}
@media (max-width: 700px) {
  .card p {
    text-align: justify;
  }
}
.card a {
  background: linear-gradient(90deg, rgb(0, 106, 70) 0%, rgb(0, 140, 37) 100%);
  border-radius: 15px;
  padding: 12px;
  align-items: center;
  min-width: 200px;
  margin: 15px;
  color: white;
  font-size: 24px;
  line-height: 34px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}
.card .exlink:hover {
  color: white;
  min-width: 208px;
  padding: 15px;
  margin: 12px;
}

.card-container {
  position: relative;
  align-items: center;
}
.card-container .text {
  position: absolute;
  top: 20px;
  left: 100px;
  width: 55%;
}
@media (max-width: 1280px) {
  .card-container .text {
    left: 60px;
  }
}
@media (max-width: 769px) {
  .card-container .text {
    top: 40px;
    left: 40px;
    right: 40px;
    width: auto;
  }
}
.card-container p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 10px;
}

a {
  text-decoration: underline;
  color: #222;
}

.img-btn {
  position: absolute;
  top: 100px;
  right: 60px;
  max-width: 25%;
}
@media (max-width: 769px) {
  .img-btn {
    max-width: 65%;
    right: 20%;
    bottom: 80px;
    top: auto;
  }
}

.bg-img {
  height: auto;
}
@media (min-width: 769px) and (max-width: 1310px) {
  .bg-img {
    height: 310px;
  }
}

.exlink:after, .exlink:hover:after {
  display: none;
}

.card-title {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  text-align: center;
}

.card-title-inner {
  padding: 12px 100px;
  display: inline-block;
  color: #fff;
  background-color: #0d6c28;
  font-size: 28px;
  border-radius: 20px;
  margin: 0 auto;
}

.card-pt-2 {
  padding-top: 30px;
}

@media (max-width: 1280px) {
  .card-title-inner {
    padding: 12px 50px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .card-title-inner {
    padding: 12px 30px;
    font-size: 23px;
  }
}
.flash-section {
  position: relative;
  text-align: center;
}
.section-4 .panel, .flash-section .panel {
  display: none;
}
.section-4 .panel.show, .flash-section .panel.show {
  display: block;
}
.flash-section > .container {
  position: relative;
}
.flash-section > .container .flash-bg-left {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50px;
  width: calc((1500px - 48rem) / 2);
  height: 100%;
  background: url(./bg-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.flash-section > .container .flash-bg-right {
  content: "";
  position: absolute;
  right: 0;
  top: 240px;
  width: calc((1500px - 48rem) / 2);
  height: 100%;
  background: url(./bg-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

/********************************slide************************/
.app-swiper-container {
  max-width: 1140px;
  padding: 60px 20px 40px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.app-swiper-container .app-swiper-wrapper {
  width: 45%;
  overflow: hidden;
  padding: 0 50px 30px;
  position: relative;
}

.app-swiper-container .app-swiper-wrapper .app-swiper {
  overflow: hidden;
}

.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 8px;
}

.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-pagination-bullet-active {
  background: #288777;
}

.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-button-prev {
  left: 0;
  color: #288777;
}

.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-button-next {
  right: 0;
  color: #288777;
}

.stepGroup {
	display: flex;    
    justify-content: space-evenly;	
	padding-bottom: 20px;
}
.app-step-container .stepGroup .app-step {
	display: inline-block;
}

.stepTxtGroup {
	width: 85%;
    margin: 0 auto;	
	padding-left:25px
}

.stepTxtGroup .app-step__title {
	font-size:18px;
    text-align: left;
}

.stepTxtGroup .app-step__content {
	display:none;
}
.stepTxtGroup .app-step__content.active {
	display:block;
} 

.flash_tab:first-child table:nth-of-type(2).md-hide {
  margin-bottom: 20px;
}

@media (max-width: 970px) {
  .app-swiper-container {
    padding: 30px 20px;
  }

  .app-swiper-container .app-swiper-wrapper {
    width: 100%;
    padding: 0 30px 30px;
  }

  .app-swiper-container .app-swiper-wrapper .app-swiper .swiper-button-prev:after,
  .app-swiper-container .app-swiper-wrapper .app-swiper .swiper-button-next:after {
    font-size: 30px;
    font-weight: bold;
  }
}

.app-step-container {
  width: 55%;
  padding-left: 50px;
}

.app-step-container .app-step {
  display: flex;
  cursor: pointer;
}

.app-step-container .app-step .app-step__icon {
  display: flex;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  border:1px solid #055541;
  color: #055541;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  transition: all 0.2s ease-out;
  align-items: center;
  justify-content: center;
}

.app-step-container .app-step .app-step__content {
  width: calc(100% - 80px);
  position: relative;
}

.app-step-container .app-step .app-step__content .app-step__inner-content {
  display: none;
}

.app-step-container .app-step .app-step__content .app-step__title {
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  text-align:left;
  line-height: 35px;
  padding-left:30px;
}

.app-step-container .app-step .app-step__content .tnc-remark {
	text-align:left;
}

.app-step-container .app-step .app-step__content .app-step__title span {
  font-size: 32px;
}

.app-step-container .app-step .app-step__content .app-step__desc {
  max-width: 460px;
  padding: 12px 0;
  font-size: 18px;
  line-height: 28px;
}

.app-step-container .app-step:not(:last-child) .app-step__content {
  padding-bottom: 40px;
}

.app-step-container .app-step:not(:last-child) .app-step__content:before {
  content: "";
  position: absolute;
  left: -55px;
  top: 66px;
  width: 1px;
  height: calc(100% - 82px);
  background-color: #288777;
}

.app-step-container .app-step.active .app-step__icon {
  background-color: #055541;
  color: #fff;
}

.section-4 .swiper-tab, .section-4 .swiper-tab .tab {
    background: #ffffff;
}


/*
.app-step-container .app-step.active .app-step__content {
  padding-bottom: 20px !important;
}

.app-step-container .app-step.active .app-step__inner-content {
  display: block;
}*/

@media (max-width: 970px) {
  .app-step-container {
    width: 100%;
    padding-left: 0;
  }

  .app-step-container .app-step .app-step__icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .app-step-container .app-step .app-step__content {
    width: calc(100% - 80px);
    position: relative;
  }

  .app-step-container .app-step .app-step__content .app-step__title {
    font-size: 18px;
    line-height: 28px;
  }

  .app-step-container .app-step .app-step__content .app-step__title span {
    font-size: 24px;
  }

  .app-step-container .app-step .app-step__content .app-step__desc {
    font-size: 16px;
    line-height: 24px;
  }

  .app-step-container .app-step:not(:last-child) .app-step__content {
    padding-bottom: 60px;
  }

  .app-step-container .app-step:not(:last-child) .app-step__content:before {
    left: -40px;
    top: 52px;
    height: calc(100% - 64px);
  }
}


.swiper-pagination {
	display:none;
}

/*******************************************************************************/




@media (max-width: 767px) {
  .flash-section > .container .flash-bg-left {
    display: none;
  }
  .flash-section > .container .flash-bg-right {
    display: none;
  }

	#flash-section .title-container, #section-1 .title-container, #section-2 .title-container, #section-3 .title-container, #section-5 .title-container {
		    padding: 25px 0px 20px 0px;
	}

	#flash-section .flash_OfferHighlight .flamaNum { font-size:64px; }
	#flash-section .flash_OfferHighlight {font-size:20px;}
  
	.tnc-remark {
		font-size: 12px;
		line-height: 20px;
	}
	
	.app-step-container .app-step .app-step__icon {
		margin-right: 0;
	}

	 .app-step-container .stepGroup .app-step:not(:last-child):before {
        content: "";
        position: absolute;
        margin-top: 20px;
        margin-left: 30px;
        height: 1px;
        width: 45px;
        background-color: #288777;
	}	

	.app-swiper-container .app-swiper-wrapper {			
        padding-bottom:20px;
    }	
	
	.stepTxtGroup .tnc-remark {
		text-align:left;
	}
	
	#section-5 .sectioin5Content .title {
		font-size: 18px;		
	}
	.ico table tr th {margin-bottom:20px;border-right:none; position: relative;}
	
	.ico table tr th:first-child::after {
		content: "";
		position: absolute;
		top: 10%;            /* start 5% from top */
		right: 0;
		width: 1px;         /* border thickness */
		height: 80%;        /* 90% of parent height */
		background-color: #055541 ; /* border color */
	}
	
	.panels .flash_tab td, .panels .flash_tab .pd30 {
		padding: 10px 5px;
	}
	
	.sectioin5Content .btnMore {
		font-size: 16px;
	}
	
}


#sticky-bottom-overlay {
  overflow-x: hidden;
  width: 100%;
  position: sticky;
  --flash-txt-color: #ffdd2f;
  background-color: #055541;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}
#sticky-bottom-overlay .sticky-content-top {
  display: inline-flex;
  margin: auto 0;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 992px) {
  #sticky-bottom-overlay .sticky-content-top {
    gap: 100px;
  }
}
#sticky-bottom-overlay .sticky-text {
  transition: transform 0.2s ease-out;
}
#sticky-bottom-overlay .sticky-text .flash {
	position: relative;
    top: 5px;	
  font-weight: bold;
  font-size: 150%;
  display: inline-block;
  background: var(--flash-txt-color) -webkit-linear-gradient(left, var(--flash-txt-color), #fff) no-repeat 0 0/50px;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  animation: sweep 2.5s ease-in infinite;
}
#sticky-bottom-overlay .sticky-text sup {
  color: var(--flash-txt-color);
   font-size: 50%;
   top: -15px;
}
#sticky-bottom-overlay .sticky-text:hover {
  transform: scale(1.05);
}
#sticky-bottom-overlay .sticky-btns {
  display: inline-flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px auto;
  flex-direction: column;
}
#sticky-bottom-overlay .sticky-btns .anchor-btn {
  color: #fff;
  flex-shrink: 0;
  margin: auto 0;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  text-decoration: underline;
  transition: transform 0.2s ease-out;
}
#sticky-bottom-overlay .sticky-btns .anchor-btn:hover {
  transform: scale(1.05);
}
#sticky-bottom-overlay .sticky-btns hr {
  border-right: 2px solid #fff;
  height: 40px;
  width: 1px;
  margin: auto 30px;
}
#sticky-bottom-overlay .sticky-btns {  
  margin-left:30px;
}
#sticky-bottom-overlay .sticky-btns .orange-btn {
  padding: 3px 30px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to left, #458944, #367b68);
  /*background-color: #f68b1f;*/
  margin-bottom: 0;
  transition: transform 0.2s ease-out;
}
#sticky-bottom-overlay .sticky-btns .orange-btn > img {
  margin-bottom: 10px;
  width: 28px;
  height: 28px;
}
#sticky-bottom-overlay .sticky-btns .orange-btn:hover {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  #sticky-bottom-overlay {
    font-size: 28px;
  }
  #sticky-bottom-overlay .sticky-btns hr {
    margin: auto 40px;
  }
  #sticky-bottom-overlay .sticky-btns {
    margin-left: 40px;
  }  

  
}

.p2g-steps {
  margin-top: 5px;
}

@keyframes sweep {
  0% {
    background-position: -50% -50%;
  }
  100% {
    background-position: 150% 150%;
  }
}
.isP2G .sticky-btns {
  flex-direction: column;
}
.isP2G .sticky-btns hr {
  display: none;
}

.et-content {
  width: 100%;
  padding: 0.5rem 0.5rem;
}
@media (min-width: 992px) {
  .et-content {
    overflow: hidden;
    padding: 1rem 1.5rem;
  }
}
.et-content .et-row {
  overflow-x: scroll;
}

.swiper-tab .tab {
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .swiper-tab .tab {
    font-size: 24px;
  }
}
.swiper-tab .tab.selected, .swiper-tab .tab.shown {
  color: #fff;
  background-image: url('../images/tab_bg.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  
}

.JPY-promo-contianer {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
}
.JPY-promo-contianer .JPY-promo {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.JPY-promo-contianer .JPY-promo .JPY-bg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .JPY-promo-contianer .JPY-promo div {
    padding-left: 20px;
  }
}/*# sourceMappingURL=reward.css.map */