@charset "utf-8"; body {
  font-family: "Noto Sans CJK KR";
}

.container > section {
  padding-bottom: 0;
}

/* page01 지정기사 등록 영역  */
.mainPage .cont1 {
  padding-top: 15px;
  width: 100%;
}

.mainPage .cont1 .mainTxt {
  padding-bottom: 30px;
}

.mainPage .cont1 .mainTxt strong.noti {
  display: block;
  padding-bottom: 15px;
  font-size: 20px;
  color: #333333;
  line-height: 29.6px;
}

.mainPage .cont1 .mainTxt ul.notiList li {
  font-size: 14px;
  color: #828282;
  line-height: 22px;
  font-weight: 400;
}

.mainPage .cont1 .driverInfo ul.infoList li {
  padding-bottom: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}

.mainPage .cont1 .driverInfo ul.infoList li label {
  color: #828282;
  font-size: 14px;
  line-height: 42px;
  font-weight: 500;
  white-space: nowrap;
}

.mainPage .cont1 .driverInfo ul.infoList li input {
  height: 42px;
}

.mainPage .cont1 .driverInfo .psTxt {
  color: #FF5555;
}

.btns {
  padding: 24px 0 16px;
  display: flex;
  gap: 8px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 16px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
}

.btns button.btn {
  width: 100%;
  height: 48px;
  font-size: 16px;
  text-align: center;
  height: 48px;
  line-height: 46px;
  font-weight: 700;
  border-radius: 8px;
  background: #3E82F4;
  color: #fff;
  font-size: 16px;
  border: none;
}

.menuList li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  background: url(/web/dweb/images/arr_r_menu.svg) no-repeat 100% 50%
}

.menuList li a span {
  color: #828282;
  font-weight: 500;
}

.mainPage .cont2 p.contName {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 23.17px;
}

.mainPage .cont2 ul.menuList li {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
}

.mainPage .cont2 ul.menuList li:last-child {
  border-bottom: none;
}

.mainPage .cont2 ul.menuList li a {
  padding-left: 60px;
  box-sizing: border-box;
  line-height: 54px;
}

.mainPage .cont2 ul.menuList li.confirm a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 54px ;
  height: 34px;
  background: url(/web/dweb/images/icon_main01.png) no-repeat center;
  background-size: contain;
}

.mainPage .cont2 ul.menuList li.waiting a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 54px ;
  height: 34px;
  background: url(/web/dweb/images/icon_main02.png) no-repeat center;
  background-size: contain;
}

.mainPage .cont2 ul.menuList li.stop a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 54px ;
  height: 34px;
  background: url(/web/dweb/images/icon_main03.png) no-repeat center;
  background-size: contain;
}

.mainPage .cont2 ul.menuList li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 24px;
  height: 24px;
  background: url(/web/dweb/images/icon_close.png) no-repeat center;
  background-size: contain;
}

/* 아래 레이어팝업 css************************** */
/*  레이어영역  */
.layerWrap.show {
  top: 0;
}

.layerWrap.show::before {
  opacity: 1;
  transition: .3s;
}

.layerWrap.show .layerBody {
  transition: .3s .1s;
  transform: translateY(0);
  opacity: 1;
}

.layerWrap.show.bottom .layerBody {
  transition: .3s .1s;
  transform: translateY(0);
  opacity: 1;
}

.layerWrap {
  position: fixed;
  display: flex;
  z-index: 1000;
  left: 50%;
  top: 100%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  justify-content: center;
}

.layerWrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0,0,0,0.5);
}

/* 레이어 지정기사 리스트 삭제 */
.layerWrap#layer_1 .layerBody {
  min-height: 0;
}

.layerWrap .layerCont {
  padding: 26px 16px 0px;
  width: 100%;
  text-align: center;
  overflow: auto;
}

.layerWrap .managerContact .titBox {
  text-align: center;
}

.layerWrap .managerContact .titBox strong {
  width: 100%;
  font-size: 16px;
  color: #000000;
  line-height: 23.68px;
  font-weight: 700;
}

.layerWrap .managerContact .contTxt span {
  color: #000;
  font-weight: 400;
  line-height: 23.68px;
}

.layerWrap .layerBtn {
  width: 100%;
  display: flex;
  margin-top: auto;
}

.layerWrap .layerBtn button {
  padding: 0;
  min-width: 50%;
  height: 48px;
  text-align: center;
  font-weight: 500;
  border-radius: 0;
}

.layerWrap .layerBtn button.popCancel {
  border: none;
  color: #18191B;
  background: #F5F5F5;
}

.layerWrap .layerBtn button.popLine {
  border: none;
  color: #333;
  background: #fff;
  border: 1px solid #E0E0E0
}

.layerWrap .layerBtn button.popOK {
  color: #fff;
  border: 0;
  background:  #45D0D6;
}

.layerWrap .layerBtn button.popOK:disabled {
  color: #828282;
  border: 0;
  background: #E0E0E0;
}

/* 레이어 예약호출 */
.layerWrap#layer_2 .layerBody {
  border-radius: 20px 20px 0 0 ;
  box-shadow: 0px -6px 6px 0px #0000001F;
}

.layerWrap#layer_2 .layerCont {
  padding: 26px 0 0;
  box-sizing: border-box;
}

.layerCont .contTop {
  padding-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
}

.layerCont .contTop .tit {
  padding: 0 18px 18px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.layerCont .contTop .tit span {
  display: inline-block;
  padding-left: 22px;
  line-height: 31px;
  background: url(/web/dweb/images/number2.png) no-repeat left;
  background-size: 18px 18px;
}

.layerCont .contTop .tit button {
  width: 69px;
  height: 32px;
  background: url(/web/dweb/images/icon_popup07.png) no-repeat center;
  background-size: contain;
}

.contTop .numberSlideBox {
  padding: 0 18px;
  box-sizing: border-box;
}

.contTop .scrolling {
  width: 100%;
  gap: 8px;
}

.contTop .scrolling .scroll-wrapper {
  white-space: nowrap;
  padding: 0 18px;
  padding-bottom: 10px;
  width: 100%;
  gap: 8px;
  overflow-x: scroll;
  box-sizing: border-box;
}

/* .scroll-wrapper::-webkit-scrollbar {
  display: none;
} */
.contTop .scrolling li.number {
  display: inline-block;
  padding: 0 10px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  border-radius: 30px;
  border: 1px solid #E0E0E0;
}

.contTop .scrolling li.number span {
  display: inline-block;
  padding-left: 22px;
  font-size: 14px;
  font-weight: 700;
}

.contTop .scrolling li.number:nth-child(1) span {
  background: url(/web/dweb/images/number1.png) no-repeat left;
  background-size: 18px 18px;
}

.contTop .scrolling li.number:nth-child(2) span {
  background: url(/web/dweb/images/number3.png) no-repeat left;
  background-size: 18px 18px;
}

.contTop .scrolling li.number:nth-child(3) span {
  background: url(/web/dweb/images/number4.png) no-repeat left;
  background-size: 18px 18px;
}

.contTop .scrolling li.number:nth-child(4) span {
  background: url(/web/dweb/images/number5.png) no-repeat left;
  background-size: 18px 18px;
}

.contTop .scrolling li.number:nth-child(5) span {
  background: url(/web/dweb/images/number1.png) no-repeat left;
  background-size: 18px 18px;
}

.contMid {
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}

.contMid .receiptInfo {
  padding: 20px 18px;
  width: 100%;
  box-sizing: border-box;
}

.contMid .receiptInfo .receipTop {
  display: flex;
  padding-bottom: 20px;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.contMid .receiptInfo .receipTop span.notiIcon {
  display: inline-block;
  height: 32px;
}

.contMid .receiptInfo .receiptTop span.notiIcon.icon01 {
  width: 88px;
  background: url(/web/dweb/images/icon_popup01.png) no-repeat center;
  background-size: contain;
}

.contMid .receiptInfo .receipTop span.notiIcon.icon02 {
  width: 72px;
  background: url(/web/dweb/images/icon_popup02.png) no-repeat center;
  background-size: contain;
}

.contMid .receiptInfo .receipTop span.notiIcon.icon03 {
  width: 101px;
  background: url(/web/dweb/images/icon_popup03.png) no-repeat center;
  background-size: contain;
}

.contMid .receiptInfo .receipTop span.notiIcon.icon04 {
  width: 59px;
  background: url(/web/dweb/images/icon_popup04.png) no-repeat center;
  background-size: contain;
}

.contMid .receiptInfo .receipTop span.notiIcon.icon05 {
  width: 91px;
  background: url(/web/dweb/images/icon_popup05.png) no-repeat center;
  background-size: contain;
}

.contMid .receiptInfo .receipTop span.notiIcon.icon06 {
  width: 72px;
  background: url(/web/dweb/images/icon_popup06.png) no-repeat center;
  background-size: contain;
}

.contMid .receiptInfo .receipTop .receipTit {
  line-height: 32px;
}

.contMid .receiptInfo .receipTop .receipTit span {
  color: #FF5555;
  font-size: 14px;
  font-weight: 700;
}

.contMid .receiptInfo .receipTop .receipTit strong.name {
  margin: 0 5px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}

.contMid .receiptInfo .receipTop .receipTit button.call {
  width: 32px ;
  height: 32px;
  background: url(/web/dweb/images/popup_phone.png) no-repeat center;
  background-size: 100%;
  vertical-align: top;
}

.contMid .receiptInfo .receipDate {
  width: 100%;
  height: 40px;
  background: #F0F3FB;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
}

.contMid .receiptInfo .receipDate span.icon_calendar {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url(/web/dweb/images/calendar.png) no-repeat center;
  background-size: contain;
}

.contMid .receiptInfo .receiptNotice {
  margin-top: 20px;
  height: 74px;
  overflow: hidden;
  overflow-y: auto;
}

.contMid .receiptInfo .receiptNotice.noScroll {
  overflow: visible;
  height: auto;
}

.receiptNotice::-webkit-scrollbar {
  width: 3px;
}

.receiptNotice::-webkit-scrollbar-thumb {
  background-color: #ddd;
}

.receiptNotice::-webkit-scrollbar-track {
  background-color: #fff;
}

.layerWrap.cardpicker::before {
  background: rgba(0, 0, 0, 0.8);
}

.layerWrap.cardpicker .layerBody .layerClose {
  display: block;
  z-index: 10;
  background: url(/web/dweb/images/icon/g_del.png) no-repeat 0 0/100%;
}

.layerWrap.cardpicker .layerBody {
  background: transparent ;
  height: 100%
}

.layerWrap.cardpicker .layerBody .layerCont {
  display: flex;
  position: relative;
  height: 100%;
}

.layerWrap.cardpicker .layerBody .layerCont::-webkit-scrollbar {
  display: none;
}

.layerWrap.cardpicker .layerBody::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  margin-left: 5px;
  height: 100%;
  background: linear-gradient( rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.1) 10%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0.4) 80%, rgba(255,255,255,0.10) 90%, rgba(255,255,255,0.001) 100%);
}

