body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}
#main .banner {
    position: relative;
    width: 100%;
    height: 100vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
/* 메인배너타이틀 */
#main .banner .mainbanner_title {
	position: absolute;
    top: 50%;
    left: 18%;
    transform: translateY(55%);
    color: white;
    text-align: left;
}

#main .mainbanner_title .small_toptitle p {
    font-size: 20px;
    margin-bottom: 1rem;
}

#main .banner .mainbanner_title h3 {
    font-size: 3.5rem;
    font-weight: bold;
}

#main .mainbanner_title h3 span {
    display: block;
    font-size: 3.5rem;
    font-weight: bold;
}
#main .banner .mainbanner_title .small_toptitle p{
	background-color:  #00492C;
	width: 150px;
    height: 35px;
}
/* 메인배너영상 */
#main .banner .visual .video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
#main .banner .visual {
	width: 100%;
	height: 100vh;
	background: #000;
	position: relative;
	overflow:hidden;
}
#main .banner .visual .video-background {
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 50%;
	transform:  translateX(-50%);
}
.video-foreground,
.video-background iframe {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
/* 메인배너 갤러리 게시판 */
#main .gallery_board .gallery_bg{
	background-color: #FFF6E9;
    /* height: 535px; */
	padding: 70px 0;
}
#main .gallery_board .gallery_bg .gallery_width{
	max-width: 1200px;
	width:100%;
}
#main .gallery_board .gallery_bg .gallery_width .gallery_contents .gallery_img{
	/* width: 380px; 
    height: 210px;*/
}
#main .gallery_board .gallery_bg .gallery_width .gallery_contents .video_title{
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 35px;
}
#main .gallery_board .gallery_bg .gallery_width .gallery_contents .video_date{
	font-size: 1.1rem;
	font-weight: 500;
	color: #585757;
}
#main .second_banner .second_banner_width{
	width: 1200px;
}
#main .second_banner .second_banner_blank{
	margin-top: 85px;
	margin-bottom: 85px;
}
#main .second_banner .second_banner_width .second_banner_line{
	
    height: 5px;
    background-color: #00492C;
    display: block; 
}
#main .second_banner .second_banner_width .second_banner_verse p{
	font-size: 1.1rem;
	font-weight: 500;
	color: #585757;	
}
#main .second_banner .second_banner_width .second_banner_verse h3{
	font-size: 2rem;
	font-weight: 700;
	color: #231815;	
}









.gallery_board .gallery_bg .gallery_width .gallery_contents {
    width: calc(33.333% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery_board .gallery_bg .gallery_width .gallery_contents .video_title {
    min-height: 50px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.gallery_board .gallery_bg .gallery_width .gallery_contents .video_date {
    margin-top: auto;
    font-size: 14px;
}
.support_component{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* background-color: #f9f9f9; */
	max-width:1200px;
	width:100%;


}

.support_board {
	padding-top: 85px;
	padding-bottom:150px;
}


.support_heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;

}

.support_heading h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.support_line {
    width: 280px;
    height: 5px;
    background-color: #00492C; 
	margin-bottom: 40px;
}

.support_cards{
	display: flex;
	gap: 20px;
}


.support_card {
    width: 285px;
    height: 500px;
    background-color: #fff;
    border-radius: 200px;
    overflow: hidden;
    position: relative; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    text-align: center;
}


/*.card_image {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
*/

.card_content {
    position: relative;
    z-index: 2; 
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 0 0 200px 200px; 
}

.card_content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}


.support_button {
    padding: 10px 20px;
    border: none;
    background-color: #28a745;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 215px;
}

.support_button:hover {
    background-color: #1e7c36;
}

.video_line {
    width: 100%;
    height: 5px;
    background-color: #00492C;
}

.swiper {
	width: 100%;
	height: 600px;
	margin:0;
}

.main380{width: 380px;}
.main800{width: 800px;}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:600px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet-active{
	background: #00492C;
}
.swiper-pagination-bullet{
	background: #00492C;
}

@media screen and (max-width: 1200px) {
	#main .second_banner .second_banner_width{
		width:100%;
		gap:20px;
		padding:0 15px;
	}
	.support_component{
		padding:0 15px;
	}
	.support_line{
		width:100%;
	}
	.main380{width: 330px;}
	.main800{width: calc(100% - 330px);;}
	#main .gallery_board .gallery_bg .gallery_width{
		padding:0 15px;
	}
	#main .gallery_board .gallery_bg{
		padding:30px 0;
	}
	#main .second_banner .second_banner_blank {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.support_board {
		padding-top: 50px;
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 1000px) {
	.support_component{
		flex-wrap:wrap;

	}
	.support_cards{
		width:100%
	}
	.support_card{height:auto}
	footer{padding:50px 0 !important}
	footer .inner {padding:0px;}
}
@media screen and (max-width: 786px) {
	#main .banner .mainbanner_title{
		top:60%;
		width:90%;
		left:5%;
	}
	#main .banner .mainbanner_title h3{
		font-size:2rem;
	}
	#main .banner .mainbanner_title h3 span{
		font-size:2rem;
	}
	#main .second_banner .second_banner_width{
		flex-wrap:wrap;
	}
	.main380{width:100%;}
	.main800{width:100%;}
	.gallery_contents:nth-child(3){
		display:none !important;
	}
	.gallery_contents{
		width: calc(50% - 15px) !important;
	}
	#main .gallery_board .gallery_bg .gallery_width .gallery_contents .video_title{
		font-size:1.3rem;
		margin-top:10px;
		margin-bottom:15px;
		min-height:30px;
	}
	#main .second_banner .second_banner_blank {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	#main .gallery_board .gallery_bg {
        padding: 10px 0;
    }
	.support_board {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
	.swiper-slide{height:400px}
	.inner .logo{width:200px;}
	.support_cards{
		flex-wrap:wrap;
	}
	.support_card{
		width:calc(50% - 10px);
	}

}
@media (max-width: 320px) {
	.swiper {
		max-width:800px;
		width: 100%;
		height: 300px;
		overflow: hidden;
		margin:0;
	}
	#main .banner .visual .video-background {
		height: 50vh;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	#main .banner .visual {
		width: 100%;
		height: 50vh;
		background: #000;
		position: relative;
		overflow: hidden;
	}
	#main .banner {
		position: relative;
		width: 100%;
		height: 50vh;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}
	#main .banner .mainbanner_title {
        top: 35%;
        width: 90%;
        left: 5%;
    }
	#main .second_banner .second_banner_blank {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	#main .gallery_board .gallery_bg {
        padding: 10px 0;
    }
	.support_board {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
@media (min-aspect-ratio: 16/9) {
	.video-foreground { height: 400%; top: -150%; }
}
@media (max-aspect-ratio: 16/9) {
	.video-foreground { width: 400%; left: -150%; }
}