@charset "utf-8";
/* CSS Document */
/*		==		==		전체 스타일		==		==		*/
* {
	font-family: 'Noto Sans KR', sans-serif;
	margin:0 auto;
	padding:0;
}
body {
	color:#333333;
    font-size: 17px;
	letter-spacing: -0.5px;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
	color:inherit;
}
.clear {
	clear:both;
}
/*		//		//		//		//		//		//		//		//		//		*/

/*		==		==		레이아웃		==		==		*/
#container{
    width: 910px;
	display: flex;
}
.cont1, .cont2 {
	width: 770px;
}
/*		//		//		//		//		//		//		//		//		//		*/
.title {
	width: 910px;
	height: 5px;
}
.title h3 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
	margin-left: 18px;
}
.content {
	width: 100%;
}
.cont1 {
	height: 379px;
	float: left;
	text-align: center;
	border-bottom: #DDDDDD 1px solid;
	border-right: #DDDDDD 1px solid;
	background:#ffffff;
}
.cont1>img {
	width: 290px;
	height: 330px;
	margin-top: 25px;
	border-radius: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.cont2 {
	height: 160px;
	margin-top: 50px;
	float: left;
	border-right: #DDDDDD 1px solid;
	border-bottom: #DDDDDD 1px solid;
	border-top: #DDDDDD 1px solid;
	background-color:#fcfcfc;
}
.cont2textbox {
	padding:25px;
	text-align: left;
}
.cont2textbox span {
	font-size: 18px;
	padding-left: 3px;
	font-weight: 500;
}
.cont2textbox h4 {
	font-size: 21px;
	font-weight: 600;
}
.cont2textbox p {
	font-size: 18px;
	float: left;
}
.cont3 {
	height: 280px;
	float: left;
	background-color:#fcfcfc;
	border-bottom: #DDDDDD 1px solid;
	border-right: #DDDDDD 1px solid;
}
.cont3textbox {
	padding:25px;
}
/*		==		==		패킹		==		==		*/
#packing {
	width: 200px;
	border-bottom: #DDDDDD 1px solid;
	border-top: #DDDDDD 1px solid;
	margin-top: 50px;
	background:#ffffff;
 }
#packing p {
	text-align: left;
	font-weight:550;
	margin-left: 30px;
	margin-top: 6px;
	color: #666666;
}
#packing h3 {
	margin-top: 13px;
	margin-left: 25px;
	margin-bottom: 20px;
	font-size: 20px;
}
.pack1, .pack2, .pack3 {
	margin-left: 23px;
}
.pack1 {
	float:left;
	margin-top: 10px;
}
.pack1>img {
	text-align: center;
	width: 130px;
	height: 115px;
}
.pack2>img {
	text-align: center;
	width: 130px;
	height: 115px;
}

.pack3>img {
	width: 140px;
	height: 90px;
	margin-left:1px;
}
.pack2 {
	float: left;
	width: 250px;
	height: 240px;
	margin-top: 70px;
}
.pack3 {
	float: left;
	height: 240px;
	margin-top: 10px;
}
.pack3 p {
	text-align: left;
}