@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: #fff;
	text-decoration: none;
	display: block;
}

body {
	font-family: 'Roboto', sans-serif;
	line-height: 15px;
	background: #580000 no-repeat center center;
	height: 100%;
}

html,
body {
	height: 100vh;
	margin: 0;
}

#app {
	display: flex;
	flex-direction: column;
}

#container {
	flex-grow: 1;
}

#footer {
	margin-top: auto;
}

ul li {
	list-style: none
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.sjbdmap,
.pcbdmap,
#container,
#containerlow {
	display: none;
}

@media (min-width: 768px) {
	.pcbdmap {
		display: block !important;
	}

	#container {
		display: block !important;
	}

	#container2 {
		display: none !important;
	}

	#containerlow {
		display: block !important;
	}
}

#header {
	margin-bottom: 10px;
 	background: #720000 no-repeat center bottom;
 	border-bottom: 1px solid #b50409;
 	display: flex;
 	flex-direction: row;
 	flex-wrap: nowrap;
 	align-items: center;
 	padding: 5px;
}


#header .hBox {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .logo img {
	display: block;
	width: 260px;
	padding:0px;
}



#main {
	padding: 22px 13px 0 20px;
	width: 1000px;
	margin: 0 auto 10px;
	position: relative;
	border: 2px solid #b40308;
	background-color: #990000;
}

#main #conts {
	width: 579px;
	float: left;
	position: relative;
	padding-top: 60px;
}

#main #conts:before {
	width: 1px;
	height: 410px;
	position: absolute;
	right: -31px;
	top: 49px;
	border-right: 1px dotted #b40308;
	content: "";
}

#main h2 {
	margin-bottom: 17px;
	text-align: center;
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
}

#conts .linkUl {
	margin-bottom: 10px;
}

#conts .linkUl li {
	margin-bottom: 35px;
	overflow: hidden;
	zoom: 1;
}

#conts .linkUl li span {
	margin: 1px 10px 0 0;
	padding: 0 3px;
	line-height: 34px;
	float: left;
	width: 294px;
	color: #e5c561;
	font-size: 15px;
	background-color: #580000;
	border: 1px solid #b40308;
	text-align: center;
}

#conts .linkUl li .txt {
	width: 102px;
	text-align: center;
}

#conts .linkUl li img {
	margin: 11px 9px 0 2px;
	display: block;
	float: left;
}

#conts .linkUl li a {
	width: 123px;
	display: block;
	float: right;
	color: #e5c561;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	background-color: #580000;
	border: 1px solid #b40308;
}

#conts .linkUl li a:hover {
	color: #ff0;
}

#main #conts .refresh {
	margin: 0 auto;
	width: 110px;
}

#main #conts .refresh a {
	color: #e5c561;
	font-size: 17px;
	line-height: 38px;
	text-align: center;
	display: block;
	margin-bottom: 15px;
	background-color: #580000;
	border: 1px solid #b40308;
	border-radius: 3px;
}

#main #conts .refresh a:hover {
	color: #720000;
	background: linear-gradient(to right, #fec942 0%, #fec942 100%);
	cursor: pointer;
}

#main #conts .line {
	margin: 17px -4px 30px 0;
	border-bottom: 1px dotted #016a21;
}

#main #conts .btm {
	color: #b97048;
	font-size: 14px;
	text-align: center;
}

.socials, .socials a {
	display: flex;
 	justify-content: space-between;
	align-items: center;
 	margin-top: 10px;
}
.socials img {
	width: 150px;
	height: 40px;
	margin-right: 5px;
}



#main #sideBar {
	padding-top: 55px;
	width: 338px;
	float: right;
	position: relative;
}

#main #sideBar h2 {
	margin-bottom: 17px;
	text-align: center;
}

#main #sideBar .inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#main #sideBar .inner .imgBox {
	float: left;
}

#main #sideBar .inner .rBox {
	margin-top: 38px;
	width: 158px;
	float: right;
}

#main #sideBar .inner .rBox .ma {
	margin-bottom: 10px;
	color: #f5fcff;
	font-size: 16px;
	text-align: center;
}

