.zuyeog_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.zuyeog_jusik_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  padding: 3.2rem 2.4rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
  min-height: 50rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: var(--border-radius-l);
  gap: 2.4rem;
}
.zuyeog_jusik_title_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
}
.zuyeog_jusik_title {
  font-size: var(--size-3xl);
  font-weight: var(--weight-bold);
  color: #b8860b;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.zuyeog_jusik_subTitle {
  font-size: var(--size-sm);
  color: var(--color-gray4);
  text-align: center;
}
.zuyeog_jusik_select_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}

.zuyeog_jusik_intro_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 14rem;
  background: linear-gradient(135deg, #f5e6c8 0%, #e8d4a8 100%);
  border: 4px solid #d4a84b;
  box-shadow: 0 4px 15px rgba(212, 168, 75, 0.3);
  border-radius: 50%;
  overflow: hidden;
}
.zuyeog_jusik_intro_img img {
  width: 180%;
  height: 180%;
  margin-top: 1.2rem;
  object-fit: cover;
}

.zuyeog_jusik_button_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.2rem;
}
.zuyeog_jusik_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 24rem;
  height: 5rem;
  border: none;
  font-size: var(--size-base);
  font-weight: var(--weight-large);
  padding-bottom: 0.4rem;
  color: var(--color-white);
  border-radius: 2.5rem;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn_blue {
  background: linear-gradient(135deg, #5b9bd5 0%, #2e75b6 100%);
}
.btn_red {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}
.zuyeog_jusik_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.zuyeog_jusik_select_brief {
  text-align: center;
  line-height: 1.8;
  word-break: break-all;
  font-size: var(--size-xs);
  color: var(--color-gray4);
  padding: 1rem 1.2rem;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: var(--border-radius-l);
  width: 100%;
}

.zuyeog_jusik_select_brief_item_desc {
  font-size: var(--size-sm);
  color: var(--color-gray4);
  text-align: center;
  word-break: keep-all;
}

.zuyeog_jusik_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.4rem 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: var(--border-radius-l);
  width: 100%;
}
.zuyeog_jusik_select_gae_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.4rem 0;
  border-radius: var(--border-radius-l);
}
#zuyeog_jusik_select_gae_btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
}
#zuyeog_jusik_select_gae_btn img {
  width: 16rem;
  height: 16rem;
}

.zuyeog_jusik_select_gae_guide_desc {
  font-size: var(--size-sm);
  color: var(--color-white);
  opacity: 0.9;
}
.dark_card {
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
}
.white_card {
  background: var(--color-white);
}
.card_gold_border {
  border: 2px solid #d4a84b;
}
.zuyeog_jusik_select_my_gae_title {
  font-size: var(--size-base);
  font-weight: var(--weight-large);
  color: #d4a84b;
  margin-bottom: 1rem;
}
.zuyeog_jusik_select_my_gae_img_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 6px;
}
.zuyeog_gae_result_img {
  width: 110px;
  height: 18px;
}
.zuyeog_jusik_result_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}

.zuyeog_jusik_result_gae_title_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
}
#zuyeog_jusik_gae_result_title {
  font-size: var(--size-base);
  font-weight: var(--weight-large);
  line-height: 1.8rem;
}
.zuyeog_jusik_gae_result_line {
  height: 1px;
  max-width: 70px;
  flex: 1;
}
.gold_txt {
  color: #b8860b;
}

.gold_left {
  background: linear-gradient(90deg, transparent, #d4a84b);
}
.gold_right {
  background: linear-gradient(90deg, #d4a84b, transparent);
}
#zuyeog_jusik_gae_result_name {
  font-size: var(--size-xl);
  font-weight: var(--weight-bold);
  color: #b8860b;
  margin-top: 1rem;
}
.juyeog_jusik_buy_sell {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--size-base);
  font-weight: var(--weight-large);
  margin-bottom: 1.6rem;
  padding: 1rem 2.4rem;
  border-radius: 2rem;
  color: var(--color-white);
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}
/* .juyeog_jusik_buy_sell_red {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
} */

#juyeog_jusik_buyOrSell_desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.zuyeog_jusik_buyOrSell_desc_paragraph {
  font-size: var(--size-base);
  color: var(--color-gray4);
}

/* 부드러운 전환 */
#zuyeog_jusik_select_buy_sell {
  transition: opacity 0.35s ease-out;
}
#zuyeog_jusik_select_buy_sell.zuyeog_jusik_hiding {
  opacity: 0;
  pointer-events: none;
}

#zuyeog_jusik_select_gae {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
#zuyeog_jusik_select_gae.zuyeog_jusik_visible {
  display: flex;
  opacity: 1;
}

#zuyeog_jusik_result {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
#zuyeog_jusik_result.zuyeog_jusik_visible {
  display: flex;
  opacity: 1;
}

@media screen and (max-width: 400px) {
  #zuyeog_jusik_select_gae_btn img {
    width: 12rem;
    height: 12rem;
  }
  .zuyeog_gae_result_img {
    width: 10rem;
    height: 1.6rem;
  }
}
