@charset "UTF-8";
/* 이벤트 */
.list_event {
  margin: 18px 0;
  padding: 0 20px;
}
.list_event ul {
  margin: 0 0 24px 0;
}
.list_event ul li .event {
  display: flex;
  flex-direction: column;
}
.list_event ul li .event .img_event {
  display: flex;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.list_event ul li .event .img_event img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.list_event ul li .event .info_area {
  margin-top: 12px;
}
.list_event ul li .event .info_area .label_event {
  margin-bottom: 4px;
}
.list_event ul li .event .info_area .tit {
  max-width: 100%;
  white-space: nowrap;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-weight: 700;
}
.list_event ul li .event .info_area .date {
  margin-top: 4px;
  color: #757575;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
}
.list_event ul li + li {
  margin-top: 20px;
}

.label01.label_stamp {
  border: 1px solid #F98600;
  color: #F98600;
}
.label01.label_evt {
  border: 1px solid #5175F4;
  color: #5175F4;
}
.label01.label_sale {
  color: #fff;
  background-color: #0FBC00;
  border: 1px solid #15A408;
}
.label01.label_sale.orange {
  background-color: #F96B00;
  border: 1px solid #DF6103;
}
.label01.label_sale.yellow {
  color: #232425;
  background-color: #FFD84E;
  border: 1px solid #4D4E4F;
}
.label01.label_etc {
  border: 1px solid #161473;
  color: #161473;
}
.label01.label_spc {
  border: 1px solid #626364;
  color: #626364;
}

.notice_board {
  padding: 9px 20px;
}
.notice_board ul {
  margin: 0 0 17px 0;
}
.notice_board ul li .list_board {
  position: relative;
}
.notice_board ul li .list_board .list {
  display: block;
  padding: 15px 35px 15px 0;
}
.notice_board ul li .list_board .list .tit {
  max-width: 100%;
  white-space: nowrap;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-weight: 700;
}
.notice_board ul li .list_board .list .date {
  margin-top: 8px;
  color: #757575;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
}
.notice_board ul li .list_board .list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  width: 24px;
  height: 24px;
  background: url(/assets/images/renew.common/ico_arr_right.png) no-repeat center;
  background-size: 24px;
  transform: translateY(-50%);
}
.notice_board ul li + li {
  border-top: 1px solid #EEEEEE;
}

.detail_event .detail_header {
  padding: 24px 20px 16px;
  border-bottom: 1px solid #EEEEEE;
}
.detail_event .detail_header .row {
  position: relative;
}
.detail_event .detail_header .row .btn_area {
  position: absolute;
  top: 9px;
  right: -5px;
}
.detail_event .detail_header .tit {
  margin-top: 8px;
  color: #232425;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
}
.detail_event .detail_header .date {
  margin-top: 8px;
  color: #757575;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.334;
}
.detail_event .detail_content {
  margin-bottom: 20px;
}
.box_message.message_event {
  height: calc(100vh - 340px);
}
.box_message.message_event .img_area {
  display: none;
}

.admin_event {
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: 82px;
  height: 94px;
  overflow: hidden;
  z-index: 10;
}
.admin_event a {
  display: block;
  position: relative;
  height: 100%;
  text-indent: -9999px;
}
.admin_event a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 알림/공지 */
.list_notice {
  padding: 16px 20px 0;
}
.list_notice ul {
  margin-bottom: 8px;
}
.list_notice ul li {
  position: relative;
}
.list_notice ul li .item_notice .notice {
  position: relative;
  display: block;
  padding: 16px;
  border: 1px solid #DEDEDE;
  border-radius: 12px;
}
.list_notice ul li .item_notice .notice .tit {
  font-family: "NanumSquareRound", -apple-system, Arial, sans-serif;
  color: #232425;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  word-break: break-all;
}
.list_notice ul li .item_notice .notice .date {
  font-family: "NanumSquareRound", -apple-system, Arial, sans-serif;
  margin-top: 4px;
  line-height: 16px;
  color: #757575;
  font-size: 0.75rem;
  font-weight: 700;
}
.list_notice ul li .item_notice .notice.new_notice::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #EC2A1D;
}
.list_notice ul li.pull_delete .pd_btn {
  display: block;
  position: absolute;
  right: -44px;
  top: 0;
  bottom: 0;
  width: 1.5rem;
  font-size: 0.4rem;
  background: url(/assets/images/renew.common/ico_delete.png) no-repeat center/24px;
  color: #FFFFFF;
  text-align: center;
}
.list_notice ul li.pull_delete .pd_btn em {
  display: none;
}
.list_notice ul li.pull_delete.trans {
  transition: all 0.4s;
}
.list_notice ul li + li {
  margin-top: 8px;
}
.list_notice .box_message.message_alram {
  height: calc(100vh - 280px);
  min-height: 220px;
}

.detail_notice .detail_header {
  padding: 24px 20px 16px;
  border-bottom: 1px solid #EEEEEE;
}
.detail_notice .detail_header .tit {
  font-family: "NanumSquareRound", -apple-system, Arial, sans-serif;
  color: #232425;
  font-size: 1rem;
  font-weight: 700;
}
.detail_notice .detail_header .date {
  font-family: "NanumSquareRound", -apple-system, Arial, sans-serif;
  margin-top: 8px;
  line-height: 16px;
  color: #757575;
  font-size: 0.75rem;
  font-weight: 700;
}
.detail_notice .detail_content {
  margin-bottom: 40px;
}
.detail_notice .detail_content .editor {
  padding: 20px;
}

.only_notice {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  text-align: center;
}
.only_notice .text_area .tit {
  font-family: "NanumSquareRound";
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  padding-bottom: 8px;
}
.only_notice .text_area .txt {
  font-family: "Apple SD Gothic Neo";
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #626364;
}

