@charset "UTF-8";

@font-face {
    font-family: "SCDream";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "SCDream";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "SCDream";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SCDream";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

* {
    word-break: keep-all;
}

.li-dash li {
    position: relative;
    padding-left: 15px;
}

.li-dash li::before {
    position: absolute;
    left: 0;
}

.li-dash li::before {
    content: "-";
}

#site,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "SCDream", "notokr", sans-serif;
}

#site {
    font-family: "SCDream", "notokr", sans-serif;
    padding-top: 90px;
    color: #333;
}

#site > .container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

a {
    color: #007c46;
}

a:focus,
a:hover {
    color: #005a33;
}

p,
h1,
h2,
h3,
h4 {
    margin: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-size: 16px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

iframe {
    width: 100% !important;
}

.display-flex {
    display: flex;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

.container {
    padding: 0 20px;
}

/* 컨테이너 너비 */
@media (min-width: 1280px) {
    .container {
        width: 1240px;
        margin: 0 auto;

    }
}

.sns-wrap {
    position: absolute;
    right: 30px;
    top: 20px;
}

.li-sns {
    display: flex;
}

.li-sns li + li {
    margin-left: 15px;
}

.li-sns li img {
    width: 50px;
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: none;
}

.navbar-brand {
    position: relative;
    height: auto;
    padding: 0px;
}

.navbar-brand::after {
    content: "BUBBLE DOGS";
    font-weight: 700;
    letter-spacing: -0.015em;
    font-family: "SCDream", sans-serif;
    font-size: 50px;
    margin-left: 13px;
    color: #007c46;
}

.navbar-brand::before {
    position: absolute;
    content: "24시 무인카페 & 셀프애견목욕";
    font-weight: 700;
    letter-spacing: -0.025em;
    font-family: "SCDream", sans-serif;
    color: #000;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.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: #007c46;
}

.navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #007c46 !important;
}

@media (max-width: 767px) {
    .navbar-brand::after {
        margin-bottom: 5px;
    }

    .navbar-brand::before {
        font-size: 17px;
        /* margin-left: 13px; */
        width: 100%;
        bottom: -10px;
        left: 53px;
    }

    .navbar-header {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .navbar-header::before,
    .navbar-header::after {
        content: none;
    }

    .navbar-inverse {
        padding: 15px 0 25px;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        margin-left: 15px;
    }

    .navbar-brand::after {
        font-size: 32px;
    }

    .navbar-brand > img {
        width: 40px;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu {
        padding: 7px 0;
        background: #333;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        background: transparent;
        color: #fff;
        padding: 7px 20px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        background: #007c46;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .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-brand::after {
        margin-bottom: 20px;
    }

    .navbar-brand::before {
        font-size: 18.5px;
        margin-left: 13px;
        bottom: 0px;
        left: 71px;
    }

    .navbar-inverse {
        padding: 0;
    }

    .navbar-right {
        margin-right: -35px;
    }

    .navbar-nav > li {
    }

    .navbar-inverse .navbar-nav > li > a {
        position: relative;
        padding: 35px 0;
        margin: 0 25px;
        transition: 0.3s;
        text-align: center;
    }

    .navbar-inverse .navbar-nav > li > a::after {
        content: "";
        width: 0;
        height: 3px;
        background: #099b5b;
        position: absolute;
        left: 50%;
        bottom: 25px;
        transition: all 0.25s;
        transform: translateX(-50%);
    }

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #007c46;
    }

    .navbar-inverse .navbar-nav > li:hover > a::after {
        width: 100%;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        display: block;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.8);
        border: none;
        padding: 0;
        transition: 0.3s;
    }

    .navbar-inverse .navbar-nav .dropdown.open .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li {
        transition: 0.3s;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 13px 16px;
        color: #fff;
        text-align: center;
        transition: 0.3s;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: #007c46;
    }

    .navbar-brand {
        margin-left: 0 !important;
        margin-top: 10px;
        display: flex;
        align-items: center;
    }
}

/* 푸터 */
#main_wrapper + footer {
    margin-bottom: 106px;
}

#site footer {
    margin-top: 0px;
    background-color: #1c1c1c;
    color: #888;
}

#site footer .footer-info {
    padding: 45px 0;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    line-height: 24px;
}

