@charset "euc-kr";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body {
	/*font-size: 0.75em;*/
	font-size: 12px;
	width: 100%;
	background-color: #fff;
	/*color: #666666;*/
	font-family:'³ª´®°íµñ',NanumGothic,'¸¼Àº°íµñ','Malgun Gothic','µ¸¿ò',Dotum,'±¼¸²',Gulim,Helvetica,sans-serif;
	line-height: 1.4;
}
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, sub { font-size: 1em;}
em, cite, address, optgroup { font-style: normal; }
img, input, button, select, textarea { vertical-align: middle;}
ul, ol, li { list-style: none outside none;}
img, fieldset { border: 0 none; }
abbr, acronym { border-bottom: 1px dotted black; cursor: help;}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
table {
    border-spacing: 0;
	border-collapse: collapse;
    width: 100%;
}
caption, th, td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: left; 
	font-weight: normal;
}
legend, hr {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

legend, hr, caption {
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

a { /*outline: none; selector-dummy: expression(this.hideFocus=true);*/}

a:link, a:visited {
	color: #030303;
	text-decoration: none;
}

a:active, a:hover {
	color: #030303;
	text-decoration: none;
}

div { font-size: 100%;}

label {	display: inline; cursor: pointer;}

em { font-style: normal;}

input, input.txt {
	background-color: #fff;
	font-size: 100%;
	color: #585452;
	/*height: 18px;*/
	line-height:18px;
	padding: 2px 5px;
	vertical-align: middle;
	outline:none;
	font-family:'³ª´®°íµñ',NanumGothic,'¸¼Àº°íµñ','Malgun Gothic','µ¸¿ò',Dotum,'±¼¸²',Gulim,Helvetica,sans-serif;
	/*border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;*/
	border:1px solid #959595;
}

input[type=radio], input[type=checkbox] {
	border: none;
	vertical-align: top;
	padding: 0 0px 0px 0;
	margin: 0;
        width:20px;
}
        
input[type="submit"] {border: 0px; background: transparent; color: #FFFFFF;}
input[type="button"] {color:#fff; background: none; border:none;}
input[type="checkbox"] {border:#333 1px solid}
input[type="radio"] {width:15px; height: 15px; border:#333 1px solid}



textarea {
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	background-color: #fff;
	padding: 10px;
	line-height: 18px;
	color: #585452;
	font-size: 12px;
	font-family:'³ª´®°íµñ',NanumGothic,'¸¼Àº°íµñ','Malgun Gothic','µ¸¿ò',Dotum,'±¼¸²',Gulim,Helvetica,sans-serif;
	overflow: auto;
}

select {
	font-size: 12px; 
	color: #7f7f7f; 
	padding: 1px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
}

.hidden {
    background: none repeat scroll 0 0 transparent;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 0;
}

/* float»ç¿ëÇÒ¶§ overflow:hidden ¸»°í :after (°¡»ó¿ä¼Ò) ·Î clearÇÏ´Â °ÍÀ» ±ÇÀå!! */

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* new clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


root, html, body {
    /*overflow-x: hidden;*/
    height: 100%;
}


/* ±âº» ·¹ÀÌ¾Æ¿ô ±¸Á¶ */

.clear_both {
    *zoom: 1;
}

.clear_both:after {
    content: "";
    display: block;
    clear: both;
}


/* ±âº» ·¹ÀÌ¾Æ¿ô ±¸Á¶ */
#wrapper {
	position:relative;
	width:100%;
        height: 100%;
}
#wrapper_body {
	width:100%;
}

#wrapper_body .none {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*background: red;*/
    display: none;
}

#wrapper_body .none.M_o {
    display: block;
    z-index:1000;
}

#wrapper_left {
	position: absolute;
        top: 0px;
        left: -100px;
        width: 100px;
	height:100px;
	float:left;
	text-align:center;
	/*display:none;*/
	z-index:999;
}
#wrapper_right {
        position: absolute;
        top: 0px;
        right: 100px;
        width: 100px;
	height:100px;
	float:right;
	text-align:center;
	/*display:none;*/
	z-index:999;
        
}











#clickMe{
/*    position:absolute;
	background:#e5e5e5;
	display:block;
	height:46px;
	width:100px;*/
	}
	
#picfame{
	/*background:#f00;*/
	width:100px;
	display:none;
	/*padding:205px;*/
	}
	
/*a:link img, a:visited img{
	display:none;}
a:hover img, a:active img{
	display:block
	}*/
a{
	text-decoration:none;
	color:#000;
	}


        
      /*ÇÁ·Î±×·¥ÀÔÈ÷¸é Áö¿öÁÖ¼¼¿ä*/  
.sub_title {font-size:14px; color:#333; font-weight: bold; margin-bottom: 30px;}

.position_relative {
	position: relative;
	top: 0px;
	left: 0px;
}

.clear_both:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.display_block {
	display: block;
}

.menu_left,
.menu_right {
	display: none;;
}

.menu_left.active,
.menu_right.active {
	display: block;;
}

.f-nanum_square {
	font-family: 'Nanum Square';
}

.text_align_center {
	text-align: center;
}

.text_overflow {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.banner_01 {
	width: 100%;
	/*border: #D3D3D3 solid 1px;*/
}

.banner_01 .banner_01_ul {
	width: 100%;
	overflow: hidden;
}

.banner_01 .banner_01_ul a {
	display: block;
	width: 100%;
}

.banner_01 .banner_01_li {
	display: none;
}

.banner_01 .banner_01_li img {
	width: 100%;
}

.banner_01 .banner_01_li.active {
	display: block;
}

.banner_01 .banner_01_title_ul {
	width: 110px;
	height: 22px;
	margin: 0 auto;
	/*border-top: #D3D3D3 solid 1px;*/
}

.banner_01_title_ul .banner_01_title_li {
	/*border-left: #D3D3D3 solid 1px;*/
	/*background: #EEEEEE;*/
	background: url('../images/main/banner_01_title_li_icon.png') no-repeat;
	background-size: 10px 10px;
	margin: 6px 6px;
}

.banner_01_title_ul .banner_01_title_li a {
	display: block;
	color: #121212;
	width: 10px;
	height: 10px;
	/*line-height: 38px;*/
	text-align: center;
	font-size: 14px;
}

.banner_01_title_ul .banner_01_title_li:first-child {
	border: 0px;
}

.banner_01_title_ul .banner_01_title_li.active,
.banner_01_title_ul .banner_01_title_li:hover {
	/*background: #FF9312;*/
	/*color: #FFFFFF;*/
	/*font-weight: bold;*/
	background: url('../images/main/banner_01_title_li_icon_on.png') no-repeat;
	background-size: 10px 10px;
}

.banner_01_title_ul .banner_01_title_li.active a,
.banner_01_title_ul .banner_01_title_li:hover a {
	color: #FFFFFF;
}

/* »óÇ° */
.goods_parents {
	margin: 5px;
}

.goods_parents p {
	width: 100%;
}

.goods_parents .goods_img {

}

.goods_parents .goods_name {
	line-height: 23px;
	color: #555555;
}

.goods_parents .goods_discount_price {
	line-height: 14px;
	color: #777777;
	text-decoration: line-through;
}

.goods_parents .goods_price {
	line-height: 14px;
	color: #D50C0C;
	font-weight: bold;
}

.goods_parents .goods_point {
	line-height: 14px;
	color: #555555;
}
/* »óÇ° */