html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    height: auto;
}

body {
    color: #4c4c4c;
    line-height: 1.6;
    letter-spacing: -0.5px;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:active {
    color: inherit;
    text-decoration: none;
}

a:focus {
    color: inherit;
    text-decoration: none;
}

select,
input,
textarea {
    font-size: 100%;
    vertical-align: middle;
}

input {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

label {
    cursor: pointer;
}

legend,
caption {
    width: 0;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 1px dotted;
}

img {
    vertical-align: top;
}

input[type="text"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

input:-ms-input-placeholder {
    color: #808080
}

input::-webkit-input-placeholder {
    color: #808080
}

input::-moz-placeholder {
    color: #808080
}

input::-moz-placeholder {
    color: #808080
}

html,
body {
    height: auto;
    -ms-overflow-style: none;
}

::-webkit-scrollbar {
    display: none;
}

header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    margin: 0 auto;
}

.navi {
    position: relative;
    width: 100%;
    z-index: 9999;
    margin: 0 auto;
    padding-top: 80px;
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 2.4s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#logo {
    position: absolute;
    width: 123px;
    height: 69px;
    top: 24px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 99999999;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/head_logo2.png) center no-repeat;
    background-size: cover;
    text-indent: -9999px;
}

.navi .mark {
    position: absolute;
    width: 78px;
    height: 28px;
    top: 32px;
    right: 100px;
    background: url(../images/and_01.png) center no-repeat;
    background-size: cover;
}



.gnb {
    position: relative;
    min-width: 1080px;
    margin: 0 auto;
    height: 100px;
    letter-spacing: 2px;
    z-index: 99;
    text-align: center;
}

.gnb>ul {
    display: inline-block;
    min-width: 1080px;
    text-align: center;
}

.gnb>ul>li {
    float: left;
    text-align: center;
    margin: 0 37px;
    color: #fff;
}

.navi .depth1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 100px;
    margin: 0px;
    font-family: 'jost'
}

.navi a.is-active,
.navi a.act {color: var(--accent, #95695b);}
#custom_cursor,
#custom_cursor_text {pointer-events: none !important;}
.sound-toggle {
    z-index: 999999 !important;
    pointer-events: auto;
}
.sound-toggle { 
    position: fixed; left: var(--x,0px); top: var(--y,0px);
    z-index: 90000; display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 12px; border-radius: 999px; border: 0; cursor: pointer;
    background: transparent; color: #9c9c9c; font: 600 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    user-select: none; -webkit-tap-highlight-color: transparent; outline: none;
}
.sound-toggle.tr { left:auto; right: var(--x,20px); top: var(--y,20px); }
.sound-toggle.br { left:auto; right: var(--x,20px); top:auto; bottom: var(--y,20px); }
.sound-toggle.bl { left: var(--x,20px); top:auto; bottom: var(--y,20px); }
.sound-toggle .eq { display: inline-flex; align-items: flex-end; gap: 3px; width: 22px; height: 14px; }
.sound-toggle .eq i { display:block; width:3px; height:10px; background:#9c9c9c; opacity:1; transform-origin: 50% 100%; 
    animation: eq 900ms infinite ease-in-out; animation-play-state: paused; }
.sound-toggle .eq i:nth-child(1){ animation-delay: 140ms; }
.sound-toggle .eq i:nth-child(2){ animation-delay: 120ms; }
.sound-toggle .eq i:nth-child(3){ animation-delay: 0ms; }
.sound-toggle .eq i:nth-child(4){ animation-delay: 360ms; }
@keyframes eq {
    0%,100% { transform: scaleY(.35) }
    50%     { transform: scaleY(1) }
}
.sound-toggle.is-on .eq i { animation-play-state: running; }

.sound-toggle:focus, .sound-toggle:focus-visible { outline: none; }
.sound-toggle:hover { filter: brightness(1.15); }

.sound-toggle .label { letter-spacing: .04em; }

.navi.black #logo a {
    background: url(../images/head_logo1.png) center no-repeat;
    background-size: cover;
}

.navi.black .mark {
    background: url(../images/and_02.png) center no-repeat;
    background-size: cover;
}

.navi.black ul li {
    color: #333
}

.navi.black .sound .sound-toggle  { color: #666;}
.navi.black .sound .sound-toggle .eq i { background:#666;}