@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; }

/* 게시판 하단 버튼 */
.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:35px;}
.totalSrch .srchFrom input[type="text"]{display: inline-block; vertical-align: middle; color:#333;	border-right: 0; width: 709px;	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:#0f62b5 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{}
.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:#0f62b5; 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 screen and (max-width: 1024px) {	
.totalSrch .srchFrom{ width:auto;}
.totalSrch .srchFrom input[type="text"]{width:504px;}
}

@media screen and (max-width :640px) {
.totalSrch .srchFrom input[type="text"]{width:184px;}
}


/* 게시판 : 검색 */
.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;  }
.board-srch select { float:left; width:50px; 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;}
.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:#44acb3; font-weight:500; }


/* 게시판 : 텍스트 */
.board-text { position:relative; border-top:2px solid #2c2c2c; border-bottom: #636363 solid 1px;  }
.board-text > table { width:100%;}
.board-text > table thead th, .board-text td { padding:13px 0; text-align:center; }
.board-text > table thead th {  border-bottom:1px solid #999;   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:15px 10px; text-align:left; width:680px; max-width:680px; 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:#21878e; 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: #07a8ad;}

/* 게시판 : 텍스트 뷰 */
.board-text .titBox { padding:20px; background:#fcfcfc; border-bottom: 1px solid #bbb;}
.board-text .titBox .tit{font-size:1.35em; font-weight:bold; color:#333; text-align:left; margin-bottom:0;}
.board-text .infoBox { overflow:hidden; border-bottom:0px solid #bbb; }
.board-text .infoBox li { float:left; width:33.3%; padding:15px 0; border-bottom:1px solid #e3e3e3; display:block; box-sizing:border-box; }
.board-text .infoBox li span { display:table-cell; margin-right:5px; padding:0 20px; color:#666; vertical-align:top; font-size:0.95em;}
.board-text .infoBox li span:first-child { min-width:60px; border-right:1px solid #e3e3e3; color:#888;}
.board-text .infoBox li.file,
.board-text .infoBox li.link { width:100%;}
.board-text .infoBox li.file span a{ padding-right:22px; background:url(' ../images/board/icoFile.png') right center no-repeat; margin-right:15px;}
.board-text .infoBox li.file span a:hover{color:  #07a8ad;}
.board-text .infoBox.col2 li{ width:50%;}

.board-text .viewBox { overflow:hidden; color:#666; padding:20px; line-height:160%; font-size:1em; }
.board-text .viewBox p { line-height:160%; }
.board-text .viewBox li {}
.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:1px solid #999; border-left:0; border-right:0;  }
.listNavi li { overflow:hidden; }
.listNavi li.next { border-top:1px solid #d7d7d7; }
.listNavi li.next a { background-image:url(' ../images/board/bgNextList.gif');  }
.listNavi li a { display:block; overflow:hidden; padding:15px 20px; background:url(' ../images/board/bgPrevList.gif') 20px center no-repeat;}
.listNavi li a strong { display:inline-block; padding:0 20px; background:url(' ../images/board/bgTxtList.gif') right center no-repeat;  }
.listNavi li a span { display:inline-block; padding-left:20px; }

/* 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: 5px}


/* 공통 댓글 */
.replyWrap { position:relative; margin-top:40px; padding-bottom:50px; }
	/* 프로필 */
	.boxProfile { display:none; position:absolute; width:450px; height:360px; overflow:hidden; padding:15px; border:2px solid #e60013; box-shadow:2px 2px 2px #777; background:#fff; box-sizing:border-box; z-index:100; }
	.boxProfile h1 { font-size:1.65em; color:#000; }
    .boxProfile button { position:absolute; right:15px; top:15px; width:23px; height:23px; overflow:hidden; text-indent:-1000px; background:url(' ../images/board/btnLayerClose.gif') 0 0 no-repeat; }
    .boxProfile table { margin:15px 0; border-top:2px solid #454545; border-left:1px solid #d9d9d9; }
    .boxProfile th, .boxProfile td { padding:10px; text-align:left; border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; }
    .boxProfile th { background:#f7f7f7; color:#404040; }
    .boxProfile td { line-height:160%; color:#7a7a7a; }
    .boxProfile a { display:block; text-align:center; }
    .boxProfile .txtProfile { height:60px; overflow:auto; overflow-x:hidden; }
	
	/* 댓글 공간*/
	.boxReply { overflow:hidden; border:1px solid #b3bcc4; box-sizing:border-box; color:#707070; }
	/* 헤더 */
	.reply-head { overflow:hidden; padding:20px; color:#444; }
	.reply-head .info { overflow:hidden; }
	.reply-head .info span { float:left; display:block; font-size:0.9em; }
	.reply-head .info strong { margin-left:3px; color:#e60000; line-height:160%; }
	.reply-head .info span.warning { float:right; }
	.reply-head .write { clear:both; overflow:hidden; position:relative; }
	.reply-head .write textarea { float:left; width:86%; margin-right:10px; height:70px;  }
	.reply-head .write button { position:absolute; right:0; top:0; width:93px; height:70px; overflow:hidden; margin-left:10px; text-align:center;  text-indent:-1000px; color:#fff; font-size:1.2em; background:url(' ../images/board/btnReply.gif') 0 0 no-repeat #e60013; }
	.reply-head p { margin-top:10px; }
	.reply-head  p strong { margin:0 3px 0 0; color:#e60000;  }		
	.boxReply textarea { padding:8px; border:1px solid #abadb3; background:#fff; box-sizing:border-box; }
	/* 바디 */
	.reply-body { overflow:hidden; padding:0 15px; border-top:1px dashed #cfd0d0; background:#f7f7f7;  }
	.reply-body > ul > li {width:100%; position:relative; overflow:hidden; padding:15px 10px; border-top:1px solid #cfd0d0; }
	.reply-body > ul > li:first-child { border-top:0; }
	.reply-body > ul > li .user a { color:#222;}
	.reply-body > ul > li .user img{ vertical-align:middle; margin-right:5px;}
	.reply-body > ul > li .user span { margin-left:12px; padding-left:13px; font-size:0.75em; background:url(' ../images/board/bgReplyInfo.gif') 0 center no-repeat; }
	.reply-body > ul > li .comment { margin-top:10px; }
	.reply-body > ul > li .comment p { width:80%; padding:0; line-height:160%; word-break: break-all; }
	.reply-body > ul > li .comment .btn { width:84px; height:30px;  overflow:hidden; margin-left:10px; text-align:center;  text-indent:-1000px; color:#fff; font-size:1.2em; background:url(' ../images/board/btnReply_mod.gif') 0 0 no-repeat #4d4d4d;  }
	.reply-body > ul > li .comment textarea { width:80%; height:50px;   }
	.reply-body > ul > li .comment * { vertical-align:middle; }
	.reply-body .btnMore { margin-top:10px; background:url(' ../images/board/bgReplyMore.gif') center 0 no-repeat; }
	.reply-body .btnMore a { display:block; line-height:50px; color:#333; text-align:center; }
	.reply-body .btnMore a img { margin-left:10px; vertical-align:middle; }
	.reply-btn { position:absolute; right:20px; top:10px; }
	.reply-btn button { margin-left:8px; }
	.reply-btn .delete { padding-left:8px; background:url(' ../images/board/bgReplyBtn.gif') 0 center no-repeat; }
	.reply-btn .cancel { color:#e60000;  }
	.noReply { margin:20px 0 20px 40%; padding-left:50px; line-height:160%; font-family:NGBold; background:url(' ../images/board/bgNoReply.gif') 0 center no-repeat; }
	.snsReply { clear:both; overflow:hidden; margin-top:30px; }
	.snsReply .tit { margin:0 0 10px 0; font-size:1.4em; color:#3b5998; }
	/* 추천 반대 */
	.reply-body .upDown{width:75px; float:right; margin:-16px 0 0;}
	.reply-body .upDown .line{ height:18px; padding:3px 0 0; margin:0;}
	.reply-body .upDown .line em{float:left; padding:0 0 0 15px; background:url(' ../images/board/ico_down.gif') no-repeat 2px center; font-size:0.95em; color:#666; text-align:left;}
	.reply-body .upDown .line em a{cursor:pointer;color:#666 !important; text-decoration:none !important;}
	.reply-body .upDown .line em.up{color:#ec2000; background:url(' ../images/board/ico_up.gif') no-repeat 2px center;}
	.reply-body .upDown .line em.symp{background:url(' ../images/board/set_open.png') no-repeat left 2px;}
	.reply-body .upDown .line strong{float:right; font-size:0.75em; color:#999;}
	/* 댓글의 댓글 */
	.reply-body .reples a.cmtsum { display:inline-block; margin:10px 0 4px 0; padding-right:12px; color:#666; font-size:0.95em; background:url(' ../images/board/ico_cmtsum2.gif') no-repeat; }
	.reply-body .reples a.cmtsum em { font-weight:bold; }
	.reply-body .reples a.cmtsum:active, .reples a.cmtsum:hover { color:#666666 !important; text-decoration:underline; }
	.reply-body .reples a.show { background-position:100% 6px; _background-position:100% 4px; }
	.reply-body .reples a.hide { background-position: 100% -15px; _background-position:100% -16px; color:#999 !important;}
	.reply-body .reples a.hide:link, .reples a.hide:hover, .reples a.hide:active, .reples a.hide:visited{color:#9fa0a0 !important;}
	.reply-body .reples a .num{color:#ec2000;}
	/* 댓글의 댓글 숨김영역*/
	.reples .reple_bubble {}
	.reple_bubble .replewrite-wrap { padding:3px 0; border:0; }
	.reple_bubble .replewrite-wrap legend { position:absolute; left:-99999px; font-size:0; width:0; height:0; line-height:0; }
	.reples .reple_bubble .replewrite {position:relative; width:80%; border:1px solid #d8d8d8; background-color:#fff;}
	.reples .reple_bubble .replewrite input[type=image] {position:absolute; right:-37px; bottom:-1px;}
	.reples .reple_bubble .replewrite input[type=text] {width:75%; height:30px; margin:0; padding:10px; font-size:1em; border:0; resize:none;}
	.reples .reple_bubble .reple_list {margin:18px 9px 0 9px; padding:0;}
	.reples .reple_bubble .reple_list li {padding-bottom:18px; list-style:none;}
	.reples .reple_bubble .reple_list li:last-child {padding:0;}
	.reples .reple_bubble .reple_list li div.user_info span {padding:0 3px 0 12px; font-size:0.75em; color:#888;}
	.reples .reple_bubble .reple_list li div.user_info a {color:#555 !important;}
	.reples .reple_bubble .reple_list li div.user_info a img { vertical-align:middle;}
	.reples .reple_bubble .reple_list li div.user_info .new{vertical-align:middle; padding:0 0 0 2px;}
	.reples .reple_bubble .reple_list li p {display:inline-block; position:relative; width:70%; margin:5px 0 0; padding:7px 10px; border:1px solid #e7e7e7; text-align:left; color:#555; background-color:#fff; line-height:18px; word-break: break-all;}
	.reples .reple_bubble .reple_list li p .mobileRe {margin-top:-2px; padding:0 5px 0 0; vertical-align:middle;}
	.reples .reple_bubble .reple_list li span.arrow_l {position:absolute; left:-9px; top:8px; display:inline-block; width:9px; height:8px; background:url(' ../images/board/ico_bubble_arrow.gif') no-repeat 0 0;}
	.reples .reple_bubble .reple_list li span.arrow_r {position:absolute; right:-9px; top:8px; display:inline-block; width:9px; height:8px; background:url(' ../images/board/ico_bubble_arrow.gif') no-repeat 0 -8px;}


/* 게시판 : 작성 */
.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;}

/*******************
	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 fieldset	{ display: inline-block; min-width: 140px; padding-right: 20px; padding: 5px 0; }
table.form .full	{ width: 100%; box-sizing:border-box; }
table.form .half	{ max-width: 40%; }

table.form .help		{ color: #ff605d; margin-bottom: 15px; }


/* Board : Write */
.boardWrite { width:100%; margin-top:10px; border-top:2px solid #61646c; border-bottom:1px solid #8e919a;  }
.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 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:35px; text-indent:5px;border: 1px solid #ddd;}
.boardWrite input[type="tel"] { _width:150px;}
table .button.small,
table .button{ margin-bottom:0; height:35px !important; line-height:35px !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-bottom:30px; margin-top:10px;border-top:2px solid #20364b;}
.board-imgTxt li{display: block;overflow:hidden;float: left;width: 48%;margin:0;padding: 30px 0;position:relative;text-align:center;vertical-align:top;box-sizing:border-box;border-bottom: 1px solid #d9d9d9;}
.board-imgTxt li .ImgBox{ position:relative; display:block; width: 310px;height:140px;  overflow:hidden; margin: 0 20px 0 0; float:left;}
.board-imgTxt li .ImgBox span{ display:block; float:left; width:50%;position: relative; height: 140px;}
.board-imgTxt .ImgBox img {width:100%;min-height: 115px;}
.board-imgTxt .ImgBox span em{ background:#b8b3b0; color:#fff; display:block; width:100%; height:25px; line-height:25px; font-size:0.9em; letter-spacing: 0;position: absolute; bottom: 0;}
.board-imgTxt .ImgBox span:nth-child(2) em{background: #777}
.board-imgTxt .txtBox{}
.board-imgTxt .txtBox li{color:#727171;font-size: 1em;margin: 0 0 5px 0;display: block;text-align: left;width: auto;padding: 0;border: none; float:none !important;}
.board-imgTxt .txtBox li span{ color:#989898; position: relative; padding: 0 10px 0 10px; display:inline-block; width:auto;}
.board-imgTxt .txtBox li span:before{ content:''; display:block; width:3px; height:3px; position:absolute; left:0; top:7px; background:#a4a4a4;}
.board-imgTxt li:nth-child(2n+2){float: right;}
.board-imgTxt 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.6;filter:Alpha(opacity=60);width:100%;height:100%;}

/* 동영상 */
.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:245px;}
.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:none; color: #21878e; font-weight:500;}
.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; }
.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}
.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:14px; box-sizing:border-box; }
.board-paging a.on { color:#fff; background: #45b0b3 !important;}
.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:5px;background:url('../images/board/pagePrev.gif') center center no-repeat;}
.board-paging a.next {margin-left:5px;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 70px;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 20px 14px;}
.faqDetail li > a.tit { font-weight: 300}
.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:#008e98;}
.faqDetail li.faq.on > a{ color: #008e98; font-weight:500; 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 70px; background:#f7f7f7 url('../images/board/ico_faq.png') no-repeat 20px -158px; border-top:1px solid #dfdfdf; border-width: 1px 0; overflow:hidden; margin-bottom:-1px;}
.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;}


@media only screen and (max-width: 1024px) {
.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:75%;}

/* 포토게시판 */
.board-imgTxt {}
.board-imgTxt li{ padding:30px 0 20px 0;}
.board-imgTxt li .ImgBox{ width:100%; float:none; height:auto; margin-bottom:10px;}
.board-imgTxt li .ImgBox img{ width:100%;}
.board-imgTxt .txtBox li{font-size: 0.94em; margin:0}

.board-imgTxt.post{min-height: 280px;}
.board-imgTxt.post li,
.board-imgTxt.post li a p.ImgBox{width:180px; min-height: 250px;}
.board-imgTxt.post li{ border-bottom:0}
.board-imgTxt.post li,
.board-imgTxt.post li:nth-child(4n+1){ margin:0 0 0 35px}
.board-imgTxt.post li a p.ImgBox{ position:relative; left:inherit; top:inherit;}
.board-imgTxt.post li a .Title{ padding:15px 20px 5px 0px}
.board-imgTxt.post li:nth-child(3n+1){ margin-left:0}

/* 동영상 */
.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: 12px 35px 10px 55px;background-position: 13px 10px;background-size:25px;position:relative;letter-spacing:-0.07em;}
.faqDetail li.faq.on div.txt_box{padding: 15px 15px 13px 56px;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 screen and (max-width : 640px) {
	.board-text .tit { font-size:1.2em; }
    .board-text .viewBox img { width:100%; text-align:center; }
    .board-imgTxt li div { height:80px; line-height:80px;  background:none; }
    .board-imgTxt 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 li {}
    .board-imgTxt li div { height:80px; line-height:80px;  background:none; }
    .board-imgTxt 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{ padding:20px 0 15px 0;}
	.board-imgTxt .txtBox li{ margin:0}
	
	
	/* 동영상 */
	.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 screen and (max-width :480px) {
    .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:65%;}
	.boardTop .board-total{ position:relative; top:auto; left:auto; float:none;}
	.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%; float:none; padding:10px 0;}
}


@media 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:43px;font-size:16px;text-align:center;color: #777;text-decoration:none;letter-spacing:-0.05em;border: 1px solid #ddd;margin:-1px 0 0 -1px;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:500;}
.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 all 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 all and (max-width:640px){
	.boardTab.cols7 li,
	.boardTab.cols7 li:first-child{ width:50%;}
	.boardTab li a{ }	
}

.score li{ padding-left:0;}
.score li:before{ display:none;}
.score span{ display:inline-block; width:100px; font-weight:700;}
@media all and (max-width:640px){
	.score span{ display:block; width:auto; }
}