@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800|Noto+Sans+KR:100,300,400,500,700,900|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=korean'); /* Roboto,나눔고딕,본고딕 */

/**********************************************
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 : 강혜리
**********************************************/
/* 기사박스 */
.box-skin .header .skin-column > a, .box-skin .header .skin-column > strong, .box-skin .header > a, .box-skin .header > strong {font-size:1.125rem;font-family:'Roboto','Noto Sans KR',sans-serif;font-weight:500;letter-spacing:-.05em}

/* 모바일 */
.index-wrap.mobile .box-skin {padding:0}

#idx5 .index-columns-flex.gray {background-color:#ccc}

/**********************************************
note : 기사리스트
name : 강혜리
**********************************************/
.article-list .article-list-content .list-image {background-position:center center}

/**********************************************
note : 기사뷰페이지
name : 강혜리
**********************************************/
.article-veiw-body .article-view-cover > .cover-img {display:inline-block;margin-right:15px;width:110px}
.article-veiw-body .article-view-cover > .cover-tit {display:inline-block;font-size:16px;color:rgba(0,0,0,.75)}

/**********************************************
note : 자동박스
name : 강혜리
**********************************************/
/* mr04(import) */
.auto-mr04 {position:relative;height:25px;padding-right:1rem}
.auto-mr04::before {content:'실시간';position:absolute;left:0;top:-5px;float:left;padding:7px 20px;margin-right:1.5rem;width:85px;height:25px;font-size:.938rem;font-weight:500;line-height:1;letter-spacing:-0.05em;color:#fff;border:1px solid #fff}
.auto-mr04 .auto-container {margin-left:100px;margin-top:.3rem}

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