개별디자인 소스 변경

개별디자인에서 코드 하이라이트 기능을 사용하여, 변경된 내용을 참고해서 작업해주시기 바랍니다.

Mobile 개별디자인 (모바일4.0) - HTML 수정 전

수정 경로 = 중앙디자인 > 주문관련 > 고급형 주문서 작성 : HTML
<!-- 개인정보처리방침 --> <div id="join" class="wrapper"> <!--/if_recall_policy/--> <div class="hd"> <h5>청약철회 <a href="<!--/link_recall_policy_view/-->" class="open-pop">전체보기</a></h5> </div> <div class="cont"> <div class="terms"> <!--/summary_recall_policy/--> </div> <div class="agree"> <label><!--/radio_recall_policy_ok/--> 동의함</label> <label><!--/radio_recall_policy_no/--> 동의안함</label> </div> </div> <!--/end_if/--> <!--/if_not_login/--> <!--/if_use_simple_join/--> <section class="orderBody"> <div> <table> <colgroup> <col width="100" /> <col width="*" /> </colgroup> <thead> <tr> <th colspan="2" id="terms_agree_tit">약관동의</th> </tr> </thead> <tbody> <tr> <td colspan="2" style="padding-left:0;padding-right:0;"> <div class="txt-l"> <div id="terms_agree"><!--/new_privacy_agree/--></div> </div> </td> </tr> </tbody> </table> </div> </section> <!--/else/--> <!--/if_contract_terms/--> <div class="hd"> <h5>이용약관 <a href="<!--/link_contract_view/-->" class="open-pop">전체보기</a></h5> </div> <div class="cont"> <div class="terms"> <!--/summary_contract_terms/--> </div> <div class="agree"> <label><!--/radio_contract_ok/--> 동의함</label> <label><!--/radio_contract_no/--> 동의안함</label> </div> </div> <!--/end_if/--> <!--/if_use_privacy/--> <!--/new_privacy_terms/--> <!--/else/--> <!--/if_new_privercy_type/--> <div class="hd"> <h5>개인정보 수집 이용안내 <a href="<!--/link_privercy_policy_view/-->" class="open-pop">전체보기</a></h5> </div> <div class="cont"> <div class="privercy-contract-tap clearfix"> <ul> <li class="sel"><a href="#none">수집하는 항목</a></li> <li><a href="#none">수집·이용 목적</a></li> <li class="end"><a href="#none">보유 및 이용기간</a></li> </ul> </div> <div class="tab-content terms"> <div class="privercy-contract"> <p><!--/summary_privercy_terms1/--></p> </div> <div class="privercy-contract" style="display: none;"> <p><!--/summary_privercy_terms2/--></p> </div> <div class="privercy-contract" style="display: none;"> <p><!--/summary_privercy_terms3/--></p> </div> </div><!-- .tab-content --> <div class="agree"> <label><!--/radio_privercy_policy_ok/--> 동의함</label> <label><!--/radio_privercy_policy_no/--> 동의안함</label> </div> </div> <!--/if_third_party/--> <div class="hd"> <h5>개인정보의 제3자 제공 <a href="<!--/link_third_party_view/-->" class="open-pop">전체보기</a></h5> </div> <div class="cont"> <div class="terms"> <!--/summary_third_party_terms/--> </div> <div class="agree"> <label><!--/radio_third_party_ok/--> 동의함</label> <label><!--/radio_third_party_no/--> 동의안함</label> </div> </div> <!--/end_if/--> <!--/if_trust/--> <div class="hd"> <h5>개인정보 처리위탁안내 <a href="<!--/link_trust_view/-->" class="open-pop">전체보기</a></h5> </div> <div class="cont"> <div class="terms"> <!--/summary_trust_terms/--> </div> <div class="agree"> <label><!--/radio_trust_ok/--> 동의함</label> <label><!--/radio_trust_no/--> 동의안함</label> </div> </div> <!--/end_if/--> <!--/else/--> <!--/if_privercy_terms/--> <div class="hd"> <h5>개인정보 수집 이용안내 <a href="<!--/link_privercy_policy_view/-->" class="open-pop">전체보기</a></h5> </div> <div class="cont"> <div class="terms"> <!--/summary_privercy_terms/--> </div> <div class="agree"> <label><!--/radio_privercy_policy_ok/--> 동의함</label> <label><!--/radio_privercy_policy_no/--> 동의안함</label> </div> </div> <!--/end_if/--> <!--/end_if/--> <!--/end_if/--> <!--/end_if/--> <!--/end_if/--> </div> <!-- //개인정보처리방침 --> <div id="join" class="wrapper"> <div class="hd"> <h5>주문동의</h5> </div> <div class="cont"> <!--/if_checkbox_before_pay/--> <div class="before_pay"> <label><!--/checkbox_before_pay/--> 선택하신 결제수단을 다음에도 사용합니다.</label> </div> <!--/end_if/--> <div class="payagree"> <label><!--/checkbox_pay_agree/--> 상기 결제정보를 확인하였으며, 구매진행에 동의합니다.</label> </div> </div> </div> </tbody> </table> </div><!-- .tbl-order -->

