ITN_디자인팀 2023-12-21
2023/12/21 문자온 > 모바일용 홍보 페이지 퍼블리싱
@a4c77a7c4017e542536031e342ade0f352e25e71
 
src/main/webapp/publish/publish_m/css/reset.css (added)
+++ src/main/webapp/publish/publish_m/css/reset.css
@@ -0,0 +1,66 @@
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+	margin: 0;
+	padding: 0;
+	border: 0;
+	outline: 0;
+	font-size: 100%;
+	vertical-align: baseline;
+	background: transparent;
+}
+body {
+	line-height: 1;
+	font-family: 'Noto Sans KR', sans-serif;
+	color: #222222;
+	font-size: 20px;
+	box-sizing: border-box;
+}
+ol, ul {
+	list-style: none;
+}
+blockquote, q {
+	quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+	content: '';
+	content: none;
+}
+
+/* remember to define focus styles! */
+:focus {
+	outline: 0;
+}
+
+/* remember to highlight inserts somehow! */
+ins {
+	text-decoration: none;
+}
+del {
+	text-decoration: line-through;
+}
+
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+	border-collapse: collapse;
+	border-spacing: 0;
+}
+
+/* 여기어때 잘난체 */
+@font-face {
+    font-family: 'yg-jalnan';
+    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
+    font-weight: normal;
+    font-style: normal;
+}
+
+/* Noto Sans KR */
+@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Lora&family=Noto+Sans+KR:wght@100;400;700&display=swap');
+/*font-family: 'Noto Sans KR', sans-serif;*/(No newline at end of file)
 
