.bo_cate_title,
.bo_cate_title .sec_title {
	position:relative;	
}

.bo_cate_title .sec_title,
.bo_cate_title .sec_title h2,
.bo_cate_title .sec_title .cate_wrap {
	display:inline-block;
}

.bo_cate_title .sec_title {
	border-bottom: 1px solid #276fad
}

#sub_content .bo_cate_title .sec_title h2 {
	margin:20px 0 0px;
}

.bo_cate_title .cate_wrap {
	cursor:pointer;
	width:390px;
	padding-bottom:15px;
}

.bo_cate_title .cate_wrap .cate_now {
	color:#ef5260;
	font-weight:300;
	font-size: 27px;
    font-family: 'montserrat', sans-serif;
}

.bo_cate_title .cate_wrap .cate_more {
	position:absolute;
	top:28px;
	right:2px;
	font-size:12px;
	color:#999;
}

.bo_cate_title #bo_cate_ul {
	position:absolute;
	top:70px;
	left:115px;
	background:rgba(255,255,255,0.9);
	border:0px solid #276fad;
	padding:0px 0;
	width:413px;
	height:0px;
	overflow:hidden;
	z-index:99;
	transition:0.3s;
}

.bo_cate_title .cate_wrap:hover #bo_cate_ul {
	border:1px solid #276fad;
	height:310px;
	transition:0.3s;
	margin-bottom:0px;
}

.bo_cate_title #bo_cate_ul li {
	font-family: "Montserrat", sans-serif;
	padding:0 14px 0 22px;
	font-size:18px;
	margin-bottom:10px;
	font-weight:400;
}

.bo_cate_title #bo_cate_ul li:first-child {
	margin-top:14px;	
}

.bo_cate_title #bo_cate_ul li:last-child {
	margin-bottom:0px;	
}

.bo_cate_title #bo_cate_ul li a {
	color:#999;
}

.bo_cate_title #bo_cate_ul li a:hover {
	color:#ef5260;
	padding-left:4px;
}

.bo_cate_title .years .cate_wrap {
	width:160px;	
} 

.bo_cate_title .years #bo_cate_ul{
	left:107px;
	width:180px;
	overflow-y: scroll;
}

.bo_cate_title .years #bo_cate_ul li:last-child {
	margin-bottom:14px;	
}

.bo_cate_title .btn_bo_sch {
	position:absolute;
	top:72px;
	right:4px;
	font-size:30px;
	color:#ddd;
}

#bo_btn_top .btn_bo_user li.write_btn {
	width:64px;
	background:#276fad;
	border:1px solid #276fad;
}

#bo_btn_top .btn_bo_user li.write_btn .btn_b01 {
	font-size:14px;
	color:#fff;
}

button.btn_b01:focus,
a.btn_b01:focus {
	outline: none !important;
    box-shadow: none !important;
}
/* 상단 카테고리 끝 */ 

/* moreBar */
.moreBar,
.scrollTop{ 
	width:100%; 
	height:auto; 
	overflow:hidden; 
	text-align:center; 
	margin-top:20px; 
	margin-bottom:20px; 
	display:none; 
}

.moreBar img {
	width:64px;
	opacity:0.4;
}

.scrollTop {
	font-size:14px;
	font-family:'montserrat', sans-serif;
	font-weight:700;
	color:#aaa;
}

.scrollTop .moinfo {
	font-size:12px;
	display:none; 
}

.scrollTop i {	
	color:#6ea9d5;
	position:relative;
	top:0px;
	animation: motion 0.3s linear 0s infinite alternate;
	margin:0 4px;
}
        
@keyframes motion {
	0% {top: -2px;}
	100% {top: 2px;}
}
/* moreBar */

/* 목록 시작 */ 
#gall_ul {
	display:flex;
	flex-wrap:wrap;	
}

#gall_ul li {
	width:32%;
	position:relative;
	margin-right:2%;
	margin-bottom:28px;
	/* border:1px solid #eee; */
}

#gall_ul li:hover {
	background:#f8f8f8;
	transition:0.3s;
}

