h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.green {
  font-size: inherit;
  font-weight: 500;
  color: #25b76b;
}

.yellow {
  font-size: inherit;
  font-weight: 400;
  color: #ffd439;
}

.orange {
  font-size: inherit;
  font-weight: inherit;
  color: #ff6e00;
}

.red {
  font-size: inherit;
  font-weight: 400 !important;
  color: #f06464;
}

.blue {
  color: var(--accent-color);
}

.mobile-delete {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
@media (min-width: 0px) and (max-width: 799px) {
  .mobile-delete {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 799px) {
  .pc {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 799px) {
  .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#inventory_sys_guide_container {
  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;
  text-align: center;
  color: #fff;
  background: url(../img/inventory_sys_guide/bg_invetory_sys_guide_01.webp) 50% no-repeat;
  background-size: cover;
  background-color: black;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container {
    padding: 0 20px;
  }
}
#inventory_sys_guide_container #tab_inventory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 30px;
}
@media screen and (width <= 720px) {
  #inventory_sys_guide_container #tab_inventory {
    padding-top: 40px;
  }
}
#inventory_sys_guide_container #tab_inventory ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1200px;
  border-bottom: 1px solid #222;
}
#inventory_sys_guide_container #tab_inventory ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  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;
  padding: 0 10px;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid transparent;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
}
#inventory_sys_guide_container #tab_inventory ul li.selected {
  border-color: #fff;
}
#inventory_sys_guide_container #tab_inventory ul li:active {
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #inventory_sys_guide_container #tab_inventory ul li:hover {
    border-color: #fff;
  }
}
#inventory_sys_guide_container .tab-3pl-type {
  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;
  gap: 10px;
  margin-bottom: 60px;
}
#inventory_sys_guide_container .tab-3pl-type div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  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;
  height: 44px;
  color: #fff;
  background-color: #333;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
