.menu-box{
	width: 70px;
	height: 70px;
	display: block;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 4999;
	background-color: rgba(0,0,0,1);
	display: none;
}

.menu-box.open{
	background-color: rgba(0,0,0,0);
}
.menu-box-inner{
    width: 35px;
	height: 45px;
	display: block;
	margin: 20px auto 0 auto;
	cursor: pointer;
	
}
.hamburg-box{
	width: 100%;
	height: 45px;
	display: block;
	position: relative;
	left: 0;
	top: 0;	
}
.hamburg-box span{
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	display: block;	
	left: 0;
	
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);	

    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;	
	
}

.menu-box.open .hamburg-box span {
	background: #333;
}
.hamburg-box span:nth-child(1) {
  top: 0px;
}

.hamburg-box span:nth-child(2) {
  top: 12px;
}

.hamburg-box span:nth-child(3) {
  top: 24px;
}
.hamburg-box.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  left: 0px;
}

.hamburg-box.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: #333;
}

.hamburg-box.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
  left: 0px;
}
.hamburg-lightbox-bk{
	width:100%;
	height: 100%;
	display: block;
	background-color: rgb(244 244 244 / 95%);
	position: fixed;
	z-index: 998;
	
}

.lightbox-content-a1{
	width: 100%;
	position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
}
.lightbox-content-a-inner{
	width: 280px;
    margin: 180px auto 0 auto;
    display: block;
}
.menu-outbox{
	width: 100%;
    display: block;
	float: left;
}

.menu-outbox ul{
	width: 100%;
    display: block;
	float: left;
	list-style-type: none;
}
.menu-outbox ul li{
	width: 100%;
    display: block;
	float: left;
	list-style-type: none;
}
.menu-logo{
	width: 100%;
	text-align: center;
}
.menu-logo{
	width: 100%;
	max-width: 200px;
	height: auto;
}
.point{
	width:10%;
	display: block;
	float: left;
	line-height: 55px;
	margin-left: 23%;
}
.button-word{
	width:100%;
	display: block;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 23px;
	line-height: 55px;
	height: 55px;
	color: #fff;
	text-align: center;
}
.button-word a:link{
	text-decoration: none;
	color: #2c221f;
}
.button-word a:visited{
	text-decoration: none;
	color: #2c221f;
}
.button-word a:hover{
	text-decoration: none;
	color: #b8871b;
}
.inter-box-close{
	width: 38px;
	display: block;
	float: right;
	margin-right: 2px;
	margin-bottom: 20px;
}
.line-solid{
	border-top: 1px solid #9e9e9e;
}
.line-solid-bottom{
	border-bottom: 1px solid #9e9e9e;
}
.inter-height{
	margin-top: 20px;
}
.buttton-cursor{
    cursor: pointer;
}
.central-center{
	text-align: center;
}
@media only screen and (max-width : 950px){
	.menu-box{
		display: block;
	}
}
@media only screen and (max-width : 414px){
.lightbox-content-a-inner{
	width: 280px;
    margin: 120px auto 0 auto;
    display: block;
}
}
@media only screen and (max-width : 375px){
.lightbox-content-a-inner{
	width: 280px;
    margin: 100px auto 0 auto;
    display: block;
}
}
@media only screen and (max-width : 320px){
.lightbox-content-a-inner{
	width: 280px;
    margin: 60px auto 0 auto;
    display: block;
}
}












