@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_member .com_tab {
  max-width: 380px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 40px;
}

.p_login .com_center_wrap {
  max-width: 600px;
}
.p_login .links__wrap {
  margin-block: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
}
.p_login .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.p_login .links .link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  border-bottom: 1px solid #222;
  gap: 15px;
  font-size: 12px;
  letter-spacing: -0.32px;
}
.p_login .links .link:not(:first-child):before {
  content: "·";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}
.p_login .com_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.p_login .com_btn_wrap .com_btn {
  flex: 0 0 auto;
}
.p_login .social_area {
  margin-top: 40px;
}
.p_login .social_area .tit {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .p_login .social_area .tit::before {
    content: "";
    border-top: 1px solid #E7E7E7;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 130px;
  }
  .p_login .social_area .tit::after {
    content: "";
    border-top: 1px solid #E7E7E7;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 130px;
  }
}
.p_login .social_area .social_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 80px;
  justify-content: center;
}
.p_login .social_area .social_wrap button {
  position: relative;
  text-align: center;
}
.p_login .social_area .social_wrap button .txt {
  margin-top: 10px;
  font-size: 16px;
}
.p_login .social_area .social_wrap button img {
  width: 60px;
}
@media screen and (max-width: 1023.9px) {
  .p_login .social_area .social_wrap {
    gap: 40px;
  }
  .p_login .social_area .social_wrap button img {
    width: 50px;
  }
}
@media screen and (max-width: 575.9px) {
  .p_login .social_area .social_wrap {
    gap: 20px;
  }
}
.p_login .com_chk {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.p_join .agreement_wrap .all_check {
  border-top: 1px solid #E7E7E7;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
}
.p_join .agreement_wrap .com_chk,
.p_join .agreement_wrap .all_check {
  font-size: 16px;
  letter-spacing: -0.28px;
}
@media screen and (max-width: 1023.9px) {
  .p_join .agreement_wrap .com_chk,
  .p_join .agreement_wrap .all_check {
    font-size: 14px;
  }
}
.p_join .agreement_wrap .agreement_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
}
.p_join .agreement_wrap .agreement_list .item {
  align-items: center;
}
@media screen and (min-width: 1023.9px) {
  .p_join .agreement_wrap .agreement_list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_join .agreement_wrap .agreement_list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.p_join .agreement_wrap .agreement_list .item .btn_link {
  color: #595959;
  border-bottom: 1px solid #595959;
}
@media screen and (max-width: 1023.9px) {
  .p_join .agreement_wrap .agreement_list .item .btn_link {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1023.9px) {
  .p_find_id .com_chk__wrap {
    height: 55px;
  }
}