@charset "utf-8";

/* 메인 팝업레이어 { */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:1200px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}
/* } 메인 팝업레이어 */

/* 캡챠 { */
#captcha {
	position: relative;
}
#captcha #captcha_img {
	width: 128px;
	height: 48px;
	border: 1px solid #eee;
}
#captcha #captcha_key {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	margin-top: 10px;
	padding: 0 20px;
	font-size: 15px;
	color: #222;
}
#captcha #captcha_mp3, #captcha #captcha_reload {
	position: absolute;
	top: 0;
	width: 90px;
	height: 50px;
	border: none;
	background: #222;
	font-size: 15px;
	color: #fff;
}
#captcha #captcha_mp3 {
	left: 140px;
}
#captcha #captcha_reload {
	left: 240px;
}
/* } 캡챠 */
/* 기본 버튼 { */
.ond_b_btn {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	border: 1px solid #444;
	background-color: #fff;
	color: #444;
}
.ond_b_btn.bk {
	border-color: #111;
	background-color: #111;
	color: #fff;
}
.ond_b_btn.no {
	cursor: default;
	border-color: #ccc;
	background-color: #ccc;
	outline: none;
	color: #fff;
}
.ond_s_btn {
	display: inline-block;
	height: 25px;
	line-height: 23px;
	padding: 0 15px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #444;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	background: #fff;
}
.ond_s_btn.bk {
	background: #86a63f;
	color: #fff;
	border-color:#86a63f;
}
.ond_p_btn {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	background: none;
	background-color: none;
	border: 1px solid #444;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	color: #444;
}
.ond_p_btn.bk {
	border-color: #222;
	background-color: #222;
	color: #fff;
}
/* } 기본 버튼 */
/* input[type="checkbox"] { */
.ond_chk_lbl {
	position: relative;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 35px;
	font-size: 15px;
	cursor: pointer;
}
.ond_chk_lbl:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.ond_chk_lbl:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 8px;
	width: 4px;
	height: 8px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
}
.ond_ipt_chk {
	top: auto;
}
.ond_ipt_chk:focus + .ond_chk_lbl {
	font-family: "noto-sans-scott-r";
	text-decoration: underline;
}
.ond_ipt_chk:checked + .ond_chk_lbl:before {
	border: none;
	background: #86a63f;
}
.ond_ipt_chk:checked + .ond_chk_lbl:after {
	border-color: #fff;
}
/* } input[type="checkbox"] */
/* input[type="radio"] { */
.ond_rdo_lbl {
	position: relative;
	padding-left: 30px;
	font-size: 15px;
	cursor: pointer;
}
.ond_rdo_lbl:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.ond_ipt_rdo {
	top: auto;
}
.ond_ipt_rdo:checked + .ond_rdo_lbl:before {
	border: 6px solid #111;
}
/* } input[type="radio"] */
/* input[type="text/email/password"] { */
.ond_ipt_box {
	position: relative;
}
.ond_ipt_txt {
	position: relative;
	padding-right: 30px;
	background: none;
	z-index: 1;
}
.ond_ipt_txt.pw {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 2;
}
.ond_ipt_txt ~ .ond_txt_del, .ond_ipt_txt ~ .ond_txt_show {
	position: absolute;
	top: 8px;
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
	color: #ccc;
	z-index: 2;
}
.ond_ipt_txt ~ .ond_txt_del {
	display: none;
	right: 0;
}
.ond_ipt_txt ~ .ond_txt_show {
	right: 25px;
}
.ond_ipt_msg {
	display: none;
	clear: both;
	padding-top: 10px;
	font-size: 13px;
	color: #999;
}
.ond_ipt_msg.msg, .ond_ipt_msg.err {
	display: block;
}
.ond_txt_lbl.err, .ond_ipt_txt.err, .ond_ipt_msg.err {
	border-color: #cc0018 !important;
	color: #cc0018 !important;
}
/* } input[type="text/email/password"] */
/* input[type="file"] { */
.ond_file {
	overflow: hidden;
}
.ond_ipt_file {
	top: auto;
}
.ond_file_txt, .ond_file_lbl {
	float: left;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.ond_file_txt {
	width: 370px !important;
	background: none;
}
.ond_file_lbl {
	width: 80px;
	height: 40px;
	line-height: 38px;
	margin-left: -1px;
	background: #f3f3f3;
	text-align: center;
	font-size: 15px;
	color: #999;
	cursor: pointer;
}
/* } input[type="file"] */

/* 기본 테이블 { */
.ond_comm_tbl {
	width: 100%;
    border-top: 2px solid #111;
	border-collapse: collapse;
	font-size: 15px;
}
.ond_comm_tbl tr {
    border-bottom: 1px solid #eee;
}
.ond_comm_tbl thead tr {
    border-color: #999;
}
.ond_comm_tbl th, .ond_comm_tbl td {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.ond_comm_tbl th {
	padding: 18px 0;
    font-family: "noto-sans-scott-m";
}
.ond_comm_tbl td {
    padding: 16px 10px;
	text-align: center;
}
.ond_comm_tbl td > div {
	margin-top: 10px;
}
.ond_comm_tbl td:after, .ond_comm_tbl td > div:after {
	content: '';
	display: table;
	clear: both;
}
.ond_comm_tbl td > div:first-child {
	margin: 0;
}
.ond_comm_tbl input[type=text], .ond_comm_tbl input[type=password], .ond_comm_tbl select, .ond_comm_tbl textarea {
	border: 1px solid #ddd;
}
.ond_comm_tbl input[type=text], .ond_comm_tbl input[type=password], .ond_comm_tbl select {
	height: 40px;
	padding: 0 10px;
}
.ond_empty {
    position: relative;
    width: 100% !important;
    padding: 30px 0 !important;
    line-height: 1em;
    text-align: center;
    font-size: 18px;
    color: #999 !important;
}
.ond_empty:before {
    content: '!';
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    margin: 0 auto 20px;
    border: 2px solid #ddd;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #ddd;
}
/* } 기본 테이블 */
/* 검색바 { */
.ond_search_bar {
	margin-bottom: 20px;
	width:100%;
	background:#f7f7f7;
	height:120px;
	display:table;
	position:relative;
}
.ond_search_bar:after {
	content: '';
	display: table;
	clear: both;
}
/*.ond_search_bar p {
	float: left;
	line-height: 40px;
	font-size: 14px;
	color: #999;
}
*/
.ond_search_bar span {
	color: #222;
}
.ond_search_bar form {
	/*float:right*/
	overflow: hidden;
	display:table-cell;
	vertical-align:middle;
	padding-left:325px;
}
.ond_search_bar .ond_select, .ond_search_bar .ond_text, .ond_search_bar .ond_button {
	float: left;
	height: 40px;
	border: 1px solid #ddd;
}
.ond_search_bar .ond_select {
	width: 140px;
}
.ond_search_bar .ond_text {
	width: 335px;
	margin-left: 5px;
	text-indent: 10px;
	border-right: none;
}
.ond_search_bar .ond_button {
	width: 70px;
	background: #38352d;
	border-left: none;
	font-size: 14px;
	color: #fff;
}
/* } 검색바 */
/* 페이지네이션 { */
.ond_pagination .ond_pg {
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.ond_pagination strong, .ond_pagination a {
	float: left;
	text-align: center;
	width: 30px;
	height: 30px;
	margin: 0 2px;
	line-height: 28px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	font-size: 13px;
	color: #666;
}
.ond_pagination .ond_start, .ond_pagination .ond_prev, .ond_pagination .ond_next, .ond_pagination .ond_end {
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #ddd;
}
.ond_pagination .ond_start {
	background-image: url(../images/pg_start.png);
}
.ond_pagination .ond_prev {
	background-image: url(../images/pg_prev.png);
}
.ond_pagination .ond_next {
	background-image: url(../images/pg_next.png);
}
.ond_pagination .ond_end {
	background-image: url(../images/pg_end.png);
}
.ond_pagination strong {
	border: 1px solid #86a63f;
	background: #86a63f;
	color: #fff;
}
/* } 페이지네이션 */