/* gmarket Sans */
@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  font-style: normal;
  src: url("/assets/font/GmarketSansLight.eot");
  src: url("/assets/font/GmarketSansLight.eot?#iefix") format("embedded-opentype"), url("/assets/font/GmarketSansLight.woff2") format("woff2"), url("/assets/font/GmarketSansLight.woff") format("woff"), url("/assets/font/GmarketSansLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-style: normal;
  src: url("/assets/font/GmarketSansMedium.eot");
  src: url("/assets/font/GmarketSansMedium.eot?#iefix") format("embedded-opentype"), url("/assets/font/GmarketSansMedium.woff2") format("woff2"), url("/assets/font/GmarketSansMedium.woff") format("woff"), url("/assets/font/GmarketSansMedium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/font/GmarketSansBold.eot");
  src: url("/assets/font/GmarketSansBold.eot?#iefix") format("embedded-opentype"), url("/assets/font/GmarketSansBold.woff2") format("woff2"), url("/assets/font/GmarketSansBold.woff") format("woff"), url("/assets/font/GmarketSansBold.ttf") format("truetype");
  font-display: swap;
}
.house_detail_wrap {
  font-family: "GmarketSans", sans-serif;
  background: #FDEAF2;
}
.house_detail_wrap .detail_top {
  position: relative;
  padding: 20px 20px 30px 20px;
  margin: 0 auto;
  background: #FDEAF2 no-repeat top left/cover url(/assets/images/renew.contents/bg_e24_house.png);
}
.house_detail_wrap .detail_top .btn_group {
  padding: 0;
}
.house_detail_wrap .detail_top .btn_group .btn_main:active em {
  top: 0;
}
.house_detail_wrap .detail_top .btn_group .btn_main.btn_lg {
  background: #EF463D;
  border: none;
  box-shadow: 0px -5px 0px 0px rgba(146, 25, 25, 0.68) inset;
}
.house_detail_wrap .detail_top .btn_group .btn_main.btn_lg.pressed em {
  top: 0;
}
.house_detail_wrap .detail_top .btn_group .btn_main.btn_lg em {
  font-family: "GmarketSans", sans-serif;
  color: #fff;
}
.house_detail_wrap .detail_top .title {
  position: relative;
  padding-top: 64px;
  padding-bottom: 24px;
}
.house_detail_wrap .detail_top .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 66px;
  height: 3px;
  background: #000;
}
.house_detail_wrap .detail_top .title p {
  padding-bottom: 33px;
  font-size: 18px;
  line-height: 1.1;
}
.house_detail_wrap .detail_top .title h3 {
  font-size: 30px;
  line-height: 1.1;
}
.house_detail_wrap .detail_top .term {
  padding-top: 8px;
  padding-bottom: 20px;
}
.house_detail_wrap .detail_top .term p:first-child {
  padding-bottom: 2px;
}
.house_detail_wrap .detail_top .main_img {
  width: 100%;
  height: 100%;
}
.house_detail_wrap .detail_top .main_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.house_detail_wrap .detail_top .table_info {
  margin-top: 20px;
  border: 1px solid #FBCCCC;
}
.house_detail_wrap .detail_top .table_info table tbody tr:first-child td, .house_detail_wrap .detail_top .table_info table tbody tr:first-child th {
  border-top: none;
}
.house_detail_wrap .detail_top .table_info table tbody th {
  color: #000;
  background: #FFF1F7;
  border-top: 1px solid #FBCCCC;
  border-right: 1px solid #FBCCCC;
}
.house_detail_wrap .detail_top .table_info table tbody td {
  font-weight: bold;
  color: #EF463D;
  border-top: 1px solid #FBCCCC;
  border-left: 1px solid #FBCCCC;
}
.house_detail_wrap .detail_bottom .tabmenu01 ul li::before {
  background-color: #EF463D;
}
.house_detail_wrap .detail_bottom .tabmenu01 ul li a {
  font-family: "GmarketSans", sans-serif;
}
.house_detail_wrap .detail_bottom .tabcont_wrap {
  padding: 0 20px 50px;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner h4 {
  padding-top: 30px;
  padding-bottom: 16px;
  font-size: 16px;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner strong {
  display: block;
  padding-bottom: 4px;
  font-size: 14px;
  color: #4D4E4F;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #4D4E4F;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .event_list ul li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .event_list ul li:last-child {
  padding-bottom: 0;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .event_list ul li .img_area {
  width: 87px;
  height: 87px;
  margin-right: 20px;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .event_list ul li .info_area {
  font-size: 12px;
  letter-spacing: -0.34px;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .event_list ul li .info_area span {
  display: inline-block;
  padding: 4px 6px 2px 6px;
  margin-bottom: 10px;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  border-radius: 80px;
  background: #EF463D;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .event_list ul li .info_area strong {
  display: block;
  font-size: 14px;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .table_info {
  border: 1px solid #DEDEDE;
  border-radius: 12px;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .table_info table tbody tr {
  position: relative;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .table_info table tbody tr:last-child::after {
  display: none;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .table_info table tbody tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #DEDEDE;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .table_info table tbody th {
  position: relative;
  padding-left: 40px;
  padding-right: 0;
  font-weight: bold;
  text-align: left;
  color: #232425;
  background: #fff;
  border: none;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .table_info table tbody th::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 14px;
  height: 14px;
  background: no-repeat center/contain url(/assets/images/renew.contents/ico_e24_chk.png);
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .table_info table tbody td {
  width: 100%;
  text-align: left;
  letter-spacing: -0.7px;
  color: #232425;
  border: none;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .gallery_list strong {
  padding-bottom: 8px;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .gallery_list p {
  padding-top: 8px;
  text-align: center;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .gallery_list .gallery_item {
  padding-bottom: 16px;
  margin-right: -20px;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .gallery_list .gallery_item li {
  width: 167px;
  height: 100%;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .gallery_list .gallery_item li .img_area {
  width: 167px;
  height: 123px;
}
.house_detail_wrap .detail_bottom .tabcont_wrap .tabcont .tabcont_inner .gallery_list .gallery_item li .img_area img {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery_detail {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.gallery_detail .gallery_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  height: 58.9333333333vw;
  max-width: 300px;
  max-height: 221px;
  transform: translate(-50%, -50%);
}
.gallery_detail .gallery_img .close {
  display: block;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: no-repeat center/contain url("/assets/images/renew.common/ico-btn-close.png");
  cursor: pointer;
}
.gallery_detail .gallery_img .caption {
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  color: #434343;
  text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
}

/* 고객센터 */
.fixtop_h140 {
  height: 140px;
}

.search_faq {
  padding: 0 20px;
  border-bottom: 1px solid #EEE;
  background-color: #FFF;
}

.w100 {
  width: 100px !important;
}

/* 고객센터 메인 */
.service_center_main .service_main_wrap .main_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 32px 0;
}
.service_center_main .service_main_wrap .main_tit .tit {
  color: #232425;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.333;
  font-weight: 800;
  line-height: 1.5rem;
  text-align: center;
}
.service_center_main .service_main_wrap .main_tit .tit span {
  color: #FFA800;
}
.service_center_main .service_main_wrap .main_tit .main_img .ico.ico.ico_service_main {
  width: 165px;
  height: 165px;
  line-height: 165px;
  background-image: url(/assets/images/renew.contents/img_cs_main.png);
  background-size: cover;
}
.service_center_main .service_main_wrap .main_cont {
  border-top: 8px solid #F5F5F5;
  padding: 20px;
}

.list_service_center {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: space-between;
  grid-gap: 8px;
}
.list_service_center .item {
  position: relative;
  padding: 14px 56px 14px 16px;
  min-height: 75px;
  border: 1px solid #DEDEDE;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) calc(100% - 8px);
  background-size: 48px auto;
  background-color: #FFF;
}
.list_service_center .item .tit {
  color: #232425;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.42857;
  font-weight: 800;
}
.list_service_center .item .sub_txt {
  margin-top: 1px;
  color: #757575;
  font-size: 0.75rem;
}
.list_service_center .item.item_question {
  background-image: url(/assets/images/renew.contents/ico_service_question.png);
}
.list_service_center .item.item_kakao {
  background-image: url(/assets/images/renew.contents/ico_service_kakao.png);
}
.list_service_center .item.item_ars {
  background-image: url(/assets/images/renew.contents/ico_service_ars.png);
}
.list_service_center .item.item_inquiry {
  background-image: url(/assets/images/renew.contents/ico_service_inquiry.png);
}
.list_service_center .item.item_service_center {
  background-image: url(/assets/images/renew.contents/ico_service_service_center.png);
}
.list_service_center .item.item_csr {
  background-image: url(/assets/images/renew.contents/ico_service_csr.png);
}

.service_kakao_chatter .service_kakao_chatter_wrap .thumb_kakao img {
  display: block;
  margin: 0 auto;
}
.service_kakao_chatter .service_kakao_chatter_wrap .info {
  padding: 20px;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}
.service_kakao_chatter .service_kakao_chatter_wrap .info .tit {
  color: #232425;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 800;
}
.service_kakao_chatter .service_kakao_chatter_wrap .info .btn_group {
  margin: 14px 0 16px;
  padding: 0;
}
.service_kakao_chatter .service_kakao_chatter_wrap .info .btn_group .btn_main + .btn_main {
  margin-left: 8px;
}
.service_kakao_chatter .service_kakao_chatter_wrap .info .box_info {
  margin-top: 16px;
  text-align: center;
}
.service_kakao_chatter .service_kakao_chatter_wrap .info .box_info p {
  line-height: 20px;
}
.service_kakao_chatter .service_kakao_chatter_wrap .info .box_info .txt {
  color: #4D4E4F;
  font-weight: bold;
}
.service_kakao_chatter .service_kakao_chatter_wrap .info .box_info .sub_txt {
  margin-top: 2px;
  color: #626364;
  font-weight: normal;
}

/* 카카오톡 챗봇 */
.cs_kakao_chatbot {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  align-items: center;
}
.cs_kakao_chatbot .img_area img {
  width: 165px;
  height: 165px;
}
.cs_kakao_chatbot .txt_area {
  color: #757575;
  text-align: center;
}
.cs_kakao_chatbot .txt_area .tit {
  color: #232425;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 800;
}
.cs_kakao_chatbot .txt_area .txt_sub {
  margin-top: 4px;
}
.cs_kakao_chatbot .btn_area {
  margin-top: 20px;
}

/* 자주묻는 질문 */
.service_question .service_question_wrap .question_board ul li .list_question {
  border-bottom: 1px solid #EEE;
}
.service_question .service_question_wrap .question_board ul li .list_question .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 17px 20px;
}
.service_question .service_question_wrap .question_board ul li .list_question .list .label_question .label01.label_user {
  border: 1px solid #F98600;
  color: #F98600;
}
.service_question .service_question_wrap .question_board ul li .list_question .list .label_question .label01.label_order {
  border: 1px solid #5175F4;
  color: #5175F4;
}
.service_question .service_question_wrap .question_board ul li .list_question .list .label_question .label01.label_cancle {
  border: 1px solid #757575;
  color: #757575;
}
.service_question .service_question_wrap .question_board ul li .list_question .list .title_question {
  margin-top: 8px;
}
.service_question .service_question_wrap .question_board ul li .list_question .cont_qustion {
  padding: 20px;
  background-color: #FAFAFA;
}

/* 1:1문의 작성 */
.service_inquiry .service_inquiry_wrap .block .block_head {
  padding: 20px 0;
}
.service_inquiry .service_inquiry_wrap .block .block_body .tit {
  color: #757575;
}
.service_inquiry .service_inquiry_wrap .list_inquiry_info > li {
  margin-top: 20px;
}
.service_inquiry .service_inquiry_wrap .list_inquiry_info > li:first-child {
  margin-top: 0;
}
.service_inquiry .service_inquiry_wrap .list_inquiry_info > li .tit {
  margin-bottom: 8px;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  color: #757575;
  font-weight: 800;
}
.service_inquiry .service_inquiry_wrap .list_inquiry_info > li .cont .box_form textarea.form_text {
  height: 118px;
  resize: none;
}
.text_count {
  color: #9A9A9A;
  text-align: right;
}
.text_count .count {
  color: #232425;
}

.service_inquiry .service_inquiry_wrap .input_file {
  display: none;
  white-space: nowrap;
}
.service_inquiry .service_inquiry_wrap .btn_main.btn_nar {
  padding: 0 14px;
  white-space: nowrap;
}
.service_inquiry .service_inquiry_wrap .thumb_wrap {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.service_inquiry .service_inquiry_wrap .thumb_wrap .thumb {
  display: inline-flex;
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #FFF;
}
.service_inquiry .service_inquiry_wrap .thumb_wrap .thumb .img_area {
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.service_inquiry .service_inquiry_wrap .thumb_wrap .thumb .img_area img, .service_inquiry .service_inquiry_wrap .thumb_wrap .thumb .img_area video {
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.service_inquiry .service_inquiry_wrap .thumb_wrap .thumb .add_video {
  position: relative;
}
.service_inquiry .service_inquiry_wrap .thumb_wrap .thumb .add_video::after {
  content: "";
  position: absolute;
  left: 9px;
  bottom: 12px;
  width: 22px;
  height: 15px;
  background-image: url(/assets/images/renew.contents/ico_attach_video.png);
  background-size: contain;
}
.service_inquiry .service_inquiry_wrap .thumb_wrap .thumb .text_area {
  padding: 19px 8px;
  border: 1px solid #DEDEDE;
  background-color: #F5F5F5;
  border-radius: 10px;
  width: 100%;
}
.service_inquiry .service_inquiry_wrap .thumb_wrap .thumb .text_area .file_name {
  display: flex;
  align-items: flex-end;
  align-content: center;
  justify-content: flex-start;
  color: #4D4E4F;
  font-size: 0.75rem;
}
.service_inquiry .service_inquiry_wrap .thumb_wrap .thumb .text_area .file_name .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
}
.service_inquiry .service_inquiry_wrap .thumb_wrap .thumb .btn_thumb_delete {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
}
.service_inquiry .service_inquiry_wrap .thumb_wrap .thumb .btn_thumb_delete::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #DEDEDE url(/assets/images/renew.common/ico_clear.png) no-repeat center;
  background-size: 10px;
}
@media (max-width: 374px) {
  .service_inquiry .service_inquiry_wrap .thumb_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .service_inquiry .service_inquiry_wrap .thumb_wrap .thumb {
    aspect-ratio: auto 1/1;
    width: auto;
    height: auto;
  }
}

/* 상품 입고 요청 작성 */
.product_request .product_request_wrap .block .block_head {
  padding: 20px 0;
  flex-wrap: nowrap;
}
.product_request .product_request_wrap .block .block_body .tit {
  color: #757575;
}
.product_request .product_request_wrap .block .block_body .product_list li {
  display: flex;
  justify-content: space-between;
  color: #4D4E4F;
}
.product_request .product_request_wrap .block .block_body .product_list li:nth-of-type(2n) {
  padding: 6px 0;
}
.product_request .product_request_wrap .block .block_body .product_list li button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/assets/images/renew.common/ico_delete_16.png);
  background-size: contain;
}
.product_request .product_request_wrap .block .block_body .product_request_list li {
  color: #4D4E4F;
}
.product_request .product_request_wrap .block .block_body .product_request_list li:nth-of-type(2n) {
  padding: 6px 0;
}
.product_request .product_request_wrap .btn_main.btn_nar {
  padding: 0 14px;
  white-space: nowrap;
}
.product_request .product_request_wrap .thumb_wrap {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.product_request .product_request_wrap .thumb_wrap .thumb {
  display: inline-flex;
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #FFF;
}
.product_request .product_request_wrap .thumb_wrap .thumb .img_area {
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.product_request .product_request_wrap .thumb_wrap .thumb .img_area img, .product_request .product_request_wrap .thumb_wrap .thumb .img_area video {
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product_request .product_request_wrap .thumb_wrap .thumb .add_video {
  position: relative;
}
.product_request .product_request_wrap .thumb_wrap .thumb .add_video::after {
  content: "";
  position: absolute;
  left: 9px;
  bottom: 12px;
  width: 22px;
  height: 15px;
  background-image: url(/assets/images/renew.contents/ico_attach_video.png);
  background-size: contain;
}
.product_request .product_request_wrap .thumb_wrap .thumb .text_area {
  padding: 19px 8px;
  border: 1px solid #DEDEDE;
  background-color: #F5F5F5;
  border-radius: 10px;
  width: 100%;
}
.product_request .product_request_wrap .thumb_wrap .thumb .text_area .file_name {
  display: flex;
  align-items: flex-end;
  align-content: center;
  justify-content: flex-start;
  color: #4D4E4F;
  font-size: 0.75rem;
}
.product_request .product_request_wrap .thumb_wrap .thumb .text_area .file_name .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
}
.product_request .product_request_wrap .thumb_wrap .thumb .btn_thumb_delete {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
}
.product_request .product_request_wrap .thumb_wrap .thumb .btn_thumb_delete::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #DEDEDE url(/assets/images/renew.common/ico_clear.png) no-repeat center;
  background-size: 10px;
}
@media (max-width: 374px) {
  .product_request .product_request_wrap .thumb_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .product_request .product_request_wrap .thumb_wrap .thumb {
    aspect-ratio: auto 1/1;
    width: auto;
    height: auto;
  }
}

/* 고객센터 전화 */
.service_center_call_wrap .box_message {
  padding-top: 120px;
}
.service_center_call_wrap .box_message .ico.ico_service {
  width: 165px;
  height: 165px;
  line-height: 165px;
  background-image: url(/assets/images/renew.contents/ico_cs_call.png);
  background-size: cover;
}
.service_center_call_wrap .box_message .txt_area {
  margin-top: 0;
}
.service_center_call_wrap .box_message .txt_area p {
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
}
.service_center_call_wrap .box_message .txt_area .tit {
  font-weight: 600;
}
.service_center_call_wrap .box_message .txt_area .num {
  margin-top: 8px;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-weight: 800;
  color: #F98600;
}
.service_center_call_wrap .box_message .txt_area .info {
  margin-top: 4px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #757575;
}
.service_center_call_wrap .box_message .txt_area + .btn_area {
  margin-top: 20px;
}

/* FAQ */
.list_faq > ul > li {
  border-bottom: 1px solid #EEE;
}

/* 단골 행사 조회 */
.cnx_event .list_event {
  margin: 0;
}
.cnx_event .list_event ul li + li {
  margin: 0;
}
.cnx_event .list_event ul li .event {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.cnx_event .list_event ul li .event .label_area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 36px;
}
.cnx_event .list_event ul li .event .label_area .label02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translateX(-50%);
  background: no-repeat center/contain url("/assets/images/renew.contents/ico_percent.png");
}
.cnx_event .list_event ul li .event .label_area .label02.all {
  background: #E5F8F4;
  color: #00A486;
}
.cnx_event .list_event ul li .event .label_area .label02.all:before {
  background: no-repeat center/contain url("/assets/images/renew.contents/ico_all_sale.png");
}
.cnx_event .list_event ul li .event .label_area .label02.bundle {
  background: #FFF3F3;
  color: #F43636;
}
.cnx_event .list_event ul li .event .label_area .label02.bundle:before {
  background: no-repeat center/contain url("/assets/images/renew.contents/ico_bundle.png");
}
.cnx_event .list_event ul li .event .info_area {
  padding-left: 10px;
  margin: 0;
}
.cnx_event .list_event ul li .event .info_area .date {
  margin: 0;
  color: #4D4E4F;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}
.cnx_event .list_event ul li .event .tit_area {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  white-space: nowrap;
}
.cnx_event .list_event ul li .event .tit_area .tit {
  font-weight: 700;
  letter-spacing: -0.41px;
  color: #232425;
}

#popupViewIndividual .popup_body,
#popupViewBundle .popup_body,
#popupViewTotal .popup_body {
  padding: 0 20px;
}
#popupViewIndividual .popup_body .notice_box,
#popupViewBundle .popup_body .notice_box,
#popupViewTotal .popup_body .notice_box {
  margin: 20px 0;
  background: #FFF9E4;
  border: 1px solid #FFECAA;
}
#popupViewIndividual .popup_body .notice_box::before,
#popupViewBundle .popup_body .notice_box::before,
#popupViewTotal .popup_body .notice_box::before {
  width: 24px;
  height: 24px;
  background: no-repeat center/contain url(/assets/images/renew.common/ico_sale.png);
}
#popupViewIndividual .popup_body .notice_box .notice_info p,
#popupViewBundle .popup_body .notice_box .notice_info p,
#popupViewTotal .popup_body .notice_box .notice_info p {
  font-size: 12px;
  letter-spacing: -0.6px;
  line-height: normal;
}
#popupViewIndividual .popup_body .notice_box .notice_info p strong,
#popupViewBundle .popup_body .notice_box .notice_info p strong,
#popupViewTotal .popup_body .notice_box .notice_info p strong {
  color: #F98600;
}
#popupViewIndividual .popup_body .notice_box .notice_info p span,
#popupViewBundle .popup_body .notice_box .notice_info p span,
#popupViewTotal .popup_body .notice_box .notice_info p span {
  padding: 0 6px;
  font-size: 12px;
  background: #F98600;
  border-radius: 8px;
  color: #fff;
}
#popupViewIndividual .popup_body .itme_goods_group li + li,
#popupViewBundle .popup_body .itme_goods_group li + li,
#popupViewTotal .popup_body .itme_goods_group li + li {
  margin-top: 10px;
}
#popupViewIndividual .popup_body .itme_goods_group .item_goods.type_thumb .info_area .title,
#popupViewIndividual .popup_body .itme_goods_group .item_goods.type_thumb .info_area .price .final,
#popupViewIndividual .popup_body .itme_goods_group .item_goods.type_thumb .info_area .price .final em,
#popupViewBundle .popup_body .itme_goods_group .item_goods.type_thumb .info_area .title,
#popupViewBundle .popup_body .itme_goods_group .item_goods.type_thumb .info_area .price .final,
#popupViewBundle .popup_body .itme_goods_group .item_goods.type_thumb .info_area .price .final em,
#popupViewTotal .popup_body .itme_goods_group .item_goods.type_thumb .info_area .title,
#popupViewTotal .popup_body .itme_goods_group .item_goods.type_thumb .info_area .price .final,
#popupViewTotal .popup_body .itme_goods_group .item_goods.type_thumb .info_area .price .final em {
  max-width: 100%;
  white-space: nowrap;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
#popupViewIndividual .popup_body .itme_goods_group .item_goods.type_thumb .info_area .price,
#popupViewBundle .popup_body .itme_goods_group .item_goods.type_thumb .info_area .price,
#popupViewTotal .popup_body .itme_goods_group .item_goods.type_thumb .info_area .price {
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #F43636;
}

#popupViewBundle .popup_body .notice_box .notice_info p {
  letter-spacing: -0.85px;
  line-height: normal;
}

#popupViewTotal .popup_body .itme_goods_group li + li {
  margin-top: 10px;
}
#popupViewTotal .popup_body .itme_goods_group .item_goods.type_thumb {
  align-items: center;
}
#popupViewTotal .popup_body .itme_goods_group .item_goods.type_thumb .img_area {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0;
}
#popupViewTotal .popup_body .itme_goods_group .item_goods.type_thumb .img_area + .info_area {
  max-width: calc(100% - 56px);
  padding-left: 0;
}

