@charset "UTF-8";
@import url("font.css");

* {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

ul li {
    list-style: none;
}

a {
    font-family: "ns_regular";
    font-size: 20px;
    color: #35081D;
    text-decoration: none;
}

p {
    font-family: "ns_regular";
    font-size: 18px;
    color: #35081D;
    text-decoration: none;
}

h2 {
    font-family: "power";
    font-size: 35px;
    color: #650A30;
}

body {
    -ms-overflow-style: none;
}

html,
body {
    overflow-x: hidden;
}

header {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.visual {
    width: 100vw;
    height: auto;
    position: relative;
}

.visual h2 {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
}

.visual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.nav_warp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    z-index: 10;
}

.nav_back {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav h1 img {
    width: 150px;
    height: 90px;
}

.nav_warp .logo-default {
    display: block;
    height: 90px;
    transition: all .4s ease;
}

.nav_warp .logo-scrolled {
    display: none;
    height: 65px;
    transition: all .4s ease;
}

.gnb {
    display: flex;
}

.gnb_title {
    padding: 0 60px;
}

.nav a,
.nav p,
.gnb p {
    color: #fff;
    font-family: "ns_regular";
    font-size: 18px;
    transition: all .4s ease;
}

.hamburger {
    display: none;
}

.mobile-menu {
    display: none;
}

.nav ul.gnb {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav ul.gnb>li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.dropdown-nav a {
    font-size: 16px;
    font-weight: 500;
    color: #650A30;
    display: inline-block;
}

.nav_warp:hover {
    height: 100px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.nav_warp:hover .nav a,
.nav_warp:hover .nav p {
    color: #650A30;
}

.nav_warp:hover .logo-default {
    display: none;
}

.nav_warp:hover .logo-scrolled {
    display: block;
    height: 65px;
}

.nav_warp img {
    width: 150px;
    height: auto;
    object-fit: contain;
    transition: all .4s ease;
}

.nav .dropdown-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 180px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    z-index: 100;
    overflow: hidden;
}

.gnb li:nth-child(3)>ul {
    left: 25px !important;
}

.nav .dropdown-nav li {
    position: relative;
}

.nav .dropdown-nav li a {
    display: block;
    padding: 12px 16px;
    color: #333;
    transition: background .3s;
}

.nav .dropdown-nav li a:hover {
    background: #f5f5f5;
}

.nav ul.gnb>li:hover>.dropdown-nav {
    display: block;
}

.nav p {
    display: flex;
    align-items: center;
}

.dropdown-sub a {
    color: #666 !important;
    font-size: 14px;
}

.dropdown-sub a:hover {
    font-size: 16px;
}

.nav_warp.shrink {
    height: 80px;
    background: #fff url("../image/background.png") no-repeat;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.nav_warp.shrink .nav a,
.nav_warp.shrink .nav p {
    color: #35081D;
}

.nav_warp.shrink .logo-default {
    display: none;
}

.nav_warp .logo-scrolled {
    width: 150px;
    height: auto;
}

.nav_warp.shrink .logo-scrolled {
    display: block;
}

.nav_warp.shrink h1 img {
    width: 150px;
    height: auto;
    transition: transform .4s ease;
}






.store_sellect {
    position: relative;
    width: 100%;
}

.store_sellect_warp {
    position: absolute;
    width: 650px;
    height: 90px;
    background: #fff;
    border-radius: 46px;
    top: -145px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.store_sellect_warp li {
    width: 300px;
    height: 65px;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.store_sellect_warp li a {
    color: #650A30;
}

.store_sellect_warp li.active {
    background: #650A30;
}

.store_sellect_warp li.active a {
    color: #fff;
}

.Menu_sellect {
    width: 100%;
    margin: 100px 0 80px;
}

.Menu_sellect_warp {
    width: 1440px;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 80px;
    height: 30px;
    margin: 0 auto;
}

.Menu_sellect_warp a,
.Menu_sellect_warp a p {
    font-size: 18px;
    gap: 7px;
    display: flex;
    align-items: center;
}

.Menu_sellect_warp li.active a,
.Menu_sellect_warp li.active a p {
    color: #650A30;
    font-size: 20px;
    font-family: "ns_semibold";
}

.menu_list_warp {
    width: 1440px;
    margin: 0 auto;
}

.menu_list_warp ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.cup_Icecream_menu li {
    width: 300px;
    height: 430px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    border-radius: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    transition: transform .2s ease;
    border: #fff solid 1px;
}

.creation_menu_list li {
    width: 300px;
    height: 380px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    border-radius: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    transition: transform .2s ease;
    border: #fff solid 1px;
}

.menu_list_warp ul li:hover {
    transform: translateY(-4px);
    border: #eed5df solid 1px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transition: transform .2s ease;
}

.menu_list_warp ul li a {
    display: flex;
    width: 100%;
    height: 430px;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 40px;
    text-align: center;
    padding-bottom: 40px;
}

.menu_list_warp ul li p {
    width: 200px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu_list_warp ul li img {
    width: 170px;
    height: auto;
    max-height: 270px;
    object-fit: contain;
}

.img_small img {
    max-height: 230px !important;
}

.number ul {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding-bottom: 130px;
    align-items: center;
}

.number ul img {
    width: 10px;
}

.number ul a {
    font-family: "ns_regular";
    font-size: 16px;
    color: #666;
}

.small_number {
    position: relative;
    top: -2px;
}

.number ul b {
    font-family: "ns_semibold";
    font-size: 18px;
    color: #650A30;
    position: relative;
    top: -2px;
}





footer {
    width: 100vw;
    background: #35081D;
    position: relative;
}

.footer {
    width: 1440px;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
}

.footer_warp {
    margin-left: 70px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer h1 img {
    width: 150px;
    height: 90px;
}

.footer h1:nth-child(2) {
    display: none;
}

.footer li,
.footer p {
    font-family: "ns_regular";
    font-size: 14px;
    color: #fff;
}

.footer_list_01 {
    display: flex;
    gap: 60px;
}

.footer_list_02 li:nth-child(2),
.footer_list_02 li:nth-child(3),
.footer_list_03 li:nth-child(2),
.footer_list_03 li:nth-child(3) {
    color: #92707E;
}

.footer_list_02,
.footer_list_03 {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Top 버튼 */
#topBtn {
    position: fixed;
    width: 70px;
    height: 70px;
    background: #650A30;
    border-radius: 100%;
    right: 5%;
    bottom: 5%;
    z-index: 9999;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}

#topBtn.visible {
    display: flex;
}

#topBtn p {
    color: #fff;
    font-family: "ns_regular";
    font-size: 16px;
}

a#topBtn img {
    width: 16px;
    height: auto;
}

/* ---------- Responsive ---------- */
@media (max-width:1550px) {

    .nav,
    .Menu_sellect_warp,
    .menu_list_warp,
    .footer {
        width: 90%;
    }
}

@media (max-width:1450px) {
    .nav {
        height: 130px;
    }

    .nav:hover {
        height: 80px;
    }
}

@media (max-width:1320px) {
    .nav_warp .logo-default {
        height: 80px;
    }

    .gnb_title {
        padding: 0 40px;
    }
}

@media (max-width:1090px) {
    .menu_list_warp {
        width: 83%;
    }

    .menu_list_warp ul {
        gap: 40px 40px;
    }
}

@media (max-width:1060px) {
    .gnb_title {
        padding: 0 30px;
    }

    .gnb p {
        font-size: 18px;
    }
}

@media (max-width:1023px) {
    .nav {
        height: 100px;
        position: relative;
        justify-content: center;
    }

    .nav ul.gnb {
        display: none;
    }

    .nav p>a:first-child {
        display: none;
    }

    .nav p>.hamburger {
        display: block;
    }

    .nav p>.hamburger img {
        position: fixed;
        top: 35px;
        right: 40px;
        width: 32px;
        height: 32px;
        z-index: 300;
        transition: transform .3s ease;
    }

    .hamburger.active img {
        content: url("../image/close.png");
        transform: rotate(180deg) scale(.9);
        z-index: 10000000 !important;
    }

    .nav_warp {
        position: fixed;
        width: 100%;
        height: 100px;
        background: #FEF2E3;
        z-index: 10;
    }

    .nav_warp.shrink {
        height: 100px;
        background: #FEF2E3;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    }

    .nav_warp:hover {
        height: 100px !important;
        background: #FEF2E3 !important;
    }

    .nav_warp .logo-default {
        display: none;
    }

    .nav_warp .logo-scrolled {
        display: block;
    }

    .nav ul.gnb>li>a {
        color: #650A30;
    }

    .gnb_title,
    .login,
    .nav p {
        font-size: 18px !important;
        color: #650A30 !important;
    }

    .visual {
        height: 300px;
    }

    .visual img {
        display: none;
    }

    .visual h2 {
        font-size: 33px;
        color: #650A30;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .Menu_sellect {
        margin: 60px 0 50px;
    }

    .Menu_sellect_warp {
        gap: 50px;
    }

    .store_sellect_warp {
        width: 550px;
        height: 70px;
        top: -120px;
    }

    .store_sellect_warp li {
        width: 250px;
        height: 50px;
    }

    .store_sellect_warp li a,
    .store_sellect_warp li a p {
        font-size: 18px;
    }

    .store_sellect_warp li.active a,
    .store_sellect_warp li.active a p {
        font-size: 18px;
    }

    .Menu_sellect_warp li.active a,
    .Menu_sellect_warp li.active a p {
        font-size: 18px;
    }

    .Menu_sellect_warp li a,
    .Menu_sellect_warp li a p {
        font-size: 16px;
    }

    .footer h1:nth-child(1) {
        display: none;
    }

    .footer h1:nth-child(2) {
        display: inline-block;
    }

    /* 모바일 메뉴 */
    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        right: -400px;
        width: 300px;
        height: 100vh;
        background: #fff;
        box-shadow: -4px 0 20px rgba(0, 0, 0, .1);
        z-index: 9999 !important;
        overflow-y: auto;
        padding: 100px 20px;
        transition: right .4s ease;
    }

    .mobile-menu.active {
        right: 0;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease;
        z-index: 9998 !important;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .gnb-mobile li {
        border-bottom: 1px solid #eee;
    }

    .gnb-mobile li:last-child {
        border: none;
    }

    .gnb-mobile .gnb_title {
        font-size: 18px;
        color: #650A30;
        padding: 15px 0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: none;
        border: none;
        width: 100%;
    }

    .gnb-mobile .dropdown-nav {
        display: none;
        position: static;
        background: transparent;
        box-shadow: none;
        margin: 0;
        padding-left: 16px;
    }

    .gnb-mobile li.active>.dropdown-nav {
        display: block !important;
        background: #fff;
        padding: 8px 12px;
    }

    .nav .dropdown-nav li {
        padding: 3px 0;
    }

    .gnb-mobile .dropdown-nav li a {
        display: block;
        padding: 10px 0;
        font-size: 16px;
        color: #35081D;
    }

    .gnb-mobile .dropdown-nav>.dropdown-sub a {
        font-size: 14px !important;
        padding: 12px 12px;
    }

    .gnb-mobile .gnb_title::after {
        content: "▸";
        font-size: 14px;
        transition: transform .3s;
        color: #650A30;
    }

    .gnb-mobile li.active .gnb_title::after {
        transform: rotate(90deg);
    }

    .mobile-menu,
    .gnb-mobile,
    .gnb-mobile li {
        overflow: visible !important;
    }

    .mobile-menu,
    .mobile-menu * {
        overflow: visible !important;
        z-index: 9999 !important;
    }

    .footer h1 img {
        width: 150px;
        height: auto;
    }
}

@media (max-width:870px) {
    .gnb_title {
        padding: 0 20px;
    }

    #topBtn {
        width: 60px;
        height: 60px;
        gap: 3px;
    }

    #topBtn p {
        font-size: 16px;
    }

    a#topBtn img {
        width: 15px;
    }
}

@media (max-width:776px) {
    .menu_list_warp ul li {
        width: 290px;
    }
}

@media (max-width:770px) {
    .nav p>.hamburger img {
        top: 25px;
        right: 20px;
    }

    .nav,
    .nav_warp,
    .nav_warp.shrink,
    .nav_warp:hover {
        height: 80px !important;
    }

    .visual {
        height: 280px;
    }

    h2 {
        font-size: 30px;
    }

    .Menu_sellect {
        margin: 60px 0 50px;
    }

    .store_sellect_warp {
        width: 450px;
        height: 60px;
        top: -110px;
    }

    .store_sellect_warp li {
        width: 200px;
        height: 45px;
    }

    .Menu_sellect_warp {
        gap: 70px;
    }

    .Menu_sellect_warp li.active a,
    .Menu_sellect_warp li a {
        font-size: 16px;
    }

    .Menu_sellect_warp li.active a p,
    .Menu_sellect_warp li a p {
        display: none;
    }

    .menu_list_warp ul {
        flex-wrap: wrap;
        gap: 20px;
    }

    .menu_list_warp ul li {
        width: calc(45% - 10px);
    }

    .menu_list_warp ul li p {
        width: 220px;
        font-size: 14px;
    }

    .menu_list_warp ul li img {
        width: auto;
        max-height: 170px;
        max-width: 160px;
    }

    .cup_Icecream_menu li {
        width: 260px;
        height: 280px;
    }

    .creation_menu_list li {
        width: 260px;
        height: 250px;
    }

    .menu_list_warp ul li a {
        height: 280px;
        padding-bottom: 25px;
    }

    .img_small img {
        max-height: 140px !important;
    }

    .cup_small img {
        max-height: 130px !important;
    }

    .footer {
        flex-direction: column;
    }

    .footer h1 {
        margin-bottom: 20px;
    }

    .footer_warp {
        margin-left: 0;
    }

    .menu_list_warp ul {
    margin-bottom: 80px;
}

.number ul {
        padding-bottom: 80px;
    }
}

@media (max-width:600px) {
    .mobile-menu {
        width: 300px;
    }
}

@media (max-width:515px) {
    .visual {
        height: 220px;
        margin-top: -30px;
    }

    .visual h2 {
        font-size: 26px;
        top: 70%;
    }

    .Menu_sellect_warp {
        gap: 40px;
    }

    .store_sellect_warp {
        width: 350px;
        height: 60px;
        top: -82px;
    }

    .store_sellect_warp li {
        width: 170px;
    }

    .store_sellect_warp li a,
    .store_sellect_warp li.active a,
    .Menu_sellect_warp li.active a,
    .Menu_sellect_warp li a {
        font-size: 14px;
    }

    .Menu_sellect {
        margin: 50px 0 20px;
    }

    .cup_Icecream_menu li {
        height: 230px;
    }

    .icecream_Cake_menu li {
        height: 210px;
    }

    .creation_menu_list li {
        height: 200px;
    }

    .menu_list_warp ul li a {
        height: 230px;
        padding-bottom: 20px;
        gap: 20px;
    }

    .menu_list_warp ul li img {
        max-height: 150px;
        max-width: 130px;
    }

    .img_small img {
        max-height: 120px !important;
    }

    .cup_small img {
        max-height: 120px !important;
    }

    .menu_list_warp ul li p {
        font-size: 13px;
        width: 140px;
    }

    .footer_list_01 {
        gap: 30px;
    }

    .menu_list_warp ul {
    margin-bottom: 60px;
}

.number ul {
        padding-bottom: 60px;
    }
}

@media (max-width:480px) {
    .nav p>.hamburger img {
        top: 40px;
        transform: translate(-50%, -50%)
    }

    .nav,
    .nav_warp,
    .nav_warp.shrink,
    .nav_warp:hover {
        height: 60px;
    }

    .video-wrap {
        margin-top: 60px;
    }

    .mobile-menu {
        width: 230px;
    }

    .gnb-mobile .gnb_title {
        font-size: 18px !important;
    }

    .gnb-mobile .dropdown-nav li a {
        font-size: 16px !important;
    }

    .gnb-mobile .dropdown-nav>.dropdown-sub a {
        font-size: 14px !important;
    }

    .nav .dropdown-nav li {
        padding: 0;
    }

    #topBtn {
        width: 50px;
        height: 50px;
        gap: 1px;
    }

    #topBtn p {
        font-size: 12px;
    }

    a#topBtn img {
        width: 12px;
    }

    .number ul li {
    font-size: 14px;
}

.number ul b {
    font-size: 16px;
}

.menu_list_warp ul {
    margin-bottom: 40px;
}

.number ul {
        padding-bottom: 40px;
    }
}

