/**************************************************
* 버전관리
* version : v=1
* Last Update : 
**************************************************/

/********************************************************
■ 공통
********************************************************/
/*----- 상단 탭메뉴 -----*/
.tabmenu {margin-bottom: clamp(1.25rem, 1.063rem + 0.94vw, 2.188rem);}
.tabmenu ul {display: flex; flex-wrap: wrap;}
.tabmenu ul li {position: relative;}
.tabmenu ul li a,
.tabmenu ul li span {display: block; padding: clamp(0.188rem, 0.138rem + 0.25vw, 0.438rem) clamp(1rem, 0.825rem + 0.88vw, 1.875rem); font-size: var(--font-size-16); color: #1E2124; border-radius: 10rem; cursor: pointer;}
.tabmenu ul li:not(.on) + li:not(.on)::before {content: ''; display: block; width: 1px; height: 50%; background-color: #C7C7C7; position: absolute; top: 25%; left: 0;}
.tabmenu ul li.on a,
.tabmenu ul li.on span {font-weight: 700; color: #fff; background-color: #002590;}
.tabmenu ul li:not(.on) a:hover,
.tabmenu ul li:not(.on) span:hover {opacity: .6;}

/*----- 페이지 타이틀 / 경로 -----*/
.page_loca{display: flex; align-items: center; gap: 0.3rem; margin:0 0 clamp(0.75rem, 0.713rem + 0.188vw, 0.938rem); font-size:var(--font-size-16); color:#222; text-align:left;}
.page_loca ul li {font-size:var(--font-size-13);}
.cate_pt{margin-bottom:clamp(1rem, 0.95rem + 0.25vw, 1.25rem); text-align:center; }
.cate_pt h3{font-size: clamp(1.728rem, 1.636rem + 0.459vw, 2.188rem);}

/* 페이지경로 */
.select_location {zoom:1; margin-bottom:0px; overflow:hidden;}
.select_location:after {display:block;clear:both;content:'';}
.select_location a {font-size:14px;color:#7c7c7c;font-weight:bold;letter-spacing:0;}
.select_location > a {float:left;height:35px;line-height:35px;}
.select_location > span {float:left;color:#D0D0D0;height:35px;line-height:35px;font-size:16px;padding:0 8px; font-weight:bold;}
.select_location .dsn_select {float:left;height:33px;width:158px;border:1px solid #E6E6E6;}
.select_location .dsn_select > a {display:block;position:relative;overflow:hidden;height:33px;padding-right:30px ;line-height:35px;text-indent:10px;text-decoration:none;}
.select_location .dsn_select > a span {position:absolute;top:14px;right:10px;display:block;width:10px;height:9px;overflow:hidden;zoom:1;vertical-align:top;background:url(/images/mall/select_arr.png) 0 0 no-repeat;} 
.select_location .dsn_select > a:hover, .select_location .dsn_select.active > a, .select_location .dsn_select > a.selected {color:#0767F1;}
.select_location .dsn_select.active {position:relative;z-index:110;}
.select_location .dsn_select ul {display:none;position:absolute;top:33px;left:-1px;width:100%;overflow:hidden;background-color:#FFF;border:1px solid #e5e5e5;border-top:0 none;}
.select_location .dsn_select.active ul {display:block}
.select_location .dsn_select ul li {line-height:1;display: block;} 
.select_location .dsn_select ul li a {display: block;padding: 0 10px 0;line-height: 25px;font-size:13px;font-weight:normal; text-align:left;} 
.select_location .dsn_select ul li a:hover, .select_location .dsn_select ul li a:focus, .select_location .dsn_select ul li a:active, .select_location .dsn_select ul li a.selected {background-color: #4A9BEC;color: #fff;text-decoration: underline !important; } 



/********************************************************
■ 리스트 페이지
********************************************************/

/* 카테고리 영역 */
.sub_category{margin-bottom:50px;}
.cate_list_box { display: flex; flex-wrap: wrap;  border-left: 1px solid #ddd;  background: #fff;}
.cate_list_box li {width: calc(100% / 6); box-sizing: border-box; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.cate_list_box li:nth-child(-n+6) {border-top: 1px solid #ddd;}
.cate_list_box li a {display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; font-size: 14px; text-decoration: none; height: 100%;}
.cate_list_box li a:hover {color: #002590; font-weight:600; }
.cate_list_box li.on a {background:#eff2fd; color: #002590; font-weight: 600; border:1px solid #002590 !important;}
.cate_list_box li.on a::after {content: "\e92a"; font-size: 18px; color:#002590; font-family: 'xeicon' !important; }

.sub_category .detail_list{border:1px solid #ddd; border-top:2px solid #002590; overflow:hidden; }
.sub_category .detail_list p{box-sizing:border-box;padding:11px 20px;letter-spacing:-0.06em; position:relative; background:#f7f8f9; font-weight:600; font-size:19px; color:#000;}
.sub_category .detail_list p:after {content:'\e943'; display:block; position:absolute; top:50%; right:15px;  font-size:24px; color:#002590;   font-family: 'xeicon' !important; margin-top:-19px;}
.sub_category .detail_list p em{font-weight:400; font-size:17px;}
.sub_category .detail_list div{border-top:1px solid #ddd;}
.sub_category .detail_list div ul{overflow:hidden; box-sizing:border-box; padding:20px 15px;}
.sub_category .detail_list div ul li{float:left; margin:0px 15px; line-height:1.8; }
.sub_category .detail_list div ul li a{font-size:15px; box-sizing:border-box; color:#666;}
.sub_category .detail_list div ul li a:hover{color: #002590;}
.sub_category .detail_list div ul li a.active{color: #002590;  text-decoration:underline !important; font-weight:600;}

.sub_category .detail_list .bds_cate{position:relative; padding-right:210px;}
.sub_category .detail_list .bds_cate ul{margin:0 -10px;}
.sub_category .detail_list .bds_cate ul li{width:calc((100% / 7) - 20px); margin:0 10px;}
.sub_category .detail_list .bds_cate ul li a{display:block; line-height:1.3rem; font-size:14px; font-weight:500;}
.sub_category .detail_list .bds_cate ul li span{position:relative; border-bottom:1px solid #ddd;  display:flex; height:60px; flex-direction: column; justify-content: center; padding:0 10px; background-repeat: no-repeat; background-position:87% 50%; background-size:40px; }
.sub_category .detail_list .bds_cate ul li span:before{content:''; position:absolute; left:0px; bottom:-2.5px; width:5px; height:5px; border-radius:5px; background:#ddd;}
.sub_category .detail_list .bds_cate ul li span:after{content:''; position:absolute; right:-2px; bottom:4px; width:15px; height:1px; background:#ddd; transform: rotate(45deg );}
.sub_category .detail_list .bds_cate ul li span b{font-size:13px;}
.sub_category .detail_list .bds_cate ul li a.active{ text-decoration:none !important;}
.sub_category .detail_list .bds_cate ul li a.active span{border-color:#002590;}
.sub_category .detail_list .bds_cate ul li a.active span:before,
.sub_category .detail_list .bds_cate ul li a.active span:after{background:#002590;}
.sub_category .detail_list .bds_cate ul li a:hover span{border-color:#002590;}
.sub_category .detail_list .bds_cate ul li a:hover span:before,
.sub_category .detail_list .bds_cate ul li a:hover span:after{background:#002590;}

.sub_category .detail_list .bds_cate ul li:nth-of-type(1) span{background-image:url('/images/mall/bds_cate01.svg');}
.sub_category .detail_list .bds_cate ul li:nth-of-type(2) span{background-image:url('/images/mall/bds_cate03.svg');}
.sub_category .detail_list .bds_cate ul li:nth-of-type(3) span{background-image:url('/images/mall/bds_cate05.svg');}
.sub_category .detail_list .bds_cate ul li:nth-of-type(4) span{background-image:url('/images/mall/bds_cate02.svg');}
.sub_category .detail_list .bds_cate ul li:nth-of-type(5) span{background-image:url('/images/mall/bds_cate04.svg');}
.sub_category .detail_list .bds_cate ul li:nth-of-type(6) span{background-image:url('/images/mall/bds_cate06.svg');}
.sub_category .detail_list .bds_cate ul li:nth-of-type(7) span{background-image:url('/images/mall/bds_cate08.svg');}


.sub_category .detail_list .bds_cate .last{position:absolute; display:flex;  align-items: flex-start;justify-content: center; flex-direction: column; right:10px; top:-35px; height:118px; background:#fff url('/images/mall/bds_cate07.svg')no-repeat 90% 50%; font-size:14px; font-weight:600;  border:1px solid #002590; color:#002590; padding:10px; width:200px; }
.sub_category .detail_list .bds_cate .last em{font-weight:400;}

.thumb_swp_wrap {margin: 0 auto 4rem; position: relative;}
.view_thumb_swp {padding: clamp(1rem, 0.9rem + 0.5vw, 1.5rem); border-radius: .625rem; background-color: #eff2fd;}
.view_thumb_swp .swiper-wrapper {flex-wrap: nowrap; gap: 0; padding: 0;}
.thumb_swp_wrap .swiper-slide {border-radius: .625rem; border: 1px solid #ddd;}
.thumb_swp_wrap .swiper-slide a {display: block; padding: 1rem; background-color: #fff;}
.thumb_swp_wrap .swp_btn {width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; border: 1px solid #ddd; border-radius: .375rem; position: absolute; top: 50%; transform: translateY(-50%);}
.thumb_swp_wrap .swp_prev {left: -56px;}
.thumb_swp_wrap .swp_next {right: -56px;}
.thumb_swp_wrap .swp_btn i {width: 1rem; height: 1rem; border-radius: .5rem; background: url('/images/newOpen_hp/content/ico_swiper_arrow.svg') no-repeat center/cover; opacity: .5;}
.thumb_swp_wrap .swp_prev i {transform: rotate(180deg);}
.thumb_swp_wrap .swp_btn.swiper-button-disabled {opacity: .5; cursor: default;}
.thumb_swp_wrap .swp_btn:not(.swiper-button-disabled):hover {background-color: #eff2fd;}

@media (max-width: 1400px) {
	.thumb_swp_wrap .swp_btn_wrap {margin-top: 1.5rem; display: flex; justify-content: center; gap: 1rem;}
	.thumb_swp_wrap .swp_btn {position: static; transform: none;}
}
@media (max-width: 1210px) {
  .cate_list_box li {width: calc(100% / 4);}
  .cate_list_box li:nth-child(n+5):nth-child(-n+6) {
    border-top: none;
  }
}
@media (max-width: 830px) {
  .cate_list_box li {width: calc(100% / 3);}
  .cate_list_box li:nth-child(n+4):nth-child(-n+6) {
    border-top: none;
  }
}

@media (max-width: 629px) {
  .cate_list_box li {width: 50%;}
  .cate_list_box li:nth-child(n+3):nth-child(-n+6) {
    border-top: none;
  }
  .cate_list_box li a {padding: 10px; font-size: 13px;}
}


/* 정렬순 */
.order_txt { color:#908d8e; margin-bottom:10px;}
.order_txt span.proTit{color:#231f20; font-weight:bold; margin-right:10px;}

.order{overflow:hidden;  border-bottom:1px solid #d5d8db; border-top:1px solid #d5d8db; background-color:#fcfcfd; height:46px; line-height:46px; position:relative; padding: 0 .625rem;}

.order fieldset{ width:100px; float:left;  }
.order select::-ms-expand {  display: none; -webkit-display: none; -moz-display: none; -o-display: none; -ms-display: none;}
.order select.sel_type{background-image:none; -webkit-appearance: none; -moz-appearance: none;-o-appearance: none;-ms-appearance: none;	background:url('/images/mall/sel_icon.png') no-repeat right center;font-size:16px; color:#616161;height:46px; line-height:46px; text-decoration:underline; padding:0 15px 0 10px; border:0; position:relative; cursor:pointer;}
.order select.sel_type option{font-size:14px; text-decoration:none !important;}
.order select.sel_type:after{}

div.sel_type {float:left;}
div.sel_type ul li {float:left;text-align:center;margin-right:20px;cursor:pointer;color:#888;}
div.sel_type ul li.on {color:#333; font-weight:bold;}

/* 상품갯수 */
.order .count_sort {float:right;padding:0px 20px; color:#222;text-align:center; border-right:1px solid #d5d8db; border-left:1px solid #d5d8db;}
.order .count_sort .tx_view {float:left;width:40px;color:#222;text-align:center; font-weight:500;}
.order .count_sort > ul {float:left; margin-left:10px;overflow:hidden}
.order .count_sort > ul > li {float:left;text-align:center;color:#ccc}
.order .count_sort > ul > li+li {margin-left:5px}
.order .count_sort > ul > li > a {display:block;min-width:20px;color:#888; font-size:15px; cursor:pointer;}
.order .count_sort > ul > li.on {color:#333;text-decoration:underline}
.order .count_sort > ul > li.on > a {color:#333}

.order .type_sort{float:right; box-sizing:border-box; margin:0px 10px;}
.order .type_sort button{width:18px; height:18px;cursor:pointer; text-indent:-9999px;margin:15px 3px; }
.order .type_sort button.gallery{background: url('/images/mall/view_img.gif') no-repeat left center; }
.order .type_sort button.list{background: url('/images/mall/view_list.gif') no-repeat left center;}
.order .type_sort button.gallery.on{background: url('/images/mall/view_img_on.gif') no-repeat left center; }
.order .type_sort button.list.on{background: url('/images/mall/view_list_on.gif') no-repeat left center; }


/*----- 상품 리스트 -----*/
.cate_prd_list {display:flex; flex-wrap:wrap; gap:1.094rem clamp(1rem, 0.95rem + 0.25vw, 1.25rem); padding: 2rem 0 0;}
.cate_prd_list > li {width:calc((100% - clamp(1rem, 0.95rem + 0.25vw, 1.25rem) * 4)/5); font-size: 0.75rem; overflow: hidden;}
.cate_prd_list .sub_title {display:none; width:100%; position:absolute; height:35px; line-height:35px; font-size:12px; color:#fff; bottom:-15px; left:0; background:rgba(0,0,0,0.6); padding:0px 10px; margin-bottom:15px;}
.cate_prd_list .sub_title b {display:block; width:100%;  overflow:hidden;white-space:nowrap;text-overflow:ellipsis; font-weight:400;}


/* 썸네일 */
.prd_cont_wrap .prd_thumb {margin-bottom: 0.625rem; width: 100%; height: auto; aspect-ratio: 1; position:relative;}
.prd_cont_wrap .prd_thumb .img_zone {width:100%; height: 100%; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04) inset; border-radius: clamp(0.25rem, 0.225rem + 0.125vw, 0.375rem);}
.prd_cont_wrap .prd_thumb .img_zone span {display:block; width:100%; height:100%; border-radius:clamp(0.25rem, 0.225rem + 0.125vw, 0.375rem);}


/* 썸네일 호버 버튼 */
.prd_cont_wrap .btn{position: absolute; bottom:0.293125rem; right:0.293125rem;}
.prd_cont_wrap .btn [class*='btn_'] {display:block; width:2.15rem; height:auto; aspect-ratio:1; font-size: 0; border-radius:100%; position:relative; transition: 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);}
.prd_cont_wrap .btn [class*='btn_']:after {content:''; display:block; width:1.9rem; height:auto; aspect-ratio:1; forced-color-adjust: none;  -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; -webkit-mask-size: contain; mask-repeat: no-repeat; mask-position: center center; mask-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.prd_cont_wrap .btn_basket {background:rgba(0, 0, 0, 0.34);}
.prd_cont_wrap .btn_basket:after {-webkit-mask-image: url('/images/newOpen_hp/main/icon_cart.svg'); mask-image: url('/images/newOpen_hp/main/icon_cart.svg'); background-color:#fff;}
.prd_cont_wrap .btn_basket:hover{background:var(--BTN-BG-Color-default);}



.cate_prd_list > li  div.prd_thumb div.img_zone .show_mark{z-index:10; position:absolute; top:5px; right:5px;}
.cate_prd_list > li  div.prd_thumb div.img_zone .mark img{width:50px; height:50px;}
.cate_prd_list > li  div.prd_thumb div.img_zone .mark00{z-index:10; position:absolute; top:5px; left:5px;}
.cate_prd_list > li  div.prd_thumb div.img_zone .mark01{z-index:10; position:absolute; top:5px; left:5px;}
.cate_prd_list > li  div.prd_thumb div.img_zone .mark02{z-index:10; position:absolute; top:5px; right:5px;}
.cate_prd_list > li  div.prd_thumb div.img_zone .mark03{z-index:10; position:absolute; bottom:35px; left:5px;}
.cate_prd_list > li  div.prd_thumb div.img_zone .mark04{z-index:10; position:absolute; bottom:45px; left:5px;}
.cate_prd_list > li  div.prd_thumb div.img_zone .soldout{width:100%; height:100%; position:absolute; top:0; left:0; background:url('/images/content/soldout.png?v=1') no-repeat center center; background-size:cover; z-index:99;}
.cate_prd_list > li  div.prd_thumb div.img_zone .proStop{width:100%; height:100%; position:absolute; top:0; left:0; background:url('/images/content/proStop.png?v=1') no-repeat center center; background-size:cover; z-index:99;}
.cate_prd_list > li  div.prd_thumb div.img_zone .proStop2{width:100%; height:100%; position:absolute; top:0; left:0; background:url('/images/content/proStop2.png?v=1') no-repeat center center; background-size:cover; z-index:99;}


/* 리스트 상품 정보 */
.prd_cont_wrap .prd_name {margin-bottom:0.4rem;margin-top: 0; height:2.8em; font-size:var(--font-size-14); font-weight:600; color:var(--Text-Color-Black); -webkit-box-orient: vertical; line-height: 1.4; text-overflow: ellipsis; -o-text-overflow: ellipsis; -ms-text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; word-break: keep-all; letter-spacing: -0.035rem; position:relative; overflow: hidden;}
.prd_cont_wrap .prd_ori_made{display:none; font-size:14px; line-height:16px; margin-bottom:5px;}
.prd_cont_wrap .prd_price {font-size: var(--font-size-15); font-family: 'pretendard gov'; font-weight:800;}
.prd_cont_wrap .prd_price .regular_tit{background:#23A5DD; color:#fff; padding:1px 3px; border-radius:5px; vertical-align:top;}
.prd_cont_wrap .tx_org {color:#b5b5b5;font-size:12px;text-decoration:line-through;vertical-align:middle;}
.prd_cont_wrap .tx_org > span {display:inline-block;font-size:14px;text-decoration:line-through;vertical-align:0;letter-spacing:-0.02em; margin-left:5px;}
.prd_cont_wrap .tx_cur {display:inline-block; font-weight: 400;}
.prd_cont_wrap .tx_cur > span {font-weight: 800;}
.prd_cont_wrap .tx_cur > span.regularPrice {color:#23A5DD;}
.prd_cont_wrap .tx_org + .tx_cur {margin:0 0 0 7px;vertical-align:bottom}
.prd_cont_wrap .proReplace{font-size: var(--font-size-15); font-weight:bold;}
.prd_cont_wrap .proReplace{ padding:3px 5px; font-size: var(--font-size-15); color:#fff; font-weight:bold; background:#dc1508;}
.prd_cont_wrap .proSoldOut{font-size: var(--font-size-15); font-weight:bold;}
.prd_cont_wrap .proSoldOut{font-size:14px; background:#dc1508; color:#fff; font-weight:bold; padding:3px 5px;}
.prd_cont_wrap .tx_mini {margin-top: 0.25rem; color:var(--Brand-Color-main);}

.prd_cont_wrap .prd_ori{margin-bottom:0.390625rem;}
.prd_cont_wrap .prd_ori_number {display: flex; color:var(--Text-Color-Basic-1); letter-spacing: -0.03rem;}
.prd_cont_wrap .prd_ori_number span {display:block; padding-right:0.375rem; margin-right:0.375rem; position:relative;}
.prd_cont_wrap .prd_ori_number span:after {content:''; display:block; width:1px; height:100%; max-height:0.625rem; background:#B8BCC0; position:absolute; top:0.2em; right:0;}


/*----- ? -----*/
.relationList{position:relative;clear:both;  /* padding-bottom:50px; */}
.relationList div.title {position:relative; text-align:center; padding-bottom:20px; }
.relationList div.title b{font-size:30px; font-weight:bold; color:#000; }
.relationList div.title span{color:#d9121f; font-weight:400; font-size:18px;}
.relationList ul.related_button{}
.relationList ul.related_button li{display:inline-block;}
.relationList ul.related_button li img{cursor:pointer;}
.relationList div.boardList {position:relative; background:#fff; width:1300px;}
.relationList div.boardList ul.cate_prd_list li{width:240px;}
.relationList div.boardList .img_zone img{display:block;}
.relationList div.boardList p.prev {position:absolute; cursor:pointer; top:50%;margin-top:-27.5px;z-index:9;}
.relationList div.boardList p.next {position:absolute; cursor:pointer; top:50%;right:0;margin-top:-27.5px;z-index:9;}
.relationList .rel_buy{padding:45px 35px; background:#fff;}
.relationList .rel_buy table.tb_title{border-top:3px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
.relationList .rel_buy table.tb_title th{padding:15px 0; position:relative;}
.relationList .rel_buy table.tb_title th:before{content:""; position:absolute; left:0; width:1px; height:26px; background:#e5e5e5;}
.relationList .rel_buy table.tb_title th:first-child:before{width:0;}
.relationList .rel_buy table.tb_view .center{text-align:center;}
.relationList .rel_buy table.tb_view td{border-bottom:1px solid #e5e5e5; padding:5px 0; position:relative;}
.relationList .rel_buy table.tb_view td .soldout{width:125px; height:100px; position:absolute; top:0; left:0; background:url('/images/content/soldout.png?v=1') no-repeat center center; background-size:cover;}
.relationList .rel_buy table.tb_view td a.proReplace{font-size:14px; background:#dc1508; color:#fff; font-weight:bold; width:125px; height:40px; line-height:40px; display:inline-block; text-align:center;}
.relationList .rel_buy .prd_list{width:100%; max-height:400px; overflow-y:scroll;}
.relationList .rel_buy .prd_list .prd_btn_area span{display:inline-block; width:85px; height:40px; line-height:40px; background:#fff; cursor:pointer;}
.relationList .rel_buy .prd_list .relBuy{color:#f25a4d; border:1px solid #f25a4d;}
.relationList .rel_buy .prd_list .relCart{color:#00c6d7; border:1px solid #00c6d7;}
.relationList .rel_buy .prd_list .rel_select{width:70px; height:42px;}
.relationList .rel_buy .relation_button{width:100%; text-align:right; margin-top:25px;}
.relationList .rel_buy .relation_button a{background:#888;color:#fff; font-size:15px; padding:10px 20px;}
.r_productCount {width:50px;text-align:right;}

.gal p img{width:100px; height:100%;}
.gal .mark01{z-index:10; position:absolute; top:0px; left:100px; }
.gal .mark02{z-index:10; position:absolute; top:0px; right:0px;}
.gal .mark03{z-index:10; position:absolute; bottom:0px; left:100px;}
.gal .mark04{z-index:10; position:absolute; bottom:0px; right:0px;}
p.title{position:relative; margin:10px 0;}
p.prd_ori .product_number{font-size:16px; font-weight:400; border:1px solid #111; padding:0 3px; margin-right:3px;}
a.btn_list{margin-left:10px; background:#333; color:#fff; padding:0px 10px;}
.sub_title{color:#0050cd; border-bottom:1px solid #ddd; padding-bottom:5px;}



/*----- 보기방식 -----*/
.mall_container .boardList table.tb_view{} 
.mall_container .boardList table.tb_view td{border-bottom:1px solid #ccc; }
.mall_container .boardList table.tb_view td.pimg{padding:10px 0px;}
.mall_container .boardList table.tb_view td.pimg img{width:125px; height:100px;}
.mall_container .boardList table.tb_view td.pimg .mark img{width:50px; height:50px;}
.mall_container .boardList table.tb_view td.pimg .mark01{z-index:10; position:absolute; top:5px; left:5px;}
.mall_container .boardList table.tb_view td.pimg .mark02{z-index:10; position:absolute; top:5px; right:30px;}
.mall_container .boardList table.tb_view td.pimg .mark03{z-index:10; position:absolute; bottom:5px; left:5px;}
.mall_container .boardList table.tb_view td.pimg .mark04{z-index:10; position:absolute; bottom:5px; right:30px;}
.mall_container .boardList table.tb_view td.title{font-size:14px; text-align:left; color:#888; font-weight:bold; line-height:23px;}
.mall_container .boardList table.tb_view td.title a{color:#888;}
.mall_container .boardList table.tb_view td p.icon{margin-bottom:10px;}
.mall_container .boardList table.tb_view td.price p{margin:4px 0px; overflow:hidden; line-height:25px; font-weight:bold; font-size:14px; color:#3e3e3e; text-align:left;}
.mall_container .boardList table.tb_view td.price p span{border:1px solid #ccc; width: 104px; height:23px; line-height:25px; float:left; display:block; margin-right:5px;font-size:14px; color:#888; font-weight:normal; text-align:center; margin-right:15px;}
.prd_btn_area{text-align:center;}
.cartBtn{width:85px;height:40px;color:#00b9c9;border:1px solid #00C6D7;background:#fff; margin:0px 5px;}
.wishBtn{width:85px;height:40px;color:#8A61FF;border:1px solid #8A61FF;background:#fff; margin:0px 5px;}


@media (max-width:768px){
	/*----- 상품 리스트 -----*/
	.cate_prd_list {gap: 1.5rem clamp(1rem, 0.95rem + 0.25vw, 1.25rem);}
	.cate_prd_list > li {width: calc((100% - clamp(1rem, 0.95rem + 0.25vw, 1.25rem) * 3) / 4);}

	/* 썸네일 호버 버튼 */
	.prd_cont_wrap .btn {bottom: 0.5rem; right: 0.5rem;}
	.prd_cont_wrap .btn [class*='btn_'] {width:2.1rem;}
	/* .prd_cont_wrap .btn [class*='btn_']:after {width: 80%;} */

	/* 리스트 상품 정보 */
	.prd_cont_wrap .prd_name {height: 1.4em; -webkit-line-clamp: 1; font-size: var(--font-size-15);}
	.prd_cont_wrap .prd_price {font-size: var(--font-size-16);}
}
@media (max-width:540px){
	/*----- 상품 리스트 -----*/
	.cate_prd_list > li {width: calc((100% - clamp(1rem, 0.95rem + 0.25vw, 1.25rem) * 1) / 2);}
}



/*============마이쇼핑==========*/
.myLayout{width:1300px; margin:0px auto;  padding-bottom:90px !important; padding-top:30px !important;  }
.myLayout #sepration2{float:left; width:200px; }
.myLayout #sepration2 .leftMenu{border:1px solid #ddd; padding:10px 0px;}
.myLayout #sepration2 .leftMenu h2{color:#111; font-size:20px; border-bottom:1px solid #ddd;  padding:0 10px 5px;}
.myLayout #sepration2 .leftMenu h4{position:relative; padding:5px 10px; font-size:16px; color:#fff;}
.myLayout #sepration2 .leftMenu h4:not(:first-child){margin-top:5px;}
.myLayout #sepration2 .leftMenu h4 i{position:absolute; right:10px; bottom:5px;}
.myLayout #sepration2 .leftMenu h4.m01{background:#E23D96;}
.myLayout #sepration2 .leftMenu h4.m02{background:#23A5DD;}
.myLayout #sepration2 .leftMenu h4.m03{background:#73BF45;}
.myLayout #sepration2 .leftMenu ul{padding:0 10px;}
.myLayout #sepration2 .leftMenu ul li{margin-top:5px; font-size:14px;}
.myLayout #sepration2 .leftMenu ul li.on a{color:#0065CC; font-weight:600;}
.myLayout #sepration2 .cartBox{margin-top:10px; border:1px solid #ddd; padding:30px 20px; font-size:16px;}
.myLayout #sepration2 .cartBox i{color:#0050CD; margin-left:60px;}
.myLayout #section2{float:left; width:1070px; margin-left:30px; position:relative;}



/* 장바구니 Step */
div.mall_step{overflow:hidden; margin-bottom:15px; padding-bottom:5px; position:relative;}
div.mall_step h3{font-size:32px; font-weight:600; color:#222; }
div.mall_step ul{position:absolute; right:0; bottom:15px;}
div.mall_step ul li{display:inline; font-size:18px; margin-left:10px; color:#898989; padding-right:25px; background:url("/images/mall/next.gif") no-repeat right center; background-size:10px auto;}
div.mall_step ul li.on{background:url("/images/mall/next_on.gif") no-repeat right center; background-size:10px auto; color:#333;}
div.mall_step ul li.last{padding-right:0; background:none !important;}
div.mall_step ul li span{font-size:20px;}

div.mall_container div.boardList ul.sButton {width: 66px; margin: 0 auto;}
div.mall_container div.boardList ul.sButton li{clear:both; margin-bottom: 5px; margin-right: 0;}




/* 관리자 테이블 */
table.tblDataList { width:100%; border-collapse:collapse; }
table.tblDataList th, table.tblDataList td { border:1px solid #dbdbdb; }
table.tblDataList th { padding:5px; background:#f6f6f6; color:#333; letter-spacing:-1px; }
table.tblDataList td { padding:4px 5px; color:#333; text-align:center; } table.tblDataList td { padding:5px\9; }/*ie*/
table.tblDataList td img { vertical-align:middle; }
table.tblDataList td.left { text-align:left; }
table.tblDataList td.right { text-align:right; }
table.tblDataList td.nowrap { white-space:nowrap; }


table.tblDataList td p.option{font-size:14px; color:#888; font-weight:400;}


/* 폼 테이블 */
table.tblForm { width:100%; border-collapse:collapse; }
table.tblForm th, table.tblForm td { border:1px solid #dbdbdb; }
table.tblForm th { padding:5px; background:#f6f6f6; color:#333; }
table.tblForm td { padding:4px 5px; color:#333; } table.tblForm td { padding:5px\9; }/*ie*/
table.tblForm td input, table.tblForm td select, table.tblForm td textarea { margin-top:2px\0IE8+9; margin-bottom:2px\0IE8+9; }/*ie*/
table.tblForm td a img { margin-top:-2px; vertical-align:middle; }
table.tblForm td textarea { width:99%; }
table.tblForm td input[type="text"], table.tblForm td input[type="password"], table.tblForm td textarea { border:1px solid #cecece; -webkit-box-shadow:0 0 3px #e0e0e0; box-shadow:0 0 3px #e0e0e0; }
table.tblForm td input[type="text"], table.tblForm td input[type="password"] { padding:2px\9; }/*ie*/
table.tblForm td label { white-space:nowrap; }
table.tblForm td label input[type="checkbox"], table.tblForm td label input[type="radio"] { margin:4px; vertical-align:middle; }

/* 주문서 작성 */
div.shop h3{font-size:20px; color:#222; font-weight:500; margin-bottom:10px; letter-spacing:-0.06em; margin-top:20px;}
div.shop h4{font-size:16px; color:#263F8F; font-weight:400;letter-spacing:-0.06em; position:relative; padding-left:15px; margin-bottom:10px; margin-top:40px;}
div.shop h4:before{ content : ""; display : block; position : absolute; left :0; top:50%;  margin-top:-3px; width : 6px; height : 6px; background : #263F8F; border-radius:50%; }
.shop h4 span{font-size:14px;}
.shop h4 input{margin-left:15px;}

/* 주문완료 */
.order_complete{margin-top: 30px; width: 100%; height: 310px; border: 5px solid #ddd;  display:inline-block; display:inline; zoom:1;  -webkit-box-sizing:border-box; box-sizing:border-box; padding: 30px 0px; margin-bottom: 30px; }
p.txt02{font-size: 20px; line-height: 30px;text-align:center;}
.inner_txt{margin-left: 100px; margin-top: 30px;}
.inner_txt li{text-align:left;line-height: 25px;}
table.tb_white { width:70%; border-collapse:collapse; margin: 0 auto; margin-top: 30px;}
table.tb_white td {padding: 0px 10px; height: 35px;}
table.tb_white td.code{color:blue; font-size:20px; font-family:verdana; background-color: #f5f5f5; text-align:center;}
.btn_complete { margin: 0 auto; display:block;  width:150px; height:45px; text-align:center; line-height:45px; font-size: 16px;  font-weight: bold;  color: #fff;  background-color: #FB4335;  border: 1px solid #FB4335; cursor:pointer;}



ul.check{margin:10px 0px;}
ul.check li{background:url('/images/mall/check.gif') no-repeat 0 8px; padding-left:15px;}
.txt01{font-weight:bold; margin-top:10px; background-color:#f4f4f4; padding:10px; margin-bottom:10px; font-size:14px; text-align:center;}


/* 장바구니, 마이쇼핑 테이블 */
.rbutton {  display: inline-block; font-size: 13px;  line-height: 1;  font-weight: bold;  letter-spacing: -1px;  padding: 8px 15px; }
.rbutton.dark { color: #fff;  background: #626770;  border: 1px solid #363c47;  box-shadow: 0 1px 1px #d8d8d8;  text-shadow: 1px 1px #4b4f56; }
.rbutton.white { color: #626770;  background: #fff;  border: 1px solid #363c47;  box-shadow: 0 1px 1px #d8d8d8; }
.rbutton.gray { color: #797877;  background: #e7e5e5;  border: 1px solid #a0a0a0;  padding: 3px 10px; }
ul.sButton li{margin-top:5px; text-align:center;}
ul.sButton li:first-child{margin-top:0px;}
.choice{margin-top:5px;}


table.tb_shop { clear:both; border-collapse:collapse; width:100%;table-layout: fixed;  }
table.tb_shop th, table.tb_shop td { box-sizing:border-box; }
table.tb_shop td{border: 1px solid #ddd;  color: #666;   background: #fff;  text-align:center;     vertical-align: middle; padding: 5px 5px; font-size:12px;}
table.tb_shop th{border: 1px solid #f4f4f4; border-top:2px solid #111;  color: #333;  background: #f4f4f4;   font-weight:500; padding: 5px 5px; font-size:12px;}

table.tb_shop td.t_left{text-align:left;}
table.tb_shop td.t_right{text-align:right;}
table.tb_shop td.title ul{}
table.tb_shop td.title ul li{text-align:left; overflow:hidden;width:100%;}
table.tb_shop td.title ul li.productImg{float:left; width:20%;}
table.tb_shop td.title ul li.productImg img{width:300px; height:300px;}
table.tb_shop td.title div.detailField ul{display:table;}
table.tb_shop td.title div.detailField ul li{display:table-cell; width:80%; padding-left:10px;}
table.tb_shop td.title div.detailField ul li.proimg{position:relative;}
table.tb_shop td.title div.detailField ul li:first-child{width:70px;}
table.tb_shop td.title div.detailField ul li.proname a{color:#333;}
table.tb_shop td.title div.detailField ul li img{width:100%; height:auto;  }
table.tb_shop td.title div.detailField ul li .soldout{width:100%; height:100%; position:absolute; top:0; left:0; background:url('/images/content/soldout.png?v=1') no-repeat center center; background-size:cover;}
table.tb_shop td.title div.detailField ul li .proStop{width:100%; height:100%; position:absolute; top:0; left:0; background:url('/images/content/proStop.png?v=1') no-repeat center center; background-size:cover;}
table.tb_shop td.title div.detailField ul li .proStop2{width:100%; height:100%; position:absolute; top:0; left:0; background:url('/images/content/proStop2.png?v=1') no-repeat center center; background-size:cover;}
table.tb_shop td.title ul li.productOpt{width:100%;}
table.tb_shop td.title ul li.productOpt div.optCon{margin-top:5px;}
table.tb_shop td.title ul li.productOpt div.optCon h5{padding:5px;border:1px solid #ddd; font-weight:bold;}
table.tb_shop td.title ul li.productOpt ul{background:#f8f8f8; padding:10px; position:relative;}
table.tb_shop td.title ul li.productOpt ul li{float:none; font-weight:normal; line-height:18px;}
table.tb_shop td.title ul li.productOpt ul li p{position:absolute; top:-23px; right:5px; font-weight:bold;  color:#666;}
table.tb_shop td.title ul li.productOpt ul li span{float:right; font-weight:bold;  color:#666;}
table.tb_shop td.title ul li.pro_tit a{color: #242424;}
table.tb_shop td input[type="text"]{border:1px solid #ddd; height:20px; line-height:20px; text-indent:10px;}
table.tb_shop td input.datepicker{background: #fff url('/images/mall/calendar.gif') no-repeat right 50%; width:140px;}
.btn_delete{font-size:13px; border:1px solid #666; padding:5px; color:#666;}

div.result_zone{width:100%; height:50px; text-align:right; line-height:50px; padding:0px 10px; box-sizing:border-box; margin-bottom:20px; font-size:18px;}
.btn_zone{text-align:center; margin-bottom:30px;}
div.result_zone span.price_detail{font-size:16px; color:#f34921; font-weight:bold;}

table.tb_shop input.btn_edit{ border: 0 none;  padding: 0;  margin: 0;  background: transparent;  outline: none;  cursor: pointer; background-color:#a1a1a1; border:1px solid #666; color:#fff; font-size:11px; padding:3px 5px; margin-top:10px;}


table.left_tb {border-collapse: collapse;	width: 100%; table-layout: fixed;}
table.left_tb th {text-align: left; border-left: 1px solid #cecece; background-color: #fbfbfb; letter-spacing:0em; font-weight:bold; color:#474747;  padding:10px 5px 10px 25px; line-height:130%;  border-bottom: 1px solid #cecece; border-top: 1px solid #cecece; border-right: 1px solid #cecece;  }
table.left_tb td { border-bottom: 1px solid #cecece; border-right: 1px solid #cecece; padding: 10px 15px;line-height:180%;    border-top: 1px solid #cecece; }
table.left_tb td input[type="text"], table.left_tb td input[type="password"]{  line-height: 1;  height: 35px;  padding: 3px 0 5px; vertical-align:middle; border: 1px solid #cecece;  border-radius: 0 !important;  -webkit-appearance: none !important;  background: #fff;    color: #4d4d4d;  text-indent: 5px !important; }
table.left_tb td input[type="file"]{height:30px;}
table.left_tb th.t_row, table.left_tb td.t_row{border-top: 3px solid #cecece;}
table.left_tb select{padding: 5px 10px;}
table.left_tb textarea{width:95%;}
table.left_tb td label{margin-left:15px;}
table.left_tb td label:first-child{margin-left:0;}

/* 옵션테이블 */
table.opt_table {border-collapse: collapse;	width: 100%; table-layout: fixed;background-color: #fff;}
table.opt_table th {background-color: #fff;text-align: left;letter-spacing:0em; font-weight:bold; color:#474747;  padding:5px !important; line-height:100%;  border: 1px solid #cecece;}
table.opt_table td { padding:5px !important; line-height:100%;  border: 1px solid #cecece;}
table.opt_table td input[type="text"], table.opt_table td input[type="password"]{  line-height: 1;  height: 10px;  padding: 3px 0 5px; vertical-align:middle; border:none;  border-radius: 0 !important;  -webkit-appearance: none !important;  background: #fff;    color: #4d4d4d;  text-indent: 5px !important; }
table.opt_table th ul.opt_name li{}
table.opt_table td.pbold{font-size:14px !important; font-weight:bold;}

/* 결제정보 테이블 */
.tb1 {  width: 100%;  border-collapse: collapse;  border-spacing: 0;  border: 0 none;}
.tb1 th {  height: 38px;  text-align: left; background: #f3f3f3; border-top: 1px solid #898989; border-bottom: 1px solid #898989;}
.tb1 td {  height: 82px;  border-bottom: 1px solid #ddd;  text-align: right;  color: #333;}
.tb1 td.num_deliv{background: url('/images/mall/ico_plus.gif') no-repeat 0 50%;}
.tb1 td.num_minus{background: url('/images/mall/ico_minus.gif') no-repeat 0 50%;}
.tb1 td.num_total{background: url('/images/mall/ico_total.gif') no-repeat 0 50%;}
span.price{font: bold 24px tahoma;  text-align: right;  color: #333;}
span.txt_won{top: -3px;  padding: 0px 5px;  font-size: 14px; }
div.poin{margin-top:10px; background:#f5f5f5; padding:10px 30px;}
.tb1 td input[type="text"]{border:1px solid #ddd; height:35px; line-height:35px; padding:0px 5px;}
.pnlNone{margin-top:10px; }
.res_tb th{padding:10px 30px; text-align:left; color:#111; font-weight:500; border-bottom:1px solid #ddd;}
.res_tb td{padding:10px ; border-bottom:1px solid #ddd;}
.res_tb .first_th th, .res_tb .first_th td{border-top:1px solid #111}
.res_tb td input[type="text"],
.res_tb td input[type="password"] {line-height: 1; height: 35px;  padding: 3px 0 5px; vertical-align: middle; border: 1px solid #cecece; border-radius: 0 !important; -webkit-appearance: none !important; background: #fff; color: #4d4d4d; text-indent: 5px !important;}
.res_tb select{line-height: 1; height: 35px; width:115px; padding: 3px 0 5px; vertical-align: middle;  border-radius: 0 !important;  color: #4d4d4d; border: 1px solid #cecece;}
.res_tb td.phone input[type="text"]{width:115px !important;}
.res_tb .cash_no label{margin-right:15px;}

/* 주문취소 반품 교환 */
div.tab_menu{margin-bottom:20px;}
div.tab_menu ul{display:flex;width:100%;margin-bottom:30px; position:relative;}
div.tab_menu ul:after{content:"";display:block;clear:both;}
div.tab_menu ul li{float:left;width:calc(50% + 1px);margin-right:-1px;height:46px;border:1px solid #e5e5e5;border-bottom:2px solid #0065CC;box-sizing: border-box;transition: .05s ease-in-out}
div.tab_menu ul li a{display:block;width:100%;height:100%; font-size:18px; line-height:46px; color:#a5a5a5; letter-spacing:-1px; text-align:center; box-sizing:border-box; transition: .05s ease-in-out; background:#f9f9f9;}
div.tab_menu ul li.selected{position:relative;border:2px solid #0065CC;border-bottom:0; }
div.tab_menu ul li.selected a{font-weight:500;color:#0065CC; background:#fff;}



div.period{position: relative; width: 100%; box-sizing: border-box; margin-bottom: 10px;}
.period label{display:inline-block; margin-right:15px;}
.tb_period {  width: 100%;  border-collapse: collapse;  border-spacing: 0;  border: 0 none; }
.tb_period th { text-align: center; padding-right:10px; font-weight:normal; font-size:14px;}
.tb_period td {padding:6px 0px;  color: #333; text-align:left; }
.tb_period td ul li{float:left;}
.tb_period td ul li a{padding:4px 15px; background-color:#fff; color:#999; border:1px solid #999; margin-right:5px; font-size:14px;}
.tb_period td ul li.on a{ background-color:#002590; color:#fff; border:1px solid #002590;}
.tb_period td input[type="text"]{line-height: 1;  padding: 5px 0 7px; vertical-align:middle; border: 1px solid #cecece;  border-radius: 0 !important;  -webkit-appearance: none !important;  background: #fff; color: #4d4d4d;  text-indent: 5px !important; background: #fff ;}
.tb_period td input.input_year{background: #fff url('/images/mall/calendar.gif') no-repeat right 50%; width:140px;}
.tb_period span.btn_search{display:inline-block; width:70px; height:33px; line-height:33px; text-align:center; color:#fff; background-color:#002590; font-size:14px; }

p.refer{ color:#898989; margin-top:15px; position:relative; margin-bottom:30px; padding-left:10px; font-size:14px; line-height:1.0;}
p.refer:before{content:'';display : block; position : absolute; left :0; top:0; width :2px; height :100%; background : #999;}
.top_area span.btn_excel{display:inline-block; width:90px; height:25px; line-height:25px; text-align:center; color:#fff; background-color:#002590; font-size:13px; margin-left:10px;}
.top_area span.btn_select_excel{display:inline-block; width:90px; height:25px; line-height:25px; text-align:center; color:#fff; background-color:#002590; font-size:13px; margin-left:10px;}
.top_area span.btn_insure_excel{display:inline-block; width:115px; height:25px; line-height:25px; text-align:center; color:#fff; background-color:#002590; font-size:13px;}

.cationBox{border:1px solid #cecece; padding:20px; margin-bottom:20px; display:flex;}
.cationBox div{flex:0 0 50%;}
.cationBox div:last-child{padding-left:30px; border-left:1px solid #ddd;}
.cationBox h6{font-size:20px; font-weight:600;  margin-bottom:5px; color:#ff0000;  }
.cationBox h6 i{font-size:24px; font-weight: 400; vertical-align: middle;}
.cationBox h5{font-size:20px; font-weight:600;  margin-bottom:15px; color:#000;}
.cationBox h5 img{height:30px; margin-right:15px;}
.cationBox ul{padding-left:10px;}
.cationBox li{position:relative; padding-left:15px; margin:2px 0; }
.cationBox li:before{content : ""; display : block; position : absolute; left : 0; top:13px;  width :8px; height : 1px; background : #7f7f7f;}

/*마이쇼핑*/
div.buyZone{width:40%; float:left; position:relative;}
div.buyZone h3{position:relative;  margin-top:0;}
div.buyZone h3:before{content : ""; display : block; position : absolute; right : -10px; top : 6px; width:202px;height:40px; background:url('/images/mall/myshop_ex.png')no-repeat 0 0;}
div.buyTop{background:#f7f8f9; border:1px solid #eee; margin-right:8px; margin-bottom:5px; text-align:right; padding:5px;}
div.buyTop a{display:inline-block; height:30px; line-height:30px; border:1px solid #111; background:#fff; color:#111; width:60px; text-align:center; font-size:14px;}
div.buyTop a.btn_confirm{background-color: #002590 !important;    border: 1px solid #002590 !important; color:#fff;}
div.buyZone div.buyTop a:hover{background:#0050CD; color:#fff; border-color:#002590;}
div.buyZone div.buyTop a.on{background:#0050CD; color:#fff; border-color:#002590;}
div.buyZone div.buyTop span.date{padding-right:20px; font-size:14px;}
div.buyZone_inner{width: 100%; max-height: 555px; overflow: hidden; overflow-y: auto;  padding-right:8px;}
div.buyZone_inner::-webkit-scrollbar {width:5px;height:3px;background-color:#eae9e9;}
div.buyZone_inner::-webkit-scrollbar-thumb {background-color:#000; -webkit-border-radius:3px;border-radius:3px;}
div.buyZone_inner > ul > li{border:1px solid #ddd; padding:5px 10px; margin-bottom:3px; overflow:hidden;}
div.buyZone_inner > ul > li .buyImg{float:left; width:50px; margin-right:10px;}
div.buyZone_inner > ul > li .buyImg img{width:50px; height:50px; }
div.buyZone_inner > ul > li .buyInfo{position:relative; float:left; width:calc(100% - 60px); padding-right:70px;}
div.buyZone_inner > ul > li .buyInfo p.name{font-size:15px; color:#000; }
div.buyZone_inner > ul > li .buyInfo p.name span{white-space: nowrap;  background:#ebf2fc; color:#0050CD; font-size:12px; padding:2px 4px;}
div.buyZone_inner > ul > li .buyInfo p.dst{margin-top:3px;}
div.buyZone_inner > ul > li .buyInfo p.dst span{background:#f7f7f7; padding:3px 5px; color:#000; font-size:14px;}
div.buyZone_inner > ul > li .buyInfo p.dst em{margin-left:10px; color:#777; font-size:14px;}
div.buyZone_inner > ul > li .buyInfo p.cost{color:#000; font-weight:500;}
div.buyZone_inner > ul > li .buyInfo .btn{position:absolute; right:0px; top:50%; transform:translateY(-50%); margin-top:0;}
div.buyZone_inner > ul > li .buyInfo .btn .bmod,
div.buyZone_inner > ul > li .buyInfo .btn .bdel{display:block; width:54px; height:23px; line-height:21px; text-align:center; border-radius:2px;  font-size:13px;}
div.buyZone_inner > ul > li .buyInfo .btn .bmod{background:#0050CD; border:1px solid #0042a9; color:#fff;}
div.buyZone_inner > ul > li .buyInfo .btn .bdel{margin-top:5px; background:#EBEBEB; border:1px solid #aaa; color:#000;}
div.buyZone_inner > ul > li.nolist{padding:40px 10px 40px 140px; background:url('/images/mall/nolist.png')no-repeat 30px 50%; background-size:40px auto;}

.accordion a.title{position:relative; border:1px solid #ddd;  display:block; padding:2px; font-size:14px;}
.accordion a.title:before{content : "\e942"; display : block; position : absolute; right : 8px; top : 2px; color:#888; font-size:13px;  font-family: 'xeicon';}
.accordion ul.option_list{display:none; border:1px solid #eee; border-top:none; background:#f7f7f7;}
.accordion ul.option_list li{ color:#1579db; font-size:13px; padding:2px 4px; border-right:1px solid #ddd; }
.accordion.active ul.option_list{display:block;}
ul.option_list.list2{color:#0050CD; font-size:11px; }
ul.option_list.list2 li{display:inline-block;  margin-right:5px;  border-right:1px solid #ddd; padding-right:5px; }
ul.option_list.list2 li:last-child{border-right:none;}

div.buyZone div.buyZone_inner > ul > li .buyInfo a.buyCart{position:absolute; right:0px; top:50%; transform:translateY(-50%); height:53px; line-height:1.3; font-size:14px; padding:9px 0;  width:60px; color:#888; text-align:center; border-radius:10px; background:#f7f7f7;  cursor:pointer} 

div.cartZone{width:58%; float:left; margin-left:2%;}
div.cartZone h3{position:relative; margin-bottom:6px; margin-top:0;}
div.cartZone div.buyTop{margin-right:13px;}
div.cartZone div.buyTop a{width:80px;}
div.cartZone div.buyZone_inner{padding-right:13px;}
div.buyZone_inner > ul > li.no_Data{padding:40px 10px 40px 140px; background:url('/images/mall/nolist.png')no-repeat 30px 50%; background-size:40px auto;}

/*쿠폰지급안내*/
.cuponWrap{padding:10px; border-radius:10px; background:#e6eef3; border:1px dashed #d5dbe6; }
.cuponWrap h3{background:#0050CD; color:#fff !important; padding:7px 20px;  border-radius:5px; font-size:20px; margin:0 !important;}
.cuponWrap ul{margin-top:10px;}
.cuponWrap ul li{margin-bottom:10px;}
.cuponWrap ul li span{background:#fff; color:#3459A7; border-radius:5px; display:inline-block; width:200px;  font-size:16px; margin-right:10px; padding:5px 20px; font-weight:600;}
.cuponWrap ul li em{display:inline-block;width:272px;  font-size:16px; margin-right:10px; padding:5px 20px; border:1px solid #9fafcc; background:rgba(255,255,255,0.3); border-radius:5px;  text-align:center}
.cuponWrap ul li:first-child em{position:relative; color:#3459A7;}
.cuponWrap ul li:first-child em:before{content : "\e937"; display : block; position : absolute; left :50%; bottom:-2.6rem; font-size:1.5rem; transform:translateY(-50%); color: #0050CD;  font-family: 'xeicon';}
.cuponWrap ul li em:last-child{margin-right:0px; }

/*마이쇼핑 하단 슬라이드*/
.swiper1{}
.swiper1 li{border:1px solid #eee; border-radius:5px; overflow:hidden;}
.swiper1 li .prd_thumb{position:relative; z-index:1; }
.swiper1 li .prd_thumb a{position:relative; display:block; width:100%; height:100%;}
.swiper1 li .prd_thumb a:before{content : ""; display : block; position : absolute; left : 0; bottom : 0;  width : 100%; height : 100%; background : rgba(0,0,0,0.05); }
.swiper1 li .prd_thumb img{display:block; margin:0 auto;}
.swiper1 li .prd_thumb a.buyCart{position:absolute;  bottom:15px; right:-150px;  z-index:10; opacity:0;  height:60px; width:60px;  border-radius:50%; background:#fff url('/images/main/btn_basket2.png')no-repeat 50% 50%; text-indent:-10000px; cursor:pointer;}
.swiper1 li .prd_thumb a.buyCart:before{display:none;}
.swiper1 li:hover .prd_thumb a.buyCart{transition: all 0.2s ease-out 0s; opacity:1; right:20px; }
.swiper1 li .prd_info{padding:15px 10px 10px;}
.swiper1 li .prd_info .name{font-size:16px; color:#000; margin:10px 0; display: block;text-overflow:ellipsis;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;	-webkit-line-clamp: 2; -webkit-box-orient: vertical;word-wrap:break-word; line-height: 1.3em;height: 2.6em;}
.swiper1 li .prd_info .prd_ori_number span{background:#f7f7f7; padding:2px 4px;}
.swiper1 li .prd_info .price .tx_org{color:#b5b5b5;font-size:12px;text-decoration:line-through;}
.swiper1 li .prd_info .price .tx_cur{color:#000; font-size:18px; font-weight:500;}

.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next{margin:0; top:65%;width:27px; height:44px; transform:translateY(-50%); z-index:1000; position:absolute; cursor:pointer;  background:none;}
.swiper1 .swiper-button-prev{left:0px;}
.swiper1 .swiper-button-prev:after{ content : "\e93d"; display : block;font-size:30px; font-weight:700; text-align:center; position : absolute; left:0px; top:0; width : 100%; height : 100%; line-height:2.5rem; font-family:'xeicon'; color:#333; }
.swiper1 .swiper-button-next{right:0px;}
.swiper1 .swiper-button-next:after{ content : "\e940"; display : block;font-size:30px; font-weight:700;text-align:center; position : absolute; left:0px; top:0; width : 100%; height : 100%; line-height:2.5rem; font-family:'xeicon'; color:#333; }

.swiper1  div.prd_thumb  .btn{ position: absolute;    bottom:45px; right:-75px; width:35px; z-index:10;}
.swiper1  div.prd_thumb  button {  width: 35px;    height: 35px; outline:none; border:none;   text-indent: -999999px;    font-size: 0;  cursor:pointer; margin:2px 0px;}
.swiper1  div.prd_thumb .btn_basket {background: url('/images/mall/btn_basket.png') no-repeat 50% 50%; background-size:35px 35px;}
.swiper1  div.prd_thumb .btn_basket:hover{background: url('/images/mall/btn_basket_ov.png') no-repeat 50% 50%;background-size:35px 35px;}


/*마이쇼핑 옵셥팝업창*/
.order_popup{display:none; position:fixed; top:50%; left:50%; transform:translate(-27% , -50%); width:500px; background:#fff; border-radius:5px; border:1px solid #777; padding:20px; z-index:1100;}
.order_popup h3{padding:0 0 10px; margin:0 0 10px; font-size:24px; font-weight:600; border-bottom:1px solid #111;}
.order_popup h3 span{float:right; cursor:pointer; font-size:30px;}
.order_popup h5{font-size:18px; margin-bottom:10px;}
.order_popup .optionZone{display:none;}
.order_popup .optionZone select{width:100%; height:35px; margin-bottom:10px;}
.order_popup .optionZone .orderOptionList{ background:#F9F9F9; border:1px solid #E9E9E9; margin-bottom:20px;}
.order_popup .optionZone .orderOptionList li{margin:10px 0; padding:0 10px; position:relative; padding-right:20px;}
.order_popup .optionZone .orderOptionList li span{margin-right:10px;}
.order_popup .optionZone .orderOptionList li span.optionDel{position:absolute; top:50%; right:5px; transform:translateY(-50%); margin:0; cursor:pointer;}
.order_popup table{width:100%;}
.order_popup table td{height:40px;}
.order_popup table tr.optionZone{}
.order_popup .order_button{text-align:center;}
.order_popup .order_button span.order_save{display:inline-block; background:#0050CD; cursor:pointer; color:#fff; font-size:20px; height:55px; line-height:55px;  width:180px;}

/*마이쇼핑 바로구매팝업창*/
div.buy_popup{display:none; position:absolute; top:0%; left:50%; transform:translateX(-51% ); width:1100px; background:#fff; border-radius:5px; border:1px solid #777; padding:20px; z-index:1010; }
div.buy_popup h2{padding:0 0 10px; margin:0 0 10px; font-size:24px; font-weight:600; border-bottom:1px solid #111;}
div.buy_popup h2 span{float:right; cursor:pointer; font-size:30px;}

/* 주문 배송 조회 관심상품 */
div.top_area{margin-bottom:10px; overflow:hidden;}
div.top_area b{float:right; font-weight:normal; color:#dd1508; font-size:13px;}
div.tb_top{position:relative; clear:both; margin: 10px 0px 0px 0px; padding: 8px 15px; box-sizing:border-box; background-color: #fbfbfb;  border-top: 1px solid #ddd;  border-left: 1px solid #ddd;  border-right: 1px solid #ddd;  }
p.tb_top{clear:both; margin: 10px 0px 0px 0px; padding: 8px 15px; box-sizing:border-box; background-color: #fbfbfb;  border-top: 1px solid #ddd;  border-left: 1px solid #ddd;  border-right: 1px solid #ddd;  }
button, input[type=submit] {  border: 0 none;  outline: none;  cursor: pointer;}
.sbtn {  display: inline-block; font-size: 13px;  line-height: 1;  font-weight: bold;  letter-spacing: -1px;  padding:5px 10px; border-radius: 0px;}
.sbtn.dark { color: #fff;  background: #666;  border: 1px solid #666; }
.sbtn.white { color: #626770;  background: #fff;  border: 1px solid #363c47;  box-shadow: 0 1px 1px #d8d8d8;  border-radius: 0px; }
.sbtn.grey { color: #797877;  background: #e7e5e5;  border: 1px solid #a0a0a0; }
.sbtn.red { color: #fff;  background: #ff414d;  border: 1px solid #ff414d;  }
.sbtn.yellow { color: #fff;  background: #f7b500;  border: 1px solid #f7b500;  }
ul.sbtn_list li{margin-top:3px;}
ul.sbtn_list li:first-child{margin-top:0px;}
.choice{margin-top:5px;}
div.change h3{ font-size:24px; font-weight:bold; color:#666; margin-top:30px; margin-bottom:5px;background: url("/images/mall/h4.gif") no-repeat 0 3px; }
div.popArea{background-color:#f8f8f8; padding:20px; font-size:15px;}
div.popArea h4{font-weight:bold; margin-top:20px; color:#fb366b; font-size:14px; }
div.popArea span{font-weight:bold;}
.mt0{margin-top:0px !important;}



/* 주문상품확인 */
.boardOrder h2{font-size:16px; font-weight:bold; color:#333; margin-bottom:10px; margin-top:30px;}
.boardOrder h3{font-size: 15px; margin-top:20px; margin-bottom:10px;}
.btn_white{padding:5px 20px; border:1px solid #454545;  font-weight:bold; color:#454545;}

/* 마이쇼핑-today */
.mall_tab{position: relative;  overflow: hidden;  width: 100%;  height: 40px;  background: url('/images/mall/tab_line.png'); margin:15px 0px;}
.mall_tab ul{}
.mall_tab ul li{float:left;}
.mall_tab ul li a {  display: inline-block;  margin: 0;  padding: 3px 0 0 0;  vertical-align: middle;  text-align: center;  text-decoration: none !important;  white-space: nowrap;  line-height: 35px;}
.mall_tab ul li.on{background-color: #fc5e08;}
.mall_tab ul li.on a {  width: 162px;  padding: 2px 0;  border: 0px solid #5c5c5c;  border-right: 0;  color: #fff;  font-weight:bold;  text-decoration: none;}
.mall_tab ul li.off a {  width: 160px;  border: 1px solid #c5c5c5;  border-right: 0;  color: #555;  text-decoration: none;  background-color: #f7f7f7;}
.mall_tab ul li:last-child {  border-right: 1px solid #c5c5c5;}


/* Table */
.tb_date{border-collapse: collapse;	border-spacing: 0; table-layout: fixed; margin-bottom: 25px;}
.tb_date tbody th{background-color: #e2e2e2; color: #242424; font-weight: bold;  border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; }
.tb_date tbody td{border-bottom: 1px solid #e2e2e2;border-top: 1px solid #e2e2e2;  border-right: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; color: #333; height:40px; vertical-align:middle; padding:0px 10px;}
.tb_date tbody td ul li{float:left; margin-right:10px;}
.tb_date tbody td input[type="text"]{line-height: 1;  height: 15px;  padding: 3px 0 5px; vertical-align:middle; border: 1px solid #cecece;  border-radius: 0 !important;  -webkit-appearance: none !important;  background: #fff;    color: #4d4d4d;  text-indent: 5px !important; }
.tb_date tbody td select{ height: 25px;  vertical-align:middle; border: 1px solid #cecece; width:90px;  border-radius: 0 !important;  -webkit-appearance: none !important;  background: #fff;    color: #4d4d4d;  text-indent: 5px !important;}


h3 span.stxt{font-weight:normal; color: #898989;  font-size:16px;}

div.period .my_grade{float:left; position:relative; width:310px; text-align:center;}
div.period .my_grade h3{font-size:26px; color:#222; margin:15px 0px;}
div.period .my_grade:after {content:'';display : block; position : absolute; right :0px; top:20px; width :1px; height : 157px; background : #ddd; }
div.period .my_grade a{border:1px solid #111; margin-top:10px; padding:3px 10px; font-size:15px; display:inline-block; cursor:pointer}
ul.total{overflow:hidden; box-sizing:border-box; padding:20px 0;}
ul.total li{float:left; width:157px; text-align:center; margin-left:60px;}
ul.total li div{width:157px; height:157px; background-color:#009CE6; border-radius:10px; color:#fff; box-sizing:border-box;margin:0 auto; padding-top:20px;}
ul.total li h3{font-size:16px; margin-bottom:10px;color:#fff; margin:0; padding:0; }
ul.total li div p.num{font-size:21px; }
ul.total li div p.more{margin-top:15px;}
ul.total li div p.more a{color:#fff; padding:5px 10px; border:1px solid #fff;}
ul.total li.t02 div{background-color:#E02E8C;}
ul.total li.t03 div{background-color:#f7b500;}

/*레프트메뉴 쪽으로 이동*/
ul.total.leftMenu2{padding:0;}
ul.total.leftMenu2 li{float:none; width:100%; margin-left:0;}
ul.total.leftMenu2 li div{width:100%; height:auto; border-radius:0; padding:10px; text-align:left;}
ul.total.leftMenu2 li h3{position:relative; margin-bottom:5px;}
ul.total.leftMenu2 li h3 a{position:absolute; right:0px; top:5px; font-size:14px;}
ul.total.leftMenu2 li div p.num{background:#fff; color:#111; border-radius:5px; padding:5px; text-align:right; font-size:14px;}

div.timg{overflow:hidden; margin-top:15px; position:relative; width:100%; padding:0; border-top:2px solid #00C6D7; border-bottom:1px solid #ddd; padding:50px 30px;}
div.timg ul{width: 100%; margin:0 auto; overflow:hidden;}
div.timg ul li a{float:left; display:inline; width:180px; margin-left:10px; text-align:left;}
div.timg ul li a img{ border:1px solid #d9d9d9 !important; width:140px; height:140px; margin-bottom:10px;}
div.timg ul li a p{margin:0; padding:0;}
div.timg ul li a p.name{ color:#444646; margin-bottom:10px; height:50px;}
div.timg ul li a p.price{margin-top:5px;}
div.timg ul li a p.price .tx_org {color:#b5b5b5;font-size:10px;text-decoration:line-through;vertical-align:middle;}
div.timg ul li a p.price .tx_org > span {display:inline-block;font-size:12px;text-decoration:line-through;vertical-align:0;letter-spacing:-0.02em}
div.timg ul li a p.price .tx_cur {display:inline-block;}
div.timg ul li a p.price .tx_cur > span {display:inline-block;font-size:16px;vertical-align:-1px; color:#dc1508;}
div.timg ul li a p.price .tx_org+.tx_cur {margin:0 0 0 7px;vertical-align:bottom}

div.timg .swiper-button-prev, .swiper-button-next{width:52px; height:52px; margin-top:-20px; }
div.timg .swiper-button-prev{background: url('/images/main/prev.png') no-repeat center top; background-size:52px 52px; left:0;}
div.timg .swiper-button-next{background: url('/images/main/next.png') no-repeat center top; background-size:52px 52px; right:0;}




/* 검색완료페이지 */
div.tit-search h2{text-align: center;  position: relative; margin: clamp(1.5rem, 1.2rem + 1.5vw, 3rem) auto;}
div.tit-search h2 span{display: block; font-size: clamp(1.125rem, 1.063rem + 0.31vw, 1.438rem);  color: #352f29;  padding: 0 18px; }
div.tit-search h2 em{font-family: Tahoma;  font-weight: bold; color: var(--Brand-Color-susub);}
div.mall_container div.boardList ul li.search_none{border:none; text-align:center; width:100%; margin:50px 0px; border-bottom:1px solid #ddd; font-size:15px; color:#898989;}
div.mall_container div.boardList ul li.search_none img{margin-bottom: 10px;}
.mall_container .search {padding: var(--gap-24); border-top: 1px solid #d5d8db; border-bottom: 1px solid #d5d8db; background: #fcfcfd;}
.mall_container .search .searchBox {display: flex; gap: .625rem; height: clamp(2.625rem, 2.5rem + 0.63vw, 3.25rem); width: 100%; max-width: 800px; margin: 0 auto; padding: 0 1.25rem; background-color: #fff; border: 1px solid #DBDBDB; border-radius: 26px;}
.mall_container .search .searchBox .keyWord {appearance: none; border: none; outline: none; background: none; flex: 1; font-size: clamp(1rem, 0.988rem + 0.06vw, 1.063rem);}
.mall_container .search .searchBox .btnSearch {display: flex; justify-content: center; align-items: center; width: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem); aspect-ratio: 1; background: url('/images/newOpen_hp/main/icon_sch.svg') no-repeat center/70%; overflow: hidden; text-indent: -99999px;}

/*상품 리스트 페이징*/
.mall_container .boardPageNav { display: flex; justify-content: center; width: 100%;text-align: center; position: relative; overflow: hidden; margin-top: 30px !important;}
.mall_container .boardPageNav ul{display:inline-block; zoom:1; display:inline;}
.mall_container .boardPageNav ul li{display:inline; }
.mall_container .boardPageNav ul li a{display:block;float:left;width:35px; height:32px; border:1px solid #eaeaea; background:#fbfbfb; font-size: 13px; font-weight:bold; line-height:32px; text-align:center; margin-left:5px;}
.mall_container .boardPageNav ul li.first a{background: url('/images/board/clip/first.gif') no-repeat 0 0; border:none; margin:0; width:35px; height:32px; }
.mall_container .boardPageNav ul li.prev a{background: url('/images/board/clip/prev.gif') no-repeat 0 0; width:35px; height:32px; border:none; }
.mall_container .boardPageNav ul li.next a{background: url('/images/board/clip/next.gif') no-repeat 0 0; width:35px;  height:32px; border:none;}
.mall_container .boardPageNav ul li.last a{background: url('/images/board/clip/last.gif') no-repeat 0 0; border:none;width:35px; height:32px;}
.mall_container .boardPageNav strong a, div.boardPageNav strong {background: #7d7d7d; color: #fff; font-weight: bold; width:100%; height:100%; display:block; border:1px solid #7d7d7d;}

/* BEST */
div#wrap div#container h3 a{margin-left:10px;}
div#wrap div#container div.best{position:relative;}
div#wrap div#container div.best h3{ color:#222; font-size:27px; padding-top:40px; font-weight:600;}
div#wrap div#container div.best div.best_tab{position: absolute;top:0; right:0; z-index:10; }
div#wrap div#container div.best div.best_tab ul{overflow:hidden;}
div#wrap div#container div.best div.best_tab ul li{float:left; margin:0px 5px;}
div#wrap div#container div.best div.best_tab ul li a{display:block; color:#a5a5a5; padding:0px 5px;font-size:13px; padding-top:52px;}
div#wrap div#container div.best div.best_tab ul li.on a{ color:#00c6d7;}
div#wrap div#container div.best div.best_tab ul li a.b00{background: url('/images/main/cate00.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li a.b01{background: url('/images/main/cate01.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li a.b02{background: url('/images/main/cate02.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li a.b03{background: url('/images/main/cate03.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li a.b04{background: url('/images/main/cate04.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li a.b05{background: url('/images/main/cate05.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li a.b06{background: url('/images/main/cate06.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li a.b07{background: url('/images/main/cate07.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li a.b08{background: url('/images/main/cate08.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li a.b09{background: url('/images/main/cate09.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li.on a.b00{background: url('/images/main/cate00_on.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li.on a.b01{background: url('/images/main/cate01_on.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li.on a.b02{background: url('/images/main/cate02_on.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li.on a.b03{background: url('/images/main/cate03_on.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li.on a.b04{background: url('/images/main/cate04_on.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li.on a.b05{background: url('/images/main/cate05_on.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li.on a.b06{background: url('/images/main/cate06_on.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li.on a.b07{background: url('/images/main/cate07_on.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li.on a.b08{background: url('/images/main/cate08_on.png') no-repeat center top;}
div#wrap div#container div.best div.best_tab ul li.on a.b09{background: url('/images/main/cate09_on.png') no-repeat center top;}

div#wrap div#container div.best div.pcon{margin-top:0px;}

div.boardList ul li.search_none{border:none; text-align:center; width:100%; margin:50px 0px; border-bottom:1px solid #ddd; font-size:15px; color:#898989;}
div.boardList ul li.search_none img{margin-bottom: 10px;}

.cate_prd_list > li div.prd_thumb div.inner > h3 {position:absolute;top:1px;left:4px;width:32px;height:23px;background-color:#f3f3f3;padding-top:5px;color:#898989;font-weight:bold;font-size:13px;text-align:center;}
.cate_prd_list > li div.prd_thumb div.inner > h3.first {background:url('/images/mall/best_ico.gif') no-repeat center top; height:25px; padding-top:13px; color:#fff; width:40px;}
.view_list td.pimg .img_zone{position:relative;}
.view_list td.pimg .img_zone > h3 {position:absolute;top:1px;left:4px;width:32px;height:23px;background-color:#f3f3f3;padding-top:5px;color:#898989;font-weight:bold;font-size:13px;text-align:center;}
.view_list td.pimg .img_zone > h3.first {background:url('/images/mall/best_ico.gif') no-repeat center top; height:25px; padding-top:13px; color:#fff; width:40px;}
.view_list td.pimg .img_zone .soldout{width:125px; height:100px; position:absolute; top:0; left:0; background:url('/images/content/soldout.png?v=1') no-repeat center center; background-size:cover; z-index:9999;}
.view_list td.pimg .img_zone .proStop{width:125px; height:100px; position:absolute; top:0; left:0; background:url('/images/content/proStop.png?v=1') no-repeat center center; background-size:cover; z-index:9999;}
.view_list td.pimg .img_zone .proStop2{width:125px; height:100px; position:absolute; top:0; left:0; background:url('/images/content/proStop2.png?v=1') no-repeat center center; background-size:cover; z-index:9999;}


/* 찜한상품 */
table.tbWish{border-collapse:collapse; clear:both; border-top:2px solid #111111;}
table.tbWish td{padding:20px; border:1px solid #ececec; border-right:none; vertical-align:top;}
table.tbWish td:first-child{border-left:none;}
table.tbWish td div.item{position:relative; overflow:hidden;}
table.tbWish td div.item input[type='checkbox']{position:absolute; left:2px;top:2px; box-sizing:border-box;}
table.tbWish td div.item div.pimg{width:150px; margin:0px 30px; float:left; }
table.tbWish td div.item ul{width:60%;float:left;}
table.tbWish td div.item ul li{overflow:hidden; width:100%; margin-top:10px;}
table.tbWish td div.item ul li.prd-name{margin-bottom:10px; font-size:16px; font-weight:500;margin-bottom:20px; margin-top:0; color:#000;}
table.tbWish td div.item ul li strong{width:20%; float:left; font-size:14px; font-weight:400;}
table.tbWish td div.item ul li p{width:80%; float:left;}
table.tbWish td div.item ul li span{font-size:14px; border-radius:0;}
table.tbWish thead td{padding:10px 20px;}
table.tbWish thead td button.delete{background:#fff; border:1px solid #ddd; box-sizing:border-box; margin-left:5px;}
table.tbWish thead td button.cart{border:1px solid #ddd; box-sizing:border-box;}

div.all-select{    clear: both; margin-top: 10px;  padding: 12px 15px;  background-color: #fbfbfb;  border: 1px solid #ddd; border-bottom:none; position:relative; font-size:13px;}
div.all-select div{position:absolute;top:8px; right:15px;}
div.all-select div button.select_cart{font-size:13px; background:#07689f; color:#fff; padding:5px 8px; letter-spacing:-0.08em;}
div.all-select div button.delete{font-size:13px; background:#ff414d; color:#fff; padding:5px 8px; letter-spacing:-0.08em;}

div.wish_Box{margin:10px 0; border:1px solid #0051c9; padding:10px; overflow:hidden}
div.wish_Box .wish_button{float:left; width:150px; padding-right:20px; overflow:hidden}
div.wish_Box .wish_button select{width:100%;}
div.wish_Box .wish_button button{ float:left; margin-top:10px; width:49%; background:#0051c9; color:#fff; font-size:11px;}
div.wish_Box .wish_button .btn_setting{ float:left; width:49%; margin-left:2%; margin-top:10px; display:block; height:30px; background: #ffc93c; color:#111; line-height:30px; font-size:11px; text-align:center; cursor:pointer}
div.wish_bookmark_list{float:left; width:calc(100% - 150px);}
div.wish_bookmark_list h4{color:#111; font-size:16px; padding-bottom:5px; border-bottom:1px solid #ddd; margin-bottom:5px;}
div.wish_bookmark_list .wish_list{position:relative; }
div.wish_bookmark_list .wish_list li{display:inline-block; margin-left:20px; margin-top:5px; font-size:14px;}
div.wish_bookmark_list .wish_list li:first-child{margin-left:0px;}
div.wish_bookmark_list .wish_list li a{color:#111; }
div.wish_bookmark_list .wish_list li.on a{font-weight:600; color:#0051c9;}

div.wish_product_list{width:100%;border:1px solid #ddd;box-sizing:border-box;border-top:2px solid #111;}
div.wish_product_list table.wTable{width:100%;}
div.wish_product_list table.wTable thead th{background:#f6f6f6; line-height:37px; height:37px; border-bottom:1px solid #111;}
div.wish_product_list table.wTable tbody td{text-align:center; padding:3px; border-bottom:1px solid #ccc; font-size:14px;}
div.wish_product_list table.wTable tbody td.t_left{text-align:left; padding:3px 10px;}
div.wish_product_list table.wTable tbody td.t_right{text-align:right; padding:3px 10px;}
div.wish_product_list table.wTable tbody td.t_border{border-left:1px dotted #ccc;}

div.wish_product_list .wish-btns{text-align:center; }
div.wish_product_list .rbutton{display:inline-block; width:80px; padding:5px 5px; }
div.wish_product_list .rbutton.white{margin-top:5px;}

.mybuybox{border:1px solid #0050CD; padding:10px; }


/*배송지리스트*/
.btn_shipping{display:inline-block; padding:3px 5px; background:#333; color:#fff; margin-left:10px; font-size:15px; cursor:pointer;}

/*리뷰페이지*/
.review_table{border-collapse: collapse;	border-spacing:0; margin-bottom:20px;}
.review_table thead th{color:#474747;background-color:#f8f8f8;font-weight:bold;padding:13px 10px 11px 10px;border-bottom:1px solid #606264;border-top:2px solid #606264;}
.review_table tbody td{color:#454545;padding:15px 10px 14px 10px;text-align:center;vertical-align:middle; border-bottom:1px solid #dee2e7;}
.review_table tbody td.t_left{color:#454545;padding:15px 10px 14px 10px;text-align:left;vertical-align:middle;}
.review_table tbody td img{width:100px;height:100px;}
.review_bottom{text-align:right;margin-top:5px;}
.review_table tbody td p{padding:0;margin:0}

ul.start_list{list-style:none; padding:0; margin:0;}
ul.start_list li{float:left;}
ul.start_list li span{display:inline-block; width:22px; height:22px; background: url('/images/main/star.png') no-repeat  0px -22px;background-size:126px 43px;}
ul.start_list li.on span{display:inline-block; width:22px; height:22px; background: url('/images/main/star.png') no-repeat  0px 1px;background-size:126px 43px;}


ul.review_list{width:100%; list-style:none; padding:0; margin:0;}
ul.review_list li{border-bottom:1px solid #ddd; padding:10px;cursor:pointer;}
ul.review_list li div.list_top{position:relative; height:80px; padding-left:120px;  box-sizing:border-box;}
ul.review_list li div.list_top div.img_zone{position:absolute; top:0px; left:10px; width:100px; height:80px;}
ul.review_list li div.list_top a.review_edit{position:absolute; top:0px; right:0px; display:inline-block; padding:5px 10px; background:#002590; color:#fff;}
ul.review_list li div.list_top h4{margin:0;}
ul.review_list li div.list_top h5{margin:0; margin-top:5px; color:#888;}
ul.review_list li div.list_top .prd_ori_star em{color:#aaa;}
ul.review_list li p{margin:0px;}
ul.review_list li p.productName{color:#002590; font-size:14px;}
ul.review_list li p.subject{color:#000; font-size:16px;}
ul.review_list li div.content{display:none; color:#333; font-size:14px; background:#f7f7f7; padding:5px; margin-top:5px;}
ul.review_list li.active div.content{display:block;}
ul.review_list li.active div.list_top{height:auto; }

.chks{display:inline-block; margin-right:10px;}
.chks input[type="radio"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.chks input[type="radio"] + label {display:inline-block;vertical-align:middle;line-height:26px;position:relative;padding-left:35px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
.chks input[type="radio"] + label:before {content:'';position:absolute;left:0px;top:0px;margin:0;width:26px;height:26px;text-align:center;background:#f0f0f0;border:1px solid #B8B8B8;box-sizing:border-box; border-radius:13px;}
.chks input[type="radio"] + label:active:before,
.chks input[type="radio"]:checked + label:active:before {}
.chks input[type="radio"]:checked + label:before {background:#002590;border:1px solid #002590}
.chks input[type="radio"]:checked + label:after {content:"";display:block;position:absolute;width:11px;height:6px;left:6px;top:5.5px;border-width:0 0 3px 3px;border-style:solid;border-color:transparent transparent #fff #fff;transform:rotate(-45deg);-ms-transform:rotate(-45deg)}
.chks input[type="radio"]:focus + label:before {}

/*정기배송 달력팝업*/
.datePopup{width:500px; position: fixed !important; top: 50%; left: 50%; transform: translate(-30%, -40%); background: #fff; border-radius: 15px; padding: 10px; z-index: 1006;}
.datePopup .btn_close i{font-size:20px; color:#000;}
.datePopup table{width:100%; border-top:1px solid #002590;}
.datePopup table thead{}
.datePopup table thead th{background:#066CF6; color:#fff; padding:10px 10px;}
.datePopup table tbody td{border-right:1px solid #eee; border-bottom:1px solid #eee; text-align:center;  padding:5px 10px;}
.datePopup table tbody td:first-child{border-left:1px solid #eee;}
.datePopup table tbody td a{display:block; width:100%; height:100%;}
.datePopup table tbody td:hover{background:#9cd3fb;}
.datePopup table tbody td:hover a{color:#000;}

/*주문내역테이블*/



/*최저가격 ~ 표시*/
.cur_over{font-size:22px; color:red;}
.cur_over .cur_circle{vertical-align: middle; position:relative;}
.cur_over .cur_circle i{color:#23A5DD; cursor:pointer;}
.cur_over .cur_circle .cur_alert{display:none; position:absolute; top:-60px; left:-10px; width:120px; font-size:14px; text-align:center; background:#23A5DD; color:#fff;line-height:1.2; border-radius:10px; padding:5px 10px;}
.cur_over .cur_circle .cur_alert:before{ display: block; content: ''; position: absolute; bottom: -7px; left:18px; width: 0px; height: 0px; border-top: 8px solid #23A5DD; border-left: 8px solid transparent; border-right: 8px solid transparent;  border-bottom: 8px solid none;}


