<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(common.css);

/* ############################## header_new 240321 ######################################### */
:root {
    --header-height: 60px;
    --header-menu-font-size: 16px;
    --header-sub-menu-font-size: 14px;
    --gnb-width: 68%;
}

#header {
    z-index: 1000;
    position: fixed; top: 0;
    width: 100%;
    height: auto;
    padding-right: 90px;
    font-family:'Pretendard';
}
@media screen and (max-width: 1250px) {
    #header {padding-right: 0px;}
}

#header::after {
    z-index: 1001;
    position: absolute; top: 60px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    content: '';
}

/* #header�� bg �대옒�� 遺숈� 寃쎌슦 */
#header.bg,
#header.down,
:where(#header.bg,#header.down) .header-inner {background-color: #fff;}

#header.down {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);}

#header.bg::after,
#header.down::after {background-color: rgba(0, 0, 0, 0.1);}

#header.bg h1.logo img,
#header.down h1.logo img {content: url(/theme/basic/img/logo_b.webp);}

#header.bg .menu &gt; li &gt; a,
#header.down .menu &gt; li &gt; a {color: #2a2a2a;}

#header.bg .menu &gt; li.selected &gt; a,
#header.down .menu &gt; li.selected &gt; a {color: var(--point-color-01);}

#header.bg .hd_login li a,
#header.down .hd_login li a,
#header.bg .unconf_count,
#header.down .unconf_count {color: #2a2a2a;}
#header.bg .unconf_count img,
#header.down .unconf_count img {
    content: url(/theme/basic/img/bell_icon_03.png);
}

#header.bg .hd_login li span::after,
#header.down .hd_login li span::after {background-color: #2a2a2a;}

.unconf_count {
    display: flex;
    align-items: center;
    padding-left: 10px;
    gap: 5px;
}
.unconf_count img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.unconf_count span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding: 1px 1px 2px 0;
    border-radius: 50%;
    background-color: #DF2E38;
    color: #fff;
}
.unconf_count.on span {
    animation: count 2s ease-in-out 0s infinite normal;
}
@keyframes count {
    0% {opacity: 1;}
    10% {opacity: 0;}
    50% {opacity: 1;}
    75% {opacity: 1;}
    100% {opacity: 1;}
}

/* �ㅻ뜑 �대� */
.header-inner {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 0 40px;
}
.header-inner.sign {
    justify-content: flex-start;
    padding: 0 40px 0 30px;
}
@media screen and (max-width: 1720px) {
    .header-inner.sign {
        justify-content: center;
        padding: 0 40px;
    }
}
h1.logo {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: var(--header-height);
}
h1.logo a {
    display: flex;
    align-items: center;
    width: 100%; 
    height: 100%;
}
h1.logo img {
    width: 100%; 
    object-fit: contain;
}
#gnb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--gnb-width);
    height: 100%;
}

/* 二� 硫붾돱 */
.menu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.menu &gt; li {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
}
.menu &gt; li &gt; a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: var(--header-height);
    font-size: var(--header-menu-font-size);
    font-weight: 500;
    color: #fff;
    letter-spacing: -1px;
    transition: all 0.25s ease;
}
.menu &gt; li &gt; a::after {
    position: absolute; bottom: 0; left: 50%;
    width: 0;
    height: 3px;
    background-color: var(--point-color-01);
    transform: translateX(-50%);
    transition: all 0.5s ease;
    content: '';
}
/* #gnb.view .menu &gt; li:hover &gt; a::after {width: 100%;} */
.menu &gt; li.selected &gt; a::after {width: 100%;}


/* �쒕툕 硫붾돱 */
.sub-menu {
    z-index: 1;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 20px 0 40px;
    letter-spacing: -1px;
}
.menu &gt; li.selected .sub-menu::after {
    z-index: -1;
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color: #f7fafb;
    content: '';
}
.sub-menu li {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 30px;
}
.sub-menu li:hover &gt; a {color: var(--point-color-01);}
.sub-menu li a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: var(--header-sub-menu-font-size);
    font-weight: 500;
    color: #555;
}