@media (max-width:400px) {
    h2 {
        font-size: 28px;
    }

    .nav p>.hamburger img {
        right: 15px;
    }

    .store_sellect_warp {
        width: 230px;
        top: -80px;
    }

    .cup_Icecream_menu li {
        height: 205px;
    }


    .creation_menu_list li {
        height: 180px;
    }

    .menu_list_warp ul li a {
        height: 207px;
        padding-bottom: 15px;
        gap: 15px;
    }

    .menu_list_warp ul li img {
        max-height: 130px;
        max-width: 100px;
    }

    .img_small img {
        max-height: 100px !important;
    }

    .cup_small img {
        max-height: 100px !important;
    }

    .menu_list_warp ul li p {
        width: 120px;
    }
}

@media (max-width:380px) {
    .footer_list_01 {
        gap: 20px;
    }

    .footer_warp ul>li {
        font-size: 13px;
    }
}

@media (max-width:345px) {
    .footer_list_01 {
        gap: 10px;
    }

    .Menu_sellect_warp {
        gap: 30px;
    }

    .cup_Icecream_menu li {
        height: 195px;
    }

    .creation_menu_list li {
        height: 170px;
    }

    .menu_list_warp ul li img {
        max-height: 120px;
        max-width: 90px;
    }

    .img_small img {
        max-height: 90px !important;
    }

    .cup_small img {
        max-height: 90px !important;
    }

    .menu_list_warp ul li p {
        width: 90px;
    }
}

@media (max-width:320px) {
    h2 {
        font-size: 22px;
    }

    .menu_bar li span,
    .store_menu_bar li span {
        font-size: 13px;
    }

    .footer_warp ul>li {
        font-size: 13px;
    }

    .footer h1 {
        margin-bottom: 40px;
    }

    .footer_warp {
        gap: 40px;
    }

    .footer_list_01 {
        gap: 10px;
    }
}