.logo {
  height: 150px;
  width: 300px;
}

.gnb_box {
  font-size: 16px;
  color: #0055a6;
  overflow-x: hidden;
}

.ko_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0px 15px 0px;
}
.eng_title {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding: 0px 0px 10px 10px;
}

.img_box {
  padding-bottom: 10px;
}

.main_box {
  margin-left: 10px;
}

.min_title {
  font-size: 14px;
  line-height: 14px;
  widows: 100%;
  background-color: #0055a6;
  color: #fff;
  padding: 5px;
}

.min_des {
  line-height: 14px;
  font-size: 12px;
  margin: 10px 0px 10px 5px;
}

li {
  margin: 3px;
}

.hr {
  border: 1px dotted #0055a6;
  width: 95%;
  margin: 15px 0px;
}

.lib {
  font-weight: 700;
  font-size: 14px;
}

.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;
}



/* pad */
@media screen and (max-width: 1200px) {
  .logo {
    height: 90px;
    width: 180px;
  }

  .gnb_box {
    font-size: 12px;
    color: #0055a6;
  }
  .img_box {
    padding-bottom: 10px;
  }

  .main_box {
    margin-left: 10px;
  }

  .min_title {
    font-size: 12px;
    line-height: 12px;
    widows: 100%;
    background-color: #0055a6;
    color: #fff;
    padding: 5px;
  }

  .min_des {
    line-height: 12px;
    font-size: 10px;
    margin: 10px 0px 10px 5px;
  }

  li {
    margin: 3px;
  }

  .hr {
    border: 1px dotted #0055a6;
    width: 95%;
    margin: 10px 0px;
  }

  .lib {
    font-weight: 700;
    font-size: 12px;
  }

  .nav_main_title {
    font-size: 12px;
    text-align: center;
    line-height: 12px;
  }

  .nav_main_title_en {
    font-size: 10px;
    text-align: center;
  }

  .nav_title {
    font-size: 10px;
    text-align: center;
    line-height: 10px;
  }

  .nav_title_en {
    font-size: 10px;
    text-align: center;
  }
}




/* 모바일 */
@media screen and (max-width: 550px) {
  .logo {
    height: 90px;
    width: 180px;
  }

  .gnb_box {
    font-size: 14px;
    color: #fff;
  }

  .main_box {
    margin-left: 5px;
  }

  .min_title {
    font-size: 11px;
    line-height: 13px;
    widows: 100%;
    background-color: #0055a6;
    color: #fff;
    padding: 5px;
  }

  .min_des {
    line-height: 12px;
    font-size: 10px;
    margin: 5px 0px 10px 5px;
  }

  li {
    margin: 3px;
  }

  .hr {
    border: 1px dotted #fff;
    width: 95%;
    margin: 10px 0px;
  }
  a{
    color: #fff;
  }
}
