.sub-article {
    padding-bottom: 0;
}
.sub-article:last-child {
    padding-bottom: 120px;
}

.sc-text {
    width: 100%;
    margin-bottom: 4rem;
}

.sc-text h4 {
    color: var(--main-color);
    font-size: 20px;
    margin-bottom: 1.5rem;
}

.sc-text h5 {
    color: #222;
    font-size: 60px;
    line-height: 1.25;
}

.sc-text p {
    color: #555;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 2rem;
}

.sc-text ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 2rem;
    padding-left: 20px;
}

.sc-text ul li {
    color: #555;
    font-size: 24px;
    line-height: 1.5;
    list-style-type: '- ';
}

.sc-bna-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.sc-bna-wrapper.cont {
    margin-top: 2rem;
}

.sc-bna-box {
    position: relative;
    width: 100%;
    display: flex;
    gap: 6rem;
}
.sc-bna-box.noarrow {
    gap: 2rem;
}

.sc-bna-arrow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--main-color);
    z-index: 3;
}

.sc-bna-wrapper.three .sc-bna-arrow:nth-child(2) {
    left: 32%;
}
.sc-bna-wrapper.three .sc-bna-arrow:nth-child(4) {
    left: 68%;
}
.sc-bna-wrapper.three .sc-bna p {
    padding: 15px;
    font-size: 22px;
}

.sc-bna-arrow i {
    color: #fff;
    font-size: 22px;
    font-weight: lighter;
}

.sc-bna {
    width: 100%;
}

.sc-bna img {
    width: 100%;
}

.sc-bna:first-child img {
    filter: grayscale(.5);
}

.sc-bna p {
    padding: 20px;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    font-family: 'SCoreDream';
    text-align: center;
    background-color: #f1f1f1;
    border: 1px solid #eee;
    border-top: none;
}

.sc-table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-spacing: 0;
    table-layout: fixed;
    margin-top: 4rem;
}

.sc-table th,
.sc-table td {
    color: #222;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.sc-table td {
    padding: 14px;
    font-size: 20px;
    line-height: 1.5;
}

.sc-table thead td {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    font-family: 'SCoreDream';
    text-align: center;
    border-top: 2px solid #333;
    background-color: #f1f1f1;
}

.sc-table td ul {
    padding-left: 20px;
}

.sc-table td ul li {
    list-style: circle;
}


.sc-circle-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 5rem;
}

.sc-circle-wrapper.three .sc-circle {
    width: 33%;
    padding-bottom: 32%;
}
.sc-circle-wrapper.three .sc-circle p {
    font-size: 28px;
}

.sc-circle {
    position: relative;
    width: 25%;
    padding-bottom: 24%;
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(45,52,61,.08);
}
.sc-circle:nth-child(2n) {
    background-color: #f1f1f1;
}

.sc-circle-wrapper.rc5 .sc-circle {
    width: 20%;
    padding-bottom: 19%;
}

.sc-circle-text {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.sc-circle-text span {
    color: #fff;
    padding: 4px 8px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .15);
}
.sc-circle:nth-child(2n-1) .sc-circle-text span {
    background-color: rgba(0, 0, 0, .25);
}

