@charset "utf-8";

:root {
    --color-brand-600: #E6770C;
    --color-gray-900: #111827;
    --color-gray-800: #333333;
    --color-gray-600: #666666;
}

html {
    font-size: 62.5%;
}

.no-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.no-header a {
    text-decoration: none;
}

.no-header {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.45s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    overflow: visible;
}

.no-header.is-header-hidden {
    transform: translateY(-100%);
    pointer-events: none;
}

@media (min-width: 769px) {
    .no-header.is-gnb-open {
        padding-bottom: 240px;
    }
}

@media (max-width: 768px) {
    .no-header {
        height: 6.6rem;
    }
}

.no-header.active {
    box-shadow: 0 10px 10px -10px rgba(33, 35, 38, 0.1);
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

.no-header.no-header--home:not(.active) .white_logo {
    display: block;
}

.no-header.no-header--home:not(.active) .color_logo {
    display: none;
}

.no-header.no-header--home:not(.active) .white_logo .no-header__logo-text,
.no-header.no-header--home:not(.active) .no-header__menu--gnb > li > a span {
    color: #fff;
}

.no-header.no-header--home:not(.active) .no-header__btn span {
    background-color: #fff;
}

.no-header.active .white_logo {
    display: none;
}

.no-header.active .color_logo {
    display: block;
}

.no-header__dim {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.no-header__dim.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .no-header__dim {
        display: none;
    }
}

.no-header__bg {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 0;
    z-index: 9;
    background: #fafafa;
    display: block;
    transition: height 0.3s;
    overflow: hidden;
}

@media (max-width: 768px) {
    .no-header__bg {
        display: none;
    }
}

.no-header__bg.active {
    box-shadow: 0 10px 10px -10px rgba(33, 35, 38, 0.1);
    height: 240px;
}

.no-header__bg-deco {
    position: absolute;
    left: 80px;
    bottom: 40px;
    z-index: 1;
    max-width: 220px;
    width: auto;
    height: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.2);
    transform-origin: left bottom;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.no-header__bg.active .no-header__bg-deco {
    opacity: 0.35;
    visibility: visible;
}

@media (max-width: 1200px) {
    .no-header__bg-deco {
        left: 2rem;
    }
}

@media (max-width: 768px) {
    .no-header__bg-deco {
        display: none;
    }
}

.no-header-container {
    position: relative;
    height: 80px;
    max-width: none;
    margin: 0;
    overflow: visible;
    z-index: 10;
}

.no-header-container .white_bg {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    z-index: 11;
    overflow: visible;
}

.no-header__logo {
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 2;
    height: 80px;
    margin: 0;
}

@media (max-width: 1200px) {
    .no-header__logo {
        left: 2rem;
    }
}

.no-header .white_logo {
    display: none;
}

.no-header .color_logo {
    display: block;
}

.no-header .color_logo.active {
    display: block;
}

.no-header__logo.active {
    display: block;
}

.no-header__inner {
    height: 80px;
    margin: 0 80px;
    width: auto;
    max-width: none;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
}

@media (max-width: 1200px) {
    .no-header__inner {
        margin: 0 2rem;
    }
}

.no-header__nav {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: max-content;
    height: 80px;
    display: flex;
    justify-content: center;
    overflow: visible;
}

.no-header__menu {
    display: flex;
    height: 80px;
    justify-content: center;
    overflow: visible;
}

.no-header__menu--gnb {
    height: 80px;
    display: flex;
    justify-content: center;
    overflow: visible;
    gap: 50px;
}

@media (max-width: 768px) {
    .no-header__menu {
        display: none;
    }
}

.no-header__logo a {
    max-width: 6.2rem;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}

@media (max-width: 768px) {
    .no-header__logo a {
        max-width: 5.6rem;
    }
}

.no-header__logo a img {
    width: 100%;
    object-fit: contain;
}

.no-header__logo-text {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    color: var(--color-gray-900);
    white-space: nowrap;
}

.no-header__menu--gnb > li {
    position: relative;
    height: 80px;
    width: 117px;
}

@media (max-width: 1024px) {
    .no-header__menu--gnb > li {
        width: 100px;
    }
}

.no-header__menu--gnb > li > a {
    height: 100%;
    display: flex;
    justify-content: center;
    transition: ease all 0.3s;
}

.no-header__menu--gnb > li > a span {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.61;
    color: var(--color-gray-900);
    height: 100%;
    display: flex;
    align-items: center;
}

.no-header__menu--gnb > li > a span.scroll {
    color: var(--color-gray-900);
}

.no-header__menu--gnb > li > a span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0%;
    height: 2px;
    transition: 0.4s;
    background-color: var(--color-brand-600);
}

