/* ****************************************************************************************** *
 * 
 * 인덱스 화면 검색창 추가
 * ****************************************************************************************** */
#main-search {
  margin: 0 6%;
}

.srch-wrap .srch-tit {
  font-size: 60px;
  color: #fff;
  text-align: center;
  margin: 70px 0 32px;
  line-height: 75px;
}

.mt-sm-4,
.my-sm-4 {
  margin-top: -1.5rem !important;
}

.srch-wrap .srch-tit .point-color {
  font-weight: 400;
}

.point-color {
  font-weight: bold !important;
  font-size: 60px;
  background-image: -webkit-linear-gradient(75deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "swiper-icons";
}

.srch-box {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.srch-box.on {
  /* border-bottom: 1px solid #0099ff; */
}

.srch-box input {
  font-size: 20px;
  color: #888;
  text-transform: uppercase;
  width: 745px;
  height: 50px;
  border: none !important;
  border-radius: 23px;
}

.srch-box input:focus {
  border: none !important;
  -webkit-appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.srch-box .btn-srch {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/search.png) 50% 50% no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: -9999px;
}

.srch-view {
  display: table;
  width: 100%;
  margin: 0 auto;
  width: 800px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 40px 60px 20px;
  box-shadow: 0 0 5px 5px #fdfdfd;
}

.srch-view>div {
  display: table-cell;
  width: 50%;
}

.srch-view dt {
  font-weight: 400;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.srch-view .best-word dd {
  font-size: 16px;
  line-height: 26px;
}

.srch-view .best-word dd span {
  margin-right: 10px;
}

.srch-view .best-word dd a {
  display: inline-block;
  height: 100%;
}

.srch-view .recent-word {
  position: relative;
}

.recent-word dd {
  overflow: hidden;
}

.recent-word ul {
  float: left;
  margin-left: 30px;
}

.recent-word ul:first-child {
  margin-left: 0;
}

.recent-word ul li {
  position: relative;
  margin-bottom: 12px;
  width: 50%;
  float: left;
  word-break: keep-all;
  white-space: nowrap;
  word-wrap: normal;
}

.recent-word ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/ico-watch.png) 50% 50% no-repeat;
  background-size: 100%;
  margin: 5px 7px 0 0;
  vertical-align: top;
}

.recent-word ul li a {
  display: inline-block;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

.srch-view.town {
  padding-bottom: 40px;
}

.srch-view.town ul li a {
  width: 250px;
}

.srch-view.town {
  display: table;
}

.srch-view.town>div {
  display: table-cell;
  width: 50%;
}

.srch-view.town .best-word {
  padding-right: 80px;
}

.srch-view.town .scroll {
  height: 145px;
  overflow-x: hidden;
  overflow-y: auto;
}

.srch-view .no-result {
  color: #555;
  text-align: center;
}

.srch-view .ico_result {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/ico_result.png) 0 0 no-repeat;
  margin-top: 15px;
  margin: 0 auto 15px;
}

.all-del {
  display: none;
}

.btn-del {
  display: none;
}

.web_block {
  display: block !important;
}

.m_block {
  display: none !important;
}

.block {
  display: block !important;
}

.srch-view .no-result {
  width: 100%;
  padding: 15px 0 35px;
}

.web_block {
  display: block !important;
}

.m_block {
  display: none !important;
}

.mscrh-area {
  overflow: hidden;
  margin: 0 3% 1rem 3%;
  border-bottom: 1px solid #e5e5e5;
}

.mscrh-area .selectbox select {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0px 38px;
  border: 1px solid #c5ccd7;
  border-radius: 0;
}

.lscrh-area {
  overflow: hidden;
  margin: 0 3% 1rem 3%;
}

.lscrh-area .selectbox {
  float: right;
}

.lscrh-area .selectbox select {
  width: auto;
  height: 40px;
  margin: 0 auto;
  padding: 0px 38px;
  border: 1px solid #c5ccd7;
  border-radius: 0;
}

/* 메인 청약목록 탭 */
#main-list .cate-tab {
  border: 0;
  overflow: hidden;
  margin: 0 0 -1px 0;
}

#main-list .cate-tab {
  display: flex;
  border-left: 1px solid #e5e5e5;
}

#main-list .cate-tab li a {
  display: inline-block;
  width: 130px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-left: 0;
  color: #333;
  background: #fafafa;
}

#main-list .cate-tab li.active a {
  font-weight: bold;
  background: #009ff5;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#main-list .cate-tab .sly-btn {
  display: none;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #333;
  background: #fff;
}

#main-list .cate-tab .sly-btn:hover {
  background: #fafafa;
}

#main-list .cate-tab .sly-btn.sly-next {
  border-left: 0;
}

#main-list .cate-tab hr {
  display: block;
  border-top: 1px solid #e5e5e5;
  height: 1px;
  margin: 0;
  margin-top: -1px;
  padding: 0;
}

.scrh-area .btn-area {
  width: 15%;
  float: right;
}

.scrh-area .btn-area a {
  text-align: center;
  width: 100%;
}

#main-list {
  margin: 3rem auto;
  width: 100%;
  max-width: 1200px;
}

#main-list h1 {
  font-size: 34px;
  text-align: center;
  font-weight: 500;
  margin: 3rem 0 2rem 0;
}

#main-list h2#myAddrData {
  display: none;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  font-weight: 500;
  margin: 0 auto 1rem auto;
  background: #848484;
  color: #ffffff;
  padding: 0.2rem 2rem;
  border-radius: 20px;
  background: #18a8f1;
}

