/* 팝업 */

.popup-bg .popup-center .red {
  color: #da4841;
  font-weight: normal;
}
.popup-bg .popup-center .gray {
  color: #999;
  font-weight: normal;
}
.popup-bg .popup-center .line {
  margin: 16px 0;
  border-top: 1px solid #e9e9e9;
}
.popup-bg .popup-center .f-bold {
  font-weight: bold;
}
.popup-bg .popup-center .f-bold b {
  display: block;
  text-align: left;
  line-height: 1.2;
}
.popup-bg .popup-center .f-bold span {
  display: block;
  text-align: left;
  line-height: 1.2;
  font-size: 0.875em;
  font-weight: 400;
  margin-top: 0.2em;
}
.popup-bg .popup-center.popup-full .f-bold span {
  display: inline;
  margin: 0 4px 0 2px;
  background: url(../img/listIcon/listStar.png) left 62% / 14px 14px no-repeat;
}
.popup-center .text-input,
.popup-center .popup-select {
  width: 100%;
  height: 50px;
  line-height: inherit;
  font-size: 1rem;
  margin-top: 10px;
  -webkit-border-radius: 0;
  box-shadow: none;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 13px 30px 13px 12px;
  -webkit-appearance: none;
  background: url(../img/common/arrowBottom.png) no-repeat right 16px center / 14px 8px;
}

.popup-bg .popup-center .prepaid .f-bold span,
.popup-bg .popup-center .i-call-payback.f-bold span,
.popup-bg .popup-center .postpaid .f-bold span {
  display: inline-block;
}

