/*
========================================================================
RESET
========================================================================
*/



html, body, pre,

dl, dt, dd, ul, li, ol,
blockquote,
form, fieldset, legend,
menu, nav, section, hgroup, article, Atop, aside, footer,
input, select, textarea, button {
    margin: 0;
    padding: 0;
	font-family: Nanum Gothic; 
	font-size:13.3px;
	line-height: 20px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, Atop, hgroup, menu, nav, section,span {
	display: block;
}

li { list-style:none}

body,
table,
td,
input, select, textarea, a {
	font-size:13.3px;
	line-height: 20px;
    color: #313131; 
	font-family: Nanum Gothic; 
	
}
/*td {vertical-align:top;}*/


h1, h2, h3, h4, h5, h6 { font-weight: normal }
img, fieldset, button { border: 0 none }
li { list-style: none }
hr, caption, legend { display: none }
a { color: #313131; text-decoration: none; }
a:hover { }
button { overflow: hidden; cursor: pointer; }
button span { visibility: hidden }
address, em { font-style: normal }
select { line-height: 22px; height: 22px; }
input:focus { outline: none }


/* ÆûµðÀÚÀÎ */
input, select {border:1px solid #e1e1e1; vertical-align:middle; font-size:14px }
textarea {border:1px solid #e1e1e1; vertical-align:middle; padding: 2px 0 0 2px }
input[type=checkbox], input[type=radio], input[type=image] { border:0 }

/* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* Àü¿ª¼³Á¤ */


#container {width:100%; margin-bottom:15px;}	/* id·Î ÁöÁ¤ */

#top {width:100%; height:40px; top:0px; background-color:#FFFFFF; background-image:url(/images/common/top_bg.jpg); background-repeat:repeat-x}
#menu{width:100%; height:80px; background:#FFF; border-bottom:1px solid #CCC;}

.scroller_anchor{height:0px; margin:0; padding:0;}
.scroller{background:#FFF; border:0px; margin:0 auto; padding-top:14px; z-index:100; height:66px; font-size:16px; font-weight:bold; text-align:center; width:100%; }

.slide1 {float:right;}
.slide2 {float:left;}
.slide-btn1 {
    width: 120px;
    height: 40px;
    padding: 20px 0px 0px 0px;
    margin: 0;
    display: block;
    color: #fff;
    /*background: url('/images/btn/menuOpen.png') no-repeat;*/
}

.slide-btn1.active {
    /*background: url('/images/btn/menuClose.png') no-repeat;*/
}

#panel1 {
    background:#FFF;
    height: 200px;
	display: none;
	position: relative;
	border:1px solid #ccc;
	padding:20px;
	z-index:99999999999999;
}


#content {
	position:fixed;
	width:1200px; 
	margin:0 auto;
	position:fixed;
	z-index:888;
}
#bottom {width:100%; height:230px; bottom:0px; background-color:#f2f2f2;}


/* ########################################################################################################################### */
/* Common #################################################################################################################### */
/* ########################################################################################################################### */


/* Font color */
.fontRed { color: #cf050a !important; }
.fontOrg { color: #fa791a !important; }
.fontWht { color: #fff !important; }
.font333 { color: #333 !important; }
.font777 { color: #777 !important; }
.fontFooter { color: #7f7f7f !important; }

/* Font style */
.b{ font-weight: bold !important;}
.bold{ color: #333; font-weight: bold;}
.font14{font-size:14px !important;}
.font16{font-size:16px;}
.font19{font-size:19px !important;}

/* Background color */
.bgWhite { background: #fff !important; }
.bgSky { background: #1aa4e1 !important; }
.bgBlue { background: #4e7fba !important; }
.bgOrange { background: #fd7b1b !important; }
.bgRed { background: #dc282c !important;}
.bgf5f5f5 { background: #f5f5f5 !important;}

/* Title style */
.title14{font-size:14px; font-weight:bold !important;}
.title16{font-size:16px; font-weight:bold;}
.title16WH{font-size:16px; color:#FFF; font-weight:bold;}
.title19{font-size:19px; font-weight:bold;}
.title19WH{font-size:19px; color:#FFF; font-weight:bold;}
.title24{font-size:24px; font-weight:bold; letter-spacing:-1px; line-height:36px;}
.title24WH{font-size:24px; color:#FFF; font-weight:bold;}
.title30{font-size:30px; font-weight:bold; line-height:36px;}
.title36{font-size:36px; font-weight:bold; letter-spacing:-1px; line-height:40px;}

/* Button style */
.button1 {width:70px; height:24px; text-align:center; vertical-align:top; color:#fff; font-weight:bold; background-color:#6179ac; padding-top:3px; cursor: pointer;}
.button2 {width:70px; height:24px; text-align:center; vertical-align:top; color:#fff; font-weight:bold; background-color:#57bcda; padding-top:3px; cursor: pointer;}

/*Input Information*/
input.buttons {
	height:15px;
	width:20px;
	background-color:#EFEFEF;
	color:#5D657C;
	font: 9px;
}
textarea {
	background-color:#EFEFEF;
	color:#5D657C;
	font: 9px;
}
file {
	background-color:#EFEFEF;
	color:#5D657C;
	font: 9px;
}
select {
	background-color:#EFEFEF;
	color:#5D657C;
	font: 9px;
}
.input_100 {
	width:100%;
	height:20px;
	font-family : 'Nanum Gothic', sans-serif;
	font-size : 12px;
	border: 1px solid;
	border-color:#d5d5d5 #d5d5d5 #d5d5d5 #d5d5d5;
	background-color: #FFFFFF
}
.input_none {
	height:20px;
	font-family : 'Nanum Gothic', sans-serif;
	font-size : 12px;
	border: 1px solid;
	border-color:#d5d5d5 #d5d5d5 #d5d5d5 #d5d5d5;
	background-color: #FFFFFF
}

.input_search {
	height:30px;
	width:100%;
	font-family : 'Nanum Gothic', sans-serif;
	color: #333333;
	padding-top:3px;
	padding-left:5px;
	font-size : 14px;
	border: 0px;
	background-color: #ffffff;
	letter-spacing: 0px;
}
.input_login {
	height:21px;
	font-family : 'Nanum Gothic', sans-serif;
	color: #bababa;
	padding-top:4px;
	padding-left:2px;
	letter-spacing:0px;
	font-size :11px;
	border: 1px solid #d7d7d7;
	background-color: #FFFFFF;
	width: 90px;
}
.input_radio_none {
	height:12px;
	font-family : 'Nanum Gothic', sans-serif;
	font-size : 12px;
	border: 0px solid;
	background-color: #FFFFFF;
	border-color:   #d5d5d5 #d5d5d5 #d5d5d5 #d5d5d5;
}
.input_100_none {
	width:100%;
	height:20px;
	font-family : 'Nanum Gothic', sans-serif;
	font-size : 12px;
	border: 1px solid;
	background-color: #FFFFFF;
	border-color:   #d5d5d5 #d5d5d5 #d5d5d5 #d5d5d5
}
.select_none {
	font-family : 'Nanum Gothic', sans-serif;
	font-size : 12px;
	border: 1px solid;
	border-color:   #F8F4EC #F8F4EC #F8F4EC #F8F4EC;
	background-color: #FFFFFF
}
.textarea_none {
	font-family : 'Nanum Gothic', sans-serif;
	font-size : 12px;
	border: 1px solid;
	background-color: #ffffff;
	border-color:   #e5e5e5 #e5e5e5 #e5e5e5 #e5e5e5;
	padding:10px;
}
.button_100 {
	width:100%;
	height:100%;
	font-family : ARIAL;
	font-size : 12px;
	font-weight:bold;
	border: 0px solid;
	background-color: #f3f3f1
}
.button_50 {
	width:100%;
	height:50%;
	font-family : 'Nanum Gothic', sans-serif;
	font-size : 12px;
	font-weight:bold;
	border: 0px solid;
	background-color: #f3f3f1;
	align:left
}
A:link {
	COLOR: #333333;
	FONT-FAMILY: 'Nanum Gothic', sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #333333;
	FONT-FAMILY: 'Nanum Gothic', sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
A:active {
	COLOR: #333333;
	FONT-FAMILY: 'Nanum Gothic', sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #333333;
	FONT-FAMILY: 'Nanum Gothic', sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}

select {
	font-family : 'Nanum Gothic', sans-serif;
	font-size : 12px;
	border: 1px solid;
	border-color:   #333333 #333333 #333333 #333333;
	background-color: #FFFFFF
}
textarea {
	width:100%;
	font-family : 'Nanum Gothic', sans-serif;
	font-size : 12px;
	border: 1px solid;
	border-color:   #d5d5d5 #d5d5d5 #d5d5d5 #d5d5d5;
	background-color: #FFFFFF
}
input {
	height:20px;
	font-family : 'Nanum Gothic', sans-serif;
	font-size : 12px;
	background-color: #FFFFFF
}
IMG {
	border: none;
}

a.goods:link {
	letter-spacing:0.5px;
	font-size: 12px;
	font-family: 'Nanum Gothic', sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #ff673e;
}
a.goods:visited {
	letter-spacing:0.5px;
	font-size: 12px;
	font-family: 'Nanum Gothic', sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #ff673e;
}
a.goods:active {
	letter-spacing:0.5px;
	font-size: 12px;
	font-family: 'Nanum Gothic', sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #ff673e;
}
a.goods:hover {
	letter-spacing:0.5px;
	font-size: 12px;
	font-family: 'Nanum Gothic', sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #ff673e;
}

a.cal:link {
	COLOR: #b4b4b4;
	FONT-FAMILY: 'Nanum Gothic', sans-serif;
	FONT-SIZE: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
}
a.cal:visited {
	COLOR: #b4b4b4;
	FONT-FAMILY: 'Nanum Gothic', sans-serif;
	FONT-SIZE: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
}
a.cal:active {
	COLOR: #b4b4b4;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 10px;
	font-weight: bold;
}
a.cal:hover {
	COLOR: #b4b4b4;
	FONT-FAMILY: 'Nanum Gothic', sans-serif;
	FONT-SIZE: 10px;
	font-weight: bold;
	TEXT-DECORATION: underline;
}
.cal {
	COLOR: #0f54b2;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 10px;
	font-weight: normal;
	line-height: 16px;
}

.stext_no {
	font-size: 11px;
	font-family: 'Nanum Gothic', sans-serif;
	letter-spacing: normal;
	line-height: 16px;
	color: #8f8f8f;
}
.stext {
	font-size: 11px;
	font-family: 'Nanum Gothic', sans-serif;
	letter-spacing: normal;
	line-height: 16px;
}
.stext_e {
	font-size: 10px;
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	letter-spacing: normal;
	color: #FFF;
	font-weight: bold;
}
.stext_e_addr {
	font-size: 10px;
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	letter-spacing: normal;
	color: #FFF;
	font-weight: bold;
}

.stext_copyright {
	font-size: 11px;
	font-family: 'Nanum Gothic', sans-serif;
	color: #8f8f8f;
 letter-spacing:;
	line-height: 16px;
	letter-spacing: normal;
}
.stext_mail {
	font-size: 11px;
	font-family: 'Nanum Gothic', sans-serif;
	color: #ff6363;
	line-height: 16px;
	letter-spacing: 0px;
	text-decoration: none;
}

.title {
	letter-spacing:-1px;
	font-size: 16px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	line-height: 20px;
 color:;
}
.title1 {
	letter-spacing:-1px;
	font-size: 14px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	line-height: 18px;
 color:;
}
.area_name {
	letter-spacing:-1px;
	font-size: 16px;
	color: #0a71d0;
	font-weight: bold;
	line-height: 20px;
	font-family: 'Nanum Gothic', sans-serif;
}
.area_name2 {
 letter-spacing:;
	font-size: 24px;
	color: #0a71d0;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -1px;
}

.goods_name {
	letter-spacing:0.5px;
	font-size: 12px;
	font-family: 'Nanum Gothic', sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
.goods_name1 {
	letter-spacing:normal;
	font-size: 18px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	line-height: 24px;
	color: #010101;
}
.goods_name2 {
	letter-spacing:-3px;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #FFFFFF;
	word-spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.goods_name3 {
	letter-spacing:-3px;
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	color: #FFFFFF;
	word-spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:20px 20px 20px black;
}
.goods_name4 {
	letter-spacing:-3px;
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	color: #333333;
	word-spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:2px 2px 2px 2px #f7f7f7;
}

.iljung_title {
	letter-spacing:-1px;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #010101;
	line-height: 20px;
}
.iljung_day {
	letter-spacing:normal;
	font-size: 24px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	line-height: 30px;
	font-style: normal;
}
.iljung_name {
	letter-spacing:0.5px;
	font-size: 12px;
	font-family: "±¼¸²";
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

.month {
	letter-spacing:normal;
	font-size: 20px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	line-height: 22px;
	color: #010101;
}
.price1 {
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 12px;
	color: #f2312c;
	font-weight: normal;
}

.price3 {
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 16px;
	color: #f2312c;
	font-weight:normal;
	line-height: 18px;
}

A.AutoLinkType_red:link {
	text-decoration:none;
	color:#D8442C;
	border-bottom:1px solid #E78B29
}
A.AutoLinkType_red:visited {
	text-decoration:none;
	color:#D8442C;
	border-bottom:1px solid #E78B29
}
A.AutoLinkType_red:active {
	text-decoration:none;
	color:#D8442C;
	border-bottom:1px solid #E78B29
}
A.AutoLinkType_red:hover {
	text-decoration:none;
	color:#A9250F;
	border-bottom:1px solid #DD7611
}
A.AutoLinkType_blue:link {
	text-decoration:none;
	color:#2A61A4;
	border-bottom:1px solid #37AFCD
}
A.AutoLinkType_blue:visited {
	text-decoration:none;
	color:#2A61A4;
	border-bottom:1px solid #37AFCD
}
A.AutoLinkType_blue:active {
	text-decoration:none;
	color:#2A61A4;
	border-bottom:1px solid #37AFCD
}
A.AutoLinkType_blue:hover {
	text-decoration:none;
	color:#144684;
	border-bottom:1px solid #3796CD
}
A.AutoLinkType_green:link {
	text-decoration:none;
	color:#368E36;
	border-bottom:1px solid #76BD31
}
A.AutoLinkType_green:visited {
	text-decoration:none;
	color:#368E36;
	border-bottom:1px solid #76BD31
}
A.AutoLinkType_green:active {
	text-decoration:none;
	color:#368E36;
	border-bottom:1px solid #76BD31
}
A.AutoLinkType_green:hover {
	text-decoration:none;
	color:#136F13;
	border-bottom:1px solid #5FA90F
}
.st_day_A {
	color:black;
	border:solid 1 #f2f2f2;
	padding:4 4 2 2;
	background-color:white;
}
.st_day_B {
	color:black;
	border:solid 1 #f2f2f2;
	padding:4 4 2 2;
	background-color:#fcacbc
}
.st_day_C {
	color:black;
	border:solid 1 #f2f2f2;
	padding:4 4 2 2;
	background-color:#fec092
}
.st_day_D {
	color:black;
	border:solid 1 #f2f2f2;
	padding:4 4 2 2;
	background-color:#c9f1c9
}
.st_day_E {
	color:white;
	border:solid 1 #f2f2f2;
	padding:4 4 2 2;
	background-color:#bfbbbb
}
.tab_on {
	width:200px;
	padding:15px 0 15px 0;
	border:1px solid #999999;
	border-bottom:0px;
	text-align:center;
	font-size:16px;
	font-family:NanumGothic;
	font-weight: 600;
	color:#000000;
	background-image:url(/images/tab_on_bg.png);
	background-position:top;
	background-repeat:repeat-x;
}
.tab_off {
	width:200px;
	padding:15px 0 15px 0;
	border:1px solid #cccccc;
	border-bottom:1px solid #999999;
	text-align:center;
	font-size:16px;
	font-family:NanumGothic;
	font-weight: 600;
	color:#999999;
	background-color:#f7f7f7;
}
.tab_sai {
	width:10px;
	border-bottom:1px solid #999999;
}
.tab_none {
	border-bottom:1px solid #999999;
}


ol, ul, li, dir, menu {
	list-style-type:none;
	margin: 0;
	padding:0;
}
/*»ó´Ü³×ºñ°ÔÀÌ¼Ç, ÀüÃ¼º¸±â µå·Ó´Ù¿î¸Þ´º*/
	#navi {
	width:590px;		/*³×ºñ ÀüÃ¼³ÐÀÌ*/
	height:36px;		/*³×ºñ ÀüÃ¼³ôÀÌ*/
	background:#ffffff;	/*³×ºñ ÀüÃ¼¹è°æ»ö*/

}
ul.oe_menu {
	list-style:none;
	position:relative;
	left:0px;
	width:100%;			/*navi ³ÐÀÌ °íÁ¤ÇÏ¸é ¸¸ÁúÇÊ¿ä¾øÀ½*/
	height:36px;		/*¸Þ´º ³ôÀÌ*/
	clear:both;
	margin:0 auto;
	text-align:center;
	background:#ffffff;
}
ul.oe_menu > li {
	width:147px;		/*¸Þ´ºÇÏ³ª Ä­³ÐÀÌ*/
	height:1px;			/*ÇÏ´Ü°úÀÇ °£°Ý 0À¸·ÎÇÏ¸é ¾ÈµÊ*/
	padding-bottom:0px;	/*ÇÏ´Ü°úÀÇ °£°Ý*/
	float: left;
	position: relative;
}
ul.oe_menu > li > a {
	display:block;
	background:#ffffff;
	color:#333;
	text-decoration:none;
	font-weight: bold;
	font-size:16px;
	width:147px;
	height:15px;
	line-height:15px;
	padding:10px 0;
	margin:1px;
	letter-spacing:0;
	
}
ul.oe_menu > li > .last_li {
	width:147px;
	background:#9d1f24;

}
ul.oe_menu > li > .last_box {
	width:480px;
	position:absolute;
	left:-392px;
}
ul.oe_menu > li > a:hover,  ul.oe_menu > li.selected > a {
	background:#232f3e;
	color:#fff; /*opacity:1.0;*/
}
.oe_wrapper ul.hovered > li > a {
	background:#f3f3f3;
	text-shadow:0px 0px 1px #FFF;
}
/*³ª¿À´Â div*/
	ul.oe_menu div {
	position:absolute;
	top:36px;
	left:0;
	z-index:9999;
	border-top:1px solid #ffffff;	
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:#fff;
	height:auto;
	padding:30px;
	/*box-shadow:1px 2px 1px #cccccc;*/
	display:none;
}
/*³ª¿À´Â div end*/

	ul.oe_menu .none {
	border:0 none;
	background:none;
	display:block;
	width:0;
	height:0;
	visibility:hidden;
}
ul.oe_menu div ul li {
	padding-left:8px;
}
ul.oe_menu div ul li a {
	text-decoration:none;
	color:#000;
	padding:0 4px;
	margin:2px 2px 1px -3px;
	display:block;
	font-size:12px;
	float:left;
}
ul.oe_menu div ul.oe_full {
	width:100%;
}
ul.oe_menu div ul li a:hover {
	background:#343434;
	color:#fff;
}
ul.oe_menu li ul {
	list-style:none;
	float:left;
	width: 150px;
	margin-right:10px;
}
li.oe_heading {
	color:#9d1f24;
	font-size:16px;
	margin:3px 0 3px 7px;
	padding-bottom:4px;
	padding-left:35px;
	border-bottom:3px solid #ddd;
	text-align:left;
	font-weight:bold;
}
li.subtit {
	background:url(/images/icon_box.gif) no-repeat 0 8px;
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	text-align:left;
}
li.subtit2 {
	background:url(/images/icon_box.gif) no-repeat 0 8px;
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	text-align:left;
	clear:both;
}
li.subtit2 .view {
	padding-left:7px;
	background:url(/images//icon_box.gif) no-repeat 0 8px;
}
li.subtit2 .view:hover {
	padding-left:7px;
	background:url(/images/icon_box.gif) no-repeat 0 8px;
	color:#232f3e;
}
.lastli_div {
	width:330px;
	position:absolute;
	left:0;
}

.p_list_tap_on {
	color:333333; 
	background-color:#FFFFFF; 
	font-size:14px; 
	text-align:center;
	background-image:url(/images/common/list_tab_on.png);
	background-repeat:no-repeat;
	background-position:top left;
	border-top:1px solid #333333; 
	border-right:1px solid #333333; 
	border-left:0px solid #333333;
	border-bottom:0px solid #ffffff;
	width:120px}
.p_list_tap_off {
	color:#333333; 
	background-color:#FFFFFF; 
	font-size:14px; 
	text-align:center; 
	border-top:1px solid #E5E5E5; 
	border-right:1px solid #E5E5E5;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #333333;
	width:120px}
	

ol.doc, ul.doc, li.doc {
	margin: 0;
	padding:0;
	list-style-type:decimal;
}
ol.disc, ul.disc, li.disc {
	margin-left: 20px;
	padding:0;
	list-style-type:disc;
}

select::-ms-expand { 
  display: none;
}

/*
select {
  min-width:40px;
  padding: 2px; 
  font-family: inherit; 
  background: url(/images/selectarrow.png) no-repeat 97% 50%;
  border: 1px solid #cccccc !important; 
  border-radius: 0px; 
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
  margin:0px;
  background-color:#FFFFFF;
  height:24px !important;
}
*/

.ctd {padding:5px; border-bottom:1px solid #cccccc; line-height:18px}

/* ¸ÞÀÎ ½ºÅ¸ÀÏ */
.icon0 {font-family:±¼¸²; font-size:11px; color:#5c7683; font-weight:normal; border:1px solid #c6cacc; background-color:#e9edf0; padding:3px 3px 0 3px; border-radius: 3px; text-align:center; min-width:45px; display:inline-block; 8px;margin-right:5px}
.icon1 {font-family:±¼¸²; font-size:11px; color:#fff; font-weight:normal; border:1px solid #419db8; background-color:#4eb4d2; padding:3px 3px 0 3px; border-radius: 3px; text-align:center; min-width:45px; display:inline-block; 8px;margin-right:5px}
.icon2 {font-family:±¼¸²; font-size:11px; color:#fff; font-weight:normal; border:1px solid #b5c33c; background-color:#c4d046; padding:3px 3px 0 3px; border-radius: 3px; text-align:center; min-width:45px; display:inline-block; margin-right:5px}
.icon3 {font-family:±¼¸²; font-size:11px; color:#fff; font-weight:normal; border:1px solid #e1962d; background-color:#fbb047; padding:3px 3px 0 3px; border-radius: 3px; text-align:center; min-width:45px; display:inline-block; margin-right:0px}

.chu_title {padding:5px 8px; font-size:16px; font-weight:bold; letter-spacing:0.5px; height:40px; text-align:justify}
.chu_g_per { background: #FF0000; border-radius:50%; height:40px; width:40px; text-align:center;  font-size:16px; font-weight:bold; margin-right:15px; float:left; line-height:40px; color:#FFFFFF}
.chu_g_np {height:40px; width:80px; line-height:40px; float:left; text-decoration:line-through;}
.chu_g_sp {float:left; font-size:18px; color:#000000; font-weight:bold; line-height:40px; color:#FF3300}

.hover01 {width: 256px;	height: 227px;position:relative}

.chu_goods .hover_figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.chu_goods:hover .hover_figure img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.chu_goods:hover { background:#fefff4; cursor:pointer}
.hover_figure { left:0; top:0; width: 256px;	height: 227px;	margin: 0;	padding: 0;	background: #fff;	overflow: hidden}