@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

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; /*vertical-align:baseline;*/}

body, th, td, input, select, textarea, button{font-size: 100%; line-height: 1.5; font-family: 'Noto Sans KR','맑은고딕','Malgun Gothic',sans-serif; color: #777; font-weight: 300; letter-spacing: -0.6px}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block}
body{-webkit-text-size-adjust: none}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: 600}
ol, ul, li ,dl, dt, dd{list-style:none outside none; padding:0; margin:0}
hr{display:none}
span{margin:0; padding:0; outline:0}
fieldset, img, table, caption, tbody, tfoot, thead, tr, th, td, button, hr{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style: normal}
blockquote, q{quotes:none}
blockquote:before, blockquote:after, q:before, q:after{content: ''; content: none}
table{border-collapse:separate; border-spacing:0}
img{vertical-align:middle; text-indent: -9999em}
a{text-decoration:none; cursor:pointer; color: #777}
a:active, a:hover{text-decoration: none}
input, select, label{vertical-align:middle}
input, select, textarea, button{font-size: 100%; vertical-align: middle; padding: 0; margin: 0}
input, textarea{/*border-radius: 0; appearance:none; -webkit-appearance:none;*/}
button,input[type='text'],input[type='password'],input[type='tel'],input[type='num'],input[type='button'],input[type='submit'],input[type='reset'],input[type='file']{-webkit-appearance:button; border-radius:0}
input[type='search']::-webkit-search-cancel-button{-webkit-appearance:none}
textarea{resize:none}
button{border: 0 none; background-color: transparent; cursor: pointer; vertical-align: middle}
b, strong{font-weight: 600}

/* SkipNavigation */
#skipNavigation{
	position: absolute;
	width: 100%;
	top: -200px;
	left: 0;
	margin: 0 auto;
	z-index: 9999
}
#skipNavigation a{
	display: block;
	height: 35px;
	background-color: #1c80cc;
	color: #fff;
	text-align: center
}
#skipNavigation a:active,
#skipNavigation a:focus{
	position: absolute;
	left: 0;
	top: 200px;
	width: 100%;
	color: #fff;
	background: #1c80cc;
	line-height: 35px;
	text-align: center;
	border-bottom:1px solid #dbdbdb;
	font-size: 16px
}

/* clear Style */
.clearfix{
	zoom: 1;
}
.clearfix:after{
	content: '';
	display: block;
	float: none;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden
}

legend, .blind{
	position: absolute;
	top: 0;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden
}
caption{
	top: 0;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden
}

/* common */
html,body{
	height: 100%
}
body{
	
}
.isico{
	display: block;
	text-indent: -9999em;
	background-image: url('../images/common/is_ico@x2.png');
	background-repeat: no-repeat;
	background-size: 320px auto
}
.isico.isi_quiz{
	width: 26px;
	height: 24px;
	background-position: 0 0
}
.isico.isi_research{
	width: 19px;
	height: 24px;
	background-position: -28px 0
}
.isico.isi_naverblog{
	width: 25px;
	height: 25px;
	background-position: -49px 0
}
.isico.isi_naverpost{
	width: 25px;
	height: 25px;
	background-position: -130px 0
}
.isico.isi_facebook{
	width: 25px;
	height: 25px;
	background-position: -76px 0
}
.isico.isi_youtube{
	width: 25px;
	height: 25px;
	background-position: -103px 0
}

.isico.isi_nrf{
	width: 40px;
	height: 25px;
	background-position: -156px 0
}
#container{
	background-color: #fff
}
#header{
	position: relative;
	border-bottom: 3px solid #000
}
#header .header_vol{
	padding: 20px 0;
	text-align: center
}
#header .header_vol h1 > a{
	display: block;
	width: 186px;
	height: 23px;
	margin: 0 auto 8px; 
	text-indent: -9999em;
	background-image: url('../images/common/ibs_newsletter.png');
	background-size: cover;
}
#header .header_vol > p{
	display: inline-block;
	vertical-align: middle;
	font-family: '맑은고딕','Malgun Gothic',sans-serif;
	font-size: 0.875rem;
	color: #000;
	transition: .5s ease-in-out
}
#header .head_menu{
	display: table;
	width: 100%;
	border-top: 1px solid #e3e3e3
}
#header .head_menu > li{
	display: table-cell;
	position: relative;
	width: 50%;
	height: 55px;
	vertical-align: middle
}
#header .head_menu > li:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 25px;
	margin-top: -12.5px;
	background-color: #e0e0e0;
	z-index: 3
}
#header .head_menu > li:first-child:after{
	display: none
}
#header .head_menu > li > a{
	display: block;
	text-align: center
}
#header .head_menu > li > a > span{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75rem;
	text-align: left;
	line-height: 1.3
}
#header .head_menu > li > a > span > b{
	display: block;
	font-size: 0.875rem;
	color: #000
}
#contents{
	padding: 0 10px
}
.newsitem{
	padding: 20px 0;
	border-bottom: 1px solid #ccc
}
.newsitem a{
	display: block
}
.newsitem .imgthumb{
	margin-bottom: 15px;
	overflow: hidden;
}
.newsitem .imgthumb img{
	width: 100%
}
.newsitem .category{
	margin-bottom: 10px;
	font-size: 0.813rem;
	font-weight: 600;
	color: #c5341c
}
.newsitem .title{
	margin-bottom: 15px;
	font-size: 1.188rem;
	font-weight: 600;
	color: #000;
	line-height: 1.4;
	word-break: keep-all
}
.newsitem .arti_bd{
	font-size: 0.813rem;
	line-height: 1.4;
	word-break: keep-all
}

