/* sub3 공통 */
div[class^=sub3] {
    padding-top: 60px;
    padding-bottom: 250px;
}
div[class^=sub3] * {
    font-family: 'Pretendard';
}
/* /sub3_3 공통 */

/* 전체 배치도 sub3_2  */
div.sub3_2 {
    padding-top: 36px;
    padding-left: 60px;
    padding-right: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.sub3_2 .img_box {
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 13.9;
    border: 1px solid #A69184;
    border-radius: 22px;
    overflow: hidden;
}
.sub3_2 .img_box img {
    width: 100%;
    height: 100%;
}
.sub3_2 .img_box img.floor {
    padding: 10.47% 19.42%;
}

.sub3_2 .info_box {
    width: 100%;
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 28px;
    grid-column: span 2;
}
.sub3_2 .info_box div {
    height: 168px;
    border-radius: 20px;
    border: 2px solid #CDC1B9;
    display: flex;
    align-items: center;
    position: relative;
}
.sub3_2 .info_box .item1 { padding-left: 17px; }
.sub3_2 .info_box .item3 { padding-left: 22px; }
.sub3_2 .info_box .item2, .sub3_2 .info_box .item4 { padding-left: 27px; }
.sub3_2 .info_box h3 {
    color: #4B3422;
    font-family: "Chosunilbo_myungjo";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1.5px;
    background-color: #ffffff;
    width: max-content;
    padding: 0 10px;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}
.sub3_2 .info_box p {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1.2px;
    word-break: keep-all;
}
.sub3_2 .info_box .item3 img { margin-right: 10px; }
.sub3_2 .info_box .item2 img, .sub3_2 .info_box .item4 img { margin-right: 11px; }
/* /전체 배치도 sub3_2  */

/* 평면도 sub3_3 */
/* sub3_3 공통 */
.sub3_3 .card .view_detail_btn,
.sub3_3 .view_detail .content_img .down_btn,
.sub3_3 .photo_box button {
    color: #4B3422;
    font-size: 15px;
    font-weight: 400;
    line-height: 128.7%;
    letter-spacing: -0.75px;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid #4B3422;
    display: block;
    cursor: pointer;
    transition: 0.3s ease;
}
.sub3_3 .card .view_detail_btn:hover,
.sub3_3 .view_detail .content_img .down_btn:hover {
    color: #fff;
    background-color: #4B3422;
}
.sub3_3 .view_detail .content_img .down_btn {
    width: max-content;
}

/* 카드 */
.sub3_3 .card_box {
    height: 620px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 50px;
    gap: 30px;
}
.sub3_3 .card {
    width: 412px;
    height: 523px;
    padding: 0 67px 45px;
    border-radius: 21px;
    border: 1px solid rgba(75, 52, 34, 0.54);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    position: relative;
    transition: .3s ease;
}
.sub3_3 .card:hover {
    transform: translateY(-5%) scale(1.1);
}
.sub3_3 .card_header {
    color: #4B3422;
    font-family: "YESMyoungjo";
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -3px;
    background-color: #FFF;
    width: max-content;
    height: max-content;
    padding: 0 8px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.sub3_3 .card_header strong {
    font-size: 60px;
    font-family: "YESMyoungjo";
    font-weight: 400;
    margin-left: 6px;
}
.sub3_3 .card img {
    width: auto;
    height: 167px;
    margin-bottom: 30px;
}
.sub3_3 .card .title {
    color: #4B3422;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1px;
    margin: 15px 0;
}
.sub3_3 .card .title strong {
    color: #845C4B;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.5px;
}
.sub3_3 .card .area_list {
    margin-bottom: 20px;
}
.sub3_3 .card .area_list li {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 131.3%;
    letter-spacing: -1px;
}
.sub3_3 .card .area_list strong {
    color: #845C4B;
    font-weight: 500;
    margin-right: 15px;
}

/* 상세보기 */
.sub3_3 .view_detail {
    margin-top: 170px;
}
.sub3_3 .view_detail .title_box {
    padding-left: 18px;
    border-left: 6px solid #4B3422;
}
.sub3_3 .view_detail .title_box h4 {
    color: #4B3422;
    font-family: "YESMyoungjo";
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.5px;
    margin-bottom: 8px;
}
.sub3_3 .view_detail .title_box h4 strong {
    font-family: "YESMyoungjo";
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
}
.sub3_3 .view_detail .title_box p {
    color: #4B3422;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 80px;
}
.sub3_3 .view_detail .content_img {
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
}
.sub3_3 .view_detail .content_img .item1 {
    width: 373px;
    margin-right: 50px;
}
.sub3_3 .view_detail .content_img .item2 {
    width: 437px;
    margin-right: 70px;
}
.sub3_3 .view_detail .content_img .text_box {
    display: flex;
    gap: 20px;
}
.sub3_3 .view_detail .content_img .title {
    color: #845C4B;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 151.3%;
    letter-spacing: -1px;
}
.sub3_3 .view_detail .content_img .content {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    line-height: 151.3%;
    letter-spacing: -1px;
}
.sub3_3 .view_detail .content_img .down_btn {
    margin-top: 20px;
}

/* 슬라이드 */
.sub3_3 .swiper_box,
.sub3_3 .photo_box {
    width: 100%;
    height: max-content;
    border: 1px solid #A69184;
    border-radius: 18px;
    position: relative;
}
.sub3_3 .swiper_box h6,
.sub3_3 .photo_box h6 {
    color: #4B3422;
    font-size: 20px;
    font-weight: 600;
    line-height: 151.3%;
    letter-spacing: -1px;
    background-color: #fff;
    width: max-content;
    padding: 0 10px;
    position: absolute;
    top: -15px;
    left: 40px;
}
.sub3_3 .view_swiper {
    width: calc(100% - 60px);
    padding: 100px 0 50px;
    margin: auto;
}
.sub3_3 .view_swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 860px;
    height: 516px;
    border-radius: 20px;
    transform: none !important;
    transition: 0.3s ease;
    overflow: hidden;
}
.sub3_3 .view_swiper .swiper-slide-active {
    transform: scale(1.15) !important;
}
.sub3_3 .view_swiper .swiper-slide img {
    display: block;
    width: 100%;
}
.sub3_3 .swiper-3d .swiper-slide-shadow-left,
.sub3_3 .swiper-3d .swiper-slide-shadow-right {
    display: none;
}
.sub3_3 .preview_swiper {
    width: 989px;
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 70px;
}
.sub3_3 .preview_swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}
.sub3_3 .preview_swiper .swiper-slide {
    width: 100% !important;
    height: 80px !important;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.4;
}
.sub3_3 .preview_swiper .swiper-slide-thumb-active {
    opacity: 1;
}
.sub3_3 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 디테일 사진 */
/* /평면도 sub3_3 */

