div#containerWrapper {
	margin-bottom: 0 !important;
	background-color: transparent;
}

#contentHeader {
	width: 1000px;
	margin: 0 auto;
}

/* Main container styles */
.landing-page {
	margin: 0 auto;
	padding: 0;
	max-width: 1400px;
	min-width: 1000px;
	overflow: hidden;
}

/* Sections */
section {
	width: 100%;
}

.section-box {
	width: 1000px;
	margin: 0 auto;
}

.section-title {
	display: flex;
	justify-content: center;
}

.section-content {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

/* Image styles */
.welcome-section img,
.qr-ar-section img,
.bear-info-section img {
	width: 100%;
}

.qr-ar-section {
	padding-top: 146px;
}

/* Image library section */
.video-library-section {
	background-color: #ffffff;
	padding-top: 146px;
}

.video-library-section .video-section {
	margin-bottom: 146px;
}

.video-library-section .video-section .section-title {
	margin-bottom: 61px;
}

.video-library-section .video-section .section-title img {
	aspect-ratio: 5;
	max-width: 608px;
}

.video-library-section .video-section .section-content .video-container {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 698px;
	justify-content: center;
	align-items: center;
	gap: 25px 21px;
}

.video-library-section .video-section .section-content .video-container .video-item {
	box-sizing: border-box;
	position: relative;
}

.video-library-section .video-section .section-content .video-container .video-item .thumbnail {
	width: 216px;
	height: 380px;
	object-fit: fill;
	cursor: pointer;
}

.video-library-section .video-section .section-content .video-container .video-item video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.video-library-section .video-section .section-content .video-container .video-item::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
	background-image: url('/static/beakun/images/reel.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: 3;
}

.social-section {
	padding-bottom: 146px;
}

.video-library-section .social-section .section-title {
	margin-bottom: 16px;
}

.video-library-section .social-section .social-container {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 580px;
	box-sizing: border-box;
}

.video-library-section .social-section .social-container .social-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Goods section */
.goods-section {
	background-color: #f2f2f2;
	padding: 144px 0 142px 0;
	position: relative;
}

.goods-section .section-title {
	margin-bottom: 12px;
}

.goods-section .goods-container {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 860px;
	justify-content: center;
	align-items: center;
}

.goods-section .goods-container .goods-grid-image {
	width: 100%;
	margin-bottom: 63px;
}

.goods-section .goods-tl {
	position: absolute;
	left: 135px;
	top: -70px;
	width: 153px;
}

.goods-section .goods-banana {
	position: absolute;
	bottom: -60px;
	right: 123px;
	width: 186px;
}

.goods-section .weidr-icon {
	position: absolute;
	left: 99px;
	bottom: -125px;
}

.ol-icon {
	z-index: 10;
}

/* Calendar section */
.calendar-section {
	background-color: #ffffff;
	padding: 134px 0 144px 0;
	position: relative;
}

.calendar-section .section-title {
	margin-bottom: 62px;
}

.calendar-section .weidr-icon2 {
	position: absolute;
	right: 97px;
	bottom: -125px;
}

/* Manga section */
.manga-section {
	background-color: #f2f2f2;
	padding: 134px 0 140px 0;
}

.manga-section .section-title {
	margin-bottom: 62px;
}

.manga-section .section-content .manga-container {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	gap: 3%;
	cursor: pointer;
}

.manga-section .manga-item {
	width: 31%;
}

.manga-section .manga-item img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

/* Contact section */
.contact-section {
	background-color: #ffffff;
	padding: 96px 0 100px 0;
}

.contact-section .section-title {
	margin-bottom: 26px;
}

.contact-section .contact-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.contact-section .contact-container .contact-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 31px;
}

.contact-section .contact-container .contact-group .contact-links {
	display: flex;
	margin-bottom: 39px;
	gap: 35px;
}

/* Image library section */
.photo-library-section {
	background-color: #ffffff;
	padding-top: 146px;
}

.photo-library-section .photo-section {
	margin-bottom: 0px;
}

.photo-library-section .photo-section .section-title {
	margin-bottom: 45px;
}

.photo-library-section .photo-section .section-title img {
	aspect-ratio: 5;
	max-width: 608px;
}

.photo-library-section .photo-carousel-title {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: "Yu Gothic", sans-serif;
}

.photo-library-section .photo-section .section-content .photo-container {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 698px;
	justify-content: center;
	align-items: center;
	gap: 25px 21px;
}

.photo-library-section .photo-section .section-content .photo-container .photo-item {
	box-sizing: border-box;
	position: relative;
}

.photo-library-section .photo-section .section-content .photo-container .photo-item img {
	width: 100%;
	object-fit: fill;
	cursor: pointer;
}

/* Lightbox Modal */
.lightbox-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.lightbox-content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#lightboxImage,
#photoLightboxImage {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}

.close-button {
	position: absolute;
	top: 22px;
	right: 24px;
	color: white;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
	z-index: 1001;
}

.nav-button {
	opacity: 0.8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.2);
	color: white;
	border: none;
	font-size: 30px;
	cursor: pointer;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s;
}

.nav-button:hover {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.5);
}

.prev-button {
	left: 16px;
}

.next-button {
	left: calc(100vw - 66px);
}

.manga-item,
.photo-item {
	transition: transform 0.3s ease;
}

.manga-item:hover,
.photo-item:hover {
	transform: scale(1.01);
}

.photo-container .bx-wrapper .bx-controls-direction .bx-prev{
	background: url(/static/beakun/images/left-arrows.png) no-repeat;
	background-size: 40px;
	width: 40px;
	height: 40px;
}

.photo-container .bx-wrapper .bx-controls-direction .bx-next{
	background: url(/static/beakun/images/right-arrows.png) no-repeat;
	background-size: 40px;
	width: 40px;
	height: 40px;
}