/* reset */

*{margin: 0;padding: 0;border: 0;box-sizing: border-box;word-break: keep-all;}
html, body{width: 100%;height: 100%;position: relative;}
html{font-size: 62.5%;}/* -webkit-user-select:none; 모바일 드래그 막기 */
body{min-width: 320px;max-width: 100%; box-sizing: border-box;font-family: 'Pretendard', sans-serif;color: #000;font-size: 1.6rem;line-height: 2.5rem;}
ol,ul,li{list-style: none;}
table{width: 100%;}
table,th,td{border-collapse: collapse;/*border-spacing: 0;*/}
input{font-family: 'Pretendard', sans-serif;accent-color: var(--color-r);}
input[type=text]::-ms-clear,
input[type=tel]::-ms-clear{display: none;}
select{-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand{display: none;} /*IE 10, 11의 네이티브 화살표 숨기기 */
div {outline: none;}
label{cursor: pointer;}
label img{pointer-events: none;}
a{text-decoration: none;color: #000;}
img{display: block;border: 0;max-width: 100%;}
button {background-color: transparent; cursor: pointer;font-family: 'Pretendard', sans-serif;}
p {word-break: keep-all;}
i {font-style: normal;}

::-webkit-scrollbar { width: 1rem; background: transparent; }
::-webkit-scrollbar-thumb { height: 17%; background: #000; }
::-webkit-scrollbar-track {background: #00000008; border-left: 1px solid #f2f2f2; }


@media all and (max-width:900px) {
    body {font-size: 52.5%;}
}
@media all and (max-width:768px) {
    body {font-size: 50.5%;}
}
