@charset "UTF-8";

.main_slider .item {
		height: 100vh;
}

@media all and (max-width: 1024px) {
		.section#sec_center {
				padding: 0;
		}
		
		.section#sec_center .center_bx {
				margin: 0;
		}
		
		.section#sec_center .center_bx.cheonan_center {
				background-image: url(../images/main/cheonan_center_bg.jpg);
		}
		
		.section#sec_center .center_bx.songdo_center {
				background-image: url(../images/main/songdo_center_bg.jpg);
		}
		
		.section#sec_center .bx_title,
		.section#sec_center .bx_txt {
				color: #fff;
		}
		
		.section#sec_center .btn_bx .more_btn {
				border: 1px solid rgba(255, 255, 255, 0.3);
		}
}

/* 2020-02-05 yoosb */
.product_info_bx .hide_cont .product_list .desc_cont {
		box-sizing: border-box;
}


/*
	2021-06-08 JTS
 PC 화면 관련 사업장 수정 ( float -> flex )
 */
@media screen and (min-width: 1024.02px) {
		.location_board {
				display: flex;
				margin: 0 -6px;
				overflow-x: auto;
		}
		
		.location_board .item {
				float: none;
				padding: 6px;
				flex: 1 0 20%;
				width: 20%;
				box-sizing: border-box;
		}
		
		.location_board .item .inner {
				margin: 0;
				display: flex;
				flex-direction: column;
				height: 100%;
		}
		
		.location_board .item .inner .txt_bx {
				flex: 1 1 auto;
				height: 1%;
		}
}

/*
	2021-06-08 JTS
	메인 GLOBAL LOCATION 섹션 세르비아 추가
*/
.section#sec_global .location_marker .loca_marker.eu {
		left: 13.4%;
  top: 38.5%;
}

/*
	2022-12-21 KSE
	메인 GLOBAL LOCATION 섹션 튀르키예 추가
*/
.section#sec_global .location_marker .loca_marker.tu {
  left: 16.4%;
  top: 45.5%;
}
.section#sec_global .location_marker .loca_marker.tu .marker {
  bottom : 26px;
}

/*
	2023-01-02 KSE
	서브 지속가능경영 페이지 섹션 추가
*/
.management_download {
  display : flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-top: 50px;
  padding-bottom : 100px;
  margin-bottom : 100px;
}
.management_download .txt-bx {
  flex : 1 1 auto;
  width : 1%;
  padding-right : 70px;
}
.management_download .txt-bx .tit {
  font-size: 25px;
  color: #005bbb;
  font-weight : 500;
  margin-bottom : 20px;
}
.management_download .txt-bx .des {
  font-size: 18px;
  color: #666666;
  font-weight : 300;
}
.management_download .txt-bx .download-btn {
  display: block;
  width : 100%;
  max-width: 300px;
  height: 76px;
  line-height: 76px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #363636;
  margin-top : 100px;
}

.management_download .img-bx {
  flex : 1 0 500px;
  max-width: 500px;
  position: relative;
}
.management_download .img-bx::before {
  content: '';
  display: block;
  width: 78%;
  height: 100%;
  background-color: #e7e7e7;
  position: absolute;
  top: 5%;
  left: 7%;
  z-index: -1;
}

@media all and (max-width: 1200px) {
	.management_download {
	 flex-wrap: wrap;
	}
	.management_download .txt-bx {
	  flex : 1 0 100%;
	  width : 100%;
	  padding-right : 0px;
	  order: 2;
	}
	.management_download .img-bx {
	  order: 1;
	  margin-bottom: 50px;
	}

	.management_download .txt-bx .download-btn {
	  margin-top : 50px;
	   max-width: 250px;
	  height: 60px;
	  line-height: 60px;
	  font-size: 16px;
	}
}

@media all and (max-width: 560px) {
	.management_download .img-bx {
	   flex : 1 0 100%;
	   max-width: 100%;
	}
	.management_download .img-bx::before {
	  width: 100%;
	  left: 5%;
	  right: 0;
	}
}



