/* --------------------------------------------------------- */

.max_width {
    max-width: 1600px;
    margin: 0 auto;
}

.padding_pc {
    padding: clamp(80px, 6.25vw, 150px) 20px;
}

.footer-total-wrap {
    width: 100%;
    background-color: var(--gray-color-footer);
}

.summary_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.summary {
    width: 100%;
    padding: 50px;
    font-size: var(--sub-sub-text);
    line-height: 30px;
    background-color: var(--main-sub-color-opacity);
}

.effect {
    align-items: center;
    margin-bottom: 20px;
}

.effect > .product-title-box {
    margin-bottom: 30px;
}

.effect_table {
    font-size: var(--sub-sub-text);
    margin-right: 30px;
}

.effect_table td {
    padding: 30px 40px;
    border-bottom: 1px solid #ddd;
}

.effect_line {
    border-top: 2px solid black;
}

.effect_con_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.link_system_icon_box {
    width: 100%;
    height: 1000px;
    background-color: var(--main-sub-color-opacity);
    position: relative;
    margin: 80px 0;
}

.link_system_icon_title {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.system_icon_wrap {
    width: 32%;
    background-color: #fff;
    border-radius: 30px;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon_title {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 40px;
}

.icon_wrap_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.icon_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.icon_wrap p {
    font-size: 16px;
    margin-top: 22px;
}

.icon_wrap img {
    width: 50px;
}

.icon_1 {
    position: absolute;
    top: 50px;
    left: 30px;
}

.icon_1 .icon_wrap {
    width: 49%;
}

.icon_2 {
    position: absolute;
    top: 50px;
    right: 30px;
}

.icon_2 .icon_wrap {
    width: 49%;
}

.icon_3 {
    position: absolute;
    bottom: 50px;
    left: 30px;
}

.icon_3 .icon_wrap {
    width: 49%;
}

.icon_4 {
    position: absolute;
    bottom: 50px;
    right: 30px;
}

.icon_4 .icon_wrap {
    width: 100%;
}

.icon_wrap:nth-child(1) {
    margin-bottom: 25px;
}

.icon_wrap:nth-child(2) {
    margin-bottom: 25px;
}

.icon_4 .icon_wrap:nth-child(2) {
    margin-bottom: 0;
}

.link_system_wrap_2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.link_system_img_wrap {
    width: 40%;
}

.link_system_img_wrap img {
    width: 100%;
}

.link_table_wrap {
    width: 56%;
}

.link_table_wrap > table {
    width: 100%;
}

.link_table_wrap > table td {
    padding: 30px 40px;
    font-size: 16px;
}

.section_6 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 177px;
}

.section_6_wrap {
    width: 100%;
    height: 1000px;
    margin: 50px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--main-sub-color-opacity);
}

.total_system_title {
    width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.total_system_main_wrap {
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.total_system_main_wrap p {
    font-size: 18px;
    margin-top: 20px;
}

.total_system_main_1 {
    position: absolute;
    top: 10%;
    left: 10%;
}

.total_system_main_2 {
    position: absolute;
    top: 10%;
    right: 10%;
}

.total_system_main_3 {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.total_system_main_4 {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.total_system_text p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.section_7 {
    margin: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section_7_computer {
    margin: 50px 0;
}

.sec_7_text {
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}

.font_weight {
    font-weight: 700;
}

.charact_img_box_wrap {
    position: relative;
    width: 90%;
    height: 90vh;
    margin: 0 177px;
    background-image: url('../img/charact_img_box.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.charact_text_box {
    position: absolute;
    top: 50px;
    left: 100px;
    padding: 50px;
    background-color: #53c5c5ce;
    margin-top: 50px;
}

.charact_text_box p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

/* ------------------------------인덱스 종이비행기----------------------------- */

.map {
    position: relative;
}

.plane_wrap {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.paper_plane {
    width: 250px;
}

.paper_plane img {
    width: 100%;
}

.circle_main {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--main-sub-color);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-weight: var(--font-bold-weight);
    font-size: var(--smalltitle-media);
    z-index: 0;
}

.circle_main_wrap {
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.circle_in {
    position: absolute;
    width: 5px;
    height: 5px;
}
.circle_1 {
    left: 41%;
    top: 41%;
}

.circle_2 {
    left: 38%;
    top: 46%;
}

.circle_3 {
    left: 30%;
    top: 52%;
}

.circle_move {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--main-sub-color);
}

.circle_in_1 {
    animation: circleMove 3s infinite linear;
}

.circle_in_2 {
    animation: circleMove 3s 0.5s infinite linear;
}

.circle_in_3 {
    animation: circleMove 3s 1s infinite linear;
}

@keyframes circleMove {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(5.5);
        opacity: 0;
    }
}

.circle_line_wrap {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
}

.circle_line {
    height: 1px;
    border: 1px solid var(--main-sub-color);
}

.circle_line_1 {
    animation: lineMove 0.8s forwards linear;
}

.circle_line_2 {
    animation: lineMove 0.8s 0.3s forwards linear;
}

.circle_line_3 {
    animation: lineMove 0.8s 0.6s forwards linear;
}

.circle_line_wrap p {
    width: 100px;
    font-size: 16px;
    color: var(--main-color);
    margin-left: 10px;
}

@keyframes lineMove {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100px;
        opacity: 1;
    }
}

/* 컨텐츠박스 */

.sub_con_wrap {
    display: flex;
}

.con_box {
    padding: clamp(40px, 10vw, 100px) clamp(20px, 5.2vw, 60px);
    background-color: var(--gray-color-3);
    border-radius: 15px;
}

/* ---------------------------------약품공급장치 / sub3_1_3 */

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

.chemical_con {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: clamp(40px, 3.125vw, 100px) 0;
}

.chemical_con h2 {
    margin-top: 30px;
}
.chemical_con img {
    width: 60%;
    object-fit: contain;
}
.outline {
    padding: 0 15px;
}

.outline p {
    line-height: var(--title-text-line-height);
    font-size: var(--text-font);
    word-break: keep-all;
    margin-bottom: 15px;
}

.chemical_outline_wrap {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.chemical_char {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.com_img {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;

    img {
        width: 100%;
    }

    p {
        font-size: clamp(18px, 1.0417vw, 22px);
        font-weight: 600;
        margin-top: 30px;
    }
}

.chemical-table {
    border: var(--white);
    border-collapse: collapse;
    width: 100%;
    font-size: clamp(16px, 0.9375vw, 18px);
    text-align: center;
}

.chemical-head {
    border-top: 2px solid #000000;
    border-bottom: 1px solid #c9c9c9;
}

.chemical-head th {
    border-right: 1px solid #c9c9c9;
}

.chemical-table th {
    padding: 30px 10px;
}

.chemical-table td {
    border-right: 1px solid #c9c9c9;
}

.none_line {
    border-right: none !important;
}

.chemical-table td {
    padding: 20px 10px;
    border-bottom: 1px solid #c9c9c9;
}

.chemical-table-wrap {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    margin: clamp(50px, 3.6458vw, 100px) 0;
}

.chemical-title {
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

@media all and (max-width: 768px) {
    .chemical_con_wrap {
        flex-direction: column;
    }

    .chemical_con {
        width: 100%;
    }

    .chemical_outline_wrap {
        flex-direction: column;
    }

    .outline {
        width: 100%;
    }

    .com_img {
        width: 100%;
        margin: 50px 0;
    }

    .circle_line_wrap p {
        font-size: 14px;
    }

    .partners-logo {
        gap: 0;
        justify-content: space-between;
    }
}