.layerWrap.cardpicker .layerBody .cardSelect {
  position: relative;
  margin: auto 0;
  z-index: 2;
}

.layerWrap.cardpicker .layerBody ul li {
  display: flex;
  gap: 30px;
  padding: 10px 0;
}

.layerWrap.cardpicker .layerBody ul li button {
  background: transparent;
  width: 80px;
  height: 80px;
}

.layerWrap.cardpicker .layerBody ul li div {
  margin: auto 0;
  color: #fff;
  text-align: left;
}

.layerWrap.cardpicker .layerBody ul li div em.badge {
  display: inline-block;
  padding: 2px 5px 3px;
  line-height: 110%;
  background: #fc483b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
}

.layerWrap.cardpicker .layerBody ul li div p {
  font-size: 16px;
  margin-top: 5px;
}

.contMid .receiptInfo .receiptNotice .noticeText {
  font-size: 14px;
  line-height: 20.72px;
  font-weight: 400;
}

/* .progressBar #progress{appearance: none; width: calc(100% - 5px); height: 10px;}
#progress::-webkit-progress-bar { width: calc(100% - 5px); background:#F5F5F5; border-radius:10px; }
#progress::-webkit-progress-value { border-radius:10px; background: #1D976C; background: #2DDA53; } */
.contMid .receiptInfo .receiptNotice .noticeText.noti01 {
  width: calc(100% - 5px);
}

.contMid .receiptInfo .receiptNotice .noticeText.noti02 {
  padding-bottom: 13px;
}

.contMid .receiptInfo .receiptNotice .noticeText.noti03 {
  margin-bottom: 10px;
  padding: 8px 0;
  text-align: center;
  background: #D8ECFE;
}

.contMid .receiptInfo .receiptNotice .noticeText.noti01 span {
  color: #FF5555;
}

.contMid .receiptInfo .receiptNotice .noticeText.noti03 span {
  color: #3E82F4;
}

.contMid .receiptInfo .receiptNotice .noticeText.noti04 p.txt {
  padding-bottom: 15px;
}

.contMid .receiptInfo .receiptNotice .noticeText.noti05 {
  padding-top: 48px;
  background: url(/web/dweb/images/icon_star.png) no-repeat;
  background-size: 42px 42px;
  background-position: center 0;
}

.contMid .receiptInfo .receiptNotice .noticeText.noti05 strong {
  display: block;
  padding-bottom: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 26.64px;
}

.contMid .receiptInfo .receiptNotice .noticeText.noti05 span {
  display: block;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
}

.contMid .receiptInfo .receiptNotice .notification li {
  position: relative;
  margin-top: 12px;
  color: #333333;
}

.contMid .receiptInfo .receiptNotice .notification li::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: 10px;
  top: 0;
  /*background: url(/web/dweb/images/arr_right.png) no-repeat center;*/
  background-size: contain;
}

.contBottom {
  padding: 0 18px;
}

.contBottom .routeBox {
  padding: 20px 0 25px;
  box-sizing: border-box;
}

.contBottom .routeBox .totalRoute {
  padding-bottom: 15px;
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.contBottom .routeBox .totalRoute strong {
  font-size: 16px;
  color: #333333;
  line-height: 23.68px;
}

.contBottom .routeBox .totalRoute span.totalPay {
  font-size: 16px;
  color: #3E82F4;
  line-height: 23.68px;
}

.contBottom .routeBox .routeDetail {
  width: 100%;
}

.contBottom .routeBox .routeDetail ul.detailBox {
  position: relative;
  width: 100%;
}

.contBottom .routeBox .routeDetail ul.detailBox::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 18px;
  width: 1px;
  height: 16px ;
  background: #E0E0E0;
}

.contBottom .routeBox .routeDetail ul.detailBox::after {
  position: absolute;
  content: "";
  left: 3px;
  top: 55px;
  content: "";
  width: 1px;
  height: 16px ;
  background: #E0E0E0;
}

.contBottom .routeBox .routeDetail ul.detailBox li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
}

.contBottom .routeBox .routeDetail ul.detailBox li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #BDBDBD;
  border-radius: 50%;
}

.contBottom .routeBox .routeDetail ul.detailBox li.arrive:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #3E82F4;
  border-radius: 50%;
}

.contBottom .routeBox .routeDetail ul.detailBox li span.routeCategory {
  margin-right: 12px;
  color: #828282;
}

.contBottom .routeBox .routeDetail ul.detailBox li span.routeName {
  color: #333333;
}

.contBottom .routeBox .routeDetail .routeNoti {
  color: #828282;
  font-size: 14px;
  line-height: 20.27px;
  font-weight: 400;
}

.contBottom button.complain {
  margin-bottom: 20px;
  padding-left: 23px;
  background: none;
  box-sizing: border-box;
  background: url(/web/dweb/images/icon_siren.png) no-repeat left;
  background-size: contain;
}

.contBottom button.complain span {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  text-decoration: underline;
}

.layerWrap#layer_2 .layerBtn {
  padding: 0 18px 16px;
  display: block;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 16px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
}

.layerWrap#layer_2 .layerBtn button {
  margin-bottom: 8px;
  min-width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.layerWrap#layer_2 .layerBtn button.call {
  color: #333333;
  background: #fff;
  text-align: center;
}

.layerWrap#layer_2 .layerBtn button.call span {
  display: inline-block;
  padding-left: 28px;
  background: url(/web/dweb/images/popup_call.png) no-repeat left;
  background-size: 26px 26px;
}

/* 레이어 요금변경 */
.layerWrap.bottom .layerBody {
  border-radius: 10px 10px 0 0 ;
}

.layerBody.payCalc {
  padding: 0 18px;
  box-sizing: border-box;
}

.popupHead {
  padding: 23px 0 0;
  box-sizing: border-box;
}

.popupHead strong {
  display: block;
  font-size: 18px;
  text-align: center;
}

.payBox em.tit {
  display: block;
  text-align: center;
  font-weight: 500;
}

.payBox .calc {
  padding: 0 35px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payBox .calc strong {
  font-size: 26px;
}

.payBox .calc button {
  width: 28px;
  height: 28px;
  margin-top: 5px;
}

.layerCont .payBox .paytxt {
  color: #FF5555;
  font-size: 14px;
  line-height: 20.27px;
  font-weight: 400;
}

.layerCont .payBox .calc button {
  padding: 0;
  flex: 0;
  min-width: 28px;
  border: none;
}

#layer_Amount .payBox .calc button.minus {
  background: url(/web/dweb/images/icon/icon_minus.png) no-repeat center;
  background-size: contain;

}

#layer_Amount .payBox .calc button.plus {
  background: url(/web/dweb/images/icon/icon_plus.png) no-repeat center;
  background-size: contain;
}

.paySuggest {
  padding-right: 10px;
  width: 100%;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 15px;
}

.paySuggest button {
  padding: 15px 25px 15px 13px ;
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  background: #fff;
  box-sizing: border-box;
  /*background: url(/web/dweb/images/arr_right.png) no-repeat right;*/
  background-size: 18px 18px;
}

.paySuggest button span.left b {
  display: block;
  font-size: 14px ;
  color: #333333;
  font-weight: 700;
  text-align: left;
  line-height: 20.27px;
}

.paySuggest button span.left em {
  display: block;
  font-size: 12px;
  color: #828282;
  font-weight: 400;
  line-height: 17.38px;
}

.paySuggest button span.right {
  display: inline-block;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 35.06px;
  text-align: right;
}

.layerWrap#layer_Amount .layerBtn {
  padding: 25px 0;
  gap: 8px;
}

.layerWrap#layer_Amount .layerBtn button {
  min-width: 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  color: #333;
  border: 1px solid #F5F5F5;
}

.layerWrap#layer_Amount .layerBtn button.btnChange {
  color: #fff;
  border: none;
  background:  #45D0D6;
}

/* 레이어 예약취소 */
#layer_4 {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  line-height: 26px;
}

.layerBtn button {
  min-width: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.layerBtn button.cancel {
  color: #fff;
  background-color: #FF5555;
  border: none;
}

.contBtn button.btnCall {
  color: #fff;
  background-color:  #45D0D6;
  border: none;
}

/* 레이어  요금인상 선택 */
.driverDelay {
  padding: 0 16px;
}

.driverDelay p.headNotice {
  padding-bottom: 8px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 23.68px;
  font-weight: 400;
  text-align: center;
}

.driverDelay strong {
  padding-bottom: 30px;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

.driverDelay .requestBtn {
  width: 100%;
}

.driverDelay .requestBtn button {
  padding: 8px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  background:  #45D0D6;
  border-radius: 8px;
  border: none;
}

.driverDelay .requestBtn button p {
  font-size: 16px;
  font-weight: 700;
  line-height: 23.17px;
}

.driverDelay .requestBtn button span {
  font-size: 12px;
  color: #F5F5F5;
  font-weight: 400;
  line-height: 17.38px;
}

.driverDelay .paySelectBox {
  padding: 20px 0 25px;
  width: 100%;
  text-align: center;
}

.driverDelay .paySelectBox button {
  width: 100%;
  text-align: center;
  border: none;
  background: none;
}

.driverDelay .paySelectBox button span {
  padding-right: 23px;
  font-size: 16px;
  color: #828282;
  line-height: 23.68px;
  font-weight: 400;
  background: url(/web/dweb/images/icon/g_down.png) no-repeat 100% 60% /18px
}

.layerCont .guide {
  text-align: left;
}

.layerCont .guide p + p {
  margin-top: 12px;
}

/* 레이어 요금인상 선택 */
#layer_6 {
  width: 100%;
}

#layer_6 .layerTop {
  position: absolute;
  top: 200px;
  width: 100%;
}

#layer_6 .popupHead {
  padding: 23px 0 25px;
}

#layer_6 .popupCont ul {
  font-size: 14px;
  color: #000000;
}

#layer_6 .popupCont ul.cancelNotice {
  padding-bottom: 18px;
}

#layer_6 .popupCont ul.waitingNotice {
  padding-bottom: 20px;
}

#layer_6 .popupCont ul li {
  margin-bottom: 10px;
  font-weight: 400;
}

#layer_6 .popupCont ul li.notiTitle {
  font-weight: 700;
}

#layer_6 .layerBtn .btnCancel {
  font-size: 16px;
  color: #333333;
  line-height: 23.17px;
  font-weight: 700;
  border: 1px solid #E0E0E0;
}

/*  추가호출 */
.layerAddCall {
}

.layerAddCall .contactPhone {
  text-align: left;
}

