/**/
.overlay-on {
	overflow: hidden;
	/* color:#b96c5d */
}
#off-canvas-overlay {
	visibility: hidden;
	opacity: 0;
	transition: left 0s 0.3s, visibility 0s 0.3s, opacity 0.3s;
	background:rgba(0,0,0, .731);
	/* -webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px); */
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	overflow: hidden;
	z-index: 1;
}
.overlay-on #off-canvas-overlay {
	visibility: visible;
    opacity: 1;
    transition: left 0s 0.3s, visibility 0s, opacity 0.3s;
	z-index: 99;
}
.overlay-on #off-canvas{
	/* left:0px; */
    left:0px;

	transition: all 0.3s ease;
}
#off-canvas {
	width:100%; 
	height:100%;
	position: fixed;
	z-index:100;
	top:0;
	left:-900px;
	bottom:0;
	background: white; ;
	/* background-color: rgba(250,250,250, 1); */
	border-bottom: 1px solid rgba(0,0,0,.05);
	transition: all 0.3s ease;
}
.off-canvas-nav {
	padding-top:60px;
	margin:0;
}
.off-canvas-nav li {
	list-style: none;
	text-align: center;
}

/**
 * 2024-02-16 추가된 부분
 */
.d-none { display: none }

strong {font-family: "Pretendard-Bold", sans-serif;}
.sub_tit {font-family: "Pretendard-regular", sans-serif; color: #222; font-size: 56px !important; padding: 220px 0 80px; width: 1280px; margin: 0 auto;}
.sub_tit_copy {font-family: "Pretendard-regular", sans-serif; color: #4D4D4D; font-size: 18px; padding: 0 0 80px; width: 1280px; margin: 0 auto;}
.sub_stit {font-family: "Pretendard-SemiBold", sans-serif; color: #222; font-size: 40px !important;}
.con_tit {font-family: "Pretendard-Medium", sans-serif; color: #222; font-size: 28px !important;}
.con_lltxt {font-family: "Pretendard-regular", sans-serif; color: #222; font-size: 32px !important;}
.con_ltxt {font-family: "Pretendard-SemiBold", sans-serif; color: #222; font-size: 24px !important;}
.con_mmtxt {font-family: "Pretendard-regular", sans-serif; color: #222; font-size: 20px !important;}
.con_mtxt {font-family: "Pretendard-regular", sans-serif; color: #222; font-size: 16px !important;}
.con_stxt {font-family: "Pretendard-regular", sans-serif; color: #222; font-size: 14px !important;}



.grid_type {position: relative; margin-top: 80px; margin-bottom:80px; }
.grid_type .add_txt {margin-bottom: 40px; font-size: 18px; font-family: "Pretendard-Medium"; color: #222;}
.grid_type .add_txt strong {font-family: "Pretendard-SemiBold"; font-size: 24px; color: #b96c5d;}
.grid_type ul {    display: grid;    grid-template-columns: repeat(3,1fr); gap:40px;}
.grid_type ul li {position: relative;   box-sizing: border-box; overflow: hidden; border: 1px solid #ddd; background-color: #fff; transform: translateY(150px); opacity: 0; transition-duration: 1.2s; animation: ShadowReverse .4s forwards;}

.grid_type ul li.active {transform: translateY(0); opacity: 1;}

.grid_type ul li:nth-of-type(3n-1) {transition-delay: .2s;}
.grid_type ul li:nth-of-type(3n) {transition-delay: .4s;}

.grid_type li.init > .info_div .for_scroll {opacity: 1; transform: translateX(0);}
.grid_type li.init > .img {opacity: 1; transform: translateX(0);}
.grid_type li:hover {animation: ShadowBorder .5s forwards;}
.grid_type > .btn_area.more {margin-top: 0;}




.grid_type ul li .img {position: relative; width: 100%; height: 285px; overflow: hidden;}
.grid_type ul li .img a {display: block; position: relative; width: 100%; height: 285px; overflow: hidden; background: url('../images/img-blank1.jpg') no-repeat center center; background-size: cover;}
.grid_type ul li .img a:focus {border: 2px solid #222;}
.grid_type ul li > .img img {width: 100%; height: 100%; object-fit: cover;}
.grid_type ul li > .info_div {padding: 40px;}
.grid_type ul li > .info_div .labels {display: flex; flex-wrap: wrap;}
.grid_type ul li > .info_div .labels {margin-bottom: 15px;}

.grid_type ul li > .info_div .labels > p { height: 27px; padding: 4px 8px; margin-right: 5px; margin-bottom: 6px; border-radius: 50px; border: 1px solid #b96c5d; font-family: "Pretendard-SemiBold"; color: #b96c5d; font-size: 12px; word-break: break-all; overflow: hidden; max-width: 102px;}
.grid_type ul li > .info_div .labels > p.on {color: #fff; background: #b96c5d; line-height: 1.5;}

.grid_type ul li > .info_div .info {position: relative; border-color: none;    color: #9c9c9c;    margin: 0px;    padding: 0px; }
.grid_type ul li > .info_div .info:hover { background:none; }
.grid_type ul li > .info_div .txt1 {margin-bottom: 6px; font-family: "Pretendard-SemiBold"; color: #8A7251;}
.grid_type ul li > .info_div .txt2 {word-break: break-all;}
.grid_type ul li > .info_div .txt2 a {word-break: break-all;}
.grid_type ul li > .info_div .detail {color: #4D4D4D; margin-top: 23px;}
.grid_type ul li > .info_div .detail dl {display: flex;}
.grid_type ul li > .info_div .detail dl + dl {margin-top: 10px;}
.grid_type ul li > .info_div .detail dl dt {width: 80px; color: #4D4D4D; word-break: break-all;}
.grid_type ul li > .info_div .detail dl dd {display: flex; width: calc(100% - 85px); color: #4D4D4D; word-break: break-all;}
.grid_type ul li > .info_div .detail dl dd .progress {position: relative; width: 100px; height: 4px;}
.grid_type ul li > .info_div .detail dl dd .progress span {display: inline-block; width: 100%; background: #2D2D2D; border-radius: 2px; height: 100%; opacity: 0.1; position: absolute; top: 8px; left: 0;}
.grid_type ul li > .info_div .detail dl dd .progress span.upper {opacity: 1; background: #b96c5d;}
.grid_type ul li > .info_div .detail dl dd .percent {margin-left: 20px;}

.grid_type ul li {padding-bottom: 48px;}
.grid_type ul li > .info_div .btn_area {display: flex !important;}
.grid_type ul li > .info_div .btn_area {position: absolute; bottom: 0; left: 0; right: 0;}

.grid_type ul li > .info_div .btn_area a {display: block;  border-top: 1px solid #ddd; min-width: 0 !important; flex-grow: 1; border-left: 0; border-bottom: 0; color: #4d4d4d; font-size:18px; font-weight:600; color:#000; }
.grid_type ul li > .info_div .btn_area a + a {margin-left: 0;}
.grid_type ul li > .info_div .btn_area a:last-of-type {border-right: 0;}

.grid_type ul li > .info_div .links {position: absolute; bottom: 0; left: 0; right: 0; display: flex; flex-wrap: wrap;}
.grid_type ul li > .info_div .links a {display: flex; justify-content: center; align-items: center; flex-grow: 1; width: 50%; height: 48px; border-top: 1px solid #ddd; color: #4d4d4d;}
.grid_type ul li > .info_div .links a:nth-child(2n) {border-left: 1px solid #ddd;}

@media all and (max-width: 1500px) {
	.grid_type ul { grid-template-columns: repeat(2,1fr); }

	.grid_type ul li {margin-left: 0;}
	.grid_type ul li:nth-of-type(3n-1) {transition-delay: 0s;}
	.grid_type ul li:nth-of-type(3n) {transition-delay: 0s;}
	.grid_type ul li:nth-of-type(2n) {transition-delay: .2s;}


	.grid_type ul li .img {height: 0; padding-bottom: 56.4%;}
	.grid_type ul li .img a {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
	.grid_type ul li .img img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
}

@media all and (max-width: 1024px) {
	.grid_type ul li {width: 100%; min-height: auto;}
	.grid_type ul li:nth-of-type(3n-1)
	.grid_type ul li:nth-of-type(2n) {margin-left: 0; transition-delay: 0s;}
	.grid_type ul li > .info_div .labels {margin-bottom: 6px;}
}

@media all and (max-width: 991px) {
	.grid_type {margin-top: 80px;}
	.grid_type .add_txt {font-size: 16px; margin-bottom: 20px;}
	.grid_type .add_txt strong {font-size: 16px; font-family: "Pretendard-Medium";}

	.grid_type ul {grid-template-columns: repeat(1,1fr);}
	.grid_type ul li .info_div {padding: 30px;}
	.grid_type ul li > .info_div .btn_area a {min-width: 20px !important;}

	.grid_type ul li > .info_div .labels {margin-bottom: 6px;}
}

.btn_type1.line_gr {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 20px;
	min-width: 142px;
	height: 64px;
	line-height: 63px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ccc;
	color: #222;
	background: #fff;
	font-family: "Pretendard-Medium";
}
.con_ltxt {
	font-family: "Pretendard-SemiBold", sans-serif;
	color: #222;
	font-size: 24px !important;
}
.con_stxt {
	font-family: "Pretendard-regular", sans-serif;
	color: #222;
	font-size: 14px;
}

.sub_title2 {
	padding-top:268px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.sub_title2 h1 {
	font-size: 15px;
	margin-left: 10px;
	text-align: left;
	color:#b96c5d;
	font-weight: 600;
}
.sub_title2 p {
	margin-left: 20px;
	font-size: 15px;
	color:white;
	text-align: center;
	font-weight: 400; ;
}

#popup-area {
	position: absolute;
	z-index: 9999998;
	left: 150px;
	top: 200px;
	font-family: Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	border: 0 none;
}
/**
 * 2024-02-16 추가된 부분 end
 */
  /**
  * 2025-4-15 서브페이지 추가작업 start
  */

  .sub_title2 .p2 {
	margin-left: 10px;
	 font-size: 15px;
	 color:#b96c5d;
	 text-align: center;
	 font-weight: 500;
 }
 
 .subh1 {
	margin-top: 10px;
	font-size: 17px;
	text-align: left;
	color:#b96c5d;
	font-weight: 600;
 }

 .subp {
	margin-bottom:10px;
	font-size: 13px;
	text-align: left;
	color:#222;
 }

 .subspan {
	color:#222;
 }

  /**
  * 2025-4-15 서브페이지 추가작업 end
  */

/**
 * 2024-02-17 추가된 부분 stqrt
 */
@media (max-width: 768px) {
	.sub_title2 h1 {
		margin-left: 10px;
		font-size: 15px;
	}
	.sub_title2 p {
		font-size: 15px;
	}
	/* #popup-area {
		position: fixed;
		width: 70%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	} */
}
/**
 * 2024-02-17 추가된 부분 end
 */

 #popup-area {
    position: absolute;
    z-index: 9999998;
    left: 150px;
    top: 200px;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    border: 0 none;
}

.popup-container {
    background-color: #000000;
    padding: 0;
    margin: 0;
}

.popup-content {
    word-break: break-all;
    border: 0 none;
}

.popup-image img {
    width: 100%;
}

.popup-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    height: 48px;
}

.popup-checkbox {
    display: flex;
    align-items: center;
}

.popup-checkbox input {
    margin-left: 10px;
    margin-right: 10px;
}

.popup-checkbox label {
    color: #FFFFFF;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

.popup-close-button {
    height: 32px;
    background-color: #b96c5d;
    color: #FFFFFF;
    font-size: 12px;
    cursor: pointer;
    padding: 0 10px;
    border: none;
    margin: 8px;
}

@media (max-width: 768px) {
    #popup-area {
        position: fixed;
        width: 70%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

/* 2025-02-10 메인_신규 섹션 추가 */
.site-wrap {max-width: 1200px; background-color: #fff; margin: 0 auto; margin-top: 0.5rem; margin-bottom: 1rem; }
.site-wrap .site-list {display: flex; gap: 10px; flex-wrap: wrap;}
.site-wrap .site-list .site-one {width: calc(33.3333% - 0.42rem); padding: 1.25rem 1rem; box-sizing: border-box; border-radius: 30px; background-image: url('../../../page/img/newbg.png'); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 10px;}
.site-wrap .site-list .site-one .a-wrap {display: flex; align-items: center; justify-content: center; gap: 0.35rem;}
.site-wrap .site-list .site-one .a-wrap img{width: 20px; height: 20px;}
.site-wrap .site-list .site-one a > figure {width: 1.5rem; height: 1.5rem;}
.site-wrap .site-list .site-one a > figure img {width: 100%; height: 100%; object-fit: contain;}
.site-wrap .site-list .site-one a {background-color:#b96c5d; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #fff; gap: 0.75rem; font-weight: 700; line-height: 100%;}
.site-wrap .site-list .site-one > figure {width: 100%; position: relative; padding-top: 56.25%; border-radius: 20px; overflow: hidden; border: 2px solid #fff;}
.site-wrap .site-list .site-one > figure img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.site-wrap .site-list .site-one.site-contain > figure {background-color: #fff;}

@media screen and (max-width: 1024px){
	.site-wrap .site-list .site-one a {font-size: 1.2rem;}
}
@media screen and (max-width: 900px){
	.site-wrap .site-list .site-one a {font-size: 1.1rem;}
	.site-wrap .site-list .site-one a > figure {width: 1.25rem; height: 1.25rem;}
}
@media screen and (max-width: 680px){
	.site-wrap {margin-bottom: 2rem; margin-top: 1rem; padding: 0 0.2rem;}
	.site-wrap .site-list {gap: 4px;}
	.site-wrap .site-list .site-one {padding: 0.8rem 0.5rem; border-radius: 13px; width: calc(33.3333% - 3px);}
	.site-wrap .site-list .site-one a {font-size: 0.8rem;}
	.site-wrap .site-list .site-one a > figure {width: 1rem; height: 1rem;}
	.site-wrap .site-list .site-one > figure {border-radius: 10px;}
}

/* 25.6.05 신규 */
.dsm-label-text {
	font-size: 40px; /* 원하는 크기로 조절 */
  }
  
  .dsm-promo2 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
  }

  .dsm-promo3 {
	padding: 0px;
  }

  .dsm-title {
	font-size: 20px;
	/* font-weight: 700; */
	margin-bottom: 6px;
	color: #444;
  }

  .dsm-title2 {
	font-size: 20px;
	/* font-weight: 700; */
	margin-bottom: 3px;
	color: #444;
  }
  
  .dsm-strong {
	font-weight: 700;
	font-size: 1em; /* 기본 크기. 필요 시 '1.1em' 등으로 조절 */
	color: #b96c5d;
  }
  
  /* 기존 클래스 유지 */
  .dsm-promo-header {
	/* max-width: 1200px; */
	margin: 15px auto;
	/* padding: 0 20px; */
	font-family: 'Noto Sans KR', sans-serif;
	color: #1a1a1a;
	text-align: left;
	background-color: #fff;
  }
  
  .dsm-label-area {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #b96c5d;
	font-weight: 600;
	margin-bottom: 20px;
  }
  
  .dsm-square {
	width: 10px;
	height: 10px;
	background-color: #b96c5d;
	display: inline-block;
  }
  
  .dsm-divider {
	flex-grow: 1;
	height: 1px;
	border: none;
	background-color: #ccc;
	margin-left: 10px;
  }
  
  .dsm-intro-text {
	font-size: 30px;
	margin-left:3px;
	font-weight: 300;
	color: #444;
	margin-bottom: 30px;
  }
  
  .dsm-main-headline {
	font-size: 42px;
	font-weight: 700;
	color: #b96c5d;
	line-height: 1.4;
	margin: 0;
  }
  
  /* ✅ 모바일 대응 */
  @media screen and (max-width: 768px) {
	.dsm-intro-text {
	  font-size: 16px;
	  margin-left:3px;
	  margin-bottom: 15px;
	}
  
	.dsm-main-headline {
	  font-size: 28px;
	}
  
	.dsm-label-area {
	  font-size: 12px;
	}
  
	.dsm-title {
	  font-size: 15px;
	}

	.dsm-title2 {
	font-size: 17px;	
	}

	.dsm-strong {
	  font-size: 1.1em;
	}

	.dsm-label-text {
		font-size: 16px;
	}

	.dsm-label-text2 {
		font-size: 16px;
	}

	.dsm-square {
		width: 6px;
		height: 6px;
		background-color: #b96c5d;
		display: inline-block;
	  }
  }

  .dsm-align-right {
	text-align: right;
	direction: rtl; /* 텍스트 흐름 반전 (선택사항) */
  }
  
  .dsm-label-area-rtl {
	flex-direction: row-reverse; /* 요소 순서 반대로 */
  }

  /* 서브페이지 PC 전용 스타일 (768px 이상에서만 적용) */
	@media screen and (min-width: 768px) {
	.subh1 {
		font-size: 21px;
	}

	.subp {
		font-size: 25px;
	}

	.dsm-label-text2 {
		font-size: 30px;
	}
}

.italic-strong {
	display: inline-block;
	transform: skewX(-1deg);
	font-style: italic;
	font-weight: 400;
	margin-left: 3px;
  }

  /* index.php 에 있던 CSS 1 */
  .ggg {
	font-weight: 700;
  }
  .zz1 {
	font-weight: 700;
}
  .br2 {
	margin-bottom: 20px;
}
.br1 {
	margin-bottom: 25px;
}
.gg {
	font-weight: normal;
}
.p1 strong {
	font-weight: normal;
}
.p1 {
	text-align: center;
}
.ment2 {
	font-size: 13px;
	color: #b96c5d;
}
.ment_size {
	font-size: 13px;
}
.sumbit_btn {
	background: #979393;
padding: 10px 25px;
font-size: 13px;
color: white;

}

.swiper_section {
	background: #f9f9f9;
	padding-top: 0px;
}
.swiper-slide {
	border:1px solid #eee; 
}
.item_img {
	display: flex; justify-content: center;
	align-items: center;
	height:200px; 
	overflow: hidden;;
}
.swiper_wrap {
	position: relative;
	overflow: hidden;
}
.main_swiper {
	overflow: hidden;
}
.swiper_btn {
	width:60px; 
	height:60px; 
	position: absolute; 
	z-index: 10;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	border-radius: 50%;
	cursor: pointer;
	display: flex; 
	justify-content: center;
	align-items: center;
}
.main_left_btn {
	left:-100px; top:50%; 
	margin-top:-30px;
}
.main_right_btn {
	right:-100px; top:50%; 
	margin-top:-30px;
}
.second_swiper{
	display: flex;
	justify-content: center;
	background: white;
}

.project-table-wrapper {
max-width: 1200px;
margin: 0.5rem auto;
padding: 0rem;
font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

.project-image {
width: 100%;
height: auto;
display: block;
border-radius: 10px;
margin-bottom: 1rem;
}

.project-table {
width: calc(100% - 10px); /* 5px + 5px 여백 고려 */
margin: 0 5px;
border-collapse: collapse;
font-size: 16px;
color: #222;
border: 1px solid #ccc;
}

.project-table caption {
font-size: 1.25rem;
font-weight: 700;
margin-bottom: 1.2rem;
margin-left: 1.5rem;
text-align: left;
color: #b96c5d;
}

.project-table th,
.project-table td {
border: 1px solid #ccc;
padding: 16px 12px;
text-align: left;
vertical-align: middle;
line-height: 1.6;
font-size:20px;
}

.project-table th {
background-color: #f0f0f0;
color: #444;
font-weight: 600;
width: 25%;
}

.project-table td {
width: 75%;
}

/* 모바일 반응형 */
@media screen and (max-width: 768px) {
.project-table {
font-size: 15px;
width: calc(100% - 10px); /* 5px + 5px 여백 고려 */
margin: 0 5px;
}

.project-table caption {
font-size: 15px;
margin-bottom: 0.8rem;
margin-left: 0.8rem;
color: #b96c5d;
}

.project-table th,
.project-table td {
padding: 8px 10px;
display: table-cell;
width: auto;
font-size: 12px;
}
}

/* 스크린리더용 숨김 클래스 */
.sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}

.premium-feature {
display: flex;
align-items: center;
justify-content: center;
gap: 5rem;
padding: 20px 0px;
max-width: 1200px;
margin: 0 auto;
flex-direction: row;
flex-wrap: nowrap;
}

.premium-image {
position: relative;
flex: 0 0 auto;
width: 45%;
max-width: 500px;
border: 5px solid #b96c5d;
overflow: hidden;
}

.premium-image img {
width: 100%;
height: auto;
display: block;
}

.premium-text {
flex: 1;
padding-left: 100px;
color: #222;
}

/* [추가] 아이콘과 pill 텍스트를 감싸는 wrapper */
.premium-label-wrapper {
display: flex;
align-items: center;
gap: 0;
margin-bottom: 30px;
}

/* [추가] 왼쪽 원형 아이콘 (pill보다 큼) */
.label-icon-outside {
width: 100px;
height: 100px;
background-color: #b96c5d;
border: 4px solid white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: -20px; /* pill box와 겹치게 만듦 */
z-index: 2;
flex-shrink: 0;
}

.label-icon-outside img {
width: 50px;
height: 50px;
}

/* [수정] 기존 .premium-label */
.premium-label {
display: flex;
align-items: center;
background-color: #b96c5d;
color: white;
font-weight: 700;
padding: 20px 50px 20px 60px;
border-radius: 30px;
font-size: 1rem;
z-index: 1;
white-space: nowrap;
}

.label-text {
display: inline-block;
font-size:25px;
}

.premium-text p {
margin: 0;
font-size: 1.4rem;
line-height: 1.6;
color: #333;
word-break: keep-all;
padding-left: 60px;
}
/* [추가] 텍스트 왼쪽, 이미지 오른쪽 고정 배치용 wrapper */
.premium-feature-textleft {
display: flex;
align-items: center;
justify-content: center;
gap: 5rem;
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
flex-direction: row;  /* PC/MO 동일 방향 유지 */
flex-wrap: nowrap;
}

/* [추가] text + 이미지 내부에서의 텍스트 영역 */
.premium-feature-textleft .premium-text {
flex: 1;
padding-left: 100px;
color: #222;
}

/* [추가] 이미지 우측 배치 스타일 */
.premium-feature-textleft .premium-image {
position: relative;
flex: 0 0 auto;
width: 45%;
max-width: 500px;
border: 5px solid #b96c5d;
overflow: hidden;
}

.premium-feature-textleft .premium-image img {
width: 100%;
height: auto;
display: block;
}

/* 모바일 대응 */
@media (max-width: 768px) {
.premium-label-wrapper{
	margin-bottom: 10px;
}
.premium-feature {
gap: 0rem;
padding: 7px 0px;
align-items: center;
flex-wrap: nowrap;
flex-direction: row;
}
.label-text {
font-size: 13px;
}
.premium-text p {
margin: 0;
font-size: 12px;
line-height: 1.6;
padding-left: 0px;
color: #333;
}

.premium-image {
position: relative;
flex: 0 0 auto;
width: 45%;
max-width: 500px;
border: 2px solid #b96c5d;
overflow: hidden;
}

.premium-text {
width: 52%;
font-size: 0.9rem;
padding-left: 30px;
}

/* [수정] pill 박스 크기 조정 */
.premium-label {
font-size: 0.85rem;
/* margin-bottom: 11px; */
padding: 6px 14px 6px 24px;
}


/* [수정] 모바일에서 아이콘 크기 줄이기 */
.label-icon-outside {
width: 42px;
height: 42px;
margin-right: -14px;
border-width: 2px;
}

.label-icon-outside img {
width: 24px;
height: 24px;
}
/* [추가] 새로운 구조용 모바일 레이아웃 유지 */
.premium-feature-textleft {
flex-direction: row;
gap: 0rem;
padding: 7px 0px;
align-items: center;
}

/* [추가] 텍스트 너비 설정 */
.premium-feature-textleft .premium-text {
width: 52%;
font-size: 0.9rem;
padding-left: 10px;
}

/* [추가] 이미지 너비 설정 */
.premium-feature-textleft .premium-image {
width: 45%;
border: 2px solid #b96c5d;
}
}

.infra-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr); /* [유지] 2열 구성 */
gap: 1.5rem;
max-width: 1200px;
margin: 0 auto;
padding: 2rem 1rem;
}

.infra-box {
border: 1px solid #e0e0e0;
padding: 1.5rem;
border-radius: 20px 20px 60px 20px; /* 원하는 둥근 모서리 */
background-color: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.03);
transition: transform 0.3s ease;
}

.infra-box:hover {
transform: translateY(-5px);
}

.infra-title {
font-size: 1.5rem;
font-weight: 700;
color: #b96c5d;
margin-bottom: 10px;
}

.infra-title::before {
	content: " · ";           /* ✅ 실제 출력되는 점 */
	color: #b96c5d;          /* 점 색상 (원하는 컬러로 변경) */
	font-weight: bold;       /* 필요 시 강조 */
	margin-right: 0.25em;    /* 글자와 점 사이 여백 */
  }

.infra-box p {
font-size: 1rem;
color: #333;
line-height: 1.5;
margin: 0;
}

/* 반응형 */
@media (max-width: 768px) {
/* [삭제 또는 주석처리 필요]
.infra-wrapper {
grid-template-columns: 1fr; 
}
*/
.infra-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr); /* [유지] 2열 구성 */
gap: 0.5rem;
max-width: 1200px;
margin: 0 auto;
padding: 0.5rem 0.2rem;
}
/* [유지] 또는 약간 축소 가능 */
.infra-title {
font-size: 1rem;
}

.infra-title::before {
	content: " · ";           /* ✅ 실제 출력되는 점 */
	color: #b96c5d;          /* 점 색상 (원하는 컬러로 변경) */
	font-weight: bold;       /* 필요 시 강조 */
	margin-right: 0.25em;    /* 글자와 점 사이 여백 */
  }

.infra-box p {
font-size: 0.75rem;
}

.infra-box {
border: 1px solid #e0e0e0;
padding: 1.2rem;
border-radius: 20px 20px 60px 20px; /* 원하는 둥근 모서리 */
background-color: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.03);
transition: transform 0.3s ease;
}
}


/* 전체 구조변경 9월 18일 (dl, dt, dd) */

/* 기본 리셋 */
.premium-feature.pf-final dt,
.premium-feature.pf-final dd {
margin: 0;
}

/* 레이아웃 변수: 이미지 폭/간격 (필요 시 조절) */
.premium-feature.pf-final {
--imgW: 45%;
--gap: 5rem;
position: relative;          /* dt 절대배치 기준 */
width: 1200px;               /* ✅ PC에서 항상 1200px */
max-width: 100%;             /* ✅ 모바일 등 작은 화면에서는 100%로 줄어듦 */
margin: 0 auto;
padding: 20px 0;
}

/* dd 하나로 2열(이미지 좌 / 본문 우) */
.premium-feature.pf-final .premium-desc {
width: 100%;
display: flex;
align-items: center;
gap: var(--gap);
}

/* 좌측 이미지 */
.premium-feature.pf-final .premium-image {
flex: 0 0 var(--imgW);
max-width: 500px;
border: 5px solid #b96c5d;
overflow: hidden;
}
.premium-feature.pf-final .premium-image img {
width: 100%;
height: auto;
display: block;
}

.premium-feature.pf-final .premium-copy {
margin-left: 70px;
margin-top: 70px;
flex: 1;
color: #222;
/* 제목(dt)이 절대배치로 겹치므로 약간의 상단 여유 */
padding-top: 8px; /* 필요 시 0~16px 사이로 미세조정 */
}

/* 우측 본문 */
.premium-feature.pf-final .premium-copy p {
font-size: 23px;
text-align: center;
margin: 0;
line-height: 1.6;
color: #333;
}

/* 제목(dt) = 오른쪽 칼럼 맨 위 */
.premium-feature.pf-final .premium-title {
margin-top:60px;
margin-left:80px;
position: absolute;
left: calc(var(--imgW) + var(--gap)); /* 이미지폭+간격 후 시작 */
top: 0;                               /* 필요 시 0~20px로 조정 */
z-index: 2;
}

/* 아이콘 + pill wrapper */
.premium-feature.pf-final .premium-title .premium-label-wrapper {
display: flex;
align-items: center;
gap: 0;
}

/* 원형 아이콘 */
.premium-feature.pf-final .premium-title .label-icon-outside {
width: 100px;
height: 100px;
border-radius: 50%;
background: #b96c5d;
border: 3px solid #fff;   /* 흰 테두리 */
display: flex;
align-items: center;
justify-content: center;
margin-right: -12px;      /* pill과 겹치게 */
z-index: 2;
}
.premium-feature.pf-final .premium-title .label-icon-outside img {
width: 50px;
height: 50px;
}

/* pill 라벨 */
.premium-feature.pf-final .premium-title .premium-label {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #b96c5d;
color: #fff;
font-weight: 700;
padding: 20px 50px;
border-radius: 999px;
font-size: 1rem;
line-height: 1;
}
.premium-feature.pf-final .premium-title .label-text {
font-size: 25px; /* 필요 시 조절 */
}


/* 모바일: 좌우 배치 유지 (스택 금지) */
@media (max-width: 768px) {
.premium-feature.pf-final {
--imgW: 48%;
--gap: 1rem;
padding: 10px 0;
width: 100%;          /* ✅ 모바일에서는 100% */
}
.premium-feature.pf-final .premium-title {
left: calc(var(--imgW) + var(--gap));
top: 0;
}
.premium-feature.pf-final .premium-image {
border-width: 2px;
}

/* 제목(dt) = 오른쪽 칼럼 맨 위 */
.premium-feature.pf-final .premium-title {
margin-top:20px;
margin-left:0px;
position: absolute;
left: calc(var(--imgW) + var(--gap)); /* 이미지폭+간격 후 시작 */
top: 0;                               /* 필요 시 0~20px로 조정 */
z-index: 2;
}

.premium-feature.pf-final .premium-title .label-text {
font-size: 13px; /* 필요 시 조절 */
margin-left:10px;
}
/* 원형 아이콘 */
.premium-feature.pf-final .premium-title .label-icon-outside {
width: 48px;
height: 48px;
border-radius: 50%;
background: #b96c5d;
border: 3px solid #fff;   /* 흰 테두리 */
display: flex;
align-items: center;
justify-content: center;
margin-right: -12px;      /* pill과 겹치게 */
z-index: 2;
}
.premium-feature.pf-final .premium-title .label-icon-outside img {
width: 24px;
height: 24px;
}

/* pill 라벨 */
.premium-feature.pf-final .premium-title .premium-label {
display: inline-flex;
align-items: center;
background-color: #b96c5d;
color: #fff;
font-weight: 700;
padding: 11px 16px 12px 10px;
border-radius: 999px;
font-size: 1rem;
line-height: 1;
}

.premium-feature.pf-final .premium-copy {
margin-top:45px;
margin-left:0px;
flex: 1;
color: #222;
/* 제목(dt)이 절대배치로 겹치므로 약간의 상단 여유 */
padding-top: 8px; /* 필요 시 0~16px 사이로 미세조정 */
}
.premium-feature.pf-final .premium-copy p {
font-size:12px;
text-align: center;
margin: 0;
line-height: 1.6;
color: #333;
}
}

/* ================================
pf-final 역방향(텍스트 좌 / 이미지 우) 전용
기존 pf-final 룩 & 필 유지
================================ */

/* 컨테이너(PC 1200 고정, 작은 화면 100%) */
.premium-feature.pf-final.pf-reverse {
--imgW: 45%;
--gap: 5rem;
position: relative;
width: 1200px;
max-width: 100%;
margin: 0 auto;
padding: 20px 0;
}

/* dt, dd 기본 리셋 */
.premium-feature.pf-final.pf-reverse > dt,
.premium-feature.pf-final.pf-reverse > dd {
margin: 0;
}

/* dd: 좌/우 2열 (텍스트 좌, 이미지 우) */
.premium-feature.pf-final.pf-reverse .premium-desc {
display: flex;
align-items: center;         /* 수직 가운데 정렬 */
gap: var(--gap);
}

/* 왼쪽 텍스트 칼럼 */
.premium-feature.pf-final.pf-reverse .premium-copy {
order: 1;
flex: 1 1 auto;
color: #222;
display: flex;
flex-direction: column;
justify-content: center;     /* 문단 수직 중앙 */
margin-top: 70px;            /* pill(dt)와의 간격 보정 - 필요시 조절 */
padding-top: 0;
margin-right:50px;
}
.premium-feature.pf-final.pf-reverse .premium-copy p {
margin: 0;
line-height: 1.6;
color: #333;
font-size: 1.4rem;           /* 기존 톤과 유사 */
text-align: center;          /* 기존과 동일한 중앙 정렬 */
}

/* 오른쪽 이미지 칼럼 */
.premium-feature.pf-final.pf-reverse .premium-image {
order: 2;
flex: 0 0 var(--imgW);
max-width: 500px;
border: 5px solid #b96c5d;
overflow: hidden;
}
.premium-feature.pf-final.pf-reverse .premium-image img {
width: 100%;
height: auto;
display: block;
}

/* 제목(dt) : 텍스트 칼럼 상단 왼쪽 고정 */
.premium-feature.pf-final.pf-reverse .premium-title {
position: absolute;
left: 0;                     /* 역방향은 좌측에 제목 고정 */
top: 0;
z-index: 2;
margin-top:50px;
margin-left:100px;
}

/* pill(아이콘+라벨)은 기존 pf-final과 동일 스타일을 그대로 사용
필요 시 크기만 아래에서 반응형으로 조절 */

/* 모바일(<=768px): 좌우 배치 유지, 간격 축소 */
@media (max-width: 768px) {
.premium-feature.pf-final.pf-reverse {
--imgW: 48%;
--gap: 1rem;
width: 100%;
padding: 10px 0;
}
.premium-feature.pf-final.pf-reverse .premium-image {
border-width: 2px;
}
.premium-feature.pf-final.pf-reverse .premium-title {
left: 0;                  /* 모바일에서도 좌측 고정 */
top: 0;
margin-top:15px;
margin-left:0px;
}
.premium-feature.pf-final.pf-reverse .premium-copy {
margin-top: 45px;         /* pill과 간격 조금 줄임 */
margin-right: 0px;
}
.premium-feature.pf-final.pf-reverse .premium-copy p {
font-size: 12px;
}
}