.item_faq .question_area {
  display: block;
  position: relative;
  padding: 16px 60px 16px 20px;
}
.item_faq .question_area .label {
  margin-bottom: 8px;
}
.item_faq .question_area .question {
  color: #232425;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.42857;
  font-weight: 800;
  font-weight: 700;
}
.item_faq .question_area::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/assets/images/renew.common/ico_arr_fold.png) no-repeat center;
  background-size: 24px;
  transition: transform 0.5s;
}
.item_faq .answer_area {
  display: none;
  padding: 20px;
  background: #FAFAFA;
}
.item_faq.opened .question_area::after {
  transform: rotate(-180deg);
}

.label01.label_faq {
  border-color: #626364;
  color: #626364;
}

.load_name {
  display: inline-block;
  padding: 2px 8px;
  color: #626364;
  background-color: #F5F5F5;
  border-radius: 12px;
  font-size: 0.75rem;
  line-height: 16px;
}

.toggle_checkbox {
  display: inline-block;
}
.toggle_checkbox input {
  position: absolute;
  left: -1000%;
}
.toggle_checkbox label {
  position: relative;
  display: block;
  width: 42px;
  height: 18px;
  box-sizing: border-box;
  border: 1px solid #B2B2B2;
  border-radius: 9px;
  background: #B2B2B2;
  transition: background 0.2s;
}
.toggle_checkbox label:after {
  content: "";
  position: absolute;
  left: calc(100% - 42px);
  top: 50%;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid #B2B2B2;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
  transition: left 0.2s;
}
.toggle_checkbox input:checked + label {
  border-color: #FFBB0D;
  background: #FFBB0D;
  transition: border-color 0.2s, background 0.2s;
}
.toggle_checkbox input:checked + label:after {
  left: 17px;
  border-color: #FFBB0D;
  transition: left 0.2s, border-color 0.2s;
}
.toggle_checkbox label span {
  display: none;
}

.block.block_setting {
  padding: 0;
}
.block.block_setting:first-child {
  padding-top: 8px;
  border-top: none;
}
.block.block_setting.btn_full_area > .tit {
  padding: 16px 20px 4px 20px;
}
.block.block_setting.btn_full_area .item_setting {
  padding: 0;
}
.block.block_setting.btn_full_area .item_setting .btn_view_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 13px 20px;
}
.block.block_setting.btn_full_area .item_setting .btn_only_txt {
  width: 100%;
  padding: 13px 20px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #9A9A9A;
  font-weight: 400;
  text-align: right;
}
.block.block_setting > .tit {
  padding: 16px 20px;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  color: #9A9A9A;
  font-weight: 800;
  font-size: 0.875rem;
}
.block.block_setting .item_setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  border-top: 1px solid #EEE;
}
.block.block_setting .item_setting:first-of-type {
  padding-top: 1px;
  border-top: none;
}
.block.block_setting .item_setting .login {
  color: #626364;
  font-size: 0.875rem;
  line-height: 20px;
}
.block.block_setting .item_setting .tit {
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
}
.block.block_setting .item_setting .bd_none {
  border: none;
}

.block_member_cancel {
  padding: 16px 20px;
  background: #FAFAFA;
}
.block_member_cancel a {
  font-size: 0.875rem;
  color: #9A9A9A;
  text-decoration: underline;
}
.block_member_cancel a + a {
  margin-left: 16px;
}

/* 공통 화면 */
/* 공통 메세지 레이아웃 */
#wrap.wrap_message .tempfooter {
  background: #F5F5F5;
}

.wrap_box_message {
  height: calc(100vh - 140px);
  display: flex;
  justify-content: center;
  background: #F5F5F5;
}

.box_message.message_common {
  margin-left: 50px;
  margin-right: 50px;
}
.box_message.message_common.type02 {
  position: absolute;
  transform: translate(-50%, 50%);
  left: 50%;
  width: 100%;
  margin: 0;
}
.box_message.message_common .img_area {
  min-width: auto;
  min-height: auto;
}
.box_message.message_common .img_area .ico_system_check {
  margin-left: 19px;
}
.box_message.message_common .txt_area {
  margin-top: 40px;
}
.box_message.message_common .txt_area .tit {
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-weight: 800;
}
.box_message.message_common .txt_area .txt02 {
  margin-top: 12px;
  font-size: 0.875rem;
  color: #626364;
}
.box_message.message_common .txt_area .txt03 {
  padding-top: 2px;
}
.box_message.message_common .round_box {
  width: calc(100vw - 60px);
  background: #FFF;
}
.box_message.message_common .round_box div {
  font-weight: 700;
  font-size: 0.875rem;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
}
.box_message.message_common .round_box div.tit {
  color: #757575;
}
.box_message.message_common .round_box div.sub {
  margin-top: 4px;
}
.box_message.message_common .round_box + .txt02 {
  margin-top: 20px;
}
.box_message.message_common .btn_group {
  display: block;
  margin-top: 12px;
  text-align: center;
}
.box_message.message_common .btn_group .btn_main {
  width: 120px;
}
.box_message.message_common + .btn_group {
  margin-top: 16px;
}

