.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-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%);
}
.btn_green {
  background: #4f7f3d;
}
.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;
}

.stockGuruWrap {
  padding: 3.2rem 2.4rem;
  background: linear-gradient(180deg, #fffaf2 0%, #ffffff 74%);
  border: 1px solid #ead6ad;
  box-shadow: 0 8px 24px rgba(122, 82, 24, 0.08);
}

.stockGuruHero {
  gap: 0.6rem;
}

.stockGuruHero .zuyeog_jusik_title {
  color: #8a6425;
  text-shadow: none;
}

.stockGuruChoiceSection {
  gap: 2rem;
}

.stockGuruIntroImage {
  width: 14rem;
  height: 14rem;
  background: #fff7e6;
  border: 3px solid #e8c983;
  box-shadow: 0 8px 20px rgba(171, 123, 46, 0.12);
}

.stockGuruActionGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
  width: 100%;
}

.stockGuruActionGrid #mesu {
  order: 1;
}

.stockGuruActionGrid #medo {
  order: 2;
}

.stockGuruButton {
  max-width: none;
  height: 11.2rem;
  min-height: 11.2rem;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 18px rgba(122, 82, 24, 0.06);
  text-align: left;
}

.stockGuruButtonText {
  min-width: 0;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.8rem;
}

.stockGuruButtonTitleRow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.stockGuruButtonTitle {
  font-size: var(--size-lg);
  font-weight: var(--weight-bold);
  line-height: 1.3;
}

.stockGuruButtonDesc {
  font-size: var(--size-xs);
  font-weight: var(--weight-regular);
  line-height: 1.6;
  color: var(--color-gray4);
  word-break: keep-all;
}

.stockGuruButtonArrow {
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  line-height: 0;
  color: var(--color-white);
  border-radius: 50%;
  padding-bottom: 0.2rem;
}

.stockGuruButton.btn_green {
  background: linear-gradient(180deg, #fbfff8 0%, #f5fbf0 100%);
  border: 1px solid rgba(79, 127, 61, 0.45);
  color: #4f7f3d;
}

.stockGuruButton.btn_green .stockGuruButtonArrow {
  background: #6fa05b;
}

.stockGuruButton.btn_red {
  background: linear-gradient(180deg, #fff8f7 0%, #fff1ee 100%);
  border: 1px solid rgba(210, 58, 50, 0.42);
  color: #c43a31;
}

.stockGuruButton.btn_red .stockGuruButtonArrow {
  background: #e07a72;
}

.stockGuruTimingNote,
.stockGuruWarning {
  width: 100%;
  padding: 1.4rem 1.6rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #eadfc7;
  border-radius: 1.8rem;
  color: var(--color-gray4);
  box-shadow: none;
}

.stockGuruWarning {
  background: #f7f0df;
  border: none;
}

.stockGuruCoinSection .zuyeog_jusik_card,
.stockGuruResultSection .zuyeog_jusik_card {
  box-shadow: none;
  border: 1px solid #eadfc7;
  border-radius: 2rem;
}

.stockGuruCoinSection .dark_card {
  background: #ffffff;
}

.stockGuruCoinSection .zuyeog_jusik_select_gae_guide_desc {
  color: var(--color-gray4);
}

.stockGuruResultSection .juyeog_jusik_buy_sell {
  background: #8a6425;
  box-shadow: none;
}

@media screen and (max-width: 520px) {
  .stockGuruWrap {
    padding: 2.4rem 1.6rem;
  }

  .stockGuruActionGrid {
    grid-template-columns: 1fr;
  }

  .stockGuruButton {
    height: auto;
    min-height: 9.8rem;
    padding: 1.8rem;
    border-radius: 1.8rem;
  }

  .stockGuruButtonText {
    gap: 0.7rem;
  }

  .stockGuruButtonTitle {
    font-size: var(--size-base);
  }

  #zuyeog_jusik_select_gae_btn img {
    width: 12rem;
    height: 12rem;
  }
  .zuyeog_gae_result_img {
    width: 10rem;
    height: 1.6rem;
  }
}
