@charset "UTF-8"; 

body.review {
	background: url(/images/review_bg2.png), url(/images/review_bg1.jpg) !important;
	background-position: -150px -100px, center !important;
	background-repeat: no-repeat !important;
}

body.review .touch_part2 {
	width: 80%;
	max-width: 500px;
	border: 2px solid #81c995;
	border-radius: 30px;
	margin: 0 auto;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin-top: -50px;
}
body.review .touch_part2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: -1;
}
body.review .touch_part2 .top_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

body.review .touch_part2 .top_btn > img {
	width: 23px;
	height: 23px;
	margin-left: 20px;
}

body.review .touch_part2 button {
	background: none;
}

body.review .touch_part2 button img {
	width: 20px;
}

body.review .touch_part2 p.title {
	font-size: 28px;
	padding: 10px;
	text-align: center;
}

body.review .touch_part2 .private_check {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}

body.review .touch_part2 .private_check input:not(:first-child) {
	margin-left: 20px;
}

body.review .touch_part2 .private_check input[type="radio"] {
	display: none;
}

body.review input[type="radio"] {
	display: none;
}

body.review .custom-radio {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	margin-right: 15px;
}

body.review .custom-radio span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 4px;
	margin-right: 10px;
	position: relative;
	transition: background-color 0.3s, border-color 0.3s;
}

body.review .custom-radio span::before {
	content: '✔';
	font-size: 14px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.3s;
}

body.review input[type="radio"]:checked + .custom-radio span {
	background-color: #fff;
	border-color: #fff;
}

body.review input[type="radio"]:checked + .custom-radio span::before {
	opacity: 1;
}

body.review .touch_part2 .cont_box {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: -20px;
}

body.review .touch_part2 .cont_box textarea {
	width: 80%;
	padding: 5px;
	font-size: 16px;
	background-color: transparent;
	border: 0;
	color: #fff;
	height: 200px;
	font-family: "Pretendard";
	text-align: center;
}

body.review .touch_part2 .cont_box textarea::-webkit-scrollbar {
	width: 10px;
}

body.review .touch_part2 .cont_box textarea::-webkit-scrollbar-thumb {
	background-color: #81c995;
}

body.review .touch_part2 .cont_box textarea::-webkit-scrollbar-track {
	background-color: #5f6367;
}

body.review .touch_part2 .cont_box textarea::placeholder {
	text-align: center;
}

body.review .touch_part2 .cont_box textarea:focus {
	border: 0 !important;
	outline: 0;
	background-color: rgba(255, 255, 255, 0.02);
}

body.review .touch_part2 .btn-group button:hover {
	box-shadow: #81c995 0px 0px 10px inset !important;
}
body.review select{
	border: 1px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.8);
	width: 40% !important;
}

@media only screen and (max-width: 480px) {
	body.review .touch_part2 .private_check {
		margin-left: 5%;
		font-size: 14px;
	}
	body.review .touch_part2 {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	body.review .touch_part2 p.title {
		font-size: 24px;
	}
	
}

@media only screen and (min-height: 1100px) {
	body.review {
		background-size: contain, cover !important;
		background-position: -450px -300px, center !important;
	}
	body.review .touch_part2 {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.talk_container {
	border: 2px solid #fdd663;
	margin-left: 80px !important;
	margin-top: -20px !important;
	padding: 5px !important;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.95);
	width: 230px;
	position: absolute;
	z-index: 5001;
}

.talk_container::after {
	border-top: 8px solid #fdd663;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0px solid transparent;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 20px;
}

.talk_list {
	position: relative;
}

.talk_container .top {
	display: flex;
}

.talk_container .top p {
	width: 80%;
	height: 20px;
	margin-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.talk_container .top > img {
	width: 15px;
	height: 15px !important;
	margin-top: 2px;
}

.talk_container button {
	background-color: transparent;
	width: 20px;
}

.talk_container .bottom {
	margin-top: 10px;
	display: none;
}

.talk_container .bottom .date {
	display: flex;
	justify-content: center;
	align-items: baseline;
	padding-top: 20px;
}

.talk_container .bottom .date button {
	width: 20px;
	padding: 0;
}

.talk_container .bottom .date input[type='date'] {
	position: relative;
	background: url(../images/calendar.png) no-repeat;
	background-size: 22%;
	background-position: 5px center;
	border: 0;
	color: #fff;
	text-indent: 14px;
	font-family: inherit;
	min-width: 110px;
}

.talk_container input[type='date']::-webkit-calendar-picker-indicator {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: transparent;
}

.talk_container .bottom .date input[type='date']::-webkit-clear-button, input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

.talk_container .private_check input:not(:first-child) {
	margin-left: 20px;
}

.talk_container .private_check input[type="radio"] {
	display: none;
}

.talk_container input[type="radio"] {
	display: none;
}

.talk_container .custom-radio {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	margin-right: 15px;
}

.talk_container .custom-radio span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 4px;
	margin-right: 10px;
	position: relative;
	transition: background-color 0.3s, border-color 0.3s;
}

.talk_container input[type="radio"]:checked + .custom-radio span {
	background-color: #fff;
	border-color: #fff;
}

.talk_container input[type="radio"]:checked + .custom-radio span::before {
	opacity: 1;
}

.talk_container .bottom .private_check {
	text-align: center;
	margin-top: 15px;
	margin-left: 5%;
}

.talk_container .bottom .private_check button {
	color: #fff;
	width: auto;
	border-radius: 5px;
	border: 1px solid #81c995;
}

.talk_container .bottom .private_check button:not(:first-child) {
	margin-left: 10px;
}

.talk_container .bottom .private_check label {
	font-size: 13px;
}

.talk_container .bottom .private_check .custom-radio span {
	width: 13px;
	height: 13px;
}

.talk_container .bottom .cont {
	margin: 20px auto;
	width: 80%;
	display: flex;
	align-items: start;
}

.talk_container .bottom .cont img {
	margin-left: -15px;
	margin-right: 5px;
}

.talk_btn {
	position: absolute;
	top: 0;
	right: 5px;
}

@media screen and (max-width:1024px) {
	.talk_container {
		margin-top: -30px !important;
	}
}

@media screen and (max-width:820px) {
	.content-area.student .cont_area1 #user-info div.user_s_info > img {
		margin-left: 62px;
	}
	.talk_container {
		margin-left: 110px !important;
	}
	.talk_container span {
		min-width: 0 !important;
	}
}

@media screen and (max-width:480px) {
	.talk_container {
		margin-left: 120px !important;
		margin-top: -20px !important;
		width: 200px;
	}
	.talk_container .top p {
		width: 70%;
	}
}

@media screen and (max-width:400px) {
	.talk_container {
		width: 180px;
	}
	div.chatbot object {
		margin-top: -100px;
		margin-left: 140px;
		width: 80%;
	}
	div.chatbot p {
		margin-top: -30px;
		font-size: 13px;
		margin-left: 152px;
	}
}

@media screen and (max-width:360px) {
	.talk_container {
		width: 150px;
	}
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 40%;
}