@charset "utf-8";

/******************************  메인 페이지  ******************************/
/* 메인 배너 영역 */
#main_banner {
	height: 620px;
	background: url('../images/main_banner.png') no-repeat center bottom / cover;
	text-align: center;
}

#main_banner .main_banner_title {
	padding-top: 175px;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}

#main_banner .main_banner_logo {
	display: block;
	margin: 175px auto 0;
}

@media screen and (max-width:1000px) {
	#main_banner {
		height: 99vw;
		background-image: url('../images/m_main_banner.png');
	}

	#main_banner .main_banner_title {
		margin: 0 auto;
		padding-top: 25.3vw;
		font-size: 6vw;
	}

	#main_banner .main_banner_logo {
		margin-top: 25vw;
		width: 36vw;
	}
}


/* 메인 콘텐츠 영역 */
#main_contents {
	padding-top: 55px;
}

#main_contents .main_menu {
	position: relative;
	z-index: 1;
}

#main_contents .main_menu > li {
	position: relative;
	float: left;
	width: calc(50% - 22px);
	height: 304px;
	margin-bottom: 28px;
	margin-right: 44px;
	border-radius: 20px;
}

#main_contents .main_menu > li:nth-child(even) {
	margin-right: 0;
}

#main_contents .main_menu > li:nth-child(1) { background: url('../images/m_main_img01.png') no-repeat center center / cover; }
#main_contents .main_menu > li:nth-child(2) { background: url('../images/m_main_img02.png') no-repeat center center / cover; }
#main_contents .main_menu > li:nth-child(3) { background: url('../images/m_main_img03.png') no-repeat center center / cover; }
#main_contents .main_menu > li:nth-child(4) { background: url('../images/m_main_img04.png') no-repeat center center / cover; }

#main_contents .main_menu > li:nth-child(1):hover > button,
#main_contents .main_menu > li:nth-child(2):hover > button,
#main_contents .main_menu > li:nth-child(3):hover > button,
#main_contents .main_menu > li:nth-child(4):hover > button {
	background: rgba(0, 89, 160, 0.6);
}

#main_contents .main_menu > li > button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: none;
	border-radius: 20px;
	transition: .2s;
}

#main_contents .main_menu > li > button > .info {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 50px 40px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	z-index: 1;
}

#main_contents .main_menu > li > button > .info::after {
	display: block;
	position: absolute;
	bottom: 56px;
	right: 40px;
	width: 57px;
	height: 57px;
	background: url('../images/ico_arrow01.png') no-repeat center center / contain;
	content: "";
}

#main_contents .main_menu > li > button > .info > h2 {
	font-size: 30px;
	font-weight: bold;
}

#main_contents .main_menu > li > button > .info > p {
	margin-top: 23px;
	font-size: 18px;
	font-weight: 300;
}


@media screen and (max-width:1000px) {
	#main_contents {
		height: auto;
		padding-top: 6.4vw;
	}

	#main_contents .main_menu {}

	#main_contents .main_menu > li {
		position: relative;
		float: left;
		width: 100%;
		height: 45.2vw;
		margin-bottom: 3.8vw;
		margin-right: 0;
		border-radius: 2vw;
	}

	#main_contents .main_menu > li:nth-child(1):hover > button,
	#main_contents .main_menu > li:nth-child(2):hover > button,
	#main_contents .main_menu > li:nth-child(3):hover > button,
	#main_contents .main_menu > li:nth-child(4):hover > button {
		background: none;
	}

	#main_contents .main_menu > li > button {
		border-radius: 2vw;
	}

	#main_contents .main_menu > li > button > .info {
		padding: 6.5vw 5vw;
	}

	#main_contents .main_menu > li > button > .info::after {
		bottom: 7.5vw;
		right: 5.3vw;
		width: 7.5vw;
		height: 7.5vw;
		background: url('../images/m_ico_arrow01.png') no-repeat center center / contain;
	}

	#main_contents .main_menu > li > button > .info > h2 {
		font-size: 6vw;
	}

	#main_contents .main_menu > li > button > .info > p {
		margin-top: 4vw;
		font-size: 4.4vw;
		line-height: 1.35;
	}
	
}



#main_boards {
	position: relative;
	padding-bottom: 80px;
}

#main_boards::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 450px;
	background: #EEF2F9;
	content: "";
	z-index: 0;
}

#main_boards .main_board_title {
	position: relative;
	z-index: 1;
	padding-top: 50px;
	font-size: 30px;
	font-weight: bold;
}

#main_boards .main_board {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #C5C5C5;
}

#main_boards .main_board td {
	position: relative;
	padding: 35px 20px;
	border-bottom: 1px solid #C5C5C5;
	font-size: 18px;
}

#main_boards .main_board td:not(.no-after):first-child:after {
	position: absolute;
	top: calc(50% - 14px);
	right: 0;
	width: 1px;
	height: 27px;
	background: #C5C5C5;
	content: "";
}

