/* BASIC css start */
/* BASIC css start */
.mainSwiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.mainSwiper .swiper-slide img {
  width: 100%;
}
.mainSwiper .swiper-pagination-bullet {
  width: 8px;    /* 크기 축소 */
  height: 8px;   /* 크기 축소 */
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(120, 0, 0, 0.8);
  border-radius: 50%;
  margin: 0 4px !important;
  transition: none;  /* 전환 제거 */
  box-shadow: none;  /* 그림자 제거 */
  transform: none;   /* 확대 제거 */
}

.mainSwiper .swiper-pagination-bullet-active {
  background: #b00000;
  border: 2px solid #b00000;
  box-shadow: none;
  transform: none;
}

.mainSwiper .swiper-button-next {
  background-image: url(/design/daehangold/images/slide_arr_r.png);
  width: 33px;
  height: 63px;
  margin-top: -30px;
  right: 11%;
}
.mainSwiper .swiper-button-prev {
  background-image: url(/design/daehangold/images/slide_arr_l.png);
  width: 33px;
  height: 63px;
  margin-top: -30px;
  left: 11%;
}
/* ▼▼▼▼▼▼▼▼▼▼ 박스 높이 자동 정렬 수정 ▼▼▼▼▼▼▼▼▼▼ */
.banner3x {
  padding-top: 30px;
  display: grid; /* ★★★ flex를 grid로 변경 */
  grid-template-columns: repeat(3, 1fr); /* ★★★ 3개의 열을 만듦 */
  gap: 10px; /* ★★★ 박스 사이의 간격을 10px로 설정 */
  
}

