@charset "utf-8";

/* 분류탭 */
.BoardTab {overflow:hidden; margin-bottom:10px;}
.BoardTab li {float:left; margin-right:3px; padding-bottom:5px;}
.BoardTab li.on {background:url(../images/bg_tabon.gif) center bottom no-repeat;}
.BoardTab li a {display:block; padding:6px 20px; background:#b7b7b7; color:#fff; font-family:'verdana'; font-size:12px; font-weight:bold;}
.BoardTab li.on a {background:#3e4146;}

/* 게시판 리스트 */
.gallery_List {overflow:hidden; padding:0; border-top:1px #000 solid; border-bottom:1px #000 solid;}
.gallery_List li {float:left; width:207px; padding-right:22px; margin:20px 0 20px 22px; border-right:1px #e5e5e5 solid;}
.gallery_List li.last-child {border-right:0;}
.gallery_List li .thumb {width:205px; height:136px; margin-bottom:10px; cursor:pointer; border:1px #d7d7d7 solid; background:url(../images/img_none.gif) 0 0 no-repeat;}
.gallery_List li .thumb:hover {background-color:#fff; opacity:0.8;}
.gallery_List li .thumb a {display:block; width:205px; height:136px;}
.gallery_List li .title {font-weight:bold; color:#000; text-align:center;}
.gallery_List li.no_data {border-right:0;width:100%;text-align:center;margin:20px 0px; font-size:16px; padding:10% 0;}

.startup_list {overflow:hidden;margin-top:10px;}
.startup_list li {position:relative; float:left; overflow:hidden; width:50%; padding:0 1.5%; margin-bottom:20px; color:#000;}
.startup_list li:last-child {margin-right:0;}
.startup_list li > a {display:block; overflow:hidden; background-color:#fff;}
.startup_list li a img {display:block; width:100%; transition: opacity .6s ease,transform .6s ease; will-change: opacity,transform;}
.startup_list li a:hover img {transform: scale(1.15); opacity: .65;}
.startup_list li > span {float:left; display:inline-block; margin:20px 0; font-size:18px; letter-spacing:0;min-height:92px;}

@media (max-width: 768px){
	.startup_list li {width:100%; padding:0 1.5%; margin-bottom:30px;}
	.startup_list li a img {display:block; width:100%; transition:none;}
	.startup_list li a:hover img {transform:none; opacity:1;}
	.startup_list li > span {margin:10px 0; font-size:16px; font-weight:500;}
}

.embed-container { position: relative; padding-bottom: 56.33%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* 게시판 검색 */
.srchBox {position:relative; width:100%; padding:20px 30px; margin-top:30px; text-align:center; background:#fafafa;}
.srchBox form {width:100%; max-width:1000px; margin:0 auto;}
.srchBox select.select {display:inline-block; width:29%; height:50px; text-indent:20px; font-size:14px; border:1px solid #ddd; color:#333; background:#fff url('../images/btn_select_arrow.png') right 20px no-repeat; background-size:32px; -webkit-appearance:none; border-radius:0;}
.srchBox input.inputTxt {display:inline-block; width:59%; height:50px; text-indent:20px; font-size:14px; border:1px solid #ddd; vertical-align:middle;}
.srchBox input.btnSrch {display:inline-block; width:10%; height:50px; line-height:36px; padding:0 !important; font-size:16px; color:#fff; font-weight:400; border:0; background:#624E40;}

@media(max-width:1024px){
	.srchBox {padding:20px 10px; margin-top:20px; background:#fff;}
	.srchBox:before {position:absolute; top:0; left:0; width:100%; height:170px; background:#fff; content:''; z-index:-1;}
	.srchBox select.select {display:block; width:100%; height:40px; font-size:14px; background-position:right 16px; margin:0 !important;}
	.srchBox input.inputTxt {display:block; width:100%; height:40px; margin:5px 0; font-size:14px; -webkit-appearance:none;}
	.srchBox input.btnSrch {display:block; width:100%; height:40px; line-height:30px; font-size:14px;}
	input {-webkit-border-radius:0;}
	select {-webkit-appearance:none; -webkit-border-radius:0;}
}

/* paging */ 
.paging {margin-top:30px; min-height:30px; text-align:center;}
.paging p{display:inline-block; overflow:hidden;}
.paging strong{display:inline-block;  padding:0 10px; vertical-align:top; line-height:30px; background:#f47321; color:#fff; margin-left:8px}
.paging a {display:inline-block; width:45px; height:45px; line-height:44px !important; margin:0 2px; font-size:16px; outline:none; border:1px #ddd solid;}
.paging a.this {color:#000; border:1px #000 solid;}
.paging .first {padding:0 !important;}
.paging .prev {padding:0 !important; margin-left:5px;}
.paging .next {padding:0 !important; margin-right:5px; margin-left:5px;}
.paging .end {padding:0 !important;}
.paging a:hover, .paging a:focus{text-decoration:none; color:#233688;}

@media (max-width: 768px){
	.paging {margin-top:20px;}
	.paging a {width:35px; height:35px; line-height:34px !important; margin:0 2px; font-size:15px;}
}

/* 게시판 상세보기 */
.viewForm{border-top:2px solid #666;}
.viewForm {table-layout:fixed; width:100%;font-size:0.75rem}
.viewForm thead th {background:#f8f9fb; border-bottom:1px solid #dedede; padding:15px 20px 16px; text-align:left; color:#333}
.viewForm td {border-bottom:1px solid #dedede; }
.viewForm td.viewDiv{padding:20px 0;}
.viewForm td.viewDiv .txt{width:100%; padding:0 20px; line-height:23px;color:#666; }
.viewForm th .eventTit{overflow:hidden}
.viewForm th .eventTit p{float:left; color:#333;}
.viewForm th .eventTit p.date{float:right; font-size:12px; font-weight: normal; line-height: 20px; color:#666;padding-right:10px}
.viewForm td .fileAdd {padding:15px 20px 16px}
.viewForm td .fileAdd .txt {font-weight:bold; color:#666; font-size:12px;}
.viewForm td .fileAdd .file {background:url('../images/icon_bar1x12.gif') no-repeat left 0; padding-left:11px; margin-left:6px}
.viewForm td .fileAdd .file a {padding-left:12px; margin-right:20px; background:url('../images/icon_file.gif') no-repeat 0 0;}
.viewForm td .fileAdd .file a:hover {text-decoration:underline; color:#27a18f;}


/* 게시판 상세보기 - 신규 */
.board_view {border-top:1px #333 solid;margin-top:10px;}
.board_view h4 {padding:23px 20px 20px; font-size:18px; font-weight:400; background:#f9f9f9; border-bottom:1px #ddd solid;margin-top:0px !important;}
.view_info {padding:15px 20px; font-size:15px; border-bottom:1px #ddd solid;}
.view_info li {display:inline-block;}
.view_info strong {padding-right:10px; font-weight:normal;}
.view_info strong:after {padding-left:10px; color:#e4e4e4; font-weight:normal; content:'|'}
.view_info span {margin-right:30px;}
.view_content {width:100%; padding:30px 20px;}
.view_content img {margin-bottom:10px;}

/* 게시판 상세보기 - 첨부파일 */
.fileArea {overflow:hidden; padding:15px 20px; border-top:1px #efefef solid; border-bottom:1px #ddd solid;}
.fileArea p {float:left; width:8%; display:block; vertical-align:top;}
.fileArea p:after {padding-left:10px; margin-right:10px; color:#d7d7d7; content:'|';}
.fileArea ul.fileDown {float:left; width:90%; overflow:hidden;}
.fileArea ul.fileDown li {position:relative; display:inline-block; margin-right:20px; padding-left:18px; }
.fileArea ul.fileDown li:last-child {margin-right:0;}
.fileArea ul.fileDown li:before {position:absolute; left:0; top:1px; font-family:'xeicon'; color:#888; content:'';}
.fileArea ul.fileDown li a:hover {color:#084d98; text-decoration:underline;}
.fileArea ul.fileDown li .nofile {color:#999;}

@media (max-width: 1000px){
	.fileArea p {width:12%; margin-bottom:10px;}
}
@media (max-width: 768px){
	.board_view h4 {padding:18px 15px 16px; font-size:16px;}
	.view_info {padding:10px 15px; font-size:13px;}
	.view_info li {line-height:20px;}
	.view_info strong {padding-right:4px;}
	.view_info strong:after {padding-left:4px;}
	.view_info span {margin-right:10px;}
	.view_content {font-size:14px; padding:30px 15px;}

	.fileArea {padding:15px; font-size:13px;}
	.fileArea p {width:auto;}
	.fileArea ul.fileDown {float:left; width:auto;}
	.fileArea ul.fileDown li {background-position:0 1px;}

	/* 게시판 - 탭 */
	ul.TabMenu {display:table; table-layout:fixed; width:100%; margin-bottom:40px; border-top:1px #256ac7 solid;}
	ul.TabMenu li {display:table-cell; height:50px; line-height:50px; text-align:center; font-size:14px; color:#555; border:0; border-bottom:1px solid #ddd; background:#f5f5f7; box-sizing:border-box;}
	ul.TabMenu li:first-child {border-left:0;}
	ul.TabMenu li.selected {color:#0054b1; border:0; border-bottom:3px solid #0054b1; background:#f5f5f7;}
	ul.TabMenu li a {display:block; width:100%; height:50px; font-weight:600; white-space:nowrap;}
}

/* 신규 버튼 */
.btn_wrap_right {position:relative; margin-top:30px; text-align:right; font-size:14px;}
.btn_wrap_right .btnType {display:inline-block;padding:12px 20px;}
.btn_wrap_right a:hover {text-decoration:underline;}
.btn_wrap_right .type1 {background:#624E40; color:#fff;}
.btn_wrap_right .type2 {background:#fff; border:1px #bbb solid; color:#666;}
.btn_wrap_right .gray {background:#bbb; color:#fff;}
.editBtnWrap {position:absolute; top:0; left:0;}
.editBtnWrap input, .editBtnWrap a {margin:0 !important;}
.editBtnWrap a {height:38px; vertical-align:middle; cursor:pointer;}
.editBtnWrap a:hover {text-decoration:underline;}

@media (max-width: 768px){
	.btn_wrap_right {overflow:hidden; margin-top:10px;}
	.btn_wrap_right .editBtnWrap .btnType {padding:8px 10px;}
	.editBtnWrap {position:relative; float:left; text-align:left;}
	.btn_wrap_right .editBtnWrap + a {float:right;}
}

/* 게시판 상세보기 - 질문답변 */
.viewForm .answerBox {border:1px solid #c5c5c5; margin-top:15px;}
.viewForm .answerBox .anPerson {background:#f8f9fb url('../images/ans_icon.gif') no-repeat 19px 10px ; border-bottom:1px solid #e4e4e4; padding:9px 20px 11px;}
.viewForm .answerBox .anPerson strong {background:url('../images/icon_bar1x12.gif') no-repeat right 0; color:#666; padding-right:12px; padding-left:77px; margin-right:11px;}
.viewForm .answerBox .anTxt {padding:10px 20px 10px;}

.btnSty2 {text-align:right; margin-top:20px;}
.btnSty2 a {display:inline-block; padding:10px 20px 6px 20px; margin-left:5px; font-weight:bold;}
.btnSty2 .list {background:#ff7823; border-radius:5px; color:#fff;}
.btnSty2 .write {background:#b8b8b8; border-radius:5px; color:#fff;}
.btnSty2 .write2 {background:#ff7823; border-radius:5px; color:#fff;}
.btnSty2 .reply {background:#b8b8b8; border-radius:5px; color:#fff;}
.btnSty2 .edit {background:#b8b8b8; border-radius:5px; color:#fff;}
.btnSty2 .del {background:#b8b8b8; border-radius:5px; color:#fff;}

.btnSty_big {text-align:center; margin-top:20px;}
.btnSty_big a {display:inline-block; padding:10px 20px 6px 20px; margin-left:5px; font-weight:bold;}
.btnSty_big .write_cor {background:#fe9b10; border:1px #db9a1d solid; border-radius:5px; color:#fff;}
.btnSty_big input {display:inline-block; padding:10px 20px 8px 20px; margin-left:5px; font-weight:bold; font-size:12px; font-family:"돋움";}

.content_body img {max-width:100%;}

/* 이전다음글 */
.listForm {clear:both; border-bottom:1px solid #ddd; border-top:1px solid #ddd; margin-top:20px; color:#666; word-wrap:break-word;}
.listForm .prvLine th,
.listForm .prvLine td {border-bottom:1px solid #ddd;}
.listForm td {text-align:center; line-height:18px; padding:6px 0;font-size:0.75rem}
.listForm th {text-align:left; padding:14px 20px 18px; line-height:18px; border-right:1px solid #dedede; background:#f8f9fb;font-size:0.75rem}
.listForm td.txt {text-align:left; padding-left:20px;}
.listForm td.txt a:hover {color:#00a392; text-decoration:underline;}
.listForm td.txt a {color:#666}
.listForm table tr.prvLine th span {background:url('../images/icon_prvLine.gif') no-repeat 50px 5px ; display:block;}
.listForm table tr.nxtLine th span {background:url('../images/icon_nxtLine.gif') no-repeat 50px 5px ; display:block;}

/* 이전다음글 - 신규 */
.movePage {clear:both; margin-top:50px;}
.movePage li strong {display:inline-block; width:15%; padding:14px 0; text-align:center; vertical-align:middle;}
.movePage li a {display:inline-block; overflow:hidden; width:70%; margin-left:2%; white-space:nowrap; text-overflow:ellipsis; vertical-align:middle; color:#222;}
.movePage li a:hover {text-decoration:underline;}
.movePage li strong {position:relative; vertical-align:middle; font-weight:400;}
.movePage li.prev {border-top:1px #ddd solid; border-bottom:1px solid #e1e1e1;}
.movePage li.prev strong:after {position:absolute; left:20px; top:33%; font-family:'xeicon'; color:#333; content:'';}
.movePage li.next {border-bottom:1px #ddd solid;}
.movePage li.next strong:after {position:absolute; left:20px; top:33%; font-family:'xeicon'; color:#333; content:'';}
.movePage li:first-child {border-top:1px #ddd solid;}
.movePage li:last-child {border-bottom:1px #ddd solid !important;}

@media (max-width: 768px){
	.movePage {margin-top:0; margin-bottom:20px; font-size:13px;}
	.movePage li strong {width:18%;}
	.movePage li.prev strong, .movePage li.next strong {background:#f8f8f8;}
	.movePage li.prev strong:after, .movePage li.next strong:after {display:none;}
	.movePage li time {display:none;}
}

/* 코멘트 쓰기 */
.comments_write {border:1px solid #dcdcdc; padding:15px; background:#f6f6f6; font-size:13px; font-family:"돋움";}
input.InputLine {padding:6px 2px; text-indent:5px; font-size:13px; color:#666; border:1px #c4c4c4 solid; font-family:"돋움";}
select.SelectDef {border:1px solid #abadb3; min-height:24px; color:#707070; font-size:13px; height:26px;/*text-indent:5px;*/ padding-left:5px; line-height:26px;}
textarea {width:90%; margin-top:10px; font-family:"돋움"; vertical-align:top;}
.regist {width:10%; margin-top:10px; height:65px; display:inline-block; color:#fff; font-weight:500; background:#a7a9ac; border:0; cursor:pointer; vertical-align:top;}

.comments {margin-top:30px;}
.comment_List { margin-bottom:30px;}
.comment_List .id {border-top:1px dashed #cdcdcd; padding:15px 10px 5px 10px;}
.comment_List .id strong {background:url('../images/icon_bar1x12.gif') right 45% no-repeat; color:#222; font-weight:400 ;padding-right:10px; margin-right:10px;}
.comment_List .id span {color:#888; font-size:11px;}
.comment_List .btn_mini {float:right;}
.comment_List .btn_mini a {display:inline-block; padding:2px 6px 0 6px; vertical-align:top; font-size:11px; border:1px #c5c5c5 solid; border-radius:3px; background:#fff;}
.comment_List .desc {padding:0 10px 15px 10px; }
.passW {padding:10px 0;text-align:center; border-top:1px #dcdcdc solid; background:#f6f6f6;}
.btn_del {display:inline-block; padding:10px 10px 0 10px; line-height:20px; border:1px #a7a9ac solid; background:#a7a9ac; color:#fff; font-size:13px; font-weight:500; font-family:"돋움"; vertical-align:middle;}
span.tit_coment {vertical-align:0; padding-right:10px; background:url('/skin/board/basic/images/icon_bar1x12.gif') no-repeat right 0;}

@media (max-width: 768px){
	.comments_write {border-left:0; border-right:0;}
	span.tit_coment {display:block; margin-bottom:10px; background:none;}
}

/* 게시판 글쓰기 */
.writeForm {width:100%; border-top:1px #333 solid;}
.writeForm thead th {padding:15px 0 15px 20px; line-height:12px; text-align:left; color:#333; font-weight:normal; border:1px #ccc solid; background:#f8f8f8;font-size:0.75rem}
.writeForm tbody th {height:60px; padding:0 20px; text-align:left; color:#222; font-size:14px; font-weight:600; background:#f9fafb; border-bottom:1px #e6e6e6 solid;}
.writeForm tbody td {height:60px; padding:16px 20px; border-bottom:1px #e6e6e6 solid;}
.writeForm tbody td textarea {width:625px; height:250px; background:#f8f8f8;}
.writeForm tbody tr:last-child td, .writeForm tbody tr:last-child th {border-bottom:1px #ccc solid;}
.writeForm tbody td input[type="text"] {min-height:40px; padding:0 10px; border:1px solid #ccc; border-radius:0; outline:none;}
.writeForm tbody td > span {vertical-align:-5px;}
.writeForm tbody td select {background-position:98% 50% !important;}
.noti {margin-top:5px;}
.noti .radioBox {display:inline-block;}
.add_file {margin-bottom:5px;}
.add_file a.btn_gray {display:inline-block; padding:3px 10px 2px 10px; border-radius:3px; background:#aaa; color:#fff; font-size:11px;}
.fileRoot {width:100%; min-height:20px !important; padding: 5px !important; font-size:inherit; font-family:inherit; border:1px #e0e0e0 solid;}
#obj_file ul {margin-bottom:10px;}
#obj_file ul img {width:10%; min-width:100px;}
@media (max-width: 768px){
	.writeForm tbody th {height:30px; padding:0 10px;}
	.writeForm tbody td {height:30px; padding:10px 10px;}
	
}

/* 게시판 삭제 */
.pwField {margin:20px auto; padding:100px; text-align:center; background:#f9f9f9;}
.pwField h4 {font-size:18px; font-weight:600; color:#333; margin-bottom:20px;}
.pwField input.inputText {width:220px; height:38px; line-height:38px; margin-bottom:5px; padding-left:10px; border:1px #bbb solid; text-align:left;}
.pwField .btn-confirm {display:block; width:220px; margin:0 auto; padding:15px 0; font-size:15px; color:#fff; font-weight:600; background:#256ac7;;}
a.btn_add {display:inline-block; line-height:100%;border-radius:3px; background:#fff url('/skin/board/basic/images/ico_plus.jpg') no-repeat 50% 50% ;width:19px; height:19px;border:1px solid #ddd;text-align:center; vertical-align:middle;}
a.btn_add_del {display:inline-block; line-height:100%;font-size:0.8rem;background:#666;padding:12px 15px;color:#fff;border-radius:2px;}

/* 첨부파일 */
.fileTable {border-top:1px #afafaf solid;}
.fileTable thead th {min-height:20px; padding:3px 0 0 0; color:#666; font-size:11px; background:#f6f6f7; border-bottom:1px #ddd solid; text-align:center;}
.fileTable tbody td {padding:12px 0 12px 0; border-bottom:1px #dedede solid; color:#666; text-align:center;}
.fileTable tbody tr.crucial {background:#fbf9f5; color:#666;}
.fileTable tbody tr.crucial .vital, .fileTable tbody tr.crucial .title {font-weight:bold;}
.fileTable tbody tr .btn_del {font-size:11px; color:#fff; font-weight:normal; padding:2px 8px 0 8px; line-height:17px;}
.fileTable tbody input.fileRoot {height:22px; line-height:130%; padding:4px 0 0 5px; font-size:11px; font-family:"돋움" !important; border:1px #d4d4d4 solid; color:#666; vertical-align:middle; display:inline;}

/* 자동등록방지 */
.captchaImg {float:left; border:1px #dedede solid;}
.captchaArea {float:left; margin-top:13px; margin-left:20px;}
.captchaArea img {vertical-align:-3px; margin-right:4px; }
.captchaArea input.code {width:145px; margin-top:5px; ime-mode:inactive}


legend{display:none}

@media (max-width:1000px){
table{font-size:14px}
}
@media (max-width:768px){
table{font-size:13px}
}
