/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 4.9.5
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/

/* 경희대학교 건축학과 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700;900&display=swap');

/* Maintenance Mode */

.ut-bklyn-maintenance .hdb {
    display: none !important;
}

/* global */

html {
    scroll-behavior: smooth;
}

.eng-text {
    font-family: 'Roboto', sans-serif !important;
}

.bold-text {
    font-weight: 700 !important;
}

.extra-bold-text {
    font-weight: 900 !important;
}

.thin-text {
    font-weight: 300 !important;
}

.small-text {
    font-size: 12px !important;
    color: #999999;
}

.white-text {
    color: #efefef !important;
}

.blue-text {
    color: #5281b5 !important;
}

.accent-text {
    color: #ff3300 !important;
}

.vertical-text {
    writing-mode: vertical-rl !important;
}

.center-text {
    text-align: center !important;
}

.right-text {
    text-align: right !important;
}

.margin-bottom-0,
.margin-bottom-0 .wpb_content_element {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.line-height-1 {
    line-height: 1.5em;
}

.entry-content .wpb_text_column ul,
.entry-content .wpb_text_column ol,
.entry-content .wpb_text_column dl {
    margin-left: 20px;
    line-height: 1.8em;
}

.entry-content p,
.ut-gallery-slider-caption {
    word-break: keep-all;
}

/* logo */

.site-logo img,
.ut-site-logo img {
    position: relative;
    top: -2px;
}

/* top header */

#ut-top-header a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
}

#header-section.ut-secondary-custom-skin #ut-top-header .accent-text a,
#header-section.ut-primary-custom-skin #ut-top-header .accent-text a {
    color: #ff3300 !important;
}

/* header */

#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:first-child {
    padding-top: 20px;
}

#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:last-child {
    padding-bottom: 20px;
}

#ut-mobile-nav {
    padding-top: 30px;
}

/* hero */


.hero .hero-down-arrow {
    left: calc(50% - 8px);
}

/* section title */

#primary .section-title small {
    font-size: 24px;
}

#ut-sitebody .lead {
    line-height: 140%;
}

/* Portfolio */

.single-portfolio .hero .hdh {
    margin-bottom: 20px;
}

.single-portfolio .hero-description-bottom img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 10px auto 0 auto;
}

.single-portfolio #main-content,
#main-content .project-gallery {
    background-color: #efefef !important;
}

.single-portfolio #main-content h2 {
    font-size: 42px;
    line-height: 52px;
}

.single-portfolio #main-content h3 {
    letter-spacing: 2px;
}

.single-portfolio #main-content h3 small {
    color: rgba(153, 14, 23, 1);
    font-weight: 700;
    letter-spacing: 0;
}

.ut-portfolio-article .portfolio-title span {
    display: block;
    font-size: 14px !important;
    margin-top: 5px;
}

.single-portfolio #main-content .photo-archive h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}

/* Go Back */

.back-button-area {
    padding-bottom: 100px;
}

.back-button {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
}

.back-button:hover {
    color: #000000;
    opacity: 0.6;
}

/* team */

.bklyn-team-member-ocupation,
.bklyn-team-member-description {
    font-size: 12px;
    line-height: 18px;
}

/* map */

#rev_slider_2_1_forcefullwidth .rev-btn {
    font-weight: 600;
}

#rev_slider_2_1_forcefullwidth .rev-btn small {
    font-size: 12px;
}

.mobile-view {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .mobile-view {
        display: block !important;
    }

    .page-id-2089 .ut-custom-hero,
    .page-id-40 .ut-custom-hero {
        display: none !important;
    }
}

/* media */

.ut-video-control,
.ut-audio-control {
    bottom: 20px;
}

/* video */

.single-portfolio .ut-video-module-caption-text i,
.ut-video-module .ut-video-module-caption-text i {
    font-size: 20px;
    top: 50%;
    left: 53%;
}

.ut-video-module-caption .ut-load-video::before {
    background: none !important;
}

/* search */

#ut-sitebody:not(.ut-page-has-no-content).search-results #ut-hero.hero {
    min-height: calc(50% - 0px) !important;
    height: calc(50% - 0px) !important;
}

#ut-sitebody:not(.ut-page-has-no-content).search-results #ut-hero.hero .hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    line-height: 36px;
    padding-top: 60px;
}

#ut-sitebody:not(.ut-page-has-no-content).search-results #ut-hero.hero .hero-description-bottom {
    font-size: 48px;
    line-height: 46px;
}