.ico.ico_error {
  width: 90px;
  height: 68px;
  line-height: 68px;
  background-image: url(/assets/images/renew.common/ico_error.png);
  background-size: cover;
}
.ico.ico_system_check {
  width: 95px;
  height: 85px;
  line-height: 85px;
  background-image: url(/assets/images/renew.common/ico_system_check.png);
  background-size: cover;
}
.ico.ico_system_pause {
  width: 96px;
  height: 80px;
  line-height: 80px;
  background-image: url(/assets/images/renew.common/ico_system_pause.png);
  background-size: cover;
}
.ico.ico_nodata {
  width: 96px;
  height: 80px;
  line-height: 80px;
  background-image: url(/assets/images/renew.common/ico_nodata.png);
  background-size: cover;
}
.ico.ico_gateway {
  width: 48px;
  height: 40px;
  line-height: 40px;
  background-image: url(/assets/images/renew.common/ico_gateway.png);
  background-size: cover;
}
.ico.ico_no_mrkt {
  width: 34px;
  height: 44px;
  background-image: url(/assets/images/renew.common/ico_no_mrkt.png);
  background-size: contain;
}

.list_rights ul li {
  position: relative;
  height: 53px;
  margin-top: 20px;
  padding-left: 65px;
  padding-top: 5px;
}
.list_rights ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 53px;
  height: 53px;
  background-repeat: no-repeat;
  background-image: url(/assets/images/renew.common/ico_rights02.png);
  background-size: cover;
}
.list_rights ul li.right02:before {
  background-position: 0 -55px;
}
.list_rights ul li.right03:before {
  background-position: 0 -109px;
}
.list_rights ul li.right04:before {
  background-position: 0 -162px;
}
.list_rights ul li.right05:before {
  background-position: 0 -218px;
}
.list_rights ul li.right06:before {
  background-position: 0 -271px;
}
.list_rights ul li .tit {
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-weight: 800;
}
.list_rights ul li .txt {
  margin-top: 2px;
  color: #757575;
}
.list_rights ul + p {
  margin-top: 12px;
  color: #757575;
}

.block.block_push {
  padding-bottom: 12px;
  border-bottom: 1px solid #DEDEDE;
}
.block.block_push .block_head_center {
  position: relative;
  padding-top: 24px;
  padding-bottom: 128px;
  background: url(/assets/images/renew.common/bg_bell.png) no-repeat 50% 100%;
  background-size: 156px auto;
}
.block.block_push .block_head_center:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -41px;
  width: 82px;
  height: 85px;
  background: url(/assets/images/renew.common/img_bell.png) no-repeat 50% 100%;
  background-size: cover;
  animation: swing ease-in-out 0.25s infinite alternate;
  transform-origin: top center;
}
.block.block_push .round_box {
  margin-top: 40px;
  border: none;
  background: #F5F5F5;
  font-size: 0.75rem;
  text-align: center;
  border-radius: 6px;
}

@keyframes swing {
  0% {
    transform: rotate(17deg);
  }
  100% {
    transform: rotate(-17deg);
  }
}
.bottom_close {
  padding: 20px;
  border-top: 1px solid #DEDEDE;
  background: #FFF;
}

.ico.ico_password {
  width: 160px;
  height: 160px;
  line-height: 100px;
  background: url(/assets/images/renew.contents/img_password.png) no-repeat 0 0;
  background-size: cover;
}

.box_message.message_passsword .block_head_center {
  padding-top: 40px;
  padding-bottom: 0;
  font-size: 1.25rem;
  line-height: 28px;
}
.box_message.message_passsword .img_area {
  margin-top: 0;
}
.box_message.message_passsword .txt_area {
  margin-top: 16px;
}
.box_message.message_passsword .txt_area .txt02 {
  margin-top: 12px;
  color: #757575;
}
.box_message.message_passsword .btn_group {
  display: block;
  margin-top: 24px;
  text-align: center;
}
.box_message.message_passsword .btn_group .btn_main {
  width: 120px;
}

.wrap_right .block_head_center {
  padding: 20px;
  background: #FAFAFA;
  color: #4D4E4F;
}
.wrap_right .block_head_center img {
  width: 142px;
  height: auto;
}
.wrap_right .block_head_center .txt {
  margin-top: 20px;
}
.wrap_right .block_head_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FAFAFA;
  padding: 24px;
}
.wrap_right .block_head_between div:nth-child(2):after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #9A9A9A;
  transform: rotate(90deg);
}

.block.block_right > div {
  margin-top: 20px;
}
.block.block_right > div:last-child {
  padding-top: 20px;
  border-top: 1px solid #EEE;
}
.block.block_right .title {
  font-weight: 600;
  color: #757575;
}
.block.block_right .title h3 {
  font-size: 1rem;
}
.block.block_right .bullet_dot,
.block.block_right .gray_box {
  margin-top: 12px;
  margin-bottom: 16px;
}
.block.block_right .bullet_dot .bullet_info,
.block.block_right .gray_box .bullet_info {
  color: #757575;
  line-height: 20px;
}
.block.block_right .bullet_dot .bullet_info:before,
.block.block_right .gray_box .bullet_info:before {
  top: 4px;
}

.block_delete_account .bdt {
  margin-top: 2px;
  padding-top: 20px;
  border-top: 1px solid #EEE;
}
.block_delete_account .form_checkbox.form_sm label > em {
  color: #626364;
}
.block_delete_account .btn_group {
  margin-top: 13px;
}

.block_head_center {
  padding: 32px 0;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 22px;
  text-align: center;
}
.block_head_center .fc_point03 {
  color: #F98600;
}

.w110 {
  width: 110px !important;
  padding: 0;
}

.wrap_profile_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px 0 19px;
  background: #F5F5F5;
}
.wrap_profile_area .profile_area {
  position: relative;
  width: 97px;
  height: 101px;
}
.wrap_profile_area .profile_area:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 97px;
  height: 29px;
  margin-left: -48.5px;
  background: url(/assets/images/renew.contents/bg_profile_planet.png) no-repeat left top;
  background-size: 100% auto;
}
.wrap_profile_area .profile_area .profile_frame {
  position: absolute;
  left: 50%;
  top: 0;
  width: 84px;
  height: 84px;
  margin-left: -42px;
  border: 1px solid #513c2d;
  border-radius: 32px;
  box-sizing: border-box;
}
.wrap_profile_area .profile_area .img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -42px;
  width: 84px;
  height: 84px;
  border-radius: 32px;
  background: #dfb33c;
}
.wrap_profile_area .profile_area .img img {
  width: 84px;
  height: 84px;
  border-radius: 32px;
}
.wrap_profile_area .profile_area button,
.wrap_profile_area .profile_area .btn_edit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 97px;
  height: 42px;
}
.wrap_profile_area .profile_area button span,
.wrap_profile_area .profile_area .btn_edit span {
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: 17px;
  width: 82px;
  margin-left: -41px;
  height: 23px;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFF;
  background: url(/assets/images/renew.contents/btn_profile_change.png) no-repeat left top;
  background-size: 100% auto;
}
.wrap_profile_area .profile_area .btn_delete {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 0;
  background: transparent;
  background-color: rgba(0, 0, 0, 0);
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
  z-index: 5;
}
.wrap_profile_area .profile_area .btn_delete::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(35, 36, 37, 0.5);
  transform: translate(-50%, -50%);
}
.wrap_profile_area .profile_area .btn_delete::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/assets/images/renew.common/ico_pop_close.png) 50% 50% no-repeat;
  background-size: 10px;
  transform: translate(-50%, -50%);
}
.wrap_profile_area .id {
  padding-top: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  color: #232425;
}

.block_sns_connect {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.block_sns_connect .title {
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  line-height: 22px;
  text-align: center;
}
.block_sns_connect .title .tit {
  font-weight: 800;
  font-size: 1rem;
  color: #232425;
}
.block_sns_connect .title .txt {
  padding-top: 4px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #757575;
}
.block_sns_connect .list_sns {
  margin-top: 16px;
}
.block_sns_connect .list_sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_sns_connect .list_sns ul li {
  margin: 0 8px;
}
.block_sns_connect .list_sns ul li a {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.block_sns_connect .list_sns ul li.item_sns01 a {
  background-image: url(/assets/images/renew.contents/btn_sns_naver.png);
}
.block_sns_connect .list_sns ul li.item_sns02 a {
  background-image: url(/assets/images/renew.contents/btn_sns_kakao.png);
}
.block_sns_connect .list_sns ul li.item_sns03 a {
  background-image: url(/assets/images/renew.contents/btn_sns_apple.png);
}
.block_sns_connect .list_sns ul li.connect a:after {
  position: absolute;
  right: -2px;
  bottom: 0;
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(/assets/images/renew.contents/ico_sns_link.png) no-repeat left top;
  background-size: 100% auto;
}

.title_term .member_txt {
  margin-top: 8px;
  font-weight: 400;
  color: #4D4E4F;
}

.txt_terms .term {
  font-weight: 600;
}
.txt_terms .term02 {
  margin-top: 8px;
  font-weight: 400;
  color: #4D4E4F;
}

.block.block_membership {
  padding: 0;
}
.block.block_membership .block_head {
  /*height: 60px;*/
  padding: 16px 20px;
}
.block.block_membership .block_head .tit {
  margin-top: 1px;
  font-size: 0.875rem;
}
.block.block_membership .membercard_number {
  padding: 20px;
  border-top: 1px solid #EEE;
}
.block.block_membership .membercard_number .tit {
  font-weight: 600;
  font-size: 0.875rem;
  color: #757575;
}
.block.block_membership .membercard_number .form_group {
  margin-top: 8px;
}
.block.block_membership .list_info {
  padding: 0 20px;
}
.block.block_membership .list_info .txt {
  margin-top: 2px;
  font-weight: 600;
  font-size: 0.75rem;
  color: #757575;
}
.block.block_membership .list_info .list_txt {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #EEE;
}
.block.block_membership + .btn_group {
  padding: 0 20px 16px;
}

.member_complete {
  width: 100%;
  background: #F5F5F5;
  padding: 24px 35px;
}
.member_complete div {
  text-align: center;
}
.member_complete > p {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #4D4E4F;
  text-align: center;
}

.mgt6 {
  margin-top: 6px !important;
}

.label01.label_stampevt {
  color: #232425;
  border-color: #626364;
  padding: 3px 5px;
}
.label01.label_stampevt span {
  color: #F96B00;
}

.list_clause_agree .gray_box {
  margin-top: 28px;
}
.list_clause_agree .gray_box .bullet_info {
  color: #757575;
  font-size: 0.875rem;
  line-height: 20px;
}

.box_message.message_join {
  padding-top: 80px;
}
.box_message.message_join .img_area .ico {
  display: block;
  width: 200px;
  height: 200px;
  background: url(/assets/images/renew.contents/img_finish_join.png) no-repeat;
  background-size: contain;
}
.box_message.message_join .txt_area {
  margin-top: 16px;
}
.box_message.message_join .txt_area .txt {
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
}
.box_message.message_join .txt_area .txt02 {
  margin-top: 16px;
}
.box_message.message_join + .btn_group {
  margin-top: 16px;
}

.join_step {
  padding: 22px 20px 20px;
  margin-bottom: 24px;
}
.join_step .txt {
  padding-top: 16px;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
.join_step ol {
  display: flex;
  justify-content: center;
}
.join_step ol li {
  position: relative;
  margin-left: 54px;
}
.join_step ol li:before {
  content: "";
  position: absolute;
  left: -54px;
  top: 50%;
  margin-top: -1px;
  width: 54px;
  height: 2px;
  background: #DEDEDE;
}
.join_step ol li:first-child {
  margin-left: 0;
}
.join_step ol li:first-child:before {
  display: none;
}
.join_step ol li > div {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid #DEDEDE;
  background: #F5F5F5;
  border-radius: 50%;
  box-sizing: border-box;
}
.join_step ol li > div .complete {
  display: none;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 40px;
  height: 40px;
  background: rgba(117, 117, 117, 0.95);
  border-radius: 50%;
  color: transparent;
}
.join_step ol li > div .complete:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(/assets/images/renew.contents/img_join_comp.png) no-repeat 0 0;
  background-size: 100% auto;
}
.join_step ol li > div:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #DEDEDE url(/assets/images/renew.contents/img_join01_ing.png) no-repeat 50% 50%;
  background-size: cover;
}
.join_step ol li > div:after {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -2px;
  width: 18px;
  height: 18px;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 18px;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  text-align: center;
  color: #B2B2B2;
  background: #FFF;
}
.join_step ol li:first-child > div:after {
  content: "1";
}
.join_step ol li:nth-child(2) > div:before {
  background-image: url(/assets/images/renew.contents/img_join02.png);
}
.join_step ol li:nth-child(2) > div:after {
  content: "2";
}
.join_step ol li:last-child > div:before {
  background-image: url(/assets/images/renew.contents/img_join03.png);
}
.join_step ol li:last-child > div:after {
  content: "3";
}
.join_step ol li.ing > div {
  border-color: #4D4E4F;
}
.join_step ol li.ing > div:before {
  background-color: #4D4E4F;
}
.join_step ol li.ing > div:after {
  background: #FFD84E;
  border-color: #4D4E4F;
  color: #4D4E4F;
}
.join_step ol li.ing:nth-child(2) > div:before {
  background-image: url(/assets/images/renew.contents/img_join02_ing.png);
}
.join_step ol li.ing:last-child > div:before {
  background-image: url(/assets/images/renew.contents/img_join03_ing.png);
}
.join_step ol li.comp > div:after {
  background: #DEDEDE;
  border-color: #757575;
  color: #757575;
}
.join_step ol li.comp > div .complete {
  display: block;
}

.block.block_join .chcekbox_group li,
.block.block_join .radio_group li {
  margin-right: 40px;
}
.block.block_join .box_apricot50 {
  margin-top: 16px;
}

.box_apricot50 {
  padding: 12px 16px;
  background: #FFF9E4;
  border-radius: 12px;
}

.gray_box02 {
  padding: 20px;
  background: #F5F5F5;
  border-radius: 6px;
}
.gray_box02.type02 {
  padding: 14px 20px;
  border-radius: 0;
}
.gray_box02 .list_txt li {
  color: #4D4E4F;
}

.gray_box03 {
  position: relative;
  width: 100%;
  height: 154px;
  padding: 100px 20px 30px;
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 12px;
  overflow: hidden;
}
.gray_box03:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: url(/assets/images/renew.common/identify_inactive.png) no-repeat 0 0/100%;
}
.gray_box03 .txt {
  display: block;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #757575;
}
.gray_box03.active:before {
  background: url(/assets/images/renew.common/identify_active.png) no-repeat 0 0/100%;
}
.gray_box03.active .txt {
  color: #232425;
}