.banner3x > div {
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.banner3x > div:nth-child(3n + 1) {
}
.goldGlobal {
  border: 1px solid #D9C8A0; /* 테두리 색상을 더 부드럽게 */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); /* 그림자를 더 깊고 자연스럽게 */
  border-radius: 12px; /* 모서리를 더 둥글게 */
  overflow: hidden; /* 모서리 디자인이 적용되도록 */
  background: #ffffff; /* 배경을 깨끗한 흰색으로 변경 */
}

.goldGlobal > div {
  text-align: center;
  padding-top: 20px;
}
.openmarket {
  background: #f3f3f3;
  text-align: center;
}

.opentit {
  color: #343434;
  font-size: 32px;
  letter-spacing: -0.5px;
  padding-top: 30px;
}

.top_payment {
  font-size: 0;
  padding-top: 22px;
  min-height: 260px; /* 원하는 높이 */
  box-sizing: border-box;
}
.top_payment a {
  margin: 0 5px;
}
.listboard {
  border: 1px solid #D9C8A0; /* 테두리 색상을 더 부드럽게 */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); /* 그림자를 더 깊고 자연스럽게 */
  border-radius: 12px; /* 모서리를 더 둥글게 */
  overflow: hidden; /* 모서리 디자인이 적용되도록 */
  background: #ffffff; /* 배경을 깨끗한 흰색으로 변경 */
}
.listboard .list {
  margin-top: 25px;
  margin-left: 20px;
}
.listboard .list li {
  width: 100%;
  color: #595959;
  position: relative;
  padding-bottom: 12px;
}
.listboard .list li a {
  font-size: 13px;
  color: #595959;
  display: block;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listboard .list li span {
  position: absolute;
  top: 0;
  right: 19px;
}
.reviewbanner {
}
.reviewbanner img {
  width: 100%;
}

.linkBaner {
  font-size: 0;
  padding-top: 20px;
}

.linkBaner a {
  display: inline-block;
  vertical-align: top;
  width: 420px;
}

.linkBaner a + a {
  margin-left: 10px;
}

.linkBaner a img {
  width: 100%;
}

.midSlide {
  width: 1280px;
  margin: 60px auto 0;
  overflow: hidden;
  position: relative;
}

.midSlide img {
  width: 100%;
}
.mainTit {
  color: #303030;
  font-size: 28px;
  text-align: center;
  padding: 75px 0 25px;
}

.grid {
  text-align: center;
  font-size: 0;
}

.grid a {
  margin: 0 6px;
  display: inline-block;
}
.grid a .on {
  display: none;
}

.grid a.on img {
  display: none;
}
.grid a.on .on {
  display: block;
}

.midSlide .swiper-pagination {
  top: 15px;
  bottom: auto !important;
  right: 15px !important;
  left: auto !important;
  text-align: right;
}

.midSlide .swiper-pagination span {
  background: #ffffff;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.midSlide .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.more {
  text-align: center;
  margin-bottom: 100px;
}
.remote {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background: rgba(0, 0, 0, 0.8); /* 검은색 배경 + 50% 투명 */
  color: #ffffff; /* 글씨는 선명하게 유지 */
  border: 2px solid #212121;
  border-radius: 5px;
  padding-bottom: 6px;
  left: 50%;
  margin-left: -930px;
}
.remote h3 {
  color: #ffe600;
  font-size: 15px;
  padding: 17px 20px;
  font-weight: bold; /* 글씨 볼드 처리 */
}

.remote ul li {
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}
.remote ul li:hover {
  color: #494949;
  background: url(/design/daehangold/images/arr.png) #ffe600 no-repeat right 13px
    center;
}

/* ======== 오늘의 금시세 리뉴얼 CSS ======== */

/* 전체 박스 디자인 */
.goldBoard {
  border: 1px solid #D9C8A0; /* 테두리 색상을 더 부드럽게 */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); /* 그림자를 더 깊고 자연스럽게 */
  border-radius: 12px; /* 모서리를 더 둥글게 */
  overflow: hidden; /* 모서리 디자인이 적용되도록 */
  background: #ffffff; /* 배경을 깨끗한 흰색으로 변경 */
  
}

/* 제목("오늘의 금시세") 스타일 */
.boxtit {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.2;
  margin: 0;
  padding: 20px;
  background: linear-gradient(to right, #FDFBF5, #F9F5EA); /* 고급스러운 그라데이션 배경 */
  border-bottom: 1px solid #EAE1C5; /* 하단 구분선 */
}
/* 제목 옆 날짜 스타일 */
.boxtit span {
  color: #c59a1f;
  font-size: 14px;
  font-weight: 500;
  margin-left: 12px;
}
/* '더보기' 버튼 위치 */
.boxtit a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

/* 시세표 전체 컨테이너 */
.goldTable {
  padding: 0 10px 10px 10px;
}


/* 시세표 헤더 ("품목", "내가 살때", "내가 팔때") */
.goldTable .subject {
  display: flex;
  background: #f9f9f9;
  font-size: 12px;
  color: #555;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding: 0 10px;
}
.goldTable .subject span {
  padding: 10px 0;
  text-align: center;
  flex: 1;
  border: none;
  height: auto;
  line-height: normal;
}
/* ▼▼▼▼▼▼▼▼▼▼ '품목' 헤더 가운데 정렬 ▼▼▼▼▼▼▼▼▼▼ */
.goldTable .subject span:first-child {
  flex: 0 0 80px;
  text-align: center; /* left -> center로 변경 */
}
/* ▲▲▲▲▲▲▲▲▲▲ 수정 완료! ▲▲▲▲▲▲▲▲▲▲ */

.goldTable .subject span:nth-child(2) {
  border: none;
  width: auto;
  text-align: right; 

}
.goldTable .subject span:nth-child(3) {
  width: auto;
  text-align: right; 
}

/* 시세 목록 한 줄 한 줄 (순금, 18K 등) */
.goldTable .listWrap .list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  padding: 8px 10px;
  transition: background-color 0.2s;
  height: auto;
  line-height: normal;
}
.goldTable .listWrap .list:last-child {
  border-bottom: none;
}
.goldTable .listWrap .list:hover {
  background-color: #f9f9f9;
}
.goldTable .listWrap .list > div {
  font-size: 14px;
}

/* ▼▼▼▼▼▼▼▼▼▼ '품목' 내용 가운데 정렬 ▼▼▼▼▼▼▼▼▼▼ */
/* 품목 이름 (순금, 18K 등) */
.goldTable .listWrap .list .name {
  flex: 0 0 80px;
  font-weight: 500;
  text-align: center; /* left -> center로 변경 */
  border: none;
  width: auto;
}
/* ▲▲▲▲▲▲▲▲▲▲ 수정 완료! ▲▲▲▲▲▲▲▲▲▲ */


/* 가격 표시 영역 (원래대로 오른쪽 정렬 유지) */
.goldTable .listWrap .list .price {
  flex: 1;
  text-align: right;
  font-size: 12px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.3;
  padding: 0;
  width: auto;
  position: static;
}
.goldTable .listWrap .list .price.different,
.goldTable .listWrap .list .price.different2 {
  padding: 0;
  border: none;
  text-align: right;
  width: auto;
  position: static;
}

.goldTable .listWrap .list .price .big {
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
}

/* 전일 대비 등락 표시 */
.goldTable .listWrap .list .price .num {
  font-size: 12px;
  font-weight: 500;
  padding-left: 12px;
  position: relative;
  left: auto;
  top: auto;
}
/* 등락 화살표 아이콘 */
.goldTable .listWrap .list .price .num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  transform: translateY(-50%);
}

.goldTable .listWrap .list .price.different .num:after,
.goldTable .listWrap .list .price.different2 .num:after {
  display: none;
}

/* 상승 (▲) */
.goldTable .listWrap .list .price .num.plus {
  color: #d63031;
}
.goldTable .listWrap .list .price .num.plus::before {
  border-bottom-color: #d63031;
  transform: translateY(-70%);
}
/* 하락 (▼) */
.goldTable .listWrap .list .price .num.minus {
  color: #0984e3;
}
.goldTable .listWrap .list .price .num.minus::before {
  border-top-color: #0984e3;
  transform: translateY(-30%);
}
/* 보합 (-) 아이콘 숨기기 */
.goldTable .listWrap .list .price .num:not(.plus):not(.minus)::before {
  display: none;
}

/* 품목별 색상 */
.goldTable .listWrap .list.realgold .name {
  color: #d4af37;
}
.goldTable .listWrap .list.gold18 .name {
  color: #e67e22;
}
.goldTable .listWrap .list.gold14 .name {
  color: #f1c40f;
}
.goldTable .listWrap .list.whitegold .name {
  color: #7f8c8d;
}
.goldTable .listWrap .list.silver .name {
  color: #bdc3c7;
}

.goldTable .listWrap + .listWrap {
  display: none;
}

.linkBanerSlide1,
.linkBanerSlide2,
.st,
.reviewbanner {
  width: 420px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}

.linkBanerSlide1 img,
.linkBanerSlide2 img,
.st img,
.reviewbanner img {
  width: 100%;
}

.linkBanerSlide2,
.st {
  margin-left: 10px;
}

.linkBanerSlide1 .swiper-pagination,
.linkBanerSlide2 .swiper-pagination,
.reviewbanner .swiper-pagination {
  top: 15px;
  bottom: auto !important;
  right: 15px !important;
  left: auto !important;
  text-align: right;
}

.linkBanerSlide1 .swiper-pagination span,
.linkBanerSlide2 .swiper-pagination span,
.reviewbanner .swiper-pagination span {
  background: #ffffff;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.linkBanerSlide1 .swiper-pagination .swiper-pagination-bullet-active,
.linkBanerSlide2 .swiper-pagination .swiper-pagination-bullet-active,
.reviewbanner .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.area0 {
  position: relative;
  /* padding-bottom: 10px; */
}
.area0 .prd_list {
  overflow: hidden;
}
.area0 .prd_list.list4x li {
  margin-left: 0;
}

.area0 .prd_list .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.area0 .prd_list .swiper-pagination .swiper-pagination-bullet {
  background: #e6e6e6;
  opacity: 1;
  margin: 0 3px;
}

.area0 .prd_list .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}



/* BASIC css end */
/* BASIC css end */

