@charset "utf-8";

#greeting {
    width: 100vw;
    height: 100%;
    text-align: center;
    background-image: url(./img/background_img.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
#greeting .mircenter {
    padding: 0 20px 280px 20px;
    border: none;
}

#greeting .content_1 {
    display: flex;
    gap: 10px;
    justify-content: center;
}
#greeting .content_1 .content_1_detail {
    font-size: 1.44em;
    font-family: "Gmarket Sans";
    color:#173C7B;
}
#greeting .content_1 .content_1_detail p {
    font-weight: 500;
    line-height: 42px;
}
#greeting .content_1 .content_1_quotes {
    align-self: center;
}

#greeting .content_2,
#greeting .content_4,
#greeting .content_5 {
    margin: 30px 0;
    color: #333;
    text-align: center;
    font-family: "Wanted Sans";
    font-size: 1.11em;
}

#greeting .content_2 p,
#greeting .content_4 p,
#greeting .content_5 p {
    line-height: 32px;
    font-style: normal;
    font-weight: 400;
}

#greeting .content_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
}
#greeting .content_3 .content_3_detail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
#greeting .content_3 .content_3_detail .content_3_detail_tit {
    width: 190px;
    text-align: left;
    color: #173C7B;
    font-family: "Wanted Sans";
    font-size: 1.22em;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
#greeting .content_3 .content_3_detail .content_3_detail_tit span {
    font-size: 1.77em;
    font-weight: 700;
}
#greeting .content_3 .content_3_detail .content_3_detail_des {
    width: 460px;
    max-width: 460px;
    color: #333;
    font-family: "Wanted Sans";
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.54px;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    background: #FFF;
}
#greeting .content_3 .content_3_detail .content_3_detail_des span {
    font-weight: 700;
    color: #68B16B;
}

#greeting .content_6 .content_6_bold {
    color: #333;
    text-align: center;
    font-family: "Gmarket Sans";
    font-size: 1.22em;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

/* 반응형 작업 */
@media (max-width:1440px) { }
@media (max-width:1200px) { }
@media (max-width:1024px) {}
@media (max-width:991px) { }
@media (max-width:768px) {
    #greeting .content_3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        gap: 20px;
    }
    #greeting .content_3 .content_3_detail {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        width: 100%;
    }
    #greeting .content_3 .content_3_detail .content_3_detail_tit {
        width: 190px;
        text-align: center;
    }
    #greeting .content_3 .content_3_detail .content_3_detail_des {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width:640px) {
}
@media (max-width:480px) {
    #greeting .mircenter {
        padding: 0 10px 100px 10px;
    }
    #greeting .content_2, #greeting .content_4, #greeting .content_5 {
        margin: 20px 0;
    }
    #greeting .content_3 {
        padding: 0;
    }
}
@media (max-width:450px) {
    .content_1 .content_1_quotes img {
        width: 30px;
    }
    #greeting .content_1 .content_1_detail {
        font-size: 1.11em;
        font-family: "Gmarket Sans";
        color:#173C7B;
    }
    #greeting .content_1 .content_1_detail p {
        font-weight: 500;
        line-height: 35px;
    }

}