.join_info dl {
  display: flex;
  padding-top: 12px;
}
.join_info dl:first-child {
  padding-top: 0;
}
.join_info dl dd {
  padding-left: 20px;
}

.txt_join_info {
  margin-top: 8px;
  font-size: 0.75rem;
  color: #4D4E4F;
}

.block.block_dormant .block_head_center {
  font-weight: 700;
}
.block.block_dormant .block_head_center strong {
  font-weight: 800;
}
.block.block_dormant .block_head {
  flex-wrap: wrap;
}
.block.block_dormant .block_head .desc_txt {
  flex: 1 0 100%;
  margin-top: 8px;
}
.block.block_dormant .gray_box03 {
  margin-top: 5px;
}
.block.block_dormant .list_term {
  margin-top: 20px;
}
.block.block_dormant .list_term p {
  font-size: 12px;
  color: #4D4E4F;
}

.block.block_find_info .block_head_center {
  font-weight: 700;
}
.block.block_find_info .block_body {
  padding-bottom: 24px;
}
.block.block_find_info .list_form_info {
  margin-top: 32px;
}

.block.block_login {
  padding-top: 20px;
}
.block.block_login .block_head_center {
  padding: 50px 0;
}
.block.block_login .chcekbox_group {
  padding-top: 20px;
}
.block.block_login .chcekbox_group li {
  margin-right: 32px;
}
.block.block_login .btn_group {
  padding-top: 36px;
}
.block.block_login .btn_group.sns_login {
  flex-direction: column;
  padding: 0;
  padding-bottom: 40px;
}
.block.block_login .btn_group.sns_login .btn_sns {
  flex: auto;
  position: relative;
  height: 48px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  margin: 8px 0 0 0 !important;
  box-shadow: none;
  background-repeat: no-repeat;
  background-position: 18px 50%;
  background-size: 20px auto;
}
.block.block_login .btn_group.sns_login .btn_sns::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(/assets/images/renew.contents/ico_btn_sns.png) no-repeat;
  background-size: 60px auto;
  transform: translateY(-50%);
}
.block.block_login .btn_group.sns_login .btn_sns em {
  color: #232425;
  font-weight: 400;
}
.block.block_login .btn_group.sns_login .btn_sns:first-child {
  margin-top: 0 !important;
}
.block.block_login .btn_group.sns_login .btn_sns.kakao {
  border-color: #FEE500;
  background-color: #FEE500;
}
.block.block_login .btn_group.sns_login .btn_sns.kakao::after {
  background-position: 0 0;
}
.block.block_login .btn_group.sns_login .btn_sns.naver {
  border-color: #03C75A;
  background-color: #03C75A;
}
.block.block_login .btn_group.sns_login .btn_sns.naver::after {
  background-position: -40px 0;
}
.block.block_login .btn_group.sns_login .btn_sns.naver em {
  color: #FFF;
}
.block.block_login .btn_group.sns_login .btn_sns.apple {
  border-color: #232425;
  background-color: #FFF;
}
.block.block_login .btn_group.sns_login .btn_sns.apple::after {
  background-position: -20px 0;
}
.block.block_login .btn_group.sns_login .btn_sns:disabled {
  opacity: 0.3;
}
.block.block_login .btn_group.sns_login .btn_sns_cnt {
  flex: auto;
  height: 48px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  box-shadow: none;
}
.block.block_login .btn_group.sns_login .btn_sns_cnt em {
  color: #232425;
  font-weight: 400;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 18px 50%;
  background-size: 20px auto;
}
.block.block_login .btn_group.sns_login .btn_sns_cnt em::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(/assets/images/renew.contents/ico_btn_sns.png) no-repeat;
  background-size: 60px auto;
  transform: translateY(-50%);
}
.block.block_login .btn_group.sns_login .btn_sns_cnt.kakao {
  border-color: #FEE500;
  background-color: #FEE500;
}
.block.block_login .btn_group.sns_login .btn_sns_cnt.kakao em::after {
  background-position: 0 0;
}
.block.block_login .btn_group.sns_login .btn_sns_cnt.naver {
  border-color: #03C75A;
  background-color: #03C75A;
}
.block.block_login .btn_group.sns_login .btn_sns_cnt.naver em {
  color: #FFF;
}
.block.block_login .btn_group.sns_login .btn_sns_cnt.naver em::after {
  background-position: -40px 0;
}
.block.block_login .btn_group.sns_login .btn_sns_cnt.apple {
  border-color: #232425;
  background-color: #FFF;
}
.block.block_login .btn_group.sns_login .btn_sns_cnt.apple em::after {
  background-position: -20px 0;
}
.block.block_login .btn_group.sns_login .btn_sns_cnt:disabled {
  opacity: 0.3;
}
.block.block_login .btn_group.simple_login button {
  width: 100%;
  height: 13.4vw;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.block.block_login .btn_group.simple_login button img {
  object-fit: fill;
  width: 100%;
  height: 13.4vw;
}
.block.block_login .btn_group.sns_login_round {
  justify-content: center;
  gap: 0 24px;
  padding: 20px 0;
}
.block.block_login .btn_group.sns_login_round button {
  width: 50px;
  height: 50px;
  display: block;
}
.block.block_login .btn_group.sns_login_round button em {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}
.block.block_login .btn_group.sns_login_round button.naver {
  background: url("/assets/images/renew.common/ico_naver.png") 0 0 no-repeat;
  background-size: 100%;
}
.block.block_login .btn_group.sns_login_round button.kakao {
  background: url("/assets/images/renew.common/ico_kakao02.png") 0 0 no-repeat;
  background-size: 100%;
}
.block.block_login .btn_group.sns_login_round button.apple {
  background: url("/assets/images/renew.common/ico_apple.png") 0 0 no-repeat;
  background-size: 100%;
}
.block.block_login .btn_group.sns_login_round button:disabled {
  opacity: 0.3;
}
.block.block_login .sns_login_wrap h3 {
  text-align: center;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 800;
  color: #757575;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  position: relative;
  z-index: 1;
}
.block.block_login .sns_login_wrap h3 span {
  background: #fff;
  padding: 0 10px;
}
.block.block_login .sns_login_wrap h3:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.block.block_login .sns_login_wrap .btn_group {
  padding: 20px 0;
}
.block.block_login .find_info {
  padding: 30px 0 38px;
}
.block.block_login .find_info ul {
  display: flex;
  justify-content: center;
}
.block.block_login .find_info ul li {
  margin-left: 12px;
}
.block.block_login .find_info ul li > a {
  font-family: "Apple SD Gothic Neo", "애플고딕";
  color: #4D4E4F;
  line-height: 20px;
}
.block.block_login .find_info ul li:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 12px;
  top: 2px;
  width: 1px;
  height: 14px;
  background: #DEDEDE;
}
.block.block_login .find_info ul li:first-child {
  margin-left: 0;
}
.block.block_login .find_info ul li:first-child:before {
  display: none;
}
@media (min-width: 674px) {
  .block.block_login .simple_login button {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .block.block_login .simple_login button {
    font-size: 28px;
  }
}

.find_info.box_message {
  margin-top: 80px;
}
.find_info.box_message .txt_area {
  letter-spacing: -0.11vw;
  line-height: 24px;
}
.find_info.box_message .btn_group {
  padding: 0;
  margin-top: 70px;
}

.point_intg.box_message {
  margin-top: 68px;
}
.point_intg.box_message .img_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.point_intg.box_message .img_area .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
}
.point_intg.box_message .btn_group {
  padding: 0;
  margin-top: 64px;
}

.ssg_integrated_member_benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: #FFF9E4;
  border: 1px solid #FFECAA;
  border-radius: 12px;
}
.ssg_integrated_member_benefit > .list_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ssg_integrated_member_benefit > .list_txt > li {
  color: #232425;
}
.ssg_integrated_member_benefit > .list_txt > li:before {
  background-color: #232425;
}
.ssg_integrated_member_benefit > .list_txt > li + li {
  margin-top: 0;
}

.modal_popup[id^=popupViewTerm0] .popup_head {
  text-align: center;
  height: 79px;
}

.modal_popup .popup_body .box_alert .font14.msg {
  word-break: break-all;
  letter-spacing: -0.4px;
}

