@charset "UTF-8";
.btn {
  display: inline-block;
}

.btn.type01 {
  font-size: 12px;
  color: #5C6070;
  padding: 8px 12px;
  border: 1px solid #C6CAD4;
  border-radius: 3px;
  margin: 0 5px;
  font-family: 'noto sans kr';
}

.btn.type02 {
  font-size: 14px;
  color: #999999;
  border-radius: 5em;
  padding: 11px 36px 11px 24px;
  border: 1px solid #dddddd;
  background-image: url(/publishing/admin/assets/images/common/icon_arrow04.png);
  background-repeat: no-repeat;
  background-position: top 13px right 20px;
  background-size: 6.5px;
  font-family: 'noto sans kr';
}

.btn.type03 {
  font-size: 14px;
  color: #999999;
  border-radius: 5em;
  padding: 11px 30px 11px 18px;
  border: 1px solid #dddddd;
  background-image: url(/publishing/admin/assets/images/common/icon_reload.png);
  background-repeat: no-repeat;
  background-position: top 11px right 12px;
  background-size: 14px;
  font-family: 'noto sans kr';
}

/*checkbox design*/
.checkType01 {
  position: relative;
  text-align: left;
  margin: 12px 0 10px;
}

.checkType01 input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkType01 input[type="checkbox"] + label:after {
  background-color: #fff;
  background-image: url(/publishing/admin/assets/images/common/icon_check_off.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkType01 input[type="checkbox"]:checked + label:after {
  background-color: #fff;
  background-image: url(/publishing/admin/assets/images/common/icon_check.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkType01 input[type="checkbox"]:disabled + label:after {
  background-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.checkType01 input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  padding-right: 30px;
  line-height: 1.6em;
  width: 60px;
}

.checkType01 input[type="checkbox"] + label:after {
  position: absolute;
  right: 0;
  top: 7px;
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkType02 {
  position: relative;
  text-align: left;
  margin: 12px 0 10px;
}

.checkType02 input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkType02 input[type="checkbox"] + label:before {
  background-color: #fff;
  border: 1px solid #B9B9B9;
  border-radius: 50%;
  background-image: url(/publishing/admin/assets/images/common/icon_check_off.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkType02 input[type="checkbox"]:checked + label:before {
  background-color: #198EB6;
  border: 1px solid #198EB6;
  border-radius: 50%;
  background-image: url(/publishing/admin/assets/images/common/icon_check.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkType02 input[type="checkbox"]:disabled + label:before {
  background-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.checkType02 input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  padding-left: 30px;
  line-height: 1.6em;
}

.checkType02 input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #B9B9B9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkType03 {
  position: relative;
  text-align: left;
  margin-top: 20px;
}

.checkType03:first-child {
  margin-top: 0;
}

.checkType03 input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkType03 input[type="checkbox"] + label:before {
  background-image: url(/publishing/admin/assets/images/common/icon_check2_off.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkType03 input[type="checkbox"]:checked + label:before {
  background-image: url(/publishing/admin/assets/images/common/icon_check2_on.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkType03 input[type="checkbox"]:disabled + label:before {
  background-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.checkType03 input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  padding-left: 30px;
  line-height: 1.6em;
}

.checkType03 input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*checkbox design*/
.radioType01 {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 12px 16px 10px 0;
}

.radioType01 input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.radioType01 input[type="radio"]:checked + label {
  color: #333;
}

.radioType01 input[type="radio"]:checked + label:before {
  background-color: #fff;
  border: 1px solid #FC3935;
  border-radius: 50%;
}

.radioType01 input[type="radio"]:checked + label:after {
  background-color: #FC3935;
  border-radius: 50%;
}

.radioType01 input[type="radio"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #666;
  padding-left: 30px;
  line-height: 1.4em;
}

.radioType01 input[type="radio"] + label:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radioType01 input[type="radio"] + label:after {
  position: absolute;
  left: 4px;
  top: 4px;
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.radioType02 {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 12px 16px 10px 0;
}

.radioType02 input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.radioType02 input[type="radio"]:checked + label {
  color: #333;
}

.radioType02 input[type="radio"]:checked + label:before {
  background-color: #198EB6;
  border: 1px solid #198EB6;
  border-radius: 50%;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_check02.png);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
}

.radioType02 input[type="radio"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  padding-left: 30px;
  line-height: 1.4em;
}

.radioType02 input[type="radio"] + label:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #B9B9B9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_check02_off.png);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
}

/*selectbox design*/
.spaceLine {
  background-color: #f2f2f2;
  height: 8px;
}

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner.mt50 {
  margin-top: 50px;
}

.bbSelectbox01 {
  position: relative;
  width: 60px;
  z-index: 1;
  height: 20px;
}

.bbSelectbox01:after {
  position: absolute;
  top: 6px;
  right: 0;
  width: 11px;
  height: 12px;
  background-image: url(/publishing/admin/assets/images/market/detail/icon_arrow_bot3.png);
  background-repeat: no-repeat;
  background-size: 11px;
  content: '';
  color: #999;
}

.bbSelectbox01 label {
  position: absolute;
  top: 1px;
  right: 18px;
  line-height: 16px;
  font-size: 14px;
  z-index: -1;
  color: #999;
}

.bbSelectbox01 select {
  width: 100%;
  height: auto;
  line-height: normal;
  padding: 2px 8px;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}

.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: 48px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.bbSelectbox02 label {
  font-family: 'noto sans kr';
  position: absolute;
  top: -1px;
  left: 5px;
  padding: 0 0 0 10px;
  line-height: 48px;
  font-size: 15px !important;
  z-index: -1;
  color: #333;
  font-weight: 400;
}

.bbSelectbox02 label .big {
  color: #FF7A00;
}

.bbSelectbox02 select {
  width: 100%;
  height: auto;
  line-height: normal;
  padding: 12px;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}

/*input design*/
.bbInput {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1em;
  color: #333;
  resize: none;
  outline-color: #fff;
  font-family: 'noto sans kr';
  line-height: 1.4em;
}

.bbInput::-webkit-input-placeholder {
  color: #AAAAAA;
}

.bbInput:-ms-input-placeholder {
  color: #AAAAAA;
}

.bbInput::-ms-input-placeholder {
  color: #AAAAAA;
}

.bbInput::placeholder {
  color: #AAAAAA;
}

.bbInput2 {
  display: inline-block;
  width: 100%;
  height: 48px;
  font-size: 16px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1em;
  color: #333;
  resize: none;
  outline: none;
  font-family: 'noto sans kr';
}

.bbInput2:focus {
  outline: none;
  -webkit-appearance: none;
}

.bbInput2:-moz-read-only {
  background-color: #f7f7f7;
  box-shadow: none;
  cursor: not-allowed;
  outline: none;
  color: #999999;
}

.bbInput2:read-only {
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  outline: none;
  color: #999999;
}

.bbInput2::-webkit-input-placeholder {
  color: #AAAAAA;
}

.bbInput2:-ms-input-placeholder {
  color: #AAAAAA;
}

.bbInput2::-ms-input-placeholder {
  color: #AAAAAA;
}

.bbInput2::placeholder {
  color: #AAAAAA;
}

.bbInput2.fix_60 {
  width: 60px;
}

/*table design*/
.tableType01 {
  width: 100%;
}

.tableType01 tbody tr th {
  padding: 12px 12px 11px;
  text-align: left;
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  font-family: 'noto sans kr';
  background-color: #F8F8F8;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.tableType01 tbody tr td {
  padding: 12px 12px 11px;
  text-align: left;
  border-bottom: 1px solid #F2F2F2;
  line-height: 1.4em;
  font-size: 13px;
  vertical-align: middle;
  color: #333333;
  font-family: 'noto sans kr';
  font-weight: 400;
  word-break: break-all;
}

.tableType01 tbody tr:first-child th,
.tableType01 tbody tr:first-child td {
  border-top: 1px solid #F2F2F2;
}

.tableType02 {
  width: 100%;
}

.tableType02 tbody tr th {
  padding: 12px 8px 11px;
  text-align: left;
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  font-family: 'noto sans kr';
  background-color: #F8F8F8;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  vertical-align: middle;
}

.tableType02 tbody tr th:first-child {
  border-left: 1px solid #E1E1E1;
}

.tableType02 tbody tr td {
  padding: 12px 8px 11px;
  text-align: left;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  line-height: 1.4em;
  font-size: 13px;
  vertical-align: middle;
  color: #666;
  font-family: 'noto sans kr';
  font-weight: 400;
  word-break: break-all;
}

.tableType02 tbody tr td .money {
  font-size: 12px;
  font-weight: 700;
  color: #333;
}

.tableType02 tbody tr td .money.blue {
  color: #198EB6;
}

.tableType02 tbody tr:first-child th,
.tableType02 tbody tr:first-child td {
  border-top: 1px solid #E1E1E1;
}

.tableType03 {
  width: 100%;
}

.tableType03.mt {
  margin-top: 20px;
}

.tableType03 thead tr th {
  padding: 12px 8px 11px;
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  font-family: 'noto sans kr';
  background-color: #F8F8F8;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  vertical-align: middle;
}

.tableType03 thead tr th:first-child {
  border-left: 1px solid #E1E1E1;
}

.tableType03 thead tr:first-child {
  border-top: 1px solid #E1E1E1;
}

.tableType03 tbody tr td {
  padding: 12px 8px 11px;
  text-align: left;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  line-height: 1.4em;
  font-size: 13px;
  vertical-align: middle;
  color: #666;
  font-family: 'noto sans kr';
  font-weight: 400;
  word-break: break-all;
}

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

/*form group*/
.formGroup {
  margin-top: 20px;
}

.formGroup label {
  display: block;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.formGroup label.required:after {
  content: '*';
  font-size: 14px;
  color: #198EB6;
  padding-left: 5px;
}

.formGroup input {
  margin-top: 10px;
}

.formGroup input.invalid {
  border: 1px solid #FC3935;
}

.formGroup input.invalid + .invalidTxt {
  display: block;
}

.formGroup .invalid {
  border: 1px solid #FC3935 !important;
}

.formGroup .invalid + .invalidTxt {
  display: block;
}

.formGroup .invalid.in {
  border: 0 !important;
}

.formGroup .invalid.in input[type="text"] {
  border: 1px solid #FC3935 !important;
}

.formGroup .invalid.in + .invalidTxt {
  display: block;
}

.formGroup .invalidTxt {
  position: relative;
  display: block;
  font-size: 13px;
  color: #FF665C;
  font-weight: 400;
  margin-top: 8px;
  padding-left: 24px;
  display: none;
}

.formGroup .invalidTxt:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: '!';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #FF665C;
  text-align: center;
  font-family: 'GmarketSans';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

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

.formGroup .flex .bbInput2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.formGroup .flex .btnZip {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 116px;
  height: 48px;
  border: 1px solid #198EB6;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #198EB6;
  margin-left: 10px;
  margin-top: 10px;
}

.formGroup .flex .btnConfirm {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 48px;
  border: 1px solid #198EB6;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #198EB6;
  margin-left: 10px;
  margin-top: 10px;
}

.formGroup .flex .btnConfirm[disabled] {
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
  color: #AAAAAA;
  cursor: not-allowed;
}

.formGroup .flex .inWrap {
  position: relative;
}

.formGroup .flex .inWrap input {
  padding-right: 80px;
}

.formGroup .flex .inWrap .time {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 15px;
  font-weight: 400;
  color: #FC3935;
}

.formGroup .inputWrap {
  position: relative;
}

.formGroup .inputWrap .btnClear {
  position: absolute;
  right: 10px;
  top: 24px;
  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;
}

.formGroup .inputWrap .btnPassView {
  position: absolute;
  right: 10px;
  top: 24px;
  width: 20px;
  height: 20px;
  background-image: url(/publishing/admin/assets/images/common/icon_password_view.png);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center;
}

.formWrap .inputWrap {
  position: relative;
}

.formWrap .inputWrap .btnClear {
  position: absolute;
  right: 10px;
  top: 24px;
  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;
}

.formWrap .inputWrap .btnPassView {
  position: absolute;
  right: 10px;
  top: 24px;
  width: 20px;
  height: 20px;
  background-image: url(/publishing/admin/assets/images/common/icon_password_view.png);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center;
}

/*popup*/
.darkBg {
  background-color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 15px;
  z-index: 9000;
}

.popupLayer {
  position: fixed;
  width: 100%;
  right: 0;
  bottom: -120%;
  border-radius: 10px 10px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 20px #00000010;
          box-shadow: 0 0 20px #00000010;
  -webkit-transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  overflow-y: auto;
  z-index: 10000;
}

.popupLayer.on {
  bottom: 0%;
  -webkit-transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.popupLayer.ranking {
  height: 90vh;
}

.popupLayer .popupHeader {
  padding: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.popupLayer .popupHeader .headerTit {
  line-height: 25px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'noto sans kr';
}

.popupLayer .popupHeader .btnClose {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 18px;
  height: 18px;
}

.popupLayer .popupHeader .btnClose:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popupLayer .popupHeader .btnClose:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #111;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popupLayer .popupCont {
  padding: 8px 16px 24px;
  border-bottom: 1px solid #ddd;
}

/*button type*/
.buttonType01 {
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #198EB6;
  text-align: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'noto sans kr';
  line-height: 1;
}

.buttonType01[disabled] {
  background-color: #ddd;
  color: #fff;
  cursor: not-allowed;
}

/*페이지내 팝업형태의 페이지*/
.innerPagePop {
  position: fixed;
  width: 100%;
  right: 0;
  bottom: -100%;
  border-radius: 20px 20px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 1000;
}

.innerPagePop.on {
  bottom: 0%;
  -webkit-transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.innerPagePop .topLine {
  padding: 16px;
}

.innerPagePop .topLine .title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.4em;
  text-align: center;
}

.innerPagePop .topLine .btnPopClose {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  padding: 20px 22px;
  background-image: url(/publishing/admin/assets/images/common/icon_close2.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  z-index: 10;
}

.innerPagePop .popContent {
  padding: 16px;
}
/*# sourceMappingURL=style.css.map */