@charset "utf-8";

#site {
    position: relative;
    padding-top: 100px;
}

/* 폰트 설정 */
*,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}

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

p {
    font-size: 16px;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

/* 레이아웃 조정 */
.navbar-inverse + .container {
    padding: 0;
    width: 100%;
}

.board_wrapper,
.search_wrap,
.pagination_wrap {
    visibility: hidden;
}

/* =============== 네비게이션 =============== */

.navbar-inverse {
    background: #fff;
    position: fixed;
    padding: 0;
    margin-bottom: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.navbar-inverse.on {
}

#navbar-bg {
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s;
}
.navbar-inverse.on #navbar-bg {
    background: #fafafa;
}

.navbar-inverse .navbar-brand {
    margin: 0 !important;
    padding: 10px 0 !important;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    display: inline-block;
    height: auto;
    padding: 35px 0px;
    font-size: 26px;
    font-weight: 600;
    color: #222;
    margin-top: 8px !important;
    width: 165px;
}

/* 기존 서브메뉴 있는 매장안내 안보이게 */
.navbar-inverse .navbar-nav > li#gnb_66 {
    display: none;
}

.navbar-inverse .navbar-nav > li > a {
    min-width: 160px;
    padding: 40px 30px;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    color: #222;
    letter-spacing: -0.02em;
}
.navbar-inverse.on .navbar-right > li > a {
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #db2428;
}

.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: #db2428;
}

.ani {
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.ani-wrap {
    overflow: hidden;
}
.active .ani.fi-in {
    animation-name: fadeIn;
}
.active .ani.fi-up {
    animation-name: fadeInUp;
}
.active .ani.fi-up2 {
    animation-name: fadeInUp2;
    position: relative;
}
.active .ani.fi-down {
    animation-name: fadeInDown;
}
.active .ani.fi-down2 {
    animation-name: fadeInDown2;
}
.active .ani.fi-left {
    animation-name: fadeInLeft;
}
.active .ani.fi-left2 {
    animation-name: fadeInLeft2;
}
.active .ani.fi-right {
    animation-name: fadeInRight;
}
.active .ani.fi-right2 {
    animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes fadeInDown3 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.active .ani.t1 {
    animation-delay: 0.1s;
}
.active .ani.t2 {
    animation-delay: 0.2s;
}
.active .ani.t3 {
    animation-delay: 0.3s;
}
.active .ani.t4 {
    animation-delay: 0.4s;
}
.active .ani.t5 {
    animation-delay: 0.5s;
}
.active .ani.t6 {
    animation-delay: 0.6s;
}
.active .ani.t7 {
    animation-delay: 0.7s;
}
.active .ani.t8 {
    animation-delay: 0.8s;
}
.active .ani.t9 {
    animation-delay: 0.9s;
}
.active .ani.t10 {
    animation-delay: 1s;
}
.active .ani.t11 {
    animation-delay: 1.1s;
}
.active .ani.t12 {
    animation-delay: 1.2s;
}
.active .ani.t13 {
    animation-delay: 1.3s;
}
.active .ani.t14 {
    animation-delay: 1.4s;
}
.active .ani.t15 {
    animation-delay: 1.5s;
}
.active .ani.t16 {
    animation-delay: 1.6s;
}
.active .ani.t17 {
    animation-delay: 1.7s;
}
.active .ani.t18 {
    animation-delay: 1.8s;
}
.active .ani.t19 {
    animation-delay: 1.9s;
}

.active .ani.t55 {
    animation-delay: 5.5s;
}

/* PC */
@media (min-width: 767px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: none;
        padding: 12px 0;
        text-align: center;
        box-shadow: none;
        background: none;
    }
    .on .navbar-inverse .navbar-nav .dropdown-menu {
        background: none;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 9px 20px;
        color: #000;
        font-size: 15px;
    }
    .on .navbar-inverse .navbar-nav .dropdown-menu > li > a {
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: none;
        font-weight: 600;
        /* color: #fff; */

        color: #fa373b;
        text-decoration: underline;
    }
    .on .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .on .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #fa373b;
        text-decoration: underline;
    }

    .navbar-inverse .navbar-nav > li#gnb_67 > a {
        padding: 13px 25px;
        margin: 25px 0;
        background: #fa373b;
        line-height: 1.3;
        font-size: 17px;
        color: #fff;
        height: 50px;
        border-radius: 50px;
        letter-spacing: -0.035em;
    }
}

/* 태블릿 ~ 모바일 */
@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        padding: 10px 0 15px 10px !important;
    }
    #site {
        position: relative;
        padding-top: 64px;
    }
    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
        width: 133px;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        margin: 22px 15px 15px 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        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 .navbar-collapse {
        border-top: 1px solid #eee;
    }

    .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;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 7px 15px;
        font-size: 16px;
        text-align: left;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #777;
    }
}

/* =============== 메인 페이지 =============== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: 580px;
}

#mainCarousel .carousel-inner .item > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
    display: none;
}

.carousel-control.left .glyphicon::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    margin: 0 4px;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background-color: #db2426;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
}

.carousel-caption {
    text-shadow: none;
    padding: 0;
    top: 48%;
}

.carousel-caption h1 {
    margin: 0;
    font-size: 67px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-style: oblique;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.carousel-caption h1 span {
    color: #ff3134;
}

.carousel-caption p {
    line-height: 1.6;
    letter-spacing: -0.035em;
    font-size: 22px;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 460px;
    }

    #mainCarousel .carousel-caption {
        left: 15px;
        right: 15px;
    }

    #mainCarousel .carousel-caption h1 {
        font-size: 42px;
    }
}

/* 메인 - 게시판 */
#section_fc490c {
    padding: 100px 0 110px;
    background: url("/public/img/main/main_review_bg.jpg") no-repeat center / cover;
}

.board_box_blog2 {
    margin-bottom: 0 !important;
}

.board_box_blog2 .col-md-4 {
    width: 25%;
}

.board_box_blog2 .inner {
    border: none;
    /*padding: 0 10px;*/
    margin: 15px 0 0;
}

.board_box_blog2 .page-header {
    margin: 0;
    padding: 0;
    border: none;
}

.board_box_blog2 .page-header .pull-right {
    display: none;
}

.board_box_blog2 .page-header h4 {
    margin: 0 0 50px;
    font-size: 42px;
    color: #fff;
    letter-spacing: -0.035em;
    text-align: center;
}

.board_box_blog2 .page-header h4::before {
    content: "News";
    display: block;
    margin: 0 0 15px;
    color: #d92329;
    font-size: 16px;
    letter-spacing: 0;
}

.board_box_blog2 .inner .top {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 14px;
    background: #ffffff;
}

.board_box_blog2 .inner .bottom {
    padding: 0 18px 30px;
    text-align: center;
}

.board_box_blog2 .inner .top {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 14px;
    background: #ffffff;
}

.board_box_blog2 .inner .top a {
    display: block;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.board_box_blog2 .inner .top a .thumb {
    transition: 0.35s ease;
    /*height: 250px;*/
    display: block;
    width: 100%;
    height: 175px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.board_box_blog2 .inner:hover .top a .thumb {
    transform: scale(1.12);
}

.board_box_blog2 .inner .bottom .info {
    margin-bottom: 0px;
    display: none;
}

.board_box_blog2 .inner .bottom .title {
    margin: 0;
    font-weight: 500;
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
}
/*
.board_box_blog2 .inner .bottom .title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-right: 25px solid #987b68;
    border-bottom: 28px solid transparent;
}
.board_box_blog2 .inner .bottom .title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-left: 25px solid #987b68;
    border-bottom: 28px solid transparent;
}
*/

.board_box_blog2 .inner .bottom .title a {
    letter-spacing: -0.05em;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 12px;
    /*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
*/
    background: #987b68 url("/public/img/main/pattern-slash.png");
    border: 4px solid #4d4038;
    border-radius: 50px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 65%);
}
.board_box_blog2 .inner:hover .bottom .title a,
.board_box_blog2 .inner:focus .bottom .title a {
    color: #ffc215;
}
.board_box_blog2 .inner .bottom .title a span {
    position: relative;
}
.board_box_blog2 > .row > div:nth-child(3) .inner .bottom .title a span::after {
    content: "카페타입 VS Room타입";
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #db2428;
    padding: 3px;
    border-radius: 50px;
    width: 152px;
    font-size: 13px;
    color: #fff;
    border: 3px solid #c3171b;
}
/* 메인 - 컨텐츠 */
.main-content {
    padding: 100px 0;
}

.main-content section {
    margin-bottom: 80px;
}

.main-content section:last-child {
    margin-bottom: 0;
}

.main-content .sec1 {
    text-align: center;
}

.main-sec-tit {
    margin: 0 0 50px;
    font-size: 42px;
    font-weight: 900;
    color: #222;
    letter-spacing: -0.035em;
}

#section_3295c7 {
    background: url(/public/img/main/main_brand_bg.jpg) no-repeat center / cover;
}

