/* 추가-텍스트 */
.main-text1 {
    font-family: cracker-210, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.main-text2 {
    font-family: 'YiSunShinDotumM';
}

@font-face {
    font-family: 'YiSunShinDotumM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/YiSunShinDotumM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.f-ohneuleun {
    /*210오늘은*/

    font-family: 'ohneuleun', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.f-kai {
    /*ta-kai*/
    font-family: 'source-han-serif-tc';
    /*    font-family: 'source-han-serif-tc', serif;*/
    font-weight: 700;
    font-style: normal;
}


/* 전체 */
html {
    overflow-x: hidden;
    /*가로스크롤 없애기 */
}

li {
    list-style: none;
}

.btn-for-hoyadang {
    color: white;
    background-color: rgb(231, 100, 13);
    border-radius: 5px
}

.btn-for-hoyadang-footer {
    background-color: rgb(231, 100, 13);
    padding: 5px;
    border-radius: 5px
}

/* 네비게이션 NAV */
.nav-item > .menu {
    color: red;
}

/* 퀵메뉴 */
.quick_h {
    background-color: #F3BE50;
    height: 10px;
}

/* 배너 */
.banner_h {
    padding: 3vh;
    text-align: center;
    background-color: #fafafa;
}

.banner_h > h7 {
    display: block;
    color: #F3BE50;
    line-height: 3;
    font-weight: 500;
}

.banner_h > h6 {
    font-weight: 500;
}

.banner_h > h5 {
    font-weight: 500;
}

.banner_h > h4 {
    color: #F3BE50;
    font-weight: 600;
}

.banner_h > h4 > button {
    background-color: #F3BE50;
    border: none;
    padding: 7px 10px;
    color: #fff;
    border-radius: 17px;
    margin-left: 10px;
    font-size: 17px;
}

h4.subtext_h {
    text-align: center;
    font-weight: 600;
    color: #333;
}

.group_h {
    border: 1px solid red;
    max-width: 1153px;
}

.group_h > article > div {
    background-color: #FFF9EB;
    margin-left: 10px;

}

.menu_slide {
    margin: auto;
    border: 1px solid red;
    width: 70vw;
}

.menu_slide > div {
    display: inline-block;
    width: 20vw;
    text-align: center;
    background: #FFF9EB;
}

.fa-chevron-right,
.fa-chevron-left {
    color: #333;
    font-size: 2rem;
}

@keyframes slide {
    0% {
        top: 0;
    }

    28% {
        top: 0;
    }

    33% {
        top: -350px;
    }

    61% {
        top: -350px;
    }

    66% {
        top: -700px;
    }

    94% {
        top: -700px;
    }

    100% {
        top: 0;
    }
}

/* 종류별 메뉴 */
.background_h {
    /* 전체 배경 */
    width: 100vw;
    background-color: #F3BE50;
    padding: 5vw 20vw;
}

.menu_background {
    /* 아이콘 배경 */
    background-color: #FFF9EA;
    border: 1px solid #FFF9EA;
    height: 14vw;
    border-radius: 2.5vw;
    margin: 10px -10px;

}

.menu-icon {
    /* 아이콘 */
    color: #F3BE50;
    font-size: 4vw;
    padding: 3vw 0 2vw;
    text-align: center;
}


.menu_background > h5 {
    /* 메뉴종류 텍스트 */
    font-size: 1.2vw;
    font-weight: 500;
}

.menu_background:hover {
    /* 메뉴호버 */
    background-color: #F3BE50;
    cursor: pointer;
}

.menu_background:hover .menu-icon {
    color: #FFF9EA;
}

.menu_background:hover > h5 {
    color: #FFF9EA;
    font-weight: 600;
}

/* 메인 설명 */
.content_h {
    background: url(../images/main_background.jpg) no-repeat;
    padding: 30px;
}

.content_in h2,
h6,
h5 {
    font-weight: 800;
    padding: 5px 10px;
}

.content_in > h2 > span {
    font-size: 2rem;
}

/* rice and bread 밥과 빵 */
.ricenbread_text {
    /* 텍스트 */
    text-align: right;
}

.ricenbread_text h3 {
    font-size: 1.7vw;
    font-weight: 500;
}

.ricenbread_text h1 {
    font-size: 3.5vw;
    font-weight: 600;
}

.ricenbread_text span {
    display: block;
}

.ricenbread_text h1 em {
    font-style: normal;
}

.ricenbread_img > img {
    width: 100%;
    border: 1px solid fff;
}


/* PR 호야당 */
.pr {
    overflow: hidden;
    margin: 0 5vw;
}

.pr > article {
    display: inline-block;
    margin: -1vw;
    width: 20%;
    /*    border: 1px solid blue;*/
}

.pr_content {
    margin: 2vw;
    /*            border: 1px solid red;*/
}

.pr_content > img {
    /* 이미지 */
    /*    border: 1px solid green;*/
    width: 100%;
    margin: auto;
}

.pr_content > h5 {
    /* 소제목 */
    font-weight: 500;
    font-size: 1.4vw;
    margin: 1vw 0;
}

.pr_content > h6 {
    /* 내용 */
    padding: 1vw 0;
    font-size: 1.3vw;
    /*    border: 1px solid red;*/
}

/* 호야당 스토리 */
.story {
    background-color: #FFFBF0;
    padding: 5%;
}

.story h1 {
    font-family: 'YiSunShinDotumM';
    font-weight: 700;
    color: #F3BE50;
    font-size: 3rem;
}

.story_image > div {
    margin: auto;
    /* 텍스트 가운데정렬 */
    border: none;
}

.story_image > div > img {
    width: 90%;
}

.story_image > div > h5 {
    font-size: 1.5vw;
    font-weight: 500
}

.story_image > div > i {
    font-size: 2rem;
}

.story_text {
    margin: 5vw 0;
    padding: 0 5vw;
    line-height: 30px;
    color: #333;
}

/* 비전 배너 */
.vision_banner {
    background: url(../images/banner.png) no-repeat center;
    width: 100%;
    height: 100%;
    padding: 0 50px;
}

/* 푸터 */
footer {
    color: #333;
}

footer a {
    color: #333;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}


/* 테블릿 데스크 */
@media (min-width:768px) {}


/* 모바일 */
@media (max-width:768px) {
    /* 배너숨기기 */
    .banner_h {
        display: none;
    }

    /* 종류별 메뉴 */
    .menu_background {
        /* 아이콘 배경 */
        height: 23vw;
    }

    .menu-icon {
        /* 아이콘 */
        font-size: 10vw;
    }

    .menu_background > h5 {
        font-size: 2.5vw;
    }

    /* ricenbread 밥과 빵*/
    .ricenbread_img {
        width: 100vw;
    }

    .ricenbread_text {
        text-align: center;
    }

    .ricenbread_text span {
        display: inline-block;
        padding: 0 0.2rem;
    }

    .ricenbread_text h3 {
        font-size: 2rem;
    }

    .ricenbread_text h1 {
        font-size: 3rem;
    }


    .ricenbread_img > img {
        width: 100%;
    }

    /* PR 호야당 */
    .pr > article {
        width: 40%;
        margin: auto;
    }

    .pr_content > img {
        /* 이미지 */
        width: 90%;
    }

    .pr_content > h5 {
        /* 소제목 */
        font-size: 1rem;
    }

    .pr_content > h6 {
        /* 내용 */
        padding: 10px;
        font-size: 0.8rem;
    }

    /* 호야당 스토리 */
    .story_image > div {
        padding: 0;
    }

    .story_image > div:nth-child(2) {
        width: 10%;
    }

    .story_image > div:nth-child(4) {
        width: 10%;
    }

    .story_image > div > i {
        font-size: 1rem;
    }

    .story_image > div > h5 {
        font-size: 1rem;
        font-weight: 500;
    }
}

/* 문의하기 */

.ask a {
    text-decoration: none;
    font-weight: 500;
}

.ask a:hover {
    text-decoration: underline;
}

.font-fugaz {
    font-family: 'Fugaz One', cursive;
}

/* 조식 간편식 - 요일추천 */
.recomend {
    width: 10px
}


/* 조식 간편식 - 고객사 */

.img-logo {
    width: 100%;
}


.icon .fa-solid {
    font-size: 1.2rem;
}

.breakfast-info {
    width: 100%;
}

/* 매장 */

.bakery-info img {
    width: 100%;
}

.lead em {
    display: block;
    font-size: 1.5rem;
}

.baemin-logo {
    width: 60px;
    height: 48px;
    background-image: url(../images/baemin.png);
    background-repeat: no-repeat;
    border-radius: 5px
}

.yogiyo-logo {
    width: 60px;
    height: 48px;
    background-image: url(../images/yogiyo.png);
    background-repeat: no-repeat;
    border-radius: 5px
}