.headquarters .bg {
    background: url("/assets/images/business/headquarters/bg_visual.jpg") 50% 50%/cover no-repeat;
}

.headquarters .thumbnail-wrap {
    width: 100%;
}

.headquarters .thumbnail-wrap+.thumbnail-wrap {
    margin-top: 14.4rem;
}

.headquarters .thumbnail-wrap .title-mediumL {
    margin-bottom: 2.4rem;
}

.headquarters .thumbnail-wrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(22rem, 100%), 1fr));
    gap: 2.4rem;
}

.headquarters .thumbnail-wrap ul li {
    position: relative;
}

.headquarters .thumbnail-wrap ul a {
    display: block;
    border-radius: 1.2rem;
}

.headquarters .thumbnail-wrap ul a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10.8rem;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(104, 8, 34, 0) 0%, rgba(104, 8, 34, 0.84) 100%);
}

.headquarters .thumbnail-wrap ul img {
    border-radius: 1.2rem;
    overflow: hidden;
}

.headquarters .thumbnail-wrap ul .txt {
    position: absolute;
    right: 2.4rem;
    bottom: 2.4rem;
    left: 2.4rem;
    z-index: 100;
    display: flex;
    flex-flow: column;
    color: var(--white-color);
    gap: 0.6rem;
}

.headquarters .thumbnail-wrap ul .txt strong {
    font-size: 2.6rem;
}

.headquarters .thumbnail-wrap ul .txt strong span {
    font-size: 1.8rem;
    font-weight: 400;
}

.headquarters .thumbnail-wrap ul .txt span {
    font-size: 1.8rem;
    font-weight: 500;
}

.thumb-wrap {
    width: 100%;
    margin-top: 7.2rem;
}

.thumb-wrap .row {
    display: flex;
    gap: 2.4rem;
}

.thumb-wrap .row+.row {
    margin-top: 7.2rem;
}

.thumb-wrap .txt-area {
    flex: 1;
    width: 2.7rem;
}

.thumb-wrap .txt-area strong {
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
}

.thumb-wrap .txt-area span {
    font-size: 1.6rem;
    font-weight: bold;
}

.thumb-wrap .img-area ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.4rem;
}

.thumb-wrap .img-area li {
    max-width: 27rem;
    border-radius: 1.2rem;
    overflow: hidden;
}

.thumb-wrap .img-area li .details {
    display: flex;
    justify-content: space-between;
    padding: 2.2rem 2.4rem;
    background: var(--bg-color);
}

.thumb-wrap .img-area li .details strong {
    font-weight: bold;
    color: var(--base-text-color);
}

.thumb-wrap .img-area li .details p {
    font-size: 1.4rem;
    color: var(--gray-color-5);
}

.apply .bg {
    background: url("/assets/images/business/apply/bg_visual.jpg") 50% 50%/cover no-repeat;
}

.apply .job-apply-info {
    background-color: var(--bg-color-2);
}

.apply .job-apply-info .icon-box-list li {
    background-color: var(--white-color);
}

.backup .bg {
    background: url("/assets/images/business/backup/bg_visual.jpg") 50% 50%/cover no-repeat;
}

.backup .desc-large {
    margin-top: 2.4rem;
    margin-bottom: 7.2rem;
}

.backup .list-dash {
    width: 100%;
}

.backup .list-dash li {
    position: relative;
    padding-left: 2rem;
}

.backup .list-dash li:before {
    content: "";
    position: absolute;
    top: 1.1rem;
    left: 0.8rem;
    width: 0.4rem;
    height: 0.1rem;
    background: var(--gray-color-5);
}

.backup .mdrt .desc-large strong {
    font-weight: 500;
}

.backup .mdrt .desc-large small {
    display: block;
    margin-top: 1.2rem;
    font-size: 2rem;
    font-weight: 500;
    color: var(--gray-color-4);
}

.backup .mdrt .dot {
    position: relative;
    width: 100%;
    margin-bottom: 1.2rem;
    padding-left: 1.2rem;
    box-sizing: border-box;
    font-size: 2.4rem;
    font-weight: 500;
}

