﻿@charset "UTF-8";
/* CSS Document */

* {

  box-sizing: border-box;

  list-style: none;

  word-break: break-all;

  /*文字強迫換行*/

  font-family: Microsoft JhengHei, Arial, sans-serif;

/*   line-height:1.75; */

  padding:0;margin:0;

}

html{
  scroll-behavior: smooth;
}


.container {
    max-width: 1500px!important;
}

html, body {
  transition: all .2s ease-out;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none; 
  /*旋轉文字不要放大*/

}





h1 {
  font-weight: bold;

  font-size:3rem;

  margin:auto;
  
  color: #766500;

  }

   

h2 {

  font-family: "微軟正黑體",Arial, Helvetica, sans-serif;

    font-weight: bold;

    color: #5d586f;

    font-size:  1.2rem;

}  
/*==header======================================*/



a.logo-wrap  {
  font-size: 2.5rem;
  text-decoration: none;
  color: #000;
  font-family: sans-serif,Microsoft JhengHei;
  font-weight: bold;
}
.logo{
  width: 250px;
  margin-top: 2rem;
}



.wrapper_index{
  background: url('../img/main-background.jpg')no-repeat 50% 46%/cover;
  display: flex;
  align-items: center;  

}

.wrapper_index p{
  font-size: 3rem;
  color: #fff;
  letter-spacing: 10px;
}
p.wr {
  font-size: 1.8rem;
  color: #fff;
}

.about{
  background: url('../img/about.jpg')no-repeat top center/cover;
}
.about-c{
      display: inline-flex;
}
.about-s{
  font-size: 2.3rem;
  color: #b9b9b9;
  border-bottom: 2px solid #95a39ac7;
  padding-bottom: 2px;
  height: 3rem;
  margin: 12px;
  font-family: Arial sans-serif;
}
.about p{
  padding: 1rem 0;
  font-size: 1.5rem;
  color: #4a4a4a;

}
.btn-outline-light{
  border-radius: 0;
  width: 80%;
  font-size: 1.5rem;
 background-color: #008400;
  border-color: #008400;
  color: #fff;
  font-weight: bold;
  padding:1rem 0;
}
.btn-outline-light:hover{
  background-color: #008400;
  border-color: #008400;
  color: #fff;
  position: relative;
  top: 5px;
  left: 5px;
}
 .btn-outline-light::after{
  content:'';
  background: url('../img/down-black.png');
  background-size:20px ;
  color: #fff;
  margin-left: 1rem;
  width:20px;
    height:19px;
  display: inline-block;
}

/* 三大融資上市公司撥款 */
.finance{
  background: url('../img/finance.jpg')no-repeat center/cover;

}
.write_bc{
  background-color: rgb(255 255 255 / 72%);
  border-radius: 20px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding:4rem .5rem;
  margin:3rem 2rem;
}
.write_bc img{
  padding: 1rem 1rem 0 1rem;
}
.write_bc h1{
  border-bottom: 4px solid #a99e70;
  padding-bottom: 1.5rem;
}

.write_bc h3{
  color: #060606;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
}
.write_bc p{
 font-size: 1.2rem;

}
.write_bc span{
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-table;
  margin-top: 3rem;
  color: #419649;
}




.form-control {
    border-radius: 15px;
    padding: 10px;
    
    margin-bottom: 20px;
}
.btn-white{
  color: #fff;
    background-color: transparent;
    border-color: #fff;
    width:  100%;
    font-size:  1.3rem;
    border-radius: 15px;
}


.f-point{      
      padding-left: 25px;
      border-left: 1px dashed #707070; 
      text-align: center; 
          height: 93%;
      }

.f-point p{
  font-size: 1.2rem;
  width: 80%;
  padding-top: 1.3rem;
  margin: auto;
}
.col-xl-3:nth-of-type(1)>.f-point {
        border-left: 0px;
}

.f-point .rounded-circle{
  height: auto;
  flex-direction: column;


}

