@media (min-width: 1441px){



}

@media all and (max-width: 812px) and (orientation:portrait){

	.tc-other {
	    display: block;
	    position: relative;
	    top: 2.4vw !important;
	    left: 2.4vw !important;
	    font-size: 5vw !important;
	    line-height: 5vw !important;
	    color: #000;
	    z-index: 9999999999;
	}

	figcaption {
        display: inline-block;
        position: absolute;
        top: 0;
        width: calc(100% - 4.8vw);
        height: auto;
        padding: 3.6vw 2.4vw 0 2.4vw;
        z-index: 999;
        color: #fff;
        font-size: 5vw;
        line-height: 5.1vw;
    }

    .intro-project .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: unset;
        top: 0;
        left: 0;
        height: auto;
        width: calc(100% - 4.8vw);
        padding: 1.2vw 2.4vw 0.6vw 2.4vw;
    }

.intro-project .swiper-pagination-bullet {
    position: relative;
    width: calc((100% - 1.8vw) / 4);
    height: 2px;
    text-align: left;
    border-radius: 0;
    opacity: 1;
    margin-right: 0.6vw;
    background-color: transparent;
    margin: 0 0.6vw 0 0 !important;
    display: inline-block;
    top: -2.1vw;
    position: relative;
}

.intro-project .swiper-autoheight, .intro-project .swiper-autoheight .swiper-slide {
    height: 100vw !important;
    width: 100% !important;
}

.intro-project {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100vw;
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
}

.intro-project .intro-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100vw;
    background: #000;
}

.footer-box {
    background-color: white;
    height: 100vh;
    display: inline-block;
    position: relative;
    padding: 0 2.4vw 0.6vw 2.4vw;
    font-size: 5vw;
    line-height: 5.5vw;
}

.footer-copyright {
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    padding-bottom: 0;
    bottom: 2.4vw;
    left: 2.4vw;
}

.mainpage .homebtn {
    font-size: 5vw;
    line-height: 5vw;
}

.homebtn {
    font-size: 5vw;
    line-height: 5vw;
}

.bio-btn, .news-btn, .works-btn, .texts-btn, .contact-btn {
	display: none !important;
}

    .menu-box {
        width: calc(100% - 4.8vw);
        padding: 2.4vw;
        left: 0;
    }

.menu-box.active {
    position: relative;
    padding: 0 2.4vw;
}

.m-menu-box {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.m-menu-box.active {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    opacity: 1;
    pointer-events: all;
    transition: opacity .2s;
}

.m-menu-box .contact-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #f0f0f0eb;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.m-menu-box.active .contact-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #f0f0f0eb;
    z-index: 9999;
    opacity: 1;
    pointer-events: all;
    transition: opacity .2s;
}

.menu-set {
    display: inline-block;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: calc(100% - 4.8vw);
    height: 75vw;
    padding: 2.4vw;
    overflow: hidden;
    z-index: 99999;
}

.m-menu-box .homebtn {
        font-size: 5vw;
        line-height: 5vw;
        color: #000;
        z-index: 99999;
        filter: none;
        margin-bottom: 2vw;
        display: table;
        position: relative;
    }


.m-menu-box .close-btn {
    display: inline-block;
    position: absolute;
    right: 2.4vw;
    color: #000;
    z-index: 999999;
    font-size: 5vw;
    line-height: 5vw;
    top: 2.4vw;
}

.m-menu-box .info-box {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 999999;
    padding: 2.4vw;
    width: calc(100% - 4.8vw);
    height: auto;
}

.m-menu-box .info-box a {
    color: #B9B9B9;
    font-size: 5vw;
    line-height: 5vw;
}

.m-menu-box .info-box .bk {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 1.2vw;
}

.m-menu-box .info-box .gr.email {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    font-size: 5vw;
    line-height: 5vw;
    color: #B9B9B9;
}

.m-menu-box .info-box .inq {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 2vw;
}

.homebtn.menu-btn {
    cursor: pointer;
    display: inline-block;
}

.m-menu-box .social {
    display: block;
    position: relative;
    width: auto;
    height: auto;
}

.biopage .main {
    display: block;
    position: relative;
    width: calc(100% - 4.8vw);
    height: auto;
    background: #fff;
    padding: 2.4vw;
}

.biopage .main .section, .biopage .main .section-top {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 3.6vw;
    font-size: 3.6vw;
    line-height: 4vw;
}

.bio-set {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 2.4vw;
}

.bio-set {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1.2vw;
}

.bio-count {
    display: inline-block;
    position: relative;
    width: 15%;
    height: auto;
    float: left;
}

