
/*editor 전용 프리셋*/

/*중앙정렬형*/

.sub_align p.img {
	text-align: center;
}

.sub_align p.img.svc {
	padding: 0 50px;


}

.sub_align p.img img{
	width: 100%;

}

div.txtbox {
	margin-top: 40px;
	padding: 0 25px;
	word-break: break-all;
}

div.txtbox.intro013{
	margin-top: 10px;


}

div.txtbox +  p.img{
	margin-top: 100px;

}
p.name_year.top{
	margin-bottom: 24px;

}

p.org_name {
	margin-bottom: 24px;
}

p.org_name span.org {
	display: block;
	color: #00878c;
		font-size: 15px;

}

p.org_name span.name {
	display: block;
	color: #333;
	font-size: 20px;
	margin-top: 13px;

}


p.name_year span.name {
	font-size: 20px;
	line-height: 19px;
	color: #333;


}

p.name_year span.year {
	font-size: 15px;
	line-height: 19px;
	position: relative;
	top: -2px;
	left: 5px;
	color: #00878c;

}

p.artc_tit {
	font-size: 23px;
	font-weight: 600;
	color: #00878c;
	margin-bottom: 30px;
}

p.artc {
	font-size: 17px;
	color: #636363;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: -1px;
}

p.artc.impact {
	font-size: 19px;
	font-weight: 500;
	color: #333;

}

p.artc + p.img{
	margin-top: 80px;

}

p.img.zoom_able{
	position: relative;

}

p.img.zoom_able::after{
	width: 32px;
	height: 32px;
	background:url('../images/common/zoom_ico.png');
	background-size: 32px;
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;


}

p.dots {
	padding-left: 20px;
	margin-bottom: 15px;
}

p.dots::before{
	content: ".";
	position: absolute;
	color: #333;
	left: 0;
	top: -5px;

}

p.bart {
	padding-left: 25px;
	margin-bottom: 15px;
}

p.bart::before{
	content: "-";
	position: absolute;
	color: #333;
	left: 12px;
	top: -3px;

}


p.and {
	margin-bottom: 50px;

}

p.artc + p.org_who { 
	margin-top: 70px;
}

p.org_who {
	font-size: 19px;
	font-weight: 500;
	color: #00878c ;
}

p.org_who + p.org_name { 
	margin-top: 20px;
	font-size: 25px;
	font-weight: 500;
	color: #333;
}


p.artc:last-child {
	margin-bottom: 0;

}

div.gobox_group {
	margin-top: 76px;
	padding: 0 100px;
	word-break: break-all;
}

/*+바로가기 버튼 배너형 추가*/
.gobox_grid{
	display: table;
	width: 100%;

}

.gobox_grid .gobox{
	display: table;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	padding-left: 26px;
	height: 100px;
	width: 100%;
	font-size: 20px;
	line-height: 27px;
	position: relative;
}


.gobox_grid .gobox::after{
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	background: url('../images/common/type_go_btn.png');
	background-size: 35px;
	right: 25px;
	top: 50%;
	margin-top: -17px;

}



.gobox_grid .gobox2{
	display: table;
	width: 100%;
	height: 110px;
	margin-right: 12px;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	margin-top: 12px;
	padding-top: 25px;
	padding-left: 120px;

	font-size: 22px;
	color: #333;
	position: relative;
	background-position: left 30px top 45%;
	background-size: 50px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	text-align: left;

}

.gobox_grid .gobox2.ico_01 {
	background-image:url('../images/sub/gobox2_ico_01.png');
}
.gobox_grid .gobox2.ico_02 {
	background-image:url('../images/sub/gobox2_ico_02.png');
}
.gobox_grid .gobox2.ico_03 {
	background-image:url('../images/sub/gobox2_ico_03.png');
}
.gobox_grid .gobox2.ico_04 {
	background-image:url('../images/sub/gobox2_ico_04.png');
}
.gobox_grid .gobox2.ico_05 {
	background-image:url('../images/sub/gobox2_ico_05.png');
}
.gobox_grid .gobox2.ico_06 {
	background-image:url('../images/sub/gobox2_ico_06.png');
}
.gobox_grid .gobox2.ico_07 {
	background-image:url('../images/sub/gobox2_ico_07.png');
}
.gobox_grid .gobox2.ico_08 {
	background-image:url('../images/sub/gobox2_ico_08.png');
}


