@charset "utf-8";
/* CSS Document */

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:15px; color: #666; line-height: 160%; font-family:'SeoulNamsanM', 'Noto Sans KR', NanumGothic,'NanumGothic', 나눔고딕, NG, Tahoma, Geneva, sans-serif;}

select {font-size:14px; height:42px; color:#666; border:1px solid #d4d4d4; background-color:#fff; padding:10px 5px; font-family:'SeoulNamsanM', sans-serif; box-sizing:border-box}


/*********** 공통 css *************/
.input {font-size:14px; color:#666; border:1px solid #d4d4d4; background-color:#fff; padding:11px 5px; font-family:'NSeoulNamsanM', sans-serif; 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; height:36px; line-height:36px; box-sizing:border-box;}*/
.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; 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:36px; line-height:36px; width:80px; border:1px solid #555; background:#555; color:#fff; font-size:13px; 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:14px;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:36px; line-height:30px; width:80px; border:1px solid #ccc; background:#fff; color:#555; font-size:13px; 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:36px; width:80px; border:1px solid #555; background:#555; color:#fff; font-size:13px; 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;}

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;}


/*********** List *************/
.notice_list {position:relative; width:100%;overflow:hidden; clear:both; max-width:1280px;}
.notice_list li {position:relative; float:left; margin:0 2% 2% 0; box-sizing:border-box; width:49%;}
.notice_list li:nth-child(2n) {margin-right:0;}
.notice_list li .check{position:absolute; top:0; left:0; z-index:9;}
.notice_list li a {display:block;}
.notice_list li a > div{border:1px solid #ddd; padding:45px 29px; transition: all 0.3s;}
.notice_list li a > div h6{font-size:20px; font-weight:700; color:#222; letter-spacing:-0.65pt;text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block; transition: all 0.3s;}
.notice_list li a > div .cont{overflow:hidden; display: -webkit-box; word-break:break-all; line-height:1.6em; height:3.2em; position:relative; ; margin:10px 0 24px; position:relative; 
overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */
-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.5em; height: 3em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
transition: all 0.3s;}
.notice_list li a > div span{color:#777;}

.notice_list li a:hover > div{border-color:#dd4a1d; transition: all 0.3s;}
.notice_list li a:hover > div h6{color:#dd4a1d; transition: all 0.3s;}
.notice_list li a:hover > div .cont{color:#dd4a1d; transition: all 0.3s;}
.notice_list li a:hover > div span{color:#dd4a1d; transition: all 0.3s;}


/*********** photo_List *************/
.photo_list {position:relative; width:100%;overflow:hidden; clear:both; max-width:1280px;}
.photo_list li {position:relative; float:left; margin:0 2% 2% 0; box-sizing:border-box; width:23.5%}
.photo_list li:nth-child(4n) {margin-right:0;}
.photo_list li .check{position:absolute; top:0; left:0; z-index:9; }
.photo_list li a {display:block;}
.photo_list li a img {width: 100%; box-sizing:border-box; height: auto;  border:1px solid #ddd; border-bottom:none; transition: all 0.3s;}
.photo_list li img {width:100%; background-size:contain; background-color:#f0f0f0; background-position:center; background-repeat:no-repeat;}
.photo_list li a > div{border:1px solid #ddd; border-top:none; padding:30px 28px; transition: all 0.3s;}

.photo_list li a > div h6{font-size:20px; font-weight:700; color:#222; letter-spacing:-0.65pt;  letter-spacing:-0.2pt; transition: all 0.3s;
overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */
-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.4em; height: 2.8em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}
.photo_list li a > div .cont{overflow:hidden; margin:10px 0 20px;  letter-spacing:-0.2pt; transition: all 0.3s;
overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */
-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.5em; height: 3em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}
.photo_list li a > div span{color:#777;  transition: all 0.3s;}

.photo_list li a:hover > img{border-color:#dd4a1d; transition: all 0.3s;}
.photo_list li a:hover > div{border-color:#dd4a1d; transition: all 0.3s;}
.photo_list li a:hover > div h6{color:#dd4a1d; transition: all 0.3s;}
.photo_list li a:hover > div .cont{color:#dd4a1d; transition: all 0.3s;}
.photo_list li a:hover > div span{color:#dd4a1d; transition: all 0.3s;}


/* page_num */
.page_num{padding:20px 0;}

/* 페이지 넘버 */
.page_number_on{font-weight:700; float:left; line-height:12px; padding-top:4px; width:24px; height:20px; text-align:center; margin:0 2px; background:#646b74; color:#fff;}
.page_number{border:1px solid #ddd; font-weight:700; line-height:12px; padding-top:4px; width:24px; height:20px; float:left; text-align:center; margin:0 2px;}

/* 검색바 */
.bbs_search {text-align:center;margin:0 0 50px;}
.bbs_search dt {display:inline-block;}
.bbs_search dt select{width:130px;}
.bbs_search dd {display:inline-block; vertical-align:top;}
.search_input {font-size:15px; color: #666; border: #d4d4d4 1px solid; background-color: #ffffff; padding:0 15px; height:60px; line-height:60px; box-sizing:border-box; width:300px;}
.bbs_search .sbtn{background:#222222; padding:18.5px;}
.bbs_search select {font-size:15px; color:#666; border:1px solid #d4d4d4; background-color:#ffffff; padding:17px 15px; font-family:'SeoulNamsanM', 'Noto Sans KR', NanumGothic,'NanumGothic', 나눔고딕, NG, Tahoma, Geneva, sans-serif; height:60px; line-height:60px; box-sizing:border-box;}


/* 하단 버튼 */
.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;}
.bbs_view th {color:#333; font-weight:normal; text-align:left; padding:15px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.bbs_view th.subject {font-size:20px; letter-spacing:-0.5pt; padding:18px 15px; border-top:1px solid #222; border-right:none;}
.bbs_view td.cont{border-bottom:1px solid #ddd; padding:15px; 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:30px;}
.bbs_view td.view_content{padding:20px 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;}


/***** 게시판_리뷰 *****/
.bbs_view .subject {font-size:20px; letter-spacing:-0.5pt; padding:18px 15px; border-top:2px solid #222; border-right:none;}
.bbs_view .subject span.date{font-size:16px; text-align:center; right:2%; position:absolute; font-weight:500; color:#888;}
.bbs_view .cont{border-bottom:1px solid #ddd; padding:15px; text-align:left;}
.bbs_view .view_detail {color:#888; overflow:hidden; border-top:1px solid #ddd; padding:13px 15px;}
.bbs_view .view_detail p {float:left; width:50%;}
.bbs_view .view_detail span{display:inline-block; margin-right:30px;}
.bbs_view .view_content{padding:20px 15px; word-break:break-all; border-top:1px solid #ddd;}
.bbs_view .view_content img{max-width:100% !important; height:auto !important;}

.bbs_view .tail_box li{color:#888; overflow:hidden; border-bottom:1px solid #ddd; padding:13px 15px;}
.bbs_view .tail_box li:first-child{color:#888; overflow:hidden; border-top:1px solid #ddd; padding:13px 15px;}
.bbs_view .tail_box li dl{position:relative; padding-left:96px; line-height:70px;}
.bbs_view .tail_box li dl dt{position:absolute; top:0; left:0; width:96px; padding-left:22px; font-size:15px; color:#333; letter-spacing:-0.04em}
.bbs_view .tail_box li dl dt::after{content:""; display:block;  position:absolute; top:calc(50% - 4px); right:0; width:12px; height:8px; background-image:url(../images/content/ico-next.png); background-repeat:no-repeat; background-size:contain}
.bbs_view .tail_box li:first-child dl dt::after{transform:rotate(180deg) ;}
.bbs_view .tail_box li dl dd{position:relative; padding-left:32px; padding-right:124px; font-size:15px; color:#333; letter-spacing:-0.04em;}
.bbs_view .tail_box li dl dd .nolist {font:inherit; color:#949494}
.bbs_view .tail_box li dl dd a{font:inherit; display:block; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.bbs_view .tail_box li dl dd .date{position:absolute; top:50%; right:20px; color:#444; transform:translate(0,-50%); letter-spacing:-1px;}


/* 좋아요, 공유 */
.area_empathy{overflow:hidden; padding:44px 70px 48px; background-color:#fff;}
.area_empathy .empathy_btn{font-size:0; line-height:0; text-align:center;}
.area_empathy .empathy_btn .inner_empathy{display:inline-block; overflow:hidden;}
.area_empathy .empathy_btn .btn_empathy, .area_empathy .empathy_btn .cmt_empathy{float:left; width:118px; height:45px; margin:0 15px; border:1px solid #9a9a9a; border-radius:5px; line-height:45px; text-align:center; -webkit-box-sizing:border-box; box-sizing:border-box;}
.area_empathy .empathy_btn .ico_citizen{display:inline-block; height:20px; vertical-align:top;}
.area_empathy .empathy_btn .ico_like{width:20px; margin:12px 10px 0 0; background-position:-500px -50px;}
.area_empathy .empathy_btn .ico_cmt{width:19px; margin:13px 10px 0 0; background-position:-530px -50px;}
.area_empathy .list_share{overflow:hidden; float:right; margin:50px -5px 0 0;}
.area_empathy .list_share li{float:left;margin:0 5px;}
.area_empathy .list_share .link_share{display:block;}
.area_empathy .list_share .ico_citizen{width:45px; height:45px;}
.area_empathy .list_share .ico_ks{background:url("../images/content/news_sns_01.png") no-repeat 0 0; background-size:45px;}
.area_empathy .list_share .ico_fb{background:url("../images/content/news_sns_02.png") no-repeat 0 0; background-size:45px;}
.area_empathy .list_share .ico_ins{background:url("../images/content/news_sns_03.png") no-repeat 0 0; background-size:45px;}
.area_empathy .list_share .ico_blog{background:url("../images/content/news_sns_04.png") no-repeat 0 0; background-size:45px;}
.area_empathy .list_share .ico_copy{background:url("../images/content/news_sns_05.png") no-repeat 0 0; background-size:45px;}


/* 공통이미지 */
.ico_citizen{display:block; font-size:0; line-height:0; background:url("../images/content/img_citizen.png") no-repeat 0 0; text-indent:-9999px;}
.img_citizen{background:url(../images/content/img_citizen.png) no-repeat 0 0;}/* 텍스트없는 빈 태그 or 텍스트 노출되는 형태 아이콘에 사용됨 */
/* 공통 버튼 */
.btn_citizen{display:block; height:50px; margin:0 auto; border:3px solid #ffcc00; border-radius:3px; font-size:20px; line-height:44px; color:#525251; text-align:center; background-color:#ffcc00; -webkit-box-sizing:border-box; box-sizing:border-box; vertical-align:top;}
.btn_type1{color:#525251; background-color:#fff;}
.area_btn{overflow:hidden; font-size:0; line-height:0;}
.area_btn .btn_citizen{display:inline-block;}
.area_btn .more_review{display:block; width:200px; margin-top:50px;}
.ico_mark:after{content:'입력필수'; font-size:0; line-height:0; text-indent:-9999px;}

/* 댓글 */
.list_cmt{padding:0 70px; background-color:#fff}
.list_cmt .item_cmt{overflow:hidden; position:relative; padding:31px 0 25px 0px; border-top:1px solid #ddd;}
.list_cmt .item_cmt .thumb_img{position:absolute; left:10px; top:36px; width:44px; height:44px; border:1px solid #ddd; border-radius:46px}
.list_cmt .item_cmt .img_thumb{width:44px; height:44px; border-radius:46px;}
.list_cmt .cmt_info .info_append{display:block; overflow:hidden;}
.list_cmt .info_append .writer_cmt{float:left; font-weight:normal; font-size:18px; color:#222;}
.list_cmt .info_append .date_cmt{float:left;margin-left:28px; line-height:28px; color:#545352;}
.list_cmt .cmt_info .desc_cmt{margin-top:4px; font-size:16px; line-height:28px; color:#9d9e9f;}
.list_cmt .btn_opt{display:none;}
.list_cmt .item_cmt .ctr_cmt{float:right; margin:28px 10px 0 0;}
.list_cmt .ctr_cmt .btn_ctr{font-size:18px; color:#444; border:none; background-color:#fff;}
.list_cmt .ctr_cmt .btn_ctr:last-child{margin:0px 2px 0 0; border-left:1px solid #333;}
/*.list_cmt .ctr_cmt .btn_ctr:last-of-type:before{display:inline-block; width:2px; height:15px; margin:8px 2px 0; background-color:#000; vertical-align:top; content:'';}*/


/* 댓글 입력하기 */
.write_cmt{padding:0 70px 70px; background-color:#fff;}
.write_cmt .box_cmt{overflow:hidden; padding-top:49px; border-top:1px solid #dadada;}
.box_cmt .half_part{float:left;}
.box_cmt .group_tf{float:left;}
.box_cmt .group_tf.group_pwd{margin-left:9px;}
.box_cmt .group_tf .tf_write{width:145px; border-radius:0; text-align:left;}
.box_cmt .group_write{width:100%;clear:both;}
.box_cmt .group_write .inner_group{border-radius:0;}
.box_cmt .group_write .tf_write{width:100%; height:119px; margin:0; font-size:16px; color:#444; line-height:28px; resize:none;}
.write_cmt .box_cmt .group_write{padding-top:9px;}
.box_cmt .info_byte{float:left;margin-top:5px;  font-size:16px; color:#9d9e9f;}
.box_cmt .info_byte .num_byte{font-weight:bold; color:#111;}
.box_cmt .cmt_btn{float:right; margin-top:10px;}
.box_cmt .cmt_btn .btn_g{float:left; width:92px; height:38px; margin-left:10px; border:1px solid #aeaeae; border-radius:0px; font-size:18px; line-height:35px; color:#333; -webkit-box-sizing:border-box; box-sizing:border-box;}
.box_cmt .cmt_btn .btn_sign{border-color:transparent; color:#fff; background-color:#dd4a1d;}
.box_cmt .cmt_btn .btn_modify{border-color:transparent; color:#fff; background-color:#f63c54}


/* 댓글 리스트안에 댓글 수정 */
.list_cmt .item_cmt .group_write{margin-top:11px}
.list_cmt .item_cmt .group_write .tf_write{height:inherit;min-height:188px;padding:3px 7px}

.bbs-write-tbl{width:100%; border-top:1px solid #333; margin-top:10px;}
.bbs-write-tbl th,.bbs-write-tbl td{padding:10px; letter-spacing:-0.5px; border-bottom:1px solid #ddd;}
.bbs-write-tbl th{color:#464646; font-size:16px;; font-weight:600; background:#f4f5f5;}
.bbs-write-tbl .write-input,
.bbs-write-tbl .write-select,
.bbs-write-tbl .write-textarea{height:50px; width:50%; background-color:#fff; border:1px solid #d2d2d2; vertical-align:middle; color:#666;}
.bbs-write-tbl .write-select2{width:31%; color:#666;}
.bbs-write-tbl .write-select3{width:15%; color:#666;}
.bbs-write-tbl .write-input:focus{border-color:#333;}
.bbs-write-tbl .write-input{text-indent:10px; height:50px; width:50%}
.bbs-write-tbl .write-input2{text-indent:10px; height:50px; width:100%}
.bbs-write-tbl .write-input_schname{text-indent:10px; height:50px; width:56.3%; border:1px solid #d2d2d2;}
.bbs-write-tbl .write-input_email{text-indent:10px; height:50px; width:33%; border:1px solid #d2d2d2;}
.bbs-write-tbl .write-input_email span{text-indent:10px; height:50px; width:6%; text-align:center;}
.bbs-write-tbl .write-input_add{text-indent:10px; width:100%; height:50px; border:1px solid #d2d2d2;}
.bbs-write-tbl td .write-input_student{width:7%;}
.bbs-write-tbl td .txt{display:inline-block; margin-right:2%;}
.bbs-write-tbl .write-select{height:50px; width:30%;}
.bbs-write-tbl .write-textarea{width:100%; height:200px; resize:none;}
.bbs-write-tbl td{font-size:.944rem;;}
.bbs-write-tbl td input[type="file"]{height:auto; padding:10px 0;text-indent:0; border:0;}
.bbs-write-tbl textarea{width:100%; height:100px; padding:10px 20px; border:1px solid #d2d2d2;}

.bbs-write-tbl .hypen{display:inline-block; vertical-align:middle;width:12px; margin:0 5px; text-align:center;}

.btns .btn_cancel{width:150px; background:#fff; border:1px solid #666; color:#333; font-weight:600;}


/* global */
#kakaoIndex{overflow:hidden;position:absolute;left:-9999px;width:0;height:1px;margin:0;padding:0} /* 스킵네비게이션 */
.ir_pm {display:block;overflow:hidden;font-size:0px;line-height:0;text-indent:-9999px} /* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir_wa {display:block;overflow:hidden;position:relative;z-index:-1;width:100%;height:100%} /* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
.screen_out {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px} /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */

/* 입력필드 기본 */
.tf_write{height:42px;padding:0 15px;border:1px solid #e1e1e1;border-radius:3px;font-size:16px;line-height:42px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}
.group_write .inner_group{border:1px solid #e1e1e1;border-radius:3px}
.inner_group .tf_write{padding:15px;border:0 none;line-height:24px;text-align:left}/* textarea */


/*********** Input *************/

/* 저작권공지 */
.input_notice{border:1px solid #ddd; background-color:#f9f9f9; padding:18px 20px;}
.input_notice h4{font-size:16px; font-weight:700; 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;}
.input_notice p.point{color:#d51921;line-height:21px; 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;}
.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;}

.bbs_input p.bbsRemark{color:#cb0606; font-weight:500; padding:8px 0 0;}
.bbs_input span.bbsRemark{color:#cb0606; font-weight:500; padding-left:8px;}
.bbs_input td.bbsRemark{color:#cb0606; font-weight:500;}

/* 동의폼 */
.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:700; 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*/}


/*********** 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 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){

	.bbs_search {text-align:center;margin:0 0 48px;}
	.bbs_search dt {display:inline-block;}
	.bbs_search dt select{width:120px;}
	.bbs_search dd {display:inline-block; vertical-align:top;}
	.bbs_search dt select {height:44px; line-height:44px; padding:13px 10px;}
	.search_input {font-size:14px; padding:0 10px; height:44px; line-height:44px; width:300px;}
	.bbs_search .sbtn{background:#222222; padding:15px;}
	.bbs_search .sbtn img{width:14px;}	
	
	.photo_list {}
	.photo_list li {width:32%}
	.photo_list li:nth-child(4n) {margin-right:2%;}
	.photo_list li:nth-child(3n) {margin-right:0;}
	.photo_list li a > div h6{font-size:18px; }

}


/*******************************************************************************
	@media 681~800px
*******************************************************************************/
@media all and (max-width:768px){


}

/*******************************************************************************
	@media
*******************************************************************************/
@media all and (max-width:680px) {
	
	th,td,table {font-size:13px;}

	/*********** 공통 css *************/
	select {font-size:13px; padding:6px 5px; height:36px; line-height:36px;}
	.input {font-size:13px; padding:7px 5px; height:36px; line-height:36px;}


	/* 버튼디자인 */
	.btn_w {font-size:13px; height:36px; line-height:36px; width:75px;}
	.btn_b:link, .btn_b:visited {height:36px; line-height:36px; width:75px;}
	.btn_b_s {font-size:13px; height:36px; line-height:30px;}

	input.btn_w {height:36px; line-height:28px; width:75px;}
	input.btn_b {height:36px; width:75px;}

	/*********** List *************/
	.notice_list {}
	.notice_list li {width:100%}
	.notice_list li:nth-child(3n) {margin-right:0;}
	.notice_list li:nth-child(2n) {margin-right:0;}
	.notice_list li a > div{padding:25px 18px;}
	.notice_list li a > div h6{font-size:16px; }
	.notice_list li a > div .cont{ margin:8px 0 20px; position:relative; }

	.bbs_con {}
	.bbs_con th {display:none}
	.bbs_con td {padding:8px 0;}
	.bbs_con .pc_line{display:none}
	.bbs_con .mo_line{display:block}

	/* page_num */
	.page_num{padding:20px 0 0 0;}

	/* 검색바 */
	.bbs_search {margin:0 0 25px}
	.bbs_search dt {width:80px;}
	.bbs_search dt select{width:80px;}
	.bbs_search dd.sinput {width:calc(100% - 160px); max-width:250px}

	.bbs_search dt select {height:36px; line-height:36px; padding:4px 8px;}
	.search_input {font-size:14px; padding:0 8px; height:36px; line-height:36px; width:100%}
	.bbs_search .sbtn{background:#222222; padding:12px;}
	.bbs_search .sbtn img{width:12px}

	
	/*********** View *************/
	.bbs_view{}
	.bbs_view th {padding:10px;}
	.bbs_view th.subject {font-size:15px; 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;}
	
	
	.photo_list {}
	.photo_list li {width:49%}
	.photo_list li:nth-child(3n) {margin-right:2%;}
	.photo_list li:nth-child(2n) {margin-right:0;}
	.photo_list li a > div{padding:28px 18px;}
	.photo_list li a > div h6{font-size:16px; }
	.photo_list li a > div .cont{ margin:8px 0 20px; position:relative; }

}



/*******************************************************************************
	@media
*******************************************************************************/
@media all and (max-width:400px) {

	.notice_list {}
	.notice_list li {width:100%;}
	.notice_list li:nth-child(3n) {margin-right:0;}
	.notice_list li:nth-child(2n) {margin-right:0;}
	.notice_list li a > div{padding:20px 18px;}
	.notice_list li a > div h6{font-size:16px; height:auto; max-height:1.4em;}
	.notice_list li a > div .cont{ margin:8px 0 10px; position:relative; height:auto; max-height:3.2em;}
	
	.photo_list {}
	.photo_list li {width:100%}
	.photo_list li:nth-child(3n) {margin-right:0;}
	.photo_list li:nth-child(2n) {margin-right:0;}
	.photo_list li a > div{padding:20px 18px; }
	.photo_list li a > div h6{font-size:16px; height:auto; max-height:1.4em;}
	.photo_list li a > div .cont{ margin:8px 0 10px; position:relative; height:auto; max-height:3.2em}

}