@charset "utf-8";
/*
CSS Information
 File name:      movie_detail.css
 Author:         Administrator
 Style Info:     /movie_detail.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/
#content > section > .inner {
	padding-top: 10px;
}

/* #upper
***********************************/
#upper {
	margin: 0 10px;
	border: solid 1px #999;
}
#upper h1 {
	padding: 5px 10px;
	background: #666;
	border-bottom: solid 1px #999;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
}
#upper .inner {
	padding: 5px;
	background: #efefef;
}
#player {
	float: left;
	width: 590px;
}
#txtData {
	float: right;
	width: 290px;
}
#txtData .profile {
	margin: 0 0 5px;
	padding: 10px;
	background: #666;
	color: #fff;
	text-align: left;
}
#txtData .profile a {
	color: #ffffff;
}
#txtData .profile a:hover {
	text-decoration: none;
}
#txtData .profile em {
	display: block;
	font-size: 116%;
	font-weight: bold;
}
#txtData .profile small {
	display: block;
	font-size: 100%;
}
#txtData .comment {
	height: 270px;
	font-size: 85%;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.4;
	overflow: auto;
}
/* #reviewList
***********************************/
#reviewList {
	float: left;
	margin: 10px 0 0 10px;
	width: 538px;
}
#reviewList li {
	position: relative;
	margin: 0 0 10px;
}
#reviewList li .title {
	padding: 2px 5px;
	background: #efefef;
	font-weight: bold;
	text-align: left;
}
#reviewList li .userName,
#reviewList li .date {
	position: absolute;
	top: 20px;
	font-size: 85%;
}
#reviewList li .userName {
	left: 0;
}
#reviewList li .date {
	right: 0;
}
#reviewList li .body {
	margin: 15px 0 0;
	font-size: 93%;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5;
}

/* #side
***********************************/
#side {
	float: right;
	margin: 10px 10px 0 0;
	width: 350px;
}
#side > section,
#side > aside {
	margin: 0 0 10px;
	border: solid 1px #999;
}

#side > section h1,
#side > aside h1 {
	padding: 5px 10px;
	background: #666;
	border-bottom: solid 1px #999;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
}
#side > aside .formData {
	padding: 10px;
	text-align: left;
}
#side > aside .formData label {
	display: block;
	font-weight: bold;
}
#side > aside .formData label:before {
	content: "▼";
}
#side > aside .formData input[type=text],
#side > aside .formData input[type=password],
#side > aside .formData textarea {
	display: block;
	margin: 0 0 10px;
	padding: 2px;
	width: 60%;
	border: solid 1px #999;
}
#side > aside .formData textarea {
	width: 90%;
	height: 10em;
}
#side > aside .formData input[type=submit] {
	display: block;
	margin: 10px auto 0;
	padding: 5px;
	width: 200px;
	background: #efefef;
	border: solid 1px #999;
	cursor: pointer;
}
#side > aside .errMsg {
	margin: 10px 0;
	padding: 5px;
	border: solid 1px #f00;
	color: #f00;
	text-align: left;
}
#side > aside .errMsg p:before {
	content: "！";
}
#side > aside .compMsg {
	margin: 10px 0;
	padding: 5px;
	background: #c1eeed;
	color: #00605f;
	text-align: left;
}

/* movieList movieList movieList */
#movieList h1 {
	margin: 10px 10px 0;
	padding: 5px 10px;
	background: #666;
	border-bottom: solid 1px #999;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
}

ul.movieList {
	padding: 10px;
}

#movieList li {
	width: 270px;
	height: 281px;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #9a9a9a;
	float: left;
}
#movieList li:nth-child(3n) {
	margin: 0 0 10px 0 !important;
}

#movieList span.thumb {
	width: 270px;
	height: 202px;
	display: block;
	overflow: hidden;
	margin: 0 auto 10px;
}
#movieList span.thumb img {
	max-width: 270px;
	max-height: 202px;
}

#movieList .inner h3.ladyName {
	margin: 0 auto;
	padding: 5px 0;
	background: none !important;
	text-align: center !important;
}

#movieList .txtData .playBtn {
	position: relative;
	display: block;
	width: 197px;
	margin: 5px auto 0;
	border: solid 1px #999;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	behavior: url(/js/web/lib/PIE.htc);
	color: #000;
	font-size: 108%;
	line-height: 2;
	text-align: center;
	text-decoration: none;
}

#movieList .moreLink {
	padding: 5px;
	text-align: right;
}

.vjs-poster {
	width: auto !important;
	height: 100%;
	max-width:100%;
}
.video-js .vjs-tech {
	cursor: pointer;
}
.movie_reactions {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.movie_favorite_lady.no_follow {
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}
.lady-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #eb4f77;
	object-fit: cover;
}
.movie_favorite_lady {
	margin-bottom: 30px;
	position: relative;
}
.circle-plus {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.movie_reactions-icon {
	margin-bottom: 15px;
}
#player.v-player {
	display: flex;
	justify-content:center;
	gap: 0 20px;
}
#player.v-player video {
	background: #000;
}
.comment_modal_container {
	width: 500px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}
