@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@font-face {
    font-family: "S-CoreDream";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

#site {
    font-family: "Pretendard Variable", sans-serif;
    padding-top: 91px;
    background-color: var(--page-point-color);
    color: #313131;
}
#site:has(#main_wrapper) {
    padding-top: 0px;
}
#site:has(.agreement_container, .privacy_container, .mypage_container, .login_wrapper, .member_wrapper) {
    background-color: #fff;
}

@media (max-width: 767px) {
    #site,
    #site:has(#main_wrapper) {
        padding-top: 66px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1230px;
    }
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

p,
.table {
    margin: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}

.btn {
    font-weight: 500;
    min-height: 45px;
    border-radius: 6px;
}

.form-control {
    height: 45px;
    font-size: 15px;
    border-radius: 5px;
}

.form-control:not([readonly]):focus {
    border-color: var(--page-point-color) !important;
    background: #fff !important;
}

#site > .container:not(.agreement_container, .privacy_container, .mypage_container) {
    width: 100%;
    padding: 0;
}

:root {
    --page-point-color: #017840;

    --font-scd: "S-CoreDream", "Pretendard Variable", "notokr", sans-serif;
}

/* ------------ 접근성 ------------ */
.navbar .caret {
    display: none;
}
.clip {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}
.clearfix::after {
    dispaly: block;
    content: "";
    clear: both;
}

