* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: -0.03em;
	font-weight: normal;
	word-break: keep-all;
}
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul{margin:0;padding:0}
body,button,h1,h2,h3,h4,h5,input,select,table,textarea{
	font-family: "Helvetica Neue","Apple SD Gothic Neo",sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.267em;
	letter-spacing: -0.02em;
}
body{
	position: relative;
	background-color: #eff2f8;
	color: #000;
	word-break: break-all;
	-webkit-text-size-adjust: none
}
html{
	font-size: 12px;
	line-height: 15px
}
table{
	border-collapse: collapse
}
fieldset,img{
	border: 0
}
ol,ul{
	list-style: none
}
address,em{
	font-style: normal
}
a{
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,.1)
}


/*주요 폰트*/
h1{
	font-size: 22px;
	margin: 8px;
	font-weight: bold;
	display: inline-block;
}
h2{
	margin: 16px 0;
	font-size:18px;
	font-weight: bold
}
.point{
	color:#f43142;
	font-weight: bold;
	font-size: inherit;
}
a.blue, span.blue{
	color: #0075FD;
	font-size: inherit;
}
span.bold{
	font-weight: bold;
	font-size: inherit;
}
span.etc, p.etc{
	font-size:.9em;
	color: #333;
	display: block;
	padding-top: 4px;
}
h1.sub{
	font-weight: lighter;
	color:#333;
}

/*컨텐츠 영역*/
body{
	width: 100%;
	background: #fff;
}
.wrap{
	position: relative;
	max-width: 1280px;
	margin: auto;
}
.section-wrap{
	float:left;
	margin-left: 20%;
	width: 80%;
	overflow: hidden
}
.section{
	width: 100%;
	margin-top: 56px;
	padding-left: 32px;
	box-sizing: border-box;
}

section.section .article{
	padding: 16px;
	margin-bottom: 8px;
}
.section:last-child{
	margin-bottom: 260px
}
.article .cont li{
	padding: 4px 0;
	margin-top: 4px;
	position: relative;
	font-size: 16px;
}
.article .cont li h3{
	margin: 8px 16px;
	font-size: 15px;
}
.article .cont .p{
	padding: 8px 0;
	margin-bottom: 16px;
}

li .img{
	display: block;
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	padding: 8px 0 0 16px;
	box-sizing: border-box;
}
li .img.margin{
	margin-bottom: 16px
}
li .img2{
	padding-left: 32px
}
li h4{
	margin: 16px 0 0 32px
}
.img img{
	width: 100%;
}
li .img.max{
	max-width: 800px;
	margin-bottom: 24px;
}
h1 .li-fold{
	width: 100%;
}
h1 .btn-fold{
	width: 16px;
	height: 16px;
	background: url(img/up.png)no-repeat left;
	padding: 2px 0 2px 18px;
	line-height: 1.8em;
	cursor: pointer;
}
h1 .li-fold.fold .btn-fold{
	background: url(img/down.png)no-repeat left;
}
h1 .fold-img .img{
	display: block;
	width: 100%;
	max-width: 800px;
	padding-left: 8px;
	box-sizing: border-box;
	border: 0;
	margin : 0;
}
h1 .li-fold.fold .fold-img {
	display: none;
}

/*left-menu*/
.left-menu{
	position: fixed;
	float: left;
	height: 100%;
	width: 260px;
	min-width: 200px;
	overflow-y: scroll;
	border-right: 1px solid #888
}
.left-menu h1{
	margin-top: 32px;
}

.left-menu h1 a{
	display: block;
	width: 100%;
	height: 100%;
}
.left-menu h1 .logo{
	width: 62px;
	overflow: hidden
}
.left-menu h1 p{
	font-size: 18px;
	font-weight: bold
}
.left-menu h1 .logo img{
	width: 100%;
}

.fold-img{
	width: 100%
}


.index{
	position: fixed;
	width: 20%;
	margin-top: 114px;
	padding: 0 16px;
	box-sizing: border-box
}
.index .tit{
	display: none;
}
.index .tit-wrap{
	font-size: 16px;
	color: #f43142;
	border-bottom: 1px solid #f43142;
}
.index .menu-wrap{
	position: relative;
	width: 100%;
	padding: 8px 0;
	box-sizing: border-box;
}
.index .menu-wrap .title{
	font-weight: bold;
	font-size: 18px;
	margin: 8px 0;
	overflow: hidden;
	cursor: pointer
}
.index .menu-wrap .title span{
	font-size: 1em;
	font-weight: bold
}
.index .menu-wrap .sub{
	margin-left: 16px;
	overflow: hidden;
}
.index .menu-wrap .sub li{
	padding: 2px 0;
	cursor: pointer;
}
.index .menu-wrap .sub li:hover{
	text-decoration: underline
}

