/* 기본 */
* {letter-spacing:0; font-stretch:100%; font-kerning:normal; font-feature-settings:"kern" 1, "tnum" 1; font-variant-numeric: tabular-nums; font-synthesis-weight:none; font-synthesis-style:none; padding:0; margin:0; border:0; box-sizing:border-box; vertical-align:top; outline:0; font-size:.875rem; font-weight:400; line-height:inherit; font-family: 'SUIT Variable', 'SUIT', 'Pretendard', sans-serif; -webkit-tap-highlight-color: rgba(0,0,0,0); appearance:none; -webkit-appearance:none;}

/* 고정 */
html.fixed , body.fixed {touch-action:none; -webkit-touch-action:none;}
@media (max-width:991px){
html.fixed , body.fixed {overflow:hidden;}
}

/* 모바일 가로모드 폰트확대 방지 */
body {-webkit-text-size-adjust:none; color:#222; text-rendering:optimizeLegibility; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}

/* 헤더 폰트 사이즈 초기화 */
h1 , h2 , h3 , h4 , h5 , h6 {font-size:100%; font-weight:normal; color:#000;}

/* 텍스트 */
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 {outline:0; 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:autofill, input:-webkit-autofill {background:transparent !important;} /*입력폼 자동완성 배경 초기화*/

/* 형태 */					  
.position-fixed {position:fixed;}
.position-relative {position:relative;}
.position-absolute {position:absolute;}

/* 박스형태 */
.block {display:block;}
.inline-block {display:inline-block;}
.inline {display:inline;}

/* 텍스트 효과 */
.linethrough {text-decoration:line-through;}
.underline {text-decoration:underline;}
.hover-underline:hover {text-decoration:underline;}
.ellipsis {overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.after:after {display:inline-block; content:""; width:1px; height:10px; background:var(--color-gray-200); margin:0 10px;}
.before:before {display:inline-block; content:""; width:1px; height:10px; background:var(--color-gray-200); margin:0 10px;}
@media (max-width:991px){
.after:after {margin:0 5px;}
.before:before {margin:0 5px;}
}
