header, footer {
  display: none!important;
}
#join_wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  /* padding: 100px 0 146px; */
}
#join_wrap .join_content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 660px;
  height: 870px;
  border: 1px solid #ebebeb;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  margin: 0 auto;
  padding: 120px 0 0;
  text-align: center;
}
#join_wrap .cont{
  width: 539px;
  margin: 0 auto
}
.cont *{
  color: #191919;
}
#join_wrap h1 {
  margin-bottom: 55px;
}
#join_wrap h1>span{
  margin-top: 17px;
  font-size: 26px;
  font-weight: bold;
}
ul.route {
  border-radius: 7px;
  border: 1px solid #ebebeb;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.06);
}
.route_item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.route_item a {
  position: relative;
  display: block;
  padding: 20px 36px 20px 60px;
  font-size: 20px;
  line-height: 40px;
  text-align: start;
}
.route_item .email_b::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(/common/front/img/icons/email_icon.svg) no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.route_item .kakao_b::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(/common/front/img/icons/kakao_icon.svg) no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.route_item .naver_b::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(/common/front/img/icons/naver_icon.svg) no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.route_item a::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #191919;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -4px;
}
.division {
  position: relative;
  margin: 65px 0;
  color: #949494;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.division::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.division > span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  font-size: 20px;
  color: #a3a3a3;
}

.already {
  margin-top: 65px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.already p {
  color: #a3a3a3;
  font-size: 18px;
  margin-right: 26px;
}
.already a{
  border: 1px solid #191919;
  border-radius: 7px;
  margin-right: 10px;
  padding: 15px 20px;
  font-size: 16px;
}