@charset "UTF-8";
/* 개선 상위 클레스 -> .ipm (improvement) */
/* common */
.ui-title-popup {
  position: absolute;
}

.ui-title-popup .ngdialog-content .new-style {
  text-align: left;
}

.ui-title-popup .layer_pop {
  position: relative !important;
  z-index: 10111;
  min-height: 100%;
  height: 100%;
}

.ui-title-popup .ngdialog-content {
  display: block;
  position: relative;
  top: 50%;
  height: auto;
  min-height: 0;
  margin: 0 10px;
}

.ui-title-popup .ngdialog-overlay {
  position: fixed;
  background: url(/mobiapp/images/car/common/loading_back2.png);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein2 0.3s;
  animation: ngdialog-fadein2 0.3s;
  z-index: 10001;
}

.ui-title-popup .ngdialog-content {
  margin: 0 24px;
}

.ui-title-popup .layer_pop {
  border-radius: 8px;
}

.ui-title-popup.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.3s;
  animation: ngdialog-fadeout 0.3s;
}

.ui-title-popup.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.2s;
  animation: ngdialog-fadeout 0.2s;
}

.ui-titlepop-wrap {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  display: block;
  opacity: 0;
}

.ui-titlepop-wrap.on {
  opacity: 1 !important;
}

.ui-open .layer_pop {
  background-color: #fff;
}

.new-style .layer_head {
  height: auto;
  padding: 18px 23px 12px;
  font-size: 17px;
  text-align: left;
  border-bottom: 1px solid #eee;
  background: none;
}

.new-style .layer_cont {
  padding: 71px 23px 0;
}

.new-style .layer_cont .sub-title {
  margin-top: 24px;
  font-size: 14px;
  line-height: 21px;
  color: #000;
}

.new-style .layer_cont .sub-title.first {
  margin-top: 0;
}

.new-style .msg-auth-box {
  font-size: 16px;
  color: #222;
  padding: 0 0 13px;
}

.new-style .msg-desc-box {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.new-style .msg-num-list {
  font-size: 14px;
  line-height: 1.4;
}

.new-style .msg-num-list > li {
  position: relative;
  font-weight: 100;
  color: #666;
  padding-left: 1.2em;
}

.new-style .msg-num-list > li > .num {
  position: absolute;
  left: 0;
}

.new-style .pop-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px  20px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.new-style .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 40px;
  font-size: 14px;
  text-align: center;
  margin-left: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  line-height: 1.2;
}

.new-style .btn .v-center-text {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  text-align: center;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.new-style .btn.yellow {
  background-color: #fdb913;
  color: #222;
}

.new-style .btn.gray {
  background-color: #717376;
  color: #fff;
}

.new-style .btn:first-child {
  margin-left: 0;
}

.new-style .popup_layer.no-title .cont-module {
  padding-top: 30px;
}

.new-style .bu-circle.e-type01 strong.strong {
  color: #ec4e00;
}

.new-style .bu-circle.e-type01 > li {
  position: relative;
  margin-top: 8px;
  padding-left: 11px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-bottom: 3px;
}

.new-style .bu-circle.e-type01 > li::before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  content: "";
  background-color: #666;
  border-radius: 50%;
}

/* 화면 개별 */
.new-style {
  /* popup common */
  /* popup type01 */
  /* pupup type02 */
  /* 모바일 인증 */
  /* kb모바일인증 안내 */
  /* 개인대리운전 가입조회시스템 */
}

.new-style {
  position: relative;
  width: auto;
}

.new-style .popup_layer.bot-fix {
  padding-bottom: 62px;
}