.bio-title {
    /* left: 15%; */
    display: inline-block;
    position: relative;
    width: 85%;
    float: left;
    height: auto;
}

    li.bio-line {
        display: flex;
        position: relative;
        width: calc(100% - 15%);
        height: auto;
        padding-bottom: 0.2vw;
        transition: opacity 0.3s ease;
        cursor: default;
        margin-left: 15%;
    }

li.bio-line .year {
    display: inline-block;
    position: relative;
    width: 15%;
    height: auto;
    float: left;
}

li.bio-line .each {
    display: inline-block;
    position: relative;
    width: 85%;
    height: auto;
    float: left;
    line-height: 4vw;
}

ul.bio-text {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
    height: auto;
}

figure.news-img.portrait,
figure.news-img.landscape {
    width: 100%;
    height: auto;
}

.news-img.portrait img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    float: right;
}

.news-box:hover figure.news-img.portrait,
.news-box:hover figure.news-img.landscape {
    width: 100%;
    height: auto;
}

.news-img, .news-box:hover .news-img {
    display: inline-block;
    position: relative;
    width: 35%;
    height: auto;
    overflow: hidden;
    top: 0;
    left: unset;
    float: left;
    /* background: #ffffff; */
    padding: 0;
    opacity: 1;
    transition: opacity .2s;
    pointer-events: none;
}

.news-set {
    display: inline-block;
    position: relative;
    width: calc(65% - 4vw);
    height: auto;
    float: left;
    padding-right: 4vw;
}

.news-title {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 0.2vw;
    color: #000;
    font-size: 3.6vw;
    line-height: 4vw;
}

.news-date {
    color: #B9B9B9;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    font-size: 3.6vw;
    line-height: 4vw;
}

section.news-set {
    display: flow;
    position: relative;
    width: calc(100% - 4.8vw);
    height: auto;
    padding: 2.4vw;
}


.news-box {
    display: inline-block;
    position: relative;
    padding: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.header-bar .count {
    display: inline-block;
    position: fixed;
    top: 2.4vw;
    left: 2.4vw;
    z-index: 999;
    font-size: 3.6vw;
    line-height: 3.6vw;
    cursor: pointer;
}

.works-title {
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    font-size: 3.6vw;
    line-height: 3.6vw;
    padding-top: 0;
    left: calc(15% + 2.4vw);
    top: 2.4vw;
}

.workspage .header-bar {
    height: 8vw;
}

#index-view, #thumbnail-view {
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    font-size: 3.6vw;
    line-height: 3.6vw;
    top: 2.4vw;
    right: 2.4vw;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
}

.content-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    padding-top: 8vw;
}

.thumbnail-list li {
    list-style: none;
    display: inline-grid;
    overflow: hidden;
    padding: 0 1.2vw;
    height: 100%;
    margin-bottom: 8vw;
}

.thumbnail-list {
    background-color: transparent;
    display: grid;
    padding: 0 1.2vw;
    width: calc(50% - 2.4vw);
    grid-template-columns: 1fr;
        margin-bottom: 10vw;
}

.thumbnail-list li figure {
    display: block;
    position: relative;
    width: 100%;
    height: 45vh;
    padding: 0;
}

.thumbnail-list li figcaption {
    display: inline-block;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0;
    padding-top: 1.2vw;
    z-index: 999;
    color: #000;
    font-size: 3.6vw;
    line-height: 4.2vw;
    opacity: 1;
    transition: opacity .3s;
}

.index-list .each-cap {
    display: inline-block;
    position: relative;
    height: auto;
    font-size: 3.6vw;
    line-height: 4.2vw;
    float: left;
    color: #000;
}

.index-list li.column.opacity {
        display: inline-table;
    position: relative;
    width: calc(100% - 4.8vw - 15%);
    height: auto;
    padding: 0 2.4vw;
    opacity: 1;
    transition: opacity .3s;
    padding-left: calc(15% + 2.4vw);
    margin-bottom: 1vw;
}

.index-list li.column {
        display: inline-table;
    position: relative;
    width: calc(100% - 4.8vw - 15%);
    height: auto;
    padding: 0 2.4vw;
    opacity: 1;
    transition: opacity .3s;
    padding-left: calc(15% + 2.4vw);
    margin-bottom: 1vw;
}

.index-list .each-cap.year {
    width: 20%;
}

.index-list .each-cap.title {
    /* left: 15%; */
    width: 80%;
}

.index-list .each-cap.venue {
    display: none;
}

