﻿@charset "utf-8";
* {
    -webkit-text-size-adjust: none
}
/*전체 지정*/
body, form, div, p, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, th, td, textarea, button, select {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-family: 'Pretendard';
    font-size: var(--drkid-lower-font);
    line-height: var(--drkid-lower-height);
    color: var(--mono_point);
}

/* Font Face 설정*/
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('./font/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Pretendard';
    src: url('./font/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./font/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./font/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./font/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./font/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./font/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./font/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    src: url('./font/GmarketSansLight.otf') format('woff'),
        url('./font/GmarketSansLight.otf') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    src: url('./font/GmarketSansMedium.otf') format('woff'),
        url('./font/GmarketSansMedium.otf') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    src: url('./font/GmarketSansBold.otf') format('woff'),
        url('./font/GmarketSansBold.otf') format('woff2');
    font-style: normal;
    font-display: swap;
} 

.GSans{
    font-family:'GmarketSans' !important;
}

.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}