#comment_modal {
	position: relative;
	text-align: left;
}
#comment_modal h4 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 13px;
	position:relative;
}
.movie_favorite.movie_reactions-icon img {
	max-width: 50px;
}
#comment_modal h4 .sc-close {
	font-size: 30px;
	position: absolute;
	right: -10px;
	top: 40%;
	cursor: pointer;
	transform: translateY(-50%);
}
.comement-note {
	margin-bottom: 20px;
	line-height: initial;
}
.comement-note a {
	text-decoration: underline;
	color: #c90037;
	font-weight: bold;
}
.modal_closer {
	position: absolute;
	right: -30px;
	top: -90px;
	cursor: pointer;
}
.modal_closer.close_comment {
	right: 10px;
	top: -40px;
}
.share_modal_container {
	width: 350px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}
#share_modal h4 {
  margin-bottom: 20px;
}
#share_modal h4 {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}
.share_group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.share_group li {
	width: 34%;
	text-align: center;
	padding: 10px;
}
.share_group li .link_copy_btn {
	cursor: pointer;
}
.share_group li .report_violation_btn {
	cursor: pointer;
}
.share_group li:nth-child(1), .share_group li:nth-child(2) {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
}
.share_group li:nth-child(3), .share_group li:nth-child(4) {
	padding-top: 20px;
}
#violation_modal h4 {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}
#share_modal h4 {
	margin-bottom: 20px;
}
.reason_type {
	position: relative;
	margin-bottom: 10px;
}
.reason_type::after {
	content: "▼";
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 20%;
	color: #9c9b9b;
}
.reason_type select {
	padding: 5px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
}


.up_btn .form__file--input {
	display: none;
}
.up_btn label {
	background: #aeaeae;
	color: white;
	/* font-size: 0.8rem; */
	padding: 30px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.up_btn label::after {
	color: black;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 85px;
	display: block;
}
.up_btn label.changed:after {
	content: "";
}
.filename {
	display: block;
	text-align: left;
}
#violation_modal button {
	background: #82cafc;
	border: none;
	border-radius: 30px;
	padding: 12px 0;
	width: 40%;
	margin: 20px auto 0;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.ladymovie-inner {
	display: flex;
	justify-content: center;
	gap: 0px 20px;
}
.ladymovie-inner {
	display: flex;
	justify-content: center;
}
.ladymovie {
	flex: 1;
}
.comment_list-item {
	display: flex;
	gap: 0 10px;
}
.comment_list-item {
	display: flex;
	gap: 0 10px;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.comment_list-item figure {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.comment_list-item figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.comment_sc {
	overflow-y: scroll;
	max-height: 50vh;
}
.comment_list-header {
	display: flex;
	gap: 0 10px;
	align-items: center;
	margin-bottom: 5px;
}
.comment_list-header .name {
	font-size: 12px;
	font-weight: bold;
}
.cdate {
	font-size: 11px;
	color: #7a7a7a;
}
.comment_list-body {
	line-height: 1.6;
}
.comment_list-box {
	flex: 1;
}
.report_comment {
	text-align: right;
}
.report_comment_violation_btn {
	display: inline-block;
	color: #6da0e1;
	border: 1px solid;
	padding: 0 10px;
	border-radius: 10px;
	cursor: pointer;
}
.modal_closer.close_share {
	right: 10px;
	top: -40px;
}
.comment_modal_container {
	width: 500px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}
.violation_modal_container {
	width: 500px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}
.share_modal_container {
	width: 350px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}
.comment_violation_modal_container {
	width: 500px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}
.modal_closer.close_violation {
	right: 10px;
	top: -40px;
}
.link_copy_btn span {
	display: block;
	font-size: 11px;
	margin-top: 10px;
}
.report_violation_btn span {
	display: block;
	font-size: 11px;
	margin-top: 10px;
}
.modal_closer.close_comment_violation {
	right: 10px;
	top: -40px;
}
.modal_closer.close_comment {
	right: 10px;
	top: -40px;
}
.comement-note a {
	text-decoration: underline;
	color: #c90037;
	font-weight: bold;
}
.ladymovie-inner video {
	background: #000;
}
.comment_sc + .modal_closer.close_comment {
	right: -40px;
	top: -90px;
	position: absolute;
}
.comement-note {
	margin-bottom: 20px;
}
#comment_modal form {
	position: relative;
	margin-bottom: 10px;
}
#comment_modal button {
	position: absolute;
	right: 5px;
	top: 45%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	cursor: pointer;
}
#comment_modal textarea {
	height: 80px;
	padding: 10px 35px 10px 5px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
}

#comment_modal .note {
	background: #fffbe7;
	border: 2px solid #c8b04c;
	border-radius: 10px;
	padding: 10px 20px;
	color: #ccab38;
	font-size: 11px;
	margin-bottom: 20px;
}
#comment_modal .note p {
	font-weight: bold;
}
.comment_sc + .modal_closer.close_comment {
	right: -40px;
	top: -90px;
	position: absolute;
}
.comment_sc p {
	color: #ccab38 !important;
}
.comement-note p {
	color: #000 !important;
}
.movie_reactions-icon .btn {
	cursor: pointer;
}

#movie_violation_form textarea, #movie_comment_violation_form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}
#violation_modal p {
	color: #000 !important;
	text-align: left;
	margin: 5px 0;
}