mjon_git/src/main/webapp/publish/popup_list.html
2023-06-12 11:15:02 +09:00

667 lines
39 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>문자온</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/publish/css/reset.css">
<link rel="stylesheet" href="/publish/css/common.css">
<link rel="stylesheet" href="/publish/css/button.css">
<link rel="stylesheet" href="/publish/css/content.css">
<link rel="stylesheet" href="/publish/css/font.css">
<link rel="stylesheet" href="/publish/css/popupLayer.css">
<link rel="stylesheet" href="/publish/css/jquery.mCustomScrollbar.css">
<script src="/publish/js/jquery-3.5.0.js"></script>
<script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="/publish/js/common.js"></script>
<script src="/publish/js/content.js"></script>
<script src="/publish/js/calendar.js"></script>
<script src="/publish/js/popupLayer.js"></script>
</head>
<body>
<div class="mask"></div>
<!-- skip 메뉴 -->
<div class="skip_menu">
<a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a>
</div><!--// skip 메뉴 -->
<!-- quick 메뉴 -->
<div class="quickMenu">
<div>
<p class="quick_title">QUICK<br>MENU</p>
<p class="quick_title2">QUICK</p>
<ul class="quickMenuIn">
<li>
<a href="/publish/index.html"><i class="quick1"></i><span>이용안내</span></a>
<div class="hover_cont">이용안내</div>
</li>
<li>
<a href="#"><i class="quick2"></i><span>채팅상담</span></a>
<div class="hover_cont">채팅상담</div>
</li>
<li>
<a href="#"><i class="quick3"></i><span>원격지원</span></a>
<div class="hover_cont">원격지원</div>
</li>
<li>
<a href="#"><i class="quick4"></i><span>맞춤제작</span></a>
<div class="hover_cont">맞춤제작</div>
</li>
<li>
<a href="#"><i class="quick5"></i><span>주소록 등록</span></a>
<div class="hover_cont">주소록 등록</div>
</li>
<li>
<a href="#"><i class="quick6"></i><span>엑셀 전송</span></a>
<div class="hover_cont">엑셀 대량전송</div>
</li>
<li>
<a href="#"><i class="quick7"></i><span>견적서</span></a>
<div class="hover_cont">견적서</div>
</li>
<li>
<a href="#"><i class="quick8"></i><span>결제</span></a>
<div class="hover_cont">결제</div>
</li>
<li>
<a href="#"><i class="quick9"></i><span>영수증/계산서</span></a>
<div class="hover_cont">영수증/계산서</div>
</li>
</ul>
<button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button>
</div>
</div><!--// quick 메뉴 -->
<!-- header 영역 -->
<header id="header" class="header">
<!-- header top 영역 -->
<div class="header_top">
<div class="inner">
<ul class="menu_left">
<li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li>
<li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li>
<li><a href="#"><i class="hdTop_center"></i>고객센터</a></li>
</ul>
<ul class="menu_right">
<li><a href="#">충전하기</a></li>
<li class="SortLine"><a href="#">요금안내</a></li>
<li class="SortLine"><a href="#">이용안내</a></li>
<li class="SortLine"><a href="#">1:1고객상담</a></li>
</ul>
</div>
</div><!-- header top 영역 -->
<!-- header body 영역 -->
<div class="header_body">
<div class="inner table">
<h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" alt="문자온 CI"></a></h1>
<ul class="gnbWrap table_cell">
<li><a href="#">문자발송</a></li>
<li><a href="#">선거문자</a></li>
<li><a href="#">맞춤제작</a></li>
<li><a href="#">비즈톡</a></li>
<li><a href="#">주소록 관리</a></li>
<li><a href="#">발송결과</a></li>
<li><a href="#">예약관리</a></li>
<li><a href="#">결제내역</a></li>
</ul>
<div class="s_menu">
<i class="allSearch_info"><span>문자검색</span></i>
<button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button>
<button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button>
</div>
</div>
<!-- search popup 영역 -->
<div class="pop_search">
<div class="inner">
<div class="area_search">
<select name="" id="">
<option value="">그림문자</option>
<option value="">단문문자</option>
<option value="">장문문자</option>
<option value="">GIF</option>
</select>
<input type="text" placeholder="문자샘플 검색하기">
<button><img src="/publish/images/search02.png" alt=""></button>
</div>
<div class="area_popular">
<p><i></i>인기검색어</p>
<ul class="popular_tag">
<li><a href="#">#정월대보름</a></li>
<li class="on"><a href="#">#추석</a></li>
<li><a href="#">#가을인사</a></li>
<li><a href="#">#좋은하루</a></li>
</ul>
</div>
<button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" alt=""></button>
</div>
</div><!--// search popup 영역 -->
</div><!--// header body 영역 -->
<div id="login" class="login">
<div class="inner table">
<div class="login_left table_cell">
<div class="login_put">
<label for="id_text" class="label"></label>
<input type="text" placeholder="아이디를 입력해주세요"id="id_text" class="id_text" maxlength="30" size="18">
<label for="password_text" class="label"></label>
<input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30"size="18">
<label for="login_button" class="label"></label>
<button type="submit" class="btnType btnType1" class="login_button">로그인</button>
</div>
<div class="login_save">
<input type="checkbox" id="save_id">
<label for="save_id">아이디 저장</label>
</div>
<div class="login_find">
<a href="#">아이디찾기 /</a>
<a href="#">비밀번호 찾기</a>
</div>
<div>
<button type="button" class="btnType btnType2">회원가입</button>
<button type="button" class="btnType btnType3">둘러보기</button>
</div>
</div>
<div class="login_right">
<span><i></i>이달의 이벤트</span>
<button type="button" class="btnType btnType4">바로가기</button>
</div>
</div>
</div><!--// login 영역 -->
</header><!--// header 영역 -->
<!-- login 영역 -->
<!-- content 영역 -->
<div id="container" class="cont sub">
<div class="inner">
<div class="popup_btn_wrap">
<div class="popup_btn pop1">
<button type="button" data-tooltip="popup02"><i></i>데이터 불러오기</button>
</div>
<div class="popup_btn pop2">
<button type="button" data-tooltip="popup03"><i></i>전송내역</button>
</div>
<div class="popup_btn pop2">
<button type="button" onclick="showEstimate();"><i></i>인쇄 미리보기</button>
</div>
<div class="popup_btn pop2">
<button type="button" onclick="showEstimate2();"><i></i>인쇄 미리보기</button>
</div>
<div class="popup_btn pop2">
<button type="button" onclick="showEstimate3();"><i></i>간이영수증</button>
</div>
<div class="popup_btn pop2">
<button type="button" onclick="previewList1();"><i></i>인쇄 미리보기(주소록)</button>
</div>
<div class="popup_btn pop2">
<button type="button" onclick="previewList2();"><i></i>인쇄 미리보기(주소록 내보내기 팝업)</button>
</div>
<div style="text-align: center;">
<button class="btnType btnType16" data-tooltip="estimate01">발행하기</button>
</div>
</div>
<!-- 팝업 불러오기 -->
<div class="tooltip-wrap">
<div class="popup-com import_layer popup02" tabindex="0" data-tooltip-con="popup02" data-focus="popup02" data-focus-prev="popup02-close">
<div class="popup_heading">
<p><span>주소록</span> 불러오기</p>
<button type="button" class="tooltip-close" data-focus="popup02-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button>
</div>
<div class="layer_in">
<!-- tab button -->
<ul class="tabType5">
<li class="tab active"><button type="button" onclick="TabType(this,'1'); titSet(this);">주소록</button></li>
<li class="tab"><button type="button" onclick="TabType(this,'2'); titSet(this);">엑셀 파일</button></li>
<li class="tab"><button type="button" onclick="TabType(this,'3'); titSet(this);">TXT 파일</button></li>
</ul><!--// tab button -->
<!-- 주소록 불러오기 -->
<div class="popup_cont current hascont">
<div class="titBox">
<p>- 수정 및 변경은 <span>[주소록]</span>메뉴에서 가능합니다.</p>
</div>
<div class="popup_search_wrap clearfix">
<div class="tab_depth1">
<a href="#none" class="on">그룹</a>
<a href="#none" style="display: none;">개별</a>
<a href="#none">개별</a>
<div class="on_active">그룹</div>
</div>
<label for="" class="label">검색 선택</label>
<div>
<select class="selType2">
<option value="">이름</option>
<option value="">이름</option>
<option value="">이름</option>
</select>
<label for="" class="label">검색어 입력</label>
<input type="text">
<button type="button"><img src="/publish/images/popup/search.png" alt="검색"></button>
</div>
</div>
<div><img src="/publish/images/popup/imsi_img1.PNG" style="width: 100%;"></div>
</div><!--// 주소록 불러오기 -->
<!-- 엑셀파일 불러오기 -->
<div class="popup_cont hascont">
<div class="titBox">
<p>- 최대 2만 건까지 등록할 수 있습니다.</p>
<p>- [엑셀 불러오기]시 문서의 A, B, C, D열을 불러옵니다.(지원하는 파일 형식 : xls, xlsx)</p>
<p>- 이름 : 20byte, [*1*] [*2*] : 100byte까지 입력 가능합니다.</p>
<p>- 휴대폰 항목은 숫자, 하이픈(-)만 인식하며, 번호 앞에 0이 생략되어도 정상 등록됩니다.
</p>
</div>
<div class="excel_middle">
<div class="select_btnWrap clearfix">
<div>
<button type="button"><i class="remove_img"></i>전체선택(ctrl+A)</button>
<button type="button"><i class="remove_img"></i>삭제(Del)</button>
<button type="button">복사(ctrl+C)</button>
<button type="button">붙여넣기(ctrl+V)</button>
</div>
<div>
<button type="button" class="excel_btn"><i class="uproad"></i>엑셀 업로드</button>
<button type="button" class="excel_btn"><i class="downroad"></i>엑셀 다운로드</button>
</div>
</div>
</div>
<div><img src="/publish/images/popup/imsi_img1.PNG" style="width: 100%;"></div>
</div><!--// 엑셀파일 불러오기 -->
<!-- TXT파일 불러오기 -->
<div class="popup_cont hascont">
<div class="titBox">
<p>- 최대 <span>10만 건</span>까지 등록할 수 있습니다.</p>
<p>- 휴대폰 번호 앞에 반드시 <span>0</span>이 있어야 등록됩니다.</p>
<p>- 휴대폰 번호는 <span>숫자, 공백, 하이픈</span>(-)만 인식합니다.</p>
<p>- 텍스트파일로 발송하기는 [*변수*] 기능을 지원하지 않습니다.</p>
</div>
<div class="txt_file_title">
<p>텍스트 파일을<span class="c_e40000">1개의 파일</span>만 등록이 가능합니다.</p>
</div>
<div class="attachedFile">
<label for="" class="attachedFile_label">첨부파일</label>
<input type="text" readonly>
<button type="button" class="btnType btnType6">찾아보기</button>
<p><span class="vMiddle">*</span> 첨부된 파일은 <span class="c_e40000">[추가]버튼을 클릭</span>하셔야 받는 사람에 등록됩니다.</p>
</div>
</div> <!--// TXT파일 불러오기 -->
<div class="popup_btn_wrap2">
<button type="button">추가</button>
<button type="button" class="tooltip-close" data-focus="popup02-close" data-focus-next="popup02">닫기</button>
</div>
</div>
</div>
</div><!--// 팝업 불러오기 -->
<!-- 전송내역 -->
<div class="tooltip-wrap">
<div class="popup-com history_layer popup03" tabindex="0" data-tooltip-con="popup03" data-focus="popup03" data-focus-prev="popup03-close">
<div class="popup_heading">
<p><span>전송내역</p>
<button type="button" class="tooltip-close" data-focus="popup02-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button>
</div>
<div class="layer_in">
<!-- tab button -->
<ul class="tabType6">
<li class="tab active"><button type="button" onclick="TabType(this,'1');">최근 전송내역</button></li>
<li class="tab"><button type="button" onclick="TabType(this,'2');">자주보내는 번호</button></li>
</ul><!--// tab button -->
<!-- 최근 전송내역 -->
<div class="history_cont current hascont">
<div class="histroy_trans">
<ul>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
<li>
<input type="checkbox" id="">
<label for="" class="label">최근 전송내역</label>
<p>010-1234-5678</p>
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
</li>
</ul>
</div>
</div><!--// 최근 전송내역 -->
<!-- 자주보내는 번호 -->
<div class="history_cont hascont" style="height: 500px;">
</div><!--// 자주보내는 번호 -->
<div class="popup_btn_wrap2 hisroy_btn">
<button type="button">선택추가</button>
<button type="button">선택삭제</button>
</div>
</div>
</div>
</div><!--// 전송내역 -->
<!-- 견적서 팝업 data-tooltip:estimate -->
<div class="tooltip-wrap">
<div class="popup-com estimate01" tabindex="0" data-tooltip-con="estimate01" data-focus="estimate01" data-focus-prev="estimate01-close" style="width: 880px;">
<div class="popup_heading">
<p>견적서 발행하기</p>
<button type="button" class="tooltip-close" data-focus="estimate01-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button>
</div>
<!-- 견적서 -->
<div class="estimate_wrap">
<div class="estimate">
<div class="est_head clearfix">
<img src="/publish/images/CI.png" alt="문자온 CI">
<div class="clearfix">
<p>(12248) 경기도 남양주시 다산중앙로19번길 21, 1027호, 1028호(블루웨일 지식산업센터 1차)</p>
<p>TEL 070-4786-0008</p>
</div>
</div>
<div class="est_body">
<h2>견적서</h2>
<div class="cont1">
<div>
<p>수신자</p>
<table class="est_table">
<caption>수신자 정보</caption>
<colgroup>
<col style="width: 50px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th>&nbsp;&nbsp;</th>
<td></td>
</tr>
<tr>
<th>&nbsp;&nbsp;</th>
<td></td>
</tr>
<tr>
<th>견적일자</th>
<td></td>
</tr>
<tr>
<th>유효기간</th>
<td>결제일로부터 30일</td>
</tr>
<tr>
<th>결제조건</th>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<p>공급자</p>
<img src="/publish/images/content/stamp.png" alt="도장" class="stamp">
<table class="est_table">
<caption>공급자 정보</caption>
<colgroup>
<col style="width: 82px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th>&nbsp;&nbsp;&nbsp;&nbsp;</th>
<td>주식회사 아이티앤</td>
</tr>
<tr>
<th>사업자등록번호</th>
<td>653-87-00858</td>
</tr>
<tr>
<th>&nbsp;&nbsp;&nbsp;&nbsp;</th>
<td>유인식</td>
</tr>
<tr>
<th>&nbsp;&nbsp;&nbsp;&nbsp;</th>
<td>070-4786-0008</td>
</tr>
<tr>
<th>&nbsp;&nbsp;&nbsp;&nbsp;</th>
<td>help@iten.co.kr</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="cont2 clearfix">
<p>합계</p>
<p><span>383,500</span> 원(VAT 포함)</p>
</div>
<div class="cont3">
<p>(단위:원, 건)</p>
<table class="est_table2">
<caption>견적서 품목, 단가, 수량, 공급가액, 부가세, 금액 정보를 제공하는 표</caption>
<colgroup>
<col style="width: 140px;">
<col style="width: 65px;">
<col style="width: auto;">
<col style="width: 130px;">
<col style="width: 130px;">
<col style="width: 130px;">
</colgroup>
<thead>
<tr>
<th scope="col">품목</th>
<th scope="col">단가</th>
<th scope="col">수량</th>
<th scope="col">공급가액</th>
<th scope="col">부가세</th>
<th scope="col">금액</th>
</tr>
</thead>
<tbody>
<tr>
<th>단문(SMS)</th>
<td>50</td>
<td>2,000</td>
<td>99,000</td>
<td>1,000</td>
<td>100,000</td>
</tr>
<tr>
<th>장문(LMS)</th>
<td>100</td>
<td>2,800</td>
<td>277,200</td>
<td>2,800</td>
<td>280,000</td>
</tr>
<tr>
<th>그림(MMS)</th>
<td>150</td>
<td>10</td>
<td>1,350</td>
<td>150</td>
<td>1,500</td>
</tr>
<tr>
<th>알림톡</th>
<td>100</td>
<td>10</td>
<td>900</td>
<td>100</td>
<td>1,000</td>
</tr>
<tr>
<th>비즈톡</th>
<td>100</td>
<td>10</td>
<td>900</td>
<td>100</td>
<td>1,000</td>
</tr>
</tbody>
</table>
</div>
<div class="cont4">
<table class="est_table">
<caption>공급가액, 부가세, 총 결제금액에 대한 표</caption>
<colgroup>
<col style="width: 64px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th>공급가액</th>
<td><span>379,350</span></td>
</tr>
<tr>
<th>부가세</th>
<td><span>4,150</span></td>
</tr>
<tr>
<th>총 결제금액</th>
<td><span>383,500</span></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="est_footer">
<span>특이사항</span>
<div>
<p>- 본 견적서는 기본 견적서로 결제방식, 옵션 등에 따라 차이가 발생할 수 있습니다.</p>
<p>- 결제금액에 2% 포인트 적립(단가할인 고객의 경우 적립 제외)</p>
<p>- 포인트 3,000원 이상부터 충전금 전환 가능</p>
<p>- 포인트 10,000원 이상부터 현금으로 교환 가능</p>
<p>- 100만원 이상 충전을 원하시는 고객께서는 070-4786-0008로 별도 문의 바랍니다.</p>
<p>- 인터넷 익스플로러를 사용하시는 고객께서는 <span>[옵션도구>옵션>고급>인쇄>배경색 및 이미지 인쇄]</span>를 체크해주시기 바랍니다.</p>
</div>
</div>
</div>
</div><!--// 견적서 -->
<div class="est_btn_wrap">
<button type="button" class="btnType"><i class="pdf_img"></i>PDF저장</button>
<button type="button" class="btnType"><i class="print_img"></i>인쇄하기</button>
<button type="button" class="btnType tooltip-close" data-focus="estimate01-close" data-focus-next="estimate01">닫기</button>
</div>
</div>
</div><!--// 견적서 팝업 -->
</div>
</div><!--// content 영역 -->
<!-- footer 영역 -->
<!-- footer 영역 -->
<footer id="footer" class="footer">
<div class="footer_top">
<div class="inner table">
<ul class="table_cell">
<li><a href="#">이용약관</a></li>
<li class="SortLine fwRg c_white"><a href="#">개인정보취급방침</a></li>
<li class="SortLine fwRg c_white"><a href="#">스팸관리정책</a></li>
<li class="SortLine"><a href="#">불법스팸예방안내</a></li>
</ul>
</div>
</div>
<div class="footer_body">
<div class="inner table">
<div class="table_cell">
<a href="#" class="footer_logo"><img src="/publish/images/CI_white.png" alt="문자온 CI"></a>
<div class="footer_info">
<p>주소 : 경기도 남양주시 다산중앙로 19번길 21 1027호, 1028호(블루웨일 지식산업센터 1차)</p>
<p>사업자번호 : 653-87-00858 대표 : 유인식 통신판매등록번호 : 제 다산-12345호 문의전화 : 070-4786-0007</p>
<p>Copyright 2020 ⓒ MUNJAON co. Ltd, All rights reserved.</p>
</div>
<div class="footer_service_center">
<i></i>
<div>
<p>고객센터</p>
<span class="footer_service_num">070-4786-0008</span>
<span>E-mail : help@iten.co.kr</span>
</div>
</div>
</div>
</div>
</div>
</footer><!--// footer 영역 -->
</body></html>