@charset "UTF-8";

:root {
    --blue: #00aaf0;
    --blue-dark: #0050A7;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e02020;
    --orange: #f79200;
    --yellow: #ffca00;
    --green: #00c784;
    --teal: #20c997;
    --cyan: #0eabbd;
    --white: #fff;
    --brown: #a68a76;
    --gray: #7B7B7B;
    --gray-dark: #4b4e53;
    --primary: #00aaf0;
    --secondary: #00c784;
    --success: #0050A7;
    --info: #f79200;
    --warning: #ffca00;
    --danger: #e02020;
    --white: #fff;
    --gray: #767676;
    --dark: #272a33;
    /* --font-family-sans-serif: 'S-Core', sans-serif;
    --font-family-monospace: 'S-Core', sans-serif  */font-family:"S-Core",sans-serif;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, address, img, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, header, footer, nav, section, p {
    margin:0;padding:0;border:0;letter-spacing:-0.1px;
}/* q:따움표 */
body {/* min-width:320px; */min-width:280px;line-height:24px;font-size:16px;color:#666;-webkit-text-size-adjust:100%;overflow-x:hidden;}/* -webkit-text-size-adjust:100%; - 아이폰 가로화면에서 폰트 자동확대 방지 */
ol, ul {list-style:none;}
table {border:0;border-spacing:0;}
table caption {overflow:hidden;width:0px;height:0px;padding:0;}
hr {display:block;height:1px;border-top:1px solid #ccc;}
input, select {vertical-align:middle;}
input {-webkit-appearance:none;-webkit-border-radius:0}
input::-ms-input-placeholder {color:#4c4b4c;}
input::-webkit-input-placeholder {color:#4c4b4c;}
input::-moz-placeholder {color:#4c4b4c;}
input[type="checkbox"] {-webkit-appearance:checkbox;}
input[type="radio"] {-webkit-appearance:radio;border-radius:8px;}
address, em, i {font-style:normal}/* 기울임 방지 */
button {border:none;cursor:pointer;}/* 기본보더 삭제, 오버시 기본 화살표로 되므로 커서포인트는 반드시 넣어야함 */
a, img {vertical-align:top;}
a {text-decoration:none;color:#666;color:inherit;}/* inherit 상위 객체의 값을 그대로 적용(상속) */
a:link,a:visited {}
a:hover,a:focus,a:active {color:#000;}

/* 브라우저 공통으로 보이게 */
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,
*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
