/* BASIC css start */
/* BASIC css start */
.mainSwiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.mainSwiper .swiper-slide img {
  width: 100%;
}
.mainSwiper .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.mainSwiper .swiper-pagination-bullet-active {
  background: #343434;
}
.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: flex; /* ¡Ú¡Ú¡Ú 1. Flexbox ·¹ÀÌ¾Æ¿ôÀ¸·Î º¯°æ (³ôÀÌ ÀÚµ¿ ¸ÂÃãÀÇ ÇÙ½É!) */
  flex-wrap: wrap; /* ¡Ú¡Ú¡Ú 2. ¹Ú½º°¡ ¿©·¯ ÁÙ·Î ³ª´· ¼ö ÀÖµµ·Ï ¼³Á¤ */
}

.banner3x > div {
  width: 420px;
  /* height´Â ¿©±â¼­ Á¦°Å -> flex°¡ ÀÚµ¿À¸·Î ¸ÂÃçÁÝ´Ï´Ù. */
  font-size: 12px;
  margin-left: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: flex; /* ¡Ú¡Ú¡Ú 3. ³»ºÎ ÄÁÅÙÃ÷°¡ ³ôÀÌ¸¦ Ã¤¿ìµµ·Ï ¼³Á¤ */
  flex-direction: column; /* ¡Ú¡Ú¡Ú 4. ³»ºÎ ÄÁÅÙÃ÷¸¦ ¼¼·Î·Î Á¤·Ä */
}
/* ¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã ¼öÁ¤ ¿Ï·á! ¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã¡ã */
.banner3x > div:nth-child(3n + 1) {
  margin-left: 0;
}
.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;
}

/* ======================================================= */
/* ¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å ÀÚÁÖ ¹¯´Â Áú¹® (´ÙÅ© ·¹µå ±×¶óµð¾ðÆ®) ¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å */
/* ======================================================= */

/* ÀüÃ¼ ¹Ú½º µðÀÚÀÎ */
.faq-box {
  width: 420px;
  min-height: 220px; /* ´Ù¸¥ ¹Ú½º¿Í ÃÖ¼Ò ³ôÀÌ ÅëÀÏ */
  border: 1px solid #A9A9A9; /* ´ÙÅ© ±×·¹ÀÌ Å×µÎ¸® */
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); /* ¾îµÎ¿î ±×¸²ÀÚ */
  display: flex;
  flex-direction: column;
  font-family: 'Malgun Gothic', '¸¼Àº °íµñ', sans-serif;
  overflow: hidden;
}

/* Çì´õ (Á¦¸ñ) */
.faq-header {
  padding: 20px 25px;
  text-align: center;
  /* ¡Ú¡Ú¡Ú °í±Þ½º·¯¿î ¿ÍÀÎ»ö ±×¶óµ¥ÀÌ¼ÇÀ» Ãß°¡Çß½À´Ï´Ù ¡Ú¡Ú¡Ú */
  background: linear-gradient(to right, #A52A2A, #8B0000); 
  border-bottom: 1px solid #6e0000; /* ´õ ¾îµÎ¿î ·¹µå ±¸ºÐ¼± */
  flex-shrink: 0;
}
.faq-header h3 {
  margin: 0 0 5px 0;
  color: #ffffff; /* Èò»ö ±Û¾¾ */
  font-size: 20px;
  font-weight: 700;
}
.faq-header p {
  margin: 0;
  color: #f5f5f5; /* ¿¬ÇÑ È¸»ö ±Û¾¾ */
  font-size: 15px;
}

/* ¸öÅë (Áú¹® ¸®½ºÆ® + ´õº¸±â ¹öÆ°) */
.faq-body {
  flex-grow: 1; 
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Áú¹® ¸ñ·Ï */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 17px; /* Áú¹® »çÀÌ °£°Ý */
}

/* Áú¹® ¸µÅ© ÇÏ³ªÇÏ³ª */
.faq-item-link {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
  /* ¡Ú¡Ú¡Ú Áú¹® ¹Ú½º¿¡ ÀºÀºÇÑ ¹è°æ»öÀ» Ãß°¡Çß½À´Ï´Ù ¡Ú¡Ú¡Ú */
  background-color: #FFF8F8;
  border: 1px solid #FADCDC;
}
.faq-item-link:hover {
  background-color: #fbebeb; /* È£¹ö ½Ã ¿¬ÇÑ ·¹µå ¹è°æ */
  border-color: #F8BABA;
  transform: translateY(-2px); /* »ìÂ¦ ¶°¿À¸£´Â È¿°ú */
}
.faq-item-link .q-icon {
  font-weight: 700;
  color: #c0392b; /* Æ÷ÀÎÆ® ·¹µå »ö»ó */
  margin-right: 10px;
  font-size: 15px;
}
.faq-item-link .question-text {
  flex-grow: 1;
  font-size: 15px; /* ¡Ú¡Ú¡Ú ¿äÃ»ÇÏ½Å´ë·Î 18px ´ë½Å 14px·Î ¼öÁ¤Çß½À´Ï´Ù ¡Ú¡Ú¡Ú */
  font-weight: 500;
  color: #333;
}

/* 'ÀüÃ¼º¸±â' ¹öÆ° */
.faq-more-button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 30px; /* Áú¹® ¸ñ·Ï°úÀÇ °£°Ý */
  text-align: center;
  border: none; /* Å×µÎ¸® Á¦°Å */
  border-radius: 8px;
  /* ¡Ú¡Ú¡Ú ¹öÆ°¿¡µµ Çì´õ¿Í µ¿ÀÏÇÑ ±×¶óµ¥ÀÌ¼ÇÀ» Àû¿ëÇß½À´Ï´Ù ¡Ú¡Ú¡Ú */
  background: linear-gradient(to right, #A52A2A, #8B0000);
  color: #ffffff; /* Èò»ö ±Û¾¾ */
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.faq-more-button:hover {
  background: linear-gradient(to right, #B22222, #A52A2A);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transform: translateY(-1px);
}


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