#site footer .footer-info ul li strong {
    font-size: 16px;
    color: #ddd;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
}

#site footer .footer-info ul li span {
    color: #fff;
    font-weight: 600;
    padding-right: 10px;
}

/*메인 슬라이드*/
#mainCarousel {
    height: 700px;
}

#mainCarousel .carousel-inner .item {
    height: 100%;
}
/* #mainCarousel .carousel-inner .item:nth-child(1),
#mainCarousel .carousel-inner .item:nth-child(3){
    position: relative;
}
#mainCarousel .carousel-inner .item:nth-child(1)::before,
#mainCarousel .carousel-inner .item:nth-child(3)::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
} */
.carousel-caption {
    text-align: left;
    padding: 0;
    margin-left: -20px;
    text-shadow: none;
}

.carousel-caption h1 {
    font-size: 72px;
    line-height: 1.25;
    letter-spacing: -0.025em;
    margin-bottom: 30px;
}

.carousel-caption p {
    font-size: 22px;
    line-height: 1.7;
}

.carousel-inner .item:nth-child(4) {
    text-shadow: 3px 3px 25px rgba(0, 0, 0, 0.9);
}

.carousel-inner .item:nth-child(4) .carousel-caption h1 {
    display: inline-block;
    color: #fff;
    letter-spacing: 0;
    font-size: 90px;
    margin-bottom: 45px;
    padding-bottom: 12px;
    border-bottom: 8px solid #fff;
}

.carousel-inner .item:nth-child(4) .carousel-caption h1 span {
    display: block;
    font-size: 50px;
}

.carousel-inner .item:nth-child(4) .carousel-caption p {
    font-weight: 300;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
}

.carousel-inner .item:nth-child(2) .carousel-caption h1 {
    color: #222;
}
.carousel-inner .item:nth-child(3) .carousel-caption h1,
.carousel-inner .item:nth-child(3) .carousel-caption p {
    text-align: center;
}
.carousel-inner .item:nth-child(2) .carousel-caption p {
    color: #222;
}

.carousel-inner .item:nth-child(2)::after {
    content: "";
    right: 20%;
    bottom: -75px;
    position: absolute;
    width: 380px;
    height: 618px;
    background: url(/public/img/slide/slide04_machine.png) no-repeat;
    background-size: contain;
}

.carousel-inner .name-tag {
    position: absolute;
    text-align: right;
    right: 0;
    bottom: -180px;
}

.carousel-indicators li,
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0 2px;
    border: 2px solid #fff;
}

/* .carousel-control:active,
.carousel-control:focus,
.carousel-control:hover,
.carousel-control {
  opacity: 1;
  width: 10%;
  opacity: 0.25;
  text-shadow: none;
  background-image: none !important;
  backdrop-filter: blur(5px) !important;
} */

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 40px;
}

/*메인페이지*/
.main section {
    padding: 120px 0;
    position: relative;
}

.main article {
    text-align: center;
    padding: 0 0 140px 0;
}

.main article:nth-last-child(1) {
    padding-bottom: 0;
}

.main_title {
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: -0.045em;
    color: #000;
}

.main_title span {
    position: relative;
    z-index: 1;
}

.main_title span::after {
    content: "";
    position: absolute;
    width: 105%;
    height: 28px;
    background: #008f32;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: -1;
    opacity: 0.2;
}

.sub_title {
    /* transform: translate(-50%, 0);
  left: 50%; */
    display: inline-block;
    position: relative;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 45px;
    color: #111;
    line-height: 1;
    letter-spacing: -0.02em;
}

.sub_title::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #333;
    display: block;
    position: relative;
    margin-top: 6px;
}

.bbs_blog h4 {
    display: inline-block;
    font-size: 36px;
    font-weight: 800 !important;
    text-align: center;
    color: #000;
    line-height: 1;
    letter-spacing: -0.02em;
}

.bbs_blog h4::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #333;
    display: block;
    position: relative;
    margin-top: 6px;
}

.bbs_blog .table_blog dd {
    padding: 20px;
}

.bbs_blog .table_blog dd:hover {
    background: #fff;
}

.bbs_blog .page-header {
    margin: 0 0 60px;
    padding: 0;
    border-bottom: none;
}