.newsitem .arti_bd1{
	font-size: 0.813rem;
	line-height: 1.4;
	margin-top: 12px;
}
.newsitem .arti_bd.name{
	margin-bottom: 12px
}
.newsitem .newslist1 > li{
	float: left;
	width: 47.16666666666667%
}
.newsitem .newslist1 > li:nth-child(even){
	float: right
}
.newsitem .newslist1 > li .imgthumb{
	margin-bottom: 0
}
.newsitem .newslist2 > li{
	margin-bottom: 0;
	padding-top: 5px;
}
.newsitem .newslist2 > li .imgthumb{
	float: left;
	margin: 0px 17px 0 0;
	width: auto;
}
.newsitem .newslist2 > li .title{
	margin-bottom: 3px;
	font-size: 1rem
}
.newsitem .newslist2 > li .arti_bd{
	font-size: 0.75rem
}
.newsitem .newslist2 > li .title2{
	font-size: 0.813rem;
	font-weight: 400;
	color: #000
}
.newsitem .newslist2 + .newslist2 > li:last-child{
	margin-bottom: 0
}
#footer{
	position: relative;
	padding: 20px 10px 30px
}
#footer h4{
	width: 106px;
	height: 23.5px;
	margin-bottom: 8px
}
#footer h4 > a{
	display: block;
	height: 100%;
	text-indent: -9999em;
	background-image: url('../images/common/logo.png');
	background-size: cover
}
#footer .org_info{
	margin-bottom: 15px;
	font-size: 0.688rem;
	color: #888
}
#footer .org_info .copyright{
	margin-bottom: 3px
}
#footer .org_info .orglist > li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 3px 0;
	word-break: keep-all
}
#footer .org_info .orglist > li > a{
	color: #888
}
#footer .sns_channel > dd{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px
}
#footer .sns_channel > dd:first-of-type{
	margin-left: 0
}
@media all and (min-width:1024px){
	/* common */
	.isico{
		background-image: url('../images/common/is_ico.png');
		background-size: auto
	}
	.isico.isi_quiz{
		width: 31px;
		height: 29px;
		background-position: 0 0
	}
	.isico.isi_research{ 
		width: 23px;
		height: 28px;
		background-position: -33px 0
	}
	.isico.isi_naverblog{
		width: 29px;
		height: 29px;
		background-position: -58px 0
	}
	.isico.isi_naverpost{
		width: 29px;
		height: 29px;
		background-position: -151px 0
	}
	.isico.isi_facebook{
		width: 29px;
		height: 29px;
		background-position: -89px 0
	}
	.isico.isi_youtube{
		width: 29px;
		height: 29px;
		background-position: -120px 0
	}
	
	.isico.isi_nrf{
		width: 45px;
		height: 29px;
		background-position: -180px 0
	}
	#header{
		border-bottom-width: 6px
	}
	#header .header_vol{
		padding-top: 16px
	}
	#header .header_vol h1 > a{
		width: 358px;
		height: 44px;
		margin-bottom: 11px
	}
	#header .header_vol > p{
		display: block;
		font-size: 1.125rem;
		font-weight: 500
	}
	#header .header_vol .month{
		position: absolute;
		top: 70px;
		left: 48px;
		z-index: 3
	}
	#header .header_vol .vol > b{
		font-weight: 500
	}
	#header .head_menu{
		position: absolute;
		width: 330px;
		top: 55px;
		right: 0;
		border-top: none;
		z-index: 3
	}
	#header .head_menu > li{
		height: 37px
	}
	#header .head_menu > li:after{
		height: 37px;
		margin-top: -18.5px;
	}
	#contents{
		padding: 0 40px
	}
	.sect{
		padding: 30px 0 20px;
		border-bottom: 1px solid #dbdbdb
	}
	.sect2{
		padding: 29px 10px 37px;
		
	}
	.sect3{
		padding: 20px 10px 39px;
		border-bottom: 1px solid #dbdbdb;
	}
	.sect .separate{
		float: left;
		width: 50%;
		box-sizing: border-box
	}
	.sect .separate.left{
		padding: 0 40px 0 8px
	}
	.sect .separate.right{
		border-left: 1px solid #dbdbdb
	}
	.newsitem{
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: none
	}
	.newsitem .imgthumb{
		/* margin-bottom: 20px; */
	}
	.newsitem .imgthumb img{
		transition: .5s ease-in-out
	}
	.newsitem a:hover .imgthumb img{
		transform: scale(1.2,1.2);
	}
	.newsitem .category{
		font-size: 0.938rem;
		font-weight: 500
	}
	.newsitem .title{
		margin-bottom: 30px;
		font-size: 1.563rem;
		line-height: 1.2
	}
	.newsitem .arti_bd{
		font-size: 0.875rem;
		line-height: 1.3
	}
	.newsitem.type2 .imgthumb{
		float: left;
		width: 62.5%;
		max-width: 320px;
		margin-right: 20px
	}
	.sect .separate.right .newsitem{
		padding-left: 40px;
		padding-right: 8px;
		padding-bottom: 25px
	}
	.sect .separate.right .newsitem.type2{
		border-bottom: 1px solid #dbdbdb
	}
	.sect .separate.right .newsitem.type3{
		padding-top: 20px
	}
	.newsitem .newslist1 > li{
		width: 43.555%
	}
	.newsitem.type4 .newslist2{
		float: left;
		width: 50%;
		box-sizing: border-box
	}
	.newsitem .newslist2.left{
		padding-right: 9px;
	}
	.newsitem .newslist2.right{
		padding-left: 40px;
		border-left: 1px solid #dbdbdb;
		margin-top: -32px;
	}
	.newsitem .newslist2.left > li{
		margin-bottom: 0
	}
	.newsitem .newslist2 > li .imgthumb{
		width: 192px;
		margin-right: 25px;
	}

	.newsitem .newslist2 > li .imgthumb1{
		width: 300px;
		margin-right: 25px;
	}

	.newsitem .newslist2 > li .title{
		margin-bottom: 8px;
		font-size: 1.563rem
	}
	.newsitem .newslist2 > li .arti_bd{
		font-size: 0.75rem
	}
	.newsitem .newslist2.right > li .title2{
		float: left;
		width: 69%;
		font-size: 0.9rem;
		line-height: 29px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.newsitem .newslist2.right > li .arti_bd{
		float: right;
		/*! width: 29%; */
		line-height: 29px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden
	}
	.newsitem .newslist2 + .newslist2 > li:last-child{
		margin-bottom: 10px
	}
	#footer{
		position: relative;
		padding: 25px 48px 30px;
		border-top: 1px solid #dbdbdb
	}
	#footer h4{
		float: left;
		width: 149px;
		height: 33px;
		margin-bottom: 0
	}
	#footer h4 > a{
		display: block;
		height: 100%;
		background-image: url('../images/common/logo.png');
		background-size: cover
	}
	#footer .org_info{
		float: left;
		width: 440px;
		margin: 0 0 0 24px;
		font-family: '돋움','dotum',sans-serif
	}
	#footer .org_info .copyright{
		margin-bottom: 3px;
		letter-spacing: 0px
	}
	#footer .org_info .orglist > li.blt{
		padding-left: 8px;
		background: url('../images/common/bullet01.gif') no-repeat 0 5px
	}
	#footer .org_info .orglist > li > a{
		color: #888
	}
	#footer .sns_channel{
		position: absolute;
		top: 30px;
		right: 47px;
		z-index: 3
	}
	#footer .sns_channel > dd{
		margin-left: 5px
	}
}

@media all and (min-width:1200px){
	/* common */
	body{
		background-color: #eff2f7
	}
	#container{
		width: 1200px;
		margin: auto;
		box-shadow: rgba(0,0,0,0.15) 0 0 5px
	}
	#header .head_menu{
		width: 388px
	}
	.newsitem.type2 .imgthumb{
		width: 320px;
	}
	#footer .org_info{
		width: auto
	}
}
.clearfix:after,
.sect:after,
.sect2:after,
.sect3:after,
#footer:after,
.newsitem .newslist1:after,
.newsitem .newslist2 > li:after,
.newsitem .newslist2 > li > a:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden
}