/* -----세팅----- */
@font-face {
	font-family: "DNFForgedBlade";
	font-style: normal;
	font-weight: 300;
	src: url("//cdn.df.nexon.com/img/common/font/DNFForgedBlade-Light.otf") format("opentype");
}

@font-face {
	font-family: "Giants-Inline";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Giants-Inline.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

body,
input,
button {
	font-family: "DNFForgedBlade";
}

p,
h1,
h2,
h3,
strong,
body {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

.cursor {
	cursor: pointer;
}

.hidden {
	display: none;
}

/* ---------------헤더--------------- */
.logo_area {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 55px;
	background-color: black;
}

.full_logo {
	display: flex;
	align-items: center;
	justify-items: flex-start;
	flex-direction: row;
	width: 1100px;
}

.full_logo > a {
	width: 270px;
	display: flex;
	align-items: center;
}

.orange_icon {
	background-image: url("../assets/icon/icons8-orange-64.png");
	background-repeat: no-repeat;
	background-position: 50% 120%;

	width: 60px;
	height: 60px;
	scale: 70%;
}

.rotten {
	font-family: "Giants-Inline";
	font-size: 25px;
	color: orange;
}

/* ---------------상단--------------- */
.feature_home {
	height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

/* 상단 랜덤 이미지 및 텍스트 (영화 비주얼 리스트) */
.movievisual_list {
	position: relative;
	width: 1100px;
	height: 730px;
	padding: 0 20px;
}

.movievisual_BG {
	display: block;
	position: absolute;
	margin-left: -9999px;
	width: 11999px;
	height: 800px;
	top: -35px;
	z-index: 1;

	background: linear-gradient(to right,
			rgb(0, 0, 0, 0.8) 85%,
			rgba(0, 0, 0, 0) 100%);
}

.tit_feature {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	position: absolute;
	overflow: hidden;
	max-width: 900px;
	font-weight: 600;
	font-size: 60px;
	margin-top: 170px;
	text-overflow: ellipsis;
	color: rgba(255, 255, 255, 0.9);
	z-index: 2;
}

.txt_feature {
	display: -webkit-box;
	position: absolute;
	overflow: hidden;
	width: 428px;
	height: 95px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 23px;
	color: rgba(255, 255, 255, 0.9);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	z-index: 2;
	top: 250px;
}

.goToMovieBox {
	display: block;
	position: absolute;
	z-index: 2;
	top: 400px;
}

.w-btn-outline {
    position: relative;
	margin-left: 10px;
    padding: 8px 30px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-weight: 600;
    transition: 0.25s;
	background-color: inherit;
	scale: 110%
}

.w-btn-outline:active {
    transform: scale(1.5);
}

.w-btn-outline:hover {
    letter-spacing: 2px;
    transform: scale(1.2);
    cursor: pointer;
}

.w-btn-indigo-outline {
    border: 2px solid aliceblue;
    color: orange;
}

.w-btn-indigo-outline:hover {
    color: orange;
    background: aliceblue;
}


/* ---------------하단--------------- */
.section_home {
	width: 100%;
	margin: 70px auto 0px;
}

/* 검색 */
.search_area {
	display: flex;
	width: 500px;
	height: 50px;
	padding: 0 1px 0 1px;
	margin: 2rem auto 3rem;
	justify-content: center;
	border-bottom: 3px solid #383131;
}

.searchInput {
	width: 100%;
	height: 100%;
	border: 0 none;
	outline: 0 none;
	vertical-align: middle;
	background-color: transparent;
	font-size: 30px;
}

.searchBtn {
	width: 55px;
	padding: 0;
	text-indent: -9999px;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
	background-image: url("../assets/icon/icons8-search-48.png");
	scale: 90%;
}

.reloadBtn {
	width: 40px;
	height: 40px;
	margin: 0 0 0 -3px;
	padding: 5px 0 0 0;
	text-indent: -9999px;
	border: 0 none;
	background-color: transparent;
	background-image: url("../assets/icon/icons8-reload-30.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	scale: 100%;
}

/* 영화 순위 */
.movie_area {
	width: 100%;
	margin: 60px 0px;
	display: flex;
	justify-content: center;
}

.Top_Rated {
	width: 1100px;
	display: flex;
	flex-direction: column;
}

/* 제작사 추천 영화 */
.recommend_tit {
	display: flex;
	height: 35px;
	margin: 20px 10px 40px;
	font-size: 30px;
	justify-content: center;
	align-items: center;
}


.recommendMovieCardList {
	max-width: 1100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 100px;
}

.recMovieCard {
	width: 180px;
	height: 450px;
	padding: 10px;
	margin: 0 20px;
	border-radius: 20px 20px 10px 10px;
	border: 0;
	margin-bottom: 20px;
	cursor: pointer;
	background: linear-gradient(#ff8972, #d11027 60%);
	box-shadow: 0 3px 10px rgb(68, 68, 68);
}

.recMovieCard:hover {
	transform: scale(1.05);
	transition: all 0.5s ease-in-out;
}

.recMovieCard .movieExplanation {
	color: #f0f0f0;
}

.producer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
}

.producer h2 {
	margin: -0.3rem 6.2rem 0;
	border: #413131 3px dotted;
}

/* 영화 순위 타이틀 */
.tit_section {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	margin: 10px 10px 30px;
	font-size: 30px;
}

.Top_Rated_highlight {
	color: rgb(255, 59, 59);
	font-size: 60%;
	margin: 10px 10px 0;
}

/* 영화 카드 리스트 */
.movieCardList {
	max-width: 1100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}

.movieCard {
	width: 180px;
	height: 450px;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 20px 20px 10px 10px;
	border: 0;
	margin-bottom: 20px;
	cursor: pointer;
	background-color: rgba(19, 19, 19, 0.85);
	box-shadow: 0 3px 10px rgb(68, 68, 68);
}

.movieCard:hover {
	transform: scale(1.05);
	transition: all 0.5s ease-in-out;
}

.movieImage {
	display: flex;
	width: 100%;
	justify-content: center;
}

.movieImage>img {
	width: 180px;
	height: 283px;
	border-radius: 15px;
}

.movieName {
	display: flex;
	width: 100%;
	height: 45px;
	margin: 10px 0px 5px 0px;
	text-align: center;
	justify-content: center;
	align-items: center;
	transform: translateY(10%);
	color: white;
}

.movieExplanation {
	width: 95%;
	height: 12%;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 10px;
	margin: 20px 0 10px;
	transform: translateX(2.9%);
	color: #c7c7c7;
}

.movieGrade {
	width: 100%;
	margin: 5px 0px 5px 5px;
	font-size: 90%;
	color: #ffcd54;
}