@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/****************************************************************************************************************************************
웹폰트시작
*****************************************************************************************************************************************/
@font-face {
    font-family: 'scd';
    src: url('../Lib/font/SCDream1.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'scd';
    src: url('../Lib/font/SCDream2.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'scd';
    src: url('../Lib/font/SCDream3.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'scd';
    src: url('../Lib/font/SCDream4.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'scd';
    src: url('../Lib/font/SCDream5.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'scd';
    src: url('../Lib/font/SCDream6.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'scd';
    src: url('../Lib/font/SCDream7.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'scd';
    src: url('../Lib/font/SCDream8.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'scd';
    src: url('../Lib/font/SCDream9.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/****************************************************************************************************************************************
reset 시작
*****************************************************************************************************************************************/
*{margin:0; padding:0; font-size:14px; font-weight:400; font-family: "scd", sans-serif;}

html,body {width:100%; height:100%; box-sizing: border-box;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, p, a, span, td, th {word-break: keep-all;}
li,p,span,strong,i,em, address {font-size:inherit;color:inherit;font-family:inherit;}
b, strong {font-weight:700;color: inherit;font-size: inherit;}

input,select,button,img {vertical-align:middle; outline: none;}
img,fieldset,iframe {border:0 none}
img {max-width: 100%;}

label,button {cursor:pointer}
input,select,button,textarea {margin:0; padding:0; border:0; transition: 0.2s;}

ol, ul {position:relative; margin:0 auto; padding:0;}
ol, ul, li {list-style: none;}
li {transition: 0.2s;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

textarea {resize: none; outline: none;}

div {display: block;}

table{border-collapse:collapse;border-spacing:0;width:100%;}
th {font-weight: normal;}


a {text-decoration:none; color: #000; outline:none; transition: 0.2s;}
a:hover {text-decoration:none; color: #000; outline:none;}
a:active {text-decoration:none; color: #000; outline:none;}
a:visited {text-decoration:none; color: #000; outline:none;}
a:focus {text-decoration:none; color: #000; outline: none; box-shadow:none;}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


::-webkit-scrollbar {width:2px; height:4px; background:#fff;}
::-webkit-scrollbar-track {background:#ddd;}
::-webkit-scrollbar-thumb {background:#ddd;} 