[class*="esg_img"]{text-align: center;}
p {
	font-size: 18px !important;
}

@media screen and (max-width: 768px) {
	p {
		font-size: 16px !important;
	}
}


/*공통*/
.overview {
	max-width: 890px
}

.sub-title {
	padding: 150px 0 100px;
	text-align: center;
}

.sub-title h2 {
	font-size: 54px;
	font-weight: 700;
	color: #000;
	line-height: 1.2;
	max-width: 700px
}

.sub-title p {
	font-size: 18px;
	color: #555;
	padding: 0px 0 50px 0;
	line-height: 1.65;
}

.sub-title.left {
	text-align: left;
}

.sub-title.left strong {
	color: #0460d9;
	font-size: 18px;
	padding-bottom: 20px;
	display: block
}

.sub-content-title {
	padding: 100px 0 50px;
}

.sub-content-title h3 {
	font-size: 38px;
	color: #222;
	font-weight: 700;
}

.sub-content-title h3::after {
	content: "";
	width: 7px;
	height: 7px;
	background: #0460d9;
	border-radius: 50%;
	display: inline-block;
	margin-left: 10px;
}

.dot-title {
	display: block;
	position: relative;
	margin-top: 30px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: #000
}

.dot-title::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background-image: url("../img/sub/icon_hexa_blue.svg");
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat
}

.dot-title--nomb {
	margin-top: 0
}

.dot-title--bottom {
	margin-top: 0;
	margin-bottom: 30px
}

.sub_title {
	text-align: left;
	padding: 0px 20px 50px 20px;
	max-width: 1600px;
	word-break: keep-all;
	margin: 50px auto 20px auto;
}

.sub_title h2 {
	font-size: 40px;
	color: #000;
	max-width: 600px
}

/* main common */
.max-inner {
	max-width: 1600px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.sec-title p.sub-tit {
	font-size: 18px;
	color: #0460d9;
	font-weight: 600;
	margin-bottom: 20px;
}

.max-inner .top-desc {
	font-size: 24px;
	font-weight: 700;
	max-width: 830px;
	word-break: keep-all;
	padding: 28px 0;
	line-height: 1.4;
}


.download-button {
	margin: 50px 0 0;
}

.download-button a {
	display: inline-block;
	padding: 20px 50px;
	background: #0460d9;
	color: #fff;
}

.download-button a img {
	margin-left: 20px;
}

@media screen and (max-width:576px) {
	.sub_title {
		margin: 20px 0 0px
	}

	.sub_title h2 {
		font-size: 25px;
		line-height: 1.3
	}
}


/*탭*/
.tl_tab {
	padding-bottom: 30px;
}

.tl_tab ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0 auto;
	max-width: 450px;
	/* 최대 너비 증가 */
	list-style-type: none;
	gap: 20px;
	/* 버튼 사이의 간격 */
}

.tl_tab.ts2 ul li {
	width: calc(50% - 10px);
	/* 50%에서 간격의 절반만큼 뺌 */
}

.tl_tab.ts2 ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	font-size: 15px;
	color: #222;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 27.5px;
	/* 타원형을 위해 height의 절반으로 설정 */
	transition: all 0.3s ease;
	padding: 0 20px;
	/* 좌우 패딩 추가 */
	white-space: nowrap;
	/* 텍스트가 한 줄로 유지되도록 */
	overflow: hidden;
	/* 넘치는 텍스트 숨김 */
	text-overflow: ellipsis;
	/* 넘치는 텍스트를 ...으로 표시 */
}

.tl_tab.ts2 ul li a.on {
	background-color: #3181cb;
	color: #fff;
}

@media screen and (max-width: 576px) {
	.tl_tab ul {
		max-width: 100%;
		gap: 10px;
		/* 모바일에서는 간격을 좁힘 */
	}

	.tl_tab.ts2 ul li {
		width: calc(40% - 5px);
		/* 모바일에서 간격 조정 */
	}

	.tl_tab.ts2 ul li a {
		padding: 0 10px;
		/* 모바일에서는 패딩을 줄임 */
	}
}

/*탭*/


/*인사말*/
.ceo_message {
	position: relative;
}

.ceo_message .sticky-container {
	position: sticky;
	top: 0;
	overflow: hidden;
}

.ceo_message .image {
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
	transition: height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.ceo_message .image img {
	width: 1400px;
	height: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	object-fit: cover;
}

.ceo_message .text-content {
	background-color: white;
	padding: 100px 0 0 0;
	position: relative;
	z-index: 1;
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transform: translateY(100%);
}

.ceo_message .row {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.ceo_message .box-tit {
	flex: 1 1 100%;
	margin-bottom: 30px;
}

.ceo_message .box-con {
	flex: 1 1 100%;
}

.ceo_message .tit-h4 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
}

.ceo_message .top-copy {
	font-size: 48px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
	max-width: 600px;
	word-break: keep-all;
}

.ceo_message .top-desc {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
	max-width: 700px;
	word-break: keep-all;
}

.ceo_message .ceo-msg p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.ceo_message .ceo-msg p strong {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #111;
	margin-bottom: 24px;
}

.ceo_message .ceo-name {
	font-weight: 700;
	font-size: 18px;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.ceo_message .box-tit {
		flex: 0 0 30%;
	}

	.ceo_message .box-con {
		flex: 0 0 70%;
	}
}

@media (max-width: 576px) {
	.ceo_message .tit-h4 {
		font-size: 36px;
	}

	.ceo_message .top-copy {
		font-size: 28px;
	}

	.ceo_message .top-desc {
		font-size: 20px;
	}

	.ceo_message .image img {
		width: 100%;
		height: 100%;
	}
}

/*인사말*/

.company_info {
	width: 100%;
	/*padding-top: 100px; */
}

.company_info .img_page {
	width: 100%;
	height: 550px;
	background-image: url(../img/sub/company_info_bg_company.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.company_info .txt_page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.company_info .txt_page h2 {
	font-size: 42px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 44px;
	padding-top: 100px;
	display: block;
}

.company_info .txt_page p {
	font-size: 18px;
	word-break: keep-all;
	line-height: 1.8;
	color: #555;
	padding-bottom: 15px;
}

.Ideology {
	width: 100%;
	padding: 50px 0;
}

.Ideology .inner {
	max-width: 1240px;
	margin: auto;
	clear: both;
}

.Ideology .inner h2 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	letter-spacing: 5px;
	text-align: center;
	padding: 95px 0 50px 0;
}

.Ideology .inner .point {
	color: #06F;
}

.Ideology .inner h2:after {
	content: " ";
	display: block;
	margin: 20px auto;
	width: 40px;
	height: 2px;
	background-color: #000;
	clear: both;
}

.Ideology dl {
	float: left;
	width: 33.3333%;
	padding: 20px;
	border-right: 1px solid #ddd;
}

.Ideology dl:last-child {
	border: 0;
}

.Ideology dl .web_icon {
	padding: 0 0 20px 0;
	text-align: center;
	color: #ff4200;
}

.Ideology dl dt {
	font-size: 20px;
	height: 60px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}

.Ideology dd {
	line-height: 2.2;
	text-align: center;
	font-size: 18px;
	color: #555;
}

.tl_title_box_wrap {
	width: 100%;
	height: auto;
	padding: 150px 20px;
	clear: both;
	background-image: url(../img/work_page_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tl_title_box_wrap ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tl_title_box_wrap li {
	position: relative;
	width: 23.5%;
	min-height: 400px;
	background-color: #fff;
	margin-bottom: 2%;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tl_title_box_wrap li .bg {
	background-color: #2c3856;
	color: #fff;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.tl_title_box_wrap li:hover .bg {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.tl_title_box_wrap li:hover {
	-webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15);
	-ms-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15);
	box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15);
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px);
}

.tl_title_box_wrap li .txt_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	overflow: hidden;
	padding: 40px;
	color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 1;
	display: table;
	z-index: 2;
}

.tl_title_box_wrap li:hover .txt_wrap {
	opacity: 1;
	color: #fff;
}

.tl_title_box_wrap li:hover .txt_wrap .cell I {
	color: #FFF;
}

.tl_title_box_wrap li:hover .txt_wrap .cell h2 {
	color: #FFF;
}

.tl_title_box_wrap li:hover .txt_wrap .cell p {
	color: #fff;
}

