@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');

/* Regular */
@font-face {
    font-family: "Garamond Premier Pro";
    src: url("/fonts/GaramondPremrPro.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html,
body {
    font-family: "Shippori Mincho B1", serif !important;
    color: #595959;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
    font-family: "Shippori Mincho B1", serif !important;
    color: #525252;
}


.university-detail .university-article {
    color: #595959;
}

.blog-banner .banner-max-w {
    width: 100%;
}

.blog-banner .banner-max-w>img {
    width: 100%;
    max-width: 2400px;
    height: auto;
}

.blog-banner .banner-max-w .banner-mb {
    display: none;
}


.university-detail .article-header {
    display: flex;
    align-items: center;
    gap: 4rem;
    justify-content: center;
}

.university-detail .article-image img {
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    aspect-ratio: 1.42 / 1;
    font-weight: 700;
    max-width: 450px;
}

.university-detail .article-content {
    flex: 1;
}

.university-detail .article-volume {
    font-size: 20px;
    color: #595959;
    margin-bottom: 4px;
    font-weight: 700;
}

.university-detail .article-title {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    color: #525252;
}

.university-detail .article-title span {
    font-size: 25px;
    font-weight: 700;
    margin-left: 4px;
    color: #525252;
}

.university-detail .article-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #262626;
    white-space: pre-line;
    font-weight: 400
}

.university-detail .article-index {
    margin-top: 3rem;
}

.university-detail .article-index h3 {
    font-size: 30px;
    color: #000000;
    font-family: "Garamond Premr Pro" !important;
    position: relative;
    display: inline-block;
    padding-left: 5px;
}


.university-detail .article-index ul {
    list-style: none;
    padding: 35px 13px;
    margin: 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.university-detail .article-index li {
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Shippori Mincho";
}

.university-detail .article-index li:hover {
    text-decoration: underline;
}

.university-detail .article-index li span {
    display: inline-block;
    width: 30px;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    font-family: "Garamond Premr Pro" !important;
}

.university-wrap {
    margin-top: 3rem;
}

.university-data .part-name h2 {
    font-size: 25px;
    color: #262626;
    font-weight: 400;
    font-family: "Shippori Mincho";
    margin-bottom: 0;

}

.university-data .part-name span {
    font-size: 35px;
    color: #b3b3b3;
    font-family: "Garamond Premr Pro" !important;

}

.university-item {
    padding: 60px 0 60px;
}

.university-item .content-item-ac {
    width: 593px;
    font-size: 15px;
    line-height: 28px;
    color: #3a3a3a;
    font-weight: 400;
    font-family: "Shippori Mincho B1";
}

.content-note {
    font-size: 20px;
    color: #262626;
    font-weight: 400;
    font-family: "Shippori Mincho";
}

.mce-content-body strong {
    font-size: 20px;
    font-weight: 400;
    font-family: "Shippori Mincho";
}

.content-item,
.content-item.mce-content-body p {
    font-size: 15px;
    line-height: 28px;
    color: #3a3a3a;
    font-weight: 400;
    font-family: "Shippori Mincho B1";
    text-align: justify;
}

.content-item.mce-content-body p:last-child {
    margin-bottom: 0 !important;
}

.university-item .note-item {
    font-size: 20px;
    color: #262626;
    font-weight: 400;
    font-family: "Shippori Mincho";
    text-align: center;
}

.university-item .set-layout-b .note-item,
.university-item .set-layout-ac .note-item {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.bg-f2f2f2 {
    background-color: #f2f2f2;
}


.university-data .part-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}


.university-data .part-image img {
    max-height: 100%;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.university-data .part-image:hover img {
    /* transform: scale(1.05);
    box-shadow: 15px 14px 17px rgba(0, 0, 0, 0.21), 0 0 8px 0 #ffffff, -7px 0 8px 0 #ffffff, -7px -10px 26px #ffffff; */
}

.university-data .part-title {
    font-weight: 400;
    width: 50%;
    white-space: pre-line;
    font-size: 24px;
}

.order-right {
    order: -1;
}

.w-100 {
    width: 100% !important;
}

section.university-products {
    padding-top: 0;
}

h1.title-uni {
    color: #525252;
    font-weight: 600;
    font-size: 24px;

}

.university-products .list-products {
    padding: 3rem 0;
}

.more-product {
    display: flex;
    justify-content: center;
}

.university-products .category {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 10px;
}

.university-products .owl-carousel .owl-item .item-wrap .item {
    background: #ececed;
    max-height: 340px;
    height: 25vw;
}

.btn-pro {
    height: auto;
    border: 1px solid #595959;
    border-radius: 0;
    position: relative;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    background: #eeeeee;
    color: #595959 !important;
    min-width: 220px;
}

.btn-pro:focus {
    background: #eeeeee !important;
    border: 1px solid #595959 !important;
}

section.university-show,
section.university-event {
    padding-top: 0;
}

section.university-event {
    padding-bottom: 0;
}

.university-show .title-uni,
.university-event .title-uni {
    font-size: 20px;
    color: #262626;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}


.university-show .uni-item {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-top: 65px;
}

.university-show .infomation .name-uni {
    color: #525252;
    font-size: 20px;
    font-weight: 600;
}

.university-show .description-uni {
    font-size: 15px;
    line-height: 28px;
    color: #3a3a3a;
    font-weight: 400;
}

.uni-item .image-uni {
    width: 100%;
    height: 100%;
    max-width: 284px;
}

.image-uni img {
    object-fit: cover;
    width: 284px;
    height: 220px;
}

.university-event .list-event {
    margin: 3rem;
}

.university-event-slider .owl-carousel .owl-item {
    width: auto !important;
    max-height: 400px;
}

.university-event-slider .owl-theme .owl-nav .owl-prev,
.university-event-slider .owl-theme .owl-nav .owl-next {
    background-color: #262626 !important;
    opacity: 1;
    width: 26px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.university-event-slider .owl-theme .owl-nav .owl-prev img,
.university-event-slider .owl-theme .owl-nav .owl-next img {
    filter: invert(1) brightness(2);
    height: 15px;
}

.university-event-slider .owl-theme .owl-nav .owl-prev {
    left: -30px !important;
    top: 38%;
}

.university-event-slider .owl-theme .owl-nav .owl-next {
    right: -30px !important;
    top: 38%;
}

.event-img {
    margin-bottom: 5px;
    position: relative;
    width: auto;
    height: 260px;
    margin: 20px auto;
}

.event-img img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: initial;
    z-index: 0;
}

.event-title {
    color: #000000 !important;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    padding: 0 12px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
}

.event-add {
    padding: 0rem 1rem;
    font-size: 12px;
    color: #999999;
    font-weight: 400;

}

.event-title,
.event-add {

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.university-data .set-layout-ac {
    margin-top: 25px;
}

.set-item-ac-top {
    margin-top: 56px !important;
}

.university-data .part-image-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
}

.university-data .note-img {
    font-size: 14px;
    line-height: 23px;
    color: #262626;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
    white-space: pre-line;
}

.set-layout-ac .item-img {
    max-width: 275px;
    height: auto;
    margin-bottom: 40px;
}

.set-layout-ac .item-img img {
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    display: block;
}

.set-layout-d,
.set-layout-e,
.set-layout-f,
.set-layout-g {
    margin-top: 35px;
}

.set-layout-g {
    margin-top: 90px;
}

.layout-g {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.layout-d,
.layout-e,
.layout-f {
    margin-top: 20px;
}

.layout-d .item-img {
    width: 413px;
    height: auto;
    margin-bottom: 10px;
}

.layout-d .item-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
}

.layout-e .item-img {
    width: 286px;
    height: auto;
    margin-bottom: 10px;
}

.layout-e .item-img img {
    width: 100%;
    height: 199px;
    object-fit: cover;
    display: block;
}

.layout-f .item-img {
    width: 223px;
    height: auto;
    margin-bottom: 10px;
}

.layout-f .item-img img {
    width: 100%;
    height: 153px;
    object-fit: cover;
    display: block;
}

.layout-g .item-img {

    margin-bottom: 10px;
}

.layout-g .item-img img {
    width: 100%;
    height: 100%;
    max-width: 834px;
    max-height: 400px;
    object-fit: cover;
    display: block;
}


.university-products {
    padding: 65px 45px 30px;
    border: 1px solid #dadcdb;
    margin-bottom: 5vw;
}

.university-products .text {
    margin-top: 65px;
    margin-bottom: 50px;
}

.university-products .title-sm {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.university-products .title-lg {
    font-size: 23px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.university-products .result {
    padding-bottom: 0;
}


.university-products .result .result-item .item-wrap {
    max-height: 230px !important;
}

.set-layout-b {
    margin: 25px 0;
}

.layout-ac-no-img .part-image-item {
    display: block;
}

.layout-ac-no-img .content-item-ac {
    max-width: 100%;
}

.result .result-item .title,
.artist-price .artist {
    font-size: 15px;
    color: #262626;
    font-weight: 500;
    font-family: "Shippori Mincho B1";
}

.layout-ac-no-img .content-item-ac {
    max-width: 100%;
}

.content-item-ac .block-ac {
    margin-bottom: 42px;
}

.content-item-ac .block-ac:last-child {
    margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991.98px) {
    .university-detail .article-image img {
        max-width: 270px;
    }

    .university-detail .article-volume {
        font-size: 16px;
    }

    .university-detail .article-title {
        font-size: 32px;
    }

    .university-detail .article-title span {
        font-size: 18px;

    }

    .university-data .part-title {
        font-size: 16px;
    }

    .university-show .infomation .name-uni {
        font-size: 18px;
    }

    .university-show .description-uni {
        font-size: 16px;
    }

    .event-img {
        width: 100%;
        max-width: 210px;
        height: 260px;
    }

    .event-title {
        font-size: 15px;
    }

    .event-add {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .university-products .result .result-item {
        width: calc(100% / 3 - 1vw) !important;
    }

    .university-products .result {
        gap: 5vw 1.18vw;
    }
}

@media (max-width: 767px) {
    .university-detail {
        padding-top: 28px;
    }

    .blog-banner .banner-max-w .banner-mb {
        display: block;
    }

    .blog-banner .banner-max-w .banner-pc {
        display: none;
    }

    #content-uni.university-wrap {
        margin-top: 40px;
    }

    .university-detail .article-header,
    .university-show .uni-item {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .university-detail .article-index li span {
        width: 20px;
    }

    .university-item {
        padding: 44px 0 22px;
    }

    .university-data .part-image-item {
        display: block;
        margin-top: 20px;
    }

    .university-item .content-item-ac {
        width: 100%;
    }

    .university-show .title-uni,
    .university-event .title-uni {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .university-show .description-uni {
        font-size: 12px;
        line-height: 22px;
    }

    .university-detail .article-index li span {
        font-size: 13px;
    }

    .university-detail .article-index ul {
        padding: 18px 7px;
    }

    .university-detail .article-desc {
        font-size: 13px;
        margin: 0rem;
    }

    .university-detail .article-image img {
        max-width: 100%;
    }

    .university-data .part-image {
        width: 100%;
        margin-top: 35px;
    }

    .university-products .owl-carousel .owl-item .item-wrap .item {
        height: 72vw;
    }

    .set-layout-e,
    .set-layout-f {
        margin: 25px 25px 0;
    }


    .set-layout-d,
    .set-layout-g {
        margin-top: 25px;
    }


    .university-data .part-name span {
        font-size: 24px;
    }

    .mce-content-body strong {
        font-size: 13px !important;
    }

    .university-item .note-item {
        font-size: 13px;
    }

    .university-data .part-name h2 {
        font-size: 17px;
        line-height: 1;
    }

    .university-detail .article-index h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .university-detail .article-index li {
        font-size: 13px;
    }


    .university-item .content-item,
    .university-item .content-item p {
        font-size: 12px;
    }

    .university-data .note-img {
        font-size: 11px;
        margin-top: 8px;
    }

    .set-layout-ac .item-img {
        margin-bottom: 20px;
    }

    .set-layout-ac .item-img:last-child {
        margin-bottom: 0;
    }



    .layout-d .item-img,
    .layout-e .item-img,
    .layout-f .item-img {
        margin-bottom: 7vw;
    }

    .layout-d .item-img img {
        height: 195px;
        width: 257px;
        margin: 0 auto;
    }

    .layout-e .item-img img,
    .layout-f .item-img img {
        height: 115px;
        width: 152px;
        margin: 0 auto;
    }

    .layout-g {
        margin-top: 15px;
    }

    .layout-g .item-img img {
        height: 167px;
        width: 100%;
        margin: 0 auto;
    }

    .university-show .uni-item {
        justify-content: center;
        margin-top: 3rem;
    }

    .uni-item .image-uni {
        max-width: 290px;
    }

    .image-uni img {
        object-fit: cover;
        width: 290px;
        height: 190px;
        margin: 0 auto;
    }

    .event-img {
        width: 100%;
        height: 180px;
    }

    .event-title,
    .event-add {
        font-size: 9px;
        text-align: left !important;
        padding: 0;
    }

    .university-event-slider .owl-theme .owl-nav .owl-prev,
    .university-event-slider .owl-theme .owl-nav .owl-next {
        top: 30%;
    }

    .university-products {
        padding: 35px 15px 10px;
        border: 1px solid #dadcdb;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }


    .university-products .result {
        gap: 9vw 3vw;
    }

    .university-products .result .result-item {
        max-width: 170px;
    }

    .university-event-slider .owl-theme .owl-nav .owl-prev,
    .university-event-slider .owl-theme .owl-nav .owl-next {
        width: 16px;
        height: 32px;
    }

    .university-event-slider .owl-theme .owl-nav .owl-prev img,
    .university-event-slider .owl-theme .owl-nav .owl-next img {
        height: 13px;
    }

    .university-art .result .result-item .title,
    .university-art .artist-price .artist {
        font-size: 12px !important;
    }

    .university-art .result .result-item .artist-price .price {
        font-size: 11px;
    }

    .university-products .title-sm {
        font-size: 11px;
    }

    .university-products .title-lg {
        font-size: 14px;
    }

    .content-item,
    .content-item.mce-content-body p {
        line-height: 22px;
    }

    .university-art .result .result-item .artist-price {
        flex-direction: row
    }

    .university-detail .article-index {
        margin-top: 55px;
    }

    .university-event .list-event {
        margin: 17px;
    }

    .university-event-slider .owl-theme .owl-nav .owl-prev {
        left: -17px !important;
    }

    .university-event-slider .owl-theme .owl-nav .owl-next {
        right: -17px !important;
    }

    .university-products .text {
        margin-top: 40px;
        margin-bottom: 36px;
    }

    .university-products {
        margin-bottom: 95px;
    }

    .university-art .result .title span {
        top: 0px;
    }

    .container-mb {
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    .content-item-ac .block-ac {
        margin-bottom: 20px;
    }

    .set-item-ac-top {
        margin-top: 25px !important;
    }

}

@media (max-width: 430px) {

    .university-event-slider .owl-theme .owl-nav .owl-prev,
    .university-event-slider .owl-theme .owl-nav .owl-next {
        top: 37%;
    }
}

@media (max-width: 400px) {

    .university-event-slider .owl-theme .owl-nav .owl-prev,
    .university-event-slider .owl-theme .owl-nav .owl-next {
        top: 36%;
    }
}