@import url("reset.css");

*{
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-family: Arial,"Microsoft JhengHei","Heiti TC","sans-serif";
}

img{
	display: block;
}

body{
    height: 100%;
}

h1,h2,h3,h4,h5,p{
    margin: 0;
}

h1{ 
    width: 100%;
    font-size: 35px;
    line-height: 70px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    text-shadow: 2px 3px 5px #4d4d4d;
}

.kv_span{
  font-size: 80px;
  line-height: 90px;
  font-weight: 800;
}

h4{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}

.btn{
    width: 110px;
    border-radius: 35px;
    background-color: #1a70b5;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

.btn:hover{
    background-color: #3ca4b5;
}

.seo-h1 {
  height: 0px;
  width: 0px;
  transform: scale(0);
}

/*--article------------------------------------------------------------*/
/*article{
    width: 100%;
    height: auto;
    overflow: hidden;
}*/

/*article > .kv{
    background-image: url('../img/kv_1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/

.flex_two{
    max-width: 95%;
    margin: 0 auto;
    padding: 10% 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
}

.two_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
}

.title{
    width: 100%;
}

.title-text{
  width: 100%; 
  font-size: 50px; 
  line-height: 60px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  color: #ffffff; 
  text-shadow: 2px 3px 5px #4d4d4d;
  padding-bottom: 20px;
}

.title-text-s{
  width: 100%; 
  font-size: 17px; 
  line-height: 27px;
  text-align: center;
  font-weight: normal;
  color: #ffffff; 
  text-shadow: 2px 3px 5px #4d4d4d;
  padding-top: 30px;
}

.p{
    width: 100%;
}

.content{
    width: 80%;
}

.flex_four{
    width: 22%;
    margin: 40px 0;
}

.box_img img{
    width: 100%;
    border-radius: 30px;
}

.box_text{
    padding: 0 15px;
    margin-top: -120px;
    color: #fff;
    letter-spacing: 1px;
}

.box_text p{
    font-size: 16px;
    padding: 8px 0 10px 0;
    line-height: 20px;
}

/*--pc------------------------------------------------------------*/
@media screen and (max-width:1200px) {
    .flex_two{
        padding: 10% 0 0 0;
    }
    .title{
        width: 90%;
    }
    .content{
        width: 80%;
    }
    .flex_four{
        width: 40%;
    }
}

/*--ipad pro------------------------------------------------------------*/
@media screen and (max-width:900px) {
    .title{
        width: 100%;
    }
    .content{
        width: 100%;
    }
    .flex_two{
        padding: 20% 0 0 0;
    }
    h1{
        font-size: 30px;
        line-height: 40px;
    }
    .kv_span{
      font-size: 70px;
      line-height: 80px;
    }
    .title-text{
        font-size: 45px; 
        line-height: 55px;
    }
    .title-text-s{
        font-size: 16px; 
        line-height: 26px;
    }
    .flex_four{
        width: 22%;
    }
}

/*--iphone------------------------------------------------------------*/
@media screen and (max-width:540px) {
    .flex_two {
        padding: 15% 0 0 0;
    }
    h1{
        font-size: 27px;
        line-height: 37px;
    }
    .kv_span{
      font-size: 67px;
      line-height: 77px;
    }
    .title-text{
        font-size: 42px; 
        line-height: 52px;
    }
    .title-text-s{
        font-size: 14px; 
        line-height: 24px;
    }
    h4{
      font-size: 16px;
    }
    .flex_four{
        width: 40%;
    }
    .img_pc{
        display: none;
    }
    
    .img_m{
        display: block;
    }
    .box_text span{
        display: none;
    }
    .box_text{
    padding: 0 15px;
    margin-top: -100px;
    color: #fff;
    letter-spacing: 1px;
    }
    .box_text p{
        font-size: 11px;
        padding: 3px 0 4px 0;
        line-height: 16px;
    }
}

/*--iphone------------------------------------------------------------*/
@media screen and (max-width:375px) {
    .flex_two {
        padding: 2% 0 0 0;
    }
    h1{
        font-size: 20px;
        line-height: 30px;
    }
    .kv_span{
      font-size: 60px;
      line-height: 70px;
    }
    .title-text{
        font-size: 30px; 
        line-height: 40px;
    }
    .title-text-s{
        font-size: 14px; 
        line-height: 24px;
        padding-left: 14%;
        padding-right: 14%;
    }
    .flex_four{
        width: 40%;
        margin: 10px 0;
    }
    .img_pc{
        display: none;
    }
    .img_m{
        display: block;
    }
    .box_text{
    padding: 0 15px;
    margin-top: -100px;
    color: #fff;
    letter-spacing: 1px;
    }
    .box_text p{
        font-size: 9px;
        padding: 3px 0 4px 0;
        line-height: 14px;
    }
}

/* credit card_img */
.travelcard img{
  max-width: 400px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media (max-width: 540px) {
  .travelcard img{
    width: 80%;
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

@media (max-width: 375px) {
  .travelcard img{
    width: 70%;
    padding-top: 150px;
    padding-bottom: 30px;
  }
}

/* subtitle */
.subtitle{
	color: #4d4d4d;
	text-align: center;
	
}

.subtitle h2{
  font-weight: bold;
	font-size: 24px;
	line-height: 45px;
  letter-spacing: 1px;
  margin-top: 40px;
}


.subtitle h3{
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
  letter-spacing: 1px;
}

.subtitle p{
	font-size: 16px;
	line-height: 30px;
  letter-spacing: 1px;
}

#tag-1{
	margin: 60px 20px;
}

#tag-2{
  background: linear-gradient(rgba(225, 225, 225, 0.2), rgba(225, 225, 225, 0.2)), url(../img/card-bg.jpg) fixed center center;
  background-size: cover;
  padding: 50px 0;
  margin: 60px 0;
}

#tag-3{
  margin: 60px 0;
}

#tag-4{
  margin: 60px 0;
}

