최초 커밋
This commit is contained in:
@@ -0,0 +1,414 @@
|
||||
<?php
|
||||
// if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||
// add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">', 0);
|
||||
|
||||
if (!isset($register_action_url)) {
|
||||
$register_action_url = '';
|
||||
}
|
||||
?>
|
||||
<!-- <head> -->
|
||||
<!-- <meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>TOVA Join</title>
|
||||
<link rel="stylesheet" href="../css/reset.css" />
|
||||
<link rel="stylesheet" href="../css/font.css" />
|
||||
<link rel="stylesheet" href="../css/style.css" />
|
||||
<script src="../js/jquery-3.6.1.min.js"></script> -->
|
||||
<!-- </head> -->
|
||||
<script src="<?php echo G5_URL ?>/js/common.js"></script>
|
||||
<script src="<?php echo G5_URL ?>/js/popup.js?v=20260723"></script>
|
||||
|
||||
<!-- 회원가입약관 동의 시작 { -->
|
||||
<!-- <body>
|
||||
<div class="register"> -->
|
||||
<!-- <div class="wrapper"> -->
|
||||
<!-- Header -->
|
||||
<!-- <header class="header">
|
||||
<h1>
|
||||
<img src="../img/logo_w.svg" alt="">
|
||||
</h1>
|
||||
<div class="menu_wrap">
|
||||
<div class="menu_my"><img src="../img/ico_my.svg" alt=""></div>
|
||||
<div class="menu_ham"><img src="../img/ico_ham.svg" alt=""></div>
|
||||
</div>
|
||||
</header> -->
|
||||
<!-- //Header -->
|
||||
|
||||
<!--popup_wrap-->
|
||||
<div id="pop_agreement" class="popup_wrap">
|
||||
<!--popup_in-->
|
||||
<div class="popup_in">
|
||||
<button class="btn_close">
|
||||
<div class="close_div"><img src="<?php echo G5_URL ?>/img/ico_close.svg" alt="sdi"></div>
|
||||
</button>
|
||||
<!--popup_container-->
|
||||
<div class="popup_container register">
|
||||
<!--popup_tit-->
|
||||
<div class="popup_tit">
|
||||
<h1 class="h_1">Sign up</h1>
|
||||
<!-- <ul>
|
||||
<li class="join_step on">
|
||||
<h4 class="h_4">01</h4>
|
||||
<h4 class="h_4 txt">약관동의</h4>
|
||||
</li>
|
||||
<li class="join_step">
|
||||
<h4 class="h_4">02</h4>
|
||||
<h4 class="h_4 txt">계정 생성</h4>
|
||||
</li>
|
||||
<li class="join_step">
|
||||
<h4 class="h_4">03</h4>
|
||||
<h4 class="h_4 txt">사용자 인증</h4>
|
||||
</li>
|
||||
<li class="join_step">
|
||||
<h4 class="h_4">04</h4>
|
||||
<h4 class="h_4 txt">추가정보 입력</h4>
|
||||
</li>
|
||||
</ul> -->
|
||||
</div>
|
||||
<!--//pop_join_right-->
|
||||
<div class="popup_contents_wrap">
|
||||
<form name="fregister" id="fregister" action="<?php echo $register_action_url ?>" onsubmit="return fregister_submit(this);" method="POST" autocomplete="off">
|
||||
<div class="tbl_wrap">
|
||||
<div class="terms_wrap">
|
||||
<div class="checkbox_wrap">
|
||||
<h4>Terms of Service</h4>
|
||||
<input type="checkbox" name="agree" value="1" id="agree11">
|
||||
</div>
|
||||
<div class="terms">
|
||||
<em>EG-BIM Service Privacy Policy</em> <br>
|
||||
<br>
|
||||
<em>Chapter 1. General Provisions</em> <br>
|
||||
<em>Article 1 (Purpose)</em><br>
|
||||
These Terms of Service (“Terms”) set forth the rights, obligations, responsibilities, and other necessary matters between Baron Consultant (“the Company”) and users (“Users”) when using the EG-BIM software (“the Service”).<br>
|
||||
<em>Article 2 (Definitions)</em> <br>
|
||||
①The terms used in these Terms are defined as follows:
|
||||
- “Service” means the software and all related services provided by the Company.
|
||||
- “User” refers to members and non-members who access and use the Service in accordance with these Terms.
|
||||
- “Member” means a person who agrees to these Terms and enters into a service agreement with the Company.
|
||||
- “Non-member” means a person who uses part of the Service without creating an account.
|
||||
|
||||
<em>Article 3 (Effect and Amendment of the Terms)</em><br>
|
||||
①These Terms take effect once the User agrees to them and the Company approves the User’s application. ② The Company may amend these Terms when necessary. The amended Terms shall take effect after being posted on the Service.<br>
|
||||
|
||||
<em>Article 4 (Matters Not Specified in the Terms)</em><br>
|
||||
Any matters not specified herein shall be governed by the laws and customary practices of the Republic of Korea.<br>
|
||||
|
||||
<em>Chapter 2. Service Use Agreement</em><br>
|
||||
<em>Article 5 (Formation of the Service Agreement)</em><br>
|
||||
A service agreement is formed when the User agrees to these Terms, completes the required membership application, and receives approval from the Company.<br>
|
||||
|
||||
<em>Article 6 (Reservation or Refusal of Agreement)</em><br>
|
||||
① The Company may reserve or decline approval of a service agreement in the following cases: - If the information in the application is found to be false - If providing the Service is technically difficult<br>
|
||||
|
||||
<em>Article 7 (Changes to Member Information)</em><br>
|
||||
Members may view and update their personal information at any time through the account management menu. Members must promptly update any changes, and the Company is not responsible for issues arising from failure to update such information.<br>
|
||||
|
||||
<em>Chapter 3. Personal Information Protection</em><br>
|
||||
|
||||
<em>Article 8 (Principles of Personal Information Protection)</em><br>
|
||||
① Members’ personal information is protected in accordance with applicable laws. ② The Company manages personal information in accordance with its separate Privacy Policy, which Users may review at any time.<br>
|
||||
|
||||
<em>Article 9 (Compliance with Privacy Policy)</em><br>
|
||||
① The Company handles matters related to the collection, use, provision, retention, and protection of personal information in accordance with its Privacy Policy. ② Users may check the Privacy Policy on the Company’s website. ③ The Company will make every effort to protect Users’ personal information in compliance with relevant laws.<br>
|
||||
|
||||
<em>Article 10 (Protection of Personal Information of Children Under 14)</em><br>
|
||||
① When collecting personal information from children under the age of 14, the Company must obtain consent from a legal guardian. ② A legal guardian may request access, correction, or deletion of the child’s personal information, and the Company shall respond promptly. ③ Further details are provided in the Privacy Policy.<br>
|
||||
|
||||
<em>Chapter 4. Provision and Use of the Service</em><br>
|
||||
<em>Article 11 (Provision of the Service)</em><br>
|
||||
The Company begins providing the Service once a Member’s application is approved. In principle, the Service is available 24 hours a day, year-round.<br>
|
||||
|
||||
<em>Article 12 (Changes and Suspension of the Service)</em> <br>
|
||||
The Company may change or suspend the Service after prior notice if providing the Service becomes difficult.<br>
|
||||
|
||||
<em>Chapter 5. Information and Advertising</em><br>
|
||||
Article 13 (Information and Advertising)<br>
|
||||
① The Company may provide information and advertisements deemed necessary during the use of the Service. ② Members may refuse to receive unwanted information..<br>
|
||||
|
||||
<em>Chapter 6. Management of Posts</em><br>
|
||||
<em>Article 14 (Management of Posts)</em><br>
|
||||
The Company may delete posts if they are illegal or violate these Terms.<br>
|
||||
|
||||
<em>Article 15 (Copyright of Posts)</em><br>
|
||||
The copyright of posts belongs to the Member. The Company may use posts for service promotion and improvement.<br>
|
||||
|
||||
<em>Chapter 7. Termination and Restrictions</em><br>
|
||||
<em>Article 16 (Termination of Agreement)</em> <br>
|
||||
Members may request termination of the service agreement at any time, and the Company will process the request without delay.<br>
|
||||
|
||||
<em>Article 17 (Restrictions on Use)</em><br>
|
||||
The Company may restrict access to the Service if the Member violates these Terms.<br>
|
||||
|
||||
<em>Chapter 8. Compensation for Damages and Disclaimer</em><br>
|
||||
<em>Article 18 (Compensation for Damages)</em><br>
|
||||
The Company is not liable for damages incurred through the use of free services.<br>
|
||||
|
||||
<em>Article 19 (Disclaimer)</em><br>
|
||||
The Company is not liable for failure to provide the Service due to natural disasters or other unavoidable circumstances.<br>
|
||||
|
||||
<em>Chapter 9. Paid Services</em> <br>
|
||||
<em>Article 20 (Use of Paid Services)</em><br>
|
||||
① The Company may offer certain services for a fee. ② Details regarding pricing, payment methods, and refund procedures will be indicated on the Service information page and payment screen. ③ Fees must be paid through the payment methods designated by the Company. ④ Paid services operate on a prepaid basis. Refunds for unused periods follow the Company’s refund policy. ⑤ The Company will make reasonable efforts to resolve issues related to paid services but is not liable for damages unless caused by intent or gross negligence.<br>
|
||||
|
||||
<em>Article 21 (Refund Policy)</em> <br>
|
||||
① Members may receive a full refund if they have not used the service within 7 days of payment. ② If the service is suspended for unavoidable reasons, the unused portion will be refunded. ③ Refunds are not available when service suspension is due to the Member’s fault. ④ Refunds will be processed to the Member’s designated account within 7 days of the request.<br>
|
||||
|
||||
<em>Article 22 (Suspension and Termination of Paid Services)</em><br>
|
||||
① Members wishing to terminate paid services must submit a cancellation request to the customer support center. ② The Company may suspend or terminate paid services immediately if a Member violates these Terms or uses the service fraudulently.<br>
|
||||
|
||||
<em>Chapter 10. Prohibition of Transfer</em><br>
|
||||
<em>Article 23 (Prohibition of Transfer)</em><br>
|
||||
Members may not transfer, assign, gift, or use as collateral any service rights or contractual status.<br>
|
||||
|
||||
<em>Chapter 11. Governing Law and Jurisdiction</em><br>
|
||||
<em>Article 24 (Dispute Resolution)</em><br>
|
||||
In the event of a dispute related to the Service, the Company and the Member shall make sincere efforts to resolve the matter.<br>
|
||||
|
||||
<em>Article 25 (Jurisdiction)</em><br>
|
||||
Any disputes arising from these Terms shall be subject to the exclusive jurisdiction of the Seoul Central District Court.<br>
|
||||
|
||||
<em>Addendum</em><br>
|
||||
These Terms shall take effect on October 1, 2024.<br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="terms_wrap">
|
||||
<div class="checkbox_wrap">
|
||||
<h4>Privacy Policy Agreement</h4>
|
||||
<input type="checkbox" name="agree2" value="1" id="agree21">
|
||||
</div>
|
||||
<div class="terms">
|
||||
<em>EG-BIM Service Privacy Policy</em> <br>
|
||||
<br>
|
||||
<em>Article 1 (Purpose)</em><br>
|
||||
Baron Consultant (“the Company”) establishes this Privacy Policy to protect the personal information of customers (“Users”) who use the EG-BIM service (“the Service”), and to fulfill its responsibilities and obligations under the Personal Information Protection Act. This Policy explains how the Company collects, uses, retains, and protects the personal information provided by Users.<br>
|
||||
|
||||
<em>Article 2 (Purpose of Processing Personal Information)</em><br>
|
||||
The Company processes personal information for the following purposes. The collected personal information will not be used for purposes other than those listed below. If the purpose changes, the Company will obtain separate consent in accordance with Article 18 of the Personal Information Protection Act.
|
||||
- Identity Verification: Membership registration, account management, and communication via phone or email
|
||||
- Service Provision: Notifications and processing required to provide the Service
|
||||
- Product Brochure Downloads: Delivery of informational materials
|
||||
- Consultation and Demo Requests: Consultation, demo provision, and collection of contact information for contract processing
|
||||
- Event Registration: Attendance guidance and provision of seminars, briefings, or training
|
||||
- Security Guide Provision: Delivery of informational materials
|
||||
- Technical Support Requests: Support for service usage
|
||||
- Service Improvement Feedback: Quality enhancement of the Service
|
||||
- Marketing Activities: Sending newsletters and magazines to customers who have agreed to receive them<br>
|
||||
|
||||
<em>Article 3 (Retention and Use Period of Personal Information)</em><br>
|
||||
Article 3 (Retention and Use Period of Personal Information)
|
||||
① The Company processes and retains personal information within the retention period prescribed by law or the period agreed upon by the information subject at the time of collection. ② The retention periods for each category of personal information are as follows:
|
||||
- Member Profile Information: From the date of registration until 1 year after withdrawal
|
||||
- Information for marketing, consultation, and contract purposes: 2 years<br>
|
||||
|
||||
<em>Article 4 (Provision of Personal Information to Third Parties)</em><br>
|
||||
Article 4 (Provision of Personal Information to Third Parties)
|
||||
① The Company processes personal information only within the scope described in Article 2, and provides personal information to third parties only in accordance with Articles 17 and 18 of the Personal Information Protection Act, such as when consent is obtained or when required by law.
|
||||
② The Company provides personal information to third parties as follows:
|
||||
- Recipients: Investigative agencies, related institutions, and reported entities
|
||||
- Purpose of Use: Handling complaints related to personal information infringement
|
||||
- Items Provided: Name, contact number, email
|
||||
- Retention Period: Preserved for the period required by law and destroyed once the purpose is fulfilled<br>
|
||||
|
||||
<em>Article 5 (Outsourcing of Personal Information Processing)</em><br>
|
||||
Article 5 (Outsourcing of Personal Information Processing)
|
||||
① The Company does not outsource personal information processing to third-party vendors and processes all information internally. ② If outsourcing becomes necessary (e.g., recruitment processing), the Company will notify Users on the website and obtain their consent beforehand.<br>
|
||||
|
||||
<em>Article 6 (Rights of Information Subjects and How to Exercise Them)</em><br>
|
||||
① Users may exercise their rights regarding personal information at any time, including requests for access, correction, deletion, and suspension of processing. ② Rights may be exercised through the following methods:
|
||||
- Written request: Submitted to the Company's address
|
||||
- Email: Submitted to the Company's designated email address
|
||||
- Fax: Submitted via the Company’s fax number
|
||||
③ Rights may also be exercised through a legal representative or authorized delegate. In such cases, a power of attorney must be submitted in accordance with Form No. 11 of the Enforcement Rule of the Personal Information Protection Act.
|
||||
④ Requests for access or suspension may be restricted under Articles 35(4) and 37(2) of the Personal Information Protection Act.
|
||||
⑤ Requests for correction or deletion may be restricted if the information is required to be retained by other laws.
|
||||
⑥ The Company verifies whether the requester is the information subject or a legitimate representative.<br>
|
||||
|
||||
<em>Article 7 (Items of Personal Information Processed)</em><br>
|
||||
The Company processes the following items of personal information:
|
||||
- Items Collected:
|
||||
- Required: Name, mobile phone number, email
|
||||
- Optional: Company phone number, inquiry details
|
||||
- Method of Collection: Through the website, phone, and email<br>
|
||||
|
||||
<em>Article 8 (Destruction of Personal Information)</em><br>
|
||||
① The Company destroys personal information without delay once the retention period expires or the processing purpose has been achieved. ② If personal information must be retained beyond the retention period due to applicable laws, the information will be stored separately in a different database or storage location. ③ The procedures and methods of destruction are as follows:
|
||||
- Destruction Procedure: Personal information subject to destruction is selected and destroyed upon approval by the Personal Information Protection Officer.
|
||||
- Destruction Method:
|
||||
Electronic files are permanently deleted using technical methods that prevent recovery
|
||||
Paper documents are shredded or incinerated<br>
|
||||
|
||||
<em>Article 9 (Measures to Ensure the Security of Personal Information)</em><br>
|
||||
The Company takes the following measures to ensure the secure management of personal information:
|
||||
- Administrative Measures: Establishing and implementing an internal management protocol, regular employee training
|
||||
- Technical Measures: Access control for personal information systems, installation of access control systems, encryption of unique identifiers, installation of security programs
|
||||
- Physical Measures: Access control for server rooms and storage facilities<br>
|
||||
|
||||
<em>Article 10 (Cookies and Automatic Collection Mechanisms)</em><br>
|
||||
The Company does not use cookies.
|
||||
Cookies are small data that store usage information, but EG-BIM does not utilize them.<br>
|
||||
|
||||
<em>Article 11 (Personal Information Protection Officer)</em><br>
|
||||
The Company appoints a Personal Information Protection Officer responsible for overseeing personal information processing and addressing complaints and damage relief related to personal information.
|
||||
Personal Information Protection Manager:
|
||||
- Name: Seungho Yeom
|
||||
- Position: Senior Researcher
|
||||
- Tel: +82-2-2141-7448
|
||||
- Fax: +82-2-2141-7599
|
||||
- Email: b23008@baroncs.co.kr<br>
|
||||
|
||||
<em>Article 12 (Request for Access to Personal Information)</em><br>
|
||||
Users may request access to their personal information under Article 35 of the Personal Information Protection Act. Requests should be submitted to the following department:
|
||||
Personal Information Access Request Department:
|
||||
- Department: Strategy & Planning Office
|
||||
- Contact: Hyukjin Kwon
|
||||
- Tel: +82-2-2141-7465
|
||||
- Fax: +82-2-2141-7599
|
||||
- Email: baroncs@baroncs.co.kr<br>
|
||||
|
||||
<em>Article 13 (Remedies for Rights Violations)</em><br>
|
||||
Users may file claims or request dispute resolution regarding personal information infringement through the following organizations:
|
||||
- Personal Information Dispute Mediation Committee: 1833-6972 (www.kopico.go.kr)
|
||||
- Personal Information Infringement Report Center: 118 (privacy.kisa.or.kr)
|
||||
- Supreme Prosecutors’ Office: 1301 (www.spo.go.kr)
|
||||
- National Police Agency: 182 (www.police.go.kr)<br>
|
||||
|
||||
<em>Article 14 (Changes to the Privacy Policy)</em><br>
|
||||
If this Privacy Policy is amended due to changes in laws, policies, or security technology, the revised Policy will be announced at least 7 days prior to implementation.<br>
|
||||
|
||||
<br>
|
||||
<em>Addendum</em><br>
|
||||
|
||||
<em>Article 1 (Effective Date)</em><br>
|
||||
This Privacy Statement takes effect on October 1, 2024.<br>
|
||||
|
||||
<em>Article 2 (Obligation to Notify and Disclose Changes)</em><br>
|
||||
If the Privacy Policy is amended, the Company will notify Users at least 7 days before implementation through the Service’s notice page. However, if significant changes affecting Users’ rights or obligations occur, notice will be provided at least 30 days in advance.<br>
|
||||
|
||||
<em>Article 3 (Validity of the Policy)</em><br>
|
||||
If any provision of this Privacy Policy becomes invalid or unenforceable, the remaining provisions shall remain in effect. Invalid provisions will be revised in accordance with applicable laws.<br>
|
||||
|
||||
<em>Article 4 (Methods of Notification)</em><br>
|
||||
Changes to the Privacy Policy will be communicated through:
|
||||
- Service homepage or pop-up notices
|
||||
- Email notifications
|
||||
- Company website announcements<br>
|
||||
|
||||
<em>Article 5 (Protection of Non-Member Information)</em><br>
|
||||
The Company protects the personal data of non-members to the same degree as that of members.
|
||||
If a non-member refuses to provide personal information, some services may be restricted.<br>
|
||||
|
||||
<em>Article 6 (Personal Information of Children Under 14)</em><br>
|
||||
The Company does not collect personal information from children under the age of 14.
|
||||
If such information is collected without consent, it will be destroyed immediately.<br>
|
||||
|
||||
<em>Article 7 (Transfer of Personal Information Overseas)</em><br>
|
||||
The Company does not transfer personal information overseas. If overseas transfer becomes necessary, prior authorization will be obtained from Users.<br>
|
||||
|
||||
<em>Article 8 (Other Matters)</em><br>
|
||||
Matters not specified in this Policy shall be governed by the Company’s internal regulations and applicable laws.<br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="checkbox_wrap all">
|
||||
<h4>Agree to all terms</h4>
|
||||
<input type="checkbox" name="chk_all">
|
||||
</div>
|
||||
</div>
|
||||
<div class="join_btn_wrap">
|
||||
<!-- <button type="submit" onclick="javascript:join();">동의</button> -->
|
||||
<button type="submit" id="btn_agree">Agree</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<!--//pop_join_right-->
|
||||
</div>
|
||||
<!--//popup_container-->
|
||||
</div>
|
||||
<!--//popup_in-->
|
||||
</div>
|
||||
<!--//popup_wrap-->
|
||||
<!-- </div>
|
||||
</body> -->
|
||||
|
||||
<script>
|
||||
// function fregister_submit(f)
|
||||
// {
|
||||
// if (!f.agree11.checked) {
|
||||
// alert("회원가입약관의 내용에 동의하셔야 회원가입 하실 수 있습니다.");
|
||||
// f.agree11.focus();
|
||||
// return false;
|
||||
// }
|
||||
|
||||
// if (!f.agree21.checked) {
|
||||
// alert("개인정보 수집 및 이용의 내용에 동의하셔야 회원가입 하실 수 있습니다.");
|
||||
// f.agree21.focus();
|
||||
// return false;
|
||||
// }
|
||||
|
||||
// return true;
|
||||
// }
|
||||
|
||||
jQuery(function($){
|
||||
// 모두선택
|
||||
$("input[name=chk_all]").click(function() {
|
||||
if ($(this).prop('checked')) {
|
||||
$("input[name^=agree]").prop('checked', true);
|
||||
} else {
|
||||
$("input[name^=agree]").prop("checked", false);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
<script>
|
||||
(function($){
|
||||
function isAgreedAll(){
|
||||
return $('#agree11').is(':checked') && $('#agree21').is(':checked');
|
||||
}
|
||||
|
||||
// 혹시 다른 바인딩이 있으면 제거
|
||||
$('#btn_agree').off('click');
|
||||
$('#fregister').off('submit'); // 엔터키/기본 submit 방지
|
||||
|
||||
// 폼 submit도 막아둠
|
||||
$('#fregister').on('submit', function(e){
|
||||
e.preventDefault();
|
||||
return false;
|
||||
});
|
||||
|
||||
// 동의 버튼 클릭
|
||||
$('#btn_agree').on('click', function(e){
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
e.stopImmediatePropagation();
|
||||
|
||||
if (!isAgreedAll()){
|
||||
alert('Please agree to all terms.');
|
||||
return false; // 절대 넘어가지 않음
|
||||
}
|
||||
|
||||
// 체크 완료 시에만 다음 단계로
|
||||
$('#pop_agreement').hide();
|
||||
$('#pop_join').show(); // 실제 다음 팝업 ID로 교체
|
||||
$('body').css('overflow','hidden');
|
||||
});
|
||||
|
||||
// (선택) 전체동의 ↔ 개별동의 동기화
|
||||
const $all = $('input[name="chk_all"]');
|
||||
const $a1 = $('#agree11');
|
||||
const $a2 = $('#agree21');
|
||||
|
||||
$all.on('change', function(){
|
||||
const on = $(this).is(':checked');
|
||||
$a1.prop('checked', on);
|
||||
$a2.prop('checked', on);
|
||||
});
|
||||
$a1.add($a2).on('change', function(){
|
||||
$all.prop('checked', $a1.is(':checked') && $a2.is(':checked'));
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
</script>
|
||||
<!-- </div> -->
|
||||
<!-- } 회원가입 약관 동의 끝 -->
|
||||
Reference in New Issue
Block a user