.gobox_grid .gobox2 .go_c{
	color:#00878c;
	font-weight: 400;
	top:10px;
	font-size: 15px;
	display: inline-block;
	text-align: center;
	position: relative;	

}



.gobox_grid .gobox2 .go_c:after {
	content: "";
	position: absolute;
	right: 0;
	width: 6px;
	height: 9px;
	background: url('../images/sub/core_arr.png');
	background-size: 6px 9px;
	top: 3px;
    right: -10px;	
}

.gobox_grid .gobox2:nth-child(4n){
	margin-right: 0;
}

.gobox_grid .gobox2:nth-child(1),
.gobox_grid .gobox2:nth-child(2),
.gobox_grid .gobox2:nth-child(3),
.gobox_grid .gobox2:nth-child(4) {
	margin-top: 0px;


}


.tel_grid{
	display: table;
	width: 100%;

}

.telbox {
	width: 470px;
	margin-top: 20px;
	margin-right: 38px;
	float: left;

}

.telbox .left {
	float: left;	
	margin-right: 20px;
	width: 180px;
	font-size: 19px;
	color: #333;
	padding-top: 20px;
	border-top: 1px solid #333;
	line-height: 30px;

}

.telbox .right {
	float: left;
	width: 270px;
	font-size: 17px;
	color: #636363;
	padding-top: 20px;
	border-top: 1px solid #636363;
	line-height: 30px;

}

.telbox .right span{
		color: #00878c;
}

.telbox:nth-child(1),
.telbox:nth-child(2) {
	margin-top: 0;

}

.telbox:nth-child(even){
	margin-right: 0;

}



/*좌측정렬형*/
.left_type_box {
	display: table;
	width: 100%;	
}

.left_type_array {
	display: table;
	width: 100%;
	padding: 90px 0;
	border-bottom: 1px solid #d6d6d6;
}

.left_type_array:first-child{
	padding-top: 0;
}

.left_type_array:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.left_type_array .imgbox {
	width: 430px;
	float: left;
}

.left_type_array .imgbox img{
	width: 100%;
}

.left_type_array .artc_group {
	width: 670px;
	margin-left: 80px;
	float: left;
}

.left_type_array .artc_group .tit{
	font-size: 35px;
	color: #333;
	line-height: 50px;
	position: relative;
	top: -10px;

}

.left_type_array .artc_group .desc{
	font-size: 19px;
	color: #f68a1e;
	line-height: 30px;
	position: relative;
	margin-top: 30px;
	top: -5px;

}

.left_type_array .artc_group p.artcs{
	font-size: 17px;
	color: #636363;
	line-height: 30px;
	position: relative;
	margin-top: 45px;
	top: -5px;

}


/*리스트형게시판*/
.list_type_box{
	display: table;
	width: calc(100% - 50px);
	margin: auto;
}

.list_type_array { 
	display: table;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
}
.list_type_array a{
	display: block;
	width: 100%;
	height: 100%;
}
.list_type_array .inner{
	padding: 25px 0;
	width: 100%;
	display: table;
}

.list_type_array:first-child {
	border-top: 2px solid #333;
	padding-top: 0;
}

.list_type_array:last-child {
	padding-bottom: 0;
}

.list_type_array .tit_date{
	width: 100%;
	display: table;
}

.list_type_array .tit_date .tit{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	height: 60px;
	overflow: hidden; 
	-webkit-line-clamp:2;
	text-overflow: ellipsis;	
	word-wrap: break-word;
	-webkit-box-orient: vertical;	
	display: -webkit-box;
	word-break: break-word;
}

.list_type_array .tit_date .date{
	margin: 20px 0 25px;
	color: #636363;
	font-size: 17px;

}	

.list_type_array .desc{
	width: 100%;
	display: table;

	height: 60px;
	overflow: hidden; 
	-webkit-line-clamp:2;
	text-overflow: ellipsis;	
	word-wrap: break-word;
	-webkit-box-orient: vertical;	
	display: -webkit-box;
	word-break: break-word;

}


.list_type_array .desc p.artcs{
	font-size: 17px;
	line-height: 30px;
	color: #636363;
	word-break: break-all;

}

/*웹진형게시판*/