#tag-5{
  margin: 60px 0;
}

#tag-6{
  margin: 60px 0;
}



#tag-1:target { padding-top: 64px; margin-top: -64px; }  
#tag-3:target { padding-top: 94px; margin-top: -94px; } 
#tag-4:target { padding-top: 94px; margin-top: -94px; } 
#tag-5:target { padding-top: 94px; margin-top: -94px; } 
#tag-6:target { padding-top: 94px; margin-top: -94px; } 


@media (max-width: 540px) {
  #tag-2{
    background: linear-gradient(rgba(225, 225, 225, 0.2), rgba(225, 225, 225, 0.2)), url(../img/card-bg-m.jpg) scroll center center;
    background-size: cover;
  }
  
  .subtitle h2{
    font-size: 20px;
    line-height: 33px;
  }
  .subtitle p{
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
}
}


/* button */
.btn_title{
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  width: 180px;
  padding: 12px 0;
  border-radius: 2px;
  transition: 0.5s;
  margin: 8px 20px;
  color: #fff;
  border: 2.5px solid #fff;
  background-color: rgba(155,155,155,0.1);
  text-shadow: 1px 1px 3px #565555;
  box-shadow: 1px 1px 3px   #565555;
  text-align: center;
}

.btn_title:hover{
  text-decoration: none;
  color: #5e5c5c;
  border: 2px solid #fff;
  background-color: #fff;
  text-shadow: 0 0 0  #565555;
}

.btn_1{
	border-radius: 3px;
	width: 140px;
	margin: 10px 10px 20px 0;
	display: inline-block;
	text-align: center;
	line-height: 37px;
	background-color: #00a19b;
	border: 1px #00a19b solid;
	color: #fff;
	font-size: 15px;
}

.btn_line{
  border-radius: 3px;
  width: 140px;
  margin: 10px 10px 20px 0;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  border: 1px #00a19b solid;
  color: #00a19b;
  font-size: 15px;
  text-decoration: none;
}

.btn_2{
  border-radius: 3px;
  width: 210px;
  margin: 10px 10px 20px 0;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  background-color: #00a19b;
  border: 1px #00a19b solid;
  color: #fff;
  font-size: 15px;
}

.btn_3{
  border-radius: 3px;
  width: 210px;
  margin: 10px 10px 20px 0;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  background-color: #00a19b;
  border: 1px #00a19b solid;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.btn_in{
  border-radius: 3px;
  width: 130px;
  margin: 10px 5px 0 5px;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  border: 1px #00a19b solid;
  background-color: #00a19b ;
  color: #fff;
  font-size: 15px;
}


.btn_1:hover{
 	opacity: 0.7;
  text-decoration: none;
  color: #fff;
}

.btn_2:hover{
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}

.btn_3:hover{
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}

.btn_line:hover{
 	opacity: 0.7;
  text-decoration: none;
  color: #00a19b;
}