.search-results .ut-blog-grid .entry-thumbnail figure {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.search-results .ut-blog-grid-content-wrap {
    padding: 20px 15px;
}

.search-results .entry-title {
    font-size: 16px;
    line-height: 1.5em;
}








/* Copyright */

.ut-sub-footer-content .copyright {
    font-family: 'Roboto', sans-serif;
}

.ut-sub-footer-content .copyright a {
    text-transform: none;
    font-weight: 400;
}

.ut-sub-footer-social-icons a {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 150%;
    text-transform: none;
}

.ut-sub-footer-social-icons a i {
    display: none;
}

@media screen and (max-width: 767px) {
    .ut-sub-footer-style-2.ut-sub-footer-style-2-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: column;
    }

    .ut-sub-footer-social-icons {
        margin-bottom: 5px;
    }

    .ut-sub-footer-style-2.ut-sub-footer-style-2-reverse .ut-sub-footer-social-icons {
        padding-left: 0;
    }

    .ut-sub-footer-style-2.ut-sub-footer-style-2-reverse .ut-sub-footer-content {
        padding-right: 0;
    }

    .ut-sub-footer-content .copyright {
        text-align: center;
    }
}

/* showcase tab */

.with-excerpt-gallery ul.gallery-tab {
    list-style: none;
    margin-left: 0;
}

.with-excerpt-gallery ul.gallery-tab li {
    display: inline-block;
    width: auto;
    margin: 0 20px 10px 0;
}

.with-excerpt-gallery ul.gallery-tab li a {
    font-size: 12px;
    color: #999999;
    font-weight: 700;
}

.with-excerpt-gallery ul.gallery-tab li a:hover {
    color: #000000;
}

.with-excerpt-gallery ul.gallery-tab li.selected a {
    color: rgba(153, 14, 23, 1);
}

.ut-portfolio-wrap .ut-portfolio-menu-wrap-left {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
}

/* 2021 Portfolio */

.single-portfolio #main-content .exhibition-2021 h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 6px;
}

.single-portfolio #main-content .exhibition-2021 h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
}

.single-portfolio #main-content .exhibition-2021 h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.single-portfolio #main-content .exhibition-2021 h4 small {
    font-size: 12px;
    color: rgba(153, 14, 23, 1);
    font-weight: 700;
    letter-spacing: 0;
}

.single-portfolio #main-content .exhibition-2021 h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.single-portfolio #main-content .exhibition-2021 p {
    font-size: 13px;
    line-height: 2em;
}

/* 2024~ Portfolio */

.single-portfolio #main-content .project-description .project-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 6px;
}

.single-portfolio #main-content .project-description .project-subtitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
}

.single-portfolio #main-content .project-description .student-info {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.single-portfolio #main-content .project-description .student-info small {
    font-size: 12px;
    color: rgba(153, 14, 23, 1);
    font-weight: 700;
    letter-spacing: 0;
}

.single-portfolio #main-content .project-description .project-subject {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.single-portfolio #main-content .project-description p {
    font-size: 13px;
    line-height: 2em;
}

.single-portfolio #main-content .section-header .lead p {
    font-size: 18px;
    line-height: 28px;
}

.single-portfolio #main-content .archive-info h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 6px;
}

.single-portfolio #main-content .archive-info h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
}

/* 2024 */

.exhibition-2024 .exhibition-2024-section h1 {
    font-size: 140px;
    line-height: 1em;
}

.exhibition-2024 .exhibition-2024-section h2 {
    font-size: 100px;
    line-height: 1em;
}

.exhibition-2024 .exhibition-2024-section h3 {
    font-size: 36px;
    line-height: 1.2em;
}

@media (max-width: 767px) {
    .vertical-text {
        writing-mode: horizontal-tb !important;
    }

    .right-text {
        text-align: left !important;
    }

    .exhibition-2024 .exhibition-2024-section h1 {
        font-size: 70px;
    }

    .exhibition-2024 .exhibition-2024-section h2 {
        font-size: 40px;
    }

    .exhibition-2024 .exhibition-2024-section h3 {
        font-size: 20px;
    }
}

/* 2025-2026 */

.exhibition-2025 .exhibition-2025-section h1,
.exhibition-2026 .exhibition-2026-section h1 {
    font-size: 140px;
    line-height: 1.2em;
}

