@charset "utf-8";

/* Common */
.opt-tbl { width:100%; border-collapse:collapse; padding:0px; margin:0 0 15px; border:0px; border:1px solid #ddd; border-bottom:0px; background:#fff;}
.opt-tbl th { width:120px; text-align:center; padding:8px 10px; border-bottom:1px solid #ddd; background:#fafafa; white-space:nowrap;}
.opt-tbl td { padding:8px 10px; border-bottom:1px solid #ddd;}
.bsk-tbl th { text-align:center; }
.bsk-tbl .well { margin:6px 0px !important; }
.bsk-tbl .well ul  { padding:0; padding-left:15px; margin:0; }
.bsk-tbl .well li  { font-size:12px; }
.item-img { display:inline-block; position:relative; overflow:hidden; text-align:center; }
.item-type { position:absolute; left:0; bottom:0; background: rgba(0, 0, 0, 0.2); width:100%; color: rgb(255,255,255); padding:1px; font-size:8px; letter-spacing:-1px; }
.addr-line { margin-bottom:7px; }
.radio-line label { margin-right:20px; line-height:24px; cursor:pointer; }
.radio-line label span { vertical-align:middle; }

#sod_frm_escrow { margin:0px; }
#sod_frm_escrow h2 { display:none; }
#sod_frm_escrow img { margin:0 auto 15px }

/* Personal List */
.ppay-container { overflow:hidden; margin-right:-15px; margin-bottom:15px; }
.ppay-box { background:#fff; text-align:center; margin-right:15px; margin-bottom:15px; border: 1px solid rgb(231, 231, 231); transition:0.3s linear; border-image: none; overflow: hidden; position: relative; cursor: default; }
.ppay-box h2 { margin: 0px; padding: 12px 15px 0px; color: rgb(51, 51, 51); font-size: 16px; font-weight: 500; text-align:center; }
.ppay-box p { margin:0px 0px 10px; padding:10px; }
.ppay-box .ppay-fa { padding: 20px 0px 10px; }
.ppay-box .ppay-fa i { color: rgb(97, 97, 97); font-size: 80px; }

/* JSLEE */
/***** 새 CSS *****/
/* 기존 CSS 스타일 추가 */

.info-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f8f8;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .info-text {
    color: #333;
    font-weight: normal;
    text-align: left;
  }
  .btn-bid {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.0em;
    transition: background-color 0.3s, box-shadow 0.3s;
    margin-left: 10px;
  }
  .btn-bid:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .bid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
  }
  .bid-container input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
  }
  .btn-b02 {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.0em;
    transition: background-color 0.3s, box-shadow 0.3s;
  }
  .btn-b02:hover {
    background-color: #218838;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .btn-step {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 10px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
  }

  .btn-step:hover {
    background-color: #e0e0e0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .btn-step:active {
    background-color: #d0d0d0;
  }

  #warning-message {
    display: none;
    color: red;
    font-weight: bold;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
  }

  .image-container {
    position: relative;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    background: #E0E0E0;
    text-align: center;
  }
  .image-container img {
    max-width: 100%;
    height: auto;
  }
  .overlay-top-text {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.0); /* 반투명 배경 */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: bold;
    width: 90%;
    max-width: 380px;
  }
  .overlay-bottom-text {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5); /* 반투명 배경 */
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: bold;
  }

  @media screen and (max-width: 768px) {
    .image-container {
        position: relative;
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        background: #E0E0E0;
        text-align: center;
    }
    .image-container img {
        max-width: 100%;
        height: auto;
    }



    .auction-status {
      display: flex;
      align-items: center;
    }
    .status-text {
      margin-left: 5px;
      font-weight: bold;
    }
    .status-circle {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      animation: blink 1s infinite;
      margin-left: 10px;
    }
    .status-circle.blue {
      background-color: rgb(10, 248, 141);
    }
    .status-circle-noblink.blue {
      background-color: rgb(10, 248, 141);
      animation: none; /* No blinking */
    }
    .status-circle.red {
      background-color: red;
    }
    .status-circle-noblink.red {
      background-color: red;
      animation: none; /* No blinking */
    }
    .status-circle.orange {
      background-color: orange;
    }
    .status-circle-noblink.orange {
      background-color: orange;
      animation: none; /* No blinking */
    }
    .status-circle.gray {
      background-color: rgb(101, 101, 101);
    }
    .status-circle-noblink.gray {
      background-color: rgb(101, 101, 101);
      animation: none; /* No blinking */
    }
    @keyframes blink {
      0% { opacity: 1; }
      50% { opacity: 0; }
      100% { opacity: 1; }
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

