#contentsWrap {
  padding-bottom: 40px;
}

header .login {
  height: 40px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
header .login .login-wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
header .login .login-wrap ul {
  margin-left: auto;
  display: flex;
}
header .login .login-wrap ul li:not(:last-child) {
  position: relative;
  margin-right: 20px;
}
header .login .login-wrap ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #999;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
header .login .login-wrap ul li a {
  color: #888;
  font-size: 14px;
}
header .head-main {
  height: 100px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.logo-wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.logo-wrap .inq {
  display: flex;
}
.logo-wrap .inq figure {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.logo-wrap .inq .inq-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 5px 0;
}
.logo-wrap .inq .inq-text p {
  font-size: 14px;
}
.logo-wrap .inq .inq-text b {
  font-size: 18px;
  color: #ff755a;
  font-weight: bold;
}
.logo-wrap .inq .more-arr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  align-self: center;
  margin-left: 20px;
  background: url("/img/ui/arrow-right-gray.png") no-repeat 50% 50%;
}
.logo-wrap .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.logo-wrap .hamBtn {
  display: none;
}

.gnb {
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  height: 80px;
}
.gnb > ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnb > ul > li {
  position: relative;
  width: auto;
  height: 100%;
}
.gnb > ul > li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #eee;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gnb > ul > li h2 {
  height: 100%;
}
.gnb > ul > li h2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  height: 100%;
}
.gnb > ul > li h2 a:hover {
  font-weight: bold;
}

@media (max-width: 1024px) {
  header .login {
    height: 10px;
  }
  header .login .login-wrap {
    display: none;
  }
  header .head-main {
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  .logo-wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .logo-wrap .inq {
    display: none;
  }
  .logo-wrap .logo {
    transform: translate(0, -50%);
    left: 0;
    width: 201px;
  }
  .logo-wrap .hamBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
  }
  .logo-wrap .hamBtn span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #555;
    margin: 3px 0;
  }
  .gnb {
    height: 60px;
  }
  .gnb > ul > li:not(:last-child):after {
    height: 12px;
  }
  .gnb > ul > li h2 a {
    padding: 0 24px;
  }
}
.mgnb {
  display: none;
}

@media (max-width: 768px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #fff;
  }
  .gnb {
    display: none;
  }
  .mgnb {
    display: block;
    background-color: #fff;
    position: fixed;
    padding-top: 70px;
    right: 0;
    top: -120%;
    transition: 0.4s;
    width: calc(100vw + 1px);
    height: 100vh;
    box-sizing: border-box;
    z-index: 9999;
  }
  .mgnb .mb-logo {
    position: absolute;
    left: 25px;
    top: 27px;
    width: 201px;
  }
  .mgnb:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 0;
  }
  .mgnb.on {
    top: 0;
  }
  .mgnb > section {
    height: calc(100vh - 70px);
    overflow-y: auto;
    background-color: #f8f8f8;
  }
  .mgnb .close_mgnb {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    right: 0;
    top: 10px;
  }
  .mgnb .mb_adv {
    border: 0;
    padding: 10px;
  }
  .mgnb .mb_adv .logo-wrap {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .mgnb .mb_adv .logo-wrap .inq {
    display: flex;
  }
  .mgnb .mb_adv .logo-wrap .inq:not(:last-child) {
    margin-bottom: 20px;
  }
  .mgnb .mb_adv .logo-wrap .inq figure {
    flex-shrink: 0;
  }
  .mgnb .mb_adv .logo-wrap .inq p {
    font-size: 12px;
    line-height: 1.4;
  }
  .mgnb .mb_adv .logo-wrap .inq b {
    font-size: 14px;
  }
  .mgnb .mb_adv .logo-wrap .inq a {
    flex-shrink: 0;
  }
  .mgnb .login_box {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 10px;
  }
  .mgnb .login_box li:not(:last-child) {
    margin-right: 10px;
  }
  .mgnb .login_box li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    background-color: #333;
  }
  .mgnb .mb_menus {
    width: calc(100% - 20px);
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .mgnb .mb_menus li:not(:last-child) {
    margin-right: 20px;
  }
  .mgnb .mb_menus li h2 a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    height: 35px;
  }
}
footer {
  background-color: #625c51;
  color: rgba(255, 255, 255, 0.6);
  padding: 60px 0;
  padding-bottom: 80px;
  position: relative;
}
footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.534);
  position: absolute;
  left: 0;
  bottom: 40px;
}
footer .footer-wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-wrap .footer-left > a {
  display: block;
  filter: invert(1);
  opacity: 0.6;
  margin-bottom: 20px;
}
footer .footer-wrap .footer-left .comp-infor {
  margin-bottom: 24px;
}
footer .footer-wrap .footer-left .comp-infor ul {
  display: flex;
}
footer .footer-wrap .footer-left .comp-infor ul:not(:last-child) {
  margin-bottom: 10px;
}
footer .footer-wrap .footer-left .comp-infor ul li {
  font-size: 15px;
}
footer .footer-wrap .footer-left .comp-infor ul li:not(:last-child) {
  margin-right: 6px;
}
footer .footer-wrap .footer-left .contract {
  display: flex;
  margin-bottom: 24px;
}
footer .footer-wrap .footer-left .contract li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
footer .footer-wrap .footer-left .contract li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.555);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-wrap .footer-left .contract li a {
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}
footer .footer-wrap .footer-right .sns-ul {
  display: flex;
}
footer .footer-wrap .footer-right .sns-ul li {
  margin-left: 35px;
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0;
    padding-bottom: 60px;
  }
  footer:after {
    bottom: 30px;
  }
  footer .footer-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 500px;
  }
  footer .footer-wrap .footer-left .comp-infor ul {
    flex-direction: column;
    text-align: center;
  }
  footer .footer-wrap .footer-left .comp-infor ul:not(:last-child) {
    margin-bottom: 0;
  }
  footer .footer-wrap .footer-left .comp-infor ul li {
    margin-bottom: 3px;
    line-height: 1.4em;
  }
  footer .footer-wrap .footer-left .comp-infor ul li:not(:last-child) {
    margin-right: 0;
  }
  footer .footer-wrap .footer-right .sns-ul {
    margin-bottom: 24px;
  }
  footer .footer-wrap .footer-right .sns-ul li {
    margin-left: 0;
    margin-right: 20px;
  }
}
.blackbox {
  width: 100vw;
  height: 100vh;
  background-color: rgba(7, 2, 2, 0.603);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  display: none;
}

