/*
========================================================================
RESET
========================================================================
*/
/* global rest */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img { margin:0; padding:0; }
html { width:100%; height:100%; }
body,code { font:0.75em Nanum Gothic, arial, Verdana, Dotum, AppleGothic, sans-serif; color:#353535; background:#fff; }
body { }
body#popup { min-width:0; }
li { list-style:none; }
img,fieldset { border:none; vertical-align:top; }
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
caption { display:none; }
th,td { font-size: 11px; border:0; vertical-align:top; }
input,select,textarea { font-size:100%; font-family: Nanum Gothic, "돋움", Dotum; color:#353535; vertical-align:middle; }
.inputTypeText { height:19px; padding:3px 0 0 9px; border:1px solid #d5d5d5; }
select { height:24px; border:1px solid #d5d5d5; }
textarea { padding:5px 6px; border:1px solid #d5d5d5; line-height:1.5; }
legend { visibility:hidden; position:absolute; left:-9999px; top:-9999px; width:0; height:0; line-height:0; }
button { overflow:visible; padding:0; margin:0; border:0; cursor:pointer; }
hr.layout { display:none; }
a { text-decoration:none; color:#000; }
a:hover, a:active { text-decoration:none; }
.objHidden { visibility:hidden; position:absolute; left:-1000px; top:-1000px; height:0; width:0; }
table tr.radioType input,
span.noBorder input { border:none !important; width:auto !important; height:auto !important; margin:0 3px 0 0 !important; vertical-align:middle !important; background:none !important; }
#content_CONTAINER td { font-size: 11px; width:auto !important; }
table.nneditor-table { width:auto !important; }
hr, caption, legend {
    display: none;
}

/*
========================================================================
공통 class
========================================================================
*/
/* image replace, hidden text */
.ir *,
.blind { z-index:-1; position: absolute; display: block; left: 0; top: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; text-indent: -9999px; }
/* block, inline */
.d-block { display: block; padding-bottom: 2px;}
.d-inline { display: inline;}
/* form */
.txt-right { text-align: right; }
.txt-input1 { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #e2e9ef; border-top: 1px solid #aaadb2; }
.txt-input2 { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #dcdcdc; }
.MS_input_txt { margin-right:5px; padding: 4px;height: 20px; line-height: 20px; border: 1px solid #dcdcdc; vertical-align: middle; }
input { padding: 4px; line-height: 17px; border: 1px solid #dcdcdc; }
.txt-disabled { background-color: #f6f6f6; }
.chk-rdo { width: 13px; height: 13px; vertical-align: middle; }
.txt-area1 { overflow-y: scroll; padding: 2px 0 0 2px; line-height: 17px; border: 1px solid #e2e9ef; border-top: 1px solid #aaadb2; }
/* file add trick */
.file-wrap { display: inline-block; overflow: hidden; position: relative; height: 23px; width: 280px; vertical-align: middle; background: url(/images/btn/h20_trick_fileadd.gif) no-repeat right 0; }
.file-wrap .file-txt { float: left; border: 0 none; height: 18px; font-size: 12px; line-height: 18px; width: 198px; border: 1px solid #ccc; }
.file-wrap .file-trick { cursor: pointer; position: absolute; right: 0px; top: 0; right: 0; width: 100px; height: 20px; background: none; border: 0 none; opacity: 0; filter: alpha(opacity=0); }
/* font-color */
.fc-red { color: #ff0062; }
.fc-blue { color: #2c6b9e; }
.MS_option_price { color: #FF3C00; }
/* bold */
.bold { font-weight: bold; }
/* float clear */
.clear {zoom: 1;}
.clear:after {content: ""; display: block; clear: both;}
/* margin */
.mr-5 { margin-right: 5px;}
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
/* padding */
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
/* table */
table img { vertical-align: middle; }
.tb-bold { font-weight: bold; }
.tb-left,
.tb-center,
.tb-right { padding: 0 10px; }
.tb-btn { padding: 0; }
.tb-left { text-align: left; }
.tb-center { text-align: center; }
.tb-right { text-align: right; }
.tb-label-r5 label { margin-right: 5px; }
.tb-label-r10 label { margin-right: 10px; }
.tb-label-r10 label.last,
.tb-label-r5 label.last{ margin-right: 0; }
/* table-type-1 */
.table-type-1 { border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }
.table-type-1 th,
.table-type-1 td { padding: 8px 0 8px; background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 bottom; }
.table-type-1 tr.nbg th,
.table-type-1 tr.nbg td { background-image: none; }
.table-type-1 tr.bg th,
.table-type-1 tr.bg td { background-color: #f8f8f8; }
.table-type-1 th { font-weight: normal; }
/* table-type-2 */
.table-type-2 { border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }
.table-type-2 th,
.table-type-2 td { padding: 8px 0 8px; background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 bottom; }
.table-type-2 th { font-weight: normal; }
.table-type-2 tr.nbg th,
.table-type-2 tr.nbg td { background-image: none; }
/* 상품리스트 (메인/검색/상품리스트) */
.prd-list { margin-top: 10px; }
.prd-list table { table-layout: fixed; }
.prd-list table td { border: 0; vertical-align: top; }
.prd-list table .tb-center { padding: 0 10px; }
.prd-list table .info { padding: 5px 0; }
.prd-list .thumb { width: 166px; height: 196px; margin-left: auto; margin-right: auto; font-size:0; line-height: 0; border: 2px solid #f2f4f3; }
.prd-list .thumb a,
.prd-list .thumb img { display: block; width: 100%; height: 100%; }
.prd-list .dsc { margin-top: 15px; }
.prd-list .price { margin-top: 5px; font-weight: bold; color: #060606; }
/* 장바구니 리스트, 주문상품 리스트 */
.table-cart { margin-top: 10px; margin-bottom :30px; border-bottom: 1px solid #b7b7b7; }
.table-cart thead th { padding: 7px 0 6px; background-color: #ededed; }
.table-cart tbody td,
.table-cart tfoot { background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 0; }
.table-cart tbody td { padding: 3px 0 3px; }
.table-cart tbody td .thumb { width: 50px; height: 50px; margin-left: auto; margin-right: auto; font-siez: 0; line-height: 0; border: 2px solid #f6f6f6; }
.table-cart tbody td .thumb a,
.table-cart tbody td .thumb img { display:block; width:50px; height:50px; }
.table-cart tbody td .thumb a { font-size: 0; line-height: 0; }
.table-cart tbody td .d-block { padding-bottom: 3px; }
.table-cart tbody tr.nbg td { background-image: none; }
.table-cart tfoot td { padding: 10px 0; font-weight: bold; }
.table-cart tfoot strong { color: #be101a; }
/* 수량 컨트롤 */
.table-cart .opt-spin { position: relative; width: 36px; height: 20px; margin-left: auto; margin-right: auto; padding-bottom: 3px; }
.table-cart .opt-spin .txt-spin,
.table-cart .opt-spin .btns { float: left; }
.table-cart .opt-spin .txt-spin { width: 22px; height: 18px; padding-right: 2px padding-top: 2px; border: 1px solid #acacac; font-size: 11px; text-align: right; }
.table-cart .opt-spin .btns { width: 12px; height: 20px; margin-top: 3px; }
.table-cart .opt-spin .btns img { overflow: hidden; float: left; text-indent: -999px; background: none; }
/* 주문 - 주문정보 테이블 */
.table-order-info { margin-top: 10px; border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }
.table-order-info tbody th,
.table-order-info tbody td { padding: 8px 0 7px; background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 0; }
.table-order-info tbody th { letter-spacing: -1px; background-color: #ededed; }
.table-order-info tbody th .d-block { font-weight: normal; letter-spacing: 0; }
.table-order-info tbody tr.nbg th,
.table-order-info tbody tr.nbg td { background-image: none; }
/* 마이페이지 디자인 타입2 테이블 리스트, 타이틀 */
.tit-tb-list { margin-top: 30px; font-size: 12px; color: #5f5f5f; padding-left: 10px; background: url(/images/d3/modern_simple/common/bull_h3_sqr_gray.gif) no-repeat 0 45%; }
.table-d2-list { border-top: 2px solid #000;  }
.table-d2-list thead th { padding: 10px 0; background-color: #f1f1f1; }
.table-d2-list tbody td { padding: 6px 0 5px; border-bottom: 1px solid #e3e3e3; }
/* 마이페이지 디자인 타입2 테이블 뷰 */
.table-d2-view { margin-top: 5px; border: 1px solid #cdcdcd; background: #fff; }
.table-d2-view th, 
.table-d2-view td { padding: 6px 0 5px; border-bottom: 1px solid #cdcdcd; }
.table-d2-view th { font-weight: bold; border-right: 1px solid #e3e3e3; vertical-align:middle; }
/* paging */
.paging {
    clear: both;
    padding-top: 20px;
    width: 100%;
    float: left;
    height: 40px;
    text-align: center;
    line-height: 0;
    vertical-align: top;
}

.paging li { display: inline;}
.paging li a { overflow: hidden; width: auto; height: 15px; padding: 0 7px; color: #999; cursor: pointer; }
.paging li a:hover,
.paging li.now a { font-weight: bold; letter-spacing: -1px; }
.paging li.first a,
.paging li.prev a,
.paging li.next a,
.paging li.last a { padding: 0 3px; }
.paging li.prev { margin-right: 10px; }
.paging li.next { margin-left: 10px; }
/* 현재위치 */
.loc-navi { text-align: right; }
.loc-navi,
.loc-navi a { color: #999; text-transform: capitalize; }
/* 페이지 타이틀 */
/* 타입 1*/
#content .tit-page { position: relative; margin-top: 20px; font-size: 0; line-height:0; padding-bottom: 12px; }
#content .tit-page .dsc { position: absolute; right: 0px; top: 15px; font-size: 11px; color: #a5a5a5; letter-spacing: -1px; }
#content .tit-page .dsc em { color:#333; }
/* 타입 2 */
#content .tit-page-2 { position: relative; margin-top: 15px; padding-bottom: 6px;  }
#content .tit-page-2 .dsc { letter-spacing: -1px; display: inline-block; padding-top: 2px; margin-left: 30px; color: #9b9b9b; }
/* 상품 total/정렬 */
.total-sort { zoom: 1; overflow: hidden; padding-bottom: 5px; border-bottom: 1px solid #e5e5e5; }
/* total */
.total-sort .total { float: left; width: auto; }
.total-sort .total dt,
.total-sort .total dd { display: inline; }
.total-sort .total dd { font-weight: bold; color:#020202;}
.total-sort .total dt { text-transform: capitalize; padding-left:12px; background:url(/images/d3/dandy_style/common/bull_arrow_r.gif) no-repeat left 40%; margin-right:10px;}
/* sort */
.total-sort .sort { float: right; width: auto; display: inline; overflow:hidden; zoom:1;}
.total-sort .sort li,
.total-sort .sort li a { float: left; width: auto; }
.total-sort .sort li { display: inline; padding-left: 10px; padding-right:10px; background:url(/images/d3/dandy_style/common/bg_list_sep.gif) no-repeat right 40%; margin-right:-1px;}
/* 게시판 총게시글,PAGE */
.total-page { zoom: 1; overflow: hidden; }
.total-page .total { float: left; width: auto; }
.total-page .page { float: right; width: auto;}
/* 회원 등급 표시 */
/* 타입 1 */
.mem-lvl { zoom: 1; overflow: hidden; padding: 15px 50px 15px 180px; background-color: #ededed; }
.mem-lvl .lvl-img,
.mem-lvl p { position: relative; float: left; }
.mem-lvl .lvl-img { left: -120px; margin-right: -120px; width: 120px; }
.mem-lvl p { width: 100%; padding-top: 10px; line-height: 16px; }
.mem-lvl p em { color: #be101a; font-weight: bold; }
.mem-lvl span.MS_group_reserve_msg,
.mem-lvl span.MS_group_dc_msg {
    color:#F26622;
}
/* 타입 2 */
.mem-lvl-2 { zoom: 1; overflow: hidden; padding: 15px 50px 15px 150px; border: 5px solid #ededed; }
.mem-lvl-2 .lvl-img,
.mem-lvl-2 p { position: relative; float: left; }
.mem-lvl-2 .lvl-img { left: -130px; margin-right: -130px; width: 120px; border-right: 1px solid #ededed; }
.mem-lvl-2 p { width: 100%; padding-top: 10px; line-height: 16px; }
.mem-lvl-2 p em { color: #be101a; font-weight: bold; }
.mem-lvl-2 span.MS_group_reserve_msg,
.mem-lvl-2 span.MS_group_dc_msg {
    color:#F26622;
}

/* 마이페이지 상단 메시지 박스 */
.t-box-msg { padding: 10px 20px; border: 5px solid #ededed; margin-bottom: 30px; }
.t-box-msg strong { color: #0178d3; }




/* 개인정보보호정책 동의 */
.new-privercy-contract { text-align: left; padding: 5px; }
.new-privercy-contract p { font-weight: bold; margin: 0; margin-bottom: 10px; margin-top: 20px; text-align: left; }
.privercy-contract-tap { position: relative; height:40px; }
.privercy-contract-tap ul { list-style: none; margin: 0; padding: 0; position: absolute; bottom: -1px; *bottom: -2px; }
.privercy-contract-tap li { border: 1px solid #ccc; border-right: none; background: #F4F4F4; float:left; display: inline-block; }
.privercy-contract-tap li a { display: block; padding: 10px 10px; text-decoration: none; }
.privercy-contract-tap li.end { border-right: 1px solid #ccc; }
.privercy-contract-tap li.sel { background: #FFFFFF; border-bottom: 1px solid #FFFFFF; }
.privercy-contract { clear: both; }
.privercy-contract textarea { clear: both; border: 1px solid #CCC; height: 60px; background: #FFFFFF; padding: 10px; width: 660px; }
.privercy-agree { margin: 10px 0; }
.privercy-agree label{ margin-right: 10px; }



/* paging */
.paging {
    clear: both;
    padding-top: 20px;
    width: 100%;
    float: left;
    height: 40px;
    text-align: center;
    line-height: 0;
    vertical-align: top;
}

.paging li { display: inline;}
.paging li a { overflow: hidden; width: auto; height: 15px; padding: 0 7px; color: #999; cursor: pointer; }
.paging li a:hover,
.paging li.now a { font-weight: bold; letter-spacing: -1px; }
.paging li.first a,
.paging li.prev a,
.paging li.next a,
.paging li.last a { padding: 0 3px; }
.paging li.prev { margin-right: 10px; }
.paging li.next { margin-left: 10px; }

/* page-wrap */
.page-wrap .page { margin-top: 20px; text-align: center; }
.page-wrap .page a { padding: 0 5px; letter-spacing: -1px; }
.page-wrap .page a:hover,
.page-wrap .page a.now { font-weight: bold; }

.item-page { margin-top: 40px; text-align: center; clear:both;}
.item-page a { padding: 0 5px; }
.item-page a:hover,
.item-page a.now { font-weight: bold; letter-spacing: -1px; }
.item-desc { margin-bottom: 40px; }
.item-none { padding-top: 40px; text-align: center; }









/*========================================================================
                               원디자인 작업소스
                        1599-3360, www.e-onedesign.com
========================================================================*/

/**** 공통 ****/
#preview_wrap { display: none; }
::selection {background-color: #ea2c75; color: #fff;}
body, code {
    font: 0.75em Nanum Gothic, arial, Verdana, Dotum, AppleGothic, sans-serif;
    color: #353535;
    background: #fff;
}
.wrap_1200 { width: 1200px; height: auto; margin: 0 auto; }
.border_none, .border_none td { font-size: 11px; border: none !important; }
.tit-cmm { font-size: 13px; line-height: 30px;  }
.cmm_title { width: 100%; margin-bottom: 30px; }
.cmm_title h2 {
	margin-bottom: 10px;
    color: #242424;
    *display:inline: ;
    *zoom:1: ;
    font-family: "Amaranth",NanumGothic,arial,Verdana,Dotum,AppleGothic,sans-serif;
    font-size: 25px;
    text-align: center;
    padding-bottom: 20px;
    background: url('/design/dailycase/onedesign/images/icn_04.png') center bottom no-repeat;
}
.cmm_title ul {
    text-align: center;
    font-size: 0px;
    line-height: 0;
}
.cmm_title ul > li {
    display: inline-block;
    margin: 15px 0 15px;
    padding: 0 0 0 10px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    *display:inline: ;
    *zoom:1: ;
    background: url("/design/dailycase/onedesign/images/icn_05.png") 2px center no-repeat;
}
.cmm_title ul > li:first-child { background: none; }
.cmm_title ul > li > a {
    padding: 0 10px;
    color: #2e2e2e;
}




/** 폰트 **/
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  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');
}



/** 레이아웃 **/

#wrap { position:relative; min-width:1300px; margin: 0 auto; }
#contentWrap { width:1200px; margin:0 auto; *zoom:1; }
#contentWrapr:after { content:""; display:block; clear:both; }
#content { width:1200px; min-height: 400px; height: auto; overflow: hidden; padding: 50px 0px; margin: 0 auto; }
.main_cont { padding: 0px !important; margin: 0 auto !important; }

/* 상단 */
#header { width: 100%; height: 270px; position: relative; z-index: 9999; }

#top_bar { width: 100%; height: 28px; background: #eeeded; }
#top_bar li { display:inline-block; *display:inline; *zoom:1; float: left; padding-left: 17px;}
#top_bar li:first-child {margin-left: 0px; }
#top_bar li a { font-size: 11px; color: #999; }

#top_bar .left { overflow: hidden; float: left; height: 28px; line-height: 28px; }	
#top_bar .left li { margin-right: 15px;}
#top_bar li.icn_home { background: url('/design/dailycase/onedesign/images/index_02.gif') 0 1px no-repeat; }
#top_bar li.icn_fvr { background: url('/design/dailycase/onedesign/images/index_04.gif') 2px 1px no-repeat; }

#top_bar .right { overflow: hidden; float: right; height: 28px; line-height: 28px; }
#top_bar .right li { background: url('/design/dailycase/onedesign/images/index_06.gif') 4px 0 no-repeat; }
#top_bar .right li:first-child { background: none;}



#header_wrap { width: 1200px; height: 177px; padding-bottom: 23px; margin: 0 auto; }
#top_minibnr { width: 177px; height: 90px; margin-top: 87px; margin-right: 115px; float: left; position: relative; }
#logo { width: 616px; height: 90px; float: left; text-align: center; margin: 72px auto 15px auto; }

#top_search { width: 292px; height: 89px; margin-top: 111px; float: right; }
#top_search #hd_sns { width: 100%; height: 24px; padding-bottom: 7px; }
#top_search #hd_sns ul { width: auto; height: 24px; float: right; }
#top_search #hd_sns li { float: left; }

#search_inner { width: 292px; height: 35px; }
#search_inner .MS_search_word { border: none; float: left; width: 245px; height:15px; line-height: 15px; padding: 10px; font: 11px NanumGothic, arial, Verdana, Dotum, AppleGothic, sans-serif; background: #eeeded; color: #999; }
#search_inner .search_btn { height: 24px; border: none; float: left; padding: 5px 3px 6px 0px; background: #eeeded; }


#cate_area { width: 100%; height: 42px; line-height: 42px; background: #242424; }
#cate_area a { font-family: 'Amaranth', NanumGothic, arial, Verdana, Dotum, AppleGothic, sans-serif; }

#cate_area2 { width: 100%; height: 42px; line-height: 42px; background: #242424; left:0 !important; }
#cate_area2 a { font-family: 'Amaranth', NanumGothic, arial, Verdana, Dotum, AppleGothic, sans-serif; }

#top_comm { float: left; width: 167px; height: 42px; position: relative; background: url('/design/dailycase/onedesign/images/index_34.gif') 0 0 no-repeat; }
#comm_btn { color: #ff0062; font-size: 15px; padding: 0 30px; }
#comm_list { width: 127px; line-height: 25px; padding: 10px 20px 20px; position: absolute; top: 42px; left: 0px; display: none;  background: #fff; border: 1px #ff0062 solid; border-top: none; z-index: 999999; }
#comm_list li { padding-left: 20px; font-size: 11px; }	
#comm_list li.drop_title { padding-left: 0px; }

#comm_list .comm_icon0 { background: url('/design/dailycase/onedesign/images/comm_icon_00.gif') 0 50% no-repeat; }
#comm_list .comm_icon1 { background: url('/design/dailycase/onedesign/images/comm_icon_01.gif') 0 50% no-repeat; }
#comm_list .comm_icon2 { background: url('/design/dailycase/onedesign/images/comm_icon_02.gif') 0 50% no-repeat; }
#comm_list .comm_icon3 { background: url('/design/dailycase/onedesign/images/comm_icon_03.gif') 0 50% no-repeat; }
#comm_list .comm_icon4 { background: url('/design/dailycase/onedesign/images/comm_icon_04.gif') 0 50% no-repeat; }
#comm_list .comm_icon5 { background: url('/design/dailycase/onedesign/images/comm_icon_05.gif') 0 50% no-repeat; }
#comm_list .comm_icon6 { background: url('/design/dailycase/onedesign/images/comm_icon_06.gif') 0 50% no-repeat; }

.drop_title { line-height: 35px; margin-bottom: 10px; font-size: 13px !important; background: url('/design/dailycase/onedesign/images/index_30.gif') 100% 50% no-repeat; color: #000; border-bottom: 2px #000 solid; }

#cate { width: 1033px; height: 42px; float: left; position: relative; z-index:999999; }
#cate ul { width: 100%; height: 42px; }
#cate li { float: left; display:inline-block; *display:inline; *zoom:1; padding-left: 70px; }
#cate li a { color: #fff; font-size: 15px; *font-size: 13px; }


#cate_list { width: 993px; height: 290px; z-index:999999999999;line-height: 25px; padding: 10px 19px 20px; position: absolute; top: 42px; left: 0px; display: none;  background: #fff; border: 1px #242424 solid; border-top: none; z-index: 999999;}

#cate #cate_list ul { float: left; margin-left: 30px; width: 174px; height: auto; min-height: 140px; line-height: 25px; background: #fff; }
#cate #cate_list ul.first { margin-left: 0px; }
#cate #cate_list ul li { width: 100%; padding-left: 20px; font-size: 11px; }
#cate #cate_list ul li.drop_title a { font-size: 11px; padding-left: 0px; font-family: NanumGothic, arial, Verdana, Dotum, AppleGothic, sans-serif; font-weight: bold;}
#cate #cate_list ul li a { color: #000; font-size: 11px;  font-family: NanumGothic, arial, Verdana, Dotum, AppleGothic, sans-serif; }
#cate #cate_list ul li { padding-left: 0px; }



/* 하단 */
#footer { width: 100%; height: auto; margin-top: 50px; }

#gray_line { width: 100%; height: 56px; background: #f3f3f3; }

#footer #notice_area { width: 600px; height: 56px; line-height: 56px; float: left; }
#footer #notice_area .title { float: left; }
#footer #rollnoti { float: left; width:450px; height: 18px; line-height: 18px; margin: 20px 0px 18px; overflow: hidden; }
#footer #rollnoti #scrollstage a { font-size: 11px; color: #797979; }

#promt_area { width: 600px; height: 56px; line-height: 56px; float: right; }
#promt_area ul { overflow: hidden; float: right; }
#promt_area li { float: left; }


#info_area { width: 100%; height: auto; background: #242424; padding: 50px 0; }

#info_area #top_area { width: 100%; height: 50px; }
#top_area #ft_logo { float: left; }
#top_area #ft_sns { float: right; }
#top_area #ft_sns ul { overflow: hidden; float: right; }
#top_area #ft_sns li { float: left; }

#info_area #bottom_area { width: 100%; height: auto; overflow: hidden; }
#info_area #bottom_area span.cut { padding: 0 7px; font-size: 8px; }
#info_area #bottom_area li,
#info_area #bottom_area li a{ height: 26px; line-height: 26px; font-size: 11px; color: #bebebe; }
#info_area #bottom_area li.title { height: 54px; padding-bottom: 15px; }

#bottom_area #cs { width: 310px; padding-right: 45px; float: left; }
#bottom_area #company { width: 438px; padding-right: 45px; float: left; }
#bottom_area #acct { width: 360px; float: right; text-align: right; }
#bottom_area #acct ul li{ border-left: 1px #404040 solid; padding-left: 60px; }
#bottom_area #acct ul li.title{ border: none; }
#bottom_area #acct select { width: 190px; margin-top:-10px;}
#bottom_area #acct #copyright { font-size: 9px; color: #7c7c7c; }









/* 메인 */
/** 와이드 메인 배너 **/
#wide_banner { width: 100%; height:363px; border-bottom: 1px #ddd solid; overflow: hidden; }


/** 4개배너 **/
#main_banner { width: 100%; height:148px; border-bottom: 1px #ddd solid; margin-bottom: 0px; }
#main_banner ul { width: 100%; height: 148px; overflow: hidden; }
#main_banner li { float: left; }
#main_banner2 { width: 100%; height:148px; border-bottom: 1px #ddd solid; margin-bottom: 47px; }
#main_banner2 ul { width: 100%; height: 148px; overflow: hidden; }
#main_banner2 li { float: left; }





/* 중간 제이쿼리 상품 영역 */
#roll_prd_area { width: 100%; height: 370px; margin-bottom: 27px; }
#roll_prd_area #img_banner { width: 300px; height: 370px; float: left; }



/** 아코디언 영역 **/
#roll_prd_area #accor_prd_area { width: 300px; height: 370px; float: left; }

.accordionWrapper{ float: left; display:inline-block; background-color:#f4f4f4; width: 300px; height: 370px; overflow: hidden; }
.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0}
.accordionWrapper div{display:inline; float:left; margin:auto;}
.accordionWrapper div.title{ width: 260px; height: 31px; line-height: 31px; cursor:pointer; background: url('/design/dailycase/onedesign/images/index_62.gif') 100% 50% no-repeat; }
.accordionWrapper div.title a{ color: #000; }
.accordionWrapper div.content{display:none; width: 100%; height: 212px; overflow: hidden; background: #fff; text-align: center; border-bottom:1px solid #e1e1e1; }
.accordionWrapper div.content .thumb { width: 210px; margin: 0 auto; }

.set{ border-bottom:1px solid #e1e1e1; }


/** 추가상품 롤링 영역 **/
#roll_prd_area #add_prd_area { width: 600px; height: 370px; float: left; position: relative; }
#add_prd_area .add_inner { padding: 25px 30px; width: 540px; height: 320px;  }
#add1_pannel { background: #ffeef5; }
#add2_pannel { background: #e9f1f5; }
#add3_pannel { background: #fcffea; }

#add_prd_area #add_prd_title { padding-bottom: 5px; }



/** 메인 추가상품목록 **/
.add_prd_list { width: 100%; height: 250px; overflow: hidden; }
.add_prd_list .item { width: 170px; height: 234px; float: left; margin-left: 15px; }
.add_prd_list .item:first-child { margin-left: 0px; }
.add_prd_list .item .box { width: 150px; height: 214px; padding: 10px; overflow: hidden; background: #fff; }
.add_prd_list .item .thumb { width: 100%; height: auto; max-height: 150px; padding-bottom: 15px; }
.add_prd_list .item .name { width: 100%; height: 20px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.add_prd_list .item .list_info li { width: 100%; height: 20px; line-height: 20px; text-align: center; }
.add_prd_list .item .list_info li .price { font-size: 14px; color: #ff3366;  }




/** 메인 추가상품 롤링 스크립트 css **/
.slideshow-wrapper  { margin:0 auto;position: relative;width:600px;height:370px; } /* overflow:hidden; */
.slideshow-wrapper .vi {  float:left;position: absolute;width:600px;height:370px; z-index:1;opacity:0;filter:alpha(opacity=0);}
.slideshow-wrapper .vi:first {  float:left;position: absolute;width:600px;height:370px; z-index:1;opacity:1;filter:alpha(opacity=100);}

.slideshow-wrapper .btn {float:right; position: absolute;width:auto; height: 15px; z-index:30; right:30px; top:75px; }
.slideshow-wrapper .btn .btnbox { float:right;position: relative;width: auto; height:15px; }
.slideshow-wrapper .btn .btnbox .bull { float:left;position: relative;width:auto;height:15px; background:url(/design/dailycase/onedesign/images/btn_cut.png) 8px center no-repeat; margin-left:0px;cursor:pointer; color: #000; padding-left: 15px; }
.slideshow-wrapper .btn .btnbox .bull.active { float:left;position: relative;width:auto;height:15px; font-weight: bold; }



#ad_wide_banner { width: 100%; height: 124px; padding-bottom: 29px; }

#board_area { width: 100%; height: 210px; margin-bottom: 90px; }
#board_area .galltitle { padding-bottom: 17px; }
#board_area #gall_list { width: 557px; height: 210px; float: left; padding-right: 40px; border-right: 1px #e9e9e9 solid; }
#gall_list .galltitle { padding-bottom: 5px; }
#gall_list td { font-size: 11px; position: relative; height: 55px; line-height: 55px; padding: 3px 0;  border-top: 1px #eee solid !important; overflow: hidden; }
#gall_list tr:first-child td { font-size: 11px; border: none; }

#gall_list .round_img { position: absolute; float: left; top: 3px; left: 0; width: 56px; height: 56px; overflow: hidden; }
#gall_list .gall_thum img { width: 54px; height: 54px; }
#gall_list .title strong { color: #ff3399; font-weight: bold; padding-right: 5px; }
#gall_list .gall_date { text-align: right; color: #7f7f7f; }

#board_area #sns_widget { width: 560px; height: 210px; float: right; padding-left: 40px; }

#prd_area { width: 100%; }
#prd_area h2 { text-align: center; clear: both; overflow: hidden; padding-bottom: 50px; }
#prd_area .prd_decr { display: block; font-size: 11px; color: #8c8c8c; font-family: Nanum Gothic; line-height: 20px; font-weight: normal; }






/* 상품목록 */
.prdList { width: 100%; height: auto; min-height: 500px; margin-bottom: 50px; }
.column4 .item { width: 25%; height: 540px; float: left; padding-bottom: 40px; }
.column4 .box { width: 278px; height: auto; min-height: 480px; margin: 0 auto; }
.column4 .box .thumb { width: 100%; height: auto; border: 1px #eee solid; margin-bottom: 15px; }
.column4 .item:hover .thumb { border: 1px #848484 solid; }
.column4 .item .info_box { width: 100%; height: auto; overflow: hidden; text-align: left; }
.column4 .item .info_box li { width: 100%; line-height: 15px; margin-bottom: 15px; color:#666;}
.column4 .item .info_box .prd-name { line-height: 20px; margin-bottom: 15px; font-size: 15px; color: #000; font-weight: bold; }
.column4 .item .info_box .prd-consumer { font-size: 12px; color: #666; text-decoration: line-through; }
.column4 .item .info_box .prd-price { font-size: 15px; color: #ff3399; font-weight: bold; }
.column4 .item .info_box .prd-subname { font-size: 11px; color: #999; padding-top: 10px; border-top: 1px #ddd solid; }
.column4 .item .info_box .icon { width: 100%; height: auto; overflow: hidden; text-align: left; }
.column4 .item .info_box .icon img { float: left; padding-bottom: 15px; }





#MAKESHOPLY0 {z-index:10000 !important;}
