2024/11/15 본인인증 페이지
This commit is contained in:
parent
300f2e24b2
commit
339dc6c9fb
@ -0,0 +1,76 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ko">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>한국공정거래조정원 온라인분쟁조정시스템 > 분쟁조정 신청 > 분쟁조정 신청하기</title>
|
||||||
|
|
||||||
|
<!-- css -->
|
||||||
|
<link rel="stylesheet" href="/kofair_case_seed/css/reset.css">
|
||||||
|
<link rel="stylesheet" href="/kofair_case_seed/css/font.css">
|
||||||
|
<link rel="stylesheet" href="/kofair_case_seed/usr/style/common.css">
|
||||||
|
<link rel="stylesheet" href="/kofair_case_seed/usr/style/layout.css">
|
||||||
|
<link rel="stylesheet" href="/kofair_case_seed/usr/style/popup.css">
|
||||||
|
<link rel="stylesheet" href="/kofair_case_seed/usr/style/style.css">
|
||||||
|
<link rel="stylesheet" href="/kofair_case_seed/usr/style/mypage.css">
|
||||||
|
|
||||||
|
<!-- js -->
|
||||||
|
<script src="/kofair_case_seed/script/lib/jquery-3.5.0.js"></script>
|
||||||
|
<script src="/kofair_case_seed/usr/scripts/common.js"></script>
|
||||||
|
<script src="/kofair_case_seed/usr/scripts/layout.js"></script>
|
||||||
|
<script src="/kofair_case_seed/usr/scripts/popup.js"></script>
|
||||||
|
<script src="/kofair_case_seed/usr/scripts/ui.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="mask"></div>
|
||||||
|
|
||||||
|
<div class="wrap sub">
|
||||||
|
<div data-include-path="/kofair_case_seed/usr/layout/_header.html"></div>
|
||||||
|
|
||||||
|
<div class="contents sub">
|
||||||
|
|
||||||
|
<div class="sub_visual">
|
||||||
|
<h2>분쟁조정 신청</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
|
||||||
|
<!-- lnb -->
|
||||||
|
<div class="lnb">
|
||||||
|
<p class="title">분쟁조정 신청</p>
|
||||||
|
<ul class="lnb_menu">
|
||||||
|
<li>
|
||||||
|
<a href="#none" class="lnb_menu_title">분쟁조정 신청하기</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#none" class="lnb_menu_title">분쟁조정 사건조회</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- //lnb -->
|
||||||
|
<div class="sub_content idf_box">
|
||||||
|
|
||||||
|
<div class="box gray_fill box_complete">
|
||||||
|
<i class="icon process complete"></i>
|
||||||
|
<p class="gMarket_bold">본인인증을 진행해 주세요.</p>
|
||||||
|
|
||||||
|
<div class="btn_wrap center">
|
||||||
|
<button type="button" class="btn btn_text btn_45 darkblue_fill">확인</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div data-include-path="/kofair_case_seed/usr/layout/_footer.html"></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@ -37,6 +37,9 @@
|
|||||||
.idf_method .btn_idf.naver span{background:#2db400;}
|
.idf_method .btn_idf.naver span{background:#2db400;}
|
||||||
.idf_method .btn_idf.kakao span{background:#f9d300;color:#371c1d;}
|
.idf_method .btn_idf.kakao span{background:#f9d300;color:#371c1d;}
|
||||||
|
|
||||||
|
/* 본인인증 */
|
||||||
|
.sub_content.idf_box,.sub_content.idf_box .box{margin:0;}
|
||||||
|
|
||||||
/* 분쟁조정신청현황 > 현황 */
|
/* 분쟁조정신청현황 > 현황 */
|
||||||
.apl_status_content.detail h3{margin:32px 0 40px 0;}
|
.apl_status_content.detail h3{margin:32px 0 40px 0;}
|
||||||
.apl_status_content.detail .table_top.title{border-bottom:1px solid #cacaca;padding:0 0 10px 0;}
|
.apl_status_content.detail .table_top.title{border-bottom:1px solid #cacaca;padding:0 0 10px 0;}
|
||||||
@ -77,6 +80,9 @@
|
|||||||
.idf_method .btn_idf i.naver{background-image:url(/kofair_case_seed/usr/images/component/icon_idf_naver_m.png);}
|
.idf_method .btn_idf i.naver{background-image:url(/kofair_case_seed/usr/images/component/icon_idf_naver_m.png);}
|
||||||
.idf_method .btn_idf i.kakao{background-image:url(/kofair_case_seed/usr/images/component/icon_idf_kakao_m.png);}
|
.idf_method .btn_idf i.kakao{background-image:url(/kofair_case_seed/usr/images/component/icon_idf_kakao_m.png);}
|
||||||
|
|
||||||
|
/* 본인인증 */
|
||||||
|
.sub_content.idf_box,.sub_content.idf_box .box{margin:30px 0 0 0;}
|
||||||
|
|
||||||
/* 분쟁조정신청현황 */
|
/* 분쟁조정신청현황 */
|
||||||
.apl_status_content.detail h3{margin:60px 0 80px 0;}
|
.apl_status_content.detail h3{margin:60px 0 80px 0;}
|
||||||
.apl_status_content.detail .title.depth02{margin:100px 0 0 0;}
|
.apl_status_content.detail .title.depth02{margin:100px 0 0 0;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user