.com_grade_icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

@media screen and (max-width: 1023.9px) {
  .com_member .gnb__wrap {
    display: none;
  }
}
.com_member main {
  padding-top: 0;
}
@media screen and (min-width: 1023.9px) {
  .com_member main {
    min-height: 100vh;
    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;
    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: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
  }
}
.com_member main .pg_tit {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_member main .pg_tit {
    margin-top: 15px;
    font-size: 20px;
  }
}
.com_member main .pg_tit__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;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 1023.9px) {
  .com_member main .pg_tit__wrap {
    margin-top: 30px;
  }
}
.com_member main .pg_tit__wrap .sub {
  font-size: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_member main .pg_tit__wrap .sub {
    font-size: 14px;
  }
}
.com_member main .pg_tit__wrap .logo {
  margin-inline: auto;
}
@media screen and (max-width: 1023.9px) {
  .com_member main .pg_tit__wrap .logo {
    width: 120px;
  }
}
.com_member main .box {
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_member main .box {
    padding: 45px;
    border: 1px solid #EDEDEE;
    border-radius: 20px;
  }
  .dark .com_member main .box {
    border-color: transparent;
    background-color: #2B2B2B;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_member main .box .com_btn__wrap.bottom .com_btn.s {
    max-width: 180px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_member main .box .com_btn__wrap.bottom .com_btn.s {
    max-width: 110px;
  }
}
.com_member .footer {
  padding-bottom: 25px;
}

.com_sns_member {
  margin-top: 35px;
  text-align: center;
}
.com_sns_member .tit {
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .com_sns_member .tit {
    font-size: 14px;
  }
}
.com_sns_member .tit:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #EDEDEE;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.dark .com_sns_member .tit:after {
  background-color: #6C6D70;
}
.com_sns_member .tit span {
  background-color: #fff;
  z-index: 2;
  display: inline-block;
  position: relative;
  padding-inline: 10px;
}
.dark .com_sns_member .tit span {
  background-color: #2b2b2b;
}
.com_sns_member .sns {
  margin-top: 20px;
  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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 30px;
}
.com_sns_member .sns img {
  width: 50px;
}

.p_join_type .sec_tit {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1023.9px) {
  .p_join_type .sec_tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p_join_type .pg_tit {
  margin-top: 50px !important;
}
.p_join_type .box {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .p_join_type .box {
    padding: 20px;
    border: 1px solid #EDEDEE;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .dark .p_join_type .box {
    border-color: transparent;
    background-color: #2B2B2B;
  }
}
.p_join_type .txt1 {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .p_join_type .txt1 {
    font-size: 22px;
    margin-top: 30px;
  }
}
.p_join_type .txt2 {
  font-size: 18px;
  color: #828488;
  margin-top: 13px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .p_join_type .txt2 {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p_adult .box {
  text-align: center;
}
.p_adult .box .icon img {
  width: 100px;
}
.p_adult .box .tit {
  font-size: 30px;
  font-weight: 600;
  margin-top: 25px;
  color: #9B111E;
}
@media screen and (max-width: 1023.9px) {
  .p_adult .box .tit {
    margin-top: 15px;
  }
}
.p_adult .box .txt {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1023.9px) {
  .p_adult .box .txt {
    font-size: 14px;
    line-height: 1.4;
  }
}

.p_join_ok .box {
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .p_join_ok .box {
    border: 1px solid #EDEDEE;
    border-radius: 10px;
    padding: 30px;
  }
  .dark .p_join_ok .box {
    border-color: #3B3B3B;
  }
}
.p_join_ok .id {
  color: #9B111E;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .p_join_ok .id {
    font-size: 24px;
  }
}
.p_join_ok .txt {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 1023.9px) {
  .p_join_ok .txt {
    font-size: 16px;
  }
}
.p_join_ok .icon {
  margin-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .p_join_ok .icon {
    margin-top: 15px;
  }
}
.p_join_ok .icon img {
  width: 145px;
}
@media screen and (max-width: 1023.9px) {
  .p_join_ok .icon img {
    width: 100px;
  }
}
.p_join_ok .txt2 {
  margin-block: 30px 40px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .p_join_ok .txt2 {
    margin-block: 12px 25px;
    font-size: 15px;
  }
}

.com_find_ok.box {
  text-align: center;
}
.com_find_ok .txt {
  font-size: 16px;
}
.com_find_ok .find_info {
  margin-top: 25px;
  border-radius: 6px;
  background: #F6EBEC;
  padding-block: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #9B111E;
  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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
}
.dark .com_find_ok .find_info {
  background-color: #918b8c;
}
.com_find_ok .find_info .icon img {
  width: 20px;
}