@charset "utf-8";

#login{
	width: 100%;
    height: 100vh;
    /*background-color: #eaeaea;*/
	background: url(../images/back1.jpg) no-repeat center center;
	background-size: cover;
    font-size: 1em;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	opacity: 1;
  	transition: all 0.3s;
}
#login.active{
	opacity: 0;
	z-index: 0;
}

#login .login_cover{
	max-width: 1200px;
	margin:0 auto;
	display:flex;
	height:100%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-direction: column;	
}
#login .name{
	display: flex;
	font-size:5.156em;
	font-weight:900;
	justify-content: center;
	position: relative;
}
#login .name::before{
	content: "";
	background: url("../images/jangyoosue1.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top:42px;
	width: 100%;
	height: 100%;
}
#login .name li{
	color:#ffffff;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	
}
#login .name li:nth-child(1){
	color:#52686a;
	text-shadow: -1px 0 #52686a, 0 1px #52686a, 1px 0 #52686a, 0 -1px #52686a;
}
#login.aos .name li:nth-child(2){
	opacity: 0.6;
	transition:opacity 1s;
	transition-delay: 0.8s;
}
#login.aos .name li:nth-child(3){
	opacity: 0.3;
	transition:opacity 1s;
	transition-delay: 1s;
}
#login.aos .name li:nth-child(4){
	opacity: 0.15;
	transition:opacity 1s;
	transition-delay: 1.2s;
} 
#login .my_image{
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
}
#login .text span{
	position:relative;
}
#login .text{
	color: rgba(242, 203, 44, 1);
    width: 100%;
    text-align: center;
    font-size: 2.625em;
    font-weight: 900;
    text-shadow: 1px 5px 23px #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
	gap: 20px;
}
#login .text span:last-child{
	font-size: 0.3em;
	text-shadow: none;
	color: var(--sub-color);
	animation:  3s ease 0s infinite normal none running;
	animation-name: lockText;
}
#login .profile{
	width:300px;
	height:300px;
	border-radius: 50%;
	border: 5px solid #333;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}
#login .profile::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/jangyoosue.png") no-repeat top center;
	background-size: 120%;
}
#login #password{
	width: 300px;
	margin: 0 auto;
	padding: 10px 5px;
	border: none;
	border-radius: 5px;
	border-bottom: 3px solid rgb(29, 78, 222);
}
#main{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url("../images/window.jpg") no-repeat center center;
	background-size: cover;
	transition: all 0.5s;
}
#main .main_cover{
	contain: strict;
    display: grid;
    gap: 28px 1px;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  grid-auto-rows: 96px;
  gap: 12px;
    height: 100%;
    overflow: hidden;
    padding: 15px 15px;
    place-content: flex-start;
}
#main .main_cover::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	z-index: -1;
}
#main .main_cover .txt, .window_ico.ui-draggable-handle .txt{
	font-size: 11px;
	color: #ffffff;
	text-shadow: 1px 1px 2px black;
	text-align: center;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
	white-space: nowrap;
	
}
/* 드래그 중 실제 아이콘 스타일 */
.window_ico.dragging { 
	opacity: .9; 
	filter: drop-shadow(0 8px 20px rgba(0,0,0,.25)); 
}
/* placeholder: 그리드 칸을 채워서 레이아웃 유지 */
.ico-placeholder { visibility: hidden; }
#main .main_cover .window_ico.select .txt{
	overflow-wrap: anywhere;
	white-space: wrap;
	
}
#main .window_ico .ico_image, .window_ico.dragging .ico_image, .window_ico.ui-draggable-handle{
	text-align: center;
}
#main .window_ico, .window_ico.dragging, .window_ico.ui-draggable-handle{
	position: static;
	width: 62px;
	padding: 5px 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	gap:3px;
}

#main .window_ico.select, #main .window_ico:hover{
    background-color: rgba(255, 255, 255, 0.4)
}

#pointer_box{
	position: absolute;
	left: 0;
	top:0;
	height:0;
	width:0;
	background-color: rgba(87,163,255, 0.3);
	z-index: 10;
	pointer-events: none;
}
span.i_cover{
	display: inline-block;
    text-align: center;
    border-radius: 5px;
}
#window_main span.i_cover, .window_ico.ui-draggable-handle span.i_cover{
	width: 40px;
	margin: 0 auto;
}
.file-item span.i_cover{
	font-size:18px;
	padding: 0 5px;
}

.proccess_window_bar span.i_cover{
	padding: 5px;
}


span.i_cover.folders{
	background-color: #f4b400;
	color:#fff;
}
span.i_cover.videos{
	background-color:#ea4335;
	color:#fff;
}
span.i_cover.pdf{
	background-color:#d93025;
	color:#fff;
}
span.i_cover.images{
	background-color:#34a853;
	color:#fff;
}
span.i_cover.exe{
	background-color:#555;
	color:#fff;
}
span.i_cover.earmark{
	background-color:#777;
	color:#fff;
}


.proccess_window_bar{
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	background-color: transparent;
	z-index: 999;
	gap: 10px;
}

.window_proccess_start.active,
.window_proccess_start:hover{
	background-color: #0277BD;

}

.start-menu{
	display: flex;
    position: absolute;
    left: 0;
    bottom: 48px;
    padding: 10px;
    height: 85vh;
    min-height: 512px;
    z-index: 9999;
    color: white;
    background-color: #0277BD;
}

.window_proccess_list i.bi{
	font-size: 22px;
}

