@charset "UTF-8";
@import 'reset.css';
.CM-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CM-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.CM-flex-jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.CM-flex-jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.CM-flex-jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.CM-flex-jc-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.CM-flex-ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.CM-flex-ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CM-flex-ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.CM-flex-shrink-n {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.CM-flex-shrink-y {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.CM-flex-grow-n {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.CM-flex-grow-y {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.CM-z1 {
  position: relative;
  z-index: 1;
}
.CM-z9999 {
  position: relative;
  z-index: 9999;
}
.CM-pos-r {
  position: relative;
}
.CM-pos-a {
  position: absolute;
}
.CM-d-inline-block {
  display: inline-block;
}
.CM-d-block {
  display: block;
}
.CM-mr-s {
  margin-right: 5px;
}
.CM-ml-s {
  margin-left: 5px;
}
.CM-mr-m {
  margin-right: 8px;
}
.CM-ml-m {
  margin-left: 8px;
}
.CM-mr-l {
  margin-right: 15px;
}
.CM-ml-l {
  margin-left: 15px;
}
.CM-mr-a {
  margin-right: auto;
}
.CM-ml-a {
  margin-left: auto;
}
.CM-blank-1 {
  width: 100%;
  height: 5px;
}
.CM-blank-2 {
  width: 100%;
  height: 10px;
}
.CM-text-left {
  text-align: left;
}
.CM-text-center {
  text-align: center;
}
.CM-text-right {
  text-align: right;
}
.CM-fz-xs {
  font-size: 0.8em !important;
}
.CM-fz-s {
  font-size: 0.9em !important;
}
.CM-fz-m {
  font-size: 1em !important;
}
.CM-fz-l {
  font-size: 1.1em !important;
}
.CM-fz-xl {
  font-size: 1.2em !important;
}
.CM-fz-x2l {
  font-size: 1.4em !important;
}
.CM-fz-x3l {
  font-size: 1.6em !important;
}
.CM-fw-b {
  font-weight: bold !important;
}
.CM.fw-n {
  font-weight: normal !important;
}
.CM-font-u {
  text-decoration: underline;
}

.CM-hr {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
.CM-hr.bg-black {
  background-color: #000;
}

.CM-btn {
  text-decoration: none;
  font-size: 1em;
  min-width: 80px;
  padding: 0 16px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn:hover {
  background-color: #AAAAAA;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn-size-s {
  min-width: 65px;
  padding: 0 10px;
  line-height: 35px;
}
.CM-btn-green {
  color: #fff;
  background-color: #00B375;
}
.CM-btn-green:hover {
  background-color: #14AE5C;
}
.CM-btn-yellow {
  background-color: #FFD910;
}
.CM-btn-yellow:hover {
  background-color: #FFCA10;
  background-color: #14AE5C;
}
.CM-btn-red {
  background-color: #F40000;
  color: #fff;
}
.CM-btn-red:hover {
  background-color: #DE0000;
  color: #fff;
}
.CM-btn-lightgreen {
  background-color: #48af5b;
  color: #fff;
}
.CM-btn-lightgreen:hover {
  background-color: #43a054;
}
.CM-btn-dark-gray {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.CM-btn-dark-gray:hover {
  background: rgba(0, 0, 0, 0.7);
}
.CM-btn-light-gray {
  background: #f5f5f5;
  color: #333;
}
.CM-btn-light-gray:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.CM-btn .icon {
  margin-right: 8px;
  width: 24px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

input::-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

textarea::-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.CM-input {
  font-size: 1em;
}
.CM-input input[type=text],
.CM-input input[type=email],
.CM-input input[type=tel],
.CM-input input[type=password],
.CM-input input[type=file],
.CM-input textarea {
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CM-input input[type=text]:focus,
.CM-input input[type=email]:focus,
.CM-input input[type=tel]:focus,
.CM-input input[type=password]:focus,
.CM-input input[type=file]:focus,
.CM-input textarea:focus {
  outline: 0;
}
.CM-input textarea {
  resize: none;
  padding: 8.5px 12px;
  width: 100%;
  min-height: 100px;
}
.CM-input input {
  padding: 8.5px 12px;
  width: 100%;
}
.CM-input input:disabled, .CM-input input[readonly] {
  background-color: rgba(0, 0, 0, 0.15);
}
.CM-input input.error {
  color: red;
}
.CM-input.word-count {
  position: relative;
}
.CM-input.word-count .count-box {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #ccc;
}
.CM-input .file-upload {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8.5px 12px;
  width: 100%;
  display: block;
  height: 39px;
  line-height: 39px;
  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;
}
.CM-input .file-upload input {
  display: none;
}
.CM-input .file-upload .result-col {
  color: #00B375;
}
.CM-input .file-upload .result-col:empty:after {
  content: attr(data-placeholder);
  color: #ccc;
}
.CM-input .file-upload span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  font-size: 1em;
}
.CM-input .input-search {
  position: relative;
  background: #fff url(../Images/icon/icon_ic_search.svg) no-repeat right 8px center;
  padding-right: 35px;
  width: 134px;
}
.CM-input .input-datepicker-period {
  position: relative;
}
.CM-input .input-datepicker-period input {
  position: relative;
  background: rgba(0, 0, 0, 0.05) url("../Images/icon/icon_ic_date_range.svg") no-repeat left 8px center;
  padding-right: 35px;
  padding-left: 38px;
  width: 100%;
}
.CM-input .input-datepicker-period:after {
  position: absolute;
  right: 8px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.CM-input .input-datepicker-period.period-start:after {
  content: "起";
}
.CM-input .input-datepicker-period.period-end:after {
  content: "迄";
}
.CM-input .input-datepicker {
  position: relative;
  background: url("../Images/icon/icon_ic_date_range.svg") no-repeat right 8px center;
  padding-right: 35px;
  width: 100%;
}
.CM-input label input {
  margin-left: 8px;
}
.CM-input.pwd-input {
  position: relative;
}
.CM-input.pwd-input .error-tip {
  right: 45px;
}
.CM-input.pwd-input .ic-eye {
  position: absolute;
  right: 10px;
  bottom: 6px;
}
.CM-input.pwd-input .ic-eye .close {
  display: block;
}
.CM-input.pwd-input .ic-eye .open {
  display: none;
}
.CM-input.pwd-input .ic-eye.open .open {
  display: block;
}
.CM-input.pwd-input .ic-eye.open .close {
  display: none;
}

.CM-contact-input {
  padding: 8.5px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 10px;
}
.CM-contact-input input, .CM-contact-input select {
  border: 0;
  font-size: 1em;
}
.CM-contact-input input:focus, .CM-contact-input select:focus {
  outline: 0;
}
.CM-contact-input .gap {
  width: 1px;
  display: inline-block;
  height: 10px;
  background-color: #ccc;
}
.CM-contact-input input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.CM-contact-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 15px;
  background: #fff url(../Images/icon/icon_arrow_down_b.svg) no-repeat right -5px center/auto 100%;
}

.CM-copy-input {
  padding: 8.5px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  gap: 10px;
}
.CM-copy-input input {
  border: 0;
  font-size: 1em;
  width: calc(100% - 40px);
}
.CM-copy-input input:focus {
  outline: 0;
}
.CM-copy-input a {
  font-size: 14px;
  width: 30px;
}

.CM-tel-input {
  padding: 8.5px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  gap: 10px;
  position: relative;
}
.CM-tel-input .code {
  color: #ccc;
  font-size: 15px;
  cursor: pointer;
  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: 10px;
}
.CM-tel-input input {
  border: 0;
  font-size: 1em;
  width: calc(100% - 40px);
}
.CM-tel-input input:focus {
  outline: 0;
}
.CM-tel-input .gap {
  width: 1px;
  display: inline-block;
  height: 10px;
  background-color: #ccc;
}
.CM-tel-input ul {
  position: absolute;
  left: 0;
  top: 45px;
  background-color: #fff;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  z-index: 1;
  display: none;
}
.CM-tel-input ul li {
  color: #ccc;
  font-size: 15px;
  padding: 10px;
  cursor: pointer;
}
.CM-tel-input ul li:hover {
  background-color: #f7f7f7;
}

.CM-select select {
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8.5px 35px 8.5px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: #fff url(../Images/icon/icon_arrow_down_b.svg) no-repeat right 5px center;
}
.CM-select select:focus {
  outline: 0;
}
.CM-select.label-txt select {
  margin-left: 8px;
}

.CM-checkbox {
  position: relative;
  display: inline-block;
}
.CM-checkbox .CM-flex {
  gap: 10px;
}
.CM-checkbox label {
  padding-left: 22px;
  height: 22px;
  line-height: 22px;
  position: relative;
  font-size: 1em;
  display: inline-block;
}
.CM-checkbox input[type=checkbox] {
  display: none;
}
.CM-checkbox input[type=checkbox] + span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
.CM-checkbox input[type=checkbox]:checked + span {
  background: #fff url(../Images/icon/icon_check.svg) no-repeat center center/100%;
}

.CM-radio {
  position: relative;
  display: inline-block;
}
.CM-radio .CM-flex {
  gap: 10px;
}
.CM-radio label {
  position: relative;
  padding-left: 22px;
  font-size: 1em;
}
.CM-radio label:not(:last-child) {
  margin-right: 10px;
}
.CM-radio input[type=radio] {
  display: none;
}
.CM-radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
.CM-radio input[type=radio] + span:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.CM-radio input[type=radio]:checked + span:before {
  background-color: #00B375;
}

.CM-icon-btn {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-icon-btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-icon-btn img {
  vertical-align: top;
}

.CM-btn-switch {
  width: 42px;
  height: 22px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn-switch span {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn-switch.on {
  border: 1px solid #2ad95b;
  background-color: #2ad95b;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.CM-btn-switch.on span {
  background-color: #fff;
  -webkit-transform: translateX(19px);
          transform: translateX(19px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.CM-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CM-pages .CM-select {
  margin: 0 16px;
}

.CM-link {
  color: #00B375;
}
.CM-link.default-link {
  text-decoration: none;
}
.CM-link.default-link:hover {
  text-decoration: underline;
  color: #14AE5C;
}
.CM-link.text-link:hover {
  text-decoration: none;
}

.CM-fc-default {
  color: #333 !important;
}

.CM-fc-green {
  color: #00B375 !important;
}

.CM-fc-highlight {
  color: #f0284a !important;
}

.CM-fc-light-gray {
  color: #ccc !important;
}

.CM-table.table-scroll {
  overflow-x: scroll;
}
.CM-table table {
  background-color: #fff;
  width: 100%;
  font-size: 1em;
  border-collapse: separate;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  overflow: hidden;
}
.CM-table table th {
  font-weight: bold;
}
.CM-table table th, .CM-table table td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
  white-space: nowrap;
}
.CM-table .table-default th {
  background-color: #F5F5F5;
}
.CM-table .table-highlight th {
  background-color: #e5f7d9;
}
.CM-table .table-highlight th, .CM-table .table-highlight td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.CM-tab-box {
  width: 100%;
}
.CM-tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.CM-tab-box .tab-list li {
  padding: 10px;
  color: #ccc;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
}
.CM-tab-box .tab-list li:hover, .CM-tab-box .tab-list li.current {
  background-color: #14AE5C;
  color: #fff;
}
.CM-tab-box .tab-content {
  background-color: #fff;
  position: relative;
  margin-top: 30px;
}
.CM-tab-box .tab-content .tc-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  display: none;
}
.CM-tab-box .tab-content .tc-box.current {
  position: relative;
  z-index: 1;
  opacity: 1;
  display: block;
}

.CM-lightbox-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  margin: auto;
  overflow-x: hidden;
}
.CM-lightbox-bg.open {
  width: 100%;
}

.CM-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  margin: auto;
  overflow: hidden;
  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;
}
.CM-lightbox.open {
  width: 100%;
  height: 100%;
}
.CM-lightbox.open .content {
  height: 100%;
}
.CM-lightbox .wrap {
  position: relative;
  background-color: #fff;
  max-width: 358px;
  border-radius: 8px;
  width: 100%;
  max-height: 650px;
  padding: 20px;
}
.CM-lightbox .wrap .lb-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}
.CM-lightbox .wrap .lb-content {
  max-height: 358px;
  line-height: 1.8;
  font-size: 0.9em;
  overflow-y: scroll;
}
.CM-lightbox .wrap .lb-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.CM-lightbox.tags-add .wrap .lb-content {
  max-width: 340px;
  padding-right: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.CM-lightbox.tags-add .wrap .lb-content .search-row {
  width: 100%;
}
.CM-lightbox.tags-add .wrap .lb-content .img {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 16px;
}
.CM-lightbox.tags-add .wrap .lb-content .img img {
  width: 100%;
}
.CM-lightbox.api-key .wrap .lb-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.CM-lightbox.api-key .wrap .lb-btn a {
  color: #333;
  text-decoration: none;
}
body .keyword-box {
  overflow: hidden;
}
body .keyword-box .keyword-pc {
  background-color: #E5E5E5;
  padding: 20px 25px;
  margin-bottom: 10px;
  border-radius: 6px;
  max-height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  margin-top: 10px;
}
body .keyword-box .keyword-pc .row {
  display: -ms-grid;
  display: grid;
  padding: 8px 16px;
  border-radius: 6px;
  width: calc((100% - 10px) / 2);
  background-color: #fff;
  -ms-grid-columns: calc(100% - 100px - 24px) 100px 24px;
  grid-template-columns: calc(100% - 100px - 24px) 100px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .keyword-box .keyword-pc .row .col:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
body .keyword-box .keyword-pc .row .btn-del:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body .keyword-box .keyword-pd {
  position: relative;
  background-color: #E5E5E5;
  height: 210px;
  padding: 10px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .keyword-box .keyword-pd .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .keyword-box .keyword-pd .swiper .swiper-slide {
  height: 46%;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 8px 35px 8px 16px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
body .keyword-box .keyword-pd .swiper .swiper-slide .col:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 3px;
}
body .keyword-box .keyword-pd .swiper .swiper-slide .btn-del {
  position: absolute;
  top: 6px;
  right: 6px;
}
body .tags-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .tags-col span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  padding: 0 16px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  gap: 10px;
}
body .tags-col span .del-tags {
  display: inline-block;
}
body .tags-col span .del-tags img {
  vertical-align: top;
}
body .event-level-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body .event-level-row .title-col {
  background-color: #E5F7D9;
  padding: 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 40px;
}
body .event-level-row .input-col {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}
body .event-level-row .input-col label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .event-level-row .input-col .txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  body .event-level-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  body .event-level-row .title-col {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body .event-level-row .input-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
  }
  body .event-level-row .input-col label {
    gap: 10px;
  }
  body .event-level-row .input-col label input {
    margin: 0;
    width: 100%;
  }
}
body .shipping-track-box .rwd-shipping-track {
  display: none;
}
body .shipping-track-box .shipping-track-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}
body .shipping-track-box .shipping-track {
  margin-left: 120px;
  margin-top: -28px;
}
body .shipping-track-box .shipping-track .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .shipping-track-box .shipping-track .step-row {
  position: relative;
  width: 480px;
}
body .shipping-track-box .shipping-track .step-row:before {
  content: "";
  height: 2px;
  background: #2F974C;
  position: absolute;
  margin: auto;
  width: 75%;
  top: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}
body .shipping-track-box .shipping-track .step-row .track-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
body .shipping-track-box .shipping-track .step-row .track-row .step {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  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;
  margin-bottom: 6px;
  position: relative;
}
body .shipping-track-box .shipping-track .step-row .track-row .step img {
  z-index: 1;
}
body .shipping-track-box .shipping-track .step-row .track-row .step:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
}
body .shipping-track-box .shipping-track .step-row .track-row .step.step-p {
  border: 4px solid #2F974C;
}
body .shipping-track-box .shipping-track .step-row .track-row .step.step-p:after {
  background-color: #fff;
}
body .shipping-track-box .shipping-track .step-row .track-row .step.step-c:after {
  background-color: #2F974C;
}
body .shipping-track-box .shipping-track .step-row .track-row .step.step-f:after {
  background-color: #9F9F9F;
}
body .shipping-track-box .shipping-track .step-row .txt-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin-bottom: 10px;
}
body .shipping-track-box .shipping-track .step-row .txt-row dt {
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.65);
}
body .shipping-track-box .shipping-track .step-row .return-txt {
  line-height: 1.4;
  margin-left: 15px;
}
body .shipping-track-box .shipping-state {
  margin-right: auto;
  color: #1977F3;
  line-height: 1.4;
}
body .shipping-track-box .rwd-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
@media screen and (max-width: 1100px) {
  body .shipping-track-box .rwd-shipping-state {
    display: block;
  }
  body .shipping-track-box .shipping-state {
    display: none;
  }
  body .shipping-track-box .shipping-track-txt {
    display: none;
  }
  body .shipping-track-box .shipping-track {
    display: none;
  }
  body .shipping-track-box .rwd-shipping-track {
    display: block;
    padding: 0 20px;
  }
  body .shipping-track-box .rwd-shipping-track .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .shipping-track-box .rwd-shipping-track .step-row .track-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    height: 280px;
    position: relative;
  }
  body .shipping-track-box .rwd-shipping-track .step-row .track-row:before {
    content: "";
    height: 70%;
    width: 2px;
    background: #2F974C;
    position: absolute;
    margin: auto;
    top: 25px;
    left: 31px;
    margin: auto;
  }
  body .shipping-track-box .rwd-shipping-track .step-row .track-row .step-inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .shipping-track-box .rwd-shipping-track .step-row .track-row .step-inner-row .step-txt, body .shipping-track-box .rwd-shipping-track .step-row .track-row .step-inner-row .return-txt {
    margin-left: 14px;
  }
  body .shipping-track-box .rwd-shipping-track .step-row .track-row .step-inner-row .step-txt span, body .shipping-track-box .rwd-shipping-track .step-row .track-row .step-inner-row .return-txt span {
    color: rgba(0, 0, 0, 0.65);
  }
  body .shipping-track-box .rwd-shipping-track .step-row .track-row .step-inner-row .step {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    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;
    margin-bottom: 6px;
    position: relative;
  }
  body .shipping-track-box .rwd-shipping-track .step-row .track-row .step-inner-row .step img {
    z-index: 1;
  }
  body .shipping-track-box .rwd-shipping-track .step-row .track-row .step-inner-row .step:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
  }
  body .shipping-track-box .rwd-shipping-track .step-row .track-row .step-inner-row .step.step-p {
    border: 4px solid #2F974C;
  }
  body .shipping-track-box .rwd-shipping-track .step-row .track-row .step-inner-row .step.step-p:after {
    background-color: #fff;
  }
  body .shipping-track-box .rwd-shipping-track .step-row .track-row .step-inner-row .step.step-c:after {
    background-color: #2F974C;
  }
  body .shipping-track-box .rwd-shipping-track .step-row .track-row .step-inner-row .step.step-f:after {
    background-color: #9F9F9F;
  }
  body .shipping-track-box .rwd-shipping-track .return-txt {
    line-height: 1.4;
    margin-left: 15px;
  }
  body .shipping-track-box .order-state-warp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .shipping-track-box .order-state-warp .rwd-state {
    width: 100%;
  }
  body .shipping-track-box .order-state-warp .rwd-state select {
    width: calc(100% - 80px);
  }
  body .shipping-track-box .order-state-warp .shipping-btn {
    margin-left: 0px;
    width: 100%;
    margin-top: 12px;
  }
}
body .order-links {
  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;
}
body .order-links .order-link {
  margin-right: 20px;
  display: block;
  color: #000;
}
body .order-links .order-link.link-bk {
  text-decoration: none;
}
body .order-links .order-link.link-bk.active, body .order-links .order-link.link-bk:hover {
  color: #1977f3;
}
body .order-links .order-link.link-bk.active span, body .order-links .order-link.link-bk:hover span {
  background-color: #1977f3;
  color: #fff;
}
body .order-links .flag-ol {
  height: 25px;
  min-width: 52px;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
  margin: 8px;
}
body .order-links .flag-ol.flag-bl {
  background: #1977f3;
  color: #fff;
}
body .order-links .flag-ol.flag-gr {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
}
body .order-links .flag-ol.flag-gr:hover, body .order-links .flag-ol.flag-gr:active {
  background: #1977f3;
}
@media screen and (max-width: 1100px) {
  body .order-links .order-link span {
    display: none;
  }
}
body .shape-outter-box .shape-outter .shape-title {
  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-bottom: 10px;
  line-height: 1.6;
}
body .shape-outter-box .shape-outter .shape-title .shape-color {
  color: rgba(0, 0, 0, 0.6);
  margin-left: 5px;
}
body .shape-outter-box .shape-outter .shape-title .add-product-pc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body .shape-outter-box .shape-outter .shape-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
body .shape-outter-box .shape-outter .shape-col .input-col {
  width: 100%;
  padding-right: 25px;
}
body .shape-outter-box .shape-outter .shape-col .input-col .CM-input .shape {
  width: calc(100% - 51px);
}
body .shape-outter-box .shape-outter .shape-col .input-col .CM-input .key-word {
  width: calc(100% - 69px);
}
body .shape-outter-box .shape-outter .shape-col .input-col .CM-input .stock {
  width: calc(100% - 51px);
}
body .shape-outter-box .shape-outter .shape-col.shape-add {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
  border-radius: 6px;
}
body .shape-outter-box .shape-outter .shape-col.shape-add .input-col {
  padding-right: 0px;
}
body .shape-outter-box .shape-outter .shape-col.shape-add .close-outter {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .shape-outter-box .shape-outter .shape-col.shape-add .close-outter.mb {
  display: none;
}
body .shape-outter-box .shape-outter .shape-outter-none {
  display: none;
}
body .shape-outter-box .add-product-mb {
  display: none;
}
@media screen and (max-width: 1100px) {
  body .shape-outter-box .shape-outter .shape-col .input-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding-right: 0px;
  }
  body .shape-outter-box .shape-outter .shape-col .input-col .CM-input .shape-txt {
    display: inline-block;
    width: 48px;
  }
  body .shape-outter-box .shape-outter .shape-col .input-col .CM-input .shape {
    width: calc(100% - 68px);
  }
  body .shape-outter-box .shape-outter .shape-col .input-col .mb-lower .CM-input {
    width: 50%;
  }
  body .shape-outter-box .shape-outter .shape-col.shape-add {
    display: block;
  }
  body .shape-outter-box .shape-outter .shape-col.shape-add .close-outter.pc {
    display: none;
  }
  body .shape-outter-box .shape-outter .shape-col.shape-add .close-outter.mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-bottom: 10px;
  }
  body .shape-outter-box .shape-outter .shape-col.none {
    display: none;
  }
  body .shape-outter-box .shape-outter .add-product-pc {
    display: none;
  }
  body .shape-outter-box .add-product-mb {
    display: block;
    width: 100%;
    text-align: left;
  }
}
body .upload-box {
  width: 100%;
}
body .upload-box label {
  color: #595959;
  background-color: #f2f2f2;
  padding: 8px 12px;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  display: inline-block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .upload-box label input[type=file] {
  display: none;
}
body .upload-box label img {
  vertical-align: text-bottom;
  margin-right: 5px;
}
body .upload-box label:hover {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .upload-img {
  padding: 12px;
  border-radius: 6px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .upload-img:hover {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .upload-img .img {
  border-radius: 6px;
  overflow: hidden;
  width: 48px;
  height: 48px;
}
body .upload-img .img img {
  vertical-align: top;
  width: 100%;
}
body .upload-img .img-name {
  color: rgba(0, 0, 0, 0.85);
}
body .upload-img .ui-start {
  width: calc(100% - 140px);
}
body .upload-img .ui-end {
  width: 140px;
}
body .upload-img .set-cover {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  background-color: #ffeb85;
  text-decoration: none;
  display: inline-block;
  padding: 7px 8px;
  border-radius: 15px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .upload-img .set-cover:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .limit-sell {
  border-radius: 6px;
  overflow: hidden;
}
body .limit-sell dt {
  background-color: #f44444;
  color: #fff;
  padding: 8px;
}
body .limit-sell dd {
  background-color: #ffe5e5;
  padding: 8px;
}
body .limit-sell dd input {
  width: 80px;
}
body .shipping-card {
  width: 350px;
}
body .shipping-card .img-outter {
  position: relative;
  margin: 14px 0;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
body .shipping-card .img-outter .img {
  width: 100%;
  vertical-align: top;
}
body .shipping-card .img-outter .img-txt {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 74px;
}
body .shipping-card .img-outter .img-txt .txt-content {
  padding: 10px 0px 20px 27px;
  line-height: 22px;
}
body .shipping-card .img-outter .img-txt .icon-frame {
  background-color: #ff7426;
  padding: 0px 7px;
  margin-top: 17px;
  margin-right: 21px;
  max-height: 40px;
  color: #fff;
}
body .shipping-card .img-outter .img-txt .icon-frame.red {
  background-color: #f44444;
}
body .shipping-card .img-outter .img-txt .icon-frame .icon {
  margin-right: 8px;
  width: 24px;
  position: relative;
}
body .tip-box {
  background-color: #F5F5F5;
  color: #333;
  padding: 12px;
  line-height: 1.5;
  border-radius: 6px;
  margin-bottom: 15px;
}
body .tip-box.n-bg {
  background: transparent;
  padding: 12px 0;
}
body .tip-box.box-bd {
  border: 1px solid #ccc;
}
body .tip-box .tip-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
body .tip-box ol {
  margin-left: 25px;
}
body .tip-box ol li {
  list-style: decimal;
  font-size: 1em;
  position: relative;
  padding-bottom: 5px;
}
body .warning-box {
  background-color: #F40000;
  color: #fff;
  padding: 12px;
  line-height: 1.5;
  border-radius: 6px;
  margin-bottom: 15px;
}
body .warning-box.box-bd {
  border: 1px solid #ccc;
}
body .warning-box .tip-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
body .warning-box ol {
  margin-left: 25px;
}
body .warning-box ol li {
  list-style: decimal;
  font-size: 1em;
  position: relative;
}
body .step-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(150px, 1fr) 5% 0.8fr 5% minmax(150px, 1fr) 5% 0.8fr 5% minmax(150px, 1fr);
  grid-template-columns: minmax(150px, 1fr) 0.8fr minmax(150px, 1fr) 0.8fr minmax(150px, 1fr);
  margin-bottom: 20px;
  gap: 5%;
}
body .step-box .col {
  text-align: center;
}
body .step-box .col .icon {
  width: 24px;
  height: 24px;
  background: url(../Images/icon/icon-check-o-gray.svg) no-repeat center center;
  margin: 0 auto 20px;
}
body .step-box .col .icon img {
  fill: #ccc;
}
body .step-box .col .txt {
  font-size: 1em;
  color: #ccc;
}
body .step-box .col:nth-child(2), body .step-box .col:nth-child(4) {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}
body .step-box .col:nth-child(2):after, body .step-box .col:nth-child(4):after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ccc;
}
body .step-box.type-1 .col:nth-child(1) .icon {
  background: url(../Images/icon/icon-check-o-black.svg) no-repeat center center;
}
body .step-box.type-1 .col:nth-child(1) .txt {
  color: #333;
}
body .step-box.type-2 .col:nth-child(1) .icon {
  background: url(../Images/icon/icon-check-o.svg) no-repeat center center;
}
body .step-box.type-2 .col:nth-child(1) .txt {
  color: #00B375;
}
body .step-box.type-2 .col:nth-child(2):after {
  background-color: #333333;
}
body .step-box.type-2 .col:nth-child(3) .icon {
  background: url(../Images/icon/icon-check-o-black.svg) no-repeat center center;
}
body .step-box.type-2 .col:nth-child(3) .txt {
  color: #333;
}
body .step-box.type-3 .col:nth-child(1) .icon, body .step-box.type-3 .col:nth-child(3) .icon, body .step-box.type-3 .col:nth-child(5) .icon {
  background: url(../Images/icon/icon-check-o.svg) no-repeat center center;
}
body .step-box.type-3 .col:nth-child(1) .txt, body .step-box.type-3 .col:nth-child(3) .txt, body .step-box.type-3 .col:nth-child(5) .txt {
  color: #00B375;
}
body .step-box.type-3 .col:nth-child(2):after, body .step-box.type-3 .col:nth-child(4):after {
  background-color: #00B375;
}
body .step-box.type-4 .col:nth-child(1) .icon, body .step-box.type-4 .col:nth-child(3) .icon {
  background: url(../Images/icon/icon-check-o.svg) no-repeat center center;
}
body .step-box.type-4 .col:nth-child(1) .txt, body .step-box.type-4 .col:nth-child(3) .txt {
  color: #00B375;
}
body .step-box.type-4 .col:nth-child(2):after, body .step-box.type-4 .col:nth-child(4):after {
  background-color: #00B375;
}
body .step-box.type-4 .col:nth-child(5) .icon {
  background: url(../Images/icon/icon-o-cancel.svg) no-repeat center center;
}
body .step-box.type-4 .col:nth-child(5) .txt {
  color: #F40000;
}
body .page-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .page-box a:not(.arrow-prev):not(.arrow-next) {
  min-width: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  line-height: 40px;
  color: #fff;
  background-color: #ccc;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .page-box a:not(.arrow-prev):not(.arrow-next).current, body .page-box a:not(.arrow-prev):not(.arrow-next):hover {
  background-color: #00b375;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .page-box .arrow-prev,
body .page-box .arrow-next {
  margin: 0 10px;
}

@media screen and (min-width: 1101px) {
  .rwd-pc-hide {
    display: none !important;
  }
  .rwd-pcw-10p {
    width: 10% !important;
  }
  .rwd-pcw-20p {
    width: 20% !important;
  }
  .rwd-pcw-30p {
    width: 30% !important;
  }
  .rwd-pcw-40p {
    width: 40% !important;
  }
  .rwd-pcw-50p {
    width: 50% !important;
  }
  .rwd-pcw-60p {
    width: 60% !important;
  }
  .rwd-pcw-70p {
    width: 70% !important;
  }
  .rwd-pcw-80p {
    width: 80% !important;
  }
  .rwd-pcw-90p {
    width: 90% !important;
  }
  .rwd-pcw-100p {
    width: 100% !important;
  }
}
@media screen and (max-width: 1100px) {
  .rwd-pd-hide {
    display: none !important;
  }
  body > .wrap .content {
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .rwd-pdw-10p {
    width: 10% !important;
  }
  .rwd-pdw-20p {
    width: 20% !important;
  }
  .rwd-pdw-30p {
    width: 30% !important;
  }
  .rwd-pdw-40p {
    width: 40% !important;
  }
  .rwd-pdw-50p {
    width: 50% !important;
  }
  .rwd-pdw-60p {
    width: 60% !important;
  }
  .rwd-pdw-70p {
    width: 70% !important;
  }
  .rwd-pdw-80p {
    width: 80% !important;
  }
  .rwd-pdw-90p {
    width: 90% !important;
  }
  .rwd-pdw-100p {
    width: 100% !important;
  }
  body .step-box {
    width: 95%;
    margin: 15px auto 20px;
    -ms-grid-columns: minmax(100px, 1fr) 0.8fr minmax(100px, 1fr) 0.8fr minmax(100px, 1fr);
    grid-template-columns: minmax(100px, 1fr) 0.8fr minmax(100px, 1fr) 0.8fr minmax(100px, 1fr);
  }
  body .step-box .col .icon {
    margin: 0 auto 10px;
  }
  body .step-box .col .txt {
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  body .step-box {
    width: 95%;
    -ms-grid-columns: minmax(80px, 1fr) 5% 0.8fr 5% minmax(80px, 1fr) 5% 0.8fr 5% minmax(80px, 1fr);
    grid-template-columns: minmax(80px, 1fr) 0.8fr minmax(80px, 1fr) 0.8fr minmax(80px, 1fr);
    gap: 5%;
    margin: 15px auto 20px;
  }
  body .step-box .col .txt {
    font-size: 13px;
  }
}
body, body * {
  font-family: "microsoft jhenghei", Verdana, Arial, sans-serif;
}

body {
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 15px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body > .wrap {
  position: relative;
  z-index: 1;
}
body > .wrap .content {
  background-color: #fff;
}
body.fixed {
  position: fixed;
  width: 100%;
}

.menu {
  z-index: 5;
  -webkit-box-shadow: 3px 0px 8px #e9e9e9;
          box-shadow: 3px 0px 8px #e9e9e9;
  border-right: 1px solid #e3e3e3;
}
.menu header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu header button {
  background-color: transparent;
  border: none;
}
.menu .menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu .menu-box .menu-list {
  margin: 8px;
  width: 100%;
}
.menu .menu-box .menu-list .ml-box {
  margin-bottom: 8px;
}
.menu .menu-box .menu-list .ml-box a {
  text-decoration: none;
}
.menu .menu-box .menu-list .ml-box .col {
  position: relative;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 47px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
}
.menu .menu-box .menu-list .ml-box .col.bidding {
  margin-left: 11px;
}
.menu .menu-box .menu-list .ml-box .col .icon-arrow {
  background: url(../Images/icon/icon_ic_arrow_right.svg) no-repeat center center;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu .menu-box .menu-list .ml-box .col .icon {
  margin-right: 8px;
}
.menu .menu-box .menu-list .ml-box .col .icon .default {
  display: block;
}
.menu .menu-box .menu-list .ml-box .col .icon .active {
  display: none;
}
.menu .menu-box .menu-list .ml-box .submenu {
  display: none;
}
.menu .menu-box .menu-list .ml-box .submenu a {
  position: relative;
  padding-left: 46px;
  font-size: 16px;
  line-height: 42px;
  border-radius: 6px;
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 8px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.menu .menu-box .menu-list .ml-box.current {
  background-color: #00B375;
  border-radius: 6px;
  color: #fff;
  padding-bottom: 2px;
}
.menu .menu-box .menu-list .ml-box.current .col {
  cursor: default;
  color: #fff;
}
.menu .menu-box .menu-list .ml-box.current .col .icon-arrow {
  background: url(../Images/icon/icon_menu_arrow_down_w.svg) no-repeat center center;
}
.menu .menu-box .menu-list .ml-box.current .col .icon .default {
  display: none;
}
.menu .menu-box .menu-list .ml-box.current .col .icon .active {
  display: block;
}
.menu .menu-box .menu-list .ml-box.current .submenu {
  margin: 0 8px;
}
.menu .menu-box .menu-list .ml-box.current .submenu a {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.menu .menu-box .menu-list .ml-box.current .submenu a.current, .menu .menu-box .menu-list .ml-box.current .submenu a:hover {
  background-color: #fff;
  color: #00B375;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.menu .menu-box .menu-list .ml-box.current .submenu a.current:before, .menu .menu-box .menu-list .ml-box.current .submenu a:hover:before {
  content: "";
  background: url(../Images/icon/icon_ic_arrow_right.svg) no-repeat center center;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu .footer-mb {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.menu .footer-mb .links {
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 20px 0;
}
.menu .footer-mb .links a {
  margin: 0 8px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.menu .footer-mb .links a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.menu .footer-mb .copyright {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  width: 90%;
  line-height: 22px;
  margin: auto;
  padding-bottom: 10px;
}
.menu .footer-mb .c-name {
  width: 90%;
  margin: 15px auto 5px;
}
.menu .footer-mb .c-name p {
  line-height: 1.4;
  font-size: 14px;
}

.account-list-box {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.account-list-box .account-list {
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: none;
}
.account-list-box .account-list .logout {
  padding: 20px 0 10px;
  text-align: center;
}
.account-list-box .account-list .logout a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.account-list-box .account-list .logout a:hover {
  text-decoration: underline;
}
.account-list-box .account-list dl {
  position: relative;
  padding: 8px 8px 8px 48px;
  line-height: 1.5;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.account-list-box .account-list dl:hover {
  background-color: #e1eeff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.account-list-box .account-list dl:not(:first-child) {
  margin-top: 4px;
}
.account-list-box .account-list dl dt {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.account-list-box .account-list dl dd {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.account-list-box .account-list dl dd.img {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
}

.footer-pc {
  text-align: center;
  background-color: #3d3d3d;
  position: relative;
  z-index: 10;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 20px 0;
  line-height: 1.5;
}
.footer-pc .c-name p, .footer-pc .copyright {
  color: #fff;
  font-size: 14px;
}

main .element-col .ec-start dt {
  font-weight: bold;
  font-size: 1.6em;
}
main .element-col .ec-start dd {
  font-weight: normal;
  font-size: 0.9em;
}
main .tab-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .tab-row a {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
main .tab-row a.current {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
}
main .content-box .content-header .ch-title {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (min-width: 1101px) {
  body .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    background-color: #fff;
    height: 100%;
  }
  body .menu header .menu-toggle {
    display: none;
  }
  body .menu header .logo {
    display: inline-block;
    padding: 20px;
    height: 65px;
    width: 100%;
    text-align: center;
  }
  body .menu header .logo img {
    height: 100%;
    vertical-align: top;
  }
  body .menu header .account-box,
  body .menu header .account-list {
    display: none;
  }
  body .menu .menu-box {
    height: calc(100% - 106px - 100px);
    overflow-y: auto;
  }
  body .menu .footer-mb {
    display: none;
  }
  body > .wrap {
    margin: 30px 20px 30px 320px;
    width: calc(100% - 340px);
  }
  body > .wrap .page-header.rwd-pc {
    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-bottom: 24px;
    position: relative;
    z-index: 10;
  }
  body > .wrap .page-header.rwd-pc .page-title span {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
  }
  body > .wrap .page-header.rwd-pc .page-title .title {
    font-weight: bold;
    position: relative;
    margin-right: 10px;
  }
  body > .wrap .page-header.rwd-pc .page-title .subtitle {
    font-size: 24px;
    padding-left: 16px;
    position: relative;
  }
  body > .wrap .page-header.rwd-pc .page-title .subtitle:after {
    content: "";
    width: 1px;
    height: calc(100% - 2px);
    background-color: rgba(0, 0, 0, 0.15);
    top: 1px;
    left: 0;
    position: absolute;
  }
  body > .wrap .page-header.rwd-pc .links a {
    margin: 0 8px;
    display: inline-block;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  body > .wrap .page-header.rwd-pc .links a:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  body > .wrap .page-header.rwd-pc .account-box {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    width: 337px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    padding: 7px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 8px;
  }
  body > .wrap .page-header.rwd-pc .account-box .ab-info img {
    vertical-align: top;
    margin-right: 8px;
  }
  body > .wrap .page-header.rwd-pc .account-box .icon-arrow {
    position: absolute;
    right: 8px;
    width: 24px;
    height: 24px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  body > .wrap .page-header.rwd-pc .account-box .account-list-box {
    top: 40px;
    padding-top: 15px;
  }
  body > .wrap .page-header.rwd-pc .account-box .account-list-box .account-list {
    border-radius: 6px;
  }
  body > .wrap .page-header.rwd-pd {
    display: none;
  }
  body > .wrap .element-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body > .wrap .element-col .ec-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  body > .wrap .element-col .ec-start dd {
    margin-left: 10px;
  }
  body > .wrap .element-col .ec-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-left: auto;
  }
  body > .wrap .element-col .ec-end > div:not(:first-child),
  body > .wrap .element-col .ec-end > a:not(:first-child) {
    margin-left: 16px;
  }
  body > .wrap .element-col .ec-end select {
    min-width: 134px;
  }
  body > .wrap .content-box {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  body > .wrap .content-box .content-header {
    padding: 20px 30px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: 0px 3px 7px #f3f3f3;
            box-shadow: 0px 3px 7px #f3f3f3;
  }
  body > .wrap .content-box .content-header select {
    min-width: 134px;
  }
  body > .wrap .content-box .content {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 30px;
    margin: 30px auto;
  }
  body > .wrap .content-box .content .row .txt {
    font-weight: bold;
  }
  body > .wrap .content-box .content .row p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    padding-bottom: 5px;
  }
  body > .wrap .content-box .content-footer {
    padding: 16px;
  }
  body main .tab-row {
    gap: 8px;
    margin: 0 20px;
  }
  body main .tab-row a {
    padding: 15px 50px;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  body main .tab-row a.current {
    -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1100px) {
  body:not(.single-page) {
    display: block;
    background: #fff;
  }
  body:not(.single-page) .footer-pc {
    display: none;
  }
  body.fixed {
    overflow: hidden;
  }
  body .menu {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-property: background, height;
    transition-property: background, height;
    -webkit-transition-duration: 0.3s, 0s;
            transition-duration: 0.3s, 0s;
    -webkit-transition-delay: 0s, 0.3s;
            transition-delay: 0s, 0.3s;
  }
  body .menu header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
  }
  body .menu header .account-list-box {
    position: fixed;
  }
  body .menu header .account-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .menu header .account-box .icon-arrow {
    height: 24px;
  }
  body .menu header .menu-toggle {
    margin-left: 20px;
    position: relative;
  }
  body .menu header .menu-toggle .default {
    display: block;
  }
  body .menu header .menu-toggle .active {
    display: none;
  }
  body .menu header .logo {
    height: 100%;
    padding: 11px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body .menu header .logo img {
    height: 100%;
  }
  body .menu header .account-list-box {
    display: none;
    top: 60px;
    background-color: rgba(0, 0, 0, 0.54);
  }
  body .menu .menu-box {
    height: calc(100vh - 62px);
    border-top: 1px solid #E8E8E8;
    background-color: #fff;
    width: 80%;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  body .menu .menu-box .footer-mb {
    width: 100%;
  }
  body .menu.open {
    background: rgba(0, 0, 0, 0.54);
    height: 100%;
    -webkit-transition-property: background, height;
    transition-property: background, height;
    -webkit-transition-duration: 0.3s, 0s;
            transition-duration: 0.3s, 0s;
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
  }
  body .menu.open .menu-box {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  body .menu.open header .menu-toggle .default {
    display: none;
  }
  body .menu.open header .menu-toggle .active {
    display: block;
  }
  body .page-header.rwd-pd {
    margin-top: 60px;
    background-color: #00B375;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 10;
  }
  body .page-header.rwd-pd .btn-back {
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
  }
  body .page-header.rwd-pd .btn-back img {
    vertical-align: top;
  }
  body .page-header.rwd-pc {
    display: none;
  }
  body main .main-header {
    background-color: rgba(0, 0, 0, 0.05);
    width: 100%;
  }
  body main .main-header .element-col {
    padding: 20px 24px;
  }
  body main .element-col .ec-start dt {
    margin-bottom: 10px;
    font-size: 2em;
  }
  body main .element-col .ec-start dd {
    margin: 10px 0 20px;
    line-height: 20px;
  }
  body main .element-col .ec-end {
    margin-right: 0;
    margin-left: auto;
  }
  body main .element-col .ec-end > div:not(:first-child),
  body main .element-col .ec-end > a:not(:first-child) {
    margin-top: 10px;
  }
  body main .element-col .CM-input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body main .element-col .CM-input .input-datepicker {
    width: 100%;
  }
  body main .element-col .CM-input label {
    width: 100%;
  }
  body main .element-col .CM-input label .txt {
    width: 100px;
    display: inline-block;
  }
  body main .element-col .CM-input label .input-search {
    width: calc(100% - 110px);
  }
  body main .element-col .CM-select.label-txt .txt {
    width: 100px;
    display: inline-block;
  }
  body main .element-col .CM-select.label-txt select {
    width: calc(100% - 110px);
  }
  body main .main-content {
    width: 92%;
    margin: 10px auto;
  }
  body main .content-header {
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body main .content-header .ec-start dt {
    margin-bottom: 0;
  }
  body main .content-box .content .row .txt {
    font-weight: bold;
  }
  body main .content-box .line-height {
    line-height: 1.6;
  }
  body main .content-footer {
    padding: 15px 0;
  }
  body main .content-footer .CM-btn {
    width: 50%;
  }
  body main .tab-row a {
    width: 50%;
    text-align: center;
    padding: 12px 0;
    border-bottom: 3px solid #BFBFBF;
  }
  body main .tab-row a.current {
    border-color: #000;
  }
}
@media screen and (min-width: 768px) {
  body .content-box .grid-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 10px) 20px calc(50% - 10px);
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  body .content-box .grid-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}