#main #sideBar .inner .rBox .link a {
	margin: 0 auto;
	width: 142px;
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 41px;
	text-align: center;
	background: url(../images/index/index-bg02.png) no-repeat;
	background-size: cover;
}

#main #sideBar .img {
	position: relative;
}

#main #sideBar .img img {
	position: absolute;
	top: -10px;
	left: 11px;
}

.img-download-app img{
	width: 280px;
	height: auto;
}

#containerlow {
 	padding: 0 0 0 0;
}

#mainlow {
 	width: 1000px !important;
 	max-width: 100%;
	margin: 0 auto 10px;
	position: relative;
	border: 2px solid #b40308 !important;
	background-color: #990000;
	padding-top: 60px;
	box-sizing: border-box;
}

#banner-pc-list {
 	padding: 10px 10px 20px 10px;
 	background-color: #990000;
}

#banner-pc-list h2 {
 	margin-bottom: 17px;
	text-align: center;
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);

}
#banner-pc-list h2 img {
 	display: block;
}

.double-banner-group {
	display: flex !important;
	gap: 10px;
	justify-content: space-between;
	align-items: flex-start;
 	padding: 0;
}

.banner-item {
	flex-basis: calc(60% - 7.5px);
 	margin-bottom: 0;
 	
	overflow: hidden;
	border-radius: 5px;
 	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.banner-item img {
 	display: block;
 	width: 100%;
 	height: auto;
}


#tripleBannerCarousel .carousel-control-prev,
#tripleBannerCarousel .carousel-control-next {
 	width: 30px;
 	height: 30px;
 	top: 50%;
 	transform: translateY(-50%);
 	background-color: rgba(0, 0, 0, 0.5);
 	border-radius: 50%;
 	opacity: 0.7;
}

#container-social {
 	padding: 0;
}

#main-social {
 	width: 1000px !important;
 	max-width: 100%;
	margin: 0px auto 10px;
	position: relative;
	border: 2px solid #b40308 !important;
	background-color: #990000;
 	box-sizing: border-box;
	padding: 72px 10px 10px 10px;
}

#main-social h2 {
 	margin-bottom: 17px;
	text-align: center;
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
 	padding-bottom: 3px;
}
#main-social h2 img {
 	display: block;
}

.social-links-container {
 	display: flex;
 	justify-content: space-around;
 	align-items: center;
 	gap: 20px;
}

.social-item {
 	flex-basis: 33%;
 	text-align: center;
 	padding: 15px 10px;
 	border-radius: 8px;
 	background-color: #580000;
 	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 	transition: all 0.3s ease-in-out;
}

.social-item a {
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	color: #fff;
 	text-decoration: none;
}

.social-item img {
 	width: 70px;
 	height: 70px;
 	margin-bottom: 8px;
 	border-radius: 50%;
 	border: 3px solid #ff0;
 	background-color: #fff;
 	object-fit: cover;
 	transition: transform 0.3s;
}

.social-item:hover {
 	background-color: #ff0000;
 	transform: translateY(-5px);
 	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.social-item span {
	display: block;
 	font-size: 16px;
 	font-weight: 700;
 	color: #e5c561;
 	text-shadow: 1px 1px 2px #000000;
	margin-top: 5px;
}


#footer {
	display: flex;
 	text-align: center;
 	clear: both;
 	background-color: #720000;
 	border-top: 2px solid #b50409;
 	bottom: 0;
 	flex-direction: row;
 	flex-wrap: wrap;
 	align-content: center;
 	justify-content: center;
 	align-items: baseline;
}




#footer p {
	margin-top: 7px;
	color: #787878;
	font-size: 16px;
	line-height: 2.2;
}




@keyframes animate {
	from {
		background-position: 0;
	}

	to {
		background-position: 0 450px;
	}
}

.box-btn-redirect {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

@media screen and (max-width: 1024px) {

	#main,
	#header .hBox,
	#header .hInner,
	#footer {
		max-width: 100%;
	}
}

