@charset "utf-8";

.bo-wrap {width:100%; height:auto;}

/* list */
.bo-lst {width:100%; height:auto; font-size:14px; border-bottom:1px solid #221e1f;}
.bo-lst table {width:100%; height:auto;}
.bo-lst thead th {border-top:1px solid #221e1f; background:#f8f8f8; padding:20px 0; text-align:center; font-weight:700;}
.bo-lst tbody th, .bo-lst tbody td {border-top:1px solid #d7d6d5; padding:20px 0; text-align:center; position:relative; color:#75706c;}
.bo-lst tbody .tt {text-align:left;}
/* .bo-lst tbody td a {display:block; width:90%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; overflow:hidden;} */
.bo-lst tbody a:hover {text-decoration:underline; color:#000;}

/* search */
.bo-sch {width:100%; height:auto; display:flex; flex-wrap:wrap; justify-content:center; margin-top:80px; font-size:14px;}
.bo-sch input[type="text"] {width:250px; padding:11px 10px; margin:0 20px; border-bottom:1px solid;}
.bo-sch button[type="submit"] {width:100px; padding:13px 0; background-color:var(--main-color); color:#fff;}
.nice-select {width:120px; height:40px; padding:0 5px; border-radius:0; border:0; border-bottom:1px solid; font-weight:700;}
.nice-select:after {width:7px; height:7px; margin-top:-7px; border-bottom:1px solid #514e4e; border-right:1px solid #514e4e; }
.nice-select:active, .nice-select.open, .nice-select:focus {border-color:#000;}
.nice-select .list {width:100%; margin-top:1px; box-shadow:none; border-radius:0; border:1px solid #98969b;}

/* view */
.bo-lst-btn {display:inline-block; font-weight:500; font-size:14px; color:var(--main-color);}
.bo-lst-btn .ico {display:inline-block; vertical-align:middle; width:24px; height:24px; margin-right:10px; border-radius:24px; background-color:var(--main-color); color:#fff;}
.bo-lst-btn .ico:before {width:6px; height:6px; border:1px solid currentColor; border-right-width:0; border-bottom-width:0; transform:rotate(-45deg); top:9px; left:7px;}
.bo-lst-btn .ico:after {width:13px; height:1px; background-color:currentColor; top:12px; left:7px;}

.bo-view-tit {width:100%; height:auto; margin-top:32px;}
.bo-view-tit h2 {font-size:20px; line-height:1.2;}
.bo-view-tit p {padding:1rem 0; color:#75706c;}

.bo_view_cont {width:100%; height:auto; padding:72px 0; border:2px solid #d7d6d5; border-left:0; border-right:0;}

/* view button */
.bo-btn.view {border-top:0; font-size:1em;}


@media screen and (max-width: 667px) {
	.bo-lst thead th, .bo-lst tbody th, .bo-lst tbody td {padding:1rem 0;}

	.bo-sch input[type="text"] {width:149px; margin:0 .5rem;}
	.bo-sch button[type="submit"] {width:48px;}
	.nice-select {width:96px;}
}
@media screen and (max-width: 359px) {
	.bo-sch input[type="text"] {width:62%; margin-left:3%; margin-right:0;}
	.bo-sch button[type="submit"] {width:100%; margin-top:8px;}

	.nice-select {width:35%;}
}