.index-list .each-cap.map {
    display: none;
}

    .backbtn.overlay {
        left: 2.4vw;
        font-size: 3.6vw;
        line-height: 3.6vw;
        top: 2.4vw;
        float: left;
        width: 18%;
    }

    .header-box {
        top: 2.4vw;
        padding: 0 2.4vw;
        padding-left: 0;
        float: left;
        left: 0;
        width: calc(82% - 4.8vw);
        height: auto;
    }

.header-date, .header-venue {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    font-size: 3.6vw;
    line-height: 3.6vw;
}

.pdf-btn.overlay {
    display: none;
    font-size: 3.6vw;
    line-height: 3.5vw;
    position: -webkit-sticky;
    position: absolute;
    top: 2.4vw;
    z-index: 10;
    transition: opacity 0.3s ease;
    float: right;
    left: unset;
    right: 14vw;
}

.fixed-button.overlay {
    display: none;
    /* position: fixed; */
    top: 2.4vw;
    right: 2.4vw;
    font-size: 3.6vw;
    line-height: 3.6vw;
    position: -webkit-sticky;
    position: absolute;
    float: right;
}

.fixed-button {
    right: 2.4vw;
}

.note-block h5 {
    display: block;
    position: relative;
    margin: auto;
    width: calc(100% - 4.8vw);
    height: auto;
    font-size: 3.6vw;
    line-height: 4.1vw;
    padding-bottom: 8vw;
    padding-top: 8vw;
    padding: 8vw 2.4vw;
        letter-spacing: 0.1px;
}

.single-image {
    display: block;
    padding: 0 2.4vw;
    width: calc(100% - 4.8vw);
    overflow: hidden;
    margin-bottom: 2vw;
}

figure.post-img {
        display: block;
        position: relative;
        width: calc(100% - 4.8vw);
        height: auto;
        overflow: hidden;
        /* padding: 0; */
        padding: 0 2.4vw;
        margin-bottom: 2.4vw;
    }

.single-image figure.post-img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
}

.post-img img {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.single-image figcaption.img-caption {
    font-family: 'DM Mono';
    color: #000;
    font-size: 2vw;
    line-height: 2.4vw;
    display: inline-block;
    position: relative;
    padding: 0;
    font-weight: 300;
    letter-spacing: 0.3px;
    width: calc(100% - 4vw);
    height: auto;
    top: unset;
    float: left;
    padding-left: 0;
    padding-top: 1.2vw;
    padding-right: 4vw;
}

.single-image h5 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-direction: row;
    padding: 0;
    font-size: 3.6vw;
    line-height: 4.3vw;
    margin: unset !important;
    margin-top: 4.8vw !important;
}

figure {
    display: block;
    position: relative;
    width: calc(100% - 4.8vw);
    height: auto;
    padding: 0 2.4vw;
}

.video iframe {
    display: block;
    position: relative;
    width: 100%;
    height: 30vh;
    border: none;
}

span.video-caption {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    /* padding: 0.6vw 0.6vw 0 0.6vw; */
    z-index: 999;
    font-family: 'DM Mono';
    color: #000;
    font-weight: 300;
    margin-bottom: 8vw;
    padding-top: 1.2vw;
    font-size: 2vw;
    line-height: 2.4vw;
}

    .kbj-credit {
        display: block;
        position: relative;
        width: calc(100% - 4.8vw);
        height: auto;
        font-size: 3.6vw;
        line-height: 3.6vw;
        padding: 2.4vw;
        margin: auto;
        background: #fff;
        z-index: 9999999;
    }

.article-gallery .swiper-slide {
    flex-shrink: 0;
    width: 80vw !important;
    height: auto !important;
    position: relative;
    transition-property: transform;
    display: block;
}

.gallery-cap-set {
    display: block;
    position: relative;
    width: calc(100% - 0.4vw);
    height: auto;
    padding: 1.2vw 0.2vw 0 0.2vw;
    font-family: 'DM Mono';
    color: #000;
    font-size: 2vw;
    line-height: 2vw;
    font-weight: 300;
}

    .article-gallery {
        display: block;
        position: relative;
        width: calc(100% - 2.4vw);
        height: auto;
        padding-left: 2.4vw;
        cursor: grab;
        overflow-x: hidden;
    }

.workpage .homebtn {
    font-size: 5vw;
    line-height: 5vw;
}

.each-text, .each-title {
    line-height: 3.8vw;
    font-size: 3.2vw;
}

    .credit-box {
        display: inline-block;
        position: relative;
        margin: auto;
        width: calc(100% - 4.8vw);
        padding-top: 2.4vw;
        padding: 2.4vw;
    }

.each-title {
    width: 40%;
    float: left;
    display: inline-block;
    position: relative;
}