.main-sec-tit span {
    display: block;
    margin: 0 0 15px;
    color: #d92329;
    font-size: 16px;
    letter-spacing: 0;
}

.main-content .brand-info-wrap p {
    font-size: 18px;
    letter-spacing: -0.034em;
    line-height: 1.65;
    margin: 20px 0 0;
    color: #333;
}

.main-content .brand-info-wrap p:last-child {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.044em;
    font-style: italic;
    line-height: 1.45;
    color: #000;
    margin-top: 32px;
}

.main-content .brand-info-wrap p:last-child b {
    font-weight: 400;
}

.main-content .brand-info-wrap img {
    margin-bottom: 20px;
}

.brand-info-wrap .desc {
    text-align: left;
}

#section_14bfa6 {
    padding: 50px 0 60px;
    /* background: url(/public/img/main/main_btn_bg.jpg) no-repeat center / cover; */
    background: #4d4038;
    text-align: center;
}

.main-btn-wrap .box {
    display: inline-block;
}

.main-btn-wrap .box p {
    margin: 0 0 16px;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #ffc215;
    font-style: italic;
}

.main-btn-wrap .box p b {
    font-weight: 500;
}

.btn-style1 {
    display: inline-block;
    padding: 16px 50px;
    background: #987b68;
    border-radius: 50px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.05em;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.65);
    transition: all 0.2s ease;
}

.btn-style1:hover,
.btn-style1:focus {
    color: #fff;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.9);
}

.btn-style1.first {
    margin-right: 15px;
    color: #111;
    background: #db2426;
    color: #fff;
}

.btn-style1 .icon {
    display: inline-block;
    padding-left: 20px;
    transition: all 0.2s;
}

.btn-style1:hover .icon {
    transform: translateX(15px);
}

/* 2024 new main */
.main_new {
    padding-top: 0 !important;
}
.main_new .navbar-inverse {
    background: none;
    transition: all 0.3s ease;
    box-shadow: none;
}

.main_new .navbar-inverse .navbar-brand {
    background: url(/public/img/main/logo.png) no-repeat 45% 47% / 103%;
    width: 200px;
}
.main_new .navbar-inverse .navbar-brand img {
    visibility: hidden;
}
.main_new .navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.main_new .navbar-inverse:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.main_new .navbar-inverse:hover .navbar-brand {
    background: none;
}
.main_new .navbar-inverse:hover .navbar-brand img {
    visibility: visible;
}
.main_new .navbar-inverse:hover .navbar-nav > li > a {
    color: #222;
}

.main_new #fp-nav.fp-left {
    left: 50px !important;
}

.main_new.fp-viewing-2 .navbar-inverse .navbar-nav > li > a {
    color: #222;
}

.main_new.fp-viewing-0 #fp-nav ul li a span,
.main_new.fp-viewing-1 #fp-nav ul li a span {
    background: #fff;
}
.main_new.fp-viewing-2 #fp-nav ul li a span,
.main_new.fp-viewing-3 #fp-nav ul li a span {
    background: #222;
}

.navbar-inverse .container {
    width: 100%;
    padding: 0 100px;
}

#fullpage {
    font-family: "Pretendard Variable", "notokr", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}
#fullpage > .section {
}
#fullpage > .section#main01 {
    background: url(/public/img/main/se01_bg.jpg) no-repeat center / cover;
}
#fullpage > .section#main02 {
    background: url(/public/img/main/se02_bg.jpg) no-repeat center / cover;
    overflow: hidden;
}
#fullpage > .section#main03 {
    background: url(/public/img/main/se03_bg.jpg) no-repeat center / cover;
}
#fullpage > .section#main04 {
    background: url(/public/img/main/se04_bg.jpg) no-repeat center / cover;
}

#fullpage > .section > .fp-tableCell {
    position: relative;
    z-index: 1;
}
#fullpage > .section .container {
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2%;
}
#fullpage > .section .container::before,
#fullpage > .section .container::after {
    display: none;
}

#fullpage > .section .container .image {
    width: 100%;
    max-width: 800px;
}
#fullpage > .section .container .image img {
}
#fullpage > .section .container .text {
}
#fullpage > .section::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc((100% - 1680px) / 2);
    right: calc((100% - 1680px) / 2);
    display: block;
    width: 84px;
    height: 155px;
    opacity: 1;
    animation-duration: 0.4s;
    animation-fill-mode: both;
}
#fullpage > .section .container .text h3 {
    font-size: 150px;
    color: #fff;
    font-weight: 800;
    margin: 0 0 40px;
    letter-spacing: -0.05em;
}
#fullpage > .section .container .text dl {
    position: relative;
    color: #fff;
    margin: 0 0 70px;
}
#fullpage > .section .container .text dl dt {
    font-size: 36px;
    letter-spacing: -0.05em;
}
#fullpage > .section .container .text dl dd {
    font-size: 26px;
    margin-top: 22px;
    line-height: 1.6;
    letter-spacing: -0.05em;
    font-weight: 300;
}
#fullpage > .section .container .text dl::before {
    content: "";
    display: block;
    width: 95px;
    height: 7px;
    background: #fff;
    margin: 0 0 55px;
}
#fullpage > .section .container .text .more {
    display: inline-block;
    font-size: 22px;
    line-height: 48px;
    width: 150px;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}
#fullpage > .section .container .text .more:hover,
#fullpage > .section .container .text .more:focus {
    color: #000;
    background: #fff;
}

#fullpage > .section#main01 .container {
}
#fullpage > .section#main01 .title {
    width: max-content;
}
#fullpage > .section#main01::before {
    background: url(/public/img/main/se01_box.png) no-repeat;
    left: 23%;
    right: auto;
}
#fullpage > .section.active#main01::before {
    animation-name: fadeInDown3;
}
#fullpage > .section#main01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 21%;
    background: #b72023;
    box-shadow: 0 28px 30px #000;
}
#fullpage > .section#main01 .title h2 {
    position: relative;
    color: #fff;
    font-size: 130px;
    font-weight: 300;
    letter-spacing: -0.073em;
    margin: 0 0 15px;
    text-shadow: 6px 7px 11px rgba(0, 0, 0, 0.3);
}
#fullpage > .section#main01 .title h2::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    display: block;
    width: 67px;
    height: 47px;
    background: url(/public/img/main/se01_quote1.png) no-repeat;
}
#fullpage > .section#main01 .title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    display: block;
    width: 67px;
    height: 47px;
    background: url(/public/img/main/se01_quote2.png) no-repeat;
}
#fullpage > .section#main01 .title h2 b {
    font-weight: 900;
}
#fullpage > .section#main01 .title p {
    font-size: 32px;
    color: #edbdb9;
    font-weight: 400;
    letter-spacing: -0.05em;
}

#fullpage > .section#main01 .mkujoy {
    position: absolute;
    right: 100px;
    bottom: 40px;
}
#fullpage > .section#main01 .mkujoy p {
    font-size: 30px;
    text-align: right;
    font-weight: 400;
    letter-spacing: -0.065em;
    color: #fff;
    line-height: 1.5;
}

