
/*********** Base Style ***********/

body,div,dl,dt,dd,ul,ol,li,form,fieldset,p,button,header,footer{margin:0;padding:0;}

html {
	-webkit-text-size-adjust:none;
	height:100%;
}
* { margin: 0; padding: 0; border: 0;}
body,th,td {
	font-family: "³ª´®°íµñ",NanumGothic,"±¼¸²",Gulim,Helvetica,AppleGothic,Sans-serif;
	font-size:0.9em;
	line-height:1.25em;
	color: #444;
}

a { color: #444; text-decoration: none;}
a:hover { color: #444; text-decoration: none; }
/* ¸µÅ© °É¾úÀ»¶§ ÁÖÀ§¿¡ Å×µÎ¸® Á¡¼± ¾ø¾Ö±â */
a,img {selector-dummy: expression(this.hideFocus=true);}

input,textarea,select {  
	font-family: "³ª´®°íµñ",NanumGothic,"±¼¸²",Gulim,Helvetica,AppleGothic,Sans-serif;
	font-size:0.9em;
	line-height:1.25em;
	height: 18px; 
	vertical-align: middle; 
	border:1px solid #e5e5e5;
}

img {vertical-align:top; border: 0;}
png {tmp:expression(setPng24(this));}
h1,h2,h3,h4,h5 { font-size: 12px; line-height: 16px;}
ol,ul,li { list-style: none;}
.clr{clear:both;}

table {border-collapse: collapse;}
em {font-style: normal;}


#wrapper{
	width: 100%;
	color:#f3f1ef;
}

#header{
	height: 30x
}

#header .msm{
	float: left;
	width: 50%;
	height:25px;
	text-align:center;
	padding-top: 10px;
	background-color: #009cea;
}

#header .talk{
	float: left;
	width: 50%;
	height:25px;
	text-align:center;
	padding-top: 10px;
	background-color: #ffe002;
}

#contents {
	width: 100%;
}
#contents .main-img {
}

#contents .main-btn{
	text-align:center;
	padding: 25px 0 15px 0;
	background-color: #f3f1ef;
	width:100%;
}

#contents .main-btn ul {
	list-style:none;
	position: relative;
	margin:0 auto;
	padding:0;
	z-idnex: 1;
}

#contents .main-btn ul:after {
	content: "";
	display: block;
	clear: both;
}
#contents .main-btn ul li {
	float: left;
	width:30.8%;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
}
#contents .main-btn ul li img {
	width: 100%;
}
#contents .main-btn ul li.last {
	margin-right: 0;
}

#footer{
	padding: 15px 0 15px 0;
	background-color: #fbfbfb;
	border-top: 1px solid #ccc;
	z-index: 2;
}
#footer:after{
	content: "";
	display: block;
	clear: both;
}
#footer img{
	height: 10px;
}

#footer ul li{
	list-style:none;
	width: 33%;
	float: left;
	text-align: center;
	border-left: 2px solid #d3d3d3;
	box-sizing: border-box;
}
#footer ul li.brn{
	border: none;
}

#footer-copy{
	clear: both;
	padding: 15px 0;
	border-top: 1px dotted #ccc;
	background-color: #f3f1ef;
	text-align:center;
}
