.head_df {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.head_df h1 {
  white-space: nowrap;
  margin-right: auto;
}
.head_df h1 a {
  font-family: "NanumSquare", sans-serif !important;
  font-size: 1.571em;
  color: #40174d;
  font-weight: 800;
  display: block;
}
.head_df h1 a span {
  font-size: 0.636em;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}
.head_df .head-menu a {
  display: block;
  width: auto;
  padding-left: 0;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #40174d;
  border-radius: 25px;
  text-align: center;
  background: none;
  font-size: 13px;
  color: #40174d;
  white-space: nowrap;
  font-weight: 500;
}
.head_df .searching_area {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.head_df .searching_area .searching-text {
  flex: 0 0 auto;
  display: inline-block;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: white;
  background: #294e83;
  border-radius: 4px;
}
.head_df .searching_area > .openSearch {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  width: 20px;
  height: 20px;
}
.head_df .searching_area .searching_bar {
  display: none;
  width: 100%;
  height: 78px;
  background-color: #fff;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
}
.head_df .searching_area .searching_bar.on {
  display: flex;
}
.head_df .searching_area .searching_bar input {
  width: calc(100% - 120px);
  max-width: 600px;
  box-sizing: border-box;
  padding: 0 14px;
  border: 1px solid #666;
  border-radius: 40px 0 0 40px;
  border-right: 0;
  height: 40px;
  font-size: 11px;
  padding-right: 0;
}
.head_df .searching_area .searching_bar input:focus-visible {
  outline: none;
}
.head_df .searching_area .searching_bar button {
  border: 1px solid #666;
  border-radius: 0 40px 40px 0;
  height: 40px;
  width: 40px;
  border-left: 0;
  background-color: #fff;
}
.head_df .searching_area .searching_bar .close_search {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.head_df .searching_area .searching_bar #autoBox2 {
  position: absolute;
  padding-top: 10px;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 78px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  background-color: #f8f8f8;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.head_df .searching_area .searching_bar #autoBox2 li {
  line-height: 1.4;
  font-size: 18px;
  padding: 5px 20px;
  box-sizing: border-box;
  color: #666;
}

.sd_line3_new {
  position: relative;
}
.sd_line3_new:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}/*# sourceMappingURL=renew.css.map */