@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink, .promotion .sector-schedule .date, .promotion .sector-visual .action .btn-apply .live-date {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-start;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product,
.product-eco,
.fullservice {
  text-align: center;
}
.promotion [class^=sector-],
.product [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
  color: #999 !important;
  font-weight: 700;
  font-size: 3.0555555556vw;
  letter-spacing: -0.2083333333vw;
}
.promotion ::placeholder,
.product ::placeholder,
.product-eco ::placeholder,
.fullservice ::placeholder {
  color: #999 !important;
  font-weight: 700;
  font-size: 3.0555555556vw;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
    font-size: 22px;
  }
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
    letter-spacing: -1.5px;
  }
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
    font-size: 20px;
  }
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    font-size: 20px;
  }
}

.eduf-layer-apply .eduf-layer-title {
  text-align: center;
}
.eduf-layer-apply .eduf-layer-content .live-date {
  display: block;
  font-size: 4.1666666667vw;
  color: #222;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .live-date {
    font-size: 30px;
  }
}
.eduf-layer-apply .eduf-layer-content .title-desc {
  margin-bottom: 3.4722222222vw;
  font-size: 5vw;
  letter-spacing: -0.4166666667vw;
  color: #222;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .title-desc {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .title-desc {
    font-size: 36px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .title-desc {
    letter-spacing: -3px;
  }
}
.eduf-layer-apply .eduf-layer-content .title-desc strong {
  font-size: 5.8333333333vw;
  color: #fe0000;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .title-desc strong {
    font-size: 42px;
  }
}
.eduf-layer-apply .eduf-layer-content .img-popup {
  width: 100%;
  max-width: 100%;
}
.eduf-layer-apply .eduf-layer-content .text-box.nomember {
  padding: 3.3333333333vw 0 2.7777777778vw;
  font-size: 2.5vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .text-box.nomember {
    padding: 24px 0 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .text-box.nomember {
    font-size: 18px;
  }
}
.eduf-layer-apply .eduf-layer-content .text-box.nomember .highlight {
  color: #fe0000;
}
.eduf-layer-apply .eduf-layer-content .text-box.nomember a {
  background-color: #ffd500;
  margin-left: 1.1111111111vw;
  display: inline-block;
  color: #000;
  padding: 0 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .text-box.nomember a {
    margin-left: 8px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .text-box.nomember a {
    padding: 0 5px;
  }
}
.eduf-layer-apply .eduf-layer-content .form-group .form-title {
  min-width: 20.8333333333vw;
  flex-shrink: 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .form-group .form-title {
    min-width: 150px;
  }
}
.eduf-layer-apply .eduf-layer-content .form-group .form-control {
  flex: 1 0 0;
}
.eduf-layer-apply .eduf-layer-content .form-group .form-control .form-mid {
  width: auto !important;
}
.eduf-layer-apply .eduf-layer-content .form-group .form-btnbox {
  position: relative;
}
.eduf-layer-apply .eduf-layer-content .form-group .form-btnbox .timer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20.1388888889vw;
  font-size: 2.5vw;
  color: #ff0000;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .form-group .form-btnbox .timer {
    right: 145px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .form-group .form-btnbox .timer {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .form-group .form-btnbox .timer {
    letter-spacing: -1px;
  }
}
.eduf-layer-apply .eduf-layer-action button {
  width: 100%;
}

.promotion {
  overflow: hidden;
}
.promotion * {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 9.4444444444vw;
  height: 9.0277777778vw;
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_23.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    width: 68px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    height: 65px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
}
.promotion .fix-bottom img {
  margin-top: -20px;
}
.promotion .fix-bottom .icon-pointer:after {
  right: 20px;
}
.promotion .grid-a {
  grid-area: a;
}
.promotion .grid-b {
  grid-area: b;
}
.promotion .grid-c {
  grid-area: c;
}
.promotion .grid-d {
  grid-area: d;
}
.promotion .grid-e {
  grid-area: e;
}
.promotion .grid-f {
  grid-area: f;
}
.promotion .sector-visual {
  background-color: #1B1300;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/onlive/250630/pc/bg_visual.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.promotion .sector-visual .flag-live {
  position: absolute;
  top: 100px;
  left: 14px;
  animation-name: flagBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-start;
  animation-direction: normal;
}
@keyframes flagBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.promotion .sector-visual .action {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -53px;
  z-index: 1;
}
.promotion .sector-visual .action .btn-apply {
  display: inline-flex;
  -ms-box-align: center;
  align-items: center;
  gap: 32px;
  padding: 29px 57px 29px 33px;
  border-radius: 100px;
  background: #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 1px 0px 0px rgba(255, 255, 255, 0.3) inset;
}
.promotion .sector-visual .action .btn-apply:after {
  right: -13px;
}
.promotion .sector-visual .action .btn-apply .live-date {
  padding: 3px 12px 4px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.2px;
  border-radius: 30px;
  background: #FED13A;
}
.promotion .sector-visual .action .btn-apply .text {
  padding-right: 49px;
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.8px;
}
.promotion .sector-visual .action .btn-apply .text {
  position: relative;
  display: inline-block;
}
.promotion .sector-visual .action .btn-apply .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 3px;
  border-right-width: 3px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-visual .action .btn-apply .text::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-visual .action .btn-apply .text::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-visual .action .btn-apply .text::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-visual .action .btn-apply .text::before {
    right: 20px;
  }
}
.promotion .sector-visual .action .btn-apply .text:before {
  right: 0;
}
.promotion .sector-intro {
  background: #FFF0C2;
  background: linear-gradient(99deg, #FFF0C2 27.43%, #FFE490 76.89%, #FFE490 76.89%);
}
.promotion .sector-bar {
  background-color: #000;
}
.promotion .sector-bar .wrap {
  position: relative;
  padding: 28px 0;
}
.promotion .sector-bar .wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 147px;
  height: 68px;
  transform: translateX(-50%);
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/onlive/250630/pc/bg_deco_bar.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-size: 100% 100%;
  z-index: 1;
}
.promotion .sector-bar p {
  color: #FFA100;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -1.8px;
}
.promotion .sector-strategy {
  background: #FFDC74;
  background: linear-gradient(180deg, #FFDC74 -6.39%, #FFBF00 100%);
}
.promotion .sector-strategy .strategy-list {
  position: absolute;
  top: 428px;
  left: 50%;
  display: flex;
  flex-direction: column;
  -ms-box-pack: center;
  justify-content: center;
  gap: 36px;
  margin-left: 24px;
  text-align: left;
}
.promotion .sector-strategy .strategy-item {
  position: relative;
  display: flex;
  width: 407px;
  height: 93px;
  padding: 0 0 0 30px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #B7B7B7;
  background: #FFF;
}
.promotion .sector-strategy .strategy-item.on {
  border-color: #FFBF00;
  background: #FFF0C2;
}
.promotion .sector-strategy .strategy-item.on .strategy-num {
  background: #FFBF00;
  color: #000;
}
.promotion .sector-strategy .strategy-item.on .strategy-desc {
  color: #FFA100;
}
.promotion .sector-strategy .strategy-num {
  position: absolute;
  left: 7px;
  top: -14px;
  display: flex;
  width: 62px;
  padding: 5px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.36px;
  border-radius: 50px;
  background: #222;
  color: #fff;
}
.promotion .sector-strategy .strategy-desc {
  color: #222;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.2px;
}
.promotion .sector-strategy .strategy-desc span {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 21px;
}
.promotion .sector-schedule {
  background-color: #F7F7F7;
  padding-bottom: 100px;
}
.promotion .sector-schedule .date {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 200px;
  display: inline-block;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2.1;
  color: #fff;
}
.promotion .sector-schedule .date span {
  color: #FFBF00;
}
.promotion .sector-schedule .live-flag {
  position: absolute;
  top: 341px;
  left: 50%;
  margin-left: 360px;
}
.promotion .sector-schedule .secret-time {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 50px;
  margin: 0 auto 21px;
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1.2px;
  border-radius: 50px;
  background: #000;
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-start;
  animation-direction: normal;
}
.promotion .sector-schedule .secret-time .txt-color {
  color: #FFF500;
}
.promotion .sector-schedule .secret-time .num {
  font-family: "Roboto";
  padding-top: 2px;
}
.promotion .sector-schedule .time-list {
  display: grid;
  grid-template-areas: "a d" "b e" "c f";
  justify-content: center;
  width: 1100px;
  margin: 0 auto 30px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.promotion .sector-schedule .teacher-box {
  display: flex;
  align-items: center;
}
.promotion .sector-schedule .time-item {
  display: flex;
  -ms-box-pack: justify;
  justify-content: space-between;
  -ms-box-align: center;
  align-items: center;
  width: 488px;
  padding-right: 62px;
  background-color: #fff;
}
.promotion .sector-schedule .time-item.even-item {
  background-color: #FCFBFF;
}
.promotion .sector-schedule .time-item:nth-child(n+2) {
  border-left: 1px solid rgba(0, 0, 0, 0.13);
}
.promotion .sector-schedule .time-item + .time-item:not(:nth-child(4n)) {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.promotion .sector-schedule .time-class {
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.57px;
}
.promotion .sector-schedule .time-class dt, .promotion .sector-schedule .time-class dd {
  line-height: 1.4;
}
.promotion .sector-schedule .class-teacher {
  font-family: "Noto Sans KR";
  font-weight: 400;
}
.promotion .sector-schedule .time-about {
  color: #FFA100;
  font-family: "Noto Sans KR";
  font-size: 19px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.57px;
}
.promotion .sector-schedule .time-about span {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 900;
}
.promotion .sector-schedule .about-time {
  color: #666;
  font-family: "Noto Sans KR";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.57px;
}
.promotion .sector-schedule .secret-notice {
  margin-left: 50px;
  text-align: left;
  color: #000;
  font-family: "Noto Sans CJK KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: -0.7px;
  opacity: 0.6;
}
.promotion .sector-schedule .secret-notice .notice-item {
  line-height: 22px;
}
.promotion .sector-benefit {
  background-color: #fff;
  padding-bottom: 100px;
}
.promotion .sector-benefit .action button {
  border-radius: 60px;
  background: #000;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05) inset, 1px 1px 4px 0px rgba(255, 255, 255, 0.25) inset;
}
.promotion .sector-benefit .action button {
  position: relative;
  display: inline-block;
}
.promotion .sector-benefit .action button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 3px;
  border-right-width: 3px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-benefit .action button::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-benefit .action button::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-benefit .action button::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-benefit .action button::before {
    right: 20px;
  }
}
.promotion .sector-benefit .action button:before {
  right: 30px;
}
.promotion .sector-benefit .action button:after {
  right: -8px;
}
.promotion .sector-benefit .action button .text {
  padding: 27px 94px;
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1.3px;
}
.promotion .sector-benefit .action button .text .fc-point {
  color: #FFBF00;
}
.promotion .sector-notice {
  text-align: left;
  background-color: #F9F9F9;
}
.promotion .sector-notice .wrap {
  padding: 60px 54px;
  box-sizing: border-box;
}
.promotion .sector-notice .title-notice {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.promotion .sector-notice .title-notice ~ .title-notice {
  margin-top: 60px;
}
.promotion .sector-notice .title-notice-sub {
  display: block;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.7px;
}
.promotion .sector-notice .title-notice-sub ~ .title-notice-sub {
  margin-top: 30px;
}
.promotion .sector-notice .info-text-list li, .promotion .sector-notice .info-text-list p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.7px;
}
.promotion .sector-notice .info-text-list .dot-text {
  position: relative;
  padding-left: 10px;
}
.promotion .sector-notice .info-text-list .dot-text:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background-color: #666;
  position: absolute;
  top: 10px;
  left: 0;
}
.promotion .sector-notice .info-text-list .dash-text {
  position: relative;
  padding-left: 10px;
}
.promotion .sector-notice .info-text-list .dash-text:before {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.promotion .sector-notice .info-text-list .star-text {
  position: relative;
  padding-left: 10px;
}
.promotion .sector-notice .info-text-list .star-text:before {
  content: "*";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=web.css.map */