@charset "utf-8";

@font-face {
	font-family: 'SBAggroB';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* 서브 전체 영역 */
#sub_container { 
	padding:60px 0px 100px; 
}

.sub_con {
	width:1120px; margin:10px auto 0px;
}

.content {
	padding:60px 20px 0; 
}

/* 서브 전체 영역 미디쿼리 */
@media screen and (max-width:1200px){
	#sub_container { 
		padding: 100px 0px 40px; 
	}
	.sub_con { 
		width:95%; 
		margin:0 auto; 
		height: auto; 
		overflow-y: initial; 
	}
	.content {
		padding:30px 0 0; 
	}
}


/* 서브 타이틀 */
.sub_title_top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 2px solid #333;
}

.sub_title {
	color: #333;
	font-size: 1.75rem;
	line-height: 1;
	font-family: "SBAggroB";
}

.sub_nave_wrap {}

.sub_nave_wrap:after {
	content:""; 
	display:block; 
	clear:both;
}

.sub_nave_wrap li {
	float:left; 
	display:flex; 
	align-items:center; 
	color:#999; 
	font-weight:400;
}

.sub_nave_wrap li:first-child {
	padding-left:20px; 
	background:url("/images/content/sub_home_icon.png") no-repeat left center;
}

.sub_nave_wrap li:after {
	content:">";  
	display:inline-block; 
	font-size:0.625rem;
	line-height:1; 
	font-family:"Gulim"; 
	margin:0px 8px;
}

.sub_nave_wrap li:last-child:after {
	display:none;
}

.sub_nave_wrap li.color {
	color:#333; 
	font-weight:500;
}

/* 서브 타이틀 미디어쿼리 */
@media screen and (max-width:1200px){
}
@media screen and (max-width:768px){
	.sub_title_top {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 10px;
		border-bottom: 1px solid #333;
	}
	.sub_title {
		font-size: 1.35rem;
	}
	.sub_nave_wrap {
		display: none;
	}
}


/* 검색 */
.search_warp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search_date {
	font-size: 1rem;
}

.search_sch {
	display: flex;
	align-items: center;
}

.search_sch input {
	padding: 5px;
    margin-right: 3px;
    border-radius: 5px;
    height: auto;
}

.btn_search {
	padding: 6px 15px;
	background: #333;
	color: #FFF;
	border-radius: 5px;
}

/* 검색 미디어쿼리 */
@media screen and (max-width:768px){
	.search_warp {
		display: flex;
		flex-direction: column;
	}

	.search_date {
		width: 100%;
		font-size: 1.125rem;
		margin-bottom: 10px;
	}

	.search_sch {
		width: 100%;
		font-size: 1.125rem;
	}

	.search_sch input {
		width: 74%;
		padding: 8px 5px ;
		margin-right: 1%;
	}

	.btn_search {
		width: 25%;
		padding: 9px 5px ;
	}
}


/* 공지사항 */
.notice_warp {
	border-top: 2px solid #333;
	margin-top: 20px;
}

.notice_warp ul {
	overflow:hidden;
}

.notice_warp li {
	display: flex;
}

.notice_th {
	background: #f7f7f7;
	padding: 15px 0;
	font-size: 1.125rem;
	font-weight:600;
	border-bottom: 1px solid #ccc;
}

.notice_td {
	padding: 15px 0;
	font-size: 1rem;
	border-bottom: 1px solid #ccc;
}

