.relationMArea.sideDataArea .arrowBox .arrow, .reportMapArea .leftBox .Txt .link::before, .reportArea .reportList .item, .downloadBtn .icon, .downloadBtn .btnText {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.wrap {
    max-width: 1500px;
}

.classNote {
    width: 100%;
    overflow: hidden;
    margin-top: -50px;
    padding: 0;
}

.sdgsList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.downloadBtn {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.downloadBtn .btn {
    width: 212px;
    background-color: #f0f0f0;
    border-radius: 25px;
    padding: 15px 60px 15px 20px;
    position: relative;
}
@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: #000;
    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: #108835;
    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%;
    -webkit-transform: translate(-50%, -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%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
}
@media (max-width: 1180px) {
    .downloadBtn .arrow {
        -webkit-transform: scale(0.85);
                transform: scale(0.85);
    }
}

.bannerArea .Txt .wrap {
    max-width: 1500px;
}
@media (max-width: 1180px) {
    .bannerArea .Txt .wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: center;
            align-content: center;
    }
}
.bannerArea .Txt .exp {
    width: 50%;
}
@media (max-width: 1180px) {
    .bannerArea .Txt .exp {
        width: 100%;
    }
}
.bannerArea .Txt .downloadBox {
    margin-left: auto;
    padding-right: 130px;
}
@media (max-width: 1180px) {
    .bannerArea .Txt .downloadBox {
        padding-right: 0px;
        margin: 0;
    }
    .bannerArea .Txt .downloadBox .downloadBtn {
        margin: 10px 0 0;
    }
}
@media (max-width: 768px) {
    .bannerArea .Txt .downloadBox .downloadBtn {
        margin: 5px 0 0;
    }
}

.reportArea {
    padding: 68px 0 35px;
}
.reportArea .reportList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(139, 108, 108, 0.19);
            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 {
        -webkit-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.3);
    }
    .reportArea .reportList .item:hover .Txt .title a {
        color: #108835;
    }
}
.reportArea .reportList .Img {
    width: 100%;
}
.reportArea .reportList .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.reportArea .reportList .Txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: #108835;
    }
}
@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
}
.reportArea .reportList .Txt .downloadBox .btn {
    width: 40px;
    height: 40px;
    background-color: #108835;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
}
@media (min-width: 1181px) {
    .reportArea .reportList .Txt .downloadBox .btn:hover {
        background-color: #626262;
    }
}
.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
}
.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 {
    max-width: 600px;
}
.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: #626262;
    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: #108835;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    position: relative;
}
.reportMapArea .leftBox .Txt .link::before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #108835;
    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: #108835;
    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);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.reportMapArea .rightBox {
    width: 60%;
    padding-left: 40px;
}
@media (max-width: 1180px) {
    .reportMapArea .rightBox {
        width: 100%;
        padding-left: 0;
    }
}
.reportMapArea .reportList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 1440px) {
    .reportMapArea .reportList {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1180px) {
    .reportMapArea .reportList {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .reportMapArea .reportList {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .reportMapArea .reportList {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}
.reportMapArea .reportList .title {
    font-size: 18px;
    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: #108835;
    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: 16px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1180px) {
    .relationMArea.sideDataArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.relationMArea.sideDataArea .wrap > .titleBox {
    width: 480px;
    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: justify;
        -ms-flex-pack: justify;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 1180px) {
    .relationMArea.sideDataArea .controlBox {
        display: none;
    }
}
.relationMArea.sideDataArea .numBox {
    border-color: #1d1d1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-family: "Heebo", 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: -webkit-box;
    display: -ms-flexbox;
    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);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.relationMArea.sideDataArea .arrowBox .arrow.arrowPrev::before {
    left: calc(50% - 3.5px);
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
@media (min-width: 1181px) {
    .relationMArea.sideDataArea .arrowBox .arrow:hover {
        border-color: #000;
        background-color: transparent;
    }
}

.introBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 113px 0 0px;
}
@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 {
        -ms-flex-wrap: wrap;
            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 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
    .subreportClassLinkBox .wrap {
        padding: 0px;
    }
}
.subreportClassLinkBox .classBoxRow.lineRow {
    width: 100%;
    margin: 0;
}
@media (min-width: 768px) {
    .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: -webkit-box;
        display: -ms-flexbox;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink::before, .subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink::after {
    content: "";
    width: 120px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    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;
    -webkit-transform: scaleX(-1);
            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: rgba(0, 0, 0, 0.1);
        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: #108835;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink a.current,
.subreportClassLinkBox .classBoxRow.lineRow .mobileRowClassLink span.current {
    background-color: transparent;
    color: #108835;
}
.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: #108835;
    }
    .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;
    }
}