.new-style .popup_layer.bot-fix .btn-area {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  margin-top: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.new-style .popup_header {
  padding: 14px 40px 11px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.new-style .popup_header .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
}

.new-style .cont-module {
  padding: 20px 20px 20px;
}

.new-style .cont-module.scroll {
  max-height: 192px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.new-style .cont-module .btn-area {
  margin-top: 22px;
}

.new-style .btn-pop-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: url("/mobiapp/images/comn/icon_comn.png") 13px -34px no-repeat;
  background-size: 250px 250px;
}

.new-style.popup-type01 {
  margin: 0 auto;
  border-radius: 10px;
}

.new-style.popup-type01 .popup_header {
  border-bottom: 1px solid #eee;
}

.new-style.popup-type01 .push .desc {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  font-weight: 100;
}

.new-style.popup-type01 .push .desc.emp {
  font-size: 16px;
  line-height: 22px;
  color: #222;
}

.new-style.popup-type01 .push .tip {
  position: relative;
  margin-top: 9px;
  padding-left: 17px;
  font-size: 12px;
  line-height: 17px;
  color: #636363;
}

.new-style.popup-type01 .push .tip::before {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: url("/mobiapp/images/comn/icon_comn.png") -50px -50px no-repeat;
  background-size: 250px 250px;
}

.new-style.popup-type02 {
  margin: 0 auto;
  border-radius: 10px;
}

.new-style.popup-type02 .popup_header {
  background-color: #ffcc00;
  border-bottom: 1px solid #ffcc00;
}

.new-style .cert-type .cert-txt.emp {
  font-size: 17px;
  line-height: 23px;
  color: #000;
}

.new-style .cert-type .txt-visual {
  position: relative;
}

.new-style .cert-type .txt-visual .img {
  position: absolute;
  top: -11px;
  right: 0;
  width: 81px;
}

.new-style .cert-type .kbsign_list {
  margin-top: 10px;
}

.new-style .cert-type .btns.large {
  max-width: 158px;
}

.new-style .kb-cert {
  /* 인증 아이콘 종류*/
}

.new-style .kb-cert .txt-list {
  margin-bottom: 5px;
}

.new-style .kb-cert .txt-list li {
  font-size: 13px;
  line-height: 24px;
  color: #666;
  font-weight: 100;
}

.new-style .kb-cert .txt-list .num {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  padding-top: 3px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #999;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: 2px;
  line-height: 1;
}

.new-style .kb-cert .btn-box {
  margin-top: 22px;
}

.new-style .kb-cert .bu-circle {
  margin-top: 20px;
}

.new-style .kb-cert .pass-module {
  margin-top: 30px;
  padding: 15px;
  background-color: #1d304c;
  border-radius: 20px;
}

.new-style .kb-cert .pass-module .flex-box,
.new-style .kb-cert .pass-module .flex-box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-style .kb-cert .pass-module .flex-box li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 17px;
  text-align: center;
}

.new-style .kb-cert .pass-module .flex-box li .img img {
  width: 74%;
}

.new-style .kb-cert .pass-module .flex-box li:nth-child(2) .img img {
  width: 59%;
}

.new-style .kb-cert .pass-module .flex-box .division {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 5px;
}

.new-style .kb-cert .pass-module .flex-box .division:first-child {
  margin-right: 12px;
}

.new-style .kb-cert .txt-title {
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  line-height: 1.4;
}

.new-style .kb-cert .txt-title .strong {
  display: block;
  font-size: 20px;
  font-weight: 300;
}

.new-style .kb-cert .cert-kind-box {
  margin-top: 29px;
  text-align: center;
}

.new-style .kb-cert .cert-kind-box .txt-sub {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 100;
}

.new-style .kb-cert .cert-kind {
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64px;
  height: 67px;
  padding-top: 54px;
  text-align: center;
  font-size: 14px;
  color: #444;
  margin-left: 30px;
}

.new-style .kb-cert .cert-kind:first-child {
  margin-left: 0;
}

.new-style .kb-cert .cert-kind.fingerprint::before, .new-style .kb-cert .cert-kind.faceid::before, .new-style .kb-cert .cert-kind.pattern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 39px;
  height: 39px;
  margin-left: -19px;
}

.new-style .kb-cert .cert-kind.fingerprint::before {
  background-size: 180px;
  background-image: url("/mobiapp/images/comn/ico_cert.png");
  background-position: -10px -70px;
}

.new-style .kb-cert .cert-kind.faceid::before {
  background-size: 180px;
  background-image: url("/mobiapp/images/comn/ico_cert.png");
  background-position: -60px -70px;
}

