.intro-bg {
    width: 100%;
    height: 200px;
    background-image: url(/img/intro-bg.png);
    background-position: center;
    background-color: var(--main-color);
    color: #ffffff;
    background-blend-mode: multiply;
    padding: 25px 50px;
    top: calc(0% + 78px);
    position: absolute;
    right: 0;
}

.bg-g {
    background-color: var(--g1);
    padding-top: 100px;
}

.intro-logo {
    float: right;
    width: 150px;
    height: 50px;
    background-image: url(/img/logo-w.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.content1 {
    position: relative;
    background-color: #fff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}

.intro-wrap {
    padding: 30px 70px 0 70px;
}

.intro-wrap>h3>span {
    color: var(--g3);
}

.intro-wrap>h3 {
    margin: 30px 0;
    line-height: 35px;
}

.intro-wrap>p:first-of-type {
    color: var(--g5);
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 35px;
}

.intro-p>span {
    display: block;
}

.int-img {
    max-width: 100%;
    margin: 5% 0 10% 0;
}

.box-wrap {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}


.intro-box {
    padding: 30px;
    margin-bottom: 60PX;
}

.intro-box>p {
    display: inline-block;
    font-size: 20px;
}

.left {
    width: 100%;
    height: 80px;
    margin-right: 60px;
    border-right: solid 1px var(--g3);
}

.left h4 {
    line-height: 27px;
    margin-right: 20px;
}

.left h4 span {
    color: var(--g3);
}


.right p {
    font-size: 15px;
}


.right-text>span {
    display: block;
}



.ildong p {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}


.picture {
    text-align: center;
    margin-bottom: 100px;
}

.picture img {
    width: 200px;
    image-rendering: -moz-crisp-edges;
    /* firefox */
    image-rendering: -o-crisp-edges;
    /* opera */
    image-rendering: -webkit-optimize-contrast;
    /* chrome(비표준) */
    image-rendering: crisp-edges;
}


.intro-logos {
    width: 100%;
    padding-bottom: 100px;
    text-align: center;

}

.intro-logos img {
    display: inline-block;
    margin-right: 80px;
}


@media screen and (max-width: 1640px) {

    .box-wrap {
        flex-direction: column;
    }


    .intro-box .left {
        width: 100%;
        margin-bottom: 20px;
        border-bottom: solid 1px var(--g3);
        border-right: none;
        padding-bottom: 20px;
    }



    .intro-logos img {

        margin-right: 20px;
    }


}

@media screen and (max-width: 1328px) {

    .intro-p>span {
        display: inline;
    }
}