/*
.reply_update_box {height:140px;}
.reply_update_box > * {float:left;}
.reply_update_box textarea { width:calc(100% - 160px); height:140px; border:0; border-radius:4px; background:#F7F7F7;}
.reply_update_box button[type="button"] { width:140px; height:100%; margin-left:20px; color:#fff; font-weight:500; border:0; border-radius:4px; background:#111;}
*/

/* 이벤트 댓글 등록 버튼 스타일 수정 */
/*.board_viewwrap .board_comment .comment_enter button[type="button"] {width:140px; height:100%; margin-left:20px; color:#fff; font-weight:500; border:0; border-radius:4px; background:#111;}*/

/* 이벤트 관련상품 영역지정 수정 */
.product_slide_wrap {min-height:300px;}

/* 오른쪽하단 퀵메뉴 */

/* 위로버튼 display:none > block으로 재설정 */
.quick_con .quick_menu .btns .top_btn {display:block;}
/* bottom 영역 48에서 > 90으로 변경 (위로버튼추가하며 영역재설정) (위로버튼 생성될경우는 170px로 설정필요) */
.quick_con .quick_menu ul {bottom:90px;}

/* 상품 리스트의 비교하기 팝업 스크롤 아래로 롤링시 new, sale등 아이콘에 이미지와 상품명 가려져서 margin-top 추가 */
.pro_compare_pop .info_fix .top_info .thumb,.info {margin-top:20px;}

/* 메인페이지 팝업 스타일 수정 */
.main_pop .main_popwrap .close {top:-40px; }
.pointer {cursor:pointer;}

/* 2023-03-27 추가//없으면 지도 노출안됨 */
.store_sch_result .map {width:calc(100% - 450px); height:100%; overflow:hidden;}

/* 매장정보 진열상품리스트 자연스럽게 떨어지게 */
.swiper-wrapper2 li {width:180px; height:250px; border:0px solid #eee; float:left; display:block;}

/* 회사소개 글씨 한줄로 나오게 (위아래 왔다갔다 안하게) */
.about_us_tabcon .certification .list_con .list ul li .img.h_300 {height:300px;}	/* 인증서, 특허증 */
.about_us_tabcon .certification .list_con .list ul li .img.h_210 {height:210px;}	/* 수상이력 */


/* 고객지원 > 자료실 border 0처리 */
.border0 {border-bottom:0px solid red;}

/* 베스트 배너 모바일 사이즈 조정 */
.pro_tit_slide .pro_titswiper .swiper-slide img.mo-banner {width:100%; }