@charset "utf-8";

.aaa {
  background-color: yellow;
}

/* [main quick] ***************************************/
		.quickLink h2 {
			display: none;
		}
		.quickLink ul {
			padding: 5px 0;
		}
		.quickLink ul li {
		  	float: left;
		  	width: 25%;
		  	padding: 0;
			border-width: 0;
		  	position: relative;
		  /*il 넓이값 조절 20%->25%로 181101kyj*/
		}
		.quickLink ul li:after {
		  	content: "";
		  	width: 1px;
		  	height: 40px;
		  	position: absolute;
		  	top: 50%;
		  	left: 0;
		  	margin-top: -20px;
		  	background-color: #7AC1D2;
		}
		.quickLink ul li a {
		  	height: 90px;
		}

		.quickLink ul li:first-child {
			border-width: 1px 0 0 0;
		}
		.quickLink ul li:first-child:after{/*181123_kyj 추가*/
			width:0 !important;  
		}

/* [main goto] ****************************************/
		.goto.goto01 {
			margin-right: 1.6%;
		}



/*-----------------------------------------메뉴숨김처리-------------------------------------------*/
.li_2_835{
    display: none;  
}

/*--------------------하단 박스 내 글자 크기 조정(181101kyj)-------------------------*/
._contentBuilder ._obj._objHtml, ._contentBuilder ._obj._objTag{
  font-size:0.8em !important;
}