.bbs_blog .page-header a {
    display: none;
    font-size: 20px;
    margin-top: 8px !important;
    position: absolute;
    right: 5px;
}

.bbs_blog .board_box_blog {
    margin-bottom: 0 !important;
    padding: 0;
    float: none;
}

.bbs_blog .table_blog {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    gap: 30px;
}

.bbs_blog .table_blog dd {
    position: relative;
    width: calc((100% / 3) - 30px);
    padding: 0;
    box-shadow: none;
    border: 1px solid #ddd;
}

.bbs_blog .table_blog dd .left {
    width: 100%;
    float: none;
    height: auto;
}

.bbs_blog .table_blog dd .left a .thumb {
    position: relative;
    width: 100%;
    height: 240px;
}

.bbs_blog .table_blog dd:hover {
    border: 1px solid #007c47;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.05);
}

.table_blog dd .right .title {
    margin-bottom: 10px;
}

.table_blog dd .right .title a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.table_blog dd .right .title a:hover,
.table_blog dd .title a:focus {
    color: #019555;
}

.table_blog dd .right .info span {
    font-size: 13px;
}

.bbs_blog .more-btn {
    display: block;
    width: 160px;
    border: 1px solid #007c47;
    color: #007c47;
    margin: 50px auto 0;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0;
}

.bbs_blog .more-btn:hover {
    /* background: #007c47; */
    background: #d70000;
    color: #fff;
}

.bbs_blog .table_blog dd .right {
    display: none;
    width: 100%;
    float: none;
    padding: 30px 25px;
    background: #fff;
}

.table_blog dd .right .info {
    margin-bottom: 0;
}

.bbs_blog .table_blog dd .right .text {
    display: none;
}

.bbs_blog .table_blog dd .right .text p {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    max-height: 4.2em;
}

.concept_top {
    text-align: left;
    /* position: relative; */
    /* background: url(/public/img/main/concept_bg.jpg) no-repeat top right 10px; */
    /* padding: 140px 25px 130px; */
    /* color: #000; */
}

/* .concept_top::after {
    content: '';
    width: 1px;
    height: 70px;
    position: absolute;
    left: 50%;
    bottom: 0;
} */

.concept_top .text_box {
    padding-top: 30px;
}

.concept_top .text_box .title {
    font-size: 28px;
    font-weight: 600;
    margin-left: 2px;
    letter-spacing: 0.06em;
    margin-bottom: 36px;
    color: #019555;
}

.concept_top .text_box p {
    font-size: 25px;
    letter-spacing: 0;
}

.concept_top .text_box p span {
    display: block;
    font-weight: 900;
    font-size: 56px;
    margin-bottom: 10px;
    letter-spacing: -0.025em;
}

.concept_bottom {
    position: relative;
    display: flex;
    align-items: center;
    border: 4px solid #2f2f2f;
    padding: 0;
    margin: 0 auto 40px;
}

.concept_bottom > div {
    padding: 0;
}

.concept_bottom .text_box {
    text-align: left;
    margin-left: 70px;
    padding-top: 10px;
    position: relative;
}

.concept_bottom .text_box .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    /* background: url(/public/img/sub/about01_icon3.png) 50% 50% / cover; */
    border-radius: 50%;
}

.concept_bottom .text_box::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30%;
    top: 19px;
    right: 0;
    /* background: #333; */
}

.concept_bottom:nth-child(1) .text_box .title::before {
    background: url(/public/img/sub/cut.png) 50% 50% / cover;
}

.concept_bottom:nth-child(1) .text_box,
.concept_bottom:nth-child(3) .text_box,
.concept_bottom:nth-child(5) .text_box {
    margin-top: 20px;
    margin-left: 90px;
}

.concept_bottom:nth-child(2) .text_box .title::before {
    background: url(/public/img/sub/wash-dog.png) 50% 50% / cover;
}
.concept_bottom:nth-child(3) .text_box .title::before {
    background: url(/public/img/sub/cafe.png) 50% 50% / cover;
}
.concept_bottom:nth-child(4) .text_box .title::before {
    background: url(/public/img/sub/wash-pro.png) 50% 50% / cover;
}
.concept_bottom:nth-child(5) .text_box .title::before {
    background: url(/public/img/sub/food.png) 50% 50% / cover;
}

