@import "../reset.css";
@import "./layout/layout.css";
@import "./main.css";
@import "./about.css";
@import "./outwork/outwork.css";

.sub_layout {
    color: #fff;
    padding: 250px 0 150px;
    position: relative;
}
.sub_layout.about {
    background-image: url("/image/about/background.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.sub_layout.list {
    padding: 140px 0 50px;
}
@media screen and (max-width: 820px) {
    .sub_layout {
        padding: 180px 0 100px !important;
    }
}

.base-tit {
    font-size: 88px;
    line-height: 1.0416666667;
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    pointer-events: none;
    color: #fff;
}
.base-tit span {
    font-family: "Big Daily Short";
}
.base-tit i {
    font-style: italic;
}
@media screen and (max-width: 1480px) {
    .base-tit {
        font-size: 78px;
    }
}
@media screen and (max-width: 1280px) {
    .base-tit {
        font-size: 68px;
    }
}
@media screen and (max-width: 1024px) {
    .base-tit {
        font-size: 58px;
    }
}
@media screen and (max-width: 820px) {
    .base-tit {
        font-size: 42px;
    }
}
@media screen and (max-width: 480px) {
    .base-tit {
        font-size: 32px;
    }
}

.layout-cursor {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    font-family: "Pretendard";
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 1000px;
    backdrop-filter: blur(15px);
    padding: 0.5555555556em 1.3888888889em;
    font-size: 18px;
    letter-spacing: -0.025em;
    pointer-events: none;
    transform: rotate(-15deg) scale(0);
    white-space: nowrap;
    color: #000;
}
.layout-cursor img {
    margin-left: 6px;
}
@media screen and (max-width: 1280px) {
    .layout-cursor {
        font-size: 16px;
    }
}

.click-menu-menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #101010;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    transition: 0.4s;
    transition-property: opacity, visibility;
    visibility: hidden;
}
.click-menu-menu.act {
    opacity: 1;
    visibility: visible;
}

.click-menu-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}
@media screen and (max-width: 820px) {
    .click-menu-wrapper {
        width: 94.7916666667%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}

.click-menu-flex {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 820px) {
    .click-menu-flex h2 {
        display: none;
    }
}

.click-menu-address {
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 500;
    font-size: 16px;
    margin-top: 100px;
    line-height: 1.5;
}
.click-menu-address p {
    letter-spacing: 0.025em;
}
.click-menu-address p + p {
    margin-top: 30px;
}
.click-menu-address p span {
    color: #666666;
}
@media screen and (max-width: 820px) {
    .click-menu-address {
        position: absolute;
        bottom: 5%;
        font-size: 14px;
    }
    .click-menu-address p + p {
        margin-top: 15px;
    }
}

.click-menu-links {
    font-size: 120px;
    font-weight: 500;
    font-family: "Neue Haas Grotesk Display Pro";
}
.click-menu-links li + li {
    margin-top: 1em;
}
.click-menu-links a {
    color: #fff;
}
.click-menu-links span {
    transition: transform 0.4s;
    display: inline-block;
}
.click-menu-links span:hover {
    transform: translateX(10%);
}
@media screen and (max-width: 1280px) {
    .click-menu-links {
        font-size: 100px;
    }
}
@media screen and (max-width: 1024px) {
    .click-menu-links {
        font-size: 80px;
    }
}
@media screen and (max-width: 820px) {
    .click-menu-links {
        font-size: 70px;
        order: -1;
        margin-bottom: 20px;
        width: 100%;
    }
    .click-menu-links a {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .click-menu-links {
        font-size: 50px;
    }
}
