#view_skin{
	min-width: 800px; overflow:hidden;
	margin: 0px auto 100px;
} 

#view_skin *{
	margin: 0px;
	padding: 0px; letter-spacing:0;
	
	font-family: "Noto Sans KR", sans-serif;
	font-size: 18px;
	line-height: normal;
}

#view_skin > h1.title{
	margin: 50px 0px;
	font-size: 30px;
	font-weight: normal;
}

#view_skin > h2.subject{
	height: 70px;
	padding: 0px 20px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	font-weight: normal;
	line-height: 70px;
	clear:both;
}

#view_skin > h2.subject .subjectlist{float:right; line-height: 70px;}
#view_skin > h2.subject p{ display:inline; color:#a3a3a3; padding-left:10px; font-weight:300}

#view_skin > table.view{
	width: 100%;
	border-collapse: collapse;
}

#view_skin > table.view > tbody > tr > td{
	width: 180px;
	height: 50px;
	padding: 0px 20px;
	border-bottom: 1px solid #CCCCCC;
	color: #333; font-size:16px;
}

#view_skin > table.view > tbody > tr > td.wide{
	width: 200px;
}

#view_skin > table.view > tbody > tr > td.auto{
	width: auto;
}

#view_skin > table.view > tbody > tr > td > span{
	margin-left: 10px;
}

#view_skin > table.view > tbody > tr > td > a{
	margin-left: 10px;
	text-decoration: none;
}

#view_skin > table.view > tbody > tr > td > a:hover{
	color: #0066CC;
}

#view_skin > div.content{
	min-height: 300px;
	padding: 20px;
	border-bottom: 1px solid #CCCCCC;
}

#view_skin > div.content > a{
	display: inline-block;
	margin-bottom: 20px;
}

#view_skin > div.content > ul{
	list-style: none;
	margin-top: 20px;
	text-align: right;
}

#view_skin > div.content > ul > li{
	display: inline-block;
}

#view_skin > div.content > p{
	margin-top: 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: #F5F5F5;
}

#view_skin > p.button{
	margin: 40px 0px;
	text-align: center;
	position: relative;
}

#view_skin > p.button > a{
	display: inline-block;
	height: 30px;
	padding: 0px 15px 0px 15px;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
}

#view_skin > p.button > a > span{
	color: #FFFFFF;
}

#view_skin span.sv_wrap > a > img{
	height: 21px;
	vertical-align: -6px;
}

#view_skin span.sv_wrap > span.sv{
	margin: 0px;
	padding: 5px 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
}

#view_skin span.sv_wrap > span.sv > a{
	width: 80px;
	padding: 5px 10px;
	border-style: none;
	background-color: #FFFFFF;
	color: #333333 !important;
	font-size: 12px;
}

#view_skin > p.button > a.listbtn{ background:#75777f; width:120px; height:40px; line-height:40px; text-align:center; box-sizing:border-box; display:block; float:right; margin-bottom: 10px;}

#view_skin .previco a{height:40px; line-height:40px; width:105px; background:url(../img/previco.png) no-repeat 20px center; padding-left:40px; box-sizing:border-box; border:1px solid #e8e8e8; display:block; float:left ; margin-right:-1px; }
#view_skin .nextico a{height:40px; line-height:40px; width:105px; background:url(../img/nextico.png) no-repeat 80px center; padding-left:20px; box-sizing:border-box;  border:1px solid #e8e8e8; display:block; float:left}
#view_skin .btnw{overflow:hidden; float:left; margin-top:40px; width:220px; }

.youtubeWrap{text-align:center; padding-top:20px !important;}

@media only all and (max-width: 1024px){
#view_skin{min-width:100%; margin-top:20px; margin-bottom:0px;}
#view_skin > h2.subject{height:auto; font-size:15px; line-height:inherit; overflow:hidden; padding:10px 0}
#view_skin > table.view > tbody > tr > td{padding:0; width:100%; display:block; height:auto; padding:10px 0}
#view_skin > table.view > tbody > tr > td.auto{width:100%;}
#view_skin > table.view > tbody > tr > td.wide{width:100%;}
#view_skin > h2.subject .subjectlist{line-height:inherit; float:left}
#view_skin > h2.subject p{line-height:none;}
#view_skin > p.button > a.listbtn{float:none; margin:50px auto 0;}

}