/* Q+ MCCMG0260 */
.mccm-modal-q-MCCMG0260 .modaal-container {
  width: 90% !important;
  margin: 0 auto;
}

.mccm-modal-q-MCCMG0260 .modaal-content-container {
  padding: 30px 20px 30px 20px !important;
}

.mccm-modal-q-MCCMG0260 .font-red {
  color: #E50000
}

.mccm-modal-q-MCCMG0260 .q-error-mes {
  margin-top: 0.2em !important;
}

.mccm-modal-q-MCCMG0260 .p-tit {
  border-bottom: 1px solid #000000;
  padding-bottom: 1em;
  justify-content: center;
}

.mccm-modal-q-MCCMG0260 .p-tit h3 big {
  text-align: center;
}

/* === custom css style === */

.mccm-modal-q-MCCMG0260 .scroll-wrapper {
  position: relative;
  padding-right: 10px;
}

.mccm-modal-q-MCCMG0260 .scroll-wrapper_box {
  position: relative;
  padding-right: 20px;
  overflow: hidden;
}

.mccm-modal-q-MCCMG0260 .scroll-container_box {
  overflow-y: auto;
  max-height: 50vh;
  padding-right: 10px;
  margin-right: -20px;
}

.mccm-modal-q-MCCMG0260 .p-product-list {
  display: block;
  justify-content: space-between;
  padding-bottom: 1em;
  padding-right: 10px;
  margin-right: -20px;
}

.mccm-modal-q-MCCMG0260 .scroll-container_box::-webkit-scrollbar {
  width: 4px;
}

.mccm-modal-q-MCCMG0260 .scroll-container_box::-webkit-scrollbar-thumb {
  background: #D84190;
  border-radius: 4px;
}

.mccm-modal-q-MCCMG0260 .scroll-container_box::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.mccm-modal-q-MCCMG0260 .p-product-item .p-product-img {
  width: 34%;
  gap: 10px 10px;
}

.mccm-modal-q-MCCMG0260 .p-product-item .p-product-info {
  width: 66%;
  gap: 20px 20px;
  position: relative;
}

.mccm-modal-q-MCCMG0260 .p-product-item {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  padding: 0 2px;
  /* margin-right: 2em; */
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #CFCFD0;
  gap: 0.4em;
}

.mccm-modal-q-MCCMG0260 .p-productlist__box_item--prc {
  min-height: 44.8px;
  margin-top: 10px;
}

.mccm-modal-q-MCCMG0260 .q-font1 {
  font-size: 1rem;
}

.mccm-modal-q-MCCMG0260 .q-font2 {
  font-size: 1.5rem;
}

.mccm-modal-q-MCCMG0260 .q-font3 {
  font-size: 1rem;
}

.mccm-modal-q-MCCMG0260 .q-font4 {
  font-size: 1rem;
}

.mccm-modal-q-MCCMG0260 .q-font5 {
  font-size: 1rem;
}

.mccm-modal-q-MCCMG0260 .q-font6 {
  text-decoration: line-through;
}

.mccm-modal-q-MCCMG0260 .p-productlist__box_item--tit {
  height:unset;
  padding: 0;
  margin: 0;
  line-height: 1.5rem;
}

.mccm-modal-q-MCCMG0260 .p-productlist__box_item--tit big {
  font-size: 1.5rem;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  body .is_sw-sp {
    display: none !important;
  }

  .mccm-modal-q-MCCMG0260 .modaal-container {
    width: 745px !important;
    margin: 0 auto;
  }

  .mccm-modal-q-MCCMG0260 .modaal-content-container {
    padding: 30px 57px 30px 57px !important;
  }

  .mccm-modal-q-MCCMG0260 .p-product-list {
    display: block;
    /* justify-content: space-between; */
    overflow-x: hidden;
    /* white-space: nowrap; */
    padding-bottom: 1em;
    height: auto;
  }

  .mccm-modal-q-MCCMG0260 .p-product-list::-webkit-scrollbar {
    height: 4px;
  }

  .mccm-modal-q-MCCMG0260 .p-product-list::-webkit-scrollbar-thumb {
    background: #D84190;
    border-radius: 4px;
  }

  .mccm-modal-q-MCCMG0260 .p-product-list::-webkit-scrollbar-track {
    background: #f0f0f0;
  }

  .mccm-modal-q-MCCMG0260 .p-product-item .p-product-img {
    width: 20%;
    gap: 10px 10px;
  }

  .mccm-modal-q-MCCMG0260 .p-product-item .p-product-info {
    width: 75%;
    gap: 20px 20px;
    position: relative;
    display: grid;
  }

  .mccm-modal-q-MCCMG0260 .p-product-item {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 94%;
    gap: 1em;

  }

  .mccm-modal-q-MCCMG0260 .p-productlist__box_item--prc {
    min-height: 44.8px;
    margin-top: 10px;
  }

  .mccm-modal-q-MCCMG0260 .scroll-wrapper {
    position: relative;
    max-height: unset;
    padding-right: unset;
    overflow: unset;
  }

  .mccm-modal-q-MCCMG0260 .scroll-wrapper_box {
    position: relative;
    padding-right: 0px;
    overflow: hidden;
  }

  .mccm-modal-q-MCCMG0260 .scroll-container_box {
    overflow-x: hidden;
    padding-right: 0px;
    margin-right: 0px;
    overflow-y: auto;
  }

  .mccm-modal-q-MCCMG0260 .p-product-box {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.mccmp0590_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999;
  background-color: #ffffff;
  opacity: 0.5;
}

.mccmp0590_screen {
  width: 100%;
  height: 100%;
  display: flex;
}

.mccmp0590_loading img {
  height: 120px;
  width: 120px;
  margin: auto;
}
.mccmp0590_form_submit a {
  cursor: pointer;
}
