
._global_style_
{
	font-size: 12px !important;
	text-size-adjust: none !important;
	font-family: 'Noto Sans KR', sans-serif !important; 
 	color:#222 !important;

}

/* 스크롤바의 폭 너비 */
._global_style_ *::-webkit-scrollbar {
	margin-left: 2px !important;
    width: 10px !important;  
}

._global_style_ *::-webkit-scrollbar-thumb {
    background: rgba(238, 238, 238) !important; /* 스크롤바 색상 */
	border-radius: 10px !important; /* 스크롤바 둥근 테두리 */
}

._global_style_ *::-webkit-scrollbar-track {
    background: rgba(238, 238, 238, .1) !important;  /*스크롤바 뒷 배경 색상*/
}


.pq-grid-center-o *::-webkit-scrollbar {
	margin-left: 0px !important;
    width: 17px !important;  
}

.global_resp
{
	/* global_resp 는 body 에 추가된 클래스 입니다. */
	
}

/*가로모드*/
@media screen and (orientation: landscape)
{
	.global_resp
	{
	}
}

/*ios*/
@supports (-webkit-overflow-scrolling: touch)
{
}

/*tablet*/
@media screen and (min-width:641px)
{
}

*, *::before, *::after {
    font-smoothing: antialiased !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/*tablet*/
@media print
{
	.AContainer-Style{position:static !important;} !important;
	 

}

.__reset
{
	/* TODO:edit here */

}
html, body {  min-height: 100% !important; height: 100% !important; font-family: 'Pretendard', sans-serif !important; background-color: #fff !important;  }

