
/*
	[디자인팀 맞춤제작 및 수정 CSS]

	copyright(c) 상상너머·원데이넷 all rights reserved.
	허용된 라이센스이외 무단도용재배포를 금합니다.

	※ css 추가 시, 반드시 날짜와 작업자 이니셜을 기재바랍니다.
*/


.view_btn .btn_soldout {background:#fff; border:1px solid #ccc; cursor:default; color:#999; font-weight:400;}

/* 로그인 화면 패칙 */
.if_none_member {margin-top:-21px; background:#fff; position:relative;}
.if_none_member .ul {width:50%; margin:0 auto; border-top:1px solid #ddd;}
.if_none_member:before {content:""; width:30%; height:30px; background:#fff; position:absolute; right:0; top:-40px;}



/* 주문/결제 :: KHY 2021-06-10 */
.c_form .pay_select {display: block; overflow: hidden; margin: 0 -5px; width: auto;}
.c_form .pay_select li {display: inline-block; float: left; width: 25%; padding: 0 5px; box-sizing: border-box;}
.c_form .pay_select li:nth-of-type(4n)+ li {clear: both;}
.c_form .pay_select li:nth-of-type(4)~ li {margin-top: 10px;}
.c_form .pay_select .lineup {border-color: #e5e5e5;}
.c_form .use_kakaopay .lineup {background: transparent url('../images/c_img/ic_pay_kakao.png') center 21px no-repeat; background-size: auto 15px !important;}
.c_form .use_naverpay .lineup {background: transparent url('../images/c_img/ic_pay_naver.png') center 21px no-repeat; background-size: auto 17px !important;}

/* // JJC : 간편결제 - 페이플 : 2021-06-05 */
.c_form .use_payple .lineup {background:transparent url('../images/c_img/ic_pay_payple.png') center 20px no-repeat; background-size:auto 15px;}


/* 상품박스 높이 고정값,라인 제거 :: KHY 2021-06-10 */
.item_list ul {margin-top: -30px;}
.item_box {margin-top: 30px;}
.item_box .info {border: 0; padding: 0; margin-top: 15px; text-align: left;}
.item_box .info .name_box {height: auto;}
.item_box .info .item_name {margin-top: 0;}
.item_list.if_col2 ul {margin-top: -20px;}
.item_list.if_col2 .item_box {margin-top: 20px;}
.item_list.if_col2 .info {margin-top: 0;}
.item_list.if_col5 .info {padding: 0;}
.item_list.if_col5 .name_box {height: auto;}
.sub_best .item_list.if_col3 .item_box {margin-bottom: 25px;}
.sub_best .item_list.if_col3 .info {height: auto;}
.sub_best .item_box {margin-bottom: 20px;}
.sub_best .item_list.if_col5 .item_box {margin-bottom: 15px;}
.main_ctg .item_list .info {height: auto; padding-bottom: 0;}
.main_ctg .item_list.if_col3 .after {margin-top: 0;}
.main_ctg .item_list.if_col5 .info {padding: 0;}
.view_relative .item_list .info {height: auto;}
.main_md .rolling_icon {margin-top: 0;}