.btn_in:hover{
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}

.btn_service{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  display: inline-block;
  width: 220px;
  padding: 12px 0;
  border-radius: 2px;
  transition: 0.5s;
  margin: 30px 30px;
  border: 2px solid #00a19b;
  color: #00a19b;
}

.btn_service:hover{
  opacity: 0.5;
  text-decoration: none;
  color: #00a19b;
}

.eservices .btn_service{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  display: inline-block;
  width: 220px;
  padding: 12px 0;
  border-radius: 2px;
  transition: 0.5s;
  margin: 30px 30px;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.eservices .btn_service:hover{
  opacity: 0.5;
  text-decoration: none;
  color: #ffffff;
}


@media (max-width: 540px) {
  .btn_title{ width: 180px; padding: 8px 0; border-radius: 30px; display: block; margin: 20px 0;}
  /*.btn_1{ border-radius: 30px; display: block; margin: 0 auto;}*/
  .btn_1{ border-radius: 30px;}
  .btn_2{ border-radius: 30px;}
  .btn_3{ border-radius: 30px;}
  .btn_line{ border-radius: 30px;}
  .btn_in{ border-radius: 30px;}
  .btn_service{ width: 180px; padding: 8px 0; border-radius: 30px;}
  .eservices .btn_service{ width: 180px; padding: 8px 0; border-radius: 30px;}
}

@media (max-width: 320px) {
  .btn_1{ margin: 10px 0 0 0; }
  .btn_2{ margin: 10px 0 0 0; }
  .btn_3{ margin: 10px 0 0 0; }
  .btn_line{ margin: 10px 0 0 0; }
}


/* item */
.flex-box{
  max-width: 1050px;
  margin: 50px auto 20px auto;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,.125);
}

.flex-box2{
  max-width: 1050px;
  margin: 50px auto 20px auto;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,.125);
  background: rgba(255,255,255,0.8);
}

.flex-container {
    display: flex;
    flex-wrap: wrap;     
    justify-content: space-evenly; 
    align-items: center; 
}

.flex-items p{
  color: #515767;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 0 ;
}

.flex-items ul{
  width: 200px;
  color: #515767;
  font-size: 12px;
  text-align: left;
  list-style: disc;
  margin-left: 18px;
}

.flex-items img{
  width: 280px;
  padding: 20px;
}

.flex-note{
  max-width: 1060px;
  margin: 10px auto;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  color: #666;
}

@media (max-width: 1024px) {
  .flex-items img{
    width: 200px;}
  .flex-items {
    padding: 0 10px;
  }
}

@media (max-width: 900px) {
  .flex-items img{
    width: 200px;}
  .flex-items {
    padding: 0 10px;
  }
}

@media (max-width: 540px) {
  .flex-items p{
    margin-left: 15px;
  }
  .flex-items ul{
    margin-left: 35px;
  }
  .flex-box{
    padding: 20px 0;
  }
  .flex-box2{
    margin: 50px 20px 20px 20px;
    padding: 20px 0;
  }
  .flex-items{
    padding: 10px 0;
  }
  .flex-items img{
    width: 200px;
    padding: 0 0;
  }
  .flex-note{
    text-align: justify;
    margin: 0 auto;
    padding: 5% 5%;
  }
}

/* card */
#card_List{
  max-width: 1080px;
  margin: 0 auto;
}


.card_List{ 
  text-align:center; 
  padding: 30px 20px 10px 20px;
  position: relative; 
}

.card-deck .card{
  background-color: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255);
}

.card-title{
  font-weight: bold;
  padding-top: 15px;
  color: #515767
}

