@charset "UTF-8";
h4 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 24px;
  display: inline-block;
  color: #3f4249;
  text-align: center;
}

.hidden-div {
  visibility: hidden;
  opacity: 0;
}

.visible-div {
  visibility: visible;
  opacity: 1;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

* {
  font-family: "Pretendard Variable";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
}
*::-webkit-scrollbar {
  width: 4px;
}
*::-webkit-scrollbar-track {
  width: 4px;
  margin: 10px 0;
  background: #f4f6fb;
  border-radius: 0 24px 24px 0/0 100px 100px 0;
}
*::-webkit-scrollbar-thumb {
  width: 4px;
  background: #bbc1d0;
  border-radius: 999px;
}

.toss-input-zen {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.toss-input-zen ~ .right-icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  cursor: pointer;
}
.toss-input-zen .input-title {
  font-size: 15px;
  font-weight: 600;
  color: #3f4249;
}
.toss-input-zen .input-title-star::after {
  margin-left: 2px;
  content: "*";
  font-weight: 600;
  color: #5277fa;
}
.toss-input-zen .dropzone {
  margin-top: 10px;
}
.toss-input-zen textarea {
  padding: 12px;
  min-height: 92px;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 150%;
  font-weight: 500;
  border-radius: 10px;
  font-family: "Pretendard Variable";
  color: #3f4249;
  background-color: #f1f3f8;
  resize: none;
  border: 2px solid transparent;
  outline: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.toss-input-zen textarea:focus {
  border: 2px solid #2755f9;
}
.toss-input-zen textarea::-webkit-input-placeholder {
  color: #969dae;
}
.toss-input-zen textarea::-moz-placeholder {
  color: #969dae;
}
.toss-input-zen textarea:-ms-input-placeholder {
  color: #969dae;
}
.toss-input-zen textarea::-ms-input-placeholder {
  color: #969dae;
}
.toss-input-zen textarea::placeholder {
  color: #969dae;
}
.toss-input-zen .toss-input-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.toss-input-zen .toss-input-label.tracking-label {
  position: relative;
}
.toss-input-zen .toss-input-label.tracking-label .input-title {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: 10px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #fff;
  color: #2755f9;
  font-size: 13px;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag {
  height: 50px;
  background-color: #fff;
  border: 2px solid #5277fa;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag:hover {
  background-color: #f1f3f8;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag:focus {
  background-color: #fff;
  border: 2px solid #2755f9;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag:focus::-webkit-input-placeholder {
  color: transparent;
  font-weight: 500;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag:focus::-moz-placeholder {
  color: transparent;
  font-weight: 500;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag:focus:-ms-input-placeholder {
  color: transparent;
  font-weight: 500;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag:focus::-ms-input-placeholder {
  color: transparent;
  font-weight: 500;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag:focus::placeholder {
  color: transparent;
  font-weight: 500;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag::-webkit-input-placeholder {
  color: #969dae;
  font-weight: 500;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag::-moz-placeholder {
  color: #969dae;
  font-weight: 500;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag:-ms-input-placeholder {
  color: #969dae;
  font-weight: 500;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag::-ms-input-placeholder {
  color: #969dae;
  font-weight: 500;
}
.toss-input-zen .toss-input-label.tracking-label .toss-input-box .input-tag::placeholder {
  color: #969dae;
  font-weight: 500;
}
.toss-input-zen .toss-input-label .input-title {
  font-size: 15px;
  font-weight: 600;
  color: #3f4249;
}
.toss-input-zen .toss-input-label .input-title-star::after {
  margin-left: 2px;
  content: "*";
  font-weight: 600;
  color: #5277fa;
}
.toss-input-zen .toss-input-label .toss-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Pretendard Variable";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 12px;
  width: 100%;
  height: 44px;
  font-size: 15px;
  margin: 0px;
  border: 2px solid transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 10px;
  background-color: #f1f3f8;
  font-weight: 500;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.date {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  outline: none;
  border: 1px solid #cfd2da;
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.date:hover {
  border: 1px solid #51545c;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.date::-webkit-calendar-picker-indicator, .toss-input-zen .toss-input-label .toss-input-box .input-tag.date::-webkit-inner-spin-button {
  text-align: right;
  cursor: pointer;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn {
  display: none;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn + .input-radio {
  width: auto;
  height: 44px;
  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;
  position: relative;
  border-radius: 10px;
  background-color: #f1f3f8;
  overflow: hidden;
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 15px;
  color: #3f4249;
  font-family: "Pretendard Variable";
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 2px solid transparent;
  cursor: pointer;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn:checked + .input-radio {
  color: #2755f9;
  border: 2px solid #2755f9;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn + .input-radio-origin {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  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: 10px;
  position: relative;
  border-radius: 10px;
  background-color: #f1f3f8;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 15px;
  color: #3f4249;
  font-family: "Pretendard Variable";
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn + .input-radio-origin .op-img {
  width: 76px;
  height: 76px;
  padding: 4px;
  background-color: #797979;
  border-radius: 10px;
  position: relative;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn + .input-radio-origin .op-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: 2;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 1280px) {
  .toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn + .input-radio-origin .op-img img:hover {
    border-radius: 0px;
    -webkit-transform: scale(3);
            transform: scale(3);
    z-index: 3;
  }
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn + .input-radio-origin .op-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn + .input-radio-origin .op-desc .op-name {
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 150%;
  font-weight: 500;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn + .input-radio-origin .op-desc .op-price {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 150%;
  font-weight: 500;
  color: #2755f9;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn + .input-radio-origin .op-icon {
  width: 24px;
  height: 24px;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn:checked + .input-radio-origin {
  background-color: #2755f9;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn:checked + .input-radio-origin .op-icon {
  width: 24px;
  height: 24px;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn:checked + .input-radio-origin .op-icon svg path {
  fill: #fff;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn:checked + .input-radio-origin .op-name,
.toss-input-zen .toss-input-label .toss-input-box .input-tag.radio-btn:checked + .input-radio-origin .op-price {
  color: #fff;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag.zip {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag:hover, .toss-input-zen .toss-input-label .toss-input-box .input-tag:focus {
  outline: none;
  border: 2px solid #2755f9;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag::-webkit-input-placeholder {
  color: #969dae;
  font-weight: 500;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag::-moz-placeholder {
  color: #969dae;
  font-weight: 500;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag:-ms-input-placeholder {
  color: #969dae;
  font-weight: 500;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag::-ms-input-placeholder {
  color: #969dae;
  font-weight: 500;
}
.toss-input-zen .toss-input-label .toss-input-box .input-tag::placeholder {
  color: #969dae;
  font-weight: 500;
}
.toss-input-zen .toss-input-label .toss-input-box .toss-input-description {
  font-size: 13px;
  font-weight: 400;
  color: #898f9e;
}
.toss-input-zen .toss-input-label .toss-input-box .toss-input-zip-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #535660;
  border-radius: 10px;
  width: 80px;
  height: 44px;
  padding: 0px 16px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.toss-input-zen .toss-input-label .toss-input-box #daum_post_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: 1px solid #898f9e;
  width: 100%;
  height: 300px;
}
.toss-input-zen .dropzone-file-desc {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toss-input-zen .dropzone-file-desc svg {
  width: 56px;
  height: 56px;
}
.toss-input-zen .dropzone-file-desc .file-label {
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 24px;
  font-weight: 500;
  color: #6b6f7c;
}
.toss-input-zen .submit-button {
  display: block;
  margin-top: 20px;
}
.toss-input-zen .dropzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border: 2px transparent;
  padding: 40px 20px 20px 20px;
  -webkit-box-shadow: 2px 4px 10px rgba(83, 121, 194, 0.1) inset;
          box-shadow: 2px 4px 10px rgba(83, 121, 194, 0.1) inset;
  border-radius: 16px;
  background-color: #f1f3f8;
}
.toss-input-zen .dropzone.dragover {
  background-color: #e0e7ff;
}
.toss-input-zen .dropzone .upload-button,
.toss-input-zen .dropzone .submit-button {
  width: 100%;
  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;
  padding: 0px 16px;
  margin: 0 !important;
  height: 44px;
  background-color: #2755f9;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 24px;
  font-weight: 500;
  border-radius: 10px;
  font-family: "Pretendard Variable";
  color: #fff;
  border: none;
  cursor: pointer;
  gap: 6px;
}
.toss-input-zen .dropzone .upload-button svg,
.toss-input-zen .dropzone .submit-button svg {
  width: 24px;
  height: 24px;
}
.toss-input-zen .dropzone .upload-button svg path,
.toss-input-zen .dropzone .submit-button svg path {
  fill: #fff;
}
.toss-input-zen .file-types {
  font-size: 13px;
  letter-spacing: -0.02em;
  font-weight: 400;
  line-height: 140%;
  font-family: "Pretendard Variable";
  color: #898f9e;
}
.toss-input-zen .file-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.toss-input-zen .file-list .file-item {
  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;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  color: #2755f9;
  font-size: 15px;
}
.toss-input-zen .file-list .file-item .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toss-input-zen .file-list .file-item .remove-file {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: unset;
  background: none;
  padding: unset;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
  height: 24px;
  width: 24px;
  color: #fff;
  font-size: 18px;
  background-color: #3f4249;
  cursor: pointer;
}

#lss_wrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 40px;
  margin-bottom: 40px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  #lss_wrapper {
    padding: 40px 16px;
  }
}
#lss_wrapper.lss-index {
  padding: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f3f8;
}
#lss_wrapper.lss-list {
  background-color: #f1f3f8;
  margin: unset;
}
#lss_wrapper form {
  display: contents;
}
#lss_wrapper #lss_index {
  width: 1080px;
  max-width: 1280px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding: 120px 40px;
}
@media screen and (max-width: 1120px) {
  #lss_wrapper #lss_index {
    padding: 60px 40px;
    max-width: 680px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 680px) {
  #lss_wrapper #lss_index {
    padding: 40px 16px;
  }
}
#lss_wrapper #lss_index .img-container {
  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;
}
#lss_wrapper #lss_index .img-container img {
  max-width: 100%;
  max-height: 100%;
}
#lss_wrapper #lss_index .main-menu,
#lss_wrapper #lss_index .main-banner {
  position: relative;
  z-index: 2;
}
#lss_wrapper #lss_index .main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1120px) {
  #lss_wrapper #lss_index .main-banner {
    max-width: 600px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
#lss_wrapper #lss_index .main-banner .main-script {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1120px) {
  #lss_wrapper #lss_index .main-banner .main-script {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#lss_wrapper #lss_index .main-banner .main-script h4,
#lss_wrapper #lss_index .main-banner .main-script span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#lss_wrapper #lss_index .main-banner .main-script span {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 24px;
  font-weight: 600;
  color: #6b6f7c;
}
@media screen and (max-width: 1120px) {
  #lss_wrapper #lss_index .main-banner .main-script span {
    line-height: 24px;
  }
}
#lss_wrapper #lss_index .main-banner .img-container {
  width: 400px;
}
@media screen and (max-width: 1120px) {
  #lss_wrapper #lss_index .main-banner .img-container {
    width: 300px;
  }
}
@media screen and (max-width: 680px) {
  #lss_wrapper #lss_index .main-banner .img-container {
    display: none;
  }
}
#lss_wrapper #lss_index .main-banner .img-container img {
  width: 100%;
  height: auto;
}
#lss_wrapper #lss_index .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 680px) {
  #lss_wrapper #lss_index .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  #lss_wrapper #lss_index .main-menu h4 {
    text-align: left;
  }
}
#lss_wrapper #lss_index .main-menu .main-script,
#lss_wrapper #lss_index .main-menu .sub-script,
#lss_wrapper #lss_index .main-menu img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#lss_wrapper #lss_index .main-menu #license {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 680px) {
  #lss_wrapper #lss_index .main-menu #license {
    gap: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#lss_wrapper #lss_index .main-menu #license #license_regist,
#lss_wrapper #lss_index .main-menu #license #license_manage {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  border-radius: 24px;
  cursor: pointer;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  height: 185px;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
@media screen and (max-width: 680px) {
  #lss_wrapper #lss_index .main-menu #license #license_regist,
  #lss_wrapper #lss_index .main-menu #license #license_manage {
    height: 130px;
  }
}
#lss_wrapper #lss_index .main-menu #license #license_regist {
  color: #fff;
  background-color: #6b6f7c;
  border: 1px solid #898f9e;
}
#lss_wrapper #lss_index .main-menu #license #license_regist:hover {
  background-color: #535660;
}
#lss_wrapper #lss_index .main-menu #license #license_regist .main-script {
  color: #fff;
}
#lss_wrapper #lss_index .main-menu #license #license_manage {
  color: #3f4249;
  background-color: #fff;
  border: 1px solid #e4e7ec;
}
#lss_wrapper #lss_index .main-menu #license #license_manage:hover {
  background-color: #e4e7ec;
}
#lss_wrapper #lss_index .main-menu #license #license_manage .main-script {
  color: #3f4249;
}
#lss_wrapper #lss_index .main-menu #license .img-container {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 680px) {
  #lss_wrapper #lss_index .main-menu #license .img-container {
    width: 90px;
    height: 90px;
  }
}
#lss_wrapper #lss_index .main-menu #order_regist {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background-color: #2755f9;
  border: 1px solid #6e8dfb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  height: 400px;
  cursor: pointer;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
