.estimate-wrap .inner {
  padding: 204px calc((100% - 1320px) / 2) 134px;
  background: #f5f5f5;
  position: relative;
  height: auto;
  top: 0;
}

.estimate-wrap .inner hgroup {
  margin-bottom: 60px;
}

.estimate-wrap .inner hgroup h1 {
  font-size: 100px;
  font-weight: 600;
  color: #393939;
  line-height: 1.1;
  margin-bottom: 24px;
}

.estimate-wrap .inner hgroup p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  word-break: keep-all;
  color: #393939;
}

.list_head {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.list_head .btn_box {
  display: flex;
  margin-right: auto;
  white-space: nowrap;
  overflow-x: scroll;
}

.list_head .btn_box::-webkit-scrollbar {
  display: none;
}

.list_head .btn_box button {
  display: flex;
  align-items: center;
  margin-right: 10px;
  background: #e6e6e6;
  padding: 0 20px;
  height: 43px;
  border-radius: 500px;
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
  transition: 0.2s ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.list_head .btn_box button:last-child {
  margin-right: 0;
}

.list_head .btn_box button i {
  width: 23px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-right: 10px;
  transition: 0.2s ease;
}

.list_head .btn_box button.on {
  background: #393939;
  color: #fff;
}

.list_head .btn_box button.btn01 i {
  background-image: url(../images/request/select01.svg);
}

.list_head .btn_box button.btn02 i {
  background-image: url(../images/request/select03.svg);
}

.list_head .btn_box button.btn03 i {
  background-image: url(../images/request/select04.svg);
}

.list_head .btn_box button.btn04 i {
  background-image: url(../images/request/select05.svg);
}

.list_head .btn_box button.btn05 i {
  background-image: url(../images/request/select06.svg);
}

.list_head .btn_box button.btn06 i {
  background-image: url(../images/request/select06.svg);
}

.list_head .btn_box button.btn01.on i {
  background-image: url(../images/request/select01_active.svg);
}

.list_head .btn_box button.btn02.on i {
  background-image: url(../images/request/select03_active.svg);
}

.list_head .btn_box button.btn03.on i {
  background-image: url(../images/request/select04_active.svg);
}

.list_head .btn_box button.btn04.on i {
  background-image: url(../images/request/select05_active.svg);
}

.list_head .btn_box button.btn05.on i {
  background-image: url(../images/request/select06_active.svg);
}

.list_head .btn_box button.btn06.on i {
  background-image: url(../images/request/select06_active.svg);
}

.input_box {
  width: 444px;
  height: 52px;
  border-radius: 30px;
  background: #fff;
  padding: 0 30px 0 64px;
  position: relative;
}

.input_box::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-image: url(../images/icon/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.input_box input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
}

.estimate_list {
  width: 100%;
  padding: 62px 0 0;
}

.estimate_list li {
  background: #ffffff;
  border-radius: 20px;
  height: 131px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 70px 0 50px;
  cursor: pointer;
}

.estimate_list li:last-child {
  margin-bottom: 0;
}

.estimate_list li>div {
  display: flex;
  flex-direction: column;
}

.estimate_list li>div span:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #aaaaaa;
}

.estimate_list li .title {
  margin-right: 100px;
  width: 380px;
}

.estimate_list li .title span {
  font-size: 15px;
  color: #4f5ae3 !important;
  margin-bottom: 12px;
}

.estimate_list li .title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #313131;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  /* 텍스트가 넘칠 경우 "..."으로 표시 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.estimate_list li.new .title h2::after {
  content: "N";
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  width: 24px;
  height: 24px;
  background: #2c2c2c;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: 10px;
}

.estimate_list li .kind {
  width: 291.5px;
  margin-right: auto;
}

.estimate_list li .kind>span {
  margin-bottom: 19px;
}

.estimate_list li .kind .tags {
  display: flex;
  align-items: center;
}

.estimate_list li .kind .tags .tag {
  font-size: 15px;
  font-weight: 700;
  color: #555555;
  padding: 0 22px;
  border-radius: 8px;
  height: 34px;
  margin-right: 10px;
  background: #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.estimate_list li .kind .tags .tag:last-child {
  margin-right: 0;
}

.estimate_list li .while {
  width: 80px;
  margin-right: 90px;
}

.estimate_list li .price {
  width: 170px;
}

.estimate_list li .while>span,
.estimate_list li .price>span {
  margin-bottom: 6px;
}

.estimate_list li .while>p,
.estimate_list li .price>p {
  font-size: 16px;
  font-weight: 700;
  color: #2c2c2c;
}

.estimate_list li .while>p strong,
.estimate_list li .price>p strong {
  font-size: 44px;
  font-weight: 700;
  color: #2c2c2c;
  margin-right: 4px;
}

/* 호버시 */
.estimate_list li:hover {
  background: #4c55e5;
  transition: 0.2s ease;
}

.estimate_list li * {
  transition: 0.2s ease;
}

.estimate_list li:hover>div span:first-child {
  color: #d8dbff;
}

.estimate_list li:hover .title h2 {
  color: #fff;
}