#gall_ul li .item, 
#gall_ul li .item a {
	display:block;
	width:100%;
	height:100%;
}

#gall_ul li:nth-child(3n+0)  {
	margin-right:0%;
}

#gall_ul li .check_wrap {
	position:absolute;
	top:0px;
	left:4px;
	z-index:9;
}

#gall_ul li .thumbnail {
	width:100%;
	aspect-ratio: 48 / 36;
	border:0 none;
	border-radius:0;
	padding:0;
	margin:0;
	box-shadow:none;	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;
	transition:0.3s;
	position:relative;
}

#gall_ul li .thumbnail::after {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
}

#gall_ul li:hover .thumbnail {
	background-size:110%;
	transition:0.3s;	
}

#gall_ul li:hover .thumbnail::after {
	background:rgba(0,0,0,0.2);
	transition:0.3s;	
}

#gall_ul li .caption .subject {	
	text-align:left;
	padding:14px 0 60px;
	min-height:142px;
}	
	
#gall_ul li .caption h3 {
	font-size:20px;
	font-family:'NanumSquare', sans-serif;
	font-weight:700;
	margin:0px 0 4px;
	padding:0 0px;
	word-break:keep-all;
	line-height:1.4;
	color:#000;
}
	
#gall_ul li .caption h4 {
	font-size:15px;
	font-family:'montserrat', sans-serif;
	font-weight:400;
	margin:0;
	padding:0 24px 0 0px;
	word-break:keep-all;
	line-height:1.2;
	color:#999;
}


#gall_ul.major li  {
	width:32%;
	position:relative;
	margin-right:2%;
	margin-bottom:28px;
}

#gall_ul.major li:nth-child(3n+0)  {
	margin-right:0%;
}

#gall_ul.major li .thumbnail {
	aspect-ratio: 480 / 360;
}

section.no_list {
	text-align:center;
	height:340px;
	font-size:20px;
	font-family:'NanumSquare', sans-serif;
	font-weight:400;
	color:#999;
}

section.no_list a {
	display:inline+block;
	font-size:20px;
	padding-bottom:4px;
	border-bottom:1px solid #ddd;
	margin-left:7px;
}
/* 목록 끝 */


/* 읽기 시작 */
.works_view {
	display:flex;
	flex-direction: row-reverse;
}

.works_view .img_wrap {
	width:65%;
}

.works_view .content {
	width:35%;
	padding:0 0 0 40px;
	position:relative;
}

.works_view .content h2 {
	margin:0 0 10px;
	font-family:'NanumSquare', sans-serif;
	font-size:27px;
	word-break: keep-all;
    line-height: 1.4;
}

.works_view .content h3 {
	margin:0 0 40px;
	font-family:'montserrat', sans-serif;
	font-size:18px;
	color:#999;
	padding-bottom:40px;
	border-bottom:1px solid #276fad;
	line-height:1.6;
	font-weight:400;
}

.works_view .content pre {
	width:100%;
	white-space: pre-wrap;
	background:transparent;
	border:0;
	border-radius:0;
	font-family:'NotoSans', '맑은 고딕', 'Malgun Gothic', '돋움', dotum, sans-serif;
	font-size:14px;
	line-height:1.4;
	margin:0;
	padding:0;
	word-break:keep-all; 
	margin-bottom:40px;
	padding:0 4px 40px 0px;
	border-bottom:1px solid #ddd;
}

.works_view .content ul.sum {
	padding-bottom:80px;
}

.works_view .content ul li {
	margin-bottom:9px;
}

.works_view .content ul li strong {
	display:inline-block;
	width:70px; 
	color:#999;	
}

.works_view .bo_v_nb.pc {
	display:block;
	position:absolute;
	bottom:30px;
	right:0px;
	margin:0;
}

.works_view .bo_v_nb.mo {	
	display:none;
}

.works_view .bo_v_nb li {
	display:inline-block;
	border:0;
	margin:0;
}

.works_view .bo_v_nb li:last-child {
	border-bottom:0;	
}

