@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{margin: 0; padding: 0; box-sizing: border-box;}
html, body{
    width: 100%; height: 100%; font-size: 16px; color: #333;
    background-color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}
img{vertical-align: top;}
ul{list-style: none;}
a:link{text-decoration: none; color: inherit;}
a:visited{text-decoration: none; color: inherit;}
a:hover{text-decoration: none; color: #333; transition: all 0.3s;}
a:active{text-decoration: none; color: #333;}

html, body{position: relative;}
header{
    position: fixed;
    top: 0; left: 0;
    z-index: 10;
    width: 100%;
}
#nav{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 5% 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
    margin: 0 auto;
    z-index: 9;
}


nav{
    width: 800px;
    text-align: center;
}


.m_nav.scrolled2 h2 img{content:url("../images/ham_bk.png")}

.m_gnb_bg{
    width: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    height: 900px;
    padding: 0;
    position: absolute;
    right: 0; top: 0;
    display: none;
}
#image2{display: none;}
.m_nav h2{
    width: 50px;
    position: absolute;
    top: 30px; right: 10px;
    cursor: pointer;
    z-index: 99;
}
.m_nav h2 img{width: 100%;}

#m_gnb{
    text-align: right;
    padding-top: 100px;
}

.m_log{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    margin-right: 20px;
}
.m_log li{
    width: 70px; height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}
.m_log li:first-child::after{content: " |";}

#m_gnb > li > a{
    display: block;
    font-size: 34px;
    font-weight: 600;
    padding-right: 20px;
}
#m_gnb .m_sub{display: none;}
#m_gnb .m_sub li a{
    display: block;
    background-color: rgba(126, 21, 33, 0.8);
    color: #fff;
    font-size: 24px;
    height: 38px; line-height: 38px;
    padding-right: 30px;
}

#m_gnb .m_sub li:active a{
    background-color: #fff;
    color: #911826;
    font-weight: 700;
} 

.m_nav{display: none;}

#nav.scrolled{
    background-color: #fff;
    transition: background-color 0.3s ease;
    z-index: 9;
}

#nav.scrolled img{content: url("../images/h1_vips.png");}
#nav.scrolled #gnb li > a{
    color: #333;
    transition: background-color 0.3s ease;
}
#nav.scrolled #gnb li:hover > a{color: #911826;}
#nav.scrolled #gnb .sub > li:hover > a{
    color: #911826;
    background-color: #fff;
}
#nav.scrolled #gnb .sub > li > a{color: #fff;}

#main_vd{
    width: auto; 
    height: 100%;
    overflow: hidden;
    background-color: #333;
}
#nav h1{width: 20%;}
video{
    width: 100%; 
}
#gnb{
    display: flex;
    justify-content: space-between;
    width: 800px;
    text-align: center;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#gnb > li {
    width: 25%;
    height: 80px;
    padding-top: 32px;
}
#gnb > li > a{
    margin-bottom: 20px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

#gnb > li:hover > a{
    color: #911826;
}
.sub{
    color: #fff;
    height: 34px; line-height: 34px;
    display: none;
}
.sub li{
    transition: all 0.3s;
}
.sub > li a{
    display: block;
    height: 38px;
    line-height: 38px;
    transition: all 0.3s;
}
.sub > li a{
    color: #fff;
}
.sub > li:hover a{
    color: #911826;
    background-color: #fff;
}
#gnb_bg{
    width: 100%; height: 160px;
    background-color: rgba(126, 21, 33, 0.8);
    z-index: 1;
    display: none;
}

#content {
    display: flex;
    white-space: nowrap;
}
#content > li{
    width: 50%; height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
}

#content > li:first-child{
   display: flex;
   justify-content: flex-end;
   padding-right: 50px;
}
#content > li:last-child{
    color: #fff;
    background-color: #911826;
    padding-left: 50px;
}
#content > li:last-child a{
    display: block;
    height: 30px;
}
#content a{
    margin-right: 10px;
}
#content > a img{
    width: 100%;
}
#slide{
    width: 400px; height: inherit;
}
#slide{
    overflow:hidden;
    font-size: 16px;
}
#slide_wrap{

    position:relative;
}
#slide_wrap li{
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    margin-left: 10px;
}