.iframe iframe {
  width: 100%;
  height: 100vh;
}

/* 킵해주세요 */
.pluscoupon_banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
}
.pluscoupon_banner .banner_content {
  max-width: 360px;
  padding-bottom: 9px;
}
.pluscoupon_banner .banner_content img {
  vertical-align: bottom;
}
.pluscoupon_banner .btn_group {
  width: 100%;
  padding: 0 20px;
}
.pluscoupon_banner .btn_group .btn_main {
  height: 48px;
  box-shadow: none;
}
.pluscoupon_banner .btn_group .btn_main em {
  margin-bottom: 0;
  font-weight: 400;
}

.scrollcont_wrap .scrollcont {
  background: #FFF;
}
.scrollcont_wrap .scrollcont.lst {
  min-height: calc(100vh - 120px);
}

.delivery_guide_wrap.type_pluscoupon {
  margin-top: 0;
}
.delivery_guide_wrap.type_pluscoupon .guide_step .ico {
  background: #fff;
  border: 1px solid #EEE;
}
.delivery_guide_wrap.type_pluscoupon .guide_step .ico::after {
  background: url(/assets/images/renew.contents/pluscoupon_guide_img.png) no-repeat;
  background-size: 48px auto;
  background-position: 0 0;
}
.delivery_guide_wrap.type_pluscoupon .guide_step.step02 .ico::after {
  background: url(/assets/images/renew.contents/pluscoupon_guide_img_02.png) no-repeat;
  background-size: 48px auto;
  background-position: 0 0;
}
.delivery_guide_wrap.type_pluscoupon .guide_step.step03 .ico::after {
  background: url(/assets/images/renew.contents/pluscoupon_guide_img_03.png) no-repeat;
  background-size: 48px auto;
  background-position: 0 0;
}

.hacks_content {
  padding: 20px 20px 0;
  background: #FAFAFA;
  border-radius: 12px;
}
.hacks_content .hacks_head .tit {
  color: #232425;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.42857;
  font-weight: 800;
}
.hacks_content .hacks_head p {
  padding-top: 8px;
}
.hacks_content .hacks_body {
  padding-top: 24px;
}
.hacks_content .hacks_body .hacks_img {
  max-width: 214px;
  margin: 0 auto;
}
.hacks_content .hacks_body .hacks_img img {
  max-width: 100%;
  vertical-align: bottom;
}
.hacks_content.type02 .hacks_body {
  padding-top: 12px;
}
.hacks_content.type02 .hacks_body .hacks_img {
  max-width: 248px;
}

.pluscoupon_guide_wrap > ul > li {
  position: relative;
  padding-bottom: 20px;
}
.pluscoupon_guide_wrap > ul > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 14px;
  background: url(/assets/images/renew.contents/pluscoupon_guide_dot.png) repeat-y;
  background-size: 4px auto;
}
.pluscoupon_guide_wrap .guide_step {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  min-height: 32px;
  z-index: 2;
}
.pluscoupon_guide_wrap .guide_step .ico {
  display: block;
  flex: 0 0 32px;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000;
}
.pluscoupon_guide_wrap .guide_step .ico::after {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url(/assets/images/renew.contents/pluscoupon_guide_order.png) no-repeat;
  background-size: 18px auto;
  background-position: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pluscoupon_guide_wrap .guide_step .cont {
  padding-left: 12px;
}
.pluscoupon_guide_wrap .guide_step .cont .txt {
  color: #232425;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.42857;
  font-weight: 800;
  line-height: 20px;
}
.pluscoupon_guide_wrap .guide_step .cont .txt .sub {
  font-size: 0.875rem;
  font-weight: 400;
}
.pluscoupon_guide_wrap .guide_step .cont .btn {
  margin-top: 6px;
}
.pluscoupon_guide_wrap .guide_step .cont .img_cont {
  padding-top: 16px;
}
.pluscoupon_guide_wrap .guide_step .cont .img_cont > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
}
.pluscoupon_guide_wrap .guide_step .cont .img_cont > ul > li {
  flex: 0 0 120px;
  margin-right: 16px;
  margin-top: 16px;
}
.pluscoupon_guide_wrap .guide_step .cont .img_cont > ul > li:last-child {
  margin-right: 0;
}
.pluscoupon_guide_wrap .guide_step .cont .img_cont .img {
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 8px;
  background: #FAFAFA;
  border-radius: 12px;
}
.pluscoupon_guide_wrap .guide_step .cont .img_cont .img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  background: url(/assets/images/renew.contents/pluscoupon_guide_img_type02.png) no-repeat center;
  background-size: 80px auto;
  background-position: 0 0;
}
.pluscoupon_guide_wrap .guide_step.step01 .ico::after {
  background-position: 0 0;
}
.pluscoupon_guide_wrap .guide_step.step01 .img_cont > ul > li:nth-child(1) .img::after {
  top: 53%;
  left: 55%;
  width: 68px;
  height: 76px;
  background-size: 100%;
  background-position: 0 0;
}
.pluscoupon_guide_wrap .guide_step.step02 .ico::after {
  background-position: 0 -20px;
}
.pluscoupon_guide_wrap .guide_step.step02 .img_cont > ul > li:nth-child(1) .img::after {
  background: url(/assets/images/renew.contents/pluscoupon_guide_img_type02_01.png) no-repeat center;
  background-size: 80px auto;
  background-position: 0 0;
}
.pluscoupon_guide_wrap .guide_step.step02 .img_cont > ul > li:nth-child(2) .img::after {
  background: url(/assets/images/renew.contents/pluscoupon_guide_img_type02_02.png) no-repeat center;
  background-size: 80px auto;
  background-position: 0 0;
}

/* 스마트스토어 */
.smartstore_info {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: #FFF9E4;
  border: 1px solid #FFECAA;
  border-radius: 12px;
}
.smartstore_info .ico_guide {
  flex: 0 0 42px;
  display: inline-block;
  width: 42px;
  height: 48px;
  margin-right: 8px;
  background: url(/assets/images/renew.contents/ico_smartstore_guide.png) no-repeat center;
  background-size: contain;
  background-position: center;
}