.backup .mdrt .dot:before {
    content: "";
    position: absolute;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: var(--base-text-color);
    transform: translateY(-50%);
}

.backup .mdrt .tbl {
    width: 100%;
    margin-bottom: 2.4rem;
    overflow: auto;
}

.backup .mdrt .tbl .tbl-area ul {
    display: flex;
    flex-flow: column;
}

.backup .mdrt .tbl .tbl-area ul li {
    display: flex;
    flex: 1 1 33%;
    background: var(--bg-color);
}

.backup .mdrt .tbl .tbl-area ul li:first-child {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    background: var(--primary-color);
}

.backup .mdrt .tbl .tbl-area ul li:first-child p {
    font-weight: 500;
    color: var(--white-color);
}

.backup .mdrt .tbl .tbl-area ul li:last-child {
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
}

.backup .mdrt .tbl .tbl-area ul li p {
    flex: 1;
    padding: 2.4rem 0;
    font-size: 1.8rem;
    text-align: center;
}

.backup .mdrt .tbl .tbl-area ul li p:first-child {
    font-weight: 500;
}

.backup .mdrt .tbl .tbl-area ul li+li {
    margin-top: 0.4rem;
}

.backup .mdrt .list-dash {
    color: var(--gray-color-5);
}

.backup .mdrt .program {
    width: 100%;
    padding-top: 14.4rem;
}

.backup .mdrt .program .program-list+.program-list {
    margin-top: 14.4rem;
}

.backup .mdrt .program .desc {
    margin: 1.2rem 0 4.8rem;
}

.backup .reward {
    background-color: var(--primary-color);
}

.backup .reward .title,
.backup .reward .desc-large {
    text-align: center;
}

.backup .reward .title,
.backup .reward .title-mediumL {
    color: var(--white-color);
}

.backup .reward .desc-large {
    color: #FFE0E8;
}

.backup .reward .title-mediumL {
    display: block;
    margin-bottom: 2.4rem;
}

.backup .reward .img-scroll+.title-mediumL {
    margin-top: 7.2rem;
}

.backup .reward .img-scroll.col2 img {
    max-width: 56.4rem;
}

.backup .reward .tab-container [role=tablist] {
    justify-content: center;
    border: none;
    background: none;
    gap: 1.2rem;
}

.backup .reward .tab-container [role=tab] {
    padding: 1.2rem 2.4rem;
    border: 0.1rem solid var(--white-color);
    border-radius: 6rem;
    color: var(--white-color);
}

.backup .reward .tab-container [role=tab][aria-selected=true] {
    color: var(--primary-color);
    background: var(--white-color);
}

.backup .reward .tab-container [role=tabpanel] {
    padding: 0;
    padding-top: 7.2rem;
    background: none;
}

.business .bg {
    background: url("/assets/images/business/business/bg_visual.jpg") 50% 50%/cover no-repeat;
}

.business .desc-large {
    margin-top: 2.4rem;
    margin-bottom: 7.2rem;
}

.business .role .title,
.business .role .desc-large {
    text-align: center;
}

.business .role .icon-box-list {
    margin-top: 0;
}

.business .role .icon-box-list li {
    flex: 1 1 32rem;
}

.business .system {
    background-color: var(--bg-color-2);
}

.business .system .imgs {
    position: relative;
    display: flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    min-width: 115.2rem;
    height: 59.2rem;
}

.business .system .imgs ul li {
    position: absolute;
}

.business .system .imgs ul li:nth-of-type(1) {
    top: 16rem;
    left: 2rem;
    width: 54.5rem;
}

.business .system .imgs ul li:nth-of-type(2) {
    top: 4rem;
    left: 26rem;
    width: 42.7rem;
}

.business .system .imgs ul li:nth-of-type(3) {
    top: 0rem;
    left: 52rem;
    width: 29.1rem;
}

.business .system .imgs ul li:nth-of-type(4) {
    top: 4rem;
    left: 82.4rem;
    width: 24.4rem;
}

.business .system .imgs ul li:nth-of-type(5) {
    top: 36.4rem;
    left: 74.4rem;
    width: 34.4rem;
}

