@charset "UTF-8";
article.layer-pop.event-popup {
  width: 450px;
  height: 624.38px;
  transform: translate(-50%, -50%); }
  @media (max-width: 768px) {
    article.layer-pop.event-popup {
      width: 280px;
      height: 420px; } }
  article.layer-pop.event-popup .wrap {
    padding: 0;
    overflow-y: clip;
    border-radius: 10px; }
    article.layer-pop.event-popup .wrap .main-event {
      background-color: #000000;
      width: 100%;
      height: 100%; }
      article.layer-pop.event-popup .wrap .main-event img {
        width: 100%;
        object-fit: contain; }
    article.layer-pop.event-popup .wrap .view-option {
      display: flex;
      justify-content: center;
      position: relative;
      width: 100%;
      top: -27px;
      margin: 0 auto;
      font-family: 'NotoSansKR';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      /* identical to box height, or 100% */
      color: #999999; }
      article.layer-pop.event-popup .wrap .view-option input {
        margin: 0; }
      @media (max-width: 768px) {
        article.layer-pop.event-popup .wrap .view-option {
          line-height: 14px;
          height: 14px;
          top: -67px; } }
      article.layer-pop.event-popup .wrap .view-option label {
        width: 20px;
        height: 20px;
        top: 1px;
        margin-right: 5px;
        background: #FFFFFF;
        border: 1px solid #AAAAAA;
        border-radius: 3px;
        cursor: pointer; }
        @media (max-width: 768px) {
          article.layer-pop.event-popup .wrap .view-option label {
            width: 14px;
            height: 14px;
            top: 0; } }
        article.layer-pop.event-popup .wrap .view-option label.on {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100%;
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='2.5' fill='black' stroke='%23AAAAAA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 6.38569L8.44333 14L4 9.52277L5.34913 8.13708L8.44333 11.2549L14.6509 5L16 6.38569Z' fill='white'/%3E%3C/svg%3E%0A"); }
      article.layer-pop.event-popup .wrap .view-option.iphone {
        left: -5px; }
      article.layer-pop.event-popup .wrap .view-option .text {
        cursor: pointer;
        font-size: 14px; }
        @media (max-width: 768px) {
          article.layer-pop.event-popup .wrap .view-option .text {
            font-size: 12px;
            line-height: 12px; } }
    article.layer-pop.event-popup .wrap .bt_yel_block {
      width: 250px;
      height: 40px;
      line-height: 38px;
      margin: 0 auto;
      top: -91px;
      font-family: 'NotoSansKR';
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      cursor: pointer; }
      @media (max-width: 768px) {
        article.layer-pop.event-popup .wrap .bt_yel_block {
          top: -58px;
          height: 44px;
          width: 100%;
          border-radius: unset;
          font-size: 20px;
          line-height: 44px;
          /* identical to box height, or 100% */
          text-align: center;
          letter-spacing: -0.03em; } }
    article.layer-pop.event-popup .wrap .layer-close-btn {
      position: absolute;
      width: 60px;
      height: 60px;
      top: 10px;
      right: 10px;
      background-image: url("images/icon_X.svg"); }
      @media (max-width: 768px) {
        article.layer-pop.event-popup .wrap .layer-close-btn {
          width: 40px;
          height: 40px;
          top: 0;
          right: 0; } }
article.layer-pop.address {
  width: 360px;
  height: 580px;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 20px 0px #0000004D;
  text-align: center; }
  @media (max-width: 768px) {
    article.layer-pop.address {
      width: 320px;
      height: 580px;
      top: 5vh;
      transform: translateX(-50%); } }
  article.layer-pop.address a.layer-close-btn {
    position: absolute;
    background: url("../images/estimate/ic_layer_close.svg") no-repeat center/cover;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 20px; }
    @media (max-width: 768px) {
      article.layer-pop.address a.layer-close-btn {
        width: 22px;
        height: 22px;
        top: 17px; } }
  article.layer-pop.address .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 29px;
    margin-top: 9px;
    color: #333333; }
    @media (max-width: 768px) {
      article.layer-pop.address .title {
        margin-bottom: 21px;
        margin-top: 1px; } }
  article.layer-pop.address li {
    position: relative;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    margin-bottom: 5px; }
    article.layer-pop.address li.error input {
      background: rgba(255, 0, 0, 0.1) !important;
      color: #FF0000 !important; }
      article.layer-pop.address li.error input::placeholder {
        color: #FF0000 !important; }
    article.layer-pop.address li.error .adr.item {
      border: 1px solid #FF0000 !important; }
      article.layer-pop.address li.error .adr.item:before {
        background: url(../images/ic_place_error.svg) no-repeat left center/20px 20px;
        color: #FF0000; }
    article.layer-pop.address li.success .adr.item {
      border: 3px solid #FBBE18; }
      article.layer-pop.address li.success .adr.item input[type=text] {
        width: 312px; }
        @media (max-width: 768px) {
          article.layer-pop.address li.success .adr.item input[type=text] {
            width: 272px; } }
    article.layer-pop.address li .item {
      min-height: 38px; }
      article.layer-pop.address li .item.adr:before {
        content: '주소';
        position: absolute;
        left: 8px;
        top: 20px;
        transform: translateY(-50%);
        margin-right: 5px;
        background: url(../images/ic_place.svg) no-repeat left center/20px 20px;
        padding-left: 22px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        z-index: 10;
        font-size: 15px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: -0.04em;
        text-align: left;
        color: #666; }
        @media (max-width: 768px) {
          article.layer-pop.address li .item.adr:before {
            left: 7px; } }
      article.layer-pop.address li .item.adr #addressDiv {
        border-radius: 0 0 5px 5px !important;
        border-top: 1px solid #e8e8e8; }
        article.layer-pop.address li .item.adr #addressDiv .addressDetail {
          height: 40px;
          border: none; }
          article.layer-pop.address li .item.adr #addressDiv .addressDetail:last-child {
            border: none !important; }
      article.layer-pop.address li .item.adr input[type=text] {
        font-size: 14px;
        padding-left: 85px !important;
        line-height: 38px;
        width: 100%;
        color: #000000;
        border-radius: 5px; }
        @media (max-width: 768px) {
          article.layer-pop.address li .item.adr input[type=text] {
            padding-left: 85px !important; } }
      article.layer-pop.address li .item.detail:before {
        content: '상세 주소';
        position: absolute;
        left: 0px;
        top: 20px;
        transform: translateY(-50%);
        margin-right: 5px;
        padding-left: 10px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        z-index: 10;
        font-size: 15px;
        letter-spacing: -0.5px;
        color: #666; }
        @media (max-width: 768px) {
          article.layer-pop.address li .item.detail:before {
            padding-left: 10px; } }
      article.layer-pop.address li .item.detail input[type=text] {
        font-size: 14px;
        padding-left: 85px !important;
        line-height: 38px;
        width: 100%;
        color: #000000;
        border-radius: 5px; }
        @media (max-width: 768px) {
          article.layer-pop.address li .item.detail input[type=text] {
            padding-left: 85px !important; } }
      article.layer-pop.address li .item.company_name:before {
        content: '상호명';
        position: absolute;
        left: 0px;
        top: 20px;
        transform: translateY(-50%);
        margin-right: 5px;
        padding-left: 10px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        z-index: 10;
        font-size: 15px;
        letter-spacing: -0.5px;
        color: #666; }
        @media (max-width: 768px) {
          article.layer-pop.address li .item.company_name:before {
            padding-left: 10px; } }
      article.layer-pop.address li .item.company_name input[type=text] {
        font-size: 14px;
        padding-left: 85px !important;
        line-height: 38px;
        width: 100%;
        color: #000000;
        border-radius: 5px; }
        @media (max-width: 768px) {
          article.layer-pop.address li .item.company_name input[type=text] {
            padding-left: 85px !important; } }
      article.layer-pop.address li .item.shipping_date:before {
        content: '배송요청일';
        position: absolute;
        left: 0px;
        top: 20px;
        transform: translateY(-50%);
        margin-right: 5px;
        padding-left: 10px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        z-index: 10;
        font-size: 15px;
        letter-spacing: -0.5px;
        color: #666; }
        @media (max-width: 768px) {
          article.layer-pop.address li .item.shipping_date:before {
            padding-left: 10px; } }
      article.layer-pop.address li .item.shipping_date input[type=text] {
        font-size: 14px;
        padding-left: 85px !important;
        line-height: 38px;
        width: 100%;
        color: #000000;
        border-radius: 5px; }
        @media (max-width: 768px) {
          article.layer-pop.address li .item.shipping_date input[type=text] {
            padding-left: 85px !important; } }
  article.layer-pop.address .button {
    cursor: pointer;
    position: absolute;
    width: 280px;
    height: 60px;
    line-height: 60px;
    background-color: #FBBE18;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #333333;
    text-align: center; }
  article.layer-pop.address .calendar {
    display: none; }

.custom-order-modal-bg {
  position: fixed;
  z-index: 9999;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.18);
  display: none;
  align-items: center;
  justify-content: center; }

.custom-order-modal {
  background: #fff;
  color: #23272c;
  border-radius: 22px;
  box-shadow: 0 8px 36px 0 rgba(35, 39, 44, 0.13);
  width: 400px;
  max-width: 95vw;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: 'NotoSansKR';
  padding: 0 0 24px 0; }
  @media (max-width: 400px) {
    .custom-order-modal {
      width: 90vw;
      border-radius: 14px;
      padding: 15px; } }

.custom-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #a3a3a3;
  font-size: 2.1rem;
  opacity: 0.7;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  transition: opacity .15s, color .15s; }
  .custom-close-btn:hover {
    opacity: 1;
    color: #FFB400; }
  @media (max-width: 400px) {
    .custom-close-btn {
      top: 12px;
      right: 10px;
      font-size: 1.6rem; } }

.custom-modal-title {
  font-size: 1.17rem;
  font-weight: 700;
  color: #23272c;
  text-align: center;
  padding: 36px 32px 15px 32px;
  line-height: 1.55; }
  .custom-modal-title .highlight {
    font-weight: 700;
    background: linear-gradient(90deg, #fff5d1 99%, transparent 100%);
    color: #23272c;
    padding: 0;
    border-radius: 3px; }
  @media (max-width: 400px) {
    .custom-modal-title {
      font-size: 1.0rem;
      padding: 22px 8px 9px 8px; } }

.modal-list {
  padding: 0 32px;
  margin-bottom: 16px;
  font-size: 0.99rem;
  padding-left: 64px; }
  .modal-list li {
    list-style: disc;
    margin-bottom: 7px;
    line-height: 1.6;
    word-break: break-all; }
    .modal-list li .point {
      color: #23272c;
      font-weight: 600; }
    .modal-list li a {
      color: #FFB400;
      text-decoration: underline; }
      .modal-list li a:hover {
        color: #cf9100; }
  @media (max-width: 400px) {
    .modal-list {
      font-size: 0.88rem;
      padding: 0 15px;
      padding-left: 38px; } }

.custom-check {
  font-size: 0.96rem;
  margin: 10px 32px 18px 32px;
  display: flex;
  align-items: flex-start;
  gap: 8px; }
  .custom-check input[type="checkbox"] {
    margin-top: 3px;
    accent-color: #FFB400;
    width: 18px;
    height: 18px;
    min-width: 18px;
    display: inline-block;
    opacity: 1;
    appearance: auto; }
  .custom-check label {
    flex: 1;
    font-size: 1em;
    font-weight: 400;
    color: #444; }
  .custom-check .blue-link {
    color: #FFB400;
    margin-left: 4px;
    font-size: 0.97em;
    font-weight: 500; }
  @media (max-width: 400px) {
    .custom-check {
      font-size: 0.90rem;
      margin: 8px 8px 12px 8px; }
      .custom-check .blue-link {
        font-size: 0.92em; } }

.custom-confirm-btn {
  width: calc(100% - 64px);
  margin: 0 auto;
  display: block;
  font-weight: 700;
  background: #fbbe18;
  border: none;
  border-radius: 12px;
  font-size: 1.09rem;
  letter-spacing: 0.08em;
  padding: 14px 0;
  color: #23272c;
  box-shadow: 0 2px 10px 0 rgba(255, 180, 0, 0.08);
  cursor: pointer;
  transition: background .2s, opacity .2s; }
  .custom-confirm-btn:disabled {
    background: #ffe8a1;
    opacity: 0.60;
    color: #b5a76d;
    cursor: not-allowed; }
  @media (max-width: 400px) {
    .custom-confirm-btn {
      font-size: 0.97rem;
      padding: 11px 0;
      width: calc(100% - 20px); } }