@media screen and (max-width: 1440px) {
    /* 전체 배치도 sub3_2  */
    div.sub3_2 {
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
    }
    /* /전체 배치도 sub3_2  */
}

@media screen and (max-width: 1400px) {
    /* 전체 배치도 sub3_2  */
    .sub3_2 .info_box p {
        font-size: 20px;
    }
    /* 전체 배치도 sub3_2  */
}

@media screen and (max-width: 1200px) {
    /* 평면도 sub3_3 */
    .sub3_3 .view_detail .content_img .item1,
    .sub3_3 .view_detail .content_img .item2 {
        width: 320px;
        height: auto;
        margin-right: 40px;
    }
    .sub3_3 .preview_swiper {
        width: 100%;
        padding: 10px 20px;
    }
    /* /평면도 sub3_3 */
}

@media screen and (max-width: 1024px) {
    /* 전체 배치도 sub3_2  */
    .sub3_2 .info_box div {
        height: 140px;
    }
    .sub3_2 .info_box .item1,
    .sub3_2 .info_box .item2,
    .sub3_2 .info_box .item3,
    .sub3_2 .info_box .item4 {
        padding: 0 10px;
    }
    .sub3_2 .info_box h3 {
        font-size: 24px;
        top: -17px;
    }
    .sub3_2 .info_box .item1 img { width: 80px; height: auto; }
    .sub3_2 .info_box .item3 img { width: 75px; height: auto; }
    .sub3_2 .info_box .item2 img, .sub3_2 .info_box .item4 img { width: 70px; height: auto; }
    .sub3_2 .info_box p {
        font-size: 18px;
    }
    /* /전체 배치도 sub3_2  */

    /* 평면도 sub3_3 */
    .sub3_3 {
        padding-top: 80px;
    }
    .sub3_3 .view_detail .title_box p {
        margin-bottom: 40px;
    }
    .sub3_3 .card_box {
        height: max-content;
        gap: 10px;
    }
    .sub3_3 .card {
        height: 440px;
        padding: 40px 20px 30px;
    }
    .sub3_3 .card_header {
        font-size: 26px;
        top: -35px;
    }
    .sub3_3 .card img {
        width: 80%;
        height: auto;
    }
    .sub3_3 .card_header strong {
        font-size: 48px;
    }
    .sub3_3 .view_detail {
        margin-top: 80px;
    }
    .sub3_3 .view_detail .content_img {
        margin-bottom: 60px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .sub3_3 .view_detail .content_img .down_btn {
        margin-left: auto;
        margin-right: auto;
    }
    .sub3_3 .view_swiper {
        padding: 50px 0;
    }
    .sub3_3 .view_swiper .swiper-slide {
        height: 100%;
        width: 100%;
    }
    .sub3_3 .view_swiper .swiper-slide-active {
        transform: none !important;
    }
    .sub3_3 .preview_swiper {
        margin-bottom: 10px;
    }
    .sub3_3 .preview_swiper .swiper-slide {
        height: 70px !important;
    }
    /* /평면도 sub3_3 */
}

@media screen and (max-width: 768px) {
    /* sub3 공통 */
    div[class^=sub3] {
        padding-bottom: 100px;
    }
    /* /sub3 공통 */

    /* 전체 배치도 sub3_2  */
    div.sub3_2 {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 50px;
    }
    .sub3_2 .img_box {
        width: 480px;
    }
    .sub3_2 .info_box {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    /* /전체 배치도 sub3_2  */

    /* 평면도 sub3_3 */
    .sub3_3 .card .view_detail_btn {
        font-size: 14px;
    }
    .sub3_3 .card:hover {
        transform: none;
    }
    .sub3_3 .card_box {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .sub3_3 .card {
        height: max-content;
    }
    .sub3_3 .card img {
        width: 80%;
        margin-bottom: 0;
    }
    .sub3_3 .view_detail .content_img .item1,
    .sub3_3 .view_detail .content_img .item2 {
        margin-right: 0;
    }

    /* 사진 박스 */
    .sub3_3 .photo_box {
        padding: 40px 20px
    }
    .sub3_3 .photo_box h6 {
        left: 50%;
        transform: translateX(-50%);
    }
    .sub3_3 .photo_box img {
        width: 100%;
        aspect-ratio: 12 / 9;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    .sub3_3 .photo_box button {
        margin: auto;
    }
    /* /평면도 sub3_3 */
}

@media screen and (max-width: 480px) {
    /* 전체 배치도 sub3_2  */
    div.sub3_2 {
        display: block;
    }
    .sub3_2 .img_box {
        width: 100%;
        margin-bottom: 30px;
    }
    .sub3_2 .info_box div {
        height: 120px;
    }
    .sub3_2 .info_box .item1 {
        padding-left: 0;
    }
    .sub3_2 .info_box h3 {
        font-size: 20px;
        top: -14px;
    }
    .sub3_2 .info_box .item1 img { width: 70px; }
    .sub3_2 .info_box .item3 img { width: 55px; margin-right: 6px; }
    .sub3_2 .info_box .item2 img, .sub3_2 .info_box .item4 img { width: 52px; margin-right: 8px; }
    .sub3_2 .info_box p {
        font-size: 15px;
    }
    /* /전체 배치도 sub3_2  */

    /* 평면도 sub3_3 */
    .sub3_3 .card {
        width: 100%;
        box-shadow: 4px 4px 14px 1px rgba(152, 150, 150, 0.45);
    }
    .sub3_3 .card_header {
        font-size: 18px;
        top: -20px;
    }
    .sub3_3 .card_header strong {
        font-size: 30px;
    }
    .sub3_3 .card img {
        width: auto;
        height: 170px;
    }
    .sub3_3 .card .title strong {
        font-size: 22px;
    }
    .sub3_3 .view_detail .title_box h4 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .sub3_3 .view_detail .title_box h4 strong {
        font-size: 30px;
    }
    .sub3_3 .view_detail .title_box p {
        font-size: 18px;
    }
    .sub3_3 .view_detail .content_img .item1 {
        width: 75%;
    }
    .sub3_3 .view_detail .content_img .item2 {
        width: 80%;
    }
    .sub3_3 .view_detail .content_img .title,
    .sub3_3 .view_detail .content_img .content {
        font-size: 16px;
    }
    .sub3_3 .view_swiper {
        width: calc(100% - 30px);
    }
    .sub3_3 .view_swiper {
        padding: 25px 0;
    }
    .sub3_3 .preview_swiper .swiper-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .sub3_3 .preview_swiper .swiper-slide {
        height: 45px !important;
    }
    /* /평면도 sub3_3 */
}