@charset "UTF-8";

/* 테이블 그레이 목록 */
table.table_gray_list { width:100%; border-collapse:separate; border-spacing:1px 1px; background-color:#e6e6e6; table-layout:fixed; font-family:'돋움',Dotum,Gulim,sans-serif; font-size:12px; color:#565656; }
table.table_gray_list caption { display:none; }
table.table_gray_list th { padding:8px 0; background-color:#f4f4f4; text-align:center; }
table.table_gray_list th.left { padding:8px 2px; text-align:left; }
table.table_gray_list th.center { padding:8px 2px; text-align:center; }
table.table_gray_list td { overflow:hidden; padding:5px 6px; background-color:#fff; text-align:center; white-space:nowrap; }
table.table_gray_list td a { color:#5c7080; }
table.table_gray_list td a:link    { color:#5c7080; }
table.table_gray_list td a:visited { color:#5c7080; }
table.table_gray_list td a:hover   { color:#565656; }
table.table_gray_list td a:active  { color:#5c7080; }
table.table_gray_list td.left { text-align:left; }
table.table_gray_list td.right { text-align:right; }
table.table_gray_list td.blank { padding:30px 0; background-color:#fff; font-weight:bold; text-align:center; }
table.table_gray_list td img { vertical-align:middle; }

/* 테이블 그레이 뷰 */
table.table_gray_view { width:100%; border-collapse:separate; border-spacing:1px 1px; background-color:#e6e6e6; table-layout:fixed; font-family:'돋움',Dotum,Gulim,sans-serif; font-size:12px; color:#565656; }
table.table_gray_view caption { display:none; }
table.table_gray_view th { padding:8px 10px; background-color:#f4f4f4; text-align:center; }
table.table_gray_view th.left { text-align:left; }
table.table_gray_view th.center { text-align:center; }
table.table_gray_view td { overflow:hidden; padding:5px 6px; background-color:#fff; text-align:left; }
table.table_gray_view td a { color:#5c7080; }
table.table_gray_view td a:link    { color:#565656; }
table.table_gray_view td a:visited { color:#565656; }
table.table_gray_view td a:hover   { color:#565656; }
table.table_gray_view td a:active  { color:#565656; }
table.table_gray_view td.right { text-align:right; }
table.table_gray_view td.center { text-align:center; }
table.table_gray_view td.blank { padding:9px 0 7px 0; background-color:#fff; font-weight:bold; text-align:center; }
table.table_gray_view td img { vertical-align:middle; }

/* 로딩바 */
#loading_wrap {
	z-index:1000;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}

#loading_bar {
	z-index:2000;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-62px;
	margin-left:-62px;
	text-align:center;
}

/* 휴대폰 결제 레이어 */
#pay_mobile_layer {
	z-index:3000;
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width:700px;
	height:500px;
	margin-top:-250px;
	margin-left:-350px;
}
