﻿/* basic css */
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.0313rem;
    -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;
}

/* table {} */

/*.hidden {position: absolute;width: 0;height: 0;visibility: hidden;font-size: 0;line-height: 0; top:-9999px}*/


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
}

/* textarea {} */

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

::-webkit-scrollbar {

    display: none;

}



/* layout*/


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


.navi {
    position: absolute;
    width: 100%;
    height: 9.0625rem;
    right: 0px;
    top: 0px;
    z-index: 1000000;
    border: none;
    background: none;
    transition: background 0.3s, border 0.3s, height 0.3s;
    background: none;
    border-bottom: 1px solid transparent;
    display: none;
    box-sizing: border-box;
    /*background: #fff; border-bottom: 1px solid #ddd; transition: background 0.5s, box-shadow 0.5s;*/
}

/*body.main .navi { background: none; border-bottom: 1px solid transparent; }
body.main .navi:before { content:''; position: absolute; left: 0; bottom: 0; width: calc(100% - 80px); height: 1px; background-color: #fff; }*/

#logo {
    width: 180px;
    height: 80px;
    left: calc(6.25rem + 3.5rem);
    left: 10.625rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin: auto;
    z-index: 99999999;
    transition: 0.3s;
    transform-origin: left center;
    transform: translateY(-5px);
}

#logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(https://static.wixstatic.com/media/9b4f4f_ba5ab415b0894377900b6e13e25fa353~mv2.png) center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    transition: 0.3s;
}

body.main #logo a {
    background: url(https://static.wixstatic.com/media/9b4f4f_ba5ab415b0894377900b6e13e25fa353~mv2.png) center no-repeat;
    background-size: contain;
}


