.top {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.top img {
    position: absolute;
    width: 100%;
    min-width: 1980px;
    height: 1080px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    z-index: 9;
    padding: 0 15%;
}


.banner {
    position: absolute;
    top: calc(100vh - 100px);
    width: 100%;
    text-align: center;
}

.banner_icon {
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: inline-block;
}

.animate {
    visibility: visible;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-direction: normal;
}

.banner_icon img {
    width: 45px;
    height: 45px;
    box-sizing: border-box;
}

.top_bg {
    position: relative;
    width: 100%;
    height: 100px;
    z-index: 99;
    transition: all 200ms linear;
}

.scroll_bg {
    margin-top: -50px;

}



.about_title {
    padding-bottom: 34px;
}




.more {
    margin: 0 auto;
    margin-top: 20px;
    width: 150px;
    height: 36px;
    line-height: 36px;
    background-color: #005baa;
    color: #fff;
    text-align: center;
    border-radius: 18px;
    cursor: pointer;
}

.more a {
    display: block;
    width: 100%;
    height: 100%;
}

.center_title {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;

}



.about_team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}



.item a {
    display: block;
    padding: 20px;

}

.item:hover {
    transform: translateY(-20px);
}



.container_team {
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: #f9f9f9;
}



.services_box {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.services_title a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}


.services_img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 400ms ease;
    opacity: 0;
    background: linear-gradient(to bottom, transparent, #005baa);
    cursor: pointer;
}

.services_item:hover .services_img::after {
    opacity: 1;
}

.join_more {
    margin: 0 auto 50px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #005baa;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
}

.join_more a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1200px) {

    .top_title {
        font-size: 60px;
        font-weight: bold;
        font-family: "Pretendard-Bold";
    }

    .top_text {
        margin-top: 20px;
        font-size: 40px;
        font-weight: bold;
        font-family: "Pretendard-Bold";
    }

    .top_bg_box {
        width: 100%;
        background-color: #fff;
        border-top-left-radius: 70px;
        border-top-right-radius: 70px;
        overflow: hidden;
    }

    .container_apcm {
        width: 100%;
        height: 600px;
    }

    .about_text {
        position: relative;
        width: 100%;
        height: 350px;
    }

    .left {
        float: left;
        width: 43%;
        height: auto;
        margin-top: 55px;
        padding: 20px;
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        box-sizing: border-box;
        position: relative;
        z-index: 99;
        cursor: default;
    }

    .right {
        float: right;
        top: 0px;
        width: 75%;
        height: auto;
        margin-left: -264px;
        border-radius: 8px;
    }

    .item {
        background: #ffffff;
        box-shadow: 1px 1px 10px 0px rgba(65, 79, 100, 0.1);
        margin-bottom: 40px;
        transition: all 400ms linear;
    }

    .item_name {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    .item_position {
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
    }

    .services_text {
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
    }

    .services_item {
        position: relative;
        margin-bottom: 75px;
    }

    .services_img {
        display: block;
        width: 350px;
        height: 350px;
        position: relative;
        transition: all 0.5s ease;
    }

    .services_item img {
        width: 350px;
        height: 350px;
    }

    .services_title {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        color: #ffffff;
        font-size: 36px;
        line-height: 40px;
        z-index: 99;
    }
}

@media screen and (max-width: 1200px) and (min-width: 870px) {

    .top_title {
        font-size: 60px;
        font-weight: bold;
        font-family: "Pretendard-Bold";
    }

    .top_text {
        margin-top: 20px;
        font-size: 40px;
        font-weight: bold;
        font-family: "Pretendard-Bold";
    }

    .top_bg_box {
        width: 100%;
        background-color: #fff;
        border-top-left-radius: 70px;
        border-top-right-radius: 70px;
        overflow: hidden;
    }

    .container_apcm {
        width: 100%;
        height: 600px;
    }

    .about_text {
        position: relative;
        width: 100%;
        height: auto;
    }

    .left {
        position: absolute;
        width: 90%;
        height: auto;
        margin-left: 5%;
        padding: 20px;
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        box-sizing: border-box;
        z-index: 99;
        cursor: default;
        top: 50%;
        transform: translateY(-50%);
    }

    .right {
        /* float: right;
        top: 0px; */
        width: 100%;
        height: auto;
        /* margin-left: -264px; */
        border-radius: 8px;
    }

    .item {
        background: #ffffff;
        box-shadow: 1px 1px 10px 0px rgba(65, 79, 100, 0.1);
        margin-bottom: 40px;
        transition: all 400ms linear;
    }

    .item_name {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    .item_position {
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
    }

    .services_text {
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
    }

    .services_item {
        position: relative;
        margin-bottom: 75px;
    }

    .services_img {
        display: block;
        width: 350px;
        height: 350px;
        position: relative;
        transition: all 0.5s ease;
    }

    .services_item img {
        width: 350px;
        height: 350px;
    }

    .services_title {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        color: #ffffff;
        font-size: 36px;
        line-height: 40px;
        z-index: 99;
    }
}

@media screen and (max-width: 870px) {

    .top_title {
        font-size: 30px;
        font-weight: bold;
        font-family: "Pretendard-Bold";
    }

    .top_text {
        margin-top: 20px;
        font-size: 25px;
        font-weight: bold;
        font-family: "Pretendard-Bold";
    }

    .top_bg_box {
        width: 100%;
        background-color: #fff;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        overflow: hidden;
    }

    .container_apcm {
        width: 100%;
        height: 500px;
    }

    .about_text {
        position: relative;
        width: 100%;
        height: 350px;
    }

    .left {
        position: absolute;
        width: 90%;
        height: auto;
        margin-left: 5%;
        padding: 20px;
        font-size: 18px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 30px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        box-sizing: border-box;
        z-index: 99;
        cursor: default;
        top: 50%;
        transform: translateY(-50%);
    }

    .item {
        width: 90%;
        background: #ffffff;
        box-shadow: 1px 1px 10px 0px rgba(65, 79, 100, 0.1);
        margin-bottom: 40px;
        transition: all 400ms linear;
    }

    .right {
        width: 100%;
        height: 350px;
        border-radius: 8px;
    }

    .item_name {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    .item_position {
        font-size: 18px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 24px;
        text-align: center;
    }

    .services_text {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 24px;
    }

    .services_item {
        position: relative;
        margin-bottom: 35px;
    }

    .services_img {
        display: block;
        width: 90%;
        height: auto;
        position: relative;
        transition: all 0.5s ease;
        margin: 0 auto;
    }

    .services_item img {
        width: 100%;
        height: auto;
    }

    .services_title {
        position: absolute;
        width: 90%;
        bottom: 0px;
        left: 5%;
        color: #ffffff;
        font-size: 24px;
        line-height: 30px;
        z-index: 99;
    }
}