#articleInfo6 .itemimg {
    text-align: center;
}
#articleInfo6 .itemimg {
    position: relative;
    padding-bottom: 45%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}
#articleInfo6 .textEditor .Img{
    text-align: center;
}
#articleInfo6 .itemimg iframe,#articleInfo6 .itemimg object,#articleInfo6 .itemimg embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#articleInfo6 .locationCustomBoard{
    margin-top: 50px;
}

#articleInfo6 .locationCustomBoard .item {
    max-width: 1200px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0 20px;
    align-items: center;
}

#articleInfo6 .locationCustomBoard .Img {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

#articleInfo6 .locationCustomBoard .leftBox {
}

#articleInfo6 .locationCustomBoard .subtitle {
    color: var(--primary);
    font-size: 19px;
}

#articleInfo6 .locationCustomBoard .title {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

#articleInfo6 .locationCustomBoard .Txt {
    margin-left: 100px;
}
#articleInfo6 .locationCustomBoard .Txt .paragraph{
    line-height: 200%;
    letter-spacing: 0.5px;
}

@media (max-width: 1040px) {
    #articleInfo6 .locationCustomBoard .Txt {
        margin: 0;
    }

    #articleInfo6 .locationCustomBoard .item {
    grid-template-columns: 1fr;
    padding: 10px 0;
    }

    #articleInfo6 .locationCustomBoard .Img {
        margin: 0 0 20px;
    }

    #articleInfo6 .locationCustomBoard .leftBox {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .locationCustomBoard .subtitle {
        margin-right: 30px;
    }
}