.new-style .kb-cert .cert-kind.pattern::before {
  background-size: 180px;
  background-image: url("/mobiapp/images/comn/ico_cert.png");
  background-position: -110px -70px;
}

.new-style .kb-cert .bu-circle-type2 {
  position: relative;
  padding-left: 5px;
  font-size: 12px;
  color: #666;
}

.new-style .kb-cert .bu-circle-type2 .tip-txt {
  position: relative;
  font-size: 12px;
  margin-top: 7px;
  padding-left: 8px;
}

.new-style .kb-cert .bu-circle-type2 .tip-txt:first-child {
  margin-top: 0;
}

.new-style .kb-cert .bu-circle-type2 .tip-txt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 2px;
  height: 2px;
  background-size: 180px;
  background-image: url("/mobiapp/images/comn/ico_cert.png");
  background-position: -25px -40px;
}

.new-style .kb-cert .cert-info-toggle {
  margin-top: 32px;
  border-bottom: 1px solid #eee;
}

.new-style .kb-cert .cert-info-toggle .btn-toggle {
  display: block;
  position: relative;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #eee;
  line-height: 41px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.new-style .kb-cert .cert-info-toggle .btn-toggle::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  width: 10px;
  height: 6px;
  background-size: 180px;
  background-image: url("/mobiapp/images/comn/ico_cert.png");
  background-position: -45px -40px;
}

.new-style .kb-cert .cert-info-toggle .btn-toggle.on {
  border-color: #999;
}

.new-style .kb-cert .cert-info-toggle .btn-toggle.on::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background-size: 180px;
  background-image: url("/mobiapp/images/comn/ico_cert.png");
  background-position: -56px -40px;
}

.new-style .kb-cert .cert-info-toggle .content-toggle {
  padding: 10px 0 10px;
}

.new-style .kb-cert .btns.full {
  border-radius: 3px;
}

.new-style .py-pop {
  padding-bottom: 30px;
}

.new-style .py-pop .cr-blue {
  color: #1861ba !important;
}

.new-style .py-pop .cr-orange {
  color: #ed5707 !important;
}

.new-style .py-pop .py-module .title {
  font-size: 24px;
  line-height: 30px;
  color: #222;
}

.new-style .py-pop .py-module .link-desc {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  line-height: 1;
}

.new-style .py-pop .py-module .link-desc .ico {
  display: inline-block;
  width: 13.5px;
  height: 13.5px;
  margin-left: 2px;
  vertical-align: -2px;
  background: url("/mobiapp/images/car/py/bg_py_obj01.png") no-repeat;
  background-size: 100%;
}

.new-style .py-pop .py-module .link-desc .sm-txt {
  display: block;
  font-size: 10px;
  font-weight: 100;
  color: #666;
}

.new-style .py-pop .py-module .sub-title {
  font-size: 16px;
  line-height: 19px;
  color: #333;
}

.new-style .py-pop .py-module .sub-title::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  content: "";
  background: url("/mobiapp/images/car/py/bg_py_obj02.png") no-repeat;
  background-size: 100%;
}

.new-style .py-pop .py-module .desc {
  margin-top: 7px;
  padding-left: 21px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 100;
  color: #333;
}

.new-style .py-pop .py-module .box-module {
  margin-top: 13px;
  padding: 18px 0 25px;
  background: #fff;
}

.new-style .py-pop .py-module .box-module dl {
  padding: 0 20px;
}

.new-style .py-pop .py-module .box-module dl dt {
  margin-top: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #333;
}

.new-style .py-pop .py-module .box-module dl dt:first-child {
  margin-top: 0;
}

.new-style .py-pop .py-module .box-module dl dd {
  padding-left: 19px;
  font-size: 12px;
  font-weight: 100;
  color: #666;
  line-height: 19px;
}

.new-style .py-pop .py-module .info-txt {
  margin-top: 10px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 100;
  color: #666;
}

.new-style .py-pop .py-module .info-txt .cr-blue {
  font-weight: 700;
}

/* e:화면 개별 */
