@charset "utf-8";
/* 게시판 */
#noticeWrapper {margin:0px auto 0px;/*max-width:1200px;*/}
#noticeReadWrapper {margin:0px auto 0px;}

.newsList {width:100%;border-top:2px solid rgba(0,0,0,1);}
.newsList.noBorder {border-top:none;}
.newsList caption {width:0;height:0;font-size:0;line-height:0;overflow:hidden;}
.newsList .col1 {width:8%;}
.newsList .col2 {width:auto;}
.newsList .col3 {width:10%;}
.newsList .col4 {width:10%;}
.newsList .col5 {width:8%;}

.newsList thead th {
	position:relative;
	white-space:nowrap;
	font-size:15px; color: rgba(51,51,51,1); border-bottom:1px solid rgba(204,204,204,1);  font-weight:normal; padding:12px 0; /*background:url('/imgs/board/bull08.png') no-repeat 100% center;*/
}
.newsList thead th:after {
	position:absolute;
	content: '';
	right:0px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width:1px;
	height:14px;
	background:rgba(204,204,204,1);
}
.newsList thead th.last {background:none;}
.newsList thead th:last-child:after {background:none;}

.newsList tbody td { position:relative; color: rgba(51,51,51,1); border-bottom:1px solid rgba(204,204,204,1); padding:20px 0; text-align:center; vertical-align:top;}
.newsList tbody td a {font-size:16px;color: rgba(20,20,20,1);}
.newsList tbody td a:hover {border-bottom:1px solid rgba(0,0,0,1); color: rgba(20,20,20,1); }
.newsList tbody td.tLeft {text-align:left; padding-left:20px; }
.newsList tbody td.faq {padding:0px 0;}
.newsList tbody td.faq a:hover {border-bottom:none; }
.newsList tbody td img {vertical-align:middle;}