.notice_no {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.notice_title {
	flex: 6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.notice_td_title {
	flex: 6;
	display: flex;
	align-items: center;
	font-size: 1.125rem;
	font-weight:500;
}

.answer {
	padding: 3px 5px;
	background: #ffd300;
	color: #FFF;
	border-radius: 5px;
	font-size: .875rem;
	display: inline;
}

.answer_no {
	padding: 3px 5px;
	background: #ccc;
	color: #FFF;
	border-radius: 5px;
	font-size: .875rem;
	display: inline;
}

.notice_name {
	flex: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.notice_date {
	flex: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.notice_check {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.notice_file {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.notice_comment {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.notice_button {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.notice_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
}
.btn_edt {
	padding: 3px 5px;
	border-radius: 5px;
	background: #4aa5b7;
	font-size: .875rem;
    display: inline;
}
.btn_edt a {
	color: #FFF;
}
.btn_del {
	padding: 3px 5px;
	border-radius: 5px;
	background: #596e7f;
	font-size: .875rem;
    display: inline;
}
.btn_del a {
	color: #FFF;
}

/* 공지사항 미디어쿼리 */
@media screen and (max-width:768px){
	.notice_warp li {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

	.notice_warp li.notice_th {
		display: none;
	}

	.notice_td {
		padding: 15px 0;
		font-size: 1.025rem;
	}

	.notice_td_title {
		flex: auto;
		display: flex;
		align-items: center;
		width: 100%;	
		font-size: 1.125rem;
		margin-bottom: 5px;
	}

	.notice_name {
		flex: none;
		display: inline-flex;
		justify-content: flex-start;
	}

	.notice_name:after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 12px;
		background: #ccc;
		margin: 0px 10px;
	}

	.notice_date {
        flex: none;
        display: inline-flex;
        justify-content: flex-start;
	}

	.notice_date:after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 12px;
		background: #ccc;
		margin: 0px 10px;
	}

	.notice_no {
		display: none;
	}

	.notice_check {
        flex: none;
        display: inline-flex;
        justify-content: flex-start;
	}

	.notice_file {
		display: none;
	}
	.notice_comment {
        flex: none;
        display: inline-flex;
        justify-content: flex-start;
	}
	.notice_comment:after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 12px;
		background: #ccc;
		margin: 0px 10px;
	}
	.notice_button {
        flex: none;
        display: inline-flex;
        justify-content: flex-start;
	}
}


/* 공지사항 - 뷰 */
.notice_view_warp { 
}
.notice_viw_stitle {
 overflow:hidden;
}
.notice_viw_stitle ul {
	padding: 0;
	border-top: 1px solid #000; 
}
.notice_viw_stitle li {
	border-bottom: 1px solid #ccc; 
}
.notice_v_title {
	width: 100%;
	padding: 1rem;
	box-sizing:border-box;
	background: #f8f8f8;
	font-size: 1.5625rem;
	font-weight:600;
}
.notice_v_name {
	width: 33.333%;
	float: left;
	display: flex;
	font-size: 1.125rem;
}
.notice_v_data {
	width: 33.333%;
	float: left;
	display: flex;
	font-size: 1.125rem;
}
.notice_v_views {
	width: 33.333%;
	float: left;
	display: flex;
	font-size: 1.125rem;
}
.notice_v_file {
	width: 100%;
	box-sizing:border-box;
	background: #f8f8f8;
	display: flex;
	font-size: 1.125rem;
	align-items: center;
}
.notice_v_td_file {
	display: flex;
	flex: 8;
	padding: 1rem 0;
	box-sizing:border-box;
}
.notice_v_td_file a {
	margin-right: 1rem;
}
.notice_v_td_file a:hover {
	text-decoration: underline;
	color: #596a9e;
	cursor: pointer;
	font-weight: 600;
}
.notice_viw_view {
	margin: 0 auto;
	width: 100%;
	padding: 2rem;
	box-sizing:border-box;
	font-size: 1.125rem;
	border-bottom: 1px solid #ccc; 
}
.notice_viw_view img {
	width: 100%;
	display: block;
	margin-bottom: .5rem;
}
.notice_viw_view p.caption {
	width: 100%;
	display: block;
	margin-bottom: 1rem;
	font-size: .9375rem;
	color: #555;
}
.notice_viw_stitle div.notice_v_th {
	flex: 1;
	padding: 1rem;
	box-sizing:border-box;
	background: #f8f8f8;
	font-weight:600;
	display: flex;
	justify-content: center;
}
.notice_viw_stitle div.notice_v_td {
	flex: 2;
	padding: 1rem;
	box-sizing:border-box;
}

/* 공지사항 - 뷰 미디어 쿼리 */
@media (max-width: 768px) {
	.notice_v_title {
		font-size: 1.25rem
	}
	.notice_v_name {
		width: 100%;
		float: left;
		display: flex;
	}
	.notice_v_data {
		width: 100%;
		float: left;
		display: flex;
	}
	.notice_v_views {
		width: 100%;
		float: left;
		display: flex;
	}
	.notice_v_td_file {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: .5rem 0;
		flex: 2;
	}
	.notice_viw_view {
		padding: 1rem 0;
	}
	.notice_viw_stitle div.notice_v_th {
		padding: .5rem;
	}
	.notice_viw_stitle div.notice_v_td {
		padding: .5rem;
		box-sizing:border-box;
	}
}


/* 답변 */
.comment {
	margin-top: 30px;
	padding: 20px;
	box-sizing:border-box;
	background: #f8f8f8;
	border: 1px dotted #ccc;
	border-radius: 5px;
}

/* Q&A 비밀번호 모달팝업 */
.modal-backdrop {
    display: none; 
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    z-index: 1000; 
    justify-content: center; 
    align-items: center;
}

.modal-content {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 90%; 
    max-width: 350px; 
    text-align: center;
}

.modal-content h3 {
    margin-top: 0;
    color: #000;
	font-size: 1.25rem;
	font-weight:600;
}

#passwordInput {
    width: 100%;
    padding: 30px;
    margin: 15px 0;
    box-sizing: border-box; 
    border: 1px solid #ccc;
    border-radius: 4px;
}

.modal-actions button {
    padding: 5px 10px;
    margin: 2px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.btn-confirm {
    background-color: #323993;
    color: white;
}

.btn-close {
    background-color: #6c757d;
    color: white;
}

.modal-backdrop.active {
    display: flex; 
}


/* 갤러리 - 리스트 */
.gallery_list_warp {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.gallery_list_warp ul {
	overflow:hidden;
	margin: 0 auto;
}
.gallery_list_warp li {
	float: left;
	width: 30.333%;
	margin: 1.5%;
	border: 1px solid #ebecf5;
	border-radius: 5px;
}
.gallery_list_img { 
	width:100%; 
	height: 200px; 
	overflow:hidden;
	border-bottom: 1px solid #ebecf5;
	border-radius: 5px 5px 0 0 ;
	overflow: hidden; /* 이미지가 커질 때 부모 영역을 벗어나는 것을 숨깁니다. */
	display: inline-block; /* 필요에 따라 블록 또는 인라인-블록으로 설정 */
}
.gallery_list_img img { 
	width:100%; 
	height: 100%; 
	object-fit: cover;
	transition: transform 0.3s ease-in-out; /* 변환 효과에 0.3초의 부드러운 애니메이션 적용 */
	transform-origin: center center; /* 확대/축소 기준점을 이미지 중심으로 설정 */
}
.gallery_list_img:hover img {
  transform: scale(1.1); /* 마우스 호버 시 1.1배로 확대 */
}
.gallery_list_title { 
	padding: 1.25rem;
	box-sizing:border-box;
}
.gallery_lst_tit {
	height: 50px; 
	font-size: 1.125rem;
	color: #000;
	font-weight:600;
	overflow: hidden; /* 영역을 벗어나는 내용 숨기기 */
	display: -webkit-box; /* 웹킷 기반 브라우저에서 박스 모델 사용 */
	-webkit-line-clamp: 2; /* 2줄까지만 보이도록 설정 */
	-webkit-box-orient: vertical; /* 수직 방향으로 내용 정렬 */
	word-break: break-all; /* 단어가 길 경우 잘라서 줄바꿈 */
}
.gallery_lst_date {
	margin-top:1rem;
	font-size: .9375rem;
	color: #888;
}

/* 갤러리 - 리스트 미디어 쿼리 */
@media (max-width: 1200px) {
	.gallery_list_warp {
		width: 100%;
	}
	.gallery_list_warp li {
		width: 47%;
		margin: 1.5%;
	}
}

@media (max-width: 768px) {
	.gallery_list_warp li {
		width: 100%;
		margin: 3% 0;
	}
}


/* 갤러리 - 뷰 */
.gallery_view_warp { 
}
.gallery_viw_stitle {
	overflow:hidden;
}
.gallery_viw_stitle ul {
	padding: 0;
	border-top: 1px solid #000; 
}
.gallery_viw_stitle li {
	border-bottom: 1px solid #ccc; 
}
.gallery_v_title {
	width: 100%;
	padding: 1rem;
	box-sizing:border-box;
	background: #f8f8f8;
	font-size: 1.5625rem;
	font-weight:600;
}
.gallery_v_name {
	width: 33.333%;
	float: left;
	display: flex;
	font-size: 1.125rem;
}
.gallery_v_data {
	width: 33.333%;
	float: left;
	display: flex;
	font-size: 1.125rem;
}
.gallery_v_views {
	width: 33.333%;
	float: left;
	display: flex;
	font-size: 1.125rem;
}
.gallery_v_file {
	width: 100%;
	box-sizing:border-box;
	background: #f8f8f8;
	display: flex;
	font-size: 1.125rem;
	align-items: center;
}
.gallery_v_td_file {
	display: flex;
	flex: 8;
	padding: 1rem 0;
	box-sizing:border-box;
}
.gallery_v_td_file a {
	margin-right: 1rem;
}
.gallery_v_td_file a:hover {
	text-decoration: underline;
	color: #596a9e;
	cursor: pointer;
	font-weight: 600;
}
.gallery_viw_view {
	margin: 0 auto;
	width: 100%;
	padding: 2rem;
	box-sizing:border-box;
	font-size: 1.125rem;
	border-bottom: 1px solid #ccc; 
}
.gallery_viw_view img {
	width: 100%;
	display: block;
	margin-bottom: .5rem;
}
.gallery_viw_view p.caption {
	width: 100%;
	display: block;
	margin-bottom: 1rem;
	font-size: .9375rem;
	color: #555;
}
.gallery_viw_stitle div.gallery_v_th {
	flex: 1;
	padding: 1rem;
	box-sizing:border-box;
	background: #f8f8f8;
	font-weight:600;
	display: flex;
	justify-content: center;
}
.gallery_viw_stitle div.gallery_v_td {
	flex: 2;
	padding: 1rem;
	box-sizing:border-box;
}

/* 갤러리 - 뷰 미디어 쿼리 */
@media (max-width: 768px) {
	.gallery_v_title {
		font-size: 1.25rem
	}
	.gallery_v_name {
		width: 100%;
		float: left;
		display: flex;
	}
	.gallery_v_data {
		width: 100%;
		float: left;
		display: flex;
	}
	.gallery_v_views {
		width: 100%;
		float: left;
		display: flex;
	}
	.gallery_v_td_file {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: .5rem 0;
		flex: 2;
	}
	.gallery_viw_view {
		padding: 1rem 0;
	}
	.gallery_viw_stitle div.gallery_v_th {
		padding: .5rem;
	}
	.gallery_viw_stitle div.gallery_v_td {
		padding: .5rem;
	}
}


/* 출판자료 리스트 */
.ebook_list_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 기본: 한 줄에 5개 */
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto; /* 중앙 정렬 */
}

/* 개별 E-book 아이템 */
.ebook_item {
	background-color: #fff;
	padding: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ebook_item a {
    color: #fff;
}
.ebook_item img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 15px;
}

.book_title {
    font-size: 1.125rem;
    font-weight: 400;
    color: #333;
	height: 60px;
    margin-bottom: 10px;
	text-align:center;
	word-break:keep-all;
}

.view_btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #3d56bb;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.view_btn:hover {
    background-color: #243370;
}

/* 출판자료 리스트 미디어쿼리 */

@media (max-width: 1024px) {
    .ebook_list_wrap {
        grid-template-columns: repeat(3, 1fr); /* 한 줄에 3개 */
    }
}

@media (max-width: 768px) {
    .ebook_list_wrap {
        grid-template-columns: repeat(2, 1fr); /* 한 줄에 2개 */
    }
}

@media (max-width: 480px) {
    .ebook_list_wrap {
        grid-template-columns: 1fr; /* 한 줄에 1개 */
    }
}


/* 출판자료 뷰페이지 */
.ebook_view_wrap {
	display: flex;
	flex-direction: row;
	gap: 50px;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

/* 좌측 컬럼 (이미지) */
.ebook_left {
    flex-basis: 30%; /* 전체 너비의 약 30% 차지 */
    flex-shrink: 0;
}

.ebook_left img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* 우측 컬럼 (텍스트) */
.ebook_right {
    flex-basis: 70%; /* 전체 너비의 약 70% 차지 */
    display: flex;
    flex-direction: column;
}

.ebook_right h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ebook_tbox {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #333;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* E-Book 보기 버튼 */
.ebook_btn {
    align-self: flex-start;
    padding: 12px 25px;
    background-color: #323993;
	font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1.5625rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.ebook_btn:hover {
    background-color: #243370;
}

/* 출판자료 뷰페이지 미디어쿼리 */
@media (max-width: 768px) {
    .ebook_view_wrap {
        flex-direction: column; /* 768px 이하에서는 세로 나열로 변경 */
    }

    .ebook_left,
    .ebook_right {
        flex-basis: 100%; /* 너비를 100%로 확장 */
    }

	.ebook_right h1 {
		font-size: 1.25rem;
	}

	.ebook_btn {
		align-self: center;
		font-size: 1.25rem;
	}
}


/* 뷰페이지 버튼 */
.viw_btn_warp {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 2rem;
}
.viw_btn_warp .viw_btn1 {
	display: flex;
	align-items: center;
	padding: 8px 20px;
	border: 1px solid #ccc;
	background: #f8f8f8;
	border-radius:5px;
	font-size: 1.125rem;
	font-weight:400;
}
.viw_btn_warp .viw_btn2 {
	display: flex;
	align-items: center;
	padding: 8px 20px;
	border: 1px solid #1e257a;
	background: #323993;
	color: #FFF !important;
	border-radius:5px;
	font-size: 1.125rem;
	font-weight:400;
}
.viw_btn_warp .viw_btn2 a {
	color: #FFF;
}

/* 뷰페이지 버튼 미디어 쿼리 */
@media (max-width: 768px) {
	.viw_btn_warp .viw_btn1 {
		padding: .3rem 1rem;
	}
}


/* 페이징 */
.pageing {
	margin-top: 3.125rem;
	box-sizing: border-box;
	display: flex;
}
.pageing ul {
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
    align-items: center;
}
.pageing li {
	width: 2.5rem;
	margin: 0 .2rem;
	display: flex;
	justify-content: space-evenly;
}
.pageing li a:hover {
	text-decoration: underline;
	color: #596a9e;
	cursor: pointer;
	font-weight: 600;
}
.pageing li.pageOn {
	text-decoration: underline;
	color: #596a9e;
	cursor: pointer;
	font-weight: 600;
}

/* 페이징 미디어 쿼리 */
@media (max-width: 768px) {
	.pageing {
		margin-top: 1.25rem;
	}
	.pageing li {
		width: 1.7rem;
	}
}


/* 하는일
.info1 {
	display:flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 30px;
}
.info1_item {
	width: 30%;
	padding: 30px 20px; 
	box-sizing:border-box;
	color: #fff;
	border-radius: 15px;
}
.info1col1 {
	background:#596e7f;
}
.info1col2 {
	background:#c7d961;
}
.info1col3 {
	background:#4aa5b7;
}
.info1col4 {
	background:#016b9f;
}
.info1col5 {
	background:#094f71;
}
.info1 h2 {
	font-size: 1.25rem;
	text-align:center;
	margin: 10px 0;
	font-weight: 600;
}
.info1_ic {
	display: block;
	margin: 0 auto;
	width: 50%;
	padding:25px;
	background: #fff;
	border-radius: 50%;
}
.info1_item ul {
}
.info1_item li {
	position: relative;
	padding: 0 0 0 10px;
	word-break:keep-all;
}
.info1_item li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50px;
}
 */

/* 하는일 미디어 쿼리
@media (max-width: 768px) {
	.info1 {
		display:flex;
		flex-direction: column;
		gap: 30px;
	}
	.info1_item {
		width: 100%;
	}
}
 */

/* 미션 비전 */
.info1 {
	overflow: hidden;
	text-align: center;
}
.info1 h2 {
	font-family: 'SBAggroB';
	font-size: 1.375rem;
	display: inline-block;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.info1_mb {
	padding: 30px;
	background: url('/images/content/info1_bg.gif');
	border-radius: 10px;
}
.mission {
	font-family: 'SBAggroB';
	text-align: center;
	font-size: 2.1875rem;
	margin-bottom: 50px;
}
.txcol01 {
	color: #94c900;
}
.txcol02 {
	color: #4aa5b7;
}
.vision {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	font-size: 1.125rem;
}
.vision_box {
	font-family: 'SBAggroB';
	width: calc(25% - 16px);
	padding: 15px;
	background: #596e7f;
	border-radius: 10px;
	word-break:keep-all;
	color: #FFF;
}
.info1_core {
	margin-top: 50px;
}
.core {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.core_box {
	width: calc(20% - 16px);
	padding: 15px;
	background: #4aa5b7;
	border-radius: 10px;
	word-break:keep-all;
	color: #FFF;
}
.core_box h3 {
	font-family: 'SBAggroB';
	font-size: 1.125rem;
	margin-bottom: 10px;
	display: block;
}
.core_box img {
	margin-bottom: 10px;
}
.block {
	display: block;
}

@media (max-width: 768px) {
	.info1_mb {
		padding: 15px;
	}
	.mission {
		font-size: 1.355rem;
	}
	.vision {
		gap: 10px;
	}
	.vision_box {
		width: calc(50% - 5px);
	}
	.core {
		gap: 10px;
	}
	.core_box {
		width: calc(50% - 5px);
	}
}



/* 연혁 */
.company-header {
    text-align: center;
    padding: 60px 20px;
    background-color: #f8f8f8;
    color: #333;
    border-bottom: 1px solid #eee;
}

.company-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

/* 타임라인 컨테이너 */
.history-container {
	width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 0;
}

/* 세로 라인 */
.history-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 200px;
    width: 1px;
    height: 100%;
    background-color: #eee;
}

/* 연도별 블록 */
.history-block {
    margin-bottom: 50px;
}

/* 연도 제목 */
.history-year {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    position: absolute;
    left: 0;
    z-index: 10;
}

/* 항목 그룹 */
.history-group {
    margin-left: 300px;
}

/* 각 항목 */
.history-item {
    padding-bottom: 30px;
    position: relative;
}

/* 날짜와 원형 아이콘 */
.history-date {
    font-weight: bold;
    color: #4aa5b7;
    position: absolute;
    left: -80px;
    top: 0;
    font-size: 1.2rem;
}


/* 내용 */
.history-content {
    background: #ffffff;
    border-left: 0 solid #eee;
    padding-left: 0;
}

.history-content h2 {
    font-size: 1.125rem;
    margin-top: 0;
	position: relative;
    padding: 5px 0 5px 10px;
}

.history-content h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 4px;
    height: 4px;
    background: #596e7f;
    border-radius: 50px;
}

.history-content p {
    margin: 5px 0;
}
.history-photo {
	width: 100%;
    display: flex;
	gap: 10px;
	margin: 30px 0 0;
}
.history-photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
	.history-container::before {
		width: 0;
	}
    .history-year {
        position: static;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .history-group {
        margin-left: 20px;
    }
    
    .history-item {
        margin-left: 0;
        padding-left: 35px;
    }
    
    .history-date {
        position: absolute;
        left: 0;
    }

    .history-item::before {
        left: -6px;
        top: 8px;
    }
    
    .history-content {
        padding-left: 0;
        border-left: none;
    }
}


/* 조직도 */
.info2 {
	text-align:center;
}
.info2 img {
}

/* 오시는길 */
.root_daum_roughmap .cont {
	display: none;
}
.info4 > ul {
    margin: 30px 0;
}
.info4 > ul > li {
    padding: 15px 0 15px 60px;
}
.info4 > ul > li:nth-child(1) {
    background: url(/images/content/ic_location.png) left center no-repeat;
}
.info4 > ul > li:nth-child(2) {
    background: url(/images/content/ic_phone.png) left center no-repeat;
}
.info4 > ul > li:nth-child(3) {
    background: url(/images/content/ic_mail.png) left center no-repeat;
}
.info4 > ul > li strong {
    color: #111;
	font-weight: 600;
}


/* 인사말 */
.info5 h2 {
	font-family: 'SBAggroB';
	font-size: 1.625rem;
	margin-bottom: 30px; 
	color: #596e7f;
}
.info5 h2 span {
	color: #4aa5b7;
}
.info5_wp {
	font-size: 1.125rem;
	display: flex;
	flex-direction: row-reverse;
	gap: 50px;
}
.info5_left {
	width:35%;
}
.info5_right {
	width:65%;
}
.info5_right img {
	width:100%;
	height: auto;
}
.signature {
	text-align:right;
}
.signature span {
	font-weight: 600;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
	.info5_wp {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.info5_left {
		width:100%;
	}
	.info5_right {
		width:100%0.ㄵㅇㄷ
	}
}