.tl_title_box_wrap li .txt_wrap .cell {
	text-align: center;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.tl_title_box_wrap li .txt_wrap .cell i {
	font-size: 35px;
	padding-bottom: 20px;
	color: #1a1a1a;
}

.tl_title_box_wrap li .txt_wrap .cell h2 {
	font-size: 24px;
	color: #1a1a1a;
	margin: 0;
	font-weight: bold;
}

.tl_title_box_wrap li .txt_wrap .cell .lead {
	font-size: 18px;
	color: #555;
	padding-top: 50px;
	word-break: keep-all;
	line-height: 1.6;
}

@media screen and (max-width: 992px) {
	.company_info .work_page ul li {
		width: 47%;
		margin-bottom: 20px;
		margin-right: 0;
		margin-left: 2%;
	}

	.company_info .work_page ul li:last-child {
		margin-right: 0;
	}

	.company_info .work_page ul li:nth-child(2n+2) {
		margin-right: 0;
	}

	.Ideology dl {
		width: 100%;
		padding: 30px 0;
		clear: both;
	}

	.tl_title_box_wrap li {
		width: 48%;
		margin-left: 2%;
		margin-bottom: 3%;
	}

	.tl_title_box_wrap li:nth-child(2n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.company_info {
		padding-top: 0px;
	}

	.company_info .img_page {
		background-size: cover;
		height: 300px;
	}

	.Ideology dl {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #ddd;
	}

	.Ideology dd {
		font-size: 16px
	}

	.tl_title_box_wrap li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 3%;
	}
}

@media screen and (max-width: 576px) {
	.Ideology .inner h2 {
		padding: 0px 0 50px 0;
	}
}

/*비전*/
.company_vision {
	width: 100%;
	/*padding-top: 100px; */
}

.company_vision .img_page {
	width: 100%;
	height: 350px;
	background-image: url(../img/sub/company_info_bg_vision.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.company_vision .txt_page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.company_vision .txt_page h2 {
	font-size: 42px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 44px;
	padding-top: 100px;
	display: block;
}

/*회사소개*/
.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.about .image {
	width: 100%;
	height: 400px;
	background-image: url('../img/sub/about_bg.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.about-container {
	display: flex;
	margin: 100px 0;
	max-width: 1600px;
	margin: 100px auto
}

.about-container .left {
	width: 385px;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about-container .right {
	width: calc(100% - 385px);
}

.about-container .left h4 {
	font-size: 36px;
	margin: 0;
}

.about-container .left .subtitle {
	font-size: 18px;
	margin: 0;
}

.about-wrap h5 {
	font-size: 26px;
	margin-bottom: 20px;
}

.about-wrap p {
	font-size: 18px;
	margin-bottom: 30px;
	color: #555;
	line-height: 1.65;
	font-weight: 400;
	word-break: keep-all;
	max-width: 1000px
}

.info-list {
	margin: 0;
	padding: 0;
}

.info-items {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.info-items>li {
	width: calc(50% - 40px);
	margin: 0 20px;
}

.info-item {
	display: flex;
	align-items: flex-start;
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}

.info-index {
	width: 85px;
	font-size: 18px;
	font-weight: 500;
	color: #0066e0;
	margin-top: 5px
}

.info-details {
	flex: 1;
	line-height: 1.65
}

.info-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}

.info-text {
	font-size: 16px;
	font-weight: 300
}

.download-btn {
	display: inline-block;
	padding: 12px 24px;
	background-color: #0066e0;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	margin-top: 20px;
	font-size: 18px;
}

/* 태블릿 스타일 */
@media screen and (max-width: 1023px) {
	.about .image {
		height: 350px;
		background-attachment: scroll;
	}

	.about-container {
		margin: 80px 0;
	}

	.about-container .left {
		width: 30%;
	}

	.about-container .right {
		width: 70%;
	}

	.about-container .left h4 {
		font-size: 28px;
	}

	.about-container .left .subtitle {
		font-size: 16px;
	}

	.about-wrap {
		margin-top: 40px;
	}

	.about-wrap h5 {
		font-size: 22px;
	}

	.about-wrap p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.info-item {
		padding: 20px 0
	}

	.info-index {
		width: 60px;
		font-size: 16px;
	}

	.download-btn {
		font-size: 16px;
		padding: 10px 20px;
	}
}

/* 모바일 스타일 */
@media screen and (max-width: 767px) {
	.about .image {
		height: 300px;
	}

	.about-container {
		flex-direction: column;
		margin: 50px 0;
		padding: 0 20px
	}

	.about-container .left,
	.about-container .right {
		width: 100%;
	}

	.about-container .left {
		margin-bottom: 30px;
	}

	.about-container .left h4 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.about-wrap {
		margin-top: 30px;
	}

	.about-wrap h5 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.info-items {
		margin: 0;
	}

	.info-items>li {
		width: 100%;
		margin: 0;
	}
}

/*회사소개*/


/* ci ==================================================================================== */
.ci {
	padding-top: 100px;
}

.ci_wrap {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}

.ci_section {
	padding-bottom: 150px;
}

.ci_section .ci_box {
	display: flex;
	margin-bottom: 4rem;
}

.ci_section .ci_box h3 {
	width: 27.5rem;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #000;
	line-height: 1.26;
}

.ci_section .ci_box .ci_txt {
	width: calc(100% - 27.5rem);
}

.ci_section .ci_box .ci_txt .txt01 {
	font-size: 18px;
	font-weight: 400;
	color: #555;
	line-height: 1.76;
}

.ci_section .ci_box .ci_txt .txt02 {
	font-size: 15px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1.4;
	padding-top: 1.3rem;
}

.ci_section .ci_img {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 25rem;
	padding: 0 15rem;
	border: 1px solid #ddd;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ci_section .ci_img img {
	max-width: 100%;
}

.ci_section.ci_color_seciton .ci_box h3 {
	font-size: 38px;
}

.ci_section .ci_color_box {
	display: flex;
	margin: 0 -1rem;
	padding-top: 2rem;
}

.ci_section .ci_color_box .ci_color {
	width: calc(50% - 2rem);
	margin: 0 1rem;
	border-radius: 20px;
	padding: 3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ci_section .ci_color_box .ci_color.color_1 {
	background: #115d84;
}

.ci_section .ci_color_box .ci_color.color_2 {
	background: #088a68;
}

.ci_section .ci_color_box .ci_color strong {
	display: block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #fff;
}

.ci_section .ci_color_box .ci_color .color_txt {
	padding-top: 3rem;
}

.ci_section .ci_color_box .ci_color .color_txt span {
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.7);
	margin-right: 2rem;
}

@media all and (max-width: 1280px) {
	.ci_section .ci_box .ci_txt .txt01>br {
		display: none;
	}
}

@media all and (max-width: 992px) {
	.ci_section {
		padding-bottom: 100px;
	}

	.ci_section .ci_box {
		display: block;
	}

	.ci_section .ci_box h3 {
		width: 100%;
	}

	.ci_section .ci_box .ci_txt {
		width: 100%;
		padding-top: 1.5rem;
	}

	.ci_section .ci_img {
		min-height: 18rem;
		padding: 0 5rem;
	}

	.ci_section .ci_color_box {
		padding-top: 0;
		display: block;
		margin: 0;
	}

	.ci_section .ci_color_box .ci_color {
		width: 100%;
		margin: 0;
		margin-bottom: 2rem;
	}
}

@media all and (max-width: 768px) {
	.ci_section .ci_color_box .ci_color .color_txt span {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.ci_section .ci_color_box .ci_color .color_txt span:last-of-type {
		margin-bottom: 0rem;
	}
}


/*연혁1*/
.history_area {
	position: relative;
	width: 100%;
	padding-top: 100px;
}

.history_area .history_point {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -5px;
	bottom: 20px;
	width: 8px;
	background-color: #f6f6f6;
	overflow: hidden;
}

.history_area dl {
	width: 50%;
	padding-right: 94px;
	padding-left: 20px;
	box-sizing: border-box;
}

.history_area div:nth-child(odd) dl {
	padding-right: 20px;
	padding-left: 94px;
}

.history_area dt {
	margin-bottom: 20px;
	font-size: 46px;
	line-height: 1.3;
	color: #555;
	font-weight: bold;
}

.history_area dd strong {
	display: block;
	padding-bottom: 12px;
	font-size: 20px;
	line-height: 1.6;
	color: #1a1a1a;
	font-weight: 500;
}

.history_area dd p {
	display: block;
	font-size: 18px;
	color: #555;
	line-height: 1.75
}

.history_area dd .img_box {
	display: block;
	margin-top: 39px;
}

.history_area .right {
	text-align: right;
}

.history_area .left {
	text-align: left;
}

.history_area .fr {
	float: right;
}

.history_area .img_box img {
	max-width: 100%
}

@media screen and (max-width: 992px) {
	.history_area .history_point {
		left: 10px;
		margin-left: 0;
	}

	.history_area dl {
		float: none !important;
		width: 100%;
		padding-right: 20px;
		padding-left: 50px;
		text-align: left;
	}

	.history_area div:nth-child(odd) dl {
		/* padding-right: 0; */
		padding-left: 50px;
	}

	.history_area div+div {
		margin-top: 40px;
	}

	.history_area div:nth-child(2) {
		margin-top: 0;
	}

	.history_area dt {
		margin-bottom: 20px;
		font-size: 30px;
	}

	.history_area dd p br {
		display: none;
	}

	.history_area dd .img_box {
		margin-top: 20px;
	}
}

/*연혁1*/


/*연혁2*/
.timeline {
	position: relative;
}

.timeline-nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	position: relative;
	flex-wrap: wrap;
}

.timeline-nav::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #0096e0;
}

.timeline-nav button {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	position: relative;
	padding-top: 40px;
	margin-bottom: 10px;
	/* width: 200px; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.timeline-nav button::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background: #0096e0;
	border-radius: 50%;
}

.timeline-nav button.active::after {
	display: block;
	content: "";
	width: 29px;
	height: 29px;
	background: #fff;
	border: 11px solid #0096e0;
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 50%;
	transform: translateX(-50%) scale(1);
	transition: 0.5s;
	box-sizing: border-box;
}

.timeline-content {
	display: flex;
	flex-direction: column;
}

.timeline-left {
	width: 100%;
	padding-right: 40px;
	margin-top: 0px
}

.timeline-right {
	width: 40%;
	position: relative;
}

.timeline-year {
	font-size: 5em;
	color: #0096e0;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: -2px
}

.timeline-image {
	width: 100%;
	/* height: 300px;*/
	background-size: cover;
	background-position: center;
}

.timeline-item-wrapper {
	display: flex;
	padding-top: 140px;
	font-size: 18px;
	position: relative;
}

.timeline-year-column {
	flex-shrink: 0;
	width: 80px;
	color: #0096e0;
}

.timeline-year-line {
	width: 1px;
	background: #0096e0;
	position: absolute;
	top: 140px;
	bottom: 0;
	left: 90px;
}

.timeline-year-line::before {
	content: '';
	position: absolute;
	top: 5px;
	left: -4px;
	width: 10px;
	height: 10px;
	background: #0096e0;
	border-radius: 50%;
}

.timeline-items {
	margin-left: 40px;
	flex-grow: 1;
	line-height: 1.6
}

.timeline-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 26px;
}

.timeline-year-column>div,
.timeline-item .description {
	min-height: 30px;
	display: flex;
	align-items: flex-start;
	color: #555;
}

.timeline-year-column>div {
	justify-content: flex-end;
	color: #0096e0;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 35px;
	font-weight: bold;
}

.timeline-item .description {
	padding-top: 5px;
}

.timeline-content-wrapper {
	display: none;
}

.timeline-content-wrapper.active {
	display: block;
}

.timeline-full {
	font-size: 18px;
	display:grid;
	grid-template-columns : repeat(3,minmax(250px,1fr));
	gap:30px;
}

.timeline-item-box{
	padding: 1em;
    border: 1px dashed #dae5f1;
	position: relative;
	background-color:#ffffff;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}
.timeline-item-box dl{
	display:flex;
	flex-direction: column;
	gap:8px;
}
.timeline-item-box dl > dt{
	color:#0096e0;
	font-weight:600;
	position:relative;
}
.timeline-item-box dl > dt:before{
	content:'';
}
.timeline-item-box dl > dd{
	color:#333333;
	font-weight:normal;
	font-size:16px;
	position:relative;
	padding-left:13px;
}
.timeline-item-box dl > dd:before{
	content:'';
	display:block;
	position:absolute;
	width:4px;
	height:4px;
	background-color:#444;
	border-radius:1px;
	left:0px;
	top:7px;
}

.vision_box .img{
	text-align: center;
	margin:0px auto;
	padding:50px 0;
}
.vision_box .img > img{
	max-width:100%;
	margin:0 auto;
}
.vision_box .img > img.n-pc{
	display:inline;
}
.vision_box .img > img.n-mobile{
	display:none;
}

.process_box{
	padding:50px 1em;
	border:1px solid #dedede;
	background-color: #f3f6fb;
	border-radius: 20px;
}
.process_box > .img{
	text-align: center;
}
.process_box > .img > img{
	width:initial;
	max-width: 1358px;
	margin:0 auto;
}


@media(max-width:1024px){
	.vision_box .img > img.n-mobile{
		display:inline;
	}
	.vision_box .img > img.n-pc{
		display:none;
	}
}

@media (max-width: 1024px) {
	.timeline-nav button {
		font-size: 18px;
	}
	.timeline-full {
		font-size: 18px;
		grid-template-columns : repeat(2,minmax(250px,1fr));
	}
	.timeline-year {
		font-size: 4em;
	}

	.timeline-image {
	/*	height: 250px; */
	}

	.timeline-item-wrapper {
		padding-top: 40px;
		font-size: 17px
	}

	.timeline-year-line {
		top: 40px;
	}
}

@media (max-width: 768px) {
	.timeline-content {
		flex-direction: column;
	}

	.timeline-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.timeline-right {
		width: 100%;
	}

	.timeline-year {
		font-size: 3em;
	}
	.timeline-full {
		font-size: 18px;
		grid-template-columns : repeat(1,minmax(250px,1fr));
	}
	.timeline-image {
	/*	height: 200px; */
	}

	.timeline-item-wrapper {
		padding-top: 20px;
		font-size: 16px
	}

	.timeline-year-column {
		width: 60px;
	}

	.timeline-year-line {
		left: 70px;
		top: 20px;
	}

	.timeline-items {
		margin-left: 30px;
		line-height: 1.0;
	}

	.timeline-item .description {
		line-height: 1.2
	}

	.timeline-year-column>div {
		padding-bottom: 38px
	}
	.process_box{
		padding:1em;
	}
}

@media (max-width: 600px) {
	.timeline-nav button {
        font-size: 0px;
        height: 40px;
        display: inline-block;
        width: 40px;
	}
	.sub-header ul.sub-position > li {
		width:initial !important;
	}
}
@media (max-width: 450px) {
	.timeline-item-wrapper {
		align-items: flex-start;
	}

	.timeline-year-column>div {
		padding-bottom: 0;
		height: auto;
	}

	.timeline-item {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.timeline-item .description {
		margin-top: 5px;
	}
}

/*연혁2*/


/*조직도*/
.sub_organization {
	width: 100%;
	padding-top: 100px
}

.sub_organization h4 {
	position: relative;
	margin: 0 auto;
	width: 280px;
	height: 280px;
	border: 25px solid #0074ff;
	background: #fff;
	font-size: 28px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: 700;
	border-radius: 400px;
	color: #222;
	line-height: 1.3
}

.sub_organization h4:before {
	content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -160px;
    width: 1px;
    height: 136px;
    background: #ddd;
    z-index: -1;
}

.sub_organization h4 span {
	font-size: 18px;
	color: #555;
	font-weight: 400;
}

.sub_organization .dep {
	position: relative;
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.sub_organization .dep:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 1px;
	background: #ddd;
	z-index: -1;
}

.sub_organization .dep dl dt {
	background: #222;
	color: #fff;
	font-weight: 600;
}

.sub_organization .dep dl>* {
	padding: 22px;
	text-align: center;
	font-size: 20px;
}

.sub_organization .dep dl dd {
	border: 1px solid #222;
	color: #222;
}

.sub_organization .dep dl>* {
	padding: 22px;
	text-align: center;
	font-size: 20px;
}

.sub_organization .dep dl {
	position: relative;
	width: 20%;
}

.sub_organization .dep dl:before {
	content: '';
	position: absolute;
	top: -100px;
	left: 50%;
	width: 1px;
	height: 50%;
	background: #eee;
	z-index: -1;
}

.sub_organization .dep_group {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sub_organization .dep0 {
	position: relative;
	padding: 68px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub_organization .dep0.right {
	justify-content: flex-end;
}

.sub_organization .dep0:before {
	content: '';
	position: absolute;
	top: -50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height:100%;
	background: #ddd;
	z-index: -1;
}
.sub_organization .dep0.right dl{
	position: initial;
} 
.sub_organization .dep0.right dl:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 1px;
    background: #eee;
    z-index: -1;
}

.sub_organization .dep0:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 60px;
	background: #ddd;
	z-index: -1;
}

.sub_organization .dep0 dl dt {
	background: #222;
	color: #fff;
	font-weight: 600;
}

.sub_organization .dep0 dl>* {
	padding: 22px;
	text-align: center;
	font-size: 20px;
}

.sub_organization .dep0 dl dd {
	border: 1px solid #222;
	color: #222;
}

.sub_organization .dep0 dl>* {
	padding: 22px;
	text-align: center;
	font-size: 20px;
}

.sub_organization .dep0 dl {
	position: relative;
	width: 20%;
	height:68px;
}



.sub_organization .dep1 {
	position: relative;
	padding: 68px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top:115px;
}

.sub_organization .dep1:before {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: 1px;
	background: #ddd;
	z-index: -1;
}

.sub_organization .dep1 dl dt {
	background: #222;
	color: #fff;
	font-weight: 600;
}

.sub_organization .dep1 dl>* {
	padding: 22px;
	text-align: center;
	font-size: 20px;
}

.sub_organization .dep1 dl dd {
	border: 1px solid #222;
	color: #222;
}

.sub_organization .dep1 dl>* {
	padding: 22px;
	text-align: center;
	font-size: 20px;
}

.sub_organization .dep1 dl {
	position: relative;
	width: 20%;
}

.sub_organization .dep1 dl:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #eee;
	z-index: -1
}

.sub_organization .dep2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch
}

.sub_organization .dep2>dl {
	position: relative;
	width: 20%
}

.sub_organization .dep2>dl:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -100px;
	transform: translateX(-50%);
	width: 1px;
	height: 200px;
	background: #eee;
	z-index: -1
}

.sub_organization .dep2 dl dt {
	background: #ddd;
	color: #555;
	font-weight: 600
}

.sub_organization .dep2 dl>* {
	padding: 22px;
	font-size: 18px;
	text-align: center
}

.sub_organization .dep2 dl dd {
	border: 1px solid #ddd;
	background: #fff
}

.sub_organization .dep2 dl dd ul {
	font-size: inherit;
}

.sub_organization .dep2 dl dd ul li {
	line-height: 2.2;
	font-size: inherit;
}


/*조직도추가*/
.sub_organization_new {
	width: 100%;
	padding-top: 100px
}

.sub_organization_new .ceo {
	position: relative;
	margin: 0 auto;
	width: 280px;
	height: 280px;
	border: 25px solid #0074ff;
	background: #fff;
	font-size: 28px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: 700;
	border-radius: 400px;
	color: #222;
	line-height: 1.3
}

.sub_organization_new h4:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -76px;
	width: 1px;
	height: 55px;
	background: #ddd;
	z-index: -1
}

.sub_organization_new h4 span {
	font-size: 18px;
	color: #555;
	font-weight: 400;
}

.sub_organization_new .dep {
	position: relative;
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sub_organization_new .dep:before {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 1px;
	background: #ddd;
	z-index: -1;
}

.sub_organization_new .dep dl dt {
	background: #222;
	color: #fff;
	font-weight: 600;
}

.sub_organization_new .dep dl>* {
	padding: 22px;
	text-align: center;
	font-size: 20px;
}

.sub_organization_new .dep dl dd {
	border: 1px solid #222;
	color: #222;
}

.sub_organization_new .dep dl>* {
	padding: 22px;
	text-align: center;
	font-size: 20px;
}

.sub_organization_new .dep dl {
	position: relative;
	width: 20%;
}

.sub_organization_new .dep dl:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #eee;
	z-index: -1
}

.sub_organization_new .dep_group {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sub_organization_new .dep0 {
	position: relative;
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sub_organization_new .dep0:before {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 1px;
	background: #ddd;
	z-index: -1;
}

.sub_organization_new .dep0 dl dt {
	background: #222;
	color: #fff;
	font-weight: 600;
}

.sub_organization_new .dep0 dl>* {
	padding: 22px;
	text-align: center;
	font-size: 20px;
}

.sub_organization_new .dep0 dl dd {
	border: 1px solid #222;
	color: #222;
}

.sub_organization_new .dep0 dl>* {
	padding: 22px;
	text-align: center;
	font-size: 20px;
}

.sub_organization_new .dep0 dl {
	position: relative;
	width: 20%;
}

.sub_organization_new .dep0 dl:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #eee;
	z-index: -1
}

.sub_organization_new .dep1 {
	position: relative;
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sub_organization_new .dep1:before {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 1px;
	background: #ddd;
	z-index: -1;
}

.sub_organization_new .dep1 dl dt {
	background: #222;
	color: #fff;
	font-weight: 600;
}

.sub_organization_new .dep1 dl>* {
	padding: 22px;
	text-align: center;
	font-size: 20px;
}

.sub_organization_new .dep1 dl dd {
	border: 1px solid #222;
	color: #222;
}

.sub_organization_new .dep1 dl>* {
	padding: 22px;
	text-align: center;
	font-size: 20px;
}

.sub_organization_new .dep1 dl {
	position: relative;
	width: 20%;
}

.sub_organization_new .dep1 dl:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #eee;
	z-index: -1
}

.sub_organization_new .dep2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch
}

.sub_organization_new .dep2>dl {
	position: relative;
	width: 20%
}

.sub_organization_new .dep2>dl:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -100px;
	transform: translateX(-50%);
	width: 1px;
	height: 200px;
	background: #eee;
	z-index: -1
}