#fullpage > .section#main02::before {
    content: "";
    background: url(/public/img/main/se02_box.png) no-repeat;
    left: auto;
    z-index: 1;
}
#fullpage > .section.active#main02::before {
    animation-name: fadeInDown3;
    animation-delay: 0.7s;
}
#fullpage > .section#main02::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 21%;
    background: #000;
    box-shadow: 0 60px 30px #000;
}
#fullpage > .section#main02 .container .image {
    position: relative;
    height: 80vh;
    max-height: 730px;
}
#fullpage > .section#main02 .container .image .item {
    position: absolute;
}
#fullpage > .section#main02 .container .image .item:nth-child(1) {
    top: -3%;
    left: 0;
}
#fullpage > .section#main02 .container .image .item:nth-child(2) {
    top: 18%;
    right: -16%;
}
#fullpage > .section#main02 .container .image .item:nth-child(3) {
    top: 47%;
    left: 7%;
}
#fullpage > .section#main02 .container .text {
    text-align: right;
}
#fullpage > .section#main02 .container .text h3 {
    color: #e9e836;
}
#fullpage > .section#main02 .container .text dl {
}
#fullpage > .section#main02 .container .text dl dd {
}
#fullpage > .section#main02 .container .text dl::before {
    background: #fff;
    margin-left: auto;
}

#fullpage > .section#main03::before {
    content: "";
    background: url(/public/img/main/se03_box.png) no-repeat;
    right: auto;
}
#fullpage > .section.active#main03::before {
    animation-name: fadeInDown3;
    animation-delay: 0.3s;
}
#fullpage > .section#main03 .container .text {
}
#fullpage > .section#main03 .container .text h3 {
    color: #e40e28;
}
#fullpage > .section#main03 .container .text dl {
    color: #222;
}
#fullpage > .section#main03 .container .text dl dd {
}
#fullpage > .section#main03 .container .text dl::before {
    background: #222;
}
#fullpage > .section#main03 .container .text .more {
    color: #222;
    border-color: #222;
}
#fullpage > .section#main03 .container .text .more:hover,
#fullpage > .section#main03 .container .text .more:focus {
    color: #fff;
    background: #222;
}

#fullpage > .section#main04 .container .text {
    text-align: right;
}
#fullpage > .section#main04 .container .text h3 {
    font-size: 80px;
}
#fullpage > .section#main04 .container .text h3 .color-r {
    color: #dd1216;
    display: block;
}
#fullpage > .section#main04 .container .text dl {
}
#fullpage > .section#main04 .container .text dl dd {
}
#fullpage > .section#main04 .container .text dl::before {
    background: #fff;
    margin-left: auto;
}
#fullpage > .section#main04 .container .text .more {
    border-color: #fff;
}
#fullpage > .section#main04 .container .text .more:hover,
#fullpage > .section#main04 .container .text .more:focus {
    background: #fff;
    color: #000;
}

/* 메인 - 반응형 */
@media (max-width: 767px) {
    .main-content {
        padding: 50px 0;
    }

    .main-sec-tit,
    div[class^="board_box_"] .page-header h4 {
        font-size: 30px;
    }

    .brand-info-wrap .desc {
        text-align: center;
    }

    .brand-info-wrap h5 {
        margin: -15px 0 30px !important;
    }

    .brand-info-wrap h5 span {
        font-size: 40px;
    }

    .main-content .brand-info-wrap img {
        width: 100%;
        height: auto;
    }

    .main-btn-wrap .box + .box {
        margin-top: 35px;
    }

    .btn-style1 {
        font-size: 16px;
    }

    #section_ad61ab {
        padding: 50px 0 !important;
    }

    #section_e2c420 {
        padding: 40px 0;
    }

    .main-content .brand-info-wrap p:last-child {
        font-size: 24px;
    }
}

/* =============== 푸터 =============== */
.footer-wrap {
    padding: 0 0 60px;
    background: #1f1f1f;
    color: #ccc;
    font-size: 14px;
    text-align: center;
}

.footer-wrap address,
.footer-wrap ul {
    margin: 0;
}

.footer-wrap .footer-menu {
    padding: 15px 0;
    margin: 0 0 40px;
    background: #af090f;
}

.footer-wrap .footer-menu li a {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    display: inline-block;
    width: 130px;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.footer-wrap .footer-menu li a:hover,
.footer-wrap .footer-menu li a:focus {
    color: #af090f;
    background: #fff;
}

.footer-wrap ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer-wrap .copy {
    margin: 15px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
    .footer-wrap .footer-menu ul:after {
        content: "";
        clear: both;
        display: block;
    }

    .footer-wrap .footer-menu ul li {
        float: left;
        width: 50%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

/* =============== 게시판 =============== */

.btn.btn-primary {
    background-color: #db2428;
    border: 1px solid #db2428;
    color: #fff;
    transition: 0.35s ease;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #c10f12;
    border-color: #c10f12;
}

/* 게시판 - blog B */
.table_blog2 dd {
    width: 25%;
}

.table_blog2 dd .inner,
.table_blog2 dd .inner .top a .thumb {
    transition: 0.35s ease;
    aspect-ratio: 1;
    height: unset;
    width: 100%;
    object-fit: cover;
}

.table_blog2 dd .inner:hover {
    border-color: #db2428;
}

.table_blog2 dd .inner:hover .top a .thumb {
    transform: scale(1.1);
}

.table_blog2 dd .inner:hover .bottom .title a {
    color: #db2426;
}

#bbs04 .category_wrap ul {
    text-align: center;
}
#bbs04 .category_wrap ul li {
    margin: 0 5px 5px;
}
#bbs04 .category_wrap ul li > a {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid;
    color: #666;
}
#bbs04 .category_wrap ul li.on > a {
    color: #fff;
    background: #db2428;
    border-color: #db2428;
}
#bbs04 .badge {
    background: #db2428;
    display: block;
    margin-bottom: 5px;
    width: 135px;
    color: #fff;
    border: none;
}
#bbs04 .badge2 {
    background: #1569a7;
}

#bbs04 .category_wrap {
    display: none;
}
#bbs04 .board_wrapper {
    margin-top: 40px;
}
.btn-area {
    text-align: right;
}
.btn-area .btn-box {
    display: flex;
    gap: 40px;
    margin-bottom: 55px;
}
.btn-area .btn-all {
    background: #4e5255;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .subPage{
        overflow: hidden;
    }
    .subPage[id^="bbs"] .board_wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }

    .table.table_default {
        margin-bottom: 0;
    }

    .search_wrap {
        margin-bottom: 0;
    }

    .search_wrap #search_kind {
        width: 28%;
        float: left;
    }

    #search_query {
        width: 70% !important;
        float: right;
    }

    .board_wrapper .text-center .btn.btn-lg {
        padding-left: 45px;
        padding-right: 45px;
    }

    .table_blog2 dd {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #board_write_form fieldset > .text-center {
        display: flex;
    }

    #board_write_form fieldset > .text-center .btn.btn-lg {
        width: 100%;
        padding: 15px;
    }

    .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 .table.board_write_table tbody tr th {
    font-size: 15px;
}

.board_wrapper .table.board_write_table tbody tr td {
    padding: 20px 15px;
}

.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: #db2428;
}

.checkbox {
    margin-top: 0;
}

/* =============== 로그인 =============== */

.member_wrapper {
    margin: 0 auto;
    max-width: 1140px;
}

@media (max-width: 767px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .member_wrapper .login_extra ul li + li::before {
        margin: 0 10px;
    }
}

/* =============== 문의폼 =============== */
.board_wrapper .table.board_write_table tbody tr th {
    position: static;
}

/* =============== 서브페이지 =============== */
/* 준비중입니다 */
.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 50px 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.4;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.6;
    font-size: 14px;
    color: #818181;
    margin-bottom: 30px;
}

.maintenance .btn {
    border-radius: 0;
    padding: 15px 40px;
    font-size: 14px;
    width: 180px;
    border-color: #666;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.maintenance .btn:hover {
    color: #fff;
    background: #333;
}

/* 공통 */
.sub-top {
    position: relative;
    height: 260px;
    /* background: url(/public/img/sub/sub-top-01.jpg) no-repeat center/ cover; */
    background: url(/public/img/sub/sub-top-02.jpg) no-repeat center/ cover;
}
.sub-top::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.45);
}

