@charset "utf-8";

/* 새글 스킨 (latest) */

.pic_lt ul {
	display:flex;
	flex-wrap:wrap;
}

.pic_lt ul li {
	width:22.75%;
	margin-right:3%;
	margin-bottom:40px;
}

.pic_lt ul li:nth-child(4n+0) {
	margin-right:0;
}

.pic_lt ul li .thumb {
	width:100%;
	aspect-ratio: 1 / 1;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	filter: grayscale(100%);
	cursor:pointer;
}

.pic_lt ul li:hover .thumb {	
	filter: grayscale(0%);
	transition:0.3s;
}

.pic_lt ul li .thumb .cover {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.pic_lt ul li .thumb .cover .desc {
	width:100%;
	padding:24px 20px 14px;
	position:absolute;
	bottom:0px;
	left:0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.pic_lt ul li .thumb .cover .desc h3 {
	color:#fff;
	margin:0px 0 6px 0;
	font-size:24px;
    font-family: 'NanumSquare', sans-serif;
	font-weight:700;
	letter-spacing:3px;
}

.pic_lt ul li .thumb .cover .desc p {
	color:#fff;
	margin:0;
	font-size:16px;
}

.ceo .pic_lt ul li {
	width:31%;
	margin-right:3.5%;
}

.ceo .pic_lt ul li:nth-child(3n+0) {
	margin-right:0;
}

.ceo .pic_lt ul li .thumb {	
	aspect-ratio: 1 / 0.75;
	cursor:auto;
}

.ceo .pic_lt ul li .thumb .cover {	
	display:none;
}

.pic_lt ul li .thumb .ceo_desc {	
	display:none;
}

.ceo .pic_lt ul li .thumb .ceo_desc {	
	display:block;
}

.ceo .pic_lt ul li .thumb .ceo_desc {	
	width:100%;
	padding:24px 20px 14px;
	position:absolute;
	bottom:0px;
	left:0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.ceo .pic_lt ul li .thumb .ceo_desc h3 {
	color:#fff;
	margin:0px 0 6px 0;
	font-size:24px;
    font-family: 'NanumSquare', sans-serif;
	font-weight:700;
	letter-spacing:3px;
}

.ceo .pic_lt ul li .thumb .ceo_desc p {
	color:#fff;
	margin:0;
	font-size:16px;
}


/* paopup */
.popup_wrap {
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	overflow:hidden;
	display:none;
	background:rgba(0,0,0,0.9);
	z-index:99998;
}
.popup_wrap.on {
	display:block;
}
/*
.pic_lt ul li:nth-child(1) .popup_wrap {
	display:block;
}
*/
.popup {
	display:flex;
	width:90%;
	max-width:1000px;
	height:60vh;
	max-height:720px;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#fff;
	overscroll-behavior: contain;
	z-index:99999;
}

.popup .img_wrap {
	width:60%;
}

.popup .img {
	width:100%;
	height:100%;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:cover;	
	filter : grayscale(1);
}

.popup .info {
	width:40%;
	height:100%;
	overflow:hidden;
	padding:10px 2px 10px 40px;
}

.popup .info .inner {	
	height:100%;
	padding:30px 0;
	overflow-Y:scroll;
	overscroll-behavior: contain;
}

.popup .info .inner::-webkit-scrollbar {
    width: 5px;  /* 스크롤바의 너비 */
}

.popup .info .inner::-webkit-scrollbar-thumb {
    height: 10%; /* 스크롤바의 길이 */
    background: rgba(0,0,0,0.1); /* 스크롤바의 색상 */
    border-radius: 10px;
}

.popup .info .inner::-webkit-scrollbar-track {
    background:#fff;  /*스크롤바 뒷 배경 색상*/
}

.popup .info .info_flex.left {
	width:40%;
}

.popup .info .info_flex.right {
	width:60%;
	padding-right:20px;
}

.popup .info .top_info {
	margin-bottom:40px;
}

.popup .info p {
	margin-bottom:6px;
	color:#666;
}

.popup .info h4 {
	font-family: "NanumSquare", sans-serif;
    font-size: 28px;
	font-weight:500;
	color:#6ea9d5;
	letter-spacing : 15px;
	margin-bottom:30px;
}

.popup .info h4 span {
	display:inline-block;
	font-family: "NotoSans", sans-serif;
	font-size: 14px;
	color:#222;
	letter-spacing : 0px;
}

.popup .info .rank {
	color:#222;
	font-size: 16px;
	margin-bottom:0px;
}

.popup .info .email {
	color:#aaa;	
	font-weight:300;
}

.popup .info .info_sec {
	padding:0 0px 24px 0;
}

.popup .info .info_sec.prj {
	margin-top:50px;
}

.popup .info .info_sec h5 {		
	font-weight:700;
	color:#000;
}

.popup .info .info_sec p {
	color:#999;
}

.popup .info 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.8;
	color:#999;
	margin:0;
	padding:0;
	word-break:keep-all; 
	border-bottom:0px solid #ddd;
}
/*
.ceo .popup {
	display:flex;
	flex-wrap:wrap;
}

.ceo .popup div.img_wrap,
.ceo .popup div.info {
	width:50%;
	height:100%;
}

.ceo .popup .img_wrap {
	padding-right:40px;
}

.ceo .popup .img {
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;	
}

.ceo .popup .info {	
	display:block;
	height:100%;
	overflow-Y:scroll;
	overscroll-behavior: contain;
	padding:40px 20px 40px 0;
}

.ceo .popup .info::-webkit-scrollbar {
    width: 5px;  

.ceo .popup .info::-webkit-scrollbar-thumb {
    height: 30%; 
    background: rgba(110,169,213,0.4); 
    border-radius: 10px;
}

.ceo .popup .info::-webkit-scrollbar-track {
    background:#fff;  
}

.ceo .popup .info .info_flex {
	width:100%;
	height:auto;
	padding:0;
	overflow:auto;
}

.ceo .popup .info .top_info {
	border-bottom:1px solid #276fad;
	padding-bottom:10px;
	margin-bottom:30px;
}

.popup .info pre.ceo_comment {
	color:#222;
	font-size:14px;
	font-weight:400;
	line-height:1.4;
}
*/

.popup .popup_close {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

.popup .popup_close:hover {
	color:#f8b8b1;	
	transition:0.3s;
}

@media(max-width:997px) {
	.ceo .pic_lt ul li .thumb .ceo_desc h3,
	.pic_lt ul li .thumb .cover .desc h3 {
		font-size:20px;
	}
	
	.ceo .pic_lt ul li .thumb .ceo_desc p,
	.pic_lt ul li .thumb .cover .desc p {
		font-size:14px;		
	}
		
	.popup .img_wrap {
		width:50%;
	}
	
	.popup .info {
		width:50%;
	}
}

@media screen and (max-width: 768px) {
	
	.pic_lt ul li {
		width:49%;
		margin-right:2%;
		margin-bottom:20px;
	}
	
	.pic_lt ul li:nth-child(2n+0) {
		margin-right:0;
	}
	
	.ceo .pic_lt ul li {
		width:49%;
		margin-right:2%;
	}

	.ceo .pic_lt ul li:nth-child(2n+0) {
		margin-right:0;
	}

	.ceo .pic_lt ul li .thumb {	
		aspect-ratio: 1 / 1;
	}

	.ceo .pic_lt ul li .thumb .ceo_desc,		
	.pic_lt ul li .thumb .cover .desc {		
		padding:20px 4px 10px 10px;
	}
	
	.ceo .pic_lt ul li .thumb .ceo_desc h3,
	.pic_lt ul li .thumb .cover .desc h3 {
		font-size:18px;
		margin-bottom:4px;
	}
	
	.ceo .pic_lt ul li .thumb .ceo_desc p,
	.pic_lt ul li .thumb .cover .desc p {
		font-size:13px;		
	}

	.popup {
		width:90%;
		max-width:1000px;
		height:80vh;
		max-height:80vh;
		transform:translate(-50%,-56%);
		display:block;
	}	

	.popup .img_wrap {
		width:100%;
		height:35%;
	}	

	.popup .img {
		background-size:contain;	
		background-color:#ddd;	
	}

	.popup .info {
		width:100%;
		height:65%;
		overflow:hidden;
		padding:10px 2px 10px 30px;
	}

	.popup .info .inner {	
		height:100%;
		padding:10px 0;
		overflow-Y:scroll;
		overscroll-behavior: contain;
	}

	.popup .info .info_sec.prj {
		margin-top:0px;
	}
	
	/*	
	.ceo .popup {
		display:block;
	}

	.ceo .popup div.img_wrap {
		width:100%;
		height:50%;
	}	

	.ceo .popup div.info {
		width:100%;
		height:50%;
	}	
		
	.ceo .popup .img_wrap {
		padding-right:0px;
	}
	
	.ceo .popup .info {	
		padding:20px 20px 0;	
	}	
	*/
	
	.popup .popup_close {
		top:-6px;
		right:10px;
		font-size:40px;
	}
}

@media screen and (max-width: 480px) {
	.popup .info h4 {
		font-size: 22px;
		font-weight:700;
		margin-bottom:24px;
	}
	
	.popup .info h4 span {
		font-size: 13px;
	}
	
	.popup .info .rank {
		font-size:15px;
	}

	.popup .info .top_info {
		margin-bottom:30px;
	}
	
	.popup .info pre {
		font-size:13px;
	}

}