.site-header {
	background:rgba(132,132,132,0.2) !important;
}
.main-nav .gnb > li > span{
	color:#000 !important;
}
.main-nav .gnb > li:hover > span{
	color:#fff !important;
}
.main-container{
	padding-top:90px;
}
.sub-bg {
  position: relative;
  width: 100%;
  height: 560px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; /* ::before 잘림 방지 */
}

.sub-bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/parallax_bg.jpg) center center / cover no-repeat;
  transform: scale(1.2); /* 처음엔 약간 확대된 상태 */
  transition: transform 1s ease-out;
  z-index: 0;
}

.sub-bg.loaded::before {
  transform: scale(1); /* 원래 크기로 축소 */
}


.sub-text-title{
	width:250px;
	height:100px;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin:-50px 0 0 -125px;
}
.sub-text-title p.big-title{
	font-size:45px;
	font-weight:bold;
	color:#fff;
	margin:0;
}
.sub-text-title p.small-title{
	font-size:24px;
	color:#fff;
	margin:0;
}
.site-map{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	background-color:#432c1c;
}
.site-map-section {
  max-width:1200px;
  width:100%;
  margin:0 auto;
  padding:0;
  box-sizing:border-box;
}

.menu {
  display: flex;
  list-style: none;
  padding:0;
  margin: 0;
  align-items: center;
}

.menu-item {
  position: relative;
  min-width:50px;
  line-height:50px;
  color:#fff;
  border-left:0.5px solid #eee;
}
.home{
	text-align:center;
	background:#fff;
	border-left:none;
}
.home a{
	color:#432c1c;
}
.right-border{
	border-right:0.5px solid #eee;
}
.menu-link {
  cursor: pointer;
  font-weight: bold;
  display: block;
}
.has-submenu{
	width:180px;
	padding:0 15px;
	position:relative;
	background:#805234;
}
.has-submenu span.arrow{
	position:absolute;
	right:5px;
	width:40px;
	line-height:40px;
	font-size:20px;
	color:#fff;
	top:5px;
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #ccc;
  list-style: none;
  padding: 0;
  margin: 0;
  width:100%;
  border:none;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}
.submenu li{
	line-height:30px;
	border-top:1px solid #fff;
}
.submenu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  padding:5px 5px 5px 30px;
  font-size:12px;
}
.submenu li a:hover{
	background:#432c1c;
	color:#fff;
}
.menu-item.active .submenu {
  opacity: 1;
  visibility: visible;
  max-height:500px;
  background:#805234;
}
.arrow i {
  display: inline-block; /* 회전을 위해 필요 */
  transition: transform 0.3s ease;
  transform-origin: center center; /* 회전 중심을 정중앙으로 */
}

.menu-item.active .arrow i {
  transform: rotate(90deg); /* 제자리에서 회전 */
}
.left-border_none{
	border-left:none;
}
.title{
	width:1200px;
	margin:50px auto 100px;
	position:relative;
}
.title p{
	font-size:35px;
	text-align:center;
	font-weight:bold;
}
.title span{
	display:block;
	position:absolute;
	width:50px;
	height:5px;
	border-bottom:5px solid #006a82;
	bottom:-30px;
	left:50%;
	margin-left:-25px;
}


/*오버뷰 테이블*/
.project-table {
    width: 100%;
	max-width:1200px;
	margin:0 auto;
    border-collapse: collapse;
    font-family: 'Pretendard', sans-serif;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}

.project-table th,
.project-table td {
    border: 1px solid #ddd;
    padding: 22px 18px;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.project-table th {
    background: #f1f1f1;
    color: #111;
    font-weight: 700;
    width: 220px;
}

.project-table .sub-th {
    width: 140px;
    background: #f7f7f7;
}

.project-table td {
    background: #fafafa;
    font-weight: 400;
}

@media (max-width: 768px) {
	.main-container {
		padding-top: 0px;
	}
    .project-table th,
    .project-table td {
        padding: 14px 5px;
        font-size: 12px;
    }

    .project-table th {
        width: 110px;
    }

    .project-table .sub-th {
        width: auto;
		white-space:nowrap;
    }
}

.video-wrap{
    position:relative;
    width:100%;
    padding-bottom:675px; /* 16:9 */
    height:0;
    overflow:hidden;
}

.video-wrap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:675px;
}

.content_img{
	width:1200px;
	margin:30px auto;
	position:relative;
}
.description{
	margin:20px auto 50px;
	max-width:1200px;
	width:100%;
	padding:20px 10px;
	background:url(/images/sub_f_img.png) no-repeat;
	background-position:50px center;
	background-color:#eee;
	box-sizing:border-box;
}
.description p{
	margin:0;
	padding:0;
	margin-left:150px;
	font-size:14px;
	margin-bottom:10px;
}
.description p.margin-0{
	margin-bottom:0;
}
.floor-tabs {
  margin: 30px auto;
  max-width: 1200px;
}

