.page-banner {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.page-banner img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.page-banner ._content {
  position: relative;
  z-index: 10;
  padding-left: 5px;
}

.page-banner ._content ._title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  .page-banner ._content ._title {
    font-size: 32px;
    line-height: 48px;
  }
}

.block-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.block-breadcrumb>svg {
  margin: 0 8px;
  width: 8px;
}

.block-breadcrumb>* {
  padding: 2px 0;
}

.modal-search-advance .modal-header {
  border-bottom: none;
  margin-bottom: 18px;
}

.modal-search-advance .modal-body {
  padding: 0 25px 0;
}

.modal-search-advance ._input_search {
  position: relative;
  margin-bottom: 28px;
}

.modal-search-advance ._input_search input {
  height: 44px;
  border: 1px solid #e5e5e5;
  border-radius: 3px !important;
  width: 100%;
  background-color: #fff;
  padding: 0 40px 0 15px;
  box-shadow: none !important;
}

.modal-search-advance ._input_search svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  color: #1d1d1d;
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.modal-search-advance ._table {
  width: 100%;
}

.modal-search-advance ._table tr:first-child {
  width: 185px;
  border-bottom: 1px solid #3382e9;
}

.modal-search-advance ._table td:first-child {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #1d1d1d;
}

.modal-search-advance ._table td {
  padding: 10px 0 20px;
  vertical-align: top;
}

.modal-search-advance ._list-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.modal-search-advance ._list-tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  border-radius: 16px;
  height: 32px;
  border: 1px solid #e2e5eb;
  margin-right: 9px;
}

.modal-search-advance ._list-tag a svg {
  margin-left: 9px;
}

.modal-search-advance ._clear-tags {
  margin-left: 10px;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  border-bottom: 1px solid rgba(75, 75, 75, 0.8);
}


.modal-search-advance ._list-keyword {
  padding-left: 5px;
}

@media (min-width: 576px) {
  .modal-search-advance ._list-keyword {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(33px, auto);
  }
}

.modal-search-advance ._list-keyword span:first-child {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #1d1d1d;
  margin-right: 10px;
}

.modal-search-advance ._list-keyword span:last-child {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 30px;
}

.modal-search-advance ._list-keyword div:nth-child(1) li:nth-of-type(1) span:first-child,
.modal-search-advance ._list-keyword div:nth-child(1) li:nth-of-type(2) span:first-child,
.modal-search-advance ._list-keyword div:nth-child(1) li:nth-of-type(3) span:first-child {
  color: #3382e9;
}

.modal-search-advance ._list-keyword li a {
  display: block;
}

/*# sourceMappingURL=common.css.map */
