@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
**********************************************/
/*멀티기능성배너01*/
#rollBanner-1 img{width:400px; height:90px}
#rollBanner-2 object{width:400px; height:90px}
#rollBanner-1 .column, #rollBanner-1 .columns {padding-right:0;padding-left:0}
#rollBanner-1.rolling-bn .slick-slide{padding:0 .4rem}

/*멀티기능성배너02*/
#rollBanner-2 img{width:240px; height:80px}
#rollBanner-2 object{width:240px; height:80px}
#rollBanner-2 .column, #rollBanner-2 .columns{padding-right:0;padding-left:0}
#rollBanner-2.rolling-bn .slick-slide{padding:0 .4rem}

/**********************************************
note : 소개페이지
**********************************************/
.com-about.com-1 p {padding-left:1rem;padding-right:1rem;color:#777;font-size:.938rem;text-align:justify}
.com-about.com-1 img {margin-bottom:2rem}
.com-about.com-1 header {position:relative;padding-bottom:2rem;margin-bottom:2.5rem;text-align:center}
.com-about.com-1 header::after {content:'';display:block;position:absolute;bottom:0;left:50%;width:40px;height:3px;background-color:#000;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.com-about.com-1 header > strong {display:block;margin-bottom:.5rem;font-weight:700;color:#222;font-size:2rem}
.com-about.com-1 header > p {margin-bottom:0;color:#666;font-size:1.125rem;font-weight:500;text-align:center;line-height:1.6em}
.com-about.com-1 p.last-text {text-align:right;font-size:1rem;color:#222}
.com-about.com-1 p .user-bg2{background-color:#58aa20 !important}
@media screen and (max-width: 39.9375em) {
	.com-about.com-1 header > strong {font-size:1.25em}
	.com-about.com-1 header > p {font-size:1rem}
}

/*오피니언 리사리스트 썸네일 이미지*/
.article-list-content .imgContain .list-image{background-size:contain;}

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