@charset "UTF-8";
/* 배경 이미지 */
.main-welcome-title {
  background-image: url(../../../images/main/main_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* 공지사항 바로가기 버튼 */
.btn_notice {
  width: 100%;
  min-width: 1400px;
  text-align: center;
  margin-top: 20px;
}
.btn_notice button {
  padding: 12px 20px 8px 20px;
  border: 0px;
  background: #ffffff;
  color: #AF1C61;
  font-weight: bold;
  position: relative;
  top: 20px;
  right: 15px;
  font-size: 16px;
  z-index: 100;
  margin: 0px;
  border: 1px solid #DCC7DD;
  border-radius: 30px;
}
.btn_notice button:first-child {
  margin-right: 20px;
}
.btn_notice button:hover {
  background: #fffafa;
}
/* 메인 가운데 메뉴 */
.main-menu {
  border-bottom: 1px solid #DCC7DD;
}
.main-menu span {
  color: #AF1C61;
  opacity: 80%;
  font-size: 25px;
}
.main-menu span:hover{
  opacity: 100%;;
}
.main-menu span:hover{

}
.sub-txt {
  font-size: 14px;
  color: #2C2C2C;
}
.main-link nav ul li {
  width: 300px;
  cursor: pointer;
}