/*메인 페이지*/
.main-blank {
  width: 100%;
  height: 30px;
  display: flex;
}
.blank-box {
  height: 50px;
  display: inline-block;
}
.blank-box.box1 {
  width: 28%;
}
.blank-box.box2 {
  width: 42%;
}
.blank-box.box3 {
  width: 30%;
}
.blank-img {
  height: 40px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-f {
  display: flex;
  width: 100%;
}
.home-div {
  border: 1px solid rgb(218, 218, 218);
  background-color: white;
}
.f-left {
  width: 69%;
  margin-right: 1%;
  height: 480px;
  display: grid;
  grid-template-columns: 35% 65%;
  grid-template-rows: 330px 150px;
}
.f-left-1 {
  width: 100%;
  height: 330px;
}
.f-left-2 {
  width: 98%;
  margin-left: 2%;
  height: 330px;
}
.f-left-bottom {
  margin-top: 18px;
  width: 100%;
  height: 132px;
  grid-column-start: 1;
  grid-column-end: 3;

  background-image: url('../../resources/image/fall-background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.f-right {
  width: 30%;
  height: 480px;
}
.main-s {
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.s-left {
  width: 69%;
  margin-right: 1%;
  height: 400px;
  display: grid;
  grid-template-columns: 35% 65%;
  grid-template-rows: 280px 150px;
}
.s-left-1 {
  width: 100%;
  height: 400px;
}
.s-left-2 {
  width: 98%;
  margin-left: 2%;
  height: 400px;
}
.s-right {
  width: 30%;
  height: 400px;
}

.ment {
  float: left;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 25px;
}
.ment-sub {
  color: #ffffff;
  font-family: "NanumSquareRound";
  font-size: 17px;
  float: left;
  font-weight: 400;
  margin-bottom: 4px;
}
.ment-main {
  color: rgb(215, 243, 237);
  font-family: "NanumSquareRound";
  font-weight: 600;
  font-size: 24px;
  float: right;
}
.highlight {
  background: linear-gradient(to top, #2b6f6c 40%, transparent 40%);
  font-size: 25px;
}

.menu-title {
  font-family: "NanumSquareRound";
  font-size: 25px;
  padding: 15px;
  padding-left: 5px;
  display: inline-block;
  margin: 0;
  font-weight: 700;
}
.small-line {
  height: 1px;
  background-color: #dadada;
  margin-left: 18px;
  margin-right: 18px;
  margin-top: -3px;
}
.right-arrow {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.right-arrow-img {
  width: 17px;
  opacity: 0.5;
}

.meal-date-div {
  margin: 15px;
  height: 30px;
  margin-bottom: 5px;
}
.arrow-a {
  height: 30px;
  display: inline-block;
  vertical-align: super;
  margin-top: -4px;
}
.arrow-img {
  height: 15px;
  vertical-align: bottom;
  margin-top: 7px;
}
.meal-date {
  font-family: "NanumSquareRound";
  font-size: 22px;
  vertical-align: top;
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.meal-div {
  width: 100%;
  display: flex;
  overflow-y: hidden;
}
.meal-div-order {
  box-sizing: border-box;
  width: 33.33%;
  padding: 10px;
  padding-top: 0;
}
.meal-info {
  height: 30px;
  display: inline-block;
}
.meal-info-h {
  font-size: 20px;
  vertical-align: top;
  display: inline-block;
  font-family: "gothic14";
}
.menu-list {
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: middle;
}
.menu-list-p {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 17px;
  font-family: "NanumSquareRound";
}

.acnt-info {
  width: 100%;
  border-bottom: 1px solid rgb(218, 218, 218);
}
.acnt-info-img-div {
  display: inline-block;
  padding: 0;
  margin: 8px;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 20px;
}
.acnt-info-img {
  width: 4rem;
}
.go-setting {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 15px;
  margin-left: -25px;
}
.acnt-info-setting {
  width: 20px;
  opacity: 0.5;
}
.acnt-info-name-div {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-left: 10px;
}
.acnt-info-name {
  font-size: 21px;
  font-family: "sans-serif";
  font-weight: 600;
  margin: 0;
}
.acnt-info-name-sub {
  font-size: 14px;
  font-family: "sans-serif";
  font-weight: 400;
  margin-top: 5px;
}
.logout-btn-acnt {
  width: 50px;
  height: fit-content;
  vertical-align: top;
  border: 1px solid rgb(153, 153, 153);
  font-size: 12px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 20px;
  float: right;
  font-family: "sans-serif";
  border-radius: 2px;
  color: black;
  text-decoration: none;
  padding: 2px;
}
.acnt-info-menu {
  width: 100%;
}
.acnt-info-menu > p {
  font-family: "NanumSquareRound";
}

.schedule-div {
  max-height: 250px;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}
.schedule-title {
  font-size: 22px;
  font-family: "NanumSquareRound";
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 5px;
}
.schedule-date {
  font-size: 15px;
  font-family: "sans-serif";
  margin: 0;
  margin-left: 5px;
}
.schedule-hr {
  height: 1px;
  background-color: #ccc;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 3px;
}

.notice-title {
  font-size: 22px;
  font-family: "NanumSquareRound";
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-left: 5px;
  text-decoration: none;
  color: black;
}
.notice-title:hover {
  text-decoration: underline;
}
.notice-department {
  font-size: 15px;
  font-family: "sans-serif";
  margin: 0;
  margin-left: 5px;
  color: red;
}

.info-table-div {
  max-height: 230px;
  overflow-y: scroll;
}
.info-table {
  border-collapse: collapse;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.info-table td {
  border: 1px solid #ccc;
  text-align: center;
  border-collapse: collapse;
  padding: 3px;
}
.td-description {
  font-size: 6px;
  width: 41%;
}
.td-location {
  font-size: 6px;
  width: 17%;
}
.td-status {
  font-size: 6px;
  width: 18%;
}
.td-time {
  font-size: 6px;
  width: 25%;
}

.acnt-info-menu {
  display: flex;
  width: 100%;
}
.acnt-info-menu-btn {
  box-sizing: border-box;
  width: 25%;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  border-left: 1px solid rgb(218, 218, 218);
  border-bottom: 1px solid rgb(218, 218, 218);
  text-align: center;
  padding: 3px;
  font-family: "NanumSquareRound";
  font-weight: 300;
  font-size: 17px;
  background-color: #f6f6f6;
  color: black;
  cursor: pointer;
  text-decoration: none;
}
.acnt-info-menu-btn:first-of-type {
  border-left: none;
}
.acnt-info-menu-btn.now {
  border-bottom: none;
  color: rgb(105, 201, 192);
  font-weight: 600;
  background-color: white;
}
.acnt-page-div {
  max-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
}
