@charset "utf-8";
/**
* OLYM Cascading Style Sheets
* File Name : /css/reset.css
* Description : 화제신문 기본 스타일시트
* Author : Hwaje Web business Team / Lee kyoung-sun
* Email : designtj@olymcompnay.com
* Date : 2015.04.08
* Update : 2015.04.08
* Copyright(c) 2015 hwaje. All Rights Reserved.
*/


/* reset.css */
html,body{width:100%; height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,em,strong,th{font-style:normal; font-weight:normal;}
ol,ul,li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
h1 {
	font-size:1.3em;
	font-weight:bold;
}
h2 {
	padding:5px;
	font-size:1.2em;
	font-weight:bold;
}
q:before,q:after{content:"";}
abbr,acronym{border:0;}
img,li,input,select{vertical-align:top;}
hr{display:none;}
address, caption, em { font-weight:normal; font-style:normal; }
#skipnavi,.hidden,legend{position:absolute; left:0; top:0; width:0; height:0; font-size:0; line-height:0; text-indent:-9999px; overflow:hidden; visibility:hidden;}

/* anchor - 지정순서 link, visited, hover, active */
a { text-decoration:none; color:#444; }
a:link, a:visited { text-decoration:none; }
a:hover, a:active { text-decoration:none; }
/* 링크 점선없애기 */
a { text-decoration:none; outline:none;	/* select-dummy: expression(this.hideFocus=ture); */ }
a:focus {outline:none;}
/* 숨김영역 */
.skip, hr, legend { position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; }
caption { display:none; }
/* table caption 숨김*/
table caption { display:none; }
/* ie6에서 이미지 공백 0으로 조절 */
li img { vertical-align:top; }
img { border:0; margin:0; padding:0; vertical-align:top; }
/* 이미지 인풋등 세로중앙정렬 */
input, textarea, select, img { vertical-align: middle; }
input, textarea, select { font-family:"돋움", Dotum, "굴림", Gulim, Sans-serif; }
a, area, input:focus {outline: none;}
/* ie6 png 파일 투명처리 */
.png24 { tmp:expression(setPng24(this)); }

/* HTML5 새 요소 초기화 */
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, details, nav, section, video, object, menu, summary ,main{display:block;}

@import url(http://lifoweb.com/css/nanumgothic.css);
body{font-family: 돋음, Dotum, Baekmuk Dotum, Undotum, Apple Gothic, Latin font,나눔고딕, NanumGothic,'Nanum Gothic',Nanumbarungothic,arial,verdana,sans-serif; line-height: 1.6; font-size: 16px;}