.relationMArea.sideDataArea .arrowBox .arrow, .reportMapArea .leftBox .Txt .link::before, .reportArea .reportList .item, .downloadBtn .icon, .downloadBtn .btnText {
  transition: all 0.4s ease-in-out;
}

.mainArea .contentBox {
  padding-top: 0;
}

.classNote {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.sdgsList {
  align-items: center;
  display: flex;
  margin: 15px 0px 20px;
}
.sdgsList li {
  max-width: 60px;
  text-align: center;
}
.sdgsList li + li {
  margin-left: 7px;
}
.sdgsList li img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}

.downloadBtn {
  margin: 30px 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  pointer-events: auto;
}
.downloadBtn .btn {
  position: relative;
  width: 212px;
  background-color: #f0f0f0;
  border-radius: 25px;
  padding: 15px 60px 15px 20px;
}
@media (min-width: 1181px) {
  .downloadBtn .btn:hover .btnText {
    color: #fff;
  }
  .downloadBtn .btn:hover .icon {
    width: calc(100% - 14px);
  }
}
@media (max-width: 1180px) {
  .downloadBtn .btn {
    width: 200px;
    padding: 10px 50px 10px 20px;
  }
}
.downloadBtn span {
  display: block;
}
.downloadBtn .btnText {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 20px;
  position: relative;
  z-index: 3;
}
.downloadBtn .icon {
  width: 40px;
  height: 40px;
  background-color: #2a59a7;
  border-radius: 25px;
  position: absolute;
  top: 5px;
  right: 7px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .downloadBtn .icon {
    width: 30px;
    height: 30px;
  }
}
.downloadBtn .arrow {
  width: 100%;
  height: 100%;
  max-width: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.downloadBtn .arrow::before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.downloadBtn .arrow::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media (max-width: 1180px) {
  .downloadBtn .arrow {
    transform: scale(0.85);
  }
}

@media (max-width: 1180px) {
  .bannerArea .Txt .wrap {
    flex-wrap: wrap;
    align-content: center;
  }
}
.bannerArea .Txt .title {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .title {
    font-size: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 640px) {
  .bannerArea .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .bannerArea .Txt .title {
    font-size: 24px;
  }
}
.bannerArea .Txt .subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-gap-override: 1.5;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .bannerArea .Txt .subtitle {
    font-size: 16px;
  }
}
.bannerArea .Txt .exp {
  width: 50%;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .exp {
    width: 100%;
  }
}
.bannerArea .Txt .downloadBtn {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .downloadBtn {
    margin-top: 20px;
  }
}

.reportArea {
  padding: 68px 0 35px;
}
.reportArea .reportList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media (max-width: 1180px) {
  .reportArea .reportList {
    margin: 0 -20px;
  }
}
.reportArea .reportList .reportItem {
  width: 33.3333333333%;
  padding: 0 25px 45px;
}
@media (max-width: 1180px) {
  .reportArea .reportList .reportItem {
    width: 50%;
    padding: 0 20px 40px;
  }
}
@media (max-width: 768px) {
  .reportArea .reportList .reportItem {
    width: 100%;
    padding: 0 20px 30px;
  }
}
.reportArea .reportList .item {
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(139, 108, 108, 0.19);
}
@media (max-width: 768px) {
  .reportArea .reportList .item {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (min-width: 1181px) {
  .reportArea .reportList .item:hover {
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.3);
  }
  .reportArea .reportList .item:hover .Txt .title a {
    color: #2a59a7;
  }
}
.reportArea .reportList .Img {
  width: 100%;
}
.reportArea .reportList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.reportArea .reportList .Txt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 18px 26px 18px 40px;
  min-height: 76px;
}
@media (max-width: 1440px) {
  .reportArea .reportList .Txt {
    padding: 15px 15px 18px 20px;
  }
}
.reportArea .reportList .Txt .title {
  max-height: 30px;
  max-width: calc(100% - 40px);
}
.reportArea .reportList .Txt .title a {
  display: inline-block;
  color: #424242;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.84px;
  line-height: 1.25;
}
@media (min-width: 1181px) {
  .reportArea .reportList .Txt .title a:hover {
    color: #2a59a7;
  }
}
@media (max-width: 1440px) {
  .reportArea .reportList .Txt .title a {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .reportArea .reportList .Txt .title a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .reportArea .reportList .Txt .title a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .reportArea .reportList .Txt .title {
    max-height: 46px;
    margin-bottom: 5px;
  }
}
.reportArea .reportList .Txt .downloadBox {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}
.reportArea .reportList .Txt .downloadBox .btn {
  width: 40px;
  height: 40px;
  background-color: #2a59a7;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media (min-width: 1181px) {
  .reportArea .reportList .Txt .downloadBox .btn:hover {
    background-color: #4c4c4c;
  }
}
.reportArea .reportList .Txt .downloadBox .btn .icon {
  width: 23px;
  height: 21px;
  display: block;
  color: #fff;
  position: relative;
  top: -2px;
}
.reportArea .reportList .Txt .sdgsBox {
  width: 100%;
  padding: 10px 0 0;
}
.reportArea .reportList .Txt .sdgsBox .sdgsList {
  margin-top: 0;
  margin-bottom: 0;
}
.reportArea .reportList .Txt .sdgsBox .sdgsList li {
  max-width: 80px;
  margin-bottom: 0;
}

.reportMapArea {
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .reportMapArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .reportMapArea {
    padding: 50px 0 30px;
  }
}
.reportMapArea .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.reportMapArea .titleBox {
  width: 100%;
}
.reportMapArea .leftBox {
  width: 40%;
}
@media (max-width: 1180px) {
  .reportMapArea .leftBox {
    width: 100%;
    max-width: 600px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
.reportMapArea .leftBox .Img {
  width: 100%;
  max-width: 600px;
}
.reportMapArea .leftBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.reportMapArea .leftBox .Txt {
  padding: 15px 0;
  text-align: right;
}
.reportMapArea .leftBox .Txt .title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.84px;
  line-height: 1.25;
  text-align: left;
}
@media (max-width: 1440px) {
  .reportMapArea .leftBox .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .reportMapArea .leftBox .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .reportMapArea .leftBox .Txt .title {
    font-size: 18px;
  }
}
.reportMapArea .leftBox .Txt .text {
  color: #4c4c4c;
  padding-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.reportMapArea .leftBox .Txt .link {
  width: auto;
  color: #2a59a7;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  margin-top: 20px;
  position: relative;
}
.reportMapArea .leftBox .Txt .link::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #2a59a7;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1181px) {
  .reportMapArea .leftBox .Txt .link:hover::before {
    width: 100%;
    right: auto;
    left: 0;
  }
}
.reportMapArea .leftBox .Txt .link span {
  display: block;
}
.reportMapArea .leftBox .Txt .link .icon {
  width: 19px;
  height: 19px;
  background-color: #2a59a7;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
}
.reportMapArea .leftBox .Txt .link .arrow {
  width: 100%;
  height: 100%;
  position: relative;
}
.reportMapArea .leftBox .Txt .link .arrow::before {
  content: "";
  width: 1px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 0.5px);
}
.reportMapArea .leftBox .Txt .link .arrow::after {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 7px;
  left: calc(50% - 2.5px);
  transform: rotate(45deg);
}
.reportMapArea .rightBox {
  width: 60%;
  padding-left: 40px;
}
@media (max-width: 1180px) {
  .reportMapArea .rightBox {
    width: 100%;
    padding-left: 0;
  }
}
.reportMapArea .reportList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1440px) {
  .reportMapArea .reportList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1180px) {
  .reportMapArea .reportList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .reportMapArea .reportList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .reportMapArea .reportList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reportMapArea .reportList .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}
.reportMapArea .reportList .title::before {
  content: "";
  width: 25%;
  height: 2px;
  background-color: #2a59a7;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.reportMapArea .subReportList {
  padding-top: 10px;
}
.reportMapArea .subReportList .item {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}
.reportMapArea .subReportList .subItemTitle {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.5;
}

.relationMArea.sideDataArea {
  padding: 55px 0;
}
@media (max-width: 1180px) {
  .relationMArea.sideDataArea {
    padding: 55px 0 35px;
  }
}
@media (max-width: 768px) {
  .relationMArea.sideDataArea {
    padding: 35px 0;
  }
}
.relationMArea.sideDataArea .wrap {
  display: flex;
}
@media (max-width: 1180px) {
  .relationMArea.sideDataArea .wrap {
    flex-direction: column;
  }
}
.relationMArea.sideDataArea .wrap > .titleBox {
  width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 135px;
  padding-top: 5px;
}
.relationMArea.sideDataArea .wrap > .titleBox .text {
  margin-top: 6px;
}
.relationMArea.sideDataArea .wrap > .titleBox .titleBottomBox {
  margin-top: auto;
}
@media (max-width: 1480px) {
  .relationMArea.sideDataArea .wrap > .titleBox {
    width: 400px;
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .relationMArea.sideDataArea .wrap > .titleBox {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.relationMArea.sideDataArea .newsBox {
  width: calc(100% - 480px);
}
@media (max-width: 1480px) {
  .relationMArea.sideDataArea .newsBox {
    width: calc(100% - 400px);
    padding-left: 0;
  }
}
@media (max-width: 1180px) {
  .relationMArea.sideDataArea .newsBox {
    width: 100%;
  }
}
.relationMArea.sideDataArea .newsList {
  width: 100%;
  margin: 0;
}
@media (max-width: 1180px) {
  .relationMArea.sideDataArea .newsList {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
@media (max-width: 640px) {
  .relationMArea.sideDataArea .newsList {
    width: 100%;
    margin: 0;
  }
}
.relationMArea.sideDataArea .controlBox {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .relationMArea.sideDataArea .controlBox {
    display: none;
  }
}
.relationMArea.sideDataArea .numBox {
  border-color: #1d1d1d;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 20px;
  padding-left: 30px;
}
.relationMArea.sideDataArea .numBox .totalNum {
  padding-left: 5px;
  position: relative;
}
.relationMArea.sideDataArea .numBox .totalNum::before {
  content: "/";
  padding-right: 5px;
}
.relationMArea.sideDataArea .arrowBox {
  display: flex;
}
.relationMArea.sideDataArea .arrowBox .arrow {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.relationMArea.sideDataArea .arrowBox .arrow + .arrow {
  margin-left: 13px;
}
.relationMArea.sideDataArea .arrowBox .arrow::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: none;
  border-bottom: none;
  display: block;
  margin: 0;
  position: absolute;
  top: calc(50% - 4.5px);
  left: calc(50% - 5.5px);
  transform: rotate(45deg);
}
.relationMArea.sideDataArea .arrowBox .arrow.arrowPrev::before {
  left: calc(50% - 3.5px);
  transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .relationMArea.sideDataArea .arrowBox .arrow:hover {
    border-color: #000;
    background-color: transparent;
  }
}

.introBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 80px;
}
@media (max-width: 1180px) {
  .introBox {
    padding: 60px 0 20px;
  }
  .introBox .downloadBtn {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .introBox {
    padding: 20px 0 20px;
  }
}
.introBox .sdgsList {
  padding-right: 20px;
}
.introBox .sdgsList li {
  max-width: 86px;
}
.introBox .sdgsList li + li {
  margin-left: 22px;
}
@media (max-width: 1180px) {
  .introBox .sdgsList {
    flex-wrap: wrap;
  }
  .introBox .sdgsList li {
    max-width: 80px;
    margin: 0 10px 10px 0;
  }
  .introBox .sdgsList li + li {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .introBox .sdgsList li {
    max-width: 70px;
  }
}

.sideDataArea {
  padding: 110px 0 40px;
}
.sideDataArea .newsBox {
  padding-top: 30px;
}
.sideDataArea .newsList {
  margin: 0 -20px;
}
@media (max-width: 1180px) {
  .sideDataArea {
    padding-top: 80px;
  }
}

.mainArea.insPage .bread {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .mainArea.insPage {
    padding-top: 0;
  }
}

.subreportClassLinkBox {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1180px) {
  .subreportClassLinkBox .wrap {
    padding: 0px;
  }
}
.subreportClassLinkBox .classBoxRow.lineRow {
  width: 100%;
  margin: 0;
}
@media (min-width: 769px) {
  .subreportClassLinkBox .classBoxRow.lineRow .classLink,
  .subreportClassLinkBox .classBoxRow.lineRow .classCurrent {
    display: none;
  }
}
@media (max-width: 1180px) {
  .subreportClassLinkBox .classBoxRow.lineRow {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .subreportClassLinkBox .classBoxRow.lineRow {
    display: flex;
  }
  .subreportClassLinkBox .classBoxRow.lineRow .classCurrent {
    width: 40px;
    height: 50px;
    background-color: transparent;
  }
  .subreportClassLinkBox .classBoxRow.lineRow .classCurrent::before {
    width: 40px;
    height: 50px;
    background-color: #f0f0f0;
    color: #333;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    top: 0%;
    left: 0;
  }
  .subreportClassLinkBox .classBoxRow.lineRow .classLink {
    max-width: 480px;
    left: auto;
    right: 0;
  }
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink {
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink::before, .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink::after {
  content: "";
  width: 120px;
  height: 100%;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink::before, .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink::after {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink::before, .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink::after {
    width: 60px;
  }
}
@media (max-width: 400px) {
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink::before, .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink::after {
    width: 40px;
  }
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink::after {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink.onLeft::before {
  visibility: hidden;
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink.onRight::after {
  visibility: hidden;
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink li,
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink .classItem {
  width: auto;
  min-width: 200px;
  margin: 0px;
  text-align: center;
  position: relative;
}
@media (max-width: 1180px) {
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink li,
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink .classItem {
    min-width: 160px;
  }
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink li:not(:last-child)::before,
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink .classItem:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #d9d9d9;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink li,
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink .classItem {
    min-width: 120px;
  }
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink a,
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink span {
  display: block;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0px;
  padding: 20px;
  position: relative;
  white-space: nowrap;
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink a::before,
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink span::before {
  content: "";
  width: 0px;
  height: 2px;
  background-color: #2a59a7;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink a.current,
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink span.current {
  background-color: transparent;
  color: #2a59a7;
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink a.current::before,
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink span.current::before {
  width: 30px;
}
@media (min-width: 1181px) {
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink a:hover,
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink span:hover {
    background-color: transparent;
    color: #2a59a7;
  }
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink a:hover::before,
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink span:hover::before {
    width: 30px;
  }
}
@media (max-width: 1180px) {
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink a,
  .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink span {
    font-size: 16px;
    padding: 15px 20px;
  }
}