@charset "utf-8";

body {
	user-select: none; 
	-ms-user-select: none; 
}

body::-webkit-scrollbar {
    display: none; /* 스크롤바를 숨깁니다 */
}


.wrap {
	width: 100vw;
    height: 100vh;
}

/* detail_div 스타일 */
.content_div {
	height: 100vh;
}

.main_text {
	position: absolute;
    bottom: 33.5%;
    left: 8.5%;
    z-index: 10;
    color: #fff;
	padding-left: 25px;
    border-left: 5px solid #fff;
    box-sizing: border-box;
}

.shadow {
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.main_title {
	font-size: 35px;
	padding-bottom: 20px;
    font-weight: 300;
    line-height: 1.25;
}

.main_sub {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.25;
}

.scroll_btn {
	display: block;
	position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer;
}

/* first_div 스타일 */
#main_bg {
	height: 100%;
	overflow: hidden;
}

.main_wrapper img {
	width: 100%;
	height: 100%;
}

.swiper-pagination {
	display: flex;
    width: 110px !important;
    justify-content: space-between;
	position: absolute;
	bottom: 28% !important;
    left: 10% !important;
}

/* second_div 스타일 */
#second_div {
	position: relative;
	z-index: 5;
}

.hover_div {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 50%;
    left: 50%;
   	transform: translate(-50%, -50%);
    z-index: 5;
}

.hover_text {
	width: 1380px;
	height: 150px;
	display: flex;
	padding: 0 40px;
	color: #fff;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
}

.hover_text a:hover {
	color: #25A740 !important;
}

.title_div {
	width: 334px;
	display: flex;
	align-items: center;
}

.hover_title {
	width: 330px;
	font-size: 40px;
	height: 100%;
	line-height: 150px;
	font-weight: 500;
}

.sub_div {
	width: 552px;
	display: flex;
	gap: 30px;
	align-items: center;
}

.hover_text.opacity .sub_div, .hover_text.opacity .purpose_div {
	display: none;
}

.hover_sub {
	width: 180px;
	font-size: 18px;
	height: 100%;
	line-height: 150px;
	font-weight: 300;
}

.purpose_div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hover_purpose {
	font-size: 16px;
	font-weight: 300;
	width: 418px;
}

.opacity {
	color: rgba(255, 255, 255, 0.50);
	border-bottom: 2px solid rgba(255, 255, 255, 0.50);
}

.hover_bg {
	height: 100%;
	opacity: 0;
	position: absolute;
	z-index: 1;
}

.hover_bg img {
	width: 100vw;
    height: 100vh;
	object-fit: cover; 
}


/* notice_div 스타일 */
.contents_div {
	height: auto;
}

#notice_div {
	height: auto;
	background: #E7EAF6;
	display: flex;
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 20px;
	gap: 10px;
}

.notice_top {
	display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.notice_div {
	display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.notice {
    font-size: 40px;
    font-weight: 300;
}

.swiper {
	width: 100%;
    display: flex;
    justify-content: center;
}

.notice_wrapper {
	width: 1380px;
	height: 235px;
}

.notice_wrap {
	width: 330px !important;
	height: 210px;
	position: relative;
	background: #fff;
	border-radius: 15px;
	cursor: pointer;
}

.notice_slide {
	display: flex;
	flex-direction: column;
	padding: 20px;
	width: 330px;
	height: 210px;
	overflow: hidden;
    justify-content: space-between;
	border-radius: 5px;
	position: relative;
	z-index: 5;
	background: #fff;
	transition: all 0.3s ease;
}

.notice_slide_bg {
	position: absolute;
	top: 0;
	width: 330px;
	height: 210px;
	background: #FF3F3F;
	border-radius: 6px;
	z-index: 1;
}

.notice_slide > div {
	display: flex;
	align-items: center;
	justify-content: center ;
	width: 120px;
    height: 30px;
    border-radius: 15px;
}

.red_text {
	background: #FFB5B5;
}

.yellow_text {
	background: #FFD8B5;
}

.green_text {
	background: #BBEAC5;
}

.notice_date {
    font-weight: 300;
    font-size: 16px;    
    color: #121212;
}

.notice_title {
	display: -webkit-box;
    font-weight: 300;
    height: auto;
    font-size: 20px;
    color: #121212;
  	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: normal;
 	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2; 
}

.notice_text {
	display: block; 
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5em; /* 줄 높이 설정 */
    max-height: 3em; /* 2줄까지만 보이게 설정 */
    color: #121212;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.swiper-button-next {
	background: no-repeat;
	width: 40px;
    height: 25px;
    background-position: center;
    right: 8%;
    top: 55%;
}

.swiper-button-prev {
	background: no-repeat;
	width: 40px;
    height: 25px;
    background-position: center;
    left: 8%;
    top: 55%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.notice_bottom {
	display: flex;
    justify-content: center;
}

.notice_bottom button {
	display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    padding: 5px 10px;
    border: 2px solid #121212;
}

.notice_bottom button img {
	width: 8px;
    height: 15px;
	object-fit: cover;
	margin-left: 6px;
}


/* jiso_info_div 스타일 */
#jiso_info_div {
	height: 426px;
	display: flex;
	flex-direction: column;
}

.jiso_top {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.jiso_div {
	display: flex;
    align-items: center;
    margin-top: 20px;
}

.jiso {
    font-size: 40px;
    font-weight: 300;
}

.jiso_bottom {
	display: flex;
    justify-content: center;
}

.jiso_info_div {
	width: 1260px;
	height: auto;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.jiso_card {
	display: flex;
	flex-direction: column;
	padding: 20px;
	width: 300px;
    height: 150px;
	border: 3px solid #DFE2EE;
    justify-content: space-between;
	border-radius: 5px;
	position: relative;
	z-index: 5;
	background: #fff;
	cursor: pointer;
	margin-bottom: 20px;
	margin-right: 20px;
}

.jiso_card:hover {
	background: #DFE2EE;
}

.name_green {
	display: flex;
	align-items: center;
	justify-content: center ;
	width: 120px;
    height: 30px;
    border-radius: 15px;
	background: #25A740;
}

.width {
	width: 180px;
}

.small_width {
	width: 140px;
}

.jiso_name {
    font-weight: 300;
    font-size: 16px;    
    color: #fff;
    height: 22px;
}

.jiso_address {
    font-weight: 300;
    font-size: 16px;
    color: #121212;
}

.jiso_contact {
    font-weight: 300;
    font-size: 16px;
    color: #121212; 
}

