@charset "UTF-8";
body {
  background: url("../img/bg/headbg.png") right top/60% no-repeat, url("../img/bg/footbg.png") left bottom/50% no-repeat;
}

.sc_map {
  position: relative;
  width: 100%;
  background: url(../img/update202603/courses/map_bg.jpg) center/100% 100% no-repeat;
}
.sc_map .body_topbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg/headbg.png") right top/60% no-repeat;
  pointer-events: none;
}
.sc_map #ground {
  position: relative;
  width: 100%;
  max-width: 1300px;
  aspect-ratio: 1300/750;
  margin: 0 auto;
  background: transparent;
  display: block;
  background: url(../img/update202603/courses/map_road_test_2.png) center/100% 100% no-repeat;
  perspective: 1000px;
}
.sc_map #ground .map-item {
  position: absolute;
  width: 20%;
  aspect-ratio: 1/1;
  cursor: pointer;
  z-index: 5;
  background-color: rgba(255, 0, 0, 0);
  top: 50%;
  left: 50%;
}
.sc_map #ground .map-item-cir {
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateX(70deg);
  transform-style: preserve-3d;
}
.sc_map #ground .map-item-cir::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/update202603/courses/cir.png) center/100% 100% no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
  animation: rotateCir 2s linear infinite;
  animation-play-state: paused;
  pointer-events: none;
}
.sc_map #ground .map-item:hover .map-item-cir::before {
  opacity: 1;
  animation-play-state: running;
}
@keyframes rotateCir {
  0% {
    transform: rotate(0deg) scale(1);
    filter: brightness(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
    filter: brightness(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
    filter: brightness(1);
  }
}
.sc_map #ground .map-item#item-appl {
  transform: translate(-220%, -12%);
}
.sc_map #ground .map-item#item-elec {
  transform: translate(90%, 7%);
}
.sc_map #ground .map-item#item-ill {
  transform: translate(-144%, -78%);
}
.sc_map #ground .map-item#item-matl {
  transform: translate(-10%, 50%);
}
.sc_map #ground .map-item#item-obj {
  transform: translate(13%, -77%);
}
.sc_map #ground .map-item#item-proc {
  transform: translate(-131%, 34%);
}
.sc_map #ground .king {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.1538461538%;
  z-index: 1;
  transform: translate(170%, 81%);
}

