@charset "utf-8";

/*
default style
*/

* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "NanumSquare", sans-serif;
    font-size: 0;
    color: #121212;
    line-height: 1;
    font-size: 0;
    line-height: 1;
}

ul,
ol {
    list-style: none;
}

ul li,
ol li {
    display: inline-block;
    vertical-align: top;   
}

img {
    height: auto;
    border: 0;
    vertical-align: top;
}

a {
    color: #121212;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "NanumSquareBold", sans-serif;
    font-weight: 400;
}

/*
fonts
*/

@font-face {
    font-family: "NanumSquareLight";
    src: url(../fonts/NanumSquareL.eot);
    src: url(../fonts/NanumSquareL.eot?#iefix) format('embedded-opentype'),
         url(../fonts/NanumSquareL.woff) format('woff'),
         url(../fonts/NanumSquareL.ttf) format('truetype');
}

@font-face {
    font-family: "NanumSquare";
    src: url(../fonts/NanumSquareR.eot);
    src: url(../fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
         url(../fonts/NanumSquareR.woff2) format('woff2'),
         url(../fonts/NanumSquareR.woff) format('woff'),
         url(../fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {
    font-family: "NanumSquareBold";
    src: url(../fonts/NanumSquareB.eot);
    src: url(../fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
         url(../fonts/NanumSquareB.woff2) format('woff2'),
         url(../fonts//NanumSquareB.woff) format('woff'),
         url(../fonts/NanumSquareB.ttf) format('truetype');
}