.menu {
    position: fixed;
    top: 120px;
    right: 45px;
    z-index: 99;
}

.menu ul li {
    position: relative;
    font-size: 18px;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-bottom: 25px;
    padding-left: 15px;
    cursor: pointer;
    text-align: right;
}

.menu ul li:last-child {
    text-align: inherit;
    margin: 0;
}

.menu ul li.port {
    color: #f26522;
}

.point_circle {
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #f26522;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.gooey {
    background-image: linear-gradient(120deg, #ff6b31 0%, #f7bb15 100%);
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 80px;
    height: 49px;
    animation: morph 3s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
    cursor: pointer;
}

.gooey:before,
.gooey:after {
    content: '';
    width: 95px;
    height: 49px;
    display: block;
    position: absolute;
    left: 2px;
    top: 0;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms;
    background-image: linear-gradient(120deg, #ff6b31 0%, #f7bb15 100%);
}

.gooey:before {
    animation: morph 3s linear infinite;
    opacity: .21;
    animation-duration: 1.5s;
}

.gooey:after {
    animation: morph 3s linear infinite;
    animation-delay: 400ms;
    opacity: .89;
    content: "견적문의";
    color: #fff;
    line-height: 50px;
    text-indent: 10px;
    font-family: 'Pretendard-Regular', sans-serif;
}

@keyframes morph {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        opacity: .89;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@keyframes fadeIn {
    100% {
        transform: scale(1.03);
        opacity: 0;
    }
}


/* top */
.top {
    width: 35px;
    position: fixed;
    bottom: 5%;
    right: 40px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    display: none;
}

.top i {
    color: #222;
    font-size: 20px;
}

.top p {
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
}


/* cursor */
#cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #BFDC36;
    transform: translate(-50%, -50%);
}

#cursor.on {
    width: 100px;
    height: 100px;
    opacity: .5;
    transition-duration: .2s;
}

.menu_icon,
.menu_bg,
.m_menubox {
    display: none;
}

.m_gooey {
    display: none;
}


/* portfolio fix */
.pf_notice {
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: #f26522;
    border-radius: 100px;
    position: fixed;
    bottom: 3%;
    right: 100px;
    z-index: 99;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity .5s, transform .5s ease-in;
}

.pf_notice.show {
    opacity: 1;
    transform: translateX(0);
}

.pf_notice span {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 0 5px rgba(94, 94, 94, 0.15);
    font-size: 14px;
    color: #f26522;
    font-family: 'Pretendard-Bold', sans-serif;
}

.pf_notice p {
    width: max-content;
    padding: 0 30px;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    color: #ffe2d4;
    font-family: 'Pretendard-Regular', sans-serif;
}

.pf_notice p strong {
    font-weight: normal;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}
































/* mobile */
@media screen and (max-width: 767px) {

    #cursor {
        display: none;
    }

    .menu {
        display: none;
    }

    .menu_icon,
    .menu_bg,
    .m_menubox {
        display: block;
    }

    .menu_icon {
        width: 30px;
        position: fixed;
        top: 20px;
        right: 5%;
        z-index: 9999;
    }

    .menu_icon .line {
        width: 100%;
        height: 2px;
        background-color: #000;
        display: block;
        margin: 0 auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .menu_icon .line:first-child {
        margin: 0 auto 10px;
    }

    .menu_icon.active .line {
        background-color: #fff;
    }

    .menu_icon.active .line:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .menu_icon.active .line:nth-child(2) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .m_menubox {
        position: fixed;
        width: 0;
        overflow: hidden;
        height: 100%;
        opacity: 0;
        z-index: 9991;
    }

    .m_menubox.active {
        width: 100%;
        opacity: 1;
        transition-duration: 1s;
        transition-delay: .5s;
    }

    .m_menubox ul {
        position: absolute;
        top: 50%;
        left: 15%;
        transform: translateY(-50%);
    }

    .m_menubox ul li {
        font-size: 25px;
        margin-bottom: 30px;
        color: #fff;
        font-family: 'Pretendard-ExtraBold', sans-serif;
    }

    .m_menubox ul li:last-child {
        margin-bottom: 0;
    }

    .menu_bg {
        position: fixed;
        border-radius: 100%;
        top: 0;
        right: 0;
        background-color: #000;
        width: 0;
        height: 0;
        z-index: 9990;
    }

    .menu_bg.active {
        width: 2000px;
        height: 2000px;
        top: -500px;
        right: -500px;
        transition: all 2s;
    }


    /* top */
    .top {
        bottom: 10%;
        right: 20px;
    }

    .top i {
        font-size: 16px;
    }

    .top p {
        font-size: 12px;
    }

    .m_gooey {
        background-image: linear-gradient(120deg, #ff6b31 0%, #f7bb15 100%);
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        width: 57px;
        height: 37px;
        animation: morph 3s linear infinite;
        transform-style: preserve-3d;
        outline: 1px solid transparent;
        will-change: border-radius;
        cursor: pointer;
        display: block;
        position: fixed;
        top: 55px;
        right: 5%;
        z-index: 999;
    }

    .m_gooey:before,
    .m_gooey:after {
        content: '';
        width: 60px;
        height: 37px;
        display: block;
        position: absolute;
        left: 2px;
        top: 0;
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        will-change: border-radius, transform, opacity;
        animation-delay: 200ms;
        background-image: linear-gradient(120deg, #ff6b31 0%, #f7bb15 100%);
    }

    .m_gooey:before {
        animation: morph 3s linear infinite;
        opacity: .21;
        animation-duration: 1.5s;
    }

    .m_gooey:after {
        animation: morph 3s linear infinite;
        animation-delay: 400ms;
        opacity: .89;
        content: "견적문의";
        font-size: 12px;
        color: #fff;
        line-height: 37px;
        text-indent: 8px;
        font-family: 'Pretendard-Regular', sans-serif;
    }


    /* portfolio fix */
    .pf_notice {
        padding: 3px;
        bottom: 2%;
        right: 20px;
    }

    .pf_notice span {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }

    .pf_notice p {
        padding: 0 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .pf_notice p strong {
        font-weight: normal;
        color: #fff;
        font-family: 'Pretendard-SemiBold', sans-serif;
    }

}




















/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    #cursor {
        display: none;
    }

    .menu {
        top: 30px;
        right: 30px;
    }

    
    /* portfolio fix */
    .pf_notice {
        padding: 3px;
        bottom: 5%;
    }

    .pf_notice span {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }

    .pf_notice p {
        padding: 0 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .pf_notice p strong {
        font-weight: normal;
        color: #fff;
        font-family: 'Pretendard-SemiBold', sans-serif;
    }


}