.sc_category {
  position: relative;
  width: 100%;
  padding: 7.5rem 0 0;
}
.sc_category .head {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.sc_category .head .label {
  position: relative;
  width: 100%;
  margin: 1.5625rem 0 0;
  padding: 10px 0;
  background-color: #E87C7C;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.3125rem;
  border-radius: 35px;
}
.sc_category .head .label::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 60px;
  width: 16px;
  height: 19px;
  background-color: #E87C7C;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.sc_category.obj .head .label {
  background-color: #E87C7C;
}
.sc_category.obj .head .label::after {
  background-color: #E87C7C;
}
.sc_category.appl .head .label {
  background-color: #E089D8;
}
.sc_category.appl .head .label::after {
  background-color: #E089D8;
}
.sc_category.ill .head .label {
  background-color: #8D79C6;
}
.sc_category.ill .head .label::after {
  background-color: #8D79C6;
}
.sc_category.elec .head .label {
  background-color: #5EA580;
}
.sc_category.elec .head .label::after {
  background-color: #5EA580;
}
.sc_category.matl .head .label {
  background-color: #E5A76A;
}
.sc_category.matl .head .label::after {
  background-color: #E5A76A;
}
.sc_category.proc .head .label {
  background-color: #B5856B;
}
.sc_category.proc .head .label::after {
  background-color: #B5856B;
}
.sc_category .cont {
  position: relative;
  width: 100%;
  margin: 1.25rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 40px;
}
.sc_category .cont .w {
  position: relative;
  flex: 1;
  font-size: 1.1875rem;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.0625rem;
  line-height: 1.5;
}
.sc_category .cont .pic {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: -80px 0 0;
}
.sc_category .cont .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.sc_courses .courses_filter {
  position: relative;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px 0;
}
.sc_courses .courses_filter .difficulty {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  color: #000;
}
.sc_courses .courses_filter .difficulty .stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.sc_courses .courses_filter .difficulty .stars .star {
  position: relative;
  width: 25px;
  height: 25px;
  background: url(../img/update202603/courses/star_e.png) center/100% 100% no-repeat;
  margin: 0 5px;
  cursor: pointer;
}
.sc_courses .courses_filter .difficulty .stars .star:hover, .sc_courses .courses_filter .difficulty .stars .star:hover ~ .star, .sc_courses .courses_filter .difficulty .stars .star.active, .sc_courses .courses_filter .difficulty .stars .star.active ~ .star {
  background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
}
.sc_courses .courses_filter .category {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  white-space: nowrap;
  color: #000;
}
.sc_courses .courses_filter .category .btns {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.sc_courses .courses_filter .category .btns .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0.3125rem;
  padding: 0.3125rem 0.625rem;
  font-size: 1.125rem;
  color: #464646;
  border-radius: 0.3125rem;
  border: 1px solid #ABABAB;
  background-color: transparent;
  transition: all 0.2s ease-out;
}
.sc_courses .courses_filter .category .btns .btn:hover, .sc_courses .courses_filter .category .btns .btn.active {
  color: #fff;
  background-color: #038B9A;
  border: 1px solid #038B9A;
}
.sc_courses .courses_filter .category .btns .btn.b_appl:hover, .sc_courses .courses_filter .category .btns .btn.b_appl.active {
  color: #fff;
  background-color: #E089D8;
  border: 1px solid #E089D8;
}
.sc_courses .courses_filter .category .btns .btn.b_ill:hover, .sc_courses .courses_filter .category .btns .btn.b_ill.active {
  color: #fff;
  background-color: #8D79C6;
  border: 1px solid #8D79C6;
}
.sc_courses .courses_filter .category .btns .btn.b_obj:hover, .sc_courses .courses_filter .category .btns .btn.b_obj.active {
  color: #fff;
  background-color: #E87C7C;
  border: 1px solid #E87C7C;
}
.sc_courses .courses_filter .category .btns .btn.b_elec:hover, .sc_courses .courses_filter .category .btns .btn.b_elec.active {
  color: #fff;
  background-color: #5EA580;
  border: 1px solid #5EA580;
}
.sc_courses .courses_filter .category .btns .btn.b_matl:hover, .sc_courses .courses_filter .category .btns .btn.b_matl.active {
  color: #fff;
  background-color: #E5A76A;
  border: 1px solid #E5A76A;
}
.sc_courses .courses_filter .category .btns .btn.b_proc:hover, .sc_courses .courses_filter .category .btns .btn.b_proc.active {
  color: #fff;
  background-color: #B5856B;
  border: 1px solid #B5856B;
}
.sc_courses .switch_wrap {
  text-align: center;
  padding-bottom: 20px;
}
.sc_courses .switch_tabs {
  max-width: 50em;
}
.sc_courses .switch_tabs .tab img {
  max-width: 100%;
  filter: grayscale(100%);
  transition: filter 500ms;
}
.sc_courses .switch_tabs .tab:hover img {
  filter: grayscale(30%);
}
.sc_courses .switch_tabs .tab.is_active img {
  filter: grayscale(0%);
}

