@charset "utf-8";
/* 필수값 지우지말것 */

@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'jam-3';
    src: url(../font/The_Jamsil_TTF/The_Jamsil_3.ttf);
}

@font-face {
    font-family: 's-5';
    src: url('../font/s-core/SCDream5.otf') format('woff');
}
@font-face {
    font-family: 's-8';
    src: url('../font/s-core/SCDream8.otf') format('woff');
}

html,
body {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    font-family: 'jam-3';
    color: #3a3a3a;
    height:100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase;
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
}

.w1600 {
    position:relative;
    max-width: 1600px;
    margin: 0 auto;
}

.w1400 {
    position:relative;
    max-width: 1400px;
    margin: 0 auto;
}

.w1200 {
    position:relative;
    max-width: 1200px;
    margin: 0 auto;
}

ul,
li,
ol {
    list-style: none;
}


::selection {
    background-color: #ffdfdf;
    color: #3c3c3c;
}

.clearfix:after {
    content:'';
    position:relative;
    display:block;
    width:100%;
    clear:both;
  
}
