@charset "utf-8";


/* Title */
h2 {font-weight:bold;font-size:45px;letter-spacing:-1px;color:#222;margin:0 0 15px -3px;}
h3.stit {color:#333;font-size:15px;font-weight:500;padding-bottom:15px;}
.desc3 {font-size:20px;color:#202020;font-weight:300;word-break:keep-all;line-height:20px;letter-spacing:-1px;}

/* List */
.login_a1 {margin-bottom:30px;}
.login_a1 li {margin-bottom:10px;}
.login_a1 li.second {display:flex;justify-content:space-between;}
.login_a1 li.second p {width:47%;border:1px solid #dbdbdb;border-radius:3px;height:46px;line-height:45px;}
.login_a1 li.second p span {display:inline-block;background:#999;width:20px;height:20px;border-radius:25px;vertical-align:middle;margin-left:15px;}
.login_a1 li.second p input {width:16px;height:16px;border-radius:25px !important;margin-left:1px;border:1px solid #9b9b9b;background:#fff;vertical-align:middle;font-size:14px;text-align:center;}
.login_a1 li.second p input:first-child{margin-left:7%;}
.login_a1 li.second p input:disabled {background:#999;width:16px;height:16px;padding:0;}
.login_a1 li.second p input.active {border:0;width:20px;height:20px;line-height:20px;background:#fbfbfb;}
.login_a1 li.second p input[type="tel" i] {padding:0;}
.login_a1 li .intx {width:100%;}

.list_a3 {display:flex;justify-content:space-between;margin-bottom:10px;} 
.list_a3 li {width:32%;}
.list_a4 {display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:30px;}
.list_a4 li {width:49%;margin-bottom:2%;}

/* Button */
.btn_a1 {width:100%;height:60px;line-height:60px;font-size:18px;display:block;text-align:center;background:var(--renew-point-color);color:#fff;}
.block_btn_a1 {width:100%;height:60px;line-height:60px;font-size:24px;;display:block;text-align:center;background:#585858;color:#fff;cursor:default;pointer-events:none;}
.btn_g1 {width:90px;display:inline-block;border:1px solid #b1b1b1;height:56px;line-height:56px;padding:0 10px;font-size:16px;border-radius:5px;text-align:center;}
.btn_s1 {display:inline-block;font-size:17px;border:1px solid var(--renew-point-color);padding:0 12px;color:var(--renew-point-color);margin-left:10px}
.btn_check {width:100%;display:block;text-align:center;height:40px;line-height:40px;font-size:15px;color:#0e0e0e;border:1px solid #b7b7b7;border-radius:4px;}
.btn_check:after {width:16px;height:10px;display:inline-block;content:'';background:url(/resources/mobile/images/support/checked_off.png) no-repeat;background-size:16px 10px;margin-left:10px;}
.btn_check.active {color:#004f05;border-color:#004f05;}
.btn_check.active:after {background:url(/resources/mobile/images/support/checked_on.png) no-repeat;background-size:16px 10px;}

.btn_pay {width:100%;display:block;height:56px;line-height:56px;font-size:16px;color:#0e0e0e;border:1px solid #2a2a2a;border-radius:6px;padding-left:16px;text-align:left;font-weight:600;position:relative;}
.btn_pay.active {color:#004f05;border-color:#004f05;}
.btn_pay:after {display:inline-block;content:'';position:absolute;}
.btn_pay.tp01:after {width:31px;height:27px;background:url(/resources/mobile/images/support/btn_pay01_off.png) no-repeat;background-size:28px;top:17px;right:15px;}
.btn_pay.tp02:after {width:30px;height:31px;background:url(/resources/mobile/images/support/btn_pay02_off.png) no-repeat;background-size:28px;top:12px;right:15px;}
.btn_pay.tp03:after {width:32px;height:24px;background:url(/resources/mobile/images/support/btn_pay03_off.png) no-repeat;background-size:32px;top:17px;right:15px;}
.btn_pay.tp04:after {width:29px;height:28px;background:url(/resources/mobile/images/support/btn_pay04_off.png) no-repeat;background-size:28px;top:15px;right:15px;}

/*약관동의*/
.agree_list {border-top:1px solid #333;margin-bottom:30px;}
.agree_list.type02 {margin:10px 0 20px;}
.agree_list.type02 li.type02 label:before {top:22px;}
.agree_list li.parent {display:none;}
.agree_list li {border-bottom:1px solid #dbdbdb;position:relative;padding:13px 0 12px 25px;}
.agree_list li.tit label {font-size:16px;color:#222;font-weight:500;}
.agree_list li label {font-size:15px;color:#333;font-weight:300;letter-spacing:-2px;}
.agree_list li label:before {content:'';display:block;width:20px;height:20px;background:url(/resources/images/sub/agree_check_off.png) no-repeat;background-size:20px;position:absolute;top:15px;left:0px;transition: all ease 0.5s 0s;}
.agree_list li input:checked+label:before {background:url(/resources/images/sub/agree_check_on.png) no-repeat;background-size:20px;}
.agree_list li input[type="checkbox"]{position:absolute;top:1px;left:0;opacity:0;vertical-align:middle;}
.agree_list li label .point {color:#ff0000;}
.agree_list li .ic {width:19px;height:10px;position:absolute;top:21px;right:10px;font-size:14px;color:#666;text-indent:-9999em;background:url(/resources/mobile/images/support/sponsor_open.png) no-repeat;background-size:17px;}
.agree_list li .ic.type02 {top:42px;}
.agree_list li .ic.active, .agree_list li .ic:hover {color:var(--renew-point-color);}
.agree_list li .view {padding:10px 0;overflow:auto;display:none;}
.agree_list li .view.h350 {height:450px;}
.agree_list li .view .num {font-size:15px;font-weight:400;color:#2a2b2e;word-break:keep-all;}
.agree_list li .view .memo {font-size:13px;color:#2a2b2e;font-weight:300;line-height:22px;margin-top:5px;}
.agree_list li .view .top_memo {font-size:18px;margin-bottom:10px;line-height:28px;}
.agree_list li .view .memo {font-size:14px;color: #2a2b2e;font-weight: 300;line-height:22px;word-break:keep-all;}
.agree_list li .view .memo.point {font-size:18px;color:var(--renew-point-color);font-weight:500;letter-spacing:-1.5px;}
.agree_list li .view .memo .comment_tit,
.agree_list li .view .memo .comment {color: red;}
.agree_list li .view::-webkit-scrollbar {width:8px;background:#fff;}
.agree_list li .view::-webkit-scrollbar-thumb {width:8px;border-radius:4.5px;background:#ccc;background-clip:padding-box;border:10px solid #ddd;}
.agree_list li .view::-webkit-track {width:8px;}
.agree_list li .view table th {font-size:13px;height:40px;text-align: center;border: 1px solid #999;}
.agree_list li .view table td {padding:5px;border: 1px solid #999;font-size:12px;line-height:18px;}
.agree_list li .view table td.point {color:var(--renew-point-color);font-weight:500;font-size:14px;}
.agree_list li .view table td.has_chk label {height:auto;line-height:26px;}
.agree_list li .view table td.has_chk {text-align: center;}
.agree_list li .view table td .chk_box.type2 {position:relative;display:block;}
.agree_list li .view table td .chk_box.type2 label:before {width:25px;height:25px;border-radius: 6px;left:10px;top:0;box-sizing: border-box;left:2px;top:-14px;}
.agree_list li .view table td .chk_box.type2 input:checked+label:before {background: url(/resources/images/sub/agree_check_on.png);background-size: cover;border: none;}
.agree_list li .view .noti {font-size: 17px;color: #d95e32;margin-top: 20px;}

/* ico */
i.ico-common {width:0;height:0;display:inline-block;vertical-align:top;color:transparent;overflow:hidden;line-height:999px;background:url('/resources/v2/images/common/sp/sp_common.png') no-repeat;-webkit-background-size:500px 500px;background-size:500px 500px;}
i.ico-slider {	width:0;height:0;display:inline-block;vertical-align:top;color:transparent;overflow:hidden;line-height:999px;background:url('../v2/images/sub/sp/sp_slider.png') no-repeat;-webkit-background-size:500px auto;background-size:500px auto;}

/* popup */
.popup-layer {position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;}
.popup-layer .dim {position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:.2;z-index:900;}
.popup-layer .popup-wrap {position:absolute;top:50%;z-index:901;left:0;right:0; margin-left:auto;margin-right:auto;margin-top:-2%;-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.popup-layer .popup-cont {overflow:hidden;position:relative;display:block;margin:0 auto;height:auto;text-align:left;background-color:#ffffff;}
.popup-helpReceiptList .popup-wrap {height:600px !important;overflow-y:auto;}
.popup-layer .popup-cont .popup-header,
.popup-layer .popup-cont .popup-body,
.popup-layer .popup-cont .popup-footer {position:relative;/*font-family:'Malgun Gothic', sans-serif;*/}
.popup-layer.popup-primary .popup-cont .popup-header {padding:20px;background:#f5f5f5;border-bottom:1px solid #4e4e4e;word-break: keep-all;}
.popup-layer.popup-primary .popup-cont .popup-header > strong {font-size:23px;letter-spacing:-.5px;line-height:initial;line-height:23px;}
.popup-layer.popup-primary .popup-cont .btn-close {position:absolute;top:18px;right:25px;z-index:300;}
.popup-layer.popup-primary .popup-cont .btn-close .ico-close {width:23px;height:23px;background-position:-34px 0;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont {overflow:hidden;overflow-y:auto;padding:15px 20px;max-height:340px;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont {font-size:16px;color:#222;line-height:32px;letter-spacing:-1px;word-break:break-all;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row-info {margin-bottom:10px;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row-info strong {color:#333;font-weight:normal;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row .color-point {font-size:14px;color:var(--renew-point-color);font-weight:bold;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row + .row {margin-top:19px;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row .btn_a1 {display:block;background:var(--renew-point-color);color:#fff;padding:5px 10px;text-align:center;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row strong {display:inline-block;margin-right:20px;color:#333;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row .btn-ipin {display:inline-block;margin-top:2px;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row .btnG {display:inline-block;border:1px solid #222;border-radius:4px;font-weight:500;padding:0 40px;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ul {margin-top:10px;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ul > li p.bullet-bar {position:relative;padding:0 0 0 10px;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ul > li p.bullet-bar:before {content:'-';display:inline-block;vertical-align:top;position:absolute;top:2px;left:0;line-height:1;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ol > li + li {margin-top:10px;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ol > li > ol {margin-top:8px;padding:0 0 0 10px;}
.popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ol > li > p {margin-top:5px;padding:0 0 0 10px;}
.popup-layer.popup-primary.popup-identify .popup-cont .popup-body .body-cont .row ul li {display:flex}
.popup-layer.popup-primary.popup-identify .popup-cont .popup-body .body-cont .row ul li~li {margin-top:20px;}
.popup-layer.popup-primary.popup-identify .popup-cont .popup-body .body-cont .row ul li span {display:inline-block}
.popup-layer.popup-primary.popup-identify .popup-cont .popup-body .body-cont .row ul li span~span {margin-left:30px;}
.popup-layer.popup-primary .popup-cont .pos-btn {margin:40px 0;text-align:center;padding:0 20px}
.popup-layer.popup-primary .popup-cont .pos-btn .btn-confirm {display:inline-block;padding:0 25px;width:100%;height:45px;line-height:45px;background:var(--renew-point-color);-webkit-box-sizing: border-box;box-sizing: border-box;}
.popup-layer.popup-primary .popup-cont .pos-btn .btn-confirm span {font-size:16px;font-weight:bold;letter-spacing:-.5px;color:#fff;}
.popup-primary.popup-information .row > strong {font-size:16px;}
.popup-primary.popup-information .row > p {margin-top:8px;}
.popup-primary.popup-information .row > p.point {font-size:20px;font-weight:bold;}
.popup-primary.popup-information .row > ul {padding:0 0 0 10px;}
.popup-primary.popup-information .row > ul > li {padding:0 0 0 10px;}
.popup-primary.popup-information .row > ul > li > p {margin-top:5px;}
.popup-primary.popup-information .row > ul > li > ul > li > span {display:block;}
.popup-primary.popup-helpReceiptList .popup-cont .popup-body .body-cont {padding:0;border:0;max-height:none;overflow-y:hidden;}
.popup-primary.popup-helpReceiptList .row .row-header {position:relative;height:83px;}
.popup-primary.popup-helpReceiptList .row:nth-child(2) {padding-bottom:0;}
.popup-primary.popup-helpReceiptList .row:nth-child(2) .row-header {height:102px;}
.popup-primary.popup-helpReceiptList .row .row-header > strong {position:relative;padding-left:110px;padding-top:10px;font-size:18px;color:#222;}
.popup-primary.popup-helpReceiptList .row:nth-child(2) .row-header > strong {line-height:40px;}
.popup-primary.popup-helpReceiptList .row .row-header > strong:before {content:'';display:inline-block;vertical-align:top;width:72px;height:55px;background-color:#ddd;position:absolute;top:5px;left:28px;}
.popup-primary.popup-helpReceiptList .row:first-child .row-header > strong:before{width:72px;height:55px;background:url('/resources/images/ic_reciptpop1_v2.png');background-size:cover;}
.popup-primary.popup-helpReceiptList .row:nth-child(2) .row-header > strong:before{width:54px;height:55px;background:url('/resources/images/ic_reciptpop2_v2.png');background-size:cover;}
.popup-primary.popup-helpReceiptList .row .row-header .btn-shortcut {position:absolute;top:0;right:0;display:inline-block;width:170px;height:50px;line-height:50px;text-align:center;border:1px solid var(--renew-point-color);}
.popup-primary.popup-helpReceiptList .row .row-header .btn-shortcut span {font-size:18px;letter-spacing:-1px;color:var(--renew-point-color);font-weight:bold;}
.popup-primary.popup-helpReceiptList .row .row-body {position:relative;padding-top:15px;display:inline-block;width:100%;height:auto;border-top:1px solid #e4e4e4;}
.popup-primary.popup-helpReceiptList .row .row-body p {font-size:18px;color:#222;padding-left:27px}
.popup-primary.popup-helpReceiptList .row .row-body .btn-info-underline {position:relative;display:block;vertical-align:top;}
.popup-primary.popup-helpReceiptList .row .row-body .btn-info-underline span {display:inline-block;margin-top:6px;font-size:18px;font-weight:500;color:var(--renew-point-color);letter-spacing:-1px;}
.popup-primary.popup-helpReceiptList .pos-btm-btn {text-align:center;margin:20px 0 40px;}
.popup-primary.popup-helpReceiptList .pos-btm-btn .btn-more {display:inline-block;width:280px;height:60px;line-height:60px;text-align:center;background:var(--renew-point-color);}
.popup-primary.popup-helpReceiptList .pos-btm-btn .btn-more span {color:#fff;font-size:24px;font-weight:500;}
.popup-primary.popup-helpReceiptList .inner-info {position:relative;padding-left:20px;font-size:16px;}
.popup-primary.popup-helpReceiptList .inner-info:before {content:'※';position:absolute;top:0;left:0;color:var(--renew-point-color)}
.popup-layer.popup-video .popup-cont {overflow:visible;height:100%;}
.popup-layer.popup-video .popup-cont .btn-close {position:absolute;top:0;right:-56px;z-index:300;width:56px;height:56px;background-color:rgba(0,0,0,.3);}
.popup-layer.popup-video .popup-cont .btn-close .ico-close {width:27px;height:27px;background-position:0 -32px;position: absolute;top:13px;left: 0;right: 0;margin-left: auto;margin-right: auto;}
.popup-layer.popup-video .popup-cont .video-cont {width:100%;height:100%;}
.popup-layer.popup-video .popup-cont .video-cont iframe {display:block;width:100%;height:100%;}
.popup-layer__type2 {position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;display:none;}
.popup-layer__type2 *,.popup-layer__type2 *:before,.popup-layer__type2 *:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}
.popup-layer__type2 .dim {position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:.4;z-index:900;}
.popup-layer__type2 .popup-wrap {position:absolute;top:50%;z-index:901;left:0;right:0;margin-left:auto;margin-right:auto;margin-top:-1%;-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.popup-layer__type2 .popup-cont {overflow:hidden;position:relative;display:block;margin:0 auto;height:auto;text-align:left;background-color:#ffffff;}
.popup-layer__type2 .popup-cont .popup-header,.popup-layer__type2 .popup-cont .popup-body,.popup-layer__type2 .popup-cont .popup-footer {position:relative;font-family:'Noto Sans KR', sans-serif;}
.popup-layer__type2.popup-primary .popup-cont {padding:35px 30px 40px;border:14px solid #eaeaea;-webkit-box-shadow: 0px 0px 13px 0px rgba(93, 88, 89, 0.54);box-shadow: 0px 0px 13px 0px rgba(93, 88, 89, 0.54);}
.popup-layer__type2.popup-primary .popup-cont .popup-header > strong {display:block;padding-right:9%;font-size:30px;line-height:40px;letter-spacing:-.5px;color:#343434;font-weight:bold;}
.popup-layer__type2.popup-primary .popup-cont .btn-close {position:absolute;top:9px;right:0;z-index:300;}
.popup-layer__type2.popup-primary .popup-cont .btn-close .ico-close {width:24px;height:24px;background-position:0 -165px;}
.popup-layer__type2.popup-primary .popup-cont .popup-body {margin-top:19px;padding-top:25px;padding-right:20px;border-top:2px solid #000000;max-height:360px;overflow-y:auto;}
.popup-layer__type2.popup-primary .popup-cont .popup-body::-webkit-scrollbar {-webkit-appearance:none;}
.popup-layer__type2.popup-primary .popup-cont .popup-body::-webkit-scrollbar:vertical {width:9px;}
.popup-layer__type2.popup-primary .popup-cont .popup-body::-webkit-scrollbar:horizontal {height:0;}
.popup-layer__type2.popup-primary .popup-cont .popup-body::-webkit-scrollbar-thumb {background-color:#9e9e9e;}
.popup-layer__type2.popup-primary .popup-cont .popup-body::-webkit-scrollbar-track {background-color:#e5e5e5;}
.pop_block_con {height: 620px;overflow: auto;}
.popup-layer__type2.popup-primary .body-cont {display:block;padding-bottom:35px;/*border-bottom:1px solid #e5e5e5;*/font-size:16px;color:#7b7b7b;line-height:23px;word-break:break-all;}
.popup-layer__type2.popup-primary .body-cont .row-info {padding-bottom:18px;}
.popup-layer__type2.popup-primary .body-cont .row-info > p {font-weight:500;}
.popup-layer__type2.popup-primary .body-cont .row-info strong {color:#343434;font-size:18px;font-weight:500;}
.popup-layer__type2.popup-primary .body-cont .row {margin-bottom:20px;}
.popup-layer__type2.popup-primary .body-cont .row:last-child {margin-bottom:0;}
.popup-layer__type2.popup-primary .body-cont .row-one > * {display:inline-block !important;vertical-align:middle;}
.popup-layer__type2.popup-primary .body-cont .row-one > strong {margin-bottom:0 !important;}
.popup-layer__type2.popup-primary .body-cont .row > strong {display:block;margin-bottom:20px;font-size:16px;color:#343434;line-height:24px;font-weight:500;}
.popup-layer__type2.popup-primary .body-cont .row ul > li {margin-bottom:15px;}
.popup-layer__type2.popup-primary .body-cont .row ul > li strong {font-size:16px;color:#343434;line-height:24px;font-weight:bold;}
.popup-layer__type2.popup-primary .body-cont .row ul > li em {display:block;margin-bottom:10px;}
.popup-layer__type2.popup-primary .body-cont .row ul > li p {font-weight:500;line-height:1.5;}
.popup-layer__type2.popup-primary .body-cont .row ul > li p.bullet-bar {position:relative;padding:0 0 0 9px;}
.popup-layer__type2.popup-primary .body-cont .row ul > li .point {font-size:20px;color:var(--renew-point-color);}
.popup-layer__type2.popup-primary .body-cont .row ul > li p.bullet-bar:before {content:'-';display:inline-block;vertical-align:top;position:absolute;top:2px;left:0;line-height:1;}
.popup-layer__type2.popup-primary .body-cont .row > ol > li + li {margin:15px 0 0 0;}
.popup-layer__type2.popup-primary .body-cont .row > ol > li > strong {font-size:18px;color:#343434;font-weight:500;}
.popup-layer__type2.popup-primary .body-cont .row > ol > li > ol {margin:5px 0 0 0;padding:0 0 0 10px;}
.popup-layer__type2.popup-primary .body-cont .row > ol > li > ol > li + li {margin:5px 0 0 0;}
.popup-layer__type2.popup-primary .body-cont .row > ol > li > ol > li > ol {margin:5px 0 0 0;padding:0 0 0 10px;}
.popup-layer__type2.popup-primary .body-cont .row > ol > li > ol > li > ol > li + li {margin:5px 0 0 0;}
.popup-layer__type2.popup-primary .body-cont .row > ol > li > p {margin:5px 0 0 0;padding:0 0 0 10px;}
.popup-layer__type2.popup-primary .pos-popup-btn {padding-top:30px;text-align:center;border-top:1px solid #e5e5e5;}
.popup-layer__type2.popup-primary .pos-popup-btn [class^='btn-popup-'] {position:relative;display:inline-block;font-family:'Noto Sans KR', sans-serif;text-align:center;}
.popup-layer__type2.popup-primary .pos-popup-btn .btn-popup-confirm {width:146px;height:48px;line-height:45px;font-size:20px;/*margin-left:10px;*/background-color:#9e9e9e;}
.popup-layer__type2.popup-primary .pos-popup-btn .btn-popup-confirm span {color:#fff !important;}
.popup-layer__type2.popup-primary .btn-popup-more {margin-left:15px;width:146px;height:36px;line-height:36px;background-color:#f8f8f6;border:1px solid #d8d8d8;}
.popup-layer__type2.popup-primary .btn-popup-more span {font-size:16px;color: #9e9e9e;padding-left:12px;margin-top: -2px;display: inline-block;vertical-align: top;width:calc(100% - 26px);} 
.popup-layer__type2.popup-primary .btn-popup-more .css-arrow {display:inline-block;vertical-align:top;margin-top:12px;margin-left:5px;border:solid #9e9e9e;border-width:0 1px 1px 0;padding:4px;z-index:200;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
/* .popup-primary.popup-regular-support */
.popup-layer__type2.popup-primary.popup-regular-support .popup-body {padding-right:0;overflow-y:hidden;max-height:405px;}
.popup-layer__type2.popup-primary.popup-regular-support .body-cont {overflow:hidden;margin-bottom:20px;border-bottom:1px solid #e5e5e5;}
.popup-layer__type2.popup-primary.popup-regular-support .body-cont > dl {float:left;width:240px;height:310px;}
.popup-layer__type2.popup-primary.popup-regular-support .body-cont > dl + dl {margin-left:20px;}
.popup-layer__type2.popup-primary.popup-regular-support .body-cont > dl > dt .img-cont {width:240px;height:134px;}
.popup-layer__type2.popup-primary.popup-regular-support .body-cont > dl > dt .img-cont img {width:100%;height:100%;object-fit:cover;object-position:center;}
.popup-layer__type2.popup-primary.popup-regular-support .body-cont > dl > dd {margin-top:28px;}
.popup-layer__type2.popup-primary.popup-regular-support .body-cont > dl > dd strong {font-weight:500;font-size:20px;color:#343434;}
.popup-layer__type2.popup-primary.popup-regular-support .body-cont > dl > dd p {margin-top:13px;font-size:16px;color:#9e9e9e;line-height:24px;word-break:keep-all;}
/* .popup-primary.popup-identify */
.popup-layer__type2.popup-primary.popup-identify .body-cont .row:first-child {margin-bottom:12px;}
.popup-layer__type2.popup-primary.popup-identify .body-cont .row:first-child > strong {font-size:18px;margin-bottom:0;}
.popup-layer__type2.popup-primary.popup-identify .body-cont .identify-list {overflow:hidden;}
.popup-layer__type2.popup-primary.popup-identify .body-cont .identify-list > dl {float:left;width:196px;height:76px;background-color:#f8f8f6;border:1px solid #d8d8d8;padding:13px 0 15px 20px;}
.popup-layer__type2.popup-primary.popup-identify .body-cont .identify-list > dl + dl {margin-left:15px;}
.popup-layer__type2.popup-primary.popup-identify .body-cont .identify-list > dl > * {display:inline-block;vertical-align:top;}
.popup-layer__type2.popup-primary.popup-identify .body-cont .identify-list > dl > dt .ico-cont > img {width:100%;height:auto;}
.popup-layer__type2.popup-primary.popup-identify .body-cont .identify-list > dl:nth-child(1) > dt .ico-cont {width:40px;height:43px;}
.popup-layer__type2.popup-primary.popup-identify .body-cont .identify-list > dl:nth-child(2) > dt .ico-cont {margin-top:2px;width:42px;height:42px;}
.popup-layer__type2.popup-primary.popup-identify .body-cont .identify-list > dl:nth-child(3) > dt .ico-cont {margin-top:2px;width:42px;height:42px;}
.popup-layer__type2.popup-primary.popup-identify .body-cont .identify-list > dl > dd {margin-left:13px;font-size:16px;line-height:22px;color:#343434;font-weight:500;}
/* .popup-primary.popup-information */
.popup-layer__type2.popup-primary.popup-information .body-cont .row-info strong {color:#7b7b7b;}
.popup-layer__type2.popup-primary.popup-information .body-cont .row {margin-bottom:20px;}
.popup-layer__type2.popup-primary.popup-information .body-cont .row > strong {font-size:18px;margin-bottom:15px;}
.popup-layer__type2.popup-primary.popup-information .row > ul {padding:0 0 0 10px;margin:5px 0 0 0;}
.popup-layer__type2.popup-primary.popup-information .row > ul > li {padding:0;}
.popup-layer__type2.popup-primary.popup-information .row > ul > li > ul {margin:0;}
.popup-layer__type2.popup-primary.popup-information .row > ul > li > ul > li > ul {margin:18px 0 0 0;}
.popup-layer__type2.popup-primary.popup-information .row > ul > li > ul > li > ul > li + li {margin:18px 0 0 0;}
/* .popup-primary.popup-cardNews */
.popup-layer__type2.popup-primary.popup-cardNews .popup-cont {border:14px solid #ebdcc5;padding:30px 35px 35px;}
.popup-layer__type2.popup-primary.popup-cardNews .popup-cont .popup-header > strong {font-size:24px;}
.popup-layer__type2.popup-primary.popup-cardNews .popup-cont .popup-body {max-height:600px;margin-top:15px;padding-top:0;padding-right:10px;border-top:none;}
.popup-layer__type2.popup-primary.popup-cardNews .popup-cont .popup-body .body-cont .editor-area img {display:inline-block;width:100%;height:auto;}
@media screen and (max-height: 840px) {
	.popup-layer__type2.popup-primary.popup-cardNews .popup-wrap {margin-top:0;}
	.popup-layer__type2.popup-primary.popup-cardNews .popup-cont .popup-body {max-height:480px;}
}

/* form_list */
.form_list li {margin-bottom:10px;}

.btn_a1 {width:100%;height:60px;line-height:60px;font-size:24px;display:block;text-align:center;background:var(--renew-point-color);color:#fff;}

/* 기부금 영수증 팝업 */
.popup-helpReceiptList .popup-wrap {width:800px!important}
.popup-layer.popup-helpReceiptList .popup-wrap .popup-cont {border:1px solid #7b7b7b;padding-left:80px;padding:0}
.popup-layer.popup-helpReceiptList .popup-wrap .popup-cont .popup-header {padding:17px 35px;background:#f9f9fa;margin-right:0;}
.popup-layer.popup-helpReceiptList .popup-wrap .popup-cont .popup-header > strong {font-size:20px}
.popup-layer.popup-helpReceiptList .popup-wrap .popup-cont .popup-body {margin-top:0;padding:30px 35px 0;}
.popup-layer.popup-helpReceiptList .row {padding:30px 20px 30px;border:1px solid #cecece}
.popup-layer.popup-helpReceiptList .popup-wrap .popup-cont .btn-close .ico-common {width:0;height:0;display:inline-block;vertical-align:top;color:transparent;overflow:hidden;line-height:999px;background:url('/resources/v2/images/common/sp/sp_common.png') no-repeat;-webkit-background-size:500px 500px;background-size:500px 500px}
.popup-layer.popup-helpReceiptList .popup-wrap .popup-cont .btn-close .ico-close {width:23px;height:23px;background-position:-34px 0;}

/* 비밀번호변경안내팝업 */
.popup-pwch .row-header{padding:19px 35px 0;}
.popup-pwch .row-header strong{font-size:18px;font-weight:600;}
.popup-pwch .row-body{padding-left:35px;padding-right:35px;}
.popup-pwch .row-body p{font-size:16px;color:#888;font-weight:300;line-height:1.5;}
.popup-pwch .bull-point{position:relative;padding-left:10px;font-size:16px;font-weight:300;color:#888;font-weight:300;line-height:1.5;letter-spacing:-1px;word-break:keep-all;}
.popup-pwch .bull-point:before{content:'';display:block;position:absolute;left:0;top:11px;width:4px;height:4px;border-radius:50% 50%;background-color:var(--renew-point-color);}
.popup-pwch .btn{margin-top:44px;padding-bottom:40px;}
#popup-pwChange .popup-cont .popup-body .body-cont{max-height:493px;}
#popup-pwChange .row-body{/* height:493px; */padding-top:29px;}
#popup-pwChange .row-body table{width:550px;margin:0 auto 16px;border-top:2px solid #888;}
#popup-pwChange .row-body table th{height:49px;padding-left:10px;background-color:#f9f9f9;border-bottom:1px solid #efefef;}
#popup-pwChange .row-body table th label{font-size:18px;}
#popup-pwChange .row-body table td{height:49px;border-bottom:1px solid #efefef;padding-left:15px;}
#popup-pwChange .row-body table td input[type="password"]{width:198px;height:36px;border:1px solid #e5e5e5;border-radius:0 0;}
#popup-pwChange .btn ul{padding-left:35px;}
#popup-pwChange .btn ul li{float:left;}
#popup-pwChange .btn ul li a{width:263px;}
#popup-pwChange .btn ul li:first-child{margin-right:20px;}
#popup-pwchGuide .btn .button{cursor:pointer;}

/* OTP 입력 팝업 추가 */
.popup-layer__type2.popup-primary.popup-OTP .popup-cont .popup-header {text-align:center}
.popup-layer__type2.popup-primary.popup-OTP .popup-cont .popup-header > strong {padding-right:0;font-size:20px;line-height:1.5}
.popup-layer__type2.popup-primary.popup-OTP .popup-cont {padding-top:45px;padding-bottom:15px;border:2px solid var(--renew-point-color)!important}
.popup-layer__type2.popup-primary.popup-OTP .popup-cont .popup-body {border:0;margin-top:0;padding-top:0}
.popup-OTP .popup-cont .popup-header .timer {display:block;padding-top:20px;color:var(--renew-point-color);font-size:15px;font-weight:600}
.popup-OTP .popup-cont .editor-area {width:448px;height:58px;margin:16px auto 0;border:1px solid var(--renew-point-color)}
.popup-OTP .popup-cont input::placeholder {color:#878787;}
.popup-OTP .popup-cont input[type="text"] {display:inline-block;vertical-align:middle;padding-left:10px;border:0;border-radius:0}
.popup-OTP .popup-cont button {display:inline-block;vertical-align:middle;width:150px;height:40px;text-align:center;line-height:40px;font-size:18px;font-weight:300;color:#fff;letter-spacing:-1px;background-color:var(--renew-point-color)}
.popup-OTP .popup-cont .btn {padding-bottom:0;text-align:center}
.popup-OTP .popup-cont .btn_darkgreen {display:inline-block;width:280px;height:60px;margin-top:40px;text-align:center;line-height:60px;font-size:20px;font-weight:300;color:#fff}
.popup-OTP .popup-cont #wrongOtpDiv {padding-top:17px;padding-left:34px;color:#fc1e2d;font-size:15px;font-weight:400;line-height:1.5}
.popup-layer__type2.popup-primary.popup-OTP .popup-cont .btn-close .ico-close {background-position:0 -202px}
.popup-layer__type2.popup-primary.popup-OTP .popup-cont .btn-close {top:-17px;right:-14px}