#inventory_sys_guide_container .tab-3pl-type div.selected {
  color: #000;
  background-color: #fff;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide {
  -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: 80px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .intro-wrap {
  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: 80px;
  width: 100%;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .intro-wrap .title-wrap {
  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: 20px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .intro-wrap .title-wrap .sub-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .intro-wrap .title-wrap .desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .intro-wrap .title-wrap .desc br {
  display: none;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .intro-wrap .title-wrap .desc br {
    display: block;
  }
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .intro-wrap .title-wrap p {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .intro-wrap .desc-wrap {
  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: 40px;
  width: 100%;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .intro-wrap .desc-wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .intro-wrap .desc-wrap .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.5px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .intro-wrap .desc-wrap .img-box img {
  width: 30px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .intro-wrap .desc-wrap p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap {
  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;
  padding: 80px 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 60px 10px;
  width: 100%;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
  backdrop-filter: blur(75px);
  border-radius: 24px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .purchase h3 {
    max-width: 189px;
  }
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .purchase .img-wrap {
  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: 30px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .purchase .img-wrap .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .purchase .img-wrap .img-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .purchase .img-wrap .img-box img {
  width: 100%;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .write {
  gap: 50px;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .write h3 {
    max-width: 195px;
  }
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .write .img-wrap {
  width: 170px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .write .img-wrap img {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check h3 {
    max-width: 228px;
  }
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap {
  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: 20px;
  padding: 30px 10px;
  width: 100%;
  max-width: 670px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 24px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .inventory-card {
  width: 100%;
  max-width: 610px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .inventory-card img {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .inventory-card img {
    content: url(../img/inventory_sys_guide/img_invetory_card_mobile.png);
    max-width: 240px;
  }
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .card-ex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  max-width: 380px;
  color: var(--second-color);
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .card-ex ul li {
  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: 10px;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  padding: 16px 0;
  width: 100%;
  max-width: 120px;
  min-width: 95px;
  width: 120px;
  border-radius: 10px;
  background: #ffffff;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .card-ex ul li .name {
  font-size: 14px;
  font-weight: 600;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .card-ex ul li .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .card-ex ul {
    max-width: 300px;
  }
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .card-ex ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .card-ex ul li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .card-ex ul li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .card-ex ul li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .card-ex ul li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check .inventory-card-wrap .card-ex ul li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check p br {
  display: none;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .check p br {
    display: block;
  }
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .send {
  gap: 50px;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .send h3 {
    max-width: 227px;
  }
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .send .inventory-list-img {
  width: 100%;
  max-width: 280px;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .guide-wrap .send .inventory-list-img img {
  width: 100%;
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .btn-wrap {
    -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
            order: 99999;
  }
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .btn-wrap .btn-inventory {
  width: 260px;
  height: 50px;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap .inventory_sys_guide .notice {
    text-align: left;
  }
}
#inventory_sys_guide_container .section_wrap .inventory_sys_guide .notice li {
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.04em;
}
#inventory_sys_guide_container .section_wrap #foreign .service-wrap {
  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;
  gap: 20px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap #foreign .service-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#inventory_sys_guide_container .section_wrap #foreign .service-wrap li {
  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: 20px;
  width: 250px;
  padding: 24px 0;
  background: rgba(247, 249, 254, 0.1);
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
  backdrop-filter: blur(75px);
  border-radius: 24px;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap #foreign .service-wrap li {
    width: 100%;
  }
}
#inventory_sys_guide_container .section_wrap #foreign .service-wrap li .name {
  font-size: 15px;
  font-weight: 400;
}
#inventory_sys_guide_container .section_wrap #foreign .service-wrap li .summary {
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: var(--accent-color);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
}
#inventory_sys_guide_container .section_wrap #foreign .service-wrap li .desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .price-box-wrap {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 30px;
  width: 100%;
  max-width: 800px;
  background: rgba(247, 249, 254, 0.1);
  backdrop-filter: blur(75px);
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
  border-radius: 24px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .price-box-wrap .title {
  font-size: 17px;
  font-weight: 400;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .price-box-wrap .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .price-box-wrap .price-wrap li {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 19.5px 0;
  background: #f7f9fe;
  border-radius: 10px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .price-box-wrap .price-wrap li .name {
  font-weight: 500;
  font-size: 15px;
  color: var(--second-color);
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .price-box-wrap .price-wrap li .price {
  font-size: 16px;
  font-weight: 600;
  color: var(--accent-color);
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .price-box-wrap p {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step01 {
  gap: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step01 .price-wrap li {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5 1 calc(25% - 10px);
          flex: 0.5 1 calc(25% - 10px);
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step01 .price-wrap li {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5 1 calc(50% - 10px);
            flex: 0.5 1 calc(50% - 10px);
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step02 .price-wrap li {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5 1 calc(50% - 10px);
          flex: 0.5 1 calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 15px 10px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step02 .price-wrap li .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step02 .price-wrap li .name::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #bbc1d0;
  border-radius: 50%;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step02 .price-wrap li .price {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 0px) and (max-width: 599px) {
  #inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step02 .price-wrap li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step02 p.red {
  font-weight: 400;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .process-wrap {
  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;
  gap: 40px;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .process-wrap {
    gap: 20px;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  #inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .process-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .process-wrap .p01 img {
  width: 127px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .process-wrap .p02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .process-wrap .p02 img {
  width: 50px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .process-wrap .p02 p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .process-wrap .p03 img {
  width: 184px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .process-wrap .arrow img {
  width: 24px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .process-wrap .arrow.icon02 {
  width: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .price-box-wrap {
  padding: 20px;
  gap: 30px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .price-box-wrap .price-wrap {
  width: 100%;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .price-box-wrap .price-wrap li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .price-box-wrap p {
    max-width: 290px;
  }
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step03 .price-box-wrap p.red {
  font-weight: 400;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(247, 249, 254, 0.9);
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
  border-radius: 24px;
  gap: 20px;
  padding: 20px;
  width: 100%;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--accent-color);
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap ul li {
  gap: 16px;
  padding: 16px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 0px) and (max-width: 799px) {
  #inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap ul li {
    width: 100%;
  }
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap ul li:last-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap ul li .name,
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap ul li .price {
  font-size: 15px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap ul li .price-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 359px) {
  #inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap ul li .price-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
  }
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap ul li .price-detail li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 10px;
  padding: 0;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 359px) {
  #inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap ul li .price-detail li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
  }
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .box-wrap ul li .customize {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: var(--accent-color);
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .plus {
  -ms-flex-item-align: center;
      align-self: center;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 0 0 0;
  width: 100%;
  background: rgba(247, 249, 254, 0.9);
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
  border-radius: 24px;
  overflow: hidden;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price .title {
  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;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price .title img {
  width: 21px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price .title span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--accent-color);
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price .price-notice {
  padding: 0 10px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price .price-notice p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--accent-color);
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table {
  width: 100%;
  background: #f7f9fe;
  overflow-x: auto;
  container-type: inline-size;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table::-webkit-scrollbar {
  padding-top: 2px;
  height: 6px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #f4f6fb;
  border-radius: 24px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table::-webkit-scrollbar-thumb {
  height: 6px;
  background: #bbc1d0;
  border-radius: 999px;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table * {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: var(--second-color);
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table table {
  --table-min-w: 700px;
  min-width: var(--table-min-w);
  width: 100%;
  table-layout: fixed;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table table tr th {
  border: none;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table table tr th div {
  padding: 16px 0;
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table table tr td {
  border-top: 1px solid rgba(187, 193, 208, 0.2470588235);
}
#inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table table tr td div {
  padding: 16px 0;
}
@container (max-width : 699px) {
  #inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table table th:first-of-type,
  #inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table table td:first-of-type {
    position: sticky;
    left: 0;
    background: #f7f9fe;
    -webkit-box-shadow: 3px 0px 3px -2px #e9eaef;
            box-shadow: 3px 0px 3px -2px #e9eaef;
    z-index: 1;
  }
  #inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table table th.m-sticky div,
  #inventory_sys_guide_container .section_wrap #domestic .intro-wrap .desc-wrap .step04 .price-box .add-price #cj-price-table table td.m-sticky div {
    position: sticky;
    left: calc(var(--table-min-w) / 8);
    width: calc(100vw - 60px - 40px - var(--table-min-w) / 8);
    padding-right: 6px;
    padding-left: 6px;
  }
}
#inventory_sys_guide_container .section_wrap #domestic .guide-wrap .write .middle-wrap {
  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: 20px;
}
#inventory_sys_guide_container .section_wrap #domestic .guide-wrap .write .middle-wrap span {
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#inventory_sys_guide_container .section_wrap #domestic .guide-wrap .write .add-desc {
  margin-top: -10px;
  line-height: 26px;
}
#inventory_sys_guide_container .section_wrap #domestic .guide-wrap .check p br {
  display: block;
}
#inventory_sys_guide_container .section_wrap #coupang b {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #308fff;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap {
  -ms-flex-item-align: center;
      align-self: center;
  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: 30px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 60px;
  max-width: 720px;
  text-align: center;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap .intro-tit-con {
  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: 10px;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap .intro-tit-con h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap .intro-tit-con h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap .intro-tit-con div {
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 999px;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap .intro-tit-con div img {
  width: 240px;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap .intro-desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  color: #b1b1b1;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap .intro-notice-box-con {
  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;
  padding: 20px;
  width: 100%;
  text-align: left;
  background-color: #333;
  border-radius: 16px;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap .intro-notice-box-con li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap .intro-notice-box-con ol {
  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;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap .intro-notice-box-con ol li {
  margin-left: 18px;
  padding-left: 4px;
  color: #b1b1b1;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap .intro-notice-con ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#inventory_sys_guide_container .section_wrap #coupang .intro-wrap .intro-notice-con ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  color: #b1b1b1;
  text-align: center;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap {
  padding-top: 20px;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
@media screen and (width <= 720px) {
  #inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 540px;
          flex: 0 1 540px;
  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;
  padding: 30px;
  background-color: #111;
  border-radius: 30px;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-card-notice {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 6px;
  padding: 20px 0;
  border-bottom: 1px solid #222;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt .opt-info {
  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: 6px;
}
@media screen and (width < 350px) {
  #inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt .opt-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt .opt-info span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt ul {
  gap: 6px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt ul li {
  margin-left: 15px;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt ul li::before {
  margin-right: 20px;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt ol {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 6px;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: unset;
}
@media screen and (width <= 300px) {
  #inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt li .price {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt li span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt li .price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-board .price-opt .opt-notice {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  color: #b1b1b1;
  text-align: left;
  width: 100%;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-opt.add-notice p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 6px;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-opt.add-notice p:last-child {
  margin-bottom: 10px;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-opt.add-notice ul {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#inventory_sys_guide_container .section_wrap #coupang .guide-wrap .price-card-group .price-card .price-opt.add-notice ul li {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
}
#inventory_sys_guide_container .section_wrap #coupang .btns {
  width: 100%;
  max-width: 340px;
  height: 44px;
}