.navi.active {
    height: 6.25rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

/* .navi.active #logo a { background: url(../img/common/logo.png) center no-repeat; background-size: cover; } */
.navi.active2 {
    height: 6.25rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

/*body.main .navi.active { background-color: #fff; border-bottom: 1px solid #ddd; }
body.main .navi.active2 { background-color: #fff; border-bottom: 1px solid #ddd; }*/

.navi.white #logo a {
    background: url(https://static.wixstatic.com/media/9b4f4f_ba5ab415b0894377900b6e13e25fa353~mv2.png) center no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}

.navi.white2 #logo a {
    background: url(https://static.wixstatic.com/media/9b4f4f_ba5ab415b0894377900b6e13e25fa353~mv2.png) center no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}

/* .navi.over { background-color: #fff; border-bottom: 1px solid #ddd; }
.navi.over #logo a { background: url(../img/common/logo.png) center no-repeat; background-size: cover; } */

.navi.mouseover {
    background-color: #fff;
}

.navi.mouseover #logo a {
    background: url(https://static.wixstatic.com/media/9b4f4f_ba5ab415b0894377900b6e13e25fa353~mv2.png) center no-repeat;
    background-size: contain;
    filter: none;
}

.navi.active #logo a {
    background: url(https://static.wixstatic.com/media/9b4f4f_ba5ab415b0894377900b6e13e25fa353~mv2.png) center no-repeat;
    background-size: contain;
    filter: none;
}

/* .navi.active #logo {width: 90px; height: 41px; } */

/*#logo.active { top: 2.5rem; }*/

@keyframes navi {
    from {
        opacity: 0;
    }

    to {}
}

.gnb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    overflow: hidden;
    height: 100%;
    width: auto;
    letter-spacing: 0;
    z-index: 99;
    transition: 0.3s;
}

.gnb>ul {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    align-items: flex-start;
}

.gnb>ul>li {
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.navi .depth1 {
    position: relative;
    display: inline-block;
    color: #aaa;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: -0.05rem;
    line-height: 9.0625rem;
    margin: 0px;
    padding: 0px 0;
    transition: 0.3s;
    text-transform: uppercase;
}

.gnb>ul>li:hover>a {
    color: #222a65 !important;
}

.gnb>ul>li>ul {
    display: block;
    margin-top: 1rem;
    opacity: 0;
    transform: translateY(1.25rem);
}

.gnb>ul>li>ul>li {
    float: none;
    height: 1.875rem;
    width: auto;
    white-space: nowrap;
}

.gnb>ul>li>ul>li.line2 {
    height: auto;
    line-height: 102%;
    margin-top: 0.25rem;
}

.gnb>ul>li>ul>li>a {
    font-size: 0.813rem;
    color: #222a65;
    font-weight: 500;
    letter-spacing: -0.7px;
}

.gnb>ul>li>ul>li>a:hover {
    color: #222a65;
}

.gnb .line {
    position: absolute;
    display: block;
    top: 3.5rem;
    height: 1px;
    width: 0;
    background: #222a65;
    left: 0;
    margin: 0;
    z-index: -99;
    transition: 0.35s;
}

.navi-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 0px;
    left: 0;
    top: calc(9.0625rem + 0px);
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

.navi-bg .white-bg {
    width: 100%;
    height: 14rem;
    background: #fff;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
}

.navi-bg .white-bg::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
}

.navi-bg.open .white-bg::before {
    opacity: 1;
}

.gnb_logo {
    width: 186px;
}

.gnb_logo .line {
    display: none;
}

/*body.main .gnb>ul>li:hover>a { color: #004e71 !important; }
body.main .gnb .line { background: #004e71; }*/

.navi.white .gnb .depth1 {
    color: rgba(255, 255, 255, 0.6);
}

.navi.white .gnb>ul>li:hover>a {
    color: #fff !important;
}

.navi.white .gnb .line {
    background: #fff;
}

.navi.white2 .gnb .depth1 {
    color: rgba(255, 255, 255, 0.6);
}

.navi.white2 .gnb>ul>li:hover>a {
    color: #fff !important;
}

.navi.white2 .gnb .line {
    background: #fff;
}

.navi.white3 .gnb .depth1 {
    color: #aaa;
}

.navi.white3 .gnb>ul>li:hover>a {
    color: #fff !important;
}

.navi.white3 .gnb .line {
    background: #fff;
}

.navi.active .navi-bg {
    top: calc(6.25rem + 1px);
}

.navi.active .gnb .depth1 {
    color: #aaa;
    line-height: 6.25rem;
}

.navi.active .gnb .line {
    top: 2rem;
}

.navi.mouseover .gnb .depth1 {
    color: #aaa;
}

.navi.mouseover .gnb .line {
    background: #222a65;
}

.navi.mouseover .gnb>ul>li:hover>a {
    color: #222a65 !important;
}

/* .navi.over .gnb .depth1 { color: #aaa; }
.navi.over .gnb .line { background: #222a65; }
.navi.over .gnb>ul>li:hover>a { color:#222a65 !important; } */

@media all and (max-width: 1640px) {
    .navi .depth1 {
        width: 100%;
        font-size: 0.7375rem;
    }
}

/**/

.top_fixed_wrap {
    position: absolute;
    height: 2.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 6.25rem;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
    gap: 0.7rem;
}

.tel_wrap {
    margin-right: 0;
}

.tel_wrap .tel {
    height: 2.5rem;
    display: flex;
    justify-content: flex-end;
}

.tel_wrap .tel a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tel_wrap .tel a div {
    width: 2.125rem;
    height: 2.5rem;
    background: url(https://static.wixstatic.com/media/9b4f4f_549cab601df6421f96f14799ee1bf368~mv2.png) center no-repeat;
    transition: 0.3s;
    background-size: 1.125rem;
}

.tel_wrap .tel a p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    line-height: 100%;
    font-weight: 600;
    color: #122d43;
    letter-spacing: 0.0313rem;
    transition: 0.3s;
    margin-top: -0px;
}

.navi.white .tel_wrap a p {
    color: #fff;
}

.navi.white .tel_wrap .tel a div {
    background: url(https://static.wixstatic.com/media/9b4f4f_8e8ca28f0ebe4a6a99fb8e55b50d9324~mv2.png) center no-repeat;
    background-size: 1.125rem;
}

.navi.white3 .tel_wrap a p {
    color: #fff;
}

.navi.white3 .tel_wrap .tel a div {
    background: url(https://static.wixstatic.com/media/9b4f4f_8e8ca28f0ebe4a6a99fb8e55b50d9324~mv2.png) center no-repeat;
    background-size: 1.125rem;
}

.navi.white3 .reserve {
    color: #fff;
}

.navi.white3 .reserve:after {
    border: 1px solid #fff;
    background: none;
}

.navi.white3 .reserve .call:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.navi.white3 .reserve.active:after {
    background-color: transparent;
}

.navi.over .tel_wrap a p {
    color: #122d43;
}

.navi.over .tel_wrap .tel a div {
    background: url(https://static.wixstatic.com/media/9b4f4f_549cab601df6421f96f14799ee1bf368~mv2.png) center no-repeat;
    background-size: 1.125rem;
}

.navi.mouseover .tel_wrap a p {
    color: #122d43;
}

.navi.mouseover .tel_wrap .tel a div {
    background: url(https://static.wixstatic.com/media/9b4f4f_549cab601df6421f96f14799ee1bf368~mv2.png) center no-repeat;
    background-size: 1.125rem;
}

.navi.active .tel_wrap a p {
    color: #122d43;
}

.navi.active .tel_wrap .tel a div {
    background: url(https://static.wixstatic.com/media/9b4f4f_549cab601df6421f96f14799ee1bf368~mv2.png) center no-repeat;
    background-size: 1.125rem;
}

.reserve {
    position: relative;
    width: 7.625rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    z-index: 999;
    color: #000;
    cursor: default;
    display: none;
}

.reserve:after {
    content: '';
    width: 100%;
    height: 2.5rem;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 2.5rem;
    border: 1px solid #000;
    box-sizing: border-box;
    z-index: -1;
    transition: 0.3s;
}

.reserve p {
    font-size: 0.75rem;
    line-height: 2.5rem;
    text-transform: revert;
    text-align: left;
    padding-left: 0;
    letter-spacing: 0px;
    font-weight: 500;
    position: relative;
    z-index: 3;
    transition: 0.3s;
}

.reserve .call {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    right: 0.325rem;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    z-index: 9;
    display: none;
}

.reserve .call:after {
    content: '';
    width: 13%;
    height: 13%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

.reserve.pc {
    display: flex;
}

.reserve.mo {
    width: 2.5rem;
    display: none;
}

.reserve.active:after {
    background-color: transparent;
    width: 100%;
}

.reserve.active h2 {
    opacity: 1;
    left: 1.563rem;
}

.navi.white .reserve {
    color: #fff;
}

.navi.white .reserve:after {
    border: 1px solid #fff;
    background: none;
}

.navi.white .reserve .call:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.navi.white .reserve.active:after {
    background-color: transparent;
}

/*.navi.white .reserve.active .reserve .call { background: url(../img/common/reserve2.png) center no-repeat; }*/

.navi.over .reserve {
    color: #000;
}

.navi.over .reserve:after {
    border: 1px solid #000;
}

.navi.over .reserve .call:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.navi.over .reserve.active:after {
    background-color: transparent;
}

.navi.mouseover .reserve {
    color: #000;
}

.navi.mouseover .reserve:after {
    border: 1px solid #000;
}

.navi.mouseover .reserve .call:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.navi.mouseover .reserve.active:after {
    background-color: transparent;
}

.navi.active .reserve {
    color: #000;
}

.navi.active .reserve:after {
    border: 1px solid #000;
}

.navi.active .reserve .call:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.navi.active .reserve.active:after {
    background-color: transparent;
}


.right_open {
    position: absolute;
    right: 0;
    top: 4.75rem;
    letter-spacing: 0;
    z-index: 9;
}

.right_open>div {
    width: 14.375rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #122d43;
    transition: 0.3s;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    color: #fff;
}

.right_open p {
    font-size: 1.125rem;
    line-height: 100%;
    font-weight: 500;
    transform: translate(-0.75rem, -1px);
}

.navi.white .right_open>div {
    background-color: #d2deff;
    color: #122d43;
}

.navi.over .right_open>div {
    background-color: #122d43;
    color: #fff;
}

.navi.active .right_open>div {
    background-color: #122d43;
    color: #fff;
}


.guest_bt_wrap {
    width: 2.5rem;
    height: 2.5rem;
    transition: 0.3s;
    cursor: pointer;
}

.guest_bt {
    width: 2.5rem;
    height: 2.5rem;
    background: url(https://static.wixstatic.com/media/9b4f4f_a6cac602d5bb467a833a537b5ed5b81d~mv2.png) center no-repeat;
    transition: 0.3s;
    background-size: 1.3125rem;
    cursor: pointer;
}

.navi.white .guest_bt {
    background: url(https://static.wixstatic.com/media/9b4f4f_d2b81ed235e540f099dba5ed85c9bf45~mv2.png) center no-repeat;
    background-size: 1.3125rem;
}

.navi.over .guest_bt {
    background: url(https://static.wixstatic.com/media/9b4f4f_a6cac602d5bb467a833a537b5ed5b81d~mv2.png) center no-repeat;
    background-size: 1.3125rem;
}

.navi.active .guest_bt {
    background: url(https://static.wixstatic.com/media/9b4f4f_a6cac602d5bb467a833a537b5ed5b81d~mv2.png) center no-repeat;
    background-size: 1.3125rem;
}

.navi.mouseover .guest_bt {
    background: url(https://static.wixstatic.com/media/9b4f4f_a6cac602d5bb467a833a537b5ed5b81d~mv2.png) center no-repeat;
    background-size: 1.3125rem;
}

.brand_go {
    position: absolute;
    height: 3.25rem;
    left: 11.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.625rem;
}

.brand_go::before {
    content: '';
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: #d6d6d6;
    position: absolute;
    left: -1rem;
    top: 1px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: 0.3s;
}

.brand_go p {
    font-size: 0.9375rem;
    line-height: 100%;
    color: #122d43;
    font-weight: 400;
    letter-spacing: 0;
    transition: 0.3s;
}

.brand_go p b {
    font-weight: 700;
}

.brand_go span {
    width: 16px;
    height: 10px;
    position: relative;
    transition: 0.3s;
}

.brand_go span::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #7a7a7a;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.brand_go span::after {
    content: '';
    width: 4px;
    height: 4px;
    border-right: 1px solid #7a7a7a;
    border-bottom: 1px solid #7a7a7a;
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.brand_go i {
    display: inline-block;
}

.brand_go:hover::before {
    transform: scale(1.5);
}

.brand_go:hover span {
    transform: translateX(0.5rem);
}

.navi.white .brand_go p {
    color: #fff;
}

.navi.white .brand_go::before {
    background-color: #fff;
    opacity: 0.15;
}

/**/

/**/

.ham {
    z-index: 9999999;
    position: fixed;
    left: 5.75rem;
    top: 52px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 1;
    border-radius: 100%;
    transition: left 0.5s, top 0.3s;
    box-sizing: border-box;
    display: none;
    /*display: flex; justify-content: center; align-items: center; flex-direction: column; */
}

/*body.main .ham { animation: ham 1.6s 2.3s both; }
body.sub .ham { animation: ham 1.6s 0.3s both; }

@keyframes ham {
	from { opacity: 0; }
	to {  }
}*/

.ham:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    border-radius: 100%;
    border: 1px solid transparent;
    box-sizing: border-box;
    z-index: -1;
    transition: 0.3s;
}

.ham span {
    display: block;
    background: #000;
    margin: 6px auto;
    width: 22px;
    height: 2px;
    transition: 0.3s;
}

.ham .bar1 {
    margin-top: 11px;
}

.ham.active {
    transition: 0.5s, top 0.4s, left 0.5s 0.2s;
    left: 5.75rem;
}

/* .ham.active:after { } */
.ham.active span {
    background-color: #000 !important;
}

.ham.active .bar1 {
    transform: rotate(45deg);
    width: 70%;
    height: 1px;
    border-radius: 0;
    margin-top: 20px;
}

.ham.active .bar2 {
    opacity: 0;
}

.ham.active .bar3 {
    transform: rotate(-45deg);
    width: 70%;
    height: 1px;
    border-radius: 0;
    margin-top: -15px;
}

.ham.active2 {
    top: 28px;
}

.ham.active2:after {
    background-color: none !important;
    border: 1px solid transparent !important;
}

.ham.active2 span {
    background-color: #000;
}

.ham.active3 {
    top: 35px;
}

.ham.pop {
    top: 35px;
}

.ham.active2.pop {
    top: 25px;
}

.ham.active3.active2 {
    top: 25px;
}

.ham.white:after {
    border: 1px solid transparent;
}

.ham.white span {
    background: #fff;
}

.ham.mouseover span {
    background-color: #000;
}

/**/


/*  */


.site_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: z-index 0s 1.2s;
}

.site_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #000;
    opacity: 0;
    transition: z-index 0s 1.2s, opacity 1.33s cubic-bezier(.26, 1, .48, 1);
}

.site_map {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5.75rem;
    padding-left: 0;
    box-sizing: border-box;
    position: relative;
}

.site_map:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 1.0s cubic-bezier(.641, .005, .095, 1.05);
}

.site_map>div {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(-3.125rem);
    position: relative;
    transition: 0.8s 0s;
    transform: translate(0);
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    display: block;
}

.site_logo {
    position: absolute;
    left: 0%;
    right: 0;
    margin: auto;
    bottom: 13%;
}

.site_list {
    width: 100%;
    margin-top: 9.0625rem;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.site_list::before {
    content: '';
    width: 1px;
    height: 9.0625rem;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 22.25rem;
    top: 0;
    display: none;
}

.site_list>li {
    width: 100%;
    height: 6.25rem;
    line-height: 150%;
    margin: 0;
    position: relative;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    letter-spacing: -0;
    opacity: 0;
    transition: all 0.3s 0.0s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.site_list>li>a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.site_list>li>a>span {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1rem 5.5rem;
}

.site_list>li>div {
    width: 22.25rem;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.site_list>li>div>h4 {
    font-size: 1.375rem;
    line-height: 100%;
    transition: 0.3s;
}

/* .site_list>li:nth-child(5) { transition: 0.6s 0.0s }
.site_list>li:nth-child(4) { transition: 0.6s 0.15s }
.site_list>li:nth-child(3) { transition: 0.6s 0.3s }
.site_list>li:nth-child(2) { transition: 0.6s 0.45s }
.site_list>li:nth-child(1) { transition: 0.6s 0.6s } */
.site_list>li>a>span {
    display: inline-block;
    transition: 0.4s;
}

.site_list>li>a>span:last-child {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    transform: translateY(-3.25rem);
    color: #fff;
}

.site_list>li strong {
    letter-spacing: -0.25rem;
}

.site_list2 {
    position: absolute;
    right: 6.25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    opacity: 0;
    transition: 0.3s;
}

.site_list2>li {
    color: #737373;
    font-size: 1.125rem;
    line-height: 100%;
    font-weight: 500;
}

.site_list2>li>a {
    transition: 0.3s;
}

.site_list2>li>a>span {
    position: relative;
}

.site_list2>li>a>span::after {
    content: '';
    width: 0%;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    margin: auto;
    background-color: #dcd8cf;
    height: 1px;
    transition: 0.5s;
}

.site_list2>li>a:hover {
    color: #fff;
}

.site_list2>li>a:hover>span::after {
    width: 100%;
}

.site_list>li:hover {
    background-color: #000;
}

.site_list>li:hover h4 {
    color: #fff;
}

.site_list>li:hover .site_list2 {
    opacity: 1;
}


.site_map h6 {
    font-size: 0.9375rem;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 2.25rem;
    text-transform: uppercase;
    opacity: 0.7;
}

.site_list>li:hover>a>span:first-child {
    transform: translateY(3.25rem);
}

.site_list>li:hover>a>span:last-child {
    transform: translateY(0);
}

.site_wrap.active {
    opacity: 1;
    z-index: 992;
    transition: 0s;
}

.site_bg.active {
    opacity: 0.85;
    z-index: 980;
    transition: 0s, opacity 1.33s cubic-bezier(.26, 1, .48, 1);
}

.site_wrap.active .site_map:after {
    width: 100%;
    transition: 1.0s cubic-bezier(.41, .005, .095, 0.95);
}

.site_wrap.active .site_map>div {
    opacity: 1;
    transform: translate(0);
    transition: 0.8s 0.4s;
}

/* .site_wrap.active .site_list>li:nth-child(1) { opacity: 1; transition: all 0.3s 0.0s, opacity 0.6s 0.4s }
.site_wrap.active .site_list>li:nth-child(2) { opacity: 1; transition: all 0.3s 0.0s, opacity 0.6s 0.55s }
.site_wrap.active .site_list>li:nth-child(3) { opacity: 1; transition: all 0.3s 0.0s, opacity 0.6s 0.7s }
.site_wrap.active .site_list>li:nth-child(4) { opacity: 1; transition: all 0.3s 0.0s, opacity 0.6s 0.85s }
.site_wrap.active .site_list>li:nth-child(5) { opacity: 1; transition: all 0.3s 0.0s, opacity 0.6s 1s }
.site_wrap.active .site_list>li:nth-child(6) { opacity: 1; transition: all 0.3s 0.0s, opacity 0.6s 1.15s }
.site_wrap.active .site_list>li:nth-child(7) { opacity: 1; transition: all 0.3s 0.0s, opacity 0.6s 1.3s }
.site_wrap.active .site_list>li:nth-child(8) { opacity: 1; transition: all 0.3s 0.0s, opacity 0.6s 1.45s }
.site_wrap.active .site_list>li:nth-child(9) { opacity: 1; transition: all 0.3s 0.0s, opacity 0.6s 1.6s } */
.site_wrap.active .site_list>li:nth-child(1) {
    opacity: 1;
    transition: all 0.3s 0.0s, opacity 0.6s 0.4s
}

.site_wrap.active .site_list>li:nth-child(2) {
    opacity: 1;
    transition: all 0.3s 0.0s, opacity 0.6s 0.5s
}

.site_wrap.active .site_list>li:nth-child(3) {
    opacity: 1;
    transition: all 0.3s 0.0s, opacity 0.6s 0.6s
}

.site_wrap.active .site_list>li:nth-child(4) {
    opacity: 1;
    transition: all 0.3s 0.0s, opacity 0.6s 0.7s
}

.site_wrap.active .site_list>li:nth-child(5) {
    opacity: 1;
    transition: all 0.3s 0.0s, opacity 0.6s 0.8s
}

.site_wrap.active .site_list>li:nth-child(6) {
    opacity: 1;
    transition: all 0.3s 0.0s, opacity 0.6s 0.9s
}

.site_wrap.active .site_list>li:nth-child(7) {
    opacity: 1;
    transition: all 0.3s 0.0s, opacity 0.6s 1.0s
}

.site_wrap.active .site_list>li:nth-child(8) {
    opacity: 1;
    transition: all 0.3s 0.0s, opacity 0.6s 1.1s
}

.site_wrap.active .site_list>li:nth-child(9) {
    opacity: 1;
    transition: all 0.3s 0.0s, opacity 0.6s 1.2s
}

.site_list {
    transition: 0.4s;
}

.site_list.active2 {
    margin-top: 6.0625rem;
    transition: 0.4s;
}

/**/




header.hide {
    opacity: 0;
    z-index: -100;
    transition: 0.6s;
}

#logo.hide {
    opacity: 0;
    z-index: -100;
    transition: 0.6s;
}

.ham.hide {
    opacity: 0;
    z-index: -100;
    transition: 0.6s;
}




@media screen and (-webkit-min-device-pixel-ratio:0) {}

@media all and (max-width: 1600px) {

    /* #logo { width: 250px; height: 25px; } */

}

@media all and (max-width: 1400px) {

    .navi {
        height: 6.5rem;
    }

    .navi.active {
        height: 5rem;
    }

    .navi.over {
        height: 6.5rem !important;
        background: none !important;
        border: none !important;
    }

    /* .navi.active #logo { width: 70px; height: 30px; } */

    #logo {
        left: calc(5% + 56px);
        width: 128px;
        height: 56px;
        transform: translateY(-3px);
    }

    .gnb {
        display: none;
    }

    .top_fixed_wrap {
        right: 5%;
    }

    /* .top_fixed_wrap { right: calc(5% + 6.25rem); } */

    /* .reserve { width: 10rem; } */
    .tel_wrap .tel a p {
        margin-top: 0;
    }

    .brand_go {
        left: 7.8rem;
    }

    /* .ham { right: calc(5% + 3rem); top: 26px; } */
    .ham {
        left: 5%;
        top: 25px;
    }

    /* .ham.active { right: calc(5% + 3rem); } */
    .ham.active {
        left: 5%;
    }

    .ham.over {
        top: 26px !important;
    }

    .ham.active2 {
        top: 16px;
    }

    /* .tel_wrap { margin-right: 1.5rem; } */

    .right_open p {
        transform: translate(0px);
    }

    /**/

    /**/

    .site_list {
        margin-top: 6.5rem;
    }

    .site_list::before {
        height: 6.5rem;
        left: 15rem;
        left: calc(5% + 14rem);
    }

    .site_list>li {
        height: 5rem;
    }

    .site_list>li>div {
        width: 15rem;
        width: calc(5% + 14rem);
    }

    .site_list>li>div>h4 {
        font-size: 1.5rem;
    }

    .site_list>li>a>span {
        font-size: 1.5rem;
        padding: 1rem 3.5rem;
    }

    .site_list2 {
        right: 5rem;
        gap: 1.75rem;
        pointer-events: auto;
    }

    .site_list2>li {
        font-size: 1rem;
    }


    .site_list>li:hover {
        background-color: #fff;
    }

    .site_list>li:hover h4 {
        color: #000;
    }

    .site_list>li:hover>div {
        border-right: 1px solid rgba(0, 0, 0, 0.4);
    }

    .site_list>li:hover>a>span:first-child {
        transform: translateY(0);
    }

    .site_list>li:hover>a>span:last-child {
        transform: translateY(-3.25rem);
    }

    .site_list2 {
        display: none;
    }

    .site_list>li.open .site_list2 {
        display: flex;
    }

    .site_list>li.open {
        background-color: #000;
    }

    .site_list>li.open>div {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .site_list>li.open h4 {
        color: #fff;
    }

    .site_list>li.open .site_list2 {
        opacity: 1;
    }

    .site_list>li.open>a>span {
        color: #fff;
    }

    .site_list>li.open>a>span:first-child {
        transform: translateY(3.25rem);
    }

    .site_list>li.open>a>span:last-child {
        transform: translateY(0);
    }


}

@media (max-width: 1000px) {

    /* .ham { top: 27px; }

    .ham.active2 { top: 15px; } */

    .site_list::before {
        display: none;
    }

    .site_list>li {
        height: auto;
        padding: 1.75rem 0;
        align-items: center;
        flex-wrap: wrap;
    }

    /* .site_list>li>a { } */
    .site_list>li>a>span {
        font-size: 1.425rem;
        padding: 0rem 4rem;
    }

    .site_list>li>a>span:last-child {
        transform: translateY(-5rem);
    }

    .site_list>li>div {
        width: 10.25rem;
    }

    /* .site_list2 {} */

    /* .site_list2.open {} */
    .site_list2 {
        position: relative;
        display: none;
        left: 0;
        flex-wrap: wrap;
        justify-content: flex-end;
        transition: max-height 0.3s ease-out;
        transform: translateY(0rem) !important;
        margin-top: 1.6rem;
        width: 100%;
        border-top: 1px solid #444;
        gap: 0;
    }

    .site_list2 li {
        width: calc(100% - 10.25rem);
        padding: 0.5rem 0;
        font-size: 1.225rem;
        text-align: left;
        padding-left: 4.25rem;
        box-sizing: border-box;
    }

    .site_list2 li:first-child {
        padding-top: 2rem;
    }

    .site_list2 li:last-child {
        padding-bottom: 0;
    }

    .site_logo {
        transform: scale(0.65);
        transform-origin: center bottom;
    }
}

@media all and (max-width: 767px) {

    .navi {
        height: 6rem;
    }

    .navi.active {
        height: 4.75rem;
    }

    .navi.over {
        height: 6rem !important;
        background: #fff !important;
    }

    .navi.active .guest_bt {
        background-size: contain !important;
    }


    /* #logo { width: 81px; height: 26px; left: 5%; transform: translateY(1px); } */
    #logo {
        left: calc(5% + 40px);
        width: 108px;
        height: 46px;
        transform: translateY(-1px);
    }

    #logo a {
        background: url(https://static.wixstatic.com/media/9b4f4f_ba5ab415b0894377900b6e13e25fa353~mv2.png) center no-repeat !important;
        background-size: contain !important;
    }

    /* .navi.active #logo { height: 20px; } */
    /*	.top_fixed_wrap { right: 5%; }*/

    .tel_wrap {
        margin: 0;
        order: 2;
    }

    .tel_wrap .tel {
        width: 30px;
        height: 30px;
        border: 1px solid #122d43;
        border-radius: 100%;
        transition: 0.3s;
        box-sizing: border-box;
    }

    .tel_wrap .tel a div {
        width: 100%;
        background-size: 14px !important;
    }

    .tel_wrap .tel a p {
        display: none;
    }

    .reserve {
        width: 6.75rem;
    }

    .reserve p {
        font-size: 0.875rem;
    }

    /* .reserve { width: 8.5rem; margin-right: 0.5rem; }
    .reserve p { padding-left: 1.25rem; }
    .reserve .call:after { top: 2%; } */

    .guest_bt_wrap {
        border: 1px solid #122d43;
        border-radius: 100%;
        box-sizing: border-box;
        /*background-size: 1.1875rem; margin-right: 0.375rem; */
        margin-left: 0.375rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .guest_bt {
        background-size: contain !important;
        width: 1rem !important;
        height: 1rem !important;
        right: 25px;
        top: 22px;
    }

    .navi.white .tel_wrap .tel {
        border: 1px solid #fff;
    }

    .navi.active .tel_wrap .tel {
        border: 1px solid #122d43;
    }

    .brand_go {
        left: 5.8rem;
    }



    .top_fixed_wrap {
        /*  right: calc(4% + 2.875rem); */
        right: 4%;
    }

    .sns_wrap {
        display: none;
    }

    .bgm_wrap {
        width: 8.75rem;
        margin-left: 0.5rem;
    }

    .bgm_wrap p {
        font-size: 0.975rem;
    }

    .ham {
        width: 30px;
        height: 30px;
        top: 21px;
        /* left: revert; right: 4%; */
        left: 4%;
    }

    .ham.active {
        /* right: 4%; left: revert; */
        left: 4%;
    }

    .ham.active2 {
        top: 13px;
    }

    .ham.over {
        top: 21px !important;
        right: 4%;
    }

    .ham .bar1 {
        margin-top: 6px;
    }

    .ham.active .bar1 {
        margin-top: 14px;
    }

    .ham.active span {
        width: 100% !important;
    }

    .gnb_wrap {
        max-width: 100%;
    }

    /**/


    .site_map {
        width: 100%;
        height: 100%;
        margin-right: 0;
        max-width: revert;
        justify-content: center;
        text-align: center;
        padding-left: 0;
    }

    .site_map:after {
        border-radius: 0;
    }

    .site_map>div {
        width: 100%;
    }

    .site_txt h1 {
        display: none;
    }

    .site_map>div>ul {
        transform: translateY(0rem);
        margin-top: 6rem;
    }

    .site_map ul li {
        line-height: 140%;
        margin: 0;
    }

    .site_map ul li b {
        font-size: 1.625rem;
    }

    .site_list>li {
        padding: 1.5rem 0;
    }

    .site_list>li>div {
        width: 8rem;
    }

    .site_list>li>div>h4 {
        font-size: 1.375rem;
    }

    .site_list>li>a>span {
        padding: 0 3rem;
        font-size: 1.375rem;
    }

    .site_list2 {
        margin-top: 1.5rem;
    }

    .site_list2 li:first-child {
        padding-top: 1.5rem;
    }

    .site_list2 li {
        padding: 0.375rem 0;
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-left: 0;
        font-size: 1.125rem;
        width: calc(100% - 8rem);
        padding-left: 3.25rem;
        text-align: left;
    }




}