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