.regis_modal_body{
    margin: 30px 30px;
}
.regis_modal_box {
    background-color: #f6f6f6;
    border-radius: 15px;
    text-align: center;
}

.icon-required {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #f25656;
    border-radius: 50%;
    vertical-align: 2px;
}

.regis_modal_body .form-group label {
    color: #8d8d93;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;

}

.form-group .form-input {
    border: none;
    border-bottom: 1px solid #000000; /* 기본 아래쪽 선 */
    border-radius: 0; /* 둥근 모서리 제거 */
    box-shadow: none; /* 그림자 제거 */
}

.form-input:focus,.phone-input:focus {
    border-bottom: 1px solid rgb(1, 160, 129); /* 포커스 상태에서 아래쪽 선 초록색 */
    outline: none; /* 기본 포커스 아웃라인 제거 */
    box-shadow: none; /* 포커스 시 그림자 제거 */
}
.phone-input {
    width: 65px;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #000000; /* 기본 아래쪽 선 */
    border-radius: 0; /* 둥근 모서리 제거 */
    box-shadow: none; /* 그림자 제거 */
}
.submit_btn{
    border-radius: 30px;
    background-color: rgba(238, 238, 238, 0); /* 배경색 설정 */
    border: 1px solid #000; /* 검정색 테두리 */
    color: #000; /* 텍스트 색상 */
    padding: 10px 24px; /* 패딩으로 버튼 크기 조절 */
    font-size: 12px;
}

.submit_btn:hover {
    background-color: rgba(238, 238, 238, 0.4); /* 호버 시 배경색 변경 */
}

.submit_btn:focus,
.submit_btn:active {
    outline: none; /* 포커스 및 활성화 시 기본 아웃라인 제거 */
    box-shadow: none; /* 부트스트랩 기본 포커스 그림자 제거 */
}

.site-footer-logo{
    margin: 0 auto 20px;
}

.site-footer {
    padding: 50px 0;
}
.site-footer-info li {
    display: inline-block;
    margin: 5px 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

/*톡상담*/
.talk-image {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000; /* 이미지가 다른 요소들 위에 위치하도록 설정 */
}

.talk-image img {
    width: 100px; /* 이미지 크기 조정 */
    height: auto;
    cursor: pointer;
}

.privacy-box {
    display: none; /* 기본적으로 숨김 */
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
    width: 300px;
    height: 150px;
    overflow-y: scroll; /* 스크롤 가능하게 설정 */
    background-color: #f9f9f9;
}