.sub_organization_new .dep2 dl dt {
	background: #ddd;
	color: #555;
	font-weight: 600
}

.sub_organization_new .dep2 dl>* {
	padding: 22px;
	font-size: 18px;
	text-align: center
}

.sub_organization_new .dep2 dl dd {
	border: 1px solid #ddd;
	background: #fff
}

.sub_organization_new .dep2 dl dd ul {
	font-size: inherit;
}

.sub_organization_new .dep2 dl dd ul li {
	line-height: 2.2;
	font-size: inherit;
}

.sub_organization .dep1 > .node {
	flex:0 0 auto;
	width:30%;
	height:68px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: center;
	color:#ffffff;
	background-color:#444;
	position:relative;
}
.sub_organization .dep1 > .node:before {
	width:1px;
	height:66px;
	content:'';
	position:absolute;
	background-color:#dedede;
	top:-66px;
}


.org-chart {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.sub_organization_new .ceo::after {
	content: '';
	display: block;
	height: calc(260px - 25px);
	background-color: #dedede;
	width: 1px;
	position: absolute;
	bottom: -260px;
	left: 50%;
	transform: translateX(-50%);
}
/* ─────── 노드 기본 스타일 ─────── */
.org-chart .node {
	background: #000000;
	color: #fff;
	font-weight: 600;
	position: relative;
	padding: 0 22px;
    height: 68px;
	text-align: center;
	font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;	
	flex: 0 0 auto;
    width: 30%;	
}

.org-chart .node::before{
	content:'';
	display:block;
	width:1px;
	height:68px;
	top:-68px;
	position: absolute;
	background-color:#eee;
}

.sub_organization_new .org-chart .node::before{
	display:none;
}

.sub_organization_new .sub-branch .node:before{
	content:'';
	width:1px;
	height:55px;
	background-color:#dedede;
	display:block;
	position:absolute;
	z-index:-1;
}

.sub_organization_new .node-group>.node:after {
	content:'';
	display:block;
	position:absolute;
	width:1px;
	height:50px;
	background-color:#dedede;
	bottom:-50px;
}
.sub_organization_new .node-group>.node.node-point:after {
	height:250px;
	background-color:#dedede;
	bottom:-250px;
}

.bus-group-box{
	display:flex;
	padding-bottom:45px;
}
.bus-group-box .img_box{
	max-width:500px;
	margin-right:40px;
}
.bus-group-box .img_box img{
	max-width:100%;
}

.bus-group-box .esg_txt_box{
	position: relative;
}
.bus-group-box .esg_txt_box::before{
	content:'';
	display:block;
	height:5px;
	width:100%;
	background-color:#5e5e5e;
	margin-bottom:15px;
}

@media screen and (max-width: 1100px) {
	.bus-group-box .img_box{
		max-width:400px;
		margin-right:40px;
	}
	.sub_organization_new {
		padding-top: 0px !important;
	}
	.sub_organization .dep0:before,.sub_organization .dep0:after{
		display:none !important;
	}
	.sub_organization .dep {
		font-size: 1.4rem;
		flex-direction: column;
	}

	.sub_organization .dep dl dt {
		font-size: 18px;
	}

	.sub_organization .dep dl dd {
		font-size: 16px;
	}

	.sub_organization .dep2 dl dd ul li {
		font-size: 16px;
	}

	.sub_organization .dep2 dl>* {
		font-size: 16px;
		line-height: 1.3;
	}

	.sub_organization_new .ceo,.sub_organization h4 {
		width: 200px;
		height: 200px;
		font-size: 2rem;
		border: 10px solid #0074ff;
	}

	.sub_organization h4 span {
		font-size: 1.0rem;
	}

	.sub_organization_new .dep {
		font-size: 1.4rem;
	}

	.sub_organization_new .dep dl dt {
		font-size: 18px;
	}

	.sub_organization_new .dep dl dd {
		font-size: 16px;
	}

	.sub_organization_new .dep2 dl dd ul li {
		font-size: 16px;
	}

	.sub_organization_new .dep2 dl>* {
		font-size: 16px;
		line-height: 1.3;
	}

	.sub_organization_new h4 {
		width: 200px;
		height: 200px;
		font-size: 2rem;
		border: 10px solid #0074ff;
	}

	.sub_organization_new h4 span {
		font-size: 1.0rem;
	}
	.sub_organization .dep0 dl,
	.sub_organization .dep dl,
	.sub_organization .dep2 dl {
		margin: 5px auto;
		width: 80%;
	}	
	.right-group .node-group::after{
		display:none !important;
	}
	.sub_organization_new .node-group>.node.node-point:after{
		display:none !important;
	}
	.sub_organization .dep {
		padding: 40px 0;
	}

	.sub_organization .dep0 {
		padding: 40px 0;
	}

	.sub_organization .dep,
	.sub_organization .dep0,
	.sub_organization .dep2 {
		flex-wrap: wrap;
	}
	.sub_organization .dep1{
		flex-direction: column;
		gap:10px;
		padding-top:0 !important;
	}
	.sub_organization .dep1 > .node {
		flex:0 0 auto;
		width:80%;
	}
	.sub_organization .dep1 > .node:before{
		display:none !important;
	}
	.sub_organization .dep:before {
		display: none !important;
	}
}


@media screen and (max-width: 768px) {
	.sub_organization .dep {
		padding: 40px 0;
	}

	.sub_organization .dep0 {
		padding: 40px 0;
	}

	.sub_organization .dep,
	.sub_organization .dep0,
	.sub_organization .dep2 {
		flex-wrap: wrap;
	}

	.sub_organization .dep2 dl dd ul li {
		line-height: 2.4;
	}

	.sub_organization h4,	.sub_organization_new .ceo {
		width: 160px;
		height: 160px;
		font-size: 1.8rem;
	}
	.sub_organization .dep0 dl,
	.sub_organization .dep dl,
	.sub_organization .dep2 dl {
		margin: 5px auto;
		width: 80%;
	}
	.sub_organization .node{
		font-size:1.2rem;
	}
	.sub_organization .dep2 dl>* {
		padding: 12px;
	}

	.sub_organization .dep0 dl>* {
		padding: 15px 0;
	}

	.sub_organization .dep0 dl>* {
		font-size: 1.2rem;
	}

	.sub_organization .dep dl>* {
		padding: 15px 0;
	}

	.sub_organization .dep dl>* {
		font-size: 1.4rem;
	}

	.sub_organization_new .dep {
		padding: 40px 0;
	}

	.sub_organization_new .dep,
	.sub_organization_new .dep2 {
		flex-wrap: wrap;
	}

	.sub_organization_new .dep2 dl dd ul li {
		line-height: 2.4;
	}

	.sub_organization_new h4 {
		width: 160px;
		height: 160px;
		font-size: 1.8rem;
	}

	.sub_organization_new h4:before,
	.sub_organization_new .dep:before,
	.sub_organization_new .dep dl:before,
	.sub_organization_new .dep2>dl:before {
		display: none;
	}

	.sub_organization_new .dep dl,
	.sub_organization_new .dep2 dl {
		margin: 5px 0;
		width: 49%;
	}

	.sub_organization_new .dep2 dl>* {
		padding: 12px;
	}

	.sub_organization_new .dep dl>* {
		padding: 15px 0;
	}

	.sub_organization_new .dep dl>* {
		font-size: 1.4rem;
	}

	.bus-group-box{
		flex-direction: column;
	}
	.bus-group-box .img_box{
		max-width:100%;
		margin-right:0;
		margin-bottom:30px;
	}

}
@media (max-width:640px){
	.sub_organization{
		padding-top:0;
	}
	.sub_organization .dep0.right{
		justify-content: center;
		padding-bottom:0;
	}
	.sub_organization .dep0:before,
	.sub_organization .dep1:before,
	.sub_organization .dep0:after,
	.sub_organization .dep1:after,
	.sub_organization .node::before,
	.sub_organization h4:before,
	.sub_organization .dep0.right dl:before	
	{
		display:none;
	}
	.sub_organization .dep0 dl, .sub_organization .dep dl, .sub_organization .dep2 dl {
        width: 60%;
    }
	.sub_organization h4 {
        font-size: 1.2rem;
    }
	.sub_organization .dep0 dl>* {
        font-size: 1rem;
    }
	.sub_organization .dep dl>* {
		font-size: 1rem;
	}
	.sub_organization .node{
		font-size:1rem;
	}	
	.sub_organization .dep1 {
		padding: 0;
		flex-direction: column;
		gap:15px;
	}
	.sub_organization .node {
		width:80%;
    }
}

/*조직도*/


/* 폼메일 */
.formmail {
	width: 100%;
	padding-top: 100px
}

.formmail input {
	height: 50px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	box-sizing: border-box;
	transition: all 1s;
}

.formmail h2 {
	width: 200px;
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #555;
	padding: 5px 10px 5px 0;
}

.formmail .clearfix {
	padding: 30px 0
}

.formmail .left {
	width: 17%;
	float: left
}

.formmail .left h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	float: none
}

