@charset "UTF-8";
html.transparent {
  background-color: transparent;
}

html.transparent body {
  background: transparent;
}

html.bgMarketPrice {
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: none;
  position: relative;
  height: calc(100vh - 76px);
  background: #fff;
}

body.wTable {
  overflow: hidden;
}

body.w100p {
  background-color: #EFF0FE;
}

.vh100 {
  height: 100vh;
}

.w100p {
  width: 100% !important;
  max-width: 100% !important;
}

.w100p .btnLine.single {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.w100p .btnLine.fixedBtnBottom {
  max-width: 100% !important;
}

.w100p .tblArea {
  max-height: auto;
  padding-top: 0;
}

.w100p .tblArea .tblType01 {
  white-space: inherit;
  table-layout: inherit;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.red {
  color: #F4A403 !important;
}

.yellow {
  background-color: yellow;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.btnArea.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.fwn {
  font-weight: 350 !important;
}

.fwb {
  font-weight: 500 !important;
}

.iph .default {
  display: none;
}

.iph .iphPng {
  display: block !important;
}

.tblType01 {
  border-top: 1px solid #888 !important;
}

.bbInput2.inputHidden {
  border: none;
  border-radius: 0;
  outline: 0 !important;
  height: 27px;
  padding: 14px 5px;
}

.inputHidden {
  outline: 0 !important;
}

.inputHidden:focus {
  outline: 0 !important;
}

.pageTitle {
  padding-top: 53px;
  padding-left: 68px;
  color: #000;
  text-align: left;
  font-size: 32px;
  font-weight: 700;
}

.radio-button input[type="radio"] {
  display: none;
}

.radio-button input[type="radio"] + .checkmark:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -26px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 20px;
  height: 20px;
  background-image: url("/publishing/admin/assets/images/common/radio_icon.png");
  background-size: cover;
  cursor: pointer;
}

.radio-button input[type="radio"]:checked + .checkmark:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -26px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 20px;
  height: 20px;
  background: transparent url("/publishing/admin/assets/images/common/radio_icon_checked.png");
  background-size: cover;
}

.radio-button label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
}

.radio-button .circle {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1.5px solid #000;
  border-radius: 50%;
}

.radio-button .ico_del {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent url("/publishing/admin/assets/images/common/bg_x.png");
  background-size: cover;
}

.c000 {
  color: #000 !important;
}

.radio-button .bigger {
  padding-right: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.radio-button .bigger.mt {
  margin-top: -2px;
  margin-left: 5px;
}

.radio-span.disabled {
  color: #DDDDDD;
}

.radio-button.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  border: none;
}

.radio-button.df strong {
  font-size: 15px;
  font-weight: 350;
  color: #7D7C7C;
}

.leftWing {
  position: relative;
  display: none;
  max-width: 1700px;
  position: fixed;
  top: 203px;
  left: calc(50% - 850px);
}

.leftWing.abStyle {
  position: absolute;
  top: 65px;
  left: calc(50% - 850px);
}

.leftWing.abStyle .replyLayer {
  padding-bottom: 0 !important;
}

.leftWing .qnaArea .noData {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 250px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 250px;
  text-align: center;
}

.leftWing .replyLayer {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0 !important;
  left: 0;
  padding-bottom: 0 !important;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.leftWing .replyLayer.on {
  display: block;
}

.leftWing .replyLayer .btnOrderClose {
  top: 18px !important;
}

.leftWing .formWrap {
  z-index: 88;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.leftWing .scrollArea {
  position: relative;
  overflow: auto;
  width: 470px;
  min-height: 1000px;
  height: 1000px;
  max-height: 1000px;
  background: #fff;
  background-color: #fff;
  border: 1px solid #198EB6;
}

.leftWing strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #198EB6;
}

.rightWing {
  display: none;
  z-index: 100;
  position: fixed;
  right: -550px;
  top: 226px;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}

.rightWing #toggleButton {
  z-index: 999;
  width: 117px;
  height: 40px;
  border: none;
  cursor: pointer;
}

.rightWing #toggleButton img {
  width: 117px;
  height: 40px;
}

.rightWing .slidingLayer {
  width: 550px;
  height: 760px;
  color: #4C4B4D;
  background-color: #B9E2F0;
  padding: 45px;
  border: 1px solid #198EB6;
}

.rightWing .slidingLayer .noticeTit {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.rightWing .slidingLayer ul {
  margin-top: 30px;
}

.rightWing .slidingLayer ul li {
  position: relative;
  margin-left: 10px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.rightWing .slidingLayer ul li ul {
  margin-top: 0;
}

.rightWing .slidingLayer ul li ul li {
  margin-left: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 350;
}

.rightWing .slidingLayer ul li ul li:before {
  background: none;
}

.rightWing .slidingLayer ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4C4B4D;
}

.replyLayer {
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 !important;
}

.replyLayer .inner {
  margin-bottom: 0  !important;
  padding: 0 !important;
}

.replyLayer .inner .topArea {
  padding: 0 15px 15px;
  border-bottom: 1px solid #F2F2F2;
}

.replyLayer .inner .topArea .toConsumer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 14px;
  color: #545353;
}

.replyLayer .inner .topArea .toConsumer .info .consumer {
  position: relative;
  margin-left: 5px;
  padding-left: 5px;
  font-size: 13px;
}

.replyLayer .inner .topArea .toConsumer .info .consumer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 12px;
  background-color: #545353;
}

.replyLayer .inner .topArea .toConsumer .info .consumer .name {
  font-size: 15px;
}

.replyLayer .inner .topArea .prevMsg {
  font-size: 15px;
  margin-top: 10px;
  line-height: 18px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 18px;
  line-height: 18px;
}

.replyLayer .inner .botArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #B3B3B3;
  background: url("/publishing/admin/assets/images/common/bg_qna_arrow.png") 10px center no-repeat;
  background-size: 9px 11px;
}

.replyLayer .inner .botArea textarea {
  width: calc(100% - 72px);
  height: 86px;
  margin-left: 36px;
  padding: 0;
  border: none;
  font-size: 15px;
}

.replyLayer .inner .botArea .apply {
  width: 36px;
  height: 86px;
  background: #198EB6 url("/publishing/admin/assets/images/common/bg_apply.png") center center no-repeat;
  background-size: 25px;
}

.replyLayer .btnLine {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  position: static !important;
  padding: 0 !important;
}

.replyLayer .btnLine .btnType02 {
  width: 70px !important;
  height: 30px !important;
  padding: 0 10px !important;
  font-size: 15px !important;
  border-radius: 0 !important;
}

.replyLayer .btnOrderClose {
  top: 28px !important;
  background: url("/publishing/admin/assets/images/common/icon_close2.png") no-repeat !important;
  background-size: 10px 10px !important;
}

.titleArea.dfsw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.titleArea div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.titleArea div p {
  margin-left: 15px;
  font-weight: 350;
  padding: 4px;
  border: 1px solid #CCCCCC;
}

.slide-container .swiper-button-next,
.slide-container .swiper-button-prev {
  width: auto;
  height: auto;
  top: 67px;
  padding: 0;
  background: transparent;
}

.slide-container .swiper-button-next:after,
.slide-container .swiper-button-prev:after {
  font-size: 0;
}

.slide-container .swiperBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slide-container .button-icon {
  display: none;
}

.select2-container--default .select2-selection--single {
  height: auto !important;
  background-color: transparent !important;
  border: none !important;
  text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666 !important;
  line-height: 1 !important;
  font-weight: 350 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
  height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 11px !important;
  height: 7px !important;
  margin-top: -4px !important;
  border: none !important;
  background: url("/publishing/admin/assets/images/common/bg_select.png") no-repeat;
  background-position: right center;
  background-size: 11px 7px !important;
}

.select2-container--default .select2-results__option {
  padding: 10px 6px;
  font-size: 14px !important;
  font-weight: 350 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable p {
  font-size: 14px !important;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa !important;
}

.noticeLayer {
  display: none;
  overflow: hidden;
  z-index: 1010;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 30px 50px;
  background: #198EB6;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 76px 85px rgba(0, 79, 121, 0.65));
          filter: drop-shadow(0px 76px 85px rgba(0, 79, 121, 0.65));
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}

.noticeLayer strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
}

.noticeLayer p {
  margin-top: 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}

.noticeLayer .layerBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.noticeLayer .layerBtnArea.btnSingle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.noticeLayer .layerBtnArea .btnClose {
  display: inline-block;
  float: right;
  text-align: center;
  margin-top: 15px;
  padding: 8px 26px;
  border: 1px solid #C3EBFF;
  border-radius: 80px;
  color: #C3EBFF;
}

.noticeLayer .layerBtnArea .btnClose.cancel {
  background-color: #C3EBFF;
  color: #22ABF3;
}

.tblType02 {
  border-collapse: collapse;
  border-spacing: 0;
  white-space: nowrap;
  width: 100%;
}

.tblType02 tbody tr {
  counter-increment: row-number;
}

.tblType02 tbody tr td {
  height: 35px;
  padding: 0 7px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
}

.tblType02 tbody tr td:first-child {
  border-left: 1px solid #D0D0D0;
}

.tblType02 tbody tr td:first-child:before {
  content: counter(row-number);
}

.tblType02 tbody tr td.spaceB {
  overflow: hidden;
}

.tblType02 tbody tr td.spaceB a {
  margin-top: 0;
}

.tblType02 tbody tr td.spaceB strong {
  float: left;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  width: calc(100% - 100px);
  max-width: calc(100% - 100px) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 20px;
  line-height: 20px;
}

.tblType02 tbody tr td.spaceB span {
  float: right;
  font-size: 13px;
  line-height: 19px;
  color: #999999;
}

.tblType02 .btnDel {
  width: 18px;
  height: 18px;
  margin: auto;
}

.pcview {
  overflow-x: hidden;
  width: 1700px;
  max-width: 1700px;
  margin: auto;
}

@media (max-width: 1600px) {
  .pcview .leftWing .replyLayer {
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
  .pcview .replyLayer {
    width: 700px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.pcview .customerStatsListNew > ul > li .botArea .Rb {
  right: 70px !important;
  bottom: 10% !important;
}

.pcview .contactUs .attach {
  top: -30px;
  right: 20px;
  font-size: 15px;
  background-size: 12px 14px;
}

.pcview.marketPriceAdd {
  width: 100%;
  max-width: 100%;
}

.pcview body {
  width: 100%;
  max-width: 700px;
}

.pcview body .header,
.pcview body .paging {
  left: auto;
  margin: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pcview .leftWing {
  display: block;
}

.pcview .rightWing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pcview .marketPriceArea.newPrice .midSection {
  display: block;
}

.pcview .marketPriceArea.newPrice .midSection .leftSection {
  float: left;
}

.pcview .marketPriceArea.newPrice .midSection .tableSection table {
  width: 100%;
}

.pcview .layerWrap.layerSwiper {
  max-width: 400px;
}

.pcview .layerWrap.layerSwiper .swiper-button-prev {
  cursor: pointer !important;
}

.pcview .layerWrap.layerSwiper .swiper-button-next {
  cursor: pointer !important;
}

.pcview .mypageArea.mypageAreav2 .mypageSubList {
  margin-bottom: 0;
  height: calc(100vh - 92px - 408px - 115px - 66px - 35px);
  min-height: 500px;
  background-color: #F1F5F9;
}

.pcview .mypageArea.mypageAreav2 .mypageSubList ul {
  margin-top: 0;
  padding-top: 50px;
}

.pcview .mypageArea.mypageAreav2 .mypageSubList ul:nth-child(2) {
  padding-top: 0;
}

.pcview .mypageArea .personalInfo {
  padding: 26px 0 0;
}

.pcview .mypageArea .personalInfo .myInfoArea {
  padding: 0 48px;
  gap: 28px;
}

.pcview .mypageArea .personalInfo .myInfoArea .myProfile {
  width: 89px;
  height: 89px;
  border-radius: 50%;
}

.pcview .mypageArea .personalInfo .myInfoArea .myProfile a {
  display: block;
}

.pcview .mypageArea .personalInfo .myInfoArea .myProfile a img {
  width: 89px;
  height: 89px;
  border-radius: 50%;
}

.pcview .mypageArea .personalInfo .myInfoArea .myId a {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.pcview .mypageArea .personalInfo .myInfoArea .myStore {
  margin-top: 9px;
}

.pcview .mypageArea .personalInfo .myInfoArea .myStore strong, .pcview .mypageArea .personalInfo .myInfoArea .myStore span {
  font-size: 16px;
  line-height: 20px;
}

.pcview .mypageArea .personalInfo .myInfoArea .myStore strong a img, .pcview .mypageArea .personalInfo .myInfoArea .myStore span a img {
  margin-top: -3px;
}

.pcview .mypageArea .personalInfo .myInfoArea .myStore span {
  bottom: -20px;
}

.pcview .mypageArea .amount {
  margin-top: 35px;
  padding: 30px 60px;
}

.pcview .mypageArea .amount > a {
  padding: 0 20px;
}

.pcview .mypageArea .amount > a span {
  padding-left: 40px;
  font-size: 16px;
  line-height: 32px;
  background-size: 32px 32px !important;
}

.pcview .mypageArea .amount > a strong {
  font-size: 24px;
  line-height: 35px;
}

.pcview .mypageArea .amount > a strong:after {
  font-size: 24px;
  line-height: 35px;
}

.pcview .mypageArea .amount .voucherArea {
  position: relative;
  margin-top: 30px;
  padding: 35px 46px 0;
}

.pcview .mypageArea .amount .voucherArea a.btnNotice {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 18px;
  height: 18px;
}

.pcview .mypageArea .amount .voucherArea a.btnNotice img {
  width: 18px;
  height: 18px;
}

.pcview .mypageArea .amount .voucherArea .btnDoubleArea {
  width: 100%;
  gap: 27px;
}

.pcview .mypageArea .amount .voucherArea .btnDoubleArea button {
  width: 50%;
  padding-top: 4px;
  height: 76px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
}

.pcview .mypageArea .amount .voucherArea .btnDoubleArea button span {
  display: inline-block;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 700;
}

.pcview .mypageArea .amount .voucherArea .btnSingleArea {
  width: 100%;
}

.pcview .mypageArea .amount .voucherArea .btnSingleArea button {
  height: 76px;
  padding-top: 4px;
  font-size: 20px;
  font-weight: 700;
}

.pcview .mypageArea .amount .voucherArea .btnSingleArea button span {
  display: inline-block;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 700;
}

.pcview .mypageArea .amount .voucherArea .btnType02 {
  width: 300px;
  margin-left: 0;
  font-size: 16px;
  height: 50px;
  border-radius: 5px;
}

.pcview .mypageArea .amount .voucherArea .expiration {
  margin-top: 23px;
  padding-bottom: 15px;
}

.pcview .mypageArea .amount .voucherArea .expiration .btnLayer,
.pcview .mypageArea .amount .voucherArea .expiration .subTxt {
  right: -36px;
  bottom: 10px;
}

.pcview .mypageArea .amount .voucherArea .expiration span {
  font-size: 15px;
}

.pcview .mypageArea .amount .voucherArea .expiration strong {
  font-weight: 400 !important;
  font-size: 12px;
}

.pcview .mypageArea .amount ul {
  margin-top: 30px;
  padding-bottom: 0;
}

.pcview .mypageArea .amount ul li {
  width: 100px;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
}

.pcview .mypageArea .amount ul li a {
  padding-top: 60px;
}

.pcview .mypageArea .amount ul li:nth-child(1) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage01.png") no-repeat;
  background-position: center top;
  background-size: 55px 47px;
}

.pcview .mypageArea .amount ul li:nth-child(2) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage02.png") no-repeat;
  background-position: center top;
  background-size: 38px 47px;
}

.pcview .mypageArea .amount ul li:nth-child(3) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage03.png") no-repeat;
  background-position: center 10px;
  background-size: 57px 35px;
}

.pcview .mypageArea .amount ul li:nth-child(4) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage04.png") no-repeat;
  background-position: center top;
  background-size: 45px 53px;
}

.pcview .mypageArea .mypageSubList ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  padding: 0 74px;
}

.pcview .mypageArea .mypageSubList ul:first-child li:nth-child(1) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage05_pc.png") no-repeat;
  background-position: center 43px;
  background-size: 31px 31px !important;
}

.pcview .mypageArea .mypageSubList ul:first-child li:nth-child(2) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage08_pc.png") no-repeat;
  background-position: center 43px;
  background-size: 31px 31px !important;
}

.pcview .mypageArea .mypageSubList ul:first-child li:nth-child(3) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage09_pc.png") no-repeat;
  background-position: center 43px;
  background-size: 31px 31px !important;
}

.pcview .mypageArea .mypageSubList ul:first-child li:nth-child(4) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage06_pc.png") no-repeat;
  background-position: center 43px;
  background-size: 31px 31px !important;
}

.pcview .mypageArea .mypageSubList ul:nth-child(2) li:nth-child(1) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage07_pc.png") no-repeat;
  background-position: center 43px;
  background-size: 31px 31px !important;
}

.pcview .mypageArea .mypageSubList ul li {
  width: 113px;
  font-size: 16px;
  color: #000;
  background: url(/publishing/admin/assets/images/common/bg_mypage_list_pc.png) no-repeat;
  background-position: left top;
  background-size: 113px 113px !important;
}

.pcview .mypageArea .mypageSubList ul li a {
  width: 113px;
  padding: 118px 0 36px;
  font-size: 16px;
  color: #000;
}

.pcview .mypageArea .mypageSubList ul li.new:after {
  right: 22px;
  top: 22px;
  width: 7px;
  height: 7px;
}

.switch {
  display: inline-block;
  height: 18px;
  position: relative;
  width: 34px;
}

.switch input {
  display: none;
}

.paging {
  position: fixed;
  bottom: 55px;
  left: 50%;
  width: 100%;
  max-width: 700px;
  height: 50px;
  padding-top: 10px;
  background: #fff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  margin: auto;
  font-size: 15px;
  color: #666;
  text-align: center;
}

.paging.bottom {
  bottom: 0;
}

.paging .bbInput2 {
  width: 64px;
  height: 29px;
  margin-right: 5px;
  text-align: right;
  border-radius: 0;
}

.paging span {
  margin-left: 3px;
}

.paging a {
  width: 7px;
  height: 14px;
}

.paging a img {
  width: 7px;
  height: 14px;
}

.paging a.prev {
  margin-right: 14px;
}

.paging a.next {
  margin-left: 14px;
}

.slider {
  background-color: #EFF0F0;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  background-color: #F9F9F9;
  bottom: 2px;
  content: "";
  height: 15px;
  left: 3px;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
  width: 15px;
}

input:checked + .slider {
  background-color: #34BCEA;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sellerListArea {
  min-height: calc(100vh - 72px);
  padding: 8px 0;
  background-color: #fff;
}

.sellerListArea > ul {
  margin-top: -9px;
}

.sellerListArea > ul > li {
  position: relative;
  border-top: 7px solid #E8E8E8;
}

.sellerListArea > ul > li span.code {
  z-index: 1;
  position: absolute;
  top: 6px;
  right: 21px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #888;
}

.sellerListArea > ul > li span.code strong {
  color: #333;
  font-weight: 500;
}

.sellerListArea > ul > li .bdLine {
  position: relative;
  margin: 25px 15px 12px;
  padding: 17px 10px 14px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}

.sellerListArea > ul > li:last-child {
  border-bottom: 0;
}

.sellerListArea > ul > li.reservation .bdLine {
  border: 1px solid #F4A403;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.sellerListArea > ul > li.reservation .badge {
  position: absolute;
  left: -1px;
  top: -10px;
  padding: 2px 8px 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  background: #F4A403;
  border-radius: 6px 6px 6px 0px;
}

.sellerListArea > ul > li.reservation .badge:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  border-top: 6px solid #F4A403;
  border-left: 0px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px solid transparent;
}

.sellerListArea > ul > li.visit .bdLine {
  border: 1px solid #198EB6;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.sellerListArea > ul > li.visit .badge {
  position: absolute;
  left: -1px;
  top: -10px;
  padding: 2px 8px 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  background: #198EB6;
  border-radius: 6px 6px 6px 0px;
}

.sellerListArea > ul > li.visit .badge:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  border-top: 6px solid #198EB6;
  border-left: 0px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px solid transparent;
}

.sellerListArea > ul > li.present .botCont {
  background: url("/publishing/admin/assets/images/common/img_present.png") right 50px bottom no-repeat;
  background-size: 24px 18px;
}

.sellerListArea > ul > li .topCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}

.sellerListArea > ul > li .topCont .image {
  width: 94px;
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.sellerListArea > ul > li .topCont .image img {
  width: 94px;
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.sellerListArea > ul > li .topCont .contLine {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sellerListArea > ul > li .topCont .contLine .titArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sellerListArea > ul > li .topCont .contLine .titArea .tit {
  margin-top: 3px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 22px;
  line-height: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sellerListArea > ul > li .topCont .contLine .add {
  width: 100%;
  margin-top: 2px;
  font-weight: 350;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 22px;
  line-height: 22px;
}

.sellerListArea > ul > li .botCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 19px;
}

.sellerListArea > ul > li .botCont .graphArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 24px;
  padding: 0 30px;
}

.sellerListArea > ul > li .botCont .graphArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/publishing/admin/assets/images/common/bg_0.png") left center no-repeat;
  background-size: 24px;
}

.sellerListArea > ul > li .botCont .graphArea:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/publishing/admin/assets/images/common/bg_100.png") right center no-repeat;
  background-size: 24px;
}

.sellerListArea > ul > li .botCont .graphArea .graph {
  width: 80px;
  height: 5px;
  background-color: #D9D9D9;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.sellerListArea > ul > li .botCont .graphArea .manner {
  position: absolute;
  left: 50%;
  top: 2px;
  padding-bottom: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 10px;
  color: #999;
  background: url("/publishing/admin/assets/images/common/bg_graph.png") center bottom no-repeat;
  background-size: 4px;
}

.sellerListArea > ul > li .botCont .graphArea .bar {
  height: 100%;
  position: absolute;
  width: 0%;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  border-radius: 30px;
}

.sellerListArea > ul > li .botCont .graphArea .percentage {
  position: absolute;
  right: 30px;
  top: 3px;
  font-size: 10px;
  font-weight: 500;
  color: #000;
}

.sellerListArea > ul > li .botCont .replyArea {
  width: 45px;
  margin-top: 7px;
  font-size: 12px;
}

.sellerListArea > ul > li .botCont .replyArea a {
  color: #999;
}

.sellerListArea > ul > li .botCont .replyArea a span {
  color: #198EB6;
}

.withBottomBtn .postscriptArea {
  padding-bottom: 100px;
}

.btnLine.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-bottom: 30px !important;
  padding-top: 20px !important;
}

.btnLine .btnMore {
  width: 180px;
  border-radius: 23.5px;
  border: 1px solid #198EB6;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #198EB6;
  background: url("/publishing/admin/assets/images/common/bg_btnmore.png") right 15px center no-repeat;
  background-size: 6px 11px;
}

.postscriptArea {
  margin: 0 16px;
  padding: 20px 0;
}

.postscriptArea .graphSection {
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F2F2;
}

.postscriptArea .postscripList .postscripListTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}

.postscriptArea .postscripList .postscripListTit strong {
  font-size: 15px;
  color: #333;
}

.postscriptArea .postscripList .postscripListTit span {
  font-size: 13px;
  color: #aaa;
}

.postscriptArea .postscripList ul {
  margin-top: 20px;
}

.postscriptArea .postscripList ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F2F2;
}

.postscriptArea .postscripList ul li .topArea span {
  font-size: 14px;
  color: #999;
}

.postscriptArea .postscripList ul li p {
  margin-top: 10px;
  line-height: 19px;
  font-size: 14px;
  color: #333;
}

.postscriptArea .graphTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.postscriptArea .graphTit strong {
  font-size: 15px;
  color: #333;
}

.postscriptArea .graphTit span {
  padding: 4px 9px;
  font-size: 11px;
  color: #198EB6;
  background: #C1EAF8;
  border: 1px solid #198EB6;
  border-radius: 3px;
}

.postscriptArea .graphArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 24px;
  padding: 0 30px;
  margin-top: 25px;
}

.postscriptArea .graphArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/publishing/admin/assets/images/common/bg_0.png") left center no-repeat;
  background-size: 24px;
}

.postscriptArea .graphArea:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/publishing/admin/assets/images/common/bg_100.png") right center no-repeat;
  background-size: 24px;
}

.postscriptArea .graphArea .graph {
  width: 100%;
  height: 5px;
  background-color: #D9D9D9;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.postscriptArea .graphArea .manner {
  position: absolute;
  left: 50%;
  top: 2px;
  padding-bottom: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 10px;
  color: #999;
  background: url("/publishing/admin/assets/images/common/bg_graph.png") center bottom no-repeat;
  background-size: 4px;
}

.postscriptArea .graphArea .bar {
  height: 100%;
  position: absolute;
  width: 0%;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  border-radius: 30px;
}

.postscriptArea .graphArea .percentage {
  position: absolute;
  right: 30px;
  top: 3px;
  font-size: 10px;
  font-weight: 500;
  color: #000;
}

.pagenationArea {
  margin-top: 50px;
}

.pagenationArea .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagenationArea .pagenation a {
  margin: 0 20px;
  font-size: 13px;
  line-height: 24px;
  color: #999;
}

.pagenationArea .pagenation a.current {
  min-width: 24px;
  height: 24px;
  padding: 0 4px;
  margin: 0 12px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #333;
}

.pagenationArea .pagenation a.skip {
  cursor: default;
}

.pagenationArea .pagenation a.skip span {
  letter-spacing: 1px;
}

.pagenationArea .pagenation a.prev,
.pagenationArea .pagenation a.next {
  min-width: 24px;
  height: 24px;
  margin-top: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.pagenationArea .pagenation a.prev {
  background: url("/publishing/admin/assets/images/common/bg_notice_prev.png") 6px center no-repeat;
  margin-left: 0;
}

.pagenationArea .pagenation a.next {
  background: url("/publishing/admin/assets/images/common/bg_notice_next.png") 9px center no-repeat;
  margin-right: 0;
}

.optionLayer {
  display: none;
  z-index: 95;
  position: absolute;
  right: 10px;
  top: 0;
  width: 120px;
  padding: 8px 11px;
  border: 1px solid #888;
  background-color: #fff;
}

.optionLayer ul li a {
  font-size: 14px;
  line-height: 25px;
  color: #888;
}

.layerSwiper.app.otherStyle {
  width: 100% !important;
  height: 100vh !important;
  padding: 28px 22px !important;
  border-radius: 0 !important;
}

.layerSwiper.app.selectLayer {
  width: 330px;
  background-color: #F8F8F8;
}

.layerSwiper.app.selectLayer ul {
  background: #fff;
  border: 1px solid #CCCCCC;
}

.layerSwiper.app.selectLayer ul li {
  position: relative;
  padding: 7px 10px;
  border-top: 1px solid #CCCCCC;
  text-align: left;
}

.layerSwiper.app.selectLayer ul li:first-child {
  border-top: none;
}

.layerSwiper.app.selectLayer ul li .custom-radio {
  position: relative;
}

.layerSwiper.app.selectLayer ul li .custom-radio input[type="radio"] {
  display: none;
}

.layerSwiper.app.selectLayer ul li .custom-radio label {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

.layerSwiper.app.selectLayer ul li .custom-radio .checkmark {
  height: 11px;
  background: url("/publishing/admin/assets/images/common/radio_icon.png") left 1px no-repeat;
  background-size: 11px 11px;
}

.layerSwiper.app.selectLayer ul li .custom-radio input[type="radio"]:checked + .checkmark {
  height: 11px;
  color: #198EB6;
  background: url("/publishing/admin/assets/images/common/radio_icon_checked.png") left 1px no-repeat;
  background-size: 11px 11px;
}

.layerSwiper.app.selectLayer .btnType02 {
  font-size: 10px;
}

.layerSwiper.app.inquiryLayer {
  width: 100%;
  height: 100% !important;
  padding: 0;
  background-color: #F0F0F0;
}

.layerSwiper.app.inquiryLayer .btnClose {
  top: 12px;
}

.layerSwiper.app.inquiryLayer .layerHead {
  height: 48px;
  background: #fff;
}

.layerSwiper.app.inquiryLayer .layerHead .layerTit {
  line-height: 48px;
}

.layerSwiper.app.inquiryLayer .layerContent {
  padding: 12px !important;
}

.layerSwiper.app.inquiryLayer .layerContent .formGroup {
  margin-top: 8px;
}

.layerSwiper.app.inquiryLayer .layerContent .layerSubTit {
  font-size: 15px;
  font-weight: 350;
  color: #000;
}

.layerSwiper.app.inquiryLayer .layerContent .layerSubTit:last-child {
  margin-top: 20px;
}

.layerSwiper.app.inquiryLayer .layerContent .flex .bbSelectbox02,
.layerSwiper.app.inquiryLayer .layerContent .flex .bbInput2 {
  width: 140px;
  height: 35px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.layerSwiper.app.inquiryLayer .layerContent .flex .bbSelectbox02 label {
  top: 0;
}

.layerSwiper.app.inquiryLayer .layerContent .positionArea textarea {
  margin-top: 5px;
  border: 1px solid #9D9999;
}

.layerSwiper.app.inquiryLayer .layerContent .positionArea textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 350;
}

.layerSwiper.app.inquiryLayer .layerContent .positionArea textarea:-ms-input-placeholder {
  color: #ccc;
  font-weight: 350;
}

.layerSwiper.app.inquiryLayer .layerContent .positionArea textarea::-ms-input-placeholder {
  color: #ccc;
  font-weight: 350;
}

.layerSwiper.app.inquiryLayer .layerContent .positionArea textarea::placeholder {
  color: #ccc;
  font-weight: 350;
}

.layerSwiper.app.inquiryLayer .layerContent .positionArea .textLengthWrap {
  font-weight: 350;
}

.layerSwiper.app.inquiryLayer .layerContent .photoUpWrap {
  margin-top: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layerSwiper.app.inquiryLayer .layerContent .photoUpWrap .input_wrap {
  width: 54px;
}

.layerSwiper.app.inquiryLayer .layerContent .photoUpWrap .input_wrap.wImg {
  position: relative;
  border-radius: 5px;
}

.layerSwiper.app.inquiryLayer .layerContent .photoUpWrap .input_wrap.wImg img {
  width: 54px;
  height: 54px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.layerSwiper.app.inquiryLayer .layerContent .photoUpWrap .input_wrap.wImg a {
  position: absolute;
  top: -6px;
  right: -6px;
}

.layerSwiper.app.inquiryLayer .layerContent .photoUpWrap .input_wrap.wImg a img {
  width: 18px;
  height: 18px;
}

.layerSwiper.app.inquiryLayer .layerContent .photoUpWrap .input_wrap .my_button {
  width: 54px;
  height: 54px;
  background: #fff url(/publishing/admin/assets/images/common/bg_plus.png) center center no-repeat;
  background-size: 16px 16px;
  border: 1px solid #999;
  border-radius: 0;
}

.layerSwiper.app.inquiryLayer .layerContent .photoUpWrap .imgs_wrap {
  height: 54px;
}

.layerSwiper.app.inquiryLayer .layerContent .photoUpWrap .photoSubDesc {
  font-size: 12px;
  line-height: 15px;
  color: #888;
  font-weight: 350;
}

.layerSwiper.app.inquiryLayer .layerContent .photoUpWrap + .layerSubTit {
  margin-top: 25px;
}

.layerSwiper.app.inquiryLayer .layerContent .checkArea {
  margin-top: 8px;
}

.layerSwiper.app.inquiryLayer .layerContent .checkArea .checkTop {
  padding: 14px 9px;
  border: 1px solid #898989;
  background-color: #D9D9D9;
}

.layerSwiper.app.inquiryLayer .layerContent .checkArea .checkTop p {
  font-size: 13px;
  line-height: 18px;
  color: #999;
}

.layerSwiper.app.inquiryLayer .layerContent .checkArea .checkTop p span {
  color: #F4A403;
}

.layerSwiper.app.inquiryLayer .layerContent .checkArea .checkBot {
  margin-top: 10px;
}

.layerSwiper.app.inquiryLayer .layerContent .checkArea .checkBot .bbInput2 {
  margin-top: 0;
  width: calc(100% - 120px);
  height: 38px;
  padding: 0 14px;
  border: 1px solid #9D9999;
  border-radius: 0;
  font-size: 15px;
  font-weight: 350;
}

.layerSwiper.app.inquiryLayer .layerContent .checkArea .checkBot ul {
  padding: 10px;
  border: 1px solid #898989;
}

.layerSwiper.app.inquiryLayer .layerContent .checkArea .checkBot ul li {
  text-align: left;
  margin-top: 10px;
}

.layerSwiper.app.inquiryLayer .layerContent .checkArea .checkBot ul li:first-child {
  margin-top: 0;
}

.layerSwiper.app.inquiryLayer .layerContent .btnArea {
  margin-bottom: 30px;
}

.layerSwiper.app.inquiryLayer .layerContent .btnArea button {
  width: 76px;
  height: 27px;
  margin: auto;
  background-color: #198EB6;
  border: 1px solid #198EB6;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.layerSwiper.app.inquiryLayer .layerContent .custom-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  cursor: pointer;
  width: 93px;
  font-size: 15px;
  font-weight: 350;
}

.layerSwiper.app.inquiryLayer .layerContent .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
}

.layerSwiper.app.inquiryLayer .layerContent .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background: url(/publishing/admin/assets/images/common/icon_check_red.png) center center no-repeat;
  background-size: 15px 15px;
}

.layerSwiper.app.inquiryLayer .layerContent .custom-checkbox input:checked ~ .checkmark {
  background: url(/publishing/admin/assets/images/common/icon_check_red_on.png) center center no-repeat;
  background-size: 15px 15px;
}

.layerSwiper.app.inquiryLayer .layerContent .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.layerSwiper.app.inquiryLayer .layerContent .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.layerSwiper.app.inquiryLayer .layerContent .custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.layerSwiper.app .layerContent {
  padding: 0 !important;
}

.layerSwiper.app .btnArea .btnType02.bigDesign {
  width: 78px;
  height: 38px;
}

.layerSwiper.app .inputWrap .flex {
  gap: 5px;
}

.layerSwiper.app .inputWrap .flex .bbInput2 {
  height: 28px;
  margin-top: 0;
  padding: 0 14px;
  border: 1px solid #9D9999;
  border-radius: 0;
  font-size: 15px;
  font-weight: 350;
}

.layerSwiper.app .inputWrap .flex .bbInput2::-webkit-input-placeholder {
  font-weight: 350;
}

.layerSwiper.app .inputWrap .flex .bbInput2:-ms-input-placeholder {
  font-weight: 350;
}

.layerSwiper.app .inputWrap .flex .bbInput2::-ms-input-placeholder {
  font-weight: 350;
}

.layerSwiper.app .inputWrap .flex .bbInput2::placeholder {
  font-weight: 350;
}

.layerSwiper.app .inputWrap .flex .bbSelectbox02 {
  height: 28px;
  background-position: right 14px top 12px;
  border: 1px solid #9D9999;
  border-radius: 0;
  background-color: #fff;
}

.layerSwiper.app .inputWrap .flex .bbSelectbox02 label {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 15px !important;
  font-weight: 350;
  color: #000;
}

.layerSwiper.app .inputWrap .flex .bbSelectbox02 select {
  padding: 0 10px !important;
  font-size: 15px;
  font-weight: 350;
  top: 10px;
  position: absolute;
  left: 0;
}

.layerSwiper.app .positionArea {
  position: relative;
}

.layerSwiper.app .positionArea.textLarge textarea {
  height: 418px;
}

.layerSwiper.app .positionArea textarea {
  height: 163px;
  border-radius: 0;
  margin-top: 11px;
  font-size: 15px;
}

.layerSwiper.app .positionArea .checkArea {
  position: absolute;
  right: 14px;
  bottom: 11px;
}

.layerSwiper.app .positionArea .checkArea input {
  margin-top: 0;
}

.layerSwiper.app .positionArea .checkArea label {
  font-size: 15px;
  font-weight: 350;
  color: #000;
}

.layerSwiper.app .positionArea .textLengthWrap {
  position: absolute;
  right: 28px;
  bottom: 12px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layerSwiper.app .positionArea .textLengthWrap p {
  font-size: 10px;
  line-height: 22px;
  color: #ccc;
}

.consumer {
  position: relative;
}

.consumer .btnMore {
  position: absolute;
  left: 8px;
  top: -26px;
  width: 15px;
  height: 15px;
  background: url(/publishing/admin/assets/images/common/btn_chat_more.png) center center no-repeat;
  background-size: 3px 11px;
}

.consumer .msgTimeArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 6px;
}

.consumer .msgTimeArea .storeTit a {
  font-size: 14px;
  color: #000;
  width: 30px;
  height: 30px;
}

.consumer .msgTimeArea .storeTit a img {
  width: 30px;
  height: 30px;
}

.consumer .msgArea .consumer {
  background: none;
}

.consumer .msgArea p a {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 18px;
  line-height: 18px;
}

.qnaArea {
  position: relative;
}

.qnaArea.app > .formWrap {
  z-index: 100;
  position: fixed;
  width: 100%;
  max-width: 700px;
  background-color: #fff;
}

.qnaArea.app div.pdStyle {
  padding-top: 76px;
}

.qnaArea.app.qnaListArea .formWrap .inputWrap .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}

.qnaArea.app.qnaListArea .formWrap .inputWrap .flex button {
  width: 150px;
}

.qnaArea.app.qnaListArea .formWrap .inputWrap .flex .btnType01 {
  color: #666;
  background: #ddd;
  height: 30px;
}

.qnaArea.app .chatSection .seller .msgTime {
  background: none;
}

.qnaArea.app .chatSection .seller .msgArea .consumer {
  background: none;
}

.qnaArea.app .chatSection .seller .msgArea p a {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 18px;
  line-height: 18px;
}

.qnaArea.app .btnPhoneCall {
  position: fixed;
  right: 17px;
  bottom: 72px;
}

.qnaArea.app .btnPhoneCall img {
  width: 63px;
  height: 72px;
}

.qnaArea.app .btnInquiry {
  position: fixed;
  right: 17px;
  bottom: 14px;
}

.qnaArea.app .btnInquiry img {
  width: 60px;
  height: 60px;
}

.qnaArea.app .qnaQuestion.lock {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.qnaArea.app .qnaQuestion.lock p {
  width: auto;
  padding-right: 20px;
  background: url(/publishing/admin/assets/images/common/bg_lock.png) right center no-repeat;
  background-size: 10px 14px;
}

.qnaArea.app .qnaQuestion.lock .btnMore {
  position: absolute;
  right: 8px;
  top: 0;
  width: 15px;
  height: 15px;
  background: url(/publishing/admin/assets/images/common/btn_chat_more.png) center center no-repeat;
  background-size: 3px 11px;
}

.qnaArea .noData {
  z-index: 110;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 230px;
  padding: 14px 25px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #888888;
}

.qnaArea .formWrap {
  padding: 15px 16px !important;
  border-bottom: 1px solid #999;
}

.qnaArea .formWrap .formGroup {
  margin-top: 0;
}

.qnaArea .inputWrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.qnaArea .inputWrap .flex .bbSelectbox02 {
  height: 30px;
  border-radius: 0;
}

.qnaArea .inputWrap .flex .bbSelectbox02 label {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 15px !important;
  font-weight: 350;
  top: 0 !important;
  color: #000;
  max-width: 68% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 30px;
  line-height: 30px;
}

.qnaArea .inputWrap .flex .bbSelectbox02 select {
  padding: 0 10px !important;
  font-size: 15px;
  font-weight: 350;
  top: 10px;
  position: absolute;
}

.qnaArea .inputWrap .flex .btnType02 {
  display: inline-block;
  margin-left: 0;
  border-radius: 0;
  font-size: 15px;
  height: 30px;
  width: 100%;
}

.qnaArea .qnaSection {
  position: relative;
  padding: 15px 12px 18px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.qnaArea .qnaSection .qnaTop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qnaArea .qnaSection .qnaTop strong {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58px !important;
  height: 58px;
  margin-right: 27px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 350;
  border-radius: 50%;
  color: #727070;
}

.qnaArea .qnaSection .qnaTop strong.standby {
  background-color: #D9D9D9;
  color: #727070;
}

.qnaArea .qnaSection .qnaTop strong.complete {
  background-color: #198EB6;
  color: #fff;
}

.qnaArea .qnaSection .qnaTop strong.new:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FF665C;
}

.qnaArea .qnaSection .qnaQuestion {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 85px;
}

.qnaArea .qnaSection .qnaQuestion .attach {
  width: 85%;
  padding-left: 20px;
  background: url(/publishing/admin/assets/images/common/bg_attach.png) left center no-repeat;
  background-size: 11px 12px;
  font-size: 13px;
}

.qnaArea .qnaSection .qnaQuestion .attach a {
  color: #7C7C7C;
}

.qnaArea .qnaSection .qnaQuestion .attach .attachmentLayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  font-weight: 350;
}

.qnaArea .qnaSection .qnaQuestion .attach .attachmentLayer .content {
  max-width: 68% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 18px;
  line-height: 18px;
}

.qnaArea .qnaSection .qnaQuestion .dateArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.qnaArea .qnaSection .qnaQuestion .dateArea .date {
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.qnaArea .qnaSection .qnaQuestion .dateArea .date ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qnaArea .qnaSection .qnaQuestion .dateArea .date ul li {
  position: relative;
  margin-left: 5px;
  padding-left: 5px;
}

.qnaArea .qnaSection .qnaQuestion .dateArea .date ul li.code {
  padding-left: 10px;
  font-size: 11px;
  color: #198EB6;
}

.qnaArea .qnaSection .qnaQuestion .dateArea .date ul li.code:before {
  background: none;
}

.qnaArea .qnaSection .qnaQuestion .dateArea .date ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.qnaArea .qnaSection .qnaQuestion .dateArea .date ul li:first-child:before {
  content: none;
}

.qnaArea .qnaSection .qnaQuestion .dateArea .date ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 12px;
  background-color: #D9D9D9;
}

.qnaArea .qnaSection .qnaQuestion .dateArea .code {
  margin-top: 0;
}

.qnaArea .qnaSection .qnaQuestion .provider {
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #7B7A7A;
}

.qnaArea .qnaSection .qnaQuestion .provider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qnaArea .qnaSection .qnaQuestion .provider ul li {
  position: relative;
  margin-left: 5px;
  padding-left: 5px;
}

.qnaArea .qnaSection .qnaQuestion .provider ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.qnaArea .qnaSection .qnaQuestion .provider ul li:first-child:before {
  content: none;
}

.qnaArea .qnaSection .qnaQuestion .provider ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 12px;
  background-color: #D9D9D9;
}

