.page {
  min-width: 1500px;
}
.program_top {
  width: 100%;
  margin: 20px 0;
}

.program_box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.day_box {
  width: 33%;
  position: relative;
}


.day_bg {
  width: 100%;
  display: block;
}

.day_body {
  width: 100%;
}

.day_body1 {
  background-image: url('../images/Program01_2.png');
  background-size: 100% 100%;
  background-position: left;
}

.day_body2 {
  background-image: url('../images/Program02_2.png');
  background-size: 100% 100%;
  background-position: left;
}

.day_body3 {
  background-image: url('../images/Program03_2.png');
  background-size: 100% 100%;
  background-position: left;
}

.day_body2 .day_item .time {
  color: #fff;
}

.day_body2 .flex_all_box .time {
  color: #fff;
}

.day_body3 .day_item .time {
  color: #fff;
}

.day_body3 .flex_all_box .time {
  color: #fff;
}

.day_header {
  width: 100%;
  display: block;
}

.day_footer {
  width: 100%;
  display: block;
}

.date {
  text-align: right;
  font-size: 30px;
  font-family: Poppins_ExtraBold, Arial, sans-serif;
  line-height: 30px;
  margin-right: 45px;
  margin-bottom: 15px;
}

.flex_box {
  display: flex;
  justify-content: space-between;
}

.flex_left {
  width: 60%;
  margin-left: 2.5%;
}

.flex_right {
  width: 30%;
  background-color: #fff;
  margin-right: 5%;
  margin-top: 24px;
}

.flex_all_box {
  margin-left: 2.5%;
  margin-right: 5%;
}

.day_item .detail {
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: left;
  height: 180px;
  align-items: center;
}

.day_item .linex1 {
  height: 100px;
}

.day_item .linex2 {
  height: 382px;
}

.day_item .linex3 {
  height: 584px;
}

.center_box {
  line-height: 18px;
}

.day_item {
  display: block;
}

.time {
  font-family: Poppins_ExtraBold, Arial, sans-serif;
  height: 24px;
  line-height: 24px;
}

.t1 {
  font-family: Poppins_ExtraBold, Arial, sans-serif;
}

.t2 {
  font-size: 14px;
}
.t2 span {
  font-family: Poppins_SemiBold, Arial, sans-serif;
}
.t3 {
  font-size: 14px;
}

.day_item2 {
  display: block;
  width: 100%;
}

.vertical_box {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
}

.day_item2 .time {
}

.day_item2 .detail {
  background-color: #fff;

  display: flex;
  justify-content: left;
}

.blue_text {
  color: var(--blue);
}

.pink_text {
  color: var(--pink);
}

.gray_text {
  color: #a6a8ab;
}

.lunch1 {
  background-color: rgba(255, 255, 255, 0.7);
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-family: Poppins_ExtraBold, Arial, sans-serif;
}

.blue_box {
  background-color: var(--blue);
  font-size: 12px;
  text-align: center;
  font-family: Poppins_ExtraBold, Arial, sans-serif;
  color: #fff;
}

.pink_box {
  background-color: var(--pink);
  font-size: 12px;
  text-align: center;
  font-family: Poppins_ExtraBold, Arial, sans-serif;
  color: #fff;
}

.footer_box {
  display: flex;
  
  line-height: 16px;
  width: 100%;
}

.footer_title {
  font-family: Poppins_ExtraBold, Arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.footer_box .t4 {
  font-size: 10px;
  margin-right: 30px;
}

.icon_box {
  width: 100%;
  display: flex;
  align-items: center;
}

.icon_box img {
  display: block;
  width: 100px;
}

.color_text {
  font-family: Poppins_ExtraBold, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.vertical_box .icon_box {
  width: 100%;
  display: block;
}

@media (max-width: 1300px) {
  .page {
    min-width: 80%;
  }
  .day_box {
    width: 100%;
  }

  .program_box {
    flex-direction: column;
    gap: 20;
  }
  .t1{
    font-size: 14px;
  }
  .t3{
    font-size: 12px;
  }
  .center_box{
    line-height: 16px;
  }
  .mobile_size{
    width: 90px !important;
  }
  .mobile_size2{
    width: 60px !important;
  }
}