:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
.event_2024_04050003 .inner {
  max-width: 1080px;
}
.event_2024_04050003 .con_title {
  margin-bottom: 80px;
}
.event_2024_04050003 .con_title > h4 {
  font-size: 46px;
  font-weight: 900;
}
.event_2024_04050003 .con_title > h5 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
.event_2024_04050003 .con_title > h4 + h5 {
  margin-top: 10px;
}
.event_2024_04050003 .con_title > h5 + h4 {
  margin-top: 5px;
}
.event_2024_04050003 .sub_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event_2024_04050003 .sub_title .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #8df6e2;
}
.event_2024_04050003 .sub_title .text {
  margin: 0 25px;
  color: #8b09e6;
  font-size: 24px;
  font-weight: 900;
}
.event_2024_04050003 .sub_title_text {
  margin-bottom: 45px;
  color: #101010;
  font-size: 36px;
  font-weight: 700;
}
.event_2024_04050003 .sub_title_text span {
  color: #8b09e6;
}
.event_2024_04050003 .case_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.event_2024_04050003 .case_wrap .case {
  width: 100%;
  border: 1px solid #b7b4ac;
  border-radius: 10px;
  overflow: hidden;
}
.event_2024_04050003 .case_wrap .case_deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  background-color: #ececec;
}
.event_2024_04050003 .case_wrap .case_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 30px 0;
  background-color: #ffffff;
  gap: 23px;
}
.event_2024_04050003 .case_wrap .case_inner .text {
  position: relative;
  padding-right: 25px;
  padding-bottom: 42px;
}
.event_2024_04050003 .case_wrap .case_inner .text_who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 17px;
  color: #b9b9b9;
  font-size: 15px;
  font-weight: 300;
}
.event_2024_04050003 .case_wrap .case_inner .text_who b {
  margin-right: 7px;
  color: #000;
  font-size: 18px;
}
.event_2024_04050003 .case_wrap .case_inner .text_desc {
  line-height: 1.7;
  color: #929292;
  font-size: 19px;
  text-align: left;
}
.event_2024_04050003 .case_wrap .case_inner .text_desc span {
  display: inline-block;
  height: 25px;
  line-height: 24px;
  padding: 0 2px;
  color: #fff;
  font-weight: 700;
  background-color: #8c06e7;
}
.event_2024_04050003 .case_wrap .case_inner .text_desc b {
  color: #000000;
}
.event_2024_04050003 .case_wrap .case_inner .text > img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.event_2024_04050003 .case_wrap + .tiny_noti {
  display: block;
  margin-top: 10px;
  color: #9d9d9d;
  font-size: 13px;
  text-align: right;
}
.event_2024_04050003 h6 {
  margin: 70px 0 58px 0;
  line-height: 1.6;
  color: #636363;
  font-size: 25px;
}
.event_2024_04050003 h6 span {
  color: #8b09e6;
  font-weight: 700;
}
.event_2024_04050003 .btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 437px;
  height: 75px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #111111;
}

.evMain {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0405_branding/main_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.evMain .con_title {
  width: initial !important;
  margin: 0 -63px;
}

.evBanner {
  background-color: #00e4ff;
}
.evBanner:has(ul) {
  background-color: #00ffea;
}
.evBanner.on {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 3;
}
.evBanner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  gap: 96px;
}
.evBanner .inner:has(ul) {
  max-width: 1000px;
  height: auto;
  gap: 0;
  display: block;
}
.evBanner h6 {
  margin: initial !important;
  color: #260040;
  font-size: 22px;
  font-weight: 600;
}
.evBanner h6 > img {
  margin-right: 18px;
}
.evBanner h6 span {
  color: #9900ff;
}
.evBanner h6 + a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 40px;
  color: #fff;
  font-size: 15px;
  background-color: #12001e;
  border-radius: 40px;
}
.evBanner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  position: relative;
}
.evBanner ul::before {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0405_branding/banner_mid.jpg");
  position: absolute;
  width: 31px;
  height: 80px;
  content: "";
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin-left: -2px;
}
.evBanner ul li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.evBanner ul li p {
  font-size: 18px;
  font-weight: 900;
}
.evBanner ul li p span {
  color: #9900ff;
}
.evBanner ul li a {
  color: #260040;
  font-size: 15px;
  line-height: 30px;
  border: 1px solid #5cacb6;
  border-radius: 30px;
  padding: 0 25px;
}
.evBanner ul li:last-child:after {
  position: absolute;
  width: 1500px;
  height: 80px;
  content: "";
  display: block;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  top: 50%;
  background: #00e4ff;
  z-index: -1;
  margin-left: 13px;
}

