body {
    background: url("../image/studio/studio_bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--bgcolor);
}
main {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 3%;
}
.content_wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-left: 216px;
}

.content_left {
    position: relative;
    float: left;
    width: 40%;
    left: 39px;
    top:250px;
    word-break: keep-all;
}

.title_top{
    font-size:1em;
    position: relative;
    top:168px;
    margin-left:39px;
}

.highlight {
    font-size: 3.125em;
    font-weight: 500;
    margin-bottom: 50px;
    display: inline;
    box-shadow: inset 0 -24px 0 #B33435;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    /*-10px은 highlight의 두께*/
}


.title {
    /* margin-top: 137px; */
    font-size:2em;
    font-weight: 400;
    line-height: 1.2;
}

.dev {
    width:85%;
    margin-top: 30px;
    font-size: 1.1em;
    line-height: 1.3;
}
.content_right {
    position: relative;
    float: right;
    width: 55%; height: 61%;
    top: 250px;
}


.content_right ul{
    position: relative;
    right: 0;
}

.content_right ul li{
    position: relative;
    float: left;
    width:46%; height: 30%;
    margin-left: 2%;
}

.content_right ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  
#rental{
    width: 38%;
    margin-left: 58%;
    font-size: 0.9em;
    line-height: 1.5;
}

.rental_info{
    font-size: 0.9em;
    line-height: 120%;
    margin-bottom: 2%;
}

#rental_title{
    width:100%;
    border-bottom: 1px solid white;
    padding-bottom: 3%;
    margin-bottom: 3%;
}