.mark{
  font-size: 1.3rem;
  line-height: 1;
  background: linear-gradient(transparent 60%,#fedd80 0);
      display: inline;
       text-align: center;

}

.cale{
  border: 20px #fff solid;
  box-shadow:0px 0px 5px #a3a3a366;
  border-radius: 20px;
  margin-bottom:  1rem;
  overflow: hidden;
}
.cale img{
      cursor: default;
    transition: all 0.6s;
  border-radius: 20px;
}
.cale img:hover {
    transform: scale(1.2);
    
}
.case h1{
  margin-bottom: 2rem;
}
.case .card-text{
  font-size:  1.5rem;
  color: #42413f;

}
.case .card-text span.moto{
  font-size:  1.2rem;
  padding: .3rem .5rem;
  color: #fff;
  background-color: #008898;
  margin-right:  .3rem;
}
.case .card-text span.car{
  font-size:  1.2rem;
  padding:  .3rem .5rem;
  color: #fff;
  background-color: #4e5ab0;
  margin-right:  .3rem;
}
.case .card-text span.house{
  font-size:  1.2rem;
  padding:  .3rem .5rem;
  color: #fff;
  background-color: #ff5f7e;
  margin-right:  .3rem;
}

/* 諮詢送件 */

.box  h1{
  font-size: 2rem;
  margin-bottom: 2rem;
}

  .box  p{
  font-size: 1.5rem;}
/*--footer 頁腳語法---*/

.footer{  
  background:#008000;
  padding: 3rem 0;
  line-height: 1.2;
  
}
.footer_logo{
  max-width: 330px;
  margin-bottom: 1rem;
}

.footer h1{
  color: #fff;
  font-size: 2.5rem;
}

.footer p,.footer span{
  font-size:1.2rem;
  color:#fff;
  text-align: left;
  display: inline-block;
  margin-bottom: .5rem;
  line-height: 2.5rem;
  }
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer a:hover{
    position: relative;
  top: 1px;
  left: 1px;
}
.footer hr{
  border:dashed 1px #fff;

}
/* 輸入框內的文字（略灰） */
.gray{
  color: #636a706b;
  font-size: 1.2em; 
}
.footer input::placeholder{
  color: #636a706b;
  font-size: 1.2em; 
}
.sefe{
  display: inline-flex;
  font-size:  1.5rem;
  justify-content: space-between;
  width:  65%;
  margin: .5rem 0;

}
.footer .sefe p{
  color: #008000;
  padding: 0rem 2rem ;
  border-radius: 25px;
  font-weight: bold;
  line-height: 2rem;
}
.sefe p:nth-of-type(1){
  background:   #ffea03;
}
.sefe p:nth-of-type(2){
  background:   #e0ebaf;
}



#goTop {

  width: 50px;

  height: 50px;

  text-align: center;

  line-height: 45px;

  border-radius: 50%;

  position: fixed;

  right: 20px;

  bottom: 200px;

  font-size: 15px;

  box-shadow: 0 0 5px #393e42;

  border: 2px solid #fff;

  background-color: #00944c;

  color: #FFF;

  cursor: pointer;

  z-index: 9999;

}
#line{

  width: 50px;

  height: 50px;

  text-align: center;

  line-height: 45px;

  border-radius: 50%;

  position: fixed;

  right:20px;

  bottom: 150px;

  font-size: 15px;

  font-weight:  bold;
  font-family: Arial, Verdana,Helvetica,sans-serif;
  box-shadow: 0 0 5px #393e42;

  border: 2px solid #fff;

  background-color: #0da249;

  color: #FFF;

  cursor: pointer;

  z-index: 9999;

}
#tel{

  width: 50px;

  height: 50px;

  text-align: center;

  line-height: 45px;

  border-radius: 50%;

  position: fixed;

  right: 20px;

  bottom: 100px;

  font-size: 15px;

  font-weight:  bold;
  font-family: Arial, Verdana,Helvetica,sans-serif;
  box-shadow: 0 0 5px #393e42;

  border: 2px solid #fff;

  background-color: #086ca7;

  color: #FFF;

  cursor: pointer;

  z-index: 9999;

}
#tel a span {
    display: block;
    width: 40px;
    height: 40px;
}


/*====小型平版電腦區==================*/


@media only screen and (min-width: 568px) {


}


/* == 平板版型區 =============================== */

