@charset "UTF-8";
#spring_festival * {
  box-sizing: border-box;
  	
}
 .spring_festival {
	background-color: #d4ecea;
	 padding-bottom: 50px;
}
.spring_festival2{
	background: #fbd8b5 url(../img/2022/cont_bg.png) no-repeat left top;
    background-size: cover;
    padding-top: 40px;
	 padding-bottom: 50px;
}

#spring_festival .inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
#spring_festival .inner .main-top {
  width: 100%;
  background: #FFF;
}
#spring_festival .inner .event-date-wrap {
  background: #0ba29a;
  padding: 40px;
}
#spring_festival .inner .event-date-wrap .add-text {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  margin-top: 12px;
}
#spring_festival .inner .event-date-wrap .event-title {
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
}
#spring_festival .inner .event-date-wrap .event-title .in-text {
  background: #fff57f;
  color: #0ba29a;
  font-size: 24px;
  font-weight: 700;
  padding: 2px 2px;
  border-radius: 4px;
  margin: 0 8px;
  transform: rotate(-10deg);
  display: inline-block;
}
#spring_festival .inner .event-date-wrap .event-title br {
  display: none;
}
#spring_festival .inner .event-date {
  display: flex;
  gap: 0 40px;
  width: 100%;
  margin-top: 40px;
}
#spring_festival .inner .event-date .date {
  width: 100%;
}
#spring_festival .inner .event-date .date .num {
  background: #e69405;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 4px 4px 0 0;
  padding: 0 20px;
}
#spring_festival .inner .event-date .date .num .in-text {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#spring_festival .inner .event-date .date .num .in-text .c-t {
  font-size: 60px;
  font-weight: 700;
  transform: translateY(-5px);
  display: block;
  color: #FFF;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
}
#spring_festival .inner .event-date .date .mm-dd {
  display: flex;
  gap: 0 10px;
  color: #690904;
  padding: 20px;
  justify-content: center;
  background: #FFF;
  border-radius: 0 0 4px 4px;
}
#spring_festival .inner .event-date .date .mm-dd .mm {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
#spring_festival .inner .event-date .date .mm-dd .dd {
  font-size: 32px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
#spring_festival .inner .event-date .date .mm-dd .dd .day-of-week {
  background: red;
  border-radius: 2px;
  margin-top: 0px;
  font-size: 10px;
  line-height: 1;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
  color: #FFF;
}
#spring_festival .inner .event-date .date .mm-dd .dd .day-of-week.sat {
  background: #0175cf;
}
#spring_festival .inner .event-date .date .mm-dd .dd .day-of-week.san {
  background: #b60004;
}
#spring_festival .inner .course-list {
  margin-top: 80px;
}
#spring_festival .inner .course-list .course-list-img {
  display: flex;
  gap: 0 1px;
}
#spring_festival .inner .course-list .course-list-img .img-box {
  width: 100%;
  height: 200px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#spring_festival .inner .course-list .course-list-img .img-box:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#spring_festival .inner .course-list .course-list-img .img-box .img-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  z-index: 1;
}
#spring_festival .inner .course-list .course-list-img .img-box .img {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
}
#spring_festival .inner .course-list .course {
  border: 4px solid red;
  display: flex;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  background: #FFF;
}
#spring_festival .inner .course-list .course .icon-m {
  position: absolute;
  right: 0;
  top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #232584;
  border-radius: 100%;
  transform: translateX(25px);
  z-index: 1;
}
#spring_festival .inner .course-list .course .icon-m .in-text {
  font-size: 14px;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
}
#spring_festival .inner .course-list .course .icon-m + .icon-m {
  right: 48px;
}
#spring_festival .inner .course-list .course .icon-p {
  position: absolute;
  right: 0;
  top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #ec6d74;
  border-radius: 100%;
  transform: translateX(25px);
  z-index: 1;
}
#spring_festival .inner .course-list .course .icon-p .in-text {
  font-size: 14px;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
}
#spring_festival .inner .course-list .course .icon-m + .icon-p {
  right: 48px;
}




