#content {
  background: #FFFFFF;
}

#subBanner {
  height: 375px;
  background: #33bfe3;
}

.narrow #subBanner {
  height: 300px;
}

#subBanner .bg-left {
  background: url("../img/blockBG/bg3.png") left top repeat;
  background-color: #0063af;
}

#subBanner .sense-left {
  background-image: url("../img/0402/img_0402_subbanner.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.narrow #subBanner .sense-left {
  background-size: auto 100%;
}

#subBanner #headline {
  background: #f9bf33;
}

#subBanner .wrap {
  position: relative;
}

#subBanner .sense-left {
  width: 326px;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

#subBanner .sense-right {
  width: 684px;
  height: 100%;
  position: absolute;
  left: 340px;
  background: #33bfe3;
  text-align: center;
  color: #FFF;
}

  #subBanner .sense-right p {
    margin: 0;
    padding: 0;
    font-weight: bold
  }

.b_R {
  border-right: 14px solid #FFF;
}

#interview {
  margin: 66px auto;
}


@media only screen and (max-width:1000px) {
  .b_R {
    border-right: 0px solid #FFF;
  }

  #subBanner {
    height: 285px;
  }

    #subBanner .wrap {
      width: 100%;
      margin: 0px;
    }

    #subBanner .sense-left {
      width: 33%;
      height: 100%;
      position: relative;
      z-index: 1;
      float: left;
      box-sizing: border-box;
      height: 285px;
      background-size: auto 260px;
    }

    #subBanner .sense-right {
      width: 67%;
      position: absolute;
      left: 33%;
    }
}


@media only screen and (max-width:600px) {
  #subBanner,
  #subBanner .wrap {
    height: auto;
  }

    #subBanner .sense-left {
      width: 100%;
      background-position: center top;
      position: relative;
      z-index: 1;
      float: inherit;
      height: 246px;
      background-size: auto 260px;
    }

    #subBanner .sense-right {
      width: auto;
      height: auto;
      position: relative;
      z-index: 1;
      float: inherit;
      left: 0px;
      border-bottom: 0px solid #FFF;
      padding: 5px 10px;
    }

  .b_R {
    border-right: 0px solid #FFF;
  }

  br {
    display: none;
  }
}

pre {
  margin-left: 30px;
  font-size: 1.1rem;
  font-family: inherit;
  white-space: pre-wrap;
}

.fas.fa-star {
  color: #FFBA00;
}
