/* fonts */
/*@import url("https://hangeul.pstatic.net/hangeul_static/css/nanum-gothic.css");*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('./yoon-gothic.css');

.yg-100 {
    font-family: 'YoonGothic', sans-serif;
    font-weight: 100;
}

.yg-200 {
    font-family: 'YoonGothic', sans-serif;
    font-weight: 200;
}

.yg-300 {
    font-family: 'YoonGothic', sans-serif;
    font-weight: 300;
}

.yg-400 {
    font-family: 'YoonGothic', sans-serif;
    font-weight: 400;
}

.yg-500 {
    font-family: 'YoonGothic', sans-serif;
    font-weight: 500;
}

.yg-600 {
    font-family: 'YoonGothic', sans-serif;
    font-weight: 600;
}

.yg-700 {
    font-family: 'YoonGothic', sans-serif;
    font-weight: 700;
}

.yg-800 {
    font-family: 'YoonGothic', sans-serif;
    font-weight: 800;
}

.yg-900 {
    font-family: 'YoonGothic', sans-serif;
    font-weight: 900;
}

.ptd-100 { 
    font-family: 'Pretendard', sans-serif; 
    font-weight: 100; /* Thin */
}

.ptd-200 { 
    font-family: 'Pretendard', sans-serif; 
    font-weight: 200; /* ExtraLight */
}

.ptd-300 { 
    font-family: 'Pretendard', sans-serif; 
    font-weight: 300; /* Light */
}

.ptd-400 { 
    font-family: 'Pretendard', sans-serif; 
    font-weight: 400; /* Regular */
}

.ptd-500 { 
    font-family: 'Pretendard', sans-serif; 
    font-weight: 500; /* Medium */
}

.ptd-600 { 
    font-family: 'Pretendard', sans-serif; 
    font-weight: 600; /* SemiBold */
}

.ptd-700 { 
    font-family: 'Pretendard', sans-serif; 
    font-weight: 700; /* Bold */
}

.ptd-800 { 
    font-family: 'Pretendard', sans-serif; 
    font-weight: 800; /* ExtraBold */
}

.ptd-900 { 
    font-family: 'Pretendard', sans-serif; 
    font-weight: 900; /* Black */
}

/* 본고딕 */
.noto-100 {font-family: 'Noto Sans KR' !important; font-weight:100 !important;}
.noto-100 a{font-family: 'Noto Sans KR' !important; font-weight:100 !important;}
.noto-100 a:hover{font-family: 'Noto Sans KR' !important; font-weight:100 !important;}

.noto-300 {font-family: 'Noto Sans KR' !important; font-weight:300 !important;}
.noto-300 a{font-family: 'Noto Sans KR' !important; font-weight:300 !important;}
.noto-300 a:hover{font-family: 'Noto Sans KR' !important; font-weight:300 !important;}

.noto-400 {font-family: 'Noto Sans KR' !important;/* font-weight:400 !important; */}
.noto-400 a{font-family: 'Noto Sans KR' !important; font-weight:400 !important;}
.noto-400 a:hover{font-family: 'Noto Sans KR' !important; font-weight:400 !important;}

.noto-500{font-family: 'Noto Sans KR' !important; font-weight:500 !important;}
.noto-500 a{font-family: 'Noto Sans KR' !important; font-weight:500 !important;}
.noto-500 a:hover{font-family: 'Noto Sans KR' !important; font-weight:500 !important;}

.noto-700 {font-family: 'Noto Sans KR' !important; font-weight:700 !important;}
.noto-700 a{font-family: 'Noto Sans KR' !important; font-weight:700 !important;}
.noto-700 a:hover{font-family: 'Noto Sans KR' !important; font-weight:700 !important;}

.noto-900 {font-family: 'Noto Sans KR' !important; font-weight:900 !important;}
.noto-900 a{font-family: 'Noto Sans KR' !important; font-weight:900 !important;}
.noto-900 a:hover{font-family: 'Noto Sans KR' !important; font-weight:900 !important;}


.text15 {
    font-size: 15px;
}