@media (max-width: 1000px) {
	.ai-trans-btn {
		display: none;
	}
	.nail_logo {
		display: none;
	}
	#file_attach-tooltip {
		left: 3%;
	}
	
	/* 공통클래스 변경 */
	.page-title {
		margin-right: 0px;
	}
}

.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;
	font-weight: 300;
	height: calc(100% - 71px);
	line-height: 1.6;
	overflow-y: auto;
	resize: none;
	width: 100%;
	word-break: break-all;
	scrollbar-width: thin;
}
.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;
    margin-right: 30px;
}
.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;
	width: calc(100% + 20px);
}
input[type=file] {
	display: none;
}
.popup-ai-trans .popup-body .law-trans {
	align-items: center;
	border: 1px solid #808080;
	border-radius: 10px;
	height: 50vh;
	margin-left: 50px;
	padding: 10px;
	position: relative;
	width: calc(50% - 20px);
	text-align: center;
}
.popup-ai-trans .popup-body .law-trans:focus-within {
	border: 1px solid #000;
}
#law_trans {
	height: calc(100% - 52px);
}
#law_trans::placeholder {
	color: #303030;
	font-family: "Noto Sans CJK";
	font-size: 14px;
	font-weight: 100;
	opacity: 0;
}
#law_trans.waiting::placeholder {
	opacity: 1;
}
#stop {
	background-color: rgba(0,0,0,0);
	border-left: 1px solid #e0e0e0;
	border-radius: 0 0 8px 0;
	bottom: 0;
	color: chocolate;
	font-size: 16px;
	margin-top: 10px;
	padding: 10px 20px;
	position: absolute;
	right: 0;
}
#stop.hidden {
	visibility: hidden;
}
.blur {
	filter: blur(3px);
}
#unclickable {
	height: 100vh;
	height: 100vdh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	width: 100vdw;
	z-index: 999;
}


.icon_class > img {
	width: 30px;
	opacity: 50%;
	position: absolute;
	right: 5px;
	bottom: 85px;
	cursor: pointer;
}
.icon_class > img:active {
	opacity: 100%;
}
.icon_class_r > img {
	width: 30px;
	opacity: 50%;
	position: absolute;
	right: 5px;
	bottom: 10px;
	cursor: pointer;
}
.icon_class_r > img:active {
	opacity: 100%;
}
#stop{
    background-color: rgba(0,0,0,0);
    border-left: 0px solid #e0e0e0;
    border-radius: 0 0 8px 0;
    color: chocolate;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px 20px;
    position: sticky;
    right: 0;
    bottom: 5px;
}

#file_attach-tooltip {
    background-color: #fff;
    border: 1px solid #606060;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
    color: #808080;
    font-size: 12px;
    bottom: 10%;
    left: 30%;
    margin-top: 33px;
    opacity: 0;
    padding: 10px 15px 10px 7px;
    position: fixed;
    transition: all 0.3s ease;
    visibility: hidden;
    text-align: left;
    z-index: 999;
}
#file_attach-tooltip::before {
	background-color: #fff;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	content: "";
	height: 8px;
	margin-left: 50px;
	margin-top: -15px;
	position: absolute;
	rotate: 45deg;
	width: 8px;
}
#file_attach-tooltip.show {
	opacity: 1;
	visibility: visible;
}
#file_attach-tooltip span {
	border-bottom: 1px dashed #808080;
	font-weight: bold;
}

.warning_file{
    background: repeating-linear-gradient(135deg, #f8f8f8 0px, #f8f8f8 3px, transparent 3px, transparent 6px);
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    width: 88%;
    position: relative;
    left: -50px;
}
.warning_file span {
	border-bottom: 1px dashed #808080;
	font-weight: bold;
}
/* 파일클립 */
/*
#file_attach::before {
    bottom: 0;
    color: green;
    content: '\f0c6';
    cursor: pointer;
    font-family: fa;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
*/
#translate {
    background-color: #000;
    border-radius: 0 0 8px 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    margin-top: 24px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    height: 78px;
}
#translate.disabled {
	background-color: #d0d0d0;
	cursor: initial;
}

.file_import_pop {
    width: 60px;
    opacity: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* 공통클래스 변경 */
.btn-base-black {
	border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    height: 36px;
    padding: 5px 20px;
}