@charset "UTF-8";
.main-container {
  width: 100%;
}
/* 배경 이미지 */
.main-welcome-title {
  background-size: 1920px 500px;
  min-height: 390px;
  max-height: 500px;
  background-image: url(../../../images/main/main_background.svg);
  background-repeat: no-repeat;
  background-position: top;
}
.main-welcome-title > h1 {
  width: 100%;
  color: #37375B;
  font-weight: 800;
  line-height: 130%;
  position: absolute;
  top: 150px;
}
/* 공지사항 바로가기 버튼 */
.btn_notice {
  width: 100%;
  text-align: center;
}
.btn_notice button {
  padding: 12px 20px 8px 20px;
  border: 0px;
  background: #37375B;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 20px;
  right: 15px;
  font-size: 16px;
  z-index: 100;
  margin: 0px;
  border-radius: 30px;
}
.btn_notice button:hover {
  background: #2c2c4a;
}
/* 메인 가운데 메뉴 */
.main-container .main-link{
  min-width: 900px;
}
.main-menu {
  border-bottom: 1px solid #C2C2CD;
}
.main-menu span {
  color: #37375B;
  opacity: 80%;
  font-size: 30px;
}
.main-menu span:hover{
  opacity: 100%;;
}
.sub-txt {
  font-size: 14px;
  color: #767676;
}
.main-link nav ul li {
  width: 300px;
  cursor: pointer;
}