<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset */
p {margin:0;}
td,table {color:#444; line-height:1.6; }
button{border:0 none; padding:0; margin:0; background:transparent; *overflow:visible; cursor:pointer; vertical-align:middle;}
button::-moz-focus-inner{border:0; padding:0;}
input{vertical-align:middle;}

a:link {color:#444; text-decoration:none; }
a:visited {color:#444; text-decoration:none; }
a:hover {color:#d9371e; text-decoration:none; }
a:active {color:#444; text-decoration:none; }


.select { color:#444; border:1px solid #ddd; background-color:#fff;}
.input {height:20px; line-height:20px; padding:0 5px; color:#444; border:1px solid #ddd; background-color:#f7f7f7;}
.file_input{height:20px; line-height:20px; color:#444; background-color:#f7f7f7;}
.search_input { height:25px;  padding:0 5px; color: #444; border: #ddd 1px solid; background-color: #fff;}
.search_button{width:75px; height:27px; color:#fff; font-weight:600; background:#737373;}
.textarea{line-height:1.5; color:#444; border:1px solid #ddd; background-color:#f7f7f7}



.AW_bbs_th_list{font-weight:bold; color:#333;}

.AW_bbs_th_view{font-weight:bold; color:#333; background:#f9f9f9; text-align:center; border-right:1px solid #ddd;}
.AW_bbs_td_view{padding-left:10px;}

.center{text-align:center;}
.borderR{border-right:1px solid #ddd;} /* 뷰, 인풋 페이지에서 중간 td 우측에 라인을 주는 용도*/

.bo_search form {display: flex; align-items: center; width: 90%; max-width: 380px; height: 40px; position:relative; border:1px solid #d2d2d2; border-right:none; border-radius: 5px; margin:20px auto; margin-right: 0;}
.bo_search form select {width: 26%; height: 100%; font-size: 1rem; color:#999; padding:0 8px; border:none; border-radius: 5px; background:#fff}
.bo_search form input[type="text"] {width: calc(74% - 49px); height: 100%; font-size: 1rem; padding:0 8px; border:none; margin-left:12px; border-radius: 5px;}
.bo_search form button[type="submit"] {position:absolute; width: 40px; height: calc(100% + 2px); font-size: 1.5rem; right:0; color:#e95a2f; border:1px solid #e95a2f; background:#fff; border-radius: 5px;}
.bo_search form button[type="submit"]:hover {background:#e95a2f; color:#fff;}
.bo_search form .stick {width: 1px; height: 50%; background:#d2d2d2; position:absolute; left:calc(26% + 6px);}

/* 인쇄하기 */
.print-btn{display:inline-block; height:22px; line-height:22px; font-size:11px; color:#fff; letter-spacing:-0.02em; padding:0 8px; border-radius:2px; box-shadow:1px 1px 0px rgba(0,0,0,0.1); cursor:pointer; background:#f58320; border:1px solid #f58320;}
.print-btn, .print-btn *{vertical-align:middle;}
.print-btn img{margin-right:3px;}



@media (max-width:768px){
	.bo_search form {width:100%;}
}</pre></body></html>