+++ src/main/webapp/publish/brandMsg_set.html
... | ... | @@ -0,0 +1,720 @@ |
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="ko"> | |
| 3 | + | |
| 4 | +<head> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| 7 | + <title>문자온_브랜드메시지 템플릿_리스트</title> | |
| 8 | + | |
| 9 | + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" | |
| 10 | + rel="stylesheet"> | |
| 11 | + <link rel="stylesheet" href="/publish/css/reset.css"> | |
| 12 | + <link rel="stylesheet" href="/publish/css/jquery.mCustomScrollbar.css"> | |
| 13 | + <link rel="stylesheet" href="/publish/css/common.css"> | |
| 14 | + <link rel="stylesheet" href="/publish/css/button.css"> | |
| 15 | + <link rel="stylesheet" href="/publish/css/content.css"> | |
| 16 | + <link rel="stylesheet" href="/publish/css/adrbook.css"> | |
| 17 | + <link rel="stylesheet" href="/publish/css/font.css"> | |
| 18 | + <link rel="stylesheet" href="/publish/css/popupLayer.css"> | |
| 19 | + <link rel="stylesheet" href="/publish/js/datepicker/classic.css"> | |
| 20 | + <link rel="stylesheet" href="/publish/js/datepicker/classic.date.css"> | |
| 21 | + | |
| 22 | + | |
| 23 | + <script src="/publish/js/jquery-3.5.0.js"></script> | |
| 24 | + <script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script> | |
| 25 | + <script src="/publish/js/common.js"></script> | |
| 26 | + <script src="/publish/js/content.js"></script> | |
| 27 | + <script src="/publish/js/popup.js"></script> | |
| 28 | + <script src="/publish/js/popupLayer.js"></script> | |
| 29 | + <script type="text/javascript" src="/publish/js/datepicker/picker.js"></script> | |
| 30 | + <script type="text/javascript" src="/publish/js/datepicker/picker.date.js"></script> | |
| 31 | + <script type="text/javascript" src="/publish/js/datepicker/ko_KR.js"></script> | |
| 32 | + | |
| 33 | + | |
| 34 | +</head> | |
| 35 | + | |
| 36 | +<body> | |
| 37 | + <div class="skip_menu"> | |
| 38 | + <a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a> | |
| 39 | + </div> | |
| 40 | + <!--// skip 메뉴 --> | |
| 41 | + | |
| 42 | + <!-- header 영역 --> | |
| 43 | + <header id="header" class="header sub "> | |
| 44 | + <!-- header top 영역 --> | |
| 45 | + <div class="header_top"> | |
| 46 | + <div class="inner"> | |
| 47 | + <ul class="menu_left"> | |
| 48 | + <li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li> | |
| 49 | + <li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li> | |
| 50 | + <li><a href="#"><i class="hdTop_center"></i>고객센터</a></li> | |
| 51 | + </ul> | |
| 52 | + <ul class="menu_right"> | |
| 53 | + <li><a href="#">충전하기</a></li> | |
| 54 | + <li class="SortLine"><a href="#">요금안내</a></li> | |
| 55 | + <li class="SortLine"><a href="#">이용안내</a></li> | |
| 56 | + <li class="SortLine"><a href="#">1:1고객상담</a></li> | |
| 57 | + </ul> | |
| 58 | + </div> | |
| 59 | + </div><!-- header top 영역 --> | |
| 60 | + <!-- header body 영역 --> | |
| 61 | + <div class="header_body"> | |
| 62 | + <div class="inner table"> | |
| 63 | + <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" | |
| 64 | + alt="문자온 CI"></a></h1> | |
| 65 | + <ul class="gnbWrap table_cell"> | |
| 66 | + <li><a href="#">문자발송</a></li> | |
| 67 | + <li><a href="#">선거문자</a></li> | |
| 68 | + <li><a href="#">맞춤제작</a></li> | |
| 69 | + <li><a href="#">비즈톡</a></li> | |
| 70 | + <li><a href="#">주소록 관리</a></li> | |
| 71 | + <li><a href="#">발송결과</a></li> | |
| 72 | + <li><a href="#">예약관리</a></li> | |
| 73 | + <li><a href="#">결제내역</a></li> | |
| 74 | + </ul> | |
| 75 | + <div class="s_menu"> | |
| 76 | + <i class="allSearch_info"><span>문자검색</span></i> | |
| 77 | + <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img | |
| 78 | + src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> | |
| 79 | + <button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> | |
| 80 | + </div> | |
| 81 | + </div> | |
| 82 | + <!-- search popup 영역 --> | |
| 83 | + <div class="pop_search"> | |
| 84 | + <div class="inner"> | |
| 85 | + <div class="area_search"> | |
| 86 | + <select name="" id=""> | |
| 87 | + <option value="">그림문자</option> | |
| 88 | + <option value="">단문문자</option> | |
| 89 | + <option value="">장문문자</option> | |
| 90 | + <option value="">GIF</option> | |
| 91 | + </select> | |
| 92 | + <input type="text" placeholder="문자샘플 검색하기"> | |
| 93 | + <button><img src="/publish/images/search02.png" alt=""></button> | |
| 94 | + </div> | |
| 95 | + <div class="area_popular"> | |
| 96 | + <p><i></i>인기검색어</p> | |
| 97 | + <ul class="popular_tag"> | |
| 98 | + <li><a href="#">#정월대보름</a></li> | |
| 99 | + <li class="on"><a href="#">#추석</a></li> | |
| 100 | + <li><a href="#">#가을인사</a></li> | |
| 101 | + <li><a href="#">#좋은하루</a></li> | |
| 102 | + </ul> | |
| 103 | + </div> | |
| 104 | + <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" | |
| 105 | + alt=""></button> | |
| 106 | + </div> | |
| 107 | + </div> | |
| 108 | + <!--// search popup 영역 --> | |
| 109 | + </div> | |
| 110 | + <!--// header body 영역 --> | |
| 111 | + <div id="login" class="login"> | |
| 112 | + <div class="inner table"> | |
| 113 | + <div class="login_left table_cell"> | |
| 114 | + <div class="login_put"> | |
| 115 | + <label for="id_text" class="label"></label> | |
| 116 | + <input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30" | |
| 117 | + size="18"> | |
| 118 | + <label for="password_text" class="label"></label> | |
| 119 | + <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" | |
| 120 | + maxlength="30" size="18"> | |
| 121 | + <label for="login_button" class="label"></label> | |
| 122 | + <button type="submit" class="btnType btnType1" class="login_button">로그인</button> | |
| 123 | + </div> | |
| 124 | + <div class="login_save"> | |
| 125 | + <input type="checkbox" id="save_id"> | |
| 126 | + <label for="save_id">아이디 저장</label> | |
| 127 | + </div> | |
| 128 | + <div class="login_find"> | |
| 129 | + <a href="#">아이디찾기 /</a> | |
| 130 | + <a href="#">비밀번호 찾기</a> | |
| 131 | + </div> | |
| 132 | + <div> | |
| 133 | + <button type="button" class="btnType btnType2">회원가입</button> | |
| 134 | + <button type="button" class="btnType btnType3">둘러보기</button> | |
| 135 | + </div> | |
| 136 | + </div> | |
| 137 | + <div class="login_right"> | |
| 138 | + <span><i></i>이달의 이벤트</span> | |
| 139 | + <button type="button" class="btnType btnType4">바로가기</button> | |
| 140 | + </div> | |
| 141 | + </div> | |
| 142 | + </div> | |
| 143 | + <!--// login 영역 --> | |
| 144 | + </header> | |
| 145 | + <!--// header 영역 --> | |
| 146 | + <!-- login 영역 --> | |
| 147 | + <!-- content 영역 --> | |
| 148 | + <div id="container" class="cont sub"> | |
| 149 | + <div class="inner"> | |
| 150 | + <!-- send top --> | |
| 151 | + <div class="send_top"> | |
| 152 | + <!-- tab button --> | |
| 153 | + <ul class="tabType4"> | |
| 154 | + <li class="tab"><button type="button" onclick="location.href='/publish/kakao_allimtalk_send.html'">알림톡</button></li> | |
| 155 | + <li class="tab"><button type="button" onclick="location.href='/publish/kakao_friendtalk_send.html'">친구톡</button></li> | |
| 156 | + <li class="tab active"><button type="button" onclick="location.href='/publish/kakao_use_guide.html'">카카오톡 설정</button></li> | |
| 157 | + <li class="tab"><button type="button" onclick="TabType5(this,'4');">알림톡·친구톡 소개</button></li> | |
| 158 | + </ul> | |
| 159 | + <!--// tab button --> | |
| 160 | + <!-- 카카오톡 설정 - 알림톡 템플릿 등록/관리 - 내템플릿 --> | |
| 161 | + <div class="top_content kakaotalkset_cont current pay_tab_wrap"> | |
| 162 | + <div class="heading"> | |
| 163 | + <h2>카카오톡 설정</h2> | |
| 164 | + <button type="button" class="button info" onclick="infoListPop('brandMsgSet','792','340');">사용안내</button> | |
| 165 | + </div> | |
| 166 | + <div class="list_tab_wrap2 type2 "> | |
| 167 | + <!-- tab button --> | |
| 168 | + <ul class="list_tab"> | |
| 169 | + <li class="tab"><button type="button" onclick="location.href='/publish/kakao_use_guide.html'">사용안내</button></li> | |
| 170 | + <li class="tab"><button type="button" onclick="location.href='/publish/kakao_profile_add.html'">발신프로필 등록/관리</button></li> | |
| 171 | + <li class="tab"><button type="button" onclick="location.href='/publish/kakao_allimtalk_list.html'">알림톡 템플릿 등록/관리</button></li> | |
| 172 | + <li class="tab active"><button type="button" onclick="location.href='/publish/kakao_friendtalk_list.html'">브랜드메시지 템플릿 관리</button></li> | |
| 173 | + </ul> | |
| 174 | + <!--// tab button --> | |
| 175 | + </div> | |
| 176 | + | |
| 177 | + <div class="tab_content template_content_wrap friend_template_content current" id="tab_content_1"> | |
| 178 | + <!-- 검색조건 --> | |
| 179 | + <div class="excel_middle"> | |
| 180 | + <div class="select_btnWrap clearfix"> | |
| 181 | + <div class="btn_left"> | |
| 182 | + <span class="cal_label">등록일</span> | |
| 183 | + <div class="calendar_wrap"> | |
| 184 | + <input type="text" class="startDate inp calendar picker__input" title="검색 시작일" id="startDate" name="startDate" value="" data-datecontrol="true" readonly="" aria-haspopup="true" aria-expanded="false" aria-readonly="false" aria-owns="startDate_root"><div class="picker" id="startDate_root" aria-hidden="true"><div class="picker__holder" tabindex="-1"><div class="picker__frame"><div class="picker__wrap"><div class="picker__box"><div class="picker__header"><div class="picker__month">2월</div><div class="picker__year">2023</div><div class="picker__nav--prev" data-nav="-1" role="button" aria-controls="startDate_table" title="이전 달 보기"> </div><div class="picker__nav--next" data-nav="1" role="button" aria-controls="startDate_table" title="다음 달 보기"> </div></div><table class="picker__table" id="startDate_table" role="grid" aria-controls="startDate" aria-readonly="true"><thead><tr><th class="picker__weekday" scope="col" title="월요일">월</th><th class="picker__weekday" scope="col" title="화요일">화</th><th class="picker__weekday" scope="col" title="수요일">수</th><th class="picker__weekday" scope="col" title="목요일">목</th><th class="picker__weekday" scope="col" title="금요일">금</th><th class="picker__weekday" scope="col" title="토요일">토</th><th class="picker__weekday" scope="col" title="일요일">일</th></tr></thead><tbody><tr><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1675004400000" role="gridcell" aria-label="2023/01/30">30</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1675090800000" role="gridcell" aria-label="2023/01/31">31</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675177200000" role="gridcell" aria-label="2023/02/01">1</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675263600000" role="gridcell" aria-label="2023/02/02">2</div></td><td role="presentation"><div class="picker__day picker__day--infocus picker__day--today picker__day--highlighted" data-pick="1675350000000" role="gridcell" aria-label="2023/02/03" aria-activedescendant="true">3</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675436400000" role="gridcell" aria-label="2023/02/04">4</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675522800000" role="gridcell" aria-label="2023/02/05">5</div></td></tr><tr><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675609200000" role="gridcell" aria-label="2023/02/06">6</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675695600000" role="gridcell" aria-label="2023/02/07">7</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675782000000" role="gridcell" aria-label="2023/02/08">8</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675868400000" role="gridcell" aria-label="2023/02/09">9</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675954800000" role="gridcell" aria-label="2023/02/10">10</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676041200000" role="gridcell" aria-label="2023/02/11">11</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676127600000" role="gridcell" aria-label="2023/02/12">12</div></td></tr><tr><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676214000000" role="gridcell" aria-label="2023/02/13">13</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676300400000" role="gridcell" aria-label="2023/02/14">14</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676386800000" role="gridcell" aria-label="2023/02/15">15</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676473200000" role="gridcell" aria-label="2023/02/16">16</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676559600000" role="gridcell" aria-label="2023/02/17">17</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676646000000" role="gridcell" aria-label="2023/02/18">18</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676732400000" role="gridcell" aria-label="2023/02/19">19</div></td></tr><tr><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676818800000" role="gridcell" aria-label="2023/02/20">20</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676905200000" role="gridcell" aria-label="2023/02/21">21</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676991600000" role="gridcell" aria-label="2023/02/22">22</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1677078000000" role="gridcell" aria-label="2023/02/23">23</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1677164400000" role="gridcell" aria-label="2023/02/24">24</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1677250800000" role="gridcell" aria-label="2023/02/25">25</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1677337200000" role="gridcell" aria-label="2023/02/26">26</div></td></tr><tr><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1677423600000" role="gridcell" aria-label="2023/02/27">27</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1677510000000" role="gridcell" aria-label="2023/02/28">28</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1677596400000" role="gridcell" aria-label="2023/03/01">1</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1677682800000" role="gridcell" aria-label="2023/03/02">2</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1677769200000" role="gridcell" aria-label="2023/03/03">3</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1677855600000" role="gridcell" aria-label="2023/03/04">4</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1677942000000" role="gridcell" aria-label="2023/03/05">5</div></td></tr><tr><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678028400000" role="gridcell" aria-label="2023/03/06">6</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678114800000" role="gridcell" aria-label="2023/03/07">7</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678201200000" role="gridcell" aria-label="2023/03/08">8</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678287600000" role="gridcell" aria-label="2023/03/09">9</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678374000000" role="gridcell" aria-label="2023/03/10">10</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678460400000" role="gridcell" aria-label="2023/03/11">11</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678546800000" role="gridcell" aria-label="2023/03/12">12</div></td></tr></tbody></table><div class="picker__footer"><button class="picker__button--today" type="button" data-pick="1675350000000" disabled="" aria-controls="startDate">오늘</button><button class="picker__button--clear" type="button" data-clear="1" disabled="" aria-controls="startDate">초기화</button><button class="picker__button--close" type="button" data-close="true" disabled="" aria-controls="startDate">닫기</button></div></div></div></div></div></div><input type="hidden" name="startDate_submit"> | |
| 185 | + <span class="dateEtc">~</span> | |
| 186 | + <input type="text" class="endDate inp calendar picker__input" title="검색 종료일" id="endDate" name="endDate" value="" data-datecontrol="true" readonly="" aria-haspopup="true" aria-expanded="false" aria-readonly="false" aria-owns="endDate_root"><div class="picker" id="endDate_root" aria-hidden="true"><div class="picker__holder" tabindex="-1"><div class="picker__frame"><div class="picker__wrap"><div class="picker__box"><div class="picker__header"><div class="picker__month">2월</div><div class="picker__year">2023</div><div class="picker__nav--prev" data-nav="-1" role="button" aria-controls="endDate_table" title="이전 달 보기"> </div><div class="picker__nav--next" data-nav="1" role="button" aria-controls="endDate_table" title="다음 달 보기"> </div></div><table class="picker__table" id="endDate_table" role="grid" aria-controls="endDate" aria-readonly="true"><thead><tr><th class="picker__weekday" scope="col" title="월요일">월</th><th class="picker__weekday" scope="col" title="화요일">화</th><th class="picker__weekday" scope="col" title="수요일">수</th><th class="picker__weekday" scope="col" title="목요일">목</th><th class="picker__weekday" scope="col" title="금요일">금</th><th class="picker__weekday" scope="col" title="토요일">토</th><th class="picker__weekday" scope="col" title="일요일">일</th></tr></thead><tbody><tr><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1675004400000" role="gridcell" aria-label="2023/01/30">30</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1675090800000" role="gridcell" aria-label="2023/01/31">31</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675177200000" role="gridcell" aria-label="2023/02/01">1</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675263600000" role="gridcell" aria-label="2023/02/02">2</div></td><td role="presentation"><div class="picker__day picker__day--infocus picker__day--today picker__day--highlighted" data-pick="1675350000000" role="gridcell" aria-label="2023/02/03" aria-activedescendant="true">3</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675436400000" role="gridcell" aria-label="2023/02/04">4</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675522800000" role="gridcell" aria-label="2023/02/05">5</div></td></tr><tr><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675609200000" role="gridcell" aria-label="2023/02/06">6</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675695600000" role="gridcell" aria-label="2023/02/07">7</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675782000000" role="gridcell" aria-label="2023/02/08">8</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675868400000" role="gridcell" aria-label="2023/02/09">9</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1675954800000" role="gridcell" aria-label="2023/02/10">10</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676041200000" role="gridcell" aria-label="2023/02/11">11</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676127600000" role="gridcell" aria-label="2023/02/12">12</div></td></tr><tr><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676214000000" role="gridcell" aria-label="2023/02/13">13</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676300400000" role="gridcell" aria-label="2023/02/14">14</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676386800000" role="gridcell" aria-label="2023/02/15">15</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676473200000" role="gridcell" aria-label="2023/02/16">16</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676559600000" role="gridcell" aria-label="2023/02/17">17</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676646000000" role="gridcell" aria-label="2023/02/18">18</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676732400000" role="gridcell" aria-label="2023/02/19">19</div></td></tr><tr><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676818800000" role="gridcell" aria-label="2023/02/20">20</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676905200000" role="gridcell" aria-label="2023/02/21">21</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1676991600000" role="gridcell" aria-label="2023/02/22">22</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1677078000000" role="gridcell" aria-label="2023/02/23">23</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1677164400000" role="gridcell" aria-label="2023/02/24">24</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1677250800000" role="gridcell" aria-label="2023/02/25">25</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1677337200000" role="gridcell" aria-label="2023/02/26">26</div></td></tr><tr><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1677423600000" role="gridcell" aria-label="2023/02/27">27</div></td><td role="presentation"><div class="picker__day picker__day--infocus" data-pick="1677510000000" role="gridcell" aria-label="2023/02/28">28</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1677596400000" role="gridcell" aria-label="2023/03/01">1</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1677682800000" role="gridcell" aria-label="2023/03/02">2</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1677769200000" role="gridcell" aria-label="2023/03/03">3</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1677855600000" role="gridcell" aria-label="2023/03/04">4</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1677942000000" role="gridcell" aria-label="2023/03/05">5</div></td></tr><tr><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678028400000" role="gridcell" aria-label="2023/03/06">6</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678114800000" role="gridcell" aria-label="2023/03/07">7</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678201200000" role="gridcell" aria-label="2023/03/08">8</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678287600000" role="gridcell" aria-label="2023/03/09">9</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678374000000" role="gridcell" aria-label="2023/03/10">10</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678460400000" role="gridcell" aria-label="2023/03/11">11</div></td><td role="presentation"><div class="picker__day picker__day--outfocus" data-pick="1678546800000" role="gridcell" aria-label="2023/03/12">12</div></td></tr></tbody></table><div class="picker__footer"><button class="picker__button--today" type="button" data-pick="1675350000000" disabled="" aria-controls="endDate">오늘</button><button class="picker__button--clear" type="button" data-clear="1" disabled="" aria-controls="endDate">초기화</button><button class="picker__button--close" type="button" data-close="true" disabled="" aria-controls="endDate">닫기</button></div></div></div></div></div></div><input type="hidden" name="endDate_submit"> | |
| 187 | + </div> | |
| 188 | + <select name="searchCondition" id="searchCondition" class="selType2"> | |
| 189 | + <option value="2">등록상태</option> | |
| 190 | + <option value="3">심사필요</option> | |
| 191 | + <option value="4">심사요청</option> | |
| 192 | + <option value="5">반려</option> | |
| 193 | + <option value="6">승인</option> | |
| 194 | + <option value="7">정지</option> | |
| 195 | + </select> | |
| 196 | + <div class="search"> | |
| 197 | + <label for="id" class="label"></label> | |
| 198 | + <input type="text" class="search_input" id="searchKeyword" name="searchKeyword" value="" placeholder="검색어를 입력하세요." onfocus="this.placeholder=''" onblur="this.placeholder='검색어를 입력하세요.'"> | |
| 199 | + <button type="button" class="btnType btnType2">검색</button> | |
| 200 | + </div> | |
| 201 | + </div> | |
| 202 | + </div> | |
| 203 | + </div> | |
| 204 | + <!-- //검색조건 --> | |
| 205 | + <div class="list_info"> | |
| 206 | + <div class="btn_wrap left"> | |
| 207 | + <button type="button" class="btnType btnType2 template_add" onclick="location.href='/publish/kakao_friendtalk_add.html'">템플릿 등록</button> | |
| 208 | + <button type="button" class="btnType btnType3 btn_list"><i></i>리스트</button> | |
| 209 | + <button type="button" class="btnType btnType3 btn_thumbnail"><i></i>썸네일</button> | |
| 210 | + </div> | |
| 211 | + <!-- <div class="btn_wrap right"> | |
| 212 | + <button type="button" class="btnType btnType8">템플릿 심사요청</button> | |
| 213 | + </div> --> | |
| 214 | + </div> | |
| 215 | + <!--<div class="thumbnail_content current"> | |
| 216 | + <ul class="kakao_template_list thumbnail_list"> | |
| 217 | + <li> | |
| 218 | + <div class="kakao_template_wrap"> | |
| 219 | + <div class="template_cont"> | |
| 220 | + <div class="title"> | |
| 221 | + <div class="check"> | |
| 222 | + <input type="checkbox"> | |
| 223 | + </div> | |
| 224 | + <p title="포인트 적립안내">(광고)munjaon</p> | |
| 225 | + </div> | |
| 226 | + <div class="allimtalk_content"> | |
| 227 | + <p class="template_text">[포인트 적립] | |
| 228 | + 쿼드커피에서 컨택포인트로 적립하셨네요! | |
| 229 | + 320p 적립 완료되어 고객님의 현재 포인트는 7,000P입니다. | |
| 230 | + | |
| 231 | + [포인트 정책] | |
| 232 | + 4,000P 이상 모으면 현금처럼 사용하실 수 있습니다.</p> | |
| 233 | + <button type="button" class="btn_kakao_type">버튼명</button> | |
| 234 | + </div> | |
| 235 | + </div> | |
| 236 | + <p class="cf_text">수신거부 | 홈 > 채널차단</p> | |
| 237 | + </div> | |
| 238 | + <div class="kakao_template_info"> | |
| 239 | + <dl> | |
| 240 | + <dt>등록일</dt> | |
| 241 | + <dd>2023.01.05 17:00 | |
| 242 | + <div class="btn_wrap"> | |
| 243 | + <button type="button" class="btn_template_edit" title="템플릿 수정"><img src="/publish/images/content/btn_template_edit.png" alt=""></button> | |
| 244 | + <button type="button" class="btn_template_delete" title="템플릿 삭제"><img src="/publish/images/content/btn_template_delete.png" alt=""></button> | |
| 245 | + </div> | |
| 246 | + </dd> | |
| 247 | + </dl> | |
| 248 | + </div> | |
| 249 | + </li> | |
| 250 | + <li> | |
| 251 | + <div class="kakao_template_wrap"> | |
| 252 | + <div class="template_cont"> | |
| 253 | + <div class="title"> | |
| 254 | + <div class="check"> | |
| 255 | + <input type="checkbox"> | |
| 256 | + </div> | |
| 257 | + <p title="포인트 적립안내">(광고)munjaon</p> | |
| 258 | + </div> | |
| 259 | + <div class="allimtalk_content"> | |
| 260 | + <p class="template_text">[포인트 적립] | |
| 261 | + 쿼드커피에서 컨택포인트로 적립하셨네요! | |
| 262 | + 320p 적립 완료되어 고객님의 현재 포인트는 7,000P입니다. | |
| 263 | + | |
| 264 | + [포인트 정책] | |
| 265 | + 4,000P 이상 모으면 현금처럼 사용하실 수 있습니다.</p> | |
| 266 | + <button type="button" class="btn_kakao_type">버튼명</button> | |
| 267 | + </div> | |
| 268 | + </div> | |
| 269 | + <p class="cf_text">수신거부 | 홈 > 채널차단</p> | |
| 270 | + </div> | |
| 271 | + <div class="kakao_template_info"> | |
| 272 | + <dl> | |
| 273 | + <dt>등록일</dt> | |
| 274 | + <dd>2023.01.05 17:00 | |
| 275 | + <div class="btn_wrap"> | |
| 276 | + <button type="button" class="btn_template_edit" title="템플릿 수정"><img src="/publish/images/content/btn_template_edit.png" alt=""></button> | |
| 277 | + <button type="button" class="btn_template_delete" title="템플릿 삭제"><img src="/publish/images/content/btn_template_delete.png" alt=""></button> | |
| 278 | + </div> | |
| 279 | + </dd> | |
| 280 | + </dl> | |
| 281 | + </div> | |
| 282 | + </li> | |
| 283 | + <li> | |
| 284 | + <div class="kakao_template_wrap"> | |
| 285 | + <div class="template_cont"> | |
| 286 | + <div class="title"> | |
| 287 | + <div class="check"> | |
| 288 | + <input type="checkbox"> | |
| 289 | + </div> | |
| 290 | + <p title="포인트 적립안내">(광고)munjaon</p> | |
| 291 | + </div> | |
| 292 | + <div class="allimtalk_content"> | |
| 293 | + <p class="template_text">[포인트 적립] | |
| 294 | + 쿼드커피에서 컨택포인트로 적립하셨네요! | |
| 295 | + 320p 적립 완료되어 고객님의 현재 포인트는 7,000P입니다. | |
| 296 | + | |
| 297 | + [포인트 정책] | |
| 298 | + 4,000P 이상 모으면 현금처럼 사용하실 수 있습니다.</p> | |
| 299 | + <button type="button" class="btn_kakao_type">버튼명</button> | |
| 300 | + </div> | |
| 301 | + </div> | |
| 302 | + <p class="cf_text">수신거부 | 홈 > 채널차단</p> | |
| 303 | + </div> | |
| 304 | + <div class="kakao_template_info"> | |
| 305 | + <dl> | |
| 306 | + <dt>등록일</dt> | |
| 307 | + <dd>2023.01.05 17:00 | |
| 308 | + <div class="btn_wrap"> | |
| 309 | + <button type="button" class="btn_template_edit" title="템플릿 수정"><img src="/publish/images/content/btn_template_edit.png" alt=""></button> | |
| 310 | + <button type="button" class="btn_template_delete" title="템플릿 삭제"><img src="/publish/images/content/btn_template_delete.png" alt=""></button> | |
| 311 | + </div> | |
| 312 | + </dd> | |
| 313 | + </dl> | |
| 314 | + </div> | |
| 315 | + </li> | |
| 316 | + <li> | |
| 317 | + <div class="kakao_template_wrap"> | |
| 318 | + <div class="template_cont"> | |
| 319 | + <div class="title"> | |
| 320 | + <div class="check"> | |
| 321 | + <input type="checkbox"> | |
| 322 | + </div> | |
| 323 | + <p title="포인트 적립안내">(광고)munjaon</p> | |
| 324 | + </div> | |
| 325 | + <div class="allimtalk_content"> | |
| 326 | + <p class="template_text">[포인트 적립] | |
| 327 | + 쿼드커피에서 컨택포인트로 적립하셨네요! | |
| 328 | + 320p 적립 완료되어 고객님의 현재 포인트는 7,000P입니다. | |
| 329 | + | |
| 330 | + [포인트 정책] | |
| 331 | + 4,000P 이상 모으면 현금처럼 사용하실 수 있습니다.</p> | |
| 332 | + <button type="button" class="btn_kakao_type">버튼명</button> | |
| 333 | + </div> | |
| 334 | + </div> | |
| 335 | + <p class="cf_text">수신거부 | 홈 > 채널차단</p> | |
| 336 | + </div> | |
| 337 | + <div class="kakao_template_info"> | |
| 338 | + <dl> | |
| 339 | + <dt>등록일</dt> | |
| 340 | + <dd>2023.01.05 17:00 | |
| 341 | + <div class="btn_wrap"> | |
| 342 | + <button type="button" class="btn_template_edit" title="템플릿 수정"><img src="/publish/images/content/btn_template_edit.png" alt=""></button> | |
| 343 | + <button type="button" class="btn_template_delete" title="템플릿 삭제"><img src="/publish/images/content/btn_template_delete.png" alt=""></button> | |
| 344 | + </div> | |
| 345 | + </dd> | |
| 346 | + </dl> | |
| 347 | + </div> | |
| 348 | + </li> | |
| 349 | + <li> | |
| 350 | + <div class="kakao_template_wrap"> | |
| 351 | + <div class="template_cont"> | |
| 352 | + <div class="title"> | |
| 353 | + <div class="check"> | |
| 354 | + <input type="checkbox"> | |
| 355 | + </div> | |
| 356 | + <p title="포인트 적립안내">(광고)munjaon</p> | |
| 357 | + </div> | |
| 358 | + <div class="allimtalk_content"> | |
| 359 | + <p class="template_text">[포인트 적립] | |
| 360 | + 쿼드커피에서 컨택포인트로 적립하셨네요! | |
| 361 | + 320p 적립 완료되어 고객님의 현재 포인트는 7,000P입니다. | |
| 362 | + | |
| 363 | + [포인트 정책] | |
| 364 | + 4,000P 이상 모으면 현금처럼 사용하실 수 있습니다.</p> | |
| 365 | + <button type="button" class="btn_kakao_type">버튼명</button> | |
| 366 | + </div> | |
| 367 | + </div> | |
| 368 | + <p class="cf_text">수신거부 | 홈 > 채널차단</p> | |
| 369 | + </div> | |
| 370 | + <div class="kakao_template_info"> | |
| 371 | + <dl> | |
| 372 | + <dt>등록일</dt> | |
| 373 | + <dd>2023.01.05 17:00 | |
| 374 | + <div class="btn_wrap"> | |
| 375 | + <button type="button" class="btn_template_edit" title="템플릿 수정"><img src="/publish/images/content/btn_template_edit.png" alt=""></button> | |
| 376 | + <button type="button" class="btn_template_delete" title="템플릿 삭제"><img src="/publish/images/content/btn_template_delete.png" alt=""></button> | |
| 377 | + </div> | |
| 378 | + </dd> | |
| 379 | + </dl> | |
| 380 | + </div> | |
| 381 | + </li> | |
| 382 | + <li> | |
| 383 | + <div class="kakao_template_wrap"> | |
| 384 | + <div class="template_cont"> | |
| 385 | + <div class="title"> | |
| 386 | + <div class="check"> | |
| 387 | + <input type="checkbox"> | |
| 388 | + </div> | |
| 389 | + <p title="포인트 적립안내">(광고)munjaon</p> | |
| 390 | + </div> | |
| 391 | + <div class="allimtalk_content"> | |
| 392 | + <p class="template_text">[포인트 적립] | |
| 393 | + 쿼드커피에서 컨택포인트로 적립하셨네요! | |
| 394 | + 320p 적립 완료되어 고객님의 현재 포인트는 7,000P입니다. | |
| 395 | + | |
| 396 | + [포인트 정책] | |
| 397 | + 4,000P 이상 모으면 현금처럼 사용하실 수 있습니다.</p> | |
| 398 | + <button type="button" class="btn_kakao_type">버튼명</button> | |
| 399 | + </div> | |
| 400 | + </div> | |
| 401 | + <p class="cf_text">수신거부 | 홈 > 채널차단</p> | |
| 402 | + </div> | |
| 403 | + <div class="kakao_template_info"> | |
| 404 | + <dl> | |
| 405 | + <dt>등록일</dt> | |
| 406 | + <dd>2023.01.05 17:00 | |
| 407 | + <div class="btn_wrap"> | |
| 408 | + <button type="button" class="btn_template_edit" title="템플릿 수정"><img src="/publish/images/content/btn_template_edit.png" alt=""></button> | |
| 409 | + <button type="button" class="btn_template_delete" title="템플릿 삭제"><img src="/publish/images/content/btn_template_delete.png" alt=""></button> | |
| 410 | + </div> | |
| 411 | + </dd> | |
| 412 | + </dl> | |
| 413 | + </div> | |
| 414 | + </li> | |
| 415 | + <li> | |
| 416 | + <div class="kakao_template_wrap"> | |
| 417 | + <div class="template_cont"> | |
| 418 | + <div class="title"> | |
| 419 | + <div class="check"> | |
| 420 | + <input type="checkbox"> | |
| 421 | + </div> | |
| 422 | + <p title="포인트 적립안내">(광고)munjaon</p> | |
| 423 | + </div> | |
| 424 | + <div class="allimtalk_content"> | |
| 425 | + <p class="template_text">[포인트 적립] | |
| 426 | + 쿼드커피에서 컨택포인트로 적립하셨네요! | |
| 427 | + 320p 적립 완료되어 고객님의 현재 포인트는 7,000P입니다. | |
| 428 | + | |
| 429 | + [포인트 정책] | |
| 430 | + 4,000P 이상 모으면 현금처럼 사용하실 수 있습니다.</p> | |
| 431 | + <button type="button" class="btn_kakao_type">버튼명</button> | |
| 432 | + </div> | |
| 433 | + </div> | |
| 434 | + <p class="cf_text">수신거부 | 홈 > 채널차단</p> | |
| 435 | + </div> | |
| 436 | + <div class="kakao_template_info"> | |
| 437 | + <dl> | |
| 438 | + <dt>등록일</dt> | |
| 439 | + <dd>2023.01.05 17:00 | |
| 440 | + <div class="btn_wrap"> | |
| 441 | + <button type="button" class="btn_template_edit" title="템플릿 수정"><img src="/publish/images/content/btn_template_edit.png" alt=""></button> | |
| 442 | + <button type="button" class="btn_template_delete" title="템플릿 삭제"><img src="/publish/images/content/btn_template_delete.png" alt=""></button> | |
| 443 | + </div> | |
| 444 | + </dd> | |
| 445 | + </dl> | |
| 446 | + </div> | |
| 447 | + </li> | |
| 448 | + <li> | |
| 449 | + <div class="kakao_template_wrap"> | |
| 450 | + <div class="template_cont"> | |
| 451 | + <div class="title"> | |
| 452 | + <div class="check"> | |
| 453 | + <input type="checkbox"> | |
| 454 | + </div> | |
| 455 | + <p title="포인트 적립안내">(광고)munjaon</p> | |
| 456 | + </div> | |
| 457 | + <div class="allimtalk_content"> | |
| 458 | + <p class="template_text">[포인트 적립] | |
| 459 | + 쿼드커피에서 컨택포인트로 적립하셨네요! | |
| 460 | + 320p 적립 완료되어 고객님의 현재 포인트는 7,000P입니다. | |
| 461 | + | |
| 462 | + [포인트 정책] | |
| 463 | + 4,000P 이상 모으면 현금처럼 사용하실 수 있습니다.</p> | |
| 464 | + <button type="button" class="btn_kakao_type">버튼명</button> | |
| 465 | + </div> | |
| 466 | + </div> | |
| 467 | + <p class="cf_text">수신거부 | 홈 > 채널차단</p> | |
| 468 | + </div> | |
| 469 | + <div class="kakao_template_info"> | |
| 470 | + <dl> | |
| 471 | + <dt>등록일</dt> | |
| 472 | + <dd>2023.01.05 17:00 | |
| 473 | + <div class="btn_wrap"> | |
| 474 | + <button type="button" class="btn_template_edit" title="템플릿 수정"><img src="/publish/images/content/btn_template_edit.png" alt=""></button> | |
| 475 | + <button type="button" class="btn_template_delete" title="템플릿 삭제"><img src="/publish/images/content/btn_template_delete.png" alt=""></button> | |
| 476 | + </div> | |
| 477 | + </dd> | |
| 478 | + </dl> | |
| 479 | + </div> | |
| 480 | + </li> | |
| 481 | + </ul> | |
| 482 | + </div> --> | |
| 483 | + <div class="list_content current" style="display:block;"> | |
| 484 | + <div class="tb_wrap"> | |
| 485 | + <table class="tType4"> | |
| 486 | + <colgroup> | |
| 487 | + <col style="width: 70px;"> | |
| 488 | + <col style="width: 15%;"> | |
| 489 | + <col style="width: auto;"> | |
| 490 | + <col style="width: 15%;"> | |
| 491 | + <col style="width: 15%;"> | |
| 492 | + </colgroup> | |
| 493 | + <thead> | |
| 494 | + <tr> | |
| 495 | + <th> | |
| 496 | + <label for="chkAll" class="label">전체 선택</label> | |
| 497 | + <input type="checkbox" id="chkAll"> | |
| 498 | + </th> | |
| 499 | + <th>카카오톡 채널 아이디</th> | |
| 500 | + <th>템플릿명</th> | |
| 501 | + <th>템플릿 유형</th> | |
| 502 | + <th>등록일</th> | |
| 503 | + </tr> | |
| 504 | + </thead> | |
| 505 | + <tbody> | |
| 506 | + <tr> | |
| 507 | + <td> | |
| 508 | + <label for="profile_1" class="label">선택</label> | |
| 509 | + <input name="kakao_profile" id="profile_1" type="checkbox"> | |
| 510 | + </td> | |
| 511 | + <td>@문자온</td> | |
| 512 | + <td>템플릿이름1</td> | |
| 513 | + <td>텍스트</td> | |
| 514 | + <td>2021-03-22</td> | |
| 515 | + </tr> | |
| 516 | + </tbody> | |
| 517 | + </table> | |
| 518 | + </div> | |
| 519 | + </div> | |
| 520 | + <div class="table_btn clearfix"> | |
| 521 | + <button type="button" class="btnType btnType15"><i class="add_img"></i>전체선택</button> | |
| 522 | + <button type="button" class="btnType btnType15"><i class="remove_img"></i>선택삭제</button> | |
| 523 | + </div> | |
| 524 | + <!-- pagination --> | |
| 525 | + <ul class="pagination"> | |
| 526 | + <li class="page_first"><button><img src="/publish/images/content/page_first.png"alt=""></button></li> | |
| 527 | + <li class="page_prev"><button><img src="/publish/images/content/page_prev.png"alt=""></button></li> | |
| 528 | + <li class="on"><button>1</button></li> | |
| 529 | + <li><button>2</button></li> | |
| 530 | + <li><button>3</button></li> | |
| 531 | + <li><button>4</button></li> | |
| 532 | + <li><button>5</button></li> | |
| 533 | + <li><button>6</button></li> | |
| 534 | + <li><button>7</button></li> | |
| 535 | + <li><button>8</button></li> | |
| 536 | + <li><button>9</button></li> | |
| 537 | + <li><button>10</button></li> | |
| 538 | + <li class="page_next"><button><img src="/publish/images/content/page_next.png"alt=""></button></li> | |
| 539 | + <li class="page_last"><button><img src="/publish/images/content/page_last.png"alt=""></button></li> | |
| 540 | + </ul><!-- pagination --> | |
| 541 | + </div> | |
| 542 | + <div class="tab_content template_sample_content_wrap" id="tab_content_2"> | |
| 543 | + <!-- 검색조건 --> | |
| 544 | + <div class="excel_middle"> | |
| 545 | + <div class="select_btnWrap clearfix"> | |
| 546 | + <div class="btn_left"> | |
| 547 | + <span class="cal_label">템플릿 유형</span> | |
| 548 | + <select name="searchCondition" id="searchCondition" class="selType2"> | |
| 549 | + <option value="2">등록상태</option> | |
| 550 | + <option value="3">심사필요</option> | |
| 551 | + <option value="4">심사요청</option> | |
| 552 | + <option value="5">반려</option> | |
| 553 | + <option value="6">승인</option> | |
| 554 | + <option value="7">정지</option> | |
| 555 | + </select> | |
| 556 | + <div class="search"> | |
| 557 | + <label for="id" class="label"></label> | |
| 558 | + <input type="text" class="search_input" id="searchKeyword" name="searchKeyword" value="" placeholder="검색어를 입력하세요." onfocus="this.placeholder=''" onblur="this.placeholder='검색어를 입력하세요.'"> | |
| 559 | + <button type="button" class="btnType btnType2">검색</button> | |
| 560 | + </div> | |
| 561 | + </div> | |
| 562 | + </div> | |
| 563 | + </div> | |
| 564 | + <!-- //검색조건 --> | |
| 565 | + <ul class="adr_depth3"> | |
| 566 | + <li class="tab active"><button type="button" onclick="listTab(this,'1');">BEST</button></li> | |
| 567 | + <li class="tab"><button type="button" onclick="listTab(this,'2');">병원</button></li> | |
| 568 | + <li class="tab"><button type="button" onclick="listTab(this,'3');">쇼핑</button></li> | |
| 569 | + <li class="tab"><button type="button" onclick="listTab(this,'4');">배송/배달</button></li> | |
| 570 | + <li class="tab"><button type="button" onclick="listTab(this,'5');">교육</button></li> | |
| 571 | + <li class="tab"><button type="button" onclick="listTab(this,'6');">금융/보험</button></li> | |
| 572 | + <li class="tab"><button type="button" onclick="listTab(this,'7');">여행</button></li> | |
| 573 | + <li class="tab"><button type="button" onclick="listTab(this,'8');">고객관리</button></li> | |
| 574 | + <li class="tab"><button type="button" onclick="listTab(this,'9');">안내</button></li> | |
| 575 | + </ul> | |
| 576 | + <div class="thumbnail_content"> | |
| 577 | + <ul class="kakao_template_list thumbnail_list"> | |
| 578 | + <li> | |
| 579 | + <div class="kakao_template_wrap"> | |
| 580 | + <div class="template_cont"> | |
| 581 | + <div class="title"> | |
| 582 | + <div class="check"> | |
| 583 | + <input type="checkbox"> | |
| 584 | + </div> | |
| 585 | + <p title="포인트 적립안내">포인트 적립안내</p> | |
| 586 | + </div> | |
| 587 | + <div class="img_box"> | |
| 588 | + <img src="/publish/images/kakao_template_img.png" alt=""> | |
| 589 | + </div> | |
| 590 | + <div class="text_box"> | |
| 591 | + <p>[포인트 적립] | |
| 592 | + 쿼드커피에서 컨택포인트로 적립하셨네요! | |
| 593 | + 320p 적립 완료되어 고객님의 현재 포인트는 7,000P입니다. | |
| 594 | + | |
| 595 | + [포인트 정책] | |
| 596 | + 4,000P 이상 모으면 현금처럼 사용하실 수 있습니다. | |
| 597 | + </p> | |
| 598 | + </div> | |
| 599 | + </div> | |
| 600 | + </div> | |
| 601 | + <div class="btn_wrap"> | |
| 602 | + <button type="button" class="btnType btnType3 btn_template_use">템플릿 사용하기</button> | |
| 603 | + </div> | |
| 604 | + </li> | |
| 605 | + <li> | |
| 606 | + <div class="kakao_template_wrap"> | |
| 607 | + <div class="template_cont"> | |
| 608 | + <div class="title"> | |
| 609 | + <div class="check"> | |
| 610 | + <input type="checkbox"> | |
| 611 | + </div> | |
| 612 | + <p title="포인트 적립안내">포인트 적립안내</p> | |
| 613 | + </div> | |
| 614 | + <div class="img_box"> | |
| 615 | + <img src="/publish/images/kakao_template_img.png" alt=""> | |
| 616 | + </div> | |
| 617 | + <div class="text_box"> | |
| 618 | + <p>[포인트 적립] | |
| 619 | + 쿼드커피에서 컨택포인트로 적립하셨네요! | |
| 620 | + 320p 적립 완료되어 고객님의 현재 포인트는 7,000P입니다. | |
| 621 | + | |
| 622 | + [포인트 정책] | |
| 623 | + 4,000P 이상 모으면 현금처럼 사용하실 수 있습니다. | |
| 624 | + </p> | |
| 625 | + </div> | |
| 626 | + </div> | |
| 627 | + </div> | |
| 628 | + <div class="btn_wrap"> | |
| 629 | + <button type="button" class="btnType btnType3 btn_template_use">템플릿 사용하기</button> | |
| 630 | + </div> | |
| 631 | + </li> | |
| 632 | + <li> | |
| 633 | + <div class="kakao_template_wrap"> | |
| 634 | + <div class="template_cont"> | |
| 635 | + <div class="title"> | |
| 636 | + <div class="check"> | |
| 637 | + <input type="checkbox"> | |
| 638 | + </div> | |
| 639 | + <p title="포인트 적립안내">포인트 적립안내</p> | |
| 640 | + </div> | |
| 641 | + <div class="img_box"> | |
| 642 | + <img src="/publish/images/kakao_template_img.png" alt=""> | |
| 643 | + </div> | |
| 644 | + <div class="text_box"> | |
| 645 | + <p>[포인트 적립] | |
| 646 | + 쿼드커피에서 컨택포인트로 적립하셨네요! | |
| 647 | + 320p 적립 완료되어 고객님의 현재 포인트는 7,000P입니다. | |
| 648 | + | |
| 649 | + [포인트 정책] | |
| 650 | + 4,000P 이상 모으면 현금처럼 사용하실 수 있습니다. | |
| 651 | + </p> | |
| 652 | + </div> | |
| 653 | + </div> | |
| 654 | + </div> | |
| 655 | + <div class="btn_wrap"> | |
| 656 | + <button type="button" class="btnType btnType3 btn_template_use">템플릿 사용하기</button> | |
| 657 | + </div> | |
| 658 | + </li> | |
| 659 | + <li> | |
| 660 | + <div class="kakao_template_wrap"> | |
| 661 | + <div class="template_cont"> | |
| 662 | + <div class="title"> | |
| 663 | + <div class="check"> | |
| 664 | + <input type="checkbox"> | |
| 665 | + </div> | |
| 666 | + <p title="포인트 적립안내">포인트 적립안내</p> | |
| 667 | + </div> | |
| 668 | + <div class="img_box"> | |
| 669 | + <img src="/publish/images/kakao_template_img.png" alt=""> | |
| 670 | + </div> | |
| 671 | + <div class="text_box"> | |
| 672 | + <p>[포인트 적립] | |
| 673 | + 쿼드커피에서 컨택포인트로 적립하셨네요! | |
| 674 | + 320p 적립 완료되어 고객님의 현재 포인트는 7,000P입니다. | |
| 675 | + | |
| 676 | + [포인트 정책] | |
| 677 | + 4,000P 이상 모으면 현금처럼 사용하실 수 있습니다. | |
| 678 | + </p> | |
| 679 | + </div> | |
| 680 | + </div> | |
| 681 | + </div> | |
| 682 | + <div class="btn_wrap"> | |
| 683 | + <button type="button" class="btnType btnType3 btn_template_use">템플릿 사용하기</button> | |
| 684 | + </div> | |
| 685 | + </li> | |
| 686 | + </ul> | |
| 687 | + </div> | |
| 688 | + | |
| 689 | + <!-- pagination --> | |
| 690 | + <ul class="pagination"> | |
| 691 | + <li class="page_first"><button><img src="/publish/images/content/page_first.png"alt=""></button></li> | |
| 692 | + <li class="page_prev"><button><img src="/publish/images/content/page_prev.png"alt=""></button></li> | |
| 693 | + <li class="on"><button>1</button></li> | |
| 694 | + <li><button>2</button></li> | |
| 695 | + <li><button>3</button></li> | |
| 696 | + <li><button>4</button></li> | |
| 697 | + <li><button>5</button></li> | |
| 698 | + <li><button>6</button></li> | |
| 699 | + <li><button>7</button></li> | |
| 700 | + <li><button>8</button></li> | |
| 701 | + <li><button>9</button></li> | |
| 702 | + <li><button>10</button></li> | |
| 703 | + <li class="page_next"><button><img src="/publish/images/content/page_next.png"alt=""></button></li> | |
| 704 | + <li class="page_last"><button><img src="/publish/images/content/page_last.png"alt=""></button></li> | |
| 705 | + </ul><!-- pagination --> | |
| 706 | + </div> | |
| 707 | + | |
| 708 | + </div> | |
| 709 | + </div> | |
| 710 | + </div> | |
| 711 | + <!--// send top --> | |
| 712 | + </div> | |
| 713 | + </div> | |
| 714 | + <!--// content 영역 --> | |
| 715 | + <!-- footer --> | |
| 716 | + <div data-include-path="/publish/layout/_footer.html"></div> | |
| 717 | + <!--// footer 영역 --> | |
| 718 | +</body> | |
| 719 | + | |
| 720 | +</html>(No newline at end of file) |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -2062,11 +2062,12 @@ |
| 2062 | 2062 |
.kakao_intro_cont .friendtalk .kakao_intro .con .intro ul li{margin:0 0 19px 0;}
|
| 2063 | 2063 |
.kakao_intro_cont .friendtalk .kakao_intro .con .intro ul li p:nth-child(2){display:flex;line-height:1;height:auto;justify-content:center;align-items:center;padding:22px 0 18px 0;font-family:'GmarketSansMedium';}
|
| 2064 | 2064 |
.kakao_intro_cont .friendtalk .kakao_intro .con .intro ul li p:nth-child(2) span{display:inline-block;font-family:'GmarketSansBold';margin:0 4px;}
|
| 2065 |
+.kakao_intro_cont .friendtalk .kakao_intro .con .intro ul li p:nth-child(2) strong{font-size:14px;}
|
|
| 2065 | 2066 |
.kakao_intro_cont .friendtalk .kakao_intro .con .intro ul li:nth-child(4) p:nth-child(2){height:auto;line-height:1;padding:24px 0 18px 0;}
|
| 2066 | 2067 |
.kakao_intro_cont .friendtalk .kakao_intro .con .intro .phone{width:auto;height:100%;margin:-20px 0 0 -15px;}
|
| 2067 | 2068 |
|
| 2068 | 2069 |
.kakao_intro_cont .friendtalk .kakao_intro .fight .wrap{max-width:1024px;gap:50px;justify-content:center;}
|
| 2069 |
-.kakao_intro_cont .friendtalk .kakao_intro .con .fight .fight-title{width:250px;}
|
|
| 2070 |
+.kakao_intro_cont .friendtalk .kakao_intro .con .fight .fight-title{width:330px;}
|
|
| 2070 | 2071 |
.kakao_intro_cont .friendtalk .kakao_intro .vs{display:flex;width:calc((100% - 200px) / 2);flex-direction:column;align-items:center;gap:20px;}
|
| 2071 | 2072 |
.kakao_intro_cont .friendtalk .kakao_intro .vs.vs_title{width:100px;}
|
| 2072 | 2073 |
.kakao_intro_cont .friendtalk .kakao_intro .vs .title{height:34px;padding:5px 30px 3px;border-radius:35px;background:#E4E6EA;font-family:'GmarketSansBold';color:#666;font-size:20px;line-height:35px;}
|
... | ... | @@ -2303,7 +2304,7 @@ |
| 2303 | 2304 |
.send_top .resultcont_right .phone_kakako .phoneIn .template_info_wrap .btn_template_choice{width: 120px; height: 36px; font-size: 16px; color: #fae100; background-color: #302218; border-radius: 5px;}
|
| 2304 | 2305 |
.send_top .resultcont_right .phone_kakako .addText{color: #002c9a;text-align: center; font-size: 14px; padding-top: 2px; margin:10px 0 10px 0;}
|
| 2305 | 2306 |
|
| 2306 |
-.send_top .resultcont_right .phone_kakako.friendtalk .phoneIn .text_preview .allimtalk_content{border-radius:5px;}
|
|
| 2307 |
+.send_top .resultcont_right .phone_kakako.friendtalk .phoneIn .text_preview .allimtalk_content{border-radius:5px;overflow:hidden;}
|
|
| 2307 | 2308 |
.send_top .resultcont_right .phone_kakako.friendtalk .friend_talk_title{margin:0 0 10px 0;font-size:15px;color:#777;}
|
| 2308 | 2309 |
.send_top .resultcont_right .phone_kakako.friendtalk .kakao_block_text{width:calc(100% - 20px);text-align:right;font-size:13px;color:#555;font-weight:300;margin:10px 0 0 0;}
|
| 2309 | 2310 |
|
--- src/main/webapp/publish/css/popupLayer.css
+++ src/main/webapp/publish/css/popupLayer.css
... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 |
/* 공통영역 */ |
| 2 | 2 |
.tooltip-wrap {position: relative; z-index: 100;}
|
| 3 | 3 |
.popup-com {display: none;position: fixed; border-radius: 10px;background-color: #fff;box-shadow: 5px 5px 15px rgba(0,0,0,0.5); overflow: hidden;opacity:0;transition:opacity 0.3s;}
|
| 4 |
-.popup-com .popup_heading {background-color: #fbc72b; position: relative; padding: 15px 20px; }
|
|
| 4 |
+.popup-com .popup_heading {background-color: #fbc72b; position: relative; padding: 15px 20px; border-radius:}
|
|
| 5 | 5 |
.popup-com .popup_heading p {font-size: 22px; font-weight: 600;}
|
| 6 | 6 |
.popup-com .popup_heading button {position: absolute; top: 50%; transform: translateY(-50%); right: 20px;}
|
| 7 | 7 |
.popup-com .titBox>button {height: 36px;}
|
... | ... | @@ -13,6 +13,8 @@ |
| 13 | 13 |
|
| 14 | 14 |
.mask {left:-9999%;top:-9999%;}
|
| 15 | 15 |
.mask.on {overflow:hidden;position:fixed;left:0;top:0;width:100%;min-width:1920px;height:100%;background: rgba(0,0,0,0.5);z-index:99;}
|
| 16 |
+ |
|
| 17 |
+.alert_layer_popup .layer_in{padding:40px 30px;text-align:center;font-size:18px;font-weight:400;line-height:1.4;}
|
|
| 16 | 18 |
|
| 17 | 19 |
/* 공통 */ |
| 18 | 20 |
.popup_search_wrap.type2{margin: 0 0 30px 0; padding: 15px 20px; border-radius: 5px;}
|
... | ... | @@ -172,9 +174,8 @@ |
| 172 | 174 |
.custom_layer .body_cont table tr.custom_put1 td .custom_put1_list {padding-bottom: 8px; border-bottom: 1px solid #d5d5d5; margin-bottom: 6px;}
|
| 173 | 175 |
.custom_layer .body_cont table tr.custom_put1 td .custom_put1_list .price {position: absolute; right: 0px; color: #555; font-weight: 300;}
|
| 174 | 176 |
.custom_layer .body_cont table tr.custom_put1 td .custom_put1_list .price span {font-weight: 500;}
|
| 175 |
-.custom_layer .body_cont table tr.custom_put1 td .custom_put1_txt {margin-top: 14px;}
|
|
| 176 |
-.custom_layer .body_cont table tr.custom_put1 td .custom_put1_txt p {font-size: 14px; color: #333; font-wieght: 300;}
|
|
| 177 |
-.custom_layer .body_cont table tr.custom_put1 td .custom_put1_txt p:first-child {margin-bottom: 10px;}
|
|
| 177 |
+.custom_layer .body_cont table tr.custom_put1 td .custom_put1_txt {margin-top:8px;}
|
|
| 178 |
+.custom_layer .body_cont table tr.custom_put1 td .custom_put1_txt p {font-size: 14px; color: #333; font-wieght: 300; line-height:1.2;}
|
|
| 178 | 179 |
/* 제공방법 */ |
| 179 | 180 |
.custom_layer .body_cont table tr.custom_put2 th {vertical-align: middle;}
|
| 180 | 181 |
.custom_layer .body_cont table tr.custom_put2 td {vertical-align:middle; height: 50px; display: flex; align-items: center;}
|
... | ... | @@ -1098,7 +1099,8 @@ |
| 1098 | 1099 |
.kakao_rev_popup .kakao_wrap .friendtalk .kakao_image{border-radius:5px 5px 0 0;overflow:hidden;}
|
| 1099 | 1100 |
.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt{padding:20px;}
|
| 1100 | 1101 |
.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt p {margin:0 0 10px 0;font-size: 15px;color:#777;}
|
| 1101 |
-.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt .template_text{padding:10px 10px 0 10px;}
|
|
| 1102 |
+.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt .template_text,.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt .allimtalk_content p{padding:10px 10px 0 10px;}
|
|
| 1103 |
+.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt .allimtalk_content .emphasis_title_text{padding:10px 10px 15px 10px;}
|
|
| 1102 | 1104 |
.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt p.kakao_block_text{width:calc(100% - 60px);text-align:right;font-size:13px;color:#555;font-weight:300;margin:10px 0 0 0;}
|
| 1103 | 1105 |
|
| 1104 | 1106 |
/* 카카오테스트발송 팝업 */ |
... | ... | @@ -1279,6 +1281,11 @@ |
| 1279 | 1281 |
.info_guide_popup .layer_in .info_guide_sub{margin: -20px 0 0 0; font-size: 14px; color: #666; font-weight: 300; line-height: 1.5;}
|
| 1280 | 1282 |
.info_guide_popup .layer_in .info_guide_sub span{color: #222; font-weight: 400;}
|
| 1281 | 1283 |
|
| 1284 |
+/* 친구톡 서비스 중단 */ |
|
| 1285 |
+.service_stop_popup{left:50%;top:50%;transform:translate(-50%,-50%);}
|
|
| 1286 |
+.service_stop_popup .layer_in b{font-weight:600;}
|
|
| 1287 |
+.service_stop_popup .layer_in .popup_btn{margin:20px 0 0 0;}
|
|
| 1288 |
+ |
|
| 1282 | 1289 |
/* ie */ |
| 1283 | 1290 |
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
| 1284 | 1291 |
/* 특수문자 */ |
+++ src/main/webapp/publish/css/style.css
... | ... | @@ -0,0 +1,344 @@ |
| 1 | +:root{
| |
| 2 | + --primary-color: #002c9a; | |
| 3 | + --primary-color-hover: #002788; | |
| 4 | + --primary-light-color: #E8F0FF; | |
| 5 | + --primary-light-color-hover: #97b1e1; | |
| 6 | + | |
| 7 | + --secondary-color: #eea301; | |
| 8 | + --secondary-color-hover: #FFAE00; | |
| 9 | + --secondary-light-color: #FBC72B; | |
| 10 | + --secondary-light-color-hover: #F6BB08; | |
| 11 | + | |
| 12 | + | |
| 13 | + --red-color: #E40000; | |
| 14 | + --red-color-hover: #D70202; | |
| 15 | + --red-light-color: #ffe5e5; | |
| 16 | + | |
| 17 | + | |
| 18 | + --green-color: #19B32B; | |
| 19 | + --green-color-hover: #0E9A1F; | |
| 20 | + | |
| 21 | + --gray-color: #6A6C72; | |
| 22 | + --gray-color-hover: #56585e; | |
| 23 | + --lightgray-color: #999999; | |
| 24 | + --lightgray-color-hover: #a3a3a3; | |
| 25 | + | |
| 26 | + --gray-border: #D5D5D5; | |
| 27 | + --darkgray-border: #B9B9B9; | |
| 28 | + --primary-light-border: #B1C6EE; | |
| 29 | + | |
| 30 | + --lightgray-bg: #f2f3f4; | |
| 31 | +} | |
| 32 | + | |
| 33 | +/* 폰트 */ | |
| 34 | +.fwLg{font-weight: 300 !important}
| |
| 35 | +.fwRg{font-weight: 400 !important}
| |
| 36 | +.fwMd{font-weight: 500 !important}
| |
| 37 | +.fwBold{font-weight: 700 !important}
| |
| 38 | + | |
| 39 | +.sub_font{font-family:'GmarketSansBold';}
| |
| 40 | + | |
| 41 | +/* 버튼 */ | |
| 42 | +.btn{border-radius: 5px;}
| |
| 43 | +.btn:hover{box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);transition: all 0.3s ease;}
| |
| 44 | + | |
| 45 | +.btn.xssmall{height: 28px;}
| |
| 46 | +.btn.ssmall{height: 30px;}
| |
| 47 | +.btn.small{height: 32px;}
| |
| 48 | +.btn.medium{height: 34px;}
| |
| 49 | +.btn.large{height: 36px;}
| |
| 50 | +.btn.xlarge{height: 38px;}
| |
| 51 | + | |
| 52 | +.btn.fill.primary{background-color: var(--primary-color);color: #fff;}
| |
| 53 | +.btn.fill.primary:hover{background-color: var(--primary-color-hover);color: #fff;}
| |
| 54 | +.btn.fill.primary_light{background-color: var(--primary-light-color);border: 1px solid var(--primary-light-border);color:#222;}
| |
| 55 | +.btn.fill.primary_light:hover{background-color: var(--primary-light-color-hover);}
| |
| 56 | +.btn.fill.secondary{background-color: var(--secondary-color);color: #222;}
| |
| 57 | +.btn.fill.secondary:hover{background-color: var(--secondary-color-hover);color: #222;}
| |
| 58 | +.btn.fill.red{background-color: var(--red-color);color: #fff;}
| |
| 59 | +.btn.fill.red:hover{background-color: var(--red-color-hover);}
| |
| 60 | +.btn.fill.green{background-color: var(--green-color);color: #fff;}
| |
| 61 | +.btn.fill.green:hover{background-color: var(--green-color-hover);}
| |
| 62 | + | |
| 63 | +.btn.line.primary{border: 1px solid var(--primary-color);color: var(--primary-color);}
| |
| 64 | +.btn.line.primary:hover{border: var(--primary-color-hover);color: var(--primary-color-hover);}
| |
| 65 | +.btn.line.secondary{border: 1px solid var(--secondary-color);color: #222;}
| |
| 66 | +.btn.line.secondary:hover{border: 1px solid var(--secondary-color-hover);}
| |
| 67 | +.btn.line.red{border: 1px solid var(--red-color);color: var(--red-color);}
| |
| 68 | +.btn.line.red:hover{border: var(--red-color-hover);color: var(--red-color-hover);}
| |
| 69 | +.btn.line.green{border: 1px solid var(--green-color);color: var(--green-color);}
| |
| 70 | +.btn.line.green:hover{background-color: var(--green-color-hover);}
| |
| 71 | + | |
| 72 | +/* 버튼 및 인풋 타입 */ | |
| 73 | +select {border: 1px solid #e5e5e5;vertical-align: middle;font-weight: 300;font-size: 16px;font-family: 'Noto Sans KR', sans-serif;}
| |
| 74 | +select.selType1 {height: 34px;padding:0 25px 0 10px;border: 1px solid #d5d5d5;border-radius: 3px;background-image: url(/publish/images/select_search2.png);background-repeat: no-repeat;background-position: right 5px top 50%;color: #777;}
| |
| 75 | +/* .area_tabs */ | |
| 76 | +select.selType2 {height: 36px; align-self: center; width: 125px; color: #666; background-image: url(/publish/images/select_search.png); background-repeat: no-repeat; background-position: 92% center; padding-left: 12px; box-sizing: border-box; border-radius: 3px; border: 1px solid #ccc;margin-left: 2px; font-size: 16px;}
| |
| 77 | +.list_selType1:focus {outline: none;}
| |
| 78 | +select.list_selType1 {background-color: transparent; border: none; width: 100%; padding: 0 15px; background-image: url(/publish/images/mem/list_select.png);background-repeat: no-repeat;background-position: right 0 top 50%; font-size: 18px; color: #222; font-family: 'Noto Sans KR', sans-serif; cursor: pointer;}
| |
| 79 | + | |
| 80 | +input {border: 0;vertical-align: middle;box-sizing: border-box; font-family: 'Noto Sans KR', sans-serif; }
| |
| 81 | +input:focus {outline: none;}
| |
| 82 | +input::placeholder {font-family: 'Noto Sans KR', sans-serif; font-weight: 300;color: #a6a6a6 !important;}
| |
| 83 | +input:-ms-input-placeholder {font-family: 'Noto Sans KR', sans-serif; font-weight: 300;color: #a6a6a6 !important;}
| |
| 84 | +input[type="text"] {padding: 0 10px; border-radius: 3px;font-size: 16px;}
| |
| 85 | +input[type="text"].readonly::placeholder {color: #222 !important;}
| |
| 86 | +input[type="text"].readonly:-ms-input-placeholder {color: #222 !important;}
| |
| 87 | +input[type="text"].inputLight::placeholder {color: #a6a6a6 !important;}
| |
| 88 | +input[type="text"].inputLight:-ms-input-placeholder {color: #a6a6a6 !important;}
| |
| 89 | +input[type="password"] {padding: 0 10px; border-radius: 3px;font-size: 16px;}
| |
| 90 | +input[type="password"].inputLight::placeholder {color: #a6a6a6 !important;}
| |
| 91 | +input[type="password"].inputLight:-ms-input-placeholder {color: #a6a6a6 !important;}
| |
| 92 | + | |
| 93 | +input.input_text{border:1px solid #d5d5d5;}
| |
| 94 | + /* 비밀번호 css 변경 */ | |
| 95 | + | |
| 96 | +input[type="checkbox"] {width: 16px; height: 16px; border: 1px solid #d6d8da;}
| |
| 97 | +input[type="radio"] {margin-top: 2px; margin-right: 3px;}
| |
| 98 | +input[type="radio"]+label {margin-right: 18px;font-size:16px;vertical-align: middle;}
| |
| 99 | +input[type="radio"].radio_big {margin:0;width:16px;height:16px;}
| |
| 100 | +/* input[type="radio"]+label, input[type="checkbox"]+label {vertical-align: middle;} */
| |
| 101 | +textarea {width: 100%;font-size: 16px;padding: 15px; box-sizing: border-box;color: #666;font-weight: 300;font-family: 'Noto Sans KR', sans-serif;}
| |
| 102 | +textarea::-webkit-scrollbar {width:7px;}
| |
| 103 | +textarea::-webkit-scrollbar-thumb {background: #c3c6c7; border-radius: 3px;}
| |
| 104 | +textarea::-webkit-scrollbar-thumb:active {background:#808080;}
| |
| 105 | +textarea::placeholder {font-family: 'Noto Sans KR', sans-serif; font-weight: 300;color: #a6a6a6 !important;}
| |
| 106 | +textarea:-ms-input-placeholder {font-family: 'Noto Sans KR', sans-serif; font-weight: 300;color: #a6a6a6 !important;}
| |
| 107 | + | |
| 108 | +.sort_wrap {display:inline-block;}
| |
| 109 | +.sort_wrap button:nth-child(1) img {margin-left: 3px;}
| |
| 110 | +.sort_wrap button:nth-child(2) img {margin-left: -5px;}
| |
| 111 | +.sort_wrap button img {margin-bottom: 5px;}
| |
| 112 | +.sortBtn {background-image: url(/publish/images/sortUp.png);border: none;background-color: transparent;background-repeat: no-repeat;background-position: center center;height: 14px;cursor: pointer; margin: -3px 0 0 0;}
| |
| 113 | +.sortBtnDesc {background-image: url(/publish/images/sortDown.png);border: none;background-color: transparent;background-repeat: no-repeat;background-position: center center;height: 14px;cursor: pointer;margin: -2px 0 0 0;}
| |
| 114 | +.sortBtnAsc {background-image: url(/publish/images/sortUp.png);border: none;background-color: transparent;background-repeat: no-repeat;background-position: center center;height: 14px;cursor: pointer;}
| |
| 115 | + | |
| 116 | +.numOfCase {position: absolute;right: 0;top: 57px;}
| |
| 117 | +.numOfCase p {display: inline-block;font-size: 13px;}
| |
| 118 | +.numOfCase p:first-child span {color: #e40000;font-weight: 500;}
| |
| 119 | +.numOfCase p:last-child span {color: var(--primary-color);font-weight: 500;}
| |
| 120 | + | |
| 121 | +/* table */ | |
| 122 | + | |
| 123 | +.tType1 {width: 100%;text-align: left;table-layout: fixed;}
| |
| 124 | +.tType1 tbody tr {border-bottom: 1px solid #e5e5e5;}
| |
| 125 | +.tType1 tbody tr:first-child{border-top: 2px solid #000;}
| |
| 126 | +.tType1 tbody tr th {min-width: 75px; height: 55px; vertical-align: middle;font-size: 17px; text-align: left;}
| |
| 127 | +.tType1 tbody tr th .essential {display:inline-block;margin:4px 2px 0 0;vertical-align:top;color:#e40000;}
| |
| 128 | +.tType1 tbody tr th.vTop {vertical-align: top; padding-top: 20px; line-height: 1.2;}
| |
| 129 | +.tType1 tbody tr td {vertical-align: middle;font-weight: 300;line-height: 1.3; padding: 10px 0;}
| |
| 130 | +.tType1 tbody tr td p {line-height: 1.4;}
| |
| 131 | +.tType1 tbody tr td.send_cf {font-size: 18px;}
| |
| 132 | +.tType1 tbody tr td.putText {padding: 10px 0;}
| |
| 133 | +.tType1 tbody tr td.putText>div {display: flex; width: 100%;}
| |
| 134 | +.tType1 tbody tr td.putText>p:last-child {color: #555; font-size: 14px; padding-top: 10px;}
| |
| 135 | +.tType1 tbody tr td.putText .put_left {float: left;width: calc(100% - 26%); min-width: 420px; padding: 0 10px; border:1px solid #f2f2f2;box-sizing: border-box; border-radius: 5px; background-color: #f2f2f2; position: relative; /*max-height: 300px;*/}
| |
| 136 | +.tType1 tbody tr td.putText .put_left .text_length {position: relative;min-height: 28px;margin:0 0 15px;border-radius: 0 0 5px 5px;}
| |
| 137 | +.tType1 tbody tr td.putText .put_left .text_length>div:first-child {font-size: 15px; padding-left: 10px;}
| |
| 138 | +.tType1 tbody tr td.putText .put_left .text_length>div:last-child {position: absolute;bottom: 0;right: 10px;}
| |
| 139 | +.tType1 tbody tr td.putText .put_left .text_length p {display: inline-block;padding-right: 10px;}
| |
| 140 | +.tType1 tbody tr td.putText .put_right { width: 26%; max-width: 200px; position: relative;}
| |
| 141 | +.tType1 tbody tr td.putText .put_right>button {width: calc(100% - 10px); margin-left: 10px;margin-bottom: 5px;}
| |
| 142 | +.tType1 tbody tr td.putText .put_right .btn_popup_wrap button:not(.btn_close) {width: calc(100% - 10px); margin-left: 10px;margin-bottom: 5px;}
| |
| 143 | +.tType1 tbody tr td.putText button .qmMark {background-image: url(/publish/images/content/qmIcon_s.png); width: 19px; height: 19px; margin-left: 5px; margin-top: -2px;}
| |
| 144 | +.tType1 tbody tr td.putText .put_right .send_btnWrap {position: absolute;bottom: 0;right:0;width: calc(100% - 10px);}
| |
| 145 | +.tType1 tbody tr td.putText .put_right .send_btnWrap button {width: 48.5%;}
| |
| 146 | +.tType1 tbody tr td.putText textarea {height: 160px; border: none;margin: 0;padding:0 15px;border-radius: 5px 5px 0 0;outline: 0;background-color: transparent; font-size: 15px;}
| |
| 147 | +.tType1 tbody tr td.putText .put_left.short textarea {height: 190px;margin:10px 0;padding:0 5px;}
| |
| 148 | +.tType1 tbody tr td.putText .put_left.short textarea::placeholder {color: #b5b5b5;}
| |
| 149 | +.tType1 tbody tr td.putText .put_left.short.on {border: 1px solid var(--primary-color);border-radius: 5px;background-color: #eef2f9 !important;}
| |
| 150 | +.tType1 tbody tr td.putText .put_left.long textarea {height: 380px;}
| |
| 151 | +.tType1 tbody tr td.putText .put_left.long.on {border: 1px solid #12bec9;border-radius: 5px;background-color: #eef5f9 !important;}
| |
| 152 | +.tType1 tbody tr td.putText .put_left.photo.on {border: 1px solid #e26ba9;border-radius: 5px;background-color: #f8f1f5 !important;}
| |
| 153 | +.tType1 tbody tr.msg_title {display:none;}
| |
| 154 | +.tType1 tbody tr.msg_title.active {display:table-row;}
| |
| 155 | +.tType1 tbody tr.msg_title td .title_wrap .textbox {display:none;margin:10px 0 0;}
| |
| 156 | +.tType1 tbody tr.msg_title td .title_wrap .textbox.active {display:block;}
| |
| 157 | + | |
| 158 | +.tType1_title {font-size: 20px; font-weight: 600; position: relative; height: 40px;}
| |
| 159 | +.tType1_title button {position: absolute;top: 22%; right: 0; transform: translateY(-50%); background-color: var(--primary-color); height: 40px; padding: 0 15px; color: #fff;}
| |
| 160 | +.tType1_title>span {font-size: 16px; font-weight: 300; color: #666;}
| |
| 161 | +.tType1 tbody tr td.send_list {position: relative;display: flex; justify-content: space-between;}
| |
| 162 | +.tType1 tbody tr td.send_list .list_left, .tType1 tbody tr td.send_list .list_right {width: calc(100%/2 - 25px);min-width: 290px;}
| |
| 163 | +.tType1 tbody tr td.send_list .list_left {left: 0;position: relative;}
| |
| 164 | +.tType1 tbody tr td.send_list .list_left .add_num {height: 90px;}
| |
| 165 | +.tType1 tbody tr td.send_list .list_left .add_num input[type="text"] {width: calc(100% - 97px);min-width: 200px;}
| |
| 166 | +.tType1 tbody tr td.send_list .list_left .add_num input[type="text"]::placeholder {color: #a6a6a6; font-weight: 300;}
| |
| 167 | +.tType1 tbody tr td.send_list .list_left .add_num>span {color: #e40000;font-size: 13px;font-weight: 400;line-height: 39px;}
| |
| 168 | +.tType1 tbody tr td .text_req {display: inline-block; color: #999; font-size: 17px; font-weight: 300; vertical-align: middle;}
| |
| 169 | + | |
| 170 | + | |
| 171 | +.tType1 tbody tr td.send_list .list_right {right: 0;}
| |
| 172 | +.tType1 tbody tr td.send_list .list_right .list_btnWrap {display: flex;flex-flow: wrap;justify-content: space-between;}
| |
| 173 | +.tType1 tbody tr td.send_list .list_right .list_btnWrap button {height: 37px;width: calc(100%/3 - 3px);margin-bottom: 5px;}
| |
| 174 | + | |
| 175 | +.tType1 tbody tr td.send_list .add_btn {position: absolute; right: 0; top: 0;}
| |
| 176 | +.tType1 tbody tr td.send_list .add_btn button {min-width: 95px; height: 32px; font-size: 14px;}
| |
| 177 | +.tType1 tbody tr td.send_list .add_remove {text-align: center;margin: 40px 4px 0 4px;align-self: center;}
| |
| 178 | +.tType1 tbody tr td.send_list .add_remove button {display: block;max-width: 44px;padding: 4px 6px; border: 1px solid #b1b1b1;border-radius: 5px; margin: 0 auto;margin-bottom: 5px;font-size: 12px;}
| |
| 179 | +.tType1 tbody tr td.send_list .add_remove button:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);}
| |
| 180 | +.tType1 tbody tr td.send_list .add_remove button.add i {background-image:url(/publish/images/content/add_btn.png);width: 11px;height: 10px;display: block;margin: 0 auto;}
| |
| 181 | +.tType1 tbody tr td.send_list .add_remove button.remove i {background-image:url(/publish/images/content/remove_btn.png);width: 11px;height: 10px;display: block;margin: 0 auto;}
| |
| 182 | + | |
| 183 | +.tType1 tbody tr th.billingAmount {position: relative;line-height: 1;vertical-align: middle;}
| |
| 184 | +.tType1 tbody tr th.billingAmount>div {background-color: #f2f2f2;border-radius: 5px;padding: 23px 30px;margin: 20px 0; position: relative;}
| |
| 185 | +.tType1 tbody tr th.billingAmount>div .final_pay {position: relative; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center;}
| |
| 186 | +.tType1 tbody tr th.billingAmount>div p:first-child {font-size: 20px;font-weight: 500;}
| |
| 187 | +.tType1 tbody tr th.billingAmount>div p:last-child {font-size: 20px;}
| |
| 188 | +.tType1 tbody tr th.billingAmount>div p span#totalPriceTxt {font-size: 24px;color: #e40000;font-weight: 500;}
| |
| 189 | +.tType1 tbody tr th.billingAmount>div p span:last-child {font-size: 16px;color: #888;font-weight: 300;}
| |
| 190 | +.tType1 tbody tr th.billingAmount .pay_info_list p {float:left;line-height:35px;}
| |
| 191 | +.tType1 tbody tr th.billingAmount .pay_info_list .info {float:left;margin:0 0 0 15px;padding:8px 15px 10px;font-size:16px;font-weight:300;color:#555;background:#e5e5e5;border-radius:5px;box-sizing:border-box;}
| |
| 192 | +.tType1 tbody tr th.billingAmount .pay_info_list .info strong {font-size:18px;font-weight:700;color:var(--primary-color);}
| |
| 193 | +.tType1 tbody tr th.billingAmount .pay_info_list .info span {margin:0 8px 0 7px;}
| |
| 194 | +.tType1 tbody tr th.billingAmount button.cal_btn {position: absolute;right: 0; top: 50%;transform: translateY(-50%);background-color: var(--secondary-color);width: 88px;height: 32px;border-radius: 5px;}
| |
| 195 | +.tType1 tbody tr th.billingAmount button.cal_btn:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);}
| |
| 196 | +.tType1 tbody tr th.billingAmount button.cal_btn i {background-image: url(/publish/images/content/calIcon.png);width: 12px;height: 16px;margin: 0 3px 2px 0;}
| |
| 197 | +.tType1 tbody tr th.billingAmount .pay_type {background-color: #fff; border-radius: 5px 5px 0 0; height: 60px; padding: 12px 13px; box-sizing: border-box;}
| |
| 198 | +.tType1 tbody tr th.billingAmount .pay_type button.btn_event_cash{width: 100px;}
| |
| 199 | +.tType1 tbody tr th.billingAmount .pay_type:last-child {margin-top: 10px;}
| |
| 200 | +.tType1 tbody tr th.billingAmount .pay_type>div:first-child {float: left;margin:0 0 0 5px;}
| |
| 201 | +.tType1 tbody tr th.billingAmount .pay_type>div .won {display:inline-block;margin:9px 11px 0 -34px;font-size:16px;vertical-align:top;color:#9a9a9a;}
| |
| 202 | +.tType1 tbody tr th.billingAmount .pay_type>div:last-child {float: right;}
| |
| 203 | +.tType1 tbody tr th.billingAmount .pay_type>div:only-child{float: left;}
| |
| 204 | +.tType1 tbody tr th.billingAmount .pay_type input[type="radio"]+label {font-size: 16px;}
| |
| 205 | +.tType1 tbody tr th.billingAmount .pay_type input[type="radio"]+label span {font-size: 17px; font-weight: 700;}
| |
| 206 | +.tType1 tbody tr th.billingAmount .pay_type input[type="text"] {width: 210px; height: 36px; padding:0 37px 2px 16px; border-radius: 5px;text-align:right;}
| |
| 207 | +.tType1 tbody tr th.billingAmount .pay_type input[type="text"]::placeholder {color: #000; font-size: 16px; text-align: right; font-weight: 500;}
| |
| 208 | +.tType1 tbody tr th.billingAmount .pay_type button {width: 78px; margin-left: 5px;}
| |
| 209 | + | |
| 210 | +.tType1 tbody tr td.check_num>div {display: inline-block;}
| |
| 211 | +.tType1 tbody tr td.check_num>div button {height: 40px; padding: 0 5px;}
| |
| 212 | +.tType1 tbody input[type="text"] {height: 40px; padding: 0 15px; background-color: #f2f2f2;border-radius: 5px;line-height:38px;}
| |
| 213 | +.tType1 tbody input[type="password"] {height: 50px; padding: 0 15px; background-color: #f2f2f2;border-radius: 5px; font-size: 16px;}
| |
| 214 | +.tType1 tbody select.sel_number {width: 340px; height: 40px; padding: 0 20px; background-color: #f2f2f2;border-radius: 5px; border: 0;color: var(--primary-color);font-weight: 400;font-size: 16px;background-image: url(/publish/images/select_search.png); background-repeat: no-repeat; background-position: 94% center;}
| |
| 215 | +.tType1 tbody input[type="text"]::placeholder {color: #a6a6a6;}
| |
| 216 | +.tType1 tbody input:disabled {background-color: #dedede;}
| |
| 217 | + | |
| 218 | + | |
| 219 | +.tType3 {width: 100%; border-radius: 3px; border: 1px solid #ccc; box-sizing: border-box;}
| |
| 220 | +.tType3.payDetail {margin-bottom: 50px;}
| |
| 221 | +.tType3.usageDetail {margin-bottom: 50px;}
| |
| 222 | +.tType3.payDetail {margin: -15px 0 10px 0;}
| |
| 223 | +.payDetail .tType3_hd>div:nth-child(1), .payDetail .tType3_bd>div:nth-child(1) {width: 40px;}
| |
| 224 | +.payDetail .tType3_hd>div:nth-child(2), .payDetail .tType3_bd>div:nth-child(2) {width: 20%;}
| |
| 225 | +.payDetail .tType3_hd>div:nth-child(3), .payDetail .tType3_bd>div:nth-child(3) {width: 17%;}
| |
| 226 | +.payDetail .tType3_hd>div:nth-child(4), .payDetail .tType3_bd>div:nth-child(4) {width: 15%;}
| |
| 227 | +.payDetail .tType3_hd>div:nth-child(5), .payDetail .tType3_bd>div:nth-child(5) {width: 17%;}
| |
| 228 | +.payDetail .tType3_hd>div:nth-child(6), .payDetail .tType3_bd>div:nth-child(6) {width: 15%;}
| |
| 229 | +.payDetail .tType3_hd>div:nth-child(7), .payDetail .tType3_bd>div:nth-child(7) {width: 17%;}
| |
| 230 | + | |
| 231 | +.table_cont {display: none;}
| |
| 232 | +.table_cont.current {display: block;}
| |
| 233 | + | |
| 234 | +.tType3 .tType3_hd { display: flex; height: 36px; line-height: 34px; font-size: 15px; box-sizing: border-box; position: relative; z-index: 0; background-color: #ededed; text-align: center; border-radius: 3px 3px 0 0;}
| |
| 235 | +.tType3 .tType3_hd::after {content: ""; background-color: #e9e9e9; width: 100%; height: 18px; position: absolute; bottom: 0; left: 0;z-index: -1;}
| |
| 236 | +.tType3 .tType3_hd>div {border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; box-sizing: border-box;}
| |
| 237 | +.tType3 .tType3_hd>div:first-child {border-left: 0; }
| |
| 238 | +.tType3 .font_ellipsis {position: relative;}
| |
| 239 | + | |
| 240 | +.tType3 .tType3_bd { display: flex; height: 40px; line-height: 40px; font-size: 15px; box-sizing: border-box; text-align: center; color: #555; font-weight: 300;}
| |
| 241 | +.tType3 .tType3_bd span {font-weight: 400;}
| |
| 242 | +.tType3 .tType3_bd>div {height: 40px; padding: 0 10px; line-height: 40px; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; text-align: center; color: #555; font-weight: 300; box-sizing: border-box;}
| |
| 243 | +.tType3 .tType3_bd>div:first-child {border-left: 0;}
| |
| 244 | +.tType3 .tType3_bd:last-child>div {border-bottom: 0;}
| |
| 245 | +.tType3 .tType3_bd .table_certify {font-weight: 400;}
| |
| 246 | +.tType3 .tType3_bd .input_wrap2 input[type="text"] {text-align: center; background-color: #f2f2f2; width: calc(100% - 20px); height: 32px; border-radius: 5px; color: #555; vertical-align: baseline;}
| |
| 247 | +.tType3 .tType3_bd .input_wrap2 input[type="text"]::placeholder {color: #555;}
| |
| 248 | +.tType3 .tType3_bd .input_wrap2 input[type="text"]:-ms-input-placeholder {color: #555;}
| |
| 249 | +.tType3 .tType3_bd .btnType14 {height: 28px; padding: 0 11.5px; vertical-align: baseline; line-height: 28px;}
| |
| 250 | +.tType3 .tType3_bd input[type="radio"] {margin-top: 0; margin-right: 0; vertical-align: revert;}
| |
| 251 | + | |
| 252 | +.tb_wrap{position:relative;width: 100%; min-height: 430px; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 10px; box-sizing: border-box;border-bottom:0 none;}
| |
| 253 | +.tb_wrap:after {content:'';position:absolute;left:2px;bottom:0;width:calc(100% - 4px);height:1px;background:#ccc;}
| |
| 254 | +.tType4{table-layout: fixed; width: 100%;}
| |
| 255 | +.tType4 thead{background-color: #ededed; position: relative; z-index: 0;}
| |
| 256 | +.tType4 thead tr:only-child th{height: 36px;}
| |
| 257 | +.tType4 thead th{border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 15px; font-weight: 400; position: relative; z-index: 1; line-height: 25px; vertical-align: middle;}
| |
| 258 | +.tType4 thead th::after{position: absolute; content: " "; width: 100%; height: 18px; background-color: #e5e5e5; bottom: 0; left: 0; z-index: -1;}
| |
| 259 | +.tType4 thead th:last-child{border-right: 0;}
| |
| 260 | +.tType4 .sort_wrap{display: inline-block;}
| |
| 261 | +.tType4 tbody td{text-align: center; font-size: 15px; color: #666; font-weight: 400; border-right: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; height: 38px; vertical-align: middle; padding: 0 10px; box-sizing: border-box;}
| |
| 262 | +.tType4 tbody td.tb_tit{text-align: left; position: relative;}
| |
| 263 | +.tType4 tbody td.input_wrap2 input[type="text"] {text-align: center;background-color: #f2f2f2;width: calc(100% - 20px);height: 32px;border-radius: 5px;border: 1px solid #f2f2f2;margin-right: 0;color: #555;}
| |
| 264 | +.tType4 tbody tr:only-child:last-child td{border-bottom: 1px solid #ccc;}
| |
| 265 | +.tType4 tbody td:last-child{border-right: 0;}
| |
| 266 | +.tType4 tbody td>p{width: 100%; line-height: 38px; white-space: nowrap; text-overflow: ellipsis; letter-spacing: -0.5px; overflow: hidden;margin: 0 auto;}
| |
| 267 | +.tType4 tbody td span {font-weight: 400;}
| |
| 268 | +.tType4 td input[type="text"]{height: 28px; display: inline-block; border: 1px solid #e5e5e5; margin-right: 5px;}
| |
| 269 | +.tType4 tbody .btnType14 {height: 28px;}
| |
| 270 | +.tType4 .memo_text {width: calc(100% - 35px); margin-right: 5px; display: inline-block; text-align: left; vertical-align: inherit;}
| |
| 271 | +.tType4 tbody td span.textReject {line-height:28px;}
| |
| 272 | +.tType4 tbody td .btnTypeReject {margin:0 0 0 3px;line-height:26px;letter-spacing:0;text-align:center;vertical-align:top;}
| |
| 273 | +.tType4 tbody td.result_cont a {text-align: left!important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
| |
| 274 | +.tType4 tbody td.result_cont .result_tit { }
| |
| 275 | +.tType4 tbody td .cancel_date {font-size:14px; color:#666; display: block;}
| |
| 276 | +/* // table */ | |
| 277 | + | |
| 278 | +/* tab */ | |
| 279 | +.top_content {display: none;}
| |
| 280 | +.top_content.current {display: block;}
| |
| 281 | +.custom_content {display: none;}
| |
| 282 | +.custom_content.current {display: block;}
| |
| 283 | +.bottom_content {display: none;}
| |
| 284 | +.bottom_content.current {display: block;}
| |
| 285 | +.popup_cont {display: none;}
| |
| 286 | +.popup_cont.current {display: block;}
| |
| 287 | +.history_cont {display: none;}
| |
| 288 | +.history_cont.current {display: block;}
| |
| 289 | + | |
| 290 | + | |
| 291 | +.tabType1 {background-color: #fff;width: 100%;border-radius: 10px; display: flex;text-align: center;margin-bottom: 20px;border:2px solid #46484a;}
| |
| 292 | +.tabType1 li {flex-basis: calc(100%/2); position: relative;}
| |
| 293 | +.tabType1 li button {width: 100%;padding: 13px 0;font-size: 16px;position:relative;z-index:1;}
| |
| 294 | +.tabType1 li.active {background-color: #46484a;}
| |
| 295 | +.tabType1 li.active:after {content:'';position:absolute;left:-1px;top:-1px;width:100%;height:100%;border:1px solid #46484a;}
| |
| 296 | +.tabType1 li.active button {color: #fff;border:1px solid #46484a;background-color: #46484a;}
| |
| 297 | +.tabType1 li.active button:before {content:'';position:absolute;left:-1px;top:-1px;width:100%;height:100%;border:2px solid #46484a;box-sizing:border-box;}
| |
| 298 | +.tabType1 li.active button:after {content:'';position:absolute;left:-5px;top:-5px;width:100%;height:100%;border:5px solid #46484a;border-radius:10px;}
| |
| 299 | + | |
| 300 | +.tabType2 {width: calc(100% - 600px); border-radius:10px 10px 0 0; display: flex;text-align: center;margin-bottom: 20px;position: relative;background-color: #fff;}
| |
| 301 | +.tabType2::after {position: absolute;height: 2px;background-color: #000;width: calc(100% + 600px);content: "";bottom: 0;left: 0;}
| |
| 302 | +.tabType2 li {flex-basis: calc(100% /4);min-width: 200px;}
| |
| 303 | +.tabType2 li button {width: 100%;padding: 13px 0;font-size: 20px;border-left: 1px solid #e5e5e5;background-color: #fff;}
| |
| 304 | +.tabType2 li:nth-child(3) button {border-left: 0;}
| |
| 305 | +.tabType2 li:first-child button {border-left: 0;border-radius: 10px 0 0 0;}
| |
| 306 | +.tabType2 li:last-child button {border-radius: 0 10px 0 0;}
| |
| 307 | +.tabType2 li.active button {background-color: #46484a;border-radius:10px 10px 0 0;color: #fff;border-left: 1px solid transparent;}
| |
| 308 | + | |
| 309 | +.tabType4 {background-color: #fff;width: 100%;border-radius: 10px; display: flex;text-align: center;margin-bottom: 20px;border:2px solid #46484a;}
| |
| 310 | +.tabType4 li {flex-basis: calc(100%/3); position: relative;}
| |
| 311 | +.tabType4 li::after {content: ""; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); width: 1px; height: 34px; background-color: #ccc;}
| |
| 312 | +.tabType4 li:last-child::after {content: none;}
| |
| 313 | +.tabType4 li.active::after {content: none;}
| |
| 314 | +.tabType4 li button {position:relative;width: 100%; height: 50px; padding: 12px 0;font-size: 18px; letter-spacing: -0.5px;}
| |
| 315 | +.tabType4 li.active button {color:#fff;border:1px solid #46484a;background-color:#46484a;}
| |
| 316 | +.tabType4 li.active button:before {content:'';position:absolute;left:-1px;top:-1px;width:100%;height:100%;border:2px solid #46484a;box-sizing:border-box;}
| |
| 317 | +.tabType4 li.active button:after {content:'';position:absolute;left:-5px;top:-5px;width:100%;height:100%;border:5px solid #46484a;border-radius:10px;}
| |
| 318 | +.tabType4.tabTwo li {flex-basis: calc(100%/2);}
| |
| 319 | + | |
| 320 | +.tabType5 {background-color: #fff;width: 100%; border: 1px solid #dfdfdf; border-bottom: 1px solid #46484a; border-radius: 5px 5px 0 0; display: flex;text-align: center;}
| |
| 321 | +.tabType5 li {flex-basis: calc(100%/3); position: relative;}
| |
| 322 | +.tabType5 li::after {content: ""; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); width: 1px; height: 100%; background-color: #c7c8c8;}
| |
| 323 | +.tabType5 li:last-child::after {content: none;}
| |
| 324 | +.tabType5 li.active::after {content: none;}
| |
| 325 | +.tabType5 li button {width: 100%;height: 45px; font-size: 18px;}
| |
| 326 | +.tabType5 li.active button {background-color: #46484a;border-radius: 5px 5px 0 0;color: #fff; font-weight: 300;}
| |
| 327 | + | |
| 328 | +.tabType6 {background-color: #fff;width: 100%;border-bottom: 1px solid #e5e5e5; display: flex;text-align: center;}
| |
| 329 | +.tabType6 li {flex-basis: calc(100%/2);}
| |
| 330 | +.tabType6 li button {width: 100%;height: 35px; font-size: 16px;border: 1px solid #dfdfdf; border-bottom: 1px solid #e5e5e5; border-radius: 5px 5px 0 0;}
| |
| 331 | +.tabType6 li.active button {background-color: #c8c8c8;border-radius: 5px 5px 0 0; border: 1px solid #c8c8c8;}
| |
| 332 | +.pay_refund_cont .pay_tType1 {margin-top:-20px;}
| |
| 333 | +.pay_refund_cont .pay_tType1 tbody tr:first-child {border-top:0 none;}
| |
| 334 | + | |
| 335 | +/* // tab */ | |
| 336 | + | |
| 337 | +/* calendar */ | |
| 338 | +.calendar_wrap {position:relative;display: inline-block;}
| |
| 339 | +.calendar_wrap>span {font-weight: 500;}
| |
| 340 | +.calendar_wrap>input[type="text"] {height: 36px;line-height: 36px;width: 140px;border: 1px solid #d5d5d5;font-size: 16px;font-weight: 300;padding: 0 5px;color: #777;background: url(/publish/images/calendar/calendarIcon2.png) #fff no-repeat right 7px center;}
| |
| 341 | +.calendar_in {position: relative;display: inline;}
| |
| 342 | +.calendar_in>button { border: 1px solid transparent !important; height: 26px; margin: 1px 0 0 0; padding: 0; text-indent: -9999em; width: 26px; vertical-align: middle; position: absolute; right: 8px;top: 57%; transform: translateY(-50%);}
| |
| 343 | +.calendar_in .calendar-frame {border: 0;height: 290px;width: 320px;}
| |
| 344 | +.calendar_in .calendarPop {display: none;position: absolute;z-index: 10;top: 32px;left: -204px; border-radius: 10px 10px 0 0;box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12); background-color: #fff;}(No newline at end of file) |
+++ src/main/webapp/publish/images/kakao_intro_cont/text_brandmsg.png
| Binary file is not shown |
--- src/main/webapp/publish/info_popup.html
+++ src/main/webapp/publish/info_popup.html
... | ... | @@ -447,6 +447,20 @@ |
| 447 | 447 |
</div> |
| 448 | 448 |
</div> |
| 449 | 449 |
<!-- // 카톡발송 > 친구톡 --> |
| 450 |
+ <!-- 카카오톡 설정 > 브랜드메시지 템플릿 관리--> |
|
| 451 |
+ <div class="info_popup" id="brandMsgSet"> |
|
| 452 |
+ <div class="popup_heading"> |
|
| 453 |
+ <p>사용안내</p> |
|
| 454 |
+ </div> |
|
| 455 |
+ <div class="layer_in layer_info_wrap"> |
|
| 456 |
+ <ul class="info_list"> |
|
| 457 |
+ <li>브랜드메시지는 알림톡과 달리 별도의 템플릿 심사가 필요하지 않습니다.</li> |
|
| 458 |
+ <li>등록된 템플릿은 자유롭게 삭제가 가능합니다.</li> |
|
| 459 |
+ <li>문자온이 제공하지 않는 이모티콘, 이모지를 포함하여 템플릿을 등록할 경우, 브랜드메시지 발송이 불가합니다.</li> |
|
| 460 |
+ </ul> |
|
| 461 |
+ </div> |
|
| 462 |
+ </div> |
|
| 463 |
+ <!-- // 카톡발송 > 친구톡 --> |
|
| 450 | 464 |
|
| 451 | 465 |
</body> |
| 452 | 466 |
|
--- src/main/webapp/publish/js/content.js
+++ src/main/webapp/publish/js/content.js
... | ... | @@ -436,7 +436,7 @@ |
| 436 | 436 |
}); |
| 437 | 437 |
|
| 438 | 438 |
// 알림톡 템플릿 등록/관리 버튼 클릭 시 콘텐츠 바뀜 |
| 439 |
- $(".btn_list").click(function () {
|
|
| 439 |
+ $(".template_content_wrap:not(.friend_template_content) .btn_list").click(function () {
|
|
| 440 | 440 |
$(this).closest(".tab_content").find(".thumbnail_content").fadeOut(0);
|
| 441 | 441 |
$(this).closest(".tab_content").find(".list_content,.btn_thumbnail").show();
|
| 442 | 442 |
$(this).hide(); |
--- src/main/webapp/publish/kakao_allimtalk_intro.html
+++ src/main/webapp/publish/kakao_allimtalk_intro.html
... | ... | @@ -46,7 +46,7 @@ |
| 46 | 46 |
|
| 47 | 47 |
<ul class="tabType1"> |
| 48 | 48 |
<li class="tab active"><button type="button" onclick="contentTab(this,'1');">알림톡</button></li> |
| 49 |
- <li class="tab"><button type="button" onclick="contentTab(this,'2');">친구톡</button></li> |
|
| 49 |
+ <li class="tab"><button type="button" onclick="contentTab(this,'2');">브랜드메시지</button></li> |
|
| 50 | 50 |
</ul> |
| 51 | 51 |
|
| 52 | 52 |
<!-- 알림톡 소개 --> |
... | ... | @@ -325,7 +325,7 @@ |
| 325 | 325 |
<div class="tab_content friendtalk" id="tab_content_2"> |
| 326 | 326 |
<div class="kakao_intro"> |
| 327 | 327 |
<div class="title"> |
| 328 |
- <h3>친구톡이란?</h3> |
|
| 328 |
+ <h3>브랜드메시지란?</h3> |
|
| 329 | 329 |
</div> |
| 330 | 330 |
|
| 331 | 331 |
|
... | ... | @@ -339,9 +339,9 @@ |
| 339 | 339 |
<div class="intro"> |
| 340 | 340 |
<img class="phone" src="/publish/images/kakao_intro_cont/phone_friendtalk.png" alt="핸드폰"> |
| 341 | 341 |
|
| 342 |
- <ul class="list"> |
|
| 342 |
+ <ul class="list" style="width:57%;"> |
|
| 343 | 343 |
<li> |
| 344 |
- <img src="/publish/images/kakao_intro_cont/text_friendtalk.png" alt="카카오톡 전용 기업 메시지 서비스 “알림톡”"> |
|
| 344 |
+ <img src="/publish/images/kakao_intro_cont/text_brandmsg.png" alt="카카오톡 전용 기업 메시지 서비스 “알림톡”"> |
|
| 345 | 345 |
</li> |
| 346 | 346 |
<li> |
| 347 | 347 |
<p>1</p> |
... | ... | @@ -349,7 +349,7 @@ |
| 349 | 349 |
</li> |
| 350 | 350 |
<li> |
| 351 | 351 |
<p>2</p> |
| 352 |
- <p>채널 친구 추가된 사용자라면 <span>누구에게나</span> 발송 가능</p> |
|
| 352 |
+ <p>채널 친구 추가된 사용자라면 <span>누구에게나</span> 발송 가능<strong>(타깃 설정 미지원)</strong></p> |
|
| 353 | 353 |
</li> |
| 354 | 354 |
<li> |
| 355 | 355 |
<p>3</p> |
... | ... | @@ -363,7 +363,7 @@ |
| 363 | 363 |
</li> |
| 364 | 364 |
<li> |
| 365 | 365 |
<p>5</p> |
| 366 |
- <p>문자 메시지 대비 <span>O % 이상</span> 저렴</p> |
|
| 366 |
+ <p>문자 메시지 대비 <span>저렴한</span> 단가</p> |
|
| 367 | 367 |
</li> |
| 368 | 368 |
<li> |
| 369 | 369 |
<p>6</p> |
... | ... | @@ -384,7 +384,7 @@ |
| 384 | 384 |
<div class="fight"> |
| 385 | 385 |
<div class="line"></div> |
| 386 | 386 |
<div class="fight-title"> |
| 387 |
- <h4>알림톡 <span>VS</span> 친구톡</h4> |
|
| 387 |
+ <h4>알림톡 <span>VS</span> 브랜드메시지</h4> |
|
| 388 | 388 |
<div class="circle"></div> |
| 389 | 389 |
</div> |
| 390 | 390 |
|
... | ... | @@ -420,15 +420,15 @@ |
| 420 | 420 |
</div> |
| 421 | 421 |
|
| 422 | 422 |
<div class="vs friendtalk_vs"> |
| 423 |
- <div class="title">친구톡</div> |
|
| 423 |
+ <div class="title">브랜드메시지</div> |
|
| 424 | 424 |
<div class="box"> |
| 425 | 425 |
<ul> |
| 426 |
- <li>채널 친구</li> |
|
| 426 |
+ <li>채널 친구<span>(타깃 설정 미지원)</span></li> |
|
| 427 | 427 |
<li>광고 및 마케팅성<span>(예 : 이벤트, 쿠폰 등)</span></li> |
| 428 | 428 |
<li>텍스트, 기본이미지, 와이드 이미지형 등</li> |
| 429 | 429 |
<li>최대 5개</li> |
| 430 | 430 |
<li>별도 승인 없음 <span>야간 발송 제한(20:50 ~ 익일 08:00)</span></li> |
| 431 |
- <li>0.0원 ~ 0.0원</li> |
|
| 431 |
+ <li>20원</li> |
|
| 432 | 432 |
<li>1,000자</li> |
| 433 | 433 |
<li>가능</li> |
| 434 | 434 |
</ul> |
... | ... | @@ -442,7 +442,7 @@ |
| 442 | 442 |
<!-- 친구톡 유형 --> |
| 443 | 443 |
<div class="use"> |
| 444 | 444 |
<div class="title"> |
| 445 |
- <h3>친구톡 유형</h3> |
|
| 445 |
+ <h3>브랜드메시지 유형</h3> |
|
| 446 | 446 |
</div> |
| 447 | 447 |
|
| 448 | 448 |
<div class="title-line"> |
... | ... | @@ -498,14 +498,14 @@ |
| 498 | 498 |
<li class="guide_03"> |
| 499 | 499 |
<div class="title">STEP <span>03</span></div> |
| 500 | 500 |
<i></i> |
| 501 |
- <p class="guide_title">친구톡 전송</p> |
|
| 502 |
- <span class="guide_info">친구톡은 별도의 템플릿 심사 절차 없이, 즉시 발송 가능합니다.</span> |
|
| 501 |
+ <p class="guide_title">브랜드메시지 전송</p> |
|
| 502 |
+ <span class="guide_info">브랜드메시지는 별도의 템플릿 심사 절차 없이, 즉시 발송 가능합니다.</span> |
|
| 503 | 503 |
</li> |
| 504 | 504 |
</ul> |
| 505 | 505 |
|
| 506 | 506 |
<!--이용가이드 버튼--> |
| 507 | 507 |
<div class="guide"> |
| 508 |
- <a href="https://kakaobusiness.gitbook.io/main/ad/brandmessage" target="_blank">친구톡 이용가이드 보기 <img src="/publish/images/kakao_intro_cont/guide_arrow.png" alt="알림톡 이용가이드 화살표"></a> |
|
| 508 |
+ <a href="https://kakaobusiness.gitbook.io/main/ad/brandmessage" target="_blank">브랜드메시지 이용가이드 보기 <img src="/publish/images/kakao_intro_cont/guide_arrow.png" alt="알림톡 이용가이드 화살표"></a> |
|
| 509 | 509 |
</div> |
| 510 | 510 |
</div> |
| 511 | 511 |
|
... | ... | @@ -515,10 +515,9 @@ |
| 515 | 515 |
<p><span><img src="/publish/images/kakao_intro_cont/note_icon.png" alt="유의사항 아이콘"></span>유의사항</p> |
| 516 | 516 |
</div> |
| 517 | 517 |
<ul> |
| 518 |
- <li>- (광고) 표기 여부는 선택 가능하나 , (광고)표기 해제에 따른 법령상 의무사항을 미 준수시에는 메시지 발송이 중단될 수 있습니다.</li> |
|
| 519 |
- <li>- 광고성 친구톡 메시지에는 “(광고) 표시 및 수신거부 방식”이 표시되며, 대체 문자의 경우에는 “(광고) 문구 및 080 무료수신거부 번호”가 자동으로 포함됩니다.</li> |
|
| 518 |
+ <li>- 브랜드메시지에는 "(광고) 문구 및 수신거부 방식"이 자동으로 표시되며, 대체 문자 발송 시에는 “(광고) 문구 및 080 무료수신거부 번호”가 자동으로 적용됩니다.</li> |
|
| 520 | 519 |
<li><b>- 광고성 메시지의 발송 가능 시간은 08:00 ~ 20:50(한국시간) 입니다.</b></li> |
| 521 |
- <li>- 친구톡 발송 실패에 따른 대체문자 발송 시 문자요금(단문, 장문, 그림)이 보유 캐시에서 차감됩니다.</li> |
|
| 520 |
+ <li>- 브랜드메시지 발송 실패에 따른 대체문자 발송 시 문자요금(단문, 장문, 그림)이 보유 캐시에서 차감됩니다.</li> |
|
| 522 | 521 |
<li>- 카카오정책 및 심의기준을 반드시 준수하여야 합니다.</li> |
| 523 | 522 |
</ul> |
| 524 | 523 |
</div> |
--- src/main/webapp/publish/kakao_friendtalk_send.html
+++ src/main/webapp/publish/kakao_friendtalk_send.html
... | ... | @@ -38,6 +38,25 @@ |
| 38 | 38 |
</head> |
| 39 | 39 |
|
| 40 | 40 |
<body> |
| 41 |
+ <div class="mask on"></div> |
|
| 42 |
+ <!-- 친구톡 서비스 중단 --> |
|
| 43 |
+ <div class="tooltip-wrap "> |
|
| 44 |
+ <div class="popup-com service_stop_popup alert_layer_popup" tabindex="0" data-tooltip-con="alert_layer_popup" data-focus="alert_layer_popup" data-focus-prev="alert_layer_popup-close" style="display:block;width:490px;opacity:1;"> |
|
| 45 |
+ <div class="popup_heading"> |
|
| 46 |
+ <p>알림</p> |
|
| 47 |
+ <button type="button" class="tooltip-close" data-focus="alert_layer_popup-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> |
|
| 48 |
+ </div> |
|
| 49 |
+ <div class="layer_in"> |
|
| 50 |
+ <p>친구톡 서비스는 종료되었으며,<br />2026년 1월부터 <b>'브랜드메시지'</b>로 전환될 예정입니다.</p> |
|
| 51 |
+ <div class="popup_btn"> |
|
| 52 |
+ <button type="button" class="btn fill blue" onclick="location.href='/web/main/mainPage.do'">메인화면 바로가기</button> |
|
| 53 |
+ </div> |
|
| 54 |
+ </div> |
|
| 55 |
+ </div> |
|
| 56 |
+ </div> |
|
| 57 |
+ <!-- //친구톡 서비스 중단 --> |
|
| 58 |
+ |
|
| 59 |
+ |
|
| 41 | 60 |
<div class="skip_menu"> |
| 42 | 61 |
<a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a> |
| 43 | 62 |
</div> |
... | ... | @@ -96,11 +115,11 @@ |
| 96 | 115 |
<th>이미지 첨부</th> |
| 97 | 116 |
<td> |
| 98 | 117 |
<input type="radio" name="img_file_add" id="img_file_0" checked> |
| 99 |
- <label for="img_file_0">첨부 안함</label> |
|
| 118 |
+ <label for="img_file_0">텍스트</label> |
|
| 100 | 119 |
<input type="radio" name="img_file_add" id="img_file_1"> |
| 101 |
- <label for="img_file_1">이미지 첨부</label> |
|
| 120 |
+ <label for="img_file_1">이미지</label> |
|
| 102 | 121 |
<input type="radio" name="img_file_add" id="img_file_2"> |
| 103 |
- <label for="img_file_2">와이드 이미지 첨부</label> |
|
| 122 |
+ <label for="img_file_2">와이드</label> |
|
| 104 | 123 |
|
| 105 | 124 |
<div class="img_file_add_wrap basic_img_add_wrap"> |
| 106 | 125 |
<p class="info_title_text"><span class="c_e40000">*</span> 이미지 첨부 안내</p> |
--- src/main/webapp/publish/kakao_profile_add.html
+++ src/main/webapp/publish/kakao_profile_add.html
... | ... | @@ -238,7 +238,7 @@ |
| 238 | 238 |
<div class="titBox"> |
| 239 | 239 |
<p>- 카카오톡 채널(https://center-pf.kakao.com)에서 가입 후, 카카오톡 채널(발신프로필) 등록바랍니다.</p> |
| 240 | 240 |
<p>- 카카오톡 채널 관리자센터- [서비스관리] – 프로필명 클릭 – [관리]메뉴-카카오톡 채널 홈에서 홈 공개 및 검색허용을 하셔야 등록가능합니다.</p> |
| 241 |
- <p>- 카카오 알림톡/친구톡은 기업고객 전용 서비스입니다.</p> |
|
| 241 |
+ <p>- 카카오 알림톡/브랜드메시지는 기업고객 전용 서비스입니다.</p> |
|
| 242 | 242 |
</div> |
| 243 | 243 |
<div class="list_info"> |
| 244 | 244 |
<div class="btn_wrap"> |
--- src/main/webapp/publish/payment1.html
+++ src/main/webapp/publish/payment1.html
... | ... | @@ -470,7 +470,30 @@ |
| 470 | 470 |
</table> |
| 471 | 471 |
<span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 한글2Byte, 영문·숫자 1Byte를 차지.</span> |
| 472 | 472 |
|
| 473 |
- <p class="tType1_title"><img src="/publish/images/content/icon_fee2.png" alt="알림톡 아이콘 이미지"> 친구톡</p> |
|
| 473 |
+ <p class="tType1_title"><img src="/publish/images/content/icon_fee2.png" alt="알림톡 아이콘 이미지"> 브랜드메시지</p> |
|
| 474 |
+ <table class="tType2"> |
|
| 475 |
+ <colgroup> |
|
| 476 |
+ <col style="width: 20%;"> |
|
| 477 |
+ <col style="width: 60%;"> |
|
| 478 |
+ <col style="width: 20%;"> |
|
| 479 |
+ </colgroup> |
|
| 480 |
+ <thead> |
|
| 481 |
+ <tr> |
|
| 482 |
+ <th>구분</th> |
|
| 483 |
+ <th>특징</th> |
|
| 484 |
+ <th>가격</th> |
|
| 485 |
+ </tr> |
|
| 486 |
+ </thead> |
|
| 487 |
+ <tbody> |
|
| 488 |
+ <tr> |
|
| 489 |
+ <th>브랜드메시지</th> |
|
| 490 |
+ <td>카카오톡을 통해 채널 친구 대상으로 발송이 가능한 광고성 메시지<br />(1,000자 이하의 텍스트 및 이미지 발송 가능)</td> |
|
| 491 |
+ <td>20원</td> |
|
| 492 |
+ </tr> |
|
| 493 |
+ </tbody> |
|
| 494 |
+ </table> |
|
| 495 |
+ <span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 한글2Byte, 영문·숫자 1Byte를 차지.</span> |
|
| 496 |
+ <!-- <p class="tType1_title"><img src="/publish/images/content/icon_fee2.png" alt="알림톡 아이콘 이미지"> 친구톡</p> |
|
| 474 | 497 |
<table class="tType2"> |
| 475 | 498 |
<colgroup> |
| 476 | 499 |
<col style="width: 20%;"> |
... | ... | @@ -499,7 +522,7 @@ |
| 499 | 522 |
<td><span>22.9</span>원</td> |
| 500 | 523 |
</tr> |
| 501 | 524 |
</tbody> |
| 502 |
- </table> |
|
| 525 |
+ </table> --> |
|
| 503 | 526 |
<!-- <span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 한글2Byte, 영문·숫자 1Byte를 차지.</span> --> |
| 504 | 527 |
|
| 505 | 528 |
<p class="tType1_title"><img src="/publish/images/content/icon_fee_fax.png" alt="팩스 아이콘 이미지"> 팩스</p> |
--- src/main/webapp/publish/payment4.html
+++ src/main/webapp/publish/payment4.html
... | ... | @@ -54,6 +54,84 @@ |
| 54 | 54 |
|
| 55 | 55 |
<body> |
| 56 | 56 |
|
| 57 |
+ <!-- 브랜드메시지 상세 팝업 --> |
|
| 58 |
+ <div class="tooltip-wrap"> |
|
| 59 |
+ <div class="popup-com adr_layer kakao_rev_popup brandmsg_detail_popup" tabindex="0" data-tooltip-con="brandmsg_detail_popup" data-focus="allimTalk_detail_popup" data-focus-prev="brandmsg_detail_popup-close" style="width:440px;"> |
|
| 60 |
+ <div class="popup_heading"> |
|
| 61 |
+ <p>문자내용</p> |
|
| 62 |
+ <button type="button" class="tooltip-close" data-focus="brandmsg_detail_popup-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> |
|
| 63 |
+ </div> |
|
| 64 |
+ <div class="layer_in"> |
|
| 65 |
+ <div class="list_tab_wrap2 kakao_rev_tab"> |
|
| 66 |
+ <!-- tab button --> |
|
| 67 |
+ <ul class="list_tab"> |
|
| 68 |
+ <li class="tab active"><button type="button" onclick="popupTab(this,'1');">카카오톡</button></li> |
|
| 69 |
+ <!-- <li class="tab"><button type="button" onclick="popupTab(this,'2');">대체문자</button></li> --> |
|
| 70 |
+ </ul> |
|
| 71 |
+ <!--// tab button --> |
|
| 72 |
+ </div> |
|
| 73 |
+ <div class="popCont current kakao_wrap " id="popCont_1"> |
|
| 74 |
+ <div class="phone_kakao friendtalk"> |
|
| 75 |
+ <div class="phoneIn"> |
|
| 76 |
+ <div class="rev_pop_middle clearfix"> |
|
| 77 |
+ |
|
| 78 |
+ <span>발송일시 : 2025-12-09 18:05:05</span> |
|
| 79 |
+ <span class="msg_com msg_allimtalk"> |
|
| 80 |
+ 브랜드(텍스트) |
|
| 81 |
+ </span> |
|
| 82 |
+ </div> |
|
| 83 |
+ <!-- 텍스트 미리보기 --> |
|
| 84 |
+ <div class="rev_pop_txt"> |
|
| 85 |
+ <div class="text_preview"> |
|
| 86 |
+ <p class="friend_talk_title"><span>(광고)</span></p> |
|
| 87 |
+ <div class="allimtalk_content"> |
|
| 88 |
+ <div class="kakao_image"> |
|
| 89 |
+ <img src="https://mud-kage.kakao.com/dn/Sseex/btsQMCVwCSJ/s0jeqzYQUjW1jX1Msszdk1/img_l.jpg" alt=""> |
|
| 90 |
+ </div> |
|
| 91 |
+ <p class="emphasis_side_text">강조표기 보조문구 미리보기</p> |
|
| 92 |
+ <p class="emphasis_title_text">타이틀 미리보기</p> |
|
| 93 |
+ <p class="template_text">내용미리보기</p> |
|
| 94 |
+ <p class="side_info_text">부가정보내용</p> |
|
| 95 |
+ <p class="channel_info_text">채널 추가 안내 메시지 미리보기</p> |
|
| 96 |
+ <button type="button" class="btn_kakao_type">버튼명</button> |
|
| 97 |
+ <button type="button" class="btn_kakao_type">버튼명</button> |
|
| 98 |
+ </div> |
|
| 99 |
+ <p class="kakao_block_text">수신거부 : 홈 > 채널차단</p> |
|
| 100 |
+ </div> |
|
| 101 |
+ </div> |
|
| 102 |
+ </div> |
|
| 103 |
+ </div> |
|
| 104 |
+ </div> |
|
| 105 |
+ <!-- <div class="popCont replace_send_popup" id="popCont_2"> |
|
| 106 |
+ <div class="rev_pop_in"> |
|
| 107 |
+ <div class="rev_pop_middle clearfix"> |
|
| 108 |
+ <span>발송일시 : 2021-05-28 16:52:30</span> |
|
| 109 |
+ <span class="msg_com msg_allimtalk">알림톡</span> |
|
| 110 |
+ </div> |
|
| 111 |
+ <div class="rev_pop_txt"> |
|
| 112 |
+ <ul> |
|
| 113 |
+ <li><img src="/publish/images/content/thumb1.jpg" alt="발송된 그림문자 미리보기"></li> |
|
| 114 |
+ <li><img src="/publish/images/content/thumb2.jpg" alt="발송된 그림문자 미리보기"></li> |
|
| 115 |
+ <li><img src="/publish/images/content/thumb3.jpg" alt="발송된 그림문자 미리보기"></li> |
|
| 116 |
+ </ul> |
|
| 117 |
+ <div> |
|
| 118 |
+ <p class="deny_receipt">(광고) 무료거부 080-888-8282</p> |
|
| 119 |
+ <p class="rev_cont">안녕하세요. 문자온미용실 입니다.<br> |
|
| 120 |
+ 여름 맞이 이벤트 입니다.<br> |
|
| 121 |
+ 7월부터 8월까지 모든 염색 10만원(시세이도 및 탈색은 별도) |
|
| 122 |
+ </p> |
|
| 123 |
+ </div> |
|
| 124 |
+ </div> |
|
| 125 |
+ </div> |
|
| 126 |
+ </div> --> |
|
| 127 |
+ <div class="popup_btn_wrap2" style="justify-content: center;"> |
|
| 128 |
+ <button type="button" class="tooltip-close" data-focus="brandmsg_detail_popup-close" data-focus-next="brandmsg_detail_popup">닫기</button> |
|
| 129 |
+ </div> |
|
| 130 |
+ </div> |
|
| 131 |
+ </div> |
|
| 132 |
+ </div> |
|
| 133 |
+ <!--// 브랜드메시지 상세 팝업 --> |
|
| 134 |
+ |
|
| 57 | 135 |
|
| 58 | 136 |
<!-- 알림톡 상세 팝업 --> |
| 59 | 137 |
<div class="tooltip-wrap"> |
... | ... | @@ -298,8 +376,8 @@ |
| 298 | 376 |
<li class="tab"><button type="button" onclick="listTab2(this,'4');">그림</button></li> |
| 299 | 377 |
<li class="tab"><button type="button" onclick="listTab2(this,'5');">선거</button></li> |
| 300 | 378 |
<li class="tab"><button type="button" onclick="listTab2(this,'5');">알림톡</button></li> |
| 301 |
- <!-- <li class="tab"><button type="button" onclick="listTab2(this,'5');">친구톡</button></li> --> |
|
| 302 |
- <li class="tab"><button type="button" onclick="listTab2(this,'5');">팩스</button></li> |
|
| 379 |
+ <li class="tab"><button type="button" onclick="listTab2(this,'5');">브랜드메시지</button></li> |
|
| 380 |
+ <li class="tab"><button type="button" onclick="listTab2(this,'6');">팩스</button></li> |
|
| 303 | 381 |
</ul> |
| 304 | 382 |
<!--// tab button --> |
| 305 | 383 |
</div> |
... | ... | @@ -322,7 +400,7 @@ |
| 322 | 400 |
<table class="tType4"> |
| 323 | 401 |
<colgroup> |
| 324 | 402 |
<col style="width: auto;"> |
| 325 |
- <col style="width: 9%;"> |
|
| 403 |
+ <col style="width: 15%;"> |
|
| 326 | 404 |
<col style="width: 10%;"> |
| 327 | 405 |
<col style="width: 12%;"> |
| 328 | 406 |
<col style="width: 12%;"> |
... | ... | @@ -359,6 +437,20 @@ |
| 359 | 437 |
</tr> |
| 360 | 438 |
<tr> |
| 361 | 439 |
<td>2025-04-21 18:19</td> |
| 440 |
+ <td>브랜드(텍스트)</td> |
|
| 441 |
+ <td><button class="btnType btnType20" data-tooltip="brandmsg_detail_popup">상세보기</button></td> |
|
| 442 |
+ <td> |
|
| 443 |
+ <p class="fwRg c_002c9a">187</p> |
|
| 444 |
+ </td> |
|
| 445 |
+ <td> |
|
| 446 |
+ <p class="fwRg c_222">23</p> |
|
| 447 |
+ </td> |
|
| 448 |
+ <td> |
|
| 449 |
+ <p class="fwRg c_002c9a">5</p> |
|
| 450 |
+ </td> |
|
| 451 |
+ </tr> |
|
| 452 |
+ <tr> |
|
| 453 |
+ <td>2025-04-21 18:19</td> |
|
| 362 | 454 |
<td>알림톡</td> |
| 363 | 455 |
<td><button class="btnType btnType20" data-tooltip="allimTalk_detail_popup">상세보기</button></td> |
| 364 | 456 |
<td> |
--- src/main/webapp/publish/sub2.html
+++ src/main/webapp/publish/sub2.html
... | ... | @@ -136,10 +136,8 @@ |
| 136 | 136 |
</div> |
| 137 | 137 |
<div class="custom_put1_txt"> |
| 138 | 138 |
<p><span class="vMiddle">*</span> <span class="c_e40000">캘리그래피체는 수정이 불가</span>합니다.</p> |
| 139 |
- <p><span class="vMiddle">*</span> |
|
| 140 |
- <spanspan class="c_e40000">제작형태와 요청사항이 상이한 경우 <spanspan class="c_e40000">추가로 비용이 발생할 수 있습니다.</spanspan> |
|
| 141 |
- </spanspan> |
|
| 142 |
- </p> |
|
| 139 |
+ <p><span class="vMiddle">*</span> <span class="c_e40000">제작형태와 요청사항이 상이한 경우 <span class="c_e40000">추가로 비용이 발생할 수 있습니다.</span></span></p> |
|
| 140 |
+ <p><span class="vMiddle">*</span> <span class="c_e40000">제작된 이미지는 알림톡 및 브랜드메시지 발송에는 사용할 수 없습니다.</span></p> |
|
| 143 | 141 |
</div> |
| 144 | 142 |
</td> |
| 145 | 143 |
</tr> |
--- src/main/webapp/publish/textingmsg.html
+++ src/main/webapp/publish/textingmsg.html
... | ... | @@ -651,7 +651,7 @@ |
| 651 | 651 |
<div class="titBox_result"> |
| 652 | 652 |
<p>- 최대 3개월간의 발송내역만 확인하실 수 있습니다.</p> |
| 653 | 653 |
<p>- 전송내역이 필요한 경우 기간 내에 다운로드하여 주시기 바랍니다.</p> |
| 654 |
- <p>- 단문문자는 최대 24시간, 장문 및 그림문자는 최대 72시간까지 결과값이 수신되지 않은 경우 실패(비과금) 처리됩니다.</p> |
|
| 654 |
+ <p>- 기존 카카오 친구톡 서비스는 브랜드메시지로 변경되었습니다.</p> |
|
| 655 | 655 |
</div> |
| 656 | 656 |
<!--// 발송결과 개선 : 문구추가 --> |
| 657 | 657 |
|
... | ... | @@ -726,9 +726,9 @@ |
| 726 | 726 |
</dl> |
| 727 | 727 |
</div> |
| 728 | 728 |
</div> |
| 729 |
- <!-- <div class="rev_admin_in"> |
|
| 729 |
+ <div class="rev_admin_in"> |
|
| 730 | 730 |
<div class="rev_admin_top clearfix"> |
| 731 |
- <p>친구톡</p> |
|
| 731 |
+ <p>브랜드메시지</p> |
|
| 732 | 732 |
<p><span>171</span> 건</p> |
| 733 | 733 |
</div> |
| 734 | 734 |
<div class="rev_admin_btm"> |
... | ... | @@ -745,7 +745,7 @@ |
| 745 | 745 |
<dd><span class="c_e40000">0</span>건</dd> |
| 746 | 746 |
</dl> |
| 747 | 747 |
</div> |
| 748 |
- </div> --> |
|
| 748 |
+ </div> |
|
| 749 | 749 |
</div> |
| 750 | 750 |
|
| 751 | 751 |
<div class="list_tab_wrap2 type4"> |
... | ... | @@ -754,7 +754,7 @@ |
| 754 | 754 |
<li class="tab active"><button type="button" onclick="listTab2(this,'1');">전체</button> |
| 755 | 755 |
</li> |
| 756 | 756 |
<li class="tab"><button type="button" onclick="listTab2(this,'2');">알림톡</button></li> |
| 757 |
- <li class="tab"><button type="button" onclick="listTab2(this,'3');">친구톡</button></li> |
|
| 757 |
+ <li class="tab"><button type="button" onclick="listTab2(this,'3');">브랜드메시지</button></li> |
|
| 758 | 758 |
</ul> |
| 759 | 759 |
<!--// tab button --> |
| 760 | 760 |
</div> |
... | ... | @@ -810,7 +810,7 @@ |
| 810 | 810 |
<colgroup> |
| 811 | 811 |
<col style="width: 45px;"> |
| 812 | 812 |
<col style="width: 12%;"> |
| 813 |
- <col style="width: 8%;"> |
|
| 813 |
+ <col style="width: 10%;"> |
|
| 814 | 814 |
<col style="width: auto;"> |
| 815 | 815 |
<col style="width: 8%;"> |
| 816 | 816 |
<col style="width: 6%;"> |
... | ... | @@ -820,7 +820,7 @@ |
| 820 | 820 |
<col style="width: 6%;"> |
| 821 | 821 |
<col style="width: 6%;"> |
| 822 | 822 |
<col style="width: 9%;"> |
| 823 |
- <col style="width: 11%;"> |
|
| 823 |
+ <col style="width: 8%;"> |
|
| 824 | 824 |
</colgroup> |
| 825 | 825 |
<thead> |
| 826 | 826 |
<tr> |
... | ... | @@ -865,7 +865,7 @@ |
| 865 | 865 |
<input type="checkbox"> |
| 866 | 866 |
</td> |
| 867 | 867 |
<td>2024-01-09 17:42</td> |
| 868 |
- <td>단문</td> |
|
| 868 |
+ <td>알림톡</td> |
|
| 869 | 869 |
<td class="result_cont"><a href="#">내용을 클릭하면 상세보기 화면으로 이동합니다.</a></td> |
| 870 | 870 |
<td>125,895</td> |
| 871 | 871 |
<td> |
... | ... | @@ -893,6 +893,40 @@ |
| 893 | 893 |
<p><button class="btnType btnType20">예약취소</button></p> |
| 894 | 894 |
</td> |
| 895 | 895 |
</tr> |
| 896 |
+ <tr> |
|
| 897 |
+ <td> |
|
| 898 |
+ <label for="" class="label">선택</label> |
|
| 899 |
+ <input type="checkbox"> |
|
| 900 |
+ </td> |
|
| 901 |
+ <td>2024-01-09 17:42</td> |
|
| 902 |
+ <td>브랜드(텍스트)</td> |
|
| 903 |
+ <td class="result_cont"><a href="/publish/textingmsg_detail_brandmsg.html">내용을 클릭하면 상세보기 화면으로 이동합니다.</a></td> |
|
| 904 |
+ <td>125,895</td> |
|
| 905 |
+ <td> |
|
| 906 |
+ <p class="c_666">0</p> |
|
| 907 |
+ </td> |
|
| 908 |
+ <td> |
|
| 909 |
+ <p class="c_002c9a">0</p> |
|
| 910 |
+ </td> |
|
| 911 |
+ <td> |
|
| 912 |
+ <p class="c_e40000">0</p> |
|
| 913 |
+ </td> |
|
| 914 |
+ <td> |
|
| 915 |
+ <p class="c_002c9a">0</p> |
|
| 916 |
+ </td> |
|
| 917 |
+ <td> |
|
| 918 |
+ <p class="c_002c9a">0</p> |
|
| 919 |
+ </td> |
|
| 920 |
+ <td> |
|
| 921 |
+ <p class="c_e40000">125,895</p> |
|
| 922 |
+ </td> |
|
| 923 |
+ <td> |
|
| 924 |
+ 8,485,258원 |
|
| 925 |
+ </td> |
|
| 926 |
+ <td> |
|
| 927 |
+ <p><button class="btnType btnType20">예약취소</button></p> |
|
| 928 |
+ </td> |
|
| 929 |
+ </tr> |
|
| 896 | 930 |
</tbody> |
| 897 | 931 |
</table> |
| 898 | 932 |
</div> |
+++ src/main/webapp/publish/textingmsg_detail_brandmsg.html
... | ... | @@ -0,0 +1,845 @@ |
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="ko"> | |
| 3 | + | |
| 4 | +<head> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| 7 | + <title>문자온_발송결과</title> | |
| 8 | + | |
| 9 | + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet"> | |
| 10 | + <link rel="stylesheet" href="/publish/css/reset.css"> | |
| 11 | + <link rel="stylesheet" href="/publish/css/jquery.mCustomScrollbar.css"> | |
| 12 | + <link rel="stylesheet" href="/publish/css/common.css"> | |
| 13 | + <link rel="stylesheet" href="/publish/css/button.css"> | |
| 14 | + <link rel="stylesheet" href="/publish/css/content.css"> | |
| 15 | + <link rel="stylesheet" href="/publish/css/mem.css"> | |
| 16 | + <link rel="stylesheet" href="/publish/css/font.css"> | |
| 17 | + <link rel="stylesheet" href="/publish/css/popupLayer.css"> | |
| 18 | + <link rel="stylesheet" href="/publish/js/datepicker/classic.css"> | |
| 19 | + <link rel="stylesheet" href="/publish/js/datepicker/classic.date.css"> | |
| 20 | + | |
| 21 | + | |
| 22 | + <script src="/publish/js/jquery-3.5.0.js"></script> | |
| 23 | + <script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script> | |
| 24 | + <script src="/publish/js/common.js"></script> | |
| 25 | + <script src="/publish/js/content.js"></script> | |
| 26 | + <script src="/publish/js/popupLayer.js"></script> | |
| 27 | + <script type="text/javascript" src="/publish/js/datepicker/picker.js"></script> | |
| 28 | + <script type="text/javascript" src="/publish/js/datepicker/picker.date.js"></script> | |
| 29 | + <script type="text/javascript" src="/publish/js/datepicker/ko_KR.js"></script> | |
| 30 | + | |
| 31 | + <script> | |
| 32 | + $(document).ready(function () { | |
| 33 | + $(".table_tab_wrap .tab_depth1 a").click(function () { | |
| 34 | + var tab_num = $(this).index(); | |
| 35 | + $(".table_cont .tb_wrap").eq(tab_num).show(); | |
| 36 | + $(".table_cont .tb_wrap").eq(tab_num).siblings(".tb_wrap").hide(); | |
| 37 | + if ($(".table_tab_wrap .tab_depth1 a:visible").length == tab_num + 1) { | |
| 38 | + $(this).css("border-radius", "0 5px 5px 0"); | |
| 39 | + } else {} | |
| 40 | + }) | |
| 41 | + }); | |
| 42 | + | |
| 43 | + function phoneTab(obj, tabId) { | |
| 44 | + var $tab = $(obj).closest("li"); | |
| 45 | + $tab.addClass("active"); | |
| 46 | + $tab.find("button").attr("title", "선택됨"); | |
| 47 | + $tab.siblings("li.tab").removeClass("active"); | |
| 48 | + $tab.siblings("li.tab").find("button").removeAttr("title"); | |
| 49 | + | |
| 50 | + var $tabCn = $("#tab_phone_" + tabId); | |
| 51 | + $tabCn.fadeIn(0); | |
| 52 | + $tabCn.addClass("current"); | |
| 53 | + | |
| 54 | + $(".tab_phone").not($tabCn).removeClass("current"); | |
| 55 | + $(".tab_phone").not($tabCn).fadeOut(0); | |
| 56 | + | |
| 57 | + currTabId = tabId; | |
| 58 | + } | |
| 59 | + </script> | |
| 60 | + | |
| 61 | +</head> | |
| 62 | + | |
| 63 | +<body> | |
| 64 | + <div class="mask"></div> | |
| 65 | + | |
| 66 | + <!-- 220411 이통사 스팸차단 및 번호도용 방지 서비스 안내 팝업 --> | |
| 67 | + <div class="tooltip-wrap"> | |
| 68 | + <div class="popup-com ad_layer popupJunk" tabindex="0" data-tooltip-con="popupJunk" data-focus="popupJunk" data-focus-prev="popupJunk-close" style="width: 795px;"> | |
| 69 | + <div class="popup_heading"> | |
| 70 | + <p>이통사 스팸차단 및 번호도용 방지 서비스 안내</p> | |
| 71 | + <button type="button" class="tooltip-close" data-focus="popupJunk-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 72 | + </div> | |
| 73 | + <div class="layer_in"> | |
| 74 | + <div class="list_tab_wrap2 type5"> | |
| 75 | + <!-- tab button --> | |
| 76 | + <ul class="list_tab"> | |
| 77 | + <li class="tab active"><button type="button" onclick="listTab2(this,'1');">이통사 스팸 필터링 서비스</button></li> | |
| 78 | + <li class="tab"><button type="button" onclick="listTab2(this,'2');">번호도용 문자차단 서비스</button></li> | |
| 79 | + </ul><!-- // tab button --> | |
| 80 | + </div> | |
| 81 | + <!-- 광고문자 전송규정 안내 --> | |
| 82 | + <div class="adpop_cont current" id="listTab2_1"> | |
| 83 | + <div class="titBox"> | |
| 84 | + <div class="notibox">한국인터넷진흥원 불법스팸대응센터에서 스팸종합대책을 마련함에 따라,<br>각 통신사에서 스팸차단서비스라는 서비스를 진행하고 있습니다.</div> | |
| 85 | + <p>- 스팸차단서비스는 이동통신사의 별도 조합 기준에 따른 스팸확률에 의한 차단으로 스팸으로 판단되는 문자를</p> | |
| 86 | + <p> 휴대폰 문자수신함이 아닌, 각 통신사별 스팸보관함에 전송한 후 결과값은 성공을 처리합니다(정상과금 처리)</p> | |
| 87 | + <p>- 스팸문자로 저장된것이 확인되었다면, 스팸차단서비스를 해제하여 이용하시기 바랍니다.</p> | |
| 88 | + <p> (개인정보보호정책으로 인해 본인 이외 타인은 확인 불가하므로, 본인이 직접 확인해야합니다.)</p> | |
| 89 | + </div> | |
| 90 | + <div class="adpop1_bottom"> | |
| 91 | + <p class="title_box"><span>01.</span>통신사 홈페이지를 통해 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 92 | + <div class="content_box"> | |
| 93 | + <ul class="list"> | |
| 94 | + <li class="tit"> | |
| 95 | + <ul> | |
| 96 | + <li> | |
| 97 | + <div class="img_box"><img src="/publish/images/content/junk_agency001.png" alt="SK telecom" /></div> | |
| 98 | + <a href="http://www.tworld.co.kr/normal.do?serviceId=S_PROD2001&viewId=V_PROD7070&prod_id=NA00002121&uCode=u1_2" target="_blank" rel="nosublink">T월드 문자 스팸필터링 바로가기</a> | |
| 99 | + </li> | |
| 100 | + <li> | |
| 101 | + <div class="img_box"><img src="/publish/images/content/junk_agency002.png" alt="olleh KT" /></div> | |
| 102 | + <a href="https://product.kt.com/wDic/productDetail.do?ItemCode=479" target="_blank" rel="nosublink">KT (안심)스팸차단 바로가기</a> | |
| 103 | + </li> | |
| 104 | + <li> | |
| 105 | + <div class="img_box"><img src="/publish/images/content/junk_agency003.png" alt="LG U+" /></div> | |
| 106 | + <a href="https://www.lguplus.com/plan/addon/addon-call-msg/LRZ0000277" target="_blank" rel="nosublink">U+ 스팸차단 바로가기</a> | |
| 107 | + </li> | |
| 108 | + </ul> | |
| 109 | + </li> | |
| 110 | + <li> | |
| 111 | + <dl> | |
| 112 | + <dt><img src="/publish/images/content/junk_agency001_01.png" alt="T world" /></dt> | |
| 113 | + <dd> | |
| 114 | + <p>Tworld<a href="https://www.tworld.co.kr" target="_blank" rel="nosublink">(www.tworld.co.kr)</a> 홈페이지 접속 → 로그인 → [스팸필터링] 검색<br>→ 부가서비스 - 문자 스팸필터링 → 설정 → SMS인증 → 스팸차단 메시지 확인</p> | |
| 115 | + </dd> | |
| 116 | + </dl> | |
| 117 | + </li> | |
| 118 | + <li> | |
| 119 | + <dl> | |
| 120 | + <dt><img src="/publish/images/content/junk_agency002_01.png" alt="olleh O" /></dt> | |
| 121 | + <dd> | |
| 122 | + <p>KT<a href="https://www.kt.com/" target="_blank" rel="nosublink">(www.kt.com)</a> 홈페이지 접속 → 로그인 →[스팸차단서비스] 검색<br>→ 스팸차단서비스 → 스팸메시지함 → 스팸차단 메시지 확인</p> | |
| 123 | + </dd> | |
| 124 | + </dl> | |
| 125 | + </li> | |
| 126 | + <li> | |
| 127 | + <dl> | |
| 128 | + <dt><img src="/publish/images/content/junk_agency003_01.png" alt="LG U+" /></dt> | |
| 129 | + <dd> | |
| 130 | + <p>U+<a href="https://www.uplus.co.kr" target="_blank" rel="nosublink">(www.uplus.co.kr)</a> 홈페이지 접속 → 로그인 → [스팸차단] 검색<br>→ 부가서비스 - 스팸차단 → 스팸내역 조회 → SMS인증 → 스팸차단 메시지 확인</p> | |
| 131 | + </dd> | |
| 132 | + </dl> | |
| 133 | + </li> | |
| 134 | + </ul> | |
| 135 | + </div> | |
| 136 | + </div> | |
| 137 | + <div class="adpop1_bottom"> | |
| 138 | + <p class="title_box"><span>02.</span>통신사 어플을 통해 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 139 | + <div class="content_box"> | |
| 140 | + <ul class="list02"> | |
| 141 | + <li> | |
| 142 | + <div class="img_box"><img src="/publish/images/content/junk_agency01_02.png" alt="SKT" /></div> | |
| 143 | + <dl> | |
| 144 | + <dt>SKT · T스팸필터링</dt> | |
| 145 | + <dd>T Store, 구글 Play 스토어<br>다운가능</dd> | |
| 146 | + </dl> | |
| 147 | + </li> | |
| 148 | + <li> | |
| 149 | + <div class="img_box"><img src="/publish/images/content/junk_agency02_02.png" alt="KT" /></div> | |
| 150 | + <dl> | |
| 151 | + <dt>KT올레 · 올레스팸차단서비스</dt> | |
| 152 | + <dd>구글 Play 스토어 다운가능</dd> | |
| 153 | + </dl> | |
| 154 | + </li> | |
| 155 | + <li> | |
| 156 | + <div class="img_box"><img src="/publish/images/content/junk_agency03_02.png" alt="LG" /></div> | |
| 157 | + <dl> | |
| 158 | + <dt>LG U+ · U+ 스팸차단</dt> | |
| 159 | + <dd>구글 Play 스토어 다운가능</dd> | |
| 160 | + </dl> | |
| 161 | + </li> | |
| 162 | + </ul> | |
| 163 | + </div> | |
| 164 | + </div> | |
| 165 | + <div class="adpop1_bottom"> | |
| 166 | + <p class="title_box"><span>03.</span>통신사 고객센터를 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 167 | + <div class="content_box"> | |
| 168 | + <dl class="cscenter"> | |
| 169 | + <dt>휴대폰 114 + 통화버튼</dt> | |
| 170 | + <dd> | |
| 171 | + <ul> | |
| 172 | + <li>· SKT 고객센터(1599-0011)</li> | |
| 173 | + <li>· KT올레 고객센터(100)</li> | |
| 174 | + <li>· LG U+ 고객센터(1544-0010)</li> | |
| 175 | + </ul> | |
| 176 | + </dd> | |
| 177 | + </dl> | |
| 178 | + </div> | |
| 179 | + </div> | |
| 180 | + </div><!-- // 광고문자 전송규정 안내 --> | |
| 181 | + | |
| 182 | + <!-- 광고문자 수신동의 안내 --> | |
| 183 | + <div class="adpop_cont" id="listTab2_2"> | |
| 184 | + <div class="titBox"> | |
| 185 | + <div class="notibox">웹에서 발송되는 스팸, 스미싱 문자에 내 번호가 회신번호로 악용되는 것을 방지해주는 서비스로<br>해당 서비스에 가입된 경우 인터넷 문자 발송서비스를 통해 본인 휴대폰번호로 문자 발송시 차단됩니다</div> | |
| 186 | + <p>- 모든 전송 결과값이 실패로 확인되는 경우, 번호도용문자차단서비스에 가입여부 확인 후 해당서비스를 해지</p> | |
| 187 | + <p> 하신 후 전송하시기 바랍니다.</p> | |
| 188 | + </div> | |
| 189 | + <div class="adpop1_bottom"> | |
| 190 | + <p class="title_box"><span>01.</span>통신사 홈페이지를 통해 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 191 | + <div class="content_box"> | |
| 192 | + <ul class="list"> | |
| 193 | + <li class="tit"> | |
| 194 | + <ul> | |
| 195 | + <li> | |
| 196 | + <div class="img_box"><img src="/publish/images/content/junk_agency001.png" alt="SKT" /></div> | |
| 197 | + <a href="http://www.tworld.co.kr/normal.do?serviceId=S_PROD2001&viewId=V_PROD7070&prod_id=NA00004406&uCode=u1_2" target="_blank" rel="nosublink">T번호도용문자차단 바로가기</a> | |
| 198 | + </li> | |
| 199 | + <li> | |
| 200 | + <div class="img_box"><img src="/publish/images/content/junk_agency002.png" alt="KT" /></div> | |
| 201 | + <a href="https://product.kt.com/wDic/productDetail.do?ItemCode=1047" target="_blank" rel="nosublink">KT번호도용문자차단 바로가기</a> | |
| 202 | + </li> | |
| 203 | + <li> | |
| 204 | + <div class="img_box"><img src="/publish/images/content/junk_agency003.png" alt="Uplus" /></div> | |
| 205 | + <a href="https://www.lguplus.com/plan/addon/addon-call-msg/LRZ0002297" target="_blank" rel="nosublink">U+ 번호도용문자차단 바로가기</a> | |
| 206 | + </li> | |
| 207 | + </ul> | |
| 208 | + </li> | |
| 209 | + <li> | |
| 210 | + <dl> | |
| 211 | + <dt><img src="/publish/images/content/junk_agency001_01.png" alt="tworld" /></dt> | |
| 212 | + <dd> | |
| 213 | + <p>Tworld<a href="https://www.tworld.co.kr" target="_blank" rel="nosublink">(www.tworld.co.kr)</a> 홈페이지 접속 → 로그인<br>→ [번호도용문자차단] 검색 → 부가서비스 → 번호도용문자차단 → 해지</p> | |
| 214 | + </dd> | |
| 215 | + </dl> | |
| 216 | + </li> | |
| 217 | + <li> | |
| 218 | + <dl> | |
| 219 | + <dt><img src="/publish/images/content/junk_agency002_01.png" alt="kt" /></dt> | |
| 220 | + <dd> | |
| 221 | + <p>KT<a href="https://www.kt.com" target="_blank" rel="nosublink">(www.kt.com)</a> 홈페이지 접속 → 로그인<br>→ [번호도용문자차단] 검색 → 부가서비스 → 번호도용문자차단 → 해지</p> | |
| 222 | + </dd> | |
| 223 | + </dl> | |
| 224 | + </li> | |
| 225 | + <li> | |
| 226 | + <dl> | |
| 227 | + <dt><img src="/publish/images/content/junk_agency003_01.png" alt="LGuplus" /></dt> | |
| 228 | + <dd> | |
| 229 | + <p>U+<a href="https://www.uplus.co.kr" target="_blank" rel="nosublink">(www.uplus.co.kr)</a> 홈페이지 접속 → 로그인 → [번호도용문자차단] 검색<br>→ 부가서비스 → 번호도용문자차단 → 해지</p> | |
| 230 | + </dd> | |
| 231 | + </dl> | |
| 232 | + </li> | |
| 233 | + </ul> | |
| 234 | + </div> | |
| 235 | + </div> | |
| 236 | + <div class="adpop1_bottom"> | |
| 237 | + <p class="title_box"><span>02.</span>통신사 고객센터를 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 238 | + <div class="content_box"> | |
| 239 | + <dl class="cscenter"> | |
| 240 | + <dt>휴대폰 114 + 통화버튼</dt> | |
| 241 | + <dd> | |
| 242 | + <ul> | |
| 243 | + <li>· SKT 고객센터(1599-0011)</li> | |
| 244 | + <li>· KT올레 고객센터(100)</li> | |
| 245 | + <li>· LG U+ 고객센터(1544-0010)</li> | |
| 246 | + </ul> | |
| 247 | + </dd> | |
| 248 | + </dl> | |
| 249 | + </div> | |
| 250 | + </div> | |
| 251 | + </div><!-- // 광고문자 수신동의 안내 --> | |
| 252 | + </div> | |
| 253 | + <div class="popup_btn_wrap2" style="margin: 0 auto 30px auto;"> | |
| 254 | + <button type="button" class="tooltip-close" data-focus="adr_popup01-close" data-focus-next="popup02">닫기</button> | |
| 255 | + </div> | |
| 256 | + </div> | |
| 257 | + </div> | |
| 258 | + <!-- //220411 이통사 스팸차단 및 번호도용 방지 서비스 안내 팝업 --> | |
| 259 | + | |
| 260 | + | |
| 261 | + <!-- 발송대상리스트 팝업 --> | |
| 262 | + <div class="tooltip-wrap"> | |
| 263 | + <div class="popup-com ad_layer rev_popup04" tabindex="0" data-tooltip-con="rev_popup04" data-focus="rev_popup04" data-focus-prev="rev_popup04-close" style="width:595px;"> | |
| 264 | + <div class="popup_heading"> | |
| 265 | + <p>발송대상 리스트</p> | |
| 266 | + <button type="button" class="tooltip-close" data-focus="rev_popup04-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 267 | + </div> | |
| 268 | + <div class="layer_in"> | |
| 269 | + | |
| 270 | + <div class="popup_search_type2"> | |
| 271 | + <label for="" class="label">검색종류 선택</label> | |
| 272 | + <div class="title">수신번호</div> | |
| 273 | + <label for="" class="label">검색어입력</label> | |
| 274 | + <input type="text" class="send_text" id="searchInput" placeholder="3자 이상 입력하세요." onfocus="this.placeholder=''" onblur="this.placeholder='3자 이상 입력하세요.'"> | |
| 275 | + <button type="button" id="searchBtn" class="btnType btnType2" style="width:63px; margin:0;">검색</button> | |
| 276 | + </div> | |
| 277 | + | |
| 278 | + <div class="list_tab_wrap2 type4"> | |
| 279 | + <ul class="tabType3" id="tabType" name="tabType"> | |
| 280 | + <li class="tab active"><button type="button" id="initTab" title="선택됨">전체</button></li> | |
| 281 | + <li class="tab"><button type="button">대기</button></li> | |
| 282 | + <li class="tab"><button type="button">성공</button></li> | |
| 283 | + <li class="tab"><button type="button">실패</button></li> | |
| 284 | + </ul> | |
| 285 | + </div> | |
| 286 | + | |
| 287 | + <div class="tb_wrap" style="min-height:200px;"> | |
| 288 | + <table class="tType4"> | |
| 289 | + <colgroup> | |
| 290 | + <col style="width: 30%;"> | |
| 291 | + <col style="width: 40%;"> | |
| 292 | + <col style="width: 30%;"> | |
| 293 | + </colgroup> | |
| 294 | + <thead> | |
| 295 | + <tr> | |
| 296 | + <th>이름 | |
| 297 | + <div class="sort_wrap"> | |
| 298 | + <input type="button" class="sort sortBtn"> | |
| 299 | + </div> | |
| 300 | + </th> | |
| 301 | + <th>수신번호 | |
| 302 | + <div class="sort_wrap"> | |
| 303 | + <input type="button" class="sort sortBtn"> | |
| 304 | + </div> | |
| 305 | + </th> | |
| 306 | + <th>상세결과 | |
| 307 | + <div class="sort_wrap"> | |
| 308 | + <input type="button" class="sort sortBtn"> | |
| 309 | + </div> | |
| 310 | + </th> | |
| 311 | + </tr> | |
| 312 | + </thead> | |
| 313 | + <tbody> | |
| 314 | + <tr> | |
| 315 | + <td>홍길동</td> | |
| 316 | + <td>010-1234-5678</td> | |
| 317 | + <td>성공(카톡)</td> | |
| 318 | + </tr> | |
| 319 | + <tr> | |
| 320 | + <td>홍길동</td> | |
| 321 | + <td>010-1234-5678</td> | |
| 322 | + <td>성공(카톡)</td> | |
| 323 | + </tr> | |
| 324 | + <tr> | |
| 325 | + <td>홍길동</td> | |
| 326 | + <td>010-1234-5678</td> | |
| 327 | + <td>실패(카톡+문자)</td> | |
| 328 | + </tr> | |
| 329 | + <tr> | |
| 330 | + <td>홍길동</td> | |
| 331 | + <td>010-1234-5678</td> | |
| 332 | + <td>성공(문자)</td> | |
| 333 | + </tr> | |
| 334 | + <tr> | |
| 335 | + <td>홍길동</td> | |
| 336 | + <td>010-1234-5678</td> | |
| 337 | + <td>성공(문자)</td> | |
| 338 | + </tr> | |
| 339 | + <tr> | |
| 340 | + <td>홍길동</td> | |
| 341 | + <td>010-1234-5678</td> | |
| 342 | + <td>실패(카톡+문자)</td> | |
| 343 | + </tr> | |
| 344 | + <tr> | |
| 345 | + <td>홍길동</td> | |
| 346 | + <td>010-1234-5678</td> | |
| 347 | + <td>성공(카톡)</td> | |
| 348 | + </tr> | |
| 349 | + </tbody> | |
| 350 | + </table> | |
| 351 | + | |
| 352 | + </div> | |
| 353 | + | |
| 354 | + <div class="table_btn clearfix"> | |
| 355 | + <div class="table_btn_left"> | |
| 356 | + <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> | |
| 357 | + <button type="button" data-tooltip="rev_popup02" class="btnType btnType14"><i class="add_img"></i>주소록 등록</button> | |
| 358 | + <button type="button" class="btnType btnType15" style="display: none;"><i class="remove_img"></i>주소록에서 번호 삭제</button> | |
| 359 | + </div> | |
| 360 | + </div> | |
| 361 | + | |
| 362 | + <!-- pagination --> | |
| 363 | + <ul class="pagination"> | |
| 364 | + <li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li> | |
| 365 | + <li class="page_prev"><button><img src="/publish/images/content/page_prev.png" alt=""></button></li> | |
| 366 | + <li class="on"><button>1</button></li> | |
| 367 | + <li><button>2</button></li> | |
| 368 | + <li><button>3</button></li> | |
| 369 | + <li><button>4</button></li> | |
| 370 | + <li><button>5</button></li> | |
| 371 | + <li><button>6</button></li> | |
| 372 | + <li><button>7</button></li> | |
| 373 | + <li><button>8</button></li> | |
| 374 | + <li><button>9</button></li> | |
| 375 | + <li><button>10</button></li> | |
| 376 | + <li class="page_next"><button><img src="/publish/images/content/page_next.png" alt=""></button></li> | |
| 377 | + <li class="page_last"><button><img src="/publish/images/content/page_last.png" alt=""></button></li> | |
| 378 | + </ul><!-- pagination --> | |
| 379 | + | |
| 380 | + </div> | |
| 381 | + <div class="popup_btn_wrap2" style="margin: -40px auto 30px auto;"> | |
| 382 | + <button type="button" class="tooltip-close" data-focus="adr_popup01-close" data-focus-next="popup02">닫기</button> | |
| 383 | + </div> | |
| 384 | + | |
| 385 | + </div> | |
| 386 | + </div> | |
| 387 | + <!-- //발송대상 리스트 안내 팝업 --> | |
| 388 | + | |
| 389 | + <!-- 그룹등록 팝업 data-tooltip:rev_popup02 --> | |
| 390 | + <div class="tooltip-wrap"> | |
| 391 | + <div class="popup-com adr_layer rev_popup02" tabindex="0" data-tooltip-con="rev_popup02" data-focus="rev_popup02" data-focus-prev="rev_popup02-close" style="width: 500px;"> | |
| 392 | + <div class="popup_heading"> | |
| 393 | + <p>그룹등록</p> | |
| 394 | + <button type="button" class="tooltip-close" data-focus="rev_popup02-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 395 | + </div> | |
| 396 | + <div class="layer_in"> | |
| 397 | + <div class="gorup_join_cont"> | |
| 398 | + <p class="adr_pop_title">선택된 발송내역 전화번호를 그룹으로 등록합니다.</p> | |
| 399 | + <div class="group_input" style="margin-top: 0;"> | |
| 400 | + <div class="input_left">그룹이름</div> | |
| 401 | + <div class="input_right"> | |
| 402 | + <label for="" class="label">새 그룹명 입력</label> | |
| 403 | + <input type="text" placeholder="새 그룹명 입력" onfocus="this.placeholder=''" onblur="this.placeholder='새 그룹명 입력'" class="inputLight"> | |
| 404 | + </div> | |
| 405 | + </div> | |
| 406 | + <div class="popup_btn_wrap2"> | |
| 407 | + <button type="button">저장</button> | |
| 408 | + <button type="button" class="tooltip-close" data-focus="rev_popup02-close" data-focus-next="rev_popup02">취소</button> | |
| 409 | + </div> | |
| 410 | + </div> | |
| 411 | + </div> | |
| 412 | + </div> | |
| 413 | + </div> | |
| 414 | + <!--// 발송실패사유 팝업 --> | |
| 415 | + | |
| 416 | + <!-- skip 메뉴 --> | |
| 417 | + <div class="skip_menu"> | |
| 418 | + <a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a> | |
| 419 | + </div> | |
| 420 | + <!--// skip 메뉴 --> | |
| 421 | + <!-- quick 메뉴 --> | |
| 422 | + <div class="quickMenu"> | |
| 423 | + <div> | |
| 424 | + <p class="quick_title">QUICK<br>MENU</p> | |
| 425 | + <p class="quick_title2">QUICK</p> | |
| 426 | + <ul class="quickMenuIn"> | |
| 427 | + <li> | |
| 428 | + <a href="/publish/index.html"><i class="quick1"></i><span>이용안내</span></a> | |
| 429 | + <div class="hover_cont">이용안내</div> | |
| 430 | + </li> | |
| 431 | + <li> | |
| 432 | + <a href="#"><i class="quick2"></i><span>채팅상담</span></a> | |
| 433 | + <div class="hover_cont">채팅상담</div> | |
| 434 | + </li> | |
| 435 | + <li> | |
| 436 | + <a href="#"><i class="quick3"></i><span>원격지원</span></a> | |
| 437 | + <div class="hover_cont">원격지원</div> | |
| 438 | + </li> | |
| 439 | + <li> | |
| 440 | + <a href="#"><i class="quick4"></i><span>맞춤제작</span></a> | |
| 441 | + <div class="hover_cont">맞춤제작</div> | |
| 442 | + </li> | |
| 443 | + <li> | |
| 444 | + <a href="#"><i class="quick5"></i><span>주소록 등록</span></a> | |
| 445 | + <div class="hover_cont">주소록 등록</div> | |
| 446 | + </li> | |
| 447 | + <li> | |
| 448 | + <a href="#"><i class="quick6"></i><span>엑셀 전송</span></a> | |
| 449 | + <div class="hover_cont">엑셀 대량전송</div> | |
| 450 | + </li> | |
| 451 | + <li> | |
| 452 | + <a href="#"><i class="quick7"></i><span>견적서</span></a> | |
| 453 | + <div class="hover_cont">견적서</div> | |
| 454 | + </li> | |
| 455 | + <li> | |
| 456 | + <a href="#"><i class="quick8"></i><span>결제</span></a> | |
| 457 | + <div class="hover_cont">결제</div> | |
| 458 | + </li> | |
| 459 | + <li> | |
| 460 | + <a href="#"><i class="quick9"></i><span>영수증/계산서</span></a> | |
| 461 | + <div class="hover_cont">영수증/계산서</div> | |
| 462 | + </li> | |
| 463 | + </ul> | |
| 464 | + <button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button> | |
| 465 | + </div> | |
| 466 | + </div> | |
| 467 | + <!--// quick 메뉴 --> | |
| 468 | + <!-- header 영역 --> | |
| 469 | + <header id="header" class="header"> | |
| 470 | + <!-- header top 영역 --> | |
| 471 | + <div class="header_top"> | |
| 472 | + <div class="inner"> | |
| 473 | + <ul class="menu_left"> | |
| 474 | + <li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li> | |
| 475 | + <li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li> | |
| 476 | + <li><a href="#"><i class="hdTop_center"></i>고객센터</a></li> | |
| 477 | + </ul> | |
| 478 | + <ul class="menu_right"> | |
| 479 | + <li><a href="#">충전하기</a></li> | |
| 480 | + <li class="SortLine"><a href="#">요금안내</a></li> | |
| 481 | + <li class="SortLine"><a href="#">이용안내</a></li> | |
| 482 | + <li class="SortLine"><a href="#">1:1고객상담</a></li> | |
| 483 | + </ul> | |
| 484 | + </div> | |
| 485 | + </div><!-- header top 영역 --> | |
| 486 | + <!-- header body 영역 --> | |
| 487 | + <div class="header_body"> | |
| 488 | + <div class="inner table"> | |
| 489 | + <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" alt="문자온 CI"></a></h1> | |
| 490 | + <ul class="gnbWrap table_cell"> | |
| 491 | + <li><a href="#">문자발송</a></li> | |
| 492 | + <li><a href="#">선거문자</a></li> | |
| 493 | + <li><a href="#">맞춤제작</a></li> | |
| 494 | + <li><a href="#">비즈톡</a></li> | |
| 495 | + <li><a href="#">주소록 관리</a></li> | |
| 496 | + <li><a href="#">발송결과</a></li> | |
| 497 | + <li><a href="#">예약관리</a></li> | |
| 498 | + <li><a href="#">결제내역</a></li> | |
| 499 | + </ul> | |
| 500 | + <div class="s_menu"> | |
| 501 | + <i class="allSearch_info"><span>문자검색</span></i> | |
| 502 | + <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> | |
| 503 | + <button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> | |
| 504 | + </div> | |
| 505 | + </div> | |
| 506 | + <!-- search popup 영역 --> | |
| 507 | + <div class="pop_search"> | |
| 508 | + <div class="inner"> | |
| 509 | + <div class="area_search"> | |
| 510 | + <select name="" id=""> | |
| 511 | + <option value="">그림문자</option> | |
| 512 | + <option value="">단문문자</option> | |
| 513 | + <option value="">장문문자</option> | |
| 514 | + <option value="">GIF</option> | |
| 515 | + </select> | |
| 516 | + <input type="text" placeholder="문자샘플 검색하기"> | |
| 517 | + <button><img src="/publish/images/search02.png" alt=""></button> | |
| 518 | + </div> | |
| 519 | + <div class="area_popular"> | |
| 520 | + <p><i></i>인기검색어</p> | |
| 521 | + <ul class="popular_tag"> | |
| 522 | + <li><a href="#">#정월대보름</a></li> | |
| 523 | + <li class="on"><a href="#">#추석</a></li> | |
| 524 | + <li><a href="#">#가을인사</a></li> | |
| 525 | + <li><a href="#">#좋은하루</a></li> | |
| 526 | + </ul> | |
| 527 | + </div> | |
| 528 | + <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" alt=""></button> | |
| 529 | + </div> | |
| 530 | + </div> | |
| 531 | + <!--// search popup 영역 --> | |
| 532 | + </div> | |
| 533 | + <!--// header body 영역 --> | |
| 534 | + <div id="login" class="login"> | |
| 535 | + <div class="inner table"> | |
| 536 | + <div class="login_left table_cell"> | |
| 537 | + <div class="login_put"> | |
| 538 | + <label for="id_text" class="label"></label> | |
| 539 | + <input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30" size="18"> | |
| 540 | + <label for="password_text" class="label"></label> | |
| 541 | + <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30" size="18"> | |
| 542 | + <label for="login_button" class="label"></label> | |
| 543 | + <button type="submit" class="btnType btnType1" class="login_button">로그인</button> | |
| 544 | + </div> | |
| 545 | + <div class="login_save"> | |
| 546 | + <input type="checkbox" id="save_id"> | |
| 547 | + <label for="save_id">아이디 저장</label> | |
| 548 | + </div> | |
| 549 | + <div class="login_find"> | |
| 550 | + <a href="#">아이디찾기 /</a> | |
| 551 | + <a href="#">비밀번호 찾기</a> | |
| 552 | + </div> | |
| 553 | + <div> | |
| 554 | + <button type="button" class="btnType btnType2">회원가입</button> | |
| 555 | + <button type="button" class="btnType btnType3">둘러보기</button> | |
| 556 | + </div> | |
| 557 | + </div> | |
| 558 | + <div class="login_right"> | |
| 559 | + <span><i></i>이달의 이벤트</span> | |
| 560 | + <button type="button" class="btnType btnType4">바로가기</button> | |
| 561 | + </div> | |
| 562 | + </div> | |
| 563 | + </div> | |
| 564 | + <!--// login 영역 --> | |
| 565 | + </header> | |
| 566 | + <!--// header 영역 --> | |
| 567 | + <!-- login 영역 --> | |
| 568 | + <!-- content 영역 --> | |
| 569 | + <div id="container" class="cont sub"> | |
| 570 | + <div class="inner"> | |
| 571 | + <!-- send top --> | |
| 572 | + <div class="send_top"> | |
| 573 | + <!-- 결제관리 - 요금 사용내역 --> | |
| 574 | + <div class="rev_admin_cont serv_content current"> | |
| 575 | + <div class="heading"> | |
| 576 | + <h2>발송결과 상세</h2> | |
| 577 | + <button type="button" class="button junk" data-tooltip="popupJunk" style="right:0;">통신사 스팸규격안내</button> | |
| 578 | + </div> | |
| 579 | + | |
| 580 | + <!-- 발송결과 상세 및 미리보기--> | |
| 581 | + | |
| 582 | + <div class="send_general"> | |
| 583 | + <!-- 발송결과 상세 정보 --> | |
| 584 | + <div class="resultcont_left"> | |
| 585 | + <!--발송정보--> | |
| 586 | + <div class="res_info"> | |
| 587 | + <div class="res_info_in"> | |
| 588 | + <div class="res_info_top clearfix"> | |
| 589 | + <p>발송정보</p> | |
| 590 | + <p><button type="button" class="btnType btnType3" onclick="fnMjMsgReSendAll();">재전송</button></p> | |
| 591 | + </div> | |
| 592 | + <div class="res_info_btm"> | |
| 593 | + <dl> | |
| 594 | + <dt>발송일시</dt> | |
| 595 | + <dd>2025-04-21 18:19:48</dd> | |
| 596 | + </dl> | |
| 597 | + <dl> | |
| 598 | + <dt>형태</dt> | |
| 599 | + <dd> | |
| 600 | + 브랜드(텍스트) | |
| 601 | + </dd> | |
| 602 | + </dl> | |
| 603 | + <dl> | |
| 604 | + <dt>발송건수</dt> | |
| 605 | + <dd><span class="c_222">1</span>건</dd> | |
| 606 | + </dl> | |
| 607 | + <dl> | |
| 608 | + <dt>채널정보</dt> | |
| 609 | + <dd>@아이티앤</dd> | |
| 610 | + </dl> | |
| 611 | + <dl> | |
| 612 | + <dt>진행상황</dt> | |
| 613 | + <dd>완료</dd> | |
| 614 | + </dl> | |
| 615 | + | |
| 616 | + </div> | |
| 617 | + <div class="res_info_btm"> | |
| 618 | + <dl> | |
| 619 | + <dt class="btm_charge">발송요금(합계)</dt> | |
| 620 | + <dd><span class="stcharge">5</span>원</dd> | |
| 621 | + <!--<dd><span class="stcharge">-</span>원</dd>--> | |
| 622 | + <!-- 예역취소 후 금액은 하이픈 처리--> | |
| 623 | + </dl> | |
| 624 | + <div class="charge_line"> | |
| 625 | + <dl> | |
| 626 | + <dt class="charge_title">· 카카오톡</dt> | |
| 627 | + <dd><span class="c_222">5</span>원</dd> | |
| 628 | + </dl> | |
| 629 | + <dl> | |
| 630 | + <dt class="charge_title">· 대체문자</dt> | |
| 631 | + <dd><span class="c_222">0</span>원</dd> | |
| 632 | + </dl> | |
| 633 | + </div> | |
| 634 | + </div> | |
| 635 | + </div> | |
| 636 | + </div> | |
| 637 | + <!--// 발송정보--> | |
| 638 | + <!--상세결과--> | |
| 639 | + <div class="res_info"> | |
| 640 | + <div class="res_info_in"> | |
| 641 | + <div class="res_info_top clearfix" style="padding:0 0 10px 0;"> | |
| 642 | + <p>상세결과</p> | |
| 643 | + <p><!-- <button type="button" class="refresh_btn btnType"><i class="refresh_img"></i>새로고침</button> --></p> | |
| 644 | + </div> | |
| 645 | + <div class="res_num"> | |
| 646 | + <div class="res_info_btm1"> | |
| 647 | + <dl> | |
| 648 | + <dt>전체건수</dt> | |
| 649 | + <dd><a href="#" data-tooltip="rev_popup04"><span class="c_222_g">101</span>건(100%)</a></dd> | |
| 650 | + </dl> | |
| 651 | + </div> | |
| 652 | + <div class="res_info_btm1"> | |
| 653 | + <dl> | |
| 654 | + <dt>성공건수</dt> | |
| 655 | + <dd><span class="c_002c9a_g">100</span>건(100%)</dd> | |
| 656 | + </dl> | |
| 657 | + </div> | |
| 658 | + </div> | |
| 659 | + <div class="res_num"> | |
| 660 | + <div class="res_info_btm1"> | |
| 661 | + <dl> | |
| 662 | + <dt>대기건수</dt> | |
| 663 | + <dd><span class="c_666_g">0</span>건(0%)</dd> | |
| 664 | + </dl> | |
| 665 | + </div> | |
| 666 | + <div class="res_info_btm1"> | |
| 667 | + <dl> | |
| 668 | + <dt>실패건수</dt> | |
| 669 | + <dd><span class="c_e40000_g">1</span>건(100%)</dd> | |
| 670 | + </dl> | |
| 671 | + </div> | |
| 672 | + </div> | |
| 673 | + <div class="table_btn clearfix"> | |
| 674 | + <div class="table_btn_left"> | |
| 675 | + <!-- <button type="button" data-tooltip="rev_popup02" class="btnType btnType14"><i class="add_img"></i>주소록 등록</button> | |
| 676 | + <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> --> | |
| 677 | + <p class="table_bottom_txt">* 전체건수를 클릭하면 받는 사람 상세정보를 확인하실 수 있습니다.</p> | |
| 678 | + <p class="table_bottom_txt" style="padding:5px 0 0 0;">* 대체문자 발송 성공 시, 성공건수로 집계됩니다.</p> | |
| 679 | + </div> | |
| 680 | + <div class="table_btn_right"> | |
| 681 | + | |
| 682 | + </div> | |
| 683 | + </div> | |
| 684 | + </div> | |
| 685 | + </div> | |
| 686 | + <!--// 발송결과--> | |
| 687 | + | |
| 688 | + | |
| 689 | + </div> | |
| 690 | + <!--// 발송결과 상세 정보 --> | |
| 691 | + | |
| 692 | + <div class="resultcont_right" id="previewPhone"> | |
| 693 | + <div class="phone"> | |
| 694 | + <!-- 탭스타일 --> | |
| 695 | + <div class="list_tab_wrap2 type5"> | |
| 696 | + <ul class="tabType3" id="tabType" name="tabType"> | |
| 697 | + <li class="tab active"><button type="button" onclick="phoneTab(this,'1');" title="선택됨">카카오톡</button></li> | |
| 698 | + <!-- <li class="tab"><button type="button" onclick="phoneTab(this,'2');">대체문자</button></li> --> | |
| 699 | + </ul> | |
| 700 | + </div> | |
| 701 | + <!--// 탭스타일 --> | |
| 702 | + | |
| 703 | + <!-- 카카오 알림톡 미리보기 --> | |
| 704 | + <div class="tab_phone current" id="tab_phone_1"> | |
| 705 | + <div class="phone_kakako friendtalk"> | |
| 706 | + <div class="phoneIn"> | |
| 707 | + <p class="prev_p"><img src="/publish/images/content/kakao_prev_icon.png" alt="">@munjaon</p> | |
| 708 | + <!-- 텍스트 미리보기 --> | |
| 709 | + <div class="text_preview"> | |
| 710 | + <p class="friend_talk_title"><span>(광고)</span></p> | |
| 711 | + <div class="allimtalk_content"> | |
| 712 | + | |
| 713 | + <div class="kakao_image"><img src="/publish/images/content/kakao_img_basic.jpg" alt=""></div> | |
| 714 | + <p class="template_text">홍길동 고객님 안녕하세요. | |
| 715 | + 문자온입니다. | |
| 716 | + 문자온에서는 재결제 고객님들께 다양한 이벤트를 준비하였으니, 방문하셔서 혜택 놓치지 마세요.</p> | |
| 717 | + <button type="button" class="btn_kakao_type">문자온 바로가기</button> | |
| 718 | + | |
| 719 | + </div> | |
| 720 | + <p class="kakao_block_text">수신거부 : 홈 > 채널차단</p> | |
| 721 | + </div> | |
| 722 | + </div> | |
| 723 | + <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다</p> | |
| 724 | + </div> | |
| 725 | + </div> | |
| 726 | + <!--// 카카오 알림톡 미리보기 --> | |
| 727 | + | |
| 728 | + <!-- 대체문자 --> | |
| 729 | + | |
| 730 | + <!-- 카카오 알림톡 미리보기 --> | |
| 731 | + <div class="tab_phone" id="tab_phone_2" style="display: none;position:relative;"> | |
| 732 | + <div class="phone"> | |
| 733 | + <div class="phoneIn"> | |
| 734 | + <div> | |
| 735 | + <p class="prev_p"><img src="/publish/images/search.png">문자내용</p> | |
| 736 | + <div class="text_length2 clearfix" style="display:none;"> | |
| 737 | + <span class="msg_com msg_short">단문</span> | |
| 738 | + <div> | |
| 739 | + <span>글자크기</span> | |
| 740 | + <button type="button"><img src="/publish/images/content/font_plus.png"></button> | |
| 741 | + <button type="button"><img src="/publish/images/content/font_minus.png"></button> | |
| 742 | + </div> | |
| 743 | + </div> | |
| 744 | + <div class="text_length2 clearfix" style="display:none;"> | |
| 745 | + <span class="msg_com msg_long">장문</span> | |
| 746 | + <div> | |
| 747 | + <span>글자크기</span> | |
| 748 | + <button type="button"><img src="/publish/images/content/font_plus.png"></button> | |
| 749 | + <button type="button"><img src="/publish/images/content/font_minus.png"></button> | |
| 750 | + </div> | |
| 751 | + </div> | |
| 752 | + <div class="text_length2 clearfix"> | |
| 753 | + <span class="msg_com msg_photo"> | |
| 754 | + 그림 | |
| 755 | + </span> | |
| 756 | + </div> | |
| 757 | + <!-- 텍스트 미리보기 --> | |
| 758 | + <div class="text_preview"> | |
| 759 | + <div class="preiew_img"> | |
| 760 | + <div class="img_box"> | |
| 761 | + <img src="/cmm/fms/getImage2.do?atchFileId=FILE_000000000013873&fileSn=0" alt="발송된 그림문자 미리보기" style="width: 100%"> | |
| 762 | + </div> | |
| 763 | + </div> | |
| 764 | + <div class="preview_auto"> | |
| 765 | + <p class="ad_tit">(광고)</p> | |
| 766 | + <p class="realtime" id="smsTxt"> | |
| 767 | + test | |
| 768 | + </p> | |
| 769 | + <p class="deny_receipt">무료거부 0808800858</p> | |
| 770 | + </div> | |
| 771 | + </div> | |
| 772 | + <!-- //텍스트 미리보기 --> | |
| 773 | + </div> | |
| 774 | + </div> | |
| 775 | + <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다</p> | |
| 776 | + </div> | |
| 777 | + </div> | |
| 778 | + <!--// 카카오 알림톡 미리보기 --> | |
| 779 | + <!-- // 대체문자 --> | |
| 780 | + | |
| 781 | + </div> | |
| 782 | + </div> | |
| 783 | + | |
| 784 | + <!-- 발송결과 미리보기 --> | |
| 785 | + <div class="resultcont_right" style="display: none;"> | |
| 786 | + <!-- 카카오 알림톡 미리보기 --> | |
| 787 | + <div class="phone_kakako"> | |
| 788 | + <div class="phoneIn"> | |
| 789 | + <p class="prev_p"><img src="/publish/images/content/kakao_prev_icon.png" alt="">@munjaon</p> | |
| 790 | + <!-- 텍스트 미리보기 --> | |
| 791 | + <div class="text_preview"> | |
| 792 | + <div class="allimtalk_title"> | |
| 793 | + <img src="/publish/images/content/icon_allimtalk.png" alt="">알림톡 도착 | |
| 794 | + </div> | |
| 795 | + <div class="allimtalk_content"> | |
| 796 | + <!-- <div class="kakao_image"> --> | |
| 797 | + <!-- <img src="/publish/images/content/kakao_template_img.png" alt=""> --> | |
| 798 | + <!-- </div> --> | |
| 799 | + <p class="emphasis_side_text">강조표기 보조문구 미리보기</p> | |
| 800 | + <p class="emphasis_title_text">타이틀 미리보기</p> | |
| 801 | + <p class="template_text">내용미리보기</p> | |
| 802 | + <p class="side_info_text">부가정보내용</p> | |
| 803 | + <p class="channel_info_text">채널 추가 안내 메시지 미리보기</p> | |
| 804 | + <button type="button" class="btn_kakao_type">버튼명</button> | |
| 805 | + <button type="button" class="btn_kakao_type">버튼명</button> | |
| 806 | + <!-- <p class="emphasis_side_text">강조표기 보조문구 미리보기</p> --> | |
| 807 | + <!-- <p class="emphasis_title_text">타이틀 미리보기</p> --> | |
| 808 | + <!-- <p class="template_text">내용미리보기</p> --> | |
| 809 | + <!-- <p class="side_info_text">부가정보내용</p> --> | |
| 810 | + <!-- <p class="channel_info_text">채널 추가 안내 메시지 미리보기</p> --> | |
| 811 | + <!-- <button type="button" class="btn_kakao_type">버튼명</button> --> | |
| 812 | + <!-- <button type="button" class="btn_kakao_type">버튼명</button> --> | |
| 813 | + </div> | |
| 814 | + </div> | |
| 815 | + <!-- //텍스트 미리보기 --> | |
| 816 | + </div> | |
| 817 | + | |
| 818 | + <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다<p> | |
| 819 | + </div> | |
| 820 | + <!--// 카카오 알림톡 미리보기 --> | |
| 821 | + | |
| 822 | + </div> | |
| 823 | + <!--// 발송결과 미리보기 --> | |
| 824 | + </div> | |
| 825 | + | |
| 826 | + <!--// 발송결과 상세 및 미리보기--> | |
| 827 | + | |
| 828 | + <!-- 목록--> | |
| 829 | + <div class="btn_list_type1"> | |
| 830 | + <button class="btnType btnType17">목록</button> | |
| 831 | + </div> | |
| 832 | + <!--// 목록--> | |
| 833 | + | |
| 834 | + </div> | |
| 835 | + </div> | |
| 836 | + <!--// send top --> | |
| 837 | + </div> | |
| 838 | + </div> | |
| 839 | + <!--// content 영역 --> | |
| 840 | + <!-- footer 영역 --> | |
| 841 | + <div data-include-path="/publish/layout/_footer.html"></div> | |
| 842 | + <!--// footer 영역 --> | |
| 843 | +</body> | |
| 844 | + | |
| 845 | +</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?