@import url("./css/shadowy-bbs2.css");
/* body, div, a {font-family: 'Segoe UI', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Helvetica', 'Arial', sans-serif;font-size: 12px;line-height: 1.4em;}
p {margin:0;padding:0;}
a:link		{color:#000;text-decoration:none;}
a:visited	{color:#000;text-decoration:none;}
a:active	{color:#000;text-decoration:none;}
a:hover		{color:#666;text-decoration:none;} */
body, textarea, input {font-family: 'Noto Sans KR'; font-size: 16px; color: #222;}
form {margin: 0 !important;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.button_setup {
	width: 100%;
	margin: 0 auto;
	text-align: right;
}
.button_setup a {
	font-size: 9px;
}
/* .button_i {
	width: 50px;
	height: 26px;
	background-color: rgba(230,230,230,.5);
	border: 0;
	margin: 0 1px;
	padding: 0;
	font-size: 9px;
	cursor: pointer;
	text-align: center;
	line-height: 26px;
} */
.button_i {
	width: 108px;
	min-height: 20px;
	background-color: rgba(242,242,242,1);
	border: 0;
	margin: 0 1px;
	padding: 8px 0;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
#S_foot .button_i:hover {background-color: rgba(242,242,242,.5);}
.button_submit {
	color: #fff;
	background-color: #000;
}
.input_s {
	width: 120px;
	height: 26px;
	margin: 0 1px;
	padding: 5px;
	border: 0;
	background-color: rgba(230,230,230,0.5);
	font-size: 9px;
	color: #666;
	line-height: 16px;
}


/* list_head.php */

.S_main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-top: 1px solid #ccc;
}
.S_main .list_category {
	padding: 15px;
	margin-bottom: 10px;
	/* border-bottom: 1px solid #ccc; */
	text-align: right;
}
.S_main .list_category_cate {
	display: inline-block;
	width: auto;
	margin: 0;
	font-size: 14px;
}
@media all and (max-width: 680px){
	.S_main .list_category_cate {font-size: 12px;}
}

.S_main .category_name {
	margin-left: 7px;
}
.S_main .category_name a {color: #555;}


/* list_notice.php */

.list_notice {}
.icon-notice {
	position: relative;
	top: -1px;
	margin-right: 5px;
	font-size: .9em;
}


/* list_main.php */

.list_row {
	width: 31.33%;
	margin: 0 1%;
	float: left;
}
.list_row .list_con {
	width: 100%;
	margin-bottom: 40px;
}
.list_row .list_con .list_img {
	width: 100%; height: 240px;
	overflow: hidden;
}
.list_row .list_con .list_img a {
	display: block;
	width: 100%; height: 100%;
	transition: all 0.5s;
}
.list_row .list_con .list_img a:hover {
	transform: scale(1.1);
}
.list_row .list_con .list_img img {
	display: block;
	width: 100%; height: 100%;
}
.list_row .list_con .list_subject {
	width: 100%;
	padding: 15px 20px; box-sizing: border-box;
	overflow: hidden;
	color: #626262; 
	text-align: center;
	text-overflow: ellipsis; white-space: nowrap;
}

@media all and (max-width: 1024px){
	.list_row {
		width: 48%;
		margin: 0 1%;
		font-size: 16px;
	}
	.list_row > .list_text > div {font-size: 14px;}

}
@media all and (max-width: 680px){
	.list_row {
		width: 100%;
		margin: 0;
	}
}

.list_row > .list_text {
	width: 100%;
	overflow: hidden;
}
.list_row > .list_text > div {
	float: left;
	font-size: 16px;
}
.list_row > .list_text > .list_num {
	width: 2%;
	color: #666;
	text-align: center;
}
.list_row > .list_text > .list_category_name {
	width: 10%;
	margin: 0;
	color: #666;
}
.list_row > .list_text > .list_subject {
	width: 68%;
	overflow: hidden;
	text-overflow: ellipsis; white-space: nowrap;
	color: #666;
}
.list_row > .list_text > .list_name {
	width: 12%;
	color: #666;
	text-align: center;
}
.list_row > .list_text > .list_date {
	width: 8%;
	color: #666;
	text-align: center;
	line-height: inherit;
}





.list_category_name {
	display: inline-block;
	width: 40px;
	margin-right: 5px;
	color: #999;
	font-size: .8em;
	text-align: center;
}
.list_text {}
.icon-bgm:before, .icon-secret:before {
	width: auto;
	font-size: .9em;
	color: #444;
	margin: 0 0 0 3px;
}
.list_date {
	color: #999;
	font-size: .8em;
	line-height: 16px;
}


/* list_foot.php */

#S_foot {
	width: 100%;
	margin: 20px auto 30px;
}
/* #S_foot .divSearch {
	margin-right: 7px;
} */
#S_foot .S_foot_con {
	width: 100%;
	overflow: hidden;
}
#S_foot .divSearch .input_s {
	width: 132px; height: 20px;
	margin: 0 1px;
	padding: 8px; box-sizing: content-box;
	font-size: 14px;
	line-height: 0;
}
#S_foot .S_foot_con .page {float: right; margin: 10px 0;}
.page_no a, .page_no b {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 1px;
	font-size: .9em;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 24px;
}
.page_no b {
	border-color: #000;
	font-weight: normal;
}


