﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap');
/*stlye*/
body {
    font-size: 1em;
	    font-family: "Noto Sans TC","Microsoft JhengHei",sans-serif;
    letter-spacing: 1px;	
}

a{
	text-decoration: none;
}

.container_box {
    width: 90%;
   
    margin: auto;
    padding: 10px;
}
/*loading*/
#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
	/*background: linear-gradient(to bottom, #10ae96 0%,#1070d0 100%);*/
    background: white;	
    z-index: 99;	
    overflow: hidden;	
}
.loading_row{
    position: relative;	
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
}
.load_img{
	width:60%;
	max-width:250px;
}
.load_img img{
	width:100%;
}
.load_an{
    width: 100%;
    text-align: center;
}
.lds-facebook {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-facebook div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #108696;
	animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
	left: 8px;
	animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
	left: 32px;
	animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
	left: 56px;
	animation-delay: 0;
}
@keyframes lds-facebook {
	0% {
	top: 8px;
		height: 64px;
	}
	50%, 100% {
		top: 24px;
		height: 32px;
	}
}
/**/

.loader {
  width: 64px;
  height: 64px;
  position: relative;
  background: #cee6ea;
  border-radius: 4px;
  overflow: hidden;
  margin:auto;
}
.loader:before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    transform: rotate(45deg) translate(30%, 40%);
    background: #108696;
    box-shadow: 32px -34px 0 5px #5e9299;
    animation: slide 2s infinite ease-in-out alternate;
}
.loader:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #159347;
  transform: rotate(0deg);
  transform-origin: 35px 145px;
  animation: rotate 2s infinite ease-in-out;
}

@keyframes slide {
  0% , 100%{ bottom: -35px}
  25% , 75%{ bottom: -2px}
  20% , 80%{ bottom: 2px}
}
@keyframes rotate {
  0% { transform: rotate(-15deg)}
  25% , 75%{ transform: rotate(0deg)}
  100% {  transform: rotate(25deg)}
}
/*編輯器*/
.edit{
	font-size:16px;
	font-weight:400;
	line-height:2;

}
.edit iframe{
	max-width:100%;
}
.edit table{
	max-width:100%;
}
.edit img{
	max-width:100%;
	height:auto;}
.edit p{
	margin-bottom:0px;	
}
.edit ul{
	list-style-type: disc;
	padding-left: 1.5rem;
}
.edit table td{
	padding:5px;
	border: 1px solid rgba(0,0,0,.2);
}
/*頁碼*/
.manu {
    clear: both;
    text-align: center;
    color: #999999;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.manu .disabled {
    padding: 6px 10px;
    border: #d3d3d3 1px solid;
    COLOR: #222222;
    margin: 0 2px;
}
.manu .current {
    color: #3e3947;
    padding: 6px 10px;
    border: #e3e3e3 1px solid;
    BACKGROUND: #f2f2f2;
    margin: 0 2px;
}
.manu a {
    border: #d3d3d3 1px solid;
    margin: 0 2px;
    padding: 6px 10px;
    overflow: hidden;
    color: #222222;
    line-height: 3;
}
/*按鈕*/
.btn_box{
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}
.btn_box_end{
    display: flex;
    justify-content: flex-end;
}

.btn_box a, .btn_box_end a{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.case_btn{
    position: relative;
    color: #000000;
    border: 1px solid #000000;
    background: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    overflow: hidden;
    border-radius: 25px;
	
}
.case_btn:hover{
color: #ffffff;
    border: 1px solid #f80034;
    background: #f80034;
}
.contact_btn{
    width: 100%;
    max-width: 465px;
    height: 60px;
    cursor: pointer;
    background: #e3313d;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #e84185;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
	
}
.contact_btn:hover{
    color: #f5f2f2;
    box-shadow: 0px 10px 5px -2px rgb(177 177 177 / 62%);
}
.index_case_btn_box{
	padding-bottom:40px;
	
}
.index_case_btn_box .case_btn:not(:first-child){
	margin-left:20px;
}
.two_color_btn{
    position: relative;
    padding: 5px 20px;
    display: inline-block;
    color: #f80034;
    border: 1px solid #f80034;
    font-size: 18px;
    letter-spacing: 1px;
    overflow: hidden;
    border-radius: 1.5em;	
}
.two_color_btn:hover{
	color: #ffffff;
    border: 2px solid #fff;
    background: #f80034;
}
.service_btn{
    position: relative;
    padding: 5px 20px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #f80034;
    border: 1px solid #f80034;	
    letter-spacing: 1px;
    overflow: hidden;
    border-radius: 1.5em;
}
.service_btn:hover{
	color: #f80034;
    background: #fff;
    border: 1px solid #fff;	
}
.btn_margin{
	margin-bottom:20px;
}
/*回最上*/
#back-to-top {
    position: fixed;
    bottom: 3%;
    right: 30px;
    z-index: 100;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 40px;
    background: #ffffff8a;
    color: #82ccd2;
    cursor: pointer;
    border: 0;
	text-decoration: none;
    transition: opacity 0.2s ease-out;
    font-size: 18px;
    padding-top: 3px;
    border: 2px solid #82ccd2; 
}
/*載入*/

