<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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&amp;subset=korean');
**********************************************/
body,th,td,input,select,textarea,button,
h1,h2,h3,h4,h5,h6 {font-family:-apple-system,BlinkMacSystemFont,'Malgun Gothic','돋움','dotum',"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif}

/**********************************************
note : design custom style page
**********************************************/

/**********************************************
note : 자동박스추가
**********************************************/
/* ha09 */
.auto-ha09 .auto-columns:nth-child(1) {position:absolute;top:0;bottom:0;margin:0}
.auto-ha09 .auto-columns.sub {position:absolute;margin:0}
.auto-ha09 .auto-columns.most {float:left;width:18.4%;margin:2% 0 0 2%}
.auto-ha09 .auto-columns:nth-child(2) {top:0;left:0}
.auto-ha09 .auto-columns:nth-child(3) {bottom:0;left:0}
.auto-ha09 .auto-columns:nth-child(4) {top:0;right:0}
.auto-ha09 .auto-columns:nth-child(5) {bottom:0;right:0}
.auto-ha09 .auto-columns:nth-child(6),
.auto-ha09 .auto-columns:nth-child(5n+1) {margin-left:0}
.auto-ha09 .auto-columns .auto-text {padding:1rem;border:1px solid rgba(0,0,0,.06);border-top:0}
.auto-ha09 .auto-columns.big .auto-text {height:160px}
.auto-ha09 .auto-columns.sub .auto-text {height:80px}
.auto-ha09 .auto-columns a {float:left;width:100%;background:rgba(0,0,0,.02)}
.auto-ha09 .auto-columns a .auto-images {transition:all .5s ease 0s}
.auto-ha09 .auto-columns a:hover .auto-images {transform:scale(1.1, 1.1);}

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

/*220630 신경훈*/
.popup-wrap{min-height:inherit !important}
.popup-wrap img{max-width:inherit !important; width:100%}
</pre></body></html>