
@charset "UTF-8";
/*CSS RESET*/
img {border: 0;}
a img{border: 0;}
:focus {outline: 0;}

a{ text-decoration:none;
 outline: none; /* for Firefox Google Chrome  */
 /* behavior:expression(this.onFocus=this.blur()); */
}

*{
	margin:0;padding:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0;
  border-style: none; }

ul{list-style: none;}
input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }
input[type="button"], input[type="submit"], button {
	cursor: pointer;
}

*:focus { outline: none; }
h1, h2, h3, h4, h5, h6{font-weight: normal;}  
/*end reset*/


body {
  font-family:  Arial,sans-serif, "微軟正黑體";
  font-size: 18px;
  color: #28281C; 
  overflow-x: hidden; 
  position: relative;
  line-height: 1.4;
}

.show-mobile{display: none}/*--手機.平版才出現--*/
.clearfix::after {/*--給最外層容器--*/
  content: "";
  clear: both;
  display: table;
}
.text-left { text-align: left!important }
.text-center{ text-align: center !important; }
.text-right{ text-align: right !important; }
.set-mobile-show {
    display: none;
}
.d-inline-block{display: inline-block!important;}
.v-middle{vertical-align: middle !important;}
.ml10{margin-left: 10px !important;}
.mr10{margin-right: 10px !important;}
.mt10{margin-top: 10px !important;}
.mb10{margin-bottom: 10px !important;}
.ml20{margin-left: 20px !important;}
.mr20{margin-right: 20px !important;}
.mt20{margin-top: 20px !important;}
.mb20{margin-bottom: 20px !important;}
.mb40{margin-bottom: 40px !important;}
.font-w700{font-weight: 700 !important;}
.img-rwd img{max-width: 100%; height: auto;}
.wrapper{width: 1200px; margin: 0 auto;}
/*-----頂部-----*/
.head{
  height: 100px; width: 100%; 
  background-color: rgb(206, 206, 206,0.25); 
  backdrop-filter: blur(10px);
  /* box-shadow: 0 2px 3px #e8e8e8; */
  position: fixed;

}
.logo-area{width: 288px;/*width: 24.58%;*/position: absolute;z-index: 10; left:3.12% ;}
.logo{}
.logo img{ width: 100%; height: auto; max-width:260px ; vertical-align: middle; }

.menu{position: absolute; right: 0; z-index: 101;}
/*.nav-side{margin-right: 22px; padding-top: 8px;}
.nav-side li, .nav-main li{display: inline-block;}
.nav-side li a{color: #28281C;
  display: block; margin: 0 4px;
  width: 78px; height: 76px; padding-top: 4px;
  background: url(../images/bg_button_mouse_up.png) no-repeat;
}
.nav-side li a:hover{
  background: url(../images/bg_button_mouse_over.png) no-repeat;
}*/

.list{
  padding-left: 1rem;
  margin-bottom: 0;
}
.list li{
  padding: 8px 0px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  border-bottom: 1px dotted black;
}


.text-title{
    font-weight: bold;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
}

.text{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/index.webp);
    background-repeat: no-repeat;
    background-position: 50% 65%;
    background-size: cover;
    filter: blur(10px);   /* ★ 這裡調整模糊程度 */
    /* opacity: 0.5; */
    z-index: -1;
}
.pc-menu{
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}   
.pc-menu.hidden{
  display: none;
}
.pc-menu ul li{text-align: center;}
.pc-menu ul li i{display: block; }


.nav-main li i{width: 100%; background: url(../images/office.png) no-repeat center;
height: 42px; opacity: 0;}

.nav-main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  padding-right: 40px;  
  text-align: right;
  
 }
.nav-main li{font-size: 18px;}

.nav-main li a{color: black;  display: block;  padding: 0 10px; height: 100px;}
.nav-main li a:hover, .nav-main li a.current{background: floralwhite; color: chocolate;}
.nav-main li a:hover i, .nav-main li a.current i{
  opacity: 1;
}
.mobile-btn{position: absolute; z-index: 101; right: 10px; top: 0; font-size: 0;
width: 72px; height: 54px; background: url(../images/btn-ham.png) no-repeat 50%;
display:none;

}

.mobile-btn.active{
  position: fixed;
  background: url(../images/btn-ham-close.png) no-repeat 50%;
}
.index-top{
  width: 100%;
  position: relative; 
  text-align: center;
}

/*---PC總選單 跟 手機版選單 = all-menu---*/
.all-menu{
  display: none;
}
.all-menu.active{
    display: block;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: gainsboro;
    padding-top: 100px;
    padding-left: 178px;
}


.all-menu-unit{
  margin-bottom: 24px;
}
.all-menu-unit-main {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
    display: block;
    height: 49px;
}

