body {
  margin: 0;
  padding: 0;
  line-height: 150%;
  box-sizing: border-box;
  background: #fefbf4;
}

/*********************
top
**********************/
.top {
  position: relative;
  width: 1500px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 100px;
}
.top .top-img-box {
  position: relative;
}
.top .top-img {
  display: block;
}
.top .profile {
  position: absolute;
  right: 5%;
  bottom: -50px;
  width: 400px;
  background: white;
  padding: 50px;
  border-radius: 30px;
}
.top .profile h1 {
  font-size: 25px;
  border-bottom: solid 2px #c3c3c3;
  padding-bottom: 20px;
  font-weight: 800;
  line-height: 150%;
}
.top .profile-flex {
  margin-top: 30px;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  line-height: 150%;
}
.top .profile-flex span {
  background: #2e67c2;
  color: white;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  margin-right: 20px;
}
.top .profile-flex p {
  margin-top: 30px;
  font-size: 14px;
  color: #838383;
  line-height: 170%;
}
.top .profile-flex .profile-flex-box {
  /*
  display: flex;
  //flex-wrap: wrap;
  align-items: center;
  line-height: 180%;*/
}
.top .profile-flex .profile-flex-box .left,
.top .profile-flex .profile-flex-box .right {
  display: inline;
}
.top .profile-flex .type {
  margin-top: 15px;
  font-size: 16px;
}
.top .profile-flex .name-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.top .profile-flex .name-flex .left {
  font-size: 22px;
  margin-right: 20px;
}
.top .profile-flex .name-flex .right {
  font-size: 14px;
  color: #43961c;
}
.top .word-img {
  position: absolute;
  width: 7%;
  left: 3%;
  bottom: 3%;
}

/*********************
content
**********************/
.content-flex {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}
.content-flex .left h2 {
  font-size: 22px;
  margin-bottom: 40px;
  color: #454545;
  font-size: 600;
}
.content-flex .left p {
  margin-bottom: 70px;
}
.content-flex .right {
  float: right;
  width: 350px;
  padding: 0px 30px;
  padding-bottom: 400px;
}
.content-flex .right .schedule-box {
  background: white;
  padding: 50px 30px;
  margin-top: 20px;
  border-radius: 50px;
}
.content-flex .schedule-title {
  color: #3482fc;
  text-align: center;
  font-size: 25px;
  line-height: 170%;
}

.content-box .word-img {
  width: 600px;
  max-width: 80%;
  margin-bottom: 70px;
}

.img-flex {
  display: flex;
}
.img-flex .left,
.img-flex .right {
  width: 50% !important;
  padding-bottom: 0;
}
.img-flex .word-img {
  width: 100%;
  max-width: 100%;
}

/*********************
other
**********************/
.other {
  width: 800px;
  max-width: 90%;
  margin: 0px auto;
  margin-top: 200px;
}
.other .other-title {
  color: #3482fc;
  font-size: 23px;
  font-weight: 600;
}
.other .other-box {
  display: flex;
  margin-top: 30px;
}
.other .other-box .left,
.other .other-box .right {
  width: 50%;
}
.other .other-box .left li,
.other .other-box .right li {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .top .profile {
    position: static;
    margin-left: auto;
    margin-top: -100px;
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 900px) {
  .top {
    margin-bottom: 100px;
  }
  .content-flex .right {
    float: none;
    margin: 0 auto;
    padding-bottom: 50px;
    width: 90%;
    padding: 0;
  }
  .content {
    width: 100%;
  }
  .content-flex {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  .other {
    margin-top: 50px;
  }
}
@media (max-width: 700px) {
  .top {
    margin-bottom: 50px;
  }
  .top .profile {
    width: 70%;
    margin-top: -2%;
    top: 0;
    left: 0;
    padding: 7.5%;
  }
  .top .profile-flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 200%;
  }
  .top .profile-flex-box .right {
    margin-left: auto;
  }
  .other .other-box {
    flex-direction: column;
  }
  .other .other-box .left,
  .other .other-box .right {
    width: 100%;
  }
}/*# sourceMappingURL=interview.css.map */