@media screen and (max-width: 680px) {
  #lss_wrapper #lss_index .main-menu #order_regist {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 130px;
  }
  #lss_wrapper #lss_index .main-menu #order_regist .img-container {
    width: 90px;
    height: 90px;
  }
}
#lss_wrapper #lss_index .main-menu #order_regist:hover {
  background-color: #5277fa;
}
#lss_wrapper #lss_index .main-menu #order_regist .column-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 680px) {
  #lss_wrapper #lss_index .main-menu #order_regist .column-group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#lss_wrapper #lss_index .main-menu #order_regist .column-group span,
#lss_wrapper #lss_index .main-menu #order_regist .column-group h4 {
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#lss_wrapper #lss_index .main-menu .column-group {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#lss_wrapper #lss_index .main-menu .column-group .sub-script {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 24px;
  font-weight: 500;
  font-family: "Pretendard Variable";
}
#lss_wrapper #lss_simple_lcl {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 1080px;
}
#lss_wrapper #lss_simple_lcl h4 {
  text-align: left;
  margin-bottom: 20px;
}
#lss_wrapper #lss_simple_lcl > div {
  -webkit-box-pack: center;
  position: relative;
  width: 100%;
  gap: 100px;
}
#lss_wrapper #lss_simple_lcl > div:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -30px; /* lss_simple_lcl gap의 절반 */
  width: 100vw; /* Adjust to include padding */
  height: 1px; /* 원하는 경계선 두께 */
  background-color: #e4e7ec; /* 원하는 경계선 색상 */
}
#lss_wrapper #lss_simple_lcl #section_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  #lss_wrapper #lss_simple_lcl #section_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  #lss_wrapper #lss_simple_lcl #section_1 {
    gap: 40px;
  }
}
#lss_wrapper #lss_simple_lcl #section_1 #sender_form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 1280px) {
  #lss_wrapper #lss_simple_lcl #section_1 #sender_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: unset;
  }
}
@media screen and (max-width: 600px) {
  #lss_wrapper #lss_simple_lcl #section_1 #sender_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: unset;
    gap: 40px;
  }
}
#lss_wrapper #lss_simple_lcl #section_1 #sender_form select {
  width: 100%;
  margin: 0;
  padding: 0 20px 0 10px;
  height: 44px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  line-height: 44px;
  border: 2px solid #bbc1d0;
  letter-spacing: -0.04em;
  color: #373f57;
  font-family: "Pretendard Variable";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: url("/shop/img/btn_expand_more.svg") calc(100% - 12px) calc(50% + 2px) no-repeat, #fff;
  background-size: 13px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#lss_wrapper #lss_simple_lcl #section_1 #sender_form select:hover, #lss_wrapper #lss_simple_lcl #section_1 #sender_form select:focus {
  outline: none;
  border-color: #2755f9;
}
#lss_wrapper #lss_simple_lcl #section_1 #sender_form .sender-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1280px) {
  #lss_wrapper #lss_simple_lcl #section_1 #sender_form .sender-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#lss_wrapper #lss_simple_lcl #section_1 #sender_form .sender-box .region-select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1280px) {
  #lss_wrapper #lss_simple_lcl #section_1 #sender_form .sender-box .region-select-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lss_wrapper #lss_simple_lcl #section_1 #tracking_form {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 600px) {
  #lss_wrapper #lss_simple_lcl #section_1 #tracking_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