.popup-center .text-input {
  background: white;
  padding: 12px;
  margin-bottom: 18px;
}
.popup-center .text-input p {
  line-height: 1.5;
  text-align: right;
  font-weight: bold;
}
.popup-center .text-area {
  width: 100%;
  height: 106px;
  padding: 16px;
  font-size: 1rem;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  resize: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.report-input {
  padding-left: 30px;
  /* padding-left: 8px; */
}
.report-input .text-input {
  height: 40px;
  border-radius: 0px;
  border: 1px solid #ddd;
  margin-top: 2px;
}

.popup-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* z-index: 3; */
  z-index: 10;
}
.popup-bg.active {
  display: block;
}
.bg {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup-bg .popup-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 5;
  background: white;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.popup-bg .popup-div.img {
  border-radius: 0;
  background: transparent;
}
.popup-bg .popup-div.img .popup-center {
  background: white;
  padding: 0;
  width: 398px;
  height: 408px;
}
.popup-bg .popup-div.img .popup-center img {
  object-fit: contain;
}
.popup-bg .popup-top {
  position: relative;
  display: flex;
  width: 100%;
  height: 44px;
  padding: 0px 18px 0px 16px;
  background: #e9e9e9;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}
.popup-bg .popup-top h2 {
  /* font-size: 0.875rem; */
  font-size: 1rem;
  color: #666;
  font-weight: normal;
}
.popup-bg .close-btn {
  background: url(../img/common/p_close_btn.png) no-repeat;
  background-size: 100%;
}
.popup-bg .close-btn.ver2 {
  background: url(../img/common/close_gray.png) no-repeat;
  background-size: 100%;
}
.popup-div.img .close-btn {
  width: 24px;
  height: 24px;
  background: url(../img/common/popup_close.png) no-repeat;
  background-size: 100%;
}
.popup-div.img .popup-top {
  padding: 0;
  background: transparent;
  align-items: flex-start;
}
.popup-div.img .popup-top h2 {
  color: transparent;
}
.popup-bg .popup-center {
  /* padding: 30px 50px; */
  padding: 30px 28px;
  text-align: center;
  line-height: 26px;
}
.popup-bg .popup-center.chat {
  padding: 20px 16px 30px;
  text-align: left;
  line-height: 28px;
}
.popup-bg .popup-center.chat.ver2 {
  padding: 16px 16px 20px;
}
.popup-bg .popup-center.chat.pad30 {
  padding-bottom: 30px;
}
.popup-bg .popup-center.chat .center {
  text-align: center;
}
.popup-bg .popup-center.chat .center .my {
  font-size: 28px;
  font-weight: bold;
  margin-top: 8px;
}
/* 상담통계 */
.popup-bg .popup-center.basic {
  padding: 12px 16px 24px;
}
.popup-bg .popup-center.statis {
  padding: 12px 14px 24px;
}
.popup-bg .popup-center.statis.popup-full {
  padding: 0;
}
.popup-bg.popup52 .popup-center.statis .profile-info_p {
  align-items: flex-start;
  padding-bottom: 10px;
}
.popup-bg .popup-center.none {
  padding: 0;
  text-align: left;
}
.popup-bg .popup-center .bg-white {
  padding: 20px 16px 24px;
}
.popup-bg .popup-center .bg-white .f-bold {
  font-size: 1.125rem;
}
.popup-bg .popup-center.img {
  padding: 14px;
}
.popup-bg .popup-center .gray-box {
  border-top: 1px solid #e9e9e9;
  background: #f5f5f5;
  border-bottom: 1px solid #e9e9e9;
  height: 8px;
}
.popup-bg .popup-center.statis .status.mdf {
  margin-left: 14px;
  /* text-align: left; */
}
.popup-bg .popup-center.statis.popup-full .status.mdf {
  width: calc(100% - 64px);
}
.popup-bg .popup-center.statis .status.mdf > p {
  margin: 0;
  padding: 0;
  text-align: left;
}
.popup-bg .popup-center.statis.popup-full .status.mdf > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.popup-bg .popup-center.statis .status.mdf > p:after {
  display: none;
}
.popup-bg .popup-center .cut-line p::after {
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
}
.popup-bg .popup-center.popup-full .monthly-review .cut-line p::after {
  content: none;
}
.popup-bg .popup-center .color-text {
  color: #6335b4;
  font-weight: bold;
}
.popup-bg .popup-center .share-info {
  height: 64px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-bg .popup-center .share-info.ver2 {
  height: 62px;
}
.popup-bg .popup-center .share-info .p-name {
  font-size: 1.375rem;
  font-weight: bold;
}

.popup-bg .popup-center .share-info .p-name2 {
  font-size: 1rem;
  font-weight: bold;
}

.popup-bg .popup-center .share-info .p-number {
  font-size: 0.875rem;
}
.popup-bg .popup-center .share-set {
  display: flex;
  padding: 24px 36px 10px;
  font-size: 0.875rem;
  justify-content: space-between;
}
.popup-bg .popup-center .share-set a {
  display: inline-block;
  text-align: center;
}
.popup-bg .popup-center .share-set img {
  width: 48px;
  height: 48px;
}
.popup-bg .popup-center .share-set.ver2 {
  padding: 24px 40px 26px;
  gap: 40px;
}
.popup-bg .popup-center .share-set.ver2 p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 7px;
  color: #222222;
  font-weight: 500;
}
.popup-bg .popup-center .share-set.ver2 > a {
  width: 100%;
}
.popup-bg .popup-center .share-set.ver2 .sns-button.ver1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 4px;
}
.popup-bg .popup-center .share-set.ver2 .sns-button.ver1.naver {
  background: #00c300;
}
.popup-bg .popup-center .share-set.ver2 .sns-button.ver1.naver > img {
  display: block;
  width: 22px;
}
.popup-bg .popup-center .share-set.ver2 .sns-button.ver1.url {
  background: #6335b4;
}
.popup-bg .popup-center .share-set.ver2 .sns-button.ver1.url > img {
  display: block;
  width: 27px;
}
.popup-bg .popup-center .share-insta {
  display: flex;
  align-items: flex-start;
  padding: 0 40px 24px;
  word-break: keep-all;
  text-align: left;
  gap: 12px;
}
.popup-bg .popup-center .share-insta > img {
  display: block;
  width: 30px;
  margin-top: 4px;
}
@media (max-width: 719px) {
  .popup-bg .popup-center .share-set.ver2 {
    padding: 30px 32px 20px;
    gap: 21px;
  }
  .popup-bg .popup-center .share-set.ver2 p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 6px;
  }
  .popup-bg .popup-center .share-set.ver2 .sns-button.ver1 {
    height: 40px;
  }
  .popup-bg .popup-center .share-set.ver2 .sns-button.ver1.naver > img {
    width: 18px;
  }
  .popup-bg .popup-center .share-set.ver2 .sns-button.ver1.url > img {
    width: 23px;
  }
  .popup-bg .popup-center .share-insta {
    padding: 0 32px 20px;
    gap: 10px;
  }
  .popup-bg .popup-center .share-insta > img {
    width: 22px;
  }
}
/* popup profile-info */
.popup-bg .popup-center .profile-info_p {
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  font-size: 1rem;
  padding-bottom: 12px;
}
.popup-bg .popup-center.popup-full .profile-info_p {
  border-bottom: 1px solid #e9e9e9;
}
.popup-bg .popup-center.popup-full .profile-info_p {
  padding: 12px 14px;
}
.popup-bg .popup-center .list-img.tag-none {
  width: 48px;
  min-width: 48px;
  height: 46.6px;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 2px;
}
.popup-bg .popup-center .list-img.tag-none img {
  width: 95%;
  height: 95%;
}
.popup-bg .popup-center .chat-time {
  margin-top: 16px;
}
.popup-bg .popup-center .time-check {
  display: flex;
  margin-top: 10px;
}
.popup-bg .popup-center .time-check.radio-4 .radio-box {
  margin-right: 27px;
}
.popup-bg .popup-center.coin-info_r .my-coin {
  border-top: 1px solid #e9e9e9;
}
.popup-bg .profile-info-img.list-img {
  width: 100%;
  height: 235.3px;
  border-radius: 8px;
}
/*.popup-bg .profile-info-img.list-img::after{
    padding: 2px 9px;
    font-size: 0.929rem;
}*/
.popup-bg .profile-info-img.list-img.t-offline::after,
.popup-bg .profile-info-img.list-img.t-online::after,
.popup-bg .profile-info-img.list-img.t-blue::after,
.popup-bg .profile-info-img.list-img.t-green::after {
  padding: 7px 8px;
  font-size: 0.813rem;
  line-height: 16px;
}
.popup-bg .profile-info-img.list-img.img-none img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #eee;
}
.popup-bg .profile-info-img.list-img.img-none::after {
  display: none;
}
/* 상담통계 */
.statis .statis-star {
  display: flex;
  padding: 20px 0 27px;
  justify-content: space-between;
  align-items: flex-end;
}
.statis.popup-full .statis-star {
  padding: 0;
  background: #f5f5f5;
  align-items: inherit;
  border-bottom: 1px solid #e9e9e9;
}
.statis .statis-star .d-flex {
  margin-left: 10px;
  text-align: left;
}
.statis .statis-star .star-text {
  font-size: 48px;
  font-weight: bold;
  margin-right: 20px;
  line-height: 46px;
}
.statis.popup-full .statis-star .star-text {
  margin: 0;
}
.statis .statis-star .statis-text {
  font-size: 0.875rem;
  line-height: 1.5;
}
.statis .statis-star .statis-text .f-bold {
  margin-left: 4px;
}
.statis .statis-star .d-flex.f-dir.p0t.p0b .statis-text {
  display: flex;
  width: 100%;
  height: calc(100% / 3);
  margin-bottom: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0 10px;
  border-bottom: 1px solid #e9e9e9;
}
.statis .statis-star .d-flex.f-dir.p0t.p0b .statis-text:last-child {
  border-bottom: 0;
}
.statis .statis-star .first-star {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}
.statis .statis-star .first-star img {
  width: 56px;
  height: 56px;
  margin: 10px auto 20px;
}
.statis .all-review {
  background: #f5f5f5;
  height: 48px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  font-size: 0.813rem;
  padding: 0 20px;
}
.monthly-container {
  margin-bottom: 25px;
  padding: 0 14px;
}
.monthly-container .i-star.f-bold,
.monthly-container .d-flex-be .f-bold {
  color: #222;
}
.statis .monthly-container .monthly-review .f-bold {
  margin-right: 8px;
  font-size: 14px;
}
.statis .monthly-container .monthly-review .d-flex-be {
  width: auto;
}
.statis .monthly-container .monthly-review .d-flex-be .f-bold {
  margin-right: 5px;
}
.statis .monthly-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  height: 39px;
  color: #666;
  padding: 0 16px;
  font-size: 0.875em;
}
.statis.popup-full .monthly-container .monthly-review .d-flex.cut-line:first-child {
  flex: 0 0 calc(100% - 178px);
}
.statis.popup-full .monthly-container .monthly-review .d-flex.cut-line:last-child {
  flex: 0 0 89px;
}
.statis.popup-full .monthly-container .monthly-review .d-flex.cut-line:last-child > p {
  padding-right: 0;
}
.statis.popup-full .monthly-container .monthly-review .d-flex-be {
  flex: 0 0 89px;
  margin-right: 20px;
  justify-content: flex-start;
}
.statis .monthly-container .monthly-review {
  justify-content: flex-start;
}
.statis .monthly-review:first-child {
  margin-top: 18px;
}
.statis.popup-full .monthly-review:first-child {
  margin-top: 0;
}
.statis .monthly-review:last-child {
  border-bottom: 0;
}
.statis .monthly-review .month {
  color: #222;
  font-size: 0.938rem;
}
.statis .monthly-review .y-text {
  font-size: 0.75rem;
  color: #feb02a;
  font-weight: bold;
  margin-right: 6px;
  margin-left: 14px;
}
.statis .monthly-review .d-flex-be {
  width: 94px;
}
.statis .monthly-review .f-bold {
  font-size: 0.813rem;
  margin-right: 14px;
}
/* 상담하기 */
.popup-bg .popup-center .consult {
  padding-top: 20px;
}
.popup-bg .popup-center .f999 {
  font-size: 0.875rem;
  color: #999;
  font-weight: normal;
}
.popup-bg .popup-center .call-number {
  font-size: 0.938rem;
  font-weight: 300;
}
.popup-bg .popup-center .f-bold .payback-call-number {
  font-size: 0.89rem;
  font-weight: 300;
}
.popup-bg .consult .prepaid {
  padding-bottom: 12px;
}
.popup-bg .consult .postpaid {
  padding: 30px 0 12px;
}
.popup-bg .consult .prepaid-text {
  padding: 12px 0 16px;
}
.popup-bg .consult .postpaid-text {
  padding-top: 12px;
}
.popup-bg .prepaid .text,
.popup-bg .postpaid .text {
  font-size: 1rem;
  text-align: left;
}
.popup-bg .popup-center .i-call {
  background: url(../img/listIcon/listCall.png) center left / 18px 18px no-repeat;
  padding-left: 24px;
}
.popup-bg .popup-center .i-call-payback {
  background: url(../img/listIcon/listCall.png) center left / 17px 17px no-repeat;
  padding-left: 24px;
}
.popup-bg .popup-center .i-arrow-r {
  background: url(../img/common/arrowRight.png) right top 8px / 6px 10px no-repeat;
  padding-right: 13px;
}
.popup-bg .popup-center .i-arrow-r.add-coin {
  background: url(../img/common/arrowRight.png) right top 4px / 6px 10px no-repeat;
  padding-right: 13px;
}

