@charset "utf-8";
/* CSS Document */
.sec_03 {
  background-color: #FC494A;
}
.sec_03 .left {
  float: left;
  width: 50%;
  background-image: url("/Templates/re26/img/contents/specialinterview/si.png");
  height: 480px;
  background-size: cover;
}
.sec_03 .right {
  float: right;
  width: 50%;
  height: 480px
}
.sec_03 .title {
  color: #fff;
  font-size: 48px;
  font-family: "Roboto Condensed", sans-serif;
  margin: 100px 0 0 10%;
}
.sec_03 .text {
  color: #fff;
  line-height: 2;
  margin: 25px 0 25px 10%;
  font-size: 16px;
}
.sec_03 .btnRe a {
  margin: 50px 0 0 10%;
}
@media (max-width: 1000px) {}
@media (max-width: 850px) {
  .sec_03 .left {
    float: none;
    width: 100%;
    height: 300px;
    background-position: center;
    aspect-ratio: 1392 / 782;
    height: 100%;
    background-repeat: no-repeat;
  }
  .sec_03 .right {
    float: none;
    width: 100%;
    height: auto;
    padding: 0 0 50px;
  }
  .sec_03 .title {
    margin: 25px auto;
    text-align: center;
  }
  .sec_03 .text {
    margin: 0 auto;
    text-align: center;
  }
  .sec_03 .btnRe a {
    margin: 35px auto 0;
  }
}
@media (max-width: 500px) {
  .sec_03 .title {
    font-size: 40px;
  }
}