@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
*{position: relative;margin: 0;padding: 0; font-family: 'SUIT';}


:root {
	--swiper-theme-color: #000000;
}
		a{text-decoration: none;color: inherit;}
		img{
			display: block;width: 100%;
		}
		header{
			position: absolute;top: 0;left: 0;
			width:calc(100% - 400px); height: 100px;
			z-index: 999;
			display: flex;
			/* justify-content: center; */
			align-items: center;
			padding: 0px 40px;
 		   box-sizing: border-box;
		}
		
		.close-btn {position: absolute; right: 40px; z-index: 100; color: #fff; display: flex; align-items: center; gap: 5px;
			background: url('../../../theme/basic/img/estimate/ico_est_end.svg') no-repeat left center; padding-left: 30px; font-size: 14px
		}

		@keyframes colorChange {
			0% { color: red; }
			25% { color: blue; }
			50% { color: green; }
			75% { color: orange; }
			100% { color: red; }
		}
		header h2{
			animation: colorChange 4s infinite;
			transition: color 1s ease;
		}
		header a img{
			width: 74px;
		}

		.section1{
			width: 100%;
		   height: calc(100vh);
			/* height: 100vh; */
			/* border: 1px solid red; */
			box-sizing: border-box;
			position: absolute;top: 0;
		   
		}
		.container{
			display: flex;
			width: 100%;height: 100%;
		}
		.left{width:calc(100% - 400px); height: 100%;
			/* border: 1px solid black; */
			box-sizing: border-box;
			position: relative;
		}
		.left:before {
				content: "";
				position: absolute;
				top: 0;
				right:0;
				z-index: 2;
				width: 15%;
				height: 100%;
				background: linear-gradient(90deg, #0000, #000);
				pointer-events: none;
		}
		.right{
			width: 400px;
			/* border: 1px solid green; */
			box-sizing: border-box;
			padding: 35px 40px 35px 0;
			background: #000;
			display: flex;flex-direction: column;gap: 20px;
			box-sizing: border-box;
		}
		.img_btn {height: 32px; padding: 0 10px; background: none; border: 1px solid #ddd}
		.make_wrap {background: #fff; height:calc(100vh - 70px); border-radius: 10px; overflow: hidden}
		.make_wrap .head_title {display: flex; align-items: center; justify-content: space-between; gap: 5px; height: 70px; padding: 0 35px; background: #f5f5f5;}
		.in_Wrap {padding:20px 35px; height:calc(100% - 110px); overflow: hidden; overflow-y: auto;}
		.left>div{
			width: 100%;height: 100%;
			position: absolute;bottom: 0; left: 0;
			
		}
		.left>div>img{
			width: 100%;height: 100%;
			object-fit: cover;
		}
		.left .text{
			position: absolute;bottom: 0;right: 0;
			padding: 15px;font-weight: 100;color: #ffffff;
			font-size: 16px;
			z-index: 999;
		}
		.black{
			background-color: rgb(0, 0, 0);
		}
		.backimg{
			display: none;
		}
		.floorimg{
			display: none;
		}
		.sitimg{
			display: none;
		}
		.trimimg{
			display: none;
		}
		.lampimg{
			display: none;
		}
		.on{
			display: block;
		}



	.swiper {
	  width: 80%;
	  height: 50px;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next,
	.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {left: 0}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {right: 0}
	.swiper-button-next, .swiper-button-prev {width: auto}
	
	.sitpattern, .sitcolor, .trim, .sel-sp {padding: 30px 0 20px; border-bottom: 1px solid #eee}

	.swiper-slide {
	  text-align: center;
	  font-size: 18px;
	  background: #fff;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}


	.swiper-slide img {
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	}
	.page{
		position: absolute;top: 50%;left: 0%;
		width: 100%;
	}
	.swiper-slide{
		font-size: 12px;color: rgb(99, 99, 99);
		cursor: pointer;
	}
	.swiper-slide-active{
		font-size:24px;color: black;font-weight: 700;
	}
	.sitcolorslide .swiper {
	  width: 100%;
	  height: 50px;
	}
	.sitcolorslide .swiper-slide{
		white-space: nowrap;
		font-size: 12px;color: rgb(99, 99, 99);
		cursor: pointer;
	}
	.sitcolorslide .swiper-slide-active{
		font-size: 24px;color: black;
	}
	.trim .swiper-slide{
		white-space: nowrap;
		font-size: 12px;color: rgb(99, 99, 99);
		cursor: pointer;
	}
	.trim .swiper-slide-active{
		font-size: 24px;color: black;
	}

	.swiper-button-next::after,.swiper-button-prev::after {font-size: 18px;}
	.swiper{
		margin-top: 10px;
	}
	button{
		display: flex;justify-content: center;align-items: center;
	}
  
	.j{display: block!important;}


 @media (max-width:1024px){
	 header {width: 100%; height: 60px;  padding: 0px 20px;}
	 .close-btn {display: block; width:40px; height: 40px;  right: 0; background: url('/theme/basic/img/common/ico_close_wh.svg') no-repeat center center; background-size: contain; text-indent: -9999px}
		.container{
			display: block;
			width: 100%;height: 100%;
		}
		.left{width: 100%;height: 50vw;
			/* border: 1px solid black; */
			box-sizing: border-box;
			position: relative;
		}
		.left>div>img{
			   width: 100%;height: 100%;
			object-fit: cover;
		}
		.left:before {left: 0; width: auto; bottom: 0; top:auto; height: 50px; background: linear-gradient(180deg, #0000, #000);}
		.right{
			width: 100%; height: calc(100% - 50vw);
			/* border: 1px solid green; */
			box-sizing: border-box;
			padding:0 20px 20px;
			display: flex;flex-direction: column;gap: 20px;
		   
			/* background-color: white; */
			overflow-y: auto;
		}
		.swiper{
			margin-top: 10px;
		}
		.left:before {}
	}
	@media (max-width:768px){
		header {padding: 0 16px; height: 60px}
		
		.container{
			display: block;
			width: 100%;height: 100%;
		}
		.left>div>img{
			width: 100%;height: 100%;
			object-fit: cover;
		}
		.left:before {display: none}
		.right {padding: 0}
		.make_wrap {border-radius: 0}
		.make_wrap .head_title {padding: 0 16px}
		.in_Wrap {padding:0 16px 16px}
		.swiper-slide{
			
			cursor: pointer;
		}
		.swiper{
			margin-top: 10px;
		}
		.left .text{
			position: absolute;bottom: 0;right: 0;
			padding: 15px;font-weight: 100;color: #ffffff;
			font-size: 10px; padding: 5px;
		}
	}
	@media (max-width:500px){
		.make_wrap .head_title {height: 50px}
		header a img {width: 50px}
	}
	.hidden {
		display: none;
	  }
	  .visible {
		display: block;
	  }
.tooltip-container {
	
	display: inline-block;
	cursor: pointer;
}


.tooltip {
	
	display: inline-block;
}
.tooltip i{
   
	font-size: 16px;color: #ccc;
}


.tooltip1 .tooltiptext {
	visibility: hidden;
	width: auto;white-space: nowrap;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px 12px;
	box-sizing: border-box;
	position: absolute;
	z-index: 999;
	top: 100%; /* 마우스 위에 표시되게 하려면 bottom을 조정하세요 */
	left: 50%;
	transform: translate(-47.5%,8%);
	opacity: 0;
	transition: opacity 0.3s;
	/* visibility: visible; */
	font-size: 13px;
	display: flex;justify-content: center;
	text-align: left;flex-direction: column;
	font-weight: 100;
}
.tooltip1 .tooltiptext b{font-size: 15px; font-weight: 900;}
.tooltip1 .tooltiptext::before {
	content: "";
	position: absolute;
	bottom: 99%; /* 화살표를 아래로 표시 */
	right: 50%;
	transform: translate(0,0%);
	/* margin-left: -5px; */
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #555 transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.tooltip2 .tooltiptext {
	visibility: hidden;
	width: auto;white-space: nowrap;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px 12px;
	box-sizing: border-box;
	position: absolute;
	z-index: 999;
	top: 100%; /* 마우스 위에 표시되게 하려면 bottom을 조정하세요 */
	left: 50%;
	transform: translate(-25%,8%);
	opacity: 0;
	transition: opacity 0.3s;
	/* visibility: visible; */
	font-size: 13px;
	display: flex;justify-content: center;
	text-align: left;flex-direction: column;
	font-weight: 100;
}
.tooltip2 .tooltiptext b{font-size: 13px; font-weight: 900;}
.tooltip2 .tooltiptext::before {
	content: "";
	position: absolute;
	bottom: 99%; /* 화살표를 아래로 표시 */
	right: 72.5%;
	transform: translate(0,0%);
	/* margin-left: -5px; */
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #555 transparent;
}




.swiper .swiper-slide{
overflow: visible;
}






.btn-group{display: flex;justify-content: center;gap: 5px;}
.sel-sp {display: flex; align-items: center; justify-content: space-between}
.spbtn{
	padding: 8px 16px; border: 1px solid #151515;
	display: flex;justify-content: center;align-items: center;
	border-radius: 25px;transition: 0.5s; font-size: 14px; color: #151515;
	cursor: pointer;
}
.spbtn.getsp{
	background-color: #151515; color:#fff;
	transition: 0.5s;
}
.nosee{
	display: none!important;
}
