/* fonts  */
@import url('/css/fonts.css');

a {
  text-decoration: none;
  color: inherit;
}
p {
  margin: 0;
}

/*Typo Noto Sans KR*/

.wc_G1 {
  font-family: 'Noto Sans KR';
  font-weight: 100;
}
.FF_Nsans_200 {
  font-family: 'Noto Sans KR';
  font-weight: 200;
}
.FF_Nsans_300 {
  font-family: 'Noto Sans KR';
  font-weight: 300;
}
.FF_Nsans_400 {
  font-family: 'Noto Sans KR';
  font-weight: 400;
}
.FF_Nsans_500 {
  font-family: 'Noto Sans KR';
  font-weight: 500;
}
.FF_Nsans_600 {
  font-family: 'Noto Sans KR';
  font-weight: 600;
}
.FF_Nsans_700 {
  font-family: 'Noto Sans KR';
  font-weight: 700;
}
.FF_Nsans_800 {
  font-family: 'Noto Sans KR';
  font-weight: 800;
}
.FF_Nsans_900 {
  font-family: 'Noto Sans KR';
  font-weight: 900;
}

/* Typo Noto Serif KR */

.FF_Nseri_100 {
  font-family: 'Noto Serif KR';
  font-weight: 100;
}
.FF_Nseri_200 {
  font-family: 'Noto Serif KR';
  font-weight: 200;
}
.FF_Nseri_300 {
  font-family: 'Noto Serif KR';
  font-weight: 300;
}
.FF_Nseri_400 {
  font-family: 'Noto Serif KR';
  font-weight: 400;
}
.FF_Nseri_500 {
  font-family: 'Noto Serif KR';
  font-weight: 500;
}
.FF_Nseri_600 {
  font-family: 'Noto Serif KR';
  font-weight: 600;
}
.FF_Nseri_700 {
  font-family: 'Noto Serif KR';
  font-weight: 700;
}

/* Poppins */

.FF_Popp_100 {
  font-family: 'Poppins';
  font-weight: 100;
}
.FF_Popp_200 {
  font-family: 'Poppins';
  font-weight: 200;
}
.FF_Popp_300 {
  font-family: 'Poppins';
  font-weight: 300;
}
.FF_Popp_400 {
  font-family: 'Poppins';
  font-weight: 400;
}
.FF_Popp_500 {
  font-family: 'Poppins';
  font-weight: 500;
}
.FF_Popp_600 {
  font-family: 'Poppins';
  font-weight: 600;
}
.FF_Popp_700 {
  font-family: 'Poppins';
  font-weight: 700;
}
.FF_Popp_900 {
  font-family: 'Poppins';
  font-weight: 900;
}

/*letter-spacing*/

.LS_2 {
  letter-spacing: -0.2px;
}
.LS_3 {
  letter-spacing: -0.3px;
}
.LS_4 {
  letter-spacing: -0.4px;
}
.LS_5 {
  letter-spacing: -0.5px;
}
.LS_10 {
  letter-spacing: -1px;
}
.LS_20 {
  letter-spacing: -2px;
}
/* copyright */

.copyright {
  font-size: 13px;
}
.h100 {
  height: 50px;
  width: 100%;
}
.h120 {
  height: 120px;
  width: 100%;
}
.img_copy {
  font-family: 'Noto Sans KR';
  font-size: 0.9em;
  color: #666;
  line-height: 1.7;
  margin-top: 0.5em;
  text-align: center;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.img_copy2 {
  font-size: 14px;
  /* font-weight: 400; */
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 576px) {
  .img_copy {
    font-size: 0.8em;
    padding: 0 1em;
    text-align: left;
  }
}

sup {
  font-size: 0.4em;
  color: #ca5959;
}

/* 네비메뉴로고 */

.logom {
  background-image: url(/90/img/logop.svg);
  background-size: 130px no-repeat cover;
  width: 130px;
  height: 34px;
}

.logop {
  background-image: url(/90/img/logop.svg);
  background-size: 160px no-repeat cover;
  width: 160px;
  height: 40px;
}

@media (max-width: 991px) {
  .logop {
    display: none;
  }
}
@media (min-width: 992px) {
  .logom {
    display: none;
  }
}

/* article text decoration  */

.underline_b {
  border-bottom: 1px solid #9bbae1;
}

.line-v {
  width: 100%;
  height: 1px;
  margin: 30px 0 0 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.line-v2 {
  width: 100%;
  height: 2px;
  margin: 3px 0 50px 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.line-v3 {
  width: 100%;
  height: 1px;
  margin: 5px 0 0 0;
  background-color: rgba(0, 0, 0, 0.2);
}

/* writer info */
.writerinfo {
  font-size: 13px;
  line-height: 20px;
  color: #595959;
  /* padding: 5px 0; */
}

.writerinfo2 {
  font-size: 11px;
  line-height: 12px;
}

.by {
  font-size: 0.8rem;
}

/* white box  */
.whitebox100 {
  background-color: transparent;
  height: 100px;
}

.whitebox80 {
  background-color: transparent;
  height: 80px;
}

.whitebox60 {
  background-color: transparent;
  height: 60px;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt80 {
  margin-top: 80px;
}
