단문(SMS), 장문(LMS), 그림문자(MMS), 카카오 알림톡, 팩스 발송 기능 제공
+diff --git a/src/main/webapp/publish/publish_m/css/reset.css b/src/main/webapp/publish/publish_m/css/reset.css new file mode 100644 index 00000000..1a43de18 --- /dev/null +++ b/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 diff --git a/src/main/webapp/publish/publish_m/css/style.css b/src/main/webapp/publish/publish_m/css/style.css new file mode 100644 index 00000000..7e5fb72c --- /dev/null +++ b/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 diff --git a/src/main/webapp/publish/publish_m/img/arrow.png b/src/main/webapp/publish/publish_m/img/arrow.png new file mode 100644 index 00000000..93508179 Binary files /dev/null and b/src/main/webapp/publish/publish_m/img/arrow.png differ diff --git a/src/main/webapp/publish/publish_m/img/header_logo.png b/src/main/webapp/publish/publish_m/img/header_logo.png new file mode 100644 index 00000000..e66718f7 Binary files /dev/null and b/src/main/webapp/publish/publish_m/img/header_logo.png differ diff --git a/src/main/webapp/publish/publish_m/img/main_bg.png b/src/main/webapp/publish/publish_m/img/main_bg.png new file mode 100644 index 00000000..b5b28d57 Binary files /dev/null and b/src/main/webapp/publish/publish_m/img/main_bg.png differ diff --git a/src/main/webapp/publish/publish_m/img/main_bg_big.png b/src/main/webapp/publish/publish_m/img/main_bg_big.png new file mode 100644 index 00000000..de3b03eb Binary files /dev/null and b/src/main/webapp/publish/publish_m/img/main_bg_big.png differ diff --git a/src/main/webapp/publish/publish_m/img/main_bg_small_01.png b/src/main/webapp/publish/publish_m/img/main_bg_small_01.png new file mode 100644 index 00000000..21478361 Binary files /dev/null and b/src/main/webapp/publish/publish_m/img/main_bg_small_01.png differ diff --git a/src/main/webapp/publish/publish_m/img/main_bg_small_02.png b/src/main/webapp/publish/publish_m/img/main_bg_small_02.png new file mode 100644 index 00000000..e4b13a4c Binary files /dev/null and b/src/main/webapp/publish/publish_m/img/main_bg_small_02.png differ diff --git a/src/main/webapp/publish/publish_m/img/main_img.png b/src/main/webapp/publish/publish_m/img/main_img.png new file mode 100644 index 00000000..338f7443 Binary files /dev/null and b/src/main/webapp/publish/publish_m/img/main_img.png differ diff --git a/src/main/webapp/publish/publish_m/img/preview_logo.png b/src/main/webapp/publish/publish_m/img/preview_logo.png new file mode 100644 index 00000000..27848f16 Binary files /dev/null and b/src/main/webapp/publish/publish_m/img/preview_logo.png differ diff --git a/src/main/webapp/publish/publish_m/img/tel_icon.png b/src/main/webapp/publish/publish_m/img/tel_icon.png new file mode 100644 index 00000000..c129ab9d Binary files /dev/null and b/src/main/webapp/publish/publish_m/img/tel_icon.png differ diff --git a/src/main/webapp/publish/publish_m/munjaon_intro_01.html b/src/main/webapp/publish/publish_m/munjaon_intro_01.html new file mode 100644 index 00000000..8d70e5b1 --- /dev/null +++ b/src/main/webapp/publish/publish_m/munjaon_intro_01.html @@ -0,0 +1,154 @@ + + +
+ + + +(부가세 별도)
+단문(SMS)
+7.5원
+장문(LMS)
+24원
+그림단문(MMS)
+55원
+※ 발송량에 따른 단가 조정 가능
+1
+특장점
+단문(SMS), 장문(LMS), 그림문자(MMS), 카카오 알림톡, 팩스 발송 기능 제공
+업계 최저가 요금
+최신 트렌드 반영 서비스 제공
+- 주소록 입력 대행(무료)
+- 예약발송 기능 제공(분 단위)
+- 문자메시지 지도‧약도 자동 첨부 가능
+- 그림문자 주문제작 서비스 제공
+- 다양한 결제수단 제공(신용카드, 휴대폰 결제, 전용계좌, 즉시이체, 간편결제 등)
+- 무제한 발송량 제공
+- 특정 공통문구(이름, 일시, 비용 등) 일괄 변경 기능 제공
+다양한 방식의 20건 선거문자 발송기능 제공
+기업‧단체‧공공기관 B2B 전용라인 제공
+2
+이용고객
+개인(사업자)
+- 동호회, 동문회, 향우회, 병원, 부동산, 음식점, 마트, 대리점, 숙박업, 전문직 사무실, 소셜커머스 사업자, 교육시설(학원, 학교, 유치원, 어린이집), 스포츠시설(골프장, 피트니스) 등
+기업‧협회‧단체
+- 기업(대‧중‧소기업), 협회, 조합, 비영리단체, 종교단체(교회, 사찰), 은행, 카드사, 쇼핑몰, 택배사, 보험사, 리서치사 등
+공공
+- 정부, 지방자치단체, 국회, 지방의회, 법원, 공공기관, 공직유관단체, 도서관, 미술관, 전시관, 공연시설, 영화관 등
+(부가세 별도)
+단문(SMS)
+8원
+장문(LMS)
+26원
+그림단문(MMS)
+60원
+※ 발송량에 따른 단가 조정 가능
+1
+특장점
+단문(SMS), 장문(LMS), 그림문자(MMS), 카카오 알림톡, 팩스 발송 기능 제공
+업계 최저가 요금
+최신 트렌드 반영 서비스 제공
+- 주소록 입력 대행(무료)
+- 예약발송 기능 제공(분 단위)
+- 문자메시지 지도‧약도 자동 첨부 가능
+- 그림문자 주문제작 서비스 제공
+- 다양한 결제수단 제공(신용카드, 휴대폰 결제, 전용계좌, 즉시이체, 간편결제 등)
+- 무제한 발송량 제공
+- 특정 공통문구(이름, 일시, 비용 등) 일괄 변경 기능 제공
+다양한 방식의 20건 선거문자 발송기능 제공
+기업‧단체‧공공기관 B2B 전용라인 제공
+2
+이용고객
+개인(사업자)
+- 동호회, 동문회, 향우회, 병원, 부동산, 음식점, 마트, 대리점, 숙박업, 전문직 사무실, 소셜커머스 사업자, 교육시설(학원, 학교, 유치원, 어린이집), 스포츠시설(골프장, 피트니스) 등
+기업‧협회‧단체
+- 기업(대‧중‧소기업), 협회, 조합, 비영리단체, 종교단체(교회, 사찰), 은행, 카드사, 쇼핑몰, 택배사, 보험사, 리서치사 등
+공공
+- 정부, 지방자치단체, 국회, 지방의회, 법원, 공공기관, 공직유관단체, 도서관, 미술관, 전시관, 공연시설, 영화관 등
+