.container {
	display: inline-block;
	width: 100%; max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}

.container > .contents {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	margin-bottom: 100px;
}

.container > .contents > .banner_box {
	display: inline-block;
	width: 100%;
}

.container > .contents > .banner_box > img {
	width: 100%;
}

.container > .contents > .tbl_box {
	display: inline-block;
	width: 100%;
}

.container > .contents > .tbl_box > table{
	border-collapse: collapse;
    table-layout: auto;
    word-break: break-all;
    width: 100%;
	border-top: 2px solid #222356;
	margin-top: 35px;
}

.container > .contents > .tbl_box > table > tbody > tr > td {
	border-bottom: 1px solid #d2d2d2;
}

.container > .contents > .tbl_box > table > tbody > tr > td.col_01{
	width: 160px; height: 50px;
	box-sizing: border-box;
	color: #373737; font-size: 13px;
	text-align: center;
	font-family: "nanumbarungothicbold", "nanumbarungothic bold", serif;

	background-color: #f3f3f3;
}


.container > .contents > .tbl_box > table > tbody > tr > td.col_02{
	padding: 0px 14px;
	box-sizing: border-box;
	color: #373737; font-size: 13px;
	text-align: left;
}

.container > .contents > .tbl_box > table > tbody > tr > td.col_02 > select {
	width: 275px; height: 32px; line-height: 32px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #9d9d9d;
	box-sizing: border-box;
}

.container > .contents > .tbl_box > table > tbody > tr > td.col_02 > input.txt_type_01 {
	width: 275px; height: 32px; line-height: 32px;
	padding: 0px 10px;
	border: 1px solid #9d9d9d;
	box-sizing: border-box;
}

.container > .contents > .tbl_box > table > tbody > tr > td.col_02 > input.txt_type_02 {
	width: 100%; height: 32px; line-height: 32px;
	padding: 0px 10px;
	border: 1px solid #9d9d9d;
	box-sizing: border-box;
}

.container > .contents > .tbl_box > table > tbody > tr > td.col_02 > input.file_type {
	width: 100%; height: 32px; line-height: 32px;
	padding: 0px 10px 0px 0px;
	box-sizing: border-box;
}

.container > .contents > .tbl_box > table > tbody > tr > td.col_02 > input.check_type {
	vertical-align: middle;
}

.container > .contents > .tbl_box > table > tbody > tr > td.col_02 > input.radio_type {
	vertical-align: middle;
}

.container > .contents > .tbl_box > table > tbody > tr > td.col_02 > textarea {
	resize: none;
	width: 100%; height: 233px;
	padding: 10px;
	border: 1px solid #9d9d9d;
	box-sizing: border-box;
}

.container > .contents > .btn_box {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin-top: 35px;
}

.container > .contents > .btn_box > a {
	display: inline-block;
	text-decoration: none;
	width: 160px; height: 38px; line-height: 38px;
	font-size: 14px; color: #fff;
	text-align: center;
}

.container > .contents > .btn_box > a.write_btn {
	background-color: #212255;
	margin-left: 6px;
}

.container > .contents > .btn_box > a {
	background-color: #474747;
}




@media (max-width: 420px){ 
	.container {
		max-width: 90%;
	}
	.container > .contents > .tbl_box > table > tbody > tr > td {
		font-size: 12px;
	}
	.container > .contents > .tbl_box > table > tbody > tr > td.col_01 {
		width: 75px;
		font-size: 12px;
	}
	.container > .contents > .tbl_box > table > tbody > tr > td.col_02 > input.txt_type_01 {
		width: 100%;
	}
	
	.container > .contents > .tbl_box > table > tbody > tr > td.col_02 > select {
		width: 100%;
	}
	.container > .contents > .btn_box > a {
		width: 100px;
		font-size: 12px;
	}

	.container > .contents > .tbl_box > table > tbody > tr > td.col_02 > span {
		display: none;
	}

}

@media (max-width: 819px) and (min-width: 421px) { 
	.container {
		max-width: 90%;
	}

	.container > .contents > .tbl_box > table > tbody > tr > td {
		font-size: 12px;
	}
	.container > .contents > .tbl_box > table > tbody > tr > td.col_01 {
		width: 75px;
		font-size: 12px;
	}
	
	.contents > .tbl_box > table > tbody > tr > td.col_02 > span {
		display: none;
	}

}

@media (max-width: 1043px) and (min-width: 820px) { 
	.container {
		max-width: 800px;
	}

}

@media (max-width: 1099px) and (min-width: 1044px) { 
	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1100px){

}



/*
	@media (max-width: 420px){ 

	}

	@media (max-width: 819px) and (min-width: 421px) { 

	}

	@media (max-width: 1043px) and (min-width: 820px) { 

	}

	@media (max-width: 1099px) and (min-width: 1044px) { 

	}

	@media (min-width: 1100px){

	}
*/
