@charset "utf-8"
    

/* 여백 초기화 */
body, div,ul,li,dl,dd,dt,ol,h1,h2,h3,h4,h5,h6,input,fieldset,legend,p,select,table,th,td,tr,textarea,button,form,figure,figcaption{margin:0; padding:0;}


/* 링크 초기화 */
a{color: #333; text-decoration: none;}


/* 폰트 초기화 */
body, input, textarea, select, button, table{margin: 0;  font-family: 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif; color: #333; font-size: 14px; line-height: 1;}


/* 폰트 스타일 초기화 */
em,address {font-style: normal;}


/* 블릿기호 초기화 */
ul,li,ol {list-style:none; margin: 0;}


/* 제목 태그 초기화 */
h1,h2,h3,h4,h5,h6 {font-size: 14px; font-weight: normal; margin: 0;}

h1 {font-family: 'Noto Sans KR', sans-serif; font-size: 40px; font-weight: 700;}
h2 {font-family: 'Noto serif KR', serif; font-size: 34px;}
h4 {font-family: 'Noto Sans KR', sans-serif; font-size: 20px; font-weight: 700;}
p {font-family: 'Noto Sans KR', sans-serif; font-size: 20px; font-weight: 300; margin-top: 20px;}


/* 테두리 초기화 */
img,fieldset {border:0 none;}


/* 테이블 초기화*/
table {border-collapse:collapse; border-spacing:0;}
caption {overflow:hidden; visibility:hidden;width:0;height:0;padding:0;font-size:0;line-height:0;text-indent:-9999px;}
th,td {padding:0;vertical-align:middle;}


/* 버튼 초기화 */
button {border: 0;}


/* clearfix */
.clearfix{*zoom:1;}
.clearfix:before, .clearfix:after {display: block; content: '';line-height: 0;}
.clearfix:after {clear: both;}


/* IR 효과 */
.ir_pm {display:block; overflow:hidden; font-size:0; line-height:0; text-indent:-9999px;} /* 의미있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method) */
.ir_wa {display:block; overflow:hidden; position:relative; z-index:-1; width:100%; height: 100%;} /* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때(WA IR) */
.ir_so {overflow: hidden; position:absolute; width:0; height:0; line-height:0; text-indent:-9999px;} /* 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때 */