main {
    position: relative;
}

/* .global_main {
    padding-top: 183px;
}

.global-banner {
    margin-bottom: 76px;
} */

/* main::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background-color: #fafafa;
    z-index: -1;
} */

#section1 {
    padding-bottom: 143px;
}

.work-top-flex-container {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 113px;
    gap: 111px;
    margin-top: 122px;
    @media screen and (max-width: 1250px) {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }   
    @media screen and (max-width: 767px) {
        margin-top: 67px;
        margin-bottom: 51px;
        gap: 0;
        align-items: unset;
        margin-top: 0;
    }
}

.work_banner {
    /* margin-bottom: 79px; */
    max-width: 732px;
    max-height: 571px;
}

.work_banner img {
    border-radius: 15px;
}

.grey-bar-work {
    width: 100%;
    height: 1px;
    background-color: #CFCFCF;
}

#top-work-content.grey-bar-work {
    margin-bottom: 110px;
    @media screen and (max-width: 767px) {
        margin-bottom: 47px;
    }
}

#section1 .text_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 95px;
    flex-direction: column;
    margin-top: -18px;
    @media screen and (max-width: 767px) {
        margin-bottom: 0;
    }
}

#section1 .text_flex .bold_text {
    position: relative;
    font-family: var(--NotoSans);
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 57px;
    text-align: left;
    color: #000000;
    max-width: 701px;
    margin-bottom: 46px;
}

#section1 .text_flex .body_text {
    flex: 1;
    max-width: 678px;
    font-family: var(--NotoSans);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 41px;
    text-align: left;
    color: #121c15;
}

#section1 .flex_centered_links {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 27px;
    margin: 60px auto;
}

#section1 .flex_centered_links a {
    font-family: var(--NotoSans);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 43px;
    text-align: right;
    color: #121c15;
    display: flex;
    align-items: center;
    margin-right: 80px;
}

#section1 .flex_centered_links a:last-child {
    margin-right: 0;
}

#section1 .flex_centered_links a img {
    margin-left: 15px;
}

#section1 .white_card_container {
    padding: 103px 100px 89px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 60px;
    border-radius: 20px;
}

#section1 .header {
    font-family: var(--NotoSans);
    position: relative;
    max-width: 354px;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    /* line-height: 80px; */
    letter-spacing: 0.07em;
    color: #000000;
    margin-bottom: 19px;
}

#section1 .left-card-side {
    padding-left: 36px;
    @media screen and (max-width: 767px) {
        padding-left: 0;
    }
}

#section1 .header::after {
    content: "";
    position: absolute;
    left: -28px;
    bottom: -6px;
    width: 11px;
    height: 11px;
    background-color: #009D90;
    border-radius: 50%;
    top: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
    #section1 .header::after {
        left: 5px;
        bottom: -6px;
        width: 6px;
        height: 6px;
    }        
}

#section1 .centered_text {
    font-family: var(--NotoSans);
    letter-spacing: 0.05em;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 37px;
    padding-left: 7px;
    /* letter-spacing: 0.07em; */
    color: #000000;
    max-width: 412px;
}

/* #section1 .block_green_header {
    margin-bottom: 60px;
} */

.body_text_first_child {
    padding-bottom: 58px;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 59px;
    @media screen and (max-width: 767px) {
         padding-bottom: 31px;
        margin-bottom: 29px;   
    }
}

#section1 .green_hd {
    font-family: var(--NotoSans);
    text-align: left;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    /* line-height: 44px; */
    letter-spacing: 0.07em;
    color: #009D90;
}

#section1 .body_text {
    font-family: var(--NotoSans);
    text-align: left;
    max-width: 841px;
    font-weight: 500;
    font-size: 18px;
    line-height: 41px;
    letter-spacing: 0.07em;
    color: #000000;
}

.card-flex-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 0px;
    }
}

#section1 .card_img {
    display: table;
    margin: 89px auto 0;
}

