.bgimg {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    z-index: 1;
    min-height: 650px;
}
.bgimg::after {
    background-image: url('./han_river_n_bridge.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.font-dine-title {
    font-family: 'Malgun Gothic';
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
}
.font-dine-content {
    font-family: 'Malgun Gothic';
    font-size: 16px;
}
.container {
    margin-bottom: 80px;
}
.img-wrap .profile-img {
    margin-bottom: 0;
}
.about-left-content {
    padding-bottom: 0;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.row,
.profile-img {
    display: flex;
}
.profile-img {
    justify-content: center;
    align-items: center;
}
.profile-img > img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    opacity: 0.9;
    width: 100%;
}
.pc_about {
    display: block;
}
.mobile_about {
    display: none;
}
@media (max-width: 980px) {
    .pc_about {
        display: none;
    }
    .mobile_about {
        display: block;
    }
    .bgimg::after {
        background-position: center top;
    }
}
.main-content {
    font-size: 20px;
    font-family: 'Malgun Gothic';
    color: #000080;
}
