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, 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;
}

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

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

.browser_onfocus {
	color: #fbfbfb;
	top: 13px;
}


.circle_letter {
    display: inline-block;
    font-size: .8em;
    width: 1em;
    border-radius: 3em;
    padding: .1em  .2em;
    line-height: 1.25em;
    border: 1px solid #333;
    text-align: center;
	margin-left:3px;
}

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

.bt_main_top {
    position: absolute;
    left: 176px;
    top: 45px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 19px;
    font-weight: 600;
    background: #c14137;
    background: linear-gradient( to right, #a2bbe7, #123167, #a2bbe7 );	
    background: linear-gradient( to right, #80d3a8, #00a651, #aae2c5 );	
}