
body{
	font-size:15px;
	font-family: "¸¼Àº °íµñ", "µ¸¿ò", Dotum, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	counter-reset: section;
	margin : 0;
}

.img-container{
	margin-top: 20px;
}

.prod-img{
	width:150px;
	height:81px;
}

.check-img{
	width:500px;
}

span{
	font-size:11px;
}

select{
	height: 30px;
    border-radius:3px;	
}

a{
	float:left;
	color:white;	
	margin-left:10px;
	border: 0;
	border-radius:3px;
	background-color:#003366;
	padding:2px;
	text-decoration: none;
}

a:active{
	background:black;
}

#wrap{
	width:700px;
	/*border:3px solid black;*/
	margin: 0 auto;
}
.title img{
	vertical-align:top;
}
.foot{
	background-image: url("../bckgrndImg/footImage2508.jpg");
	color:white;
	height:30px;
}

.outer-container{
	background-image: url("../bckgrndImg/bg_s2508.jpg");
	width:100%;
}

.border-container{
	background-image: url("../bckgrndImg/bg2508.jpg");
	width:90%;
	padding: 2.5% 0px;
	margin:auto;
}

.container{
	/*background-image: url("../bckgrndImg/bg1801.jpg"); */
	background-color: white;
	width:95%;
	padding-top: 15px;
	margin: auto;
}

.section{
	/*background:white;*/
	color:black; 
	width:95%;
	margin: auto;	
}

.row{
	border-top : 1px solid #cccccc;
	padding:10px;
}

.row ul{
	padding-left:0px;
	overflow:hidden;
	text-align: center;
	list-style: none;
}

.row li{
	width:33%;
	float:left;
	/*border: 1px solid #E0EBFF;*/
	padding-top: 10px;
	border: 1px solid #CCCCCC;	
	box-sizing:border-box;
	min-height: 180px;
}

.row > p{
	font-weight: bold;
	font-size:20px;	
	margin:  0px 0px 5px 0px;
}

p.contents:before{
	content:'¡Ø ';
}

p.contents{
	font-weight:normal;
	font-size:1em;
	text-indent: -17px;
	padding-left:17px;
}

/*increment. Á¦ 1Á¶, Á¦ 2Á¶ µîµî*/
span.num{
	counter-reset: subsection;
	font-size : 1.2em;
	font-weight: bold;
}

span.num:before{
	counter-increment: section;
	content : "Á¦" counter(section) "Á¶";
}

/*increment. (1), (2)*/
p.contents-num{
	font-weight:normal;
	font-size:1em;
	text-indent: -22px;
	padding-left:24px;
}

p.contents-num:before{
	counter-increment: subsection;
	content : "(" counter(subsection) ") ";
}


.line{
	border:1px solid #CCCCCC;
	height:100px;
	overflow:scroll;
	overflow-x : hidden;
}

.right{
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
}

.center{
	text-align:center;
}

.phone{
	text-align:center;
	width:55px;
	padding: 0px 5px;
}

.auth{
	width:90px;
	padding: 0px 5px;
}

.not{
	font-weight:bold;
	color:#FFBB00;
}

.clear{
	font-weight:bold;
	color:#0072bc;
}

.large{
	width:218px;
	height:60px;
	border:0;
	font-size:25px;
	font-weight: bold;
}

.large-reset{
	width:105px;
	height:60px;
	border:0;
	font-size:25px;
	font-weight: bold;
	background-color: gray;
	border:0;
	border-radius:3px;
	color:white;
	margin-bottom: 5px;	
	
	/*¾ÆÀÌÆù ¹öÆ° ¹®Á¦ ÇØ°á*/
	-webkit-appearance: none;
    -webkit-border-radius: 0;	   
}

.small{
	height:30px;
}

.btn{
	border:0;
	background:#003366;
	border-radius:3px;
	color:white;
	margin-bottom: 5px;
	
	/*¾ÆÀÌÆù ¹öÆ° ¹®Á¦ ÇØ°á*/
	-webkit-appearance: none;
    -webkit-border-radius: 0;	
}

.btn:active{
	background:black;
}

.btn:disabled{
	background:gray;
}

.txt{
	border:1px solid #cccccc;
	border-radius:3px;
	height:30px;
}

/*µé¿©¾²±â*/
.indent{
	padding-left:25px;
}
/*Å×ÀÌºí*/

table, thead,th, tbody, td{
	border:1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 0px 5px;
}


/*¸ð¹ÙÀÏ À¥¿¡¼­´Â ÀÌ·¸°Ô º¸ÀÌ°Ô ÇÑ´Ù.*/

@media all and (max-width: 768px){
	
	a{
		font-size:1em;
	}
		
	label, span{
		/*font-size:0.7em;*/
		font-size:1.0em;
	}
	
	img{
		width:100%;
		object-fit:scale-down;
	}
	
	#wrap{
		width:100%;
		margin: 0 auto;
	}
	
	.foot{
		background-image: url("../bckgrndImg/footImage2508.jpg");
		background-size: cover;
		font-size: 1.2em;
		height:30px;
	}
	
	
	.large{
		width:150px;
		height:60px;
		border:0;
		font-size:1.2em;
		font-weight: bold;
	}
	
	.phone{
		text-align:center;
		width:21%;
		padding: 0px 5px;
	}
	
	.auth{
		width:30%;
		padding: 0px 5px;
	}
	
	p.contents{
		text-indent: -0.9em;
		padding-left:0.9em;
	}
	
	/*increment*/
	span.num{
		counter-reset: subsection;
		font-size : 1em;
		font-weight: bold;
	}
	
	span.num:before{
		counter-increment: section;
		content : "Á¦" counter(section) "Á¶";
	}
	
	.check-img{
		width:100%;

	}	
	
	.large-reset{
		font-size:1.2em;
	}
	
	.img-container{
		margin-top:10px;
	}
	
	.prod-img{
		width:100%;
		height:81px;
	}
	
}

/*ÇØ»óµµ°¡ 400ÀÌÇÏÀÎ Æù¿¡ ´ëÇØ¼­ µû·Î Àû¿ë*/
@media all and (max-width: 400px){
	
	a{
		font-size:0.8em;
		/*font-size:1em;*/
	}
	
	.phone{
		width:40px;	
	}
	
	select.phone{
		width:60px;
	}
	
	label, span{
		vertical-align:3px;
		/*font-size:0.6em;*/
		font-size:1.0em;
	}
	
	.auth{
		width:50px;
		padding: 0px 5px;
	}
	
	.check-img{
		width:100%;
	}
	
	.large-reset{
		font-size:1.2em;
	}
	
	.img-container{
		margin-top: 10px;
	}
	
	.prod-img{
		width:100%;
		height:81px;
	}


}