.no-header__menu--gnb > li > a.active span {
    color: var(--color-brand-600);
}

.no-header__menu--gnb > li > a.active span::before {
    width: 100%;
}

.no-header__menu--gnb > li:hover > a span {
    color: var(--color-brand-600) !important;
}

.no-header__menu--gnb > li:hover > a span::before {
    width: 100%;
}

.no-header__menu--lnb {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 12;
    margin-top: 0;
    padding-top: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition:
        opacity 0.2s ease,
        max-height 0.25s ease 0.2s,
        padding-top 0.25s ease 0.2s,
        visibility 0s linear 0.45s;
}

.no-header__menu--lnb.active {
    padding-top: 20px;
    max-height: 260px;
    opacity: 1;
    visibility: visible;
    transition:
        opacity 0.25s ease 0.05s,
        max-height 0.3s ease,
        padding-top 0.3s ease,
        visibility 0s linear 0s;
}

.no-header__menu--lnb > li {
    width: 100%;
}

.no-header__menu--lnb > li > a {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.61;
    color: var(--color-gray-600);
    transition: ease all 0.3s;
    word-break: keep-all;
    margin-bottom: 8px;
}

.no-header__menu--lnb > li:hover > a {
    color: var(--color-brand-600);
}

.no-header__btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 14px;
    display: none;
    z-index: 88888;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

@media (max-width: 768px) {
    .no-header__btn {
        display: block;
    }
}

.no-header__btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-gray-800);
    transition: ease all 0.3s;
}

.no-header__btn span.scroll {
    background-color: var(--color-gray-800);
}

.no-header__btn-line-top {
    top: 0px;
}

.no-header__btn-line-top.active {
    transform: translate(0px, 7px) rotate(45deg);
    background-color: var(--color-gray-800);
}

.no-header__btn-line-mid {
    top: 7px;
}

.no-header__btn-line-mid.active {
    opacity: 0;
}

.no-header__btn-line-bottom {
    top: 14px;
}

.no-header__btn-line-bottom.active {
    transform: translate(0px, -7px) rotate(-45deg);
    background-color: var(--color-gray-800);
}

.no-header__m {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10001;
    background: #fff;
    left: -100%;
    transition: ease all 0.4s;
    top: 0;
    overflow-y: scroll;
}

.no-header__m.active {
    left: 0%;
}

.no-header__m-nav {
    height: 100%;
}

.no-header__m-menu {
    height: 100%;
    padding: 80px 20px 80px;
}

.no-header__m--gnb > li {
    border-bottom: 1px solid #ededed;
}

.no-header__m--gnb > li a {
    position: relative;
}

.no-header__m--gnb--arrow {
    transition: ease all 0.3s;
}

.no-header__m--gnb--arrow.active {
    transform: rotate(180deg);
}

.no-header__m--gnb i {
    font-size: 15px;
}

.no-header__m--gnb-title > a {
    display: flex;
    padding: 17px 0;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: var(--color-gray-900);
}

.no-header__m--gnb-title p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.no-header__m--lnb {
    height: 100%;
    display: none;
    background-color: #fafafa;
    padding: 10px 5px;
}

.no-header__m--lnb > li {
    width: 100%;
    padding: 10px 5px;
}

.no-header__m--lnb > li:hover {
    background: var(--color-brand-600);
}

.no-header__m--lnb > li:hover > a {
    color: #fff;
}

.no-header__m--lnb > li > a {
    font-weight: 400;
    color: var(--color-gray-800);
    font-size: 16px;
    display: block;
}

.no-header__m--lnb.active {
    display: block;
}

.no-header__arrow {
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    transition: ease all 0.3s;
}

html.lock,
body.lock {
    overflow: hidden;
}


body.has-site-header {
    padding-top: 80px;
}

body.has-site-header:has(.no-header--home) {
    padding-top: 0;
}

@media (max-width: 768px) {
    body.has-site-header {
        padding-top: 6.6rem;
    }
}
