<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 공통속성 */
.w90 { width: 90% !important; }
.mt-10 { margin-top: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-60 { margin-bottom: 60px !important; }

a.bt1,
input.bt1 {
	display: inline-block;
	min-width: 110px;
	margin-left: 5px;
	padding: 8px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #b5a488;
	background: transparent;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #b5a488;
}
a.bt1:first-child,
input.bt1:first-child {
	margin-left: 0;
}
a.bt1.on,
input.bt1.on {
	background-color: #b5a488 !important;
	color: #fff;
}
a.bt2,
input.bt2 {
	display: inline-block;
	margin-left: 5px;
	padding: 3px 7px 4px 7px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #b5a488;
	background: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #b5a488;
}
a.bt2:first-child,
input.bt2:first-child {
	margin-left: 0;
}
a.bt2.on,
input.bt2.on {
	background-color: #b5a488 !important;
	color: #fff;
}
a.bt2.off,
input.bt2.off {
	border-color: #999;
	color: #999;
}
a.bt3,
input.bt3 {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	height: 42px;
	box-sizing: border-box;
	border-radius: 2px;
	background: #999;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
a.bt3.on,
input.bt3.on {
	background: #b5a488;
}

.bt3_item2 { font-size: 0; }
.bt3_item2 a.bt3,
.bt3_item2 input.bt3 {
	width: 49%;
	margin-left: 2%;
}
.bt3_item2 a.bt3:first-child,
.bt3_item2 input.bt3:first-child {
	margin-left: 0;
}

input.ipt1 {
	padding: 10px;
	border-radius: 5px;
	background: #f5f5f5;
	font-size: 15px;
}

input.w80 {
	width: 80%;
}

@media ( max-width: 800px ) {
	a.bt1,
	input.bt1 {
		min-width: 80px;
		padding: 4px 10px;
		font-size: 13px;
	}
	a.bt3,
	input.bt3 {
		margin-top: 20px;
		padding: 8px 0 9px 0;
		font-size: 14px;
	}
	input.ipt1,
	input.ipt2 {
		font-size: 13px;
	}
}



/* 검색입력 */
.search_ipt { position: relative; display: inline-block; vertical-align: middle; }
.search_ipt input[type="text"] { display: block; width: 500px; padding: 10px 60px 11px 15px; box-sizing: border-box; background: #fff; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); font-size: 20px; color: #222; }
.search_ipt input[type="button"] { position: absolute; top: 15px; right: 15px; display: inline-block; width: 21px; height: 21px; vertical-align: middle; background: transparent url(/resources/img/comm/gnb_search.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; }
.search_ipt input[type="submit"] { position: absolute; top: 15px; right: 15px; display: inline-block; width: 21px; height: 21px; vertical-align: middle; background: transparent url(/resources/img/comm/gnb_search.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; }

/* header 검색입력 */
.search_ipt_all { position: relative; display: inline-block; vertical-align: middle; }
.search_ipt_all input[type="text"] { display: block; width: 500px; padding: 10px 60px 11px 15px; box-sizing: border-box; background: #fff; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); font-size: 20px; color: #222; }
.search_ipt_all input[type="button"] { position: absolute; top: 15px; right: 15px; display: inline-block; width: 21px; height: 21px; vertical-align: middle; background: transparent url(/resources/img/comm/gnb_search.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; }
.search_ipt_all input[type="submit"] { position: absolute; top: 15px; right: 15px; display: inline-block; width: 21px; height: 21px; vertical-align: middle; background: transparent url(/resources/img/comm/gnb_search.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; }
/* 표 */
.tbl1 {
	width: 100%;
	border-top: 2px solid #b5a488;
}

.tbl1 th,
.tbl1 td {
	border: 1px solid #ddd;
	font-size: 15px;
}

.tbl1 th {
	padding: 10px;
	background: #f5f5f5;
	font-weight: 400;
}

.tbl1 td {
	padding: 10px 15px;
	font-weight: 300;
}

@media (max-width: 1000px ) {
	.tbl1 th,
	.tbl1 td {
		border: 1px solid #ddd;
		font-size: 12px;
		word-break: break-all;
	}
}

/* 메시지 */
.message { margin-top: 10px; font-size: 14px; color: #000; display:none;}
.message.error { color: red; }
.message.confirm { color: #b5a488; }

/* 체크박스, 라디오버튼 */
.chk1,
.radio1 {
	display: none;
}
.chk1 + label,
.radio1 + label {
	padding-left: 24px;
	font-size: 15px;
	cursor: pointer;
}
@media ( max-width: 800px ) {
	.chk1 + label,
	.radio1 + label {
		font-size: 14px;
	}
}
.chk1 + label { background: url(/resources/img/contents/chk1.png) no-repeat 0 3px; background-size: 16px; }
.chk1:checked + label { background-image: url(/resources/img/contents/chk1_on.png); }
.radio1 + label { background: url(/resources/img/contents/radio1.png) no-repeat 0 3px; background-size: 16px; }
.radio1:checked + label { background-image: url(/resources/img/contents/radio1_on.png); }

/* 셀렉트박스 */
.select1 {
	display: inline-block;
	padding: 10px 27px 10px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #f5f5f5 url(/resources/img/comm/select1_arrow.png) no-repeat 100% 50% /20px;
	font-size: 15px;
	font-weight: 400;
}

/* 이미지 교체, 삭제 버튼 */
.bt_add,
.bt_change,
.bt_del {
	display: block;
    width: 40px;
    padding: 3px 0;
    border-radius: 2px;
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}</pre></body></html>