@charset 'utf-8';

.sub_visual_container {
    display: flex;
    align-items: center;
    position: relative;
    height: 300px;
    background: url('../images/main_slide_03.jpg') center center / cover no-repeat;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.sub_visual_container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}
.sub_visual_container h3 {
    font-size: 1.5em;
}
#residential_type {
    display: none;
    border: 0;
}
.pj_title {
    font-size: 4em;
    font-family: var(--PlayfairDisplay-font);
}
.sub_container {}
.pj_title_sub {
    font-size: 1.5em;
    font-family: var(--NotoSansKR-font);
}
.pj_title_sub dl > dd span {
    color: var(--brick);
}
.select_box_container {
    padding: 50px 0;
}
.depth1_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #000;
    border-bottom-width: 0;
}
.depth1_2:after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url('../images/button_icon.svg') center center / cover no-repeat;
}
.depth1_3 {
    border-bottom: 1px solid #000;
}
.depth2_1 {
    display: none;
}

.pj_interior_img  {
    display: block;
    width: 100%;
    height: 360px;
}

.pj_interior_img01 {background: url('../images/pj_interior_img01.jpg') center center / cover no-repeat;}
.pj_interior_img02 {background: url('../images/pj_interior_img02.jpg') center center / cover no-repeat;}
.pj_interior_img03 {background: url('../images/pj_interior_img03.jpg') center center / cover no-repeat;}
.pj_interior_img04 {background: url('../images/pj_interior_img04.jpg') center center / cover no-repeat;}
.pj_interior_img05 {background: url('../images/pj_interior_img05.jpg') center center / cover no-repeat;}
.pj_interior_img06 {background: url('../images/pj_interior_img06.jpg') center center / cover no-repeat;}

.pj_interior_txt01 {
    display: block;
    font-size: 1.375rem; /* 22px */
    font-family: var(--NotoSansKR-font);
    padding: 20px 0;
}
.pj_interior_txt01 span {
    color: var(--brick);
}
.hashtag_list {
    display: flex;
    cursor: pointer;
}
.hashtag_list li {
    margin-right: 5px;
}
.hashtag_list li:hover {
    border-color: var(--brick);
}
.hashtag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 1px solid #000;
    height: 42px;
    border-radius: 21px;
    font-family: var(--NotoSansKR-font);
}
.hashtag2 {
    width: 82px;
}
.hashtag3 {
    width: 96px;
}
.hashtag4 {
    width: 100px;
}
.hashtag5 {
    width: 126px;
}
.hashtag6 {
    width: 140px;
}
.hashtag7 {
    width: 156px;
}
.hashtag9 {
    width: 186px;
}

.pj_interior_wrap ol > div {
    padding-top: 20px;
    padding-bottom: 60px;
}