body {
    font-family: 'SUIT', sans-serif;
    overflow-x: hidden;
}

#logo {
    padding: 1.250rem 0 0 0;
}

::-webkit-scrollbar-thumb {
    background: var(--pointcolor);
}

/* ============== header ============== */

/* #header{position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; background: transparent; letter-spacing: 0.05em; transition: .5s; padding: 0;color: #fff; height: 6.3125em;} */
#header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    letter-spacing: 0.05em;
    transition: .5s;
    padding: 0;
    color: #fff;
    height: 6.3125em;
}

#header .header_wrap {
    align-items: center;
    padding: .15rem 3rem;
    position: relative;
}

#header .header_wrap .logo {
    width: 10%;
    height: auto;
    display: flex;
    text-align: center;
}

#header .header_wrap a {
    color: #fff;
}

#header .header #lnb {
    width: fit-content;
    position: relative;
    top: 0;
    left: 0;
    --x-gap: 3.5rem;
    --y-gap: 1.5rem;
    gap: var(--y-gap) var(--x-gap);
}

#header .header #lnb .menu {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    white-space: nowrap;
    font-weight: 400;
}

#header .header #lnb .menu li a:hover {
    font-weight: 600;
    color: var(--pointcolor);
    transition: .3s;
}

#header .header_wrap #menu-pc {
    width: fit-content;
    margin: 0 auto;
    transition: .5s;
    position: relative;
}

#header .header_wrap #menu-pc .submenu {
    position: absolute;
    padding-top: 4.5rem;
    /* width: 500px;height: 376px; */
    letter-spacing: -1px;
    transition: .3s;
    z-index: -1;
    pointer-events: none;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

#header .header_wrap #menu-pc li .submenu li a {
    color: #6c6c6c;
    padding: .45rem 0;
    display: block;
    opacity: 0;
}

#header .header_wrap #menu-pc li .submenu.active li a {
    opacity: 1;
}

#header.active .header_wrap #menu-pc .submenu {
    pointer-events: initial;
}

#header .header #menu-pc::after {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    z-index: -2;
    width: 100%;
    transition: .5s;
    margin-top: 2.25055rem;
}

/* #header.open .header #menu-pc::after {height: 390px;} */
#header.open .header #menu-pc::after {
    height: 540px;
}

#header.active .header #menu-pc::after,
#header.activeBg .header #menu-pc::after {
    transform: scaleX(1.5);
}

#header .header_wrap::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: url(../img/head_bg.png);
    z-index: -10;
    opacity: 0;
    transition: .5s;
    left: 0;
    background-size: cover;
}

#header.active .header_wrap::after,
#header.activeBg .header_wrap::after {
    opacity: 1;
}

#header .header_wrap #menu-pc li .submenu.active {
    z-index: 10;
    opacity: 1;
    display: block;
}

#header .header_wrap #menu-pc li .submenu li {
    position: relative;
    display: block;
    transition: .3s;
}

#header .header_wrap #menu-pc li .submenu li::before {
    display: none;
    z-index: -1;
}

#header .header_wrap #menu-pc li .submenu li.active:hover::before {
    display: block;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    top: 0;
    background: #fff;
    left: 0;
    z-index: 1;
}

#header .header_wrap #menu-pc li .submenu li.active:hover {
    font-weight: 600;
}

#header .header_wrap .side_btn.pc {
    width: fit-content;
}

#header .header_wrap .side_btn.pc ul {
    float: right;
}

#header .header_wrap .side_btn li {
    white-space: nowrap;
    position: relative;
    display: table;
    padding: 0 0.6em;
}

.logo img {
    max-width: initial;
}

.logo a {
    display: inline-flex;
}

.sub_logo img {
    display: none;
}

#quick_wrap {
    background: none;
    position: fixed;
    bottom: 50px;
    right: 65px;
    z-index: 9999;
}

#quick {
    background: none;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    cursor: pointer;
}

#quick>div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
}

#quick>div>img {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

#quick .to_top {
    letter-spacing: .1em;
    color: #fff;
    padding-top: 0.5em;
    opacity: 1;
    transition: 0.3s
}

.quick_list {
    display: block;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 60px;
    pointer-events: none;
}

.quick_list li {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--pointcolor);
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
    background-color: none;
    cursor: pointer;
    margin-bottom: 10px;
    opacity: 0;
    z-index: -99;
    pointer-events: none;
    position: relative;
}

.quick_list li:nth-child(1) {
    background-image: url(../img/quick_icon_01.png);
    transition: 1.6s;
}

