@charset "utf-8";





html, body {
    color: var(--font-color02);
}
[class*="info-box-style0"] .info-txt p {
    margin-bottom: 0;
    color: var(--font-color01);
}
.table>:not(caption)>*>* {
    color: var(--font-color02);
}
.table tbody tr.active th,
.table tbody tr.active td {
    background-color: var(--back-color04);
    font-weight: 500;
    color: var(--font-color01);
}





.card-list02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.card-list02 .card-item {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
    transition: .1s;
}
.card-list02 .card-item.link {
    padding: 0;
}
.card-list02 .card-item.link:hover,
.card-list02 .card-item.link:focus {
    border: 1px solid var(--main-color01);
}
.card-list02.full .card-item {
    width: 100%;
}
.card-list02.emphasis .card-item {
    border: 1px solid var(--main-color01);
    background-color: var(--main-color01);
    color: #fff;
}
.card-list02 .card-item.active {
    border: 1px solid var(--main-color01);
}
.card-list02 .card-item .tag {
    font-size: 14px;
    padding: 6px 12px;
    background-color: var(--main-color01);
    color: #fff;
    position: absolute;
    left: 6%;
    top: -15px;
}
.card-list02 .card-item.link > a {
    display: block;
    padding: 30px 20px;
    border-radius: 10px;
}
.card-list02 .card-item .card-tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.card-list02.emphasis .card-item .card-tit {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.card-list02 .card-item .card-tit .icon-box {
    width: 48px;
    height: 48px;
    background-color: var(--back-color05);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.card-list02 .card-item .card-tit .icon-box .bi {
    font-size: 20px;
    color: var(--font-color02);
}
.card-list02 .card-item .card-tit .legend {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.card-list02 .card-item .card-tit span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--main-color01);
}
.card-list02.emphasis .card-item .card-tit span {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.card-list02 .card-item .card-tit span.text-secondary {
    color: var(--font-color03) !important;
    font-weight: 500;
}
.card-list02 .card-item .card-tit .num {
    font-family: var(--font-type02);
    color: var(--font-color02);
    font-size: 20px;
    font-weight: normal;
}
.card-list02 .card-item .card-tit p {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 600;
    color: var(--font-color01);
    transition: .1s;
}
.card-list02.emphasis .card-item .card-tit p {
    font-family: var(--font-type02);
    font-size: 21px;
    color: #fff;
    font-weight: normal;
}
.card-list02 .card-item .card-txt {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 15px;
}
.card-list02 .card-item .card-txt:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.card-list02 .card-item .card-txt p {
    margin-bottom: 0;
    font-size: 16px;
}
.card-list02 .card-item > a:hover .card-txt p,
.card-list02 .card-item > a:focus .card-txt p {
    color: var(--font-color02);
}
.card-list02 .card-item .card-txt .source {
    font-size: 14px;
}
.card-list02 .card-item .card-txt .btn-box {
    text-align: end;
    margin-top: 20px;
}
.card-list02 .card-item .card-txt .view {
    font-size: 15px;
    transition: .1s;
}
.card-list02 .card-item .card-txt .sub-tit {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color01);
}
.card-list02 .card-item .card-txt .sub-tit02 {
    color: var(--font-color01);
    margin-bottom: 10px;
    font-size: 17px;
}
.card-list02 .card-item .card-txt ul {
    margin-bottom: 0;
}
.card-list02 .card-item .card-txt ul li {
    font-size: 16px;
}
.card-list02.emphasis .card-item .card-txt ul li {
    font-size: 17px;
    color: #eee;
    margin: 14px 0;
}
.card-list02.emphasis ul.list-style02>li::after {
    background-color: #eee;
}
.card-list02 .card-item .card-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 4px;
}
.card-list02 .card-item .card-tag li {
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 16px;
    padding: 4px 12px;
    color: var(--font-color02);
}
.card-list02 .card-item.on {
    border: 1px solid var(--main-color01);
}
.card-list02 .card-item.on .card-tit p {
    font-weight: 600;
    color: var(--main-color01);
}
.card-list02 .card-item.on .card-txt p {
    font-weight: 500;
}
.card-list02 .card-item.on .card-tag li {
    border: 1px solid #ccc;
    color: var(--font-color01);
}
.card-list02 .card-item.off {
    border: 1px solid #ddd;
    color: var(--font-color03);
}
.card-list02 .card-item.off .card-tit .icon-box .bi {
    color: var(--font-color03);
}
.card-list02 .card-item.off .card-tit p {
    color: var(--font-color03);
}
.card-list02 .card-item.off .card-tag li {
    color: var(--font-color03);
}
.card-list02 .card-item .card-txt .card-figure {
    display: flex;
    align-items: center;
    color: var(--font-color02);
    font-weight: 500;
    margin-bottom: 10px;
}
.card-list02 .card-item .card-txt .card-figure p {
    font-size: 24px;
    margin-right: 12px;
}
.card-list02 .card-item .card-txt .card-figure strong {
    font-family: var(--font-type02);
    font-size: 32px;
    font-weight: normal;
    color: var(--main-color01);
    margin-right: 8px;
}
.card-list02 .card-item .card-txt .card-figure span {
    font-size: 24px;
}

