/* INDEX */
#index-content {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	overflow:hidden;
}
#idxRow {
	width:1000px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
#index_head {
	margin:30px 0 0 0;
	overflow:hidden;
}
#index_head .index_visual {
	float:left;
	width:730px;
	height:377px;
	background-image:url('../image/common/index_visual.png');
	background-position:50% 50%;
	background-repeat:no-repeat;
	border:0;
	border-radius:5px;
	display:block;
}
#index_head .linkBox {
	float:right;
	width:250px;
	margin:-2px 0 0 0;
	padding:0;
	list-style:none;
	display:block;
}
#index_head .linkBox li {
	margin:2px 0;
	padding:0;
}

/* 상표진행현황 & 공지사항 */
#lt_board {
	margin:0;
	overflow:hidden;
}
#lt_board .lt_progress_wrap {
	float:left;
	width:560px;
	height:250px;
	border-radius:5px;
	display:block;
}
#lt_board .lt_progress_wrap h1 {
	font-family:'NanumGothicBold', sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	line-height:40px;
	padding:0 10px;
	background:#b71c1c;
	border-bottom:0;
	border-radius:5px 5px 0 0;
	text-align:left;
	overflow:hidden;
}
#lt_board .lt_progress {
	height:210px;
	padding:8px 10px;
	border:1px solid #ccc;
	border-top:0;
	border-radius:0 0 5px 5px;
	display:block;
}
#lt_board .lt_notice {
	float:right;
	width:420px;
	height:250px;
	border:1px solid #ccc;
	border-radius:5px;
	vertical-align:top;
	overflow:hidden;
	display:block;
}
#lt_board .lt_notice h1 {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0;
	padding:0 10px;
	background:#f7f7f7;
	border-bottom:1px solid #eaeaea;
	overflow:hidden;
	display:block;
}
#lt_board .lt_notice h1 span {
	float:left;
	font-family:'NanumGothicBold', sans-serif;
	font-size:16px;
	color:#333;
	line-height:40px;	
	text-align:left;
	overflow:hidden;
}
#lt_board .lt_notice h1 a {
	position:absolute;
	top:50%;
	right:10px;
	width:26px;
	height:26px;
	background-color:#fff;
	background-image:url('../image/common/plus.svg');
	background-size:12px 12px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	border:1px solid #eaeaea;
	transform:translateY(-50%);
	display:block;
}
#lt_board .lt_notice .content {
	height:210px;
	padding:8px 10px;
	display:block;
}

/* 등록완료상표 */
#regist {
	margin:20px 0 0 0;
	padding:0;
	border:1px solid #ccc;
	border-radius:5px;
	text-align:left;
	overflow:hidden;
}
#regist h1 {
	font-family:'NanumGothicBold', sans-serif;
	font-size:16px;
	color:#333;
	line-height:40px;
	padding:0 0 0 10px;
	background:#f7f7f7;
	border-bottom:1px solid #eaeaea;
	overflow:hidden;
	display:block;
}
#regist .scroll {
	padding:10px;
	overflow:hidden;
	display:block;
}

/* 무료상표검색 */
#brand_search {
	margin:20px 0 0 0;
	border:1px solid #ccc;
	border-radius:5px;
	text-align:left;
	overflow:hidden;
}
#brand_search h1 {
	font-family:'NanumGothicBold', sans-serif;
	font-size:16px;
	color:#333;
	line-height:40px;
	padding:0 0 0 10px;
	background:#f7f7f7;
	border-bottom:1px solid #eaeaea;
	overflow:hidden;
	display:block;
}
#brand_search .bs_link {
	padding:0 10px 10px 10px;
	overflow:hidden;
}
#brand_search .bs_link ul {
	width:100%;
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	display:table;
}
#brand_search .bs_link ul li {
	width:14.3%;
	margin:0;
	padding:0;
	text-align:center;
	display:table-cell;
}
#brand_search .bs_link ul li:nth-child(1) {
	width:14.2%;
}
#brand_search .bs_link img {
	border:1px solid #e9e9e9;
}
#brand_search .bs_link p {
	font-family:'NanumGothicBold', sans-serif;
	font-size:13px;
	color:#555;
	line-height:30px;
	margin:0;
	padding:0;
}

/* POPUP */
.event_popup_footer {
	padding:10px 5px;
	background:#333;
	text-align:right;
}
.pop_con {
	background:#fff;
	border:5px solid #333;
}
.pop_con h1 {
	font-family:'NanumGothicBold', sans-serif;
	font-size:20px;
	color:#fff;
	line-height:1.5em;
	font-weight:normal;
	padding:10px;
	background:#333;
}
.pop_con .pop_con_inner {
	font-family:'NanumGothic', sans-serif;
	font-size:13px;
	color:#555;
	line-height:1.5em;
	padding:20px 15px;
	text-align:left;
}
.pop_con .pop_con_inner h1 {
	font-family:'NanumGothicBold', sans-serif;
	font-size:16px;
	color:#333;
	line-height:1.5em;
	font-weight:normal;
	padding:0;
	background:none;
	text-align:center;
}
.pop_con .pop_con_inner h2 {
	font-family:'NanumGothic', sans-serif;
	font-size:15px;
	color:#333;
	line-height:1.5em;
	font-weight:normal;
	padding:0;
	background:none;
	text-align:center;
}
.pop_con .pop_con_inner ul {
	margin:10px 0;
	padding:20px 0;
	border:1px solid #ccc;
	overflow:hidden;
}
.pop_con .pop_con_inner ul li {
	font-family:'NanumGothicBold', sans-serif;
	margin:0 10px 0 25px;
	padding:5px 0;
	list-style:square;
}
.pop_con .pop_con_inner ul li ol {
	margin:0;
	padding:0;
	overflow:hidden;
}
.pop_con .pop_con_inner ul li ol li {
	font-family:'NanumGothic', sans-serif;
	line-height:1.5em;
	margin:0 0 0 25px;
	padding:0;
	list-style:disc;
}
.pop_con .pop_con_inner p {
	font-family:'NanumGothicBold', sans-serif;
	font-size:16px;
	color:#333;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
}
.popup_footer {
	padding:5px;
	background:#333;
	text-align:right;
}
.popup_footer .pop_check {
	font-family:'NanumGothicBold', sans-serif;
	font-size:13px;
	color:#fff;
	padding:5px 10px;
	display:inline-block;
}
.popup_footer .pop_close {
	font-family:'NanumGothicBold', sans-serif;
	font-size:13px;
	color:#fff;
	padding:5px 10px;
	background:#000;
	display:inline-block;
	cursor:pointer;
}

/* 20191002 세일배너 추가 */
#saleEvent {
	width:1020px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}