.sc-circle-text p {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.sc-circle-text p br {
    display: none;
}

.sc-circle-text p em br {
    display: block;
}

.sc-sample {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.sc-sample-box {
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid #eee;
    background-color: #f1f1f1;
}

.sc-sample-box h5 {
    width: 130px;
    min-width: 130px;
    height: 130px;
    color: #222;
    font-size: 24px;
    font-family: 'SCoreDream';
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .07);
}

.sc-sample-box p {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
}

.sc-sample-box p span {
    display: block;
    color: #777;
    font-size: 16px;
    margin-top: 3px;
}

.sc-bg {
    width: 100%;
    padding: 100px 80px;
    background: var(--main-color);
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    border-radius: 20px;
}

.sc-bg .sc-text {
    margin-bottom: 0;
}

.sc-bg .sc-text h5,
.sc-bg .sc-text p {
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.sc-bg .sc-text p {
    width: 50%;
}

.sc-box-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.sc-box {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(45,52,61,.1);
}

.sc-box img {
    height: 80px;
}

.sc-box-wrapper.two {
    grid-template-columns: repeat(2, 1fr);
}
.sc-box-wrapper.two .sc-box img {
    height: 120px;
}

.sc-box-text {
    width: 100%;
}

.sc-box-text h5 {
    color: #222;
    font-size: 30px;
}

.sc-box-text p {
    color: #666;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 1rem;
}

.sc-box-text ul {
    padding-left: 10px;
    margin-top: 1rem;
}

.sc-box-text ul li {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    list-style-type: '- ';
}


.fimp1 .sc-bg {
    background: url('../../contents/images/fimp1-bg.jpg')
}
.fimp3 .sc-bg {
    background: url('../../contents/images/fimp3-bg.jpg')
}
.ins .sc-bg {
    background: url('../../contents/images/ins-bg.jpg')
}
.yth .sc-bg {
    background: url('../../contents/images/youth-bg.jpg')
}


/*==================================================*/
@media (max-width: 1350px) {
    .sc-box-text p br {
        display: none;
    }
}


@media (max-width: 1150px) {
    .sc-circle-wrapper {
        display: flex;
        flex-direction: column;
    }
    
    .sc-circle,
    .sc-circle-wrapper.three .sc-circle,
    .sc-circle-wrapper.rc5 .sc-circle {
        width: 100%;
        padding: 30px;
        height: auto;
        border-radius: 0;
        background-color: #f1f1f1 !important;
        border: 1px solid #eee;
        box-shadow: none;
    }

    .sc-circle-text {
        position: static;
        transform: unset;
    }

    .sc-circle-text span,
    .sc-circle:nth-child(2n-1) .sc-circle-text span {
        background-color: rgba(0, 0, 0, .2);
    }
}


@media (max-width: 950px) {
    .sc-text h5 {
        font-size: 45px;
    }

    .sc-text p,
    .sc-text ul li {
        font-size: 20px;
    }

    .sc-bna-wrapper.three .sc-bna-box {
        gap: 0;
    }

    .sc-bna-wrapper.three .sc-bna-arrow {
        top: 42%;
    }
    .sc-bna-wrapper.three .sc-bna-arrow:nth-child(2) {
        left: 33%;
    }
    .sc-bna-wrapper.three .sc-bna-arrow:nth-child(4) {
        left: 67%;
    }
    .sc-bna-wrapper.three .sc-bna p {
        padding: 10px;
        font-size: 20px;
    }

    .sc-bna {
        background-color: #f1f1f1;
    }

    .sc-box {
        gap: 1rem;
    }
    
    .sc-box-wrapper.two .sc-box img {
        height: 100px;
    }
}


@media (max-width: 768px) {
    .sub-article:last-child {
        padding-bottom: 60px;
    }
    
    .sc-bna-box,
    .sc-bna-box.noarrow {
        gap: 0;
    }
    
    .sc-bna-arrow {
        top: 42%;
        width: 40px;
        height: 40px;
    }

    .sc-bna-arrow i {
        font-size: 20px;
    }

    .sc-bna-wrapper.three .sc-bna-arrow {
        top: 40%;
    }

    .sc-bna-wrapper.three .sc-bna p {
        padding: 8px 0;
        font-size: 18px;
    }

    .sc-bna p {
        padding: 15px;
        font-size: 20px;
    }

    .sc-table td {
        padding: 10px 5px;
        font-size: 18px;
    }

    .sc-table thead td {
        font-size: 20px;
    }

    .sc-circle-wrapper.three .sc-circle-text p {
        font-size: 20px;
    }

    .sc-sample-box {
        flex-direction: column;
    }

    .sc-sample-box h5 {
        width: 100%;
        height: auto;
        padding: 15px;
        border-radius: 7px;
    }

    .sc-sample-box h5 br {
        display: none;
    }

    .sc-sample-box p br {
        display: none;
    }   

    .sc-bg {
        padding: 50px;
    }
    
    .sc-bg .sc-text p br {
        display: none;
    }

    .sc-box-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .sc-box {
        padding: 35px;
        align-items: center;
        gap: 2rem;
    }

    .fimp1 .sc-bg {
        background: url('../../contents/images/fimp1-bg-m.jpg')
    }
    .fimp3 .sc-bg {
        background: url('../../contents/images/fimp3-bg-m.jpg')
    }
    .ins .sc-bg {
        background: url('../../contents/images/ins-bg-m.jpg')
    }
    .yth .sc-bg {
        background: url('../../contents/images/youth-bg-m.jpg')
    }
}


@media (max-width: 600px) {
    .sc-box-wrapper.two {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .sc-box {
        align-items: flex-end;
        gap: 0;
    }
    
    .sc-box-text h5 {
        font-size: 26px;
    }

    .sc-box-text p,
    .sc-box-text ul li {
        font-size: 16px;
    }

    .sc-box-wrapper {
        gap: 1rem;
    }
    
    .sc-box-wrapper.two .sc-box img {
        height: 70px;
    }
}


@media (max-width: 550px) {
    .sc-text {
        margin-bottom: 2rem;
    }
    
    .sc-text h5 {
        font-size: 40px;
    }
    
    .sc-text h5 em br {
        display: none;
    }
    
    .sc-text p {
        font-size: 18px;
        margin-top: 1rem;
    }
    .sc-text ul li {
        font-size: 18px;
    }
    
    .sc-text p em br {
        display: none;
    }

    .sc-text ul {
        padding-left: 15px;
        margin-top: 1rem;
    }
    
    .sc-bna-wrapper {
        gap: 1rem;
    }

    .sc-bna-arrow {
        display: none;
    }

    .sc-bna p {
        padding: 8px 0;
        font-size: 16px;
    }

    .sc-bna-wrapper.three .sc-bna p {
        font-size: 14px;
    }

    .sc-table {
        margin-top: 2rem;
    }
    
    .sc-table td {
        font-size: 15px;
    }

    .sc-table thead td {
        font-size: 16px;
    }

    .sc-circle-wrapper {
        margin-bottom: 3rem;
    }
    
    .sc-circle,
    .sc-circle-wrapper.three .sc-circle,
    .sc-circle-wrapper.rc5 .sc-circle {
        padding: 20px 30px;
    }
    
    .sc-circle-text {
        gap: 10px;
    }
    
    .sc-circle-text span {
        font-size: 14px;
        border-radius: 3px;
    }

    .sc-circle-text p {
        font-size: 20px;
    }

    .sc-circle-text p br {
        display: block;
    }
    
    .sc-circle-text p em br {
        display: none;
    }

    .sc-sample-box {
        padding: 25px;
        gap: 15px;
    }
    
    .sc-sample-box h5 {
        padding: 10px;
        font-size: 20px;
    }

    .sc-sample-box p {
        font-size: 19px;
    }

    .sc-bg {
        padding: 45px;
    }

    .sc-bg .sc-text p {
        width: 90%;
    }
}


@media (max-width: 450px) {
    .sc-text h5 {
        font-size: 36px;
    }

    .sc-text p {
        font-size: 15px;
    }
}



.sc-bna-wrapper--inlay .sc-bna-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.sc-bna-wrapper--inlay .sc-bna-arrow:nth-child(2) { left: 21%; }
.sc-bna-wrapper--inlay .sc-bna-arrow:nth-child(4) { left: 74%; }

@media (max-width: 950px) {
  .sc-bna-wrapper--inlay .sc-bna-arrow { top: 42%; }
}
@media (max-width: 768px) {
  .sc-bna-wrapper--inlay .sc-bna-arrow {
    top: 40%;
    width: 40px;
    height: 40px;
  }
}

