@charset "euc-kr";
#m_preview_wrap {display:none;} /* 미리보기 숨기기 */

/* base */
* {-webkit-text-size-adjust:none;}
body {position:relative;font-size:0.813em;line-height:1.188em;color:#3b3b3b;-webkit-text-size-adjust:none;overflow-x:hidden;}
body,input,textarea,select,button,table{font-family:'Roboto', 'NanumGothic', "Helvetica Neue", Helvetica, NanumGothic,"Malgun Gothic",Dotum,Gulim,sans-serif}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,figure{margin:0;padding:0}
h1, h2, h3, h4, h5, h6 {font-weight:normal; font-size:100%; word-break: break-all;}
ul, ol, li {list-style:none;}
fieldset, img {border:none;}
img {max-width:100%;height:auto;vertical-align:top;}
hr, button img {display:none;}
form, fieldset, legend, label {margin:0; padding:0;}
fieldset{border:0 none;}
fieldset legend {position:absolute; visibility:hidden; overflow:hidden; width:0; height:0; margin:0; padding:0; font:0/0 Arial;}
em,address{font-style:normal;}
input,textarea,select,button,table{font-size:inherit;font-family:inherit;line-height:inherit;color:#3b3b3b;}
label { cursor:pointer; }
table {border-collapse: collapse; border-spacing: 0;}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background:white url('/design/ocato/renewal/mobile/img/common/select_bg.jpg') no-repeat center right !important;
    background-size:21px auto !important;
}
a {color:black;text-decoration:none;}

input[type=checkbox] {
    -webkit-appearance: button;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    width: 17px;
    height: 17px;
    margin-right: 2px;
    margin-bottom: 1px;
    border-radius: 0px!important;
    background-image: url("/design/ocato/renewal/mobile/img/common/checkbox_off.jpg")!important;
    background-size: 100% !important;
    border:none !important;
    transition:none !important;
}
input[type=checkbox]:checked {
    border-radius: 0px!important;
    color: #000!important;
    background-image: url("/design/ocato/renewal/mobile/img/common/checkbox_on.jpg")!important;
    background-position: center!important;
    background-size: 100%!important;
    border:none !important;
}
input[type=checkbox]:hover {
    
}

input[type=radio] {
    -webkit-appearance:none;
    color: #000;
    width: 10px;
    height: 10px;
    border-radius: 0px!important;
    background-image: url("/design/ocato/renewal/mobile/img/common/radio_off.jpg")!important;
    background-position: center!important;
    background-size: 100% !important;
    border:none !important;
    transition:none !important;
    vertical-align:middle;
}
input[type=radio]:checked {
    border-radius: 0px!important;
    color: #000!important;
    background-image: url("/design/ocato/renewal/mobile/img/common/radio_on.jpg")!important;
    background-position: center!important;
    background-size: 100%!important;
    border:none !important;
}

caption {font-size:0; height:0;}
/* //base */

/* 메이크샵 기본 소스 - 수정,삭제 금지  */
input[type="text"], input[type="date"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"], select {height:30px; border:1px solid #bbb; vertical-align: middle; padding-left:10px; box-sizing: border-box; -webkit-border-radius:0; border-radius: 0;}
input[type="radio"], input[type="checkbox"] {vertical-align: middle;}
textarea {border:1px solid #bbb; vertical-align: middle; box-sizing:border-box; background-color:#fff; padding:10px; -webkit-border-radius:0; border-radius:0;}
.clearFix {position:relative; overflow:hidden; zoom:1;padding-bottom:0px;}
/* 메이크샵 기본 소스 */

/* 버튼 관련 메이크샵 기본 소스 - 수정,삭제 금지*/
.btn_White {width:100%; height:35px; line-height:35px; background-color:#fff; text-align:center; display:block; border:1px solid #c6c6c6; box-sizing: border-box; vertical-align: middle;}
.btn_Black {width:100%; height:35px; line-height:35px; background-color:#393939; color:#fff; text-align:center; display:block; border:1px solid #393939; box-sizing: border-box; vertical-align: middle;}
.btn_Red {width:100%; height:40px; line-height:40px; background-color:#ab3e41; color:#fff; text-align:center; display:block; border:1px solid #ab3e41; box-sizing: border-box; vertical-align: middle;}
.btn_Grey {width:100%; height:35px; line-height:35px; background-color:#858585; color:#fff; text-align:center; display:block; border:1px solid #858585; box-sizing: border-box; vertical-align: middle;}
.fixButtonR {position:relative; padding-right:120px;}
.fixButton {width:115px; position:absolute; top:0; right:0;}
.more {text-align:center; width:100%; margin-top:25px; margin-bottom:25px;}
.btn_moreGray {width:224px; height:35px; line-height: 35px; background-color:#efefef; border:0px none; font-weight:bold; display: block; margin: 0 auto;}
.btn_moreGray span {color:#aaaaaa;}
.btn_moreGray span em {color:#f1191f;}
.btn_moreGray {width:335px;}
.btn-app {margin:5px auto !important; text-align: center;}
.btn-app a img {max-width: 93% !important;}
/* 버튼 관련 메이크샵 기본 소스 */

/* 폰트 */
.RobotoLight {
 font-family: 'Roboto', sans-serif !important;
 font-weight:300;
}
.RobotoRegular {
 font-family: 'Roboto', sans-serif !important;
 font-weight:400;
}
.RobotoBold {
 font-family: 'Roboto', sans-serif !important;
 font-weight:bold;
}

.bold {
 font-weight:bold;
}

.show {
    display:block !important;
}
.hide {
    display:none !important;
}

body.overlay, body.slider-overlay {
	overflow:hidden !important;
}
body:before {
	background:rgba(0,0,0,0.0);
	content:"";
	transition:background 0.3s ease-in-out;
}
body.overlay.overlay_fadeout:before {
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:3000;
	background:rgba(0,0,0,0.0);
	content:"";
	transition:background 0.3s ease-in-out;
}
body.overlay:before, body.slider-overlay:before {
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:3000;
	background:rgba(0,0,0,0.5);
	content:"";
}
/* 폰트 */

/* cross */
* html input { margin:-1px 0; } 
*:first-child+html input { margin:-1px 0; }
input.checkbox { width:13px; height:13px; margin-top:-4px; vertical-align:middle;}
/* //cross */


/* custom common */
.no-scroll {overflow:hidden !important;}

.left {float:left !important;}
.right {float:right !important;}

.text-left {text-align:left !important;}
.text-center {text-align:center !important;}
.text-right {text-align:right !important;}
.text-bold {font-weight:bold !important;}

.relative {position:relative;}

.mt0 {margin-top:0px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.mt70 {margin-top:70px !important;}
.mt80 {margin-top:80px !important;}
.mt90 {margin-top:90px !important;}
.mt100 {margin-top:100px !important;}

.mr0 {margin-right:0px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mr60 {margin-right:60px !important;}
.mr70 {margin-right:70px !important;}
.mr80 {margin-right:80px !important;}
.mr90 {margin-right:90px !important;}
.mr100 {margin-right:100px !important;}

.ml0 {margin-left:0px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.ml60 {margin-left:60px !important;}
.ml70 {margin-left:70px !important;}
.ml80 {margin-left:80px !important;}
.ml90 {margin-left:90px !important;}
.ml100 {margin-left:100px !important;}

.mb0 {margin-bottom:0px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}
.mb90 {margin-bottom:90px !important;}
.mb100 {margin-bottom:100px !important;}

.pt0 {padding-top:0px !important;}
.pt10 {padding-top:10px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}
.pt70 {padding-top:70px !important;}
.pt80 {padding-top:80px !important;}
.pt90 {padding-top:90px !important;}
.pt100 {padding-top:100px !important;}

.pr0 {padding-right:0px !important;}
.pr10 {padding-right:10px !important;}
.pr20 {padding-right:20px !important;}
.pr30 {padding-right:30px !important;}
.pr40 {padding-right:40px !important;}
.pr50 {padding-right:50px !important;}
.pr60 {padding-right:60px !important;}
.pr70 {padding-right:70px !important;}
.pr80 {padding-right:80px !important;}
.pr90 {padding-right:90px !important;}
.pr100 {padding-right:100px !important;}

.pl0 {padding-left:0px !important;}
.pl10 {padding-left:10px !important;}
.pl20 {padding-left:20px !important;}
.pl30 {padding-left:30px !important;}
.pl40 {padding-left:40px !important;}
.pl50 {padding-left:50px !important;}
.pl60 {padding-left:60px !important;}
.pl70 {padding-left:70px !important;}
.pl80 {padding-left:80px !important;}
.pl90 {padding-left:90px !important;}
.pl100 {padding-left:100px !important;}

.pb0 {padding-bottom:0px !important;}
.pb10 {padding-bottom:10px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}
.pb60 {padding-bottom:60px !important;}
.pb70 {padding-bottom:70px !important;}
.pb80 {padding-bottom:80px !important;}
.pb90 {padding-bottom:90px !important;}
.pb100 {padding-bottom:100px !important;}

.pd10 {padding:0px 10px;}



/* 페이지 네비 고통 */
.page-title {
    width:100%;
    height:44px;
    position:relative;
    border-bottom:1px solid #ddd;
}
.page-title .icon-back {
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    width:30px;
    height:44px;
    font-size:0px;
    line-height:44px;
    text-align:center;
}
.page-title .icon-back img {
    width:10px;
    vertical-align:middle;
}
.page-title .title {
    text-align:center;
    font-size:15px;
    font-weight:bold;
    line-height:44px;
    letter-spacing:-0.5px;
}


/* 페이징 */
.paging {
    margin-top:30px;
    font-size:0px;
    line-height:0px;
    text-align:center;
}
.paging a {
    display:inline-block;
    width:30px;
    height:30px;
    background:white;
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
    color:#333;
    font-size:12px;
    line-height:28px;
    text-align:center;
    letter-spacing:-0.5px;
    box-sizing:border-box;
}
.paging a:last-child {
    border-right:1px solid #eeeeee;
}
.paging a.now {
    background:#f6e3e7;
}

.section .list-wrap {
    font-size:0px;
}
.section .list-wrap li {
    float:none !important;
}

/* 1단 보기 */
.section .list-wrap.one li {
    display:block !important;
    margin-bottom:30px;
    box-sizing:border-box;
}
.section .list-wrap.one li a {
    display:inline-block;
    width:100%;
}
.section .list-wrap.one li a .img {
}
.section .list-wrap.one li a .img img {
    width:100%;
    height:auto;
    max-width:auto;
}
.section .list-wrap.one li a .text {
    display:none;
}
.section .list-wrap.one li a .text.text-one {
    display:block;
    padding:0px 10px;
}
.section .list-wrap.one li a .text .name {
    display: inline-block;
    width: 100%;
    /*margin-top:10px;*/
    color:#333333;
    font-size:17px;
    line-height:20px;
    text-align:left;
    letter-spacing:-0.5px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: normal; 
    /*height: 40px; */
    text-align: left; 
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.section .list-wrap.one li a .text .dis_price_box {
    /*margin-top:10px;*/
    padding-bottom:10px;
    /*border-bottom:1px solid #dddddd;*/
    font-size:0px;
    line-height:0px;
}
.section .list-wrap.one li a .text .dis_price_box:after {
    display:block;
    clear:both;
    content:"";
}
.section .list-wrap.one li a .text .dis_price_box .dis_percent {
    display:inline-block;
    margin-right:10px;
    vertical-align:middle;
}
.section .list-wrap.one li a .text .dis_price_box .dis_percent span {
    font-size:23px;
    font-weight:bold;
    line-height:30px;
    letter-spacing:-0.5px;
}
.section .list-wrap.one li a .text .dis_price_box .del-price {
    display:inline-block;
    color:#888888;
    font-size:12px;
    line-height:30px;
    text-decoration:line-through;
    letter-spacing:-0.5px;
    vertical-align:middle;
}
.section .list-wrap.one li a .text .dis_price_box .normal-price {
    display:inline-block;
    margin-right:10px;
    color:#333333;
    font-size:17px;
    font-weight:bold;
    line-height:30px;
    letter-spacing:-0.5px;
    vertical-align:middle;
}

.section .list-wrap.one li a .text .dis_price_box .time {
    float:right;
    margin-top:6px;
    padding:0px 6px;
    border:1px solid #e71a1a;
    color:#e71a1a;
    font-size:12px;
    line-height:15px;
    text-align:center;
    box-sizing:border-box;
}

.section .list-wrap.one li a .text .option_preview {
    margin-top:10px;
    font-size:0px;
}
.section .list-wrap.one li a .text .option_preview span {
    display:inline-block;
    width:10px;
    height:6px;
    margin:3px 0px;
    margin-right:2px;
    border:1px solid #ddd;
    box-sizing:border-box;
}
.section .list-wrap.one li a .text .option_preview .size {
    float:right;
    color:#888;
    font-size:12px;
    line-height:12px;
    letter-spacing:-0.5px;
}


/* 2단 보기 */
.section .list-wrap.two li {
    display:inline-block !important;
    width:50%;
    margin-bottom:30px;
    vertical-align:top;
    box-sizing:border-box;
}
.section .list-wrap.two li:nth-child(2n+1) {
    padding-right:2.5px;
}
.section .list-wrap.two li:nth-child(2n) {
    padding-left:2.5px;
}
.section .list-wrap.two li a {
    display:inline-block;
    width:100%;
}
.section .list-wrap.two li a .img {
}
.section .list-wrap.two li a .img img {
    width:100%;
    height:auto;
    max-width:auto;
}
.section .list-wrap.two li a .text {
    display:none;
}
.section .list-wrap.two li a .text.text-two {
    display:block;
    padding:0px 10px;
}
.section .list-wrap.two li a .text .name {
    display: inline-block;
    width: 100%;
    /*height:34px;*/
    /*margin-top:10px;*/
    color:#333333;
    font-size:14px;
    line-height:17px;
    text-align:left;
    letter-spacing:-0.5px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: normal; 
    text-align: left; 
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.section .list-wrap.two li a .text .dis_price_box {
    /*margin-top:7px;*/
    font-size:0px;
    line-height:0px;
}
.section .list-wrap.two li a .text .dis_price_box:after {
    display:block;
    clear:both;
    content:"";
}
.section .list-wrap.two li a .text .dis_price_box .dis_percent {
    display:inline-block;
    margin-right:10px;
    vertical-align:bottom;
}
.section .list-wrap.two li a .text .dis_price_box .dis_percent span {
    font-size:23px;
    font-weight:bold;
    line-height:26px;
    letter-spacing:-0.5px;
}

.section .list-wrap.two li a .text .dis_price_box .price-box {
    display:inline-block;
    vertical-align:bottom;
}
.section .list-wrap.two li a .text .dis_price_box .price-box .del-price {
    color:#888888;
    font-size:12px;
    line-height:17px;
    text-decoration:line-through;
    letter-spacing:-0.5px;
}
.section .list-wrap.two li a .text .dis_price_box .price-box .normal-price {
    color:#333333;
    font-size:17px;
    font-weight:bold;
    line-height:26px;
    letter-spacing:-0.5px;
}

.section .list-wrap.two li a .text .dis_price_box .time {
    display:block;
    width:100%;
    line-height:15px;
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #e71a1a;
    color:#e71a1a;
    font-size:12px;
    line-height:15px;
    text-align:center;
    box-sizing:border-box;
}

.section .list-wrap.two li a .text .option_preview {
    font-size:0px;
}
.section .list-wrap.two li a .text .option_preview span {
    display:inline-block;
    width:10px;
    height:6px;
    margin:3px 0px;
    margin-right:2px;
    border:1px solid #ddd;
    box-sizing:border-box;
}
.section .list-wrap.two li a .text .option_preview .size {
    float:right;
    color:#888;
    font-size:12px;
    line-height:12px;
    letter-spacing:-0.5px;
}

/* 3단 보기 */
.section .list-wrap.three {
    margin:0px -2.5px;
}
.section .list-wrap.three li {
    display:inline-block !important;
    width:33.33%;
    padding:0px 2.5px;
    margin-bottom:30px;
    vertical-align:top;
    box-sizing:border-box;
}
.section .list-wrap.three li a {
    display:inline-block;
    width:100%;
}
.section .list-wrap.three li a .img {
}
.section .list-wrap.three li a .img img {
    width:100%;
    height:auto;
    max-width:auto;
}
.section .list-wrap.three li a .text {
    display:none;
}
.section .list-wrap.three li a .text.text-three {
    display:block;
    padding:0px 5px;
}
.section .list-wrap.three li a .text .name {
    display: inline-block;
    width: 100%;
    height:36px;
    /*margin-top:7.5px;*/
    color:#333333;
    font-size:14px;
    line-height:18px;
    text-align:left;
    letter-spacing:-0.5px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: normal; 
    text-align: left; 
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.section .list-wrap.three li a .text .dis_price_box .del-price {
    margin-top:7.5px;
    color:#888888;
    font-size:12px;
    line-height:12px;
    text-decoration:line-through;
    letter-spacing:-0.5px;
}
.section .list-wrap.three li a .text .dis_price_box .normal-price {
    /*margin-top:5px;*/
    color:#333333;
    font-size:14px;
    font-weight:bold;
    line-height:18.5px;
    letter-spacing:-0.5px;
}
.section .list-wrap.three li a .text .dis_price_box .time {
    display:block;
    width:100%;
    height:15px;
    margin-top:5px;
    border:1px solid #e71a1a;
    color:#e71a1a;
    font-size:11px;
    line-height:13px;
    text-align:center;
    overflow:hidden;
    box-sizing:border-box;
}

.section .list-wrap.three li a .text .option_preview {
    /*padding-top:10px;*/
    font-size:0px;
}
.section .list-wrap.three li a .text .option_preview span {
    display:inline-block;
    width:10px;
    height:6px;
    margin-right:2px;
    border:1px solid #ddd;
    box-sizing:border-box;
}
.section .list-wrap.three li a .text .option_preview .size {
    margin-top:8px;
    color:#888;
    font-size:12px;
    line-height:12px;
    letter-spacing:-0.5px;
}


/* 상품 리스트 공통 CSS 끝 */

/* 레이어팝업 */
.layer {width: 100%; min-height: 100%; z-index: 3; position: fixed; left: 0; top: 0; background:rgba(60,60,60,0.8);}
.layer .layer-pop {width:90%; background-color: #fff; position: relative; box-shadow: 0px 1px 10px #494949; margin:80px auto;}
.layer .layer-pop h3  {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; padding: 0 10px; }
.layer .layer-pop .txt {max-height: 300px; overflow-y: auto; padding:10px;}
.layer .layer-pop .close {width:45px; height:36px; color:#fff; line-height: 42px; position:absolute; top:0; right:0;  background-color: #4f4f4f; text-align: center;}
body #comment_password {border-radius:0 !important; font-size:1em;}
body #comment_password .head {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; text-align:left !important; padding: 0 10px;}
body #comment_password .head h5 {border-bottom:0px none !important; font-size:1em !important; padding:0 !important;}
body #comment_password .head a.close {width:45px; height:36px; color:#fff; line-height: 42px; top:0 !important; right:0 !important; text-align: center;}
body #comment_password .contents p {font-size:1em !important; font-weight:normal;}
body #comment_password .contents .form-wrap2 input {height: 35px;}
body #comment_password .contents .form-wrap2 p:last-child a {display:block; background-color: #393939; color:#fff; position:initial !important; padding:10px 0; margin-top: 10px;}
/* //레이어팝업 */

/* 팝업 */
.popup .pop h3  {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; padding: 0 10px; }
.popup .pop .txt {padding:10px;}
.popup .pop .close {width:45px; height:36px; color:#fff; line-height: 42px; position:absolute; top:0; right:0;  background-color: #4f4f4f; text-align: center;}
#passimg {width: 90%; background-color: #fff; top:50%; left: 0; right: 0; margin: 0 auto; text-align: center; padding: 20px 0; box-shadow: 0 1px 10px #717171;}
#passimg .head {color:#f26c09;}
#passimg .btns {padding:0 10px; margin-top: 10px;}
#passimg .btns a {display:block; background-color: #393939; color:#fff; padding:10px 0;}
/* //팝업 */


/* 상품진열 */
.list_array {height:52px; border-bottom:1px solid #4a4a4a; border-top:1px solid #c7c7c7; padding:0 8px; margin-bottom: 20px;}
.list_array .list_arrayLeft {float:left; margin-top:12px;}
.list_array .list_arrayLeft select {height:28px;}
.list_array .list_arrayRight {float:right; margin-top:12px;}
.list_array .list_arrayRight img {margin-left:10px;}
.list_shopping1x {text-align:center;}
.list_shopping1x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; text-align:left; font-size:0;}
.list_shopping1x li {width:100%; display:inline-block; vertical-align: top; border-top:1px solid #d9d9d9;}
.list_shopping1x li a {display: block; padding:18px 4px; position:relative; overflow:hidden; zoom:1;}
.list_shopping1x li:first-child {border:0px none;}
.list_shopping1x li:first-child a {padding:0 4px 18px 4px;}
.list_shopping1x li img.listPic {width:50%; float:left;}
.list_shopping1x .list_shoppingInfo {width:46%; float:left; padding-left:4%; font-size:12px;}
.list_shopping2x {text-align:center;}
.list_shopping2x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; padding:0 2px;  text-align:left; font-size:0;}
.list_shopping2x li {width:50%; display:inline-block; vertical-align: top; text-align:left;}
.list_shopping2x li a {display: block; padding:0 2px 18px 2px;}
.list_shopping2x li img.listPic {width:100%;}
.list_shopping2x .list_shoppingInfo {margin-top:10px; text-align:left; font-size:12px;}
.list_shopping3x {text-align:center;}
.list_shopping3x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; padding:0 2px; text-align:left; font-size:0;}
.list_shopping3x li {width:33.33%; display:inline-block; vertical-align: top;}
.list_shopping3x li a {display: block; padding:2px;}
.list_shopping3x li img.listPic {width:100%;}
.list_shopping3x .list_shoppingInfo {margin-top:10px; text-align:left; font-size:13px;}
.listName {color:#3b3b3b; word-break: break-all;}
.listDiscount {color:#b5b5b5; margin-top:8px; font-size:11px;}
.listPrice {color:#1b1b1b; margin-top:4px; margin-bottom:10px; font-size:14.5px;}
.listReview {color: #DB2E2E; margin-bottom:4px;}
.listReserve {color:#7d7d7d; font-size:0.917em;}
.listPoint {color:#7d7d7d; font-size:0.917em;}
/* //상품진열 */

/*주문내역 상단 공백 제거를 위해 추가 2026.03.20*/
.category-scroll { height: 40px !important; overflow: hidden !important; }

/*전상품세일 - 할인율, 할인가 컬러 변경*/
/*.normal-price {color: #ee0000 !important;}
.dis_percent span {color: #ee0000 !important;}
.listPrice {color: #ee0000 !important;}*/