* {
    font-family: "Noto Sans KR";
}

.mylogin_box {
    margin: 10% auto;
    text-align: center;
    width: 90%;
    max-width: 414px;
    border: 1px solid #e6e6e7;
    border-radius: 25px;
    padding: 50px 70px 70px 70px;
    box-shadow: 6px 0px 24px 0px rgba(0, 0, 0, 0.07);
    position: relative;
}

.mylogin_box h1 {
    color: #619bd5;
    font-weight: normal;
    font-size: 25px;
    margin-bottom: 60px;
}

/* .mylogin_box h1 b {
    font-weight: bold;
    font-size: 40px;
} */

.mylogin_logoo {
    width: 66px
}


.myjoin_result_wrap h1 {
    text-align: center;
    margin: 50px auto 30px;
}

.mylogin_box h1 a{text-decoration: none}

.logo_txt {
  text-decoration: none;
  font-size: 22px;
  display: inline-block;
  font-weight: normal;
  background-image: linear-gradient(to bottom, #f2f2f2, #999);
  line-height: 1.2;
  vertical-align: top;
  margin-top: -1px;
  color: #777;
  padding: 7px;
  border-radius: 6px;
  font-weight:normal;
  letter-spacing: -1px;
  margin-left:3px
}
.logo_txt b{display:block;  font-weight:normal; letter-spacing: 5px; padding-left:5px}


.myjoin_btn {
    margin-bottom: 30px;
}

.myjoin_btn a {
    text-decoration: none;
    color: white;
}

.myjoin_btn div {
    max-width: 250px;
    width: 100%;

    border-radius: 25px;
    padding: 15px 0;
    font-size: 15px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 10px;
}

.myjoin_btn div i,
.myjoin_btn div img {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
}

.myjoin_btn div:nth-child(1) {
    background-color: #619bd5;
    color: #fff;
}

.myjoin_btn div:nth-child(1) i {
    color: #fff;
}

.myjoin_btn div:nth-child(2) {
    background-color: #fee500;
    color: #191700;
}

.myjoin_btn div:nth-child(3) {
    background-color: #03c75a;
    color: #ffffff;
}

.myjoin_btn div:nth-child(4) {
    background-color: #3498ff;
    color: #ffffff;
}

.mylogin_btn {
    text-align: center;
    color: grey;
    /* font-weight: bold; */
    font-size: 15px;
    text-decoration: none;
}

.mylogin_btn>a:hover {
    color: rgb(59, 132, 187) !important;

    text-decoration: none;
}

.myjoin_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.myintroduce {
    font-size: 10px;
    color: rgb(146, 138, 138);
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #efeeee;
    padding: 5px 15px;
    border-radius: 21px;
}

@media (max-width: 600px) {

    .mylogin_box {
        max-width: 220px;
        width: 100%;
    }

    .myjoin_btn div {
        max-width: 210px;
        width: 100%;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        padding-left: 20px;
    }

    .myjoin_btn div i,
    .myjoin_btn div img {
        position: absolute;
        left: 40px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 15px;
    }

    .mylogin_btn {
        font-size: 12px;
    }
}

@media (max-width: 414px) {

  .mylogin_box {
    margin-top: 80px;
    max-width: none;
    width: 90%;
    box-sizing: border-box;
    padding: 50px 0;
    text-align: center;
  }

}
@media (max-width: 280px) {

.myjoin_btn div{box-sizing:border-box;}

}
