/*Google Webfont- 동기화*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100&display=swap&amp;subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300&display=swap&amp;subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400&display=swap&amp;subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500&display=swap&amp;subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap&amp;subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap&amp;subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap&amp;subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap&amp;subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200&display=swap&amp;subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap&amp;subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Gugi&display=swap&amp;subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Cute+Font&display=swap&amp;subset=korean');

@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: 'NanumMyeongjo';
  font-style: normal;
  font-weight: 700;
  src: url('NanumMyeongjo.woff') format('woff2');
}


.godo {
 font-family: 'Godo', sans-serif;
}
.NanumGothic {
 font-family: 'NanumGothic', sans-serif;
}
.NotoSans {
 font-family: '"Noto Sans KR', 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;
}

li span {
 line-height: 1.8;
 font-size: 1.3em;
}