.floor-tab-buttons {
  display: flex;
  justify-content: center;
  justify-content: flex-start; /* ← 왼쪽 정렬로 변경 */
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.floor-tab-buttons li {
  width:200px;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #ccc;
  border-bottom: none;
  border-right:none;
  background: #f0f0f0;
  transition: background 0.3s;
  text-align:center;
  box-sizing:border-box;
}
.floor-tab-buttons li:last-child{
	border-right:1px solid #ccc;
}

.floor-tab-buttons li:first-child{
	margin-left:0;
}
.floor-tab-buttons li.active {
  background: #fff;
  border-top: 3px solid #000;
  color: #000;
}

.floor-images {
  position: relative;
}

.floor-img {
  display: none;
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.floor-img.active {
  display: block;
}
.center{
	text-align:center;
}
.ret_ntc_img{
	position: relative;
	display: inline-block;
}
.ret_ntc_img img{
	display: block;
	max-width: 100%;
}
.link-zone {
  position: absolute;
  display: block;
  z-index: 10;
}
.online_inquiry{
	width:1200px;
	margin:0 auto 50px;
	padding:50px 0 100px;

	background-color:#432c1c;
	background-image:url('/images/customer_img.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;

	border-radius:20px;
}
.online_inquiry label{
	color:#fff;
}

.ment{
	width:1200px;
	margin:20px auto;
	color:#666;
	text-align:center;
	font-size:18px;
}
.inquiry-form {
  max-width: 600px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.inquiry-form label {
  font-weight: bold;
  margin-top:30px;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing:border-box;
}

.privacy-box {
  height: 100px;
  overflow-y: scroll;
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
}
.privacy-box p{
	line-height:25px;
}
button[type="submit"] {
  background: #fff;
  color: #000;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 50px;

  /* ✅ 부드러운 전환 효과 */
  transition: background-color 0.3s ease, color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #013a47;  /* 마우스 오버 시 배경색 변경 */
  color: #fff;             /* 글자색 반전 */
}

.checkbox-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 8px;
}
.checkbox-label input[type="checkbox" i]{
	width:40px;
}
.pc-block{
	display:block;
}
.mobile-block{
	display:none;
}
/*온라이문의 따라다니기 메뉴*/
.floating-consult-btn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  transition: transform 0.3s;
  background:transparent;
}
.floating-consult-btn img {
  width: 60px;
  height: auto;
}
.floating-kakao-btn {
	position: fixed;
	bottom: 130px; /* 온라인상담 버튼 위에 위치 */
	right: 20px;
	z-index: 1001;
}
.floating-kakao-btn img {
	width: 60px;
	height: auto;
}

/*온라이문의 따라다니기 메뉴 끝*/

@media (max-width:768px) {
	.sub-margin{
		height:60px;
		width:100%;
		background:#000;
	}
    .title{
    	width:100%;
    	margin: 30px auto 50px;
    }
    .title p{
    	
    }
    .title span{
    	bottom:-20px;
    }
    .content_img{
    	width:100%;
		margin-bottom:0;
    }
    .content_img img{
        width: 100%;
    }  
    .sub-bg {
      max-width: 100% ;
      height:200px;
    }
    .floor-tabs {
        margin: 30px auto;
        max-width: 1200px;
    }

    .floor-tab-buttons {
      overflow: scroll;
    }

    .floor-tab-buttons li {
      width:200px;
      padding: 10px 20px;
      white-space: nowrap;
    }
	.ment{
		width:90%;
		margin:20px auto;
		color:#fff;
		text-align:center;
		font-size:18px;
		padding:0 20px;
		box-sizing:border-box;
		word-break: keep-all;
		letter-spacing: -0.3px;
	}
    .online_inquiry{
    	width:90%;
    	margin:0px auto 50px;
    	padding:20px 10px 20px;
		background:url(/images/customer_m_img.jpg) right center / cover no-repeat;
		background-size:cover;
    	box-sizing: border-box;
    }
    .inquiry-form {
      max-width: 100%;
      margin: 20px auto;
      display: flex;
      flex-direction: column;
      gap: 5px;
	  padding:0 10px;
    }
	.inquiry-form label {
    font-weight: bold;
    margin-top: 10px;
	}
	.checkbox-label input[type="checkbox" i] {
		width: 20px;
	}
	.pc-block{
		display:none;
	}
	.mobile-block{
		display:block;
	}
	.description{
		margin:20px auto 0;
		max-width:100%;
		width:100%;
		padding:20px 10px;
		background-color:#eee;
		box-sizing:border-box;
		background-image:none;
	}
	.description p{
		margin:0;
		padding: 0 20px;
		margin-left:0px;
		font-size:12px;
		margin-bottom:10px;
		word-break: keep-all;
		letter-spacing: -0.3px;
	}
	.description p.margin-0{
		margin-bottom:0;
	}
	.indent-multiline {
	  text-indent: -1em;
	}
	/*온라이문의 따라다니기 메뉴*/
	.floating-consult-btn {
	  position: fixed;
	  bottom: 30px;
	  right: 10px;
	  z-index: 999;
	  transition: transform 0.3s;
	  background:transparent;
	}
	.floating-consult-btn img {
	  width: 50px;
	  height: auto;
	 }
	.floating-kakao-btn {
	  position: fixed;
	  bottom: 100px; /* 온라인상담 버튼 위에 위치 */
	  transition: transform 0.3s;
	  right: 10px;
	  z-index: 1001;
	}
	.floating-kakao-btn img {
		width: 50px;
		height: auto;
	}
}
.exclusive-form-wrap{
    width:1200px;
    margin:40px auto;
    padding:40px;

}
.download-form-wrap{
    width:600px;
    margin:80px auto;
    padding:60px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.download-form-wrap h1{
    font-size:32px;
    margin-bottom:40px;
    text-align:center;
    color:#432c1c;
}

.download-form-wrap form{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.download-form-wrap input{
    height:55px;
    padding:0 20px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:16px;
}

.download-form-wrap button{
    height:60px;
    border:none;
    border-radius:10px;
    background:#432c1c;
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
}

.download-form-wrap button:hover{
    opacity:0.9;
}
.download-check-title{
    margin-top:10px;
    margin-bottom:15px;
    font-size:16px;
    font-weight:600;
    color:#432c1c;
}

.download-check-wrap{
    display:flex;
    align-items:center;
    gap:30px;
    margin-bottom:40px;
}

.download-check-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:18px;
    cursor:pointer;
}

.download-check-item input[type="checkbox"]{
    width:18px;
    height:18px;
}
.download-guide-box{
    background:#fff;
    border-radius:20px;
    padding:35px 30px;
    margin-bottom:30px;
    display:flex;
    align-items:center;
    gap:25px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    border:1px solid #eee;
}

.guide-icon{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:50%;
    background:#432c1c;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
}

.guide-text h2{
    font-size:24px;
    font-weight:700;
    margin-bottom:12px;
    color:#222;
}

.guide-text p{
    font-size:16px;
    line-height:1.7;
    color:#555;
    margin-bottom:10px;
}

.guide-text span{
    font-size:13px;
    color:#999;
}

.privacy-consent{
    margin-top:25px;
}

.privacy-check{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    font-weight:600;
    color:#222;
    margin-bottom:15px;
    cursor:pointer;
}

.privacy-check input{
    width:18px;
    height:18px;
}

.privacy-box{
    background:#f8f8f8;
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:18px;
    font-size:14px;
    line-height:1.8;
    color:#666;
}
/* =========================
   다운로드 페이지 모바일 최적화
========================= */
@media (max-width:768px){

    .download-form-wrap{
        width:92%;
        margin:40px auto;
        padding:25px 18px;
        border-radius:15px;
        box-sizing:border-box;
    }

    .download-form-wrap h1{
        font-size:26px;
        margin-bottom:25px;
        line-height:1.4;
    }

    .download-form-wrap form{
        gap:15px;
    }

    .download-form-wrap input{
        height:50px;
        padding:0 15px;
        font-size:15px;
        box-sizing:border-box;
    }

    .download-form-wrap button{
        height:54px;
        font-size:16px;
        margin-top:10px;
    }

    /* 안내박스 */
    .download-guide-box{
        flex-direction:column;
        text-align:center;
        padding:25px 18px;
        gap:18px;
        border-radius:15px;
    }

    .guide-icon{
        width:60px;
        height:60px;
        min-width:60px;
        font-size:24px;
    }

    .guide-text h2{
        font-size:20px;
        margin-bottom:10px;
        line-height:1.4;
        word-break:keep-all;
    }

    .guide-text p{
        font-size:14px;
        line-height:1.6;
        margin-bottom:8px;
        word-break:keep-all;
    }

    .guide-text span{
        font-size:12px;
        line-height:1.5;
        display:block;
    }

    /* 다운로드 체크 */
    .download-check-title{
        font-size:15px;
        margin-bottom:10px;
    }

    .download-check-wrap{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
        margin-bottom:25px;
    }

    .download-check-item{
        font-size:16px;
    }

    .download-check-item input[type="checkbox"]{
        width:20px;
        height:20px;
    }

    /* 개인정보 */
    .privacy-consent{
        margin-top:10px;
    }

    .privacy-check{
        align-items:flex-start;
        font-size:14px;
        line-height:1.5;
    }

    .privacy-check input{
        margin-top:2px;
        min-width:18px;
    }

    .privacy-box{
        padding:15px;
        font-size:13px;
        line-height:1.7;
        word-break:keep-all;
    }

}
body{
    overflow-x:hidden;
}