/* 개인 마이페이지 시작 */
.mypage {
    position: relative;
}

.mypage .contents {
    padding: 32px 0px 64px !important;
}

/* 개인 마이페이지 top 이미지 시작 */


.mypage .top_bg {
    padding-top: 12.81%;
    background: url('../images/mypage/mypage_top_img.jpg') no-repeat 0 0/100% 100%;
}

/* 개인 마이페이지 top 이미지 끝 */

/* 개인 마이페이지 좌측 상태바 */

.mypage .profile {
    position: relative;
    text-align: center;
}


.mypage .profile_inner {
    padding: 32px 16px;
    background-color: #fff;
    border: 1px solid #f3f3f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mypage .profile_img {
    width: 110px;
    height: 110px;
    border-radius: 1000px;
    border: 1px solid #f3f3f5;
    overflow: hidden;
}

.mypage .btn_modify {
    position: absolute;
    right: 16px;
    top: 32px;
}

.mypage .profile .name {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.mypage .profile .sub_txt {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #68687a;
}

.mypage .profile .mark_wrap {
    margin-top: 24px;
}

.mypage .profile_info_box {
    padding: 24px;
    margin-top: 16px;
    background-color: #fcfcff;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    gap: 12px;
}

.mypage .profile_info_box dt {
    width: 72px;
    color: #68687A;
}

.mypage .profile_info_box dd {
    width: calc(100% - 84px);
    text-align: right;
}

.mypage .btn_wrap {
    width: 100%;
    margin-top: 32px;
}

.mypage .btn_wrap .btn+.btn {
    margin-top: 12px;
}

.mypage .banner_wrap {
    margin-top: 24px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.mypage .banner_wrap img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

@media all and (max-width: 1200px) and (min-width: 766px) {
    .mypage .profile {
        left: 32px !important;
        transform: translateX(0) !important;
    }
}

@media all and (min-width:765px) {
    .mypage .profile {
        position: absolute;
        left: 50%;
        transform: translateX(-568px);
        top: 64px;
        width: 292px;
    }

}

@media (max-width: 767px) {
    .mypage .profile_inner {
        padding: 3vw;
    }
    
    .mypage .profile .name {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    
    .mypage .profile .sub_txt {
        font-size: 0.9rem;
        line-height: 1.2;
    }
    .mypage .banner_wrap {
        padding: 0 16px;
    }
}

/* 개인 마이페이지 좌측 상태바 */

/* 개인 마이페이지 우측 탭 시작 */

/* 모아보기 탭 시작 */
.mypage .tab_cnt {
    padding: 0 16px;
}

.mypage .tab {
    margin-top: 0;
    margin-left: 372px;
    min-height: 1010px;
}

.mypage .tab>.swiper {
    padding: 0;
}

.mypage .tab_cnt {
    padding: 0;
}

.mypage .tab_cnt .section+.section {
    margin-top: 64px;
}

@media (max-width: 767px) {

    .mypage .tab {
        max-width: 92%;
        margin: 40px auto 0;
    }
    
    .mypage .tab_cnt {
        padding: 0px;
    }
}

.mypage .btn_upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 198px;
    border: 1px solid #efeff2;
    border-radius: 12px;
    line-height: 100%;
    color: #41414c;
    font-size: 14px;
    margin-top: -8px;
    margin-bottom: 24px;
}

.mypage .btn_upload span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.mypage .btn_upload span::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/mypage/ico_plus_dark.svg') no-repeat 0 0/100% 100%;
}

.list_card.type3_1 li {
    width: 33.3%;
}

.list_card.type3_1 li .img_box {
    padding-top: 100%;
}

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

.list_card.type3_1 li .list_info dt {
    color: #68687A;
}

.list_card.type3_1 li .list_info dd {
    color: #7064FE;
}

@media (max-width: 575px) {

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

.mypage .list_box {
    padding: 16px;
    border: 1px solid #efeff2;
    border-radius: 12px;
}

.mypage .list_box+.list_box {
    margin-top: 24px;
}

.mypage .list_box_img {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mypage .list_box_img li {
    width: 31.6%;
    border-radius: 12px;
    overflow: hidden;
}

.mypage .list_box_name {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
}

.mypage .list_box_txt {
    margin-top: 8px;
    font-size: 14px;
    color: #68687A;
}

.mypage .list_box_txt.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list_card.type6 li {
    width: 25%;
    margin-top: 12px;
}

.list_card.type6 li .img_box {
    padding-top: 100%;
}

@media (max-width: 767px) {
    .list_card.type6 li {
        width: 33.3%;
    }

    .list_card.type6 li .img_box {
        padding-top: 68.38%;
    }
}
/* 모아보기 탭 끝 */

/* 시공사례 탭 시작 */
.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;
}

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

    .list_card.type3 li .txt_box .txt {
        height: 48px;
    }
}

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

    .list_card.type3 li .txt_box .txt {
        height: auto;
    }

}
/* 시공사례 탭 끝 */

