@charset "utf-8";

.hidden {display: none;}
.block_page {background: rgba(0, 0, 0, 0.7);}
.fixed_side_bar {position: fixed; top: 0px;}
.elipsis {
    max-width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.code_define_mt {
	margin-bottom: 100px;
}

.platform_fix{
	position: fixed;
	top: 100px;
	width:102px
}

.platform_div{
	width:70px;
}

	#credit{
		top : 0px;
	}



/*****************팝업 관련 CSS***************/
#pop_0{
	position:absolute; top:140px; left:5%; 
	
  }
  
 #pop_1{
	position:absolute; top:140px; left:75%;
/* 	position:absolute; top:140px; left:6%;  */
  }
  
 #pop_2{
	position:absolute; top:140px; left:40%;
/* 	position:absolute; top:140px; left:7%; */
  }
  
  
  .ifrm{
  	width:100%;
  	height:100%;
  	max-width:450px;
  	max-height:550px;
  }
  
.popup_closer{
	cursor: pointer;
	border: 1px solid black;
	background-color: #299000;
	color: #fff;
 }
 
 /*********************************************/
 
 .appleTree_comment{
 	color: #f5950c;
 	font-size: 12px;
 	line-height : 0px;
 }
 
 
.li_ver{
	line-height: 30px;
	background:url(../../images/com/nav_icon_up.png) 220px 16px no-repeat;
}

#ul_ver{
	max-height: none;
	
}


/*릴리즈노트에 N표시 , 밑줄표시*/
.list_menu_Note li sub.icon_new{
	display: inline-block;
    width: 32px;
    height: 18px;
    background: url(../../images/com/nav_icon_new.png) no-repeat;
    margin-left: 10px;
    vertical-align: text-top;
}


ul.list_menu_Note li {
    background: url(../../images/com/nav_icon_sustain.png) 8px 16px no-repeat;
    border-bottom: 1px solid #e9e9e9;
    display: block;
    font-size: 15px;
    color: #666;
    padding: 6px 0 6px 20px;
}

ul.list_menu_Note li[name='releaseNoteV1'] {
    background: url(../../images/com/nav_icon_release.png) 8px 16px no-repeat;
    border-bottom: 1px solid #f8ad2e;
    display: block;
    font-size: 15px;
    color: #666;
    padding: 6px 0 6px 20px;
}

/*릴리즈노트 밑줄*/
.releaseNoteHr{
	border: 0.5px solid #ccc;
	margin-top : 40px;
	margin-bottom : 20px;
}


