@charset "UTF-8";
/* 배경 이미지 */
.main-welcome-title {
  background-image: url(../../../images/main/main_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* 메인 가운데 메뉴 */
.main-container .main-link {
  width: 1200px;
}
.main-link nav ul li {
  width: 27%;
}
.main-menu {
  border-bottom: 1px solid #12554A;
}
.main-menu span {
  color: #115648;
}
.sub-txt {
  font-size: 17px;
  color: #2C2C2C;
  font-weight: 600;
}