
/*
	[프로그램팀 맞춤제작 및 수정 CSS]

	copyright(c) 상상너머·원데이넷 all rights reserved.
	허용된 라이센스이외 무단도용재배포를 금합니다.

	※ css 추가 시, 반드시 날짜와 작업자 이니셜을 기재바랍니다.
*/

/* 2018-10-04 SSJ :: 본인인증 사용 추가 */
.c_form .input_box.auth .c_btn {float:left; width:110px;}
.c_form .input_box.auth .input_design {width:260px;}
/* horiz */
@media screen and (max-width:650px) {
    .c_form .input_box.auth .input_design {width:100%;}
    .c_form .input_box.auth .c_btn {margin-left:0; width:100%;}
}

/* 상품후기 이미지 수정 kms 2019-08-02 */
.c_board_list .thumb img {min-height:80px;}


/* LCY : 2022-09-21 : PREVIEW(미리보기) 화면에서는 상하단 안나오게 처리 */
body.if_preview .header,
body.if_preview .hd_nav,
body.if_preview .footer,
body.if_preview .fix_footer,
body.if_preview .fly_right,
body.if_preview .cart_box
{ display: none !important; }


body.if_preview .wrap{ padding-top:0 !important; }
/*body.if_preview .ma_item,body.if_preview .ma_md{  margin-top:0 !important; }*/