.window_proccess_list i.bi{
	font-size: 22px;
}
i.bi-browser-edge, i.bi-windows, i.bi-collection-fill {
	font-size: 40px;
}
.skills{
	position: fixed;
    right: 9px;
    bottom: 58px;
    width: 450px;
    height: 300px;
    border-radius: 5px;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0px -6px 15px 0px rgb(0, 0, 0, 0.2);
}
.skills.active{
	width: 100%;
	height:100%;
}
#folder, .alpaka-folder-window{
  	position: absolute;
  	top: 100px;
  	left: 100px;
  	box-sizing: border-box;
  	background-color: #fff;
  	border-radius: 10px;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 26px;
}
#folder.active{
	z-index: 20;
  	opacity: 1;
}
.alpaka-folder_btn{
	display: flex;
	justify-content: end;
	gap: 5px;
	
}
.ui-resizable-ss{
	bottom: 0;
}

.alpaka-folder_btn > div{
	width: 38px;
    height: 26px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alpaka-folder_btn .alpaka-close-btn:hover{
	color:#fff;
	background-color:#C42B1C;
	border-radius: 0px 5px 0 0;
}
.alpaka-folder_btn > div:hover{
	background-color:#DFDFDF;
}
.ui-resizable-handle {
  position: absolute;
  z-index: 9999;
}
.ui-icon{
	opacity: 0;
}

.ui-resizable-se {
  width: 16px;
  height: 16px;
  right: 0;
  bottom: 0;
  cursor: se-resize;
}
#folder.active{
	z-index: 20;
	opacity: 1;
}
.alpaka-folder_btn .alpaka-folder-name{
	margin-right: auto;
    margin-left: 14px;
    font-size: 9px;
    color: #333;
    width: 100%;
    text-align: left;
    justify-content: start;
	align-items: center;
	display: flex;
}
.window-file .alpaka-foloder-body{
	overflow: hidden;
}
.alpaka-foloder-body{
	width:100%;
	background-color: #fff;
    height: 100%;
	-webkit-user-select: none; /* Chrome, Safari, Edge */
  	-moz-user-select: none;    /* Firefox */
  	-ms-user-select: none;     /* IE 10+ */
  	user-select: none;
	padding: 26px 5px;
	
}
.alpaka-foloder-body{
	overflow: auto;
}
#window_proccess_list{
	display: flex;
	justify-content: center;
	align-items: start;
	gap:10px;
}
#window_proccess_list .alpaka-proccess_box{
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 55px;
    height: 48px;
    color: white;
    border: 1px solid transparent;
    transition: all 100ms;
    cursor: pointer;
}
.alpaka-proccess_box.select{

}
#window_proccess_list .alpaka-proccess_box:hover,.alpaka-proccess_box.select{
	background-color: rgba(255,255,255,.3);
}
#window_proccess_list i{
	font-size: 29px;
	vertical-align: top;
    display: flex;
	position: relative;
}
.alpaka-folder-header {
	background: #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 12px;
	height: 48px;
	border-bottom: 1px solid #ccc;
	
}
.alpaka-folder-header .alpaka-nav-buttons{
	display:flex;
	justify-content:start;
	gap: 5px;
	text-align:center;
}
.alpaka-folder-header .alpaka-nav-buttons div{
	width:50px;
	opacity: 0.3;
}
.alpaka-folder-header .alpaka-nav-buttons div.active {
	cursor: pointer;
	opacity: 1;
}
.alpaka-folder-header .alpaka-nav-buttons div.active:hover {
	background: #e0f0ff;
}
.alpaka-folder-header .path {
	font-size: 14px;
	color: #333;
	width: calc(100% - 140px);
	height: 100%;
	padding: 14px 16px;
	border-radius: 8px;
	/* margin-left: -33px; */
	border: 1px solid var(--reed-gray100);
	font-family: monospace;
	white-space: pre;
}

.alpaka-folder-header .alpaka-folder_path:focus {
	outline: 1px solid var(--reed-gray300);
}

.alpaka-folder-header .alpaka-folder_path::placeholder {
	color: var(--reed-gray300);
}
.alpaka-folder-header .alpaka-close-btn {
	background: #e81123;
	color: white;
	border: none;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
}
.file-item.selected {
	background: #cce5ff;
	border-radius: 4px;
}

.alpaka-nav-buttons button {
	padding: 2px 8px;
	margin-right: 6px;
	font-size: 14px;
}

.alpaka-folder-body {
	padding: 10px;
}

.file-item {
	width:100%;
	display: flex;
	align-items: center;
	padding: 4px 6px;
	border-radius: 4px;
	transition: background 0.2s;
	cursor: pointer;
	gap: 10px;
}
#previewFrame {
	width: 100%;
	height: 100%;
}
#alpaka-folder_viewer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#alpaka-folder_viewer.active {
	z-index: 7;
	
}
.file-item:hover {
	background: #e0f0ff;
}
.file-item i{
	font-size: 18px;
}
.file-icon {
	width: 20px;
	margin-right: 10px;
}

.file-name {
	font-size: 14px;
}
.view span.close {
	position: absolute;
	right: 50px;
	top: 25px;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.view span.close::after{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    transform: rotate(45deg);
	box-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.view span.close::before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    transform: rotate(-45deg);
	box-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.window_search_cover{
	position: relative;
}
.window_search_cover:focus-within #window_search_i {
    background: linear-gradient(to right, red, orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#window-search{
	border: none;
	padding: 5px 40px;
	border-radius: 20px;
	width: 300px;
	height:100%;
	max-width: 300px;
}
#window_search_i{
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 18px;
	font-weight: 900;
	
}
input:focus{
	outline: none;
}

#window_main i{
	font-size: 26px;
}
.power{
	margin-left: auto;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    padding: 0px 10px;
    vertical-align: top;
}

@keyframes lockText {
	0%{
		margin-left: 0px;
	}
	50%{
		margin-left: 10px;
	}
	100%{
		margin-left: 0px;
	}
}