.layerAddCall .contactPhone .titBox strong {
  font-size: 16px;
}

.layerAddCall .contactPhone input {
  margin-top: 12px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid #333;
  height: 48px;
}

.layerAddCall .contactBtn {
  display: flex;
  gap: 6px;
}

.layerAddCall .contactBtn button {
  display: flex;
  padding: 0;
  align-items: center;
  gap: 4px;
  justify-content: center;
  background: #333;
  color: #fff;
  font-size: 14px;
}

.layerAddCall .contactBtn button.addContact::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/web/dweb/images/icon/w_import_number.png) no-repeat 0 0/100%
}

.layerAddCall .contactBtn button.myNumber::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/web/dweb/images/icon/w_change_user.png) no-repeat 0 0/100%
}

.layerAddCall ul.contactTxt {
}

.layerAddCall ul.contactTxt li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  color: #828282;
  font-weight: 400;
}

.layerAddCall ul.contactTxt li::before {
  content: "*";
  position: absolute;
  left: 0;
}

.layerAddCall ul.contactTxt li + li {
  margin-top: 12px;
}

input::placeholder {
  color: #BDBDBD
}

/* 결제방법 */
.paymentChoice ul.choice {
  padding: 0 16px 24px;
  margin: 0 -16px;
  border-bottom: 1px solid #E0E0E0;
}

.paymentChoice ul.choice li {
}

.paymentChoice ul.choice li + li {
  margin-top: 16px;
}

.paymentChoice ul.choice li .radioBox {
  display: flex;
  align-items: center;
}

.paymentChoice ul.choice li .radioBox label {
  padding-left: 8px;
  font-weight: 16px;
  font-weight: 700;
}

.paymentChoice ul.choice li .payDetail {
  margin-top: 8px;
  padding-left: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paymentChoice ul.choice li .payDetail span.nodata {
  color: #F55;
}

.paymentChoice ul.choice li .payDetail button {
  width: auto;
  color: #333;
  height: 32px;
  width: 42px;
  font-weight: 400;
}

.paymentChoice .payNotiBox {
  margin-top: 12px;
  background: rgba(255, 85, 85, 0.2);
  color: #F55;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 8px 16px;
  border-radius: 8px;
}

.paymentChoice .payNotiBox {
  margin-top: 12px;
  background: rgba(255, 85, 85, 0.2);
  color: #F55;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 8px 16px;
  border-radius: 8px;
}

.paymentChoice ul.payCoupon {
  width: 100%;
}

.paymentChoice ul.payCoupon li + li {
  margin-top: 12px;
}

.paymentChoice ul.payCoupon li {
  display: flex;
  height: 42px;
  justify-content: space-between;
  align-items: center;
}

.paymentChoice ul.payCoupon li strong {
}

.paymentChoice ul.payCoupon li input {
  width: 134px;
  height: 36px;
  text-align: right;
  padding: 0 12px;
  line-height: 32px;
}

.paymentChoice ul.payCoupon li input::placeholder {
  line-height: 32px;
}

.paymentChoice ul.payCoupon li button.couponSize {
  width: auto;
  padding-right: 20px;
  color:  #45D0D6;
  font-size: 16px;
  background: url(/web/dweb/images/icon/g_right.png) no-repeat 100% 60% / 18px;
}

.paymentChoice ul.payCoupon li button.allUse {
  width: auto;
  border: 1px solid #333;
  color: #333;
  background: none;
  height: 36px;
  padding: 0 8px;
  font-weight: 400;
}

.paymentChoice ul.payCoupon li button.couponSize:disabled {
  color: #BDBDBD;
}

.paymentChoice ul.payCoupon li button.allUse:disabled {
  color: #BDBDBD;
  background: #E0E0E0;
  border: 1px solid #E0E0E0;
}

.paymentChoice ul.payCoupon li.balance {
  margin-top: 4px;
  height: 17px;
  justify-content: right;
}

.paymentChoice ul.payCoupon.disabled li.balance {
  color: #BDBDBD;
}

.paymentChoice .alertNoti {
  margin-top: 17px;
}

.paymentChoice .alertNoti p {
  display: inline-block;
}

.layerCont .layerAlertCont {
  padding: 38px 0 0;
  background: url(/web/dweb/images/icon/notice_alarm2.png) no-repeat 50% 0 / 30px;
}

.layerCont .layerAlertCont .titBox {
}

.layerCont .layerAlertCont .titBox strong {
  font-size: 16px;
  font-weight: 700;
}

.layerCont .layerAlertCont .titBox p {
  margin-top: 14px;
  font-weight: 400;
}

.layerCont .layerAlertCont .requestPrice {
  padding: 24px 0 0;
}

.layerCont .layerAlertCont .requestPrice p {
  font-size: 16px;
  font-weight: 700;
}

.layerCont .layerAlertCont .requestPrice strong {
  font-size: 24px;
  line-height: 36px;
  color:  #45D0D6;
}

.layerCont .layerAlertCont .requestTotal {
  margin-top: 24px;
}

.layerCont .layerAlertCont .requestTotal p {
  font-size: 16px;
  font-weight: 700;
  color:  #45D0D6;
}

.layerCont .layerAlertCont .requestTotal strong {
  font-size: 24px;
  line-height: 36px;
  color:  #45D0D6;
}

.layerCont .layerAlertCont .scrollBoxWrap {
  margin-top: 24px;
  height: 220px;
  padding: 4px;
  border: 1px solid #E0E0E0;
  background: #FCFCFC;
}

.layerCont .layerAlertCont .scrollBoxWrap > div {
  height: 212px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 5px
}

.layerCont .layerAlertCont .scrollBoxWrap > div::-webkit-scrollbar {
  width: 4px;
  border-radius: 8px;
  background: transparent
}

.layerCont .layerAlertCont .scrollBoxWrap > div::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 8px;
}

.layerCont .layerAlertCont .scrollBoxWrap > div::-webkit-scrollbar-track {
  background: rgba(224, 224, 224, .5)
}

.layerCont .layerAlertCont .scrollBoxWrap .unpayInfo {
  padding: 20px 5px 0;
}

.layerCont .layerAlertCont .scrollBoxWrap .unpayInfo strong.tit {
}

.layerCont .layerAlertCont .scrollBoxWrap .unpayInfo ul li {
  padding: 8px 0 20px;
}

.layerCont .layerAlertCont .scrollBoxWrap .unpayInfo li + li {
  border-top: 1px solid #E0E0E0
}

.layerCont .layerAlertCont .scrollBoxWrap .unpayInfo table th {
  font-size: 12px;
  color: #828282;
  text-align: left;
  width: 80px;
  font-weight: 400;
}

.layerCont .layerAlertCont .noti {
  color: #828282;
  margin-top: 16px;
  font-weight: 400;
  line-height: 21px;
}

/* */
.transferInfo {
}

.transferInfo ul.transfer {
}

.transferInfo ul.transfer li {
  display: flex;
  padding-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}

.transferInfo ul.transfer li.price {
  border-bottom: 1px solid #E0E0E0;
}

.transferInfo ul.transfer li.price em {
  color:  #45D0D6;
  font-size: 16px;
  font-weight: 700
}

.transferInfo ul.transfer li.price strong {
  color:  #45D0D6;
  font-size: 16px;
  font-weight: 700
}

.transferInfo ul.transfer li.account {
  padding: 24px 0;
}

.transferInfo ul.transfer li.account em {
  color: #000;
}

.transferInfo ul.transfer li.account button {
  width: auto;
  height: 30px;
  padding: 0 20px ;
  background: #D9D9D9;
  color: #333;
}

.transferInfo .handleInfo {
  border: 1px solid #E0E0E0;
  background: #fcfcfc;
  padding: 16px;
  text-align: center;
}

.transferInfo .handleInfo strong.title {
}

.transferInfo .handleInfo ul {
  margin-top: 16px;
}

.transferInfo .handleInfo ul li {
  margin-top: 8px;
  color: #000;
}

.transferInfo .notiRed {
  color: #F55;
  margin-top: 16px;
  text-align: center;
  line-height: 21px;
}

.layerBody .popupHead.bgBox {
  background: #F5F5F5;
  padding: 12px 16px;
  margin: 0;
}

.layerBody .popupHead.bgBox strong {
  color: #196269;
  font-size: 16px;
  font-weight: 500;
}

.couponPay {
}

.couponPay table.transfer {
}

/*  access */
.wrap.fullPage {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #000;
  overflow: auto;
}

.wrap.fullPage .container {
  padding: 0 0 90px;
}

.wrap.fullPage .container.accross {
  padding: 0 0 0px;
}

.wrap.fullPage .btBtn {
  margin-top: auto;
}

.wrap.fullPage .accross .permission {
  margin: 0 24px;
}

.wrap.fullPage .accross .titBox {
  padding: 31px 0 14px;
  text-align: center;
  border-bottom: 1px solid #E0E9EB;
}

.wrap.fullPage .accross .titBox h1 {
  font-size: 16px;
  font-weight: 700;
}

.wrap.fullPage .accross .titBox p.subHead {
  margin-top: 18px;
}

.wrap.fullPage .accross .permission {
}

.wrap.fullPage .accross .essentialTit {
  padding: 24px 0 20px;
  font-size: 16px;
  border-bottom: 1px solid #E0E9EB;
}

.wrap.fullPage .accross .essentialTit strong {
  margin-left: 10px;
}

.wrap.fullPage .accross .optionalTit {
  padding: 24px 0 0;
  font-size: 16px;
}

.wrap.fullPage .accross .optionBox {
}

.wrap.fullPage .accross .optionBox ul {
}

.wrap.fullPage .accross .optionBox ul li {
  margin-top: 24px;
  padding: 0 0 0 40px;
}

.wrap.fullPage .accross .optionBox ul li.option_1 {
  background: url(/web/dweb/images/icon/g_location.png) no-repeat 0 50% / 24px;
}

.wrap.fullPage .accross .optionBox ul li.option_2 {
  background: url(/web/dweb/images/icon/g_adress.png) no-repeat 0 50% / 24px;
}

.wrap.fullPage .accross .optionBox ul li.option_3 {
  background: url(/web/dweb/images/icon/g_memory.png) no-repeat 0 50% / 24px;
}

.wrap.fullPage .accross .optionBox ul li.option_4 {
  background: url(/web/dweb/images/icon/g_alert.png) no-repeat 0 50% / 24px;
}

.wrap.fullPage .accross .optionBox ul li div {
  font-size: 16px;
  font-weight: 700;
}

.wrap.fullPage .accross .optionBox ul li p {
  color: #77889C;
  margin-top: 4px;
}

.wrap.fullPage .btBtn.fixed {
  position: fixed;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  padding: 10px 16px 16px;
  display: flex;
  gap: 8px;
  box-sizing: border-box;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 16px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
}