.evCon1 {
  padding: 200px 0 300px 0;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0405_branding/con1_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.evCon1 .con_title > h4 {
  background-image: linear-gradient(45deg, #4af0d6, #8c03e7);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.evCon1 .con_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 186px 250px;
  max-width: 1080px;
  margin: 0 auto;
}
.evCon1 .con_box .tiny_noti {
  position: absolute;
  left: -3px;
  bottom: -200px;
  color: #767676;
  font-size: 13px;
  text-align: left;
}

.evCon2 {
  padding: 168px 0 120px 0;
  background-color: #bafff2;
}
.evCon2 .con_title {
  margin-bottom: 70px;
}
.evCon2 .con_title > h4 {
  color: #8b09e6;
}
.evCon2 .con_title > h5 {
  color: #000000;
}
.evCon2 .package_wrap {
  position: relative;
  margin-bottom: 50px;
  padding: 50px 40px;
  background-color: #7effe6;
  border-radius: 10px;
}
.evCon2 .package_wrap .point {
  position: absolute;
  top: -100px;
  right: -100px;
  z-index: 2;
}
.evCon2 .package_wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.evCon2 .package_wrap .package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-content: center;
}
.evCon2 .package_wrap .package_title {
  margin-bottom: 20px;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
}
.evCon2 .package_wrap .package_title span {
  color: #8b09e6;
}
.evCon2 .package_wrap .package_inner {
  position: relative;
  padding: 50px 20px 25px 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.evCon2 .package_wrap .package_inner .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.evCon2 .package_wrap .package_inner .box_wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  width: 92px;
  height: 80px;
  margin-left: 4px;
  padding: 0 10px;
  line-height: 1.3;
  color: #222222;
  font-size: 14px;
  text-align: left;
  letter-spacing: -1.5px;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.evCon2 .package_wrap .package_inner .box_wrap .box i {
  position: absolute;
  top: -26px;
  left: 5px;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
.evCon2 .package_wrap .package_inner .box_wrap .box span {
  color: #8b09e6;
}
.evCon2 .package_wrap .package_inner .box_wrap .box:first-of-type {
  margin-left: 0;
}
.evCon2 .package_wrap .package_inner .box_wrap .box.plus {
  position: relative;
  margin-left: 10px;
}
.evCon2 .package_wrap .package_inner .box_wrap .box.plus::before {
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0405_branding/con2_icon_plus.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.evCon2 .package_wrap .package_inner .price {
  margin-top: 15px;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
}
.evCon2 .package_wrap .package_inner .example {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #bcbcbc;
  font-size: 13px;
}
.evCon2 .package_wrap .tiny_noti {
  margin-top: 22px;
  line-height: 1.2;
  color: #222222;
  font-size: 14px;
  text-align: left;
  font-family: "NotoSans KR";
}

.evCon3 {
  position: relative;
  padding: 100px 0 124px 0;
  background-color: #7effe6;
}
.evCon3::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 60px;
  height: 30px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0405_branding/con3_top_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.evCon3 h6 {
  margin-bottom: 12px;
}
.evCon3 h6 + .tiny_noti {
  color: #5b5b5b;
  font-size: 13px;
  font-family: "NotoSans KR";
}

.evCon4 {
  position: relative;
  padding: 100px 0 170px 0;
  background-color: #bafff2;
}
.evCon4::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 60px;
  height: 30px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0405_branding/con4_top_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.evCon4 .contents {
  position: relative;
}
.evCon4 .contents_title {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #000000;
  border-radius: 40px;
}
.evCon4 .contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 30px 47px 30px;
  background-color: #7effe6;
  border-radius: 10px;
}
.evCon4 .contents_inner > img {
  margin: 0 16px;
}
.evCon4 .contents_inner > img:last-of-type {
  position: absolute;
  right: -48px;
  bottom: -15px;
  margin: 0;
}
.evCon4 .contents_inner .here {
  position: relative;
}
.evCon4 .contents_inner .here > img:last-of-type {
  position: absolute;
  top: -15px;
  left: -48px;
}

.evCon5 {
  padding: 170px 0;
  background-color: #390a70;
}
.evCon5 .con_title > h4 {
  background-image: linear-gradient(45deg, #4af0d6, #8c03e7);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.evCon5 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.evCon5 .box_wrap .box {
  width: calc(50% - 11px);
  padding: 40px 0;
  background-color: #491584;
  border-radius: 10px;
}
.evCon5 .box_wrap .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}
.evCon5 .box_wrap .box_title span {
  color: #49eed5;
}

.evCon6 {
  padding: 170px 0;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0405_branding/con6_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.evCon6 .con_title > h4 {
  background-image: linear-gradient(45deg, #4af0d6, #8c03e7);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.evCon6 .letter > img:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.evCon6 .bottom_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.evCon6 .bottom_text p {
  padding: 2px 5px;
  color: #fff;
  font-size: 28px;
  background-color: #8d02e7;
}
.evCon6 .bottom_text p span {
  color: #48f0d5;
  font-weight: 900;
}

.event .con_title {
  position: relative;
  margin-bottom: 55px;
}
.event .con_title .end::after {
  background-color: #f53043;
}
.event .con_title > img {
  margin-bottom: 7px;
}
.event .con_title h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  font-size: 55px;
}
.event .con_title h4 > img {
  margin-bottom: 6px;
}
.event .con_title h5 {
  line-height: 1.6;
  color: #282828;
  font-size: 22px;
  font-weight: 700;
}
.event .con_title > h4 + h5 {
  margin-top: 43px;
}
.event .container_info {
  max-width: 1000px;
  height: 60px;
  font-size: 17.8px;
  background-color: #efe2ff;
}
.event .container_info .info_title {
  font-weight: 700;
}
.event .container_info .info_date {
  font-weight: 700;
}
.event .container_info .info .noti {
  color: #f34f4f;
  font-size: 12px;
  font-weight: 400;
}
.event .gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  margin: 60px 0;
}
.event .eventBoard .evtBoard_common .evtBoard_inner {
  background-color: #7f22d6;
  border-radius: 10px 10px 0 0;
}
.event .eventBoard .evtBoard_common .evtBoard_inner .board_write {
  padding: 0 166px 0 0;
}
.event .eventBoard .evtBoard_common .evtBoard_inner .board_write .btn_wrap {
  width: 156px;
}
.event .eventBoard .evtBoard_common .evtBoard_inner .board_write .btn_wrap a {
  background-color: #41146a;
}
.event .eventBoard .evtBoard_common .evtBoard_inner .board_notice li {
  font-size: 11px;
}

.event1 {
  padding: 180px 0;
  background-color: #d8b6ff;
}

.event2 {
  padding: 180px 0 240px 0;
  background-color: #48f1d5;
}
.event2 .con_title::before {
  position: absolute;
  top: -54px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 828px;
  height: 170px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0405_branding/event2_title_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.event2 .con_box {
  margin: 0 40px;
}
.event2 .container_info {
  background-color: #91f7e6;
}
.event2 .share_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.event2 .share_box li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding-top: 25px;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.event2 .share_box li a {
  display: block;
  width: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-family: "NotoSans KR";
  background: #000;
}
.event2 .share_box li:not(:last-child):before {
  position: absolute;
  width: 1px;
  height: 119%;
  content: "";
  display: block;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  top: 50%;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0405_branding/event2_share_deco.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.event2 .step_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.event2 .step_wrap .step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 280px;
  padding-top: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.event2 .step_wrap .step::before {
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 16px;
  height: 26px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0405_branding/event2_step_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.event2 .step_wrap .step:last-of-type::before {
  display: none;
}
.event2 .step_wrap .step i {
  margin-bottom: 20px;
  color: #006756;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
.event2 .step_wrap .step p {
  line-height: 1.4;
  margin-top: 16px;
  margin-bottom: 12px;
  color: #121212;
  font-size: 18px;
  font-weight: 700;
}
.event2 .step_wrap .step button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #000000;
  border-radius: 40px;
}
.event2 .step_wrap .step button > img {
  margin-left: 7px;
}
.event2 .step_wrap .step > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00b799;
  font-size: 14px;
  font-weight: 700;
}
.event2 .step_wrap .step > div span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 15px;
  color: #000000;
  background-color: #48f1d5;
  border-radius: 40px;
}
.event2 .eventBoard .evtBoard_common .evtBoard_inner {
  background-color: #00b99a;
  border-radius: 10px 10px;
}
.event2 .eventBoard .evtBoard_common .evtBoard_inner .board_write .btn_wrap a {
  background-color: #006756;
}
.event2 .eventBoard .evtBoard_common .evtBoard_inner .info_wrap.with_tip .tip_list {
  color: #fff;
  font-size: 13px;
  font-family: "NotoSans KR";
}
.event2 .eventBoard .evtBoard_common .evtBoard_inner .info_wrap.with_tip .tip_list li:last-of-type {
  color: #004d40;
}
.event2 .eventBoard .evtBoard_common .evtBoard_inner .info_wrap.with_tip button {
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  font-family: "NotoSans KR";
  border-bottom: 0;
}
.event2 .dim_bnrwrp {
  z-index: 100 !important;
}
.event2 .dim_popup.sns {
  z-index: 1000 !important;
}

@media screen and (max-width: 1200px) {
  .evMain .con_title {
    width: initial !important;
    margin: 0 -13vw;
  }
  .evCon2 .package_wrap {
    margin-top: 100px;
  }
  .evCon2 .package_wrap .point {
    right: 0;
    width: 20%;
  }
  .evCon2 .package_wrap .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .evCon2 .package_wrap .tiny_noti {
    text-align: center;
  }
  .event .eventBoard .evtBoard_common .evtBoard_inner .board_write {
    padding: 0;
  }
  .event .eventBoard .evtBoard_common .evtBoard_inner .board_write .btn_wrap {
    width: 100%;
  }
  .event2 .con_box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .event_2024_04050003 .con_title {
    margin-bottom: 6vw;
  }
  .event_2024_04050003 .con_title > h4 {
    font-size: 40px;
  }
  .event_2024_04050003 .con_title > h5 {
    font-size: 22px;
  }
  .event_2024_04050003 .sub_title .text {
    margin: 0 15px;
    font-size: 22px;
  }
  .event_2024_04050003 .sub_title_text {
    margin-bottom: 25px;
    font-size: 26px;
  }
  .event_2024_04050003 .case_wrap .case_inner {
    gap: 20px;
  }
  .event_2024_04050003 .case_wrap .case_inner .text {
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .event_2024_04050003 .case_wrap .case_inner .text_who {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .event_2024_04050003 .case_wrap .case_inner .text_who b {
    margin-right: 7px;
    font-size: 14px;
  }
  .event_2024_04050003 .case_wrap .case_inner .text_desc {
    font-size: 14px;
  }
  .event_2024_04050003 .case_wrap .case_inner .text_desc span {
    height: 22px;
    line-height: 21px;
  }
  .event_2024_04050003 .case_wrap + .tiny_noti {
    margin-top: 10px;
    font-size: 9px;
  }
  .event_2024_04050003 h6 {
    margin: 60px 0 40px 0;
    font-size: 20px;
  }
  .event_2024_04050003 .btn_link {
    width: 400px;
    height: 70px;
    font-size: 16px;
  }
  .evCon1 {
    padding: 10vw 0 16vw 0;
  }
  .evCon1 .con_box {
    gap: 10vw 20vw;
  }
  .evCon1 .con_box .tiny_noti {
    left: 0;
    bottom: -10vw;
    font-size: 9px;
  }
  .evBanner .inner:has(ul) {
    width: 98%;
  }
  .evBanner ul::before {
    display: none;
  }
  .evBanner ul li {
    gap: clamp(1rem, 2vmin, 2rem);
  }
  .evBanner ul li p {
    font-size: clamp(1.5rem, 2vmin, 1.8rem);
  }
  .evBanner ul li a {
    font-size: clamp(1.3rem, 1.5vmin, 1.5rem);
    line-height: clamp(2rem, 3vmin, 3rem);
    padding: 0 10px;
  }
  .evBanner ul li:last-child::after {
    margin-left: 0;
  }
  .evCon2 {
    padding: 10vw 0;
  }
  .evCon2 .package_wrap .tiny_noti {
    font-size: 9px;
  }
  .evCon3 {
    padding: 10vw 0;
  }
  .evCon3 h6 {
    margin-bottom: 10px !important;
  }
  .evCon3 h6 + .tiny_noti {
    font-size: 9px;
  }
  .evCon4 {
    padding: 10vw 0;
  }
  .evCon4 .contents {
    margin-top: 8vw;
  }
  .evCon4 .contents_title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .evCon4 .contents_inner .here > img:last-of-type {
    top: -34px;
    left: -5vw;
    width: 30%;
  }
  .evCon4 .contents_inner > img:last-of-type {
    width: 20%;
  }
  .evCon5 {
    padding: 10vw 0;
  }
  .evCon5 .box_wrap {
    gap: 10px;
  }
  .evCon5 .box_wrap .box {
    width: calc(50% - 5px);
  }
  .evCon5 .box_wrap .box_title {
    font-size: 18px;
  }
  .evCon5 .box_wrap .box > img {
    width: 90%;
  }
  .evCon6 {
    padding: 10vw 0;
  }
  .evCon6 .bottom_text p {
    font-size: 22px;
  }
  .event .con_title {
    margin-bottom: 6vw;
  }
  .event .con_title h4 {
    gap: 20px;
    font-size: 55px;
  }
  .event .con_title h5 {
    font-size: 18px;
  }
  .event .con_title > h4 + h5 {
    margin-top: 30px;
  }
  .event .container_info {
    height: initial;
    font-size: 14px;
  }
  .event .container_info .info .noti {
    font-size: 11px;
  }
  .event .gift {
    gap: 30px;
    margin: 7vw 0;
  }
  .event1 {
    padding: 10vw 0;
  }
  .event2 {
    padding: 10vw 0;
  }
  .event2 .con_title::before {
    top: -5vw;
    width: 100%;
    height: 170px;
  }
  .event2 .share_box {
    margin-bottom: 7vw;
  }
  .event2 .share_box li {
    padding-top: 25px;
    gap: 20px;
  }
  .event2 .share_box li a {
    line-height: 50px;
    font-size: 14px;
  }
  .event2 .share_box li:not(:last-child):before {
    position: absolute;
    width: 1px;
    height: 119%;
    content: "";
    display: block;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    top: 50%;
  }
  .event2 .step_wrap {
    gap: 30px;
  }
  .event2 .step_wrap .step {
    height: 260px;
    padding-top: 20px;
  }
  .event2 .step_wrap .step::before {
    right: -24px;
    width: 16px;
    height: 26px;
  }
  .event2 .step_wrap .step i {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .event2 .step_wrap .step p {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .event2 .step_wrap .step button {
    padding: 11px 30px;
    font-size: 14px;
  }
  .event2 .step_wrap .step > div {
    font-size: 12px;
  }
  .event2 .step_wrap .step > div span {
    margin-bottom: 5px;
    padding: 2px 15px;
  }
  .event2 .eventBoard .evtBoard_common .evtBoard_inner .info_wrap.with_tip .tip_list {
    font-size: 11px;
  }
  .event2 .eventBoard .evtBoard_common .evtBoard_inner .info_wrap.with_tip button {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .event_2024_04050003 .con_title > h4 {
    font-size: 30px;
  }
  .event_2024_04050003 .con_title > h5 {
    font-size: 20px;
  }
  .event_2024_04050003 .sub_title .text {
    margin: 0 10px;
    font-size: 20px;
  }
  .event_2024_04050003 .sub_title_text {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .event_2024_04050003 .case_wrap .case_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 30px;
    gap: 20px;
  }
  .event_2024_04050003 h6 {
    margin: 10vw 0 6vw 0;
    font-size: 16px;
  }
  .evBanner .inner {
    height: 80px;
    gap: 30px;
  }
  .evBanner h6 {
    font-size: 16px;
  }
  .evBanner h6 > img {
    margin-right: 8px;
  }
  .evBanner h6 + a {
    padding: 6px 30px;
    font-size: 14px;
  }
  .evBanner ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
  .evCon1 .con_box {
    gap: 30px;
  }
  .evCon1 .con_box > img {
    width: 40%;
  }
  .evCon2 .package_wrap {
    margin-top: 10vw;
    margin-bottom: 5vw;
    padding: 30px 30px;
  }
  .evCon2 .package_wrap .point {
    top: -9vw;
  }
  .evCon2 .package_wrap .wrap {
    gap: 20px;
  }
  .evCon2 .package_wrap .package {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .evCon2 .package_wrap .package_title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .evCon2 .package_wrap .package_inner {
    width: 100%;
    padding: 50px 20px 25px 20px;
  }
  .evCon2 .package_wrap .package_inner .box_wrap .box {
    width: 92px;
    height: 80px;
    margin-left: 4px;
    padding: 0 10px;
    font-size: 13px;
  }
  .evCon2 .package_wrap .package_inner .box_wrap .box i {
    top: -26px;
    left: 5px;
    font-size: 14px;
  }
  .evCon2 .package_wrap .package_inner .price {
    margin-top: 15px;
    font-size: 22px;
  }
  .evCon2 .package_wrap .package_inner .example {
    right: 5px;
    bottom: 5px;
    font-size: 9px;
  }
  .evCon3 .con_box > img {
    margin: 4vw 0 4vw 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .evCon4 .contents_inner {
    padding: 60px 10px 47px 10px;
  }
  .evCon4 .contents_inner > img {
    width: 20px;
    margin: 0 10px;
  }
  .evCon4 .contents_inner > img:last-of-type {
    right: -10px;
    bottom: -15px;
    width: 15%;
  }
  .evCon6 .bottom_text p {
    font-size: 16px;
  }
  .event .con_title {
    margin-bottom: 6vw;
  }
  .event .con_title h4 {
    gap: 10px;
    font-size: 40px;
  }
  .event .con_title h5 {
    font-size: 18px;
  }
  .event .con_title > h4 + h5 {
    margin-top: 30px;
  }
  .event .container_info {
    font-size: 12px;
  }
  .event .gift {
    gap: 20px;
  }
  .event .gift > img {
    width: 45%;
  }
  .event2 .step_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
    margin: 0 auto;
  }
  .event2 .step_wrap .step {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
  .event2 .step_wrap .step::before {
    top: initial;
    left: 50%;
    right: initial;
    bottom: -28px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    width: 16px;
    height: 26px;
  }
  .event2 .step_wrap .step:last-of-type {
    height: 200px;
  }
  .event2 .share_box {
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .event2 .share_box li {
    grid-area: 1/1/2/3;
  }
  .event2 .share_box li img {
    max-width: 45px;
  }
  .event2 .share_box li a {
    font-size: clamp(1.2rem, 1.4vmin, 1.4rem);
    line-height: clamp(3.5rem, 5vmin, 5rem);
  }
  .event2 .share_box li:nth-child(2) {
    grid-area: 1/3/2/5;
  }
  .event2 .share_box li:nth-child(3) {
    grid-area: 1/5/2/7;
  }
  .event2 .share_box li:nth-child(3)::before {
    display: none;
  }
  .event2 .share_box li:nth-child(4) {
    grid-area: 2/1/3/4;
  }
  .event2 .share_box li:nth-child(5) {
    grid-area: 2/4/3/7;
  }
}
@media screen and (max-width: 576px) {
  .event_2024_04050003 .con_title > h4 {
    font-size: 26px;
  }
  .event_2024_04050003 .con_title > h5 {
    font-size: 16px;
  }
  .event_2024_04050003 .sub_title .text {
    margin: 0 10px;
    font-size: 18px;
  }
  .event_2024_04050003 .sub_title_text {
    margin-bottom: 5vw;
    font-size: 18px;
  }
  .event_2024_04050003 .case_wrap .case_inner {
    padding: 30px 10px;
  }
  .event_2024_04050003 .case_wrap .case_inner .text {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .event_2024_04050003 .case_wrap .case_inner .text_desc {
    font-size: 12px;
  }
  .event_2024_04050003 h6 {
    margin: 10vw 0 6vw 0;
    font-size: 16px;
  }
  .event_2024_04050003 .btn_link {
    width: 100%;
    height: 60px;
  }
  .evBanner .inner {
    height: 60px;
    gap: 10px;
  }
  .evBanner h6 {
    position: relative;
    padding-left: 35px;
    font-size: 12px;
    text-align: left;
  }
  .evBanner h6 > img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 30px;
    margin-right: 0;
  }
  .evBanner h6 + a {
    padding: 6px 15px;
    font-size: 12px;
  }
  .evCon1 {
    padding: 10vw 0 20vw 0;
  }
  .evCon1 .con_box {
    gap: 10px;
  }
  .evCon1 .con_box > img {
    width: 40%;
  }
  .evCon1 .con_box .tiny_noti {
    bottom: -15vw;
  }
  .evCon2 .package_wrap {
    padding: 30px 10px;
  }
  .evCon2 .package_wrap .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .evCon2 .package_wrap .point {
    top: -9vw;
    width: 28%;
  }
  .evCon2 .package_wrap .package {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
  .evCon2 .package_wrap .package_inner {
    padding: 50px 10px 25px 10px;
  }
  .evCon2 .package_wrap .package_inner .box_wrap .box {
    width: 92px;
    height: 80px;
    margin-left: 4px;
    padding: 0 10px;
    font-size: 13px;
  }
  .evCon2 .package_wrap .package:last-of-type .package_inner .box_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 360px;
    margin: 0 auto;
  }
  .evCon2 .package_wrap .package:last-of-type .package_inner .box_wrap .box.plus {
    margin-top: 10px;
    margin-left: 0;
  }
  .evCon2 .package_wrap .package:last-of-type .package_inner .box_wrap .box.plus::before {
    top: -9.5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .evCon2 .package_wrap .package:last-of-type .package_inner .box_wrap .box.plus i {
    top: 0;
    left: -32px;
  }
  .evCon4 .contents {
    margin-top: 12vw;
  }
  .evCon4 .contents_title {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 14px;
  }
  .evCon4 .contents_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .evCon4 .contents_inner .here > img:last-of-type {
    top: -74px;
    left: -10px;
    width: 30%;
  }
  .evCon4 .contents_inner > img {
    margin: 30px 0;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .evCon4 .contents_inner > img:last-of-type {
    width: 20%;
    -webkit-transform: initial;
            transform: initial;
  }
  .evCon5 .box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .evCon5 .box_wrap .box {
    width: 100%;
  }
  .evCon5 .box_wrap .box_title {
    font-size: 18px;
  }
  .event .con_title > img {
    width: 35%;
  }
  .event .con_title h4 {
    font-size: 25px;
  }
  .event .con_title h4 > img {
    width: 35px;
  }
  .event .con_title h5 {
    font-size: 14px;
  }
  .event2 .con_title::before {
    top: -15vw;
  }
  .event2 .step_wrap {
    width: 80%;
  }
}/*# sourceMappingURL=style.css.map */