.estimate_list li:hover.new .title h2::after {
  background: #fff;
  color: #4c55e5;
}

.estimate_list li:hover>div span:first-child {
  color: #fff;
  opacity: 0.56;
}

.estimate_list li.new .title h2::after {
  transition: 0.2s ease;
}

.estimate_list li:hover .kind .tags .tag {
  background: #444ed1;
  color: #fff;
}

.estimate_list li:hover .while>p,
.estimate_list li:hover .while>p strong {
  color: #fff;
}

.estimate_list li:hover .title span {
  color: #d8dbff !important;
}

/* 팝업 스타일링 */
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  padding: 50px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1001;
}

.fade {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup-wrap::-webkit-scrollbar {
  display: none;
}

.popup {
  width: 980px;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background: #fff;
  position: relative;
  border-radius: 20px;
  height: 100%;
  max-height: 1300px;
}

.popup-conts {
  width: 100%;
}

.popup-close-btn {
  position: fixed;
  right: 50px;
  top: 50px;
}

.popup_head {
  width: 100%;
  height: 215.5px;
  display: flex;
  flex-direction: column;
  padding: 50px 60px 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.popup_head .sub {
  font-size: 16px;
  font-weight: 700;
  color: #4f5ae3;
  margin-bottom: 17px;
}

.popup_head .tit {
  font-size: 32px;
  font-weight: 700;
  color: #393939;
  margin-bottom: 26px;
}

.popup_head .tags {
  display: flex;
}

.estimate_list li .kind .tags .tag.disable {
  display: none;
}

.popup_head .tags .tag.disable {
  display: flex;
}

.popup_head .tags p {
  font-size: 15px;
  font-weight: 700;
  color: #555555;
  background: #e2e2e2;
  height: 34px;
  border-radius: 8px;
  padding: 0 22px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_head .tags p:last-child {
  margin-right: 0;
}

.popup_body {
  width: 100%;
  height: calc(100% - 215.5px);
  padding: 30px 20px 30px 60px;
  overflow: hidden;
}

.popup_body .info-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 40px 85px 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.popup_body span {
  display: inline-block;
}

.popup_body .tit {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}

.popup_body .tit+p {
  font-size: 20px;
  font-weight: 500;
  color: #3c3c3c;
}

.popup_body .info-wrapper>div {
  margin-bottom: 70px;
}

.popup_body .info-wrapper>div:last-child {
  margin-bottom: 70px;
}

.popup_body ul span {
  font-size: 22px;
  font-weight: 700;
  color: #393939;
  margin-bottom: 20px;
}

.popup_body ul li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #3c3c3c;
}

.popup_body ul:not(:last-child) {
  margin-bottom: 40px;
}

.remote {
  position: absolute;
  bottom: 30px;
  width: 900px;
  height: 84px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 0 40px;
  box-shadow: 3px 5px 30px rgba(0, 0, 0, 0.1);
}

.remote>div {
  display: flex;
  align-items: center;
}

.remote>div>span {
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  margin-right: 16px;
}

.remote>div>p {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.remote>.while {
  margin-right: 40px;
}

.remote>.price {
  margin-right: auto;
}

.remote>button {
  width: 248px;
  height: 48px;
  border-radius: 500px;
  background: #4c55e5;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.remote>button a {
  color: #ffffff;

}

.remote>button img {
  margin-left: 14px;
}

@media (max-width: 1650px) {
  .estimate-wrap .inner {
    padding: 204px 4% 134px;
    background: #f5f5f5;
  }
}

@media (max-width: 1400px) {
  .input_box {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 50%;
    padding: 0;
    white-space: nowrap;
    padding: 0 52px 0 0;
    position: absolute;
    top: 56px;
    right: 4%;
    display: none;
  }

  .input_box::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .estimate_list {
    display: flex;
    flex-wrap: wrap;
  }

  .estimate_list li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    height: fit-content;
    position: relative;
  }

  .estimate_list li:last-child {
    margin-bottom: 0;
  }

  .estimate_list li:nth-child(2n) {
    margin-right: 0;
  }

  .estimate_list li .title {
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
  }

  .estimate_list li .kind>span,
  .estimate_list li .while span,
  .estimate_list li .price span {
    display: none;
  }

  .estimate_list li .kind {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 20px 20px;
    border-bottom: 1px solid #f2f2f2;
  }

  .estimate_list li .while,
  .estimate_list li .price {
    height: 60px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px 0 20px;
  }

  .estimate_list li .while {
    width: fit-content;
    margin: 20px 8px 0 20px;
    background: #4f5ae3;
  }

  .estimate_list li .price {
    width: fit-content;
    margin: 20px 20px 0 0;
    background: #f2f2f2;
  }

  .estimate_list li .while p,
  .estimate_list li .while p strong {
    color: #fff;
  }

  .estimate_list li .price p,
  .estimate_list li .price p strong {
    color: #3e3e3e;
  }

  .estimate_list li .while>p strong,
  .estimate_list li .price>p strong {
    font-size: 30px;
    margin-right: 16px;
  }

  .estimate_list li .price>p strong {
    margin-right: 33px;
  }

  .estimate_list li.new .title h2::after {
    content: "NEW";
    height: 16px;
    background: #191919;
    border-radius: 500px;
    padding: 0 6px;
    font-size: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 1600px) {
  .estimate-wrap .inner hgroup h1 {
    font-size: 100px;
  }
}

@media (max-width: 1200px) {
  .estimate-wrap .inner hgroup h1 {
    font-size: 80px;
  }

  .popup_head .tit {
    font-size: 24px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 26px;
  }

  .popup_body .tit {
    font-size: 20px;
  }

  .popup_body .tit+p,
  .popup_body ul li {
    font-size: 16px;
  }

  .popup_body ul span {
    font-size: 18px;
  }

  .popup {
    width: 700px;
  }

  .popup_head {
    height: fit-content;
    padding: 30px 40px;
  }

  .popup_body {
    padding: 20px 10px 30px 40px;
    height: calc(100% - 178px);
  }

  .popup_body .info-wrapper {
    padding: 0 30px 50px 0;
  }

  .popup_body ul li {
    margin-bottom: 7px;
  }

  .popup-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon/popup_close-bk.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .popup-close-btn img {
    display: none;
  }

  .popup_body .info-wrapper>div {
    margin-bottom: 50px;
  }

  .popup_body .tit {
    margin-bottom: 15px;
  }

  .remote {
    width: 620px;
    padding: 0 20px;
  }

  .remote>div>span,
  .remote>div>p {
    font-size: 15px;
  }

  .remote>.while {
    margin-right: 30px;
  }

  .remote>div>span {
    margin-right: 8px;
  }

  .remote>button {
    width: 240px;
    height: 42px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .estimate-wrap .inner {
    padding: 91px 4% 100px;
  }

  .estimate_list li .while {
    min-width: 110px;
  }

  .popup-close-btn {
    width: 12px;
    height: 12px;
  }

  .estimate-wrap .inner hgroup h1 {
    font-size: 56px;
  }

  .estimate_list li {
    width: 100%;
    margin-right: 0;
  }

  .popup_body {
    padding: 20px 10px 0 20px;
  }

  .remote>div>span,
  .remote>div>p {
    font-size: 13px;
  }

  .estimate-wrap .inner hgroup p {
    font-size: 13px;
  }

  .estimate-wrap .inner hgroup {
    margin-bottom: 56px;
  }

  .list_head {
    padding-bottom: 30px;
  }

  .list_head .btn_box button {
    height: 40px;
    padding: 0 16px;
  }

  .estimate-wrap .inner hgroup {
    margin-bottom: 50px;
  }

  .list_head .btn_box button i {
    width: 19px;
    height: 19px;
  }

  .estimate_list {
    padding: 30px 0 0;
  }

  .estimate_list li {
    margin-bottom: 16px;
  }

  .estimate_list li .title span {
    margin-bottom: 16px;
  }

  .estimate_list li .title h2 {
    font-size: 18px;
  }

  .estimate_list li .kind .tags .tag {
    font-size: 13px;
    padding: 0 12px;
    height: 28px;
    margin-right: 8px;
  }

  .popup {
    width: 100%;
    height: 648px;
    border-radius: 16px 16px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .popup_head .tags .tag.disable {
    display: none;
  }

  .popup_head {
    padding: 30px 20px 20px;
  }

  .remote {
    width: 100%;
    height: 195px;
    align-items: flex-start;
    justify-content: center;
    border-radius: 16px 16px 0 0;
    padding: 20px 20px 30px;
    bottom: 0;
    flex-wrap: wrap;
    box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.1);
  }

  .remote>div {
    flex-direction: column;
    width: fit-content;
    align-items: flex-start;
  }

  .remote>div>span {
    margin-bottom: 7px;
  }

  .remote>.while {
    margin-right: 44px;
  }

  .remote>.price {
    margin-right: 0;
  }

  .remote>div>span {
    font-size: 13px;
  }

  .remote>div>p {
    font-size: 16px;
  }

  .remote>div>p strong {
    font-size: 28px;
    margin-right: 6px;
  }

  .remote>button {
    width: 100%;
    height: 68px;
    font-size: 16px;
    margin-top: auto;
  }

  .remote>button img {
    display: none;
  }

  .popup_body .tit {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .popup_body .info-wrapper>div {
    margin-bottom: 20px;
  }

  .popup_body ul span {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .popup_body .tit+p,
  .popup_body ul li {
    font-size: 14px;
  }

  .popup_body .info-wrapper {
    padding: 0 10px 230px 0;
  }
}

@media (max-width: 500px) {
  .popup_head .sub {
    font-size: 14px;
  }

  .popup_head .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .remote {
    justify-content: flex-start;
  }

  .popup_head .tags p {
    font-size: 13px;
    height: 27px;
    padding: 0 12px;
    margin-right: 8px;
  }

  .popup_body {
    height: calc(100% - 156px);
  }

  .remote>button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
  }

  .remote>button img {
    margin-left: auto;
    display: block;
  }

  .remote>button img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #fff;
  }
}

.hide {
  display: none !important;
}