@media screen and (max-width: 1023.98px) {

	html,
	body {
		overflow-x: hidden;
	}

	#container,
	#container2,
	#containerlow,
	#container-social {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	
	#main #sideBar h2,
	.img-download-app {
		display: none;
	}

	#main #conts {
		width: 100%;
	}

	#main #conts:before {
		border: none;
	}

	#header .logo img {
		width: 250px;
	}

	#conts .linkUl li {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
	}

	#main #sideBar {
		width: 100%;
		padding: 0 0 20px;
	}

	.link-download-app {
		margin-top: 0;
		width: 100%;
	}

	.link-download-app::before {
		height: 1125%;
	}

	#header .hInner h1 {
		font-size: 20px;
		padding: 10px;
		text-align: center;
	}

	#conts .linkUl li span {
		padding: 7px;
		font-size: 22px;
		width: 50%;
	}

	#conts .linkUl li a {
		height: 50px;
		background-size: cover;
		font-size: 22px;
	}

	#conts .linkUl li .txt,
	#conts .linkUl li a {
		width: 20%;
	}

	#footer {
		max-width: 100%;
	}

	#footer p {
		font-size: 16px;
	}

}

@media screen and (max-width: 767.98px) {
	#app {
		height: fit-content !important;
	}
	.sjbdmap {
		display: block !important;
		margin-bottom: 5px;
	}

	#header .logo {
		width: 45%;
		height: 45%;
	}

	#header {
		padding: 5px 0;
	}

	#header .hBox {
		margin: 0;
		padding: 0 10px;
	}

	#header .logo img {
		width: 130%;
	}

	#header .hIm02 a,	
	#header .hIm02 a img {
		width: 95%;
		background-color: transparent;
		display: flex;
 	 	justify-content: flex-end;
	}

	#container2 {
		padding-top: 3px;
	}

	#conts h2 img {
		width: 345px;
	}

	#conts .linkUl li span,
	#conts .linkUl li a {
		font-size: 16px;
		padding: 0;
	}

	#conts .linkUl li a {
		height: 37px;
		width: 300px;
	}

	.link-download-app h3 {
		font-size: 16px;
	}

	.link-download-app::before {
		height: 700%;
	}

	.link-download-app .content {
		padding: 10px;
	}

	#main #conts {
		padding-top: 20px;
	}

	.box-btn-redirect {
		display: grid;
		align-items: center;
		grid-template-columns: auto auto;
	}

	#main-social {
 	 	width: 100%;
 	 	max-width: 100%;
 	 	box-sizing: border-box;
 	 	padding: 52px 10px 1px 10px;
 	 	margin: 0 auto 10px ;
 	}
	
	#main-social h2 img {
		width: 345px;
	}

	.social-links-container {
 	 	display: flex;
 	 	flex-wrap: wrap;
 	 	justify-content: space-around;
 	 	gap: 5px;
 	 	padding: 5px;
 	 	margin: 5px;
 	}

 	.social-item:nth-child(-n+3) {
 	 	width: 30%;
 	 	flex-basis: auto;
 	 	padding: 8px 0;
 	 	margin: 0 0 1px 0;
 	 	border-width: 0;
 	}
 	 	
 	.social-item:nth-child(n+4) {
 	 	width: 30%;
 	 	flex-basis: auto;
 	 	padding: 8px 0;
 	 	margin: 0 0 5px 0;
 	 	border-width: 0;
 	}

 	.social-item img {
 	 	width: 50px;
 	 	height: 50px;
 	 	margin-bottom: 2px;
 	}
 	 	
 	.social-item span {
 	 	font-size: 14px;
 	 	white-space: wrap;
 	 	overflow: visible;
 	 	text-overflow: initial;
 	}
 	 	
 	.social-item a {
 	 	padding: 0 ;
 	}
	

	#footer {
		max-width: 100% !important;
	}

	#footer p {
		font-size: 16px;
	}
}

@keyframes pulse {
 	0% {
 	 	box-shadow: 0 0 0 0 rgba(254, 143, 33, 0.4);
 	}
 	70% {
 	 	box-shadow: 0 0 0 10px rgba(254, 143, 33, 0);
 	}
 	100% {
 	 	box-shadow: 0 0 0 0 rgba(254, 143, 33, 0);
 	}
}