.card-content{
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.card_List ul{
  list-style-type: circle;
  margin-left: 16px;
}

/*.card-note a{
  text-decoration: underline;
  color: #00a19b;
}*/

.card_List ol{
  list-style-type: decimal;
  margin-left: 16px;
}

.card-text{
  text-align: center;
  color: #333;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
}

.card-note{
  text-align: justify;
  color: #4D4D4D;
  line-height: 23px;
  font-size: 12px;
  margin-bottom: 0;
}

.card-footer{
  border-top: 0px;
  padding-top: 0;
  padding-bottom: 25px;
  border-top: 0px solid;
}

@media (max-width: 540px){
  .card{
    margin: 10px 0;
  }
  .card_List{
    padding: 30px 20px 0 20px;
  }
  .card-title{
    font-size: 18px;
  }
}


/* Card Table */
.tag1-table {
  color: #4D4D4D;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
}

.tag1-table th{
  padding: 7px;
  text-align: left;
  font-weight: bold;
  border: 1px solid #ddd;
  border-bottom: 2px solid #ddd;

}

.tag1-table td {
  padding: 7px;
  text-align: left;
  border: 1px solid #ddd;
}



/* left/right */
.block{
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 20px;
	overflow: hidden;
}

.block .left_img {
	float: left;
	width:  30%;
	vertical-align: top;
}

.block .left_img img{
	display: block;
	width:100%;
}


.block .right_txt{
	float: right;
	width: 65%;
	vertical-align: top;
	text-align: left;
	color: #515767;
}

.block .right_txt a{
  margin: 0 auto;
  display: inline-block;
  margin: 10px 10px 20px 0;
}

.block .right_txt h3{
  font-size: 22px;
  font-weight: bold;
	letter-spacing: 1px;
	line-height: 34px; 
}

.block .right_txt h3 span{
	color: #F8524C;
	font-size: 28px;
	font-weight: bold;
}

.block .right_txt h5{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 5px 0;
}

.block .right_txt h5 span{
  color: #F8524C;
  font-weight: bold;
}

.block .right_txt p{
  margin-left: 2px;
  font-size: 18px;
	line-height: 28px;
  padding: 10px 0;
}

.block .right_txt p span{
	font-size: 18px;
  color: #F8524C;
  font-weight: bold;
}

.block .right_txt p .green{
  font-size: 18px;
  color: #00a19b;
  font-weight: bold;
}

.block ul{
  list-style: circle;
  margin-left: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.block ul li a{
  color: #00a19b;
  text-decoration:underline;
}

.block img{
  display: inline-block;
  width: 100%;
}


@media (max-width: 540px) {
  .block .left_img{
    width: 100%;
  }
  .block .right_txt{
    width: 100%;
    margin: 10px 0;
    text-align: justify;
  }
  .block .right_txt h3{
    font-size: 20px;
  }
  .block .right_txt h5{
    font-size: 18px;
  }
  .block .right_txt p{
    font-size: 14px;
    padding: 0 0;
  }
  .block .right_txt h3 span{
    font-size: 24px;
  }
  .block .right_btn{
    text-align: center;
  }
}

@media (max-width: 375px) {
  .block .right_txt h3{
    font-size: 18px;
  }
  .block .right_txt h5{
    font-size: 16px;
  }
  .block .right_txt p{
    font-size: 12px;
    line-height: 26px;
  }
  .block ul{
    margin-left: 23px;
  }
}

/* side by side table */
.sideTable {
  display: flex;
  flex-direction: row;
  font-size: 13px;
}

.side_column {
  flex: 50%;
  padding: 0 5px 10px 0;
}

.side_column span{
  color: #F8524C;
  font-weight: bold;
}


.side_column table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.side_column th, td {
  text-align: left;
  padding: 12px 0 12px 10px;
}

.side_column tr:nth-child(even) {
  background-color: #f2f2f2;
}


/*.side_column a{
  text-decoration: underline;
  color: #00a19b;
}*/

@media (max-width: 768px) {
  .sideTable {
    flex-direction: column;
  }
  .side_column {
    padding: 0 0 20px 0;
  }
}

/* Table */
.rg-container {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  color: #515767;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  vertical-align: baseline;
  text-align: center;
  color: #515767;
}
table.rg-table thead {
  border-bottom: 3px solid #ddd;
}
table.rg-table tr {
  border-bottom: 1px solid #ddd;
  color: #515767;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table td {
  padding: 0.35em;
  font-size: 0.9em;
  color: #F8524C;
  font-weight: bold ;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: center;
}

/* media queries */
@media screen and (max-width: 768px) {
  .rg-container {
    max-width: 709px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
    color: #515767;
    margin: 0 2px;
  }

  table.rg-table tr {
    border-bottom: none;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px solid #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
  }
  table.rg-table td:first-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}

/* flex-card */
.add-row{
  max-width: 1060px;
  margin: 20px auto 20px auto;
}

.flex-add{
  display: flex;
  justify-content: space-evenly; /* 沿X軸對齊 */
  flex-wrap: wrap; /* 換行 */
  align-content: space-between; /* 多行物件，沿Y軸對齊 */
}

.flex-add > .add-box{
   flex-grow: 0;
}

.flex-add > .add-box img{
  max-width: 240px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  
}

.flex-add > .add-box p{
  text-align: center;
  padding: 20px 0 0 0 ;
  color: #515767;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .add-row{
    padding: 0 5px;
  }
  .flex-add > .add-box img{
    max-width: 220px;
  }
}

@media (max-width: 768px) {
  .flex-add > .add-box img{
    max-width: 258px;
  }
}

@media (max-width: 540px) {
  .flex-add > .add-box img{
    max-width: 150px;
  }
  .flex-add > .add-box p{
    font-size: 15px;
    padding: 10px 0 15px 0;
  }
}

/* other_card */
.box-card{
  margin: 0 auto 80px auto;
  text-align: center;
  position: relative; 
  max-width: 1100px;
}

.box-card .text-s{
  width: 90%;
  margin: 40px auto 80px auto;
  text-align: center;
  position: relative; 
  max-width: 1060px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}


.a-box {
  display: inline-block;
  width: 300px;
  margin: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

.img-container {
  height: 300px;
  width: 200px;
  overflow: hidden;
  border-radius: 0px 0px 20px 20px;
  display: inline-block;
}

.text-container img {
  /* transform: skew(0deg, -13deg); */
  /*height: 140px;*/
  width: 250px;
  margin: 0px 0px 0px 0px;
}

.inner-skew {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px;
  /* transform: skew(0deg, 13deg); */
  font-size: 0px;
  margin: 0px 0px 0px 0px;
  background: #c8c2c2;
  /*height: 140px;*/
  width: 250px;
}

.b-box {
  display: inline-block;
  width: 280px;
  margin: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

.b-box .inner-skew {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px;
  /* transform: skew(0deg, 13deg); */
  font-size: 0px;
  margin: 0px 0px 0px 0px;
  background: #c8c2c2;
  height: 157px;
  width: 224px;
}

.b-box .text-container img {
  /* transform: skew(0deg, -13deg); */
  height: 157px;
  width: 224px;
  margin: 0px 0px 0px 0px;
}

.c-box {
  display: inline-block;
  width: 280px;
  margin: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

.c-box .inner-skew {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px;
  /* transform: skew(0deg, 13deg); */
  font-size: 0px;
  margin: 0px 0px 0px 0px;
  background: #c8c2c2;
  height: 157px;
  width: 224px;
}

.c-box .text-container img {
  /* transform: skew(0deg, -13deg); */
  height: 157px;
  width: 224px;
  margin: 0px 0px 0px 0px;
}

.text-container {
  /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); */
  padding: 20px 20px 50px 20px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.125);
  background: #fff;
  margin: 30px 0px 0px 0px;
  line-height: 28px;
  font-size: 14px;
  color: #212529;
}

.text-container h3 {
  margin: 20px 0px 10px 0px;
  font-size: 18px;
  font-weight: bold;
}

.text-container p {
  height:30px ;
  font-size: 15px;
}

.a-box .text-container p {
  height:30px ;
  font-size: 15px;
  margin-bottom: 30px;
}

.c-box .text-container p {
  height:30px ;
  font-size: 15px;
  margin-bottom: 30px;
}

.text-container p span{
  color: #F8524C;
  font-weight: bold;
}

.text-container ul{
  list-style: disc;
  text-align: center;
}


.text-container .btn_in2{
  border-radius: 3px;
  width: 110px;
  margin: 8px 3px 0 3px;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  border: 1px #00a19b solid;
  background-color: #00a19b ;
  color: #fff;
  font-size: 15px;
}

.text-container .btn_line2{
  border-radius: 3px;
  width: 110px;
  margin: 8px 0 0 0;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  border: 1px #00a19b solid;
  color: #00a19b;
  font-size: 15px;
}

.text-container .btn_in2:hover{
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}

.text-container .btn_line2:hover{
    opacity: 0.7;
    text-decoration: none;
    color: #00a19b;
  }

@media (max-width: 1024px) {
  .a-box{
    margin: 20px 25px;
  }
  .b-box{
    margin: 20px 25px;
  }
  .c-box{
    margin: 20px 25px;
  }
}

@media (max-width: 768px) {
  .a-box{
    margin: 10px 30px;
  }
  .b-box{
    margin: 10px 30px;
  }
  .c-box{
    margin: 10px 30px;
  }
}

@media (max-width: 540px) {
  .a-box {
    margin: 20px 10px;
  }
  .b-box {
    margin: 20px 10px;
  }
  .c-box {
    margin: 20px 10px;
  }
}


/* other */
.style1 {padding: 10px 0 2em 0;
  vertical-align: baseline;
}

.container {
    margin: 40px auto 0 auto;
    max-width: 100%;
    width: 1060px;
}

.container .text-s{
    margin: 40px auto 0 auto;
    max-width: 100%;
    width: 1060px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}


.container .btn_in2{
    border-radius: 3px;
    width: 120px;
    margin: 8px 3px 0 3px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    border: 1px #00a19b solid;
    background-color: #00a19b ;
    color: #fff;
    font-size: 15px;
  }

  .container .btn_line2{
    border-radius: 3px;
    width: 120px;
    margin: 8px 0 0 0;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    border: 1px #00a19b solid;
    color: #00a19b;
    font-size: 15px;
  }

.container .btn_in2:hover{
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}

.container .btn_line2:hover{
    opacity: 0.7;
    text-decoration: none;
    color: #00a19b;
  }



.row {
    margin-top: -50px;
    margin-left: -50px;
}

.row {
    display: inline-block;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row > .col-6 {
    width: 50%;
}

.row > * {
    padding: 50px 0 0 50px;
}

.row > * {
    box-sizing: border-box;
}

.image {
    border: 0;
    display: inline-block;
    position: relative;
    border-radius: 5px;
}

.image img {
    display: block;
    border-radius: 5px;
}

.image.left {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    top: 0.25em;
}

.image.left img {
    display: block;
    width: 100%;
}

.box.post {
    position: relative;
    /*margin: 0 20px 20px 40px;*/
    background-color: #ffffff;
    width: 500px;
    height: 200px;
}

.box.post:after {
    content: '';
    display: block;
    clear: both;
}

.box.post .image {
    width: 40%;
    margin: 0;
}

.box.post .text {
    margin-left: calc(40% + 20px);
    padding-top: 8px;
}

.box.post .text > :last-child {
    margin-bottom: 0;
}


.box.post .text h3{
  color: #515767;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.box.post .text p{
  height: 70px;
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 0;
}

.box.post .text p span{
  color: #F8524C;
  font-weight: bold;
}



    @media screen and (max-width: 1680px) {
      .container {
        width: 1060px;
      }
    }

    @media screen and (max-width: 1280px) {
      .container {
        width: 960px;
      }
    }

    @media screen and (max-width: 980px) {
      .row > * {
        box-sizing: border-box;
      }
      .container {
        width: 95%;
      }
      .row > .col-6{
          max-width: 100%;
          flex: 100%;
      }
      .row > .col-12-narrower {
          width: 100%;
      }

    }

    @media screen and (max-width: 700px) {
      .container {
          width: 100%;
      }
      .container a{
        border-radius: 30px;
        margin: 0;
      }

      .row {
          margin-top: -20px;
          margin-left: -20px;
          display: flex;
          flex-wrap: wrap;
          box-sizing: border-box;
          align-items: stretch;
      }
      
      .row > * {
          padding: 20px 0 0 20px;
      }
      .row > * {
          box-sizing: border-box;
      }
      .row > .col-6{
          max-width: 100%;
          flex: 100%;
      }
      .row > .col-12-narrower {
          width: 100%;
          margin-top: 40px;
      }
      .box.post {
          position: relative;
          margin: 0 0px 20px 6px;
      }
      .box.post .image {
          width: 34%;
      }
      .box.post .text {
          margin-left: calc(35% + 10px);
          padding-top: 5px;
      }
      .box.post .text h3{
        font-size: 18px;
      }
      .box.post .text p{
        font-size: 15px;
        height: auto;
      }
      .container .btn_in2{
        margin: 8px 0 0 0;
        border-radius: 30px;
      }

      .container .btn_line2{
        border-radius: 30px;
      }
    }


/* Services */
#services{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/eservice-bg.jpg) fixed center center;
  background-size: cover;
  padding-bottom: 50px;
}

.eservices{ 
  text-align:center; 
  margin:0 auto;
  position: relative; 
  z-index: 1;
}

.eservicesList{
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
}

.eservicesList li{ 
  display: inline-block; 
  vertical-align: top; 
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.8);
  margin: 25px;
  padding: 15px 0;
}

.eservicesList li:hover{
  opacity: 0.7;
  text-decoration: none;
} 

.eservicesList p{ 
  color: #FFF;
  font-size: 16px; 
  line-height: 10px;
  margin: 0px;
}

.eservicesList p span{
  color: #F8524C;
  font-weight: bold;}

.eservicesList_brand img{ 
  max-width: 150px; 
  margin: 0 auto;
  height: auto; 
  padding:5px 15px; 
}


@media (max-width: 540px) {
  #services{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/eservice-bg-m.jpg) scroll center center;
    background-size: cover;
  }
  .eservicesList{
    padding: 50px 10px;
  }
  .eservicesList li{
    width: 150px;
    height: 150px;
    margin: 10px;
  }
  .eservicesList_brand img{
    width: 100px;
  }
  .eservicesList p{
    font-size: 15px;
    line-height: 20px;
  }
}