.lodaing_box{
   text-align: center;
       display: none;
}
.lodaing_box.loading{
	display: block;
}
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*橫幅*/
.banner{
	width:100%;
}
.banner img{
	width:100%;	
}
.swiper_ph{
	display: none;
}
@media only screen and (max-width: 760px) {
.swiper_pc{
	display: none;
}	
.swiper_ph{
	display: block;
}
}
/*item_box*/
.item_box{
	padding:40px 0px;
}
.item_box .title{
	font-size: 26px;
    text-align: center;
}
.item_box .title1{
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: .03em;
	text-align: center;
}
.item_box .title2{
    font-size: 17px;
    font-weight: 400;
    color: #4a4a4a;
	text-align: center;
}
@media only screen and (max-width: 760px) {
.item_box{
	padding:40px 10px;
}
.item_box .title1{
	font-size:26px;
}	
}
/*圖片跑馬燈*/
.swiper_marquee_box{
	margin-bottom:40px;
}
.swipermarquee.swiper-wrapper {
   -webkit-transition-timing-function: linear !important;
   transition-timing-function: linear !important;
}
.swipermarquee.swiper-wrapper .swiper-slide{
	padding:0px;
}
.swipermarquee.swiper-wrapper .swiper-slide .swiper_logo{
	height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swipermarquee.swiper-wrapper .swiper-slide .swiper_logo img{
	max-width:100%;
	max-height:100%;
	filter: grayscale(100%);
}
/*區塊1*/
.index_service_list{
	padding:10px;
}
.index_service_list .img{
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.index_service_list .img > img{
    max-width: 100%;
    height: 110px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.index_service_list .text{
	margin:10px 0px;
	width:90%
}
.index_service_list .text .title{
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}
.index_service_list .text .depiction{
	font-size:16px;
    font-weight: 900;	
}
/*區塊2*/
.item_bg{
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item_bg_img{

    width: 100%;

}
.index_ad_row{
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	padding: 0% 5%;

}
.index_ad_text_box{
	width: 55%;
}

.index_ad_text_box .edit{
	display: flex;
    justify-content: flex-end;
}
.index_ad_text_box .edit .edit_text{
	width:100%;
	max-width:500px;

	
}
.index_ad_img{
	width:45%;
    position: relative;	
}
.browser_img{
    width: 250px;
    position: absolute;
    left: 18%;
    top: -102px;
    animation: cafeMove 1s ease-in-out 0s infinite both alternate;;
}
.index_ad_img .bottom_img{
    width: 350px;
    position: absolute;
    top: 240px;
    left: 8%;
}
@-webkit-keyframes cafeMove {
    from {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}
@media only screen and (max-width: 860px) {
.index_ad_text_box .edit {
    display: flex;
    justify-content: center;
}
.index_ad_text_box{
	width:100%;
}
.index_ad_img{
    display: none;
}
}
/*區塊3*/
.service_text_row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom:65px;
}
.service_text_list {
    padding: 10px;
    max-width: 500px;
}
.service_text{
    padding: 40px 20px;
    border-radius: 10px 10px 0px 0px;
}
.service_text > .title{
    text-align: center;
    font-size: 28px;
    margin-bottom: 35px;
}
.service_text_list .img{
	border-radius: 0px 0px 10px 10px;
    padding-bottom: 35%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.service_text > .text{
	text-align:center;
}
@media only screen and (max-width: 760px) {
.container_box.index_service_box{
    width: 100%;
    padding: 0px;
}
.service_text_list{
	padding:0px;
	max-width:100%;
	width:100%;
	
}
}
/*區塊4*/
.index_module_row{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.index_module_list{
    color: #fff;
    width: calc(100% / 3 - 30px);
    padding: 10px 30px 30px 30px;
    margin: 15px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.index_module_list .img{
	width:100%;
	height: 100px;
	text-align:center;
}
.index_module_list .img img{
	width: 100%;
    max-width: 100px;
    max-height: 100%;
    filter: brightness(0);	
}
.index_module_list .text{

}
.index_module_list .more{
    opacity: 0;	
    color: #fff100;
    padding: 90px 0px 3px 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;	
}
.index_module_list .title{
	color: #000;
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 15px;
}
.index_module_list .depiction{
    color: #000;
    font-size: 14px;
    line-height: 2;
}
.index_module_list:hover{
  
}
.index_module_list:hover .more{
	
}
.circ-jump {
    width: 150px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
}
.circ-jump>div {
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    margin-left: 3px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay .7s infinite ease-in-out;
    animation: stretchdelay .7s infinite ease-in-out;
}
.circ-jump .circ2 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
}
.circ-jump .circ3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
@-webkit-keyframes stretchdelay {
    0%,40%,100% {
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }

    20% {
        transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }
}

@keyframes stretchdelay {
    0%,40%,100% {
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }

    20% {
        transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }
}
.great_value_box{
    border-top: 1px solid #f4f4f4;
    margin-top: 40px;
    padding: 80px 15px 120px 15px;
}
@media only screen and (max-width: 760px) {
.index_module_list{
	width: calc(100% / 2 - 30px);
}
}
@media only screen and (max-width: 600px) {
.index_module_list{
	width: 100%;
}
}
/*區塊7*/
.index_feature_list{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.index_feature_list .img{
	window:45px;
}
.index_feature_list .img img{
	width:100%;
}
.index_feature_list .text{
	width:calc(100% - 45px);
	padding-left:10px;
}
.index_feature_list .text .title{
    margin-top: 8px;
    font-size: 20px;
}
.index_feature_list .text .depiction{
    font-size: 14px;
    line-height: 26px;
    margin-top: 13px;
    letter-spacing: 0px;
}
/*區塊6*/

.index_marketing_list{
	padding:20px;
	text-align:center;
}
.index_marketing_list .img{
	width:100%;
}
.index_marketing_list .img img{
    max-width: 100%;
    height: 110px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.index_marketing_list .text{}
.index_marketing_list .text .title{
    margin: 35px 0 20px;
    font-size: 20px;
	font-weight: 900;
}
.index_marketing_list .text .depiction{
	margin: 0 0 50px;
	font-weight: 900;
}
/*區塊7*/
.advertise_edit{
    position: relative;
    padding: 70px 0px;
    margin-bottom: 40px;
}
.advertise_edit::before{
    content: "『";
    position: absolute;
    font-size: 65px;
    top: 0px;
    left: 0px;
    color: white;
    background-size: 100% auto;
    opacity: .6;
}
.advertise_edit::after{
    content: "』";
    position: absolute;
    font-size: 65px;
    bottom: 0px;
    right: 0px;
    color: white;
    background-size: 100% auto;
    opacity: .6;
}
@media only screen and (max-width: 600px) {
.advertise_edit::before{
    left: -50px;
}
.advertise_edit::after{
    right: -50px;
}
}
/*區塊8*/
.index_logo_row{
    display: flex;
    flex-wrap: wrap;
}
.index_logo_list{
	width:calc(100% / 8 - 20px);
	margin:10px;
	text-align:center;
}
.index_logo_list img{
    max-width: 100%;
    filter: grayscale(100%);
}
.great_value_btn{
    display: flex;
    justify-content: center;
	margin:20px 0px;
}
.great_value_btn a{
position: relative;
    padding: 10px 30px;
    margin-left: 20px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    border: 2px solid #f80034;
    background: #f80034;	
}
.great_value_btn a:hover{
    color: #f80034;
    background: #fff;
    border: 1px solid #fff;
}
@media only screen and (max-width: 900px) {
.index_logo_list{
	width:calc(100% / 4 - 40px);
}
}
@media only screen and (max-width: 760px) {
.index_logo_list{
	width:calc(100% / 3 - 40px);
}
}
@media only screen and (max-width: 600px) {
.index_logo_list{
	width:calc(100% / 2 - 40px);
}
}
/*case*/
.case_row{
    display: flex;
    flex-wrap: wrap;
}
.case_list{
    width:calc(100% / 4 - 20px);
	margin:10px;
	padding: 10px;
    margin-bottom: 25px;
}

.case_row.index_case_row .case_list:nth-child(-n+3) {
  width: calc(100% / 3 - 20px);
}
.case_list .img{
    position: relative;
    display: block;
    overflow: hidden;
}
.case_list .img::before{
    content: "";
    display: block;
    padding-top: 90%;
}
.case_list .img > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.case_list .text{
    display: flex;
	justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
}
.case_list .text .label_btn{
	border: 1px solid #000;
    padding: 2px 10px;
    display: inline-block;
    margin: 0px 5px;
    font-size: 13px;
    color: #3e3947;
    letter-spacing: 1px;
    border-radius: 0px;	
}
.case_list .text .title{
	font-size: 18px;
    margin-bottom: 0px;
    color: #3e3947;
    font-weight: 900;
}
@media only screen and (max-width: 900px) {
.case_list {
	width:calc(100% / 3 - 20px);
	margin:10px;
}	
}
@media only screen and (max-width: 760px) {
.case_row.index_case_row .case_list:nth-child(-n+3),
.case_list {
	width:calc(100% / 2 - 20px);
	margin:10px;
}	
}
@media only screen and (max-width: 600px) {
.container_box.index_case_box{
	width:100%;
	padding:0px;
}
.case_row.index_case_row .case_list:nth-child(-n+3),
.case_list {
width: 100%;
    margin: 20px 0px 40px 0px;
    padding: 0px;
}
.case_list .text .title{
	padding-right:10px;
}	
}
/*遮罩*/
.img_mask{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;	
    justify-content: center;
    align-items: center;
    background: #000000ad;	
    border-radius: 0px;	
    opacity: 0;	
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;	
}
.img_mask > img{
	width:50%
}
.img_mask > .more_btn{
    padding: 5px 20px;
    color: white;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.case_list:hover .img_mask{
	opacity: 1;
}
.case_list:hover .img img{
    transform: scale(1.1);	
}
.case_list:hover .text .title{
    color: #3e3947;
}
.case_list:hover .text .label_btn{
    border: 1px solid #f80034;
    background: #f80034;
    color: #ffffff;
}
/*case*/
.case_search_box{
	position: fixed;
    left: 0;
    top: 90px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 65px;
    padding-left: 40px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-left: none;
    border-right: none;
}
.case_search_row{
    display: flex;
    width: 100%;
}
.path{
    display: flex;
    align-items: center;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 13px;
    letter-spacing: .05em;
}
.path a {
    position: relative;
    display: flex;
    padding-right: 10px;
    margin-right: 10px;
    color: #666;
}

.search_row{
    display: flex;
    width: 320px;
    height: 100%;
    margin-left: auto;
}
.search_input{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    border: none;
    font-size: 16px;
    font-family: "微軟正黑體";
    padding-left: 20px;
    border-left: 1px solid #f2f2f2;
    border-radius: 0;
}
.search_btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    height: 100%;
    border: none;
    background-color: #fff;
    cursor: pointer;
    color: #5b5b5b;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.advancedSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.advancedSearch span{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 50px;
    font-size: 16px;
    letter-spacing: .1em;
    color: #fff;
    background-color: #108696;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.advancedSearch::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f1de";
    width: 60px;
    height: 100%;
    font-size: 30px;
    color: white;
    padding: 13px 0px 0px 15px;
    background-color: #37b5c6;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/**/
.case_path{
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
}
.case_path .title{
    position: relative;
    margin-top: 3px;
    padding-left: 15px;
    font-size: 20px;
    letter-spacing: .05em;
    color: #343434;
    font-weight: 400;
    line-height: 1;
    border-left: 3px solid #108696;	
}
.case_path > ul{
    display: flex;
    margin-left: auto;	
    list-style: none;	
}
.case_path > ul > li a{
    position: relative;
    display: block;
    padding: 0 25px 20px;
    font-size: 16px;
    letter-spacing: .05em;
    color: #000;
}
.case_path > ul > li a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #108696;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.case_path > ul > li:not(:last-child) a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
    height: 10px;
    background-color: #cfd0d1;
}
.case_path > ul > li a:hover, .case_path > ul > li a.active {
    color: #108696;
}
.case_path > ul > li a:hover::before, .case_path > ul > li a.active::before {
    width: 100%;
}
.case_edit_box{
	width:100%;
	margin-bottom:20px;
}
.search_filter{
	display: flex;
    flex-wrap: wrap;
}
.search_filter .title{
    flex-shrink: 0;
    margin-top: 5px;
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: .05em;
    color: #000;
}
.filter_key a{
	position: relative;
    display: inline-block;
    padding: 5px 35px 5px 15px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    letter-spacing: .05em;
    color: #8c8c8c;
    border: 1px solid #ececec;
}

.filter_key a::before{
    content: '';
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #e6e6e6;	
    width: 17px;
    height: 17px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.filter_key a::after{
	content: '';
    position: absolute;
    right: 6px;
    top: 6px;
    width: 17px;
    height: 17px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff));
    background-size: 10px 2px, 2px 10px;
    background-position: 50%, 50%;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;	
}
.filter_key a:hover{
    color: #108696;
    border-color: #108696;
}
.filter_key a:hover::before, .filter_key a:hover::before {
    background-color: #108696;
}
@media only screen and (max-width: 1200px) {
.case_path ul{
	display:none;
}
}
@media only screen and (max-width: 960px){
.case_search_box{
	top:50px;
}	
}
@media only screen and (max-width: 860px) {
.case_search_row .path{
	display: none;
}
.case_search_box{
	padding-left:0px;
}
.search_row{
	width:100%;
}
}
.about_container_box{
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
}
.banner_box{
	width:100%;
}
.banner_box img{
	width:100%;
}
/*about*/
.slogan_box{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 45px 0px;
}
.slogan{
    position: relative;	
	font-size: 36px;
    text-align: center;
    line-height: 1.5;
    color: #108696;	
}
.slogan:before {
    position: absolute;
    content: '“';
    left: -80px;
    font-size: 55px;
    font-weight: 600;
    top: -25px;
}
.about_row{
	display: flex;
    justify-content: center;
    margin: 50px 0;
}
.about_list{
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: 0 50px;
}

.about_list .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 0;
}
.about_list .number {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.about_list:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #f80034;
    border-radius: 99em;
    left: 0;
    top: 0;
    z-index: -2;
}
.about_list:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 50%;
    background: #fff;
    z-index: -1;
    left: 0;
    bottom: 0;
}
/*數字*/
.about_row{
	counter-reset: number;
}
.number:before {
    font-size: 55px;
    font-weight: 900;
    counter-increment: number;
    content: '0'counter(number);
    color: #ffd8dd;
}
@media only screen and (max-width: 860px) {
.about_row{
    flex-wrap: wrap;
}
.about_list{
	margin:20px;
}
.slogan{
    font-size: 22px;
}
.slogan:before{
	left:-60px;
}

}
.about_box{
    position: relative;
    padding: 120px 0;
}
.about3_box{
    position: relative;
    padding: 120px 0 0px 0px;
}
.item_title{
    font-size: 35px;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
    padding: 0;
}
.history_row{
    padding-top: 70px;
    display: flex;
    flex-wrap: wrap;
}
.history_list{
    width: calc(100% / 6 - 20px);
    padding: 30px;
    margin: 50px 10px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.history_list::before {
    position: absolute;
    content: '';
    width: calc(100% + 20px);
    height: 1px;
    background: #108696;
    top: -29px;
    z-index: 0;
    right: -10px;
}
.history_list:first-child:before {
    width: calc(50% + 10px);
}
.history_list:last-child:before {
    width: calc(50% + 20px);
    right: auto;
    left: -10px;
}
.history_list .time{
    position: absolute;
    top: -75px;
    width: 93px;
    height: 93px;
    color: #000;
    font-weight: 700;
    background: #f0f0f0;
    border: 1px solid #108696;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 99em;
    z-index: 2;
}
.history_list .time:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 15px;
    background: #108696;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.history_list:last-child .time:before{
    display: none;
}

.history_list .data{}
.history_list .data .title_box{}
.history_list .data .title_box .title1{
    color: #5a5959;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1px;
}
.history_list .data .title_box .title2{
	font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #000;
    margin: 0 0 10px;
}
.history_list .data .img{
    margin: 55px auto;
}
.history_list .data .img img{
	width:100%;
}
.history_list .data > ul{
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #5a5959;
    font-weight: 400;
}
.history_list .data > ul li{
	border-bottom: 1px dashed #d7d7d7;
    padding: 0 0 5px;
    margin: 0 0 5px;
}
.history_list .data > ul li:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 860px) {
.history_list{
	width: calc(100% / 3 - 20px);
}
}
@media only screen and (max-width: 760px) {
.history_list{
	width: calc(100% / 2 - 20px);
}
}
.about2_row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about2_list{
	position: relative;
    width: calc(100% / 3 - 90px);
    margin: 15px 45px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.about2_list .data {
    position: relative;
	width:100%;
	height:100%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;	
}

.about2_list .data:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #108696;
    border-radius: 7px;
    left: -19px;
    top: 155px;
}
.about2_list .data:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #108696;
    border-radius: 7px;
    right: -19px;
    top: 155px;
}
.about2_list > .data_box {
    width: 300px;
    height: 300px;
    border-radius: 99em;
    background: #f7f8f9;
    position: relative;
    margin-bottom: 45px;
}
.about2_list > .data_box:before {
    position: absolute;
    content: '';
    width: 330px;
    height: 175px;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px dotted #108696;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    border-bottom: none;
    z-index: -1;
}
.about2_row .about2_list:nth-child(2) .data_box:before {
    border-radius: 50% 50% 50% 50%/0 0 100% 100%;
    top: auto;
    bottom: -12px;
    border: 1px dotted #108696;
    border-top: none;
    height: 155px;	
}
.about2_list > .data_box .img {
    position: absolute;	
    width: 95px;
    height: 95px;
    background: #fff;
    border: 1px solid #baf7ff;
    padding: 25px;
    border-radius: 99em;
    margin-bottom: 15px;
    top: 45px;
}
.about2_list > .data_box .img img{
	width:100%;
}
.about2_list > .data_box .text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: absolute;
    top: 160px;
}
.about2_list > .data_box .text_box .title{
	font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #000;
    margin: 0 0 10px;
    text-align: center;
}
.about2_list > .data_box .text_box .text{
    color: #5a5959;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.about2_list ul {
    list-style: none;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    color: #5a5959;
    font-weight: 400;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
}
.about2_list ul > li{
    padding: 10px;
}
@media only screen and (max-width: 1200px) {
.about2_row {
    flex-wrap: wrap;
}
.about2_list {
    width: calc(100% / 2 - 90px);
}
}
@media only screen and (max-width: 760px) {
.about2_row {
    flex-wrap: wrap;
}
.about2_list {
    width: 100%;;
}
}
.about3_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about3_list{
    width: calc(100% / 4);
    margin: 0 auto;
    padding: 0 40px;
    border-right: 1px solid #e4e4e4;
}
.about3_list .number_box{
    text-align: center;
    margin: 0 0 5px;
}
.about3_list .number_box b {
    font-size: 68px;
    color: #108696;
    font-family: 'Lato', sans-serif;
    display: block;
    line-height: 1;
    margin: 0 0 10px;
}
.about3_list .number_box span {
    color: #108696;
    font-size: 20px;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 10px;
}
.about3_list .text_box {
    text-align: center;
}
.about3_list .text_box .title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 15px;
    color: #108696;
}
.about3_list .text_box p{
    color: #5a5959;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.about3_row .about3_list:nth-child(2n) .title,
.about3_row .about3_list:nth-child(2n) .number_box b,
.about3_row .about3_list:nth-child(2n) .number_box span{
    color: #159347;
}
.about3_bg img {

    height: auto;
    max-width: 100%;
}
@media only screen and (max-width: 1200px) {
.about3_list{
    width: calc(100% / 3);
    margin: 0 auto;
    padding: 0 40px;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;		
}
}
@media only screen and (max-width: 860px) {
.about3_list{
    width: calc(100% / 2);
    margin: 0 auto;
    padding: 0 15px;
    border-right: 1px solid #e4e4e4;

}
.about3_list .number_box b{
	font-size:30px;
}
.about3_list .text_box .title{
	font-size:18px;
}

}
.info_title{
	font-size: 35px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 70px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
    padding: 0;
}
.about_info_box{
    display: flex;
    flex-wrap: wrap;
	margin-bottom:60px;
}
.about_info_text{
	width:400px;
}
.about_info_img{
    width: calc(100% - 400px);
    padding-left: 100px;
}
.about_info_img img{
	width:100%;
}
.about_info_img_box{
    display: flex;
    flex-wrap: wrap;
}
.about_info_img_list{
	width:calc(100% / 2 - 30px);
	margin:15px;
}
.about_info_img_list img{
	width:100%;
}
.about_info_img_box .about_info_img_list:nth-child(n+3) {
    width: 100%;
}
@media only screen and (max-width: 1200px) {
.about_info_text, .about_info_img {
    width: 100%;
}
.about_info_img{
	padding-left:0px;
}
}
.item_bg_fixed{
	background-attachment: fixed;
    overflow: hidden;
}
.service_container_box{
	width: 85%;
    max-width: 1919px;
	margin:auto;
}
.banner_text_box .text{
	width: 85%;
    max-width: 1919px;
    padding-top: clamp(3rem,1.2498rem + 8.7509vw,7.813rem);
    padding-bottom: clamp(3rem,1.5455rem + 7.2727vw,7rem);
    padding-left: 5%;
    margin: 0 auto;
    border-radius: 0 0 40px 40px;
    background-color: #3c57e1;
    color: #fff;
}
.banner_text_box .text .en{
    line-height: 1.5;
    font-size: clamp(1rem,.9775rem + .0922vw,1.125rem);
    opacity: .9;
    font-weight: 300;
}
.banner_text_box .text .ch{
    font-size: clamp(2.5rem,2.3877rem + .4608vw,3.125rem);
    font-weight: bold;
}
/*service*/
.service_top_img_box{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: clamp(5rem,4.1197rem + 3.7559vw,7.5rem);
    padding-bottom: clamp(3rem,2.3838rem + 2.6291vw,4.75rem);
}
.service_top_img_text{
    position: relative;
    z-index: 2;
    width: calc(100% - 769px);
    padding-right: 25px;
}
.service_top_img_text .title{
    font-weight: 600;
    font-size: clamp(1.875rem,1.4923rem + 1.0204vw,3.125rem);
    line-height: 1.3;
}
.service_top_img_text .text {
    margin-top: clamp(2rem,0.6667rem + 3.7037vw,4rem);
    color: #666;
}
.service_top_img_img{
	width:769px;
    position: relative;
    aspect-ratio: 769/731;
}
.service_top_img_img img{
	width:100%;
}
.sticky-menu {
    margin-bottom: 65px;
    position: sticky;
    top: 90px;
    padding: 1rem 25px;
    z-index: 8;
    background: #f8f8f8;
}
.service_top_img_btn{
    display: flex;
    justify-content: center;
}
.service_top_img_btn a{
	width: 260px;
    height: 64px;
    background: #f8f8f8;
    border: 1px solid #84837b;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1d1d1d;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    margin: 0px 10px;	
    -webkit-transition: color .3s ease,background-color .3s ease;
    transition: color .3s ease,background-color .3s ease;

}
@media (max-width: 1550px){
.service_top_img_img{
	width:50%;
}
.service_top_img_text{
	width:50%;
    font-size: 22px;	
}	
}
@media (max-width: 760px){
.service_top_img_box{
    flex-wrap: wrap;	
}
.service_top_img_img, .service_top_img_text{
	width:100%;
}
.service_top_img_img{
	margin-top:40px;
}
}
/**/
.service_container_box.introduce_box{
    padding-top: clamp(4rem,1.3592rem + 11.2676vw,11.5rem);
    padding-bottom: clamp(4rem,1.3592rem + 11.2676vw,11.5rem);
}
.service_introduce_box .text_box{
    line-height: 2.5;
    color: #222;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.service_introduce_box .text_box .text{
	display: block;
    width: fit-content;
    margin: 65px auto;
    padding: 5px;
    position: relative;
    text-align: center;
    font-weight: 300;	
	font-size: clamp(1rem, 1.4063rem + 0.3438vw, 1.5rem);
}
/*line1*/
/*
.text_box .line1:before, 
.text_box .line1:after{
    content: "";
    display: block;
    width: 1px;
    height: 169%;
    background: #108696;
    position: absolute;
}
.text_box .line1:before{
    left: -5px;
    bottom: -19px;
}
.text_box .line1:after{
    bottom: -42%;
    right: 27%;
}
*/
/*line2*/
.text_box h2.line2{
    font-size: clamp(1.5rem, 1.4063rem + 1.3438vw, 2rem);
}
/*
.text_box .line2:after,
.text_box .line2:before {
    content: "";
    display: block;
    position: absolute;
    width: 79.57%;
    height: 1px;
    background: #108696;
}
.text_box .line2:before{
    left: -3%;
    top: -5%;
}
.text_box .line2:after {
    left: -6%;
    bottom: -5%;
}
*/
/*dec1*/
.text_box .dec1:after,
.text_box .dec1:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #108696;	
}
.text_box .dec1:after{
    left: 0;
    bottom: 0;
}
.text_box .dec1:before {
    left: 0;
    top: 5px;
}
/*dec2*/
.text_box .dec2:after,
.text_box .dec2:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #108696;	
}
.text_box .dec2:after{
    right: 0;
    bottom: 0;
}
.text_box .dec2:before {
	right: 0;
    top: 5px;
}
/*img_line*/
.text_box .img_line{
	display: none;
    position: absolute;
    right: 0;
    bottom: -10px;
    max-width: 73%;
    aspect-ratio: 321/26;
}
.text_box .img_line img{
    height: auto;
    vertical-align: bottom;
}
/*scroll_view_box*/
.scroll_view_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #108696;
    margin-top: clamp(3rem,0rem + 8.3333vw,7.5rem);
    margin-bottom: clamp(3rem,0rem + 8.3333vw,7.5rem);
    transition-duration: .8s;	
}
.scroll_view_box .scroll-circle {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.scroll_view_box .scroll-circle:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dotted #108696;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.scroll_view_box .scroll-circle:after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    background-color: #108696;
    -webkit-animation: scrollHeight 2s infinite;
    animation: scrollHeight 2s infinite;
}
.scroll_view_box .scroll-circle .icon{
    font-size: 30px;
}
.five-design .scroll-review .scroll-text {
    margin-top: 40px;
}
.scroll_view_box .scroll-text{
    margin-top: 40px;
}

