@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
**********************************************/


/**********************************************
note : custom-313
name : 김지수
date : 2019.01.14
**********************************************/
.index-wrap.custom-313 .grid-1,
.index-wrap.custom-313 .grid-4 {padding-right:20px}
.index-wrap.custom-313 .grid-2 {padding-left:20px}

/**********************************************
note : box skin
name : 김지수
date : 2019.01.30
**********************************************/
.box-skin .header .skin-column > a, .box-skin .header .skin-column > strong, .box-skin .header > a, .box-skin .header > strong {font-size:1.125rem}

/**********************************************
note : multi banner
name : 김지수
date : 2019.01.30
**********************************************/
.rolling-bn.banner-multi-box .slick-slide {padding:0}
.rolling-bn.banner-multi-box .slick-slide .small-up-1,
.rolling-bn.banner-multi-box .slick-slide .small-up-1 .columns {margin:0;padding:0}


/*** 
 과거기사 TABLE > img 패턴을 모두 찾아서 치환을 어떻게 하냐 
 레이아웃이 깨지지 않도록 cascading해준다. 
***/

#old-article table{
	width:auto !important;
	margin-bottom:0 !important;
	border:0px solid #111 !important;
}

#old-article table table{
	width:100%!important;
	margin-bottom:0 !important;
	border:0px solid #111 !important;
}

#old-article table[align="left"]{
	float:left !important;		
}

#old-article table[align="right"]{
	float:right !important;
}

#old-article table tbody td, #old-article table tbody th{
	/*padding:1rem !important;*/
}
 
/**********************************************
note : autobox
name : 김지수
date : 2019.01.28
**********************************************/
/* hr04-4(headline) */
.auto-hr04-4 {position:relative;background-color:#333}
.auto-hr04-4 .photo-titbg {width:100%;padding:2em;left:0;bottom:0;text-shadow:1px 1px rgba(0,0,0,.65)}
.auto-hr04-4 .auto-roll {float:left;width:calc(100% - 320px)}
.auto-hr04-4 .auto-nav {float:left;width:320px}
.auto-hr04-4 .auto-nav::before {content:'주요이슈';display:block;padding:1.5rem 1.25rem .9375rem;letter-spacing:-0.08em;color:rgba(255,255,255,.6);font-size:.9rem;font-weight:700}
.auto-hr04-4 .auto-nav .auto-content {padding:.9375rem 1.25rem;border-top:1px solid rgba(255,255,255,.1);cursor:pointer}
.auto-hr04-4 .auto-nav .auto-content:first-child {border-top:none}
.auto-hr04-4 .auto-nav .auto-content:last-child {border-bottom:1px solid rgba(255,255,255,.1)}
.auto-hr04-4 .auto-nav .auto-content:after {content:'';display:table;clear:both}
.auto-hr04-4 .auto-nav .slick-slide.slick-current {background-color:#e6336d}
.auto-hr04-4 .auto-mores {position:absolute;z-index:11;font-size:.75rem;color:rgba(255,255,255,.5);right:1.25rem;bottom:2.5rem}
.auto-hr04-4 .auto-mores a {color:rgba(255,255,255,.5)}

/**********************************************
note : down custom
name : 김지수
date : 2019.02.08
**********************************************/
#user-footer.footer-custom {padding:1.5rem}


.ins {
    position: absolute;
    z-index: 1002;
    right: 0px;
    bottom: 15px;
}

#user-footer .footer-menu .user-nav a{padding:0 .36rem;}

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


/* 김민희 / 958407 / 20200616 */
.ins img {width:175px; height:42px;}

/* 배진희 / 1311557 / 20231006 */
#user-footer .user-address ul li{letter-spacing:-.1rem;}