/* sub - title*/
.box_sub_title {
  font-family: LotteMartDream;
  font-size: 16px;
  color: #182c61;
  line-height: 30;
  font-weight: 700;
}

.box_sub_title_en {
  font-family: LotteMartDream;
  font-size: 12px;
  color: #182c61;
  line-height: 30;
  font-weight: 700;
}


/* nav - title */
.nav_main_title{
  font-size:16px;
  text-align: center;
  line-height: 16px;

}

.nav_main_title_en{
  font-size:12px;
  text-align: center;
}

.nav_title{
  font-size:14px;
  text-align: center;
  line-height: 14px;

}

.nav_title_en{
  font-size:12px;
  text-align: center;
}

/* 모바일 */
  /* sub - title*/
@media screen and (max-width: 650px) {
  .nav_main_title {
  font-family: LotteMartDream;
  font-size: 9px;
  color: #182c61;
  line-height: 11;
  font-weight: 600;
  }

  .nav_main_title_en {
  font-family: LotteMartDream;
  font-size: 9px;
  color: #182c61;
  line-height: 11;
  font-weight: 600;
  }

}
