@charset "utf-8";

@font-face {
    font-family: 'gMarket1';
    src: url('../fonts/GmarketSansLight.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gMarket2';
    src: url('../fonts/GmarketSansMedium.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gMarket3';
    src: url('../fonts/GmarketSansBold.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* reset ******************************* */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    color: #333;
    font-size: 15px;
    line-height: 1.3;
    overflow-x: hidden;
    background: #fff;
    word-break: keep-all;
    font-family: 'gMarket2';
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-size: inherit;
    font-weight: normal;
}

img,
fieldset,
button {
    border: none;
    vertical-align: top;
}

input::placeholder,
textarea::placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 300;
}

em,
i,
address {
    font-style: normal;
}

ul,
li {
    list-style: none;
}

a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}