#main_boards .main_board td .info {
	display: flex;
}

#main_boards .main_board td .info .title {
	width: 520px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main_boards .main_board td.no-data .info .title {
	width: 100%;
}

#main_boards .main_board td .info .date {
	width: calc(100% - 520px);
	text-align: right;
}

@media screen and (max-width:1000px) {
	#main_boards::after {
		height: 100vw;
	}

	#main_boards .main_board_title {
		padding-top: 6.9vw;
		font-size: 5vw;
	}

	#main_boards .main_board {
		margin-top: 4.9vw;
	}

	#main_boards .main_board td {
		display: block;
		width: 100%;
		padding: 5.6vw 2vw;
		font-size: 4.4vw;
		box-sizing: border-box;
	}

	#main_boards .main_board td:not(.no-after):first-child:after {
		display: none;
	}

	#main_boards .main_board td .info {
		width: 100%;
	}

	#main_boards .main_board td .info .title {
		width: 55vw;
	}

	#main_boards .main_board td .info .date {
		width: calc(100% - 55vw);
	}
}


/******************************  서브 페이지  ******************************/
/* 서브 배너 영역 */
#sub_banner {
	display: flex;
	height: 270px;
	background: url('../images/sub_banner.png') no-repeat center center / cover;
	align-items: center;
	justify-content: center;
}

#sub_banner > img {}

@media screen and (max-width:1000px) {
	#sub_banner {
		height: 32.3vw;
		background-image: url('../images/m_sub_banner.png');
	}

	#sub_banner > img {
		width: 26.5vw;
	}
}


/* 서브 메뉴 영역 */
#submenu {
	float: left;
	width: 250px;
	height: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

#submenu > a {
	position: relative;
	display: block;
	width: 100%;
	line-height: 67px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: bold;
	text-indent: 15px;
}

#submenu > a:hover::after,
#submenu > a.on::after {
	position: absolute;
	top: calc(50% - 3.5px);
	right: 22.5px;
	width: 0px;
	height: 0px;
	border-left: 6px solid #000000;
	border-top: 3.5px solid transparent;
	border-bottom: 3.5px solid transparent;
	content: "";
}

@media screen and (max-width:1000px) {
	#submenu {
		display: none;
	}
}


/* 서브 콘텐츠 레이아웃 */
.page_title {
	padding: 23px 0;
	background: #F6F6F6;
}

.page_title > div {
	font-size: 24px;
	font-weight: bold;
}

#sub_content {
	float: left;
	width: calc(100% - 280px);
	margin-left: 30px;
	margin-bottom: 100px;
}

.sub_title {
	margin: 40px 0;
	padding-bottom: 42px;
	border-bottom: 1px solid #E1E1E1;
	font-size: 24px;
	font-weight: bold;
	color: #0F3384;
}

.sub_intro {
	font-size: 20px;
	font-weight: bold;
	line-height : 1.5;
}

.sub_content_box {
	margin-top: 16px;
	padding: 30px;
	background: #F6F6F6;
	border: 1px solid #E1E1E1;
}

@media screen and (max-width:1000px) {
	.page_title {
		padding: 4.3vw 0;
	}

	.page_title > div {
		font-size: 4.8vw;
	}

	#sub_content {
		width: 100%;
		margin-left: 0;
	}

	.sub_title {
		margin: 4vw 0;
		padding-bottom: 4vw;
		font-size: 4.8vw;
	}

	.sub_intro {
		font-size: 4vw;
	}

	.sub_content_box {
		margin-top: 2.4vw;
		padding: 3vw;
	}
}


/* 인사말 */
.info01_intro {
	/* margin-bottom: 55px; */
	font-size: 18px;
	line-height: 1.35;
}

.info01_intro > b {
	display: inline-block;
	margin-top: 40px;
	/* margin-bottom: 15px; */
}

.info01_name {
	font-size: 18px;
	line-height: 1.35;
}

.info01_intro.essay01_intro {
	margin-bottom: 30px;
}

.info01_ceo {
	text-align: right;
}
.info01_f_ceo {
	text-align: center;
	margin-top: 20px;
}

.info01_ceo > .company {
	font-size: 18px;
	font-weight: 500;
}

.info01_ceo > .name {
	font-size: 28px;
	font-weight: 500;
}

.info01_ceo > img {
	margin-top: 35px;
}

@media screen and (max-width:1000px) {
	.info01_intro {
		/* margin-bottom: 8.3vw; */
		font-size: 3.6vw;
		line-height: 1.25;
	}

	.info01_intro.essay01_intro {
		margin-bottom: 5.5vw;
	}

	.info01_ceo > .company {
		font-size: 3.6vw;
	}

	.info01_ceo > .name {
		font-size: 5vw;
	}

	.info01_ceo > img {
		margin-top: 4vw;
	}
}


