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', EzraSILW, EzraSILRegular, sans-serif;
	font-size: 14px;
}

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

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: -7px;
	right: 10px;
	font-size: 12px;
}

.wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

::-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";
}