@charset "UTF-8";

.about,
.service {
    max-width: 1088px;
    margin: 0 auto 160px;
    padding: 0 24px;
    box-sizing: content-box;
}

/* service */
.service {
    margin: 0 auto 100px;
    padding-top: 156px;
}
.service h2 {
    color: #03BCCB;
    margin-bottom: 50px;
}
/* .service-container:first-child {
    border-top: 2px solid #D5D5D5;
} */
.service-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    border-bottom: 2px solid #D5D5D5;
}
.service-box01 {
    display: flex;
    align-items: center;
}
.service-box02 {
    max-width: 493px;
}
.service-img {
    display: flex;
    width: 97px;
    justify-content: center;
    margin-right: 30px;
}
.service-img01 {
    height: 61px;
}
.service-img02 {
    height: 79px;
}
.service-img03 {
    height: 40px;
}
.service-no {
    font-family: futura-pt-bold, sans-serif;
    font-size: 18px;
    color: #03BCCB;
}
.service-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #03BCCB;
}
.service-desc {
    margin-bottom: 18px;
}
.service-box02 div {
    display: flex;
    gap: 10px;
}
.service-box02 div p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #03BCCB;
    background-color: #DAEDEF;
    border-radius: 6px;
    padding: 10px 17px 10px 14px;
}

/* about */
.about {
    margin: 0 auto 60px;
}
.about h3 {
    position: relative;
    color: #03BCCB;
    font-size: 34px;
    margin-bottom: 16px;
}
.about-wrapper {
    display: flex;
    justify-content: space-between;
    background-color: #DAEDEF;
    padding: 40px 50px 30px;
    border-radius: 24px;
}
.about-title {
    width: 50%;
}
.name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.name span {
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-left: 30px;
    position: relative;
}
.name span::before {
    content: "";
    top: 2px;
    left: -15px;
    display: block;
    width: 2px;
    height: 20px;
    background-color: #404040;
    position: absolute;
}
.job {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.h3_wrapper {
    display: flex;
}
hr {
    transition: 1.2s cubic-bezier(.4, .4, 0, 1);
    transition-delay: .5s;
    border: 1px solid #03BCCB;
    content: '';
    /* flex: 1 1 auto; */
    height: 1px;
    margin: 24px 28px 0 22px;
}
.line_active {
    flex: 1 1 auto;
}
.about-desc {
    width: 50%;
    margin-top: 12px;
}
.about-desc p {
    font-size: 14px;
    margin-bottom: 16px;
}
.button-wrapper {
    max-width: 1088px;
    margin: 0 auto 140px;
    padding: 0 24px;
    box-sizing: content-box;
}
.button-wrapper .more-button {
    margin: 0 0 0 auto;
}
/* @media screen and (min-width: 1600px) {
    .about,
    .service {
        max-width: 1200px;
        margin: 0 auto 160px;
        padding: 0 20px;
        box-sizing: content-box;
    }
} */
@media screen and (max-width: 852px) {
    .career-wrapper {
        padding-left: 58px;
    }
    .year {
        top: 1px;
        left: -70px;
        font-size: 14px;
        transform: rotate(-90deg);
    }
    .year::after {
        top: 24px;
        left: 6px;
        width: 18px;
        height: 18px;
    }
    .career-wrapper::after {
        top: 10px;
        left: 27px;
        width: 2px;
    }
}

@media screen and (max-width: 767px) {
    img {
        max-width: 100%;
    }
    .service {
        padding-top: 110px;
    }
    .service h2 {
        margin-bottom: 10px;
    }
    .service-container {
        display: flex;
        flex-direction: column;
        padding: 40px 0;
    }
    .service-box01 {
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 24px;
    }
    .service-img {
        margin-right: 0;
    }
    .service-no {
        font-size: 16px;
    }
    .service-title {
        font-size: 28px;
    }
    .service-box02 div {
        flex-wrap: wrap;
    }
    .button-wrapper {
        margin: 0 auto 120px;
        padding: 0 24px;
    }
    .about-wrapper {
        flex-direction: column;
        padding: 40px 40px 30px;
    }
    .about-title {
        width: 100%;
    }
    .about-desc {
        width: 100%;
    }
    .about-h3 {
        margin-bottom: 24px;
    }
    hr {
        margin: 24px 0 0 22px;
    }
    .job {
        margin-bottom: 20px;
    }
}