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

h2{
    width: 360px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 50px auto;
    letter-spacing: 1px;
    border-bottom: 2px solid #1cada4;
    padding: 5px 8px;
    color: #1cada4;
}

h3{
    letter-spacing: 1px;
}

p{
    letter-spacing: 0.5px;
    line-height: 24px;
}

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

.red{
    font-size: 22px;
    color: #fc746f;
    font-weight: bold;
}

.button{
    width: 100%;
    max-width: 600px !important;
    margin: 50px auto 70px auto;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.btn_line{
    width: 50%;
    letter-spacing: 1px;
    background-color: #ffffff;
    border: 1px solid #3cbaad;
    border-bottom: 5px solid #1cada4;
    color: #3cbaad;
    width: 200px;
    padding: 12px 0;
    margin: 10px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
}
.btn{
    width: 50%;
    letter-spacing: 1px;
    background-color: #3cbaad;
    border-bottom: 5px solid #1cada4;
    color: #fff;
    width: 200px;
    padding: 12px 0;
    margin: 10px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
}

.btn:hover{
    background-color: #00a19b;
}


/*--kv------------------------------------------------------------*/


.kv_banner_web img{
  width: 100%;
  display: block;
  margin: 0 auto;
  border: none;
  margin-top: 70px;
}

.kv_banner_mobile img{
  width: 100%;
  display: none;
  margin: 0 auto;
  border: none;
  margin-top: 70px;
  }

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

  .kv_banner_mobile img{
    display: block;
    }   
}
/*--main------------------------------------------------------------*/
main{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 0 0 0;
}

#part3{
    background-image: url('../img/bg_green.svg');
    background-repeat: repeat;
    background-size: 40px;
}
#part4{
background-color: #f0f0f04f;
padding-bottom: 60px;
scroll-margin-top:60px
}

main > .flex{
    max-width: 1000px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: baseline;
	align-content: stretch;
}

.flex_content{
    width: 25%;
    border: 1px solid #50d4cc;
    border-bottom: 6px solid #50d4cc;
    background-color: rgb(255, 255, 255, 0.5);
    border-radius: 8%;
    margin: 0 0 5% 0;
    padding: 0 2% 2% 2%;
}

.flex_content h3{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-top: -15px;
}

.flex_content p{
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    height: 80px;
}

.flex_content p.left{
    text-align: justify;
    font-size: 16px;
}

.flex_content em{
    font-size: 22px;
    font-weight: bold;
    color: #ff9900;
}
.flex_content em.small_note{
    font-size: 14px;
    font-weight: 400;
    color: #595959;
}

.flex_content img{
    width: 55%;
    margin: 20px auto;
}
/*--main 債務整合的好處------------------------------------------------------------*/

.flex_content.p4{
    width: 31%;
    border: 1px solid #1cada4;
    background-color: rgb(255, 255, 255, 0.5);
    border-radius: 8%;
    margin: 0 0 5% 0;
    padding: 0 10px 3% 10px;
}
.flex_content.p4 h3{
    font-size: 25px;
    font-weight: bolder;
    color: #1cada4;
}
.flex_content.p4 p{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
    height: 80px;
}
.flex_content.p4 img{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
}
/*--section------------------------------------------------------------*/
section{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 50px;
}

/*--table------------------------------------------------------------*/
.table_box{
    max-width: 700px;
    margin: 50px auto;
    background-color: #00a29a;
    padding: 20px;
    border-radius: 30px;
}

