@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* ========================================
   Typography - Pretendard Font Styles (Mixins)
   ======================================== */
/* ========================================
   Dropdown Component (Native Select)
   ======================================== */
.dropdown {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  color: #000000;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='m9.532 13.379.425.425.424-.425 5.531-5.531-.424-.424L15.063 7l-5.107 5.105L4.85 7l-.848.848 5.53 5.53Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
  transition: border-color 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown:hover:not(:disabled) {
  border-color: #000000;
}
.dropdown:focus {
  outline: none;
  border-color: #000000;
}
.dropdown:invalid, .dropdown:has(option[disabled]:checked) {
  color: #d4d4d4;
}
.dropdown:disabled {
  background-color: #f5f5f5;
  color: #9f9f9f;
  cursor: not-allowed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='m9.532 13.379.425.425.424-.425 5.531-5.531-.424-.424L15.063 7l-5.107 5.105L4.85 7l-.848.848 5.53 5.53Z'/%3E%3C/svg%3E");
  opacity: 1;
}
.dropdown:disabled:hover {
  border-color: #d4d4d4;
}
.dropdown option {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #000000;
  background-color: #ffffff;
  padding: 16px;
}
.dropdown option:disabled {
  color: #d4d4d4;
}
.dropdown option:checked {
  background-color: #ffffff;
}

.design-guide-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.design-guide-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
