@charset "UTF-8";
.pointZoneWrap {
  width: 100%;
  padding-top: 40px;
}
.pointZoneWrap * {
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
}

.pzTopImg {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.pzTopImg img {
  display: block;
  width: 100%;
}
.pzTopImg .info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  padding-top: 2px;
}
.pzTopImg .info p {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.025em;
  position: relative;
  line-height: 32px;
  padding-left: 29px;
  background: url("../../../../../../skin/site/basic/img/point/ypIcon.png") no-repeat left top 7px;
}
.pzTopImg .info p b {
  margin-right: 8px;
  font-size: 24px;
  font-weight: 600;
}

.pzBLottoWrap {
  width: 100%;
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.pzBLottoWrap .pz_BL_content {
  width: calc(50% - 20px);
}
.pzBLottoWrap .pzStit {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 0;
}
.pzBLottoWrap .pzStit p {
  font-size: 25px;
  color: #000;
  letter-spacing: -0.075em;
  position: relative;
  padding-left: 16px;
  line-height: 30px;
  padding-top: 7px;
}
.pzBLottoWrap .pzStit p::before {
  content: "";
  width: 6px;
  height: 25px;
  background-color: #4a7ee8;
  position: absolute;
  top: 6px;
  left: 0;
}
.pzBLottoWrap .pzStit span {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  letter-spacing: -0.025em;
  position: relative;
  margin-left: 20px;
  padding-left: 24px;
  padding-top: 3px;
  background: url("../../../../../../skin/site/basic/detail_page/img/point/ypIcon.png") no-repeat left top 4px;
}
.pzBLottoWrap .pzStit .maxPointInfo {
  position: relative;
  margin-top: -1px;
  margin-left: 7px;
}
.pzBLottoWrap .pzStit .maxPointInfo img {
  display: block;
  height: 17px;
  cursor: pointer;
}
.pzBLottoWrap .pzStit .maxPointInfo div {
  position: absolute;
  bottom: 22px;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7px 12px;
  border-radius: 6px;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 18px;
  white-space: nowrap;
  text-align: center;
  transform: translateX(-50%);
  display: none;
}
.pzBLottoWrap .pzStit .maxPointInfo div::before {
  content: "";
  width: 8px;
  height: 4px;
  background: url("../../../../../../skin/site/basic/detail_page/img/point/sbArrow.png") no-repeat;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
}
.pzBLottoWrap .pzStit .maxPointInfo:hover div {
  display: block;
}
.pzBLottoWrap .pzStit button.btn_winner {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 30px;
  border-radius: 100px;
  border: 1px solid #ced2d9;
  padding: 0 14px;
  padding-bottom: 2px;
  transition: all 0.2s;
  margin-left: auto;
  flex-shrink: 0;
  shape-outside: inset(0);
  background-color: #fff;
}
.pzBLottoWrap .pzStit button.btn_winner:hover {
  border-color: #666;
  color: #333;
}
.pzBLottoWrap .pzStit button.btn_winner:disabled {
  border-color: #e3e5e8;
  color: #d7dce3;
  cursor: default;
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission {
  width: 100%;
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission .item {
  width: 100%;
  border-radius: 10px;
  padding: 17px 15px;
  padding-left: 80px;
  display: flex;
  align-items: center;
  position: relative;
  background: url("../../../../../../skin/site/basic/img/header/BLotto/mission_off.png") no-repeat left 10px center #fff;
  border: 1px solid #e3e5e8;
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission .item + .item {
  margin-top: 15px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission .item div {
  max-width: 100%;
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission .item:has(a) div {
  margin-right: 10px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission .item div p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 20px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission .item div b {
  font-size: 13px;
  color: #f3459a;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 18px;
  margin-top: 4px;
  display: block;
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission .item div em {
  font-size: 13px;
  color: #555;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 18px;
  margin-top: 4px;
  display: block;
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission .item div em span {
  font-size: 13px;
  color: #178bf5;
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission .item a {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 28px;
  padding-top: 2px;
  background-color: #f3459a;
  border-radius: 8px;
  padding: 0 10px;
  transition: all 0.2s;
  margin-left: auto;
  flex-shrink: 0;
  shape-outside: inset(0);
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission .item a:hover {
  background-color: #ce297a;
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission .item.complet {
  background-image: url("../img/header/BLotto/mission_on.png");
  border: 0;
  padding: 18px 16px;
  padding-left: 80px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_mission .item.complet::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background: linear-gradient(97.72deg, #f3459a 4.42%, #ffe1f0 22.41%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  box-sizing: border-box;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply {
  width: 100%;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_cont {
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  position: relative;
  padding: 18px 20px;
  padding-left: 84px;
  border-radius: 10px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_cont img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) translateY(-0.5px);
  height: 50px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_cont div {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 15px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_cont div p {
  font-size: 21px;
  color: #fff;
  line-height: 25px;
  padding-top: 2px;
  width: 100%;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_cont div p span {
  font-size: 21px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_cont div p span b {
  color: #f3459a;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_cont div em {
  display: block;
  font-size: 14px;
  color: #f8f8f8;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 22px;
  word-break: keep-all;
  background: url("../../../../../../skin/site/basic/img/header/BLotto/i_tit.png") no-repeat right top;
  padding-right: 25px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_cont button.btn_BL_apply {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 36px;
  background-color: #f3459a;
  border-radius: 8px;
  padding: 0 12px;
  padding-bottom: 2px;
  transition: all 0.2s;
  margin-left: auto;
  flex-shrink: 0;
  shape-outside: inset(0);
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_cont button.btn_BL_apply:hover {
  background-color: #ce297a;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_cont button.btn_BL_apply:disabled {
  background-color: #e3e5e8;
  cursor: default;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply.complet .pz_BL_a_cont button.btn_BL_apply {
  background-color: #6f284a;
  cursor: default;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_info {
  width: 100%;
  border-bottom: 1px solid #e3e5e8;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_info dl {
  width: 100%;
  display: flex;
  padding: 18px 0;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_info dl + dl {
  border-top: 1px dotted #e3e5e8;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_info dl dt {
  width: 105px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 18px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_info dl dd {
  width: calc(100% - 105px);
  display: flex;
  gap: 12px;
  position: relative;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply.complet .pz_BL_a_info dl dd.apply_info::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_info dl dd.apply_info span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 18px;
  background: url("../../../../../../skin/site/basic/svg/header/BLotto/chk_on.svg") no-repeat left top 2px;
  background-size: 15px;
  padding-left: 19px;
  padding-bottom: 1px;
  display: block;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_info dl dd.apply_info label {
  cursor: pointer;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_info dl dd.apply_info label input {
  display: none;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_info dl dd.apply_info label em {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 18px;
  padding-left: 19px;
  display: block;
  position: relative;
  padding-bottom: 1px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_info dl dd.apply_info label em::before {
  content: "";
  width: 15px;
  height: 100%;
  -webkit-mask: url("../../../../../../skin/site/basic/svg/header/BLotto/chk_off.svg") no-repeat center;
  -moz-mask: url("../../../../../../skin/site/basic/svg/header/BLotto/chk_off.svg") no-repeat center;
  -ms-mask: url("../../../../../../skin/site/basic/svg/header/BLotto/chk_off.svg") no-repeat center;
  -o-mask: url("../../../../../../skin/site/basic/svg/header/BLotto/chk_off.svg") no-repeat center;
  mask: url("../../../../../../skin/site/basic/svg/header/BLotto/chk_off.svg") no-repeat center;
  -webkit-mask-size: 100%;
  -moz-mask-size: 100%;
  -o-mask-size: 100%;
  -ms-mask-size: 100%;
  mask-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_info dl dd.apply_info label input:checked + em::before {
  background: url("../../../../../../skin/site/basic/svg/header/BLotto/chk_on.svg") no-repeat center;
  background-size: 100%;
  -webkit-mask: none;
  -moz-mask: none;
  -o-mask: none;
  -ms-mask: none;
  mask: none;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply .pz_BL_a_info dl dd.ann_info em {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 18px;
  background: url("../../../../../../skin/site/basic/svg/BLotto/alarm.svg") no-repeat left top 2px;
  background-size: 14px;
  padding-left: 19px;
  display: block;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply ul {
  width: 100%;
  margin-top: 12px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply ul li {
  width: 100%;
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  color: #555;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 17px;
  word-break: keep-all;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply ul li::before {
  content: "*";
  font-size: 13px;
  color: #555;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
}
.pzBLottoWrap .pz_BL_content .pz_BL_apply ul li + li {
  margin-top: 3px;
}
.pzBLottoWrap .pz_BL_content .pz_BL_season_end {
  padding: 49px 0;
  border-radius: 10px;
  background-color: #f8f8f8;
}
.pzBLottoWrap .pz_BL_content .pz_BL_season_end .img {
  width: 72px;
  margin: 0 auto;
  mix-blend-mode: luminosity;
}
.pzBLottoWrap .pz_BL_content .pz_BL_season_end .img img {
  display: block;
  width: 100%;
}
.pzBLottoWrap .pz_BL_content .pz_BL_season_end .tit {
  margin-top: 23px;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  text-align: center;
}
.pzBLottoWrap .pz_BL_content .pz_BL_season_end .txt {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  text-align: center;
}
.pzBLottoWrap .pz_BL_content .pz_BL_season_end .txt.first {
  margin-top: 8px;
}

/* 블로또 시즌 종료 */
/* 블로또 당첨자 정보 팝업 */
.BL_winner_popup {
  width: 590px;
  background: url("../../../../../../skin/site/basic/img/BLotto/pop_bg.png") no-repeat left 10px top 14px #000;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  overflow: hidden;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.25);
  display: none;
}
.BL_winner_popup a.close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../../../../../skin/site/basic/svg/shorts/del.svg") no-repeat center;
  background-size: 16px;
  transition: all 0.2s;
}
.BL_winner_popup a.close:hover {
  opacity: 0.5;
}
.BL_winner_popup .BL_wi_title {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  padding-bottom: 20px;
}
.BL_winner_popup .BL_wi_title em {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 20px;
}
.BL_winner_popup .BL_wi_title p {
  font-size: 28px;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 36px;
  margin-top: 12px;
}
.BL_winner_popup .BL_wi_title p b {
  font-size: 28px;
  color: #f3459a;
}
.BL_winner_popup .BL_wi_content {
  width: 100%;
  padding: 0 20px;
  padding-bottom: 30px;
}
.BL_winner_popup .BL_wi_content .BL_my_w_info {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.BL_winner_popup .BL_wi_content .BL_my_w_info::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../../../../../../skin/site/basic/img/BLotto/pop_crown.png") no-repeat;
  position: absolute;
  top: -36px;
  right: -5px;
}
.BL_winner_popup .BL_wi_content .BL_my_w_info em {
  background-color: #f3459a;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
  min-width: 50px;
  padding: 0 12px;
  border-radius: 100px;
  text-align: center;
  flex-shrink: 0;
  shape-outside: inset(0);
}
.BL_winner_popup .BL_wi_content .BL_my_w_info p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 20px;
  margin-left: 12px;
  margin-right: 20px;
  padding-top: 1px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.BL_winner_popup .BL_wi_content .BL_my_w_info strong {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 22px;
  margin-left: auto;
  background: url("../../../../../../skin/site/basic/svg/mypage/regular/y_point.svg") no-repeat left top 1px;
  background-size: 22px;
  padding-left: 27px;
  padding-top: 1px;
  flex-shrink: 0;
  shape-outside: inset(0);
}
.BL_winner_popup .BL_wi_content .BL_w_point_info {
  width: 100%;
  margin-top: 20px;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info .BL_w_p_table {
  width: 100%;
  padding: 15px;
  padding-top: 20px;
  border: 1px solid #333;
  border-radius: 10px;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info .BL_w_p_table .tit {
  width: 100%;
  display: flex;
  align-items: center;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info .BL_w_p_table .tit p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  padding-top: 2px;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info .BL_w_p_table .tit em {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  padding-top: 2px;
  background: url("../../../../../../skin/site/basic/svg/mypage/regular/y_point.svg") no-repeat left top 1px;
  background-size: 22px;
  padding-left: 27px;
  margin-left: auto;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info .BL_w_p_table table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 15px;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info .BL_w_p_table table tr + tr {
  border-top: 1px solid #e3e5e8;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info .BL_w_p_table table tr th {
  font-size: 14px;
  color: #ccc;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 18px;
  padding: 9px 0;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info .BL_w_p_table table tr td {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 18px;
  padding: 9px 0;
  text-align: center;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info .BL_w_p_table table tr:nth-child(2) td {
  color: #f3459a;
  font-weight: 700;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info ul {
  width: 100%;
  margin-top: 20px;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info ul li {
  width: 100%;
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  color: #ccc;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 17px;
  word-break: keep-all;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info ul li::before {
  content: "*";
  font-size: 13px;
  color: #ccc;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
}
.BL_winner_popup .BL_wi_content .BL_w_point_info ul li + li {
  margin-top: 3px;
}
.BL_winner_popup a.btn_all_winner {
  display: block;
  width: 100%;
  background-color: #f3459a;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 46px;
  padding-bottom: 1px;
  border-radius: 0 0 10px 10px;
  transition: all 0.2s;
}
.BL_winner_popup a.btn_all_winner:hover {
  background-color: #ce297a;
}

.BL_winner_pop_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.pzContainer {
  width: 100%;
  padding-bottom: 80px;
}
.pzContainer .pzStit {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 0;
}
.pzContainer .pzStit p {
  font-size: 25px;
  color: #000;
  letter-spacing: -0.075em;
  position: relative;
  padding-left: 16px;
  line-height: 30px;
}
.pzContainer .pzStit p::before {
  content: "";
  width: 6px;
  height: 25px;
  background-color: #4a7ee8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pzContainer .pzStit .controll {
  display: none;
  position: absolute;
  top: 3px;
  right: 0;
  overflow: hidden;
}
.pzContainer .pzStit .controll .prev {
  width: 25px;
  height: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  background: url("../../../../../../skin/site/basic/img/point/prev.png") no-repeat left 7px center #fff;
  float: left;
  cursor: pointer;
  transition: all 0.2s;
}
.pzContainer .pzStit .controll .next {
  width: 25px;
  height: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  background: url("../../../../../../skin/site/basic/img/point/next.png") no-repeat left 9px center #fff;
  float: left;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.pzContainer .pzStit .controll .ppBox {
  width: 25px;
  height: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  float: left;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.pzContainer .pzStit .controll .ppBox .pause {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../../../../../skin/site/basic/img/point/pause.png") no-repeat center;
}
.pzContainer .pzStit .controll .ppBox .play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../../../../../skin/site/basic/img/point/play.png") no-repeat center left 9px;
  display: none;
}
.pzContainer .pzStit .controll .prev:hover, .pzContainer .pzStit .controll .next:hover, .pzContainer .pzStit .controll .ppBox:hover {
  border: 1px solid #666;
}
.pzContainer .inquiry .pzStit .controll, .pzContainer .symposium .pzStit .controll, .pzContainer .bluelive .pzStit .controll {
  display: block;
}
.pzContainer .pzStit span {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  letter-spacing: -0.025em;
  position: relative;
  margin-left: 20px;
  padding-left: 24px;
  background: url("../../../../../../skin/site/basic/img/point/ypIcon.png") no-repeat 0 50%;
}
.pzContainer .pzStit .maxPointInfo {
  position: relative;
  margin-top: -1px;
  margin-left: 7px;
}
.pzContainer .pzStit .maxPointInfo img {
  display: block;
  height: 17px;
  cursor: pointer;
}
.pzContainer .pzStit .maxPointInfo div {
  position: absolute;
  bottom: 22px;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7px 12px;
  border-radius: 6px;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 18px;
  white-space: nowrap;
  text-align: center;
  transform: translateX(-50%);
  display: none;
}
.pzContainer .pzStit .maxPointInfo div::before {
  content: "";
  width: 8px;
  height: 4px;
  background: url("../../../../../../skin/site/basic/img/point/sbArrow.png") no-repeat;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
}
.pzContainer .pzStit .maxPointInfo:hover div {
  display: block;
}
.pzContainer .pzTab {
  width: 100%;
  background-color: #f3f5f7;
  padding: 8px 15px;
  font-size: 0;
  margin-bottom: 20px;
  border-radius: 4px;
}
.pzContainer .pzTab div {
  min-width: 100px;
  padding: 0 10px;
  border-radius: 100px;
  border: 1px solid #ced2d9;
  background-color: #fff;
  padding-top: 2px;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 28px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.pzContainer .pzTab div:nth-child(n+2) {
  margin-left: 10px;
}
.pzContainer .pzTab div:hover {
  border: 1px solid #666;
  color: #333;
}
.pzContainer .pzTab div.on {
  background-color: #178bf5;
  border: 1px solid #178bf5;
  color: #fff;
}
.pzContainer .pzContent {
  width: 100%;
  margin-top: 45px;
  position: relative;
}
.pzContainer .pzContent .pz_slide {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
.pzContainer .pzContent .pz_slide .swiper-slide {
  width: 310px;
  margin-right: 20px;
  font-size: 0;
}
.pzContainer .pzContent .pz_slide .swiper-pagination {
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 0;
  z-index: 99;
}
.pzContainer .pzContent .pz_slide .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 3px;
  border: 1px solid #868686;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  opacity: 1;
  background-color: #fff;
}
.pzContainer .pzContent .pz_slide .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4a7ee8;
  border: 1px solid #4a7ee8;
}
.pzContainer .symposium .pz_slide .swiper-slide {
  width: 310px;
  height: 356px;
  margin-right: 20px;
  font-size: 0;
}
.pzContainer .pzContent {
  width: 100%;
  padding-top: 20px;
}
.pzContainer .pzContent .pz_slide_box {
  width: 100%;
  overflow: hidden;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty01 {
  width: 100%;
  -ms-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.pzContainer .pzContent .pz_slide_box .pz_slide_rowGroup .pz_s_sty01 {
  width: calc(33.33% - 14px);
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 21px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide_rowGroup .pz_s_sty01:nth-child(3n) {
  margin-right: 0;
}
.pzContainer .pzContent .pz_slide_box .pz_slide_rowGroup .pz_s_sty01:nth-child(n+4) {
  margin-top: 21px;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty01 a.img {
  display: block;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #f7f7f7;
  transition: all 0.2s;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty01 a.img:hover {
  opacity: 0.6;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty01 a.img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty01 .info {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding: 20px;
  padding-right: 135px;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty01 .info a.txt {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 4px;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty01 .info a.txt:hover {
  text-decoration: underline;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty01 .info a.btn {
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: #ffd203;
  border: 1px solid #e2e6ed;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 15px;
  color: #000;
  letter-spacing: -0.05em;
  line-height: 27px;
  padding-top: 3px;
  min-width: 105px;
  text-align: center;
  margin-top: -17px;
  transition: all 0.2s;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty01 .info a.btn:hover {
  border: 1px solid #000;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty01 .info a.btn.complet {
  background-color: #ced2d9;
  color: #fff;
  cursor: default;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty01 .info a.btn.complet:hover {
  border: 1px solid #e2e6ed;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty02 {
  width: 100%;
  -ms-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty02 a.img {
  display: block;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.2s;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty02 a.img:hover {
  opacity: 0.6;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty02 a.img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty02 .info {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding: 15px 20px;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty02 .info a.txt {
  display: block;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  white-space: normal;
  max-height: 40px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty02 .info a.txt:hover {
  text-decoration: underline;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty02 .info span {
  display: block;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  white-space: normal;
  height: 60px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty02 .info a.btn {
  display: block;
  background-color: #fff;
  border: 1px solid #e2e6ed;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 15px;
  color: #555;
  letter-spacing: -0.05em;
  line-height: 35px;
  padding-top: 3px;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  transition: all 0.2s;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty02 .info a.btn:hover {
  border: 1px solid #000;
  color: #000;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty02 .info a.btn.complet {
  background-color: #ced2d9;
  color: #fff;
  cursor: default;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty02 .info a.btn.complet:hover {
  border: 1px solid #e2e6ed;
  color: #fff;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty03 {
  width: 100%;
  -ms-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty03 .img {
  display: block;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #eee;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty03 .img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty03 a.btn {
  display: block;
  background-color: #fff;
  border: 1px solid #e2e6ed;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 15px;
  color: #555;
  letter-spacing: -0.05em;
  line-height: 35px;
  padding-top: 3px;
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 45px;
  left: 20px;
  min-width: 245px;
  transition: all 0.2s;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty03 a.btn:hover {
  border: 1px solid #000;
  color: #000;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty03 a.btn.complet {
  background-color: #ced2d9;
  color: #fff;
  cursor: default;
}
.pzContainer .pzContent .pz_slide_box .pz_s_sty03 a.btn.complet:hover {
  border: 1px solid #e2e6ed;
  color: #fff;
}
.pzContainer .pzContent .pz_attend_chk {
  width: 100%;
  overflow: hidden;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.pzContainer .pzContent .pz_attend_chk a {
  display: block;
}
.pzContainer .pzContent .pz_attend_chk a img {
  display: block;
  width: 100%;
}

.promo_list ul li {
  position: relative;
}
.promo_list ul li .pbEl_point {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  background-color: #ffd203;
  font-size: 11px;
  color: #000;
  line-height: 22px;
  padding: 0 10px;
  padding-top: 3px;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-weight: 600;
  text-align: center;
  animation: pbEl_point 1.2s infinite;
}

@keyframes pbEl_point {
  0% {
    top: 7px;
  }
  50% {
    top: 13px;
  }
  100% {
    top: 7px;
  }
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .inquiries_ea_box {
  width: 100%;
  border: 1px solid #e2e6ed;
  border-radius: 8px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .inquiries_ea_box .img {
  width: 100%;
  height: 136px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  cursor: pointer;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .inquiries_ea_box .img div p {
  font-size: 17px;
  color: #333;
  line-height: 22px;
  padding-top: 3px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .inquiries_ea_box .img div img {
  display: block;
  margin: auto;
  max-height: 50px;
  max-width: 100%;
  margin-top: 15px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .inquiries_ea_box .img:hover {
  opacity: 0.5;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .inquiries_ea_box .info {
  width: 100%;
  border-top: 1px solid #e2e6ed;
  text-align: center;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .inquiries_ea_box .info p {
  font-size: 15px;
  color: #555;
  line-height: 20px;
  padding-top: 3px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .inquiries_ea_box .info p span {
  font-size: 15px;
  color: #075dfb;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .inquiries_ea_box.completion .img {
  background-color: #f7f7f7;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .inquiries_ea_box.completion .img div img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box {
  width: 100%;
  height: 356px;
  border: 1px solid #e2e6ed;
  border-radius: 8px;
  overflow: hidden;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .isend:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  border-radius: inherit;
  z-index: 10;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .img {
  width: 100%;
  height: 170px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .blue_live .img {
  height: inherit;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .img:hover {
  opacity: 0.5;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .img img {
  display: block;
  max-width: 100%;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .cont {
  width: 100%;
  height: 130px;
  padding: 15px 20px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .cont p {
  display: block;
  font-size: 14px;
  color: #808080;
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 20px;
  background: url("../../../../../../skin/site/basic/img/point/home.png") no-repeat 0 50%;
  padding-left: 18px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .cont a {
  display: flex;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0px;
  cursor: pointer;
  height: 56px;
  align-items: center;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .cont a:hover {
  text-decoration: underline;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .cont div {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .cont div font {
  float: left;
  font-size: 14px;
  color: #808080;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 20px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .cont div b {
  float: left;
  font-size: 13px;
  color: #aaa;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 20px;
  margin-left: 10px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .cont div b span {
  font-size: 14px;
  color: #ff0030;
  font-weight: 500;
  display: block;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .cont strong {
  font-size: 14px;
  color: #808080;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 20px;
  display: block;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .completion .cont {
  background-color: #f7f7f7;
}
.pzContainer .symposium .pz_slide_box .pz_slide .swiper-slide .completion .point, .pzContainer .symposium .pz_slide_box .pz_slide .swiper-slide .isend .point {
  background: #f8f8f8 !important;
}
.pzContainer .symposium .pz_slide_box .pz_slide .swiper-slide .completion .point p, .pzContainer .symposium .pz_slide_box .pz_slide .swiper-slide .isend .point p {
  color: #555 !important;
  text-align: center !important;
  cursor: auto;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .point {
  width: 268px;
  margin: 0 auto;
  border-top: 0px solid #e2e6ed;
  text-align: center;
  padding: 8px 15px;
  cursor: pointer;
  background-color: #f8f8f8;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .point:hover {
  background-color: #f3f5fa;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .point p {
  font-size: 15px;
  text-align: left;
  color: #555;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .point p span {
  font-size: 15px;
  color: #075dfb;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .more_benefit:hover .allPoint {
  display: block;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .more_benefit .point {
  background: #f8f8f8 url("../img/point/point_arrow.png") no-repeat top 8px right 12px;
  border-radius: 4px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .allPoint {
  display: none;
  position: absolute;
  bottom: 7px;
  width: 100%;
  margin: 0 auto;
  border: solid 0px #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0px 3px 7px -5px black;
  cursor: pointer;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .allPoint .point_list ul {
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .allPoint .point_list ul li {
  text-align: left;
  line-height: 40px;
  padding-left: 12px;
  background-color: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 8px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .allPoint .point_list ul li:first-child {
  margin-bottom: 0;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .allPoint .point_list ul li:hover {
  background-color: #f3f5fa;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .allPoint .point_list ul li p {
  font-size: 15px;
  text-align: left;
  color: #555;
  padding-top: 2px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .web_symposium_ea_box .allPoint .point_list ul li p span {
  font-size: 15px;
  color: #075dfb;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .event_ea_box {
  width: 100%;
  border: 1px solid #e2e6ed;
  border-radius: 8px;
  overflow: hidden;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .event_ea_box .img {
  width: 100%;
  height: 320px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .event_ea_box .img:hover {
  opacity: 0.5;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .event_ea_box .img img {
  display: block;
  max-width: 100%;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .point {
  width: 100%;
  border-top: 1px solid #e2e6ed;
  text-align: center;
  padding: 8px 15px;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .point p {
  font-size: 15px;
  color: #555;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .point p span {
  font-size: 15px;
  color: #075dfb;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .completion .point {
  background-color: #ced2d9;
}
.pzContainer .pzContent .pz_slide_box .pz_slide .swiper-slide .completion .point p {
  color: #fff;
}
.pzContainer .pzContent .pz_tab_container {
  width: 100%;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content {
  width: 100%;
  display: none;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_more_btn {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_more_btn::before {
  content: "";
  width: 100%;
  border-top: 1px dashed #e4e8ee;
  position: absolute;
  top: 50%;
  left: 0;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_more_btn div {
  width: 388px;
  margin: auto;
  border: 1px solid #ced2d9;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  position: relative;
  background-color: #fff;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_more_btn div p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 48px;
  padding-right: 21px;
  background: url("../../../../../../skin/site/basic/img/point/moreArrow.png") no-repeat 100% 50%;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_more_btn div:hover {
  border: 1px solid #83878d;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_t_list {
  width: 100%;
  font-size: 0;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_t_list .pz_t_box {
  width: calc(33.33% - 12px);
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 18px;
  transition: all 0.2s;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_t_list .pz_t_box:nth-child(3n) {
  margin-right: 0;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_t_list .pz_t_box:nth-child(n+4) {
  margin-top: 18px;
}
.pzContainer .pzContent .pz_tab_container.pz_event_wrap .pz_tab_content .pz_t_list .pz_t_box:nth-child(n+7), .pzContainer .pzContent .pz_tab_container.pz_promotion_wrap .pz_tab_content .pz_t_list .pz_t_box:nth-child(n+7) {
  display: none;
}
.pzContainer .pzContent .pz_tab_container.pz_event_wrap .show .pz_t_list .pz_t_box:nth-child(n+7), .pzContainer .pzContent .pz_tab_container.pz_promotion_wrap .show .pz_t_list .pz_t_box:nth-child(n+4) {
  display: inline-block !important;
  *display: inline;
}
.pzContainer .pzContent .pz_tab_container.pz_marketing_wrap .pz_tab_content .pz_t_list .pz_t_box:nth-child(n+7) {
  display: none;
}
.pzContainer .pzContent .pz_tab_container.pz_marketing_wrap .show .pz_t_list .pz_t_box:nth-child(n+7) {
  display: inline-block !important;
  *display: inline;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_t_list .pz_t_box:hover {
  opacity: 0.6;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_t_list .pz_t_box .img {
  display: block;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #f7f7f7;
  border-radius: 16px 16px 0 0;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_t_list .pz_t_box .img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_t_list .pz_t_box .info {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding: 20px;
  padding-right: 135px;
  border-radius: 0 0 16px 16px;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_t_list .pz_t_box .info .txt {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_t_list .pz_t_box .info .btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #ffd203;
  border: 1px solid #e2e6ed;
  border-radius: 100px;
  font-size: 15px;
  color: #000;
  letter-spacing: -0.025em;
  padding: 3px 0;
  min-width: 105px;
  text-align: center;
}
.pzContainer .pzContent .pz_tab_container .pz_tab_content .pz_t_list .pz_t_box .info .btn.complet {
  background-color: #ced2d9;
  color: #fff;
}
.pzContainer .pzContent .pz_c_app_wrap .pz_tab_content .pz_t_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.pzContainer .pzContent .pz_c_app_wrap .pz_tab_content .pz_t_list .event_ea_box {
  width: calc(25% - 15px);
  border: 1px solid #e2e6ed;
  border-radius: 8px;
  overflow: hidden;
}
.pzContainer .pzContent .pz_c_app_wrap .pz_tab_content .pz_t_list .event_ea_box .img {
  width: 100%;
  min-height: 297px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
}
.pzContainer .pzContent .pz_c_app_wrap .pz_tab_content .pz_t_list .event_ea_box .img:hover {
  opacity: 0.5;
}
.pzContainer .pzContent .pz_c_app_wrap .pz_tab_content .pz_t_list .event_ea_box .img img {
  display: block;
  width: 100%;
}
.pzContainer .pzContent .pz_c_app_wrap .pz_tab_content .pz_t_list .event_ea_box .img img[src=""] {
  display: none;
}
.pzContainer .pzContent .pz_c_app_wrap .pz_tab_content .pz_t_list .event_ea_box .point {
  width: 100%;
  border-top: 1px solid #e2e6ed;
  text-align: center;
  padding: 12px 15px;
  padding-top: 9px;
}
.pzContainer .pzContent .pz_c_app_wrap .pz_tab_content .pz_t_list .event_ea_box .point p {
  font-size: 15px;
  color: #555;
  line-height: 20px;
}
.pzContainer .pzContent .pz_c_app_wrap .pz_tab_content .pz_t_list .event_ea_box .point p span {
  font-size: 15px;
  color: #075dfb;
}
.pzContainer .pzContent .pz_c_app_wrap .pz_tab_content .pz_t_list .completion .point {
  background-color: #ced2d9;
}
.pzContainer .pzContent .pz_c_app_wrap .pz_tab_content .pz_t_list .completion .point p {
  color: #fff;
}
.pzContainer .pzContent .pz_tab_container.pz_c_app_wrap .pz_tab_content .pz_t_list .event_ea_box:nth-child(n+9) {
  display: none;
}
.pzContainer .pzContent .pz_tab_container.pz_c_app_wrap .show .pz_t_list .event_ea_box:nth-child(n+9) {
  display: block !important;
}

/*** 포인트 hover시 정보 창 박스 **/
/* 250612 수정 */
/* 250612 수정 */
.add_accrual_methods {
  width: 100%;
}
.add_accrual_methods .aamTitle {
  width: 100%;
  position: relative;
  font-size: 0;
  padding-bottom: 20px;
}
.add_accrual_methods .aamTitle p {
  font-size: 25px;
  color: #000;
  letter-spacing: -0.075em;
  position: relative;
  line-height: 30px;
  padding-left: 16px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.add_accrual_methods .aamTitle p::before {
  content: "";
  width: 6px;
  height: 25px;
  background-color: #fcd403;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.add_accrual_methods .aamTitle .aamArrow {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #e2e2e2;
  border-radius: 100%;
  background: url("../../../../../../skin/site/basic/img/point/aamArrow.png") no-repeat center;
  transition: all 0.2s;
  transform: rotate(-180deg);
  cursor: pointer;
}
.add_accrual_methods .aamTitle .aamArrow:hover {
  border: 1px solid #333;
}
.add_accrual_methods .aamTitle .aamArrow.hide {
  transform: rotate(0deg);
}
.add_accrual_methods .scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  width: 100% !important;
  height: 100%;
}
.add_accrual_methods .scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: auto !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.add_accrual_methods .scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.add_accrual_methods .scroll-element {
  display: none;
  box-sizing: content-box;
}
.add_accrual_methods .scroll-element div {
  box-sizing: content-box;
}
.add_accrual_methods .scroll-element.scroll-x.scroll-scrollx_visible, .add_accrual_methods .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.add_accrual_methods .scroll-element .scroll-bar, .add_accrual_methods .scroll-element .scroll-arrow {
  cursor: default;
}
.add_accrual_methods .scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.add_accrual_methods .scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.add_accrual_methods .scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 0;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.add_accrual_methods .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.add_accrual_methods .scrollbar-outer > .scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.add_accrual_methods .scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.add_accrual_methods .scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.add_accrual_methods .scrollbar-outer > .scroll-element.scroll-y {
  height: calc(100% - 18px);
  right: 0;
  top: 9px;
  width: 9px;
}
.add_accrual_methods .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 0px;
}
.add_accrual_methods .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 0px;
  width: 4px;
  top: 0;
}
.add_accrual_methods .scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
  margin-top: 2px;
}
.add_accrual_methods .scrollbar-outer > .scroll-element .scroll-element_track, .add_accrual_methods .scrollbar-outer > .scroll-element .scroll-element_outer, .add_accrual_methods .scrollbar-outer > .scroll-element .scroll-element_track {
  background: none;
}
.add_accrual_methods .scrollbar-outer > .scroll-element .scroll-bar {
  background: none;
  background-color: #b2b2b2;
  border-radius: 100px;
  cursor: pointer;
}
.add_accrual_methods .scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #9c9c9c;
}
.add_accrual_methods .scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #5f5f5f;
}
.add_accrual_methods .scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.add_accrual_methods .scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
.add_accrual_methods .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.add_accrual_methods .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.add_accrual_methods .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.add_accrual_methods .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
.add_accrual_methods .aamContainer {
  width: 100%;
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #e2e6ed;
}
.add_accrual_methods .aamContainer .receiveAgree {
  width: 100%;
}
.add_accrual_methods .aamContainer .receiveAgree .raTit {
  width: 100%;
}
.add_accrual_methods .aamContainer .receiveAgree .raTit p {
  font-size: 20px;
  color: #000;
  letter-spacing: -0.05em;
  line-height: 24px;
}
.add_accrual_methods .aamContainer .receiveAgree .raTit p span {
  font-size: 20px;
  color: #178bf5;
}
.add_accrual_methods .aamContainer .receiveAgree .raTit font {
  font-size: 16px;
  color: #555;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 20px;
  display: block;
  margin-top: 7px;
}
.add_accrual_methods .aamContainer .receiveAgree .raCont {
  width: 100%;
  border: 1px solid #e2e6ed;
  border-radius: 6px;
  padding: 16px 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.add_accrual_methods .aamContainer .receiveAgree .raCont label {
  display: flex;
  align-items: center;
}
.add_accrual_methods .aamContainer .receiveAgree .raCont label + label {
  margin-left: 30px;
}
.add_accrual_methods .aamContainer .receiveAgree .raCont label input {
  display: none;
}
.add_accrual_methods .aamContainer .receiveAgree .raCont label div {
  width: 20px;
  height: 20px;
  border: 1px solid #8c8c8c;
  border-radius: 100%;
  position: relative;
  margin-right: 7px;
  transition: all 0.15s linear;
}
.add_accrual_methods .aamContainer .receiveAgree .raCont label div::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #121212;
  display: none;
}
.add_accrual_methods .aamContainer .receiveAgree .raCont label p {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 22px;
}
.add_accrual_methods .aamContainer .receiveAgree .raCont label input:checked + div {
  border: 1px solid #121212;
}
.add_accrual_methods .aamContainer .receiveAgree .raCont label input:checked + div::before {
  display: block;
}
.add_accrual_methods .aamContainer .receiveAgree .raCont a {
  margin-left: auto;
  width: 105px;
  background-color: #178bf5;
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.025em;
  padding: 6px 0;
  border-radius: 100px;
  text-align: center;
  transition: all 0.2s;
}
.add_accrual_methods .aamContainer .receiveAgree .raCont a:hover {
  background-color: #0a70cf;
}
.add_accrual_methods .aamContainer .aamContent {
  width: 100%;
  overflow: hidden;
}
.add_accrual_methods .aamContainer .receiveAgree + .aamContent {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted #e6e9ef;
}
.add_accrual_methods .aamContainer .aamContent .aamBox {
  width: 590px;
  float: left;
  border: 1px solid #e2e6ed;
  border-radius: 6px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox:nth-child(2n) {
  float: right;
}
.add_accrual_methods .aamContainer .aamContent .aamBox:nth-child(n+3) {
  margin-top: 20px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .tit {
  width: 100%;
  overflow: hidden;
  padding: 20px 20px 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .tit::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #e2e6ed;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .tit p {
  font-size: 20px;
  color: #000;
  letter-spacing: -0.025em;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .tit a {
  font-size: 20px;
  color: #000;
  letter-spacing: -0.025em;
  position: relative;
  padding-right: 34px;
  transition: all 0.2s;
  margin-left: auto;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .tit a::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../../../../../../skin/site/basic/img/point/linkArrow.png") no-repeat left 10px center;
  border: 1px solid #e1e1e1;
  position: absolute;
  top: 45%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: all 0.2s;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .tit a span {
  font-size: 20px;
  color: #178bf5;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .tit a:hover {
  color: #178bf5;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .tit a:hover::before {
  background: url("../../../../../../skin/site/basic/img/point/linkArrow_white.png") no-repeat left 10px center #178bf5;
  border: 1px solid #178bf5;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .tit font {
  font-size: 20px;
  color: #000;
  letter-spacing: -0.025em;
  margin-left: auto;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .tit font span {
  font-size: 20px;
  color: #178bf5;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont {
  width: 100%;
  height: 178px !important;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont ul.aam_members {
  width: 100%;
  padding: 20px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont ul.aam_members li {
  width: 100%;
  display: flex;
  align-items: center;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont ul.aam_members li:nth-child(n+2) {
  margin-top: 20px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont ul.aam_members li img {
  height: 52px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont ul.aam_members li div {
  width: calc(100% - 52px);
  padding-left: 20px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont ul.aam_members li div p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 22px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont ul.aam_members li div span {
  display: block;
  font-size: 15px;
  color: #555;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 20px;
  margin-top: 4px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont ul.aam_members li div span b {
  font-size: 15px;
  color: #178bf5;
  font-weight: 500;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_deposit {
  width: 100%;
  padding: 20px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_deposit p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 22px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_deposit ul {
  width: 100%;
  margin-top: 10px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_deposit ul li {
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  line-height: 20px;
  padding-left: 11px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_deposit ul li:nth-child(n+2) {
  margin-top: 5px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_deposit ul li::before {
  content: "·";
  font-size: 16px;
  color: #555;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_deposit ul li span {
  font-size: 16px;
  color: #178bf5;
  font-weight: 500;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_payment {
  width: 100%;
  padding: 20px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_payment a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 30px;
  position: relative;
  padding-right: 35px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_payment a::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../../../../../../skin/site/basic/img/point/linkArrow.png") no-repeat left 10px center;
  border: 1px solid #e1e1e1;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
  transition: all 0.2s;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_payment a:hover::before {
  background: url("../../../../../../skin/site/basic/img/point/linkArrow_white.png") no-repeat left 10px center #178bf5;
  border: 1px solid #178bf5;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_payment a b {
  font-size: 18px;
  color: #178bf5;
  font-weight: 500;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_payment p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 30px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_payment p b {
  font-size: 18px;
  color: #178bf5;
  font-weight: 500;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_payment span {
  display: block;
  font-size: 15px;
  color: #555;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 20px;
  margin-top: 30px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_aff_card {
  width: 100%;
  padding: 20px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_aff_card div {
  width: 100%;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_aff_card div:nth-child(n+2) {
  margin-top: 18px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_aff_card div p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 22px;
  position: relative;
  padding-left: 27px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_aff_card div p b {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_aff_card div ul {
  width: 100%;
  margin-top: 10px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_aff_card div ul li {
  width: 100%;
  position: relative;
  padding-left: 11px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_aff_card div ul li:nth-child(n+2) {
  margin-top: 5px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_aff_card div ul li::before {
  content: "·";
  font-size: 16px;
  color: #555;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_aff_card div ul li span {
  display: block;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  line-height: 20px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_aff_card div ul li span b {
  font-size: 16px;
  color: #178bf5;
  font-weight: 500;
}
.add_accrual_methods .aamContainer .aamContent .aamBox .cont .aam_aff_card div ul li font {
  display: block;
  font-size: 14px;
  color: #555;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.025em;
}
.add_accrual_methods .aamContainer .aamContent .aamBox.bluemembers .cont ul.aam_members li img {
  height: 24px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox.bluemembers .cont ul.aam_members li div {
  padding-left: 8px;
}
.add_accrual_methods .aamContainer .aamContent .aamBox.bluemembers .cont ul.aam_members li div span {
  margin-top: 0;
  color: #000;
}
.add_accrual_methods .aamContainer .aamContent .aamBox.bluemembers .cont ul.aam_members li:nth-child(n+2) {
  margin-top: 4px;
}

/* .receiveAgree 가 동적으로 없을 수도 있음 */
/* 250310 이선구 작업 */
/* // 250310 이선구 작업 */
.idea_suggestion {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px dotted #e6e9ef;
  padding-bottom: 50px;
}
.idea_suggestion .isBox {
  width: 100%;
  height: 251px;
  border: 1px solid #e2e6ed;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../../../../../skin/site/basic/img/point/ideaBg.jpg") no-repeat;
}
.idea_suggestion .isBox div {
  width: 100%;
  text-align: center;
}
.idea_suggestion .isBox div p {
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 24px;
  padding-top: 4px;
}
.idea_suggestion .isBox div span {
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 22px;
  margin-top: 12px;
}
.idea_suggestion .isBox div a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 215px;
  background: url("../../../../../../skin/site/basic/img/point/linkArrow_white.png") no-repeat center right 15px #178bf5;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.025em;
  padding: 6px 20px;
  padding-top: 8px;
  margin-top: 30px;
  transition: all 0.2s;
  text-align: left;
  border-radius: 5px;
}
.idea_suggestion .isBox div a:hover {
  background-color: #0a70cf;
}

.idea_suggestion_popup {
  width: 540px;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 12px;
  z-index: 999;
  margin-left: -270px;
  transform: translateY(-50%);
  overflow: hidden;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  display: none;
}
.idea_suggestion_popup::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  z-index: 99;
}
.idea_suggestion_popup::after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 54px;
  left: 0;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  z-index: 99;
}
.idea_suggestion_popup * {
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
}
.idea_suggestion_popup .isContainer {
  width: 100%;
}
.idea_suggestion_popup .isContainer .isContent {
  width: 100%;
  padding: 30px;
}
.idea_suggestion_popup strong {
  display: block;
  font-size: 20px;
  color: #000;
  letter-spacing: -0.025em;
  line-height: 24px;
  text-align: center;
}
.idea_suggestion_popup a.close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 16px;
  height: 16px;
  background: url("../../../../../../skin/site/basic/img/point/close.png") no-repeat;
  background-size: 100%;
  transition: all 0.2s;
}
.idea_suggestion_popup a.close:hover {
  opacity: 0.6;
}
.idea_suggestion_popup .info {
  width: 100%;
  background-color: #f1f4f8;
  padding: 13px 0;
  text-align: center;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 15px;
  color: #3b3c3f;
  letter-spacing: -0.025em;
  line-height: 20px;
  font-weight: 400;
}
.idea_suggestion_popup .form {
  width: 100%;
}
.idea_suggestion_popup .form dl {
  width: 100%;
  padding-top: 25px;
}
.idea_suggestion_popup .form dl dt {
  width: 100%;
  margin-bottom: 8px;
}
.idea_suggestion_popup .form dl dt p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 20px;
  position: relative;
  padding-right: 11px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.idea_suggestion_popup .form dl dt p.ess::before {
  content: "*";
  font-size: 15px;
  color: #f9253e;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.idea_suggestion_popup .form dl dd {
  width: 100%;
}
.idea_suggestion_popup .form dl dd input[type=text] {
  width: 100%;
  height: 42px;
  border: 1px solid #e2e6ed;
  padding: 0 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  letter-spacing: -0.025em;
  border-radius: 5px;
}
.idea_suggestion_popup .form dl dd textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #e2e6ed;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  letter-spacing: -0.025em;
  resize: none;
  border-radius: 5px;
}
.idea_suggestion_popup .form dl dd .fileWrap {
  width: 100%;
  position: relative;
  padding-right: 40px;
}
.idea_suggestion_popup .form dl dd .fileWrap:nth-child(n+2) {
  margin-top: 8px;
}
.idea_suggestion_popup .form dl dd .fileWrap .file {
  width: 100%;
  position: relative;
  border: 1px solid #e2e6ed;
  border-radius: 5px;
  padding-right: 80px;
}
.idea_suggestion_popup .form dl dd .fileWrap .file input {
  border: 0;
}
.idea_suggestion_popup .form dl dd .fileWrap .file input::placeholder, .idea_suggestion_popup .form dl dd .fileWrap .file input::-moz-placeholder, .idea_suggestion_popup .form dl dd .fileWrap .file input:-ms-input-placeholder, .idea_suggestion_popup .form dl dd .fileWrap .file input::-webkit-input-placeholder {
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
}
.idea_suggestion_popup .form dl dd .fileWrap .file p {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 14px;
  color: #178bf5;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 20px;
  margin-top: -10px;
}
.idea_suggestion_popup .form dl dd .fileWrap .file input.fileHidden {
  width: 100% !important;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  cursor: pointer;
}
.idea_suggestion_popup .form dl dd .fileWrap a {
  width: 28px;
  height: 28px;
  background-color: #d6d7df;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
  transition: all 0.2s;
}
.idea_suggestion_popup .form dl dd .fileWrap a::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 13px;
  left: 8px;
}
.idea_suggestion_popup .form dl dd .fileWrap a::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 13px;
}
.idea_suggestion_popup .form dl dd .fileWrap a:hover {
  background-color: #c3c4ce;
}
.idea_suggestion_popup .form dl dd .fileWrap.renew a {
  background-color: #178bf5;
}
.idea_suggestion_popup .form dl dd .fileWrap.renew a:hover {
  background-color: #0078e7;
}
.idea_suggestion_popup .form dl dd .fileWrap.renew a.fileDel {
  background-color: #d6d7df;
}
.idea_suggestion_popup .form dl dd .fileWrap.renew a.fileDel::after {
  display: none;
}
.idea_suggestion_popup .form dl dd .fileWrap.renew a.fileDel:hover {
  background-color: #c3c4ce;
}

#file_default, #file_default_del_ver {
  display: none;
}

.idea_suggestion_popup a.btn {
  display: block;
  width: 100%;
  background-color: #178bf5;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 52px;
  text-align: center;
  padding-top: 2px;
  transition: all 0.2s;
}
.idea_suggestion_popup a.btn:hover {
  background-color: #0a70cf;
}
.idea_suggestion_popup .scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  width: 100% !important;
  height: 100%;
}
.idea_suggestion_popup .scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: auto !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.idea_suggestion_popup .scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.idea_suggestion_popup .scroll-element {
  display: none;
  box-sizing: content-box;
}

.add_accrual_methods .scroll-element div {
  box-sizing: content-box;
}

.idea_suggestion_popup .scroll-element.scroll-x.scroll-scrollx_visible, .idea_suggestion_popup .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.idea_suggestion_popup .scroll-element .scroll-bar, .idea_suggestion_popup .scroll-element .scroll-arrow {
  cursor: default;
}
.idea_suggestion_popup .scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.idea_suggestion_popup .scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.idea_suggestion_popup .scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 0;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.idea_suggestion_popup .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element.scroll-y {
  height: calc(100% - 8px);
  right: 0;
  top: 4px;
  width: 8px;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 0px;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 0px;
  width: 4px;
  top: 0;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
  margin-top: 2px;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element .scroll-element_track, .idea_suggestion_popup .scrollbar-outer > .scroll-element .scroll-element_outer, .idea_suggestion_popup .scrollbar-outer > .scroll-element .scroll-element_track {
  background: none;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element .scroll-bar {
  background: none;
  background-color: #e6e7e9;
  border-radius: 100px;
  cursor: pointer;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #d6d8db;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #abadb1;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.idea_suggestion_popup .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

.pzContainer .pzContent .img:has(.skLoading) {
  position: relative;
  min-height: 100px;
}

.pointEarnPop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  display: none;
}
.pointEarnPop * {
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
}
.pointEarnPop .pepInner {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
}
.pointEarnPop .pepInner .coin {
  width: 80px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.pointEarnPop .pepInner .coin .coinImg {
  width: 80px;
  height: 80px;
  position: relative;
  top: 150px;
  opacity: 0;
  background: url("../../../../../../skin/site/basic/img/point/bePopIcon.png") no-repeat;
  background-size: 100%;
  border-radius: 100%;
  z-index: 2;
}
.pointEarnPop.on .pepInner .coin .coinImg {
  animation: coin 1s cubic-bezier(0.21, 0.61, 0.35, 1) forwards;
}
.pointEarnPop svg {
  height: 240px;
  width: 240px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.pointEarnPop svg path {
  fill: #ffda25;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
}

@keyframes coin {
  0% {
    transform: rotatex(0deg);
    opacity: 0;
    top: 150px;
    box-shadow: 0px -20px 10px rgba(0, 0, 0, 0.5) inset;
  }
  50% {
    transform: rotatex(720deg);
    opacity: 1;
    top: -20px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5) inset;
  }
  100% {
    transform: rotatex(720deg);
    opacity: 1;
    top: 0;
  }
}
@keyframes particle {
  0%, 100% {
    opacity: 0;
  }
  40% {
    transform: translate(0, 0) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(0);
  }
}
[id*=Particle] {
  will-change: transform;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  opacity: 0;
}

.pointEarnPop.on [id*=Particle] {
  animation: particle 0.8s forwards;
  animation-delay: 0.8s;
}

[id*=Particle]:nth-child(1) {
  animation-duration: 1151ms;
  transform: translate(500%, 500%) scale(0);
}
[id*=Particle]:nth-child(2) {
  animation-duration: 1083ms;
  transform: translate(250%, 500%) scale(0);
}
[id*=Particle]:nth-child(3) {
  animation-duration: 1346ms;
  transform: translate(0, 500%) scale(0);
}
[id*=Particle]:nth-child(4) {
  animation-duration: 1216ms;
  transform: translate(-250%, 500%) scale(0);
}
[id*=Particle]:nth-child(5) {
  animation-duration: 1855ms;
  transform: translate(-500%, 500%) scale(0);
}
[id*=Particle]:nth-child(6) {
  animation-duration: 1484ms;
  transform: translate(-500%, 250%) scale(0);
}
[id*=Particle]:nth-child(7) {
  animation-duration: 1498ms;
  transform: translate(-500%, 0%) scale(0);
}
[id*=Particle]:nth-child(8) {
  animation-duration: 1350ms;
  transform: translate(-500%, -250%) scale(0);
}
[id*=Particle]:nth-child(9) {
  animation-duration: 1191ms;
  transform: translate(-500%, -500%) scale(0);
}
[id*=Particle]:nth-child(10) {
  animation-duration: 1941ms;
  transform: translate(-250%, -500%) scale(0);
}
[id*=Particle]:nth-child(11) {
  animation-duration: 1713ms;
  transform: translate(0%, -500%) scale(0);
}
[id*=Particle]:nth-child(12) {
  animation-duration: 1645ms;
  transform: translate(250%, -500%) scale(0);
}
[id*=Particle]:nth-child(13) {
  animation-duration: 1281ms;
  transform: translate(500%, -500%) scale(0);
}
[id*=Particle]:nth-child(14) {
  animation-duration: 1120ms;
  transform: translate(500%, -250%) scale(0);
}
[id*=Particle]:nth-child(15) {
  animation-duration: 1330ms;
  transform: translate(500%, 0%) scale(0);
}
[id*=Particle]:nth-child(16) {
  animation-duration: 1917ms;
  transform: translate(500%, 250%) scale(0);
}
[id*=Particle]:nth-child(17) {
  animation-duration: 1970ms;
  transform: translate(500%, 500%) scale(0);
}
[id*=Particle]:nth-child(18) {
  animation-duration: 1773ms;
  transform: translate(500%, 500%) scale(0);
}

.pointEarnPop .pepInner .txt {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 20px;
  background-color: #ffda25;
  border-radius: 10px;
  padding: 0 25px;
  transform: scale(0);
  z-index: 3;
  position: relative;
}
.pointEarnPop.on .pepInner .txt {
  animation: pTxt 0.8s forwards;
  animation-delay: 0.6s;
}
.pointEarnPop .pepInner .txt p {
  font-size: 16px;
  color: #000;
  line-height: 44px;
  padding-top: 4px;
  overflow: hidden;
  white-space: nowrap;
}
.pointEarnPop .pepInner .txt p span {
  font-size: 14px;
  color: #000;
  position: relative;
}
.pointEarnPop .pepInner .txt p span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes pTxt {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pb_e_details_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.pb_e_details_popup * {
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
}
.pb_e_details_popup .pb_e_dp_layout {
  width: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -275px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: -291px;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_title {
  width: 100%;
  position: relative;
  padding: 15px 20px;
  background-color: #f6fbff;
  border-bottom: 1px solid #ccc;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_title p {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_title div {
  width: 18px;
  height: 18px;
  background: url("../../../../../../skin/site/basic/img/point/pbClose.png");
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_cont {
  width: 100%;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_cont .pb_e_dp_info {
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_cont .pb_e_dp_info p {
  font-size: 17px;
  color: #222;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_cont .pb_e_dp_info span {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_cont .pb_e_dp_details_info {
  width: 100%;
  max-height: 360px;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_cont .pb_e_dp_details_info.scroll-wrapper {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_cont .pb_e_dp_details_info .dp_details_info_inner {
  width: 100%;
  padding: 15px 20px;
  background-color: #fafafa;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_cont .pb_e_dp_details_info .dp_details_info_inner p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 20px;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_cont .pb_e_dp_btn_box {
  width: 100%;
  padding: 20px;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_cont .pb_e_dp_btn_box div {
  width: 100%;
  background-color: #168bf5;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 50px;
  text-align: center;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.2s;
}
.pb_e_details_popup .pb_e_dp_layout .pb_e_dp_cont .pb_e_dp_btn_box div:hover {
  background-color: #0f6cc1;
}
.pb_e_details_popup .scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  width: 100% !important;
  height: 100%;
}
.pb_e_details_popup .scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: auto !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.pb_e_details_popup .scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.pb_e_details_popup .scroll-element {
  display: none;
  box-sizing: content-box;
}
.pb_e_details_popup .scroll-element div {
  box-sizing: content-box;
}
.pb_e_details_popup .scroll-element.scroll-x.scroll-scrollx_visible, .pb_e_details_popup .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.pb_e_details_popup .scroll-element .scroll-bar, .pb_e_details_popup .scroll-element .scroll-arrow {
  cursor: default;
}
.pb_e_details_popup .scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.pb_e_details_popup .scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.pb_e_details_popup .scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 0;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.pb_e_details_popup .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element.scroll-y {
  height: calc(100% - 10px);
  right: 0;
  top: 0;
  width: 8px;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 0px;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 0px;
  width: 4px;
  top: 3px;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
  margin-top: 2px;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element .scroll-element_track, .pb_e_details_popup .scrollbar-outer > .scroll-element .scroll-element_outer, .pb_e_details_popup .scrollbar-outer > .scroll-element .scroll-element_track {
  background: none;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element .scroll-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  cursor: pointer;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.pb_e_details_popup .scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.pb_e_details_popup .scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.pb_e_details_popup .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}/*# sourceMappingURL=point.css.map */