{% extends "base.html" %} {% block head %} {% if (config.cf_cert_use and (config.cf_cert_simple or config.cf_cert_ipin or config.cf_cert_hp)) %} {% endif %} {% endblock head %} {% block title %}회원가입약관{% endblock title %} {% block subtitle %}회원가입약관{% endblock subtitle %} {% block content %}

회원가입약관 및 개인정보 수집 및 이용의 내용에 동의하셔야 회원가입 하실 수 있습니다.

회원가입약관

개인정보 수집 및 이용

개인정보 수집 및 이용
목적 항목 보유기간
이용자 식별 및 본인여부 확인 아이디, 이름, 비밀번호 {% if config.cf_cert_use %} 생년월일, 휴대폰 번호(본인인증 할 때만, 아이핀 제외), 암호화된 개인식별부호(CI) {% endif %} 회원 탈퇴 시까지
고객서비스 이용에 관한 통지,
CS대응을 위한 이용자 식별
연락처 (이메일, 휴대전화번호) 회원 탈퇴 시까지
{% if config.cf_cert_use %}{# 본인인증 #} {% if member_name %} {% else %} {% endif %} {% endif %} {% if config.cf_use_hp or (config.cf_cert_use and (config.cf_cert_hp or config.cf_cert_simple)) %} {% if config.cf_cert_use and (config.cf_cert_hp or config.cf_cert_simple) %} {% endif %} {% endif %}

개인정보 입력

  • {% if config.cf_cert_use %} {% if config.cf_cert_simple %} {% endif %} {% if config.cf_cert_hp %} {% endif %} {% if config.cf_cert_ipin %} {% endif %} (필수) {% endif %}
  • {{ email_msg }}
취소

혹시 기존 회원이신가요?

{% endblock content %}