body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a,button,select{
	font-family: 'Noto Sans KR', AppleGothic, Arial, 'Malgun Gothic','¸¼Àº °íµñ', sans-serif;
}

/* ¸ÞÀÎ ¸µÅ© °ü·Ã */

a.t_link {
	color: #6c6e84;
    .text-decoration: none;
}

a.t_link:active {
    color: #f90;
}

a.t_link:hover {
    color: #0f9;
}

a.t_link:visited {
    text-decoration: none;
}


a.t_link {
	color: #f5f5f5;
    .text-decoration: none;
}

a.latest{
    color: #f5f5f5;
}

a.latest:active {
    color: #f5f5f5;
}

a.latest:hover {
	color: #f5f5f5;
    border-bottom: 1px solid #9f0;
}

a.latest:visited {
	color: #f5f5f5;
    text-decoration: none;
}

/* ¹öÅÏ ¼öÁ¤  */

.buttonPro.small {
    padding: 6px 8px;
    min-width: 50px;
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
}

.browser_onfocus {
	position: absolute;
	top: -17px;
	right: 10px;
	font-size: 12px;
}

.keyword {
	color:#FF001E;
	background-color:#FFF000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:    #bebebe;
	font-size: 13px;
	font-family: Arial, sans-serif;
	/*text-align: center;
	padding-top: 32px;*/
}

::-webkit-input-placeholder::after {
    display: block;
}

:-ms-input-placeholder { /* IE 10+ */
    color:    #bebebe;
	font-size: 13px;
	font-family: Arial, sans-serif;
	/*text-align: center;
	padding-top: 32px;*/
}

:-moz-placeholder { /* Firefox 18- */
    color:    #bebebe;
	font-size: 13px;
	font-family: Arial, sans-serif;
	/*text-align: center;
	padding-top: 32px;*/
}

::-moz-placeholder { /* Firefox 19+ */
    color:    #bebebe;
	font-size: 13px;
	font-family: Arial, sans-serif;
	/*text-align: center;
	padding-top: 32px;*/
}

::-moz-placeholder::before {
  content: "FIRST\000ASECOND\000ATHIRD";
}

:-ms-input-placeholder::before {
  content: "FIRST\000ASECOND\000ATHIRD";
}

/*foot.css*/
.footer a {
	color: #222;
	font-size: 14px;
}

.footer .info_greeting {
	margin: 16px 0 3px 0px;
	text-align: center;
	font-size: 14px;
}	

.footer .info_greeting a {
	font-weight: 600;
	font-size: 17px;
}

.site_map  li {
	float: left;
	width: 162px;
	margin: 0 0 0 0px;
	text-align: center;
	border-right: 1px dotted #333;
}

.site_map  li:last-child:not(:first-child) {
	border-right: unset;
}

.ft_top .ft_banner{display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:10px; padding:25px 0;}
.ft_banner .banner_list{background:#222; padding:30px 0;text-align:center;}
#foot {
	float: right;
	width: 860px;
	min-width: inherit;
	margin-top: -28px;
	padding: 15px 0 0 20px;
	text-align: center;
	box-sizing: border-box;
} 
#foot * { color: #666; font-size: 14px; -webkit-transform: skew(-0.1deg); transform: skew(-0.1deg); text-align: left; } 
#foot_logo { position: absolute; right: 0; top: 0; } 
#foot_link a { padding: 0 12px; text-decoration: none; color: #222; font-weight: 500;  font-size: 14px; position:relative; padding-right:20px; } 
#foot_link a::after { content: ''; display: block; width: 1px; height: 12px; background: #d3d3d3; position:absolute; top:50%; right:0; transform: translate(-50%, -50%); } 
#foot_link a:last-child::after { display: none; } 
#foot_company { padding: 10px 0 8px; margin: 0 auto; } 
#foot_company li { display: block; text-align: left; float: left; color: #222; padding-right : 20px; } 
#foot_company li:nth-child(3) { float: none; } 

.foot_company-info::after { content: ''; display: block; clear: both; } 
#foot_copy {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

#foot_link {
	display: flex;
	align-items: center; /* ¼öÁ÷ °¡¿îµ¥ Á¤·Ä */
	gap: 20px;           /* ¸µÅ© »çÀÌ °£°Ý */
	margin-left: -12px;
}

#foot_link .admin-link {
	margin-left: auto;   /* ¿À¸¥ÂÊÀ¸·Î ¹Ð±â */
	font-weight: 500;
}