.smartstore_banner {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.smartstore_banner img {
  width: 100%;
  vertical-align: bottom;
}

.smartstore_list ul li + li {
  margin-top: 20px;
}

.box_smartstore {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.box_smartstore .img_area {
  position: relative;
}
.box_smartstore .img_area img {
  width: 100%;
  vertical-align: bottom;
}
.box_smartstore .img_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.box_smartstore .cont_area {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px;
  z-index: 3;
}
.box_smartstore .cont_area::before {
  content: "";
}
.box_smartstore .cont_area .store_title {
  color: #232425;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.333;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.smartstore_guide_wrap .guide_step .ico::after {
  background: url(/assets/images/renew.contents/smartstore_guide_img.png) no-repeat;
  background-size: 48px auto;
}
.smartstore_guide_wrap .guide_step.step01 .ico::after {
  background-position: 0 0;
}
.smartstore_guide_wrap .guide_step.step02 .ico::after {
  background-position: 0 -50px;
}
.smartstore_guide_wrap .guide_step.step03 .ico::after {
  background-position: 0 -100px;
}
.smartstore_guide_wrap .guide_step .cont .sub_txt {
  padding-top: 4px;
  color: #626364;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
}

/* 원둥이 NFT SPACE */
/* PyeongChang 평창체 */
@font-face {
  font-family: "PyeongChang";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/font/PyeongChang-Regular.eot");
  src: url("/assets/font/PyeongChang-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/font/PyeongChang-Regular.woff2") format("woff2"), url("/assets/font/PyeongChang-Regular.woff") format("woff"), url("/assets/font/PyeongChang-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "PyeongChang";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/font/PyeongChang-Bold.eot");
  src: url("/assets/font/PyeongChang-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/font/PyeongChang-Bold.woff2") format("woff2"), url("/assets/font/PyeongChang-Bold.woff") format("woff"), url("/assets/font/PyeongChang-Bold.ttf") format("truetype");
  font-display: swap;
}
.ico.ico_nft,
.btn_nft::after {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(/assets/images/renew.contents/nft/nft_icon.png) no-repeat;
  background-size: 300px auto;
}

.ico.ico_nft.nft_tit {
  width: 33px;
  height: 15px;
}

body.body_nft {
  background: #000A0F;
}

#wrap.wrap_nft p {
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
}
#wrap.wrap_nft .cont_area {
  position: relative;
}
#wrap.wrap_nft .block.js-fold_wrap {
  background: url(/assets/images/renew.contents/nft/nft_cont03_img02_bg.png) no-repeat center center/100% 100%;
}
#wrap.wrap_nft .block.js-fold_wrap .block_head {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 0 8px;
}
#wrap.wrap_nft .block.js-fold_wrap .block_head .tit {
  width: 67px;
  height: 24px;
}
#wrap.wrap_nft .block.js-fold_wrap .block_head .btn {
  margin-left: 8px;
}
#wrap.wrap_nft .block.js-fold_wrap .block_head .btn .ico.ico_nft_fold {
  width: 15px;
  height: 15px;
  background: url(/assets/images/renew.contents/nft/nft_fold.png) no-repeat center center/contain;
}
#wrap.wrap_nft .title_cont03_img .title_img {
  width: 176px;
  margin: 0 auto;
}
#wrap.wrap_nft .background_nft {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center 188px;
  transform: translateZ(0);
  will-change: transform;
  background-color: #000A0F;
}
#wrap.wrap_nft .background_nft .bg_star1,
#wrap.wrap_nft .background_nft .bg_star2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat;
}
#wrap.wrap_nft .background_nft .bg_star1 {
  background-size: 375px auto;
  background-position: center 188px;
  animation: star-flow1 80s linear infinite;
  opacity: 0.5;
}
#wrap.wrap_nft .background_nft .bg_star2 {
  opacity: 0.5;
  background-size: 400px auto;
  background-position: center -100px;
  animation: star-flow2 100s linear infinite;
  opacity: 0.5;
}
@keyframes star-flow1 {
  0% {
    left: -100%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes star-flow2 {
  0% {
    left: 0%;
  }
  50% {
    left: -100%;
  }
  100% {
    left: -200%;
  }
}
#wrap.wrap_nft #container {
  position: relative;
  z-index: 2;
}
#wrap.wrap_nft #sub_section {
  background: none;
}
#wrap.wrap_nft header {
  height: 56px;
}
#wrap.wrap_nft header .header_wrap {
  height: 56px;
  padding: 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #000A0F;
}
#wrap.wrap_nft header .header_wrap .title_area .tit {
  color: #FFF;
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  text-align: center;
}
#wrap.wrap_nft header .header_wrap .btn_area {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#wrap.wrap_nft header .header_wrap .btn_area .btn_icon.btn_close_popup {
  right: -4px;
}
#wrap.wrap_nft .tempfooter {
  display: none !important;
}
#wrap.wrap_nft .js-fixtop {
  height: 56px;
}
#wrap.wrap_nft .js-fixtop.fixed_top .fixtop_inner {
  top: 56px;
}
#wrap.wrap_nft .tabcont_wrap .tabcont .tabcont_inner .fixed_top {
  height: 76px;
}
#wrap.wrap_nft .tabcont_wrap .tabcont .tabcont_inner .fixed_top .fixtop_inner {
  position: fixed;
  top: 112px;
  width: 100%;
  height: 76px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #000A0F;
  z-index: 3;
}
#wrap.wrap_nft .tabcont.nft {
  padding-bottom: 80px;
  background: url(/assets/images/renew.contents/nft/nft_bg.png) no-repeat center center/100% 100%;
}
#wrap.wrap_nft .tabmenu01nft ul {
  display: flex;
  height: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #000A0F;
}
#wrap.wrap_nft .tabmenu01nft ul > li {
  width: 100%;
  height: 56px;
  flex: 1 1 auto;
  position: relative;
}
#wrap.wrap_nft .tabmenu01nft ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #FFBB0D;
  transform: translate(-50%, 0);
}
#wrap.wrap_nft .tabmenu01nft ul > li a,
#wrap.wrap_nft .tabmenu01nft ul > li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  color: #757575;
  font-size: 1rem;
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
#wrap.wrap_nft .tabmenu01nft ul > li.active {
  position: relative;
}
#wrap.wrap_nft .tabmenu01nft ul > li.active a,
#wrap.wrap_nft .tabmenu01nft ul > li.active button {
  color: #FFF;
}
#wrap.wrap_nft .tabmenu01nft ul > li.active:before {
  width: 100%;
}
#wrap.wrap_nft .tabmenu02nft {
  padding: 20px 0px;
  background: #000A0F;
  min-width: 100%;
  height: 76px;
}
#wrap.wrap_nft .tabmenu02nft ul {
  display: flex;
  flex-wrap: nowrap;
  width: 497px;
}
#wrap.wrap_nft .tabmenu02nft .swiper-slide,
#wrap.wrap_nft .tabmenu02nft li {
  width: auto;
  margin-right: 4px;
}
#wrap.wrap_nft .tabmenu02nft .swiper-slide:first-child,
#wrap.wrap_nft .tabmenu02nft li:first-child {
  margin-left: 20px;
}
#wrap.wrap_nft .tabmenu02nft .swiper-slide:last-child,
#wrap.wrap_nft .tabmenu02nft li:last-child {
  margin-right: 20px;
}
#wrap.wrap_nft .tabmenu02nft .swiper-slide a, #wrap.wrap_nft .tabmenu02nft .swiper-slide button,
#wrap.wrap_nft .tabmenu02nft li a,
#wrap.wrap_nft .tabmenu02nft li button {
  display: inline-flex;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 16px;
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-weight: 800;
  flex-wrap: nowrap;
  white-space: nowrap;
}
#wrap.wrap_nft .tabmenu02nft .swiper-slide.active a, #wrap.wrap_nft .tabmenu02nft .swiper-slide.active button,
#wrap.wrap_nft .tabmenu02nft li.active a,
#wrap.wrap_nft .tabmenu02nft li.active button {
  border-color: #FFD84E;
  background-color: #FFD84E;
  color: #232425;
}
#wrap.wrap_nft .cont_btn {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
}
#wrap.wrap_nft .title_cont04_img .cont_btn {
  bottom: 0;
}
#wrap.wrap_nft .btn_membership {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 48px;
  padding: 13px 22px 17px;
  border: 1px solid #402600;
  border-radius: 12px;
  background-color: #FFCE35;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), inset 0px -4px 0px #E1B238, 0 3px 0px rgba(64, 38, 0, 0.25);
}
#wrap.wrap_nft .btn_membership.close {
  background: #DEDEDE;
  box-shadow: 0px -5px 0px 0px #C9C9C9 inset;
  cursor: default;
}
#wrap.wrap_nft .btn_membership > em {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #FFF;
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  text-shadow: -1px -1px 0 #402600, 1px -1px 0 #402600, -1px 1px 0 #402600, 1px 1px 0 #402600;
}
#wrap.wrap_nft .btn_membership .txt_img {
  width: auto;
  height: 22px;
}
#wrap.wrap_nft .btn_membership.btn_sm {
  height: 48px;
  padding: 10px 22px 13px;
}
#wrap.wrap_nft .btn_membership.btn_sm > em {
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#wrap.wrap_nft .tabcont_wrap,
#wrap.wrap_nft .block {
  background: transparent;
  color: #FFF;
}
#wrap.wrap_nft .scroll_cont_block + .scroll_cont_block {
  margin-top: 30px;
}
#wrap.wrap_nft .scroll_cont_block.lst {
  min-height: calc(100vh - 260px);
}
#wrap.wrap_nft .scroll_cont_block:last-child .block.js-fold_wrap {
  background: url(/assets/images/renew.contents/nft/nft_cont04_img02_bg.png) no-repeat center center/100% 100%;
}
#wrap.wrap_nft .scroll_cont_block:last-child .block.js-fold_wrap .list_txt li:nth-of-type(2), #wrap.wrap_nft .scroll_cont_block:last-child .block.js-fold_wrap .list_txt li:nth-of-type(5) {
  padding-left: 12px;
  margin-top: 8px;
}
#wrap.wrap_nft .scroll_cont_block:last-child .block.js-fold_wrap .list_txt li:nth-of-type(2):before, #wrap.wrap_nft .scroll_cont_block:last-child .block.js-fold_wrap .list_txt li:nth-of-type(5):before {
  content: "";
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #FFF;
  border-radius: 2px;
}
#wrap.wrap_nft .scroll_cont_block:last-child .block:not(.js-fold_wrap) .list_txt li:nth-child(5) {
  margin-top: 20px;
}
#wrap.wrap_nft .scroll_cont_block:last-child .block:not(.js-fold_wrap) .list_txt li:nth-child(8) {
  margin-top: 42px;
  font-weight: 700;
  color: #000;
}
#wrap.wrap_nft .scroll_cont_block:last-child .block:not(.js-fold_wrap) .list_txt li:nth-child(8):before {
  background: #000;
}
#wrap.wrap_nft .scroll_cont_block:last-child .block:not(.js-fold_wrap) .list_txt li:nth-child(n+5):not(:nth-child(8)) {
  padding-left: 16px;
  font-weight: 700;
}
#wrap.wrap_nft .scroll_cont_block:last-child .block:not(.js-fold_wrap) .list_txt li:nth-child(n+5):not(:nth-child(8)):before {
  content: "※";
  top: 0;
  width: 0;
}
#wrap.wrap_nft .list_txt > li {
  color: #FFF;
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-size: 12px;
}
#wrap.wrap_nft .list_txt > li::before {
  content: "";
  top: 7px;
  width: 4px;
  height: 4px;
  background: #FFF;
  border-radius: 2px;
}
#wrap.wrap_nft .list_txt > li em {
  font-size: 11px;
}
#wrap.wrap_nft .block {
  min-width: 280px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#wrap.wrap_nft .block:not(.shinhan) .list_txt li:nth-of-type(2), #wrap.wrap_nft .block:not(.shinhan) .list_txt li:nth-of-type(5) {
  padding-left: 25px;
  margin-top: 0;
}
#wrap.wrap_nft .block:not(.shinhan) .list_txt li:nth-of-type(2):before, #wrap.wrap_nft .block:not(.shinhan) .list_txt li:nth-of-type(5):before {
  content: "※";
  left: 12px;
  top: 0;
  width: 0;
}
#wrap.wrap_nft .block.pd_x0 {
  padding-left: 0;
  padding-right: 0;
}
#wrap.wrap_nft .block.pd_x20 {
  padding-left: 20px;
  padding-right: 20px;
}
#wrap.wrap_nft .block.shinhan {
  padding: 20px 14px;
  background: #d4d4d4;
}
#wrap.wrap_nft .block.shinhan .list_txt li {
  font-weight: 700;
  color: #232425;
}
#wrap.wrap_nft .block.shinhan .list_txt li:before {
  background: #232425;
}
#wrap.wrap_nft .title_img {
  display: flex;
  justify-content: center;
}
#wrap.wrap_nft .title_img img {
  display: block;
  width: 100%;
}
#wrap.wrap_nft .title1 {
  margin-bottom: 20px;
  color: #FFF;
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  text-shadow: -1px -1px 0 #402600, 1px -1px 0 #402600, -1px 1px 0 #402600, 1px 1px 0 #402600;
  font-weight: 700;
}
#wrap.wrap_nft .title1 i.ico {
  margin-right: 4px;
}
#wrap.wrap_nft .title1.mline i.ico {
  margin-bottom: 8px;
}
#wrap.wrap_nft .title1.fc_main, #wrap.wrap_nft .title1 .fc_main {
  color: #FFD84E;
}
#wrap.wrap_nft .title2 {
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
#wrap.wrap_nft .title3 {
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
}
#wrap.wrap_nft .text18 {
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
#wrap.wrap_nft .text18.fc_main {
  color: #FFD84E;
}
#wrap.wrap_nft .text14 {
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#wrap.wrap_nft .fc_main {
  color: #FFD84E;
}
#wrap.wrap_nft .scene {
  position: relative;
}
#wrap.wrap_nft .scene .tit_area,
#wrap.wrap_nft .scene .cont_area {
  position: relative;
}
#wrap.wrap_nft .title_cont01_img,
#wrap.wrap_nft .title_cont02_img,
#wrap.wrap_nft .title_cont03_img,
#wrap.wrap_nft .title_cont04_img {
  position: relative;
  padding-top: 25px;
}
#wrap.wrap_nft .title_cont01_img p,
#wrap.wrap_nft .title_cont02_img p,
#wrap.wrap_nft .title_cont03_img p,
#wrap.wrap_nft .title_cont04_img p {
  text-align: center;
  font-size: 18px;
}
#wrap.wrap_nft .title_cont01_img p:nth-child(2),
#wrap.wrap_nft .title_cont02_img p:nth-child(2),
#wrap.wrap_nft .title_cont03_img p:nth-child(2),
#wrap.wrap_nft .title_cont04_img p:nth-child(2) {
  padding: 34px 0;
}
#wrap.wrap_nft .title_cont01_img .ico_nft,
#wrap.wrap_nft .title_cont02_img .ico_nft,
#wrap.wrap_nft .title_cont03_img .ico_nft,
#wrap.wrap_nft .title_cont04_img .ico_nft {
  position: absolute;
}
#wrap.wrap_nft .title_cont01_img .ico_nft.ico_star1,
#wrap.wrap_nft .title_cont02_img .ico_nft.ico_star1,
#wrap.wrap_nft .title_cont03_img .ico_nft.ico_star1,
#wrap.wrap_nft .title_cont04_img .ico_nft.ico_star1 {
  animation: star-light11 1s infinite;
}
#wrap.wrap_nft .title_cont01_img .ico_nft.ico_star2,
#wrap.wrap_nft .title_cont02_img .ico_nft.ico_star2,
#wrap.wrap_nft .title_cont03_img .ico_nft.ico_star2,
#wrap.wrap_nft .title_cont04_img .ico_nft.ico_star2 {
  animation: star-light22 0.8s infinite;
}
#wrap.wrap_nft .title_cont01_img .ico_nft.ico_star3,
#wrap.wrap_nft .title_cont02_img .ico_nft.ico_star3,
#wrap.wrap_nft .title_cont03_img .ico_nft.ico_star3,
#wrap.wrap_nft .title_cont04_img .ico_nft.ico_star3 {
  animation: star-light33 0.8s infinite;
}
#wrap.wrap_nft .title_cont01_img .ico_star1,
#wrap.wrap_nft .title_cont02_img .ico_star1,
#wrap.wrap_nft .title_cont03_img .ico_star1,
#wrap.wrap_nft .title_cont04_img .ico_star1 {
  top: 0px;
  left: 95%;
  width: 16px;
  height: 14px;
  background-position: -160px 0;
}
#wrap.wrap_nft .title_cont01_img .ico_star2,
#wrap.wrap_nft .title_cont02_img .ico_star2,
#wrap.wrap_nft .title_cont03_img .ico_star2,
#wrap.wrap_nft .title_cont04_img .ico_star2 {
  top: 47px;
  left: 1%;
  width: 16px;
  height: 14px;
  background-position: -160px 0;
}
#wrap.wrap_nft .title_cont01_img .ico_star3,
#wrap.wrap_nft .title_cont02_img .ico_star3,
#wrap.wrap_nft .title_cont03_img .ico_star3,
#wrap.wrap_nft .title_cont04_img .ico_star3 {
  top: 103px;
  left: 78.5%;
  width: 14px;
  height: 12px;
  background-position: -180px 0;
}
@keyframes star-light11 {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  40% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}
@keyframes star-light22 {
  0% {
    opacity: 1;
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
  }
}
@keyframes star-light33 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
#wrap.wrap_nft .scene03 .tit_area {
  padding-top: 76px;
}
#wrap.wrap_nft .scene03 .tit_area .text_img {
  margin-bottom: 12px;
}
#wrap.wrap_nft .scene03 .tit_area .text_img img {
  display: block;
  width: auto;
  height: 51px;
  margin: 0 auto;
}
#wrap.wrap_nft .scene03 .cont_area {
  position: relative;
  padding-top: 35px;
}
#wrap.wrap_nft .scene03 .ico_sticker01 {
  position: absolute;
  top: 4px;
  left: 16px;
  display: block;
  width: 86px;
  height: 66px;
  background-position: -200px 0;
}
#wrap.wrap_nft .scene03 .ico_sticker02 {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 73px;
  height: 50px;
  background-position: -210px -160px;
}
#wrap.wrap_nft .cont_img img {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: -1px;
}
#wrap.wrap_nft .ico_step01 {
  width: 114px;
  height: 62px;
  background-position: 0 -90px;
}
#wrap.wrap_nft .ico_step02 {
  width: 114px;
  height: 62px;
  background-position: -120px -90px;
}
#wrap.wrap_nft .ico_cmnt {
  width: 185px;
  height: 35px;
  background-position: 0 -160px;
}
#wrap.wrap_nft .tit_step {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
}
#wrap.wrap_nft .tit_step::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
#wrap.wrap_nft .tit_step .ico_step01,
#wrap.wrap_nft .tit_step .ico_step02 {
  margin: 0 auto;
}
#wrap.wrap_nft .tit_step .ico_cmnt {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
#wrap.wrap_nft .title2.tit_num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
#wrap.wrap_nft .title2 .ico_num1,
#wrap.wrap_nft .title2 .ico_num2 {
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
#wrap.wrap_nft .title2 .ico_num1 {
  background-position: -100px 0;
}
#wrap.wrap_nft .title2 .ico_num2 {
  background-position: -130px 0;
}
#wrap.wrap_nft .nft_store {
  margin-top: 8px;
}
#wrap.wrap_nft .nft_store li + li {
  margin-top: 8px;
}
#wrap.wrap_nft .nft_store .box {
  position: relative;
  padding: 15px 15px 15px 34px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