/* ------------ 상단 메뉴 ------------ */
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border: 0;
}
.navbar-inverse .navbar-brand img {
    height: 34px;
    margin-top: 8px;
}
.navbar-inverse .navbar-right {
    margin-right: 0px;
    display: flex;
    float: inherit !important;
    justify-content: space-evenly;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 38px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #444;
}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: var(--page-color);
}
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}
.navbar.navbar-inverse {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 0;
}
.navbar.navbar-inverse .container {
    display: grid;
    grid-template-columns: 175px 1fr 100px;
}
.navbar.navbar-inverse .container::before {
    content: none;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    /* width: 100%; */
    margin-top: 20px;
}
.navbar-header .navbar-brand img {
    display: inline-block;
    vertical-align: bottom;
}
.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 35px 28px 35px;
    font-size: 19px;
    color: #04733d;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    font-family: var(--font-scd);
}
.nav.navbar-nav > li > a img {
    height: 20px;
}
.nav.navbar-nav > li:hover > a img,
.nav.navbar-nav > li.open > a img,
.nav.navbar-nav > li:focus > a img,
.nav.navbar-nav > li > a:focus img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(78%) saturate(1345%) hue-rotate(339deg) brightness(102%) contrast(94%);
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu {
    transform: translate(-50%, 0);
    left: 57%;
    right: 0;
    width: 100%;
    text-align: center;
    border-radius: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 0;
    box-shadow: none;
    min-width: auto;
    background: none;
    padding-top: 18px;
}
.navbar-inverse .navbar-nav .dropdown .dropdown-menu,
.navbar-inverse .gnb {
    display: block !important;
}
.nav.navbar-nav li .dropdown-menu li a {
    /* font-size: 14px; */
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 600;
    letter-spacing: -0.034em;
    color: var(--page-point-color);
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu li:hover a {
    color: #f8b028 !important;
    background: none !important;
}
.navbar.navbar-inverse .gnb {
    transition: all 0.3s ease;
    height: 0;
    background: transparent;
    border-top: 1px solid #eee;
}
.sns_link {
    display: flex;
    /* margin-left: -100px; */
}
.sns_link ul {
    display: flex;
    gap: 10px;
    align-items: center;
}
.sns_link a {
    display: block;
    font-size: 12px;
    line-height: 45px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .sns_link {
        position: absolute;
        top: 24px;
        right: 50px;
    }
    .sns_link a {
        width: 20px;
    }
    .navbar.navbar-inverse .container {
        display: block;
    }
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 16px 0 0;
        width: inherit;
    }
    .navbar-inverse .navbar-brand img {
        width: 90px;
        margin-top: 0;
        height: 100%;
    }
    .navbar-inverse .navbar-right {
        display: block;
        margin: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 15px;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a:focus {
        font-size: 15px;
        text-align: center;
    }
    .navbar-inverse .navbar-nav > li > a::before {
        content: none;
    }
    .nav.navbar-nav > li > a img {
        height: 17px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        transform: translate(0, 0);
        padding: 0;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu,
    .navbar-inverse .gnb {
        display: none !important;
    }
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-menu {
        display: block !important;
        height: 100% !important;
        text-align: center;
        background: transparent;
        border-radius: 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 9px 0;
        color: var(--page-point-color);
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 18px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: transparent;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #000;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        overflow-x: hidden;
        max-height: 100%;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 12px 15px;
        text-align: left;
        font-size: 18px;
        color: var(--page-point-color);
        border-bottom: 0;
    }
}

/* ------------  슬라이드 ------------  */
.carousel-control {
    position: absolute;
    opacity: 1;
    width: 76px;
    height: 76px;
    top: inherit;
    bottom: 50px;
    left: 350px;
}
.carousel-control.right {
    left: 455px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-control.left .glyphicon::before {
    content: "";
    display: block;
    width: 76px;
    height: 76px;
    background-image: url(/public/img/main/slide_btn.png);
    transform: translate(-50%, -50%) rotate(180deg);
    top: 50%;
    left: 50%;
    position: absolute;
}
.carousel-control.right .glyphicon::before {
    content: "";
    display: block;
    width: 76px;
    height: 76px;
    background-image: url(/public/img/main/slide_btn.png);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}
#mainCarousel .carousel-inner .item {
    height: 100vh;
    height: 951px;
}
.carousel-indicators {
    display: none;
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 223px;
    }
    .carousel-control {
        width: 76px;
        height: 76px;
        left: 30px;
        bottom: -10px;
    }
    .carousel-control.right {
        left: 40px;
    }
    .carousel-control.left .glyphicon::before,
    .carousel-control.right .glyphicon::before {
        width: 26px;
        height: 26px;
        background-size: cover;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #eee9d2;
    color: var(--page-point-color);
}
#site footer .footer-info {
    padding: 30px 0;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    line-height: 21px;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
}
#site footer .footer-info ul li::after {
    content: "";
    top: 3px;
    right: -9px;
    width: 2px;
    height: 15px;
    position: absolute;
    background: var(--page-point-color);
}
#site footer .footer-info ul li:first-child:after,
#site footer .footer-info ul li:nth-child(5):after,
#site footer .footer-info ul li:last-child:after {
    content: none;
}
#site footer .footer-info .info {
    text-align: center;
    padding: 0 15px;
}
#site footer .footer-info ul .copy {
    margin-bottom: 0;
}
.floating {
    right: 30px;
    bottom: 190px;
    width: 220px;
    position: fixed;
    z-index: 999;
    border-radius: 5px;
}
.floating a {
    display: block;
}
.floating a:first-child {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    #site footer .footer-info ul li {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .floating a:first-child {
        margin-bottom: 5px;
    }
    .floating {
        right: 10px;
        bottom: 10px;
        width: 120px;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    padding: 40px 0;
}
.sub_menu ul {
    display: flex;
    gap: 20px;
}
[id^="menu"] .sub_menu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.sub_menu ul::before,
.sub_menu ul::after {
    content: none;
}
.sub_menu ul > li {
    flex: 1;
}
.sub_menu ul > li > a {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    color: #363636;
    letter-spacing: 0;
    line-height: 40px;
    text-decoration: none;
    background: #f8b028;
    text-align: center;
    border-radius: 25px;
    border: 10px solid #f8b028;
    transition: all 0.3s;
}
.sub_menu ul > li > a img {
    height: 25px;
}
.sub_menu .nav li.active a,
.sub_menu .nav li:hover a {
    background-color: #fff !important;
    color: #363636;
}
@media (max-width: 767px) {
    .sub_menu ul {
        gap: 15px;
    }
    .sub_menu ul > li > a {
        border: 6px solid #f8b028;
    }
    .sub_menu ul > li > a img {
        height: 18px;
    }
    [id^="menu"] .sub_menu ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* ------------ 공통 ------------  */
.content {
    padding: 0px 0 100px;
}
/* .content + .content {
    padding-top: 30px;
}
.content:last-child {
    padding-bottom: 150px;
} */
.bg_g {
    background: #fff;
    background: #e7f2ec;
}
.page_tit {
    position: relative;
    margin: 80px 0 0;
    text-align: center;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 36px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.025em;
}
.sub_tit {
    position: relative;
}
.sub_tit h4 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 20px;
}
.list-dot > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dot > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #777;
    border-radius: 50%;
}
.list-dash > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dash > li::before {
    content: "";
    top: 11px;
    left: 1px;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #777;
    border-radius: 20px;
}
.list-num,
.list-num-basic {
    counter-reset: number 0;
}
.list-num > li,
.list-num-basic > li {
    padding-left: 32px;
    font-size: 18px;
    line-height: 2em;
    position: relative;
    list-style: none;
}
.list-num > li::before {
    counter-increment: number 1;
    content: counter(number);
    top: 3px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.list-num-basic > li::before {
    counter-increment: number 1;
    content: counter(number) ".";
    top: 7px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #333;
    width: 20px;
    height: 20px;
}
.list-star > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-star > li::before {
    content: "*";
    top: 3px;
    left: 0px;
    position: absolute;
    border-radius: 50%;
}
/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}
/* board, form */
.btn.btn-primary {
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color);
}
input + #list_btn {
    display: none;
}
.board_wrapper {
    margin-top: 0;
}
@media (max-width: 767px) {
    .page_tit h3 {
        font-size: 32px;
    }
    .sub_tit h4 {
        padding-left: 0;
    }
    #partnership01 .sub_tit h4 img {
        width: 120px;
    }
    #partnership02 .sub_tit h4 img {
        width: 210px;
    }
    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        padding: 10px;
        font-size: 12px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
    }
    .table.table_default tbody .subject a {
        font-size: 15px;
    }
    .board_wrapper .table .subject {
        width: 45%;
    }
    .board_write_table #captcha {
        margin-bottom: 10px;
        height: inherit;
    }

    .member_wrapper {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    .member_wrapper .login_extra ul {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }
    .member_wrapper .login_extra ul li + li::before {
        content: none;
    }
}