/* view.php */

#S_view {
	width: 100%;
	margin: 40px auto;
}
.view_head {
	padding: 20px;
	border-bottom: 1px dashed #ddd;
}
.view_title {
	text-align: center; 
}
.view_txt {
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.view_info {
    display: inline-block;
	margin: 5px 0;
}
.view_info .view_name {
	padding: 0 10px;
    color: #505050;
    font-size: 16px;
}
.view_info .view_date {
	padding: 0 10px;
	margin: 0;
	color: #505050;
    font-size: 16px;
    position: relative;
}

.view_info b {padding-right: 5px;}
.category_text {
	color: #999;
	font-weight: lighter;
}
.title_text {
	display: inline-block;
	padding: 0 1px;
	font-size: 27px;
	position: relative;
}
@media all and (max-width: 1024px){
	.title_text  {font-size: 24px;}

}
@media all and (max-width: 680px){
	.title_text  {font-size: 20px;}
	.view_txt  {padding: 0;}
	.view_info .view_name, .view_info .view_date {font-size: 12px;}
}

/* .title_text::after {
	display: block;
	content: '';
	width: 100%; height: 10px;
	background: rgba(162,227,222,.5);
	position: absolute; top: 50%;
	z-index: -1;
} */
.view_name {
	margin: 9px 0;
	/* text-align: right; */
	line-height: 20px;
	color: #999;
	font-size: .9em;
}
.view_date {
	margin: 15px 20 15 10;
}
#S_view .button_md {
	display: inline-block;
	padding: 0 10px;
	margin:0;
	color: #505050;
	font-size: 16px;
}
#S_view .button_md a {color: #505050;}
@media all and (max-width: 680px){
	#S_view .button_md  {font-size: 12px;}
}
.view_downlink {
	margin: 10px 0;
	padding: 20px;
}
.view_downlink ul {display: none;}

.view_content {
	margin: 10px auto 80px;
	padding: 50px 70px 150px;
	background: #f9f9f9;
	line-height: 1.8;
}
@media all and (max-width: 1024px){
	.view_content  {padding: 50px 30px 150px;}
}

.view_content img {max-width: 100%;}
.ytblink {
	height: 15px;
	margin-bottom: 25px;
	padding: 10px;
	border: 0 solid #ddd;
	border-width: 1px 0;
	background-color: rgba(230,230,230,.5);
}



/* view_comment.php */

.view_comment {
	padding: 20px;
	background-color: rgba(230,230,230,.3);
	text-align: left;
	box-sizing: border-box;
}
.list_comment {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.list_comment:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.comment_name {
	padding-bottom: 5px;
}
.comment_date {
	margin-left: 7px;
	color: #999;
	font-size: .9em;
}
.comment_del a {
	color: #333;
	font-size: .9em;
}


/* view_write_comment.php */

.S_write_comment {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px 0 5;
}
.c_input_s {
	width: 90px;
	height: 28px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
	font-size: 9px;
	color: #666;
	line-height: 18px;
}
.c_textarea {
	width: 100%;
	height: 61px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.c_button_submit {
	width: 60px;
	height: 61px;
	border: 1px solid transparent;
	background-color: #000;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 9px;
}


/* view_foot.php */

.view_foot {
	width: 100%;
	margin: 0 auto;
}


/* write.php */

#S_write {
	width: 100%;
	margin: 30px auto;
	padding: 0;
	border-top: 1px solid #ccc;
	list-style: none;
}
#S_write li {
	display: block;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
#S_write .wleft {
	float: left;
	width: 30%; height: 40px;
	text-align: right;
	padding: 10px;
	line-height: 20px;
	box-sizing: border-box;
	font-size: 14px;
}
#S_write .wright {
	float: right;
	width: 70%;
	text-align: left;
	padding: 10px;
	border-left: 1px solid #ccc;
	line-height: 20px;
	text-align: left;
	box-sizing: border-box;
	font-size: 14px;
}
#S_write .wright.imgbox a {
	margin: 0 4px 0 0;
	padding: 1px 6px;
	font-size: 12px;
	background: #efefef;
	border: 1px solid #767676;
	border-radius: 3px;
}
#S_write .wright input {font-size: 14px;}
#S_write .w_input_s {
	width: 100%;
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	outline: none;
}
.write_mode {
	padding: 10px;
	font-style: italic;
}
.write_option {}
.write_title {}
.write_textarea {}
.w_textarea {
	width: 100%;
	height: 280px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	outline: none;
	font-size: 14px;
}
#S_write .write_foot {
	padding: 10px 0;
	text-align: center;
}


/* ask_password.php, error.php */

#S_error {
	width: 100%;
	max-width: 360px;
	margin: 30px auto;
	padding: 20px;
	border: 1px solid #ccc;
	text-align: center;
	box-sizing: border-box;
}
#S_error .error_message {
	margin-bottom: 10px;
	line-height: 1.5em;
}
#S_error .input_s {
	width: 162px; height: 36px;
	font-size: 10px;
	margin-bottom: 2px;
}
#S_error .error_button {
	margin-top: 10px;
}