.quick_list li:nth-child(2) {
    background-image: url(../img/quick_icon_premium.png);
    transition: 1.4s;
}

.quick_list li:nth-child(3) {
    background-image: url(../img/quick_icon_02.png);
    transition: 1.2s;
}

.quick_list li:nth-child(4) {
    background-image: url(../img/quick_icon_03.png);
    transition: 1s;
}

.quick_list li:nth-child(5) {
    background-image: url(../img/quick_icon_04.png);
    transition: .8s;
}

.quick_list li:nth-child(6) {
    background-image: url(../img/quick_icon_05.png);
    transition: .6s;
}

.quick_list li:nth-child(7) {
    background-image: url(../img/quick_icon_06.png);
    transition: .4s;
}

.quick_list li:nth-child(8) {
    background-image: url(../img/quick_icon_07.png);
    transition: .2s;
}

.quick_list li:nth-child(9) {
    background-image: url(../img/quick_icon_08.png);
}

.quick_list li::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 30px;
    background: #fff;
    color: #2d2d2d;
    left: -108px;
    margin-top: 10px;
    border-radius: 4px;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
    font-size: 0.875rem;
    text-align: center;
    padding: 6px 0;
    font-weight: 400;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, .1);
    z-index: -1;
}

.quick_list li::before {
    content: '';
    position: absolute;
    left: -20px;
    margin-top: 22px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4px 7px 4px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(90deg);
    transition: .3s;
    pointer-events: none;
    opacity: 0;
}

.quick_list li:hover::after,
.quick_list li:hover::before {
    opacity: 1;
    pointer-events: auto;
}

.quick_list li:last-child:after,
.quick_list li:last-child::before {
    display: none;
}

.quick_list li:nth-child(1)::after {
    content: '실시간 상담';
}

.quick_list li:nth-child(2)::after {
    content: '프리미엄 영양제';
}

.quick_list li:nth-child(3)::after {
    content: '전화상담';
}

.quick_list li:nth-child(4)::after {
    content: '카톡상담';
}

.quick_list li:nth-child(5)::after {
    content: '네이버예약';
}

.quick_list li:nth-child(6)::after {
    content: '인스타그램';
}

.quick_list li:nth-child(7)::after {
    content: '유튜브';
}

.quick_list li:nth-child(8)::after {
    content: '블로그';
}

.quick_list li:nth-child(9)::after {
    content: '오시는길';
}


.quick_list li.on_off {
    background-image: url(../img/plus.png);
    display: block;
    opacity: 1;
    pointer-events: auto;
    margin-bottom: 0;
}

.quick_list li.on {
    opacity: 1;
    z-index: 1;
    pointer-events: auto
}

.quick_list li.on.on_off {
    background-image: url(../img/minus.png);
}

.quick_list li a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.quickcounselBox {
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid var(--pointcolor);
    padding: 4rem 2.5rem 2.5rem;
    width: 23.5rem;
    position: fixed;
    right: 14rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: none;
}

.quickcounselBox span.point-color::after {
    content: '';
    position: absolute;
    background: url(../img/cross.png) no-repeat;
    height: 12px;
    width: 12px;
    right: -17px;
    top: 7px;
}

.quickcounselBox .form .box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.8rem 0;
}

.quickcounselBox .form .box p {
    width: 5rem;
}

.quickcounselBox .form .box input.wr_name {
    border: none;
    padding: 0.6rem;
    width: calc(100% - 5rem);
    background-color: #eaeaea;
    border-radius: 5px;
}

.quickcounselBox .form .box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.8rem 0;
}

.quickcounselBox .form .box .number_box {
    justify-content: space-between;
    width: calc(100% - 5rem);
}

.quickcounselBox .form .box .number_box select.wr_tel {
    width: 30%;
    border: none;
    padding: 0.6rem;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/img/select_arrow.png) no-repeat 90% 50%, #eaeaea;
    background-size: 14%;
}

.quickcounselBox .form .box .number_box input.wr_tel {
    width: 25%;
    border: none;
    padding: 0.6rem;
}

.quickcounselBox .form .box .number_box input {
    border-radius: 5px;
    background-color: #eaeaea;
}

.quickcounselBox .form .box textarea {
    border: none;
    width: calc(100% - 5rem);
    border-radius: 5px;
    background-color: #eaeaea;
}

.quickcounselBox .form .agree_box input.agree_checkbox {
    width: 1px;
    height: 1px;
    opacity: 0;
}

.quickcounselBox .form .agree_box input.agree_checkbox+label {
    position: relative;
    padding-left: 14px;
}

