@charset "utf-8";

.inner_container{
	max-width:1420px;	
}
.sub_header h3{
	padding-bottom:0;
	border-bottom:0;
}

.sub_content_wrap {
	padding: 8rem 0 20rem;
}

/* 게시판 목록 */
#bo_list{
	margin-bottom:17rem;
}
.blist_wrap {
	margin-bottom:5rem;
}
.list_head, .list_body .list_row {
	display: grid;
	padding: 2rem 0;
	text-align:center;
}
.list_head, .list_body .list_row{
	grid-template-columns: 8.5rem 1fr 12rem 14rem;
}
.list_head{
	font-weight:bold;
	border-top:2px solid #333;
	border-bottom:1px solid #333;
}
.admin_check .list_head, .admin_check .list_body .list_row {
	grid-template-columns: 3rem 8.5rem 1fr 12rem 14rem;
}
.list_head > div:not(:last-child) {
	border-right:1px solid #ddd;
}
.list_body .list_row{
	color:#777;
	border-bottom:1px solid #ddd;
}
.list_body .list_row .bd_num .notice_icon {
	font-size:14px;
	color:#fff;
	padding:5px 15px;
	border-radius:5px;
	background-color:#89b929;
}
.list_body .list_row:hover {
	background-color:#f7f7f7;
}
.list_body .list_row:hover .bd_subject {
	color:#00afec;
	font-weight:bold;
	text-decoration:underline;
}
.list_body .list_row .bd_subject {
	color:#333;
	text-align:left;
	padding-left:2rem;
}
.list_body .list_row .sv_member {
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.list_body .list_row .bd_file .down{
	display:inline-block;
	width:23px;
	height:19px;
	background-image:url('/theme/basic/img/download_icon.png');
	background-repeat:no-repeat;
	background-position:center center;
}
.list_body .list_row:hover .down {
	background-image:url('/theme/basic/img/download_icon_hover.png');	
}
.list_none {
	color:#777;
	padding: 4rem 0;
	text-align:center;
}
@media all and (max-width:1080px){
	.list_body .list_row .bd_subject {
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
}
@media all and (max-width:720px){
	.hd_num, .hd_name, .hd_date, .bd_num, .bd_file {
		display:none;
	}
	.hd_subject {
		grid-column: 1 / span 5;
	}
	.admin_check .hd_subject {
		grid-column: 2 / span 4;
	}
	.list_body .list_row{
		text-align: left;
		grid-template-columns: 9.5rem 14rem 1fr ;	
		gap:1rem;
	}
	.admin_check .list_body .list_row{
		grid-template-columns: 3rem 9.5rem 14rem 1fr ;	
	}
	.list_body .list_row .adminchk{
		grid-row: 1 / span 2;		
		text-align:center;
	}
	.list_body .list_row .bd_subject{
		padding:0;
		grid-column: 1 / span 3;
	}
	.admin_check .list_body .list_row .bd_subject{
		grid-column: 2 / span 3;
	}
}
/* 게시판 목록 끝*/

/* 게시판 글쓰기 */
.top {	
	padding:8px;
	border-radius:5rem;
	background: linear-gradient(90deg, rgba(0, 175, 236, 1) 0%, rgba(0, 5, 165, 1) 100%);
	background-clip: padding-box;
}
.top > div {
	padding:7rem 8rem;
	border-radius:4rem;
	background-color:#fff;
	text-align:center;
}
.top h4 {
	font-size:3.5rem; 
	line-height:1.4;
	font-weight:600;
	margin-bottom:2rem;
}
.top h4 .b1 {
	color:#09b1ec;
}
.top p {
	font-size:1.8rem;
	line-height:1.6;
	margin-bottom:2rem;
}
.top .wbox {
	display:flex;
	justify-content:space-between;
	padding:1.5rem 10rem;
	font-size:1.8rem;
	background-color:#f2f2f2;
}
#bo_w{
	margin-bottom:17rem;
}
.write_header {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: end;
	color: #333;
	padding-bottom: 3rem;
	border-bottom: 3px solid #333;
	margin-top: 8rem;
}
.write_header h3 {
	font-size: 3rem;
}
.write_header strong {
	color:#09b1ec;
}
@media (max-width: 480px) {
    .write_header {
        display: block;
        margin-top: 4rem;
    }
}
.bo_v_option{
	display:flex;
	gap: 1rem;
}
.write_div {
    display: grid;
    grid-template-columns: 26rem 1fr;
    align-items: center;	
	height:100px;
	border-bottom:1px solid #ddd;
}
.write_div > label {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2em;
}
.write_div.wr_con  {
    height:inherit;
	padding:2rem 0;
}
.write_div.wr_con textarea {
	height:5.5rem;
	line-height:5.5rem;
	padding: 0 2rem;
	border:0;
	border-radius: 5px;
	background-color:#f3f3ff;	
}
.write_div > label >  strong {
    color:#09b1ec;
}
.frm_input, .bo_w_link input, .file_wr .input_file{
	height:5.5rem;
	line-height:5.5rem;
	padding: 0 2rem;
	border:0;
	border-radius: 5px;
	background-color:#f3f3ff;	
}
.wr_content textarea {
	border:1px solid #ddd;
	border-radius: 5px;
}


.write_div .email_box {
    display:grid;
	grid-template-columns:1fr 1em 1fr 1fr;
	align-items:center;
	gap:1rem;
	text-align:center;
}
.write_div .email_box select {
	height:5.5rem;
	line-height:5.5rem;
	padding: 0 2rem;
	border:1px solid #ddd;
	border-radius: 5px;	
   -webkit-appearance:none; 
   -moz-appearance:none; 
   appearance:none;
   background-image:url('/theme/basic/img/select_arrow_tri.png');
   background-repeat:no-repeat;
   background-position:right 2rem center;
}

.checkboxwrap {
	display:flex;
	gap:8rem;
}
.checkboxwrap input{
	display:none;
}
.checkboxwrap label {
	color:#555;
	vertical-align:top;
}
.checkboxwrap .chk {
	display:inline-block;
	translate:0 2px;
	width:15px;
	height:15px;
	border:1px solid #ddd;
	border-radius:50%;
}
.checkboxwrap input:checked + .chk {
	background-color:#09b1ec;
	padding:3px;
	background-clip:content-box;
}
.write_div.wr_name input {
	max-width:535px;	
	width:100%;
}
.write_div.wr_2 { 
	padding: 2rem 0;
}
.write_div.wr_2 input {
	max-width:153px;
}
.write_div.wr_2 span {
	display:inline-block;
	width:3rem;
	text-align:center;
}
.full_input {
	width:100%;
}
#wr_content  {
	padding:2rem;
}
.bo_w_link  {
	position:relative;
}
.bo_w_link input{
	padding-left:2rem;
}
.file_wr{
	display:flex;
	gap:1rem;
}
.file_wr .input_file{	
	display:block;
	max-width:50rem;
	width:100%;
}
.file_wr .file_btn{	
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #333;
	border-radius:5px;
	width:15rem;
	cursor:pointer;
}
.file_wr .file_btn:hover{
	color:#fff;
	background-color:#333;
}
.file_wr .hidden{
	position:absolute;
	width:0;
	height:0;
	opacity:0;
	overflow:0;
}
.btn_confirm {
	display: flex;
    justify-content: center;
    gap: 1rem;
	margin-top:4rem;
}
.btn{    
	display: block;
    width: 23rem;
	font-size:1.6rem;
    font-weight: 500;
    text-align: center;
    padding: 2rem 0;
    border: 2px solid #333;
    border-radius: 3rem;
}
.btn_submit:hover {
	color:#fff;
	border: 1px solid transparent;
	background-color:#00afec;
}
.btn_cancel{
	margin-right:1rem;
}
.tbwrap {
	overflow:auto;
}
.tbwrap table {
	min-width:1080px;
	text-align:left;
	width:100%;
}
.tbwrap table tr {
	border-bottom:1px solid #ddd;
}
.tbwrap table th {
	font-weight:500;
	background:#f5f5f5;
}
.tbwrap table th, .tbwrap table td {
	padding:15px 20px;
	line-height:1.5;
}
.agree {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:2rem;
	margin-top:3rem;
}
.agree p {
	font-size:1.8rem;
	font-weight:500;
}
.agree p strong{
	color:#09b1ec;
}
.bottom {
	font-size:2rem;
	padding:3rem;
	line-height:1.5;
	text-align:center;
	font-weight:500;
	margin-top:7rem;
	background:#f2f2f2;
}

