html, body, 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: #000; line-height: 150%; font-family:inherit;}


/*********** 공통 css *************/
select {font-size:16px; color:#666; border:1px solid #d4d4d4; background-color:#ffffff; padding:7px 5px; font-family:inherit;}
.input {font-size:16px; color:#666; border:1px solid #d4d4d4; background-color:#fff; padding:8px 5px; font-family:inherit; line-height:normal;}
.search_input {font-size:16px; color: #666; border: #d4d4d4 1px solid; background-color: #ffffff; padding:8px 5px; font-family:inherit;}
.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:190px;}
.input_m2 {width:80%;}
.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:36px; line-height:36px; width:80px; border:1px solid #ccc; font-size:13px; vertical-align:top; transition:all 0.3s; font-family:"Lato", arial, tahome, verdana, sans-serif;}
.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:36px; line-height:36px; width:80px; border:1px solid #555; background:#555; color:#fff; font-size:13px; vertical-align:top; transition:all 0.3s; font-family:"Lato", arial, tahome, verdana, sans-serif;}
.btn_b:hover  {background:#333; border:1px solid #333; color:#fff; transition:all 0.3s}
.btn_b_s {display:inline-block; text-align:center; cursor:pointer; height:36px; color:#fff; width:70px; border:1px solid #555; background:#555; vertical-align:top; transition:all 0.3s;}
.btn_b_s:hover {background:#222; border:1px solid #222; transition:all 0.3s;}

input.btn_w {text-align:center; height:36px; line-height:30px; width:80px; border:1px solid #ccc; background:#fff; color:#555; font-size:13px; 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:36px; width:80px; border:1px solid #555; background:#555; color:#fff; font-size:13px; vertical-align:top; transition:all 0.3s}
input.btn_b:hover {background:#333; border:1px solid #333; transition:all 0.3s}
input.btn_green {text-align:center; height:36px; width:80px; border:1px solid #0088ac; background:#0088ac; color:#fff; font-size:13px; vertical-align:top; transition:all 0.3s}
input.btn_green:hover {background:#006681; border:1px solid #006681; transition:all 0.3s}

/* 카테고리 */
.cate_tab {position:relative; text-align:center; border:1px solid #ddd; margin-bottom:20px !important; padding:0 15px !important; box-sizing:border-box; line-height:100%; margin:0 auto; }
.cate_tab > div {overflow:hidden;}
.cate_tab ul {position:relative; font-size:0;}
.cate_tab ul li {float:left; line-height:100%; margin:0 10px; font-size:0;}
.cate_tab ul li a {position:relative; display:block; line-height:100%; padding:15px 0; color:#777; transition: all 0.3s; font-size:1rem; font-family:"Lato", arial, tahome, verdana, sans-serif;}
.cate_tab ul li a:after{position:absolute; bottom:0; left:0; display:block; content:""; overflow:hidden; width:0; height:2px; background:#f3930d; transition: all 0.3s;}
.cate_tab ul li a.hover{color:#f3930d}
.cate_tab ul li a.hover:after{width:100%;}

div.all_check {position:relative;  margin:15px auto;}
div.all_check span {display:inline-block; background:#f6f6f6; padding:7px; border:1px solid #ddd; width:100px;}
div.all_check form {float:left;}
div.all_check input[type=checkbox] {margin-right:8px; vertical-align:top;}


/*********** List *************/
.photo_list {position:relative; width:100%;  margin:0 auto;}
.photo_list ul {width:100%; overflow:hidden;}
.photo_list ul li {float:left; width:32%; margin-right:2%;}
.photo_list ul li:nth-child(3n) {margin-right:0}
.photo_list ul li:nth-child(3n):after {position:relative; display:block; width:100%; overflow:hidden; clear:both;}
.photo_list ul li dl dt {position:relative; overflow:hidden;}
.photo_list ul li dl dt a {display:block; line-height:0;}
.photo_list ul li dl dt span {position:absolute; left:0; top:0; background:#ea550c; display:inline-block; font-family:"Lato", arial, tahome, verdana, sans-serif; text-align:center; line-height:100%; padding:11px 10px; font-size:0.8571rem; color:#fff; text-transform:uppercase; z-index:10;}
.photo_list ul li dl dt p {position:absolute; right:10px; bottom:10px; z-index:10;}
.photo_list ul li dl dt p input.btn_edit_s {display:inline-block; border:none; background:#333; text-align:center; color:#fff; line-height:100%; padding:8px 12px; font-size:12px; letter-spacing:-0.5pt; cursor:pointer;}
.photo_list ul li dl dt img {width: 100%; height: auto; background-size:cover; background-position:50% 50%; background-repeat:no-repeat;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.photo_list ul li:hover > dl dt img{ -webkit-transform: scale(1.18);-moz-transform: scale(1.18); -o-transform: scale(1.18);-ms-transform: scale(1.18);transform: scale(1.18);}
.photo_list ul li dl dd {position:relative;  margin:15px 0 20px 0; display:block;}
.photo_list ul li dl dd a {display:block;}
.photo_list ul li dl dd .title {position:relative; width:100%; font-size:1.188rem; font-weight:600; color:#333; box-sizing:border-box; overflow:hidden; height: 3em; display:-webkit-box; -webkit-line-clampt:2; -webkit-box-orient:vertical; line-height:1.5em; text-overflow:ellipsis; letter-spacing:-.2pt;}
.photo_list ul li dl dd .preview {margin-top:10px; text-align:center;}
.photo_list ul li dl dd .preview input[type=button] {width:49%; padding:10px 5px; letter-spacing:-0.5pt; font-size:13px; border:1px solid #ddd; color:#fff; border:none; cursor:pointer;}
.photo_list ul li dl dd .preview input.eng {background:#1D7CD4; border:1px solid #1D7CD4; margin-right:1%;}
.photo_list ul li dl dd .preview input.kor {background:#E24D4D; border:1px solid #C12A2A;}
.photo_list ul li dl dd .date {color:#999; font-family:"Lato", arial, tahome, verdana, sans-serif; font-size:13px; padding-bottom:4px;}
.photo_list ul li dl dd .date strong {color:#333; color:#333;}
.photo_list ul li dl dd .date form {display:inline;}
.photo_list ul li dl dd .date form input[type=checkbox] {width:18px; height:18px; margin:0; margin-right:5px; }
.photo_list ul li dl dd .date span.recom{color:#f94e7e; font-weight:bold; font-size:13px; font-weight:normal; line-height: inherit; margin-left:5px}

/* page_num */
.page_num{padding:20px 0;}

/* 검색바 */
.bbs_search {text-align:center; background:#f6f6f6; padding:15px 10px; box-sizing:border-box;}
.bbs_search dt {display:inline-block;}
.bbs_search dt select {width:100px; height:40px; font-family:"Lato", arial, tahome, verdana, sans-serif;}
.bbs_search dd {display:inline-block; vertical-align:top;}
.bbs_search dd.sinput input[type=text] {height:40px; box-sizing:border-box; line-height:normal;}
.bbs_search dd input.btn_b_s {height:40px; font-family:"Lato", arial, tahome, verdana, sans-serif;}

/* 하단 버튼 */
.bbs_btn {position:relative; overflow:hidden; width:100%; padding:20px 0 30px 0; margin:0 auto;}
.bbs_btn.align_right {text-align:right;}
.bbs_btn ul {padding:0; margin:0;}
.bbs_btn li {padding:0; margin:0; list-style:none;}
.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;}
.bbs_btn a.preview_kor {display:inline-block; text-align:center; height:34px; line-height:34px; width:110px; background:#E24D4D; border:1px solid #C12A2A; color:#fff; font-size:13px; vertical-align:top; transition:all 0.3s}
.bbs_btn a.preview_kor:hover {background:#d64343; transition:all 0.3s}
.bbs_btn a.preview_eng {display:inline-block; text-align:center; height:34px; line-height:34px; width:110px; background:#1D7CD4; border:1px solid #1D7CD4; color:#fff; font-size:13px; vertical-align:top; transition:all 0.3s}
.bbs_btn a.preview_eng:hover {background:#1873c7; transition:all 0.3s}

/*********** View *************/
.bbs_view {width:100%; border-collapse:collapse; border-spacing:0px;}
.bbs_view > tbody > tr > th {color:#333; text-align:left; padding:13px 15px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.bbs_view > tbody > tr > th.subject {font-size:16px; padding:13px 15px; text-align:left; border-right:none; border-top:1px solid #333;}
.bbs_view > tbody > tr > td.cont {border-bottom:1px solid #ddd; padding:13px 15px; text-align: left;}
.bbs_view > tbody > tr > td.view_detail {color:#888; overflow:hidden; border-bottom:1px solid #ddd; padding:13px 15px;}
.bbs_view > tbody > tr > td.view_detail p {float:left; width:50%;}
.bbs_view > tbody > tr > td.view_detail span{display:inline-block; margin-right:10px}
.bbs_view > tbody > tr > td.view_content {padding:15px; word-break:break-all;}
.bbs_view > tbody > tr > td.view_content td {border:none;}
.bbs_view > tbody > tr > td.view_content table {max-width:100%}
.bbs_view > tbody > tr > td.view_content img {max-width:100% !important; height:auto !important;}
.bbs_view > tbody > tr > td.view_content dl.adminCont {}
.bbs_view > tbody > tr > td.view_content dl.adminCont dt {padding:12px 0; border-bottom:1px solid #ddd;}
.bbs_view > tbody > tr > td.view_content dl.adminCont dd {padding:12px 0;}
th.topLIne, td.topLIne {border-top:1px solid #ddd;}


/*********** Input *************/

/* 저작권공지 */
.input_notice{border:1px solid #ddd; background-color:#f9f9f9; padding:18px 20px;}
.input_notice h4{font-size:16px; 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:21px; font-size:13px; padding:5px; background:#fff;}
.input_notice p.point{color:#d51921;line-height:21px; padding:3px 0 0 0; text-decoration:underline; font-size:13px;}

.input_msg { letter-spacing:-0.4pt; background:#f6f6f6; padding:10px; margin:12px 0 10px 0;}
.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;}
	.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:12px; height:12px; margin-right:5px;}

.reply_icon {position:relative; float:left; width:18px; height:30px; background:url('/admin/images/reply_icon.gif') 0 0 no-repeat}

span.double_line {display:inline-block; margin-right:2%;}
p.double_line {padding:2px 0;}
.double_line.half {width:49%;}
.double_line:last-child {margin-right:0;}
.double_line strong {display:inline-block; margin-right:10px; color:#333;}

.tagTable {width:100%; border-collapse:separate; border-spacing:0px; border-top:1px solid #ddd; border-left:1px solid #ddd;}
.tagTable th {line-height:100%; padding:12px 0; background:#f4f4f4; border-right:1px solid #ddd; text-align:center;}
.tagTable td {line-height:100%; padding:8px; border-right:1px solid #ddd; }
.tagTable td p {padding:2px 0;}
.tagTable td p strong {display:inline-block; width:40px; margin-right:10px; font-size:13px; font-weight:500;}
.tagTable td p input[type=text] {width:calc(100% - 50px); box-sizing:border-box;}
.tagTable td.cen {text-align:center;}

.btnAddDel {text-align:right; margin-bottom:5px;}
.btnAddDel p {float:left; line-height:33px; letter-spacing:-0.5pt; color:#ff0000;}
.btnAddDel input[type=button] {color:#fff; padding:9px 6px; line-height:100%; cursor: pointer; vertical-align: middle; margin:2px 0;}
input.btnAdd {border:1px solid #31b7ff; background-color: #31b7ff;}
input.btnDel {border:1px solid #d86771; background-color: #d86771;}

/*********** Passwd *************/
.passwd {width:530px; margin:0 auto; border:2px solid #eaeaea; padding:20px 15px;}
.passwd ul {width:98%; overflow:hidden; margin:0; padding:0;}
.passwd li {float:left; margin:0; padding:0; list-style:none;}
.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; margin:0; padding:0;}
.comments li{float:left; width:calc(100% - 83px); margin:0; padding:0; list-style:none;}
.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; 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 12px 9px 12px; color: #999;	font-size: inherit;	line-height: normal; font-size:13px;
	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){


}


/*******************************************************************************
	@media 681~800px
*******************************************************************************/
@media all and (max-width:768px){

/*********** List *************/
.photo_list ul li {width:49%; margin-right:2%;}
.photo_list ul li:nth-child(3n) {margin-right:2%}
.photo_list ul li:nth-child(3n):after {display:none;}
.photo_list ul li:nth-child(2n) {margin-right:0}
.photo_list ul li:nth-child(2n):after {position:relative; display:block; width:100%; overflow:hidden; clear:both;}
.photo_list ul li a > dl dd {margin:10px 0 15px 0}
.photo_list ul li a > dl dd .title {font-size:15px;}

}

/*******************************************************************************
	@media
*******************************************************************************/
@media all and (max-width:680px) {

td,table {font-size:13px;}

/*********** 공통 css *************/
select {font-size:13px; padding:6px 5px;}
.input {font-size:13px; padding:7px 5px;}
.search_input {font-size:13px; padding:7px 5px;}

/* 버튼디자인 */
.btn_w {height:32px; line-height:32px; width:75px;}
.btn_b:link, .btn_b:visited {height:32px; line-height:32px; width:75px;}
.btn_b_s {height:32px;}

input.btn_w {height:32px; line-height:28px; width:75px;}
input.btn_b {height:32px; width:75px;}


/* 검색바 */
.bbs_search {padding-top:20px}
.bbs_search dt {width:80px;}
.bbs_search dt select {width:80px; height:35px;}
.bbs_search dd.sinput {width:calc(100% - 160px); max-width:250px}
.bbs_search dd.sinput input[type=text] {width:100%; height:35px;}
.bbs_search dd input.btn_b_s {line-height:35px; height:35px; font-size:0.85rem;}


/* page_num */
.page_num {padding:20px 0 0 0;}

/* 검색바 */
.bbs_search {padding-top:20px}
.bbs_search dt {width:80px;}
.bbs_search dt select {width:80px; height:35px;}
.bbs_search dd.sinput {width:calc(100% - 160px); max-width:250px}
.bbs_search dd.sinput input[type=text] {width:100%; height:35px;}
.bbs_search dd input.btn_b_s {line-height:35px; height:35px; font-size:0.85rem;}


/*********** View *************/
.bbs_view{table-layout: fixed;}
.bbs_view th {padding:7px 10px;}
.bbs_view th.subject {font-size:15px; padding:7px 10px;}
.bbs_view td.cont{padding:7px 10px;}
.bbs_view td.view_detail {padding:7px 10px;}
.bbs_view td.view_detail span{margin-right:9px}
.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:12px;}
.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:12px;}
.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:12px;}
.comments_body p.cont{padding:2px 0 3px 0;}
.comments_body p.info{color:#888; font-size:13px;}
.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:12px;}


/*********** Input *************/

/* 저작권공지 */
.input_notice{padding:15px;}
.input_notice h4{font-size:14px;}
.input_notice p.txt{line-height:18px; font-size:12px;}
.input_notice p.point{line-height:18px; font-size:12px;}

.input_msg {padding:12px 0 10px 0; text-align:center; font-size:12px; letter-spacing:-0.4pt;}
.bbs_input th {display:block; border-right:0;}
.bbs_input td {display:block; padding:7px 10px;}
.bbs_input td span.cat {display:block; width:50%; margin-bottom:2px;}
.bbs_input td span.subject{width:100%;}

/* 동의폼 */
.pri_box {padding:12px 10px; margin:10px 0px 0 0px;}  
.pri_box p.pri_tit {padding-bottom:5px;} 
.pri_box .textarea {height:90px;}
.pri_message {text-align:center; padding-top:5px; font-size:12px; font-family:inherit;}
.pri_message span{display:block;}
.pri_message input[type=radio] {width:13px; height:13px; margin:0 5px 0 0;}
}



/*******************************************************************************
	@media
*******************************************************************************/
@media all and (max-width:480px) {


/*********** List *************/
.photo_list ul li {float:none; width:100%; margin-right:0;}
.photo_list ul li a > dl dd .title {font-size:14px;}

}