.each-text {
    width: 60%;
    float: left;
    display: inline-block;
    position: relative;
}

.each-line {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0.6vw;
}

.left-box {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    float: unset;
}

.right-box {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.header-title {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    font-size: 5vw;
    line-height: 5.2vw;
    padding-top: 3vw;
}

.header-bar.active {
    height: 8vw;
}

.header-bar .backbtn {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    padding-top: 0;
    text-align: center;
    top: 2.4vw;
    cursor: pointer;
    left: 2.4vw;
    font-size: 3.6vw;
    line-height: 3.6vw;
}

.header-bar .header-title {
    display: inline-block;
    position: absolute;
    width: 60%;
    height: auto;
    font-size: 3.6vw;
    line-height: 3.6vw;
    padding-top: 0;
    text-align: center;
    transform: unset;
    left: unset;
    top: 2.4vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 2.4vw;
    transition: .2s;
        text-align: left;
}

.note-block {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20vw;
    min-height: 100vh;
}

.pdf-btn {
    display: inline-block;
    font-size: 3.6vw;
    line-height: 3.6vw;
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: 2.4vw;
    z-index: 10;
    transition: opacity 0.3s ease;
    float: left;
    left: 80%;
    color: #000;
}

.header-bar .krbtn {
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    font-size: 3.6vw;
    line-height: 3.6vw;
    padding-top: 0;
    /* text-align: center; */
    right: 0;
    top: 2.4vw;
}

.enbtn.on {
    /* display: inline-block; */
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    font-size: 3.6vw;
    line-height: 3.6vw;
    padding-top: 0;
    /* text-align: center; */
    right: 0;
    top: 2.4vw;
}

.note-block h6.on {
    display: block;
    position: relative;
    margin: auto;
    width: calc(100% - 4.8vw);
    height: auto;
    font-size: 3.3vw;
    line-height: 5vw;
    word-break: keep-all;
    padding: 4vw 2.4vw 8vw 2.4vw;
}

.pcver {
    display: none;
}

.mver {
    display: inline-block;
}

    .note-block .single-image h6.on {
        display: block;
        position: relative;
        word-break: keep-all;
        width: calc(100% - 3.6vw);
        height: auto;
        overflow: hidden;
        flex-direction: row;
        padding: 8vw 2.4vw 0 0vw;
        margin: unset !important;
        font-size: 3.3vw;
        line-height: 5vw;
        font-family: 'Pretendard', 'Haas Grot Disp 75', sans-serif;
    }

.header-bar .krbtn.off {
    display: none;
}

.textspage .header-box {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 8vw;
    z-index: 9;
    pointer-events: all;
    opacity: 1;
    transition: opacity .2s;
}

    .texts-wrapper.interview-box.on, .texts-wrapper.article-box.on {
        display: inline-block;
        position: relative;
        padding: 8vw 2.4vw 4vw 2.4vw;
        width: calc(100% - 4.8vw);
        opacity: 1;
        transition: opacity .2s;
        pointer-events: all;
        top: 0vw;
        height: auto;
    }
    
.texts-wrapper.interview-box, .texts-wrapper.article-box {
    display: inline-block;
    position: relative;
    padding: 8vw 2.4vw;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
    top: 0vw;
}

.texts-count {
    display: inline-block;
    position: fixed;
    top: 2.4vw;
    left: 2.4vw;
    z-index: 999;
    font-size: 3.6vw;
    line-height: 3.6vw;
    /* cursor: pointer; */
}

.interview-btn {
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    font-size: 3.6vw;
    line-height: 3.6vw;
    padding-top: 0;
    left: calc(15% + 0.3vw);
    top: 2.4vw;
    color: #B9B9B9;
    cursor: pointer;
}

.article-btn {
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    font-size: 3.6vw;
    line-height: 3.6vw;
    padding-top: 0;
    left: calc(36% + 0.3vw);
    top: 2.4vw;
    color: #B9B9B9;
    cursor: pointer;
}

    .texts-each {
        display: inline-block;
        position: relative;
        width: 100%;
        padding-left: 0;
        height: auto;
        margin-bottom: 0;
    }

    .texts-title {
        display: inline-block;
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        padding-right: 0;
        word-break: keep-all;
        font-size: 4.2vw;
        line-height: 4.7vw;
        margin-bottom: 0.6vw;
    }

.texts-detail {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

    .texts-credit.mver {
        position: relative;
        padding-left: calc(15% - 2.4vw);
        width: calc(100% - 15% - 2.4vw);
        font-size: 3.6vw;
        line-height: 3.6vw;
        display: flex;
    }

.texts-text {
    display: block;
    position: relative;
    width: calc(100% - 4vw);
    height: auto;
    font-size: 3.6vw;
    line-height: 4.2vw;
    color: #B9B9B9;
    word-break: keep-all;
    padding-right: 4vw;
}

.texts-date {
    display: inline-block;
    position: relative;
    width: 50%;
    height: auto;
    float: left;
}

.texts-mag {
    display: inline-block;
    position: relative;
    width: 50%;
    height: auto;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    overflow-x: hidden;
}

    .workpage .main {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        background: #fff;
        overflow-x: unset;
    }

.gallery-cap {
    display: contents;
    position: relative;
    width: auto;
    height: auto;
    z-index: 999;
    font-family: 'DM Mono';
    color: #000;
    font-weight: 300;
    font-size: 2vw;
    line-height: 2.4vw;
}

.textpage .main {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        background: #fff;
        overflow-x: unset;
    }

.textpage .note-block h6 {
    display: block;
    position: relative;
    margin: auto;
    width: calc(100% - 4.8vw);
    height: auto;
    font-size: 3.3vw;
    line-height: 5vw;
    word-break: keep-all;
    padding: 4vw 2.4vw 8vw 2.4vw;
}

    .textpage .homebtn {
        font-size: 5vw;
        line-height: 5vw;
    }


h6 u {
    text-decoration: none;
    /* font-weight: 500; */
    color: #c6c6c6;
    /* font-weight: normal; */
    font-size: 4vw;
    line-height: 6vw;
    text-align: center;
    display: unset;
    position: relative;
    background: whitesmoke;
    padding: 0.6vw;
    letter-spacing: 0.3px;
}

    figcaption.img-caption {
        font-family: 'DM Mono', 'pretendard';
        display: flex;
        position: relative;
        top: 0;
        width: calc(100% - 1.2vw);
        height: auto;
        padding: 0.6vw 0.6vw 0 0vw;
        z-index: 999;
        color: #000;
        font-weight: 300;
        font-size: 2vw;
        line-height: 2.4vw;
    }

    .img-caption a {
        font-family: 'DM Mono', 'pretendard';
        /* font-size: 0.8vw; */
        /* line-height: 1.1vw; */
        display: inline-block;
        position: relative;
        top: 0;
        width: auto;
        height: auto;
        padding: 0vw 0.6vw 0 0vw;
        z-index: 999;
        color: #000;
        font-weight: 300;
        text-decoration: underline;
        text-decoration-thickness: 0.7px;
        text-decoration-color: #c6c6c6;
        text-underline-offset: 2px;
        font-size: 2vw;
        line-height: 2.4vw;
    }

    .textpage .single-image {
        display: block;
        padding: 0 2.4vw;
        width: calc(100% - 4.8vw);
        overflow: hidden;
        margin-bottom: 2vw;
    }

.single-image .post-img img {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.single-image .post-img:has(.img-caption) img {
    width: 100%;
}

.textpage .note-block .single-image h6 {
    display: block;
    position: relative;
    font-size: 3.3vw;
    line-height: 5vw;
    word-break: keep-all;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-direction: row;
    padding: 1.2vw 0 0 0;
    margin: unset !important;
    margin-bottom: 0vw !important;
}

    .workspage .main {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        background: #fff;
        /* overflow-x: hidden; */
    }

h6 a {
    position: relative;
    z-index: 2;
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 1.2px;
    text-decoration-color: #c6c6c6;
    text-underline-offset: 4px;
}

.zoombox .swiper-wrapper img {
        display: block;
        position: relative;
        width: calc(100% - 6vw);
        height: auto;
        top: 50%;
        left: unset;
        max-height: unset;
        transform: translateY(-50%);
        padding: 0 3vw;
    }

    .zoombox .close-btn {
        display: inline-block;
        position: absolute;
        width: auto;
        height: auto;
        font-size: 3.6vw;
        line-height: 3.6vw;
        padding-top: 0;
        /* text-align: center; */
        right: 2.4vw;
        top: 2.4vw;
    }

.hidden-image {
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 0vw;
    height: auto;
    width: calc(100% - 4.8vw);
    z-index: 99999;
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
    background: #fff;
    padding: 2.4vw;
}

.hidden-image figcaption {
    width: 100%;
    height: auto;
    font-family: 'DM Mono';
    color: #000;
    font-size: 2vw;
    line-height: 2.4vw;
    display: inline-block;
    position: relative;
    padding: 0;
    font-weight: 300;
    padding-bottom: 1.8vw;
}

.hidden-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 10vw;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 13%);
}

.homebtn.menu-btn {
display: inline;
}


}
