@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {-webkit-text-size-adjust:none;}
* { margin:0;padding:0; }
a { text-decoration: none;color:#666; }
a:visited{ text-decoration: none;color:#666; }
a:hover{ color:#666; }
img{ border:0px;vertical-align:bottom; }

body{
	margin:0px;
	padding:0px;
}

/* Table */
table{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td, th{
	padding:0px;
	word-break:break-all;
}

/* Etc */
.title_font_family{
	font-family:Tahoma, Geneva, sans-serif;
}
.text_overflow{
	white-space:nowrap;
	text-overflow:ellipsis !important;
	overflow:hidden;
}
.text_overflow2{
	text-overflow:ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow:hidden;
}
.swiper {
	width:100%;
}
.swiper-slide {
	max-width: 450px;
	background: #fff;
	text-align: center;
	opacity:0.1;
}
.swiper-slide .caption{
	line-height:20px;
	margin-top:5px;
}
.swiper-slide-active{
	opacity:1;
}

#wrap{ 
	position:relative;
	width:100%;
	font-family:'Noto Sans KR',Nanum Gothic,Helvetica,sans-serif;
	letter-spacing:-1px;
}

/* 본문 */
#wrap > #body{
	position:relative;
	width:100%;
	background-color:#ffffff;
}
#wrap > #body > #body_content{
	position:relative;
	width:100%;
}

/* 게시판 */
#wrap > #body > #body_content > #board_wrap{
	width:100%;
	padding:60px 0px;
}
#wrap > #body > #body_content > #board_wrap > #board{
	width:1300px;
	margin:auto;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content{
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div{
	width:100%;
	overflow:hidden;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li{
	float:left;
	list-style:none;
	width:65%;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board_title{
	font-size:20px;
	text-align:left;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board_title > ul{
	position:relative;
	font-size:0px;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board_title > ul > li{
	position:relative;
	list-style:none;
	display:inline-block;
	width:200px;
	color:#777;
	font-size:25px;
	font-weight:600;
	text-align:center;
	letter-spacing:0px;
	padding:20px 0px;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board_title > ul > li:nth-child(1),
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board_title > ul > li:nth-child(2),
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board_title > ul > li:nth-child(3){
	cursor:pointer;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board_title > ul > li.on{
	color:#222;
	font-weight:bold;
	box-sizing:border-box;
	border:1px solid #ddd;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board_title > ul > li.on:before{
	position:absolute;
	left:0px;
	bottom:-2px;
	width:100%;
	height:2px;
	background-color:#fff;
	content:"";
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board_title > ul > li:not(.on):hover{
	color:crimson;
	background-color:#f5f5f5;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board{
	margin-top:15px;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board > ul{
	border-bottom:1px solid #e5e5e5;
	padding:10px 0px;
	overflow:hidden;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board > ul > li{
	float:left;
	list-style:none;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board > ul > li.date{
	width:70px;
	text-align:center;
	margin-right:10px;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board > ul > li.date > p:nth-child(1){
	color:crimson;
	font-size:25px;
	font-weight:600;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board > ul > li.date > p:nth-child(2){
	color:#999;
	font-size:15px;
	margin-top:3px;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board > ul > li.content{
	width:calc(100% - 80px);
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board > ul > li.content > a{
	display:block;
	width:100%;
	height:100%;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board > ul > li.content > a:hover > p:nth-child(1){
	color:crimson;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board > ul > li.content > a > p:nth-child(1){
	font-size:18px;
	font-weight:600;
	margin-top:-5px !important;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board > ul > li.content > a > p:nth-child(2){
	font-size:16px;
	font-weight:300;
	margin-top:5px;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board#board1 > ul > li.image{
	width:100px;
	margin-right:10px;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board#board1 > ul > li.image > p:nth-child(1){
	width:100px;
	height:70px;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center;
	overflow:hidden;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board#board1 > ul > li.image > p:nth-child(2){
	color:#999;
	font-size:17px;
	font-weight:300;
	text-align:center;
	margin-top:2px;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board#board1 > ul > li.content{
	width:calc(100% - 110px);
	height:70px;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(1) > .board#board1 > ul > li.content > a > p:nth-child(1){
	margin-top:-5px !important;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(2){
	width:calc(35% - 60px);
	box-sizing:border-box;
	border:1px solid #ddd;
	margin-left:60px;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(2) > .image{
	width:100%;
	height:380px;
	overflow:hidden;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(2) > .image > img{
	width:calc(100% - 20px);
	margin:10px;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul#board_div > li:nth-child(2) > .name{
	color:#000;
	font-size:20px;
	font-weight:600;
	text-align:center;
	margin:20px 0px;
}

/* 포트폴리오 */
#wrap > #body > #body_content > #portfolio_wrap{
	background-color:#e5e0bd;
	padding:60px 0px;
}
#wrap > #body > #body_content > #portfolio_wrap > #portfolio{
	width:1300px;
	text-align:center;
	margin:auto;
}
#wrap > #body > #body_content > #portfolio_wrap > #portfolio > #portfolio_content{
}
#wrap > #body > #body_content > #portfolio_wrap > #portfolio > #portfolio_content .title_font_family{
	font-size:35px;
	font-weight:600;
	text-align:center;
}
#wrap > #body > #body_content > #portfolio_wrap > #portfolio > #portfolio_content .title_sub{
	color:crimson;
	font-size:19px;
	font-weight:600;
	text-align:center;
}
#wrap > #body > #body_content > #portfolio_wrap > #portfolio > #portfolio_content .item_list{
	position:relative;
	margin:40px auto;
}
#wrap > #body > #body_content > #portfolio_wrap > #portfolio > #portfolio_content .item_list .prev{
	position:absolute;
	top:50%;
	left:-89px;
	transform:translateY(-50%);
	width:79px;
	height:16px;
	background-image:url(/images/icon_slide_prev_01.png);
	background-size:79px 16px;
	font-size:0px;
	cursor:pointer;
	z-index:2;
}
#wrap > #body > #body_content > #portfolio_wrap > #portfolio > #portfolio_content .item_list .next{
	position:absolute;
	top:50%;
	right:-89px;
	transform:translateY(-50%);
	width:79px;
	height:16px;
	background-image:url(/images/icon_slide_next_01.png);
	background-size:79px 16px;
	font-size:0px;
	cursor:pointer;
	z-index:2;
}
#wrap > #body > #body_content > #portfolio_wrap > #portfolio > #portfolio_content .item_list .swiper-slide{
	background-color:#e5e0bd !important;
}
#wrap > #body > #body_content > #portfolio_wrap > #portfolio > #portfolio_content .item_list .image{
	width:450px;
	height:300px;
	background-repeat:no-repeat;
	background-size:cover !important;
	background-position:center !important;
}
#wrap > #body > #body_content > #portfolio_wrap > #portfolio > #portfolio_content .item_list .caption{
	font-size:18px !important;
	font-weight:500 !important;
	margin-top:15px;
}