.sub-top .sub-top-tit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1140px;
    width: 100%;
    margin: 0;
    font-size: 55px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.9);
    letter-spacing: -0.05em;
}

.sub-top .bread-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border-radius: 0;
    text-align: right;
}

.sub-top .breadcrumb {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 1140px;
    background: transparent;
}

.sub-top .breadcrumb li {
    font-size: 13px;
    color: #fff;
}

.sub-top .breadcrumb li.active {
    color: #fff;
}

.sub-top .breadcrumb li + li:before {
    content: "\f054";
    padding: 0 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.sub-content {
    padding: 120px 0;
}

.sub-content section {
    margin-bottom: 130px;
}

.sub-content section:last-child {
    margin-bottom: 0;
}

.sub-sec-tit {
    position: relative;
    margin: 0 0 110px;
    font-size: 42px;
    text-align: center;
    letter-spacing: -0.035em;
    line-height: 1.3;
    font-weight: 600;
    color: #222;
}

.sub-sec-tit:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 45px;
    height: 5px;
    background: #db2428;
}

.sub-sec-tit.bbs-tit:before {
    bottom: -50px;
}
.sub-sec-tit.bbs-tit p {
    color: #5d5e5f;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.sub-sec-tit > .type {
    display: block;
    font-size: 15px;
    margin: 10px auto;
    padding: 5px;
    background: #db2428;
    color: #fff;
    max-width: 185px;
    border-radius: 50px;
}

.sub-menu {
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 0;
}

.sub-menu ul {
    /* display: flex; */
    margin: 0;
    display: inline-block;
    line-height: 0;
}

.subPage[id^="shop"]:not(#shop_list) .sub-menu ul {
    display: flex;
    display: block;
}

.subPage[id^="shop"]:not(#shop_list) .sub-menu ul li {
    width: calc(100% / 6);
}

.subPage[id^="shop"]:not(#shop_list) .sub-menu ul .line_02 {
    width: calc(100% / 7);
}

.sub-menu ul li {
    width: 170px;
    text-align: center;
    float: left;
    line-height: 1;
}

.sub-menu ul li a {
    display: block;
    font-size: 18px;
    padding: 20px 10px;
    color: #333;
    letter-spacing: -0.05em;
    border-bottom: 3px solid #fff;
}

.sub-menu ul li a:hover {
    background: #fff;
    color: #db2426;
}

.sub-menu ul li.active a {
    color: #000;
    /* border-color: #333; */
    /* border: 0; */
}

.subPage[id^="shop"]:not(#shop_list) .sub-menu ul li.active a {
    position: relative;
    color: #fff;
}
.subPage[id^="shop"]:not(#shop_list) .sub-menu ul li.active a:before {
    content: "";
    display: block;
    width: 65%;
    height: 40px;
    background: #ff2c31;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.main-btn-wrap {
    text-align: center;
    background: #4d4038;
    margin: 0;
    padding: 40px 0;
}

/* about */
/* #daumRoughmapContainer1585895427665,
#daumRoughmapContainer1588827711542,
#daumRoughmapContainer1588827970366,
#daumRoughmapContainer1588828379318,
#daumRoughmapContainer1588828673006,
#daumRoughmapContainer1588829662662,
#daumRoughmapContainer1599007113225,
#daumRoughmapContainer1612153109665,
#daumRoughmapContainer1625200581622 */
.root_daum_roughmap {
    width: 100% !important;
}

.location-table {
    margin: 30px 0 0;
    width: 100%;
    border-top: 2px solid #333;
}

.location-table tr th,
.location-table tr td {
    padding: 18px 20px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.035em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
}

.location-table tr th {
    background: #f8f8f8;
    font-weight: 600;
    /* text-align: center; */
}

.location-table tr th .icon {
    display: inline-block;
    padding-right: 10px;
    color: #db2428;
}

.history-table {
    border-top: none;
}

.history-table.table-style tr th,
.history-table.table-style tr td {
    border-bottom: none !important;
    border-top: none;
    padding: 25px !important;
}

.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #ddd;
    font-size: 48px;
    color: #333;
    vertical-align: top !important;
    line-height: 0.6em;
    text-align: center;
    letter-spacing: -0.05em;
}

.history-table.table-style tr th:after {
    content: "";
    display: block;
    position: absolute;
    right: -6px;
    top: 35px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #db2428;
    border-radius: 50%;
}

.history-table.table-style ul > li {
    font-size: 16px;
    position: relative;
    line-height: 1.6;
    margin: 2px 0 4px;
    letter-spacing: -0.02em;
    color: #5f5f5f;
}

.history-table.table-style ul > li b {
    display: inline-block;
    padding-right: 10px;
    color: #db2428;
}

.history-table.table-style tr td {
    padding-left: 70px !important;
    width: 80%;
}

.brand-info-wrap {
    padding-top: 20px;
}

.brand-info-wrap h5 {
    margin: -15px 0 40px;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.015em;
    line-height: 1.2;
    /* font-style: oblique; */
    color: #ddd;
}

.brand-info-wrap h5 small {
    display: inline-block;
    margin-right: 10px;
    font-size: 35%;
    font-weight: 500;
}

.brand-info-wrap h5 span {
    display: block;
    color: #db2428;
}

.brand-info-wrap p {
    line-height: 1.6;
    font-size: 17px;
    letter-spacing: -0.035em;
}

.brand-info-wrap .img-wrap {
    position: relative;
    margin-top: 33px;
}

.brand-info-wrap .img-wrap:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 70px;
    width: 95px;
    height: 95px;
    background: rgba(217, 37, 40, 0.8);
    border-radius: 50%;
    z-index: 1;
}

.brand-info-wrap .img-wrap img {
    box-shadow: 20px 30px 25px #e0e0e0;
}

#business01 .sub-content {
    background: url(/public/img/sub/page_bg.jpg) repeat-y center;
}

#business01 .sub-content img {
    margin-bottom: 55px;
}

.checkbox a {
    color: #db2428;
    text-decoration: underline;
}

.organization-wrap {
    padding: 50px 0 0;
}

.organization-wrap .depth1 {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.organization-wrap .depth1:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 67%;
    height: 3px;
    background: #d9d9d9;
}

.organization-wrap .depth2 {
    position: relative;
}

.organization-wrap .depth2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -1px;
    transform: translateX(-50%);
    width: 3px;
    height: 200px;
    background: #d9d9d9;
    z-index: -1;
}

.organization-wrap .depth2.two:before {
    top: -140px;
    height: 265px;
}

.organization-wrap .circle {
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #414141;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.25);
}

.organization-wrap .circle:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
}

.organization-wrap .circle h1 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.08rem;
    white-space: nowrap;
}

.organization-wrap .item h2 {
    position: relative;
}

.organization-wrap .item h2 a {
    display: block;
    width: 290px;
    margin: 0 auto 25px;
    padding: 28px 50px;
    background: #ddd;
    box-shadow: 5px 8px 8px rgba(0, 0, 0, 0.125);
    border-radius: 200px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.1rem;
    color: #fff;
}

.organization-wrap .item h2 a span {
    position: relative;
}

.organization-wrap .one a {
    position: relative;
    background: #e84244 !important;
    border: 3px solid #ffc301;
}

/* .organization-wrap .one a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 500px;
    background: rgba(217, 37, 40, 0.1);
	animation: pulse 2s infinite;
} */

/* @keyframes boxShadow{
    0% {
        width: 100%;
        height: 100%;
        background: rgba(217, 37, 40, 0.4);
	}

	70% {
        width: 110%;
        height: 110%;
        background: rgba(217, 37, 40, 0.6);
	}

	100% {
        width: 100%;
        height: 100%;
        background: rgba(217, 37, 40, 0.4);
	}
} */

.organization-wrap .two a {
    background: #00a47f !important;
}

.organization-wrap .three a {
    background: #115db3 !important;
}

/* .organization-wrap .one a:before{
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e84244;
    opacity: 0.3;
} */