/* 드랍다운 */
.application-view {
  margin: 0 3%;
  font-size: 0;
}

.application-view .thum {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

.application-view .thum .thumb-bg {
  /* width: 100%; */
  height: 28vh;
  border-radius: 0px;
}

.application-view .name {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

.application-view .detail {
  font-weight: 400;
}

/* .application-view .info {overflow:hidden;width:238px;font-size: 16px;margin-bottom:72px;} */
.application-view .info {
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  margin-bottom: 72px;
}

.application-view .info dt {
  float: left;
  font-weight: 400;
  color: #555;
  width: 88px;
  margin-bottom: 8px;
  line-height: 22px;
}

/* .application-view .info dd{float:left;color: #666;width:150px;margin-bottom:8px;line-height:22px;} */
.application-view .info dd {
  float: left;
  color: #666;
  width: 100%;
  margin-bottom: 8px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

.application-view ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: 1.33%;
}

.application-view ul li:nth-child(4n + 0) {
  margin-right: 0%;
}

.application-view ul li.blank-list {
  width: 100%;
  font-size: 24px;
  text-align: center;
  display: block;
  float: none;
  margin: 0;
}

@media all and (max-width: 1023px) {

  /* Tab, Mobile */
  .srch-view .best-word {
    margin-right: 30px;
  }

  .srch-box {
    width: auto;
  }

  .srch-view {
    width: 100%;
    height: auto;
  }

  .all-del {
    display: none;
  }

  .application-view ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
  }

  .application-view ul li:nth-child(4n + 0) {
    margin-right: 4%;
  }

  .application-view ul li:nth-child(2n + 0) {
    margin-right: 0%;
  }

  #main-list h2#myAddrData {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  /* Mobile 해상도 */

  .web_block {
    display: none !important;
  }

  .m_block {
    display: block !important;
  }

  .srch-wrap .srch-tit {
    font-size: 40px;
    line-height: 47px;
    margin: 20px 0 20px;
  }

  .srch-box {
    width: auto;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }

  .srch-box input {
    width: 85%;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
  }

  .srch-view {
    display: block;
    padding: 0;
    border: none;
    box-shadow: 0 0 0 0 #fff;
  }

  .srch-view>div {
    display: block;
  }

  .srch-view.town>div {
    display: block;
  }

  .srch-view .best-word {
    float: none;
    width: auto;
    margin: 0 0 25px;
  }

  .srch-view .best-word dd span {
    margin-right: 0;
  }

  .srch-view .recent-word {
    float: none;
    width: auto;
  }

  .srch-view dt {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .best-word dd span a {
    display: inline-block;
    border-radius: 18px;
    border: 1px solid #e8e8e8;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    margin: 0 10px 10px 0;
    font-size: 14px;
  }

  .recent-word ul li {
    position: relative;
    display: block;
    margin-bottom: 0;
    float: none;
    width: auto;
  }

  .recent-word ul li a {
    padding: 15px 0;
    border-bottom: 1px solid #f6f6f6;
    font-size: 15px;
  }

  .recent-word ul li::before {
    position: absolute;
    top: 0;
    left: -50px;
    background: none;
    width: 0;
    height: 0;
    margin-right: 0;
    font-size: 0;
  }

  .recent-word ul li a {
    display: block;
    width: 100%;
  }

  .recent-word ul {
    float: none;
    margin-left: 0;
  }

  .all-del {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 13px;
    color: #888;
  }

  .srch-box .btn-srch {
    top: 5px;
    right: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
  }

  .srch-box .btn-srch span {
    width: 22px;
    height: 22px;
    background: url(../images/m_btn_srch.png) 0 0 no-repeat;
    background-size: contain;
  }

  .btn-del {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    padding: 10px;
    border: 0;
    outline: 0;
    background: transparent;
  }

  .btn-del::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/ico-delete.png) 50% 50% no-repeat;
    background-size: contain;
  }

  .application-view ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .application-view.new-list .thum {
    width: 100%;
    margin-bottom: 20px;
  }

  .application-view .thum {
    position: relative;
    display: inline-block;
    width: 35%;
    vertical-align: top;
    margin-bottom: 0;
  }

  .application-view .thum .thumb-bg {
    height: 120px;
    border-radius: 0px;
  }

  .application-view .thum img {
    height: 120px;
  }

  .application-view .detail-info {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding-left: 15px;
  }

  .application-view .name {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .application-view .info {
    font-size: 14px;
    margin-bottom: 0;
  }

  .application-view .info dt {
    width: 30%;
    margin-bottom: 4px;
  }

  .application-view .info dd {
    width: 70%;
    margin-bottom: 4px;
  }

  .application-view .info>dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .application-view .ico-pick {
    position: absolute;
    top: 8px;
    right: 65%;
    display: inline-block;
    width: 20px;
    height: 17px;
    background: url(../images/m_ico_pick.png) 0 0 no-repeat;
    background-size: 100%;
  }

  .application-view .ico-pick.on {
    background-position: 0 -17px;
  }

  .application-list li.on::after,
  .application-list li:hover::after {
    height: 2px;
  }

  #main-list h2#myAddrData {
    font-size: 16px;
    width: 88%;
    border-radius: 15px;
  }

  .point-color {
    font-weight: bold !important;
    font-size: 40px;
    background-image: -webkit-linear-gradient(75deg, #000, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "swiper-icons";
  }
}