@keyframes scrollHeight {
    0% {
        -webkit-transform: scaleY(0%);
        transform: scaleY(0%);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    49% {
        -webkit-transform: scaleY(100%);
        transform: scaleY(100%);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    50% {
        -webkit-transform: scaleY(100%);
        transform: scaleY(100%);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    100% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scaleY(0%);
        transform: scaleY(0%)
    }
}
.service_row{
    display: flex;
    flex-wrap: wrap;
}
.service_list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #ccc;
}
.service_list .text_box{
	width:50%;
	padding: 4vw 4vw 4vw 5%;
}
.service_list .img{
	width:50%;
}
.service_list .img img{
	width:100%;
}
.service_list .text_box .step{
	color: #178342;
    font-size: clamp(1.625rem,1.5127rem + .4608vw,2.25rem);
    font-weight: 700;
    margin-bottom: 10px;
}
.service_list .text_box .title{
    font-weight: 600;
    font-size: clamp(1.5625rem,1.4165rem + .5991vw,2.375rem);
    margin-bottom: clamp(1.875rem,0.5382rem + 2.7886vw,5rem);
}
.service_list .text_box .edit{
    color: #6e6e6e;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
}
.service_card_box{
    background: #fff;
    width: 80%;
    margin: auto;
    z-index: 1;
    position: relative;
    top: -5vw ;
    padding: 5vw;
    border-radius: 10px;
}
.service_card_box > .title{
	text-align:center;
	margin-bottom:clamp(45px,45px + .5vw,60px)
}
.service_card_row{
    display: flex;
    flex-wrap: wrap;
}
.service_card_list{
	width: calc(100% / 4 - 40px);
	margin:20px;
	text-align:center;
}
.service_card_list .img{
    margin-bottom: 30px;
    width: 100%;
    height: 80px;
}
.service_card_list .img img{
    height: 100%;
    width: auto;
}
.service_card_list .title{
	font-size:clamp(16px,12px + 1vw ,18px)
}
.item_bg_fixed.service_edit_box{
    padding: clamp(2.5rem,4.1521rem + 5.53vw,10rem) 0;
	background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
}
@media (max-width: 760px){
.service_list .text_box{
	width:100%
}	
.service_list .img{
	display:none;
}
.service_card_list{
	width: calc(100% / 2 - 40px);
}
}
/*篩選*/
.advancedSearch_bg{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.advancedSearch_bg.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.advancedSearch_bg .mask{
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.advancedSearch_box {
    position: relative;
    width: 100%;
    max-width: 820px;
    margin-top: 30vh;
    max-height: 100%;
	margin-top: 10vh;
    height: 85vh;
    padding: 115px 70px 30px;
    background-color: #fff;
    overflow-y: auto;
    -webkit-transition: margin .5s;
    -o-transition: margin .5s;
    transition: margin .5s;
}
.advancedSearchClose {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 80px;
    height: 80px;
    background-color: #108696;
    border: none;
    cursor: pointer;
}
.advancedSearchClose::before, .advancedSearchClose::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -1px;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.advancedSearchClose::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.advancedSearchClose::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.advancedSearch_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;	
}
.advancedSearchTitle {
    width: 100%;
    font-size: 20px;
    letter-spacing: .05em;
    color: #1a1a1a;
    padding-bottom: 12px;
    border-bottom: 3px solid #108696;
}
.advance_list{
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}
.advance_list .title{
    width: 80px;
    font-size: 16px;
    letter-spacing: .05em;
    color: #000;
}
.advance_list .choose{
	width: calc(100% - 80px);
    padding-left: 20px;
}
.click_btn_box, .tick_btn_box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.click_btn_box > a{
	width:calc(100% / 3 - 6px);
	margin:3px;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: .05em;
    color: #333;
    border: 1px solid #e8e8e8;
    text-align: center;	
}
.click_btn_box > a.active, .click_btn_box > a:hover{
    color: #108696;
    border-color: #108696;
}
.tick_btn_box a{
    position: relative;
    padding-left: 30px;
    padding-right: 25px;
    font-size: 14px;
    letter-spacing: .05em;
    color: #3f3f3f;	
}
.tick_btn_box a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background-color: #ececec;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tick_btn_box a.active{
    color: #108696;
}
.tick_btn_box a.active::before {
	background-color: #108696;
}
.tick_btn_box.frame a{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
    padding-right: 10px;
    font-size: 14px;
    letter-spacing: .05em;
    color: #3f3f3f;
    border: 1px solid #ececec;
    margin: 3px;	
}
.tick_btn_box.frame a::before{
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    width: 17px;
    height: 17px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tick_btn_box.frame a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: 11px;
    font-size: 14px;
    color: white;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;	
}
.tick_btn_box.frame a.active{
    border: 1px solid #108696;	
}
.tick_btn_box.frame a.active::after, .tick_btn_box.frame a:hover::after{
    opacity: 1;
}
.advance_btn_box{
	position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    display: none;	
}
.advance_btn_box a{
    padding: 5px 10px;
    background: #108696;
    color: white;
    text-align: center;
    font-size: 20px;
    display: block;	
}
@media only screen and (max-width: 860px){
.advancedSearch_box{
    max-height: 100%;
    margin-top: 0vh;
    height: 100vh;
    padding: 115px 20px 30px;	
}
.advancedSearchClose{
    position: fixed;
}
.advance_list{
    flex-wrap: wrap;
}
.advance_list .title, .advance_list .choose{
	width:100%;
}
.advance_list .choose{
    padding: 10px;
}
.advance_btn_box{
	display: block;
}
}
@media only screen and (max-width: 600px){
.advancedSearch::after{
    display: none;
}
}
/*footer*/
.footer{
    color: #000;
    padding: 115px 0px 0px 0px;
    line-height: 1.5;
}
.footer a{
	color:#000;
}
.footer_row{
display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.footer_info{
    width: 300px;
}
.footer_img_box{
	width: 300px;
    display: flex;
    align-items: flex-end;
}
.footer_contact{
    width: 300px;

}
/*left*/
.footer_info_text{
	
}
.footer_social{
	display: flex;
    flex-wrap: wrap;		
}
.footer_social_list{
	font-size: 14px;
	display: flex;
    align-items: center;
	border: #ddd 1px solid;
    border-radius: 20px;
	padding:5px 15px;
	margin:10px;
}
.footer_social_list .icon{
	width:auto;
	height:24px;
	margin-right:10px;
}
.footer_link{
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,.72);
    margin-bottom: 22px;
}
.footer_link a{
    font-size: 13px;
    letter-spacing: 3px;
}
.footer_link a:not(:first-child){
	margin-left:10px;
}
.QRCode_img{
    width: 100%;
    text-align: center;
    margin: 20px 0px;
}
.QRCode_img img{
	max-width:100%;
	width:160px;
}
.tag_box{
	display: flex;
    flex-wrap: wrap;

}
.tag_box, .tag_box a{
   
}
.tag_box .slogan{
	width:200px;
	padding-right:30px;
}
.tag_box .tag{
    width: 70%;
    text-align: center;
    margin: 20px auto;
}
.copyright{
	width:100%;
    text-align: center;	
	padding-bottom:20px;
}
.tag_box .tag a{
    display: inline-block;

}
.tag_box .tag > a, .tag_box .tag > a > h2, .copyright{
	font-size: 12px;
    color: #000;

    font-weight: 200;
    	margin-bottom: 0px;
}
.tag_box .tag > a{
    padding:  5px;	
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    margin-right: 6px;	
	margin-bottom: 5px;
}
/*center*/
.footer_img_box .img{
     position: relative;
    max-height: 435px;
    overflow: hidden;
}
.footer_img_box .img img{
	width:100%;
    overflow: hidden;
}
.footer_img_box .img img.bg{
    position: relative;
    z-index: 2;
}
.footer_img_box .img img.ph_img{
    position: absolute;
    left: 6%;
    top: 3%;
    width: 88%;
    border-radius: 10%;
}
/*right*/
.footer_line_box{
	width:100%;
	max-width:135px;
}
.line_head{
    padding: 12px 15px;
    background: #06c755;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1.85;
    display: block;
}
.QRcode_box{
    background: #fff;
    color: #3e3947;
    padding: 25px 0;
    cursor: pointer;
	text-align:center;
}
.QRcode_box img{
	width:80px;
}
.copyright_box{
    width: 100%;
}
.copyright_box, .copyright_box a{
    font-size: 12px;
    color: #9f9f9f;	
}
.down_btn_a_box{
    display: flex;
    flex-direction: column;
}
.down_btn_a{
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
.down_btn_a > .icon{
	margin-right:5px;
}
.down_btn_a.phone{
    border: #ffb31f 1px solid;
    background: #ffb31f;
    border-radius: 20px;
    color: white;	
}
.down_btn_a.line{
    border: #00c300 1px solid;
    background: #00c300;
    border-radius: 20px;
    color: white;	
}
.down_menu_box{
	position: relative;
    display: flex;
    flex-wrap: wrap;
}
.down_menu_box .down_menu_list {
    position: relative;
    font-size: 14px;
    color: #a8a8a8;
    padding: 0;
    display: block;
    width: 33%;
    border-right: 1px solid #cacaca;
    padding-bottom: 20px;
    text-align: center;	
	
}
.down_menu_box .down_menu_list:nth-child(3n) {
    border: 0;
}
.down_menu_box .down_menu_list:nth-last-child(-n+3){
    padding-bottom: 0px;
}
.company_title{
font-size: 20px;
    display: block;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.contact_data{
    position: relative;
    font-size: 14px;
    display: flex;
    flex-direction: column;	
	margin-bottom:20px;
}
.contact_data_list {
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
    white-space: nowrap;
}
.contact_data .contact_data_list:last-child{
    border-right: 0;
}
.footer_contact .edit{
	margin-bottom:10px;
}
/*footer_menu*/
.footer_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #f2f3ed;
    padding-top: 15px;
    padding-bottom: 10px;
}
.footer_menu a{
	padding:0px 15px;
}
/*footer_ad_btn_box*/
.footer_ad_btn_box{
    display: flex;
    margin: 20px 0px;
}
.footer_ad_btn_box a{
	padding: 5px 15px;
    border: 1px solid #f80034;
    color: #f80034;
    font-size: 16px;
    border-radius: 20px;
}
.footer_ad_btn_box a:hover{
    color: #fff;
    background: #f80034;
}
@media only screen and (max-width: 960px) {
.footer{
	padding-top:45px;
}
.contact_data{
    flex-wrap: wrap;
}
.contact_data_list {
    width: calc(100% / 2 - 15px);
}
}
@media only screen and (max-width: 860px) {
.contact_data{
    flex-wrap: wrap;
}
.contact_data_list {
    width: calc(100% / 2 - 15px);
}
}
@media only screen and (max-width: 760px) {
footer{
	padding-bottom:55px;
}
.footer{
	padding-bottom:0px;
}
.footer_info {
    width: 100%;
}
.footer_contact {
    width: 100%;
	margin-top:15px;
	text-align: center;
}
.down_menu_box{
	margin:20px 0px;
}
.footer_ad_btn_box{
    justify-content: center;
}
}
/*seo article*/
.seo_row{
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0px;
}
.seo_row .seo_title_box{
	width: 300px;
}
.seo_article_row{
    width: calc(100% - 320px);
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}
.seo_row .seo_title_box .h1_title{
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: .03em;
}
.seo_row .seo_title_box .h2_title{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02em;
}
.seo_article_list{
    width: calc(100% / 3 - 20px);
    margin: 10px 10px 15px 10px;
    border-left: 1px solid #e9e9e9;
    padding: 0px 15px 40px 15px;
}
.seo_article_list .date_title{
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;	
}
.seo_article_list .date_title .date{
	width: 55px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #b0b0b0;
    color: #707070;
    text-align: center;
}
.seo_article_list .date_title .date .day{
    font-size: 40px;
    letter-spacing: .05em;
    font-weight: 300;
}
.seo_article_list .date_title .date .txt_m_y{}
.seo_article_list .date_title .title{
	width: calc(100% - 55px);
    padding-top: 5px;
    padding-left: 30px;
    line-height: 1.8;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.seo_article_list .date_text_box{
    font-size: 12px;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;	
}
@media only screen and (max-width: 1200px){
.seo_row .seo_title_box, .seo_article_row {
    width: 100%;
	margin-left:0px;
}
.seo_row .seo_title_box{
    text-align: center;
    margin-bottom: 45px;	
}
}
@media only screen and (max-width: 860px){
.seo_article_list{
    width: calc(100% / 2 - 20px);
}
.seo_article_list .date_title .date{
    width: 100%;
    text-align: left;
}
.seo_article_list .date_title .date .day{
	font-size: 12px;
}
.seo_article_list .date_title .title{
	width:100%;
	padding-left: 0px;
    font-size: 16px;
}
}
@media only screen and (max-width: 760px){
.seo_article_list{
    width: 100%;
    border-left: 0px solid #e9e9e9;	
    border-bottom: 1px solid #e9e9e9;	
}
}
/*article*/
.article_row_box{
    width: calc(100% - 320px);
}
.article_row {
    display: flex;
    flex-wrap: wrap;
}
.article_row .seo_article_list{
	width: calc(100% / 2 - 20px);
    margin: 0px 10px 0px 10px;
    border-left: 1px solid #e9e9e9;
    padding: 0px 15px 40px 15px;
}
.article_row .seo_article_list:nth-child(odd){
    border-left: 0px solid #e9e9e9;
}
@media only screen and (max-width: 760px){
.article_row_box{
	width: 100%;
    padding: 20px 0px;
}
.article_row .seo_article_list{
	width: 100%;

}
}
/*article ii*/
.article_container_row{
    display: flex;
    flex-wrap: wrap;
}
.article_menu_box{
    position: relative;
    width: 320px;
    border-right: 1px solid #f2f2f2;	
}
.article_text_box{
    width: calc(100% - 640px);
    margin-right: auto;
}
.article_menu_title {
    position: relative;
    padding-left: 40px;
    padding-top: 30px;
	font-weight: 400;
    font-size: 26px;
    letter-spacing: .05em;
    color: #343434;
}
.menu_ul_box{
    padding: 20px 0;
}
.menu_ul_box .menu_ul{
    list-style: none;
    padding-left: 0px;	
}
.menu_ul_box .menu_ul li a{
	position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    letter-spacing: .05em;
    color: #676767;
    border-bottom: 1px solid #f2f2f2;
}
.menu_ul_box .menu_ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #f80034;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menu_ul_box .menu_ul li a:hover::after,
.menu_ul_box .menu_ul li a.active::after {
    width: 100%;
}
.article_top_title_box{
    display: flex;
    padding: 37.5px 6%;
    border-bottom: 1px solid #f2f2f2;
}
.article_top_title_box .date{
    width: 55px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
}
.article_top_title_box .date .day{
    font-size: 40px;
    letter-spacing: .05em;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.article_top_title_box .date .txt_m_y{}
.article_top_title_box .text{
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 25px;
}
.article_top_title_box .text .txt{
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
    letter-spacing: .02em;
}
.article_top_title_box .text .title{
    font-size: 3rem;
    line-height: 1;
    color: #181414;
    font-weight: bold;
	letter-spacing: .02em;
}
.article_edit_box{
    padding-left: 16%;
    padding-right: 16%;
}
.catalog_box{
	padding: 20px;
    background: #f1f1f1;
    margin: 10px 0;
}
.catalog_box .title{
    font-size: 18px;
    margin-bottom: 10px;
}
.catalog_box ul > li{
    margin-top: 0.75rem;	
}
.catalog_box ul a{
    color: #159347;
    line-height: 1.5;
    font-size: 18px;
}
.edit.tag_edit{
	
}
.edit_title{
    font-weight: 700;
    font-size: 2.25rem;
	letter-spacing: .25rem;
    line-height: 1.5;
    color: #c0392b;
    margin: 20px 0;

}
@media only screen and (max-width: 1300px){
.article_edit_box{
    padding-left: 2rem;
    padding-right: 2rem;
}	
}
@media only screen and (max-width: 760px){
.article_edit_box{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}	
}
/*切換分頁按鈕*/
.page_btn_box{
    position: relative;
    margin: 35px 0px;
    width: 100%;
    height: 45px;
}

.page_btn_box:before {
	content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 10px);
    background: #a59595;
    left: 50%;
}

.page_btn{
    position: relative;
    width: 50%;
	display: flex;
    flex-wrap: wrap;
}

.page_btn_box .page_btn.left{
	justify-content: flex-start;
	padding-right: 10px;
	padding-left: 35px;
	text-align:left;
	float: left;
}
.page_btn_box .page_btn.right{
    padding-right: 35px;
    padding-left: 10px;
    text-align: right;
    float: right;
}
.page_btn_box .page_btn.left .icon{
	left: 0px;
}
.page_btn_box .page_btn.right .icon{
	right: 0px;
}
.page_btn > .icon{
	position: absolute;
    font-size: 20px;
	top: 10px;
}
.page_btn > .text{
	width: 100%;
    font-size: 18px;
    color: #108696;
    font-weight: 900;
    letter-spacing: 1.2px;
}
.page_btn > .title{
	width: 100%;
	font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.2px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/*右側文章列表*/
.article_fixed_box{
	position: fixed;
    right: 0;
    top: 0;
    padding-top: 90px;
    height: 100%;
    width: 320px;
    border-left: 1px solid #f2f2f2;
}
.article_fixed_row{
    display: flex;
    flex-wrap: wrap;
}
.article_fixed_list{
	width:100%;
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 35px;	
    border-bottom: 1px solid #f2f2f2;
}
.article_fixed_list .date{
    width: 55px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
}
.article_fixed_list .date .day{
	font-size: 40px;
    letter-spacing: .05em;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.article_fixed_list .date .txt_m_y{}
.article_fixed_list .text{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px;
    padding-top: 8px;
}
.article_fixed_list .text .txt{
	padding-bottom: 3px;
    font-size: 14px;
}
.article_fixed_list .text .title{
	display: block;
    font-size: 16px;
    letter-spacing: .05em;
    color: #2f2b2b;
    line-height: 1.5;
    max-height: 50px;
}
/*tag2*/
.article_text_box.tag2{
	width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
}
.article_left_box{
   width: calc(100% - 320px);
}
.article_right_box{
    height: 100%;
    width: 320px;
    border-left: 1px solid #f2f2f2;
}
.article_right_box .article_fixed_row{
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 90px;	
}
.tag_edit .edit img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.tag_edit .edit p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
	font-weight:300;
}
@media only screen and (max-width: 1300px) {

.article_text_box {
    width: calc(100% - 320px);
    margin-right: auto;	
}
.article_fixed_box{
    position: relative;
	width:100%;
}
/*tag2*/
.article_text_box.tag2{
    width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
}
.article_left_box{
	width:100%;
}
.article_right_box{
    width: 100%;
    height: auto;
}
.article_right_box .article_fixed_row{
	position: relative;
    top: 0px;
}
}
@media only screen and (max-width: 760px) {
.article_menu_box, .article_text_box{
	width:100%;
}
.article_menu_box{
	background: #f80034;
}
.article_menu_title{
	color: #fff;
    margin-bottom: 20px;
}
.article_menu_title:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2b";
    position: absolute;
    top: 50%;
    right: 10%;
    font-size: 22px;
    transition: .3s;
}
.article_menu_title.active:after {
    transform: rotate(45deg);
}
.menu_ul_box{
	width: 100%;
    height: 0px;
	padding: 0px;
    background: #e9e9e9;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 8;
    transition: all .5s ease;
}
.menu_ul_box.active{
	height: auto;
}
/*tag2*/
.article_top_title_box .text .title{
    font-size: 1.875rem !important;
}
.article_text_box.tag2{
	width:100%;
}
.tag_edit .edit img{
	max-width: 100%;
}
}
/*contact*/
.contact_page_title {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 26px;
	color: #333;
}

.contact_form_title {
	margin-top: 60px;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: .05em;
	color: #108696;

}

.form_list_title {
	margin-bottom: 25px;
	padding-bottom: 5px;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: .05em;
	color: #1a1a1a;
	border-bottom: 3px solid #108696;
}

/*聯絡我們*/

.contact_box01 {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px;
	margin-top: 30px;
	color: #161616;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	word-wrap: break-word;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.contact_box02 {
	color: #838383
}

.contact_box01 .contact_box01a {
	display: block;
	width: calc(100% / 2 - 15px);
	padding: 0px;
	position: relative;
	min-height: 1px;
}

.contact_box01 .contact_box01b {
	display: block;
	width: 100%;
	padding: 0px;
	position: relative;
	min-height: 1px;
}

.contact_box01a .contact_box02,
.contact_box01b .contact_box02 {
    position: relative;
    margin-bottom: 35px;
}

.contact_box02 input[type="text"] {
	-webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	display: block;
	width: 100%;
	height: 34px;
	padding: 8px 12px 8px 0px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #333333;
	background: none;
	border: 0px;
	border-bottom: 2px solid #dddddd;
	-webkit-appearance: textfield;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
}

.contact_box02 textarea {
	text-rendering: auto;
	display: block;
	width: 100%;
	padding: 3px 12px 3px 0px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #333;
	background: none;
	border: 0px;
	border-bottom: 2px solid #dddddd;
	-webkit-appearance: textarea;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	flex-direction: column;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.contact_box02 b {
	color: #838383;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}

.contact_box02 label small,
.contact_box02 b small,
.contact_box_title small {
	color: #f00 !important;
}

.contact_box02 input[type="text"]:focus,
.contact_box02 textarea:focus {
	border-bottom: 3px solid #108696
}

.contact_box02 input[type="text"]:focus+label,
.contact_box02 textarea:focus+label {
	top: -15px;
	font-size: 0.875rem;
	color: #108696
}
.contact_box {
	width: 100%;
	max-width: 1440px;
	margin: auto auto 20px auto;
	padding: 15px;
}

.me_btn01 {
	width: 100%;
	margin-top: 3%;
	text-align: center;
}

.me_btn01 a {
	display: inline-block;
	padding: 10px 30px;
	margin: 5px;
	font-size: 14px;
	background: #9ba47b;
	color: #ffffff;
	cursor: pointer;
	letter-spacing: 1px;
	border-radius: 5px;
}

.contact_box02.code_row {
	display: flex;
}

input:focus:not(:focus-visible) {
	outline: none;
	/* 移除默认的焦点框线样式 */
	/* 添加你自定义的样式，例如设置背景色 */
	background-color: #f0f0f0;
}

@media only screen and (max-width: 599px) {
	.contact_box01 .contact_box01a {
		width: 100%;
	}
}

/**/
.contact_row_box {
	padding: 5% 0px;
	/*
	background: #108696;
	*/
}

.contact_row {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1300px;
	margin: auto;
	border-radius: 30px;
	overflow: hidden;
}

.contact_text_box {
	position: relative;
	width: 550px;
	background: #ffffff;
	color: #000;
	padding: 115px 60px;
}
.contact_left_img_box{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 15;
    width: 100%;	
}
.contact_left_img{
	width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}
.contact_form_box {
	width: calc(100% - 550px);
	padding: 80px 30px;
	background: #fff;
}

@media only screen and (max-width: 1200px) {
.contact_text_box,
.contact_form_box {
	width: 100%;
    padding: 40px;	
}
.contact_left_img_box{
	display:none;
}
}
/**/
.contact_form_box form{
	max-width: 465px;
	margin-left: auto;
	margin-right: auto;
}
.contact_box02 label.title{
    position: relative;
	font-size: 18px;
	color: #2c2c2c;
	margin-bottom: 10px;
	display: block;
}
.contact_box02 input[type="text"]{
    display: block;
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	height: 57px;
	padding: 10px 30px;
	font-size: 18px;
	line-height: 35px;
	font-weight: normal;
	color: #2c2c2c;
	outline: none;
}
.contact_check_row{
    display: flex;
    flex-wrap: wrap;
}
.contact_check{
	display: block;	
    color: #2c2c2c;
    background: #faf8f8;
    width: calc(50% - 8px);	
    height: 57px;
	margin: 0 4px 8px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.contact_check.active{
    background: #1877f2;
    color: #fff;
    will-change: background-color, color;
}
/*20240322 tag2新增按鈕*/
.footer_ContactBtn_box{
    max-width:	100%;
    margin:	auto;
    display: flex;
    justify-content: center;
	padding: 40px 0px
}
.footer_ContactBtn_box .btn{
	width: calc(60% - 50px);
    border-radius: 35px !important;
    background-image: -webkit-linear-gradient(345deg, #e22410, #f30063);
    background-image: -o-linear-gradient(345deg, #e22410, #f30063);
    background-image: linear-gradient(105deg, #e22410, #f30063);
    -webkit-box-shadow: 0 15px 15px -15px rgba(229, 58, 40, 0.8)!important;
    box-shadow: 0 15px 15px -15px rgba(229, 58, 40, 0.8)!important;
    color: #fff;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 13px 28px !important;
    border-color: transparent;
    line-height: 1;
}
.footer_ContactBtn_box .btn:hover{
    background-image: -webkit-linear-gradient(315deg, #e22410, #e50093);
    background-image: -o-linear-gradient(315deg, #e22410, #e50093);
    background-image: linear-gradient(135deg, #e22410, #e50093);
    -webkit-box-shadow: 0 15px 20px -15px rgba(229, 58, 40, 0.8)!important;
    box-shadow: 0 15px 20px -15px rgba(229, 58, 40, 0.8)!important;
}
.footer_ContactBtn_box .btn.ph{
    display: none;
}
@media only screen and (max-width: 760px){
.footer_ContactBtn_box .btn.pc{
    display: none;
}
.footer_ContactBtn_box .btn.ph{
    display: block;
    width: calc(100% - 50px);
}
}