@charset "utf-8";

/* CSS Document */
* { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
button { margin:0; padding:0; border:0; font:inherit; color:inherit; background:transparent; overflow:visible; cursor:pointer; line-height:1; }

.cntBody {  }

/* 게시판 하단 버튼 */
.btnGrp { margin:20px 0; overflow:hidden; text-align:right; }
.btnGrp .tL{ float:left;}

/* 통합검색 */
.totalSrch{}
.totalSrch .srchFrom{background:#eee; padding:25px; overflow:hidden; border:0; margin-bottom:30px;}
.totalSrch .srchFrom input[type="text"]{display: inline-block; vertical-align: middle; color:#333;	border-right: 0; width: 95%;	height: 50px; background:#fff; border:none; font-size: 1em; line-height:45px;	padding: 10px;box-sizing: border-box;}
.totalSrch .srchFrom input[type="submit"]{display: inline-block;vertical-align: middle; margin-left: -4px;-webkit-appearance: none;color: transparent; background:#60a82a  url('../images/board/ico_srch.png') 50% 50% no-repeat; width:56px; height:50px; border:none; cursor:pointer;}

.totalSrch .btn{ overflow:hidden; display:block; }
.totalSrch .btn a{float:right;}

.totalSrch .boardLink{ overflow: hidden; border-top: 2px solid #60a82a; border-bottom: 1px solid #eee; padding-top: 30px; margin-bottom: 10px}
.totalSrch .boardLink li{ margin-bottom:35px;}
.totalSrch .boardLink a{ display:block; overflow:hidden;}
.totalSrch .boardLink dt{ font-size:1.1em; margin-bottom:10px; color:#333;}
.totalSrch .boardLink dt em{ font-weight:400; font-size:0.9em; color:#4d9814; margin-right:5px;}
.totalSrch .boardLink dd .date{ display:block; font-size:0.9em; color:#888; margin-top:10px;} 
.totalSrch .boardLink dd .date em{ display:inline-block; margin-right:10px;}

.totalSrch .keyword{padding: 0 2px; color: #000; vertical-align: top; background: #ffff00;}
.totalSrch .noData{  text-align:center;}
@media only screen and (max-width :1024px) {
	.totalSrch .srchFrom{width:auto;position:relative;padding: 25px 70px 25px 25px;}
	.totalSrch .srchFrom input[type="text"]{width:90%; margin:0 auto; display:block;}
	.totalSrch .srchFrom input[type="submit"]{position:absolute;right: 7%;top:25px;display:block;}
	.btnGrp {text-align:center; }
}

@media only screen and (max-width :640px) {
	.totalSrch .srchFrom input[type="text"]{}
	.cntBody { font-size: 14px}
	
}


/* 게시판 : 검색 */
.board-srch {margin: 0px 0px 15px; overflow: hidden; position: relative; z-index: 1000;}
.board-srch div { position:relative;  float:right; overflow:hidden; text-align:right; padding-right: 39px  }
.board-srch select { float:left; width:70px; padding:1px 0; height:38px; font-size:0.95em; border:1px solid #d7d7d7; color:#666; background:#fff; }
.board-srch input.txt { float:left; width:200px; height:38px; line-height:38px; padding:0 5px; background:#f7f7f7; border:1px solid #d7d7d7;  }
.board-srch button.btnSearch {background: url(' ../images/board/btnSrch.gif') no-repeat;position:absolute; right:0; top:0; width:40px; height:38px; font-size:0;border-radius: 0 10px 10px 0;}
.boardTop { position:relative; margin-bottom:15px; z-index:0;   clear:both; overflow:hidden; }
.boardTop .board-srch { margin:0; }
.board-srch input.txt{  box-sizing: border-box;}
.boardTop .board-total { float:left;  z-index:1001; background: url(../images/board/icon_total.gif) no-repeat 0 50%; padding-left: 20px; margin-bottom:0 !important;}
.boardTop .board-total span { display:inline-block; margin:0 10px 0 0; line-height:2.5em; }
.boardTop .board-total strong { color:#7269e3; font-weight:700;   }


/* 게시판 : 텍스트 */
.board-text { position:relative; border-top:2px solid #2c2c2c; border-bottom: #636363 solid 0px;  }
.board-text > table { width:100%;}
.board-text > table thead th, .board-text td { padding:13px 5px; text-align:center; }
.board-text > table thead th {  border-bottom:1px solid #999;  font-size:1em; color:#111; }
.board-text > table  thead tr{ background:#f9f9f9;}
.board-text > table  thead tr:hover{ background:#f9f9f9}
.board-text > table  td {  border-bottom:1px solid #d9d9d9; color:#777;}
.board-text > table  td.link { padding:8px 10px; text-align:left; max-width:550px; box-sizing:border-box;overflow: hidden; text-overflow: ellipsis; /*white-space: nowrap;*/}
.board-text > table  tr:hover{ }
.board-text > table  td.link a { color:#333;}
.board-text > table  td.link a:hover,
.board-text > table  td.link a:focus,
.board-text > table  td.link a:active { color:#3d3cad; text-decoration:underline; }
.board-text > table  tr th:last-child, .board-text  tr td:last-child { background-image:none; }
.board-text > table  td.part{ color: #3d3cad;}
.board-text > table  td.date,
.board-text > table  td.vCount,
.board-text > table  td.num{ font-size: .875em; color: #888}
.board-text > table  tr.notice td{  background-color: #f7f9fc; }
.board-text > table  tr.notice td.link a{ color: #3d3cad }
/* 게시판 : 텍스트 뷰 */
.board-text .titBox { padding:10px 20px; background:#fcfcfc; border-bottom: 1px solid #bbb;}
.board-text .titBox .tit{font-size:1.3em; font-weight:bold; color:#333; text-align:left; margin-bottom:0;}
.board-text .infoBox { overflow:hidden; border-bottom:0px solid #bbb;  font-size: .95em}
.board-text .infoBox li { float:left; width:33.333%; padding:10px 0; border-bottom:1px solid #e3e3e3;}
.board-text .infoBox li > span { display:table-cell; margin-right:5px; padding:0 20px 0 20px; color:#666; vertical-align:top; font-size:0.95em; min-width:80px;}
.board-text .infoBox li > span:first-child {  border-right:1px solid #e3e3e3; color:#888;padding:0 0 0 20px;}
.board-text .infoBox li.file,
.board-text .infoBox li.link { width:100%;}
.board-text .infoBox li.file span a{ display: inline-block; margin-right:15px;}
.board-text .infoBox li.file span a:after { display: inline-block; content: "";background:url(' ../images/board/icoFile.png') right center no-repeat;  width: 23px; height:19px; vertical-align: middle}
.board-text .infoBox li.file span a:hover{color:  #3d3cad;}
.board-text .infoBox.col2 li{ width:50%;}

.board-text .viewBox { overflow:hidden; color:#666; padding:20px 0; line-height:160%; font-size:1rem; }
.board-text .viewBox img { max-width: 100%}
.board-text .viewBox p { line-height:160%; margin: 10px 0 }
.board-text .viewBox a { color: rgb(0, 117, 200)}
.board-text .viewBox a:hover { text-decoration: underline}	
.board-text .viewBox table th, .board-text .viewBox table td{ border:1px solid #ddd; padding:5px 10px; font-size:1em; }

.answerBox { overflow:hidden; background:#f7f7f7; border:1px solid #ddd; margin-top:20px;}
.answerBox .titleArea{border-bottom:1px solid #ddd;overflow: hidden;padding: 10px;}
.answerBox .titleArea .title{text-align: center;font-size:1.3em;font-weight:bold;color:#333;float: left;margin: 0;}
.answerBox .boardDate{float: right;}
.answerBox .viewBox{ background:#fff;}

/* 모바일전용 게시판 */
table.mb{ display:none;}
table.mb caption{ display:none;}
caption { display:none;}


/* 이전글 다음글 */
.listNavi { clear:both; overflow:hidden; margin:20px 0 0 0; border-bottom:1px solid #999; }
.listNavi li { overflow:hidden; position: relative;border-top:1px solid #d7d7d7;}
.listNavi li.next {  }
.listNavi li.next a { background-image:url(' ../images/board/bgNextList.gif');  }
.listNavi li a { display:block; overflow:hidden; padding:10px 20px 10px 90px; background:url(' ../images/board/bgPrevList.gif') 10px center no-repeat;}
.listNavi li a strong { display:inline-block; padding:10px 20px; background:url(' ../images/board/bgTxtList.gif') right center no-repeat; position: absolute; left: 10px; top:0}
.listNavi li a span { display:block; padding-left:20px; overflow: hidden; white-space: nowrap;  text-overflow: ellipsis; }
.listNavi li a:hover span { color:#3d3cad }
/* common form element */
input.inpTxt, input.inpFile { padding:3px 1px; border:1px solid #abadb3; background:#fff; }
input.file + div{position:relative !important;display:inline-block !important;}
input.inpFile { margin:0 3px 0 0; }
textarea.txtArea { padding:5px; border:1px solid #abadb3; background:#fff; }
select.selTxt { min-width:80px; height:38px;  margin-right: -1px; padding-left: 5px}

@media only screen and (max-width:700px){
	.board-srch input.txt{width:150px;   height: 35px; line-height: 35px;}
	select.selTxt { min-width:70px; height:35px;}
	.board-srch button.btnSearch {height:35px;}
	.board-text .infoBox li { padding:7px 0;}
}

@media only screen and (max-width:450px){
	.board-srch div { float: none; width: 100%;}
	.board-srch input.txt{width:70%;height: 35px; line-height: 35px;}
	select.selTxt { width:30%; height:35px;}
	
	.board-text .titBox {padding: 10px 10px;}
	.board-text .infoBox li span { padding: 0 10px 0 10px !important ;min-width: 70px;}	
	.board-text .infoBox li.file span  {padding: 0 0px 0 10px !important ;}
	.board-text .infoBox li.file span a {display:block; margin-right: 0}
	.board-text .infoBox li.file span:first-child{padding: 0 10px 0 10px !important ;}
	

	.listNavi li a { padding:10px 20px 10px 20px; }
	.listNavi li a strong { width: 0px;padding: 10px 10px; overflow: hidden; text-indent: -9999px;}

}

/* 댓글 */
.screen_out {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px}
.sort_comm {overflow:hidden;position:absolute;right:0}
.cmt_comm {position:relative;*zoom:1}
.cmt_comm .tit_cmt {display:block;margin-bottom:14px;font-size: 1.1em;}
.cmt_comm .num_cmt {font-weight:normal;font-size:14px;color: #ff9b00;}
.cmt_comm .regist_cmt {overflow:hidden; position:relative;}
.cmt_comm .admit_opinion {float:left;position:relative;border:1px solid #ccc;border-right:0}
.cmt_comm .tf_cmt {overflow:hidden;padding:6px 7px;border:0}
.cmt_comm .label_guide {position:absolute;top:22px;left:19px;font-size:14px;color:#777}
.cmt_comm .btn_submit { position:absolute; right:0;font-weight:600;font-size:16px;color: #ffffff;background: #888;}
.cmt_comm .num_byte {color:#ff9b00;}
.cmt_comm .regist_cmt .info_append {position:absolute;right:11px;bottom:6px;color:#777}
.cmt_comm .fld_cmt .regist_cmt {margin-bottom:20px}
.cmt_comm .fld_cmt .admit_opinion {width:80%;height:62px}
.cmt_comm .fld_cmt .tf_cmt {width: 100%;height: 60px;}
.cmt_comm .fld_cmt .btn_submit {width: 20%;height: 62px;}
.cmt_comm .fld_reply .admit_opinion {width: 80%;height: 50px;}
.cmt_comm .fld_reply .tf_cmt {width:100%;height:48px}
.cmt_comm .fld_reply .btn_submit {width:20%;height:50px}
.cmt_comm .info_reply {display:none;margin-left:75px;margin-bottom:17px}
.cmt_comm .ico_arrow {display:inline-block;overflow:hidden;width:7px;height:4px;background-position:0 -707px;vertical-align:top}
.cmt_comm .ico_new { background:url('../images/board/ico_new.png'); width:13px; height:13px; font-size:0;overflow:hidden;display:inline-block; vertical-align: middle; margin-top:-1px;}
.cmt_comm .txt_nick {line-height:17px}
.cmt_comm .txt_date {margin:0 6px 0 10px;color:#888}
.cmt_comm .btn_del, .cmt_comm .btn_report {display:inline-block;overflow:hidden;height:11px;margin-top:1px;vertical-align:top;text-indent:-9999px}
.cmt_comm .btn_del {width:11px;background-position:-306px -58px}
.cmt_comm .btn_report {width:14px}
.cmt_comm .txt_cmt {margin:8px 0;line-height:20px;color:#666}
.cmt_comm .btn_more {display:none;width:826px;height:28px;padding-top:11px;margin-top:25px;margin-left:auto;margin-right:auto;border:1px solid #e5e5e5;text-align:center;text-decoration:none}
.cmt_comm .btn_more .ico_comm {margin:7px 0 0 4px}
.cmt_comm .paging_number {margin-top:29px}
.list_cmt {position:relative;min-height:72px;padding:28px 190px 15px 74px;border-bottom:1px solid #e5e5e5;}
.list_cmt .img_profile, .list_cmt .round_cover {position:absolute;top:20px;left:0;width:58px;height:58px}
.list_cmt .round_cover {background-position:0 -500px}
.list_cmt .btn_comm {margin-left:6px}
.list_cmt .ico_arrow {margin:6px 0 0 5px}
.list_cmt .desc_info {display:inline-block;height:15px;line-height:15px}
.list_cmt .emph_num {color:#ff9b00;}
.list_depth2 {display:none;position:relative;margin-left:75px;margin-bottom:12px;padding-left:15px;*zoom:1}
.bg_comm {display:block;background:url('../images/board/ico_comm.png') no-repeat}
.list_depth2 .bg_comm {position:absolute;top:0px;left:0;width:9px;height:9px;background-position:0px 0px}
.list_depth2 .btn_report  {background-position:-316px -330px}
.list_depth2 .btn_comm {margin:2px 0 0 6px}
.list_depth2 .txt_bar{margin-top:3px}
.open_child .list_cmt {border-bottom:0}
.open_child .list_depth2 {display:block}
.open_child .info_reply {display:block}
.open_child .btn_more {display:block}
.cmt_comm .none_cmt {padding:38px 0px 55px;border-bottom:1px solid #e5e5e5;color:#666;text-align:center}

#cmtArea {width: auto;}
.cmt_comm .txt_cmt {word-break:break-word}
.cmt_comm .fld_cmt .regist_cmt {margin-bottom:0}
.cmt_comm .txt_spo {color:#666}
.cmt_comm .link_spo {display:none}
.cmt_comm .wrap_cmt {text-align:left; }
.box_comment {margin-bottom:12px;padding: 30px 20px 20px 20px;border:1px solid #e5e5e5;position: relative;}
.box_comment .wrap_spo {height:24px;padding-bottom:5px}
.box_comment .box_check {position:relative;cursor:default}
.box_comment .box_check .ico_comm {width:17px;height:17px}
.box_comment .box_check .ico_choiced {border-color:#262424;background-color:#262424;background-position:2px -429px}
.box_comment .inp_check {position:absolute;top:0;left:0;width:19px;height:19px}
.box_comment .desc_spo {padding-left:26px;color:#777;line-height:22px}
.box_comment .info_append {position:absolute;top:2px;right:20px;color:#777;}

.list_cmt { width:100%; padding: 28px 10px 23px 10px;}
.cmt_comm .info_reply {margin:0 20px 17px 20px;}
.list_depth2 {margin-left:20px}
.cmt_comm .btn_more {margin:25px 0 0 20px}
.list_cmt .item_updown {top:27px}


/* 게시판 : 작성 */
.board-write { position:relative; border-top:2px solid #2c2c2c;   }
.board-write > table { width:100%;}
.board-write .tit { padding:15px 0; overflow:hidden;}
.board-write .tit .inputTxt { width:81%;}
.board-write .label {color:#333; display:inline-block; float:left; width:15%; margin:0 1% 0 2%; line-height:22px; background:url(' ../images/board/bgInfo.gif') right center no-repeat;}
.board-write .inputTxt {padding:0 1%; height:22px; border:1px solid #abadb3;}
.inputTxt.type01{width:10%;}
.inputTxt.type02{width:20%;}
.inputTxt.type03{width:30%;}
.inputTxt.type04{width:40%;}
.inputTxt.type05{width:50%;}		
.board-write .infoBox { overflow:hidden; padding:15px 0; border-top:1px dashed #d7d9da; border-bottom:1px solid #999;}
.board-write .infoBox li {margin:0; color:#666;}
.board-write .infoBox_last { overflow:hidden; padding:0 0 15px 0; border-bottom:1px solid #d7d7d7; background:#fcfcfc; }
.board-write .infoBox_last li {margin:15px 0 0 0; color:#666; }
.board-write .selectTxt {height:24px; line-height:24px; border:1px solid #abadb3;}
.board-write .viewBox { overflow:hidden; color:#666; padding:15px 0; border-bottom: 1px solid #999;}
.board-write .textarea { width:97.5%; height:200px; padding:0 1%; margin:0; border:1px solid #abadb3; }

/* 첨부파일 */
.board-write .fieldBox { padding:15px 0; border-top:1px solid #d7d7d7; border-bottom:1px solid #999;}
.board-write .fieldBox dl { overflow:hidden; color:#666; line-height:1.5em;}
.board-write .fieldBox dl dd { float:left; width:81%}
.board-write .fileWrap { position:relative; }
.board-write .fileWrap .file { display:block; padding-right:82px;}
.board-write .fileWrap .file input { padding:0 5px; height:25px; width:97%; border:1px solid #abadb3; }
.board-write .fileWrap .fileBg { position:absolute; right:6px; top:0; display:inline-block; width:65px; height:27px; background:url(' ../images/board/btnFileSearch.gif') 0 0 no-repeat; }
.board-write .fileWrap .fileBg input { filter:alpha(opacity=0); opacity:0; width:65px; height:27px; cursor:pointer;}
.board-write .fileWrap + .fileWrap { margin-top:10px;}

.boardWrite .files > li {line-height: 30px}
.boardWrite .files > li select{ float: left; width: 20%;}
.boardWrite .files > li label { top:inherit; width:10%; display: inline-block; text-align: right; padding-right: 10px}
.boardWrite .files > li input[type="text"]{ width: 70%; vertical-align: top}
@media only screen and (max-width:700px){
	.boardWrite .files > li select{ float: left; width: 30%;}
	.boardWrite .files > li label { width:15%; text-align: center; padding-right: 0px}
	.boardWrite .files > li input[type="text"]{ width: 55%;}
}
@media only screen and (max-width:450px){
	.boardWrite .files > li select{ float: none; width:100%;}
	.boardWrite .files > li label {  display: none; }
	.boardWrite .files > li input[type="text"]{width: 100%;}
}

/*******************
	Board List style
********************/

table.list				{ width: 100%; padding:0; border-spacing:0px; border:0; border-collapse:collapse; border-top: 2px solid #444444; border-bottom: 1px solid #cfd1d4; margin-bottom: 20px;   }
table.list thead th		{ background: #f8f8f8; padding: 15px 0; font-weight: 400; font-size:1.2em; }
table.list tbody td		{ border-top: 1px solid #cfd1d4; font-size: 0.94em; padding: 15px 10px; }

.btn-group		{ padding: 20px 0; text-align: right; }

.pageNav		{ padding-bottom: 50px; text-align: center; }

.pageNav > *	{ display: inline-block; min-width: 36px; height: 36px; line-height: 36px; border: 1px solid #cfd1d4; }
.pageNav span	{ background: #444444; color: #fff; }

.agree-box			{ margin-bottom: 50px; }
.agree-box .inner	{ padding: 20px; border: 1px solid #bfbfbf; background: #f7f7f7; margin-bottom: 20px; }
.agree-box .scroll	{ overflow-y: auto; height: 150px; }
.form-layout        {border-top: 2px solid #6b6b6b;   }
table.form			{ width: 100%; padding:0; border-spacing:0px; border:0; border-collapse:collapse;  table-layout: fixed; }
table.form th		{padding: 10px 5px;border-bottom: 1px solid #cfd1d4;background: #f4f4f4;font-weight: 700; text-align:center; color:#333;}
table.form td		{padding: 10px;border-bottom: 1px solid #cfd1d4;}
table.form input	{ max-width: 100%; }
table.form textarea	{ height: 150px; }
table.form textarea.min{ height: 80px;}
table.form fieldset	{ display: inline-block; min-width: 140px; padding-right: 20px; padding: 5px 5px 5px 0; }
table.form .full	{ width: 100%; box-sizing:border-box; }
table.form .half	{ width: 40%; }
table.form .help		{color: #5fa82a;margin-bottom: 15px;clear: both;}
table.form em{ display: block;}
table.form .checkbox { overflow:hidden;}
table.form .checkbox input[type="checkbox"],
table.form .checkbox label{ padding: 5px 5px 5px 0; }
table.form .checkbox span{display:block;float:left;overflow:hidden;min-width:140px;margin: 2px 0 2px 10px;}

/* Board : Write */
.boardWrite { width:100%; margin-top:10px; border-top:2px solid #61646c; border-bottom:1px solid #8e919a;  clear:both }
.boardWrite thead th { height:22px; padding-bottom:10px; font-size:1.05em; background:#61646c; color:#fff;}
.boardWrite th, .boardWrite td { padding:9px 15px 8px; height:30px; border-top:1px solid #cccfd5;}
.boardWrite td.edit { padding:9px 0 8px 0;}
.boardWrite td.edit p.mgt10 { color: #777; font-size: .9em}
.boardWrite tr:first-child th, .boardWrite tr:first-child td { border-top:none}
.boardWrite th { background:#f6f6f7; color:#333}
.boardWrite col:first-child { width:20%;}
.boardWrite col + col { width:auto;}
.boardWrite input[type="text"], 
.boardWrite input[type="email"],
.boardWrite select {width:100%; box-sizing:border-box; height:30px; text-indent:5px;border: 1px solid #ddd;}
.boardWrite input[type="tel"] { _width:150px;}
table .button.small,
table .button{ margin-bottom:0; height:30px !important; line-height:30px !important;}
.boardWrite .setBlock { display:inline-block; white-space:nowrap; }
.boardWrite input[type="text"].setBlock, 
.boardWrite input[type="email"].setBlock,
.boardWrite input[type="tel"].setBlock,
.boardWrite input[type="password"].setBlock,
.boardWrite select { width:191px; }
.boardWrite textarea,
.boardWrite input[type="email"] { width:100%; box-sizing:border-box;}
.boardWrite input[type="file"] { display:block; width:100%; box-sizing:border-box; height:33px; margin-bottom:5px}
.boardWrite .listStyle { margin-top:10px}
.boardWrite .arrowBl { display:block; }
.required{ font-weight:normal; color:#ff0000; display:inline-block; margin-left:5px}

/* 자동입력방지 */
.boardWrite .autostop{float:left; width:80px; height:50px;}


/* captcha */
.captchaWrap { position:relative; overflow:hidden; min-height:70px; vertical-align:bottom}
.captchaWrap a{ display:inline-block}
.captchaWrap img { border:0}
.captchaWrap #captcha_image,
.captchaWrap #captcha_image_audio_controls,
.captchaWrap a.btnRefresh,
.captchaWrap .inputBtn,
.captchaWrap #captcha_code.inputText,
.captchaWrap #captcha_image_audio_div,
.captchaWrap .txtGuide {float:left; margin-right:3px; }
.captchaWrap #captcha_code.inputText{ border:1px solid #d2d2d2; height:33px; line-height:33px; padding:0 5px; width:100px; }
.captchaWrap #captcha_image {  margin-top:0px }
.captchaWrap .txtGuide{ font-size:0.85em; color:#666; line-height:35px; padding-left:10px}


/* 포토게시판 */
/*
.board-imgTxt{box-sizing:border-box;width:100%;overflow:hidden;padding: 20px 0;margin-top:10px;border-top:2px solid #61646c;border-bottom:1px solid #93969c;}
.board-imgTxt > ul > li{display:inline-block;overflow:hidden;width: 235px;margin: 0 7px;margin-bottom:30px;position:relative;text-align:center;vertical-align:top;}
.board-imgTxt > ul > li a p{ display:block; width:100%; box-sizing:border-box;}
.board-imgTxt > ul > li a p.ImgBox{min-width: 235px;height: 157px;overflow:hidden;background:#f6f6f6 url(' ../images/board/noImg_logo.png') center center no-repeat;margin-bottom:0;position:relative;border-radius: 8px;}
.board-imgTxt > ul > li a p.ImgBox img {width:100%;min-height: 157px;transition: 0.4s all ease; -webkit-transition: 0.4s all ease; -moz-transition: 0.4s all ease; -ms-transition: 0.4s all ease; -o-transition: 0.4s all ease;}
.board-imgTxt > ul > li a .Title{ padding:15px 0 5px 0px; margin-bottom:0;}
.board-imgTxt > ul > li a .date{ padding:0px 0 15px 0px; font-size:0.85em; color:#999;  margin-bottom:0;}
.board-imgTxt > ul > li a .Title{ display:block; margin:0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.board-imgTxt > ul > li:nth-child(4n+1){ margin-left:0}
.board-imgTxt > ul > li:nth-child(4n+4){ margin-right:0}
.board-imgTxt > ul > li a:hover .Title{ text-decoration:underline; color: #3d3cad;}*/

.board-imgTxt{box-sizing:border-box;width:100%;overflow:hidden;padding: 30px 0 0px;margin-top:10px;border-top:2px solid #2c2c2c;border-bottom:1px solid #ddd;}
.board-imgTxt > ul > li { float: left;vertical-align:top;margin:0px 0 30px 2%;width:23.5%;}
.board-imgTxt > ul > li:nth-child(4n+1) { margin-left: 0}
.board-imgTxt > ul > li:hover .list-cont a {color:#043d86;text-decoration:underline;}
.board-imgTxt > ul > li a {display:block;width:100%;height:100%;}
.board-imgTxt > ul > li .ImgBox {position:relative;padding-bottom:56.25%;padding-top:35px;height:0;overflow:hidden;background:#f6f6f6 url(../images/board/noImg_logo.png) no-repeat 50% 50%;border-radius: 15px;}
.board-imgTxt > ul > li .ImgBox img {position:absolute;top:0;left:0;width:100%;height:100%;transition: 0.4s all ease; -webkit-transition: 0.4s all ease; -moz-transition: 0.4s all ease; -ms-transition: 0.4s all ease; -o-transition: 0.4s all ease;}
/*.board-imgTxt > ul > li .ImgBox:hover .cover {display:block;position:absolute;top:0;left:0;background:#f6f6f6 url(../images/board/ico_ovmore.png) no-repeat 50% 50%;border-radius: 8px; opacity:0.6;filter:Alpha(opacity=60);width:100%;height:100%;}*/
.board-imgTxt > ul > li .Title {display:block;padding-top:10px; margin: 0; font-size: 1em;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align: center}
.board-imgTxt > ul > li .date {font-size:0.875em;margin:0px; text-align: center; color: #B1B1B1}
.board-imgTxt > ul > li:hover .Title{color:#3d3cad; text-decoration:underline;}
/*.board-imgTxt > ul > li .ImgBox:hover .cover {display:block;position:absolute;top:0;left:0;background:#000 url('../images/board/ico_ovmore.png') no-repeat 50% 50%;opacity:0.5;filter:Alpha(opacity=50);width:100%;height:100%; z-index:1}
.board-imgTxt > ul > li .ImgBox:hover img{-ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2);}*/


@media only screen and (max-width:700px){
	.lectorList > li {float:none; width:inherit;margin: 0 0 10px 0;}
}
@media only screen and (max-width:360px){
	.lectorList > li  .lector_img {width: 120px; height: 160px; margin-right:10px;}
	.lectorList > li  .lector_img img {height: 100%}
	.lectorList > li  .lector_info dl {padding: 5px 0px;}
	.lectorList > li  .lector_info dl dd { padding-left: 170px;}
	.lectorList > li  .lector_info dl dd span { left: 130px}
}


/* 동영상 */
.board-mvBox{ box-sizing:border-box;  width:100%; overflow:hidden; padding:30px 0; margin-top:10px; border-top:3px solid #61646c; border-bottom:1px solid #93969c;   }
.board-mvBox li{display:inline-block; overflow:hidden;width: 245px;margin: 0 14px;margin-bottom:30px;position:relative; text-align:center; vertical-align:top;}
.board-mvBox li a p{ display:block; width:100%; box-sizing:border-box; text-align:left;}
.board-mvBox li a p.ImgBox{min-width: 245px;height:165px;overflow:hidden; background:#f6f6f6 url(' ../images/board/noImg_logo.png') center center no-repeat;  margin-bottom:0; position:relative;}
.board-mvBox li a p.ImgBox img {width:100%; min-height:165px;}
.board-mvBox li a .Title{ padding:15px 20px 5px 0px; margin-bottom:0;}
.board-mvBox li a .date{ padding:0px 10px 15px 0px; font-size:0.85em; color:#777;  margin-bottom:0;}
.board-mvBox li a .Title{ display:block; margin:0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width:193px;}
.board-mvBox li:nth-child(4n+1){ margin-left:0}
.board-mvBox li:nth-child(4n+4){ margin-right:0}
.board-mvBox li a:hover .Title{ text-decoration:underline; color: #21878e; font-weight:700;}
.board-mvBox li .ImgBox:hover .cover {display:block;position:absolute;top:0;left:0;background:#000 url('../images/board/ico_ovmore02.png') no-repeat 50% 50%;opacity:0.6;filter:Alpha(opacity=60);width:100%;height:100%;}


/* 게시판 입력 테이블*/
.board-write-tb{width:100%; border-top:2px solid  #393f46; border-bottom:1px solid #999;}
.board-write-tb th { padding:15px 0 13px 12px; background:#f7f7f7; border-top:1px solid #d9d9d9; text-align:left; vertical-align:top; color:#666; }
.board-write-tb td { padding:11px 0 9px 20px; border-top:1px solid #d9d9d9; border-top:1px solid #d9d9d9; }
.board-write-tb .inputTxt {width:95%; padding:0 5px; height:22px; border:1px solid #abadb3;}
.inputTxt.type01{width:10%;}
.inputTxt.type02{width:20%;}
.inputTxt.type03{width:30%;}
.inputTxt.type04{width:40%;}
.inputTxt.type05{width:50%;}
.board-write-tb .selectTxt {height:24px; line-height:24px; border:1px solid #abadb3; }
.board-write-tb .selectTxt.w100 { margin-right:5px; width:100px; }
.board-write-tb .textarea { width:95%; height:200px; padding:4px 5px; margin:0; border:1px solid #abadb3; }
.board-write-tb .fileWrap { position:relative; }
.board-write-tb .fileWrap .file { display:block; padding-right:93px;}
.board-write-tb .fileWrap .file input { padding:0 5px; height:25px; width:97%; border:1px solid #abadb3; }
.board-write-tb .fileWrap .fileBg { position:absolute; right:17px; top:0; display:inline-block; width:65px; height:27px; background:url(' ../images/board/btnFileSearch.gif') 0 0 no-repeat; }
.board-write-tb .fileWrap .fileBg input { filter:alpha(opacity=0); opacity:0; width:65px; height:27px; cursor:pointer;}
.board-write-tb .fileWrap + .fileWrap { margin-top:10px;}

.newData { display:inline-block; vertical-align:middle; width:11px; height:13px; margin-left:10px; font-style:normal; text-indent:-1000px; background:url(' ../images/board/icoNew.gif') 0 center no-repeat; }

/* 배너드래그 */
.banner_box{ position:relative; padding:22px 0 15px 2%; background:#f3f3f3; border:1px solid #ddd; overflow:hidden;}
.banner_box p{ margin-bottom:16px;}
.banner_box .btnTy1{ position:absolute; right:2%; top:15px;}
.banner_list { width:100%;}
.banner_list li {float:left; width:18%; margin-right:2%; margin-bottom:10px;}
.banner_list li img { border:1px solid #ddd; width:100%; background:#fff;}
.banner_list li span { padding-top:12px; color:#555; text-align:center; display:block;}
.page-mobile {display:none;}

/* 게시판 페이징 */
.board-paging { margin:20px 0 0; text-align:center; clear:both; font-size:0;font-family: arial;}
.board-paging a, .board-paging a.on {display:inline-block; text-align:center;  margin:-1px 0 0 -1px; padding:0 10px; height:30px; line-height:30px;vertical-align:top; border:1px solid #d8d8d8; font-size:15px; box-sizing:border-box; }
.board-paging a.on { color:#fff; background: #8080bf !important;border-color:#8080bf;}
.board-paging a:hover{ background:#e4e4e4;}
.board-paging a.on:hover, .board-paging a.on:focus, .board-paging a.on:active{ color:#fff; font-weight:normal;}
.board-paging a:hover, .board-paging a:focus, .board-paging a:active { color:#111;}
.board-paging a.first, .board-paging a.last {padding:0;width:30px;height:30px;}
.board-paging a.first {background:url(' ../images/board/pageFirst.gif') center center no-repeat;}
.board-paging a.last {background:url(' ../images/board/pageLast.gif') center center no-repeat;}
.board-paging a.prev, .board-paging a.next {padding:0;width:30px;height:30px;}
.board-paging a.prev {margin-right:10px;background:url(' ../images/board/pagePrev.gif') center center no-repeat;}
.board-paging a.next {margin-left:10px;background:url(' ../images/board/pageNext.gif') center center no-repeat;}

/* faq */
.faqDetail{clear:both;overflow:hidden;border-top: 2px solid #20364b;}
.faqDetail ul{color:#666; border-bottom:1px solid #d6d6d6;}
.faqDetail li{border-top: 1px solid #dfdfdf;}
.faqDetail li:first-child{border-top:none;}
.faqDetail li > a {position:relative;padding: 17px 30px 15px 50px;position:relative;display:block;font-size:1em;line-height:150%;color:#111;border: 1px solid #fff;border-width: 0 1px;letter-spacing:-0.03em; background:url('../images/board/ico_faq.png') no-repeat 10px 14px;}
.faqDetail li > a:after { content: ""; display: block; width: 60px; height: 60px; position: absolute; right: 0; top:0px; background: url('../images/board/arrow_faq.png')no-repeat center 25px;}
.faqDetail li > a:hover{ color:#5b9a09;}
.faqDetail li.faq.on > a{ color:#000; font-weight:bold; background-color:#fff;}
.faqDetail li.faq.on > a:after { background-position: center -70px;}
.faqDetail li.faq.on > a{  border-color:#fff;}
.faqDetail li.faq.on div.txt_box{ display:block; padding:18px 15px 26px 50px; background:#f9f9f9 url('../images/board/ico_faq.png') no-repeat 10px -158px; /*border-top:1px solid #dfdfdf;*/ border-width: 0 0 1px 0; overflow:hidden; margin-bottom:-1px; font-size: .95em}
.faqDetail li.faq .txt_box a{ font-size:0.9em; color:#666;}
.faqDetail li.faq .txt_box{display:none; }
.faqDetail ul ul{border-bottom:none;}
.faqDetail li li{border-top:none;}
.faq table{ font-size:1.05em;}

/* loginBox*/
.loginBox { overflow:hidden; padding:30px 30px 40px 370px; border:1px solid #dfdfdf; position:relative; background:url(' ../images/board/loginBg.png') no-repeat 40px center;}
.loginBox:before{content:'';border-right:1px solid #ddd;display:inline-block;height: 160px;width: 1px;position: absolute;left: 300px;}
.loginBox .login_text {}
.loginBox dl{ position:relative;}
.loginBox dt{ width:80px; display:block; float:left;height:45px; line-height:45px;}
.loginBox dd{display:block;}
.loginBox input[type="text"],
.loginBox input[type="password"] { height:45px;margin-bottom:5px;padding:13px 10px 10px 45px;}
.loginBox input[type="text"] {background:url(' ../images/board/icon_login.png') no-repeat 10px 4px;}
.loginBox input[type="text"]:-webkit-autofill {background-color: rgb(250, 255, 189); background:url(../img/member/icon_login.png) no-repeat 10px 4px;color: rgb(0, 0, 0);}
.loginBox input[type="password"] {background:url(' ../images/board/icon_login.png') no-repeat 10px -78px;}
.loginBox .bt {position:absolute;top:0;left:270px;display:block;margin-bottom:5px;font-size:1.2em;width: 145px;}
.loginBox .bt input{ border:0; border-radius:3px; cursor:pointer; height:95px; width:100px;}


/* 신청서 양식 */
.agree-box			{ margin-bottom: 50px; }
.agree-box .inner	{ padding: 20px; border: 1px solid #bfbfbf; background: #f7f7f7; font-family: 'Dotum'; margin-bottom: 20px; }
.agree-box .scroll	{ overflow-y: auto; height: 150px; }


@media only screen and (max-width: 640px) {
	table.form,
	table.form thead,
	table.form tbody,
	table.form tr,
	table.form th,
	table.form td		{ display: block; position: relative; }
	
	table.form			{ border-top: none; }
	table.form tr		{ overflow: hidden; }
	table.form th		{ text-align: left; padding-left: 10px; border-top: 1px solid #cfd1d4; margin-top: 5px;}
	table.form td		{ border-right:0; }
	table.form tr:first-child th:first-child{ margin-top:0;}
	table.form em{ display: inline}
	

}



@media only screen and (max-width: 1024px) {
	.board-paging a, .board-paging a.on { font-size:14px;}
	
	.reserve table{ width:100%;}	
	.faqDetail li.faq.on div.txt_box img{ width:100%; max-width:500px;}	
	.board-text .infoBox li{ width:100%;} 
	.viewBox img{ width:100%; max-width:500px;}
	.board-text .dpNo{ display:none;}
	.board-text > table  td.link{ width:85%;}
	
	/* 포토게시판 */
	.board-imgTxt > ul > li,
	.board-imgTxt > ul > li:nth-child(4n+4){ display:block; float:left; margin:0 3% 20px 0; width:31.3%;}
	.board-imgTxt > ul > li:nth-child(3n+3){ margin-right:0;}	
	.board-imgTxt > ul > li a p.ImgBox{ min-width:inherit; width:100%;}
	
	/* 동영상 */
	.board-mvBox {padding: 15px 0;}
	.board-mvBox li{float:none;width:48%;margin-bottom:10px;padding-bottom:10px;}
	.board-mvBox li,
	.board-mvBox li:nth-child(4n+1),
	.board-mvBox li:nth-child(4n+4){ margin:0 0 10px 0}
	.board-mvBox li:nth-child(2n+2){ float:right;}
	.board-mvBox li a{ display:block;}
	.board-mvBox li a p.ImgBox{height: 165px; margin-bottom:10px;}
	.board-mvBox li a p.ImgBox img{ min-height:100px;}
	.board-mvBox li a .Title,
	.board-mvBox li a .date{padding: 0;width:auto;}
	
	.loginBox,
	.loginBox.box2 { background:none; padding:30px;}
	.loginBox:before,
	.loginBox.box2:before{ display:none;}
	.loginBox dt{ width:15%; min-width:50px; font-size: 1em;}
	.loginBox dd{ width:85%; float: right;}
	.loginBox dd input{ width:100%;}
	.loginBox .bt{ position:relative; top:auto; left:auto; width:100%;} 
	.loginBox .bt input{ height:45px; width:100%; padding:0 50px; text-align:center;}
	
	.faqDetail li a {padding: 10px 35px 10px 45px;background-position: 13px 10px;background-size:25px;position:relative;letter-spacing:-0.07em;}
	.faqDetail li.faq.on div.txt_box{padding: 15px 15px 13px 46px;background-size: 25px;background-position: 15px -140px;}
	.faqDetail li a:after{width: 45px;height: 45px;background-position-y: 20px;}
	.faqDetail li.faq.on a:after{ background-position: center -75px;}	
}

@media only screen and (max-width : 640px) {
	.board-text .tit { font-size:1.2em; }
    .board-text .viewBox img { width:100%; text-align:center; }
    .board-imgTxt > ul > li div { height:80px; line-height:80px;  background:none; }
    .board-imgTxt > ul > li div img { width:100%; height:auto; }
    .boxLayer { left:0; top:0; bottom:0; width:100% !important; height:100% !important; margin:0 !important; overflow-y:auto; }
    .board-text .infoBox li { float:none; margin:0 0 5px 0; }
    .board-text .snsBox { top:10px; left:20px; text-align:left; }
	.board-imgTxt > ul > li {}
    .board-imgTxt > ul > li div { height:80px; line-height:80px;  background:none; }
    .board-imgTxt > ul > li div img { width:100%; height:auto; }
    .viewBox img { width:100% !important; height:auto !important; }
	
	.boardWrite input[type="text"].setBlock, 
	.boardWrite input[type="email"].setBlock,
	.boardWrite input[type="tel"].setBlock,
	.boardWrite input[type="password"].setBlock,
	.boardWrite select { width:100%; }
	
	.cntBody .srcoll-table{ margin-top:0}
	.boardTop{ margin-bottom:10px;}
	.boardTop .board-total span{ line-height:1.5em;}
	
	
	/* 포토게시판 */
	.board-imgTxt {}
	.board-imgTxt > ul > li{ display:block; float:left; margin:0 0 20px 0 !important; width:48% !important;}
	.board-imgTxt > ul > li:nth-child(2n+2){ float:right;}
	
	/* 동영상 */
	.board-mvBox {padding: 15px 0;}
	.board-mvBox li{ float:none; width:100%; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #ddd;}
	.board-mvBox li:last-child{ border-bottom:0;}
	.board-mvBox li a{ display:block;}
	.board-mvBox li a .Title,
	.board-mvBox li a .date{width:auto;}

}

@media only screen and (max-width :450px) {
    .reples .page-web { display:inline;}
	.reples .page-mobile { display:none !important;}
	.page-web { display:none; }
    .page-mobile { display:inline !important; }
	table.wb { display:none; }
    table.mb { display:inline-table;}
	.board-text > table  td.link{ width:75%;}
	.boardTop .board-total{ position:relative; top:auto; left:auto; float:none;padding-bottom: 5px;}
	.board-srch div{ float:left;}
	
    input.inpFile { width:150px !important; }
	
	.subjectList-web { display:none; }
	.subjectList-mobile { display:inline !important; }
	.td-web { display:none; }
	
	.loginBox dd{ width:80%;}	
	
	/* 포토게시판 */
	.board-imgTxt {}
	.board-imgTxt > ul > li{ width:100% !important; float:none;}
	.board-imgTxt > ul > li a .Title{ width:100%;}
}


@media only screen and (max-width :430px) {
	
	.loginBox dd{ width:75%;}
}


@media only screen and (max-width: 420px) {

}


/* boardTab */
.boardTab {position:relative;padding:0;margin-bottom: 30px; background:#fbfbfb; box-shadow: 0 0 0 0px #ddd inset;}
.boardTab:after { clear:both; content: ""; display: block}
.boardTab li {float:left;width:25%;box-sizing:border-box;}
.boardTab li:last-child {padding:0px; border-left:0;}
.boardTab li a{display:block;padding:0 5px;height:45px;line-height:45px;font-size:16px;text-align:center;color: #777;text-decoration:none;letter-spacing:-0.05em;border: 1px solid #ddd;margin:-1px 0 0 -1px;box-sizing:border-box;background: #fbfbfb;transform:all .3s ease;transition:background .3s, border-color .3s;}
.boardTab li a:hover,.boardTab li a:focus,.boardTab li a:active{color:#20364b; background:#fff;}
.boardTab li.on a{color: #44b0b3;border-top: 2px solid  #44b0b3;background: #fff;border-bottom:1px solid #fff; font-weight:700;}
.boardTab.cols2 li{ width:50%;}
.boardTab.cols3 li{ width:33.3%;}
.boardTab.cols3 li:nth-child(2),.boardTab.cols3 li:nth-child(5){ width:33.4%;}
.boardTab.cols4 li{width:25%;}
.boardTab.cols5 li{width:20%;}
.boardTab.cols6 li{ width:16.6%;}
.boardTab.cols6 li:first-child { width:17%;}
.boardTab.cols7 li{width: 14.2%;}
.boardTab.cols7 li:first-child {width: 14.8%;}
.tab_content { display: none; background-color: #fff;}

@media only screen and (max-width:1024px){
	.boardTab.cols3 li,.boardTab.cols3 li:nth-child(2),.boardTab.cols3 li:nth-child(5),
	.boardTab.cols4 li,
	.boardTab.cols5 li,
	.boardTab.cols6 li:first-child,
	.boardTab.cols6 li{width:50%;}	
	.boardTab.cols7 li,
	.boardTab.cols7 li:first-child{ width:33.3%;}
	.boardTab li a{ font-size: 1em;}
}
@media only screen and (max-width:640px){
	.boardTab.cols7 li,
	.boardTab.cols7 li:first-child{ width:50%;}
	.boardTab li a{ font-size: 0.94em;}	
}

.score li{ padding-left:0;}
.score li:before{ display:none;}
.score span{ display:inline-block; width:100px; font-weight:700;}
@media only screen and (max-width:640px){
	.score span{ display:block; width:auto; }
}





	