@import url("/admin/bbs/style.css");

html, body, ul, form, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {margin:0; padding:0; list-style:none; filter: expression(document.execCommand('BackgroundImageCache', false, true));}

a:link { color: #666; text-decoration: none }
a:visited { color: #666; text-decoration: none }
a:hover { color: #000; text-decoration: none }
a:active { color: #666; text-decoration: none }

p { margin-top: 0px; margin-bottom: 0px }
td,table {font-size:16px; color: #666; line-height: 150%; font-family:inherit;}


/*********** 공통 css *************/
select {font-size:16px; color:#666; border:1px solid #d4d4d4; background-color:#ffffff; padding:8px 20px 8px 5px; font-family:inherit; letter-spacing:-.5pt;} 
.input {font-size:16px; color:#666; border:1px solid #d4d4d4; background-color:#fff; padding:8px 5px; font-family:inherit;}
.search_input {font-size:16px; color: #666; border: #d4d4d4 1px solid; background-color: #ffffff; padding:8px 5px; font-family:inherit;}
.search_input:focus {border-color:#393939; transition:border 0.3s ease-out;}
.blind {font-size:0; line-height:0; width:0px; height:0px;}
.textarea {width:100%; font-family:inherit; color:#666; line-height:150%; letter-spacing:-0.5px; padding:8px; border:#d4d4d4 1px solid; background-color:#fff; box-sizing:border-box;}

/* input 디자인 */
.input_m {width:50%;}
.input_s {width:190px;}
.input_l {width:98%; box-sizing:border-box;}
.input_file {padding:5px; border:1px solid #ddd;}

/* 버튼디자인 */
.btn_w {display:inline-block; text-align:center; height:38px; line-height:38px; width:80px; border:1px solid #ccc; font-size:14px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}
.btn_w:hover {color:#333; border:1px solid #333; transition:all 0.3s}
.btn_b:link, .btn_b:visited {display:inline-block; text-align:center; height:38px; line-height:38px; width:80px; border:1px solid #555; background:#555; color:#fff; font-size:14px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}
.btn_b:hover  {background:#333; border:1px solid #333; color:#fff; transition:all 0.3s}
.btn_b_s {-webkit-appearance: none; -webkit-border-radius: 0;display:inline-block; text-align:center; cursor:pointer; line-height:42px !important; height:42px !important;
color:#fff; width:80px; border:1px solid #333 !important; background:#333 !important; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s;}
.btn_b_s:hover  {background:#000 !important; border:1px solid #000 !important; transition:all 0.3s;}

input.btn_w {text-align:center; height:38px; line-height:32px; width:80px; border:1px solid #ccc; background:#fff; color:#555; font-size:14px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}
input.btn_w:hover {color:#333; border:1px solid #333; transition:all 0.3s}
input.btn_b {text-align:center; height:38px; width:80px; border:1px solid #555; background:#555; color:#fff; font-size:14px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}
input.btn_b:hover {background:#333; border:1px solid #333; transition:all 0.3s}


/* 카테고리 */
.cate_tab {position:relative; margin-bottom:30px}
.cate_tab ul {display:flex; flex-wrap: wrap; align-items:center; width:100%;}
.cate_tab li {flex:0 1 auto; width:calc((100% - 15px)/ 6); margin-right:3px; letter-spacing:-0.5pt; height:50px; margin-bottom:3px; text-align:center;}
.cate_tab li:nth-child(6n) {margin-right:0;}
.cate_tab li a {color:#6a6a6c; background:var(--grayBg); letter-spacing:-0.5pt; display:flex; justify-content:center; align-items:center; height:100%; padding:0 5px; box-sizing:border-box; transition:all 0.3s ease-in-out; border-radius:5px; border:1px solid transparent;}
.cate_tab li a:hover {background:#fff; color:var(--main); border-color:var(--main); transition:all 0.3s ease-in-out;}
.cate_tab li a.hover {background:var(--main); color:var(--white);}


/*********** List *************/
.bbs_con {width:100%; border-collapse:separate; border-spacing:0;}
.bbs_con th {color:#333; font-weight:bold; text-align:center; padding:14px 0; border-bottom:1px solid #bbb; border-top:1px solid #333; letter-spacing:-0.5pt;}
.bbs_con td {padding:14px 0; text-align:center; border-bottom:1px solid #e9e9e9; letter-spacing:-0.5pt;}
.bbs_con td img{margin-left:5px}
.bbs_con td.left {text-align:left; padding-left:10px;}
.bbs_con td a {letter-spacing:-0.3pt;}

.prd_tit ul{position:relative; overflow:hidden}
.prd_tit li{float:left;}
.prd_tit li.tit{padding:0 0 0 13px}
.prd_tit li.tit span a{display:inline-block; color:#888; font-size:12px; padding:2px 0 0 0;}

/* page_num */
.page_num{padding:20px 0;}

/* 검색바 */
.bbs_search {text-align:center; padding-top:20px}
.bbs_search dt {display:inline-block;}
.bbs_search dt select{width:100px;}
.bbs_search dd {display:inline-block; vertical-align:top;}

/* 하단 버튼 */
.bbs_btn {position:relative; overflow:hidden; width:100%; padding-top:20px;}
.bbs_btn.align_right {text-align:right;}
.bbs_btn li.sel_btn{float:left;}
.bbs_btn li.list_btn{float:right;}
.bbs_btn li.list_btn:after {display:block; content:""; overflow:hidden;}
.bbs_btn a{margin:0 1px;}
.bbs_btn input{margin:0 1px;}


/*********** View *************/
.board_view .titArea{padding: 20px 15px; border-top:1px solid #333; border-bottom: 1px solid #ddd; position: relative;}
.board_view .titArea .tit_wrap{position: relative;}
.board_view .titArea .btit{color:#222; font-size:1.176rem; letter-spacing:-0.8pt; margin-bottom:10px; font-weight:700 }
.board_view .titArea .bdate{position: relative; color:#777; line-height:100%; font-size:0.882rem;}
.board_view .titArea .bdate span{position: relative; display:inline-block;   margin-right:20px}
.board_view .titArea .bdate span:after{width:1px; height:10px; background:#ddd; content:''; display:block;  position: absolute; right:-10px; top:3px }
.board_view .titArea .bdate span:last-child:after{display:none;}
.board_view .titArea .bdate span:last-child{margin-right:0}
.board_view .viewArea {position:relative; overflow: hidden; display:flex; padding:20px 15px; border-bottom:1px solid #ddd;}
.board_view .viewArea .btit {position:relative; font-size:0.941rem; color:#222; width:70px;}
.board_view .viewArea .btit:after{width:1px; height:10px; background:#ddd; content:''; display:block;  position: absolute; right:0; top:3px }
.board_view .viewArea .bstxt {width:calc(100% - 70px); padding-left:20px; box-sizing:border-box;}
.board_view .viewArea .bstxt a {word-break: break-all;}

.board_view .conArea{padding:25px 15px; }
.board_view .conArea img {max-width:100%; height:auto;}
.board_view .conArea * {letter-spacing:-0.5pt;}

.board_view .page_next{ position: relative;overflow: hidden; border-top:1px solid #222}
.board_view .page_next .prev{  position: relative;  overflow: hidden; margin:25px 0; padding:0 15px 20px 15px; border-bottom:1px solid #ddd;}
.board_view .page_next .next{  position: relative; overflow: hidden; margin:25px 0; padding:0 15px 20px 15px; border-bottom:1px solid #ddd;}
.board_view .page_next .pt{letter-spacing:-0.3pt; position: relative;font-size:0.941rem; width:70px; float:left; margin-right:40px; color:#222; line-height:100%;}
.board_view .page_next .pt:after{content:''; display:inline-block; width:12px; height:8px; background:url('image/pt.png') no-repeat; margin-left:12px; vertical-align: middle;}
.board_view .page_next .next .pt:after{ background:url('image/pb.png') no-repeat;}
.board_view .page_next .pt2{position: relative; float:left;  width: calc(100% - 110px);}
.board_view .page_next .pt2 a{ display: block; letter-spacing:-0.3pt; color:#777; font-size:0.941rem; line-height:130%; position:relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.board_view .con_box{margin-top:30px;}

.board_view .view_file{position: relative;overflow: hidden; background:var(--grayBg); padding:20px;  margin-top:20px;}
.board_view .view_file .btit{font-size:0.941rem; color:#222; float:left; width:100px;}
.board_view .view_file .bstxt{float:left; width:calc(100% - 100px);}
.board_view .view_file .bstxt a{word-break: break-all;}


/*********** Input *************/

/* 저작권공지 */
.input_notice{border:1px solid #ddd; background-color:#f9f9f9; padding:18px 20px;}
.input_notice h4{font-size:18px; font-weight:600; color:#333; letter-spacing:-1pt; padding:0 0 5px 0;}
.input_notice h4 span{color:#d51921; letter-spacing:-1pt;}
.input_notice p.txt{color:#666; line-height:180%; font-size:15px;}
.input_notice p.point{color:#d51921;line-height:150%; padding:3px 0 0 0; text-decoration:underline; font-size:13px;}


.input_msg {padding:15px 0 10px 0; text-align:right;}
.bbs_input {width:100%; border-collapse:separate; border-spacing:0px; border-top:1px solid #222;}
.bbs_input th {color:#333; text-align:left; padding:8px 10px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; letter-spacing:-0.5pt;}
.bbs_input td {border-bottom:1px solid #d4d4d4; padding:8px 10px; text-align: left; letter-spacing:-0.5pt;}
.bbs_input td.line {border-right:1px solid #d4d4d4; }
.bbs_input td.input_contents input[type=checkbox] {width:16px; height:16px; margin:0; margin-right:5px;}
.bbs_input td.input_contents textarea {width:100%; padding:5px; box-sizing:border-box; line-height:150%;}
.bbs_input td .sub_txt {display:inline-block; margin-left:5px; letter-spacing:-0.5pt;}
.bbs_input td .sub_txt a {text-decoration:underline; color:#3755c4;}
	.subject_table {width:100%;border-collapse:separate; border-spacing:0px;}
	.subject_table td {border:none; padding:0;}
	.subject_table .cat {width:18%;}

/* 동의폼 */
.pri_box {width:100%; border:1px solid #dddddd; padding:15px; margin:10px 0px 20px 0px; box-sizing:border-box;}  
.pri_box p.pri_tit {font-size:14px; font-weight:600; padding-bottom:10px; color:#333;} 
.pri_box .textarea {height:100px;}
.pri_message {width:100%; text-align:right; padding-top:8px; font-family:inherit;}
.pri_message input[type=checkbox] {width:16px; height:16px; margin:0; margin-right:5px;}

.reply_icon {position:relative; float:left; width:18px; height:30px; background:url('/admin/images/reply_icon.gif') 0 0 no-repeat}


/*********** Passwd *************/
.passwd {width:530px; margin:0 auto; border:2px solid #eaeaea; padding:20px 15px;}
.passwd ul {width:98%; overflow:hidden;}
.passwd li {float:left;}
.passwd .pw_img {margin-right:5px;}
.passwd .line {width:1px; background:#ddd; height:63px;}
.passwd .info {padding-left:28px;}

.passwd  .msg {padding-bottom:10px;}
.passwd  .input_passwd {margin-right:10px}
.passwd  .btn {}


/*********** Comment *************/
.comments {padding:15px 18px; background:#f9f9f9; border-bottom:1px solid #ddd;}
.comments dl{overflow:hidden; padding:0 0 5px 0;}
.comments dl dt{display:inline-block; font-size:13px;}
.comments dl dd{display:inline-block; margin-right:10px;}

.comments ul{overflow:hidden;}
.comments li{float:left; width:calc(100% - 83px);}
.comments li.btn{float:right; width:80px;}
.comments textarea {height:58px;}
.comments .spam_check{}
.comments .spam_check .sub_txt{font-size:13px; display:inline-block;}
.comm_btn_confirm {display:inline-block; width:80px; cursor:pointer; height:58px; text-align:center; color:#fff; border:1px solid #555; background:#555; font-size:13px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}


.comments_body{overflow:hidden; border-bottom:1px solid #ddd; padding:15px;}
.comments_body p.file{color:#888; font-size:13px;}
.comments_body p.cont{padding:3px 0 5px 0;}
.comments_body p.info{color:#888; font-size:13px;}
.comments_body p.info strong{color:#333; margin-right:7px}
.comments_body p.info span{margin-right:7px;}
.comments_body p.info span:before{display:inline-block; content:""; width:1px; height:13px; background:#ccc; margin:0 10px -2px 0; overflow:hidden;}


.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}

.filebox label {
	display: inline-block;
	padding:8px 15px 3px 15px;
	color: #FFF;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #484C57;
	cursor: pointer;
	border: 1px solid #484C57;
	height:20px;
}

/* named upload */
.filebox .upload-name {
	display: inline-block;
	padding: .5em .75em;  /* label의 패딩값과 일치 */
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
	height: 33px;
	width: 200px;
}

.upload-hidden {
	margin:1px 0;
	border:0px;
	font-size:12px;
	font-family:NanumGothic, 나눔고딕, NG, Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	border:1px solid #d86771;
	padding:5px;
	background-repeat: no-repeat;
	background-position:right 3px center;
	background-color: #d86771;
}


/* imaged preview */
.filebox .upload-display {  /* 이미지가 표시될 지역 */
	margin-bottom: 5px;
}

@media(min-width: 768px) { 
	.filebox .upload-display {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 0;
	}
}

.filebox .upload-thumb-wrap {  /* 추가될 이미지를 감싸는 요소 */
	display: inline-block;
	width: 70px;
	height: 33px;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #fff;
}

.filebox .upload-display img {  /* 추가될 이미지 */
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
}