
._global_style_
{   
    color: #121417;
    font-size: 14px;
	font-family: NanumGothic;	
    font-style: normal;
	font-weight: 400;
    text-size-adjust: none; /* 글자 크기 자동 확대 방지 */
    -webkit-text-size-adjust: none; /* iOS, Android용 접두사 */
    -ms-text-size-adjust: none; /* 구형 IE, Edge용 접두사 */

}


/*아이폰 사파리 인풋 스타일 제거*/
._global_style_ input, button
{
	-webkit-appearance:none;
    appearance: none;
	-webkit-border-radius:0;
    border-radius:0;
}

