@media (max-width: 1000px) {
	.ai-trans-btn {
		display: none;
	}
}

.ai-trans-btn {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	font-size: 16px;
	padding: 3px 13px 5px 13px;
	position: absolute;
	right: 0;
	top: 2px;
}
.ai-trans-btn::before {
	background: url(/assets/images/translation/trans_icon.png) no-repeat;
	background-size: 69% 69%;
	content: "";
	height: 44px;
	left: -23px;
	position: absolute;
	top: -2px;
	width: 44px;
}
.ai-trans-btn:hover, .ai-trans-btn:focus {
	background-color: #fff;
	color: #333;
}

.popup-ai-trans .popup {
	max-height: 95vh;
	max-height: 95vdh;
	max-width: 90vw;
	position: relative;
}
.popup-ai-trans .popup-body {
	display: flex;
	flex-direction: column;
	max-height: calc(95vh - 70px);
	max-height: calc(95vdh - 70px);
	overflow: auto;
	padding: 10px 30px 20px 30px;
	position: relative;
}
.popup-ai-trans .notice {
	margin-bottom: 15px;
}
.popup-ai-trans .notice p:last-of-type {
	margin-bottom: 10px;
}
.popup-ai-trans .notice p span {
	border-bottom: 1px dashed #808080;
    font-weight: bold;
}
.popup-ai-trans .row-dir {
	display: flex;
	flex-direction: row;
}
.popup-ai-trans textarea {
	background-color: transparent;
	border: none;
	color: #333;
	font-family: "Noto Sans CJK";
	font-size: 16px;
	height: calc(100% - 71px);
	line-height: 1.6;
	overflow-y: auto;
	resize: none;
	width: 100%;
	word-break: break-all;
}
.popup-ai-trans textarea:focus {
	border: none;
	box-shadow: none;
	outline: none;
}
.popup-ai-trans .law-org {
	align-items: center;
	border: 1px solid #808080;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: 50vh;
	padding: 10px;
	position: relative;
	width: calc(50% - 20px);
}
.popup-ai-trans .law-org:focus-within {
	border: 1px solid #000;
}
.popup-ai-trans .popup-body .law-org::after {
	content: "》";
	font-size: 70px;
	font-weight: 100;
	position: absolute;
	right: -45px;
	top: calc(50% - 60px);
	width: 37px;
}
.popup-ai-trans .popup-body .law-org textarea::placeholder {
	color: #333;
	font-family: "Noto Sans CJK";
	font-size: 20px;
	font-style: italic;
	font-weight: 100;
	opacity: 1;
}
.popup-ai-trans .char_len {
	font-weight: bold;
	margin-left: auto;
}
.popup-ai-trans .char_len span.over {
	color: red;
}
.popup-ai-trans .popup-body hr {
	background-color: #e0e0e0;
	border: none;
	height: 1px;
	margin-left: -10px;
	margin-top: 12px;
	width: calc(100% + 20px);
}
#file_attach::before {
	background-color: green;
	border-radius: 0 0 0 8px;
	bottom: 0;
	color: #fff;
	content: '\f0c6';
	cursor: pointer;
	font-family: fa;
	font-size: 20px;
	font-weight: bold;
	left: 0;
	padding: 5px 15px 6px 15px;
	position: absolute;
}
input[type=file] {
	display: none;
}
#translate {
	background-color: #000;
	border-radius: 0 0 8px 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	padding: 10px 20px;
	position: absolute;
	right: 0;
}
#translate.disabled {
	background-color: #d0d0d0;
	cursor: initial;
}
.popup-ai-trans .popup-body .law-trans {border:1px solid #808080;border-radius:10px;height:50vh;margin-left:50px;padding:10px;position:relative;width:calc(50% - 20px);}
.popup-ai-trans .popup-body .law-trans:focus-within {border:1px solid #000;}

.blur {
	filter: blur(3px);
}
#unclickable {
	height: 100vh;
	height: 100vdh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	width: 100vdw;
	z-index: 999;
}