.wrap.fullPage .btBtn.fixed button {
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 700;
}

.wrap.fullPage .btBtn.fixed button.btnNO {
  border: 1px solid #E0E0E0;
  background: #fff;
  color: #333;
}

.wrap.fullPage .btBtn.fixed button.btnOK {
  background:  #45D0D6;
  color: #fff;
}

.wrap.fullPage .btBtn.fixed button.btnLine {
  background: #fff;
  color: #333;
  border: 1px solid #E0E0E0;
}

.btn.fullConfirm {
  height: 52px;
  background:  #45D0D6;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  border: 0;
}

/*  로그인  */
.loginBnr {
}

.loginMent {
  margin-top: auto;
  padding: 30px 20px 0;
}

.loginMent div {
  font-size: 24px;
  font-weight: 700;
}

.loginMent p {
  font-weight: 500;
  margin-top: 20px;
}

.wrap.fullPage .loginBtn {
  padding: 50px 20px;
  margin-top: 0
}

.wrap.fullPage .loginBtn button {
  position: relative;
  height: 48px;
}

.wrap.fullPage .loginBtn button + button {
  margin-top: 10px;
}

.wrap.fullPage .loginBtn button::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  width: 20px;
  height: 20px;
}

.wrap.fullPage .loginBtn button.login_App::before {
  background: url(/web/dweb/images/icon/login_appcard.png) no-repeat 0 0 / 100%
}

.wrap.fullPage .loginBtn button.login_Kakao {
  background: #FEDE33
}

.wrap.fullPage .loginBtn button.login_Kakao::before {
  background: url(/web/dweb/images/icon/login_kakao.png) no-repeat 0 0 / 100%
}

.wrap.fullPage .loginBtn button.login_Apple {
  background: #000
}

.wrap.fullPage .loginBtn button.login_Apple::before {
  background: #000 url(/web/dweb/images/icon/login_apple.png) no-repeat 0 0 / 100%
}

/* 검색 */
.addrSearchCont {
}

.addrSearch {
  position: relative;
  padding: 16px 0;
  margin: 0 16px;
}

.addrSearch input[type=text] {
  background: #F5F5F5;
  border-radius: 8px;
  padding-right: 40px;
}

.addrSearch button.searchIcon {
  position: absolute;
  right: 12px;
  top: 26px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -100px;
  background: url(/web/dweb/images/common/search_bk.png) no-repeat 0 0 / 100%;
}

ul.majorAddr {
}

ul.majorAddr li {
  position: relative;
  padding: 20px 16px;
}

ul.majorAddr li + li {
  border-top: 1px solid #E0E0E0;
}

ul.majorAddr li p {
  padding-left: 24px;
  font-weight: 700;
  line-height: 27px;
}

ul.majorAddr li p.home {
  background: url(/web/dweb/images/icon/gr_home.png) no-repeat 0 4px / 20px;
}

ul.majorAddr li p.work {
  background: url(/web/dweb/images/icon/gr_work.png) no-repeat 0 4px / 20px;
}

ul.majorAddr li button.grayBtnS {
  position: absolute;
  right: 16px;
  top: 16px;
}

ul.majorAddr li .address {
  padding: 3px 0 0 24px;
  line-height: 21px;
}

.addressBox {
  padding: 16px 0 0px;
}

.addressBox.line {
  border-top: 8px solid #F5F5F5;
}

.addressBox h3.title {
  padding: 0 16px;
  font-size: 14px;
  color: #828282;
  font-weight: 400;
}

ul.addrList {
}

ul.addrList li {
  display: flex;
  gap: 5px;
  padding: 15px 15px;
}

ul.addrList li + li {
  border-top: 1px solid #E0E0E0;
}

ul.addrList li span.star {
  min-width: 20px;
}

ul.addrList li span.star input {
  opacity: 0;
  position: absolute;
}

ul.addrList li span.star label {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/web/dweb/images/icon/star_disabled.png) no-repeat 0 0 / 100%;
  overflow: hidden;
  text-indent: -100px;
}

ul.addrList li span.star input:checked + label {
  background: url(/web/dweb/images/icon/star_pressed.png) no-repeat 0 0 / 100%;
}

ul.addrList li .listAddress {
  width: 100%;
}

ul.addrList li .listAddress p.name {
  line-height: 21px;
  font-weight: 500;
}

.stopover ul.addrList li .listAddress p.name {
  font-weight: 700;
}

ul.addrList li .listAddress span {
  display: block;
  margin-top: 4px;
  color: #828282;
  line-height: 21px;
}

ul.addrList li button.del {
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url(/web/dweb/images/icon/g_del.png) no-repeat 0 0 / 100%;
  overflow: hidden;
  text-indent: -100px;
}

ul.addrList li button.remove {
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url(/web/dweb/images/icon/bk_minus.png) no-repeat 0 0 /100%;
  overflow: hidden;
  text-indent: -100px;
}

ul.addrList li span.listNum {
  min-width: 48px;
  display: flex;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  line-height: 15px;
  font-size: 13px;
  color: #828282;
}

.fixBtn_bt {
  position: absolute;
  bottom: 20px;
  width: 100%;
  background: #fff;
  padding: 5px 16px 16px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 16px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
}

.fixBtn_bt button {
  height: 48px;
  border-radius: 24px;
}

.btnBox {
  margin: 14px 16px 0;
}

/* 지도 */
.mapContainer {
  height: 100vh;
}

.mapWrap {
  position: relative;
  height: 100%;
}

.mapWrap .mapHeader {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

.mapWrap .mapHeader::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.45)
}

.mapWrap .mapHeader .noti {
  position: relative;
  height: 46px;
  display: flex;
  padding: 10px 16px;
  color: #fff;
}

.mapWrap .mapHeader .noti .swiper {
  width: 100%;
}

.mapWrap .mapHeader .noti .swiper .swiper-slide {
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
}

.mapWrap .mapHeader .noti .swiper .swiper-slide strong {
}

.mapWrap .mapHeader .noti .swiper .swiper-slide strong::after {
  content: "";
  display: inline-block;
  margin: 0 4px;
  width: 1px;
  height: 10px;
  background: #fff;
}

.mapWrap .mapHeader .noti .swiper .swiper-slide span {
}

.mapWrap .mapHeader .noti .utils {
  margin-left: auto;
  min-width: 96px;
  display: flex;
  justify-content: right;
  gap: 12px;
}

.mapWrap .mapHeader .noti .utils button.alarm {
  width: 26px;
  height: 26px;
  background: url(/web/dweb/images/icon/w_bell.png) no-repeat 0 0 / 100%;
  overflow: hidden;
  text-indent: -100px;
}

.mapWrap .mapHeader .noti .utils button.more {
  width: 26px;
  height: 26px;
  background: url(/web/dweb/images/icon/w_hambug_menu.png) no-repeat 0 0 / 100%;
  overflow: hidden;
  text-indent: -100px;
}

.mapWrap .mapHeader button.btnHistory {
  position: absolute;
  right: 16px;
  top: 12px;
  height: 38px;
  width: 96px;
  display: flex;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 100px;
  gap: 3px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.mapWrap .mapHeader button.btnPoint {
  position: absolute;
  left: 16px;
  top: 50px;
  height: 54px;
  width: 54px;
  display: flex;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 8px;
  gap: 3px;
  align-items: center;
  justify-content: center;
  background: url(/web/dweb/images/common/posReset.png) no-repeat 0 0 / 100%;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  text-indent: -100px;
}

.mapWrap .mapHeader button.btnAdd {
  position: absolute;
  right: 16px;
  top: 12px;
  height: 38px;
  width: auto;
  padding: 0 10px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.10);
  border-radius: 8px;
  gap: 3px;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: 700;
}

.mapWrap .mapHeader button.btnHome {
  position: absolute;
  left: 16px;
  top: 12px;
  width: 42px;
  height: 42px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.10);
  border-radius: 8px;
  gap: 3px;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  text-indent: -100px;
  background: #fff url(/web/dweb/images/common/bk_home.png) no-repeat 50% 50% / 20px;
}

.mapWrap .mapHeader .noti ~ button.btnHistory {
  top: 58px;
}

.mapWrap .mapHeader .noti ~ button.btnAdd {
  top: 58px;
}

.mapWrap .mapHeader .noti ~ button.btnHome {
  top: 58px;
}

.mapWrap .mapHeader button.btnHistory::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/web/dweb/images/icon/w_receipt-list.png) no-repeat 0 0 / 100%
}

.mapWrap .mapArea {
  position: relative;
  z-index: 10;
}

.mapWrap .mapArea .gpsSpot {
  width: 54px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin: -50px 0 0 -27px;
}

.mapWrap .notiBox {
  position: absolute;
  top: 0;
}

.mapWrap .mapBtCont {
  position: absolute;
  z-index: 500;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
  bottom: 0;
  border-radius: 10px 10px 0px 0px;
  background: #FFF;
  box-shadow: 0px -6px 6px 0px rgba(0, 0, 0, 0.12);
}

.mapWrap .mapBtCont .mapUtilBtns {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
}

.mapWrap .mapBtCont .mapUtilBtns button {
  position: absolute;
}

.mapWrap .mapBtCont .mapUtilBtns button.calling {
  left: 16px;
  bottom: 8px;
  width: calc(100% - 32px);
  height: 48px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background:  #45D0D6;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

.mapWrap .mapBtCont .mapUtilBtns button.calling span {
  padding-left: 24px;
  font-weight: 500;
  font-size: 16px;
  background: url(/web/dweb/images/common/w_spot.png) no-repeat 0 50% / 14px;
}

.mapWrap .mapBtCont .mapUtilBtns button.calling strong {
  padding-right: 22px;
  font-size: 18px;
  background: url(/web/dweb/images/common/w_right_m.png) no-repeat 100% 60% / 18px;
}

.mapWrap .mapBtCont .mapUtilBtns button.booking {
  left: 16px;
  bottom: 8px;
  width: auto;
  height: 42px;
  gap: 4px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(51, 51, 51, 0.9)
}

.mapWrap .mapBtCont .mapUtilBtns button.calling ~ button.booking {
  bottom: 60px;
}

.mapWrap .mapBtCont .mapUtilBtns button.booking::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/web/dweb/images/common/reserv.png) no-repeat 0 0/100%
}

.mapWrap .mapBtCont .mapUtilBtns button.booking::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/web/dweb/images/common/w_right_s.png) no-repeat 0 0/18px
}

.mapWrap .mapBtCont .mapUtilBtns button.coupon {
  right: 16px;
  bottom: 8px;
  width: auto;
  height: 42px;
  gap: 4px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #A08F7C
}

.mapWrap .mapBtCont .mapUtilBtns button.calling ~ button.coupon {
  bottom: 60px;
}

