@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* ========================================
   Typography - Pretendard Font Styles (Mixins)
   ======================================== */
/* Button Component */
.button-guide .guide-title {
  font-family: Pretendard;
  font-size: 44px;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}
.button-guide .button-section {
  margin-bottom: 80px;
}
.button-guide .button-section .section-title {
  font-family: Pretendard;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
  color: #333;
}
.button-guide .button-preview {
  display: flex;
  gap: 20px;
  align-items: center;
}
.button-guide .button-preview-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.button-guide .button-preview-item p {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #606060;
  margin: 0;
}

.btn {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 8px 20px;
  border-radius: 2px;
  min-width: 100px;
  height: 42px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  white-space: nowrap;
  line-height: 26px;
}
.btn:disabled {
  cursor: not-allowed;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .btn {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn {
    min-width: auto;
    width: 100%;
  }
}

.btn-filled {
  background-color: #000000;
  color: #ffffff;
}
.btn-filled:hover:not(:disabled) {
  background-color: #000000;
}
.btn-filled:disabled {
  background-color: #d4d4d4;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .btn-filled {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn-filled {
    min-width: auto;
    width: 100%;
  }
}

.btn-outlined {
  background-color: transparent;
  color: #000000;
  border: 1px solid #d4d4d4;
}
.btn-outlined:hover:not(:disabled) {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn-outlined:disabled {
  color: #d4d4d4;
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .btn-outlined {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn-outlined {
    min-width: auto;
    width: 100%;
  }
}

.btn-large {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  padding: 16px 20px;
  border-radius: 3px;
  height: 58px;
  max-width: 460px;
  width: 100%;
  line-height: 26px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .btn-large {
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .btn-large {
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
}

.btn-responsive {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 8px 20px;
  border-radius: 2px;
  min-width: 100px;
  height: 38px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  background-color: #000000;
  color: #ffffff;
}
.btn-responsive:hover:not(:disabled) {
  background-color: #000000;
}
.btn-responsive:disabled {
  cursor: not-allowed;
  background-color: #d4d4d4;
  color: #ffffff;
}
@media (max-width: 767px) {
  .btn-responsive {
    width: 100%;
  }
}

.btn-responsive-outlined {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 8px 20px;
  min-width: 100px;
  height: 38px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  background-color: transparent;
  color: #000000;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
}
.btn-responsive-outlined:hover:not(:disabled) {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn-responsive-outlined:disabled {
  cursor: not-allowed;
  background-color: transparent;
  color: #d4d4d4;
}
@media (max-width: 767px) {
  .btn-responsive-outlined {
    width: 100%;
  }
}

/* Radio Button */
.radio-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='5' fill='white' stroke='%23E1E1E1' stroke-width='4'/%3E%3C/svg%3E");
}
.radio-button:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='5' fill='white'/%3E%3Ccircle cx='7' cy='7' r='5' stroke='%23222222' stroke-width='4'/%3E%3C/svg%3E");
}

/* Checkbox */
.checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
  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='3' y='2.5' width='15' height='15' stroke='%23E1E1E1'/%3E%3C/svg%3E");
}
.checkbox:checked {
  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='2.5' y='2' width='16' height='16' fill='%23222222'/%3E%3Cpath d='M6.5 8.61235L9.5 12.4219L14.5 6.42188' stroke='white'/%3E%3C/svg%3E");
}

.checkbox-item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.alert-outlined-btn {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  background-color: white;
  color: #000000;
  border: 1px solid #d4d4d4;
  padding: 16px 0;
  width: 100%;
}
.alert-outlined-btn:hover:not(:disabled) {
  background-color: rgba(0, 0, 0, 0.05);
}
.alert-outlined-btn:disabled {
  color: #d4d4d4;
  background-color: transparent;
}