/*玉山Wallet條碼付教學 彈出視窗*/
.identity_txt{
  padding: 10px 0px;
}

  #identity1{
    border-radius: 5px;
    width: 800px;
  }

  .identityContent{ 
    line-height: 28px;
    margin: 20px;
    color:#595959;
    font-size: 14px;
  }

  .identityContent a{
    color: #00a19b;
    text-decoration:underline;
  }

  .identity_txt{
    text-align:justify;
    font-size: 14px;
  }

  .identity_txt ol{ 
    list-style-type: decimal;
    margin-left: 8px; 
  }

  .identity_txt p{
    color: #333;
    margin-left: -10px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 32px;
  }

  .identity_txt span{
    color: #F8524C;
  }

  .identity_txt img{
    width: 235px;
    display: inline-block;
    /*margin: 20px 5px 0 5px;*/
    margin-top: 20px;
  }

.identity_txt ul { margin-left:18px;list-style: none; counter-reset: my-counter;}
.identity_txt ul li {counter-increment: my-counter; text-indent: -18px;}
.identity_txt ul li::before {content: "("counter(my-counter) ")";}

@media (max-width: 540px) {
    #identity1{
      height: 600px;
    }
    .identity_txt img{
      width: 280px;
      display: block;
      margin: 0 auto;
    }
}


