* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ul {
	list-style: none;
}
a,
a:active,
a:focus {
	text-decoration: none;
	border: none;
	outline: none;
	cursor: pointer;
}
button {
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
	outline: none;
}
.swiper-button-next,
.swiper-button-prev {
	cursor: pointer;
}

.inner {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.mo {
	display: none;
}

/* visual */
.visual {
	width: 100%;
}
.visual .bg {
	width: 100%;
	display: block;
}
.visual .bg.mo {
	display: none;
}
.visual .inner {
	position: absolute;
	top: 44vw;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
}
.visual .logo {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 10;
}
.visual .logo img {
	width: 40%;
}
.visual_btn img {
	width: 30vw;
}

/* con1 */
.paramount {
	background: #151961;
	position: relative;
	/* height: 1040px; */
}
.event {
	background: #000;
}
.event .inner {
	padding: 200px 0 40px;
}
.con1.paramount .inner {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.swiper1 {
	width: 100%;
	overflow: hidden;
}
.con1 .swiper-slide {
	padding: 35vw;
	background-image: url(../img/pc/paramount/con1_bg1.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.con1 .swiper-slide:first-child.swiper-slide-active {
	background-size: contain;
	margin-left: 15vw;
}
.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
	z-index: 10;
}
.swiper1 .swiper-button-prev {
	left: 50%;
	transform: translateX(-590px) scaleX(-1);
}
.swiper1 .swiper-button-next {
	right: 50%;
	transform: translateX(590px);
}
.con1 .tab {
	width: 1200px;
	display: flex;
	gap: 4px;
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}
.con1 .tab.active {
	position: fixed;
	top: 0;
}
.con1 .tab li {
	width: 100%;
}
.con1 .tab li a {
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.paramount .tab li:first-child a {
	background: #fff;
	color: #0064ff;
}
.paramount .tab li:last-child a {
	background: #1b1b1f;
}
.event .tab li:first-child a {
	background: #1b1b1f;
}
.event .tab li:last-child a {
	background: #fff;
	color: #0064ff;
}
.con1 .tab li img {
	width: 20%;
}
.con1 .video {
	width: 785px;
	display: inline-block;
	margin-bottom: 60px;
}
.con1 video {
	width: 100%;
}
.con1 video[poster] {
	height: 100%;
	width: 100%;
}
.con1_txt {
	margin-bottom: 56px;
}
.con1_txt img,
.con1_txt2 img {
	width: 40%;
}
.con1_btn {
	display: block;
	margin-bottom: 56px;
}
.paramount .swiper-slide:nth-child(n + 4) .con1_btn {
	top: 85%;
}
.con1_btn.mo {
	display: none;
}
.con1_btn2 {
	display: block;
	margin-bottom: 40px;
}
.paramount .con1_btn {
	position: relative;
	top: 80%;
}
.paramount .con1_btn img {
	width: 38vw;
}
.con1_btn img,
.con1_btn2 img {
	width: 66%;
}
.con1_txt2 {
	margin-bottom: 50px;
}
.con1_txt2 img {
	width: 64%;
}

/* con2 */
.con2 {
	width: 100%;
	background: #000;
	padding: 130px 0 70px;
}
.con2.paramount .inner {
	max-width: 660px;
}
.con2_txt {
	margin-bottom: 50px;
}
.con2_txt img {
	width: 66%;
}
.con2_tit {
	margin-bottom: 76px;
}
.con2_tit img {
	width: 100%;
}
.con2_movieWrapper {
	max-width: 660px;
	margin: 0 auto;
}
.con2 article {
	text-align: left;
	margin-bottom: 45px;
	padding-bottom: 45px;
	border-bottom: dashed 1px #808080;
}
.con2 article:last-child {
	border: none;
}
.con2 article img {
	width: 100%;
}
.con2 .movie_tit {
	width: auto;
	height: 30px;
}
.con2 article:nth-child(2) .movie_tit {
	height: 35px;
}
.con2 .video {
	width: 100%;
	margin: 20px 0 30px;
}
.con2 video {
	width: 100%;
}
.con2 video[poster] {
	height: 100%;
	width: 100%;
}
.paramount .con2_btn {
	margin-top: 60px;
}
.paramount .con2_btn img {
	width: 100%;
}
.swiper2 .swiper-slide {
	text-align: left;
}
.con2_btn {
	display: block;
	margin-bottom: 42px;
}
.con2_btn img {
	width: 66%;
}

.con2_tit2 {
	margin-bottom: 80px;
}
.con2_tit2 img {
	width: 100%;
}
.swiper_container {
	position: relative;
	/* padding: 0 3vw; */
}
.con2 .swiper {
	width: 100%;
	position: static;
	text-align: left;
	margin-bottom: 58px;
}
.con2 .swiper .swiper_tit {
	margin-bottom: 27px;
}
.swiper-inner {
	width: 100%;
	overflow: hidden;
}
.con2 .swiper .swiper-slide img {
	display: block;
}
.con2 .swiper .swiper-slide img {
	width: 100%;
}
.con2 .swiper-button-prev {
	transform: rotate(180deg);
	left: -58px;
}
.con2 .swiper-button-next {
	right: -58px;
}

/* con3 */
.con3 {
	width: 100%;
	background: #171717;
	padding: 50px 0;
}
.con3 .inner {
	max-width: 660px;
}
.con3 img {
	width: 100%;
}
.con3_btn {
	display: block;
	margin: 60px 0 40px;
}
.con3 .allLogo {
	display: block;
}
.con3 .allLogo img {
	width: 50%;
}

/* 모바일 ---------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
	.visual .logo {
		top: 3vw;
		left: 5vw;
	}
	.visual .logo img {
		width: 23vw;
	}
	.inner {
		padding: 0 30px 0;
	}
}

@media screen and (max-width: 1200px) {
	.pc {
		display: none;
	}
	.mo {
		display: block;
	}

	.visual .bg.pc {
		display: none;
	}
	.visual .bg.mo {
		display: block;
	}
	.visual .inner {
		top: 150vw;
	}
	.visaul .logo img {
		width: 22vw;
	}
	.visual_btn.mo {
		margin-bottom: 10vw;
	}
	.visual_btn img {
		width: 87vw;
	}
	.con1 .inner {
		padding: 24vw 30px 10vw;
	}
	.con1 .tab {
		top: 0;
		width: 100%;
		gap: 0;
	}
	.con1 .tab li a {
		height: 12vw;
	}
	.paramount .tab li:first-child a {
		border: none;
	}
	.con1 .tab li:last-child a {
		border: none;
	}
	.con1 .tab li img {
		width: 22vw;
	}
	.con1 .video {
		width: 100%;
		height: 40vw;
		margin-bottom: 8vw;
	}

	.con1 .swiper-slide {
		background-image: url(../img/mo/paramount/con1_bg1.png);
		padding: 160vw 0 0;
	}
	.con1 .swiper-slide:first-child {
		background-position: center;
		background-size: cover;
	}
	.con1 .swiper-slide:first-child.swiper-slide-active {
		background-size: cover;
		margin-left: 0;
	}
	.swiper1 .swiper-button-prev,
	.swiper1 .swiper-button-next {
		width: 5vw;
	}
	.swiper1 .swiper-button-prev img,
	.swiper1 .swiper-button-next img {
		width: 100%;
	}
	.swiper1 .swiper-button-prev {
		transform: scaleX(-1);
		left: 0;
	}
	.swiper1 .swiper-button-next {
		transform: translateX(0px);
		right: 0;
	}
	.con1_txt {
		margin-bottom: 7vw;
	}
	.con1_txt img {
		width: 75%;
	}
	.event .con1_btn {
		display: block;
		margin-bottom: 6vw;
	}
	.paramount .con1_btn.mo {
		display: block;
	}
	.paramount .con1_btn img {
		width: 90%;
	}
	.paramount .con1_btn.center {
		top: 45% !important;
		transform: translateY(-50%);
	}
	.con1_btn img,
	.con1_txt2 img,
	.con1_btn2 img {
		width: 100%;
	}
	.con1_txt2 {
		margin-bottom: 5vw;
	}
	.con1_btn2 {
		margin-bottom: 5vw;
	}
	.con1 video {
		width: 100%;
	}

	.con2 {
		padding: 15vw 0 5vw;
	}
	.con2.paramount .inner {
		max-width: 100%;
	}
	.con2_tit {
		margin-bottom: 12vw;
	}
	.con2_tit img {
		width: 100%;
	}
	.con2 .movie_tit {
		height: 5vw;
	}
	.con2 article:nth-child(2) .movie_tit {
		height: auto;
		width: 100%;
	}
	.con2 article:nth-child(4) .movie_tit {
		height: 4.2vw;
	}
	.movie_desc {
		width: 100%;
	}
	.con2_movieWrapper {
		max-width: 100%;
	}
	.con2 article {
		padding-bottom: 8vw;
		margin-bottom: 8vw;
	}
	.con2_txt {
		margin-bottom: 6vw;
	}
	.con2_txt img {
		width: 100%;
	}
	.con2_btn {
		margin-bottom: 8vw;
	}
	.paramount .con2_btn {
		margin: 5vw 0 0;
	}
	.con2_tit2 {
		margin-bottom: 13vw;
	}
	.con2_tit2 img {
		width: 100%;
	}
	.con2 .swiper {
		margin-bottom: 7vw;
	}
	.con2 .swiper .swiper_tit {
		width: 10vw;
		margin-bottom: 3vw;
	}
	.con2 .swiper .swiper_tit img {
		width: 6.5vw;
	}
	.con2 .series .swiper_tit img {
		width: 10vw;
	}

	.con2 .swiper-button-prev,
	.con2 .swiper-button-next {
		width: 3vw;
	}
	.con2 .swiper-button-prev img,
	.con2 .swiper-button-next img {
		width: 2vw;
	}
	.con2 .swiper-button-prev {
		left: -3.5vw;
	}
	.con2 .swiper-button-next {
		right: -3.5vw;
	}
	.con2_btn img {
		width: 100%;
	}
	.allLogo img {
		width: 55%;
	}

	.con3 {
		padding: 8vw 0;
	}
}

@media screen and (max-width: 767px) {
	.visual .inner {
		top: 154vw;
	}

	.con2 .video {
		margin: 1vw 0 5vw;
	}

	.con2 .swiper-button-next {
		right: -5.5vw;
	}
	.con2 .swiper-button-prev {
		left: -5.5vw;
	}

	.paramount .con1_btn img {
		width: 100%;
	}
}