/* 고객리뷰 탭 시작 */
.mypage .list_box_info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.mypage .list_box_info i {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    overflow: hidden;
}

.mypage .list_box_right .list_box_name {
    margin-top: 0;
}

.mypage .list_box_bottom {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mypage .list_box_bottom span {
    font-size: 12px;
    color: #68687A;
}

.mypage .list_box_bottom .btn_report {
    font-size: 12px;
    color: #41414C;
    display: flex;
    align-items: center;
    gap: 2px;
}

.mypage .list_box_bottom .btn_report::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url('../images/mypage/ico_report.svg') no-repeat 0 0/ 100% 100%;
}

.mypage .list_box_like {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.mypage .list_box_like .btn_list_like {
    width: 36px;
    height: 36px;
    background: url('../images/mypage/ico_like.svg') no-repeat 0 0/100% 100%;
}

.mypage .list_box_like .btn_list_like.active {
    background-image: url('../images/mypage/ico_like_active.svg');
}

.mypage .list_box_like .list_like_txt {
    font-size: 12px;
    color: #41414C;
}

/* 고객리뷰 탭 끝 */

/* 업체정보 탭 시작*/
.review_detail_wrap .info_detail {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    background-color: #fcfcff;
    border-radius: 12px;
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
}


.review_detail_wrap .info_detail+.btn_slideUp {
    margin-top: 16px;
}

.mypage .review_detail_wrap .info_detail dt {
    width: 110px;
}

.mypage .review_detail_wrap .info_detail dd {
    width: calc(100% - 126px);
}

@media (max-width:767) {
    
.review_detail_wrap .info_detail dt {
    width: 72px;
}

.review_detail_wrap .info_detail dd {
    width: calc(100% - 88px);
}
}
/* 업체정보 탭 끝 */

/* 신고팝업, 갤러리 팝업 디자인 시작 */
.pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 12, 0.64);
    z-index: 9991;
}

.pop.active {
    display: block;
}

.pop .pop_inner {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 358px;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
}

.pop .pop_header p {
    margin: 22px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.pop .pop_cnt {
    margin-top: 32px;
}

.pop .btn_wrap {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.pop .btn_wrap .btn {
    width: 100%;
}

.pop_full .pop_inner {
    background: none;
    width: 804px;
}

.pop_full .pop_header {
    height: 76px;
    position: relative;
}

.pop_full .pop_close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 52px;
    height: 52px;
    background: url('../images/common/ico_pop_close_w.svg') no-repeat 0 0 / 100% 100%;
}

.pop_full .pop_cnt {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.pop_full .swiepr_main .swiper-slide img {
    width: 100%;
}

.pop_full .swiper-button-next,
.pop_full .swiper-button-prev {
    display: block;
    top: 42%;
}

.pop_full .swiper-button-next {
    right: -60px;
    width: 52px;
    height: 52px;
    background: url('../images/common/ico_swiper_arrow_right.svg');
    border: none;
    box-shadow: none;
}

.pop_full .swiper-button-prev {
    left: -60px;
    width: 52px;
    height: 52px;
    background: url('../images/common/ico_swiper_arrow_left.svg');
    border: none;
    box-shadow: none;
}

.pop_full .swiepr_thumb {
    margin-top: 24px;
}

.pop_full .swiepr_thumb .swiper-slide-thumb-active {
    border: 2px solid #0a0a0c;
}

.pop_full .swiepr_thumb .swiper-slide {
    height: 62px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

@media (max-width: 767px) {
    .pop .pop_inner {
        width: 92%;
        background-color: #fff;
        padding: 0px 16px 16px 16px;
    }

    .pop_full .pop_inner {
        height: 100%;
        border-radius: 0;
        padding: 0 0 32px;
    }

    .pop .pop_header p {
        font-size: 1.3rem;
        line-height: 1.5;
    }

    .pop .btn_wrap {
        margin-top: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .pop_full .pop_inner {
        width: 100%;
    }

    .pop_full .swiepr_thumb {
        margin-top: 3vh;
        padding: 0 16px;
    }
}

@media (max-width: 767px) {
    .pop_full .pop_header {
        position: relative;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #F3F3F5;
    }

    .pop_full .pop_cnt {
        width: 100%;
    }

    .pop_full .pop_header p {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
    }

    .pop_full .pop_close {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 13.5px;
        height: 13.5px;
        background: url('../images/common/btn_pop_menu_close.svg') no-repeat 0 0 / 100% 100%;
    }

    .pop_full .swiepr_main .swiper-slide img {
        width: 100%;
    }

    .pop_full .swiepr_thumb .swiper-slide-thumb-active {
        border: 2px solid #0a0a0c;
    }

    .pop_full .swiepr_thumb .swiper-slide {
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: pointer;
    }
}

/* 신고팝업, 갤러리 팝업 디자인 끝 */
