  .export-popup {
    z-index: 9000;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position:fixed;
    left:0px;
    top:0px;
    
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
  }
  
  .export-popup-content {
    width: 508px;  
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;    
    padding: 30px 34px;
    border-radius: 8px;
    background-color: #fff;
  }
  
  .export-popup-content-header {
    height: 24px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  
  .export-popup-content-header-title {  
    height: 21px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  
  .export-popup-content-header-close {
    width: 24px;
    height: 24px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;  
    padding: 0;
    object-fit: contain;
    cursor: pointer;
  }
  
  .export-popup-content-default {  
    align-self: stretch;
    flex-grow: 0;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;  
    padding: 0;
    margin-top: 24px;
  }
  
  .export-popup-content-default-title {  
    height: 17px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #262626;
  }
  
  .export-popup-content-default-account {
    width: 100%;
    margin-top: 4px;
  }
  
  .ms-dd { background:unset;}
      .ms-dd .ms-dd-header { padding: 0px;border-radius: 10px;border: solid 1px #cfcfcf;background-color: #fff;}
      .ms-dd .ms-options { margin-top:-6px;}
      .ms-dd .ms-list-option.option-selected, .ms-dd .ms-optgroup ul .ms-list-option.option-selected {background:unset;border:0;padding: 12px 15px;}
      .ms-dd .ms-dd-option-image, .ms-dd .ms-dd-selected-img { width:28px;height:28px;margin-right:8px;}
      .ms-dd .ms-dd-option-content .ms-dd-label {font-family: Pretendard;font-size: 16px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: 28px;letter-spacing: normal;text-align: center;color: #1b1b1b;}
      .ms-dd .ms-list-option, .ms-dd .ms-optgroup ul .ms-list-option { border:0;padding: 12px 15px;background-color: #fff;}
  
      .ms-list-option:hover,.ms-dd .ms-optgroup ul .ms-list-option:hover{background:#f3f3f3;color:#000}
      .ms-dd .ms-list-option:hover,.ms-dd .ms-optgroup ul .ms-list-option:hover {background:#f3f3f3;color:#000}
      .ms-dd .ms-list-option:hover,.ms-dd .ms-optgroup ul .ms-list-option.option-selected:hover {background:#f3f3f3;color:#000}
      .ms-dd .ms-dd-arrow.ms-dd-pointer-down {background: url(https://d2i2w6ttft7yxi.cloudfront.net/site_img/formMaker/down_arrow_icon.webp);width: 20px;height: 20px;background-size: contain;margin-top: -9px; border:0;}
      .ms-dd .ms-dd-arrow.ms-dd-pointer-up {background: url(https://d2i2w6ttft7yxi.cloudfront.net/site_img/formMaker/down_arrow_icon.webp);width: 20px;height: 20px;background-size: contain;margin-top: -9px; border:0;transform: rotate(180deg);}
  
    .export-popup-content-register-account {    
      align-self: stretch;
      flex-grow: 0;
      display: none;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 14px;    
      padding: 0;
    }
    
    .export-popup-content-register-account-name {
      align-self: stretch;
      flex-grow: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;  
      padding: 0;    
    }
  
    .export-popup-content-register-account-name-text {    
      height: 17px;
      flex-grow: 0;
      font-family: Pretendard;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #262626;
    }
  
    .export-popup-content-register-account-name-input-wrap {
      align-self: stretch;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end;
    }
  
    .export-popup-content-register-account-name-input {
      align-self: stretch;
      height: 52px;
      flex-grow: 0;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 0 14px;
      border-radius: 8px;
      border: solid 1px rgba(125, 125, 125, 0.3);
      background-color: rgba(244, 245, 245, 0.5);
      margin-top: 4px;
    }
  
    .export-popup-content-register-account-name-clear { 
      position:relative; top:-36px; right:10px;
      width: 20px; height: 20px; background: url(https://img.icons8.com/pastel-glyph/2x/cancel.png) center center no-repeat; background-size: 100%;border: none;outline: none;cursor: pointer;}
    
    .export-popup-content-register-account-account {
      align-self: stretch;    
      flex-grow: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;  
      padding: 0;
      margin-top: -6px;
    }
  
    .export-popup-content-register-account-account-title {    
      height: 17px;
      flex-grow: 0;
      font-family: Pretendard;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #262626;
    }
  
    .export-popup-content-register-account-account-info {    
      align-self: stretch;
      flex-grow: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;    
      padding: 0;
      margin-top: 4px;
    }
  
    .export-popup-content-register-account-account-info-bank {
      width: 139px;
      min-width: 139px;
      height: 52px;
    }

    .export-popup-content-register-account-account-info-bank-select {
        box-sizing: border-box;
        height: 52px;
        display: inline-block;
        border-radius: 8px;
        background-color: #f4f5f5;
        width: 100%;
        -webkit-appearance: auto;
        appearance: auto;
        -moz-appearance: auto;
        padding: 0 14px;
        border: solid 1px rgba(125, 125, 125, 0.3);        
        font-size: 16px;
    }

    .export-popup-content-register-account-account-info-account {
      height: 52px;
      width: 100%;
      flex-grow: 1;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;    
      padding: 0 14px;
      border-radius: 8px;
      border: solid 1px rgba(125, 125, 125, 0.3);
      background-color: rgba(244, 245, 245, 0.5);
      margin-left: 8px;
    }
  
  .export-popup-content-register-seller {  
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    border-radius: 8px;
    background-color: #f4f5f5;
    margin-top: 24px;
  }
  
  .export-popup-content-register-seller-desc {    
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  
  .export-popup-content-register-seller-button {  
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;  
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #ff6160;
    margin-top: 10px;
    cursor: pointer;
  }
  
  .export-popup-content-register-seller-button-text {  
    height: 17px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  
  .export-popup-content-info {
    align-self: stretch;
    flex-grow: 0;
    padding: 0;
    display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 20px;
  }
  
  .export-popup-content-info-title {  
    height: 19px;
    flex-grow: 0;  
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  
  .export-popup-content-info-breakdown {
    width: 100%;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 18px 0;
  }
  
  .export-popup-content-info-breakdown-profit {
    width: 100%;
    height: 17px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  
  .export-popup-content-info-breakdown-title {  
    height: 17px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  
  .export-popup-content-info-breakdown-unit {  
    height: 17px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  
  .export-popup-content-info-breakdown-fee {
    width: 100%;
    height: 17px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-top: 12px;
  }
  
  .export-popup-content-info-line {
    width: 100%;
    height: 1.5px;
    flex-grow: 0;
    background-color: #ebebeb;
  }
  
  .export-popup-content-info-result {
    align-self: stretch;
    height: 48px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  
  .export-popup-content-info-result-title {  
    height: 17px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  
  .export-popup-content-info-result-unit {  
    height: 17px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff6d6d;
  }
  
  .export-popup-content-desc {
    width: 100%;  
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;  
    padding: 14px 10px;
    border-radius: 8px;
    background-color: #f4f5f5;
    margin-top: 8px;
  }
  
  .export-popup-content-desc-text {  
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }

  .export-popup-content-desc-text-red {  
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ff6d6d;
  }

  .export-popup-content-desc-text-fee {  
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  
  .export-popup-content-export {
    width: 230px;
    height: 47px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;  
    padding: 14px 40px;
    border-radius: 8px;
    background-color: #ff6160;
    margin-top: 20px;
    cursor: pointer;
  }
  
  .export-popup-content-export-text {  
    height: 19px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }

  .export-popup-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    margin-top: 10px;
  }
  
  .export-popup-checkbox{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    cursor: pointer;
  }
  
  .export-popup-checkbox input{
    width: 18px;
      height: 18px;
    margin: 0;
      margin-right: 5px;
      border: solid 0.9px rgba(36, 36, 36, 0.2);
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer;
      border-radius: 5px;
  }
  
  .export-popup-checkbox input:checked {
      background-image: url(https://d2i2w6ttft7yxi.cloudfront.net/site_img/formMaker/checkbox_icon.webp);
      background-repeat: no-repeat;
      background-size: 100%;
      border: none;
      background-color: #242424;
      border-radius: 5px;
  }
  
  .export-popup-checkbox span{
    font-family: Pretendard;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #242424;
  }
  
  @media (max-width: 548px) {
    .export-popup-content {
      width: 100%;
      min-height: 100%;
      border-radius: 0px;
    } 
  }