src/main/webapp/publish/publish_m/css/style.css (added)
+++ src/main/webapp/publish/publish_m/css/style.css
@@ -0,0 +1,116 @@
+@charset "utf-8";
+html{scroll-behavior: smooth; min-width: 280px; margin: 0 auto;}
+
+*{margin: 0; padding: 0;  word-break: keep-all; max-width: 1024px;}
+a{text-decoration: none;color: #222222;}
+
+
+.con_wrap{background-color: #f0f3f7; letter-spacing: -0.5px;}
+/*header*/
+header .inner{position: absolute; padding: 7px 20px; background-color: #fff; border-radius: 0 0 30px 0;}
+header .inner a{display: flex; align-items: center;}
+header .inner a p{font-size: 26px; font-weight: 300; padding: 0 0 0 20px;}
+
+/*메인비주얼*/
+.visual{background-image: url(/publish/publish_m/img/main_bg_big.png); background-repeat: no-repeat; /*background-position: calc(100% - 30px) 0;*/ background-color: #0b4aa7; width: 100%; border-radius: 0 0 35px 0; text-align: center;}
+.visual .inner h2{padding: 110px 0 25px 0; font-family: 'yg-jalnan'; font-size: 60px; color: #fff; line-height: 74px;}
+.visual .inner h2 span{color: #ffe329;}
+.visual .inner .button{display: inline-block;}
+.visual .inner .button a p{margin: 0 auto; width: 340px; height: 74px;border: 2px solid #cec442; border-radius: 50px; font-size: 30px; font-family: 'yg-jalnan'; color: #ffe329; line-height: 74px;}
+.visual .inner .button a p span{font-family: 'Noto Sans KR', sans-serif; font-weight: 500;}
+
+/*메인비주얼 > 요금표*/
+.visual .price .text{font-size: 18px; color: #fff; font-weight: 300;}
+.visual .price .text01{padding: 38px 20px 10px 0; text-align: right; opacity: 40%;}
+.visual .price .text02{padding: 10px 0 25px 20px; text-align: left; opacity: 50%;}
+.visual .price ul{display: flex; justify-content: space-between; padding: 0 20px;}
+.visual .price ul li{width: calc((100% - 20px)/3);}
+.visual .price ul .wrap{border: 3px solid #ffcd05; border-radius: 10px; background-color: #eaedf1; color: #082550; font-weight: 400;}
+.visual .price ul .wrap .title{padding: 9px 0; border-radius: 6px 6px 0 0; background-color: #ffcd05; text-align: center; font-size: 20px;}
+.visual .price ul .wrap .title p img{margin: 0 0 4px 0;}
+.visual .price ul .wrap .inner_text{padding: 7px 7px 10px 7px; border-radius: 0 0 8px 8px; background-color: #fff; font-size: 26px;}
+.visual .price ul .wrap .inner_text span{font-size: 18px;}
+
+/*con*/
+.con{margin: 80px 20px 0 20px;}
+.con .title{font-family: 'yg-jalnan'; display: flex; align-items: center;}
+.con .title p{font-size: 36px; margin: 1px 0 0 0;}
+.con .title .num{padding: 2px 0 0 0; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; margin: 0 20px 0 0; border-radius: 13px; background-color: #ffcd05; font-size: 32px;}
+.con .text_wrap{background-color: #fff; box-shadow: 0 0 9px rgba(0,0,0,0.1 ); padding: 44px 44px 44px 74px; margin: 30px 0 0 0; border-radius: 20px;}
+.con .text{position: relative; margin: 0 0 35px 0;}
+.con .text:last-child{margin: 0;}
+.con .text p{font-size: 32px; font-weight: 400; line-height: 1.5;}
+.con .text .te::after{content: ""; position: absolute; top: 24px; left: -22px; transform: translateY(-50%); border-radius: 50%; width: 10px; height: 10px; background-color: #ffcd05;} 
+.con .text .text_sub p{font-size: 28px; font-weight: 300; color: #666; line-height: 1.5; word-break: break-all; text-indent: -17px; margin: 0 0 0 21px;}
+
+/*footer*/
+footer{ margin: 80px 0 0 0; text-align: center; background-color: #393939; color: #fff;}
+footer .title{padding: 40px 0 18px 0; display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 500;}
+footer .title p{margin: 0 0 0 16px;}
+footer ul li{width: 380px; /*display: flex; align-items: center; justify-content: center;*/ margin: 0 auto 16px auto; padding: 8px 0 12PX 0; border-radius: 10px; border: 1px solid #888; font-size: 40px; font-weight: 700;}
+footer ul li a{color: #fff;}
+footer ul li:last-child{margin: 0 auto;}
+footer .iten{padding: 22px 0 40px 0; font-size: 26px; font-weight: 300; opacity: 40%;}
+
+/*미디어쿼리_640x*/
+@media screen and (max-width:640px){
+    .visual{background-image: url(/publish/publish_m/img/main_bg.png);}
+}
+
+/*미디어쿼리_500x*/
+@media screen and (max-width:500px){
+    /*header*/
+    header .inner{border-radius: 0 0 20px 0; padding: 3px 20px;}
+    header .inner a img{width: 64%;}
+    header .inner a p{font-size: 14px; padding: 0; margin: 0 0 0 -20px;}
+    /*메인비주얼*/
+    .visual{border-radius: 0 0 25px 0;}
+    .visual .inner h2{padding: 70px 0 15px 0; font-size: 32px; line-height: 1.3;}
+    .visual .inner .button a p{width: 180px; height: 40px; font-size: 16px; line-height: 42px;}
+    .visual .inner .button a p img{width: 5%;}
+    /*요금*/
+    .visual .price .text{font-size: 12px;}
+    .visual .price ul .wrap{border: 2px solid #ffcd05; border-radius: 7px;}
+    .visual .price ul .wrap .title{font-size: 14px; border-radius: 5px 5px 0 0; padding: 6px 0;}
+    .visual .price ul .wrap .inner_text{font-size: 15px; border-radius: 0 0 6px 6px; padding: 5px 7px 6px 7px;}
+    .visual .price ul .wrap .inner_text span{font-size: 13px;}
+    .visual .price .text01{padding: 15px 20px 10px 0;}
+    /*con*/
+    .con{margin: 40px 20px 0 20px;}
+    .con .title p{font-size: 20px;}
+    .con .title .num{/*padding: 8px 12px 7px 12px; */width: 30px; height: 30px; margin: 0 10px 0 0; border-radius: 6px; font-size: 18px;}
+    .con .text_wrap{padding: 22px 22px 22px 37px; margin: 20px 0 0 0; border-radius: 15px;}
+    .con .text{margin: 0 0 14px 0;}
+    .con .text p{font-size: 17px;}
+    .con .text .te::after{top: 10px; left: -11px; width: 5px; height: 5px;}
+    .con .text .text_sub p{font-size: 15px; text-indent:-8px; margin: 0 0 0 9px;}
+    /*footer*/
+    footer{margin: 40px 0 0 0;}
+    footer .title{padding: 20px 0 10px 0; font-size: 16px;}
+    footer .title img{width: 8%;}
+    footer .title p{margin: 0 0 0 10px;}
+    footer ul li{width: 210px; margin: 0 auto 8px auto; border-radius: 8px; font-size: 22px; padding: 8px 0 5px 0;}
+    footer .iten{padding: 12px 0 20px 0; font-size: 13px;}
+}
+
+/*미디어쿼리_460pxx*/
+@media screen and (max-width:460px){
+    .visual{background-image: url(/publish//publish_m/img/main_bg_small_01.png);}
+}
+
+/*미디어쿼리_360x*/
+@media screen and (max-width:360px){
+    .visual{background-image: url(/publish/publish_m/img/main_bg_small_02.png);}
+}
+
+/*미디어쿼리_340x*/
+@media screen and (max-width:340px){
+    .visual .price ul .wrap .title{font-size: 13px;}
+    .visual .price ul{padding: 0 15px;}
+}
+
+/*미디어쿼리_310x*/
+@media screen and (max-width:310px){
+    .visual .price ul .wrap .title{font-size: 12px;}
+    .visual .price ul{padding: 0 9px;}
+}(No newline at end of file)
 
src/main/webapp/publish/publish_m/img/arrow.png (Binary) (added)
+++ src/main/webapp/publish/publish_m/img/arrow.png
Binary file is not shown
 
src/main/webapp/publish/publish_m/img/header_logo.png (Binary) (added)
+++ src/main/webapp/publish/publish_m/img/header_logo.png
Binary file is not shown
 
src/main/webapp/publish/publish_m/img/main_bg.png (Binary) (added)
+++ src/main/webapp/publish/publish_m/img/main_bg.png
Binary file is not shown
 
src/main/webapp/publish/publish_m/img/main_bg_big.png (Binary) (added)
+++ src/main/webapp/publish/publish_m/img/main_bg_big.png
Binary file is not shown
 
src/main/webapp/publish/publish_m/img/main_bg_small_01.png (Binary) (added)
+++ src/main/webapp/publish/publish_m/img/main_bg_small_01.png
Binary file is not shown
 
src/main/webapp/publish/publish_m/img/main_bg_small_02.png (Binary) (added)
+++ src/main/webapp/publish/publish_m/img/main_bg_small_02.png
Binary file is not shown
 
src/main/webapp/publish/publish_m/img/main_img.png (Binary) (added)
+++ src/main/webapp/publish/publish_m/img/main_img.png
Binary file is not shown
 
src/main/webapp/publish/publish_m/img/preview_logo.png (Binary) (added)
+++ src/main/webapp/publish/publish_m/img/preview_logo.png
Binary file is not shown
 
src/main/webapp/publish/publish_m/img/tel_icon.png (Binary) (added)
+++ src/main/webapp/publish/publish_m/img/tel_icon.png
Binary file is not shown
 
src/main/webapp/publish/publish_m/munjaon_intro_01.html (added)
+++ src/main/webapp/publish/publish_m/munjaon_intro_01.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html>
+<html lang="ko">
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>프리미엄 문자 발송 서비스 문자온</title>
+	<meta property="og:title" content="프리미엄 문자 발송 서비스 문자온">
+	<meta property="og:image" content="https://www.munjaon.co.kr/publish/publish_m/img/preview_logo.png">
+
+    <link rel="apple-touch-icon" sizes="57x57" href="/publish/images/favicon/apple-icon-57x57.png">
+	<link rel="apple-touch-icon" sizes="60x60" href="/publish/images/favicon/apple-icon-60x60.png">
+	<link rel="apple-touch-icon" sizes="72x72" href="/publish/images/favicon/apple-icon-72x72.png">
+	<link rel="apple-touch-icon" sizes="76x76" href="/publish/images/favicon/apple-icon-76x76.png">
+	<link rel="apple-touch-icon" sizes="114x114" href="/publish/images/favicon/apple-icon-114x114.png">
+	<link rel="apple-touch-icon" sizes="120x120" href="/publish/images/favicon/apple-icon-120x120.png">
+	<link rel="apple-touch-icon" sizes="144x144" href="/publish/images/favicon/apple-icon-144x144.png">
+	<link rel="apple-touch-icon" sizes="152x152" href="/publish/images/favicon/apple-icon-152x152.png">
+	<link rel="apple-touch-icon" sizes="180x180" href="/publish/images/favicon/apple-icon-180x180.png">
+	<link rel="icon" type="image/png" sizes="192x192" href="/publish/images/favicon/android-icon-192x192.png">
+	<link rel="icon" type="image/png" sizes="32x32" href="/publish/images/favicon/favicon-32x32.png">
+	<link rel="icon" type="image/png" sizes="96x96" href="/publish/images/favicon/favicon-96x96.png">
+	<link rel="icon" type="image/png" sizes="16x16" href="/publish/images/favicon/favicon-16x16.png">
+	<link rel="manifest" href="/publish/images/favicon/manifest.json">
+
+    <link rel="stylesheet" href="/publish/publish_m/css/reset.css">
+    <link rel="stylesheet" href="/publish/publish_m/css/style.css">
+</head>
+
+<body>
+	<div class="con_wrap">
+		<header>
+			<div class="inner">
+			  <a href="https://www.munjaon.co.kr">
+				<h1><img src="/publish/publish_m/img/header_logo.png" alt="문자온 로고"></h1>
+				<p>munjaon.co.kr</p>
+			  </a>
+			</div>
+		</header>
+		<div class="visual">
+			<div class="inner">
+				<h2><span>프리미엄</span>&nbsp;문자<br>발송 서비스</h2>
+				<div class="button">
+					<a href="https://www.munjaon.co.kr">
+						<p>문자온 바로가기&nbsp;<span>(클릭)</span></p>
+					</a>
+				</div>
+				<div class="price">
+					<p class="text text01">(부가세 별도)</p>
+					<ul>
+						<li>
+							<div class="wrap">
+								<p class="title">단문(SMS)</p>
+								<p class="inner_text">7.5<span>원</span></p>
+							</div>
+						</li>
+						<li>
+							<div class="wrap">
+								<p class="title">장문(LMS)</p>
+								<p class="inner_text">24<span>원</span></p>
+							</div>
+						</li>
+						<li>
+							<div class="wrap">
+								<p class="title">그림단문(MMS)</p>
+								<p class="inner_text">55<span>원</span></p>
+							</div>
+						</li>
+					</ul>
+					<p class="text text02">※ 발송량에 따른 단가 조정 가능 </p>
+				</div>
+			</div>
+		</div>
+		<section>
+			<div class="con">
+				<div class="title">
+					<p class="num">1</p>
+					<p>특장점</p>
+				</div>
+				<div class="text_wrap">
+					<div class="text">
+						<p class="te">단문(SMS), 장문(LMS), 그림문자(MMS), 카카오 알림톡, 팩스 발송 기능 제공</p>
+					</div>
+					<div class="text">
+						<p class="te">업계 최저가 요금</p>
+					</div>
+					<div class="text">
+						<p class="te">최신 트렌드 반영 서비스 제공</p>
+						<div class="text_sub">
+							<p>- 주소록 입력 대행(무료)</p>
+							<p>- 예약발송 기능 제공(분 단위)</p>
+							<p>- 문자메시지 지도‧약도 자동 첨부 가능</p>
+							<p>- 그림문자 주문제작 서비스 제공</p>
+							<p>- 다양한 결제수단 제공(신용카드, 휴대폰 결제, 전용계좌, 즉시이체, 간편결제 등)</p>
+							<p>- 무제한 발송량 제공</p>
+							<p>- 특정 공통문구(이름, 일시, 비용 등) 일괄 변경 기능 제공</p>
+						</div>
+					</div>
+					<div class="text">
+						<p class="te">다양한 방식의 20건 선거문자 발송기능 제공</p>
+					</div>
+					<div class="text">
+						<p class="te">기업‧단체‧공공기관 B2B 전용라인 제공</p>
+					</div>
+				</div>
+			</div>
+		</section>
+		<section>
+			<div class="con">
+				<div class="title">
+					<p class="num">2</p>
+					<p>이용고객</p>
+				</div>
+				<div class="text_wrap">
+					<div class="text">
+						<p class="te">개인(사업자)</p>
+						<div class="text_sub">
+							<p>- 동호회, 동문회, 향우회, 병원, 부동산, 음식점, 마트, 대리점, 숙박업, 전문직 사무실, 소셜커머스 사업자, 교육시설(학원, 학교, 유치원, 어린이집), 스포츠시설(골프장, 피트니스) 등</p>
+						</div>
+					</div>
+					<div class="text">
+						<p class="te">기업‧협회‧단체</p>
+						<div class="text_sub">
+							<p>- 기업(대‧중‧소기업), 협회, 조합, 비영리단체, 종교단체(교회, 사찰), 은행, 카드사, 쇼핑몰, 택배사, 보험사, 리서치사 등</p>
+						</div>
+					</div>
+					<div class="text">
+						<p class="te">공공</p>
+						<div class="text_sub">
+							<p>- 정부, 지방자치단체, 국회, 지방의회, 법원, 공공기관, 공직유관단체, 도서관, 미술관, 전시관, 공연시설, 영화관 등</p>
+						</div>
+					</div>
+				</div>
+			</div>
+		</section>
+		<footer>
+			<div class="title">
+				<img src="/publish/publish_m/img/tel_icon.png" alt="고객센터 아이콘">
+				<p>고객센터</p>
+			</div>
+			<ul>
+				<li>
+					<a href="tel:010-8432-9333">010-8432-9333</a>
+				</li>
+				<li>
+					<a href="tel:010-2290-4789">010-2290-4789</a>
+				</li>
+			</ul>
+			<p class="iten">주식회사 아이티앤</p>
+		</footer>
+	</div>
+
+</body>
+</html>(No newline at end of file)
 
src/main/webapp/publish/publish_m/munjaon_intro_02.html (added)
+++ src/main/webapp/publish/publish_m/munjaon_intro_02.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html>
+<html lang="ko">
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>프리미엄 문자 발송 서비스 문자온</title>
+	<meta property="og:title" content="프리미엄 문자 발송 서비스 문자온">
+	<meta property="og:image" content="https://www.munjaon.co.kr/publish/publish_m/img/preview_logo.png">
+
+    <link rel="apple-touch-icon" sizes="57x57" href="/publish/images/favicon/apple-icon-57x57.png">
+	<link rel="apple-touch-icon" sizes="60x60" href="/publish/images/favicon/apple-icon-60x60.png">
+	<link rel="apple-touch-icon" sizes="72x72" href="/publish/images/favicon/apple-icon-72x72.png">
+	<link rel="apple-touch-icon" sizes="76x76" href="/publish/images/favicon/apple-icon-76x76.png">
+	<link rel="apple-touch-icon" sizes="114x114" href="/publish/images/favicon/apple-icon-114x114.png">
+	<link rel="apple-touch-icon" sizes="120x120" href="/publish/images/favicon/apple-icon-120x120.png">
+	<link rel="apple-touch-icon" sizes="144x144" href="/publish/images/favicon/apple-icon-144x144.png">
+	<link rel="apple-touch-icon" sizes="152x152" href="/publish/images/favicon/apple-icon-152x152.png">
+	<link rel="apple-touch-icon" sizes="180x180" href="/publish/images/favicon/apple-icon-180x180.png">
+	<link rel="icon" type="image/png" sizes="192x192" href="/publish/images/favicon/android-icon-192x192.png">
+	<link rel="icon" type="image/png" sizes="32x32" href="/publish/images/favicon/favicon-32x32.png">
+	<link rel="icon" type="image/png" sizes="96x96" href="/publish/images/favicon/favicon-96x96.png">
+	<link rel="icon" type="image/png" sizes="16x16" href="/publish/images/favicon/favicon-16x16.png">
+	<link rel="manifest" href="/publish/images/favicon/manifest.json">
+
+    <link rel="stylesheet" href="/publish/publish_m/css/reset.css">
+    <link rel="stylesheet" href="/publish/publish_m/css/style.css">
+</head>
+
+<body>
+	<div class="con_wrap">
+		<header>
+			<div class="inner">
+			  <a href="https://www.munjaon.co.kr">
+				<h1><img src="/publish/publish_m/img/header_logo.png" alt="문자온 로고"></h1>
+				<p>munjaon.co.kr</p>
+			  </a>
+			</div>
+		</header>
+		<div class="visual">
+			<div class="inner">
+				<h2><span>프리미엄</span>&nbsp;문자<br>발송 서비스</h2>
+				<div class="button">
+					<a href="https://www.munjaon.co.kr">
+						<p>문자온 바로가기&nbsp;<span>(클릭)</span></p>
+					</a>
+				</div>
+				<div class="price">
+					<p class="text text01">(부가세 별도)</p>
+					<ul>
+						<li>
+							<div class="wrap">
+								<p class="title">단문(SMS)</p>
+								<p class="inner_text">8<span>원</span></p>
+							</div>
+						</li>
+						<li>
+							<div class="wrap">
+								<p class="title">장문(LMS)</p>
+								<p class="inner_text">26<span>원</span></p>
+							</div>
+						</li>
+						<li>
+							<div class="wrap">
+								<p class="title">그림단문(MMS)</p>
+								<p class="inner_text">60<span>원</span></p>
+							</div>
+						</li>
+					</ul>
+					<p class="text text02">※ 발송량에 따른 단가 조정 가능 </p>
+				</div>
+			</div>
+		</div>
+		<section>
+			<div class="con">
+				<div class="title">
+					<p class="num">1</p>
+					<p>특장점</p>
+				</div>
+				<div class="text_wrap">
+					<div class="text">
+						<p class="te">단문(SMS), 장문(LMS), 그림문자(MMS), 카카오 알림톡, 팩스 발송 기능 제공</p>
+					</div>
+					<div class="text">
+						<p class="te">업계 최저가 요금</p>
+					</div>
+					<div class="text">
+						<p class="te">최신 트렌드 반영 서비스 제공</p>
+						<div class="text_sub">
+							<p>- 주소록 입력 대행(무료)</p>
+							<p>- 예약발송 기능 제공(분 단위)</p>
+							<p>- 문자메시지 지도‧약도 자동 첨부 가능</p>
+							<p>- 그림문자 주문제작 서비스 제공</p>
+							<p>- 다양한 결제수단 제공(신용카드, 휴대폰 결제, 전용계좌, 즉시이체, 간편결제 등)</p>
+							<p>- 무제한 발송량 제공</p>
+							<p>- 특정 공통문구(이름, 일시, 비용 등) 일괄 변경 기능 제공</p>
+						</div>
+					</div>
+					<div class="text">
+						<p class="te">다양한 방식의 20건 선거문자 발송기능 제공</p>
+					</div>
+					<div class="text">
+						<p class="te">기업‧단체‧공공기관 B2B 전용라인 제공</p>
+					</div>
+				</div>
+			</div>
+		</section>
+		<section>
+			<div class="con">
+				<div class="title">
+					<p class="num">2</p>
+					<p>이용고객</p>
+				</div>
+				<div class="text_wrap">
+					<div class="text">
+						<p class="te">개인(사업자)</p>
+						<div class="text_sub">
+							<p>- 동호회, 동문회, 향우회, 병원, 부동산, 음식점, 마트, 대리점, 숙박업, 전문직 사무실, 소셜커머스 사업자, 교육시설(학원, 학교, 유치원, 어린이집), 스포츠시설(골프장, 피트니스) 등</p>
+						</div>
+					</div>
+					<div class="text">
+						<p class="te">기업‧협회‧단체</p>
+						<div class="text_sub">
+							<p>- 기업(대‧중‧소기업), 협회, 조합, 비영리단체, 종교단체(교회, 사찰), 은행, 카드사, 쇼핑몰, 택배사, 보험사, 리서치사 등</p>
+						</div>
+					</div>
+					<div class="text">
+						<p class="te">공공</p>
+						<div class="text_sub">
+							<p>- 정부, 지방자치단체, 국회, 지방의회, 법원, 공공기관, 공직유관단체, 도서관, 미술관, 전시관, 공연시설, 영화관 등</p>
+						</div>
+					</div>
+				</div>
+			</div>
+		</section>
+		<footer>
+			<div class="title">
+				<img src="/publish/publish_m/img/tel_icon.png" alt="고객센터 아이콘">
+				<p>고객센터</p>
+			</div>
+			<ul>
+				<li>
+					<a href="tel:010-8432-9333">010-8432-9333</a>
+				</li>
+				<li>
+					<a href="tel:010-2290-4789">010-2290-4789</a>
+				</li>
+			</ul>
+			<p class="iten">주식회사 아이티앤</p>
+		</footer>
+	</div>
+
+</body>
+</html>(No newline at end of file)
Add a comment
List