/* 적정처리추진센터 소개 페이지 */
.process-intro-box {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.process-intro {
    width: 96%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 3rem !important;
}

.process-box {
    width: 70%;
    min-height: 10vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    /*border: 2px dashed #005baa;*/
    border-radius: 1rem;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    background-color: rgba(31, 91, 170);
}

.process-text {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.7rem;
    line-height: 2rem;
}

.quotation {
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: center;
}

.quotation-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 1.56rem;
    font-weight:500;
    color: #676767;
    letter-spacing: 1px;
    margin-top: 0.3rem;
    word-break: break-all;
}

.quotation-color {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 3rem;
    letter-spacing: 1px;
    color: #005baa;
    padding: 0 1rem;
}

.circle-box {
    width: 100%;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle {
    width: 200px;
    height: 200px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 2.5rem;
    font-weight:500;
    letter-spacing: 1px;
    color: #FCFCFC;
    transform: translate(0rem, 0rem);
}

.circle:nth-child(1) {
    background-color: rgba(143, 202, 72, 0.6);
    position: absolute;
    transform: translate(-11rem, 0rem);
    z-index: 3;
}

.circle:nth-child(2) {
    background-color: rgba(0, 91, 170, 0.6);
    position: absolute;
    transform: translate(0rem, 0rem);
    z-index: 2;
}

.circle:nth-child(3) {
    background-color: rgba(47, 187, 238, 0.6);
    position: absolute;
    transform: translate(11rem, 0rem);
    z-index: 1;
}

.circle-text {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.5rem;
    color: #FCFCFC;
    margin-bottom: 0.5rem;
}

.promotion {
    width: 100%;
    height: 20rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.management {
    width: 100%;
    height: 30rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8rem 0;
}

.support {
    width: 100%;
    height: 35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.law-box {
    width: 95%;
    display: flex;
    flex-flow: column;
    text-align: center;
    margin: 0 0 1rem 3rem;
    padding: 0.8rem;
    border: 2px dashed #005baa;
    border-radius: 1rem;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #646464;
    background-color: rgba(0, 91, 170, 0.1);
}

.law-title {
    display: flex;
    align-items: center;
    justify-self: start;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight:500;
    text-align: left;
    color: #676767;
    margin: 0 0 1rem 0;
}

.law-text {
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 1.2rem;
    color: #676767;
    word-break: break-all;
}

.activity {
    width: 40%;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-img {
    width: 90%;
}