.popup-center .coin-info {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  height: 86px;
  padding: 0 16px;
  border-radius: 4px;
}
.popup-center .coin-info > div {
  width: 100%;
}
.popup-center .coin-info .login {
  align-items: center;
  justify-content: space-between;
}
.popup-center .coin-info .login > div {
  text-align: left;
}
.popup-center .coin-info .login .rm-time {
  font-size: 0.875rem;
}
.popup-center .coin-info .login .coin-charge {
  display: inline-block;
}
.popup-center .coin-charge img {
  width: 21px;
  height: 22px;
  margin-right: 10px;
}
.popup-center .coin-info .logout {
  text-align: center;
}
.popup-center .coin-info .logout-text {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 4px;
}
.popup-center .result-center {
  text-align: center;
  line-height: 22px;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 24px;
}
.popup-center .result-center .strong {
  font-size: 1.125rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
.popup-center .grid {
  display: grid;
  grid-template-columns: 25.81% 74.18%;
  font-size: 0.875rem;
}
.popup-center .grid > div {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #e9e9e9;
}
.popup-center .grid > div.border-b {
  border-bottom: 1px solid #e9e9e9;
}
.popup-center .grid > div:nth-child(odd) {
  border-right: 1px solid #e9e9e9;
  color: #999;
  text-align: left;
  text-indent: 18px;
}
.popup-center .grid > div:nth-child(even) {
  text-align: right;
}
.popup-center .grid .space {
  margin-left: 8px;
}
.popup-center .m14b {
  margin-bottom: 14px;
}
.popup-center .title-red {
  color: #da4841;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.popup-bottom {
  display: flex;
  width: 100%;
  padding: 0 16px 16px;
  text-align: center;
}
.popup-bottom a {
  margin-right: 12px;
}
.popup-bottom a:last-child {
  margin-right: 0;
}
/* + 페이백 */
.popup-bg .popup-center .consult .payback {
  line-height: 48px;
}
.popup-bg .popup-center .consult .payback > span {
  font-size: 0.875rem;
}
.popup-bg .popup-center .consult .payback > .i-call {
  background-size: 15px 15px;
  padding-left: 20px;
  letter-spacing: -0.28px;
}
.popup-bg .popup-center .consult .payback .payback-coin {
  font-size: 11px;
  background-size: 10px 11px;
  background-position: left 12px top 7px;
  padding-left: 22px;
  padding: 6px 12px 6px 28px;
  border-radius: 20px;
  max-width: 70px;
  margin-left: 12px;
}
/* 견적서 작성 */
.popup20 .number-set .point {
  padding-left: 12px;
  color: #666;
}
.popup20 .number-set .point::before {
  padding-left: 1px;
  color: #666;
}
.popup40 .popup-center .popup-select,
.popup20 .popup-center .popup-select {
  line-height: 1.4;
}
.popup20 .popup-center .popup-select {
  background: white;
  overflow: auto;
  height: auto;
  max-height: 4rem;
}
.popup40 .popup-center .popup-select {
  cursor: pointer;
}
.popup20 .popup-center .text-input {
  margin-bottom: 0;
  position: relative;
}
.popup20 .popup-center .text-input span {
  position: absolute;
  right: 12px;
  line-height: 1.7;
  font-weight: bold;
}
.popup20 .popup-center .text-input input {
  width: 100%;
  height: 100%;
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  padding-right: 18px;
}
.popup38 .qna-list a {
  min-height: 38px;
}
.popup38 .qna-list .text-sort {
  -webkit-line-clamp: 2;
  line-height: 1.5;
  padding: 10px 32px 10px 22px;
  font-size: 1rem;
  letter-spacing: -0.7px;
}
/* 신고 체크 */
.bad-check {
  margin-top: 10px;
}
.bad-check label {
  display: block;
  margin-right: 0;
  margin-bottom: 6px;
}
.bad-check .radio-span {
  top: 4px;
  transform: initial;
}
/* 리워드 코인 */
.popup-center .reward-center {
  font-size: 1.125rem;
  color: #222;
  line-height: 1.5;
  margin: 10px 0 30px;
  text-align: center;
}
.grid.reward {
  grid-template-columns: 1fr 1fr;
}
.popup-center .grid.reward > div:nth-child(odd) {
  text-align: center;
  color: #666;
  text-indent: 0;
}
.popup-center .grid.reward > div:nth-child(even) {
  text-align: right;
  padding-right: 16px;
}
.popup-center .grid.reward > div:nth-last-child(1),
.popup-center .grid.reward > div:nth-last-child(2) {
  border-bottom: 1px solid #e9e9e9;
}
/* 전화문의 */
.popup-center.call .center img {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}
.popup-center.call .call-number {
  font-size: 2.125rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.popup-center.call .call-time {
  font-size: 0.938rem;
}
/* 계산기 */
.popup-center .select-price {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 30px;
}
.popup-center .select-price > div {
  width: 100%;
}
.popup-center .select-price > div p {
  font-weight: bold;
  font-size: 0.875rem;
}
.popup-center .select-coin .color-text_b {
  font-size: 1.125rem;
  color: #6335b4;
}
.popup-center .select-price > div:first-child {
  margin-right: 30px;
}
.popup-center .select-price .form-select.ver2 span {
  font-weight: bold;
}
.popup-center .result-cc {
  font-size: 1.625rem;
  margin-top: 36px;
  margin-bottom: 6px;
  text-align: center;
}
/* 팝업 내 슬라이드 */
.popup-center.slide {
  padding: 24px 16px 40px;
  text-align: left;
  position: relative;
  height: 584px;
}
.popup-center.slide .slide-inner {
  margin-top: 16px;
  padding: 0 12px;
  text-align: center;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.popup-center.slide .number-set {
  margin-top: 14px;
  color: #666;
  font-size: 1rem;
}
.popup-center.slide .number-set .point {
  padding-left: 14px;
}
.popup-center.slide .number-set .point::before {
  /* left: -9px; */
}
.service .popup-center {
  text-align: left;
}
.service .popup-center:nth-child(2) {
  padding: 24px 16px 20px;
}
.service .popup-center:nth-child(2) .number-set {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #e9e9e9;
}
.service .popup-center .point {
  padding-left: 14px;
}
.service .popup-center .point::before {
  /* left: -9px; */
}
.service .popup-center:last-child {
  padding: 20px 16px;
  height: 335px;
  text-align: left;
  color: #666;
}
.service .popup-center .number-set {
  font-size: 1rem;
}
.service .popup-center:last-child .ex {
  padding-top: 14px;
  padding-left: 16px;
}
.service .popup-center .qna-list li:first-child {
  border-top: 0;
}
/* 정렬팝업 */
.popup-bg .popup-center.menu {
  padding: 10px 16px 20px;
}
.popup-menu li {
  height: 46px;
  border-bottom: 1px solid #e9e9e9;
}
.popup-menu li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: left;
  line-height: 46px;
  font-size: 1em;
}
.popup-menu li a.active {
  position: relative;
  font-weight: bold;
  color: #6335b4;
}
.popup40 .popup-select {
  margin-top: 0;
  background: url(../img/common/arrowRight.png) no-repeat right 16px center / 7px 12px;
}
.popup41 .bad-check {
  margin-top: 0;
}

.popup44 .number-set {
  text-align: left;
  margin-top: 24px;
}
.popup-bg.full .popup-div {
  max-width: 400px;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
}
.popup-bg.full .popup-top {
  display: none;
}
.popup-bg.full .popup-center {
  padding: 0;
}
.popup-bg.full .month-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px 11px;
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
}
.popup-bg.full .month-date .today {
  background: white;
  border: 1px solid #ddd;
  padding: 0px 10px;
  border-radius: 20px;
  font-size: 15px;
}
.popup-bg.full .month-date .month {
  font-weight: bold;
  font-size: 1.143rem;
}
.popup-bg.full .month-date a.transparent {
  color: transparent;
  background: url(../img/common/arrowLeft.png) no-repeat center center;
  background-size: 7px 12px;
}
.popup-bg.full .month-date a.transparent.next {
  background: url(../img/common/arrowRight.png) no-repeat center center;
  background-size: 7px 12px;
}
.date-grid {
  display: grid;
  height: 290px;
  grid-template-columns: 14.16% 14.16% 14.16% 14.16% 14.16% 14.16% 14.16%;
  grid-template-rows: 36px 36px 36px 36px 36px 36px 36px;
  background: white;
  padding: 12px;
  font-size: 12px;
}
.date-grid div {
  font-size: 0.875rem;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.date-grid div.active p {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #7f5bc8;
  color: white;
  font-weight: bold;
}
.popup-bg.full .red {
  color: #fa233b;
}
.popup-bg.full .gray {
  color: #b1b1b1;
}
/* 이용약관 관련 팝업 */
.popup-center.terms {
  padding: 16px 16px 30px;
}
.popup-center.terms > div {
  height: 384px;
  overflow-y: scroll;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 14px;
  text-align: left;
  font-size: 0.875rem;
}
/* 발신요금 */
.popup-bg .popup-center.fee {
  padding: 16px 16px 20px;
}
.fee .grid-b {
  margin: 16px 0 10px;
  grid-template-columns: 40% 60%;
  grid-template-rows: 40px 72px 72px;
}
.fee .grid-b > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  text-align: center;
  padding: 14px 0;
}
.fee .grid-b > div p {
  line-height: 1.5;
}
.fee .grid-b .title {
  background: #f5f5f5;
  font-weight: bold;
  padding: 0;
}
.fee .number-set {
  text-align: left;
  font-size: 1rem;
}
.fee .number-set:last-child {
  font-size: 0.875rem;
  line-height: 24px;
}
.fee .number-set .point {
  padding-left: 10px;
  line-height: 25px;
}
.popup-bg .number-set .point::before {
  /* padding-left: 0px; */
}
.popup-div.main .swiper-wrapper {
  height: 328px;
}
.popup-div.main .swiper-wrapper .swiper-slide {
  max-width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
}
.popup-div.main .swiper-pagination-bullets {
  position: absolute;
  bottom: 9px;
  z-index: 20;
}
.popup-div.main .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.popup-div.main .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255);
}
.popup-div.main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.5);
}
.popup07 .number-set .point,
.popup06 .number-set .point {
  padding-left: 16px;
}
.popup07 .number-set .point::before,
.popup06 .number-set .point::before {
  padding-left: 6px;
}
/* .popup-div.main .swiper-notification{
    position: absolute; bottom: 9px;
    background: rgba(255, 255, 255, .5);
    z-index: 20;
    width: 7px; height: 7px; border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .5);
}


} */
.popup38 .popup-center:nth-child(2) {
  padding-top: 8px !important;
}
.popup38 .i-qna {
  background: url('../img/common/qna.png') top 15px left / 14px 14px no-repeat,
    url('../img/common/arrowTop.png') right center / 12px 7px no-repeat;
}
.popup38 .qna-answer {
  padding: 14px;
  padding-left: 22px;
}
.popup15 .popup-center.chat,
.popup14 .popup-center.chat,
.popup13 .popup-center.chat {
  text-align: center;
}
.popup28 input.form-select.ver2 {
  padding-right: 32px;
}
.popup28 input.form-select.ver2::-webkit-outer-spin-button,
.popup28 input.form-select.ver2::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.popup50 .popup-center .text-input {
  margin-bottom: 10px;
}
.popup50 .popup-center .bad-check {
  margin-top: 20px;
}
@media (max-width: 719px) {
  .popup-bg .popup-div {
    width: 328px;
  }
  .popup-bg .popup-top {
    height: 40px;
  }
  .popup-bg .popup-top h2 {
    font-size: 0.929rem;
  }
  .popup-bg .popup-center {
    /* padding: 30px 45px; */
    padding: 20px 16px;
  }
  .popup-bg .popup-div.img .popup-center {
    width: 328px;
    height: 336px;
  }
  .popup-div.img .close-btn {
    width: 20px;
    height: 20px;
  }
  .popup-bg .popup-center.basic {
    padding: 7px 16px 20px;
  }
  .popup-bg .popup-center.img {
    padding: 12px;
  }
  .popup-bg .popup-center.chat {
    line-height: 24px;
    padding: 20px 16px;
  }
  .popup-bg .popup-center .consult {
    padding-top: 16px;
  }
  .popup-bg .popup-center .profile-info_p {
    margin-top: 0;
    padding-bottom: 5px;
  }
  .popup-bg .profile-info-img.list-img {
    height: 194px;
    min-height: 194px;
  }
  .popup-bg .profile-info-img.list-img::after {
  }
  .popup-bg .profile-info-img.list-img.t-offline::after,
  .popup-bg .profile-info-img.list-img.t-online::after,
  .popup-bg .profile-info-img.list-img.t-blue::after,
  .popup-bg .profile-info-img.list-img.t-green::after {
    font-size: 13px;
  }
  .popup-bg .popup-center .share-set {
    padding: 20px 27px 8px;
    line-height: 22px;
  }
  .popup-bg .consult .prepaid-text {
    padding: 10px 0 12px;
  }
  .popup-center .coin-info {
    height: 74px;
  }
  .popup-center .coin-info .logout-text {
    margin-bottom: 0;
  }
  .popup-bg .popup-center .i-arrow-r {
    background: url(../img/common/arrowRight.png) right top 6px / 6px 10px no-repeat;
    padding-right: 13px;
  }
  .popup-bg .consult .postpaid {
    padding: 26px 0 12px;
  }
  .popup-bg .consult .postpaid-text {
    padding-top: 10px;
  }
  .report-input .text-input {
    height: 32px;
  }
  .popup-center .coin-charge img {
    width: 15px;
    height: 16px;
    margin-right: 12px;
  }
  .popup-center .coin-charge .f-bold {
    margin-top: -6px;
  }
  .popup-center .text-area {
    padding: 8px 10px;
  }
  .statis .monthly-review {
    padding: 0px 10px;
  }
  .statis .monthly-review .f-bold {
    margin-right: 12px;
  }
  .statis .statis-star {
    padding: 22px 0 20px;
    font-size: 0.857rem;
  }
  .statis .statis-star .star-text {
    font-size: 40px;
  }
  .statis .statis-star .statis-text {
    line-height: 2;
  }
  .statis .statis-star .first-star {
    font-size: 1rem;
  }
  .statis .statis-star .first-star img {
    width: 50px;
    height: 50px;
    margin: 0px auto 4px;
  }
  .statis .all-review {
    height: 40px;
    padding: 0 16px;
  }
  .statis .all-review .m42l {
    margin-left: 28px;
  }
  .statis .i-star {
    background: url(../img/listIcon/listStar.png) center left / 10px 10px no-repeat;
    padding-left: 12px;
  }
  .statis .star-score {
    margin-top: 0;
  }
  .statis .star-score .i-star {
    width: 16px;
    height: 16px;
  }
  .statis .i-star.i-star_h,
  .statis .i-star.i-star_n {
    background-size: 16px 16px;
  }
  .statis .monthly-review .y-text {
    font-size: 0.786rem;
  }
  .statis .monthly-review .d-flex-be {
    width: 78px;
    font-size: 0.786rem;
  }
  .statis.popup-full .monthly-container .monthly-review .d-flex-be {
    flex: 0 0 70px;
    margin-right: 10px;
  }
  .statis.popup-full .monthly-container .monthly-review .d-flex.cut-line:first-child {
    flex: 0 0 calc(100% - 142px);
  }
  .d-flex.f-dir {
    padding: 15px 0 22px;
  }
  .statis.popup-full .monthly-container .monthly-review .d-flex.cut-line:last-child {
    flex: 0 0 70px;
  }
  .statis .monthly-review {
    height: 32px;
  }
  .statis .monthly-review:first-child {
    margin-top: 16px;
  }
  .statis .monthly-review .cut-line {
    margin-top: 0;
  }
  .popup-bg .popup-center.statis .status.mdf > p {
    line-height: 20px;
  }
  /* .popup20 .number-set .point::before{
        padding-left: 8px;
    } */
  /* 신고 체크 */
  .bad-check .radio-span {
    top: 3px;
    transform: initial;
    width: 18px;
    height: 18px;
  }
  /* 리워드 코인 */
  .popup-center .reward-center {
    margin: 0px 0 20px;
  }
  .popup-bottom a {
    height: 46px;
    line-height: 46px;
  }
  /* 계산기 */
  .popup-center .result-cc {
    font-size: 1.714rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .popup-bg .popup-center.slide {
    padding: 20px 16px;
  }
  .popup-center.slide {
    height: 480px;
  }
  .popup-center .select-coin .color-text_b {
    font-size: 1rem;
  }
  /* 정렬팝업 */
  .popup-menu li {
    height: 40px;
  }
  .popup-menu li a {
    line-height: 40px;
  }
  .popup40 .popup-select {
    background: url(../img/common/arrowRight.png) no-repeat right 16px center / 5px 9px;
  }
  /* 견적서 */
  .scroll-div {
    height: 450px;
    overflow: scroll;
  }
  .popup20 .popup-center .text-input input {
    padding-right: 14px;
  }
  .popup20 .popup-center .text-input span {
    line-height: 1.9;
  }
  .popup40 .popup-center .popup-select,
  .popup20 .popup-center .popup-select {
    line-height: 1.6;
  }
  .popup-bg.full .popup-div {
    max-width: 100%;
    width: 100%;
    top: 50px;
    transform: translate(-50%, 0);
  }
  .popup-bg.full .date-grid {
    grid-template-rows: 34px 34px 34px 34px 34px 34px 34px;
    height: 264px;
  }
  .popup-bg.full .month-date a.transparent.next,
  .popup-bg.full .month-date a.transparent {
    background-size: 5px 9px;
  }
  .popup-bg.full .month-date .today {
    font-size: 13px;
  }
  .popup38 .qna-list .text-sort {
    font-size: 0.875rem;
  }
  .popup50 .popup-center .text-input {
    margin-bottom: 8px;
  }
  /* 이용약관 관련 팝업 */
  .popup-center.terms {
    padding: 16px 16px 20px;
  }
  .popup-center.terms > div {
    padding: 12px;
    line-height: 22px;
  }
  /* 발신요금 */
  .popup-bg .popup-center.fee {
    padding: 13px 16px 20px;
  }
  .fee .grid-b {
    margin: 15px 0 10px;
    grid-template-rows: 40px 64px 64px;
  }
  .fee .grid-b > div {
    padding: 10px 0 14px;
  }
  .fee .grid-b > div p {
    line-height: 1.7;
  }
  .fee .number-set .point {
    line-height: 22px;
  }
  .popup-bg .number-set .point::before {
    left: 0px;
  }
  .popup-bg .number-set .point.ver2::before {
    left: 5px;
  }
  .service .popup-center:last-child {
    height: 277px;
  }
  .service .popup-center:nth-child(2) .number-set {
    margin-top: 14px;
    padding-top: 12px;
  }
  .popup37 .popup-center:nth-child(2) .number-set .point,
  .popup36 .popup-center:nth-child(2) .number-set .point {
    padding-left: 22px;
  }
  .popup37 .popup-center:nth-child(2) .number-set .point::before,
  .popup36 .popup-center:nth-child(2) .number-set .point::before {
    left: 10px;
  }
  .popup37 .popup-center:last-child {
    padding-top: 17px !important;
  }
  .popup38 .i-qna {
    background: url(../img/common/qna.png) top 12px left / 12px 12px no-repeat,
      url(../img/common/arrowTop.png) right center / 9px 5px no-repeat;
  }
  .popup38 .qna-answer {
    padding: 10px 12px 20px;
  }
  /* 팝업 내 슬라이드 */
  .popup-center.slide .f-bold {
    font-size: 1rem;
  }
  .popup-center.slide .slide-inner {
    margin-top: 14px;
    padding: 0 8px;
  }
  .popup-bg .popup-center .time-check.radio-4 .radio-box {
    margin-right: 17.5px;
  }
  /* 검색, 후기 리뉴얼 03/07 */
  .popup-bg .popup-center .i-call.f-bold {
    background: url(../img/listIcon/listCall.png) center left / 12px 12px no-repeat;
    padding-left: 16px;
    font-size: 0.875rem;
  }
  .popup-bg .popup-center .i-call-payback.f-bold {
    background: url(../img/listIcon/listCall.png) center left / 14px 14px no-repeat;
    padding-left: 16px;
    font-size: 0.93rem;
  }
  .popup-bg .popup-center .consult .payback {
    text-align: left;
    padding: 0 9px 0 12px;
    position: relative;
  }
  .popup-bg .popup-center .consult .payback > .i-call {
    background-size: 12px 12px;
    padding-left: 16px;
    font-size: 12px;
    letter-spacing: -0.24px;
  }
  .popup-bg .popup-center .consult .payback .payback-coin {
    /* max-width: 54px; */
    max-width: 57px;
    font-size: 10px;
    background-size: 8px 9px;
    padding: 4px 7px 4px 18px;
    /* padding: 4px 7px 4px 20px;  모바일 화면은 이게 예쁜데 피씨가 깨짐*/
    background-position: left 7px center;
    margin-left: 0px;

    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 11px;
    top: 50%;
    right: 9px;
    transform: translateY(-48%);
  }
}

/* popup내 swiper */
.popup-center .swiper-wrapper {
  height: auto;
  text-align: left;
}
.popup-center .swiper-pagination-bullets.swiper-pagination-horizontal {
  /* bottom: 40px; */
  bottom: 36px;
}
.popup-center .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #6335b4;
}
.popup-center .swiper {
  width: 100%;
  height: 100%;
}
.popup-center .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.popup-center .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 719px) {
  .popup-center .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .popup-center .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 24px;
  }
}
/* 이벤트 팝업 슬라이드 */
@media (max-width: 719px) {
  .popup-div.main .swiper {
    height: 328px;
  }
}

