﻿.top_height{
	margin:0px;
	height:0px;
}
.header_box{
	background: white;
    box-shadow: 0 2px 7px 0 rgb(153 153 153 / 10%);
	z-index: 2;
}
.header{
	position: relative;
    display: flex;
    height: 155px;
    max-width: 1300px;
    margin: auto;
}
.logo{
    width: 200px;
    text-align: center;
    padding: 5px 0px;
}
.logo img{
	    max-width: 100%;
	max-height:100%;
	background-color: #82ccd2;
}

.header_menu{
	width: calc(100% - 100px);
    height: 100%;
    margin: auto;

}
.header_left_mewnu_box{
	position: fixed;
    top: 0;
    width: 100%;
	height: 100%;
	background: #00000059;

    z-index: 10;
}
.header_left_mewnu_box_row{
	display: flex;

    height: 100%;
}
.header_left_mewnu_item{
	width: 55%;
    max-width: 400px;
	min-width: 300px;
    height: 100%;
    background-color: #82ccd2;
    padding: 10px;
	overflow-y: auto;
}
.header_left_menu_ul{
	list-style-type: none;
    padding: 10px 0px;
}
.header_left_menu_ul li{
	margin:20px 0px;
	
}
.header_left_menu_ul li a{
    font-size: 20px;
    display: block;
	color: white;
}
.header_left_mewnu_box_close {
	width: calc(100% - 55%);
	max-width: calc(100% - 300px);
	min-width: calc(100% - 400px);
}
.header_menu_ph{
	display: none;
}
.header_menu ul{
	display: flex;
    flex-wrap: wrap;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0px;
}
.header_menu ul li{
	position:relative;
	padding:20px 15px;
}
.header_menu ul li .link_1{
	color: #0a5e64;
    font-size: 15px;
    font-weight: 700;
letter-spacing: 2px;	
}
.header_menu ul li .link_1:hover{
	color: #2f7176;
}
/**/
.header_right{
	width:100%;
	height:30px;
}
.header_right ul{
	display: flex;
    flex-wrap: wrap;
	list-style-type: none;
	padding-left: 0;
	justify-content: flex-end;
	    margin: 10px;
}

.header_right ul li{
	position:relative;

    font-size: 16px;
}
/*搜尋*/
.search_input{
	width: 0;
    height: inherit;
    border: 0;
    margin: 0;

    opacity: 1;
    font-weight: normal;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: transparent;
    outline: none;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.header_search_box:hover .search_input{
	width: 138px;
}
.search_input:focus{
	width: 138px;	
}
/*選單2層*/
.head_dowm{
    display: none;
	width: 190px;
    position: absolute;
    left: 0px;
	top:50px;
    z-index: 9;
    background: #15828b;
}
.head_dowm a{
	display: block;
	font-size: 16px;
	color:white;
	padding:5px 10px;
}
.head_dowm a:hover{
	background: #b6e7eb;
    color: #0a5e64;
}
.header_menu_ul li:hover .head_dowm{
	display: block;
}


.bar{
	display: none;
}

@media only screen and (max-width: 1300px) {
.header{
	height:100px;
}
.header_menu{
	width: calc(100% - 400px);
    height: 100%;
    margin: auto;

}
.header_menu ul li{
	padding: 15px 2%;
	
}	
.logo{
	
  padding:10px 0px;
}
	
}
@media only screen and (max-width: 1200px) {
.logo{
	
    width: 80px;
}	
.header_box{
	position: fixed;
	top: 0;
    background: #ffffffe0;
    width: 100%;
}
.header{
	height: 80px;
    padding-right: 60px;
	padding-left: 10px;
    justify-content: space-between;	
}
.header_menu{
	display: none;
}

.header_right{
	display: none;
}
.top_height{
	height:80px;
}
.header_menu_ph{
	display: block;
	    margin: auto 0px;
}
.header_menu_ph_ul{
	display: flex;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
}
.header_menu_ph_ul li{
	padding: 0px 40px 0px 0px;
    font-size: 20px;
}
/**/
.bar {
    display: block;
    z-index: 3;
    width: 28px;
    height: 18px;
    position: absolute;
    right: 35px;
    top: 31px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(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;
}
.bar::before {
    content: '';
    background-color: #3f4f70;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
}
.bar div {
    content: '';
    background-color: #3f4f70;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
}
.bar::after {
    content: '';
    background-color: #3f4f70;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.bar.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
}
@media only screen and (max-width: 600px) {
.header {
    height: 60px;
}
.top_height {
    height: 60px;
}
.bar{
	top:22px;
}
}
.header_right ul li a{
	background-color: #fff;
    border: 1px solid #aaa;
    padding: 5px 8px;
    width: auto;
    height: auto;
    color: #939393;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    opacity: 0.8;
    margin-left: 4px;
}
/*右側按鈕固定*/
.fixed_right{
	overflow: hidden;
	position: fixed;
    bottom: 40%;
    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_icon:hover{
	-webkit-filter:saturate(1.5);
}
.fixed_right.boxoff .fixed_right_icon{
	right: -50px;
}
.fixed_right_icon a{
	color: white;	
}
.fixed_right_on_off{
	position: relative;
	background-color: #82ccd2;
    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%);
}
.instagram {
  display: inline-block;
  width: 250px;
  height: 250px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  font-size: 220px;
  line-height: 250px;
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
@media only screen and (max-width: 860px){
.fixed_right_on_off{
	right:0px;
    background-color: #82ccd294;	
}
}
/*top搜尋modal*/
.header_ph_search_modal{
	position: fixed;
    top: 0;
    width: 100%;
	height: 100%;
    background: #000000bf;
	z-index: 11;
}
.header_ph_search_modal_search{
	position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}
.header_ph_search_modal_search_input{
	width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px solid #ddd;
    background: none;
    font-size: 14px;
    color: #fff;
    padding: 8px 35px 8px 0;
}
.header_ph_search_modal_search_btn{
	position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    padding: 0;
    background: none;
    border: none;
    height: auto;
    font-size: 27px;
	color: white;
}
.header_ph_search_modal_mask{
	width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}