@charset "UTF-8";
/**********************************************
note : fonts set
## google fonts cdn이 변경됨. https://fonts.google.com/에 방문하여 폰트를 담아오면 됩니다.
## 예) @import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');
**********************************************/
body,th,td,input,select,textarea,button,
h1,h2,h3,h4,h5,h6 {font-family:'Malgun Gothic','돋움','dotum','Apple SD Gothic Neo','Helvetica Neue','Helvetica','Roboto','Arial',sans-serif}

/**********************************************
note : 소개페이지
name : 강혜리
date : 2019.11.28
**********************************************/
/* 매체소개 */
.com-about.com-1 article {position:relative;padding:0 22.5rem 0 2.5rem}
.com-about.com-1 article::after {content:'';position:absolute;top:0;bottom:0;right:0;width:342px;background:rgba(0,0,0,.08) url('/com/image/skin4-2.png') no-repeat top center}
.com-about.com-1 article > ul {padding-bottom:2rem;list-style-type:upper-greek}
.com-about.com-1 article > ul > li {margin-top:50px;font-size:23px;font-family:verdana;font-weight:600;line-height:1.3}
.com-about.com-1 article > ul > li::first-child {margin-top:0;padding-top:0;border-top:0}
.com-about.com-1 article > ul > li > span {font-size:17px;font-weight:500;color:rgba(0,0,0,.58)}
.com-about.com-1 article > ul > li > span > b {color:#ec5840;font-weight:500;letter-spacing:-.05em}
@media screen and (max-width: 39.9375em) {
	.com-about.com-1 article {padding:0}
	.com-about.com-1 article > ul > li {font-size:1rem;line-height:1.2}
	.com-about.com-1 article > ul > li > span {font-size:1rem}
	.com-about.com-1 article::before {top:0;text-decoration:underline}
	.com-about.com-1 article::after {display:none}
}

#admin-wrap .edit-level1 {min-height:10px}
