.department .top-view {
  position: relative; }
  .department .top-view img {
    height: 340px;
    object-fit: cover; }
  .department .top-view .bg-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    margin: 0;
    background: #fff;
    width: 98%;
    max-width: 840px;
    height: 98%;
    max-height: 200px;
    opacity: 0.85; }
  .department .top-view p {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: bold;
    color: #B51F1F;
    margin: 0; }
.department .container {
  max-width: 736px; }
  .department .container p.content {
    font-size: 18px;
    line-height: 31px;
    font-weight: 500; }
.department .con_department.container {
  max-width: 1110px; }

@media (max-width: 767px) {
  .department .top-view p {
    font-size: 40px; } }
@media (max-width: 575px) {
  .department .top-view p {
    font-size: 30px;
    line-height: 36px; } }
