/* 내 근처 업체 찾기 시작 */
.interior_wrap .interior_tit {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.interior_wrap .interior_location {
    margin: 65px 0 25px 0;
}

.interior_wrap .interior_location>.tit {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700
}

.interior_wrap .interior_location .store_search {
    text-align: center;
    margin-top: 24px;
    border: 1px solid #EFEFF2;
    border-radius: 12px;
    padding: 24px 16px;
}

.interior_wrap .interior_location .store_search .txt_box .tit {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #0a0a0a;
}

.interior_wrap .interior_location .store_search .txt_box .txt {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.4;
    color: #68687A;
}

.interior_wrap .interior_location .store_search .btn_store_search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    max-width: 326px;
    width: 100%;
    margin-top: 16px;
}

.interior_wrap .interior_location .store_search .btn_store_search:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url('../images/common_sub/ico_search_purple.png') no-repeat 0 0 / 100% 100%;
}

.interior_wrap .my_address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    gap: 20px;
    padding: 32px;
}

.interior_wrap .my_address .address {
    width: calc(100% - 150px);
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 0;
    font-weight: 700;
}

.interior_wrap .my_address .address:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background: url('../images/interior/ico_location.svg') no-repeat 0 0 / 100% 100%;
}

.interior_wrap .my_address .address .txt {
    margin-top: 0;
    width: calc(100% - 51px);
    font-size: 20px;
    line-height: 1.5;
}

.interior_wrap .my_address .btn {
    width: auto;
}


