@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: 'Godo';
  font-style: normal;
  font-weight: 400;
  src: url('/css/font/GodoM.woff2') format('woff2'), 
  url('/css/font/GodoM.woff') format('woff');
}

@font-face {
  font-family: 'Godo';
  font-style: normal;
  font-weight: 700;
  src: url('/css/font/GodoB.woff2') format('woff2'), 
  url('/css/font/GodoB.woff') format('woff');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/css/font/webfont/NanumGothic-Regular.eot');
  src: url('/css/font/webfont/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
       url('/css/font/webfont/NanumGothic-Regular.woff2') format('woff2'),
       url('/css/font/webfont/NanumGothic-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('/css/font/webfont/NanumGothic-Bold.eot');
  src: url('/css/font/webfont/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
       url('/css/font/webfont/NanumGothic-Bold.woff2') format('woff2'),
       url('/css/font/webfont/NanumGothic-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url('/css/font/webfont/NanumGothic-ExtraBold.eot');
  src: url('/css/font/webfont/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('/css/font/webfont/NanumGothic-ExtraBold.woff2') format('woff2'),
       url('/css/font/webfont/NanumGothic-ExtraBold.woff') format('woff');
}

@font-face {
  font-family: 'NanumMyeongjo';
  font-style: normal;
  font-weight: 700;
  src: url('NanumMyeongjo.woff') format('woff2');
}

@font-face {
  font-family: 'OneShinhanBold';
  src: url("/css/font/webfont/OneShinhanBold.eot");
  src: url("/css/font/webfont/OneShinhanBold.eot?#iefix") format("embedded-opentype"), 
       url("/css/font/webfont/OneShinhanBold.woff") format("woff"), 
       url("/css/font/webfont/OneShinhanBold.ttf") format("truetype");
}

@font-face {
  font-family: 'OneShinhanMedium';
  src: url("/css/font/webfont//OneShinhanMedium.eot");
  src: url("/css/font/webfont//OneShinhanMedium.eot?#iefix") format("embedded-opentype"), 
       url("/css/font/webfont//OneShinhanMedium.woff") format("woff"), 
       url("/css/font/webfont//OneShinhanMedium.ttf") format("truetype");
}

@font-face {
  font-family: 'OneShinhanLight';
  src: url("/css/font/webfont//OneShinhanLight.eot");
  src: url("/css/font/webfont//OneShinhanLight.eot?#iefix") format("embedded-opentype"), 
       url("/css/font/webfont//OneShinhanLight.woff") format("woff"), 
       url("/css/font/webfont//OneShinhanLight.ttf") format("truetype");
}

.godo {
 font-family: 'Godo', sans-serif;
}
.NanumGothic {
 font-family: 'NanumGothic', sans-serif;
}
.NanumMyeongjo {
 font-family: 'NanumMyeongjo', sans-serif;
}

/** 이하는 공통 **/
.normal {
 font-style: normal;
}

.w250 {
 font-weight: 250;
}

.w300 {
 font-weight: 300;
}

.w350 {
 font-weight: 350;
}

.w400 {
 font-weight: 400;
}

.w500 {
 font-weight: 500;
}

.w700 {
 font-weight: 700;
}

.w800 {
 font-weight: 800;
}

.w900 {
 font-weight: 900;
}
.c_white{
  color: #ffffff;
}
.c_gre{
  color: #2dcb91;
}
.c_gray{
  color: #7a7a7a;
}
.color_wg{
  color: #aaaaa9;
}
.text_line_t{
  text-decoration: line-through;
}