.event_wrap{
    width: 1000px; 
    overflow: hidden;
    margin: 2% auto;
}
.slide_img{
    display: flex;
    position: relative;

}
.slide_li{
    width: 100%;
}
.slide_li img{
    width: 100%;
}
.slide_sec div{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-top: 20px;
    border-top: 1px dotted silver;
    border-bottom: 1px dotted silver;

}

.slide_sec div a{
    border: 1px solid #911826;
    color: #911826;
    border-radius: 5px;
    display: block;
    font-size: 1em;
    width: auto; line-height: 68px;
    text-align: center;
    white-space: nowrap;
    padding: 0 10px;
}
.slide_sec div a:hover{
    background-color: #911826;
    color: #fff;
}
.event_title{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;

}
.mania{
    background-color: #72502b;
    height: 400px;
    white-space: nowrap;
    
}
.mania > div{
    height: 400px;
    width: 1500px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    margin: 0 auto;
}
.mania h1{

    font-size: 10rem;
    letter-spacing: -6px;
    font-weight: 800;
    text-align: center;
    font-family: "arial";
    color: #911826;
}
.mania_txt{

    width: 80%;
    color: #fff;
    width: 1000px;
}
.mania_txt h2{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.mania_sec1{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.mania_sec1 ul li{
    height: 30px;
    margin-right: 20px;
}

.mania_btn{
    display: flex;
}
.mania_btn div{
    width: 100px;
    height: 40px; line-height: 36px;
    border: 2px solid white;
    text-align: center;
    border-radius: 5px;
}
.mania_btn div a{
    display: block;
}
.mania_btn div:first-child{
    background-color: #fff;
    border: 2px solid #fff;
    color: #72502b;
    margin-right: 10px;
}
.mania_sec2{
    display: flex;
    justify-content: space-between;
}
.mania_sec2 p{
    line-height: 30px;
}
.mania_btn2{
    display: flex;
    align-items: center;
}
.mania_btn2 li a{
    display: block;
    height: 40px; line-height: 34px;
    border: 2px solid white;
    padding: 0 10px;
    border-radius: 5px;
}
.mania_btn2 li:first-child a{
    margin-right: 10px;
}

.mania_btn div:hover a{
    background-color: #72502b; color: #fff; border-color: white;
    font-weight: bold;
}
.mania_btn div:last-child:hover a{
    background-color: #fff; color: #72502b;
}
.mania_btn2 li:hover a{
    background-color: #fff; color: #72502b;
}
.bb_400{display: none;}
.banner_baro{
    display: flex;
    color: #fff;
    background-color: #222;
}
.banner_wrap{
    width: 50%;
}
.banner{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    height: 300px;
}
.small_notice{
    width: 600px;
    margin-right: 70px;
}
.table_name{
    color: #911826;
    font-size: 38px;
    font-weight: 800;
    line-height: 40px;
}
.table_date{
    font-size: 20px;
    border-radius: 30px;
    background-color: #911826;
}
.table_change{
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
}
.table_time{
    font-size: 40px;
    font-weight: 700;
}
.table_last{
    font-size: 12px;
    height: 50px;
}
.baro{height: 300px; overflow: hidden;}

.pick_wrap{
    width: 100%; height: 650px;
    background-image: url("../images/pick_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    overflow: hidden;
}
.pick_menu{
    margin: 0 auto;
    width: 1500px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.cutlery{
    width: 350px; height: 350px;
    background: url("../images/Cutlery.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(1);
    transform: rotate(45deg);
    position: absolute;
    bottom: -80px; left: -80px;
    border-radius: 300px;
    overflow: hidden;
}
.txt_box{
    text-align: right;
    width: 35%; height: 80%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 2;
    margin-bottom: 1%;
}
.txt_box h1{
    font-size: 90px;
    height: 300px; line-height: 90px;
    font-weight: 600;
}
.txt_box div{
    font-size: 30px;
    text-align: right;
    height: 80px;
    line-height: 36px; 
}
.txt_box div strong{
    font-weight: 800;
}
.txt_box p{
    line-height: 24px;
    font-weight: thin;
    height: 80px;
    margin-bottom: 2%;
}
.txt_box p strong{font-weight: 800;}
.txt_box a{
    display: block;
    width: 160px;
    height: 40px; line-height: 40px;
    border: 1px solid white;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s;
}
.txt_box a:hover{
    background-color: #fff;
    color: #911826;
}

.pick_img_wrap{
    position: relative;
    width: 65%; height: 80%;
}
.side, .poter, .toma{filter: drop-shadow(3px 3px 8px #222);}
.side{
    position: absolute;
    bottom: 60px; right: 600px;
}
.poter{
    position: absolute;
    top: 60px; right: 420px;
}
.toma{
    position: absolute;
    bottom: -30px; right: 10px;
    transform: scaleX(-1);
}
.label{
    position: absolute;
    bottom: 50px; right: 100px;
}

.find_store{
    background: url("../images/store1_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.store_wrap{
    width: 1500px; height: 400px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}
.store_img{
    display: flex;
    align-items: center;
    margin-left: 100px;
    filter: drop-shadow(3px 3px 5px #333);
}
.store_img div:first-child{
    margin-left: 50px;
    margin-bottom: 100px;
}

.store_img div:last-child{
    position: absolute;
    left: 350px;
    margin-right: 50px;
}

.store_txt {
    width: 45%;
    position: absolute;
    right: 0;
}
.store_txt h2{
    font-size: 36px;
    font-weight: bold;
}
.store_txt h4{
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 20px;
}
.store_txt p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.store_txt a{
    display: block;
    width: 160px; height: 40px;
    line-height: 40px; text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
}
.store_txt a:hover{
    background-color: #fff; color: #911826; border-color: #fff;
}

.sns_how{
    width: 1500px; height: 500px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.sns_wrap{
    width: 60%;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}
.insta{
    padding-right: 30px;
}
.insta_pro > a{
    display: block;
    width: 100px;
    height: 34px; line-height: 34px;
    border-radius: 5px;
    border: 1px solid #911826;
    margin-top: 10px;
    color: #911826;
}
.insta_pro > a:hover{
    color: #fff;
    background-color: #911826;
}
.insta ul{
    display: flex;
    justify-content: space-around;
    gap: 10px;
    margin: 10px auto;
    font-weight: bold;
}

.insta p{
   text-align: right; 
   height: 100px; line-height: 30px;
   margin: 20% 0;
}
.insta_head{
    display: flex;
    align-items: center;
}
.sns_btn{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.insta_img_wrap{display: flex;}
.insta_img_wrap ul li{
    overflow: hidden;
}
.insta_img_wrap a img{transition: transform 0.3s linear;}
.insta_img_wrap a:hover img {transform: scale(1.1);}
.how_link_wrap{ 
    background: url("../images/howto_link_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.howto{
    margin: 0 auto;
    height: 250px;
    overflow: hidden;
    display: flex; 
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid rgba(203, 173, 124, .5);
    color: #fff;
}
.howto > img{width: 40%;}
.howto > div{
    white-space: nowrap;
    margin: 0 10px;
    font-size: 24px;
}
.howto > div span{
    font-size: 30px;
    font-weight: 700;
}
.howto > div h1{
    font-size: 32px;
}
.howto a{
    display: block;
    width: 100px;
    padding-right: 10px;
}
.howto a > img{width: 100%;}
.q_link{
    height: 250px;    
    display: flex;    
    align-items: center;
}
.q_link p{width: 140px;
    text-align: center;
    height: 30px; 
    line-height: 30px; 
    color: #CBAD7C;
    font-size: 26px;
}
.q_link ul{
    margin: 0 auto;
    width: 50%;
    display: flex;
    align-items: center;
    height: 100px;
    margin: 0 auto;
}
.q_link ul li{
    width: 48%;
    color: #CBAD7C; 
    text-align: center;
}

.q_link li a{display: block;}
.q_link li span{
    display: block;
    text-align: center;
}
.q_link ul li:hover > a{color: #fff;}


footer{
    background-color: #2B2119;
    height: 350px;
    color: #fff;
}
footer div{
    background-color: #3E2D20;
    height: 100px;
    display: flex;
    align-items: center;
}
#family_site{display: none;}
footer p{text-align: center;}
.family{
    width: 800px; height: 80px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.family li a{display: block;}
.footer_txt {background-color: #2B2119;}
.footer_txt p{
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.footer_txt > p{
    margin: 20 auto;

    text-align: center;

}
#ta_family{display: none;}
 



@media (max-width: 800px) {
    #nav > h1{width: 150px; }
    #nav > h1 img{width: 100%;}
    #nav{
        margin: 0 auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 10%;
        padding: 0 40px;
    }
    nav {
        width: 500px;
        justify-content: space-between;
    }
    #gnb {
        font-size: 12px;
        width: 500px;
    }
    #main_vd {
        width: 100%;
        height: auto;
    }
    .mania > div, .pick_menu, .store_wrap, .sns_how, .slide_sec div{width: 800px;}
    .mania{
        height: 600px;
        margin: 0 auto;
    }
   
    .event_wrap{
        width: 400px;

        margin: 0 auto;
    }
    .slide_img li {
        width: 100%;

    }
    .mania{
        height: 650px;}
    .mania > div{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 0;
    }
    .mania_sec1, .mania_sec2{
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto ;
    }
    .mania h1{
        margin: 0 auto;
        font-size: 8rem;
        padding: 0 20px;
    }
    .mania_txt{
        width: 100%;
        font-size: 0.9em;
    }
    .mania_txt h2{
    text-align: center;
    margin: 0 auto 20px;
    width: 400px;
    white-space: wrap;
    }
    .mania_sec1{
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .cjone{margin-bottom: 10px;}
    .mania_btn2{margin-top: 10px;}
    .event_title{
        font-size: 1em;
    }
   
    .banner_baro{
        width: 800px; height: 600px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner_wrap{
        display: flex;
        justify-content: center;
    }
    .small_notice{margin: 0 auto;}
    .banner > div{width: 800px;}

    .cutlery{display: none;}
    .pick_menu{
        margin: 0 auto;
        width: 800px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    .txt_box{
        font-size: 0.8rem;
        width: 44%; height: 520px;
        margin-left: 10px;
        align-items: center;
    }
    .txt_box h1{
        font-size: 4rem;
        height: 100px; line-height: 60px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .txt_box div{
        height: 40px;
    }
    .txt_box p{
        height: 50px;
    }
    .pick_img_wrap{width: 60%;}
    .side, .poter{display: none;}
    .toma{
        position: absolute;
        bottom: 30px; right: 10px;
        transform: scaleX(-1);
    }
    .toma img{width: 100%;}
    .label{
        position: absolute;
        bottom: 40px; right: 40px;
    }
    .find_store{
        width: 100%;
        height: 800px;
    }
    .store_wrap{
    width: 100%; height: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    }
    .store_img div:first-child{
    margin-left: 0; margin-bottom: 20px; 
    }
    .store_img div:last-child{
        position: absolute;
        top: 130px; right: 50px;
    }
    .store_img div{
    margin: 0 auto;
    position: unset;
    }
    .store_txt{
        text-align: center;
        margin: 0 auto;
        position: unset;
        width: auto;
        position: relative;
        height: 300px;
    }
    .store_txt a{
        position: absolute;
        bottom: 0; left: 50%; 
        transform: translate(-50%, 0);
    }
  .sns_how{
    width: 800px; height: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    overflow: hidden;
}

    .sns_wrap{
        width: 100%;
        margin: 0 auto;
    }
    .howto{width: 100%;}
    .how_link_wrap{width: 100%;
        margin: 0 auto;
    }
    .family{
        padding: 0 20px;
        margin: 0 auto;
    }
    .family li a img{width: 80%;}

    footer > p{
        text-align: center;
    }
    .footer_txt{display: none;}

    #ta_family{
        width: 200px;
        height: 30px;
        margin: 20px auto;
        display: block;
    }
}



@media (max-width: 400px) {
    #gnb{display: none;}
    #main_vd {
        width: 100%;
        height: auto;
    }
    #nav {padding: 10px 0.5em 0;}
    #content{
        display: flex;
        flex-wrap: wrap-reverse;
        width: 400px;
        height: 100px;
    }
    #content > li{
        width: 400px;
        height: 40px;line-height: 40px;
    }
    #content > li:first-child{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 20px;    
    }
    #content > li:last-child{
        padding-left: 20px;
        padding-right: 20px;
    }
    .event_title{font-size: 0.5em;}
    .event_wrap{width: 340px;}
    .slide_sec div{
        width: 340px;
        font-size: 0.8rem;
    }
    .slide_sec div a{height: 40px;line-height: 40px; font-size: 0.2rem;}
    .store_wrap {
        width: 100%;
    }
    .mania{
        width: 100%;
        height: 700px;
        text-align: center;
    }
    .mania_txt h2{width: 350px; font-size: 36px;}
    .mania div{width: 100%;}
    .mania div h1{font-size: 100px;}
    .mania_sec1{width: 80%;}
    .mania_sec1 ul{margin: 0 auto;}
    .mania_sec1 ul li{
        height: 80px; 
        line-height: 36px; 
        text-align: center;
    }
    .cjone{display: none;}
    .mania_btn {
        margin: 0 auto;
        justify-content: center; gap: 5px;
    }
    .mania_btn div{ width: 100px; }
    .mania_sec2{
        white-space: wrap;
        margin: 0 auto;
        padding: 0 20px;
        width: 80%;
    }
    .mania_sec2 p{
    width: 80%;
    margin: 0 auto 10px;
    }
    .mania_btn2{margin: 0 auto;}
    .banner_baro{
            width: 100%; height: 820px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
    .bb_400 img{width: 100%;}
    .banner_wrap, .baro{display: none;}    

    .pick_wrap{
        width: 100%;
        height: 1000px;
        display: flex;
        flex-wrap: wrap;
    }
    .pick_menu{display: flex; flex-wrap: wrap-reverse;}
    .pick_img_wrap{width: 100%; height: 60%;}
    .txt_box{
        width: 100%;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }
    .txt_box div{text-align: center;}
    .toma{
        width: 100%;
        left: 10%; bottom: 10px;
    }
    .label{
    position: absolute;
    top: 170px; left: 40px;
    }
    .find_store{
        width: 100%;
        height: 900px;
    }
    .store_img{
        width: 340px;
        margin:0 auto 50px;
    }
    .store_img div:first-child img{width: 90%;}
    .store_img div:last-child{
        width: 50%;
        position: absolute;
        top: 200px; right: -50px;
    } 
    .store_img div:last-child img{width: 100%;}
    .store_txt{
        width: 90%; 
        margin: 0 auto;
        height: 450px;
    }
    .store_txt h2{width: 70%;margin: 0 auto;}
    .store_txt h4{width: 60%; margin: 10px auto;}
    .store_txt p{width: 88%;margin: 0 auto;}
    .store_txt a{
        position: absolute;
        bottom: 0; left: 50%;
        transform: translate(-50%,0);
    }

.sns_how{width: 100%;}
.insta{padding: 10px 0;}
.insta_head{
    width: 60%;
    display: block;
    margin: 10px auto;
    display: flex;
}
.insta_pro{width: 50%; margin: 0 auto;}
.insta_pro a{margin: 0 auto;}
.insta_img_wrap{width: 100%;}
.insta_img_wrap img{width: 100%;}
.insta{width: 100%;}
.sns_wrap{display: flex;flex-wrap: wrap;}
.insta > ul{width: 60%;margin: 0 auto;}
.insta p{ margin: 20px auto; text-align: center;}
.sns_btn{justify-content: center; margin-bottom: 10px;}
.howto{
    position: relative;
    width: 100%; 
    height: auto; 
    display: flex; 
    flex-wrap: wrap; 
    padding: 20px;
}
.howto img{width: 100%;}
.howto a{position: absolute; bottom: 40px; right: 10px;}
.q_link{    
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    z-index: 9999;
    border: 1px solid yellow;
}
.q_link ul{
    width: 60%; height: 50px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  
}
.q_link ul li{padding-right: 0;   margin: 0 auto;}
.q_link p{
    width: 380px; margin: 0 auto;
    font-size: 30px;
    text-align: center;
    color: #CBAD7C;

}
#family_site{margin: 0 auto; width: 200px;}

.family{display: none;}
.footer_txt{width: 200px; margin: 0 auto;}
footer{
    width: 100%; height: 400px;
}





}