.newsList .inner thead th {padding:0px;font-weight:bold;font-size:12px;border-bottom:none;text-align:center;background:#F5EDE4}
.newsList .inner tbody tr:hover{}
.newsList .inner tbody td {padding:0px;font-size:13px;border-bottom:none;line-height:20px;text-align:left;font-weight:normalcolor: rgba(20,20,20,1);}
.newsList .inner tbody td.tLeft {text-align:left;font-size:16px;}
.newsList .inner tbody td img {display:inline;vertical-align:middle;}

@media screen and (max-width: 640px) {
	.newsList .col1 {width:12%;}
	.newsList .col2 {width:68%;}
	.newsList .col3 {width:20%;}
	.newsList .col4 {width:0%;}
	
	/*.newsList thead {display:none}*/
	.newsList td { font-size:14px!important; line-height:1.4;}
	.newsList td.tLeft {padding-left:10px !important; }
	.newsList th:nth-of-type(3) { background:none;}
	.newsList th:nth-of-type(3):after {background:none;}
	.newsList th:nth-of-type(4) { display:none;}
	.newsList td:nth-of-type(4) { display:none;}
}

.faqArea {}
.faqList {border-top:2px solid rgba(0,0,0,1);}
.faqList.noLine {border-top:none;}
.faqList:after{clear:both;content:"";display:block;font-size:0;height:0px;line-height:0;visibility:hidden}
.faqList>li {border-bottom:rgba(204,204,204,1) 1px solid;text-align:left;}
.faqList>li.on .faqBox {background:rgba(255,255,255,1);}
.faqList>li.on .faqBox .questionTxt {font-weight:600}
.faqList>li.on .faqBox .question {background:none}
.faqList>li.on .faqBox .questionTxt {
	color:rgba(0,0,0,1);	
}
.faqList>li.on .answerBox {
	display:block;
	background:rgba(255,255,255,1);
}
.body-bg .faqList>li.on .faqBox,
.body-bg .faqList>li.on .answerBox {
	background:#fff;
}

.faqList .faqBox {
	position:relative;
	display:table;
	padding:20px 0;
	width:100%;
}
.faqList .faqSet {
	position:relative;
	display:table-cell;
	width:80px;
	text-align:center;
	vertical-align:top;
}
.faqList .qa-icon {
	display:inline-block;
	font-size:24px;
	font-weight:600;
	width:50px;
	height:50px;
	line-height:52px;
	text-align:center;
	vertical-align:middle;
	background:rgba(0,0,0,1);
	color:#fff;
	font-family:"Raleway",serif;
	-webkit-border-radius: 40px; 
	   -moz-border-radius: 40px; 
		    border-radius: 40px;
}
.faqList .faqBox .questionTxt {
	display:table-cell;
	font-size:18px;
	text-align:left;
	padding:0px 15px;
	vertical-align:middle;
	font-weight:400;
	line-height:145%;
}
.faqList .answerBox {
	position:relative;
	display:table;
	padding:10px 0 30px;
	display:none;
}
.faqList .answerBox:after{clear:both;content:"";display:block;font-size:0;height:0px;line-height:0;visibility:hidden}
.faqList .answerBox .qa-icon {
	background:rgba(204,204,204,1);
}

/*.faqList .answerBox .answer {
	vertical-align:top;
}*/
.faqList .answerBox .answerTxt {
	display:table-cell;
	font-size:16px;
	line-height:160%;
	text-align:left;
	padding:0px 15px;
	vertical-align:top;
	color:rgba(51,51,51,1);
}
.faqList .answerBox .answerTxt a {
	/*text-decoration:underline;*/
	border-bottom:1px solid #505050;padding-bottom:3px;
}

.faqList a:hover .questionTxt {
	color:rgba(0,0,0,1);
}

.faqList .answerBox ul { margin: 10px 0 0; padding: 0; list-style: disc !important; padding-left: 1.5em; }
.faqList .answerBox ul> br {display:none;}
.faqList .answerBox ul li { font-size: 16px; list-style:circle outside none;letter-spacing: -0.5px; line-height: 1.5; margin-bottom:5px;}
.faqList .answerBox ul li.none {list-style:none;margin-left: -1.2em; }
.faqList .answerBox ul li.red {color:#CC0000;}

@media screen and (max-width: 1024px) {
	.faqList .faqBox {
		padding:15px 0;
	}
	.faqList .faqSet {
		width:60px;
	}
	.faqList .qa-icon {
		font-size:20px;
		width:40px;
		height:40px;
		line-height:42px;
	}
	.faqList .faqBox .questionTxt {
		font-size:18px;
		padding:0px 15px 0 10px;
	}
	.faqList .answerBox {
		padding:10px 0 20px;
	}
	.faqList .answerBox .answerTxt {
		font-size:16px;
		padding:0px 15px 0 10px;
	}
	.faqList a:hover .questionTxt {
		color:inherit;
	}
}
@media screen and (max-width: 640px) {
	.faqList {padding:0px 0 0;}
	
	.faqList .faqSet {
		width:50px;
	}
	.faqList .qa-icon {
		font-size:18px;
		width:30px;
		height:30px;
		line-height:32px;
	}
	.faqList .faqBox .questionTxt {
		font-size:16px;
		padding:0px 15px 0 5px;
	}
	
	.faqList .answerBox .answerTxt {
		font-size:15px;
		padding:0px 15px 0 5px;
	}
}

.blogFormList {position:relative;margin:0 -20px 40px;}
.blogForm_col {
	position:relative;
	float:left;
	width:25%;
	padding:10px;
}
.blogForm_sizer {
	width:25%;
}
.blogForm_col.blogForm_new {width:50%;}

.type3 .blogForm_col {
	width:33.3333%;
	padding:20px;
}
.type3 .blogForm_sizer {
	width:33.3333%;
}

.blogForm_col .blogForm_img {overflow: hidden;position:relative;margin:10px 10px 5px;}
.blogForm_col .blogForm_img img {
	display:block;width:100%;
	transition:1.0s all;
	-webkit-transition: 1.0s all;
}
.blogForm_col a:hover .blogForm_img img {
	transform:scale(1.1); 
	-ms-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
}
.blogForm_col .blogForm_img .moreVideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -27px;
    width: 54px;
    height: 53px;
    background: url(/imgs/icon/videoPlayBtn.png) no-repeat;
}

.blogForm_category {
	position:absolute;
	display:block;
	z-index:20;
	left:0px;
	top:15px;
	text-align:left;
}

.blogForm_category h4 {
	border-radius: 0px 20px 20px 0;
    padding: 5px 15px 5px 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
	letter-spacing:0px;
	background-color:rgba(0,0,0,.6);
	color: rgba(255,255,255,.6);
}


.blogForm_col.blogForm_new .blogForm_img {width:auto;height:100%;}
.blogForm_col .blogForm_img img {height:auto;}
.blogForm_col:nth-child(4) {clear:both}
.blogForm_col .conbox{position:relative;}
.blogForm_col.blogForm_new .conbox{position:absolute;width:50%;bottom:20px;right:20px;}
/*.blogForm_col:nth-child(2) .conbox{min-height:150px !important}*/
.blogForm_col:after{content:"";position:relative;display:block;clear:both}
.blogForm_inner {
	/*-webkit-box-shadow: 0 1px 20px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 20px rgba(0,0,0,.12);
    box-shadow: 0 1px 20px rgba(0,0,0,.12);
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
	overflow:hidden;
	/*border:1px solid rgba(0,0,0,0.1);*/
	
	
	/*background:#fff;*/
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
.blogForm_inner.noRound {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
}
.blogForm_col .conbox {padding:20px 20px 20px}
.blogForm_col .conbox h4{
	font-size:18px;line-height:150%;
	color:#111;font-size:18px;letter-spacing: -0.2px;
	margin-bottom: 15px;
	font-family:"Noto Serif KR",serif;
}
.blogForm_col .conbox p{
	color:#898989;font-size:14px;line-height:20px;letter-spacing: 0px;
	height:60px; overflow:hidden; 
	display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;
}
.blogForm_col.blogForm_new .conbox p{
	height:40px;
	display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
}
.blogForm_col .conbox .blogForm-bottom{
	margin-top:20px;
	font-size:12px !important;
	color:rgba(102,102,102,0.8);
}
.blogForm_col .conbox .blogForm-bottom .date {
	float:left;
}
.blogForm_col .conbox .blogForm-bottom .more {
	float:right;
	border-radius: 20px;
    
	padding: 0 10px;
    line-height: 20px;
	letter-spacing:0px;
	background-color:rgba(204,204,204,0.7);
	color: rgb(255, 255, 255);
	font-size:10px !important;
}
.blogForm_col .conbox .blogForm-bottom .view {
	float:right;
}
.blogForm_col i {
	margin-right:5px;
	font-size:12px;
	vertical-align:-1px;
}
.blogForm_col .blogForm-details{
	/*position: absolute;
    top: 15px;
    right: 13px;
    z-index: 2;*/
	margin-left:-4px;
	margin-bottom:10px !important;
}
.blogForm_col .blogForm-cat{
	border-radius: 35px;
    padding: 5px 16px 7px;
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
	letter-spacing:0px;
	background-color:rgb(18, 190, 131);
	color: rgb(255, 255, 255);
}
.blogForm_col.blogForm_new .blogForm-cat{
	background-color:#ed1f24;	
}

.blogForm_bgOverlay {
	height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: -4;
	background-color: rgba(0,0,0,0);
}

.blogForm_bgOverlay.opa10 {background-color: rgba(0,0,0,0.1);}
.blogForm_bgOverlay.opa20 {background-color: rgba(0,0,0,0.2);}
.blogForm_bgOverlay.opa30 {background-color: rgba(0,0,0,0.3);}
.blogForm_bgOverlay.opa40 {background-color: rgba(0,0,0,0.4);}
.blogForm_bgOverlay.opa50 {background-color: rgba(0,0,0,0.5);}
.blogForm_bgOverlay.opa60 {background-color: rgba(0,0,0,0.6);}
.blogForm_bgOverlay.opa70 {background-color: rgba(0,0,0,0.7);}

.blogForm_bgImage {
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
	height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: -6;
	background-image: url(/attachList/upload/tmpImage/newsBase.jpg);
}

.blogForm_titArea {width: 100%; height: 320px; position: relative;overflow:hidden;}
.blogForm_titArea .tit { position: absolute; display:table;left: 0; right: 0; top:0px; bottom: 0; margin:auto; width: 100%; height:100%;z-index: 3;}
.blogForm_titArea .tit .inner { position: relative; margin:0 auto; display:table-cell; text-align: center; vertical-align: middle; overflow: hidden;}
.blogForm_titArea .tit .innerCell { position: relative; margin:20px auto 0; display:inline-block; border:double 4px rgba(255,255,255,.4); padding:30px;}
.blogForm_titArea .tit h1 {
	font-size: 44px; font-style:: normal; font-weight:normal; letter-spacing: .1em; line-height: 1; text-transform: uppercase; 
	color:#BDA388;
	color:#fff; 
	font-family: "Playfair Display", sans-serif;
	text-shadow: 0 0 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.2), 0 -1px 1px rgba(255,255,255,0.2); 
}
.blogForm_titArea .tit h2 {
	font-size: 18px; font-style: normal; letter-spacing: 0.5; line-height: 2; text-transform: uppercase; 
	color:#BDA388;color:#fff; 
	text-shadow: 0 0 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.2), 0 -1px 1px rgba(255,255,255,0.2); 
}
.blogForm_titArea .tit .borderBottom { position: absolute; bottom: 0; left: 50%; width: 50px; height: 2px; margin-left: -25px; background: #8D756A;}

/* announce */
.blogFormListAnno {position:relative;margin:0 -10px 20px;}
.blogFormListAnno .blogForm_col {
	position:relative;
	float:left;
	width:100%;
	padding:10px;
}
.blogFormListAnno .blogForm_inner {
	background-color:#fff;
	padding:20px;
}
.blogFormListAnno .blogForm_img {float:left;width:30%;max-height:170px;}
.blogFormListAnno .conbox {float:left;width:70%;padding:0px 0px 0 30px;}
.blogFormListAnno .noSummary .blogForm_img {max-height:110px;}
.blogFormListAnno .conbox p{
	height:40px;
	overflow:hidden;
	display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
}
.blogFormListAnno .blogForm-cat{
	background-color:#ed1f24;	
}
.blogFormListAnno .blogForm_col:nth-child(2) .conbox{min-height:auto !important}

@media screen and (max-width: 1440px) {
	.blogForm_sizer {
		width:33.3333%;
	}
	.blogForm_col {width:33.3333%;}
}

@media screen and (max-width: 768px) {
	.blogForm_col .conbox h4{
		font-size:16px;
	}
	/*.blogForm_col.blogForm_new {width:25%;}*/
	.blogForm_col.blogForm_new .blogForm_img {width:auto;height:auto;}
	.blogForm_col.blogForm_new .conbox{position:relative;width:100%;bottom:auto;right:auto;}
	.blogForm_sizer {
		width:33.3333%;
	}
	.blogForm_col {width:33.3333%;}
	.blogForm_sizer {
		width:50% !important;
	}
	.blogForm_col, .blogForm_col.blogForm_new {width:50% !important;}
	
	
}

@media screen and (max-width: 480px) {
	.blogForm_sizer {
		width:50% !important;
	}
	.blogForm_col, .blogForm_col.blogForm_new {width:50% !important;}
	.blogForm_col .blogForm_img {margin:0px;}
	.blogForm_col .conbox h4{
		font-size:14px !important;
		margin-bottom:10px;
	}
	.blogForm_col .conbox {padding:15px 10px}
	.blogForm_col .conbox .blogForm-bottom{
		margin-top:10px;
	}
	
	.blogForm_col .conbox .blogForm-bottom .more {
		display:none;
	}
	.blogFormList {position:relative;margin:0 -10px 40px;}
	.blogForm_col {
		padding:10px !important;		
	}
}

.campaignArea {margin:0 auto;}
.campaignList {
	margin:0px -1% 0px;
	font-size:0; 
	position:relative;
	/*overflow:hidden;*/
	list-style:none;
	vertical-align:top;
}
.campaignList:after {content: ".";height: 0;display: block;visibility: hidden;clear: both;}
.campaignList li {
	float:left;
	width:98%;
	margin: 0px 1% 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-border-radius: 10px; 
	   -moz-border-radius: 10px; 
		    border-radius: 10px; */
	box-sizing: border-box;
	box-shadow:1px 3px 8px rgba(0,0,0,0.05);
	/*box-shadow:3px 3px 10px rgba(0,0,0,0.1);
	
	border:1px solid rgba(0,0,0,0.1);
	-webkit-border-radius: 0 0 30px 0; 
	   -moz-border-radius: 0 0 30px 0; 
		    border-radius: 0 0 30px 0; */
	overflow:hidden;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

.campaignList li a {position:relative;display:table;background:#fff;width:100%;}
.campaignList li a:hover {/*background:rgba(245,245,245,1);border-bottom:none !important;*/}
.campaignList li:hover {box-shadow:3px 3px 15px rgba(0,0,0,0.1);}

.campaignList .thumb .more {
	display: block;
	position: absolute;
	right:0; top: 0;
	width:36px; height:36px; background: url('/imgs/icon/btn_addMore.png') no-repeat;
}

.campaignList .thumb {
	vertical-align:top;
	width:240px;
	display:table-cell;
	position:relative;
}
.campaignList .thumb .imgArea {overflow: hidden;position:relative;padding-bottom:100%;}
.campaignList .thumb .imgArea .img {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
}

.campaignList .thumb .imgArea img {
	position:relative;
	width:100%;max-width:100%;
}
.campaignList .cont {
	position:relative;
	text-align:left;
	display:table-cell;
	padding:30px 30px 20px 30px;
}
.campaignList .cont .tit {
	overflow:hidden;
	font-size:22px;
	line-height:140%;
	font-weight:500;
	color:rgba(20,20,20,1);
	
	/*white-space:nowrap;text-overflow:ellipsis;*/
	overflow:hidden;
	min-height:28px;
	max-height:28px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	margin-bottom:15px;
}
.campaignList .cont .tit a, .campaignList .cont .tit a:hover {color:#333;text-decoration:none}
.campaignList .cont .txt {
	line-height:150%;;
	color:#787878;
	overflow:hidden;
	/*white-space:nowrap;text-overflow:ellipsis;*/
	display:inline-block;
	font-size:16px;
	margin:0px 0px 15px;
	min-height:45px;
	max-height:45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	
}

.campaignList .cont .blogForm-bottom{
	position:absolute;
	bottom:20px;
	padding:15px 60px 0 0;
	font-size:14px;
	width:calc(100%);
	color:rgba(102,102,102,0.8);
}
.campaignList .cont .blogForm-bottom:after {content:"";display:block;clear:both;}
.campaignList .cont .blogForm-bottom .date {
	float:left;
}
.campaignList .cont .blogForm-bottom .more {
	float:right;
	border-radius: 20px;
    
	padding: 0 10px;
    line-height: 20px;
	letter-spacing:0px;
	background-color:rgba(204,204,204,0.7);
	color: rgb(255, 255, 255);
	font-size:10px !important;
}
.campaignList .cont i {
	margin-right:5px;
}
.campaignList .cont .dateTxt {text-align:left;}
.campaignList .cont .dateTxt:after {content:"";display:block;clear:both;}
.campaignList .cont .dateTxt .dateTit {display:inline-block;font-size:14px;color:#fff;background:#cccccc;padding:2px 10px 4px; margin-right:10px;letter-spacing:-1px;}
.campaignList .cont .dateTxt .period {display:inline-block;font-size:14px;color:#999999;}

@media screen and (max-width: 768px) {
	.campaignList .thumb {width:180px;}
	.campaignList .cont {padding:20px;}
	.campaignList .cont .tit {
		font-size:20px;
		
	}
	.campaignList .cont .txt {
		font-size:14px;
		min-height:40px;
		max-height:40px;
		-webkit-line-clamp: 2;
		
	}
	.campaignList .cont .blogForm-bottom{
		bottom:10px;
		padding:0px 40px 0 0;
	}	
}
@media screen and (max-width: 480px) {
	.campaignList li {margin:0px auto 30px;}
	.campaignList li {width:100%;float:none;}
	.campaignList .thumb {display:block;width:100%;}
	.campaignList .cont {display:block;width:100%;padding:20px 15px;}
	.campaignList .cont .tit {
		font-size:18px;
		overflow:visible;
		min-height:none;
		max-height:none;
		display:block;
		-webkit-box-orient:none;
	    -webkit-line-clamp:none;
		margin-bottom:10px;
	}
	.campaignList .cont .tit:after {content: ""; display: table;clear:both}	
	.campaignList .cont .txt {
		min-height:auto;
		min-height:auto;
		-webkit-line-clamp: 2;
		line-height:140%;
	}
	.campaignList .thumb .imgArea {max-height:100%;}
	.campaignList .cont .blogForm-bottom{
		position:relative;
		bottom:0px;
		padding:10px 0px 0 0;
	}
}

/* gallery */
.board-gallery {position:relative;margin:0 -2% 0;}
.board-gallery:after {clear:both;content:"";display:block;font-size:0;height:0px;line-height:0;visibility:hidden}
.board-gallery .gallery-item {
	width: 100%;
	overflow:hidden; 
	/*border:1px solid #cccccc;*/
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	/*margin-bottom:3%;
	*margin-bottom:3%;
	*margin-left:1.03%;
	*margin-right:1.03%;*/
	margin:0 2% 40px;
	
	background:#fff;	
	border:1px solid rgba(0,0,0,0.1);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}

.board-gallery .gutter-sizer {width:2%;}
.board-gallery .gallery-item {width:21%;margin:0 2% 40px;}
.board-gallery .gallery-item {width:29.333333%;margin:0 2% 40px;}



.board-gallery .noRound {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
}

.board-gallery .gallery-item .videoBtn{
	position:absolute;
	left:0;
	top:0;
	/*margin-top:-30px;*/
	z-index:2;
	width:100%;
	height:100%;
	background:url("/imgs/icon/videoPlayBtn.png") center center no-repeat;
}
.board-gallery .gallery-item .imgbox {position:relative; z-index:1; font-size:0; line-height:0; text-align:center; }
.board-gallery .gallery-item .imgbox img {position:relative;width:100%;margin-bottom:0px;}

.board-gallery .gallery-item .gallery-textbox {
	position:relative;
	z-index:2;
	width:100%;
	background:#fff url("/imgs/icon/zoom_icon.png") 96% 10px no-repeat;
	text-align:left;
	padding:10px;
}

.board-gallery .gallery-item .noIcon {
	background:none;
	padding:20px;
}

.board-gallery .gallery-item .gallery-textbox .txt {position:relative;z-index:2;display:block;padding:10px 0 5px;font-weight:normal;line-height:160%;}
.board-gallery .gallery-item .gallery-textbox .txt .kor {display:block;overflow:hidden;font-size:16px;color:#666666;letter-spacing:-1px;text-overflow:ellipsis;white-space:nowrap}
.board-gallery .gallery-item .gallery-textbox .txt .eng {display:block;overflow:hidden;font-size:18px;color:#333333;letter-spacing:0px;/*text-overflow:ellipsis;white-space:nowrap*/}
.board-gallery .gallery-item .gallery-textbox .txt .date {display:block;color:#bbbbbb;margin-top:15px;font-size:13px;text-align:right;}
.board-gallery i {
	margin-right:5px;
}
.board-gallery .gallery-item .overlay {
	position:absolute;
	z-index:3;
	top:0;left:0;
	width:100%;height:100%;
	display:none;
	cursor:pointer;
}
.board-gallery .gallery-item .overlay .backgd {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background:#DDD3D2;
	display:none;
}
.board-gallery .gallery-item .overlay .info {position:absolute;z-index:3;width:90%;top:50%;text-align:center;font-size:20px;margin-left:5%;margin-top:40px;}
.board-gallery .gallery-item .overlay .icon {position:absolute;z-index:2;width:100%;height:100%;background:url('/imgs/icon/ico_view.png') center 50% no-repeat;}

@media screen and (max-width: 640px) {
	.board-gallery .gallery-item {width:96%;margin:0 2% 20px;}
	.board-gallery .gallery-item {width:46%;margin:0 2% 20px;}
	.board-gallery .gallery-item .noIcon {
		padding:10px;
	}
	.board-gallery .gallery-item .gallery-textbox .txt .eng {font-size:16px;}
	.board-gallery .gallery-item .gallery-textbox .txt .date {font-size:12px;}
}
@media screen and (max-width: 480px) {
	.board-gallery .gallery-item .gallery-textbox .txt .eng {font-size:15px;}
}

#noticeRead {
	margin: 0px auto 0px; padding:0px 0 0px; position: relative;border-bottom:1px solid rgba(204,204,204,1);
	max-width:920px;
}
#noticeReadWrapper .bbsPage {max-width:960px;}
.body-bg #noticeRead {
	background:rgba(255,255,255,1);
}
#noticeRead .titArea {background:rgba(255,255,255,.0);padding:30px 20px;border-top:1px solid rgba(0,0,0,1);border-bottom:1px solid rgba(204,204,204,1);}
#noticeRead .title {font-size:27px; color:#2d2d2d; text-align:center;line-height:140%;font-family:"Noto Serif KR",serif;}
#noticeRead .dateCount {/*border-bottom: 1px solid #dfdfdf;*/padding-top: 20px;}
#noticeRead .dateCount {text-align:center; }
#noticeRead .dateCount div {display:inline-block; color:#7d7d7d;}
#noticeRead .dateCount div span {margin-right:7px;}
#noticeRead .dateCount div i {vertical-align:-1px;}
#noticeRead .dateCount .date  {/*margin-right:10px; padding-right:15px;  background:url("/imgs/board/bull03.png") right 50% no-repeat; */}
#noticeRead .dateCount .count  {margin-left:10px; padding-left:15px; /*background:url("/imgs/board/bull03.png") left 50% no-repeat; */}
#noticeRead .dateCount .count.first {margin-left:0px; padding-left:10px; background:none; }

#noticeRead .contArea  {padding:40px; /*margin-bottom:30px; border-bottom:1px solid #dfdfdf;*/}


#noticeRead .contArea .inner {margin:0 auto;line-height:180%;text-align:center;text-align:justify;}
#noticeRead .contArea img  {max-width:100%;}

.boardAttachFile {
	padding: 10px 10px 20px;
	vertical-align:middle;
	font-size:13px;
}

.boardAttachFile a {text-decoration:underline}

#noticeRead .btnList  {text-align:center;}
#noticeRead .btnList.border  {padding-bottom:30px; border-bottom:1px solid #dfdfdf;}
#noticeRead .btnList a {display:inline-block; padding:11px 24px; border:1px solid #d5d5d5; font-size:16px; color:#000;}

/* fix Width */
#noticeRead .video-outer,
#noticeRead .board-photo-gallery {max-width:840px;margin:0px auto 0;text-align:center;}
#noticeRead .contArea .inner {text-align:justify;padding:40px 0px;}

#noticeBottom {margin: 0px auto 0px; position: relative;}
#noticeBottom .btnList  {text-align:center;}
#noticeBottom .btnList.border  {padding-bottom:30px; border-bottom:1px solid #dfdfdf;}
#noticeBottom .btnList a {display:inline-block; padding:11px 24px; background:#666666; border:1px solid #666666; font-size:16px; color:#fff;}


/* 읽기 */
#noticeTitle {padding:0 0px}
#noticeTitle .mTitle {font-size:18px;color:#fff;font-weight:normal;line-height:30px;letter-spacing:-1px;padding-bottom:10px;}
#noticeTitle table {width:100%; border-collapse:collapse;border-top:2px solid #333333;}
#noticeTitle th, #noticeTitle td { padding:10px; border-bottom:1px solid #d4d4d4;}
#noticeTitle td {}
#noticeTitle th {background:#e4e4e4;text-align:center;}

.boardAttachFile {
	padding: 10px 20px;
	vertical-align:middle;
	font-size:13px;
}

#noticeView {padding:0 0px;border-bottom:1px solid #d4d4d4;}
#noticeView .noticeCont {padding:20px 0px 30px; text-align:justify;overflow:hidden;line-height:150%}
#noticeView .noticeCont img {max-width:100%;}
#noticeView .eventImg {padding:20px 0px 10px; text-align:center;overflow:hidden;}
#noticeView .eventImg img {max-width:100%;}

#readList {overflow:hidden; width:100%;border-bottom:2px solid #333333; }
#readList li {width:100%; list-style:none; border-bottom:1px solid #d4d4d4; }
#readList:after {clear:both;content:"";display:block;font-size:0;height:0px;line-height:0;visibility:hidden}
#readList a {position:relative;  width:100%; display:block; }
#readList div.prev {
	position:absolute;
	overflow:hidden;
	left:0px;
	width:70px;
	display:block;
	background:#e4e4e4 url(/imgs/icon/bul_prevArticle.png) no-repeat 10px 50%;
	padding:0px 0 0px 25px;
	height:40px;
	line-height:40px;
	font-size:12px;
}
#readList div.next {
	position:absolute;
	overflow:hidden;
	left:0px;
	width:70px;
	display:block;
	background:#e4e4e4 url(/imgs/icon/bul_nextArticle.png) no-repeat 10px 50%;
	padding:0px 0 0px 25px;
	line-height:40px;
	height:40px;
	font-size:12px;
}
#readList div.subject { 
	padding:0px 10px 0px 85px;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
	line-height:40px;
	height:40px;
}
#readList div.subject img { vertical-align:middle;}

.noData {text-align:center;padding:40px 0;}

@media screen and (max-width: 640px) {
	#noticeRead .title {font-size:22px;text-align:left;}
	#noticeRead .dateCount {}
	#noticeRead .dateCount .date  {display:block;margin-bottom:10px;}
	#noticeRead .dateCount .count  {font-size:14px;}
	#noticeRead .dateCount .count.first {padding-left:0px;}
}

@media screen and (max-width: 480px) {
	#noticeRead .title {font-size:20px;}
	#noticeRead .contArea  {padding:40px 20px; }
	#noticeRead .contArea .inner {padding:20px 0px;}
}



.tagNotice {
	display:inline-block;
	overflow:hidden;
	margin:0 0px;
	border-radius:3px;
	background:rgba(102,102,102,1);
	color:#fff;font-weight:normal;
	letter-spacing:-1px;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:24px;
	height:26px;
	text-align:center;
	font-size:14px;
	width:50px;
	vertical-align:top;
}
.tagReply {
	display:inline-block;
	overflow:hidden;
	height:22px;
	margin:0 0px;
	border-radius:3px;
	background:#333333;
	color:#f2f2f2 !important;
	font-weight:normal;
	letter-spacing:-1px;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:22px;
	text-align:center;
	font-size:12px;
	width:40px;
	vertical-align:middle;
}

.tagAdmin {
	display:inline-block;
	overflow:hidden;
	height:22px;
	padding:0 5px;
	border-radius:3px;
	background:#333333;
	background:rgba(102,102,102,1);
	color:#fff !important;
	font-weight:normal;
	letter-spacing:0px;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:20px;
	text-align:center;
	font-size:12px;
	width:120px;
	vertical-align:middle;
}

.tagAdminRead {
	display:inline-block;
	overflow:hidden;
	height:22px;
	padding:0 5px;
	border-radius:3px;
	background:#333333;
	color:#f2f2f2 !important;
	font-weight:normal;
	letter-spacing:-1px;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:22px;
	text-align:center;
	font-size:10px;
	width:80px;
	vertical-align:middle;
}

.tagWrite {
	display:inline-block;
	overflow:hidden;
	height:22px;
	margin:0 10px;
	border-radius:3px;
	background:#cccccc;
	color:#fff !important;
	font-weight:normal;
	letter-spacing:-1px;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:22px;
	text-align:center;
	font-size:12px;
	width:40px;
	vertical-align:middle;
}

.board-photo-gallery {position:relative;margin:0 auto;}
.board-photo-gallery .slides img {position:relative;display:block; max-width:100%;left:inherit;margin:auto auto;}

.board-photo-gallery.noBX {padding:0px 0}
.board-photo-gallery.noBX .slides > li {display: block;background:none;margin-bottom:50px;} 
.board-photo-gallery.noBX .slides > li:last-child {margin-bottom:0px;} 
.board-photo-gallery.noBX .slides img {display:block;min-width:inherit;max-width:100%;/*left:inherit;*/margin:auto auto;}
.board-photo-gallery.noBX .bx-caption {
	background: #ffffff;
	color:#333333;
	display: block;
	position: relative;
	width: auto;
	padding: 2em 0 1em;
	text-align:justify;
	text-align:center;
	line-height:22px;
}


.board-photo-gallery.noBx .slides img {max-height:none;}
.board-photo-gallery .bx-viewport {z-index:1;border: none !important;background:rgba(0,0,0,0.2);}
.board-photo-gallery .bx-wrapper {
	background:rgba(0,0,0,0);
	
}

.board-photo-gallery .bx-wrapper .bx-pager {text-align:center;padding:10px 0;/*position:absolute; right:0px; top:-30px; z-index:10; padding:0; height:20px;*/}
.board-photo-gallery .bx-wrapper .bx-pager .bx-pager-item,
.board-photo-gallery .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin:0 0 0 5px;
}

.board-photo-gallery .bx-wrapper .bx-pager.bx-default-pager a {
	background:url('/imgs/icon/rollingBtn.png') no-repeat 0px 0;
	width:10px; height:10px;
	display:inline-block;
	line-height:100px;
	overflow:hidden;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

.board-photo-gallery .bx-wrapper .bx-pager.bx-default-pager a:hover,
.board-photo-gallery .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position:-10px 0px
}

/* bxslider */
.board-photo-gallery .bx-wrapper .bx-controls-direction a {
	margin-top: -38px;
}

/* IE rgba() hack */

.board-photo-gallery .bx-wrapper .bx-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.board-photo-gallery .bx-wrapper .bx-caption {
	width: 100%; padding: 2%; 
	position: absolute; left: 0; bottom: 0; 
	background: rgba(0,0,0,.5); color: #fff; /*text-shadow: 0 -1px 0 rgba(0,0,0,.5); */
	font-size: 14px; line-height: 18px;
	text-align:left;
}

/* bxslider */
.bx-wrapper img {
    margin: 0 auto;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	outline: 0;
	width: 20px;
	height: 36px;
	text-indent: -9999px;
	z-index: 199;
}

.bx-wrapper .bx-prev {
	left: 0px;
	background: url('/imgs/icon/bx_prev.png') no-repeat;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url('/imgs/icon/bx_next.png') no-repeat;
}

.categoryTab-area {
	position:relative;
	width:100%;
	padding:0px 0 ;
	text-align:center;
	overflow:hidden;
	margin: 0 auto 40px;
}
#categoryTab-list {
	position:relative;
	white-space: nowrap; 
	margin: 0 auto;
	overflow: auto;
	font-size:0;
}
#categoryTab-list li { 
	padding: 0px 20px 0px;
	position:relative;
	text-align: center; 
	display: inline-block;
}
#categoryTab-list li:after { 
	position:absolute;
	display:inline-block;
	top:calc(50% - 2px);
	left:calc(100% - 1px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width:1px;
	height:50%;
	background:rgba(204,204,204,1);
	content:'';
}
#categoryTab-list li:last-child:after { 
	display:none;
}
#categoryTab-list li a {
	display: block; 
	color:rgba(102,102,102,1);
	font-size: 18px;
	letter-spacing: 0;
	position: relative; 
	padding:5px 0px 8px;	
	line-height:100%;	
	white-space:nowrap;
	text-overflow:ellipsis;
	
}
#categoryTab-list li:first-child a {
	margin-left:0;
}
#categoryTab-list li:last-child a {
	margin-right:0;
}