#lss_wrapper #lss_simple_lcl #section_1 #tracking_form .tracking-box {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#lss_wrapper #lss_simple_lcl #section_1 #tracking_form .tracking-box .tracking-sub-box {
  position: relative;
}
#lss_wrapper #lss_simple_lcl #section_1 #tracking_form .tracking-box .tracking-sub-box .same-addr {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: underline;
  color: #2755f9;
  text-underline-offset: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#lss_wrapper #lss_simple_lcl #section_1 #tracking_form .tracking-box .tracking-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e7ec;
  margin-bottom: 32px;
}
#lss_wrapper #lss_simple_lcl #section_1 #tracking_form .tracking-box .tracking-input .toss-input-zen {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px !important;
}
#lss_wrapper #lss_simple_lcl #section_1 #tracking_form .tracking-box .tracking-add {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  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;
  border-radius: 10px;
  background-color: #535660;
  height: 50px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0px 16px;
  font-size: 14px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
#lss_wrapper #lss_simple_lcl #section_1 #tracking_form .tracking-box .tracking-add:hover {
  background-color: #6b6f7c;
}
#lss_wrapper #lss_simple_lcl #section_1 #tracking_form #tracking_input_set {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 22px;
  max-height: 450px;
  overflow-y: auto;
  padding-top: 6px;
}
#lss_wrapper #lss_simple_lcl #section_1 #tracking_form #tracking_input_set .tracking-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lss_wrapper #lss_simple_lcl #section_1 #tracking_form #tracking_input_set .tracking-row .toss-input-zen {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px !important;
}
#lss_wrapper #lss_simple_lcl #section_1 #tracking_form #tracking_input_set .tracking-row .product-no {
  font-size: 15px;
  color: #3f4249;
  font-weight: 600;
  margin-right: 4px;
}
#lss_wrapper #lss_simple_lcl #section_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lss_wrapper #lss_simple_lcl #section_2 #info_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 100px;
}
@media screen and (max-width: 1280px) {
  #lss_wrapper #lss_simple_lcl #section_2 #info_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lss_wrapper #lss_simple_lcl #section_2 #info_form .info-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#lss_wrapper #lss_simple_lcl #section_2 #info_form .info-box p.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #2755f9;
}
#lss_wrapper #lss_simple_lcl #section_2 #info_form .info-box p.section-title svg {
  width: 24px;
  height: 24px;
}
#lss_wrapper #lss_simple_lcl #section_2 #info_form .info-box p.section-title svg path {
  fill: #2755f9;
}
#lss_wrapper #lss_simple_lcl #section_2 #info_form .info-box .section-title {
  margin-bottom: 10px;
}
#lss_wrapper #lss_simple_lcl #section_2 #info_form .info-box .rocket-logo {
  margin-bottom: 20px;
}
#lss_wrapper #lss_simple_lcl #section_2 #info_form .info-box .is-rocket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#lss_wrapper #lss_simple_lcl #section_2 #info_form .info-box .is-rocket .select-rocket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#lss_wrapper #lss_simple_lcl #section_2 #info_form .info-box .is-rocket #select_rocket_ment {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#lss_wrapper #lss_simple_lcl #section_2 #info_form .info-box .is-rocket .hidden-div {
  height: 0px;
}
#lss_wrapper #lss_simple_lcl #section_2 #info_form .info-box .is-rocket .hidden-div .toss-input-zen textarea,
#lss_wrapper #lss_simple_lcl #section_2 #info_form .info-box .is-rocket .hidden-div .toss-input-zen input {
  min-height: unset;
}
#lss_wrapper #lss_simple_lcl #origin_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
}
#lss_wrapper #lss_simple_lcl #origin_form #origin_setup {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#lss_wrapper #lss_simple_lcl #origin_form .option-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lss_wrapper #lss_simple_lcl #origin_form .option-box#op1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
#lss_wrapper #lss_simple_lcl #origin_form .option-box#op1 p.section-title {
  font-size: 15px;
  font-weight: 600;
  color: #3f4249;
}
#lss_wrapper #lss_simple_lcl #origin_form .option-box#op1 .op1-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  #lss_wrapper #lss_simple_lcl #origin_form .option-box#op1 .op1-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lss_wrapper #lss_simple_lcl #origin_form .option-box#op1 .op1-box .toss-input-zen {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 336px;
          flex: 1 0 336px;
  margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
  #lss_wrapper #lss_simple_lcl #origin_form .option-box#op1 .op1-box .toss-input-zen {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0px;
  }
}
#lss_wrapper #lss_simple_lcl #origin_form .option-box#op1 .op1-box .toss-input-zen.hidden-input {
  display: none !important;
}
@media screen and (max-width: 1280px) {
  #lss_wrapper #lss_simple_lcl #origin_form .option-box#op1 .op1-box .toss-input-zen.hidden-input.hidden-input {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 760px) {
  #lss_wrapper #lss_simple_lcl #origin_form .option-box#op1 .op1-box .toss-input-zen.hidden-input.hidden-input {
    display: none !important;
  }
}
#lss_wrapper #lss_simple_lcl #origin_form .option-box#op1 .op1-box .toss-input-zen .input-radio-origin {
  overflow: visible;
}
#lss_wrapper #lss_simple_lcl #origin_form .option-box#op2 {
  margin-bottom: 40px;
}
#lss_wrapper #lss_simple_lcl #origin_form .option-box#op2 .toss-input-zen {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#lss_wrapper #lss_simple_lcl #origin_form .option-box#op3 {
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  #lss_wrapper #lss_simple_lcl #origin_form .option-box#op3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lss_wrapper #lss_simple_lcl #origin_form .option-box#op3 .toss-input-zen {
  margin-bottom: unset;
  -ms-flex-preferred-size: 317px;
      flex-basis: 317px;
}
@media screen and (max-width: 1280px) {
  #lss_wrapper #lss_simple_lcl #origin_form .option-box#op3 .toss-input-zen {
    -ms-flex-preferred-size: 336px;
        flex-basis: 336px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 600px) {
  #lss_wrapper #lss_simple_lcl #origin_form .option-box#op3 .toss-input-zen {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#lss_wrapper #lss_simple_lcl #origin_form .option-box .section-title {
  margin-bottom: 0px;
}
#lss_wrapper .section-title {
  margin-bottom: 40px;
}
#lss_wrapper #license_form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
}
#lss_wrapper #license_form .license-form-container {
  width: 340px;
}
#lss_wrapper #license_form .license-form-container .input-container:last-child {
  margin-bottom: 0px !important;
}
#lss_wrapper #submit_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#lss_wrapper #submit_container #license_form_submit {
  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;
  border-radius: 10px;
  background-color: #2755f9;
  height: 56px;
  width: 340px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