#spring_festival .inner .course-list .course .course-label {
  width: 150px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
#spring_festival .inner .course-list .course .course-label .in-text {
  background: #d42e26;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  width: 100%;
  height: 35px;
  align-items: center;
  justify-content: center;
  transform: translate3d(-34px, -40px, 0);
  position: absolute;
  top: 25px;
  left: 0;
  border-radius: 4px 4px 4px 0;
  z-index: 1;
}
#spring_festival .inner .course-list .course .course-label .in-text:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #440401 transparent transparent;
}
#spring_festival .inner .course-list .course .course-label .img img {
  display: block;
  width: 100%;
  transform: translateX(-20px);
}
#spring_festival .inner .course-list .course .tactics {
  width: calc((100% - 170px)/2);
  margin-right: 20px;
  display: flex;
  position: relative;
}
#spring_festival .inner .course-list .course .tactics:last-of-type {
  margin-right: 0;
}
#spring_festival .inner .course-list .course .tactics .tactics-num {
  display: flex;
  flex-direction: column;
  padding: 8px;
  background: red;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin-right: 6px;
}
#spring_festival .inner .course-list .course .tactics .tactics-num .t-text {
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}
#spring_festival .inner .course-list .course .tactics .tactics-num .t-num {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
#spring_festival .inner .course-list .course .item1 {
  display: flex;
  flex-wrap: wrap;
}
#spring_festival .inner .course-list .course .item1 .item {
  width: calc((100% - 20px)/2);
  margin-right: 20px;
  background: #f3dac6;
  border-radius: 4px;
  padding: 12px 0;
  position: relative;
}
#spring_festival .inner .course-list .course .item1 .item:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -28px;
  color: #690904;
  width: 36px;
  height: 8px;
  background: #690904;
  z-index: 1;
}
#spring_festival .inner .course-list .course .item1 .item:nth-of-type(2) {
  margin-right: 0;
}
#spring_festival .inner .course-list .course .item1 .item:nth-of-type(2):after {
  left: -28px;
  right: initial;
  transform: rotate(90deg);
}
#spring_festival .inner .course-list .course .item1 .item .sub-text {
  font-size: 16px;
  color: #f88a47;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
#spring_festival .inner .course-list .course .item1 .item .m-text {
  font-size: 24px;
  color: #690904;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
#spring_festival .inner .course-list .course .item1 .bottom-text {
  width: 100%;
  background: #f6dc02;
  margin-top: 12px;
  border-radius: 4px;
  color: #d42e26;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
