@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=korean');
/**********************************************
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 : 이경아
**********************************************/
.auto-noto {font-family:'Noto Sans KR',sans-serif;font-weight:500}

/**********************************************
note : 기사뷰
name : 이경아
**********************************************/
#article-header-title.default .aht-columns.aht-logo {width:230px}

/**********************************************
note : 자동박스
name : 이경아
**********************************************/
/* hr14 */
.auto-hr14 {position:relative}
.auto-hr14 .auto-pager {position:absolute;left:50%;bottom:1.25rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.auto-hr14 .auto-pager li[id*="slick-"] button[data-role] {width:.625rem;height:.625rem;background-color:transparent;border:1px solid rgba(255,255,255,.5)}
.auto-hr14 .auto-pager li[id*="slick-"].slick-active button[data-role] {width:50px;border-radius:.625rem;background-color:#e73f72;border-color:transparent}
.auto-hr14 .photo-titbg.gradient {text-shadow:none}
.auto-hr14 .photo-titbg.gradient.cover {background:-webkit-linear-gradient(transparent 10%,rgba(0,0,0,.75));background:-o-linear-gradient(transparent 10%,rgba(0,0,0,.75));background:-moz-linear-gradient(transparent 10%,rgba(0,0,0,.75));background:linear-gradient(transparent 10%,rgba(0,0,0,.75))}
.auto-hr14 .auto-titles {position:absolute;left:2.25rem;right:2.25rem;bottom:3.75rem}
.auto-hr14 .auto-section {display:inline-block;margin-bottom:.313rem;padding:.438rem 1.75rem;letter-spacing:-.08em;color:#fefefe;font-weight:bold;text-align:center}

/**********************************************
note : 기사박스
name : 이경아
**********************************************/
/* 공통 */
.box-skin .header .skin-column > a, .box-skin .header .skin-column > strong, .box-skin .header > a, .box-skin .header > strong {font-family:'Noto Sans KR',sans serif;font-weight:500}

/* 기본투명_제목상단라인 */
.box-skin.box-custom.header-line .header {border-bottom:1px solid rgba(0,0,0,.12)}
.box-skin.box-custom.header-line .header a::after {content:'|';padding-left:.625rem;font-size:14px;color:#dfdfdf}

/**********************************************
note : 하단
name : 이경아
**********************************************/
#user-footer .footer-menu .footer-columns.user-logo {padding-right:1.25rem}

/**********************************************
note : 모바일스킨
name : 이경아
**********************************************/
/* default-bg */
.index-wrap.mobile.bg {position:relative;padding-top:0;background-color:#f2f2f2}
.index-wrap.mobile.bg {margin-left:-1.25rem;margin-right:-1.25rem;padding:.75rem}
.index-wrap.mobile.bg .grid-1,
.index-wrap.mobile.bg .grid-2 {position:relative}
.index-wrap.mobile.bg .grid-1 {border-right:0}
.index-wrap.mobile.bg .grid-1::before {border-bottom-width:0}
.index-wrap.mobile.bg .grid-2::before {border-top-width:0}
@media screen and (min-width: 40em) {
    .index-wrap.mobile.bg::before {display:none}
    .index-wrap.mobile.bg .grid-1 {padding-right:.375rem}
    .index-wrap.mobile.bg .grid-2 {padding-left:.375rem}
    .edit-main-container .index-wrap.mobile.bg .grid-1 {padding-left:0}
    .edit-main-container .index-wrap.mobile.bg .grid-2 {padding-right:0}
}


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