@charset "utf-8";
/* CSS Document */
#comparison_area{
	display:none;
	position: absolute;
	width:1920px;
	height:1080px;
	top:0;
	left:0;
	z-index:1000;
}
#comparison_background{
	position: absolute;
	width:1650px;
	height:855px;
	top:30px;
	left:0;
	right:0;
	margin:auto;
	background: #ECF3EA;	
}
.container-base{
	width:1860px;
	height:895px;
	top:0;
	left:0;
	right:0;
	margin:auto;	
}
.select-container {
	position:absolute;
	width: 1860px;
	height: 895px;
	top:10px;
	left:0;
	right:0;
	margin:auto;
}
.select_img{
	position: absolute;
	width:450px;
	height:330px;
}
.select_base{
	position: absolute;
	width:450px;
	height:330px;
	background: none;
	border:solid 10px rgba(255,255,255,0);
	z-index:100;
}
#select_base01,#select_base06,#select_base11{
	top:60px;
	left:415px;
}

#select_base02,#select_base07,#select_base12{
	top:60px;
	right:415px;
}

#select_base03,#select_base08,#select_base13{
	top:415px;
	left:190px;
}

#select_base04,#select_base09,#select_base14{
	top:415px;
	left:0;right:0;
	margin: auto;
}

#select_base05,#select_base10,#select_base15{
	top:415px;
	right:190px;
}

#select01,#select06,#select11{
	top:70px;
	left:425px;
}
#select02,#select07,#select12{
	top:70px;
	right:425px;
}
#select03,#select08,#select13{
	top:425px;
	left:200px;
}
#select04,#select09,#select14{
	top:425px;
	left:0;right:0;
	margin: auto;
}
#select05,#select10,#select15{
	top:425px;
	right:200px;
}

#select_base01:hover,#select_base02:hover,#select_base03:hover,#select_base04:hover,
#select_base05:hover,#select_base06:hover,#select_base07:hover,#select_base08:hover,
#select_base09:hover,#select_base10:hover,#select_base11:hover,#select_base12:hover,
#select_base13:hover,#select_base14:hover,#select_base15:hover{
	cursor:pointer;
	opacity:0.5;
	background: #C4FEFF;
}

#comparison01{
	position: absolute;
	width:auto;
	height:840px;
	top:40px;
	left:350px;
}

#comparison02{
	position: absolute;
	width:auto;
	height:840px;
	top:40px;
	right:350px;
}

#comparison03{
	position: absolute;
	width:auto;
	height:840px;
	top:40px;
	left:0;
	right:0;
	margin:auto;
}

#comparison_close{
	position: absolute;
	width:130px;
	height:130px;
	top:0px;
	left:0px;
	margin:auto;
	border-radius: 10px 10px 10px 10px;
}
#comparison_close2{
	position: absolute;
	width:186px;
	height:121px;
	bottom:24px;
	right:626px;
	border-radius: 17.5px 17.5px 17.5px 17.5px;
}
#comparison_close:hover,#comparison_close2:hover{
	cursor:pointer;
}