.page-guid li {
    cursor: default;
}

.page-guid a {
    text-decoration: none;
    color: inherit;
}


footer .footer-row .footer-col.footer-left .logo-img {
    cursor: pointer;
}

footer .footer-row .footer-col.footer-right.term-link a {
    text-decoration: none;
}

/* 개인정보 처리방침 */
div.page-content.policy table {
    border-collapse: collapse;
    width: 100%;
}

div.page-content.policy th {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
}

div.page-content.policy td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
}

/* 회원정보 변경 */
.page-content.user-info div.tooltip {
    margin-left: 10px;
}

/* 아이디, 비밀번호 찾기 */
.page-content.find-id .timer{
    color:crimson;
}

.page-content.find-pw .timer{
    color:crimson;
}

/* 회원 가입 */
.page-content.signup .inquiry-text > .logo {
    cursor: pointer;
}

.page-content.signup .signup-step.step2 .agree-item .text-box {
    height: 300px; 
    overflow-y: auto;
}