2023/09/05 문자온 페이지 3개 퍼블리싱
@8fa7e565921f0bf6f67c2218a17cd97e20f0e6c5
+++ src/main/webapp/publish/publish_text/css/reset.css
... | ... | @@ -0,0 +1,54 @@ |
| 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 | +} |
+++ src/main/webapp/publish/publish_text/css/style.css
... | ... | @@ -0,0 +1,334 @@ |
| 1 | +@charset "utf-8"; | |
| 2 | +html{scroll-behavior: smooth; min-width: 280px;} | |
| 3 | + | |
| 4 | +*{margin: 0; padding: 0; word-break: keep-all;} | |
| 5 | +a{text-decoration: none;color: #222222;} | |
| 6 | + | |
| 7 | +/* 메인비주얼 */ | |
| 8 | +.multi-text-wrap{width: 100%; height: 100%; max-width: 1920px; margin: 0 auto; background-color: #fff;} | |
| 9 | +.multi-text-wrap .banner-wrap a{display: block; width: calc(100% - 120px); margin: 0 auto;} | |
| 10 | +.multi-text-wrap .banner-wrap a img{position: absolute; margin: 30px 0 0 0; z-index: 1;} | |
| 11 | +.multi-text-wrap .banner{position: relative;} | |
| 12 | +.multi-text-wrap .banner img{width: 100%; height: 60vh; object-fit: cover;} | |
| 13 | + | |
| 14 | +.multi-text-wrap .banner .title{display: inline-block; background-color: rgba(255, 255, 255, 0.5); position: absolute; top: 50%; left: 50%; width: 55%; transform: translate(-50%,-50%); text-align: center; align-items: center; font-family: 'Noto Sans KR', sans-serif; padding: 80px 0;} | |
| 15 | + | |
| 16 | +.multi-text-wrap .banner .title p{font-size: 48px; font-weight: 700; color: #222; line-height: 1.5;} | |
| 17 | +.multi-text-wrap .banner .title span{display: block; font-size: 30px; font-weight: 700; color: #002c9a;} | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | +/* 목차 */ | |
| 22 | +.multi-text-wrap .list{max-width: 1320px; width: calc(100% - 60px); border: 6px solid #f3f6fb; border-radius: 20px; overflow: hidden; margin: 0 auto; margin-top: 73px; padding: 2% 0;} | |
| 23 | +.multi-text-wrap .list p{text-align: center; font-weight: 700; font-size: 39px; margin-bottom: 2%; letter-spacing: -1.5px;} | |
| 24 | +.multi-text-wrap .list ul{padding: 0 36%; font-size: 28px; font-weight: 400; white-space: nowrap; line-height: 49px; letter-spacing: -1.5px;} | |
| 25 | + | |
| 26 | +/*안내문*/ | |
| 27 | +.multi-text-wrap .text{max-width: 1320px; width: 98%; overflow: hidden; margin: 60px auto 60px auto;} | |
| 28 | +.multi-text-wrap .text p{text-align: center; font-weight: 400; font-size: 25px; line-height: 43px; letter-spacing: -1.5px; padding: 0 5%;} | |
| 29 | +.multi-text-wrap .text p:nth-child(2){padding: 0 13%; word-break: keep-all;} | |
| 30 | +.multi-text-wrap .text p:nth-child(1){margin-bottom: 45px; word-break: keep-all;} | |
| 31 | + | |
| 32 | +/*컨텐츠 시작*/ | |
| 33 | +.multi-text-wrap .multi-text-box{max-width: 1320px; width: 98%; overflow: hidden; margin: 0 auto; background-color: #e3e8f0; box-shadow: 0 0 5px rgba(0,0,0,0.2); border-radius: 20px; margin-bottom: 6%;} | |
| 34 | +.multi-text-wrap .multi-text-box .content{padding: 6% 6% 0 6%; font-family: 'Noto Sans KR', sans-serif; letter-spacing: -1.5px;} | |
| 35 | + | |
| 36 | +/*갤럭시 시작*/ | |
| 37 | +.multi-text-wrap .multi-text-box .content #galaxy{background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); border-radius: 10px;} | |
| 38 | + | |
| 39 | +/*갤럭시 타이틀*/ | |
| 40 | +.multi-text-wrap #galaxy .title p:nth-child(1){font-weight: 700; font-size: 28px; letter-spacing: 0; padding: 28px 0 0 54px;} | |
| 41 | +.multi-text-wrap #galaxy .title p:nth-child(2){font-weight: 700; font-size: 20px; color: #e52c18; margin-top: 13px; padding: 0 0 28px 90px; letter-spacing: 0;} | |
| 42 | +.multi-text-wrap #galaxy .title p:nth-child(2) span{vertical-align: sub;} | |
| 43 | +.multi-text-wrap #galaxy .line{width: 100%; height: 1px; background-color: #e5e8ed;} | |
| 44 | + | |
| 45 | +/*갤럭시-내용*/ | |
| 46 | +.multi-text-wrap #galaxy .con{padding: 0 7%; margin-top: 30px;} | |
| 47 | +.multi-text-wrap #galaxy .con ul{display: flex; flex-wrap: wrap; justify-content: center;} | |
| 48 | +.multi-text-wrap #galaxy .con li{position: relative;display: flex;flex-flow: column; margin: 0 40px 0 0;} | |
| 49 | + | |
| 50 | +.multi-text-wrap #galaxy .con li:nth-child(3){margin: 0;} | |
| 51 | +.multi-text-wrap #galaxy .con li:nth-child(4){margin-top: 10%; margin-left: 45px;} | |
| 52 | +.multi-text-wrap #galaxy .con li:nth-child(5){margin-top: 10%; margin-left: -18px;} | |
| 53 | +.multi-text-wrap #galaxy .con img{width: 100%;} | |
| 54 | + | |
| 55 | +.multi-text-wrap #galaxy .con .step{width: 100px; height: 33px; line-height: 33px; color: #fff; background-color: #002c9a; border-radius: 20px; text-align: center; position: relative; margin: 35px auto 0 auto; margin-top: 35px; z-index: 2;} | |
| 56 | + | |
| 57 | +.multi-text-wrap #galaxy .con .step p{font-weight: 300; font-size: 18px;} | |
| 58 | + | |
| 59 | +.multi-text-wrap #galaxy .con .step p span{font-weight: 700; font-size: 18px;} | |
| 60 | +.multi-text-wrap #galaxy .con .step-text{position: relative; max-width: 290px; min-height: 110px; font-size: 18px; font-weight: 500; text-align: center; height: 100%; margin: 0 auto;} | |
| 61 | + | |
| 62 | +.multi-text-wrap #galaxy .con .text-02 p{width: 290px;} | |
| 63 | + | |
| 64 | + | |
| 65 | +.multi-text-wrap #galaxy .con .step-c::after{position: absolute;content: "";width: 35px;height: 35px;background-image: url(/publish/publish_adv/img/arrow.svg);right: -40px;top: 38%;transform: translateY(-50%); z-index: 100; border-radius: 20px;} | |
| 66 | +.multi-text-wrap #galaxy .con .step-cc::after{position: absolute;content: "";width: 35px;height: 35px;background-image: url(/publish/publish_adv/img/arrow.svg);right: -150px;top: 38%;transform: translateY(-50%); z-index: 100; border-radius: 20px;} | |
| 67 | +.multi-text-wrap #galaxy .con .step-text p{padding: 32px 30px 32px 30px; background-color: #f3f6fb; border-radius: 20px; box-shadow: 0 0 5px rgba(0,0,0,0.2); line-height: 27px; margin-top: -18px; display: block; box-sizing: border-box; height: 100%; word-break: keep-all; display: flex; align-items: center; justify-content: center;} | |
| 68 | +.multi-text-wrap #galaxy .con .text-04 p{width: 520px; margin-left: -120px; display: inline-block; padding-top: 9%;} | |
| 69 | +.multi-text-wrap #galaxy .con .text-04 p span{display: block; color: #002c9a; font-weight: 300; font-size: 17px;} | |
| 70 | + | |
| 71 | +/*갤럭시 순서*/ | |
| 72 | +.multi-text-wrap #galaxy .number{font-size: 18px; font-weight: 500; line-height: 35px; padding: 40px 7%;} | |
| 73 | +.multi-text-wrap #galaxy .number ul li:nth-child(5){font-size: 16px; font-weight: 300; margin: -8px 0 7px 23px;} | |
| 74 | +/*.multi-text-wrap #galaxy .number ul li:nth-child(5) span{vertical-align: sub;}*/ | |
| 75 | +.multi-text-wrap #galaxy .number ul li:nth-child(6){margin-top: -8px;} | |
| 76 | +/*갤럭시 끝*/ | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | +/*아이폰 시작*/ | |
| 81 | +.multi-text-wrap .multi-text-box .content #iphone{background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); border-radius: 10px;} | |
| 82 | + | |
| 83 | +/*아이폰 타이틀*/ | |
| 84 | +.multi-text-wrap #iphone .title p:nth-child(1){font-weight: 700; font-size: 28px; padding-top: 28px; padding-left: 54px; letter-spacing: 0;} | |
| 85 | +.multi-text-wrap #iphone .title p:nth-child(2){font-weight: 700; font-size: 20px; color: #e52c18; margin-top: 13px; padding-bottom: 28px; padding-left: 90px; letter-spacing: 0;} | |
| 86 | +.multi-text-wrap #iphone .title p:nth-child(2) span{vertical-align: sub;} | |
| 87 | +.multi-text-wrap #iphone .line{width: 100%; height: 1px; background-color: #e5e8ed;} | |
| 88 | + | |
| 89 | +/*아이폰-내용*/ | |
| 90 | +.multi-text-wrap #iphone .con{padding: 0 9%; margin-top: 30px;} | |
| 91 | +.multi-text-wrap #iphone .con ul{display: flex; flex-wrap: wrap; justify-content: center;} | |
| 92 | +.multi-text-wrap #iphone .con li{position: relative;display: flex;flex-flow: column; margin: 0 30px 0 0;} | |
| 93 | +.multi-text-wrap #iphone .con li:nth-child(1){margin-left: 60px;} | |
| 94 | +.multi-text-wrap #iphone .con li:nth-child(2){margin-left: 15px;} | |
| 95 | +.multi-text-wrap #iphone .con li:nth-child(3){margin-left: 50px; margin-top: 10%;} | |
| 96 | +.multi-text-wrap #iphone .con li:nth-child(4){margin-left: 18px; margin-top: 10%;} | |
| 97 | +.multi-text-wrap #iphone .con img{width: 100%;} | |
| 98 | + | |
| 99 | +.multi-text-wrap #iphone .con .step{width: 100px; height: 33px; line-height: 33px; color: #fff; background-color: #002c9a; border-radius: 20px; text-align: center; position: relative; margin: 35px auto 0 auto; margin-top: 35px; z-index: 2;} | |
| 100 | +.multi-text-wrap #iphone .con .step p{font-weight: 300; font-size: 18px;} | |
| 101 | +.multi-text-wrap #iphone .con .step p span{font-weight: 700;font-size: 18px;} | |
| 102 | +.multi-text-wrap #iphone .con .step-text{position: relative; max-width: 290px; min-height: 110px; font-size: 18px; font-weight: 500; text-align: center; height: 100%;} | |
| 103 | +.multi-text-wrap #iphone .con .step-c::after{position: absolute;content: "";width: 35px;height: 35px;background-image: url(/publish/publish_adv/img/arrow.svg);right: -42px;top: 38%;transform: translateY(-50%); z-index: 100; border-radius: 20px;} | |
| 104 | +.multi-text-wrap #iphone .con .step-text p{padding: 32px 30px 32px 30px; background-color: #f3f6fb; border-radius: 20px; box-shadow: 0 0 5px rgba(0,0,0,0.2); line-height: 27px; margin-top: -18px; display: block; box-sizing: border-box; height: 100%; word-break: keep-all; display: flex; align-items: center; justify-content: center;} | |
| 105 | +.multi-text-wrap #iphone .con .text-04 p{display: inline-block; padding-top: 9%;} | |
| 106 | +.multi-text-wrap #iphone .con .text-04 p span{display: block; color: #002c9a; font-weight: 300; font-size: 17px; line-height: 1.4; padding-bottom: 4%;} | |
| 107 | + | |
| 108 | +/*아이폰 순서*/ | |
| 109 | +.multi-text-wrap #iphone .number{font-size: 18px; font-weight: 500; line-height: 35px; padding: 40px 7%;} | |
| 110 | +.multi-text-wrap #iphone .number ul li:nth-child(4){font-size: 16px; font-weight: 300; margin: -8px 0 7px 23px;} | |
| 111 | +/*.multi-text-wrap #iphone .number ul li:nth-child(4) span{vertical-align: sub;}*/ | |
| 112 | +.multi-text-wrap #iphone .number ul li:nth-child(5){margin-top: -8px;} | |
| 113 | +/*아이폰 끝*/ | |
| 114 | + | |
| 115 | + | |
| 116 | +/*한계 시작*/ | |
| 117 | +.multi-text-wrap .multi-text-box .content #limit{background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); border-radius: 10px;} | |
| 118 | + | |
| 119 | +/*한계 타이틀*/ | |
| 120 | +.multi-text-wrap #limit .title p{font-weight: 700; font-size: 28px; letter-spacing: 0; padding: 28px 54px 28px 54px; } | |
| 121 | +.multi-text-wrap #limit .line{width: 100%; height: 1px; background-color: #e5e8ed;} | |
| 122 | + | |
| 123 | +/*한계-내용*/ | |
| 124 | +.multi-text-wrap #limit .con{padding: 0 18%;} | |
| 125 | + | |
| 126 | +.multi-text-wrap #limit .con img{margin-top: 40px; width: 51px; height: 59px;} | |
| 127 | +.multi-text-wrap #limit .con p{font-weight: 500; font-size: 22px; line-height: 33px; text-align: center; margin-top: -52px; margin-left: 55px; margin-bottom: 37px;} | |
| 128 | + | |
| 129 | +/*한계-테이블*/ | |
| 130 | +.multi-text-wrap #limit .con .table{padding: 0 6%;} | |
| 131 | + | |
| 132 | +.multi-text-wrap #limit .con table{width: 100%; table-layout: fixed; border-collapse: collapse; background-color: #fff; border-radius: 10px; box-shadow: 0 0 5px rgba(0,0,0,0.2);} | |
| 133 | +.multi-text-wrap #limit .con table colgroup col:nth-child(1){width: 35%;} | |
| 134 | +.multi-text-wrap #limit .con table colgroup col:nth-child(2){width: 65%;} | |
| 135 | +.multi-text-wrap #limit .con table thead th{position: relative; height: 60px; background-color: #002c9a; color: #fff; font-size: 18px; font-weight: 400; letter-spacing: -0.5px; line-height: 1.5; vertical-align: middle; word-break: keep-all;} | |
| 136 | +.multi-text-wrap #limit .con table thead th:first-child{border-radius: 10px 0 0 0;} | |
| 137 | +.multi-text-wrap #limit .con table thead th:last-child{border-radius: 0 10px 0 0;} | |
| 138 | +.multi-text-wrap #limit .con table thead th::after{position: absolute; content: " "; width: 1px; height: 15px; background-color: #fff; top: 50%; right: 0; transform: translateY(-50%);} | |
| 139 | +.multi-text-wrap #limit .con table thead th:last-child:after{display: none;} | |
| 140 | +.multi-text-wrap #limit .con table .first{width: 105px; height: 55px; background-color: #002c9a; line-height: 55px; text-align: center; border-right: 1px solid #fff; border-top-left-radius: 10px; color: #fff; font-weight: 500; font-size: 18px;} | |
| 141 | +.multi-text-wrap #limit .con table .first{height: 55px; background-color: #002c9a; line-height: 55px; text-align: center; border-right: 1px solid #fff; border-top-left-radius: 10px; color: #fff; font-weight: 500; font-size: 18px;} | |
| 142 | +.multi-text-wrap #limit .con table .second{height: 55px; background-color: #002c9a; line-height: 55px; text-align: center; border-right: 1px solid #fff; border-top-right-radius: 10px; color: #fff; font-weight: 500; font-size: 18px;} | |
| 143 | +.multi-text-wrap #limit .con table tbody tr{border-bottom: 1px solid #d5d5d5;} | |
| 144 | +.multi-text-wrap #limit .con table tbody .last{border-bottom: none;} | |
| 145 | +.multi-text-wrap #limit .con table tbody tr .dv{background-color: #f3f6fb; max-height: 68px; text-align: center; line-height: 68px; color: #444; font-weight: 400; font-size: 18px;} | |
| 146 | +.multi-text-wrap #limit .con table tbody tr .dv-last{border-bottom-left-radius: 10px;} | |
| 147 | +.multi-text-wrap #limit .con table tbody tr .tx{color: #666; font-weight: 300; font-size: 16px; padding-left: 25px;} | |
| 148 | +.multi-text-wrap #limit .con table tbody tr .tx-long{color: #666; font-weight: 300; font-size: 16px; padding-left: 25px; line-height: 20px; vertical-align: middle;} | |
| 149 | + | |
| 150 | +/*한계-덧붙여서*/ | |
| 151 | +.multi-text-wrap #limit .puls{padding: 0 20%; padding-bottom: 50px;} | |
| 152 | +.multi-text-wrap #limit .puls-ti p{width: 110px; height: 36px; background-color: #002c9a; color: #fff; text-align: center; line-height: 36px; border-radius: 18px; margin: 0 auto; position: relative; margin-top: 34px; font-weight: 300; font-size: 18px;} | |
| 153 | +.multi-text-wrap #limit .puls-ti p span{font-weight: 700; font-size: 18px;} | |
| 154 | + | |
| 155 | +.multi-text-wrap #limit .puls-tx{max-width: 655px; min-height: 57px; background-color: #f3f6fb; border-radius: 20px; box-shadow: 0 0 5px rgba(0,0,0,0.2); text-align: center; margin: 0 auto; margin-top: -20px; padding: 0 20px 20px 20px;} | |
| 156 | +.multi-text-wrap #limit .puls-tx p{padding-top: 30px;} | |
| 157 | + | |
| 158 | +.multi-text-wrap #limit .puls-tx{max-width: 640px; min-height: 57px; background-color: #f3f6fb; border-radius: 20px; box-shadow: 0 0 5px rgba(0,0,0,0.2); text-align: center; margin: 0 auto; margin-top: -20px; padding: 15px 7px 15px 7px;} | |
| 159 | +.multi-text-wrap #limit .puls-tx p{padding-top: 20px; font-size: 18px;} | |
| 160 | +/*한계 끝*/ | |
| 161 | + | |
| 162 | +/*발송 시작*/ | |
| 163 | +.multi-text-wrap .multi-text-box .content #send{background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); border-radius: 10px; margin-bottom: 6%;} | |
| 164 | +/*발송 타이틀*/ | |
| 165 | +.multi-text-wrap #send .title p{font-weight: 700; font-size: 28px; letter-spacing: 0; padding: 28px 54px 28px 54px;} | |
| 166 | +.multi-text-wrap #send .line{width: 100%; height: 1px; background-color: #e5e8ed;} | |
| 167 | + | |
| 168 | +/*발송-내용*/ | |
| 169 | +.multi-text-wrap #send .con{padding: 0 14%;} | |
| 170 | +.multi-text-wrap #send .con > img{margin-top: 40px; width: 51px; height: 59px;} | |
| 171 | +.multi-text-wrap #send .con p{font-weight: 500; font-size: 22px; line-height: 33px; text-align: center; margin-top: -52px; margin-left: 55px; margin-bottom: 57px;} | |
| 172 | +.multi-text-wrap #send .con .send{max-width: 640px; width: 100%; margin: 0 auto;} | |
| 173 | +.multi-text-wrap #send .con .send img{width: 100%; margin: 0;} | |
| 174 | + | |
| 175 | +/*발송_스텝*/ | |
| 176 | +.multi-text-wrap #send .send-step{padding: 0 20%; margin-bottom: 108px;} | |
| 177 | +.multi-text-wrap #send .step-ti p{width: 110px; height: 36px; background-color: #002c9a; color: #fff; text-align: center; line-height: 36px; border-radius: 18px; margin: 0 auto; position: relative; margin-top: 34px; font-weight: 300; font-size: 18px;} | |
| 178 | +.multi-text-wrap #send .step-ti p span{font-weight: 700;font-size: 18px;} | |
| 179 | + | |
| 180 | +.multi-text-wrap #send .step-tx{max-width: 640px; min-height: 57px; background-color: #f3f6fb; border-radius: 20px; box-shadow: 0 0 5px rgba(0,0,0,0.2); text-align: center; margin: 0 auto; margin-top: -20px; padding: 15px 7px 15px 7px;} | |
| 181 | +.multi-text-wrap #send .step-tx p{padding-top: 20px; font-size: 18px;} | |
| 182 | + | |
| 183 | +/*발송_01*/ | |
| 184 | +.multi-text-wrap #send .send-tx-01{min-height: 80px; padding: 15px 7px 15px 7px;} | |
| 185 | +.multi-text-wrap #send .send-tx-01 p{padding-top: 13px; line-height: 27px; display: inline-block;} | |
| 186 | +.multi-text-wrap #send .send-tx-01 p span{font-weight: 300; color: #002c9a; display: block; font-size: 17px;} | |
| 187 | +/*발송_04*/ | |
| 188 | +.multi-text-wrap #send .send-tx-04{min-height: 80px; padding: 15px 7px 15px 7px;} | |
| 189 | +.multi-text-wrap #send .send-tx-04 p{padding-top: 13px; line-height: 27px; display: inline-block;} | |
| 190 | +.multi-text-wrap #send .send-tx-04 p span{font-weight: 300; color: #002c9a; display: block; font-size: 17px;} | |
| 191 | + | |
| 192 | +/*발송_05*/ | |
| 193 | +.multi-text-wrap #send .send-tx-05{max-width: 600px; min-height: 144px; text-align: left;padding: 0 27px 20px 27px;} | |
| 194 | +.multi-text-wrap #send .send-tx-05 p{padding-top: 29px; line-height: 27px; text-align: center;} | |
| 195 | +.multi-text-wrap #send .send-tx-05 span{font-weight: 300; color: #002c9a; font-size: 17px; line-height: 27px;} | |
| 196 | +.multi-text-wrap #send .send-05{margin-bottom: 0;} | |
| 197 | + | |
| 198 | +/*발송 순서*/ | |
| 199 | +.multi-text-wrap #send .number{font-size: 18px; font-weight: 500; line-height: 35px; padding: 40px 7%; margin-top: 20px;} | |
| 200 | +.multi-text-wrap #send .number ul li:nth-child(2){font-size: 16px; font-weight: 300; margin: -8px 0 7px 23px;} | |
| 201 | +.multi-text-wrap #send .number ul li:nth-child(3){margin-top: -8px;} | |
| 202 | +/*.multi-text-wrap #send .number ul li:nth-child(2) span{vertical-align: sub;}*/ | |
| 203 | +.multi-text-wrap #send .number ul li:nth-child(6){font-size: 16px; font-weight: 300; margin: -8px 0 7px 23px;} | |
| 204 | +.multi-text-wrap #send .number ul li:nth-child(7){margin-top: -7px;} | |
| 205 | +.multi-text-wrap #send .number ul li:nth-child(8){font-size: 16px; font-weight: 300; margin: -8px 0 0 23px;} | |
| 206 | + | |
| 207 | +/*메인화면 이동 버튼*/ | |
| 208 | +.multi-text-wrap .bt-button{margin: 70px 0; text-align: center;} | |
| 209 | +.multi-text-wrap .bt-button a{background-color: #002c9a; border-radius: 10px; font-size: 24px; color: #fff; padding: 15px 100px;} | |
| 210 | +.multi-text-wrap .bt-button a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.6);} | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | +/*미디어쿼리 시작*/ | |
| 215 | +/*미디어쿼리_1340px*/ | |
| 216 | +@media screen and (max-width:1340px) { | |
| 217 | + /*갤럭시*/ | |
| 218 | + .multi-text-wrap #galaxy .con{padding: 0 60px;} | |
| 219 | + .multi-text-wrap #galaxy .con ul{display: flex; flex-wrap: wrap; justify-content: center;} | |
| 220 | + .multi-text-wrap #galaxy .con li{position: relative;display: flex;flex-flow: column; margin: 0 40px 0 0;} | |
| 221 | + .multi-text-wrap #galaxy .con li:nth-child(3){margin: 0;} | |
| 222 | + .multi-text-wrap #galaxy .con li:nth-child(4){margin-top: 109px;} | |
| 223 | + .multi-text-wrap #galaxy .con li:nth-child(5){margin-top: 109px; margin-left: -14px;} | |
| 224 | + .multi-text-wrap #galaxy .con img{width: 100%;} | |
| 225 | +} | |
| 226 | + | |
| 227 | +/*미디어쿼리_1280px*/ | |
| 228 | +@media screen and (max-width:1280px){ | |
| 229 | + /*메인비주얼*/ | |
| 230 | + .multi-text-wrap .banner .title{width: 60%; padding: 80px 0px;} | |
| 231 | + .multi-text-wrap .banner .title p:nth-child(1){font-size: 40px;} | |
| 232 | + | |
| 233 | + /*목록*/ | |
| 234 | + .multi-text-wrap .list p{font-size: 35px;} | |
| 235 | + .multi-text-wrap .list ul{font-size: 24px; padding: 0 37%;} | |
| 236 | + | |
| 237 | + /*안내문*/ | |
| 238 | + .multi-text-wrap .text p{font-size: 25px;} | |
| 239 | + .multi-text-wrap .text p:nth-child(1){padding: 0 3%;} | |
| 240 | + .multi-text-wrap .text p:nth-child(2){padding: 0 12%;} | |
| 241 | + /*갤럭시*/ | |
| 242 | + .multi-text-wrap #galaxy .con{padding: 0 3%;} | |
| 243 | + .multi-text-wrap #galaxy .con .step-text p{width: 94%;} | |
| 244 | + .multi-text-wrap #galaxy .con .step-c::after{right: -4.2%;} | |
| 245 | + .multi-text-wrap #galaxy .con .step-c::after{position: absolute;content: "";width: 35px;height: 35px;background-image: url(/publish/publish_adv/img/arrow.svg);right: -28px;top: 38%;transform: translateY(-50%); z-index: 100; border-radius: 20px;} | |
| 246 | + .multi-text-wrap #galaxy .con .step-cc::after{position: absolute;content: "";width: 35px;height: 35px;background-image: url(/publish/publish_adv/img/arrow.svg);right: -152px;top: 38%;transform: translateY(-50%); z-index: 100; border-radius: 20px;} | |
| 247 | + | |
| 248 | + .multi-text-wrap #galaxy .con .step-01{margin-left: 35%;} | |
| 249 | + .multi-text-wrap #galaxy .con .step-02{margin-left: 31%;} | |
| 250 | + .multi-text-wrap #galaxy .con .step-03{margin-left: 31%;} | |
| 251 | + .multi-text-wrap #galaxy .con .step-05{margin-left: 31%;} | |
| 252 | + | |
| 253 | + | |
| 254 | + .multi-text-wrap #galaxy .con ul li:nth-child(1){margin-left: 5px;} | |
| 255 | + .multi-text-wrap #galaxy .con ul li:nth-child(2){margin-left: 0px;} | |
| 256 | + .multi-text-wrap #galaxy .con ul li:nth-child(3){margin-left: -8px;} | |
| 257 | + .multi-text-wrap #galaxy .con .text-01{margin-right: -10px;} | |
| 258 | + .multi-text-wrap #galaxy .con .text-01 p{padding-top: 13%;} | |
| 259 | + .multi-text-wrap #galaxy .con .text-02{margin-right: -20px; width: 100%;} | |
| 260 | + .multi-text-wrap #galaxy .con .text-02{margin-right: 0px; width: 100%;} | |
| 261 | + .multi-text-wrap #galaxy .con .text-04 p{width:520px;} | |
| 262 | + | |
| 263 | + /*아이폰*/ | |
| 264 | + .multi-text-wrap #iphone .con .step-c::after{position: absolute;content: "";width: 35px;height: 35px;background-image: url(/publish/publish_adv/img/arrow.svg);right: -45px;top: 38%;transform: translateY(-50%); z-index: 100; border-radius: 20px;} | |
| 265 | + .multi-text-wrap #iphone .con li{position: relative;display: flex;flex-flow: column; margin: 0 33px 0 0;} | |
| 266 | + .multi-text-wrap #iphone .con li:nth-child(1){margin-left: 60px;} | |
| 267 | + .multi-text-wrap #iphone .con li:nth-child(2){margin-left: 15px;} | |
| 268 | + .multi-text-wrap #iphone .con li:nth-child(3){margin-left: 60px; margin-top: 10%;} | |
| 269 | + .multi-text-wrap #iphone .con li:nth-child(4){margin-left: 20px; margin-top: 10%;} | |
| 270 | + | |
| 271 | + /*한계*/ | |
| 272 | + .multi-text-wrap #limit .con img{margin-top: 40px; margin-left: -20px;} | |
| 273 | + .multi-text-wrap #limit .con p{font-weight: 500; font-size: 22px; line-height: 33px; text-align: center; margin: -52px -20px 37px 36px;} | |
| 274 | + .multi-text-wrap #limit .send-step{padding: 0 5%;} | |
| 275 | + | |
| 276 | + /*발송*/ | |
| 277 | + .multi-text-wrap #send .con img{margin-top: 40px; margin-left: -20px;} | |
| 278 | + .multi-text-wrap #send .con p{font-weight: 500; font-size: 22px; line-height: 33px; text-align: center; margin: -52px -24px 37px 37px;} | |
| 279 | + .multi-text-wrap #send .send-tx-05 {padding-left: 27px; padding-right: 27px;} | |
| 280 | + .multi-text-wrap #send .send-step{padding: 0 5%;} | |
| 281 | + | |
| 282 | +} | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | +/*미디어쿼리_1230px*/ | |
| 287 | +@media screen and (max-width:1230px){ | |
| 288 | + /*갤럭시*/ | |
| 289 | + .multi-text-wrap #galaxy .con{padding: 0 2%;} | |
| 290 | +} | |
| 291 | + | |
| 292 | +/*미디어쿼리_1210px*/ | |
| 293 | +@media screen and (max-width:1210px){ | |
| 294 | + /*갤럭시*/ | |
| 295 | + .multi-text-wrap #galaxy .con{padding: 0 1%;} | |
| 296 | +} | |
| 297 | + | |
| 298 | +/*미디어쿼리_1180px*/ | |
| 299 | +@media screen and (max-width:1180px){ | |
| 300 | + /*갤럭시*/ | |
| 301 | + .multi-text-wrap #galaxy .con{padding: 0 0.5%;} | |
| 302 | +} | |
| 303 | + | |
| 304 | +/*미디어쿼리_1143px*/ | |
| 305 | +@media screen and (max-width:1143px){ | |
| 306 | + /*갤럭시*/ | |
| 307 | + .multi-text-wrap #galaxy .con{padding: 0 1%;} | |
| 308 | + .multi-text-wrap #galaxy .con li{width: 28%} | |
| 309 | + .multi-text-wrap #galaxy .con li:nth-child(3){margin-right: -10px;} | |
| 310 | + .multi-text-wrap #galaxy .con li:nth-child(4){width: 53%; margin-left: 55px;} | |
| 311 | + .multi-text-wrap #galaxy .con li:nth-child(5){margin-left: 10px;} | |
| 312 | + .multi-text-wrap #galaxy .con .text-04 p{width:490px; margin-left: -100px;} | |
| 313 | + .multi-text-wrap #galaxy .con .step-cc::after{position: absolute;content: "";width: 35px;height: 35px;background-image: url(/publish/publish_adv/img/arrow.svg);right: -145px;top: 38%;transform: translateY(-50%); z-index: 100; border-radius: 20px;} | |
| 314 | +} | |
| 315 | + | |
| 316 | +/*미디어쿼리_1090px*/ | |
| 317 | +@media screen and (max-width:1090px){ | |
| 318 | + | |
| 319 | + .multi-text-wrap .text{margin: 50px auto;} | |
| 320 | + /*갤럭시*/ | |
| 321 | + .multi-text-wrap #galaxy .con{padding: 0 1%;} | |
| 322 | + .multi-text-wrap #galaxy .con li{width: 28%} | |
| 323 | + .multi-text-wrap #galaxy .con li:nth-child(4){width: 53%; margin-left: 40px;} | |
| 324 | + .multi-text-wrap #galaxy .con li:nth-child(5){margin-left: 20px; margin-right: 20px;} | |
| 325 | + .multi-text-wrap #galaxy .con .text-04 p{width:490px; margin-left: -100px;} | |
| 326 | + .multi-text-wrap #galaxy .con .step-cc::after{position: absolute;content: "";width: 35px;height: 35px;background-image: url(/publish/publish_adv/img/arrow.svg);right: -140px;top: 38%;transform: translateY(-50%); z-index: 100; border-radius: 20px;} | |
| 327 | + .multi-text-wrap #galaxy .number,.multi-text-wrap #iphone .number,.multi-text-wrap #send .number{padding: 10px 7% 40px 7%;} | |
| 328 | +} | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + |
+++ src/main/webapp/publish/publish_text/img/logo.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_fail.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_sample.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_sample_02.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_send.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_send_02.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_send_03.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_send_04.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_send_05.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_send_06.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_send_07.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_send_08.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_send_09.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_send_10.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_send_event.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/img/text_service.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/publish_text/multi_text.html
... | ... | @@ -0,0 +1,147 @@ |
| 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 | + | |
| 9 | + <meta name="Keywords" content="문자전송, 문자발송, SMS, LMS, MMS, 문자보내기, 단체문자, 단체문자전송, 단체문자발송,단체문자사이트,문자사이트, 대량문자"> | |
| 10 | + <meta name="description" content="요즘 시대에는 경조사, 알림, 안부인사, 홍보 등 여러 가지 상황에서 단체에게 내용을 전달해야 하는 경우가 많습니다."> | |
| 11 | + <meta property="og:type" content="website"> | |
| 12 | + <meta property="og:title" content="단체문자 발송하는 방법 총정리 - 문자온"> | |
| 13 | + <meta property="og:description" content="요즘 시대에는 경조사, 알림, 안부인사, 홍보 등 여러 가지 상황에서 단체에게 내용을 전달해야 하는 경우가 많습니다."> | |
| 14 | + <link rel="apple-touch-icon" sizes="57x57" href="/publish/images/favicon/apple-icon-57x57.png"> | |
| 15 | + <link rel="apple-touch-icon" sizes="60x60" href="/publish/images/favicon/apple-icon-60x60.png"> | |
| 16 | + <link rel="apple-touch-icon" sizes="72x72" href="/publish/images/favicon/apple-icon-72x72.png"> | |
| 17 | + <link rel="apple-touch-icon" sizes="76x76" href="/publish/images/favicon/apple-icon-76x76.png"> | |
| 18 | + <link rel="apple-touch-icon" sizes="114x114" href="/publish/images/favicon/apple-icon-114x114.png"> | |
| 19 | + <link rel="apple-touch-icon" sizes="120x120" href="/publish/images/favicon/apple-icon-120x120.png"> | |
| 20 | + <link rel="apple-touch-icon" sizes="144x144" href="/publish/images/favicon/apple-icon-144x144.png"> | |
| 21 | + <link rel="apple-touch-icon" sizes="152x152" href="/publish/images/favicon/apple-icon-152x152.png"> | |
| 22 | + <link rel="apple-touch-icon" sizes="180x180" href="/publish/images/favicon/apple-icon-180x180.png"> | |
| 23 | + <link rel="icon" type="image/png" sizes="192x192" href="/publish/images/favicon/android-icon-192x192.png"> | |
| 24 | + <link rel="icon" type="image/png" sizes="32x32" href="/publish/images/favicon/favicon-32x32.png"> | |
| 25 | + <link rel="icon" type="image/png" sizes="96x96" href="/publish/images/favicon/favicon-96x96.png"> | |
| 26 | + <link rel="icon" type="image/png" sizes="16x16" href="/publish/images/favicon/favicon-16x16.png"> | |
| 27 | + <link rel="manifest" href="/publish/images/favicon/manifest.json"> | |
| 28 | + | |
| 29 | + <link rel="stylesheet" href="/publish/publish_adv/css/reset.css"> | |
| 30 | + <link rel="stylesheet" href="/publish/publish_adv/css/style.css"> | |
| 31 | + <link rel="stylesheet" href="/publish/css/font.css"> | |
| 32 | +</head> | |
| 33 | +<style> | |
| 34 | + html{min-width: 540px;}
| |
| 35 | + .text-wrap .text-box{margin-top: 80px; text-align: center;}
| |
| 36 | + .text-wrap .text-box .content div{background-color: #fff; padding: 70px; border-radius: 10px; margin-bottom: 50px;}
| |
| 37 | + .text-wrap .text-box .content div .tit{font-size: 30px; font-weight: 700;}
| |
| 38 | + .text-wrap .text-box .content div .te{font-weight: 300; margin: 30px 0; line-height: 1.3;}
| |
| 39 | + .text-wrap .text-box .content div .tex{text-align: left;}
| |
| 40 | + .text-wrap .text-box .content div img{width: 50%;}
| |
| 41 | + | |
| 42 | +</style> | |
| 43 | + | |
| 44 | +<body> | |
| 45 | + <div class="multi-text-wrap text-wrap"> | |
| 46 | + <div class="banner-wrap"> | |
| 47 | + <a href="https://www.munjaon.co.kr" target="_blank" class="logo"><img src="http://www.munjaon.co.kr/publish/images/CI.png" alt="배너로고"></a> | |
| 48 | + <div class="banner"> | |
| 49 | + <img src="/publish/publish_adv/img/banner.jpg" alt="배너"> | |
| 50 | + <div class="title"> | |
| 51 | + <p>단체문자</p> | |
| 52 | + </div> | |
| 53 | + </div> | |
| 54 | + </div> | |
| 55 | + <div class="multi-text-box text-box"> | |
| 56 | + <div class="content"> | |
| 57 | + <div> | |
| 58 | + <p class="tit">단체문자발송</p> | |
| 59 | + <p class="te">휴대폰으로도 단체문자를 보낼 수 있지만, 한 번에 보낼 수 있는 단체 문자의 수가 제한됩니다. 보통은 수백명 이하이며, 갤럭시의 경우 인원수 제한을 초과하는 경우 메시지가 전송되지 않을 수 있습니다. 또한, 인터넷 문자사이트를 이용하여 대량 전송하는 것보다 요금 또한 매우 비쌉니다.</p> | |
| 60 | + <p class="te">문자온은 단체문자 및 대량문자 전송을 위한 특화된 인터넷 문자사이트로 별도의 프로그램 설치 없이 컴퓨터로 단체 및 대량 문자 전송이 가능하며, 특정문구 일괄변환, 무료 문자 포토에디터, 그림문자 맞춤제작, 주소록 등록 무료 대행, 080 수신거부 무료 제공, 문자메시지 내 제목 및 약도 추가, 자동화 기반 비용처리 등이 가능하여 누구나 쉽고 편리하게 문자를 대량으로 발송할 수 있습니다.</p> | |
| 61 | + <img src="./img/text_send_08.jpg" alt="단체문자발송"> | |
| 62 | + </div> | |
| 63 | + <div> | |
| 64 | + <p class="tit">단체 및 대량문자 샘플</p> | |
| 65 | + <p class="te"> | |
| 66 | + 인터넷문자 사이트 문자온은 대량문자·단체문자 발송을 위한 다양한 문자 샘플을 무료로 제공합니다. | |
| 67 | + </p> | |
| 68 | + <p class="te" style="font-size: 17px; margin-top: -20px;"> | |
| 69 | + - 기념일문자, 경조문자, 부고문자, 조문문자, 결혼문자, 행사문자, 병원문자, 선거문자, 응원문자, 홍보문자 등 다양한 웹문자 기반 단체문자&대량문자 샘플 제공 | |
| 70 | + </p> | |
| 71 | + <img src="./img/text_sample_02.jpg" alt="문자발송 샘플"> | |
| 72 | + </div> | |
| 73 | + <div> | |
| 74 | + <p class="tit">문자온 문자사이트 장점 및 혜택</p> | |
| 75 | + <p class="te tex"> | |
| 76 | + o 대량 및 단체문자 일괄 발송 : 별도의 프로그램 설치 없이 웹문자로 100만건 이상 끊김 없는 대량 전송 가능 <br> | |
| 77 | + <span style="font-size: 17px;">※ 발송오류율 0%, 문자전송 실패 시 100% 보상 및 재적립(단문문자, 장문문자, 그림문자)</span> | |
| 78 | + </p> | |
| 79 | + <p class="te tex"> | |
| 80 | + o 엑셀 일괄 업로드 및 다운로드 : 엑셀로 한 번에 주소록 업로드 및 다운로드 가능 | |
| 81 | + </p> | |
| 82 | + <p class="te tex"> | |
| 83 | + o 치환 : 주소록, 엑셀, TXT 등 입력된 문자내용을 수신자마다 다르게 전송할 수 있는 특정문구 일괄 변환(치환) 기능 제공 | |
| 84 | + </p> | |
| 85 | + <p class="te tex"> | |
| 86 | + o 주소록 : 쉽고 편리한 주소록 관리 모듈 및 폰주소록 등록 기능 제공 | |
| 87 | + </p> | |
| 88 | + <p class="te tex"> | |
| 89 | + o 예약문자 : 특정 날짜 및 시간에 문자 전송 내역을 저장하여 일괄 발송 기능 제공 | |
| 90 | + </p> | |
| 91 | + <p class="te tex"> | |
| 92 | + o 그림 및 사진문자 발송 : 그림문자 3장 일괄 전송 지원 | |
| 93 | + </p> | |
| 94 | + <p class="te tex"> | |
| 95 | + o 발신번호 변경 및 관리 : 다양한 본인인증(휴대폰, 일반전화, 서류 등) 및 결제수단 제공 | |
| 96 | + </p> | |
| 97 | + <p class="te tex"> | |
| 98 | + o 포토에디터 : 국내 최초 자사 기술로 개발한 문자 포토에디터 무료 제공 | |
| 99 | + </p> | |
| 100 | + <p class="te tex"> | |
| 101 | + o 최고의 디자이너가 직접 제작하는 나만의 그림문자 맞춤제작 서비스 제공 | |
| 102 | + </p> | |
| 103 | + <img src="./img/text_send_09.jpg" alt="장점 및 혜택"> | |
| 104 | + </div> | |
| 105 | + <div> | |
| 106 | + <p class="tit">문자사이트 선택의 5가지 기준</p> | |
| 107 | + <p class="te tex"> | |
| 108 | + o 속도, 성능, 기능, 보안, 가격이 보장되는가? | |
| 109 | + </p> | |
| 110 | + <p class="te tex"> | |
| 111 | + o 회원가입, 발신번호 인증이 쉽고 빠르며, 대량문자를 전송하기에 UI/UX가 편리한가? | |
| 112 | + </p> | |
| 113 | + <p class="te tex"> | |
| 114 | + o 최신 IT 기술과 트렌드를 반영시키고 있는가? | |
| 115 | + </p> | |
| 116 | + <p class="te tex"> | |
| 117 | + o 결제, 정산, 환불, 계산서 발행 등 업무가 자동화되어 있고 편리한가? | |
| 118 | + </p> | |
| 119 | + <p class="te tex"> | |
| 120 | + o 매일 매일 문자샘플 콘텐츠가 업데이트 되고, CS 및 기술응대가 실시간적으로 잘 이뤄지고 있는가? | |
| 121 | + </p> | |
| 122 | + <p class="te tex" style="border: 2px solid #cbcbcb; padding: 20px; border-radius: 10px; font-size: 17px;"> | |
| 123 | + 문자온은 특화된 인공지능‧자동화 기술 및 공신력과 검증된 기술력(GS 1등급, 호환성 Lv2, 이노비즈. 메인비즈, 우수기술기업 인증 등)을 보유한 우수기술 인증 종합 IT 벤처기업이 작정하고 만든 세상에서 제일 쉽고 똑똑한 프리미엄 대량 및 단체문자 전송 플랫폼입니다. | |
| 124 | + </p> | |
| 125 | + <img src="./img/text_send_10.jpg" alt="5가지 기준"> | |
| 126 | + </div> | |
| 127 | + <div> | |
| 128 | + <p class="tit">문자온 이벤트</p> | |
| 129 | + <p class="te tex"> | |
| 130 | + o 첫결제 국내 최저가(단문 : 7.5원, 장문 : 32원, 그림 : 59원) 이벤트 진행 중! | |
| 131 | + </p> | |
| 132 | + <p class="te tex"> | |
| 133 | + o 결제금액의 2% 포인트 추가 적립 및 포인트 1만점 이상 적립 시 현금 페이백 이벤트 진행 중! | |
| 134 | + </p> | |
| 135 | + <p class="te tex"> | |
| 136 | + o 문자온 알림톡, 대한민국 최저가 이벤트 진행 중!(조건 없이 누구나 무조건 6.9원) | |
| 137 | + </p> | |
| 138 | + <img src="./img/text_send_event.jpg" alt="이벤트"> | |
| 139 | + </div> | |
| 140 | + </div> | |
| 141 | + </div> | |
| 142 | + <div class="bt-button"> | |
| 143 | + <a href="https://www.munjaon.co.kr/web/mjon/msgdata/selectMsgDataView.do" target="_blank">단체문자</a> | |
| 144 | + </div> | |
| 145 | + </div> | |
| 146 | +</body> | |
| 147 | +</html> |
+++ src/main/webapp/publish/publish_text/send_text.html
... | ... | @@ -0,0 +1,95 @@ |
| 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 | + | |
| 9 | + <meta name="Keywords" content="문자전송, 문자발송, SMS, LMS, MMS, 문자보내기, 단체문자, 단체문자전송, 단체문자발송,단체문자사이트,문자사이트, 대량문자"> | |
| 10 | + <meta name="description" content="요즘 시대에는 경조사, 알림, 안부인사, 홍보 등 여러 가지 상황에서 단체에게 내용을 전달해야 하는 경우가 많습니다."> | |
| 11 | + <meta property="og:type" content="website"> | |
| 12 | + <meta property="og:title" content="단체문자 발송하는 방법 총정리 - 문자온"> | |
| 13 | + <meta property="og:description" content="요즘 시대에는 경조사, 알림, 안부인사, 홍보 등 여러 가지 상황에서 단체에게 내용을 전달해야 하는 경우가 많습니다."> | |
| 14 | + <link rel="apple-touch-icon" sizes="57x57" href="/publish/images/favicon/apple-icon-57x57.png"> | |
| 15 | + <link rel="apple-touch-icon" sizes="60x60" href="/publish/images/favicon/apple-icon-60x60.png"> | |
| 16 | + <link rel="apple-touch-icon" sizes="72x72" href="/publish/images/favicon/apple-icon-72x72.png"> | |
| 17 | + <link rel="apple-touch-icon" sizes="76x76" href="/publish/images/favicon/apple-icon-76x76.png"> | |
| 18 | + <link rel="apple-touch-icon" sizes="114x114" href="/publish/images/favicon/apple-icon-114x114.png"> | |
| 19 | + <link rel="apple-touch-icon" sizes="120x120" href="/publish/images/favicon/apple-icon-120x120.png"> | |
| 20 | + <link rel="apple-touch-icon" sizes="144x144" href="/publish/images/favicon/apple-icon-144x144.png"> | |
| 21 | + <link rel="apple-touch-icon" sizes="152x152" href="/publish/images/favicon/apple-icon-152x152.png"> | |
| 22 | + <link rel="apple-touch-icon" sizes="180x180" href="/publish/images/favicon/apple-icon-180x180.png"> | |
| 23 | + <link rel="icon" type="image/png" sizes="192x192" href="/publish/images/favicon/android-icon-192x192.png"> | |
| 24 | + <link rel="icon" type="image/png" sizes="32x32" href="/publish/images/favicon/favicon-32x32.png"> | |
| 25 | + <link rel="icon" type="image/png" sizes="96x96" href="/publish/images/favicon/favicon-96x96.png"> | |
| 26 | + <link rel="icon" type="image/png" sizes="16x16" href="/publish/images/favicon/favicon-16x16.png"> | |
| 27 | + <link rel="manifest" href="/publish/images/favicon/manifest.json"> | |
| 28 | + | |
| 29 | + <link rel="stylesheet" href="/publish/publish_adv/css/reset.css"> | |
| 30 | + <link rel="stylesheet" href="/publish/publish_adv/css/style.css"> | |
| 31 | + <link rel="stylesheet" href="/publish/css/font.css"> | |
| 32 | +</head> | |
| 33 | +<style> | |
| 34 | + html{min-width: 540px;}
| |
| 35 | + .text-wrap .text-box{margin-top: 80px; text-align: center;}
| |
| 36 | + .text-wrap .text-box .content div{background-color: #fff; padding: 70px; border-radius: 10px; margin-bottom: 50px;}
| |
| 37 | + .text-wrap .text-box .content div .tit{font-size: 30px; font-weight: 700;}
| |
| 38 | + .text-wrap .text-box .content div .te{font-weight: 300; margin: 30px 0; line-height: 1.3;}
| |
| 39 | + .text-wrap .text-box .content div img{width: 50%;}
| |
| 40 | + | |
| 41 | +</style> | |
| 42 | + | |
| 43 | +<body> | |
| 44 | + <div class="multi-text-wrap text-wrap"> | |
| 45 | + <div class="banner-wrap"> | |
| 46 | + <a href="https://www.munjaon.co.kr" target="_blank" class="logo"><img src="http://www.munjaon.co.kr/publish/images/CI.png" alt="배너로고"></a> | |
| 47 | + <div class="banner"> | |
| 48 | + <img src="/publish/publish_adv/img/banner.jpg" alt="배너"> | |
| 49 | + <div class="title"> | |
| 50 | + <p>문자보내기</p> | |
| 51 | + </div> | |
| 52 | + </div> | |
| 53 | + </div> | |
| 54 | + <div class="multi-text-box text-box"> | |
| 55 | + <div class="content"> | |
| 56 | + <div> | |
| 57 | + <p class="tit">인터넷으로 문자보내기</p> | |
| 58 | + <p class="te">갤럭시나 아이폰 등 휴대폰으로 문자를 발송하는 것이 아닌, PC나 컴퓨터 등 인터넷 문자사이트를 통해 문자를 단체로 대량 발송하는 행위</p> | |
| 59 | + <img src="./img/text_send.jpg" alt="문자보내기"> | |
| 60 | + </div> | |
| 61 | + <div> | |
| 62 | + <p class="tit">컴퓨터로 문자보내기</p> | |
| 63 | + <p class="te">인터넷문자 사이트를 통해 문자발송하는 행위 중 특히 컴퓨터(PC)를 통해 문자를 발송하는 행위</p> | |
| 64 | + <img src="./img/text_send_02.jpg" alt="컴퓨터로 문자보내기"> | |
| 65 | + </div> | |
| 66 | + <div> | |
| 67 | + <p class="tit">단체문자보내기 주의할 점</p> | |
| 68 | + <p class="te" style="text-align: left;"> | |
| 69 | + 1. 문자사이트에서 인터넷으로 단체문자를 보낼 때에는 회신번호(발신번호)로 사용하는 번호가 이동통신사 “번호도용방지서비스”에 가입되어 있는지 확인하는 것이 중요합니다. 해당 서비스에 가입되어 있을 경우 문자발송사이트를 통해 문자메세지를 발송하실 수 없습니다. | |
| 70 | + </p> | |
| 71 | + <p class="te" style="text-align: left;"> | |
| 72 | + 2. 문자전송사이트에서 전송하는 모든 문자에는 반드시 웹발신(WEB발신) 문구가 포함되어야 합니다. | |
| 73 | + </p> | |
| 74 | + <p class="te" style="text-align: left;"> | |
| 75 | + 3. 회신번호(발신번호) 없이 또는 변작(변조)하여 문자를 대량으로 전송할 수 없으며, 반드시 사전에 회신번호(발신번호)를 등록하여 사용해야 합니다. | |
| 76 | + </p> | |
| 77 | + <img src="./img/text_send_03.jpg" alt="단체문자보내기 주의점"> | |
| 78 | + </div> | |
| 79 | + <div> | |
| 80 | + <p class="tit">번호도용방지서비스?</p> | |
| 81 | + <p class="te">이동통신사 번호도용 문자차단 서비스는 웹에서 발송되는 스미싱, 스팸문자에 내 번호가 회신번호로 악용되는 것을 방지해주는 서비스로 해당 서비스에 가입되어 있는 경우 인터넷을 통해 본인 휴대폰 번호로 문자 발송이 자동 차단되게 됩니다. 이동통신사에 '번호도용 문자차단서비스' 서비스 해지를 요청할 경우 정상 발송까지 3~7일 정도가 소요됩니다.</p> | |
| 82 | + <img src="./img/text_service.jpg" alt="번호도용방지"> | |
| 83 | + </div> | |
| 84 | + <div> | |
| 85 | + <p class="tit">광고문자/홍보문자 보내기 주의할 점</p> | |
| 86 | + <p class="te">홍보 및 광고문자의 경우에는 광고성 문자규정을 반드시 준수하여야 합니다. 문자온은 문자전송 화면에 광고문자 필수 표기사항 자동입력 기능 및 광고문자 전송 규정 안내를 제공하고 있으므로 규정에 맞게 편리하게 이용하실 수 있습니다.</p> | |
| 87 | + </div> | |
| 88 | + </div> | |
| 89 | + </div> | |
| 90 | + <div class="bt-button"> | |
| 91 | + <a href="https://www.munjaon.co.kr/web/mjon/msgdata/selectMsgDataView.do" target="_blank">문자보내기</a> | |
| 92 | + </div> | |
| 93 | + </div> | |
| 94 | +</body> | |
| 95 | +</html> |
+++ src/main/webapp/publish/publish_text/text_send.html
... | ... | @@ -0,0 +1,104 @@ |
| 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 | + | |
| 9 | + <meta name="Keywords" content="문자전송, 문자발송, SMS, LMS, MMS, 문자보내기, 단체문자, 단체문자전송, 단체문자발송,단체문자사이트,문자사이트, 대량문자"> | |
| 10 | + <meta name="description" content="요즘 시대에는 경조사, 알림, 안부인사, 홍보 등 여러 가지 상황에서 단체에게 내용을 전달해야 하는 경우가 많습니다."> | |
| 11 | + <meta property="og:type" content="website"> | |
| 12 | + <meta property="og:title" content="단체문자 발송하는 방법 총정리 - 문자온"> | |
| 13 | + <meta property="og:description" content="요즘 시대에는 경조사, 알림, 안부인사, 홍보 등 여러 가지 상황에서 단체에게 내용을 전달해야 하는 경우가 많습니다."> | |
| 14 | + <link rel="apple-touch-icon" sizes="57x57" href="/publish/images/favicon/apple-icon-57x57.png"> | |
| 15 | + <link rel="apple-touch-icon" sizes="60x60" href="/publish/images/favicon/apple-icon-60x60.png"> | |
| 16 | + <link rel="apple-touch-icon" sizes="72x72" href="/publish/images/favicon/apple-icon-72x72.png"> | |
| 17 | + <link rel="apple-touch-icon" sizes="76x76" href="/publish/images/favicon/apple-icon-76x76.png"> | |
| 18 | + <link rel="apple-touch-icon" sizes="114x114" href="/publish/images/favicon/apple-icon-114x114.png"> | |
| 19 | + <link rel="apple-touch-icon" sizes="120x120" href="/publish/images/favicon/apple-icon-120x120.png"> | |
| 20 | + <link rel="apple-touch-icon" sizes="144x144" href="/publish/images/favicon/apple-icon-144x144.png"> | |
| 21 | + <link rel="apple-touch-icon" sizes="152x152" href="/publish/images/favicon/apple-icon-152x152.png"> | |
| 22 | + <link rel="apple-touch-icon" sizes="180x180" href="/publish/images/favicon/apple-icon-180x180.png"> | |
| 23 | + <link rel="icon" type="image/png" sizes="192x192" href="/publish/images/favicon/android-icon-192x192.png"> | |
| 24 | + <link rel="icon" type="image/png" sizes="32x32" href="/publish/images/favicon/favicon-32x32.png"> | |
| 25 | + <link rel="icon" type="image/png" sizes="96x96" href="/publish/images/favicon/favicon-96x96.png"> | |
| 26 | + <link rel="icon" type="image/png" sizes="16x16" href="/publish/images/favicon/favicon-16x16.png"> | |
| 27 | + <link rel="manifest" href="/publish/images/favicon/manifest.json"> | |
| 28 | + | |
| 29 | + <link rel="stylesheet" href="/publish/publish_adv/css/reset.css"> | |
| 30 | + <link rel="stylesheet" href="/publish/publish_adv/css/style.css"> | |
| 31 | + <link rel="stylesheet" href="/publish/css/font.css"> | |
| 32 | +</head> | |
| 33 | +<style> | |
| 34 | + html{min-width: 540px;}
| |
| 35 | + .text-wrap .text-box{margin-top: 80px; text-align: center;}
| |
| 36 | + .text-wrap .text-box .content div{background-color: #fff; padding: 70px; border-radius: 10px; margin-bottom: 50px;}
| |
| 37 | + .text-wrap .text-box .content div .tit{font-size: 30px; font-weight: 700;}
| |
| 38 | + .text-wrap .text-box .content div .te{font-weight: 300; margin: 30px 0; line-height: 1.3;}
| |
| 39 | + .text-wrap .text-box .content div img{width: 50%;}
| |
| 40 | + | |
| 41 | +</style> | |
| 42 | + | |
| 43 | +<body> | |
| 44 | + <div class="multi-text-wrap text-wrap"> | |
| 45 | + <div class="banner-wrap"> | |
| 46 | + <a href="https://www.munjaon.co.kr" target="_blank" class="logo"><img src="http://www.munjaon.co.kr/publish/images/CI.png" alt="배너로고"></a> | |
| 47 | + <div class="banner"> | |
| 48 | + <img src="/publish/publish_adv/img/banner.jpg" alt="배너"> | |
| 49 | + <div class="title"> | |
| 50 | + <p>문자발송</p> | |
| 51 | + </div> | |
| 52 | + </div> | |
| 53 | + </div> | |
| 54 | + <div class="multi-text-box text-box"> | |
| 55 | + <div class="content"> | |
| 56 | + <div> | |
| 57 | + <p class="tit">단체문자발송</p> | |
| 58 | + <p class="te">단체문자 및 대량문자전송 사이트 문자온을 통해 아주 쉽고 간단하게 문자를 발송할 수 있습니다. 문자전송 메뉴에는 문자를 대량발송하기 위한 광고문자 규정 문구 자동 입력 기능, 받는 사람마다 내용을 달리할 수 있는 특정문구 일괄변환 기능, 문자내용을 저장해두고 사용할 수 있는 내문자함 기능, 사진(그림)을 편집할 수 있는 포토에디터 기능, 자주 사용하는 수신번호를 관리할 수 있는 주소록 불러오기 기능 및 엑셀 불러오기 기능, 다양한 문자샘플 및 지도/약도URL 기능 등 대량문자발송을 위한 다양한 기능을 무료로 제공하고 있습니다.</p> | |
| 59 | + <img src="./img/text_send_04.jpg" alt="단체문자발송"> | |
| 60 | + </div> | |
| 61 | + <div> | |
| 62 | + <p class="tit">문자발송 샘플</p> | |
| 63 | + <p class="te"> | |
| 64 | + 웹문자 사이트 문자온은 대량문자·단체문자 발송을 위한 다양한 SMS/LMS/MMS 샘플을 무료로 제공하고 있습니다. | |
| 65 | + </p> | |
| 66 | + <p class="te" style="font-size: 17px; margin-top: -20px;"> | |
| 67 | + - 경조문자, 부고문자, 광고문자, 홍보문자, 조문문자, 결혼문자, 예약문자, 사진문자, 그림문자, 병원문자, 위로문자, 응원문자, 행사문자, 기념일문자 등 다양한 단문문자, 장문문자 문구 및 그림문자 이미지 제공 | |
| 68 | + </p> | |
| 69 | + <img src="./img/text_sample.jpg" alt="문자발송 샘플"> | |
| 70 | + </div> | |
| 71 | + <div> | |
| 72 | + <p class="tit">문자 예약발송</p> | |
| 73 | + <p class="te"> | |
| 74 | + 문자온은 단체문자전송을 위한 예약문자 발송 기능을 제공하고 있습니다. 문자를 발송할 날짜, 시간 및 분할 횟수를 지정하여 예약할 경우 해당 시간에 맞춰 문자가 자동발송되며, 예약취소 및 변경이 가능합니다. 단, 예약 취소는 문자예약전송 시간이 5분 이상 남아있을 경우에만 가능합니다. | |
| 75 | + </p> | |
| 76 | + <img src="./img/text_send_05.jpg" alt="문자 예약발송"> | |
| 77 | + </div> | |
| 78 | + <div> | |
| 79 | + <p class="tit">문자발송 실패</p> | |
| 80 | + <p class="te">수신자의 휴대폰 번호 변경, 서비스 일시 정지, 발신자의 번호도용방지서비스 가입 등 다양한 사유가 존재하며 발송에 실패한 문자메시지에 대해서는 해당요금 전액 잔액으로 반환(환불)됩니다.</p> | |
| 81 | + <img src="./img/text_fail.jpg" alt="문자발송 실패"> | |
| 82 | + </div> | |
| 83 | + <div> | |
| 84 | + <p class="tit">문자발송 대기</p> | |
| 85 | + <p class="te">수신자의 휴대폰이 꺼져있거나, 수신지역 이탈 등 다양한 사유가 존재하며 대기 상태일 경우 최대 72시간까지 문자발신을 시도(통신사마다 1~3일 소요)합니다. 최종적으로 수신자가 문자를 받을 수 없을 경우 실패 처리되며 해당요금은 잔액으로 반환됩니다.</p> | |
| 86 | + <img src="./img/text_send_06.jpg" alt="문자발송 대기"> | |
| 87 | + </div> | |
| 88 | + <div> | |
| 89 | + <p class="tit">문자발송 성공이나 수신 안되는 경우</p> | |
| 90 | + <p class="te">한국인터넷진흥원 불법스팸대응센터에서 스팸종합대책을 마련함에 따라, 각 이동통신사는 스팸차단서비스(스팸필터링서비스)를 운영하고 있습니다. 이동통신사는 각각 보유한 알고리즘을 지속적으로 업데이트 하면서 자동으로 스팸문자를 판단하여 해당 통신사 스팸보관함에 보관합니다. 이 때 문자 발송은 성공한 것으로 처리하기 때문에 정상과금 처리가 됩니다. 따라서 정상적으로 문자를 발송하였는데도 수신자가 받지 못했을 경우에는 수신자를 통해 스팸차단서비스에 의해 차단되었는지를 확인해 보시길 바랍니다.</p> | |
| 91 | + <img src="./img/text_send_07.jpg" alt="성공이나 수신 안되는 경우"> | |
| 92 | + </div> | |
| 93 | + <div> | |
| 94 | + <p class="tit">문자발송사이트 문자온</p> | |
| 95 | + <p class="te">문자비용이 고민된다면 문자온의 첫결제이벤트를 통해 웹문자를 발송해보세요. 최저 문자요금 7.5원(부가세 별도)! 파격 특가를 지금 만나실 수 있습니다. </p> | |
| 96 | + </div> | |
| 97 | + </div> | |
| 98 | + </div> | |
| 99 | + <div class="bt-button"> | |
| 100 | + <a href="https://www.munjaon.co.kr/web/mjon/msgdata/selectMsgDataView.do" target="_blank">문자발송</a> | |
| 101 | + </div> | |
| 102 | + </div> | |
| 103 | +</body> | |
| 104 | +</html> |
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?