.today-menu:not(li) {
	padding-bottom: 140px;
}
.today-menu__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.today-menu__header .util {
	display: flex;
	gap: 12px;
}
.today-menu__header .util .dropdown-container {
	width: 120px;
}
.today-menu__header .util .datepicker__box {
	width: 168px;
}
.today-menu__header .util .datepicker__box input[type=text] {
	padding-right: 44px;
}
.today-menu__title {
	font-size: 40px;
	font-weight: 600;
	line-height: 140%;
}
@media (max-width: 768px) {
	.today-menu__title {
		font-size: 24px;
	}
}
.today-menu__title {
	color: #222222;
}
.today-menu__calendar {
	display: flex;
	align-items: center;
	-moz-column-gap: 2px;
	     column-gap: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.today-menu__calendar {
		font-size: 14px;
		line-height: 140%;
	}
}
.today-menu__calendar {
	color: #222222;
	padding: 0;
}
.today-menu__menu {
	margin-top: 32px;
}
.today-menu__menu .group:not(:first-child) {
	margin-top: 40px;
}
.today-menu__menu .no-data {
	padding: 160px 0;
}
.today-menu__category {
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.today-menu__category {
		font-size: 20px;
		line-height: 140%;
	}
}
.today-menu__category {
	margin-bottom: 20px;
	color: #222222;
}
.today-menu__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.today-menu__list--secondary {
	grid-template-columns: repeat(4, 1fr);
}
.today-menu__list .product {
	cursor: pointer;
}
.today-menu .board {
	margin-top: 12px;
}
.today-menu .place {
	margin-top: 80px;
}
@media (max-width: 768px) {
	.today-menu:not(li) {
		padding-bottom: 60px;
		display: flex;
		flex-direction: column;
	}
	.today-menu__header {
		display: block;
	}
	.today-menu__header .util {
		margin-top: 12px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.today-menu__header .util .dropdown-container {
		width: 100%;
	}
	.today-menu__header .util .datepicker__box {
		width: 100%;
	}
	.today-menu__title {
		font-size: 32px;
		font-weight: 600;
		line-height: 150%;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.today-menu__title {
		font-size: 20px;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	.today-menu__menu {
		margin-top: 28px;
	}
	.today-menu__category {
		margin-bottom: 16px;
	}
	.today-menu__list {
		display: flex;
		overflow-x: auto;
		margin: 0 -20px;
		padding: 0 20px;
		gap: 12px;
	}
	.today-menu__list .product {
		width: 69.33vw;
		flex: none;
	}
	.today-menu .board {
		margin-top: 60px;
		order: 998;
	}
	.today-menu .place {
		margin-top: 12px;
		order: 999;
	}
}

.today-menu-detail__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 40px;
	     column-gap: 40px;
}
.today-menu-detail__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.today-menu-detail__text {
		font-size: 16px;
	}
}
.today-menu-detail__text {
	color: #666666;
}
.today-menu-detail .product {
	background-color: #ffffff;
	border-radius: 16px;
}
.today-menu-detail .product--vertical .product__img img {
	border-radius: 16px;
}
.today-menu-detail .product--vertical .product__contents {
	background-color: #ffffff;
	padding: 20px 0 0;
	text-align: center;
}
.today-menu-detail .product--vertical .product__name {
	height: auto;
	max-height: 60px;
}
.today-menu-detail .product--vertical .product__desc {
	max-height: 60px;
	height: auto;
}
.today-menu-detail .product--vertical .product__type {
	justify-content: center;
}
.today-menu-detail .product--vertical .product__length {
	justify-content: center;
}
.today-menu-detail .tab_wrap {
	display: flex;
	flex-direction: column;
}
.today-menu-detail .tab_panel {
	flex: 1;
	overflow-y: auto;
}
.today-menu-detail .nutrition {
	padding-top: 40px;
}
.today-menu-detail .nutrition__kcal {
	display: flex;
	justify-content: center;
}
.today-menu-detail .nutrition__kcal p {
	display: flex;
	-moz-column-gap: 8px;
	     column-gap: 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.today-menu-detail .nutrition__kcal p {
		font-size: 14px;
		line-height: 140%;
	}
}
.today-menu-detail .nutrition__kcal p {
	background-color: #f4f5f5;
	color: #666666;
	padding: 4px 8px;
	border-radius: 8px;
}
.today-menu-detail .nutrition__kcal p em {
	display: flex;
	-moz-column-gap: 4px;
	     column-gap: 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.today-menu-detail .nutrition__kcal p em {
		font-size: 14px;
		line-height: 140%;
	}
}
.today-menu-detail .nutrition__kcal p em span {
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.today-menu-detail .nutrition__kcal p em span {
		font-size: 14px;
		line-height: 140%;
	}
}
.today-menu-detail .nutrition__kcal p em span {
	color: #e88640;
}
.today-menu-detail .nutrition table {
	margin-top: 36px;
	color: #222222;
}
.today-menu-detail .nutrition table th {
	padding: 16px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.today-menu-detail .nutrition table th {
		font-size: 14px;
		line-height: 140%;
	}
}
.today-menu-detail .nutrition table td {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.today-menu-detail .nutrition table td {
		font-size: 14px;
		line-height: 140%;
	}
}
.today-menu-detail .nutrition table td {
	padding: 16px 0;
	text-align: center;
}
.today-menu-detail .nutrition table thead tr {
	border-bottom: 1px solid #222222;
}
.today-menu-detail .nutrition table thead th {
	position: relative;
	padding-top: 44px;
}
.today-menu-detail .nutrition table thead th:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 36px;
	height: 36px;
	margin-left: -18px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.today-menu-detail .nutrition table thead th:nth-child(1):before {
	background-image: url("../images/todaymenu/ico_nutrition01.svg");
}
.today-menu-detail .nutrition table thead th:nth-child(2):before {
	background-image: url("../images/todaymenu/ico_nutrition02.svg");
}
.today-menu-detail .nutrition table thead th:nth-child(3):before {
	background-image: url("../images/todaymenu/ico_nutrition03.svg");
}
.today-menu-detail .nutrition table thead th:nth-child(4):before {
	background-image: url("../images/todaymenu/ico_nutrition04.svg");
}
.today-menu-detail .nutrition table thead th:nth-child(5):before {
	background-image: url("../images/todaymenu/ico_nutrition05.svg");
}
.today-menu-detail .nutrition table tbody tr:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}
.today-menu-detail .nutrition table tbody tr:last-child td {
	padding-bottom: 0;
}
.today-menu-detail .login__text {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.today-menu-detail .login__text {
		font-size: 16px;
	}
}
.today-menu-detail .login__text {
	color: #222222;
	margin-bottom: 20px;
}
.today-menu-detail .review {
	padding-top: 40px;
}
.today-menu-detail .review__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.today-menu-detail .review__title {
		font-size: 16px;
	}
}
.today-menu-detail .review__title {
	color: #222222;
	margin-bottom: 20px;
	text-align: center;
}
.today-menu-detail .review__input {
	margin-top: 20px;
	border: 1px solid #c8c8c8;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 12px;
	height: 152px;
}
.today-menu-detail .review__input textarea {
	width: 100%;
	resize: none;
	height: 84px;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.today-menu-detail .review__input textarea {
		font-size: 14px;
		line-height: 140%;
	}
}
.today-menu-detail .review__input .length {
	display: block;
	margin-top: 8px;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}