table{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
  
.table1 th{
    vertical-align:middle;
    text-align: left;
    height: 50px;
    margin: 10px;
    padding: 0 15px 15px 30px;
    color: #fff;
    background-color: #00a29a;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
}

.table1 td {
    vertical-align:middle;
    text-align: left;
    height: 100px;
    margin: 10px;
    padding: 15px 15px 15px 30px;
    border-bottom: 1px solid #aec595;
    background-color: #fff;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.table1 tr > td > p{
    width: 70px;
    padding: 15px 0;
    line-height: 20px;
    letter-spacing: 1px;
    background-color: #f7f8f8;
    color: #00a19b;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
}

.table1 tr > td > img{
    display: inline-block;
    vertical-align:middle;
}

.table2{
    max-width: 1000px;
    margin: 50px auto;
}

.table2 th, td {
    text-align: center;
}
 
.table2 th{
    background-color:#3ac55a;
    color:#fff;
    border: 1px solid #fff;
    padding: 20px 30px;
}

.table2 td{
    border: 1px solid #fff;
    background-color: #e2f8e1;
    color: #262626;
    padding: 16px;
}

/* 圓角 */
.table1 tr:nth-child(2) td:first-child{
    border-top-left-radius: 15px;
}

.table1 tr:nth-child(2) td:last-child{
    border-top-right-radius: 15px;
}

.table1 tr:last-child td:first-child{
    border-bottom-left-radius: 15px;
}

.table1 tr:last-child td:last-child{
    border-bottom-right-radius: 15px;
}

.table2 th:first-child{
    border-top-left-radius: 15px;
}

.table2 th:last-child{
    border-top-right-radius: 15px;
}

.table2 tr:last-child td:last-child{
    border-bottom-right-radius: 15px;
}

.table2 tr:last-child td:first-child{
    border-bottom-left-radius: 15px;
}

.note{
    font-size: 15px;
    line-height: 25px;
    max-width: 1000px;
    margin: 0 auto;
}
.note.date{
    font-size: 16px;
    margin-bottom: 20px;
}

.note li{
    text-indent: -0.8em;
    margin-left: 1em;
    color: #434343;
    text-align: center;
}

/*--faq------------------------------------------------------------*/
.faq{
    width: 100%;
    padding: 50px 0 50px 0;
    background-color: #f0f0f04f;
}

.faq > h2{
    text-align: center;
    line-height: 50px;
    padding: 2px 8px;
    margin: 50px auto 0;
}

.faq > div{
    max-width: 1000px;
    border: 1px solid #3cbaad;
    background-color: #ffffff4f;
    border-radius: 10px;
    margin: 30px auto;
    padding: 15px 20px 15px 20px;
}

.faq > div > a{
    font-size: 16px; 
    font-weight: bold;
    cursor: pointer; 
    display: block; 
    line-height: 30px;  
    text-align: left;
    color: #009e96;
    margin: 0 auto;
}

.faq > div > a > span{
    color: #1cada4;
}

.faq > div > a > img{ 
    padding: 5px 0;
    width: 20px;
    vertical-align:middle;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    float: right;
}

.faq > div > a > img.rotate{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq > div > .content{
    display: none;
    margin: 10px auto 0 auto;
    padding: 20px 0 10px 0;
    line-height: 26px;
    transition: none;
    border-top: 1px solid #3cbaad;
    color: #343434;
    font-size: 15px;
}

.faq > div > .content > p > a{
    color: #00A19B;
    text-decoration: underline;
}

.faq > div > .content > ul{
    text-align: justify;
    list-style: disc; 
    margin-left: 17px;
}

.faq > div > .content > ul >li > ol{
    text-align: justify;
    list-style-type: decimal;
    margin-left: 18px;
}

.faq > div > .content > ul > li > span{
    color: #F8524C;
}

.faq > div > .content > ul > li > a{
    color: #00A19B;
    text-decoration: underline;
}
 
                                                
/*--notice------------------------------------------------------------*/
aside{
    width: 100%;
    height: auto;
    overflow: hidden;
}

aside > div {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 35px 0;
    text-align: justify;
}

aside > div > p{
    font-size: 14px;
    text-indent: 0.3em;
    color: #595959;
    font-weight: bold;
    line-height: 30px;
}

aside > div > ol{
    font-size: 14px;
    line-height: 28px;
    list-style-type: decimal;
    color: #595959;
    margin-left: 1.6em;
}
aside > div > ol > li > a{
    color: #00a19b;
    text-decoration: underline;
} 

li li{
    counter-increment: my-counter;
    margin-left: 1em;
    text-indent: -1.2em;
}

li li::before {
  content: "("counter(my-counter) ")";
}

.txt_red{
    color: #F8524C;
}
/*--unicard 廣告------------------------------------------------------------*/

/*unicard最新活動*/
.new_event2{
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
    text-align: center;
    font-size: 34px;
    letter-spacing: 2px;
    color: #595757;
    font-weight: bold;
}

.new_event2 h2{
    text-align: center;
    line-height: 50px;
    padding: 2px 8px;
    margin: 50px auto 0;
}

.unicard_pc , .unicard_ipad , .unicard_m{
    padding-top: 20px;
    margin: 0 auto;
}

.unicard_pc{
    width: 80%;
    display: block;
}

.unicard_ipad{
    width: 90%;
    display: none;
}

.unicard_m{
    width: 90%;
    display: none;
}

@media (max-width: 825px){
    .unicard_pc{
        display: none;
        }
    
    .unicard_ipad{
        display: block;
        }
    
    .unicard_m{
    }
}

@media (max-width: 430px){
    .unicard_pc{
        }
    
    .unicard_ipad{
        display: none;
        }
    
    .unicard_m{
        display: block;
        }
}

/*--PC------------------------------------------------------------*/
@media screen and (max-width:1200px) {
    aside > div{
        padding: 35px 30px;
    }
}


/*--iPad pro------------------------------------------------------------*/
@media screen and (max-width:1024px) {
    article > div > div > img{
        width: 45%;
        margin: 5% 3%;
        text-align: left;
    }
    .flex_content.p4 h3{
        font-size: 23px;
    }
    .flex_content.p4 p{
        font-size: 17px;
    }
    section > div, main > div{
        width: 95%;
        margin: 0 auto;
    }

    .note{
        width: 95%;
    }

    aside > div{
        padding: 6%;
    }
}

/*--Pad------------------------------------------------------------*/
@media screen and (max-width:920px) {
    .flex_content {
        width: 30%;
    }
    
    .table1 td{
        padding: 15px 15px 15px 26px;
    }
}

/*--iPad-----------------------------------------------------------*/
@media screen and (max-width:768px) {
    .kumamon_pc,.kumamon_m{
        display: none;
    }
    .kumamon_ipad{
        display: block;
    }
}

/*--Mobile-----------------------------------------------------------*/
@media screen and (max-width:540px) {
    article > div{
        background-image: url('../img/kv_m.png');
    }

    article > div > div > img{
        width: 100%;
        margin: 0 auto 70% auto;
        padding-top: 20px;
        text-align: center;
    }
    h2 {
        width: 225px;
        font-size: 28px;
        margin: 25px auto;
    }
    .flex_content {
        width: 60%;
        margin: 15px auto;
        padding: 0 2% 5% 2%;
    }
    .flex_content img{
        width: 50%;
    }
    .flex_content p.left{
        padding: 10px 14px 0 ;
    }
    .flex_content.p4 {
        width: 75%;
        margin: 20px auto;
    }
    .flex_content.p4 img {
        width: 70%;
        margin: 18px auto;
    }
    .flex_content.p4{
        padding: 0 6% 7% 6%;
    }
    .table_box{
        padding: 10px;
        border-radius: 20px;
    }

    .table1 {
        border: 0 solid;
        font-size: 14px;
    }

    .table1{
        margin: 0;
    }

    .table1 th {
        font-size: 16px;
        padding: 10px;
    }

    .table1 td{
        line-height: 25px;
        font-size: 14px;
        padding: 10px;
        letter-spacing: 0px;
        border: 0.2px solid #aec595;;
    }

    .table1 tr > td > p{
        font-size: 13px;
        width: 20px;
        padding: 0px;
        background-color: #fff;
    }

    .note{
        font-size: 14px;
        line-height: 22px;
    }
    aside > div > ol{
        line-height: 26px;
    }
    .faq{
        padding-top: 0;
    }
    .faq > div{
        padding: 10px;
    }

    .faq > div > a{
        font-size: 14px;
    }

    .faq > div > .content{
        font-size: 14px;
        padding: 15px 10px 5px 10px;
    }
    .kumamon_pc,.kumamon_ipad{
        display: none;
    }
    .kumamon_m{
        display: block;
    }
}

/*--Mobile se-----------------------------------------------------------*/
@media screen and (max-width:380px){
    .faq > div > a{
        font-size: 13px;
    }
}
@media screen and (max-width:320px) {

    .faq > div > a > img{
        width: 15px;
    }
}


/* ------------------------------------
 * 隱藏h1
 * ----------------------------------- */

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


/* popup */
.popup {
  padding: 16px;
  max-width: 470px;
  width: 100%;
  height: auto;
  overflow: scroll;
}

.popup input[type='radio']:checked + label {
  background: #00a19b;
  color: #fff;
}
.popup input[type='radio']:checked + label h2,
.popup input[type='radio']:checked + label p {
  color: #fff;
}

.popup input[type='radio']:not(:disabled) ~ label {
  cursor: pointer;
  color: #ffffff;
}

.popup a {
  display: block;
  border-radius: 4px;
  background: #00a19b;
  color: #fff;
  width: 240px;
  margin: 12px auto;
  padding: 14px 10px;
  font-size: 18px;
  text-align: center;
}
.sub-btn {
  background: #fff !important;
  border: 1px solid #00a19b !important;
  color: #00a19b !important;
}

.popup .showtext {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 24px;
  color: #1c1c1c;
}
.popup .showtext a {
  color: #fff;
  font-weight: 400;
}
.popup .showtext a:focus {
  text-decoration: none;
}
.calc-result {
  margin-top: 16px;
}
.result-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold !important;
}
.calc-result span {
  font-weight: bold !important;
  color: #e66900;
}

.popup label {
  display: inline-block;
  background: #ffffff;
  border-radius: 100px;
  height: 58px;
  width: 58px;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 10px rgb(64 157 153 / 20%), 0 1px 2px rgb(0 0 0 / 10%);
}

.popup label p {
  display: inline-block;
  padding: 14px 0;
  margin-top: 6px;
  padding-bottom: 0;
  color: #1c1c1c;
}

.popup label h2 {
  display: inline-block;
  font-size: 14px;
  color: #1c1c1c;
}

.popup input[type='radio'] {
  display: none;
}

.popup .loan-title {
  background: #fff;
  text-align: center;
  color: #1c1c1c;
  margin: 10px 0;
  vertical-align: top;
  padding-top: 0;
  font-size: 16px;
}

.popup .group {
  text-align: center;
  margin: 8px 5px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

.popup .title_calc {
  color: #00a19b;
  font-size: 20px;
  text-align: center;
  margin: 15px 0;
}
.title_calc_headline {
  font-weight: bold !important;
  margin-bottom: 16px;
}

/* ------------------------------------
 * popup
 * ----------------------------------- */

/*頁籤*/
.tabbtn{
    width: 100%;
    font-size: 0px;
    text-align: center;
    color: #999999;
}
.tabbtn > div{
    width: 45%;
    max-width: 300px;
    display: inline-block;
    margin: 0px;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle;
}

.tabbtn .btnclick{
    padding: 15px 10px;
    border-bottom: 2px solid #e1efef;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
    font-size: 20px;
    margin: 0px;
    transition: all 0.8s;
    box-sizing: border-box;
    margin-top: 20px;
}

.tabbtn > div.active .btnclick{
    color:#00a19b;
    border-bottom: 2px solid #00a19b;
    font-weight: bold;

}

.tabbody > div{
    display: none;
    box-sizing: border-box;
    text-align: center;
    font-size: 50px;
}

.tabbody > div.active{
    display: block;
}

/* activity */
#card > div{
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
}

#card > div > div.item{
  width: 180px;
  padding: 0px 2px 20px 2px;
  margin: 0 5px;
}

.item h5{
	font-size: 16px;
}

.item p{
  font-size: 16px;
}

#card2 > div{
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  margin: auto;
  max-width: 1000px;
}

#card2 > div > div.item{
  width: 220px;
  padding: 0 2px 10px 2px;
  margin: 50px 0px;
}

.bg-yellow ul{
	padding-left: 0px;
	list-style: none;
	text-align: center;
}

.bg-yellow ul li{
	text-align: center;
	font-size: 16px;
}

@media (max-width: 430px){
	.bg-yellow ul li{
		font-size:18px;
	}
	.item h5{
		font-size: 20px;
	}

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

#card2 > div > div.item{
	width: 240px;
	}
}

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


/* ------------------------------------
 * lighting
 * ----------------------------------- */
#part5 table{
    width: 90%;
    max-width: 350px;
    border: 1px solid #595959;
}

#part5 table tr td{
    border: 0.5px solid #595959;
}

#part5 .tr_tittle{
    background-color: #f1f0f0;
}
#part5 ul{
    list-style-type: none;
}
#part5 li li::before {
  content: "⏺︎ ";
}
#part5 a{
    display: inline-block;
    background-color: #ffffff;
    font-size: 14px;
    width: auto;
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}