.qnaArea .qnaSection .qnaQuestion .provider ul li a {
  color: #7B7A7A;
}

.qnaArea .qnaSection .qnaQuestion p {
  width: 80%;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 350;
  line-height: 22px;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 66px;
  line-height: 22px;
}

.qnaArea .qnaSection .btnToggle {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.qnaArea .qnaSection .btnToggle img {
  width: 15px;
  height: 8px;
}

.qnaArea .qnaSection .btnToggle img.rotate180 {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qnaArea .qnaSection .btnReply {
  position: absolute;
  right: 17px;
  bottom: 6px;
  font-size: 11px;
  line-height: 16px;
  color: #F4A403;
}

.qnaArea .chatSection {
  padding: 20px 11px;
  background: #EBF0F1;
}

.qnaArea .chatSection > .date {
  display: block;
  width: 85px;
  margin: 0 auto 14px;
  padding: 3px 0;
  font-size: 10px;
  font-weight: 350;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background-color: #ADA8A3;
  border-radius: 50px;
}

.qnaArea .chatSection ul {
  overflow: hidden;
}

.qnaArea .chatSection ul li {
  margin-bottom: 35px;
  margin-top: 25px;
}

.qnaArea .chatSection ul li.seller:first-child {
  margin-top: 25px;
}

.qnaArea .chatSection ul li.consumer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qnaArea .chatSection ul li.consumer .msgArea {
  position: relative;
  display: block;
  float: left;
  text-align: left;
  width: 231px;
  min-height: 58px;
  margin-left: 10px;
  font-weight: 350;
  padding: 7px 9px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 22px;
  background-color: #fff;
}

.qnaArea .chatSection ul li.consumer .msgArea .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
}

.qnaArea .chatSection ul li.consumer .msgArea .info .consumer {
  position: relative;
  margin-left: 5px;
  padding-left: 5px;
  font-size: 13px;
}

.qnaArea .chatSection ul li.consumer .msgArea .info .consumer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 12px;
  background-color: #000;
}

.qnaArea .chatSection ul li.consumer .msgArea .info .consumer .name {
  font-size: 14px;
}

.qnaArea .chatSection ul li.consumer .msgArea .prevMsg {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #aaa;
}

.qnaArea .chatSection ul li.consumer .msgTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 6px;
}

.qnaArea .chatSection ul li.consumer .msgTime.wDate > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.qnaArea .chatSection ul li.consumer .msgTime.wDate .date {
  font-size: 13px;
  color: #888;
  line-height: 16px;
}

.qnaArea .chatSection ul li.consumer .msgTime .time {
  font-size: 13px;
  color: #888;
  line-height: 16px;
}

.qnaArea .chatSection ul li.consumer .msgTime .btnReply {
  display: inline;
  position: inherit;
  margin-left: 15px;
  font-size: 13px;
  line-height: 16px;
  color: #F4A403;
}

.qnaArea .chatSection ul li.seller {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.qnaArea .chatSection ul li.seller .btnMore {
  position: absolute;
  right: 8px;
  top: -26px;
  width: 15px;
  height: 15px;
  background: url("/publishing/admin/assets/images/common/btn_chat_more.png") center center no-repeat;
  background-size: 3px 11px;
}

.qnaArea .chatSection ul li.seller .btnMore img {
  width: 3px;
  height: 11px;
}

.qnaArea .chatSection ul li.seller .msgArea {
  position: relative;
  display: block;
  float: right;
  text-align: left;
  width: 231px;
  min-height: 58px;
  padding: 7px 9px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 350;
  line-height: 22px;
  border-radius: 5px;
  color: #fff;
  background-color: #198EB6;
}

.qnaArea .chatSection ul li.seller .msgArea p a {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 18px;
  line-height: 18px;
}

.qnaArea .chatSection ul li.seller .msgArea .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
}

.qnaArea .chatSection ul li.seller .msgArea .info .consumer {
  position: relative;
  margin-left: 5px;
  padding-left: 5px;
  font-size: 13px;
}

.qnaArea .chatSection ul li.seller .msgArea .info .consumer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 12px;
  background-color: #fff;
}

.qnaArea .chatSection ul li.seller .msgArea .info .consumer .name {
  font-size: 14px;
}

.qnaArea .chatSection ul li.seller .msgArea .prevMsg {
  margin-bottom: 15px;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #D9D9D9;
}

.qnaArea .chatSection ul li.seller .msgTimeArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 6px;
}

.qnaArea .chatSection ul li.seller .msgTimeArea .storeTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.qnaArea .chatSection ul li.seller .msgTimeArea .storeTit a {
  width: 30px;
  height: 30px;
}

.qnaArea .chatSection ul li.seller .msgTimeArea .storeTit a img {
  width: 30px;
  height: 30px;
}

.qnaArea .chatSection ul li.seller .msgTimeArea .msgTime.wDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.qnaArea .chatSection ul li.seller .msgTimeArea .msgTime.wDate .date {
  font-size: 13px;
  color: #888;
  line-height: 16px;
}

.qnaArea .chatSection ul li.seller .msgTimeArea .msgTime .btnReply {
  display: inline;
  position: inherit;
  margin-right: 15px;
  font-size: 13px;
  line-height: 16px;
  color: #F4A403;
}

.qnaArea .chatSection ul li.seller .msgTimeArea .msgTime .time {
  font-size: 13px;
  color: #888;
  line-height: 16px;
}

.qnaArea .chatSection ul li.replyArea {
  width: 100%;
  height: 108px;
  padding: 8px 0;
  margin-bottom: 0;
  background-color: #D9D9D9;
  border-bottom: 1px solid #ddd;
}

.qnaArea .chatSection ul li.replyArea .inner {
  position: relative;
  width: calc(100% - 24px);
  margin: 0 auto;
  height: 92px;
  min-height: auto;
  background-color: #fff;
}

.qnaArea .chatSection ul li.replyArea .inner .date {
  overflow: hidden;
  padding-left: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  border-bottom: 1px solid #dddddd;
}

.qnaArea .chatSection ul li.replyArea .inner .date ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.qnaArea .chatSection ul li.replyArea .inner .date ul li {
  position: relative;
  margin-left: 5px;
  padding-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
}

.qnaArea .chatSection ul li.replyArea .inner .date ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.qnaArea .chatSection ul li.replyArea .inner .date ul li:first-child:before {
  content: none;
}

.qnaArea .chatSection ul li.replyArea .inner .date ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 12px;
  background-color: #D9D9D9;
}

.qnaArea .chatSection ul li.replyArea .inner .date p {
  float: left;
  margin-left: 15px;
  color: #BDBABA;
  width: 62%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 18px;
  line-height: 18px;
}

.qnaArea .chatSection ul li.replyArea .inner .bottomArea {
  position: relative;
  background: url("/publishing/admin/assets/images/common/bg_qna_arrow.png") 7px 10px no-repeat;
  background-size: 8px 11px;
}

.qnaArea .chatSection ul li.replyArea .inner .bottomArea .blind {
  position: absolute;
  left: 23px;
  top: 0;
  height: 4px;
  width: calc(100% - 35px);
  background-color: #fff;
}

.qnaArea .chatSection ul li.replyArea .inner .bottomArea textarea {
  width: calc(100% - 35px);
  margin-left: 23px;
  height: 50px;
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: 1.677;
}

.qnaArea .chatSection ul li.replyArea .inner .btnApply {
  position: absolute;
  right: 8px;
  bottom: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #198EB6;
}

.mypageArea.mypageAreav2 .mypageSubList {
  margin-bottom: 0;
  padding-bottom: 100px;
  background-color: #F1F5F9;
  min-height: calc(100vh - 92px - 408px - 36px);
}

.mypageArea.mypageAreav2 .mypageSubList ul {
  margin-top: 0;
  padding-top: 10px;
}

.mypageArea > .inner {
  min-height: calc(100vh - 66px - 102px);
}

.mypageArea > .inner .replyLayer .inner {
  min-height: auto !important;
}

.mypageArea > .inner .rechargeListArea.usageListArea .rechargeTop {
  height: 126px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .rechargeTop .tblTitle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}

.mypageArea > .inner .rechargeListArea.usageListArea .rechargeTop .tblTitle ul li {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .rechargeTop .tblTitle ul li:first-child {
  margin-left: 77px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .rechargeTop .tblTitle ul li:last-child {
  margin-left: auto;
  margin-right: 20px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList {
  padding-top: 126px;
  padding-bottom: 16px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList .noData {
  z-index: 110;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 230px;
  padding: 14px 25px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #888888;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList ul li {
  margin-top: 10px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList ul li:first-child {
  margin-top: 10px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList ul li.charge {
  background: url("/publishing/admin/assets/images/common/bg_usage01.png") 16px center no-repeat;
  background-size: 60px 60px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList ul li.payment {
  background: url("/publishing/admin/assets/images/common/bg_usage02.png") 16px center no-repeat;
  background-size: 60px 60px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList ul li.payment .rightSec {
  color: #F4A403;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList ul li.filter {
  background: url("/publishing/admin/assets/images/common/bg_usage03.png") 16px center no-repeat;
  background-size: 60px 60px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList ul li.filter .rightSec {
  color: #F4A403;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList .usageArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList .usageArea .leftSec {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList .usageArea .leftSec .usageInfo {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList .usageArea .leftSec .usageInfo img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList .usageArea .leftSec .usageInfo + div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList .usageArea .leftSec .title a {
  display: inline-block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #333;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList .usageArea .leftSec .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList .usageArea .leftSec .date strong {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #79878F;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList .usageArea .leftSec .date span {
  position: relative;
  margin-left: 5px;
  padding-left: 5px;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList .usageArea .leftSec .date span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 10px;
  background: #79878F;
}

.mypageArea > .inner .rechargeListArea.usageListArea .usageList .usageArea .rightSec {
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
}

.mypageArea > .inner .rechargeListArea .rechargeTop {
  z-index: 9;
  position: fixed;
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  padding: 20px 16px 16px;
  border-bottom: 1px solid #F2F2F2;
}

.mypageArea > .inner .rechargeListArea .rechargeTop.withWarn + .rechargeList {
  padding-top: 124px;
}

.mypageArea > .inner .rechargeListArea .rechargeTop.wBotArea {
  height: auto;
}

.mypageArea > .inner .rechargeListArea .rechargeTop.wBotArea .botArea .retailName {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.mypageArea > .inner .rechargeListArea .rechargeTop.wBotArea .botArea .code {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 23px !important;
}

.mypageArea > .inner .rechargeListArea .rechargeTop.wBotArea .botArea .code:before {
  top: 8px;
}

.mypageArea > .inner .rechargeListArea .rechargeTop.wBotArea + .rechargeList {
  padding-top: 100px;
}

.mypageArea > .inner .rechargeListArea .rechargeTop.wBotArea + .rechargeList ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #000;
}

.mypageArea > .inner .rechargeListArea .rechargeTop.wBotArea + .rechargeList ul li span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.mypageArea > .inner .rechargeListArea .rechargeTop.wBotArea + .rechargeList ul li strong {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.mypageArea > .inner .rechargeListArea .rechargeTop.wBotArea + .rechargeList ul li a {
  width: 18px;
  height: 18px;
}

.mypageArea > .inner .rechargeListArea .rechargeTop.wBotArea + .rechargeList ul li a img {
  width: 18px;
  height: 18px;
}

.mypageArea > .inner .rechargeListArea .rechargeTop .botArea {
  background: #fff;
}

.mypageArea > .inner .rechargeListArea .rechargeTop .botArea .storeInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 20px;
}

.mypageArea > .inner .rechargeListArea .rechargeTop .botArea .storeInfo .code {
  position: relative;
  padding-left: 5px;
  font-size: 14px;
  line-height: 20px;
}

.mypageArea > .inner .rechargeListArea .rechargeTop .botArea .storeInfo .code:focus {
  box-shadow: 0 0 0 1px #198EB6 !important;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 1px #198EB6 !important;
}

.mypageArea > .inner .rechargeListArea .rechargeTop .botArea .storeInfo .code span {
  font-weight: bold;
}

.mypageArea > .inner .rechargeListArea .rechargeTop .botArea .storeInfo .code:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 11px;
  background-color: #DDDDDD;
}

.mypageArea > .inner .rechargeListArea .rechargeTop .botArea .storeInfo .bbSelectbox02 {
  width: 40%;
  border: none;
}

.mypageArea > .inner .rechargeListArea .rechargeTop .botArea .storeInfo .bbSelectbox02 label {
  left: auto;
  right: 35px;
  color: #888;
}

.mypageArea > .inner .rechargeListArea .rechargeTop .remainingBalance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 12px;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}

.mypageArea > .inner .rechargeListArea .rechargeTop .remainingBalance strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}

.mypageArea > .inner .rechargeListArea .rechargeTop .warning {
  margin-top: 6px;
  padding-left: 17px;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #FC3935;
  background: url("/publishing/admin/assets/images/common/ico_warning.png") left top no-repeat;
  background-size: 12.5px 12.5px;
}

.mypageArea > .inner .rechargeListArea .rechargeList {
  padding-top: 104px;
}

.mypageArea > .inner .rechargeListArea .rechargeList .noData {
  z-index: 110;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 230px;
  padding: 14px 25px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #888888;
}

.mypageArea > .inner .rechargeListArea .rechargeList ul {
  padding: 0 16px 16px;
}

.mypageArea > .inner .rechargeListArea .rechargeList ul li {
  margin-top: 6px;
  padding: 14px 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.mypageArea > .inner .rechargeListArea .rechargeList ul li.holding a span:last-child {
  color: #999999;
}

.mypageArea > .inner .rechargeListArea .rechargeList ul li.complete a span:last-child {
  color: #000;
}

.mypageArea > .inner .rechargeListArea .rechargeList ul li.cancel a span:last-child {
  color: #F4A403;
}

.mypageArea > .inner .rechargeListArea .rechargeList ul li:first-child {
  margin-top: 0;
}

.mypageArea > .inner .rechargeListArea .rechargeList ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #000;
}

.mypageArea > .inner .rechargeListArea .rechargeList ul li a span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.mypageArea > .inner .rechargeListArea .rechargeList ul li a strong {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
}

.mypageArea > .inner .filterListArea {
  padding: 20px 16px 16px;
}

.mypageArea > .inner .filterList {
  min-height: calc(100vh - 110px);
  padding: 30px 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.mypageArea > .inner .filterList ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 8px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 20px;
}

.mypageArea > .inner .filterList ul li span {
  font-size: 14px;
  line-height: 20px;
}

.mypageArea > .inner .filterList ul li strong {
  color: #198EB6;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.mypageArea > .inner .filterList ul li:first-child {
  padding-top: 0;
}

.mypageArea > .inner.storeInfo .personalInfo {
  padding-top: 10px;
}

.mypageArea > .inner.storeInfo .personalInfo .myInfoArea {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.mypageArea > .inner.storeInfo .personalInfo .myInfoArea .myProfile {
  margin: 20px auto 0;
  width: 74px;
  height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.mypageArea > .inner.storeInfo .personalInfo .myInfoArea .myProfile img {
  width: 74px;
  height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.mypageArea > .inner.storeInfo .personalInfo .myInfoArea .myProfile + div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mypageArea > .inner.storeInfo .personalInfo .myInfoArea .myId a {
  padding-right: 0;
  background: none;
}

.mypageArea > .inner.storeInfo .personalInfo .myInfoArea .myStore {
  position: relative;
  display: block;
  text-align: center;
}

.mypageArea > .inner.storeInfo .personalInfo .myInfoArea .myStore span {
  position: absolute;
  right: 0;
}

.mypageArea > .inner.storeInfo .modifyList {
  margin-top: 25px;
  padding: 0 16px;
}

.mypageArea > .inner.storeInfo .modifyList ul li {
  position: relative;
  margin-top: 13px;
  height: 43px;
  border-radius: 5px;
}

.mypageArea > .inner.storeInfo .modifyList ul li:nth-child(1) {
  background: #15517c url("/publishing/admin/assets/images/common/bg_store_modify01.png") no-repeat;
  background-position: left top;
  background-size: 341px 43px;
}

.mypageArea > .inner.storeInfo .modifyList ul li:nth-child(2) {
  background: #258fae url("/publishing/admin/assets/images/common/bg_store_modify02.png") no-repeat;
  background-position: left top;
  background-size: 341px 43px;
}

.mypageArea > .inner.storeInfo .modifyList ul li:nth-child(3) {
  background: #2da9cf url("/publishing/admin/assets/images/common/bg_store_modify03.png") no-repeat;
  background-position: left top;
  background-size: 341px 43px;
}

.mypageArea > .inner.storeInfo .modifyList ul li:nth-child(4) {
  background: #64c3c3 url("/publishing/admin/assets/images/common/bg_store_modify04.png") no-repeat;
  background-position: left top;
  background-size: 341px 43px;
}

.mypageArea > .inner.storeInfo .modifyList ul li:nth-child(4) a {
  background: none;
}

.mypageArea > .inner.storeInfo .modifyList ul li a {
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 43px;
  color: #fff;
  background: url("/publishing/admin/assets/images/common/icon_arrow05.png") no-repeat;
  background-position: right 18px center;
  background-size: 9px 16px;
}

.mypageArea .personalInfo {
  position: relative;
  padding-top: 10px;
}

.mypageArea .personalInfo .myInfoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 0 16px;
}

.mypageArea .personalInfo .myInfoArea .myProfile {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mypageArea .personalInfo .myInfoArea .myProfile img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.mypageArea .personalInfo .myInfoArea .myProfile + div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mypageArea .personalInfo .myInfoArea .myId a {
  display: inline-block;
  margin-top: 10px;
  padding-right: 15px;
  font-weight: 350;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  background: url("/publishing/admin/assets/images/common/bg_location_info.png") right center no-repeat;
  background-size: 7px 11px;
}

.mypageArea .personalInfo .myInfoArea .myStore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.mypageArea .personalInfo .myInfoArea .myStore strong {
  font-weight: 350;
  font-size: 14px;
  line-height: 14px;
  color: #908F8F;
}

.mypageArea .personalInfo .myInfoArea .myStore span {
  position: absolute;
  right: 7px;
  bottom: -10px;
  font-weight: 350;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}

.mypageArea .amount {
  margin-top: 20px;
  background-color: #198EB6;
}

.mypageArea .amount > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px 0;
}

.mypageArea .amount > a span {
  display: inline-block;
  padding-left: 26px;
  background: url("/publishing/admin/assets/images/common/bg_amount.png") no-repeat;
  background-position: left center;
  background-size: 22px 22px;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
}

.mypageArea .amount > a strong {
  display: block;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
}

.mypageArea .amount > a strong:after {
  content: ' 원';
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.mypageArea .amount .voucherArea {
  position: relative;
  width: calc(100% - 20px);
  margin: 20px 10px 0;
  padding: 25px 0 10px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
}

.mypageArea .amount .voucherArea .btnDoubleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  margin: auto;
  width: calc(100% - 20px);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.mypageArea .amount .voucherArea .btnDoubleArea button {
  width: 50%;
  height: 48px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.mypageArea .amount .voucherArea .btnDoubleArea button span {
  display: block;
  font-size: 12px;
}

.mypageArea .amount .voucherArea .btnDoubleArea .btnTypeDefault {
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #FFF;
  background: #000;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.mypageArea .amount .voucherArea .btnDoubleArea .btnTypeYellow {
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #FFF;
  background: #F4A403;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.mypageArea .amount .voucherArea .btnDoubleArea .btnTypeYellow strong {
  color: #000;
}

.mypageArea .amount .voucherArea .btnSingleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: calc(100% - 20px);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.mypageArea .amount .voucherArea .btnSingleArea button {
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.mypageArea .amount .voucherArea .btnSingleArea button span {
  display: block;
  font-size: 12px;
}

.mypageArea .amount .voucherArea .btnSingleArea .btnTypeYellow {
  border-radius: 5px;
  border: 2px solid #FFF;
  background: #F4A403;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.mypageArea .amount .voucherArea .btnSingleArea .btnTypeYellow strong {
  color: #000;
}

.mypageArea .amount .voucherArea a.btnNotice {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 15px;
  height: 15px;
}

.mypageArea .amount .voucherArea a.btnNotice img {
  width: 15px;
  height: 15px;
}

.mypageArea .amount .voucherArea .btnType02 {
  width: 200px;
  height: 30px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.mypageArea .amount .voucherArea .expiration {
  position: relative;
  margin-top: 13px;
}

.mypageArea .amount .voucherArea .expiration > span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 350;
  color: #999999;
}

.mypageArea .amount .voucherArea .expiration > span span {
  color: #F4A403;
}

.mypageArea .amount .voucherArea .expiration .btnLayer {
  position: absolute;
  right: 10px;
  bottom: -2px;
  padding: 3px 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 350;
  border-radius: 100px;
  background: #F4A403;
}

.mypageArea .amount .voucherArea .expiration .btnLayer strong {
  font-weight: 350;
}

.mypageArea .amount .voucherArea .expiration .subTxt {
  position: absolute;
  right: 4px;
  bottom: -6px;
  font-size: 10px;
  font-weight: 500;
  color: #999;
}

.mypageArea .amount ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  padding: 0 30px 20px;
}

.mypageArea .amount ul li {
  width: 55px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fff;
}

.mypageArea .amount ul li:nth-child(1) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage01.png") no-repeat;
  background-position: center top;
  background-size: 38.5px 33px;
}

.mypageArea .amount ul li:nth-child(2) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage02.png") no-repeat;
  background-position: center top;
  background-size: 29px 36px;
}

.mypageArea .amount ul li:nth-child(3) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage03.png") no-repeat;
  background-position: center 5px;
  background-size: 40px 25px;
}

.mypageArea .amount ul li:nth-child(4) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage04.png") no-repeat;
  background-position: center top;
  background-size: 26px 30.5px;
}

.mypageArea .amount ul li a {
  display: block;
  padding-top: 40px;
  color: #fff;
}

.mypageArea .mypageSubList {
  margin-bottom: 100px;
}

.mypageArea .mypageSubList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding: 0 10px;
}

.mypageArea .mypageSubList ul:first-child li:nth-child(1) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage05.png") no-repeat;
  background-position: 32px 36px;
  background-size: 22px 22px;
}

.mypageArea .mypageSubList ul:first-child li:nth-child(2) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage08.png") no-repeat;
  background-position: 32px 36px;
  background-size: 22px 22px;
}

.mypageArea .mypageSubList ul:first-child li:nth-child(3) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage09.png") no-repeat;
  background-position: 32px 36px;
  background-size: 22px 22px;
}

.mypageArea .mypageSubList ul:first-child li:nth-child(4) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage06.png") no-repeat;
  background-position: 32px 36px;
  background-size: 22px 22px;
}

.mypageArea .mypageSubList ul:nth-child(2) {
  margin-top: 0;
}

.mypageArea .mypageSubList ul:nth-child(2) li:nth-child(1) a {
  background: url("/publishing/admin/assets/images/common/ico_mypage07.png") no-repeat;
  background-position: 32px 36px;
  background-size: 22px 22px;
}

.mypageArea .mypageSubList ul li {
  width: 85px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #666666;
  background: url("/publishing/admin/assets/images/common/bg_mypage_list_mo.png") no-repeat;
  background-position: -4px top;
  background-size: 95px 95px !important;
}

.mypageArea .mypageSubList ul li a {
  display: block;
  padding: 84px 0 0;
  color: #666666;
}

.mypageArea .mypageSubList ul li.new {
  position: relative;
}

.mypageArea .mypageSubList ul li.new:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FF665C;
}

.flexSW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inputWrap.inputWBtn {
  position: relative;
  margin-top: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
}

.inputWrap.inputWBtn input {
  width: calc(100% - 100px);
  margin-top: 0;
  border: 1px solid #fff;
}

.inputWrap.inputWBtn button {
  top: 6px !important;
}

.inputWrap.inputWBtn .btnType02 {
  position: absolute;
  right: 6px;
  top: 16px;
  height: 36px;
  margin-left: 0;
  width: auto;
  min-width: 90px;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: 400;
}

.inputWrap.inputWBtn .btnFile {
  position: absolute;
  right: 6px !important;
  top: 6px !important;
  left: auto !important;
  display: inline-block;
  height: 36px !important;
  line-height: 36px;
  margin-left: 0;
  width: 62px !important;
  padding: 0 14px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  background-color: #198EB6 !important;
}

.inputWrap.psWrap {
  position: relative;
}

.inputWrap.psWrap .btnFake {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  right: 13px;
  top: 16px;
}

.inputWrap.psWrap input {
  background-image: url(/publishing/admin/assets/images/common/icon_password_view.png);
  background-repeat: no-repeat;
  background-size: 19px 12px;
  background-position: right 18px center;
}

.complete {
  position: relative;
}

.complete .formWrap {
  position: absolute;
  top: calc(50% - 56px);
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 100%;
  height: 326px;
}

.complete .formWrap p {
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  color: #333;
}

.complete .formWrap p.title {
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
}

.complete .formWrap p.date {
  width: 100%;
  margin: 16px 0;
  padding: 20px 0;
  font-size: 14px;
  line-height: 20px;
  background: #F9F9F9;
  border-radius: 8px;
}

.complete .formWrap .subDesc {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  color: #aaa;
}

.complete .formWrap .cautionList,
.complete .formWrap .btnLine,
.complete .formWrap input {
  background: transparent !important;
}

.validationArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.validationArea li {
  margin-left: 9px;
  padding-left: 14px;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
  background-image: url(/publishing/admin/assets/images/common/ico_check_off.png);
  background-repeat: no-repeat;
  background-size: 11px 9px;
  background-position: left;
}

.validationArea li.confirm {
  background-image: url(/publishing/admin/assets/images/common/ico_check.png);
  background-repeat: no-repeat;
  background-size: 11px 9px;
  background-position: left;
  color: #FF5AAB;
}

.stepArea {
  padding: 0 16px 16px;
}

.stepArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stepArea ul li {
  position: relative;
  margin-left: 18px;
  padding: 3px 6px;
  font-family: 'roboto';
  font-weight: 500;
  font-size: 12px;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.stepArea ul li.current {
  border: 1px solid #FF5AAB;
  background-color: #FF5AAB;
  color: #fff;
}

.stepArea ul li.current:before {
  background: url(/publishing/admin/assets/images/common/bg_dot.png);
  background-repeat: no-repeat;
  background-size: 10px 2px;
  background-position: center;
}

.stepArea ul li.current.pass {
  background: #fff;
  color: #FF5AAB;
}

.stepArea ul li:first-child {
  margin-left: 0;
}

.stepArea ul li:first-child:before {
  content: none;
}

.stepArea ul li:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 8px;
  width: 10px;
  height: 2px;
  background: url(/publishing/admin/assets/images/common/bg_dot_default.png);
  background-repeat: no-repeat;
  background-size: 10px 2px;
  background-position: center;
}

.header .exit {
  font-size: 0;
  position: absolute;
  top: 30px;
  right: 16px;
  width: 20px;
  height: 20px;
}

.header .exit:before {
  position: absolute;
  top: 0;
  right: 10px;
  content: '';
  width: 1.5px;
  height: 20px;
  background-color: #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .exit:after {
  position: absolute;
  content: '';
  top: 0;
  right: 10px;
  width: 1.5px;
  height: 20px;
  background-color: #222;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .btnHome {
  width: 28px;
  height: 28px;
}

.header .btnHome .homeIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/publishing/admin/assets/images/common/ico_home.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}

.header .btnSearch1 {
  width: 28px;
  height: 28px;
}

.header .btnSearch1 .searchIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(/publishing/admin/assets/images/common/ico_search.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
}

.header .btnList {
  width: 28px;
  height: 28px;
}

.header .btnList .listIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(/publishing/admin/assets/images/common/ico_list.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}

.header .btnList .listIcon.on {
  background-image: url(/publishing/admin/assets/images/common/ico_list_on.png);
}

.header .btnHamburger {
  width: 56px;
  height: 56px;
}

.header .btnHamburger .hamburgerIcon {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(/publishing/admin/assets/images/common/ico_hamburger.png);
  background-repeat: no-repeat;
  background-size: 56px;
  background-position: center;
}

.header.admin {
  height: auto !important;
}

.header.admin .botArea .inputSection .formWrap {
  width: 50%;
}

.header.admin .botArea .inputSection .formWrap input {
  width: 100% !important;
}

.header.admin .botArea .bbSelectbox02 {
  width: 150px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header.admin .botArea .cautionList {
  background: none;
}

.cellArea .flex .bbInput2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}

.cellArea .flex .bbSelectbox02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 125px;
}

.cellArea .flex .bbSelectbox02 label {
  top: 0 !important;
}

.cellArea label span {
  color: #939292;
}

.cellArea .btnQuestion {
  width: 15px;
  height: 15px;
}

.cellArea .btnQuestion img {
  width: 15px;
  height: 15px;
}

.superInfo {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #444;
}

.marketPrice .inner {
  padding: 0;
}

.marketPrice .inner img {
  position: static !important;
  margin-top: 15px;
  -webkit-transform: unset;
          transform: unset;
  width: 100%;
}

.marketPrice .inner img:first-child {
  margin-top: 0;
}

.marketPrice .inner .pinchZoom {
  -ms-touch-action: auto;
      touch-action: auto;
}

.tabContainer .tabs {
  position: relative;
  top: auto;
  border-bottom: 0 !important;
}

.tabContainer .tabs li {
  width: 100%;
  padding-top: 0;
  border-bottom: none;
}

.tabContainer .tabs li a {
  width: 100%;
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}

.tabContainer .tabs li.active a {
  border-bottom: 0;
}

.tabContainer .tabContent .subDesc {
  padding-top: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #666;
}

