@charset "utf-8";

.toast_box{position:fixed;top:50px;left:0;width:100%;z-index:11;overflow:hidden;}
.toast_box>div{font-size:1.3rem;color:#fff;font-weight:500;padding:15px 40px 15px 20px;background:#33363b url(../../../image/gap/GP/images/common/bg_toast.png) no-repeat right bottom;background-size:80px auto;}

.dialog{
  position:fixed;left:-300%;top:0;
  width:100%;height:100%;
  opacity:0;
  z-index:9999;
  box-sizing:border-box;
  -webkit-transition:left 0s 0.6s, opacity 0s 0.6s, background 0.45s cubic-bezier(0.22,0.61,0.2,1) 0.15s;
  transition:left 0s 0.6s,
              opacity 0s 0.6s,
              background 0.45s cubic-bezier(0.22,0.61,0.2,1) 0.15s;
}
.msie .dialog{display:none;}
.dialog.show{left:0;opacity:1;background:rgba(0,0,0,.7);-webkit-transition-delay:0s;transition-delay:0s; z-index:9999;}
.msie .dialog.show{display:block;}
.dialog_wrap{position:relative;width:100%;background-color:#fff;-webkit-transform:translateY(120%);transform:translateY(120%);-webkit-transition:all 0.45s cubic-bezier(0.22,0.61,0.2,1);transition:all 0.45s cubic-bezier(0.22,0.61,0.2,1);overflow:hidden;}
.dialog.show{left:0;opacity:1;background:rgba(0,0,0,.7);-webkit-transition-delay:0s;transition-delay:0s; z-index:9999;}
.dialog.show .dialog_wrap{/*padding:0 20px;*/ -webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:0.15s;transition-delay:0.15s;}
.dialog_header{position:relative; padding:40px 20px 0; background:#fff;z-index:10;-webkit-transition:box-shadow 0.5s;transition:box-shadow 0.5s;}
.dialog_header.offscreen{height:0 !important;}
.dialog_header .s_txt{font-size:16px;}
.dialog_header .s_txt span {font-weight:700;}
.dialog_header .h_tit{font-size:27px; line-height:38px; font-weight:400;}
.dialog_header .h_tit2{font-size:22px; font-weight:700;}
.dialog_header .care_tit {font-size:29px; font-weight:400;}
.dialog_header .customer_name {font-weight:700;}
.dialog_header .dialog_close {display:block;position:absolute;top:50%;right:12px;width:34px;height:34px; margin-top:-17px; background:url(../../../image/gap/GP/images/ico_close_btn.png) 50% no-repeat;background-size:17px 17px;}
.dialog_header.no_head.t2 .dialog_close{background-color:#0f0e0e;}
.dialog_header .btn-box { position:absolute; top:23px; right:55px; }
.dialog_content{padding:32px 20px 0;overflow:auto;box-sizing:border-box;-webkit-overflow-scrolling:touch;}
.dialog_content .section.btn_y {padding-bottom:150px;}
.dialog_content:after{content:'';display:block;clear:both;}
/* .dialog_content.after_btn { padding-bottom:140px; } */
/* .dialog_content.after_btn:after{content:''; display:block; height:140px !important;} */
/* .dialog_content.after_btn2:after{content:''; display:block; height:110px !important;} */
html.iPhoneX.isApp .dialog:not(.modal) .dialog_content.after_btn:after{height:65px;}
.dialog_content.no_touch_scl{-webkit-overflow-scrolling:none;overflow:hidden;padding-bottom:0;}
.dialog_content .in_touch_scl{height:calc(100vh - 180px);-webkit-overflow-scrolling:touch;overflow:auto;padding-bottom:100px;}
html.iPhoneX.isApp .dialog:not(.modal) .dialog_content .in_touch_scl{height:calc(100vh - 150px);padding-bottom:80px;}
.dialog.full .dialog_wrap{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition-timing-function:cubic-bezier(0.2,0.6,0,1);transition-timing-function:cubic-bezier(0.2,0.6,0,1);}
.dialog.full .dialog_header {position:relative; padding:0 20px; height:50px; line-height:50px; background:#150f96;}
.dialog.full .dialog_header .button .prev {display:block; position:absolute; top:50%; left:18px; width:10.5px; height:19px; margin-top:-9.5px; background:url(../../../image/gap/GP/images/ico_prev_btn.png) no-repeat 0 0; background-size:10.5px 19px;}
.dialog.full .dialog_header .logo {color:#fff; font-size:18px;}
.dialog.full .dialog_header .logo.space {padding-left:28px;}
.dialog.full .dialog_wrap .dialog_content {height:calc(100% - 50px);}
/* 폴 페이지 팝업 + 검색 리스트 출력 스타일 레이어 팝업 높이값 계산 */
.dialog.full  .dialog_wrap .ly_search + .dialog_content {height: calc(100% - 147px);padding-bottom: 48px;}


.dialog.full .dialog_wrap .dialog_content.t2 {padding-top:24px;}
.dialog.full .dialog_wrap .dialog_content.padding {padding: 0;}
.dialog.full .dialog_wrap .dialog_content.paddingBottom {padding: 0 0 50px;}
.dialog.full .dialog_wrap .dialog_content.padding > .section {padding: 24px 18px 0px 18px;} /* 2022-08-29 박종서 24xp 18px; -> 24px 18px 0px 18px; */

.dialog.bottom.show .dialog_wrap{-webkit-transform:translateY(50px);transform:translateY(50px);-webkit-transition-delay:0.15s;transition-delay:0.15s;}
.dialog.bottom{padding-top:50px;}
.dialog.bottom .dialog_wrap{position:fixed;left:0;bottom:0;border-radius:20px 20px 0 0; height:100%;}
.dialog.bottom .dialog_wrap .dialog_close.last_focus{display:block;position:absolute;top:28px;right:18px;width:17px;height:17px; background:url(../../../image/gap/GP/images/btn_pop_close.png) 0 0 no-repeat;background-size:17px 17px;}
.dialog.bottom .dialog_header{position:relative; padding:20px; border-bottom:1px solid #e3e4e5;}
.dialog.bottom .dialog_header.agree {padding-bottom:10px;}
.dialog.bottom .dialog_header.no_head{height:40px;}
.dialog.bottom .dialog_header.no_head.t2{height:0;}
.dialog.bottom .dialog_header .bg{font-size:18px; font-weight:700;}
.dialog.bottom .dialog_header .h2_tit {font-size:18px; font-weight:700;}
.dialog.bottom .dialog_header.no_head h2{padding:0;}
.dialog.bottom .dialog_content .section {padding-top:0;}
/* .dialog.bottom .dialog_content:after {content:''; display:block; clear:both; height:100px !important;} */
/* .dialog.bottom .dialog_content.after_btn .section { padding-bottom:100px; } */
.dialog.bottom .dialog_header .product_pr_info {margin-top:5px;}/*수정*/
.dialog.bottom .dialog_header .product_pr_info span {display:inline-block; color:#666; font-size:13px;}/*수정*/
.dialog.bottom .dialog_header .product_pr_info span:first-child:after {content:''; display:inline-block; width:1px; height:11px; margin:0 3px 0 6px; background:#e3e4e5;}/*수정*/
.dialog.bottom .dialog_header .dialog_close{display:block;position:absolute;top:50%;right:12px;width:34px;height:34px; margin-top:-17px; background:url(../../../image/gap/GP/images/btn_pop_close.png) 50% no-repeat;background-size:17px 17px;}
.dialog.bottom .dialog_header .dialog_close.t2 {top:21px; margin-top:0;} /*수정*/
.dialog.bottom .dialog_content{padding:19px 20px 0;}
.dialog.bottom .dialog_content.t2{padding:0 20px 0;}
.dialog.bottom .dialog_content .section { padding-bottom:30px; }
.dialog.bottom .dialog_content.agree{padding:0 20px;}
.dialog.bottom .dialog_content.agree .btn_wrap {margin-bottom:0;}
.dialog.bottom .dialog_content.agree .section {padding-top:0;}
.dialog.bottom .dialog_content.service{padding:0 20px; background:#f4f8fb;}
.dialog.bottom .dialog_content .txt {margin-bottom:13px;}
.dialog.bottom .dialog_content .txt:last-child {margin-bottom:0;}
.dialog.bottom .dialog_content .pop_tit {text-align:center;}
.dialog.bottom .dialog_content .pop_tit span {font-size:18px; font-weight:700;}
.dialog.bottom .dialog_header.no_head+.dialog_content{padding-top:40px;}
.dialog.bottom .dialog_header.no_head.t2+.dialog_content{padding-top:0px;}
.dialog.modal{padding:20px;}
.dialog.modal .dialog_wrap{width:100%;margin:30px auto 0;top:50%;opacity:0;border-radius:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%); text-align:center;}
.dialog.modal.show .dialog_wrap{opacity:1;margin-top:0;}
.dialog.modal .fixed_bottom_button>ul{position:absolute;}
.dialog.modal .dialog_header{padding-top:24px;}
.dialog.modal .dialog_header .confirm_ico {display:block; position:relative; top:6px; left:50%; transform:translateX(-50%); width:34px; height:34px; margin-bottom:20px; background:url(../../../image/gap/GP/images/ico_modal_popup.png) no-repeat 0 0; background-size:34px auto;}
.dialog.modal .dialog_header h2{padding:0; font-size:18px; font-weight:700;}
.dialog.modal .dialog_header h3{padding:0; font-size:14px; font-weight:500; text-align: left;}/* 2022-08-25 박종서 */
.dialog.modal .dialog_header h2.offscreen{padding:0;}
.dialog.modal .dialog_header h2.noti:before { content:''; display:block; width:33px; height:33px; margin:0 auto 10px auto;  background:url(../../../image/gap/GP/images/bg_msg_end.png) no-repeat 0 0; background-size:33px auto;  }
.dialog.modal .dialog_header.t2{height:75px;}
.dialog.modal .dialog_header.t2 h2{text-align:left;padding:25px 55px 25px 20px;}
.dialog.modal .dialog_header .dialog_close,
.dialog.modal .dialog_close.last_focus{/* top:20px; */ top:27px;} /* 2022-08-03 결함번호 311 */
.dialog.modal .dialog_content{margin-top:10px; padding:0 20px 30px;}
.dialog.modal .dialog_content:only-child{padding:20px 20px 30px}
.dialog.modal .dialog_content.after_btn .section,
.dialog.bottom .dialog_content.after_btn .section { padding-bottom:105px; }  
.dialog.full .dialog_content.after_btn .section { padding-bottom:150px; } 
/* .dialog.modal .dialog_content.after_btn:after {height:20px !important;} */
/*
.dialog.modal .dialog_content .modal_tit {font-weight:700;}
.dialog.modal .dialog_content .modal_txt {margin-top:10px;}
*/
.dialog.modal .dialog_content .modal_txt {font-size:14px;word-break:keep-all}
.dialog.modal .dialog_content .modal_button_wrap {margin-top:25px;display: flex;justify-content: space-between;}
.dialog.modal .dialog_content .modal_button_wrap div button {display:block; width:100%; height:42px; line-height:42px;color:#000; border-radius:3px; font-size:13px; background:#150f96;}
.dialog.modal .dialog_content .modal_button_wrap.t2 button{float:left;width:50%;color:#111;background-color:#fff;border:1px solid #c5c6c7;border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;}
.dialog.modal .dialog_content .modal_button_wrap.t2 button:first-of-type{color:#fff;background-color:#150f96;border:1px solid #150f96;border-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px;}
.dialog.modal .dialog_content .modal_button_wrap.t2.color_type button {
  color: #fff;
  border-color: #150f96;
  border-left-color:#c5c6c7;
}
.dialog.modal .dialog_header.no_head{height:0px;}
.dialog.modal .dialog_header.no_head+.dialog_content{padding-top:0;}
.dialog.modal.t2 .dialog_header{height:0px;}
.dialog.modal.t2 .dialog_content{padding:0px;}
.dialog.modal.t3{padding:20px 20px 90px;overflow:hidden;}
.dialog.modal.t3.is_fixed_btn,
.dialog.modal.t3.is_floating{padding-bottom:150px;}
html.iPhoneX .dialog.modal.t3{padding-bottom:calc(constant(safe-area-inset-bottom) + 90px);padding-bottom:calc(env(safe-area-inset-bottom) + 90px);}
html.iPhoneX .dialog.modal.t3.is_fixed_btn,
html.iPhoneX .dialog.modal.t3.is_floating{padding-bottom:calc(constant(safe-area-inset-bottom) + 150px);padding-bottom:calc(env(safe-area-inset-bottom) + 150px);}
.dialog.modal.t3 .dialog_wrap{position:absolute;left:20px;right:20px;top:auto;bottom:-200%;width:auto;-webkit-transform:none;transform:none;}
.dialog.modal.t3.show .dialog_wrap{bottom:90px;-webkit-transform:none;transform:none;}
.dialog.modal.t3.is_fixed_btn.show .dialog_wrap,
.dialog.modal.t3.is_floating.show .dialog_wrap{bottom:150px;}
html.iPhoneX .dialog.modal.t3 .dialog_wrap{bottom:calc(constant(safe-area-inset-bottom) + 90px);bottom:calc(env(safe-area-inset-bottom) + 90px);}
html.iPhoneX .dialog.modal.t3.is_fixed_btn .dialog_wrap,
html.iPhoneX .dialog.modal.t3.is_floating .dialog_wrap{bottom:calc(constant(safe-area-inset-bottom) + 150px);bottom:calc(env(safe-area-inset-bottom) + 150px);}
.dialog.modal.t3 .dialog_header{height:auto;background:#efefef;}
.dialog.modal.t3 .dialog_header h2{padding:25px 20px;}
.dialog.modal.t3 .dialog_content{padding:125px 0 30px;}
.dialog.modal.t3 .dialog_header .dialog_close,
.dialog.modal.t3 .dialog_close.last_focus{position:fixed;right:20px;top:auto;bottom:20px;width:50px;height:50px;background:#fff url(../../../image/gap/GP/images/contents/floating_btn_close.png) no-repeat;background-size:contain;border-radius:50%;}
.dialog.modal.t3.is_fixed_btn .dialog_header .dialog_close,
.dialog.modal.t3.is_fixed_btn .dialog_close.last_focus,
.dialog.modal.t3.is_floating .dialog_header .dialog_close,
.dialog.modal.t3.is_floating .dialog_close.last_focus{bottom:80px;}

/* 레이어 팝업 스타일 추가 : 퀵 사전동의 */
.dialog.modal .dialog_content .modal_button_wrap > div:only-child {
  width: 100%;
}
.dialog.modal .dialog_content .modal_button_wrap > div {
  width: calc(50% - 4px);
}
.dialog.modal .dialog_content .modal_button_wrap > div .btn_check {
  background-color: #d7d7d7 !important;
  color: #4b4e53 !important;
}
.dialog.modal .dialog_wrap .modal_text {
  color: #767676;
  line-height: 20px;
}
/* 좌측 정렬 */
.dialog.modal .dialog_wrap.align_left {
  text-align: left !important;
}
/* as-is보다 좁은 간격 */
.dialog.modal .dialog_wrap.narrow {
  padding: 24px 24px 16px;
}
.dialog.modal .dialog_wrap.narrow .dialog_header,
.dialog.modal .dialog_wrap.narrow .dialog_content {padding: 0;}
.dialog.modal .dialog_wrap.narrow .dialog_header p {
  margin-top: 10px;
  color: #767676;
  line-height: 20px;
}
.dialog.modal .dialog_wrap.narrow .color {
  color: #150f96 !important;
}
/* 팝업 내부 1버튼, 2버튼 */
.dialog.modal .dialog_wrap.narrow .dialog_content .modal_button_wrap > div button {
  font-size: 16px;
  font-weight: 500;
}
.dialog.modal .dialog_wrap.narrow .dialog_content {
  margin-top: 16px;
}
.dialog.modal .dialog_wrap.narrow .dialog_content .modal_button_wrap {
  margin-top: 16px;
}
/* 하단 모달 팝업 */
.dialog.modal.bottom.minimal .dialog_wrap {
  position: absolute;
  height: auto;
  max-height: 100%;
  transform: translateY(100%);
  border-radius: 20px 20px 0 0;
}
.dialog.bottom.minimal.show .dialog_wrap {
  transform: translateY(0);
}
.dialog.bottom.minimal.show .dialog_header {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 20px;
}
.dialog.modal.bottom.minimal .dialog_wrap .dialog_content {
  height: calc(100% - 56px);
  padding: 0;
  margin-top: 0;
}
.dialog.modal.bottom.minimal .dialog_wrap .dialog_content.fixed_button {
  height: calc(100% - 56px);
  padding: 0 0 58px 0;
}
.dialog.modal.bottom.minimal .dialog_wrap .dialog_content .section {
  padding-bottom: 0;
}
.dialog.modal.bottom.minimal .dialog_wrap .dialog_content.fixed_button > .btn {
  position: fixed;
  left: 0;
  bottom: 0;
}
.select_list > li {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 5px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #767676;
}
.select_list > li.selected {
  color: #000;
  background-color: #d7d7d7;
}
/* 로딩중 팝업 */
.dialog.modal.bottom.minimal.border.show {
  background-color: rgba(0,0,0,0.35);
}
.dialog.modal.bottom.minimal.border .dialog_wrap {
  width: calc(100% - 40px);
  top: auto;
  left: 20px;
  bottom: 15px;

  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #150f96;
  
  text-align: left;
}
.dialog.modal.bottom.minimal.border .dialog_wrap .inner {padding: 16px;}
/* 메인 팝업 */
.dialog.main_popup .dialog_wrap {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
}
.dialog.main_popup.show {
  background: rgba(0, 0, 0, 0.35);
}
.dialog.main_popup .dialog_wrap .inner {
  position: relative;
}
.dialog.main_popup .dialog_wrap .inner img {
  display: block;
  width: 100%;
}
.dialog.main_popup .dialog_wrap .inner .today_check {
  position: relative;
  margin-top: 8px;
  padding-left: 26px;

  text-align: left;
  font-size: 14px;
  color: #fff;
}
.dialog.main_popup .dialog_wrap .inner .today_check input {
  display: none;
  position: absolute;
  width: 24px; height: 24px;
  opacity: 0; z-index: 2; clip: auto;
}
.dialog.main_popup .dialog_wrap .inner .today_check label:before {
  content:'';
  position:absolute; top:50%; transform: translateY(-50%);
  left:0;width: 24px; height: 24px;
  background:url('../../../image/gap/GP/main/ico_check.png') no-repeat center;
  background-size: 100%;
}
.dialog.main_popup .dialog_wrap .inner .today_check input:checked + label:before {
  background-image:url('../../../image/gap/GP/main/ico_check2.png');
}
.dialog.main_popup .dialog_wrap .inner .btn_popup_close {
  position: absolute;
  top: -32px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url('../../../image/gap/GP/main/ico_close.png') no-repeat 50% 50%;
  background-size: 24px;
  font-size: 0;
  line-height: 0;
}



html.iPhoneX .dialog.modal.t3 .dialog_header .dialog_close,
html.iPhoneX .dialog.modal.t3 .dialog_close.last_focus{bottom:calc(constant(safe-area-inset-bottom) + 20px);bottom:calc(env(safe-area-inset-bottom) + 20px);}
html.iPhoneX .dialog.modal.t3.is_fixed_btn .dialog_header .dialog_close,
html.iPhoneX .dialog.modal.t3.is_fixed_btn .dialog_close.last_focus,
html.iPhoneX .dialog.modal.t3.is_floating .dialog_header .dialog_close,
html.iPhoneX .dialog.modal.t3.is_floating .dialog_close.last_focus{bottom:calc(constant(safe-area-inset-bottom) + 80px);bottom:calc(env(safe-area-inset-bottom) + 80px);}
/* html.iPhoneX.isApp .dialog:not(.modal) .dialog_content{padding-bottom:0;} */

.confirmation .g_text_02{font-size:15px;line-height:22px;color:#111;letter-spacing:-0.02em}
.confirmation .g_title_02{font-size:15px;line-height:22px;color:#111;font-weight:bold;letter-spacing:-0.02em}
.confirmation .g_list_01{margin-top:4px;font-size:14px;line-height:22px;color:#111}
.confirmation .g_list_01 > li{position:relative;padding-left:8px;letter-spacing:-0.02em}
.confirmation .g_list_01 > li + li{margin-top:10px}
.confirmation .g_list_01 > li:before{position:absolute;top:9px;left:0;width:4px;height:4px;background-color:#606060;border-radius:2px;content:''}
.confirmation .g_list_01 .detail_txt{position:relative;margin-top:2px;padding-left:7px;font-size:14px;line-height:22px;letter-spacing:-0.03em;color:#666}
.confirmation .g_list_01 .detail_txt:before{position:absolute;top:4px;left:0;color:#777;content:'*'}
.confirmation .main_data_info{display:block;font-size:15px;line-height:22px;color:#111;font-weight:bold;letter-spacing:-0.02em}
.confirmation .main_data_info .link_txt{margin-top:20px;font-size:15px;line-height:22px;color:#007be0;font-weight:bold;text-decoration:underline}
.confirmation .check_info_desc{position:relative;margin-top:8px;padding-left:15px;font-size:14px;line-height:22px;color:#111;letter-spacing:-0.02em}
.confirmation .check_info_desc:before{position:absolute;top:0;left:0;color:#666;content:'※'}
.confirmation .list_checkdetail li{position:relative;padding:18px 0 16px 0}
.confirmation .list_checkdetail li + li:before{position:absolute;top:0;left:0;right:0;height:1px;background-color:#e3e4e5;content:''}
.confirmation .list_checkdetail li:last-of-type{padding-bottom:0}
.confirmation .checkbox input{width:22px;height:22px}
.confirmation .checkbox label{padding-left:30px;font-size:15px;line-height:22px}
.confirmation .checkbox label:before{width:22px;height:22px;background-size:22px auto}
.confirmation .checkbox input:checked+label:before{background-size:22px auto}
.confirmation .list_checkdetail .detail_txt{margin-top:3px;margin-left:25px;font-size:14px;line-height:22px;color:#666}

.dialog.alert .dialog_wrap{width:280px;}
.dialog.alert .dialog_header{position:relative;}
.dialog.alert .dialog_content{padding:30px 0;}
.dialog.alert .dialog_btn{padding:0 18px 20px;}
.dialog.alert .dialog_btn .btn{height:49px;line-height:49px;border-width:0;color:#fff;}
.dialog.alert .dialog_btn>div:last-child .btn{color:#fff;}
.dialog.alert .dialog_btn.btn_flex {margin:0 -5px;}
.dialog.alert .dialog_btn.btn_flex div {display:flex;}
.dialog.alert .message{display:table;width:100%;}
.dialog.alert .message>div{display:table-cell;height:65px;text-align:center;vertical-align:middle;word-break:break-all;}
.dialog.alert .message.t2{display:block;}
.dialog.alert .form_item .input .dv{overflow:hidden;}

dialog.confirm .dialog_btn div {width:50%; float:left; padding:0 5px 20px;}

.dialog.bottom .dialog_header h2.t2>div{position:relative;text-align:left;padding-left:30px;}
.dialog.bottom .dialog_header h2.t2 .tit_num{position:absolute;top:0;left:0;}

.dialog .acc_wrap .accordion { margin-bottom:0; }

/* 팝업 */
body .layer-popup {display:none; -webkit-transition:all 0.45s cubic-bezier(0.22,0.61,0.2,1);transition:all 0.45s cubic-bezier(0.22,0.61,0.2,1);}
.modal-dimm {background:#000000;display:none;height:100%;left:0;opacity:0.5;filter:alpha(opacity=0.5);position:fixed;top:0;width:100%;z-index:10000;}
.pointerNo .layer-popup {background:#fff;position:absolute;top:0;min-width:300px;width:85%;max-width:450px;display:none; border-radius:10px; z-index:11000;pointer-events:auto;}/* 1023 수정 */
.layer-conts {margin:30px 20px;text-align:center;}
.layer-conts .price-pop-cont {height:200px; overflow-y:scroll;}
.layer-conts .price-pop-cont .layer-txt-mid {line-height:24px;text-align:left}
.layer-txt-lar {color:#000;font-size:18px;letter-spacing:-0.05em;line-height:25px;font-weight:500;}
.layer-txt-mid {color:#444;font-size:15px;letter-spacing:-0.03em;line-height:22px;margin-top:15px;}
.layer-foot {margin-bottom:0px;}
.layer-foot button {display:block;font-size:18px;color:#fff;line-height:48px;letter-spacing:-0.05em;text-align:center}
.layer-foot .btn-pop-close {width:100%; border-radius:3px; background:#00cbd7} /* 1023 수정 */
.layer-foot.layer-half button {float:left;}
.layer-foot.layer-half .btn-pop-close {width:35%;background:#a5b6c9}
.layer-foot.layer-half .btn-pop-ok {width:65%;background:#008bed}
#addrSearch, #sidoSearch, #sigunguSearch, #custModal3, #custModal4, #detailSearch, #prodSearch, #ageSearch {background:#fff;bottom:-100%;visibility:hidden;display:none;position:absolute;width:100%;z-index:1000;border-radius:18px 18px 0 0;pointer-events:auto;}
#addrSearch .modal-popup, #sidoSearch .modal-popup, #sigunguSearch .modal-popup, #custModal3 .modal-popup, #custModal4 .modal-popup, 
#detailSearch .modal-popup, #prodSearch .modal-popup, #ageSearch .modal-popup {background:#fff;bottom:0;visibility:visible;display:block;position:relative;width:100%;z-index:1000;border-radius:18px 18px 0 0;pointer-events:auto;}
.modal-popup, .modal-view {background:#fff;bottom:-100%;visibility:hidden;display:none;position:absolute;width:100%;z-index:1000;border-radius:18px 18px 0 0;pointer-events:auto;}
.modal-popup .space, .modal-view .space {margin-bottom:11px}
.modal-popup .font-color1, .modal-view .font-color1 {color:#73839c}
.modal-popup .font-color2, .modal-view .font-color2 {color:#00aeff}
.modal-popup .font-color3, .modal-view .font-color3 {color:#003065}
.modal-head {position:relative;padding:18px 25px 20px 25px;}
.modal-head:after {display:block;clear:both;content:''}
.modal-head .pop-title {color:#003065;font-weight:700;font-size:22px;float:left;letter-spacing:-0.07em}
.modal-head .pop-title em {display:inline-block;margin-left:5px;letter-spacing:0em;}
.modal-head .btn-pop-close, .modal-head .btn-close {float:right;text-indent:-9999px;font-size:0;line-height:0;height:21px;width:21px;background:url(../../../image/gap/GP/popup/btn_pop_close.png) left top no-repeat;background-size:21px auto;}
.modal-foot, .layer-foot {padding:0 20px 20px; border-bottom-left-radius: 20px;  border-bottom-right-radius: 20px;overflow:hidden} /* 1023 수정 */
.modal-foot {height:48px}
.modal-foot button, .layer-foot button {float:left;display:block;font-size:18px;color:#000;line-height:48px;letter-spacing:-0.05em;text-align:center;font-weight:500;}
.modal-foot .btn-foot-left {width:35%;background:#a5b6c9}
.modal-foot .btn-foot-right {width:65%;background:#003065;}
.modal-foot .btn-foot-yes {width:100%;background:#003065;}

#joinChk_dialog.dialog.bottom .dialog_wrap{height:auto}
#joinChk_dialog .check_wrap{padding-bottom:40px}

/* 폰트, 닫기 아이콘 작은 사이즈 */
.dialog.thin.full h2 {
  font-size: 18px;
}
.dialog.thin.full .dialog_close {
  right: 10px;
  background-image: url('../../../image/gap/GP/renewal_gp/btn_close2.png') !important;
  background-position: 50% 50%;
  background-size: 16px 16px;
}
.dialog.thin.full .dialog_header {
  height: 56px;
  line-height: 56px;
}
.dialog.thin.full .dialog_wrap .dialog_content {
  height: calc(100% - 56px);
}
.dialog.thin.full .dialog_wrap .dialog_content.padding > .section {
  padding: 16px 20px;
}
/* 풀 팝업 컨텐츠 배경 컬러 */
.dialog.full.color .dialog_wrap .dialog_content {
  background-color: #f4f4f4;
}


/* 2022-08-03 dimmed을 클릭해도 레이어 팝업 닫도록 수정 */
/* 2022-08-04 dimmed을 클릭해도 레이어 팝업 닫도록 수정, 예외 페이지가 있어서 분기 */
.dimmed_dialog.show {
  background: none;
}
.dimmed_dialog .dimmedLayer,
.dimmed_dialog .dimmedLayer2 {
  opacity: 0;
  position: fixed;
  top: 0;
  left: -300%;
  width: 100%;
  height: 100%;
  transition:left 0s 0.6s,
          opacity 0s 0.6s,
          background 0.45s cubic-bezier(0.22,0.61,0.2,1) 0.15s;
}
.dimmed_dialog.show .dimmedLayer,
.dimmed_dialog.show .dimmedLayer2 {
  left:0;
  opacity:1;
  background:rgba(0,0,0,.7);
  transition-delay:0s;
  z-index: 8888;
}
.dimmed_dialog .dialog_wrap {
  z-index: 9999;
}
/* //2022-08-04 dimmed을 클릭해도 레이어 팝업 닫도록 수정, 예외 페이지가 있어서 분기 */

/* 20230417 */
.newDialog.show { background-color: rgba(0,0,0,0.35); }
.newDialog.modal .dialog_wrap { text-align: left; border-radius: 8px; }
.newDialog.modal .dialog_header { padding: 40px 24px 0; }
.newDialog.modal .dialog_header h2 { font-size: 24px; text-align: center; }
.newDialog.modal .dialog_header h2.noti:before { width: 86px; height: 86px; margin: 0 auto 12px; background: url("data:image/svg+xml,%3Csvg width='86' height='86' viewBox='0 0 86 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='43' cy='43' r='41' fill='white' stroke='%23150F96' stroke-width='4'/%3E%3Cpath d='M45.1623 50.464L46.2823 19.832H39.7863L39.9543 26.44L40.8503 50.464H45.1623ZM39.7303 62.728H46.3383V55.784H39.7303V62.728Z' fill='%23150F96'/%3E%3C/svg%3E%0A") no-repeat 0 0; }
.newDialog.modal .dialog_content { padding: 0 24px 16px; }
.newDialog.modal .form_item .hasBtn .i_txt { height: 48px; padding-right: 60px; line-height: 48px; border-color: #afafaf; border-radius: 4px; }
.newDialog.modal .form_item .hasBtn button { position: absolute; right: 8px; top: 9px; height: 30px; padding: 0 8px; color: #fff; font-size: 14px; background: #150f96; border-radius: 3px; }
.newDialog.modal .modalList { margin-top: 16px; padding: 16px; background: #F4F4F4; border-radius: 4px; }
.newDialog.modal .modalList li { position: relative; margin-top: 4px; padding-left: 4px; color: #767676; font-size: 12px; font-weight: 400; line-height: 16px; }
.newDialog.modal .modalList li:before { content: ''; position: absolute; left: 0; top: 7px; width: 2px; height: 2px; background-color: #767676; }
.newDialog.modal .modalList li:first-child { margin-top: 0; }
.newDialog.modal .dialog_header .dialog_close { display: block; position: absolute; top: 30px; right: 17px; width: 34px; height: 34px; margin-top: -17px; background: url(../../../image/gap/GM/images/btn_pop_close2.png) 50% no-repeat; background-size: 17px 17px; }
.newDialog.modal .dialog_content .msg_txt { color: #000; font-size: 16px; font-weight: 700; line-height: 22px; }
.newDialog.modal .dialog_content:only-child { padding: 24px 24px 16px; }
.newDialog.modal .dialog_content .modal_button_wrap { margin-top: 16px; }

.terms-area ul li.txtR p {color:#ff0198 !important; font-weight:400 !important;}