/* 임원진 */
.info02_tabs_box {}

.info02_tabs_box .info02_tab {
	float: left;
	width: calc(50% - 6.5px);
	height: 62px;
	margin-bottom: 30px;
	background: #B2B2B2;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.info02_tabs_box.recipient_tabs .info02_tab {
	width: 12.5%;
	margin: 0 !important;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	box-sizing: border-box;
}

.info02_tabs_box.recipient_tabs.essay_tabs .info02_tab {
	width: 14.28%;
	margin: 0 !important;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	box-sizing: border-box;
}

.info02_tabs_box .info02_tab:first-child {
	margin-right: 13px;
}

.info02_tabs_box .info02_tab.on {
	background: #182951;
}

.info02_box {
	margin-bottom: 100px;
}

.info02_box.gumijung03_box {
	margin-bottom: 30px;
}

.info02_table {
	width: 100%;
	border-top: 1px solid #C5C5C5;
	background: #fff;
}

.info02_table caption {
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.info02_table th,
.info02_table td {
	padding: 20px 0;
	border-bottom: 1px solid #C5C5C5;
	font-size: 18px;
	text-align: center;
	line-height: 1.35;
}

.info02_table th {
	font-weight: bold;
	background: #ECECEC;
}

.info02_table td {}

.info02_table td.ta-left {
	padding: 0 34px;
	text-align: left;
}

.info02_table td.content {
	padding: 20px;
}

.info02_table th:not(.last),
.info02_table td:not(.last) {
	border-right: 1px dashed #C5C5C5;
}

.info02_table td .lh-165 {
	line-height: 1.65;
}

@media screen and (max-width:1000px) {
	.info02_tabs_box .info02_tab {
		width: 100%;
		height: 12vw;
		margin-bottom: 4.8vw;
		font-size: 4vw;
	}

	.info02_tabs_box.recipient_tabs .info02_tab,
	.info02_tabs_box.recipient_tabs.essay_tabs .info02_tab {
		width: 50%;
	}

	.info02_tabs_box .info02_tab:first-child {
		margin-bottom: 1.8vw;
		margin-right: 0;
	}

	.info02_box {
		margin-bottom: 0;
		overflow-X: auto;
	}

	.info02_box.gumijung03_box {
		margin-bottom: 4vw;
	}

	.info02_box::-webkit-scrollbar {
		display: none;
	}

	.info02_table {
		/* width: 200vw; */
	}

	.info02_table caption {
		margin-top: 6vw;
		margin-bottom: 2.4vw;
		font-size: 3.6vw;
	}

	.info02_table th,
	.info02_table td {
		padding: 4vw 0;
		font-size: 3.6vw;
	}

	.info02_table.essay_table td.ta-left {
		padding: 4vw 0;
		text-align: center;
	}

	.info02_table td.content {
		padding: 4vw;
	}
}



.gumijung01_img > img {
	display: block;
	margin: 0 auto;
}


/* 사업소개 */
.business01_imgs {
	margin-top: 20px;
}

.business01_imgs li {
	float: left;
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.business01_imgs li:nth-child(4n + 4) {
	margin-right: 0;
}

@media screen and (max-width:1000px) {
	.business01_imgs {
		margin-top: 2vw;
	}

	.business01_imgs li {
		width: calc(50% - 1.1vw);
		margin-right: 2.2vw;
		margin-bottom: 2.2vw;
	}

	.business01_imgs li:nth-child(even) {
		margin-right: 0;
	}
}


/* 게시판 - 로그인 */
.commu_login_box {
	width: 400px;
	margin: 150px auto;
}

.commu_login_box * {
	display: block;
	width: 100%;
}

.commu_login_box > span {
	margin-bottom: 50px;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

.commu_login_box > input {
	height: 56px;
	box-sizing: border-box;
	font-size: 18px;
}

.commu_login_box > input[type='text'] {
	padding: 0 20px;
	border: 1px solid #CBCBCB;
	background: #fff;
}

.commu_login_box > input[type='submit'] {
	margin-top: 30px;
	background: var(--main-color);
	border: 0;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width:1000px) {
	.commu_login_box {
		width: 100%;
		margin: 20vw auto;
	}

	.commu_login_box > span {
		margin-bottom: 11vw;
		font-size: 7vw;
	}

	.commu_login_box > input {
		height: 13vw;
		font-size: 4.4vw;
	}

	.commu_login_box > input[type='text'] {
		padding: 0 3.5vw;
	}

	.commu_login_box > input[type='submit'] {
		margin-top: 4vw;
	}
}


.search_input {
	width: 220px;
	height: 47px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width:1000px) {
	.search_input {
		width: 100%;
		height: 13vw;
		padding: 0 5vw;
		font-size: 4.4vw;
	}
}