/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);



@media screen and (min-width:980px) {

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Nanum Gothic', sans-serif;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	content: '';
	display: block;
	clear:both;
}

.wrap_content {
	width: 980px;
	margin:0 auto;
}
.title_bg {
	position: relative;
	background-color: #afa3a7;
	height:143px;
	border-bottom:8px solid #ac121c;
}

.title_copy {
	position: absolute;
	width:600px;
	left:350px;
	top:37px;
	padding-top:7px;
	font-size:14px;
	color:#fff;
	line-height: 20px;
}
.title_mark {
	position: absolute;
	left:40px;
	top:30px;
}
.title_mark img {
	width: 60%;
}



.theme {
	margin-top:45px;
	position: relative;
}
.theme span.theme_num {
	position: absolute;
	left:4px;
	top:4px;
	color:#fff;
	font-size:12px;
}
.theme span.theme_txt {
	position: absolute;
	left:30px;
	top:4px;
	font-family: 'Nanum Myeongjo', sans-serif;
	font-size:18px;
	font-weight: 700;
	color:#ac121c;
	letter-spacing: -1px;
}
.contents {
	margin-left:30px;
	margin-top:12px;
}
.contents_txt {
	font-size:14px;
	color:#333;
	font-weight: 700;
	line-height: 20px;
}
.contents_etc {
	margin-top:12px;
	font-size:12px;
	color:#535353;
	line-height: 17px;
}
.contents_tbl {
	margin-top:12px;
}
.contents_tbl table {
	border-collapse: separate;
    border-spacing: 2px;
	/*border-collapse: collapse;*/
    width: 100%;
}
.contents_tbl table tr th, .contents_tbl table tr td {
	font-size:14px;
	vertical-align: middle;
	padding:9px;
	text-align: center;
	line-height: 17px;
}
.contents_tbl table tr td {
	border-bottom:1px solid #ccc;
}
.contents_tbl table tr th {
	background-color: #ac121c;
	color:#fff;
}
.contents_tbl table tr td.td_theme {
	font-weight: 700;
}

.contents_tbl table tr td.align_left {
	text-align: left;
}



.txt_etc {
	margin-top:25px;
	position: relative;
	width: 80%;
	border:1px solid #ccc;
	border-radius: 5px;
	padding:10px;
	color:#ac121c;
	font-weight: 700;
}
.txt_etc img {
	width:32%;
	position: absolute;
	left:250px;
	top:20px;
}


.contents_box_1 {
	float:left;
	width: 530px;
	padding-right:20px;
	border-right: 1px dotted #ccc;
	box-sizing: border-box;
}

.contents_box_2 {
	float:left;
	width: 449px;
	padding-left:20px;
	box-sizing: border-box;
}

/* Process */
.process {
	position: relative;
	font-size:14px;
	line-height: 20px;
	
}
.process img {
	width:70%;
	position: absolute;
	left:120px;
}
.process_1 span,.process_2 span,.process_3 span,.process_4 span {
	font-weight: 700;
	color:#ac121c;
	letter-spacing: -1px;
}
.process_1 {
	position: absolute;
	left:0px;
	top:43px;
}
.process_2 {
	position: absolute;
	left:0px;
	top: 165px;
}
.process_3 {
	position: absolute;
	left:0px;
	top:293px;
}
.process_4 {
	position: absolute;
	left:0px;
	top:450px;
}

}


@media screen and (max-width:979px) {

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Nanum Gothic', sans-serif;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clear {
	content: '';
	display: block;
	clear:both;
}

.wrap_content {
	width: 100%;
	margin:0 auto;
	/*min-width: 320px;*/
}
.title_bg {
	padding:40px;
	background-color: #afa3a7;
	border-bottom:8px solid #ac121c;
}

.title_copy {
	width:100%;
	font-size:1.05em;
	color:#fff;
	line-height: 1.6em;
	letter-spacing: -1px;
	padding-top:20px;
}
.title_mark {

}
.title_mark img {
	width: 70%;
}



.theme {
	margin-top:45px;
	position: relative;
}
.theme span.theme_num {
	position: absolute;
	left:3px;
	top:3px;
	color:#fff;
	font-size:0.9em;
}
.theme span.theme_txt {
	position: absolute;
	left:30px;
	top:0px;
	font-family: 'Nanum Myeongjo', sans-serif;
	font-size:1.8em;
	font-weight: 700;
	color:#ac121c;
	letter-spacing: -1px;
}
.contents {
	margin-left:30px;
	margin-top:12px;
}
.contents_txt {
	font-size:1em;
	color:#333;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: -1px;
}
.contents_etc {
	margin-top:10px;
	font-size:1em;
	color:#535353;
	line-height: 1.5em;
}
.contents_tbl {
	margin-top:10px;
}
.contents_tbl table {
	border-collapse: separate;
    border-spacing: 2px;
	/*border-collapse: collapse;*/
    width: 100%;
}
.contents_tbl table tr th, .contents_tbl table tr td {
	font-size:0.9em;
	vertical-align: middle;
	padding-top:8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: -0.7px;
}
.contents_tbl table tr td {
	border-bottom:1px solid #ccc;
}
.contents_tbl table tr th {
	background-color: #ac121c;
	color:#fff;
}
.contents_tbl table tr td.td_theme {
	font-weight: 700;
}

.contents_tbl table tr td.align_left {
	text-align: left;
}




.txt_etc {
	margin-top:25px;
	position: relative;
	width: 80%;
	border:1px solid #ccc;
	border-radius: 5px;
	padding:10px;
	color:#ac121c;
	font-weight: 700;
}
.txt_etc img {
	width:32%;
	position: absolute;
	left:250px;
	top:20px;
}


.contents_box_1 {
}

.contents_box_2 {

}

/* Process */
.process {
	position: relative;
	font-size:1.05em;
	line-height: 1.5em;
	height: 400px;
	
}
.process img {
	width:170px;
	position: absolute;
	left:50%;

}
.process_1 span,.process_2 span,.process_3 span,.process_4 span {
	font-weight: 700;
	color:#ac121c;
	letter-spacing: -1px;
}
.process_1 {

	position: absolute;
	top:10px;
	letter-spacing: -1.1px;
}
.process_2 {
	position: absolute;
	top:85px;
	letter-spacing: -1.1px;
}
.process_3 {
	position: absolute;
	top:160px;
	letter-spacing: -1.1px;
}
.process_4 {
	position: absolute;
	top:255px;
	letter-spacing: -1.1px;
}

}