/* ------------ main ------------  */
.main_section {
    padding: 55px 0;
}
.main_menu_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.main_menu_item {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    /* border: 12px solid transparent; */
}
.main_menu_item img {
    padding: clamp(5px, 1vw, 10px);
}
.main_menu_item:last-child img {
    /* padding: 0; */
}
.main_menu_item::before {
    transition: all 0.3s;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(248 176 40 / 30%);
    opacity: 0;
    border-radius: clamp(20px, 3vw, 40px);
}
.main_menu_item:hover::before {
    opacity: 1;
}
.main_menu_item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: clamp(5px, 1.5vw, 10px) solid #f8b028;
    border-radius: 22px;
}

/* ------------ brand01 ------------  */
#brand01 .cont01 {
    position: absolute;
    top: 91px;
    z-index: 1;
    padding: 0;
}
#brand01 .cont01 .inner {
    position: relative;
}
#brand01 .cont01 .inner > img {
    width: 50%;
    float: left;
}
.txt_brand {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 33%;
    text-align: center;
}
.txt_brand .tit {
    font-size: 45px;
    font-weight: 800;
    color: var(--page-point-color);
    line-height: 1;
    font-family: var(--font-scd);
    margin-bottom: 28px;
    letter-spacing: -0.015em;
}
.txt_brand p {
    font-size: 27px;
    line-height: 1.7;
    color: #313131;
    letter-spacing: -0.015em;
}
#brand01 .cont02 {
    padding-top: 33%;
}
.brand_item {
    display: grid;
    grid-template-columns: 470px 1fr;
    position: relative;
}
.brand_item.right {
    grid-template-columns: 1fr 440px;
}
.brand_item + .brand_item {
    margin-top: 35px;
}
.brand_item::before {
    position: absolute;
    display: block;
    content: "";
}
.brand_item:nth-child(2)::before {
    left: -70px;
    top: -20px;
    width: 198px;
    height: 336px;
    background-image: url("/public/img/sub/brand01_02_bg.png");
}
.brand_item:nth-child(3)::before {
    right: -60px;
    top: -20px;
    width: 174px;
    height: 249px;
    background-image: url("/public/img/sub/brand01_03_bg.png");
}
.brand_item:nth-child(4)::before {
    left: -40px;
    top: -20px;
    width: 212px;
    height: 182px;
    background-image: url("/public/img/sub/brand01_04_bg.png");
}
.brand_item .txt_area {
    border: 8px solid #f8b028;
    background: #fff;
    border-left: 0;
    border-radius: 0 50px 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 30px 0;
}
.brand_item.right .txt_area {
    border-left: 8px solid #f8b028;
    border-right: 0;
    border-radius: 50px 0 0 50px;
    align-items: end;
    text-align: end;
}
.brand_item .txt_area .tit {
    font-size: 28px;
    font-weight: 800;
    color: var(--page-point-color);
    font-family: var(--font-scd);
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 20px;
}
.brand_item .txt_area p {
    font-size: 25px;
    line-height: 1.65;
    color: #313131;
    letter-spacing: -0.01em;
}
.txt_bottom {
    color: #fff;
    font-size: 29px;
    text-align: center;
    line-height: 1.7;
    padding-top: 60px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

/* ------------ menu ------------  */
.memu_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.memu_item {
    border: 8px solid #f8b028;
    border-radius: 40px;
    background: #fff;
    overflow: hidden;
}
.memu_item .img_box img {
    border-radius: 30px 30px 0 0;
    transition: all 0.3s;
}
.memu_item:hover .img_box img {
    transform: scale(1.1);
}
.memu_item .tit {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0 25px;
    color: #444;
    letter-spacing: -0.02em;
    line-height: 1.4;
}
.memu_item .tit span {
    font-weight: 500;
}
.memu_item .tit span.l_txt {
    letter-spacing: -2.8px;
}
.memu_item.vegan_box,
.memu_item.plus_box {
    position: relative;
}
.vegan_box::before {
    position: absolute;
    display: block;
    content: "";
    left: 10px;
    top: 10px;
    width: 80px;
    height: 80px;
    background-image: url(/public/img/sub/vegan.png);
    background-size: 80px;
    background-repeat: no-repeat;
    z-index: 1;
}
.plus_box::before {
    content: "\e145";
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 50%;
    color: #fff;
    font-size: 60px;
    display: flex;
    font-family: "Material Symbols Outlined";
    justify-content: center;
    z-index: 1;
}

/* ------------ partnership01 ------------  */
#partnership01 .txt_area {
    color: var(--page-point-color);
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-bottom: 45px;
}
.part_items {
    display: flex;
}
.part_item {
    flex: 1;
}
#partnership01 .cont02 {
    padding-top: 100px;
}