.mapWrap .mapBtCont .mapUtilBtns button.coupon::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/web/dweb/images/common/coupon.png) no-repeat 0 0/100%
}

.mapWrap .mapBtCont .mapUtilBtns button.point {
  left: 10px;
  bottom: 53px;
  width: 54px;
  height: 54px;
  gap: 4px;
  background: url(/web/dweb/images/common/posReset.png) no-repeat 0 0 / 100%;
  overflow: hidden;
  text-indent: -100px;
}

.mapWrap .mapBtCont .mapUtilBtns button.calling ~ button.point {
  bottom: 70px;
}

.mapWrap .mapBtCont .mapContHead {
  border-bottom: 1px solid #E0E0E0
}

.mapWrap .mapBtCont .mapContBody {
  /*overflow: auto;*/
  padding: 0 0 5px;
}

.mapWrap .mapBtCont .mapContFoot {
  padding: 16px 16px 16px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 16px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
}

.mapWrap .mapBtCont .mapContFoot .btnBox {
  margin: 0;
  display: flex;
  gap: 8px;
}

.mapWrap .mapBtCont .mapContFoot .btnBox button {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid #828282;
  background: #fff;
  color: #333;
  border-radius: 8px;
}

.mapWrap .mapBtCont .mapContFoot button.btnOk {
  border: 1px solid  #45D0D6;
  background:  #45D0D6;
  color: #fff;
  min-width: auto;
}

.mapWrap .mapBtCont .mapContFoot button.btnWebCall {
    border: 1px solid #45505D;
    background: #45505D;
    color: #fff;
    min-width: auto;
    width: 120px;
}

.mapWrap .mapBtCont .userBox {
  padding: 14px 16px 10px;
  height: 56px;
  display: flex;
  align-items: center;
}

.mapWrap .mapBtCont .userBox span.name {
}

.mapWrap .mapBtCont .userBox strong.num {
  padding-left: 10px;
  font-size: 16px;
}

.mapWrap .mapBtCont .userBox button.other {
  margin-left: auto;
  width: auto;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  background: #F5F5F5;
  color: #333;
  font-size: 12px;
  font-size: 700;
}

.mapWrap .mapBtCont .userBox button.other::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/web/dweb/images/common/bk_right_s.png) no-repeat 0 0 /100%;
}

.mapWrap .mapBtCont .callList {
  display: flex;
  gap: 8px;
  padding: 2px 16px 16px;
  overflow: auto;
}

.mapWrap .mapBtCont .callList::-webkit-scrollbar {
  display: none;
}

.mapWrap .mapBtCont .callList button {
  display: flex;
  gap: 8px;
  align-items: center;
  width: auto;
  height: 34px;
  background: #FFF;
  padding: 0 10px 0 8px;
  border: 1px solid rgba(224, 224, 224, 1);
  white-space: nowrap;
  border-radius: 8px;
  color: #333;
}

.mapWrap .mapBtCont .callList button::before {
  content: "";
  width: 18px;
  height: 18px;
}

.mapWrap .mapBtCont .callList button.off.no_1::before {
  background: #fff url(/web/dweb/images/common/no1-disabled.png) no-repeat 0 0/100%;
}

.mapWrap .mapBtCont .callList button.off.no_2::before {
  background: #fff url(/web/dweb/images/common/no2-disabled.png) no-repeat 0 0/100%;
}

.mapWrap .mapBtCont .callList button.off.no_3::before {
  background: #fff url(/web/dweb/images/common/no3-disabled.png) no-repeat 0 0/100%;
}

.mapWrap .mapBtCont .callList button.off.no_4::before {
  background: #fff url(/web/dweb/images/common/no4-disabled.png) no-repeat 0 0/100%;
}

.mapWrap .mapBtCont .callList button.off.no_5::before {
  background: #fff url(/web/dweb/images/common/no5-disabled.png) no-repeat 0 0/100%;
}

.mapWrap .mapBtCont .callList button.on.no_1::before {
  background: #fff url(/web/dweb/images/common/no1-primary.png) no-repeat 0 0/100%;
}

.mapWrap .mapBtCont .callList button.on.no_2::before {
  background: #fff url(/web/dweb/images/common/no2-primary.png) no-repeat 0 0/100%;
}

.mapWrap .mapBtCont .callList button.on.no_3::before {
  background: #fff url(/web/dweb/images/common/no3-primary.png) no-repeat 0 0/100%;
}

.mapWrap .mapBtCont .callList button.on.no_4::before {
  background: #fff url(/web/dweb/images/common/no4-primary.png) no-repeat 0 0/100%;
}

.mapWrap .mapBtCont .callList button.on.no_5::before {
  background: #fff url(/web/dweb/images/common/no5-primary.png) no-repeat 0 0/100%;
}

.mapWrap .mapBtCont .callStatus {
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  margin-bottom: -1px;
  border-top: 1px solid #E0E0E0;
}

.mapWrap .mapBtCont .callStatus span.status {
}

.mapWrap .mapBtCont .callStatus span.status img {
  height: 32px;
}

.mapWrap .mapBtCont .callStatus span.driver {
  display: flex;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  gap: 8px;
  align-items: center;
  margin-left: auto;
}

.mapWrap .mapBtCont .callStatus span.driver em {
  color: #F55;
  font-weight: 700;
  font-size: 14px;
}

.mapWrap .mapBtCont .callStatus span.driver button.call {
  width: 32px;
  height: 32px;
  background: url(/web/dweb/images/common/drive_call.png) no-repeat 0 0 /100%
}

.mapWrap .mapBtCont .reservDetail {
}

.mapWrap .mapBtCont .reservDetail .dateBox {
  height: 34px;
  display: flex;
  justify-content: center;
  gap: 4px;
  color: #333;
  font-weight: 700;
  align-items: center;
  margin: 0 16px;
  text-align: center;
  font-size: 16px;
; background: #F5F5F5;
  border-radius: 8px;
}

.mapWrap .mapBtCont .reservDetail .dateBox::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/web/dweb/images/common/reserv.png) no-repeat 0 0 /100%
}

.mapWrap .mapBtCont .reservDetail .btnBox {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.mapWrap .mapBtCont .reservDetail .btnBox button {
  width: 100%;
  height: 34px;
  border: 1px solid #E0E0E0;
  background: #fff;
  color: #333;
}

.mapWrap .mapBtCont .destination {
  margin-top: 12px;
  padding: 0 16px 16px;
}

.mapWrap .mapBtCont .destination .departPlace {
  font-size: 16px;
  height: 28px;
  display: flex;
  align-items: center;
}

.mapWrap .mapBtCont .destination .departPlace + .departPlace {
  margin-top: 12px;
}

.mapWrap .mapBtCont .destination .departPlace em {
  color: #828282;
  font-weight: 400;
  min-width: 30px;
}

.mapWrap .mapBtCont .destination .departPlace strong {
  margin-left: 4px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
; }

.mapWrap .mapBtCont .destination .departPlace span.meter {
  padding-left: 8px;
  color: #828282;
  margin-left: auto;
}

.mapWrap .mapBtCont .destination .departPlace button.add {
  min-width: 54px;
  width: 54px;
  height: 28px;
  margin-left: auto;
  border: 1px solid #E0E0E0;
  background: #fff;
  font-size: 13px;
  color: #333;
  border-radius: 8px;
}

.mapWrap .mapBtCont .destination .departPlace span.meter + button.add {
  margin-left: 8px;
}

.mapWrap .mapBtCont .destination .findPlace {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 10px 8px 12px;
  margin-top: 12px;
  border-radius: 8px;
  border: 2px solid  #45D0D6;
}

.mapWrap .mapBtCont .destination .findPlace input {
  width: 100%;
  height: 23px;
  border: 0;
}

.mapWrap .mapBtCont .destination .findPlace button.placeAdd {
  min-width: 54px;
  width: auto;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #fff;
  font-weight: 500;
  color: #828282;
}

.mapWrap .mapBtCont .recentList {
  display: flex;
  padding: 0 16px;
  gap: 6px;
  overflow: auto;
  flex-wrap: nowrap;
}

.mapWrap .mapBtCont .recentList::-webkit-scrollbar {
  display: none;
}

.mapWrap .mapBtCont .recentList button {
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
  height: 36px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #BDBDBD;
  background: #FFF;
}

.mapWrap .mapBtCont .recentList button.home {
}

.mapWrap .mapBtCont .recentList button.home::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/web/dweb/images/common/bk_home.png) no-repeat 0 0/100%;
}

.mapWrap .mapBtCont .recentList button span {
  font-weight: 400;
  color: #828282;
}

.mapWrap .mapBtCont .priceBtnBox {
  border-top: 1px solid #E0E0E0;
  padding: 16px;
}

.mapWrap .mapBtCont .priceBtnBox button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  padding: 2px 16px 14px;
  background: #fff;
  border: 1px solid #E0E0E0;
  font-size: 18px;
  color: #333;
}

.mapWrap .mapBtCont .priceBtnBox button ~ button {
  margin-top: 10px;
}

.mapWrap .mapBtCont .priceBtnBox button span.tit {
  font-size: 16px;
}

.mapWrap .mapBtCont .priceBtnBox button span.tit .detail {
  font-size: 12px;
}

.mapWrap .mapBtCont .priceBtnBox button strong {
  padding-right: 22px;
}

.mapWrap .mapBtCont .priceBtnBox button.suggest.on {
  border: 2px solid #00326d;
}

.mapWrap .mapBtCont .priceBtnBox button.suggest.off {
    border: 2px solid #F5F6F7;
    background: #F5F6F7;
}

.mapWrap .mapBtCont .priceBtnBox button.suggest strong {
  background: url(/web/dweb/images/icon/g_right_s.png) no-repeat 100% 50% / 18px;
}

.mapWrap .mapBtCont .priceBtnBoxNone {
    padding: 0px 16px 16px 16px;
}

.mapWrap .mapBtCont .priceBtnBoxNone button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 2px 16px 14px;
    background: #fff;
    border: 1px solid #E0E0E0;
    font-size: 18px;
    color: #333;
}

.mapWrap .mapBtCont .priceBtnBoxNone button ~ button {
    margin-top: 10px;
}

.mapWrap .mapBtCont .priceBtnBoxNone button span.tit {
    font-size: 16px;
}

.mapWrap .mapBtCont .priceBtnBoxNone button span.tit .detail {
    font-size: 12px;
}

.mapWrap .mapBtCont .priceBtnBoxNone button strong {
    padding-right: 22px;
}

.mapWrap .mapBtCont .priceBtnBoxNone button.suggest.on {
    border: 2px solid #00326d;
}

.mapWrap .mapBtCont .priceBtnBoxNone button.suggest.off{
    border: 2px solid #F5F6F7;
    background: #F5F6F7;
}