.webzine_type_box{
	display: table;
	width: calc(100% - 50px);
	margin: auto;
}

.webzine_type_array { 
	display: table;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
}
.webzine_type_array .inner{
	padding: 70px 0;
	width: 100%;
	display: table;	
}

.webzine_type_array a{
	display: block;
	width: 100%;
	height: 100%;
}
.webzine_type_array .inner{
	padding: 25px 0 30px;
	width: 100%;
	display: table;
}

.webzine_type_array:first-child {
	border-top: 2px solid #333;
	padding-top: 0;
}

.webzine_type_array:last-child {
	padding-bottom: 0;
	margin-bottom: 10px;
}



.webzine_type_array .left{
	width: 100%;
	display: table;
	margin-top: 20px;
}

.webzine_type_array .left .tit{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	height: 30px;
	overflow: hidden; 
	-webkit-line-clamp:1;
	text-overflow: ellipsis;	
	word-wrap: break-word;
	-webkit-box-orient: vertical;	
	display: -webkit-box;
	word-break: break-word;
}


.webzine_type_array .left .desc{
	margin-top: 18px;
	color: #636363;
	font-size: 17px;
	line-height: 30px;
	height: 60px;
	overflow: hidden; 
	-webkit-line-clamp:2;
	text-overflow: ellipsis;	
	word-wrap: break-word;
	-webkit-box-orient: vertical;	
	display: -webkit-box;
	word-break: break-word;	
}	

.webzine_type_array .left .date{
	margin-top: 17px;
	color: #636363;
	font-size: 17px;

}	


.webzine_type_array .thumb_img {
	width: 100%;
	display: table;

}	

.webzine_type_array .thumb_img img {
	width: 100%;
}

/*앨범형게시판*/

.album_type_box{
	display: table;
	width: calc(100% - 50px);
	margin: auto;
	padding-bottom: 20px;
}

.album_type_array { 
	display: table;
	width:  100%;
	margin-top: 40px;
}
.album_type_array:first-child {
	margin-top: 0;

}



.album_type_array .thumbimg{
	width: 100%;
	height: 250px;
	display: table;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.album_type_array .tit{
	margin-top:20px;
	text-align: center;
	font-size: 20px;
	color: #333;
}


/*core 소개 /연계*/
.inner_y2 {
	padding: 0px 0px 0 0px;
}

.core_box_tit{
	font-size: 23px;
	color: #00878c;
	padding: 0 0 25px 0;
	width: 100%;
}

.core_box_group{
	margin-bottom: 50px;
	display: table;
	width: 100%;

}

.core_box_group:last-child{
	margin-bottom: 0;

}

.core_box_wrap {
	width: calc(100%);
	display: table;
	margin: auto;
	border-top: 2px solid #333;

}

.core_box_array {
	padding: 25px 0;
	display: table;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;

}

.core_box_array:last-child{
	border-bottom: 0;
	padding: 40px 0 0 0;
}

.core_box_array .tit {
	float: left;
	width: 100%;
}

.core_box_array .tit .tit_text {
	font-size: 20px;
	color: #333;
	line-height: 30px;
}
.core_box_array .tit .tit_text br{
	display: none;

}


.core_box_array .tit .link {
	font-size: 15px;
	color: #00878c;
	margin : 18px 0 26px;
	width: 55px;
	position: relative;
}

.core_box_array .tit .link:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 9px;
	background: url('../images/sub/core_arr.png');
	background-size: 6px 9px;
	right: -6px;
	top: 3px;
}

.core_box_array .desc {
	float : left;
	width: 100%;
	line-height: 35px;
	color: #636363;
}

.desc span.list {
    font-size: 17px;
    padding-left: 12px;
    position: relative;
    line-height: 27px;
    display: block;
    margin-bottom: 5px;
}

.desc span.list:before {
  	content: "";
  	width: 3px;
  	height: 3px;
  	border-radius: 50%;
  	position: absolute;
  	left: -2px;
  	top: 14px;
  	background: #636363;
}


.desc span.list_mini {
	font-size: 16px;
	line-height: 32px;
	color: #636363;
	margin-left: 15px;
	display: block;
}
.desc span.list +  span.list_mini {

	margin-bottom: 20px;
}

span.go_tit{
		display: inline-block;
		width: 100%;			
	}