@charset "utf-8";
/* CSS Document */


/*------hamburger----------*/


.light-box-bk{
	width: 100%;
	height: 100%;
	position:fixed;
	left: 0;
	top: 0;
	z-index: 99990;
    background: #000;
    opacity: 0;
}

.lightbox-content-outside{
	width: 100%;
	position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;    
    font-size: 19px;
    color: #fff;
    opacity: 0;
    
}
.opacity-on{
      opacity: 0.9;  
}
.opacity-on-inner{
      opacity: 1;  
}



.lightbox-center{
    width: 1225px;
    display: block;
    margin: 170px auto;
}

.lightbox-center2{
    width: 700px;
    display: block;
    margin: 100px auto;
}


.store-outside{
    width: 100%;
    display: block;
    float: left;
    height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.store-outside-inner{
    width: 95%;
    display: block;
    float: left;
    padding: 0 5% 0 0;
}
.store-outside-inner ul{
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
}
.store-outside-inner ul li{
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
}
.close-box{
	width: 38px;
	display: block;
	float: right;
    cursor: pointer;
    padding-bottom: 30px;
}
.close-box img{
	width: 100%;
    height: auto;
    max-width: 38px;
}







.center-inner{
    width: 1136px;
    display: block;
    margin: 0 auto;
}

.ctrl-background{
    background: #fff;
    padding: 30px 0 40px 0;
}


.left-cell-pic{
    width: 49%;
    display: block;
    float: left;
    border: 1px solid #ff7529;
}
.left-cell-pic img{
    width: 100%;
    height: auto;
    max-width: 572px;
}
.right-cell-content{
    width: 45%;
    display: block;
    float: left;
    margin-left: 5%;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Noto Sans TC', sans-serif;
}
.right-cell-content ul{
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
}
.right-cell-content ul li{
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
    padding-bottom: 15px;
}

.mark-title{
    width: 30%;
    display: block;
    float: left; 
	font-size: 19px;
	color: #fff;
    text-align: center;
    background: #414141;
    border-radius: 2px;
}
.mark-title span{
	color: #ff803a; 
}

.close-box-a{
	width: 38px;
	display: block;
	float: right;
    cursor: pointer;
}
.close-box-a img{
	width: 100%;
    height: auto;
    max-width: 38px;
}



.tk1{
    font-size: 23px;
    color: #ee7b19;
    font-weight: 500;
    margin-bottom: 20px;
}
.tk2{
    font-size: 19px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    word-break: break-all;
}

.gototop{
	top: 0;
}
@media only screen and (max-width : 1680px){

}
@media only screen and (max-width : 1440px){
.lightbox-center{
    width: 1225px;
    display: block;
    margin: 100px auto;
}
.lightbox-center2{
    width: 700px;
    margin: 60px auto;
}
}
@media only screen and (max-width : 1366px){
.lightbox-center{
    width: 80%;
    display: block;
    margin: 35px auto;
}
.center-inner{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.tk1{
    font-size: 22px;
    margin-bottom: 10px;
}
.tk2{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width : 1024px){
.lightbox-center{
    width: 50%;
    display: block;
    margin: 35px auto;
}
.center-inner{
    width: 85%;
    display: block;
    margin: 0 auto;
}
.left-cell-pic{
    width: 100%;
}
.right-cell-content{
    width: 100%;
    margin-left: 0%;
    line-height: 40px;
}
.close-box-a{
	width: 38px;
    margin-bottom: 30px;
}
.tk1{
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width : 900px){
.lightbox-center{
    width: 80%;
    display: block;
    margin: 100px auto;
}
}
@media only screen and (max-width : 800px){
.lightbox-center2{
    width: 85%;
    margin: 60px auto;
}
    .store-outside h1{
        font-size: 30px;
        line-height: 50px;
    }
}
@media only screen and (max-width : 480px){
.lightbox-center{
    width: 85%;
    display: block;
    margin: 60px auto;
}
.mark-title{
    width: 45%;
	font-size: 18px;
}
}

@media only screen and (max-width : 414px){
    .store-outside h1{
        font-size: 27px;
        line-height: 45px;
    }
}
@media only screen and (max-width :375px){
    .store-outside h1{
        font-size: 25px;
        line-height: 42px;
    }
}
@media only screen and (max-width :360px){
    .store-outside h1{
        font-size: 23px;
        line-height: 40px;
    }
}
@media only screen and (max-width :320px){

}