.search-area {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #ffbf43;
  box-sizing: border-box;
  padding: 12px;
  height: 80px;
  margin-bottom: 80px;
}
.search-area#list-man-search {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .search-area#list-man-search {
    margin-bottom: 20px;
  }
}
.search-area .search-wrap {
  height: 100%;
  display: flex;
}
.search-area .search-wrap > * {
  height: 100%;
}
.search-area .search-wrap > b {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: url("/img/search.png") no-repeat 20px 50%;
  padding-left: 70px;
  display: flex;
  align-items: center;
  width: 190px;
  text-align: center;
  box-sizing: border-box;
}
.search-area .search-wrap .sel-wrap {
  margin-right: 12px;
  display: flex;
  position: relative;
}
.search-area .search-wrap .sel-wrap:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #ddd;
  position: absolute;
  z-index: 1;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.search-area .search-wrap .sel-wrap select {
  display: block;
  height: 100%;
  width: 180px;
  box-sizing: border-box;
  border: 0;
  padding: 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("/img/ui/fold.png") no-repeat right 20px center;
}
.search-area .search-wrap input {
  box-sizing: border-box;
  border-radius: 0;
  padding: 0 20px;
  border: 0;
  flex: 1;
  margin-right: 13px;
}
.search-area .search-wrap button {
  width: 160px;
  border: 0;
  background-color: transparent;
  margin-left: auto;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  width: 160px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .search-area {
    height: auto;
  }
  .search-area .search-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .search-area .search-wrap > * {
    height: 40px;
  }
  .search-area .search-wrap > b {
    width: 200px;
  }
  .search-area .search-wrap .sel-wrap {
    width: calc(100% - 200px);
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .search-area .search-wrap .sel-wrap select {
    width: 50%;
  }
  .search-area .search-wrap input {
    margin-right: 10px;
    width: calc(100% - 170px);
  }
}
@media (max-width: 500px) {
  .search-area {
    height: auto;
    margin-bottom: 20px;
  }
  .search-area .search-wrap > b {
    width: 120px;
    font-size: 12px;
    background-size: 30px;
    padding-left: 50px;
    background-position: 0 center;
  }
  .search-area .search-wrap .sel-wrap {
    width: calc(100% - 120px);
    margin-bottom: 5px;
  }
  .search-area .search-wrap .sel-wrap select {
    padding: 0 5px;
  }
  .search-area .search-wrap input {
    margin-right: 10px;
    width: calc(100% - 80px);
  }
  .search-area .search-wrap button {
    width: 80px;
  }
}
.tag {
  display: flex;
  margin-bottom: 14px;
}
.tag span {
  display: block;
  padding-left: 14px;
  font-size: 12px;
  color: #888;
}
.tag span:not(:last-child) {
  margin-right: 10px;
}
.tag .loc {
  background: url("/img/location.png") no-repeat 0 50%;
}
.tag .star {
  background: url("/img/ui/star.png") no-repeat 0 50%;
}
.tag .want {
  background: url("/img/ui/want.png") no-repeat 0 50%;
}/*# sourceMappingURL=nav.css.map */