.works_view .bo_v_nb li a {
	display:block;
	width:70px;
	text-align:center;
	padding:4px 0 3px;
	font-size:12px;
	border:1px solid #276fad;
	background:#6ea9d5;
	color:#fff;
}

.works_view .bo_v_nb li a .material-icons {
	font-size:14px;
	position:relative;
	top:3px;
}

.works_view .bo_v_nb li a:hover {	
	color:#fff;
	background:#276fad;
	transition:0.3s;
}

.works_view .img_wrap p {
	display:block;
	width:100%;
	margin:0;
}

.works_view .img_wrap img {
	width:100%;
	max-width:1000px;
	margin-bottom:20px;
}
/* 읽기 끝 */

@media (max-width: 992px) {		
	#gall_ul li .caption h3 {
		font-size:17px;
		font-weight:400;
		margin:0 0 6px;
		padding:0 0px;
	}
		
	#gall_ul li .caption h4 {
		font-size:13px;
		padding:0 30px 0 0px;
	}
	
	.works_view {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.works_view .img_wrap {
		width:100%;
	}

	.works_view .content {
		width:100%;
		padding-left:0px;
	}	

	.works_view .content h2 {
		margin:20px 0 10px;
		font-size:20px;
	}

	.works_view .content h3 {
		padding:0 0 30px;
		margin:0 0 30px;
		font-size:14px;
		line-height:1.4;
	}
	
	.works_view .content pre {		
		margin-bottom:30px;
		padding:0 10px 30px 0px;
	}

	.works_view .content ul.sum {
		padding-bottom:40px;
	}
	
	.works_view .content ul li {
		margin-bottom:6px;
		font-size:14px;
	}

	.works_view .bo_v_nb.pc {
		display:none;
	}

	.works_view .bo_v_nb.mo {	
		display:block;
		width:100%;
		text-align:center;
	}
	
	.works_view .bo_v_nb li a {
		width:60px;
		padding:2px 0 1px;
		font-size:12px !important;
	}

	.works_view .bo_v_nb li a .material-icons {
		font-size:12px;
		position:relative;
		top:2px;
	}
	
}

@media (max-width: 767px) {	
	#sub_content .bo_cate_title .sec_title h2 {
		font-size:17px;
	}
	
	.bo_cate_title .cate_wrap {		
		width:auto;
		min-width:100px;	
	}

	.bo_cate_title .cate_wrap .cate_now {
		font-size:17px;
		padding-right:20px;
		position:relative;
		top:0px;
	}
	
	.bo_cate_title .cate_wrap .cate_more {
		top:4px;
	}	

	.bo_cate_title #bo_cate_ul {
		top:56px;
		left:0px;
		width:100%;
		min-width:240px;
	}

	.bo_cate_title .cate_wrap:hover #bo_cate_ul {
		height:220px;
	}

	.bo_cate_title #bo_cate_ul li {
		font-size:14px;
		margin-bottom:4px;
	}
	
	.bo_cate_title .years .cate_wrap {
		width:100px;	
	} 

	.bo_cate_title .years #bo_cate_ul{
		left:0px;
		width:100%;
		min-width:100%;
		overflow-y: scroll;
	}

	.bo_cate_title .years .cate_wrap:hover #bo_cate_ul {
		height:280px;
	}
	
	.bo_cate_title .btn_bo_sch {
		top:-48px;
		right:4px;
		font-size:24px;
	}
		
	.scrollTop .moinfo {
		font-size:12px;
		display:block; 
	}
	
	#gall_ul {
		justify-content: space-between;
	}

	#gall_ul li {
		width:48.5%;
		margin-right:0;
		margin-bottom:20px;
	}

	#gall_ul li .caption .subject {	
		padding:14px 0 24px;
		min-height:auto;
	}
	
	#gall_ul li .caption h3 {
		font-size:16px;
		font-weight:400;
	}
		
	#gall_ul li .caption h4 {
		font-size:12px;
		padding:0 10px 0 0px;
	}
	
}

@media (max-width: 480px) {	
	#gall_ul li .caption h3 {
		font-size:14px;
	}	
	
}