#wrapper {
    overflow: hidden;
}

h3,h4,h5,h6,ul,ol,li,p,dl,dt,dd{
    margin: 0;
    padding: 0;
}
article, section, .container{
    min-width: unset;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.page-main {
    height: 91vh;
}

.page-main .page-main__title {
    top: 181px;
}

@media screen and (max-width: 768px){
    .page-main .page-main__title {
        top: 25%;
    }

    .page-main .page-main__title h2{
       width: 338px!important;
       height: 26px!important;
    }
}

.page-main .page-main__title h2{
    background: url(../images/modelroom/main_h2.svg) center / auto 100% no-repeat;
    width: 438px;
    height: 35px;
}

.com-content {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.section-modelroom {
    position: relative;
}

.section-modelroom::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30vw;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/modelroom/bg.png) no-repeat center/cover;
}

.section-modelroom .box-j {
    padding-top: 177px;
} 

.section-modelroom .slideBox {
    margin-top: 42px;
}

.section-modelroom .slideBox .slider {
    position: relative;
}

.section-modelroom .slideBox .slider .model_prev,
.section-modelroom .slideBox .slider .model_next {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    z-index: 2;
    cursor: pointer;
    transition: all .3s ease;
}

.section-modelroom .slideBox .slider .model_prev.swiper-button-disabled,
.section-modelroom .slideBox .slider .model_next.swiper-button-disabled {
    cursor: auto;
    background-color: unset!important;
}

.section-modelroom .slideBox .slider .model_prev:hover,
.section-modelroom .slideBox .slider .model_next:hover {
    background-color: rgb(255 255 255 / 68%);
}

.section-modelroom .slideBox .slider .model_prev {
    left: 18px;
}

.section-modelroom .slideBox .slider .model_next {
    right: 18px;
    transform: translateY(-50%) rotate(180deg);
}

.section-modelroom .slideBox .slider .model_prev::before,
.section-modelroom .slideBox .slider .model_next::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    background: url(../images/modelroom/arrow-w.svg) no-repeat center/contain;
}

.section-modelroom .slideBox .slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 60.2rem !important;
}

.section-modelroom .slideBox .slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-modelroom .slideBox .slider .swiper-slide .caption {
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.14em;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2px 5px;
    text-shadow: 1px 1px 5px #000000, -1px 1px 5px #000000, 1px -1px 5px #000000, -1px -1px 5px #000000;
}

.section-modelroom .type {
    display: flex;
    align-items: center;
    padding-left: 32px;
}

.section-modelroom .type .letter {
    font-size: 62px;
    color: #B99662;
    letter-spacing: 0.1em;
    line-height: 1;
    position: relative;
    margin-right: 38px;
    padding-right: 42px;
}

.section-modelroom .type .letter:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: #656156;
    top: 9px;
    right: 0;
}

.section-modelroom .type .letter span {
    font-size: 30px;
    letter-spacing: 0.02em;
    display: inline-block;
    transform: translateY(-4px);
    margin-left: 1px;
}

.section-modelroom .type .details .rooms {
    font-size: 32px;
    letter-spacing: 0.02em;
    color: #4C4C4C;
}

.section-modelroom .type .details .rooms span {
    font-size: 20px;
    letter-spacing: 0.02em;
}

.section-modelroom .type .area-info {
    color: #4C4C4C;
    margin-left: 38px;
    transform: translateY(-5px);
}

.section-modelroom .type .area-info .area-label {
    font-size: 12px;
    letter-spacing: 0.02em;
    text-align: left;
    display: block;
    line-height: 1;
}

.section-modelroom .type .area-info .area-main {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 2px;
}

.section-modelroom .type .area-info .area-main .unit {
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-left: 2px;
    transform: translateY(1px);
    display: inline-block;
}

.section-modelroom .type .area-info .area-main .sub-unit {
    font-size: 16px;
    letter-spacing: 0.02em;
}

.section-modelroom .slideBox .thumbnail {
    margin-top: 30px;
}

.section-modelroom .slideBox .thumbnail .swiper-slide {
    height: 9.6rem;
    opacity: .55;
    transition: opacity .3s ease;
    cursor: pointer;
}

.section-modelroom .slideBox .thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.section-modelroom .slideBox .thumbnail .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-modelroom .box-e {
    margin-top: 140px;
}

@media screen and (max-width: 768px){
    .section-modelroom .box-j {
        padding-top: 60px;
    }

    .section-modelroom .type {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 10px;
    }

    .section-modelroom .type .letter {
        font-size: 50px;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 6px;
        margin-bottom: 1px;
        width: 100%;
        text-align: left;
    }

    .section-modelroom .type .letter:after {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0;
    }

    .section-modelroom .type .area-info {
        margin-left: 0;
        transform: translateY(0);
    }

    .section-modelroom .slideBox {
        margin-top: 20px;
    }

    .section-modelroom .slideBox .slider .swiper-slide {
        height: 18.2rem !important;
    }

    .section-modelroom .slideBox .slider .swiper-slide .caption {
        font-size: 1rem;
        right: 7px;
        bottom: 4px;
    }

    .section-modelroom .slideBox .thumbnail {
        margin-top: 10px;
    }

    .section-modelroom .slideBox .thumbnail .swiper-slide {
        height: 3rem;
    }

    .section-modelroom .box-e {
        margin-top: 50px;
    }

    .section-modelroom .slideBox .slider .model_prev, .section-modelroom .slideBox .slider .model_next {
        width: 32px;
        height: 32px;
    }

    .section-modelroom .slideBox .slider .model_prev {
        left: 10px;
    }
    
    .section-modelroom .slideBox .slider .model_next {
        right: 10px;
    }  
}