/* 제보하기 페이지 추가 2023-10-06 */
.sub-report-body .wrapper{
	max-width: 100%;
	width: 100%;
}
.sub-report-body .gnb_area .wrapper , .sub-report-body .sub_menu_wrap .wrapper{
	max-width: 1200px;
}
.sub-report-body .sub_con{
	padding-bottom: 0;
}
.report-tab{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin:  auto;
	padding-bottom: 50px;
}
.report-tab .link{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.33%;
	height: 60px;
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-size: 20px;
}
.report-tab .link.on{
	background: #252525;
	color: #fff;
}
.report-banner{
	background: url(../images/sub/report-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 420px;
	position: relative;
}
.report-banner .txt-bx{
	background: url(../images/sub/report-box.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 120px 40px;
	position: absolute;
    bottom: -20%;
    left: 18%;
    box-shadow: 0px 5px 10px 3px #00000036;
}
.report-banner .txt-bx h5{
	font-size: 30px;
	color: #fff;
	font-weight: 400;
}
.report-banner .txt-bx p{
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	margin-top: 15px;
	opacity: 0.6;
}
.report-secure-wrap{
	padding: 150px 0;
}
.report-secure-wrap .dot{
	display: block;
	margin: 20px auto;
}
.report-secure-wrap .tit{}
.report-secure-wrap .tit p{
	font-size: 30px;
	color: #000;
	text-align: center;
	font-weight: 300;
}
.report-secure-wrap .tit span{
	font-weight: 600;
}



.report-secure-icon{
	background-color: #f6f6f6;
	padding: 130px 15px;
}
.report-secure-icon h3{
	font-size: 30px;
	color: #000;
	font-weight: 600;
	text-align: center;
}
.report-secure-icon .icon-list{
	display: flex;
	flex-wrap: wrap;
	row-gap: 25px;
	padding-top: 50px;
	max-width: 1200px;
	margin: 0 auto;
}
.report-secure-icon .icon-list li{
	width: 50%;
	display: flex;
}
.report-secure-icon .icon-list li .icon-bx{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 142px;
	height: 142px;
	border-radius: 50%;
	background-color: #fff;
}
.report-secure-icon .icon-list li .icon-bx img{
	display: block;
	margin: 0 auto;
}
.report-secure-icon .icon-list li .txt-bx{
	width: 70%;
	padding-left: 20px;
}
.report-secure-icon .icon-list li .txt-bx h6{
	font-size: 22px;
	color: #000;
	font-weight: 500;
}
.report-secure-icon .icon-list li .txt-bx p{
	font-size: 17px;
	color: #666;
	font-weight: 300;
	margin-top: 15px;
}
.report-sequence .sequence{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.report-sequence .sequence li{
	width: 25%;
	text-align: center;
}
.report-sequence .sequence li .desc{
	font-size: 18px;
	color: #666;
	text-align: center;
	margin-top: 35px;
}
.report-sequence .sequence li .desc img{
	display: block;
	margin: 10px auto;
}
.report-protect-list{
	max-width: 1200px;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.5%;
	row-gap: 18px;
}
.report-protect-list li{
	width: 29%;
	display: flex;
	align-items: center;
	padding: 20px;
	background-color: #fff;
    box-shadow: 0px 3px 7px 1px #0000001a;
}
.report-protect-list li .txt-bx{
	width: 64%;
	padding-left: 20px;
}
.report-protect-list li .txt-bx h6{
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.report-protect-desc{
	font-size: 18px;
	color: #666;
	text-align: center;
	font-weight: 300;
}
.sub-report-body .container{
	max-width: 1200px;
	margin: 0 auto;
}
.sub-report-body .container2{
	margin-top: 100px;
}


.report-done-pop{
	max-width: 680px;
}
.report-done-wrap{
	padding: 50px;
}
.report-done-wrap .title{
	text-align: center;
}
.report-done-wrap .title img{}
.report-done-wrap .title h5{
	font-size: 24px;
	color: #222;
	font-weight: 500;
	padding: 15px 0;
}
.report-done-wrap .title p{
	font-size: 18px;
	color: #666;
}
.report-done-wrap .content{
	padding: 40px 0;
	border-top: 1px solid #ddd;
	margin-top: 40px;
}
.report-done-wrap .content .number-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.report-done-wrap .content .number-box h6{
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-align: center;
	padding-right: 15px;
}
.report-done-wrap .content .number-box .number{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 409px;
	height: 49px;
	background-color: #eee;
	font-size: 20px;
	color: #000;
	font-weight: 300;
}
.report-done-wrap .alarm-text{
	font-size: 16px;
	color: #ff0000;
	text-align: right;
	padding-right: 15px;
	margin-top: 15px;
}
.report-done-pop .mfp-close{
	display: none;
}
.report-done-pop .mfp-close--btn{
	display: block;
	position: unset;
	background: #005bbb !important;
	width: 190px;
	height: 50px;
	color: #fff;
	margin: 0 auto;
}



.report-view-table .col_th{
	width: 15%;
}
.report-view-table .col_td{
	width: 85%;
}
.report-view-table .title{
	display: flex;
	align-items: center;
	column-gap: 15px;
	padding-bottom: 15px;
}
.report-view-table .title h4{
	font-size: 20px;
	color: #000;
	font-weight: 500;
}
.report-view-table .title p{
	font-size: 16px;
	color: #222;
}
.report-view-table .title p span{
	color: #005bbb;
}
.report-view-table table{
	width: 100%;
	table-layout: fixed;
	border-top: 2px solid #000;
}
.report-view-table table tr{
	border-bottom: 1px solid #ddd;
}
.report-view-table table th{
	font-size: 16px;
	color: #000;
	font-weight: 500;
	padding: 15px;
	text-align: left;
}
.report-view-table table td{
	padding: 15px;
}
.report-view-table table td input{
	width: 300px;
}
.report-view-table table .required{
	color: red;
}
.report-view-table .btn-wrap{
	display: flex;
	justify-content: center;
	padding: 80px 10px;
}
.report-view-table .btn-type-01 , .report-view-table .btn-type-02{
	margin: 0 auto;
	width: 300px;
	height: 70px;
	font-size: 18px;
}
.report-view-table .btn-type-02{
	line-height: 70px;
}
.report-view-text{
	font-size: 25px;
	text-align: center;
	font-weight: 300;
	padding: 50px 0;
}
.report-view-table.mb{
	margin-bottom: 50px;
}


@media all and (max-width: 1024px) {
	.sub-report-body .sub_con{
		padding-bottom: 0 !important;
	}
	.report-tab{
		padding: 0 10px;
		padding-bottom: 30px;
	}
	.report-tab .link{
		height: 50px;
		font-size: 13px;
	}
	.report-banner{
		background-position: 80%;
		height: 300px;
	}
	.report-banner .txt-bx{
		padding: 30px 15px;
		bottom: 15px;
		left: 30px;
	}
	.report-banner .txt-bx h5{
		font-size: 16px;
	}
	.report-banner .txt-bx p{
		font-size: 12px;
	}
	.report-secure-wrap{
		padding: 50px 0;
	}
	.report-secure-wrap .tit p{
		font-size: 16px;
	}
	.report-secure-icon{
		padding: 50px 15px;
	}
	.report-secure-icon h3{
		font-size: 20px;
	}
	.report-secure-icon .icon-list{
		padding-top: 20px;
	}
	.report-secure-icon .icon-list li{
		width: 100%;
	}
	.report-secure-icon .icon-list li .icon-bx{
		width: 80px;
		height: 80px;
	}
	.report-secure-icon .icon-list li .icon-bx img{
		width: 35%;
	}
	.report-secure-icon .icon-list li .txt-bx{
		padding-left: 15px;
	}
	.report-secure-icon .icon-list li .txt-bx h6{
		font-size: 16px;
	}
	.report-secure-icon .icon-list li .txt-bx p{
		font-size: 13px;
		margin-top: 5px;
	}
	.report-sequence .sequence{
		flex-wrap: wrap;
		margin-bottom: 50px;
		padding: 0 15px;
		row-gap: 20px;
	}
	.report-sequence .sequence li{
		width: 48%;
	}
	.report-sequence .sequence li .desc{
		font-size: 14px;
		margin-top: 20px;
	}
	.report-sequence .sequence li .desc img{
		margin: 5px auto;
	}
	.report-protect-list{
		row-gap: 6px;
		margin: 20px auto;
	}
	.report-protect-list li{
		width: 38%;
	}
	.report-protect-list li .icon-bx img{
		width: 50px;
	}
	.report-protect-list li .txt-bx{
		padding-left: 10px;
	}
	.report-protect-list li .txt-bx h6{
		font-size: 13px;
	}
	.report-protect-desc {
		font-size: 12px;
	}
	.report-protect-desc br{
		display: none;
	}
	.sub-report-body .container{
		padding: 0 15px;
	}
	.sub-report-body .container2{
		margin-top: 50px;
	}
	.report-done-wrap{
		padding: 30px 12px;
	}
	.report-done-wrap .title h5{
		font-size: 18px;
		padding: 10px 0;
	}
	.report-done-wrap .title p{
		font-size: 14px;
	}
	.report-done-wrap .content{
		padding: 20px 0;
		margin-top: 20px;
	}
	.report-done-wrap .content .number-box h6{
		font-size: 13px;
		padding-right: 10px;
	}
	.report-done-wrap .content .number-box .number{
		width: 200px;
		height: 40px;
		font-size: 14px;
	}
	.report-done-wrap .alarm-text{
		font-size: 13px;
		padding-right: 0;
	}
	.report-view-table .title{
		flex-direction: column;
	}
	.report-view-table .title h4{
		font-size: 18px;
	}
	.report-view-table .title p{
		font-size: 13px;
		text-align: center;
		margin-top: 5px;
	}
	.report-view-table table th{
		font-size: 13px;
		padding: 15px 5px;
	}
	.report-view-table table td{
		padding: 15px 5px;
	}
	.report-view-table table td input{
		width: 100%;
	}
	.report-view-table .col_th{
		width: 25%;
	}
	.report-view-table .col_td{
		width: 75%;
	}
	.report-view-table .btn-type-01, .report-view-table .btn-type-02{
		height: 50px;
		font-size: 14px;
	}
	.report-view-table .btn-type-02{
		line-height: 50px;
	}
	.report-view-text{
		font-size: 18px;
		padding: 30px 0;
	}
	.report-view-table.mb{
		margin-bottom: 30px;
	}
}

.num.num_non li:before{
	display: none;
}

/* 250328 */
.section#sec_global .location_marker .loca_marker.usa3 {
	left: 65%;
    top: 53.5%;
}
.section#sec_global .location_marker .loca_marker.usa2 {
	 left: 73.5%;
}
.section#sec_business .business_menu li {
	max-width:340px;
}

.icon_list_st2 .item {
	width:50%;
}
.history_wrap .his_cont .cont .his_img img.none-shadow {
	box-shadow: none;
}
.careers__talent .cont_bx {
	padding-top:50px;
}

@media screen and (max-width: 768px) {
	.section#sec_business .business_menu li {
		max-width:none;
	}
}