#spring_festival .inner .course-list .course .item2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#spring_festival .inner .course-list .course .item2 .m-text {
  font-size: 24px;
  color: #690904;
  font-weight: 700;
  line-height: 1.1;
}
#spring_festival .inner .course-list .course .item2 .icon-text {
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
}
#spring_festival .inner .course-list .course .item2 .icon-text:after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #d42e26;
  border-radius: 100%;
}
#spring_festival .inner .course-list .course .item2 .icon-text + .icon-text {
  margin-top: 0;
}
#spring_festival .inner .course-list .course.elementary {
  border-color: #d42e26;
}
#spring_festival .inner .course-list .course.elementary .tactics .tactics-num {
  background: #d42e26;
}
#spring_festival .inner .course-list .course.middle-s {
  border-color: #1c247c;
}
#spring_festival .inner .course-list .course.middle-s .course-label .in-text,
#spring_festival .inner .course-list .course.middle-s .tactics .tactics-num {
  background: #1c247c;
}
#spring_festival .inner .course-list .course.high-s {
  border-color: #2c6739;
}
#spring_festival .inner .course-list .course.high-s .course-label .in-text,
#spring_festival .inner .course-list .course.high-s .tactics .tactics-num {
  background: #2c6739;
}
#spring_festival .inner .course-list .course + .course {
  margin-top: 40px;
}
#spring_festival .inner .quo-card {
  display: flex;
  background: #eb7091;
  width: 100%;
  margin-top: 80px;
  padding: 20px;
  border-radius: 8px;
}
#spring_festival .inner .quo-card .quo-box {
  display: flex;
  width: calc((100% / 3));
  gap: 0 20px;
  align-items: center;
}
#spring_festival .inner .quo-card .quo-box .w-text {
  background: #FFF;
  border-radius: 4px;
  padding: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #eb7091;
  line-height: 1.1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 100%;
}
#spring_festival .inner .quo-card .quo-box .connect-text {
  font-size: 12px;
  line-height: 1.5;
  color: #FFF;
  display: flex;
  align-items: center;
}
#spring_festival .inner .quo-card .quo-box .connect-text.has-icon {
  position: relative;
  padding-left: 100px;
}
#spring_festival .inner .quo-card .quo-box .connect-text.has-icon .icon {
  background: #FFF;
  border-radius: 4px;
  position: absolute;
  top: -1px;
  left: 0;
  color: #b60004;
  padding: 2px 4px;
  max-width: 80px;	
}
#spring_festival .inner .quo-card .quo-box .quo-text {
  font-size: 24px;
  line-height: 1.5;
  color: #f6dc02;
  font-weight: 700;
  white-space: nowrap;
}
#spring_festival .inner .quo-card .quo-box.type2 {
  display: grid;
}
#spring_festival .inner .quo-card .quo-box.type2 .w-text {
  grid-row: 1/3;
  grid-column: 1/2;
}
#spring_festival .inner .quo-card .quo-box.type2 .connect-text {
  grid-row: 1/2;
  grid-column: 2/3;
}
#spring_festival .inner .quo-card .quo-box.type2 .quo-text {
  grid-row: 2/3;
  grid-column: 2/3;
  margin-top: auto;
}
#spring_festival .inner .call-center {
  display: flex;
  background: #232584;
  width: 100%;
  margin-top: 80px;
  padding: 20px;
  border-radius: 8px;
  gap: 0 20px;
  justify-content: center;
}
#spring_festival .inner .call-center .call-box {
  background: #FFF;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
}
#spring_festival .inner .call-center .call-box .call-title {
  font-size: 18px;
  font-weight: 700;
  color: #232584;
}
#spring_festival .inner .call-center .call-box .call-title.tel {
  font-size: 40px;
}
#spring_festival .inner .call-center .call-box .ud-text {
  display: flex;
  flex-direction: column;
}
#spring_festival .inner .call-center .call-box .ud-text p {
  font-size: 14px;
  font-weight: 700;
  color: #232584;
  display: block;
  line-height: 1.5;
}
#spring_festival .inner .call-center .call-box.re {
  background: none;
}
#spring_festival .inner .call-center .call-box.re .call-title {
  color: #FFF;
}
#spring_festival .inner .call-center .call-box.re .ud-text {
  padding-right: 20px;
}
#spring_festival .inner .call-center .call-box.re .ud-text p {
  color: #FFF;
}
#spring_festival .inner .before-box {
  background: #f6dc02;
  padding: 12px 24px;
  border-radius: 8px;
  width: fit-content;
  margin-left: auto;
}
#spring_festival .inner .before-box .befor-text {
  font-size: 32px;
  font-weight: 700;
  color: #232584;
}
#spring_festival .inner .before-box .befor-text br {
  display: none;
}
#spring_festival .inner .before-box .befor-text span {
  color: #d42e26;
}
#spring_festival .check-wrap {
  padding: 20px 20px 40px;
  /*background: #fbd8b5 url(../img/check-bg.png) no-repeat left top;
  background-size: cover;*/
  margin-top: 40px;
}
#spring_festival .check-wrap .check-title {
  display: flex;
  gap: 0 20px;
}
#spring_festival .check-wrap .check-list {
  display: flex;
  gap: 0 10px;
  margin-top: 40px;
}
#spring_festival .check-wrap .check-list .se-class {
  font-size: 14px;
  font-weight: 700;
  background: red;
  color: #FFF;
  width: 30px;
  line-height: 1;
  padding: 4px 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
}
#spring_festival .check-wrap .check-list .list {
  display: flex;
  display: grid;
  gap: 0;
  align-items: flex-start;
  width: calc((100% - 20px)/2);
  background: #FFF;
  border-radius: 4px 0 0 4px;
  flex-wrap: wrap;
}
#spring_festival .check-wrap .check-list .list .mmdd-wrap {
  grid-column: 1/3;
  grid-row: 1/2;
  display: flex;
  width: calc(100% - 80px);
  height: 100%;
	
  background: #690904;
}
#spring_festival .check-wrap .check-list .list .mm-dd {
  display: flex;
  gap: 0 10px;
  background: #690904;
  color: #FFF;
  padding: 20px;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  width: fit-content;
  align-items: center;
  position: relative;
}
#spring_festival .check-wrap .check-list .list .mm-dd .mm {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
#spring_festival .check-wrap .check-list .list .mm-dd .dd {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
#spring_festival .check-wrap .check-list .list .mm-dd .dd .day-of-week {
  background: #FFF;
  border-radius: 2px;
  margin-top: 0px;
  font-size: 10px;
  line-height: 1;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
  color: #690904;
}
#spring_festival .check-wrap .check-list .list .center-block {
  display: flex;
  flex-direction: column;
  padding: 12px 20px 12px 20px;
  background: #FFF;
  width: 100%;
  grid-column: 1/3;
  grid-row: 2/3;
  position: relative;

	
}
#spring_festival .check-wrap .check-list .list .center-block .ico1{
	
	position: absolute;
	right: 40px;
    top: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #F70606;
    border-radius: 100%;
    transform: translateX(25px);
    z-index: 1;
	
}
#spring_festival .check-wrap .check-list .list .center-block .ico1 .in-txt{
font-size: 14px;
    color: #FFF;
    font-weight: 700;
    line-height: 1;
}
#spring_festival .check-wrap .check-list .list .center-block .ico2{
	
	position: absolute;
	right: 40px;
    top: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #0D1997;
    border-radius: 100%;
    transform: translateX(25px);
    z-index: 1;
	
}
#spring_festival .check-wrap .check-list .list .center-block .ico2 .in-txt{
font-size: 14px;
    color: #FFF;
    font-weight: 700;
    line-height: 1;
}