.chart-box-style01 {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 1rem;
}
.chart-box-style01 .chart-tit {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    color: var(--font-color01);
}
.chart-box-style01 .chart-tit span {
    color: var(--font-color03);
    font-size: 15px;
    font-weight: 500;
}
.chart-box-style01 .chart-wrap {
    width: 100%;
    margin: 0;
}
.chart-box-style01 .chart-wrap.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.chart-box-style01 .chart-box {
    position: relative;
    max-width: 240px;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto 20px;
}
.chart-box-style01 .chart-box .chart-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.chart-box-style01 .chart-box .chart-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}
.chart-box-style01 .chart-box .chart-figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.chart-box-style01 .chart-box .chart-figure .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .1s;
}
.chart-box-style01 .chart-box .chart-figure .item:first-of-type {
    opacity: 1;
}
.chart-box-style01 .chart-box .chart-figure .item p {
    font-weight: 600;
    color: var(--font-color02);
    margin-bottom: 0;
}
.chart-box-style01 .chart-box .chart-figure .item .num strong {
    font-family: var(--font-type02);
    font-size: 36px;
    font-weight: normal;
}
.chart-box-style01 .chart-box .chart-figure .item .num span {
    font-size: 20px;
    font-weight: 500;
    color: var(--font-color02);
}
.chart-box-style01 .list-box {
    width: 100%;
    margin-bottom: 0;
}
.chart-box-style01 .list-box .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    transition: .3s;
}
.chart-box-style01 .list-box .item .item-txt .item-tit {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.chart-box-style01 .list-box .item .item-txt .item-tit .legend {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.chart-box-style01 .list-box .item .item-txt p {
    margin-bottom: 0;
}
.chart-box-style01 .list-box .item .item-txt > p {
    color: var(--font-color02);
    font-size: 16px;
}
.chart-box-style01 .list-box .item .item-txt .item-tit p {
    font-weight: 500;
    color: var(--font-color01);
}
.chart-box-style01 .list-box .item .item-num b {
    font-family: var(--font-type02);
    font-size: 20px;
    font-weight: normal;
}
.chart-box-style01 .list-box .item .item-num span {
    font-weight: 500;
    color: var(--font-color02);
}
.chart-box-style01 .source {
    margin-bottom: 0;
    text-align: end;
}
.chart-box-style01 h6 {
    font-weight: 600;
}
.chart-box-style02 h6 {
    font-size: 21px;
    font-weight: 600;
    color: var(--font-color01);
}
.chart-box-style02 h6 span {
    font-size: 15px;
    color: var(--font-color03);
    font-weight: 500;
}

.chart-box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.chart-box-style02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.chart-box-style02 .chart-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px 20px;
}
.chart-box-style02 .chart-box .chart-img {
    max-width: 400px;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 20px auto;
    position: relative;
}
.chart-box-style02 .chart-box .chart-img.fit-width {
    max-width: 450px;
    aspect-ratio: unset;
    margin: 40px auto;
}
.chart-box-style02 .chart-box .chart-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.chart-box-style02 .source {
    margin-bottom: 0;
}
.chart-box-style02 .txt-card {
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.chart-box-style02 .txt-card ul {
    margin-bottom: 0;
}
.chart-box-style02 .sub-tit {
    font-size: 21px;
    font-weight: 600;
    color: var(--font-color01);
}
.chart-box-style02 .figure {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 2rem;
}
.chart-box-style02 .figure span {
    font-size: 24px;
    color: var(--font-color02);
}
.chart-box-style02 ul li {
    font-size: 16px;
    color: var(--font-color02);
}
.chart-box-style02 .info {
    font-size: 15px;
}

.chart-img .btn {
    position: absolute;
    right: 16px;
    bottom: 32px;
    width: 40px;
    height: 40px;
    background: var(--back-color01-hover);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    padding: 8px;
}
.chart-img .btn:hover {
    background: var(--main-color01);
}

.bar-chart {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
}
.card-list02 .card-item .card-txt .bar-chart {
    margin-bottom: 0;
}
.bar-chart .item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.card-list02 .card-item .card-txt .bar-chart .item {
    font-size: 16px;
}
ul.legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.legend li {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
ul.legend li span {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.schedule-style01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0;
}
.schedule-style01::before {
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg,rgba(189, 189, 194, 0) 0%, rgba(189, 189, 194, 1) 25%, rgba(189, 189, 194, 1) 50%, rgba(189, 189, 194, 1) 75%, rgba(189, 189, 194, 0) 100%);
    position: absolute;
    left: 6px;
    top: 0;
    transform: translateY(-30px);
}
.schedule-style01 li {
    width: 100%;
    padding-left: 24px;
    position: relative;
}
.schedule-style01 li::after {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid var(--main-color03);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}
.schedule-style01 li.done::after {
    background-color: var(--main-color03);
}
.schedule-style01 li.active::after {
    border: 1px solid var(--main-color01);
    background-color: var(--main-color01);
}
.schedule-style01 li.active::before {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid rgba(9, 75, 175, 0.5);
    position: absolute;
    left: -5px;
    top: 0;
}
.schedule-style01 li .date {
    display: block;
    font-size: 16px;
}
.schedule-style01 li strong {
    display: block;
    margin-bottom: 4px;
}
.schedule-style01 li.active strong {
    color: var(--main-color01);
}
.schedule-style01 li p {
    font-size: 15px;
    font-weight: 500;
    color: var(--font-color02);
}

.step-style03 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    position: relative;
}
.step-style03 .step-item {
    width: calc((100% - 20px) / 2);
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
.step-style03.third .step-item {
    padding: 30px 20px;
}
.step-style03.third .step-item {
    width: 100%;
}
.step-style03 .step-item::after {
    content: "\F231";
    font-family: var(--font-icon);
    font-size: 18px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: auto;
    right: -20px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    color: var(--font-color02);
}
.step-style03.third .step-item::after {
    display: none;
}
.step-style03 .step-item.infinite::after {
    content: "\F5D4";
    color: var(--main-color03);
    right: -24px;
}
.step-style03:not(.chain) .step-item:last-of-type::after {
    display: none !important;
}
.step-style03 .step-item:nth-of-type(2n)::after {
    display: none;
}
.step-style03 .step-item.off {
    border: 1px solid #ddd;
}
.step-style03 .step-item > span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--main-color01);
    margin-bottom: 30px;
}
.step-style03 .step-item.off > span {
    color: var(--main-color03);
}
.step-style03 .step-item .tit {
    font-size: 19px;
    font-weight: 600;
    color: var(--font-color01);
}
.step-style03 .step-item.off .tit {
    color: var(--font-color03);
}
.step-style03 .step-item .info span {
    display: block;
    font-size: 16px;
    color: var(--font-color03);
    margin-bottom: 4px;
    font-weight: 500;
}
.step-style03 .step-item .cont {
    color: var(--font-color02);
    font-size: 16px;
}

