body{
	margin:0px;
	padding:  0px;
	background: #282830;
	font-family: "Dotum";
}

#xn_syncbox_info{
	position: absolute;
	width:  100%;
}

.info_wrapper{
	position: relative;
	width: 320px;
	height: 240px;
	margin-left: 103px;
	background: url("../images/background.png") no-repeat;
	margin-top: 300px;
}

.info_wrapper .info_title{
	position: relative;
	float:left;
	margin-left:16px;
	width: 325px;
	color: #d2d2d2;
	font-size: 15px;
	font-weight: bold;	
}

.info_wrapper .info_line{
	position: relative;
	background: url("../images/share_line.png");
	width: 290px;
	height: 2px;
	float:left;
}

.info_wrapper .info_title .info_title_text{
	position: relative;
	width: 260px;
	float: left;
	padding-top: 11px;
	height: 23px;
}

.info_wrapper .info_title .info_btn_close{
	width: 29px;
	float: left;
}

.info_wrapper .info_title .info_btn_close .btn_close_n{
	display: block;
	width: 29px;
	height: 29px;
	background: url("../images/btn_x.png") no-repeat;
}

.info_wrapper .info_title .info_btn_close .btn_close_n:hover{	
	background: url("../images/btn_x.png") no-repeat 0px -29px;
}

.info_wrapper .content_wrapper{
	position: relative;
	float:left;
	width: 290px;
	float: left;
	margin-left:16px;
	margin-top: 13px;
	height:180px;
	overflow-x:hidden;
	overflow-y:auto;
}

.info_wrapper .content_wrapper .contents_title{
	float: left;
	width: 327px;
	color: #fff;
	margin-bottom: 9px;
}

.info_wrapper .content_wrapper .contents_title .text_title{
	float: left;
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.info_wrapper .content_wrapper .contents_title .text_etc{
	float: left;
	width: 110px;
	font-size: 12px;
	text-align: right;
	line-height: 18px;
	margin-left: 3px;
}

.info_wrapper .content_wrapper .contents_title .text_etc .playtime{
	color: #c5c5c5;
}

.info_wrapper .content_wrapper .contents_title .text_etc .view{
	color: #4ae8ff;
}

.info_wrapper .content_wrapper .profile_wrapper{
	float: left;
	width: 297px;
	color: #fff;
}

.info_wrapper .content_wrapper .profile_wrapper .profile_img{
	float: left;
	width: 71px;
}

.info_wrapper .content_wrapper .profile_wrapper .profile_img img{
	border: 1px solid #000;
}

.info_wrapper .content_wrapper .profile_wrapper .profile_discript{
	float: left;
	width: 205px;
	padding-top: 7px;
}

.info_wrapper .content_wrapper .profile_wrapper .profile_discript .user_name{
	font-size:14px;
	font-weight: bold;
	margin-bottom: 7px;
}

.info_wrapper .content_wrapper .profile_wrapper .profile_discript .user_email{
	font-size:12px;
	margin-bottom: 15px;
	color: #c5c5c5;
	word-wrap: break-word;
}

.info_wrapper .content_wrapper .profile_wrapper .profile_discript ul{
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

.info_wrapper .content_wrapper .profile_wrapper .profile_discript ul li{	
	margin: 3px 0px;
	width: 100%;
	float: left;
	padding: 0px;
}

.info_wrapper .content_wrapper .profile_wrapper .profile_discript ul li .discript_title{	
	float: left;
	width: 32px;
	color: #4ae8ff;
	font-weight: bold;
	line-height: 15px;
}

.info_wrapper .content_wrapper .profile_wrapper .profile_discript ul li .discript_content{	
	float: left;
	width: 170px;
	color: #c5c5c5;
	line-height: 15px;
	word-wrap: break-word;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.content_wrapper {
 scrollbar-base-color: white;
 scrollbar-3dlight-color: #000000;
 scrollbar-shadow-color: #000000;
 scrollbar-highlight-color: #000000;
 scrollbar-darkshadow-color: #000000;
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #000000;
 scrollbar-lightshadow-color: #000000; 
 }