#spring_festival .check-wrap .check-list .list .center-block .up-block {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  flex-direction: column;
}
#spring_festival .check-wrap .check-list .list .center-block .up-block .icon {
  font-size: 14px;
  font-weight: 700;
  background: #d42e26;
  color: #FFF;
  line-height: 1;
  padding: 4px 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#spring_festival .check-wrap .check-list .list .center-block .up-block .up-text .in-text {
  color: #690904;
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
}
#spring_festival .check-wrap .check-list .list .center-block .up-block .icon-list {
  display: flex;
  gap: 0 4px;
}
#spring_festival .check-wrap .check-list .list .center-block .up-block .icon-list .icon {
  font-size: 12px;
  font-weight: 700;
  background: red;
  color: #FFF;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  line-height: 1;
  white-space: nowrap;
}
#spring_festival .check-wrap .check-list .list .center-block .b-text {
  font-size: 24px;
  color: #690904;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  width: fit-content;
}
#spring_festival .check-wrap .check-list .list .center-block .b-text span {
  font-size: 18px;
}
#spring_festival .check-wrap .check-list .list .center-block .b-text em {
  position: absolute;
  top: -28px;
  right: -40px;
  color: #FFF;
  background: #690904;
  padding: 4px 8px;
  font-size: 18px;
}
#spring_festival .check-wrap .check-list .list .qr {
  background: #FFF;
  background: #690904;
  display: flex;
  width: 80px;
  height: 100%;
  align-items: center;
  margin-left: auto;
  grid-column: 2/3;
  grid-row: 1/2;
  padding-right: 20px;
}
#spring_festival .check-wrap .check-list .list .qr img {
  background: #FFF;
}
#spring_festival .check-wrap .check-list.elementary .se-class {
  background: #d42e26;
}
#spring_festival .check-wrap .check-list.elementary .list .center-block .icon-list .icon {
  background: #d42e26;
}
#spring_festival .check-wrap .check-list.middle .se-class {
  background: #1c247c;
}
#spring_festival .check-wrap .check-list.middle .list .center-block .icon-list .icon {
  background: #1c247c;
}
#spring_festival .check-wrap .check-list.high .se-class {
  background: #2c6739;
}
#spring_festival .check-wrap .check-list.high .list .center-block .icon-list .icon {
  background: #2c6739;
}
#spring_festival .check-wrap .check-list + .check-list {
  margin-top: 20px;
}
#spring_festival .b-banner {
  display: flex;
  gap: 0 50px;
  padding: 20px;
  border: 2px solid #232584;
  border-radius: 4px;
  margin-top: 80px;
  align-items: center;
	background: #fff;
}
#spring_festival .b-banner .l-block {
  display: flex;
  flex-direction: column;
}
#spring_festival .b-banner .l-block .icon-wrap {
  display: flex;
  gap: 0 10px;
}
#spring_festival .b-banner .l-block .icon-wrap .icon {
  background: #d42e26;
  color: #FFF;
  padding: 4px;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1;
}
#spring_festival .b-banner .l-block .icon-wrap .icon.middle {
  background: #1c247c;
}
#spring_festival .b-banner .l-block .icon-wrap .icon.high {
  background: #2c6739;
}
#spring_festival .b-banner .l-block .u-text {
  font-size: 12px;
  font-weight: 700;
  color: #232584;
}
#spring_festival .b-banner .l-block .d-text {
  font-size: 12px;
  font-weight: 700;
  background: #232584;
  padding: 4px 8px;
  color: #FFF;
}
#spring_festival .b-banner .l-block .b-text {
  font-size: 22px;
  font-weight: 700;
  color: #232584;
  font-feature-settings: "palt";
}
#spring_festival .b-banner .flow {
  display: flex;
  gap: 0 30px;
  position: relative;
}
#spring_festival .b-banner .flow .flow-img {
  position: absolute;
  top: -102px;
  left: 20px;
}
#spring_festival .b-banner .flow .flow-img.img09 {
  width: 220px;
  height: 98px;
  top: -108px;
  
}
#spring_festival .b-banner .flow .flow-img.img10 {
  width: 240px;
  height: 102px;
  left: initial;
  right: -20px;
  top: -108px;
}
#spring_festival .b-banner .flow .flow-box {
  width: fit-content;
  padding: 4px;
  border: 2px solid #232584;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
