/* BASIC css start */
#main { position: relative; }

/* °¡°Ý ÆùÆ® Å©±â °ü·Ã */
.price03 {
  font-size: 15px; /* ±âÁ¸º¸´Ù »ìÂ¦ Å°¿î Å©±â */
  font-weight: bold; /* °­Á¶ È¿°ú */
  color: #333; /* ´õ ¼±¸íÇÑ »ö»ó */
}

/"ÇÒÀÎ°¡°Ý ÆùÆ® »ö»ó º¯°æ ¹× °­Á¶"/
.discount-price {
  color: #e60000; /* ¼±¸íÇÑ »¡°£»ö */
  font-size: 17px; /* ±âÁ¸º¸´Ù »ìÂ¦ Å©°Ô */
  font-weight: bold;
}

/* Å«ÀÌ¹ÌÁö */

.slide {	width: 880px;height: 400px;	border: 0px solid gray;	position: relative;	margin: 0 auto;}
.slide img {width: 880px; height: 400px;	border: 0px; display: none;	position: absolute;	left: 0px;	top: 0px;}
.link_btn {width: auto; height: auto; padding: 0px 0px; position: absolute; bottom: 10px;right: 0px;z-index: 5;}
.btn {width: 15px;height: 15px;margin: 3px 3px; background-color: #e5e5e5;	border-radius: 50%;	float: left; cursor: pointer;}


/* º£½ºÆ®»óÇ°¸®½ºÆ® */

.flash_banner {border:0px solid #e3e3e3;	position:relative;padding:0;	margin:0px auto 0px;width:880px;height:400px;z-index:0;}

.flash_banner .flash_banner_body{float:left;position:absolute;padding:0px;width:830px;height:400px;padding-top:0px;overflow:hidden;margin-left:25px;}
.flash_banner .flash_banner_body ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.flash_banner .flash_banner_body li {float: left;text-align:center;position: relative;width:207px;border-right:0px solid #ddd;line-height:0px;padding:0px;margin:0px;overflow: hidden;}
.flash_banner .flash_banner_body li img { width:200px; display:inline;margin:0px;padding:0px; border:0px solid #F1F1F1;}

.flash_banner .btn {cursor:pointer;z-index:12;}
.flash_banner .btn_left {  position:absolute; left:0px; top:50%;transform: translateY(-50%);
 width:0px;  text-align:center; z-index:13;}
.flash_banner .btn_right { position:absolute; right:0px; top:50%;transform: translateY(-50%);
   text-align:center; z-index:13;} 



/* BASIC css end */

