.archive-interview #content-list h1,
.archive-interview .archive-list h1,
.archive-interview #event-info h1 {
    margin-bottom: 3.75rem !important;
    font-size: clamp(1.5rem, 1.8vw, 2.25rem);
    text-align: center;
}

.archive-interview .gallery-heading {
    color: #000 !important;
    border: none;
    font-weight: 300;
    line-height: 1.5 !important;
    font-size: 2rem;
}

.archive-interview .gallery-title-sub {
    color: #595757 !important;
    width: 170px;
    margin: 10px auto;
    padding: 10px 0;
    text-align: left;
    border-top: 1px solid #333;
    font-size: 1.4rem;
    display: block;
    text-align: center;
}

.archive-interview .archive-inner {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.archive-interview .gallery-case,
.archive-interview .cat-case {
    border-radius: 1rem;
    border: 1px solid #d7dada;
    /*1px solid #877012;
   */
    height: 330px;
    overflow: hidden;
}

.archive-interview .gallery-img,
.archive-interview .cat-img {
    padding-top: calc(100% - 6rem);
    padding-bottom: 0px;
    margin-bottom: 5px;
    position: relative;
    width: 146px;
    height: 152px;
    margin: 40px auto 0;
}

.archive-interview .gallery-img,
.archive-interview .cat-img {
    padding: 1.5rem;
    margin-bottom: 0px;
}

.archive-interview .gallery-img img,
.archive-interview .cat-img img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 80%;
    object-fit: contain;
}

.archive-interview .gallery-case .gallery-title,
.archive-interview .cat-case .cat-title {
    padding: 5px 10px 0px 10px;
    margin-bottom: 0px;
    color: #595757 !important;
}

.archive-interview .gallery-add {
    color: #595757;
}

.archive-interview .gallery-add {
    font-size: 1.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.5rem 1rem 1rem;
}

.archive-interview .btn-wide {
    border: 1px solid #636464;
    padding: 0.7rem;
    border-radius: 0px;
    margin: 0 auto;
    max-width: 310px;
    width: 100%;
}

@media (max-width: 992px) {
    .archive-interview .gallery-title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 10px;
        height: auto;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .archive-interview p {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 575px) {
    .archive-interview .interview-list .gallery-case {
        min-height: 213px;
    }

    .archive-interview .gallery-case,
    .archive-interview .cat-case {
        height: 54vw;
        min-height: 290px;
        overflow: visible;
    }

    .archive-interview .artist-list-img,
    .archive-interview .gallery-img,
    .archive-interview .cat-img {
        width: 116px;
        height: 120px;
    }

    .archive-interview .gallery-title {
        font-size: 1.2rem;
    }
}

.archive-interview-single .interview-detail {
    color: #262626;
}

.archive-interview-single .interview-detail .artist-fig {
    padding-right: 3rem;
}

.archive-interview-single .interview-detail .artist-fig {
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .archive-interview-single .interview-detail .artist-fig {
        align-items: center;
    }

    .archive-interview-single .interview-detail .artist-fig,
    .archive-interview-single .interview-detail .artist-data {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.archive-interview-single .artist-fig,
.archive-interview-single .gallery-fig,
.archive-interview-single .event-image {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (min-width: 992px) {
    .archive-interview-single .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.archive-interview-single .interview-detail .artist-image {
    width: 300px;
    height: 300px;
    right: auto;
    position: relative;
    margin-top: 2rem;
}

.archive-interview-single .artist-image img {
    object-fit: contain;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 318px;
}

.archive-interview-single .interview-detail .artist-name {
    font-weight: 500;
    margin-top: 2.2rem;
    font-size: clamp(1.5rem, 1.8vw, 2.25rem);
    color: #666;
}

.archive-interview-single .interview-detail .artist-name span {
    font-size: 1.125rem;
    font-weight: 500;
    color: #b97a31;
    display: block;
}

.archive-interview-single .interview-detail .artist-media {
    width: auto;
    justify-content: flex-start;
    right: auto;
}

.archive-interview-single .artist-media,
.archive-interview-single .gallery-media {
    position: relative;
    display: flex;
    right: 4.5rem;
    margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {

    .archive-interview-single .artist-media,
    .archive-interview-single .gallery-media {
        justify-content: center;
        right: auto;
        left: auto;
        margin-bottom: 3rem;
    }
}

.archive-interview-single .interview-detail .artist-media .artist-web {
    margin-left: 0;
}

.archive-interview-single .clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.archive-interview-single .interview-detail .artist-data {
    padding-right: 0;
    padding-left: 3rem;
}

.archive-interview-single .artist-data,
.archive-interview-single .gallery-description,
.archive-interview-single .event-data {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {

    .archive-interview-single .interview-detail .artist-fig,
    .archive-interview-single .interview-detail .artist-data {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .archive-interview-single .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

.archive-interview-single .artist-data div {
    font-size: 1.2rem;
    line-height: 1.6;
}

.archive-interview-single .interview-detail h4 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    line-height: 1.75;
}

.archive-interview-single .artist-content,
.archive-interview-single .artist-content div,
.archive-interview-single .artist-content p {
    font-size: clamp(0.875rem, 1vw, 1rem) !important;
    line-height: 1.8;
    font-weight: 400;
    color: #262626;
}

.archive-interview-single .artist-content,
.archive-interview-single .artist-content div,
.archive-interview-single .artist-content p {
    font-size: clamp(0.875rem, 1vw, 1rem) !important;
    line-height: 1.8;
    font-weight: 400;
    color: #262626;
}

.archive-interview-single section#event-info {
    padding: 5rem 1rem 3rem;
}

.archive-interview-single .btn-wide {
    border: 1px solid #636464;
    padding: 0.7rem;
    border-radius: 0px;
    margin: 0 auto;
    max-width: 310px;
    width: 100%;
}

.archive-interview-single #event-info a:hover {
    text-decoration: underline !important;
}

.archive-interview-single .btn-wide:hover {
    background: #636464;
    color: #fff;
}

.archive-interview-single .btn-readmore {
    background: #636464;
    width: 200px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0.85em 0.7em !important;
    line-height: 1;
    border-radius: 0;
    font-size: 0.875rem;
}