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));}

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


/*********** 공통 css *************/
select, .select {font-size:0.9333rem; color:#666; border:1px solid #d4d4d4; background-color:#ffffff; padding:0 15px; font-family:inherit; height:56px; box-sizing:border-box;}
.input {font-size:0.9333rem; color:#666; border:1px solid #d4d4d4; background-color:#fff; padding:0 15px; font-family:inherit; height:56px; box-sizing:border-box; }
.search_input {font-size:0.9333rem; color: #666; border: #d4d4d4 1px solid; background-color: #ffffff; padding:0 15px; font-family:inherit; height:56px; line-height:56px; box-sizing:border-box; width:100%; box-sizing:Border-box; }
.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:6px; border:#d4d4d4 1px solid; background-color:#fff; box-sizing:border-box;}

/* input 디자인 */
.input_m {width:50%;}
.input_s {width:150px; box-sizing:border-box; height:48px;}
.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:48px; line-height:48px; width:100px; border:1px solid #ccc; font-size:0.9333rem; 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:48px; line-height:48px; width:100px; border:1px solid #555; background:#555; color:#fff; font-size:0.9333rem; 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 {font-size:0.9333rem;line-height: 40px;-webkit-appearance: none; -webkit-border-radius: 0;display:inline-block; text-align:center; cursor:pointer; height:40px; color:#fff; width:70px; border:1px solid #555; background:#555; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s; box-sizing:border-box;}
.btn_b_s:hover  {background:#222; border:1px solid #222; transition:all 0.3s;}

input.btn_w {text-align:center; height:48px; line-height:30px; width:100px; border:1px solid #ccc; background:#fff; color:#555; font-size:0.9333rem; 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:48px; width:100px; border:1px solid #555; background:#555; color:#fff; font-size:0.9333rem; 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; overflow:hidden; clear:both; margin-bottom:30px; border-radius:15px; overflow:hidden; width:100%; max-width:224px; margin-right:auto; margin-left:auto;} /* max-width:1170px;  */
.cate_tab::before {position:absolute; content:""; left:0; top:0; width:100%; height:100%; display:block; background:#f5f5f5; z-index:-1;}
.cate_tab ul {width:100%; overflow:hidden; clear:Both; text-align:center;}
.cate_tab li {display:block; width:auto; text-align:center;}
.cate_tab li a {display:block; width:100%; text-align:center; box-sizing:Border-box; padding:20px 30px; color:#888888; letter-spacing:-0.55pt; position:Relative; transition:all 0.3s linear; margin:0 auto;}
.cate_tab li a:hover {color:#e56025; transition:all 0.3s linear; font-weight:600;}
.cate_tab li a.hover {background:#e56025; color:#fff; font-weight:700; z-index:5; box-shadow: 0 0 20px rgba(0,0,0,0.5);  }

.cate_tab.select{margin:0 0 8px;}
	.cate_tab dl{font-size:0}
	.cate_tab dt{display:inline-block; font-size:1rem; font-family:"Montserrat", "Noto Sans KR", sans-serif; color:#333; font-weight:600;vertical-align:middle; width:90px;}
	.cate_tab dt::after{content:""; display:inline-block; width:1px; height:8px; background:#ddd; float:right; margin:9px 0 0;}
	.cate_tab dd{display:inline-block;vertical-align:middle; width:calc(100% - 90px); }
	.cate_tab dd select{border:none; height:40px; border-radius:0; -webkit-appearance:none; -moz-appearance:none; appearance:none; background:url('/img/lnb_arrow.png') no-repeat right center; }
    .cate_tab dd select::-ms-expand {display:none}


/*********** List *************/

div.all_check {background:#f6f6f6; padding:7px; border:1px solid #ddd; width:100px; margin-bottom:15px;}
div.all_check form {float:left;}
div.all_check input[type=checkbox] {margin-right:8px; vertical-align:top;}

.bbsList{overflow:hidden; clear:both; max-width:1280px; display:flex ;flex-wrap:wrap;}
		.bbsList figure {position:relative; width:calc((100% - 60px) / 3); margin:0 30px 30px 0; border:1px solid #ddd; border-radius:15px; overflow:hidden; box-sizing:border-box;}
		.bbsList figure:nth-child(3n) {margin-right:0;}
		.bbsList figure input[type=checkbox] {position:absolute; left:10px; top:10px; width:18px; height:18px; margin:0; z-index:10;}
		.bbsList figure a {display:block;}
		.bbsList dt {width:100%; overflow:hidden; position:relative; aspect-ratio: 370 / 200;}
				.bbsList dt img {display: block; width: 100%; height: 100%; object-fit: cover; transition: all .3s linear;}
				.bbsList dt img.img {width:100%; background-repeat:no-repeat; -webkit-transform: scale(1);-moz-transform: scale(1); -o-transform: scale(1);-ms-transform: scale(1); transform: scale(1); transition:all 0.3s ease-in-out;}
		.bbsList dd {text-align:Center; padding:10px 0 30px;}
		.bbsList dd h6 {font-size:19px; font-weight:700; color:#333; letter-spacing:-0.45pt;  line-height:120%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
		.bbsList figure:hover dl > dt img.img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1); -o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1); transition:all 0.3s ease-in-out;}

.bbsList figure .hover {position:absolute; left:0; bottom:0; width:100%; height:100%; background:rgba(255,57,17,0.95); border-radius:15px; content:""; display:block; z-index:2; opacity:0; transition:all 0.5s ease-out;}
.bbsList figure .hover .search {position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); z-index:3; text-align:center;}
.bbsList figure .hover .search span {position:relative; width:60px; height:60px; border-radius:100%; background:#fff; text-indent:-22222px; overflow:hidden; display:inline-block; margin:0 auto 15px auto;}
.bbsList figure .hover .search span:before {position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-family:"Material Symbols Outlined"; z-index:10; content:"\e89e"; color:#E13911; font-size:30px; text-indent:0;}
.bbsList figure .hover .search p {line-height:1; text-align:center; font-size:17px; font-weight:600; color:#fff; letter-spacing:-.35pt;}
.bbsList figure:hover .hover {opacity:1;}


/* 검색바 */
.bbs_search {text-align:center; padding-top:45px}
.bbs_search dt {display:inline-block;}
.bbs_search dt select{width:130px;}
.bbs_search dd .sinput{width:360px;}
.bbs_search dd {display:inline-block; vertical-align:top;}
.bbs_search .sbtn .btn_b_s{background:url('image/bbs_search.png') no-repeat center, #333; width:56px; height:56px; overflow:hidden; text-indent:-999999px;}

/* 하단 버튼 */
.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 *************/
.bbs_view {width:100%; border-collapse:collapse; border-spacing:0px; table-layout: fixed;}
.bbs_view th {color:#333; text-align:left; padding:17px 17px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.bbs_view th.subject {font-size:1.176rem; padding:17px 17px; border-top:1px solid #333; border-right:none; font-weight:700;}
.bbs_view td.cont{border-bottom:1px solid #ddd; padding:17px 17px; text-align: left;}
.bbs_view td.view_detail {color:#888; overflow:hidden; border-bottom:1px solid #ddd; padding:13px 15px;}
.bbs_view td.view_detail p {float:left; width:50%;}
.bbs_view td.view_detail span{display:inline-block; margin-right:10px}
.bbs_view td.view_content{padding:15px; word-break:break-all; border-bottom:1px solid #ddd;}
.bbs_view td.view_content td {border:none;}
.bbs_view td.view_content table{max-width:100%}
.bbs_view td.view_content img{max-width:100% !important; height:auto !important;}

.video_con {position: relative;width: 100%;padding-bottom: 56.25%; margin:0 0 15px;}
.video_con iframe {position: absolute;width: 100%;height: 100%;}

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

/* 저작권공지 */
.input_notice {padding:28px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.input_notice h4 {font-size:20px; font-weight:700; color:#333; letter-spacing:-1pt; padding:0 0 12px 0;}
.input_notice h4 span {color:#cf0810; letter-spacing:-1pt;}
.input_notice p.txt {background:#f5f5f5; color:#666; font-size:1rem; border:none; padding:20px 25px; box-sizing:border-box; }
.input_notice p.point {color:#cf0810;padding:8px 0 0 0; text-decoration:underline; font-size:0.9333rem;}


.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;}
.bbs_input td {border-bottom:1px solid #d4d4d4; padding:8px 10px; text-align: left;}
.bbs_input td span{display:inline-block;}
.bbs_input td span.cat {width:18%;}
.bbs_input td span.cat select{width:98%; box-sizing:border-box}
.bbs_input td span.subject{width:80%;}
.bbs_input td span.subject .input_l{box-sizing:border-box}
.bbs_input td.line {border-right:1px solid #d4d4d4; }
.bbs_input td.input_contents textarea {width:100%; padding:5px; box-sizing:border-box; line-height:150%;}

	.subject_table {width:100%;border-collapse:separate; border-spacing:0px;}
	.subject_table td {border:none; padding:0;}

/* 동의폼 */
.pri_box {width:100%; padding:28px 30px; margin:20px 0px 20px 0px; box-sizing:border-box; background:#f5f5f5; }   
.pri_box p.pri_tit {font-size:18px; font-weight:700; padding-bottom:10px; color:#333;} 
.pri_box .textarea {height:100px; border:none; padding:20px; line-height:158%;}
.pri_message {width:100%; text-align:right; padding-top:8px; font-family:inherit;}
.pri_message input[type=radio] {width:15px; height:15px; margin:0 5px 0 0; }

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

.bbs_input p.bbsRemark{color:#cf0810; font-weight:500; padding:8px 0 0; }
.bbs_input .bbsRemark strong{font-weight:700; color:#cf0810;}
.bbs_input span.bbsRemark{color:#cf0810; font-weight:500; padding-left:8px; }
.bbs_input td.bbsRemark{color:#cf0810; font-weight:500; }


/*********** 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:0.9333rem;}
.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:0.9333rem; 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:0.9333rem; 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:0.9333rem;}
.comments_body p.cont{padding:3px 0 5px 0;}
.comments_body p.info{color:#888; font-size:0.9333rem;}
.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 12px 9px 12px; color: #999;	font-size: inherit;	line-height: normal; font-size:0.9333rem;
	vertical-align: middle; background-color: #fff; cursor: pointer;	border: 1px solid #ccc; transition:all 0.3s;}
.filebox label:hover{border:1px solid #333; color:#333; transition:all 0.3s;}

/* 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;
}

.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:3px 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: 34px;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #fff;
}

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


/*******************************************************************************
	@media 801~980px
*******************************************************************************/
@media all and (max-width:980px){

.bbsList figure {width:calc((100% - 40px) / 3); margin:0 20px 20px 0;}
.bbsList dd {padding:10px 0 25px;}
.bbsList dd h6 {font-size:17px;}

.bbsList figure .hover .search span {width:50px; height:50px;}
.bbsList figure .hover .search span:before {font-size:26px;}
.bbsList figure .hover .search p {font-size:16px;}


}


/*******************************************************************************
	@media 681~800px
*******************************************************************************/
@media all and (max-width:768px){




}

/*******************************************************************************
	@media
*******************************************************************************/
@media all and (max-width:680px) {


td,table,th {}

/* 카테고리 */
.cate_tab {max-width:180px; margin-bottom:25px}
.cate_tab li a {padding:15px 20px; box-sizing:border-box;}


.cate_tab.select{border:1px solid #ddd; padding:5px 15px; margin:0 0 15px; }
	.cate_tab dt{width:80px;}
	.cate_tab dt::after{content:""; display:inline-block; width:1px; height:8px; background:#ddd; float:right; margin:7px 0 0;}
	.cate_tab dd{display:inline-block;vertical-align:middle; width:calc(100% - 80px); }
	.cate_tab dd select{box-sizing:Border-box; width:100%; height:34px;}


/*********** 공통 css *************/
select, .select { padding:0 8px; height:44px; }
.input { padding:0 8px; height:44px; line-height:44px;}
.search_input { padding:0 8px; height:44px; line-height:44px;}


/* 버튼디자인 */
.btn_w {height:38px; line-height:38px; width:80px;}
.btn_b:link, .btn_b:visited {height:38px; line-height:38px; width:80px;}
.btn_b_s {height:38px; line-height:38px;}

input.btn_w {height:38px; line-height:38px; width:80px;}
input.btn_b {height:38px; width:80px;}


/*********** List *************/
.bbsList figure {width:calc((100% - 10px) / 2); margin:0 10px 10px 0;}
.bbsList figure:nth-child(3n) {margin-right:10px;}
.bbsList figure:nth-child(2n) {margin-right:0;}
.bbsList dd h6 {font-size:16px;}

.bbsList figure .hover .search span {width:40px; height:40px;}
.bbsList figure .hover .search span:before {font-size:24px;}
.bbsList figure .hover .search p {font-size:15px;}


/* 검색바 */
.bbs_search {padding-top:20px}
.bbs_search dt {width:80px;}
.bbs_search dt select{width:80px;}
.bbs_search dd.sinput {width:calc(100% - 160px); max-width:250px}
.bbs_search dd .search_input{width:100%; height:44px; line-height:44px; box-sizing:border-box;-webkit-appearance: none; -webkit-border-radius: 0;}
.bbs_search .sbtn .btn_b_s{background:url('image/bbs_search.png') no-repeat center, #333; width:44px; height:44px; background-size:15px auto;}



/*********** View *************/
.bbs_view{}
.bbs_view th {padding:10px; font-size:13px;}
.bbs_view th.subject {padding:10px;}
.bbs_view td.cont{padding:10px;}
.bbs_view td.view_detail {padding:10px;}
.bbs_view td.view_detail span{margin-right:9px; letter-spacing: -0.5px;}
.bbs_view td.view_content{padding:10px;}


/*********** Passwd *************/
.passwd {width:80%; padding:20px 10px; box-sizing:border-box}
.passwd ul {width:98%; overflow:hidden; text-align:center;}
.passwd li {float:none; display:inline-block;}
.passwd .pw_img {margin-right:0;}
.passwd .line {display:none}
.passwd .info {padding-left:0;}

.passwd  .msg {padding:5px 0; letter-spacing:-0.5pt;}
.passwd  .input_passwd {margin-right:0}
.passwd  .input_passwd .input_s{width:100%; box-sizing:border-box; margin-bottom:5px;}


/*********** Comment *************/
.comments {padding:10px;}
.comments dl{overflow:hidden; padding:0 0 5px 0;}
.comments dl dt{display:block; font-size:0.9333rem;}
.comments dl dd{display:inline-block; margin-right:0;}

.comments li{width:calc(100% - 73px);}
.comments li.btn{float:right; width:70px;}
.comments textarea {height:50px;}
.comments .spam_check{}
.comments .spam_check .sub_txt{font-size:0.9333rem;}
.comm_btn_confirm {width:70px; height:50px;}

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

.filebox label {padding:7px 9px 8px 9px; font-size:0.9333rem;}


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

/* 저작권공지 */
.input_notice{padding:20px 0;}
.input_notice h4{font-size:16px;}
.input_notice p.txt{font-size:13px; padding:20px;}


.input_msg {padding:12px 0 10px 0; text-align:center; font-size:0.9333rem; letter-spacing:-0.4pt;}
.bbs_input th {display:block;  border:none;  padding:13px 3px 5px;}
.bbs_input td {display:block; padding:0 3px 13px;}
.bbs_input td.file{border:none; padding-bottom:5px;}
.bbs_input td span.cat {display:block; width:50%; margin-bottom:2px;}
.bbs_input td span.subject{width:100%;}


/* 동의폼 */
.pri_box {padding:18px 20px; margin:15px 0 0;}  
.pri_box p.pri_tit {padding-bottom:8px; font-size:15px;} 
.pri_box .textarea {height:90px; padding:15px; font-size:12px;}
.pri_message {text-align:right; padding-top:5px; font-size:0.9333rem; font-family:inherit;}
.pri_message span{display:block;}
.pri_message input[type=radio] {width:13px; height:13px; margin:0 5px 0 0;}

input[name="vcode"]{width:calc(100% - 86px)}

}


/*******************************************************************************
	@media
*******************************************************************************/
@media all and (max-width:480px) {

.cate_tab {max-width:170px;}

}

/*******************************************************************************
	@media
*******************************************************************************/
@media all and (max-width:360px) {

/*********** List *************/
.bbsList figure {width:100%; margin:0 0 10px 0;}
.bbsList figure:nth-child(3n), .bbsList figure:nth-child(2n) {margin-right:0;}


}