Mobile 개별디자인 (모바일4.0) - HTML 수정 후

수정 경로 = 중앙디자인 > 주문관련 > 고급형 주문서 작성 : HTML
<!-- 개인정보처리방침 --> <div id="join" class="wrapper"> <div class="new-tit">주문자 동의</div> <!--/if_recall_policy/--> <div class="hd"> <h5>청약철회</h5><a href="<!--/link_recall_policy_view/-->" class="open-pop">전체보기</a> </div> <div class="cont"> <div class="terms"> <!--/summary_recall_policy/--> </div> </div> <!--/end_if/--> <!--/if_not_login/--> <!--/if_use_simple_join/--> <section class="orderBody"> <div> <table> <colgroup> <col width="100" /> <col width="*" /> </colgroup> <thead> <tr> <th colspan="2" id="terms_agree_tit">약관동의</th> </tr> </thead> <tbody> <tr> <td colspan="2" style="padding-left:0;padding-right:0;"> <div class="txt-l"> <div id="terms_agree"><!--/new_privacy_agree/--></div> </div> </td> </tr> </tbody> </table> </div> </section> <!--/else/--> <!--/if_contract_terms/--> <div class="hd"> <h5>이용 약관</h5> <a href="<!--/link_contract_view/-->" class="open-pop">전체보기</a> </div> <div class="cont"> <div class="terms"> <!--/summary_contract_terms/--> </div> </div> <!--/end_if/--> <!--/if_new_privercy_type/--> <div class="hd"> <h5>개인정보 수집 이용안내 <a href="<!--/link_privercy_policy_view/-->" class="open-pop">전체보기</a></h5> </div> <div class="cont"> <div class="privercy-contract-tap clearfix"> <ul> <li class="sel"><a href="#none">수집하는 항목</a></li> <li><a href="#none">수집·이용 목적</a></li> <li class="end"><a href="#none">보유 및 이용기간</a></li> </ul> </div> <div class="tab-content terms"> <div class="privercy-contract"> <p><!--/summary_privercy_terms1/--></p> </div> <div class="privercy-contract" style="display: none;"> <p><!--/summary_privercy_terms2/--></p> </div> <div class="privercy-contract" style="display: none;"> <p><!--/summary_privercy_terms3/--></p> </div> </div><!-- .tab-content --> <div class="agree"> <label><!--/radio_privercy_policy_ok/--> 동의함</label> <label><!--/radio_privercy_policy_no/--> 동의안함</label> </div> </div> <!--/if_third_party/--> <div class="hd"> <h5>개인정보의 제3자 제공 <a href="<!--/link_third_party_view/-->" class="open-pop">전체보기</a></h5> </div> <div class="cont"> <div class="terms"> <!--/summary_third_party_terms/--> </div> <div class="agree"> <label><!--/radio_third_party_ok/--> 동의함</label> <label><!--/radio_third_party_no/--> 동의안함</label> </div> </div> <!--/end_if/--> <!--/if_trust/--> <div class="hd"> <h5>개인정보 처리위탁안내 <a href="<!--/link_trust_view/-->" class="open-pop">전체보기</a></h5> </div> <div class="cont"> <div class="terms"> <!--/summary_trust_terms/--> </div> <div class="agree"> <label><!--/radio_trust_ok/--> 동의함</label> <label><!--/radio_trust_no/--> 동의안함</label> </div> </div> <!--/end_if/--> <!--/else/--> <!--/if_privercy_terms/--> <div class="hd"> <h5>개인정보 수집 이용안내 <a href="<!--/link_privercy_policy_view/-->" class="open-pop">전체보기</a></h5> </div> <div class="cont"> <div class="terms"> <!--/summary_privercy_terms/--> </div> <div class="agree"> <label><!--/radio_privercy_policy_ok/--> 동의함</label> <label><!--/radio_privercy_policy_no/--> 동의안함</label> </div> </div> <!--/end_if/--> <!--/end_if/--> <!--/end_if/--> <!--/end_if/--> <!--/if_provider_privacy_agree/--> <div class="hd"> <h5>개인정보 공급자 제공 동의</h5> </div> <div class="cont"> <div class="terms"> <!--/provider_privacy_agree/--> </div> </div> <!--/end_if/--> <!--/if_use_privacy/--> <!--/new_privacy_terms/--> <!--/end_if/--> </div> <!-- //개인정보처리방침 --> <div id="join" class="wrapper"> <div class="hd"> <h5>주문동의</h5> </div> <div class="cont"> <!--/if_checkbox_before_pay/--> <div class="before_pay"> <label><!--/checkbox_before_pay/--> 선택하신 결제수단을 다음에도 사용합니다.</label> </div> <!--/end_if/--> <div class="payagree"> <!--/if_not_login/--><label><!--/user_age_check/--></label><br /><!--/end_if/--> <label><!--/checkbox_pay_agree/--><span class="txt">상기 약관 및 개인정보 수집 · 이용에 대한 동의 내용과 결제정보를 확인하였으므로 구매진행에 동의합니다.</span></label> </div> </div> </div> </tbody> </table> </div><!-- .tbl-order -->

