@import url('https://fonts.googleapis.com/css?family=Quicksand');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'roboto', sans-serif;
}

.bk-work {
  width: 100%;
  height: 400px;
  position: relative;
}
.work-bk-img{
  background-image: url('../img/Orange.jpg');
}

.join-revo {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background: #C9E6F8;
}

.join-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.join-img {
  width: 50%;
  height: auto;
  float: left;
}

.join-img img {
  width: 100%;
  height: 100%;
}

.join-content {
  width: 50%;
  height: auto;
  padding-left: 20px;
  float: right;
}

.join-content h1 {
  font-weight: lighter;
  color: #174671;
  font-size: 2.3em;
  /* margin: 55px 0 0 0; */
}

.join-content h1 strong {
  color: #12416D;
}

.join-content p {
  color: #818B92;
  padding-top: 20px;
  font-size: 1.05em;
  line-height: 30px;
  text-align: justify;
}

.wk-us {
  width: 100%;
  height: auto;
  background: #F7F7F7;
  padding: 60px 0;
  position: relative;
}

#wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.wk-us-wrap {
  width: 100%;
  height: 100%;
}

.wk-us-head {
  width: 100%;
  height: 100%;
  text-align: center;
}

.wk-us-head h1 {
  font-weight: lighter;
  color: #12416D;
  font-size: 2.5em;
}

.wk-us-head h1 strong {
  color: #B37A37;
}

.wk-us-info {
  width: 76%;
  height: 100%;
  padding: 25px 0;
  margin: 0 auto;
  text-align: center;
}

.wk-us-info p {
  line-height: 30px;
  color: #8E9193;
}

.com-perk {
  width: 100%;
  height: auto;
  padding: 40px 0;
}

.com-wrap {
  width: 100%;
  height: 100%;
}

.com-i-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.com-i-wrap svg {
  width: 50px;
  height: 50px;
}

.com-perk-head {
  width: 100%;
  text-align: center;
  padding: 0 0 10px 0;
  height: auto;
}

.com-perk-head h1 {
  font-weight: lighter;
  font-size: 2.5em;
  color: #12416D;
}

.com-perk-head h1 strong {
  color: #B37A37;
}

.com-perk-con {
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}

.com-perk-info {
  width: 33%;
  height: auto;
  padding: 30px 10px;
  text-align: center;
  float: left;
}

.com-perk-info:nth-child(5n+1) {
  background: #F2F2F2;
}

.com-perk-info:nth-child(5n+2) {
  background: #EFEFEF
}

.com-perk-info:nth-child(5n+3) {
  background: #F2F2F2;
}

.com-perk-info:nth-child(5n+4) {
  background: #EFEFEF
}

.com-perk-info:nth-child(5n+5) {
  background: #F2F2F2;
}

.com-content h1 {
  font-weight: lighter;
  color: #2A2D2F;
  margin-bottom: 5px;
}

.com-content p {
  line-height: 30px;
  color: #9C9E9F;
}

.join-team {
  width: 100%;
  height: auto;
  background: white;
  padding: 40px 0;
}

.join-team-head {
  width: 100%;
  height: auto;
  text-align: center;
}

.join-team-head h1 {
  font-weight: lighter;
  color: #12416D;
  font-size: 2.5em;
}

.join-team-head h1 strong {
  color: #B37A37;
}

.join-team-info {
  width: 75%;
  height: auto;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
}

.join-team-info p {
  line-height: 30px;
  color: #86898B;
}

.apply-join {
  width: 450px;
  height: auto;
  background: #12416D;
  border-radius: 30px;
  padding: 20px;
  margin: 20px auto;
  text-align: center;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-join h1 {
  font-size: 16px;
  color: white;
}

.apply-join:hover {
  background: #B37A37;
  cursor: pointer;
}

@media screen and (max-width:1010px) {
  .bk-work {
    height: 110px;
  }
}

@media screen and (max-width:900px) {
  .com-perk-info {
    width: 50%;
  }
  .com-perk-info:nth-child(5n+1) {
    background: #F2F2F2;
  }
  
  .com-perk-info:nth-child(5n+2) {
    background: #EFEFEF
  }
  
  .com-perk-info:nth-child(5n+3) {
    background: #EFEFEF
  }
  
  .com-perk-info:nth-child(5n+4) {
    background: #F2F2F2;
  }
  
  .com-perk-info:nth-child(5n+5) {
    background: #F2F2F2;
  }
  
}

@media screen and (max-width:770px) {
  .join-img {
    width: 100%;
    float: none;
  }
  .join-wrap {
    display: block;
  }
  .join-content {
    width: 100%;
    float: none;
    padding: 0;
  }
  .join-team-info {
    width: 100%;
  }
  .wk-us-info {
    width: 100%
  }
}

@media screen and (max-width:625px) {
  .apply-join {
    width: 100%;
  }
}

@media screen and (max-width:500px) {
  .com-perk-info {
    width: 100%;
    float: none;
  }
  .com-perk-info:nth-child(5n+1) {
    background: #F2F2F2;
  }
  
  .com-perk-info:nth-child(5n+2) {
    background: #EFEFEF
  }
  
  .com-perk-info:nth-child(5n+3) {
    background: #F2F2F2;
  }
  
  .com-perk-info:nth-child(5n+4) {
    background: #EFEFEF
  }
  
  .com-perk-info:nth-child(5n+5) {
    background: #F2F2F2;
  }
  
}

@media screen and (max-width:400px) {
  .apply-join h1 {
    font-size: 13px;
  }
}

@media screen and (max-width:335px) {
  .join-content {
    padding: 0 10px;
  }
  .apply-join {
    width: 90%;
    padding: 20px 0;
  }
  .apply-join h1 {
    font-size: 12px;
  }
  .join-team-info {
    padding: 10px;
  }
  .wk-us-info {
    padding: 25px 10px;
  }
}