
/* /// 공통 /// */
/* 취소&확인 버튼 */
.btnBox {width:100%;max-width:960px;margin:0 auto;font-size:0;text-align:center;box-sizing:border-box;padding:10px 20px;background:#fff;border-top:1px solid #eee}
.btnBox a {display:inline-block;width:48%;border-radius:20px;height:40px;background:#5d88ff;color:#fff;font-size:16px;line-height:40px}
.btnBox a:first-child {margin-right:4%;background:#e8e8e8;color:#666}

.oneBtnBox {width:100%;max-width:960px;margin:0 auto;font-size:0;text-align:center;box-sizing:border-box;padding:10px 20px;background:#fff;border-top:1px solid #eee}
.oneBtnBox a {display:inline-block;width:100%;border-radius:20px;height:40px;background:#5d88ff;color:#fff;font-size:16px;line-height:40px}

/* 이전페이지 이동*/
.prevBtn {/*padding-top:5.5px;*/margin-right:11px;float:left;}
.prevBtn img {display:block;width:9px;}

/* 모달창 */
#lean_overlay  {position: fixed;z-index:101;top: 0px;left: 0px;height:100%;width:100%;background:rgba(0,0,0,0.7);display:none}
#ModalBox, #ModalBox2 {display:none;padding:0;margin:0;border:0;}
#ModalBox.active, #ModalBox2.active {display:block;position:relative;z-index:10000}
/* 오류페이지 */
.errorWrap {box-sizing:border-box;padding:63px 20px 0;position:relative}
.errorWrap .icon {display:block;margin-bottom:22.9px;width:71.5px}
.errorWrap dl dt {font-size:22px;line-height:26.4px;font-weight:bold;margin-bottom:3.6px;color:#000}

/* title */
.topFixedWrap {position:fixed;top:0;left:0;width:100%;z-index:1000}
header {padding:14px 21px 13px 21px;position:relative;top:0;left:0;width:100%;box-sizing:border-box;margin:0 auto;background-color:rgb(255, 255, 255);}
header.active {border-bottom:1px solid #eee;background:#fff;}
.title {width:100%;height:auto;overflow:hidden; display: flex; flex-wrap: wrap;}
#wrap h1 {float:left;font-weight:bold;font-size:22px;line-height:30px;color:#000;}
#wrap .contents {padding-top:57px;}


/* /// 이용내역 /// */
.breakdownList nav {clear:both;background:#f0f0f0;height:50px;box-sizing:border-box;padding:12px 19px 14px;font-size:0}
.breakdownList nav a {display:inline-block;font-size:16px;line-height:28px;position:relative;color:#666; padding: 0 19px;}
.breakdownList nav a:first-child {padding-right:38.5px;}
.breakdownList nav a:first-child:before {content:"";display:block;width:1px;height:15px;background:#d3d3d3;position:absolute;top:7px;right:19px}
.breakdownList nav a.active {color:#000;font-weight:bold;}
.breakdownList div {border-bottom:1px solid #f2f2f2;box-sizing:border-box;padding:13px 19px;width:100%;height:auto;overflow:hidden;}
.breakdownList div dl {float:left;text-align:left;}
.breakdownList div dl dt {font-size:17px;line-height:27.5px;color:#000}
.breakdownList div dl dd {font-size:13px;line-height:16px;}
.breakdownList div dl dd span {padding-left:11px;display:inline-block;position:relative}
.breakdownList div dl dd span:before {content:".";display:block;color:#e2e2e2;position:absolute;bottom:0;left:5px;}
.breakdownList div ul {float:right;position:relative;top:5px}
.breakdownList div ul li {text-align:right;font-size:13px;line-height:16px;}
.breakdownList div ul li:first-child {color:#000;margin-bottom:2.5px}
.breakdownList div ul li:first-child span {font-family:"ProductSans-Bold";font-size:18px;line-height:22px;}
.breakdownList div ul li a {color:#ff0000;text-decoration:underline;}
#ModalBox .modalTable {display:table;width:320px;margin:0 auto;height:100vh;text-align:center;padding:0;border:0}
#ModalBox .modalTable .modalMiddle {display:table-cell;vertical-align:middle;padding:0;border:0;width:100%;height:auto;}
#ModalBox .modalTable .modalMiddle .modalBox {background:#fff;padding:50px 0 0 0;border:0;margin:0;position:relative;z-index:100000}
#ModalBox .modalTable .modalMiddle .modalBox img {display:block;margin:0 auto 10px;width:78.5px}
#ModalBox .modalTable .modalMiddle .modalBox b {font-weight:bold;font-size:22px;line-height:35px;margin-bottom:5px;color:#000;display:block;}
#ModalBox .modalTable .modalMiddle .modalBox p mark {text-decoration:underline;color:#000;font-weight:bold;}
#ModalBox .modalBtn {margin-top:50px;text-align:center;font-size:0;padding:0;border:0}
#ModalBox .modalBtn a {display:inline-block;width:50%;background:#5d88ff;color:#fff;font-size:16px;height:50px;line-height:50px}
#ModalBox .modalBtn a:first-child {background:#e8e8e8;color:#666}
#ModalBox .modalBtn a.w100 {width:100%;background:#5d88ff;color:#fff;}

.breakdownList .ListNull{display: block; border-bottom: 0; padding-top:60px;}
.breakdownList .ListNull img{display: block; width: 60px;margin: 0 auto;}
.breakdownList p{font-size:17px;line-height:27.5px;color:#666;text-align: center;}

/* /// 결제홈 /// */
.homeBox {width:100%;height:100%;min-height:100vh;background:#f5f5f5;box-sizing:border-box;padding:0 20px}
.homeBox .totalBox {
	width:100%;height:auto;background:linear-gradient(150deg, rgba(173,70,153,1) 10%, rgba(220,41,140,1) 45%, rgba(241,94,82,1) 95%);
	color:#fff;box-sizing:border-box;padding:18px 18.7px 0;border-radius:15px;margin-bottom:17px; margin-top: 20px;
}
.homeBox .totalBox dl {text-align:right;background:url(../../common/images/home_icon1.png) left 5px no-repeat;background-size:47.5px;padding-bottom:19px;border-bottom:1px solid rgba(255,255,255,0.3)}
.homeBox .totalBox dl dt {font-size:15px;line-height:18px;}
.homeBox .totalBox dl dd {font-family:'ProductSans-Bold';font-size:30px;line-height:36px;}
.homeBox .totalBox a {display:block;padding:14px 0;color:#fff;background:url(../../common/images/home_arrow_w.png) right center no-repeat;background-size:7.5px;}
.homeBox .totalBox a img {width:17px;margin: 0 6px 5px 0;vertical-align:middle}
.homeBox .chargeBox {margin-bottom:10px;}
.homeBox .chargeBox p, .homeBox .paymentBox p {color: #282828;margin-bottom:12.5px;font-weight:bold;}
.homeBox .chargeBox p img {width:20px;margin-right:6.7px;position:relative;top:4px}
.homeBox .chargeBox a {display:block;background:url(../../common/images/home_arrow_b.png) 95% center no-repeat #fff;background-size:6px;border-radius:20px;box-sizing:border-box;padding:0 21px 0 26px;line-height:60px;color:#666;margin-bottom:5px}
.homeBox .paymentBox p img {width:19px;margin-right:7px;position:relative;top:4px}
.homeBox .paymentBox div {background:#fff;border-radius:20px;box-sizing:border-box;padding:19px 25px 25px}
.homeBox .paymentBox div dl {display:table;width:100%;line-height:23px}
.homeBox .paymentBox div dl dt {display:table-cell;text-align:left;position:relative;width:75px;}
.homeBox .paymentBox div dl dt:after {content:"";display:inline-block;width:1px;height:13.5px;background:#c6c6c6;margin-left:14px;position:relative;top:2px}
.homeBox .paymentBox div dl dd  {display:table-cell;text-align:right;font-weight:bold;color: #282828;width:auto;max-width:80px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;box-sizing:border-box;padding-left:10px}
.homeBox .paymentBox div dl dd mark b {color:#5d88ff;font-family:"ProductSans-Bold";font-size:19px;margin-right:5px}
.homeBox .paymentBox div dl dd mark {font-weight:normal}
.homeBox .paymentBox div .underline {display:block;width:100%;border:1px dashed #ccc;margin-top:24px}
.homeBox .paymentBox div a {display:block;width:100%;color:#fff;height:40px;background:#5d88ff;line-height:40px;text-align:center;border-radius:50px;margin-top:25px}
.homeBox .paymentBox .paymentInfo a {margin-top: 15px;}
/* 갤럭시스토어 PIN */
.chargeWrap {box-sizing:border-box;padding:0 20px; position:relative}
.chargeWrap .info {display:block;margin-top:10px;}
.PIN_box {box-sizing:border-box;padding:0 20px;margin:26px 0 0 0}
.PIN_box input {border:1px solid #c6c6c6;border-radius:20px;height:60px;width:100%;box-sizing:border-box;padding:17px 16px;color:#5d88ff;font-weight:bold;/*margin-bottom:6px;*/background: #fff;font-size:16px}
.PIN_box .moneyBox {border:1px solid #c6c6c6;border-radius:20px;height:60px;width:100%;box-sizing:border-box;padding:18px 16px 16px;color:#5d88ff;font-weight:bold;/*margin-bottom:6px;*/background: #fff;font-size:16px}
.PIN_box input::placeholder {color:#c6c6c6;font-weight:normal}
/*    2022-06-17 수정 */
.PIN_box #securityCode { margin-top: 10px;}
.PIN_box .longbtn {display:block;width:100%;color:#fff;height:40px;background:#5d88ff;line-height:40px;text-align:center;border-radius:50px;margin-top:25px}
.PIN_box .mgt40 { margin-top: 40px;}
.PIN_box .sub_txt { margin-top: 25px; padding-top: 20px ; border-top:1px solid #eee;}
/*    2022-06-17 수정 end */
.PIN_box p {font-size:12px;color:#666}
.PIN_box ol { display: table; }
.PIN_box ol li {font-size:12px;color:#666; list-style: none; display: table-row;}
.PIN_box ol li::before { content: ". "; text-align: right; padding-right: 3px; display: table-cell;}
.PIN_box #ModalBox img {width:59.5px}
.PIN_box #ModalBox .pinPayBox {box-sizing:border-box;padding:0 20px;margin-top:35px}
.PIN_box #ModalBox .pinPayBox dl {width:100%;display:table;border:1px solid #c6c6c6;box-sizing:border-box;height:50px;border-radius:15px;}
.PIN_box #ModalBox .pinPayBox dl dt {display:table-cell;height:48px;vertical-align:middle;text-align:left;box-sizing:border-box;padding-left:19px;}
.PIN_box #ModalBox .pinPayBox dl dd {display:table-cell;height:48px;vertical-align:middle;color:#282828;text-align:right;box-sizing:border-box;padding-right:32px;}
.PIN_box #ModalBox .pinPayBox dl dd mark {color:#5d88ff;font-family:"ProductSans-Bold";margin-right:5px}
.PIN_box #ModalBox.noImage h2 {font-weight:bold;color:#000;font-size:22px;line-height:35px;border-bottom:1px solid #e8e8e8;padding-bottom:10px;margin:0 auto 24px;width:87.5%;white-space: nowrap;}
.PIN_box #ModalBox.noImage .modalBox {padding-top:23px}
.PIN_box #ModalBox.noImage .modalBtn {margin-top:26px}
.PIN_box #ModalBox input:focus { outline: none; border:1px solid #5d88ff; border-radius:20px;}

/* 계좌이체 */
.PIN_box b {font-weight:bold;color:#000;margin-bottom:10px;display:block;position:relative}
.PIN_box b > a {display:block;position:absolute;top:1px;right:0;font-size:13px;line-height:16px;color:#666;font-weight:normal}
.PIN_box a.btnBank {color:#5d88ff;width:100%;text-align:center;display:block;height:70px;line-height:70px;box-sizing:border-box;border: 1px dashed #ccc;border-radius:20px;margin-bottom:6px}
.PIN_box .bankBox {width:100%;height:70px;border:1px solid #5d88ff;border-radius:20px;box-sizing:border-box;padding:17.5px 0;display:table}
.PIN_box .bankBox dt {vertical-align:middle;display:table-cell;box-sizing:border-box;width:30%;position:relative}
.PIN_box .bankBox dt:after {content:"";display:block;width:1px;height:35px;background:#ccc;position:absolute;top:4px;right:0;}
.PIN_box .bankBox dt img {display:block;vertical-align:middle;width:66.5px;margin:0 auto}
.PIN_box .bankBox dd {display:table-cell;vertical-align:middle;width:70%;font-size:13px;line-height:16px;box-sizing:border-box;padding-left:13px}
.PIN_box .bankBox dd b {font-size:17px;line-height:20px;margin-bottom:3px}


/* 갤럭시스토어 충전형 화폐 */
.chargeWrap dl dd.last_txt {margin-top:5px}
.agreeList {box-sizing:border-box;padding:0 20px;margin:27.5px 0 8.5px;}
.agreeList > p {font-weight:bold;color:#000}
.agreeList ul li {width:100%;border-bottom:1px solid #eee;background:url(../../common/images/home_arrow_b.png) center right no-repeat;background-size:6px}
.agreeList ul li div {display:table;width:100%;height:58px;}
.agreeList ul li div label {display:table-cell;width:20px;vertical-align:middle;}
.agreeList ul li:first-child {border-color:#666;background-image:none;}
.agreeList ul li p, .agreeList ul li a {display:table-cell;width:auto;vertical-align:middle;box-sizing:border-box;padding:0 10px}

input[type="checkbox"] {display:none}
input[type="checkbox"] + label span {display: inline-block;vertical-align: middle;width: 17px;height: 17px;border: 1px solid #dbdbdb;border-radius: 50%;background-color: #ffffff;text-align: center;}
input[type="checkbox"][active] + label span {background-color: #5d88ff;}
input[type="checkbox"][active] + label span:hover {background-color: #5d88ff;border: 1px solid #dbdbdb;}
input[type="checkbox"] + label span:focus {background-color: #fff}
input[type="checkbox"] + label span  {border-radius: 50%;}

input[type="checkbox"][disabled] + label span::before,
input[type="checkbox"][active] + label span::before,
input[type="checkbox"]:checked + label span::before {content: "";color: #ffffff;text-align: center;border:2px solid #fff;border-radius:50%;width:13px;height:13px;display:block;}
input[type="checkbox"]:checked + label span {background-color: #5d88ff; }

input[type="radio"] {display:none}
input[type="radio"] + label span {display: inline-block;vertical-align: middle;width: 17px;height: 17px;border: 1px solid #dbdbdb;border-radius: 50%;background-color: #ffffff;text-align: center;}
input[type="radio"][active] + label span {background-color: #5d88ff;}
input[type="radio"][active] + label span:hover {background-color: #5d88ff;border: 1px solid #dbdbdb;}
input[type="radio"] + label span:focus {background-color: #fff}
input[type="radio"] + label span  {border-radius: 50%}

input[type="radio"][disabled] + label span::before,
input[type="radio"][active] + label span::before,
input[type="radio"]:checked + label span::before {content: "";color: #ffffff;text-align: center;border:2px solid #fff;border-radius:50%;width:13px;height:13px;display:block;}
input[type="radio"]:checked + label span {background-color: #5d88ff;}

.popupBox {background:#fff;box-sizing:border-box;padding:20px;position:fixed;top:0;left:0;width:100%;height:100%;}
.popupBox h1 {margin-bottom:35px;font-size:22px;line-height:26.4px;color:#000;font-weight:bold;clear:both}
.popupBox .modal_close {float:right;/*margin:21px 0 15px*/}
.popupBox .modal_close img {width:18px}
.popupBox > div {width:100%;overflow-y:auto;height:calc(100% - 90px);box-sizing:border-box;padding-bottom:50px}

/** 20210820 이벤트 이미지 하단 버튼 스타일 추가 */
.popupBox .bottom-fixed-button { width: 100%; line-height: 53px; text-align: center; background: transparent; }
.popupBox .bottom-fixed-button > a { background: #5d88ff; width: 100%; display: block; border-radius: 10px; color: white; font-size: 18px; }
/*.popupBox .bottom-fixed-button > a span::before{ content: ''; width: 29px; height: 25px;  display: inline-block;}*/

/** 20210702 약관팝업 테이블 스타일 추가 */
.popupBox div table {width:100%;box-sizing:border-box;border:1px solid #ccc;margin:15px 0 30px;word-break:break-all}
.popupBox div table thead tr th {background:#f1f1f1;padding:15px 10px;border-left:1px solid #ccc;text-align:center;box-sizing:border-box;font-size:13px}
.popupBox div table tbody tr td {border-top:1px solid #ccc;border-left:1px solid #ccc;padding:15px 10px;text-align:center;box-sizing:border-box;font-size:13px}
.popupBox div table thead tr th:first-child,
.popupBox div table tbody tr td:first-child {border-left:0}


/* /// 2021-06-18 추가 CSS /// */
/* 전체메뉴 */
.gnb {cursor:pointer;position:absolute;top:22px;right:20px;}
.gnb button {float:right;}
.gnb button img {display:block;width:19px}
.gnb div {background:#fff;width:120px;height:auto;border-radius:15px;box-sizing:border-box;padding:0 20px;position:relative;top:35px;z-index:100;}
.gnb div a {display:block;line-height:48px;border-top:1px solid #707070;background:url(../../common/images/gnbArrow.png) right center no-repeat;background-size:7.5px}
.gnb div a:first-child {border-top:0}
.gnb .overlay {width:100%;height:100%;min-height:100vh;background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;z-index:10;}

/* 기프트카드 */
.homeBox.giftCardBox {padding-bottom:150px;padding-top:57px}
.homeBox.giftCardBox .totalBox dl {background-image:url(../../common/images/giftCard_icon.png)}

/* 화면 하단 배너 */
.bottomFixedWrap {position:fixed;bottom:0;left:0;width:100%}
.bannerWrap {width:100%;text-align:center;box-sizing:border-box;padding:30px 0 47px}
.bannerWrap a {display:block;margin:0 auto;}
.bannerWrap img {display:block;width:auto;max-width:100%;margin:0 auto;border-radius: 20px;}
.bannerWrap a.m_view{display:none}

/* 레이어팝업 */
.layerPopup {width:100%;height:100%;min-height:100vh;background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;z-index:1000;display:table}
.layerPopup .inner {display:table-cell;vertical-align:middle;width:100%;text-align:center;box-sizing:border-box;padding:0 20px}
.layerPopup .inner .m_view {width:100%;max-width:320px;position:relative;margin:0 auto;display:none;border-radius:20px;overflow:hidden}
.layerPopup .inner button.btnPopup {position:absolute;top:20px;right:20px;width:18px;}
.layerPopup .inner button.btnPopup img {display:block;width:100%;}
.layerPopup .inner .t_view {width:100%;max-width:360px;position:relative;margin:0 auto;border-radius:20px;overflow:hidden}
/*
.layerPopup .inner .t_view button.btnPopup {position:absolute;top:40px;right:40px;width:39px;}
.layerPopup .inner .t_view button.btnPopup img {display:block;width:100%;}
*/

.layerPopup .inner .popup_img {display:block;width:auto;max-width:100%;border-radius: 20px 20px 0 0;}

.layerPopup .inner .m_view .weekBox {background:#fff;padding:20px;box-sizing:border-box;/*border-radius:0 0 20px 20px;*/text-align:left;font-size:16px;line-height:19px;overflow:hidden}
.layerPopup .inner .m_view .weekBox span {float:left;margin-right:9px;}
.layerPopup .inner .m_view .weekBox p {float:left;color:#666;display:inline-block;}
.layerPopup .inner .m_view .weekBox .btnPopup {float:right;display:block;color:#503de3;cursor:pointer}

.layerPopup .inner .t_view .weekBox {background:#fff;padding:20px;box-sizing:border-box;/*border-radius:0 0 40px 40px;*/text-align:left;font-size:16px;line-height:19px;overflow:hidden}
.layerPopup .inner .t_view .weekBox span {float:left;margin-right:9px;}
.layerPopup .inner .t_view .weekBox p {float:left;color:#666;display:inline-block;}
.layerPopup .inner .t_view .weekBox .btnPopup {float:right;display:block;color:#503de3;cursor:pointer}


/* 계좌이체 - 충전 금액 버튼 */
.btnMoney {display:table;table-layout:fixed;width:100%;text-align:center;font-size:16px;padding:22px 0 18px;max-width:640px;margin:0 auto}
.btnMoney li {display:table-cell;text-align:center;}
.btnMoney button {background:url(../../common/images/btnPlus.png) left center no-repeat;background-size:17.5px;box-sizing:border-box;padding-left:21px;font-size:16px;color:#666;}
.btnMoney button.active {color:#5d88ff;background-image:url(../../common/images/btnPlus_on.png)}

.addMoney {background:#f5f5f5;box-sizing:border-box;padding:20px 24px 21px 24px;font-size:16px;border-radius:20px;margin-bottom:6px}
.addMoney ul {display:table;width:100%;}
.addMoney ul li {display:table-cell;width:50%;line-height:23px;position:relative}
.addMoney ul li:first-child:before {content:"";display:block;width:1px;height:15px;background:#c6c6c6;position:absolute;left:110px;top:5px;}
.addMoney ul li:last-child {text-align:right;color:#282828}
.addMoney ul li mark {background:none;font-family:"ProductSans-Bold";color:#5d88ff;font-size:19px;}
.addMoney ul.last {border-top:1px dashed #c6c6c6;padding-top:4.5px;margin-top:4.5px}


/* 이용약관 */
.agreeList.termsBox {margin:0}
.agreeList.termsBox ul li:first-child {border-top:1px solid #eee;border-bottom:1px solid #eee;background: url(../../common/images/home_arrow_b.png) center right no-repeat;background-size: 6px;}

/* 공지사항 */
.accordionBox {width:calc(100% - 40px);margin:0 auto;box-sizing:border-box;border-bottom:1px solid #eee;}
.accordionBox .listBox {border-top:1px solid #eee;}
.accordionBox .listBox .title {font-size:15px;line-height:18px;letter-spacing:-0.75px;display:table;padding:16px 0}
.accordionBox .listBox .title mark {display:table-cell;width:15px;color:#666}
.accordionBox .listBox .title p {display:table-cell;width:calc(100% - 28px)}
.accordionBox .listBox .title i {display:table-cell;width:13px;vertical-align:middle;}
.accordionBox .listBox .title i img {display:block;vertical-align:middle;width:13px;transition-duration: .3s;}
.accordionBox .listBox .title p span {display:block;font-size:12px;line-height:18px;color:#999;}
.accordionBox .listBox .con {border-top:1px solid #eee;background:#f5f5f5;box-sizing:border-box;padding:15px 10px;color:#666;font-size:15px;line-height:20px}
.accordionBox .listBox .title.active i img {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}


/* 고객센터 */
.qnaTopBox {width:calc(100% - 40px);margin:0 auto;box-sizing:border-box;border-top:1px solid #eee;padding:25px 0 20px}
.qnaTopBox p {font-size:22px;line-height:30px;font-weight:bold;color:#000;vertical-align:middle;}
.qnaTopBox >a {display:table-cell;text-align:right;width:60px;padding-left:37.25px;border-left:1px solid #eee;}
.qnaTopBox >a img {display:block;width:20px;margin:0 auto 10px}
.qnaTopBox .btn-wrap{display:flex;margin-top:20px;flex-wrap: nowrap; align-content: center}
.qnaTopBox .wrap-vertical {overflow-x: auto; overflow-y: hidden; white-space: nowrap;}
.qnaTopBox .btn-wrap .btn {display:inline-block;height:40px;line-height:40px;padding:0 20px; margin-right:5px; border:1px solid #c6c6c6;font-size:16px;border-radius:20px;color:#666;box-sizing: border-box;}
.qnaTopBox .btn-wrap .btn.call{padding-left:40px;background: url(../../common/images/icon_call_white.png) no-repeat left 20px center;background-size: 15px auto;}
.qnaTopBox .btn-wrap .btn.active{color:#fff;background-color:#5d88ff;border:none;}
.accordionBox .listBox .con ul {margin-top:5px}
.accordionBox .listBox .con ul li {position:relative;box-sizing:border-box;padding-left:17.5px}
.accordionBox .listBox .con ul li span {display:block;color:#5d88ff;position:absolute;top:0;left:0;}

/* 서비스 해지 및 탈퇴 (231103 추가) */
.ft-bold{font-weight: 600;}
.page-inner{padding:0 20px;}
.mt-05{margin-top:5px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}

.title-wrap{padding:15px 0 25px;border-top: 1px solid #eee;}
.title-wrap>dt{font-size:22px;line-height: 31px;letter-spacing:-0.66px;font-weight:600;color:#000;}
.title-wrap>dd{font-size: 15px;line-height: 22px;letter-spacing: -0.45px;color:#666;}
.chk-item + .chk-item {margin-top: 15px;}
.chk-item input[type="checkbox"]{display: none;}
.chk-item input[type="checkbox"] + label{display: block;padding-left: 23px;background:url(../../common/images/check_off.png) no-repeat left top 2px;background-size: 17px auto;font-size:15px;line-height: 21px;letter-spacing: -0.45px;}
.chk-item input[type="checkbox"]:checked + label{background-image: url(../../common/images/check_on.png);}
.chk-item input[type="checkbox"] + label .sub-text{display: block;font-size: 13px;font-weight: 400;}
.chk-item input[type="radio"]{display: none;}
.chk-item input[type="radio"] + label{display: block;padding-left: 23px;background:url(../../common/images/check_off.png) no-repeat left top 2px;background-size: 17px auto;font-size:15px;line-height: 21px;letter-spacing: -0.45px;}
.chk-item input[type="radio"]:checked + label{background-image: url(../../common/images/check_on.png);}
.chk-item input[type="radio"] + label .sub-text{display: block;font-size: 13px;font-weight: 400;}


.out-wrap .rule-wrap ul{margin-top: 5px;}
.out-wrap .rule-wrap ul>li{position: relative;padding-left: 10px;}
.out-wrap .rule-wrap ul>li+li{margin-top: 2px;}
.out-wrap .rule-wrap ul>li::before{content: "·";display: inline;position:absolute;left:0;top:0;}

.out-wrap .gray-box{background-color: #f5f5f5;padding:0 20px;border-radius: 20px;}
.out-wrap .gray-box.ht-55>dl{height: 55px;line-height: 55px;}
.out-wrap .gray-box.ht-65>dl{height: 65px;line-height: 65px;}
.out-wrap .gray-box>dl{font-size: 16px;display: flex;justify-content: space-between;}
.out-wrap .gray-box>dl+dl{border-top: 1.5px dashed #c6c6c6;}
.out-wrap .gray-box>dl>dt{padding-right: 12px;box-sizing: border-box;position: relative;letter-spacing: -0.48px;flex-shrink: 0;margin-right: 10px;color:#000;}
.out-wrap .gray-box>dl>dt::after{content: "|";display: inline;position:absolute;
	right:0;top:0;font-weight: 200;color:#c6c6c6;}
.out-wrap .gray-box>dl>dd{color: #000; font-weight: 600;}
.out-wrap .gray-box>dl>dd .p-color{color: #5d88ff;}
.out-wrap .money-wrap .money-notice{margin-top: 10px;font-size: 13px;line-height: 16px;color:#ff0000;letter-spacing: -0.39px;}

.out-wrap .acct-wrap{margin-top: 5px;}
.out-wrap .acct-wrap .acct-txt{font-size: 13px;line-height: 16px;letter-spacing: -0.39px;color: #666;}
.out-wrap .table-list{border-top:2px solid #666;margin-top: 10px;border-bottom:1px solid #eee;}
.out-wrap .table-list>li{padding:10px 0;display: flex;align-items: center;color: #000;box-sizing: border-box;}
.out-wrap .table-list>li + li{border-top:1px solid #eee;}
.out-wrap .table-list>li .item-tit{flex-shrink: 0;font-size: 15px;letter-spacing: -0.45px;color:#000;box-sizing: border-box;padding-left: 10px;}
.out-wrap .table-list.tit-75>li .item-tit{width: 105px;padding-right: 20px;}
.out-wrap .table-list.tit-90>li .item-tit{width: 110px;padding-right: 10px;}
.out-wrap .table-list>li .input-box{border: 1px solid #c6c6c6;flex-grow: 1;height: 42px; color:#c6c6c6;}
.out-wrap .table-list>li .input-box > * {display: block;width: 100%;height: 100%;font-size: 16px;box-sizing: border-box;}
.out-wrap .table-list>li .input-box > button{text-align: left;color:#c6c6c6;background: url(../../common/images/ico_arrow_down.png) no-repeat right 20px center;background-size: 14px auto;}
.out-wrap .table-list>li .input-box input[type="text"]{border: none;outline: none;}
.out-wrap .table-list>li .input-box input[type="text"]::placeholder{color: #c6c6c6;}

.out-wrap .scope-wrap .scope-txt{font-size: 15px;}
.out-wrap .scope-wrap .table-list>li{height: 50px;}

.out-wrap .result-wrap{padding-top:109px;background: url(../../common/images/icon_confirm.png) no-repeat top 23px left; background-size: 70px auto;}
.out-wrap .result-wrap .title-wrap{border: none; padding: 0 0 30px;}
.out-wrap .result-wrap .result-txt{margin-top: 10px;font-size: 15px;line-height: 22px;letter-spacing: -0.45px;color:#666;}
.out-wrap .result-wrap .gray-box dl>dt{padding-right: 20px;}

.pop-wrap {position: fixed;left:0;bottom:0;width: 100%;height: 100%;z-index: 99999;display: none;}
.pop-wrap.open{display: block;}
.pop-wrap::after{content: "";position: absolute;display: block;width: 100%;height: 100%;background-color: #00000080;left:0;top:0;z-index: 10;}
.pop-wrap .pop-content{max-height: calc(100vh - 60px);background-color: #fff;padding:0 20px;box-sizing: border-box;position: absolute;bottom: 0;width: 100%;z-index: 100;display: flex;flex-direction: column;transition: bottom .5s;}
.pop-wrap .pop-content .pop-header{height: 62px;line-height: 62px; box-sizing: border-box;border-bottom: 1px solid #eee;font-size: 22px;color:#202020;font-weight: 600; position:relative;}
.pop-wrap .pop-content .pop-header .pop-switch{width: 15px;height: 15px; background: url(../../common/images/ico_close.png) no-repeat center;background-size: 100%; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.pop-wrap .pop-content .pop-body{padding: 30px 0;overflow-y: auto;}

.bank-list{display: flex; flex-wrap: wrap;}
.bank-list > li {width: calc((100% - 10px) / 2);}
.bank-list > li .bank-btn{display: flex;align-items: center;height: 30px;}
.bank-list > li .bank-btn>span{font-size: 15px;color: #666;margin-left: 5px;}
.bank-list > li .bank-btn>img{width: 30px;height: 30px;}
.bank-list > li:nth-child(even){margin-left: 10px;}
.bank-list > li:nth-child(n+3){margin-top: 20px;}

.ov-h{overflow: hidden;}

/*221005 지급보증*/
.guarantee_img{margin-top: 25px;}
.guarantee_img img{width:100%;}

/* /// mediaQuery ///
	 구형폰에서 화면 세로길이가 720px미만인 경우, 가로모드 전환 시 패드용 배너를 보여주기 위한 조건
	 @media screen and (min-width: 280px) and (max-width:720px) and (orientation:portrait) {
		=> (width < 720px) && 세로모드

	원본: @media screen and (min-width: 280px) and (max-width:720px) {
*/
@media screen and (min-width: 280px) and (max-width:720px) and (orientation:portrait) {

	/* 화면 하단 배너 */
	.bannerWrap a.m_view{display:block}
	.bannerWrap a.t_view {display:none}

	/* 레이어팝업 */
	.layerPopup .inner .m_view {display:block}
	.layerPopup .inner .t_view {display:none}

}

/* /// 모바일 가로모드 /// */
@media all and (orientation:landscape) {
	#ModalBox .modalTable .modalMiddle .modalBox {
		padding-top:25px;
	}
	#ModalBox .modalTable .modalMiddle .modalBox img {
		width:39px;
	}
	#ModalBox .modalTable .modalMiddle .modalBox b {
		font-size:18px;
		line-height:21px;
	}
	#ModalBox .modalTable .modalMiddle .modalBox p {
		font-size:13px
	}
	#ModalBox .modalBtn {
		margin-top:25px
	}
	#ModalBox .modalBtn a {
		height:40px;
		line-height:40px;
	}

	.PIN_box #ModalBox .pinPayBox {
		margin-top:15px;
	}
	.PIN_box #ModalBox .pinPayBox dl {
		height:40px;
	}
	.PIN_box #ModalBox .pinPayBox dl dt,
	.PIN_box #ModalBox .pinPayBox dl dd {
		font-size:13px;
		height:40px;
	}
	.PIN_box #ModalBox .pinPayBox dl dt {
		padding-left:16px
	}
	.PIN_box #ModalBox .pinPayBox dl dd {
		padding-right:16px;
	}
	.PIN_box #ModalBox.noImage h2 {
		font-size:18px;line-height:21px;
		margin-bottom:12px;
	}
}

/* 현금영수증 정보변경 팝업 */
.chkWeekBox {margin-top:26px;background:#5d88ff;color:#fff;font-size:16px;overflow:hidden;height:50px;line-height:50px;box-sizing:border-box;padding:0 20px;text-align:left;position:relative}
.chkWeekBox input[type="checkbox"] + label span {margin-right:10px}
.chkWeekBox .modal_close {color:#fff;font-family:"Spoqa Han Sans Neo";font-size:16px;position:absolute;right:20px;top:13px}

/* 현금영수증 */
.homeBox .paymentBox .cashReceiptBox > #cashReceiptTitle {display: block;color:#666;padding-top:15px;padding-bottom:10px;}
.homeBox .paymentBox .cashReceiptBox > #cashReceiptTitle > label {padding-right: 5px}
.homeBox .paymentBox .cashReceiptBox > #cashReceiptContents {padding: 0 25px;}
.homeBox .paymentBox .cashReceiptBox > #cashReceiptContents > span {display:inline-block;width:80%;}
.homeBox .paymentBox .cashReceiptBox > #cashReceiptContents > a {display:inline-block;width:20%;color:#666;background:#f0f0f0;height:40px;line-height:40px;text-align:center;border-radius:50px;margin: 0;}
.homeBox .paymentBox .cashReceiptBox > input {border:1px solid #c6c6c6;border-radius:20px;height:60px;width:100%;box-sizing:border-box;padding:17px 16px;color:#5d88ff;font-weight:bold;/*margin-bottom:6px;*/background: #fff;font-size:16px}
.homeBox .paymentBox .cashReceiptBox > input::placeholder {color:#c6c6c6;font-weight:normal}

.homeBox .paymentBox .cashReceiptBox > .chk {text-align: left;font-size: 16px;letter-spacing: -0.96px;}
.homeBox .paymentBox .cashReceiptBox > .chk input {width: 16px;height: 16px;}
.homeBox .paymentBox .cashReceiptBox > .chk span {width: 16px;height: 16px;border: 0;background: url(../../common/images/btnChk.png) center no-repeat;background-size: 16px;}

.homeBox .paymentBox .cashReceiptBox > .chk input[type="checkbox"][disabled] + label span::before,
.homeBox .paymentBox .cashReceiptBox > .chk input[type="checkbox"][active] + label span::before,
.homeBox .paymentBox .cashReceiptBox > .chk input[type="checkbox"]:checked + label span::before {content: "";width: 16px;height: 16px;border: 0;background: url(../../common/images/btnChk_on.png) center no-repeat;background-size: 16px;display: block;}

/* /// 2022-01-13 추가 CSS /// */
.homeBox .paymentBox div.receiptWrap {font-size: 16px;line-height: 19.2px;padding: 0;}
.homeBox .paymentBox div.receiptWrap p {color: #666;margin:22px auto 10px;font-weight: normal;}
.homeBox .paymentBox div.receiptWrap ul {display: table;margin-bottom: 21px;width: 100%;}
.homeBox .paymentBox div.receiptWrap ul li {display: table-cell;vertical-align: middle;font-size: 15px;}
.homeBox .paymentBox div.receiptWrap ul li:first-child {width: 100%;}
.homeBox .paymentBox div.receiptWrap ul li:last-child {width:60px}
.homeBox .paymentBox div.receiptWrap ul li a {width: 60px;height: 35px;display: block;border: 0;border-radius: 0;background: #e8e8e8;color: #666;font-size: 16px;text-align: center;line-height: 35px;}
.PIN_box #ModalBox2.noImage h2 {font-weight: bold;color: #000;font-size: 22px;line-height: 35px;border-bottom: 1px solid #e8e8e8;padding-bottom: 10px;margin: 0 auto 24px;width: 87.5%;}
#ModalBox2 .modalTable {display:table;width:320px;margin:0 auto;height:100vh;text-align:center;padding:0;border:0}
#ModalBox2 .modalTable .modalMiddle {display:table-cell;vertical-align:middle;padding:0;border:0;width:100%;height:auto;}
#ModalBox2 .modalTable .modalMiddle .modalBox {background:#fff;padding:23px 0 0 0;border:0;margin:0;position:relative;z-index:100000}
#ModalBox2 .modalTable .modalMiddle .modalBox img {display:block;margin:0 auto 10px;width:78.5px}
#ModalBox2 .modalTable .modalMiddle .modalBox b {font-weight:bold;font-size:22px;line-height:35px;margin-bottom:5px;color:#000;display:block;}
#ModalBox2 .modalTable .modalMiddle .modalBox p mark {text-decoration:underline;color:#000;font-weight:bold;}
#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap {box-sizing: border-box;padding: 0 20px;margin-bottom: 15px;}
#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap p {font-size: 15px;margin-bottom: 10px;text-align: left;}
#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap select {
	display: inline-block;width: 30%;border-radius: 0;border: 1px solid #c6c6c6;box-sizing: border-box;padding: 0 10px;height: 40px;font-size: 16px;vertical-align: top;
	background:url(../../common/images/sliderArrow.png) 93% center no-repeat #fff;background-size: 13.5px;color: #000;-o-appearance: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}

#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap select::-ms-expand {display: none;}
#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap input[type="tel"] {display: inline-block;width: 30%;border-radius: 0;border: 1px solid #c6c6c6;box-sizing: border-box;padding: 0 10px;height: 40px;font-size: 16px;color: #000;font-weight: normal;}
#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap span {display: inline-block;width: 5%;font-size: 16px;line-height: 40px;}

#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap .inner {margin-bottom: 20px;}
#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap .cashReceiptType {margin-top:-10px; margin-bottom: 15px;text-align: left;}
#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap .cashReceiptType span {width: 17px; margin-right: 5px}
#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap .cashReceiptType label {margin-right: 10px;}

#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap .chk {text-align: left;font-size: 16px;margin-top: 10px;margin-bottom: 28px;letter-spacing: -0.96px;}
#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap .chk input {width: 16px;height: 16px;}
#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap .chk span {width: 16px;height: 16px;border: 0;background: url(../../common/images/btnChk.png) center no-repeat;background-size: 16px;}

#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap .chk input[type="checkbox"][disabled] + label span::before,
#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap .chk input[type="checkbox"][active] + label span::before,
#ModalBox2 .modalTable .modalMiddle .modalBox .phoneWrap .chk input[type="checkbox"]:checked + label span::before {content: "";width: 16px;height: 16px;border: 0;background: url(../../common/images/btnChk_on.png) center no-repeat;background-size: 16px;display: block;}

#ModalBox2 .modalBtn {text-align:center;font-size:0;padding:0;border:0}
#ModalBox2 .modalBtn a {display:inline-block;width:50%;background:#5d88ff;color:#fff;font-size:16px;height:50px;line-height:50px}
#ModalBox2 .modalBtn a:first-child {background:#e8e8e8;color:#666}


/* 230511_신용카드/편의점 바코드 충전 */

button.hamburge_btn{ width:17px; margin-left:auto; }
button.hamburge_btn img{ width:100%; }

.PIN_box.credit{ margin:30px 0px 30px 0px; }
.PIN_box.credit dl{ display:flex; flex-wrap: wrap; justify-content: space-between; align-content: center; width:100%; border-bottom:1px solid rgb(198, 198, 198); height:50px; }
.PIN_box.credit dl dt{ font-weight: bold; color: rgb(0, 0, 0);}
.PIN_box.credit dl dd{ font-weight: bold; color: rgb(93, 136, 255); }
.PIN_box.credit dl span{ font-weight: bold; color: rgb(0, 0, 0); }

.PIN_box.barcode{ margin:30px 0px 30px 0px; }
.PIN_box.barcode dl{ display:flex; flex-wrap: wrap; justify-content: space-between; align-content: center; width:100%; border-bottom:1px solid rgb(198, 198, 198); height:50px; }
.PIN_box.barcode dl dt{ font-weight: bold; color: rgb(0, 0, 0);}
.PIN_box.barcode dl dd{ font-weight: bold; color: rgb(93, 136, 255);}
.PIN_box.barcode dl .chargeAmount{ color: #ff0000; font-size: 20px;}
.PIN_box.barcode dl span{ font-weight: bold; color: rgb(0, 0, 0); font-size: 16px;}

.PIN_box dl.chargebarcode{}
.PIN_box dl.chargebarcode dt{ text-align:center; font-weight:bold; color:rgb(0, 0, 0); position:relative; margin-bottom:12px; font-size:16px; }
.PIN_box dl.chargebarcode dt button{ position:absolute; right:0; width: 20px; height: 20px; background:url(../../common/images/btnbarcodePlus.png) center; background-size: cover; }
.PIN_box dl.chargebarcode dd.barcode_img{ text-align:center; }
.PIN_box dl.chargebarcode dd.barcode_img img{ width:100%; height:77px; }
.PIN_box dl.chargebarcode dd.barcode_img canvas{ width:100%; height:77px; display: inline; }
.PIN_box dl.chargebarcode dd.barcode_img span{ text-align:center; color:rgb(0, 0, 0); }

.PIN_box div.chargetime{ margin:30px 0px 30px 0px; }
.PIN_box div.chargetime dl{ display:flex; flex-wrap: wrap; justify-content: space-between; align-content: center; width:100%; border-bottom:1px solid rgb(198, 198, 198); height:50px; }
.PIN_box div.chargetime dl dt{ color: rgb(102, 102, 102);}
.PIN_box div.chargetime dl dd{ display: flex; flex-wrap: wrap; align-content: center; font-weight: bold; color: rgb(93, 136, 255); }
.PIN_box div.chargetime dl button{ margin-left:20px; }
.PIN_box div.chargetime dl button img{ width: 20px; }

.PIN_box ul.convenience_logo{ display:grid; grid-template-columns:auto auto auto; gap:10px; }
.PIN_box ul.convenience_logo li{border:#C6C6C6 solid 1px; text-align:center; border-radius:10px; width: 100%; height: 100px;
	display: flex; flex-wrap: wrap; align-content: center; justify-content: center;}
.PIN_box ul.convenience_logo li img{ width:75px; }
/*.PIN_box ul.convenience_logo li:last-child{ border:#C6C6C6 dotted 1px; }*/
.PIN_box ul.convenience_logo input[type=radio]:checked + li { border: 2px solid #5d88ff;}
.PIN_box ul.convenience_logo .type_selection_label { -webkit-tap-highlight-color: rgba(0,0,0,0); }

#wrap.bg_gray { background-color:rgb(245, 245, 245); }

.pay_result_box{}
.pay_result_box p.title{padding: 50px 24px; text-align: center; font-weight: bold; color: rgb(0, 0, 0);}
.pay_result_box div.list{padding: 0px 24px;}
.pay_result_box div.list dl{ display:flex; flex-wrap:wrap; justify-content:space-between; align-content: center; height:50px; border-bottom:#C6C6C6 solid 1px;}
.pay_result_box div.list dl:first-child{ border-top:#C6C6C6 solid 1px;}
.pay_result_box div.list dl dt{ color:rgb(0, 0, 0); }
.pay_result_box div.list dl dd{ font-weight:bold; color:rgb(0, 0, 0); }
.pay_result_box div.list dl dd span{ font-weight:normal; }
.pay_result_box div.list dl dd.p_color{ color: #5D88FF; }
.pay_result_box div.list dl dd.p_color span{ color:rgb(0, 0, 0); }

.barcode_big{width: 100%; text-align: center; padding-top: 10px; display: flex; justify-content: center; align-content: center}
.barcode_big img{width:50%; transform: rotate(90deg)}
.barcode_big canvas{position: absolute; width: 60vh; height: 40vw; transform: rotate(90deg) translate(40%, 0);}
.barcode_big span{display: inline-block; transform: rotate(90deg)}

.btnBox a.w100 {display:inline-block;width:100%;border-radius:20px;height:40px;background:#5d88ff;color:#fff;font-size:16px;line-height:40px}

.accordionBox .listBox .title {font-size:15px;line-height:18px;letter-spacing:-0.75px;display:table;padding:16px 0}
.accordionBox .listBox .title mark {display:table-cell;width:15px;color:#666}
.accordionBox .listBox .title p {display:table-cell;width:calc(100% - 28px)}
.accordionBox .listBox .title i {display:table-cell;width:13px;vertical-align:middle;}

.mar_t100p{ margin-top:100px; }

.couponWrapBg {background-color: #f5f5f5; min-height:100vh;}
.couponTopBox {width:calc(100% - 40px);margin:0 auto;box-sizing:border-box;border-top:1px solid #eee;padding:20px 0 15px; }
.couponTopBox .btn-wrap{display:flex; flex-direction: row; justify-content: center;}
.couponTopBox .btn-wrap .btn {display:block;height:38px;line-height:38px;padding:0 20px;border:1px solid #c6c6c6;font-size:16px;border-radius:20px;color:#666; background-color: #ffffff;}
.couponTopBox .btn-wrap .btn:first-child{margin-right:10px;}
.couponTopBox .btn-wrap .btn.active{color:#fff;background-color:#5d88ff;border:none;height:40px;line-height:40px;}

.couponListBox{width:calc(100% - 40px);margin:0 auto;box-sizing:border-box;}
.couponListBox .card {display:block;background:url(../../common/images/home_arrow_b.png) 95% center no-repeat #fff;background-size:6px;border-radius:20px;box-sizing:border-box;padding:12px;margin-bottom:8px; border:1px #eee solid;}
.couponListBox .card .inner {width:90%;margin:0;display:flex; flex-direction: row; justify-content: center;}
.couponListBox .card .inner .thumb{width:60px; height:60px; border-radius:8px; background:url(../../common/images/no_coupon_img.png) center no-repeat; background-size:60px auto; margin-right:10px;}
.couponListBox .card .inner .txt{display:flex; flex-direction:column; justify-content: center;height:60px;width:calc(100% - 70px);}
.couponListBox .card .inner .thumb img{height:60px;width:auto; border-radius:8px; }
.couponListBox .card .inner .txt .brand{color:#DB3684;font-size: 15px; line-height:16px; height: 15px; text-overflow:ellipsis;overflow:hidden;margin-bottom:4px;font-weight:500;}
.couponListBox .card .inner .txt .title{color:#000000;font-size: 17px; line-height: 18px; height:36px; vertical-align:middle; text-overflow:ellipsis; overflow: hidden; -webkit-line-clamp:2; font-weight:700;}
.couponWrapBg .ListNull{display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: 100px;}
.couponWrapBg .ListNull img{width: 60px;}
.couponWrapBg .ListNull p{margin-top:15px; line-height: 18px;}

.couponDetail {background-color: #f5f5f5; min-height:100vh;}
.couponDetail .upper{display:block; width:100%; background: #ffffff; padding-top:30px;}
/*---가로형 이미지 처리 부분 추가 */
.couponDetail .upper .thumb{margin:auto; display:flex; flex-wrap: wrap;flex-direction:row; justify-content: center; width:150px; height:150px; border-radius:15px; background:url(../../common/images/no_coupon_img.png) center no-repeat; background-size:150px auto; margin-bottom:20px;}/*---가로형 이미지 처리 부분 끝 */
.couponDetail .upper .thumb img{height:150px; width:auto; border-radius:15px; }
.couponDetail .upper .tit{color:#000000;font-size: 18px; line-height:24px; vertical-align:middle; font-weight:700;text-align:center;padding:0 20px 30px 20px;border-bottom:1px solid #eee;}

.couponDetail span{font-size:16px; font-weight:700; color:#000000;line-height:28px;}
.couponDetail .couponNum{width:calc(100% - 40px); background: #ffffff;padding:20px;border-bottom:1px solid #eee;}
.couponDetail .couponNum .inputform{width:100%; display:flex; flex-wrap: wrap;flex-direction:row; padding-top:8px;}
.couponDetail .couponNum .inputform input{flex:3 1 0; border: 1px solid #ddd; color:#000000; background: #f5f5f5;font-size:16px; line-height:28px; font-weight:400; text-align:center;height: 42px;}
.couponDetail .couponNum .inputform button{flex:1 0 0; color:#ffffff; background-color: #DB3684; font-size:16px; line-height:28px; font-weight:400; text-align:center; min-width:80px; height: 44px; min-height:42px;}
.couponDetail .txt{width:calc(100% - 40px);background: #f5f5f5;padding:20px;}
.couponDetail .txt p{font-size:15px; font-weight:400; color:#222222;line-height:24px; padding-bottom:15px;}

.Email_box {display:block; margin-top: 10px; border-top: 1px solid #c6c6c6;}
.Email_box .Email_inputs {display: inline-flex !important; padding: 20px 0;width: 100%; height: 40px !important;}
.Email_box .Email_inputs div {display:inline-block; font-size: 20px;width: 8%;line-height: 40px;text-align: center;}
.Email_box .Email_inputs .Email_input {width: 46%; font-size: 15px;}
.Email_box .Email_inputs .Email_input input {border:1px solid #c6c6c6;border-radius:10px;height:40px;width:100%;box-sizing:border-box;padding:17px 16px;color:#5d88ff;font-weight:bold;}
.Email_box .Email_inputs .Email_input input::placeholder {color:#c6c6c6;font-weight:normal}
.Email_box .EmailUrl_select #emailUrlSelect {border:1px solid #c6c6c6;border-radius:10px;height:40px;width:100%;box-sizing:border-box;padding:0 16px;color:#5d88ff;font-weight:bold;}

.VerifyAgree_box {margin-top: 30px}
.VerifyAgree_box .VerifyAgree_checkbox {display: table; width: 100%; height: 58px; }
.VerifyAgree_box .VerifyAgree_checkbox label {display: table-cell; width: 100%; vertical-align: middle;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.VerifyAgree_box .VerifyAgree_checkbox input[type="checkbox"] + label span {display: table-cell}
.VerifyAgree_box .VerifyAgree_checkbox p {display: table-cell; width: auto; vertical-align: middle; box-sizing: border-box; padding: 0 10px;}
.VerifyAgree_box .VerifyAgree_content { font-size: 14px; color:#999; margin-left: 25px}
.VerifyAgree_box .VerifyAgree_content p {margin-bottom: 10px;}

@media screen and (max-width: 330px) {
    .Email_box .Email_inputs div {display:inline-block; font-size: 17px;width: 8%;line-height: 40px;text-align: center;}
    .Email_box .Email_inputs .Email_input input {font-size: 11px;}
}

/* 내정보 페이지*/
.myinfo_box {width:100%;height:100%;box-sizing:border-box;padding:0 20px}
.myinfo_box .change_info_box {margin-top:30px; margin-bottom:10px;}
.myinfo_box .change_info_box p{color:#282828;margin-bottom:12.5px;font-weight:bold;}
.myinfo_box .change_info_box a {display:block;border-radius:20px;border:1px solid #c6c6c6;box-sizing:border-box;padding:0 21px 0 26px;line-height:60px;color:#666;margin-bottom:5px}
.myinfo_box .change_info_box dl{ display:flex; flex-wrap: wrap; justify-content: space-between; align-content: center; width:100%; }
.myinfo_box .change_info_box dl dt{ color: #666;}
.myinfo_box .change_info_box dl dd{ color: #5D88FF; text-decoration: underline; }

.quickBtn {margin-bottom:20px;}
.quickBtn li {display:flex;gap:10px;}
.quickBtn li a {display:flex;flex:1;background:url(../../common/images/home_arrow_b.png) right 20px center no-repeat #fff;background-size:7.5px;border-radius:20px;box-sizing:border-box;padding:0 21px 0 26px;line-height:60px;color:#666;margin-bottom:5px;}
.quickBtn li a img {display:inline-block;margin-right:8px;}
.quickBtn li.two a {padding-left:40px;background-position:right 40px center;}
.quickBtn li.two a:last-child {background-position:right 33px center;}
.popupWrap {position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);}
.popupWrap .popup {position:absolute;z-index:1;left:50%;top:50%;width:320px;padding:30px;text-align:center;transform:translate(-50%,-50%);background:#fff;border-radius:10px;box-sizing:border-box;}
.popupWrap .popup .popTitle {display:block;line-height:1.3;margin-bottom:2px;font-size:22px;padding-top:50px;color:#E43182;background-repeat:no-repeat;background-position:center top;}
.popupWrap .popup .popTitle.info {background-image:url(../../common/images/popup_info.svg);}
.popupWrap .popup p {font-size:18px;color:#000;line-height:1.3;}
.popupWrap .popup p.sub {font-size:16px;margin-top:10px;margin-bottom:-20px;color:#a8a8a8;}
.popupWrap .popup p.sub b {font-weight:700;color:#000;}
.popupWrap .popup .popupBtns {display:flex;margin-top:30px;gap:10px;}
.popupWrap .popup .popupBtns > * {flex:1;height:40px;line-height:38px;font-size:18px;box-sizing:border-box;color:#E43182;border:1px solid #E43182;background:#fff;border-radius:5px;}
.popupWrap .popup .popupBtns > *.active {color:#fff;background:#E43182;}
.benefitWrap {padding-top:60px;}
.benefitTop {padding:0 20px;}
.benefitTop .myMembership {display:flex;align-items:center;justify-content:space-between;padding:15px 0 15px 54px;border-radius:10px;color:#000;border:1px solid #d9d9d9;background:#f5f5f5 url(../../common/images/ico_mycode.svg) no-repeat 20px center;line-height:1;font-size:16px;letter-spacing:-0.5px;}
.benefitTop .myMembership button {display:flex;padding:0 20px;font-size:16px;height:20px;align-items:center;margin-top:-2px;border:0; color:#E43182;text-decoration:underline;border-left:1px solid #d9d9d9;background:transparent;letter-spacing:-1px;}
.benefitTop .benefitInfo {padding-top:16px;}
.benefitTop .benefitInfo .benefitTitle strong {display:block;font-size:24px;font-weight:500;line-height:1.2;color:#000;}
.benefitTop .benefitInfo .benefitTitle p {font-size:16px;line-height:1;margin-top:6px;color:#a8a8a8;}
.benefitTop .benefitInfo .inpCheck {position:relative;display:block;padding:20px 0 20px 35px;border-top:1px solid #D9D9D9; -webkit-tap-highlight-color:transparent;}
.benefitTop .benefitInfo .inpCheck input[type="checkbox"] {position:absolute; z-index:-1;left:-9999px;width:0;height:0;clip:rect(0,0,0,0);overflow:hidden;}
.benefitTop .benefitInfo .inpCheck input[type="checkbox"] + i {position:absolute; z-index:1;width:20px;height:20px;left:0;top:20px;background:url(../../common/images/ico_checkbox.svg) no-repeat left top;}
.benefitTop .benefitInfo .inpCheck input[type="checkbox"]:checked + i {background-image:url(../../common/images/ico_checkbox_on.svg);}
.benefitTop .benefitInfo .inpCheck .text strong {display:block;margin-bottom:8px;font-size:18px;color:#000;}
.benefitTop .benefitInfo .inpCheck .text p {font-size:14px;color:#a8a8a8;}
.benefitTop .cumulativeAmount {padding: 25px 24px;border-radius: 12px;border: 1px solid #d9d9d9;background-color: #fff;box-sizing: border-box;}
.benefitTop .cumulativeAmount .top {display: flex;justify-content: space-between;align-items: center;margin-bottom: 18px;}
.benefitTop .cumulativeAmount .top .tit {font-size: 16px;font-weight: 500;color: #000;letter-spacing: -0.5px;}
.benefitTop .cumulativeAmount .top .price {font-size: 16px;font-weight: 700;color: black;}
.benefitTop .cumulativeAmount .midLine {width: 100%;height: 1px;border-top: 1px dashed #d9d9d9;margin-bottom: 18px;}
.benefitTop .cumulativeAmount .botDesc {display: flex; justify-content: space-between;align-items: center;}
.benefitTop .cumulativeAmount .botDesc img {width: 15%; vertical-align: middle;}
.benefitTop .cumulativeAmount .botDesc button{color: #E43182; text-decoration: underline;text-align: right;}
.benefitTop .cumulativeAmount .botDesc span:first-child{color:#000}
.benefitTop .cumulativeAmount .botDesc p, span {font-size: 13px;color: #666;line-height: 1.5;letter-spacing: -0.5px;margin: 0;}
.benefitTop .cumulativeAmount .botDesc p strong {color: #0066FF;font-weight: 700; font-size: 15px;}

.benefitDetail {padding: 20px;width: auto;height: 100%;background: #fff;color: #fff;text-align: center;font-size: 20px; position: relative;}
.benefitDetail img{max-width:100%; height: auto; z-index: 0}
.benefitDetail .overlay{background: rgb(80, 80, 80, 0.85);margin: 20px;position: absolute;inset:0;padding: 40% 20px 20px 20px; min-height: 300px;}
.benefitDetail .overlay h2 {line-height: 35px;margin-bottom: 10px;}
.benefitDetail .overlay .policyPeriod{font-size: 16px;}
.benefitDetail .overlay .policyText{font-size: 15px;}
.benefitNotice {padding:30px 20px;background:#f5f5f5;}
.benefitNotice strong {display:block;font-size:18px;margin-bottom:16px;color:#000;}
.benefitNotice ul li {position:relative;padding-left:11px;color:#A8A8A8;line-height:1.3;font-size:14px;letter-spacing:-0.5px;}
.benefitNotice ul li:before {content:'·';width:11px;position:absolute;z-index:1;left:0;top:0;text-align:center;}
.benefitNotice ul li + li {margin-top:6px;}
.benefitBtm {position:fixed;z-index:9999;left:50%;bottom:0;width:100%;max-width:960px;padding:20px;height:90px;border:0;border-top:1px solid #eee;background:#fff;box-sizing:border-box;transform:translateX(-50%);}
.benefitBtm button {display:block;width:100%;height:50px;font-size:18px;color:#fff;background:#E43182;border:0;border-radius:10px;}
.benefitBtm button:disabled {color:#A8A8A8;background:#F5F5F5;}