@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap');
html,body {
	font-family:'Quicksand', 'Noto Sans TC',"微軟正黑體", cursive;
	-webkit-text-size-adjust:100%;	
	width:100%;
	height:100%;
    color: #232323;}
.container_box {
    width: 100%;
    max-width: 1200px;
    margin: auto;
	padding:10px;
}

/*swiper*/
.swiper_next{
	position: absolute;
    right: 0;
    top: 36%;
    z-index: 1;
    width: 50px;
    height: 100px;
    background: #1ccdca94;
    border-radius: 100px 0% 0% 100px;

}
.swiper_prev{
	position: absolute;
    left: 0px;
    top: 36%;
    z-index: 1;
	width: 50px;
    height: 100px;
    background: #1ccdca94;
    border-radius: 0px 100px 100px 0%;
}
.swiper_next > div,
.swiper_prev > div{
	position: relative;
}
.swiper_next > div span,
.swiper_prev > div span{
	position: absolute;
    top: 21px;
    font-size: 2.5em;
    color: white;
}
.swiper_next > div span{
    left: 22px;	
}
.swiper_prev > div span{
    right: 22px;
}
.swiper_next:hover,
.swiper_prev:hover{
    background: #61c7c5cf;
}
.swiper_ph{
	display: none;
}
@media only screen and (max-width: 760px) {
.swiper_pc{
	display: none;
}	
.swiper_ph{
	display: block;
}
}
/*編輯器*/
.edit{
	font-size:1em;
	font-weight:400;
	line-height:2;
}
.edit iframe{
	max-width:100%;
}
.edit table{
	max-width:100%;
}
.edit p{
	margin-bottom:0px;
}
.edit img{
	max-width:100%;
	height:auto;}
.edit ul{
	list-style-type: disc;
	padding-left: 1.5rem;
}
.edit table td{
	padding:5px;
	border: 1px solid rgba(0,0,0,.2);
}
.page_title{
    font-size: 28px;
    padding-bottom: 15px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
/*gotop*/
#gotop {
    
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    background-size: 100%;
    border: 1px solid #ccc;
    border-radius: 45px;
    bottom: 20px;
    color: #000000;
    cursor: pointer;
    display: none;
    font: bold 15px/58px Century Gothic, sans-serif;
    height: 45px;
    opacity: 1;
    padding: 0;
    position: fixed;
    right: 3px;
    text-align: center;
    width: 45px;
    z-index: 10;
}
#gotop > .icon{
	position: relative;
    bottom: 5px;
}
#gotop > .icon:before{
    content: '';
    position: absolute;
    top: 0px;
    background-color: #000;
    width: 100%;
    height: 2px;
    border-radius: 200px;
}
/*圖片庫*/
.poto_row{
    display: flex;
    flex-wrap: wrap;
}
.poto_list{
    width: calc(100% / 4 - 40px);
    margin: 20px;
    height: 185px;
    overflow: hidden;
}
.poto_list img{
	width:100%;
}
@media only screen and (max-width:760px){
.poto_list{
	width:calc(100% / 2 - 20px);
	margin:10px;
}
}
/*頁碼*/
.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: #000000;
    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;
}
/*橫幅*/
.banner{
	position: relative;	
	width:100%;	
}
.banner img{
	width:100%;
}
/*路徑*/
.path_box{
	background-color: whitesmoke;
}
.path{
	width: 1340px;
    max-width: 100%;
    padding: 9px 15px;
    margin: 0 auto;
}
/*item title*/
.item_box{
	display: flex;
    justify-content: center;
}
.item_box_title{
    margin-bottom: 10px;
	text-align: center;
}
.item_box_title .ch{
	font-size: 32.5px;
	color:#003168;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #003064;
}
.item_box_title .en{
	margin-bottom: 0px;
    font-size: 16.9px;
    color: #595757;
}
/*按鈕*/
.page_btn_box{
	display: flex;
    justify-content: center;
    margin: 20px 0px 120px 0px;
}
.page_btn_box2{
	display: flex;
    margin: 20px 0px 120px 0px;
}
.about_btn_box{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;	
}
.about_read{
	position: relative;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    text-align: center;	
    padding-top: 8px;
    padding-right: 35px;
    padding-bottom: 12px;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #53585a;
    text-transform: uppercase;
    border-bottom: 2px solid #53585a;
}
.about_read:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #d79a2a;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.about_read::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f178";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2.5px;
}
.about_read:hover::before {
    width: 100%;
}
.read_more{
    display: inline-block;
    width: 240px;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    color: #ffffff;
    background: #4180D8;
    background: -moz-linear-gradient(left, #4180D8 0%, #003a8c 100%);
    background: -webkit-linear-gradient(left, #4180D8 0%,#003a8c 100%);
    background: linear-gradient(to right, #4180D8 0%,#003a8c 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.read_more:hover {
	color:#fff;
    opacity: 0.8;
}
.product_dm_box{
	display: flex;
    flex-wrap: wrap;
    margin: 15px 0px;
}
.product_dm_box .dm_btn{
    padding: 5px 10px;
    background: #1ccdca;
    margin: 10px;
    color: white;
}
.product_dm_box .dm_btn:hover{
    background: #226564;	
}
.product_btn_box{
    display: flex;
    justify-content: center;
    margin: 70px 0px 90px 0px;
}
.product_btn_more{
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #3fd5d2;
    border-left: 1px solid #3fd5d2;
    border-top: 1px solid #3fd5d2;
    border-bottom: 1px solid #3fd5d2;
    min-width: 45px;
    line-height: 1;
    padding: 10px 30px;
    text-align: center;
}
.product_btn_more:before {
    content: '';
    width: 1px;
    height: 65%;
    background: #3fd5d2;
    position: absolute;
    bottom: 0px;
    right: -1px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.product_btn_more:hover:before{
	 height: 100%;
}
.product_btn_more:hover{
    background: #e9e9e9;
	color: #717071;
}

.gear_icon_box{
	position: relative;
}
.gear_icon{
    position: absolute;
    font-size: 16px;
    right: 3%;
    bottom: 3px;
    color: #3fd5d2;
    animation: rotation 5s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.round_box_bg {
    position: absolute;
    top: 10%;
    right: -20%;
    opacity: 1;
    border: 10vw solid #afafaf66;
    width: 40vw;
    height: 40vw;
    content: "";
    border-radius: 50%;
    z-index: 0;
}
footer {
    padding-top: 100px;
    background-color: #f5f5f5;
	font-size: 16px;
}
.footer_box{
	width: 100%;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
	margin: auto;
}
.footerInfo a {
    color: #b9b9b9;
}
.footer_row{
    display: flex;
    padding-top: 35px;
    padding-bottom: 50px;
    border: 1px solid #5c5c5c;
    border-right: none;
    border-left: none;
}
.leftItemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.downLogo {
    width: 165px;
    margin-right: 35px;
}
.downLogo img {
    display: block;
    width: 100%;
}
.footerInfo {
    color: #9b9b9b;
    line-height: 1.7;
}
.rightItemBox {
    margin-left: auto;
}
.socialBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.socialBox .title {
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: right;
    color: #bbb;
	    width: 120px;
}
.socialBox .icon_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
}
.socialBox .icon_box a {
    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;
    width: 36px;
    height: 36px;
    font-size: 22px;
    color: #999;
}
.copyright {
	padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #f5f5f5;
    color: #9b9b9b;
    font-size: 12px;
}
.copyright a{
	color: #9b9b9b;
}
@media only screen and (min-width:760px){
.socialBox {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
}
@media only screen and (max-width:760px){
footer{
	padding-top:40px;
}
.footer_row{
    flex-wrap: wrap;
    border-top: 0px solid #5c5c5c;	
	padding-top: 0px;
}
.leftItemBox{
    width: 100%;
	flex-wrap: wrap;
}
.rightItemBox{
	margin-left:0px;
}

.socialBox .title{
	width: 180px;
	padding-right: 40px;
}
}
/*-----*/
.index_about_bg_box{
    position: absolute;
    display: block;
    top: 0px;
	left: -100vw;
    overflow: hidden;
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    box-shadow: 4px 4px 10px rgb(255 255 255);
    transition: 0.5s;
	z-index:-1;
}
.index_about_bg_box2 {
	 position: relative;
    background: #bcc0bd;
    color: #fff;
    text-decoration: none;
    font-family: arial, sans-serif;
    text-align: center;
    font-weight: bold;
    padding: 40vh 100vw;
    font-size: 1rem;
    line-height: 2rem;
   
}
.index_about_box{
    display: flex;
    flex-wrap: wrap;	
	padding: 20px;
}
.index_about_box > .text, .index_about_box > .img{
	width:50%;
}
.index_about_box > .img img{
	width:100%;
}
.index_about_box > .text{
    padding: 20px;	
}
.index_about_box > .text > .title{
    position: relative;
    font-size: 22px;
    color: #3fd5d2;
    margin-bottom: 40px;
}
.index_about_box > .text > .title::before {
    content: '';
    width: 35px;
    height: 2px;
    position: absolute;
    bottom: -25px;
    left: 0px;
    background: #3fd5d2;
}
@media only screen and (max-width:960px){
.index_about_box > .text, .index_about_box > .img {
    width: 100%;
}
.index_about_box > .text{
	order:1;
}
.index_about_box > .img {
	order:0;
}
}

/*product*/
.product_row{
    display: flex;
    flex-wrap: wrap;	
}
.product_list{
	position: relative;
	width:calc(100% / 4 - 20px);
	margin:10px;
    background: #f5fffe;
}
.product_list .img{
	width: 100%;
    height: 200px;
    text-align: center;
    overflow: hidden;
}
.product_list .img img{
	width: 100%;
    height: auto;
}
.product_list .text{
	width:100%;
	padding:10px;
}
.product_list .text > .title{
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product_list:before {
    content: "";
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #3fd5d2;
    position: absolute;
    top: 0;
    left: 0;
    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;
}
.product_list:hover:before {
    opacity: 1;
}
@media only screen and (max-width:960px){
.product_list .img{
	height:165px;
}
}
@media only screen and (max-width:760px){
.product_list{
	width:calc(100% / 2 - 20px);
}
.product_list .img{
	height:auto;
}
.product_list .img img{
	width:100%;
	max-height:auto;
}
}
/*產品列表*/
.products_left_box{
	width:250px;
	margin-right: 25px;
}
.products_right_box{
	width:calc(100% - 275px);
}
.products_menu{
	list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
	font-size: 16px;
}
.products_menu_list{
	margin:10px 5px;
}
.products_menu_class{
	    display: flex;
    justify-content: space-between;
}
.products_menu_class a{
	color: black;
    font-size: 16px;
    font-weight: 600;
}
.products_menu_down{
	display: none;
	position:relative;
	width:100%;
	margin: 10px 0px;
	padding-left: 25px;
}
.products_menu_down.active{
	display: block;
}
.products_menu_down:before{
	content: '';
    position: absolute;
	width: 2px;
    height: calc(100% - 10px);
	background: black;
	left: 24px;
}
.products_menu_down a{
	position:relative;
	color: black;
	display:block;
	margin: 5px 0px;
	padding-left: 30px;
}
.products_menu_down a:before{
	content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: black;
    left: 0px;
    top: 12px;
}
@media only screen and (min-width: 1200px) {
.products_menu_down a:hover{
	color: #1ccdca;
}
.products_menu_down a:hover:before{
    background: #1ccdca;
}
}
.products_menu_down a.active{
	color: #1ccdca;
}
.products_menu_down a.active:before{
    background: #1ccdca;
}
.menu_down_btn.active{
	transform: rotate(-180deg)
}

.products_content_box{
	display: flex;
}
@media only screen and (max-width: 1200px) {
.products_menu_down a.active{
	color: #fff;
	text-decoration:underline;
}
.products_menu_down a.active:before{
    background: #fff;
}
.products_content_box{
	flex-wrap: wrap;
}
.products_left_box{
	display: none;
}
.products_right_box{
	width:100%;
}
/*產品選單*/
.products_menu_down:before {
	height: calc(100% - 16px);
	background-color: white;
}
.products_menu_down a:before{
	background-color: white;
}
}
/*產品頁選單*/
.product_menu_ph_box{
	display: none;
}
.product_menu_ph_box .select_box{
	width:calc(100% / 2 - 20px);
}
.product_menu_ph_box .select_box:nth-child(2){
	margin-left:40px;
}
.product_menu_ph_box .select_box > select{
	width: 100%;
    border: 1px solid #3fd5d2;
    color: #3fd5d2;
    border-radius: 25px;
    padding: 15px;
}
@media only screen and (max-width: 1200px) {
.product_menu_ph_box{
	display: flex;
}
}
/*box line*/
.list_border{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    display: block;
    pointer-events: none;
}
.list_border::before{
	content: "";
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    border-top: 1px solid #3fd5d2;
    border-left: 1px solid #3fd5d2;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}
.list_border::after {
    content: "";
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    border-top: 1px solid #3fd5d2;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #3fd5d2;
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
}
.list_border.bottom{
    top: auto;
    bottom: 0;	
}
.list_border.bottom::before{
	border-top: 1px solid transparent;
    border-left: 1px solid #3fd5d2;
    border-bottom: 1px solid #3fd5d2;
    border-right: 1px solid transparent;
}
.list_border.bottom::after{
	border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #3fd5d2;
    border-right: 1px solid #3fd5d2;
}
/*ABUOT*/
.about_page_top_box{
	padding-bottom: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about_page_title{
	padding:70px 0px 90px 0px;
    text-align: center;	
}
.about_page_title .en{
	font-size: 28px;
}
.about_page_title .ch{
	font-size: 26px;
}
.about_row{
	position: relative;
    display: flex;
    flex-wrap: wrap;	
}
.about_row > .text{
	width:40%
}
.about_row > .img{
	width:calc(100% - 40% - 60px);
	margin-left:60px;
}
.about_row > .text > .title{
	display: flex;
}
.about_row > .text > .title > .en{
    font-size: 25px;
    color: #53585a;
    text-transform: uppercase;
}
.about_row > .text > .title > .ch{
	padding-top: 2px;
    margin-left: 12px;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0.05em;
    color: #56dad8;
}
.about_row > .img{
    position: relative;	
}
.about_row > .img img{
	width:100%;
}
.about_row > .img > .img1{
	width:100%;
}
.about_row > .img > .img2{
	position: absolute;
    max-width: 400px;
    left: -40%;
    bottom: -130px;
	max-width:400px;
}
@media only screen and (max-width:1300px){
.about_row > .text, .about_row > .img {
    width: 100%;
}
.about_row > .img {
    margin-left: 0px;
}
.about_row > .img > .img1 {
   width: 100%;
    margin-left: auto;
}
.about_row > .img > .img2 {
    bottom: -85px;
    left: 0px;	
}
}
@media only screen and (max-width:760px){
.about_row > .img > .img1 {
    width: 100%; 
}
.about_row > .img > .img2{
	display: none;
}
}
/*ABOUT services*/
.about_service_row{
    display: flex;
    flex-wrap: wrap;
}
.about_service_list{
    width: calc(100% / 2 - 40px);
    margin: 20px;
    padding: 40px;	
    display: flex;
    flex-wrap: wrap;	
}
.about_service_list > .img {
    width: 100%;
}
.about_service_list > .img > img{
	width: 100%;
    box-shadow: 30px 30px 0 #d9d9d9;	
}
.about_service_list > .text{
    margin: 55px 0px 20px 0px;	
	text-align: center;	
}
.about_service_list > .text > .title{
    font-size: 22px;
   
    color: #56dad8;	
}
.about_service_list > .text > .Introduction{
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 15px;
    letter-spacing: 0.07em;
    color: #666;
    line-height: 1.6;
}
.about_service_row .about_service_list:nth-child(even) .img img{
	 box-shadow: -30px 30px 0 #d9d9d9;	
}
@media only screen and (min-width:760px){
.about_service_row .about_service_list:nth-child(even) .img{
	order:1;
}
.about_service_row .about_service_list:nth-child(even) .text{
	order:0;
}
}

@media only screen and (max-width:760px){
.about_service_list{
	width:100%;
}
}
@media only screen and (max-width:760px){
.about_service_list{
    padding: 10px;
}
}
/*store*/

.store_addr{
	display: flex;
    flex-wrap: wrap;
    margin-top: 40px;	
    margin-bottom: 50px;	
}
.store_addr .img{ 
	width:50%;
    background: whitesmoke;	
	padding: 30px;	
}
.store_addr .text{ 
	width:50%;
    background: whitesmoke;	
	padding: 30px;	
}
.store_addr .text{ 
    border-radius: 0px 200px 200px 0px;
}
.store_addr .img{
    overflow: hidden;	
}
.store_addr .img img{
	width:100%;
	transition-property: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.store_addr .img img:hover {
    transform: scale(1.1);
}
.text_list{
	margin-bottom:20px;
}
.text_list .title{
	color: #56dad8;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.addr_map_link{
	color: #56dad8;		
}
.addr_map_link >span{
	color: #717071;
}
.store_edit{
    line-height: 2;
    font-size: 14px;	
}
@media only screen and (max-width: 800px) {
.store_addr .img, .store_addr .text{ 
	width:100%;
}
.store_addr .text{
	border-radius: 0px;
}
}
/*products_ii*/
.product_ii_row{
    display: flex;
    flex-wrap: wrap;
}
.product_ii_row > .img {
	width:50%;
}
.product_ii_row > .img img{
	width:100%;
}
.product_ii_row > .text_box{
	width:50%;
    padding-left: 40px;	
}
.product_ii_title{
    font-size: 24px;
    background: #ffa063;
    padding: 10px 5px;
    color: white;	
}
.product_text_list{	
    display: flex;	
	margin-bottom:10px;
    color: #9c9c9c;	
}
.product_text_list .title{
	width: 100px;
}
.product_text_list .text{
	width:calc(100% - 110px);
	padding:0px 5px;
}
.product_contact_box .edit{
    padding: 10px;
    background: azure;
    font-size: .9em;
    letter-spacing: 5px;	
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
}
.product_dm_title{
	font-size: 18px;
    margin-top: 40px;
    color: #b8b8b8;
}
.product_describe {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
    padding: 0 70px;
    font-size: 20px;
    font-weight: 600;
}
.product_describe span {
    position: relative;
}
.product_describe span:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    left: -60px;
    border-bottom: 1px solid #878787;
}
.product_describe span:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    right: -60px;
    border-bottom: 1px solid #878787;
}
@media only screen and (max-width: 800px) {
.product_ii_row > .img, .product_ii_row > .text_box{
	width:100%;
	padding:0px;
}	
}
.project_list_row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 115px;
    padding: 0px 40px;
}
.project_list{
	width: calc(100% / 3 - 50px);
    margin: 25px;
    border-bottom: 1px solid #000000;	
}

.project_list .img {
	width: 100%;
    height: 180px;
    overflow: hidden;
	text-align: center;
}
.project_list .img > img{
    max-width: 100%;
    height: 100%;
}
.project_list > .text .title{
    font-size: 24.05px;
    color: #c9a063;
    text-align: center;
    margin: 25px 0px 10px 0px;
}
.project_list > .text .title2{
	font-family: Cinzel;
	font-size: 13.65px;
    text-align: center;
    color: #c9caca;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.project_list > .btn_box{
	display: flex;
    justify-content: center;
	margin-bottom:20px;
}
.project_list > .btn_box a{
    color: #620000;
    border: 1px solid #620000;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}
.project_list > .btn_box a:hover{
	background:#620000;
	color:#fff;
}
.project_design2_btn_box_colse{
	display: none;
}
@media only screen and (max-width: 800px) {
.project_list_row{
	margin-top: 35px;
    padding: 0px 15px;
}
.project_list{
    width: calc(100% / 2 - 20px);
    margin: 10px;		
}
.project_list .img{
	height: auto;
}
}
/*聯絡我們*/
.contact_box_row{
    display: flex;
    flex-wrap: wrap;
    margin: 40px;
}
.contact_map{
	width:50%;
	padding-right: 50px;
}
.contact_info{
	width:50%;
}
.contact_text{
	width:50%;
}
@media only screen and (max-width: 600px){
	.contact_box_row {
		
	}
	.contact_map {
		width:100%;
		padding:0;
	}
	.contact_info {
		width:100%;
	}
}
.contact_caption{
	margin: 50px 0px 40px 0px;
    text-align: center;
}
.contact_caption h3{
    color: #2454AF;
    font-size: 18px;
	letter-spacing: 2px;
}
/*iframe rwd */
.iframe-rwd {
    position: relative;
    padding-bottom: 70%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*聯絡我們*/
.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:0px;
	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% / 3 - 15px); 
	padding:0px;
	position: relative;
	min-height: 1px;}
.contact_box01 .contact_box01c{
	display:block; 
	width:calc(100% - (100% / 3) - 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,.contact_box01c .contact_box02{
	display: flex;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    align-items: center;
}
.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: 25px;
	padding: 8px 12px 8px 0px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #333333;
	background:none; 
	border:0px;
	border-bottom: 1px solid #004657; 
	-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: 1px solid #004657;
    -webkit-appearance: textarea;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    flex-direction: column;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.contact_box02 label{
    white-space: nowrap;
	color: #004657;
	padding-right:5px;
	font-weight: normal;
    -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)}
.contact_box02 b{
	color: #004657;
	font-weight: normal; 
	display:block; 
	margin-bottom:5px;}
.contact_box02 label small,.contact_box02 b small{
	color: #f00 !important;}
.contact_box02 input[type="text"]:focus,.contact_box02 textarea:focus{
    border-bottom: 2px solid #004657;}
.contact_box02 input[type="text"]:focus+label,.contact_box02 textarea:focus+label{
	top:-15px; 
	font-size:0.875rem; 
	color:#A47836}
.contact_box{
	width: 100%;
    max-width: 1440px;
	margin: auto auto 20px auto;
	padding: 15px;
}
.me_btn01 {
    width: 100%;
    margin-top: 0%;
	text-align: center;
}
.me_btn01 a {
    display: inline-block;
    padding: 10px 50px;
    margin: 5px;
    font-size: 14px;
	background: #606F75;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 5px;
}
.contact_check_theme{

}
.contact_check_theme small{
	color:red;	
}
.contact_check_theme .form-check-label{
	top: 15px;
    font-size: 0.875rem;
    color: rgb(131, 131, 131);
}
@media only screen and (max-width: 760px){
.contact_check_theme{
	margin-bottom:20px;
}
.contact_check_theme .form-check-label{
}
}
@media only screen and (max-width: 599px){
.me_btn01 {
	text-align: left;
}
.me_btn01 a{
	padding: 10px 30px;
}
.contact_box01 .contact_box01a {
    width: 100%;
}
}

.contact_left_box {
	margin-top: 30px;
    margin-right: 0px;
    
    float: left;
	margin-right: 10px;
}
.contact_right_box {
    width: 100%;
    float: right;
    margin-left: 10px;
}
.contact_data {
	width: 400px;
    
    box-shadow: 4px 4px 3px #606060;
    background-color: white;
    padding: 10px;
    color: #606f75;
    text-align: center;
    position: relative;
    top: -2%;
}
.contact_data .contact_logo {
    max-width: 80%;
    height: auto;
	padding-top:22px;
}
.contact_data .address {
    margin-top: 26px;
    margin-bottom: 20px;
    font-size: 20px;
}
.contact_map_icon{
	margin-right:10px;
}
.contact_text{
	width: 100%;
    
	padding-left: 15%;
}
.contact_data .contact_list {
    display: flex;
    font-size: 12px;
    line-height: 2.5;
}
.contact_data .contact_list .title {
    width: 20%;
    border-right: 2px solid #28444F;
    float: left;
    padding-right: 5%;
}
.contact_data .contact_list .text {
    width: 80%;
    padding-left: 10%;
    text-align: left;
	    word-break: break-all;
}
.contact_i_con_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
    margin: 11px auto 16px auto;
}
.contact_data .i_con {
    font-size: 45px;
    padding: 0px;
}
.contact_data .i_con a {
	color: #606f75;
}
.form_Remark{
    text-align: right;
    letter-spacing: 2px;
    font-size: 12px;
    color: #004657;
}
@media only screen and (max-width: 1024px){
.contact_left_box{
	width:100%;
}
.contact_data{
	margin: auto;
}
.contact_right_box{
	width:100%;
	margin-top:20px;
}
}

@media only screen and (max-width: 600px){
.contact_data .address {
	font-size: 16px;
}
.contact_data{
	width:320px;
}
.contact_text{
    padding-left: 10%;
}
.contact_data .contact_list .text{
	padding-left: 5%;
}
.contact_i_con_box {
	width: 80%;
}
}
@media only screen and (max-width: 480px){
.contact_data{
	width:100%;
}
.contact_data .address {
    font-size: 14px;
}
.contact_data .contact_list{
	font-size: 11px;
}
.contact_data .i_con{
	font-size: 40px;
}
}

.contact_form{
	position: relative;
}
.contact_dowm_btn{
	position: absolute;
    right: 15px;
    bottom: 45px;
}
.contact_dowm_btn a{
	padding: 2px 15px;
    background: #004657;
    color: #d5d5d5;
}
/*客製化*/
.swiper-slide img {
    width: 100%;
}
.project_Swiper_box{
    width: 65%;
    margin: 35px auto 15px auto;
}
.project_Swiper2{
	margin-bottom:10px;
}
.project_Swiper{
	width:70%;
	margin:0px auto;
}
.project_Swiper > .swiper-wrapper > .swiper-slide{
	padding: 3px;
    border-bottom: 5px solid #c9c9c9;
	text-align: center;
}
.project_Swiper > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active{
	border-bottom: 5px solid #1d1d1d;
}
.project_swiper_btn{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.project_swiper_btn .swiper-pagination{
    position: relative;
    width: auto;
    bottom: 0px;
    margin: 0px 10px;
}
.project_swiper_btn .swiper-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #5a5859);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.project_swiper_btn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    /* background: var(--swiper-pagination-color, var(--swiper-theme-color)); */
    background: #c8a063;
    /* width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px)); */
    border-radius: 10px;
}
.project_swiper_btn .swiper_project_prev{
    color: #c9a063;
    cursor: pointer;
}
.project_swiper_btn .swiper_project_next{
    color: #c9a063;
    cursor: pointer;
}
.swiper_project_prev.swiper-button-disabled,
.swiper_project_next.swiper-button-disabled{
	display: none;
}
.poto_s_img_swiper_box .swiper-wrapper img{
    height: 80px;

}
@media only screen and (max-width: 760px) {
.poto_s_img_swiper_box{
	display:none;
}
.poto_s_img_swiper_box .swiper-wrapper img{
    height: auto;
}	
}
/**/
.img_box{
	width:100%;
	text-align:center;
}
.img_box img{
	width:100%;
    max-width: 600px;	
}