.sc_lesson {
  position: relative;
  width: 100%;
  padding: 7.5rem 0 0;
}
.sc_lesson.appl .breadcrumbs .items .item:nth-child(3):hover {
  color: #fff;
  background-color: #E089D8;
  border: 1px solid #E089D8;
}
.sc_lesson.appl .cont .cont_top .label {
  background-color: #E089D8;
}
.sc_lesson.appl .cont .cont_top .label::before {
  background-color: #E089D8;
}
.sc_lesson.appl .cont .cont_top .label::after {
  background-color: #E089D8;
}
.sc_lesson.ill .breadcrumbs .items .item:nth-child(3):hover {
  color: #fff;
  background-color: #8D79C6;
  border: 1px solid #8D79C6;
}
.sc_lesson.ill .cont .cont_top .label {
  background-color: #8D79C6;
}
.sc_lesson.ill .cont .cont_top .label::before {
  background-color: #8D79C6;
}
.sc_lesson.ill .cont .cont_top .label::after {
  background-color: #8D79C6;
}
.sc_lesson.obj .breadcrumbs .items .item:nth-child(3):hover {
  color: #fff;
  background-color: #E87C7C;
  border: 1px solid #E87C7C;
}
.sc_lesson.obj .cont .cont_top .label {
  background-color: #E87C7C;
}
.sc_lesson.obj .cont .cont_top .label::before {
  background-color: #E87C7C;
}
.sc_lesson.obj .cont .cont_top .label::after {
  background-color: #E87C7C;
}
.sc_lesson.elec .breadcrumbs .items .item:nth-child(3):hover {
  color: #fff;
  background-color: #5EA580;
  border: 1px solid #5EA580;
}
.sc_lesson.elec .cont .cont_top .label {
  background-color: #5EA580;
}
.sc_lesson.elec .cont .cont_top .label::before {
  background-color: #5EA580;
}
.sc_lesson.elec .cont .cont_top .label::after {
  background-color: #5EA580;
}
.sc_lesson.matl .breadcrumbs .items .item:nth-child(3):hover {
  color: #fff;
  background-color: #E5A76A;
  border: 1px solid #E5A76A;
}
.sc_lesson.matl .cont .cont_top .label {
  background-color: #E5A76A;
}
.sc_lesson.matl .cont .cont_top .label::before {
  background-color: #E5A76A;
}
.sc_lesson.matl .cont .cont_top .label::after {
  background-color: #E5A76A;
}
.sc_lesson.proc .breadcrumbs .items .item:nth-child(3):hover {
  color: #fff;
  background-color: #B5856B;
  border: 1px solid #B5856B;
}
.sc_lesson.proc .cont .cont_top .label {
  background-color: #B5856B;
}
.sc_lesson.proc .cont .cont_top .label::before {
  background-color: #B5856B;
}
.sc_lesson.proc .cont .cont_top .label::after {
  background-color: #B5856B;
}
.sc_lesson .breadcrumbs {
  position: relative;
}
.sc_lesson .breadcrumbs .items {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  color: #038B9A;
  gap: 0 0.625rem;
}
.sc_lesson .breadcrumbs .items .item {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.3125rem 1.25rem;
  border-radius: 1.5625rem;
  border: 1px solid #038B9A;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.sc_lesson .breadcrumbs .items .item:hover {
  color: #fff;
  background-color: #038B9A;
}
.sc_lesson .breadcrumbs .items .item.now {
  border: 0;
  color: #038B9A;
  background-color: rgba(255, 255, 255, 0.7);
}
.sc_lesson .cont {
  position: relative;
  width: 100%;
  margin: 2.5rem auto 0;
  border-radius: 1em;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #404040;
  background-color: #fff;
}
.sc_lesson .cont_top {
  position: relative;
  width: 100%;
  padding: 0 1.25rem 0 9.375rem;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0 19%;
}
.sc_lesson .cont_top .label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  background-color: #E87C7C;
  border-radius: 0 0 5px 5px;
  color: #fff;
}
.sc_lesson .cont_top .label::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #E87C7C;
  z-index: 1;
}
.sc_lesson .cont_top .label::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: 5px;
  background-color: #C65555;
  z-index: 0;
  clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 100%, 0% 100%);
}
.sc_lesson .cont_top .level {
  padding: 0.625rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8125rem;
  color: #000;
}
.sc_lesson .cont_top .level .stars {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.sc_lesson .cont_top .level .stars.LV1 .star:nth-child(1) {
  background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
}
.sc_lesson .cont_top .level .stars.LV2 .star:nth-child(1) {
  background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
}
.sc_lesson .cont_top .level .stars.LV2 .star:nth-child(2) {
  background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
}
.sc_lesson .cont_top .level .stars.LV3 .star {
  background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
}
.sc_lesson .cont_top .level .stars .star {
  position: relative;
  width: 25px;
  height: 25px;
  background: url(../img/update202603/courses/star_e.png) center/100% 100% no-repeat;
  margin: 0 5px;
}
.sc_lesson .cont_main {
  position: relative;
  padding: 0 3.125rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 20px;
}
.sc_lesson .cont_info {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 0;
}
.sc_lesson .cont_info.is_unopen .link_box .test {
  color: #B7B7B7;
  border-radius: 0.3125rem;
  border: 1px solid #B7B7B7;
  pointer-events: none;
}
.course_item.is_unopen .link_box .pass {
  color: #E5A76A;
  border-radius: 0.3125rem;
  border: 1px solid #E5A76A;
  pointer-events: none;
}
.course_item.is_unopen .link_box .fail {
  color: #E87C7C;
  border-radius: 0.3125rem;
  border: 1px solid #E87C7C;
  pointer-events: none;
}
.sc_lesson .cont_cover {
  position: relative;
  flex: 1;
}
.sc_lesson .cont_cover iframe {
  position: relative;
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
}
.sc_lesson .cont .img_box {
  position: relative;
  width: 100%;
  padding: 0 1.25rem;
  flex: 0 0 240px;
}
.sc_lesson .cont .img_box img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.sc_lesson .cont .spend {
  position: relative;
  text-align: center;
  margin: 1.25rem 1.25rem 0.625rem;
}
.sc_lesson .cont .spend span {
  position: relative;
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  color: #999999;
  font-size: 0.8125rem;
  line-height: 1;
  background-color: #fff;
  border-radius: 0.3125rem;
  border: 1px solid #C0C0C0;
  z-index: 1;
}
.sc_lesson .cont .spend {
  background-image: linear-gradient(0deg, #ccc 50%, transparent 50%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center;
}
.sc_lesson .cont .spend::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 99%;
  background-color: #C0C0C0;
  transform: translateY(-2.5px);
}
.sc_lesson .cont .spend::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 99%;
  background-color: #C0C0C0;
  transform: translateY(-2.5px);
}
.sc_lesson .cont .cnt_box {
  position: relative;
  min-height: 100px;
  padding: 0 1.25rem 1.25rem;
  flex: 1 1 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 1;
  transition: opacity 300ms;
}
.sc_lesson .cont .cnt_box .subt {
  font-size: 0.875em;
  color: #0a59cf;
}
.sc_lesson .cont .cnt_box .title {
  flex: 0 0 auto;
  font-size: 1.4375rem;
  font-weight: bold;
  color: #038b9a;
}
.sc_lesson .cont .cnt_box .intro {
  position: relative;
  width: 100%;
  margin-top: 0.5em;
  line-height: 1.5;
  max-height: 9.375rem;
  overflow: hidden;
  font-size: 0.875em;
  text-align: justify;
}
.sc_lesson .cont .cnt_box .intro ol,
.sc_lesson .cont .cnt_box .intro ul {
  padding: 0 0 0 1.25rem;
}
.sc_lesson .cont .cnt_box .intro .more_text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  cursor: pointer;
}
.sc_lesson .cont .cnt_box .intro .more_text img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  transition: all 0.2s ease-out;
}
.sc_lesson .cont .cnt_box .intro .more_text:hover img {
  transform: translateY(-5px);
}
.sc_lesson .cont .link_box {
  position: relative;
  width: 100%;
  padding: 0 1.25rem 1.875rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.625rem;
}
.sc_lesson .cont .link_box .cta {
  position: relative;
  flex: 1;
  padding: 0.625rem 0.9375rem;
  font-size: 1.3125rem;
  font-weight: bold;
  color: #038b9a;
  border-radius: 0.3125rem;
  border: 1px solid #038b9a;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}
.sc_lesson .cont .link_box .cta:hover {
  background-color: #038b9a;
  color: #fff;
}
.sc_lesson .cont .link_box .cta.toExam::after {
  content: "每份課後測驗至多僅有 3次 機會!\a建議再次作答前，重新複習課程。";
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 12.5rem;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 300;
  white-space: pre-wrap;
  line-height: 1.5;
  pointer-events: none;
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transform: translate(-30%, -140%);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.sc_lesson .cont .link_box .cta.toExam:hover::after {
  opacity: 1;
}

.sc_share {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 1.5625rem auto 2.1875rem;
  padding: 0;
}
.sc_share_line {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 1.5625rem auto 2.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc_share_line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #BBBBBB;
  transform: translateY(-50%);
}
.sc_share_line .btn_refl {
  position: relative;
  border-radius: 99%;
  overflow: hidden;
  width: 100%;
  max-width: 110px;
  border: 3px solid #038B9A;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.sc_share_line .btn_refl img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  transition: all 0.2s ease-out;
}
.sc_share_line .btn_refl:hover {
  background-color: #038B9A;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.sc_share_line .btn_refl:hover img {
  filter: brightness(0) invert(1);
}
.sc_share_title {
  position: relative;
  margin: 0 0 40px 30px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1.4375rem;
  color: #000;
}
.sc_share_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 25px;
  height: 2px;
  margin: 3px 0 0;
  background-color: #038B9A;
}
.sc_share_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 25px;
  height: 2px;
  margin: 3px 0 0;
  background-color: #038B9A;
}
.sc_share_lists {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px 0;
}
.sc_share_lists .list {
  position: relative;
  width: 100%;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.sc_share_lists .list_cont {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 30px;
}
.sc_share_lists .list_cont_info {
  position: relative;
  flex: 0 1 0;
  padding: 0 1.875rem;
  min-width: 13.75rem;
  color: #919191;
  font-size: 1.25rem;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-right: 1px solid #919191;
}
.sc_share_lists .list_cont_info .n {
  font-size: 1rem;
  font-weight: 300;
}
.sc_share_lists .list_cont_info .n span {
  margin: 0 5px 0 0;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #038B9A;
}
.sc_share_lists .list_cont_w {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}

.shareReview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
  background: white url("../img/bg/indexbg1.png") top left/cover no-repeat;
}
.shareReview .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/logo_sca.svg") 10% 3%/20% no-repeat, url("../img/bg/headbg.png") right top/25% no-repeat, url("../img/layout/shareReview_p_r.png") 97% 97%/17% no-repeat, url("../img/layout/shareReview_p_l.png") 7% 90%/11% no-repeat, url("../img/bg/footbg.png") left 100%/50% no-repeat;
  pointer-events: none;
}
.shareReview .btnClose {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 25px;
  height: auto;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.shareReview .btnClose:hover {
  transform: rotate(180deg);
}
.shareReview_area {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  height: 80%;
  max-height: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shareReview_area-cnt {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
  box-sizing: border-box;
  padding: 30px;
  background-color: white;
  border-radius: 20px;
  border: 1px solid #404040;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.shareReview_area-cnt-edit {
  position: relative;
  width: 80%;
  flex: 1 0 80%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.shareReview_area-cnt-edit .edit_sec {
  position: relative;
  flex: 0 0 100px;
  border-bottom: 2px solid #b7b6ba;
}
.shareReview_area-cnt-edit .edit_sec select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  padding: 15px;
  font-size: 2rem;
  color: #038B9A;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.shareReview_area-cnt-edit .edit_sec select:focus {
  outline: none;
}
.shareReview_area-cnt-edit .edit_sec img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.shareReview_area-cnt-edit .edit_text {
  position: relative;
  flex: 1 0 0;
}
.shareReview_area-cnt-edit .edit_text textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  resize: none;
  box-sizing: border-box;
  padding: 15px;
  font-size: 21px;
}
.shareReview_area-cnt-nav {
  position: relative;
  width: 20%;
  flex: 0 0 20%;
  box-sizing: border-box;
  padding: 0 15px 0 20px;
  overflow: auto;
  overflow-x: hidden;
}
.shareReview_area-cnt-nav .items {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.shareReview_area-cnt-nav .items .item {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  box-sizing: border-box;
  padding: 15px 5px;
  background-color: rgba(183, 182, 186, 0);
  border-radius: 5px;
  transition: all 0.2s ease-out;
}
.shareReview_area-cnt-nav .items .item:hover {
  background-color: rgba(183, 182, 186, 0.3);
}
.shareReview_area-cnt-nav .items .item p {
  padding: 0;
  margin: 0;
}
.shareReview_area-check {
  position: relative;
  width: 100%;
  padding: 15px 100px 35px;
  margin: 0 auto;
}
.shareReview_area-check label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.shareReview_area-check label input {
  position: relative;
  width: 30px;
  height: 30px;
}
.shareReview_area-check label p {
  padding: 0;
  margin: 0 0 0 15px;
  font-size: 21px;
}
.shareReview_area-check label p span {
  color: #038B9A;
}

.courses__intro {
  margin: 0 100px 30px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.courses__intro-box1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.courses__intro-box2 {
  width: 50%;
}

.course_unit {
  max-width: 320px;
  flex: 0 0 320px;
  position: relative;
}

.award_pic {
  text-align: center;
  padding: 0 30px;
}
.award_pic img {
  max-width: 100%;
}
.award_pic .tit {
  margin-top: 12px;
  font-weight: 700;
  font-size: 1.25em;
}

.progress_bar {
  margin: 15px auto;
  padding: 6px;
  border-radius: 30px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.progress_bar .bar_wrap {
  display: flex;
  background: linear-gradient(90deg, #ffb6c0, #ffd862);
  border-radius: 30px;
  overflow: hidden;
}
.progress_bar .bar {
  flex: 1 1 100%;
  padding: 10px;
  border-right: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.progress_bar .bar:last-child {
  border-right-width: 0;
}
.progress_bar .bar.checked {
  background-color: rgba(255, 255, 255, 0);
}

.test_box {
  text-align: center;
}
.test_box .bttn {
  display: inline-block;
  margin: 0 auto;
  font-size: 1em;
}

.course_wording {
  max-width: 800px;
  flex: 1;
  padding-left: 30px;
  margin: 30px auto;
  font-size: 1em;
}
.course_wording p:last-child {
  margin-bottom: 0;
}

.courses_cnt .items {
  align-items: stretch;
}

.courses_cnt .items {
  flex-wrap: wrap;
}

.no_result_msg {
  width: 100%;
  text-align: center;
  padding: 3rem 1rem;
  font-size: 1.25rem;
  color: #666;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-top: 20px;
}

.course_item {
  flex: 0 0 33.3334%;
  margin-bottom: 2.8125rem;
  padding: 0 10px;
}
.course_item.is_unopen .link_box .test {
  color: #B7B7B7;
  border-radius: 0.3125rem;
  border: 1px solid #B7B7B7;
  pointer-events: none;
}
.sc_lesson .cont_info.is_unopen .link_box .pass {
  color: #E5A76A;
  border-radius: 0.3125rem;
  border: 1px solid #E5A76A;
  pointer-events: none;
}
.sc_lesson .cont_info.is_unopen .link_box .fail {
  color: #E87C7C;
  border-radius: 0.3125rem;
  border: 1px solid #E87C7C;
  pointer-events: none;
}
.course_item.item_obj .main_top .label {
  background-color: #E87C7C;
}
.course_item.item_obj .main_top .label::before {
  background-color: #E87C7C;
}
.course_item.item_obj .main_top .label::after {
  background-color: #C65555;
}
.course_item.item_ill .main_top .label {
  background-color: #8D79C6;
}
.course_item.item_ill .main_top .label::before {
  background-color: #8D79C6;
}
.course_item.item_ill .main_top .label::after {
  background-color: #594896;
}
.course_item.item_elec .main_top .label {
  background-color: #5EA580;
}
.course_item.item_elec .main_top .label::before {
  background-color: #5EA580;
}
.course_item.item_elec .main_top .label::after {
  background-color: #38684E;
}
.course_item.item_appl .main_top .label {
  background-color: #E089D8;
}
.course_item.item_appl .main_top .label::before {
  background-color: #E089D8;
}
.course_item.item_appl .main_top .label::after {
  background-color: #9B4E97;
}
.course_item.item_matl .main_top .label {
  background-color: #E5A76A;
}
.course_item.item_matl .main_top .label::before {
  background-color: #E5A76A;
}
.course_item.item_matl .main_top .label::after {
  background-color: #916a43;
}
.course_item.item_proc .main_top .label {
  background-color: #B5856B;
}
.course_item.item_proc .main_top .label::before {
  background-color: #B5856B;
}
.course_item.item_proc .main_top .label::after {
  background-color: #584134;
}
.course_item .main {
  border-radius: 1em;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #404040;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.course_item .main_top {
  position: relative;
  width: 100%;
  padding: 0 1.25rem;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.course_item .main_top .label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  background-color: #E87C7C;
  border-radius: 0 0 5px 5px;
  color: #fff;
}
.course_item .main_top .label::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #E87C7C;
  z-index: 1;
}
.course_item .main_top .label::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: 5px;
  background-color: #C65555;
  z-index: 0;
  clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 100%, 0% 100%);
}
.course_item .main_top .level {
  padding: 0.625rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8125rem;
  color: #000;
}
.course_item .main_top .level .stars {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.course_item .main_top .level .stars.LV1 .star:nth-child(1) {
  background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
}
.course_item .main_top .level .stars.LV2 .star:nth-child(1) {
  background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
}
.course_item .main_top .level .stars.LV2 .star:nth-child(2) {
  background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
}
.course_item .main_top .level .stars.LV3 .star {
  background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
}
.course_item .main_top .level .stars .star {
  position: relative;
  width: 25px;
  height: 25px;
  background: url(../img/update202603/courses/star_e.png) center/100% 100% no-repeat;
  margin: 0 5px;
}
.course_item .img_box {
  position: relative;
  width: 100%;
  padding: 0 1.25rem;
  flex: 0 0 240px;
}
.course_item .img_box img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.course_item .spend {
  position: relative;
  text-align: center;
  margin: 1.25rem 1.25rem 0.625rem;
}
.course_item .spend span {
  position: relative;
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  color: #999999;
  font-size: 0.8125rem;
  line-height: 1;
  background-color: #fff;
  border-radius: 0.3125rem;
  border: 1px solid #C0C0C0;
  z-index: 1;
}
.course_item .spend {
  background-image: linear-gradient(0deg, #ccc 50%, transparent 50%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center;
}
.course_item .spend::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 99%;
  background-color: #C0C0C0;
  transform: translateY(-2.5px);
}
.course_item .spend::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 99%;
  background-color: #C0C0C0;
  transform: translateY(-2.5px);
}
.course_item .cnt_box {
  position: relative;
  min-height: 108px;
  padding: 0 1.25rem 1.25rem;
  flex: 1 1 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 1;
  transition: opacity 300ms;
}
.course_item .cnt_box .subt {
  font-size: 0.875em;
  color: #0a59cf;
}
.course_item .cnt_box .title {
  flex: 0 0 auto;
  font-size: 1.4375rem;
  font-weight: bold;
  color: #038b9a;
}
.course_item .cnt_box .intro {
  position: relative;
  width: 100%;
  margin-top: 0.625rem;
  line-height: 1.5;
  max-height: 4rem;
  overflow: hidden;
  font-size: 0.875rem;
  text-align: justify;
  /* 設定你想在第幾行截斷 */
  overflow: hidden;
}
.course_item .cnt_box .intro ol,
.course_item .cnt_box .intro ul {
  padding: 0 0 0 1.25rem;
}
.course_item .cnt_box .intro .more_text {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 0 2px 40px;
  width: auto;
  display: inline-block;
  cursor: pointer;
  background: linear-gradient(-90deg, white, 90%, rgba(255, 255, 255, 0));
}
.course_item .cnt_box .intro .more_text img {
  position: relative;
  width: 1.125rem;
  max-width: 1.125rem;
  height: auto;
  display: block;
  transition: all 0.2s ease-out;
}
.course_item .cnt_box .intro .more_text:hover img {
  transform: translateY(-5px);
}
.course_item .cnt_box .intro.un_collapse {
  max-height: none;
}
.course_item .cnt_box .intro.un_collapse .more_text {
  background: linear-gradient(-90deg, white, 0%, rgba(255, 255, 255, 0));
}
.course_item .cnt_box .intro.un_collapse .more_text img {
  transform: rotate(180deg);
}
.course_item .link_box {
  position: relative;
  width: 100%;
  padding: 0 1.25rem 1.875rem;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.625rem;
}
.course_item .link_box .cta {
  position: relative;
  flex: 1;
  padding: 0.625rem 0.9375rem;
  font-size: 1.3125rem;
  font-weight: bold;
  color: #038b9a;
  border-radius: 0.3125rem;
  border: 1px solid #038b9a;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}
.course_item .link_box .cta:hover {
  background-color: #038b9a;
  color: #fff;
}
.course_item .link_box .cta.toExam::after {
  content: "每份課後測驗至多僅有 3次 機會!\a建議再次作答前，重新複習課程。";
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 12.5rem;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 300;
  white-space: pre-wrap;
  line-height: 1.5;
  pointer-events: none;
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transform: translate(-30%, -140%);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.course_item .link_box .cta.toExam:hover::after {
  opacity: 1;
}
.course_item .link_circle {
  position: relative;
  flex: 0 0 3em;
  align-self: center;
}
.course_item .link_circle::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1.5em);
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #fff url("../img/ui/arrow_right.svg") center/1.5em no-repeat;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
  transform: translateY(0);
  transition: transform 500ms, box-shadow 500ms;
}
.course_item .link_circle:hover::after {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.aside_cnt {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}
.aside_cnt .aside_tit {
  text-align: center;
  font-size: 1.5em;
  color: #038b9a;
}
.aside_cnt .items {
  margin-top: 15px;
  padding: 0 10px;
  justify-content: space-between;
}
.aside_cnt .bonus_item {
  display: block;
  flex: 0 0 calc(33.333% - 13px);
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 10px;
}
.aside_cnt .bonus_item .tit {
  font-weight: 700;
  color: #038b9a;
}
.aside_cnt .bonus_item .text {
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.3;
}

@media (max-width: 1440px) {
  .shareReview_area {
    max-width: 900px;
    height: 80%;
    max-height: 500px;
    transform: translate(-50%, -42%);
  }
  .shareReview_area-cnt {
    min-height: 320px;
    padding: 20px;
    border-radius: 20px;
  }
  .shareReview_area-cnt-edit {
    width: 80%;
    flex: 1 0 80%;
    padding: 0 20px 0 0;
  }
  .shareReview_area-cnt-edit .edit_sec {
    flex: 0 0 60px;
  }
  .shareReview_area-cnt-edit .edit_sec select {
    padding: 15px;
    font-size: 21px;
  }
  .shareReview_area-cnt-edit .edit_text {
    flex: 1 0 0;
  }
  .shareReview_area-cnt-edit .edit_text textarea {
    padding: 15px;
    font-size: 16px;
  }
  .shareReview_area-cnt-nav {
    width: 20%;
    flex: 0 0 20%;
    padding: 0 15px 0 20px;
  }
  .shareReview_area-cnt-nav .items .item {
    font-size: 14px;
    padding: 15px 5px;
  }
  .shareReview_area-check {
    margin: 15px auto;
  }
  .shareReview_area-check label input {
    width: 20px;
    height: 20px;
  }
  .shareReview_area-check label p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  body {
    background: url("../img/bg/headbg.png") right 70px/60% no-repeat, url("../img/bg/footbg.png") left bottom/50% no-repeat;
  }
  .courses__intro {
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .courses__intro-box1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .courses__intro-box2 {
    width: 100%;
  }
  .courses__intro .course_unit {
    flex: 0 0 0;
  }
  .courses__intro .course_wording {
    margin-top: 15px;
    padding: 0 1em;
  }
  .cnt_wrap {
    padding: 0 15px;
  }
  .course_item .main {
    display: block;
  }
  .course_item .main_top {
    padding: 0 20px;
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .course_item .main_top .label {
    width: 140px;
    height: 40px;
  }
  .course_item .main_top .level {
    padding: 0.625rem 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8125rem;
    color: #000;
  }
  .course_item .main_top .level .stars {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .course_item .main_top .level .stars.LV1 .star:nth-child(1) {
    background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
  }
  .course_item .main_top .level .stars.LV2 .star:nth-child(1) {
    background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
  }
  .course_item .main_top .level .stars.LV2 .star:nth-child(2) {
    background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
  }
  .course_item .main_top .level .stars.LV3 .star {
    background: url(../img/update202603/courses/star_f.png) center/100% 100% no-repeat;
  }
  .course_item .main_top .level .stars .star {
    position: relative;
    width: 25px;
    height: 25px;
    background: url(../img/update202603/courses/star_e.png) center/100% 100% no-repeat;
    margin: 0 5px;
  }
  .course_item .cnt_box .spend {
    margin-bottom: 0;
  }
  .aside_cnt .bonus_item {
    margin-bottom: 1em;
  }
  .sc_category {
    padding: 3.125rem 0 0;
  }
  .sc_category .head {
    padding: 0 15px;
  }
  .sc_category .head .tit {
    font-size: 3.125rem;
  }
  .sc_category .head .label {
    margin: 1.5625rem 0 0;
    padding: 10px 0;
    font-size: 1.5rem;
  }
  .sc_category .cont {
    padding: 0 15px;
    margin: 2.5rem 0 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 30px 0;
  }
  .sc_category .cont .w {
    font-size: 1rem;
  }
  .sc_category .cont .pic {
    position: relative;
    width: 100%;
    max-width: 460px;
    margin: 0;
  }
  .sc_category .cont .pic img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .sc_courses .courses_filter {
    margin: 0 auto 30px;
    padding: 0 15px;
    gap: 20px 0;
  }
  .sc_courses .courses_filter .difficulty {
    font-size: 1rem;
  }
  .sc_courses .courses_filter .difficulty .stars .star {
    width: 25px;
    height: 25px;
    margin: 0 5px;
  }
  .sc_courses .courses_filter .category {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1rem;
  }
  .sc_courses .courses_filter .category .btns {
    position: relative;
    margin: 5px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
  }
  .sc_courses .courses_filter .category .btns .btn {
    margin: 0;
    padding: 0.3125rem 0.625rem;
    font-size: 0.875rem;
  }
  .sc_lesson {
    padding: 3.125rem 0 0;
  }
  .sc_lesson .breadcrumbs .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.875rem;
    color: #038B9A;
    gap: 0.625rem 0.625rem;
  }
  .sc_lesson .breadcrumbs .items .item {
    padding: 0.3125rem 1.25rem;
  }
  .sc_lesson .cont {
    margin: 1.875rem auto 0;
  }
  .sc_lesson .cont_top {
    padding: 0 15px;
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .sc_lesson .cont_top .label {
    height: 40px;
  }
  .sc_lesson .cont_main {
    position: relative;
    padding: 0 0.9375rem 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px 0;
  }
  .sc_lesson .cont_info {
    max-width: 100%;
    padding: 0;
  }
  .sc_lesson .cont_video {
    position: relative;
    flex: 1;
  }
  .sc_lesson .cont_video iframe {
    position: relative;
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
  }
  .sc_lesson .cont .img_box {
    padding: 0 1.25rem;
    flex: 0 0 100%;
  }
  .sc_lesson .cont .cnt_box {
    padding: 0 1.25rem 1.25rem;
  }
  .sc_lesson .cont .cnt_box .subt {
    font-size: 0.875rem;
  }
  .sc_lesson .cont .cnt_box .title {
    font-size: 1.125rem;
  }
  .sc_share {
    margin: 1.25rem auto 2.1875rem;
    padding: 0;
  }
  .sc_share_line::before {
    left: 5%;
    width: 90%;
  }
  .sc_share_title {
    position: relative;
    margin: 0 0 20px 40px;
  }
  .sc_share_lists {
    gap: 20px 0;
  }
  .sc_share_lists .list {
    position: relative;
    width: 100%;
    padding: 20px 25px 35px;
  }
  .sc_share_lists .list_cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px 0;
  }
  .sc_share_lists .list_cont_info {
    padding: 15px 0;
    min-width: 13.75rem;
    font-size: 1.125rem;
    border-right: 0;
    border-bottom: 1px solid #919191;
  }
  .sc_share_lists .list_cont_info .n {
    font-size: 0.875rem;
  }
  .sc_share_lists .list_cont_info .n span {
    margin: 0 5px 0 0;
    font-size: 1.625rem;
  }
  .sc_share_lists .list_cont_w {
    font-size: 0.9375rem;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
  }
  .shareReview .bg {
    background: url("../img/logo_sca.svg") 10% 1.5%/70% no-repeat, url("../img/bg/headbg.png") right top/25% no-repeat, url("../img/layout/shareReview_p_r.png") 98% 98%/28% no-repeat, url("../img/layout/shareReview_p_l.png") 7% 98%/22% no-repeat, url("../img/bg/footbg.png") left 100%/50% no-repeat;
  }
  .shareReview_area {
    box-sizing: border-box;
    padding: 0 15px;
  }
  .shareReview_area-cnt {
    min-height: 380px;
    padding: 15px;
  }
  .shareReview_area-cnt-edit {
    position: relative;
    width: 100%;
    flex: 1 0 100%;
    padding: 0;
  }
  .shareReview_area-cnt-edit .edit_sec {
    flex: 0 0 60px;
  }
  .shareReview_area-cnt-edit .edit_sec select {
    padding: 15px;
    font-size: 21px;
  }
  .shareReview_area-cnt-edit .edit_text textarea {
    padding: 15px;
    font-size: 14px;
  }
  .shareReview_area-cnt-nav {
    display: none;
  }
  .shareReview_area-check {
    margin: 15px auto;
    padding: 15px 15px;
  }
  .shareReview_area-check label input {
    flex: 0 0 20px;
  }
  .shareReview_area-check label p {
    margin: 0 0 0 15px;
    font-size: 14px;
  }
}/*# sourceMappingURL=courses_list.css.map */