ol.list-style03 li {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
}
.card-list02 .card-item .card-txt ol.list-style03 p {
    font-size: 15px;
}
ol.list-style03 li span {
    display: flex;
    font-size: 15px;
    /* font-weight: 500; */
    width: 22px;
    height: 22px;
    background-color: #eee;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
ol.list-style03 li.active span {
    font-weight: 500;
    background-color: var(--point-color01);
    color: #fff;
}
ol.list-style03 li .figure {
    font-weight: 500;
}

.center-box {
    text-align: center;
    margin-bottom: 60px;
}
.center-box > span {
    display: block;
    color: var(--main-color01);
    font-weight: 500;
    margin-bottom: 20px;
}
.center-box > .tit-h3 {
    font-family: var(--font-type02);
    font-weight: normal;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 40px;
    padding-right: 0;
}

.vision-wrap {
    width: 100%;
    background-color: var(--back-color05);
    padding: 40px 20px;
    border-radius: 20px;
}
.vision-wrap .vision {
    width: 100%;
    background: linear-gradient(135deg,rgba(9, 75, 175, 1) 0%, rgba(25, 55, 109, 1) 100%);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    position: relative;
}
.vision-wrap .vision::after {
    content: "";
    width: 60%;
    height: 60px;
    background: linear-gradient(0deg,rgba(9, 75, 175, 0) 0%, rgba(9, 75, 175, 0.5) 100%);
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.vision-wrap .vision span {
    background-color: #fff;
    border-radius: 50px;
    color: var(--main-color01);
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
}
.vision-wrap .vision strong {
    color: #fff;
    font-family: var(--font-type02);
    font-size: 19px;
    font-weight: normal;
}
.vision-wrap .vision-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
}
.vision-wrap .vision-list li {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: var(--font-color01);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    margin: 10px 0;
}

.footnote {
    padding-top: 30px;
    border-top: 1px dotted #ddd;
}
.footnote p {
    font-weight: 500;
    color: var(--font-color02);
    margin-bottom: 20px;
}
.footnote ol li {
    font-size: 14px;
    color: var(--font-color02);
    margin: 10px 0;
    padding-left: 2px;
    line-height: 1.2;
}
.footnote ol.list-style02 li::marker {
    font-family: var(--font-type01);
    font-size: 13px;
    font-weight: 500;
}

.img-zoom.no-line {
    border: none;
}

@media (min-width: 576px) {
    .step-style03 .step-item {
        width: calc((100% - 40px) / 3);
    }
    .step-style03.third .step-item {
        width: calc((100% - 20px) / 2);
    }
    .step-style03.third .step-item::after {
        display: flex;
    }
    .step-style03 .step-item:nth-of-type(2n)::after {
        display: flex;
    }
    .step-style03.third .step-item:nth-of-type(2n)::after {
        display: none;
    }
    .step-style03 .step-item:nth-of-type(3n)::after {
        display: none;
    }
    .step-style03.third .step-item:nth-of-type(3n)::after {
        display: flex;
    }

    .chart-box-style01 .chart-box {
        max-width: 320px;
    }
}

@media (min-width: 640px) {
    .card-list02 .card-item {
        width: calc((100% - 20px) / 2);
        padding: 30px 30px 40px;
    }
    .card-list02 .card-item.link > a {
        padding: 30px 30px 40px;
    }
    .card-list02 .card-item .card-tit {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .card-list02.emphasis .card-item .card-tit {
        margin-bottom: 30px;
    }
    .card-list02 .card-item .card-tit .num {
        font-size: 28px;
    }
    .card-list02 .card-item .card-txt {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .card-list02 .card-item .card-txt.mh {
        min-height: 180px;
    }

    .chart-box-style01 .list-box .item {
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 16px 30px;
        margin: 1rem 0;
    }
    .chart-box-style01 .list-box .item:hover {
        border: 1px solid var(--main-color01);
    }

    .chart-box-style02 .chart-box {
        padding: 40px;
    }

    /* .bar-chart {
        height: 80px;
    } */
    .bar-chart .item {
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .card-list02.emphasis .card-item {
        padding: 40px 40px 50px;
    }

    .chart-box-style01 .chart-box {
        width: calc((100% - 60px) / 2);
        margin: 0 auto;
    }
    .chart-box-style01 .list-box {
        width: calc((100% - 60px) / 2);
    }

    .schedule-style01::before {
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg,rgba(9, 75, 175, 0) 0%, rgba(9, 75, 175, 1) 25%, rgba(9, 75, 175, 1) 50%, rgba(9, 75, 175, 1) 75%, rgba(9, 75, 175, 0) 100%);
        left: 50%;
        top: 5px;
        transform: translateX(-50%);
    }
    .schedule-style01 li {
        width: calc((100% - 60px) / 4);
        text-align: center;
        padding-left: 0;
        padding-top: 30px;
    }
    .schedule-style01.third li {
        width: calc((100% - 40px) / 3);
    }
    .schedule-style01 li::after {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .schedule-style01 li.active::before {
        width: 31px;
        height: 31px;
        border: 1px solid rgba(9, 75, 175, 0.7);
        left: 50%;
        top: -9px;
        transform: translateX(-50%);
    }

    .vision-wrap {
        padding: 40px 50px;
    }
    .vision-wrap .vision::after {
        width: 40%;
    }
    .vision-wrap .vision span {
        font-size: 19px;
    }
    .vision-wrap .vision strong {
        font-size: 21px;
    }
    .vision-wrap .vision-list li {
        width: calc((100% - 30px) / 2);
        font-size: 19px;
    }
}

@media (min-width: 992px) {
    .step-style03.chain {
        padding-bottom: 30px;
    }
    .step-style03.chain::before {
        content: "";
        width: calc(100% - ((100% - 60px) / 4));
        height: 18px;
        background: url("/common/images/chain.png") center center / contain no-repeat;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    .step-style03.chain::after {
        content: "연쇄작용";
        font-size: 16px;
        font-weight: 500;
        color: var(--point-color02);
        padding: 0 8px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%);
    }
    .step-style03 .step-item {
        width: calc((100% - 60px) / 4);
    }
    .step-style03.third .step-item,
    .step-style03.five .step-item {
        width: calc((100% - 40px) / 3);
        padding: 40px 30px;
    }
    .step-style03.third .step-item:nth-of-type(2n)::after,
    .step-style03.five .step-item:nth-of-type(2n)::after {
        display: flex;
    }
    .step-style03 .step-item:nth-of-type(3n)::after {
        display: flex;
    }
    .step-style03.third .step-item:nth-of-type(3n)::after,
    .step-style03.five .step-item:nth-of-type(3n)::after {
        display: none;
    }
    .step-style03 .step-item:nth-of-type(4n)::after {
        display: none;
    }
    .step-style03.third .step-item:nth-of-type(4n)::after,
    .step-style03.five .step-item:nth-of-type(4n)::after {
        display: flex;
    }
    .step-style03 .step-item.infinite {
        display: none;
    }

    .chart-box-style01 {
        padding: 40px 60px 30px;
    }
    .chart-box-style01 .chart-wrap-flex {
        margin: 40px 0;
    }

    .chart-box-wrap .chart-box-style01 {
        width: calc((100% - 20px) / 2);
    }
    .chart-box-wrap .chart-box-style01 .chart-box {
        width: 100%;
        margin: 0 auto 20px;
    }
    .chart-box-wrap .chart-box-style01 .list-box {
        width: 100%;
    }

    .chart-box-style02 .chart-box {
        width: calc((100% - 20px) / 2);
    }
    /* .chart-box-style02 .txt-card {
        border: none;
    } */

    .chart-img .btn {
        display: none;
    }
}

@media (min-width: 1200px) {
    .card-list02 .card-item {
        width: calc((100% - 60px) / 4);
    }
    .card-list02.half .card-item {
        width: calc((100% - 20px) / 2);
    }
    .card-list02.third .card-item {
        width: calc((100% - 40px) / 3);
    }
    .card-list02.five .card-item {
        width: calc((100% - 80px) / 5);
    }
    .card-list02 .card-item .card-tit .tit-box.mh {
        min-height: 90px;
    }
    .card-list02 .card-item .card-txt.mh {
        min-height: 200px;
    }
    .card-list02 .card-item .card-txt .card-figure strong {
        font-size: 42px;
    }

    .step-style03.five .step-item {
        width: calc((100% - 80px) / 5);
        padding: 40px 30px;
    }
    .step-style03.five .step-item:nth-of-type(3n)::after {
        display: flex;
    }
    .step-style03.five .step-item:nth-of-type(5n)::after {
        display: none;
    }

    .chart-box-style02 .figure {
        font-size: 42px;
    }
}