.content_bg{
	display: block;
}

.img_container>img{
	display: block;
	width: 100%;
}

.content_margin{
	display: block;
	width: 100%;
	height: 30px;
}

#title_text{
	font-family: 'Nanum Myeongjo'; 
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 60px;
	font-weight: 600;
	color: #9e6c60;	
}

#under_line{
	display: block;
	margin: 0 auto;

	width: 60px;
	height: 1px;
	
	background: #9e6c60; 
}

.content_text{
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-size: 14px;
	color: #696969;
	font-weight: 500px
}

.content_text>span{
	font-size: 14px;
	color: #9e6c60;	
}


table {
	width: 100%;
	border: 1px solid #444444;
	border-collapse: collapse;

}
th, td {
	border: 1px solid #444444;
	padding:0.5em;
	font-size:1em;
	font-weight:normal;
}

th {
	width:20%;
	font-size:1.1em;
	color:white;
	background:#936359;
	border-color:#8c5848;
}

td {
	color:#3b3b3b;
	background:#f8f8f8;
	border-color:#d6d6d6;
	word-wrap: normal;
}



#bottom_margin{
	display: block;
	width: 100%;
	height: 100px;
}

@media (max-width: 500px){
	#title_text{
		font-size: 30px;
	}

	.content_text{
		font-size: 11px;
		letter-spacing: -1.3px;
	}	
}