#spring_festival .b-banner .flow .flow-box:before {
  content: "→";
  position: absolute;
  display: block;
  top: 50%;
  right: -24px;
  font-size: 18px;
  font-weight: 700;
  transform: translateY(-50%);
  color: #232584;
}
#spring_festival .b-banner .flow .flow-box.twin:before {
  top: 0;
  transform: translateY(0);
}
#spring_festival .b-banner .flow .flow-box.twin:after {
  content: "→";
  position: absolute;
  display: block;
  bottom: 0;
  right: -24px;
  font-size: 18px;
  font-weight: 700;
  color: #232584;
}
#spring_festival .b-banner .flow .flow-box-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
#spring_festival .b-banner .flow .flow-box-wrap .flow-box {
  width: 100%;
}
#spring_festival .b-banner .flow .flow-box-wrap .flow-box:before {
  display: none;
}
#spring_festival .b-banner .flow .flow-box-wrap .flow-box + .flow-box {
  margin-top: 10px;
}
#spring_festival .b-banner .qr {
  width: 60px;
}
#spring_festival .b-banner .qr-box {
  width: 90px;
  background: #690904;
  padding: 10px;
}
#spring_festival .b-banner .qr-box .in-text {
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
}
#spring_festival .b-banner .qr-box .img {
  background: #FFF;
  width: 60px;
  margin: auto;
}
#spring_festival .l-banner {
  display: flex;
  align-items: center;
  position: relative;
  background: #ec6d65;
  gap: 0 20px;
  margin-top: 40px;
  padding-left: 180px;
  border-radius: 30px 0 0 30px;
}
#spring_festival .l-banner .icon {
  position: absolute;
  top: -12px;
  left: -50px;
  width: 210px;
}
#spring_festival .l-banner .box1 {
  display: flex;
  flex-direction: column;
}
#spring_festival .l-banner .box1 .u-text {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  white-space: nowrap;
  transform: rotate(-5deg) translateY(-10px);
}
#spring_festival .l-banner .box1 .f-box {
  display: flex;
  gap: 0 5px;
}
#spring_festival .l-banner .box1 .f-box .f-cont {
  text-align: center;
  line-height: 1.5;
  background: #fce6e0;
  border: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
}
#spring_festival .l-banner .box1 .f-box .f-cont span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
#spring_festival .l-banner .schedule {
  display: flex;
  flex-wrap: wrap;
}
#spring_festival .l-banner .schedule .period-text {
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  color: #FFF;
}
#spring_festival .l-banner .schedule .period {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
#spring_festival .l-banner .schedule .period .yy {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}
#spring_festival .l-banner .schedule .period .dd {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  white-space: nowrap;
  font-feature-settings: "palt";
}
#spring_festival .l-banner .schedule .period .dd span {
  font-size: 18px;
}
#spring_festival .l-banner .schedule .add-text {
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
}
#spring_festival .l-banner .free-price {
  writing-mode: vertical-rl;
  font-size: 32px;
  font-weight: 700;
  background: #FFF;
  color: #d42e26;
  padding: 8px 8px 8px 12px;
  line-height: 1;
}
#spring_festival .column-box {
  display: flex;
  gap: 30px;
  /*margin-top: 80px;*/
  margin-bottom: 40px;
  flex-direction: column;
}
#spring_festival .column-box .columun {
  border: 2px solid #d42e26;
  padding: 0 20px 20px;
  width: calc(30% - 20px);
  width: 100%;
  border-radius: 4px;
  background: rgba(212, 46, 38, 0.05);
}
#spring_festival .column-box .columun.middle {
  border: 2px solid #1c247c;
  width: calc(40% - 20px);
  width: 100%;
  background: rgba(28, 36, 124, 0.05);
}
#spring_festival .column-box .columun.middle .c-category {
  background: #1c247c;
}
#spring_festival .column-box .columun.middle .c-title {
  color: #1c247c;
}
#spring_festival .column-box .columun.high {
  border: 2px solid #2c6739;
  width: calc(30% - 20px);
  width: 100%;
  background: rgba(44, 103, 57, 0.05);
}
#spring_festival .column-box .columun.high .c-category {
  background: #2c6739;
}
#spring_festival .column-box .columun.high .c-title {
  color: #2c6739;
}
#spring_festival .column-box .columun .c-category {
  color: #FFF;
  width: fit-content;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 700;
  background: #d42e26;
  transform: translateX(-20px);
}
#spring_festival .column-box .columun .c-title {
  color: #d42e26;
  font-size: 20px;
  font-weight: 700;
}
#spring_festival .column-box .columun .c-text {
  font-size: 16px;
}
#spring_festival .inner + .inner {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  #spring_festival .inner .event-date-wrap {
    padding: 15px;
  }

  #spring_festival .inner .event-date-wrap .event-title {
    font-size: 19px;
    text-align: center;
  }
  #spring_festival .inner .event-date-wrap .event-title br {
    display: block;
  }

  #spring_festival .inner {
    padding: 0 15px;
  }

  #spring_festival .inner .event-date-wrap .event-title .in-text {
    font-size: 20px;
    margin: 0 4px;
  }

  #spring_festival .inner .event-date {
    gap: 20px 0px;
    margin-top: 30px;
    flex-wrap: wrap;
  }

  #spring_festival .inner .course-list .course {
    padding: 15px;
    border-radius: 8px;
    flex-direction: column;
  }

  #spring_festival .inner .course-list .course .course-label {
    display: flex;
    width: 100%;
  }
  #spring_festival .inner .course-list .course .course-label .in-text {
    width: 150px;
  }
  #spring_festival .inner .course-list .course .course-label .img {
    margin: auto;
  }
  #spring_festival .inner .course-list .course .course-label .img img {
    transform: translateX(0);
  }

  #spring_festival .inner .course-list .course .tactics {
    width: 100%;
    margin-right: 0;
    display: flex;
    position: relative;
    margin-top: 10px;
  }

  #spring_festival .inner .course-list .course .icon-m {
    top: 0;
  }
