﻿
/* NOTICE : 이 파일은 UTF-8 로 인코딩되어야 합니다. */

/* TODO : 이곳에 모든 페이지(새창 포함)에 공통으로 사용되는 스타일을 정의하십시오. */
/*		  이 파일은 프레임워크 기본 CSS 가 정의됩니다. */

body	{ width:100%;height:100%;margin:0;padding:0;font-family:dotum;font-size:9pt; }
.alt	{ display:none; }
.alt2	{ visibility:hidden; }
img		{ border:none; vertical-align:middle; }

.floatLeft { float:left; }
.floatRight { float:right; }

/* 여백, 참고 텍스트 스타일 */
.pTop5					{ padding-top:5px; }
.pTop10					{ padding-top:10px; }
.ref-text				{ padding-top:5px;padding-left:10px;color:#236ECD;font-size:10pt;font-family:dotum; }
.txt-gray-font			{ font-size:10pt; font-family:dotum; color:#505050; }

/* 글자 색 관련 */
.txtLeft	{ text-align:left !important; }
.txtCenter	{ text-align:center !important; }
.txtRight	{ text-align:right !important; }
.png24		{ tmp:expression(setPng24(this)); }

/* 오버레이 효과 */
#overlay				{ position:absolute;background-image: url(../img/overlay.png);width:100%;height:100%;z-index:100; }
* html #overlay			{ position:absolute;width:100%;height:100%;top:0;left:0;z-index:100;background-color: #333;back\ground-color: transparent;background-image: url(../img/blank.gif);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/themes/_common/img/overlay.png", sizingMethod="scale"); }

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


.table-x
{
	border:none;
	font-size:9pt;
	font-family:dotum;
	color:#555555;
}

.table-x a
{
	font-size:9pt;
	font-family:dotum;
	color:#555555;
	text-decoration:none;
}

.table-x a:hover
{
	text-decoration:underline;
}

.scroll
{
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-face-color: #F2F2F2;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #999999;
}