.quickcounselBox .form .agree_box input.agree_checkbox+label::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border: 1px solid #515153;
    top: 5px;
    left: 0;
}

.quickcounselBox .form .agree_box input.agree_checkbox:checked+label::before {
    background: #515153 url(/img/main/chk.png)no-repeat center;
    background-size: 100%;
}

.quickcounselBox .form .submit_btn {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    border: none;
    cursor: pointer;
}

.quickcounselBox .close_btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
}

.quickcounselBox.on {
    display: block;
}

.bg_box {
    width: 100%;
    height: 100%;
}

#menu-mo,
.menu-btn,
#header .header_wrap>.logo-mo,
.bg_box {
    display: none;
}


@media (max-width: 1825px) {
    #header .header #lnb {
        --x-gap: 2.5rem;
    }

    #header .header_wrap #menu-pc .submenu.font-16 {
        font-size: .95rem;
    }

}


@media (max-width: 1440px) {


    #logo.pc,
    #menu-pc,
    .side_btn.pc {
        display: none;
    }

    #menu-mo {
        display: block;
    }

    #menu-pc,
    .side_btn.pc,
    #header .header::after,
    #header .header_wrap .logo.pc {
        display: none;
    }

    #quick_wrap {
        z-index: 9997;
    }

    #header.open .header::after {
        height: 0;
    }

    #menu-mo,
    .menu-btn,
    #header .header_wrap>.logo-mo {
        display: block;
    }

    #menu-mo {
        padding: 0 5%;
    }

    #menu-mo .logo-mo {
        border-bottom: 1px solid #2d2d2d;
        z-index: 1;
        background: #fff;
        width: 90%;
        position: fixed;
    }

    #header .header_wrap>.logo-mo {
        padding-left: 5%;
    }

    #header .header #lnb {
        width: 100%;
    }

    /* #header.active .header_wrap::after, #header.activeBg .header_wrap::after  {opacity: 0;} */

    #header .header_wrap {
        padding: 0;
    }

    #header .header_wrap .logo {
        width: 90%;
    }

    #header .header_wrap .side_btn li {
        display: inline-table;
    }

    #header .header_wrap .side_btn li::after {
        right: -5%;
    }

    #header .header_wrap a {
        color: #2d2d2d;
    }

    #header .header_wrap #menu-mo .side_btn li {
        padding-left: 0;
        padding-right: 5.313rem;
    }

    #header .header #menu-mo #lnb {
        display: block;
        border-bottom: 1px solid #2d2d2d;
        margin-top: 145px;
    }

    #header .header #menu-mo #lnb .menu.font-18 {
        font-size: 3.125rem;
        font-weight: 600;
        letter-spacing: -.3rem;
    }

    #header .header #menu-mo #lnb .menu.font-18>a {
        padding: 2.5rem 0;
        display: block;
        position: relative;
    }

    #header .header #menu-mo #lnb .menu>a::after {
        content: '';
        background-image: url(../img/plus_m.png);
        width: 38px;
        height: 38px;
        right: 0;
        position: absolute;
        background-repeat: no-repeat;
        background-position: center;
        top: 50%;
        transform: translateY(-50%);
    }

    #header .header #menu-mo #lnb .menu>a.active::after {
        background-image: url(../img/minus_m.png);
    }

    #header .header #menu-mo #lnb .menu .submenu {
        display: none;
    }

    #header .header #menu-mo #lnb .menu .submenu.font-16 {
        font-size: 2.25rem;
        padding: 3.125rem 2.75rem;
        background: #f1f1f1;
    }

    #header .header #menu-mo #lnb .menu .submenu li {
        padding-bottom: 2.563rem;
    }

    #header .header #menu-mo #lnb .menu .submenu li:last-child {
        padding-bottom: 0;
    }

    #header .header #menu-mo #lnb .menu .submenu li a {
        color: #6c6c6c;
    }

    #header .header #menu-mo #lnb .menu:last-child ul.submenu {
        margin-bottom: 2.5rem;
    }

    #header .menu-btn {
        display: block;
        width: 35px;
        height: 30px;
        top: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        transition: all .2s ease-in-out;
        margin-right: 5%;
    }

    #header .menu-btn .btn_line01 {
        top: 0;
    }

    #header .menu-btn .btn_line02 {
        top: 9px;
        width: 40%
    }

    #header .menu-btn .btn_line03 {
        bottom: 0;
    }

    #menu-mo {
        display: block;
        z-index: -1;
        height: 100%;
        width: 100%;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        opacity: 0;
        transition: .6s;
        pointer-events: none;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    #menu-mo.active {
        z-index: 1;
        opacity: 1;
        pointer-events: auto;
        overflow: scroll;
    }

    #menu-mo::-webkit-scrollbar {
        display: none;
    }

    .logo-mo img {
        width: 140px;
        height: auto;
    }

    .menu-btn__burger {
        width: 100%;
        height: 3px;
        background: #fff;
        transition: all .2s ease-in-out;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 1px;
        position: relative;
    }

    .menu-btn__burger::before,
    .menu-btn__burger::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #fff;
        transition: all .2s ease-in-out;
        border-radius: 1px;
    }

    .menu-btn__burger::before {
        transform: translateY(-10px);
    }

    .menu-btn__burger::after {
        transform: translateY(10px);
    }

    .menu-btn.open_m .menu-btn__burger {
        transform: translateX(-50px);
        background: transparent;
    }

    .menu-btn.open_m .menu-btn__burger::before {
        transform: rotate(45deg) translate(35px, -35px);
        background: #2d2d2d;
        height: 2px;
    }

    .menu-btn.open_m .menu-btn__burger::after {
        transform: rotate(-45deg) translate(35px, 35px);
        background: #2d2d2d;
        height: 2px;
    }

}

