@charset "UTF-8";
/*-------------------------------------------------------------------
    @GNB 
-------------------------------------------------------------------*/
* {
  scroll-behavior: smooth;
}

.lpds-wrap .gnb {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: -100%;
  z-index: 103;
  background-color: #FFFFFF;
  -webkit-transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
}

.lpds-wrap .gnb.open {
  display: block;
  left: 0;
  overflow: scroll;
}

.lpds-wrap .gnb .contents {
  padding: 0;
}

.lpds-wrap .gnb .contents .section {
  padding: 24px 24px 30px;
}

.lpds-wrap .gnb .contents .section + .section {
  border-top: 1px solid #DDE4E9;
}

.lpds-wrap .gnb .contents .section + .section:nth-child(2) {
  border-top: none;
}

.lpds-wrap .gnb .contents .gnb-body {
  padding: 19px 0 30px;
}

.lpds-wrap .gnb-header {
  background-color: #F4F9F3;
}

.lpds-wrap .gnb-header.js-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: 0.16s cubic-bezier(0.2, 0.4, 0.3, 1) 0s 1 normal none running dropDown;
          animation: 0.16s cubic-bezier(0.2, 0.4, 0.3, 1) 0s 1 normal none running dropDown;
}

.lpds-wrap .gnb-header.js-fixed .util {
  display: none;
}

.lpds-wrap .gnb-header.js-fixed + .gnb-header--sub {
  padding-top: 140px;
}

.lpds-wrap .gnb-header .gnb-header--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lpds-wrap .gnb-header .gnb-header--inner + .gnb-header--inner {
  margin-top: 24px;
}

.lpds-wrap .gnb-header .gnb-header--inner .text-right .logout-btn {
  background: rgba(199, 211, 219, 0.3);
}

.lpds-wrap .gnb-header .gnb-header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  color: #171717;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.lpds-wrap .gnb-header .gnb-header__user .user_name {
  overflow: hidden;
  display: inline-block;
  max-width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.lpds-wrap .gnb-header .gnb-header__user .btn-round__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-color: rgba(115, 115, 115, 0.1);
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lpds-wrap .gnb-header .gnb-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.lpds-wrap .gnb-header .gnb-header__icon .icon-bell {
  position: relative;
}

.lpds-wrap .gnb-header .gnb-header__icon .icon-bell .alram {
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  right: 3px;
  background-color: #FF5555;
  border-radius: 50%;
}

.lpds-wrap .gnb-header .gnb-header__icon .icon-bell._active .alram {
  display: inline-block;
}

.lpds-wrap .gnb-header .gnb-header__icon .icon-timer {
  margin-right: 5px;
  vertical-align: text-top;
}

.lpds-wrap .gnb-header .gnb-header__timer {
  color: #F60019;
}