.tabContainer .tabContent .phoneTblArea .tblArea {
  overflow: auto;
  margin-top: 15px;
  padding-top: 0;
  border-top: 1px solid #E1E1E1;
}

.tabContainer .tabContent .phoneTblArea .tblArea .tblType01 {
  min-width: 400px;
}

.tabContainer .tabContent .phoneTblArea .tblArea .tblType01 p {
  text-align: right;
}

.tabContainer .tabContent .phoneTblArea .tblArea .tblType01 p.red {
  color: red;
}

.tabContainer .tabContent .phoneTblArea .tblArea .tblType01 td:nth-child(3) {
  text-align: center;
}

.priceAddContent section h4 {
  margin-top: 100px;
  font-size: 20px;
}

.priceAddContent section:first-child h4 {
  margin-top: 30px;
}

.tblType01.tblTit thead.fixed {
  position: fixed;
  min-width: 500px;
  top: 56px;
}

.tblType01.tblTit thead.fixed th {
  width: calc(100% - 66.66%);
}

.tblType01 .select2-container {
  width: 100%;
  min-width: 100%;
}

.newBtnType01 {
  padding: 5px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
  background: #198EB6;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.layerWrap {
  z-index: 1010;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 330px;
  text-align: center;
}

.layerWrap.fullPage {
  width: 100%;
  max-width: 700px;
  margin: auto;
  height: 100%;
}

.layerWrap.fullPage .layerContent {
  padding: 54px 20px 0 20px;
  text-align: left;
}

.layerWrap.fullPage .layerContent .attach ul li {
  margin-top: 10px;
}

.layerWrap.fullPage .layerContent .attach ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.layerWrap.fullPage .btnClose {
  position: absolute;
  right: 15px;
  top: 15px;
}

.layerWrap.layerSwiper {
  overflow: hidden;
  max-width: 700px;
  width: calc(100% - 32px);
  height: 420px;
  padding: 14px 11px 30px;
  border: 1px solid #888888;
  border-radius: 5px;
  background-color: #DDDDDD;
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
          box-shadow: 0px 4px 4px 0px #00000040;
}

.layerWrap.layerSwiper .layerContent {
  overflow: hidden;
  padding: 54px 20px 0 20px;
}

.layerWrap.layerSwiper .layerContent .btnLine {
  margin-top: 0;
}

.layerWrap.layerSwiper .btnArea {
  overflow: hidden;
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.layerWrap.layerSwiper .btnArea > button {
  width: 75px;
  height: 27px;
  margin: auto;
}

.layerWrap.layerSwiper .btnArea .right {
  text-align: right;
}

.layerWrap.layerSwiper .btnArea .right button {
  color: #198EB6;
  background-color: #DEEEF3;
  border: none;
  width: 75px;
  height: 27px;
}

.layerWrap.layerSwiper .layerTit {
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.layerWrap.layerSwiper .swiperBtn {
  width: 100%;
}

.layerWrap.layerSwiper .swiperBtn .swiper-button-prev {
  width: 95px;
  height: 36px;
  top: 73px;
  left: 11px !important;
  color: #198EB6;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  cursor: initial;
}

.layerWrap.layerSwiper .swiperBtn .swiper-button-prev img {
  width: 95px;
  height: 36px;
}

.layerWrap.layerSwiper .swiperBtn .swiper-button-next {
  width: 95px;
  height: 36px;
  top: 73px;
  right: 11px !important;
  color: #198EB6;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  cursor: initial;
}

.layerWrap.layerSwiper .swiperBtn .swiper-button-next img {
  width: 95px;
  height: 36px;
}

.layerWrap.layerSwiper .swiper-wrapper {
  background-color: #888888;
}

.layerWrap.layerSwiper .swiper-slide {
  display: block !important;
  padding: 0;
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.layerWrap.layerSwiper .swiper-slide strong {
  display: block;
  padding: 9px 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  border-bottom: 1px solid #f2f2f2;
}

.layerWrap.layerSwiper .swiper-slide ul {
  overflow: auto;
  height: 208px;
  max-height: 208px;
}

.layerWrap.layerSwiper .swiper-slide ul::-webkit-scrollbar {
  width: 13px;
}

.layerWrap.layerSwiper .swiper-slide ul::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
}

.layerWrap.layerSwiper .swiper-slide ul::-webkit-scrollbar-track {
  background-color: #9D9999;
}

.layerWrap.layerSwiper .swiper-slide ul li {
  margin-top: 3px;
}

.layerWrap.layerSwiper .swiper-slide ul li.selected {
  background: rgba(217, 217, 217, 0.4);
}

.layerWrap.layerSwiper .swiper-slide ul li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #888888;
}

.layerWrap.layerSwiper .btnClose {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 18px;
  height: 18px;
}

.layerWrap.layerSwiper .btnClose img {
  width: 18px;
  height: 18px;
}

.layerWrap.newStyle {
  width: 200px;
  padding: 8px 15px 13px;
  background: #F8F8F8;
  border-radius: 5px;
}

.layerWrap.newStyle .layerContent {
  padding: 0;
}

.layerWrap.newStyle .tblType02 {
  margin-top: 10px;
  border-top: 1px solid #D0D0D0;
}

.layerWrap.newStyle .tblType02 tr {
  counter-increment: none;
}

.layerWrap.newStyle .tblType02 tr td:first-child:before {
  content: '';
}

.layerWrap.newStyle .tblType02 tr td:last-child {
  border-right: 1px solid #D0D0D0;
}

.layerWrap.newStyle .btnX {
  position: absolute;
  right: 14px;
  top: 7px;
  width: 18px;
  height: 18px;
  margin: auto;
}

.layerWrap.newStyle .btnX img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.layerWrap .layerContent {
  padding: 25px 20px 20px;
}

.layerWrap .layerContent.newDesign {
  overflow: hidden;
}

.layerWrap .layerContent.newDesign .pointColor {
  color: #198EB6;
}

.layerWrap .layerContent.newDesign .subText {
  padding: 0 10px;
  text-align: left;
  font-size: 15px;
}

.layerWrap .layerContent.newDesign .subText p {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
  color: #999;
  font-family: 'Inter' !important;
}

.layerWrap .layerContent.newDesign .subText .cautionList li {
  padding-left: 15px;
}

.layerWrap .layerContent.newDesign .subText .cautionList li:before {
  width: 5px;
  height: 5px;
  background-color: #555;
}

.layerWrap .layerContent.newDesign .subText .cautionList li strong {
  font-weight: 500;
}

.layerWrap .layerContent.newDesign .subText li {
  line-height: 1.4;
}

.layerWrap .layerContent.newDesign .subText li.chargeNoti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layerWrap .layerContent.newDesign .subText li.chargeNoti span {
  margin: 0 3px;
}

.layerWrap .layerContent.newDesign .subText li.chargeNoti p {
  color: #FF665C;
}

.layerWrap .layerContent.newDesign .btnLine {
  float: right;
  margin-top: 80px;
}

.layerWrap .layerContent.newDesign .btnLine.large {
  margin-top: 40px;
  margin-bottom: 15px;
}

.layerWrap .layerContent.newDesign .btnLine.large button.btnType02 {
  min-width: 100px;
  width: auto;
  height: 34px;
  padding: 0 30px;
  border-radius: 5px;
}

.layerWrap .layerContent.newDesign .btnLine button.btnType02 {
  width: 60px;
  height: 27px;
  margin: auto;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}

.layerWrap .layerContent .title {
  font-size: 17px;
  line-height: 20px;
  font-family: 'Inter' !important;
}

.layerWrap .layerContent .title + .subText .cautionList {
  margin-top: 20px;
}

.layerWrap .layerContent .title.pointColor {
  font-weight: 700;
}

.layerWrap .layerContent .subText {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #666;
}

.layerWrap .layerContent .cautionList {
  text-align: left;
}

.layerWrap .layerContent .cautionList li {
  font-size: 14px;
  color: #555;
}

.layerWrap .layerContent .cautionList li:before {
  background-color: #555;
}

.layerWrap .layerContent .btnLine {
  margin-top: 15px;
}

.layerWrap .layerContent .btnLine .btnType01 {
  border-color: #fff;
  background: #fff;
}

.layerWrap .layerContent .btnLine .btnType02 {
  margin-left: 0;
  border-color: #fff;
  background: #fff;
  color: #198EB6;
}

.layerWrap .layerContent.simple .title {
  padding: 10px 0 20px;
}

.layerBg {
  z-index: 1005;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
}

.together .inner .titleArea {
  position: absolute;
  top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #333;
}

.together .inner .selWrap {
  padding-top: 25px;
}

.together .inner .selWrap .providerArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.together .inner .selWrap .providerArea .provider strong {
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
  color: #666;
}

.together .inner .selWrap .providerArea .provider span {
  color: #666;
}

.together .inner .selWrap .providerArea .counter {
  color: #F4A403;
}

.together .inner .selWrap .formGroup {
  margin-top: 15px;
}

.together .inner .selWrap .btnLine {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: 0;
  padding: 15px 0;
}

.together .inner .selWrap .btnLayerArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -70px;
  padding-bottom: 40px;
}

.together .inner .selWrap .btnLayerArea a {
  color: #999999;
  text-decoration: underline;
  font-size: 14px;
}

.btnType02 {
  width: calc(50% - 6px);
  margin-left: 6px;
  height: 50px;
  background-color: #198EB6;
  border: 1px solid #198EB6;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.btnType02:disabled {
  background-color: #ddd !important;
  border: 1px solid #ddd !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  color: #999 !important;
}

.btnType02.bg333 {
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

.btnType03 {
  width: 100%;
  margin-left: 6px;
  height: 50px;
  border: 1px solid #198EB6;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #198EB6;
}

.btnType03:disabled {
  background-color: #ddd !important;
  border: 1px solid #ddd !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  color: #999 !important;
}

.btnType03.bg333 {
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

input::-webkit-date-and-time-value {
  margin-top: auto;
  text-align: left !important;
}

input[type="date"].bbInput2 {
  text-align: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="date"]::-webkit-input-placeholder {
  color: #cccccc;
  text-align: left !important;
}

input[type="date"]:-ms-input-placeholder {
  color: #cccccc;
  text-align: left !important;
}

input[type="date"]::-ms-input-placeholder {
  color: #cccccc;
  text-align: left !important;
}

input[type="date"]::placeholder {
  color: #cccccc;
  text-align: left !important;
}

.tableSection {
  overflow: hidden;
  position: relative;
  margin: 2px auto 7px;
  width: calc(100% - 16px);
}

.tableSection.layerStyle {
  border: 1px solid #000;
}

.tableSection.layerStyle + .cautionList {
  margin: 25px 20px 0 !important;
}

.tableSection.layerStyle + .cautionList li {
  margin: 2px 0 !important;
  color: #000 !important;
  font-size: 15px !important;
}

.tableSection.layerStyle + .cautionList li:before {
  background-color: #000 !important;
}

.tableSection.layerStyle thead tr:first-child th {
  border-top: none;
}

.tableSection.layerStyle th {
  height: 30px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  line-height: 1;
  border: 1px solid #fff;
  border-width: 1px;
  background: #198EB6;
  font-family: 'Inter' !important;
}

.tableSection.layerStyle th:first-child {
  border-left: none;
}

.tableSection.layerStyle th:last-child {
  border-right: none;
}

.tableSection.layerStyle th.fz12 {
  font-size: 12px;
}

.tableSection.layerStyle td {
  height: 30px;
  vertical-align: middle;
  line-height: 1;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: none;
}

.tableSection.layerStyle td:first-child {
  border-left: none;
}

.tableSection.layerStyle td:last-child {
  border-right: none;
}

.tableSection.layerStyle td.fz15 {
  font-size: 15px;
}

.tableSection p {
  text-align: right;
  margin-bottom: 3px;
  color: #000;
  font-size: 10px;
}

.tableSection table {
  border-collapse: collapse;
  text-align: center;
}

.tableSection table th {
  height: 15px;
  padding: 0 2px;
  line-height: 18px;
  border: 1px solid #aaa;
  word-wrap: normal;
  word-break: normal;
  background: #fff;
}

.tableSection table td {
  height: 15px;
  padding: 0 2px;
  line-height: 18px;
  border: 1px solid #aaa;
  font-size: 10px;
  font-weight: 500;
  font-family: 'Inter' !important;
}

.tableSection table thead .rowStyle {
  width: 30px;
  vertical-align: middle;
  font-size: 10px;
  color: #fff;
  line-height: 12px;
  background-color: #198EB6;
}

.tableSection table tbody .rowStyle {
  width: 15px;
  vertical-align: middle;
  padding: 2px 2px;
  font-size: 10px;
  color: #fff;
  line-height: 12px;
  background-color: #198EB6 !important;
}

.tableSection table tr.mid td {
  background: #B9E2F0;
}

.tableSection table tr.mid td.grayStyle {
  color: #bcbcbc;
}

.tableSection table tr.mid td.grayStyle img {
  width: 6px;
  height: 2px;
  border-radius: 50px;
}

.tableSection table tr.bot td {
  background: #BEE4AB;
}

.tableSection table tr.bot td.grayStyle {
  color: #bcbcbc;
}

.tableSection table tr.bot td.grayStyle img {
  width: 6px;
  height: 2px;
  border-radius: 50px;
}

.tableSection .tableLeftSection {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 12px;
  margin-top: 33px;
}

.tableSection .tableLeftSection span {
  display: inline-block;
  font-size: 10px;
  color: #363636;
  border: 1px solid #000;
  border-radius: 50%;
}

.marketPriceArea > .tabs {
  margin-top: 76px !important;
}

.marketPriceArea .btnArea + .tabs {
  margin-top: 7px !important;
}

.marketPriceArea.newPrice .noData {
  z-index: 110;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 230px;
  padding: 14px 25px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #888888;
}

.marketPriceArea.newPrice .Inter {
  font-size: 10px;
  font-family: 'Inter' !important;
  font-weight: 700 !important;
}

.marketPriceArea.newPrice .noto {
  font-size: 10px;
  font-family: 'Noto Sans KR' !important;
  font-weight: 500 !important;
}

.marketPriceArea.newPrice .marketPriceDesc {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -38px;
}

.marketPriceArea.newPrice .marketPriceDesc div {
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 15px;
}

.marketPriceArea.newPrice .marketPriceDesc div span {
  font-size: 14px;
  color: #666;
}

.marketPriceArea.newPrice .marketPriceDesc div .btnDefault {
  margin-top: 0;
  width: 98px;
  height: 27px;
}

.marketPriceArea.newPrice .marketPriceDesc div .btnDefault img {
  width: 98px;
  height: 27px;
}

.marketPriceArea.newPrice .marketPriceDesc .btnShareArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-top: 12px;
  margin-right: 12px;
  padding: 0;
}

.marketPriceArea.newPrice .marketPriceDesc .btnShareArea .btnWarn {
  width: 21px;
  height: 21px;
}

.marketPriceArea.newPrice .marketPriceDesc .btnShareArea .btnWarn img {
  width: 21px;
  height: 21px;
}

.marketPriceArea.newPrice .marketPriceDesc .btnShareArea .btnShare {
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.marketPriceArea.newPrice .marketPriceDesc .btnShareArea .btnShare img {
  width: 24px;
  height: 24px;
}

.marketPriceArea.newPrice .iphPng {
  display: none;
}

.marketPriceArea.newPrice .newDataSvg {
  margin-top: 50px;
  padding: 0 12px;
}

.marketPriceArea.newPrice .newDataSvg > li {
  position: relative;
  margin-top: 12px;
  border: 1px solid #D9D9D9;
  background: #E4F5FB;
  -webkit-box-shadow: 0px 2px 4px 0px #0000001A;
          box-shadow: 0px 2px 4px 0px #0000001A;
  -webkit-box-shadow: 0px 0px 4px 0px #0000001A;
          box-shadow: 0px 0px 4px 0px #0000001A;
  border-radius: 5px;
}

.marketPriceArea.newPrice .newDataSvg > li > .bannerArea {
  position: relative;
  z-index: 5;
}

.marketPriceArea.newPrice .newDataSvg > li:first-child {
  margin-top: 0;
}

.marketPriceArea.newPrice .newDataSvg > li.topRank {
  background-color: #F0EAEA;
}

.marketPriceArea.newPrice .newDataSvg > li .midSection {
  position: relative;
  overflow: hidden;
}

.marketPriceArea.newPrice .newDataSvg > li .midSection .leftSection {
  position: absolute;
  left: 8px;
  bottom: 8px;
}

.marketPriceArea.newPrice .newDataSvg > li .midSection .leftSection span {
  font-size: 10px;
  display: block;
  padding: 2px 0;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 30px;
}

.marketPriceArea.newPrice .newDataSvg > li .midSection .leftSection span:nth-child(1) {
  width: 36px;
  margin-bottom: 5px;
  padding: 2px 6px;
  background-color: #FFFFFF;
  border: 1px solid #000;
  border-radius: 100px;
}

.marketPriceArea.newPrice .newDataSvg > li .midSection .leftSection span:nth-child(2) {
  margin-bottom: 2px;
  padding: 5px 3px;
  background-color: #B9E2F0;
  border: 1px solid #198EB6;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.marketPriceArea.newPrice .newDataSvg > li .midSection .leftSection span:nth-child(3) {
  padding: 5px 3px;
  background-color: #BEE4AB;
  border: 1px solid #8AC06F;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.marketPriceArea.newPrice .newDataSvg > li .couponSection {
  margin-left: 48px;
  margin-bottom: 7px;
}

.marketPriceArea.newPrice .newDataSvg > li .couponSection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.marketPriceArea.newPrice .newDataSvg > li .couponSection ul li a {
  margin-top: 0;
}

.marketPriceArea.newPrice .newDataSvg > li .couponSection ul li img {
  width: 40px;
  height: 30px;
}

.marketPriceArea.newPrice .newDataSvg > li .couponSection ul li .btnCase img {
  width: 24px;
  height: 30px;
}

.marketPriceArea.newPrice .svgTopArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 12px;
}

.marketPriceArea.newPrice .svgTopArea .rankingArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.marketPriceArea.newPrice .svgTopArea .rankingArea.topRank .numArea {
  width: 40px;
  height: 48px;
  padding-top: 13px;
  background: #F4A403;
}

.marketPriceArea.newPrice .svgTopArea .rankingArea.topRank .rankingTit {
  margin: 8px 0 0 8px;
  font-size: 13px;
  font-weight: 500;
}

.marketPriceArea.newPrice .svgTopArea .rankingArea.topRank .rankingTit strong {
  font-size: 13px;
}

.marketPriceArea.newPrice .svgTopArea .rankingArea.topRank .rankingTit p {
  margin-top: 7px;
  font-size: 10px;
  color: #828282;
}

.marketPriceArea.newPrice .svgTopArea .rankingArea .rankingTit {
  width: 100%;
  margin: 8px 0 0 8px;
  font-weight: 500;
}

.marketPriceArea.newPrice .svgTopArea .rankingArea .rankingTit strong {
  display: block;
  width: 100%;
  max-width: calc(100% - 115px) !important;
  font-size: 12px;
  font-weight: 500;
}

.marketPriceArea.newPrice .svgTopArea .rankingArea .rankingTit p {
  width: 100%;
  max-width: calc(100% - 100px) !important;
  margin-top: 4px;
  font-size: 10px;
  line-height: 12px;
  color: #828282;
}

.marketPriceArea.newPrice .svgTopArea .rankingArea .rankingTit p span {
  display: inline-block;
}

.marketPriceArea.newPrice .svgTopArea .rankingArea .numArea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  padding-top: 9px;
  background: #198EB6;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 0 0 30px 30px;
}

.marketPriceArea.newPrice .topRank .midSection {
  margin-top: 20px;
}

.marketPriceArea.newPrice .bannerArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.marketPriceArea.newPrice .bannerArea a {
  margin-top: 7px !important;
}

.marketPriceArea.newPrice .bannerArea .btnService {
  position: absolute;
  top: -14px;
  right: 62px;
  width: 115px;
  height: 32px;
}

.marketPriceArea.newPrice .bannerArea .btnService img {
  width: 115px;
  height: 32px;
}

.marketPriceArea.newPrice .bannerArea .btnSocial {
  width: 45px;
  height: 32px;
  margin-left: 5px;
  margin-right: 5px;
}

.marketPriceArea.newPrice .bannerArea .btnSocial img {
  width: 45px;
  height: 32px;
}

.marketPriceArea .btnDownload {
  width: 23px;
  height: 24px;
  margin-right: 16px;
}

.marketPriceArea .tabs {
  margin-top: 7px;
}

.marketPriceArea .tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.marketPriceArea .tabs ul li {
  display: block;
  width: 100%;
  text-align: center;
  background: #FFFFFF;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.marketPriceArea .tabs ul li:first-child {
  border-left: 0;
}

.marketPriceArea .tabs ul li.active {
  background: #198EB6;
  border: 1px solid #198EB6;
}

.marketPriceArea .tabs ul li.active a {
  display: block;
  color: #fff;
}

.marketPriceArea .tabs ul li a {
  display: block;
  margin-top: 0;
  padding: 8px 0 9px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #000;
}

.marketPriceArea .tab-contents {
  margin-top: 20px;
}

.marketPriceArea .tab-contents .tab-content {
  display: none;
}

.marketPriceArea .tab-contents .tab-content.active {
  display: block;
}

.marketPriceArea .tab-contents .tab-content .noData {
  z-index: 110;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 230px;
  padding: 14px 25px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #888888;
}

.marketPriceArea .priceDetailInfo {
  padding: 6px 16px;
}

.marketPriceArea .priceDetailInfo .cautionList {
  margin: 0 !important;
}

.marketPriceArea .priceDetailInfo .updateDate {
  font-weight: bold;
}

.marketPriceArea .priceDetailInfo ul > li.red {
  color: red !important;
}

.marketPriceArea .priceDetailInfo ul > li.red:before {
  background-color: red !important;
}

.marketPriceArea .priceDetailInfo .marqeeArea {
  position: relative;
  padding: 10px 0;
  background: #333;
  border-radius: 5px;
}

.marketPriceArea .priceDetailInfo .marqeeArea marquee {
  color: #ffff00;
  font-weight: 200;
  text-shadow: 0 0 10px #ecec12;
  letter-spacing: 1px;
}

.marketPriceArea .priceDetailInfo .marqeeArea marquee span {
  display: inline-block;
  width: 30px;
}

.marketPriceArea .zoom-wrapper .zoom-area ul li {
  position: relative;
  border-top: 8px solid #F2F2F2;
}

.marketPriceArea .zoom-wrapper .zoom-area ul li img {
  width: 100%;
}

.marketPriceArea .zoom-wrapper .zoom-area ul li .delArea {
  z-index: 95;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 30px;
}

.marketPriceArea .zoom-wrapper .zoom-area ul li .delArea .btnDel {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 0;
  text-indent: -9999px;
  border: 1px solid #666;
  background: #fff url(/publishing/admin/assets/images/common/icon_close2.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
}

.marketPriceArea .zoom-wrapper .zoom-area ul li .buttonArea {
  z-index: 95;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30px;
}

.marketPriceArea .zoom-wrapper .zoom-area ul li .buttonArea .up,
.marketPriceArea .zoom-wrapper .zoom-area ul li .buttonArea .down {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 0;
  text-indent: -9999px;
  border: 1px solid #666;
}

.marketPriceArea .zoom-wrapper .zoom-area ul li .buttonArea .up {
  background: #fff url(/publishing/admin/assets/images/common/icon_arrow03_top.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}

.marketPriceArea .zoom-wrapper .zoom-area ul li .buttonArea .down {
  background: #fff url(/publishing/admin/assets/images/common/icon_arrow03_bot.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}

.marketPriceArea .zoom-wrapper .zoom-area ul li .buttonArea a + a {
  margin-top: 10px !important;
}

.marketPriceArea .zoom-wrapper .zoom-area ul li:first-child {
  border-top: none;
}

.marketPriceArea .zoom-wrapper .zoom-area ul li:first-child .buttonArea .up {
  display: none;
}

.marketPriceArea .zoom-wrapper .zoom-area ul li:last-child .buttonArea .down {
  display: none;
}

.marketPriceArea a {
  display: block;
  margin-top: 10px;
}

.marketPriceArea a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marketUploadMsg {
  font-size: 15px;
  font-weight: 500;
  color: #666;
  line-height: 22px;
  text-align: center;
}

.cautionList {
  background-color: #fff;
}

.cautionList li {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  line-height: 1.4em;
  margin: 4px 0;
}

.cautionList li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #aaa;
  border-radius: 50%;
}

.btnSearch {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url(/publishing/admin/assets/images/common/icon_search.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}

textarea {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 21px;
  color: #333;
  resize: none;
  outline: none;
  font-family: 'noto sans kr';
}

textarea::-webkit-input-placeholder {
  color: #AAAAAA;
}

textarea:-ms-input-placeholder {
  color: #AAAAAA;
}

textarea::-ms-input-placeholder {
  color: #AAAAAA;
}

textarea::placeholder {
  color: #AAAAAA;
}

.priceListArea .slider {
  position: relative;
  overflow: hidden;
}

.priceListArea .slider .swiper-horizontal > .swiper-pagination-bullets,
.priceListArea .slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.priceListArea .slider .swiper-pagination-custom,
.priceListArea .slider .swiper-pagination-fraction {
  bottom: 20px;
}

.priceListArea .slider .swiper-button-next,
.priceListArea .slider .swiper-button-prev {
  width: auto;
  height: 90px;
  padding: 5px 10px;
  background: #fff;
  opacity: .4;
  color: #000;
  -webkit-transform: translate(0, -10%);
          transform: translate(0, -10%);
}

.priceListArea .slider .swiper-pagination {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: inline-block;
  width: auto;
  padding: 3px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  letter-spacing: -1px;
  font-family: 'noto sans kr';
}

.priceListArea > ul > li {
  padding: 10px 16px 20px;
  border-top: 8px solid #F2F2F2;
}

.priceListArea > ul > li:first-child {
  padding-top: 0;
  border: none;
}

.priceListArea > ul > li .updateDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
}

.priceListArea > ul > li .updateDate .leftSec .operator {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.priceListArea > ul > li .updateDate .leftSec strong {
  padding-left: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
}

.priceListArea > ul > li .updateDate span {
  font-size: 15px;
  font-weight: 400;
  color: #888;
}

.priceListArea > ul > li .btnLand {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: underline;
}

.withBottomBtn .blackList,
.withBottomBtn .marketPriceArea {
  padding-bottom: 70px;
}

.withBottomBtn.withPaging {
  padding-bottom: 50px;
}

.withBottomBtn.withPaging .paging {
  bottom: 50px;
}

.withBottomBtn .qnaArea {
  padding-bottom: 70px;
}

.withPaging {
  padding-bottom: 50px;
}

.withPaging .paging {
  bottom: 0;
}

.flexSecurity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  padding-top: 10px;
}

.flexSecurity input {
  width: 48%;
}

.flexSecurity input#sex {
  width: 40px;
}

.flexSecurity .dash {
  position: relative;
  display: inline-block;
  width: 20px;
}

.flexSecurity .dash:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 2px;
  margin-left: -5px;
  background-color: #DDDDDD;
}

.flexSecurity .masking {
  display: inline-block;
  height: 44px;
  line-height: 55px;
  font-size: 30px;
  text-indent: 10px;
  letter-spacing: 4px;
}

.btnLine.single .btnType02,
.btnLine.single .btnType03 {
  margin-left: 0;
}

.btnLine .inner .btnType01 {
  width: calc(50% - 6px);
  margin-right: 6px;
  height: 50px;
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.btnLine .inner .btnType02 {
  width: calc(50% - 6px);
  margin-left: 6px;
  height: 50px;
  background-color: #198EB6;
  border: 1px solid #198EB6;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.btnLine .inner .btnType02:disabled {
  background-color: #ddd;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.formGroup.employee .inputWrap .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formGroup.employee .inputWrap .flex .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
}

.formGroup.employee .inputWrap .flex .content .bbInput2 {
  width: 53px;
}

.formGroup.employee .inputWrap .flex .content:after {
  content: '명';
  font-size: 15px;
  font-weight: 500;
}

.formGroup.employee .inputWrap .flex .cautionList {
  margin-top: 10px;
}

.formGroup.employee .inputWrap .flex .cautionList li {
  margin: 0;
  font-size: 13px;
  color: #939292;
}

.formGroup .errorMsg {
  display: none;
}

.formGroup.error {
  position: relative;
}

.formGroup.error .inputWBtn {
  border-color: #FF564B;
}

.formGroup.error .inputWBtn input {
  border: none;
}

.formGroup.error .my_button {
  border-color: #FF564B !important;
}

.formGroup.error input,
.formGroup.error textarea {
  border-color: #FF564B;
}

.formGroup.error textarea:focus:focus {
  outline: none;
  box-shadow: 0 0 0 1px #333;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 1px #333;
}

.formGroup.error .errorMsg {
  display: block;
  margin-top: 6px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 19px;
  color: #FF564B;
  background: url(/publishing/admin/assets/images/common/ico_warn.png) left 2px no-repeat;
  background-size: 16px 16px;
}

.formGroup.error .errorMsg:before {
  content: '';
}

.formGroup .fakeInputFile {
  display: block !important;
  margin-top: 10px;
}

.formGroup .fakeInputFile .filebox {
  width: 100%;
}

.formGroup .fakeInputFile .filebox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 44px;
  border: 1px solid #198EB6;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #198EB6;
  font-family: 'Noto Sans';
}

.formGroup .fakeInputFile .filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.formGroup .codeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formGroup .codeWrap .plus img {
  width: 14px;
  height: 14px;
}

.formGroup .codeWrap .code {
  width: 53px !important;
  height: 53px;
  text-align: center;
}

.flexArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 66px;
  padding: 6px 16px;
}

.flexArea .selectArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexArea .selectArea > span {
  display: inline-block;
  width: 120px;
  margin-right: 10px;
}

.flexArea .btnZip {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 116px;
  height: 44px;
  border: 1px solid #198EB6;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #198EB6;
  margin-left: 10px;
  margin-top: 10px;
}

.flexArea .bbSelectbox02 {
  position: relative;
  width: 100%;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 11px;
  z-index: 1;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.underLine {
  text-decoration: underline;
}

.price-choice {
  overflow: hidden;
  margin-top: 10px;
}

.labelInput {
  margin-top: 0 !important;
  text-align: left;
}

.radio-custom {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left;
  font-weight: 200;
  text-align: center;
  text-transform: initial;
  width: 25%;
  padding: 10px;
  border-radius: 8px;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.radio-custom:first-of-type {
  margin-left: 0;
}

.radio-custom:hover {
  cursor: pointer;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #198EB6;
  color: #fff;
}

.amountArea {
  z-index: 9;
  position: fixed;
  width: 100%;
  max-width: 700px;
  height: 90px;
  padding: 20px 16px 0;
  text-align: center;
  background-color: #fff;
}

.amountArea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.amountArea span {
  display: inline-block;
  padding-left: 26px;
  background: url("/publishing/admin/assets/images/common/bg_amount.png") no-repeat;
  background-position: left center;
  background-size: 22px 22px;
  font-size: 14px;
  line-height: 23px;
  color: #666;
}

.amountArea strong {
  display: block;
  font-size: 30px;
  line-height: 43px;
  color: #333;
}

.amountArea strong:after {
  content: ' 원';
  font-weight: 500;
  font-size: 20px;
  color: #333;
}

.amountList {
  padding: 160px 16px 16px;
}

.amountList > ul {
  margin-top: 22px;
}

.amountList > ul > li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F2F2F2;
}

.amountList p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.amountList .amountTop {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #333;
}

.amountList .amountTop .badge {
  margin-right: 5px;
  padding: 1px 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  background: #F2F2F2;
  border-radius: 3px;
}

.amountList .amountTop .increase {
  color: #FC3935;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
}

.amountList .amountTop .decrease {
  color: #198EB6;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
}

.amountList .amountBot {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #aaa;
}

.amountList .amountTop ul, .amountList .amountBot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.titleMsgArea {
  padding: 15px 16px 16px;
  font-size: 24px;
  line-height: 35px;
}

.filterArea {
  padding: 160px 16px 14px;
}

.filterArea .cautionList {
  margin: 0 !important;
}

.menuList {
  padding: 0 16px 16px;
}

.menuList > ul > li {
  margin-top: 20px;
  padding: 0 16px;
  border: 1px solid #999;
  border-radius: 8px;
  background: url("/publishing/admin/assets/images/common/icon_arrow04.png") no-repeat;
  background-position: right 15px top 16px;
  background-size: 10px 16px;
}

.menuList > ul > li:first-child {
  margin-top: 0;
}

.menuList > ul > li.menuSuper .cautionList {
  margin-top: 5px !important;
  color: #000;
}

.menuList > ul > li.menuSuper .cautionList li {
  color: #000 !important;
}

.menuList > ul > li.menuSuper .cautionList li span.red {
  color: red;
  font-weight: bold;
}

.menuList > ul > li.menuSuper .cautionList li:before {
  background-color: #000 !important;
}

.menuList > ul > li > a {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  color: #444;
}

.menuList > ul > li > a > .cautionList {
  margin-top: 5px !important;
}

.menuList > ul > li > a > .cautionList li {
  color: red !important;
}

.menuList > ul > li > a > .cautionList li:before {
  background-color: red !important;
}

.contactUs {
  position: relative;
  width: 100%;
  max-width: 700px;
  text-align: left;
  padding: 25px 30px;
  font-size: 15px;
  color: #000;
  background: #F7F7F7 url("/publishing/admin/assets/images/common/bg_contact.png") no-repeat;
  background-position: right 30px top 13px;
  background-size: 94px 82px;
}

.contactUs .attach {
  position: absolute;
  top: -23px;
  right: 14px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 350;
  color: #198EB6;
  background: url(/publishing/admin/assets/images/common/bg_attach.png) left center no-repeat;
  background-size: 14px 15px;
}

.contactUs .call {
  display: block;
}

.contactUs .call span {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  font-family: 'Noto Sans KR';
}

.contactUs .call strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  letter-spacing: -0.3px;
  font-family: 'GmarketSans';
}

.tblArea {
  overflow: auto;
  max-height: 98vh;
  padding-top: 70px;
}

.tblArea.tblAddPrice {
  overflow: auto;
  max-height: 100%;
  padding-left: 12px;
  background: #EFF0FE;
}