/*리다이렉팅 페이지 */
.redirect{
	position: relative;
	width: 100%; height: 100vh;
	background: #fafafa;
	display: none;
}
.redirect-wrap{
	position: absolute; top: 0; bottom: 0;
	width: 100%; height: 360px;
	margin: auto;
}
.redirect-wrap .logo{
	width: 112px; height: 48px; margin: 24px auto;
	background: url('img/logo_11net.png')no-repeat; background-size: contain;
}
.redirect-wrap #applinkDiv{
	width: 80%; padding: 16px 0; margin:auto; box-sizing: border-box;
	color: #f43142; text-align: center; font-weight: bold;
	border:1px solid #f43142; border-radius: 32px;
	background: #fff;
}
.redirect-wrap #loading{
	width: 80%; margin:auto; text-align: center; display: none;
}
.redirect-wrap #loading img{
	width: 30%; margin: 32px 0;
}
.redirect .download{
	position: absolute; bottom:0;
	width: 100%; background: #fff;
	padding: 32px 0; margin-top: 32px;
	border-top: 1px solid #eee; border-bottom: 1px solid #eee;
}
.redirect .download div{
	text-align: center;
	padding: 0 10%; box-sizing: border-box;
}
.redirect .download div.info{
	font-weight: lighter;
	margin-top: 8px;
}
.redirect .download div.info em{
	color: #f43142;
}
.redirect .download a{
	display: block;
	width: 80%; padding: 16px 0; margin: 24px auto 0 auto; box-sizing: border-box;
	color: #555; text-align: center; font-weight: bold;
	border:1px solid #555; border-radius: 32px;
	background: #fff;
}

@media (max-width: 1280px) {
	.left-menu{
		width: 20%;
	}
}

@media (max-width: 978px) {
	.not_scroll{
		position: fixed;
		overflow: hidden;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.left-menu{
		position: fixed;
		top:0;
		float: none;
		width: 100%;
		height: 64px;
		border-bottom: 1px solid #ccc;
		background: #fff;
		z-index: 10;
	}
	.left-menu h1{
		margin-top: 18px;
	}
	.left-menu h1 p:last-child{
		display: none;
	}

	/*	index*/
	.index{
		position: fixed;
		z-index: 20;
		width: 100%;
		overflow: hidden;
		padding: 0;
		margin: 0;
		top: 0;
		left: 0;
	}
	.wrap .index.on{
		height: 100%;
		background: rgba(0,0,0,.4);
	}
	.index .index-wrap{
		display: none;
	}
	.wrap .index.on .index-wrap{
		display: block;
		width: 80%;
		height: 100%;
		background: #eff2f8;
		float: right;
		padding-bottom: 80px;
		box-sizing: border-box;
		overflow-y:scroll;
	}
	.wrap .index.on  .tit{
		width: 80%;
	}
	.index .tit{
		display: block;
		height: 64px;
		background: #fff;
		float: right;
		border-bottom: 1px solid #ccc;
	}
	.index .tit .tit-wrap{
		display: block;
		width: 64px;
		height: 64px;
		float: right;
		cursor: pointer;
		text-indent: -99999px;
		z-index: 21;
		border: 0;
	}
	.index .tit .tit-wrap.menu{
		background: url(img/menu.png)no-repeat center;
	}
	.index .tit .tit-wrap.close{
		background: url(img/close.png)no-repeat center;
	}
	.index .menu-wrap{
		border-bottom: 1px solid #eee;
		padding: 16px;
		background: #fff;
	}
	.section-wrap{
		width: 100%;
		padding-top: 64px;
		margin-left: 0;
		float: none;
		background: #eff2f8;
	}
	.section{
		margin-top: 16px;
		margin-bottom: 16px;
		padding-left: 0;
		background: #fff;
		border-top: 1px solid #eceef1;
		border-bottom: 1px solid #eceef1;
	}
	.section h1{
		margin-top: 32px;
	}
}