.formmail .left p {
	font-size: 18px;
	color: #555
}

.formmail .right {
	width: 73%;
	margin-bottom: 50px;
	float: left;
	text-align: left
}

.formmail p {
	font-size: 16px;
	color: #555;
}

.formmail textarea {
	width: 900px;
	height: 130px;
	line-height: 1.5;
	padding: 5px;
	border: 1px solid #bbb;
	box-sizing: border-box;
	resize: none;
}

.formmail label {
	font-size: 18px;
	color: #555
}

.formmail .radio {
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	margin: 0 3px;
	color: #555
}

.formmail .btn_submit {
	width: 180px;
	height: 55px;
	line-height: 55px;
	border: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #3a8afd;
}

.formmail .form-radio {
	margin-right: 10px;
	line-height: 28px;
}

.formmail #email_list {
	width: 200px;
	height: 50px;
	line-height: 40px;
}

.formmail .checkbox {
	padding: 10px;
	line-height: 0;
	margin-top: 9px;
	width: 20px;
	height: 20px;
}

.formmail #confirm {
	margin: 3px;
	width: 20px;
	height: 20px;
}

.formmail .send_submit {
	width: 180px;
	height: 55px;
	line-height: 55px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	transition: color 0.4s ease;
	cursor: pointer;
}

.formmail .send_submit::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #000;
	transition: left 0.4s ease;
	z-index: 0;
}

.formmail .send_submit:hover::before {
	left: 0;
}

.formmail .send_submit:hover {
	color: #fff;
}

.formmail .send_submit span {
	position: relative;
	z-index: 1;
}

.formmail #file1 {
	width: 400px;
}

@media screen and (max-width: 576px) {
	.formmail {
		padding-top: 0
	}

	.formmail h2 {
		width: 100%;
	}

	.formmail .left {
		width: 100%;
		padding-bottom: 20px
	}

	.formmail .right {
		width: 100%;
	}

	.formmail label {
		font-size: 16px;
	}

	.formmail .company .text,
	.formmail #file1 {
		width: 100%;
	}

	.formmail #email1,
	.formmail #email2 {
		width: 45%;
	}

	.formmail .textarea {
		width: 100%;
	}

	.formmail .frm_input {
		width: 100%;
	}
}


/*오시는 길*/
.location {
	width: 100%;
}

.location .map_area .txt {
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
	width: 1400px;
	z-index: 100;
}

.location .map_area .txt .txt_wrap {
	background-color: #006fce;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	padding: 45px 0;
}

.location .map_area .txt .logo {
	position: absolute;
	top: 34px;
	left: 0;
	border-right: 1px solid #1a7dd3;
	text-align: center;
	width: 315px;
	line-height: 90px;
	height: 90px;
}

.location .map_area .txt .contact {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 1.6;
	padding: 0 0 0 405px;
}

.location .map_area .txt .contact .tel {
	font-weight: 300;
}

.location .map_area .txt .bt {
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -35px;
	display: block;
	border-radius: 65px;
	border: 3px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
	min-width: 220px;
	line-height: 60px;
	height: 65px;
}

.location .contact_address {
	width: 100%;
	height: auto;
	line-height: 1.7;
	padding-top: 50px
}

.location .contact_address ul {
	max-width: 1600px;
	clear: both;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.location .contact_address ul li {
	color: #555;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 18px
}

.location .contact_address ul li strong {
	font-size: 20px;
	color: #1a1a1a
}

.location .contact_traffic {
	max-width: 1240px;
	clear: both;
}

.location .contact_traffic:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	padding-bottom: 50px;
	clear: both;
}

.location .contact_traffic ul {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px
}

.location .contact_traffic .bus {
	width: 100%;
	padding: 50px 0;
}

.location .contact_traffic .subway {
	width: 100%;
	padding: 50px 0
}

.location .contact_traffic ul li {
	color: #555;
	line-height: 33px;
	font-size: 16px
}

.location .contact_traffic h3 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1px;
	color: #1a1a1a;
	padding-bottom: 10px;
	text-align: left
}

@media (max-width: 768px) {
	.location .map_area .txt {
		margin-top: -30px;
		width: 1024px;
	}

	.location .map_area .txt .txt_wrap {
		border-radius: 0px 0px 20px 0px;
		margin: 0 15px;
		padding: 0 0 30px;
	}

	.location .map_area .txt .logo {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		border-right: 0;
		margin-left: 0;
		width: 100%;
	}

	.location .map_area .txt .logo:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -88px;
		background-color: #1a7dd3;
		width: 177px;
		height: 1px;
	}

	.location .map_area .txt .contact {
		line-height: 180%;
		padding: 20px 0 0;
		text-align: center;
	}

	.location .map_area .txt .contact .tel {
		font-weight: 300;
	}

	.location .map_area .txt .bt {
		position: static;
		border-radius: 65px;
		margin: 35px auto 0;
		width: 150px;
	}
}

@media (max-width: 576px) {
	.location .map_area .txt {
		position: relative;
		bottom: auto;
		left: auto;
		transform: translateX(0);
		margin-top: -30px;
		width: auto;
	}

	.location .map_area .txt .logo img {
		height: 20px
	}

	.location .map_area .txt .contact {
		font-size: 13px;
		letter-spacing: 0;
		line-height: 180%;
		padding: 20px 0 0;
		text-align: center;
		clear: both
	}

	.location .map_area .txt .txt_wrap {
		border-radius: 0px 0px 20px 0px;
		margin: 0 15px;
		padding: 0 0 30px;
	}

	.location .map_area .txt .bt {
		position: static;
		border-radius: 65px;
		border-width: 2px;
		font-size: 15px;
		margin: 25px auto 0;
		width: 150px;
		line-height: 40px;
		height: 40px;
	}

	.location .map_area .txt .logo {
		position: relative;
		display: block;
		top: auto;
		left: auto;
		border-right: 0;
		width: 100%;
		line-height: 70px;
		height: 70px;
	}
}

/*오시는 길*/


/* content01 */
.content01 {
	width: 100%;
	padding-top: 0px
}

.content01 .box {
	position: relative;
	padding-bottom: 80px;
	display: block;
	width: inherit;
	border: 0;
	text-align: left
}

.content01 .box .img_right {
	float: right
}