/* ------------ partnership02 ------------  */
#partnership02 .cont01 {
    background: #fff;
    padding-top: 60px;
}
#partnership02 .board_wrapper .table.board_write_table {
    border: 0;
}
#partnership02 .board_wrapper .table.board_write_table tr th,
#partnership02 .board_wrapper .table.board_write_table tr td {
    border: 0;
}
#partnership02 .board_wrapper .table.board_write_table tr th {
    background: none;
    font-size: 15px;
}
#partnership02 .board_wrapper .table.board_write_table tr th .required_text {
    color: #ff3e3e;
}
#partnership02 .board_wrapper .table.board_write_table .input-group,
#partnership02 .board_wrapper .table.board_write_table .form-control {
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    height: 45px;
}
#partnership02 .board_wrapper .table.board_write_table .form-control#wr_captcha {
    width: 222px;
}
#partnership02 .board_wrapper .table.board_write_table tr td .custom_checkbox + span a {
    color: var(--page-point-color);
}
#partnership02 .board_wrapper .table.board_write_table tr td .custom_checkbox + span::before {
    font-size: 1.1em;
    vertical-align: 0px;
    color: var(--page-point-color);
}
#partnership02 .board_wrapper .text-center .btn {
    margin: 0 15px;
    color: #000;
}
#partnership02 .board_wrapper .text-center .btn + .btn {
    background: var(--page-point-color);
    color: #fff;
    border-color: var(--page-point-color);
    font-size: 18px;
    min-width: 180px;
}