.lpds-wrap .gnb-header .gnb-header__login-time {
  border-left: 1px solid #293A46;
  color: #293A46;
  margin-left: 9.5px;
  padding-left: 9.5px;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-latest--wrap {
  margin-bottom: 32px;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-latest--wrap .latest__title {
  font-size: 12px;
  color: #6A8294;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-latest--wrap .latest--inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25px;
  padding-top: 8px;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-latest--wrap .latest--inner--sub {
  overflow-x: auto;
  height: 35px;
  white-space: nowrap;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-latest--wrap .latest__prod {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  color: #293A46;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-latest--wrap .latest__prod + .latest__prod {
  margin-left: 18px;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-sign-banner--wrap {
  margin-bottom: 32px;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-sign-banner--wrap .sign-banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  background-color: #8454C6;
  border-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-sign-banner--wrap .sign-banner__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-sign-banner--wrap .sign-banner__txt img {
  width: 24px;
  margin-right: 12px;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-service--wrap .service-menu {
  text-align: center;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-service--wrap .service-menu__icon {
  position: relative;
  width: 32px;
  margin: 0 auto;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-service--wrap .service-menu__icon .alram {
  display: none;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0px;
  right: 0px;
  background-color: #FF5555;
  border-radius: 50%;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-service--wrap .service-menu__icon._active .alram {
  display: inline-block;
}

.lpds-wrap .gnb .gnb-header--sub .gnb-service--wrap .service-menu__title {
  display: inline-block;
  color: #171717;
  padding-top: 10px;
  white-space: nowrap;
}

.lpds-wrap .gnb .gnb-body .gnb-nav--wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #F2F4F6;
}

.lpds-wrap .gnb .gnb-body .gnb-nav--wrap.js-fixed {
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  padding-top: 19px;
  background: #FFFFFF;
  z-index: 1;
  -webkit-animation: 0.2s cubic-bezier(0.2, 0.4, 0.6, 1) 0s 1 normal none running navDown;
          animation: 0.2s cubic-bezier(0.2, 0.4, 0.6, 1) 0s 1 normal none running navDown;
}

.lpds-wrap .gnb .gnb-body .gnb-nav--wrap.js-fixed + .gnb-menu--wrap {
  padding-top: 50px;
}

.lpds-wrap .gnb .gnb-body .gnb-nav--inner {
  overflow-x: auto;
  height: 57px;
  padding: 0 24px;
  white-space: nowrap;
}

.lpds-wrap .gnb .gnb-body .gnb-nav__title {
  display: inline-block;
  padding: 4px 16px;
  color: #6A8294;
  background-color: #F2F4F6;
  border-radius: 16px;
  white-space: nowrap;
}

.lpds-wrap .gnb .gnb-body .gnb-nav__title + .gnb-nav__title {
  margin-left: 8px;
}

.lpds-wrap .gnb .gnb-body .gnb-nav__title.on {
  background-color: #28A65B;
  color: #FFFFFF;
}

.lpds-wrap .gnb .gnb-body .gnb-menu {
  padding: 18px 0;
}

.lpds-wrap .gnb .gnb-body .gnb-menu:not(.gnb-menu:last-child) {
  border-bottom: 1px solid #DDE4E9;
}

.lpds-wrap .gnb .gnb-body .gnb-menu__inner:first-child .gnb-menu:first-child {
  padding-top: 16px;
}

.lpds-wrap .gnb .gnb-body .gnb-menu__inner + .gnb-menu__inner {
  border-top: 1px solid #DDE4E9;
}

.lpds-wrap .gnb .gnb-body .gnb-menu--wrap {
  padding: 0 24px;
}

.lpds-wrap .gnb .gnb-body .gnb-menu__title {
  padding-bottom: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #456071;
}

.lpds-wrap .gnb .gnb-body .gnb-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lpds-wrap .gnb .gnb-body .gnb-menu__item + .gnb-menu__item {
  padding-top: 14px;
}

.lpds-wrap .gnb .gnb-body .gnb-menu__item .tag {
  min-width: 43px;
  margin: 0;
  font-size: 10px;
}

.lpds-wrap .gnb .gnb-body .gnb-menu__item .tag--best {
  background-color: #34863B;
}

.lpds-wrap .gnb .gnb-body .gnb-menu__item .tag--new {
  background-color: #F60019;
}

.lpds-wrap .gnb .gnb-body .gnb-menu__item .tag--hot {
  background-color: #0286E8;
}

.lpds-wrap .gnb .gnb-body .gnb-menu__item a {
  color: #293A46;
}

.lpds-wrap .gnb .gnb-body .gnb-vacation {
  position: relative;
  margin: 20px 0;
  padding: 20px 24px;
  border-radius: 10px;
  background: url("/resources/images/lpds/gnb/2407-vacation-mini-item.png") right bottom 25px/182px no-repeat, url("/resources/images/lpds/gnb/2407-vacation-mini-bg.png") center/327px 214px repeat-x;
}

.lpds-wrap .gnb .gnb-body .gnb-vacation .gnb-vacation__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 182px;
}

.lpds-wrap .gnb .gnb-body .gnb-vacation .gnb-menu__title {
  color: #FFFFFF;
}

.lpds-wrap .gnb .gnb-body .gnb-vacation .gnb-menu__item a {
  color: #FFFFFF;
}

.lpds-wrap .gnb .gnb-body .gnb-vacation .gnb-menu__item a .icon {
  margin-left: 4px;
  margin-bottom: 3px;
}

.lpds-wrap .gnb .gnb-body .gnb-vacation .gnb-menu__item + .gnb-menu__item {
  padding-top: 10px;
}

.lpds-wrap .gnb .gnb-body .gnb-fall {
  position: relative;
  margin: 0 -24px 8px;
  padding: 24px !important;
  background: url("/resources/images/lpds/gnb/fall-mini-bg.png");
  background-size: cover;
}

.lpds-wrap .gnb .gnb-body .gnb-fall a {
  display: block;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  padding: 13px 8px 13px 16px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #581f01;
}

.lpds-wrap .gnb .gnb-body .gnb-fall a .icon {
  float: right;
  margin-top: 3px;
}

.lpds-wrap .gnb .gnb-body .gnb-fall .gnb-menu__title {
  color: #FFFFFF;
  position: relative;
}

.lpds-wrap .gnb .gnb-body .gnb-fall .gnb-menu__title .gnb-fall__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 104px;
}

.lpds-wrap .gnb .gnb-body .gnb-winter {
  position: relative;
  margin: 0 -24px 8px;
  padding: 56px 24px 50px !important;
  background-image: url("/resources/images/lpds/gnb/winter-mini-bg.png");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.lpds-wrap .gnb .gnb-body .gnb-winter__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.lpds-wrap .gnb .gnb-body .gnb-winter__menu > li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(25% - 7.5px);
      flex-basis: calc(25% - 7.5px);
  width: calc(25% - 7.5px);
  text-align: center;
}

.lpds-wrap .gnb .gnb-body .gnb-winter__menu a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  padding-top: 100px;
}

.lpds-wrap .gnb .gnb-body .gnb-winter__menu a::before {
  display: block;
  content: '';
  width: 74px;
  height: 96px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lpds-wrap .gnb .gnb-body .gnb-winter__menu li:nth-child(1) a::before {
  background-image: url("/resources/images/lpds/gnb/winter-mini-menu-01.png");
}

.lpds-wrap .gnb .gnb-body .gnb-winter__menu li:nth-child(2) a::before {
  background-image: url("/resources/images/lpds/gnb/winter-mini-menu-02.png");
}

.lpds-wrap .gnb .gnb-body .gnb-winter__menu li:nth-child(3) a::before {
  background-image: url("/resources/images/lpds/gnb/winter-mini-menu-03.png");
}

.lpds-wrap .gnb .gnb-body .gnb-winter__menu li:nth-child(4) a::before {
  background-image: url("/resources/images/lpds/gnb/winter-mini-menu-04.png");
}

.lpds-wrap .gnb .gnb-body .gnb-winter .gnb-menu__title {
  color: #FFFFFF;
  position: relative;
}

.lpds-wrap .gnb .gnb-body .gnb-winter .gnb-menu__title .gnb-winter__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 5px;
  right: 0;
  width: 84px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lpds-wrap .gnb .gnb-body .gnb-winter .gnb-menu__title .gnb-winter__img > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
}

@media screen and (max-width: 360px) {
  .lpds-wrap .gnb .gnb-body .gnb-winter {
    padding: 70px 24px !important;
  }
  .lpds-wrap .gnb .gnb-body .gnb-winter__menu > li {
    -ms-flex-preferred-size: calc(50% - 5px) !important;
        flex-basis: calc(50% - 5px) !important;
    width: calc(50% - 5px) !important;
  }
  .lpds-wrap .gnb .gnb-body .gnb-winter__img {
    display: none !important;
  }
}

@media screen and (max-width: 340px) {
  .lpds-wrap .gnb-header .gnb-header__icon {
    gap: 6px;
  }
  .lpds-wrap .gnb-header .gnb-header__user .user_name {
    max-width: 165px;
  }
  .lpds-wrap .gnb .gnb-header--sub .gnb-sign-banner--wrap .sign-banner__item {
    padding: 12px;
  }
}

/*-------------------------------------------------------------------
    @Header Search
-------------------------------------------------------------------*/
.lpds-wrap .fix {
  position: static !important;
}

.lpds-wrap.popup .pop-contents {
  padding: 20px 24px;
}

.lpds-wrap.popup .pop-contents .title-page {
  padding-bottom: 26px;
  color: #171717;
}

.lpds-wrap.popup .pop-contents .link-list li a {
  color: #293A46;
  font-weight: 700;
}

.lpds-wrap.gnb-search {
  overflow: hidden;
  height: 100%;
}

.lpds-wrap.gnb-search .pop-contents {
  padding: 56px 0 0;
}

.lpds-wrap .gnb-search--form {
  min-height: 52px;
  margin: 20px 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lpds-wrap .gnb-search--form .input__inner {
  padding-right: 0;
}

.lpds-wrap .gnb-search--form .input [class*="-button"] {
  width: 52px;
  height: 100%;
}

.lpds-wrap .gnb-search--form .input--on .input__search-button {
  display: none;
}

.lpds-wrap .gnb-search--head {
  min-height: 51px;
  padding: 32px 20px 10px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lpds-wrap .gnb-search--cont {
  overflow-y: auto;
  height: calc(100vh - 220px);
  padding: 0 20px 20px;
  font-size: 16px;
}

.lpds-wrap .gnb-search__title {
  font-size: 18px;
  font-weight: 700;
  color: #171717;
}

.lpds-wrap .gnb-search__del {
  line-height: 1.4;
}

.lpds-wrap .gnb-search__del-all {
  font-size: 14px;
  color: #6A8294;
}

.lpds-wrap .gnb-search__notice {
  padding: 30px 0;
  text-align: center;
}

.lpds-wrap .gnb-search__notice .icon-graphic-search {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  background-image: url("/resources/images/lpds/icon/icon-graphic-search.png");
}

.lpds-wrap .gnb-search__notice .gnb-search__title {
  margin-top: 20px;
}

.lpds-wrap .gnb-search__notice .gnb-search__desc {
  margin-top: 20px;
}

.lpds-wrap .gnb-search__notice .gnb-search__desc .grid-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.lpds-wrap .gnb-search__notice .gnb-search__desc .grid-row .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  white-space: nowrap;
}

.lpds-wrap .gnb-search__recent .gnb-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.lpds-wrap .gnb-search__recent .gnb-search__keyword {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lpds-wrap .gnb-search__recent .gnb-search__etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  text-align: right;
  font-size: 14px;
  color: #6A8294;
}

.lpds-wrap .gnb-search__recent .gnb-search__date {
  margin-right: 8px;
}

.lpds-wrap .gnb-search__result .gnb-search__title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #6A8294;
}

.lpds-wrap .gnb-search__result .gnb-search__keyword {
  overflow: hidden;
  display: block;
  padding: 8px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
}

.lpds-wrap .gnb-search__result + .gnb-search__result {
  margin-top: 24px;
}

@-webkit-keyframes dropDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -100%, 0px);
            transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes dropDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -100%, 0px);
            transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes navDown {
  0% {
    opacity: 0.4;
    -webkit-transform: translate3d(0px, -28%, 0px);
            transform: translate3d(0px, -28%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes navDown {
  0% {
    opacity: 0.4;
    -webkit-transform: translate3d(0px, -28%, 0px);
            transform: translate3d(0px, -28%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.lpds-wrap .agreement-list > li {
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lpds-wrap .agreement-list > li + li {
  border-top: 1px solid #DDE4E9;
}

.lpds-wrap .agreement-list__title .icon-accordion {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m6.026 4 3.987 3.986L6 12' stroke='%2336474E' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.lpds-wrap .agreement-list__title .js-active .icon-accordion {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.lpds-wrap .agreement-list__cont {
  display: none;
  padding-left: 34px;
}

.lpds-wrap .agreement-list--detail {
  margin-top: 12px;
}

.lpds-wrap .agreement-list--detail > li {
  padding: 8px 0;
}

.lpds-wrap .agreement-list__btn {
  display: block;
  height: 16px;
}

.lpds-wrap .agreement-list__btn .icon {
  vertical-align: top;
}

.lpds-wrap .agreement-list.no-gutter > li {
  padding: 0;
}

.lpds-wrap .agreement-list.no-gutter .agreement-list__cont {
  padding: 12px 0 0 0;
}

.lpds-wrap .agreement-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.lpds-wrap .agreement-step li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.lpds-wrap .agreement-step li.is-active .agreement-step__bar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m2 8.423 3.705 4.373L14 4' stroke='%23FFFFFF' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.lpds-wrap .agreement-step li.is-active .agreement-step__text {
  color: #0286E8;
  font-weight: 700;
}

.lpds-wrap .agreement-step__bar {
  display: block;
  height: 16px;
  border-radius: 2px;
}

.lpds-wrap .agreement-step__text {
  display: block;
  margin-top: 6px;
}

/*-------------------------------------------------------------------
    @voc
-------------------------------------------------------------------*/
.voc-pop .pop-contents {
  padding-top: 40px;
}

.voc-pop .checkbox.border-round-type {
  padding-top: 24px;
  border-top: 1px solid #F2F4F6;
}

.voc-pop input.mobipick {
  background: none !important;
  height: auto;
}

.voc-pop .btn__file {
  margin-top: 13px;
}

.voc-pop .privacy-text.grid-row {
  margin-top: 24px;
}

.voc-pop .privacy-text.grid-row .text-list {
  margin-top: 20px;
  font-size: 14px;
}

.voc-pop .privacy-text.grid-row .text-list li {
  margin-top: 10px;
}

.voc-pop .privacy-text.grid-row .text-list li:first-child {
  margin-top: 0;
}

.voc-pop .privacy-text__tit {
  color: #293A46;
  font-size: 16px;
}

.voc-pop .guest-info .agree-box {
  border-top: 1px solid #C7D3DB;
  padding-top: 24px;
  margin-top: 24px;
}

.voc-pop .guest-info .input {
  background-color: #FFFFFF;
  color: #171717;
}

.voc-pop .guest-info .checkbox__label {
  background-color: #FFFFFF;
  margin: 0;
}

.voc-btn-list > li {
  position: relative;
  margin-top: 12px;
}

.voc-btn-list > li:first-child {
  margin-top: 0;
}

.voc-btn-list > li .btn {
  text-align: left;
  font-weight: 400;
}

.voc-btn-list > li .btn span {
  margin-left: 20px;
}

.voc-btn-list > li .btn .icon-arrow-thin-dg {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*-------------------------------------------------------------------
    @Mini
-------------------------------------------------------------------*/
.lpds-wrap .pop-contents__mini .section:last-child {
  padding-bottom: 140px;
}

.lpds-wrap .pop-contents__mini .title {
  margin-bottom: 20px;
  line-height: 1;
}

.lpds-wrap .pop-contents__mini .title-cate {
  color: #6A8294;
  margin-bottom: 20px;
}

.lpds-wrap .pop-contents__mini .text-list.notice-type li {
  font-size: 16px;
  background-position: 0 4px;
}

.lpds-wrap .pop-contents__mini .table-vertical tr:first-child th {
  padding-top: 0;
}

.lpds-wrap .pop-contents__mini .table-vertical tr:first-child td {
  padding-top: 0;
}

.lpds-wrap .pop-contents__mini .table-vertical th {
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
}

.lpds-wrap .pop-contents__mini .table-vertical td {
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
}

.lpds-wrap .pop-contents__mini .text-link {
  margin-left: 10px;
}

.lpds-wrap .pop-contents__mini .text-link:first-child {
  margin-left: 0;
}

.lpds-wrap .pop-contents__mini .text-link__wrap {
  margin-top: 20px;
}

.lpds-wrap .pop-contents__mini .list__guarantee ul li {
  margin-top: 8px;
}

.lpds-wrap .pop-contents__mini .list__guarantee ul li:first-child {
  margin-top: 0;
}

.lpds-wrap .pop-contents__mini .list__guarantee dl dt, .lpds-wrap .pop-contents__mini .list__guarantee dl dd {
  font-size: 16px;
  font-weight: bold;
}

.tbl-box.reply > div,
.tbl-box.reply > .item {
  padding-bottom: 10px;
}

.tbl-box.reply > div:first-child,
.tbl-box.reply > .item:first-child {
  padding-left: 10px;
}

.tbl-box.reply > div:first-child:before,
.tbl-box.reply > .item:first-child:before {
  display: inline-block;
  content: " ";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-left: 1px solid #afbfc4;
  border-bottom: 1px solid #afbfc4;
  vertical-align: top;
}

.tbl-box.reply > div .picker input,
.tbl-box.reply > .item .picker input {
  height: 36px;
  line-height: 36px;
}

.tbl-box > div,
.tbl-box > .item {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tbl-box > div .picker > input,
.tbl-box > .item .picker > input {
  border: none;
  text-align: right;
}

.tbl-box > div:first-child > .txt-qna .tip-type,
.tbl-box > .item:first-child > .txt-qna .tip-type {
  min-width: 300px;
}

.tbl-box > div:last-child > .txt-qna .tip-type,
.tbl-box > .item:last-child > .txt-qna .tip-type {
  left: initial;
  right: 0;
  min-width: 300px;
}

.tbl-box.left-side > div:first-child,
.tbl-box.left-side > .item:first-child {
  width: 60%;
}

.tbl-box.left-side > div:last-child,
.tbl-box.left-side > .item:last-child {
  width: 40%;
}

.tbl-box.right-side > div:first-child,
.tbl-box.right-side > .item:first-child {
  width: 40%;
}

.tbl-box.right-side > div:last-child,
.tbl-box.right-side > .item:last-child {
  width: 60%;
}

.tbl-box + .tbl-box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #E0E9EF;
}

.pop_section_dx .tbl-box + .tbl-box {
  padding-top: 0;
  border-top: none;
}

.graph-box {
  position: relative;
  padding: 20px 0;
}

.graph-box.annuity > div.tbl-box > .tit {
  width: 30%;
}

.graph-box.annuity > div.tbl-box > div {
  width: 70%;
}

.graph-box.annuity > div.graph-mid {
  padding-left: 30%;
}

.graph-box > div .devide {
  width: 40%;
  height: 100%;
}

.graph-box > div.tbl-box {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

.graph-box > div.tbl-box._top {
  top: 9px;
}

.graph-box > div.tbl-box._bottom {
  bottom: 9px;
}

.graph-box > div.tbl-box > .tit {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}

.graph-box > div.tbl-box > div {
  width: 80%;
}

.graph-box > div.graph-mid {
  padding-left: 20%;
}

.graph-box > div.graph-mid > div .graph {
  position: relative;
  height: 73px;
  background: none;
  border-radius: 0;
  color: #76909A;
}

.graph-box > div.graph-mid > div .graph .bar2 {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 100%;
  border-right: 1px solid #253237;
  border-left: 1px dashed #253237;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.graph-box > div.graph-mid > div .graph .bar2.bg-gray2 {
  background-color: #E0E9EF !important;
}

.graph-box > div.graph-mid > div .graph .bar2 .graph-s {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0 5px;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.graph-box > div.graph-mid > div .graph .bar2 .graph-e {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0 5px;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.graph-box > div.graph-mid > div .graph .bar2._delay {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.graph-box > div.graph-mid > div .graph .t-defer {
  position: absolute;
  overflow: hidden;
  left: 40%;
  top: 50%;
  width: 0;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.graph-box > div.graph-mid > div .graph .limit {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.graph-box > div .graph {
  height: 5px;
  background: #E0E9EF;
}

.graph-box > div .graph:after {
  content: '';
  display: block;
  clear: both;
}

.graph-box > div .graph .bar {
  position: relative;
  width: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.graph-box > div .graph .bar.bg-gray7 {
  background-color: #19274E !important;
}

.graph-box > div .graph .bar:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 14px;
  margin-top: -7px;
  background: #253237;
}

.graph-box > div .graph .bar:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  margin: -7px -7px 0 0;
  border: 4px solid #253237;
  border-radius: 50%;
  background: #FFFFFF;
}

.graph-box > div .graph .bar .graph-e {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #28A65B;
}

.graph-box > div .graph .bar .graph-e._top {
  bottom: initial;
  top: calc(100% + 10px);
}

.graph-box > div .graph .bar._delay {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.graph-box.motion .tbl-box > div > .graph {
  position: relative;
}

.graph-box.motion .tbl-box > div > .graph > .graph-mark:before,
.graph-box.motion .tbl-box > div > .graph > .graph-mark:after {
  opacity: 0;
  content: " ";
  position: absolute;
  left: 33%;
  top: -4px;
  height: 14px;
  border-left: 1px solid #253237;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 6s;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 6s;
  z-index: 1;
}

.graph-box.motion .tbl-box > div > .graph > .graph-mark:after {
  left: 66%;
}

.graph-box.motion .tbl-box > div > .graph > .bar {
  width: 0%;
  z-index: 2;
}

.graph-box.motion .tbl-box > div > .graph > .bar > .graph-e {
  overflow: visible;
  width: 100%;
  height: 20px;
}

.graph-box.motion .tbl-box > div > .graph > .bar > .graph-e > em {
  position: absolute;
  right: 0;
  top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 80px;
  opacity: 0;
  text-align: right;
}

.graph-box.motion .tbl-box > div > .graph > .bar > .graph-e > em > span {
  position: absolute;
  right: 0;
  top: -40px;
}

.graph-box.motion.done .tbl-box > div > .graph > .graph-mark:before,
.graph-box.motion.done .tbl-box > div > .graph > .graph-mark:after {
  opacity: 1;
}

.graph-box.motion.done .tbl-box > div > .graph > .bar {
  -webkit-animation: lifeBar 6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: lifeBar 6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.graph-box.motion.done .tbl-box > div > .graph > .bar > .graph-e > em:nth-child(1) {
  -webkit-animation: lifeAni1 6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: lifeAni1 6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.graph-box.motion.done .tbl-box > div > .graph > .bar > .graph-e > em:nth-child(2) {
  -webkit-animation: lifeAni2 6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: lifeAni2 6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.graph-box.motion.done .tbl-box > div > .graph > .bar > .graph-e > em:nth-child(3) {
  -webkit-animation: lifeAni3 6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: lifeAni3 6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes lifeAni1 {
  0% {
    width: 0;
    opacity: 0;
  }
  25% {
    width: auto;
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  99% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: 66%;
    opacity: 1;
  }
}

@keyframes lifeAni1 {
  0% {
    width: 0;
    opacity: 0;
  }
  25% {
    width: auto;
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  99% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: 66%;
    opacity: 1;
  }
}

@-webkit-keyframes lifeAni2 {
  0% {
    width: 0;
    opacity: 0;
  }
  25% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: auto;
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  99% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: 33%;
    opacity: 1;
  }
}

@keyframes lifeAni2 {
  0% {
    width: 0;
    opacity: 0;
  }
  25% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: auto;
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  99% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: 33%;
    opacity: 1;
  }
}

@-webkit-keyframes lifeAni3 {
  0% {
    width: 0;
    opacity: 0;
  }
  25% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 0;
    opacity: 0;
  }
  75% {
    width: auto;
    opacity: 1;
  }
  100% {
    width: auto;
    opacity: 1;
  }
}

@keyframes lifeAni3 {
  0% {
    width: 0;
    opacity: 0;
  }
  25% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 0;
    opacity: 0;
  }
  75% {
    width: auto;
    opacity: 1;
  }
  100% {
    width: auto;
    opacity: 1;
  }
}

@-webkit-keyframes lifeBar {
  0% {
    width: 0;
  }
  33% {
    width: 33%;
  }
  66% {
    width: 66%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lifeBar {
  0% {
    width: 0;
  }
  33% {
    width: 33%;
  }
  66% {
    width: 66%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes lifeAll {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lifeAll {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-------------------------------------------------------------------
    @ 소비자 포털 | MWCT160S1.jsp
-------------------------------------------------------------------*/
.lpds-wrap.pop-inner .pop-contents .section .ct-popup__cont {
  margin-top: 32px;
}

.lpds-wrap.pop-inner .pop-contents .section .ct-popup .title-desc {
  margin-top: 16px;
  font-size: 14px;
  color: #6A8294;
}

.lpds-wrap.pop-inner .pop-contents .section .ct-popup-list__title {
  margin-bottom: 12px;
  font-size: 18px;
  color: #293A46;
}

.lpds-wrap.pop-inner .pop-contents .section .ct-popup-list__inner > li + li {
  margin-top: 12px;
}

.lpds-wrap.pop-inner .pop-contents .section .ct-popup-list__sub-inner {
  margin-top: 8px;
}

.lpds-wrap.pop-inner .pop-contents .section .ct-popup-list + .ct-popup-list {
  margin-top: 32px;
}

.lpds-wrap.modal-wrap .modal-inner .modal-contents .modal-notice .ct-modal__date {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  color: #28A65B;
}

.lpds-wrap.modal-wrap .modal-inner .modal-contents .modal-notice .ct-modal__desc {
  margin-top: 32px;
  text-align: left;
  color: #6A8294;
}

/*-------------------------------------------------------------------
    @ 소비자 포털 - 관리자영역 | MWCT160P4.jsp
-------------------------------------------------------------------*/
.lpds-wrap.pop-inner .pop-contents .section .ct-popup-list dl + dl {
  margin-top: 32px;
}

.lpds-wrap.pop-inner .pop-contents .section .ct-popup-list dt {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #293A46;
}

.lpds-wrap.pop-inner .pop-contents .section .ct-popup-list dt + dt {
  margin-top: 32px;
}

.lpds-wrap.pop-inner .pop-contents .section .ct-popup-list dd > p {
  font-size: 16px;
}

.lpds-wrap.pop-inner .pop-contents .section .ct-popup-list dd > p + p {
  margin-top: 12px;
}

.lpds-wrap {
  /*-------------------------------------------------------------------
    @청약
-------------------------------------------------------------------*/
}

.lpds-wrap .pop-contents .thumb-image--banner,
.lpds-wrap .modal-contents .thumb-image--banner {
  height: 80px;
}

.lpds-wrap .pop-contents .thumb-image img,
.lpds-wrap .modal-contents .thumb-image img {
  max-height: 100%;
}

.lpds-wrap .pop-contents .search--form .input__search-button {
  margin-left: 15px;
}

.lpds-wrap .pop-contents .search--notice {
  padding: 30px 0;
}

.lpds-wrap .pop-contents .search--notice .sub-title-sm {
  color: #293A46;
}

.lpds-wrap .pop-contents .search--notice .icon-bullet-notice {
  margin-right: 6px;
  vertical-align: baseline;
}

.lpds-wrap .pop-contents .search--result .search__title {
  font-size: 14px;
  color: #6A8294;
  font-weight: 400;
}

.lpds-wrap .pop-contents .search--result .search__item {
  border-bottom: 1px solid #DDE4E9;
}

.lpds-wrap .pop-contents .search--result .search__item .table-simple tbody th {
  color: #6A8294;
}

.lpds-wrap .pop-contents .search--result .search__item .table-simple tbody td {
  padding: 5px;
  text-align: left;
  font-weight: 400;
}

.lpds-wrap .pop-contents .search--result .search__bundle .table-simple tbody th {
  color: #6A8294;
}

.lpds-wrap .pop-contents .search--result .search__bundle .table-simple tbody td {
  padding: 5px;
  text-align: left;
  font-weight: 400;
}

.lpds-wrap .pop-contents .search--result .search__keyword {
  display: block;
  padding: 20px 0;
}

.lpds-wrap .pop-contents .search--result .search__keyword .radiobox:not(.check-type) .radiobox__label {
  font-weight: 500;
}

.lpds-wrap .pop-contents .search--result .search__notice {
  text-align: center;
  color: #6A8294;
}

.lpds-wrap .pop-contents .search--result .search__notice .sub-title-md {
  margin-bottom: 6px;
  padding-top: 40px;
  background-size: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0z' fill='%23E0E9EF'/%3E%3Cpath d='M7.1 4.329a.905.905 0 1 1 1.8 0l-.533 5.34a.369.369 0 0 1-.734-.001L7.1 4.328zm.9 8.504a.834.834 0 1 1 0-1.667.834.834 0 0 1 0 1.667z' fill='%2319274E'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center top;
  background-repeat: no-repeat;
}

.lpds-wrap .pop-contents .search--result .pagination {
  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;
  gap: 10px;
  margin-top: -1px;
  padding: 10px 0;
  background-color: #FFFFFF;
}

.lpds-wrap .pop-contents .search--result .pagination__page {
  color: #C7D3DB;
}

.lpds-wrap .pop-contents .search--result .pagination__active {
  color: #6A8294;
}

.lpds-wrap .pop-contents .search--result .pagination__prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lpds-wrap .pop-contents .search--result .pagination__prev, .lpds-wrap .pop-contents .search--result .pagination__next {
  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;
  padding: 10px;
}

.lpds-wrap .pop-contents .title-type .search--result .search__keyword {
  font-weight: 700;
}

.lpds-wrap .pop-contents #diseInputArea + .section {
  border-top: 8px solid #F2F4F6;
}

.lpds-wrap .pop-contents .radiobox:not(.check-type) .radiobox__label {
  font-weight: 700;
}

.lpds-wrap .pop-contents .subsciption__desc:not(.text--lighten) {
  font-size: 16px;
  color: #171717;
}

.lpds-wrap .pop-contents .grid-column.border-type .subsciption__desc:not(.text--lighten) {
  font-size: 14px;
}

.pop-section.layer .lpds-wrap.pop-account .pop-header__fixed + .pop-contents {
  padding-top: 46px;
}

.pop-section.layer .lpds-wrap.pop-account .section--scroll {
  padding-top: 20px;
  border-top: 1px solid #DDE4E9;
}

.lpds-wrap .account-list.grid-row.column-2 {
  gap: 20px;
}

.lpds-wrap .account-list.grid-row.column-2 > .col {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}

.lpds-wrap .account-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 4px 0;
}

.lpds-wrap .account-list__logo {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 32px;
}

.lpds-wrap .account-list__logo img {
  height: 100%;
}

.lpds-wrap .account-list__name {
  word-break: break-all;
}

.lpds-wrap .account-list__sub {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #6A8294;
  font-weight: normal;
}

.lpds-wrap .certify-list li > a {
  padding-right: 46px;
}

.lpds-wrap .certify-list li > a::after {
  overflow: hidden;
  content: '';
  position: absolute;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m6.026 4 3.987 3.986L6 12' stroke='%2336474E' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.lpds-wrap .certify-list li > a:active::after {
  background-color: rgba(23, 23, 23, 0.3);
}

.lpds-wrap .certify-list li > a .grid-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lpds-wrap .certify-list li > a .icon.x-lg {
  width: 40px;
  height: 40px;
}

.lpds-wrap .certify-list li > a .icon-sns-cert {
  background-image: url("/resources/images/lpds/icon/icon-sns-cert-40.png");
}

.lpds-wrap .certify-list li > a .icon-sns-kakao {
  background-image: url("/resources/images/lpds/icon/icon-sns-kakao-40.png");
}

.lpds-wrap .certify-list li > a .icon-sns-naver {
  background-image: url("/resources/images/lpds/icon/icon-sns-naver-40.png");
}

.lpds-wrap .certify-list li > a .icon-sns-toss {
  background-image: url("/resources/images/lpds/icon/icon-sns-toss-40.png");
}

.lpds-wrap .certify-step.grid-column {
  margin-top: 30px;
}

.lpds-wrap .certify-step .certify-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.lpds-wrap .certify-step .certify-step__item + .certify-step__item {
  position: relative;
  margin-top: 68px;
}

.lpds-wrap .certify-step .certify-step__item + .certify-step__item:after {
  content: '';
  position: absolute;
  top: -46px;
  left: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m6.026 4 3.987 3.986L6 12' stroke='%2336474E' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.lpds-wrap .certify-step__num {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  color: #171717;
  font-weight: 700;
}

.lpds-wrap .certify-step .icon-id-naver {
  width: 74px;
  height: 74px;
  background-image: url("/resources/images/lpds/subscription/icon/icon-id-naver.png");
}

.lpds-wrap .certify-step .icon-id-cert {
  width: 60px;
  height: 60px;
  background-image: url("/resources/images/lpds/subscription/icon/icon-id-cert.png");
}

.lpds-wrap .password-wrapper {
  padding: 30px 0;
}

.lpds-wrap .password-wrapper + .password-wrapper {
  margin-top: 0;
}

.lpds-wrap .password-wrapper .password_area {
  padding-top: 50px;
}

.lpds-wrap .password-wrapper .password__dot {
  float: none;
}

.lpds-wrap .certi-means__img {
  display: inline-block;
  height: 36px;
}

.lpds-wrap .certi-means__img img {
  height: 100%;
}

.lpds-wrap .certi-means__text {
  display: block;
  margin-top: 8px;
  font-weight: 500;
}

.lpds-wrap .certi-means .radiobox.round-type .radiobox__label {
  padding: 18px 10px;
}

/*-------------------------------------------------------------------
    @mypage
-------------------------------------------------------------------*/
.lpds-wrap.pop-inner .pop-contents .section .mypage-cont {
  margin-top: 32px;
}

.lpds-wrap.pop-inner .pop-contents .section .mypage--inner {
  margin-top: 16px;
}

.lpds-wrap.pop-inner .pop-contents .section .mypage--inner .mypage-title {
  margin-bottom: 4px;
  font-size: 14px;
}

.lpds-wrap.pop-inner .pop-contents .section .mypage-list li + li {
  margin-top: 10px;
}

.lpds-wrap.mypage-notice {
  background-color: #ECF0FF;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
}

.lpds-wrap.mypage-notice .pop-contents {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.lpds-wrap.mypage-notice .mypage-notice__head {
  padding: 20px 10px 20px 20px;
}

.lpds-wrap.mypage-notice .mypage-notice__head .title-page {
  line-height: 1.5;
}

.lpds-wrap.mypage-notice .mypage-notice__head .title-page .fs-16 {
  display: block;
}

.lpds-wrap.mypage-notice .mypage-notice__cont {
  padding: 24px 20px 40px;
  background-color: #FFFFFF;
}

.lpds-wrap.mypage-notice .mypage-notice__img {
  width: 100px;
  height: 100px;
}

.lpds-wrap.mypage-notice .mypage-notice__btm {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 0 20px 10px;
}

/*-------------------------------------------------------------------------
    @프로모션
-------------------------------------------------------------------------*/
.lpds-wrap .mini-event__form .title-page {
  margin-bottom: 16px;
}

.lpds-wrap .mini-event__form .notice-type {
  font-size: 16px;
  margin-top: 16px;
}

.lpds-wrap .mini-event__win.modal-inner {
  padding: 20px 0 !important;
}

.lpds-wrap .mini-event__win.modal-inner .modal-contents {
  margin-top: 20px;
}

.lpds-wrap .mini-event__win.modal-inner .modal-footer {
  margin-top: 0;
  padding: 0 20px;
}

.lpds-wrap .mini-event__win .mini-event__box {
  padding: 24px 20px 19px;
  background-color: #f0f7f7;
  text-align: left;
}

.lpds-wrap .mini-event__win .text--thin {
  font-weight: 400;
}

.lpds-wrap .mini-event__img {
  text-align: center;
}

.lpds-wrap .mini-event__img img {
  display: inline-block;
  width: 100px !important;
  height: 100px !important;
}

/*-------------------------------------------------------------------
    @상품
-------------------------------------------------------------------*/
.lpds-wrap .pop-benefit .benefit {
  position: relative;
  width: 202px;
  margin: 0 auto;
  padding: 20px 0;
}

.lpds-wrap .pop-benefit .benefit::after {
  content: '';
  display: block;
  position: absolute;
  top: 115px;
  left: 0;
  height: 240px;
  border-left: 1px dashed rgba(40, 166, 91, 0.8);
  opacity: 0.8;
}

.lpds-wrap .pop-benefit .benefit::before {
  content: '';
  display: block;
  position: absolute;
  top: 115px;
  right: 0;
  height: 240px;
  border-right: 1px dashed rgba(40, 166, 91, 0.8);
  opacity: 0.8;
}

.lpds-wrap .pop-benefit .benefit__item {
  position: relative;
  float: left;
  width: 200px;
  margin-bottom: 60px;
}

.lpds-wrap .pop-benefit .benefit__item:first-child .benefit__sub {
  top: 50%;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}

.lpds-wrap .pop-benefit .benefit__item:first-child::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20.5px;
  height: 45.5px;
  margin-top: 10px;
  background: url("/resources/images/lpds/product/icon/icon-arrow-benefit.png") no-repeat;
  background-size: contain;
}

.lpds-wrap .pop-benefit .benefit__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 1px;
  text-align: left;
  background-color: #253237;
}

.lpds-wrap .pop-benefit .benefit__item:last-child {
  margin-bottom: 0;
}

.lpds-wrap .pop-benefit .benefit__item:last-child .benefit__sub {
  bottom: 50%;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}

.lpds-wrap .pop-benefit .benefit__item--fill .benefit__circle {
  background-color: #28A65B;
}

.lpds-wrap .pop-benefit .benefit__item--fill .benefit__title {
  color: #FFFFFF;
}

.lpds-wrap .pop-benefit .benefit__item--fill.gray .benefit__circle {
  border-color: #ebeff1;
  background-color: #ebeff1;
}

.lpds-wrap .pop-benefit .benefit__item--fill.gray .benefit__title {
  color: #293A46;
}

.lpds-wrap .pop-benefit .benefit__circle {
  display: table;
  width: 100%;
  height: 200px;
  border: 1px solid #28A65B;
  border-radius: 50%;
  text-align: center;
}

.lpds-wrap .pop-benefit .benefit__circle.border-type {
  border-color: #b0bec5;
  background-color: #FFFFFF;
}

.lpds-wrap .pop-benefit .benefit__circle.border-type .benefit__title {
  color: #293A46;
}

.lpds-wrap .pop-benefit .benefit__title {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  color: #28A65B;
}

.lpds-wrap .pop-benefit .benefit__sub {
  position: absolute;
  left: -60px;
  display: block;
  width: 60px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.lpds-wrap .pop-benefit .benefit--bg-none {
  width: 568px;
}

.lpds-wrap .pop-benefit .benefit--bg-none::after, .lpds-wrap .pop-benefit .benefit--bg-none::before {
  display: none;
}

.lpds-wrap .pop-benefit .benefit--bg-none .benefit__item {
  width: 226px;
}

.lpds-wrap .pop-benefit .benefit--bg-none .benefit__item:first-child {
  margin-right: 114px;
}

.lpds-wrap .pop-benefit .benefit--bg-none .benefit__item:first-child::after {
  display: none;
}

.lpds-wrap .pop-benefit .benefit--bg-none .benefit__circle {
  height: 226px;
}

.lpds-wrap .pop-benefit .benefit--bg-none .benefit__title {
  font-size: 24px;
}

.lpds-wrap .pop-health .section__desc.sm {
  margin-top: 5px;
}

.lpds-wrap .pop-health .health-list {
  position: relative;
}

.lpds-wrap .pop-health .health-list li + li {
  margin-top: 30px;
}

.lpds-wrap .pop-health .health-list:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #afbfc4;
  z-index: -1;
}

.lpds-wrap .pop-health .health-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding: 17px 20px;
  background-color: #F2F4F6;
  border-radius: 34.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lpds-wrap .pop-health .health-list__item.border-type {
  background-color: #FFFFFF;
  border: 1px solid #28A65B;
  font-size: 16px;
}

.lpds-wrap .pop-health .health-list__item > .grid-row .col.fix {
  position: absolute !important;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lpds-wrap .pop-health .health-list__desc {
  padding: 0 30px;
  text-align: center;
}

.lpds-wrap.product-analysis-wrap .pop-contents.period-cont .section--period {
  padding: 20px;
}

.lpds-wrap.product-analysis-wrap .pop-contents.period-cont .section--period .btn {
  margin-top: 40px;
}

.lpds-wrap.product-analysis-wrap .pop-contents.period-cont .title-sub {
  margin-bottom: 30px;
}

.lpds-wrap.product-analysis-wrap .pop-contents.period-cont .radiobox__label {
  font-size: 16px;
  font-weight: 400;
}

.lpds-wrap.product-analysis-wrap .pop-contents .question-list {
  padding: 20px 0 40px;
}

.lpds-wrap.product-analysis-wrap .pop-contents .question-list__title {
  position: relative;
  padding: 20px 22px 20px 50px;
  font-size: 16px;
  font-weight: 700;
  color: #28A65B;
}

.lpds-wrap.product-analysis-wrap .pop-contents .question-list__title::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 23px;
  width: 18px;
  height: 18px;
  background: url("/resources/images/lpds/product/img-question.png") center/18px auto no-repeat;
}

.lpds-wrap.product-analysis-wrap .pop-contents .question-list__desc {
  position: relative;
  padding: 16px 22px 20px 50px;
  font-size: 14px;
  border-top: 1px solid #C7D3DB;
  background: #F2F4F6;
}

.lpds-wrap.product-analysis-wrap .pop-contents .question-list__desc::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 19px;
  width: 18px;
  height: 18px;
  background: url("/resources/images/lpds/product/img-answer.png") center/17.8px auto no-repeat;
}

/*-------------------------------------------------------------------
    @365 - 라플피드
-------------------------------------------------------------------*/
.lpds-wrap.pop-inner.lpfeed-wrap .pop-header__fixed + .pop-contents {
  padding-top: 56px;
  padding-bottom: 0;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .tab-wrap.rounded-type .tab-list {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .tab-wrap.rounded-type .tab-list:last-child {
  margin-right: 45px;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .tab-wrap.rounded-type .tab-list-contents {
  overflow: hidden;
  position: relative;
  margin: 16px 0;
  height: 42px;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .tab-wrap.rounded-type .tab-list-wrap {
  overflow-x: scroll;
  padding: 0 20px;
  height: 65px;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .tab-wrap.rounded-type .tab-list__btn {
  padding: 4px 28px;
  min-width: 84px;
  height: auto;
  border-radius: 28px;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .tab-wrap.rounded-type .tab-contents .tab-content {
  padding: 30px 20px;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .wishlist > li {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: calc(50% - 10px);
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .wishlist > li::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .wishlist > li:nth-child(even) {
  margin-left: 16px;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .wishlist > li .box-default {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.4);
  z-index: 2;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .wishlist > li .box-default .wishlist--title {
  font-size: 16px;
  color: #FFFFFF;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .wishlist > li .box-default .btn-wishlist {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .wishlist > li .box-default .btn-wishlist .icon-wishlist-sm {
  width: 35px;
  height: 35px;
  background: url("/resources/images/lpds/bridge/icon-wishlist-on.png") center/35px 35px no-repeat;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .wishlist__img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 136px;
  height: 136px;
  border-radius: 16px;
  z-index: 1;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .wishlist--empty {
  position: relative;
  height: calc(100vh - 230px);
  text-align: center;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .wishlist--empty__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100%;
  gap: 32px;
}

.lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .wishlist--empty__content .icon {
  width: 70px;
  height: 70px;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search {
  overflow: hidden;
  height: 100%;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .pop-contents {
  padding: 56px 0 0;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search--form {
  min-height: 52px;
  margin: 20px 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search--form .input__inner {
  padding-right: 0;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search--form .input [class*="-button"] {
  display: block;
  width: 52px;
  height: 100%;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search--head {
  min-height: 51px;
  padding: 32px 20px 10px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search--cont {
  overflow-y: auto;
  height: calc(100vh - 220px);
  padding: 0 20px 20px;
  font-size: 16px;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__title {
  font-size: 18px;
  font-weight: 700;
  color: #171717;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__del {
  line-height: 1.4;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__del-all {
  font-size: 14px;
  color: #6A8294;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__notice {
  padding: 30px 0;
  text-align: center;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__notice .btn.btn--rounded.sm {
  min-width: 68px;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__notice .icon-graphic-search {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  background-image: url("/resources/images/lpds/icon/icon-graphic-search.png");
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__notice .gnb-search__title {
  margin-top: 20px;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__notice .gnb-search__desc {
  margin-top: 20px;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__notice .gnb-search__desc .grid-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__notice .gnb-search__desc .grid-row .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  white-space: nowrap;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__recent .gnb-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__recent .gnb-search__keyword {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__recent .gnb-search__etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  text-align: right;
  font-size: 14px;
  color: #6A8294;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__recent .gnb-search__date {
  margin-right: 8px;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__result .gnb-search__title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #6A8294;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__result .gnb-search__keyword {
  overflow: hidden;
  display: block;
  padding: 8px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
}

.lpds-wrap.pop-inner.lpfeed-wrap.gnb-search .gnb-search__result + .gnb-search__result {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .lpds-wrap.pop-inner.lpfeed-wrap .pop-contents .section .wishlist > li .box-default .wishlist--title {
    font-size: 20px;
  }
}
