.content {
  position: relative;
  right: 0;
  padding: 0 100px 0 350px;
}

.top-inner {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
  padding: 20px 0 0 0;
}

.title {
  font-weight: 600;
  padding-bottom: 50px;
  color: #000;
}
.title .t-tw {
  font-size: 1.4em;
  display: inline-block;
  letter-spacing: 0.2em;
}
.title .t-en {
  font-size: 1em;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 0.2em;
}
.title .t-en:after {
  content: "";
  padding-top: 31px;
  padding-left: 50px;
  background: #e6e6e6;
  position: relative;
  top: 5px;
  left: -30px;
  z-index: -1;
}

.t-img {
  width: 48%;
  float: left;
  margin-left: 50px;
}
.t-img img {
  width: 100%;
}

.t-text {
  display: inline-block;
  position: absolute;
  bottom: 10%;
  padding: 30px 30px 20px 80px;
  line-height: 2.2em;
}
.t-text span {
  display: inline-block;
}
.t-text:after {
  content: "";
  padding-top: 100px;
  padding-left: 100px;
  background: #eaeaea;
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: -1;
}

.t-img2 {
  position: absolute;
  right: 30px;
  height: 300px;
}
.t-img2 img {
  height: 100%;
}

.inner {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  padding-top: 20px;
  max-height: 300px;
}

.o-text {
  display: inline-block;
  position: relative;
  padding: 20px 50px;
  line-height: 1.8em;
}

.small {
  color: #000;
}

.o-img {
  width: 30%;
  float: right;
}
.o-img img {
  width: 100%;
}

@media screen and (max-width: 1750px) {
  .t-img2 {
    height: 250px;
    right: 0;
  }

  .t-text {
    padding: 30px 30px 20px 50px;
    bottom: 0;
  }
  .t-text:after {
    left: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .content {
    padding: 0 50px 0 300px;
  }

  .t-img {
    margin-left: 30px;
  }

  .o-text {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .o-text {
    padding: 0px 30px;
  }

  .inner {
    max-height: 250px;
  }

  .t-text {
    padding: 20px 0 20px 50px;
  }

  .t-img2 {
    height: 180px;
    right: 0;
  }
}
@media screen and (max-width: 1300px) {
  .t-img2 {
    height: 150px;
  }
}
@media screen and (max-width: 1250px) {
  .t-img2 {
    height: 120px;
  }

  .t-text {
    padding: 20px 0 10px 30px;
  }
  .t-text:after {
    left: 10px;
  }
}
@media screen and (max-width: 1150px) {
  .t-img2 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .content {
    padding: 30px;
  }

  .top-inner {
    padding-bottom: 50px;
    margin-top: 70px;
    margin-bottom: 30px;
  }

  .title {
    text-align: center;
    padding-top: 20px;
  }

  .t-img {
    width: 100%;
    float: none;
    margin-left: 0px;
  }

  .t-text {
    position: relative;
    top: 30px;
    padding: 20px 50px;
  }
  .t-text:after {
    left: 30px;
  }

  .inner {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .o-text {
    width: auto;
    padding: 10px 50px 80px;
  }

  .o-img {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 900px) {
  .content {
    padding: 10px;
  }

  .o-text {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 640px) {
  .content {
    padding: 0;
  }

  .title {
    padding-bottom: 30px;
    padding-top: 0px;
  }
  .title .t-en {
    display: block;
    margin-left: 0;
    position: relative;
    left: 22px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 460px) {
  .top-inner {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .t-text {
    top: 10px;
    left: 0;
    padding: 20px 30px;
  }
  .t-text:after {
    left: 10px;
  }

  .t-img2 {
    right: 5%;
    top: 67%;
  }

  .inner {
    margin-top: 50px;
  }

  .o-text {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 390px) {
  .t-img2 {
    height: 180px;
    right: 1%;
    top: 68%;
  }

  .inner {
    padding-top: 0px;
  }
}
@media screen and (max-width: 340px) {
  .t-img2 {
    height: 150px;
    right: 0;
    top: 68%;
  }

  .t-text {
    padding: 20px 30px;
  }
  .t-text:after {
    left: 10px;
  }
}