.mapWrap .mapBtCont .priceBtnBoxNone button.suggest strong {
    background: url(/web/dweb/images/icon/g_right_s.png) no-repeat 100% 50% / 18px;
}

.mapWrap .mapBtCont .payMethod {
  border-top: 1px solid #E0E0E0;
  padding: 16px;
}

.mapWrap .mapBtCont .payMethod .titBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mapWrap .mapBtCont .payMethod .titBox span {
  font-size: 14px;
  font-weight: 700;
}

.mapWrap .mapBtCont .payMethod .titBox button {
  width: auto;
  border: 0;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  padding-right: 22px;
  background: url(/web/dweb/images/icon/g_right_s.png) no-repeat 100% 50% / 18px;
}

.mapWrap .mapBtCont .payMethod .titBox button {
  width: auto;
  border: 0;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  padding-right: 22px;
  background: url(/web/dweb/images/icon/g_right_s.png) no-repeat 100% 50% / 18px;
}

.mapWrap .mapBtCont .payMethod ul.payInfo {
  margin-top: 14px;
}

.mapWrap .mapBtCont .payMethod ul.payInfo li {
  display: flex;
  justify-content: space-between;
  padding-left: 14px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  background: url(/web/dweb/images/icon/bul_info.png) no-repeat 0 0/10px;
}

.mapWrap .mapBtCont .payMethod ul.payInfo li + li {
  margin-top: 8px;
}

.mapWrap .mapBtCont .payMethod ul.payInfo li span {
  font-size: 14px;
}

.mapWrap .mapBtCont .payMethod ul.payInfo li strong {
  font-size: 14px;
}

.mapWrap .mapBtCont .payMethod .notice {
  margin-top: 14px;
  font-size: 12px;
  text-align: center;
  background: rgba(255, 85, 85, 0.2);
  color: #F55;
  padding: 8px 16px;
  border-radius: 8px;
}

.mapWrap .mapBtCont .reservInfo {
}

.mapWrap .mapBtCont .reservInfo .reserveDate {
  position: relative;
  padding: 16px 16px 0;
  margin-bottom: 20px;
}

.mapWrap .mapBtCont .reservInfo .reserveDate .tit {
  font-size: 16px;
}

.mapWrap .mapBtCont .reservInfo .reserveDate .formBox input {
  border: 0;
  height: 20px;
}

.mapWrap .mapBtCont .reservInfo .reserveDate .formBox {
  position: absolute;
  right: 16px;
  top: 6px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mapWrap .mapBtCont .reservInfo .reserveDate .formBox input {
  display: none;
}

.mapWrap .mapBtCont .reservInfo .reserveDate .formBox span.date {
  display: block;
  font-size: 16px;
  color:  #45D0D6;
}

.mapWrap .mapBtCont .reservInfo .reserveDate .formBox button.more {
  width: 16px;
  height: 16px;
  background: url(/web/dweb/images/icon/bk_down.png) no-repeat 0 0 / 16px;
}

.mapWrap .mapBtCont .reservInfo .reserveDate .formBox.open {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  margin-top: 10px;
  border: 1px solid #BDBDBD;
  border-radius: 8px;
}

.mapWrap .mapBtCont .reservInfo .reserveDate .formBox.open span.date {
  display: none;
}

.mapWrap .mapBtCont .reservInfo .reserveDate .formBox.open input {
  display: block;
  border: 0;
  height: 48px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-align: center;
  background: url(/web/dweb/images/icon/bk_down.png) no-repeat right 16px top 50% / 16px;
}

.mapWrap .mapBtCont .reservInfo .reserveDate .formBox.open button.more {
  display: none;
}

.mapWrap .mapBtCont .txtMent {
  padding: 0 16px;
  margin: 16px 0;
  color: #333;
  line-height: 21px;
  font-weight: bold;
    font-size: 18px;
}

.mapWrap .mapBtCont .alertNoti {
  padding: 0 16px;
  margin: 16px 0;
  color: #333;
  line-height: 21px;
}

.mapWrap .mapBtCont .driveInfo {
  padding: 20px 0 0;
  margin: 16px 16px 0;
  border-top: 1px solid #E0E0E0;
}

.mapWrap .mapBtCont .driveInfo .price {
  display: flex;
  align-items: center;
}

.mapWrap .mapBtCont .driveInfo .price strong {
  font-size: 16px;
  color:  #45D0D6;
}

.mapWrap .mapBtCont .driveInfo .price button.txtLnk {
  margin-left: auto;
  width: auto;
  border: 0;
  font-weight: 400;
  background: transparent;
  color: #333;
  font-size: 12px;
  color: #828282;
  text-decoration: underline;
}

.mapWrap .mapBtCont .driveInfo ul.driveList {
  margin-top: 16px;
}

.mapWrap .mapBtCont .driveInfo ul.driveList li {
  padding-left: 16px;
  position: relative;
}

.mapWrap .mapBtCont .driveInfo ul.driveList li + li {
  margin-top: 10px;
}

.mapWrap .mapBtCont .driveInfo ul.driveList li em {
  color: #828282;
}

.mapWrap .mapBtCont .driveInfo ul.driveList li span {
  margin-left: 2px;
}

.mapWrap .mapBtCont .driveInfo ul.driveList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 9px;
  height: 9px;
  background: #BDBDBD;
  border-radius: 50%;
}

.mapWrap .mapBtCont .driveInfo ul.driveList li + li:after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 12px;
  width: 1px;
  height: 23px;
  background: #BDBDBD;
}

.mapWrap .mapBtCont .driveInfo ul.driveList li.last:before {
  background:  #45D0D6;
}

.mapWrap .mapBtCont .driverCalling {
  padding: 16px 16px 0;
}

.mapWrap .mapBtCont .driverCalling .balloon {
  position: relative;
  padding: 3px 16px;
  text-align: center;
  background: #F5F5F5;
  color: #000;
  line-height: 21px;
}

.mapWrap .mapBtCont .driverCalling .balloon strong {
  color:  #45D0D6
}

.mapWrap .mapBtCont .driverCalling .balloon::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  bottom: -6px;
  width: 46px;
  height: 6px;
  background: url(/web/dweb/images/common/balloon.png) no-repeat 0 0 / 100%;
}

.mapWrap .mapBtCont .driverCalling .phoneMotion {
  padding: 58px 0 0;
  position: relative;
}

.mapWrap .mapBtCont .driverCalling .phoneMotion .motion {
  width: 70px;
  height: auto;
}

.mapWrap .mapBtCont .driverCalling .phoneMotion .progressBar .motion {
  top: -47px;
  left: 100%;
}

.mapWrap .mapBtCont .driverCalling .phoneMotion .bar {
  max-width: 90%;
  min-width: 5%
}

.mapWrap .mapBtCont .driverCalling .phoneMotion .motion .motion_1 {
  display: block;
  width: 70px;
  height: 70px;
  background: url(/web/dweb/images/common/callMotion_1.png) no-repeat 0 0 / 70px;
}

.mapWrap .mapBtCont .driverCalling .phoneMotion .motion .motion_2 {
  display: block;
  width: 70px;
  height: 70px;
  background: url(/web/dweb/images/common/callMotion_2.png) no-repeat 0 0 / 70px;
}

.mapWrap .mapBtCont .driverCalling .phoneMotion .motion .motion_3 {
  display: block;
  width: 70px;
  height: 70px;
  background: url(/web/dweb/images/common/callMotion_3.png) no-repeat 0 0 / 70px;
}

.mapWrap .mapBtCont .driverCalling .matched {
  text-align: center;
  padding: 13px 16px;
  background: #F5F5F5;
  border-right: 4px;
}

.mapWrap .mapBtCont .driverCalling .matched span.driver {
  display: flex;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.mapWrap .mapBtCont .driverCalling .matched span.driver button.call {
  width: 32px;
  height: 32px;
  background: url(/web/dweb/images/common/drive_call.png) no-repeat 0 0 /100%
}

.mapWrap .mapBtCont .driverCalling .matched p {
  margin-top: 11px;
}

.mapWrap .mapBtCont .driverCalling .carMotion {
  padding: 56px 0 0;
  position: relative;
}

.mapWrap .mapBtCont .driverCalling .carMotion .bar {
  max-width: 90%;
  min-width: 10%
}

.mapWrap .mapBtCont .driverCalling .carMotion .motion {
  width: 90px;
  height: auto;
  top: 25px;
  margin-left: -45px;
}

.mapWrap .mapBtCont .driverCalling .carMotion .progressBar .motion {
  top: -33px;
  left: 100%;
}

.mapWrap .mapBtCont .driverCalling .carMotion .motion .motion_1 {
  display: block;
  width: 90px;
  height: 50px;
  background: url(/web/dweb/images/common/carMotion_1.png) no-repeat 0 0 / 100%;
}

.mapWrap .mapBtCont .driverCalling .carMotion .motion .motion_2 {
  display: block;
  width: 90px;
  height: 50px;
  background: url(/web/dweb/images/common/carMotion_2.png) no-repeat 0 0 / 100%;
}

.progressBar div.progress {
  width: calc(100% - 5px);
  height: 10px;
  background: #F5F5F5;
  border-radius: 10px;
}

.progressBar div.progress span.bar {
  position: relative;
  min-width: 3%;
  display: block;
  height: 10px;
  border-radius: 10px;
  background:  #45D0D6;
  transition: .3s;
}

.progressBar div.progress span.bar em {
  display: none;
}

.motion {
  position: absolute;
  top: 13px;
  z-index: 10;
  left: 50%;
  margin-left: -35px;
  background: none !important;
}

.motion span {
  opacity: 0;
  transition: .28s;
  background: none;
}

.motion span em {
  display: none;
}

.motion span + span {
  position: absolute;
  top: 0;
}

.motion .motion_1 {
  opacity: 1;
}

.motion.step_0 .motion_1 {
  opacity: 1;
}

.motion.step_1 .motion_2 {
  opacity: 1;
}

.motion.step_2 .motion_3 {
  opacity: 1;
}

.phoneMotion .motion.step_0 .motion_1 {
  opacity: 1;
}

.phoneMotion .motion.step_1 .motion_2 {
  opacity: 1;
}

.phoneMotion .motion.step_2 .motion_3 {
  opacity: 1;
}

.phoneMotion .motion.step_3 .motion_3 {
  opacity: 1;
}

.phoneMotion .motion.step_4 .motion_2 {
  opacity: 1;
}

.phoneMotion .motion.step_5 .motion_1 {
  opacity: 1;
}

.mapWrap .mapBtCont .mapContFoot .btnBox button.btnCall::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/web/dweb/images/icon/call.png) no-repeat 0 0 / 26px;
}