#spring_festival .inner .course-list .course .icon-m + .icon-p {
  right: 0px;
}
	
	
  #spring_festival .inner .course-list .course .item2 .m-text {
    padding-right: 70px;
  }

  #spring_festival .inner .course-list .course-list-img .img-box {
    width: 100%;
    height: 110px;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #spring_festival .inner .course-list .course-list-img .img-box .img {
    position: absolute;
    top: 0px;
    left: 0;
  }

  #spring_festival .inner .quo-card {
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 15px;
  }

  #spring_festival .inner .quo-card .quo-box {
    width: 100%;
    gap: 0 10px;
  }

  #spring_festival .inner .quo-card .quo-box + .quo-box {
    margin-top: 10px;
  }

  #spring_festival .inner .quo-card .quo-box .connect-text.type-a {
    font-weight: 700;
    color: #b60004;
    transform: translateX(-15px);
    background: #FFF;
    padding: 10px 17px 10px 8px;
    border-radius: 0 4px 4px 0;
  }

  #spring_festival .inner .quo-card .quo-box .connect-text.type-a + .quo-text {
    transform: translateX(-15px);
  }

  #spring_festival .inner .quo-card .quo-box.type2 + .type2 .connect-text {
    grid-column: 1/3;
  }
  #spring_festival .inner .quo-card .quo-box.type2 + .type2 .quo-text {
    grid-column: 1/3;
  }
  #spring_festival .inner .quo-card .quo-box.type2 + .type2 .quo-text br {
    display: none;
  }

  #spring_festival .inner .call-center {
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 15px;
    gap: 10px;
  }

  #spring_festival .inner .call-center .call-box {
    width: 100%;
    justify-content: center;
  }

  #spring_festival .inner .call-center .call-box.re {
    flex-wrap: wrap;
    padding: 0;
  }
  #spring_festival .inner .call-center .call-box.re .ud-text {
    margin-right: 0;
    text-align: center;
  }
  #spring_festival .inner .call-center .call-box.re .ud-text br {
    display: none;
  }

  #spring_festival .inner .call-center .call-box.re + .call-box {
    width: fit-content;
  }

  #spring_festival .inner .before-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #spring_festival .inner .before-box .befor-text {
    font-size: 24px;
    line-height: 1.5;
  }
  #spring_festival .inner .before-box .befor-text span {
    font-size: 40px;
  }
  #spring_festival .inner .before-box .befor-text br {
    display: block;
  }

  #spring_festival .check-wrap .check-title {
    flex-direction: column;
    gap: 5px;
  }

  #spring_festival .check-wrap .check-list {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  #spring_festival .check-wrap .check-list .se-class {
    width: 100%;
    writing-mode: initial;
  }

  #spring_festival .check-wrap .check-list .list {
    gap: 0;
    align-items: flex-start;
    width: 100%;
    border-radius: 0 0 4px 4px;
    flex-wrap: wrap;
	  margin-bottom: 30px;
  }
 #spring_festival .check-wrap .check-list .list .center-block {
  
	padding: 12px 20px 80px 20px; 
	margin-bottom: 20px;
	
}	
	

  #spring_festival .check-wrap .check-list .list .mm-dd .mm {
    font-size: 18px;
  }

  #spring_festival .check-wrap .check-list .list .mm-dd .dd {
    font-size: 24px;
  }

  #spring_festival .check-wrap .check-list + .check-list {
    margin-top: 20px;
  }

  #spring_festival .check-wrap .check-list .list .center-block .b-text span {
    display: block;
  }

  #spring_festival .check-wrap .check-list .list .center-block .b-text.type-t {
    padding-top: 0px;
  }

  #spring_festival .check-wrap .check-list .list .center-block .b-text em {
    position: absolute;
    top: 3px;
    right: -120px;
    color: #FFF;
    font-size: 14px;
    transform: rotate(5deg);
  }

  #spring_festival .b-banner {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    margin-top: 40px;
  }

  #spring_festival .b-banner .flow .flow-img {
   /* display: none;*/
  }
