@charset "utf-8";
/* CSS Document */

/* 모든 기본 마진 패딩 초기화 */
* {margin:0; padding:0;}

/* 마진과 패팅 초기화 */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
 vertical-align: baseline;
 font-family: inherit;
 font-weight: inherit;
 font-style: inherit;
 font-size:100%;
 color:black;
 outline: 0;
 padding: 0;
 margin: 0;
 border: 0;
 font-family:'Noto Sans KR';
 }

/* 해더 폰트사이즈 초기화 */
h1, h2, h3, h4, h5, h6 {font-size: 100%;  font-weight: normal;}

/* 리스트의 스타일 제거 */
ol, ul {list-style:none;}
li {vertical-align:top;}

/* 폰트 강조 특성 초기화 */
address, caption, cite, code, dfn, em, th {font-style: normal; font-weight: normal;}

/* 테이블 스타일 초기화 */
table {border-collapse: collapse; border-spacing: 0;}

/* 이미지 및 필드셋에서 보더표시 초기화 */
fieldset, img, button {border: 0; margin:0;}

/* 캡션과 테이블헤더 텍스트 정렬 초기화 */
caption, th, td {
 font-weight: normal;
 text-align: left;
 }

/* 인용구 표시 초기화 */
q:before, q:after {content: '';}

/* 링크 밑줄 제거 */
a {text-decoration: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

img {width: 100%; vertical-align: top;}

/*input 기본 디자인 속성 초기화*/
select, input {
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

/*아이폰 사파리 회전시 폰트 사이즈 변경 버그*/
*{-webkit-text-size-adjust:none}