@charset "utf-8";


body::-webkit-scrollbar {
    display: none; /* 스크롤바를 숨깁니다 */
}

select, label, input {
	border: 0;
}

select:focus, 
input:focus {
    outline: none; /* 기본 outline 제거 */
    box-shadow: none; /* box-shadow 제거 (선택 사항) */
}

.wrap {
	width: 100vw;
    height: 100vh;
}

/* search_div 스타일 */
#search_div {
	position: absolute;
    top: 490px;
    right: 270px;
}

.search_form {
	display: flex;
}

.search_toggle {
	display: flex;
	align-items: center;
	position: relative;
    justify-content: space-between;
	width: 145px;
    height: 40px;
    border-radius: 4px;
    color: #121212;
    font-family: Noto Sans KR;
    font-weight: 300;
    font-size: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 3px solid #E7EAF6;
    margin-right: 10px;
}

.search_toggle:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}

.search_toggle img {
	width: 13px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.search_toggle img.rotated {
    transform: rotate(180deg);
}

.search_group {
	display: none;
	left: 0;
	top: 43px;
	width: 145px;
	position: absolute;
	background: #fff;
    border-radius: 4px;
    color: #121212;
    font-family: Noto Sans KR;
    font-weight: 300;
    font-size: 18px;
    box-sizing: border-box;
    border: 3px solid #E7EAF6;
}

.search_group_item {
	padding: 5px 10px;
	cursor: pointer;
}

.search_group_item:hover {
	background-color: #ddd;
}

.search_box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 40px;
	border-radius: 4px;
	border: 3px solid #E7EAF6;
	box-sizing: border-box;
}

.search_input {
	color: #121212;
	font-family: Noto Sans KR;
	font-weight: 300;
	font-size: 18px;
	padding: 0 10px;
}

.search_btn {
	display: flex;
	align-items: center;
	width: 33px;
	height: 16px;
	padding-right: 10px;
}

/* first_div 스타일 */
.top_title_text {
	position: relative;
}

.top_title_text h1 {
	position: absolute;
    font-weight: 300;
    font-size: 50px;    
    color: #fff;
    top: 50%;
    left: 50%;
   	transform: translate(-50%, 250%);
   	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.top_title_bg {
	height: 334px;
    width: 100vw;
}

.top_title_bg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

/* second_div 스타일 */
#second_div {
	display: flex;
    justify-content: center;
}

.top_sub_menu_div {
	display: flex;
    width: 1380px;
    padding: 20px;
    border-bottom: 1px solid #DFE2EE;
}

.sub_logo_div {
	height: 45px;
	margin-right: 40px;
}

.top_sub_right {
	display: flex;
    align-items: center;
}

.top_sub_right div {
	position: relative;
	margin-right: 20px;
}

.top_sub_right div:last-child {
	margin-right: 0;
}

.top_sub_right div:nth-of-type(1) span {
	width: auto;
}

.top_sub_right div:nth-of-type(3) span {
	width: 80px;
}

.top_sub_right span {
    display: block;
    font-weight: 300;
	font-size: 18px;
	line-height: 45px;
	cursor: pointer;
}

.top_sub_right span:hover {
	color: #777;
}

.top_menu {
	position: absolute;
    display: none;
    width: 100px;
    padding: 10px;
    flex-direction: column;
    left: -10px;
    top: 70px;
    border-radius: 5px;
    border: 1px solid #DFE2EE;
    background: rgba(255, 255, 255, 0.93);
}

.top_menu li {
	margin-bottom: 20px;
}

.top_menu li:last-child {
	margin-bottom: 0;
}

.top_menu_title a {
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
}

.top_sub_menu {
	position: absolute;
    display: none;
    width: 80px;
    padding: 10px;
    flex-direction: column;
    left: -10px;
    top: 70px;
    border-radius: 5px;
    border: 1px solid #DFE2EE;
    background: rgba(255, 255, 255, 0.93);
}

.top_sub_menu li {
	margin-bottom: 20px;
}

.top_sub_menu li:last-child {
	margin-bottom: 0;
}

.active {
    color: #25A740 !important;
}

.top_sub_menu a {
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
}

.top_arrow img {
	height: 100%;
    object-fit: cover;
}

/* third_div 스타일 */
#third_div {
	display: flex;
    justify-content: center;
    margin: 70px 0 40px 0;
}

.content_wrap {
	display: flex;
	flex-direction: column;
    width: 1380px;
}

.content_title>span {
    font-weight: 300;
    font-size: 33px;
}

.content_sub_title {
	display: flex;
	flex-direction: column;
	width: 1380px;
    text-align: center;
}

.content_sub_title>div {
	display: flex;
	margin-bottom: 20px;
}

.content_sub_title .border{
	width: 7px;
	height: 27px;
	border-radius: 10px;
	background: #25A740;
	margin-right: 13px;
}

.content_sub_title span {
    font-weight: 300;
    font-size: 27px;
}

.text_box {
	margin-left: 20px;
}

/* four_div 스타일 */
#four_div {
	display: flex;
	align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 70px;
}

.detail_list_div {
    width: 1380px;
    text-align: center;
}

#list_table {
	width: 100%; 
	border-collapse: collapse; 
	border-top: 2px solid #505651;

}

#list_table th {
	background: #E7EAF6;
	font-weight: 300;
	font-size: 17px;
	padding: 20px 0;
}

#list_table td {
	font-weight: 300;
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #B9BDCC;
	cursor: pointer;
}

/* paging_div 스타일 */
#paging_div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1380px;
}

#paging_div>div {
	margin-right: 5px;
}

#paging_div>div:last-child {
	margin-right: 0;
}

.page_change_btn {
	cursor: pointer;
}

.pagingBtn {
	width: 43px;
    height: 42px;
    margin-bottom: 5px;
    border: 2px solid #E7EAF6;
    box-sizing: border-box;
    color: #121212;
	margin-right: 5px;
}

.pagingBtn.selected {
	color: #fff;
    background: #25A740;
    border: 0;
}