.concept_bottom .title {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    padding-left: 52px;
    margin-bottom: 40px;
    color: #000;
    letter-spacing: -0.06em;
    line-height: 1.35;
}

.concept_bottom p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.04em;
}

.strategy {
    position: relative;
    background: url(/public/img/sub/about02_2.jpg) 50% 50% / cover;
    padding: 65px;
    border: 4px solid #a1c5e7;
    text-align: left;
}

.strategy .left_con {
    padding-right: 40px;
}

.strategy .right_con {
    padding-top: 40px;
}

.strategy .title {
    font-size: 36px;
    font-weight: 600;
    color: #052e60;
    letter-spacing: -0.06em;
    line-height: 1.35;
    margin-bottom: 40px;
}

.strategy .title span {
    color: #007c46;
    font-weight: 900;
}

.strategy li {
    padding-left: 45px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    color: #233f5a;
}

.strategy li + li {
    margin-top: 20px;
}

.paw {
    position: relative;
}

.paw::after {
    content: "";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    font-size: inherit;
    background: #81acd5;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

#menu {
    background: #005e36 url("/public/img/main/pt.png");
}

#menu .main_title {
    color: #fff;
}

#menu .main_title span::after {
    background: #0de387;
}

#menu #menu1 {
    padding-bottom: 40px;
}

#menu .main_title span::before {
    background: #000000;
}

#menu .sub_title {
    display: block;
    left: auto;
    transform: none;
    color: #fff;
    background: #000;
    margin: 0;
    padding: 20px 20px 17px;
}

#menu .sub_title::after {
    content: none;
}

#menu .maintenance {
    border: 3px solid #000;
    margin: 0;
    background: #fff;
}

.cafe {
    border: 3px solid #000;
    margin: 0;
    padding: 50px 80px;
    background: #fff;
}

.cafe .cafe-caption {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}

.cafe .item > .clearfix {
    margin-bottom: 50px;
}

.slider-nav .slick-slide img,
.slider-nav2 .slick-slide img,
.slider-nav-list .slick-slide img,
.slider-nav-list2 .slick-slide img,
.slider-nav-self .slick-slide img {
    cursor: pointer;
}

.slick-arrow::before {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    font-family: "Material Icons";
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    z-index: 100;
}
#chain .slick-prev {
    left: -50px;
}
#intrerior .slick-prev {
    left: -65px;
}
#chain .slick-next {
    right: -50px;
}
#intrerior .slick-next {
    right: -65px;
}

.slider-nav-cafe {
    display: none;
}

.slick-next {
    right: 20px;
}

.slick-prev {
    left: 20px;
}

.slick-next::before {
    content: "\e5cc";
}

.slick-prev::before {
    content: "\e5cb";
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
}

.slider-self-wrap {
    background: #fff;
    padding: 50px 0;
}

.slider-self {
    padding: 0px 80px;
}

.slider-nav-self {
    padding: 0 80px;
}

[class^="slider-nav"] {
    margin: 0 -8px;
    margin-top: 25px;
}

[class^="slider-nav"] .slick-slide {
    padding: 0 8px;
}

[class^="slider-nav"] .slick-current.slick-active img {
    border: 3px solid #007c47;
    opacity: 1;
}

[class^="slider-nav"] img {
    opacity: 0.4;
}
.slick-slide img {
    width: 100%;
}

#franchise {
    background: url("/public/img/main/franchise_bg.jpg") no-repeat center / cover;
}

#franchise .main_title,
#franchise .sub_title {
    color: #fff;
}

#franchise .main_title span::after {
    background: #0de387;
}

#franchise .sub_title::after {
    background: #fff;
}

#franchise .maintenance {
    background: #fff;
    border: none;
}

.point_wrap {
    padding-top: 10px;
}

.point {
    margin-bottom: 30px;
}

.point:nth-last-child(1) {
    margin-bottom: 0;
}