/* �곗륫 濡쒓렇��/�뚯썝媛��� */
.hd_r_login_box {flex-shrink: 0;}
.hd_login {
    display: flex;
    align-items: center;
    height: var(--header-height);
}
.hd_login li {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.hd_login li a,
.unconf_count {
    font-size: 14px;
    color: #fff;
}
.hd_login li span.div-text {width: 20px; height: 12px;}

/* 諛섏쓳�� �쒕줈�� 踰꾪듉 */
.hd-drawer-btn {display: none;}

/* �곷떞 �덉빟�섍린 踰꾪듉 */
.tel-reserv {
    z-index: 1000;
    position: absolute;
    top: 5px;
    right: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.6vw;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 24px;
    font-size: clamp(12px, 1vw, 14px);
    color: #fff;
    transition: all 1s ease;
}
.tel-reserv.on, 
#header.bg .tel-reserv {
    border-color: #2a2a2a;
    background-color: #fff;
    color: #2a2a2a;
}
.tel-reserv a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tel-reserv a img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
}
:where(.tel-reserv.on, #header.bg .tel-reserv) a img {content: url(/theme/basic/img/icon_tel_b.png);}

.tel-reserv a p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}
.tel-reserv a p span:nth-child(2) {font-weight: 600;}

@media screen and (max-width: 1720px) {
    .tel-reserv {
        top: unset;
        right: 110px;
        bottom: -60px;
        width: 150px;
    }
}
@media screen and (max-width: 1650px) {
    :root {
        --gnb-width: 100%;
    }
}
@media screen and (max-width: 1550px) {
    .menu &gt; li &gt; a {font-size: 15px;}
}
@media screen and (max-width: 1500px) {
    :root {
        --header-menu-font-size: 15px;
        --header-sub-menu-font-size: 14px;
    }
    h1.logo {width: 150px;}
}
@media screen and (max-width: 1482px) {
    :root {
        --hd-drawer-btn-size: 26px;
    }
    h1.logo {margin-right: auto;}
    .header-inner {overflow: visible;}
    .hd-drawer-btn {
        z-index: 1001;
        display: flex;
        width: var(--hd-drawer-btn-size);
        height: var(--header-height);
        cursor: pointer;
    }
    .hd-drawer-btn-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-self: center;
        width: var(--hd-drawer-btn-size);
        height: calc(var(--hd-drawer-btn-size)*0.9);
    }
    .hd-drawer-btn-item {
        align-self: flex-end;
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        transition: all 0.5s ease;
    }
    #header.down .hd-drawer-btn .hd-drawer-btn-item,
    .hd-drawer-btn.on .hd-drawer-btn-item {background-color: #2a2a2a;}
    .hd-drawer-btn.on .hd-drawer-btn-item:first-of-type {
        transform: rotate(45deg) translate(7px, 8px);
    }
    .hd-drawer-btn.on .hd-drawer-btn-item:nth-of-type(2) {width: 0;}
    .hd-drawer-btn.on .hd-drawer-btn-item:last-of-type {
        transform: rotate(-45deg) translate(7px, -8px);
    }

    /* #gnb */
    #gnb {
        position: absolute; top: 60px;
        width: 100%;
        height: max-content;
    }
    .menu {
        position: relative;
        flex-direction: column;
        width: 100%;
        height: calc(100vh - 60px);
        padding-top: 20px;
        background-color: #f7fafb;
    }
    .menu &gt; li {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
        padding-right: 15px;
        background-color: #f5f5f5;
    }
    .menu &gt; li &gt; a {
        justify-content: flex-start;
        width: 50%;
        height: 100%;
        padding-left: 50px;
        border-bottom: 1px solid #ddd;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
    }
    .menu &gt; li:last-of-type &gt; a {border-bottom: 0;}
    #header .menu &gt; li.active &gt; a {background-color: #fff; color: var(--point-color-01);}

    .sub-menu {
        display: none;
        position: absolute; top: 0; right: 0;
        width: 50%;
        height: calc(100% - 20px);
        margin-top: 20px; margin-left: 10px;
        padding-top: 25px;
        border-left: 1px solid #ddd;
        background-color: #fff;
    }
    .menu &gt; li:hover .sub-menu {background-color: #fff;}
    .sub-menu &gt; li {height: 50px;}
    .sub-menu &gt; li &gt; a {
        justify-content: flex-start;
        padding-left: 50px;
        font-size: 18px;
    }

    /* .tel-reserv {right: 125px;} */
}
@media screen and (max-width: 1250px) {
    .menu {
        height: calc(100vh - 60px - 70px);
    }
    .tel-reserv {right: 40px;}
}
@media screen and (max-width: 640px) {
    .header-inner {padding: 0 20px;}
    .menu &gt; li &gt; a,
    .sub-menu &gt; li &gt; a {padding-left: 30px;}
    .tel-reserv {
        right: 20px;
        bottom: -50px;
        width: 135px;
        height: 40px;
    }
}</pre></body></html>