/* BASIC css start */
/* ·¹ÀÌ¾Æ¿ô */
body {
    word-break:keep-all;
    word-wrap:break-word;
}
.hc_container {
    padding: 0 10px;
    text-align: center;
}

/* Å¸ÀÌÆ² */
h2.hc_page_title {
    margin-top: 50px;
}
input[type="password"],
input[type="text"] {
    margin-bottom:8px;
    width: 100%;
}

/* ±âÅ¸ */
.hc_clarification {
    margin: 10px 0 34px;
}

.hc_login_check {
    font-size: var(--hc_bd_small);
}


/* ÆäÀÌÁö ½ºÅ¸ÀÏ */
.hc_member_wrap section {
    margin-bottom: 60px;
}
.hc_login_check {
    text-align: left;
}
.hc_login_check label {
    margin-right: 16px;
    vertical-align: middle;
}
.hc_sns_login li {
    list-style: inside;
    list-style-type: circle;
    text-align: left;
}

/* BASIC css end */

