@charset "utf-8";
@import "item.css";
@import "board.css";

/* 내 게시물 { */
#ond-myboard section {
	margin-top: 80px;
}
#ond-myboard section:first-child {
	margin: 0;
}
.ond_myp_tit {
    position: relative;
    margin-bottom: 20px;
    line-height: 1em;
    font-family: "noto-sans-scott-m";
    font-size: 20px;
}
.ond_myp_tit a {
    position: absolute;
    right: 0;
    font-family: "noto-sans-scott-dl";
    font-size: 14px;
    color: #666;
}
/* } 내 게시물 */

/* 검색 결과 { */
.ond_search_bar {
	width: 100%;
    padding: 65px 0;
    background: #fafafa;
	height:auto;
}
.ond_search_bar div {
	width:600px;
	margin:0 auto;
	overflow:hidden;
}
.ond_search_bar input, .ond_search_bar button {
    float: left;
    height: 45px;
    background: none;
    border: none;
    border-bottom: 1px solid #d6d6d6;
}
.ond_search_bar input {
	width:555px;
	font-size:20px;
	color:#444;
}
.ond_search_bar button {
    width: 45px;
    font-size: 30px;
    color: #222;
}
.ond_search_wrap {
	width: 1200px;
	margin: 0 auto;
}
.ond_rs_search_bar {
	width: 100%;
	padding: 65px 0;
	background: #fafafa;
}
.ond_rs_search_bar div {
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
}
.ond_rs_search_bar input, .ond_rs_search_bar button {
	float: left;
	height: 45px;
	background: none;
	border: none;
	border-bottom: 1px solid #d6d6d6;
}
.ond_rs_search_bar input {
	width: 555px;
	font-size: 20px;
	color: #444;
}
.ond_rs_search_bar button {
	width: 45px;
	font-size: 30px;
	color: #222;
}

.ond_search_inform {
	padding: 60px 0;
	text-align: center;
}
.ond_search_inform p {
	color: #666;
}
.ond_search_inform b {
	color: #86a63f;
}
.ond_search_inform ul {
	display: table;
	margin: 50px auto 0;
	overflow: hidden;
}
.ond_search_inform li {
	float: left;
	margin-left: 70px;
}
.ond_search_inform li:first-child {
	margin: 0;
}
.ond_search_inform a {
	display: block;
	line-height: 35px;
	font-size: 20px;
	color: #999;
}
.ond_search_inform .on {
	border-bottom: 2px solid #222;
	font-family: "noto-sans-scott-m";
	color: #222;
}

.ond_search_result section {
	margin-top: 75px;
}
.ond_search_result section:first-child {
	margin: 0;
}
.ond_search_result h3 {
	position: relative;
	margin-bottom: 20px;
	line-height: 1em;
	font-family: "noto-sans-scott-m";
	font-size: 20px;
}
.ond_search_result h3 a {
	position: absolute;
	right: 0;
	font-family: "noto-sans-scott-dl";
	font-size: 14px;
	color: #666;
}

.ond_item_list > li {
	height: 449px;
}
/* } 검색결과 */