@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 : design custom style page
**********************************************/
.mobile-line{border-top:1px solid rgba(0,0,0,.12);height:.625rem}

.article-veiw-body.view-page .photo-layout figcaption{text-align:center}

/* 기사뷰(후원하기) */
.support-box {width:100%;margin:1.25rem auto;padding:1.25rem;border:1px solid #ddd;border-radius:.625rem;box-sizing:border-box}
.support-box .spt-title {position:relative;margin-bottom:1.25rem;text-align:center;font-size:28px;font-weight:700;color:#c13a42;letter-spacing:-.08em}
.support-box .spt-li {margin-bottom:.313rem;padding:.813rem 1.25rem;background:#eee;border-radius:.313rem;text-align:center;font-weight:bold}
.support-box .spt-li:last-child {margin-bottom:0}
.support-box .spt-li a {display:block;font-size:1.063rem;color:#333}
.support-box .spt-li:hover {background:#52a843}
.support-box .spt-li:hover a {color:#fefefe;text-decoration:none}
.support-box p {margin:.625rem auto 0 !important;padding:.313rem;width:150px;font-size:.875rem;letter-spacing:-.1em;background-color:#555;color:#fefefe !important;text-align:center !important}
.support-box .spt-title .logo {position:absolute;top:4px;left:0px;font-size:12px}

@media screen and (max-width: 39.9375em) {
	.support-box .spt-title .logo {margin-bottom:.625rem;position:relative;top:0;left:0}
	.support-box .spt-title {margin-left:0;padding:0}
}

.newsletter{}
.newsletter .btn_newsletter{position:fixed;bottom:60px;right:60px;z-index:150;display:block;width:70px;height:70px;background-color:#52a843;border-radius:100%;text-decoration:none;}
.newsletter .btn_newsletter p{display:table;width:100%;}
.newsletter .btn_newsletter p strong{display:table-cell;height:70px;vertical-align:middle;text-align:center;font-size:15px;line-height:17px;color:#fff;font-weight:700;}
@media screen and (max-width:63.9375em ) {
	.newsletter .btn_newsletter{bottom:20px;right:20px;}
}

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