
.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 45px 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;
  }

  .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;
}

.left-bujeok-menu h3 {
  margin: 0;
  padding: 6px 10px;
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  color: #2b2117;
  background: linear-gradient(180deg, #f4d58a, #d49b3a);
  border-bottom: 1px solid #b9822e;
  letter-spacing: -0.5px;
}

.left-bujeok-menu ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.left-bujeok-menu li {
  margin-bottom: 3px;
}

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

.left-bujeok-menu a {
  display: block;
  padding: 6px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #3b2a1b;
  text-decoration: none;
  border-radius: 9px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(180,130,65,0.22);
  transition: all 0.22s ease;
  letter-spacing: -0.4px;
}
.left-bujeok-menu .bold a {
  display: block;
  padding: 9px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;

}


.left-bujeok-menu a:hover,.left-bujeok-menu li.active a {
  color: #fff;
  background: linear-gradient(135deg, #7b1f16, #b73a20);
  border-color: #7b1f16;
  transform: translateX(4px);
  box-shadow: 0 5px 12px rgba(123,31,22,0.25);
}
.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;
}

.list_order_style .item_thumb {
    width: 130px;
    flex-shrink: 0;
    text-align: center;
}
#sct_sortlst{display: none;}
.list_order_style .item_thumb img {
width: 104px;
  height: 104px;
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;
}