Mobile 개별디자인 (모바일4.0) - CSS 추가

수정 경로 = 중앙디자인 > 주문관련 > 고급형 주문서 작성 : CSS
/* s 약관 */ #join .new-tit { margin-bottom: 13px; padding: 10px 3px 7px 10px; border-bottom: 2px solid #000; font-weight: bold; font-size: 1em; } #join .hd { position: relative; } #join .hd h5 { border: 0 none; background: none; text-indent: 18px; font-size: 13px; color: #000; line-height: 34px; font-weight: bold; } #join .hd h5:before { position: absolute; top: 14px; left: 8px; width: 3px; height: 3px; background: #000; content: ""; } #join .hd a { position: absolute; top: 4px; right: 10px; padding: 4px 10px; border: 1px solid #000; font-size: 12px; font-weight: bold; } #join .cont { padding: 8px 8px 15px; } #join .cont .terms { min-height: 45px; padding: 12px 8px; border: 2px solid #cfcfcf; } #join .cont .agree { display: none; } #join .cont .agree label { margin: 0 15px; } #join .cont a { color: #1172b6; font-weight: bold; font-size: 0.75em; text-align: right; display: block; padding-top: 10px; } #join .privacy-wrap h5 { border: 0 none; background: none; text-indent: 18px; font-size: 13px; color: #000; line-height: 34px; } #join .privacy-wrap h5:before { position: absolute; top: 14px; left: 8px; width: 3px; height: 3px; background: #000; content: ""; } #join .privacy-wrap .control-area { display: none; } #order .new-hd h5 { border: 0 none; background: none; text-indent: 18px; font-size: 13px; color: #000; line-height: 34px; } #order .new-hd h5:before { position: absolute; top: 14px; left: 8px; width: 3px; height: 3px; background: #000; content: ""; } .privacy .tb-style { border: 1px solid #cfcfcf; table-layout: fixed; word-break: break-all; } .privacy .tb-style table { width: 100%; } .privacy .tb-style table th, .privacy .tb-style table td { padding: 8px; border: 1px solid #ddd; font-size: 12px; color: #777; vertical-align: middle; } .privacy .tb-style table th { background: #f8f8f8; } .privacy .tb-style table tr td p.chk { padding-left: 10px; } .privacy .tb-style table tr td:nth-child(3) { font-size: 13px; font-weight: bold; color: #000; } /* e 약관 */