@media screen and (max-width: 1450px) {
    #section1 .text_flex .bold_text {
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    #section1 .text_flex {
        flex-direction: column;
    }
    #section1 .text_flex .bold_text {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    #section1 .text_flex .body_text {
        width: 100%;
        max-width: 100%;
    }
    #section1 .flex_centered_links a {
        margin-right: 5%;
    }
    #section1 .flex_centered_links a:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width:767px){
    .inner1600 {
        width: 89%;
    }
    #section1 {
        padding-bottom: 60px;
    }
    #section1 .work_banner {
        max-height: inherit;
        height: 350px;
        width: 100%;
        margin: 0 auto 58px;
    }
    .work_banner img {
        border-radius: 15px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #section1 .text_flex .bold_text {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    #section1 .text_flex .body_text {
        font-size: 14px;
        line-height: 27px;
    }
    #section1 .flex_centered_links {
        /* flex-direction: column; */
        flex-wrap: wrap;
        height: auto;
        /* padding: 33px; */
        box-sizing: border-box;
        margin-bottom: 0;
        margin-top: 0;
        gap: 25px;
        padding-top: 25px;
        padding-bottom: 33px;
        row-gap: 13px;
    }
    #section1 .flex_centered_links a {
        font-size: 14px;
        line-height: 1.6;
        margin-right: 0;
        margin-bottom: 0;
    }
    #section1 .flex_centered_links a:last-child {
        margin-bottom: 0;
    }
    #section1 .flex_centered_links a img {
        margin-left: 10px;
        width: 20px;
    }
    #section1 .white_card_container {
        padding: 40px 32px 40px;
        margin-bottom: 40px;
    }
    #section1 .header {
        font-size: 20px;
        line-height: 1.6;
        margin: 0 auto 9px;
        text-align: left;
        padding-left: 24px;
    }
    #section1 .centered_text {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 42px;
        padding-left: 0;
        letter-spacing: 0.08em;
    }
    #section1 .green_hd {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 6px;
    }
    #section1 .body_text {
        font-size: 14px;
        line-height: 28px;
    }
    #section1 .card_img {
        margin: 40px auto 0;
        transform: scale(.7);
    }
}

/* pickup */

#pickup .pickup_container {
    width: 100%;
    border-radius: 245px;
    background: #fff;
    border: 5px solid #8fc652;
    padding: 86px 220px 77px 188px;
    box-sizing: border-box;
    position: relative;
}

#pickup .pickup_container::after {
    content: "";
    position: absolute;
    left: 188px;
    top: -52px;
    background: url("../../img/pages/work/pickup_icon.png") no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 177.34px;
    height: 97.91px;
}

#pickup .pickup_contents_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pickup .pickup_text_cont {
    flex: 1;
}

#pickup .pickup_title {
    font-family: var(--NotoSans);
    font-weight: bold;
    font-size: 29px;
    line-height: 55px;
    text-align: left;
    color: #8fc652;
    margin-bottom: 25px;
}

#pickup .pickup_description {
    font-family: var(--NotoSans);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 43px;
    text-align: left;
    color: #121c15;
}

#pickup .pickup_img {
    max-width: 231px;
    width: 100%;
    margin-left: 87px;
}

@media screen and (max-width: 1200px){
    #pickup .pickup_container {
        border-radius: 26px;
        padding: 60px 60px 40px;
    }
    #pickup .pickup_container::after {
        left: 6%;
        top: -60px;
    }
    #pickup .pickup_img {
        max-width: 200px;
        margin-left: 40px;
    }
}

@media screen and (max-width:767px){
    #pickup .pickup_contents_flex {
        flex-direction: column-reverse;
    }
    #pickup .pickup_img {
        margin-bottom: 20px;
        margin-left: 0;
    }
    #pickup .pickup_img img {
        vertical-align: center;
    }
    #pickup .pickup_title {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    #pickup .pickup_description {
        font-size: 14px;
        line-height: 26px;
    }
    #pickup .pickup_container {
        border-radius: 56px;
        padding: 40px 20px;
    }
    #pickup .pickup_container::after {
        left: 11%;
        top: -43px;
        width: 110.34px;
        height: 80px;
    }
}
