@charset "utf-8";

/* 기본 */
* {padding:0; margin:0; border:0; outline:0; box-sizing:border-box; vertical-align:top; color:#444; font-size:14px; font-weight:400; line-height:1.5; font-family:'Pretendard'; -webkit-tap-highlight-color: rgba(0,0,0,0); appearance:none; -webkit-appearance:none; scroll-behavior:smooth;}
*:focus-visible {outline:2px solid #000;}

/* 고정 */
html.fixed , body.fixed {overflow:hidden; touch-action:none; -webkit-touch-action:none;}

/* 모바일 가로모드 폰트확대 방지 */
body {-webkit-text-size-adjust:none;}

/* 헤더 폰트 사이즈 초기화 */
h1 , h2 , h3 , h4 , h5 , h6 {font-size:100%; font-weight:normal; color:#444;}

/* 텍스트 */
a:link {color:inherit; text-decoration:none;}
a:active {color:inherit; text-decoration:none;}
a:visited {color:inherit; text-decoration:none;}
a:hover {color:inherit; text-decoration:none;}
a , button {display:inline-block; vertical-align:top; box-sizing:border-box; cursor:pointer; background:none;}

/* 이미지 */
img , fieldset {border:none;}
img , object {vertical-align:top;}

/* 리스트 */
ul , ol , li {list-style:none;}
em ,address {font-style:normal;}

/* 테이블 */
table {width:100%; border-spacing:0;}
th , td {vertical-align:middle; text-align:center;}
legend , caption {display:none;}

/* 폼 */
select {border-radius:0; background:#fff;}
textarea {resize:none;}
input , textarea {-webkit-border-radius:0;} /*입력폼 사파리에서의 초기화*/
input:-internal-autofill-selected {background:transparent !important;} /*입력폼 사파리에서의 초기화*/