.business .system .imgs ul li:nth-of-type(6) {
    top: 43.4rem;
    left: 64.4rem;
    width: 17.3rem;
}

.business .system .imgs ul li:nth-of-type(7) {
    top: 30.4rem;
    left: 8rem;
    width: 35.1rem;
}

.business .support .inner {
    min-height: auto;
}

.business .support h4 {
    font-size: 3.6rem;
}

.business .support h4+.desc {
    margin-top: 1.2rem;
    margin-bottom: 4.8rem;
}

.business .support .info {
    width: 100%;
    margin-bottom: 7.2rem;
}

.business .support .info h4 {
    margin-bottom: 4.8rem;
}

.business .support .info ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(36.8rem, 100%), 1fr));
    column-gap: 2.4rem;
    row-gap: 7.2rem;
}

.business .support .info ul li img {
    margin-bottom: 2.4rem;
}

.business .support .info ul li p {
    margin-top: 1.2rem;
    color: var(--gray-color-5);
}

.business .support .it {
    width: 100%;
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
}

.business .support .it .txt-group {
    display: grid;
    grid-template-columns: 36.8rem 1fr;
    width: 100%;
    margin: 4.8rem 0;
    gap: 2.4rem;
}

.business .support .it .txt-group .subject {
    font-size: 2.4rem;
}

.business .support .it .txt-group ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
}

.business .support .it .txt-group ul li.full {
    grid-column: 1/-1;
}

.business .support .it .txt-group ul strong {
    position: relative;
    display: block;
    font-size: 1.8rem;
}

.business .support .it .txt-group ul p {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    color: var(--gray-color-5);
}

.business .support .it .txt-group+.txt-group {
    margin-bottom: 0;
    padding-top: 4.8rem;
    border-top: 0.1rem solid var(--gray-color-1);
}

.business .support .db {
    width: 100%;
    padding-top: 7.2rem;
}

.business .support .db ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2.4rem;
}

.business .support .db ul li {
    display: flex;
    flex: 1 1 18rem;
    flex-flow: column;
    align-items: center;
    padding: 3.6rem;
    border-radius: 1.2rem;
    background: var(--bg-color);
    gap: 2.4rem;
}

.business .support .db ul li img {
    width: 4.8rem;
    height: 4.8rem;
}

.business .support .db ul li p {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}

.business .partner {
    background-color: var(--bg-color-2);
}

.business .partner .title {
    text-align: center;
}

.business .partner ul {
    width: 100%;
    margin-top: 14.4rem;
}

.business .partner ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 4.8rem;
    row-gap: 6rem;
}

.business .partner ul li:not(:first-child) {
    margin-top: 7.2rem;
}

.business .partner ul [data-img-name=aia] {
    width: 14.4rem;
}

.business .partner ul [data-img-name=samsung] {
    width: 17.8rem;
}

.business .partner ul [data-img-name=hanwha] {
    width: 12rem;
}

.business .partner ul [data-img-name=mirae] {
    width: 17.6rem;
}

.business .partner ul [data-img-name=db] {
    width: 9.9rem;
}

.business .partner ul [data-img-name=myangel] {
    width: 15.5rem;
}

.business .partner ul [data-img-name=bnp] {
    width: 20.7rem;
}

.business .partner ul [data-img-name=im] {
    width: 13.8rem;
}

.business .partner ul [data-img-name=kb] {
    width: 13.5rem;
}

.business .partner ul [data-img-name=nh] {
    width: 12.9rem;
}

.business .partner ul [data-img-name=lina] {
    width: 12.6rem;
}

.business .partner ul [data-img-name=shinhan] {
    width: 13.1rem;
}

.business .partner ul [data-img-name=heungkuk] {
    width: 12.4rem;
}

.business .partner ul [data-img-name=hyundai] {
    width: 16.9rem;
}

.business .partner ul [data-img-name=shinhan2] {
    width: 17.8rem;
}

.business .partner ul [data-img-name=kb2] {
    width: 15rem;
}

.business .partner ul [data-img-name=db2] {
    width: 13rem;
}