.point .inner {
    text-align: center;
    position: relative;
    /* border: 4px solid #000; */
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.point .inner p {
    font-size: 18px;
    letter-spacing: -0.04em;
    padding-bottom: 65px;
}

.point .inner .title {
    font-size: 20px;
    background: #007c46;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 0;
    border-radius: 0 0 10px 10px;
    width: 150px;
    margin: 0 auto 55px;
}

.point .inner img {
    margin-bottom: 30px;
}

.main-table-wrap {
    margin: 0;
    padding: 50px 35px;
    background: #fff;
}

.main-table-wrap > div {
    padding: 0;
}

.main-table-wrap table {
    border-top: 2px solid #000;
}

.main-table-wrap table tr td,
.main-table-wrap table tr th {
    text-align: left;
    padding: 20px;
    font-size: 15px;
    vertical-align: middle;
}

.main-table-wrap table tr th,
.main-table-wrap table tr td:first-child {
    font-weight: 600;
    text-align: center;
}

.main-table-wrap table tr td.text-center {
    text-align: center !important;
}

/* .main-table-wrap table tr.tr-interior td{
  border: 2px solid #007c47;
  border-left: 0;
  border-right: 0;
} */
.main-table-wrap table tr.tr-price {
    background: #007c47;
}

.main-table-wrap table tr.tr-price td + td {
    border-left: 3px solid #fff;
}

.main-table-wrap table tr span.red {
    color: #af0000;
    font-weight: 600;
}

.main-table-wrap table tr.tr-price td {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.main-table-wrap table tr.tr-price td.imp {
    font-size: 34px;
    /* text-decoration: underline; */
}

.main-table-wrap .download {
    display: inline-block;
    margin: 30px 0 0;
    padding: 20px 40px;
    background: #0f6641;
    border-radius: 50px;
    line-height: 1;
    color: #ffe318;
    font-size: 20px;
    font-weight: 600;
}
.main-table-wrap .download i {
    margin-left: 10px;
}
.main-table-wrap .download:hover {
    text-decoration: none;
    background: #085836;
}

.main-schedule-wrap {
    text-align: left;
    margin: 0;
    background: #fff;
    padding: 50px 35px;
}

.main-schedule-wrap > div {
    padding: 0;
}

.main-schedule-wrap .col-sm-12 + .col-sm-12 {
    margin-top: 50px;
}

.li-schedule {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #000;
}

.li-schedule .clearfix {
    display: block;
    width: 100%;
}

.li-schedule li {
    text-align: left;
    position: relative;
    letter-spacing: -0.025em;
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    padding-left: 40px;
    padding: 30px 0 30px 40px;
    border-bottom: 2px solid #ccc;
}

.li-schedule span.num {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #007c47;
    color: #fff;
    border-radius: 50%;
}

.li-schedule li + li {
    margin-left: 15px;
}

.li-schedule li.open {
    border-color: #af0000;
    color: #af0000;
}

.li-schedule li.open span.num {
    background: #af0000;
}

.li-schedule small.time {
    position: absolute;
    bottom: -17px;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    width: 150px;
    height: 35px;
    border-radius: 50px;
    background: #af0000;
    color: #fff;
}

.li-schedule small.time span {
    margin-right: 5px;
}

.row-schedule {
    display: flex;
    margin: 0 -7px;
}

.row-schedule > div {
    padding: 0 7px;
}

.row-schedule h5 {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}

.row-schedule p {
    font-size: 14px;
}

.row-schedule .inner {
    border: 1px solid #ccc;
    height: 100%;
}

.row-schedule img {
    width: 100%;
}

.row-schedule .img-caption {
    padding: 25px 20px;
    text-align: left;
}

/*게시판*/
.board_wrapper {
    margin: 0 !important;
}

.btn.btn-primary {
    border: 1px solid #007c47;
    background: #007c47;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #005a33;
}

#chain #board_map_wrap,
#chain #board_map_search_wrap {
    display: none;
}

#chain {
    background: #f4f4f4;
}

.slider-list-wrap {
    display: flex;
}
.slider-list-wrap img {
    aspect-ratio: 3/2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slider-list-wrap :is(.col-sm-6:first-child, .slider-list, .slider-list2) {
    user-select: none;
}
.store-list {
    text-align: left;
    background: #fff;
    height: 100%;
    padding: 50px;
    border: 1px solid #ccc;
    border-top: 2px solid #019555;
}

.store-list h5 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin: 0 0 25px;
    padding-bottom: 25px;
    color: #019555;
    border-bottom: 1px solid #ddd;
}

.store-list dt,
.store-list dd {
    font-size: 18px;
}

.store-list dd {
    line-height: 1.35;
}