#captcha {
    height: 45px;
    border-radius: 6px;
}

#captcha + br {
    display: none;
}

/* ------------ store01 ------------  */
#store01 .cont01 {
    padding: 60px 0;
}
.store-inner {
    padding: 0 15px;
}
.store-box {
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 7px 21px -20px rgb(0 0 0 / 50%);
}
.store-box h4 {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 19px;
}
.store-box .caption {
    background-color: #fff;
    padding: 26px 30px 20px;
    text-align: center;
}
.store-box ul {
    margin: 0;
    height: 75px;
}
.store-box ul li {
    font-size: 16px;
    line-height: inherit;
    letter-spacing: -0.05em;
    margin-bottom: 8px;
    font-weight: 500;
    word-break: keep-all;
    line-height: 1.3;
}
.store-slick .slick-dots li {
    width: auto;
    height: auto;
}
.store-slick .slick-dots li button {
    width: 14px;
    height: 14px;
    background: #f8b028;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.store-slick .slick-dots li.slick-active button {
    width: 50px;
}
.store-slick .slick-dots li button::before {
    display: none;
}
.store-slick .slick-prev:before,
.store-slick .slick-next:before {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(75%) sepia(78%) saturate(1345%) hue-rotate(339deg) brightness(102%) contrast(94%);
}
.store-slick .slick-prev:before {
    content: url(/public/img/sub/slick_arr_l.png);
}
.store-slick .slick-next:before {
    content: url(/public/img/sub/slick_arr_r.png);
}
#store01 .store-wrap1,
#store01 .store-wrap2 {
    padding: 60px 0;
}
#store01 .store-wrap1 {
    background: #f5f5f5;
}
#store01 .bbs-area {
    padding-top: 120px;
    position: relative;
}
#store01 .board_wrapper {
    margin-top: 0;
}
#store01 .board_wrapper > .row {
    display: none;
}
#store01 .search_wrap:nth-child(2) {
    margin: 50px 15px;
    padding: 25px 0;
    background: #f7fbf9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center !important;
    border-radius: 20px;
}
#store01 .search_wrap:nth-child(2)::before {
    content: "매장 검색";
    font-weight: 600;
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
#store01 .search_wrap:nth-child(2) #search_btn {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
#store01 .search_wrap .clearfix {
    display: none;
}
#store01 .search_wrap #search_btn,
#store01 .search_wrap #write_btn {
    background: #01783f;
    border-color: #01783f;
    border-radius: 5px;
}
#store01 .search_wrap .form-control {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    height: 45px;
}
#store01 .board_wrapper {
    margin-top: 180px;
}
#store01 .board_wrapper .table.table_default {
    border-top: 2px solid #01783f;
}
#store01 .board_wrapper .table.table_default tr {
    border-bottom: 1px solid #01783f;
}
#store01 .board_wrapper .table.table_default tr th,
#store01 .board_wrapper .table.table_default tr td {
    border: 0;
    color: #01783f;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
}
#store01 .board_wrapper .table.table_default tr td.location a {
    text-decoration: underline;
    font-weight: 600;
    color: #01783f;
}
#store01 .board_wrapper .table.table_default tr .tel + td a {
    color: #01783f;
}
#store01 .board_wrapper .table.table_default tr .area {
    display: none;
}
#store01 .board_wrapper .table.table_default tr td.location {
    width: 15%;
}

