/* BASIC css start */
background: url('https://cdn-icons-png.flaticon.com/512/622/622669.png') no-repeat 8px center;
background-size: 18px;



/* °Ë»öÃ¢ ÀüÃ¼ ¿µ¿ª ¿©¹é */
.brand-search-input {
  margin-top: 60px;   /* ¿øÇÏ´Â ¸¸Å­ Á¶Á¤: 40px ±ÇÀå */
  margin-bottom: 20px;
  padding: 10px 12px;
  border: none;
  border-bottom: 1px solid #222;
  width: 100%;
  font-size: 16px;
}

/*  ¤¡¤¤¤§ ÇÊÅÍ ÅÇ ¹öÆ° */
.korean-initial-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.korean-initial-tabs button {
  padding: 6px 10px;
  min-width: 36px;
  font-size: 16px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.korean-initial-tabs button:hover {
  background: #eee;
}

/*  A-Z ÇÊÅÍ ÅÇ ¹öÆ° */
.EN-initial-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.EN-initial-tabs button {
  padding: 6px 10px;
  min-width: 36px;
  font-size: 14px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.EN-initial-tabs button:hover {
  background: #eee;
}


/*  ÃßÃµ ÀÚµ¿¿Ï¼º ¹Ú½º */
.autocomplete-list {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 420px;
  z-index: 2000;
  margin-top: 4px;
  overflow-y: auto;
  max-height: 200px;
}

.autocomplete-list li {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.autocomplete-list li:last-child {
  border-bottom: none;
}

.autocomplete-list li:hover {
  background: #f5f5f5;
}


.menu-brand-search-box {
  padding: 30px 20px 10px;
  background-color: #fff;
}
.brand-search-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #222;
  padding: 10px 12px 10px 36px;
}


/* ºê·£µå ¸®½ºÆ® ·¡ÆÛ */
.all-brand-list-wrap {
  padding: 30px 20px;
  background: #fff;
}



/* °¢ ±×·ì Çì´õ (A, B, C¡¦) */
.all-brand-list-header {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 8px;
}

/* ºê·£µå ¸®½ºÆ® */
.brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  padding-left: 8px;     /*  ¿ÞÂÊ ¿©¹é Ãß°¡ */
}

/* °³º° ºê·£µå Ç×¸ñ */
.brandSearchitem a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 16px;
  min-width: 100px;
  font-size: 14px;
  transition: all 0.2s ease;
}
.brandSearchitem a:hover {
  background: #000;
  color: #fff;
}
.brandSearchitem .brand-name.kor {
  font-size: 12px;
  color: #888;
  display: block;
  margin-top: 2px;
}

/* Áñ°ÜÃ£±â ¹öÆ° */
.btn-brand-favorite {
  display: inline-block;
  background: url('/static/images/icon_star_off.svg') no-repeat center;
  background-size: 16px;
  width: 20px;
  height: 20px;
  border: none;
  margin-left: 6px;
  vertical-align: middle;
  cursor: pointer;
}
.btn-brand-favorite.active {
  background-image: url('/static/images/icon_star_on.svg');
}

/* °Ë»öÃ¢ ¹× ÅÇ ÇÊÅÍ ¹öÆ° */
.menu-brand-search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.search-input-box {
  position: relative;
  flex: 1;
}
.brand-search-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #222;
  font-size: 14px;
  padding: 6px 30px 6px 24px;
  outline: none;
  background: url('/static/images/icon_search.svg') no-repeat 0 center;
  background-size: 18px;
}
.list-type-toggle-box {
  display: flex;
  gap: 6px;
  margin-left: 16px;
}
.btn-brand-list-toggle {
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}
.btn-brand-list-toggle.selected {
  background: #000;
  color: #fff;
  border-color: #000;
}

.brandSearchitem a {
  display: flex;
  flex-direction: column; /*  ¼¼·Î Á¤·Ä */
  align-items: flex-start;
  text-decoration: none;
  color: #000;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 14px;
  min-width: 100px;
  transition: all 0.2s ease;
}

.brandSearchitem a:hover {
  background: #000;
  color: #fff;
}

.brandSearchitem .brand-name.eng {
  font-weight: 700;
  font-size: 14px;
}

.brandSearchitem .brand-name.kor {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}


/* 1. ÀüÃ¼ ¿©¹é: ºê·£µå ¸®½ºÆ® »ó´Ü°ú ±¸ºÐµÇ°Ô */
.gnb-brand-list-wrap {
  padding-top: 40px;   /*  °Ë»öÃ¢°ú ¸Þ´º À§¿¡ ¿©¹é */
}

/* 2. °Ë»öÃ¢ ¿©¹é */
.menu-brand-search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 12px;
}

/* 3. ºê·£µå Ç×¸ñ ³» ¿µ¹®/ÇÑ±Û ¼öÁ÷ Á¤·Ä */
.brandSearchitem a {
  display: flex;
  flex-direction: column;      /*  ¹Ýµå½Ã ÀÖ¾î¾ß ÇÑ±ÛÀÌ ¾Æ·¡·Î */
  align-items: flex-start;
  text-decoration: none;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 14px;
  min-width: 100px;
  color: #000;
  transition: all 0.2s ease;
}

.brandSearchitem a:hover {
  background: #000;
  color: #fff;
}

.brandSearchitem .brand-name.eng {
  font-weight: bold;
  font-size: 14px;
}

.brandSearchitem .brand-name.kor {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}


/* °Ë»öÃ¢ ÀüÃ¼ ·¡ÆÛ */
.menu-brand-search-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 30px 20px 10px;
  background-color: #fff;
}

/* °Ë»ö ÀÔ·ÂÃ¢ */
.search-input-box {
  position: relative;
  flex: 1;
  max-width: 360px;
}

.brand-search-input {
  width: 100%;
  padding: 10px 12px 10px 36px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #222;
  background: url('/static/images/icon_search.svg') no-repeat 8px center;
  background-size: 18px;
  outline: none;
  color: #333;
}

/* ÀÔ·ÂÃ¢ focus ½Ã º¸´õ °­Á¶ */
.brand-search-input:focus {
  border-bottom: 2px solid #000;
}

.brandSearchitem a:hover .brand-name.kor {
  color: #fff;
}

.brandSearchitem {
  display: flex;
  align-items: center;
  margin: 8px 0;
}


/* BASIC css end */