@media (max-width : 767px) {
    
    .interior_wrap .interior_tit {
        font-size: 1.7rem;
    }

    .interior_wrap .interior_location {
        margin: 7vh 0 2vh 0;
    }

    .interior_wrap .interior_location>.tit {
        font-size: 1rem;
    }

    .interior_wrap .interior_location .store_search {
        margin-top: 3vh;
        padding: 24px 16px;
    }

    .interior_wrap .interior_location .store_search .txt_box .tit {
        font-size: 1.3rem;
    }

    .interior_wrap .interior_location .store_search .txt_box .txt {
        font-size: 1rem;
    }

    .interior_wrap .interior_location .store_search .btn_store_search {
        margin-top: 2vh;
    }

    .interior_wrap .interior_location .store_search .btn_store_search:after {
        content: '';
        width: 15px;
        height: 15px;
        background: url('../images/common_sub/ico_search_purple.png') no-repeat 0 0 / 100% 100%;
    }

    .interior_wrap .my_address {
        flex-direction: column;
        text-align: center;
        width: 100%;

    }

    .interior_wrap .my_address .address {
        flex-direction: column;
        width: 100%;
    }

    .interior_wrap .my_address .address .txt {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .interior_wrap .my_address .btn {
        width: 100%;
    }

}
/* 내 근처 업체 찾기 끝 */


/* 부분시공 페이지에만 들어감 시작 */
.interior_wrap .interior_category {
    text-align: center;
    background-color: #F3F3F5;
}

.interior_wrap .interior_category .tit {
    font-size: 20px;
    font-weight: 700;
}

.interior_wrap .interior_category_list {
    margin-top: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}

.interior_wrap .interior_category_list li {
    width: calc(25% - 8px);
    padding: 12px 0;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
}

.interior_wrap .interior_category_list li .thumb {
    padding: 0 13px;
}

.interior_wrap .interior_category_list li .txt {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
}


@media (max-width : 575px) {
    
    .interior_wrap .interior_tit {
        font-size: 1.6rem;
    }

    .interior_wrap .interior_location {
        margin: 5vh 0 2vh 0;
    }

    .interior_wrap .interior_location>.tit {
        font-size: 1rem;
    }
    .interior_wrap .my_address {
        padding: 2vw;
    }
    .interior_wrap .interior_location .store_search {
        margin-top: 2vh;
    }

    .interior_wrap .interior_location .store_search .txt_box .tit {
        font-size: 1.1rem;
    }

    .interior_wrap .interior_location .store_search .txt_box .txt {
        font-size: 0.9rem;
    }


    .interior_wrap .my_address .address .txt {
        font-size: 1rem;
        line-height: 1.3;
    }

}

/* 내 근처 업체 찾기 끝 */


/* 부분시공 페이지에만 들어감 시작 */
.interior_wrap .interior_category {
    text-align: center;
    background-color: #F3F3F5;
}

.interior_wrap .interior_category .tit {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.interior_wrap .interior_category .contents {
    padding-bottom: 64px;
}

.interior_wrap .interior_category_list {
    max-width: 732px;
    width: 100%;
    margin: 24px auto 0;
    justify-content: center;
    gap: 16px;
}

.interior_wrap .interior_category_list li {
    width: 133.6px;
    padding: 20px 18px;
}

.interior_wrap .interior_category_list li .thumb {
    padding: 0;
}

.interior_wrap .interior_category_list li .txt {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.3;
}

/* 선택된 카테고리 스타일 */
.interior_wrap .interior_category_list li.selected {
    border: 3px solid #7064fe;
    border-radius: 12px;
}

@media (max-width : 767px) {

    .interior_wrap .interior_category .tit {
        font-size: 1.4rem;
    }
    
    .interior_wrap .interior_category_list {
        margin-top: 3vh;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .interior_wrap .interior_category_list li {
        width: calc(25% - 8px);
        padding: 12px 0;
    }
    
    .interior_wrap .interior_category_list li .txt {
        font-size: 1rem;
        line-height: 1.3;
    }
}


@media (max-width : 575px) {

    .interior_wrap .interior_category .tit {
        font-size: 1.2rem;
    }
    
    .interior_wrap .interior_category_list {
        margin-top: 3vh;
        gap: 8px;
    }
    
    .interior_wrap .interior_category_list li {
        width: calc(33% - 8px);
    }

    .interior_wrap .interior_category_list li .thumb {
        padding: 1vw 0;
    }
    
}

@media (max-width : 414px) {
    
    .interior_wrap .interior_category_list li {
        width: calc(50% - 8px);
    }

    .interior_wrap .interior_category_list li .thumb {
        padding: 1vw 0;
    }
    
}

/* 부분시공 페이지에만 들어감 끝 */

/* 리스트 카드 영역 시작 */

.interior_secTit {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 32px 0 24px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
}

.interior_secTit:after {
    content: '';
    width: 16.25px;
    height: 16.25px;
    background: url('../images/interior/ico_important.svg') no-repeat 0 0 / 100% 100%;
}

/* 중단배너, 하단배너 공통 css 시작 */

.interior_top_banner,
.interior_middle_banner {
    height: auto;
    width: 100%;
    margin: 50px auto 30px;
}
.interior_top_banner .swiper,
.interior_middle_banner .swiper {
    border-radius: 12px;
}

.interior_top_banner .swiper-slide img,
.interior_middle_banner .swiper-slide img {
    border-radius: 12px;
    width: 100%;
}

.community_wrap .tab .interior_top_banner .swiper-slide, 
.community_wrap .tab .interior_middle_banner .swiper-slide {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .interior_top_banner {
        padding: 0 16px;
    }
}
/* 중단배너, 하단배너 공통 css 끝 */


/* 프리미엄 광고 리스트 시작 */
.interior_wrap .list_card.type3.premium {
    display: block;
    gap: 16px;
    margin-left: 0;
}

.interior_wrap .list_card.type3.premium li {
    display: inline-block;
    width: 86.59%;
    border: 1px solid #F3F3F5;
    border-radius: 12px;
    margin-right: 16px;
    padding: 0;
    overflow: hidden;
}

.interior_wrap .list_card.type3.premium li .img_box {
    padding-top: 61.95%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.interior_wrap .list_card.type3.premium li .swiper_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.interior_wrap .list_card.type3.premium li .swiper_thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interior_wrap .list_card.type3.premium li .txt_box {
    padding: 16px;
    margin-top: 0;
}


@media all and (min-width: 765px) {
    
    .interior_secTit {
        margin-bottom: 32px;
    }

    .interior_wrap .list_card.type3.premium {
        display: flex;
        margin-left: 0;
    }

    .interior_wrap .list_card.type3.premium li {
        width: calc(33.33% - 11px);
        margin-right: 0;
    }

    .interior_wrap .list_card.type3.premium li .img_box {
        padding-top: 61.95%;
    }

    .interior_wrap .list_card.type3.premium li .txt_box {
        padding: 20px;
    }

    .interior_wrap .contents.contentsW {
        padding-top: 0;
        padding-bottom: 0;
    }

    .interior_wrap .contents.contentsW .side-pd {
        padding: 0 !important;
    }
}

@media all and (max-width: 764px) {
    .interior_wrap .contents.contentsW {
        padding: 0;
    }
}

/* 프리미엄 광고 리스트 끝 */


/* 광고 리스트 디자인 시작 */
.list_card.type3 li {
    width: 33.33%;
}

.list_card.type3 li .img_box {
    padding-top: 68.47%;
}

.list_card.type3 li .list_info {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    margin-top: 8px;
}

.list_card.type3 li .list_info dt {
    color: #68687A;
    margin-left: 0
}

.list_card.type3 li .list_info dd {
    color: #7064FE;
    margin-left: 0;
}

.interior_wrap .list_card.type3 li .txt_box .brand .profile_img {
    width: 26px;
    height: 26px;
    border-radius: 26px;
}

.interior_wrap .list_card.type3 li .txt_box .brand {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.interior_wrap .list_card.type3 li .txt_box .brand .box {
    display: flex;
    align-items: flex-start;
    max-width: calc(100% - 70px);
}

.interior_wrap .list_card.type3 li .txt_box .brand .name {
    width: calc(100% - 46px);
    margin: 0 12px 0 8px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;
    font-weight: 700;
}

.interior_wrap .list_card.type3 li .txt_box .brand .btn_follow {
    width: 66px;
    padding-left: 0;
    padding-right: 0;
}

.interior_wrap .list_card.type3 li .txt_box .txt {
    height: auto;
    margin-top: 8px;
}

.interior_wrap .list_card.type3 li .txt_box .list_info {
    line-height: 16px;
}

.interior_wrap .list_card.type3 li .txt_box .mark_wrap {
    display: flex;
    margin-top: 8px;
    flex-wrap: wrap;
}

.interior_wrap .list_card.type3 li .txt_box .mark_wrap .mark {
    position: static !important;
}


.interior_wrap .list_card.type3 li .txt_box .price {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #68687A;
}

.interior_wrap .list_card.type3 li .txt_box .list_info .grade {
    width: 12px;
    height: 10px;
    background: url('../images/interior/Ico_grade_star.svg') no-repeat 0 0 / 100% 100%;
}

@media (max-width : 767px) {

    .interior_secTit {
        font-size: 1.3rem;
    }
    .list_card {
        justify-content: space-between;

    }
    .list_card.type3 li {
        width: 50%;
    }

    .list_card.type3 li .list_info {
        font-size: 0.9rem;
    }

    .interior_wrap .list_card.type3 li .txt_box .brand .name {
        font-size: 1rem;
        line-height: 1.4;
    }

    .interior_wrap .list_card.type3 li .txt_box .list_info {
        line-height: 1.4;
    }

    .interior_wrap .list_card.type3 li .txt_box .price {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .interior_wrap .list_card.type3 li .txt_box .list_info .grade {
        width: 0.9rem;
    }
    
}

@media (max-width : 575px) {
    .list_card.type3 li {
        width: 100%;
    }
}

/* 인테리어 광고 클릭 팝업 시작  */
.popup_wrap{
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display:none;
    padding:15px;
    z-index: 9999;
    text-align: center;
    color: #000000;
  }
  
  .popup_wrap .popup_body {
    position: absolute;
    max-width: 560px;
    width: 100%;
    height: 660px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background: #ffffff;
    padding : 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .popup_wrap .popup_body h4 {
    font-size: 15px;
    font-weight: 300;

  }

  .popup_wrap .popup_body h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 30px;
  }

  .popup_wrap .popup_body p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }

  .popup_wrap .popup_body p span {
    color: #7064FE;
  }

  .popup_wrap .popup_body div:last-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .popup_wrap .popup_body a {
    width: 49%;
    background: #7064FE;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 60px;
    transition: 0.3s;
    cursor: pointer;
    margin-left: 1.5%;
  }

  .popup_wrap .popup_body a:first-child {
    background: #ffffff;
    border: 1px solid #7064FE;
    color: #7064FE;
    margin-left: 0;
  }

  @media (max-width : 767px) {

    .popup_wrap .popup_body {
        width: 92%;
        height: auto;
        padding: 8vh 3vw;
      }

      .popup_wrap .popup_body h4 {
        font-size: 0.9rem;
    
      }
    
      .popup_wrap .popup_body h3 {
        font-size: 1.3rem;
      }
    
      .popup_wrap .popup_body p {
        font-size: 1rem;
        line-height: 1.4;
      }

      .popup_wrap .popup_body a {
        font-size: 1rem;
      }
  }


  /* 간편상담하기 페이지 시작 */

.form_wrap {
    background-color: #F5F5F5;
}

.form_wrap .contents {
    width: 704px;
    margin: 0 auto;
}

.form_wrap .form_area {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px 32px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.step_progress {
    position: relative;
    display: flex;
    align-items: center;
    height: 28px;
}

.step_progress .bar {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #EFEFF2;
}

.step_progress .bar .bar_prog {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #7064FE;
}

.step_progress .step_num {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #7064fe;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.form_wrap .form_area_tit {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    margin: 32px 0;
}


.form_wrap .guide_box {
    background-color: #FCFCFF;
    border-radius: 12px;
    padding: 24px;
    font-size: 14px;
    line-height: 20px;
}

.form_wrap .guide_box h3 {
    font-weight: 700;
    color: #7064FE;
    margin-bottom: 5px;
}

.form_wrap .guide_box p {
    color: #41414c;
}


.form_wrap .form_cnt {
    margin-top: 24px;
}

.form_wrap .form_cnt.type2 .ipt_label .tit {
    font-size: 16px;
}

.form_wrap .form_cnt.type2 .ipt_label+.ipt_box {
    margin-top: 16px;
}

.form_wrap .form_cnt.type2 .brand {
    display: flex;
    align-items: center;
    gap: 24px;
}

.form_wrap .form_cnt.type2 .brand .profile_img {
    width: 62px;
    height: 62px;
}

.form_wrap .form_cnt.type2 .brand .txt_box .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.form_wrap .form_cnt.type2 .brand .txt_box .txt {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #41414C;
}

.form_wrap .form_cnt.type2 .brand .txt_box .txt>em {
    font-weight: 700;
}

.ipt_box_flex.ipt_address {
    margin-bottom: 12px;
}

.ipt_box_flex.ipt_address .ipt_style {
    width: calc(100% - 100px)
}

.ipt_box_flex.ipt_address .btn {
    width: 88px;
    padding: 0;
}

.ipt_box_flex.ipt_phoneNum .select {
    width: 128px;
}

.ipt_box_flex.ipt_phoneNum .ipt_style {
    width: calc(100% - 128px - 12px)
}


.form_agree {
    margin-top: 64px;
}

.form_agree .form_agree_infoTxt {
    margin-top: 24px;
    font-size: 12px;
    line-height: 18px;
    color: #68687A;
}

.form_agree .agreeChk--chk label {
    font-size: 16px;
}

.form_agree .agreeChk--chk label em {
    font-weight: 700;
    color: #0a0a0c;
}

.form_agree .agreeChk--chk label span {
    margin-left: 8px;
    font-size: 14px;
    color: #a6a6b3;
}

.form_agree .agreeChk--chk+.agreeChk--scroll {
    margin-top: 16px;
}

.form_agree .agreeChk_list li:not(:first-child) {
    margin-top: 24px;
}

.form_agree .agreeChk--scroll {
    height: 160px;
    overflow-y: auto;
    padding: 16px 12px;
    border: 1px solid #EFEFF2;
    border-radius: 8px;
}

.form_agree .agreeChk--scroll ul>li {
    display: flex;
    gap: 4px;
    margin-top: 0 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #A6A6B3;
}

.form_agree .agreeChk--scroll ul>li span {
    width: 10px;
}

.form_wrap .form_bottom_btn {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}

.form_wrap .form_bottom_btn .btn:first-of-type {
    width: 170px;
}

.form_wrap .form_bottom_btn .btn:first-of-type+.btn {
    width: calc(100% - 182px);
}

@media (max-width : 767px) {
    .form_wrap .contents {
        width: 100%;
        padding: 0;
    }

    .form_wrap .form_bottom_btn .btn:first-of-type {
        width: 105px;
    }
    
    .form_wrap .form_bottom_btn .btn:first-of-type+.btn {
        width: calc(100% - 105px);
    }
}
/* 간퍈상담하기 페이지 끝 */

/* 인테리어 견적상담 페이지 시작 */

.consulting_intro_wrap .contents {
    padding: 100px 32px ;
}

.consulting_intro_wrap .tit {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
}

.consulting_intro_wrap .txt_box {
    padding: 24px;
    font-size: 17px;
    line-height: 24px;
    color: #41414C;
    background-color: #FCFCFF;
    border-radius: 12px;
}

.consulting_intro_wrap .txt_box .txt1 {
    font-weight: 700;
    color: #7064FE;
    font-size: 20px;
}

.consulting_intro_wrap .txt_box .txt2 {
    margin-top: 10px;
}

.consulting_intro_wrap .btn {
    display: block;
}

@media (max-width : 767px) {
    .consulting_intro_wrap .contents {
        padding: 80px 32px;
    }
    
    .consulting_intro_wrap .tit {
        font-size: 1.8rem;
    }
    
    .consulting_intro_wrap .txt_box {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .consulting_intro_wrap .txt_box .txt1 {
        font-size: 1.2rem;
    }
        
    .consulting_intro_wrap .btn {
        width: 100%;
    }
}

/* 인테리어 견적상담 페이지 끝 */