.mapWrap .mapBtCont .mapContFoot .btnBox button.btnreport::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/web/dweb/images/icon/report.png) no-repeat 0 0 / 26px;
}

.mapWrap .mapBtCont .complateBox {
  padding: 0 16px;
}

.mapWrap .mapBtCont .complateBox .ment {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #333;
}

.mapWrap .mapBtCont .complateBox .ment::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  margin-bottom: 10px;
  background: url(/web/dweb/images/icon/complete.png) no-repeat 0 0 / 42px;
}

.mapWrap .mapBtCont .complateBox .txtGuide {
  margin-top: 24px;
}

.mapWrap .mapBtCont .complateBox .txtGuide p {
  color: #828282;
}

.mapWrap .mapBtCont .complateBox .txtGuide p + p {
  margin-top: 10px;
}

/*
*/
input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  background: url(/web/dweb/images/icon/check_false.png) no-repeat 0 0 / 100%;
}

input[type=checkbox]:checked {
  border: 1px solid  #45D0D6;
  background:  #45D0D6 url(/web/dweb/images/icon/check_true.png) no-repeat 0 0 / 100%;
}

.wrap.fullPage .container.paymentCont {
}

.paymentCont .topNotice {
  background: #F5F5F5;
  padding: 13px 16px 11px;
  text-align: center;
}

.paymentCont .topNotice p {
  font-size: 16px;
  color: #288382;
  text-align: center;
  font-weight: 700;
}

.paymentCont .box {
  margin: 0 16px;
  padding: 24px 0;
  text-align: left;
}

.layerCont .paymentCont .box {
  margin: 0 0;
  padding: 24px 0;
}

.layerCont .paymentCont .box:last-child {
  padding-bottom: 0;
}

.paymentCont .box + .box {
  border-top: 1px solid #D9D9D9
}

.paymentCont .notice {
}

.paymentCont ul.flexList {
  text-align: left;
}

.paymentCont ul.flexList li {
}

.paymentCont ul.flexList li + li {
  margin-top: 8px;
}

.paymentCont ul.flexList li > div {
  display: flex;
  height: 24px;
  justify-content: space-between;
  align-items: center;
}

.paymentCont ul.flexList li > div span {
  font-size: 14px;
}

.paymentCont ul.flexList li > div strong {
  font-size: 16px;
}

.paymentCont ul.flexList li > div.price strong {
  font-weight: 400;
}

.paymentCont ul.flexList li > ul {
}

.paymentCont ul.flexList li > ul li {
  margin-top: 3px;
  font-size: 12px;
  color: #828282;
  padding-left: 14px;
  background: url(/web/dweb/images/icon/bul_info.png) no-repeat 0 0/10px;
}

.paymentCont .moneyBalance {
  margin-top: 10px;
  text-align: right;
}

.paymentCont .moneyBalance span {
  display: inline-block;
  padding: 7px 12px;
  font-size: 13px;
  background: #F5F5F5;
  width: auto;
  margin: 0 0 0 auto;
  border-radius: 8px;
}

.paymentCont p.txtNoti {
  margin-top: 16px;
  color: #828282;
}

.paymentCont .toggleBox {
  margin-top: 16px;
}

.paymentCont .toggleBox .titBox {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
}

.paymentCont .toggleBox .titBox button {
  margin-left: auto;
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
  background: url(/web/dweb/images/icon/g_down.png) no-repeat 0 0 / 100%;
  overflow: hidden;
  text-indent: -100px;
}

.paymentCont .toggleBox .toggleBox {
  margin-top: 16px;
}

.paymentCont .toggleBox .toggleBox p.txtCont {
  padding: 12px 16px;
  background: #F5F5F5;
  line-height: 22px;
}

.paymentCont .toggleBox.close .titBox button {
  transform: rotate(0);
}

.paymentCont .toggleBox.close .toggleBox {
  display: none;
}

.paymentCont .totalPrice {
  font-size: 16px;
  font-weight: 700;
}

.paymentCont .totalPrice h3 {
  font-size: 16px;
  font-weight: 700;
}

.paymentCont .totalPrice .priceInfo {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paymentCont .totalPrice .priceInfo span {
}

.paymentCont .totalPrice .priceInfo strong {
  font-size: 22px;
  color:  #45D0D6;
}

.paymentCont p.balance {
}

.alertNoti {
  margin-top: 16px;
}

.alertNoti p {
  padding-left: 28px;
  line-height: 22px;
  color: #F55;
  font-weight: 700;
  background: url(/web/dweb/images/icon/notice_alarm.png) no-repeat 0 0 / 24px;
}

.alertNoti p + p {
  margin-top: 10px;
}

.alertNoti div {
  color: #828282;
  line-height: 21px;
  margin-top: 4px;
}

.complainCont {
  padding: 16px 16px 0;
}

.complainCont h2 {
  font-size: 20px;
}

.complainCont ul {
  margin-top: 8px;
}

.complainCont ul li {
  margin-top: 24px;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  background: url(/web/dweb/images/icon/radio_off.png) no-repeat 0 0/100%
}

input[type=radio]:checked {
  background-image: url(/web/dweb/images/icon/radio_on.png)
}

textarea {
  width: 100%;
  margin-top: 12px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}

textarea::placeholder {
  color: #BDBDBD
}

.mypoint {
  padding: 10px 16px;
  border-bottom: 10px solid #F5F5F5;
}

.mypoint .ment {
  display: flex;
  padding: 6px 0 8px;
  margin-bottom: 8px;
  justify-content: center;
  align-items: center;
  color: #196269;
  font-size: 12px;
  background: #EEF7F1;
}

.mypoint .ment::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/web/dweb/images/icon/reward-charge.png) no-repeat 0 0 / 100%;
}

.mypoint .pointInfo {
  display: flex;
  padding: 0 8px;
  justify-content: space-between;
  align-items: center;
}

.mypoint .pointInfo em {
  font-weight: 700;
}

.mypoint .pointInfo strong {
  padding-right: 24px;
  color:  #45D0D6;
  font-size: 22px;
; background: url(/web/dweb/images/icon/g_right.png) no-repeat 100% 50% / 20px;
}

.mypoint .pointInfo strong span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.cashCoupon {
  padding: 16px 16px 26px;
  display: flex;
  justify-content: center;
}

.cashCoupon .cashCont {
  padding-right: 16px;
}

.cashCoupon .couponCont {
  padding-left: 16px;
  border-left: 1px solid #F2F2F2;
}

.cashCoupon .tit {
  padding: 9px 0 0;
}

.cashCoupon .tit button {
  display: flex;
  color: #333;
  background: #fff;
  justify-content: start;
  align-items: center;
  font-weight: 400;
}

.cashCoupon .tit button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/web/dweb/images/icon/g_right.png) no-repeat 0 0 / 100%
}

.cashCoupon strong.size {
  display: block;
  padding-left: 2px;
  margin-top: 6px;
  font-size: 24px;
}

.cashCoupon .btnBox {
  margin: 14px 0 0;
  display: flex;
  gap: 6px;
}

.cashCoupon .btnBox button {
  height: 34px;
  padding: 0 16px;
  white-space: nowrap;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 8px;
}

.cashCoupon .btnBox button.charge {
  color:  #45D0D6;
  border: 1px solid  #45D0D6;
}

.cashCoupon .cashCont .tit button::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(/web/dweb/images/icon/won.png) no-repeat 0 0/ 100%
}

.cashCoupon .couponCont .tit button::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(/web/dweb/images/icon/coupon.png) no-repeat 0 0/ 100%
}

.mypageCont .bnrBox {
  padding: 20px 24px;
  border-top: 1px solid #F2F2F2;
}

.mypageCont .bnrBox a {
  display: block;
  display: flex;
  height: 30px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none
}

.mypageCont .bnrBox strong {
  padding-left: 38px;
  font-size: 16px;
  background: url(/web/dweb/images/icon/card.png) no-repeat 0 50% / 30px;
}

.mypageCont .bnrBox em {
  padding-right: 20px;
  color: #FF766D;
  background: url(/web/dweb/images/icon/g_right.png) no-repeat 100% 50% / 20px
}

.mypageCont ul.majorLink {
  display: flex;
  flex-wrap: wrap;
  padding: 0 24px;
  border-top: 10px solid #F5F5F5;
}

.mypageCont ul.majorLink li {
  width: 33.3%;
  text-align: center;
  border-top: 1px solid #F2F2F2;
  margin-top: -1px;
}

.mypageCont ul.majorLink li a {
  display: block;
  padding: 58px 0 10px;
}

.mypageCont ul.majorLink li.lnk_1 a {
  background: url(/web/dweb/images/icon/link_icon_1.png) no-repeat 50% 20px /36px;
}

.mypageCont ul.majorLink li.lnk_2 a {
  background: url(/web/dweb/images/icon/link_icon_2.png) no-repeat 50% 20px /36px;
}

.mypageCont ul.majorLink li.lnk_3 a {
  background: url(/web/dweb/images/icon/link_icon_3.png) no-repeat 50% 20px /36px;
}

.mypageCont ul.majorLink li.lnk_4 a {
  background: url(/web/dweb/images/icon/link_icon_4.png) no-repeat 50% 20px /36px;
}

.mypageCont ul.majorLink li.lnk_5 a {
  background: url(/web/dweb/images/icon/link_icon_5.png) no-repeat 50% 20px /36px;
}

.mypageCont ul.majorLink li.lnk_6 a {
  background: url(/web/dweb/images/icon/link_icon_6.png) no-repeat 50% 20px /36px;
}

.mypageCont ul.menuLink {
  padding: 12px 16px;
  border-top: 1px solid #F2F2F2;
}

.mypageCont ul.menuLink li {
}

.mypageCont ul.menuLink li a {
  display: block;
  text-decoration: none;
  padding: 12px 0;
  background: url(/web/dweb/images/icon/g_right.png) no-repeat 100% 50% / 20px
}

.mypageCont ul.menuLink li a strong {
  font-size: 16px;
}

.mypageCont ul.menuLink li a span {
  color: #828282;
}

