/*
	[프로그램팀 맞춤제작 및 수정 CSS]

	copyright(c) 상상너머·원데이넷 all rights reserved.
	허용된 라이센스이외 무단도용재배포를 금합니다.

	※ css 추가 시, 반드시 날짜와 작업자 이니셜을 기재바랍니다.
*/

/* 상품후기 이미지 수정 kms 2019-08-02 */
.c_board_list .thumb img {min-height:50px;}


/* SSJ : 아이테그유 신규 맞춤제작 : 2021-12-24 */
.item_list .js_list_relation_slide .swiper-slide {clear:none !important;}


/* 공통 로딩 */
.common_loading {position:absolute; left:50%; top:50%; z-index:100000000; display:flex; justify-content: center; align-items: center; flex-direction:column; text-align:center; width:200px; height:200px;}
.common_loading {margin:-100px 0 0 -100px;}
.common_loading .in_box {position:relative; background:rgba(255,255,255,0.9);; width:200px; height:200px; border-radius:100px; box-sizing:border-box; box-shadow:0 0 20px rgba(0,0,0,0.1);}
.common_loading .in_box {display:flex; justify-content:center; align-items:center; flex-direction:column;}
.common_loading .tit {color:#000; font-size:13px; line-height:1.3; font-weight:500; margin-top:5px; text-align:center;}
.common_loading .tit strong {display:block;}
.common_loading .icon {width:60px; height:60px; display:flex; justify-content:center; align-items:center; flex-direction:column;}
.common_loading .icon {background:transparent url('../images/customize/log_loading.gif') center center no-repeat; background-size:60px;}
.common_loading .icon img {display:none;}