.organization-wrap .one a span::before {
    content: "";
    width: 32px;
    height: 32px;
    background: url("/public/img/sub/one1.png") no-repeat;
    position: absolute;
    margin-left: -40px;
    margin-top: -7px;
    animation: rotateLeft 3s infinite;
}

.organization-wrap .one a span::after {
    content: "";
    width: 32px;
    height: 32px;
    background: url(/public/img/sub/one2.png) no-repeat;
    position: absolute;
    margin-left: 8px;
    margin-top: -7px;
    animation: rotateRight 3s infinite;
}

@keyframes rotateLeft {
    0% {
        transform: rotate(10deg);
    }

    25% {
        transform: rotate(20deg);
    }

    50% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotateRight {
    0% {
        transform: rotate(-10deg);
    }

    25% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

.organization-wrap .two a span::before {
    content: "";
    width: 32px;
    height: 32px;
    background: url("/public/img/sub/two1.png") no-repeat;
    position: absolute;
    margin-left: -40px;
    margin-top: -7px;
}

.organization-wrap .two a span::after {
    content: "";
    width: 32px;
    height: 32px;
    background: url(/public/img/sub/two2.png) no-repeat;
    position: absolute;
    margin-left: 10px;
    margin-top: -7px;
}

.organization-wrap .item ul li {
    position: relative;
    display: block;
    width: 290px;
    margin: 7px auto 0;
    padding: 14px 50px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 200px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.15rem;
    color: #000;
}

.organization-wrap .item ul li.badge:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 26px;
    background: url(/public/img/sub/icon.png) no-repeat center;
}

.organization-wrap .item ul li + li {
    margin-top: 7px;
}

.ui-tooltip {
    position: absolute;
    top: 1050px !important;
    padding: 5px 13px;
    max-width: 140px;
    margin: 0 auto;
    background: #000;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.ui-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-color: transparent;
    border-style: solid;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

/* 매장안내 */
.shop-list-wrap .map {
    display: flex;
    padding: 62px 50px;
    /* border: 5px solid #987b68; */
    /* margin-bottom: 65px; */
    background: #ecebe9;
}
.shop-list-wrap .map .image {
    flex-basis: 45%;
    position: relative;
    padding: 0 0px 0 80px;
}
.shop-list-wrap .map .image.active{
    display: none;
}
.shop-list-wrap .map .image > .notice {
    right: 50px;
    bottom: 0px;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    color: #4d4038;
    letter-spacing: -0.045em;
}
.shop-list-wrap .map .status {
    flex-basis: 55%;
    padding: 70px;
    color: #fff;
}
.shop-list-wrap .map .status h3 {
    position: relative;
    margin: 0 0 40px;
    font-size: 32px;
    font-weight: 600;
    color: #302722;
    letter-spacing: -0.05em;
    z-index: 1;
}
.shop-list-wrap .map .status h3::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eb1a1c;
    position: absolute;
    left: -12px;
    top: -7px;

    z-index: -1;
}
.shop-list-wrap .map .status .box-shop + .box-shop {
    margin-top: 35px;
}
.shop-list-wrap .map .status h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #4d4038;
    letter-spacing: -0.05em;
}
.shop-list-wrap .map .status ul {
    margin: 0 -5px;
}
.shop-list-wrap .map .status ul li {
    float: left;
    width: 33.3%;
    display: inline-block;
    padding: 3px;
}
.shop-list-wrap .map .status ul li a {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
    background: #5a4b41;

    text-align: left;
    letter-spacing: -0.03em;
}
.shop-list-wrap .map .status ul li a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    float: right;
    color: #d7c3b6;
    font-size: 12px;
    padding-top: 1px;
}
.shop-list-wrap .map .status ul li a:hover {
    background: #3c322b;
}
/* .shop-list-wrap .list {
    margin-top: 60px;
} */
.shop-list-wrap .list {
    padding: 20px 80px 50px;
    background: #ecebe9;
}
.shop-list-wrap .list > ul {
    border-top: 1px solid #333;
}
.shop-list-wrap .list ul li {
    border-bottom: 1px solid #dddbd9;
}
.shop-list-wrap .list ul li:last-child {
    border-bottom: none;
}
.shop-list-wrap .list ul li > .inner {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    /* background: #f7f6f4; */
}
.shop-list-wrap .list ul li .name {
    flex-basis: 20%;
    margin: 0;
    padding-right: 40px;
    color: #cf181a;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
    text-align: center;
}
.shop-list-wrap .list ul li .info {
    flex-basis: 65%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.5;
}
.shop-list-wrap .list ul li .more {
    flex-basis: 15%;
    text-align: right;
}
.shop-list-wrap .list ul li .more a.btn {
    padding: 10px 32px;
    font-size: 13px;
    color: #111;

    border-radius: 50px;
    border: 1px solid #4c4c4c;
    letter-spacing: -0.025em;
    font-weight: 500;
}
.shop-list-wrap .list ul li .more a.btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

/* shop */
.shop-img-wrap {
    display: block;
    margin: 0 -5px;
}

.shop-img-wrap .col-sm-25 {
    width: 20%;
}

.shop-img-wrap > div {
    padding: 0 5px;
    margin-bottom: 10px;
}

#daumRoughmapContainer1588826697712 {
    width: 100% !important;
}

.lb-nav a.lb-prev {
    background: url(/public/img/sub/prev.png) left 48% no-repeat !important;
}

.lb-nav a.lb-next {
    background: url(/public/img/sub/next.png) right 48% no-repeat !important;
}

.lb-data .lb-close {
    background: url(/public/img/sub/close.png) top right no-repeat !important;
}

/* Slick Slider */
/* .slick-slide {
    margin: 0px 20px;
} */
.shop-images .slick-slide {
    height: 550px;
    position: relative;
    overflow: hidden;
}
.slick-slide img {
    top: 50%;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    position: relative;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    height: auto;
    display: block;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow::before {
    content: "";
    padding: 0 3px;
    font-size: 35px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #ccc;
}
.slick-prev:before {
    content: "\f053";
}
.slick-next:before {
    content: "\f054";
}
.slick-dots {
    width: 94%;
    bottom: 20px;
    margin: 0 3%;
    text-align: right;
}
.slick-dots li,
.slick-dots li button {
    width: 10px;
    height: 10px;
}
.slick-dots li {
    margin: 0 3px;
}
.slick-dots li button:before {
    content: "";
    width: 10px;
    height: 5px;
    background: #fff;
    opacity: 0.7;
}
.slick-dots li.slick-active button:before {
    background: #ffc215;
}

/* 메뉴 페이지 */
#menu section {
    margin-bottom: 150px;
}
#menu .sec1 {
    margin-bottom: 100px;
}
.category_wrap.menu ul {
    display: flex;
    justify-content: center;
}
.category_wrap.menu li {
    flex: 1 1 0;
    max-width: 130px;
}
.category_wrap.menu li + li {
    margin-left: 0;
}
.category_wrap.menu li a {
    position: relative;
    padding: 15px 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-color: #ccc;
}
.category_wrap.menu li a:hover,
.category_wrap.menu li a:focus,
.category_wrap.menu li.on a,
.category_wrap.menu li.on a:hover,
.category_wrap.menu li.on a:focus {
    font-weight: 600;
    color: #333;
    background: transparent;
}
.category_wrap.menu li:not(.on) a:hover {
    font-weight: 500;
    color: #db2428;
}
.category_wrap.menu li.on a::before,
.category_wrap.menu li.on a:hover::before,
.category_wrap.menu li.on a:focus::before {
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #333;
    opacity: 1;
}
.category_wrap.menu li a::before {
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #db2428;
    opacity: 0;
}
.category_wrap.menu li a:hover::before,
.category_wrap.menu li a:focus::before {
    opacity: 1;
}
.category_wrap.menu li:not(.on) a:focus {
    font-weight: 400;
}
.category_wrap.menu li:not(.on) a:focus::before {
    opacity: 0;
}
#menu section .tit {
    margin: 0 0 55px;
    font-size: 40px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.1rem;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
}
#menu section .tit .sm {
    display: block;
    margin-top: 8px;
    font-size: 25px;
    font-weight: 400;
}
.wrap-menu {
    margin: 0 -10px;
}
.wrap-menu > div {
    padding: 0 10px;
}
.wrap-menu > div:nth-child(n + 5) {
    margin-top: 50px;
}
.wrap-menu figure figcaption {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 500;
    color: #111;
    letter-spacing: -0.1rem;
    text-align: center;
}

