@charset "euc-kr";
/* @charset "utf-8"; */
/* 
===============================================================================================
1.	¹ö      Àü : notice.css
2.	ÀÛ  ¼º  ÀÏ : 2015. 04. 01.
3.	Âü      °í : ¾È³» ½ºÅ¸ÀÏ Á¤ÀÇ
===============================================================================================
*/
@import url('./reset.css');

BODY,TD,SELECT,input,DIV,form,center,option,pre,blockquote {font-size:12px;color:#686868;font-family:"NanumGothic";line-height:150%}

html,body {width:100%;height:100%;}

img{border:0px;}

A:link    { text-decoration:none;color:#686868;}
A:visited { text-decoration:none;color:#686868;}
A:active  { text-decoration:none;color:#686868;}
A:hover   { text-decoration:none;color:#666666;}

div.clear {clear:both;height:0px;}

#page_wrap {width:100%;height:100%;margin:0 auto;}
#page_wrap #outer {display:table;width:100%;height:100%;}
#page_wrap #outer #inner {display:table-cell;text-align:center;vertical-align:middle;}
#page_wrap #outer #centered {position:relative;display:inline-block;width:650px;}

#centered .header {margin:0px;}
#centered .header h2 {float:left; padding-left:10px;}
#centered .header p {float:right; padding:20px 10px 0px 0px;font-size:25px;color:#DE593B;font-weight:bold;}

#centered .copyright {clear:both;display:table-cell;width:630px;margin-top:1px;margin-bottom:10px;padding:10px;background-color:#EFEFEF;vertical-align:middle;}
#centered .copyright h2 {float:left;height:60px;padding:25px 20px 0px 10px;}
#centered .copyright p {float:left;text-align:left;font-size:11px;}
#centered .copyright p .ctr{text-align:center;}

#centered .contents {clear:both;padding:10px 15px;border:1px solid #EFEFEF;border-top:2px solid #31B0B9;text-align:left;}

#centered .contents .contents01 {margin:0px;padding:0px;background-color:#F4F4F4;border:1px solid #31B0B9;text-align:center;}
#centered .contents .contents01 img {margin:0px;max-width:100%;width:inherit;height:auto;border:0px;padding:0px;}

#centered .contents .contents02 {margin:0px;padding:0px;}
#centered .contents .contents02 h2 {margin-bottom:5px;}
#centered .contents .contents02 p {margin:0px;text-indent: 1em;text-align:justify;word-break:keep-all;}

ol.notice{list-style-position:outside;list-style-type:decimal;padding-left:25px;}
ul.notice{list-style-position:outside;list-style-type: disc;padding-left:25px;}
ul.notice2{list-style-position:outside;list-style-type: circle;padding-left:25px;}



/* font */
.B {font-weight:bold;}

.fcb {color:#4A82B2;}
.fcr {color:#DE593B;}

.fs13 {font-size:13px;}
.fs14 {font-size:14px;}