@charset "utf-8";
/* CSS Document */
/*html, body {	
	color:#333; 
	font-family:'Lato', 'Nanum Barun Gothic', 'Malgun Gothic', sans-serif; 
	font-size:16px; 
	line-height:1.8; 
	photo-spacing:0em;
	word-break:break-all;
}*/
/* html {overflow-y:scroll; } */
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, input, legend, textarea,
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-family:'Nanum Barun Gothic', sans-serif; 
	font-size:1.0em; 
	line-height:1.6;
	word-break:keep-all;
}
h1, h2, h3, h4, h5, h6 {font-weight:500}
* {	word-break:keep-all; font-family:'Nanum Barun Gothic', sans-serif; box-sizing:border-box }
th {font-weight:normal;}
a {transition:all 0.2s ease; }
/* COMMON STYLE */
img {vertical-align:top}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #888;}
::-moz-placeholder { /* Firefox 19+ */ color: #888;}
:-ms-input-placeholder { /* IE 10+ */ color: #888;}
:-moz-placeholder { /* Firefox 18- */  color: #888;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* legend, hr, caption { visibility:hidden; font-size:0; width:0; height:0; line-height:0} */
legend, hr, caption { font-size:0; width:0; height:0; line-height:0}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.hidden, #contents .hidden { visibility:hidden; position:absolute; font-size:0; width:0; height:0; line-height:0; margin:0; padding:0; background:none }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {cursor:pointer}

/* Skip_navigation */

.skip {position:absolute; left:0; top:0; width:100%; z-index:100500;}
.skip a {overflow:hidden; display:block; width:1px; height:1px; margin-bottom:-1px; color:#0068b0; font-size:16px; text-decoration:none;}
.skip a:active, .skip a:focus{width:100%; height:auto; padding:5px 0; background:#ebfaff; font-size:16px; text-align:center; font-weight:500;}


/* None_Style */
.hide {position:absolute;visibility:hidden;width:0;height:0;font-size:0;line-height:0;overflow:hidden;}

/* Link_Style */
a:hover {color:#fff;text-decoration:none;}
a:link {color:#333;text-decoration:none;}
a:visited {color:#333;text-decoration:none;}
a:active {color:#333;text-decoration:none;}
a:focus {color:#333;text-decoration:none;}





/* 테마통계 신규수정 2020.08.12 */
.tit_h3_mid {
	position: relative;
	
	height: 40px;
	width: 140px;
	line-height: 1.3;
	font-size: 2.5em;
	font-weight: bold;
}

.tit_sub_mid {
	position: relative;
	height: 20px;
	width: 485px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.0em;
	color: #676767;
}

.them_menu {
	position: relative;
	width: 390px;
	height: 250px;
	margin-right:17px;
	margin-bottom:17px;
	float:left;
}

.sub {
	width: 367px;
	height: 350px;
	margin-right:0px;
	margin-bottom:0px;
}

.them_content {
	width: 250px;
	height: 200px;
	position: absolute;
	margin: 25px;
	
}
.them_content h3 {
	position: relative;
	color: #333333;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom:16px;
}

.them_content .content p {
	color: #333333;
	font-size: 0.9em;
	font-weight: 100;
}

.them_content .info {
	position: absolute;
	top:150px;
}

.them_content .info_sub {
	position: absolute;
	top:250px;
}

.them_title_top {
	position: relative;
	width:1100px;
	height:150px;
	background-image: url('/images/content/img_title.png');
	
}

.them_title_top h3 {
	position: relative;
	width: 140px;
	height: 40px;
	margin: 0px auto;
	color: #ffffff;
	top: 25px;
	font-size: 2.5em;
	font-weight: bold;
}
.them_title_top p {
	position: relative;
	width: 440px;
	height: 20px;
	margin: 0px auto;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 100;
	top:55px;
}