/* 彈出視窗 */
.identity_txt{
  padding: 10px 0px;
}

  #identity2,#identity3,#identity4,#identity5{
    border-radius: 5px;
    width: 800px;
  }

  .identityContent{ 
    line-height: 28px;
    margin: 20px;
    color:#595959;
    font-size: 14px;
  }

  .identityContent a{
    color: #00a19b;
    text-decoration:underline;
  }

  .identity_txt{
    text-align:justify;
    font-size: 14px;
  }

  .identity_txt ol{ 
    list-style-type: decimal;
    margin-left: 8px; 
  }

  .identity_txt p{
    color: #333;
    margin-left: -10px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 32px;
  }

  .identity_txt span{
    color: #F8524C;
  }

.identity_txt ul { margin-left:18px;list-style: none; counter-reset: my-counter;}
.identity_txt ul li {counter-increment: my-counter; text-indent: -18px;}
.identity_txt ul li::before {content: "("counter(my-counter) ")";}

@media (max-width: 540px) {
    #identity2,#identity3,#identity4,#identity5{
      height: 600px;
    }
}


/* 注意事項 */
.notice{ 
  max-width: 1040px;
  padding: 7px 20px; 
  margin: 25px auto 0 auto;
  font-size: 14px; 
  line-height: 1.8; 
  color: #595959;
  background-color: #ebebeb;
}

