﻿/*top*/
.top_h{
	margin-bottom:0px;
	height:90px;
}
header.top_box{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffffe6;
    z-index: 9;   
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);	
}
header.top_box > .top{
	display: flex;
    width: 85%;
    margin: 0px auto;
    padding-right: 50px;	
}
.top_box > .top > .logo img{
	width:300px;
    padding: 20px;	
}
.top_box > .top > .menu{
    width: calc(100% - 300px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top_box > .top > .menu > ul{
	display: flex;
    list-style: none;	
    margin-bottom: 0px;
}
.top_menu_list{
    padding: 5px 15px;
    font-size: 16px;
}
.top_menu_list > a > h2{
	font-size: 20px;	
	margin-bottom:0px;
	font-weight: 400;
}
.top_call a, .top_contact a{
    position: relative;
    padding: 10px 30px;
    margin-left: 20px;
    border-radius: 30px;
	font-weight: 400;
}
.top_call a{

}

.top_call a{
    font-size: 18px;	
    color: #fff;
	border: 2px solid #f80034;
    background: #f80034;
}
.top_call a:hover{
	border: 2px solid #ba4855;
    background: #ba4855;
}
.top_contact a{
    font-size: 18px;	
    color: #000;
	border: 1px solid #000;
    background: #fff;
}
.top_contact a:hover{
    background: #000;
    color: #fff;
}
/*右側按鈕固定*/
.fixed_right{
	overflow: hidden;
	position: fixed;
    bottom: 10%;
    right: 0px;
    z-index: 10;
    width: 50px;
    height: auto;
    text-align: center;
    line-height: 40px;
    
    color: #9ba47b;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition:  0.2s ;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
	 transition: all 0.2s ease-in;

}

.fixed_right_icon{
	position: relative;
	right: 0px;
	width:100%;
	padding: 5px;
	transition: all 0.2s ease-in;
}
.fixed_right.boxoff .fixed_right_icon{
	right: -50px;
}
.fixed_right_icon a{
	color: white;	
}
.fixed_right_on_off{
	position: relative;
	background-color: #bfbfbf;
    right: -50px;

    transition: all 0.2s ease-in;
}
.fixed_right_on_off a{
	color: white;
}
.fixed_right:hover .fixed_right_on_off{
	right: 0px;
}
.fixed_right_facebook{
	background-color: #4267B2;
}
.fixed_right_line{
	background-color: #00c300;
}
.fixed_right_mail{
	background-color: #7d7d7d;
}
.fixed_right_instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
}
@media only screen and (max-width: 760px) {
.fixed_right {
	font-size: 25px;
	bottom: 30%;
	width: 50px;
}
.fixed_right a{
	padding: 2px;
}	
}

/*bar*/
.bar{
    position: fixed;
    float: right;
    width: 50px;
    height: 50px;
    top: 2%;
    right: 3%;
    z-index: 11;
}
.bar:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 30px;
    height: 2px;
    top: 17px;
    right: 16px;
    background-color: #000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.bar > div {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bar > div:before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 30px;
    height: 2px;
    top: 24px;
    right: 16px;
    background-color: #000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.bar > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 30px;
    height: 2px;
    top: 31px;
    right: 16px;
    background-color: #000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.bar.active:after  {
    transform: rotate(45deg);
    top: 25px;	
}
.bar.active > div:before{
	display: none;
}
.bar.active > div:after{
	transform: rotate(-45deg);
	top: 25px;	
}
.bar:hover > div:before {
    width: 20px;
}
/*header_down_menu_box*/
.header_down_menu_box_bg{
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
    z-index: 9;
}
.header_down_menu_box{
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: #00000059;*/
    z-index: 10;
}
.header_down_menu_box_row {
    display: flex;
    height: 100%;
	    justify-content: flex-end;
}
.header_down_body_box{
	width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.header_down_menu_item {
	position: relative;
    width: 65%;
    max-width: 600px;
    min-width: 300px;
    height: 100%;
    background-color: #f6f6f6;
	padding: 90px 50px 30px 70px;
    overflow-y: auto;
}
.header_down_menu_ul {
    width: 100%;
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.header_down_menu_ul li {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    padding: 20px 10px 0px 10px;
	border-top: 1px solid #d7d7d7;
}
.header_down_menu_ul li:nth-child(1),
.header_down_menu_ul li:nth-child(2){
    border-top: 0;
    padding-top: 0;
}
.header_down_menu_ul li.w_100{
	width:100%;
    border-bottom: solid 1px #c0c0c0;	
}
.header_down_menu_ul li a {
    font-size: 20px;
    display: block;
    color: #2c2c2c;
}
.header_down_menu_ul li a img{
	width: 100%;
    padding: 0px 35px;
}
.header_down_menu_ul li a .icon{
	display: block;
    font-size: 45px;
}

/*服務項目*/
.header_down_menu_service_ul{
    width: 100%;
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
	margin-top:30px;
}
.top_menu_service_list{
	width: calc(100% / 2 - 20px);
    margin: 10px;
    padding: 00px 10px 0px 10px;
}
.top_menu_service_list.w_100 > a{
	font-size: 20px;
    display: block;
    color: #2c2c2c;
}
.top_menu_service_list.w_100 > a > h2{
	font-size: 20px;
    margin-bottom: 0px;
}
.top_menu_service_list.w_100{
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
}
.top_menu_service_list > a{
	font-size: 16px;
    font-weight: 400;	
}
.top_menu_service_list a > h2{
	font-size: 16px;
    font-weight: 400;	
}
.header_down_menu_ul a:hover,
.top_menu_service_list  a:hover{
	    color: #108696;
}
@media only screen and (max-width: 960px) {
.top_h{
	height:70px;
}
.top_box > .top > .menu{
    display: none;
}
header.top_box > .top{
	width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	
}
.top_box > .top > .logo img{
	width:200px;
}
}
/*下方固定*/
.call_us_box {
    display: none;
    width: 100%;
    
    padding: 15px 10px;
    font-size: 20px;
    position: fixed;
    bottom: 0;
    z-index: 9;
}
.header_down_btn_box{}
.call_us_box .call_fun {
    font-size: 24px;
}
.call_us_box a {
    color: white;
    padding: 5px 20px;
    border-radius: 50px;
    margin: 0px 10px;
}
.call_us_box a .call_free {
    font-size: 17px;
}
.call_us_box a.line_btn{
    background: #00c300;	
}
.call_us_box a.form_btn{
    background: #f80034;	
}
.header_down_menu_item .top_contact a, .header_down_menu_item .top_call a{
    display: block;
    margin: 30px 0px;
    text-align: center;
}
.header_down_menu_item .top_call a{
    border: 0px solid #ff0000;
    background: none;
	
}
.header_down_menu_item .top_call a:hover{
	color: #f80034;
    border: 2px solid #f80034;
    background: #ffffff;
}
.header_down_btn_box .top_call a{
    color: #343c3e;
}
.header_down_btn_box .top_contact a{
	border: 2px solid #f80034;
    background: #f80034;
	color:#fff;
}
.header_down_btn_box .top_contact a:hover{
	color: #f80034;
    border: 2px solid #f80034;
    background: #ffffff;
}
@media only screen and (max-width: 760px){
.header_down_menu_item{
    width: 100%;
    padding: 75px 25px 0 25px;
}
.header_down_body_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}
.call_us_box{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.header_down_menu_ul li{
	width:100%;
}
.header_down_menu_ul li:nth-child(2) {
    border-top: 1px solid #d7d7d7;
    padding-top: 20px;
}
}
@media only screen and (max-width: 960px){
.top_h{
    height: 50px;	
}	
header.top_box{
	height:50px;
}
.top_box > .top > .logo img{
    width: 150px;
    padding: 10px 0px 0px 10px;
    transition: all .5s ease;	
}
.bar{
    top: 0%;
}
}
/*滾條樣式*/

.top_call_ph {
    display: none;
    font-size: 16px;
    line-height: 3;
    padding: 0px 15px;
    transition: all .5s ease;
}
@media only screen and (max-width: 960px){
.top_box.active .top .top_call_ph {
    display: block;
}
.top_box.active .top .top_logo{
    display: none;
}
}