.schedule {
	font-style: normal;
	font-size: 9px;
	font-family: "Noto Sans Mono", "Noto Sans KR";
	line-height: 1.65;
	color: #000000;
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.schedule * {
	font-style: normal;
	font-size: 9px;
	font-family: "Noto Sans Mono", "Noto Sans KR";
}

@media(max-width:500px) {
	.schedule img {
		width: 100%;
	}
}

@media(min-width:500px) {
	.schedule {
		font-size: 12px;
	}
	.schedule * {
		font-style: normal;
		font-size: 12px;
		font-family: "Noto Sans Mono", "Noto Sans KR";
	}
}

@media(min-width:800px) {
	.schedule {
		font-size: 13px;
	}
	.schedule * {
		font-style: normal;
		font-size: 13px;
		font-family: "Noto Sans Mono", "Noto Sans KR";
	}
}

@media(min-width:1000px) {
	.schedule {
		font-size: 15px;
	}
	.schedule * {
		font-style: normal;
		font-size: 15px;
		font-family: "Noto Sans Mono", "Noto Sans KR";
	}
}

@media(min-width:1100px) {
	.schedule {
		font-size: 19px;
	}
	.schedule * {
		font-style: normal;
		font-size: 19px;
		font-family: "Noto Sans Mono", "Noto Sans KR";
	}
}

.schedule table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-left: 1px;
	border-top: 2px solid #ff8e09;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.schedule table caption {
	display: none;
}

.schedule colgroup {
	display: table-column-group;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.schedule col {
	display: table-column;
	cursor: pointer;
}

.schedule tbody td {
	text-align: left;
}

.schedule table tbody th,
.schedule table tbody td {
	padding: 5px 5px;
	border: 1px solid #e3e3e3;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.schedule table tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.schedule table thead th {
	padding: 5px 5px;
	border: 1px solid #e3e3e3;
	background-color: #ebeff6;
}

.schedule table .sthn {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	background-color: #f3f3f3;
	cursor: pointer;
}

.schedule table .sth {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	background-color: #f3f3f3;
}

.schedule table .sva {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	color: black;
	font-weight: bold;
}

.schedule table .stime {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	color: black;
	font-weight: bold;
}

.schedule table .sbmemo {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	color: black;
	font-weight: bold;
	background-color: white;
}

.schedule table textarea {
	display: none;
}

.schedule table .stime:hover {
	color: white;
	background: #3671bc;
}

.schedule table .smemo {
	font-weight: bold;
	background-color: #f3f3f3;
}

.scheduleEditActive::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: #ff0000;
}

.scheduleActive {
	border: 2px solid #3671bc !important;
}


.daysplit1 {
	padding:0px  !important;
	height:2px;
	background: #588eb7;
	font-size: 0px;
}

.daysplit2 {
	padding:0px  !important;
	height:2px;
	background: #ec0fcf;
	font-size: 0px;
}



.pricecontiner {
	position: relative;
	box-sizing: border-box;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: "Poppins", sans-serif;
	margin-top: 10px;
	flex-wrap: wrap;
}



.pricecontinerview {
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	font-family: "Poppins", sans-serif;
	flex-wrap: wrap;
	text-align: center;
}


.pricecontinerviewgrid {
	display: grid;
	box-sizing: border-box;
	justify-content: space-evenly;
	align-items: center;
	font-family: "Poppins", sans-serif;
	text-align: center;
	grid-template-columns: repeat(auto-fill, 170px);
}


.pricetableview {
	box-sizing: border-box;
	position: relative;
	border: 1px solid gray;
	border-image: none;
	background-color: #ccc !important;;
	border-collapse: separate !important;;
	border-spacing: 1px !important;;
	font-family: "Poppins", sans-serif;
	margin-bottom: 15px;
	min-width: 155px;
	margin-left: 2px;
	margin-right: 1px;
}

.pricetableview td {
	box-sizing: border-box;
	position: relative;
	padding: 0;
	height: 30px;
	background: #fff;
	font-size: 17px;
}

.pricetableview td.number {
	box-sizing: border-box;
	position: relative;
	padding: 5px 5px 5px 18px;
	height: 30px;
	background: #fff;
	text-align: right;
	white-space: nowrap;
}

.pricetableview .header {
	box-sizing: border-box;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background: #f3f3f3;
	width: 100px;
	padding: 5px;
	min-width: 155px;
	font-weight: bold;
}


.price_include {
	padding: 15px 15px 15px 15px;
	text-align: left;
	margin-top: 15px;
	font-size: 18px;
	width: 100%;
	border: 1px solid #ccc;
	cursor: default;
}

.price_include_memo {
	padding: 25px 5px 25px 5px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	border: 1px solid #ccc;
	cursor: default;
}


.publicmemo1 {
	padding: 15px 15px 15px 15px;
	text-align: left;
	margin-top: 15px;
	font-size: 18px;
	width: 100%;
	border: 1px solid #ccc;
	cursor: default;
	color: blue;
	font-weight: bold;
}

.publicmemo1_memo {
	padding: 25px 5px 25px 5px;
}

.publicmemo2 {
	padding: 15px 15px 15px 15px;
	text-align: left;
	margin-top: 15px;
	font-size: 18px;
	width: 100%;
	border: 1px solid #ccc;
	cursor: default;
	color: red;
	font-weight: bold;
}

.publicmemo2_memo {
	padding: 25px 5px 25px 5px;
}

.publicmemo3 {
	padding: 15px 15px 15px 15px;
	text-align: left;
	margin-top: 15px;
	font-size: 18px;
	width: 100%;
	border: 1px solid #ccc;
	cursor: default;
	color: fuchsia;
	font-weight: bold;
}

.publicmemo3_memo {
	padding: 25px 5px 25px 5px;
}


.publicmemo_memo {
	line-height: 160%;
}


@media(min-width:500px) {
	.publicmemo_memo,.publicmemo1_memo,.publicmemo2_memo,.publicmemo3_memo {
		font-style: normal;
		font-size: 12px;
		font-family: "Noto Sans Mono", "Noto Sans KR";
	}
}

@media(min-width:800px) {
	.publicmemo_memo,.publicmemo1_memo,.publicmemo2_memo,.publicmemo3_memo {
		font-style: normal;
		font-size: 13px;
		font-family: "Noto Sans Mono", "Noto Sans KR";
	}
}

@media(min-width:1000px) {
	.publicmemo_memo,.publicmemo1_memo,.publicmemo2_memo,.publicmemo3_memo {
		font-style: normal;
		font-size: 15px;
		font-family: "Noto Sans Mono", "Noto Sans KR";
	}
}


@media(min-width:1100px) {
	.publicmemo_memo,.publicmemo1_memo,.publicmemo2_memo,.publicmemo3_memo {
		font-style: normal;
		font-size: 19px;
		font-family: "Noto Sans Mono", "Noto Sans KR";
	}
}