#wrap.wrap_nft .nft_store .box::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 15px;
  overflow: hidden;
  background: url(/assets/images/renew.contents/nft/nft_icon.png) no-repeat;
  background-size: 300px auto;
  background-position: -40px 0;
}
#wrap.wrap_nft .nft_store .box p {
  font-size: 0.75rem;
}
#wrap.wrap_nft .nft_store .box .name {
  margin-bottom: 4px;
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
#wrap.wrap_nft .nft_benefit {
  margin-top: 14px;
}
#wrap.wrap_nft .nft_benefit ul {
  display: flex;
  justify-content: space-around;
}
#wrap.wrap_nft .nft_benefit ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
}
#wrap.wrap_nft .nft_benefit ul li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
}
#wrap.wrap_nft .nft_benefit ul li:nth-child(1) {
  color: #FFD84E;
}
#wrap.wrap_nft .nft_benefit ul li:nth-child(1)::before {
  background: #F9BB00;
}
#wrap.wrap_nft .nft_benefit ul li:nth-child(2) {
  color: #009944;
}
#wrap.wrap_nft .nft_benefit ul li:nth-child(2)::before {
  background: #009944;
}
#wrap.wrap_nft .nft_benefit ul li:nth-child(3) {
  color: #EA5506;
}
#wrap.wrap_nft .nft_benefit ul li:nth-child(3)::before {
  background: #EA5506;
}
#wrap.wrap_nft .nft_auth_wrap {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 32px;
}
#wrap.wrap_nft .nft_auth_wrap li + li {
  margin-top: 56px;
}
#wrap.wrap_nft .nft_auth_wrap .auth_step .tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#wrap.wrap_nft .nft_auth_wrap .auth_step .cont {
  margin-top: 20px;
}
#wrap.wrap_nft .nft_auth_wrap .auth_step .step {
  display: block;
  width: 62px;
  height: 51px;
}
#wrap.wrap_nft .nft_auth_wrap .auth_step .step em {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -999px;
}
#wrap.wrap_nft .nft_auth_wrap .auth_step .step.step01 {
  background-position: 0 -40px;
}
#wrap.wrap_nft .nft_auth_wrap .auth_step .step.step02 {
  background-position: -65px -40px;
}
#wrap.wrap_nft .nft_auth_wrap .auth_step .step.step03 {
  background-position: -130px -40px;
}
#wrap.wrap_nft .nft_auth_wrap .auth_step .ico.ico_nft.ico_next_arr {
  display: block;
  width: 26px;
  height: 30px;
  background-position: -60px 0;
  margin: 20px auto;
}
#wrap.wrap_nft .nft_auth_wrap img {
  display: block;
  margin: 0 auto;
}

.btn_nft {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 56px;
  padding: 13px 22px 17px;
  border: 1px solid #402600;
  border-radius: 12px;
  background-color: #FFCE35;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), inset 0px -4px 0px #E1B238, 0 3px 0px rgba(64, 38, 0, 0.25);
}
.btn_nft > em {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #FFF;
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  text-shadow: -1px -1px 0 #402600, 1px -1px 0 #402600, -1px 1px 0 #402600, 1px 1px 0 #402600;
}
.btn_nft .txt_img {
  width: auto;
  height: 22px;
}
.btn_nft::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 9px;
  background-position: -250px -100px;
}
.btn_nft.btn_sm {
  height: 48px;
  padding: 10px 22px 13px;
}
.btn_nft.btn_sm > em {
  font-family: "PyeongChang", -apple-system, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.pop_nft_end {
  background: no-repeat center/100% 100% url(/assets/images/renew.contents/nft/nft_end_pop_new.png);
}
.pop_nft_end .btn_group {
  padding: 0 20px 14px;
}
.pop_nft_end .btn_group .btn_nft {
  flex: 2;
  margin-right: 8px;
}
.pop_nft_end .btn_group .btn_nft:last-child {
  flex: 1;
  margin-right: 0;
}
.pop_nft_end .btn_group .btn_nft img {
  width: auto;
  height: 22px;
}

@media (min-width: 767px) {
  body.body_nft {
    background-size: 100% auto;
  }
  #wrap.wrap_nft .background_nft,
  #wrap.wrap_nft .bg_star1,
  #wrap.wrap_nft .bg_star2 {
    background-size: 520px auto;
  }
  #wrap.wrap_nft .bg_star1 {
    animation: star-flow1 120s linear infinite;
  }
  #wrap.wrap_nft .bg_star2 {
    animation: star-flow2 140s linear infinite;
  }
}
@media (min-width: 360px) and (max-width: 400px) {
  .block.shinhan .list_txt li {
    margin-left: -1.3333333333%;
    padding-left: 2.1333333333%;
    white-space: nowrap;
  }
}
.editor_area {
  padding: 20px;
}
.editor_area.type_image {
  padding: 0;
}

.editor_area img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.notice_area img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.product_detail_wrap .editor_area .list_title {
  padding: 20px 20px 0 20px;
}
.product_detail_wrap .editor_area .list_title em {
  color: #232425;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 800;
}
.product_detail_wrap .editor_area .list_info > ul > li:first-child,
.product_detail_wrap .editor_area .list_info.list_info_type02 > ul > li:first-child,
.product_detail_wrap .editor_area .list_info.list_info_type03 > ul > li:first-child {
  padding-top: 0;
}
.product_detail_wrap .editor_area .list_info > ul > li:last-child,
.product_detail_wrap .editor_area .list_info.list_info_type02 > ul > li:last-child,
.product_detail_wrap .editor_area .list_info.list_info_type03 > ul > li:last-child {
  padding-bottom: 0;
}

/* 쿠폰상세(교환바코드) 팝업  */
.coupon_detail_pop {
  background: #FFF !important;
}
.coupon_detail_pop .editor_area {
  margin-bottom: 40px;
}
.coupon_detail_pop .editor_area .list_title {
  padding: 20px 20px 0 20px;
}
.coupon_detail_pop .editor_area .list_title em {
  color: #232425;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 800;
}
.coupon_detail_pop .editor_area .list_info > ul > li:first-child,
.coupon_detail_pop .editor_area .list_info.list_info_type02 > ul > li:first-child,
.coupon_detail_pop .editor_area .list_info.list_info_type03 > ul > li:first-child {
  padding-top: 0;
}
.coupon_detail_pop .editor_area .list_info > ul > li:last-child,
.coupon_detail_pop .editor_area .list_info.list_info_type02 > ul > li:last-child,
.coupon_detail_pop .editor_area .list_info.list_info_type03 > ul > li:last-child {
  padding-bottom: 0;
}

.block_body.js-fold_cont .editor_area {
  margin-bottom: 0;
  padding: 0;
}

.editor_area .note_txt > ul > li dt {
  padding-top: 8px;
}
.editor_area .note_txt > ul > li + li {
  margin-top: 8px;
}
.editor_area .note_txt > ul > li:first-child dt {
  padding-top: 0;
}
.editor_area .note_txt .dash_txt {
  color: #626364;
}

.editor_area {
  background: #FFFFFF;
}

.editor_area .img img {
  width: 100%;
} /* 상세정보 */
/* 유의사항, 이용안내 */
.editor_area .note_txt ul li.dash_txt {
  position: relative;
  padding-left: 10px;
  color: #626364;
  font-size: 14px;
  line-height: 20px;
}

.editor_area .note_txt ul li.dash_txt::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 20px;
}

.editor_area .note_txt .bold_txt {
  padding-top: 15px;
  color: #232425;
  font-size: 15px;
  font-weight: bold;
}

/* issues/129#note_61640 수정,추가 */
.editor_area .note_txt .dash_txt {
  position: relative;
  padding-left: 10px;
  color: #626364;
  font-size: 14px;
  line-height: 20px;
}

.editor_area .note_txt .dash_txt::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 20px;
}

.editor_area .note_txt .bold_txt {
  padding-top: 15px;
  color: #232425;
  font-size: 15px;
  font-weight: bold;
}

.editor_area .note_txt dt {
  color: #232425;
  font-weight: bold;
  padding: 15px 0 8px;
}

.editor_area .note_txt dd {
  color: #626364;
  font-size: 14px;
  line-height: 20px;
}

#zoomWrap {
  width: 100%;
  height: 100%;
}
#zoomWrap #zoomContents {
  width: 100%;
  height: auto;
}
#zoomWrap #zoomContents img {
  width: 100%;
  height: auto;
}