.wrap-menu figure img {
    padding: 32px 32px 35px;
    background: #eaeae9;
}

.about2024#about01 .sub-content {
    padding: 0;
}
.about2024#about01 .sub-content section {
    margin: 0;
    padding: 120px 0;
}
.about2024#about01 .sub-content section.se1 {
    padding-top: 0;
}
.about2024#about01 .sub-content section.sec7,
.about2024#about01 .sub-content section.sec8 {
    background: #f0f0f0;
}
.about2024#about01 .sub-content section.sec8 {
    padding-bottom: 200px;
}
.about2024#about01 .sub-content section .sub-sec-tit {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    font-size: 54px;
    padding: 0 0 10px;
}
.about2024#about01 .sub-content section .sub-sec-tit::before {
    display: none;
}
.about2024#about01 .sub-content section .sub-sec-tit .text {
}
.about2024#about01 .sub-content section .sub-sec-tit .num {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #222;
    color: #fff;
}

.about2024#about01 .brand-info-wrap h5 small {
    font-size: 25px;
}

.future-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin: 0 auto;
    max-width: 80%;
}
.future-wrap .box {
}
.future-wrap .box .caption {
    margin: 0;
    font-size: 21px;
    text-align: center;
    background: #fff;
    line-height: 1.3;
    padding: 10px 0;
}
.future-wrap .box .caption b {
    font-size: 23px;
    display: block;
}

.about2024#about01 .sub-content section.sec8 .finale {
    margin: 0;
    text-align: center;
    font-size: 35px;
    color: #000;
}
.about2024#about01 .sub-content section.sec8 .finale strong {
    font-size: 42px;
}
.about2024#about01 .sub-content section.sec8 .finale .underline {
    border-bottom: 1px solid;
}

/* =============== 서브페이지 - 반응형 =============== */
@media (max-width: 767px) {
    .main_new .navbar-inverse .navbar-brand {
        background: url(/public/img/main/logo.png) no-repeat 45% 47% / 103%;
        width: 133px;
    }
    .sub-top {
        height: 250px;
    }

    .sub-top .sub-top-tit {
        font-size: 34px;
    }

    .sub-top .breadcrumb {
        padding: 15px;
    }

    .sub-menu {
        display: none;
    }

    .sub-content {
        padding: 50px 0;
    }

    .sub-content section {
        margin-bottom: 50px;
    }

    .sub-sec-tit {
        font-size: 26px;
    }

    .organization-wrap .circle {
        width: 180px;
        height: 180px;
    }

    .organization-wrap .depth1 {
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    .organization-wrap .depth1:before {
        top: 0;
        bottom: -30px;
        width: 3px;
        height: auto;
    }

    .organization-wrap .depth2:before,
    .organization-wrap .depth2.two:before {
        top: 30px;
        bottom: 50px;
        height: auto;
    }

    .brand-info-wrap {
        padding-top: 0;
    }

    .brand-info-wrap .img-wrap {
        margin-bottom: 30px;
    }

    .brand-info-wrap .img-wrap:before {
        top: -30px;
        left: 15px;
    }
    #about01 .brand-info-wrap .img-wrap:before {
        top: -30px;
        left: 29%;
    }
    .history-table.table-style tr th {
        padding: 33px 15px 33px 0 !important;
        font-size: 24px;
    }

    .history-table.table-style tr td {
        padding: 27px 0 15px 15px !important;
    }

    .history-table.table-style ul > li {
        display: table;
        margin: 0;
        font-size: 16px;
    }

    .history-table.table-style ul > li b {
        display: table-cell;
    }

    .location-table tr th,
    .location-table tr td {
        padding: 15px;
        font-size: 15px;
    }

    .location-table tr th {
        text-align: center;
    }

    .location-table tr th .icon {
        display: block;
        padding-right: 0;
    }
}

/* 2024-09-02 */

.dv-top-wrap {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}
.dv-top-wrap .info {
    text-align: center;
    background-color: #3b2f25;
    color: #fff;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}
.dv-top-wrap .info h5 {
    font-size: 42px;
    margin-bottom: 50px;
    font-weight: 700;
}
.dv-top-wrap .info h5 small {
    color: inherit;
    font-weight: 300;
}
.dv-top-wrap .info p {
    font-size: 26px;
}
.dv-top-wrap .img-box {
    background-color: #f7f7f7;
    height: 100%;
    position: relative;
}
.dv-top-wrap .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.dv-info-wrap {
    padding: 90px;
    background-color: #e5e3e1;
    border: 8px solid #574c45;
    border-radius: 50px;
    position: relative;
    margin-top: 120px;
}
.dv-info-wrap > span.num {
    position: absolute;
    top: -50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 42px;
    width: 100px;
    height: 120px;
    background-color: #df2e2c;
    border: 8px solid #574c45;
    color: #e5e3e1;
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.dv-info-wrap .title {
    text-align: center;
    margin-bottom: 70px;
}
.dv-info-wrap .title h4 {
    padding: 20px 50px;
    background-color: #574c45;
    width: fit-content;
    margin-inline: auto;
    font-weight: 700;
    font-size: 38px;
    border-radius: 9999px;
    color: #e5e3e1;
    margin-bottom: 30px;
}
.dv-info-wrap .title p {
    font-size: 26px;
    font-weight: 500;
    color: #574c45;
}
.dv-info-wrap .img-box {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px 20px;
}
.dv-info-wrap .img-box + .img-box {
    margin-top: 50px;
}
.dv-info-wrap .img-box .clip {
    /* width: 100%; */
    height: 100%;
}
.dv-info-wrap.wp02 .img-box .col img {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.dv-info-wrap.wp03 .img-box .col {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
}
.dv-info-wrap.wp03 .img-box .col {
    height: 180px;
}
.dv-info-wrap .img-box .info .clip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding: 10px 20px;
    /* min-height: 200px; */
    /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25); */
}
.dv-info-wrap .img-box p {
    font-size: 26px;
    font-weight: 500;
    color: #574c45;
}
.dv-info-wrap.wp02 .img-box p {
    font-size: 30px;
}
.dv-info-wrap.wp02 .img-box p big{
    font-weight: 700;
}
.dv-info-wrap .img-box .info h5 {
    font-size: 26px;
    font-weight: 700;
    color: #574c45;
}
.dv-info-wrap .img-box .info p {
    font-size: 20px;
    font-weight: 400;
}
.dv-info-wrap .img-box img {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25); */
}
.dv-info-wrap.wp02 .img-box img {
    box-shadow: none;
}
.dv-info-wrap.wp03 .img-box .col:is(:nth-child(3), :nth-child(5)) .clip {
    clip-path: polygon(0 0, 100% 0%, calc(100% - 100px) 100%, 0% 100%);
    /* padding-right: 100px; */
    margin-right: -50px;
}
.dv-info-wrap.wp03 .img-box .col:is(:nth-child(4), :nth-child(6)) .clip {
    clip-path: polygon(100px 0, 100% 0%, 100% 100%, 0% 100%);
    /* padding-left: 100px; */
    margin-left: -50px;
}
.dv-info-wrap.wp03 .img-box .col:is(:nth-child(3), :nth-child(5)).info .clip {
    padding-right: 100px;
}
.dv-info-wrap.wp03 .img-box .col:is(:nth-child(4), :nth-child(6)).info .clip {
    padding-left: 80px;
}
.dv-info-wrap .img-box .col-3 {
    grid-column: span 3;
}
.dv-info-wrap .img-box .col-4 {
    grid-column: span 4;
}
.dv-info-wrap .img-box .col-5 {
    grid-column: span 5;
}
.dv-info-wrap .img-box .col-6 {
    grid-column: span 6;
}
.dv-info-wrap .img-box .col-7 {
    grid-column: span 7;
}
.dv-info-wrap .img-box .col-8 {
    grid-column: span 8;
}
.dv-info-wrap .img-box .col-9 {
    grid-column: span 9;
}
.dv-info-wrap .img-box .col-10 {
    grid-column: span 10;
}
.dv-info-wrap .img-box .col-11 {
    grid-column: span 11;
}
.dv-info-wrap .img-box .col-12 {
    grid-column: span 12;
}
.dv-info-wrap .img-box .row-2 {
    grid-row: span 2;
}

