@charset "utf-8";

/* CSS Document */

body {
    font-family: verdana, 돋움;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #444444;
    vertical-align: top;
}
img {
    border: 0;
	display:block;
}
table {
    font-family: verdana, 돋움;
    font-size: 12px;
    word-break: break-all;
}
.te_en {
    font-family: 굴림;
}
.te_ora {
    color: #be5d37
}
.te_gray {
    color: #a7a9ac;
}
.sz_10 {
    font-size: 10px;
}
.sz_11 {
    font-size: 21px;
}
.sz_12 {
    font-size: 12px;
}
.sz_13 {
    font-size: 13px;
}
.te_le {
    letter-spacing: -0.1em;
}
.te_he {
    line-height: -1.2em;
}
.tit {
    font-size: 16px;
    background: #838383;
    border: 1px solid #7f8183;
    padding: 6px 10px 4px 10px;
    border-radius: 1em;
    color: #fff;
    letter-spacing: -1px;
    line-height: 30px;
}
.txt_tit {
    font-family: verdana;
    font-weight: bold;
    padding: 3px 6px;
    background: #979797;
    color: #fff;
    margin-top: 5px;
}

.wrap{
	margin:0 auto;
	padding:0 47px;
	overflow:auto;
	max-width:930px;
	background-image:url('../img/bg_top.png'); 
	background-repeat:no-repeat;
	background-position:center 0;
	
}
.header{
	margin:0 auto;
	overflow:auto;
	border-bottom:5px solid #005295;
}
.header_img_01{
	float:left;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:50px
}
.header_img_02{
	float:right;
	padding-top:20px;
	padding-right:10px;
}
.content{
	margin:0 auto;
	padding-top:30px;
	overflow:auto;
}
.content .con_left{
	float:left;
	width:26%;
}
.content .con_right{
	float:right;
	width:74%;
}
.content .con_right .con_row_01{
	padding-bottom:18px;
	word-break:keep-all;
}
.content .con_right .con_row_02{
	padding-bottom:10px;
}
.content .con_right .con_row_03 table td{
	vertical-align:top;
	padding-left:15px;
	line-height:1.5em;
}
.content .con_right .con_row_03 table td.t_head{
	width:8%;
}
.content .con_right .con_row_03 table td.t_body{
	width:25%;
}
.content .con_right .con_row_03 table td.t_body_f{
	width:32%;
}
.content .con_right .con_row_04{
	margin-top:30px;
	padding-top:10px;
}
.content .con_right .con_row_04 .row_title{
	padding-bottom:18px;	
}
.content .con_right .con_row_04 .row_body>div{
	float:left;
}	
.content .con_right .con_row_04 .row_body>div.rb_right{
	margin-top:10px;
	margin-left:10px;
}
.footer{
	clear:both;
	border-top:2px solid #ccd4ca;
	margin-top:35px;
	padding-top:20px;	
	padding-bottom:10px;	
	overflow:auto;
}
.footer .footer_logo,
.footer .footer_content{
	float:left;
	letter-spacing:-0.1em;
}
.footer .footer_logo{
	width:8%;
	padding-right:2%;
}
.footer .footer_content{
	width:90%;
}
/*Media (반응형 제작을 위한 미디어 쿼리)
---------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	
	.wrap{
		width:96%;
		padding:0 2%;
	}
	.header img{
		width:100%;
	}
	.header_img_01{
		width:60%;
	}
	.header_img_02{
		width:30%;
	}
	
	.content .con_left,
	.content .con_right{
		float:none;	
		width:100%;
	}
	.content .con_left img{
		margin:0 auto;
	}
	.content .con_right .con_row_01{
		padding:10px 0;
		text-align:center;
	}
	.content .con_right .con_row_01>span{
		display:inline-block;
		margin:4px;
	}
	.content .con_right .con_row_04 .row_body{
		text-align:center;
	}
	.content .con_right .con_row_04 .row_body>div{
		float:none;
	}
	.content .con_right .con_row_04 .row_body>div.rb_left img{
		width:100%;
	}
	.footer .footer_logo img{
		width:100%;
	}
	.footer .footer_logo{
		width:8%;
		padding-right:2%;
	}
	.footer .footer_content{
		font-size:14px;
	}
}





