@charset "utf-8";

@import "reset.css";
@import "module.css";
@import "content.css";
@import "responsive.css";

@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');

:root {

    --body-min-width: 1440px;
    --wrap-space: 30px;
    --wrap-space-minus: -30px;

    --main-color: #1B2F89;
    --sub-01: #DD2081;
    --sub-02: #EEC017;
    --border-01: #f2f2f2;
    --border-02: #ddd;

    --gray-fa: #fafafa;
    --gray-f5: #f5f5f5;
    --gray-e0: #e0e0e0;
    --gray-bd: #bdbdbd;
    --gray-9e: #9e9e9e;
    --gray-75: #757575;
    --gray-61: #616161;
    --gray-55: #555;
    --gray-33: #333;
    --gray-11: #111;
    --gray-0b: #0b0b0b;
    --black: #0b0b0b;

    --dimmed-06: rgba(0,0,0,0.6);
    --dimmed-05: rgba(0,0,0,0.5);
    --dimmed-04: rgba(0,0,0,0.4);
    --dimmed-03: rgba(0,0,0,0.3);
    --dimmed-02: rgba(0,0,0,0.2);
    --dimmed-01: rgba(0,0,0,0.1);

    --default-font-size: 16px;
    --default-font-color: #000;
    --default-font-family: 'Noto Sans KR', sans-serif, '맑은고딕', 'Malgun Gothic', 'Droid Sans Mono', sans-serif;

}


/* Noto Sans KR */
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 100;
    font-display: swap;
    src: local('Noto Sans KR'), url(/fonts/NotoSansKR/NotoSansKR-Thin.woff2) format('woff2'),url(/fonts/NotoSansKR/NotoSansKR-Thin.woff) format('woff'),url(/fonts/NotoSansKR/NotoSansKR-Thin.otf) format('opentype');}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 300;
    font-display: swap;
    src: local('Noto Sans KR'), url(/fonts/NotoSansKR/NotoSansKR-Thin.woff2) format('woff2'),url(/fonts/NotoSansKR/NotoSansKR-Light.woff) format('woff'),url(/fonts/NotoSansKR/NotoSansKR-Light.otf) format('opentype');}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    font-display: swap;
    src: local('Noto Sans KR'), url(/fonts/NotoSansKR/NotoSansKR-Regular.woff2) format('woff2'),url(/fonts/NotoSansKR/NotoSansKR-Regular.woff) format('woff'),url(/fonts/NotoSansKR/NotoSansKR-Regular.otf) format('opentype');}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-display: swap;
    src: local('Noto Sans KR'), url(/fonts/NotoSansKR/NotoSansKR-Medium.woff2) format('woff2'),url(/fonts/NotoSansKR/NotoSansKR-Medium.woff) format('woff'),url(/fonts/NotoSansKR/NotoSansKR-Medium.otf) format('opentype');}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 700;
    font-display: swap;
    src: local('Noto Sans KR'), url(/fonts/NotoSansKR/NotoSansKR-Bold.woff2) format('woff2'),url(/fonts/NotoSansKR/NotoSansKR-Bold.woff) format('woff'),url(/fonts/NotoSansKR/NotoSansKR-Bold.otf) format('opentype');}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 900;
    font-display: swap;
    src: local('Noto Sans KR'), url(/fonts/NotoSansKR/NotoSansKR-Black.woff2) format('woff2'),url(/fonts/NotoSansKR/NotoSansKR-Black.woff) format('woff'),url(/fonts/NotoSansKR/NotoSansKR-Black.otf) format('opentype');
}

/* GmarketSans */
@font-face {
    font-family: 'Gmarket Sans';
    src: local('Gmarket Sans'), url(/fonts/GmarketSans/GmarketSansMedium.otf) format('opentype');
}

@font-face {
    font-family: 'Gmarket Sans';
    src: local('Gmarket Sans'), url(/fonts/GmarketSans/GmarketSansLight.otf) format('opentype');
}

@font-face {
    font-family: 'Gmarket Sans';
    src: local('Gmarket Sans'), url(/fonts/GmarketSans/GmarketSansBold.otf) format('opentype');
}