/* Reset CSS */
@charset "euc-kr";

@font-face {
  font-family:'NanumGothic';
  font-style:normal;
  font-weight:normal;
  src:url(/css/font/NanumGothic-Regular.eot);
  src:url(/css/font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(/css/font/NanumGothic-Regular.woff) format('woff');
}
@font-face {
  font-family:'NanumGothic';
  font-style:normal;
  font-weight:bold;
  src:url(/css/font/NanumGothic-Bold.eot);
  src:url(/css/font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(/css/font/NanumGothic-Bold.woff) format('woff');
}


*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
    font-size: inherit;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    border: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}



/* ±âÁ¸ css ´ë½Å »ç¿ë */
.ui-dialog-titlebar{
	margin:0px; 
	padding: 2px 14px 2px 14px !important; 
	font-size: 16px;
}

.ui-dialog-buttonpane {
  padding: 0px !important;
}

.ui-dialog .ui-button .ui-button-text{
	margin:0px; 
	padding: 5px 14px 5px 14px;
	font-size: 16px;
}

.ui-dialog-content  {
	margin:0px; 
	padding: 5px 14px 5px 14px;
	font-size: 14px;
    line-height: 1.5;
}


/* Common Function */
.Blind { position:absolute; top:-99999px; left:-99999px; z-index:-1000;}
.DpNone { display:none;}
.Ellipsis {overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}

/* SkipToContent */
#SkipToContent a { position:absolute; top:0px; left:0px; z-index:9999; width:100%; height:1px;	margin-top:-1px; display:block;	background-color:white; font-size:14px; font-weight:bold; color:#111; line-height:1; text-align:center; overflow:hidden;}
#SkipToContent a:focus,
#SkipToContent a:active { margin-top:0px; height:auto; padding:10px 0px;}
