/****** 비쥬얼(메인) section01 ******/
.section01 {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.black_bg {
    background-color: rgb(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 11;
}

.visual_imgbox {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.visual_imgbox img {
    width: 100%;
    object-fit: cover;
}

.black_bg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.visual_imgbox h1{
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 550;
    line-height: 60px;
}

.logo-top {
    position: absolute;
    top: 250px;
    left: 250px;
    z-index: 11;
}

.logo-top img {
    object-fit: cover;
    width: 350px;
}

.logo-solid {
    position: absolute;
    top: 350px;
    left: 250px;
    z-index: 11;
}

.logo-solid img {
    object-fit: cover;
    width: 350px;
}

.logo-background {
    position: absolute;
    top: 0;
    left: 200px;
    width: 450px;
    height: 894px;
    background-color: var(--primary-baige);
    z-index: 10;
}

/****** 비쥬얼(메인) section01 end ******/
/****** 발열 식단표 section02 ******/
.section02 {
    width: 1420px;
    margin: 0 auto;
    margin-top: 100px;
}
.title_box {
    position: relative;
    margin-bottom: 20px;
}
.tit_style {
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_box h3 {
    position: relative;
    margin-bottom: 20px;
    color: #FF5117;
    height: 50px;
    padding: 10px 40px;
    border-radius: 50px;
    background-color: #FF511714;
    display: flex;
    justify-content: center;
    align-items: center;
}
#update-date {
    width: 100%;
    display: flex;
    justify-content: right;
    color: #9E9E9E;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -1px;
}
#weekly-menu {
    margin-top: 50px;
}
.meal-box {
    display: flex;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 100%;
    background: #fff;
    width: 85%;
    margin: 30px auto;
    height: 100px;
    box-sizing: border-box;
}
.date-section {
    width: 16%;
    background-color: #FF5117;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 550;
    font-size: 2.8rem;
    padding: 20px 10px;
}
.content-section {
    flex: 1;
    background-color: white;
    display: flex;
    align-items: flex-start; 
}
.menu_title.section2 {
    color: #FFC107;
    font-weight: 550;
    font-size: 30px;
    width: 40%;
    padding: 30px 0 0 150px;
    margin-right: 10%;
}
.menu {
    display: flex;
    flex-direction: column;
    width: 50%;
    font-size: 20px;
    padding: 25px;
    font-weight: bold;
}
#notice{
    color: #FF5117;
    background-color: #F2F2F5;
    width: 100%;
    height: 100px;
    margin: 50px 0 100px 0;
    font-size: 23px;
    font-weight: 550;
    letter-spacing: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notice_img {
    width: 10px;
    margin-right: 40px;
}
/****** 발열 식단표 section02 end ******/
/****** 샐러드 식단표 section03 ******/
.section02 .sub_title,
.section03 .sub_title{
    padding: 0 30px;
    font-size: 5rem;
    display: flex;
    justify-content: center;
    font-family: 'Hakgyoansim Allimjang TTF B';
    font-weight: 500;
}
.sub_title_orange {
    color: #FF5117;
}
.sub_title_green {
    color: #10AE36;
}

.sub_title img {
    width: 50px;
    object-fit: contain;
    margin-left: 10px;
}
.sub_mini_tit {
    font-size: 20px;
    margin-top: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
}
.section3 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
}
.vertical-meal-box {
    width: 220px;
    height: 400px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.vertical-date-section {
    background-color: #10AE36;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}
.vertical-content-section {
    background-color: white;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 0;
}
.menu_title.section3 {
     font-size: 22px;
    font-weight: bold;
    color: black;
    word-break: keep-all;
    white-space: pre-line;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}
.vertical-meal-box {
    width: 220px;
    height: 400px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin: 10px;
}
.vertical-date-section {
    background-color: #10AE36;
    color: white;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    height: 50px; /* 고정 높이로 설정 */
    display: flex;
    align-items: center;
    justify-content: center;
}
.vertical-content-section {
    background-color: white;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* 중앙 정렬 */
    text-align: center;
}
.menu_title {
    font-size: 30px;
    font-weight: bold;
    color: black;
    word-break: keep-all;
    white-space: pre-line;
    line-height: 1.4;
}
#notice2{
    color: #10AE36;
    background-color: #F2F2F5;
    width: 100%;
    height: 100px;
    margin: 50px 0 100px 0;
    font-size: 23px;
    font-weight: 550;
    letter-spacing: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notice_img2{
    width: 10px;
    margin-right: 40px;
}
/* 식단표 이미지 */
.menu_image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_image img {
    width: 60%;
    height: 100%;
    object-fit: cover;
}