/* 임시확인용 */
.popup-wrap .popup-on {
  display: inline-block;
  width: auto;
  width: 32%;
  height: 50px;
  border: 1px solid skyblue;
  margin-bottom: 10px;
  text-align: center;
  line-height: 46px;
  border-radius: 8px;
  margin-right: 4px;
}
@media (max-width: 719px) {
  .popup-wrap .popup-on {
    width: 30%;
  }
}

.popup-bg .popup-center.text {
  padding-bottom: 8px;
}
.popup-bg .popup-center.text .popup-center-inner {
  background: #f5f5f5;
}
.popup-bg .popup-center .category-list {
  height: 44px;
  line-height: 44px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.popup-bg .popup-center .category-list:last-child {
  border-bottom: 0;
}
.popup-bg .popup-center .category-list .link {
  display: inline-block;
  text-indent: 20px;
  width: 100%;
}
.popup-bg .popup-center .popup-img {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
}
.popup-bg .popup-center .popup-img img {
  width: 100%;
}
.popup-bg .popup-center .popup-text {
  padding: 16px;
  text-align: left;
  font-size: 12px;
  background: white;
  border-top: 1px solid #eee;
}
.popup-bg .popup-center .popup-text.p12 {
  padding-bottom: 12px;
}
.popup-bg .popup-center .popup-text.line {
  border-bottom: 1px solid #eee;
  border-top: 0;
  margin-bottom: 6px;
}
.popup-bg .popup-center .popup-text .outline {
  line-height: 22px;
  padding-left: 6px;
}
.popup-bg .popup-center .popup-text .outline.number-set {
  margin-top: 16px;
  color: #888;
  padding: 12px;
  padding-left: 18px;
  border: 1px solid #eee;
  background: #f8f8f8;
  font-size: 11px;
  font-weight: normal;
}
.popup-bg .popup-center .popup-text .outline.number-set.reset {
  margin-top: 0;
  color: #222;
  padding: 0;
  padding-left: 14px;
  border: 0;
  background: white;
  font-size: 12px;
  font-weight: normal;
}
.popup-bg .popup-center .popup-text .number-set.gyeong-go.reset {
  font-size: 11px;
  color: #888;
  line-height: 18px;
}
.popup-bg .popup-center .number-set.point {
  padding: 0px 0px 0px 14px;
}
.popup-bg .popup-center .popup-table {
  padding: 0 16px;
}

.popup-bg .popup-center .pad16 {
  padding: 0 16px;
}
.popup-bg .popup-center .popup-center-title {
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}
.popup-bg .popup-center .popup-center-title.left {
  text-align: left;
}
.popup-bg .popup-center .popup-center-con {
  padding: 16px 0;
  text-align: left;
  width: 76%;
  margin: 0 auto;
  line-height: 24px;
}
.popup-bg .popup-center .popup-center-con.alert {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.popup-bg .popup-center .popup-center-con.simsa-text {
  width: 100%;
  padding: 10px 0 18px;
  line-height: 18px;
}
.popup-bg .popup-center .popup-center-con.simsa-text .simsa {
  transform: translateX(0);
}
.popup-bg .popup-center .simsa-text-div {
  width: 100%;
  height: 111px;
  border: 1px solid #eee;
  background: #f8f8f8;
  padding: 12px;
  text-align: left;
}
.popup-bg .popup-center .popup-chat-m {
  padding: 50px 0 40px;
}
.popup-bg .call-question {
  padding: 16px;
  font-size: 12px;
  text-align: left;
}
.popup-bg .call-question .iui-textarea {
  font-size: 14px;
  padding: 12px;
  width: 268px;
  height: 140px;
  background: #f8f8f8;
  border: 1px solid #eee;
  resize: none;
}
.popup-bg .call-question .call-question-notice {
  line-height: 22px;
  text-align: center;
}
.popup-bg .number-set p.point.l28::before {
  left: 28px;
}
.popup-bg .number-set.point-16 {
  padding: 0px 0px 0px 7px;
  line-height: 20px;
}
.popup-bg .number-set.point-16 p.point::before {
  left: 16px;
}

.popup-bg .popup-div.slide {
  width: 500px;
  background-color: rgba(0, 0, 0, 0);
}

.popup-bg .popup-div.slide .swiper-wrapper {
  align-items: center;
}

.popup-bg .popup-div.slide .popup-top {
  display: none;
}
.popup-bg .popup-div.slide .popup-center {
  padding: 0;
  width: 500px;
  height: auto;
}
.popup-bg .popup-div.slide .popup-center .swiper-slide {
  background: rgba(0, 0, 0, 0);
  border: 0;
}

.popup-bg .popup-div.slide .popup-center img {
  padding: 0;
  width: 400px;
  height: auto;
  border-radius: 8px;
}
.swiper-popup {
  position: relative;
}
.swiper-popup .swiper-button-next,
.swiper-popup .swiper-button-prev {
  height: 18px;
  margin-top: 0;
}

.swiper-popup .swiper-button-next:after {
  background: url(/assets/image/mobile/icon/arrow_slider_r.png) no-repeat center center/auto 18px;
}

.swiper-popup .swiper-button-prev:after {
  background: url(/assets/image/mobile/icon/arrow_slider_l.png) no-repeat center center/auto 18px;
}
.popup-div.slide .popup-bottom {
  margin-top: 10px;
  justify-content: center;
}

.popup-div.slide .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background: #d8d8d8;
}
.popup-div.slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #6335b4;
}

.popupReserv .popup-center textarea.autosize {
  resize: none;
  max-height: 200px;
  width: 100%;
  padding: 0;
}
