/********************************************
	
	SCROLL BOX

*********************************************/

.agreeBox {
	display: block;
	margin: 0 0 30px;
}

.scrollBox {
	display: block;
	padding: 10px 15px;
	border: 1px solid #ddd;
	background: #fafafa;
	font-size: 14px;
	line-height: 1.3;
	overflow-y: scroll;
	margin: 0 0 5px;
}

.scrollBox dl {
	margin: 0 0 20px;
	padding: 0;
}

.scrollBox dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

.scrollBox dd {
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0 9px;
}

/*===============================================================================================================

	Pagination

===============================================================================================================*/
.pagination {
	display: block;
	padding: 0;
	margin: 20px auto 30px;
	height: 30px;
	text-align: center;
	clear: both;
	
}


.pagination li { 
	display: inline-block;
	*display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	list-style: none;
}

.pagination li a {
	line-height: 30px;
	text-align: center;
	display: block;
	border-radius: 0px;
	color: #222;
	height: 30px;
	min-width: 25px;
	font-size: 14px;
	font-family: 'Tahoma', sans-serif;
	font-weight: bold;
}


.pagination li a:hover,
.pagination .current {
	color: #0867c0;
}

.pagination .current:hover {
	cursor: default; 
}


.pagination i {
	line-height: 30px;
	font-size: 20px;
}



/*===============================================================================================================

	Board List

===============================================================================================================*/

.boardList {
	display: block;
	padding: 0;
	margin: 10px 0 50px;
	font-size: 14px;
}

.boardList .colGroup {
	display: block;
	padding: 14px 0;
	height: 25px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
	
}

.boardList .colGroup .col {
	display: block;
	float: left;
	height: 25px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 1.8;
	color: #222;
}


.boardList .colGroup.important {
	background: #f5f5f5;
}
.boardList .colGroup.important,
.boardList .colGroup.important .col,
.boardList .important .title a {
	color: #0867c0 !important;
}

.boardList .colGroup.header {
	padding: 10px 0;
	background: #f5f5f5;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	margin-top: 0;
	color: #666;
}