@media (max-width: 768px) {
	.today-menu-detail .review__input .length {
		font-size: 14px;
	}
}
.today-menu-detail .review__input .length {
	color: #888888;
}
.today-menu-detail .review__submit {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.today-menu-detail .review .checkbox-rounded__row {
	justify-content: center;
}
.today-menu-detail .fill-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
@media (max-width: 768px) {
	.today-menu-detail__wrapper {
		display: flex;
		flex-direction: column;
		row-gap: 40px;
	}
	.today-menu-detail .product--vertical .product__contents {
		padding-top: 28px;
	}
	.today-menu-detail .product--vertical .product__name {
		font-size: 32px;
		font-weight: 600;
		line-height: 150%;
		max-height: 56px;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.today-menu-detail .product--vertical .product__name {
		font-size: 20px;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	.today-menu-detail .nutrition__kcal p em span {
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.today-menu-detail .nutrition__kcal p em span {
		font-size: 14px;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	.today-menu-detail .nutrition table {
		margin-top: 24px;
	}
	.today-menu-detail .nutrition table th {
		padding: 8px 0;
	}
	.today-menu-detail .nutrition table td {
		padding: 8px 0;
	}
	.today-menu-detail .nutrition table thead th {
		padding-top: 28px;
	}
	.today-menu-detail .nutrition table thead th:before {
		width: 24px;
		height: 24px;
		margin-left: -12px;
	}
	.today-menu-detail .login__text {
		margin-bottom: 32px;
	}
	.today-menu-detail .review__input {
		margin-top: 16px;
		height: 140px;
		padding: 16px;
	}
	.today-menu-detail .review__input textarea {
		height: 78px;
		font-size: 18px;
		font-weight: 500;
		line-height: 150%;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.today-menu-detail .review__input textarea {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.today-menu-detail .review__input .length {
		margin-top: 10px;
	}
	.today-menu-detail .review__submit {
		margin-top: 32px;
	}
	.today-menu-detail .fill-box {
		padding-top: 40px;
	}
}

.board {
	padding: 20px 28px;
	background-color: #3b5ea7;
	border-radius: 16px;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.board__group {
	display: flex;
	align-items: center;
	-moz-column-gap: 12px;
	     column-gap: 12px;
}
.board__title {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.board__title {
		font-size: 14px;
		line-height: 140%;
	}
}
.board__time {
	display: flex;
	-moz-column-gap: 8px;
	     column-gap: 8px;
}
.board__time p {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.board__time p {
		font-size: 14px;
		line-height: 140%;
	}
}
.board .alpha {
	color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
	.board {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 4px;
	}
	.board__group {
		align-items: flex-start;
		-moz-column-gap: 8px;
		     column-gap: 8px;
	}
	.board__title {
		flex: none;
		width: 60px;
	}
	.board__time {
		flex-direction: column;
	}
}

.notice {
	margin-top: 24px;
	display: flex;
	-moz-column-gap: 24px;
	     column-gap: 24px;
}
.notice strong {
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.notice strong {
		font-size: 14px;
		line-height: 140%;
	}
}
.notice strong {
	color: #666666;
}
.notice .button_base-combine {
	flex: none;
	margin-left: auto;
}
.notice .bullet {
	margin-top: 8px;
}
.notice .bullet__item {
	color: #888888;
}
@media (max-width: 768px) {
	.notice {
		margin-top: 16px;
		flex-direction: column;
		row-gap: 24px;
	}
	.notice .button_base-combine {
		align-self: flex-end;
	}
}

.product {
	display: flex;
	border-radius: 28px;
	background-color: #f4f5f5;
}
.product__img {
	aspect-ratio: 1.2808;
	flex: none;
	width: 333px;
}
.product__img img {
	border-radius: 28px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.product__contents {
	flex: 1;
	padding: 36px 36px 28px;
}
.product__type {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product__flag {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product__price {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.product__price {
		font-size: 16px;
	}
}
.product__price {
	color: #5380da;
}
.product__name {
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.product__name {
		font-size: 18px;
	}
}
.product__name {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 60px;
	margin: 8px 0 12px;
	color: #222222;
}
.product__desc {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	color: #888888;
	height: 60px;
}
.product__length {
	margin-top: 12px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	-moz-column-gap: 8px;
	     column-gap: 8px;
}
.product__length em {
	display: flex;
	padding: 0 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	color: #888888;
	background-color: #e6e6e6;
	align-items: center;
	border-radius: 4px;
}
.product__length p {
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	color: #888888;
}
.product--secondary .product__price {
	color: #e88640;
}
.product--secondary .flag {
	background-color: #e88640;
}
.product--vertical {
	display: grid;
	grid-template-columns: 1fr;
}
.product--vertical .product__img {
	flex: none;
	width: auto;
}
.product--vertical .product__contents {
	padding: 24px 28px;
}
@media (max-width: 768px) {
	.product {
		display: grid;
		grid-template-columns: 1fr;
		border-radius: 24px;
	}
	.product__img {
		width: auto;
	}
	.product__img img {
		border-radius: 24px;
	}
	.product__contents {
		padding: 20px;
	}
	.product__name {
		height: 54px;
	}
	.product__desc {
		height: 60px;
	}
}

.weekly-menu__control {
	display: flex;
	-moz-column-gap: 4px;
	     column-gap: 4px;
	justify-content: center;
	padding-top: 40px;
}
.weekly-menu__control p {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.weekly-menu__control p {
		font-size: 16px;
	}
}
.weekly-menu__control p {
	color: #222222;
}
.weekly-menu table {
	table-layout: fixed;
}
.weekly-menu table thead th {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f4f5f5;
}
.weekly-menu table thead th.today {
	background-color: rgba(170, 192, 239, 0.3);
}
.weekly-menu table tbody td {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.weekly-menu table tbody td.today {
	background-color: rgba(200, 229, 255, 0.2);
}
.weekly-menu table th {
	padding: 20px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.weekly-menu table th {
		font-size: 14px;
		line-height: 140%;
	}
}
.weekly-menu table th {
	color: #222222;
}
.weekly-menu table td {
	padding: 20px 24px 26px 20px;
}
.weekly-menu table p:nth-of-type(1) {
	margin: 8px 0 16px;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.weekly-menu table p:nth-of-type(1) {
		font-size: 16px;
	}
}
.weekly-menu table p:nth-of-type(1) {
	color: #222222;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 48px;
}
.weekly-menu table p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}
@media (max-width: 768px) {
	.weekly-menu table p:nth-of-type(2) {
		font-size: 14px;
	}
}
.weekly-menu table p:nth-of-type(2) {
	color: #888888;
}
.weekly-menu .no-data {
	padding-top: 0;
	height: calc(100vh - 175px);
}
.weekly-menu .no-data i {
	background-image: url("../images/todaymenu/ico_cook_120x120.svg");
}
.weekly-menu .mealtype {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.weekly-menu .mealtype {
		font-size: 16px;
	}
}
.weekly-menu .mealtype {
	color: #888888;
	text-align: center;
	margin: 8px 0 20px;
}
@media (max-width: 768px) {
	.weekly-menu {
		padding: 0 20px;
	}
	.weekly-menu__control {
		justify-content: space-between;
		padding-top: 16px;
	}
	.weekly-menu__control p {
		font-size: 20px;
		font-weight: 600;
		line-height: 150%;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.weekly-menu__control p {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.weekly-menu__control i {
		width: 24px;
		height: 24px;
	}
	.weekly-menu .mask {
		overflow-x: auto;
		margin: 0 -20px;
	}
	.weekly-menu table th,
	.weekly-menu table td {
		width: 52.53vw;
	}
	.weekly-menu table th {
		padding: 12px 0;
	}
	.weekly-menu table td {
		padding: 16px 16px 28px;
	}
	.weekly-menu table p:nth-of-type(1) {
		margin: 8px 0;
		height: 40px;
		font-size: 16px;
		font-weight: 600;
		line-height: 150%;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.weekly-menu table p:nth-of-type(1) {
		font-size: 14px;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	.weekly-menu .no-data {
		height: calc(100vh - 157px);
	}
	.weekly-menu .mealtype {
		margin: 4px 0 16px;
	}
}

.place {
	border-radius: 40px;
	padding: 80px 100px;
	background: url("../images/todaymenu/bg_place.png") no-repeat center center/100% 100%;
	color: #ffffff;
}
.place__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.place__title {
		font-size: 20px;
		line-height: 140%;
	}
}
.place__place {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}
.place__place > div {
	display: flex;
}
.place__place dt {
	width: 72px;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.place__place dt {
		font-size: 14px;
		line-height: 140%;
	}
}
.place__place dd {
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.place__place dd {
		font-size: 14px;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	.place {
		aspect-ratio: 1/1;
		box-sizing: border-box;
		border-radius: 24px;
		padding: 28px 32px;
		background-image: url("../images/todaymenu/m_bg_place.png");
	}
	.place__place {
		margin-top: 16px;
		row-gap: 4px;
	}
	.place dt {
		width: 66px;
	}
}

.today-menu-calendar.layer_popup .layer_wrap {
	width: auto;
}
@media (max-width: 768px) {
	.today-menu-calendar.layer_popup .layer_wrap {
		width: 100%;
	}
}
.today-menu-calendar .layer_inner .meal-type {
	margin-bottom: 28px;
}
.today-menu-calendar .layer_inner .meal-type .group-label {
	color: #888888;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.today-menu-calendar .layer_inner .meal-type .group-label {
		font-size: 14px;
		line-height: 140%;
	}
}
.today-menu-calendar .layer_inner .meal-type .group-label {
	font-size: 14px;
	margin-bottom: 12px;
}
.today-menu-calendar .layer_inner .meal-type__options {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}
.today-menu-calendar .layer_inner .meal-type__options input[type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.today-menu-calendar .layer_inner .meal-type__options .chip-radio {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding: 0 12px;
	border-radius: 12px;
	background: #f4f5f5;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}
@media (max-width: 768px) {
	.today-menu-calendar .layer_inner .meal-type__options .chip-radio {
		font-size: 14px;
	}
}
.today-menu-calendar .layer_inner .meal-type__options .chip-radio {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.today-menu-calendar .layer_inner .meal-type__options input[type=radio]:checked + .chip-radio {
	background: #3b5ea7;
	color: #ffffff;
	border-color: #3b5ea7;
}
.today-menu-calendar .layer_inner .meal-type__options input[type=radio]:focus-visible + .chip-radio {
	outline: 2px solid #3b5ea7;
	outline-offset: 2px;
}
.today-menu-calendar .layer_footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sub_keyvisual .sub_head-event {
	background-image: url("../images/todaymenu/subkvimg-event.png");
}