.pageone {
  /* height: 680px !important; */
}

.pagedetail {
  width: 100%;
  height: 100%;
  background-color: #F5F7FA;
}

.pagedetail .container {
  width: 85%;
  margin: 0 auto;
  display: flex;
  min-height: 80vh;
  justify-content: space-between;
}

.pagedetail .container .left {
  width: 74%;
  height: 100%;
  background-color: #fff;
  padding: 40px 100px 50px 70px;
  margin: 0 auto;
}

.pagedetail .container .left .ttl {
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #00497C;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  margin-bottom: 20px;
}

.pagedetail .container .left .info {
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 16px;
  color: #898989;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin: 10px 0;
  letter-spacing: 2px;
}

.pagedetail .container .left .info span {
  display: inline-block;
  margin: 0 10px;
}

.pagedetail .container .left .ttx {
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 16px;
  color: #262626;
  line-height: 2;
  text-align: left;
  font-style: normal;
}

.pagedetail .container .left .ttx span {
  display: inline-block;
  text-indent: 32px;
  margin-bottom: 15px;
}

.pagedetail .container .left .people {
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 16px;
  color: #898989;
  line-height: 22px;
  margin-bottom: 10px;
}

.pagedetail .container .left .people .name {
  color: #00497c;
}

.pagedetail .container .right {
  width: 25%;
  height: 100%;
  background-color: #fff;
  padding: 30px 12px;
}

.pagedetail .container .right .tpbx {
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pagedetail .container .right .tpbx .item {
  width: 48%;
  height: 45%;
  background-color: #F5F7FA;
  border-bottom: 5px solid #0463A4;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.pagedetail .container .right .tpbx .item .icon {
  width: 65px;
  height: 65px;
  background-image: url("/static/apply.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.pagedetail .container .right .tpbx .item .title {
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 16px;
  color: #2B2B2B;
  line-height: 22px;
  font-style: normal;
}

.pagedetail .container .right .delinfo {
  width: 100%;
  height: 170px;
  background-color: #00497c;
  padding: 3% 0 3% 10%;
}

.pagedetail .container .right .delinfo ul {
  width: 100%;
  height: 100%;
  list-style: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  color: #E7E7E7;
  line-height: 2;
  text-align: left;
  font-style: normal;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.pagedetail .container .right .corpbx {
  width: 100%;
  height: 800px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: #2770b5;
  padding: 15px 0;
}

.pagedetail .container .right .corpbx img {
  height: 20%;
  width: 85%;
}

@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .pagedetail .container .left .ttl {
    font-size: 24px;
  }
  .pagedetail .container .left .info,
  .pagedetail .container .left .people,
  .pagedetail .container .left .ttx,
  .pagedetail .container .right .tpbx .item .title,
  .pagedetail .container .right .delinfo ul {
    font-size: 14px;
  }
}

/* Override footer nav for Russian: prevent line breaks */
.pagesix .contain .left .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.pagesix .contain .left .top .item {
  border-right: 1px solid #E7E7E7;
  white-space: nowrap;
  word-break: keep-all;
  flex-shrink: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
}

/* Override footer bottom for Russian: prevent line breaks */
.pagesix .contain .left .bottom .item {
  white-space: nowrap;
  word-break: keep-all;
  flex-shrink: 0;
  border: none;
}