#spring_festival .b-banner .flow .flow-img.img09 {
  /*width: 220px;*/
	width: 150px;
  /*height: 98px;*/
  top: -75px;
	left: -30px;
}
#spring_festival .b-banner .flow .flow-img.img10 {
  /*width: 240px;*/
	width:  140px;
  /*height: 102px;*/
  left: initial;
  right: -20px;
  top: -75px;
}	
	
	
	

  #spring_festival .b-banner .flow {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  #spring_festival .b-banner .flow .flow-box {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  #spring_festival .b-banner .flow .flow-box.twin:after,
  #spring_festival .b-banner .flow .flow-box.twin:before,
  #spring_festival .b-banner .flow .flow-box:before {
    content: "↓";
    top: initial;
    bottom: -34px;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(0);
    width: fit-content;
  }

  #spring_festival .b-banner .flow .flow-box.twin:after {
    transform: translateX(80px);
  }

  #spring_festival .b-banner .flow .flow-box.twin:before {
    transform: translateX(-80px);
  }

  #spring_festival .b-banner .flow .flow-box-wrap {
    flex-direction: row;
    gap: 0 20px;
  }

  #spring_festival .b-banner .flow .flow-box-wrap .flow-box + .flow-box {
    margin-top: 0px;
  }

  #spring_festival .b-banner .qr,
  #spring_festival .b-banner .qr-box {
    width: 100%;
   /* background: #690904;*/
    padding: 10px;
  }
  #spring_festival .b-banner .qr .img,
  #spring_festival .b-banner .qr-box .img {
    background: #FFF;
    width: 60px;
    margin: auto;
  }
  #spring_festival .b-banner .qr .in-text,
  #spring_festival .b-banner .qr-box .in-text {
    text-align: center;
  }

  #spring_festival .l-banner {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
    padding: 15px;
    padding-top: 50px;
    border-radius: 8px;
  }

  #spring_festival .l-banner .icon {
    position: absolute;
    top: -15px;
    left: -10px;
    width: 100px;
  }

  #spring_festival .l-banner .box1 {
    width: 100%;
  }

  #spring_festival .l-banner .box1 .u-text {
    transform: rotate(-5deg) translate3d(30px, -20px, 0);
    width: fit-content;
  }

  #spring_festival .l-banner .box1 .f-box {
    width: 100%;
  }

  #spring_festival .l-banner .box1 .f-box .f-cont {
    width: 100%;
  }

  #spring_festival .l-banner .free-price {
    writing-mode: horizontal-tb;
    font-size: 40px;
  }

  #spring_festival .l-banner .schedule .period .dd {
    font-size: 28px;
  }

  #spring_festival .l-banner .schedule .period .dd span {
    font-size: 14px;
  }

  #spring_festival .l-banner .schedule .period + .period {
    justify-content: flex-end;
  }

  #spring_festival .inner + .inner {
    padding-top: 64px;
  }
}