.business .partner ul [data-img-name=mertiz] {
    width: 19.4rem;
}

.business .partner ul [data-img-name=lotte] {
    width: 16.1rem;
}

.business .partner ul [data-img-name=hanwha2] {
    width: 15rem;
}

.business .partner ul [data-img-name=nh2] {
    width: 15.9rem;
}

.business .partner ul [data-img-name=heungkuk2] {
    width: 12.4rem;
}

.growth .bg {
    background: url("/assets/images/business/growth/bg_visual.jpg") 50% 50%/cover no-repeat;
}

.growth .desc-large {
    margin-top: 2.4rem;
    margin-bottom: 7.2rem;
}

.growth .plan {
    background-color: var(--bg-color-2);
}

.growth .plan .img {
    align-self: flex-start;
    min-width: 115.2rem;
}

.growth .curriculum {
    width: 100%;
    margin-bottom: 7.2rem;
}

.growth .curriculum div+div {
    margin-top: 4rem;
}

.growth .curriculum strong {
    font-size: 2rem;
}

.growth .curriculum ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    column-gap: 5.8rem;
    row-gap: 2rem;
}

.growth .curriculum ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 14.3rem;
    min-height: 4rem;
    padding: 0.8rem 1.8rem;
    border-radius: 0.8rem;
    box-sizing: border-box;
    text-align: center;
    background-color: #EBEBEB;
}

.growth .curriculum ul li:nth-of-type(2) span::before {
    background-color: #E3708F;
}

.growth .curriculum ul li:nth-of-type(3) span::before {
    background-color: #CC1042;
}

.growth .curriculum ul span {
    position: absolute;
    top: 50%;
    right: -4.3rem;
    width: 2.8rem;
    height: 2.8rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
}

.growth .curriculum ul span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FF9898;
    mask-image: url("/assets/images/icons/icon_curcu_arrow.svg");
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    mask-size: cover;
}

.growth .program .info+.info {
    margin-top: 7.2rem;
}

.growth .program .cover {
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden;
}

.growth .program .cover picture {
    display: block;
}

.growth .program .cover .txt {
    position: absolute;
    top: 3.6rem;
    right: 3.6rem;
    left: 3.6rem;
    color: var(--white-color);
}

.growth .program .cover .txt strong {
    font-size: 3.6rem;
}

.growth .program .cover .txt p {
    margin-top: 1.2rem;
    font-size: 1.8rem;
}

.growth .program .txt-group {
    display: grid;
    grid-template-columns: 36.8rem 1fr;
    width: 100%;
    margin: 4.8rem 0;
    gap: 2.4rem;
}

.growth .program .txt-group .subject {
    font-size: 2.4rem;
}

.growth .program .txt-group ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
}

.growth .program .txt-group ul li.full {
    grid-column: 1/-1;
}

.growth .program .txt-group ul strong {
    position: relative;
    display: block;
    font-size: 1.8rem;
}

.growth .program .txt-group ul p {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    color: var(--gray-color-5);
}

.growth .program .txt-group+.txt-group {
    margin-bottom: 0;
    padding-top: 4.8rem;
    border-top: 0.1rem solid var(--gray-color-1);
}

.growth .program .icon-box-list li {
    flex: 1 1 34rem;
}

.story .bg {
    background: url("/assets/images/business/story/bg_visual.jpg") 50% 50%/cover no-repeat;
}

.story .desc-large {
    margin-top: 2.4rem;
    margin-bottom: 7.2rem;
}

.story .thumbnail-wrap {
    width: 100%;
}

.story .thumbnail-wrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(28rem, 100%), 1fr));
    column-gap: 2.4rem;
    row-gap: 7.2rem;
}

.story .thumbnail-wrap ul li {
    position: relative;
}

.story .thumbnail-wrap ul li.full {
    grid-column: 1/-1;
    max-width: calc(33% - 1.2rem);
}

.story .thumbnail-wrap ul a {
    display: block;
    border-radius: 1.2rem;
}

.story .thumbnail-wrap ul a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 15.8rem;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(17, 22, 26, 0) 0%, rgba(17, 22, 26, 0.84) 100%);
}