@media all and (max-width:1400px){
	.top .wbox {
		display:block;
		padding:1.5rem 3rem;
	}
	.top .wbox li:not(:last-child) {
		margin-bottom:1rem;
	}
}
@media all and (max-width:920px){
	.top > div {
		padding:4rem 3rem;
	}
	.write_div {
		grid-template-columns: 9rem 1fr;
	}
	.write_div .checkboxwrap {
		gap:3rem;
		flex-wrap:wrap;
	}
	.write_div.wr_2 {
		height:inherit;
	}
	.write_div.wr_2 input {
		max-width:180px;
		margin-bottom:1rem;
		vertical-align:baseline;
	}
	.write_div.wr_2 input:last-child {
		margin-bottom:0;
	}
	.write_div.wr_2 span {
		display:none;
	}
	
	.write_div .email_box {
		grid-template-columns: 1fr 1em 1fr;
	}
	.write_div .email_box select {
		grid-column:1/4;
	}

}
@media all and (max-width:420px){
	.write_div {
		grid-template-columns: 1fr;
		gap:1rem;
	}
}
/* 글쓰기 끝 */

/* 글 상세 */
#bo_v{
	margin-bottom:17rem;
}
#bo_v .profile_info{
	text-align:center;
	padding:5rem 3rem;
	border-radius:3rem;
	margin-bottom:6rem;
	background-color:#f4f4f4;	
}
#bo_v .profile_info h5 {
	font-size:3.2rem;
	font-weight:bold;
	margin-bottom:2rem;
}
#bo_v .info_detail .if_date{
	position:relative;
	padding-right:1.5rem;
	margin-right:1.5rem;	
}
#bo_v .info_detail .if_date:after{
	content:'';
	position:absolute;
	right:0;
	top:50%;
	translate:0 -50%;
	width:1px;
	height:1rem;
	background-color:#333;
}
#bo_v_atc {
	margin-bottom:20rem;
}
#bo_v_con{
	padding:0 1.5rem;
	line-height:1.625em;
}
#bo_v_con img{
	max-width:100%;
}
#bo_v_con .list {
	margin-bottom:6rem;
}
#bo_v_info .btn_bo_user {
	display:flex;
	justify-content:center;
	gap:1rem;
}
#bo_v_info .btn_bo_user a{
	display:block;
	width:25rem;
	font-weight:600;
	text-align:center;
	padding:2rem 0;
	border:2px solid #333;
	border-radius: 3rem;	
}
#bo_v_info .btn_bo_user .btn_b01:hover{
	color:#fff;
	border:2px solid transparent;
	background-color:#00afec;
}

@media all and (max-width:720px){
	#bo_v .profile_info {
		padding:3.5rem 2rem;
	}
	#bo_v .profile_info h5 {
		font-size:2rem;
	}
}
@media all and (max-width:560px){
	#bo_v_info .btn_bo_user {
		flex-wrap:wrap;
	}
	#bo_v_info .btn_bo_user li ,
	#bo_v_info .btn_bo_user li a{
		width:100%;
	}
}
/* 글 상세 끝*/
