@charset "utf-8";

/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 600;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Nanum Gothic Bold';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Nanum Gothic exBold';
    font-style: normal;
    font-weight: 800;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}

/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,big,cite,code,del,dfn,em,font,img,ins,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:none 0}
body{font-family:'Nanum Gothic';font-size:12px;color:#6a6a6a}
select,input,img,li,button{vertical-align:middle;text-align:left}
input{margin:0 3px;padding:0}
form legend,table caption{width:0;height:0;font-size:0;text-indent:-9999px;line-height:0}
select,textarea{font-family:'Nanum Gothic';border:1px solid #ccc;color:#333}
img,fieldset,iframe{border:0 none}
h1,h2,h3,h4,h5,h6{font-weight:normal}
table,div{border-collapse:collapse;border-spacing:0}
table{width:100%}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}
ul,li,ol{list-style-type:none}
li{line-height:17px}
li,p,dt,dd,div,span{white-space:normal}
button{*overflow:visible;border:0 none;padding:0;margin:0;*margin-top:-2px;background:transparent;cursor:pointer}
button::-moz-focus-inner{border:0;padding:0}
a{text-decoration:none;color:#666}
label{cursor:pointer}
button,select,option,input,textarea{outline:none}

/* global class */
/* none */
.bg_none{background:none !important}
.pad_none{padding:0 !important}
.mar_none{margin:0 !important}
.bor_none{border:0 none !important}
.over_h{overflow:hidden !important}
/* align */
.txt_left{text-align:left !important}
.txt_center{text-align:center !important}
.txt_right{text-align:right !important}
/* float */
.floatL{float:left !important}
.floatR{float:right !important}
.float_a{display:block !important;float:left !important}
.list_float{overflow:hidden !important}
.list_float li{float:left !important}
/* font */
.font11{font-size:11px !important}
.font12{font-size:12px !important}
.font13{font-size:13px !important}
.font14{font-size:14px !important}
.font16{font-size:16px !important}
.bold{font-weight:bold !important}
.normal{font-weight:normal !important}
.underline{text-decoration:underline !important}
.letter-1{letter-spacing:-1px !important}
.letter0{letter-spacing:0 !important}
.line16{line-height:16px !important}
.line18{line-height:18px !important}
/* color */
.blk{color:#2b2b2b !important}
.g88{color:#888 !important}
.pur{color:#4250b9 !important}
/* ellipsis */
.ellWrap{width:100%}
.ellipsis,.ellipsisList li{display:block;overflow:hidden;width:100%;text-overflow:ellipsis;white-space:nowrap}
/* margin */
.mgr5 {margin-right:5px !important}
.mgt3{margin-top:3px !important}
.mgt5{margin-top:5px !important}
.mgt10{margin-top:10px !important}
.mgt20{margin-top:20px !important}
.mgt30{margin-top:30px !important}
.mgt40{margin-top:40px !important}
.mgb2{margin-bottom:2px !important}
.mgb5{margin-bottom:5px !important}
.mgb10{margin-bottom:10px !important}
.mgb20{margin-bottom:20px !important}
.mgb30{margin-bottom:30px !important}
.mgb40{margin-bottom:40px !important}
.mgb50{margin-bottom:50px !important}
.mgb60{margin-bottom:60px !important}
/* padding */
.pdt12{padding-top:12px !important}
.pdl15{padding-left:15px !important}
/* display */
.in{display:inline !important}
/* input */
.txt{
    height:18px;
    margin:0;padding:0;
    font-size:12px;
    font-family:'Nanum Gothic';
    border:1px solid #ccc;
    background-color:#fff;
    line-height:17px;text-indent:5px
}
.txtH28 {height:18px;margin:0;padding:4px 5px;line-height:18px;border:solid 1px #ccc;font-family:'Nanum Gothic';}
.blind{position:absolute;top:-9999px;overflow:hidden;width:0;height:0;padding:0;line-height:0}


/* initialize */
body{min-width:1024px}
#wrap{position:relative;overflow:hidden}

/* top Ad */
#topAd{position:relative;overflow:visible !important;width:1000px;margin:0 auto}
#topAd.hidden{display:none;height:0}
#topAd div{width:1920px;margin:0 0 0 -460px;text-align:center}
#topAd div a,
#topAd div img{vertical-align:top}
#topAd button{position:absolute;bottom:19px;right:22px;overflow:hidden;width:19px;height:17px;margin:0;padding:0;text-indent:-9999px;outline:none;border:none;background:url(../button/btn_cateClose.png) 0 0 no-repeat}

/* header */
#header{position:relative;width:100%;height:176px;background:url(../imgs/global/bg_header.png) 0 0 repeat-x}
#header h1 {
    position: absolute;
    top: 16px;
    left: 50%;
    margin: 0 0 0 -500px;
    height: 97px;           /* ← 추가: 큰 이미지 기준으로 고정 */
    display: flex;          /* ← 추가 */
    align-items: center; /* ← 추가 */
}
#header h1 a,
#header h1 img{display:block}
#header .utility{position:absolute;top:10px;right:50%;margin:0 -500px 0 0}
#header .utility li{float:left;height:11px;margin:0 0 0 10px;padding:0 0 0 9px;border-left:1px solid #dedede}
#header .utility li a{float:left;height:18px;margin:-4px 0 0;font-size:11px;color:#767676;line-height:20px;letter-spacing:-0.05em;font-family:Dotum,sans-serif}
#header .utility li.name{float:left;height:18px;margin:-4px 0 0;font-size:11px;color:#767676;line-height:20px;letter-spacing:-0.05em;font-family:Dotum,sans-serif}
#header .utility li a .count{display:inline-block;width:24px;height:18px;margin:0 0 0 4px;vertical-align:top;text-align:center;color:white;line-height:20px;font-weight:bold;background:url(../imgs/global/utility_count_bg.png) 0 1px no-repeat}
#header .utility li.first{border:none}
#header .utility li.first a{width:51px;text-align:center;background:url(../button/btn_utility.gif) 0 0 no-repeat}
/*
@media screen and (-webkit-min-device-pixel-ratio:0){
	#header .utility li a{line-height:16px}
	#header .utility li a .count{line-height:18px}
	#header .utility li.name{line-height:16px}
}
*/
#header .topSearch{width:340px;height:78px;margin:0 auto;padding:48px 0 0}
#header .topSearch:after{content:"";display:block;clear:both}
#header .topSearch input{float:left;width:286px;height:37px;margin:0;padding:0;text-indent:10px;font-size:14px;color:#333;line-height:37px;font-family:'Nanum Gothic';border:2px solid #363b3f;border-right:none;background:white}
#header .topSearch .project_menu{clear:both;padding:6px 0 0;text-align:center}
#header .topSearch .project_menu:after{content:"";display:block;clear:both}
#header .topSearch .project_menu li{display:inline-block;height:11px;margin:5px 10px 0 0;padding:0 9px 0 0;vertical-align:top;border-right:1px solid #dedede}
#header .topSearch .project_menu li a{display:inline-block;height:18px;margin:-4px 0 0;vertical-align:top;font-size:11px;color:#767676;line-height:20px;letter-spacing:-0.05em;font-family:'Nanum Gothic';}
#header .topSearch .project_menu li.bg_none{border:none}
@media screen and (-webkit-min-device-pixel-ratio:0){

}
#header .topSearch button{float:left;width:52px;height:41px;margin:0;padding:0;border:none;background:none}
#header .topSearch button img{float:left}
#header .topBanner{position:absolute;top:36px;right:50%;overflow:hidden;width:256px;height:90px;margin:0 -500px 0 0}
#header .topBanner a,
#header .topBanner img{display:block}
#header .topBanner .bannerItem{display:none;position:absolute;top:0;left:0;z-index:1;width:250px;height:90px}
#header .topBanner .prev{position:absolute;top:0;right:15px;z-index:2;overflow:hidden;width:16px;height:13px;margin:0;padding:0;text-indent:-9999px;border:1px solid #b9b9b9;background:white url(../button/top_banner_prev.gif) center center no-repeat}
#header .topBanner .next{position:absolute;top:0;right:0;z-index:2;overflow:hidden;width:16px;height:13px;margin:0;padding:0;text-indent:-9999px;border:1px solid #b9b9b9;background:white url(../button/top_banner_next.gif) center center no-repeat}
#header .topBanner .prev:hover,
#header .topBanner .next:hover{z-index:3}

/* GNB */
#gnb{position:relative;width:1000px;height:50px;margin:0 auto}
#gnb ul{min-width:1px;padding:0 0 0 175px}
#gnb ul:after{content:"";display:block;clear:both}
#gnb ul li{float:left;}
#gnb ul li button{outline:none}
#gnb ul li button,
#gnb ul li a,
#gnb ul li img{float:left}
#gnb ul li.first{position:absolute;top:0;left:0;margin:0}

/* total category */
#header_total_ctg{display:none;position:relative;z-index:1000;overflow:hidden;width:996px;margin:0 auto;padding:0 0 42px;border:2px solid #5c544d;border-top:none;background:url(../imgs/global/totalCate_bg.png) center 0 repeat-y}
#header_total_ctg .close{position:absolute;bottom:20px;right:20px}
#header_total_ctg .close img{display:block}
#header_total_ctg ul{overflow:hidden;width:1000px;margin:0 0 0 -2px;background:url(../imgs/global/totalCateTitle_bg.gif) 0 0 no-repeat}
#header_total_ctg ul li{float:left;width:200px;padding:0 0 33px}
#header_total_ctg ul li a{display:block;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;padding:0 19px;white-space:nowrap;font-size:12px;color:#50525a;line-height:25px}
#header_total_ctg ul li a:hover{text-decoration:underline;font-family:'Nanum Gothic Bold'}
#header_total_ctg ul li a.cateTitle{display:block;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;height:35px;margin:0 0 7px;padding:0 19px;white-space:nowrap;color:#000;line-height:35px;font-family:'Nanum Gothic Bold'}
#header_total_ctg ul li a.cateTitle:hover{font-family:'Nanum Gothic exBold'}

/* container */
#container{position:relative;width:1000px;min-height:540px;margin-top:20px}
#container:after{content:"";display:block;clear:both}

/* contents */
#contents{float:left;width:800px;text-align:left;margin:0 0 50px} /* 왼쪽메뉴 있을 때 */
#contents100{width:100%;text-align:left;margin:0 0 50px} /* 왼쪽메뉴 없을 때 */

/* navi */
#navi{overflow:hidden;padding:0 10px;height:40px}
#navi li{float:left;font-size:11px;line-height:20px;background:url(../imgs/icon/bul_navi.gif) left 4px no-repeat;padding:0 5px 0 10px}
#navi li.home{background:url(../imgs/icon/ico_home.gif) left 4px no-repeat;padding:0 5px 0 15px}
/* category navi */
#navi button.ctg{height:20px;border:solid 1px #ccc;font-size:11px;color:#666;padding:0 35px 0 8px;margin:0;line-height:14px;font-family:'Nanum Gothic';background:url(../button/navi_category_btn.gif) #fff right top no-repeat}
#navi li div{position:absolute;top:0px;z-index:10;display:none}
#navi li div ol{background:#fff;border:solid 2px #aaa;margin-top:22px;}
#navi li div ol:after{content:" ";display:block;clear:both}
#navi li div ol li{padding:10px 20px 10px 15px;background:none;border-right:solid 1px #ddd}
#navi li div ol li.last{border-right:none}
#navi li div ol li a{color:#444;display:block;line-height:18px}
#navi li div ol li a:hover{color:#f4620b}
#navi li div ol li a.on{font-weight:bold;color:#f4620b}

/* 타이틀 */
.bul_red_arrow{padding-left:17px;background:url(../imgs/icon/bul_red_arrow.gif) 0 2px no-repeat}
.red_square_dotList li,.red_square_dot{padding-left:10px;font-size:11px;background:url(../imgs/icon/bul_red_square.gif) 0 5px no-repeat;line-height:16px;color:#666}
.bul_red_rect{padding:0 0 10px 15px;border-bottom:1px solid #e1e1e1;background:url(../imgs/icon/bul_red_rect.gif) 6px 0 no-repeat}
.sub_title{margin-bottom:20px;padding:0 0 15px 10px;font-size:0;background:url(../title/bg_sub_title.gif) 0 bottom repeat-x;line-height:0}
.big_title {color:#222;font-size:32px;font-family: 'Nanum Gothic Bold';letter-spacing:-1px;border-bottom:solid 2px #555;padding-bottom:16px;margin-bottom:20px;}
.big_title .summary {font-size:14px;color:#777;padding-left:16px;}
.big_title.lnb {font-size:26px;padding-bottom:10px}
.big_title.lnb .summary {font-size:12px;padding-left:14px;}
.middle_title {color:#222;font-size:18px;font-family: 'Nanum Gothic Bold';letter-spacing:-1px;}
.middle_title .summary {font-size:11px;padding-left:8px;color:#777;}
.small_title {color:#555;font-size:14px;font-family: 'Nanum Gothic Bold';letter-spacing:-1px;}
.small_title .summary {font-size:11px;padding-left:8px;color:#999;}
.bgSubnote {padding:15px 20px;font-size:11px;color:#666;background:#f8f8f8;}

/* lnb_area */
#lnb_area{float:left;overflow:hidden;width:180px;margin-right:20px}
#lnb_area h2.ctg_txt a{display:block;color:#222;padding:3px 0 10px 5px;font-size:16px;font-weight:bold;letter-spacing:-0.1em;background:url(../imgs/icon/ctg_icon.png) right 5px no-repeat}
#lnb_area .ctg{padding:14px 12px;font-size:12px;border-top:1px solid #414141;border-bottom:1px solid #414141;background-color:#fff;letter-spacing:-0.1em}
#lnb_area .ctg li{line-height:26px}
#lnb_area .ctg li.on a{color:#f4620b !important}
#lnb_area .ctg li a{color:#888}
#lnb_area .ctg li a:hover{color:#f4620b !important}
#lnb_area .lnb_banner{margin-top:20px}

#lnb_area_sub{float:left;overflow:hidden;width:180px;margin-right:20px;font-size:11px}
#lnb_area_sub .left_my_info{border:1px solid #444}
#lnb_area_sub .left_my_info span{display:block;width:100%;padding:7px 0;background-color:#444;text-align:center;color:#fff}
#lnb_area_sub .left_my_info p{padding:13px 0;text-align:center;color:#808183}
#lnb_area_sub .left_my_info ul{padding:10px 10px 0}
#lnb_area_sub .left_my_info ul li{position:relative;margin-bottom:8px;padding-left:8px;background:url(../imgs/icon/bul_left_info.gif) 0 3px no-repeat;line-height:11px;color:#808183}
#lnb_area_sub .left_my_info ul li div{position:absolute;right:0;top:0;color:#3f3b39}
#lnb_area_sub .left_navigation > li{border-bottom:solid 1px #ddd;}
#lnb_area_sub .left_navigation li > div {font-family: 'Nanum Gothic Bold';padding:8px 5px 7px}
#lnb_area_sub .left_navigation li > div a{color:#6a6a6a}
#lnb_area_sub .left_navigation li ul{padding:7px 0 3px;border-top:solid 1px #ddd;background:#f9f9f9;}
#lnb_area_sub .left_navigation li li{padding:0 0 0 15px;border:0 none;background:none;line-height:20px;letter-spacing:-1px}
#lnb_area_sub .left_navigation li li a {color:#666}
#lnb_area_sub .lnb_banner{margin-top:20px}

/* quick bar */
#wing_left{visibility:hidden;position:absolute;top:645px;left:50%;z-index:5;width:160px;margin:0 0 0 -680px;/*-moz-transition:0.3s;-webkit-transition:0.3s;transition:0.3s*/}
#wing_left a,
#wing_left img{display:block;width:100%;}/* margin:0 0 9px */
#wing_left a img{margin:0}
#wing_left .banner{margin:0;padding:0}

#wing_right{visibility:hidden;position:absolute;top:0;left:50%;z-index:5;width:150px;margin:0 0 0 520px;border:1px solid #e4e4e4;background:white;/*-moz-transition:0.3s;-webkit-transition:0.3s;transition:0.3s*/}
#wing_right:after{content:"";display:block;clear:both}
#wing_right .title{display:block;height:46px;text-align:center;font-size:12px;color:#5e5e5e;line-height:46px;border-bottom:1px solid #e2e2e2}
#wing_right .title span{vertical-align:top;}
#wing_right .todays_slide{display:none;position:relative;float:left;width:100%;padding:8px 0;border-bottom:1px solid #e2e2e2;background:white}
#wing_right .todays_slide .todays_container{position:relative;width:100%}
#wing_right .todays_slide .todays_container ul{position:absolute;top:0;left:14px;width:80px;}
#wing_right .todays_slide .todays_container li{width:76px;height:76px}
#wing_right .todays_slide .todays_container li img{width:100%;height:100%}
#wing_right .todays_slide .todays_pagination{position:relative;height:20px;text-align:center;font-size:11px;color:#988774;line-height:17px}
#wing_right .todays_slide .todays_pagination a{display:block;position:absolute}
#wing_right .todays_slide .todays_pagination a.prev{top:0;left:14px;height:17px}
#wing_right .todays_slide .todays_pagination a.prev img{float:left;margin:4px 0 0}
#wing_right .todays_slide .todays_pagination a.next{top:0;right:14px;height:17px}
#wing_right .todays_slide .todays_pagination a.next img{float:left;margin:4px 0 0}
#wing_right .todays_slide .todays_pagination strong{vertical-align:top;color:#f2740d}
#wing_right .todays_slide .todays_pagination .pageDisabled{opacity:0.4;filter:alpha(opacity=40)}
#wing_right .link{display:block;clear:both;height:44px;text-align:center;font-size:12px;color:#5e5e5e;line-height:44px;border-bottom:1px solid #e2e2e2}
#wing_right .link span{vertical-align:top}
#wing_right .top{display:block;height:33px;text-align:center;font-size:12px;color:#848484;line-height:33px}

/* paging */
.paging{overflow:hidden;text-align:center;margin-top:30px}
.paging li{display:inline}
.paging li a{padding-right:9px;margin-left:3px;background:url(../imgs/global/bul_paging.gif) right 1px no-repeat}
.paging li a strong{color:#333;font-family:'Nanum Gothic exBold'}
.paging li a.end{padding:0;margin-right:3px;background:none}
.paging li a.first, .paging li a.prev, .paging li a.next, .paging li a.last{padding:0;margin:0;background:none}
.paging li a.prev{margin-right:7px}
.paging li a.next{margin-left:7px}

/* footer */
#footer{clear:both;height:190px;background:#f3f3f3;border-top:solid 1px #ededed;}
#footer .inner {width:1000px;margin:0 auto;}
#footer .footer_menu {background:#fff;border-bottom:solid 1px #ededed;}
#footer .footer_menu ul{padding:14px 0;text-align:center}
#footer .footer_menu li{display:inline-block;margin:0 15px 0 0;padding:0 16px 0 0;vertical-align:top;background:url(../imgs/global/bul_footer_menu.gif) right 0 no-repeat}
#footer .footer_menu li a{display:inline-block;margin:-1px 0 0;vertical-align:top;font-size:12px;color:#6b6a6a;line-height:16px;font-family:Dotum,sans-serif}
/*
@media screen and (-webkit-min-device-pixel-ratio:0){
	#footer .footer_menu li a{margin:-3px 0 0}
}
*/

#footer .footer_content {position:relative;padding:30px 127px 0 177px}
#footer .footer_content h5{position:absolute;top:30px;left:0}
#footer .footer_content address{white-space:nowrap;font-size:11px;color:#8c8c8c;line-height:17px;font-family:Dotum,sans-serif}
#footer .footer_content address span{margin:0 14px;vertical-align:top;font-size:10px;color:#c7c7c7}
#footer .footer_content address a{vertical-align:top;color:#8c8c8c}
#footer .footer_content address a:hover{text-decoration:underline}
#footer .footer_content p{padding:4px 0 0;font-size:11px;color:#8c8c8c;line-height:17px;font-family:Dotum,sans-serif}
#footer .footer_content .amark{position:absolute;top:0;right:0}
#footer .footer_content .amark li{float:left;margin:0 0 0 24px}
#footer .footer_content .amark li a,
#footer .footer_content .amark li img{display:block}

/* 하단 모바일 버전으로 보기 */
.go_mobile{clear:both;background:#444;text-align:center;margin-top:10px}
.go_mobile a{display:block;color:#fff;font-size:53px;padding:37px 0}

/* 버튼 */
.btn_mid{text-align:center}
.btn_left{text-align:left}
.btn_right{text-align:right}

/* 버튼 */
.wrap_buttons {text-align:center;margin-top:40px;}
.wrap_buttons button,
.wrap_buttons a {display:inline-block;*zoom:1;*display:inline;vertical-align:top;color:#fff !important;font-size:18px;text-align:center;padding:13px 0 15px;width:176px;background:#444;border-bottom:solid 1px #444;font-family: 'Nanum Gothic Bold';}
.wrap_buttons .gray {background:#888;border:solid 1px #888;}
.wrap_buttons .bor {background:#fff;border:1px solid #999;color:#888 !important;}
.wrap_buttons.popup {margin-top:20px;}
.wrap_buttons.popup button,
.wrap_buttons.popup a {font-size:14px;padding:8px 0 10px;width:122px;}
.buttons {display:inline-block;*zoom:1;*display:inline;vertical-align:top;background:#f8f8f8;border:1px solid #bbb;color:#888;padding:2px 8px 3px;font-size:12px;}
.buttons.dark {background:#444;border:solid 1px #444;color:#fff !important;}
.buttons.gray {background:#888;border:solid 1px #888;color:#fff !important;}

/* 카테고리박스 */
.box_ctg_small{padding-bottom:5px;background:url(../imgs/goods/bg_ctg_bottoms.png) 0 bottom no-repeat}
.box_ctg_small h3{padding:15px 0 7px 25px;*padding:15px 0 9px 25px;font-size:12px;background:url(../imgs/goods/bg_ctg_tops.png) 0 0 no-repeat;font-weight:bold}
.box_ctg_small ul{overflow:hidden;padding:12px 0 5px 25px;background:url(../imgs/goods/bg_ctg_mids.gif) 0 0 repeat-y}
.box_ctg_small ul li{padding:0 0 9px 16px;background:url(../button/btn_ctg_more.gif) 6px 6px no-repeat;float:left;width:22%}
.box_ctg_big{overflow:hidden;margin:15px 0 20px;padding-bottom:8px;background:url(../imgs/goods/bg_ctg_bottom.png) 0 bottom no-repeat}
.box_ctg_big h3{height:14px;margin:0;padding:18px 0 14px 25px;font-family:'Nanum Gothic Bold';background:url(../imgs/goods/bg_ctg_top.png) 0 0 no-repeat}
.box_ctg_big ul{overflow:hidden;padding:20px 0 10px 25px;background:url(../imgs/goods/bg_ctg_mid.gif) 0 0 repeat-y}
.box_ctg_big ul li{padding:0 0 9px 16px;background:url(../button/btn_ctg_more.gif) 6px 6px no-repeat;float:left;width:18%;font-family:'Nanum Gothic Bold'}
.box_ctg_big ul li a{color:#535353}

/* 쿠폰 조회 */
.listHidden{display:none}

/* 레이어박스 */
.layer_wrap{background:#f4f4f4;padding:5px}
.layer_wrap .layer_cont{border:solid 1px #ccc;background:#fff;padding:20px 15px 30px}

.layer_cont h1{color:#222;font-size:18px;font-family: 'Nanum Gothic Bold';letter-spacing:-1px;border-bottom:solid 2px #555;padding-bottom:10px;margin-bottom:20px;}
.layer_cont h2{font-weight:bold;color:#3d3d3d;font-size:12px}

.layer_wrap .layer_cont p.txt_area{overflow:hidden;margin-bottom:20px;padding:17px 19px;font-size:11px;border:1px solid #dcdcdc;background-color:#f8f8f8;color:#555}
.layer_wrap .layer_cont .couponList{overflow-y:auto;max-height:240px;margin:0 0 20px;padding:4px 10px 5px;border:1px solid #dcdcdc;background:#f8f8f8}
.layer_wrap .layer_cont .couponList li{padding:3px 0 3px 8px;word-wrap:break-word;font-size:12px;color:#555;line-height:18px;background:url(../imgs/icon/bul_left_info.gif) 0 11px no-repeat}

/*---------------------------------------------- table ------------------------------------------------------*/
.table_fixed{table-layout:fixed}
.table_ver{margin:10px 0 0;border-top:1px solid #444}
.table_ver thead{background:#f8f8f8;border-left:solid 1px #dbdbdb;border-right:solid 1px #dbdbdb;border-bottom:solid 1px #dbdbdb}
.table_ver thead th{text-align:center;font-weight:normal;padding:9px 0 7px;color:#444}
.table_ver tbody td{text-align:center;padding:10px 0;color:#666;border-bottom:solid 1px #dbdbdb;line-height:16px;word-break:break-all}/*1224띄어쓰의 없을경우 테이블 벗어남*/
.table_ver tbody td button{margin:2px 0}
.table_ver tbody td.text_left{text-align:left;padding:9px 10px 7px}
/* 총 합계 쪽 */
.table_ver tr.total_price td{height:50px !important;padding:0 !important;background-color:#f7f7f7}
.table_ver tr.total_price td div{position:relative;width:100%;height:100%}
.table_ver tr.total_price td p{position:absolute;right:0;top:0;display:inline-block;margin:5px 6px;padding:10px 13px;border:1px solid #e6e6e6;background-color:#fff;color:#000}
.table_ver tr.total_price td p span{display:inline-block;margin-right:120px}
.table_ver tr.total_price td p span{margin-right:38px}
/* 상품이미지,상품명 */
.table_ver tbody td.table_product{text-align:left;padding:10px}
.table_ver tbody td.table_product a{float:left}
.table_ver tbody td.table_product a img{border:solid 1px #e6e6e6;width:120px;height:120px;margin-right:10px}
.table_ver tbody td.table_product a img.no{border:none;width:auto;margin-right:0}
.table_ver tbody td.table_product p{float:left;width:80%;margin:5px 0 0}
.table_ver tbody td.table_product p a{width:100%}
.table_ver tbody td.table_product p img{clear:both}
#contents .table_ver tbody td.table_product p{width:60%}

.table_hor{margin:10px 0 0;border-top:1px solid #444}
.table_hor tbody th{background:#f8f8f8;text-align:left;font-weight:normal;padding:9px 15px 7px;color:#444;border-bottom:solid 1px #dbdbdb;border-right:solid 1px #dbdbdb}
.table_hor tbody th.line{border-left:solid 1px #dbdbdb}
.table_hor tbody td{text-align:left;padding:10px 15px;color:#666;border-bottom:solid 1px #dbdbdb;line-height:16px;word-break:break-all}/*1224띄어쓰의 없을경우 테이블 벗어남*/
/* 상품이미지,상품명 */
.table_hor tbody td.table_product{text-align:left;padding:10px}
.table_hor tbody td.table_product a{float:left}
.table_hor tbody td.table_product a img{border:solid 1px #e6e6e6;width:80px;margin-right:10px}
.table_hor tbody td.table_product p{float:left;width:80%;margin:5px 0 0}

.popCloseButton{display:inline-block;position:relative;top:-1px;overflow:hidden;width:39px;height:0;margin:0 0 0 5px;padding:19px 0 0;vertical-align:middle;line-height:20px;background:url(../button/btn_close_popup.gif) 0 0 no-repeat}

/* 공통상품 */
.product_box {border-top:solid 1px #000;border-bottom:solid 1px #d3d3d3;}
.common_product {
    /* margin-left: -28px; */
    padding-top: 20px;
}
.common_product ul {overflow:hidden;}
.common_product li {
    float: left;
    /*     width: 217px; */
    width: 302px;
    margin-right: 14px;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.common_product li:nth-child(3n+3){
    margin: 0px;
}
.common_product li .check {margin-bottom:10px;}
.common_product li .check input {margin:0}
.common_product li a.link_box {display:block;}
.common_product li a.link_box > span {display:block;}
.common_product li a.link_box .thumb_box {
    /* width: 209px; */
    height: 319px;
    position: relative;
    overflow: hidden;
}
.common_product li a.link_box .thumb_box .thumb {width:100%;}
.common_product li a.link_box .thumb_box .best {display:block;position:absolute;left:5px;top:5px;}
.common_product li a.link_box .info_box {padding:12px 5px 0;}
.common_product li a.link_box .info_box > span {display:block;color:#444;line-height:16px;}
.common_product li a.link_box .info_box .name {font-size:13px;height:32px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;font-family: 'Nanum Gothic Bold';}
/* 20180601 수정 */
.common_product li a.link_box .info_box .summary {font-size:11px;height:16px;word-wrap:break-word;color:#777;margin-top:5px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;border-bottom:1px dashed #dddddd;padding-bottom:10px}
.common_product li a.link_box .info_box .market,
.common_product li a.link_box .info_box .marketPrice {color:#999;text-decoration:line-through;height:16px;overflow:hidden;margin-top:8px;}
.common_product li a.link_box .info_box .price {font-family: 'Nanum Gothic Bold';color:#000;font-size:15px;height:16px;overflow:hidden;margin-top:6px;}
.common_product li a.link_box .info_box .price .sale {font-weight:bold;color:#ca1818;padding-left:5px;}
.common_product li a.link_box .info_box .icons {height:16px;overflow:hidden;margin-top:5px;font-size:12px !important;line-height:0 !important;}
.common_product li.none_pro {clear:both;width:100%;text-align:center;padding:50px 0;color:#999}

/* 상품관련 */
.pro_name {display:block;color:#444;line-height:16px;font-size:13px;height:32px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;font-family: 'Nanum Gothic Bold';}
.pro_name a {color:#444;}
.pro_summary{display:block;font-size:11px;height:16px;word-wrap:break-word;color:#777;margin-top:5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro_market{display: block;overflow: hidden;height: 22px;text-overflow: ellipsis;-o-text-overflow: ellipsis;margin: 0 10px;white-space: nowrap;text-align: center;font-size: 13px;color: #7b7b7b;line-height: 22px;text-decoration: line-through;}
.pro_market2{display: block;overflow: hidden;height: 22px;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;font-size: 13px;color: #7b7b7b;line-height: 22px;text-decoration: line-through;}
.pro_summary a {color:#777}
.org_price{display:block;}
.org_price del{display:block;color:#999;text-decoration:line-through;height:16px;overflow:hidden;margin-top:8px;}
.sale_price{display:block;font-family: 'Nanum Gothic Bold';color:#000;font-size:15px;height:16px;overflow:hidden;margin-top:6px;}
.point{display:block;font-size:12px;color:#7b7b7b;margin-top:5px;}
.icons{display:block;height:16px;overflow:hidden;margin-top:5px;font-size:5px !important;line-height:0 !important;}

/* 메일 수신거부 관련 */
#etc_content .email_img {
    margin: 40px auto;
    width: 113px;
}
#etc_content .title01 {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 33px;
}
#etc_content .title02 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px
}
#etc_content .txt_orange {
    color: #fe6b1e;
    font-weight: bold;
}


/* add customizing */
/* 2018-01-30 */
.no1 ul li .pro_summary{
    display: block;
    font-size: 11px;
    height: 16px;
    word-wrap: break-word;
    color: #777;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
    margin: 0px auto;
}
.no1 ul li .icons{
    text-align:center
}


.dragDummy{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:url(../imgs/global/dummy.gif) 0 0 repeat}

.box_privacy{
    /* min-height: 650px; */
    background: #fff;
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
    padding: 60px;
}
.box_privacy .title{
    font-size: 2.1em;
    font-weight:600;
    line-height:40px;
}
.box_privacy .txt_small{
    font-size: 1em;
    margin-top: 1em;
}
.box_privacy  .filter_list dt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    height: 24px;
    color: #333;
}
.welcome .box_privacy .box_btn{
    margin: 10px 0;
}
.welcome .box_privacy .filter_list li{
    margin: 10px 0 !important;
}
.box_privacy .info_txt{
    font-size: 0.9me;
    margin: 10px auto;
}
#pc .welcome .box_privacy .filter_list li dl{
    margin-bottom:0px
}
.welcome .box_privacy .large_btn{
    font-size: 14px !important;
    margin-right: 1%;
}
.welcome .box_privacy .txt_orange{
    color:#fe5f40 ;
}
.k-textbox {
    height: 30px;
    padding-left: 10px;
    margin-bottom: 5px;
}

.w100 {
    width: 100%;
}