@charset "utf-8";

/*size pc-(), mo-()*/


/* reset */
*{margin: 0;padding: 0;border: 0;/* outline-style: none; */box-sizing: border-box;}
html, body{width: 100%;height: 100%;}
html{-webkit-tap-highlight-color:transparent !important;-webkit-text-size-adjust: none;-webkit-appearance: none;}
html{overflow-x: hidden;-webkit-touch-callout:none;}/* -webkit-user-select:none; 모바일 드래그 막기 */
body{min-width: 320px;max-width: 100%;font-family: 'Pretendard', 'sans-serif';color: #1D1D1D;font-weight: 400;letter-spacing: -0.5px;}
ol,ul,li{list-style: none;}
table,th,td{border-collapse: collapse;/*border-spacing: 0;*/}
input{-webkit-appearance: none;-webkit-border-radius: 0;border-radius: 0;font-family: 'Pretendard', 'sans-serif';font-weight: 400;}
input[type=text]::-ms-clear,
input[type=email]::-ms-clear,
input[type=password]::-ms-clear,
input[type=phone]::-ms-clear,
input[type=tel]::-ms-clear{display: none;outline: none;}
input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=tel]{outline: none;}
select{-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand{display: none;}/* IE 10, 11의 네이티브 화살표 숨기기 */
label{cursor: pointer;}
label img{pointer-events: none;}
a{text-decoration: none; color: #242424;}
button{border: none;background: none;cursor: pointer;-webkit-transform: translate3d(0,0,0);/* outline: none; */}
img{display: block;border: 0;width: 100%;}
video{width: 100%;}

.post-content ol,.post-content ul,.post-content li{list-style: revert;}