
/* CSS Document */

/*@import url(http://api.mobilis.co.kr/webfonts/css/?fontface=NanumGothic);*/
@import url("sub_style.css");
@import url("shop_style.css");

html, body {width:100%; height:100%; color:#666; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; word-break:break-all;}
body {font:12px NanumGothic, dotum, Arial, tahoma, verdana, sans-serif; border:0px;}
table {padding:0; border:0px none; }

fieldset, img, input.type-image, button{border:0; border-spacing:0; border-collapse:collapse; padding:0;}
ul,ol,li {list-style:none;}
caption {visibility:visible; width:0; height:0; overflow:hidden; font-size:0; line-height:0; text-indent:-3000em;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
img, fieldset {border:0px none; vertical-align:middle;}
   

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0; }
td{line-height:18px}


/* form */
input,textarea,select { font-family:inherit;font-size:inherit;font-weight:inherit;color:#666; vertical-align:middle; font:12px dotum;}
input {font-weight:normal; font:12px dotum;}
.input {border:1px #e2e3ea solid;padding:3px 0 0 3px; }
select {background-color:#fff; border:1px solid #C5C5C5; line-height:18px;  font:12px dotum;}
textarea {background-color:#fff; border:1px solid #C5C5C5; font:12px dotum;}

/* link */
a:link {
    color: #0192b5;
    text-decoration: none;
}
a:visited {
    color: #0192b5;
    text-decoration: none;
}
a:hover {
    color: #0192b5;
    text-decoration: underline;
}
a:active {
    color: #0192b5;
    text-decoration: none;
}


/* 전체 중앙정렬 */
#wrapper { margin:0 auto; width:100%; }


/* header */
.headerWrapper {margin:0 auto; width:980px; height:125px;}
.h_gn_menu { height:45px; text-align:right; font-size:11px}
.h_gn_link { font-size:11px; color:#669900}
.h_gn_link_space {padding-left:7px; padding-right:7px; color:#e3e3e3}
.h_menu {height:76px; background-image:url(/images/menu_bg.jpg); background-repeat:no-repeat; width:818px}

.search_input {width:344px; height:27px; background-image:url(/images/search_bg.jpg); background-repeat:no-repeat}
.input_top {width:290px; height:17px; border:0px; background-color:transparent; margin:3px 0px 0px 5px; color:#cccccc}


/* header_new_2012/12/18 */
.headerWrapper_new {margin:0 auto; width:980px; height:126px}
.h_gn_menu_new { height:39px; text-align:right; font-size:11px}
.h_gn_link_space_n {padding-left:7px; padding-right:7px; color:#e3e3e3}

.top_m1 { background-image:url(/images/tmp/top_m_bg1.gif); width:87px; height:55px; text-align:center; font-weight:bold; font-family:Arial; font-size:13px; color:#0192b5;}
.top_m1:hover { background-image:url(/images/tmp/top_m_bg1_hot.gif); width:87px; height:55px; text-align:center; font-weight:bold; font-family:Arial; font-size:13px; color:#0192b5;cursor:pointer;}
.top_m2 { background-image:url(/images/tmp/top_m_bg2.gif); width:98px; height:55px; text-align:center; font-weight:bold; font-family:Arial; font-size:13px; color:#0192b5}
.top_m2:hover { background-image:url(/images/tmp/top_m_bg2_hot.gif); width:98px; height:55px; text-align:center; font-weight:bold; font-family:Arial; font-size:13px; color:#0192b5;cursor:pointer;}
.top_m3 { background-image:url(/images/tmp/top_m_bg_search.gif); width:395px; height:55px;}
.top_m4 { background-image:url(/images/tmp/top_m_bg3.gif); width:88px; height:55px; text-align:center; font-weight:bold; font-family:Arial; font-size:13px; color:#0192b5}
.top_m4:hover { background-image:url(/images/tmp/top_m_bg3_hot.gif); width:88px; height:55px; text-align:center; font-weight:bold; font-family:Arial; font-size:13px; color:#0192b5;cursor:pointer;}
.top_m5 { background-image:url(/images/tmp/top_m_bg4.gif); width:80px; height:55px; text-align:center; font-weight:bold; font-family:Arial; font-size:13px; color:#0192b5; padding-left:20px}
.top_m5:hover { background-image:url(/images/tmp/top_m_bg4_hot.gif); width:80px; height:55px; text-align:center; font-weight:bold; font-family:Arial; font-size:13px; color:#0192b5; padding-left:20px;cursor:pointer;}

	/* hover action */
	.top_m1 span.show {display:none;}
	.top_m1:hover span.show {display:inline;font-family:NanumGothic;}
	.top_m1:hover span.noshow {display:none;}
	.top_m2 span.show {display:none;}
	.top_m2:hover span.show {display:inline;font-family:NanumGothic;}
	.top_m2:hover span.noshow {display:none;}
	.top_m4 span.show {display:none;}
	.top_m4:hover span.show {display:inline;font-family:NanumGothic;}
	.top_m4:hover span.noshow {display:none;}
	.top_m5 span.show {display:none;}
	.top_m5:hover span.show {display:inline;padding-left:20px;font-family:NanumGothic;}
	.top_m5:hover span.noshow {display:none;}
	/* hover action */

.search_input_n {width:301px; height:27px; background-image:url(/images/tmp/search_bg.jpg); background-repeat:no-repeat}
.input_top {width:290px; height:17px; border:0px; background-color:transparent; margin:3px 0px 0px 5px; color:#cccccc}
/* header_new_2012/12/18 */


/* center */
.centerWrapper {margin:0 auto; width:980px;}
.left_menu_box { width:100%; background-color:#f4f4f4; padding-bottom:10px; margin-bottom:20px}
.left_menu_title1 { height:37px; color:#333; font-family:NanumGothic; font-weight:bold; font-size:14px; padding-top:3px }
.left_menu1 {font-family:NanumGothic; font-size:12px; height:26px; background-image:url(/images/left_menu_bg.gif); background-repeat:no-repeat; padding-left:20px}
.left_menu1_sub {font-family:NanumGothic; font-size:11px; height:23px; padding-left:25px}
.left_menu2 {font-family:NanumGothic; font-size:12px; height:26px; background-image:url(/images/left_menu_icon.gif); background-repeat:no-repeat; padding-left:20px}
.left_menu3 {font-family:NanumGothic; font-size:12px; height:26px; background-image:url(/images/left_menu_icon.gif); background-repeat:no-repeat; background-position:0px -30px; padding-left:20px; }
.left_menu4 {font-family:NanumGothic; font-size:12px; height:26px; background-image:url(/images/left_menu_icon.gif); background-repeat:no-repeat; background-position:0px -60px; padding-left:20px; }

.h_space {background-image:url(/images/h_space.gif); background-repeat:repeat-x; height:7px}
.subscribe_input { width:136px; height:17px; border-top:1px #bbb solid; border-left:1px #bbb solid; border-right:1px #FFF solid; border-bottom:1px #FFF solid; font-family:NanumGothic; font-size:11px; color:#999; padding-top:3px}
.notice {font-size:11px; font-family:NanumGothic; padding-bottom:10px}
.notice > ul > a {color:#666}

.goods_title1 {font-family:dotum; font-size:14px; color:#333; font-weight:bold; height:37px; text-align:left}
.goods_title2 {font-family:dotum; font-size:11px; color:#999; text-align:right; letter-spacing:-0.1em;padding-right:10px;}
.goods_title2 > a {color:#999}

.goods_title3 {font-family:dotum; font-size:11px; color:#564a7c; text-align:right; letter-spacing:-0.1em;padding-right:10px;}
.goods_title3 > a {color:#aa3045}


.goods_box1 { width:375px; border:1px solid #e8e8e8; text-align:center; padding:6px 0 6px 0}
.goods_box1 .product_fav_chk { width:361px; height:336px; overflow:hidden; text-align:center;margin:0 auto;}
.goods_box2 { width:375px; border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; text-align:center; background-color:#fbfbfb; text-align:left}
.goods_box3 { width:180px; border:1px solid #e8e8e8; text-align:center; padding:5px 0 5px 0}
.goods_box3 .product_fav_chk { width:168px; height:133px; overflow:hidden; text-align:center;margin:0 auto;}
.goods_box4 { width:180px; border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; text-align:center; background-color:#fbfbfb; text-align:left}

.goods_txt1 { font-size:11px; color:#999; text-align:left}
.goods_txt1_pname a, .goods_txt1_pname a:link, .goods_txt1_pname a:visited, .goods_txt1_pname a:hover, .goods_txt1_pname a:active{ font-size:11px; color:#666; text-align:left}
.goods_txt1_cpname a, .goods_txt1_cpname a:link, .goods_txt1_cpname a:visited, .goods_txt1_cpname a:hover, .goods_txt1_cpname a:active{ font-size:11px; color:#B2B2B2 ; text-align:left}
.goods_txt2 { font-size:12px;	color:#dc690a;	text-align:right;	font-weight:bold;	font-family:NanumGothic;}
.goods_txt3 { font-size:12px; color:#cc3333; text-align:left; font-weight:bold; font-family:NanumGothic;}

.main_shop_box { border:1px #e8e8e8 solid; background-color:#fbfbfb; width:766px; height:130px; padding-top:12px;padding-left:10px; text-align:center}
.main_shop_txt1 {font-family:NanumGothic; font-weight:bold; color:#333; text-align:left}
.main_shop_txt2 {font-family:NanumGothic; font-size:11px; color:#999; line-height:14px; text-align:left; height:46px}
.main_shop_txt3 {font-family:NanumGothic; font-size:11px; color:#999;}

.new_goods_box { width:85px; border:1px #e8e8e8 solid; text-align:center; padding:4px 0 4px 0}
.new_goods_box .product_fav_chk { text-align:center;margin:0 auto;}


.main_goods_all a, .main_goods_all a:link, .main_goods_all a:visited, .main_goods_all a:hover, .main_goods_all a:active{ font-size:11px; color:#0192b5; text-align:right}
.main_shop_all a, .main_shop_all a:link, .main_shop_all a:visited, .main_shop_all a:hover, .main_shop_all a:active{ font-size:11px; color:#0192b5; text-align:right}


/*.goods_box2 { width:72px; border:1px #e8e8e8 solid; text-align:center; padding:4px 0 4px 0}*/



/* footer */
#footer {margin:0 auto; width:980px; height:85px; vertical-align:top; margin-top:50px; border-top:1px #e8e8e8 solid; line-height:20px; font-family:NanumGothic; color:#999; padding-top:15px}
 .copy_link { font-size:11px; font-family:NanumGothic; color:#999;}
 .copy_link > a { color:#999}
 
 
 
 /* 상점 카테고리 링크 */
 .menu_link { font-size:12px; font-family:NanumGothic; text-align:left}
 .menu_link > a { color:#666}
 
  /* 로그인 라인 */
.login_line
{
    width: 139px;
    border-top: solid #b7b7b7 1px;
    display: inline-block;
    *display: inline; zoom:1;
}