#store01 .board_data_view,
#store01 .board_data_view .contents_wrap {
    border-top: 0;
    padding: 0;
}
#store01 .board_data_view {
    margin-top: -120px;
}
#store01 .board_data_view .contents_wrap h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}
#store01 .board_data_view .contents_wrap h3 i {
    display: none;
}
.reply_wrap {
    display: none;
}
@media (max-width: 767px) {
    .main_menu_items {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #brand01 .cont01 {
        top: 66px;
    }
    #brand01 .cont02 {
        padding-top: 36%;
    }
    .txt_brand {
        width: 100%;
    }
    .txt_brand .tit {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .txt_brand p {
        font-size: 11px;
    }
    .brand_item {
        display: flex;
        align-items: center;
    }
    .brand_item + .brand_item {
        margin-top: 15px;
    }
    .brand_item::before {
        content: none;
    }
    .brand_item .img_box {
        display: none;
    }
    .brand_item .txt_area .tit {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .brand_item .txt_area p {
        font-size: 10px;
    }
    .txt_bottom {
        font-size: 15px;
    }

    .memu_items {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .memu_item {
        border: 5px solid #f8b028;
        border-radius: 30px;
    }
    .memu_item .tit {
        padding: 5px 0 15px;
        font-size: 16px;
    }
    .vegan_box::before {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    .plus_box::before {
        width: 40px;
        height: 40px;
        font-size: 30px;
    }

    #partnership01 .txt_area {
        font-size: 18px;
    }

    .store-cont {
        padding: 0 20px;
    }
    .store-slick .slick-dots li {
        width: auto;
        height: auto;
        margin: 0 3px;
    }
    .store-slick .slick-dots li button {
        width: 5px;
        height: 5px;
    }
    .store-slick .slick-dots li.slick-active button {
        width: 30px;
    }

    #store01 .search_wrap:nth-child(2) {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 60px 15px 15px;
        margin: 0;
    }
    #store01 .search_wrap:nth-child(2)::before {
        top: 15px;
        transform: translateY(0);
    }
    #store01 .search_wrap .form-control {
        display: block;
        width: 100% !important;
        margin: 0 0 10px;
    }
    #store01 .search_wrap #search_query {
        width: 100%;
        margin: 0 0 10px;
    }
    #store01 .search_wrap:nth-child(2) #search_btn {
        position: relative;
        top: auto;
        right: auto;
        transform: translateY(0);
    }
    #store01 .board_wrapper .table.table_default tr .addr,
    #store01 .board_wrapper .table.table_default tr .tel {
        display: none;
    }
    #store01 .bbs-area {
        padding-top: 0;
    }
    #store01 .board_data_view {
        margin-top: 0;
    }
    #store01 .board_wrapper .board_data_view .table.table_default tr th,
    #store01 .board_wrapper .board_data_view .table.table_default tr td {
        padding: 15px 10px;
    }
    #store01 .board_wrapper .board_data_view .table.table_default tr th {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .brand_item .txt_area {
        border-radius: 0;
        border: 0;
        padding: 0px 0px 0px 40%;
        transform: scale(0.8);
        background: transparent;
    }
    .brand_item.right .txt_area {
        border: 0;
        padding: 0px 40% 0px 0;
    }
    .brand_item:nth-child(1) {
        background: transparent url(/public/img/sub/brand01_01_mbg.png) no-repeat center;
        background-size: 100%;
        height: 200px;
    }
    .brand_item:nth-child(2) {
        background: transparent url(/public/img/sub/brand01_02_mbg.png) no-repeat center;
        background-size: 100%;
        height: 197px;
    }
    .brand_item:nth-child(3) {
        background: transparent url(/public/img/sub/brand01_03_mbg.png) no-repeat center;
        background-size: 100%;
        height: 197px;
    }
    .brand_item:nth-child(4) {
        background: transparent url(/public/img/sub/brand01_04_mbg.png) no-repeat center;
        background-size: 100%;
        height: 200px;
    }
}
@media (max-width: 600px) {
    .brand_item:nth-child(1),
    .brand_item:nth-child(2),
    .brand_item:nth-child(3),
    .brand_item:nth-child(4) {
        height: 160px;
    }
}
@media (max-width: 500px) {
    .brand_item:nth-child(1),
    .brand_item:nth-child(2),
    .brand_item:nth-child(3),
    .brand_item:nth-child(4) {
        height: 130px;
    }
}
@media (max-width: 430px) {
    .brand_item:nth-child(1),
    .brand_item:nth-child(2),
    .brand_item:nth-child(3),
    .brand_item:nth-child(4) {
        height: 110px;
    }
}
