
.hero_wrap {
    background: #F5F7FA;
}
.hero_wrap .banner_wrap {
    display: flex;
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8rem;
}
.hero_wrap .banner_wrap .text_wrap {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
}

.hero_wrap .banner_wrap .text_wrap h2 {
    font-weight: 600;
    font-size: 6.4rem;
    line-height: 1.2;
    color: #4D4D4D;
}

.hero_wrap .banner_wrap .text_wrap h2 strong {
    color: var(--main);
}

.hero_wrap .banner_wrap .text_wrap p {
    color: #717171;
    margin-bottom: 1.6rem;
}


/* 공통 */
.btn_contact {
    padding: 1.4rem 3.2rem;
    border-radius: 4px;
    background: var(--btn);
    color: #fff;
    line-height: 1.5;
}

.section_wrap {
    margin-bottom: 8rem;
}

.section_wrap .title_wrap {
    margin-bottom: 3.2rem;
}

.section_wrap .title_wrap h3 {
    font-size: 3.6rem;
    font-weight: 600;
    color: #4D4D4D;
    text-align: center;
    margin-bottom: 0.8rem;
    line-height: 1.2;
}

.section_wrap .title_wrap p {
    text-align: center;
    line-height: 1.5;
    color: #717171;
}


.tech_section .swiper {
    width: 100%;
    overflow: hidden;
}

.tech_section .swiper-wrapper {
    height: 98px;
    align-items: center;
}

.tech_section .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value_section {
    margin-bottom: 9rem;
}
.value_section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.value_section ul li {
    width: 300px;
    box-shadow: rgba(171, 190, 209, 0.2) 0px 2px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .8rem;
    padding: 2.4rem;
    border-radius: 8px;
}

.value_section ul li .top_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
}

.value_section ul li .title {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #4D4D4D;
}

.value_section ul li .desc {
    font-size: 1.4rem;
    color: #717171;
    line-height: 1.4;
}

.welcome_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcome_section .img_wrap {
    width: 40%;
    max-width: 479px;
    text-align: center;
}

.welcome_section .text_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    max-width: 545px;
}

.welcome_section .text_wrap h3 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #4D4D4D;
}

.welcome_section .text_wrap p {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #717171;
}

.interaction_section {
    background: #F5F7FA;
    padding: 6.4rem 0;
}

.interaction_section .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.interaction_section .inner .text_wrap h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #4D4D4D;
}

.interaction_section .inner .text_wrap h3 strong {
    color: var(--main);
}

.interaction_section .inner .text_wrap p {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #717171;
}

.interaction_section .inner .number_wrap {
    width: 50%;
    max-width: 540px;
}
.interaction_section .inner .number_wrap .row {
    display: flex;
}

.interaction_section .inner .number_wrap .row:nth-child(1) {
    margin-bottom: 4rem;
}