.tblArea.tblAddPrice .bottomSection {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tblArea.tblAddPrice .bottomSection .addContent {
  width: 384px;
  height: 275px;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.tblArea.tblAddPrice .bottomSection .addContent label {
  font-size: 15px;
  font-weight: 700;
}

.tblArea.tblAddPrice .bottomSection .addContent > div {
  display: inline-block;
  width: 100%;
}

.tblArea.tblAddPrice .bottomSection .addContent > div:not(:nth-of-type(1)) {
  margin-left: 20px;
}

.tblArea.tblAddPrice .bottomSection .addContent > div textarea {
  width: 358px;
  height: 210px;
  margin-top: 7px;
  font-size: 15px;
  border-radius: 0;
  border-color: #ccc;
}

.tblArea.tblAddPrice .bottomSection .addContent + .btnLine {
  gap: 18px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 17px !important;
  padding: 0 !important;
  background: #EFF0FE !important;
}

.tblArea.tblAddPrice .bottomSection .addContent + .btnLine button {
  height: 56px !important;
  margin-left: 0;
  margin-bottom: 4px;
  font-size: 20px !important;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.tblArea.tblAddPrice .bottomSection .addContent + .btnLine button:first-child {
  width: 160px;
}

.tblArea.tblAddPrice .bottomSection .addContent + .btnLine button:last-child {
  width: 105px;
  height: 37px !important;
  font-size: 15px !important;
  color: #fff;
  background: #76C0DA;
  border: 1px solid #76C0DA;
}

.tblArea.tblAddPrice .bottomSection .addContent + .btnLine + .btnNotice {
  position: absolute;
  left: 290px;
  bottom: 40px;
  width: 15px;
  height: 15px;
}

.tblArea.tblAddPrice .bottomSection .addContent + .btnLine + .btnNotice img {
  width: 15px;
  height: 15px;
}

.tblArea.tblAddPrice .bottomSection .rightSection {
  position: relative;
  width: 641px !important;
  height: 324px;
  margin-top: -40px;
  margin-left: -20px;
  background: url("/publishing/admin/assets/images/common/bg_noti_box.png") left top no-repeat;
  background-size: 641px 324px;
  color: #666;
  padding: 140px 0 0 98px;
}

.tblArea.tblAddPrice .bottomSection .rightSection > strong {
  display: block;
  width: 520px;
  font-weight: 700 !important;
}

.tblArea.tblAddPrice .bottomSection .rightSection strong {
  font-weight: 500;
  line-height: 24px;
  color: #198EB6;
}

.tblArea.tblAddPrice .bottomSection .rightSection strong.yellow {
  color: #F4A403;
  background: none;
}

.tblArea.tblAddPrice .bottomSection .rightSection ul {
  width: 520px;
  margin-top: 20px;
}

.tblArea.tblAddPrice .bottomSection .rightSection ul li {
  position: relative;
  width: 520px;
  margin-left: 5px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 22px;
}

.tblArea.tblAddPrice .bottomSection .rightSection ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #686666;
}

.tblArea.tblAddPrice .bottomSection .rightSection ul li strong {
  font-weight: 500;
  color: #198EB6;
}

.tblArea .template-market-price-content {
  position: relative;
  min-width: 1400px;
  width: 1400px;
  margin-top: 12px;
  background: #FFF;
  padding: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.tblArea .template-market-price-content.internetPriceContent {
  width: 1475px;
  padding: 34px 29px;
}

.tblArea .template-market-price-content .topSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.tblArea .template-market-price-content .topSection .inputSec label {
  display: inline-block;
  width: 500px;
  height: 27px;
  margin-right: 27px;
  padding-left: 9px;
  line-height: 27px;
  border: 1px solid #aaa;
  font-size: 15px;
  font-weight: 700;
}

.tblArea .template-market-price-content .topSection .inputSec label:after {
  content: '';
  position: absolute;
  left: 44px;
  top: 0;
  width: 1px;
  height: 27px;
  background-color: #aaa;
}

.tblArea .template-market-price-content .topSection .inputSec label input {
  margin-left: 15px;
  border: none;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
}

.tblArea .template-market-price-content .topSection .inputSec label input:focus {
  outline: none;
}

.tblArea .template-market-price-content .topSection .subDesc {
  font-size: 13px;
  color: #198EB6;
}

.tblArea .template-market-price-content:first-child {
  display: block !important;
}

.tblArea .template-market-price-content h4 {
  font-weight: 700;
  font-size: 15px;
}

.tblArea .template-market-price-content .doubleSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tblArea .template-market-price-content .doubleSec .leftSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift {
  width: 460px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  height: 104px;
  padding: 7px 10px 17px 10px;
  border: 1px solid #ccc;
  margin-top: 7px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift .agreement {
  padding: 0;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift .agreement .agreementInfoBot {
  padding: 0;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift ul:first-child .checkType03 label {
  width: 97px;
  font-weight: 350;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift ul li {
  margin-top: 3px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift ul li:first-child {
  margin-top: 0;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift ul li.withCoupon .agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift ul li.withCoupon .agreement .radio-button {
  margin-left: 3px;
  margin-top: 2px;
  gap: 7px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift ul li.withCoupon .agreement .radio-button .radio-text {
  font-size: 15px;
  color: #7D7C7C;
  font-weight: 500;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift ul li.withCoupon .agreement .radio-button .radio-text.disabled {
  color: #ddd;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift .checkType03 {
  text-align: center;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift .checkType03 div {
  position: relative;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift .checkType03 input[type="checkbox"] + label:before {
  top: 2px;
  right: 0 !important;
  left: auto;
  background-image: url(/publishing/admin/assets/images/common/icon_check03_off.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift .checkType03 input[type="checkbox"]:checked + label:before {
  background-image: url(/publishing/admin/assets/images/common/icon_check03_on.png) !important;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift .checkType03 label {
  padding-left: 0 !important;
  padding-right: 33px;
  color: #7D7C7C !important;
  font-size: 15px !important;
  width: 125px;
  text-align: left;
  font-weight: 400;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift .model-content .agreement .agreementInfoBot {
  padding: 0;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift .radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift .radio-button span {
  font-weight: bold;
}

.tblArea .template-market-price-content .doubleSec .leftSec .gift .radio-button label {
  margin-left: 5px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .color-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  min-width: 160px;
  height: 104px;
  padding: 7px 5px 8px 5px;
  border: 1px solid #ccc;
  margin-top: 7px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .color-group > div ul li {
  margin-top: 7px;
  letter-spacing: -1px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .color-group > div ul li:first-child {
  margin-top: 0;
}

.tblArea .template-market-price-content .doubleSec .leftSec .color-group > div ul li span {
  display: inline-block;
  font-size: 15px;
  color: #666;
  font-weight: 350;
}

.tblArea .template-market-price-content .doubleSec .leftSec .color-group > div ul:first-child span, .tblArea .template-market-price-content .doubleSec .leftSec .color-group > div ul:nth-child(2) span {
  margin-left: 3px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .color-group > div ul:nth-child(3) span {
  margin-left: 3px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .color-group div.color-item {
  display: inline-block;
  white-space: normal;
  text-align: right;
}

.tblArea .template-market-price-content .doubleSec .leftSec .color-group div.color-item label {
  font-size: 15px;
  margin-left: 10px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .color-group div.color-item input {
  margin-left: 6px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .color-group .bbInput2 {
  width: 27px;
  height: 27px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  font-size: 13px;
  margin-top: -2px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .additinalService {
  position: relative;
  width: 288px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .additinalService .formWrap {
  padding: 0;
}

.tblArea .template-market-price-content .doubleSec .leftSec .additinalService .formWrap textarea {
  margin-top: 3px;
  height: 104px;
  border-radius: 0;
  border-color: #ccc;
  font-size: 15px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .additinalService .titleSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tblArea .template-market-price-content .doubleSec .leftSec .additinalService .titleSec.single {
  margin-bottom: 4px;
}

.tblArea .template-market-price-content .doubleSec .leftSec .additinalService .titleSec .agreement {
  margin-top: -5px;
  padding: 0;
}

.tblArea .template-market-price-content .doubleSec .leftSec .additinalService .titleSec .agreement .agreementInfoBot {
  padding: 0;
}

.tblArea .template-market-price-content .doubleSec .leftSec .additinalService .titleSec .agreement input[type="checkbox"] + label:before {
  top: 5px;
  left: auto;
  right: 0;
  background-image: url(/publishing/admin/assets/images/common/icon_check03_small_off.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right center;
}

.tblArea .template-market-price-content .doubleSec .leftSec .additinalService .titleSec .agreement input[type="checkbox"]:checked + label:before {
  background-image: url(/publishing/admin/assets/images/common/icon_check03_small_on.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right center;
}

.tblArea .template-market-price-content .doubleSec .leftSec .additinalService .titleSec .agreement .checkType03 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tblArea .template-market-price-content .doubleSec .leftSec .additinalService .titleSec .agreement label {
  font-size: 15px;
  color: #909090;
  padding-right: 20px;
  padding-left: 0;
  font-weight: 350;
}

.tblArea .template-market-price-content .doubleSec .leftSec .additinalService .titleSec .agreement label:before {
  width: 15px;
  height: 15px;
  left: 0;
}

.tblArea .template-market-price-content .btnArea {
  position: absolute;
  right: -66px;
  bottom: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tblArea .template-market-price-content .btnArea button {
  width: 60px;
  height: 60px;
  margin-left: 6px;
}

.tblArea .template-market-price-content .btnArea button img {
  width: 61px;
}

.tblArea .template-market-price-content .tblType01.model {
  border-top: none !important;
}

.tblArea .template-market-price-content .tblType01.model thead tr th {
  padding: 6px 8px 7px;
  background-color: #198EB6;
  color: #fff;
  font-weight: 500;
  border: 1px solid #ccc;
  border-width: 0 0 0 1px;
  line-height: 1;
}

.tblArea .template-market-price-content .tblType01.model thead tr th:last-child {
  border-right: 1px solid #ccc;
}

.tblArea .template-market-price-content .tblType01.model thead tr:first-child {
  border-bottom: none;
}

.tblArea .template-market-price-content .tblType01.model tbody tr td {
  padding: 6px 8px 7px;
  border: 1px solid #ccc;
  color: #666;
  line-height: 1;
  font-weight: 350;
}

.tblArea .tblType01.margin tbody tr:first-child {
  border-top: none;
}

.tblArea .tblType01.margin th {
  font-size: 15px;
}

.tblArea .tblType01.margin td {
  padding: 0;
}

.tblArea .tblType01.margin td .bbInput2 {
  height: 41px;
  text-align: right;
}

.tblArea .market-price-content td {
  padding: 0 5px !important;
}

.tblArea .tblType01 {
  white-space: nowrap;
  width: 100%;
  table-layout: fixed;
  margin-top: 6px;
  border-top: 1px solid #888 !important;
}

.tblArea .tblType01.mt {
  margin-top: 20px;
}

.tblArea .tblType01.model {
  width: 560px;
  margin-top: 7px;
  border-top: 1px solid #888;
}

.tblArea .tblType01.model.mvno {
  width: 750px;
}

.tblArea .tblType01.model td {
  text-align: center;
  font-size: 15px;
  color: #333;
}

.tblArea .tblType01.model td input {
  text-align: right;
}

.tblArea .tblType01.model td:last-child {
  text-align: left;
}

.tblArea .tblType01.market-price {
  margin-top: 7px;
  border-top: 1px solid #ccc !important;
}

.tblArea .tblType01.market-price.internetPrice {
  width: 1422px;
}

.tblArea .tblType01.market-price th {
  padding: 1px 0 1px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tblArea .tblType01.market-price th:first-child {
  border-left: 1px solid #ccc;
}

.tblArea .tblType01.market-price th .select2-selection__rendered {
  color: #000 !important;
  text-align: center;
  margin-top: -3px;
  font-weight: 350;
}

.tblArea .tblType01.market-price th .select2-selection__arrow b {
  margin-top: -6px !important;
}

.tblArea .tblType01.market-price td {
  padding: 0 !important;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tblArea .tblType01.market-price td:first-child {
  border-left: 1px solid #ccc;
}

.tblArea .tblType01.market-price input {
  text-align: right;
}

.tblArea .tblType01.price {
  min-width: 900px;
}

.tblArea .tblType01 thead {
  width: 100%;
}

.tblArea .tblType01 thead tr th {
  position: relative;
  top: 0;
  padding: 9px 8px 8px;
  text-align: center;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  font-family: 'noto sans kr';
  background-color: #EAEAEC;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  vertical-align: middle;
}

.tblArea .tblType01 thead tr th:first-child {
  border-left: 1px solid #888;
}

.tblArea .tblType01 thead tr:first-child {
  border-bottom: 1px solid #888;
}

.tblArea .tblType01 .light {
  background-color: #F5FCFE;
  font-size: 15px;
  color: #000;
  text-align: center;
}

.tblArea .tblType01 .light.text {
  color: #666;
  font-weight: 350;
}

.tblArea .tblType01 .dark {
  background-color: #EAEAEC;
  font-size: 15px;
  color: #000;
  text-align: center;
}

.tblArea .tblType01 tbody tr th {
  position: relative;
  top: 0;
  width: 25vw;
  padding: 9px 8px 8px;
  text-align: center;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  font-family: 'noto sans kr';
  background-color: #F8F8F8;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  vertical-align: middle;
}

.tblArea .tblType01 tbody tr th:first-child {
  border-left: 1px solid #888;
}

.tblArea .tblType01 tbody tr td {
  padding: 9px 8px 8px;
  text-align: left;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  line-height: 1.5em;
  font-size: 15px;
  vertical-align: middle;
  color: #666;
  font-family: 'noto sans kr';
  font-weight: 400;
  word-break: break-all;
  white-space: break-spaces;
}

.tblArea .tblType01 tbody tr td:first-child {
  border-left: 1px solid #888;
}

.tblArea .tblType01 tbody tr td.increase {
  color: #FC3935;
}

.tblArea .tblType01 tbody tr td.decrease {
  color: #198EB6;
}

.tblArea .tblType01 tbody tr:first-child {
  border-top: 1px solid #E1E1E1;
}

.tblArea .tblType01 tbody tr:nth-child(1) td {
  white-space: normal;
}

.btnType01.withPlus {
  position: relative;
}

.btnType01.withPlus:before {
  width: 10px;
  height: 2px;
  background-color: #000;
  content: '';
  position: absolute;
  top: 50%;
  left: 63%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btnType01.withPlus:after {
  width: 10px;
  height: 2px;
  background-color: #000;
  content: '';
  position: absolute;
  top: 50%;
  left: 63%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.formWrap .title {
  font-size: 17px;
  line-height: 1.5;
}

.formWrap .title + .bbSelectbox02 {
  margin-top: 10px;
}

.formWrap .title + .title {
  margin-top: 30px;
}

.formWrap .title + .title + .cautionList {
  margin-top: 30px !important;
}

.formWrap.formTextarea .inputWrap {
  margin-top: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
}

.formWrap.formTextarea .inputWrap input {
  width: 70%;
  margin-top: 0;
  border: 1px solid #fff;
}

.formWrap.formTextarea .inputWrap .btnType02 {
  top: 6px;
}

.btnCopy img {
  width: 20px;
  height: 20px;
}

.titleArea .btnCopy img {
  width: 30px;
  height: 30px;
}

.withBottomBtn > .formWrap,
.withBottomBtn .menuList,
.withBottomBtn .taxInvoice {
  padding-bottom: 70px !important;
}

.taxInvoice .formGroup {
  width: 60%;
  margin-top: 0 !important;
}

.login {
  margin: 0 !important;
  padding-top: 66px;
}

.login .inner {
  padding: 0 14px;
}

.login .inner .formWrap {
  padding: 20px 16px 0 !important;
}

.login .inner .welcomeMsg .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
}

.login .inner .welcomeMsg .imgArea img {
  width: 104px;
  height: 60px;
}

.login .inner .welcomeMsg .textArea {
  font-size: 24px;
  line-height: 35px;
  color: #444;
}

.login .inner .welcomeMsg .textArea p {
  font-size: 16px;
  line-height: 24px;
  color: #888;
}

.accountInfoTop {
  padding: 20px 16px 16px;
}

.accountInfoTop .infoArea {
  margin-top: 50px;
  padding-top: 66px;
  text-align: center;
  background: url("/publishing/admin/assets/images/common/bg_account.png") no-repeat;
  background-position: center top;
  background-size: 40px 40px;
}

.accountInfoTop .infoArea strong {
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  color: #333;
}

.accountInfoTop .infoArea strong span {
  color: #198EB6;
}

.accountInfoTop .infoArea p {
  margin-top: 6px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #666;
}

.accountInfoTop .title, .accountInfoTop .btnCopy {
  display: block;
  margin-top: 30px;
}

.accountInfoTop .btnView {
  color: #198EB6;
}

.accountInfoTop ul {
  margin-top: 30px;
  padding: 22px 0;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.accountInfoTop ul:first-child {
  margin-top: 0;
}

.accountInfoTop ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  font-weight: 400;
  color: #999;
}

.accountInfoTop ul li:first-child {
  margin-top: 0;
}

.accountInfoTop ul li strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.accountInfoTop ul li span {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #666;
}

.accountInfoTop ul li span.acountNum {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #333;
}

.accountInfoTop ul li .btnCopy {
  display: inline-block;
  margin-top: 0;
}

.accountInfoTop ul li .btnCopy img {
  width: 24px;
  height: 24px;
}

.accountInfoTop ul li .formGroup {
  margin-top: 10px;
}

.accountInfoBot {
  width: 100%;
  padding: 0 16px 16px;
}

.accountInfoBot .cautionList {
  margin: 0 !important;
}

.accountInfoBot .cautionList .infoNotice {
  font-weight: 700 !important;
  color: #666666 !important;
}

.agreement {
  padding: 0 16px;
}

.agreement .agreementInfoTop {
  padding: 12px 20px;
  background-color: #F7F7F7;
  color: #333;
  border-radius: 8px;
}

.agreement .agreementInfoBot {
  padding: 20px 20px;
}

.agreement .agreementInfoBot .checkType03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agreement .agreementInfoBot .checkType03 > a {
  font-size: 13px;
  line-height: 19px;
  text-decoration: underline;
  color: #888;
}

.cautionList span {
  color: #000;
}

.blackList .ptr--ptr {
  padding-top: 55px;
}

.blackList .total {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.blackList .btnClear {
  right: 46px !important;
  top: 15px !important;
}

.blackList .fixed {
  z-index: 999;
  position: fixed;
  top: 56px;
  width: 100%;
  max-width: 700px;
  background-color: #fff;
}

.blackList .blackListArea {
  padding: 20px 16px 16px;
}

.blackList.admin {
  padding-top: 40px;
}

.blackList.admin li {
  position: relative;
}

.blackList.admin li.black .nameDate {
  border-bottom: 5px solid red;
}

.blackList.admin li.warn .nameDate {
  border-bottom: 5px solid orange;
}

.blackList.admin a .blackListInfoArea {
  width: 65%;
  padding-left: 30px;
}

.blackList.admin .sellerInfo {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

.blackList.admin .sellerInfo span {
  text-decoration: underline;
}

.blackList.admin .cautionList li {
  margin-left: 30px !important;
  padding: 0;
  border-bottom: none;
}

.blackList.admin .formWrap .flexSW {
  margin-top: 10px;
}

.blackList.admin .formWrap .flexSW p {
  width: 100%;
  font-size: 13px;
  color: #aaa;
  line-height: 1.4em;
  word-break: keep-all;
}

.blackList.admin .formWrap .flexSW .btnLine {
  width: 25%;
  padding-bottom: 0;
}

.blackList li {
  position: relative;
  padding: 10px 0;
}

.blackList li .date {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #aaa;
}

.blackList .blackListArea.edit .checkType03 label {
  padding-left: 25px;
  color: #333;
}

.blackList .blackListArea.edit .checkType03 label:before {
  display: block;
}

.blackList .blackListInfoArea {
  margin-top: 12px;
}

.blackList .blackListInfoArea .checkType03 {
  display: inline-block;
}

.blackList .blackListInfoArea .checkType03 label {
  padding-left: 0;
  color: #333;
}

.blackList .blackListInfoArea .checkType03 label:before {
  display: none;
}

.blackList .blackListInfoArea .personalInfo {
  position: relative;
}

.blackList .blackListInfoArea .personalInfo .nameDate {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #333;
}

.blackList .blackListInfoArea .personalInfo .nameDate .date {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #333;
}

.blackList .blackListInfoArea .personalInfo .phoneNum {
  margin-left: 5px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.blackList .blackListInfoArea .personalInfo .reason {
  margin-top: 5px;
  color: #666;
  font-size: 14px;
  word-break: keep-all;
  line-height: 20px;
}

.blackList .blackListInfoArea .personalInfo .cautionList {
  margin-left: 0 !important;
}

.blackList .blackListInfoArea .personalInfo .cautionList li {
  margin-left: 0 !important;
}

.blackList .blackListInfoArea .pix {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blackList .blackListInfoArea .pix span {
  display: none;
}

.blackList .blackListInfoArea .pix.multi span {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  opacity: 0.8;
}

.blackList .blackListInfoArea .pix.multi:after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  opacity: 0.3;
  border-radius: 5px;
  background-color: #000000;
}

.blackList .blackListInfoArea .pix img {
  z-index: 0;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.blackList .blackListInfoArea a {
  position: relative;
  color: #000;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper-slide {
  text-align: center !important;
  font-size: 18px !important;
  background: #fff !important;
  /* Center slide text vertically */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.swiper-zoom-container {
  -ms-touch-action: none !important;
      touch-action: none !important;
}

.toast {
  display: none;
  z-index: 1001;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  padding: 120px 20px 20px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  background: rgba(0, 0, 0, 0.6) url("/publishing/admin/assets/images/common/img_zoom.png") center 28px no-repeat;
  background-size: 80px;
  border-radius: 15px;
}

.toastPop {
  display: none;
  z-index: 1001;
  position: fixed;
  left: 50%;
  top: calc(100vh - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250px;
  padding: 13px 66px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
}

.mainContent {
  position: relative;
  min-height: 700px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.mainContent .mainSpaceLine {
  width: 100%;
  height: 8px;
  background-color: #e5e5e5;
}

.mainContent .bbiyakBest,
.mainContent .normalBest,
.mainContent .gonguBest {
  margin-top: 40px;
  letter-spacing: -0.03em;
}

.mainContent .bbiyakBest .h2,
.mainContent .normalBest .h2,
.mainContent .gonguBest .h2 {
  padding: 0 16px;
  font-size: 22px;
  color: #333;
  font-family: 'GmarketSans';
  font-weight: 700;
  letter-spacing: -0.03em;
}

.mainContent .bbiyakBest .h2 .highlight,
.mainContent .normalBest .h2 .highlight,
.mainContent .gonguBest .h2 .highlight {
  display: inline-block;
  margin-left: 6px;
  color: #198EB6;
}

.mainContent .bbiyakBest .innerCont,
.mainContent .normalBest .innerCont,
.mainContent .gonguBest .innerCont {
  padding: 24px 16px;
}

.mainContent .bbiyakBest .innerCont .image,
.mainContent .normalBest .innerCont .image,
.mainContent .gonguBest .innerCont .image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.mainContent .bbiyakBest .innerCont .image img,
.mainContent .normalBest .innerCont .image img,
.mainContent .gonguBest .innerCont .image img {
  width: 100%;
}

.mainContent .bbiyakBest .innerCont .image .badge,
.mainContent .normalBest .innerCont .image .badge,
.mainContent .gonguBest .innerCont .image .badge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 7px 8px;
  border: 1px solid #198EB6;
  background-color: #198EB6;
  border-radius: 3px;
  font-family: 'noto sans kr';
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 8px;
}

.mainContent .bbiyakBest .innerCont .image .timeLine,
.mainContent .normalBest .innerCont .image .timeLine,
.mainContent .gonguBest .innerCont .image .timeLine {
  position: absolute;
  bottom: 0;
  height: 45px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 18px;
}

.mainContent .bbiyakBest .innerCont .image .timeLine.center,
.mainContent .normalBest .innerCont .image .timeLine.center,
.mainContent .gonguBest .innerCont .image .timeLine.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainContent .bbiyakBest .innerCont .image .timeLine .time,
.mainContent .normalBest .innerCont .image .timeLine .time,
.mainContent .gonguBest .innerCont .image .timeLine .time {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 24px;
  background-image: url(/publishing/admin/assets/images/market/icon_time.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left top 2px;
  font-family: 'noto sans kr';
}

.mainContent .bbiyakBest .innerCont .image .timeLine .rest,
.mainContent .normalBest .innerCont .image .timeLine .rest,
.mainContent .gonguBest .innerCont .image .timeLine .rest {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: 'noto sans kr';
}

.mainContent .bbiyakBest .innerCont .image .timeLine .rest .crl,
.mainContent .normalBest .innerCont .image .timeLine .rest .crl,
.mainContent .gonguBest .innerCont .image .timeLine .rest .crl {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  color: #FFA800;
}

.mainContent .bbiyakBest .innerCont .priceWrap,
.mainContent .normalBest .innerCont .priceWrap,
.mainContent .gonguBest .innerCont .priceWrap {
  margin-top: 20px;
  text-align: left;
}

.mainContent .bbiyakBest .innerCont .priceWrap .discount,
.mainContent .normalBest .innerCont .priceWrap .discount,
.mainContent .gonguBest .innerCont .priceWrap .discount {
  display: inline-block;
  font-size: 13px;
  color: #aaa;
  text-decoration: line-through;
}

.mainContent .bbiyakBest .innerCont .priceWrap .discount .big,
.mainContent .normalBest .innerCont .priceWrap .discount .big,
.mainContent .gonguBest .innerCont .priceWrap .discount .big {
  font-size: 13px;
  display: inline-block;
  text-decoration: line-through;
  font-weight: 500;
  margin-right: 2px;
}

.mainContent .bbiyakBest .innerCont .priceWrap .per,
.mainContent .normalBest .innerCont .priceWrap .per,
.mainContent .gonguBest .innerCont .priceWrap .per {
  display: inline-block;
  color: #EE0000;
  font-size: 21px;
  font-weight: 400;
  font-family: 'noto sans kr';
  margin-right: 7px;
}

.mainContent .bbiyakBest .innerCont .priceWrap .price,
.mainContent .normalBest .innerCont .priceWrap .price,
.mainContent .gonguBest .innerCont .priceWrap .price {
  display: inline-block;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-right: 7px;
  font-family: 'noto sans kr';
}

.mainContent .bbiyakBest .innerCont .priceWrap .price .big,
.mainContent .normalBest .innerCont .priceWrap .price .big,
.mainContent .gonguBest .innerCont .priceWrap .price .big {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  margin-right: 2px;
}

.mainContent .bbiyakBest .innerCont .title,
.mainContent .normalBest .innerCont .title,
.mainContent .gonguBest .innerCont .title {
  font-family: 'noto sans kr';
  margin-top: 12px;
  font-size: 14px;
  color: #222;
  line-height: 1.4em;
}

.mainContent .bbiyakBest .innerCont .starPoint,
.mainContent .normalBest .innerCont .starPoint,
.mainContent .gonguBest .innerCont .starPoint {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding-left: 18px;
  background-image: url(/publishing/admin/assets/images/common/icon_star.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top left;
  font-size: 11px;
  color: #666;
  font-weight: 500;
  line-height: 12px;
  font-family: 'noto sans kr';
}

.mainContent .bbiyakBest .innerCont .starPoint .count,
.mainContent .normalBest .innerCont .starPoint .count,
.mainContent .gonguBest .innerCont .starPoint .count {
  color: #aaa;
  font-weight: 400;
  margin-left: 6px;
}

.mainContent .bbiyakBest .innerCont .starPoint .sale,
.mainContent .normalBest .innerCont .starPoint .sale,
.mainContent .gonguBest .innerCont .starPoint .sale {
  position: relative;
  margin-left: 6px;
  padding-left: 6px;
  color: #aaa;
  font-weight: 400;
}

.mainContent .bbiyakBest .innerCont .starPoint .sale::before,
.mainContent .normalBest .innerCont .starPoint .sale::before,
.mainContent .gonguBest .innerCont .starPoint .sale::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #eee;
}

.mainContent .bbiyakBest .innerCont .seller,
.mainContent .normalBest .innerCont .seller,
.mainContent .gonguBest .innerCont .seller {
  padding: 16px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F2F2F2;
}

.mainContent .bbiyakBest .innerCont .seller .photo,
.mainContent .normalBest .innerCont .seller .photo,
.mainContent .gonguBest .innerCont .seller .photo {
  display: inline-block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mainContent .bbiyakBest .innerCont .seller .photo img,
.mainContent .normalBest .innerCont .seller .photo img,
.mainContent .gonguBest .innerCont .seller .photo img {
  width: 100%;
}

.mainContent .bbiyakBest .innerCont .seller .txtCont,
.mainContent .normalBest .innerCont .seller .txtCont,
.mainContent .gonguBest .innerCont .seller .txtCont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mainContent .bbiyakBest .innerCont .seller .txtCont .name,
.mainContent .normalBest .innerCont .seller .txtCont .name,
.mainContent .gonguBest .innerCont .seller .txtCont .name {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  font-family: 'noto sans kr';
}

.mainContent .bbiyakBest .innerCont .seller .txtCont .txt,
.mainContent .normalBest .innerCont .seller .txtCont .txt,
.mainContent .gonguBest .innerCont .seller .txtCont .txt {
  margin-top: 5px;
  font-size: 14px;
  color: #aaa;
  line-height: 1.4em;
  font-family: 'noto sans kr';
}

.mainContent .gonguBest {
  position: relative;
}

.mainContent .gonguBest:first-child::before {
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 8px;
  background-color: #e5e5e5;
}

.mainContent .gonguBest .innerCont .image {
  overflow: unset;
}

.mainContent .gonguBest .innerCont .image img {
  height: calc(100vw - 50vw);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.mainContent .gonguBest .innerCont .image .markIcon:nth-of-type(2) {
  top: 45px;
}

.mainContent .gonguBest .innerCont .image .lowestIcon {
  position: absolute;
  width: 84px;
  height: 62px;
  top: -14px;
  left: -10px;
  background-image: url(/publishing/admin/assets/images/market/mainlist_icon01_bg.png);
  background-repeat: no-repeat;
  background-size: 84px;
}

.mainContent .gonguBest .innerCont .image .lowestIcon .icon {
  position: absolute;
  width: 57px;
  height: 40px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
  background-image: url(/publishing/admin/assets/images/market/mainlist_icon01.png);
  background-repeat: no-repeat;
  background-size: 57px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.mainContent .gonguBest .innerCont .image .lowestIcon.aos-animate .icon {
  -webkit-animation-name: mainIconAni;
          animation-name: mainIconAni;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-iteration-count: 4;
          animation-iteration-count: 4;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.mainContent .gonguBest .innerCont .image .recommendIcon {
  position: absolute;
  width: 84px;
  height: 62px;
  top: -14px;
  left: -10px;
  background-image: url(/publishing/admin/assets/images/market/mainlist_icon02_bg.png);
  background-repeat: no-repeat;
  background-size: 84px;
}

.mainContent .gonguBest .innerCont .image .recommendIcon .icon {
  position: absolute;
  width: 57px;
  height: 40px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
  background-image: url(/publishing/admin/assets/images/market/mainlist_icon02.png);
  background-repeat: no-repeat;
  background-size: 57px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.mainContent .gonguBest .innerCont .image .recommendIcon.aos-animate .icon {
  -webkit-animation-name: mainIconAni;
          animation-name: mainIconAni;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-iteration-count: 4;
          animation-iteration-count: 4;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.mainContent .normalBest .h2 .highlight {
  color: #FC3935;
}

.mainContent .normalBest .innerCont .priceWrap .price {
  margin-left: 0;
  font-size: 22px;
}

.mainContent .normalBest .innerCont .priceWrap .price .big {
  font-size: 26px;
}

.mainContent .gonguBest {
  padding-top: 38px;
  margin-top: 0;
}

.mainContent .ingEnd .h2 {
  padding: 40px 16px 0;
  font-size: 22px;
  color: #333;
  font-family: 'GmarketSans';
  font-weight: 700;
}

.mainContent .ingEnd .h2 .highlight {
  color: #198EB6;
}

.mainContent .ingEnd .innerCont {
  padding: 24px 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}

.mainContent .ingEnd .innerCont ul {
  position: relative;
}

.mainContent .ingEnd .innerCont ul li {
  width: 50%;
  padding: 0 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 280px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mainContent .ingEnd .innerCont ul li:nth-child(odd) {
  padding-left: 0px;
}

.mainContent .ingEnd .innerCont ul li:nth-child(even) {
  padding-right: 0px;
}

.mainContent .ingEnd .innerCont ul li .image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(50vw - 32px);
  border-radius: 5px;
  background-color: #e5e5e5;
  overflow: hidden;
}

.mainContent .ingEnd .innerCont ul li .image .badge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 5px 4px 5px 4px;
  border: 1px solid #198EB6;
  background-color: #198EB6;
  border-radius: 3px;
  font-family: 'noto sans kr';
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 8px;
}

.mainContent .ingEnd .innerCont ul li .image .timeLine {
  position: absolute;
  bottom: 0;
  height: 45px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainContent .ingEnd .innerCont ul li .image .timeLine span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  background-image: url(/publishing/admin/assets/images/market/icon_time.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left top 1px;
  font-family: 'noto sans kr';
}

.mainContent .ingEnd .innerCont ul li .image .promiseIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(/publishing/admin/assets/images/market/icon_promise.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

.mainContent .ingEnd .innerCont ul li .image img {
  width: 100%;
}

.mainContent .ingEnd .innerCont ul li .image .soldOut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.mainContent .ingEnd .innerCont ul li .image .soldOut .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}

.mainContent .ingEnd .innerCont ul li .image .soldOut .txt {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.4em;
  font-size: 16px;
  color: #fff;
  font-family: 'GmarketSans';
}

.mainContent .ingEnd .innerCont ul li .image .soldOut .txt .clr {
  font-size: 14px;
  color: #FFA708;
  font-weight: 700;
  white-space: nowrap;
}

.mainContent .ingEnd .innerCont ul li a {
  display: block;
}

.mainContent .ingEnd .innerCont ul li a .remain {
  display: block;
  font-size: 15px;
  font-family: 'noto sans kr';
  color: #333;
  font-weight: 500;
  margin-top: 16px;
}

.mainContent .ingEnd .innerCont ul li a .remain .count {
  color: #FFA800;
  font-weight: 700;
}

.mainContent .ingEnd .innerCont ul li a .remain + .money {
  margin-top: 10px;
}

.mainContent .ingEnd .innerCont ul li a .tit {
  margin-top: 6px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  font-family: 'noto sans kr';
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
  line-height: 20px;
}

.mainContent .ingEnd .innerCont ul li a .discount {
  margin-top: 5px;
}

.mainContent .ingEnd .innerCont ul li a .discount .per {
  display: inline-block;
  font-size: 15px;
  color: #FC3935;
  font-weight: 500;
  margin-right: 6px;
  font-family: 'noto sans kr';
}

.mainContent .ingEnd .innerCont ul li a .discount .money01 {
  display: inline-block;
  font-size: 13px;
  color: #aaa;
  text-decoration: line-through;
  font-family: 'noto sans kr';
}

.mainContent .ingEnd .innerCont ul li a .discount .money01 .big {
  display: inline-block;
  font-size: 16px;
  margin-right: 2px;
  text-decoration: line-through;
}

.mainContent .ingEnd .innerCont ul li a .money {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-family: 'noto sans kr';
}

.mainContent .ingEnd .innerCont ul li a .money .big {
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  margin-right: 3px;
}

.mainContent .ingEnd .innerCont ul li a .starPoint {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding-left: 18px;
  background-image: url(/publishing/admin/assets/images/common/icon_star.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top left;
  font-size: 11px;
  color: #666;
  font-weight: 500;
  line-height: 12px;
  font-family: 'noto sans kr';
}

.mainContent .ingEnd .innerCont ul li a .starPoint .count {
  color: #aaa;
  font-weight: 400;
  margin-left: 6px;
}

.mainContent .ingEnd .innerCont ul li a .starPoint .sale {
  position: relative;
  margin-left: 6px;
  padding-left: 6px;
  color: #aaa;
  font-weight: 400;
}

.mainContent .ingEnd .innerCont ul li a .starPoint .sale::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #eee;
}

.mainContent .ingEnd .innerCont .listMore {
  padding: 20px 16px;
  width: 100%;
  text-align: center;
}

.mainContent .ingEnd .innerCont .listMore .btnMore {
  display: inline-block;
  font-size: 16px;
  color: #198EB6;
  padding: 14px 40px;
  border: 1px solid #198EB6;
  border-radius: 5em;
}

.mainContent .ingEnd .innerCont .listMore .btnMore span {
  padding-right: 20px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right top 9px;
}

.mainContent .eventLine {
  min-height: 100vw;
  background-image: url(/publishing/admin/assets/images/market/event_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  margin-bottom: 30px;
}

.mainContent .eventLine .swiper {
  padding-bottom: 8px;
}

.mainContent .eventLine .listBoxWrap {
  padding-top: 40vw;
}

.mainContent .eventLine .listBoxWrap .listInner {
  padding: 0 16px;
}

.mainContent .eventLine .listBoxWrap .listInner + .listInner {
  margin-left: -13vw;
}

.mainContent .eventLine .listBoxWrap .listInner.swiper-slide-active {
  margin-left: 0;
}

.mainContent .eventLine .listBoxWrap .listInner:last-child {
  width: 100vw;
  margin-left: -13vw;
}

.mainContent .eventLine .listBoxWrap .listInner:last-child:first-child {
  margin-left: 0;
}

.mainContent .eventLine .listBoxWrap .listInner:last-child .listBox {
  width: calc(100vw - 32px);
}

.mainContent .eventLine .listBoxWrap .listBox {
  width: 80vw;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.mainContent .eventLine .listBoxWrap .listBox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vw - 53vw);
}

.mainContent .eventLine .listBoxWrap .listBox .contLine {
  padding: 16px;
}

.mainContent .eventLine .listBoxWrap .listBox .contLine .titLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mainContent .eventLine .listBoxWrap .listBox .contLine .titLine .tit {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 20px;
  line-height: 20px;
}

.mainContent .eventLine .listBoxWrap .listBox .contLine .titLine .starPoint {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  margin-left: 20px;
  padding-left: 18px;
  background-image: url(/publishing/admin/assets/images/common/icon_star.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top left;
  font-size: 15px;
  color: #666;
  font-weight: 600;
  line-height: 12px;
  font-family: 'noto sans kr';
}

.mainContent .eventLine .listBoxWrap .listBox .contLine .priceLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.mainContent .eventLine .listBoxWrap .listBox .contLine .priceLine .discountLine .per {
  display: inline-block;
  color: #FC3935;
  font-size: 15px;
  font-weight: 500;
  font-family: 'noto sans kr';
  margin-right: 7px;
}

.mainContent .eventLine .listBoxWrap .listBox .contLine .priceLine .discountLine .discount {
  display: inline-block;
  font-size: 13px;
  color: #aaa;
  font-weight: 400;
  text-decoration: line-through;
}

.mainContent .eventLine .listBoxWrap .listBox .contLine .priceLine .discountLine .discount .big {
  font-size: 16px;
  display: inline-block;
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 2px;
}

.mainContent .eventLine .listBoxWrap .listBox .contLine .priceLine .price {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  font-family: 'noto sans kr';
}

.mainContent .eventLine .listBoxWrap .listBox .contLine .priceLine .price .big {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-right: 2px;
}

/*detail page*/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header {
  padding-top: 10px;
  font-family: 'noto sans kr';
  line-height: 1;
}

.header.bbMarket {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 56px 1fr 56px;
      grid-template-columns: 56px 1fr 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.bbMarket button {
  height: 56px;
}

.header.bbMarket button .iconSearch {
  width: 20px;
  display: block;
  margin: 0 auto;
}

.header.bbMarket h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.header.fixed {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 700px;
  background: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.header.scrollFixed {
  position: static;
}

.header.scrollFixed .botArea.fixed {
  z-index: 33;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}

.header.scrollFixed .botArea.fixed .bbInput2 {
  width: 100% !important;
  margin-right: 0 !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header.scrollFixed .botArea.fixed .bbSelectbox02 {
  display: none;
}

.header.scrollFixed .botArea.fixed .btnSearch {
  right: 4%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header.flexStyle {
  height: 66px;
}

.header.flexStyle ~ .toastPop {
  top: calc(100vh - 110px);
}

.header.flexStyle .botArea {
  padding: 6px 16px;
}

.header.flexStyle .botArea .inputSection {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  height: 56px;
}

.header.flexStyle .botArea .inputSection .formWrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header.flexStyle .botArea .inputSection .formWrap input {
  width: 130px;
}

.header.flexStyle .topArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 56px 1fr 56px;
      grid-template-columns: 56px 1fr 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
  background-color: #fff;
}

.header.flexStyle .topArea.triple .tripleBtn {
  position: absolute;
  top: 28px;
  right: 16px;
}

.header.flexStyle .topArea.triple + .btnArea {
  background-color: #fff;
}

.header.flexStyle .topArea.triple + .btnArea .btnEdit {
  display: inline-block;
  margin-right: 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #000;
}

.header.flexStyle .topArea.manner {
  -ms-grid-columns: auto;
      grid-template-columns: auto;
}

.header.flexStyle .topArea.manner .storeTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #198EB6;
  font-weight: 700;
}

.header.flexStyle .topArea.manner .graphArea {
  position: absolute;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 118px;
  height: 24px;
  padding: 0 30px;
}

.header.flexStyle .topArea.manner .graphArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/publishing/admin/assets/images/common/bg_0.png") left center no-repeat;
  background-size: 24px;
}

.header.flexStyle .topArea.manner .graphArea:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/publishing/admin/assets/images/common/bg_100.png") right center no-repeat;
  background-size: 24px;
}

.header.flexStyle .topArea.manner .graphArea .graph {
  width: 90px;
  height: 6px;
  margin-bottom: 3px;
  background-color: #D9D9D9;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.header.flexStyle .topArea.manner .graphArea .bar {
  height: 100%;
  position: absolute;
  width: 0%;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  border-radius: 30px;
}

.header.flexStyle .topArea.manner .graphArea .percentage {
  position: absolute;
  left: 50%;
  top: 0;
  padding-bottom: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 10px;
  color: #000;
  font-weight: 700;
}

.header.flexStyle .topArea a {
  display: inline-block;
  margin-left: 5px;
  color: #000;
}

.header.flexStyle .topArea .linkTxt {
  display: inline-block;
  text-align: center;
  line-height: 1.2em;
}

.header.flexStyle .topArea .withMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.flexStyle .topArea .icon_btn .backIcon {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-image: url(/publishing/admin/assets/images/common/icon_back.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center;
}

.header.flexStyle .topArea .icon_btn .imgInner .basketIcon {
  background-image: url(/publishing/admin/assets/images/common/icon_basket_on.png);
}

.header.flexStyle .topArea h2, .header.flexStyle .topArea .logo {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.header.flexStyle .topArea h2 {
  color: #198EB6;
}

.header.flexStyle .topArea .logo {
  display: inline-block;
  width: 65px;
  margin: auto;
}

.header.flexStyle .topArea .logo img {
  width: 100%;
}

.header.flexStyle .midArea {
  background-color: #fff;
}

.header.flexStyle .midArea.midNew .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.flexStyle .midArea.midNew .gnb ul {
  border-bottom: none;
}

.header.flexStyle .midArea.midNew .gnb ul li a {
  border-bottom: none;
}

.header.flexStyle .midArea.midNew .gnb .bbSelectbox02 {
  width: 40%;
  margin-right: 16px;
  border: none;
}

.header.flexStyle .midArea.midNew .gnb .bbSelectbox02 label {
  left: auto;
  right: 35px;
  font-size: 17px;
  color: #000;
}

.header.flexStyle .midArea.midNew .gnb .bbSelectbox02 select {
  font-size: 17px;
  color: #000;
}

.header.flexStyle .midArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0 0;
  border-bottom: 1px solid #747474;
}

.header.flexStyle .midArea ul li {
  text-align: center;
  margin-bottom: 1px;
}

.header.flexStyle .midArea ul li a {
  display: block;
  min-width: 60px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #333333;
}

.header.flexStyle .midArea ul li a.current {
  padding-bottom: 8px;
  color: #198EB6;
  border-bottom: 2px solid #198EB6;
}

.header.flexStyle .botArea {
  background: #fff;
}

.header.flexStyle .botArea.botNew .formGroup {
  margin-top: 0;
}

.header.flexStyle .botArea.botNew .formGroup .inputWrap {
  position: relative;
}

.header.flexStyle .botArea.botNew .formGroup .inputWrap input {
  width: 156px;
  height: 40px;
  margin-top: 0;
  padding-right: 35px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}

.header.flexStyle .botArea.botNew .formGroup .inputWrap .searchNum {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 18px;
  height: 16px;
}

.header.flexStyle .botArea.botNew .formGroup .inputWrap .searchNum img {
  width: 18px;
  height: 16px;
}

.header.flexStyle .botArea.botNew .bbSelectbox02 select {
  font-size: 17px;
  color: #000;
}

.header.flexStyle .botArea.botNew .bbSelectbox02 label {
  color: #000 !important;
}

.header.flexStyle .botArea.w100 {
  display: block !important;
}

.header.flexStyle .botArea.w100 .formWrap {
  display: block !important;
}

.header.flexStyle .botArea.w100 .formWrap .inputWrap .bbInput2 {
  width: 100% !important;
  margin-right: 0 !important;
}

.header.flexStyle .botArea.w100 .formWrap .inputWrap .btnClear {
  right: 10px;
}

.header.flexStyle .botArea .storeInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 20px;
}

.header.flexStyle .botArea .storeInfo .code {
  position: relative;
  padding-left: 5px;
  font-size: 14px;
  line-height: 20px;
}

.header.flexStyle .botArea .storeInfo .code:focus {
  box-shadow: 0 0 0 1px #198EB6 !important;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 1px #198EB6 !important;
}

.header.flexStyle .botArea .storeInfo .code span {
  font-weight: bold;
}

.header.flexStyle .botArea .storeInfo .code:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 11px;
  background-color: #DDDDDD;
}

.header.flexStyle .botArea .storeInfo .bbSelectbox02 {
  width: 40%;
  border: none;
}

.header.flexStyle .botArea .storeInfo .bbSelectbox02 label {
  left: auto;
  right: 35px;
  color: #888;
}

.header.flexStyle .botArea .locationInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  line-height: 48px;
}

.header.flexStyle .botArea .locationInfo div a strong {
  padding-left: 20px;
  padding-right: 4px;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  background: url("/publishing/admin/assets/images/common/bg_location.png") left center no-repeat;
  background-size: 15px 20px;
  color: #333;
}

.header.flexStyle .botArea .locationInfo div .location {
  position: relative;
  padding-left: 7px;
  padding-right: 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background: url("/publishing/admin/assets/images/common/bg_location_info.png") right center no-repeat;
  background-size: 7px 10px;
}

.header.flexStyle .botArea .locationInfo div .location:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 1px;
  height: 11px;
  background: #ddd;
}

.header.flexStyle .botArea .locationInfo .linkArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.flexStyle .botArea .locationInfo .linkArea ul li {
  position: relative;
  margin-left: 15px;
  padding-left: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}

.header.flexStyle .botArea .locationInfo .linkArea ul li:last-child {
  padding-right: 0;
}

.header.flexStyle .botArea .locationInfo .linkArea ul li a {
  color: #333;
}

.header.flexStyle .botArea .locationInfo .linkArea ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 16px;
  background: url("/publishing/admin/assets/images/common/ico_search_gray.png") left top no-repeat;
  background-size: 18px 16px;
}

.header.flexStyle .botArea .noticeArea {
  margin: 0 -16px;
  padding-left: 20px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  background: url("/publishing/admin/assets/images/common/bg_notice.png") 16px center no-repeat;
  background-size: 15px 15px;
}

.header.flexStyle .botArea .noticeArea marquee {
  margin: 0 16px;
  padding: 7px 0;
  color: #666;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.header.flexStyle .cautionList {
  padding: 6px 16px;
  background-color: #fff;
}

.header.flexStyle .cautionList li {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  line-height: 1.4em;
  margin: 4px 0;
}

.header.flexStyle .cautionList li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #aaa;
  border-radius: 50%;
}

.header.flexStyle ul.colorInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
}

.header.flexStyle ul.colorInfo li {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  line-height: 1.4em;
}

.header.flexStyle ul.colorInfo li.warn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: orange;
}

.header.flexStyle ul.colorInfo li.black:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: red;
}

.header.flexStyle ul.colorInfo li:last-child {
  margin-left: 15px;
}

.header.flexStyle .partnersBtn {
  position: relative;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 2px solid #4100B8;
  border-radius: 4px;
  background-color: #fff;
  margin-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header.flexStyle .partnersBtn:before {
  width: 10px;
  height: 2px;
  background-color: #4100B8;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header.flexStyle .partnersBtn:after {
  width: 10px;
  height: 2px;
  background-color: #4100B8;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.header.flexStyle .blackListBtn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-image: url(/publishing/admin/assets/images/common/blacklist.png);
}

.header.flexStyle .bbSelectbox02 {
  width: 70%;
  background-color: #fff;
}

.header.flexStyle .botArea .bbInput2 {
  width: 70%;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.header.flexStyle .botArea .bbInput2::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: normal;
}

.header.flexStyle .botArea .bbInput2:-ms-input-placeholder {
  font-size: 16px;
  font-weight: normal;
}

.header.flexStyle .botArea .bbInput2::-ms-input-placeholder {
  font-size: 16px;
  font-weight: normal;
}

.header.flexStyle .botArea .bbInput2::placeholder {
  font-size: 16px;
  font-weight: normal;
}

.header.flexStyle .botArea .bbSelectbox02 {
  width: 60%;
  background-color: #fff;
}

.header.flexStyle .botArea.searchStore {
  display: block !important;
}

.header.flexStyle .botArea.searchStore .formWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.flexStyle .formWrap .inputWrap .btnClear {
  right: 12px;
  top: 14px;
}

.header.flexStyle + .ptr--ptr + .withdraw {
  margin-top: 0;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .blackList {
  padding-bottom: 70px;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList {
  padding-bottom: 70px;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList ul > li,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList ul > li .receiptNum,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li .receiptNum {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList ul > li .receiptNum .checkType01 input[type="checkbox"] + label,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li .receiptNum .checkType01 input[type="checkbox"] + label {
  width: auto;
  padding-right: 0;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList ul > li .receiptNum label:after,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li .receiptNum label:after {
  position: relative;
  top: 3px;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList ul > li .checkType01,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li .checkType01 {
  margin: 0;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList ul > li:first-child,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li:first-child {
  padding-top: 0;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList ul > li a,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  color: #666;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList ul > li a .storeInfoArea .infoTop,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li a .storeInfoArea .infoTop {
  font-weight: bold;
  color: #000;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList ul > li a .storeInfoArea .infoBot,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li a .storeInfoArea .infoBot {
  margin-top: 10px;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList ul > li a .storeInfoArea .infoBot span,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li a .storeInfoArea .infoBot span {
  font-weight: bold;
  color: #000;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList ul > li a .storeInfoArea .updateDate,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li a .storeInfoArea .updateDate {
  margin-top: 10px;
  font-size: 14px;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .customerStatsList ul > li a .storeInfoArea .updateDate strong,
.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li a .storeInfoArea .updateDate strong {
  color: #198EB6;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li {
  padding: 10px 0;
  border-bottom: 1px solid #333;
}

.header.flexStyle + .ptr--ptr + .withdraw .withBottomBtn .storeList ul > li a {
  padding: 5px 0 5px 10px;
}

.header.transparent {
  background-color: #fff;
  background-image: url(/publishing/admin/assets/images/market/detail/bg_logo3.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left 55px bottom 18px;
}

.header.absolute {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.header.detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 56px 1fr 56px;
      grid-template-columns: 56px 1fr 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 14px;
  border-bottom: 7px solid #E8E8E8;
}

.header.detail button {
  height: 56px;
  font-family: 'noto sans kr';
}

.header.detail button.txt_btn {
  border: 0;
  background-color: #fff;
  margin-right: 16px;
  cursor: pointer;
}

.header.detail button.txt_btn span {
  font-size: 14px;
  font-weight: 500;
  color: #198EB6;
}

.header.detail button.icon_btn .imgInner {
  position: relative;
}

.header.detail button.icon_btn .imgInner .basketIcon {
  display: inline-block;
  margin-top: 2px;
  width: 20px;
  height: 23px;
  background-image: url(/publishing/admin/assets/images/common/icon_basket_on.png);
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 20px;
}

.header.detail button.icon_btn .imgInner .count {
  position: absolute;
  top: -12px;
  right: 2px;
  font-size: 9px;
  color: #fff;
  font-weight: 600;
  font-family: 'GmarketSans';
  background-color: #198EB6;
  border-radius: 5em;
  padding: 4px 6px 3px;
  text-align: center;
  min-width: 26px;
  line-height: 1;
}

.header.detail button.icon_btn .backIcon {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-image: url(/publishing/admin/assets/images/common/icon_back.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center;
}

.header.detail button.icon_btn .homeIcon {
  display: inline-block;
  width: 22px;
  height: 20px;
  background-image: url(/publishing/admin/assets/images/common/icon_home.png);
  background-repeat: no-repeat;
  background-size: 22px;
}

.header.detail h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  color: #198EB6;
}

.header.detail .topTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
}

.header.detail .topTitle .image {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.header.detail .topTitle .image img {
  width: 100%;
}

.header.detail .topTitle .txt {
  font-size: 14px;
  color: #333;
  font-family: 'noto sans kr';
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 20px;
  line-height: 20px;
}

.header.detail.on {
  border-bottom: 1px solid #F2F2F2;
  background-color: #fff;
  background-image: none;
}

.header.detail.on .topTitle {
  visibility: visible;
}

.header.detail.on .icon_btn .backIcon {
  background-size: 19px;
  background-position: center;
  background-image: url(/publishing/admin/assets/images/common/icon_back.svg);
}

.header.detail.on .icon_btn .imgInner .basketIcon {
  background-image: url(/publishing/admin/assets/images/common/icon_basket_on.png);
}

.header.search {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 56px 1fr;
      grid-template-columns: 56px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.search button {
  height: 56px;
  font-family: 'noto sans kr';
}

.header.search .searchWrap2 {
  position: relative;
  height: 56px;
  padding: 7px 16px 7px 0;
}

.header.search .searchWrap2 .formWrap {
  position: relative;
  width: 100%;
}

.header.search .searchWrap2 .formWrap input {
  height: 42px;
  width: 100%;
  border: 1px solid #198EB6;
  border-radius: 5em;
  padding: 10px 70px 10px 18px;
  font-size: 15px;
}

.header.search .searchWrap2 .formWrap input::-webkit-input-placeholder {
  color: #cccccc;
}

.header.search .searchWrap2 .formWrap input:-ms-input-placeholder {
  color: #cccccc;
}

.header.search .searchWrap2 .formWrap input::-ms-input-placeholder {
  color: #cccccc;
}

.header.search .searchWrap2 .formWrap input::placeholder {
  color: #cccccc;
}

.header.search .searchWrap2 .formWrap input:focus {
  outline: 0px solid #198EB6;
}

.header.search .searchWrap2 .formWrap .btnTopSearch {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 54px;
  background-image: url(/publishing/admin/assets/images/common/icon_search2_on.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

.header.search .searchWrap2 .formWrap .btnClear {
  position: absolute;
  right: 54px;
  top: 12px;
  width: 18px;
  height: 18px;
  background-color: #ccc;
  border-radius: 50%;
  background-image: url(/publishing/admin/assets/images/market/order/icon_close.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

.header.qa {
  background-color: #F7F8FA;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.header.baesong {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.header.qna {
  -ms-grid-columns: 72px 1fr 72px;
      grid-template-columns: 72px 1fr 72px;
}

.header.qna img {
  margin-right: 16px;
}

.main_cont {
  letter-spacing: -0.03em;
  font-family: 'noto sans kr';
  line-height: 1;
  background-color: #fff;
}

.main_cont.app {
  margin-top: 0 !important;
}

.main_cont.bbMarket {
  position: relative;
}

.main_cont.bbMarket::before {
  position: relative;
  content: '';
  display: block;
  width: 100%;
  height: 56px;
}

.main_cont.bbMarket .mainAdSlide {
  width: 100%;
}

.main_cont.bbMarket .mainAdSlide img {
  width: 100%;
  height: 100vw;
}

.main_cont.bbMarket .mainAdSlide .swiper-slide {
  position: relative;
}

.main_cont.bbMarket .mainAdSlide .swiperControlWrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  z-index: 10;
}

.main_cont.bbMarket .mainAdSlide .swiperControlWrap .swiper-pagination {
  position: relative;
  float: left;
  bottom: unset;
  left: unset;
  width: auto;
  padding: 6px 10px 7px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5em;
  color: #fff;
  font-size: 14px;
}

.main_cont.bbMarket .mainAdSlide .swiperControlWrap .swiper-pagination .swiper-pagination-current {
  color: #fff;
}

.main_cont.bbMarket .detailContWrap .division {
  padding: 20px 16px;
  border-bottom: 1px solid #F2F2F2;
}

.main_cont.bbMarket .detailContWrap .division .titWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main_cont.bbMarket .detailContWrap .division .titWrap .inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main_cont.bbMarket .detailContWrap .division .titWrap .inner .stit {
  font-size: 14px;
  color: #999;
  line-height: 1.4em;
}

.main_cont.bbMarket .detailContWrap .division .titWrap .inner .tit {
  margin-top: 4px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 1.4em;
  word-break: break-all;
}

.main_cont.bbMarket .detailContWrap .division .titWrap .snsLink {
  position: relative;
  display: inline-block;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_sns.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  margin-left: 10px;
  z-index: 10;
}

.main_cont.bbMarket .detailContWrap .division .titWrap .snsLink span {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  font-family: 'noto sans kr';
  padding: 7px 6px;
  background-color: #ff7a00;
  border-radius: 7px;
  white-space: nowrap;
}

.main_cont.bbMarket .detailContWrap .division .titWrap .snsLink span::after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 28px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  background-color: #ff7a00;
}

.main_cont.bbMarket .detailContWrap .division .reviewLine {
  margin-top: 14px;
}

.main_cont.bbMarket .detailContWrap .division .reviewLine .point {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  padding-left: 20px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_star.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left top 5px;
}

.main_cont.bbMarket .detailContWrap .division .reviewLine .reviewLink {
  font-size: 16px;
  color: #aaa;
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}

.main_cont.bbMarket .detailContWrap .division .priceWrap {
  margin-top: 25px;
}

.main_cont.bbMarket .detailContWrap .division .priceWrap .titLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_cont.bbMarket .detailContWrap .division .priceWrap .titLine .title {
  display: inline-block;
  font-size: 16px;
  color: #999;
  font-weight: 500;
}

.main_cont.bbMarket .detailContWrap .division .priceWrap .titLine .deliveryTxt {
  font-size: 16px;
  font-weight: 400;
  color: #FC3935;
}

.main_cont.bbMarket .detailContWrap .division .priceWrap .titLine .deliveryTxt .big {
  font-weight: 700;
}

.main_cont.bbMarket .detailContWrap .division .priceWrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 12px;
}

.main_cont.bbMarket .detailContWrap .division .priceWrap .inner .price {
  display: inline-block;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.main_cont.bbMarket .detailContWrap .division .priceWrap .inner .price .big {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  margin-right: 3px;
}

.main_cont.bbMarket .detailContWrap .division .priceWrap .inner .delivery {
  font-size: 13px;
  color: #999;
  font-weight: 500;
  padding-left: 25px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_delivery.png);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: left top 3px;
  line-height: 1.4em;
}

.main_cont.bbMarket .detailContWrap .division .priceWrap .discount {
  display: inline-block;
  font-size: 20px;
  color: #aaa;
  font-weight: 500;
  text-decoration: line-through;
  margin-top: 5px;
}

.main_cont.bbMarket .detailContWrap .division .priceWrap .discount .small {
  font-size: 13px;
}

.main_cont.bbMarket .detailContWrap .division .priceWrap .per {
  display: inline-block;
  color: #EE0000;
  font-size: 22px;
  font-weight: 500;
  margin-left: 12px;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap {
  position: relative;
  margin-top: 25px;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .titLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .titLine .title {
  font-size: 16px;
  font-weight: 500;
  color: #198EB6;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .titLine .title .btnPromiseLayer {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #198EB6;
  border-radius: 50%;
  color: #198EB6;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-left: 4px;
  font-family: 'Roboto';
  font-weight: 600;
  vertical-align: top;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .titLine .deliveryTxt {
  font-size: 16px;
  font-weight: 400;
  color: #FC3935;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .titLine .deliveryTxt .big {
  font-weight: 700;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .promiseLayer {
  position: absolute;
  top: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 16px;
  width: calc(100% - 32px);
  min-height: 100px;
  border: 1px solid #333;
  border-radius: 10px;
  border-top-left-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  z-index: 10;
  text-align: left;
  display: none;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .promiseLayer .tit {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 28px;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .promiseLayer .txt {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
  line-height: 1.5em;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .promiseLayer .btnClose {
  font-size: 0;
  position: absolute;
  top: 20px;
  right: 16px;
  width: 20px;
  height: 20px;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .promiseLayer .btnClose:before {
  position: absolute;
  top: 0;
  right: 10px;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .promiseLayer .btnClose:after {
  position: absolute;
  content: '';
  top: 0;
  right: 10px;
  width: 1px;
  height: 20px;
  background-color: #222;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 12px;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .inner .per {
  display: inline-block;
  color: #EE0000;
  font-size: 26px;
  font-weight: 400;
  margin-right: 8px;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .inner .price {
  display: inline-block;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .inner .price .big {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  margin-right: 3px;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .inner .discount {
  display: inline-block;
  font-size: 14px;
  color: #aaa;
  text-decoration: line-through;
  margin-left: 5px;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .inner .discount .big {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-right: 3px;
  text-decoration: line-through;
}

.main_cont.bbMarket .detailContWrap .division .promiseWrap .inner .delivery {
  font-size: 13px;
  color: #999;
  font-weight: 500;
  padding-left: 25px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_delivery.png);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: left top 3px;
  line-height: 1.4em;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap {
  position: relative;
  margin-top: 25px;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap .titLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap .titLine .title {
  font-size: 16px;
  font-weight: 500;
  color: #FF7A00;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap .titLine .deliveryTxt {
  font-size: 16px;
  font-weight: 400;
  color: #FC3935;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap .titLine .deliveryTxt .big {
  font-weight: 700;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 12px;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap .inner .per {
  display: inline-block;
  color: #EE0000;
  font-size: 26px;
  font-weight: 400;
  margin-right: 8px;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap .inner .price {
  display: inline-block;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap .inner .price .big {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  margin-right: 3px;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap .inner .discount {
  display: inline-block;
  font-size: 14px;
  color: #aaa;
  text-decoration: line-through;
  margin-left: 5px;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap .inner .discount .big {
  display: inline-block;
  font-size: 18px;
  margin-left: 3px;
  font-weight: 500;
  text-decoration: line-through;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap .inner .delivery {
  font-size: 13px;
  color: #999;
  font-weight: 500;
  padding-left: 25px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_delivery.png);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: left top 3px;
  line-height: 1.4em;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap.end .innerBox {
  padding: 18px;
  background-color: #FFF9F9;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  color: #FC3935;
  font-weight: 500;
  line-height: 1.4em;
}

.main_cont.bbMarket .detailContWrap .division .gonguPriceWrap.friends .per {
  color: #FC3935;
}

.main_cont.bbMarket .detailContWrap .division .buyInfo {
  position: relative;
  margin-top: 20px;
  height: 55px;
  background-color: #F9FAFF;
  border: 1px dashed #198EB6;
  border-radius: 5px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_right4.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 20px center;
}

.main_cont.bbMarket .detailContWrap .division .buyInfo:after {
  position: absolute;
  content: '';
  width: 54px;
  height: 54px;
  top: -18px;
  right: 40px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_buy_info.png);
  background-repeat: no-repeat;
  background-size: 54px;
}

.main_cont.bbMarket .detailContWrap .division .buyInfo .txt {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 18px 0 18px 45px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_notice.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 14px 6px;
}

.main_cont.bbMarket .detailContWrap .division .buyInfo .txt .big {
  color: #198EB6;
}

.main_cont.bbMarket .detailContWrap .division .bbiyakNoticeLine {
  position: relative;
  margin-top: 20px;
  padding: 16px 14px;
  background-color: #F9FAFF;
  border-radius: 5px;
  border: 1px dashed #198EB6;
}

.main_cont.bbMarket .detailContWrap .division .bbiyakNoticeLine .title {
  margin-top: 20px;
  padding-left: 35px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  background-image: url(/publishing/admin/assets/images/common/icon_bbiyak.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: left top 0;
  line-height: 1.5em;
  font-family: 'noto sans kr';
}

.main_cont.bbMarket .detailContWrap .division .bbiyakNoticeLine .title:first-of-type {
  margin: 0;
}

.main_cont.bbMarket .detailContWrap .division .bbiyakNoticeLine .stit {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 1.4em;
  font-family: 'noto sans kr';
}

.main_cont.bbMarket .detailContWrap .division .bbiyakNoticeLine .contBox {
  margin-top: 12px;
  padding: 12px;
  background-color: #fff;
  border-radius: 5px;
}

.main_cont.bbMarket .detailContWrap .division .bbiyakNoticeLine .contBox .link {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  font-family: 'noto sans kr';
  margin-bottom: 14px;
  background-image: url(/publishing/admin/assets/images/common/icon_arrow04.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right center;
  line-height: 1.4em;
}

.main_cont.bbMarket .detailContWrap .division .bbiyakNoticeLine .contBox .link .tit {
  color: #198EB6;
}

.main_cont.bbMarket .detailContWrap .division .bbiyakNoticeLine .contBox .link:last-child {
  margin-bottom: 0;
}

.main_cont.bbMarket .detailContWrap .division .bbiyakNoticeLine .contBox .cont {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  font-family: 'noto sans kr';
  margin-bottom: 14px;
  line-height: 1.4em;
}

.main_cont.bbMarket .detailContWrap .division .bbiyakNoticeLine .contBox .cont .tit {
  color: #198EB6;
}

.main_cont.bbMarket .detailContWrap .division .bbiyakNoticeLine .contBox .cont:last-child {
  margin-bottom: 0;
}

.main_cont.bbMarket .detailContWrap .division .h3 .tit {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  padding-left: 26px;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .h3 {
  width: 100%;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .h3.arrow {
  display: inline-block;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_top.png);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right center;
  cursor: pointer;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .h3 .tit {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_seller.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left top 4px;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .amountWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .amountWrap .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .amountWrap .amount .tit {
  color: #999;
  font-weight: 400;
  margin-right: 6px;
  width: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .amountWrap .amount .txt {
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  font-size: 15px;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .amountWrap .amount .txt .remain {
  color: #FF7A00;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .amountWrap .amount .txt2 {
  color: #999;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  font-size: 15px;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .amountWrap .amount .txt2 .remain {
  color: #FF7A00;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .amountWrap .amount:nth-child(odd) {
  padding-right: 7px;
  width: 58%;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .amountWrap .amount:nth-child(even) {
  padding-left: 7px;
  width: 42%;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .progressWrap {
  position: relative;
  height: 40px;
  margin-top: 15px;
  padding-top: 27px;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .progressWrap .progressBg {
  position: relative;
  width: 100%;
  height: 12px;
  background-color: #f2f2f2;
  border-radius: 5em;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .progressWrap .progressBg .progressBar {
  position: absolute;
  left: 0;
  top: 0;
  height: 12px;
  background: -webkit-gradient(linear, right top, left top, from(#FF7A00), to(#FFC700));
  background: linear-gradient(to left, #FF7A00, #FFC700);
  border-radius: 5em;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .progressWrap .progressBg .progressBar .laveBox {
  position: absolute;
  right: -20px;
  top: -32px;
  font-size: 15px;
  color: #FF7A00;
  padding: 4px 8px;
  border: 1px solid #FF7A00;
  border-radius: 5px;
  font-weight: 500;
}

.main_cont.bbMarket .detailContWrap .division.saleInfo .progressWrap .progressBg .progressBar .laveBox::before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-top: 1px solid #FF7A00;
  border-left: 1px solid #FF7A00;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .h3 {
  width: 100%;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .h3.arrow {
  display: inline-block;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_top.png);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right center;
  cursor: pointer;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .h3.arrow.on {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot2.png);
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .h3 .tit {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_delivery.png);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: left top 4px;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .innerWrap {
  margin-top: 20px;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .innerWrap .txtWrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .innerWrap .txtWrap li .tit {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
  color: #999;
  line-height: 1.4em;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .innerWrap .txtWrap li .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 15px;
  color: #666;
  text-align: left;
  line-height: 1.4em;
  letter-spacing: -0.03em;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .innerWrap .txtWrap li .txt .date {
  color: #5060FF;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .innerWrap .txtWrap li:last-child {
  margin-bottom: 0;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .innerWrap .deliveryStateBox {
  padding: 20px 10px;
  background-color: #F3F4F9;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .innerWrap .deliveryStateBox .deliveryState {
  text-align: center;
  margin: 0 6px;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .innerWrap .deliveryStateBox .deliveryState .iconBox {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 10px;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .innerWrap .deliveryStateBox .deliveryState .tit {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .innerWrap .deliveryStateBox .deliveryState .date {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.main_cont.bbMarket .detailContWrap .division.deliveryInfo .innerWrap .deliveryStateBox .arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #5060FF;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  margin: 20px 6px 0;
}

.main_cont.bbMarket .detailContWrap .division.carefulInfo {
  border-bottom: 0;
}

.main_cont.bbMarket .detailContWrap .division.carefulInfo .h3 {
  width: 100%;
}

.main_cont.bbMarket .detailContWrap .division.carefulInfo .h3.arrow {
  display: inline-block;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_top.png);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right center;
  cursor: pointer;
}

.main_cont.bbMarket .detailContWrap .division.carefulInfo .h3.arrow.on {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot2.png);
}

.main_cont.bbMarket .detailContWrap .division.carefulInfo .h3 .tit {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_careful.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left top 4px;
}

.main_cont.bbMarket .detailContWrap .division.carefulInfo .infoList {
  margin-top: 16px;
}

.main_cont.bbMarket .detailContWrap .division.carefulInfo .infoList li {
  position: relative;
  padding-left: 12px;
  font-size: 15px;
  color: #999;
  line-height: 1.4em;
  margin-bottom: 8px;
}

.main_cont.bbMarket .detailContWrap .division.carefulInfo .infoList li:last-child {
  margin-bottom: 0;
}

.main_cont.bbMarket .detailContWrap .division.carefulInfo .infoList li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #999;
}

.main_cont.bbMarket .detailContWrap .division.cautionInfo {
  background-color: #FFF9F9;
  padding: 26px 10px;
  text-align: center;
}

.main_cont.bbMarket .detailContWrap .division.cautionInfo .title {
  font-size: 20px;
  color: #FC3935;
  font-weight: 600;
  font-family: 'GmarketSans';
  padding-left: 30px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_caution.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: left top;
}

.main_cont.bbMarket .detailContWrap .division.cautionInfo .txt {
  font-size: 14px;
  color: #333;
  line-height: 1.4em;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .titLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .titLine .title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .titLine .total {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #666;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .titLine .total .big {
  color: #198EB6;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .noList {
  padding: 50px 0;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .noList .txt {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  text-align: center;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .noList .btnLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .noList .btnLine button {
  height: 44px;
  border-radius: 8px;
  min-width: 138px;
  padding: 0 10px;
  margin: 0 6px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .noList .btnLine button.btnFriends {
  background-color: #198EB6;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .noList .btnLine button.btnFriends span {
  padding-left: 20px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_lock.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left top 1px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .noList .btnLine button.btnTogether {
  background-color: #FF7A00;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .noList .btnLine button span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap {
  margin-top: 10px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #F2F2F2;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .left .photoLine {
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .left .photoLine .photo {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  background-image: url(/publishing/admin/assets/images/market/detail/bg_logo2.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: #ddd;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .left .photoLine .photo img {
  width: 100%;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .left .photoLine .photo:nth-child(1) {
  z-index: 10;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .left .photoLine .photo:nth-child(2) {
  z-index: 9;
  margin-left: -16px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .left .photoLine .photo:nth-child(3) {
  z-index: 8;
  margin-left: -16px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .left .photoLine .photo:nth-child(4) {
  z-index: 7;
  margin-left: -16px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .left .photoLine .photo:nth-child(5) {
  z-index: 6;
  margin-left: -16px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .left .userId {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1.4em;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .left .userId .id {
  display: inline-block;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .right .restLine {
  text-align: right;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .right .restLine .rest {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .right .restLine .rest .big {
  display: inline-block;
  color: #FF7A00;
  margin-right: 3px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .right .restLine .time {
  margin-top: 4px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .right button {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-color: #FF7A00;
  border-radius: 8px;
  height: 40px;
  min-width: 90px;
  padding: 0 10px;
  margin-left: 8px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .right button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  font-size: 15px;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .right button .big {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap .list .right .end {
  font-size: 15px;
  font-weight: 500;
  color: #999;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap.friends .list .left .photoLine.me {
  position: relative;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap.friends .list .left .photoLine.me .photo {
  border: 1px solid #198EB6;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap.friends .list .left .photoLine.me::after {
  position: absolute;
  content: '나';
  left: 26px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #198EB6;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  z-index: 20;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap.friends .list .right.me .restLine .rest .big {
  color: #198EB6;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap.friends .list .right.me button {
  background-color: #198EB6;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap.together .list .left .photoLine.me {
  position: relative;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap.together .list .left .photoLine.me .photo {
  border: 1px solid #FF7A00;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap.together .list .left .photoLine.me::after {
  position: absolute;
  content: '나';
  left: 26px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #FF7A00;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  z-index: 20;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap.together .list .right.me .restLine .rest .big {
  color: #FF7A00;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap.together .list.friend .right .restLine .rest .big {
  color: #198EB6;
}

.main_cont.bbMarket .detailContWrap .division.buyTogether .gonguListWrap.together .list.friend .right button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  font-size: 15px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_lock3.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}

.main_cont.bbMarket .midContWrap {
  position: relative;
}

.main_cont.bbMarket .midContWrap .midTabSlide > .swiper-wrapper {
  padding-top: 50px;
}

.main_cont.bbMarket .midContWrap .midTabSlide > .swiper-pagination {
  position: absolute;
  top: 0;
  bottom: unset;
  left: 0px;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
  z-index: 100;
}

.main_cont.bbMarket .midContWrap .midTabSlide > .swiper-pagination.fix {
  position: fixed;
  top: 56px;
}

.main_cont.bbMarket .midContWrap .midTabSlide > .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  font-size: 16px;
  padding: 15px 0;
  color: #999;
  font-weight: 500;
  border-radius: unset;
  background-color: #fff;
  width: auto;
  height: auto;
  opacity: 1;
}

.main_cont.bbMarket .midContWrap .midTabSlide > .swiper-pagination .swiper-pagination-bullet-active {
  color: #333;
  border-bottom: 2px solid #333;
  background-color: #fff;
}

.main_cont.bbMarket .midContWrap .storyWrap {
  position: relative;
}

.main_cont.bbMarket .midContWrap .storyWrap .topInfo {
  text-align: center;
  padding: 24px 20px;
}

.main_cont.bbMarket .midContWrap .storyWrap .topInfo span {
  display: inline-block;
  color: #666666;
  font-size: 15px;
  padding-left: 36px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_detail.png);
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: left center;
  line-height: 2.6em;
}

.main_cont.bbMarket .midContWrap .storyWrap .pinchZoomParent {
  max-width: 100vw;
  text-align: left;
  max-height: 1390px;
  width: 100vw;
}

.main_cont.bbMarket .midContWrap .storyWrap .detailStory {
  width: 100%;
  max-height: 1390px;
  overflow: hidden;
}

.main_cont.bbMarket .midContWrap .storyWrap .detailStory img {
  width: 100vw;
}

.main_cont.bbMarket .midContWrap .storyWrap .detailStoryMore {
  padding: 20px 16px 24px;
}

.main_cont.bbMarket .midContWrap .storyWrap .detailStoryMore .inner {
  padding-top: 16px;
  text-align: center;
  border-top: 1px solid #F2F2F2;
}

.main_cont.bbMarket .midContWrap .storyWrap .detailStoryMore .inner .btnMore {
  display: inline-block;
  font-size: 16px;
  color: #198EB6;
  padding: 14px 40px;
  border: 1px solid #198EB6;
  border-radius: 5em;
}

.main_cont.bbMarket .midContWrap .storyWrap .detailStoryMore .inner .btnMore span {
  padding-right: 20px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right top 9px;
}

.main_cont.bbMarket .midContWrap .reviewWrap {
  position: relative;
}

.main_cont.bbMarket .midContWrap .reviewWrap .noReview {
  padding: 16px;
}

.main_cont.bbMarket .midContWrap .reviewWrap .noReview .h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.main_cont.bbMarket .midContWrap .reviewWrap .noReview .noCont {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_cont.bbMarket .midContWrap .reviewWrap .noReview .noCont .text {
  font-size: 14px;
  color: #aaa;
  background-color: #FBFBFB;
  padding: 14px 20px;
  border-radius: 5em;
}

.main_cont.bbMarket .midContWrap .reviewWrap .scoreWrap {
  position: relative;
  padding: 0 16px;
}

.main_cont.bbMarket .midContWrap .reviewWrap .scoreWrap .inner {
  padding: 20px 0;
  border-bottom: 1px solid #F2F2F2;
}

.main_cont.bbMarket .midContWrap .reviewWrap .scoreWrap .inner .titWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_cont.bbMarket .midContWrap .reviewWrap .scoreWrap .inner .titWrap .h3 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

.main_cont.bbMarket .midContWrap .reviewWrap .scoreWrap .inner .titWrap .totalReview {
  position: relative;
  font-size: 14px;
  color: #999;
  padding-right: 14px;
}

.main_cont.bbMarket .midContWrap .reviewWrap .scoreWrap .inner .titWrap .totalReview::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: 7px;
  height: 11px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_right4.png);
  background-repeat: no-repeat;
  background-size: 7px;
  content: '';
  color: #999;
}

.main_cont.bbMarket .midContWrap .reviewWrap .photoReviewWrap {
  position: relative;
  padding: 0 16px;
}

.main_cont.bbMarket .midContWrap .reviewWrap .photoReviewWrap .inner {
  padding: 20px 0;
  border-bottom: 1px solid #F2F2F2;
}

.main_cont.bbMarket .midContWrap .reviewWrap .photoReviewWrap .inner .h3 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap {
  position: relative;
  padding: 20px 16px;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .h3 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont {
  padding: 20px 0;
  border-bottom: 1px solid #F2F2F2;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .userCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .userCont .photo {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F1F1F3;
  background-image: url(/publishing/admin/assets/images/market/detail/bg_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  overflow: hidden;
  margin-right: 10px;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .userCont .photo img {
  width: 100%;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .userCont .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .userCont .cont .starPoint {
  height: 16px;
  width: 92px;
  background-image: url(/publishing/admin/assets/images/market/detail/star_point_bg.png);
  background-repeat: no-repeat;
  background-size: 92px;
  background-position: left top;
  margin-bottom: 6px;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .userCont .cont .starPoint span {
  display: inline-block;
  height: 16px;
  width: 92px;
  background-image: url(/publishing/admin/assets/images/market/detail/star_point_status.png);
  background-repeat: no-repeat;
  background-size: 92px;
  background-position: left top;
  overflow: hidden;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .userCont .cont .writerDate {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .userCont .cont .writerDate .date {
  position: relative;
  margin-left: 6px;
  padding-left: 6px;
  color: #999;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .userCont .cont .writerDate .date:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #eee;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .btnLayer {
  position: absolute;
  right: 0;
  top: 0;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .btnLayer .btnMore {
  position: absolute;
  right: 0;
  width: 17px;
  height: 17px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_layer.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3px;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .btnLayer .hiddenLayer {
  position: absolute;
  top: 26px;
  right: 0px;
  width: 140px;
  padding: 14px 16px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.1);
  display: none;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .topLine .btnLayer .hiddenLayer .declare {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  color: #FF0000;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_lamp.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
  line-height: 1.2em;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .option {
  margin-top: 14px;
  color: #999;
  font-size: 14px;
  line-height: 1.4em;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .reviewCont .txt {
  margin-top: 8px;
  font-size: 15px;
  color: #333;
  line-height: 1.6em;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .btnLine {
  margin-top: 20px;
  text-align: center;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .btnLine .btnTotal {
  display: inline-block;
  font-size: 16px;
  color: #198EB6;
  padding: 13px 20px;
  border: 1px solid #198EB6;
  border-radius: 5em;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_cont.bbMarket .midContWrap .reviewWrap .reviewWrap .btnLine .btnTotal span {
  display: inline-block;
  padding-right: 20px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_right2.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right top 4px;
}

.main_cont.bbMarket .midContWrap .qnaWrap {
  padding: 16px;
}

.main_cont.bbMarket .midContWrap .qnaWrap .h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.main_cont.bbMarket .midContWrap .qnaWrap .infoBox {
  background-color: #FBFBFB;
  padding: 20px 16px;
  border-radius: 5px;
  margin-top: 16px;
}

.main_cont.bbMarket .midContWrap .qnaWrap .infoBox .tit {
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 1.6em;
  word-break: keep-all;
}

.main_cont.bbMarket .midContWrap .qnaWrap .infoBox .infoList {
  margin-top: 12px;
}

.main_cont.bbMarket .midContWrap .qnaWrap .infoBox .infoList li {
  position: relative;
  font-size: 13px;
  color: #999;
  padding-left: 10px;
  line-height: 1.4em;
  margin: 5px 0;
}

.main_cont.bbMarket .midContWrap .qnaWrap .infoBox .infoList li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 7px;
  width: 3px;
  height: 3px;
  background-color: #999;
  border-radius: 50%;
}

.main_cont.bbMarket .midContWrap .qnaWrap .infoBox .infoList li .highlight {
  color: #198EB6;
}

.main_cont.bbMarket .midContWrap .qnaWrap .btnQna {
  width: 100%;
  height: 44px;
  border: 1px solid #198EB6;
  border-radius: 5px;
  color: #198EB6;
  font-size: 15px;
  background-color: #fff;
  margin-top: 12px;
  font-family: 'noto sans kr';
}

.main_cont.bbMarket .midContWrap .qnaWrap .noQna {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_cont.bbMarket .midContWrap .qnaWrap .noQna .text {
  font-size: 14px;
  color: #aaa;
  background-color: #FBFBFB;
  padding: 14px 20px;
  border-radius: 5em;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont {
  padding: 20px 0;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine {
  border-top: 1px solid #F2F2F2;
  padding: 20px 0;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine:last-child {
  border-bottom: 1px solid #F2F2F2;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .top .division {
  font-size: 14px;
  color: #999;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .top .division .complete {
  color: #000;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .top .writerDate {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .top .writerDate .date {
  position: relative;
  margin-left: 6px;
  padding-left: 6px;
  color: #999;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .top .writerDate .date:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #eee;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .qCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .qCont .q {
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  line-height: 1;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .qCont .q img {
  width: 100%;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .qCont .txtCont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .qCont .txtCont .txt {
  font-size: 15px;
  color: #666;
  line-height: 1.4em;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .qCont .txtCont .option {
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 1.4em;
  margin-bottom: 6px;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .aCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 14px;
  width: 100%;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .aCont .a {
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  line-height: 1;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .aCont .a img {
  width: 100%;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .aCont .txtCont {
  font-size: 15px;
  color: #666;
  line-height: 1.4em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .aCont .txtCont .seller {
  margin-top: 10px;
  text-align: right;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .aCont .txtCont .seller .badge {
  display: inline-block;
  font-size: 12px;
  color: #8B30FF;
  padding: 2px 3px 3px;
  border: 1px solid #8B30FF;
  border-radius: 4px;
  line-height: 1;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .aCont .txtCont .seller .writerDate {
  font-size: 14px;
  color: #333;
  margin-left: 4px;
  white-space: nowrap;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .aCont .txtCont .seller .writerDate .date {
  position: relative;
  margin-left: 6px;
  padding-left: 6px;
  color: #999;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .aCont .txtCont .seller .writerDate .date:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #eee;
}

.main_cont.bbMarket .midContWrap .qnaWrap .qnaCont .contLine .secretCont {
  position: relative;
  font-size: 15px;
  color: #999;
  padding-left: 20px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_secret.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left top 1px;
  margin-top: 14px;
  line-height: 1.2em;
}

.main_cont.bbMarket .midContWrap .qnaWrap .btnLine {
  text-align: center;
}

.main_cont.bbMarket .midContWrap .qnaWrap .btnLine .btnMore {
  display: inline-block;
  font-size: 16px;
  color: #198EB6;
  padding: 13px 30px;
  border: 1px solid #198EB6;
  border-radius: 5em;
}

.main_cont.bbMarket .midContWrap .qnaWrap .btnLine .btnMore span {
  padding-right: 20px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_right2.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right top 7px;
}

.main_cont.bbMarket .botEtcInfo {
  position: relative;
}

.main_cont.bbMarket .botEtcInfo .btnLink {
  display: inline-block;
  width: 100%;
  padding: 18px 16px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_right3.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 16px center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #F2F2F2;
  color: #333;
  font-weight: 500;
}

.main_cont.bbMarket .botSpace {
  position: relative;
  height: 160px;
  background-color: #F2F2F2;
}

.main_cont.bbMarket .botSpace .btnLayer {
  position: fixed;
  bottom: 86px;
  right: 16px;
  z-index: 200;
}

.main_cont.bbMarket .botSpace .btnLayer .btnBbiyak {
  position: relative;
  left: calc(100% - 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #198EB6;
  border-radius: 50%;
  background-image: url(/publishing/admin/assets/images/common/icon_bbiyak.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 7px top 9px;
  font-size: 0;
}

.main_cont.bbMarket .botSpace .btnLayer .btnBbiyak span {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  padding: 6px 8px;
  background-color: #198EB6;
  border-radius: 5em;
  white-space: nowrap;
}

.main_cont.bbMarket .botSpace .btnLayer .btnBbiyak span::after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  background-color: #198EB6;
}

.main_cont.bbMarket .botSpace .btnLayer .btnGongu {
  position: relative;
  left: calc(100% - 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #198EB6;
  border-radius: 50%;
  font-size: 0;
  text-align: center;
}

.main_cont.bbMarket .botSpace .btnLayer .btnGongu .txt {
  display: inline-block;
  font-size: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1.4em;
  padding: 8px 0;
}

.main_cont.bbMarket .botSpace .btnLayer .btnGongu .txt .big {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.main_cont.bbMarket .botSpace .btnLayer .btnGongu .txt .big .crl {
  color: #198EB6;
}

.main_cont.bbMarket .botSpace .btnLayer .btnGongu .time {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  padding: 6px 8px;
  background-color: #198EB6;
  border-radius: 5em;
  white-space: nowrap;
  padding-left: 20px;
  background-image: url(/publishing/admin/assets/images/market/icon_time.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left 6px top 6px;
}

.main_cont.bbMarket .botSpace .btnLayer .btnGongu .time::after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 60%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  background-color: #198EB6;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners {
  position: relative;
  display: block;
  margin-top: 40px;
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #784CF3;
  border-radius: 24px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_partners.png);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: left 6px center;
  font-size: 0;
  -webkit-transition: 0.5s cubic-bezier(0.42, 0, 0.28, 1.04);
  transition: 0.5s cubic-bezier(0.42, 0, 0.28, 1.04);
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners.status1 {
  width: 176px;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .txt {
  display: inline-block;
  font-size: 14px;
  font-family: 'noto sans kr';
  color: #fff;
  font-weight: 400;
  padding: 15px 0 15px 48px;
  white-space: nowrap;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .txt .big {
  font-weight: 700;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .msg {
  opacity: 0;
  position: absolute;
  bottom: 54px;
  right: 0;
  padding: 5px 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  white-space: nowrap;
  -webkit-transition: .3s;
  transition: .3s;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .msg:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000;
  position: absolute;
  bottom: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .msg.on {
  opacity: 1;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg {
  z-index: 999;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: calc(100vw - 32px);
  height: calc(100vw + 16vw);
  position: absolute;
  bottom: 0;
  right: 0;
  background: #784CF3;
  border-radius: 24px;
  /* animation: genie 1s linear; */
  /* transition: all .3s linear; */
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, bottom 0.4s 0.1s, right 0.4s 0.1s;
  transition: width 0.4s 0.1s, height 0.4s 0.1s, bottom 0.4s 0.1s, right 0.4s 0.1s;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  opacity: 1;
  overflow: hidden;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg img {
  opacity: 1;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg .btnIcon {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg .share_img_hide {
  opacity: 1;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: absolute;
  left: 37px;
  width: calc(100% - 74px);
  bottom: 20px;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg .share_img_hide input[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg .share_img_hide input[type='checkbox'] + label {
  cursor: pointer;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg .share_img_hide input[type='checkbox'] + label .closeTxt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0 0 0 30px;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg .share_img_hide input[type='checkbox'] + label span {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(/publishing/admin/assets/images/partners/chkmark.png) no-repeat;
  background-size: 16px 16px;
  background-position: left bottom 3px;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg .share_img_hide input[type='checkbox']:checked + label span {
  background: url(/publishing/admin/assets/images/partners/chkmark_on.png) no-repeat;
  background-size: 16px 16px;
  background-position: left bottom 3px;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg .share_img_hide input[type='checkbox'] + label img {
  margin-left: 4px;
  vertical-align: middle;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg .close_btn {
  position: absolute;
  right: 0;
  top: -9px;
  float: right;
  padding: 3px 8px;
  font-size: 17px;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg.close {
  width: 176px;
  height: 48px;
  border-radius: 24px;
  background: #784CF3;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, opacity 0.3s 0.5s, bottom 0.4s 0.1s, right 0.4s 0.1s;
  transition: width 0.4s 0.1s, height 0.4s 0.1s, opacity 0.3s 0.5s, bottom 0.4s 0.1s, right 0.4s 0.1s;
  overflow: hidden;
  bottom: 0;
  right: 0;
  z-index: 90;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg.close img {
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-delay: .0s;
          transition-delay: .0s;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg.close .btn_icon {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  right: 8px;
  background-image: url(/img/newsno/icon_share.png);
  background-size: 48px auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  opacity: 1;
}

.main_cont.bbMarket .botSpace .btnLayer .btnPartners .shareImg.close .share_img_hide {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.main_cont.bbMarket .botSpace .btnLayer .btnTop {
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  left: calc(100% - 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_top.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  font-size: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.main_cont.bbMarket .botSpace .btnLayer .btnTop.on {
  width: 48px;
  height: 48px;
  margin-top: 14px;
  border: 1px solid #eee;
}

.main_cont.bbMarket .botSpace.gongu .btnLayer {
  bottom: 150px;
}

.main_cont.bbMarket .gonguTime {
  background-color: #fff;
  padding: 8px 16px;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
}

.main_cont.bbMarket .gonguTime .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  padding: 16px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_cont.bbMarket .gonguTime .inner.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_cont.bbMarket .gonguTime .inner .date {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding-left: 20px;
  background-image: url(/publishing/admin/assets/images/market/icon_time.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left top 3px;
}

.main_cont.bbMarket .gonguTime .inner .remain {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.main_cont.bbMarket .gonguTime .inner .remain .num {
  font-weight: 700;
  color: #FFA800;
}

.main_cont.bbMarket .gonguTime.on {
  position: fixed;
  bottom: 39vh;
  z-index: 1000;
  background-color: transparent;
  width: 100%;
}

.main_cont.bbMarket .botBtnLine {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 68px;
  background-color: #fff;
  padding: 8px;
  z-index: 200;
}

.main_cont.bbMarket .botBtnLine .btnOrder {
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #E32C1F;
  text-align: center;
  padding: 14px 0;
  border: 0;
  cursor: pointer;
  border-radius: 8px;
}

.main_cont.bbMarket .botBtnLine.bbiyak .btnOrder {
  background-color: #198EB6;
}

.main_cont.bbMarket .botBtnLine.gongu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_cont.bbMarket .botBtnLine.gongu button {
  margin: 0 3px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
}

.main_cont.bbMarket .botBtnLine.gongu button:first-child {
  margin-left: 0;
}

.main_cont.bbMarket .botBtnLine.gongu button:last-child {
  margin-right: 0;
}

.main_cont.bbMarket .botBtnLine.gongu .btnSns {
  width: 52px;
  height: 52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_sns3.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}

.main_cont.bbMarket .botBtnLine.gongu .btnOrder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #FF7A00;
}

.main_cont.bbMarket .botBtnLine.gongu .btnFriends {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #198EB6;
}

.main_cont.bbMarket .botBtnLine.gongu .btnFriends:disabled {
  background-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.main_cont.bbMarket .botBtnLine.gongu .btnTogether {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #FF7A00;
}

.main_cont.bbMarket .botBtnLine.gongu .btnTogether2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #198EB6;
  font-weight: 500;
}

.main_cont.bbMarket .botBtnLine.gongu .btnAlone {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #FF7A00;
}

.main_cont.bbMarket .botBtnLine.gongu .btnAlone .price {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.main_cont.bbMarket .botBtnLine.gongu .btnAlone .price .big {
  font-size: 17px;
}

.main_cont.bbMarket .botBtnLine.gongu .btnAlone .txt {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.main_cont.bbMarket .botBtnLine.gongu.end {
  display: none;
}

.main_cont.withdraw {
  margin-top: 76px;
}

.main_cont.withdraw.admin {
  margin-top: 150px;
}

.main_cont.withdraw.admin .inner {
  overflow: auto;
  padding-bottom: 100px;
}

.main_cont.withdraw.admin .tblArea {
  min-width: 500px;
  padding-top: 0;
}

.main_cont.withdraw.admin .tblArea table thead th {
  border-top: 1px solid #E1E1E1;
}

.main_cont.withdraw.admin .tblArea table th, .main_cont.withdraw.admin .tblArea table td {
  text-align: left;
}

.main_cont.withdraw.admin .tblArea table td a {
  color: #666;
}

.main_cont.withdraw.admin .tblArea .tblType01.tblTit thead.fixed {
  position: fixed;
  min-width: 500px;
  top: 56px;
}

.main_cont.withdraw.admin .tblArea .tblType01.tblTit thead.fixed th {
  width: calc(100% - 66.66%);
}

.main_cont.withdraw.recharge .inner {
  overflow: auto;
  padding-bottom: 100px;
}

.main_cont.withdraw.recharge .amountArea {
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  background-color: #fff;
}

.main_cont.withdraw.recharge .amountArea .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_cont.withdraw.recharge .amountArea .amount span {
  margin: 0;
}

.main_cont.withdraw.recharge .amountArea .amount strong {
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
}

.main_cont.withdraw.recharge .amountArea .bbSelectbox02 {
  width: 30%;
}

.main_cont.withdraw.recharge .amountArea + .tblArea {
  padding-top: 120px;
}

.main_cont.withdraw.recharge .amountArea + .tblArea .tblType01 thead tr th {
  position: -webkit-sticky;
  position: sticky;
  top: -16px;
}

.main_cont.withdraw.recharge .amountArea + .tblArea td a {
  color: #000;
  text-decoration: underline;
}

.main_cont.withdraw .inner .customerStatsList {
  min-height: calc(100vh - 164px) !important;
  padding: 30px 16px 16px;
  background-color: #F5F6FB;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew {
  position: relative;
  background-color: #000;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li {
  margin-top: 15px;
  text-align: center;
  border-radius: 20px 20px 35px 35px;
  -webkit-box-shadow: 0px 4px 75px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 75px 0px rgba(0, 0, 0, 0.25);
  background: #fff url(/publishing/admin/assets/images/common/bg_round_default.png) left bottom no-repeat;
  background-size: 100% auto;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li.before {
  background: #fff url(/publishing/admin/assets/images/common/bg_round.png) left bottom no-repeat;
  background-size: 100% auto;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li.before .topArea .code {
  background: #F4A403;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .topArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 30px 0;
  margin-bottom: 17px;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .topArea .receiptNum {
  min-width: 70px;
  font-size: 17px;
  font-weight: bold;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .topArea .code {
  padding: 5px 17px;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  background: #198EB6;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .topArea .btnLayer {
  position: absolute;
  top: 21px;
  left: calc(50% + 11px);
  margin-left: 40px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .topArea .btnLayer img {
  width: 21px;
  height: 21px;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .midArea .top {
  font-size: 20px;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .midArea .top .masking {
  font-size: 16px;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .midArea .top .phoneCall {
  position: static;
  display: inline-block;
  margin-left: 10px;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .midArea .bot {
  position: relative;
  margin-top: 2px;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .midArea .bot .cancelCase {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 48px;
  font-size: 15px;
  line-height: 20px;
  background: #D9D9D9;
  -webkit-box-shadow: 4px 4px 4px 0px #198EB6;
          box-shadow: 4px 4px 4px 0px #198EB6;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .midArea .bot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .midArea .bot ul li {
  position: relative;
  margin: 0 0 0 8px;
  padding-left: 8px;
  font-size: 16px;
  background: none;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .midArea .bot ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .midArea .bot ul li:first-child:before {
  background: none;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .midArea .bot ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 1px;
  height: 16px;
  background-color: #000;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .botArea {
  margin-top: 5px;
  padding-bottom: 50px;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .botArea p {
  font-size: 15px;
  text-align: center;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .botArea p.Rb {
  position: absolute;
  right: 37px;
  bottom: 6%;
  font-size: 13px;
  color: #999;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew > ul > li .rightTop {
  right: 13px;
  top: 3px;
}

.main_cont.withdraw .inner .customerStatsList.customerStatsListNew .noData {
  z-index: 110;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 250px;
  padding: 14px 25px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #888888;
}

.main_cont.withdraw .inner .customerStatsList ul li {
  position: relative;
  margin: 10px 0;
  background-color: #fff;
}

.main_cont.withdraw .inner .customerStatsList ul li a {
  display: block;
  position: relative;
  height: auto;
  padding: 8px 10px 40px 10px;
  border: 1px solid #ddd;
  border-width: 1px;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.main_cont.withdraw .inner .customerStatsList ul li a:after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 12;
  width: 30px;
  height: 19px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.main_cont.withdraw .inner .customerStatsList ul li a .topArea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.main_cont.withdraw .inner .customerStatsList ul li a .topArea .receiptNum {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #333;
}

.main_cont.withdraw .inner .customerStatsList ul li a .topArea .infoBot {
  font-size: 13px;
  line-height: 19px;
  color: #888;
}

.main_cont.withdraw .inner .customerStatsList ul li a .midArea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}

.main_cont.withdraw .inner .customerStatsList ul li a .midArea .infoTop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}

.main_cont.withdraw .inner .customerStatsList ul li a .midArea .infoTop .name {
  position: relative;
  width: 50px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  overflow: hidden;
}

.main_cont.withdraw .inner .customerStatsList ul li a .midArea .infoTop .name:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 1;
  width: 25px;
  height: 19px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.main_cont.withdraw .inner .customerStatsList ul li a .midArea .infoTop .status {
  position: static;
  width: auto;
}

.main_cont.withdraw .inner .customerStatsList ul li a .midArea .infoTop .status ul:after {
  content: '';
  position: static;
  right: 0;
  bottom: 0px;
  z-index: 1;
  width: 30px;
  height: 19px;
  background-image: none;
}

.main_cont.withdraw .inner .customerStatsList ul li a .midArea .infoTop .status li {
  color: #333;
}

.main_cont.withdraw .inner .customerStatsList ul li a .midArea .infoTop span {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #333;
}

.main_cont.withdraw .inner .customerStatsList ul li a .midArea .infoTop span span {
  color: #333;
}

.main_cont.withdraw .inner .customerStatsList ul li .phoneCall {
  z-index: 15;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.main_cont.withdraw .inner .customerStatsList ul li .phoneCall:after {
  content: none;
  background: none;
}

.main_cont.withdraw .inner .customerStatsList ul li .phoneCall img {
  width: 35px;
  height: 35px;
}

.main_cont.withdraw .inner .customerStatsList ul li .statusLayer {
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: calc(100% - 24px);
  overflow: hidden;
  display: none;
  z-index: 999;
  padding: 5px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  white-space: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}

.main_cont.withdraw .inner .customerStatsList ul li .statusLayer ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_cont.withdraw .inner .customerStatsList ul li .statusLayer ul {
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
}

.main_cont.withdraw .inner .customerStatsList ul li .statusLayer ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding-left: 3px;
  font-size: 13px;
  line-height: 19px;
  color: #888;
}

.main_cont.withdraw .inner .customerStatsList ul li .statusLayer ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 10px;
  background-color: #888;
}

.main_cont.withdraw .inner .customerStatsList ul li .statusLayer ul li:first-child {
  padding-left: 0;
}

.main_cont.withdraw .inner .customerStatsList ul li .statusLayer ul li:first-child:before {
  width: 0;
}

.main_cont.withdraw .inner .customerStatsList ul li .statusLayer span.border {
  float: left;
  margin-right: 10px;
  padding: 7px 5px;
  font-weight: 500;
  font-size: 8px;
  line-height: 10px;
  border: 2px solid #198EB6;
  border-radius: 50px;
  color: #198EB6;
}

.main_cont.withdraw .inner .customerStatsList ul li .status {
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: calc(100% - 24px);
  overflow: hidden;
  white-space: nowrap;
  z-index: 11;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}

.main_cont.withdraw .inner .customerStatsList ul li .status ul {
  position: relative;
  overflow: hidden;
  margin-top: 3px;
  margin-left: 10px;
}

.main_cont.withdraw .inner .customerStatsList ul li .status ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding-left: 3px;
  font-size: 13px;
  line-height: 19px;
  color: #888;
}

.main_cont.withdraw .inner .customerStatsList ul li .status ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 10px;
  background-color: #888;
}

.main_cont.withdraw .inner .customerStatsList ul li .status ul li:first-child {
  padding-left: 0;
}

.main_cont.withdraw .inner .customerStatsList ul li .status ul li:first-child:before {
  width: 0;
}

.main_cont.withdraw .inner .customerStatsList ul li .status span.border {
  float: left;
  margin-right: 10px;
  padding: 7px 5px;
  font-weight: 500;
  font-size: 8px;
  line-height: 10px;
  border: 2px solid #198EB6;
  border-radius: 50px;
  color: #198EB6;
}

.main_cont.withdraw .inner .customerStatsList ul li .checkType02 input[type="checkbox"] + label:before {
  left: 10px;
  top: -20px;
}

.main_cont.withdraw .inner .customerStatsList ul li .rightTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 7px;
  top: 0;
}

.main_cont.withdraw .inner .customerStatsList ul li .rightTop.beforeVisit {
  gap: 6px;
  position: absolute;
  top: -5px;
  right: -10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main_cont.withdraw .inner .customerStatsList ul li .rightTop.beforeVisit span {
  cursor: pointer;
}

.main_cont.withdraw .inner .customerStatsList ul li .rightTop.beforeVisit span img {
  width: 15px;
  height: 15px;
}

.main_cont.withdraw .inner .customerStatsList ul li .rightTop.beforeVisit .paper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 38px;
  background: url(/publishing/admin/assets/images/common/bg_paper.png);
  background-size: 60px 38px;
  color: #000;
  font-size: 13px;
}

.main_cont.withdraw .inner .customerStatsList ul li .rightTop span {
  margin-top: -3px;
  font-size: 13px;
  color: #000;
}

.main_cont.withdraw .inner .customerStatsList ul li .checkType02:after {
  content: '';
  position: absolute;
  left: 5px;
  top: -8px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.main_cont.withdraw .inner .customerStatsList ul li.blacklist .btnStats {
  background-color: red;
}

.main_cont.withdraw .inner .customerStatsList ul li .customerInfoArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666;
}

.main_cont.withdraw .inner .storeList {
  padding: 20px 16px 16px;
}

.main_cont.withdraw .inner .withdrawList {
  padding: 10px 16px 16px;
}

.main_cont.withdraw .inner .withdrawList > li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  margin: 16px 0;
  color: #666;
}

.main_cont.withdraw .inner .withdrawList > li:first-child {
  margin-top: 0;
}

.main_cont.withdraw .inner .withdrawList > li > ul {
  margin: 8px 0;
}

.main_cont.withdraw .inner .withdrawList > li > ul > li {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4em;
  margin: 8px 0;
  color: #aaa;
  padding-left: 10px;
}

.main_cont.withdraw .inner .withdrawList > li > ul > li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  background-color: #aaa;
  border-radius: 50%;
}

.main_cont.withdraw .inner .formWrap {
  padding: 20px 16px 16px;
}

.main_cont.withdraw .inner .formWrap.bottom {
  padding-bottom: 100px;
}

.main_cont.withdraw .inner .btnLine {
  background: #fff;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.main_cont.withdraw .inner .btnLine .btnType01 {
  width: 100%;
  margin-right: 6px;
  height: 50px;
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: 'Noto Sans';
}

.main_cont.withdraw .inner .btnLine .btnType01[disabled] {
  background-color: #ddd !important;
  border: 1px solid #ddd !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  color: #999 !important;
}

.main_cont.withdraw .inner .btnLine .btnType02 {
  width: 100%;
  height: 50px;
  background-color: #198EB6;
  border: 1px solid #198EB6;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.main_cont.withdraw .inner .btnLine.fixedBtnBottom {
  z-index: 100;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 700px;
  background: #fff;
  padding: 10px 16px;
}

.main_cont.withdraw .inner .btnLine.fixedBtnBottom.small .btnType02 {
  margin: auto;
  width: 140px;
  height: 36px;
  border-radius: 5px;
}

.main_cont.withdraw .inner .btnLine.fixedBtnBottom.type3 {
  display: block;
}

.main_cont.withdraw .inner .btnLine.fixedBtnBottom.type3 .btnStyleType3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_cont.withdraw .inner .btnLine.fixedBtnBottom.type3 .btnStyleType3 li:first-child {
  width: 50px;
  margin-right: 10px;
}

.main_cont.withdraw .inner .btnLine.fixedBtnBottom.type3 .btnStyleType3 li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 50px);
}

.main_cont.withdraw .inner .btnLine.fixedBtnBottom.type3 .btnStyleType3 li:last-child button {
  width: calc(50% - 5px) !important;
  margin: 0;
}

.main_cont.withdraw .inner .btnLine.fixedBtnBottom.type3 .btnStyleType3 .btnHome {
  display: inline-block;
  width: 50px;
  border: 1px solid #666;
  border-radius: 8px;
}

.main_cont.withdraw .inner .loginBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_cont.withdraw .inner .loginBtnBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_cont.withdraw .inner .loginBtnBox ul li {
  padding: 0 10px;
  border-left: 1px solid #ddd;
}

.main_cont.withdraw .inner .loginBtnBox ul li:first-child {
  border-left: none;
}

.main_cont.withdraw .inner .loginBtnBox ul li a {
  color: #666;
}

.main_cont.withdraw .inner .cautionList {
  margin-top: 14px;
  margin-left: 14px;
}

.main_cont.withdraw .inner .cautionList li {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  line-height: 1.4em;
  margin: 4px 0;
}

.main_cont.withdraw .inner .cautionList li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #aaa;
  border-radius: 50%;
}

.main_cont.withdraw .inner .inputWrap input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.main_cont.withdraw .inner .inputWrap label {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  height: 40px;
}

.main_cont.withdraw .inner .inputWrap .errorMsg {
  display: none;
}

.main_cont.withdraw .inner .inputWrap.error {
  position: relative;
}

.main_cont.withdraw .inner .inputWrap.error input,
.main_cont.withdraw .inner .inputWrap.error textarea {
  border-color: #FF564B;
}

.main_cont.withdraw .inner .inputWrap.error textarea:focus:focus {
  outline: none;
  box-shadow: 0 0 0 1px #333;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 1px #333;
}

.main_cont.withdraw .inner .inputWrap.error .errorMsg {
  display: block;
  margin-top: 6px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 19px;
  color: #FF564B;
  background: url(/publishing/admin/assets/images/common/ico_warn.png) left 2px no-repeat;
  background-size: 16px 16px;
}

.main_cont.withdraw .inner .inputWrap.error .errorMsg:before {
  content: '';
}

.main_cont.agreementLayer {
  margin-top: 66px;
}

.main_cont.agreementLayer .inner {
  padding: 10px 16px 86px;
  max-height: 100vh;
  overflow-y: auto;
}

.main_cont.agreementLayer .inner .agreementArea h3 {
  margin-top: 24px;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  font-weight: 500;
}

.main_cont.agreementLayer .inner .agreementArea h3:first-child {
  margin-top: 0;
}

.main_cont.agreementLayer .inner .agreementArea h3 + h4 {
  margin-top: 24px;
}

.main_cont.agreementLayer .inner .agreementArea h4 {
  margin-top: 24px;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  font-weight: 500;
}

.main_cont.agreementLayer .inner .agreementArea p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 21px;
  color: #666;
  word-break: keep-all;
}

.main_cont.agreementLayer .inner .agreementArea ul {
  margin: 10px 0;
}

.main_cont.agreementLayer .inner .agreementArea ul li {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 21px;
  color: #666;
  text-indent: -13px;
  padding-left: 13px;
  word-break: keep-all;
}

.footerMenu {
  width: 100%;
}

.marketScoreBox {
  padding: 20px 0;
  background-color: #FBFBFB;
  border-radius: 10px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.marketScoreBox.pd0 {
  margin-top: 0;
}

.marketScoreBox .starPoint {
  width: 128px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.marketScoreBox .starPoint .score {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  font-family: 'GmarketSans';
}

.marketScoreBox .starPoint .starLine {
  height: 16px;
  width: 92px;
  background-image: url(/publishing/admin/assets/images/market/detail/star_point_bg.png);
  background-repeat: no-repeat;
  background-size: 92px;
  background-position: left center;
}

.marketScoreBox .starPoint .starLine .star {
  display: block;
  height: 16px;
  width: 92px;
  background-image: url(/publishing/admin/assets/images/market/detail/star_point_status.png);
  background-repeat: no-repeat;
  background-size: 92px;
  background-position: left center;
  overflow: hidden;
}

.marketScoreBox .progressWrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 14px;
  border-left: 1px dashed #EAEAEA;
}

.marketScoreBox .progressWrap .progressLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

.marketScoreBox .progressWrap .progressLine:first-child {
  margin-top: 0;
}

.marketScoreBox .progressWrap .progressLine .point {
  display: inline-block;
  margin-right: 8px;
  font-size: 13px;
  color: #999;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.marketScoreBox .progressWrap .progressLine .point.first {
  font-weight: 500;
  color: #E32C1F;
}

.marketScoreBox .progressWrap .progressLine .progressBg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 8px;
  background-color: #E6E6E6;
  border-radius: 5em;
  overflow: hidden;
}

.marketScoreBox .progressWrap .progressLine .progressBg .progressBar {
  background: -webkit-gradient(linear, right top, left top, from(#FFC107), to(#FFC107));
  background: linear-gradient(to left, #FFC107, #FFC107);
  height: 8px;
  border-radius: 5em;
  background-size: calc(100vw - 267px);
}

.marketScoreBox .progressWrap .progressLine .number {
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
  color: #999;
  width: 42px;
}

.marketScoreBox .progressWrap .progressLine .number.first {
  font-weight: 500;
  color: #333;
}

.photoListSlide {
  margin-top: 16px;
  font-size: 0;
  margin-left: -16px;
  margin-right: -16px;
}

.photoListSlide ul {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.photoListSlide ul::-webkit-scrollbar {
  display: none;
}

.photoListSlide ul li {
  margin: 0 4px;
  display: inline-block;
}

.photoListSlide ul li:first-child {
  margin-left: 16px;
}

.photoListSlide ul li a {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 8px;
}

.photoListSlide ul li a img {
  width: 100%;
}

.photoListSlide ul li a .more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
}

.reviewSlide,
.qnaSlide {
  width: 100%;
  height: 61vw;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 12px;
}

.reviewSlide img,
.qnaSlide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviewSlide .swiperControlWrap,
.qnaSlide .swiperControlWrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  z-index: 10;
}

.reviewSlide .swiperControlWrap .swiper-pagination,
.qnaSlide .swiperControlWrap .swiper-pagination {
  position: relative;
  float: left;
  bottom: unset;
  left: unset;
  width: auto;
  padding: 6px 10px 7px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5em;
  color: #999;
  font-size: 14px;
}

.reviewSlide .swiperControlWrap .swiper-pagination .swiper-pagination-current,
.qnaSlide .swiperControlWrap .swiper-pagination .swiper-pagination-current {
  color: #fff;
}

.popInfoLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}

.popInfoLayer.on {
  display: block;
}

.popInfoLayer .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 54px);
  padding: 10px 18px;
  background-color: #fff;
  text-align: center;
}

.popInfoLayer .txtBox .txt {
  font-size: 17px;
  color: #000;
  line-height: 1.4em;
  font-family: 'noto sans kr';
  text-align: center;
  padding: 15px 0 10px;
}

.popInfoLayer .txtBox .btnLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding: 0;
}

.popInfoLayer .txtBox .btnLine .btnPop {
  display: inline-block;
  font-size: 17px;
  color: #000;
  font-family: 'noto sans kr';
  width: 100%;
  padding: 20px 0;
}

.popInfoLayer2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}

.popInfoLayer2.on {
  display: block;
}

.popInfoLayer2 .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 54px);
  padding: 28px 16px 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
}

.popInfoLayer2 .txtBox .tit {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
}

.popInfoLayer2 .txtBox .tit .big {
  color: #198EB6;
  font-weight: 700;
}

.popInfoLayer2 .txtBox .stit {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

.popInfoLayer2 .txtBox .stit .big {
  color: #FC3935;
  text-decoration: underline;
}

.popInfoLayer2 .txtBox .txt {
  padding: 12px;
  background-color: #F8F8F8;
  border-radius: 5px;
  font-size: 15px;
  color: #666;
  line-height: 1.4em;
  font-family: 'noto sans kr';
  text-align: center;
  margin-top: 20px;
}

.popInfoLayer2 .txtBox .btnLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.popInfoLayer2 .txtBox .btnLine .btnPop {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: 'noto sans kr';
  width: calc(50% - 5px);
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 8px;
  height: 50px;
  padding: 15px 0;
}

.popInfoLayer2 .txtBox .btnLine .btnPop:nth-child(odd) {
  margin-right: 5px;
}

.popInfoLayer2 .txtBox .btnLine .btnPop:nth-child(even) {
  margin-left: 5px;
  background-color: #198EB6;
  color: #fff;
  border: 1px solid #198EB6;
}

.popInfoLayer3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}

.popInfoLayer3.abStyle .inner {
  margin-top: 76px;
}

.popInfoLayer3.abStyle .infoTextLayer {
  text-align: center;
}

.popInfoLayer3.on {
  display: block;
}

.popInfoLayer3 .btnLine {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.popInfoLayer3 .btnLine.fixedBtnBottom {
  z-index: 100;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 700px;
  background: #fff;
  padding: 10px 16px;
}

.popInfoLayer3 .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 54px);
  padding: 28px 16px 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
}

.popInfoLayer3 .txtBox .topLine {
  height: 108px;
  position: relative;
  text-align: center;
  margin-top: -104px;
  background-image: url(/publishing/admin/assets/images/market/detail/bg_party.png);
  background-repeat: no-repeat;
  background-size: 235px;
  background-position: center top 4px;
}

.popInfoLayer3 .txtBox .topLine .logo {
  display: inline-block;
  margin-top: 42px;
  width: 66px;
  height: 66px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_logo.png);
  background-repeat: no-repeat;
  background-size: 66px;
}

.popInfoLayer3 .txtBox .tit {
  font-size: 24px;
  color: #198EB6;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  margin-top: 20px;
}

.popInfoLayer3 .txtBox .userBox {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popInfoLayer3 .txtBox .userBox .photoLine {
  margin: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popInfoLayer3 .txtBox .userBox .photoLine .photo {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  background-image: url(/publishing/admin/assets/images/market/detail/bg_logo2.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: #ddd;
}

.popInfoLayer3 .txtBox .userBox .photoLine .photo img {
  width: 100%;
}

.popInfoLayer3 .txtBox .userBox .photoLine.me {
  position: relative;
}

.popInfoLayer3 .txtBox .userBox .photoLine.me .photo {
  border: 2px solid #198EB6;
}

.popInfoLayer3 .txtBox .userBox .photoLine.me::after {
  position: absolute;
  content: '나';
  left: 26px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #198EB6;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  z-index: 20;
}

.popInfoLayer3 .txtBox .infoTxt1 {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
}

.popInfoLayer3 .txtBox .infoTxt2 {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
}

.popInfoLayer3 .txtBox .btnLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin-top: 20px;
}

.popInfoLayer3 .txtBox .btnLine .btnClose {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: 'noto sans kr';
  width: 100%;
  background-color: #198EB6;
  border-radius: 8px;
  height: 46px;
}

.popInfoLayer3 .txtBox .btnLine .btnType01 {
  font-size: 16px;
  font-weight: 500;
  color: #198EB6;
  font-family: 'noto sans kr';
  width: 100%;
  background-color: #ffF;
  border-radius: 8px;
  height: 46px;
  border: 1px solid #198EB6;
  margin-right: 6px;
}

.popInfoLayer3 .txtBox .btnLine .btnType02 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: 'noto sans kr';
  width: 100%;
  background-color: #198EB6;
  border-radius: 8px;
  height: 46px;
  margin-left: 6px;
}

.popInfoLayer3 .txtBox.together .topLine .logo {
  display: inline-block;
  margin-top: 42px;
  width: 66px;
  height: 66px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_logo2.png);
  background-repeat: no-repeat;
  background-size: 66px;
}

.popInfoLayer3 .txtBox.together .tit {
  color: #FF7A00;
}

.popInfoLayer3 .txtBox.together .userBox .photoLine.me .photo {
  border: 2px solid #FF7A00;
}

.popInfoLayer3 .txtBox.together .userBox .photoLine.me::after {
  background-color: #FF7A00;
}

.popInfoLayer3 .txtBox.together .btnLine .btnClose {
  background-color: #FF7A00;
}

.popInfoLayer3 .txtBox.together .btnLine .btnType01 {
  color: #FF7A00;
  border: 1px solid #FF7A00;
}

.popInfoLayer3 .txtBox.together .btnLine .btnType02 {
  background-color: #FF7A00;
}

.popInfoLayer3 .innerBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  height: 85vh;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  max-height: 700px;
}

.popInfoLayer3 .innerBox2 {
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 32px);
  height: calc(100vh - 32px);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.popInfoLayer3 .innerBox3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background-color: #fff;
}

.popInfoLayer4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}

.popInfoLayer4.on {
  display: block;
}

.popInfoLayer4 .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 54px);
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}

.popInfoLayer4 .inner .txtBox {
  padding: 24px 18px 40px;
}

.popInfoLayer4 .inner .txtBox .tit {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #333;
}

.popInfoLayer4 .inner .txtBox .txt {
  margin-top: 30px;
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
  font-family: 'noto sans kr';
  text-align: center;
}

.popInfoLayer4 .inner .btnLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.popInfoLayer4 .inner .btnLine .btnConfirm {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  font-family: 'noto sans kr';
  background-color: #0045ff;
  height: 50px;
  width: 100%;
}

.photoUpWrap {
  position: relative;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.photoUpWrap .input_wrap {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}

.photoUpWrap .input_wrap a:after {
  width: 0 !important;
  height: 0 !important;
  background-image: none !important;
}

.photoUpWrap .input_wrap input[type=file] {
  display: none;
}

.photoUpWrap .input_wrap .my_button {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 16px 10px;
  background-color: #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #F2F2F2;
  text-align: center;
}

.photoUpWrap .input_wrap .my_button .txt {
  display: inline-block;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  color: #333;
  padding-top: 28px;
  background-image: url(/publishing/admin/assets/images/common/icon_camera.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center top;
}

.photoUpWrap .imgs_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 88px;
  margin-right: -16px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.photoUpWrap .imgs_wrap::-webkit-scrollbar {
  display: none;
}

.photoUpWrap .imgs_wrap a {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  margin-right: 5px;
}

.photoUpWrap .imgs_wrap a::after {
  z-index: 22;
  position: absolute;
  top: -7px;
  right: -7px;
  content: '';
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/publishing/admin/assets/images/common/icon_close.png);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center;
}

.photoUpWrap .imgs_wrap a span {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 12px;
  width: 100%;
}

.photoUpWrap .imgs_wrap a img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
}

.cartAlert,
.noticeAlert {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: calc(100% - 32px);
  width: auto;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  font-size: 15px;
  color: #fff;
  padding: 12px 26px;
  text-align: center;
  line-height: 1.4em;
  z-index: 2000;
  white-space: nowrap;
  display: none;
}

.cartAlert.on,
.noticeAlert.on {
  display: block;
}

.cartAlert .review,
.noticeAlert .review {
  padding-left: 25px;
  background-image: url(/publishing/admin/assets/images/mypage/icon_star.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left top 3px;
}

.cartAlert.long,
.noticeAlert.long {
  width: 100%;
  white-space: unset;
}

.tabContainer {
  width: 100%;
  padding: 20px 16px 16px;
}

.tabContainer .tabs {
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #F2F2F2;
  background-color: #fff;
  z-index: 100;
}

.tabContainer .tabs li {
  text-align: center;
}

.tabContainer .tabs li a {
  display: inline-block;
  font-size: 16px;
  padding: 15px 0;
  color: #999;
  font-weight: 500;
}

.tabContainer .tabs li.active a {
  color: #333;
  border-bottom: 2px solid #333;
}

.tabContainer .tabContent {
  position: relative;
}

/*참여 가능한 공동구매 팝업*/
.popContent.gonguListFriend {
  max-height: 380px;
  overflow-y: auto;
}

.popContent.gonguListFriend .noList {
  padding: 20px 0 40px;
}

.popContent.gonguListFriend .noList .txt {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  text-align: center;
}

.popContent.gonguListFriend .gonguListWrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #F2F2F2;
}

.popContent.gonguListFriend .gonguListWrap .list:first-child {
  border-top: 1px solid #f2f2f2;
}

.popContent.gonguListFriend .gonguListWrap .list .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popContent.gonguListFriend .gonguListWrap .list .left .photoLine {
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popContent.gonguListFriend .gonguListWrap .list .left .photoLine .photo {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  background-image: url(/publishing/admin/assets/images/market/detail/bg_logo2.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: #ddd;
}

.popContent.gonguListFriend .gonguListWrap .list .left .photoLine .photo img {
  width: 100%;
}

.popContent.gonguListFriend .gonguListWrap .list .left .photoLine .photo:nth-child(1) {
  z-index: 10;
}

.popContent.gonguListFriend .gonguListWrap .list .left .photoLine .photo:nth-child(2) {
  z-index: 9;
  margin-left: -16px;
}

.popContent.gonguListFriend .gonguListWrap .list .left .photoLine .photo:nth-child(3) {
  z-index: 8;
  margin-left: -16px;
}

.popContent.gonguListFriend .gonguListWrap .list .left .photoLine .photo:nth-child(4) {
  z-index: 7;
  margin-left: -16px;
}

.popContent.gonguListFriend .gonguListWrap .list .left .photoLine .photo:nth-child(5) {
  z-index: 6;
  margin-left: -16px;
}

.popContent.gonguListFriend .gonguListWrap .list .left .photoLine.me {
  position: relative;
}

.popContent.gonguListFriend .gonguListWrap .list .left .photoLine.me .photo {
  border: 1px solid #198EB6;
}

.popContent.gonguListFriend .gonguListWrap .list .left .photoLine.me::after {
  position: absolute;
  content: '나';
  left: 26px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #198EB6;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  z-index: 20;
}

.popContent.gonguListFriend .gonguListWrap .list .left .userId {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1.4em;
}

.popContent.gonguListFriend .gonguListWrap .list .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

.popContent.gonguListFriend .gonguListWrap .list .right .restLine {
  text-align: right;
}

.popContent.gonguListFriend .gonguListWrap .list .right .restLine .rest {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.popContent.gonguListFriend .gonguListWrap .list .right .restLine .rest .big {
  display: inline-block;
  color: #FF7A00;
  margin-right: 3px;
}

.popContent.gonguListFriend .gonguListWrap .list .right .restLine .time {
  margin-top: 4px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.popContent.gonguListFriend .gonguListWrap .list .right button {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-color: #FF7A00;
  border-radius: 8px;
  height: 40px;
  min-width: 90px;
  padding: 0 10px;
  margin-left: 8px;
}

.popContent.gonguListFriend .gonguListWrap .list .right button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  font-size: 15px;
}

.popContent.gonguListFriend .gonguListWrap .list .right button .big {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.popContent.gonguListFriend .gonguListWrap .list .right .end {
  font-size: 15px;
  font-weight: 500;
  color: #999;
}

.popContent.gonguListFriend .gonguListWrap .list .right.me .restLine .rest .big {
  color: #198EB6;
}

.popContent.gonguListFriend .gonguListWrap .list .right.me button {
  background-color: #198EB6;
}

.popContent.gonguListTogether {
  max-height: 380px;
  overflow-y: auto;
}

.popContent.gonguListTogether .gonguListWrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #F2F2F2;
}

.popContent.gonguListTogether .gonguListWrap .list:first-child {
  border-top: 1px solid #f2f2f2;
}

.popContent.gonguListTogether .gonguListWrap .list .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popContent.gonguListTogether .gonguListWrap .list .left .photoLine {
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popContent.gonguListTogether .gonguListWrap .list .left .photoLine .photo {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  background-image: url(/publishing/admin/assets/images/market/detail/bg_logo2.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: #ddd;
}

.popContent.gonguListTogether .gonguListWrap .list .left .photoLine .photo img {
  width: 100%;
}

.popContent.gonguListTogether .gonguListWrap .list .left .photoLine .photo:nth-child(1) {
  z-index: 10;
}

.popContent.gonguListTogether .gonguListWrap .list .left .photoLine .photo:nth-child(2) {
  z-index: 9;
  margin-left: -16px;
}

.popContent.gonguListTogether .gonguListWrap .list .left .photoLine .photo:nth-child(3) {
  z-index: 8;
  margin-left: -16px;
}

.popContent.gonguListTogether .gonguListWrap .list .left .photoLine .photo:nth-child(4) {
  z-index: 7;
  margin-left: -16px;
}

.popContent.gonguListTogether .gonguListWrap .list .left .photoLine .photo:nth-child(5) {
  z-index: 6;
  margin-left: -16px;
}

.popContent.gonguListTogether .gonguListWrap .list .left .photoLine.me {
  position: relative;
}

.popContent.gonguListTogether .gonguListWrap .list .left .photoLine.me .photo {
  border: 1px solid #FF7A00;
}

.popContent.gonguListTogether .gonguListWrap .list .left .photoLine.me::after {
  position: absolute;
  content: '나';
  left: 26px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #FF7A00;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  z-index: 20;
}

.popContent.gonguListTogether .gonguListWrap .list .left .userId {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1.4em;
}

.popContent.gonguListTogether .gonguListWrap .list .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

.popContent.gonguListTogether .gonguListWrap .list .right .restLine {
  text-align: right;
}

.popContent.gonguListTogether .gonguListWrap .list .right .restLine .rest {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.popContent.gonguListTogether .gonguListWrap .list .right .restLine .rest .big {
  display: inline-block;
  color: #FF7A00;
  margin-right: 3px;
}

.popContent.gonguListTogether .gonguListWrap .list .right .restLine .time {
  margin-top: 4px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.popContent.gonguListTogether .gonguListWrap .list .right button {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-color: #FF7A00;
  border-radius: 8px;
  height: 40px;
  min-width: 90px;
  padding: 0 10px;
  margin-left: 8px;
}

.popContent.gonguListTogether .gonguListWrap .list .right button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  font-size: 15px;
}

.popContent.gonguListTogether .gonguListWrap .list .right button .big {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.popContent.gonguListTogether .gonguListWrap .list .right .end {
  font-size: 15px;
  font-weight: 500;
  color: #999;
}

.popContent.gonguListTogether .gonguListWrap .list .right.me .restLine .rest .big {
  color: #FF7A00;
}

.popContent.gonguListTogether .gonguListWrap .list .right.me button {
  background-color: #FF7A00;
}

.popContent.gonguListTogether .gonguListWrap .list.friend .right .restLine .rest .big {
  color: #198EB6;
}

.popContent.gonguListTogether .gonguListWrap .list.friend .right button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  font-size: 15px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_lock3.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}

.popContent.gonguLinkFriend {
  text-align: center;
}

.popContent.gonguLinkFriend .timeBar {
  display: inline-block;
  padding: 12px 14px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-left: 36px;
  background-image: url(/publishing/admin/assets/images/market/icon_time.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 14px top 13px;
  font-family: 'noto sans kr';
  white-space: nowrap;
}

.popContent.gonguLinkFriend .linkTxt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.4em;
  text-align: center;
}

.popContent.gonguLinkFriend .linkTxt .big {
  color: #198EB6;
}

.popContent.gonguLinkFriend .productBox {
  margin-top: 24px;
  padding: 14px 16px;
  background-color: #F8F8F8;
  border-radius: 8px;
}

.popContent.gonguLinkFriend .productBox .productInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popContent.gonguLinkFriend .productBox .productInfo .image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 14px;
  border-radius: 8px;
}

.popContent.gonguLinkFriend .productBox .productInfo .image img {
  width: 100%;
}

.popContent.gonguLinkFriend .productBox .productInfo .contLine {
  text-align: left;
}

.popContent.gonguLinkFriend .productBox .productInfo .contLine .tit {
  font-size: 14px;
  color: #333;
  line-height: 1.4em;
  font-weight: 500;
}

.popContent.gonguLinkFriend .productBox .productInfo .contLine .friend {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #198EB6;
  line-height: 1.4em;
}

.popContent.gonguLinkFriend .productBox .productInfo .contLine .gongu {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #FF7A00;
  line-height: 1.4em;
}

.popContent.gonguLinkFriend .productBox .productInfo .contLine .bbiyak {
  font-size: 14px;
  color: #999;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 6px;
}

.popContent.gonguLinkFriend .productBox .productInfo .contLine .bbiyak .tit {
  color: #198EB6;
}

.popContent.gonguLinkFriend .productBox .productInfo .contLine .product {
  font-size: 14px;
  color: #999;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 6px;
}

.popContent.gonguLinkFriend .btnLine {
  margin-top: 30px;
}

.popContent.gonguLinkFriend .btnLine.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.popContent.gonguLinkFriend .btnLine .btnBank {
  position: relative;
  height: 50px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #198EB6;
}

.popContent.gonguLinkFriend .btnLine .btnBank .txt {
  font-size: 16px;
  color: #198EB6;
  font-weight: 500;
  padding-left: 20px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_link2.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
}

.popContent.gonguLinkFriend .btnLine .btnBank .bubble {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  padding: 6px 8px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  white-space: nowrap;
}

.popContent.gonguLinkFriend .btnLine .btnBank .bubble:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.7);
  border-right: 6px solid transparent;
}

.popContent.gonguLinkFriend .btnLine .btnLink {
  height: 50px;
  width: 100%;
  border-radius: 8px;
  background-color: #198EB6;
  margin-top: 10px;
}

.popContent.gonguLinkFriend .btnLine .btnLink span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding-left: 20px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_link.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
}

.popContent.gonguLinkFriend .btnLine .btnDetail {
  width: calc(50% - 6px);
  margin-right: 6px;
  height: 50px;
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.popContent.gonguLinkFriend .btnLine .btnShopping {
  width: calc(50% - 6px);
  margin-left: 6px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #198EB6;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #198EB6;
}

.popContent.gonguLinkFriend .infoTxt {
  margin-top: 16px;
  font-size: 13px;
  color: #aaa;
  line-height: 1.4em;
  font-weight: 400;
}

.popContent.gonguLinkFriend .infoTxt .big {
  color: #198EB6;
}

.popContent.gonguLinkTogether {
  text-align: center;
}

.popContent.gonguLinkTogether .innerCont {
  max-height: 60vh;
  overflow-y: auto;
}

.popContent.gonguLinkTogether .innerCont .timeBar {
  display: inline-block;
  padding: 12px 14px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-left: 36px;
  background-image: url(/publishing/admin/assets/images/market/icon_time.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 14px top 13px;
  font-family: 'noto sans kr';
  white-space: nowrap;
}

.popContent.gonguLinkTogether .innerCont .contTit {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.popContent.gonguLinkTogether .innerCont .contTit .text {
  display: inline-block;
  font-size: 22px;
  color: #333;
  font-weight: 700;
}

.popContent.gonguLinkTogether .innerCont .contTit .text .big {
  display: inline-block;
  margin-right: 6px;
  color: #FF7A00;
}

.popContent.gonguLinkTogether .innerCont .userBox {
  position: relative;
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 250px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popContent.gonguLinkTogether .innerCont .userBox .photoLine {
  margin: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popContent.gonguLinkTogether .innerCont .userBox .photoLine .photo {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px dotted #ddd;
  background-image: url(/publishing/admin/assets/images/market/detail/bg_logo2.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: #fff;
}

.popContent.gonguLinkTogether .innerCont .userBox .photoLine .photo:after {
  content: '?';
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  color: #999;
  font-weight: 400;
  font-family: 'GmarketSans';
  z-index: 0;
  line-height: 1;
}

.popContent.gonguLinkTogether .innerCont .userBox .photoLine .photo img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.popContent.gonguLinkTogether .innerCont .userBox .photoLine.me {
  position: relative;
}

.popContent.gonguLinkTogether .innerCont .userBox .photoLine.me .photo {
  border: 2px solid #FF7A00;
}

.popContent.gonguLinkTogether .innerCont .userBox .photoLine.me::after {
  position: absolute;
  content: '나';
  left: 26px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #FF7A00;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  z-index: 20;
}

.popContent.gonguLinkTogether .innerCont .userBox.hundred:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: radial-gradient(58.95% 58.95% at 50% 50%, rgba(255, 255, 255, 0) 20.29%, #FFFFFF 78.57%);
  z-index: 10;
}

.popContent.gonguLinkTogether .innerCont .linkTxt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.4em;
  text-align: center;
}

.popContent.gonguLinkTogether .innerCont .linkTxt .big {
  color: #FF7A00;
}

.popContent.gonguLinkTogether .innerCont .productBox {
  margin-top: 24px;
  padding: 14px 16px;
  background-color: #F8F8F8;
  border-radius: 8px;
}

.popContent.gonguLinkTogether .innerCont .productBox .productInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popContent.gonguLinkTogether .innerCont .productBox .productInfo .image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 14px;
  border-radius: 8px;
}

.popContent.gonguLinkTogether .innerCont .productBox .productInfo .image img {
  width: 100%;
}

.popContent.gonguLinkTogether .innerCont .productBox .productInfo .contLine {
  text-align: left;
}

.popContent.gonguLinkTogether .innerCont .productBox .productInfo .contLine .tit {
  font-size: 14px;
  color: #333;
  line-height: 1.4em;
  font-weight: 500;
}

.popContent.gonguLinkTogether .innerCont .productBox .productInfo .contLine .friend {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #198EB6;
  line-height: 1.4em;
}

.popContent.gonguLinkTogether .innerCont .productBox .productInfo .contLine .gongu {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #FF7A00;
  line-height: 1.4em;
}

.popContent.gonguLinkTogether .innerCont .productBox .productInfo .contLine .bbiyak {
  font-size: 14px;
  color: #999;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 6px;
}

.popContent.gonguLinkTogether .innerCont .productBox .productInfo .contLine .bbiyak .tit {
  color: #198EB6;
}

.popContent.gonguLinkTogether .innerCont .productBox .productInfo .contLine .product {
  font-size: 14px;
  color: #999;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 6px;
}

.popContent.gonguLinkTogether .btnLine {
  margin-top: 30px;
}

.popContent.gonguLinkTogether .btnLine.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.popContent.gonguLinkTogether .btnLine .btnLink {
  height: 50px;
  width: 100%;
  border-radius: 8px;
  background-color: #FF7A00;
}

.popContent.gonguLinkTogether .btnLine .btnLink span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding-left: 20px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_link.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
}

.popContent.gonguLinkTogether .btnLine .btnDetail {
  width: calc(50% - 6px);
  margin-right: 6px;
  height: 50px;
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.popContent.gonguLinkTogether .btnLine .btnShopping {
  width: calc(50% - 6px);
  margin-left: 6px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #FF7A00;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #FF7A00;
}

.popContent.buyInfoLayer {
  padding-bottom: 30px !important;
  padding-top: 0 !important;
  margin-top: -54px;
}

.popContent.buyInfoLayer .inner {
  max-height: 80vh;
  overflow-y: auto;
}

.popContent.buyInfoLayer .topTit {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  height: 54px;
  line-height: 54px;
  margin-bottom: 10px;
}

.popContent.buyInfoLayer .image {
  text-align: center;
  margin-bottom: 10px;
}

.popContent.buyInfoLayer .image img {
  width: 100%;
}

.popContent.buyInfoLayer .midTxtCont {
  min-height: 166px;
}

.popContent.buyInfoLayer .tit {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.popContent.buyInfoLayer .tit.friend .big {
  color: #198EB6;
}

.popContent.buyInfoLayer .tit.together .big {
  color: #FF7A00;
}

.popContent.buyInfoLayer .stit {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.4em;
}

.popContent.buyInfoLayer .stit .big {
  color: #0094FF;
}

.popContent.buyInfoLayer .listTit {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-top: 30px;
}

.popContent.buyInfoLayer .carefulList {
  margin-top: 10px;
  padding-bottom: 20px;
}

.popContent.buyInfoLayer .carefulList li {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  line-height: 1.4em;
  padding-left: 10px;
  margin: 6px 0;
}

.popContent.buyInfoLayer .carefulList li:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #aaa;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.popContent.buyInfoLayer .swiper-pagination {
  bottom: 0;
}

.popContent.buyInfoLayer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333;
}

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

.orderLayer {
  position: fixed;
  bottom: -100%;
  left: 0;
  height: 70vh;
  width: 100%;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  border: 1px solid #f2f2f2;
  z-index: 1000;
  -webkit-transition: bottom 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: bottom 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.orderLayer.on {
  bottom: 0;
  -webkit-transition: bottom 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: bottom 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.orderLayer .btnOrderClose {
  position: absolute;
  right: 16px;
  top: -35px;
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(/publishing/admin/assets/images/common/btn_close_white.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

.orderLayer .inner {
  padding: 0 16px 14px;
}

.orderLayer .inner .selWrap .innerLayer {
  position: fixed;
  border: 0 solid #333;
  border-radius: 20px 20px 0 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  padding: 0 16px;
  bottom: -100%;
  left: 0;
  height: 80vh;
  width: 100%;
  -webkit-transition: bottom .5s;
  transition: bottom .5s;
  z-index: 100;
  background-image: url(/publishing/admin/assets/images/market/detail/option_bg.png);
  background-repeat: no-repeat;
  background-size: 255px;
  background-position: right 18px bottom 50px;
}

.orderLayer .inner .selWrap .btnOrderSelClose {
  display: inline-block;
  height: 40px;
  width: 100%;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_order_close.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center;
}

.orderLayer .inner .selWrap .innerWrap {
  border: 1px solid #333;
  border-radius: 8px 8px 0 0;
  height: calc(100% - 40px);
}

.orderLayer .inner .selWrap .innerWrap .optionSelected {
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
  padding: 12px 14px;
  background-color: #F7F7F7;
}

.orderLayer .inner .selWrap .innerWrap .optionSelected:after {
  position: absolute;
  content: '';
  top: 18px;
  right: 10px;
  width: 11px;
  height: 7px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_top.png);
  background-repeat: no-repeat;
  background-size: 11px;
}

.orderLayer .inner .selWrap .optionList {
  position: relative;
  overflow-y: auto;
  height: calc(100% - 44px);
  webkit-overflow-scrolling: touch;
}

.orderLayer .inner .selWrap .optionList::-webkit-scrollbar {
  display: none;
}

.orderLayer .inner .selWrap .optionList li {
  background-color: #fff;
}

.orderLayer .inner .selWrap .optionList li .buttonOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 14px;
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
}

.orderLayer .inner .selWrap .optionList li .buttonOption.readonly {
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.orderLayer .inner .selWrap .optionList li .buttonOption .cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.orderLayer .inner .selWrap .optionList li .buttonOption .cont .num {
  display: inline-block;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.orderLayer .inner .selWrap .optionList li .buttonOption .cont .tit {
  margin-top: 6px;
  font-size: 15px;
  color: #999;
  line-height: 1.4em;
}

.orderLayer .inner .selWrap .optionList li .buttonOption .cont .price {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #333;
}

.orderLayer .inner .selWrap .optionList li .buttonOption .cont .price .big {
  display: inline-block;
  margin-right: 3px;
  font-size: 18px;
  font-weight: 700;
}

.orderLayer .inner .selWrap .optionList li .buttonOption .image {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.orderLayer .inner .selWrap .optionList li .buttonOption .image img {
  width: 100%;
}

.orderLayer .inner .selWrap .optionSelect {
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
  padding: 12px 14px;
}

.orderLayer .inner .selWrap .optionSelect:after {
  position: absolute;
  content: '';
  top: 18px;
  right: 10px;
  width: 11px;
  height: 7px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot2.png);
  background-repeat: no-repeat;
  background-size: 11px;
}

.orderLayer .inner .selWrap .optionSelect:disabled {
  background-color: #F2F2F2;
  color: #aaa;
  cursor: not-allowed;
}

.orderLayer .inner.locationLayer strong {
  display: block;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.orderLayer .inner.locationLayer ul {
  overflow: auto;
  height: 70vh;
}

.orderLayer .inner.locationLayer ul li {
  margin-bottom: 24px;
}

.orderLayer .inner.locationLayer ul li.myStore span {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("/publishing/admin/assets/images/common/bg_mystore.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 1px;
}

.orderLayer .inner.locationLayer ul li a {
  display: block;
  font-size: 16px;
  line-height: 23px;
  color: #666;
}

.orderLayer .inner.locationLayer ul li a.current {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #198EB6;
  background-image: url("/publishing/admin/assets/images/common/ico_check_location.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 15px center;
}

.orderLayer .selectedWrap {
  padding: 0 16px 20px;
  height: calc(100% - 240px);
  overflow-y: auto;
  webkit-overflow-scrolling: touch;
}

.orderLayer .selectedWrap .selectedOption {
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 12px;
}

.orderLayer .selectedWrap .selectedOption .option {
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
  padding-right: 30px;
}

.orderLayer .selectedWrap .selectedOption .priceLine {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.orderLayer .selectedWrap .selectedOption .priceLine .plusMinus .minus {
  background-color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-image: url("/publishing/admin/assets/images/market/detail/icon_minus.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}

.orderLayer .selectedWrap .selectedOption .priceLine .plusMinus .plus {
  background-color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-image: url("/publishing/admin/assets/images/market/detail/icon_plus.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}

.orderLayer .selectedWrap .selectedOption .priceLine .plusMinus .inputNumber {
  height: 30px;
  width: 50px;
  padding: 8px 8px;
  background-color: #ECECEC;
  border-radius: 5px;
  border: 0;
  text-align: center;
  margin: 0 4px;
}

.orderLayer .selectedWrap .selectedOption .priceLine .plusMinus .inputNumber:disabled {
  color: #333;
  background-color: #ECECEC;
  -webkit-text-fill-color: #333;
  opacity: 1;
}

.orderLayer .selectedWrap .selectedOption .priceLine .price {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.orderLayer .selectedWrap .selectedOption .priceLine .price .big {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-right: 3px;
}

.orderLayer .selectedWrap .selectedOption .btnClose {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 26px;
  height: 26px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_close2.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

.orderLayer .totalPrice {
  position: absolute;
  bottom: 68px;
  width: 100%;
  padding: 20px 16px 15px;
  border-top: 1px solid #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.orderLayer .totalPrice .tit {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.orderLayer .totalPrice .price {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.orderLayer .totalPrice .price .big {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-right: 3px;
}

.orderLayer .btnLine {
  position: absolute;
  bottom: 0;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.orderLayer .btnLine .btnCart {
  margin-right: 3px;
  border: 1px solid #FC3935;
  border-radius: 8px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #FC3935;
  height: 52px;
  width: calc(50% - 3px);
}

.orderLayer .btnLine .btnOrder {
  margin-left: 3px;
  border-radius: 8px;
  background-color: #FC3935;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  height: 52px;
  width: calc(50% - 3px);
}

.orderLayer.bbiyak .inner .selBbiyakWrap {
  border: 0 solid #333;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  margin-bottom: 16px;
}

.orderLayer.bbiyak .inner .selBbiyakWrap.active {
  position: absolute;
  border: 1px solid #333;
  z-index: 100;
  height: calc(100% - 40px);
  width: calc(100% - 32px);
}

.orderLayer.bbiyak .inner .selBbiyakWrap.active .bbiyakList {
  display: block;
}

.orderLayer.bbiyak .inner .selBbiyakWrap.active .bbiyakSelect {
  background-color: #F7F7F7;
}

.orderLayer.bbiyak .inner .selBbiyakWrap.active .bbiyakSelect:after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_top.png);
}

.orderLayer.bbiyak .inner .selBbiyakWrap .bbiyakSelect {
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
  padding: 0 30px 0 14px;
  line-height: 1.4em;
}

.orderLayer.bbiyak .inner .selBbiyakWrap .bbiyakSelect::after {
  position: absolute;
  content: '';
  top: 18px;
  right: 10px;
  width: 11px;
  height: 7px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot2.png);
  background-repeat: no-repeat;
  background-size: 11px;
}

.orderLayer.bbiyak .inner .selBbiyakWrap .bbiyakSelect .point {
  color: #198EB6;
}

.orderLayer.bbiyak .inner .selBbiyakWrap .bbiyakList {
  position: relative;
  overflow-y: auto;
  display: none;
  height: calc(100% - 44px);
  webkit-overflow-scrolling: touch;
}

.orderLayer.bbiyak .inner .selBbiyakWrap .bbiyakList::-webkit-scrollbar {
  display: none;
}

.orderLayer.bbiyak .inner .selBbiyakWrap .bbiyakList li .buttonOption {
  padding: 16px 14px;
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
}

.orderLayer.bbiyak .inner .selBbiyakWrap .bbiyakList li .buttonOption.readonly {
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.orderLayer.bbiyak .inner .selBbiyakWrap .bbiyakList li .buttonOption .cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.orderLayer.bbiyak .inner .selBbiyakWrap .bbiyakList li .buttonOption .cont .num {
  display: inline-block;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.orderLayer.bbiyak .inner .selBbiyakWrap .bbiyakList li .buttonOption .cont .tit {
  margin-top: 6px;
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
}

.orderLayer.bbiyak .inner .selBbiyakWrap .bbiyakList li .buttonOption .cont .tit .point {
  color: #198EB6;
}

.orderLayer.bbiyak .inner .selWrap.active {
  height: calc(100% - 100px);
}

.orderLayer.bbiyak .selectedWrap {
  height: calc(100% - 296px);
}

.orderLayer.bbiyak .btnLine .btnCart {
  border: 1px solid #198EB6;
  color: #198EB6;
}

.orderLayer.bbiyak .btnLine .btnOrder {
  background-color: #198EB6;
}

.orderLayer.gongu {
  height: 38vh;
}

.orderLayer.gongu .selectedWrap {
  height: auto;
  max-height: calc(80vh - 330px);
}

.orderLayer.gongu .btnLine .btnSns {
  width: 52px;
  height: 52px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_sns3.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}

.orderLayer.gongu .btnLine .inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orderLayer.gongu .btnLine .inner .btnCart {
  border: 1px solid #FF7A00;
  color: #FF7A00;
}

.orderLayer.gongu .btnLine .inner .btnOrder {
  background-color: #FF7A00;
}

.orderLayer.gongu .btnLine .inner .filebox {
  width: calc(50% - 6px);
  margin-left: 6px;
}

.orderLayer.gongu .btnLine .inner .filebox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background-color: #198EB6;
  border: 1px solid #198EB6;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.orderLayer.gongu .btnLine .inner .filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.orderLayer.gongu.friends, .orderLayer.gongu.alone {
  height: auto;
  max-height: 90vh;
  padding-bottom: 130px;
}

.orderLayer.gongu.friends .infoTxt, .orderLayer.gongu.alone .infoTxt {
  font-size: 15px;
  color: #666;
  text-align: center;
}

.orderLayer.gongu.friends > .inner, .orderLayer.gongu.alone > .inner {
  margin-top: 14px;
  padding-bottom: 0;
  margin-bottom: 14px;
}

.orderLayer.gongu.friends > .inner .selWrap.active .innerLayer, .orderLayer.gongu.alone > .inner .selWrap.active .innerLayer {
  border-radius: 20px 20px 0 0;
  height: calc(100% - 68px);
  position: fixed;
  width: 100%;
  height: 80vh;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 16px;
  border: 0;
}

.orderLayer.gongu.friends > .inner .selWrap.active .innerWrap, .orderLayer.gongu.alone > .inner .selWrap.active .innerWrap {
  border: 1px solid #333;
  border-radius: 8px 8px 0 0;
  height: calc(100% - 40px);
}

.orderLayer.gongu.friends > .inner .selWrap.active .btnOrderSelClose, .orderLayer.gongu.alone > .inner .selWrap.active .btnOrderSelClose {
  display: inline-block;
  height: 40px;
  width: 100%;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_order_close.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center;
}

.orderLayer.gongu.friends > .inner .selWrap.optionOne .optionSelect:disabled, .orderLayer.gongu.alone > .inner .selWrap.optionOne .optionSelect:disabled {
  background-color: #F2F2F2;
  color: #aaa;
  cursor: not-allowed;
}

.orderLayer.gongu.friends > .inner .selWrap.optionOne .optionSelect:disabled::after, .orderLayer.gongu.alone > .inner .selWrap.optionOne .optionSelect:disabled::after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot3.png);
}

.orderLayer.gongu.friends > .inner .selWrap.option01, .orderLayer.gongu.alone > .inner .selWrap.option01 {
  margin-bottom: 10px;
}

.orderLayer.gongu.friends > .inner .selWrap.option01.active .innerLayer, .orderLayer.gongu.alone > .inner .selWrap.option01.active .innerLayer {
  border-radius: 20px 20px 0 0;
  height: calc(100% - 68px);
  position: fixed;
  width: 100%;
  height: 80vh;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 16px;
  border: 0;
  z-index: 100;
  margin-bottom: 0;
}

.orderLayer.gongu.friends > .inner .selWrap.option01.active .innerWrap, .orderLayer.gongu.alone > .inner .selWrap.option01.active .innerWrap {
  border: 1px solid #333;
  border-radius: 8px 8px 0 0;
  height: calc(100% - 40px);
}

.orderLayer.gongu.friends > .inner .selWrap.option01.active .btnOrderSelClose, .orderLayer.gongu.alone > .inner .selWrap.option01.active .btnOrderSelClose {
  display: inline-block;
  height: 40px;
  width: 100%;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_order_close.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center;
}

.orderLayer.gongu.friends > .inner .selWrap.option01.active .optionList, .orderLayer.gongu.alone > .inner .selWrap.option01.active .optionList {
  display: block;
}

.orderLayer.gongu.friends > .inner .selWrap.option01.active .optionSelect, .orderLayer.gongu.alone > .inner .selWrap.option01.active .optionSelect {
  background-color: #F7F7F7;
}

.orderLayer.gongu.friends > .inner .selWrap.option01.active .optionSelect:after, .orderLayer.gongu.alone > .inner .selWrap.option01.active .optionSelect:after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_top.png);
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionSelect, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionSelect {
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
  padding: 0 30px 0 14px;
  line-height: 1.4em;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionSelect::after, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionSelect::after {
  position: absolute;
  content: '';
  top: 18px;
  right: 10px;
  width: 11px;
  height: 7px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot2.png);
  background-repeat: no-repeat;
  background-size: 11px;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionSelect:disabled, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionSelect:disabled {
  background-color: #F2F2F2;
  color: #aaa;
  cursor: not-allowed;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionSelect .point, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionSelect .point {
  color: #198EB6;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionList, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionList {
  position: relative;
  overflow-y: auto;
  display: none;
  height: calc(100% - 44px);
  webkit-overflow-scrolling: touch;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionList::-webkit-scrollbar, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionList::-webkit-scrollbar {
  display: none;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionList li .buttonOption, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionList li .buttonOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 14px;
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionList li .buttonOption.readonly, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionList li .buttonOption.readonly {
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionList li .buttonOption .cont, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionList li .buttonOption .cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionList li .buttonOption .cont .num, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionList li .buttonOption .cont .num {
  display: inline-block;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionList li .buttonOption .cont .tit, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionList li .buttonOption .cont .tit {
  margin-top: 6px;
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionList li .buttonOption .cont .tit .point, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionList li .buttonOption .cont .tit .point {
  color: #198EB6;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionList li .buttonOption .image, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionList li .buttonOption .image {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.orderLayer.gongu.friends > .inner .selWrap.option01 .optionList li .buttonOption .image img, .orderLayer.gongu.alone > .inner .selWrap.option01 .optionList li .buttonOption .image img {
  width: 100%;
}

.orderLayer.gongu.friends > .inner .selWrap.option02, .orderLayer.gongu.alone > .inner .selWrap.option02 {
  margin-bottom: 10px;
}

.orderLayer.gongu.friends > .inner .selWrap.option02.active .innerLayer, .orderLayer.gongu.alone > .inner .selWrap.option02.active .innerLayer {
  border-radius: 20px 20px 0 0;
  height: calc(100% - 68px);
  position: fixed;
  width: 100%;
  height: 80vh;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 16px;
  border: 0;
  z-index: 100;
  margin-bottom: 0;
}

.orderLayer.gongu.friends > .inner .selWrap.option02.active .innerWrap, .orderLayer.gongu.alone > .inner .selWrap.option02.active .innerWrap {
  border: 1px solid #333;
  border-radius: 8px 8px 0 0;
  height: calc(100% - 40px);
}

.orderLayer.gongu.friends > .inner .selWrap.option02.active .btnOrderSelClose, .orderLayer.gongu.alone > .inner .selWrap.option02.active .btnOrderSelClose {
  display: inline-block;
  height: 40px;
  width: 100%;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_order_close.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center;
}

.orderLayer.gongu.friends > .inner .selWrap.option02.active .optionList, .orderLayer.gongu.alone > .inner .selWrap.option02.active .optionList {
  display: block;
}

.orderLayer.gongu.friends > .inner .selWrap.option02.active .optionSelect, .orderLayer.gongu.alone > .inner .selWrap.option02.active .optionSelect {
  background-color: #F7F7F7;
}

.orderLayer.gongu.friends > .inner .selWrap.option02.active .optionSelect:after, .orderLayer.gongu.alone > .inner .selWrap.option02.active .optionSelect:after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_top.png);
}

.orderLayer.gongu.friends > .inner .selWrap.option02 .optionSelect, .orderLayer.gongu.alone > .inner .selWrap.option02 .optionSelect {
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
  padding: 0 30px 0 14px;
  line-height: 1.4em;
}

.orderLayer.gongu.friends > .inner .selWrap.option02 .optionSelect::after, .orderLayer.gongu.alone > .inner .selWrap.option02 .optionSelect::after {
  position: absolute;
  content: '';
  top: 18px;
  right: 10px;
  width: 11px;
  height: 7px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot2.png);
  background-repeat: no-repeat;
  background-size: 11px;
}

.orderLayer.gongu.friends > .inner .selWrap.option02 .optionSelect:disabled, .orderLayer.gongu.alone > .inner .selWrap.option02 .optionSelect:disabled {
  background-color: #F2F2F2;
  color: #aaa;
  cursor: not-allowed;
}

.orderLayer.gongu.friends > .inner .selWrap.option02 .optionSelect:disabled::after, .orderLayer.gongu.alone > .inner .selWrap.option02 .optionSelect:disabled::after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot3.png);
}

.orderLayer.gongu.friends > .inner .selWrap.option02 .optionSelect .point, .orderLayer.gongu.alone > .inner .selWrap.option02 .optionSelect .point {
  color: #198EB6;
}

.orderLayer.gongu.friends > .inner .selWrap.option02 .optionList, .orderLayer.gongu.alone > .inner .selWrap.option02 .optionList {
  position: relative;
  overflow-y: auto;
  display: none;
  height: calc(100% - 44px);
  webkit-overflow-scrolling: touch;
}

.orderLayer.gongu.friends > .inner .selWrap.option02 .optionList::-webkit-scrollbar, .orderLayer.gongu.alone > .inner .selWrap.option02 .optionList::-webkit-scrollbar {
  display: none;
}

.orderLayer.gongu.friends > .inner .selWrap.option02 .optionList li .buttonOption, .orderLayer.gongu.alone > .inner .selWrap.option02 .optionList li .buttonOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 14px;
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
}

.orderLayer.gongu.friends > .inner .selWrap.option02 .optionList li .buttonOption.readonly, .orderLayer.gongu.alone > .inner .selWrap.option02 .optionList li .buttonOption.readonly {
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.orderLayer.gongu.friends > .inner .selWrap.option02 .optionList li .buttonOption .cont, .orderLayer.gongu.alone > .inner .selWrap.option02 .optionList li .buttonOption .cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.orderLayer.gongu.friends > .inner .selWrap.option02 .optionList li .buttonOption .cont .optionTwoTxt, .orderLayer.gongu.alone > .inner .selWrap.option02 .optionList li .buttonOption .cont .optionTwoTxt {
  margin-top: 6px;
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast, .orderLayer.gongu.alone > .inner .selWrap.optionLast {
  margin-bottom: 10px;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast.active .innerLayer, .orderLayer.gongu.alone > .inner .selWrap.optionLast.active .innerLayer {
  border-radius: 20px 20px 0 0;
  height: calc(100% - 68px);
  position: fixed;
  width: 100%;
  height: 80vh;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 16px;
  border: 0;
  z-index: 100;
  margin-bottom: 0;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast.active .innerWrap, .orderLayer.gongu.alone > .inner .selWrap.optionLast.active .innerWrap {
  border: 1px solid #333;
  border-radius: 8px 8px 0 0;
  height: calc(100% - 40px);
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast.active .btnOrderSelClose, .orderLayer.gongu.alone > .inner .selWrap.optionLast.active .btnOrderSelClose {
  display: inline-block;
  height: 40px;
  width: 100%;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_order_close.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast.active .optionList, .orderLayer.gongu.alone > .inner .selWrap.optionLast.active .optionList {
  display: block;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast.active .optionSelect, .orderLayer.gongu.alone > .inner .selWrap.optionLast.active .optionSelect {
  background-color: #F7F7F7;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast.active .optionSelect:after, .orderLayer.gongu.alone > .inner .selWrap.optionLast.active .optionSelect:after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_top.png);
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionSelect, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionSelect {
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
  padding: 0 30px 0 14px;
  line-height: 1.4em;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionSelect::after, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionSelect::after {
  position: absolute;
  content: '';
  top: 18px;
  right: 10px;
  width: 11px;
  height: 7px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot2.png);
  background-repeat: no-repeat;
  background-size: 11px;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionSelect:disabled, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionSelect:disabled {
  background-color: #F2F2F2;
  color: #aaa;
  cursor: not-allowed;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionSelect:disabled::after, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionSelect:disabled::after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot3.png);
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionSelect .point, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionSelect .point {
  color: #198EB6;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionList, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionList {
  position: relative;
  overflow-y: auto;
  display: none;
  height: calc(100% - 44px);
  webkit-overflow-scrolling: touch;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionList::-webkit-scrollbar, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionList::-webkit-scrollbar {
  display: none;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionList li .buttonOption, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionList li .buttonOption {
  padding: 16px 14px;
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionList li .buttonOption.readonly, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionList li .buttonOption.readonly {
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionList li .buttonOption .cont, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionList li .buttonOption .cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionList li .buttonOption .cont .optionLastTxt, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionList li .buttonOption .cont .optionLastTxt {
  margin-top: 6px;
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
  text-align: left;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionList li .buttonOption .cont .price, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionList li .buttonOption .cont .price {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #333;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionList li .buttonOption .cont .price .big, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionList li .buttonOption .cont .price .big {
  display: inline-block;
  margin-right: 3px;
  font-size: 18px;
  font-weight: 700;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionList li .buttonOption .image, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionList li .buttonOption .image {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.orderLayer.gongu.friends > .inner .selWrap.optionLast .optionList li .buttonOption .image img, .orderLayer.gongu.alone > .inner .selWrap.optionLast .optionList li .buttonOption .image img {
  width: 100%;
}

.orderLayer.gongu.friends .selectedWrap, .orderLayer.gongu.alone .selectedWrap {
  padding: 0 16px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.orderLayer.gongu.friends .selectedWrap .passBox, .orderLayer.gongu.alone .selectedWrap .passBox {
  padding: 14px 20px;
  background-color: #F8F8F8;
  border-radius: 8px;
  text-align: center;
}

.orderLayer.gongu.friends .selectedWrap .passBox .num, .orderLayer.gongu.alone .selectedWrap .passBox .num {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #198EB6;
}

.orderLayer.gongu.friends .selectedWrap .passBox .txt, .orderLayer.gongu.alone .selectedWrap .passBox .txt {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  text-align: center;
  margin-top: 6px;
  line-height: 1.4em;
}

.orderLayer.gongu.friends .spaceLine, .orderLayer.gongu.alone .spaceLine {
  margin: 0 -16px;
}

.orderLayer.gongu.friends .rangeWrap, .orderLayer.gongu.alone .rangeWrap {
  padding: 20px 16px 24px;
}

.orderLayer.gongu.friends .rangeWrap .tit, .orderLayer.gongu.alone .rangeWrap .tit {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  display: block;
}

.orderLayer.gongu.friends .rangeWrap .innerRange, .orderLayer.gongu.alone .rangeWrap .innerRange {
  margin-top: 20px;
  position: relative;
}

.orderLayer.gongu.friends .rangeWrap .innerRange .output, .orderLayer.gongu.alone .rangeWrap .innerRange .output {
  font-size: 14px;
  font-weight: 500;
  color: #198EB6;
  position: absolute;
  bottom: 75%;
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  white-space: nowrap;
}

.orderLayer.gongu.friends .rangeWrap .innerRange .slider, .orderLayer.gongu.alone .rangeWrap .innerRange .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 24px;
  border-radius: 5em;
  background: #f7f7f7;
  outline: none;
  margin-top: 30px;
}

.orderLayer.gongu.friends .rangeWrap .innerRange .slider::-webkit-slider-thumb, .orderLayer.gongu.alone .rangeWrap .innerRange .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  appearance: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #198EB6;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.orderLayer.gongu.friends .rangeWrap .innerRange .slider::-moz-range-thumb, .orderLayer.gongu.alone .rangeWrap .innerRange .slider::-moz-range-thumb {
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  appearance: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #198EB6;
  cursor: pointer;
  box-sizing: border-box;
}

.orderLayer.gongu.friends .rangeWrap .innerRange .dot, .orderLayer.gongu.alone .rangeWrap .innerRange .dot {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  pointer-events: none;
  z-index: 0;
}

.orderLayer.gongu.friends .rangeWrap .innerRange .dot span, .orderLayer.gongu.alone .rangeWrap .innerRange .dot span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

.orderLayer.gongu.friends .rangeWrap .minMax, .orderLayer.gongu.alone .rangeWrap .minMax {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.orderLayer.gongu.friends .rangeWrap .minMax span, .orderLayer.gongu.alone .rangeWrap .minMax span {
  font-size: 14px;
  font-weight: 500;
  color: #999;
}

.orderLayer.gongu.friends .totalPrice, .orderLayer.gongu.alone .totalPrice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.orderLayer.gongu.friends .totalPrice .priceWrap, .orderLayer.gongu.alone .totalPrice .priceWrap {
  text-align: right;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .discount, .orderLayer.gongu.alone .totalPrice .priceWrap .discount {
  display: none;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  text-decoration: line-through;
  margin-bottom: 6px;
  min-height: 16px;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .discount.on, .orderLayer.gongu.alone .totalPrice .priceWrap .discount.on {
  display: inline-block;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .discount .big, .orderLayer.gongu.alone .totalPrice .priceWrap .discount .big {
  display: inline-block;
  font-size: 16px;
  margin-right: 3px;
  text-decoration: line-through;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .me, .orderLayer.gongu.alone .totalPrice .priceWrap .me {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: right;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .me .crl, .orderLayer.gongu.alone .totalPrice .priceWrap .me .crl {
  display: inline-block;
  margin-left: 5px;
  color: #FF7A00;
  font-size: 17px;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .me .crl .big, .orderLayer.gongu.alone .totalPrice .priceWrap .me .crl .big {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-right: 3px;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .bubbleLine, .orderLayer.gongu.alone .totalPrice .priceWrap .bubbleLine {
  position: relative;
  height: 32px;
  margin-top: 10px;
  display: none;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .bubbleLine.on, .orderLayer.gongu.alone .totalPrice .priceWrap .bubbleLine.on {
  display: block;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .bubbleLine .bubbleTxt, .orderLayer.gongu.alone .totalPrice .priceWrap .bubbleLine .bubbleTxt {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  padding: 8px;
  border-radius: 10px;
  background-color: #FC3935;
  white-space: nowrap;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .bubbleLine .bubbleTxt.on, .orderLayer.gongu.alone .totalPrice .priceWrap .bubbleLine .bubbleTxt.on {
  -webkit-animation-name: bubbleAni;
          animation-name: bubbleAni;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .bubbleLine .bubbleTxt::after, .orderLayer.gongu.alone .totalPrice .priceWrap .bubbleLine .bubbleTxt::after {
  position: absolute;
  right: 15px;
  top: -4px;
  content: '';
  width: 10px;
  height: 4px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_bubble.png);
  background-repeat: no-repeat;
  background-size: 10px;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .bubbleLine .bubbleTxt .big, .orderLayer.gongu.alone .totalPrice .priceWrap .bubbleLine .bubbleTxt .big {
  font-weight: 700;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .friend, .orderLayer.gongu.alone .totalPrice .priceWrap .friend {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
  text-align: right;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .friend .crl, .orderLayer.gongu.alone .totalPrice .priceWrap .friend .crl {
  display: inline-block;
  margin-left: 5px;
  color: #666;
  font-size: 16px;
}

.orderLayer.gongu.friends .totalPrice .priceWrap .friend .crl .big, .orderLayer.gongu.alone .totalPrice .priceWrap .friend .crl .big {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-right: 3px;
}

.orderLayer.gongu.friends .btnLine .btnFriends, .orderLayer.gongu.alone .btnLine .btnFriends {
  margin-left: 3px;
  border-radius: 8px;
  background-color: #198EB6;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  height: 52px;
  width: calc(100% - 3px);
}

.orderLayer.gongu.alone .btnLine .btnAlone {
  margin-left: 3px;
  border-radius: 8px;
  background-color: #FF7A00;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  height: 52px;
  width: calc(100% - 3px);
}

.orderLayer.gongu.together {
  height: auto;
  max-height: 80vh;
}

.orderLayer.gongu.together .infoTxt {
  font-size: 15px;
  color: #666;
  text-align: center;
}

.orderLayer.gongu.together .checkboxLine {
  margin-top: 10px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.orderLayer.gongu.together .checkboxLine .radioType02 {
  display: inline-block;
}

.orderLayer.gongu.together .checkboxLine .radioType02 input[type="radio"] + label {
  font-size: 17px;
  color: #333;
  font-weight: 500;
}

.orderLayer.gongu.together .checkboxLine .radioType02 input[type="radio"] + label::before {
  top: 0px;
}

.orderLayer.gongu.together .checkboxLine .radioType02 input[type="radio"]:checked + label {
  color: #198EB6;
}

.orderLayer.gongu.together > .inner {
  margin-top: 14px;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 14px;
}

.orderLayer.gongu.together > .inner .selWrap .btnOrderSelClose {
  display: none;
}

.orderLayer.gongu.together > .inner .selWrap.active .innerLayer {
  border-radius: 20px 20px 0 0;
  height: calc(100% - 68px);
  position: fixed;
  width: 100%;
  height: 80vh;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 16px;
  border: 0;
}

.orderLayer.gongu.together > .inner .selWrap.active .innerWrap {
  border: 1px solid #333;
  border-radius: 8px 8px 0 0;
  height: calc(100% - 40px);
}

.orderLayer.gongu.together > .inner .selWrap.active .btnOrderSelClose {
  display: inline-block;
  height: 40px;
  width: 100%;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_order_close.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center;
}

.orderLayer.gongu.together > .inner .selWrap.optionOne .optionSelect:disabled {
  background-color: #F2F2F2;
  color: #aaa;
  cursor: not-allowed;
}

.orderLayer.gongu.together > .inner .selWrap.optionOne .optionSelect:disabled::after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot3.png);
}

.orderLayer.gongu.together > .inner .selWrap.option01 {
  margin-bottom: 10px;
}

.orderLayer.gongu.together > .inner .selWrap.option01.active .innerLayer {
  border-radius: 20px 20px 0 0;
  height: calc(100% - 68px);
  position: fixed;
  width: 100%;
  height: 80vh;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 16px;
  border: 0;
  z-index: 100;
  margin-bottom: 0;
}

.orderLayer.gongu.together > .inner .selWrap.option01.active .innerWrap {
  border: 1px solid #333;
  border-radius: 8px 8px 0 0;
  height: calc(100% - 40px);
}

.orderLayer.gongu.together > .inner .selWrap.option01.active .btnOrderSelClose {
  display: inline-block;
  height: 40px;
  width: 100%;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_order_close.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center;
}

.orderLayer.gongu.together > .inner .selWrap.option01.active .optionList {
  display: block;
}

.orderLayer.gongu.together > .inner .selWrap.option01.active .optionSelect {
  background-color: #F7F7F7;
}

.orderLayer.gongu.together > .inner .selWrap.option01.active .optionSelect:after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_top.png);
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionSelect {
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
  padding: 0 30px 0 14px;
  line-height: 1.4em;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionSelect::after {
  position: absolute;
  content: '';
  top: 18px;
  right: 10px;
  width: 11px;
  height: 7px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot2.png);
  background-repeat: no-repeat;
  background-size: 11px;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionSelect:disabled {
  background-color: #F2F2F2;
  color: #aaa;
  cursor: not-allowed;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionSelect .point {
  color: #198EB6;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionList {
  position: relative;
  overflow-y: auto;
  display: none;
  height: calc(100% - 44px);
  webkit-overflow-scrolling: touch;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionList::-webkit-scrollbar {
  display: none;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionList li .buttonOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 14px;
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionList li .buttonOption.readonly {
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionList li .buttonOption .cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionList li .buttonOption .cont .num {
  display: inline-block;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionList li .buttonOption .cont .tit {
  margin-top: 6px;
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionList li .buttonOption .cont .tit .point {
  color: #198EB6;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionList li .buttonOption .image {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.orderLayer.gongu.together > .inner .selWrap.option01 .optionList li .buttonOption .image img {
  width: 100%;
}

.orderLayer.gongu.together > .inner .selWrap.option02 {
  margin-bottom: 10px;
}

.orderLayer.gongu.together > .inner .selWrap.option02.active .innerLayer {
  border-radius: 20px 20px 0 0;
  height: calc(100% - 68px);
  position: fixed;
  width: 100%;
  height: 80vh;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 16px;
  border: 0;
  z-index: 100;
  margin-bottom: 0;
}

.orderLayer.gongu.together > .inner .selWrap.option02.active .innerWrap {
  border: 1px solid #333;
  border-radius: 8px 8px 0 0;
  height: calc(100% - 40px);
}

.orderLayer.gongu.together > .inner .selWrap.option02.active .btnOrderSelClose {
  display: inline-block;
  height: 40px;
  width: 100%;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_order_close.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center;
}

.orderLayer.gongu.together > .inner .selWrap.option02.active .optionList {
  display: block;
}

.orderLayer.gongu.together > .inner .selWrap.option02.active .optionSelect {
  background-color: #F7F7F7;
}

.orderLayer.gongu.together > .inner .selWrap.option02.active .optionSelect:after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_top.png);
}

.orderLayer.gongu.together > .inner .selWrap.option02 .optionSelect {
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
  padding: 0 30px 0 14px;
  line-height: 1.4em;
}

.orderLayer.gongu.together > .inner .selWrap.option02 .optionSelect::after {
  position: absolute;
  content: '';
  top: 18px;
  right: 10px;
  width: 11px;
  height: 7px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot2.png);
  background-repeat: no-repeat;
  background-size: 11px;
}

.orderLayer.gongu.together > .inner .selWrap.option02 .optionSelect:disabled {
  background-color: #F2F2F2;
  color: #aaa;
  cursor: not-allowed;
}

.orderLayer.gongu.together > .inner .selWrap.option02 .optionSelect:disabled::after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot3.png);
}

.orderLayer.gongu.together > .inner .selWrap.option02 .optionSelect .point {
  color: #198EB6;
}

.orderLayer.gongu.together > .inner .selWrap.option02 .optionList {
  position: relative;
  overflow-y: auto;
  display: none;
  height: calc(100% - 44px);
  webkit-overflow-scrolling: touch;
}

.orderLayer.gongu.together > .inner .selWrap.option02 .optionList::-webkit-scrollbar {
  display: none;
}

.orderLayer.gongu.together > .inner .selWrap.option02 .optionList li .buttonOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 14px;
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
}

.orderLayer.gongu.together > .inner .selWrap.option02 .optionList li .buttonOption.readonly {
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.orderLayer.gongu.together > .inner .selWrap.option02 .optionList li .buttonOption .cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.orderLayer.gongu.together > .inner .selWrap.option02 .optionList li .buttonOption .cont .optionTwoTxt {
  margin-top: 6px;
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast {
  margin-bottom: 10px;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast.active .innerLayer {
  border-radius: 20px 20px 0 0;
  height: calc(100% - 68px);
  position: fixed;
  width: 100%;
  height: 80vh;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 16px;
  border: 0;
  z-index: 100;
  margin-bottom: 0;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast.active .innerWrap {
  border: 1px solid #333;
  border-radius: 8px 8px 0 0;
  height: calc(100% - 40px);
}

.orderLayer.gongu.together > .inner .selWrap.optionLast.active .btnOrderSelClose {
  display: inline-block;
  height: 40px;
  width: 100%;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_order_close.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast.active .optionList {
  display: block;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast.active .optionSelect {
  background-color: #F7F7F7;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast.active .optionSelect:after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_top.png);
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionSelect {
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
  padding: 0 30px 0 14px;
  line-height: 1.4em;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionSelect::after {
  position: absolute;
  content: '';
  top: 18px;
  right: 10px;
  width: 11px;
  height: 7px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot2.png);
  background-repeat: no-repeat;
  background-size: 11px;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionSelect:disabled {
  background-color: #F2F2F2;
  color: #aaa;
  cursor: not-allowed;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionSelect:disabled::after {
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot3.png);
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionSelect .point {
  color: #198EB6;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionList {
  position: relative;
  overflow-y: auto;
  display: none;
  height: calc(100% - 44px);
  webkit-overflow-scrolling: touch;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionList::-webkit-scrollbar {
  display: none;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionList li .buttonOption {
  padding: 16px 14px;
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionList li .buttonOption.readonly {
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionList li .buttonOption .cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionList li .buttonOption .cont .optionLastTxt {
  margin-top: 6px;
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
  text-align: left;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionList li .buttonOption .cont .price {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #333;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionList li .buttonOption .cont .price .big {
  display: inline-block;
  margin-right: 3px;
  font-size: 18px;
  font-weight: 700;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionList li .buttonOption .image {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.orderLayer.gongu.together > .inner .selWrap.optionLast .optionList li .buttonOption .image img {
  width: 100%;
}

.orderLayer.gongu.together .selectedWrap {
  padding: 0 16px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.orderLayer.gongu.together .totalPrice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.orderLayer.gongu.together .totalPrice .priceWrap {
  text-align: right;
}

.orderLayer.gongu.together .totalPrice .priceWrap .discount {
  display: none;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  text-decoration: line-through;
  margin-bottom: 6px;
  min-height: 16px;
}

.orderLayer.gongu.together .totalPrice .priceWrap .discount.on {
  display: inline-block;
}

.orderLayer.gongu.together .totalPrice .priceWrap .discount .big {
  display: inline-block;
  font-size: 16px;
  margin-right: 3px;
  text-decoration: line-through;
}

.orderLayer.gongu.together .totalPrice .priceWrap .me {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: right;
}

.orderLayer.gongu.together .totalPrice .priceWrap .me .crl {
  display: inline-block;
  margin-left: 5px;
  color: #FF7A00;
  font-size: 17px;
}

.orderLayer.gongu.together .totalPrice .priceWrap .me .crl .big {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-right: 3px;
}

.orderLayer.gongu.together .totalPrice .priceWrap .bubbleLine {
  position: relative;
  height: 32px;
  margin-top: 10px;
  display: none;
}

.orderLayer.gongu.together .totalPrice .priceWrap .bubbleLine.on {
  display: block;
}

.orderLayer.gongu.together .totalPrice .priceWrap .bubbleLine .bubbleTxt {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  padding: 8px;
  border-radius: 10px;
  background-color: #FC3935;
  white-space: nowrap;
}

.orderLayer.gongu.together .totalPrice .priceWrap .bubbleLine .bubbleTxt.on {
  -webkit-animation-name: bubbleAni;
          animation-name: bubbleAni;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.orderLayer.gongu.together .totalPrice .priceWrap .bubbleLine .bubbleTxt::after {
  position: absolute;
  right: 15px;
  top: -4px;
  content: '';
  width: 10px;
  height: 4px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_bubble.png);
  background-repeat: no-repeat;
  background-size: 10px;
}

.orderLayer.gongu.together .totalPrice .priceWrap .bubbleLine .bubbleTxt .big {
  font-weight: 700;
}

.orderLayer.gongu.together .btnLine .btnFriends {
  margin-left: 3px;
  border-radius: 8px;
  background-color: #FF7A00;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  height: 52px;
  width: calc(100% - 3px);
}

.orderLayer.gongu.together .btnLine .btnTogether {
  margin-left: 3px;
  border-radius: 8px;
  background-color: #198EB6;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  height: 52px;
  width: calc(100% - 3px);
}

@-webkit-keyframes bubbleAni {
  50% {
    -webkit-transform: translatey(8px);
            transform: translatey(8px);
  }
  0% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

@keyframes bubbleAni {
  50% {
    -webkit-transform: translatey(8px);
            transform: translatey(8px);
  }
  0% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

@-webkit-keyframes mainIconAni {
  50% {
    -webkit-transform: rotate(10deg) translate(-50%, 0);
            transform: rotate(10deg) translate(-50%, 0);
  }
  0% {
    -webkit-transform: rotate(0) translate(-50%, 0);
            transform: rotate(0) translate(-50%, 0);
  }
  100% {
    -webkit-transform: rotate(-10deg) translate(-50%, 0);
            transform: rotate(-10deg) translate(-50%, 0);
  }
}

@keyframes mainIconAni {
  50% {
    -webkit-transform: rotate(10deg) translate(-50%, 0);
            transform: rotate(10deg) translate(-50%, 0);
  }
  0% {
    -webkit-transform: rotate(0) translate(-50%, 0);
            transform: rotate(0) translate(-50%, 0);
  }
  100% {
    -webkit-transform: rotate(-10deg) translate(-50%, 0);
            transform: rotate(-10deg) translate(-50%, 0);
  }
}

@media (min-width: 700px) {
  .orderLayer {
    max-width: 700px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .popInfoLayer3 {
    max-width: 700px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .marketPriceArea .zoom-wrapper .zoom-area ul li .delArea {
    width: 40px;
  }
  .marketPriceArea .zoom-wrapper .zoom-area ul li .delArea .btnDel {
    width: 40px;
    height: 40px;
  }
  .marketPriceArea .zoom-wrapper .zoom-area ul li .buttonArea {
    width: 40px;
  }
  .marketPriceArea .zoom-wrapper .zoom-area ul li .buttonArea a {
    width: 40px !important;
    height: 40px !important;
    background-size: 18px !important;
  }
  .swiper-button-next {
    right: 50px !important;
  }
  .swiper-button-prev {
    left: 50px !important;
  }
}

.js-example-basic-single {
  width: 50%;
}

@media (max-width: 375px) {
  .qnaArea .chatSection ul li.consumer .msgArea {
    width: 56%;
  }
  .qnaArea .chatSection ul li.seller .msgArea {
    width: 56%;
  }
}

@media (max-width: 1920px) {
  .pcview .mypageArea.mypageAreav2 .mypageSubList {
    height: calc(100vh - 92px - 408px - 35px - 36px - 10px);
    min-height: 350px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .pcview .mypageArea.mypageAreav2 .mypageSubList ul {
    padding-top: 40px;
  }
  .pcview .mypageArea .personalInfo {
    padding-top: 0;
  }
  .pcview .mypageArea .personalInfo .myInfoArea .myStore span {
    bottom: 0;
  }
  .pcview .mypageArea .amount {
    margin-top: 10px;
    padding: 15px 60px;
  }
  .pcview .mypageArea .amount > a strong {
    font-size: 20px;
  }
  .pcview .mypageArea .amount > a strong:after {
    font-size: 20px;
  }
  .pcview .mypageArea .amount ul {
    margin-top: 23px;
  }
  .pcview .mypageArea .amount .voucherArea {
    margin-top: 10px;
    padding: 15px 46px 0;
  }
  .pcview .mypageArea .amount .voucherArea .expiration {
    margin-top: 14px;
    padding-bottom: 10px;
  }
}
/*# sourceMappingURL=market.css.map */