.content01 .box .txt_wrap {
	position: absolute;
	right: 0;
	top: 45px;
	background: #fff;
	padding: 50px;
	width: 60%;
}

.content01 .box .txt_wrap .half-round-tit {
	display: inline-block;
	margin-bottom: 20px
}

.content01 .box .txt_wrap .half-round-tit strong {
	color: #1a1a1a;
	font-size: 22px;
	font-weight: 500;
	vertical-align: middle;
	line-height: 1.6;
	letter-spacing: 0;
}

.content01 .box .txt_wrap .half-round-tit span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	background: #8abd00;
	margin-right: 10px;
	float: left;
}

.content01 .box .txt_wrap .lead {
	text-align: justify;
	font-size: 18px;
	color: #555;
	line-height: 1.65;
}

.content01 .box .txt_wrap02 {
	position: absolute;
	left: 0;
	top: 45px;
	background: #fff;
	width: 60%;
}

@media screen and (max-width: 768px) {
	.content01 .box .img {
		text-align: center;
		display: block;
		float: none;
		clear: both;
	}

	.content01 .box .img img {
		width: 100%;
	}

	.content01 .box .txt_wrap {
		width: 100%;
		padding: 20px;
		display: block;
		position: relative;
		clear: both;
	}
}

@media screen and (max-width: 576px) {
	.content01 {
		width: 100%;
		padding-top: 0px;
	}
}


.content01 .horizontal_section {
	display: flex;
	margin-bottom: 40px;
	align-items: center;
}

.content01 .horizontal_section:nth-child(even) {
	flex-direction: row-reverse;
}

.content01 .horizontal_section .content {
	flex: 1;
	padding: 20px 0 0 40px
}

.content01 .horizontal_section .image {
	flex: 1;
	padding: 20px 0;
}

.content01 .horizontal_section img {
	max-width: 100%;
	height: auto;
}

.content01 .horizontal_section h2 {
	color: #0056b3;
	margin-bottom: 10px;
	font-size: 30px
}

.content01 .horizontal_section .korean-title {
	font-size: 0.9em;
	color: #666;
}

.content01 .horizontal_section .sub_txt {
	font-size: 22px;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
	word-break: keep-all;
	line-height: 1.5
}

.content01 .horizontal_section ul {
	padding: 0;
	margin: 0
}

.content01 .horizontal_section ul li {
	font-size: 18px;
	color: #555;
	list-style: none;
	line-height: 1.65;
	font-weight: 400
}

.content01 .horizontal_section ul li::before {
	content: "- ";
	color: #0056b3;
}

@media (max-width: 768px) {

	.content01 .horizontal_section,
	.horizontal_section:nth-child(even) {
		flex-direction: column;
	}

	.content01 .horizontal_section .content {
		padding: 20px 0 0 0px;
		flex: auto;
	}

	.content01 .horizontal_section ul li {
		font-size: 16px
	}
}

/* content01 */


/* content02 */
.content02 {
	width: 100%;
	padding-top: 100px
}

.content02 .type_b li {
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
}

.content02 .type_b li .profile {
	float: left;
	padding-bottom: 50px;
	width: 48%
}

.content02 .type_b li .profile img {
	width: 100%
}

.content02 .type_b li dl {
	float: left;
	padding: 0 40px;
	width: 52%
}

.content02 .type_b li dl dt {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 20px;
	color: #1a1a1a;
	letter-spacing: 0
}

.content02 .type_b li dl dd {
	font-size: 18px;
	color: #555;
	line-height: 1.75;
	text-align: left;
	display: block;
	clear: both;
}

@media screen and (max-width: 1210px) {
	.content02 .type_b li {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 6%;
		display: block;
	}

	.content02 .type_b li:nth-child(2n+1) {
		margin-left: 0
	}

	.content02 .type_b li .profile {
		width: 100%
	}

	.content02 .type_b li dl {
		width: 100%;
		padding: 0 20px
	}
}

@media screen and (max-width: 576px) {
	.content02 {
		width: 100%;
		padding-top: 0px
	}

	.content02 .type_b li {
		width: 100%;
		margin-left: 0
	}

	.content02 .type_b li dl dd {
		font-size: 16px
	}
}

/* content02 */


/* content03 */
.content03 .type_c {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}

.content03 .type_c>li {
	width: calc(50% - 15px);
	border: solid 1px #ddd;
	border-top: solid 3px #304153;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content03 .type_c>li:nth-child(n+3) {
	margin-top: 30px;
}

.content03 .type_c li .top {
	padding: 50px 42px;
}

.content03 .type_c li .top p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65;
	display: contents;
}

.content03 .type_c li h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: solid 1px #ddd;
	font-size: 27px;
	font-weight: 700;
}

.content03 .type_c li .bot {
	background-color: #f7f7f7;
	padding: 50px 42px;
	display: flex;
}

.content03 .type_c li .bot i {
	display: block;
	margin-right: 15px;
}

.content03 .type_c li .bot p {
	font-size: 18px;
	margin-top: 10px;
	font-weight: 400
}

.content03 .type_c .text_warp p {
	font-size: 18px
}

.content03 .type_c .dot_list {
	margin-top: 40px;
	color: #555
}

.content03 .type_c .dot_list p {
	font-size: 18px
}

.content03 .type_c .dot_list li {
	display: flex;
	padding-left: 12px;
	position: relative;
	margin-bottom: 10px;
}

.content03 .type_c .dot_list li:last-child {
	margin: 0;
}

.content03 .type_c .dot_list li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
}

.content03 .type_c .dot_list li .fs_20 {
	min-width: 140px;
}

.content03 .type_c .dot {
	margin-top: 40px;
	position: relative;
	padding-left: 12px;
}

.content03 .type_c .dot::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
}


@media screen and (max-width: 1400px) {
	.content03 .type_c li .top {
		padding: 25px;
	}

	.content03 .type_c li .top br {
		display: none;
	}

	.content03 .type_c li .bot {
		padding: 25px;
	}

	.content03 .type_c li h5 {
		padding-bottom: 25px;
	}

	.content03 .type_c .dot_list {
		margin-top: 25px;
	}

	.content03 .type_c .dot {
		margin-top: 25px;
	}
}

@media screen and (max-width: 1200px) {
	.content03 .type_c .dot_list li {
		flex-direction: column;
	}

	.content03 .type_c .dot_list li .arrow {
		min-width: initial;
	}

	.content03 .type_c .dot_list li .arrow+span {
		margin-left: 30px;
	}

	.content03 .type_c .dot_list li .arrow::after {
		right: -20px;
	}
}

@media screen and (max-width: 992px) {
	.content03 .type_c>li {
		width: calc(50% - 10px);
	}

	.content03 .type_c>li:nth-child(n+3) {
		margin-top: 20px;
	}

	.content03 .type_c li .top {
		padding: 20px;
	}

	.content03 .type_c li .bot {
		padding: 20px;
	}

	.content03 .type_c li h5 {
		padding-bottom: 20px;
	}

	.content03 .type_c>li .top i {
		width: 35px;
	}

	.content03 .type_c .dot_list {
		margin-top: 20px;
	}

	.content03 .type_c .dot_list li {
		flex-direction: column;
	}

	.content03 .type_c .dot_list li::before {
		top: 11px;
	}

	.content03 .type_c .dot::before {
		top: 9px;
	}

	.content03 .type_c .dot {
		margin-top: 20px;
	}

	.content03 .type_c .type_a li .bot {
		align-items: baseline;
	}

	.content03 .type_c .type_a li .bot i {
		width: 20px;
		position: relative;
		top: -1px;
	}
}

@media screen and (max-width: 768px) {
	.content03 .type_c>li {
		width: 100%;
	}

	.content03 .type_c>li:nth-child(n+2) {
		margin-top: 20px;
	}

	.content03 .type_c>li:nth-child(odd) {
		border-top: solid 3px #3dc4b6 !important;
	}

	.content03 .type_c>li:nth-child(even) {
		border-top: solid 3px #000 !important;
	}
}

/* content03 */


/* content04 */
.content04 {
	width: 100%;
	padding-top: 100px
}

.content04 .point {
	padding: 0 20px 0 0
}

