@charset "UTF-8";

html {
    background-color: #F5F3EE;
}
@media screen and (min-width: 900px){
    #BusinessHeaderBox {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #BusinessHeaderBox:after {
        content: "";
        width: 19%;
        height: 0;
    }
    .BuHeaderBox {
        width: 19%;
        aspect-ratio: .8;
        position: relative;
        background-color: #BCBCBC;
    }
    .BuHeaderUp {
        width: 100%;
        height: 100px;
        background-color: #5D5D5D;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        line-height: 22px;
    }
    .BuHeaderUp:after {
        content: "";
        width: 17px;
        height: 17px;
        background-color: #5D5D5D;
        position: absolute;
        left: 50%;
        top: 90px;
        transform: translate(-50%, 0) rotate(45deg);
    }
    .BuHeaderDown {
        width: 100%;
        font-size: 12px;
        color: #FFFFFF;
        padding: 10%;
        letter-spacing: 1px;
        line-height: 19px;
    }
    .BuHeaderSubText {
        font-size: 10px;
        font-weight: normal;
    }
    .BuHeaderText{
        font-size: 20px;
        font-weight: normal;
    }
    #BuLongArrow {
        width: 100%;
        height: 60px;
        margin: 50px 0;
        background: linear-gradient(to right, #D6D6D6, #777777 calc(100% - 59px), rgba(255,255,255,0) calc(100% - 59px));
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
    }
    #BuLongArrow:after {
        content: "";
        display: block;
        width: 60px;
        height: 90px;
        background-color: #777777;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        position: absolute;
        top: -15px;
        right: 0;
    }
    .InforText {
        margin: 30px auto;
        color: #919191;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 17px;
    }
    .BusinessBox{
        width: 100%;
        background-color: #FFFFFF;
        text-align: center;
        margin: 150px auto 0;
        padding: 50px 0;
    }
    .BusinessBox img {
        width: 85%;
        margin: 0 auto;
        transform: translate(30px, -120px);
    }
    .BuInforBox{
        width: 100%;
        display: flex;
        flex-direction: row;
        margin: -50px auto 0;
    }
    .BuInforLeftBox {
        width: 20%;
        font-size: 90px;
        border-right: 1px solid #797979;
    }
    .BuInforRightBox {
        width: 80%;
        text-align: left;
        padding: 0 50px;
        color: #131313;
        line-height: 31px;
    }
    .BuTitleText{
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 20px;
    }
    .BuText {
        font-size: 16px;
        font-weight: 600;
    }
    .BuSubText {
        font-size: 14px;
        color: #6D6D6D;
    }
}




@media screen and (max-width: 899px) {
    #BusinessHeaderBox {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #BusinessHeaderBox:after {
        content: "";
        width: 19%;
        height: 0;
    }

    .BuHeaderBox {
        width: 100%;
        position: relative;
        background-color: #BCBCBC;
        margin: 0 auto 20px;
    }

    .BuHeaderUp {
        width: 100%;
        height: 80px;
        background-color: #5D5D5D;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        line-height: 22px;
    }

    .BuHeaderUp:after {
        content: "";
        width: 17px;
        height: 17px;
        background-color: #5D5D5D;
        position: absolute;
        left: 50%;
        top: 70px;
        transform: translate(-50%, 0) rotate(45deg);
    }

    .BuHeaderDown {
        width: 100%;
        font-size: 12px;
        color: #FFFFFF;
        padding: 5%;
        letter-spacing: 2px;
        line-height: 21px;
    }

    .BuHeaderSubText {
        font-size: 10px;
        font-weight: normal;
    }

    .BuHeaderText {
        font-size: 20px;
        font-weight: normal;
    }

    #BuLongArrow {
        width: 100%;
        height: 60px;
        margin: 50px 0;
        background: linear-gradient(to right, #D6D6D6, #777777 calc(100% - 59px), rgba(255,255,255,0) calc(100% - 59px));
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
    }

    #BuLongArrow:after {
        content: "";
        display: block;
        width: 60px;
        height: 90px;
        background-color: #777777;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        position: absolute;
        top: -15px;
        right: 0;
    }

    .InforText {
        margin: 30px auto;
        color: #919191;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 17px;
    }

    .BusinessBox {
        width: 100%;
        background-color: #FFFFFF;
        text-align: center;
        margin: 100px auto 0;
        padding: 50px 0;
    }

    .BusinessBox img {
        width: 95%;
        margin: 0 auto;
        transform: translate(0, -100px);
    }

    .BuInforBox {
        width: 95%;
        display: flex;
        flex-direction: column;
        margin: -70px auto 0;
    }

    .BuInforLeftBox {
        width: 100%;
        font-size: 40px;
        text-align: left;
        margin: 0 auto 10px;
    }

    .BuInforRightBox {
        width: 95%;
        text-align: left;
        color: #131313;
        line-height: 26px;
    }

    .BuTitleText {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 20px;
    }

    .BuText {
        font-size: 14px;
        font-weight: 600;
        margin: 0 auto 15px;
    }

    .BuSubText {
        font-size: 12px;
        color: #6D6D6D;
    }



}