@media screen and (min-width: 540px) and (max-width: 1200px) {
.wrapper_index {
    background: url(../img/main-background.jpg) no-repeat 60% /cover;
    max-height: 100vh;
    background-color: #000;
    display: flex;
    align-items: center;
    text-align: center;
}
h1{
  font-size: 2.2rem;
}
.about-c, .about P{
  padding:.5rem 2rem ;
}
.case h1{
  margin-bottom: 2rem;
}
.w-50 {
  width: 80%!important}
.about{
  background: url('../img/about.jpg')no-repeat 91% 50%/cover;
}
/* .col-lg-3 .f-point{
  border-bottom: 1px #ccc solid;

} */
.write_bc.row.online{
  background-color: transparent;
box-shadow: 2px 2px 2px 1px rgb(255 255 255 / 0%);
margin: 0;
padding:0 ;
}
.f-point{
  background-color: #fff;
  border-left: 0;
  padding: 1rem .5rem;
  height: 100%;
}
.col-sm-6,.col-lg-3{
    margin-top: 2rem;
}
.f-point p {
  margin-bottom: 1rem;}


.cale {
    padding: .5rem;
    box-shadow: 0px 0px 5px #a3a3a366;
    border-radius: 20px;
    margin-bottom: 1rem;
}
.card-text{
  display: grid;
}
.sefe {
    width: 100%;
    justify-content: stretch;
    margin: 0.5rem;
}
.sefe p:nth-of-type(2) {
    margin-left: 0.5rem;
}
.footer P{
  line-height: 1;
}

}
/* --手機版型區------------------------------------- */

@media only screen and (max-width: 445px) {
  .wrapper_index {
    background: url(../img/cell-main-background.jpg) no-repeat center /cover;
    max-height: 150vh;
    background-color: #000;
    height: 95vh;
    display: flex;
    align-items: flex-start;
    text-align: center;
}
.wrapper_index img{
  margin-top: 4rem;
}
.wrapper_index p{
  font-size: 2.5rem;
  letter-spacing: 0px;
}

.logo{
  max-width: 350px;
  width: 220px;
}
.about{
  background: url('../img/about.jpg')no-repeat top center/cover;
}

.write_bc h1{
  font-size: 1.5rem;
  
}
.w-50{
  width: 95%!important;
}
.write_bc h3 { 
    font-size: 1.2rem;
    font-weight: normal;
 
}
.write_bc P{
  font-size: 1.2rem;
}
h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;

  }
a.logo-wrap {
    font-size: 2.2rem;    
     }
 .info-box{
  margin: auto ;

  width: 250px;
 }

 .btn-outline-light{
  border-radius: 0;
  width: 100%;
  font-size: 1.3rem;

}



.about {
  background-position: 70% 50%;
}

.about-s{
  /* width: 50%; */
  font-size: 1.5rem;
  height: 2rem;
  margin:0 0 0 10px;
}
.about p{
  padding: 1rem .5rem;
  list-style: 2;
}
.f-point {
    border-left: 0;
    padding:0 1rem  1rem;
    margin-bottom: 2rem;
    /* background-color: rgb(255 255 255 / 61%); */
    border-bottom: 1px dotted #ccc;
}
.f-point p {
  width: 100%; 
  margin-bottom: 1rem;
  }
.f-point h3{
  font-size: 1.5rem;
  font-weight: bold;
  color: #8c6d58;
}
.col-xl-3:nth-of-type(4)>.f-point {
        border-bottom: 0px;
}
.write_bc{
  margin: 1.5rem 1rem;
  padding:  1rem;
}
.write_bc span {
  margin-bottom: 2rem;
  margin-top: 1rem;
 }
/* .write_bc p{
  text-align: left;
  text-indent: 2rem;
} */
.write_bc img{
  padding: 0;
  width: 100%;
}
.cale{
  margin: 1rem 0 ;
}
.case-body{
    margin: 1rem 1.5rem ;
}
 .footer_logo{
  margin-top: 2rem;
  padding: 1.5rem;
  max-width: 290px;
}
.footer p{
  font-size: 1.3rem;
}
.footer h1{
  text-align: center;
}
.footer p,.footer span{
  font-size:1.2rem;
  color:#fff;
  text-align: left;
  display: block;
  line-height: 1;
  }
  .sefe{
  justify-content: space-evenly;
  width:  100%;
}
.footer .sefe p{
  /* padding: 1rem 2rem ; */
}

}