* {
	padding: 0;
	margin: 0;
	user-select: none;
	font-family: 'NanumGothicWeb';
}

html {
	width: 100vw;
	height: 100vh;
	min-height: 600px;
	min-width: 1360px;
	background: url("../img/bg.jpg") no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.con {
	max-width: 2560px;
	max-height: 1440px;
}

.flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.flexl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	overflow-y: auto;
	height: 50vh;
	margin-top: 2px;
}

.Xbox {
	width: 90px;
	height: 90px;
	display: flex;
	margin: 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;

}

.Xboxadd {
	width: 60px;
	height: 60px;
	display: flex;
	margin: 26px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 8px;
	background-color: white;
	display: none;
}

.Xboxadd:hover {
	background-color: #1e9fff;
}

.Xboxadd:active {
	transform: translateY(2px);
}

.Xboxadd i {
	font-size: 20px;
}

.Xbox img {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 16px;
	padding: 6px;
}

.Xbox img:hover {
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
}

.Xbox p {
	font-size: 16px;
}

.Xboxcl {
	width: 90px;
	height: 40px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}

.Xboxcl i {
	font-size: 20px;
	cursor: pointer;
}

.Xboxcl i:hover {
	background-color: red;
}

.Xlog {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.Xrig {
	position: absolute;
	margin-left: 70%;
	margin-top: 6%;
}

.Xtime {
	margin-top: 2%;
	color: white;
}

.Xdate {
	color: white;
}

.Xipt {
	width: 80%;
}

.Xipt input {}

.Xtr:active {
	transform: translateY(2px);
}

.layui-tab {
	width: 80%;
	height: 60vh;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
	backdrop-filter: blur(1.5px);
	-webkit-backdrop-filter: blur(3.5px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	/* border:none; */
}

.layui-tab-title {
	width: 80%;
	background: rgba(255, 255, 255, 0.25);
	/* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
	backdrop-filter: blur(3.5px);
	-webkit-backdrop-filter: blur(3.5px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.layui-tab-title li {
	width: 130px;
}

.Xupd {
	font-size: 20px;
	padding: 1px;
	border-radius: 5px;
}

.Xupd:hover {
	background-color: #1e9fff;
}

.Xaddtab {
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	display: none;
	border-radius: 8px;
	background-color: white;
}

.Xaddtab:hover {
	background-color: #1e9fff;
}

.Xaddtab i {
	font-size: 20px;
}

.Xlink img {
	width: 40px;
	height: 40px;
	margin: 10px;
	cursor: pointer;
	border-radius: 8px;
	padding: 4px;
}

.Xlogimg {
	width: 40px;
	height: 40px;
	margin: 10px;
	cursor: pointer;
	border-radius: 40px;
	padding: 4px;
}

.Xlink i {
	width: 40px;
	height: 40px;
	margin: 10px;
	cursor: pointer;
	font-size: 30px;
	color: white;
}

.Xlink p {
	font-size: 20px;
	color: white;
}

.Xshowli {
	position: absolute;
	z-index: 9;
	margin-left: 10%;
	width: 80%;
	background: white;
	border-radius: 0px 0px 10px 10px;
	display: none;
}

#ul1 li {
	padding-top: 6px;
}

.ip {
	display: none;
}

.Xlinkt {
	z-index: 9;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	height: 410px;
	margin-left: 44px;
	font-size: 20px;
}

.Xoffr {
	width: 100%;
}

.Xoff i {
	display: none;
}

.Xab p {
	cursor: pointer;
	font-size: 20px;
	text-align: center;
}

.Xab {
	position: absolute;
	left: 50%;
	top: 97%;
	transform: translate(-50%, -97%);
	text-align: center;
}

.Xc2 {
	display: none;
}

.Xrega,
.Xloga {
	color: #1e9fff;
}
.opacity{
	display: none;
	width: 50px;
}