From ff77287e581fe67e41417dc1785582c11cd18609 Mon Sep 17 00:00:00 2001 From: rosewiper Date: Tue, 9 Jan 2024 13:49:09 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=ED=9B=84=EB=B6=88=EC=A0=9C=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EC=9A=94=EA=B8=88=EC=82=AC=EC=9A=A9=EB=82=B4?= =?UTF-8?q?=EC=97=AD=20=EB=A7=81=ED=81=AC=20=EC=A3=BC=EC=86=8C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp | 2 +- src/main/webapp/WEB-INF/jsp/web/pay/BillPub.jsp | 2 +- src/main/webapp/WEB-INF/jsp/web/pay/PayGuide.jsp | 2 +- src/main/webapp/WEB-INF/jsp/web/pay/PayList.jsp | 2 +- src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp | 2 +- src/main/webapp/WEB-INF/jsp/web/user/mberInfoIndex.jsp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp index 47a15ff5..8fcf2050 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp @@ -1524,7 +1524,7 @@ function actionLogin() {
  • 요금안내/견적내기
  • 결제하기
  • 요금 결제내역
  • -
  • 요금 사용내역
  • +
  • 요금 사용내역
  • <%--
  • 계산서/현금영수증 발행 등록
  • --%>
  • 세금계산서 발행
  • diff --git a/src/main/webapp/WEB-INF/jsp/web/pay/BillPub.jsp b/src/main/webapp/WEB-INF/jsp/web/pay/BillPub.jsp index bd5735aa..8078816e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/pay/BillPub.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/pay/BillPub.jsp @@ -495,7 +495,7 @@
  • -
  • +
  • diff --git a/src/main/webapp/WEB-INF/jsp/web/pay/PayGuide.jsp b/src/main/webapp/WEB-INF/jsp/web/pay/PayGuide.jsp index 9e7af1f5..7849c37e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/pay/PayGuide.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/pay/PayGuide.jsp @@ -405,7 +405,7 @@ function getMberGrdChk() {
  • -
  • +
  • diff --git a/src/main/webapp/WEB-INF/jsp/web/pay/PayList.jsp b/src/main/webapp/WEB-INF/jsp/web/pay/PayList.jsp index c6a59d75..399e9158 100644 --- a/src/main/webapp/WEB-INF/jsp/web/pay/PayList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/pay/PayList.jsp @@ -171,7 +171,7 @@ function fnShowRefundPrintPopup(){
  • -
  • +
  • diff --git a/src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp b/src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp index f3589a2c..3abe4a2c 100644 --- a/src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp @@ -800,7 +800,7 @@ function getMberGrdChk() {
  • -
  • +
  • diff --git a/src/main/webapp/WEB-INF/jsp/web/user/mberInfoIndex.jsp b/src/main/webapp/WEB-INF/jsp/web/user/mberInfoIndex.jsp index c2cc52c6..14af674c 100644 --- a/src/main/webapp/WEB-INF/jsp/web/user/mberInfoIndex.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/user/mberInfoIndex.jsp @@ -484,7 +484,7 @@ function getMberGrdChk() { -
    From 36ce0af7d535f3a201cf23344593a8bc8af8446c Mon Sep 17 00:00:00 2001 From: rosewiper Date: Tue, 9 Jan 2024 14:20:15 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=ED=9B=84=EB=B6=88=EC=A0=9C=20=EC=9A=94?= =?UTF-8?q?=EA=B8=88=EC=82=AC=EC=9A=A9=20=EB=82=B4=EC=97=AD=20=EC=9D=B8?= =?UTF-8?q?=EC=87=84=ED=95=98=EA=B8=B0=20=ED=8C=9D=EC=97=85=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=20-=20=EA=B8=B0=EC=A1=B4=20=EC=9A=94=EA=B8=88?= =?UTF-8?q?=EC=82=AC=EC=9A=A9=EB=82=B4=EC=97=AD=EC=97=90=20=EB=8C=80?= =?UTF-8?q?=ED=95=9C=20=ED=99=94=EB=A9=B4=EC=9D=B4=20=EB=82=98=EC=99=80?= =?UTF-8?q?=EC=84=9C=20=EB=B3=80=EA=B2=BD=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../let/mjo/pay/web/MjonPayController.java | 35 +++ .../WEB-INF/jsp/web/pay/PayUserSWListAjax.jsp | 2 +- .../jsp/web/pay/PrintPayUserSWListPopUp.jsp | 227 ++++++++++++++++++ 3 files changed, 263 insertions(+), 1 deletion(-) create mode 100644 src/main/webapp/WEB-INF/jsp/web/pay/PrintPayUserSWListPopUp.jsp diff --git a/src/main/java/itn/let/mjo/pay/web/MjonPayController.java b/src/main/java/itn/let/mjo/pay/web/MjonPayController.java index 03676157..382c3826 100644 --- a/src/main/java/itn/let/mjo/pay/web/MjonPayController.java +++ b/src/main/java/itn/let/mjo/pay/web/MjonPayController.java @@ -3003,6 +3003,41 @@ public class MjonPayController { try { wb.close(); } catch(Exception ignore) {} } } + + + @RequestMapping(value= {"/web/member/pay/PrintPayUserSWListAjax.do"}) + public String printPayUserSWListAjax( + @ModelAttribute("searchVO") MjonMsgVO mjonMsgVO + , RedirectAttributes redirectAttributes + , ModelMap model) throws Exception { + //로그인 권한정보 불러오기 + LoginVO loginVO = EgovUserDetailsHelper.isAuthenticated()? (LoginVO)EgovUserDetailsHelper.getAuthenticatedUser():null; + String userId = loginVO == null ? "" : EgovStringUtil.isNullToString(loginVO.getId()); + String userNm = loginVO == null ? "" : EgovStringUtil.isNullToString(loginVO.getName()); + + mjonMsgVO.setUserId(userId); + model.addAttribute("userNm", userNm); + + + mjonMsgVO.setFirstIndex(0); + mjonMsgVO.setRecordCountPerPage(10000); + + //결제 리스트 정보 불러오기 + List payUserList = mjonMsgDataService.selectPayUserSWList(mjonMsgVO); + model.addAttribute("payUserList", payUserList); + + Calendar cal = Calendar.getInstance(); + + int year = cal.get(Calendar.YEAR); + int month = cal.get(Calendar.MONTH) + 1; + int day = cal.get(Calendar.DAY_OF_MONTH); + + model.addAttribute("year", year); + model.addAttribute("month", month); + model.addAttribute("day", day); + + return "web/pay/PrintPayUserSWListPopUp"; + } diff --git a/src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWListAjax.jsp b/src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWListAjax.jsp index e05e7046..8f8f73cd 100644 --- a/src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWListAjax.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWListAjax.jsp @@ -160,7 +160,7 @@ function fnPayUserPrintPopup(){ $("#listForm").attr("target","msgSentPrint"); window.open('', 'msgSentPrint', 'width='+ popup_wid +', height='+ popup_ht +', left=' + popup_left + ', top='+ popup_top ); - $("#listForm").attr({"action":"/web/member/pay/PrintPayUserListAjax.do", "method":"post"}).submit(); + $("#listForm").attr({"action":"/web/member/pay/PrintPayUserSWListAjax.do", "method":"post"}).submit(); } //환불요청 내역 프린트 출력 팝업 diff --git a/src/main/webapp/WEB-INF/jsp/web/pay/PrintPayUserSWListPopUp.jsp b/src/main/webapp/WEB-INF/jsp/web/pay/PrintPayUserSWListPopUp.jsp new file mode 100644 index 00000000..eff94814 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/web/pay/PrintPayUserSWListPopUp.jsp @@ -0,0 +1,227 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ page import="itn.com.cmm.LoginVO" %> + + + + + + 요금 사용내역 + + + + + + + + + + +
    +
    +
    + 문자온 CI +
    +

    (12248) 경기도 남양주시 다산순환로 20, A동 735호(다산동, 현대프리미어캠퍼스)

    +

    TEL 010-8432-9333

    +
    +
    +
    +

    요금 사용내역

    +
    +
    + + + + + + + + + + + + +
    발신자 정보
    +  님의 사용내역을 아래와 같이 확인합니다. +
    +
    +
    +
    +
    + + + + + + + + + <%-- + + --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- + + + --%> + + + + + + + + + + +
    사용날짜, 문자유형, 문자내용, 충전 충전금, 충전 포인트, 사용 충전금, 사용 포인트, 잔액 충전금, 잔액 포인트를 제공하는 표
    + 날짜 + + 문자유형 + + 발송건수 + 사용
    충전금포인트
    + + +

    + + + 장문 + + + 그림 + + + 알림톡 + + + 친구톡 + + + 펙스 + + + 단문 + + +

    +
    + + + () + + +

    + + +

    +
    +

    + 0 +

    +
    +

    + + +

    +
    +

    + 0 +

    +
    +

    + + +

    +
    +

    + +

    +
    + 사용내역이 없습니다. +
    +
    +
    +
    + + + + + + + + + + + + + + + + +
    공급가액, 부가세, 총 결제금액에 대한 표
    대표번호010-8432-9333
    이메일help@iten.co.kr
    +
    +
    +

    년   월  

    +
    + 주식회사 아이티앤 대표이사 + 유 인 식 + +
    +
    +
    +
    + +
    +
    +
    + + + From 62ff33d8a96d5f72b279dc8414c0972431d0d78b Mon Sep 17 00:00:00 2001 From: rosewiper Date: Tue, 9 Jan 2024 14:20:57 +0900 Subject: [PATCH 3/5] =?UTF-8?q?=ED=9B=84=EB=B6=88=EC=A0=9C=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=EC=9A=94=EA=B8=88=EB=82=B4=EC=97=AD=20=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=84=B0=20=EC=97=86=EB=8A=94=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/pay/PrintPayUserSWListPopUp.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/pay/PrintPayUserSWListPopUp.jsp b/src/main/webapp/WEB-INF/jsp/web/pay/PrintPayUserSWListPopUp.jsp index eff94814..1022ca8f 100644 --- a/src/main/webapp/WEB-INF/jsp/web/pay/PrintPayUserSWListPopUp.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/pay/PrintPayUserSWListPopUp.jsp @@ -179,7 +179,7 @@ - + 사용내역이 없습니다. From d22035dc856370717877e531046586a7f7dbbab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ITN=5F=EB=94=94=EC=9E=90=EC=9D=B8=ED=8C=80?= Date: Tue, 9 Jan 2024 14:53:05 +0900 Subject: [PATCH 4/5] =?UTF-8?q?2024/01/09=20=EB=AC=B8=EC=9E=90=EC=98=A8=20?= =?UTF-8?q?>=20=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4=EC=A7=80=20>=20?= =?UTF-8?q?=EB=82=98=EC=9D=98=EB=8B=A8=EA=B0=80=20>=20=EA=B9=A8=EC=A7=90?= =?UTF-8?q?=ED=98=84=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/css/content.css | 4 ++-- src/main/webapp/publish/css/mem.css | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index fd42f727..2ea86334 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -477,11 +477,11 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email .send_top .top_content {background-color: #fff;padding: 30px 40px;border-radius: 10px;} .send_top .send_price {display: inline-block;position: relative;margin-left:50px;vertical-align: middle;line-height: 25px;height: 27.5px;} .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;} -.send_top .send_price li {display: inline-block;color: #555;padding-right: 12px;margin-right: 6px;position: relative; font-size: 15px; letter-spacing: -0.5px;} +.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;} .send_top .heading .send_price li:first-child {margin-right:28px;} .send_top .send_price .price_line::after {content: "/";position: absolute;top: 50%;transform: translateY(-50%);right: 0;color: #ababab;font-size: 14px;} .send_top .send_price li .type {border: 1px solid #46484a;border-radius: 3px;margin-right: 8px; color: #46484a;padding: 0 4px;} -.send_top .send_price li .price {color: #e40000;font-size: 18px;font-weight: 700;} +.send_top .send_price li .price {color: #e40000;font-size: 16px;font-weight: 700;} .send_top .send_general {width: 100%;display: flex;display: -ms-flexbox; justify-content: space-between; position: relative;} /* left area 내용 입력 */ .send_top .send_left {max-width: 870px;flex-basis: 68%;} diff --git a/src/main/webapp/publish/css/mem.css b/src/main/webapp/publish/css/mem.css index 4bfe6fa9..a080e6f8 100644 --- a/src/main/webapp/publish/css/mem.css +++ b/src/main/webapp/publish/css/mem.css @@ -317,8 +317,8 @@ input[type="password"].list_inputType1 {padding: 0px;background-color: transpare .my_dashboard .event_text span{font-size: 15px; font-weight: bold; color: #e40000; padding: 0 0 0 0;} */ .my_dashboard .send_price{display: flex;width: calc(100% - 490px); height: 80%; margin: 0 0 0 0; line-height: 1; align-items: stretch;} .my_dashboard .send_price::after{display: none;} -.my_dashboard .send_price .price_title{display: flex; width: 100px; background-color: #eea301; color: #fff; font-size: 20px; font-weight: bold; border-radius: 10px 0 0 10px; align-items: center; justify-content: center; line-height: 1.5;} -.my_dashboard .send_price .price_wrap{width: calc(100% - 100px); background-color: #fff; border-radius: 0 10px 10px 0;} +.my_dashboard .send_price .price_title{display: flex; width: 100px; background-color: #eea301; color: #fff; font-size: 18px; font-weight: bold; border-radius: 10px 0 0 10px; align-items: center; justify-content: center; line-height: 1.5;} +.my_dashboard .send_price .price_wrap{width: calc(135% - 100px); background-color: #fff; border-radius: 0 10px 10px 0;} .my_dashboard .send_price ul{display: flex; width: calc(100% - 0px); border-bottom: 1px dashed #d5d5d5; margin: 0 auto; padding: 10px 14px; align-items: center; flex-wrap: wrap; box-sizing: border-box;} .my_dashboard .send_price ul:last-child{border: 0; align-items: flex-start;} .my_dashboard .send_price ul:first-child li:last-child{margin: 0; padding: 0} @@ -673,8 +673,8 @@ input[type="password"].list_inputType1 {padding: 0px;background-color: transpare /* 마이페이지 */ /*등급제 아이콘 추가*/ @media only screen and (max-width:1540px){ - .my_dashboard .send_price{width: calc(100% - 486px);} - .my_dashboard .send_price .price_wrap{width: calc(100% - 73px);} + .my_dashboard .send_price{width: calc(102% - 486px);} + .my_dashboard .send_price .price_wrap{width: calc(105% - 73px);} .my_dashboard .send_price .price_title{width: 65px;} .send_top .send_price li{margin-right: 2px; padding-right:6px;} .my_dashboard>.my_dashboard_cont1, .my_dashboard>.my_dashboard_cont3{flex-wrap: nowrap;} @@ -698,9 +698,10 @@ input[type="password"].list_inputType1 {padding: 0px;background-color: transpare .my_dashboard .my_dashboard_cont1 button {font-size: 16px; padding: 0 8px; margin: 0 0 0 13px; color: #002c9a;} .my_dashboard_cont1 .level_icon{margin: 0 22px 0 0;} .my_dashboard .send_price{margin: 0 -24px 0 0;} - .my_dashboard .send_price .price_wrap{width: calc(100% - 88px);} + .my_dashboard .send_price .price_wrap{width: calc(104% - 88px);} .my_dashboard .title_wrap .btnType{margin: 0 10px 0 0;} /*.my_dashboard .send_price .price_title{width: 75px;}*/ + .my_dashboard .send_price .price_title{width: 50px; font-size: 16px; line-height: 1.4:} } @media only screen and (max-width:1380px){ @@ -710,9 +711,8 @@ input[type="password"].list_inputType1 {padding: 0px;background-color: transpare @media only screen and (max-width:1300px){ /* join3 */ .mem_cont.join3 .text_middle>div {font-size: 16px;} - .my_dashboard .send_price .price_wrap{width:calc(100% - 80px);} - .my_dashboard .send_price .price_title{width: 60px; font-size:18px; line-height:1.4;} - .my_dashboard .send_price{width: calc(100% - 375px);} + .my_dashboard .send_price .price_wrap{width:calc(101% - 72px);} + .my_dashboard .send_price{width: calc(102% - 320px);} } @media only screen and (max-width:1280px{ .my_dashboard .send_price ul{padding: 10px 10px;} From 3cd6192d61e6895e555a1e4ee099d0bfde791233 Mon Sep 17 00:00:00 2001 From: kmg Date: Tue, 9 Jan 2024 15:24:02 +0900 Subject: [PATCH 5/5] =?UTF-8?q?2024/01/09=20=ED=9B=84=EB=B6=88=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=20>=20=EB=8B=B9=EC=9B=94=20=EB=82=A9=EB=B6=80=20?= =?UTF-8?q?=EC=98=88=EC=83=81=EA=B8=88=EC=95=A1=20=ED=8F=AC=EC=9D=B8?= =?UTF-8?q?=ED=8A=B8=20=EC=95=88=EB=82=B4=EB=AC=B8=EA=B5=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp | 4 ++++ src/main/webapp/publish/css/content.css | 14 ++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp b/src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp index a9f70a21..c3bad9a2 100644 --- a/src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp @@ -358,6 +358,10 @@ function fnRevDetailPop03(msgGroupId){ 원

    +
    +
    * 당월 납부 예상 포인트
    +
    - 납부 예상금액 결제 시 적립되는 포인트
    +
    <%-- 현재 회원의 보유잔액(캐시) --%> diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index 2ea86334..67bc9a3e 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -1051,7 +1051,7 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .hisroy_price .hisroy_price_in>div>p:last-child {float: right;} .hisroy_price .hisroy_price_in>div>p>span {font-size: 22px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 5px;} /*후불회원 요금 사용내역*/ -.hisroy_price .hisroy_defprice_in {background-color: #f2f2f2; width: calc(100%/4 - 20px); padding: 28px 22px; border-radius: 5px; box-sizing: border-box;} +.hisroy_price .hisroy_defprice_in {position:relative; background-color: #f2f2f2; width: calc(100%/4 - 20px); padding: 28px 22px 40px 22px; border-radius: 5px; box-sizing: border-box;} .hisroy_price .hisroy_defprice_in>p {font-size: 20px; font-weight: 600; margin-bottom: 25px; font-family: 'GmarketSansBold';} .hisroy_price .hisroy_defprice_in i{background-size: 100%;} .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;} @@ -1064,6 +1064,11 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .hisroy_price .hisroy_defprice_in>div>p:first-child {float: left;} .hisroy_price .hisroy_defprice_in>div>p:last-child {float: right;} .hisroy_price .hisroy_defprice_in>div>p>span {font-size: 22px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 5px;} +.hisroy_price .hisroy_defprice_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 10px 0;} +.hisroy_price .hisroy_defprice_in .clearfix:last-child{margin: 0 0 0 0; text-align: right;} +.hisroy_price .hisroy_defprice_in .clearfix p:nth-child(2n){width: calc(100% - 50px); text-align: right;} +.hisroy_price .hisroy_defprice_in dl {position: absolute; font-size:13px; color:#777; padding:0; top:178px;} +.hisroy_price .hisroy_defprice_in dl dd {padding:2px 0 0 8px;} .history_details .tType1_title{margin: 0;} .history_details .tType1_title img{margin: -4px 0 0 0;} @@ -2076,6 +2081,10 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .sub .election .receipt_number_table_wrap+.list_bottom .list_bottom_right button{font-size:14px;letter-spacing:-1px;} .sub .election .receipt_number_table_wrap+.list_bottom .list_bottom_right .btn_gray.fill{padding:0 5px;} .sub .election .receipt_number_table_wrap+.list_bottom .list_bottom_right .btn_yellow.fill{padding:0 3px;} + + /* 후불회원 요금사용내역*/ + .hisroy_price .hisroy_defprice_in>p {font-size: 18px; font-weight: 600; margin-bottom: 25px; font-family: 'GmarketSansBold';} + .hisroy_price .hisroy_defprice_in>div>p>span {font-size: 18px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 5px;} } @media only screen and (max-width:1480px){ @@ -2216,7 +2225,8 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .kakaotalkset_cont .kakao_wrap .template_category{width: 259px;} /* 선거문자 */ - .sub .election .list_bottom .list_bottom_right button{width:90px;height:30px;font-size:14px;letter-spacing:-1.4px;} + .sub .election .list_bottom .list_bottom_right button{width:90px;height:30px;font-size:14px;letter-spacing:-1.4px;} + } @media only screen and (max-width:1300px){