.pc {
    display: block;
}

.mo {
    display: none;
}

@media (max-width: 990px) {
    .pc {
        display: none !important;
    }

    .mo {
        display: block;
    }

    #quick_wrap {
        right: 25px;
    }

    .quick_list li::before {
        display: none;
    }

    .quick_list li::after {
        background: transparent;
        color: #fff;
        font-size: 1.750rem;
        margin-top: 6px;
        opacity: 1;
        text-align: right;
        white-space: nowrap;
        box-shadow: none;
        left: -128px;
        width: 110px;
    }

    #quick {
        right: -5px;
        bottom: -10px;
    }

    #quick>div {
        width: 60px;
        height: 60px;
    }

    .quickcounselBox.on {
        left: 50%;
        right: auto;
        transform-origin: left top;
        transform: scale(2) translate(-50%, -50%);
    }

    .bg_box {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        z-index: -1;
        opacity: 0;
        transition: .6s;
        display: block;
    }

    .bg_box.active {
        opacity: 1;
        z-index: 9996;
    }

    #header.bg_active {
        z-index: 9996;
    }
}

@media (max-width: 768px) {}


/* ============== footer ============== */
#footer {
    background: #2d2d2d;
    color: #fff;
}

#footer .cont {
    text-align: left;
}

#footer .pc {
    display: block;
}

#footer .mo {
    display: none;
}

#footer ul,
#footer ul li,
.company {
    display: inline-block;
}

#footer .footerLink {
    border-bottom: 1px solid #474747;
}

#footer .footerLink ul.link {
    display: flex;
}

#footer ul.link li {
    padding: 0 1.5625rem;
    position: relative;
}

#footer ul.link li a {
    color: #fff;
}

#footer ul.link li::after {
    content: "|";
    position: absolute;
    right: 0;
}

#footer ul.link li:nth-child(1) {
    padding-left: 0;
}

#footer ul.link li:nth-child(4) {
    padding-right: 0;
}

#footer ul.link li:nth-child(4)::after {
    content: "";
}

#footer ul.sns_link,
#footer .info div.f_logo.pc {
    float: right;
}

#footer ul.sns_link li {
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-position: center;
    margin-left: 2em;
}

#footer ul.sns_link li a {
    width: 100%;
    height: 100%;
    display: block;
}

#footer ul.sns_link li:nth-child(1) {
    background-image: url(../img/sns_link01.png);
    margin-left: 0;
}

#footer ul.sns_link li:nth-child(2) {
    background-image: url(../img/sns_link02.png);
}

#footer ul.sns_link li:nth-child(3) {
    background-image: url(../img/sns_link03.png);
}

#footer ul.sns_link li:nth-child(4) {
    background-image: url(../img/sns_link04.png);
}

#footer ul.sns_link li:nth-child(5) {
    background-image: url(../img/sns_link05.png);
}





@media (max-width: 990px) {

    #footer .pc {
        display: none;
    }

    #footer .mo {
        display: block;
    }

    #footer ul.sns_link.mo {
        float: initial;
        padding: 3rem 0;
        text-align: left;
    }
}

@media (max-width: 550px) {
    #footer ul.sns_link.mo {
        float: initial;
        padding: 3rem 0;
        text-align: center;
    }
}

@media (max-width: 375px) {
    #footer .font-16 {
        font-size: 1.26rem;
    }

    #footer ul.link li {
        padding: 0 1rem;
    }
}