@charset "utf-8";
.ht{height:15px}
.list-tsearch{border:1px solid #ddd;background:#fafafa;padding:20px 15px 3px;margin-bottom:15px;}
.tsearch-top, .tsearch-bottom{display:none;}

.sns-icon-box{width:100%;margin-top:20px;text-align:right;}
.sns-icon{border-radius:50%;width:10%;max-width:40px;}

.cl{clear:both;}

.nodata{width:100%;text-align:center;padding:50px 0;}

.btn_bo_user{width:100%;}
.btn_bo_user .btn_gr_l{float:left;width:50%;}
.btn_bo_user .btn_gr_r{float:right;width:50%;text-align:right;}



/*로더*/
.webzine-item-loading-wrap{
	position:absolute;
	background-color:#fff;
	width:100%;
	height:100%;
	z-index:99;
}
.webzine-item-loading-wrap .webzine-spinner{
	margin:100px auto;
	width:50px;
	height:40px;
	text-align:center;
	font-size:10px;
}

.webzine-item-loading-wrap .webzine-spinner > div{
/*	background-color:#ff6c3a;*/
	height:100%;
	width:6px;
	display:inline-block;
	-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;
	animation:sk-stretchdelay 1.2s infinite ease-in-out;
}

.webzine-item-loading-wrap .webzine-spinner .webzine-rect2{
	-webkit-animation-delay:-1.1s;
	animation-delay:-1.1s;
}

.webzine-item-loading-wrap .webzine-spinner .webzine-rect3{
	-webkit-animation-delay:-1.0s;
	animation-delay:-1.0s;
}

.webzine-item-loading-wrap .webzine-spinner .webzine-rect4{
	-webkit-animation-delay:-0.9s;
	animation-delay:-0.9s;
}

.webzine-item-loading-wrap .webzine-spinner .webzine-rect5{
	-webkit-animation-delay:-0.8s;
	animation-delay:-0.8s;
}

@-webkit-keyframes sk-stretchdelay{
	0%, 40%, 100%{ -webkit-transform:scaleY(0.4) }	
	20%{ -webkit-transform:scaleY(1.0) }
}

@keyframes sk-stretchdelay{
	0%, 40%, 100%{ 
		transform:scaleY(0.4);
		-webkit-transform:scaleY(0.4);
	}	20%{ 
		transform:scaleY(1.0);
		-webkit-transform:scaleY(1.0);
	}
}

.webzine-item-wrap{
	padding-top:15px;
}

.webzines-list{
	width:100%;
}

.webzines-list .item-row{
	width:100%;
}

.webzines-list .chk-wrap{
	position:relative;
}

.webzines-list .chk-item{
	position:absolute;
	top:2px;
	right:-5px;
	z-index:20;
}
.td_name {
    width: 150px;
    text-align: left;
}
@media all and (min-width:1400px){
    /* basic board */
    .boardList{/*padding-bottom:50px*/}
    .boardList table{position:relative;width:100%;border-collapse:collapse}
    .boardList thead{padding:3px 0 0 0}
    .boardList thead:before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:#999}
    .boardList thead th{text-align: center; padding:20px 0;font-size:18px;color:#333;font-weight:500;background:#fcfcfc;border-bottom:1px solid #efefef}
    .boardList tbody tr:hover{background:#f9f9f9}
    .boardList tbody td{padding:20px 0;line-height:24px;font-size:18px;font-weight:400;color:#2a2a2a;text-align:center;border-bottom:1px solid #efefef;overflow:hidden}
    .boardList tbody td a{display:inline-block;line-height:20px;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:top}
    .boardList .td_subject{padding: 20px 15px;text-align:left;}
    .boardList .td_subject a{max-width:100%;display:block;}
}
@media all and (min-width:748px) and (max-width:1400px){
    .boardList{padding:0 15px 30px}
    .boardList table{position:relative;width:100%;margin:0 0 30px 0;border-collapse:collapse}
    .boardList thead th{padding:15px 0;font-size:16px;}
    .boardList tbody td{padding:15px 0;font-size:15px;}
    .boardList .td_subject{padding:15px 10px;}
    .boardList .td_subject a{max-width:100%;display:block;}
    .w8p { width: 8% !important; }
    .w12p { width: 12% !important; }
    .w15p { width: 15% !important; }
}

@media all and (max-width:748px){                   
    .boardList{padding:0 10px 25px}
    .boardList table{width:100%;margin:0 0 10px 0}
    .boardList thead{display:none}
    .boardList tbody{display:block;border-top:1px solid #dadada;}
    .boardList tbody tr{position:relative;display:block;padding:15px 10px;border-bottom:1px solid #e9e9e9;}
    .boardList tbody td{display:block;padding:3px 0;line-height:1.4;font-size:14px !important;border:0;}
    .boardList .td_subject{padding:0 0 8px 0;}
    .boardList .td_subject a{font-size:16px;line-height:1.4;font-weight:500;}
    .boardList .td_name,
    .boardList .td_datetime,
    .boardList .td_hit{display:inline-block;padding-right:10px;font-size:13px !important;color:#888;}
    .boardList .td_file{position:absolute;top:15px;right:10px;}
    
    /* 체크박스 */
    .boardList .td_chk{position:absolute;top:15px;right:10px;margin:0;}
    
    /* 공지사항 */
    .boardList .notice_icon{display:inline-block;padding:2px 6px;background:#f00;color:#fff;font-size:12px;margin-bottom:5px;}
    
    /* 새글 아이콘 */
    .boardList .fa-bell{color:#ff6b6b;margin-left:5px;}
    
    /* 첨부파일 아이콘 */
    .boardList .title_icon{width:16px;vertical-align:middle;}
}

/* 리스트 */
#board-container ul{list-style:none;padding:0;margin:0;}
#board-container li{list-style:none;font-size:12px;}
#board-container a{text-decoration:none;}

#board-container .btn{font-size:12px;}

#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin:0 0 15px 0;padding-left:1px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px;width:25%}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:5px 0;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;text-decoration:none;letter-spacing:-0.1em}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}

.sns-icon-box{width:100%;margin-top:20px;text-align:right;}
.sns-icon{border-radius:50%;width:10%;max-width:40px;}

.cl{clear:both;}

.nodata{width:100%;text-align:center;padding:50px 0;}

.btn_bo_user{width:100%;}
.btn_bo_user .btn_gr_l{float:left;width:50%;}
.btn_bo_user .btn_gr_r{float:right;width:50%;text-align:right;}

.bo-shdow-wrap{ position:relative; }
.bo-shdow-wrap .bo-shadow{ position:absolute; z-index:1; top:-12px; }
.bo-shdow-wrap .bo-shadow img{ width:100%; }

#list-board .div-head{ display:table; width:100%; table-layout:fixed; }
#list-board .list-head{ font-weight:bold; padding:20px 0; margin:0px !important; text-align:center; clear:both; color:#333; height:43px; line-height:43px; }
#list-board .list-head span{ display:table-cell; text-align:center; vertical-align:middle; }
#list-board .list-head a, #list-board .list-head span{ font-weight:bold; font-size:20px; line-height:14px; }
#list-board .list-body { list-style:none; padding:0px; margin:0px; }
#list-board .list-body li { border-bottom:1px solid #eee; display:table; width:100%; table-layout:fixed; font-size:18px; -webkit-transition:all 0.20s ease-in-out; -moz-transition:all 0.20s ease-in-out; -ms-transition:all 0.20s ease-in-out; -o-transition:all 0.20s ease-in-out; }
#list-board .list-body li:hover{ background-color:#ffd6c8; }
#list-board .list-body li > div { display:table-cell; height:34px; line-height:22px; padding:10px 0px; text-align:center; color:#999; vertical-align:middle; }
#list-board .cmt{ color:#999; margin-left:5px; }

#list-board .bl-chk{width:30px; display: inline-table;}
#list-board .bl-no{width:80px;}
#list-board .bl-title{width:auto;}
#list-board .bl-name{width:100px;}
#list-board .bl-date{width:100px;}
#list-board .bl-hit{width:80px;}

#list-board .list-body .bl-title{text-align:left;}
#list-board .list-body .bl-title .subj{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-wrap:break-word;padding:10px !important;}
#list-board .list-body .bl-title .subj a{font-weight:300;color:#000;font-size:18px;}
#list-board .list-body .bl-title .subj a:hover{color:#ff6c3a;}
#list-board .td-notice{padding:0 5px;background:#3B913B;color:#fff;margin:0 auto;display:inline-block;font-size:18px;}
#list-board .title-cate{color:#d44b47;margin-right:5px;font-weight:bold;}
#list-board .title-cate a{color:#d44b47;font-weight:bold;}
#list-board .is_notice{background:#eee;}
#list-board .bl-title-i{width:100%;}
#list-board .bl-title-i .bl-sub-info{margin:0 10px;}

.list_area{width:100%;margin-top:10px;}
.list{width:100%;}
.list .bl-chk{width:30px;}
.list .bl-no{width:80px;}
.list .bl-title{width:auto;}
.list .bl-name{width:100px;}
.list .bl-date{width:100px;}
.list .bl-hit{width:80px;}
.list .is_notice{background:#eee;}
.list .td-notice{padding:2px;background:#f0ad4e;color:#fff;margin:0 auto;display:inline-block;font-size:12px;}
.list .td-view{color:#d44b47;font-size:12px;}
.list .title-c{text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-wrap:break-word;}
.list .title-c a{color:#333;}
.list .title-cate{color:#d44b47;margin-right:5px;font-weight:bold;}
.list .title-cate a{color:#d44b47;font-weight:bold;}

.list-tsearch{border:1px solid #ddd;background:#fafafa;padding:20px 15px 3px;margin-bottom:15px;}

/* 리스트 */
.webzines-list{
	margin:0;
	padding:0;
}

.item-row figure{
	margin:0;
}

.webzines-list .item-row{
	overflow:hidden;
	margin:0;
	margin-bottom:25px;
	border-bottom:1px solid #eee;
	padding-bottom:25px;
	list-style:none;
}

.webzines-list .webzine-item{
	position:relative;
}

.webzines-list .webzine-item .wb-thumb{
	position:relative;
	padding-top:100%;
	overflow:hidden;
}

.webzines-list .webzine-item .wb-thumb .wb-centered{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-transform:translate(50%,50%);
	-ms-transform:translate(50%,50%);
	transform:translate(50%,50%);
}

.webzines-list .webzine-item .wb-thumb .wb-centered img{
	position:absolute;
	top:0;
	left:0;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.webzines-list .webzine-item .wb-thumb .wb-centered img.h-crop{
	width:100%;
	height:auto;
}

.webzines-list .webzine-item .wb-thumb .wb-centered img.w-crop{
	width:auto;
	height:100%;
}

.webzines-list .icon-label{
	font-size:11px;
	text-transform:uppercase;
	padding:5px 15px;
	text-align:center;
	display:block;
	position:absolute;
	top:0;
	z-index:99;
	font-weight:normal;
	letter-spacing:1px;
	line-height:normal;
	margin-top:0px;
	margin-left:0px;
	padding-top:6px;
}

.webzines-list .icon-new{
	color:#fff;
	background:#6fd626;
}

.webzines-list .icon-hot{
	color:#fff;
	background:red;
}

.webzines-list .webzine-name a{
	width:100%;
	display:block;
	font-size:20px;
	text-align:left;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	word-wrap:break-word;
	line-height:normal;
	margin-bottom:8px;
	font-weight:600;
	text-align:left;
}

.webzines-list .u-info{
	display:inline-block;
	margin-right:6px;
	color:#999;
	font-size:12px;
	font-family:"dotum";
}
.webzines-list .u-info span{
	font-size:12px;
	font-weight:bold;
	/*font-size:14px;*/
	/*color:#ff6c3a;*/
}
.webzines-list .webzine-item p{
	font-size:14px;
	color:#666;
	line-height:1.5em;
}
.webzines-list .u-info-links{
	display:inline-block;
	margin-bottom:4px;
}
.webzines-list .u-info-links .separator{
	color:#999;
}
.webzines-list .u-info-links .u-info-date{
	color:#999;
}
.webzines-list .u-info-links a{
	font-size:14px;
}
.webzines-list .webzine-item .price-box{
	margin:8px 0 10px;
	border-top:1px solid #eee;
	padding-top:12px;	
}
.webzines-list .webzine-item .wb-desc{
	font-size:14px;
	margin-bottom:5px;
	margin-top:5px;
	color:#666;
	padding-top:12px;
	border-top:1px solid #eee;
}

.webzines-list .webzine-item .wb-desc p{
	width:100%;
	height:100px;
	overflow:hidden;
	margin-bottom:0;
	font-size:14px;
	line-height:20px;
	text-align:left;
	text-overflow:ellipsis;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient:vertical;
	word-wrap:break-word;
	color:#999;
}

.webzines-list .webzine-item .wb-icons ul{
	margin-top:5px;
	padding:0;
}
.webzines-list .webzine-item .wb-icons ul li{
	margin-right:20px;
	font-size:12px;
	display:inline-block;
}

/* 글쓰기 폼 */
.write-wrap .form-group{margin-top:15px;padding-top:15px;border-top:1px dotted #eee;}
.write-wrap .form-group:nth-child(2){margin:0;padding:0;border:0;}
.form-control, .well, .btn, .alert, .input-group-addon, .label{
	border-radius:0 !important;
}
.cursor{cursor:pointer;}
.write-wrap{overflow:hidden;padding-top:15px;}
.write-wrap h2{padding:0px;margin:0px;font-size:14px;font-weight:bold;}
.write-wrap label{font-weight:bold;margin-top:4px;line-height:normal;}
.write-wrap .write-content{height:300px;}
.write-wrap .write-file{border:0;box-shadow:none;}
.write-wrap .write-btn{margin:15px 0px 25px;text-align:center;}
.write-wrap .delete-file{margin:0px;padding:0px 10px;font-weight:normal;}
.write-wrap .delete-file label{font-weight:normal;}

.write-wrap .sp-label{font-weight:normal;margin-right:10px;}
.write-wrap .sp-label input[type="checkbox"], .write-wrap .sp-label input[type="radio"]{margin-top:0px;}

#autosave_pop div{text-align:right;}
#autosave_pop button{margin:0;margin-left:10px;padding:0;border:0;background:transparent;color:#888;}
#autosave_pop ul{margin:0;padding:0;padding-left:15px;list-style:disc;}
#autosave_pop li{padding:2px 5px; }
#autosave_pop li:after{display:block;visibility:hidden;clear:both;content:"";}
#autosave_pop a{display:block;float:left;}
#autosave_pop span{display:block;;float:right;}

#variableFiles{width:100%;margin:0;border:0;}
#variableFiles td{padding:0px 0px 7px;border:0;}
#variableFiles input[type=file]{box-shadow :none;border:1px solid #ccc !important;outline:none;}
#variableFiles .form-group{margin:0 0 10px 0;border:0;}
#variableFiles .checkbox-inline{padding-top:0px;font-weight:normal;}

/* 글보기 */
.view-content{min-height:300px;}
.ellipsis{display:inline-block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;font-size:12px;}
.red, i.red{color:rgb(233, 27, 35);}
.view-wrap .img-resize img{max-width:100%;height:auto;}
.view-wrap .no-attach{border-bottom:0px;}
.view-wrap .view-cnt{letter-spacing:0;}
.view-wrap .card-skin{border-bottom:0;}
.view-wrap .list-group-wrap{margin-top:5px;}

.view-wrap .tit{font-size:20px;font-weight:bold;padding:10px 0;margin:0;line-height:30px;display:block;word-wrap:normal;letter-spacing:-1px;}
.view-wrap h1 span.talker-photo{margin-bottom:10px;margin-right:10px;}
.view-head{border-left:0px;border-right:0px;}
.view-head .sp{display:inline-block;width:20px;text-align:center;font-size:11px;color:#888;}
.view-head .list-group-item{padding:5px 15px;border-style:dotted;}
.view-tag{margin:10px 0px;padding:0px;color:#888;}
.view-tag a{color:#888;}
.view-tag a:hover{color:crimson;}
.view-cnt{margin-top:4px;}
.view-img img{display:block;max-width:100%;margin:0 auto 15px;border:0;height:auto;}
.view-content{padding-bottom:20px;line-height:180%;}
.view-content img{width:auto;height:auto;max-width:100%;}
.view-content p{padding:0;margin:0;line-height:180%;}
.view-good-box{text-align:center;}
.view-good-box span{margin:15px 6px;width:80px;height:80px;display:inline-block;}
.view-good-box a{background:rgb(245, 245, 245);padding-top:14px;border-radius:50%;width:80px;height:80px;text-align:center;color:rgb(51, 51, 51);font-size:22px;line-height:26px;display:inline-block;}
.view-good-box .view-good a:hover{background:rgb(223, 17, 25);color:rgb(255, 255, 255);}
.view-good-box .view-nogood a:hover{background:rgb(0, 0, 0);color:rgb(255, 255, 255);}
.view-author .auth-photo{width:160px;padding-right:15px;}
.view-icon{margin-bottom:10px;}
.view-icon img{width:34px;border-radius:50%;margin-bottom:5px;}
.view-comment{margin:0px;padding:0px 0px 5px;text-transform:capitalize;overflow:hidden;border-bottom:1px solid rgb(51, 51, 51);display:inline-block;position:relative;}

/* Padding */
.view-padding{padding:25px 0;}
.is-mobile .view-padding{padding-left:0px;padding-right:0px;}
.view-author-none{height:1px;border-top:1px solid #eee;margin:12px 0px 20px;}

/* Comment */
.comment-media{margin:10px 0px;}
.comment-media .photo i{background:rgb(245, 245, 245);padding:15px;border-radius:50%;width:64px;height:64px;text-align:center;color:rgb(143, 143, 143);font-size:30px;display:inline-block;}
.comment-media .photo img{border-radius:50%;width:64px !important;height:64px !important;display:inline-block;}
.view-mobile .comment-media .photo i{padding:10px;width:54px;height:54px;}
.view-mobile .comment-media .photo img{width:54px !important;height:54px !important;}

.comment-media .media{border-top:1px solid #999;margin:7px 0px;padding:7px 0px 0px;}
.comment-media :first-child.media{border-top:0px;margin-top:0px;padding-top:0px;}
.comment-media h5{margin:2px 0px;line-height:22px;}
.comment-media .media .media-body{padding-left:0px;}
.comment-media .media .media-info{margin-left:10px;}
.comment-media .media .media-content{padding:10px 0;margin:10px 0;border-top:1px dotted #eee;}
.comment-media .media .media-content .re{color:#ff8400;}
.comment-media .media .media-btn {	margin-left:4px;}
.comment-btn-wrap .btn{
	padding:5px 0 !important;
	width:30px;
	text-align:center;
}
.comment-form{padding-top:10px;}
.comment-box{border:1px solid #ddd;padding:12px 12px 0px;margin-bottom:15px;background:#fbfbfb;}
.comment-content{display:table;width:100%;table-layout:fixed;}
.comment-content .comment-cell{display:table-cell;padding:0px;text-align:center;vertical-align:middle;}
.comment-content .comment-cell.comment-submit{width:80px;height:100%;background:#fafafa;border:1px solid #ccc;border-left:0px;cursor:pointer;}
.comment-btn .cursor{margin-left:12px;color:#787878;}

#wr_content{resize:none;}
#bo_vc_opt ol{	margin:0;padding:0;list-style:none;zoom:1;}
#bo_vc_opt ol:after{display:block;visibility:hidden;clear:both;content:"";}
#bo_vc_opt ol li{float:left;margin:0;}
#bo_vc_send_sns ul{margin:0;padding:0;list-style:none;zoom:1;}
#bo_vc_send_sns ul:after{display:block;visibility:hidden;clear:both;content:"";}
#bo_vc_send_sns ul li{	float:left;margin:0 20px 0 0;}
#bo_vc_send_sns input{	margin:0 0 0 5px;}

@media all and (max-width:768px){
	.responsive .view-wrap h1{text-overflow:clip;overflow:none;white-space:normal;line-height:28px;font-size:20px;margin-bottom:10px;}
	.responsive .view-wrap h1 .photo{display:none;}
}

@media all and (max-width:480px){
	.responsive .view-author .auth-photo{float:none;width:100%;padding-right:0px;}
	.responsive .view-icon .pull-right{float:none !important;}
}

.board-pagination{
	/*margin:-30px 0 30px 0;*/
    margin: 30px 0;
}

.more-loader-btn{
	display:none;
}

.board-list-loader-wrap{
	display:none;
	position:fixed;
	z-index:99;
	top:30%;
	left:50%;
	opacity:0.5;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.board-list-loader,
.board-list-loader:before,
.board-list-loader:after{
	/*background:#ff6c3a;*/
	-webkit-animation:load1 1s infinite ease-in-out;
	animation:load1 1s infinite ease-in-out;
	width:1em;
	height:4em;
}
.board-list-loader{
	/*color:#ff6c3a;*/
	text-indent:-9999em;
	margin:88px auto;
	position:relative;
	font-size:11px;
	-webkit-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-animation-delay:-0.16s;
	animation-delay:-0.16s;
}
.board-list-loader:before,
.board-list-loader:after{
	position:absolute;
	top:0;
	content:'';
}
.board-list-loader:before{
	left:-1.5em;
	-webkit-animation-delay:-0.32s;
	animation-delay:-0.32s;
}
.board-list-loader:after{
	left:1.5em;
}
@-webkit-keyframes load1{
	0%,
	80%,
	100%{
		box-shadow:0 0;
		height:4em;
	}
	40%{
		box-shadow:0 -2em;
		height:5em;
	}
}
@keyframes load1{
	0%,
	80%,
	100%{
		box-shadow:0 0;
		height:4em;
	}
	40%{
		box-shadow:0 -2em;
		height:5em;
	}
}