.store-list dt + dd {
    margin-top: 15px;
}

.store-list dl + dl {
    margin-top: 30px;
}

/*창업 문의*/
#franchise4 th {
    font-size: 16px;
    padding: 10px 15px;
}

#franchise4 th span.required_text {
    color: red;
}

/*하단 문의폼*/
.floating_bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    /* background: #007c47; */
    background: #d70000;
    z-index: 9999;
    padding: 20px 0 15px;
}

.floating_bar .container {
    display: flex;
    justify-content: space-between;
}

.floating_bar h4 {
    position: relative;
    width: 24%;
    color: #fff;
    margin: 0px 10px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.floating_bar h4 span a {
    display: block;
    letter-spacing: -0.025em;
    font-weight: 900;
    color: #ffe318;
    font-size: 26px;
    line-height: 1;
    margin-top: 8px;
}

.floating_bar h4 i {
    transform: translateY(-1px) rotate(90deg);
    margin-right: 3px;
    font-size: 14px;
}

.floating_bar .bbs-area {
    width: 85%;
}

.floating_bar .ul_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.floating_bar .ul_top li {
    flex: 1;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    border-radius: 6px;
}

.floating_bar .ul_top li:last-child {
    margin-right: 0;
}

.floating_bar .ul_top li img {
    height: 45px;
    border: none !important;
}

.floating_bar .ul_top li .form-control {
    height: 45px;
    padding: 6px 10px;
    font-family: "notokr", sans-serif;
    letter-spacing: -0.025em;
    font-size: 15px;
    color: #000;
    border: none;
}

.floating_bar .ul_top li #wr_captcha {
    margin-top: 0 !important;
    width: 200px;
}

.floating_bar .ul_top li.captcha-row {
    display: flex;
    flex: inherit;
}

.floating_bar .ul_top li button {
    width: 100%;
    height: 45px;
    line-height: 43px;
    padding: 0;
    font-size: 18px;
    background: #000;
    border: 1px solid #000;
    font-weight: 600;
}

.floating_bar .ul_top li button:hover {
    border-color: #005a33;
}

.floating_bar .checkbox {
    text-align: right;
    margin-top: 0px;
    font-family: "notokr", sans-serif;
}

.floating_bar .checkbox span {
    color: #fff;
    letter-spacing: -0.03em;
    font-size: 13px;
}

.floating_bar .checkbox span a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline !important;
}

.floating_bar .checkbox span a:hover {
    color: #fff;
}

.floating_bar .checkbox span::before {
    color: #fff !important;
}

.floating_bar #wr_email {
    padding: 0;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
}

/*준비중 페이지*/
.maintenance {
    border: 4px solid #eee;
    padding: 75px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/*게시판*/
.sub_top {
    width: 100%;
    height: 200px;
    background: url(/public/img/sub/sub_top.jpg) 50% 50% / cover;
    display: flex;
    align-items: center;
}

.sub_top h1 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
}

.sub_top .container {
    position: relative;
}

.sub_content {
    padding: 80px 0;
}

.board_data_view .header_wrap {
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}

.board_data_view .header_wrap .title {
    font-size: 28px;
    font-weight: 600;
}

.board_data_view .header_wrap .info {
    margin-top: 20px;
}

.board_data_view .header_wrap .info strong {
    font-weight: 600;
    margin-right: 2px;
}

.btn {
    border-radius: 6px;
}

.floating_bar h3 {

    width: 10%;
    font-size: 14px;
}

