@charset "utf-8";
/* 기본설정 */
@import "default.css";
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
a {
    color: inherit;
}
.header{
    width: 100%;
    height: 70px;
    /* background-color: rgba(100,100,100,0.5); */
    position: fixed;
    z-index: 9999;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.header:hover {
    height: 360px;
   background-color: rgba(0,0,0,0.5);
   backdrop-filter: blur(16px);
}
.header.scrolled.disable-hover:hover {
  height: 70px;
}
.header .logo{
    width: 90px;
    margin: 10px auto;
}
.header .logo img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.header .gnb1{
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    width: 57%;
    margin: 0 auto;
    color: #fff;
}
/* 스크롤 내려갔을 때 변경 */
.header.scrolled {
    /* flex-direction: row;     
    align-items: center; 
    justify-content: space-between;
    padding: 0 5%; */
    background-color: rgba(0,0,0,0.5);
    /* height: 70px; */
}
.header.scrolled .logo {
    /* margin: 5px 0 0 0;     */
}
.header.scrolled:hover {
    height: 360px;
    align-items: flex-start; 
}
/*.header .gnb1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 90px;
    left: 0;
}
.header.scrolled .gnb1::before {
    top: 70px;
}
.header .gnb1::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #464646;
    top: 90px;
    left: 0;
    transition: 0.7s width ease-in-out;
}
.header:hover .gnb1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #464646;
    bottom: 0;
    left: 0;
} */
.header .gnb_Title{
    position: relative;
    /* height: 100%; */
    width: 20%;
    text-align: center;
    line-height: 70px; 
    transition: all 0.2s;
    color: #fff;
    font-family: 'gowun', 'serif';
    letter-spacing: 1.8px;
    font-weight: 400;
}
.header .gnb_Title > span{
    text-decoration: none;
    width: 100%;
    /* height: 100%; */
    display: inline-block;
    font-weight: bold;
    font-family: 'nelp';
}
.header .gnb_Title ul{
    /* display: none;  */
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.header .gnb2 li{
    width: 100%;
    height: 37px;
    line-height: 5px;
    text-align: center;
    /* background-color: rgba(0,0,0,0.65); */
    padding: 3% 0;
    letter-spacing: 0px;
    font-family: 'gowun', 'serif';
}

.header .gnb2 li:first-child::before{
    display: none;
}
.header .gnb2 li a{
    position: relative;
    text-decoration: none;
    display: inline-block;
    width: max-content;
    height: 100%;
}
.header .gnb2 li a:hover{
    /* color: #FFBF94; */
}
.header .gnb2 li:hover a {
    font-weight: bold;
}


.header_wrap_m{
    display: none;
}

/* 헤더모바일 시작 */
.header_wrap_m{
/* background-color: rgba(255,255,255,1); */
width: 100%;
height: 50px;

}
.header_m{
    width: 100%;
    height: 100%;
    position: relative;
}
.img_invert {
    filter: invert(0.6);
}
.nav{
    position: absolute;
    right: 4%;
    top: 30%;
    cursor: pointer;
}
.nav ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav .navbar {
    position: relative;
    width: 29px;
    height: 25px;
}
.nav .navbar span{
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.nav .navbar.active span { transition: all 0.6s ease-in-out;}
.nav .navbar .bar2 {
    top: 9px;
    width: 80%;
    opacity: 1;
}
.nav .navbar .bar3 {
    top: 18px;
    width: 60%;
}
/* 활성화 상태 */

.nav .navbar.active .bar2 {
    width: 100%;
}

.nav .navbar.active .bar3 {
    width: 100%;
}

.gnb_m{
    /* display: none; */
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(16px);
    height: 100%;
    position: fixed;
    right: -110%;
    top: 0;
    z-index: 10101;
    padding: 20% 5% 5% 10%;
    overflow-y: auto;
    /* clip-path: circle(0% at 90% 0%);
    -webkit-clip-path: circle(0% at 90% 0%); */
    transition: all 0.4s ease;
}
.gnb_m.active{
    right: 0;
    /* display: block; */
    /* clip-path: circle(150% at 90% 0%);
    -webkit-clip-path: circle(150% at 90% 0%); */
    transition: all 0.6s ease;
}
.gnb_m .close{
    cursor: pointer;
    position: absolute;
    right: 5%; top: 1%;
}
.gnb1_m{
    width: 100%;
    /* text-align: center; */
}
.gnb_Title_m{
    cursor: pointer;
    font-family:"nelp", "gowun";
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 12%;
    letter-spacing: 3px;
    color: #fff;
    /* font-weight: 600; */
    /* transition:all 0.7s ease-out; */
}
.gnb_Title_m i {
    display: inline-block;
    margin-left: 15px;
    font-size: 22px;
    font-style: normal;
    transform: rotate(90deg);
}
.gnb_Title_m .gnb2_m li a{
    /* font-family: "gowun02"; */
    font-size: 16px;
    letter-spacing: 0.2px;
    display: inline-block;
}
.gnb_Title_m .gnb2_m li a:hover{
    color: #FFBF94;
}
.gnb_Title_m .gnb2_m li{
    width: 40%;
    display: inline-block;
}
.gnb_Title_m .gnb2_m li:last-child{
    border: none;
}
.gnb2_m {
    max-height: 0;
    padding: 10px 0 0 5px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out; 
    display: block; 
}
/* .gnb2_m.room.show {
    display: flex;
    flex-wrap: wrap;
}
.gnb2_m.room li {
    width: 33.333333%;
} */
.gnb_Title_m.active i {
    transform: rotate(-90deg);
}
.gnb_Title_m.active .gnb2_m {
    max-height: 300px; 
}
/* .gnb_m_wrap .gnb_Title_m:first-of-type.active {
    background-color: #CF9E6C;
}
.gnb_m_wrap .gnb_Title_m:nth-of-type(2).active {
    background-color: #B97A7A;
}
.gnb_m_wrap .gnb_Title_m:nth-of-type(3).active {
    background-color: #CBB767;
}
.gnb_m_wrap .gnb_Title_m:nth-of-type(4).active {
    background-color: #699173;
}
.gnb_m_wrap .gnb_Title_m:nth-of-type(5).active {
    background-color: #7E7463;
} 
.gnb_Title_m.active {
    color: #fff;
}*/

.show{
    display: block;
    transition:all 0.5s ease-in;
}
.hide{
    display: none;
    transition:all 0.5s ease-in;
}
@media(max-width:1200px){
    .header .gnb1{
        width: 60%;
    }
    .header .logo{
        left: 5%;
    }
}
@media(max-width:991px){

    .header_wrap{
        display: none;
    }
    .header_wrap_m{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 50px;
        z-index: 10102;
    }
    .header_m .logo_m{
        display: inline-block;
        position: absolute;
        top: 13%;
        left: 3%;
    }
    .logo_m img{
        width: 60px;
    }
}
@media(max-width:500px){
    .header_m .logo_m img{
        width: 60px;
    }
    .header_m .logo_m{
        top: 16%;
    }
}

@media(max-width:350px){
    .gnb_Title_m{
        font-size: 22px;
    }
}