.boardList .colGroup.header .title { text-align: center; }
.boardList .colGroup .title { text-align: left; }
.boardList .colGroup .title a { color: #444; }
.boardList .colGroup .col a:hover { text-decoration: underline; }


.listIcon {
	background: url('images/list-new.png') no-repeat 0 4px;
	height: 17px !important;
	width: 13px;
	padding-right: 3px;
	margin: 0 0 0 3px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}



.noContents {
	display: block;
	padding: 200px 0;
	text-align: center;
	font-size: 15px;
	color: #777;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.noContents i {
	display: block;
	font-size: 100px;
	color: #999;
	line-height: 1.2;
}







/*===============================================================================================================

	Gallery List

===============================================================================================================*/

.galleryList {
	display: block;
	padding: 40px 0 0;
	margin: 10px 0 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: auto;
}


.galleryList ul {
	margin: 0;
	padding: 0;
}

.galleryList .galBox {
	list-style: none;
	float: left;
	display: block;
	position: relative;
	width: 31.3333%;
	margin: 0 1% 50px;
}

.galleryList .galBox .galText a:hover {
	text-decoration: underline;
	color: #222;
	transition: all ease-in-out .2s;
}
.galleryList .galBox a:hover .galThumb img {
	opacity: 0.8;
}

.galleryList .galHover .img,
.galleryList .galThumb {
	display: block;
	width: 100%;
	height: 213px;
	background: #101010;
	overflow: hidden;
	margin: 0;
}

.galleryList .galHover img,
.galleryList .galThumb img {
	width: 100%;
}

.galleryList .galHover {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 88;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease-in-out .3s;
}

.galleryList a:hover .galHover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.galleryList .galHover .galText {
	color: #00bcfa !important;
	background: #000;
}


.galleryList .galThumb.noImage {
	text-align: center;
	background: #f5f5f5;
	color: #999;
	font-size: 15px;
}

.galleryList .galThumb.noImage .fa {
	font-size: 60px;
	margin: 70px 0 10px;
}

.galleryList .galThumb img {
	width: 100%;
}

.galleryList .galText {
	display: block;
	position: relative;
	padding: 15px 0px;
	text-align: center;
	background: #202020;
}

.galleryList  a .galText {
	display: block;
	font-size: 15px;
	color: #fff !important;
}

.galleryList .galText a:hover {
	color: #00bcfa !important;
	background: #000;
	text-decoration: none !important;
}

.galleryList .galWriter {
	font-size: 11px;
	color: #999;
	display: block;
	line-height: 1.4;
	padding: 5px 0 0;
	margin: 0 0 0;
	border-top: 1px solid #ddd;
	text-align: left;
}

.galleryList .galTitle {
	font-size: 14px;
	margin: 0 0 3px;
	line-height: 1.3;
	height: 18px;
	overflow: hidden;
}
.galleryList .galPreview {
	font-size: 11px;
	color: #888;
	line-height: 1.5;
	margin: 0;
	height: 35px;
	overflow: hidden;
}

/*===============================================================================================================

	Board Search

===============================================================================================================*/
.boardSearch {
	display: block;
	height: 26px;
	margin: 0 0 0;
}

.boardSearch .searchIpt {
	width: 120px;
	height: 24px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 0 10px;
	color: #777;
	margin: 0 5px 0 0;
	outline: none;
	float: left;
	line-height: 24px;
	font-size: 12px;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
}

.boardSearch .searchIpt:focus {
	background: #fff;
	border-color: #12aef8;
	color: #333;
}



/*===============================================================================================================

	Board View

===============================================================================================================*/

.boardView {
	display: block;
	padding: 0;
	margin: 0 0 30px;
}

.boardView .title {
	display: block;
	padding: 12px 12px;
	background: #f5f5f5;
	font-size: 14px;
	line-height: 1.5;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.writeInfo {
	display: block;	
	padding: 8px 12px;
	border-bottom: 1px solid #bbb;
}

.writeInfo .info {
	padding: 0 20px 0 0;
	display: inline-block;
	*display:inline/*IE7 HACK*/;
	_display:inline;/*IE6 HACK*/
	height: 20px;
	line-height: 1.5;
	font-size: 13px;
	color: #777;
}

.writeInfo .info span {
	color: #555;
	margin: 0 7px 0 0;
}

.boardView .boardContents {
	display: block;
	padding: 20px 12px 20px 12px;
	border-bottom: 1px solid #bbb;
	margin: 0 0 30px;
	font-size: 14px;
	line-height: 1.8;
}


.qnaAnswer {
	display: block;
	background: #f6fbfd;
	padding: 15px 15px;
	margin: 20px 0 0;
}

.qnaAnswer .writeInfo {
	padding: 0 0 3px;
	margin: 0 0 10px;
}

.boardBtns {
	text-align: center;
}




.delBox {
	display: block;
	padding: 8px 15px;
	background: #f5f5f5;
	margin: 20px 0 0;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
}


/*===============================================================================================================

	Board Write

===============================================================================================================*/

.formWrite {
	display: block;
	position: relative;
	border-top: 2px solid #666;
	margin: 0 0 30px;
	font-size: 14px;
}

.formWrite .formGroup {
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 15px 0;	
	min-height: 30px; 
	overflow: auto;
}

.formWrite .formGroup .formLabel,
.formWrite .formGroup .formInput {
	display: block;
	float: left;
}

.formWrite .formGroup .formLabel ul {
	padding: 0 15px 0;
	margin: 0;
	color: #333;
	display: block;
}

.formWrite .formGroup .formLabel li {
	line-height: 1.3;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
}

.formGroup .formLabel { width: 15%; display: block; }
.formGroup .formLabel span { line-height: 30px; padding: 0 15px 0; color: #333; display: block;}
.formGroup .formInput { width: 85%; line-height: 28px; }
.formGroup .formInput.wide { width: 100%; line-height: 28px; }

.formInput .adrsIpt {
	display: block;
	clear: left;
	float: none;
	margin: 3px 0 !important;
	height: 30px;
}

/*===============================================================================================================

	Password Page

===============================================================================================================*/


.pwBox {
	display: block;
	padding: 60px 0;
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #ccc;
}

.pwBox .inputAddon {
	margin: 0 auto !important;
	width: 245px;
	text-align: center;
}


.inputAddon {
	display: block;
	position: relative;
	height: 70px;
	
}

.inputAddon .iptText {
	width: 223px !important;
	margin: 0 auto 10px !important;
	float: none;
}

.inputAddon .btn {
	border-radius: 0px !important;
	float: none;
	margin: 0 !important;
}

.passwordWrapper {
	display: block;
	position: relative;
	padding: 100px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.passwordBox {
	display: block;
	width: 660px;
	margin: 0 auto;
	position: relative;
}

.pwInput {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	border: 1px solid #ccc;
	padding: 0 10px;
	width: 200px;
	float: left;
	margin: 0 5px 0 0;
}

.pwBtn {
	display: block;
	width: 100px;
	font-size: 15px;
	height: 47px;
	background: #333;
	color: #fff;
	border: none;
	float: left;
	margin: 0 3px 0 0;
}


/*===============================================================================================================

	Mobile Board List

===============================================================================================================*/


.mobileBoardList {
	display: block;
	margin: 5px 0 20px;
	border-top: 1px solid #ccc;
	font-size: 14px;
}

.mobileBoardList ul {
	margin: 0;
	padding: 0;
}

.mobileBoardList li {
	display: block;
	padding: 10px 3px;
	border-bottom: 1px solid #ccc;
}

.mobileBoardList small {
	font-size: 13px;
	color: #777;
}

.mobileBoardList a {
	font-size: 14px;
	color: #444;
	font-weight: bold;
	line-height: 1.3;
}




/*===============================================================================================================

	Mobile Gallery List

===============================================================================================================*/


.mobileGallery {
	display: block;
	padding: 30px 0 0px;
	margin: 10px 0 20px;
	overflow: auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.mobileGallery .galBox {
	width: 46%;
	display: block;
	position: relative;
	float: left;
	margin: 0 2% 30px;
	padding: 0;
	box-sizing: border-box;
}


.mobileGallery .galBox:before {
    content: "";
    display: block;
    padding-top: 80%; /* 1:1 비율 */
} 

.mobileGallery .galBox .galThumb { 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: #f1f1f1;
}


.mobileGallery .galThumb.noImage {
	text-align: center;
	font-size: 12px;
	background: #eee;
	color: #888;
}

.mobileGallery .galThumb.noImage i {
	margin-top: 20%;
	font-size: 18px;
	line-height: 1.6;
}

.mobileGallery .galText {
	font-size: 15px;
	padding: 5px 0;
	width: 100%;
	height: 18px;
	color: #fff;
	line-height: 20px;
	display: block;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	bottom: 0px;
	text-align: center;
	z-index: 88;
	overflow: hidden;
}


/*===============================================================================================================

	Mobile Board Write

===============================================================================================================*/


.mobileWrite {
	display: block;
	border-top: 2px solid #999;
	margin: 0 0 20px;
	font-size: 14px;
}

.mobileWrite .formGroup {
	display: block;
	padding: 13px 0 15px;
	border-bottom: 1px solid #ccc;
	float: none;
	clear: both;
}

.mobileWrite .formLabel {
	display: block;
	line-height: 1.3;
	font-weight: bold;
	padding: 0px !important;
	width: 100%;
	margin: 0 0 3px;
}

.mobileWrite .formInput {
	display: block;
	margin: 0 0 0;
	padding: 0px !important;
	width: 100%;
	overflow: auto;
}

.mobileWrite .iptText,
.mobileWrite .sltBox {
	float: none !important;
	margin: 0px !important;
}

.mobileWrite .sltBox {
	height: 30px;
}


/*===============================================================================================================

	Mobile Password Page

===============================================================================================================*/

.mobilePassword {
	display: block;
	position: relative;
	margin: 0px 0 20px;
	padding: 30px 0 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.mobilePassword .mobilePwBox {
	display: block;
	margin: 0;
	padding: 0 20px;
	position: relative;
	text-align: center;
}


.mobilePassword .passwordImg {
	display: block;
	text-align: center;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 16px;
}

.mobilePassword .passwordImg img {
	width: 50% !important;
	margin: 0 0 10px;
}


.mobilePwBox .MiptPw {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin: 0 0 20px !important;
	width: 100%;
	margin-bottom: 5px;
	box-sizing: border-box;
	border-radius: none;
	-webkit-border-radius: 0;
}


.mobilePwBox .MpwBtn {
	display: inline-block !important;
	text-align: center;
	font-size: 15px;
	height: 47px;
	background: #333;
	color: #fff;
	border: none;
	margin: 0px 4px;
	width: 40%;
}




/*===============================================================================================================

	Mobile Board View

===============================================================================================================*/

.mobileBoardView {
	display: block;
	border-top: 1px solid #ccc;
	margin: 0 0 20px;
	font-size: 14px;
}

.mobileBoardView table {
	width: 100%;
	border-collapse: collapse;
}

.mobileBoardView .formLabel,
.mobileBoardView .formOutput {
	padding: 8px 12px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	line-height: 1.3;
}

.mobileBoardView .formLabel {
	font-weight: bold;
	background: #f2f2f2;
	border-right: 1px solid #ddd;
	width: 25%;
}

.mobileBoardView .formOutput {
	width: 75%;
}

.mobileBoardView .formContents {
	padding: 12px;
	border-bottom: 1px solid #ccc;
}


.mobileQnaAnswer {
	display: block;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 15px;
	margin: 15px 0;
	line-height: 1.3;
}

.mobileQnaAnswer .writeInfo {
	font-size: 12px;
	margin: 0 0 5px;
	padding: 0px;
	border: none;
	font-weight: bold;
}