.notice .inner-static{
  margin: 0 8px 10px 0;
}

.notice_btn1,.notice_btn2,.notice_btn3,.notice_btn4,.notice_btn5,.notice_btn6{
  font-size: 14px;
  cursor: pointer; 
  display: block;
  line-height: 40px; 
  text-align: left;
}


.notice_cont{ 
  display: none; 
  padding:20px 0 20px 3px; 
  transition: none; 
  line-height: 28px;
  margin: 20px;
  color:#595959;
  font-size: 14px;
}

.notice img {
  margin-top: 15px;
  float: right;
}


.notice_list {
  text-align:justify;
  font-size: 14px;
  color: #595959;
}

.notice_cont p{
  margin-bottom: 0;
  font-weight: bold;
}

.notice_cont ol{
  list-style: decimal;
  margin-left: 2%;
}

.notice_cont ul{
  list-style: disc;
  margin-left: 2%;
}


.notice_list span{color: #F8524C;}
.notice_list a{color: #00a19b;text-decoration:underline;}


.notice_list ul { margin-left:18px;list-style: none; counter-reset: my-counter;}
.notice_list ul li {counter-increment: my-counter; text-indent: -18px;}
.notice_list ul li::before {content: "("counter(my-counter) ")";}


@media (max-width: 540px){
  .notice{
    /*width: 90%;*/
    margin: 25px 15px 0 15px;
  }

  .notice_cont p{
    margin-left: -12px;}
  }
}

/* 注意事項 */
/* popup */
.show-popup {
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
}

.active-body {
  overflow: hidden;
}

.overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 1001;
  /* fallback */
  background: rgba(0, 0, 0, 0.7);
}

