.up_bnr_area {
  width: 300px;
  margin: 0px auto 30px auto;
}
.up_bnr_area .area_l {
  width: 300px;
  margin-bottom: 10px;
}
.up_bnr_area .area_r {
  margin-bottom: 10px;
}
.big_bnr_area{
	width:98%;
	margin: 0px auto 30px auto;
}
.big_bnr_area img{
	width:100%;
	height:auto;
}
.lang{
	background: #003c82;
	padding: 6px 5px 0 0;
	height: 24px;
}
.lang img{
	float: right;
}

/*
 style for Year-End Sale Banner
 added on 28th Nov. 2019
 */
 #year-end-sale {
  z-index: 999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
#year-end-sale .inner {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#year-end-sale .inner img {
  width: 100%;
  border-radius: 5px;
}
#year-end-sale .openFlyer {
  display: block;
  width: 60%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #e60012;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  margin: 20px auto 0px auto;
}

#year-end-sale .close {
  display: block;
  width: 50%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  margin: 10px auto 0px auto;
}
/* popup message */
.overlay{
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.6);
	position:fixed;
	z-index:11;
	display:none;
}
.overlay h1{
	font-size:25px;
	padding:15px;
	text-align:center;
	line-height:30px;
}
.btn_area{
	width:90%;
	height:auto;
	position:absolute;
	top:2%;
	left:5%;
	background-color:#fff;
	z-index:12;
	text-align:center;
}
.btn_area p{
	padding:15px;
	font-size:15px;
}
.btn_area button{
	display:block;
	margin:20px auto 40px auto;
}