.dv-info-wrap .benefit-wrap {
    display: flex;
    gap: 20px;
}
.dv-info-wrap .benefit-wrap .col {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.dv-info-wrap .benefit-wrap .col img {
    height: 400px;
    background-color: #f7f7f7;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.dv-info-wrap .benefit-wrap .col h5 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}
.dv-info-wrap .benefit-wrap .col p {
    font-size: 20px;
    margin-bottom: 30px;
}
.dv-info-wrap .benefit-wrap .col .info {
    flex: 1;
    background-color: #fff;
    text-align: right;
    padding: 20px;
    margin-top: 20px;
    color: #574c45;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.dv-info-wrap .benefit-wrap .col:nth-child(1) {
    margin-top: 50px;
}
.dv-info-wrap .benefit-wrap .col:nth-child(2) {
    margin-top: 140px;
}
.dv-info-wrap .benefit-wrap .col:nth-child(4) {
    margin-top: 120px;
}

.dv-bottom-wrap {
    margin-top: 100px;
}
.dv-bottom-wrap .info {
    padding: 70px 50px 220px;
    text-align: center;
    background-color: #3b2f25;
    color: #fff;
    clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    margin-top: -1px;
}

.dv-bottom-wrap .info h4 {
    font-size: 74px;
    margin-bottom: 80px;
    font-weight: 700;
}
.dv-bottom-wrap .info h4 small {
    color: inherit;
}
.dv-bottom-wrap .info p {
    font-size: 54px;
}
.dv-bottom-wrap .info big {
    font-weight: 700;
}
.root_daum_roughmap .cont{
    display: none !important;
}
@media (max-width:991px) {
    #fullpage > .section#main01 .title p {
        font-size: 25px;
    }
    #fullpage > .section#main01 .title h2 {
        font-size: 75px;
        margin: 0 0 15px;
    }
    #fullpage > .section#main01 .title h2::after {
        left: 92%;
        width: 67px;
        height: 47px;
    }
    #fullpage > .section#main01 .mkujoy p {
        font-size: 25px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 40px 18px;
        font-size: 17px;
        min-width: unset;
    }
    #fullpage > .section .container {
        width: 100%;
        max-width: 1600px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: unset;
        gap: 80px;
    }
    #fullpage > .section .container .text h3 {
        font-size: 90px;
        margin: 0px 0 15px;
    }
    #fullpage > .section .container .text dl dt {
        font-size: 30px;
    }
    #fullpage > .section .container .text dl dd {
        font-size: 22px;
        margin-top: 20px;
    }
    #fullpage > .section .container .text dl {
        margin: 0px 0 45px;
    }
    #fullpage > .section .container .text .more {
        font-size: 18px;
        line-height: 40px;
        width: 115px;
        border: 2px solid #fff;
    }
    #fullpage > .section#main04 .container .text h3 {
        font-size: 65px;
    }
    .sub-top .breadcrumb {
        padding: 15px 15px;
    }
    .sub-top .sub-top-tit {
        font-size: clamp(40px ,5 .51vw, 55px);
    }
    .sub-menu ul li a {
        font-size: 16px;
        padding: 15px 10px;
    }
    .about2024#about01 .sub-content section {
        margin: 0;
        padding: 45px 0;
    }
    .about2024#about01 .brand-info-wrap h5 small {
        font-size: 20px;
    }
    .brand-info-wrap h5 {
        margin: -15px 0 25px;
        font-size: 35px;
    }
    .about2024#about01 .sub-content section .sub-sec-tit {
        font-size: 35px;
    }
    .history-table.table-style tr th {
        font-size: 30px;
    }
    .history-table.table-style tr th, .history-table.table-style tr td {
        padding: 15px !important;
    }
    .history-table.table-style tr th:after {
        right: -6px;
        top: 21px;
        width: 10px;
        height: 10px;
        border: 1px solid #db2428;
    }
    .history-table.table-style tr th:after {
        right: -6px;
        top: 19px;
        width: 10px;
        height: 10px;
    }
    .history-table.table-style tr td {
        width: 80%;
        padding: 10px 15px 10px 25px !important;
    }
    .future-wrap .box .caption {
        font-size: 17px;
    }
    .future-wrap .box .caption b {
        font-size: 20px;
        display: block;
    }
    .about2024#about01 .sub-content section.sec8 .finale {
        font-size: 45px;
    }
    .about2024#about01 .sub-content section.sec8 .finale strong {
        font-size: 50px;
    }
    .dv-top-wrap .info h5 {
        font-size: 25px;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .dv-top-wrap .info p {
        font-size: 17px;
    }
    .dv-info-wrap .benefit-wrap {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .dv-info-wrap {
        padding: 25px;
        border: 6px solid #574c45;
        margin-top: 95px;
    }
    .dv-info-wrap .title h4 {
        padding: 15px 35px;
        font-size: 33px;
        margin-bottom: 25px;
    }
    .dv-info-wrap .title p {
        font-size: 20px;
    }
    .dv-info-wrap.wp02 .img-box p {
        font-size: 18px;
    }
    .dv-info-wrap .img-box .info h5 {
        font-size: 20px;
    }
    .dv-info-wrap .img-box .info p {
        font-size: 14px;
    }
    .dv-info-wrap .benefit-wrap .col h5 {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    .dv-info-wrap .benefit-wrap .col p {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .dv-bottom-wrap .info {
        padding: 35px 25px 165px;
    }
    .dv-bottom-wrap .info h4 {
        font-size: 45px;
        margin-bottom: 35px;
        font-weight: 700;
    }
    .dv-bottom-wrap .info p {
        font-size: 35px;
    }
    .shop-list-wrap .map .status {
        flex-basis: 55%;
        padding: 5px;
        color: #fff;
    }
    .shop-list-wrap .map .image {
        flex-basis: 45%;
        position: relative;
        padding: 0 0px 0 0;
        overflow-x: scroll;
    }
    .shop-list-wrap .map .image img{
        min-width: 363px;
    }
    .shop-list-wrap .map {
        padding: 20px 15px;
        flex-direction: column;
        gap: 40px;
    }
    .shop-list-wrap .map .status h3 {
        margin: 0px 0 30px;
        font-size: 25px;
    }
    .shop-list-wrap .list ul li > .inner {
        padding: 25px 10px;
        /* background: #f7f6f4; */
    }
    .shop-list-wrap .list ul li .more a.btn {
        padding: 5px 15px;
        font-size: 12px;
    }
}
@media (max-width:767px) {
    .shop-list-wrap .list {
        padding: 20px 20px 30px;
        background: #ecebe9;
    }
    .shop-list-wrap .list ul li .info {
        flex-basis: 65%;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.025em;
        line-height: 1.5;
    }
    .shop-list-wrap .list ul li .name {
        flex-basis: 20%;
        margin: 0;
        padding-right: 25px;
        color: #cf181a;
        font-weight: 600;
        font-size: 17px;
        letter-spacing: -0.02em;
        text-align: center;
    }
    #fullpage > .section#main01 .title p {
        font-size: 20px;
    }
    #fullpage > .section#main01 .title h2 {
        font-size: 60px;
    }
    #fullpage > .section{
        height: 100vh !important;
    }
    #fullpage > .section .container .text h3 {
        font-size: 60px;
        margin: 0px 0 15px;
    }
    #fullpage > .section .container .text dl::before {
        width: 80px;
        height: 5px;
        background: #fff;
        margin: 0px 0 30px;
    }
    #fullpage > .section .container .text dl dd {
        font-size: 19px;
        margin-top: 20px;
    }
    #fullpage > .section .container .text .more {
        font-size: 15px;
        line-height: 30px;
        width: 100px;
        border: 2px solid #fff;
    }
    #fullpage > .section .container .text dl dt {
        font-size: 25px;
    }
    #fullpage > .section .container .text dl dd {
        font-size: 17px;
        margin-top: 20px;
    }
    #fullpage > .section#main04 .container .text h3 {
        font-size: 45px;
    }
    .navbar-inverse .container {
        width: 100%;
        padding: 0 30px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 5px 15px;
        font-size: 17px;
        min-width: unset;
    }
    .navbar-inverse .navbar-nav > li#gnb_67 > a {
        padding: 13px 15px;
        margin: 5px 0;
        font-size: 17px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        transform: unset;
        padding: 0;
        text-align: left;
        color: #000;
    }
    .navbar-inverse .navbar-nav > li#gnb_67 > a {
        padding: 10px 15px;
        margin: 0;
        font-size: 17px;
        background: transparent;
        color: #333;
    }
    .dv-bottom-wrap .info p {
        font-size: 28px;
    }
    .dv-bottom-wrap .info h4 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .dv-bottom-wrap .info {
        padding: 35px 25px 110px;
    }
}
@media (max-width:576px) {
    .table_blog2 dd .inner, .table_blog2 dd .inner .top a .thumb {
        aspect-ratio: 3/2;
    }
    .shop-list-wrap .list ul li > .inner {
    }
    .shop-list-wrap .list ul li > .inner {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 15px 10px;
        /* background: #f7f6f4; */
    }
    .shop-list-wrap .map .status ul li {
        width: 50%;
        padding: 3px;
    }
    .dv-bottom-wrap .info p {
        font-size: 19px;
    }
    .dv-bottom-wrap .info h4 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .dv-bottom-wrap .info {
        padding: 25px 15px 58px;
    }
    #fullpage > .section .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #fullpage > .section{
        height: 100vh !important;
    }
    #fullpage > .section > .fp-tableCell{
        height: 100vh !important;
    }
    #fullpage > .section#main04 .container .text h3 {
        font-size: 33px;
    }
    #fullpage > .section#main04 .container .image img{
        width: 55%;
        margin: 0 auto;
    }
    #fullpage > .section .container .text dl dd {
        font-size: 15px;
        margin-top: 20px;
    }
    #fullpage > .section .container .text dl::before {
        width: 65px;
        height: 3px;
        margin: 0px 0 20px;
    }
    #fullpage > .section .container .text h3 {
        font-size: 40px;
    }
    #fullpage > .section#main02 .container .image .item:nth-child(1) {
        top: 0%;
        left: 0;
    }
    #fullpage > .section#main02 .container .image .item:nth-child(3) {
        top: 28%;
        left: unset;
        right: 43%;
    }
    #fullpage > .section#main02 .container .image .item:nth-child(2) {
        top: 18%;
        right: 10%;
    }
    #fullpage > .section#main02 .container .image {
        position: relative;
        height: 200px;
        max-height: 200px;
    }
    #fullpage > .section .container {
        gap: 30px;
        grid-template-columns: 1fr;
        padding: 0 35px;
    }
    #fullpage > .section .container .image img {
        height: 100%;
    }
    #fullpage > .section#main02 .container .image .item {
        position: absolute;
        height: 100%;
    }
    #fullpage > .section#main01 .title h2 {
        font-size: 45px;
    }
    #fullpage > .section#main01 .title p {
        font-size: 17px;
    }
    #fullpage > .section#main01 .mkujoy p {
        font-size: 20px;
    }
    .about2024#about01 .sub-content section.sec8 .finale {
        margin: 0;
        text-align: center;
        font-size: 40px;
        color: #000;
    }
    .about2024#about01 .sub-content section.sec8 .finale {
        margin: 0;
        text-align: center;
        font-size: 25px;
        color: #000;
    }
    .about2024#about01 .sub-content section.sec8 .finale strong {
        font-size: 30px;
    }
    .about2024#about01 .sub-content section.sec8 {
        padding-bottom: 80px;
    }
    .future-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .about2024#about01 .sub-content section .sub-sec-tit {
        font-size: 28px;
    }
    .sub-sec-tit {
        margin: 0 0 35px;
        font-size: 25px;
    }
    .history-table.table-style ul > li {
        display: table;
        margin: 0;
        font-size: 13px;
    }
    .history-table.table-style tr td {
        width: 80%;
        padding: 10px 5px 10px 15px !important;
    }
    .history-table.table-style tr th:after {
        right: -5px;
        top: 16px;
        width: 8px;
        height: 8px;
    }
    .history-table.table-style tr th {
        font-size: 20px;
    }
    .history-table.table-style tr th, .history-table.table-style tr td {
    }
    .future-wrap .box .caption b {
        font-size: 18px;
        display: block;
    }
    .future-wrap .box .caption {
        font-size: 15px;
    }
    .brand-info-wrap h5 span {
        font-size: 28px;
    }
    .sub-top {
        height: 250px;
    }
    .sub-sec-tit.bbs-tit p {
        color: #5d5e5f;
        margin-top: 18px;
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 500;
    }
    .dv-top-wrap .info {
        padding: 15px;
        aspect-ratio: unset;
    }
    .dv-top-wrap .info h5 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .dv-top-wrap .info p {
        font-size: 14px;
    }
    .dv-top-wrap {
        grid-template-columns: 1fr;
    }
    .dv-top-wrap .img-box img {
        width: 100%;
        height: 270px;
        object-fit: cover;
        object-position: center;
        position: relative;
    }
    .dv-info-wrap > span.num {
        top: -40px;
        padding-bottom: 15px;
        font-weight: 700;
        font-size: 24px;
        width: 70px;
        height: 70px;
    }
    .dv-info-wrap .title h4 {
        padding: 10px 15px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .dv-info-wrap .title p {
        font-size: 16px;
    }
    .dv-info-wrap .title {
        margin-bottom: 35px;
    }
    .dv-info-wrap.wp02 .img-box p {
        font-size: 12px;
    }
    .dv-info-wrap .img-box .info .clip {
        padding: 5px 10px;
    }
    .dv-info-wrap .img-box .info h5 {
        font-size: 16px;
    }
    .dv-info-wrap .img-box .info p {
        font-size: 11px;
    }
    .dv-info-wrap .benefit-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .dv-info-wrap .benefit-wrap .col:nth-child(1) {
        margin-top: 0;
    }
    .dv-info-wrap .benefit-wrap .col img {
        height: 200px;
    }
    .dv-info-wrap .benefit-wrap .col h5 {
        font-size: 18px;
    }
    .dv-info-wrap .benefit-wrap .col p {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .dv-info-wrap .benefit-wrap .col:nth-child(2) {
        margin-top: 0;
    }
    .dv-info-wrap .benefit-wrap .col .info {
        padding: 15px;
        margin-top: 0;
    }
    .dv-info-wrap .benefit-wrap .col:nth-child(4) {
        margin-top: 0;
    }
    .dv-info-wrap.wp03 .img-box .col {
        height: 110px;
        grid-column: span 12;
    }
    .dv-info-wrap.wp03 .img-box .col:is(:nth-child(3), :nth-child(5)) .clip {
        clip-path: none;
        margin-right: 0;
    }
    .dv-info-wrap.wp03 .img-box .col:is(:nth-child(4), :nth-child(6)).info .clip {
        padding-left: 0;
    }
    .dv-info-wrap.wp03 .img-box .col:is(:nth-child(4), :nth-child(6)) .clip {
        clip-path: none;
        /* padding-left: 100px; */
        margin-left: 0;
    }
    #dv_intro .wp05 .img-box img{
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .sub-sec-tit:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -13px;
        transform: translateX(-50%);
        width: 45px;
        height: 3px;
        background: #db2428;
    }
    .main_new #fp-nav.fp-left {
        left: 5px !important;
    }
    #fullpage > .section .container .text dl {
        margin: 0px 0 20px;
    }
    #fullpage > .section .container .text .more {
        font-size: 13px;
        line-height: 28px;
        width: 100px;
        border: 2px solid #fff;
    }
}