.story .thumbnail-wrap ul img {
    border-radius: 1.2rem;
    overflow: hidden;
}

.story .thumbnail-wrap ul .txt {
    position: absolute;
    right: 2.4rem;
    bottom: 2.4rem;
    left: 2.4rem;
    z-index: 100;
    display: flex;
    flex-flow: column;
    color: var(--white-color);
    gap: 0.4rem;
}

.story .thumbnail-wrap ul .txt strong {
    font-size: 2.6rem;
}

.story .thumbnail-wrap ul .txt span {
    font-size: 1.8rem;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .headquarters .thumbnail-wrap+.thumbnail-wrap {
        margin-top: 7.2rem;
    }

    .headquarters .thumbnail-wrap ul {
        grid-template-columns: 1fr 1fr;
        gap: 1.2rem;
    }

    .headquarters .thumbnail-wrap ul a:after {
        height: 7.3rem;
    }

    .headquarters .thumbnail-wrap ul .txt strong {
        font-size: 1.8rem;
    }

    .headquarters .thumbnail-wrap ul .txt span {
        font-size: 1.4rem;
    }

    .thumb-wrap .img-area li .details {
        flex-direction: column;
        padding: 1.2rem 2.4rem;
    }

    .apply .bg {
        background-image: url("/assets/images/business/apply/bg_m_visual.jpg");
    }

    .backup .mdrt .title-mediumL {
        font-size: 2.6rem;
    }

    .backup .mdrt .dot {
        font-size: 2rem;
    }

    .backup .mdrt .dot::before {
        top: 1.2rem;
        transform: none;
    }

    .backup .mdrt .tbl .tbl-area ul {
        flex-flow: row;
    }

    .backup .mdrt .tbl .tbl-area ul li {
        flex-flow: column;
    }

    .backup .mdrt .tbl .tbl-area ul li:first-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 1.2rem;
    }

    .backup .mdrt .tbl .tbl-area ul li:last-child {
        border-top-right-radius: 1.2rem;
        border-bottom-left-radius: 0;
    }

    .backup .mdrt .tbl .tbl-area ul li p {
        font-size: 1.6rem;
    }

    .backup .mdrt .program {
        padding-top: 7.2rem;
    }

    .backup .mdrt .program .program-list+.program-list {
        margin-top: 7.2rem;
    }

    .backup .mdrt .program .desc {
        margin: 1.6rem 0 3.6rem;
    }

    .backup .reward .tab-container [role=tab] {
        font-size: 1.6rem;
    }

    .business .desc-large {
        margin-bottom: 3.6rem;
    }

    .business .role .role .title,
    .business .role .role .desc-large {
        text-align: left;
    }

    .business .support .it .txt-group ul {
        grid-template-columns: 1fr;
    }

    .business .support .it .txt-group ul strong {
        padding-left: 0.8rem;
    }

    .business .support .it .txt-group ul strong::before {
        content: "";
        position: absolute;
        top: 0.94rem;
        left: 0;
        width: 0.4rem;
        height: 0.4rem;
        background-color: var(--base-text-color);
    }

    .business .support .it .txt-group ul p {
        font-size: 1.4rem;
    }

    .business .support h4 {
        font-size: 2.6rem;
    }

    .business .support h4+.desc {
        margin-bottom: 3.6rem;
    }

    .business .support .info h4 {
        margin-bottom: 3.6rem;
    }

    .business .support .db {
        padding-top: 0;
    }

    .business .support .db ul {
        gap: 1.2rem;
    }

    .business .support .db ul li {
        flex-flow: row;
        padding: 2.4rem;
        gap: 3.6rem;
    }

    .business .support .db ul li p {
        font-size: 1.6rem;
        text-align: left;
    }

    .business .partner ul {
        width: auto;
        margin-right: -2.4rem;
        margin-left: -2.4rem;
    }

    .business .partner ul li {
        justify-content: center;
        gap: 2rem;
    }

    .business .partner ul li:not(:first-child) {
        margin-top: 1.6rem;
    }

    .business .partner ul [data-img-name=aia] {
        width: 9rem;
    }

    .business .partner ul [data-img-name=samsung] {
        width: 11.2rem;
    }

    .business .partner ul [data-img-name=hanwha] {
        width: 7.5rem;
    }

    .business .partner ul [data-img-name=mirae] {
        width: 12.1rem;
    }

    .business .partner ul [data-img-name=db] {
        width: 8.4rem;
    }

    .business .partner ul [data-img-name=myangel] {
        width: 12.1rem;
    }

    .business .partner ul [data-img-name=bnp] {
        width: 14.2rem;
    }

    .business .partner ul [data-img-name=im] {
        width: 8.6rem;
    }

    .business .partner ul [data-img-name=kb] {
        width: 8.6rem;
    }

    .business .partner ul [data-img-name=nh] {
        width: 8.7rem;
    }

    .business .partner ul [data-img-name=lina] {
        width: 8.5rem;
    }

    .business .partner ul [data-img-name=shinhan] {
        width: 8.2rem;
    }

    .business .partner ul [data-img-name=heungkuk] {
        width: 9.6rem;
    }

    .business .partner ul [data-img-name=hyundai] {
        width: 11.7rem;
    }

    .business .partner ul [data-img-name=shinhan2] {
        width: 11.2rem;
    }

    .business .partner ul [data-img-name=kb2] {
        width: 9.7rem;
    }

    .business .partner ul [data-img-name=db2] {
        width: 8.5rem;
    }

    .business .partner ul [data-img-name=mertiz] {
        width: 11.7rem;
    }

    .business .partner ul [data-img-name=lotte] {
        width: 10.4rem;
    }

    .business .partner ul [data-img-name=hanwha2] {
        width: 9.7rem;
    }

    .business .partner ul [data-img-name=nh2] {
        width: 10.9rem;
    }

    .business .partner ul [data-img-name=heungkuk2] {
        width: 7.6rem;
    }

    .growth .curriculum ul {
        flex-flow: column;
        row-gap: 3rem;
    }

    .growth .curriculum ul span {
        top: 100%;
        right: auto;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    .growth .program .txt-group ul {
        grid-template-columns: 1fr;
    }

    .growth .program .txt-group ul strong {
        padding-left: 0.8rem;
    }

    .growth .program .txt-group ul strong::before {
        content: "";
        position: absolute;
        top: 0.94rem;
        left: 0;
        width: 0.4rem;
        height: 0.4rem;
        background-color: var(--base-text-color);
    }

    .growth .program .txt-group ul p {
        font-size: 1.4rem;
    }

    .growth .program .desc-large {
        margin-bottom: 3.6rem;
    }

    .growth .program .cover .txt {
        top: 2.4rem;
        right: 2.4rem;
        left: 2.4rem;
    }

    .growth .program .cover .txt strong {
        font-size: 2.6rem;
    }

    .growth .program .cover .txt p {
        margin-top: 0.8rem;
        font-size: 1.6rem;
    }

    .story .thumbnail-wrap ul {
        row-gap: 4.8rem;
    }

    .story .thumbnail-wrap ul a:after {
        height: 12.4rem;
    }
}

@media screen and (max-width: 1024px) {
    .thumb-wrap .row {
        flex-wrap: wrap;
    }

    .thumb-wrap .txt-area {
        flex: auto;
        width: 100%;
    }

    .thumb-wrap .img-area li {
        max-width: none;
    }

    .business .support .it .txt-group {
        grid-template-columns: 1fr;
    }

    .growth .program .txt-group {
        grid-template-columns: 1fr;
    }

    .story .thumbnail-wrap ul li.full {
        max-width: calc(50% - 1.2rem);
    }
}

@media screen and (max-width: 600px) {
    .thumb-wrap .img-area ul {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 631px) {
    .story .thumbnail-wrap ul li.full {
        max-width: 100%;
    }

    .story .thumbnail-wrap ul .txt strong {
        font-size: 2.2rem;
    }

    .story .thumbnail-wrap ul .txt span {
        font-size: 1.6rem;
    }
}