#categoryTab-list li a:hover {
	color:rgba(50,40,30,1);
}


#categoryTab-list li.on a { 
	border-bottom:rgba(50,40,30,1) 1px solid;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
	z-index:20;
	 
	font-weight:400; 
	color:rgba(50,40,30,1);
}

#categoryTab {margin:0px -0.5% 30px;font-size:0; position:relative;overflow:hidden;list-style:none;}
#categoryTab:after {content: ".";height: 0;display: block;visibility: hidden;clear: both;}

#categoryTab li {
	border: 1px solid #c3b8b1;
	display: inline-block; 
	*display: inline; 
	*zoom: 1; 
	width:32.333%; 
	margin: 0px 0.5% 0.7%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#categoryTab.type2 li {width:49%;}
#categoryTab.type3 li {width:32.333%;}
#categoryTab.type4 li {width:24%;}
#categoryTab.type5 li {width:19%;}

#categoryTab li a {
	display: block; height: 40px; font-size: 15px; color: #767676; text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	line-height:40px;
	
}
#categoryTab li a span {display:block}
#categoryTab li.on a,
#categoryTab li:hover a {
	color:#222;
	/*-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;*/
	color:#fff;
}
#categoryTab li.on,
#categoryTab li:hover {
	background-color: #ECE6D9;
	background-color: #c3b8b1;
	background-color: #b2b2b2;
}

#categorySelect {
	width:100%; 
	height:40px; 
	padding:0 15px 0 15px; 
	word-wrap:normal; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
	border-radius:0; 
	border:1px solid #e6e6e6; 
	background:#fff url(/imgs/icon/angle-down.png) no-repeat right 50%;
	-webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; appearance:none; 
	outline:0; overflow:hidden;
	display:none;
}

@media screen and (max-width: 640px) {
	#categoryTab-list {
		display:none;
	}
	#categorySelect {
		display:block;
	}
}