/* --------------------------------------------------------- */

.max_width {
    max-width: 1600px;
    margin: 0 auto;
}

.padding_pc {
    padding: 0 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;
    }
}