.mydriverCont .titBox {
  padding: 16px 16px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.mydriverCont .info {
  margin-top: 12px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.mydriverCont ul.form {
  padding: 32px 16px 0;
}

.mydriverCont ul.form li {
  display: flex;
  color: #828282;
}

.mydriverCont ul.form li + li {
  margin-top: 12px;
}

.mydriverCont ul.form li label {
}

.mydriverCont ul.form li input {
  height: 42px;
  min-width: 70%
}

.mydriverCont .alertNoti {
  padding: 0 16px;
  margin-top: 10px;
}

.mydriverCont .btnBox .btnOk {
  border-radius: 8px;
}

.mydriverCont .registered {
  margin-top: 24px;
  padding: 0 16px;
  padding-top: 24px;
  border-top: 10px solid #F5F5F5;
}

.mydriverCont .registered h3 {
  font-size: 16px;
}

.mydriverCont .registered ul {
}

.mydriverCont .registered ul li {
  display: flex;
  padding: 16px 0;
  gap: 8px;
  align-items: center;
  border-top: 1px solid #E0E0E0
}

.mydriverCont .registered ul li:first-child {
  border-top: 0;
}

.mydriverCont .registered ul li span {
  width: 54px;
  height: 34px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background:  #45D0D6;
  border-radius: 8px;
; }

.mydriverCont .registered ul li strong {
}

.mydriverCont .registered ul li button {
  margin-left: auto;
  width: 24px;
  height: 24px;
  background: url(/web/dweb/images/icon/g_del.png) no-repeat 0 0 / 100%;
}

.mydriverCont .registered ul li span.status_1 {
  color: #fff;
  background:  #45D0D6;
}

.mydriverCont .registered ul li span.status_2 {
  color:  #45D0D6;
  background: #EEF7F1;
}

.mydriverCont .registered ul li span.status_3 {
  color: #828282;
  background: #E0E0E0;
}

.mydriverCont .registered ul li span.status_3 ~strong {
  color: #BDBDBD;
}

.paymentCard {
  margin: 0 -16px;
}

.paymentCard .promotion {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: rgba(80, 182, 162, 0.2);
}

.paymentCard .swiper {
  margin-top: 24px;
}

.paymentCard .swiper-wrapper {
}

.paymentCard .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.paymentCard .swiper-slide {
  position: relative;
  width: 260px;
  height: 215px;
  border: 1px solid rgba(189, 189, 189, 1);
  border-radius: 8px;
; }

.paymentCard .swiper-slide input[type=checkbox] {
  position: absolute;
  z-index: 10;
  right: 11px;
  top: 20px;
  width: 24px;
  height: 24px;
  border: 0;
  background: url(/web/dweb/images/common/pay_checkbox_disabled.png) no-repeat 0 0 /100%;
}

.paymentCard .swiper-slide input[type=checkbox]:checked {
  background: url(/web/dweb/images/common/pay_checkbox_check.png) no-repeat 0 0 /100%;
}

.paymentCard .swiper-slide .cardBox {
  display: flex;
  gap: 10px;
  width: 260px;
  height: 140px;
  padding: 15px 17px;
}

.paymentCard .swiper-slide .cardBox .card {
  display: flex;
  /*min-width: 70px;*/
  border-radius: 8px;
  height: 70px;
}

.paymentCard .swiper-slide .cardBox .card img {
  width: 100%;
}

.paymentCard .swiper-slide .cardBox .info {
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  text-align: left;
}

.paymentCard .swiper-slide .cardBox .info .name {
  font-size: 14px;
}

.paymentCard .swiper-slide .cardBox .info .num {
  margin-top: auto;
}

.paymentCard .swiper-slide .cardBox .info .num p {
  color: #000;
  font-size: 12px;
}

.paymentCard .swiper-slide .cardBox .info .num p + p {
  margin-top: 4px;
}

.paymentCard .swiper-slide .swiper {
  margin: 0;
  padding: 14px 0 0;
}

.paymentCard .swiper-slide .swiper-wrapper {
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
  margin: 0 auto;
  justify-content: center;
}

.paymentCard .swiper-slide .swiper-slide {
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  opacity: 0.5;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.paymentCard .swiper-slide .swiper-slide.swiper-slide-active {
  width: 90px;
  height: 90px;
  opacity: 1;
}

.paymentCard .swiper-slide .swiper-slide em.badge {
  position: absolute;
  height: 16px;
  padding: 0 7px;
  background: rgba(253, 46, 90, 1);
  z-index: 5;
  color: #fff;
  border-radius: 8px;
  font-size: 10px;
  line-height: 16px;
  right: -4px;
  top: -4px
}

.paymentCard .swiper-slide button.btnCardSelect {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 11px;
  bottom: 11px;
  z-index: 10;
  background: url(/web/dweb/images/common/pay_detail.png) no-repeat 0 0/100%
}

.couponCont {
  padding: 24px 16px 50px;
}

.couponCont .titBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.couponCont .titBox h3 {
  font-size: 22px;
  font-weight: 700;
}

.couponCont .titBox h3 em {
  font-size: 14px;
  color:  #45D0D6;
}

.couponCont .titBox button {
  margin-left: auto;
  width: auto;
  font-weight: 400;
  padding-right: 20px;
  color: #000;
  background: url(/web/dweb/images/icon/g_right_bul.png) no-repeat 100% 1px / 20px;
}

.couponCont .couponBtnBox {
  margin-top: 21px;
}

.couponCont .couponBtnBox button {
  display: flex;
  width: 100%;
  height: 48px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  background:  #45D0D6;
}

.couponCont .couponBtnBox button::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(/web/dweb/images/icon/boarding.png) no-repeat 0 0 / 24px;
}

.couponCont ul.couponList {
  margin-top: 24px;
}

.couponCont ul.couponList > li {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  border: 1px solid rgba(46, 49, 54, 1);
  border-radius: 8px;
  overflow: hidden;
}

.couponCont ul.couponList > li:first-child {
  margin-top: 0;
}

.couponCont ul.couponList > li .c_cont {
  padding: 17px 24px ;
  margin: auto 0;
  width: 100%;
  border-right: 1px solid #2E3136;
}

.couponCont ul.couponList > li .c_cont .tit {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  line-height: 23px;
}

.couponCont ul.couponList > li .c_cont .price {
  display: block;
  font-size: 30px;
  color:  #45D0D6;
  margin-top: 6px;
}

.couponCont ul.couponList > li .c_cont .price span {
  font-size: 18px;
  font-weight: 400;
}

.couponCont ul.couponList > li .c_cont p {
  font-size: 12px;
  margin-top: 10px;
  color: #828282;
}

.couponCont ul.couponList > li .c_cont p + p {
  margin-top: 4px;
}

.couponCont ul.couponList > li button.c_btn {
  display: flex;
  align-items: stretch;
  min-width: 80px;
  width: 80px;
  min-height: 138px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  border-radius: 0;
; }

.couponCont ul.couponList > li button.sendable {
  background:  #45D0D6;
  color: #fff;
}

.couponCont ul.couponList > li button.c_btn em.icon {
  display: block;
  font-size: 14px;
}

.couponCont ul.couponList > li.disabled {
  border: 1px solid #BDBDBD
}

.couponCont ul.couponList > li.disabled .c_cont {
  background: #F5F5F5;
  color: #bdbdbd;
  border-right: 1px solid #BDBDBD
}

.couponCont ul.couponList > li.disabled .c_cont * {
  color: #bdbdbd;
}

.couponCont ul.couponList > li.disabled button {
  background: #F5F5F5;
  color: #bdbdbd;
}

.couponCont ul.couponList > li button.useable em.icon {
  color:  #45D0D6;
  margin-top: 6px;
  padding-top: 28px;
  background: url(/web/dweb/images/icon/coupon_chk.png) no-repeat 50% 0/24px;
}

.couponCont ul.couponList > li button.sendable em.icon {
  padding-top: 28px;
  background: url(/web/dweb/images/icon/coupon_gift.png) no-repeat 50% 0/24px;
}

.couponCont ul.couponList > li button.used em.icon {
  padding-top: 28px;
  background: url(/web/dweb/images/icon/coupon_gift_g.png) no-repeat 50% 0/24px;
}

.couponCont ul.couponList > li button.timeover em.icon {
  padding-top: 28px;
  background: url(/web/dweb/images/icon/coupon_chk_g.png) no-repeat 50% 0/24px;
}

.couponSend {
}

.couponSend .couponForm {
  padding: 24px 20px;
  background: #f5f5f5;
}

.couponSend .couponForm .c_cont {
  width: 230px;
  padding: 18px 20px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(46, 49, 54, 1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}

.couponSend .couponForm .c_cont .tit {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  line-height: 23px;
}

.couponSend .couponForm .c_cont .price {
  display: block;
  font-size: 30px;
  color:  #45D0D6;
  margin-top: 6px;
}

.couponSend .couponForm .c_cont .price span {
  font-size: 18px;
  font-weight: 400;
}

.couponSend .couponForm .c_cont p {
  font-size: 12px;
  margin-top: 10px;
  color: #828282;
}

.couponSend .couponForm .c_cont p + p {
  margin-top: 4px;
}

.couponSend .couponForm .textForm {
  position: relative;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #BDBDBD
}

.couponSend .couponForm .textForm em {
  position: absolute;
  font-size: 12px;
  color: #828282;
  right: 15px;
  bottom: 18px;
}

.couponSend .couponForm .textForm::before {
  content: "";
  display: block;
  top: 40px;
  left: 15px;
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  background: #bdbdbd;
}

.couponSend .couponForm .textForm::after {
  content: "";
  display: block;
  top: 80px;
  left: 15px;
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  background: #bdbdbd;
}

.couponSend .couponForm textarea {
  height: 130px;
  text-align: center;
  padding: 0 15px 50px;
  margin: 0;
  line-height: 40px;
  background: transparent;
  border: 0;
}

.couponSend .goSend {
  padding: 24px 20px;
}

.couponSend .goSend .tit {
  font-size: 18px;
  margin-bottom: 10px;
}

.couponSend .goSend button {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #BDBDBD;
  height: 48px;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: 500;
}

.couponSend .goSend button::before {
  content: "";
  width: 32px;
  height: 32px;
  left: 11px;
  top: 8px;
  position: absolute;
}

.couponSend .goSend button.kakao::before {
  background: url(/web/dweb/images/icon/share_kakao.png) no-repeat 0 0/32px
}

.couponSend .goSend button.link::before {
  background: url(/web/dweb/images/icon/share_lnk.png) no-repeat 0 0/32px
}

.couponSend .goSend .guide {
  margin-top: 20px;
}

.couponSend .goSend .guide strong {
  display: block;
  margin-bottom: 10px;
}

.couponSend .goSend .guide p {
  color: #828282;
  line-height: 20px;
}

.getCoupon {
  padding-top: 150px;
  line-height: 24px;
  background: url(/web/dweb/images/icon/coupon_pop.png) no-repeat 50% 0/106px;
  font-size: 16px;
}

.getCoupon strong {
  font-size: 18px;
}

.gridDiv {
    display: grid;
    background: #ffffff;
    border: 1px solid #3E82F4;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 15px;
    height: 60px;
}

.gridDiv.on {
    display: grid;
    background: #ffffff;
    border: 1px solid #3E82F4;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 15px;
    height: 60px;
}

.gridDiv.off {
    display: grid;
    background: #F5F6F7;
    border: 1px solid #F5F6F7;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 15px;
    height: 60px;
}