.popup {
  display: block;
  background: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  width: 80%;
  max-height: 100vh;
  padding: 20px 40px;
  height: auto;
  word-break: break-all;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: default;
  z-index: 10001;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.popup h3 {
  font-size: 21px;
  font-weight: bold;
  color: #00a19b;
  letter-spacing: 0px;
  line-height: 40px;
  padding-top: 10px;
}

.popup p {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0px;
  line-height: 26px;
}

.popup p span{
  color: #ff4a51;
}

.popup .scrollAreaWrapper {
  max-height: 70vh;
  background-color: transparent;
  padding: 20px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 20px 0px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #acacac #f0f0f0;
}
.popup .scrollAreaWrapper::-webkit-scrollbar {
  width: 6px;
}
.popup .scrollAreaWrapper::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.popup .scrollAreaWrapper::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 20px;
}
.popup .scrollAreaWrapper ul {
  /* list-style: none; */
  margin-left: 24px;
  font-size: 16px;
  margin-top: 0;
}
.popup .scrollAreaWrapper ul li::before {
  content: "•";
  padding-right: 11px;
}
.popup .scrollAreaWrapper ul ol {
  padding-left: 22px;
}

.popup .scrollAreaWrapper ul ol li::before {
  content: none;
  padding-right: 11px;
}
.popup .scrollAreaWrapper ul ol li {
  text-indent: 0px;
  list-style: decimal;
}
.popup .scrollAreaWrapper ul > li {
  padding-top: 2px;
  text-indent: -18px;
}
.popup .scrollAreaWrapper ul span{
  color: #ff4a51;
}
.popup .scrollAreaWrapper ul li a{
  color: #00a19b;
  text-decoration: underline;
}
.popup .scrollAreaWrapper img {
  width: 295px;
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .popup {
    width: 92%;
    padding: 20px;
  }
  .popup .p1 {
    font-size: 20px;
    width: 96%;
    margin: 0 auto 1em;
  }
  .popup .scrollAreaWrapper img {
    width: 210px;
  }
}

@media (max-width: 540px) {
  .popup .scrollAreaWrapper img {
    width: 325px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 375px) {
  .popup p {
    font-size: 18px;
  }
  .popup .scrollAreaWrapper img {
    width: 225px;
  }
}

.close-btn {
  position: absolute;
  top: 10px;
  cursor: pointer;
  right: 10px;
}

.popup .scrollDown_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 2px #d9d9d9;
          box-shadow: 0px 0px 4px 2px #d9d9d9;
  color: #00a19b;
  border-radius: 30px;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 8px;
  cursor: pointer;
  width: 80%;
  max-width: 250px;
  text-align: center;
  font-size: 14px;
}

@media (prefers-color-scheme: dark) {
  .popup {
    background: #e6e6e6;
  }
}

/*greenHeadTable*/
.greenHeadTable {
  max-width: 630px;
  font-size: 16px;
  line-height: 26px;
}

.greenHeadTable th {
  /*width: 20%;*/
  font-weight: normal;
  background-color: #00a19b;
  text-align: center;
  color: #ffffff;
  /*border: solid 1px #d9d9d9;*/
  border: solid 3px #ffffff;
  padding: 10px 10px;
}

.greenHeadTable td {
  /*width: 20%;*/
  font-weight: normal;
  background-color: #efefef;
  text-align: center;
  /*border: solid 1px #d9d9d9;*/
  border: solid 3px #ffffff;
  padding: 10px 8px;
}

.greenHeadTable span{
  color: #F8524C;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}

.greenHeadTable .text-m{
  color: #F8524C;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.greenHeadTable .text-s{
  color: #2b2b2b;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
}

@media screen and (max-width: 540px) {
  .greenHeadTable {
    width: 90%;
    font-size: 14px;
  }
}