.all-menu-unit-main:hover{color:#e91e63;}

/*---index-banner top----*/
.index-top {
    background: radial-gradient(#eed3c0 1px, transparent 1px);
    background-size: 15px 15px;
}
.index-top img{
  max-width: 100%; height: auto;
}
.i-call-area{
  padding: 20px; padding-bottom: 30px;
  background: url(../images/strong-woman.png) no-repeat right bottom; 
}
.i-call-list{
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex;  

  margin-top: 10px;
}

.i-call-list li{
  width: 50%; max-width: 380px; margin-right: 15px;
}
.i-call-list li a{padding: 12px 20px 16px 45px; border-radius: 70px; font-size: 35px;
display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex;
 align-items: center;

}
.i-call-list li a i{margin-right: 10px; }
.i-call-list li a i img{vertical-align: middle;}
.go-tel a{
  color: #ff418c; background: #fff0f0; box-shadow: 0 0 8px #f79e9c;
}
.i-call-list li a .text-i span{font-size: 20px;}

.go-line a{
  color: #54b803; background: #f2f9ff; box-shadow: 0 0 8px #99d4ff;
}

.go-tel a:hover { background: #ffe2e2;}
.go-line a:hover{ background: #e8f4ff; }

.ica-slogan{text-align: left;}
.text-i{text-align: left;}
.text-i span{display: block;}
/*----首頁ABOUT----*/
.i-about{
  background: url(../images/i-about-bg.jpg) repeat; padding: 20px 0 25px; background-size: cover;
}
.i-about h1{ font-weight: 400;
  text-align: center;
  font-size: 36px; letter-spacing: 1.5px; color: #fa408a; padding: 14px 0 20px;}

.icon-rose-about{text-align: center;
  width: 100%; height: 58px; display: block;
  background: url(../images/icon-rose-about.png) no-repeat center; 
}
.i-about article{color: #652302; line-height: 1.5em; padding: 0 27px;}

/*---------*/
.i-article{
  width: 100%; 
  padding: 30px 0;
  background: url(../images/bg-flower-left.jpg) left 60% no-repeat, url(../images/bg-flower-right.jpg) right 50% no-repeat;
} 
.i-service-area{position: relative;
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex;  
  margin-bottom: 30px;
  padding: 0 12px;
}
.i-service-area.one{
  justify-content: flex-end; margin-bottom: 60px;
}


.i-service-area article{padding: 30px 20px 20px 30px;
background: #fff; box-shadow: 0 0 8px #e3be8d;
position: absolute;
width: 532px;
height: 412px;
}
.i-service-area article p{color: #652302; margin-bottom: 14px;
font-size: 18px; line-height: 1.7em;}
.i-service-area article h2{
  color: #ff5501; margin-bottom: 14px; font-size: 40px;
}
.i-service-area.one article{
  background: url(../images/one.jpg) #fff right bottom no-repeat;
  left: 12px; top:63px;
}
.i-service-area.second article{
  background: url(../images/second.jpg) #fff 95% bottom no-repeat;
  right: 12px; top:63px;
}
.click-info{color: #c08e4a; margin-bottom: 14px;}
.i-s-list{
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex;
  width: 320px;
  flex-wrap: wrap;
}
.i-s-list li a{
  display: inline-block; margin-right: 16px; margin-bottom: 16px;
  font-size: 25px; width: 85px; height: 85px; text-align: center;
   color: #fff; background: #f285a6;
  border-radius: 20px; padding: 8px 14px 0; 
}
.i-s-list li:nth-child(2n) a{background: #7989c5;}

.i-s-list li a:hover{background: #df7696;}
.i-s-list li:nth-child(2n) a:hover{background: #6676b1;}


.i-s-photo{border:1px solid #ff5501; border-radius: 30px; overflow: hidden;}
.i-s-photo img{width: 100%; height: auto; vertical-align: top;}
/*--專業服務 值得信賴--*/
.i-trust-wrap{
  background: url(../images/i-trust.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0 30px;
}
.i-trust-wrap h2{ color: #f72670; font-size: 55px; margin-bottom: 20px;
text-align: center; font-weight: 400;}


.i-trust-area{
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.i-trust-photo img{ max-width: 100%; height: auto; }

.i-trust-area article{
  color: #2a0e00; font-size: 22px; line-height: 1.3em;width: 50%;
}
.i-trust-area .ul-list li{margin-bottom:10px;}
.i-trust-photo{width: 50%;}
/*--------*/
.i-step-wrap .wrapper{padding: 38px 13px 35px;}
.i-step-wrap h2{color: #6a3906; font-size: 36px;
border: 1px solid #6a3906; background: #fff;
padding: 5px 12px; width: 95%; max-width: 498px;
margin: 0 auto; text-align: center; font-weight: normal;
}
.i-step-wrap h2 span{display: block; position: relative;}
.i-step-wrap h2 span:before{
  content: "";
  position: absolute; width: 52px;height: 65px; display: inline-block;
  background: url(../images/i-f1.png) no-repeat center;
  left: -50px;
  top: -8px;
}
.i-step-wrap h2 span:after{
  content: "";
  position: absolute; width: 52px;height: 65px; display: inline-block;
  background: url(../images/i-f2.png) no-repeat center;
  right: -50px;
  top: -8px;
}
.i-step-area{
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}


.i-step-area li{
  width: 30%; margin-bottom: 35px;
  position: relative; border:1px solid #6a3906;
  border-top-width: 8px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 4px #efebe8;
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex;
  align-items: center;
  padding: 5px;
  height: 92px;
}

.i-step-area li i:after{
  content: ""; width: 18px;height: 26px;
  background: url(../images/step-next.png) no-repeat center;
  position: absolute; z-index: 10;right: -25px;
    top: 20px;
}
.i-step-area li:nth-child(3n) i:after{
  display: none;
}

.i-step-area li i{
  position: absolute;
  right: -22px; width: 65px; height: 65px;
}
.step01 i{
  background: url(../images/step01.png) no-repeat center;
}
.step02 i{
  background: url(../images/step02.png) no-repeat center;
}
.step03 i{
  background: url(../images/step03.png) no-repeat center;
}
.step04 i{
  background: url(../images/step04.png) no-repeat center;
}
.step05 i{
  background: url(../images/step05.png) no-repeat center;
}
.step06 i{
  background: url(../images/step06.png) no-repeat center;
}
.i-step-area li span{font-size: 33px; width: 55px; text-align: center;}
.step01 span{color: #ffa621}
.step02 span{color: #75b1ec}
.step03 span{color: #70c5a4}
.step04 span{color: #afd333}
.step05 span{color: #ff835d}
.step06 span{color: #d285d6}
.i-step-area li h3{color: #040200; padding-left: 18px;
}

.i-step-area li b{
  height: 100%;border-left: 1px solid #e7e7e7;
}


/*--------*/
.btn-more-area{ text-align: center; }

.btn-more{
  border-radius: 75px; background: #fa4c91;
  padding: 15px 25px; min-width: 225px;
  color: #fff; text-align: center;
  margin: 0 17px;
  display: inline-block; font-size: 20px;
  transition: all 0.3s;
}

.btn-more:hover{background: #ec3f84; color: #fff;}



.tel-area{
  padding-top: 26px;
  padding-bottom: 19px;color: #586598; font-size: 20px;
  background: url(../images/bg-tel.jpg) center top no-repeat;
  background-size: cover;
}

.ta-icon-area{
  margin: 0 auto;
  position: relative;width: 100px; height: 100px;
}
.ta-icon-area span{
  display: inline-block;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: #586598;
  overflow: hidden; 
}
.icon-contact{
  display: block;
  width: 100px; height: 100px;
  background: url(../images/icon-contact.png) no-repeat center; 
}

.tel-area h2{color: #586598; font-size: 40px; text-align: center;
padding: 17px 8px; letter-spacing: 5px; font-weight: 400;}

.tel-list{
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex;  
  justify-content: space-around;
  flex-wrap: wrap;
}

.tel-list li{width: 24%; margin-bottom: 15px;}
.tel-list li a{
  width: 100%;
  display: block;
  font-size: 22px; color: #586598;
  border: 1px solid #586598;
  text-align: center;
  padding: 20px 5px;
  background: #fff;
  transition: all 0.3s ease;
}
.tel-list li a:hover{
  color: #fff;
  background: #7989c5;
}
.tel-area p{padding-left: 5px;}

.i-title-unit{font-size: 30px;
display: -webkit-box;  
display: -ms-flexbox;  
display: -webkit-flex; 
display: flex;  
align-items: center;
margin-bottom: 12px;
font-weight: 400;
color: #7989c5;
}
.i-article-area .i-title-unit{color: #f41659; padding-left: 1%; margin-top: 25px;}
.i-title-unit i{margin-right: 10px; width: 58px; height: 58px;}

.icon-qa {
    background: url(../images/icon-qa.png) no-repeat center;
}
.icon-news {
    background: url(../images/icon-news.png) no-repeat center;
}
.icon-article {
    background: url(../images/icon-article.png) no-repeat center;
}
.i-article-area ul{
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-around;
}
.i-article-area ul li{
  width: 48%;
}
.i-article-area ul li a{
  background: #fff;
  display: block;
  padding: 22px;
  border: 1px solid #f285a6;
  border-radius: 20px;
}
.i-article-area ul li h3{color: #f41659; font-size: 22px; margin-bottom: 12px;}

.i-article-area ul li p{
  color: #000; line-height: 1.5; font-size: 16px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-more{font-size: 16px; text-align: right; color: #f41659;}

.i-article-area ul li a:hover{
  background: #fff7f7;
}



.newsandlaws{
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex;  
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 29px 0 5%;
}
.nl{width: 48%;}
.link-area{text-align: right;}

.link-area a{
    display: inline-block;
    color: #fff;
    background: #7989c5;
    border-radius: 75px;
    padding: 5px 15px; transition: all 0.3s;
    line-height: initial;
    font-size: 16px;
}
.link-area a:hover{background: #697ab8;}

.point-list{padding-left: 5px; margin-bottom: 13px;}
.point-list li{
  color: #400022;
  font-size: 18px; width: 100%;
}





.point-list li a{padding: 10px; border-bottom:  1px dashed #ccc;
display: block; color: #400022;}

.point-list li a:hover{color: #7989c5;}
.point-list li a:before{
  content: "◆"; color: #7989c5; display: inline-block; padding-right: 10px;
  font-size: 20px;
}
.point-list li a:visited{color: #858585;}
.i-column-title{padding-left: 2.5%;}

.i-target-part-wrap{
  margin: 0 auto; padding-bottom: 45px;width: calc(100% - 50px);/*---扣掉左右按鈕空間--*/
}

.i-target-list{
  padding: 0 5px; color: #400022; 
}
.i-target-photo{text-align: center;}
.i-target-photo img{width: 100%; height: auto; max-width: 272px;
display: inline-block !important;}

.i-target-content{
  padding: 0 5px;
  padding-top: 10px;
  font-size: 16px;
  max-width: 272px;
  margin: 0 auto;
}



.common-list{padding-left: 5px; margin-bottom: 13px;}
.common-list li{
  color: #400022;width: 100%; position: relative;
  
}
.common-list li:before{width: 8px; height: 8px; border-radius: 50%; background: #d07293;
content: ""; display:inline-block; position: absolute; top:18px; left: 2px;}


.common-list li a{padding: 10px; padding-left: 15px; border-bottom:  1px dashed #da9c9f;
display: block; color: #400022;}

.common-list li a:hover{color: #c06585;}

.i-target-text article{padding-top: 10px; margin-bottom: 15px; line-height: 1.8em;}

.c02 .link-area a, .c06 .link-area a{background: #b95d7c;}
.c03 .link-area a, .c07 .link-area a{background: #e18384;}
.c04 .link-area a, .c08 .link-area a{background: #d1548c;}

.ul-list{list-style-type: disc; padding-left: 1.2em;}

footer{
  width: 100%;
  background: #e81066; color: #fff;
}

.footer-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;  
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
}

.footer-info{ text-align: center;
/*padding-bottom: 9px;*/
width: 100%
}

.tel24h{padding: 8px 25px; text-align: center;
margin-bottom: 5px; width: 100%}
.tel0800{padding-left: 10px;}
.footer-tel-list{
    display: -webkit-box;
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;  
    flex-wrap: wrap;
    padding-left: 20px;
}
.footer-tel-list li{padding: 7px 5px; width: 25%;}
.tel-part2{color: #0d66fa;padding-left: 25px;}
.tel-part2 span{display: inline-block;}

footer marquee{color: #ffecec}





.copyright{text-align: center; padding: 16px; background: #9e003f; color: #fff0ec;
font-size: 16px;}

.gotop {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 65px;    
    background:url(../images/icon_top.png) no-repeat;
    background-size:75px;
    cursor: pointer;
    width:75px; height:75px;
    z-index:10;
}

.fix-call-pc{
  position: fixed;
  right: 0; bottom: 250px;
  width: 129px;
}

.fix-call-pc img, .fix-call-mobile img{max-width: 100%; height: auto;}
.gotop:hover, .fix-call-pc a:hover{opacity: 0.8;}

.fix-call-mobile{
  position: fixed; width: 100%;
  left: 0; bottom: 0;
  
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex; 
  align-items: center;
  display: none;
}
.fix-call-mobile a{
  width: 50%; height: 65px;
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex; 
  align-items: center;
  justify-content: center;
}
.fcm01{color:#f7155a; background: #ffeeef;}
.fcm02{color:#1c9600; background: #ebfae6;}
.fix-call-mobile a i{display: inline-block; width: 50px; height: 50px;
 margin-right: 10px;}
.fix-call-mobile a.fcm01 i{background: url(../images/icon-tel2.png) no-repeat center; background-size: 50px;}
.fix-call-mobile a.fcm02 i{background: url(../images/icon-line.png) no-repeat center; background-size: 40px;}




/*----內頁----*/

/*.inner-banner{
  width: 100%;
  margin-bottom: 8px;
}
.inner-banner img{width: 100%; height: auto;}*/
.i-article.inner{padding-top: 10px;}
.path, .path a{color: #830606; font-size: 16px;}
.path{margin-bottom: 17px; padding-left: 9px;}
.d-flex-page{
    display: -webkit-box;
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 35px;
    align-items: start;
}
.unit-content{
  width: 76%; font-size: 18px;
}
.unit-content article{
  padding-bottom: 30px;padding-left: 9px;
  color: #830606; font-size: 18px;
}
.unit-content article img{width: 100%; height: auto;}
.service-side{width: 18%;
overflow: hidden;
border: 1px solid #e5c264; border-top-width: 5px;border-bottom-width: 5px;
padding: 0 22px; background: rgba(255,255,255,0.65);
}
.service-side h3{padding: 15px 5px;
  text-align: center; color: #b58d20; 
font-size: 18px;

}
.service-side ul{
  overflow: hidden; padding-bottom: 15px;
  display: -webkit-box;
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
  
}
.service-side ul li{
    width: 48%; max-width: 75px;
    margin-bottom: 15px; text-align: center;
}
.service-side ul li a{display: inline-block; color: #d5ab3b; text-align: center;
padding: 8px 8px;border:1px solid #e5c264; text-align: center; font-weight: 700;
border-radius: 20px;}
.service-side ul li a:hover{background: #e5c264; color: #fff;}

.ss-call{line-height: 1.8em; font-size: 18px;}
.text-pink{color: #fe71a9}
.text-blue{color: #3babfe;}
.ss-call img{width: 100%; height: auto; vertical-align: top;
max-width: 263px;margin: 0 auto;
    display: block;}



.unit-title{
 font-size: 30px;
 color: #830606;
 display: inline-block;
 margin-bottom: 25px; 
 position: relative; width: 100%; text-align: center;
}
.unit-title strong{display: inline-block; position: relative; font-weight: 400;}
.unit-title strong:before, .unit-title strong:after{
  content: "";
  width: 128px; height: 42px;
  display: inline-block; vertical-align: middle;
  margin-top: -5px;
}
.unit-title strong:before{
   background: url(../images/unit-title-01.jpg) no-repeat; margin-right: 10px;
}
.unit-title strong:after{
   background: url(../images/unit-title-02.jpg) no-repeat; margin-left: 10px;
}



.article-t{color: #ff4479; font-size: 20px; font-weight: 700}

.call-text{padding: 30px 10px; text-align: center;
color: #b95d7c; font-size: 25px; font-weight: 700}

.unit-h1{font-size: 40px; font-weight: 400; margin-top: -10px;}
.step{
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    background: #03a9f4;
    vertical-align: middle;
    margin-right: 10px;
}


.pagination{
  display: -webkit-box;
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex; 
  justify-content: center;
  align-items: center;
  width: 100%; 
  flex-wrap: wrap;
}
.pagination li{ display: inline-block; color: #733833;
padding: 0 13px; margin: 0 2px; font-size: 22px;}
.pagination li a{display: block; color: #733833;}
.pagination li a:hover, .pagination li.active a{color: #000;}
.pagination li.active a{font-size: 24px;}
.page-btn-prev a{
   width: 54px; height: 55px;
   background: url(../images/page-btn-prev.png) no-repeat 50%;
}

.page-btn-next a{
  width: 54px; height: 55px;
  background: url(../images/page-btn-next.png) no-repeat 50%; 
}
.pagination li.disabled a{opacity: 0.8; cursor: not-allowed;}


.news-title {
    padding: 11px 9px;
    font-size: 22px;
    display: block;
    margin-bottom: 19px;
    font-weight: 400;
    border-bottom: 1px solid #a35b54;
    border-top: 1px solid #a35b54;
    color: #a35b54;
}
.column-list{margin-bottom: 40px;}
.column-list li{padding: 15px;}
.column-list li a:hover{opacity: 0.8;}


.talk h2{font-size: 22px;}


.call-our{text-align: center; margin-top: 50px;
width: 100%; line-height: 1.8em}
.arrow-down{text-align: center; margin-top: 20px;width: 100%;
color: #d07293; font-size: 22px;}

.service-side.emotion h3{
      background: #fb77a4; border: 1px solid #fb77a4;
}

.service-side.emotion ul{border: 1px solid #fb77a4;}

.unit-head{
  background: url(../images/i-about-bg.jpg) repeat; padding: 15px 0; background-size: cover;
}
.unit-head h1, .unit-head h3{ font-weight: 400;
  text-align: center;
  font-size: 36px; letter-spacing: 1.5px; color: #fa408a;}
/*----服務項目----*/
.service-list{
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex;  
  flex-wrap: wrap;
  justify-content: center;
}

.service-list li{
  background: #fff;
  border:1px solid #f29c9f;
  padding: 17px 20px 26px;
  border-radius: 30px;
  margin-bottom: 30px;
  margin: 10px 5px;
  width: 32.5%;
  transition: all 0.3s;
}
.service-list .s-list:hover{
  box-shadow: 0 0 5px 1px #f29c9f;
}

.blank{
  border: 0px !important;
}
@media(max-width:911px){
  .service-list li{
    width: 45.5%;
  }
}

.service-list.inner-set li:hover{
  box-shadow: none;
}
.service-list.inner-set li{width: 45%;}
.service-list li a{display: block; color: #830606}
.service-list li h2{
  padding-bottom: 10px; 
  font-size: 30px; text-align: center;
  border-bottom:1px solid #f29c9f; font-weight: normal;
}
.sl-photo{text-align: center;}
.service-list li p{
  color: #830606;
  line-height: 1.6em; 
}
.service-list li .sl-photo img{width: 100%; height: auto; max-width: 380px;}


.strong-title{
  font-size: 22px; color: #fe71a9; font-weight: 700;
}
.commany-info{
  padding: 0 20px;  color: #652302;
}

.commany-info p{line-height: 1.6em;}


.light-yellow-bg{background: #f9f3e2;}


.step-title{
    width: 100%;
    margin-bottom: 0;
    position: relative;
    border: 1px solid #6a3906;
    border-top-width: 5px;
    border-bottom: none;
    background: #fff;
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 5px; 
    height: 60px;
    background: #fff;
}
.step-title span {
    font-size: 33px;
    width: 55px;
    text-align: center;
}
.step-title b {
    height: 100%;
    border-left: 1px solid #e7e7e7;
}
.step-title h3 {
    color: #040200;
    padding-left: 18px;
}

.step-title i {
    position: absolute;
    right: -22px;
    width: 65px;
    height: 65px;top: -15px;
}

.step-content{padding-left: 15px; padding-bottom: 15px;
    border: 1px solid #6a3906;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
    background: #fff;
  }

.tag-story, .tag-news{
  display: inline-block; padding: 2px 5px;
  color: #fff;  margin-right: 3px;
  border-radius: 5px; font-size: 14px;
}
.tag-story{background: #9579ff;}
.tag-news{background: #39f;}
.tag{display: inline-block;}


.o-list{
  padding-left: 2rem;
}
.o-list li{
  padding: 8px 0px;
}


.article-list {
  position: fixed;
  bottom: 0;
  left: 16px;
  padding: 12px 16px;
  background-color: 	#FFD9EC;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: left;
  z-index: 10;
  width: auto;
}

.article-list p{
  margin: 0;
  font-weight: bold;
  line-height: 2;
}


.article-list-content{
  display: none;
}

.article-list-content p a {
  color: #0D47A1;
}

.article-list-content p a:hover {
  color: #3175e4;
}

.article-list-title button {
  background-color: transparent;
  color: #d21e2b;
  text-decoration: underline;
  font-size: 18px;
  border: 0;
}

.article-list-title button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}



.img-box {
  position: relative;
  display: inline-block;
}

.img-box img {
  display: block;
  position: relative;
  z-index: 2;       /* 圖片在最上面 */
}

/* 四邊形斜45度白色底圖 */
.img-box::before {
  content: "";
  position: absolute;
  z-index: 1;
  background:#F0F0F0;
  width: 100%;              /* 調整寬度 */
  height: 100%;             /* 調整高度 */
  top: 50%;
  left: 50%;
  transform: translate(-35%, -35%) rotate(0deg);
  pointer-events: none;
}
.hv{
  height: 1px;
  width: 100%;
  background: black;
  margin: 10px 0px 20px 0px;
}




@media(max-width: 1025px){
  .article-list {
    bottom: 64px;
    padding: 2px 16px;
}
}

@media(max-width:767px){
  .img-box{
    display: none;
  }
}

@media (max-width: 480px){
  .article-list {
      bottom: 64px;
      padding: 2px 16px;
      left: 0;
      width: 100%;
  }

  .article-list-title button {
      font-size: 22px;
  }

  .article-list-title {
      font-size: 20px;
      text-align: center;
  }
  .article-list-content p{
    text-align: center;
  }
  .article-list-content p a {
      font-size: 18px;
  }
}

@media(max-width:322px){
  .article-list-content p a{
    font-size: 16px;
  }
}




/*----RWD----*/
.ica-slogan-img_mobile{display: none;}
@media (max-width: 1500px) {

  .logo-area{ width: 20%;}
  .title{padding: 46px 0 3em;}
  .logo-in-menu{left: 52px;}
  .all-menu.active{padding-left: 120px;}
  .sub-slogan{width: 120%;}
 
}

@media (max-width: 1440px) {
  .fix-call-pc{ width: 100px;}
  .link-area{text-align: center;}
}
@media (max-width: 1325px) {
  .nav-main{padding-right: 10px;}
  .wrapper{padding-left: 20px; padding-right: 20px; width: 100%;}
  .f-address, .f-tel {
    display: block;
  }
  .sub-text{width: 80%;}

  .improve-info-text{width: 100%; justify-content: space-around;}
  .improve-info-text li{width: auto;}

 
  .i-target-text { padding: 0;}
}

@media (max-width: 1280px) {
  .fix-call-pc{ width: 80px;}
  .gotop{width: 55px;height: 55px; background-size: contain; right: 10px;}
}



/*---移動裝置1200開始-----*/
@media (max-width: 1200px) {
  .head{height: 66px;}
  .mobile-btn{display: block;}
  .logo-area { width: 30%; padding-top: 5px;  }
  .logo img{max-width: 166px;}
  .main { padding-top: 100px;}
  
  .wrapper{min-width: 100%;}
  
  .pc-menu{display: none;}/*--PC <ENU---*/
  .footer-wrapper{
    flex-direction: column;
  }
 
  .footer-tel-list{padding-left: 0}

  .all-menu.active{padding-left: 63px;    padding-top: 65px;}
   /*----右側及下方固定 客服諮詢----*/
  .fix-call-pc{display: none;}
  .fix-call-mobile{
    display: -webkit-box;  
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex; 
    align-items: center;
  }
  .copyright{padding-bottom: 75px;}
   .gotop{bottom: 88px; right: 10px;} 
   .i-trust-wrap h2{font-size: 35px;}
   .i-step-wrap .wrapper{padding-left: 40px; padding-right: 40px;}
    /*---內頁----*/
    .inner-head-top { background: url(../images/main_header_bg.jpg) repeat;}
    .unit-top .title{padding-top: 0;}
    .contact-list li { width: 48%;  margin: 0 1% 20px;}
    .contact-web-name{padding-top: 50px;}
}

@media (max-width: 1024px) {
  .all-menu-unit-sub li{margin-bottom: 10px;}
  .all-menu.active{ overflow-y: auto;}
  
  .tel-list li a{font-size: 24px;}
  .footer-wrapper{font-size: 18px;}
 
  .unit-h1{font-size: 20px; }

  /*--index--*/
  .i-trust-area article{font-size: 20px;  width: 60%;}
  .i-trust-photo { width: 40%;} 
  .ta-icon-area, .ta-icon-area span{width: 60px;height: 60px;}
  .icon-contact {
      width: 60px;
      height: 60px;
      background-size: contain;
  }
  .tel-area h2{font-size: 36px;}
  .tel-list li{width: 32%;}
  .i-service-area article{
    position: relative; width: 60%; 
  }
  .i-service-area.one article{left: 0; top: 0;}
  .i-service-area.second article{right: 0; top: 0;}
  .i-s-photo{width: 40%; border:none;}
  .i-s-photo img{border-radius: 30px;}



}

@media (max-width: 1023px){
    /*--index---*/
    .i-step-area li{width: 45%;}
    .i-step-area li i:after{display: none;}
    .i-step-wrap .wrapper { padding-left: 20px;   }
    .footer-tel-list li{width: 33%; text-align: center;}

    .i-call-list li {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .i-call-list{flex-wrap: wrap;}
    .i-call-list li a{justify-content: center; margin-bottom: 15px;}
    .i-call-area{background: none;}


    .unit-nav li{width: 32%; padding: 0;}
    .unit-nav li a{width: 100%; background-size: 100%; 
      font-size: 16px;   background-position: center;}
    .unit-nav li a:hover, .unit-nav li.active a{
      background-position: center; background-size: 100%;
    }
    .unit-nav li.set-long-width a {width: 100%;}
    .unit-nav li.set-long-width.active a{
      background-position: center;
      background-size: 100%;
    }
    .unit-nav li.set-long-width{width: 52%;}
    .page-title {font-size: 20px;  margin-top: 18px;}
/*----*/
    .unit-content, .service-side{ width: 100%;}
    .service-side{max-width: 450px;margin: 0 auto; margin-top: 15px;}

}


@media (max-width: 768px) {
  .show-mobile{display: block}
  .show-pc{display: none;} 
  .logo-area{width: 65%}

  
    .mobile-btn{
      width: 50px; height: 45px; background-size: 50px; right: 12px;top: 10px;
    }
    .sub-text { font-size: 22px; line-height: 1.7em;}
    
    .sub-text { width: 90%; }
    .footer-top-bg{height: 35px;}
   
    .footer-info-content { line-height: 1.7em;}


    .all-menu-unit { margin-bottom: 12px;}


    .unit-nav li a{ padding: 10px 2px;
       height: auto; line-height: normal; border-radius: 5px;
      }
    .footer-tel-list li{width: 50%;}

    
    .call-text{font-size: 20px;}
    .ica-slogan-img_pc{display: none;}
    .ica-slogan-img_mobile{display: block;}
    .i-service-area article{width: 100%; height: auto;}
    .i-s-photo{display: none;}
    .i-s-list{width: 100%;}
    .i-s-list li{width: 33%; text-align: center;}
    .i-s-list li a{margin-right: 0;}
    .i-service-area article{padding: 20px;}
    .i-service-area.one, .i-service-area{margin-bottom: 20px;}
    .i-service-area.one article{background: #fff;}
    .i-service-area.second article{padding-bottom: 120px;}

    .i-trust-photo, .i-trust-area article{width: 100%;}
    .i-trust-photo{text-align: center;}

    .i-trust-wrap {
      background: url(../images/i-trust-m.jpg) no-repeat;
      background-size: cover;}
    .i-step-wrap .wrapper { padding-right: 20px;}
    .i-step-area li { width: calc(100% - 22px); margin-bottom: 20px;}  
    .i-step-wrap h2{border:none;}
    .i-step-wrap h2 span:before, .i-step-wrap h2 span:after{
      display: none;
    }
    .i-step-area{margin-top: 15px;}
    .i-step-wrap h2{background: transparent;}
}

@media (max-width: 767px) {
    /*.index-top{ padding-bottom: 70px; }*/

    .all-menu.active { padding-left: 30px;}
    .logo-in-menu { left: 35px;}
    .tel-part2 span {
        display: block;
    }
    .tel-list li{width: 48%;}
    .nl {width: 100%;}
    .i-article-area .i-title-unit{padding-left: 0;}
    .i-article-area ul li { width: 100%; margin-bottom: 10px;}


    .service-list li{width: 48%;}
    .service-list.inner-set li{width: 100%;}
    .service-side ul{
      overflow: hidden; padding-bottom: 15px;
      display: -webkit-box;
        display: -ms-flexbox;  
        display: -webkit-flex; 
        display: flex; 
        flex-wrap: wrap;
        justify-content: center;
      
    }
}
@media (max-width: 650px) {
 
  
}   
@media (max-width: 600px){
  .pink-tel{font-size: 20px;}
  .sub-text, .btn-more{font-size: 18px;}
  .btn-more{margin-bottom: 10px;}
  
  .btn-more-area{margin-bottom: 0}
  .sl-text, .sl-btn-area{display: none;}
 
   .nl { width: 100%;}
  
  .tel-area h2{font-size: 26px; padding-bottom: 20px;}
  .footer-logo img{max-width: 256px;}
  
  .footer-info{padding-left: 0;}
  .gotop{width: 40px; height: 40px; background-size: contain;}
  .tel-list li{width: 100%;}
  .love-word{padding: 25px 30px 28px;}
  .love-word:before, .love-word:after{width: 40px;}
  .love-word:before{left: -25px;}
  /*-----內頁-----*/
  
   .page-area { padding: 10px 0;}
   .pagination li{padding: 0 10px; font-size: 18px;}
   .pagination li.active a { font-size: 22px;}

}
@media (max-width: 500px){
  .i-target-part-wrap {
      width: calc(100% - 20px);
  }
  .footer-tel-list li{width: 100%;}
  .i-about article, .i-service-area{padding: 0;}
  .i-service-area article h2{font-size: 32px;}
  .i-trust-area article{font-size: 18px; }
  .i-call-area{padding: 0}
  .service-side ul li {
    width: 33%;max-width: inherit;}
    .service-side ul li a{max-width: 75px;padding:8px 10px}
    .service-list li{width: 100%;}

    .unit-title strong:before, .unit-title strong:after{display: none;}
    .unit-title{border: 1px solid #f1c0c0; border-left: none; border-right: none;}

    .step-title i{right: -15px;}
}



@media (max-width: 414px){
  .main { padding-top: 60px;}
  .logo-area { width: 40%; padding-top: 5px;  min-width: 150px;}
  .wrapper { padding-left: 15px;    padding-right: 15px;}
  
  .tel-area h2 {font-size: 20px;}
  
  .i-title-unit{font-size: 24px;}
  .title { padding: 20px 0 2em;}
 
 
  .unit-h1{margin-top: 0}
 
  .i-target-part-wrap { width: 100%;}

  .point-list li a{padding-left: 0} 
     
  .blue-area .index-target-title{padding-top: 0;}
  .index-target-title .sub-text {font-size: 16px;}
  .i-target-content {
      padding: 0 10px;
     max-width: 90%;
  }
  .i-target-part-wrap{    
    padding-left: 10px;
    padding-right: 10px;
  }
  .i-target-list{padding: 0 10px;}

  .sl-photo img{max-width: 250px;}
  .i-news-part{margin-bottom: 8px;}
  .i-title-unit{margin-bottom: 0;}
  .i-call-list li a { padding: 10px 0;}

  .unit-head h1, .unit-head h3{font-size: 30px;}
}  
@media (max-width: 411px){
   
}
@media (max-width: 360px){
   .copyright{font-size: 12px;}
   .fix-call-mobile{font-size: 16px;}
   .i-call-list li a{font-size: 30px;}
   .tel24h{padding: 8px;}
}

@media (max-width: 359px){
  
}
@media (max-width: 320px){
    .i-about h1{font-size: 30px;margin-bottom: 10px;}
    .unit-nav {  margin-top: 10px; margin-bottom: 0;}
    .i-s-list li a{width: 80px; height: 80px;}
    .i-trust-wrap h2{font-size: 30px;}


    .fix-call-mobile a i {
      display: inline-block;
      width: 40px;
      height: 50px;
      margin-right: 5px;
      }
      .fix-call-mobile a.fcm02 i {background-size: 30px;}
      .fix-call-mobile a.fcm01 i {background-size: 40px;}
      

}

