/* 밤재배자 협회 조직도 */

.tt_box {
    width: 100%;
    background-color: var(--chestnut-white);;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;

}
.txt_center ul {
    width: 60%;
    margin: auto;
}

.txt_center ul li {
    position: relative;
}

.txt_center ul .cirle {
    width: 150px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
}

.chart01 ul .cirle::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 60px;
    background-color: #d9d9d9;
}

.chart01 ul .cirle:last-child::before {
    display: none;
}

.chart01 ul .cirle::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -200px;
    width: 600px;
    height: 1px;
    background-color: #d9d9d9;
    margin-top: 30px;
}

.chart01 ul .cirle:last-child::after {
    display: none;
}

.chart02 ul .cirle::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 120px;
    background-color: #d9d9d9;
}

.chart02 ul .cirle:last-child::before {
    display: none;
}

.chart02 ul .cirle::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -200px;
    width: 600px;
    height: 1px;
    background-color: #d9d9d9;
    margin-top: 50px;
}

.chart02 ul .cirle:last-child::after {
    display: none;
}

.txt_center ul .cirle.cirle01 {
    background-color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt_center ul .cirle.cirle01 h3 {
    font-family: "Godo", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.txt_center ul .cirle.cirle02 {
    background-color: #fff;
    border: 1px solid #31a05f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt_center ul .cirle.cirle02 h4 {
    font-size: 1.25rem;
    font-weight: 800;
    text-align: center;
    color: #31a05f;
    margin: 0;
}

.chart01 ul .flex {
    display: flex;
    justify-content: space-between;
}

.chart01 ul .flex div {
    width: 180px;
    height: 55px;
    color: #fff;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.chart01 ul .flex div p {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.chart02 ul .flex {
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
}

.chart02 ul .flex div {
    width: 180px;
    height: 55px;
    color: #fff;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.chart02 ul .flex div p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.con_tit {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}

.chart01 {
    text-align: center;
}

.chart01:nth-child(3) {
    margin: 40px 0 130px 0;
}

.chart01:last-child {
    margin: 40px 0 0 0;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .txt_center ul {
        width: 90%;
    }

    .txt_center ul .cirle {
        width: 120px;
        height: 120px;
    }

    .txt_center ul .flex div {
        width: 140px;
        height: 45px;
    }

    .txt_center ul .flex div p {
        font-size: 16px;
    }

    .txt_center ul .cirle::after {
        left: -150px;
        width: 420px;
    }
}