@media (max-width: 768px) {
    #site {
        padding-top: 88px;
    }

    .container {
        padding: 0 15px;
    }

    .sns-wrap {
        top: auto;
        right: 15px;
        bottom: -45px;
    }

    .li-sns {
        justify-content: flex-end;
    }

    .li-sns li + li {
        margin-left: 8px;
    }

    .li-sns li img {
        width: 35px;
    }

    #mainCarousel {
        height: 450px;
    }

    #mainCarousel .carousel-inner .item:nth-of-type(2) {
        background-position: 67.5%;
    }

    .carousel-indicators li,
    .carousel-indicators .active {
        width: 10px;
        height: 10px;
    }

    .carousel-inner .item:nth-child(2) .carousel-caption {
        padding-right: 50%;
    }

    .carousel-inner .item:nth-child(2)::after {
        right: 10px;
        bottom: -40px;
        width: 200px;
        height: 325px;
    }

    .carousel-caption {
        left: 5%;
        right: 5%;
        transform: translateX(0);
        top: auto;
        bottom: 0px;
        margin: 0;
        padding-bottom: 40px;
        margin-bottom: 15px;
    }

    .carousel-inner .item:nth-child(4) .carousel-caption h1,
    .carousel-caption h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .carousel-inner .item:nth-child(4) .carousel-caption p,
    .carousel-caption p {
        font-size: 16px;
    }

    .carousel-inner .name-tag {
        bottom: 0;
        font-size: 14px;
    }

    .carousel-control {
        display: none;
    }

    .slider-list-wrap {
        display: block;
    }

    .main section {
        padding: 75px 0;
    }

    .main article {
        padding-bottom: 80px;
    }

    .main_title {
        font-size: 38px;
        margin-bottom: 50px;
    }

    .sub_title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .concept_top .text_box {
        padding-top: 0;
    }

    .concept_top .text_box .title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .concept_top .text_box p {
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .concept_top .text_box p span {
        font-size: 36px;
        text-align: center;
    }

    .concept_bottom .title {
        margin-bottom: 25px;
    }

    .concept_bottom {
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 0;
    }

    /* .concept_bottom:nth-of-type(1) {
    margin-top: 30px;
    margin-bottom: 30px;
  } */

    .concept_bottom:nth-of-type(even) {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }

    .concept_bottom:nth-child(1) .text_box,
    .concept_bottom:nth-child(3) .text_box,
    .concept_bottom:nth-child(5) .text_box,
    .concept_bottom .text_box {
        margin: 0;
        padding: 30px;
    }

    .strategy .title {
        font-size: 32px;
    }

    .strategy {
        padding: 30px;
    }

    .bbs_blog .page-header {
        margin-bottom: 30px;
    }

    .bbs_blog .table_blog {
        flex-wrap: wrap;
    }

    .bbs_blog .table_blog dd:not(:first-child) {
        display: none;
    }

    .bbs_blog .table_blog dd {
        width: 100%;
    }

    .bbs_blog .table_blog dd + dd {
        margin-top: 30px;
    }

    .table_blog dd .left a {
        display: block;
    }

    .table_blog dd .left {
        padding: 0;
    }

    .row-schedule {
        flex-wrap: wrap;
    }

    .row-schedule > div {
        width: 100%;
    }

    .row-schedule > div + div {
        margin-top: 15px;
    }

    .cafe {
        padding: 30px;
        border-bottom: 0;
    }

    .slider-nav-cafe {
        margin: 0 !important;
        padding: 0 15px 15px;
        border: 3px solid #000;
        border-top: 0;
        background: #fff;
    }

    .store-list {
        padding: 40px 30px;
        margin-bottom: 20px;
    }

    .point div + div {
        margin-top: 20px;
    }

    [class^="slider-nav"] {
        margin: 10px -3px 0;
    }

    [class^="slider-nav"] .slick-slide {
        padding: 0 3px;
    }

    .main-table-wrap,
    .main-schedule-wrap {
        padding: 20px;
    }

    .li-schedule {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .li-schedule li {
        width: 100%;
        flex: inherit;
        text-align: center;
    }

    .li-schedule li + li {
        margin: 0;
    }

    .floating_bar {
        transition: 0.25s;
        bottom: -222px;
    }

    .floating_bar.open {
        bottom: 0;
    }

    .floating_bar .container {
        flex-wrap: wrap;
    }

    .floating_bar .toggle-btn {
        position: absolute;
        top: 0;
        height: 55px;
        width: 100%;
        z-index: 50;
    }

    .floating_bar .toggle-btn .icon {
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -15px;
        left: 50%;
        color: #000;
        transform: translateX(-50%);
        line-height: 1;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        border: 5px solid #007c47;
    }

    .floating_bar .toggle-btn span {
        font-size: 26px;
        font-weight: 900;
    }

    .floating_bar.open .toggle-btn .icon {
        transform: translateX(-50%) rotate(180deg);
    }

    .floating_bar h4 i {
        margin-right: 10px;
    }

    .floating_bar .bbs-area {
        width: 100%;
    }

    .floating_bar .ul_top {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .floating_bar h4 {
        width: 50%;
        margin-top: 0;
        margin-bottom: 60px;
        display: flex;
        align-items: center;
        font-size: 16px;
    }

    .floating_bar h3 {

        margin-bottom: 60px;
        width: 30%;
        font-size: large;
    }

    .floating_bar h4 span {
        margin: 0 0 0 auto;
        position: relative;
        z-index: 100;
    }

    .floating_bar h4 span a {
        margin: 0;
    }

    .floating_bar .ul_top li button {
        line-height: inherit;
    }

    .floating_bar .ul_top li button,
    .floating_bar .ul_top li img,
    .floating_bar .ul_top li .form-control {
        height: 40px;
    }

    .floating_bar .ul_top li #wr_captcha {
        width: 100%;
    }

    .floating_bar .ul_top li {
        width: calc(50% - 2px);
        flex: inherit;
        margin: 0 0 5px;
    }

    .floating_bar .ul_top li:nth-of-type(5),
    .floating_bar .ul_top li:nth-of-type(4),
    .floating_bar .ul_top li:nth-of-type(3) {
        width: 100%;
    }

    #intrerior .slick-arrow {
        background: rgba(255, 255, 255, 0.85);
        width: 30px;
        height: 40px;
    }

    #intrerior .slick-prev {
        left: -14px;
    }

    #intrerior .slick-next {
        right: -14px;
    }

    #chain .slick-prev {
        left: -0px;
    }

    #chain .slick-next {
        right: -0px;
    }

    .slider-nav-cafe {
        display: block;
    }

    .slider-nav-self,
    .slider-self {
        padding: 0 15px;
    }

    .slider-self-wrap {
        padding: 35px 0 15px;
    }

    .slick-arrow {
        width: 30px;
        height: 40px;
        background: rgba(255, 255, 255, 0.85);
    }

    .slick-prev {
        left: 0px;
    }

    .slick-next {
        right: 0px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 25px;
    }

    .main-table-wrap {
        padding: 10px;
    }

    .main-table-wrap > div {
        padding: 0;
    }

    .main-table-wrap table {
        table-layout: fixed;
        margin-bottom: 0;
    }

    .main-table-wrap table colgroup col:nth-child(1) {
        width: 20%;
    }

    .main-table-wrap table colgroup col:nth-child(2) {
        width: 40%;
    }

    .main-table-wrap table tr td,
    .main-table-wrap table tr th {
        font-size: 10px;
        padding: 7px;
    }

    .main-table-wrap table tr.tr-price td.imp {
        font-size: 17px;
    }

    .main-table-wrap table tr.tr-price td {
        font-size: 14px;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .text-center {
        display: flex;
    }

    .board_wrapper .text-center > * {
        min-width: auto;
    }

    #inquiry01 #item_email p {
        font-size: 14px;
    }

    #main_wrapper + footer {
        margin-bottom: 0px;
    }

    #site footer .footer-info {
        padding-bottom: 120px;
    }
}

/* bbs, etc */
@media (max-width: 767px) {
    .table_default colgroup,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits,
    .table_default .writer {
        display: none;
    }

    .table_default .subject {
        width: 100%;
    }

    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }

    .sub-board-wrap .table_blog dd {
        width: 100%;
        padding: 0;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: auto;
    }

    .search_wrap {
        margin-bottom: 0 !important;
    }

    .bbs-area .board_wrapper div.text-center {
        padding-top: 30px;
        display: flex;
        width: 100%;
    }

    .bbs-area .board_wrapper .text-center .btn.btn-lg {
        padding: 0;
        height: 50px;
    }

    .bbs-area .board_wrapper .text-center .btn.btn-lg,
    .bbs-area .board_wrapper .text-center .btn + .btn {
        flex: 1;
        min-width: inherit;
    }

    .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }

    .table.table_responsive tbody tr th {
        padding: 15px !important;
    }

    .table_blog dd .left a .thumb {
        width: 100%;
        height: 200px;
    }

    .table_blog dd .left,
    .table_blog dd .right {
    }

    .search_wrap {
        display: none;
    }

    .bbs-area .table_blog dd .right .title {
        padding-top: 10px;
    }
}

.main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}

.main_popup_contents {
    padding: 0;
}
