﻿html
{
	height:100%;
}

body
{
	margin:0px;
	height:100%;
	font-size: 12px;
	line-height: 1.5em;
	font-family: "돋움", Dotum, appleGothic, Helvetica, AppleGothic, Sans-serif;
}

ul, li, ol
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	border:none 0px;
}

li
{
	display:list-item;
	vertical-align: middle;
	text-align: left;
}

div table
{
	border-collapse: collapse;
}

a:link, a:visited 
{
	text-decoration: none;
	color: #636363;
}

p 
{
	display: block;
	margin:0px;
	padding:0px;
	/*-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;*/
}

img, fieldset, iframe {
	border: 0 none;
}

h3 {
	display: block;
	margin:0px;
	margin-bottom: 10px;
}

input[type="checkbox"], input[type="radio"]
{
	box-sizing:border-box;
	padding:0;
	position:relative;
	vertical-align:middle;
	margin:0px 3px 0px 0px;
}

label
{
	vertical-align:middle;
}

.Cursor_Pointer
{
	cursor:pointer;
}

.TextBoxStyle01
{
	border:solid 1px #D2D4D3;
	height:22px;
	ime-mode: active !important;
	padding-left:3px;
	line-height:22px;
}

.FontWeightBold
{
	font-weight:bold;
}

.HomeModalContent
{
	width:100%;
	position:fixed;
	top:20%;
	z-index:1010;
	display:none;
}

.HomeModalBox
{
	margin:0 auto;
	max-width:972px;
}

.imgModal
{
	margin:0 auto;
	width:100%;
	max-width:972px;
}

.HomeModalClose
{
	float:right;
}

.HomeModalLoding {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: #000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);	/*IE 8 & 9*/    
	-moz-opacity:0.5;			/* Older than Firefox 0.9 */
	-khtml-opacity: 0.5;			/* Safari 1.x (pre WebKit!) */
	opacity: 0.5;				/*Firefox 0.9+, Safari 2?, Chrome, Opera 9+, IE 9+ */
}

.ModalLoding {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: #DDDDDD
				url('/UI/Resources/Public/Image/HomeMenu/img_Loding_RedCircle.gif')
				50% 50% 
                no-repeat;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);	/*IE 8 & 9*/    
	-moz-opacity:0.5;			/* Older than Firefox 0.9 */
	-khtml-opacity: 0.5;			/* Safari 1.x (pre WebKit!) */
	opacity: 0.5;				/*Firefox 0.9+, Safari 2?, Chrome, Opera 9+, IE 9+ */
}

.SupportModalLoding {
    display:    none;
    position:	absolute;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: #DDDDDD
				url('/UI/Resources/Public/Image/HomeMenu/img_Loding_RedCircle.gif')
				50% 50% 
                no-repeat;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);	/*IE 8 & 9*/    
	-moz-opacity:0.5;			/* Older than Firefox 0.9 */
	-khtml-opacity: 0.5;			/* Safari 1.x (pre WebKit!) */
	opacity: 0.5;				/*Firefox 0.9+, Safari 2?, Chrome, Opera 9+, IE 9+ */
}