+++ src/main/webapp/publish/content.css
... | ... | @@ -0,0 +1,2722 @@ |
| 1 | +/* 폰트 */ | |
| 2 | +.fwLg{font-weight: 300 !important} | |
| 3 | +.fwRg{font-weight: 400 !important} | |
| 4 | +.fwMd{font-weight: 500 !important} | |
| 5 | +.fwBold{font-weight: 700 !important} | |
| 6 | +.c_white {color: #fff !important;} | |
| 7 | +.c_002c9a {color: #002c9a !important;} | |
| 8 | +.c_e40000 {color: #e40000 !important;} | |
| 9 | +.c_999999 {color: #999 !important;} | |
| 10 | +.c_ffa200 {color: #ffa200 !important;} | |
| 11 | +.c_19b32b{color: #19b32b !important;} | |
| 12 | +.c_000 {color: #000 !important;} | |
| 13 | +.c_222 {color: #222 !important;} | |
| 14 | +.c_666 {color: #666 !important;} | |
| 15 | +/* 발송결과 화면개선 */ | |
| 16 | +.c_666_g {color: #666 !important; font-size: 26px; font-weight: 600; font-family: 'GmarketSansBold'; padding:0 4px 0 0;} | |
| 17 | +.c_002c9a_g {color: #002c9a !important; font-size: 26px; font-weight: 600; font-family: 'GmarketSansBold'; padding:0 4px 0 0;} | |
| 18 | +.c_e40000_g {color: #e40000 !important; font-size: 26px; font-weight: 600; font-family: 'GmarketSansBold'; padding:0 4px 0 0;} | |
| 19 | +.c_222_g {color: #222 !important; font-size: 26px; font-weight: 600; font-family: 'GmarketSansBold'; padding:0 4px 0 0;} | |
| 20 | +/*// 발송결과 화면개선 */ | |
| 21 | +.table {display: table;width: 100%;} | |
| 22 | +.table_cell {display: table-cell;vertical-align: middle;} | |
| 23 | +.table_cell1 {display: table-cell;vertical-align: top; position: relative; top: 25px;} | |
| 24 | +.vMiddle {vertical-align: middle;} | |
| 25 | +.tRight {text-align: right !important;} | |
| 26 | +.tLeft {text-align: left !important;} | |
| 27 | + | |
| 28 | +.btn_text{padding:0 7px;} | |
| 29 | + | |
| 30 | +.btn_28{height:28px;} | |
| 31 | +.btn_30{height:30px;} | |
| 32 | +.btn_32{height:32px;} | |
| 33 | +.btn_34{height:34px;} | |
| 34 | +.btn_36{height:36px;} | |
| 35 | +.btn_38{height:38px;} | |
| 36 | + | |
| 37 | +.btn_blue.fill{background:#002c9a;color:#fff;} | |
| 38 | +.btn_lightgray.fill{background:#a5a5a5;color:#fff;} | |
| 39 | +.btn_gray.fill{background:#6a6c72;color:#fff;} | |
| 40 | +.btn_yellow.fill{background:#fbc72b;color:#222;} | |
| 41 | + | |
| 42 | +.btn_blue.border{border:1px solid #002c9a;color:#002c9a;} | |
| 43 | +.btn_gray.border{border:1px solid #6a6c72;color:#666;} | |
| 44 | + | |
| 45 | +.w100 {width: 100%;} | |
| 46 | +.h100 {height: 100%;} | |
| 47 | + | |
| 48 | +input[type=text]::-ms-celar, input[type=password]::-ms-clear, input[type=email]::-ms-clear, input[type=number]::-ms-clear, input[type=tel]::-ms-clear {display:none;width:0;height:0;} | |
| 49 | +input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email]::-ms-reveal, input[type=number]::-ms-reveal, input[type=tel]::-ms-reveal {display:none;width:0;height:0;} | |
| 50 | + | |
| 51 | +.select_gray_type{width: 340px;height: 40px;padding: 0 20px;background-color: #f2f2f2;border-radius: 5px;border: 0;color: #222;font-weight: 400;font-size: 16px;background-image: url(/publish/images/select_search.png);background-repeat: no-repeat;background-position: 94% center;} | |
| 52 | +.textarea_gray_type{padding: 24px 20px; border-radius: 5px; background-color: #f2f2f2; border: none;} | |
| 53 | + | |
| 54 | +/* 기타 반복 사용 */ | |
| 55 | +.SortLine {position: relative;} | |
| 56 | +.SortLine::before {content: "";position: absolute;top: 50%;left: 0; width: 1px;height: 12px;background: #565656;transform: translateY(-50%);} | |
| 57 | +.text_deco {position: relative;padding-right: 40px;} | |
| 58 | +.text_deco::after {position: absolute;content: "";width: 20px;height: 20px;border: 5px solid #ffcc33;border-radius: 50%;background-color: #fff;top: 50%;left: 0;transform: translateY(-50%);} | |
| 59 | +.text_deco2 {position: relative;padding-right: 16px;} | |
| 60 | +.text_deco2::after {position: absolute;content: "";width: 4px;height: 4px;border-radius: 50%;background-color: #23428b;top: 50%;left: 0;transform: translateY(-50%);} | |
| 61 | +.text_deco3 {position: relative;padding-right: 16px;} | |
| 62 | +.text_deco3::after {position: absolute;content: "";width: 5px;height: 17px;border-radius: 2.5px;background-color: #fbc72b;top: 50%;left: 0;transform: translateY(-50%);} | |
| 63 | +.font_ellipsis>p { text-overflow: ellipsis; overflow: hidden;display: -webkit-inline-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; font-weight: 300; line-break: anywhere; text-align: left;} | |
| 64 | +.font_ellipsis>a>p { text-overflow: ellipsis; overflow: hidden;display: -webkit-inline-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; font-weight: 400; line-break: anywhere; text-align: left;} | |
| 65 | + | |
| 66 | +/* sub page 공통 */ | |
| 67 | +.sub {background-color: #eee;color: #222; min-width: 1280px;} | |
| 68 | +.sub .heading {position:relative;margin:0 0 25px;padding-bottom:23px;justify-items:center;} | |
| 69 | +.sub .heading::after {content: "";width: calc(100% + 80px);height: 1px; position: absolute;background-color: #e5e5e5;left: -40px;bottom: 0;} | |
| 70 | +.sub .heading h1, | |
| 71 | +.sub .heading h2 {font-size: 32px;display: inline-block;vertical-align: middle; margin-top: 5px; font-family: 'GmarketSansBold';} | |
| 72 | +.sub .heading .button {position:absolute;right:0;top:-9px;padding:0 17px;font-size:16px;line-height:46px;text-align:center;border:1px solid #d5d5d5;border-radius:5px;} | |
| 73 | +.sub .heading .button:hover {box-shadow:0px 0px 5px 3px rgba(0,0,0,0.12);} | |
| 74 | +.sub .heading .button.attorney {border-color:#ffcc33;background-color:#ffcc33;} | |
| 75 | +.sub .heading .button.attorney:before {content:'';display:inline-block;width:15px;height:19px;margin:14px 8px 0 0;vertical-align:top;background:url(/publish/images/content/icon_button_attorney.png) no-repeat left top;} | |
| 76 | +.sub .heading .button.info:before {content:'';display:inline-block;width:18px;height:20px;margin:14px 8px 0 0;vertical-align:top;background:url(/publish/images/content/titBoxIcon.png) no-repeat left top;} | |
| 77 | +.sub .heading .button.junk {right:130px;} | |
| 78 | +.sub .heading .button.junk:before {content:'';display:inline-block;width:20px;height:18px;margin:15px 8px 0 0;vertical-align:top;background:url(/publish/images/login_introIcon.png) no-repeat left top;} | |
| 79 | +.sub .heading .button.certificate {right:175px;} | |
| 80 | +.sub .heading .button.certificate:before {content:'';display:inline-block;width:20px;height:18px;margin:15px 8px 0 0;vertical-align:top;background:url(/publish/images/content/titBoxIcon.png) no-repeat left top;} | |
| 81 | +.sub .heading .button2 {padding:0 17px;font-size:16px;line-height:46px;text-align:center;border:1px solid #d5d5d5;border-radius:5px;} | |
| 82 | +.sub .heading .button2:hover {box-shadow:0px 0px 5px 3px rgba(0,0,0,0.12);} | |
| 83 | +.sub .heading .button2.info:before {content:'';display:inline-block;width:18px;height:20px;margin:14px 8px 0 0;vertical-align:top;background:url(/publish/images/content/titBoxIcon.png) no-repeat left top;} | |
| 84 | + | |
| 85 | +.titBox {padding: 8px 20px;border: 2px solid #dddddd;border-radius: 5px;margin:15px 0;position: relative;} | |
| 86 | +.titBox a {display: inline-block;} | |
| 87 | +.titBox p {color: #666;font-weight: 300;padding: 2px 0; font-size: 14px; line-height: 1.2;} | |
| 88 | +.titBox p span {color: #e40000;font-weight: 500;} | |
| 89 | +.titBox.type1 p {width: 80%;} | |
| 90 | +.titBox>button {position: absolute;right: 25px;top: 50%;transform: translateY(-50%);height: 42px; padding: 0 15px; border: 1px solid #d5d5d5;border-radius: 5px;font-size: 16px;} | |
| 91 | +.titBox button:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12); border: 1px solid #b1b1b1;} | |
| 92 | +.titBox button.titBox_btn1 i {background-image: url(/publish/images/content/titBoxIcon.png);width: 18px;height: 20px;margin-right: 7px;} | |
| 93 | +.titBox button.titBox_btn2 {right: 140px;} | |
| 94 | +.titBox button.titBox_btn2 i {background-image: url(/publish/images/content/titBoxIcon2.png);width: 15px;height: 18px;margin-right: 7px; margin-bottom: 4px;} | |
| 95 | +.titBox button.titBox_btn3 i {background-image: url(/publish/images/content/titBoxIcon3.png);width: 16px;height: 15px;margin-right: 7px; margin-bottom: 3px;} | |
| 96 | +.titBox button i.receipt_img {background-image: url(/publish/images/content/receipt_icon.png);width: 18px;height: 18px;margin-right: 7px; margin-bottom: 4px;} | |
| 97 | +.titBox .btnWrap {position: absolute; right: 25px; top: 50%; transform: translateY(-50%);} | |
| 98 | +.titBox .btnWrap button {padding: 8px 0; border: 1px solid #d5d5d5;border-radius: 5px;font-size: 16px; font-weight: 400; margin-bottom: 5px;} | |
| 99 | +.titBox .btnWrap button:last-child {margin-bottom: 0;} | |
| 100 | +.titBox .btnWrap button span {font-size: 14px; color: #666; display: block;} | |
| 101 | +.titBox .btnWrap.type1 {width: 250px;} | |
| 102 | +.titBox .btnWrap.type1 button {width: 250px;} | |
| 103 | +.titBox .btnWrap.type2 {width: 180px;} | |
| 104 | +.titBox .btnWrap.type2 button {width: 180px;} | |
| 105 | +.titBox .btnWrap.type2 button:first-child:hover {border: 1px solid #129738 !important;} | |
| 106 | +.titBox .btnWrap.type2 button:last-child:hover {border: 1px solid #53a6da !important;} | |
| 107 | +/*발송결과 개선 : 화면 상단 박스*/ | |
| 108 | +.titBox_result {padding: 17px 25px;border: 3px solid #dddddd;border-radius: 5px;margin:15px 0 25px 0;position: relative;} | |
| 109 | +.titBox_result p {color: #666;font-weight: 300;padding: 2px 0; font-size: 16px; line-height: 1.2;} | |
| 110 | + | |
| 111 | +.msg_com {background-color: #fff; border-radius: 5px;height: 26px;padding: 0 10px;font-weight: 600;display: inline-block;line-height: 25px;} | |
| 112 | +.msg_com.msg_short {border: 1px solid #002c9a;color: #002c9a;} | |
| 113 | +.msg_com.msg_long {border: 1px solid #12bec9;color: #008d96;} | |
| 114 | +.msg_com.msg_photo {border: 1px solid #e26ba9;color: #cf468d;} | |
| 115 | +.msg_com.msg_allimtalk {border: 1px solid #fbc72b;color: #222;} | |
| 116 | + | |
| 117 | +/* sub tab */ | |
| 118 | +/* tabTpye1 */ | |
| 119 | +.tabType1 {background-color: #fff;width: 100%;border-radius: 10px; display: flex;text-align: center;margin-bottom: 20px;border:2px solid #46484a;} | |
| 120 | +.tabType1 li {flex-basis: calc(100%/2); position: relative;} | |
| 121 | +.tabType1 li button {width: 100%;padding: 13px 0;font-size: 16px;position:relative;z-index:1;} | |
| 122 | +.tabType1 li.active {background-color: #46484a;} | |
| 123 | +.tabType1 li.active:after {content:'';position:absolute;left:-1px;top:-1px;width:100%;height:100%;border:1px solid #46484a;} | |
| 124 | +.tabType1 li.active button {color: #fff;border:1px solid #46484a;background-color: #46484a;} | |
| 125 | +.tabType1 li.active button:before {content:'';position:absolute;left:-1px;top:-1px;width:100%;height:100%;border:2px solid #46484a;box-sizing:border-box;} | |
| 126 | +.tabType1 li.active button:after {content:'';position:absolute;left:-5px;top:-5px;width:100%;height:100%;border:5px solid #46484a;border-radius:10px;} | |
| 127 | +.top_content {display: none;} | |
| 128 | +.top_content.current {display: block;} | |
| 129 | +/* tabTpye1 - 마이페이지 - 알림설정 */ | |
| 130 | +.alarm_cont {display: none;} | |
| 131 | +.alarm_cont.current {display: block;} | |
| 132 | +.mypage_content .tabType1 {background-color: #f4f4f5; color: #222; margin-top: 40px;} | |
| 133 | +.mypage_content .tabType1 li.active button {background-color: #fbc72b; color: #222;} | |
| 134 | +/* tabTpye1 - 결제내역 - 요금결제내역 */ | |
| 135 | +.pay_cont {display: none;} | |
| 136 | +.pay_cont.current {display: block;} | |
| 137 | +.pay_tab_wrap .tabType1 {background-color: #f4f4f5; color: #222; margin: 30px 0 ;border:0 none;border-radius:5px;} | |
| 138 | +.pay_tab_wrap .tabType1 li::after {content: ""; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); width: 1px; height: 30px; background-color: #d5d5d5;} | |
| 139 | +.pay_tab_wrap .tabType1 li:last-child::after {content: none;} | |
| 140 | +.pay_tab_wrap .tabType1 li:first-child button {border-radius:5px 0 0 5px;} | |
| 141 | +.pay_tab_wrap .tabType1 li:last-child button {border-radius:0 5px 5px 0;} | |
| 142 | +.pay_tab_wrap .tabType1 li.active {background-color:transparent;} | |
| 143 | +.pay_tab_wrap .tabType1 li.active::after {content: none;} | |
| 144 | +.pay_tab_wrap .tabType1 li.active button {background-color: #fbc72b; color: #222;border-radius:5px;line-height: 25px;} | |
| 145 | +.pay_tab_wrap .tabType1 li.active button:before {display:none;} | |
| 146 | +.pay_tab_wrap .tabType1 li.active button:after {display:none;} | |
| 147 | +/* tabTpye1 - 충전하기 - 요금안내/견적내기 */ | |
| 148 | +.fee_cont {display: none;} | |
| 149 | +.fee_cont.current {display: block;} | |
| 150 | + | |
| 151 | +/* tabTpye2 */ | |
| 152 | +.tabType2 {width: calc(100% - 600px); border-radius:10px 10px 0 0; display: flex;text-align: center;margin-bottom: 20px;position: relative;background-color: #fff;} | |
| 153 | +.tabType2::after {position: absolute;height: 2px;background-color: #000;width: calc(100% + 600px);content: "";bottom: 0;left: 0;} | |
| 154 | +.tabType2 li {flex-basis: calc(100% /4);min-width: 200px;} | |
| 155 | +.tabType2 li button {width: 100%;padding: 13px 0;font-size: 20px;border-left: 1px solid #e5e5e5;background-color: #fff;} | |
| 156 | +.tabType2 li:nth-child(3) button {border-left: 0;} | |
| 157 | +.tabType2 li:first-child button {border-left: 0;border-radius: 10px 0 0 0;} | |
| 158 | +.tabType2 li:last-child button {border-radius: 0 10px 0 0;} | |
| 159 | +.tabType2 li.active button {background-color: #46484a;border-radius:10px 10px 0 0;color: #fff;border-left: 1px solid transparent;} | |
| 160 | +.bottom_content {display: none;} | |
| 161 | +.bottom_content.current {display: block;} | |
| 162 | + | |
| 163 | +/* tabTpye4 */ | |
| 164 | +.custom_content {display: none;} | |
| 165 | +.custom_content.current {display: block;} | |
| 166 | +.tabType4 {background-color: #fff;width: 100%;border-radius: 10px; display: flex;text-align: center;margin-bottom: 20px;border:2px solid #46484a;} | |
| 167 | +.tabType4 li {flex-basis: calc(100%/3); position: relative;} | |
| 168 | +.tabType4 li::after {content: ""; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); width: 1px; height: 34px; background-color: #ccc;} | |
| 169 | +.tabType4 li:last-child::after {content: none;} | |
| 170 | +.tabType4 li.active::after {content: none;} | |
| 171 | +.tabType4 li button {position:relative;width: 100%; height: 50px; padding: 12px 0;font-size: 18px; letter-spacing: -0.5px;} | |
| 172 | +.tabType4 li.active button {color:#fff;border:1px solid #46484a;background-color:#46484a;} | |
| 173 | +.tabType4 li.active button:before {content:'';position:absolute;left:-1px;top:-1px;width:100%;height:100%;border:2px solid #46484a;box-sizing:border-box;} | |
| 174 | +.tabType4 li.active button:after {content:'';position:absolute;left:-5px;top:-5px;width:100%;height:100%;border:5px solid #46484a;border-radius:10px;} | |
| 175 | +.tabType4.tabTwo li {flex-basis: calc(100%/2);} | |
| 176 | + | |
| 177 | +/* tabTpye5 */ | |
| 178 | +.popup_cont {display: none;} | |
| 179 | +.popup_cont.current {display: block;} | |
| 180 | +.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;} | |
| 181 | +.tabType5 li {flex-basis: calc(100%/3); position: relative;} | |
| 182 | +.tabType5 li::after {content: ""; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); width: 1px; height: 100%; background-color: #c7c8c8;} | |
| 183 | +.tabType5 li:last-child::after {content: none;} | |
| 184 | +.tabType5 li.active::after {content: none;} | |
| 185 | +.tabType5 li button {width: 100%;height: 45px; font-size: 18px;} | |
| 186 | +.tabType5 li.active button {background-color: #46484a;border-radius: 5px 5px 0 0;color: #fff; font-weight: 300;} | |
| 187 | + | |
| 188 | +/* tabTpye6 */ | |
| 189 | +.history_cont {display: none;} | |
| 190 | +.history_cont.current {display: block;} | |
| 191 | +.tabType6 {background-color: #fff;width: 100%;border-bottom: 1px solid #e5e5e5; display: flex;text-align: center;} | |
| 192 | +.tabType6 li {flex-basis: calc(100%/2);} | |
| 193 | +.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;} | |
| 194 | +.tabType6 li.active button {background-color: #c8c8c8;border-radius: 5px 5px 0 0; border: 1px solid #c8c8c8;} | |
| 195 | +.pay_refund_cont .pay_tType1 {margin-top:-20px;} | |
| 196 | +.pay_refund_cont .pay_tType1 tbody tr:first-child {border-top:0 none;} | |
| 197 | +/*// sub tab */ | |
| 198 | + | |
| 199 | +/* calendar */ | |
| 200 | +.calendar_wrap {position:relative;display: inline-block;} | |
| 201 | +.calendar_wrap>span {font-weight: 500;} | |
| 202 | +.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;} | |
| 203 | +.calendar_in {position: relative;display: inline;} | |
| 204 | +.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%);} | |
| 205 | +.calendar_in .calendar-frame {border: 0;height: 290px;width: 320px;} | |
| 206 | +.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;} | |
| 207 | +/* 요금결제 결제내역 */ | |
| 208 | +.pay_cont .calendar_in .calendarPop {top: 40px; left: -162px;} | |
| 209 | +/* 요금결제 사용내역 */ | |
| 210 | +.serv_content .excel_middle .calendar_in .calendarPop {top: 30px; left: -124px;} | |
| 211 | +.serv_content .history_details+.tType1_title{margin: 30px 0 0 0;} | |
| 212 | +.serv_content .history_details+.tType1_title+.excel_middle{margin: 0 0 20px 0;} | |
| 213 | + | |
| 214 | + | |
| 215 | +/* tType1 기본 */ | |
| 216 | +.tType1 {width: 100%;text-align: left;table-layout: fixed;} | |
| 217 | +.tType1 tbody tr {border-bottom: 1px solid #e5e5e5;} | |
| 218 | +.tType1 tbody tr:first-child{border-top: 2px solid #000;} | |
| 219 | +.tType1 tbody tr th {min-width: 75px; height: 55px; vertical-align: middle;font-size: 17px; text-align: left;} | |
| 220 | +.tType1 tbody tr th .essential {display:inline-block;margin:4px 2px 0 0;vertical-align:top;color:#e40000;} | |
| 221 | +.tType1 tbody tr th.vTop {vertical-align: top; padding-top: 20px; line-height: 1.2;} | |
| 222 | +.tType1 tbody tr td {vertical-align: middle;font-weight: 300;line-height: 1.3; padding: 10px 0;} | |
| 223 | +.tType1 tbody tr td p {line-height: 1.4;} | |
| 224 | +/* tType1 특정 콘텐츠 */ | |
| 225 | +/* 문자 보내기 - 문자분류 */ | |
| 226 | +.tType1 tbody tr td.send_cf {font-size: 18px;} | |
| 227 | +/* 문자 보내기 - 내용 */ | |
| 228 | +.tType1 tbody tr td.putText {padding: 10px 0;} | |
| 229 | +.tType1 tbody tr td.putText>div {display: flex; width: 100%;} | |
| 230 | +.tType1 tbody tr td.putText>p:last-child {color: #555; font-size: 14px; padding-top: 10px;} | |
| 231 | +.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;*/} | |
| 232 | +.tType1 tbody tr td.putText .put_left .text_length {position: relative;min-height: 28px;margin:0 0 15px;border-radius: 0 0 5px 5px;} | |
| 233 | +.tType1 tbody tr td.putText .put_left .text_length>div:first-child {font-size: 15px; padding-left: 10px;} | |
| 234 | +.tType1 tbody tr td.putText .put_left .text_length>div:last-child {position: absolute;bottom: 0;right: 10px;} | |
| 235 | +.tType1 tbody tr td.putText .put_left .text_length p {display: inline-block;padding-right: 10px;} | |
| 236 | +.tType1 tbody tr td.putText .put_right { width: 26%; max-width: 200px; position: relative;} | |
| 237 | +.tType1 tbody tr td.putText .put_right>button {width: calc(100% - 10px); margin-left: 10px;margin-bottom: 5px;} | |
| 238 | +.tType1 tbody tr td.putText .put_right .btn_popup_wrap button:not(.btn_close) {width: calc(100% - 10px); margin-left: 10px;margin-bottom: 5px;} | |
| 239 | +.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;} | |
| 240 | +.tType1 tbody tr td.putText .put_right .send_btnWrap {position: absolute;bottom: 0;right:0;width: calc(100% - 10px);} | |
| 241 | +.tType1 tbody tr td.putText .put_right .send_btnWrap button {width: 48.5%;} | |
| 242 | +.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;} | |
| 243 | +/* 단문 */ | |
| 244 | +.tType1 tbody tr td.putText .put_left.short textarea {height: 190px;margin:10px 0;padding:0 5px;} | |
| 245 | +.tType1 tbody tr td.putText .put_left.short textarea::placeholder {color: #b5b5b5;} | |
| 246 | +.tType1 tbody tr td.putText .put_left.short.on {border: 1px solid #002c9a;border-radius: 5px;background-color: #eef2f9 !important;} | |
| 247 | +/* 장문 */ | |
| 248 | +.tType1 tbody tr td.putText .put_left.long textarea {height: 380px;} | |
| 249 | +.tType1 tbody tr td.putText .put_left.long.on {border: 1px solid #12bec9;border-radius: 5px;background-color: #eef5f9 !important;} | |
| 250 | +/* 그림 */ | |
| 251 | +/* .tType1 tbody tr td.putText .put_left.photo textarea {margin-top: 95px; height: 163px;} */ | |
| 252 | +.tType1 tbody tr td.putText .put_left.photo.on {border: 1px solid #e26ba9;border-radius: 5px;background-color: #f8f1f5 !important;} | |
| 253 | +/* 제목 */ | |
| 254 | +.tType1 tbody tr.msg_title {display:none;} | |
| 255 | +.tType1 tbody tr.msg_title.active {display:table-row;} | |
| 256 | +.tType1 tbody tr.msg_title td .title_wrap .textbox {display:none;margin:10px 0 0;} | |
| 257 | +.tType1 tbody tr.msg_title td .title_wrap .textbox.active {display:block;} | |
| 258 | +/*// tType1 기본 */ | |
| 259 | + | |
| 260 | +.sort_wrap {display:inline-block;} | |
| 261 | +.sort_wrap button:nth-child(1) img {margin-left: 3px;} | |
| 262 | +.sort_wrap button:nth-child(2) img {margin-left: -5px;} | |
| 263 | +.sort_wrap button img {margin-bottom: 5px;} | |
| 264 | + | |
| 265 | +.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;} | |
| 266 | +.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;} | |
| 267 | +.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;} | |
| 268 | + | |
| 269 | +/* tType3 - table 모양이지만 div형태 */ | |
| 270 | +.tType3 {width: 100%; border-radius: 3px; border: 1px solid #ccc; box-sizing: border-box;} | |
| 271 | +.tType3.payDetail {margin-bottom: 50px;} | |
| 272 | +.tType3.usageDetail {margin-bottom: 50px;} | |
| 273 | +/* colgroup -- 요금결제내역 */ | |
| 274 | +/* .tType3.payDetail .tType3_bd_wrap {height: 400px;} */ | |
| 275 | +.tType3.payDetail {margin: -15px 0 10px 0;} | |
| 276 | +.payDetail .tType3_hd>div:nth-child(1), .payDetail .tType3_bd>div:nth-child(1) {width: 40px;} | |
| 277 | +.payDetail .tType3_hd>div:nth-child(2), .payDetail .tType3_bd>div:nth-child(2) {width: 20%;} | |
| 278 | +.payDetail .tType3_hd>div:nth-child(3), .payDetail .tType3_bd>div:nth-child(3) {width: 17%;} | |
| 279 | +.payDetail .tType3_hd>div:nth-child(4), .payDetail .tType3_bd>div:nth-child(4) {width: 15%;} | |
| 280 | +.payDetail .tType3_hd>div:nth-child(5), .payDetail .tType3_bd>div:nth-child(5) {width: 17%;} | |
| 281 | +.payDetail .tType3_hd>div:nth-child(6), .payDetail .tType3_bd>div:nth-child(6) {width: 15%;} | |
| 282 | +.payDetail .tType3_hd>div:nth-child(7), .payDetail .tType3_bd>div:nth-child(7) {width: 17%;} | |
| 283 | + | |
| 284 | +.table_cont {display: none;} | |
| 285 | +.table_cont.current {display: block;} | |
| 286 | + | |
| 287 | +/* thead */ | |
| 288 | +.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;} | |
| 289 | +.tType3 .tType3_hd::after {content: ""; background-color: #e9e9e9; width: 100%; height: 18px; position: absolute; bottom: 0; left: 0;z-index: -1;} | |
| 290 | +.tType3 .tType3_hd>div {border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; box-sizing: border-box;} | |
| 291 | +.tType3 .tType3_hd>div:first-child {border-left: 0; } | |
| 292 | +.tType3 .font_ellipsis {position: relative;} | |
| 293 | +/* 이용내역 호버 컨텐츠(이미지, 글 모두 보여줌) */ | |
| 294 | +.history_hover {position: absolute; width: 300px; height: 250px; padding: 25px; overflow: hidden; box-shadow: 0 0 8px rgba(0,0,0,0.5); background-color: #f4f6fa; border: 1px solid #002c9a; border-radius: 5px; z-index: 10; box-sizing: border-box; display: none;} | |
| 295 | +.history_hover ul {display: flex; margin-bottom: 15px;} | |
| 296 | +.history_hover ul li {width: calc(100%/3); height: 124px; margin-left: 5px; border-radius: 3px; overflow: hidden; background-color: #fff;} | |
| 297 | +.history_hover ul li:first-child {margin-left: 0;} | |
| 298 | +.history_hover ul li img {width: 100%;} | |
| 299 | +.history_hover p {line-height: 1.5; text-align: left; color: #222;} | |
| 300 | +.history_hover .allimtalk_title{position: relative; width: calc(100% - 20px); background-color: #fae100; font-family: 'LotteMartDream'; font-size: 18px; padding: 12px 21px; border-radius: 5px 5px 0 0; box-sizing: border-box; color: #222; margin: 10px 0 0 0;} | |
| 301 | +.history_hover .allimtalk_title::after{position: absolute; content: " "; width: 42px; height: 42px; background: url(/publish/images/content/icon_kakao01.png) no-repeat; right: -20px; top: -10px;} | |
| 302 | +.history_hover .allimtalk_title img{margin: 0 8px 0 0; vertical-align: bottom;} | |
| 303 | +.history_hover .allimtalk_content{width: 100%;background-color: #fff; border-radius: 0 0 5px 5px; padding: 0 0 10px 0;} | |
| 304 | +.history_hover .allimtalk_content .kakao_image img{width: 100%;} | |
| 305 | +.history_hover .allimtalk_content p{width: calc(100% - 20px); white-space: normal; word-break: break-all; line-height: 1.4; padding: 0 10px; margin: 0 auto;} | |
| 306 | +.history_hover .allimtalk_content .template_text,.history_hover .allimtalk_content .emphasis_title_text{font-size: 16px; font-weight: 500; color: #222;} | |
| 307 | +.history_hover .allimtalk_content .emphasis_side_text{padding: 15px 0 0 0;} | |
| 308 | +.history_hover .allimtalk_content .emphasis_title_text{padding: 0 0 15px 0; border-bottom: 1px solid #e5e5e5;} | |
| 309 | +.history_hover .allimtalk_content .emphasis_side_text,.history_hover .allimtalk_content .side_info_text,.history_hover .allimtalk_content .channel_info_text{font-size: 14px; color: #999; margin: 0 auto 6px auto; white-space: normal; word-break: break-all;} | |
| 310 | +.history_hover .allimtalk_content .template_text{padding: 15px 0 0 0;} | |
| 311 | +.history_hover .allimtalk_content .side_info_text{padding: 8px 0 0 0;} | |
| 312 | +.history_hover .allimtalk_content .channel_info_text{padding: 0 0 4px 0;} | |
| 313 | +.history_hover .allimtalk_content button{margin: 0 0 8px 10px;} | |
| 314 | +.history_hover .allimtalk_content button:last-child{margin-bottom: 0;} | |
| 315 | +.history_hover .allimtalk_content .template_text+.btn_kakao_type{margin-top: 8px;} | |
| 316 | +.history_hover .allimtalk_content .btn_kakao_channel{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ffea00;} | |
| 317 | +.history_hover .allimtalk_content .btn_kakao_type{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ededed;} | |
| 318 | + | |
| 319 | +/* tbody */ | |
| 320 | +/* .tType3 .tType3_bd_wrap {height: 399px;} */ | |
| 321 | +.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;} | |
| 322 | +.tType3 .tType3_bd span {font-weight: 400;} | |
| 323 | +.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;} | |
| 324 | +.tType3 .tType3_bd>div:first-child {border-left: 0;} | |
| 325 | +.tType3 .tType3_bd:last-child>div {border-bottom: 0;} | |
| 326 | +.tType3 .tType3_bd .table_certify {font-weight: 400;} | |
| 327 | +.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;} | |
| 328 | +.tType3 .tType3_bd .input_wrap2 input[type="text"]::placeholder {color: #555;} | |
| 329 | +.tType3 .tType3_bd .input_wrap2 input[type="text"]:-ms-input-placeholder {color: #555;} | |
| 330 | +.tType3 .tType3_bd .btnType14 {height: 28px; padding: 0 11.5px; vertical-align: baseline; line-height: 28px;} | |
| 331 | +.tType3 .tType3_bd input[type="radio"] {margin-top: 0; margin-right: 0; vertical-align: revert;} | |
| 332 | + | |
| 333 | + | |
| 334 | +.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;} | |
| 335 | +.tb_wrap:after {content:'';position:absolute;left:2px;bottom:0;width:calc(100% - 4px);height:1px;background:#ccc;} | |
| 336 | +.tType4{table-layout: fixed; width: 100%;} | |
| 337 | +.tType4 thead{background-color: #ededed; position: relative; z-index: 0;} | |
| 338 | +.tType4 thead tr:only-child th{height: 36px;} | |
| 339 | +.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;} | |
| 340 | +.tType4 thead th::after{position: absolute; content: " "; width: 100%; height: 18px; background-color: #e5e5e5; bottom: 0; left: 0; z-index: -1;} | |
| 341 | +.tType4 thead th:last-child{border-right: 0;} | |
| 342 | +.tType4 .sort_wrap{display: inline-block;} | |
| 343 | +.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;} | |
| 344 | +.tType4 tbody td.tb_tit{text-align: left; position: relative;} | |
| 345 | +.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;} | |
| 346 | +.tType4 tbody tr:only-child:last-child td{border-bottom: 1px solid #ccc;} | |
| 347 | +/* .tType4 tbody tr:nth-child(10n) td{border-bottom: 0;} */ | |
| 348 | +.tType4 tbody td:last-child{border-right: 0;} | |
| 349 | +.tType4 tbody td>p{width: 100%; line-height: 38px; white-space: nowrap; text-overflow: ellipsis; letter-spacing: -0.5px; overflow: hidden;margin: 0 auto;} | |
| 350 | +.tType4 tbody td span {font-weight: 400;} | |
| 351 | +.tType4 td input[type="text"]{height: 28px; display: inline-block; border: 1px solid #e5e5e5; margin-right: 5px;} | |
| 352 | +.tType4 tbody .btnType14 {height: 28px;} | |
| 353 | +.tType4 .memo_text {width: calc(100% - 35px); margin-right: 5px; display: inline-block; text-align: left; vertical-align: inherit;} | |
| 354 | +.tType4 tbody td span.textReject {line-height:28px;} | |
| 355 | +.tType4 tbody td .btnTypeReject {margin:0 0 0 3px;line-height:26px;letter-spacing:0;text-align:center;vertical-align:top;} | |
| 356 | +/* 발송결과 개선 : 테이블 내용 수정 */ | |
| 357 | +.tType4 tbody td.result_cont a {text-align: left!important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} | |
| 358 | +.tType4 tbody td.result_cont .result_tit { } | |
| 359 | +.tType4 tbody td .cancel_date {font-size:14px; color:#666; display: block;} | |
| 360 | + | |
| 361 | +/* .thumb_wrap {position: absolute; margin-left: 20px; top: 20px; left: 0;} */ | |
| 362 | +.thumb_wrap {margin: 15px 0 0 10px;} | |
| 363 | +.thumb_wrap.none{margin:0;} | |
| 364 | +.thumb_wrap li {margin: 0 2px; display: inline-block; position: relative;} | |
| 365 | +.thumb_wrap li>div {width: 80px; height: 80px; border-radius: 5px; overflow: hidden; box-sizing: border-box;} | |
| 366 | +.thumb_wrap li>div img {width: 80px;height:100%;object-fit:cover;} | |
| 367 | +.thumb_wrap li.on>div {border: 2px solid #fbc72b;} | |
| 368 | +.thumb_wrap li button.file_close {position: absolute; top: 5px; right:5px; width: 20px; height: 20px; border: 1px solid #dbdbdb; border-radius: 50%; background-color: rgba(0,0,0,0.25); } | |
| 369 | +.thumb_wrap li button.file_close_on {display: none;} | |
| 370 | +.thumb_wrap li.on button.file_close {display: none;} | |
| 371 | +.thumb_wrap li button img {margin-bottom: 4px;} | |
| 372 | +.thumb_wrap li.on button.file_close_on {position: absolute; top: 5px; right:5px; display: block; } | |
| 373 | +.thumb_wrap li.on button.file_close_on img {margin-bottom: 0;} | |
| 374 | +/* 광고 */ | |
| 375 | +.ad_txt {margin:15px 0 0 0;padding:0 0 0 15px;font-weight:400;font-size:17px;} | |
| 376 | +.ad_tit {padding-bottom: 10px;} | |
| 377 | +.deny_receipt {padding-top: 10px;} | |
| 378 | + | |
| 379 | +/* 문자 보내기 - 받는사람 리스트 */ | |
| 380 | +.receipt_num {display: block !important;} | |
| 381 | +.receipt_num_top{display:flex;} | |
| 382 | +.receipt_num_top span {font-size: 14px; color: #e40000; font-weight: 400;white-space:nowrap;} | |
| 383 | +.receipt_num_midde {display: flex; width: 100%; margin-top: 10px;} | |
| 384 | +.receipt_num_midde .tabulator .tabulator-header {margin-left:0 !important;} | |
| 385 | +.receipt_num_midde .tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode=virtual] {width:100% !important;} | |
| 386 | +.btn_popup_wrap.check_validity_wrap {position: absolute; bottom: 0; width: 100%;} | |
| 387 | +.btn_popup_wrap.check_validity_wrap button {border: 1px solid #002c9a; color: #002c9a; margin-bottom: 0 !important; position: relative;} | |
| 388 | +.tType1 tbody tr td.putText textarea.receipt_num{height: 70px;padding: 10px 15px;background-color: #f2f2f2;border-radius: 5px;line-height: 1.4;} | |
| 389 | +.receipt_num_top .btn_popup_wrap{display:inline-block;margin:0 0 0 10px;} | |
| 390 | + | |
| 391 | + | |
| 392 | +.tType1_title {font-size: 20px; font-weight: 600; position: relative; height: 40px;} | |
| 393 | +.tType1_title button {position: absolute;top: 22%; right: 0; transform: translateY(-50%); background-color: #002c9a; height: 40px; padding: 0 15px; color: #fff;} | |
| 394 | +.tType1_title>span {font-size: 16px; font-weight: 300; color: #666;} | |
| 395 | +.tType1 tbody tr td.send_list {position: relative;display: flex; justify-content: space-between;} | |
| 396 | +.tType1 tbody tr td.send_list .list_left, .tType1 tbody tr td.send_list .list_right {width: calc(100%/2 - 25px);min-width: 290px;} | |
| 397 | +.tType1 tbody tr td.send_list .list_left {left: 0;position: relative;} | |
| 398 | +.tType1 tbody tr td.send_list .list_left .add_num {height: 90px;} | |
| 399 | +.tType1 tbody tr td.send_list .list_left .add_num input[type="text"] {width: calc(100% - 97px);min-width: 200px;} | |
| 400 | +.tType1 tbody tr td.send_list .list_left .add_num input[type="text"]::placeholder {color: #a6a6a6; font-weight: 300;} | |
| 401 | +.tType1 tbody tr td.send_list .list_left .add_num>span {color: #e40000;font-size: 13px;font-weight: 400;line-height: 39px;} | |
| 402 | +.tType1 tbody tr td .text_req {display: inline-block; color: #999; font-size: 17px; font-weight: 300; vertical-align: middle;} | |
| 403 | +.numOfCase {position: absolute;right: 0;top: 57px;} | |
| 404 | +.numOfCase p {display: inline-block;font-size: 13px;} | |
| 405 | +.numOfCase p:first-child span {color: #e40000;font-weight: 500;} | |
| 406 | +.numOfCase p:last-child span {color: #002c9a;font-weight: 500;} | |
| 407 | + | |
| 408 | +.tType1 tbody tr td.send_list .list_right {right: 0;} | |
| 409 | +.tType1 tbody tr td.send_list .list_right .list_btnWrap {display: flex;flex-flow: wrap;justify-content: space-between;} | |
| 410 | +.tType1 tbody tr td.send_list .list_right .list_btnWrap button {height: 37px;width: calc(100%/3 - 3px);margin-bottom: 5px;} | |
| 411 | + | |
| 412 | +.listType {min-width: 420px; height: 308px; border: 1px solid #ccc; width: calc(100% - 26%); box-sizing: border-box; border-radius: 5px; background-color: #f2f2f2; position: relative; } | |
| 413 | +.listType .list_table {display: flex;} | |
| 414 | +.listType .list_table div {display: inline-block;text-align: center;} | |
| 415 | +.listType .list_table div img {margin-bottom: 3px;} | |
| 416 | +.listType .list_table p {display: inline-block;} | |
| 417 | +.listType .list_table .cb_wrap {width: 60px;} | |
| 418 | +.listType .list_table .cb_wrap input[type="checkbox"] {margin-bottom: 3px;} | |
| 419 | +.listType .list_table .list_table_num {width: 55%;} | |
| 420 | +.listType .list_table .list_table_name {width: 45%;} | |
| 421 | +.listType .list_head {background-color: #e8e8e8;border-bottom: 1px solid #a2a2a2;padding: 7px 0;font-weight: 400;} | |
| 422 | +.listType .list_head p {margin-right: 3px;} | |
| 423 | +.listType .list_body {border-bottom: 1px solid #e5e6e7;padding: 4px 0;} | |
| 424 | +.listType .list_body:last-child {border-bottom: 0;} | |
| 425 | +.drag_drop_wrap {background-color: #f2f2f2; margin-top: 10px;} | |
| 426 | +.drag_drop {height: calc(100% - 37px); padding: 100px 0; box-sizing: border-box; text-align: center;} | |
| 427 | +.drag_drop_in {background-color: #fff; width: 600px; height: 100%; padding: 50px 0; border-radius: 5px; border: 2px solid #d5d5d5; border-style: dashed; margin: 0 auto; font-size: 16px; box-sizing: border-box;} | |
| 428 | +.drag_drop_in .drag_top i {background-image: url(/publish/images/content/drag&drop2.png); width: 100px; height: 74px; margin-bottom: 10px;} | |
| 429 | +.drag_drop_in p {color: #002c9a; font-weight: 600; padding: 20px 0 10px 0; font-size: 20px;} | |
| 430 | +.drag_drop_in span {color: #666; font-weight: 300;} | |
| 431 | +.drag_drop_in .drag_txt span {position: relative; display: block; padding: 3px; font-size: 20px;} | |
| 432 | +.drag_drop_in .drag_txt span::after {position: absolute; content: ""; background-color: #d5d5d5;width: 96px; height: 1px; top:54%; left: 175px; transform: translateY(-50%);} | |
| 433 | +.drag_drop_in .drag_txt span::before {position: absolute; content: ""; background-color: #d5d5d5;width: 96px; height: 1px; top:54%; right: 175px; transform: translateY(-50%);} | |
| 434 | + | |
| 435 | +.list_bottom {position: relative;margin-top: 10px;width: calc(100% - 190px); min-width: 420px;} | |
| 436 | +.list_bottom .remove_btnWrap {float: left;} | |
| 437 | +.list_bottom .list_bottom_right {float: right; font-size: 16px; display: flex;} | |
| 438 | +.list_bottom .list_bottom_right p {line-height: 36px;} | |
| 439 | +.list_bottom .list_bottom_right span {font-size: 20px; font-weight: 600 !important;} | |
| 440 | +.list_bottom .list_bottom_right .address_reg2 {height: 36px; padding: 0 10px; border-radius: 5px;font-weight: 400; background-color: #6a6c72; color: #fff; margin-left: 10px;} | |
| 441 | + | |
| 442 | +.list_bottom .remove_btnWrap .address_reg2 {width: calc(100% - 246px); background-color: #6a6c72; color: #fff; border-radius: 5px; font-weight: 300;} | |
| 443 | +.list_bottom .remove_btnWrap .check_validity {height: 32px; position: absolute; right: 0;} | |
| 444 | +.tType1 tbody tr td.send_list .add_btn {position: absolute; right: 0; top: 0;} | |
| 445 | +.tType1 tbody tr td.send_list .add_btn button {min-width: 95px; height: 32px; font-size: 14px;} | |
| 446 | +.tType1 tbody tr td.send_list .add_remove {text-align: center;margin: 40px 4px 0 4px;align-self: center;} | |
| 447 | +.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;} | |
| 448 | +.tType1 tbody tr td.send_list .add_remove button:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);} | |
| 449 | +.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;} | |
| 450 | +.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;} | |
| 451 | +/* 문자 보내기 - 결제금액 */ | |
| 452 | +.tType1 tbody tr th.billingAmount {position: relative;line-height: 1;vertical-align: middle;} | |
| 453 | +.tType1 tbody tr th.billingAmount>div {background-color: #f2f2f2;border-radius: 5px;padding: 23px 30px;margin: 20px 0; position: relative;} | |
| 454 | +.tType1 tbody tr th.billingAmount>div .final_pay {position: relative; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center;} | |
| 455 | +.tType1 tbody tr th.billingAmount>div p:first-child {font-size: 20px;font-weight: 500;} | |
| 456 | +.tType1 tbody tr th.billingAmount>div p:last-child {font-size: 20px;} | |
| 457 | +.tType1 tbody tr th.billingAmount>div p span#totalPriceTxt {font-size: 24px;color: #e40000;font-weight: 500;} | |
| 458 | +.tType1 tbody tr th.billingAmount>div p span:last-child {font-size: 16px;color: #888;font-weight: 300;} | |
| 459 | +.tType1 tbody tr th.billingAmount .pay_info_list p {float:left;line-height:35px;} | |
| 460 | +.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;} | |
| 461 | +.tType1 tbody tr th.billingAmount .pay_info_list .info strong {font-size:18px;font-weight:700;color:#002c9a;} | |
| 462 | +.tType1 tbody tr th.billingAmount .pay_info_list .info span {margin:0 8px 0 7px;} | |
| 463 | +.tType1 tbody tr th.billingAmount button.cal_btn {position: absolute;right: 0; top: 50%;transform: translateY(-50%);background-color: #fbc72b;width: 88px;height: 32px;border-radius: 5px;} | |
| 464 | +.tType1 tbody tr th.billingAmount button.cal_btn:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);} | |
| 465 | +.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;} | |
| 466 | +.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;} | |
| 467 | +.tType1 tbody tr th.billingAmount .pay_type button.btn_event_cash{width: 100px;} | |
| 468 | +.tType1 tbody tr th.billingAmount .pay_type:last-child {margin-top: 10px;} | |
| 469 | +.tType1 tbody tr th.billingAmount .pay_type>div:first-child {float: left;margin:0 0 0 5px;} | |
| 470 | +.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;} | |
| 471 | +.tType1 tbody tr th.billingAmount .pay_type>div:last-child {float: right;} | |
| 472 | +.tType1 tbody tr th.billingAmount .pay_type>div:only-child{float: left;} | |
| 473 | +.tType1 tbody tr th.billingAmount .pay_type input[type="radio"]+label {font-size: 16px;} | |
| 474 | +.tType1 tbody tr th.billingAmount .pay_type input[type="radio"]+label span {font-size: 17px; font-weight: 700;} | |
| 475 | +.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;} | |
| 476 | +.tType1 tbody tr th.billingAmount .pay_type input[type="text"]::placeholder {color: #000; font-size: 16px; text-align: right; font-weight: 500;} | |
| 477 | +.tType1 tbody tr th.billingAmount .pay_type button {width: 78px; margin-left: 5px;} | |
| 478 | + | |
| 479 | +.tType1 tbody tr td.check_num>div {display: inline-block;} | |
| 480 | +.tType1 tbody tr td.check_num>div button {height: 40px; padding: 0 5px;} | |
| 481 | +.tType1 tbody input[type="text"] {height: 40px; padding: 0 15px; background-color: #f2f2f2;border-radius: 5px;line-height:38px;} | |
| 482 | +.tType1 tbody input[type="password"] {height: 50px; padding: 0 15px; background-color: #f2f2f2;border-radius: 5px; font-size: 16px;} | |
| 483 | +.tType1 tbody select.sel_number {width: 340px; height: 40px; padding: 0 20px; background-color: #f2f2f2;border-radius: 5px; border: 0;color: #002c9a;font-weight: 400;font-size: 16px;background-image: url(/publish/images/select_search.png); background-repeat: no-repeat; background-position: 94% center;} | |
| 484 | +.tType1 tbody input[type="text"]::placeholder {color: #a6a6a6;} | |
| 485 | +.tType1 tbody input:disabled {background-color: #dedede;} | |
| 486 | + | |
| 487 | +/*발송금액 아래 등급별 가격안내 추가*/ | |
| 488 | +.my_price_wrap .center-line{width: 96%; height: 1px; background-color: #e5e5e5; margin: 0 auto;} | |
| 489 | +.my_price_wrap{letter-spacing: -0.5px; width: calc(100% - 100px); background-color: #fff; border-radius: 0 0 5px 5px; width: 100%;} | |
| 490 | +.my_price_wrap ul{display: flex; width: calc(100% - 20px); border-bottom: 1px dashed #d5d5d5; margin: 0 auto; padding: 15px 0px 15px 5px; align-items: center; flex-wrap: wrap; box-sizing: border-box;} | |
| 491 | +.my_price_wrap ul:last-child{border: 0; align-items: flex-start;} | |
| 492 | +.my_price_wrap ul:first-child li:last-child{margin: 0; padding: 0} | |
| 493 | +.my_price_wrap .title{font-size: 17px; font-weight: 400; color: #222; margin-top: 1px;} | |
| 494 | +.my_price_wrap .title span{font-size: 15px;} | |
| 495 | +.my_price_wrap .title img{margin: 0 8px 0 0; vertical-align: top;} | |
| 496 | +.my_price_wrap .type{border: 1px solid #46484a; border-radius: 3px; margin-right: 3px; color: #46484a; padding: 0 4px 1px 4px;} | |
| 497 | +.my_price_wrap .type, .price_line{font-size: 16px; font-weight: 400; color: #555;} | |
| 498 | +.my_price_wrap .price{color: #e40000; font-size: 18px; font-weight: 700;} | |
| 499 | +.my_price_wrap .line{font-size: 14px; color: #ababab;} | |
| 500 | + | |
| 501 | +/*// tType1 */ | |
| 502 | +/*// sub page 반복 */ | |
| 503 | + | |
| 504 | +/* sub1 문자전송 */ | |
| 505 | +/* send_top */ | |
| 506 | +.send_top .top_content {background-color: #fff;padding: 30px 40px;border-radius: 10px;} | |
| 507 | +.send_top .top_content .ad_text{display:inline-flex;height:40px;margin:-2px 0 0 8px;padding:0 20px;font-size:15px;font-weight:400;border:1px solid #afa2e9;border-radius:5px;background:#f0eefa;justify-content:center;align-items:center;vertical-align:middle;} | |
| 508 | +.send_top .top_content .ad_text i{width:20px;height:20px;margin:0 8px 0 0;font-size:15px;font-weight:bold;color:#fff;text-align:center;border-radius:100%;background:#e40000;line-height:20px;} | |
| 509 | +.send_top .top_content .ad_text a{color:#e40000;font-weight:bold;} | |
| 510 | +.send_top .send_price {display: inline-block;position: relative;margin-left:50px;vertical-align: middle;line-height: 25px;height: 27.5px;} | |
| 511 | +.send_top .send_price::after {content: "";position: absolute;background-color: #002c9a;width: 3px;height: 20px;border-radius: 2px; top: 50%;transform: translateY(-50%);left: -30px;} | |
| 512 | +.send_top .send_price li {display: inline-block;color: #555;padding-right: 7px;margin-right: 5px;position: relative; font-size: 15px; letter-spacing: -0.5px;} | |
| 513 | +.send_top .heading .send_price li:first-child {margin-right:28px;} | |
| 514 | +.send_top .send_price .price_line::after {content: "/";position: absolute;top: 50%;transform: translateY(-50%);right: 0;color: #ababab;font-size: 14px;} | |
| 515 | +.send_top .send_price li .type {border: 1px solid #46484a;border-radius: 3px;margin-right: 8px; color: #46484a;padding: 0 4px;} | |
| 516 | +.send_top .send_price li .price {color: #e40000;font-size: 16px;font-weight: 700;} | |
| 517 | +.send_top .send_general {width: 100%;display: flex;display: -ms-flexbox; justify-content: space-between; position: relative;} | |
| 518 | +/* left area 내용 입력 */ | |
| 519 | +.send_top .send_left {max-width: 870px;flex-basis: 68%;} | |
| 520 | +.send_top .send_left .myprice_view {display:inline-block;height:45px;margin:0 0 20px;padding:11px 6px 0 32px;vertical-align:top;background:#f5f5f5;border-radius:45px;box-sizing:border-box;} | |
| 521 | +.send_top .send_left .myprice_view dt {float:left;margin:0 13px 0 0;font-size:17px;font-weight:300;line-height:22px;} | |
| 522 | +.send_top .send_left .myprice_view dd {float:left;} | |
| 523 | +.send_top .send_left .myprice_view dd ul {overflow:hidden;} | |
| 524 | +.send_top .send_left .myprice_view dd ul li {position:relative;float:left;padding:0 26px 0 0;font-size:16px;line-height:24px;color:#555;} | |
| 525 | +.send_top .send_left .myprice_view dd ul li:after {content:'/';position:absolute;left:-17px;top:0;font-size:14px;line-height:24px;color:#ababab;} | |
| 526 | +.send_top .send_left .myprice_view dd ul li:first-child:after {display:none;} | |
| 527 | +.send_top .send_left .myprice_view dd ul li .type {display:inline-block;width:40px;height:24px;margin:0 9px 0 0;font-size:16px;line-height:22px;text-align:center;vertical-align:top;color:#555;border:1px solid #555;background:#fff;border-radius:3px;box-sizing:border-box;} | |
| 528 | +.send_top .send_left .myprice_view dd ul li .price {display:inline-block;font-size:18px;font-weight:700;line-height:24px;vertical-align:top;color:#002c9a;} | |
| 529 | +.send_top .send_left .myprice_view dd ul li .count {font-size:13px;} | |
| 530 | +/* right area 문자 미리보기 */ | |
| 531 | +.send_top .send_right {flex-basis: calc(100% - 68% - 80px); position: relative;min-height:630px;} | |
| 532 | +.send_top .send_general.sec .send_right {min-height:auto;} | |
| 533 | +/* phone 기본 -- sticky */ | |
| 534 | +.send_top .send_right .phone {width: 320px; position: absolute; right: -2px; top: 0;} | |
| 535 | +.send_top .send_right .phone .phoneIn {background-image: url(/publish/images/content/phoneBg.png); height: 600px; background-size: 100% auto; background-repeat: no-repeat; } | |
| 536 | +.send_top .send_right .phone .phoneIn>div {padding: 45px 25px 0 25px; position: relative; height: 96%; box-sizing: border-box;} | |
| 537 | +.send_top .send_right .phone .prev_p {font-size: 20px;font-weight: 500;padding-bottom: 12px;border-bottom: 1px solid #e5e5e5;} | |
| 538 | +.send_top .send_right .phone .text_length2 {padding: 12px 0;} | |
| 539 | +.send_top .send_right .phone .text_length2>span {float: left;line-height: 27px;} | |
| 540 | +.send_top .send_right .phone .text_length2>div {float: right;margin-top: 3px;} | |
| 541 | +.send_top .send_right .phone .text_length2>div span {color: #002c9a;font-size: 15px;padding-right: 2px;} | |
| 542 | +.send_top .send_right .phone .text_length2>div button {width: 24px;height: 24px; border: 1px solid #ccc;border-radius: 3px;} | |
| 543 | +.send_top .send_right .phone .text_length2>div button:hover {border: 1px solid #a3a3a3;} | |
| 544 | +.send_top .send_right .phone .text_length2>div button img {margin-bottom: 2px;} | |
| 545 | +.send_top .send_right .phone .text_preview{position: relative; width: calc(100% + 10px);/* height: 421px; */ padding-right:7px; max-height: calc(100% - 110px); box-sizing: border-box;overflow-y:auto;} | |
| 546 | +.send_top .send_right .phone .text_preview::-webkit-scrollbar {width:3px;} | |
| 547 | +.send_top .send_right .phone .text_preview::-webkit-scrollbar-track {} | |
| 548 | +.send_top .send_right .phone .text_preview::-webkit-scrollbar-thumb {width:3px;background:rgba(0,0,0,0.85);border-radius:3px;cursor:pointer;} | |
| 549 | +.send_top .send_right .phone .preview_auto {position: relative; width: 100%; background-color: #f2f2f2; border-radius: 10px; padding: 20px; box-sizing: border-box; line-height: 1.5; font-size: 15px; font-weight: 400; letter-spacing: -0.5px; margin: 0 0 20px 0;word-break: break-all; color: #555;} | |
| 550 | +/* .send_top .send_right .phone .text_preview .mCSB_scrollTools {right:-15px;} */ | |
| 551 | +/* .send_top .send_right .phone .preview_auto.on_scroll_text {width: 95% !important;} */ | |
| 552 | +.preview_auto p {word-break: break-all;} | |
| 553 | +.preview_auto .none_txt {color: #999; font-weight: 300;} | |
| 554 | +/* 핸드폰 안에 내용 길어져서 스크롤 생길 때 */ | |
| 555 | +.send_top .send_right .phone .addText {color: #002c9a;text-align: center; font-size: 14px; padding-top: 10px; margin:0 0 10px 0;} | |
| 556 | +.send_top .send_right .preview_util{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #d5d5d5;margin:20px 0 0 0;padding:0 0 20px 0;} | |
| 557 | +.send_top .send_right .preview_util>*{margin:0 2px;} | |
| 558 | +.send_top .send_right .preview_util button{width:32px;height:32px;border-radius:5px;border:1px solid #d5d5d5;background:#F5f5f5;} | |
| 559 | +.send_top .send_right .preview_util button img{margin:-2.5px 0 0 0;} | |
| 560 | +.send_top .send_right .preview_util p{margin:0 20px;font-weight:500;} | |
| 561 | + | |
| 562 | +/* 그림 문자 */ | |
| 563 | +.send_top .send_right .phone .text_length2 .photo_msg_num {margin-left: 3px; float: left;} | |
| 564 | +.send_top .send_right .phone .text_length2 .photo_msg_num li {display: inline-block; width: 28px; padding: 5px 0; border: 1px solid #ccc; border-radius: 5px; margin-right: 2px; background-color: #f5f5f5; color: #cf468d; text-align: center; box-sizing: border-box;} | |
| 565 | +.send_top .send_right .phone .text_length2 .photo_msg_num li:hover {background-color: #f8f1f5; border: 1px solid #e26ba9;} | |
| 566 | +.send_top .send_right .phone .text_preview .preiew_img .img_box {max-width: 308px; border-radius: 10px; overflow: hidden; margin-bottom: 10px;} | |
| 567 | +.send_top .send_right .phone .text_preview .preiew_img .img_box img {width: 100%;} | |
| 568 | +/* .send_top .send_right .phone .text_preview .preiew_img .img_box.on_scroll_img {max-width: 95% !important; margin-right: 15px;} */ | |
| 569 | + | |
| 570 | +/* 문자 예약 */ | |
| 571 | +/* .send_top .send_right .phone_bottom {position: absolute; bottom: 0; left: 0;} */ | |
| 572 | +.send_top .send_right .phone_bottom {position: absolute; bottom: 37px; left: 0;} | |
| 573 | +.send_top .send_right .send_rev {width: 310px; margin: 50px 0 0; /*position:relative;*/} | |
| 574 | +.send_top .send_right .send_rev .rev_selected {background-color: #f5f5f5;padding: 15px 0 15px 10px;border: 1px solid #d6d8da;border-radius: 10px;} | |
| 575 | +.send_top .send_right .send_rev .rev_radio input[type="radio"]+label {color: #555;margin-right: 8px;} | |
| 576 | +.send_top .send_right .send_rev select+label {color: #555;font-weight: 300; font-size: 14px;} | |
| 577 | +.send_top .send_right .send_rev input+label {color: #555;font-weight: 300; font-size: 14px;} /*2023 10 13 추가*/ | |
| 578 | +.send_top .send_right .send_rev input.dividType1 {width:50px; border:1px solid #d5d5d5; padding:4px 0 4px 10px; color:#777; } /*2023 10 13 추가*/ | |
| 579 | +.send_top .send_right .send_rev input[type="checkbox"]+label {color: #555;font-weight: 300; font-size: 14px;} | |
| 580 | +.send_top .send_right .send_rev .rev_top span {color: #555;font-weight: 300; font-size: 14px;} | |
| 581 | +.send_top .send_right .send_rev .rev_top .selBox {display: inline-block;} | |
| 582 | +.send_top .send_right .send_rev .rev_top .selBox select {font-size:14px;} | |
| 583 | +.send_top .send_right .send_rev .rev_top .calendar_wrap input[type="text"] {width: 110px;height: 34px; font-size:14px;} | |
| 584 | +.send_top .send_right .send_rev .rev_top .calendar_in .calendarPop {left: -130px;} | |
| 585 | +.send_top .send_right .send_rev .rev_bottom {margin-top: 8px;} | |
| 586 | +.send_top .send_right .send_rev .rev_bottom .selType1 {margin-left:5px;font-size:14px;} | |
| 587 | +/* 문자 전송 */ | |
| 588 | + | |
| 589 | +.send_top .send_right .send_rev .send_content {display:flex;margin:0 0 15px;padding:0 0 108px;justify-content:space-between;} | |
| 590 | +.send_top .send_right .send_rev .send_content .rev_radio ul li {padding:6px 0;vertical-align:top;} | |
| 591 | +.send_top .send_right .send_rev .send_content .rev_radio ul li input[type=radio], | |
| 592 | +.send_top .send_right .send_rev .send_content .rev_radio ul li input[type=radio] + label {vertical-align:top;} | |
| 593 | +.send_top .send_right .send_rev .send_content .send_btn {display:flex;width:245px;justify-content:space-between;} | |
| 594 | +.send_top .send_right .send_rev .send_content .send_btn button {width:calc(100%/2 - 4px);height:60px;} | |
| 595 | +.send_top .send_right .send_rev .use_enter {/*position:absolute;*/ padding:3px 0 8px 65px; display:flex;align-items:center;} | |
| 596 | +.send_top .send_right .send_rev .use_enter label {font-size:16px!important; padding:0 0 0 4px; font-weight:400!important;} | |
| 597 | + | |
| 598 | +/* sub1 엑셀 문자(대량 전송) */ | |
| 599 | +.send_top .get_excel .button.ad_btn i{position:absolute;display:inline-block;width:47px;height:36px;background:url(/publish/images/required_read.gif) no-repeat center;left:-23px;top:-21px;} | |
| 600 | +.send_top .get_excel .tType1 tbody tr td.putText .put_left{background:#f0eefa;} | |
| 601 | +.send_top .get_excel .send_right .phone {height: 93%; position: absolute; top: 0; right: 0;} | |
| 602 | +.send_general.sec .tType1 tbody tr:first-child {border-top: 0;} | |
| 603 | +.send_top .excelWrap {padding: 20px 0;} | |
| 604 | +.excel_middle {background-color: #f2f2f2; padding: 9px 20px; border-radius: 5px; margin: 20px 0;} | |
| 605 | +.excel_middle .select_btnWrap div{gap:6px;} | |
| 606 | +.send_top .excelWrap .excel_selBox {margin-bottom: 10px; display: flex; justify-content: space-between;} | |
| 607 | +.send_top .excelWrap .excel_selBox select.selType1 {padding: 0 80px 0 10px;} | |
| 608 | +.send_top .excelWrap .excel_selBox span {color: #e40000; font-size: 14px; padding-left: 5px;} | |
| 609 | +.send_top .excelWrap .excel_selBox button {height: 36px; padding: 0 12px; border-radius: 5px; font-size: 14px; letter-spacing: 0;} | |
| 610 | +.send_top .excelWrap .excel_selBox button.btnType14 i {background-image: url(/publish/images/content/excel_put_number.png); width: 21px; height: 16px;margin: 0 6px 4px 0;} | |
| 611 | +.send_top .excelWrap .file_add {margin-bottom: 20px} | |
| 612 | +.excel_middle2 {display: flex; justify-content: space-between; justify-items: center;} | |
| 613 | +.excel_middle2 p {align-self: center; font-weight: 300;} | |
| 614 | +.select_btnWrap>div:first-child {position:relative;float: left;} | |
| 615 | +.select_btnWrap>div:last-child {float: right; display: flex;} | |
| 616 | +.excelWrap .select_btnWrap>div:last-child button {margin: 0 2.5px;} | |
| 617 | +.select_btnWrap>div button {height: 32px; padding: 0 10px; border-radius: 5px; background-color: #fff; font-size: 14px;line-height:30px;} | |
| 618 | +.select_btnWrap>div:first-child button {border: 1px solid #d5d5d5; color: #555} | |
| 619 | +.select_btnWrap>div button:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);} | |
| 620 | +/* .select_btnWrap>div:first-child button:hover {border: 1px solid #e40000;color: #e40000;} */ | |
| 621 | +/* .select_btnWrap>div:first-child button:nth-child(1) i {background-image: url(/publish/images/content/add_icon.png);width: 10px;height: 10px;margin-right: 3px;} | |
| 622 | +.select_btnWrap>div:first-child button:nth-child(2) i {background-image: url(/publish/images/content/remove_icon.png);width: 10px;height: 2px;margin-right: 3px;} */ | |
| 623 | +button.check_validity {padding: 0 10px; border-radius: 5px; border:1px solid #b1b1b1; color: #555; } | |
| 624 | +button.check_validity i {background-image: url(/publish/images/content/qmIcon_s.png); width: 18px; height: 18px; margin: 0 0 2px 5px;} | |
| 625 | +button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);} | |
| 626 | +.select_btnWrap>div:last-child button.address_reg {border:1px solid #002c9a; color: #002c9a;} | |
| 627 | +.select_btnWrap>div:last-child button.address_reg:hover {border: 1px solid #002788;color: #002788;} | |
| 628 | +.send_top .get_excel .send_right .send_rev {margin: 20px 0 0;} | |
| 629 | + | |
| 630 | +/* 선거문자 */ | |
| 631 | +.sub .election .heading {position:relative;padding-bottom: 13px;} | |
| 632 | +.sub .election .heading>div:first-child {margin-top: 2px;} | |
| 633 | +.sub .election .heading .election_btnWrap {position:absolute;right:0;top:0;} | |
| 634 | +.sub .election .heading button {height: 42px; padding: 0 12px; border: 1px solid #002c9a; border-radius: 5px; margin-left: 2px; font-size: 15px; line-height: 2; color: #002c9a;} | |
| 635 | +.sub .election .heading .button2 {padding:0 17px;line-height:40px;border-color:#d5d5d5;color:#222;} | |
| 636 | +.sub .election .heading .button2.info:before {margin-top:10px;} | |
| 637 | +.sub .heading i.election_btn1 {background-image: url(/publish/images/content/candidate_img.png); width: 25px; height: 22px; margin: 0 3px 0px 0;} | |
| 638 | +.sub .heading i.election_btn2 {background-image: url(/publish/images/content/receipt_icon.png); width: 18px; height: 19px; margin: 0 3px 2px 0;} | |
| 639 | +.sub .heading i.election_btn3 {background-image: url(/publish/images/content/print_icon2.png); width: 20px; height: 19px; margin: 0 3px 2px 0;} | |
| 640 | + | |
| 641 | +/* 2023/12/01 선거문자 - 20건문자(수동문자)전송 추가 */ | |
| 642 | +/* .sub .election .receipt_number_table_wrap .listType{height:346px;} */ | |
| 643 | +.sub .election .receipt_number_table_wrap .listType{height:351px;} | |
| 644 | +.sub .election .receipt_number_table_wrap .put_left{width:calc(100% - 26%);border:0;padding:0;background:#fff;} | |
| 645 | +.sub .election .receipt_number_table_wrap .put_left .listType,.sub .election .receipt_number_table_wrap .listType .receipt_number_table{width:100%;} | |
| 646 | +.sub .election .receipt_number_table_wrap .listType .receipt_number_table{width:100%;} | |
| 647 | +.sub .election .receipt_number_table_wrap .receipt_number_table tbody{height:calc(100% - 38px);} | |
| 648 | +.sub .election .receipt_number_table_wrap .receipt_number_table thead tr,.sub .election .receipt_number_table_wrap .receipt_number_table tbody tr{border-top:0;} | |
| 649 | +.sub .election .receipt_number_table_wrap .receipt_number_table th,.sub .election .receipt_number_table_wrap .receipt_number_table td{position:relative;} | |
| 650 | +.sub .election .receipt_number_table_wrap .receipt_number_table th::after,.sub .election .receipt_number_table_wrap .receipt_number_table td::after{position:absolute;content:"";width:1px;height:16px;background:#d4d4d4;right:0;top:50%;transform:translateY(-50%);} | |
| 651 | +.sub .election .receipt_number_table_wrap .receipt_number_table th:last-child::after,.sub .election .receipt_number_table_wrap .receipt_number_table td:last-child::after{display:none;} | |
| 652 | +.sub .election .receipt_number_table_wrap .receipt_number_table{width:100%;text-align:center;table-layout:fixed;} | |
| 653 | +.sub .election .receipt_number_table_wrap .receipt_number_table thead tr{border-bottom:1px solid #a2a2a2;} | |
| 654 | +.sub .election .receipt_number_table_wrap .receipt_number_table thead tr th{height:38px;text-align:center;background:#e8e8e8;} | |
| 655 | +.sub .election .receipt_number_table_wrap .receipt_number_table tbody tr td{height:29px;background:transparent;border:0;border-bottom:1px solid #e5e6e7;padding:0 3px;} | |
| 656 | +.sub .election .receipt_number_table_wrap .receipt_number_table tbody tr td input{width:60px;} | |
| 657 | +.sub .election .receipt_number_table_wrap .receipt_number_table tbody tr td label{display:inline-block;width:calc(100% - 64px);} | |
| 658 | +.sub .election .receipt_number_table_wrap .put_right .receipt_info{width:calc(100% - 10px);height:calc(100% - 193px);background:#f2f2f2;margin:10px 0 0 10px;padding:10px;border-radius:5px;box-sizing:border-box;} | |
| 659 | +.sub .election .receipt_number_table_wrap .put_right .receipt_info dt{display:flex;font-size:15px;font-weight:500;margin:0 0 8px 0;justify-content:space-between;align-items:center;letter-spacing:-0.5px;} | |
| 660 | +.sub .election .receipt_number_table_wrap .put_right .receipt_info dd{font-size:14px;text-align:right;background:#fff;margin:0 0 8px 0;padding:3px 6px;border-radius:5px;} | |
| 661 | +.sub .election .receipt_number_table_wrap .put_right .receipt_info dd:last-child{margin:0 0 0 0;} | |
| 662 | +.sub .election .receipt_number_table_wrap .put_right .receipt_info dd b{font-size:16px;font-weight:500;} | |
| 663 | +.sub .election .receipt_number_table_wrap .put_right .receipt_info .btn_reset{font-size:14px;font-weight:500;color:#333;} | |
| 664 | +.sub .election .receipt_number_table_wrap .put_right .receipt_info .btn_reset i{display:inline-block;width:15px;height:13px;margin:-1px 2px 0 0;background:url(/publish/images/icon_reset.png) no-repeat center center;} | |
| 665 | +.sub .election .list_bottom{display:flex;width:94.8%;align-items:center;justify-content:space-between;padding:0 0 10px 0;} | |
| 666 | +.sub .election .receipt_number_table_wrap .list_bottom{width:100%;} | |
| 667 | +.sub .election .list_bottom .pagination{display:inline-flex;width:auto;margin:0;justify-content:flex-start;} | |
| 668 | +.sub .election .list_bottom .pagination button{display:inline-flex;align-items:center;justify-content:center;height:32px;} | |
| 669 | +.sub .election .list_bottom .list_bottom_right{float:none;display:inline-flex;justify-content:flex-end;align-items:center;} | |
| 670 | +.sub .election .list_bottom .list_bottom_right p{margin:0 10px 0 0;} | |
| 671 | +.sub .election .list_bottom .list_bottom_right button{width:95px;height:32px;font-size:14px;padding:0 2px;font-weight:400 !important;} | |
| 672 | +.sub .election .list_bottom .list_bottom_right>button{margin:0 4px 0 0;} | |
| 673 | +.sub .election .list_bottom .list_bottom_right .btn_yellow{display:inline-flex;align-items:center;justify-content:center;padding:0 2px;} | |
| 674 | +.sub .election .list_bottom .list_bottom_right .btn_yellow i.qmMark{background:url(/publish/images/content/qmIcon_black.png) no-repeat center;margin:0 0 0 2px;} | |
| 675 | + | |
| 676 | +/* 2023/12/07 선거문자 - 20건문자(수동문자) 전송 추가 table에서 ul로 변경 */ | |
| 677 | +.sub .election .receipt_number_table_wrap .table_ul{display:flex;flex-wrap:wrap;text-align:center;align-content:flex-start;} | |
| 678 | +.sub .election .receipt_number_table_wrap .table_ul li{position:relative;display:flex;border:0;background:transparent;justify-content:center;align-items:center;z-index:5;} | |
| 679 | +.sub .election .receipt_number_table_wrap .table_ul li::after{position:absolute;content:"";width:1px;height:16px;background:#d4d4d4;right:0;top:50%;transform:translateY(-50%);} | |
| 680 | +.sub .election .receipt_number_table_wrap .table_ul li:nth-child(2n)::after{display:none;} | |
| 681 | +.sub .election .receipt_number_table_wrap .thead_ul li:nth-child(odd){width:60px;} | |
| 682 | +.sub .election .receipt_number_table_wrap .thead_ul li:nth-child(even){width:calc((100% - 120px)/2);} | |
| 683 | +.sub .election .receipt_number_table_wrap .thead_ul{position:relative;border-bottom:1px solid #a2a2a2;} | |
| 684 | +.sub .election .receipt_number_table_wrap .thead_ul::after{position:absolute;content:"";width:100%;height:1px;background:#e5e6e7;} | |
| 685 | +.sub .election .receipt_number_table_wrap .thead_ul li{height:38px;font-size:16px;font-weight:400;background:#e8e8e8;} | |
| 686 | +.sub .election .receipt_number_table_wrap .thead_ul li button{margin:-4px 1px 0 1px;} | |
| 687 | +.sub .election .receipt_number_table_wrap .thead_ul li .btn_sort_up{margin:-4px 0 0 4px;} | |
| 688 | +.sub .election .receipt_number_table_wrap .tbody_ul{position:relative;height:calc(100% - 40px);overflow:hidden;} | |
| 689 | +.sub .election .receipt_number_table_wrap .tbody_ul::after{position:absolute;content:"";width:100%;height:100%;background:url(/publish/images/content/tbody_li_line.png) left 0px;left:0;top:0;} | |
| 690 | +.sub .election .receipt_number_table_wrap .tbody_ul li{width:calc(100%/2);height:31px;justify-content:flex-start;} | |
| 691 | +.sub .election .receipt_number_table_wrap .tbody_ul li .input_wrap{position:relative;width:60px;} | |
| 692 | +.sub .election .receipt_number_table_wrap .tbody_ul li .input_wrap::after{position:absolute;content:"";width:1px;height:16px;background:#d4d4d4;right:0;top:50%;transform:translateY(-50%);} | |
| 693 | +.sub .election .receipt_number_table_wrap .tbody_ul li label{width:calc(100% - 60px);} | |
| 694 | +.sub .election .send_hover_cont p{line-height:1.5;} | |
| 695 | + | |
| 696 | +/* 2024/10/21 선거문자 - 20건문자(수동문자) 20줄 */ | |
| 697 | +.sub .election .table_20{justify-content:space-between;} | |
| 698 | +.sub .election .table_20 .put_left{width:calc(100% - 240px);} | |
| 699 | +.sub .election .table_20 .put_left .list_top{display:flex;justify-content:space-between;align-items:flex-end;margin:0 0 10px 0;} | |
| 700 | +.sub .election .table_20 .put_left .receipt_total_text{font-size:16px;} | |
| 701 | +.sub .election .table_20 .put_left .receipt_total_text span{font-weight:500;} | |
| 702 | +.sub .election .table_20 .put_left .list_top .btnType9{width:80px;height:30px;font-size:15px;font-weight:400;} | |
| 703 | +.sub .election .table_20 .put_right{width:225px;max-width:225px;align-self:flex-end;margin:0 0 50px 0;} | |
| 704 | +.sub .election .table_20 .put_right .receipt_info{height:auto;padding:20px 15px;} | |
| 705 | +.sub .election .table_20 .tbody_ul.table_ul_20 li{width:100%;} | |
| 706 | +.sub .election .table_20 .table_ul.table_ul_20 li:nth-child(2n)::after{display:block;} | |
| 707 | +.sub .election .table_20 .table_ul.table_ul_20 .input_wrap{width:60px;} | |
| 708 | +.sub .election .table_20 .table_ul.table_ul_20 .td_name{width:20%;} | |
| 709 | +.sub .election .table_20 .table_ul.table_ul_20 .td_number{width:40%;} | |
| 710 | +.sub .election .table_20 .table_ul.table_ul_20 .td_status{width:calc(40% - 60px);} | |
| 711 | +.sub .election .table_20 .table_ul.table_ul_20 div{position:relative;} | |
| 712 | +.sub .election .table_20 .table_ul.table_ul_20 div::after{position:absolute;content:"";width:1px;height:16px;background:#d4d4d4;right:0;top:50%;transform:translateY(-50%);} | |
| 713 | +.sub .election .table_20 .table_ul.table_ul_20.tbody_ul li:last-child{border-bottom:0;} | |
| 714 | +.sub .election .table_20 .table_ul.table_ul_20.tbody_ul li,.sub .election .receipt_number_table_wrap .table_ul.table_ul_20.tbody_ul li:only-child:last-child{border-bottom:1px solid #e5e5e5;} | |
| 715 | +.sub .election .table_20 .table_ul.table_ul_20.tbody_ul li::after, | |
| 716 | +.sub .election .table_20 .table_ul.table_ul_20.tbody_ul div:last-child::after{display:none;} | |
| 717 | +.sub .election .table_20 .list_bottom_right label{margin:0 0 0 8px;} | |
| 718 | +.sub .election .table_20 .put_right .selType2{width:100%;height:30px;border:0;} | |
| 719 | +.sub .election .table_20 .put_right dd.send_box{padding:10px 15px;} | |
| 720 | +.sub .election .table_20 .put_right dd.send_box .title{font-size:15px;font-weight:500;text-align:left;} | |
| 721 | +.sub .election .table_20 .put_right dd.send_box .send_number b{font-size:20px;} | |
| 722 | +.sub .election .table_20 .put_right dd.cf_box{font-size:14px;padding:0;background:transparent;text-align:left;} | |
| 723 | +.sub .election .table_20 .put_right dd.cf_box span{font-weight:500;} | |
| 724 | + | |
| 725 | +/* send_bottom */ | |
| 726 | +.send_bottom {position: relative;margin: 60px 0 0 0;} | |
| 727 | +.send_bottom .bottom_content {background-color: #fff;padding: 40px;border-radius: 10px;} | |
| 728 | +.search_sample {position: absolute;top: 5px;right: 0;} | |
| 729 | +.search_sample input[type="text"] {width: 214px; height: 40px;margin-right: -4px;border-radius: 3px 0 0 3px;padding: 0 10px;} | |
| 730 | +.search_sample input[type="text"]::placeholder {font-size: 17px; font-weight: 300; color: #999;} | |
| 731 | +.search_sample button {background-color: #fff;width: 40px;height: 40px;border-radius: 0 3px 3px 0;} | |
| 732 | +.search_sample button img {width: 20px;height: 20px;} | |
| 733 | +/* 문자 샘플 탭 */ | |
| 734 | +.area_tabs{text-align: center; margin-bottom: 30px;} | |
| 735 | +.area_tabs .top_tab{display: flex; justify-content: space-between; position: relative;padding:0 0 0 160px;} | |
| 736 | +.tab_depth1{display: flex;height: 36px; color: #555; font-size: 16px; border: 1px solid #bcbdc1; box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2); border-radius: 5px; overflow: visible; background-color: #ecedef; align-self: center;position: relative;} | |
| 737 | +.tab_depth1 a{width: 50px;line-height: 36px;border-right: 1px solid #bcbdc1;} | |
| 738 | +.tab_depth1 a:first-child{border-radius: 5px 0 0 5px;} | |
| 739 | +.tab_depth1 a:last-child{border-right: 0;border-radius: 0 5px 5px 0;} | |
| 740 | +.tab_depth1 a.on{background-color:#fff;border:1px solid #002c9a;font-size:16px;font-weight:500;color:#002c9a;line-height:35px;height:36px;margin:-1px 0 0;} | |
| 741 | +.tab_depth1 a.on:last-child{border-radius: 0 5px 5px 0;} | |
| 742 | +.tab_depth1 .on_active {display:none;} | |
| 743 | +.area_tabs .tab_depth2{width: 45%;justify-content: center;margin: 0 auto; align-self: center;display: flex;} | |
| 744 | +.area_tabs .tab_depth2>div {display: none;} | |
| 745 | +.area_tabs .tab_depth2 .photo_wrap.active {display: block;} | |
| 746 | +.area_tabs .tab_depth2 a{padding: 0 30px; color: #555; font-size: 19px;height: 53px;line-height: 50px; box-sizing: border-box; border: 1px solid #b1b1b1; border-radius: 100px;margin: 0 5px; flex-basis: calc(95% / 3);transition: all 0.1s ease-in-out;} | |
| 747 | +.area_tabs .tab_depth2 a.on{position: relative; background-color: #fff;border: 3px solid #002c9a;border-radius: 100px; color: #002c90; font-weight: 600; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); height: 53px; line-height: 44px; transition: all 0.1s ease-in-out;} | |
| 748 | +.area_tabs .tab_depth2 a.on::after{position: absolute; content: "▼"; font-size: 15px; bottom: -30px; left: 50%; transform: translateX(-50%); z-index: 1;} | |
| 749 | +.area_tabs .tab_depth2 a.tab_next::after,.tab_depth2 a.tab_prev::after{display: none;} | |
| 750 | +.area_tabs .bottom_tab{margin-top: 20px;} | |
| 751 | +.area_tabs .tab_depth3{width: 100%; display: flex; flex-wrap: wrap; justify-content: center; background-color: #f2f2f2;font-size: 16px; letter-spacing: -0.5px; color: #666;font-weight: 300;padding: 20px 40px; border-radius: 10px;margin-bottom: 30px; box-sizing: border-box;} | |
| 752 | +.area_tabs .tab_depth3 a{padding: 0 15px;position: relative; line-height: 2;} | |
| 753 | +.area_tabs .tab_depth3 a:hover{color: #002c9a;text-decoration: underline;} | |
| 754 | +.area_tabs .tab_depth3 a.on{color: #002c9a; font-weight: 600;} | |
| 755 | +.area_tabs .tab_depth3 a.on::before{position: absolute; content: " "; width: calc(100% - 25px); height: 5px; background-color: #003ed9; opacity: 0.2; bottom: 8px; left: 12px;} | |
| 756 | +.area_tabs .tab_depth3 a::after{position: absolute; content: " "; width: 4px; height: 4px; background-color: #c3c4c5; border-radius: 10px; top: 15px;right: -3px;} | |
| 757 | +.area_tabs .tab_depth3 a:last-child::after{display: none;} | |
| 758 | +.area_tabs .tab_depth4{position: relative; min-width: 550px; /* display: inline-flex; justify-content: center; background-image: url(/publish/images/tab4_item01.png),url(/publish/images/tab4_item01.png); background-repeat: no-repeat; background-position: left center, right center; */ margin: 0 auto;font-size: 15px;} | |
| 759 | +/* .area_tabs .tab_depth4::before{position: absolute; content: " "; width: 100%; height: 1px; background-color: #d5d5d5; top: 50%; left: 0; z-index: 0;} */ | |
| 760 | +.area_tabs .tab_depth4 a{padding: 8px 25px 9px 25px; border: 1px solid #dbdce0; color: #666; font-size: 17px; font-weight: 400; background-color: #fff; margin: 5px; border-radius: 30px; z-index: 2; transition: all 0.2s ease-in-out;display:inline-block;} | |
| 761 | +.area_tabs .tab_depth4 a.on{background-color: #fbc72b; border: 1px solid #fbc72b; color: #222; font-weight: 500; box-shadow: 0 0 7px rgba(0,0,0,0.25); transition: all 0.2s ease-in-out;} | |
| 762 | +.customReq {position: absolute; left: 0; top: 50%; transform: translateY(-50%);} | |
| 763 | +.customReq button {height: 36px; padding: 0 12px; border-radius: 5px; background-color: #002c9a; font-size: 18px; color: #fff;} | |
| 764 | +.customReq button i {background-image: url(/publish/images/content/customReq.png); width: 22px; height: 18px; margin: 0 10px 3px 0 ;} | |
| 765 | +.customReq button:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);} | |
| 766 | +.customReq input[type=button] {display:none;} | |
| 767 | +.area_total_count {min-height:5px;margin:-12px 0 10px;font-size:16px;font-weight:300;text-align:left;color:#555;} | |
| 768 | +.area_total_count strong {font-weight:500;color:#000;} | |
| 769 | +/* 문자샘플 콘텐츠 */ | |
| 770 | +.area_tabcontent{display: flex; flex-wrap: wrap; width: 100%; justify-content: flex-start; text-align: center; margin-bottom: 50px;} | |
| 771 | +.area_tabcontent li{width: calc(100% / 5 - 11px); border: 1px solid #d5d5d5; background-color: #f2f2f2; border-radius: 10px; padding: 0 14px; margin-bottom: 13px; box-sizing: border-box;margin-right: 13px; transition: all 0.3s ease-in-out;cursor:pointer;height:100%;} | |
| 772 | +.area_tabcontent li:nth-child(5n){margin-right: 0;} | |
| 773 | +.area_tabcontent li .tit_text_wrap {position:relative;padding: 10px 5px;} | |
| 774 | +.area_tabcontent li .tit_text{width:100%;height: 16px; margin: 0 auto; font-size: 14px; font-weight: 500; text-overflow: ellipsis;overflow: hidden;display:-webkit-inline-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;text-align:left;padding:0 85px 0 0;box-sizing:border-box;} | |
| 775 | +.area_tabcontent li .tit_text_wrap .custom_button {position:absolute;right:0;top:5px;width:85px;height:24px;font-size:13px;font-weight:300;line-height:22px;text-align:center;color:#002c9a;border:1px solid #002c9a;background:#fff;border-radius:5px;} | |
| 776 | +.area_tabcontent .msg_cont{width: 100%; height: 240px; text-align: left; position: relative;} | |
| 777 | +.area_tabcontent .msg_cont .msg_text{display: inline-block; width: 100%; height: 100%; min-height: 240px; border-radius: 5px; letter-spacing: -0.5px; line-height: 1.2; font-size: 15px; font-weight: 300; font-family: 'Noto Sans KR', sans-serif; color: #555; padding: 13px 14px; background-color: #fff; box-sizing: border-box;overflow:hidden;overflow-y:auto;word-break:break-all;} | |
| 778 | +.area_tabcontent li .info_text{font-size: 13px; font-weight: 300; color: #222; padding: 10px 0;} | |
| 779 | +.area_tabcontent li .info_text .limit_text{color: #002c9a; font-weight: 500;} | |
| 780 | +.area_tabcontent li:hover{border: 1px solid #002c9a; background-color: #e7ecf6; color: #002c9a; box-shadow: 0 0 8px rgba(0,0,0,0.25); transition: all 0.3s ease-in-out;} | |
| 781 | +.area_tabcontent.photo_sample {min-height:773px;} | |
| 782 | + | |
| 783 | +/* 내 문자함 */ | |
| 784 | +.area_tabcontent.myBox .msg_cont {background-color: #fff; height: 260px; padding: 10px; box-sizing: border-box;overflow:hidden;overflow-y:auto;} | |
| 785 | +.area_tabcontent.myBox .msg_cont .msg_text {height:auto;min-height:auto;margin:10px 0 0;padding:0;overflow-y:hidden;} | |
| 786 | +.area_tabcontent.myBox .msg_cont .msg_text:first-child {margin:0;} | |
| 787 | +.area_tabcontent.myBox li {position: relative;} | |
| 788 | +.area_tabcontent.myBox li .tit_text_wrap {display: flex;} | |
| 789 | +.area_tabcontent.myBox li .tit_text {padding-right: 16px;} | |
| 790 | +.area_tabcontent li .info_text {text-align: right;} | |
| 791 | +.area_tabcontent.myBox .myphoto_info {position: absolute; left: 14px; bottom:0;} | |
| 792 | +.area_tabcontent.myBox .myphoto_info p {color: #555;} | |
| 793 | + | |
| 794 | + | |
| 795 | +.area_tabcontent.photo_sample li{padding: 0 7px 9px 7px; position: relative;transition:none;} | |
| 796 | +.area_tabcontent.photo_sample .hover_cont{display: none; position: absolute; width: 300px; z-index: 80; border: 5px solid #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 8px rgba(0,0,0,0.5);} | |
| 797 | +.area_tabcontent.photo_sample .hover_cont img{width: 100%;} | |
| 798 | +.photo_cont{width: 100%; height: 100%; max-height: 335px; overflow: hidden; border-radius: 5px; cursor: pointer;} | |
| 799 | +.photo_cont img{width: 100%;height: auto;} | |
| 800 | +.area_tabcontent.photo_sample li .photo_cont {display:flex;height:325.5px;align-items:center;background:#fff;} | |
| 801 | +/*// sub1 문자보내기 */ | |
| 802 | + | |
| 803 | +/* 지도/약도 추가 */ | |
| 804 | +.map_search {margin-bottom: 20px;} | |
| 805 | +.map_search input[type="text"] {width: 260px; height: 40px; padding: 0 15px; border-radius: 5px; border: 2px solid #fbc72b;} | |
| 806 | +.map_search input[type="text"]::placeholder {font-weight: 300; color: #a6a6a6;} | |
| 807 | +.map_search button {padding: 0 19px; height: 40px; border-radius: 5px; margin-left: 2px;} | |
| 808 | +.map_search .map_check {background-color: #fbc72b;} | |
| 809 | +.map_search .map_add {background-color: #2a57c8; color: #fff;} | |
| 810 | +.map_search p {font-size: 14px; font-weight: 300; display: inline-block;padding-left: 12px; vertical-align: middle;} | |
| 811 | +/* //지도/약도 추가 */ | |
| 812 | + | |
| 813 | + | |
| 814 | +/* sub2 맞춤제작 */ | |
| 815 | +.custom_visual { max-width: 1400px; height: 480px; border-radius: 10px; margin: 0 auto 20px auto; overflow: hidden;} | |
| 816 | +.custom_visual .custom_visual_image {background-image: url(/publish/images/content/custom_visual.jpg); background-repeat: no-repeat; width: 100%; height: 100%;} | |
| 817 | +.custom_content {background-color: #fff; padding: 40px; border-radius: 10px;} | |
| 818 | + | |
| 819 | +/* 맞춤제작 샘플 */ | |
| 820 | +.custom_content.custom1 .area_tabcontent {min-height:720px;} | |
| 821 | +.custom_content.custom1 .area_tabcontent li {position: relative;padding: 7px;} | |
| 822 | +.custom_content.custom1 .photo_cont {vertical-align: middle;} | |
| 823 | +/* 제작방법 및 이용안내 */ | |
| 824 | +.custom_content.custom2 .cont_top {margin: 50px 0 80px 0;} | |
| 825 | +.custom_content.custom2 table {width: 100%; color: #222; font-size: 18px;text-align: center;} | |
| 826 | +.custom_content.custom2 table thead tr {background-color: #fbc72b; border-radius: 5px;height: 50px; line-height: 50px;font-weight: 500;} | |
| 827 | +.custom_content.custom2 table thead tr th:first-child {border-radius:5px 0 0 5px;} | |
| 828 | +.custom_content.custom2 table thead tr th:last-child {border-radius:0 5px 5px 0;} | |
| 829 | +.custom_content.custom2 table thead tr span {font-size: 14px;} | |
| 830 | +.custom_content.custom2 table tbody tr {border-bottom: 1px solid #e5e5e5; height: 50px; line-height: 50px; font-weight: 300;} | |
| 831 | +.custom_content.custom2 table tbody tr td:first-child {text-align: left; padding: 0 20px;} | |
| 832 | + | |
| 833 | +.custom_content.custom2 .custom_notice {background-color: #efefef;display: flex; padding: 25px 40px; border-radius: 5px; margin-top: 30px;} | |
| 834 | +.custom_content.custom2 .custom_notice>div {width: 170px;} | |
| 835 | +.custom_content.custom2 .custom_notice>div p {display: inline-block; font-size: 20px; margin-left: 10px; vertical-align: middle;} | |
| 836 | +.custom_content.custom2 .custom_notice>div i {background-image: url(/publish/images/content/custom2_notice_icon.png); width: 42px; height: 42px;} | |
| 837 | +.custom_content.custom2 .custom_notice ul li {display: inline-block; font-weight: 300; color: #666;letter-spacing: -0.5px;margin-right: 30px;} | |
| 838 | +.custom_content.custom2 .custom_notice ul li:last-child {margin-right: 0;} | |
| 839 | +.custom_content.custom2 .custom_notice ul li p:first-child {margin-bottom: 13px;} | |
| 840 | + | |
| 841 | +.custom_content.custom2 .cont_bottom {} | |
| 842 | +.custom_content.custom2 .cont_bottom .custom_step {position:relative;padding:57px 45px 80px 45px;box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);border-radius:10px;box-sizing:border-box;} | |
| 843 | +.custom_content.custom2 .cont_bottom .custom_step::after {content:"";position:absolute;top:0;left:50%;width:30%;height:8px;background-color:#fbc72b;transform:translateX(-50%);} | |
| 844 | +.custom_content.custom2 .cont_bottom .custom_step .step_title {text-align:center;} | |
| 845 | +.custom_content.custom2 .cont_bottom .custom_step .step_title p {font-family:'yg-jalnan',snas-serif;font-size:28px;color:#000;} | |
| 846 | +.custom_content.custom2 .cont_bottom .custom_step .step_title p span {font-family:'yg-jalnan',snas-serif;color:#002c9a;} | |
| 847 | +.custom_content.custom2 .cont_bottom .custom_step .step_title .summary {display:block;margin:11px 0 0;font-size:18px;letter-spacing:-0.025em;} | |
| 848 | +.custom_content.custom2 .cont_bottom .custom_step ol {display:flex;margin:33px 0 0;justify-content:space-between;} | |
| 849 | +.custom_content.custom2 .cont_bottom .custom_step ol li {position:relative;width:calc(100%/3 - 36px);height:380px;padding:217px 0 0;text-align:center;background:url(/publish/images/content/custom2_sample1.png) #f1f1f1 no-repeat center 44px;border-radius:10px;box-sizing:border-box;} | |
| 850 | +.custom_content.custom2 .cont_bottom .custom_step ol li:after {content:'';position:absolute;left:-39px;top:50%;width:25px;height:15px;background:url(/publish/images/content/custom2_stepIcon.png) no-repeat left top;transform:translateY(-50%) rotate(-90deg);} | |
| 851 | +.custom_content.custom2 .cont_bottom .custom_step ol li:first-child:after {display:none;} | |
| 852 | +.custom_content.custom2 .cont_bottom .custom_step ol li:nth-child(2) {background-image:url(/publish/images/content/custom2_sample2.png);} | |
| 853 | +.custom_content.custom2 .cont_bottom .custom_step ol li:nth-child(3) {background-image:url(/publish/images/content/custom2_sample3.png);} | |
| 854 | +.custom_content.custom2 .cont_bottom .custom_step ol li .step {display:inline-block;width:116px;height:34px;font-size:16px;line-height:34px;text-align:center;background:#fbc72b;border-radius:34px;} | |
| 855 | +.custom_content.custom2 .cont_bottom .custom_step ol li .step strong {margin:0 0 0 3px;font-size:24px;font-weight:700;vertical-align:top;} | |
| 856 | +.custom_content.custom2 .cont_bottom .custom_step ol li .text {margin:20px 0 0;font-size:20px;font-weight:300;line-height:28px;letter-spacing:-0.01em;} | |
| 857 | +.custom_content.custom2 .cont_bottom .custom_step ol li .text strong {font-weight:500;} | |
| 858 | +.custom_content.custom2 .cont_bottom .custom_step ol li .text span {display:block;font-size:16px;font-weight:300;color:#666;} | |
| 859 | + | |
| 860 | +/* 내보관함 */ | |
| 861 | +.search_wrap {background-color: #f2f2f2; padding: 12px 15px; border-radius: 5px; } | |
| 862 | +.search_wrap .btn_left {float: left;} | |
| 863 | +.search_wrap .btn_left>button {margin-left: 3px; padding: 0 9px;} | |
| 864 | +.search_wrap .btn_left>button img {margin-bottom: 3px;} | |
| 865 | +.search_wrap .calendar_wrap .calendar_in .calendarPop {left: -142px;} | |
| 866 | +.search_wrap.calendar_wrap input[type="text"] {width: 150px; height: 36px; border: 1px solid #ccc;} | |
| 867 | +.search_wrap>div>span:first-child {padding-right: 8px; vertical-align: middle;} | |
| 868 | +.search_wrap .search {display: inline-block; margin-left: 2px;} | |
| 869 | +.search_wrap .search input[type="text"] {width: 200px; height: 36px; border: 1px solid #ccc;} | |
| 870 | +.search_wrap .search input[type="text"]::placeholder {font-weight: 300;} | |
| 871 | +.search_wrap .search .btnType2 {width: 62px; margin-left: 3px; font-weight: 300;} | |
| 872 | +.search_wrap .btn_right {float: right;} | |
| 873 | +.search_wrap .btn_right button {width: 116px; height: 36px; padding: 0 10px; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; text-align: left; position: relative; box-sizing: border-box; font-size: 16px; color: #666;} | |
| 874 | +.search_wrap .btn_right button i {background-image: url(/publish/images/content/order_change.png); width: 11px; height: 19px; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);} | |
| 875 | +.search_wrap .btn_right2 {float: right;} | |
| 876 | +.search_wrap_btn {margin: 20px 0;} | |
| 877 | +.search_wrap_btn button {height: 36px;} | |
| 878 | +.search_wrap_btn p {display: inline-block; font-size: 16px; font-weight: 300; vertical-align: middle; color: #666; padding-left: 5px;} | |
| 879 | +.search_wrap_btn p .add_text {font-size: 14px; padding-left: 5px;} | |
| 880 | +.custom_content.custom3 .area_tabcontent li {background-color: transparent; padding: 0; border: 0;} | |
| 881 | +.custom_content.custom3 .area_tabcontent li .photo_preview {background-color: #f2f2f2; padding: 0 7px 7px 7px; border: 1px solid #d5d5d5; border-radius: 10px;} | |
| 882 | +.custom_content.custom3 .area_tabcontent li .tit_text_wrap {padding: 10px 0; letter-spacing: -1px;} | |
| 883 | +.custom_content.custom3 .area_tabcontent li .tit_text_wrap input[type="checkbox"] {margin-bottom: 2px;} | |
| 884 | +.custom_content.custom3 .area_tabcontent li .tit_text_wrap input[type="checkbox"]+label {font-size: 15px; color: #222;} | |
| 885 | +.custom_content.custom3 .tit_text_wrap>span {font-size: 14px; width: 60px; text-align: center; padding: 4px; display: inline-block; border-radius: 11px; margin-left: 2px; font-weight: 300;} | |
| 886 | +.custom_content.custom3 .tit_text_wrap>span.step1 {background-color: #2a57c8; color: #fff;} | |
| 887 | +.custom_content.custom3 .tit_text_wrap>span.step2 {background-color: #fbc72b; color: #222; font-weight: 400;} | |
| 888 | +.custom_content.custom3 .tit_text_wrap>span.step3 {background-color: #999; color: #fff;} | |
| 889 | +.custom_content.custom3 .area_tabcontent li:hover { box-shadow: none;} | |
| 890 | +.myphoto_info {position: relative; margin-top: 12px;} | |
| 891 | +.myphoto_info p {font-size: 14px; font-weight: 400; color: #222; text-align: left; font-weight: 300; line-height:18px;} | |
| 892 | +.myphoto_info p:first-child {padding: 3px 0 8px 0;} | |
| 893 | +.myphoto_info button {position: absolute; right: 0; background-color: #fff; height: 24px; padding: 0 6px; border: 1px solid #ccc; border-radius: 5px; font-size: 13px; color: #555;} | |
| 894 | +.myphoto_info button:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);} | |
| 895 | +.myphoto_info button.modify_btn {top: 0;} | |
| 896 | +.myphoto_info button.detail_btn {top: 26px;} | |
| 897 | + | |
| 898 | +/* 고객센터 */ | |
| 899 | +.serv_content {background-color: #fff;padding: 40px;border-radius: 10px; min-height: 589px; display: none;} | |
| 900 | +.serv_content.current {display: block;} | |
| 901 | +.serv_content .search_wrap {margin-top: 40px;} | |
| 902 | +/* board list tab */ | |
| 903 | +.list_tab_wrap ul {display: flex; max-width: calc(100% - 150px); margin-top: 50px; margin-bottom: -5px; flex-wrap: wrap; } | |
| 904 | +.list_tab_wrap ul li {padding-bottom: 5px; padding-right:30px; position: relative;} | |
| 905 | +.list_tab_wrap ul li::before {content: "";position: absolute;top: 47%;right: 15px; width: 1px;height: 15px;background: #d5d5d5;transform: translateY(-50%);} | |
| 906 | +.list_tab_wrap ul li:last-child::before {content: none;} | |
| 907 | +.list_tab_wrap ul li button { font-size: 18px; color: #666; font-weight: 300;} | |
| 908 | +.list_tab_wrap ul li.active button { color: #002c9a; font-weight: 500; position: relative; } | |
| 909 | +.list_tab_wrap ul li.active button::after {content: ""; position: absolute; width: 90%; height: 9px; background-color: rgba(0,44,154,0.15);bottom: -1px; left: 50%; transform: translateX(-50%);} | |
| 910 | +.list_tab_wrap {position: relative;} | |
| 911 | +.list_tab_wrap .selType2 {position: absolute; right: 0; top: -5px;} | |
| 912 | +/* board list tab2 */ | |
| 913 | +.list_tab_wrap2 {position: relative;} | |
| 914 | +.list_tab_wrap2::after {position: absolute;height: 2px;background-color: #000;width: 100%; content: "";bottom: 0;left: 0;} | |
| 915 | +.list_tab_wrap2 ul {display: flex;text-align: center;margin-bottom: 20px;position: relative;background-color: #fff;} | |
| 916 | +.list_tab_wrap2 ul li {border-top: 1px solid #e5e5e5;} | |
| 917 | +.list_tab_wrap2 ul li:first-child{border-radius: 10px 0 0 0; border-left: 1px solid #e5e5e5;} | |
| 918 | +.list_tab_wrap2 ul li:last-child{border-radius: 0 10px 0 0; border-right: 1px solid #e5e5e5;} | |
| 919 | +.list_tab_wrap2 ul li button {width: 100%; height: 45px; padding: 10px 0;font-size: 17px;border-right: 1px solid #e5e5e5;background-color: #fff;} | |
| 920 | +.list_tab_wrap2 ul li:first-child button {border-radius: 10px 0 0 0;} | |
| 921 | +.list_tab_wrap2 ul li:last-child button {border-radius: 0 10px 0 0; border-right: 0;} | |
| 922 | +.list_tab_wrap2 ul li.active button {background-color: #46484a; height: 45px; border-radius:10px 10px 0 0;color: #fff;border-right: 1px solid transparent;} | |
| 923 | +.list_tab_wrap2.type2 ul li {width: 120px;} | |
| 924 | +.list_tab_wrap2.type3 ul li {width: 180px;} | |
| 925 | +.list_tab_wrap2.type4 ul li {width: 150px;} | |
| 926 | +.list_tab_wrap2.type5 ul li {width: 200px;} | |
| 927 | +/* table tab */ | |
| 928 | +/* board list tab */ | |
| 929 | +.table_tab_wrap {position: relative;} | |
| 930 | +.table_tab_wrap ul {display: flex; height: 60px; padding: 0 30px; border-radius: 5px; margin-bottom: 25px; background-color: #f2f2f2; align-items: center; box-sizing: border-box;} | |
| 931 | +.table_tab_wrap ul li {padding-bottom: 5px; padding-right:46px; position: relative;} | |
| 932 | +.table_tab_wrap ul li::before {content: "";position: absolute;top: 52%;right: 23px; width: 1px;height: 15px;background: #d5d5d5;transform: translateY(-50%);} | |
| 933 | +.table_tab_wrap ul li:last-child::before {content: none;} | |
| 934 | +.table_tab_wrap ul li button { font-size: 18px; color: #666; font-weight: 300;} | |
| 935 | +.table_tab_wrap ul li.active button { color: #002c9a; font-weight: 500; position: relative; } | |
| 936 | +.table_tab_wrap ul li.active button::after {content: ""; position: absolute; width: 90%; height: 9px; background-color: rgba(0,44,154,0.15);bottom: -1px; left: 50%; transform: translateX(-50%);} | |
| 937 | +.table_tab_wrap .selType2 {width: 130px; position: absolute; top: 50%; right: 30px; transform: translateY(-50%);} | |
| 938 | +/*발송결과 개선 */ | |
| 939 | +.table_tab_wrap .tab_btnbox{position:absolute; top: 50%; right: 30px; transform: translateY(-50%); z-index:9;} | |
| 940 | +.table_tab_wrap .tab_btnbox button.btnType.btnType14.check_validity {border: 1px solid #002c9a; color: #002c9a;} | |
| 941 | +.table_tab_wrap .tab_btnbox .qmMark{background-image: url(../images/content/qmIcon_s.png); width: 19px; height: 19px; margin-left: 5px; margin-top: -2px;} | |
| 942 | + | |
| 943 | +/* board_list - 공지사항 */ | |
| 944 | +.board_list {width: 100%; margin: 23px 0 50px 0; text-align: center;} | |
| 945 | +.board_list thead th {font-size: 18px; height: 65px; border-top: 2px solid #000; border-bottom: 3px double #e5e5e5; vertical-align: middle;} | |
| 946 | +.board_list thead th .sort_wrap {margin-left: 5px;} | |
| 947 | +.board_list tbody td {font-size: 17px; height: 60px; padding: 0 5px; border-bottom: 1px solid #e5e5e5; vertical-align: middle; font-weight: 300; color: #666;} | |
| 948 | +.board_list tbody td.list_link {color: #222; font-weight: 400; text-align: left;} | |
| 949 | +.board_list tbody tr:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);} | |
| 950 | +.waitA {width: 85px; height: 35px; border-radius: 5px; color: #222; background-color: #fbc72b; display: inline-block; line-height: 35px; font-weight: 400;} | |
| 951 | +.completeA {width: 85px; height: 35px; border-radius: 5px; color: #777; background-color: #d5d5d5; display: inline-block; line-height: 35px; font-weight: 400;} | |
| 952 | +.list_btnWrap {text-align: right; margin-bottom: 30px;} | |
| 953 | + | |
| 954 | +/* 리스트 상세페이지 */ | |
| 955 | +.view_wrap {width: 100%; border-top: 2px solid #000; margin: 60px 0 50px 0;} | |
| 956 | +.view_wrap .view_head {border-bottom: 3px double #e5e5e5; box-sizing: border-box; position: relative;} | |
| 957 | +/* .view_wrap .view_head::after {position: absolute; content: ""; top: 70px; left: 0; background-color: #e5e5e5; width: 100%; height: 1px;} */ | |
| 958 | +.view_wrap .view_head .title {padding: 20px 30px 20px 30px; font-size: 24px; font-weight: 500; border-bottom: 1px solid #e5e5e5;} | |
| 959 | +.view_wrap .view_head .title h1,.view_wrap .view_head .title p{white-space: normal; word-break: break-all; line-height: 1.3;} | |
| 960 | +.ext_info li {display: inline-block; color: #666; font-weight: 300; font-size: 17px; padding: 13px 30px 13px 30px; vertical-align: middle;} | |
| 961 | +.ext_info li i {margin-right: 10px;} | |
| 962 | +.ext_info li:nth-child(1) i {background-image: url(/publish/images/content/list_view_icon1.png); width: 16px; height: 16px; } | |
| 963 | +.ext_info li:nth-child(2) i {background-image: url(/publish/images/content/list_view_icon2.png); width: 16px; height: 16px; margin: 0 10px 3px 0;} | |
| 964 | +.ext_info li:nth-child(3) i {background-image: url(/publish/images/content/hits_icon.png); width: 24px; height: 14px; margin: 0 10px 3px 0; opacity: 0.9;} | |
| 965 | +.view_wrap .view_cont {padding: 40px 00px; box-sizing: border-box; border-bottom: 1px solid #d5d5d5;} | |
| 966 | +.view_wrap .view_cont .cont_in {font-size: 18px; line-height: 1.5; font-weight: 300;} | |
| 967 | +.view_wrap .view_cont .cont_in .img_cont {text-align: center; margin-bottom: 70px;} | |
| 968 | + | |
| 969 | +/* 첫결제이벤트 */ | |
| 970 | +.event_cont{position: relative;border-radius: 20px; background-repeat: no-repeat;} | |
| 971 | +.event_logo{position: absolute; top: 60px; right: 60px;} | |
| 972 | +.firstpay_event{background-image: url(/publish/images/event/firstpay_event_bg.jpg); background-position: center; background-size: cover; padding: 220px 0 90px 0;} | |
| 973 | +.event_cont .agree_wrap{color: #fff; font-size: 18px; font-weight: 100; text-align: left;} | |
| 974 | +.firstpay_event.event_cont .agree_wrap{width: 998px; margin: 30px auto;} | |
| 975 | +.firstpay_event.event_cont .agree_wrap li{margin: 0 0 10px 0;} | |
| 976 | +.firstpay_event .agree_wrap input[type="checkbox"]{display: none;} | |
| 977 | +.firstpay_event .agree_wrap input[type="checkbox"]+label{border-radius: 5px;display: inline-block; position: relative; cursor: pointer; vertical-align: middle; margin-right: 5px; padding:0 0 0 35px;} | |
| 978 | +.firstpay_event .agree_wrap input[type="checkbox"]+label::after{position: absolute;content: "";display: inline-block;width:24px;height: 24px;background-color: #fff;background-repeat: no-repeat;top: 1px;left: 0;border-radius: 5px;} | |
| 979 | +.firstpay_event .agree_wrap input[type="checkbox"]:checked+label{position: relative;} | |
| 980 | +.firstpay_event .agree_wrap input[type="checkbox"]:checked+label::after{background-image: url(/publish/images/event/icon_checked01.png);background-position: center;background-color: #fbc72b;} | |
| 981 | + | |
| 982 | +.view_cont .serv_content.charg_cont{display: block; text-align: left; padding: 0;} | |
| 983 | +.view_cont .serv_content.charg_cont .tType1{margin-bottom: 0;} | |
| 984 | + | |
| 985 | +/* 첨부파일 */ | |
| 986 | +.attachedFile2 {margin-top: 40px;} | |
| 987 | +.attachedFile2 i {background-image: url(/publish/images/content/attach_file2.png); width: 18px; height: 16px; margin: 0 15px 3px 0;} | |
| 988 | +.attachedFile2 .attachedFile_in {background-color: #efefef;width: 100%; height: 60px; padding: 0 30px; border-radius: 5px; margin-bottom: 5px; line-height: 60px; box-sizing: border-box;} | |
| 989 | +.attachedFile2 .attachedFile_in:last-child {margin-bottom: 0;} | |
| 990 | +.attachedFile2 .attachedFile_in a {font-size: 18px; font-weight: 300; display: inline-block;} | |
| 991 | +.view_btnWrap {position:relative;min-height:50px;text-align: center;} | |
| 992 | +.view_btnWrap button {background-color: #fbc72b; width: 100px; height: 50px; border-radius: 5px; font-size: 18px; color: #222; } | |
| 993 | +.view_btnWrap .list_button {position:absolute;right:0;top:0;} | |
| 994 | +/* 상세페이지 이전글, 다음글 */ | |
| 995 | +.list_prev-next {margin-top: 50px;} | |
| 996 | +.list_prev-next li {display: flex; height: 60px;line-height: 60px; color: #666; border-top: 1px solid #d5d5d5;} | |
| 997 | +.list_prev-next li:last-child {border-bottom: 1px solid #d5d5d5;} | |
| 998 | +.list_prev-next li>div { padding: 0 25px; box-sizing: border-box;} | |
| 999 | +.list_prev-next li>div:first-child {background-color: #efefef; width: 150px; position: relative; font-weight: 400;} | |
| 1000 | +.list_prev-next li>div:last-child { width: calc(100% - 150px); font-weight: 300;} | |
| 1001 | +.list_prev-next li i { width: 11px; height: 6px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);} | |
| 1002 | +.list_prev-next li.list_prev i {background-image: url(/publish/images/content/list_prev.png);} | |
| 1003 | +.list_prev-next li.list_next i {background-image: url(/publish/images/content/list_next.png);} | |
| 1004 | +/* 상세페이지 답변 */ | |
| 1005 | +.view_answer {border-top: 2px solid #000; border-bottom: 1px solid #d5d5d5; margin-top: -1px;} | |
| 1006 | +.view_answer .view_asnwer_head {height: 70px; line-height: 70px; padding: 0 30px; box-sizing: border-box; border-bottom: 1px solid #e5e5e5;} | |
| 1007 | +.view_answer .view_asnwer_head .ext_info {margin-top: 0;} | |
| 1008 | +.view_answer .view_asnwer_body { display: flex; padding: 40px 30px; box-sizing: border-box;} | |
| 1009 | +.view_answer .answer_title {width: 30px;} | |
| 1010 | +.view_answer .answer_title i {background-image: url(/publish/images/content/answer_icon.png); width: 16px; height: 16px; margin-top: 8px; margin-bottom: 6px;} | |
| 1011 | +.view_answer .answer_title span {background-color: #ccc;padding: 0 10px;font-size: 13px;border-radius: 10px;margin-left: -10px;} | |
| 1012 | +.view_answer .answer_cont {width: calc(100% - 30px); padding: 0 30px; font-size: 18px; font-weight: 300; color: #222; line-height: 1.5; box-sizing: border-box;} | |
| 1013 | + | |
| 1014 | +/* 이용안내 */ | |
| 1015 | +.kisa_guidebook {margin:0 0 25px;text-align:right;} | |
| 1016 | +.kisa_guidebook .download_button {display:inline-block;height:40px;padding:0 18px;font-size:16px;line-height:40px;letter-spacing:-0.025em;text-align:center;color:#fff;background:#002c9a;border-radius:5px;} | |
| 1017 | +.kisa_guidebook .download_button:before {content:'';display:inline-block;width:18px;height:40px;margin:0 10px 0 0;vertical-align:top;background:url(/publish/images/content/icon_filedown_button.png) no-repeat left top;} | |
| 1018 | +.clause_list li.list_open .clause_list_head span.operGuide_title {font-family: 'GmarketSansBold'; font-size: 22px; display: inline-block; padding-top: 4px;} | |
| 1019 | +.clause_select_wrap {text-align: right;} | |
| 1020 | +.clause_select_wrap .version_change_select{width: 160px; margin: 0 0 20px 0;} | |
| 1021 | + | |
| 1022 | +/* 자주하는 질문 */ | |
| 1023 | +.qna_cont .search_wrap .btn_left {float: right;} | |
| 1024 | +.qna {width: 100%; border-top: 2px solid #000; margin: 23px 0 50px 0;} | |
| 1025 | +/* 질문 */ | |
| 1026 | +.qna li .question_text {width: 20px;font-family: 'GmarketSansMedium'; color: #002c9a; font-size: 22px; padding-right: 20px; vertical-align: top;margin: 4px 0 0 0;} | |
| 1027 | +.qna li button {position: relative; width: 100%; min-height: 74px; padding: 0 30px; text-align: left; border-bottom: 1px solid #d5d5d5; box-sizing: border-box;} | |
| 1028 | +.qna li.open button::after {background-image: url(/publish/images/content/qna_close.png);width: 22px; height: 2px;} | |
| 1029 | +.qna li button::after {background-image: url(/publish/images/content/qna_open.png); background-repeat: no-repeat; position: absolute; top: 50%; transform: translateY(-50%); content: ""; width: 22px; height: 22px; right: 30px;} | |
| 1030 | +.qna li button p {display: inline-block; font-size: 20px; width: calc(100% - 80px);white-space:normal; word-break:break-all;} | |
| 1031 | +/* 답변 */ | |
| 1032 | +.qna li .answer_text {font-family: 'GmarketSansMedium'; color: #eea301; font-size: 22px; padding-right: 20px; padding-top: 6px; vertical-align: top;} | |
| 1033 | +.qna li .qna_answer {background-color: #f5f5f5; display: none; padding: 36px 30px; border-bottom: 1px solid #d5d5d5; display: none; box-sizing: border-box;} | |
| 1034 | +.qna li .qna_answer p {display: inline-block;} | |
| 1035 | +.qna li .qna_answer .answer_cont {font-size: 18px; font-weight: 300; line-height: 1.4; width: calc(100% - 100px);} | |
| 1036 | +/* 1:1문의 */ | |
| 1037 | +.serv_content .mem_cont_in {position: relative; max-width: 820px; padding: 80px; margin: 0 auto;} | |
| 1038 | +.serv_content .mem_cont_in .list_inputType1::placeholder {color: #a6a6a6; font-size: 16px;} | |
| 1039 | +.serv_content .input_list_item.textWrap {display: block; height: 395px; padding: 15px 25px 20px 25px;} | |
| 1040 | +.serv_content .textWrap>div:last-child {padding-top: 20px;} | |
| 1041 | +.serv_content .textWrap textarea {height: 310px; border: none; border-radius: 5px;} | |
| 1042 | +.serv_content .textWrap textarea::placeholder {color: #a6a6a6; font-size: 16px;} | |
| 1043 | + | |
| 1044 | +.clause_list li.list_open {border-radius: 5px;background-color: #f2f3f4;} | |
| 1045 | +.clause_list li.list_open .clause_list_head {display: table; width: 100%; height: 70px;} | |
| 1046 | +.clause_list li.list_open .clause_list_head .list_head_in {position: relative; padding: 0 30px; box-sizing: border-box; display: table-cell; vertical-align: middle;} | |
| 1047 | +.clause_list li.list_open .clause_list_head span {font-size: 18px; font-weight: 500; line-height: 1.5;} | |
| 1048 | +.clause_list li.list_open .clause_list_body {padding: 0 30px 20px 30px; background-color: #f2f3f4; border-radius: 0 0 10px 10px;} | |
| 1049 | +.clause_list li.list_open .clause_list_body .agree_text {background-color: #fff; height: 230px; padding: 20px; border-radius: 5px;} | |
| 1050 | + | |
| 1051 | +.serv_btnWrap {text-align: center;display: flex;width: 820px;margin: 0 auto;justify-content: space-between;} | |
| 1052 | +.serv_btnWrap button {width: calc(100%/2 - 5px);height: 70px;border-radius: 5px;font-size: 22px;} | |
| 1053 | +.serv_btnWrap button:first-child {background-color: #fbc72b;} | |
| 1054 | +.serv_btnWrap button:last-child {background-color: #999; color: #fff;font-weight: 300;} | |
| 1055 | + | |
| 1056 | +/* photo - 이벤트 */ | |
| 1057 | +.photoBox {display: flex; border-top: 2px solid #000; flex-wrap: wrap; justify-content: flex-start; padding-top: 40px; margin: 23px 0 10px 0; box-sizing: border-box; } | |
| 1058 | +.photoBox .photoBox_in {width: calc(100%/3 - 20px); margin-right: 30px; margin-bottom: 40px;cursor: pointer;} | |
| 1059 | +.photoBox_in:nth-child(3n) {margin-right: 0;} | |
| 1060 | +.photoBox .imgBox { height: 250px; position: relative; margin-bottom: 15px; overflow: hidden; background-color: #f1f1f1;} | |
| 1061 | +.photoBox .imgBox img {height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: .3s;} | |
| 1062 | +.photoBox .imgBox img:hover {transform: translate(-50%,-50%) scale(1.1);} | |
| 1063 | +.photoBox .txtBox a {font-size: 22px; font-weight: 500;line-height:30px;} | |
| 1064 | +.photoBox .txtBox span {font-size: 18px; font-weight: 300; color: #666; padding-top: 10px;display: inline-block;display:none;} | |
| 1065 | + | |
| 1066 | +/* 결제내역 */ | |
| 1067 | +/* 요금결제내역 */ | |
| 1068 | +.pay_cont .tType1 .calendar_wrap {margin-right: 3px;} | |
| 1069 | +.pay_cont .tType1 .calendar_wrap>input[type="text"] {border: 0; width: 160px; height: 40px;} | |
| 1070 | +.pay_cont .tType1 button {height: 40px; margin-right: 2px;} | |
| 1071 | +.pay_cont .tType1 .btnType17 {font-size: 16px; width: 100px;} | |
| 1072 | +.pay_cont .excel_middle {margin: 20px 0 10px 0;} | |
| 1073 | +.pay_cont .excel_middle .selType2 {width: 82px; height: 32px; margin-left: 0;} | |
| 1074 | +.pay_cont .select_btnWrap .add_text2 {font-size: 16px; padding-top: 7px; color: #666; font-weight: 300;} | |
| 1075 | +.pay_cont .select_btnWrap .add_text2 .accountinfo {padding:2px 0 0 10px; color:#21376c; font-weight:400;} | |
| 1076 | +.pay_cont .select_btnWrap .add_text2 .accountinfo span {font-size:14px; color:#697593; padding:0 0 0 10px;} | |
| 1077 | +/*등급 및 누적결제액 확인 버튼 추가*/ | |
| 1078 | +.pay_cont .excel_middle .level_btn{margin: 0 5px; border: 1px solid #002c9a; color: #002c9a;} | |
| 1079 | +.pay_cont .excel_middle .level_btn img{margin-top: -3px;} | |
| 1080 | + | |
| 1081 | +.pay_cont .excel_middle .print_btn {margin: 0 5px;} | |
| 1082 | +.pay_cont .pay_info {display: flex; justify-content: center; background-color: #efeff0; width: 100%; padding: 16px 0; border-radius: 5px; margin: 20px 0 50px 0; box-sizing: border-box; } | |
| 1083 | +.pay_cont .pay_info p:nth-child(1) {font-size: 18px;} | |
| 1084 | +.pay_cont .pay_info p:nth-child(2), .pay_cont .pay_info p:nth-child(3) {font-size: 16px; font-weight: 300;} | |
| 1085 | +.pay_cont .pay_info p:nth-child(2) {padding: 0 47px 0 57px;} | |
| 1086 | +.pay_cont .pay_info p span {color: #002c9a; font-weight: 500;} | |
| 1087 | +.clause_list {margin-bottom: 50px;} | |
| 1088 | +.clause_list .list_head_in span>i {background-image: url(/publish/images/content/titBoxIcon.png); width: 18px; height: 20px; margin: 0 8px 3px 0;} | |
| 1089 | +.clause_list .clause_list_body {background-color: #efeff0 !important;} | |
| 1090 | +.clause_list .refund_info {text-align: center; width: 100%;} | |
| 1091 | +.clause_list .refund_info th { height: 45px; line-height: 45px; font-size: 17px; font-weight: 500;background-color: #fff; } | |
| 1092 | +.clause_list .refund_info th:first-child {border-radius: 5px 0 0 5px;} | |
| 1093 | +.clause_list .refund_info th:last-child {border-radius: 0 5px 5px 0;} | |
| 1094 | +.clause_list .refund_info tbody td {height: 40px; line-height: 1.5; font-weight: 300; font-size: 16px; border-bottom: 1px solid #e5e5e5; letter-spacing: -0.5px; vertical-align: middle;} | |
| 1095 | +.clause_list .refund_info tbody td span{font-weight: 400;} | |
| 1096 | +.pay_cont .tType1 {margin-bottom: 50px;} | |
| 1097 | +.pay_cont .tType1 tbody tr th {line-height: 55px;} | |
| 1098 | +.charg_cont .tType1 tbody tr td {line-height: 40px;} | |
| 1099 | +.pay_cont .tType1 td {position: relative; font-size: 18px; letter-spacing: 0.5px;} | |
| 1100 | +.pay_cont .tType1 td.price_ref1 {font-weight: 300;} | |
| 1101 | +.pay_cont .tType1 td.price_ref1>span {font-size: 24px; font-weight: 500;} | |
| 1102 | +.pay_cont .tType1 td.price_ref1 .reqTxt5 {font-size: 16px; font-weight: 300; color: #666;} | |
| 1103 | +.pay_cont .tType1 td input[type="checkbox"] {margin-top: 3px;} | |
| 1104 | +.pay_cont .tType1 td input[type="checkbox"].re {border: 1px solid #ccc; margin-left: 3px; margin-top: 1px;} | |
| 1105 | +.pay_cont .tType1 td input[type="checkbox"]+label {font-size: 18px; font-weight: 300; vertical-align: middle;} | |
| 1106 | +.pay_cont .tType1 td input[type="text"]+label {position: absolute; top:50%; transform: translateY(-50%); left: 336px; font-size: 18px;} | |
| 1107 | +.pay_cont .tType1 td input[type="text"].readonly {background-color: #fff; width: 32.1%; min-width: 200px; border: 1px solid #d5d5d5;} | |
| 1108 | +.pay_cont .tType1 td input[type="text"].account_put {width: 32.1%; min-width: 320px;} | |
| 1109 | +.pay_cont .tType1 td input[type="text"].readonly::placeholder {font-size: 18px;} | |
| 1110 | +.pay_cont .tType1 td select {width: 200px; background-color: #f2f2f2; border: 0; height: 40px; margin-right: 2px; font-size: 18px;} | |
| 1111 | +.pay_cont .tType1 td .btnType9 {width: 90px; margin-right: 0; margin-left: 2px;} | |
| 1112 | +.tType1 td .reqTxt6 {color: #e40000; font-size: 14px; line-height: 50px; font-weight: 400; padding-left: 13px;} | |
| 1113 | +.tType1 td .reqTxt6>span {vertical-align: middle;} | |
| 1114 | +.pay_cont .tType1 tbody tr td.send_cf>div:first-child {margin-bottom: 10px;} | |
| 1115 | +.pay_cont .tType1 tbody tr td .refund_reason {overflow:hidden;} | |
| 1116 | +.pay_cont .tType1 tbody tr td .refund_reason > div {float:left;margin:0 0 10px;} | |
| 1117 | +/* 사용내역 */ | |
| 1118 | +.hisroy_price {display: flex; justify-content: space-between; margin-bottom: 30px;} | |
| 1119 | +.hisroy_price .hisroy_price_in {background-color: #f2f2f2; width: calc(100%/3 - 20px); padding: 28px 22px; border-radius: 5px; box-sizing: border-box;} | |
| 1120 | +.hisroy_price .hisroy_price_in>p {font-size: 22px; font-weight: 600; margin-bottom: 25px; font-family: 'GmarketSansBold';} | |
| 1121 | +.hisroy_price .hisroy_price_in i{background-size: 100%;} | |
| 1122 | +.hisroy_price .hisroy_price_in:nth-child(1) i {background-image: url(/publish/images/content/history_icon1.png); width: 23px; height: 26px; margin: 0 10px 2px 0;} | |
| 1123 | +.hisroy_price .hisroy_price_in:nth-child(2) i {background-image: url(/publish/images/content/history_icon2.png); width: 26px; height: 24px; margin: 0 10px 2px 0;} | |
| 1124 | +.hisroy_price .hisroy_price_in:nth-child(3) i {background-image: url(/publish/images/content/history_icon3.png); width: 21px; height: 21px; margin: 0 10px 2px 0;} | |
| 1125 | +.hisroy_price .hisroy_price_in>div {background-color: #fff; height: 50px; padding: 0 20px; border-radius: 5px; line-height: 50px; box-sizing: border-box;} | |
| 1126 | +.hisroy_price .hisroy_price_in>div:last-child {margin-top: 10px;} | |
| 1127 | +.hisroy_price .hisroy_price_in>div>p {font-size: 17px; font-weight: 300;} | |
| 1128 | +.hisroy_price .hisroy_price_in>div>p:first-child {float: left;} | |
| 1129 | +.hisroy_price .hisroy_price_in>div>p:last-child {float: right;} | |
| 1130 | +.hisroy_price .hisroy_price_in>div>p>span {font-size: 22px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 5px;} | |
| 1131 | + /*후불회원 요금 사용내역*/ | |
| 1132 | +.hisroy_price .hisroy_defprice_in {position:relative; background-color: #f2f2f2; width: calc(100%/4 - 10px); padding: 28px 22px 40px 22px; border-radius: 5px; box-sizing: border-box;} | |
| 1133 | +.hisroy_price .hisroy_defprice_in>p {font-size: 20px; font-weight: 600; margin-bottom: 25px; font-family: 'GmarketSansBold';} | |
| 1134 | +.hisroy_price .hisroy_defprice_in i{background-size: 100%;} | |
| 1135 | +.hisroy_price .hisroy_defprice_in:nth-child(1) i {background-image: url(/publish/images/content/history_icon1.png); width: 23px; height: 26px; margin: 0 10px 2px 0;} | |
| 1136 | +.hisroy_price .hisroy_defprice_in:nth-child(2) i {background-image: url(/publish/images/content/history_icon2.png); width: 26px; height: 24px; margin: 0 10px 2px 0;} | |
| 1137 | +.hisroy_price .hisroy_defprice_in:nth-child(3) i {background-image: url(/publish/images/content/history_icon4.png); width: 22px; height: 24px; margin: 0 10px 2px 0;} | |
| 1138 | +.hisroy_price .hisroy_defprice_in:nth-child(4) i {background-image: url(/publish/images/content/history_icon3.png); width: 21px; height: 21px; margin: 0 10px 2px 0;} | |
| 1139 | +.hisroy_price .hisroy_defprice_in>div {background-color: #fff; height: 50px; padding: 0 20px; border-radius: 5px; line-height: 50px; box-sizing: border-box;} | |
| 1140 | +.hisroy_price .hisroy_defprice_in>div:last-child {margin-top: 10px;} | |
| 1141 | +.hisroy_price .hisroy_defprice_in>div>p {font-size: 15px; font-weight: 300;} | |
| 1142 | +.hisroy_price .hisroy_defprice_in>div>p:first-child {float: left;} | |
| 1143 | +.hisroy_price .hisroy_defprice_in>div>p:last-child {float: right;} | |
| 1144 | +.hisroy_price .hisroy_defprice_in>div>p>span {font-size: 20px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 1px;} | |
| 1145 | +.hisroy_price .hisroy_defprice_in .clearfix{ display: flex; justify-content: space-between; align-items: center; height: 40px; background-color: #fff; padding: 5px 10px; border-radius: 5px; margin: 0 0 10px 0;} | |
| 1146 | +.hisroy_price .hisroy_defprice_in .clearfix:last-child{margin: 0 0 0 0; text-align: right;} | |
| 1147 | +.hisroy_price .hisroy_defprice_in .clearfix p:nth-child(2n){width: calc(100% - 5px); text-align: right;} | |
| 1148 | +.hisroy_price .hisroy_defprice_in dl {position: absolute; font-size:13px; color:#777; padding:0; top:178px;} | |
| 1149 | +.hisroy_price .hisroy_defprice_in dl dd {padding:2px 0 0 8px;} | |
| 1150 | + | |
| 1151 | +.history_details .tType1_title{margin: 0;} | |
| 1152 | +.history_details .tType1_title img{margin: -4px 0 0 0;} | |
| 1153 | +.history_details .details_wrap{width: 100%; background-color: #f2f2f2; border-radius: 5px; padding: 15px 20px 15px 20px; box-sizing: border-box;} | |
| 1154 | +.history_details .details_wrap table{width: 100%; table-layout: fixed; letter-spacing: -0.5px; border-collapse: separate; border-spacing: 0 10px;} | |
| 1155 | +.history_details .details_wrap table th{position: relative; font-family: 'GmarketSansMedium'; font-size: 18px; color: #222; vertical-align: middle; padding: 0 0 10px 0;} | |
| 1156 | +.history_details .details_wrap table th::after{position: absolute; content: " "; width: 1px; height: 15px; background-color: #a5a5a5; right: -1px;} | |
| 1157 | +.history_details .details_wrap table th:last-child:after{display: none;} | |
| 1158 | +.history_details .details_wrap table tbody td{height: 50px; background-color: #fff; text-align: center; vertical-align: middle;} | |
| 1159 | +.history_details .details_wrap table tbody td:first-child{border-radius: 5px 0 0 5px;} | |
| 1160 | +.history_details .details_wrap table tbody td:last-child{border-radius: 0 5px 5px 0;} | |
| 1161 | + | |
| 1162 | +/*.hisroy_price {display: flex; justify-content: space-between; margin-bottom: 0; flex-flow: wrap;} | |
| 1163 | +.hisroy_price .hisroy_price_in>p {font-size: 22px; font-weight: 600; margin-bottom: 25px; font-family: 'GmarketSansBold';} | |
| 1164 | +.hisroy_price .hisroy_price_in {background-color: #f2f2f2; width: calc(100%/3 - 15px); padding: 28px 22px; border-radius: 5px; box-sizing: border-box;} | |
| 1165 | +.hisroy_price .total_price{display: flex;width: 100%;align-items: center;justify-content: space-between;} | |
| 1166 | +.hisroy_price .total_price .clearfix{position: relative; display: flex; align-items: center; height: 50px; background-color: #fff; padding: 5px 20px; border-radius: 5px;} | |
| 1167 | +.hisroy_price .total_price .clearfix p:nth-child(2){position: relative;} | |
| 1168 | +.hisroy_price .total_price .clearfix p:nth-child(2)::before{position: absolute; content: ""; width: 1px; height: 18px; background-color: #d5d5d5; right: 0;} | |
| 1169 | +.hisroy_price .total_price p{margin: 0 0 0 0;} | |
| 1170 | +.hisroy_price .total_price>div:last-child{padding: 0 0 0 0;} | |
| 1171 | +.hisroy_price .hisroy_price_in>div>p>span {font-size: 20px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 5px;}*/ | |
| 1172 | +/*.hisroy_price {display: flex; justify-content: space-between; margin-bottom: 0; flex-flow: wrap;} | |
| 1173 | +.hisroy_price .hisroy_price_in {background-color: #f2f2f2; width: calc(100%/2 - 15px); padding: 28px 22px; border-radius: 5px; box-sizing: border-box;} | |
| 1174 | +.hisroy_price .hisroy_price_in>p{font-size: 20px; font-weight: 600; margin-bottom: 25px; font-family: 'GmarketSansBold';} | |
| 1175 | +.hisroy_price .hisroy_price_in i{background-position: center; margin: 0 4px 0 0;} | |
| 1176 | +.hisroy_price .hisroy_price_in .clearfix{ display: flex; justify-content: space-between; align-items: center; height: 40px; background-color: #fff; padding: 5px 15px; border-radius: 5px; margin: 0 0 15px 0;} | |
| 1177 | +.hisroy_price .hisroy_price_in .clearfix:last-child{margin: 0 0 0 0; text-align: right;} | |
| 1178 | +.hisroy_price .hisroy_price_in .clearfix p:nth-child(2n){width: calc(100% - 50px); text-align: right;} | |
| 1179 | +.hisroy_price .total_price{display: flex;width: 100%;align-items: center;justify-content: space-between; margin: 0 0 20px 0; padding: 15px 20px;} | |
| 1180 | +.hisroy_price .total_price .clearfix{position: relative;width: calc((100% - 400px)/2); align-items: baseline; line-height: 40px; margin: 0 0 0 0;} | |
| 1181 | +.hisroy_price .total_price .clearfix p:nth-child(2){position: relative; padding: 0 10px 0 0; margin: 0 10px 0 0;} | |
| 1182 | +.hisroy_price .total_price .clearfix p:nth-child(2)::before{position: absolute; content: ""; width: 1px; height: 18px; background-color: #d5d5d5; right: 0; top: 12px;} | |
| 1183 | +.hisroy_price .total_price .clearfix p:nth-child(2n){width: calc((100% - 100px)/2); text-align: right;} | |
| 1184 | +.hisroy_price .total_price p{margin: 0 0 0 0;} | |
| 1185 | +.hisroy_price .total_price p:nth-child(1) i{width: 20px; height: 25px; background-image: url(/publish/images/content/history_icon2.png); background-position: center 0;} | |
| 1186 | +.hisroy_price .total_price p:nth-child(3) i{width: 22px; height: 20px; background-image: url(/publish/images/content/history_icon3.png);} | |
| 1187 | +.hisroy_price .hisroy_price_in:nth-child(2) i{width: 31px; height: 20px; background-image: url(/publish/images/content/history_icon1.png); background-position: center 0; margin: 0 7px 0 0;} | |
| 1188 | +.hisroy_price .hisroy_price_in:nth-child(3) i{width: 25px; height: 25px; background-image: url(/publish/images/content/icon_kakaotalk.png); background-position: center 0; margin: 0 7px 0 0;} | |
| 1189 | +.hisroy_price .hisroy_price_in:nth-child(4) i{width: 26px; height: 28px; background-image: url(/publish/images/content/history_fax.png); background-position: center 0; margin: 0 7px 0 0;} | |
| 1190 | +.hisroy_price .hisroy_price_in>div>p>span {font-size: 18px; font-family: 'GmarketSansBold'; color: #002c9a; letter-spacing: -.5px;}*/ | |
| 1191 | + | |
| 1192 | +.list_info {margin-bottom: 10px; display: flex; justify-content: space-between; align-items: flex-end;} | |
| 1193 | +.list_info .selType2 {height: 32px;} | |
| 1194 | +.list_info p {font-size: 16px; } | |
| 1195 | +.list_info p span {color: #002c9a; font-weight: 500;} | |
| 1196 | +.list_info .cf_text{display: inline-block; font-size: 14px; font-weight: 500;} | |
| 1197 | +.list_info>div {float: right;} | |
| 1198 | +.list_info>div button {padding:0 10px;height:32px;border-radius:5px;margin-left:2px;font-weight:300;} | |
| 1199 | +.list_info>div .btnType15 {width:auto;} | |
| 1200 | +.serv_content .excel_middle .calendar_wrap>input[type="text"] {width: 129px; height: 32px; border-radius: 5px;} | |
| 1201 | +.serv_content .calendar_wrap button {border: 0 !important; height: 100%;} | |
| 1202 | +.serv_content .calendar_wrap button:hover {box-shadow: none;} | |
| 1203 | +.serv_content .select_btnWrap .btn_left>button {padding: 0 14.5px; border: 1px solid #b1b1b1; color: #222;} | |
| 1204 | +.serv_content .select_btnWrap .btn_left>button:hover {color: #222;border: 1px solid #b1b1b1} | |
| 1205 | +.serv_content .select_btnWrap .btn_left>button.btnType6 {background-color: #e8f0ff;border: 1px solid #b1c6ee;} | |
| 1206 | +.serv_content .select_btnWrap .btn_left .reqTxt4 {font-size: 14px;} | |
| 1207 | +.cal_label {padding-right: 8px; vertical-align: middle;} | |
| 1208 | +.publish_btn {background-color: #f2f2f2; padding: 0 30px; border-radius: 5px; height: 65px; margin-bottom: 40px; line-height: 59px; box-sizing: border-box;} | |
| 1209 | +.publish_btn>div:first-child {float: left;} | |
| 1210 | +.publish_btn input[type="radio"]+label {font-size: 18px; font-weight: 300;} | |
| 1211 | +.publish_btn>div:last-child {float: right;} | |
| 1212 | +.publish_btn button {background-color: #002c9a; color: #fff; width: 120px; height: 45px; font-size: 18px;line-height:45px;} | |
| 1213 | + | |
| 1214 | +/* 세금계산서/영수증 */ | |
| 1215 | +.pay_cont .tType1 td .emailWrap2 {display: inline-flex;background-color: #f2f2f2; width: calc(100% - 620px); min-width: 470px; height: 40px; border-radius: 5px;position: relative;vertical-align: middle; } | |
| 1216 | +.pay_cont .tType1 td .emailWrap2 input[type="text"] {width: calc(100%/2);} | |
| 1217 | +.pay_cont .tType1 td .list_selType1 {border-radius: 5px; margin-right: 0; margin-left: 1px; background-position: right 15px top 50%;} | |
| 1218 | +.pay_cont .tType1_title {margin-top: 30px;} | |
| 1219 | +.pay_cont .tType1 .send_cf .reqTxt6 {line-height:24px;} | |
| 1220 | +.set_date button {width: 100px; border-radius: 5px; border: 1px solid #b1b1b1; margin-right: 5px !important; font-size: 17px; color: #222;} | |
| 1221 | + | |
| 1222 | +.pay_cont .bill_tab {display:flex;margin:0 0 50px;padding:25px 33px;align-items:center;border:3px solid #e5e5e5;background:#f2f2f2;border-radius:5px;} | |
| 1223 | +.pay_cont .bill_tab ul {display:flex;} | |
| 1224 | +.pay_cont .bill_tab p {padding:0 0 0 20px;} | |
| 1225 | +.pay_cont .bill_content_wrap .bill_content {display:none;} | |
| 1226 | + | |
| 1227 | +.pay3_list td.td_payInfo span{position: relative; margin: 0 8px;} | |
| 1228 | +.pay3_list td.td_payInfo span::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #666; left: 2px; top: 50%; transform: translateY(-50%);} | |
| 1229 | +.pay3_list td button{margin-right: 5px; padding: 0 10px; width: auto;} | |
| 1230 | +.pay3_list td button:last-child{margin-right: 0;} | |
| 1231 | +.pay3_list td button.btnType.btnType20 {display:block;margin:5px auto;} | |
| 1232 | +.pay3_list td button.btnType.btnType20:first-child {margin-top:10px;} | |
| 1233 | +.pay3_list td button.btnType.btnType20:last-child {margin-bottom:10px;} | |
| 1234 | + | |
| 1235 | +/* 결제하기 */ | |
| 1236 | +.charg_cont {background-color: #fff;padding: 40px;border-radius: 10px; min-height: 589px; display: none;} | |
| 1237 | +.charg_cont.current {display: block;} | |
| 1238 | +.charg_cont .tab_tit{font-size: 24px; font-weight: bold; color: #222; margin-bottom: 20px; margin-top: 40px;} | |
| 1239 | +.charg_cont .area_tab{display: flex; width: 100%; justify-content: space-between; flex-wrap: wrap;} | |
| 1240 | +/* 간편결제 오픈 시 | |
| 1241 | +.charg_cont .area_tab li{ width: calc((100% - 80px)/5); border: 1px solid #ddd; border-radius: 5px; position: relative; box-sizing: border-box; text-align: center;} */ | |
| 1242 | +.charg_cont .area_tab li{ width: calc((100% - 80px)/4); border: 1px solid #ddd; border-radius: 5px; position: relative; box-sizing: border-box; text-align: center;} | |
| 1243 | +.charg_cont .area_tab li button {font-size: 22px; font-weight: 400; width: 100%; height: 100%; padding: 60px 20px 40px 20px;position:relative;z-index:1;} | |
| 1244 | +/* .charg_cont .area_tab li.active {border: 3px solid #fbc72b;} */ | |
| 1245 | +.charg_cont .area_tab li.active::after{position: absolute; content: " "; width: 100%; height: 100%; border: 3px solid #fbc72b; left: -3px; top: -3px; border-radius: 5px;} | |
| 1246 | +.charg_cont .area_tab li.active::before{background-image: url(/publish/images/content/icon_chargeCheck2.png); background-color: #fbc72b; border: 2px solid #fbc72b;} | |
| 1247 | +.charg_cont .area_tab li::before{position: absolute; content: " "; width: 31px; height: 31px; border: 3px solid #ccc; right: 15px; top: 15px; border-radius: 100%; background-image: url(/publish/images/content/icon_chargeCheck1.png); background-repeat: no-repeat; background-position: center 58%;} | |
| 1248 | +.charg_cont .area_tab button i{width: 65px; height: 55px; display: block; margin: 0 auto 15px auto; background-position: center;} | |
| 1249 | +/*.charg_cont .area_tab .btn_charge_simple i{background-image: url(/publish/images/simple.png);}*/ | |
| 1250 | +.charg_cont .area_tab .btn_charge1 i{background-image: url(/publish/images/content/icon_charging2.png);} | |
| 1251 | +.charg_cont .area_tab .btn_charge2 i{background-image: url(/publish/images/content/icon_charging3.png);} | |
| 1252 | +.charg_cont .area_tab .btn_charge3 i{background-image: url(/publish/images/content/icon_charging4.png);} | |
| 1253 | +.charg_cont .area_tab .btn_charge4 i{background-image: url(/publish/images/content/icon_charging5.png);} | |
| 1254 | + | |
| 1255 | +/*간편결제_오픈시_수정한부분*/ | |
| 1256 | +.charg_cont .area_tab .simple_pay{margin-top: 25px;} | |
| 1257 | +.charg_cont .area_tab .simple_pay button{padding: 24px 20px 8px 20px;} | |
| 1258 | +.charg_cont .area_tab .simple_pay button i{width: 150px; height: 33px; display: block; margin: 0 auto 15px auto; background-position: center;} | |
| 1259 | +.charg_cont .area_tab .btn_charge5 i{background-image: url(/publish/images/never_pay.png);} | |
| 1260 | +.charg_cont .area_tab .btn_charge6 i{background-image: url(/publish/images/kakao_pay.png);} | |
| 1261 | +.charg_cont .area_tab .btn_charge7 i{background-image: url(/publish/images/toss_pay.png);} | |
| 1262 | +.charg_cont .area_tab .btn_charge8 i{background-image: url(/publish/images/payco.png);} | |
| 1263 | +.charg_cont.serv_content .area_tab .btn_charge4 i{background-image: url(/publish/images/content/icon_charging5.png);} | |
| 1264 | +.charg_cont.serv_content .area_tab .btn_charge5 i{background-image: url(/publish/images/never_pay.png);} | |
| 1265 | +.charg_cont.serv_content .area_tab .btn_charge6 i{background-image: url(/publish/images/kakao_pay.png);} | |
| 1266 | +.charg_cont.serv_content .area_tab .btn_charge7 i{background-image: url(/publish/images/toss_pay.png);} | |
| 1267 | +.charg_cont.serv_content .area_tab .btn_charge8 i{background-image: url(/publish/images/payco.png);} | |
| 1268 | +.charg_cont .area_tab+.checkbox_wrap{margin-top: 18px; color: #666; font-weight: 300; font-size: 18px; text-align: right; width: 100%;} | |
| 1269 | + | |
| 1270 | +/* 간편결제_오픈시_이벤트페이지 | |
| 1271 | +.charg_cont .area_tab.type03 li {width:calc(100%/4 - 15px);} */ | |
| 1272 | +.charg_cont .area_tab.type03 li {width:calc(100%/3 - 15px);} | |
| 1273 | +/*간편결제_오픈시_이벤트페이지_수정한부분은 이거 하나*/ | |
| 1274 | +.charg_cont .area_tab.type03 li.event_simple{width:calc(100%/4 - 15px);} | |
| 1275 | +/*//간편결제_오픈시_이벤트페이지_수정한부분은 이거 하나*/ | |
| 1276 | +.charg_cont .checkbox_wrap input[type="checkbox"], | |
| 1277 | +.charg_cont .checkbox_wrap input[type="radio"]{display: none;} | |
| 1278 | +.charg_cont .checkbox_wrap input[type="checkbox"]+label, | |
| 1279 | +.charg_cont .checkbox_wrap input[type="radio"]+label{height: 24px; border-radius: 50%;display: inline-block; vertical-align: middle; margin-bottom: 3px; position: relative; cursor: pointer; vertical-align: middle; margin-right: 5px; margin-top: -2px;padding:0 0 0 30px;line-height:24px;} | |
| 1280 | +.charg_cont .checkbox_wrap input[type="checkbox"]+label::after, | |
| 1281 | +.charg_cont .checkbox_wrap input[type="radio"]+label::after {background-image: url(/publish/images/content/icon_chargeCheck3.png);background-repeat: no-repeat; background-position: center 60%;position: absolute;content: "";display: inline-block;width:24px;height: 100%;top: -1px;left: -1px;border-radius: 50%;border: 2px solid #ccc;} | |
| 1282 | +.charg_cont .checkbox_wrap input[type="checkbox"]:checked+label, | |
| 1283 | +.charg_cont .checkbox_wrap input[type="radio"]:checked+label{position: relative;font-weight:500;color:#002c9a;} | |
| 1284 | +.charg_cont .checkbox_wrap input[type="checkbox"]:checked+label::after, | |
| 1285 | +.charg_cont .checkbox_wrap input[type="radio"]:checked+label::after{background-image: url(/publish/images/mem/check2_ckecked.png);background-color: #002c9a;border: 2px solid #002c9a;} | |
| 1286 | +.charg_cont .right{text-align: right;} | |
| 1287 | +.charg_cont .area_tabcont{display: none;} | |
| 1288 | +.charg_cont .area_tabcont.on{display: block;} | |
| 1289 | +.charg_cont .area_tabcont .area_tit{font-size: 20px; font-weight: bold; color: #222; margin-left: 5px;} | |
| 1290 | +.charg_cont .tType1{margin-bottom: 50px;} | |
| 1291 | +.charg_cont .tType1 select, .charg_cont .tType1 button, .charg_cont .tType1 input{height: 40px; border-radius: 5px; display: inline-block;line-height:40px;} | |
| 1292 | +.charg_cont .tType1 select{width: 220px; padding: 0 20px 0 15px; border: 1px solid #ccc; margin-left: 8px; font-size: 16px; color: #222; font-weight: 300; background-image: url(/publish/images/select_search.png); background-repeat: no-repeat; background-position: 92% center;} | |
| 1293 | +.area_tabcont .tType1 button {background-color: #002c9a; padding: 0 20px; color: #fff; font-weight: normal; letter-spacing: -0.5px; font-size: 17px;} | |
| 1294 | +.charg_cont .tType1 input{border: 1px solid #ccc; margin-right: 5px; vertical-align: middle; margin-left: 8px;} | |
| 1295 | +/* .charg_cont .tType1 input:nth-child(2) {margin-left: 0;} */ | |
| 1296 | +.charg_cont .tType1 .area_text{ font-size: 16px; font-weight: 300; color: #555;} | |
| 1297 | +.charg_cont .tType1 .area_text p{margin-bottom:11px;} | |
| 1298 | +.charg_cont .tType1 .area_text p input{background-color: #fff; width: 360px;} | |
| 1299 | +.charg_cont .tType1 .area_text p:last-child{margin-bottom: 0;} | |
| 1300 | +.charg_cont .tType1 .area_text p span{color: #e40000; font-weight: 500;} | |
| 1301 | +.charg_cont .tType1 .area_text p span.c_222222{color: #222;} | |
| 1302 | +.charg_cont .tType1 .checkbox_wrap{font-size: 18px; font-weight: normal; margin-top: 5px;} | |
| 1303 | +.charg_cont .tType1 .checkbox_wrap input[type="checkbox"]+label, | |
| 1304 | +.charg_cont .tType1 .checkbox_wrap input[type="radio"]+label{width: 24px;height: 24px; border-radius: 50%;display: inline-block; vertical-align: middle; margin-bottom: 3px; position: relative; cursor: pointer; vertical-align: middle; margin-right: 5px; margin-top: -2px;padding:0;} | |
| 1305 | +.charg_cont .tType1 .account_holder {display:inline-block;margin:0 0 0 -15px;font-size:16px;} | |
| 1306 | +.charg_cont .tType1 .flex{display: flex; align-items: center;} | |
| 1307 | +.charg_cont .tType1 .flex input{height: 40px; border: none;} | |
| 1308 | +.charg_cont .tType1 p.input_in{margin:0 0 0 5px;line-height: 1; font-size: 18px; display: inline-block; vertical-align: middle;} | |
| 1309 | +.charg_cont .tType1 .flex button{border: 1px solid #b1b1b1; color: #222; font-size: 17px; background-color: #fff; padding: 0 13px; margin-right: 5px;} | |
| 1310 | +.charg_cont .tType1 tbody tr.charge_content {border-bottom:0 none;} | |
| 1311 | +.charg_cont .tType1 tbody tr.charge_content .list_seType1 {width:180px;font-size:18px;border-color:#f2f2f2;background-color:#f2f2f2;cursor:pointer;} | |
| 1312 | +.charg_cont .tType1 tbody tr td .amount_wrap {display:flex;margin:-5px 0 20px;padding:12px 30px 12px 35px;line-height:56px;justify-content:space-between;border:3px solid #ddd;border-radius:5px;} | |
| 1313 | +.charg_cont .tType1 tbody tr td .amount_wrap dl {display:flex;letter-spacing:-0.025em;} | |
| 1314 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dt {font-size:20px;font-weight:500;white-space:nowrap;} | |
| 1315 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dd ul {display:flex;} | |
| 1316 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dd ul li {position:relative;padding:0 30px;font-size:16px;font-weight:300;white-space:nowrap;color:#555;} | |
| 1317 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dd ul li:first-child {padding-left:25px;} | |
| 1318 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dd ul li strong {font-size:22px;font-weight:700;color:#222;} | |
| 1319 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dd ul li .plus {position:absolute;left:-14px;top:50%;width:27px;height:27px;background:#f5f5f5;border-radius:28px;transform:translateY(-50%);} | |
| 1320 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dd ul li .plus:before {content:'';position:absolute;left:12px;top:6px;width:3px;height:15px;background:#8f8f8f;} | |
| 1321 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dd ul li .plus:after {content:'';position:absolute;left:6px;top:12px;width:15px;height:3px;background:#8f8f8f;} | |
| 1322 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dd ul li .equal {position:absolute;left:-14px;top:50%;width:27px;height:27px;background:#f5f5f5;border-radius:28px;transform:translateY(-50%);} | |
| 1323 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dd ul li .equal:before {content:'';position:absolute;left:6px;top:9px;width:15px;height:3px;background:#8f8f8f;} | |
| 1324 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dd ul li .equal:after {content:'';position:absolute;left:6px;top:15px;width:15px;height:3px;background:#8f8f8f;} | |
| 1325 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dd ul li.total {padding-right:0;font-size:20px;color:#222;} | |
| 1326 | +.charg_cont .tType1 tbody tr td .amount_wrap dl dd ul li.total strong {color:#e40000;} | |
| 1327 | +.charg_cont .tType1 tbody tr td .amount_wrap .btnType {width:210px;height:56px;font-size:20px;} | |
| 1328 | + | |
| 1329 | +.info_bank{display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between;} | |
| 1330 | +.info_bank li{width: calc((100% - 33px) / 3); display: flex; margin-bottom: 11px; height: 62px; align-items: center; justify-content: center; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); border-radius: 5px;} | |
| 1331 | +.info_bank li a {display: flex;} | |
| 1332 | +.info_bank li i{width: 40px; height: 35px; background-position: center; margin-top: 3px;} | |
| 1333 | +.info_bank li:nth-child(1) i{background-image: url(/publish/images/content/bank1.png);} | |
| 1334 | +.info_bank li:nth-child(2) i{background-image: url(/publish/images/content/bank2.png);} | |
| 1335 | +.info_bank li:nth-child(3) i{background-image: url(/publish/images/content/bank3.png); margin-right: 8px;} | |
| 1336 | +.info_bank li:nth-child(4) i{background-image: url(/publish/images/content/bank4.png);} | |
| 1337 | +.info_bank li:nth-child(5) i{background-image: url(/publish/images/content/bank5.png);} | |
| 1338 | +.info_bank li:nth-child(6) i{background-image: url(/publish/images/content/bank6.png);} | |
| 1339 | +.charg_cont .tType1 select.sel_type2 {width: 150px; margin-right: -6px;} | |
| 1340 | +.charg_cont .tType1 .sel_type2_label {font-weight: 400; color: #222; margin: 0 3px 0 10px;} | |
| 1341 | +.info_bank li p{font-size: 18px; font-weight: 300; color: #666; letter-spacing: -0.5px; line-height: inherit !important;} | |
| 1342 | +.info_bank li p span{font-size: 20px; font-weight: 500; color: #222; font-family: 'GmarketSansMedium'; margin-left: 5px;} | |
| 1343 | + | |
| 1344 | +.area_text .box_input{width: 100%; background-color: #f2f2f2; padding: 10px 20px; border-radius: 5px; align-items: center; box-sizing: border-box; justify-content: space-between; margin-bottom: 15px;} | |
| 1345 | +.charg_cont .tType1 .box_input.flex li{ width: calc(100% / 4);} | |
| 1346 | +.charg_cont .tType1 .box_input.flex li:last-child {width: 340px;} | |
| 1347 | +.charg_cont .tType1 .box_input.flex select{margin-left: 10px;} | |
| 1348 | +.charg_cont .tType1 .box_input.flex input{border: 1px solid #ccc;} | |
| 1349 | +.charg_cont .tType1 .box_input.flex input[type="text"] {width: 200px;background-color: #fff;} | |
| 1350 | +.charg_cont .tType1 .box_input.flex button{background-color: #002c9a; color: #fff; border: 0; margin-left: 10px;} | |
| 1351 | + | |
| 1352 | + | |
| 1353 | +/*누적결제액별 등급 및 단간 추가*/ | |
| 1354 | +.accrue_price{width: 100%; height: 105px; border-radius: 5px; background-color: #f2f2f2;} | |
| 1355 | +.accrue_price p{font-size: 22px; font-weight: 700; line-height: 105px; margin-left: 53px;} | |
| 1356 | +.accrue_price p span{border-radius: 5px; background-color: #fff; padding: 10px 10px 10px 10px; font-size: 18px; font-weight: 400;} | |
| 1357 | +.accrue_price p span img{margin-right: 5px; margin-top: -5px;} | |
| 1358 | +.accrue_price p span span{padding: 0; font-size: 22px; font-weight: 700; color: #e40000;} | |
| 1359 | +.accrue_level .tType1_title{margin-top: 40px;} | |
| 1360 | +.accrue_level .tType1_title img{margin-top: -5px;} | |
| 1361 | +.accrue_level .tType2{width: 100%; border-top: 1px solid #000; text-align: center;} | |
| 1362 | +.accrue_level .tType2 thead tr{background-color: #f7f7f7; border-bottom: 1px solid #e5e5e5;} | |
| 1363 | +.accrue_level .tType2 thead tr th{height: 46px; font-size: 16px; font-weight: 500; border-right: 1px solid #e5e5e5; vertical-align: middle;} | |
| 1364 | +.accrue_level .tType2 thead tr th:last-child{border-right: 0;} | |
| 1365 | +.accrue_level .tType2 tbody tr{border-bottom: 1px solid #e5e5e5;} | |
| 1366 | +.accrue_level .tType2 tbody tr th{font-size: 16px; font-weight: 500; border-right: 1px solid #e5e5e5; height: 42px; vertical-align: middle;} | |
| 1367 | +.accrue_level .tType2 tbody tr td{font-size: 16px; font-weight: 300; border-right: 1px solid #e5e5e5; vertical-align: middle; line-height: 1.4;} | |
| 1368 | +.accrue_level .tType2 tbody tr td:last-child{border-right: 0;} | |
| 1369 | +.accrue_level .tType2 tbody tr td:last-child>span {font-weight: 400;} | |
| 1370 | + | |
| 1371 | +.accrue_level .tType2_level tbody tr th{font-weight: 300;} | |
| 1372 | +.accrue_level .tType2_level tbody tr .level_price{font-weight: 500;} | |
| 1373 | +.accrue_level .level_first{font-weight: 400; font-size: 18px; color: #666;} | |
| 1374 | +.accrue_level .level span{font-weight: 400; font-size: 18px; color: #666;} | |
| 1375 | +.accrue_level .tType2 .th_second span{font-size: 15px; font-weight: 300;} | |
| 1376 | +.accrue_level .reqTxt4_last{text-indent: -12px; margin: 0px 0px 0px 11px;} | |
| 1377 | + | |
| 1378 | +/* //결제하기 */ | |
| 1379 | + | |
| 1380 | +/* 요금안내/견적내기 */ | |
| 1381 | +.fee_cont .tType1_title{margin-top: 40px;} | |
| 1382 | +.fee_cont .tType1_title img{margin-top: -5px;} | |
| 1383 | +.fee_cont .tType2{width: 100%; border-top: 1px solid #000; text-align: center;} | |
| 1384 | +.fee_cont .tType2 thead tr{background-color: #f7f7f7; border-bottom: 1px solid #e5e5e5;} | |
| 1385 | +.fee_cont .tType2 thead tr th{height: 46px; font-size: 16px; font-weight: 500; border-right: 1px solid #e5e5e5; vertical-align: middle;} | |
| 1386 | +.fee_cont .tType2 thead tr th:last-child{border-right: 0;} | |
| 1387 | +.fee_cont .tType2 tbody tr{border-bottom: 1px solid #e5e5e5;} | |
| 1388 | + | |
| 1389 | +.fee_cont .tType2 tbody tr th{font-size: 16px; font-weight: 500; border-right: 1px solid #e5e5e5; height: 50px; vertical-align: middle;} | |
| 1390 | +.fee_cont .tType2 tbody tr td{font-size: 16px; font-weight: 300; border-right: 1px solid #e5e5e5; vertical-align: middle; line-height: 1.4;} | |
| 1391 | +.fee_cont .tType2 tbody tr td:last-child{border-right: 0;} | |
| 1392 | +.fee_cont .tType2 tbody tr td:last-child>span {font-weight: 400;} | |
| 1393 | + | |
| 1394 | +/*문자(등급별 요금 안내) 테이블 높이 수정*/ | |
| 1395 | +.fee_cont .tType2 .level_table th{height: 42px;} | |
| 1396 | + | |
| 1397 | +.fee_cont .tType1 select, .fee_cont .tType1 input{border: 0; background-color: #f2f2f2;} | |
| 1398 | +.fee_cont .btn_add{float: right;} | |
| 1399 | +.fee_cont .btn_add img{margin-left: 5px;} | |
| 1400 | + | |
| 1401 | +.fee_cont .banner{width: 100%; height: 100px; border-radius: 5px; margin-top: 40px; background-image: url(/publish/images/content/banner_charge.jpg); display: flex; justify-content: center; align-items: center;} | |
| 1402 | +.fee_cont .banner>p{margin-right: 40px; font-size: 28px; font-family: 'GmarketSansBold'; margin-top: 8px;} | |
| 1403 | +.fee_cont .banner ul{display: flex;} | |
| 1404 | +.fee_cont .banner ul li{background-color: #fff; height: 70px; border-radius: 5px;position:relative;display:flex;min-width:225px;margin:0 15px 0 0;padding:0 100px 0 66px;align-items:center;box-sizing:border-box;} | |
| 1405 | +.fee_cont .banner ul li:first-child {padding-right:17px;} | |
| 1406 | +.fee_cont .banner ul li img{position:absolute;left:16px;top:16px;} | |
| 1407 | +.fee_cont .banner ul li p{font-size:18px;} | |
| 1408 | +.fee_cont .banner ul li p strong {display:block;margin:2px 0 0;font-size:20px;font-weight:700;white-space:nowrap;} | |
| 1409 | +.fee_cont .banner ul li p span {display:block;margin:2px 10px 0 0;font-size:15px;font-weight:300;} | |
| 1410 | +.fee_cont .banner ul li a, | |
| 1411 | +.fee_cont .banner ul li button{font-size: 15px; color: #fff; font-weight: 500; background-color: #eea301; height: 30px; border-radius: 20px; margin-left: 8px; padding: 5px 10px; vertical-align: inherit;position:absolute;right:20px;top:50%;margin:-15px 0 0;box-sizing:border-box;line-height:20px;} | |
| 1412 | +.charg_cont .tType1 tbody tr td .readonly {background-color: #e9e9e9;} | |
| 1413 | +.charg_cont .tType1 tbody tr td .calendar_wrap>input[type="text"] {width:160px;} | |
| 1414 | +.charg_cont .tType1 tbody tr td .calendar_in>button {right: 12px;} | |
| 1415 | +.charg_cont .tType1 tbody tr td .calendar_in .calendarPop {left: -167px;} | |
| 1416 | + | |
| 1417 | + | |
| 1418 | +.arrow_img {background-image: url(/publish/images/content/btn_arrow.png); width: 14px; height: 9px; margin: 0 0 3px 6px;} | |
| 1419 | +.tb_wrap.totalPrice_tb {min-height: inherit; margin-bottom: 40px;} | |
| 1420 | +.tb_wrap.totalPrice_tb .tType4 tbody tr:only-child:last-child td {border-bottom: 0;vertical-align:middle;} | |
| 1421 | +.search_group_bottom2 {margin:10px 0 20px;} | |
| 1422 | +.tType1.itemInfo {margin-bottom: 10px;} | |
| 1423 | +.tType1.itemInfo .publish_btn {background-color: #fff; padding: 0;} | |
| 1424 | +.tType1.itemInfo tbody tr td .readonly {background-color: #fff; width: 130px; padding: 0 40px 0 15px; border: 1px solid #ccc; margin-left: 0; text-align: right; } | |
| 1425 | +.tb_wrap.totalPrice_tb .tType4 tbody td {font-size: 18px; font-weight: 400; color: #222; height: 52px; line-height: 31px; position: relative;} | |
| 1426 | +.tb_wrap.totalPrice_tb .tType4 tbody td select {height: 36px; top: 8px; border: 2px solid; } | |
| 1427 | + | |
| 1428 | + | |
| 1429 | +/*문자(등급별 요금 안내)*/ | |
| 1430 | +.fee_cont .tType2_level tbody tr th{font-weight: 300;} | |
| 1431 | +.fee_cont .tType2_level tbody tr .level_price{font-weight: 500;} | |
| 1432 | +.fee_cont .level_first{font-weight: 400; font-size: 18px; color: #666;} | |
| 1433 | +.fee_cont .level span{font-weight: 400; font-size: 18px; color: #666;} | |
| 1434 | +.fee_cont .tType2 .th_second span{font-size: 15px; font-weight: 300;} | |
| 1435 | +.fee_cont .reqTxt4_last{text-indent: -12px; margin: 0px 0px 0px 11px;} | |
| 1436 | +/* //요금안내/견적내기 */ | |
| 1437 | + | |
| 1438 | +/* 예약관리 */ | |
| 1439 | +.rev_admin_cont {background-color: #fff;padding: 40px;border-radius: 10px; min-height: 589px;} | |
| 1440 | +.rev_admin {display: flex; justify-content: space-between; margin-bottom: 20px;} | |
| 1441 | +.rev_admin .rev_admin_in {background-color: #f2f2f2; width: calc(100%/4 - 20px); padding: 25px; border-radius: 5px; box-sizing: border-box;} | |
| 1442 | +.rev_admin .rev_admin_in .rev_admin_top p:first-child {font-size: 22px; font-weight: 600; font-family: 'GmarketSansBold'; float: left;} | |
| 1443 | +.rev_admin .rev_admin_in .rev_admin_top p:last-child {font-size: 16px; font-weight: 300; float: right;} | |
| 1444 | +.rev_admin .rev_admin_in .rev_admin_top p:last-child span {font-size: 20px; font-weight: 600; font-family: 'GmarketSansBold'; color: #002c9a;} | |
| 1445 | +/* .rev_admin .rev_admin_in .rev_admin_btm {background-color: #fff; padding: 12px 0; border-radius: 5px; margin-top: 12px; box-sizing: border-box; display: flex;justify-content:space-between;} | |
| 1446 | +.rev_admin .rev_admin_in .rev_admin_btm p {width: calc(100%/3); font-size: 16px; font-weight: 300;text-align:center;} | |
| 1447 | +.rev_admin .rev_admin_in .rev_admin_btm p span {font-weight: 500;} */ | |
| 1448 | + | |
| 1449 | +.rev_admin .rev_admin_in .rev_admin_btm {margin:12px 0 0;padding:10px;background:#fff;border-radius:5px;box-sizing:border-box;} | |
| 1450 | +.rev_admin .rev_admin_in .rev_admin_btm dl {display:flex;padding:5px 0;font-size:16px;font-weight:300;justify-content:space-between;} | |
| 1451 | +.rev_admin .rev_admin_in .rev_admin_btm dl dd span {font-weight:500;} | |
| 1452 | + | |
| 1453 | +/* .rev_admin .rev_admin_in .rev_admin_btm p:first-child {text-align: right; padding-right: 13px; border-right: 1px solid #ccc;} | |
| 1454 | +.rev_admin .rev_admin_in .rev_admin_btm p:last-child {text-align: left; padding-left: 13px;} */ | |
| 1455 | +.rev_admin_cont .tType4 thead tr:nth-child(2) th:last-child{border-right: 1px solid #ccc;} | |
| 1456 | + | |
| 1457 | +.select_btnWrap .btn_right select {height: 32px; margin-right: 5px; margin-left: 0; font-size: 16px;} | |
| 1458 | +.select_btnWrap .btn_right input[type="text"] {height: 32px; border: 1px solid #ccc; border-radius: 3px; margin-right: 3px;} | |
| 1459 | +.select_btnWrap .btn_right button {width: 63px; font-size: 16px !important; font-weight: 300;} | |
| 1460 | + | |
| 1461 | +.table_btn {margin: 10px 0 30px 0;} | |
| 1462 | +.table_btn .table_btn_left {float: left;} | |
| 1463 | +.table_btn .table_btn_right {float: right;} | |
| 1464 | +.table_btn button {height: 32px; font-size: 14px; padding: 0 10px; line-height: 30px;} | |
| 1465 | +.table_btn .table_btn_left button {width: auto; padding: 0 10px; color: #555;} | |
| 1466 | + | |
| 1467 | +/*// 예약관리 */ | |
| 1468 | +/* 발송관리 */ | |
| 1469 | +.table_tab_wrap .tab_depth1 {position: absolute; top: 50%; right: 20px; transform: translateY(-50%); text-align: center;} | |
| 1470 | +.table_tab_wrap .tab_depth1 a {width: 150px;} | |
| 1471 | +.kakao_rev_content .rev_admin_in{width: calc(100% / 3 - 20px);} | |
| 1472 | +/*.kakao_rev_content .rev_admin_in{width: calc(100% / 2 - 20px);}*/ | |
| 1473 | +/*// 발송관리 */ | |
| 1474 | + | |
| 1475 | +/*발송결과*/ | |
| 1476 | +.rev_content .rev_admin .admin_btm{position: relative; margin: 40px 0 0;} | |
| 1477 | +.rev_content .rev_admin .admin_btm_api{margin: 45px 0 0;} | |
| 1478 | +.rev_content .rev_admin .admin_btm .title_top{background-color: #999; color: #fff; position: absolute; left: 0%; top: -32%; border-radius: 5px 5px 0 0; width: 100%; padding: 8px 10px; box-sizing: border-box;} | |
| 1479 | +.rev_content .rev_admin .admin_btm .title_top .title_num{position: absolute; right: 10px;} | |
| 1480 | +.rev_content .rev_admin .admin_btm .title_top .title_num span{font-weight: 300;} | |
| 1481 | +.select_btnWrap .btn_right .select_all_btn{width: 143px;} | |
| 1482 | +.select_btnWrap .btn_right .select_btn{width: 105px;} | |
| 1483 | +/*예약관리_회색타이틀 값 조정*/ | |
| 1484 | +.rev_content .rev_admin .admin_btm .reserve_top{top: -25%;} | |
| 1485 | + | |
| 1486 | +/* 마이페이지 kisa 신고 */ | |
| 1487 | +.kisa_info {overflow:hidden;height:323px;margin:30px 0;padding:111px 0 0;font-size:22px;line-height:32px;letter-spacing:-.025em;text-align:center;color:#000;background:url(/publish/images/content/img_banner_kisa.png) no-repeat center top;background-size:100% 100%;border-radius:5px;box-sizing:border-box;} | |
| 1488 | +.kisa_info strong {font-weight:700;color:#e40000;} | |
| 1489 | +.kisa_info p {margin:6px 0 0;font-size:16px;font-weight:300;} | |
| 1490 | +.kisa_info .btnType {width:150px;margin:21px 0 0;background:#0f6de1;} | |
| 1491 | +.kisa_tb_wrap .tType4 thead tr:only-child th {height:54px;line-height:16px;} | |
| 1492 | +.kisa_tb_wrap .tType4 tbody td {padding:0;font-size:14px;font-weight:300;} | |
| 1493 | +.kisa_tb_wrap .tType4 tbody td .attach {font-weight:500;line-height:23px;color:#002c9a;} | |
| 1494 | +.kisa_tb_wrap .tType4 tbody td .attach button {width:23px;height:23px;margin:0 0 0 4px;font-size:0;text-indent:-9999em;vertical-align:top;border:1px solid #b1b1b1;background:url(/publish/images/content/kisa_attach_icon.png) no-repeat center center;border-radius:5px;} | |
| 1495 | +.tType4 tbody tr:only-child:last-child td.nodata {padding:175px 0;font-size:16px;border-bottom:0 none;} | |
| 1496 | +.kisa_list_info {margin-top:20px;} | |
| 1497 | + | |
| 1498 | +/* 검색어결과 없음 */ | |
| 1499 | +.nodata_box {position:relative;width:100%;padding:75px 0;letter-spacing:-0.025em;text-align:center;box-sizing:border-box;} | |
| 1500 | +.nodata_box p {font-size:20px;color:#333;} | |
| 1501 | +.nodata_box span {display:block;margin:13px 0 0;font-size:16px;font-weight:300;color:#666;} | |
| 1502 | +.nodata_box.hashTag:after {content:'';position:absolute;left:50%;top:50%;width:80px;height:80px;margin:-40px 0 0 -140px;background:url(/publish/images/content/img_nodata_hashtag.png) no-repeat left top;} | |
| 1503 | +.nodata_box.hashTag p, | |
| 1504 | +.nodata_box.hashTag span {padding:0 0 0 80px;} | |
| 1505 | + | |
| 1506 | +/* 달력 */ | |
| 1507 | + | |
| 1508 | +/* 로딩바 */ | |
| 1509 | +.loading_layer {display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:1000000;} | |
| 1510 | +.loading_layer.active {display:block;} | |
| 1511 | +.loading_layer:after {content:'';display:block;width:100%;height:100%;background:#000;opacity:0.5;filter:opacity(50);} | |
| 1512 | +.loading_layer .loading_container {position:absolute;left:50%;top:50%;width:110px;height:110px;transform:translate(-50%,-50%);z-index:1;} | |
| 1513 | +.loading_layer .loading_container .bar {position:absolute;left:0;top:0;width:100%;height:100%;border:6px solid #fff;border-top-color:transparent;border-bottom-color:transparent;border-radius:60px;box-sizing:border-box;animation:rotate-loading 1.5s linear infinite;} | |
| 1514 | +.loading_layer .loading_container .text {font-size:15px;line-height:108px;text-align:center;color:#fff;animation:text-loading 1s ease-in infinite;} | |
| 1515 | + | |
| 1516 | + | |
| 1517 | +.loading_execl_layer {display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:1000000;} | |
| 1518 | +.loading_execl_layer.active {display:block;} | |
| 1519 | +.loading_execl_layer:after {content:'';display:block;width:100%;height:100%;background:#000;opacity:0.5;filter:opacity(50);} | |
| 1520 | +.loading_execl_layer .loading_container {position:absolute;left:50%;top:50%;width:110px;height:110px;transform:translate(-50%,-50%);z-index:1;} | |
| 1521 | +.loading_execl_layer .loading_container .bar {position:absolute;left:0;top:0;width:100%;height:100%;border:6px solid #fff;border-top-color:transparent;border-bottom-color:transparent;border-radius:60px;box-sizing:border-box;animation:rotate-loading 1.5s linear infinite;} | |
| 1522 | +.loading_execl_layer .loading_container .text {font-size:15px;line-height:108px;text-align:center;color:#fff;animation:text-loading 1s ease-in infinite;} | |
| 1523 | + | |
| 1524 | + | |
| 1525 | +.upload_area .loading_layer{position: absolute;} | |
| 1526 | +.upload_area .loading_layer.active+p,.upload_area .loading_layer.active+p+.cf_text_wrap{opacity: 0;} | |
| 1527 | + | |
| 1528 | +.progress_bar_wrap{position:fixed;display:none;width:100%;height:100%;background:rgba(0,0,0,0.38);left:0;top:0;z-index:999;justify-content:center;align-items:center;flex-direction:column;} | |
| 1529 | +.progress_box{padding:30px;background:#fff;border-radius:10px;text-align:center;} | |
| 1530 | +.progress_bar_wrap .bar{display:flex;width:400px;height:5px;text-align:left;padding:0;background:#f4f5f6;border-radius:30px;align-items:center;} | |
| 1531 | +.progress_bar_wrap .bar span{position:relative;display:inline-block;min-width:0px;height:5px;border-radius:20px;background:#fbc72b;transition:all 0.3s linear;} | |
| 1532 | +.progress_bar_wrap .bar span::after{position:absolute;content:"";width:8px;height:8px;border-radius:100%;background:#fff;border:2px solid #fbc72b;right:-8px;top:-3px;box-shadow:0 0 3px rgba(0,0,0,0.2);} | |
| 1533 | +.progress_bar_wrap .time_text{height:20px;font-family:'GmarketSansBold';font-size:20px;font-weight:500;color:#222;margin:0 0 20px 0;} | |
| 1534 | +.progress_bar_wrap .time_text.animation{animation:text-loading 1.5s ease-in infinite;} | |
| 1535 | + | |
| 1536 | +/* 문자온 소개 */ | |
| 1537 | +.intro_cont .img_cont img{width: 100%;} | |
| 1538 | +.intro_cont .title{display: flex; width: 100%; margin: 0 0 30px 0; font-size: 24px; font-weight: bold;justify-content: space-between;} | |
| 1539 | +.intro_cont .intro_link_wrap{margin: 80px 0 0 0;} | |
| 1540 | +.intro_cont .link_box{display: flex; width: 100%; padding: 30px; border-radius: 20px 5px 20px 5px; background-color: #f5f5f5; box-sizing: border-box; flex-wrap: wrap; align-items: center;} | |
| 1541 | +.intro_cont .link_box li{margin: 0 20px 13px 0;} | |
| 1542 | +.intro_cont .link_box a{position: relative; height: 45px; padding: 7px 15px 7px 53px; border: 1px solid #222; border-radius: 5px; font-family: 'GmarketSansMedium'; font-size: 18px; line-height: 33.5px; color: #222; background-color: #fff; box-sizing: border-box;} | |
| 1543 | +.intro_cont .link_box a:hover{box-shadow: 3px 3px 5px rgba(0,0,0,0.3);} | |
| 1544 | +.intro_cont .link_box a::after{position: absolute; content: "#"; width: 30px; height: 30px; border-radius: 100%; background-color: #fbc72b; font-family: 'GmarketSansMedium'; color: #222; text-align: center; line-height: 34px; left: 13px; top: 50%; transform: translateY(-50%);} | |
| 1545 | +.intro_cont .intro_keyword_wrap{margin: 100px 0 0 0;} | |
| 1546 | +.intro_cont .tab_wrap{display: flex;} | |
| 1547 | +.intro_cont .tab_wrap .tab{position: relative;} | |
| 1548 | +.intro_cont .tab_wrap .tab::after{position: absolute; content: ' '; width: 1px; height: 18px; background-color: #d5d5d5; top: 56%;right:0; transform: translateY(-50%);} | |
| 1549 | +.intro_cont .tab_wrap .tab:last-child::after{display:none;} | |
| 1550 | +.intro_cont .tab_wrap .tab button{position: relative; padding: 0 25px; font-size: 18px; color: #666;} | |
| 1551 | +.intro_cont .tab_wrap .tab:last-child button{padding: 0 0 0 25px;} | |
| 1552 | +.intro_cont .tab_wrap .tab.active button{font-weight: 600; color: #002c9a;} | |
| 1553 | +.intro_cont .tab_wrap .tab.active button::after{position: absolute; content: " "; width: calc(100% - 50px); height: 10px; background-color: #002c9a; opacity: 0.15; left: 25px; bottom: 0;} | |
| 1554 | +.intro_cont .tab_wrap .tab.active:last-child button::after{width: calc(100% - 25px);} | |
| 1555 | +.intro_cont .keyword_box{display: flex; width: 100%; padding: 30px; margin: 0 0 50px 0; border-radius: 5px; background-color: #f5f5f5; box-sizing: border-box; flex-wrap: wrap; align-items: center;} | |
| 1556 | +.intro_cont .keyword_box li{margin: 0 20px 13px 0;} | |
| 1557 | +.intro_cont .keyword_box .keyword_tab button{position: relative; height: 40px; padding: 0 23px; font-size: 18px; font-weight: 300; color: #666; background-color: #fff; border-radius: 25px; } | |
| 1558 | +.intro_cont .keyword_box .keyword_tab button::after{position: absolute; content: " "; width: calc(100% - 1px); height: calc(100% - 1px); border: 1px solid #d5d5d5; border-radius: 25px; left: 0; top: -0.5px;} | |
| 1559 | +.intro_cont .keyword_box .keyword_tab.active button{color: #222; font-weight: 500;} | |
| 1560 | +.intro_cont .keyword_box .keyword_tab.active button::after{width: calc(100% - 2px); height: calc(100% - 2px); border: 2px solid #000;} | |
| 1561 | + | |
| 1562 | +/* 카카오톡 */ | |
| 1563 | +.tab_content{display: none;} | |
| 1564 | +.tab_content.current{display: block;} | |
| 1565 | +.kakaotalkset_cont .cf_text{font-size: 15px; font-weight: 300; color: #555;} | |
| 1566 | +.kakaotalkset_cont .tabType1{margin-top: 50px;} | |
| 1567 | +.kakaotalkset_cont .list_tab_wrap2.type2 .list_tab li{width: 220px;} | |
| 1568 | +.kakaotalkset_cont .tb_wrap{min-height: auto;} | |
| 1569 | +.kakaotalkset_cont .table_btn .btnType15{width: auto;} | |
| 1570 | +.kakaotalkset_cont .select_btnWrap .btn_left{float: left; align-items: center;} | |
| 1571 | +.kakaotalkset_cont .select_btnWrap .btn_left .selType2{margin: 0 6px;} | |
| 1572 | +.kakaotalkset_cont .select_btnWrap .search_input{height: 36px; border: 1px solid #d5d5d5; margin: 0 4px 0 0;} | |
| 1573 | +.kakaotalkset_cont .select_btnWrap .btnType2{width: 60px; height: 36px; font-size: 16px; border: 0;} | |
| 1574 | +.kakaotalkset_cont .list_info button{height:36px; font-weight: 400;} | |
| 1575 | +.kakaotalkset_cont .list_info .template_add{width: 110px;} | |
| 1576 | +.kakaotalkset_cont .list_info .btn_list,.kakaotalkset_cont .list_info .btn_thumbnail{background-repeat: no-repeat; background-position: 12px 11px; padding: 0 12px 0 28px;} | |
| 1577 | +.kakaotalkset_cont .list_info .btn_thumbnail{display: none;} | |
| 1578 | +.kakaotalkset_cont .list_info .btn_list{background-image: url(/publish/images/btn_list_icon.png);} | |
| 1579 | +.kakaotalkset_cont .list_info .btn_thumbnail{background-image: url(/publish/images/btn_thumbnail_icon.png);} | |
| 1580 | +.kakaotalkset_cont .list_info .btnType8{width: 140px;} | |
| 1581 | +.kakaotalkset_cont .kakao_template_list{display:flex;margin: 20px 0 0 0;flex-wrap:wrap;gap:13px;} | |
| 1582 | +/* .kakaotalkset_cont .kakao_template_list li{position: relative; display: inline-block; width: calc((100% - 135px)/4); border-radius: 25px; box-shadow: inset 0 0px 8px rgba(0,0,0,0.2); padding: 8px 8px 16px 8px; margin: 0 20px 40px 0;} */ | |
| 1583 | +.kakaotalkset_cont .kakao_template_list li{position: relative; width:calc((100%/4) - 26px); border-radius: 25px; box-shadow: inset 0 0px 8px rgba(0,0,0,0.2); padding: 8px 8px 16px 8px;} | |
| 1584 | +.kakaotalkset_cont .kakao_template_list li.template_none{box-shadow: none; width: 100%; text-align: center; font-size: 18px; font-weight: 400;} | |
| 1585 | +.kakaotalkset_cont .kakao_template_list li.template_none::after{display: none;} | |
| 1586 | +.kakaotalkset_cont .kakao_template_list li:nth-child(4n){margin: 0 0 0 0;} | |
| 1587 | +.kakaotalkset_cont .kakao_template_list li::after{position: absolute; content: " "; width: 100%; height: 18px; background: url(/publish/images/kakao_template_cont.png) no-repeat top center; top: 8px;} | |
| 1588 | +.kakaotalkset_cont .kakao_template_list .kakao_template_wrap{position: relative; width: 100%; height: 363px; padding: 30px 0 15px 0; border-radius: 22px 22px 0 0; box-shadow: inset 0 2px 8px rgba(0,0,0,0.2); background: #b6cddd; overflow-y: auto; box-sizing: border-box;} | |
| 1589 | +.kakaotalkset_cont .kakao_template_list .kakao_template_wrap p.cf_text{width: calc(100% - 40px); font-size: 13px; font-weight: 300; color: #555; margin: 10px auto; text-align: right;} | |
| 1590 | +.kakaotalkset_cont .kakao_template_list .template_cont{background-color: #fff; width: calc(100% - 31px); margin: 0 0 0 12px; border-radius: 15px;} | |
| 1591 | +.kakaotalkset_cont .kakao_template_list .template_cont .title{position: relative; height: 36px; background-color: #ffe400; border-radius: 15px 15px 0 0; text-align: center; line-height: 36px; font-size: 16px; color: #222;} | |
| 1592 | +.kakaotalkset_cont .kakao_template_list .template_cont .title .check{position: absolute; left: 15px; top: -2px;} | |
| 1593 | +.kakaotalkset_cont .kakao_template_list .template_cont .title p{width: calc(100% - 70px); margin: 0 auto; padding: 0 0 0 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} | |
| 1594 | +.kakaotalkset_cont .kakao_template_list .template_cont .img_box img{width: 100%; height: auto;} | |
| 1595 | +.kakaotalkset_cont .kakao_template_list .template_cont .text_box{font-size: 14px; color: #555; line-height: 1.4; padding: 20px;} | |
| 1596 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content{width: 100%;background-color: #fff; border-radius: 0 0 15px 15px; padding: 0 0 10px 0;} | |
| 1597 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .kakao_image img{width: 100%;} | |
| 1598 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content p{width: calc(100% - 20px); white-space: normal; word-break: break-all; line-height: 1.4; padding: 0 10px; margin: 0 auto;} | |
| 1599 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .template_text,.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .emphasis_title_text{font-size: 15px; font-weight: 400; color: #222;} | |
| 1600 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .emphasis_side_text{padding: 15px 0 0 0;} | |
| 1601 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .emphasis_title_text{padding: 0 0 15px 0; border-bottom: 1px solid #e5e5e5;} | |
| 1602 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .emphasis_side_text,.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .side_info_text,.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .channel_info_text{font-size: 14px; color: #999; margin: 0 auto 6px auto; white-space: normal; word-break: break-all;} | |
| 1603 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .template_text{padding: 15px 0 0 0;} | |
| 1604 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .side_info_text{padding: 8px 0 0 0;} | |
| 1605 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .channel_info_text{padding: 0 0 4px 0;} | |
| 1606 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content button{margin: 0 0 8px 10px;} | |
| 1607 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content button:last-child{margin-bottom: 0;} | |
| 1608 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .template_text+.btn_kakao_type{margin-top: 8px;} | |
| 1609 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .btn_kakao_channel{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ffea00;} | |
| 1610 | +.kakaotalkset_cont .kakao_template_list .template_cont .allimtalk_content .btn_kakao_type{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ededed;} | |
| 1611 | +.kakaotalkset_cont .kakao_template_list .kakao_template_info{ font-size: 14px; color: #555; padding: 10px 0 0 10px;} | |
| 1612 | +.kakaotalkset_cont .kakao_template_list .kakao_template_info dl{display: flex; padding: 6px 0;} | |
| 1613 | +.kakaotalkset_cont .kakao_template_list .kakao_template_info dt{position: relative; width: 76px; margin: 0 13px 0 0;} | |
| 1614 | +.kakaotalkset_cont .kakao_template_list .kakao_template_info dt::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #d5d5d5; right: 0; top: 2px;} | |
| 1615 | +.kakaotalkset_cont .kakao_template_list .kakao_template_info dd{position: relative; width: calc(100% - 90px);} | |
| 1616 | +.kakaotalkset_cont .kakao_template_list .kakao_template_info dd p{display: inline-block; max-width: calc(100% - 67px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} | |
| 1617 | +.kakaotalkset_cont .kakao_template_list .kakao_template_info dd span{color: #002c9a; font-weight: bold;} | |
| 1618 | +.kakaotalkset_cont .kakao_template_list .kakao_template_info .btn_wrap{position: absolute; right: 7px; top: -4.5px;} | |
| 1619 | +.kakaotalkset_cont .kakao_template_list .kakao_template_info .btn_wrap button{margin: 0 5px;} | |
| 1620 | +.kakaotalkset_cont .kakao_template_list .kakao_template_info .btn_wrap button:first-child{margin: 0 2px 0 0;} | |
| 1621 | +.kakaotalkset_cont .kakao_template_list .kakao_template_info .btn_wrap button:last-child{margin: 0 0 0 2px;} | |
| 1622 | +.kakaotalkset_cont .list_content{display: none;} | |
| 1623 | +.kakaotalkset_cont .thumbnail_content.current{display: block;} | |
| 1624 | +.kakaotalkset_cont .template_sample_content_wrap .btn_wrap{text-align: center; margin: 10px 0 0 0;} | |
| 1625 | +.kakaotalkset_cont .template_sample_content_wrap .btn_template_use{width: 136px; text-align: center; border-radius: 100px; font-size: 16px;} | |
| 1626 | +.kakaotalkset_cont .template_sample_content_wrap .pagination{margin-top: 40px;} | |
| 1627 | + | |
| 1628 | +.kakaotalkset_cont .send_general.kakao_wrap{padding: 50px 0 0 0;} | |
| 1629 | +.kakao_wrap .tType1_title{font-size: 24px;} | |
| 1630 | +.kakao_wrap .template_name{width: 340px;} | |
| 1631 | +.kakao_wrap .template_name_cf{display: inline-block; color: #666; padding: 0 0 0 15px; vertical-align: inherit;} | |
| 1632 | +.kakao_wrap .img_add_info_wrap,.kakao_wrap .img_file_add_wrap{display: none; margin: 15px 0 0 0;} | |
| 1633 | +.kakao_wrap .img_add_info_wrap .info_title_text{font-size: 15px; font-weight: 500;} | |
| 1634 | +.kakao_wrap .img_add_info_wrap .info_text{font-size: 15px; color: #555;} | |
| 1635 | +.kakao_wrap .img_add_info_wrap .info_text li{margin: 3px 0 0 0;} | |
| 1636 | +.kakao_wrap .img_file_add_wrap .btn_img_upload{width: 251px; margin: 10px 0 15px 0;} | |
| 1637 | +.kakao_wrap .img_file_add_wrap .img_file_info_wrap{width: 100%; max-width: 623px; border: 1px solid #e5e5e5; border-radius: 5px;} | |
| 1638 | +.kakao_wrap .img_file_add_wrap .img_file_info_wrap li{display: flex;min-height: 60px;padding: 10px 20px; border-bottom: 1px solid #e5e5e5;justify-content: space-between; align-items: center; box-sizing: border-box;} | |
| 1639 | +.kakao_wrap .img_file_add_wrap .img_file_info_wrap li:last-child{border-bottom: 0;} | |
| 1640 | +.kakao_wrap .img_file_add_wrap .file_name{font-size: 16px; font-weight: 500;} | |
| 1641 | +.kakao_wrap .img_file_add_wrap .btn_del{width: 30px;height: 30px;border: 1px solid #002c9a;border-radius: 5px;} | |
| 1642 | +.kakao_wrap .img_file_add_wrap .img_url{width: calc(100% - 190px);} | |
| 1643 | + | |
| 1644 | +.kakaotalkset_cont .kakao_wrap .template_category{width: 270px;} | |
| 1645 | +.kakaotalkset_cont .kakao_wrap .emphasis_select{width: 250px;} | |
| 1646 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont{display: none; border: 1px solid #e5e5e5; margin-top: 10px; border-radius: 5px;} | |
| 1647 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont.active{display: block; padding: 10px 20px 0 20px;} | |
| 1648 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont.active dl{display: flex; flex-wrap: wrap; align-items: center; } | |
| 1649 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont.active dt{width: 110px; margin: 0 0 10px 0; font-size: 16px; font-weight: 400;} | |
| 1650 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont.active dd{width: calc(100% - 110px); margin: 0 0 10px 0;} | |
| 1651 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont.active dd input{width: 100%; font-weight: 300;} | |
| 1652 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont.active .info_title{font-weight: 400;} | |
| 1653 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont.active .info_title a{display: inline-block;} | |
| 1654 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont.active .info_side_text{font-size: 14px; color: #666; line-height: 1.4; margin: 5px 0 5px 7px; text-indent: -7px;} | |
| 1655 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont.active .info_side_text li{margin: 3px 0 0 0;} | |
| 1656 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont.emphasis_image .file_wrap{border-top: 1px solid #e5e5e5; padding: 10px 0 0 0;} | |
| 1657 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont.emphasis_image.active input{width: calc(100% - 100px);} | |
| 1658 | +.kakaotalkset_cont .kakao_wrap .emphasis_cont.emphasis_image.active .img_add{width: 90px; height: 40px; background-color: #6a6c72; border-radius: 5px; color: #fff; font-size: 16px;} | |
| 1659 | +.kakaotalkset_cont .kakao_wrap .template_type_select{width: 250px;} | |
| 1660 | +.kakaotalkset_cont .kakao_wrap .template_type_cont{display: none;} | |
| 1661 | +.kakaotalkset_cont .kakao_wrap .template_type_cont input{width: 100%; margin: 10px 0 0 0; font-size: 15px; color: #555;} | |
| 1662 | +.kakaotalkset_cont .kakao_wrap .kakaotalkset_cont .kakao_wrap{display: flex;} | |
| 1663 | +.kakaotalkset_cont .kakao_wrap .kakao_template_text{display: flex; justify-content: space-between;} | |
| 1664 | +.kakaotalkset_cont .kakao_wrap .put_left{position: relative; width: calc(100% - 175px); height: 260px;background-color: #f2f2f2;border-radius: 5px;} | |
| 1665 | +.kakaotalkset_cont .kakao_wrap .put_left .textarea_gray_type{height: calc(100% - 40px);} | |
| 1666 | +.kakaotalkset_cont .kakao_wrap .put_left .text_length{position: absolute; bottom: 15px; right: 20px;} | |
| 1667 | +.kakaotalkset_cont .kakao_wrap .put_right{position: relative; width: 165px;} | |
| 1668 | +.kakaotalkset_cont .kakao_wrap .put_right .btn_popup_wrap{margin: 0 0 5px 0;} | |
| 1669 | +.kakaotalkset_cont .kakao_wrap .put_right .qmMark{width: 19px; height: 19px; background-image: url(/publish/images/content/qmIcon_s.png); margin: -0.3px 0 2px 4px;} | |
| 1670 | +.kakaotalkset_cont .kakao_wrap .put_right .btn_close{width: calc(100% - 20px); height: 36px; background-color: #999; color: #fff; font-size: 15px; border-radius: 5px; margin-top: 5px;} | |
| 1671 | +.kakaotalkset_cont .kakao_wrap .put_right .send_btnWrap{position: absolute; width: 100%; bottom: 0;} | |
| 1672 | +.kakaotalkset_cont .kakao_wrap .put_right .send_btnWrap button{width: 100%; max-width: 100%;} | |
| 1673 | +.kakaotalkset_cont .kakao_wrap .button_type_wrap{display: flex; border: 1px solid #e5e5e5; border-radius: 5px; padding: 10px 20px; margin: 10px 0 0 0;} | |
| 1674 | +.kakaotalkset_cont .kakao_wrap .button_type_wrap dt{width: 110px; font-weight: 400; padding: 8px 0 0 0;} | |
| 1675 | +.kakaotalkset_cont .kakao_wrap .button_type_wrap .button_type_input{width: 483px;} | |
| 1676 | +.kakaotalkset_cont .kakao_wrap .button_type_wrap .button_type_input input{width: 330px;} | |
| 1677 | +.kakaotalkset_cont .kakao_wrap .button_type_wrap .button_type_input ul li{margin: 0 0 10px 0;} | |
| 1678 | +.kakaotalkset_cont .kakao_wrap .button_type_wrap .button_type_input ul li:last-child{margin: 0 0 0 0;} | |
| 1679 | +.kakaotalkset_cont .kakao_wrap .button_type_wrap .btn_del{width: 30px; height: 30px; border: 1px solid #002c9a; border-radius: 5px;} | |
| 1680 | +.kakaotalkset_cont .kakao_wrap .security_template_wrap{position: relative;} | |
| 1681 | +.kakaotalkset_cont .kakao_wrap .security_template_wrap .cf_text{position: absolute; width: calc(100% - 205px); right: 0; top: 50%; transform: translateY(-50%);} | |
| 1682 | +.kakao_wrap .send_right .phone{width: 340px;} | |
| 1683 | +.kakao_wrap .send_right .phone .phoneIn{height: 610px; background-image: url(/publish/images/content/kakaoBg.png);padding: 27px 25px 0 25px;} | |
| 1684 | +.kakao_wrap .send_right .phone .prev_p{padding: 0 0 0 10px; border: 0; letter-spacing: -0.25px;} | |
| 1685 | +.kakao_wrap .send_right .phone .prev_p img{margin: 0 10px 0 0;} | |
| 1686 | +.kakao_wrap .send_right .allimtalk_title{position: relative; width: calc(100% - 20px); background-color: #fae100; font-family: 'LotteMartDream'; font-size: 18px; padding: 12px 21px; border-radius: 5px 5px 0 0; box-sizing: border-box;} | |
| 1687 | +.kakao_wrap .send_right .allimtalk_title::after{position: absolute; content: " "; width: 42px; height: 42px; background: url(/publish/images/content/icon_kakao01.png) no-repeat; right: -20px; top: -10px;} | |
| 1688 | +.kakao_wrap .send_right .allimtalk_title img{margin: 0 8px 0 0; vertical-align: bottom;} | |
| 1689 | +.kakao_wrap .send_right .phone .phoneIn .text_preview{width: 100%; padding: 15px 10px 20px 12px; margin: 15px 0 0 0; box-sizing: border-box;} | |
| 1690 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content{width: calc(100% - 20px);background-color: #fff; border-radius: 0 0 5px 5px; padding: 0 0 10px 0;} | |
| 1691 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .kakao_image img{width: 100%;} | |
| 1692 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content p{width: calc(100% - 20px); white-space: normal; word-break: break-all; line-height: 1.4; padding: 0 10px; margin: 0 auto;} | |
| 1693 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .template_text,.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .emphasis_title_text{font-size: 16px; font-weight: 500; color: #222;} | |
| 1694 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .emphasis_side_text{padding: 15px 0 0 0;} | |
| 1695 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .emphasis_title_text{padding: 0 0 15px 0; border-bottom: 1px solid #e5e5e5;} | |
| 1696 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .emphasis_side_text,.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .side_info_text,.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .channel_info_text{font-size: 14px; color: #999; margin: 0 auto 6px auto; white-space: normal; word-break: break-all;} | |
| 1697 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .template_text{padding: 15px 0 0 0;} | |
| 1698 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .side_info_text{padding: 8px 0 0 0;} | |
| 1699 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .channel_info_text{padding: 0 0 4px 0;} | |
| 1700 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content button{margin: 0 0 8px 10px;} | |
| 1701 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content button:last-child{margin-bottom: 0;} | |
| 1702 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .template_text+.btn_kakao_type{margin-top: 8px;} | |
| 1703 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .btn_kakao_channel{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ffea00;} | |
| 1704 | +.kakao_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .btn_kakao_type{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ededed;} | |
| 1705 | +.kakao_wrap .send_right .phone .phoneIn .template_info_wrap{display: flex; width: calc(100% + 13px); height: auto; padding: 6px 15px 6px 23px; justify-content: space-between; align-items: center; background-color: #fae100; margin: -5px 0 0 -5.1px; border-radius: 0 0 25px 25px;} | |
| 1706 | +.kakao_wrap .send_right .phone .phoneIn .template_info_wrap .btn_template_choice{width: 120px; height: 36px; font-size: 16px; color: #fae100; background-color: #302218; border-radius: 5px;} | |
| 1707 | +.kakao_wrap .send_right .phone .addText{padding-top: 0; margin-top: -20px;} | |
| 1708 | +.kakaotalkset_cont .kakao_wrap .send_right .phone_bottom{position: relative; width: calc(100% - 10px); margin: 39px 0 0 10px;} | |
| 1709 | +.kakaotalkset_cont .kakao_wrap .send_right .phone_bottom button{width: calc((100% - 16px)/2); margin: 0 8px 0 0;} | |
| 1710 | +.kakaotalkset_cont .kakao_wrap .send_right .phone_bottom button:last-child{margin: 0 0 0 0;} | |
| 1711 | +.kakaotalkset_cont .kakao_wrap .send_right .phone_bottom .cancel{width: calc((100% - 10px));} | |
| 1712 | +.kakao_wrap .replace_send_wrap{display: none; border: 1px solid #000; border-radius: 8px;padding: 0 20px; margin: 0 0 20px 0;} | |
| 1713 | +.kakao_wrap .replace_send_wrap .tType1 tr:first-child{border-top: 0;} | |
| 1714 | +.kakao_wrap .replace_send_wrap .tType1 tbody tr td.putText .put_right .btnType9{position: absolute; max-width: 100%; bottom: 0;} | |
| 1715 | +.kakao_wrap .replace_send_th{height: auto; padding: 20px 0 0 0;} | |
| 1716 | +.kakao_wrap .replace_send_th .title_th{margin: 0 0 20px 0;} | |
| 1717 | +.kakao_wrap .replace_send_th .title_th p{display: inline-block; width: 90px;} | |
| 1718 | +.kakao_wrap .replace_send_th .send_fail_check{margin: 0 8px 0 0;} | |
| 1719 | +.kakao_wrap .replace_send_th .send_fail_check+label{font-weight: 400; vertical-align: bottom;} | |
| 1720 | +.kakao_wrap .box_wrap{width: 100%;padding:20px 20px 20px 20px;margin: 15px 0 0 0;border-radius: 5px;background-color: #f2f2f2;box-sizing: border-box;} | |
| 1721 | +.kakao_wrap .box_wrap .box_cont{width: 100%;padding:8px 30px 20px 30px;border-radius: 5px;background-color: #fff;box-sizing: border-box;} | |
| 1722 | +.kakao_wrap .box_wrap .box_cont li{width: 100%;padding: 10px 0;border-bottom: 1px solid #d5d5d5;} | |
| 1723 | +.kakao_wrap .box_wrap.kakao_alimtalk_return .box_cont dt{display:inline-block;width: 130px;font-size: 16px;font-weight: 500;line-height: 1.4;vertical-align: top;} | |
| 1724 | +.kakao_wrap .box_wrap.kakao_alimtalk_return .box_cont dd{display:inline-block;width: calc(100% - 150px);font-size: 16px;font-weight: 300;line-height: 1.4;} | |
| 1725 | +.kakao_wrap .box_wrap.kakao_alimtalk_return .box_cont li.alitalk_return_info{padding: 10px 0 5px 0} | |
| 1726 | +.kakao_wrap .box_wrap.kakao_alimtalk_return .box_cont li.alitalk_return_info dd{width: calc((100% - 300px)/2); vertical-align: text-top;} | |
| 1727 | +.kakao_wrap .box_wrap.kakao_alimtalk_return .box_cont .state_type{display:inline-block;height: 28px;padding: 0 10px;border: 1px solid #002c9a;border-radius: 20px;color: #002c9a;font-weight: 500;line-height: 27px;} | |
| 1728 | +.kakao_wrap .box_wrap.kakao_alimtalk_return .box_cont .state_type.state_red{border: 1px solid #e40000;color: #e40000;} | |
| 1729 | +.kakao_wrap .box_wrap.kakao_alimtalk_return .box_cont .file_text i{display: inline-block;width: 18px;height: 15px;margin:-4px 8px 0 0;background: url(/publish/images/content/attach_file2.png) no-repeat;} | |
| 1730 | +.send_top .kakaotalksend_cont{padding: 30px 40px 80px 40px;} | |
| 1731 | +.send_top .kakaotalksend_cont .kakao_wrap .send_left{padding: 20px 0 0 0;} | |
| 1732 | +.send_top .kakaotalksend_cont .kakao_wrap .send_left .tType1 td{padding: 15px 0;} | |
| 1733 | +.send_top .kakaotalksend_cont .kakao_wrap .send_left .variable_wrap ul{margin: 14px 0;} | |
| 1734 | +.send_top .kakaotalksend_cont .kakao_wrap .send_left .variable_wrap li{font-size: 16px; font-weight: 300; line-height: 1.5;} | |
| 1735 | +.send_top .kakaotalksend_cont .kakao_wrap .send_left .variable_wrap li span{color: #e40000;} | |
| 1736 | +.send_top .kakaotalksend_cont .kakao_wrap .send_left .variable_wrap .excel_btn{height: 40px; border: 5px solid #129738; color: #129738; font-size: 16px; font-weight: 500; padding: 0 15px; border-radius: 5px;} | |
| 1737 | +.send_top .kakaotalksend_cont .kakao_wrap .send_left .variable_wrap .excel_btn i{width: 17px; height: 15px; background-image: url(/publish/images/content/excel_img.png); margin: 0 5px 5px 0;} | |
| 1738 | +.send_top .kakaotalksend_cont .kakao_wrap .send_left .receiver_wrap01{display: none !important;} | |
| 1739 | +.send_top .kakaotalksend_cont .kakao_wrap .send_left .receiver_wrap02 .btnType{margin:0 0 0 6px;} | |
| 1740 | +.send_top .kakaotalksend_cont .kakao_wrap .send_left .receiver_wrap02 .listType{width: 100%;} | |
| 1741 | +.send_top .kakaotalksend_cont .kakao_wrap .send_left .receipt_num .list_table_num{width: calc(100% - 60px);} | |
| 1742 | +.kakaotalksend_cont .kakao_wrap .put_right .qmMark{width: 19px; height: 19px; background-image: url(/publish/images/content/qmIcon_s.png); margin: -0.3px 0 2px 4px;} | |
| 1743 | +.kakaotalksend_cont .kakao_wrap .send_right .phone .phoneIn .text_preview{height: 78%;} | |
| 1744 | +.kakaotalksend_cont .kakao_wrap .kakao_template_text {display: flex;justify-content: space-between;} | |
| 1745 | +.kakaotalksend_cont .kakao_wrap .put_right .btn_popup_wrap{margin: 0 0 5px 0;} | |
| 1746 | +.kakaotalksend_cont .kakao_wrap .replace_send_wrap .put_left{height: 234px;} | |
| 1747 | +.kakaotalksend_cont .kakao_wrap .replace_send_wrap .put_left.short textarea{height: calc(100% - 80px);} | |
| 1748 | +.kakaotalksend_cont .kakao_wrap .button_type_wrap{display: flex; border: 1px solid #e5e5e5; border-radius: 5px; padding: 10px 20px; margin: 10px 0 0 0;} | |
| 1749 | +.kakaotalksend_cont .kakao_wrap .button_type_wrap dt{width: 110px; font-weight: 400; padding: 8px 0 0 0;} | |
| 1750 | +.kakaotalksend_cont .kakao_wrap .button_type_wrap .button_type_input{width: 483px;} | |
| 1751 | +.kakaotalksend_cont .kakao_wrap .button_type_wrap .button_type_input input{width: 330px;} | |
| 1752 | +.kakaotalksend_cont .kakao_wrap .button_type_wrap .button_type_input ul li{margin: 0 0 10px 0;} | |
| 1753 | +.kakaotalksend_cont .kakao_wrap .button_type_wrap .button_type_input ul li:last-child{margin: 0 0 0 0;} | |
| 1754 | +.kakaotalksend_cont .kakao_wrap .button_type_wrap .btn_del{width: 30px; height: 30px; border: 1px solid #002c9a; border-radius: 5px;} | |
| 1755 | +.kakao_wrap .listType .list_body_wrap{max-height: calc(100% - 37px); overflow: auto;} | |
| 1756 | + | |
| 1757 | +.kakao_use_guide_cont .kakao_use_guide{display: flex; margin: 0 0 50px 0;} | |
| 1758 | +.kakao_use_guide_cont .kakao_use_guide li{position: relative; width: calc((100% - 60px)/4); padding: 35px 23px; background-color: #eee; border-radius: 5px; margin: 0 20px 0 0; text-align: center;} | |
| 1759 | +.kakao_use_guide_cont .kakao_use_guide li::after{position: absolute; content: " "; width: 50px; height: 50px; background-image: url(/publish/images/content/icon_kakao_guide_next.png); right: -35px; top: 50%; transform: translateY(-50%); z-index: 1;} | |
| 1760 | +.kakao_use_guide_cont .kakao_use_guide li:last-child{margin: 0 0 0 0;} | |
| 1761 | +.kakao_use_guide_cont .kakao_use_guide li:last-child::after{display: none;} | |
| 1762 | +.kakao_use_guide_cont .kakao_use_guide li i{display: block; width: 128px; height: 128px; margin: 0 auto; background-color: #fff; border-radius: 100%; background-repeat: no-repeat; background-position: center;} | |
| 1763 | +.kakao_use_guide_cont .kakao_use_guide li.guide_01 i{background-image: url(/publish/images/content/icon_kakao_guide01.png);} | |
| 1764 | +.kakao_use_guide_cont .kakao_use_guide li.guide_02 i{background-image: url(/publish/images/content/icon_kakao_guide02.png);} | |
| 1765 | +.kakao_use_guide_cont .kakao_use_guide li.guide_03 i{background-image: url(/publish/images/content/icon_kakao_guide03.png);} | |
| 1766 | +.kakao_use_guide_cont .kakao_use_guide li.guide_04 i{background-image: url(/publish/images/content/icon_kakao_guide04.png);} | |
| 1767 | +.kakao_use_guide_cont .kakao_use_guide li .guide_title{font-family: 'GmarketSansBold'; font-size: 24px; margin: 20px 0 0 0;} | |
| 1768 | +.kakao_use_guide_cont .kakao_use_guide li .guide_info{display: block; height: 120px; font-size: 18px; font-weight: 300; color: #444; line-height: 1.3; margin: 20px 0 0 0;} | |
| 1769 | +.kakao_use_guide_cont .kakao_use_guide li .btn_wrap{display: flex; width: 100%; height: 50px; font-size: 16px; text-align: center; letter-spacing: -0.5px; margin: 20px 0 0 0; border-radius: 5px; background-color: #fcc72b; justify-content: center; align-items: center;} | |
| 1770 | +.kakao_use_guide_cont .kakao_use_guide li .btn_wrap a{position: relative; padding: 0 8px;} | |
| 1771 | +.kakao_use_guide_cont .kakao_use_guide li .btn_wrap a::after{position: absolute; content: " "; width: 1px; height: 15px; background-color: #836e31; top: 1px; right: 0;} | |
| 1772 | +.kakao_use_guide_cont .kakao_use_guide li .btn_wrap a:last-child::after{display: none;} | |
| 1773 | +.kakao_use_guide_cont .qna{margin: 0 0 50px 0;} | |
| 1774 | + | |
| 1775 | +/* 친구톡 */ | |
| 1776 | +.friend_template_content .kakao_template_list .kakao_template_info dt{width: 50px;} | |
| 1777 | +.friend_template_content .kakao_template_list .kakao_template_info dd{width: calc(100% - 50px);} | |
| 1778 | +.kakaotalkset_cont .friend_template_content .kakao_template_list .template_cont .template_text{color: #555; font-size: 14px; font-weight: 400;} | |
| 1779 | +.kakaotalkset_cont .friend_talk_wrap .send_left{padding: 0 0 100px 0;} | |
| 1780 | +.friend_talk_wrap .friend_template_add_wrap .template_name{width: 100%;} | |
| 1781 | +.friend_talk_wrap .put_text_wrap{width: 100%; height: 100%; background-color: #f2f2f2; border-radius: 5px; margin: 0; padding: 25px 20px; box-sizing: border-box;} | |
| 1782 | +.friend_talk_wrap .put_text_wrap .ad_txt{font-size: 16px; line-height: 30px;} | |
| 1783 | +.friend_talk_wrap .put_text_wrap .put_text{height: calc(100% - 40px); border: 0; background-color: transparent; padding: 14px 0 0 0px;} | |
| 1784 | +.friend_talk_wrap .put_text_wrap .text_length{position: absolute; display: flex; width: calc(100% - 40px); justify-content: space-between; align-items: center; left: 20px; box-sizing: border-box;} | |
| 1785 | +.friend_talk_wrap .put_text_wrap .ad_txt{padding: 0;margin: 0;} | |
| 1786 | +.friend_talk_wrap .put_right .btn_popup_wrap>button,.friend_talk_wrap .put_right .send_btnWrap>button{width: 100%; max-width: 100%; height: 40px;} | |
| 1787 | +.friend_talk_wrap .put_right .btn_popup_wrap>button:last-child,.friend_talk_wrap .put_right .send_btnWrap>button:last-child{margin: 0;} | |
| 1788 | +.friend_talk_wrap .put_right .btn_text_save{background-color: #fff; border: 1px solid #002c9a; color: #002c9a; margin: 0 0 8px 0;} | |
| 1789 | +.friend_talk_wrap .template_button .cf_text{margin: 10px 0 0 0; font-size: 14px; color: #666;} | |
| 1790 | +.friend_talk_wrap .friend_talk_title{margin: 0 0 10px 0; font-size: 15px; color: #222;} | |
| 1791 | +.friend_talk_wrap .friend_talk_title span{color: #777;} | |
| 1792 | +.friend_talk_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content{border-radius: 5px;} | |
| 1793 | +.friend_talk_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .template_text{font-size: 15px; font-weight: 300; color: #555;} | |
| 1794 | +.friend_talk_wrap .send_right .kakao_block_text{width: calc(100% - 20px); text-align: right; font-size: 13px; font-weight: 300; color: #555; margin: 10px 0 0 0;} | |
| 1795 | +.friend_talk_wrap .put_left {position: relative;width: calc(100% - 175px);height: 260px;} | |
| 1796 | +.friend_talk_wrap .put_left .template_name{width: 100%;} | |
| 1797 | +.friend_talk_wrap .put_right{width: 165px;} | |
| 1798 | +.friend_talk_wrap .put_right .send_btnWrap {position: absolute;width: 100%;bottom: 0;} | |
| 1799 | +.kakaotalksend_cont .friend_talk_wrap{padding: 0;} | |
| 1800 | +.kakaotalksend_cont .friend_talk_wrap .put_left {height: 307px;} | |
| 1801 | +.kakaotalksend_cont .friend_talk_wrap .put_text_wrap{height: calc(100% - 48px); margin: 10px 0 0 0;} | |
| 1802 | +.kakaotalksend_cont .friend_talk_wrap .put_right {position: relative;width: 165px;} | |
| 1803 | +.kakaotalksend_cont .tType1 tbody tr td.putText .put_right .btn_popup_wrap button:not(.btn_close){margin: 0 0 0 10px;} | |
| 1804 | + | |
| 1805 | +/* 팩스전송 */ | |
| 1806 | +.fax_content .fax_title{width: calc(100% - 340px);} | |
| 1807 | +.fax_content .file_add{display: inline-block; width: calc(100% - 166px); height: 100%; padding: 10px 10px 10px 10px; margin: 0 0 0 0; vertical-align: top; box-sizing: border-box; text-align: center; font-size: 16px;} | |
| 1808 | +.fax_content .file_add .cf_text_wrap{background-color: #e2e2e2; border-radius: 5px; padding: 5px 10px; margin: 10px 0 0 0; font-size: 14px; color: #666;} | |
| 1809 | +.fax_content .file_add .cf_text_wrap span{font-weight: 500;} | |
| 1810 | +.fax_content .file_add.upload_table_wrap{min-height: 130px; padding:0;background-color: #fff;} | |
| 1811 | +.fax_content .file_add.upload_table_wrap .file_upload_table{width: 100%; table-layout: fixed;} | |
| 1812 | +.fax_content .file_add.upload_table_wrap .file_upload_table tbody tr:first-child,.fax_content .file_add.upload_table_wrap .file_upload_table thead tr:first-child{border-top: 0;} | |
| 1813 | +.fax_content .file_add.upload_table_wrap .file_upload_table thead th{height: 40px; padding: 0 3px 0 3px; background-color: #ededed; border-bottom: 1px solid #ccc; font-size: 16px; font-weight:500; color: #222; text-align: center;} | |
| 1814 | +.fax_content .file_add.upload_table_wrap .file_upload_table tbody td{height: 40px; padding: 0 3px 0 3px; border-bottom: 1px solid #ccc; font-size: 15px; font-weight:400; color: #444; text-align: center;} | |
| 1815 | +.fax_content .file_add.upload_table_wrap .file_upload_table tbody tr td:first-child,.fax_content .file_add.upload_table_wrap .file_upload_table thead tr th:first-child{padding: 0 3px 0 15px;} | |
| 1816 | +.fax_content .file_add.upload_table_wrap .file_upload_table tbody tr td p{display: inline-block; max-width: 83%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 15px; font-weight:400; color: #444; vertical-align: sub;} | |
| 1817 | +.fax_content .file_add.upload_table_wrap .file_upload_table tbody tr td .btn_file_del{width: 24px; height: 24px;} | |
| 1818 | +.fax_content .file_add.upload_table_wrap .file_upload_table tbody tr td img{margin-right: 0;} | |
| 1819 | +.fax_content .file_right{display: inline-block; width: 149px; margin: 0 0 0 8px;} | |
| 1820 | +.fax_content .file_right button{width: 100%; max-width: 100%; margin: 0 0 4px 0;} | |
| 1821 | +.fax_content .file_right p{width: 100%; text-align: right; margin: 20px 0 0 0;} | |
| 1822 | +.fax_content .receipt_num_input{width: calc(100% - 300px); max-width: 340px;} | |
| 1823 | +.fax_content .receipt_num_top{align-items:center;} | |
| 1824 | +.fax_content .receipt_num_top #callTo+.btnType6{margin:0 8px;} | |
| 1825 | +.fax_content .list_body_wrap{max-height: calc(100% - 37px); overflow: auto;} | |
| 1826 | +/* .fax_content .final_wrap{display: flex; margin: 20px 0;} */ | |
| 1827 | +.fax_content .final_wrap{margin: 20px 0;} | |
| 1828 | +/* .fax_content .final_wrap .final_pay_wrap{width: calc(100% - 310px); background-color: #f2f2f2; border-radius: 5px; padding: 30px 20px 33px 20px; box-sizing: border-box;} */ | |
| 1829 | +.fax_content .final_wrap .final_pay_wrap{width: 100%; background-color: #f2f2f2; border-radius: 5px; padding: 30px 30px 33px 30px; box-sizing: border-box;} | |
| 1830 | +.fax_content .final_wrap .final_pay {position: relative; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center;} | |
| 1831 | +.fax_content .final_wrap p:first-child {font-size: 20px;font-weight: 500;} | |
| 1832 | +.fax_content .final_wrap p:last-child {font-size: 20px;} | |
| 1833 | +.fax_content .final_wrap p span#totalPriceTxt {font-size: 24px;color: #e40000;font-weight: 500;} | |
| 1834 | +.fax_content .final_wrap p span:last-child {font-size: 16px;color: #888;font-weight: 300;} | |
| 1835 | +/* .fax_content .final_wrap .pay_type {border-radius: 5px; height: 60px; padding: 12px 13px; box-sizing: border-box;} */ | |
| 1836 | +.fax_content .final_wrap .pay_type:last-child {margin-top: 10px;} | |
| 1837 | +/* .fax_content .final_wrap .pay_type>div:first-child {float: left;margin:0 0 0 5px; background-color: #fff;} */ | |
| 1838 | +.fax_content .final_wrap .pay_type>div:first-child {display:inline-block;width: calc(100% - 187px); background-color: #fff; padding: 8px 15px; border-radius: 5px;} | |
| 1839 | +.fax_content .final_wrap .pay_type>div .won {display:inline-block;margin:9px 11px 0 -34px;font-size:16px;vertical-align:top;color:#9a9a9a;} | |
| 1840 | +.fax_content .final_wrap .pay_type>div:last-child {display:inline-block;max-width: 150px; width: 100%;} | |
| 1841 | +.fax_content .final_wrap .pay_type>div:last-child button{width: 100%;} | |
| 1842 | +.fax_content .final_wrap .pay_type input[type="radio"]+label {font-size: 16px;} | |
| 1843 | +.fax_content .final_wrap .pay_type input[type="radio"]+label span {font-size: 17px; font-weight: 700;} | |
| 1844 | +.fax_content .final_wrap .pay_type input[type="text"] {width: calc(100% - 165px); height: 36px; padding:0 37px 2px 16px; border-radius: 5px;text-align:right;} | |
| 1845 | +.fax_content .final_wrap .pay_type input[type="text"]::placeholder {color: #000; font-size: 16px; text-align: right; font-weight: 500;} | |
| 1846 | +.fax_content .final_wrap .pay_type button {width: 55px; margin-left: 5px;} | |
| 1847 | +.fax_content .send_rev{width: 290px; margin: 0 0 0 20px;} | |
| 1848 | +.fax_content .send_radio,.fax_content .send_button{display: inline-block; margin: 5px 0 0 0;} | |
| 1849 | +.fax_content .send_button{width: calc(100% - 146px);} | |
| 1850 | +.fax_content .send_button button{width: 100%;} | |
| 1851 | +.fax_content .rev_selected{border: 1px solid #d6d8da; background-color: #f5f5f5; border-radius: 5px; padding: 10px; margin: 13px 0 0 0; box-sizing: border-box; font-size: 14px; color: #666;} | |
| 1852 | +.fax_content .rev_selected .calendar_wrap input{width: 115px; height: 34px; background-color: #fff; border-radius: 3px; font-size: 14px; padding: 0 0 0 10px;} | |
| 1853 | +.fax_content .rev_selected .selBox{display: inline-block; width: calc(100% - 157px);} | |
| 1854 | +.fax_content .rev_selected .selType1{height: 34px; font-size: 14px;} | |
| 1855 | +.fax_content .rev_selected .selBox .selType1{width: calc((100% - 5px)/2); font-size: 14px; padding: 0 0 0 5px;} | |
| 1856 | +.fax_content .send_bottom{margin: 8px 0 0 0;} | |
| 1857 | + | |
| 1858 | +.fax_content .send_info_fax{width: 340px; border: 2px solid #d5d5d5; border-radius: 5px; padding: 25px 30px; box-sizing: border-box;} | |
| 1859 | +.fax_content .send_info_fax .fax_title{width: 100%; font-family: 'GmarketSansBold'; font-size: 18px; margin: 0 0 15px 0;} | |
| 1860 | +.fax_content .send_info_fax .fax_title i{display: inline-block; width: 26px; height: 23px; background-image: url(/publish/images/content/icon_fax_title.png); margin: -4px 8px 0 0;} | |
| 1861 | +.fax_content .send_info_fax .fax_content img{width: 100%;} | |
| 1862 | +.fax_content .send_info_fax ul li{padding: 15px 0; border-bottom: 1px dashed #d5d5d5;} | |
| 1863 | +.fax_content .send_info_fax ul li:last-child{border-bottom: 0; padding-bottom: 0;} | |
| 1864 | +.fax_content .send_info_fax ul .num_title{display: inline-block; width: 25px; font-size: 16px;font-family: 'GmarketSansBold'; color: #002c9a; vertical-align: top; padding: 3px 0 0 0;} | |
| 1865 | +.fax_content .send_info_fax ul p{display: inline-block; width: calc(100% - 30px); font-size: 15px; color: #666; line-height: 1.3; padding: 2px 0 0 0; letter-spacing: -1px;} | |
| 1866 | +.fax_content .send_info_fax ul b{display: block; font-size: 16px; font-weight: 500; color: #333; margin: 0 0 5px 0;} | |
| 1867 | +.fax_content .send_info_fax ul span{display: block; font-size: 14px; text-indent: -18px; padding: 0 0 0 18px; margin: 5px 0 0 0; letter-spacing: -1px;} | |
| 1868 | +.fax_content .send_info_fax ul a{display: flex; font-size: 15px; color: #444; text-align: left; align-items: baseline; margin: 0 0 10px 0;} | |
| 1869 | +.fax_content .send_info_fax ul a i{display: block; width: 15px; height: 15px; background-image: url(/publish/images/content/icon_outlink.png); margin: 0 8px 0 0;} | |
| 1870 | +.fax_content .send_info_fax ul a p{width: calc(100% - 20px); padding: 0 0 0 0; margin: -2px 0 0 0;} | |
| 1871 | + | |
| 1872 | +.fax_content .qmMark{width: 16px; height: 16px; background-size: 100%; background-image: url(/publish/images/content/qmIcon_s.png); margin: -2px 0 0 -1px;} | |
| 1873 | +.fax_content .qmMark+.send_hover_cont{display: none; width: 270px; font-size: 14px; color: #444; line-height: 22px; top: 25px; right: 9px;} | |
| 1874 | +.fax_content .qmMark:hover+.send_hover_cont{display: block;} | |
| 1875 | +.fax_content .qmMark+.send_hover_cont li{text-indent: -9px; margin: 0 0 0 9px;} | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | +/* 카톡전송 > 알림톡 소개 */ | |
| 1881 | +.kakao_intro_cont{letter-spacing: -0.5px; /*word-break: keep-all;*/} | |
| 1882 | +.kakao_intro_cont .heading h2{letter-spacing: 0;} | |
| 1883 | + | |
| 1884 | +/* 카톡전송 > 알림톡 소개_알림톡이란? */ | |
| 1885 | +.kakao_intro_cont .kakao_intro{background-image: url(/publish/images/kakao_intro_cont/bg01.png);} | |
| 1886 | +.kakao_intro_cont .kakao_intro ,.service ,.use{width: 100%; /*height: 1382px;*/ background-color: #f3f6fb; border-radius: 20px; padding: 0 98px 70px; box-sizing: border-box;} | |
| 1887 | +.kakao_intro_cont .kakao_intro ,.service ,.use .title{margin: 0 auto;} | |
| 1888 | +.kakao_intro_cont .kakao_intro .title h3 ,.service .title h3 ,.use .title h3{font-family: 'GmarketSansBold'; font-size: 36px; text-align: center; padding-top: 70px;} | |
| 1889 | +.kakao_intro_cont .kakao_intro .title-line .left-line{width: 379px; height: 3px; background-color: #949aa5; border-radius: 1.5; float: left; margin-top: -24px;} | |
| 1890 | +.kakao_intro_cont .kakao_intro .title-line .right-line{width: 379px; height: 3px; background-color: #949aa5; border-radius: 1.5; float: right; margin-top: -24px;} | |
| 1891 | + | |
| 1892 | +/*컨텐츠*/ | |
| 1893 | +.kakao_intro_cont .kakao_intro .con .intro{display: flex; justify-content: space-between; margin-top: 65px;} | |
| 1894 | +.kakao_intro_cont .kakao_intro .con .intro .phone{margin-top: -25px;} | |
| 1895 | +/*text | |
| 1896 | +.kakao_intro_cont .kakao_intro .con .text{position: absolute; left: 560px;} | |
| 1897 | +.kakao_intro_cont .kakao_intro .con .text p{position: relative; font-family: 'GmarketSansBold'; font-size: 29px; color: #fff; z-index: 9; text-shadow: 0px 0px 6px rgba(0,0,0,0.5);} | |
| 1898 | +.kakao_intro_cont .kakao_intro .con .text p span{font-family: 'GmarketSansBold'; font-size: 32px; color: #fbc72b;} | |
| 1899 | +.kakao_intro_cont .kakao_intro .con .text img{position: absolute; top: -40px; left: 550px;}*/ | |
| 1900 | + | |
| 1901 | +/*좋은점 목록*/ | |
| 1902 | +.kakao_intro_cont .kakao_intro .con .intro ul{margin-top: -50px;} | |
| 1903 | +.kakao_intro_cont .kakao_intro .con .intro ul li{position: relative; margin-bottom: 23px;} | |
| 1904 | +.kakao_intro_cont .kakao_intro .con .intro ul li p:nth-child(1){font-family: 'GmarketSansBold'; font-size: 18px; width: 40px; height: 40px; background-color: #002c9a; color: #fff; text-align: center; line-height: 43px; border-radius: 20px; position: absolute; left: -10px; top: -12px;} | |
| 1905 | +.kakao_intro_cont .kakao_intro .con .intro ul li p:nth-child(2){font-family: 'GmarketSansBold'; font-size: 20px; width: 100%; height: 75px; background-color: #fff; text-align: center; line-height: 78px; border-radius: 20px; box-shadow: 0 0 7px rgba(0,0,0,0.2);} | |
| 1906 | +.kakao_intro_cont .kakao_intro .con .intro ul li p:nth-child(2) span{font-family: 'GmarketSansMedium';} | |
| 1907 | +/*1번째*/ | |
| 1908 | +.kakao_intro_cont .kakao_intro .con .intro ul li:nth-child(1){margin-bottom: 50px;} | |
| 1909 | +/*4번쨰*/ | |
| 1910 | +.kakao_intro_cont .kakao_intro .con .intro ul li:nth-child(4) p:nth-child(2){line-height: 30px; padding: 25px 0 5px 0;} | |
| 1911 | +/*7번째*/ | |
| 1912 | +.kakao_intro_cont .kakao_intro .con .intro ul li p:nth-child(7){margin-bottom: 0;} | |
| 1913 | +/*문자vs알림톡*/ | |
| 1914 | +.kakao_intro_cont .kakao_intro .con .fight{position: relative;} | |
| 1915 | +.kakao_intro_cont .kakao_intro .con .fight .line{width: 100%; border-top: 6px dotted #b7bfcc; margin-top: 60px;} | |
| 1916 | +.kakao_intro_cont .kakao_intro .con .fight .fight-title{ width: 232px; margin: 50px auto 0 auto;} | |
| 1917 | +.kakao_intro_cont .kakao_intro .con .fight .fight-title h4{font-family: 'GmarketSansBold'; font-size: 28px; margin-left: 37px;} | |
| 1918 | +.kakao_intro_cont .kakao_intro .con .fight .fight-title h4 span{font-family: 'GmarketSansBold'; font-size: 25px;} | |
| 1919 | +.kakao_intro_cont .kakao_intro .con .fight .fight-title .circle{width: 19px; height: 19px; background-color: #f3f6fb; margin-top: -30px; border: 4px solid #ffcc33; border-radius: 50%;} | |
| 1920 | + | |
| 1921 | +/*문자vs알림톡_컨텐츠*/ | |
| 1922 | +/*.kakao_intro_cont .kakao_intro .con .fight .con .fight-img .name p{width: 110px; height: 36px; background-color: #002788; position: relative; margin: 0 auto;} | |
| 1923 | +.kakao_intro_cont .kakao_intro .con .fight .con .fight-img .icon{position: relative; background-color: #fff; box-shadow: 0 0 7px rgba(0,0,0,0.2); width: 195px; height: 220px; border-radius: 20px; } | |
| 1924 | +.kakao_intro_cont .kakao_intro .con .fight .con .fight-img .icon img{position: absolute; transform: translate(26%,33%);}*/ | |
| 1925 | +/*.kakao_intro_cont .kakao_intro .con .fight .box .fight-img{padding: 0 20%; padding-bottom: 50px;} */ | |
| 1926 | +.kakao_intro_cont .kakao_intro .con .fight .wrap{width: 100%; display: flex; justify-content: space-between; margin-top: 40px;} | |
| 1927 | +.kakao_intro_cont .kakao_intro .con .fight .box{width: 436px; display: flex; flex-wrap: wrap;} | |
| 1928 | + | |
| 1929 | +.kakao_intro_cont .kakao_intro .con .fight .box .fight-img{position: relative; } | |
| 1930 | +.kakao_intro_cont .kakao_intro .con .fight .box .fight-img .name{position: absolute; left: 50%; transform: translateX(-50%); margin-top: -15px; width: 100px; height: 34px; line-height: 34px; background-color: #e4e6ea; color: #666; text-align: center; border-radius: 17px; font-weight: 500;} | |
| 1931 | +.kakao_intro_cont .kakao_intro .con .fight .box .fight-img .icon{padding: 0 33px; height: 220px; background-color: #fff; border-radius: 20px; box-shadow: 0 0 5px rgba(0,0,0,0.2); text-align: center;} | |
| 1932 | +.kakao_intro_cont .kakao_intro .con .fight .box .fight-img .icon img{margin-top: 38px;} | |
| 1933 | +.kakao_intro_cont .kakao_intro .con .fight .box .fight-img .icon .price{font-family: 'GmarketSansBold'; font-size: 22px; color: #999; padding-top: 12px;} | |
| 1934 | +/*text*/ | |
| 1935 | +.kakao_intro_cont .kakao_intro .con .fight .fight-text-wrap{display: flex; justify-content: space-between;} | |
| 1936 | +.kakao_intro_cont .kakao_intro .con .fight .text p{background-color: #ced4de; width: 436px; height: 45px; text-align: center; border-radius: 10px; font-weight: 300; font-size: 17px; margin-top: 20px; display: flex; align-items: center; justify-content: center;} | |
| 1937 | +.kakao_intro_cont .kakao_intro .con .fight .text p span{font-weight: 700;} | |
| 1938 | +/*vs*/ | |
| 1939 | +.kakao_intro_cont .kakao_intro .con .fight .box .vs{font-family: 'GmarketSansBold'; font-size: 15px; color: #002c9a; margin:100px 12px 0 12px;} | |
| 1940 | +/*line*/ | |
| 1941 | +.kakao_intro_cont .kakao_intro .con .fight .fight-line{width: 0; height: 224px; border-right: 6px dotted #b7bfcc; /* display: flex; position: absolute; top: 33%; left: 50%;*/} | |
| 1942 | +/*알림톡*/ | |
| 1943 | +.kakao_intro_cont .kakao_intro .con .fight .box .kakao .name{background-color: #fbc72b; color: #222;} | |
| 1944 | +.kakao_intro_cont .kakao_intro .con .fight .box .kakao .icon .price{color: #222;} | |
| 1945 | + | |
| 1946 | +/*알림톡 활용 방법*/ | |
| 1947 | +.kakao_intro_cont .use{background-image: url(/publish/images/kakao_intro_cont/bg02.png);} | |
| 1948 | +.kakao_intro_cont .use ,.service,.note{margin-top: 80px;} | |
| 1949 | +.kakao_intro_cont .use .title-line .left-line{width: 346px; height: 3px; background-color: #949aa5; border-radius: 1.5; float: left; margin-top: -24px;} | |
| 1950 | +.kakao_intro_cont .use .title-line .right-line{width: 346px; height: 3px; background-color: #949aa5; border-radius: 1.5; float: right; margin-top: -24px;} | |
| 1951 | +/*알림톡 활용 방법_tab*/ | |
| 1952 | +.kakao_intro_cont .use .tab-wrap{width: 100%; margin: 65px auto 0 auto;} | |
| 1953 | +.kakao_intro_cont .use ul.tabs{margin: 0px; padding: 0px; list-style: none;} | |
| 1954 | +.kakao_intro_cont .use ul.tabs{width: 100%; background-color: #fff; display: flex; justify-content: space-between; border-radius: 10px 10px 0 0; border-bottom: 2px solid #b7bfcc;} | |
| 1955 | +.kakao_intro_cont .use ul.tabs li{border-left: 1px solid #e5e5e5; font-weight: 400; font-size: 20px; width: 170px; height: 60px; text-align: center; line-height: 60px; background: none; display: inline-block; cursor: pointer;} | |
| 1956 | +.kakao_intro_cont .use ul.tabs li:nth-child(1){border-left: none;} | |
| 1957 | +/*선택_tab*/ | |
| 1958 | +.kakao_intro_cont .use ul.tabs li.current{border-radius: 10px 10px 0 0; background: #002c9a; font-weight: 500; font-size: 20px; color: #fff} | |
| 1959 | +/*tab_안에내용*/ | |
| 1960 | +.kakao_intro_cont .use .tab-content{display: none;} | |
| 1961 | +.kakao_intro_cont .use .tab-content img{margin-top: 40px; /*width: 100%;*/} | |
| 1962 | +/*선택_tab_안에내용*/ | |
| 1963 | +.kakao_intro_cont .use .tab-content.current{display: inherit;} | |
| 1964 | + | |
| 1965 | +/*서비스이용방법*/ | |
| 1966 | +.kakao_intro_cont .service{background-image: url(/publish/images/kakao_intro_cont/bg03.png);} | |
| 1967 | +.kakao_intro_cont .service .title-line .left-line{width: 346px; height: 3px; background-color: #949aa5; border-radius: 1.5; float: left; margin-top: -24px;} | |
| 1968 | +.kakao_intro_cont .service .title-line .right-line{width: 346px; height: 3px; background-color: #949aa5; border-radius: 1.5; float: right; margin-top: -24px;} | |
| 1969 | +/*서비스 이용 방법 공통점*/ | |
| 1970 | +.kakao_intro_cont .service .con{ display: flex; justify-content: space-between; /*0letter-spacing: 1.5;*/} | |
| 1971 | +.kakao_intro_cont .service .con .common{width: 98%; padding-bottom: 30px; background-color: #fff; border-radius: 20px; box-shadow: 0 0 7px rgba(0,0,0,0.2);} | |
| 1972 | +.kakao_intro_cont .service .con .common .step p{height: 45px; background-color: #002c9a;; border-radius: 20px 20px 0 0; text-align: center; line-height: 45px; color: #fff; font-size: 18px; font-weight: 300;} | |
| 1973 | +.kakao_intro_cont .service .con .common .step p span{font-size: 22px; font-weight: 500;} | |
| 1974 | +.kakao_intro_cont .service .con .common .text{padding: 22px 10px 0 30px; position: relative;} | |
| 1975 | +.kakao_intro_cont .service .con .common .text .btn a{display: inline-block; font-family: 'GmarketSansBold'; font-size: 23px; margin-bottom: 5px;} | |
| 1976 | +.kakao_intro_cont .service .con .common .text .btn a:hover{color: #002c9a;} | |
| 1977 | +.kakao_intro_cont .service .con .common .text .btn a img{margin: -3px 0 0 8px;} | |
| 1978 | +.kakao_intro_cont .service .con .common .text .type p:nth-child(1){font-size: 18px; font-weight: 300; line-height: 25px; margin-top: 8px;} | |
| 1979 | +.kakao_intro_cont .service .con .common .text .type p:nth-child(2){font-size: 16px; font-weight: 300; line-height: 21px; color: #999; text-indent: -20px; margin: 0 0 0 20px; margin-top: 6px;} | |
| 1980 | +/*서비스 이용 방법_01*/ | |
| 1981 | +.kakao_intro_cont .service .con .service-01 ,.service-03{margin-right: 30px;} | |
| 1982 | +.kakao_intro_cont .service .con .service-01 ,.service-02{margin-top: 65px;} | |
| 1983 | +.kakao_intro_cont .service .con .service-01 .text .text-line{width: 304px; border-top: 4px dotted #b7bfcc; margin-left: 2px;} | |
| 1984 | +/*아이콘*/ | |
| 1985 | +.kakao_intro_cont .service .con .service-01 .text .icon{position: absolute; top: 100px; right: 30px;} | |
| 1986 | +/*서비스 이용 방법_02*/ | |
| 1987 | +.kakao_intro_cont .service .con .service-02 .text .text-line{width: 244px; border-top: 4px dotted #b7bfcc; margin-left: 2px;} | |
| 1988 | +/*아이콘*/ | |
| 1989 | +.kakao_intro_cont .service .con .service-02 .text .icon{position: absolute; top: 100px; right: 30px;} | |
| 1990 | +/*서비스 이용 방법_03*/ | |
| 1991 | +.kakao_intro_cont .service .con .service-03 ,.service-04{margin-top: 30px;} | |
| 1992 | +.kakao_intro_cont .service .con .service-03{padding-bottom: 26px;} | |
| 1993 | +.kakao_intro_cont .service .con .service-03 .text .text-line{width: 304px; border-top: 4px dotted #b7bfcc; margin-left: 2px;} | |
| 1994 | +.kakao_intro_cont .service .con .service-03 .type p:nth-child(1){padding-right: 90px;} | |
| 1995 | +/*아이콘*/ | |
| 1996 | +.kakao_intro_cont .service .con .service-03 .text .icon{position: absolute; top: 100px; right: 30px;} | |
| 1997 | +/*서비스 이용 방법_04*/ | |
| 1998 | +.kakao_intro_cont .service .con .service-04 .text .text-line{width: 180px; border-top: 4px dotted #b7bfcc; margin-left: 2px;} | |
| 1999 | +/*아이콘*/ | |
| 2000 | +.kakao_intro_cont .service .con .service-04 .text .icon{position: absolute; top: 100px; right: 30px;} | |
| 2001 | +/*서비스 이용 방법_이용가이드 버튼*/ | |
| 2002 | +.kakao_intro_cont .service .guide a{font-weight: 500; font-size: 24px; line-height: 60px; text-align: center; background-color: #fbc72b; width: 360px; height: 60px; margin: 40px auto 0 auto; border-radius: 10px;} | |
| 2003 | +.kakao_intro_cont .service .guide a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.4);} | |
| 2004 | +.kakao_intro_cont .service .guide a img{margin-top: -4px;} | |
| 2005 | + | |
| 2006 | +/*유의사항*/ | |
| 2007 | +.kakao_intro_cont .note{width: 100%; background-color: #e9ebf0; border-radius: 20px; padding: 0 98px 40px; box-sizing: border-box;} | |
| 2008 | +.kakao_intro_cont .note .note-title p{padding: 40px 0 10px; font-weight: 700; font-size: 22px;} | |
| 2009 | +.kakao_intro_cont .note .note-title p span{padding-right: 10px;} | |
| 2010 | +/*유의사항_목록*/ | |
| 2011 | +.kakao_intro_cont .note ul{line-height: 26px; font-weight: 300; font-size: 16px; color: #666; background-color: #fff; border-radius: 10px; padding: 25px 53px;} | |
| 2012 | +.kakao_intro_cont .note ul li:nth-child(4){font-size: 15px; color: #999; padding-left: 10px; margin-top: -3px;} | |
| 2013 | +.kakao_intro_cont .note ul li:nth-child(5){font-weight: 400; font-size: 14px; color: #fff; margin: 3px 0 7px 10px; background-color: #002c9a; width: 260px; height: 32px; line-height: 31px; text-align: center; border-radius: 5px;} | |
| 2014 | +.kakao_intro_cont .note ul li:nth-child(5):hover{box-shadow: 0 0 8px rgba(0,0,0,0.5);} | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | +/* api - 소개 */ | |
| 2019 | +.send_top .api_guide_cont {background-color: #fff;padding: 30px 40px;border-radius: 10px;} | |
| 2020 | +.api_guide_cont .api_visual_image {margin:0 0 57px 0; } | |
| 2021 | +.api_guide_cont .api_visual_image img {max-width:100%;} | |
| 2022 | +.api_guide_cont .api_intro {width:100%; margin:20px 0 0 0;} | |
| 2023 | +/*.api_guide_cont .api_intro ,.service ,.use{background-color: #f2f2f2; border-radius: 10px; padding:0 55px; box-sizing: border-box;} | |
| 2024 | +.api_guide_cont .api_intro ,.service ,.use .title{margin: 0 auto;}*/ | |
| 2025 | +.api_guide_cont .api_intro {background-color: #f2f2f2; border-radius: 10px; padding:0 55px; box-sizing: border-box;} | |
| 2026 | +.api_guide_cont .api_intro .title{margin: 0 auto;} | |
| 2027 | +.api_guide_cont .api_intro .title h3 {font-family:'yg-jalnan'; font-size: 28px; text-align: center; padding-top: 55px;} | |
| 2028 | +.api_guide_cont .api_intro .title-line .left-line{width:33%; height: 2px; background-color: #949aa5; border-radius: 1.5; float: left; margin-top: -15px;} | |
| 2029 | +.api_guide_cont .api_intro .title-line .right-line{width:33%; height: 2px; background-color: #949aa5; border-radius: 1.5; float: right; margin-top: -15px;} | |
| 2030 | +.api_guide_cont .api_intro .con { padding:0 0 50px 0; margin:30px 0 0 0; } | |
| 2031 | +.api_guide_cont .api_process_guide {display: flex; margin: 0 0 20px 0;} | |
| 2032 | +.api_guide_cont .api_process_guide li{position: relative; width: calc((100% - 60px)/4); padding: 0; border-radius: 5px; margin: 0 60px 0 0; text-align: center;} | |
| 2033 | +.api_guide_cont .api_process_guide li::after{position: absolute; content: " "; width: 33px; height: 33px; background-image: url(/publish/images/api_intro_cont/icon_api_next.png); right: -46px; top: 50%; transform: translateY(-50%); z-index: 1;} | |
| 2034 | +.api_guide_cont .api_process_guide li:last-child{margin: 0 0 0 0;} | |
| 2035 | +.api_guide_cont .api_process_guide li:last-child::after{display: none;} | |
| 2036 | +.api_guide_cont .api_process_guide .step_title {background:#fbc72b; font-size:18px; text-align: center; border-radius:10px 10px 0 0; padding:10px 0; box-shadow: 0 0 8px rgba(0,0,0,0.2);} | |
| 2037 | +.api_guide_cont .api_process_guide .step_title span {font-weight: bold; font-size: 24px;} | |
| 2038 | +.api_guide_cont .api_process_guide .step_con {height:250px; background:#fff; border-radius:0 0 10px 10px; text-align: center; padding:25px 0 25px 0; box-shadow: 0 0 8px rgba(0,0,0,0.2);} | |
| 2039 | +.api_guide_cont .api_process_guide dl dt {font-family: 'GmarketSansBold'; font-size: 23px; text-align: center; margin:20px 0 6px 0;} | |
| 2040 | +.api_guide_cont .api_process_guide dl dd {font-family: 'Noto Sans KR', sans-serif; color:#555; font-size: 17px; font-weight: 300; line-height: 1.2; padding:0 10px;} | |
| 2041 | + | |
| 2042 | +/* api - 사용안내 */ | |
| 2043 | +.api_guide {display: none;} | |
| 2044 | +.api_guide.current {display: block;} | |
| 2045 | +.api_guide_cont ul.info {border:solid 3px #ddd; border-radius: 5px; padding:18px 0 18px 27px; } | |
| 2046 | +.api_guide_cont ul.info li { font-size:16px; color:#666; font-weight: 300; line-height: 1.6;} | |
| 2047 | +.api_guide_cont .re_cont .req_title {background:url(/publish/images/api_intro_cont/icon_api_request.jpg) 0 5px no-repeat; padding:0 0 0 30px; font-size:26px; font-weight:bold; letter-spacing: -1px; margin:40px 0 0 0;} | |
| 2048 | + /* api 사용안내, 예제 다운로드 공통 사용*/ | |
| 2049 | +.api_guide_cont .box {background:#f2f2f2; border-radius: 5px; padding:30px; margin: 15px 0 30px 0;} | |
| 2050 | +.api_guide_cont .box .text {background:#fff; border-radius: 5px; padding:30px 25px;} | |
| 2051 | +.api_guide_cont .box .text h4 {font-size:20px; color:#222; font-weight:bold; letter-spacing: -1px; } | |
| 2052 | +.api_guide_cont .box .text table { width:100%; border-top: 2px solid #000; margin:10px 0 0 0;} | |
| 2053 | +.api_guide_cont .box .text table tr {border-bottom:1px solid #d5d5d5; } | |
| 2054 | +.api_guide_cont .box .text table th {width:210px; text-align: left; text-indent: 18px; line-height: 1.2; background:#f5f5f5; font-size:16px; padding:10px 0;} | |
| 2055 | +.api_guide_cont .box .text table td {text-indent: 18px; font-weight: 200;} | |
| 2056 | + /* // api 사용안내, 예제 다운로드 공통 사용*/ | |
| 2057 | +.api_guide_cont .re_cont .type_table table {width:100%; margin:40px 0 7px 0;} | |
| 2058 | +.api_guide_cont .re_cont .type_table table thead th {border-top:1px solid #000; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background:#f7f7f7; padding: 15px 0; } | |
| 2059 | +.api_guide_cont .re_cont .type_table table thead th:first-child {border-left:none;} | |
| 2060 | +.api_guide_cont .re_cont .type_table table td {border-bottom:1px solid #e5e5e5; text-align: center; padding:20px 0; border-right:1px solid #e5e5e5; font-weight: 300;} | |
| 2061 | +.api_guide_cont .re_cont .type_table table td .font_b {font-weight:400;} | |
| 2062 | +.api_guide_cont .re_cont .type_table table td .select_o {color:#002c9a; font-weight: 400;} | |
| 2063 | +.api_guide_cont .re_cont .type_table table td .select_x {color:#e40000; font-weight: 400;} | |
| 2064 | +.api_guide_cont .re_cont .type_table table td:last-child {border-right: none;} | |
| 2065 | +.api_guide_cont .re_cont .type_table .table_info {font-size:15px; color:#555; font-weight: 300; margin:0 0 30px 0;} | |
| 2066 | +.api_guide_cont .re_cont .type_table .table_info p {padding:5px 0;} | |
| 2067 | +.api_guide_cont .re_cont .box .code_view {background:#292d3e; border-radius: 5px; color:#fff; padding:32px 0 32px 43px; margin:15px 30px 30px 30px;} | |
| 2068 | +.api_guide_cont .re_cont .box .title {font-size:20px; color:#222; font-weight:bold; letter-spacing: -1px; text-indent: 28px;} | |
| 2069 | +.api_guide_cont .re_cont .box .title_t1 {text-indent: 28px;} | |
| 2070 | +.api_guide_cont .re_cont .box .title_t1 .ex {font-size:20px; color:#222; font-weight:bold; letter-spacing: -1px;} | |
| 2071 | +.api_guide_cont .re_cont .box .title_t1 .ex_success { font-size:15px; color:#002c9a; font-weight: 300; background: #fff; border:1px solid #002c9a; border-radius: 3px; padding:0 5px 2px 5px; margin:0 0 0 10px; } | |
| 2072 | +.api_guide_cont .re_cont .box .title_t1 .ex_fail { font-size:15px; color:#e40000; font-weight: 300; background: #fff; border:1px solid #e40000; border-radius: 3px; padding:0 5px 2px 5px; margin:0 0 0 10px; } | |
| 2073 | +.api_guide_cont .re_cont .box .code_view .l_code {text-indent:18px; } | |
| 2074 | +.api_guide_cont .re_cont .box .code_view .l_code_t1 {text-indent:98px;} | |
| 2075 | +.api_guide_cont .re_cont .box .code_view .l_code_t2 {text-indent:63px;} | |
| 2076 | +.api_guide_cont .re_cont .box .code_view .m_code {text-indent:110px; } | |
| 2077 | +.api_guide_cont .re_cont .box .code_view .indent {text-indent:50px } | |
| 2078 | +.api_guide_cont .re_cont .box .code_view .indent .indent_t1 {text-indent:80px; } | |
| 2079 | +.api_guide_cont .re_cont .box .code_view .indent .indent_t1 .indent_t2 {text-indent:108px;} | |
| 2080 | +.api_guide_cont .re_cont .box .code_view .indent p {padding:8px 0;} | |
| 2081 | +.api_guide_cont .re_cont .box .code_view .indent p span {color:#fbc72b;} | |
| 2082 | +.api_guide_cont .re_cont .res_title {background:url(/publish/images/api_intro_cont/icon_api_response.jpg) 0 5px no-repeat; padding:0 0 0 30px; font-size:26px; font-weight:bold; letter-spacing: -1px; margin:60px 0 -20px 0;} | |
| 2083 | + | |
| 2084 | +/* api - 예제 다운로드 */ | |
| 2085 | +.download_cont {display: none;} | |
| 2086 | +.download_cont.current {display: block;} | |
| 2087 | +.api_guide_cont .api_download .list_tab_wrap2.type2 {margin:30px 0;} | |
| 2088 | +.api_guide_cont .api_download .btn_area {text-align:center; padding:30px 0 50px 0; } | |
| 2089 | +.api_guide_cont .api_download .btnType.btnType11 {color:#fff; background:#002c9a; width:230px; height:50px; font-size:18px; font-weight:400; border-radius: 5px; padding:0 20px;} | |
| 2090 | + | |
| 2091 | +/* api - 신청/관리 */ | |
| 2092 | +.api_guide_cont .api_admin {margin:0 0 60px 0; } | |
| 2093 | +.api_guide_cont .api_admin .admin_title {font-size:20px; font-weight:bold; letter-spacing: -1px; margin:0 0 10px 0;} | |
| 2094 | +.api_guide_cont .api_admin .tb_wrap_t1{ width: 100%; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 10px; box-sizing: border-box; border-bottom: 0 none;} | |
| 2095 | +.api_guide_cont .api_admin .admin_info { font-size:14px; font-weight:300; color:#555; margin:0 0 5px 0;} | |
| 2096 | +.api_guide_cont .api_admin .input_box {background: #f2f2f2; border-radius:5px; padding:17px 17px 17px 30px; text-indent:20px; margin:15px 0 8px 0;} | |
| 2097 | +.api_guide_cont .api_admin .input_box .box_in {background: url(/publish/images/api_intro_cont/icon_api_input.png) 0 8px no-repeat; font-size:16px;} | |
| 2098 | +.api_guide_cont .api_admin .input_box input {border:1px solid #d5d5d5; border-radius:5px; width:400px; padding:2px 0 5px 10px;} | |
| 2099 | +.api_guide_cont .api_admin .input_box input::placeholder {font-size:14px; color:#ababab;} | |
| 2100 | +.api_guide_cont .api_admin .btnType.btnType2 {float:right; padding:0 20px 0 20px; font-size:16px; letter-spacing: -1px;} | |
| 2101 | + | |
| 2102 | +/*선거 문자전송 > 문구추가*/ | |
| 2103 | +.tType1 tbody tr .ele_te{font-size: 14px; padding: 15px 0;} | |
| 2104 | +.tType1 tbody tr .ele_te span{font-weight: 400;} | |
| 2105 | + | |
| 2106 | +/* 결제화면 > 전용계좌 > 가상계좌 확인서 버튼 추가 */ | |
| 2107 | +.tType1.account_con{table-layout: auto;} | |
| 2108 | +.tType1.account_con tbody tr .account_te button{white-space: nowrap;} | |
| 2109 | + | |
| 2110 | +/* 발송결과 상세 */ | |
| 2111 | + | |
| 2112 | +/* left area */ | |
| 2113 | +.send_top .resultcont_left {max-width: 800px;flex-basis: 68%;} | |
| 2114 | +.send_top .resultcont_left .table_btn {margin:-5px 0 0 0;} | |
| 2115 | +.send_top .resultcont_left {max-width: 800px;flex-basis: 68%;} | |
| 2116 | +.send_top .resultcont_left .table_btn_left .excel_btn.btnType {color:#129738;} | |
| 2117 | +.send_top .resultcont_left .table_btn_right_txt {padding:5px 0 0 0;font-size:14px; font-weight:500;} | |
| 2118 | + | |
| 2119 | +/* 발송결과 상세 */ | |
| 2120 | +.res_info {display: flex; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; flex-direction:row; } | |
| 2121 | +.res_info .res_info_in {background-color: #f2f2f2; width:100%; padding: 34px 44px 44px 44px; border-radius: 5px; box-sizing: border-box;} | |
| 2122 | +.res_info .res_info_in .res_info_top p:first-child {font-size: 22px; font-weight: 600; font-family: 'GmarketSansBold'; float: left; padding:10px 0 0 0;} | |
| 2123 | +.res_info .res_info_in .res_info_top p:last-child {font-size: 16px; font-weight: 300; float: right;} | |
| 2124 | +.res_info .res_info_in .res_info_top .btnType.btnType3 {width:76px; font-size:15px;} | |
| 2125 | +/*.res_info .res_info_in .res_info_top p:last-child span {font-size: 20px; font-weight: 600; font-family: 'GmarketSansBold'; color: #002c9a;}*/ | |
| 2126 | + | |
| 2127 | +.res_info .res_info_in .res_info_btm {margin:20px 0 0 0;padding:10px;background:#fff;border-radius:5px;box-sizing:border-box;} | |
| 2128 | +.res_info .res_info_in .res_info_btm dl {display:flex;padding:8px 10px;font-size:16px;font-weight:300;justify-content:space-between; color:#222;} | |
| 2129 | +.res_info .res_info_in .res_info_btm dl.charge_line {border-top:1px solid #e6e6e6; text-align:center;} | |
| 2130 | +.res_info .res_info_in .res_info_btm dl dt.charge_title {font-size:15px; padding:0 0 0 5px;} | |
| 2131 | +.res_info .res_info_in .res_info_btm dl dt {font-weight:400;} | |
| 2132 | +.res_info .res_info_in .res_info_btm dl dt.btm_charge {font-size:16px;} | |
| 2133 | +.res_info .res_info_in .res_info_btm dl dd span {font-weight:500;} | |
| 2134 | + | |
| 2135 | +.res_info .res_info_in .res_info_btm dl dd .stcharge {font-size: 20px; font-weight: 600; font-family: 'GmarketSansBold'; color: #222; padding:0 3px 0 0;} | |
| 2136 | + | |
| 2137 | +.res_info .res_info_in .res_num {display:flex; justify-content: space-between; /*flex-direction: row; flex-wrap: wrap; width:100%;*/ margin:10px 0 0 0;} | |
| 2138 | +.res_info .res_info_in .res_num .res_info_btm1 {width:calc(100%/2 - 5px); padding:10px;background:#fff;border-radius:5px;box-sizing:border-box;} | |
| 2139 | +.res_info .res_info_in .res_num .res_info_btm1 dl {display:flex;padding:8px 10px;font-size:16px;font-weight:300;justify-content:space-between; color:#222;} | |
| 2140 | +.res_info .res_info_in .res_num .res_info_btm1 dl dt {font-weight:400; font-size:18px; padding:3px 0 0 0;} | |
| 2141 | +.res_info .res_info_in .res_num .res_info_btm1 dl dt.btm_charge {font-size:18px;} | |
| 2142 | +.res_info .res_info_in .res_num .res_info_btm1 dl dd span {font-weight:500;} | |
| 2143 | + | |
| 2144 | + | |
| 2145 | +/* right area 문자 미리보기 */ | |
| 2146 | +.send_top .resultcont_right {flex-basis: calc(100% - 68% - 80px); position: relative;min-height:630px;} | |
| 2147 | +.send_top .send_general.sec .resultcont_right {min-height:auto;} | |
| 2148 | +.send_top .resultcont_right .tab_phone {display: none; } | |
| 2149 | +.send_top .resultcont_right .tab_phone.current {display: block;} | |
| 2150 | + | |
| 2151 | +/* phone 기본 -- sticky */ | |
| 2152 | +.send_top .resultcont_right .phone {width: 374px; position: absolute; right: -2px; top: 0;} | |
| 2153 | +.send_top .resultcont_right .phone .phoneIn {background-image: url(/publish/images/content/phoneBg.png); height: 720px; background-size: 100% auto; background-repeat: no-repeat; } | |
| 2154 | +.send_top .resultcont_right .phone .phoneIn>div {padding: 45px 30px 0 30px; position: relative; height: 96%; box-sizing: border-box;} | |
| 2155 | +.send_top .resultcont_right .phone .prev_p {font-size: 20px;font-weight: 500;padding-bottom: 12px;border-bottom: 1px solid #e5e5e5;} | |
| 2156 | +.send_top .resultcont_right .phone .text_length2 {padding: 12px 0;} | |
| 2157 | +.send_top .resultcont_right .phone .text_length2>span {float: left;line-height: 27px;} | |
| 2158 | +.send_top .resultcont_right .phone .text_length2>div {float: right;margin-top: 3px;} | |
| 2159 | +.send_top .resultcont_right .phone .text_length2>div span {color: #002c9a;font-size: 15px;padding-right: 2px;} | |
| 2160 | +.send_top .resultcont_right .phone .text_length2>div button {width: 24px;height: 24px; border: 1px solid #ccc;border-radius: 3px;} | |
| 2161 | +.send_top .resultcont_right .phone .text_length2>div button:hover {border: 1px solid #a3a3a3;} | |
| 2162 | +.send_top .resultcont_right .phone .text_length2>div button img {margin-bottom: 2px;} | |
| 2163 | +.send_top .resultcont_right .phone .text_preview{position: relative; width: calc(100% + 10px);/* height: 421px; */ padding-right:7px; max-height: calc(100% - 110px); box-sizing: border-box;overflow-y:auto;} | |
| 2164 | +.send_top .resultcont_right .phone .text_preview::-webkit-scrollbar {width:3px;} | |
| 2165 | +.send_top .resultcont_right .phone .text_preview::-webkit-scrollbar-track {} | |
| 2166 | +.send_top .resultcont_right .phone .text_preview::-webkit-scrollbar-thumb {width:3px;background:rgba(0,0,0,0.85);border-radius:3px;cursor:pointer;} | |
| 2167 | +.send_top .resultcont_right .phone .preview_auto {position: relative; width: 100%; background-color: #f2f2f2; border-radius: 10px; padding: 20px; box-sizing: border-box; line-height: 1.5; font-size: 15px; font-weight: 400; letter-spacing: -0.5px; margin: 0 0 20px 0;word-break: break-all; color: #555;} | |
| 2168 | +/* .send_top .resultcont_right .phone .text_preview .mCSB_scrollTools {right:-15px;} */ | |
| 2169 | +/* .send_top .resultcont_right .phone .preview_auto.on_scroll_text {width: 95% !important;} */ | |
| 2170 | +.preview_auto p {word-break: break-all;} | |
| 2171 | +.preview_auto .none_txt {color: #999; font-weight: 300;} | |
| 2172 | +/* 핸드폰 안에 내용 길어져서 스크롤 생길 때 */ | |
| 2173 | +.send_top .resultcont_right .phone .addText {color: #002c9a;text-align: center; font-size: 14px; padding-top: 2px; margin:0 0 10px 0;} | |
| 2174 | + | |
| 2175 | +/* 그림 문자 */ | |
| 2176 | +.send_top .resultcont_right .phone .text_length2 .photo_msg_num {margin-left: 3px; float: left;} | |
| 2177 | +.send_top .resultcont_right .phone .text_length2 .photo_msg_num li {display: inline-block; width: 28px; padding: 5px 0; border: 1px solid #ccc; border-radius: 5px; margin-right: 2px; background-color: #f5f5f5; color: #cf468d; text-align: center; box-sizing: border-box;} | |
| 2178 | +.send_top .resultcont_right .phone .text_length2 .photo_msg_num li:hover {background-color: #f8f1f5; border: 1px solid #e26ba9;} | |
| 2179 | +.send_top .resultcont_right .phone .text_preview .preiew_img .img_box {max-width: 308px; border-radius: 10px; overflow: hidden; margin-bottom: 10px;} | |
| 2180 | +.send_top .resultcont_right .phone .text_preview .preiew_img .img_box img {width: 100%;} | |
| 2181 | +/* .send_top .resultcont_right .phone .text_preview .preiew_img .img_box.on_scroll_img {max-width: 95% !important; margin-right: 15px;} */ | |
| 2182 | + | |
| 2183 | +/* 알림톡 미리보기 */ | |
| 2184 | +.send_top .resultcont_right .phone_kakao {width: 374px; position: absolute; right:0; top: 0;} | |
| 2185 | +.send_top .resultcont_right .phone_kakako .phoneIn{height: 720px; width:346px; background-image: url(/publish/images/content/kakaoBg.png); padding: 27px 25px 0 25px; margin:0 0 0 -12px;} | |
| 2186 | +.send_top .resultcont_right .phone_kakako .prev_p{padding: 0 0 0 10px; border: 0; letter-spacing: -0.25px;} | |
| 2187 | +.send_top .resultcont_right .phone_kakako .prev_p img{margin: 0 10px 0 0;} | |
| 2188 | +.send_top .resultcont_right .phone_kakako .allimtalk_title{position: relative; width: calc(100% - 20px); background-color: #fae100; font-family: 'LotteMartDream'; font-size: 18px; padding: 12px 21px; border-radius: 5px 5px 0 0; box-sizing: border-box;} | |
| 2189 | +.send_top .resultcont_right .phone_kakako .allimtalk_title::after{position: absolute; content: " "; width: 42px; height: 42px; background: url(/publish/images/content/icon_kakao01.png) no-repeat; right: -20px; top: -10px;} | |
| 2190 | +.send_top .resultcont_right .phone_kakako .allimtalk_title img{margin: 0 8px 0 0; vertical-align: bottom;} | |
| 2191 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview{width: 100%; padding: 15px 10px 20px 12px; margin: 15px 0 0 0; box-sizing: border-box;} | |
| 2192 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content{width: calc(100% - 20px);background-color: #fff; border-radius: 0 0 5px 5px; padding: 0 0 10px 0;} | |
| 2193 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .kakao_image img{width: 100%;} | |
| 2194 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content p{width: calc(100% - 20px); white-space: normal; word-break: break-all; line-height: 1.4; padding: 0 10px; margin: 0 auto;} | |
| 2195 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .template_text,.resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .emphasis_title_text{font-size: 16px; font-weight: 500; color: #222;} | |
| 2196 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .emphasis_side_text{padding: 15px 0 0 0;} | |
| 2197 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .emphasis_title_text{padding: 0 0 15px 0; border-bottom: 1px solid #e5e5e5;} | |
| 2198 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .emphasis_side_text,.resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .side_info_text,.resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .channel_info_text{font-size: 14px; color: #999; margin: 0 auto 6px auto; white-space: normal; word-break: break-all;} | |
| 2199 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .template_text{padding: 15px 0 0 0;} | |
| 2200 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .side_info_text{padding: 8px 0 0 0;} | |
| 2201 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .channel_info_text{padding: 0 0 4px 0;} | |
| 2202 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content button{margin: 0 0 8px 10px;} | |
| 2203 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content button:last-child{margin-bottom: 0;} | |
| 2204 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .template_text+.btn_kakao_type{margin-top: 8px;} | |
| 2205 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .btn_kakao_channel{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ffea00;} | |
| 2206 | +.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .btn_kakao_type{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ededed;} | |
| 2207 | +.send_top .resultcont_right .phone_kakako .phoneIn .template_info_wrap{display: flex; width: calc(85% + 13px); height: auto; padding: 6px 15px 6px 23px; justify-content: space-between; align-items: center; background-color: #fae100; margin: -5px 0 0 -3px; border-radius: 0 0 25px 25px;} | |
| 2208 | +.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;} | |
| 2209 | +.send_top .resultcont_right .phone_kakako .addText{color: #002c9a;text-align: center; font-size: 14px; padding-top: 2px; margin:10px 0 10px 0;} | |
| 2210 | + | |
| 2211 | +.btn_list_type1 {border-top:solid 1px #e5e5e5; text-align: right; padding:26px 0 0 0; margin:60px 0 0 0;} | |
| 2212 | +.btn_list_type1 .btnType.btnType17 {width:100px; } | |
| 2213 | + | |
| 2214 | +/*// 발송결과 상세 20140718 */ | |
| 2215 | + | |
| 2216 | + | |
| 2217 | +/* 개인정보처리방침 20241023*/ | |
| 2218 | +.titBox_type01 {padding: 20px; border: 2px solid #dddddd; border-radius: 5px; margin: 15px 0; position: relative; font-size:16px; color:#666; line-height: 25px; font-weight: 300; } | |
| 2219 | +.privacy_index {margin:50px 0 50px 0;} | |
| 2220 | +.privacy_index .title {font-family: 'GmarketSansBold'; font-size: 24px; padding-top: 4px;} | |
| 2221 | +.privacy_index .info {color:#222; font-size:17px; padding:20px 0 24px 0;} | |
| 2222 | +.privacy_index .privacy_index_box {background-color: #e9e9e9; border-radius: 5px; padding:40px 80px 40px 120px; display: flex;} | |
| 2223 | +.privacy_index .privacy_index_box ul {padding:0; width: calc((100% - 10px) / 2); padding: 0 10px; border-radius: 5px; text-align: left;} | |
| 2224 | +.privacy_index .privacy_index_box ul li {padding:7px 0; line-height: 1.4;} | |
| 2225 | +.privacy_index .privacy_index_box ul li a {font-size:17px;} | |
| 2226 | +.privacy_content {border-bottom:1px solid #e9e9e9; padding: 0 0 30px 0; margin: 30px 0 35px 0;} | |
| 2227 | +.privacy_content:last-child{border-bottom: 0; padding:0;} | |
| 2228 | +.privacy_content .title {font-size:20px; font-weight: 600; padding:0 0 5px 0; } | |
| 2229 | +.privacy_content .conbox {padding:0 15px;} | |
| 2230 | +.privacy_content .conbox .contitle1 {font-size:17px; font-weight: 400; padding:15px 0 0 0;} | |
| 2231 | +.privacy_content .conbox .contitle2 {font-size:16px; font-weight: 400;} | |
| 2232 | +.privacy_content .conbox p {font-size:16px; line-height: 1.4; padding:15px 0 0 0; font-weight: 300;} | |
| 2233 | +.privacy_content .conbox .tType2{width: 100%; border-top: 1px solid #000; text-align: center; margin:10px 0 10px 0;} | |
| 2234 | +.privacy_content .conbox .tType2 thead tr{background-color: #f7f7f7; border-bottom: 1px solid #e5e5e5;} | |
| 2235 | +.privacy_content .conbox .tType2 thead tr th{height: 46px; font-size: 16px; font-weight: 500; border-right: 1px solid #e5e5e5; vertical-align: middle;} | |
| 2236 | +.privacy_content .conbox .tType2 thead tr th:last-child{border-right: 0;} | |
| 2237 | +.privacy_content .conbox .tType2 tbody tr{border-bottom: 1px solid #e5e5e5;} | |
| 2238 | +.privacy_content .conbox .tType2 tbody tr th{font-size: 16px; font-weight: 500; border-right: 1px solid #e5e5e5; height: 50px; vertical-align: middle;} | |
| 2239 | +.privacy_content .conbox .tType2 tbody tr td{font-size: 16px; font-weight: 300; border-right: 1px solid #e5e5e5; vertical-align: middle; line-height: 1.4; padding:10px 20px;} | |
| 2240 | +.privacy_content .conbox .tType2 tbody tr td.type_left {text-align: left;} | |
| 2241 | +.privacy_content .conbox .tType2 tbody tr td:last-child{border-right: 0;} | |
| 2242 | +.privacy_content .conbox .tType2 tbody tr td:last-child>span {font-weight: 400;} | |
| 2243 | +.privacy_content .conbox ul.conlist1 {margin:10px 0 0 0;} | |
| 2244 | +.privacy_content .conbox ul.conlist1 li { position: relative; padding:3px 10px 3px 25px; line-height: 1.4; font-size:17px; } | |
| 2245 | +.privacy_content .conbox ul.conlist1 li::before {content: ''; position: absolute; left: 0; } | |
| 2246 | +.privacy_content .conbox ul.conlist1 li:nth-child(1)::before {content: '가.'; } | |
| 2247 | +.privacy_content .conbox ul.conlist1 li:nth-child(2)::before {content: '나.'; } | |
| 2248 | +.privacy_content .conbox ul.conlist1 li:nth-child(3)::before {content: '다.'; } | |
| 2249 | +.privacy_content .conbox ul.conlist1 li:nth-child(4)::before {content: '라.'; } | |
| 2250 | +.privacy_content .conbox span.text_type01 {font-weight: 300!important;} | |
| 2251 | +.privacy_content .conbox span.text_type02 {margin:0; padding:5px 0 0 10px; display: block; font-size:16px; font-weight:300;} | |
| 2252 | +.privacy_content .conbox span.text_type02::before{content: "-"; position: absolute; left: 25px;} | |
| 2253 | +.privacy_content .conbox dl.item_con dt{font-weight: 500; display: block; padding:3px 0 0 0;} | |
| 2254 | +.privacy_content .conbox dl.item_con dd{padding:0 0 5px 0;} | |
| 2255 | +.privacy_content .conbox strong {font-weight: 500; display: block; padding:0 0 5px 0;} | |
| 2256 | +.privacy_content .conbox .con {padding:0 0 10px 0; display:block;} | |
| 2257 | +.privacy_content .conbox ul.conlist2 {margin:5px 0 0 25px;font-weight: 300;} | |
| 2258 | +.privacy_content .conbox ul.conlist2 li { position: relative; padding:0px 7px 3px 5px; line-height: 1.4; font-size:16px;font-weight: 300; } | |
| 2259 | +.privacy_content .conbox ul.conlist2 li::marker {content: "-"; } | |
| 2260 | +.privacy_content .conbox span.text_type03 {font-weight: 300; font-size:15px; color:#666; padding:5px 0 15px 30px; display:block;} | |
| 2261 | +.privacy_content .conbox .gray_box {background-color:#f5f5f5; border-radius: 5px; padding:25px 30px; margin:0 30px;} | |
| 2262 | +.privacy_content .conbox .gray_box ul.conlist3 {margin:0;} | |
| 2263 | +.privacy_content .conbox .gray_box ul.conlist3 li { position: relative; padding:0px 7px 0px 5px; line-height: 1.4; font-size:16px;font-weight: 300; } | |
| 2264 | +.privacy_content .conbox .gray_box ul.conlist3 li::marker {content: "·"; } | |
| 2265 | +.privacy_content .conbox ul.conlist4 {margin:25px 0; border-top:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5; width:410px; padding:10px 0;} | |
| 2266 | +.privacy_content .conbox ul.conlist4 li { position: relative; padding:0px 7px 3px 5px; line-height: 1.4; font-size:16px;font-weight: 300; } | |
| 2267 | +.privacy_content .conbox ul.conlist5 { margin:0 0 15px 0;} | |
| 2268 | +.privacy_content .conbox ul.conlist5 li {color:#002c9a; font-size:16px;font-weight: 400; padding:5px 0;} | |
| 2269 | +.privacy_content .conbox .contitle3 {font-size:16px; font-weight: 500;} | |
| 2270 | +.privacy_content_select_wrap {text-align: left;} | |
| 2271 | +.privacy_content_select_wrap .version_change_select{width: 278px; margin: 10px 0 20px 0;} | |
| 2272 | + | |
| 2273 | +.privacy_labeling .title{font-family: 'GmarketSansBold'; font-size: 24px; padding-top: 4px; margin:40px 0 0 0;} | |
| 2274 | +.privacy_labeling .labeling{display:flex;gap:20px;margin:20px 0 0 0;} | |
| 2275 | +.privacy_labeling li{display:flex;width:calc(100% / 6);font-size:17px;padding:37px 0 28px 0;border:1px solid #dddddd;border-radius:5px;text-align:center;flex-direction:column;align-items:center;justify-content:center;} | |
| 2276 | +.privacy_labeling li img{margin:0 0 20px 0;} | |
| 2277 | +.privacy_labeling li:hover .send_hover_cont{display:block;max-width:350px;} | |
| 2278 | +.privacy_labeling li .send_hover_cont{font-size:14px;font-weight:300;} | |
| 2279 | +.privacy_labeling li .send_hover_cont .hover_title{display:block;font-size:16px;font-weight:600;margin:0 0 18px 0;line-height:1.4;} | |
| 2280 | +.privacy_labeling li .send_hover_cont .hover_title span{font-size:15px;font-weight:400;} | |
| 2281 | +/* | |
| 2282 | +.privacy_content .conbox ul.conlist6 {margin:7px 0 0 0;} | |
| 2283 | +.privacy_content .conbox ul.conlist6 li { position: relative; padding:3px 10px 3px 20px; line-height: 1.4; font-size:16px; font-weight:300; } | |
| 2284 | +.privacy_content .conbox ul.conlist6 li::before {content: ''; position: absolute; left: 0; } | |
| 2285 | +.privacy_content .conbox ul.conlist6 li:nth-child(1)::before {content: '①'; } | |
| 2286 | +.privacy_content .conbox ul.conlist6 li:nth-child(2)::before {content: '②'; } | |
| 2287 | +.privacy_content .conbox ul.conlist6 li:nth-child(3)::before {content: '③'; } | |
| 2288 | +.privacy_content .conbox ul.conlist6 li:nth-child(4)::before {content: '④'; } | |
| 2289 | +.privacy_content .conbox ul.conlist6 li:nth-child(5)::before {content: '⑤'; } | |
| 2290 | +*/ | |
| 2291 | +.privacy_content .conbox ul.conlist6 {margin:7px 0 0 0;} | |
| 2292 | +.privacy_content .conbox ul.conlist6 li {position: relative; padding:0px 10px 3px 0; line-height: 1.4; font-size:16px; font-weight:300; } | |
| 2293 | +.privacy_content .conbox .gray_con{margin: 12px 30px 0 30px;} | |
| 2294 | + | |
| 2295 | +.clause_new { } | |
| 2296 | +.clause_new .title{font-family: 'GmarketSansBold'; font-size: 24px; padding: 40px 0 15px 0; margin:25px 0 20px 0; border-bottom: 2px solid #222; border-top:1px solid #d5d5d5;} | |
| 2297 | +.clause_new .title:first-child{border-top:none; padding-top:20px;} | |
| 2298 | +.clause_new ul.conlist7 {padding:0 15px;} | |
| 2299 | +.clause_new ul.conlist7 li {font-weight: 300; position: relative; padding:5px 7px 5px 18px; line-height: 1.5; font-size:16px; } | |
| 2300 | +.clause_new ul.conlist7 li::before {content:"제"; font-weight:500;font-size: 18px;position: absolute; left: 0;} | |
| 2301 | +.clause_new ul.conlist7 li strong {font-weight:500; font-size:18px; padding:0 7px 0 0;} | |
| 2302 | +.clause_new ul.conlist7 li .gray_box{background-color:#f5f5f5; border-radius: 5px; padding:25px 35px; margin:18px 0; font-size:16px; font-weight:400;} | |
| 2303 | +.clause_new .history { border-top:1px solid #d5d5d5; padding:30px 0 10px 17px; margin:10px 0 0 0;} | |
| 2304 | +.clause_new .history p {font-size:16px; font-weight: 500;} | |
| 2305 | +.clause_new ol.conlist8 {padding:0 0 0 10px;} | |
| 2306 | +.clause_new ol.conlist8 li {font-weight: 300; position: relative; padding:0px 7px 2px 0; line-height: 1.4; font-size:16px; } | |
| 2307 | +.clause_new ol.conlist8 li::before {content:"";} | |
| 2308 | + | |
| 2309 | +/* 불법스팸방지정책_2024*/ | |
| 2310 | +.spam_content .title .red{margin: 0 0 0 3px; font-size: 16px; color: #e40000; font-weight: 500; } | |
| 2311 | +.spam_content .spam_conbox .blue{color: #002c9a; font-weight: 400;} | |
| 2312 | +.spam_content .spam_conbox .bold{font-weight: 500;} | |
| 2313 | +.spam_content .spam_conbox .text{margin: 0 0 0 -8px;} | |
| 2314 | +.spam_content .spam_conbox .tri_te span{font-size: 14px;} | |
| 2315 | +.spam_content .spam_conbox .tri_te .sub_tri{margin: 0 0 0 -2px; font-size: 17px;} | |
| 2316 | +.spam_content .spam_conbox .le{margin: 0 0 0 -8px;} | |
| 2317 | +/*.spam_content .spam_conbox.spam_table{padding: 0;}*/ | |
| 2318 | + | |
| 2319 | +/*4번 수정후*/ | |
| 2320 | +.spam_content .spam_conbox .spam_clause .tit{width: 200px; padding: 6px 0 7px 0; margin: 0 0 10px 9px; background-color: #002c9a; color: #ffffff; text-align: center; font-size: 15px; font-weight: 500; border-radius: 100px;} | |
| 2321 | +.spam_content .spam_conbox .spam_clause{padding: 22px 16px; margin: 20px 0 0 0; border: 1px solid #d5d5d5; border-radius: 5px;} | |
| 2322 | +.spam_content .spam_conbox .spam_clause .spam_clause_cen{margin: 12px 0;} | |
| 2323 | +.spam_content .spam_conbox .spam_clause ul li{padding: 0 7px 0 18px; font-size: 15px; line-height: 1.4;} | |
| 2324 | +.spam_content .spam_conbox .spam_clause ul li::before{content: none;} | |
| 2325 | +.spam_content .spam_conbox .spam_clause ul .str strong{margin: 0 0 0 -15px; display: inline;} | |
| 2326 | +.spam_content .spam_conbox .spam_clause ul .str strong::before{content: "제";} | |
| 2327 | +.spam_content .spam_conbox .spam_clause .spam_clause_gray{margin: 7PX 0 7px 0; padding: 18px 23px 15px 23px; border-radius: 5px; background-color: #f5f5f5;} | |
| 2328 | +.spam_content .spam_conbox .spam_clause ul li strong{font-size: 14px;} | |
| 2329 | +.spam_content .spam_conbox .spam_clause .spam_clause_gray li{font-size: 14px; color: #666666;} | |
| 2330 | +.spam_content .spam_conbox .spam_clause .conlist8{padding: 0; margin: 0 0 0 -7px;} | |
| 2331 | + | |
| 2332 | +.spam_content .spam_conbox .tType1{margin: 15px 0 0 0;} | |
| 2333 | +.spam_content .spam_conbox .tType1 tbody tr{border-bottom: 1px solid #d5d5d5;} | |
| 2334 | +.spam_content .spam_conbox .tType1 tbody tr th{padding: 0 0 0 22px; font-weight: 500; background-color: #e8f0ff;} | |
| 2335 | +.spam_content .spam_conbox .tType1 tbody tr td{padding: 16px 10px 16px 30px; line-height: 1.5;} | |
| 2336 | +.spam_content .spam_conbox .tType1 tbody tr td .conlist7{letter-spacing: -0.25px;} | |
| 2337 | +.spam_content .spam_conbox .tType1 tbody tr td li{font-size: 16px;} | |
| 2338 | +.spam_content .spam_conbox .tType1 tbody tr td li strong{display: inline; margin: 0 7px 0 -16px; font-size: 17px;} | |
| 2339 | +.spam_content .spam_conbox .tType1 tbody tr td li .conlist8{padding: 0 0 0 10px;} | |
| 2340 | +.spam_content .spam_conbox .spam_title{margin: 9px 0 -5px 0; font-weight: 500;} | |
| 2341 | +.spam_content .spam_conbox .spam_list.spam_list_tw{margin: 21px 0 0 5px;} | |
| 2342 | +.spam_content .spam_conbox ul.spam_list{margin: 15px 0 0 7px;} | |
| 2343 | +.spam_content .spam_conbox .spam_list li{margin: 0 0 0 18px;} | |
| 2344 | +.spam_content .spam_conbox .spam_list .center{margin: 13px 0 5px 18px;} | |
| 2345 | +.spam_content .spam_conbox .spam_list .last{margin: 17px 0 0 18px;} | |
| 2346 | +.spam_content .spam_conbox .spam_gray{margin: 12px 25px 0 0; padding: 20px 12px; border-radius: 5px; background-color: #f5f5f5;} | |
| 2347 | +.spam_content .spam_conbox ul.spam_gray li{font-size: 15px;} | |
| 2348 | +.spam_content .spam_conbox ul.conlist2 li .spam_gray li::marker{content: "·";} | |
| 2349 | +.spam_content .spam_conbox ul.conlist2 li .spam_gray .mark::marker{content: none;} | |
| 2350 | +.spam_content .spam_conbox ul.conlist2 li .spam_gray .mark{ margin: 0 0 6px 35px; text-indent: -18px; color: #666666;} | |
| 2351 | +.spam_content .spam_conbox ul.conlist2 li .spam_gray .mark_no{font-size: 14px;} | |
| 2352 | +.spam_content .spam_conbox ul.conlist2 li .spam_gray .ma{margin: 0 0 -2px 35px;} | |
| 2353 | +.spam_content .spam_conbox ul.conlist2 li .spam_gray li .bold{font-weight: 500;} | |
| 2354 | +.spam_content .spam_conbox ul.conlist2 li .spam_gray_tw li::marker{content: none;} | |
| 2355 | +.spam_content .spam_conbox ul.conlist2 li .spam_gray_tw li .sub_tit{font-size: 16px; font-weight: 500;} | |
| 2356 | +.spam_content .spam_conbox ul.conlist2 li .spam_gray_tw li .sub_te li::marker{content: "·";} | |
| 2357 | +.spam_content .spam_conbox ul.conlist2 li .spam_gray_tw li .sub_te{margin: 7px 0 -4px -14px;} | |
| 2358 | +.spam_content .spam_conbox ul.conlist2 li .spam_gray_tw li .sub_te_on{margin: 7px 0 8px -14px;} | |
| 2359 | + | |
| 2360 | +.spam_content .spam_conbox .spam_table thead tr th{font-weight: 400;} | |
| 2361 | +.spam_content .spam_conbox .spam_table tbody tr th{font-weight: 300;} | |
| 2362 | +.spam_content .spam_conbox .spam_table tbody tr td{text-align: left;} | |
| 2363 | +.spam_content .spam_conbox .spam_table tbody tr td li .conlist8{padding: 0 0 0 18px;} | |
| 2364 | + | |
| 2365 | +/*발송결과 수정_2025*/ | |
| 2366 | +.price_wrap .table_tab_wrap .tab_btnbox .price_hover{width: 330px;} | |
| 2367 | +.price_wrap .table_tab_wrap .tab_btnbox .price_hover .last{padding: 5px 0 0 0;} | |
| 2368 | + | |
| 2369 | +.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont a{height: 16px;} | |
| 2370 | +.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont a:hover{text-decoration: underline;} | |
| 2371 | +.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont .icon_wrap{display: flex; align-items: center;} | |
| 2372 | +.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont .icon_wrap span{padding: 5px 8px; margin: 0 3px; border-radius: 20px; font-size: 14px;} | |
| 2373 | +.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont .icon_wrap .re{background-color: #e8f0ff; color: #2c5dd6;} | |
| 2374 | +.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont .icon_wrap .di{background-color: #e7f5ec; color: #359b59;} | |
| 2375 | + | |
| 2376 | +.price_wrap .current .tb_wrap .tType4 tbody tr .btnType20{margin: -3px 0 0 0; background-color: #f5f5f5; border: 1px solid #d5d5d5; color: #222;} | |
| 2377 | +.rev_admin .rev_admin_in .rev_admin_top p:first-child{margin: 3px 0 0 0; font-size: 17px;} | |
| 2378 | +.rev_admin .rev_admin_in .rev_admin_top p:last-child span{font-size: 16px;} | |
| 2379 | + | |
| 2380 | +/*발송결과 상세 수정_2025*/ | |
| 2381 | +.res_info .res_info_in .res_info_btm dl dt{font-weight:400; display:flex;align-item:center;} /*수정*/ | |
| 2382 | +.res_info .res_info_in .res_info_btm dl dt .icon_wrap{display:inline-block; display: flex; align-items: center; margin:-6px 0 0 8px;} | |
| 2383 | +.res_info .res_info_in .res_info_btm dl dt .icon_wrap .re{padding: 5px 8px 6px 8px; margin: 0 3px; border-radius: 20px; font-size: 14px; background-color: #e8f0ff; color: #2c5dd6;} | |
| 2384 | +.res_info .res_info_in .res_info_btm dl dt .icon_wrap button.di{padding: 2px 9px 3px 9px; margin: 0 3px; border-radius: 20px; font-size: 14px; background-color: #e7f5ec; color: #359b59;} | |
| 2385 | +.res_info .res_info_in .res_info_btm dl dt .icon_wrap button.di:hover{box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.15);} | |
| 2386 | +.res_info .res_info_in .res_info_btm dl dt .icon_wrap .di_info{position:relative;} | |
| 2387 | +.res_info .res_info_in .res_info_btm dl dt .icon_wrap .di_info .di_hover_layer{display:none; position:absolute;top:28px; background-color: #fff; padding: 15px; border-radius: 5px; box-sizing: border-box ;box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.15); z-index: 9; text-align:center;font-size: 14px; color: #222; width:180px; } | |
| 2388 | +.res_info .res_info_in .res_info_btm dl dt .icon_wrap .di_info .di_hover_layer strong{font-weight:600;} | |
| 2389 | +.res_info .res_info_in .res_info_btm dl dt .icon_wrap .di_info:hover .di_hover_layer{display:block;} | |
| 2390 | +.res_info .res_info_in .res_info_btm dl .btnType20{margin: -3px 0 0 0; background-color: #f5f5f5; border: 1px solid #d5d5d5; color: #222;} | |
| 2391 | + | |
| 2392 | +.res_info .res_info_in .res_num .res_info_btm1 dl{display:flex;padding:8px 10px 5px 10px;font-size:16px;font-weight:300;justify-content:space-between; color:#222;} | |
| 2393 | +.res_info .res_info_in .res_num .res_info_btm1 dl dt{font-weight:400; font-size:16px; padding:3px 0 0 0;} | |
| 2394 | +.res_info .res_info_in .res_num .res_info_btm1 dl dt.btm_charge{font-size:18px;} | |
| 2395 | +.res_info .res_info_in .res_num .res_info_btm1 dl dd{padding:3px 0 0 0;} | |
| 2396 | +.res_info .res_info_in .res_num .res_info_btm1 dl dd span{font-weight:500; font-size:24px;} | |
| 2397 | + | |
| 2398 | +.send_top .resultcont_left .table_bottom_txt{padding:18px 0 0 0;font-size:14px; font-weight:500;} | |
| 2399 | + | |
| 2400 | +.tb_wrap1{height:302px; overflow-y: auto; position:relative; border:1px solid #ccc; border-radius:5px;} | |
| 2401 | +.tb_wrap1 table.type4 th{position: sticky; top:0; z-index: 1; background-color:#ededed;} | |
| 2402 | + | |
| 2403 | +/*문자전송_안심번호 안내 추가*/ | |
| 2404 | +.top_content .send_general .send_left .tType1 .btn_popup_wrap .info_guide{margin: -11px 0 0 0; text-align: left; line-height: 1.3; font-size: 14px; color: #e40000; font-weight: 400;} | |
| 2405 | +.top_content .send_general .send_left .tType1 .btn_popup_wrap .info_guide:hover{text-decoration: underline;} | |
| 2406 | +.tType1 tbody tr td.putText textarea.phone_num{height: 84px;} | |
| 2407 | + | |
| 2408 | + | |
| 2409 | +@keyframes rotate-loading { | |
| 2410 | + 0% {transform:rotate(0)} | |
| 2411 | + 100% {transform:rotate(360deg);} | |
| 2412 | +} | |
| 2413 | +@keyframes text-loading { | |
| 2414 | + 0% {opacity:0;} | |
| 2415 | + 25% {opacity:0;} | |
| 2416 | + 50% {opacity:1;} | |
| 2417 | + 100% {opacity:0;} | |
| 2418 | +} | |
| 2419 | + | |
| 2420 | +/* media queries */ | |
| 2421 | +@media only screen and (max-width:1540px){ | |
| 2422 | + .tType4 tbody td {padding: 0 2px;} | |
| 2423 | + .titBox .btnWrap.type1 {width: 220px;} | |
| 2424 | + .titBox .btnWrap.type1 button {width: 220px; font-size: 15px; padding: 8px 0;} | |
| 2425 | + .send_top {margin: 0 30px;} | |
| 2426 | + .send_bottom {margin: 60px 30px 0 30px;} | |
| 2427 | + .list_bottom {width: calc(100% - 200px);} | |
| 2428 | + .sub .election .list_bottom{width:calc(100% - 100px)} | |
| 2429 | + .area_tabcontent.photo_sample {min-height:737px;} | |
| 2430 | + /* .area_tabcontent.photo_sample li {height:355.5px;} */ | |
| 2431 | + .area_tabcontent.photo_sample li .photo_cont {max-height:307.5px;} | |
| 2432 | + /* 맞춤제작 */ | |
| 2433 | + .custom_visual {max-width:1240px;margin:0 30px 20px 30px;} | |
| 2434 | + .custom_content.custom2 .cont_bottom ul li>div {width: calc(100% - 148px - 30px);} | |
| 2435 | + .custom_content.custom2 .cont_bottom ul li>div .step {margin-bottom: 10px;} | |
| 2436 | + .custom_content.custom2 .cont_bottom ul li>div p {font-size: 18px;} | |
| 2437 | + .custom_content.custom3 .tit_text_wrap>span {display: block; margin: 2px auto 0 auto;} | |
| 2438 | + .custom_content.custom3 .area_tabcontent li .tit_text_wrap {padding: 5px 0;} | |
| 2439 | + .tType1 tbody tr td.putText .put_right {width: inherit;} | |
| 2440 | + .custom_content.custom2 .custom_notice {padding: 25px 20px;} | |
| 2441 | + .custom_content.custom2 .custom_notice ul li {margin-right: 20px;} | |
| 2442 | + | |
| 2443 | + .send_top .send_right {flex-basis:calc(100% - 68% - 55px);} | |
| 2444 | + | |
| 2445 | + /* 팩스전송 */ | |
| 2446 | + .fax_content .send_info_fax{width: 320px;padding: 25px 20px;} | |
| 2447 | + | |
| 2448 | + /* 요금사용내역 */ | |
| 2449 | + .hisroy_price .hisroy_price_in{padding: 25px 22px;} | |
| 2450 | + .hisroy_price .hisroy_price_in>p{font-size: 18px; margin: 0 0 15px 0;} | |
| 2451 | + .hisroy_price .total_price>p{margin: 5px 0 0 0;} | |
| 2452 | + .hisroy_price .total_price .clearfix{width: calc((100% - 350px)/2);} | |
| 2453 | + .hisroy_price .hisroy_price_in>div>p>span{font-size: 16px; vertical-align: middle;} | |
| 2454 | + | |
| 2455 | + /* 카톡전송 > 알림톡 소개 */ | |
| 2456 | + /*알림톡 소개_알림톡이란?*/ | |
| 2457 | + /*타이틀*/ | |
| 2458 | + .kakao_intro_cont .kakao_intro .title-line .left-line{width: 355px;} | |
| 2459 | + .kakao_intro_cont .kakao_intro .title-line .right-line{width: 355px;} | |
| 2460 | + /*컨텐츠*/ | |
| 2461 | + .kakao_intro_cont .kakao_intro .con .intro{display: flex; justify-content: space-between; margin-top: 65px;} | |
| 2462 | + .kakao_intro_cont .kakao_intro .con .intro .phone{margin-right: 50px;} | |
| 2463 | + .kakao_intro_cont .kakao_intro .con .intro .list li:nth-child(1) img{width: 100%;} | |
| 2464 | + /*문자vs알림톡*/ | |
| 2465 | + .kakao_intro_cont .kakao_intro .con .fight .box{width: 404px;} | |
| 2466 | + .kakao_intro_cont .kakao_intro .con .fight .box .fight-img .icon{padding: 0 25px;} | |
| 2467 | + .kakao_intro_cont .kakao_intro .con .fight .text p{width: 404px;} | |
| 2468 | + | |
| 2469 | + /*알림톡 소개_알림톡 활용 방법*/ | |
| 2470 | + /*타이틀 + 서비스 이용 방법이랑 같이*/ | |
| 2471 | + .kakao_intro_cont .use .title-line .left-line ,.kakao_intro_cont .service .title-line .left-line{width: 320px;} | |
| 2472 | + .kakao_intro_cont .use .title-line .right-line ,.kakao_intro_cont .service .title-line .right-line{width: 320px;} | |
| 2473 | + .kakao_intro_cont .use .tab-content img{width: 100%;} | |
| 2474 | + | |
| 2475 | + /*알림톡 소개_서비스 이용 방법*/ | |
| 2476 | + /*아이콘*/ | |
| 2477 | + .kakao_intro_cont .service .con .service-03 .text .icon img{margin-top: 24px;} | |
| 2478 | + .kakao_intro_cont .service .con .service-04 .text .icon img{margin-top: 24px;} | |
| 2479 | + | |
| 2480 | + /*발송결과_select버튼*/ | |
| 2481 | + .select_btnWrap .btn_right .search .send_text{width: 170px;} | |
| 2482 | + | |
| 2483 | + /* 선거문자 */ | |
| 2484 | + .election .tType1 tbody tr td.putText .receipt_number_table_wrap .put_right{max-width:170px;} | |
| 2485 | + .sub .election .receipt_number_table_wrap+.list_bottom .list_bottom_right button{font-size:14px;letter-spacing:-1px;} | |
| 2486 | + .sub .election .receipt_number_table_wrap+.list_bottom .list_bottom_right .btn_gray.fill{padding:0 5px;} | |
| 2487 | + .sub .election .receipt_number_table_wrap+.list_bottom .list_bottom_right .btn_yellow.fill{padding:0 3px;} | |
| 2488 | + | |
| 2489 | + /* 후불회원 요금사용내역*/ | |
| 2490 | + .hisroy_price .hisroy_defprice_in>p {font-size: 18px; font-weight: 600; margin-bottom: 25px; font-family: 'GmarketSansBold';} | |
| 2491 | + .hisroy_price .hisroy_defprice_in>div>p>span {font-size: 17px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 1px;} | |
| 2492 | + | |
| 2493 | + /* 카카오톡 설정*/ | |
| 2494 | + .kakao_use_guide_cont .kakao_use_guide li .btn_wrap{margin: 30px 0 0 0;} | |
| 2495 | + | |
| 2496 | + /*요금안내/견적내기_하단 텍스트 여백 수정*/ | |
| 2497 | + .fee_wrap .banner>p{margin: 8px 40px 0 40px;} | |
| 2498 | + | |
| 2499 | + /*발송결과 상세 수정_2025*/ | |
| 2500 | + .res_info .res_info_in{width: 93%;} | |
| 2501 | +} | |
| 2502 | + | |
| 2503 | +@media only screen and (max-width:1480px){ | |
| 2504 | + /* 예약관리 table tab button */ | |
| 2505 | + .rev_admin_cont .list_tab_wrap2 ul::after {width: 100%; min-width: 1020px;} | |
| 2506 | + | |
| 2507 | + /* sub1 send_top */ | |
| 2508 | + .send_top {margin: 0 70px;} | |
| 2509 | + .tType1 tbody tr td.send_list .list_left .add_num .btnType6 {padding: 0 12px;} | |
| 2510 | + .tType1 tbody tr td.send_list .list_left .add_num input[type="text"] {width: calc(100% - 89px);} | |
| 2511 | + .tType1 tbody tr td.send_list .add_remove button {padding:4px;} | |
| 2512 | + .tType1 tbody tr td.send_list .list_left, .tType1 tbody tr td.send_list .list_right {width: calc(100%/2 - 20px);} | |
| 2513 | + .tType1 tbody tr td.send_list .add_remove {width: 6%;margin: 40px 4px 0 4px;} | |
| 2514 | + .list_bottom .remove_btnWrap .address_reg2 {width: calc(100% - 216px); font-size: 12px;} | |
| 2515 | + /* phone */ | |
| 2516 | + /* .send_top .send_right .phone {width: 330px;} | |
| 2517 | + .send_top .send_right .phone .phoneIn {height: 632px;} | |
| 2518 | + .rev_top .selType1:nth-child(2) {display: block;} | |
| 2519 | + .send_top .send_right .send_rev .rev_top .calendar_wrap input[type="text"] {width: 246px;} | |
| 2520 | + .send_top .send_right .send_rev .rev_top .calendar_in .calendarPop {left: -247px;} | |
| 2521 | + .send_top .send_right .send_rev .rev_top .selBox {display: block;margin-top: 8px;margin-left: 41px;} | |
| 2522 | + .send_top .send_right .send_rev {width: 321px;} */ | |
| 2523 | + /* sub1 send_bottom */ | |
| 2524 | + .send_top .send_right {flex-basis:calc(100% - 68% - 30px);} | |
| 2525 | + .send_bottom{margin: 60px 70px 0 70px;} | |
| 2526 | + /* .area_tabcontent li{width: calc(97% / 5 - 5px);} */ | |
| 2527 | + /* .area_tabcontent.msg_sample li{width: calc(100% / 4 - 10px);} | |
| 2528 | + .area_tabcontent.msg_sample li:nth-child(5n){margin-right: 13px;} | |
| 2529 | + .area_tabcontent.msg_sample li:nth-child(4n){margin-right: 0;} */ | |
| 2530 | + .send_top .send_right .send_rev .rev_bottom .selType1 {margin-left: 0;} | |
| 2531 | + .area_tabcontent.photo_sample {min-height:689px;} | |
| 2532 | + /* .area_tabcontent.photo_sample li {height:331.5px;} */ | |
| 2533 | + .area_tabcontent.photo_sample li .photo_cont {max-height:283.5px;} | |
| 2534 | + /* 맞춤제작 샘플 */ | |
| 2535 | + /* 맞춤제작 */ | |
| 2536 | + .custom_visual {max-width:1240px;margin:0 70px 20px 70px;} | |
| 2537 | + .custom_content.custom2 .custom_notice {padding: 25px 20px;} | |
| 2538 | + .custom_content.custom2 .custom_notice>div p {margin-left: 0px;} | |
| 2539 | + .custom_content.custom2 .custom_notice>div {width: 150px;} | |
| 2540 | + .custom_content.custom2 .custom_notice ul li {margin-right: 10px; font-size: 15px;} | |
| 2541 | + .custom_content.custom2 .cont_bottom ul li {height: 190px; padding: 0 20px;} | |
| 2542 | + .custom_content.custom2 .cont_bottom ul li>div {width: calc(100% - 120px - 20px);} | |
| 2543 | + .custom_content.custom2 .cont_bottom ul li i {background-size: 100%; width: 120px; height: 120px;} | |
| 2544 | + .custom_content.custom2 .cont_bottom ul li>div .step {margin-bottom: 5px;height: 28px; padding: 0 15px; font-size: 20px; line-height: 26px;} | |
| 2545 | + .custom_content.custom2 .cont_bottom ul li>div .step>span {font-size: 15px;} | |
| 2546 | + .custom_content.custom2 .cont_bottom ul li>div p {font-size: 17px;} | |
| 2547 | + .custom_content.custom3 .search_wrap .btn_left .calendar input[type="text"] {width: 135px;} | |
| 2548 | + .custom_content.custom3 .search_wrap select.selType2 {width: 110px;} | |
| 2549 | + | |
| 2550 | + /* 결제관리 */ | |
| 2551 | + .charg_cont .tType1 select{width: 200px;} | |
| 2552 | + .charg_cont .tType1 button{padding: 0 10px; font-size: 16px;} | |
| 2553 | + .charg_cont .tType1 .flex input[type="text"]{width: 30%;} | |
| 2554 | + .charg_cont .tType1 .box_input.flex{padding: 10px 15px;} | |
| 2555 | + .charg_cont .tType1 .box_input.flex input[type="text"]{width: 90%;} | |
| 2556 | + .charg_cont .tType1 .box_input.flex li{font-size: 16px; letter-spacing: -1px;} | |
| 2557 | + .charg_cont .tType1 .area_text p input {width: 300px;} | |
| 2558 | + | |
| 2559 | + /* 예약관리 */ | |
| 2560 | + .rev_admin_cont.serv_content .excel_middle {padding: 9px 10px;} | |
| 2561 | + .rev_admin_cont .excel_middle .cal_label {padding-right: 0;} | |
| 2562 | + .rev_admin_cont.serv_content .excel_middle .calendar_wrap>input[type="text"] {width: 125px;} | |
| 2563 | + .rev_admin_cont.serv_content .select_btnWrap .btn_left>button {padding: 0 7px;} | |
| 2564 | + .rev_admin_cont .select_btnWrap .btn_right select {width: 110px;} | |
| 2565 | + .rev_admin_cont .select_btnWrap .btn_right input[type="text"] {width: 170px;} | |
| 2566 | + .rev_admin_cont .select_btnWrap .btn_right button {width: 50px;} | |
| 2567 | + | |
| 2568 | + /* 카톡전송 > 알림톡 소개 */ | |
| 2569 | + /*알림톡 소개_알림톡이란?*/ | |
| 2570 | + /*타이틀*/ | |
| 2571 | + .kakao_intro_cont .kakao_intro .title-line .left-line{width: 320px;} | |
| 2572 | + .kakao_intro_cont .kakao_intro .title-line .right-line{width: 320px;} | |
| 2573 | + /*.kakao_intro_cont .kakao_intro .con .intro ul li p:nth-child(1){width: 36px; height: 36px; line-height: 39px; border-radius: 18px;}*/ | |
| 2574 | + .kakao_intro_cont .kakao_intro .con .intro ul li p:nth-child(2){font-size: 19px;} | |
| 2575 | + .kakao_intro_cont .kakao_intro .con .intro ul li:nth-child(4) p:nth-child(2){line-height: 28px; padding: 26px 0 4px 0;} | |
| 2576 | + /*이미지 텍스트*/ | |
| 2577 | + .kakao_intro_cont .kakao_intro .con .intro ul{margin-top: -33px;} | |
| 2578 | + /*문자vs알림톡*/ | |
| 2579 | + .kakao_intro_cont .kakao_intro .con .fight .box{width: 388px;} | |
| 2580 | + .kakao_intro_cont .kakao_intro .con .fight .box .fight-img .icon{padding: 0 22px;} | |
| 2581 | + .kakao_intro_cont .kakao_intro .con .fight .text p{width: 388px;} | |
| 2582 | + .kakao_intro_cont .kakao_intro .con .fight .box .vs{margin: 100px 10px 0 10px;} | |
| 2583 | + | |
| 2584 | + /*알림톡 소개_알림톡 활용 방법*/ | |
| 2585 | + /*타이틀 + 서비스 이용 방법이랑 같이*/ | |
| 2586 | + .kakao_intro_cont .use .title-line .left-line ,.kakao_intro_cont .service .title-line .left-line{width: 285px;} | |
| 2587 | + .kakao_intro_cont .use .title-line .right-line ,.kakao_intro_cont .service .title-line .right-line{width: 285px;} | |
| 2588 | + | |
| 2589 | + /*알림톡 소개_유의사항*/ | |
| 2590 | + .kakao_intro_cont .note ul li{text-indent: -10px; margin: 0 0 0 20px; line-height: 1.5;} | |
| 2591 | + .kakao_intro_cont .note ul li:nth-child(4){text-indent: -1px; margin: 0 0 0 12px; line-height: 1.4;} | |
| 2592 | + .kakao_intro_cont .note ul li:nth-child(5){margin: 6px 0 8px 23px;} | |
| 2593 | + | |
| 2594 | + /*발송결과_select버튼*/ | |
| 2595 | + .rev_admin_cont .select_btnWrap .btn_right .select_all_btn{width: 143px;} | |
| 2596 | + .rev_admin_cont .select_btnWrap .btn_right .select_btn{width: 105px;} | |
| 2597 | + | |
| 2598 | + /* 선거문자 */ | |
| 2599 | + .sub .election .list_bottom{width:calc(100% - 154px);} | |
| 2600 | + .sub .election .receipt_number_table_wrap .list_bottom{width:100%;} | |
| 2601 | + .sub .election .list_bottom .list_bottom_right button{height:30px;font-size:14px;letter-spacing:-1.4px;} | |
| 2602 | + .sub .election .list_bottom .pagination button{display:inline-flex;width:25px;height:30px;align-items:center;justify-content:center;} | |
| 2603 | + | |
| 2604 | + /*문자전송_안심번호 안내 추가*/ | |
| 2605 | + .top_content .send_general .send_left .tType1 .btn_popup_wrap .info_guide{margin: 0 0 0 11px; text-indent: -11px;} | |
| 2606 | + .tType1 tbody tr td.putText textarea.phone_num{height: 103px;} | |
| 2607 | +} | |
| 2608 | + | |
| 2609 | +@media only screen and (max-width:1380px){ | |
| 2610 | + .titBox .btnWrap.type1 {width: 200px;} | |
| 2611 | + .titBox .btnWrap.type1 button {width: 200px; font-size: 14px; padding: 7px 0;} | |
| 2612 | + /* sub1 send_top */ | |
| 2613 | + .send_top .send_left {flex-basis:66%;} | |
| 2614 | + .tType1 tbody tr td.putText .put_right>button .qmMark {margin: 0 0 2px 1px;} | |
| 2615 | + .tType1 tbody tr td.send_list .list_right .list_btnWrap button {font-size: 13px;} | |
| 2616 | + /*.tType1 tbody tr td.putText .put_right .convers_wrap button .qmMark {margin: 0 auto; display: block; background-size: 85%; background-position: center;}*/ | |
| 2617 | + /* .tType1 tbody tr td.putText .put_right .convers_wrap button {height: 50px;} */ | |
| 2618 | + /* sub1 send_bottom */ | |
| 2619 | + .area_tabs .tab_depth4 {min-width: 500px;} | |
| 2620 | + .area_tabs .tab_depth4 a {font-size: 15px; padding: 8px 20px 9px 20px; margin: 0 5px;} | |
| 2621 | + .area_tabs .customReq button {font-size: 16px; } | |
| 2622 | + /* 맞춤제작 샘플 */ | |
| 2623 | + .custom_content.custom2 .cont_bottom ul li {height: 180px;} | |
| 2624 | + .custom_content.custom2 .cont_bottom ul li i {width: 100px; height: 100px;} | |
| 2625 | + .custom_content.custom2 .cont_bottom ul li>div {width: calc(100% - 100px - 25px);} | |
| 2626 | + | |
| 2627 | + td.attachedFile_wrap .reqTxt6 {display: block; line-height: 30px;padding-left: 0;} | |
| 2628 | + | |
| 2629 | + .tabType4 li button {font-size: 18px;} | |
| 2630 | + | |
| 2631 | + /* 결제관리 */ | |
| 2632 | + .fee_cont .banner ul li p {font-size: 18px;} | |
| 2633 | + .fee_cont .banner ul li button {margin-left: 3px;} | |
| 2634 | + .charg_cont .tType1 select{width: 200px;} | |
| 2635 | + .charg_cont .tType1 .flex input[type="text"]{width: 25%;} | |
| 2636 | + .charg_cont .tType1 .flex button{padding: 0 5px;} | |
| 2637 | + .info_bank li p span{font-size: 18px} | |
| 2638 | + | |
| 2639 | + /* 예약관리 */ | |
| 2640 | + .table_cont .rev_admin_list2 .tType3_bd .btnType {width: 58px;} | |
| 2641 | + | |
| 2642 | + /* 카카오톡 */ | |
| 2643 | + .kakaotalkset_cont .kakao_wrap .template_category{width: 259px;} | |
| 2644 | + | |
| 2645 | + /* 선거문자 */ | |
| 2646 | + .sub .election .list_bottom .list_bottom_right button{width:90px;height:30px;font-size:14px;letter-spacing:-1.4px;} | |
| 2647 | + | |
| 2648 | +} | |
| 2649 | + | |
| 2650 | +@media only screen and (max-width:1300px){ | |
| 2651 | + /* sub1 send_top */ | |
| 2652 | + .send_top .top_content {padding: 15px 20px;} | |
| 2653 | + .sub .heading::after {width: calc(100% + 40px);left: -20px;} | |
| 2654 | + /* phone */ | |
| 2655 | + /* .send_top .send_right .phone.fixed {right: 90px;} */ | |
| 2656 | + /* 맞춤제작 샘플 */ | |
| 2657 | + .custom_content.custom2 .custom_notice>div p {font-size: 18px;} | |
| 2658 | + .custom_content.custom2 .custom_notice>div {width: 130px;} | |
| 2659 | + .custom_content.custom2 .custom_notice {padding: 20px 10px;} | |
| 2660 | + .custom_content.custom2 .cont_bottom ul li {height: 170px; padding: 0 15px;} | |
| 2661 | + .custom_content.custom2 .cont_bottom ul li>div {width: calc(100% - 100px - 10px);} | |
| 2662 | + /* 내 문자함 */ | |
| 2663 | + .search_wrap .search input[type="text"] {width: 180px;} | |
| 2664 | +} | |
| 2665 | + | |
| 2666 | +@media only screen and (max-width:1280px){ | |
| 2667 | + body {overflow-x:auto !important;} | |
| 2668 | + /* phone */ | |
| 2669 | + /* .send_top .send_right .phone.fixed {position: absolute; right: 0;} */ | |
| 2670 | + /* sub1 send_bottom */ | |
| 2671 | + .area_tabs .tab_depth2{width: 50%;} | |
| 2672 | + .send_top .send_right .phone.absolute{top: 0;} | |
| 2673 | + /* 맞춤제작 */ | |
| 2674 | + /* .custom_content.custom2 .cont_bottom ul li {height: 170px; padding: 0 15px;} */ | |
| 2675 | + | |
| 2676 | +} | |
| 2677 | + | |
| 2678 | +/* ie */ | |
| 2679 | +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { | |
| 2680 | + /* 기타 반복사용 */ | |
| 2681 | + .font_ellipsis p {white-space: nowrap; width: 90%;} | |
| 2682 | + /* sub1 send_bottom */ | |
| 2683 | + .tabType2 li button {padding: 20px 0;} | |
| 2684 | + /* .area_tabcontent li{flex-basis: calc(89% / 5);} */ | |
| 2685 | + /*.area_tabcontent.msg_sample li{flex-basis: calc(83.5% / 5);} 20220518*/ | |
| 2686 | + .area_tabs .tab_depth2{width: 43%;} | |
| 2687 | + .area_tabs .tab_depth2 a{padding: 0; flex-basis: calc(93% / 3);} | |
| 2688 | + .area_tabs .tab_depth2 a.on::after {bottom: -29px;} | |
| 2689 | + /* 맞춤제작 */ | |
| 2690 | + .custom_content.custom2 .cont_bottom ul li {display: table; width: 100%; text-align: left;} | |
| 2691 | + .custom_content.custom2 .cont_bottom ul li i {margin: 31px 0;} | |
| 2692 | + .custom_content.custom2 .cont_bottom ul li > div {display: table-cell; vertical-align: middle; width: 60%;} | |
| 2693 | + | |
| 2694 | + | |
| 2695 | +} | |
| 2696 | +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width:1540px) { | |
| 2697 | + /* .custom_content.custom2 .cont_bottom ul li > div {width: 260px;} */ | |
| 2698 | +} | |
| 2699 | + | |
| 2700 | +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width:1440px) { | |
| 2701 | + /* sub1 send_bottom */ | |
| 2702 | + .area_tabcontent.msg_sample li{flex-basis: calc(84.8% / 4);} | |
| 2703 | + /* 맞춤제작 */ | |
| 2704 | + .custom_content.custom2 .cont_bottom ul li i {margin: 40px 0;} | |
| 2705 | + .custom_content.custom2 .cont_bottom ul li > div {width: 65%;} | |
| 2706 | + | |
| 2707 | +} | |
| 2708 | + | |
| 2709 | +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width:1300px) { | |
| 2710 | + .custom_content.custom2 .cont_bottom ul li i {margin: 35px 0;} | |
| 2711 | + .custom_content.custom2 .cont_bottom ul li > div {width: 68%;} | |
| 2712 | + | |
| 2713 | + | |
| 2714 | +} | |
| 2715 | + | |
| 2716 | +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width:1260px) { | |
| 2717 | + /* sub1 send_bottom */ | |
| 2718 | + .area_tabcontent li{flex-basis: calc(86% / 5);} | |
| 2719 | + .area_tabcontent.msg_sample li{flex-basis: calc(83% / 4);} | |
| 2720 | +} | |
| 2721 | + | |
| 2722 | + |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -1468,8 +1468,8 @@ |
| 1468 | 1468 |
/* 발송관리 */ |
| 1469 | 1469 |
.table_tab_wrap .tab_depth1 {position: absolute; top: 50%; right: 20px; transform: translateY(-50%); text-align: center;}
|
| 1470 | 1470 |
.table_tab_wrap .tab_depth1 a {width: 150px;}
|
| 1471 |
-/*.kakao_rev_content .rev_admin_in{width: calc(100% / 3 - 20px);}*/
|
|
| 1472 |
-.kakao_rev_content .rev_admin_in{width: calc(100% / 2 - 20px);}
|
|
| 1471 |
+.kakao_rev_content .rev_admin_in{width: calc(100% / 3 - 20px);}
|
|
| 1472 |
+/*.kakao_rev_content .rev_admin_in{width: calc(100% / 2 - 20px);}*/
|
|
| 1473 | 1473 |
/*// 발송관리 */ |
| 1474 | 1474 |
|
| 1475 | 1475 |
/*발송결과*/ |
... | ... | @@ -2126,6 +2126,8 @@ |
| 2126 | 2126 |
|
| 2127 | 2127 |
.res_info .res_info_in .res_info_btm {margin:20px 0 0 0;padding:10px;background:#fff;border-radius:5px;box-sizing:border-box;}
|
| 2128 | 2128 |
.res_info .res_info_in .res_info_btm dl {display:flex;padding:8px 10px;font-size:16px;font-weight:300;justify-content:space-between; color:#222;}
|
| 2129 |
+.res_info .res_info_in .res_info_btm dl.charge_line {border-top:1px solid #e6e6e6; text-align:center;}
|
|
| 2130 |
+.res_info .res_info_in .res_info_btm dl dt.charge_title {font-size:15px; padding:0 0 0 5px;}
|
|
| 2129 | 2131 |
.res_info .res_info_in .res_info_btm dl dt {font-weight:400;}
|
| 2130 | 2132 |
.res_info .res_info_in .res_info_btm dl dt.btm_charge {font-size:16px;}
|
| 2131 | 2133 |
.res_info .res_info_in .res_info_btm dl dd span {font-weight:500;}
|
... | ... | @@ -2143,6 +2145,9 @@ |
| 2143 | 2145 |
/* right area 문자 미리보기 */ |
| 2144 | 2146 |
.send_top .resultcont_right {flex-basis: calc(100% - 68% - 80px); position: relative;min-height:630px;}
|
| 2145 | 2147 |
.send_top .send_general.sec .resultcont_right {min-height:auto;}
|
| 2148 |
+.send_top .resultcont_right .tab_phone {display: none; }
|
|
| 2149 |
+.send_top .resultcont_right .tab_phone.current {display: block;}
|
|
| 2150 |
+ |
|
| 2146 | 2151 |
/* phone 기본 -- sticky */ |
| 2147 | 2152 |
.send_top .resultcont_right .phone {width: 374px; position: absolute; right: -2px; top: 0;}
|
| 2148 | 2153 |
.send_top .resultcont_right .phone .phoneIn {background-image: url(/publish/images/content/phoneBg.png); height: 720px; background-size: 100% auto; background-repeat: no-repeat; }
|
... | ... | @@ -2177,7 +2182,7 @@ |
| 2177 | 2182 |
|
| 2178 | 2183 |
/* 알림톡 미리보기 */ |
| 2179 | 2184 |
.send_top .resultcont_right .phone_kakao {width: 374px; position: absolute; right:0; top: 0;}
|
| 2180 |
-.send_top .resultcont_right .phone_kakako .phoneIn{height: 690px; width:340px; background-image: url(/publish/images/content/kakaoBg.png); padding: 27px 25px 0 25px;}
|
|
| 2185 |
+.send_top .resultcont_right .phone_kakako .phoneIn{height: 720px; width:346px; background-image: url(/publish/images/content/kakaoBg.png); padding: 27px 25px 0 25px; margin:0 0 0 -12px;}
|
|
| 2181 | 2186 |
.send_top .resultcont_right .phone_kakako .prev_p{padding: 0 0 0 10px; border: 0; letter-spacing: -0.25px;}
|
| 2182 | 2187 |
.send_top .resultcont_right .phone_kakako .prev_p img{margin: 0 10px 0 0;}
|
| 2183 | 2188 |
.send_top .resultcont_right .phone_kakako .allimtalk_title{position: relative; width: calc(100% - 20px); background-color: #fae100; font-family: 'LotteMartDream'; font-size: 18px; padding: 12px 21px; border-radius: 5px 5px 0 0; box-sizing: border-box;}
|
--- src/main/webapp/publish/guide_2022.html
+++ src/main/webapp/publish/guide_2022.html
... | ... | @@ -18,7 +18,8 @@ |
| 18 | 18 |
<!-- <p>***<span class="font1"> (컨텐츠)</span> : 반복적으로 사용 안함</p> |
| 19 | 19 |
<p>***<span class="font2"> (보드)</span> : 반복적으로 사용</p> --> |
| 20 | 20 |
<ul class="page"> |
| 21 |
- <li><a href="/publish/index_2025.html">index_2025.html</a>메인비주얼 아래 슬라이드 배너박스를 관리자페이지에서 텍스트 및 아이콘 등록 가능 하도록 수정</li> |
|
| 21 |
+ <li><a href="/publish/textingmsg_2025_detail_kakao.html">textingmsg_2025_detail_kakao.html</a>[개선] 카카오 발송결과 상세</li> |
|
| 22 |
+ <li><a href="/publish/index_2025.html">index_2025.html</a>메인비주얼 아래 서비스안내 배너를 관리자페이지에서 텍스트 및 아이콘 등록 가능 하도록 수정</li> |
|
| 22 | 23 |
<li><a href="/publish/textingmsg_2025_detail.html">textingmsg_2025_detail.html</a>[개선] 발송결과 상세 수정</li> |
| 23 | 24 |
<li><a href="/publish/textingmsg_2025_list.html">textingmsg_2025_list.html</a>[개선] 발송결과 수정</li> |
| 24 | 25 |
<li><a href="/publish/service3_spam_2024.html">service3_spam_2024.html</a>불법스팸방지정책 (2024.11.29)</li> |
--- src/main/webapp/publish/js/content.js
+++ src/main/webapp/publish/js/content.js
... | ... | @@ -933,6 +933,25 @@ |
| 933 | 933 |
currTabId = tabId; |
| 934 | 934 |
} |
| 935 | 935 |
|
| 936 |
+//콘텐츠 - 발송결과 미리보기 tab |
|
| 937 |
+function phoneTab(obj, tabId){
|
|
| 938 |
+ var $tab = $(obj).closest("li");
|
|
| 939 |
+ $tab.addClass("active");
|
|
| 940 |
+ $tab.find("button").attr("title", "선택됨");
|
|
| 941 |
+ $tab.siblings("li.tab").removeClass("active");
|
|
| 942 |
+ $tab.siblings("li.btn_tab").removeClass("active");
|
|
| 943 |
+ $tab.siblings("li.tab").find("button").removeAttr("title");
|
|
| 944 |
+ |
|
| 945 |
+ var $tabCn = $("#tab_phone_" + tabId);
|
|
| 946 |
+ $tabCn.fadeIn(0); |
|
| 947 |
+ $tabCn.addClass("current");
|
|
| 948 |
+ |
|
| 949 |
+ $(".tab_phone").not($tabCn).removeClass("current");
|
|
| 950 |
+ $(".tab_phone").not($tabCn).fadeOut(0);
|
|
| 951 |
+ |
|
| 952 |
+ currTabId = tabId; |
|
| 953 |
+} |
|
| 954 |
+ |
|
| 936 | 955 |
/* 회원가입 약관동의 list */ |
| 937 | 956 |
function clause_list(obj){
|
| 938 | 957 |
var listBody = $(obj).parents(".clause_list_head").siblings(".clause_list_body");
|
+++ src/main/webapp/publish/textingmsg_2025_detail_kakao.html
... | ... | @@ -0,0 +1,1036 @@ |
| 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/mem.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/popupLayer.js"></script> | |
| 28 | + <script type="text/javascript" src="/publish/js/datepicker/picker.js"></script> | |
| 29 | + <script type="text/javascript" src="/publish/js/datepicker/picker.date.js"></script> | |
| 30 | + <script type="text/javascript" src="/publish/js/datepicker/ko_KR.js"></script> | |
| 31 | + | |
| 32 | + <script> | |
| 33 | + $(document).ready(function () { | |
| 34 | + $(".table_tab_wrap .tab_depth1 a").click(function () { | |
| 35 | + var tab_num = $(this).index(); | |
| 36 | + $(".table_cont .tb_wrap").eq(tab_num).show(); | |
| 37 | + $(".table_cont .tb_wrap").eq(tab_num).siblings(".tb_wrap").hide(); | |
| 38 | + if($(".table_tab_wrap .tab_depth1 a:visible").length == tab_num+1){ | |
| 39 | + $(this).css("border-radius","0 5px 5px 0"); | |
| 40 | + }else{} | |
| 41 | + }) | |
| 42 | + }); | |
| 43 | + </script> | |
| 44 | + | |
| 45 | +</head> | |
| 46 | + | |
| 47 | +<body> | |
| 48 | + <div class="mask"></div> | |
| 49 | + | |
| 50 | + <!-- 220411 이통사 스팸차단 및 번호도용 방지 서비스 안내 팝업 --> | |
| 51 | + <div class="tooltip-wrap"> | |
| 52 | + <div class="popup-com ad_layer popupJunk" tabindex="0" data-tooltip-con="popupJunk" data-focus="popupJunk" data-focus-prev="popupJunk-close" style="width: 795px;"> | |
| 53 | + <div class="popup_heading"> | |
| 54 | + <p>이통사 스팸차단 및 번호도용 방지 서비스 안내</p> | |
| 55 | + <button type="button" class="tooltip-close" data-focus="popupJunk-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 56 | + </div> | |
| 57 | + <div class="layer_in"> | |
| 58 | + <div class="list_tab_wrap2 type5"> | |
| 59 | + <!-- tab button --> | |
| 60 | + <ul class="list_tab"> | |
| 61 | + <li class="tab active"><button type="button" onclick="listTab2(this,'1');">이통사 스팸 필터링 서비스</button></li> | |
| 62 | + <li class="tab"><button type="button" onclick="listTab2(this,'2');">번호도용 문자차단 서비스</button></li> | |
| 63 | + </ul><!-- // tab button --> | |
| 64 | + </div> | |
| 65 | + <!-- 광고문자 전송규정 안내 --> | |
| 66 | + <div class="adpop_cont current" id="listTab2_1"> | |
| 67 | + <div class="titBox"> | |
| 68 | + <div class="notibox">한국인터넷진흥원 불법스팸대응센터에서 스팸종합대책을 마련함에 따라,<br>각 통신사에서 스팸차단서비스라는 서비스를 진행하고 있습니다.</div> | |
| 69 | + <p>- 스팸차단서비스는 이동통신사의 별도 조합 기준에 따른 스팸확률에 의한 차단으로 스팸으로 판단되는 문자를</p> | |
| 70 | + <p> 휴대폰 문자수신함이 아닌, 각 통신사별 스팸보관함에 전송한 후 결과값은 성공을 처리합니다(정상과금 처리)</p> | |
| 71 | + <p>- 스팸문자로 저장된것이 확인되었다면, 스팸차단서비스를 해제하여 이용하시기 바랍니다.</p> | |
| 72 | + <p> (개인정보보호정책으로 인해 본인 이외 타인은 확인 불가하므로, 본인이 직접 확인해야합니다.)</p> | |
| 73 | + </div> | |
| 74 | + <div class="adpop1_bottom"> | |
| 75 | + <p class="title_box"><span>01.</span>통신사 홈페이지를 통해 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 76 | + <div class="content_box"> | |
| 77 | + <ul class="list"> | |
| 78 | + <li class="tit"> | |
| 79 | + <ul> | |
| 80 | + <li> | |
| 81 | + <div class="img_box"><img src="/publish/images/content/junk_agency001.png" alt="SK telecom" /></div> | |
| 82 | + <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> | |
| 83 | + </li> | |
| 84 | + <li> | |
| 85 | + <div class="img_box"><img src="/publish/images/content/junk_agency002.png" alt="olleh KT" /></div> | |
| 86 | + <a href="https://product.kt.com/wDic/productDetail.do?ItemCode=479" target="_blank" rel="nosublink">KT (안심)스팸차단 바로가기</a> | |
| 87 | + </li> | |
| 88 | + <li> | |
| 89 | + <div class="img_box"><img src="/publish/images/content/junk_agency003.png" alt="LG U+" /></div> | |
| 90 | + <a href="https://www.lguplus.com/plan/addon/addon-call-msg/LRZ0000277" target="_blank" rel="nosublink">U+ 스팸차단 바로가기</a> | |
| 91 | + </li> | |
| 92 | + </ul> | |
| 93 | + </li> | |
| 94 | + <li> | |
| 95 | + <dl> | |
| 96 | + <dt><img src="/publish/images/content/junk_agency001_01.png" alt="T world" /></dt> | |
| 97 | + <dd> | |
| 98 | + <p>Tworld<a href="https://www.tworld.co.kr" target="_blank" rel="nosublink">(www.tworld.co.kr)</a> 홈페이지 접속 → 로그인 → [스팸필터링] 검색<br>→ 부가서비스 - 문자 스팸필터링 → 설정 → SMS인증 → 스팸차단 메시지 확인</p> | |
| 99 | + </dd> | |
| 100 | + </dl> | |
| 101 | + </li> | |
| 102 | + <li> | |
| 103 | + <dl> | |
| 104 | + <dt><img src="/publish/images/content/junk_agency002_01.png" alt="olleh O" /></dt> | |
| 105 | + <dd> | |
| 106 | + <p>KT<a href="https://www.kt.com/" target="_blank" rel="nosublink">(www.kt.com)</a> 홈페이지 접속 → 로그인 →[스팸차단서비스] 검색<br>→ 스팸차단서비스 → 스팸메시지함 → 스팸차단 메시지 확인</p> | |
| 107 | + </dd> | |
| 108 | + </dl> | |
| 109 | + </li> | |
| 110 | + <li> | |
| 111 | + <dl> | |
| 112 | + <dt><img src="/publish/images/content/junk_agency003_01.png" alt="LG U+" /></dt> | |
| 113 | + <dd> | |
| 114 | + <p>U+<a href="https://www.uplus.co.kr" target="_blank" rel="nosublink">(www.uplus.co.kr)</a> 홈페이지 접속 → 로그인 → [스팸차단] 검색<br>→ 부가서비스 - 스팸차단 → 스팸내역 조회 → SMS인증 → 스팸차단 메시지 확인</p> | |
| 115 | + </dd> | |
| 116 | + </dl> | |
| 117 | + </li> | |
| 118 | + </ul> | |
| 119 | + </div> | |
| 120 | + </div> | |
| 121 | + <div class="adpop1_bottom"> | |
| 122 | + <p class="title_box"><span>02.</span>통신사 어플을 통해 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 123 | + <div class="content_box"> | |
| 124 | + <ul class="list02"> | |
| 125 | + <li> | |
| 126 | + <div class="img_box"><img src="/publish/images/content/junk_agency01_02.png" alt="SKT" /></div> | |
| 127 | + <dl> | |
| 128 | + <dt>SKT · T스팸필터링</dt> | |
| 129 | + <dd>T Store, 구글 Play 스토어<br>다운가능</dd> | |
| 130 | + </dl> | |
| 131 | + </li> | |
| 132 | + <li> | |
| 133 | + <div class="img_box"><img src="/publish/images/content/junk_agency02_02.png" alt="KT" /></div> | |
| 134 | + <dl> | |
| 135 | + <dt>KT올레 · 올레스팸차단서비스</dt> | |
| 136 | + <dd>구글 Play 스토어 다운가능</dd> | |
| 137 | + </dl> | |
| 138 | + </li> | |
| 139 | + <li> | |
| 140 | + <div class="img_box"><img src="/publish/images/content/junk_agency03_02.png" alt="LG" /></div> | |
| 141 | + <dl> | |
| 142 | + <dt>LG U+ · U+ 스팸차단</dt> | |
| 143 | + <dd>구글 Play 스토어 다운가능</dd> | |
| 144 | + </dl> | |
| 145 | + </li> | |
| 146 | + </ul> | |
| 147 | + </div> | |
| 148 | + </div> | |
| 149 | + <div class="adpop1_bottom"> | |
| 150 | + <p class="title_box"><span>03.</span>통신사 고객센터를 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 151 | + <div class="content_box"> | |
| 152 | + <dl class="cscenter"> | |
| 153 | + <dt>휴대폰 114 + 통화버튼</dt> | |
| 154 | + <dd> | |
| 155 | + <ul> | |
| 156 | + <li>· SKT 고객센터(1599-0011)</li> | |
| 157 | + <li>· KT올레 고객센터(100)</li> | |
| 158 | + <li>· LG U+ 고객센터(1544-0010)</li> | |
| 159 | + </ul> | |
| 160 | + </dd> | |
| 161 | + </dl> | |
| 162 | + </div> | |
| 163 | + </div> | |
| 164 | + </div><!-- // 광고문자 전송규정 안내 --> | |
| 165 | + | |
| 166 | + <!-- 광고문자 수신동의 안내 --> | |
| 167 | + <div class="adpop_cont" id="listTab2_2"> | |
| 168 | + <div class="titBox"> | |
| 169 | + <div class="notibox">웹에서 발송되는 스팸, 스미싱 문자에 내 번호가 회신번호로 악용되는 것을 방지해주는 서비스로<br>해당 서비스에 가입된 경우 인터넷 문자 발송서비스를 통해 본인 휴대폰번호로 문자 발송시 차단됩니다</div> | |
| 170 | + <p>- 모든 전송 결과값이 실패로 확인되는 경우, 번호도용문자차단서비스에 가입여부 확인 후 해당서비스를 해지</p> | |
| 171 | + <p> 하신 후 전송하시기 바랍니다.</p> | |
| 172 | + </div> | |
| 173 | + <div class="adpop1_bottom"> | |
| 174 | + <p class="title_box"><span>01.</span>통신사 홈페이지를 통해 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 175 | + <div class="content_box"> | |
| 176 | + <ul class="list"> | |
| 177 | + <li class="tit"> | |
| 178 | + <ul> | |
| 179 | + <li> | |
| 180 | + <div class="img_box"><img src="/publish/images/content/junk_agency001.png" alt="SKT" /></div> | |
| 181 | + <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> | |
| 182 | + </li> | |
| 183 | + <li> | |
| 184 | + <div class="img_box"><img src="/publish/images/content/junk_agency002.png" alt="KT" /></div> | |
| 185 | + <a href="https://product.kt.com/wDic/productDetail.do?ItemCode=1047" target="_blank" rel="nosublink">KT번호도용문자차단 바로가기</a> | |
| 186 | + </li> | |
| 187 | + <li> | |
| 188 | + <div class="img_box"><img src="/publish/images/content/junk_agency003.png" alt="Uplus" /></div> | |
| 189 | + <a href="https://www.lguplus.com/plan/addon/addon-call-msg/LRZ0002297" target="_blank" rel="nosublink">U+ 번호도용문자차단 바로가기</a> | |
| 190 | + </li> | |
| 191 | + </ul> | |
| 192 | + </li> | |
| 193 | + <li> | |
| 194 | + <dl> | |
| 195 | + <dt><img src="/publish/images/content/junk_agency001_01.png" alt="tworld" /></dt> | |
| 196 | + <dd> | |
| 197 | + <p>Tworld<a href="https://www.tworld.co.kr" target="_blank" rel="nosublink">(www.tworld.co.kr)</a> 홈페이지 접속 → 로그인<br>→ [번호도용문자차단] 검색 → 부가서비스 → 번호도용문자차단 → 해지</p> | |
| 198 | + </dd> | |
| 199 | + </dl> | |
| 200 | + </li> | |
| 201 | + <li> | |
| 202 | + <dl> | |
| 203 | + <dt><img src="/publish/images/content/junk_agency002_01.png" alt="kt" /></dt> | |
| 204 | + <dd> | |
| 205 | + <p>KT<a href="https://www.kt.com" target="_blank" rel="nosublink">(www.kt.com)</a> 홈페이지 접속 → 로그인<br>→ [번호도용문자차단] 검색 → 부가서비스 → 번호도용문자차단 → 해지</p> | |
| 206 | + </dd> | |
| 207 | + </dl> | |
| 208 | + </li> | |
| 209 | + <li> | |
| 210 | + <dl> | |
| 211 | + <dt><img src="/publish/images/content/junk_agency003_01.png" alt="LGuplus" /></dt> | |
| 212 | + <dd> | |
| 213 | + <p>U+<a href="https://www.uplus.co.kr" target="_blank" rel="nosublink">(www.uplus.co.kr)</a> 홈페이지 접속 → 로그인 → [번호도용문자차단] 검색<br>→ 부가서비스 → 번호도용문자차단 → 해지</p> | |
| 214 | + </dd> | |
| 215 | + </dl> | |
| 216 | + </li> | |
| 217 | + </ul> | |
| 218 | + </div> | |
| 219 | + </div> | |
| 220 | + <div class="adpop1_bottom"> | |
| 221 | + <p class="title_box"><span>02.</span>통신사 고객센터를 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 222 | + <div class="content_box"> | |
| 223 | + <dl class="cscenter"> | |
| 224 | + <dt>휴대폰 114 + 통화버튼</dt> | |
| 225 | + <dd> | |
| 226 | + <ul> | |
| 227 | + <li>· SKT 고객센터(1599-0011)</li> | |
| 228 | + <li>· KT올레 고객센터(100)</li> | |
| 229 | + <li>· LG U+ 고객센터(1544-0010)</li> | |
| 230 | + </ul> | |
| 231 | + </dd> | |
| 232 | + </dl> | |
| 233 | + </div> | |
| 234 | + </div> | |
| 235 | + </div><!-- // 광고문자 수신동의 안내 --> | |
| 236 | + </div> | |
| 237 | + <div class="popup_btn_wrap2" style="margin: 0 auto 30px auto;"> | |
| 238 | + <button type="button" class="tooltip-close" data-focus="adr_popup01-close" data-focus-next="popup02">닫기</button> | |
| 239 | + </div> | |
| 240 | + </div> | |
| 241 | + </div> | |
| 242 | + <!-- //220411 이통사 스팸차단 및 번호도용 방지 서비스 안내 팝업 --> | |
| 243 | + | |
| 244 | + | |
| 245 | + <!-- 발송대상리스트 팝업 --> | |
| 246 | + <div class="tooltip-wrap"> | |
| 247 | + <div class="popup-com ad_layer rev_popup04 transmit_list_popup" tabindex="0" data-tooltip-con="rev_popup04" data-focus="rev_popup04" data-focus-prev="rev_popup04-close" style="width:530px;"> | |
| 248 | + <div class="popup_heading"> | |
| 249 | + <p>발송대상 리스트</p> | |
| 250 | + <button type="button" class="tooltip-close" data-focus="rev_popup04-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 251 | + </div> | |
| 252 | + <div class="layer_in"> | |
| 253 | + | |
| 254 | + <div class="popup_search_type2"> | |
| 255 | + <div class="title">수신번호</div> | |
| 256 | + <label for="" class="label">검색어입력</label> | |
| 257 | + <input type="text" class="send_text" id="" name="" value="" placeholder="3자 이상 입력하세요." onfocus="this.placeholder=''" onblur="this.placeholder='3자 이상 입력하세요.'"> | |
| 258 | + <button type="button" class="btnType btnType2">검색</button> | |
| 259 | + </div> | |
| 260 | + | |
| 261 | + <div class="list_tab_wrap2 type4"> | |
| 262 | + <ul class="tabType3" id="tabType" name="tabType"> | |
| 263 | + <li class="tab active"><button type="button" onclick="contentTab(this,'1');" title="선택됨">전체</button></li> | |
| 264 | + <li class="tab"><button type="button" onclick="contentTab(this,'2');">대기</button> </li> | |
| 265 | + <li class="tab"><button type="button" onclick="contentTab(this,'3');">성공</button></li> | |
| 266 | + <li class="tab"><button type="button" onclick="contentTab(this,'4');">실패</button></li> | |
| 267 | + </ul> | |
| 268 | + </div> | |
| 269 | + | |
| 270 | + <!-- 전체 내용 --> | |
| 271 | + <div class="tab_content current" id="tab_content_1"> | |
| 272 | + <div class="tb_wrap1"> | |
| 273 | + <table class="tType4"> | |
| 274 | + <colgroup> | |
| 275 | + <col style="width: 240px;"> | |
| 276 | + <col style="width: auto;"> | |
| 277 | + </colgroup> | |
| 278 | + <thead> | |
| 279 | + <tr> | |
| 280 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">수신번호 | |
| 281 | + <div class="sort_wrap"> | |
| 282 | + <input type="button" class="sort sortBtn"> | |
| 283 | + </div> | |
| 284 | + </th> | |
| 285 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">상세결과 | |
| 286 | + <div class="sort_wrap"> | |
| 287 | + <input type="button" class="sort sortBtn"> | |
| 288 | + </div> | |
| 289 | + </th> | |
| 290 | + </tr> | |
| 291 | + </thead> | |
| 292 | + <tbody> | |
| 293 | + <tr> | |
| 294 | + <td>010-1234-5678</td> | |
| 295 | + <td>성공(카카오톡)</td> | |
| 296 | + </tr> | |
| 297 | + <tr> | |
| 298 | + <td>010-1234-5678</td> | |
| 299 | + <td>성공(카카오톡)</td> | |
| 300 | + </tr> | |
| 301 | + <tr> | |
| 302 | + <td>010-1234-5678</td> | |
| 303 | + <td>성공(대체문자)</td> | |
| 304 | + </tr> | |
| 305 | + <tr> | |
| 306 | + <td>010-1234-5678</td> | |
| 307 | + <td>대기</td> | |
| 308 | + </tr> | |
| 309 | + <tr> | |
| 310 | + <td>010-1234-5678</td> | |
| 311 | + <td>대기</td> | |
| 312 | + </tr> | |
| 313 | + <tr> | |
| 314 | + <td>010-1234-5678</td> | |
| 315 | + <td>실패</td> | |
| 316 | + </tr> | |
| 317 | + <tr> | |
| 318 | + <td>010-1234-5678</td> | |
| 319 | + <td>성공(카카오톡)</td> | |
| 320 | + </tr> | |
| 321 | + <tr> | |
| 322 | + <td>010-1234-5678</td> | |
| 323 | + <td>성공(카카오톡)</td> | |
| 324 | + </tr> | |
| 325 | + <tr> | |
| 326 | + <td>010-1234-5678</td> | |
| 327 | + <td>성공(대체문자)</td> | |
| 328 | + </tr> | |
| 329 | + | |
| 330 | + </tbody> | |
| 331 | + </table> | |
| 332 | + | |
| 333 | + </div> | |
| 334 | + | |
| 335 | + <div class="table_btn clearfix"> | |
| 336 | + <div class="table_btn_left"> | |
| 337 | + <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> | |
| 338 | + <button type="button" data-tooltip="rev_popup02" class="btnType btnType14 btn_adr_add"><i class="add_img"></i>주소록 등록</button> | |
| 339 | + </div> | |
| 340 | + </div> | |
| 341 | + | |
| 342 | + </div> | |
| 343 | + <!--// 전체 내용 --> | |
| 344 | + | |
| 345 | + <!-- 대기 내용 --> | |
| 346 | + <div class="tab_content" id="tab_content_2"> | |
| 347 | + <div class="tb_wrap1"> | |
| 348 | + <table class="tType4"> | |
| 349 | + <colgroup> | |
| 350 | + <col style="width: 240px;"> | |
| 351 | + <col style="width: auto;"> | |
| 352 | + </colgroup> | |
| 353 | + <thead> | |
| 354 | + <tr> | |
| 355 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">수신번호 | |
| 356 | + <div class="sort_wrap"> | |
| 357 | + <input type="button" class="sort sortBtn"> | |
| 358 | + </div> | |
| 359 | + </th> | |
| 360 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">상세결과 | |
| 361 | + <div class="sort_wrap"> | |
| 362 | + <input type="button" class="sort sortBtn"> | |
| 363 | + </div> | |
| 364 | + </th> | |
| 365 | + </tr> | |
| 366 | + </thead> | |
| 367 | + <tbody> | |
| 368 | + <tr> | |
| 369 | + <td colspan="2">내역이 없습니다.</td> | |
| 370 | + </tr> | |
| 371 | + </tbody> | |
| 372 | + </table> | |
| 373 | + | |
| 374 | + </div> | |
| 375 | + | |
| 376 | + <div class="table_btn clearfix"> | |
| 377 | + <div class="table_btn_left"> | |
| 378 | + <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> | |
| 379 | + </div> | |
| 380 | + </div> | |
| 381 | + | |
| 382 | + </div> | |
| 383 | + <!--// 대기 내용 --> | |
| 384 | + | |
| 385 | + <!-- 성공 내용 --> | |
| 386 | + <div class="tab_content" id="tab_content_3"> | |
| 387 | + <div class="tb_wrap1"> | |
| 388 | + <table class="tType4"> | |
| 389 | + <colgroup> | |
| 390 | + <col style="width: 240px;"> | |
| 391 | + <col style="width: auto;"> | |
| 392 | + </colgroup> | |
| 393 | + <thead> | |
| 394 | + <tr> | |
| 395 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">수신번호 | |
| 396 | + <div class="sort_wrap"> | |
| 397 | + <input type="button" class="sort sortBtn"> | |
| 398 | + </div> | |
| 399 | + </th> | |
| 400 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">상세결과 | |
| 401 | + <div class="sort_wrap"> | |
| 402 | + <input type="button" class="sort sortBtn"> | |
| 403 | + </div> | |
| 404 | + </th> | |
| 405 | + </tr> | |
| 406 | + </thead> | |
| 407 | + <tbody> | |
| 408 | + <tr> | |
| 409 | + <td>010-1234-5678</td> | |
| 410 | + <td>성공(카카오톡)</td> | |
| 411 | + </tr> | |
| 412 | + <tr> | |
| 413 | + <td>010-1234-5678</td> | |
| 414 | + <td>성공(카카오톡)</td> | |
| 415 | + </tr> | |
| 416 | + <tr> | |
| 417 | + <td>010-1234-5678</td> | |
| 418 | + <td>성공(카카오톡)</td> | |
| 419 | + </tr> | |
| 420 | + <tr> | |
| 421 | + <td>010-1234-5678</td> | |
| 422 | + <td>성공(대체문자)</td> | |
| 423 | + </tr> | |
| 424 | + <tr> | |
| 425 | + <td>010-1234-5678</td> | |
| 426 | + <td>성공(카카오톡)</td> | |
| 427 | + </tr> | |
| 428 | + <tr> | |
| 429 | + <td>010-1234-5678</td> | |
| 430 | + <td>성공(카카오톡)</td> | |
| 431 | + </tr> | |
| 432 | + <tr> | |
| 433 | + <td>010-1234-5678</td> | |
| 434 | + <td>성공(카카오톡)</td> | |
| 435 | + </tr> | |
| 436 | + <tr> | |
| 437 | + <td>010-1234-5678</td> | |
| 438 | + <td>성공(대체문자)</td> | |
| 439 | + </tr> | |
| 440 | + <tr> | |
| 441 | + <td>010-1234-5678</td> | |
| 442 | + <td>성공(카카오톡)</td> | |
| 443 | + </tr> | |
| 444 | + | |
| 445 | + </tbody> | |
| 446 | + </table> | |
| 447 | + | |
| 448 | + </div> | |
| 449 | + | |
| 450 | + <div class="table_btn clearfix"> | |
| 451 | + <div class="table_btn_left"> | |
| 452 | + <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> | |
| 453 | + <button type="button" data-tooltip="rev_popup02" class="btnType btnType14"><i class="add_img"></i>주소록 등록</button> | |
| 454 | + </div> | |
| 455 | + </div> | |
| 456 | + | |
| 457 | + </div> | |
| 458 | + <!--// 성공 내용 --> | |
| 459 | + | |
| 460 | + <!-- 실패 내용 --> | |
| 461 | + <div class="tab_content" id="tab_content_4"> | |
| 462 | + <div class="tb_wrap1"> | |
| 463 | + <table class="tType4"> | |
| 464 | + <colgroup> | |
| 465 | + <col style="width: 240px;"> | |
| 466 | + <col style="width: auto;"> | |
| 467 | + </colgroup> | |
| 468 | + <thead> | |
| 469 | + <tr> | |
| 470 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">수신번호 | |
| 471 | + <div class="sort_wrap"> | |
| 472 | + <input type="button" class="sort sortBtn"> | |
| 473 | + </div> | |
| 474 | + </th> | |
| 475 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">상세결과 | |
| 476 | + <div class="sort_wrap"> | |
| 477 | + <input type="button" class="sort sortBtn"> | |
| 478 | + </div> | |
| 479 | + </th> | |
| 480 | + </tr> | |
| 481 | + </thead> | |
| 482 | + <tbody> | |
| 483 | + <tr> | |
| 484 | + <td>010-1234-5678</td> | |
| 485 | + <td>실패</td> | |
| 486 | + </tr> | |
| 487 | + <tr> | |
| 488 | + <td>010-1234-5678</td> | |
| 489 | + <td>실패</td> | |
| 490 | + </tr> | |
| 491 | + <tr> | |
| 492 | + <td>010-1234-5678</td> | |
| 493 | + <td>실패</td> | |
| 494 | + </tr> | |
| 495 | + <tr> | |
| 496 | + <td>010-1234-5678</td> | |
| 497 | + <td>실패</td> | |
| 498 | + </tr> | |
| 499 | + <tr> | |
| 500 | + <td>010-1234-5678</td> | |
| 501 | + <td>실패</td> | |
| 502 | + </tr> | |
| 503 | + <tr> | |
| 504 | + <td>010-1234-5678</td> | |
| 505 | + <td>실패</td> | |
| 506 | + </tr> | |
| 507 | + <tr> | |
| 508 | + <td>010-1234-5678</td> | |
| 509 | + <td>실패</td> | |
| 510 | + </tr> | |
| 511 | + <tr> | |
| 512 | + <td>010-1234-5678</td> | |
| 513 | + <td>실패</td> | |
| 514 | + </tr> | |
| 515 | + <tr> | |
| 516 | + <td>010-1234-5678</td> | |
| 517 | + <td>실패</td> | |
| 518 | + </tr> | |
| 519 | + | |
| 520 | + </tbody> | |
| 521 | + </table> | |
| 522 | + | |
| 523 | + </div> | |
| 524 | + | |
| 525 | + <div class="table_btn clearfix"> | |
| 526 | + <div class="table_btn_left"> | |
| 527 | + <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> | |
| 528 | + <button type="button" class="btnType btnType15"><i class="remove_img"></i>주소록에서 번호 삭제</button> | |
| 529 | + </div> | |
| 530 | + </div> | |
| 531 | + | |
| 532 | + </div> | |
| 533 | + <!--// 실패 내용 --> | |
| 534 | + | |
| 535 | + </div> | |
| 536 | + <div class="popup_btn_wrap2" style="margin: -40px auto 30px auto;"> | |
| 537 | + <button type="button" class="tooltip-close" data-focus="adr_popup01-close" data-focus-next="popup02">닫기</button> | |
| 538 | + </div> | |
| 539 | + </div> | |
| 540 | + </div> | |
| 541 | + <!-- //발송대상 리스트 안내 팝업 --> | |
| 542 | + | |
| 543 | + <!-- 주소록에 등록 팝업 --> | |
| 544 | + <div class="tooltip-wrap"> | |
| 545 | + <div class="popup-com adr_layer rev_popup02 add_adr_popup" tabindex="0" data-tooltip-con="rev_popup02" data-focus="rev_popup02" data-focus-prev="rev_popup02-close" style="width: 510px;"> | |
| 546 | + <div class="popup_heading"> | |
| 547 | + <p>주소록에 등록</p> | |
| 548 | + <button type="button" class="tooltip-close" data-focus="rev_popup02-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 549 | + </div> | |
| 550 | + <div class="layer_in"> | |
| 551 | + <table class="layer_tType1 style1"> | |
| 552 | + <caption>주소록 그룹선택 표</caption> | |
| 553 | + <colgroup> | |
| 554 | + <col style="width: 80px"> | |
| 555 | + <col style="width: auto"> | |
| 556 | + </colgroup> | |
| 557 | + <tbody> | |
| 558 | + <tr> | |
| 559 | + <th>그룹 선택</th> | |
| 560 | + <td> | |
| 561 | + <label for="" class="label">그룹 선택</label> | |
| 562 | + <select id="addrGrpIdInfo" name="addrGrpIdInfo"><option value="NEW">그룹추가</option><option value="0">그룹미지정</option><option value="bookmark">자주보내는 번호</option> <option value="">테스트그룹</option> </select> | |
| 563 | + <label for="" class="label">그룹명 입력</label> | |
| 564 | + <input type="text" id="addrGrpNm" name="addrGrpNm" placeholder="새 그룹명을 입력해주세요." onfocus="this.placeholder=''" onblur="this.placeholder='새 그룹명을 입력해주세요.'" class="inputLight"> | |
| 565 | + </td> | |
| 566 | + </tr> | |
| 567 | + </tbody> | |
| 568 | + </table> | |
| 569 | + <div class="popup_btn_wrap2"> | |
| 570 | + <button type="button">등록</button> | |
| 571 | + <button type="button" class="tooltip-close" data-focus="rev_popup02-close" data-focus-next="rev_popup02">닫기</button> | |
| 572 | + </div> | |
| 573 | + </div> | |
| 574 | + </div> | |
| 575 | + </div> | |
| 576 | + <!--// 주소록에 등록 팝업 --> | |
| 577 | + | |
| 578 | + <!-- skip 메뉴 --> | |
| 579 | + <div class="skip_menu"> | |
| 580 | + <a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a> | |
| 581 | + </div> | |
| 582 | + <!--// skip 메뉴 --> | |
| 583 | + <!-- quick 메뉴 --> | |
| 584 | + <div class="quickMenu"> | |
| 585 | + <div> | |
| 586 | + <p class="quick_title">QUICK<br>MENU</p> | |
| 587 | + <p class="quick_title2">QUICK</p> | |
| 588 | + <ul class="quickMenuIn"> | |
| 589 | + <li> | |
| 590 | + <a href="/publish/index.html"><i class="quick1"></i><span>이용안내</span></a> | |
| 591 | + <div class="hover_cont">이용안내</div> | |
| 592 | + </li> | |
| 593 | + <li> | |
| 594 | + <a href="#"><i class="quick2"></i><span>채팅상담</span></a> | |
| 595 | + <div class="hover_cont">채팅상담</div> | |
| 596 | + </li> | |
| 597 | + <li> | |
| 598 | + <a href="#"><i class="quick3"></i><span>원격지원</span></a> | |
| 599 | + <div class="hover_cont">원격지원</div> | |
| 600 | + </li> | |
| 601 | + <li> | |
| 602 | + <a href="#"><i class="quick4"></i><span>맞춤제작</span></a> | |
| 603 | + <div class="hover_cont">맞춤제작</div> | |
| 604 | + </li> | |
| 605 | + <li> | |
| 606 | + <a href="#"><i class="quick5"></i><span>주소록 등록</span></a> | |
| 607 | + <div class="hover_cont">주소록 등록</div> | |
| 608 | + </li> | |
| 609 | + <li> | |
| 610 | + <a href="#"><i class="quick6"></i><span>엑셀 전송</span></a> | |
| 611 | + <div class="hover_cont">엑셀 대량전송</div> | |
| 612 | + </li> | |
| 613 | + <li> | |
| 614 | + <a href="#"><i class="quick7"></i><span>견적서</span></a> | |
| 615 | + <div class="hover_cont">견적서</div> | |
| 616 | + </li> | |
| 617 | + <li> | |
| 618 | + <a href="#"><i class="quick8"></i><span>결제</span></a> | |
| 619 | + <div class="hover_cont">결제</div> | |
| 620 | + </li> | |
| 621 | + <li> | |
| 622 | + <a href="#"><i class="quick9"></i><span>영수증/계산서</span></a> | |
| 623 | + <div class="hover_cont">영수증/계산서</div> | |
| 624 | + </li> | |
| 625 | + </ul> | |
| 626 | + <button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button> | |
| 627 | + </div> | |
| 628 | + </div> | |
| 629 | + <!--// quick 메뉴 --> | |
| 630 | + <!-- header 영역 --> | |
| 631 | + <header id="header" class="header"> | |
| 632 | + <!-- header top 영역 --> | |
| 633 | + <div class="header_top"> | |
| 634 | + <div class="inner"> | |
| 635 | + <ul class="menu_left"> | |
| 636 | + <li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li> | |
| 637 | + <li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li> | |
| 638 | + <li><a href="#"><i class="hdTop_center"></i>고객센터</a></li> | |
| 639 | + </ul> | |
| 640 | + <ul class="menu_right"> | |
| 641 | + <li><a href="#">충전하기</a></li> | |
| 642 | + <li class="SortLine"><a href="#">요금안내</a></li> | |
| 643 | + <li class="SortLine"><a href="#">이용안내</a></li> | |
| 644 | + <li class="SortLine"><a href="#">1:1고객상담</a></li> | |
| 645 | + </ul> | |
| 646 | + </div> | |
| 647 | + </div><!-- header top 영역 --> | |
| 648 | + <!-- header body 영역 --> | |
| 649 | + <div class="header_body"> | |
| 650 | + <div class="inner table"> | |
| 651 | + <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" | |
| 652 | + alt="문자온 CI"></a></h1> | |
| 653 | + <ul class="gnbWrap table_cell"> | |
| 654 | + <li><a href="#">문자발송</a></li> | |
| 655 | + <li><a href="#">선거문자</a></li> | |
| 656 | + <li><a href="#">맞춤제작</a></li> | |
| 657 | + <li><a href="#">비즈톡</a></li> | |
| 658 | + <li><a href="#">주소록 관리</a></li> | |
| 659 | + <li><a href="#">발송결과</a></li> | |
| 660 | + <li><a href="#">예약관리</a></li> | |
| 661 | + <li><a href="#">결제내역</a></li> | |
| 662 | + </ul> | |
| 663 | + <div class="s_menu"> | |
| 664 | + <i class="allSearch_info"><span>문자검색</span></i> | |
| 665 | + <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img | |
| 666 | + src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> | |
| 667 | + <button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> | |
| 668 | + </div> | |
| 669 | + </div> | |
| 670 | + <!-- search popup 영역 --> | |
| 671 | + <div class="pop_search"> | |
| 672 | + <div class="inner"> | |
| 673 | + <div class="area_search"> | |
| 674 | + <select name="" id=""> | |
| 675 | + <option value="">그림문자</option> | |
| 676 | + <option value="">단문문자</option> | |
| 677 | + <option value="">장문문자</option> | |
| 678 | + <option value="">GIF</option> | |
| 679 | + </select> | |
| 680 | + <input type="text" placeholder="문자샘플 검색하기"> | |
| 681 | + <button><img src="/publish/images/search02.png" alt=""></button> | |
| 682 | + </div> | |
| 683 | + <div class="area_popular"> | |
| 684 | + <p><i></i>인기검색어</p> | |
| 685 | + <ul class="popular_tag"> | |
| 686 | + <li><a href="#">#정월대보름</a></li> | |
| 687 | + <li class="on"><a href="#">#추석</a></li> | |
| 688 | + <li><a href="#">#가을인사</a></li> | |
| 689 | + <li><a href="#">#좋은하루</a></li> | |
| 690 | + </ul> | |
| 691 | + </div> | |
| 692 | + <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" | |
| 693 | + alt=""></button> | |
| 694 | + </div> | |
| 695 | + </div> | |
| 696 | + <!--// search popup 영역 --> | |
| 697 | + </div> | |
| 698 | + <!--// header body 영역 --> | |
| 699 | + <div id="login" class="login"> | |
| 700 | + <div class="inner table"> | |
| 701 | + <div class="login_left table_cell"> | |
| 702 | + <div class="login_put"> | |
| 703 | + <label for="id_text" class="label"></label> | |
| 704 | + <input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30" | |
| 705 | + size="18"> | |
| 706 | + <label for="password_text" class="label"></label> | |
| 707 | + <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" | |
| 708 | + maxlength="30" size="18"> | |
| 709 | + <label for="login_button" class="label"></label> | |
| 710 | + <button type="submit" class="btnType btnType1" class="login_button">로그인</button> | |
| 711 | + </div> | |
| 712 | + <div class="login_save"> | |
| 713 | + <input type="checkbox" id="save_id"> | |
| 714 | + <label for="save_id">아이디 저장</label> | |
| 715 | + </div> | |
| 716 | + <div class="login_find"> | |
| 717 | + <a href="#">아이디찾기 /</a> | |
| 718 | + <a href="#">비밀번호 찾기</a> | |
| 719 | + </div> | |
| 720 | + <div> | |
| 721 | + <button type="button" class="btnType btnType2">회원가입</button> | |
| 722 | + <button type="button" class="btnType btnType3">둘러보기</button> | |
| 723 | + </div> | |
| 724 | + </div> | |
| 725 | + <div class="login_right"> | |
| 726 | + <span><i></i>이달의 이벤트</span> | |
| 727 | + <button type="button" class="btnType btnType4">바로가기</button> | |
| 728 | + </div> | |
| 729 | + </div> | |
| 730 | + </div> | |
| 731 | + <!--// login 영역 --> | |
| 732 | + </header> | |
| 733 | + <!--// header 영역 --> | |
| 734 | + <!-- login 영역 --> | |
| 735 | + <!-- content 영역 --> | |
| 736 | + <div id="container" class="cont sub"> | |
| 737 | + <div class="inner"> | |
| 738 | + <!-- send top --> | |
| 739 | + <div class="send_top"> | |
| 740 | + <!-- 결제관리 - 요금 사용내역 --> | |
| 741 | + <div class="rev_admin_cont serv_content current"> | |
| 742 | + <div class="heading"> | |
| 743 | + <h2>발송결과 상세</h2> | |
| 744 | + <button type="button" class="button junk" data-tooltip="popupJunk" style="right:0;">통신사 스팸규격안내</button> | |
| 745 | + </div> | |
| 746 | + | |
| 747 | + <!-- 발송결과 상세 및 미리보기--> | |
| 748 | + | |
| 749 | + <div class="send_general"> | |
| 750 | + <!-- 발송결과 상세 정보 --> | |
| 751 | + <div class="resultcont_left"> | |
| 752 | + <!--발송정보--> | |
| 753 | + <div class="res_info"> | |
| 754 | + <div class="res_info_in"> | |
| 755 | + <div class="res_info_top clearfix"> | |
| 756 | + <p>발송정보</p> | |
| 757 | + <p><button type="button" class="btnType btnType3">재전송</button></p> | |
| 758 | + </div> | |
| 759 | + <div class="res_info_btm"> | |
| 760 | + <dl> | |
| 761 | + <dt>발송일시</dt> | |
| 762 | + <dd>2024-07-18 15:25</dd> | |
| 763 | + </dl> | |
| 764 | + <dl> | |
| 765 | + <dt>등록일시</dt> | |
| 766 | + <dd>2024-07-10 15:25</dd> | |
| 767 | + </dl> | |
| 768 | + <dl> | |
| 769 | + <dt>형태</dt> | |
| 770 | + <dd>친구톡</dd> | |
| 771 | + </dl> | |
| 772 | + <dl> | |
| 773 | + <dt>발송건수</dt> | |
| 774 | + <dd><span class="c_222">100</span>건</dd> | |
| 775 | + </dl> | |
| 776 | + <dl> | |
| 777 | + <dt>채널정보</dt> | |
| 778 | + <dd>채널명(@채널ID)</dd> | |
| 779 | + </dl> | |
| 780 | + <dl> | |
| 781 | + <dt>진행상황 | |
| 782 | + <!-- 예약인 경우 --> | |
| 783 | + <div class="icon_wrap"> | |
| 784 | + <div class="re">예약</div> | |
| 785 | + <div class="di_info"></span><button class="di">분할</button><div class="di_hover_layer"><strong>100,000건</strong>씩 <strong>35분</strong> 간격</div></div> | |
| 786 | + </div> | |
| 787 | + <!--// 예약인 경우 --> | |
| 788 | + </dt> | |
| 789 | + <!--<dd>진행중</dd>--> | |
| 790 | + <!--<dd>완료</dd>--> | |
| 791 | + <dd><button class="btnType btnType20">예약취소</button></dd> | |
| 792 | + <!--<dd>예약취소 2024-07-16 15:07</dd>--><!-- 예역취소 후 버튼 대신 취소 일시 노출 --> | |
| 793 | + </dl> | |
| 794 | + </div> | |
| 795 | + <div class="res_info_btm"> | |
| 796 | + <dl> | |
| 797 | + <dt class="btm_charge">발송요금(합계)</dt> | |
| 798 | + <dd><span class="stcharge">78,100</span>원</dd> | |
| 799 | + <!--<dd><span class="stcharge">-</span>원</dd>--><!-- 예역취소 후 금액은 하이픈 처리--> | |
| 800 | + </dl> | |
| 801 | + <dl class="charge_line"> | |
| 802 | + <dt class="charge_title">· 카카오톡</dt> | |
| 803 | + <dd><span class="c_222" style="font-size:16px;">8,100</span>원</dd> | |
| 804 | + </dl> | |
| 805 | + <dl> | |
| 806 | + <dt class="charge_title">· 대체문자</dt> | |
| 807 | + <dd><span class="c_222" style="font-size:16px;">8,100</span>원</dd> | |
| 808 | + </dl> | |
| 809 | + </div> | |
| 810 | + </div> | |
| 811 | + </div> | |
| 812 | + <!--// 발송정보--> | |
| 813 | + <!--상세결과--> | |
| 814 | + <div class="res_info"> | |
| 815 | + <div class="res_info_in"> | |
| 816 | + <div class="res_info_top clearfix" style="padding:0 0 10px 0;"> | |
| 817 | + <p>상세결과</p> | |
| 818 | + <p></p> | |
| 819 | + </div> | |
| 820 | + <div class="res_num"> | |
| 821 | + <div class="res_info_btm1"> | |
| 822 | + <dl> | |
| 823 | + <dt>전체건수</dt> | |
| 824 | + <dd><a href="#" data-tooltip="rev_popup04"><span class="c_222_g">300,101</span>건</a></dd> | |
| 825 | + </dl> | |
| 826 | + </div> | |
| 827 | + <div class="res_info_btm1"> | |
| 828 | + <dl> | |
| 829 | + <dt>대기건수</dt> | |
| 830 | + <dd><span class="c_666_g">300,000</span>건(100%)</dd> | |
| 831 | + </dl> | |
| 832 | + </div> | |
| 833 | + </div> | |
| 834 | + <div class="res_num"> | |
| 835 | + <div class="res_info_btm1"> | |
| 836 | + <dl> | |
| 837 | + <dt>성공건수(카카오톡)</dt> | |
| 838 | + <dd><span class="c_002c9a_g">0</span>건(0%)</dd> | |
| 839 | + </dl> | |
| 840 | + </div> | |
| 841 | + <div class="res_info_btm1"> | |
| 842 | + <dl> | |
| 843 | + <dt>실패건수(카카오톡)</dt> | |
| 844 | + <dd><span class="c_e40000_g">1</span>건(100%)</dd> | |
| 845 | + </dl> | |
| 846 | + </div> | |
| 847 | + </div> | |
| 848 | + <div class="res_num"> | |
| 849 | + <div class="res_info_btm1"> | |
| 850 | + <dl> | |
| 851 | + <dt>성공건수(대체문자)</dt> | |
| 852 | + <dd><span class="c_002c9a_g">0</span>건(0%)</dd> | |
| 853 | + </dl> | |
| 854 | + </div> | |
| 855 | + <div class="res_info_btm1"> | |
| 856 | + <dl> | |
| 857 | + <dt>실패건수(대체문자)</dt> | |
| 858 | + <dd><span class="c_e40000_g">1</span>건(100%)</dd> | |
| 859 | + </dl> | |
| 860 | + </div> | |
| 861 | + </div> | |
| 862 | + <p class="table_bottom_txt">* 전체건수를 클릭하면 받는 사람 상세정보를 확인하실 수 있습니다.</p> | |
| 863 | + </div> | |
| 864 | + </div> | |
| 865 | + <!--// 발송결과--> | |
| 866 | + | |
| 867 | + </div> | |
| 868 | + <!--// 발송결과 상세 정보 --> | |
| 869 | + | |
| 870 | + <!-- 발송결과 미리보기 --> | |
| 871 | + <div class="resultcont_right"> | |
| 872 | + <div class="phone"> | |
| 873 | + <!-- 탭스타일 --> | |
| 874 | + <div class="list_tab_wrap2 type5"> | |
| 875 | + <ul class="tabType3" id="tabType" name="tabType"> | |
| 876 | + <li class="tab active"><button type="button" onclick="phoneTab(this,'1');" title="선택됨">카카오톡</button></li> | |
| 877 | + <li class="tab"><button type="button" onclick="phoneTab(this,'2');">대체문자</button> </li> | |
| 878 | + </ul> | |
| 879 | + </div> | |
| 880 | + <!--// 탭스타일 --> | |
| 881 | + | |
| 882 | + <!-- 카카오 알림톡 미리보기 --> | |
| 883 | + <div class="tab_phone current" id="tab_phone_1"> | |
| 884 | + | |
| 885 | + <div class="phone_kakako"> | |
| 886 | + <div class="phoneIn"> | |
| 887 | + <p class="prev_p"><img src="/publish/images/content/kakao_prev_icon.png" alt="">@munjaon</p> | |
| 888 | + <!-- 텍스트 미리보기 --> | |
| 889 | + <div class="text_preview"> | |
| 890 | + <div class="allimtalk_title"> | |
| 891 | + <img src="/publish/images/content/icon_allimtalk.png" alt="">알림톡 도착 | |
| 892 | + </div> | |
| 893 | + <div class="allimtalk_content"> | |
| 894 | + <!-- <div class="kakao_image"> --> | |
| 895 | + <!-- <img src="/publish/images/content/kakao_template_img.png" alt=""> --> | |
| 896 | + <!-- </div> --> | |
| 897 | + <p class="emphasis_side_text">강조표기 보조문구 미리보기</p> | |
| 898 | + <p class="emphasis_title_text">타이틀 미리보기</p> | |
| 899 | + <p class="template_text">내용미리보기</p> | |
| 900 | + <p class="side_info_text">부가정보내용</p> | |
| 901 | + <p class="channel_info_text">채널 추가 안내 메시지 미리보기</p> | |
| 902 | + <button type="button" class="btn_kakao_type">버튼명</button> | |
| 903 | + <button type="button" class="btn_kakao_type">버튼명</button> | |
| 904 | + <!-- <p class="emphasis_side_text">강조표기 보조문구 미리보기</p> --> | |
| 905 | + <!-- <p class="emphasis_title_text">타이틀 미리보기</p> --> | |
| 906 | + <!-- <p class="template_text">내용미리보기</p> --> | |
| 907 | + <!-- <p class="side_info_text">부가정보내용</p> --> | |
| 908 | + <!-- <p class="channel_info_text">채널 추가 안내 메시지 미리보기</p> --> | |
| 909 | + <!-- <button type="button" class="btn_kakao_type">버튼명</button> --> | |
| 910 | + <!-- <button type="button" class="btn_kakao_type">버튼명</button> --> | |
| 911 | + </div> | |
| 912 | + </div> | |
| 913 | + <!-- //텍스트 미리보기 --> | |
| 914 | + </div> | |
| 915 | + <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다<p> | |
| 916 | + </div> | |
| 917 | + | |
| 918 | + </div> | |
| 919 | + <!--// 카카오 알림톡 미리보기 --> | |
| 920 | + | |
| 921 | + <!-- 문자 미리보기 --> | |
| 922 | + <div class="tab_phone" id="tab_phone_2"> | |
| 923 | + <div class="phoneIn"> | |
| 924 | + <div> | |
| 925 | + <p class="prev_p"><img src="images/search.png"> 문자내용</p> | |
| 926 | + <div class="text_length2 clearfix" style="display:none;"> | |
| 927 | + <span class="msg_com msg_short">단문</span> | |
| 928 | + <div> | |
| 929 | + <span>글자크기</span> | |
| 930 | + <button type="button"><img src="images/content/font_plus.png"></button> | |
| 931 | + <button type="button"><img src="images/content/font_minus.png"></button> | |
| 932 | + </div> | |
| 933 | + </div> | |
| 934 | + <div class="text_length2 clearfix" style="display:none;"> | |
| 935 | + <span class="msg_com msg_long">장문</span> | |
| 936 | + <div> | |
| 937 | + <span>글자크기</span> | |
| 938 | + <button type="button"><img src="images/content/font_plus.png"></button> | |
| 939 | + <button type="button"><img src="images/content/font_minus.png"></button> | |
| 940 | + </div> | |
| 941 | + </div> | |
| 942 | + <!--<div class="text_length2 clearfix"> | |
| 943 | + <span class="msg_com msg_photo">포토</span> | |
| 944 | + <ul class="photo_msg_num"> | |
| 945 | + <li onclick="imgClick(0);"><a href="#none">1</a></ li> | |
| 946 | + <li onclick="imgClick(1);"><a href="#none">2</a></ li> | |
| 947 | + <li onclick="imgClick(2);"><a href="#none">3</a></ li> | |
| 948 | + </ul> | |
| 949 | + <div> | |
| 950 | + <span>글자크기</span> | |
| 951 | + <button type="button"><img src="images/content/font_plus.png"></button> | |
| 952 | + <button type="button"><img src="images/content/font_minus.png"></button> | |
| 953 | + </div> | |
| 954 | + </div>--> | |
| 955 | + <!-- 텍스트 미리보기 --> | |
| 956 | + <div class="text_preview"> | |
| 957 | + <!--<div class="preiew_img"> | |
| 958 | + <div class="img_box"> | |
| 959 | + <img src="images/content/photo_sample01.jpg"> | |
| 960 | + </div> | |
| 961 | + <div class="img_box"> | |
| 962 | + <img src="images/content/photo_sample01.jpg"> | |
| 963 | + </div> | |
| 964 | + <div class="img_box"> | |
| 965 | + <img src="images/content/excel.jpg"> | |
| 966 | + </div> | |
| 967 | + </div>--> | |
| 968 | + <div class="preview_auto"> | |
| 969 | + <p class="ad_tit">(광고)</p> | |
| 970 | + <p class="none_txt">내용을 입력해주세요.</p> | |
| 971 | + <p class="realtime"></p> | |
| 972 | + <p class="deny_receipt">무료 거부 080-0000-0000</p> | |
| 973 | + </div> | |
| 974 | + </div> | |
| 975 | + <!-- //텍스트 미리보기 --> | |
| 976 | + </div> | |
| 977 | + </div> | |
| 978 | + <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다</p> | |
| 979 | + </div> | |
| 980 | + <!--// 문자 미리보기 --> | |
| 981 | + </div> | |
| 982 | + </div> | |
| 983 | + <!--// 발송결과 미리보기 --> | |
| 984 | + </div> | |
| 985 | + | |
| 986 | + <!--// 발송결과 상세 및 미리보기--> | |
| 987 | + | |
| 988 | + <!-- 목록--> | |
| 989 | + <div class="btn_list_type1"> | |
| 990 | + <button class="btnType btnType17">목록</button> | |
| 991 | + </div> | |
| 992 | + <!--// 목록--> | |
| 993 | + | |
| 994 | + </div> | |
| 995 | + </div> | |
| 996 | + <!--// send top --> | |
| 997 | + </div> | |
| 998 | + </div> | |
| 999 | + <!--// content 영역 --> | |
| 1000 | + <!-- footer 영역 --> | |
| 1001 | + <footer id="footer" class="footer"> | |
| 1002 | + <div class="footer_top"> | |
| 1003 | + <div class="inner table"> | |
| 1004 | + <ul class="table_cell"> | |
| 1005 | + <li><a href="#">이용약관</a></li> | |
| 1006 | + <li class="SortLine fwRg c_white"><a href="#">개인정보취급방침</a></li> | |
| 1007 | + <li class="SortLine fwRg c_white"><a href="#">스팸관리정책</a></li> | |
| 1008 | + <li class="SortLine"><a href="#">불법스팸예방안내</a></li> | |
| 1009 | + </ul> | |
| 1010 | + </div> | |
| 1011 | + </div> | |
| 1012 | + <div class="footer_body"> | |
| 1013 | + <div class="inner table"> | |
| 1014 | + <div class="table_cell"> | |
| 1015 | + <a href="#" class="footer_logo"><img src="/publish/images/CI_white.png" alt="문자온 CI"></a> | |
| 1016 | + <div class="footer_info"> | |
| 1017 | + <p>주소 : 경기도 남양주시 다산중앙로 19번길 21 1027호, 1028호(블루웨일 지식산업센터 1차)</p> | |
| 1018 | + <p>사업자번호 : 653-87-00858 | 대표 : 유인식 | 통신판매등록번호 : 제 다산-12345호 | 문의전화 : 070-4786-0007</p> | |
| 1019 | + <p>Copyright 2020 ⓒ MUNJAON co. Ltd, All rights reserved.</p> | |
| 1020 | + </div> | |
| 1021 | + <div class="footer_service_center"> | |
| 1022 | + <i></i> | |
| 1023 | + <div> | |
| 1024 | + <p>고객센터</p> | |
| 1025 | + <span class="footer_service_num">070-4786-0008</span> | |
| 1026 | + <span>E-mail : help@iten.co.kr</span> | |
| 1027 | + </div> | |
| 1028 | + </div> | |
| 1029 | + </div> | |
| 1030 | + </div> | |
| 1031 | + </div> | |
| 1032 | + </footer> | |
| 1033 | + <!--// footer 영역 --> | |
| 1034 | +</body> | |
| 1035 | + | |
| 1036 | +</html>(No newline at end of file) |
--- src/main/webapp/publish/textingmsg_2025_list.html
+++ src/main/webapp/publish/textingmsg_2025_list.html
... | ... | @@ -220,8 +220,7 @@ |
| 220 | 220 |
<ul class="tabType1"> |
| 221 | 221 |
<li class="tab active"><button type="button" onclick="TabType5(this,'1');return false;">문자</button> |
| 222 | 222 |
</li> |
| 223 |
- <li class="tab "><button type="button" |
|
| 224 |
- onclick="TabType5(this,'2');return false;">카카오톡</button></li> |
|
| 223 |
+ <li class="tab "><button type="button" onclick="TabType5(this,'2');return false;">카카오톡</button></li> |
|
| 225 | 224 |
</ul> |
| 226 | 225 |
<!--// tab button --> |
| 227 | 226 |
</div> |
... | ... | @@ -613,7 +612,6 @@ |
| 613 | 612 |
<div class="titBox_result"> |
| 614 | 613 |
<p>- 최대 3개월간의 발송내역만 확인하실 수 있습니다.</p> |
| 615 | 614 |
<p>- 전송내역이 필요한 경우 기간 내에 다운로드하여 주시기 바랍니다.</p> |
| 616 |
- <p>- 단문문자는 최대 24시간, 장문 및 그림문자는 최대 72시간까지 결과값이 수신되지 않은 경우 실패(비과금) 처리됩니다.</p> |
|
| 617 | 615 |
</div> |
| 618 | 616 |
<!--// 발송결과 개선 : 문구추가 --> |
| 619 | 617 |
|
... | ... | @@ -638,11 +636,11 @@ |
| 638 | 636 |
<button type="button" class="btnType6">조회</button> |
| 639 | 637 |
</div> |
| 640 | 638 |
<div class="btn_right"> |
| 641 |
- <label for="" class="label">발신번호 선택</label> |
|
| 639 |
+ <label for="" class="label">채널선택</label> |
|
| 642 | 640 |
<select name="" id="" class="selType2"> |
| 643 |
- <option value="">발신번호</option> |
|
| 644 |
- <option value="">발신번호</option> |
|
| 645 |
- <option value="">발신번호</option> |
|
| 641 |
+ <option value="">채널ID</option> |
|
| 642 |
+ <option value="">채널명</option> |
|
| 643 |
+ <option value="">내용</option> |
|
| 646 | 644 |
</select> |
| 647 | 645 |
<div class="search"> |
| 648 | 646 |
<label for="id" class="label"></label> |
... | ... | @@ -695,7 +693,7 @@ |
| 695 | 693 |
</dl> |
| 696 | 694 |
</div> |
| 697 | 695 |
</div> |
| 698 |
- <!-- <div class="rev_admin_in"> |
|
| 696 |
+ <div class="rev_admin_in"> |
|
| 699 | 697 |
<div class="rev_admin_top clearfix"> |
| 700 | 698 |
<p>친구톡</p> |
| 701 | 699 |
<p><span>171</span> 건</p> |
... | ... | @@ -714,7 +712,7 @@ |
| 714 | 712 |
<dd><span class="c_e40000">0</span>건</dd> |
| 715 | 713 |
</dl> |
| 716 | 714 |
</div> |
| 717 |
- </div> --> |
|
| 715 |
+ </div> |
|
| 718 | 716 |
</div> |
| 719 | 717 |
|
| 720 | 718 |
<div class="list_tab_wrap2 type4"> |
... | ... | @@ -728,44 +726,24 @@ |
| 728 | 726 |
<!--// tab button --> |
| 729 | 727 |
</div> |
| 730 | 728 |
<!-- 발송관리 > 전체 --> |
| 731 |
- <div class="price_history_cont" id="listTab_2"> |
|
| 729 |
+ <div class="price_history_cont price_wrap" id="listTab_2"> |
|
| 732 | 730 |
|
| 733 | 731 |
<div class="table_tab_wrap"> |
| 734 | 732 |
<!-- tab button --> |
| 735 | 733 |
<ul> |
| 736 | 734 |
<li class="tab active"><button type="button">전체</button></li> |
| 737 |
- <li class="tab"><button type="button">대기</button></li> |
|
| 738 |
- <li class="tab"><button type="button">성공</button></li> |
|
| 739 |
- <li class="tab"><button type="button">실패</button></li> |
|
| 735 |
+ <li class="tab"><button type="button">즉시</button></li> |
|
| 740 | 736 |
<li class="tab"><button type="button">예약</button></li> |
| 741 | 737 |
</ul> |
| 742 | 738 |
<!--// tab button --> |
| 743 |
- <!-- 발송화면 개선 : 발송결과 추가--> |
|
| 744 |
- <div class="tab_btnbox" style="z-index:999;"> |
|
| 745 |
- <button type="button" class="btnType btnType14 check_validity" >발송결과<i class="qmMark"></i></button> |
|
| 746 |
- <div class="info_hover_cont send_hover_cont"> |
|
| 747 |
- <dl> |
|
| 748 |
- <dt class="c_666">[<span>대기</span>]</dt> |
|
| 749 |
- <dd>발송은 성공하였으며, 수신자측 통신사로부터 수신여부를 |
|
| 750 |
- 확인중인 상태</dd> |
|
| 751 |
- <dt class="c_002c9a">[<span>성공</span>]</dt> |
|
| 752 |
- <dd>발송 및 수신이 완료된 상태</dd> |
|
| 753 |
- <dt class="c_e40000">[<span>실패</span>]</dt> |
|
| 754 |
- <dd>결번, 일시정지, 전화번호 오류 등의 사유로 발송이 |
|
| 755 |
- 불가한 상태</dd> |
|
| 756 |
- <dt class="c_222">[<span>예약</span>]</dt> |
|
| 757 |
- <dd>예약 발송 대기 상태</dd> |
|
| 758 |
- </dl> |
|
| 759 |
- </div> |
|
| 760 |
- </div> |
|
| 761 |
- <!--// 발송화면 개선 : 발송결과 추가--> |
|
| 739 |
+ |
|
| 762 | 740 |
</div> |
| 763 | 741 |
|
| 764 | 742 |
<div class="table_cont current"> |
| 765 | 743 |
<div class="list_info"> |
| 766 | 744 |
<p>총 발송건수 <span class="c_e40000">171</span>건</p> |
| 767 | 745 |
<div> |
| 768 |
- <p class="cf_text c_e40000">※ 예약문자 발송취소는 예약 발송시간 기준 5분 전까지만 가능</p> |
|
| 746 |
+ <p class="cf_text c_e40000">※ 예약 발송취소는 예약 발송시간 기준 5분 전까지만 가능</p> |
|
| 769 | 747 |
<label for="" class="label">줄보기 선택</label> |
| 770 | 748 |
<select id="" class="selType2"> |
| 771 | 749 |
<option>10개보기</option> |
... | ... | @@ -779,17 +757,16 @@ |
| 779 | 757 |
<colgroup> |
| 780 | 758 |
<col style="width: 45px;"> |
| 781 | 759 |
<col style="width: 12%;"> |
| 782 |
- <col style="width: 8%;"> |
|
| 760 |
+ <col style="width: 7%;"> |
|
| 783 | 761 |
<col style="width: auto;"> |
| 762 |
+ <col style="width: 7%;"> |
|
| 763 |
+ <col style="width: 6%;"> |
|
| 764 |
+ <col style="width: 6%;"> |
|
| 765 |
+ <col style="width: 6%;"> |
|
| 766 |
+ <col style="width: 6%;"> |
|
| 767 |
+ <col style="width: 6%;"> |
|
| 784 | 768 |
<col style="width: 8%;"> |
| 785 |
- <col style="width: 6%;"> |
|
| 786 |
- <col style="width: 6%;"> |
|
| 787 |
- <col style="width: 6%;"> |
|
| 788 |
- <col style="width: 6%;"> |
|
| 789 |
- <col style="width: 6%;"> |
|
| 790 |
- <col style="width: 6%;"> |
|
| 791 |
- <col style="width: 9%;"> |
|
| 792 |
- <col style="width: 11%;"> |
|
| 769 |
+ <col style="width: 8%;"> |
|
| 793 | 770 |
</colgroup> |
| 794 | 771 |
<thead> |
| 795 | 772 |
<tr> |
... | ... | @@ -813,30 +790,36 @@ |
| 813 | 790 |
<input type="button" class="sort sortBtn" id="sort_msgGroupCnt"> |
| 814 | 791 |
</div> |
| 815 | 792 |
</th> |
| 816 |
- <th colspan="4">카카오톡 결과</th> |
|
| 817 |
- <th colspan="2">대체문자 결과</th> |
|
| 818 |
- <th rowspan="2">금액</th> |
|
| 819 |
- <th rowspan="2">예약관리</th> |
|
| 793 |
+ <th colspan="3">카카오톡결과</th> |
|
| 794 |
+ <th colspan="2">대체문자결과</th> |
|
| 795 |
+ <th rowspan="2">금액(원)</th> |
|
| 796 |
+ <th rowspan="2">진행상황</th> |
|
| 820 | 797 |
</tr> |
| 821 | 798 |
<tr> |
| 822 | 799 |
<th>대기</th> |
| 823 | 800 |
<th>성공</th> |
| 824 | 801 |
<th>실패</th> |
| 825 |
- <th>예약</th> |
|
| 826 | 802 |
<th>성공</th> |
| 827 | 803 |
<th>실패</th> |
| 828 | 804 |
</tr> |
| 805 |
+ |
|
| 829 | 806 |
</thead> |
| 830 |
- <tbody> |
|
| 807 |
+ <tbody> |
|
| 831 | 808 |
<tr> |
| 832 | 809 |
<td> |
| 833 | 810 |
<label for="" class="label">선택</label> |
| 834 |
- <input type="checkbox"> |
|
| 811 |
+ <input type="checkbox" disabled> |
|
| 835 | 812 |
</td> |
| 836 | 813 |
<td>2024-01-09 17:42</td> |
| 837 |
- <td>단문</td> |
|
| 838 |
- <td class="result_cont"><a href="#">내용을 클릭하면 상세보기 화면으로 이동합니다.</a></td> |
|
| 839 |
- <td>125,895</td> |
|
| 814 |
+ <td>알림톡</td> |
|
| 815 |
+ <td class="result_cont"> |
|
| 816 |
+ <div class="icon_wrap"> |
|
| 817 |
+ <span class="re">예약</span> |
|
| 818 |
+ <span class="di">분할</span> |
|
| 819 |
+ <a href="#">내용을 클릭하면 상세보기 화면으로 이동합니다.</a> |
|
| 820 |
+ </div> |
|
| 821 |
+ </td> |
|
| 822 |
+ <td>0</td> |
|
| 840 | 823 |
<td> |
| 841 | 824 |
<p class="c_666">0</p> |
| 842 | 825 |
</td> |
... | ... | @@ -850,40 +833,123 @@ |
| 850 | 833 |
<p class="c_002c9a">0</p> |
| 851 | 834 |
</td> |
| 852 | 835 |
<td> |
| 853 |
- <p class="c_002c9a">0</p> |
|
| 836 |
+ <p class="c_e40000">0</p> |
|
| 854 | 837 |
</td> |
| 855 | 838 |
<td> |
| 856 |
- <p class="c_e40000">125,895</p> |
|
| 857 |
- </td> |
|
| 858 |
- <td> |
|
| 859 |
- 8,485,258원 |
|
| 839 |
+ 8,485,258 |
|
| 860 | 840 |
</td> |
| 861 | 841 |
<td> |
| 862 | 842 |
<p><button class="btnType btnType20">예약취소</button></p> |
| 863 | 843 |
</td> |
| 864 |
- </tr> |
|
| 844 |
+ </tr> |
|
| 845 |
+ <tr> |
|
| 846 |
+ <td> |
|
| 847 |
+ <label for="" class="label">선택</label> |
|
| 848 |
+ <input type="checkbox"> |
|
| 849 |
+ </td> |
|
| 850 |
+ <td>2024-01-09 17:42</td> |
|
| 851 |
+ <td>친구톡</td> |
|
| 852 |
+ <td class="result_cont"> |
|
| 853 |
+ <div class="icon_wrap"> |
|
| 854 |
+ <span class="re">예약</span> |
|
| 855 |
+ <a href="#">내용을 클릭하면 상세보기 화면으로 이동합니다.</a> |
|
| 856 |
+ </div> |
|
| 857 |
+ </td> |
|
| 858 |
+ <td>0</td> |
|
| 859 |
+ <td> |
|
| 860 |
+ <p class="c_666">0</p> |
|
| 861 |
+ </td> |
|
| 862 |
+ <td> |
|
| 863 |
+ <p class="c_002c9a">0</p> |
|
| 864 |
+ </td> |
|
| 865 |
+ <td> |
|
| 866 |
+ <p class="c_e40000">0</p> |
|
| 867 |
+ </td> |
|
| 868 |
+ <td> |
|
| 869 |
+ <p class="c_002c9a">0</p> |
|
| 870 |
+ </td> |
|
| 871 |
+ <td> |
|
| 872 |
+ <p class="c_e40000">0</p> |
|
| 873 |
+ </td> |
|
| 874 |
+ <td>-</td> |
|
| 875 |
+ <td>예약취소</td> |
|
| 876 |
+ </tr> |
|
| 877 |
+ <tr> |
|
| 878 |
+ <td> |
|
| 879 |
+ <label for="" class="label">선택</label> |
|
| 880 |
+ <input type="checkbox"> |
|
| 881 |
+ </td> |
|
| 882 |
+ <td>2024-01-09 17:42</td> |
|
| 883 |
+ <td>친구톡</td> |
|
| 884 |
+ <td class="result_cont"> |
|
| 885 |
+ <div class="icon_wrap"> |
|
| 886 |
+ <a href="#">내용을 클릭하면 상세보기 화면으로 이동합니다.</a> |
|
| 887 |
+ </div> |
|
| 888 |
+ </td> |
|
| 889 |
+ <td>458,002</td> |
|
| 890 |
+ <td> |
|
| 891 |
+ <p class="c_666">1</p> |
|
| 892 |
+ </td> |
|
| 893 |
+ <td> |
|
| 894 |
+ <p class="c_002c9a">458,000</p> |
|
| 895 |
+ </td> |
|
| 896 |
+ <td> |
|
| 897 |
+ <p class="c_e40000">1</p> |
|
| 898 |
+ </td> |
|
| 899 |
+ <td> |
|
| 900 |
+ <p class="c_002c9a">1</p> |
|
| 901 |
+ </td> |
|
| 902 |
+ <td> |
|
| 903 |
+ <p class="c_e40000">1</p> |
|
| 904 |
+ </td> |
|
| 905 |
+ <td>12,580</td> |
|
| 906 |
+ <td>진행중</td> |
|
| 907 |
+ </tr> |
|
| 908 |
+ <tr> |
|
| 909 |
+ <td> |
|
| 910 |
+ <label for="" class="label">선택</label> |
|
| 911 |
+ <input type="checkbox"> |
|
| 912 |
+ </td> |
|
| 913 |
+ <td>2024-01-09 17:42</td> |
|
| 914 |
+ <td>친구톡</td> |
|
| 915 |
+ <td class="result_cont"> |
|
| 916 |
+ <div class="icon_wrap"> |
|
| 917 |
+ <a href="#">내용을 클릭하면 상세보기 화면으로 이동합니다.</a> |
|
| 918 |
+ </div> |
|
| 919 |
+ </td> |
|
| 920 |
+ <td>458,002</td> |
|
| 921 |
+ <td> |
|
| 922 |
+ <p class="c_666">1</p> |
|
| 923 |
+ </td> |
|
| 924 |
+ <td> |
|
| 925 |
+ <p class="c_002c9a">458,000</p> |
|
| 926 |
+ </td> |
|
| 927 |
+ <td> |
|
| 928 |
+ <p class="c_e40000">1</p> |
|
| 929 |
+ </td> |
|
| 930 |
+ <td> |
|
| 931 |
+ <p class="c_002c9a">1</p> |
|
| 932 |
+ </td> |
|
| 933 |
+ <td> |
|
| 934 |
+ <p class="c_e40000">1</p> |
|
| 935 |
+ </td> |
|
| 936 |
+ <td>12,580</td> |
|
| 937 |
+ <td>완료</td> |
|
| 938 |
+ </tr> |
|
| 865 | 939 |
</tbody> |
| 866 | 940 |
</table> |
| 867 |
- </div> |
|
| 941 |
+ </div> |
|
| 942 |
+ |
|
| 868 | 943 |
<!--// 발송화면 개선 : 카카오톡 테이블 수정 --> |
| 869 | 944 |
|
| 870 | 945 |
<div class="table_btn clearfix"> |
| 871 |
- <div class="table_btn_left"> |
|
| 872 |
- |
|
| 873 |
- <button type="button" data-tooltip="rev_popup02" class="btnType btnType15"><i |
|
| 874 |
- class="add_img"></i>그룹등록</button> |
|
| 875 |
- <button type="button" class="btnType btnType15"><i class="remove_img"></i>주소록에서 |
|
| 876 |
- 번호 삭제</button> |
|
| 877 |
- <button type="button" class="btnType btnType15">수신거부번호 등록</button> |
|
| 946 |
+ <div class="table_btn_left"> |
|
| 947 |
+ <button type="button" onclick="" class="btnType btnType15"><i class="remove_img"></i>선택삭제</button> |
|
| 878 | 948 |
</div> |
| 879 | 949 |
<div class="table_btn_right"> |
| 880 |
- <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 |
|
| 881 |
- 다운로드</button> |
|
| 882 |
- <button type="button" class="print_btn btnType"><i class="print_img"></i>발송결과 |
|
| 883 |
- 출력하기</button> |
|
| 950 |
+ <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> |
|
| 884 | 951 |
</div> |
| 885 |
- </div> |
|
| 886 |
- |
|
| 952 |
+ </div> |
|
| 887 | 953 |
|
| 888 | 954 |
<!-- pagination --> |
| 889 | 955 |
<ul class="pagination"> |
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?