.content04 .point .title {
	font-size: 22px;
	font-weight: bold;
	padding-left: 30px;
	color: #1a1a1a;
	background-image: url(../img/sub/title_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.content04 .point h2 {
	font-size: 28px;
	font-weight: 100;
	color: #f66120;
	text-align: left;
	padding: 10px 0 0;
}

.content04 .colum {
	max-width: 1600px;
	margin: 0 auto;
	padding: 30px 0
}

.content04 .colum .left {
	width: 50%;
	float: left;
	border-right: 1px solid #ddd;
	padding-right: 50px;
	font-size: 18px;
	line-height: 1.65;
	color: #555
}

.content04 .colum .left h2 {
	font-size: 20px;
	color: #000;
	letter-spacing: 0;
	padding-bottom: 20px;
	font-weight: bold
}

.content04 .colum .right {
	width: 50%;
	float: left;
	padding-left: 50px;
	text-align: left;
	font-size: 18px;
	line-height: 1.65;
	color: #555
}

.content04 .colum .right h2 {
	font-size: 20px;
	color: #000;
	letter-spacing: 0;
	padding-bottom: 20px;
	font-weight: bold
}

.content04 .img img {
	width: 100%
}

.content04 .content_sub_title {
	margin: 0 auto;
	padding: 50px 0 0;
}

.content04 .content_sub_title:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	padding-bottom: 50px;
	clear: both;
}

.content04 .content_sub_title .sub_title {
	float: left;
	display: block;
	line-height: 1.8;
	width: 25%;
	color: #1a1a1a;
	font-size: 22px;
	letter-spacing: 0;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 30px;
	box-sizing: border-box
}

.content04 .content_sub_title .sub_txt {
	float: right;
	width: 75%;
	font-size: 18px;
	color: #555;
	line-height: 1.65
}

.content04 .content_sub_title .sub_txt .h2 {
	font-size: 20px;
}

.content04 .content_sub_title .img {
	float: left;
	text-align: right;
	width: 450px
}

@media screen and (max-width: 960px) {
	.content04 .colum .left {
		width: 100%;
		border: 0;
		float: none;
		padding: 0;
		clear: both
	}

	.content04 .colum .right {
		width: 100%;
		padding: 20px 0 0
	}

	.content04 .content_sub_title .sub_title {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
		padding: 0;
		clear: both;
		font-size: 20px
	}

	.content04 .content_sub_title .sub_txt {
		float: left;
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.content04 .content_sub_title {
		padding: 20px 0 0
	}
}

@media screen and (max-width: 576px) {
	.content04 {
		width: 100%;
		padding-top: 0px
	}
}

/* content04 */


/* content05 */
.content05 {
	width: 100%;
	padding-top: 100px
}

.content05 .photo_box {
	margin-bottom: 50px;
	background-color: #f9f9f9;
	clear: both
}

.content05 .photo_box .img {
	max-width: 50%;
	float: left;
	display: block
}

.content05 .photo_box .img img {
	width: 100%
}

.content05 .photo_box .txt {
	max-width: 50%;
	float: left;
	padding: 50px;
	background-color: #f9f9f9;
	display: block
}

.content05 .photo_box .txt h2 {
	font-size: 30px;
	padding-top: 50px;
	letter-spacing: 0;
	font-weight: bold;
	text-align: left
}

.content05 .photo_box .txt p {
	padding-top: 30px;
	word-break: keep-all;
	font-size: 18px;
	color: #555;
	line-height: 1.65
}

@media screen and (max-width: 960px) {
	.content05 .photo_box .img {
		max-width: 100%;
		display: block
	}

	.content05 .photo_box .txt {
		max-width: 100%;
	}

	.content05 .photo_box .txt h2 {
		font-size: 24px;
		font-weight: bold
	}
}

@media screen and (max-width: 576px) {
	.content05 {
		width: 100%;
		padding-top: 0px
	}
}

/* content05 */


/* content06 */
.content06 {
	width: 100%;
	padding-top: 100px
}

.content06 .thumb_box {
	width: 31.3333%;
	margin-right: 3%;
	display: block;
	float: left;
}

@media screen and (min-width: 961px) {
	.content06 .thumb_box:nth-child(3n+3) {
		margin-right: 0
	}
}

.content06 .thumb_box .img {
	width: 100%;
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
	overflow: hidden;
	position: relative
}

.content06 .thumb_box .img01 {
	background-image: url(../img/sub/rnd03_thumb01.jpg);
}

.content06 .thumb_box .img02 {
	background-image: url(../img/sub/rnd03_thumb02.jpg);
}

.content06 .thumb_box .img03 {
	background-image: url(../img/sub/rnd03_thumb03.jpg);
}

.content06 .thumb_box .img04 {
	background-image: url(../img/sub/rnd03_thumb01.jpg);
}

.content06 .thumb_box .img05 {
	background-image: url(../img/sub/rnd03_thumb02.jpg);
}

.content06 .thumb_box .img06 {
	background-image: url(../img/sub/rnd03_thumb03.jpg);
}

.content06 .thumb_box .txt {
	width: 100%;
	padding: 20px;
	text-align: left;
	clear: both
}

.content06 .thumb_box .txt h2 {
	font-size: 30px;
	text-align: center;
	letter-spacing: 0;
	font-weight: bold
}

.content06 .thumb_box .txt p {
	padding: 20px 0px;
	text-align: center;
	font-size: 18px;
	color: #555;
	line-height: 1.65
}

@media screen and (max-width: 768px) {
	.content06 .thumb_box {
		width: 49%;
		margin-right: 2%
	}

	.content06 .thumb_box:nth-child(2n+2) {
		margin-right: 0
	}
}

@media screen and (max-width: 576px) {
	.content06 {
		width: 100%;
		padding-top: 0px
	}

	.content06 .thumb_box {
		width: 100%;
		margin: 0;
		clear: both;
		float: none
	}

	.content06 .thumb_box .txt h2 {
		font-size: 24px
	}
}


.content06 .c06_box {
	display: none;
	cursor: pointer;
}

.content06 .c06_box.active {
	display: block;
}

.content06 .c06_box .c06_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.content06 .c06_box .c06_flex .c06_img {
	position: relative;
	border-radius: 10px;
	width: 32%;
}

.content06 .c06_box .c06_flex .c06_img:nth-child(n+4) {
	margin-top: 30px;
}

.content06 .c06_box .c06_flex .c06_img img {
	border-radius: 10px;
	width: 100%;
}

.content06 .c06_box .c06_flex .c06_img p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	line-height: 1.65;
	word-break: keep-all;
	padding: 0 30px;
	border-radius: 20px;
	visibility: hidden;
	opacity: 0;
}

.content06 .c06_box .c06_flex .c06_img:focus p,
.content06 .c06_box .c06_flex .c06_img:hover p {
	opacity: 1;
	visibility: visible;
	transition: opacity 200ms ease-out, visibility 200ms ease-out;
}

@media (max-width: 768px) {
	.content06 .c06_box .c06_flex .c06_img {
		width: 49% !important;
	}

	.content06 .c06_box .c06_flex .c06_img:nth-child(n+3) {
		margin-top: 2vw;
	}
}

@media (max-width: 576px) {
	.content06 .c06_tab li .tab_btn {
		font-size: 17px;
	}

	.content06 .c06_box .c06_flex .c06_img {
		width: 100% !important;
	}

	.content06 .c06_box .c06_flex .c06_img:nth-child(n+2) {
		margin-top: 20px;
	}
}

/* content06 */


/* content07 */
.content07 {
	width: 100%;
	position: relative
}

.content07 .buttons_container {
	z-index: 3;
	position: absolute;
	left: 47%;
	top: 0;
	transform: translateX(-688px);
	width: 1px;
	height: calc(100% - 656px);
}

.content07 .buttons_container .scroll_btn {
	position: sticky;
	left: 0;
	top: 0;
	width: 334px;
	padding-top: 100px;
}

.content07 .buttons_container .scroll_btn button {
	display: block;
	left: 0;
	top: 0;
	color: #999;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

.content07 .buttons_container .scroll_btn button b {
	display: inline-block;
	width: 48px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
	vertical-align: middle;
	color: inherit;
}

.content07 .buttons_container .scroll_btn button strong {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.65;
	vertical-align: middle;
	color: inherit;
}

.content07 .buttons_container .scroll_btn button+button {
	margin-top: 24px;
}

.content07 .buttons_container .scroll_btn button.active {
	color: #111;
}

.content07 .buttons_container .scroll_btn button.active b {
	margin-top: 9.8px;
	font-size: 20px;
	font-weight: 700;
	vertical-align: top;
}

.content07 .buttons_container .scroll_btn button.active strong {
	font-size: 50px;
	line-height: 1.4;
	vertical-align: top;
}

.content07 .content_info_section .info_item {
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
}

.content07 .content_info_section .info_item .heading {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(-1px, -1px, -1px, -1px);
}

.content07 .content_info_section .info_item .info_inner {
	position: relative;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding-left: 608px;
	padding-top: 100px;
}

.content07 .content_info_section .info_item .text_box {
	margin-top: 0;
}

.content07 .content_info_section .info_item .text_box h3 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -1px;
	word-break: keep-all;
}

.content07 .content_info_section .info_item .text_box h3 .point_color {
	color: #107AF2;
}

.content07 .content_info_section .info_item .text_box p.subtext {
	margin-top: 40px;
	font-size: 18px;
	line-height: 1.65;
	color: #555;
	word-break: keep-all;
}

.content07 .content_info_section .info_item .card_slider {
	margin-top: 120px;
	position: relative;
}

.content07 .content_info_section .info_item:nth-child(1) .card_slider::before {
	content: "";
	display: block;
	position: absolute;
	left: -1000px;
	bottom: -100px;
	width: 1000px;
	height: 920px;
	background: #fff;
	z-index: 2;
}

.content07 .content_info_section .info_item:nth-child(2) .card_slider::before {
	content: "";
	display: block;
	position: absolute;
	left: -1000px;
	bottom: -100px;
	width: 1000px;
	height: 920px;
	background: linear-gradient(to top, #eef6f4 0, #fff 500px, #fff);
	z-index: 2;
}

.content07 .content_info_section .info_item:nth-child(3) .card_slider::before {
	content: "";
	display: block;
	position: absolute;
	left: -1000px;
	bottom: -100px;
	width: 1000px;
	height: 920px;
	background: #fff;
	z-index: 2;
}

.content07 .content_info_section .info_item .card_slider ul {
	display: flex;
	cursor: grab;
}

.content07 .content_info_section .info_item .card_slider ul li {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 460px;
	height: 460px;
	margin-right: 20px;
	padding: 40px;
	border-radius: 20px;
	color: #fff;
}

.content07 .content_info_section .info_item .card_slider ul li h4 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.65;
	word-break: keep-all;
	margin-bottom: 20px;
}

.content07 .content_info_section .info_item .card_slider ul li p {
	display: block;
	margin-top: auto;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.65;
	word-break: keep-all;
}

.content07 .content_info_section .info_item .card_slider ul li:last-child {
	margin-right: 0;
}

.content07 .content_info_section .info_item:nth-child(1) {
	padding-top: 0;
}

.content07 .content_info_section .info_item:nth-child(2) {
	position: relative;
	z-index: 1;
}

.content07 .content_info_section .info_item:nth-child(2)::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	background: linear-gradient(to top, #eef6f4 0, #fff 500px, #fff);
	z-index: -1;
}

.content07 .content_info_section .info_item:nth-child(1) .card_slider ul li:nth-child(1) {
	background: url(https://sample117.tlogsir.com/theme/sample117/img/sub/content03_slide01_img01.jpg) no-repeat center center/cover;
}

.content07 .content_info_section .info_item:nth-child(1) .card_slider ul li:nth-child(2) {
	background: url(https://sample117.tlogsir.com/theme/sample117/img/sub/content03_slide01_img02.jpg) no-repeat center center/cover;
}

.content07 .content_info_section .info_item:nth-child(1) .card_slider ul li:nth-child(3) {
	background: url(https://sample117.tlogsir.com/theme/sample117/img/sub/content03_slide01_img03.jpg) no-repeat center center/cover;
}

.content07 .content_info_section .info_item:nth-child(2) .card_slider ul li:nth-child(1) {
	background: url(https://sample117.tlogsir.com/theme/sample117/img/sub/content03_slide02_img01.jpg) no-repeat center center/cover;
}

.content07 .content_info_section .info_item:nth-child(2) .card_slider ul li:nth-child(2) {
	background: url(https://sample117.tlogsir.com/theme/sample117/img/sub/content03_slide02_img02.jpg) no-repeat center center/cover;
}

.content07 .content_info_section .info_item:nth-child(2) .card_slider ul li:nth-child(3) {
	background: url(https://sample117.tlogsir.com/theme/sample117/img/sub/content03_slide02_img03.jpg) no-repeat center center/cover;
}

.content07 .content_info_section .info_item:nth-child(3) .card_slider ul li:nth-child(1) {
	background: url(https://sample117.tlogsir.com/theme/sample117/img/sub/content03_slide03_img01.jpg) no-repeat center center/cover;
}

.content07 .content_info_section .info_item:nth-child(3) .card_slider ul li:nth-child(2) {
	background: url(https://sample117.tlogsir.com/theme/sample117/img/sub/content03_slide03_img02.jpg) no-repeat center center/cover;
}

.content07 .content_info_section .info_item:nth-child(3) .card_slider ul li:nth-child(3) {
	background: url(https://sample117.tlogsir.com/theme/sample117/img/sub/content03_slide03_img03.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 1420px) {
	.content07 .buttons_container {
		left: 12px;
		transform: none
	}

	.content07 .content_info_section .info_item .card_slider ul li {
		min-height: 312.64px
	}
}

@media (max-width: 1200px) {
	.content07 {
		max-width: none;
	}

	.content_scroll_wrap {
		padding-left: 0;
		padding-right: 0
	}

	.content07 .buttons_container {
		display: none
	}

	.content07 .content_info_section .info_item {
		padding-bottom: 80px
	}

	.content07 .content_info_section .info_item .info_inner {
		padding: 0;
		margin: 0 auto
	}

	.content07 .content_info_section .info_item .heading {
		position: static;
		overflow: visible;
		width: 100%;
		height: auto;
		clip: auto
	}

	.content07 .content_info_section .info_item .heading b {
		display: block;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.57;
		letter-spacing: -.01px
	}

	.content07 .content_info_section .info_item .heading strong {
		display: block;
		margin-top: .25rem;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: -.02px
	}

	.content07 .content_info_section .info_item .text_box {
		margin-top: 56px
	}

	.content07 .content_info_section .info_item .card_slider {
		margin-top: 80px;
		max-width: 100%;
		padding: 0
	}

	.content07 .content_info_section .info_item:nth-child(1) .card_slider::before,
	.content07 .content_info_section .info_item:nth-child(2) .card_slider::before,
	.content07 .content_info_section .info_item:nth-child(3) .card_slider::before {
		display: none;
	}

	.content07 .content_info_section .info_item .card_slider ul li h4 {
		word-break: break-all;
		font-size: 18px
	}

	.content07 .content_info_section .info_item .card_slider ul li p {
		margin-top: auto;
		font-size: 18px;
		font-weight: 700
	}

	.content07 .content_info_section .info_item .card_slider ul li:last-child {
		margin-right: 0
	}
}

@media screen and (max-width: 992px) {
	.content07 .content_info_section .info_item .card_slider ul li {
		flex-shrink: 0;
		flex-basis: 296px;
		min-height: 296px;
		height: 344px;
		margin-right: 16px;
		padding: 24px;
		color: #fff
	}
}

@media screen and (max-width: 576px) {
	.content07 .content_info_section .info_item .text_box h3 {
		font-size: 28px;
	}

	.content07 .content_info_section .info_item .text_box {
		margin-top: 0;
	}
}

/* content07 */


/* ─────── 상위 구조 (70% 왼쪽, 30% 오른쪽) ─────── */
.branch {
	display: flex;
	align-items: stretch;
	width: 100%;
	margin-top: 100px;
	justify-content: space-around;
}

/* 왼쪽 그룹 (70%) */
.left-group {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	padding: 300px 15px 100px 15px;
	position: relative;
}

.left-group::before {
	content: '';
	display: block;
	height: 1px;
	background-color: #dedede;
	width: 48%;
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
}

/* 오른쪽 그룹 (30%) */
.right-group {
	flex: 0 0 auto;
	width: 35%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 15px;
}

/* ─────── 그룹 컨테이너 ─────── */
.node-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
	flex: 1;
}

.right-group .node-group {
	width: 100%;
}

/* ─────── 서브 브랜치 ─────── */
.sub-branch {
	display: flex;
	gap: 20px;
	position: relative;
	margin-top: 100px;
	align-items: stretch;
	justify-content: center;
}

.sub-branch .node {
	background: #adadad;
    border-radius:4px;
	/* writing-mode: vertical-rl;text-orientation: upright; */
}

.right-group .sub-branch {
	margin-top: 300px;
}

/* ─────── 조직도 연결 라인 ─────── */
.node-group::before,
.branch::before {
	content: "";
	position: absolute;
	width: 1px;
	background-color: #dedede;
}

.node-group::before {
	height: 100px;
	top: -100px;
	left: 50%;
}

.right-group .node-group::before {
	height: 66px;
	top: 35px;
	left: -100%;
}

.node-group>.node {
	flex: 0 0 auto;
	width: 80%;
}

.node-group>.node:before {
	content: '';
	z-index: -1;
	position: absolute;
	width: 1px;
	height: 50px;
	background-color: #dedede;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
}

.right-group .node-group>.node:before {
	content: '';
	z-index: -1;
	position: absolute;
	width: 1px;
	height: 250px;
	background-color: #dedede;
	left: 50%;
	bottom: -250px;
	transform: translateX(-50%);
}

.branch::before {
	height: 0px;
	top: -30px;
	left: 50%;
}

/* 수평 라인 */
.sub-branch::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 50%;
	width: 90%;
	height: 1px;
	background-color: #dedede;
	transform: translateX(-50%);
}

.sub-branch.sb-2::before {
	width: 58%;
}

/* 개별 노드의 수직 라인 */
.sub-branch .node::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 50px;
	background-color: #dedede;
	top: -50px;
	left: 50%;
}

.right-group .node-group::after {
	content: '';
	display: block;
	width: 140%;
	height: 1px;
	background-color: #dedede;
	position: absolute;
	top: 35px;
	left: -100%;
	transform: translateY(-50%);
	z-index: -1;
}

.sub-dep-4 .node {
	flex: 0 0 auto;
	width: 25%;
}

.sub-dep-2 .node {
	flex: 0 0 auto;
	width: 50%;
}

/* ─────── 반응형 디자인 ─────── */
@media (max-width: 1400px) {

	.sub-dep-4 .node,
	.sub-dep-2 .node {
		font-size: 16px;
		padding: 18px 10px;
	}
}

@media (max-width: 1100px) {
	.branch {
		flex-direction: column;
		align-items: center;
		width: 100%;
		gap: 30px;
		margin-top: 15px;
	}

	.node.ceo {
		width: 160px;
		height: 160px;
		font-size: 1.8rem;
		border: 10px solid #0074ff;
		transition: all 0.5s;
	}

	.node {
		font-size: 18px;
		padding: 15px 20px;
	}

	.left-group,
	.right-group {
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding: 0 15px;
	}

	.node-group {
		display: flex;
		flex-direction: column;
		position: relative;
		margin-bottom: 20px;
		flex: 1;
		width: 100%;
		align-items: center;
	}

	.sub-branch {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		margin-top: 15px;
		width: 80%;
	}

	.sub-branch::before {
		display: none;
	}

	.sub-branch .node::before {
		display: none;
	}

	.sub-branch .node {
		writing-mode: initial;
		text-orientation: initial;
		width: 100%;
	}

	.ceo::after {
		display: none;
	}

	.node-group::before {
		display: none;
	}

	.node-group>.node:before {
		display: none;
	}

	.right-group .sub-branch {
		margin-top: 15px;
	}
}

/* 파트너 */
.partner-box{
	padding:25px;
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	margin-right:-30px;
}
.partner-box > .n-picbox{
	text-align:center;
	width: calc(25% - 32px);
	border:1px solid #dedede;
	border-radius:12px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	padding:15px 0;
}
.partner-box > .n-picbox > img{
	text-align:center;
	max-width:260px;
	width:100%;
}
.partner-title{
	padding:0 0 30px 0;
}
.partner-title h3{
	text-align: center;
	font-size:40px;
}
@media (max-width:1200px) {
	.partner-box > .n-picbox{
		text-align:center;
		width: calc(33.33% - 30px);
		transition: all 0.5s ease-in-out;		
	}
}
@media (max-width:960px) {
	.partner-box > .n-picbox{
		text-align:center;
		width: calc(50% - 30px);
		transition: all 0.5s ease-in-out;		
	}
}
@media (max-width:660px) {
	.partner-box > .n-picbox{
		text-align:center;
		width: calc(50% - 30px);
		transition: all 0.5s ease-in-out;		
	}
	.partner-title h3{
		font-size:20px;
	}
}
@media (max-width:500px) {
	.partner-box > .n-picbox{
		text-align:center;
		transition: all 0.5s ease-in-out;		
	}
}


.mt-5{
	padding-top:100px;	
}
@media(max-width:800px){
	.mt-5{
		padding-top:50px;	
	}	
}
@media(max-width:600px){
	.mt-5{
		padding-top:25px;	
	}	
}

.n-rule-frame{
	padding:0 10px 50px 25vw;
	position:relative;
}
.n-rule-frame:before{
	content:'';
	width:20vw;
	height:100%;
	display:block;
	position:absolute;
	background-color:#f8f8f8;
	left:0;
	top:0;
	background-image: linear-gradient(180deg, rgba(177,220,255,1) 0%, rgba(255,255,255,1) 100%);
	background-position: center top;
	background-attachment:fixed;
}

.n-rule-frame > h3:nth-of-type(1){
	margin-top:0 !important;
}
.n-rule-frame > h3{
	font-size:2rem;
	font-weight:600;
	text-align:left;
	margin-top:2em;
	margin-bottom:1.6em;
	position: relative;
	padding-left:2.5rem;
}
.n-rule-frame > h3:before{
	content:'\eb39';
	display:block;
    left: 0;
    top: .45rem;
    width: 1.6rem;
    height: 1.6rem;
    line-height: calc(1.6rem - 5px);
	border-radius:50%;
	background-color:#ffffff;
	position:absolute;
	font-family: "Material Icons";
	font-weight:400;
	color:#0056b3;
}

.n-rule-frame > h4{
	font-size:1.5rem;
	font-weight:600;
	text-align:left;
	position:relative;
	margin-top:1.4rem;
	margin-bottom:1rem;
	margin-left:2.5rem;
}
.n-rule-frame > p{
	padding-left:2.5rem;
	line-height:1.4;
	font-size:1.2rem;
	margin-bottom:1rem;
	color:#000000;
}
.n-rule-frame li{
	color:#000000;
	font-size:1.2rem;
	line-height: 1.4;
	position: relative;
	padding-left:1.6rem;
}
.n-rule-frame > ol{
	counter-reset: number;
}
.n-rule-frame > ol > li::before {
    color: #2569c9;	
    display: inline-block;
    content: counter(number);
    counter-increment: number;
    left: 0;
    top: .2rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
    line-height: calc(1.2rem - 2px);
    border: 1px solid #2569c9;
    text-align: center;
    font-size: 1rem;
	position: absolute;
    font-family: inherit;
    box-sizing: border-box;
}

@media(max-width:768px){
	.n-rule-frame{
		padding:0 10px 50px 10px;
	}
	.n-rule-frame:before{
		display:none;
	}
}

.privacy-box{
	max-width:1500px;
	margin:1.5rem auto;	
	padding:1.25rem;
}
.privacy-box h3{font-size:1.5rem;padding:1em 0;text-align:center;}
.privacy-box h4{font-size:1.25rem;padding:1em 0 0.4em 0;}
.privacy-box ul{
	margin-left:2.5em;
}
.privacy-box ul,.privacy-box li{
	list-style:disc !important;
}
.privacy-box p{
	padding:0 1.25em;
	line-height:1.4;
}
.privacy-box table{
	border:1px solid #dedede;
	border-collapse: collapse;
	padding:0;
	margin:0.25em 0 0.4em 0;
	border-spacing: 0;	
	width:100%;
	border-color:#000 #dedede #dedede #dedede;
	border-width:2px 1px 1px 1px;
}
.privacy-box table th{
	width:25%;
	background-color:#f4f4f4;
}
.privacy-box table th,
.privacy-box table td{
	padding:0.15em 0.35em;
	border:1px solid #dedede;
}

/*경영이념*/
.esg_type1 {width:100%; min-width:320px;  margin:0 auto;}
.esg_type1 ul {margin:0; padding:0;}
.esg_type1 ul li{float:left; width:25.9%;  padding:30px 0;overflow:hidden;}
.esg_type1:after{content:""; clear:both; display:block;}
.esg_type1 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
.esg_type1 h2.title i{color:#aaa;}

.esg_type1 .esg_area1 { width:100%; padding:0;  text-align: center; margin-top:50px; overflow:hidden;}
.esg_type1 .esg_area1::after {content:'';display:table; clear:both;}
.esg_type1 .esg_area1 li {display:inline-block; padding:0; margin-left:-20px;}
.esg_type1 .esg_area1 li:first-child {margin-left: 0;} 
.esg_type1 .esg_area1 .i_box {position:relative;display:inline-block;padding-top: 20%;width: 23rem;height: 23rem;text-align:center;background:rgba(39, 203, 114, 0.9); border-radius: 10%;/* border-radius:100%; */box-sizing: border-box;}
.esg_type1 .esg_area1 li:nth-child(2n) .i_box {background:rgba(43,129,208,0.9);}
.esg_type1 .esg_area1 .i_box i {display: inline-block; padding:0; margin:0; font-size:3em; color:#fff;}
.esg_type1 .esg_area1 .i_box strong {display:block; margin-top:10%; font-size:1.5em; line-height: 1.7em; color:#fff; font-weight:500; letter-spacing:-0.03em;}	

.esg_type1 .con_bg{ width:100%; max-width:100%; margin:60px auto; background:#fcfcfc;}
.esg_type1 .con_txt { width:100%; max-width:1200px; margin:60px auto; }
.esg_type1 .con_txt:after{ content:""; display:block; clear:both;}
.esg_type1 .con_box { float:left; width:49.5%; height:150px; ; margin:25px 0; text-align:left; overflow:hidden; border-right:1px solid #ddd; }
.esg_type1 .con_box:nth-child(2n){border-right:0px;}
.esg_type1 .con_box:after{ content:""; display:block; clear:both;}
.esg_type1 .con_box .icon { float:left; width:15%; text-align:center; }
.esg_type1 .con_box .icon i {width:50px; height:50px; line-height:50px; text-align:center; color:#8BCE7B; font-size:2em; }
.esg_type1 .con_box .info { float:left; width:80%;}
.esg_type1 .con_box .info .txt_tit { font-size:1.5em; }
.esg_type1 .con_box .info .txt_list { font-size:1em; color:#777; line-height:1.6em; margin-top:20px; }

.txt_center{text-align: center;}

@media screen and (max-width: 992px){

	.daon_content_wrap{width:100%;}
	.daon_page_title{margin-bottom:50px;}	
	.daon_page_title h1{font-size:2em;}
	.daon_page_title h2{font-size:1em;}

	.esg_type1 h2.title { font-size:1.5em; }
	.esg_type1 span.stitle{font-size:1em; width:90%;}

}

@media screen and (max-width: 768px){

	.esg_type1 .esg_area1 li {float:left; width:50%; padding:0; margin:0; margin-bottom:5%; }
	.esg_type1 .esg_area1 li:nth-child(even) {margin-left: 0;} 
	.esg_type1 .esg_area1 li:last-child {margin-bottom:0;}
	.esg_type1 .esg_area1 .i_box {  padding-top:25%; }
	.esg_type1 .esg_area1 .i_box strong { font-size:2em;}

	.esg_type1 .con_box { float:left; width:100%; height:auto; padding-bottom:50px; padding-left:0px;  border-bottom:1px solid #ddd; border-right:0px;}
	.esg_type1 .con_box:last-child { border-bottom:0;}

}


@media screen and (max-width: 480px) {			
	.esg_type1 h2.title br{ display:inline !important; }
	.esg_type1 .esg_area1 li { width:100%; }
	.esg_type1 .esg_area1 .i_box {padding-top:12%; width:12rem; height:12rem; }
	.esg_type1 .esg_area1 .i_box strong { font-size:1.5em;}
}

/*윤리헌장, 윤리규범*/
.fc_pointer {color:#BC0000; }
.daon_content_wrap{width:100%; min-width:320px; max-width:1600px; margin:0 auto;}
.daon_page_title{width:100%; margin-bottom:70px;}
.daon_page_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
.daon_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_page_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }
.daon_content_wrap .esg_img2_1 img{width:100%; height: 80%; max-width:1600px;}	
.daon_content_wrap .esg_img2_2 img{width:100%; height: 80%; max-width:800px; border:solid 1px #ddd;}
.daon_content_wrap .esg_img2_3 img{width:50%; height: 50%; max-width:400px; border:solid 1px #ddd;}
.daon_content_wrap .esg_img2_4 img{width:50%; height: 50%; max-width:400px; text-align: left;}	

.vision_type3{width:100%; min-width:320px; max-width:1300px; margin:0 auto; }
.vision_type3:after {display:block; visibility:hidden; clear:both; content:""}
.vision_type3 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
.vision_type3 span.stitle {display:block; width:100%; margin:0 auto; font-size:1.1em; font-weight:400; color:#333; line-height:1.6em;}
.vision_type3 .img_div img{width:100%; max-width:1200px;}	
.vision_type3 ul {margin:0; padding:0; border-top:1px solid #000;  }
.vision_type3 ul li{float:left; width:49.9%;  padding:30px 0; border-right:1px solid #eee; border-bottom:1px solid #eee; overflow:hidden;}
.vision_type3 ul li:nth-child(even) { border-right:0; } 
.vision_type3 ul li .icon { position:relative; float:left; display:inline-block; width:25%; text-align:center;}
.vision_type3 ul li .icon i {display:inline-block; font-size:3em; line-height:100px; color: #344970;/*#456CB7;*/}
.vision_type3 ul li .icon em { position:absolute; top:-10%; left:15%; font-size:1.5em; opacity:0.2; }
.vision_type3 ul li .con_txt {float:right; width:75%;}
.vision_type3 ul li .con_txt p{  margin-bottom:10px; font-size:1.5em;  color:#456CB7; }
.vision_type3 ul li .con_txt span {  display:block; word-break: keep-all;}

/*안전보건경영시스템*/
.vision_type3 h3.con_tit {display:block; font-size:1.85em; font-weight:700; line-height:1.5em;  margin:50px auto 25px;}
.vision_type4 h3.con_tit {display:block; font-size:1.85em; font-weight:700; line-height:1.5em;  margin:50px auto 25px;}
.esg_type1 h3.con_tit {display:block; font-size:1.85em; font-weight:700; line-height:1.5em;  margin:50px auto 25px;}

.vision_type4{width:100%; min-width:320px; max-width:1300px; margin:0 auto; }
.vision_type4:after {display:block; visibility:hidden; clear:both; content:""}
.vision_type4 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
.vision_type4 span.stitle {display:block; width:100%; margin:0 auto; font-size:1.1em; font-weight:400; color:#333; line-height:1.6em;}
.vision_type4 .img_div img{width:100%; max-width:1200px;}	
.vision_type4 ul {margin:0; padding:0; border-top:1px solid #000;  }
.vision_type4 ul li{float:left; width:99.9%;  padding:30px 0; border-right:1px solid #eee; border-bottom:1px solid #eee; overflow:hidden;}
.vision_type4 ul li:nth-child(even) { border-right:0; } 
.vision_type4 ul li .icon { position:relative; float:left; display:inline-block; width:20%; text-align:center;}
.vision_type4 ul li .icon i {display:inline-block; font-size:3em; line-height:100px; color: #344970;}
.vision_type4 ul li .icon em { position:absolute; top:-10%; left:15%; font-size:1.5em; opacity:0.2; }
.vision_type4 ul li .con_txt {float:right; width:80%;}
.vision_type4 ul li .con_txt p{  margin-bottom:10px; font-size:1.5em; color:#456CB7;}
.vision_type4 ul li .con_txt span {  display:block; word-break: keep-all;}

.esg_box1{padding: 30px 3em; border: 1px solid #dedede; background-color: #f3f6fb; border-radius: 5px; margin-bottom:40px;}
.daon_s_tit {width:100%; height:30px; line-height:30px; text-align:left; border-left:5px solid #000; margin:50px auto;  margin-bottom:10px;  font-size:1.5em;  text-indent:10;}

/*안전보건경영시스템*/
.esg_txt_box {width:100%;}
.esg_txt_box ul {width:100%; margin:0 0 0 10px; padding:0;  border-top:0px solid #000;}
.esg_txt_box ul li {width:100%; margin:0; padding:10px 0; transition: 0.3s all ease; border-right: 0px solid #eee;}
.esg_txt_box ul::before,.esg_txt_box ul::after{
content:'';
display:table;
clear: both;
}
.esg_txt_box ul li:first-child {padding-top:0;}
.esg_txt_box ul li dl { width:100%; margin:0; padding:0; font-size:0; *display:inline;*zoom:1; vertical-align:top;}
.esg_txt_box ul li dl dt { display:inline-block; vertical-align: middle; width:70px; font-size:14px; font-weight:700;}
.esg_txt_box ul li dl dt span {display:table; width:50px; height:50px; border-radius:50%; background-color:#344970; text-align:center; overflow:hidden; transition: 0.3s all ease;}
.esg_txt_box ul li dl dt span em { display:table-cell; vertical-align: middle; font-size:1.5em; font-weight:400; color:#fff; font-style:normal;}
.esg_txt_box ul li dl dt span i { display:table-cell; vertical-align: middle; font-size:2em; color:#fff; }
.esg_txt_box ul li dl dd { display:inline-block; vertical-align: middle;  font-size:17px; width:80%;}
.esg_txt_box ul li dl dd strong {display:block; font-size:1.25em; font-weight:700; margin-bottom:10px;}
.esg_txt_box ul li dl dd p {margin-top:10px; font-size:1em; color:#777; word-break:keep-all; }
.esg_txt_box ul li dl dd p:first-child {margin-top:0; }


/*안전보건경영시스템 테이블 스타일*/
.esgtable .scroll{width:100%;margin:0 auto; text-align:right; margin-bottom:5px; display:none;}
.esgtable .tbl_scroll_wrap { width:100%; overflow-x:auto;  white-space: nowrap; margin-bottom:30px;}
.esgtable .tbl_scroll_wrap::-webkit-scrollbar { -webkit-appearance: none; } 
.esgtable .tbl_scroll_wrap::-webkit-scrollbar:vertical { width: 12px; } 
.esgtable .tbl_scroll_wrap::-webkit-scrollbar:horizontal { height: 8px; } 
.esgtable .tbl_scroll_wrap::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, .5); border-radius: 10px; border: 2px solid #ffffff; } 
.esgtable .tbl_scroll_wrap::-webkit-scrollbar-track { border-radius: 10px; background-color:#fff; }

.esgtable  table.busi_tbl{ width:100%;min-width:850px; border-collapse:collapse; border-spacing:0; border-top:2px solid #494949;   border-right:0px solid #e9e9e9; margin:0 auto; }
.esgtable  table.busi_tbl thead th{ font-size:1em; color:#000; font-weight:normal; text-align:center; padding:15px 0; border-bottom:1px solid #e9e9e9; border-left:1px solid #e9e9e9 ; background-color:#f6f6f6; }
.esgtable  table.busi_tbl tbody td{ font-size:0.9em; color:#333; text-align:center; padding:10px 15px; border-bottom:1px solid #e9e9e9; border-left:1px solid #e9e9e9;}
.esgtable  table.busi_tbl thead th:first-child {border-left:0;}
.esgtable  table.busi_tbl tbody td:first-child {border-left:0;}

.mt30 {margin-top:30px ;}


@media screen and (max-width:992px){

	.daon_content_wrap{width:96%;}
	.daon_page_title{margin-bottom:50px;}	
	.daon_page_title h1{font-size:2em;}
	.daon_page_title h2{font-size:1em;}
	.daon_s_tit{font-size:1.2em;}

	.vision_type3 h2.title { font-size:1.5em; }
	.vision_type3 span.stitle{font-size:1em; width:90%;}
	.vision_type3 ul li { width:100%; height:auto; border-bottom:1px solid #ddd; }
	.vision_type3 ul li .icon { width:30%;}
	.vision_type3 ul li .con_txt {width:70%;}
	.vision_type3 ul li:nth-child(odd) { border-right:0; } 
	
	.vision_type4 h2.title { font-size:1.5em; }
	.vision_type4 span.stitle{font-size:1em; width:90%;}
	.vision_type4 ul li { width:100%; height:auto; border-bottom:1px solid #ddd; }
	.vision_type4 ul li .icon { width:30%;}
	.vision_type4 ul li .con_txt {width:70%;}
	.vision_type4 ul li:nth-child(odd) { border-right:0; } 
}  