.interaction_section .inner .number_wrap .row .box {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.interaction_section .inner .number_wrap .row .box .count {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #4D4D4D;
}

.interaction_section .inner .number_wrap .row .box .label {
    line-height: 1.4;
    color: #717171;
}

.ambition_section { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ambition_section .img_wrap img {
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s ease;
    border-radius: .8rem;
    box-shadow: rgba(171, 190, 209, 0.4) 0px 8px 16px 0px;
}

.ambition_section .img_wrap img.active {
    opacity: 1;
    transform: translateX(0);
}

.ambition_section .about_intro{
    margin-bottom: 3.2rem;
}

.ambition_section .about_intro > p {
    line-height: 24px;
    font-weight: 600;
    color: #717171;
}

.ambition_section .about_intro .desc {
    margin-bottom: 1.6rem;
}

.ambition_section .about_intro .profile .name {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 600;
    color: var(--main);
    margin-bottom: .8rem;
}

.ambition_section .about_intro .profile .value {
    color: #89939E;

}

.ambition_section .about_skill {
    display: flex;
    align-items: center;
    gap: 3.2rem;
}

.ambition_section .skill_list {
    display: flex;
    gap: 4rem;
}

.service_section ul {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
}

.service_section ul li {
    width: 33.3333%;
}

.service_section ul li .img_wrap img {
    width: 100%;
    border-radius: 0.8rem;
}

.service_section ul li .content_wrap {
    width: 90%;
    margin: 0 auto;
    background: #F5F7FA;
    padding: 1.6rem;
    border-radius: 0.8rem;
    text-align: center;
    position: relative;
    margin-top: -25%;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(171, 190, 209, 0.4) 0px 8px 16px 0px;
}

.service_section ul li .content_wrap > * {
    color: #717171;
    font-size: 2rem;
    line-height: 1.4;
}

.service_section ul li .content_wrap .service_title {
    font-weight: 600;
}

.service_section ul li .content_wrap .service_link {
    margin-top: 1.6rem;
    font-size: 2rem;
    color: var(--main);
    font-weight: 600;
}

.cta_section {
    background: #F5F7FA;
    padding: 4rem 0;
    margin-bottom: 0;
}

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

.cta_section p {
    font-size: 4.8rem;
    text-align: center;
}

.cta_section p strong {
    display: block;
    font-weight: 600;
}

.cta_section .btn_contact {
    margin-top: 3.2rem;
}

@media screen and (max-width: 1279px) {
    .btn_contact { font-size: 1.4rem; padding: 0.8rem 1.5rem;}
    .hero_wrap .banner_wrap { position: relative; padding-top: 2rem; padding-bottom: 2rem;}
    .hero_wrap .banner_wrap .text_wrap { display: block; margin-bottom: 3rem;}
    .hero_wrap .banner_wrap .text_wrap h2 { font-size: 2.6rem;}
    .hero_wrap .banner_wrap .text_wrap h2 br { display: none;}
    .hero_wrap .banner_wrap .text_wrap p { margin-top: 4px; margin-bottom: 2.6rem; width: 65%; font-size: 1.2rem;}
    .hero_wrap .banner_wrap .img_wrap img{ width: 35%; position: absolute; bottom: 0; right: 1.5rem;}

    .section_wrap .title_wrap h3 { font-size: 2.2rem;}
    .section_wrap .title_wrap p { font-size: 1.4rem;}

    .tech_section { padding: 0;}
    .tech_section .swiper-wrapper { height: 2.4rem;}
    .tech_section .swiper img { height: 2.4rem;}

    .value_section ul { flex-direction: column; gap: 3.6rem;}
    .value_section ul li { width: 100%;}
    .value_section ul li .top_wrap img { width: 5rem;}
    .value_section ul li .title { font-size: 2rem;}
    .value_section ul li .title br { display: none;}
    .value_section ul li .desc br { display: none;}

    .welcome_section .img_wrap { display: none;}
    .welcome_section .text_wrap { width: 100%;}
    .welcome_section .text_wrap h3 { font-size: 2.2rem; position: relative; padding-left: 10rem; margin-bottom: 3.5rem;}
    .welcome_section .text_wrap h3:before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 10rem; height: 10rem; background: url(../img/img.png) no-repeat center / contain; }

    .interaction_section .inner { flex-direction: column; gap: .8rem;}
    .interaction_section .inner .text_wrap h3 { font-size: 2.2rem;}
    .interaction_section .inner .number_wrap { width: 100%;}
    .interaction_section .inner .number_wrap .row { gap: .8rem;}
    .interaction_section .inner .number_wrap .row .box { gap: .8rem;}
    .interaction_section .inner .number_wrap .row .box .count { font-size: 2rem;}
    .interaction_section .inner .number_wrap .row .box .label { font-size: 1.4rem;}
    .interaction_section .inner .number_wrap .row .box .left img { width: 3.6rem;}

    .ambition_section { padding: 0;}
    .ambition_section .img_wrap {position: absolute; z-index: -1; width: 100%;        overflow: hidden;}
    .ambition_section .img_wrap img { filter: brightness(0.4); border-radius: 0; width: 100%;}
    .ambition_section .about_wrap { padding: 0 1.5rem;}
    .ambition_section .about_intro > p { color: #F0F0F0; font-weight: 400; font-size: 1.4rem;}
    .ambition_section .about_intro .profile .name { color: #6DA6CC;}
    .ambition_section .about_intro .profile .value { color: #B5B5B5;}
    .ambition_section .skill_list { display: none;}
    .ambition_section .btn_contact { background: none; padding: 0; font-size: 2rem;}

    .service_section ul { overflow-x: scroll; padding-bottom: 2rem;}
    .service_section ul li { width: 340px;}
    .service_section ul li .img_wrap img { width: 80vw;}
    .service_section ul li .content_wrap > * { font-size: 1.4rem;}
    .service_section ul li .content_wrap .service_link { font-size: 1.8rem;}
    
    .cta_section p { font-size: 2rem;}
}
