
.page-wrap *{line-height: 1.5;  word-break: keep-all;      /* 한글 단어 단위 줄바꿈 */
    overflow-wrap: break-word;}
  .page-wrap {
    width: 1100px;margin: 0 auto;
    padding: 40px 0 60px;
	overflow: hidden;
  }
  #sit_pvi_big {
  float: right;
  text-align: left;
  width: 350px;
}
.banner{float: left;width: 238px;}
 .banner img{width: 100%;margin: 15px 0 0 ;}
  .content-box {
    width: 830px;
    margin: 0 auto;
	float: right;
	position: relative;
    background: #fff;
    border: 1px solid #d9c8a2;
    padding: 40px 25px 55px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  }
.point2{font-size: 16px;}
  .page-title {
    margin: 0 0 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid #d4af37;
    font-size: 30px;
    font-weight: 700;
    color: #222;
    letter-spacing: -1px;
  }
.page-title p{padding: 5px 0 0 ;font-size: 18px;color: #8b1e2d;}
  .intro-top {
    display: flex;
    gap: 34px;
    align-items: flex-start;
    margin-bottom: 40px;
padding-top: 40px;
  }

  .intro-profile {
    flex: 1;
  }
.text-box p strong.blue{color: #1E4FA1;}
  .intro-name {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 700;
    color: #8b1e2d;
    letter-spacing: -0.5px;
  }

  .career-list {
    margin: 0;
    padding-left: 20px;
  }

  .career-list li {
    margin-bottom: 7px;
    font-size: 15px;

    color: #333;position: relative;
  }
  .career-list li:after{content: '·';font-size: 25px;position: absolute;left: -20px;top: -7px;}

  .intro-photo {
    width: 320px;
    min-width: 320px;
    height: auto;
    border: 1px solid #ddd;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 15px;
  }

 .bujuk-process {
  max-width: 960px;
  margin: 0 auto;
  padding: 25px 15px 0px;
  font-family: "Noto Sans KR", Arial, sans-serif;
  color: #333;
  line-height: 1.65;
}

.bujuk-process h2,
.bujuk-process h3 {
  text-align: center;
  font-size: 22px;
  margin: 35px 0 28px;
  color: #222;
  font-weight: 700;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.process-item {
  display: flex;
  align-items: center;
  gap: 38px;
}

.process-item p {
  flex: 1;
  font-size: 17px;
  font-weight: 500;
}

.img-box {
  width: 257px;
  height: 168px;
  border: 4px solid #222;
  background: #000;
  box-sizing: border-box;
}

.img-box img,
.wide-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 24px;
  margin: 20px 0 40px;
  text-align: center;
}

.grid-list p {
  margin-top: 8px;
  font-size: 15px;
  color: #b13a2f;
  font-weight: 700;
}

.img-box.small {
  width: 100%;
  height: 222px;
  border: 4px solid #222;
}

.info-box {
  margin: 35px 0;
  padding: 18px 24px;
  border: 1px solid #b7d7d7;
  background: #f7ffff;
  color: #2174a7;
  font-weight: 700;
}

.info-box h4 {
  margin: 0 0 10px;
  font-size: 20px;
  text-align: center;
}

.info-box p {
  margin: 0;
  font-size: 17px;
}
.refund-info {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 15px;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: #111;
  font-size: 15px;
  line-height: 1.8;
}

.refund-info h3 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 800;
  color: #111;
}

.refund-info .info-group {
  margin-top: 24px;
}

.refund-info strong {
  display: block;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 16px;
}

.refund-info p {
  margin: 0;
  font-size: 14px;
  padding-left: 14px;
}

.refund-info .red {
  color: #d1164b;
  font-weight: 700;
}

.refund-info .note {
  padding-left: 28px;
}
.wide-img-box {
  width: 700px;
  height: 399px;
  margin: 0 auto 18px;
  border: 5px solid #222;
  background: #f5f5f5;
  box-sizing: border-box;
}
#sit_info1{padding: 50px 0;}
.desc {
  max-width: 760px;
  margin: 0 auto 30px;
  font-size: 16px;
  text-align: left;
}

.desc strong {  font-size: 16px;
  color: #b22d24;
}

@media (max-width: 768px) {
  .process-item {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .img-box {
    width: 100%;
    max-width: 320px;
  }

  .grid-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .wide-img-box {
    width: 100%;
    height: 280px;
  }
}
  .section-title {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.4px;
  }

  .text-box p {
    margin: 0 0 16px;
    font-size: 16px;
    color: #333;
  }

  .emphasis {
    color: #b22222;
    font-weight: 700;
  }

  .signature-text {
    margin: 36px 0 26px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #444;
    letter-spacing: -0.5px;
  }

  .contact-box {
    width: 620px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    border: 1px solid #bfcde0;
    background: #fff;
	position: relative;
  }
  
  .contact-left {
    width: 210px;
    background: linear-gradient(180deg, #3f6f9d, #2d5c87);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 22px 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
  }

  .contact-right {
    flex: 1;
    padding: 20px 24px;
    text-align: center;
    background: #fdfdfd;
  }

  .main-phone {
    margin: 0 0 6px;
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    color: #e07c2d;
    letter-spacing: -1px;
  }

  .sub-phone {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    font-weight: 700;
  }

  .bottom-note {
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
    color: #777;
  }
  .text-box p span{font-size: 16px;}

  .gnb li{padding-right:25px;padding-left: 25px;}

/* 전체 박스 */
.side-contact-white {
  width: 240px;
  background: #ffffff;
  border: 1px solid #e6dcc6;
  margin-top: 20px;
}

/* 상단 골드 라인 */
.side-contact-white::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(to right, #d4af37, #f5e6c4);
}

/* 공통 블록 */
.side-box {
  padding: 18px 16px;
  border-bottom: 1px solid #f0ede6;
}

.side-box:last-child {
  border-bottom: none;
}

/* 제목 */
.side-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #8a6a10; /* 골드 계열 */
  letter-spacing: -0.3px;
}

/* 전화번호 */
.side-phone {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #222;
  letter-spacing: -0.5px;
}

/* 일반 텍스트 */
.side-text {
  margin: 0;
  font-size: 12px;
  color: #666;
  line-height: 1.7;
}

/* 계좌 영역 */
.side-account {
  background: #faf8f2;
}

/* 포인트 문구 */
.side-point {
  margin: 0;
  font-size: 12px;
  color: #c49b2c;
  font-weight: 700;
  text-align: center;
}


.photo img{width: 100%;}

.left-bujeok-menu {
  width: auto;
  background: linear-gradient(180deg, #fffaf0 0%, #fff2df 55%, #f8e3d1 100%);
  border: 1px solid #d8b98c;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}




.sct_basic {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    text-align: center;
    word-break: keep-all;
}
.btn_direct_buy {
    display: inline-block;
    width: 100%;
    padding: 9px 5px;
    background: #8b1e16;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    box-sizing: border-box;
}

.btn_direct_buy:hover {
    background: #5f120d;
    color: #fff !important;
}

.sct .list_order_style {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 16px 10px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
#sct .sct li {

  padding-bottom: 43px;
}
.list_order_style .item_thumb {
    width: 143px;
    flex-shrink: 0;
    text-align: center;
	
}
#sct_sortlst{display: none;}
.list_order_style .item_thumb img {
width: auto;
  height: 120px;
object-fit: inherit;
}

.list_order_style .btn_img_view {
    margin-top: 4px;
    padding: 2px 7px;
    font-size: 11px;
    color: #777;
    border: 1px solid #ccc;
    background: #f7f7f7;
    cursor: pointer;
}

.list_order_style .item_info {
    flex: 1;
    min-width: 0;
}

.list_order_style .item_name a {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    text-decoration: none;
}

.list_order_style .item_basic {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    word-break: keep-all;
}

.list_order_style .item_icons {
    margin-top: 3px;
}

.list_order_style .item_buy_area {
    width: 140px;
    flex-shrink: 0;
    text-align: center;
}

.list_order_style .item_price {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    color: #000;
}

.list_order_style .btn_order {
    display: inline-block;
    padding: 11px 17px;
    background: linear-gradient(#4f96cf, #1f5f95);
    border: 1px solid #1c4f79;
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}


.page-subtitle {
  margin: 0 0 28px;
  font-size: 18px;
  color: #777;
  font-weight: 600;
}

.section {
  margin-bottom: 42px;
}

.section-title {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.5px;
}

.text-box p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #333;
}

.text-box .point {
  color: #d40000;
  font-weight: 700;
}

.text-box .gold {
  color: #8a6a10;
  font-weight: 700;
}

.image-row-1,
.image-row-2,
.image-row-3 {
  display: grid;
  gap: 18px;
  margin: 24px 0 24px;
}

.image-row-1 {
  grid-template-columns: 1fr;
}

.image-row-2 {
  grid-template-columns: repeat(2, 1fr);
}

.image-row-3 {
  grid-template-columns: repeat(3, 1fr);
}

.image-box {
  text-align: center;
}

.image-placeholder {
  width: 100%;
  min-height: 280px;
  border: 1px solid #ddd;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 15px;
}

.image-placeholder.tall {
  min-height: 420px;
}

.image-placeholder.short {
  min-height: 220px;
}

.image-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #a33030;
  font-weight: 700;
}

.note-box {
  margin: 24px 0;
  padding: 18px 20px;
  background: #faf7ef;
  border: 1px solid #e3d6b5;
}

.note-box p {
  margin: 0 0 10px;
  font-size: 15px;
}

.list-box {
  margin: 18px 0 24px;
  padding-left: 20px;
}

.list-box li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
}

.cta-wrap {
  text-align: center;
  margin: 34px 0 24px;
}

.cta-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #b40000;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.contact-box {
  width: 560px;
  margin: 0 auto;
  display: flex;
  border: 1px solid #9dc1db;
  background: #fff;
}

.contact-left {
  width: 190px;
  background: linear-gradient(180deg, #3f83b8, #225f8f);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 12px;
}

.contact-right {
  flex: 1;
  text-align: center;
  padding: 18px 16px;
}

.main-phone {
  margin: 0 0 4px;
  font-size: 44px;
  font-weight: 800;
  color: #d86624;
  line-height: 1;
  letter-spacing: -1px;
}

.sub-phone {
  margin: 0;
  font-size: 17px;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
}

.bottom-sign {
  margin-top: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.top-nav {
  width: 1000px;
  margin: 30px auto 0;
  background: #fff;
  border: 1px solid #d8c9a8;
  padding: 14px 20px;
}

.top-nav a {
  text-decoration: none;
  color: #444;
  margin-right: 16px;
  font-size: 14px;
}

.index-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.index-list li {
  border-bottom: 1px solid #eee;
}

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

.index-list a {
  display: block;
  padding: 14px 0;
  text-decoration: none;
  color: #222;
  font-size: 16px;
  font-weight: 700;
}

.index-list a:hover {
  color: #b40000;
}


.page-subtitle {
  margin: 0 0 28px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.scroll-top,
.scroll-bottom{
    height:12px;
    background:#1b2238;
    border-radius:20px;
    border-left:14px solid #c87428;
    border-right:14px solid #c87428;
}

.title{
    font-size:22px;
    font-weight:700;
    margin-bottom:22px;
}
.tab_content{padding-top: 30px;}
.title span{
    color:#1E4FA1;
    font-size:22px;
}
.section-title{
    font-size:20px;
    font-weight:700;
    margin:24px 0 10px;
}
.diamond{
    color:#d40000;
    margin-right:6px;
}
.blue{
    color:#005aaa;
}
.float-img{
    float:left;
    width:185px;
    margin:0 22px 12px 0;
    text-align:center;
}
.float-img.right{
    float:right;
    margin:0 0 12px 22px;
}
.float-img img{
    width:100%;

    display:block;
}
.caption{
    color:#d00000;
    font-weight:700;
    font-size:15px;
    margin-top:4px;
}

.red{
    color:#d60000;
    font-weight:800;
}

.phone-box{
    width:370px;
    margin:0 auto 28px;
    display:flex;
    border:3px solid #3088c9;
    background:#fff;
}
.phone-left{
    width:140px;
    background:linear-gradient(#0e75bd,#003b79);
    color:#fff;
    font-size:24px;
    font-weight:900;
    padding:12px;
    text-shadow:2px 2px 0 #000;
}
.phone-right{
    flex:1;
    text-align:center;
    padding:8px 10px;
    font-weight:900;
}
.phone-main{
    color:#d00000;
    font-size:31px;
    letter-spacing:2px;
}
.phone-sub{
    font-size:20px;
    line-height:1.25;
}
.footer-text{
    text-align:center;
    font-size:18px;
    font-weight:800;
    margin:26px 0;
}
.bottom-images{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:12px;
    margin-top:28px;
}
.bottom-images img{
    max-height:95px;
    object-fit:contain;
}
.section {
  margin-bottom: 42px;
}

.section-title {
  margin: 0 0 18px;
  font-size: 19px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.5px;
}

.text-box p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #333;
}
.text-box p.big{ font-size: 18px;font-weight: 600;}
.text-box p.bold{ font-weight: 600;  font-size: 17px;font-weight: 600;
  color: #000;}
.side-line {
    position: absolute;
    top: 0;
    width: 28px;
    height: 100%;
    background:
        linear-gradient(to right, #d85858 0 6px, transparent 6px),
        repeating-linear-gradient(
            to bottom,
            #d7b95b 0 12px,
            #297c54 12px 16px,
            #d7b95b 16px 28px
        );
    border-left: 2px solid #d85c5c;
    border-right: 2px solid #2e8b67;
}

.side-line.left {
    left: 0;
}

.side-line.right {
    right: 0;
    transform: scaleX(-1);
}

.top-btn {

    right: 8px;
    top: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #173bba;
    text-align: center;
    line-height: 1.1;
}

.samjae-content h2 {
    margin: 0 0 22px;
    font-size: 22px;
    font-weight: 800;
}

.samjae-content p {
    margin: 18px 0;
    font-size: 15px;
    font-weight: 600;
}

.samjae-table {
    width: 100%;
    margin: 24px 0 28px;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    font-weight: bold;
}
.image-box2{padding: 0 0 30px;}
.samjae-table th {
    padding: 10px 5px;
    background: #d7edf8;
    border: 1px solid #999;
    font-size: 19px;
	color: #000;
}

.samjae-table td {
    padding: 10px 5px;
    border: 1px solid #aaa;
    font-size: 18px;
    line-height: 1.35;
		color: #000;
}

.samjae-table td:first-child {
    font-size: 21px;
    letter-spacing: 6px;
}

.samjae-table strong {
    display: inline-block;
    margin-top: 2px;
    color: #f00;
    font-size: 21px;
    letter-spacing: 2px;
}

.samjae-btn {
    display: block;
    width: 190px;
    margin: 28px auto 22px;
    padding: 10px 0;
    background: #b33222;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

.symbol-box {
    text-align: center;
}

.symbol-box img {
    width: 170px;
    max-width: 100%;
}

.symbol-box p {
    margin-top: 8px;
    color: #b83228;
    font-size: 15px;
    font-weight: 800;
}

.cta{padding: 20px 0 30px;text-align: center;}
.text-box .point {
  color: #d40000;
  font-weight: 700;
   font-size: 16px;
}
.cta a {
    display: inline-block;
    background: linear-gradient(#e80000, #950000);
    color: #fff;
    padding: 8px 28px 9px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    border: 2px solid #700;
}
.text-box .gold {
  color: #8a6a10;
  font-weight: 700;
}

.image-row-1,
.image-row-2,
.image-row-3 {
  display: grid;
  gap: 18px;
  margin: 24px 50px 24px;
}
.image-row-2{ margin: 24px 130px 24px;}

.image-row-1 {
  grid-template-columns: 1fr;
}

.image-row-2 {
  grid-template-columns: repeat(2, 1fr);
}

.image-row-3 {
  grid-template-columns: repeat(3, 1fr);
}

.image-box {
  text-align: center;
}

.image-placeholder {
  width: 100%;
  min-height: 280px;
  border: 1px solid #ddd;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 15px;
}

.image-placeholder.tall {
  min-height: 420px;
}

.image-placeholder.short {
  min-height: 220px;
}

.image-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #a33030;
  font-weight: 700;
}

.note-box {
  margin: 24px 0;
  padding: 18px 20px;
  background: #faf7ef;
  border: 1px solid #e3d6b5;
}

.note-box p {
  margin: 0 0 10px;
  font-size: 15px;
}

.list-box {
  margin: 18px 0 24px;
  padding-left: 20px;
}

.list-box li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
}

.cta-wrap {
  text-align: center;
  margin: 34px 0 24px;
}

.cta-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #b40000;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.contact-box {
  width: 560px;
  margin: 0 auto;
  display: flex;
  border: 1px solid #9dc1db;
  background: #fff;
}

.contact-left {
  width: 190px;
  background: linear-gradient(180deg, #3f83b8, #225f8f);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 12px;
}

.contact-right {
  flex: 1;
  text-align: center;
  padding: 18px 16px;
}

.main-phone {
  margin: 0 0 4px;
  font-size: 44px;
  font-weight: 800;
  color: #d86624;
  line-height: 1;
  letter-spacing: -1px;
}

.sub-phone {
  margin: 0;
  font-size: 17px;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
}

.bottom-sign {
  margin-top: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.top-nav {
  width: 1000px;
  margin: 30px auto 0;
  background: #fff;
  border: 1px solid #d8c9a8;
  padding: 14px 20px;
}

.top-nav a {
  text-decoration: none;
  color: #444;
  margin-right: 16px;
  font-size: 14px;
}

.index-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.index-list li {
  border-bottom: 1px solid #eee;
}

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

.index-list a {
  display: block;
  padding: 14px 0;
  text-decoration: none;
  color: #222;
  font-size: 16px;
  font-weight: 700;
}

.index-list a:hover {
  color: #b40000;
}
/* ==================================================
   상품 목록 좌측 사이드 메뉴
================================================== */
.shop-side {
    position: sticky;

    align-self: flex-start;
    width: 238px;
    min-width: 238px;
    font-family: "Pretendard", sans-serif;
    box-sizing: border-box;
}

/* 종류별 부적 목록 */
.shop-side .left-bujeok-menu {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7d8c5;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(79, 51, 35, 0.07);
}

/* 메뉴 제목 */
.left-bujeok-menu h3 {
    position: relative;
    margin: 0;
    padding: 21px 18px 18px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(156, 113, 53, 0.1),
            transparent 45%
        ),
        #fffaf2;
    border-bottom: 1px solid #eadbc7;
    color: #3e2b25;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.6px;
}

/* 제목 상단 장식 */
.left-bujeok-menu h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    width: 202px;
    height: 3px;
    background: #8b1e2d;
    border-radius: 0 0 3px 3px;
}

/* 제목 아래 영문 */
.left-bujeok-menu h3::after {
    content: "AMULET CATEGORY";
    display: block;
    margin-top: 6px;
    color: #b28a58;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.5px;
}

/* 메뉴 목록 */
.left-bujeok-menu ul{
    margin: 0;
    padding: 8px 13px 13px;
    list-style: none;
}

.left-bujeok-menu li{
    position: relative;
    margin: 0;
    border-bottom: 1px solid #f0e8df;
}

.left-bujeok-menu li:last-child {
    border-bottom: 0;
}

/* 기본 메뉴 링크 */
.left-bujeok-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 29px 0 12px;
    box-sizing: border-box;
    color: #58453d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.3px;
    text-decoration: none;
    word-break: keep-all;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        padding-left 0.2s ease;
}

/* 오른쪽 화살표 */
.left-bujeok-menu li a::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 11px;
    color: #c4ad94;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    transform: translateY(-52%);
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

/* 메뉴 마우스 오버 */
.left-bujeok-menu li:not(.active):not(.bold) a:hover {
    padding-left: 17px;
    background: #fdf8f1;
    color: #8b1e2d;
}

.left-bujeok-menu li a:hover::after {
    color: #8b1e2d;
    transform: translate(3px, -52%);
}

/* 현재 선택된 메뉴 */
.left-bujeok-menu li.active {
    margin: 5px 0;
    border-bottom: 0;
}

.left-bujeok-menu li.active a {
    min-height: 44px;
    padding-left: 16px;
    background: linear-gradient(135deg, #941f31, #761522);
    border-radius: 9px;
    box-shadow: 0 5px 12px rgba(125, 25, 40, 0.2);
    color: #fff;
    font-weight: 800;
}

.left-bujeok-menu li.active a::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 8px;
    background: #e9c891;
    border-radius: 50%;
}

.left-bujeok-menu li.active a::after {
    color: rgba(255, 255, 255, 0.8);
}

/* 무료상담 메뉴 */
.left-bujeok-menu li.bold {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e7d8c5;
    border-bottom: 0;
}

.left-bujeok-menu li.bold a {
    min-height: 50px;
    padding: 0 32px 0 14px;
    background: #f9f0e5;
    border: 1px solid #ead6ba;
    border-radius: 10px;
    color: #821b2a;
    font-size: 15px;
    font-weight: 800;
}

.left-bujeok-menu li.bold a::before {
    content: "Q";
    display: flex;
    flex: 0 0 23px;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    margin-right: 8px;
    background: #8b1e2d;
    border-radius: 50%;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: 700;
}

.left-bujeok-menu li.bold a:hover {
    background: #8b1e2d;
    border-color: #8b1e2d;
    color: #fff;
}

.left-bujeok-menu li.bold a:hover::before {
    background: #fff;
    color: #8b1e2d;
}

.left-bujeok-menu li.bold a:hover::after {
    color: #fff;
}

/* ==================================================
   고객센터
================================================== */
.side-contact-white {
    position: relative;
    overflow: hidden;
    margin-top: 18px;
    background: #fff;
    border: 1px solid #e7d8c5;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(79, 51, 35, 0.06);
}

/* 우측 상단 원형 장식 */
.side-contact-white::before {
    content: "";
    position: absolute;
    top: -55px;
    right: -55px;
    width: 125px;
    height: 125px;
    border: 1px solid rgba(169, 127, 69, 0.13);
    border-radius: 50%;
    box-shadow:
        0 0 0 18px rgba(169, 127, 69, 0.04),
        0 0 0 36px rgba(169, 127, 69, 0.025);
    pointer-events: none;
}

.side-contact-white .side-box {
    position: relative;
    z-index: 1;
    padding: 23px 20px;
    box-sizing: border-box;
}

.side-contact-white .side-box + .side-box {
    padding: 16px 20px 18px;
    background: #fcf8f2;
    border-top: 1px solid #eee3d6;
    text-align: center;
}

/* 고객센터 제목 */
.side-contact-white .side-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 12px;
    color: #8b1e2d;
    font-size: 13px;
    font-weight: 800;
}

.list_order_style .item_thumb img {
    display: block;
    width: 100%;
	border: 1px solid #eee4d8;
    height: auto;
	margin: 0 0 5px;
}
.list_order_style .item_thumb img:hover {
    border-color: #c8a675;
}
#sit_pvi_big img {
	border: 1px solid #eee4d8;
}
.side-contact-white .side-title::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #c89d5f;
    border-radius: 50%;
}

/* 전화번호 */
.side-contact-white .side-phone {
    margin: 0 0 11px;
    color: #30231f;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

/* 운영 시간 */
.side-contact-white .side-text {
    margin: 0;
    color: #817168;
    font-size: 12px;
    line-height: 1.75;
}

/* 하단 번호 */
.side-contact-white .side-point {
    margin: 0;
    color: #9a7035;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.side-contact-white .side-point::before {
    content: "상담 안내";
    display: block;
    margin-bottom: 5px;
    color: #a99a8f;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
}

/* ==================================================
   반응형
================================================== */
@media (max-width: 900px) {
    .side-contact-white {
        position: static;
        width: 100%;
        min-width: 0;
        margin-bottom: 25px;
    }

    .side-contact-white .left-bujeok-menu ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 12px;
    }

    .side-contact-white .left-bujeok-menu li.bold {
        grid-column: 1 / -1;
    }

    .side-contact-white .side-contact-white {
        display: flex;
        align-items: stretch;
    }

    .side-contact-white .side-box {
        flex: 1;
    }

    .side-contact-white .side-box + .side-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 0;
        border-left: 1px solid #eee3d6;
    }
}

@media (max-width: 520px) {
    .side-contact-white .left-bujeok-menu h3 {
        padding: 19px 16px 16px;
        font-size: 18px;
    }

    .side-contact-white .left-bujeok-menu ul {
        grid-template-columns: 1fr;
        padding: 8px 12px 12px;
    }

    .side-contact-white .left-bujeok-menu li.bold {
        grid-column: auto;
    }

    .side-contact-white .side-contact-white {
        display: block;
    }

    .side-contact-white .side-box + .side-box {
        border-top: 1px solid #eee3d6;
        border-left: 0;
    }
}