#lss_wrapper #submit_container #license_form_submit.off {
  opacity: 0.3;
}
#lss_wrapper #license_list_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  max-width: 720px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lss_wrapper #license_list_head h4 {
  margin: unset;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 150%;
  font-family: "Pretendard Variable";
  color: #3f4249;
}
@media screen and (max-width: 370px) {
  #lss_wrapper #license_list_head h4 {
    font-size: 20px;
  }
}
#lss_wrapper #license_list_head .list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#lss_wrapper #license_list_head .list-menu .list-menu-btn {
  text-align: center;
  padding: 0px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 150%;
  font-weight: 600;
  font-family: "Pretendard Variable";
  color: #fff;
  height: 40px;
  border-radius: 999px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  cursor: pointer;
}
#lss_wrapper #license_list_head .list-menu .list-menu-btn.add {
  background-color: #535660;
}
#lss_wrapper #license_list_head .list-menu .list-menu-btn.add:hover {
  background-color: #6b6f7c;
}
#lss_wrapper #license_list_head .list-menu .list-menu-btn.create {
  background-color: #2755f9;
}
#lss_wrapper #license_list_head .list-menu .list-menu-btn.create:hover {
  background-color: #5277fa;
}
#lss_wrapper #license_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 720px;
  gap: 20px;
}
#lss_wrapper #license_list h4 {
  width: 100%;
  position: relative;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 150%;
  display: inline-block;
  font-family: "Pretendard Variable";
  color: #2755f9;
  text-align: left;
}
#lss_wrapper #license_list .license-list-null {
  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;
  min-height: 600px;
  font-size: 18px;
  font-weight: 300;
  color: #aaa;
}
#lss_wrapper #license_list .license-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 20px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  #lss_wrapper #license_list .license-list-container {
    gap: 10px;
  }
}
#lss_wrapper #license_list .license-list-container .list-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  #lss_wrapper #license_list .license-list-container .list-content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lss_wrapper #license_list .license-list-container .list-content-box > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: keep-all;
}
#lss_wrapper #license_list .license-list-container .list-content-box > div .list-title {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 150%;
  font-weight: 500;
  color: #898f9e;
}
#lss_wrapper #license_list .license-list-container .list-content-box > div .list-content {
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 150%;
  font-weight: 600;
  color: #3f4249;
}
#lss_wrapper #license_list .license-list-container .list-content-ctl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#lss_wrapper #license_list .license-list-container .list-content-ctl .ctl-btn {
  border-radius: 10px;
  letter-spacing: -0.02em;
  line-height: 100%;
  font-weight: 600;
  background-color: #f1f3f8;
  width: 60px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #3f4249;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
#lss_wrapper #license_list .license-list-container .list-content-ctl .ctl-btn:hover {
  background-color: #e4e7ec;
  color: #2755f9;
}