.exhibition-2025 .exhibition-2025-section h2,
.exhibition-2026 .exhibition-2026-section h2 {
    font-size: 100px;
    line-height: 1em;
}

.exhibition-2025 .exhibition-2025-section h3,
.exhibition-2026 .exhibition-2026-section h3 {
    font-size: 36px;
    line-height: 1.2em;
}

.exhibition-2025 .staff-list ul li,
.exhibition-2026 .staff-list ul li {
    margin-bottom: 3px;
}

.exhibition-2025 .staff-list ul li strong,
.exhibition-2026 .staff-list ul li strong {
    display: inline-block;
    width: 80px;
}

.exhibition-2025 .with-excerpt-gallery .ut-portfolio-article .portfolio-title,
.exhibition-2026 .with-excerpt-gallery .ut-portfolio-article .portfolio-title {
    padding: 15px 0 0 0;
    margin-top: 0;
    margin-bottom: 2px;
}

.exhibition-2025 .with-excerpt-gallery .ut-portfolio-article .portfolio-excerpt,
.exhibition-2026 .with-excerpt-gallery .ut-portfolio-article .portfolio-excerpt {
    font-size: 13px;
    line-height: 20px;
}

.exhibition-2025 .with-excerpt-gallery .ut-portfolio-article .portfolio-excerpt strong,
.exhibition-2025 .with-excerpt-gallery .ut-portfolio-article .portfolio-excerpt span,
.exhibition-2026 .with-excerpt-gallery .ut-portfolio-article .portfolio-excerpt strong,
.exhibition-2026 .with-excerpt-gallery .ut-portfolio-article .portfolio-excerpt span {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 2px;
}

.exhibition-2025 .with-excerpt-gallery .ut-portfolio-article .portfolio-excerpt strong,
.exhibition-2026 .with-excerpt-gallery .ut-portfolio-article .portfolio-excerpt strong {
    color: #000000;
    margin-right: 6px;
}

.exhibition-2025 .with-excerpt-gallery .ut-portfolio-article .portfolio-excerpt span,
.exhibition-2026 .with-excerpt-gallery .ut-portfolio-article .portfolio-excerpt span {
    font-size: 12px;
    font-weight: 700;
    color: rgba(153, 14, 23, 1);
}

@media (max-width: 767px) {

    .exhibition-2025 .exhibition-2025-section h1,
    .exhibition-2026 .exhibition-2026-section h1 {
        font-size: 60px;
    }

    .exhibition-2025 .exhibition-2025-section h2,
    .exhibition-2026 .exhibition-2026-section h2 {
        font-size: 40px;
    }

    .exhibition-2025 .exhibition-2025-section h3,
    .exhibition-2026 .exhibition-2026-section h3 {
        font-size: 20px;
    }

    .exhibition-2025 .staff-list ul li strong,
    .exhibition-2026 .staff-list ul li strong {
        display: block;
        width: 100%;
    }

    .exhibition-2025 .ut-portfolio-menu,
    .exhibition-2026 .ut-portfolio-menu {
        margin-bottom: 30px;
    }

    .exhibition-2025 .ut-portfolio-menu li,
    .exhibition-2026 .ut-portfolio-menu li {
        margin-left: 0;
        margin-bottom: 0;
    }
}

/* 2026 array */

.exhibition-2026 .bottom-array .ut-portfolio-item-container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
    /* 각 행의 아이템을 아래 기준으로 정렬 */
    justify-content: flex-start !important;
    height: auto !important;
    /* 스크립트가 지정한 고정 높이 해제 */
    gap: 40px !important;
    /* 아이템 간격 (필요 시 조절) */
}

.exhibition-2026 .bottom-array .ut-portfolio-article {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: calc((100% - 160px) / 4) !important;
    margin: 0 !important;
}

.exhibition-2026 .bottom-array .ut-portfolio-article .portfolio-excerpt {
    height: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exhibition-2026 .bottom-array .ut-portfolio-article .portfolio-title {
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1040px) {
    .exhibition-2026 .bottom-array .ut-portfolio-article {
        width: calc((100% - 80px) / 2) !important;
    }
}

@media (max-width: 780px) {
    .exhibition-2026 .bottom-array .ut-portfolio-article {
        width: calc(100% - 20px) !important;
    }

    .exhibition-2026 .bottom-array .ut-portfolio-article .portfolio-excerpt {
        height: auto;
    }
}