
.subwrap{
	position:relative;
	padding:10rem 0 0 0;
}
.subtopbox{
	position:relative;
	width:100%;
	padding:0 5rem;
}
.subtopBreBox{
	position:relative;
	width:100%;
	padding:8rem 5rem 5rem 5rem;
}
.subtopBreSideBox{
	max-width: 172rem;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
}
.subtopbgbox {
    display: flex;
    justify-content: center;
}
.subtopbgbox img.pc{display:flex;}
.subtopbgbox img.mo{display:none;}
.subtopbgbox img{
	border-radius:1rem;
}
p.bred{
	margin:0 0 2rem 0;
	color: #103E73;
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif; 
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.4rem;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.subthBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.subth{
	color: #333;
	text-align: left;
	font-family: pretendard-600;
	font-size: 6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 6rem;
	text-transform: uppercase;
}
.subth.flex {
    gap: 2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.subth dl{
    text-transform: initial;
	color: #999;
	text-align: left;
	font-family: pretendard-500;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4rem;
}
.subth dl a{
    text-transform: initial;
	color: #0A568B;
	font-family: pretendard-500;
font-weight: 500;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

.subredlink {
    display: flex;
    align-items: center;
}
.subredlink_mo{display:none;}
.subredlink a{
	color: #999;
	text-align: center;
	font-family: pretendard-500;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 6rem;
	text-transform: uppercase;
}
.subredlink a:hover{
	font-family: pretendard-700;
	font-weight: 700;
	color: #103E73;
}
/* .subredlink a.on{ */
	/* font-family: pretendard-700; */
	/* font-weight: 700; */
	/* color: #103E73; */
/* } */
.subredlink span{
	margin:0 2rem;
	border-radius:50%;
	display:inline-block;
	width:0.4rem;
	height:0.4rem;
	background:#999;
}

@media (max-width:1720px) {
	.subtopbox {
		padding: 0 2rem;
	}
	.subtopBreBox {
		padding: 6rem 0rem 4rem 0rem;
	}
	.subtopBreSideBox {
		padding: 0;
	}
	.subth {
		font-size: 5.4rem;
		line-height: 6rem;
	}
	.subredlink a {
		font-size: 2rem;
		line-height: 6rem;
	}
	.subredlink span {
		margin: 0 1.6rem;
		width: 0.4rem;
		height: 0.4rem;
	}
}
@media (max-width:1600px) {
	.subth {
		font-size: 5rem;
		line-height: 6rem;
	}
}
@media (max-width:991px) {
	.subwrap {
		padding: 8rem 0 0 0;
	}
	.subtopBreBox {
		padding: 4rem 0rem 3rem 0rem;
	}
	.subth {
		font-size: 4rem;
		line-height: 5rem;
	}
	.subth dl {
		font-size: 1.8rem;
		line-height: 3rem;
	}
	p.bred {
		margin: 0 0 1.6rem 0;
		font-size: 1.6rem;
		line-height: 2rem;
		letter-spacing: 0.4px;
	}
	.subredlink a {
		font-size: 1.6rem;
		line-height: 5rem;
	}
	.subredlink span {
		margin: 0 1.2rem;
		width: 0.4rem;
		height: 0.4rem;
	}
}
@media (max-width:767px) {
	.subwrap {
		padding: 6rem 0 0 0;
	}
	.subtopbox {
		padding: 0;
	}
	.subtopBreBox {
		padding: 3rem 2rem 2rem 2rem;
	}
	.subtopbgbox{margin:0 0 2.2rem 0;}
	.subtopbgbox img {
		border-radius: 0;
	}
	.subtopbgbox img.pc{display:none;}
	.subtopbgbox img.mo{display:flex;}
	.subth {
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
	.subth.flex {
		gap: 1rem;
	}
	.subth dl {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	p.bred {
		margin: 0 0 1rem 0;
		font-size: 1.6rem;
		line-height: 1.6rem;
		letter-spacing: 1.28px;
	}
	
	.subredlink.pc{display:none;}
	.subredlink_mo {
		padding: 0 2rem;
		display: flex;
		justify-content: center;
	}
	.subredlink a {
		font-size: 1.4rem;
		line-height: 4.6rem;
	}
	.subredlink span {
		margin: 0 0.9rem;
		width: 0.2rem;
		height: 0.2rem;
	}
}

/*-----------------------------------------
# 프로젝트 개요
-------------------------------------------*/
.sprojContWrap{
	position:relative;
	width:100%;
	padding:10rem 0 0 0;
}
.sprojContSideBox{
	max-width: 172rem;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}
.sprojInner {
    gap: 4rem;
    display: flex;
    flex-direction: column;
}
.sbcontInner{
	display:flex;
	width:100%;
	position:relative;
	gap:4rem;
}
.sbcontLe{
	position:relative;
	width:50%;
	padding: 6rem;
	border-radius: 1.4rem;
	background: #F6F6F6;
}
.sbcontLeInner {
    gap: 4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.sbcontRi {
    overflow: hidden;
    border-radius: 1.4rem;
    background: #E9FCFF;
    position: relative;
    width: 50%;
}
.sbcontRiimgCont {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
}
.sbcbotBox {
    padding: 0 6rem 6rem 6rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.sbcbot{
	display: flex;
width: 100%;
padding: 2.4rem 1.8rem;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 1rem;
border-radius: 8px;
background: rgba(10, 86, 139, 0.92);
backdrop-filter: blur(2px);
}
.sbcbot p{
	color: #FFF;
text-align: center;
	font-family: pretendard-500;
font-size: 1.8rem;
font-style: normal;
font-weight: 500;
line-height: 2.2rem;
text-transform: uppercase;
opacity: 0.6;
}
.sbcbot dl{
	color: #FFF;
text-align: center;
	font-family: pretendard-600;
font-size: 1.8rem;
font-style: normal;
font-weight: 600;
line-height: 2.2rem;
text-transform: uppercase;
}

.sbcontRi img.pcimg{display:flex;}
.sbcontRi img.moimg{display:none;}
.sbctitle{
	position:relative;
}
.sbctitle p{
	color: #103E73;
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif; 
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height:2.4rem;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin:0 0 2rem 0;
}
.sbctitle h2{
	position:relative;
	text-align:left;
	color: #333;
	font-family: pretendard-600;
	font-size: 4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 5rem;
}
.sbcTextInner {
    position: relative;
}
.sbcText{
	position:relative;
	z-index:2;
	margin:0 0 2rem 0;
	color: #333;
	font-family: pretendard-300;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.2rem;
}
.sbcText:last-child{
	margin:0;
}
.sbcText span{
	font-family: pretendard-600;
	font-weight: 600;
}
.sbcTextImg{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	z-index:1;
}

.sbcontLe .sbcTextInner {
    height: 100%;
    padding: 0 0 23rem 0;
    position: relative;
}
.sbcbotSubCont{
	z-index:2;
	margin:3rem 0 0 0;
	position:relative;
}
.sbttBox:nth-child(1){
	border-top:none;
	padding:0 0 0 25rem;
	margin:0;
}
.sbttBox{
	min-height:2.4rem;
	position:relative;
	width:100%;
	border-top:1px solid rgba(0, 0, 0, 0.06);
	padding:1.6rem 0 0 25rem;
	margin:1.6rem 0 0 0;
}
.sbttBox span{
	position:absolute;
	left:0;
	color: #333;
	font-family: pretendard-600;
font-size: 1.6rem;
font-style: normal;
font-weight: 600;
line-height: 2.4rem;
}
.sbttline.fir{
	margin: 0;
}
.sbttline{
	margin:0.4rem 0 0 0;
	min-height:2.4rem;
	position:relative;
	padding:0rem 0 0 14rem;
}
.sbttfir{
	position:absolute;
	left:0;
	color: #333;
	font-family: pretendard-600;
font-size: 1.6rem;
font-style: normal;
font-weight: 600;
line-height: 2.4rem;
}
.sbttsed{
		color: #333;
	font-family: pretendard-400;
font-size: 1.6rem;
font-style: normal;
font-weight: 400;
line-height: 2.4rem;
}


.hisinner{
	border-radius:2rem;
	width:100%;
	display: flex;
	padding: 6rem;
	gap:4rem;
	
	background-image: url(/public/img/sub/hisinner_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.hisLe{
	width:50%;
	position:relative;
}
.hisRi{
	width:50%;
	position:relative;
}

.histext{
	position:relative;
}
.histext ul{
	position:relative;
}
.histext li{
	position:relative;
	padding:1.4rem 0 1.4rem 11.2rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.08);
}
.histext li:nth-child(1){
	padding:0 0 1.4rem 11.2rem;
}
.histext li:last-child{
	padding:1.4rem 0 0 11.2rem;
	border-bottom:none;
}
.histext li span {
    left: 0;
    position: absolute;
    text-align: left;
    color: #333;
    font-family: pretendard-700;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.2rem;
}
.histext li h3{
	text-align:left;
	color: #333;
	font-family: pretendard-500;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.2rem;
}


.effinner{
	border-radius:1.4rem;
	width:100%;
	padding: 6rem;
	background: #F2F6FA;
}
.cardList{
	position:relative;
	margin:4rem 0 0 0;
}
.cardList ul{
	position:relative;
	    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -1.5rem;
    list-style-type: none;
    justify-content: flex-start;
}
.cardList li{
    position: relative;
    flex: 0 0 calc(33.3333333% - 3rem);
    margin: 0rem 1.5rem;
    box-sizing: border-box;
}
.cardBox {
    height: 100%;
    display: flex;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    background: #FFF;
    flex-direction: column;
    justify-content: space-between;
}
.cardtext{
	display: flex;
	padding: 3rem 3.4rem;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
}
.cardtext dl{
	margin:0 0 2rem 0;
	color: #0A568B;
	text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
	letter-spacing: 1.04px;
	text-transform: uppercase;
}
.cardtext h3{
	margin:0 0 2rem 0;
	color: #333;
	font-family: pretendard-600;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
}
.cardtext h4{
	color: #333;
	font-family: pretendard-300;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3rem;
}

.passageWrap{
	border-radius:1.4rem;
	background: #F2F6FA;
	width:100%;
	padding: 6rem 6rem 31rem 6rem;
	background-image: url(/public/img/sub/passage_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.passinner{
	width:100%;
	display: flex;
	gap:4rem;
}
.passLe{
	width:50%;
	position:relative;
}
.passRi{
	width:50%;
	position:relative;
}
.passageWrap .cardList{
	margin:6rem 0 0 0;
}


.esgWrap{
	position:relative;
	display:flex;
}
.esgLe{
    border-radius: 1.4rem 0 0 1.4rem;
	position:relative;
	width:50%;
	background: #F4FBF5;
}
.esgRi {
    padding: 6rem;
    position: relative;
    width: 50%;
    border-radius: 0 1.4rem 1.4rem 0;
    background: #F4FBF5;
}

.esgLeInner{
    border-radius: 1.4rem 0 0 1.4rem;
	padding:6rem 6rem 6rem 6rem;
	/* background: linear-gradient(270deg, #B7C932 0%, #1EBDD7 50%, #0A568B 100%); */
	position:sticky;
	top:2rem;
}
.esgLeInner .sbcTextInner{
	margin:4rem 0 0 0;
}

.esgRiInner {
    gap: 5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}
.estitle{
	position:relative;
	padding:0 0 3rem 0;
	margin:0 0 3rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.08);
}
.estitle dl{
	color: #0A568B;
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.estitle h3{
	margin:1rem 0;
	text-align: left;
	color: #333;
	font-family: pretendard-600;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
}
.estitle h4{
	text-align: left;
	color: #333;
	font-family: pretendard-300;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3rem;
}

.esimgti{
	position:relative;
}
.esimgti.mart30{
	margin:3rem 0 0 0;
}
p.totit{
	text-align: left;
	color: #333;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
}
p.totitsub{
	margin:0 0 1.4rem 0;
	text-align: left;
	color: #333;
	font-family: pretendard-600;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
}

.totimgBox{
	margin:1.4rem 0 0 0;
	position:relative;
	width:100%;
}
.totimgCont{
	padding:0rem 0 2rem 2.2rem;
	position:relative;
	width:100%;
}
.totimgCont:after {
    top: 0;
    content: '';
    z-index: 3;
    position: absolute;
    left: 0.3rem;
    width: 2px;
    height: calc(100% - 0rem);
    background: #D3DCE5;
}
.totimgCont.fir:before {
    top: 0;
    content: '';
    z-index: 4;
    position: absolute;
    left: 0.3rem;
    width: 2px;
    height: 1.5rem;
    background: #F4FBF5;
}
.totimgCont:last-child:after {
    height: calc(100% - 94%);
}
.totimglist{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1rem -0.5rem 0 -0.5rem;
    list-style-type: none;
    justify-content: flex-start;
}
.totimg{
	position: relative;
    flex: 0 0 calc(50% - 1rem);
    margin: 0rem 0.5rem;
    box-sizing: border-box;
}
.totimg:nth-child(3){
	margin: 1rem 0.5rem 0 0.5rem;
}
.totimg img{
	display: flex;
	border-radius:1rem;
}
.totimgCont dl{
	z-index:4;
	position:relative;
	padding: 0 0 0 8.4rem;
}
.totimgCont dl dt {
    top: 1rem;
    position: absolute;
    left: -2.2rem;
    display: inline-block;
    border-radius: 50%;
    width: 0.8rem;
    height: 0.8rem;
    background: #0A568B;
}
.totimgCont span {
    left: 0;
    position: absolute;
    text-align: left;
    /* position: relative; */
    color: #333;
    font-family: pretendard-700;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem;
}
.totimgCont p{
	position:relative;
	text-align: left;
	color: #333;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
}
@media (max-width:1600px) {
	.sbcontLe {
		padding: 4rem;
		border-radius: 1.4rem;
	}
	.sbcbotBox {
		padding: 0 4rem 4rem 4rem;
	}
	.hisinner {
		border-radius: 1.4rem;
		padding: 4rem;
		gap: 4rem;
	}
	.effinner {
		border-radius: 1.4rem;
		padding: 4rem;
	}
	.passageWrap {
		border-radius: 1.4rem;
		padding: 4rem 4rem 28rem 4rem;
	}
	.esgLeInner {
		border-radius: 1.4rem 0 0 1.4rem;
		padding: 4rem 4rem 4rem 4rem;
		top: 2rem;
	}
	.esgRi {
		padding: 4rem;
		border-radius: 0 1.4rem 1.4rem 0;
	}
}
@media (max-width:1300px) {
	.esgLe {
		width: 30%;
	}
	.esgRi {
		width: 70%;
	}
}
@media (max-width:991px) {
	.sprojContWrap {
		padding: 8rem 0 0 0;
	}
	.sbctitle p {
		font-size: 1.6rem;
		line-height: 2rem;
		letter-spacing: 0.8px;
		margin: 0 0 1.4rem 0;
	}
	.sbctitle h2 {
		font-size: 3.6rem;
		line-height: 4.4rem;
	}
	.sbcText {
		margin: 0 0 1.4rem 0;
		font-size: 1.6rem;
		line-height: 3rem;
	}
	.sbcontInner {
		display: flex;
		width: 100%;
		position: relative;
		gap: 1rem;
		flex-direction: column;
	}
	.sbcontLeInner{
		gap:0;
	}
	.sbcontLe {
		width: 100%;
		padding: 3rem;
		border-radius: 1rem;
	}
	.sbcontLe .sbcTextInner{
		margin:3rem 0 0 0;
		padding: 0 0 33rem 0;
	}
	.sbcontRi {
		width: 100%;
	}
	.sbcbotBox.ko{display:none;}
	.sbcontRi img.pcimg{display:none;}
	.sbcontRi img.moimg{display:flex;}
	
	.hisinner {
		border-radius: 1rem;
		padding: 3rem;
		gap: 2rem;
	}
	
	
	.effinner {
		border-radius: 1rem;
		padding: 3rem;
	}
	.cardList ul {
		margin: -1.5rem;
	}
	.cardList li {
		flex: 0 0 calc(50% - 3rem);
		margin: 1.5rem;
	}
	.cardtext {
		padding: 2rem 2.4rem;
	}
	.cardtext dl {
		margin: 0 0 1.4rem 0;
		font-size: 2rem;
		line-height: 2rem;
		letter-spacing: 1.04px;
	}
	.cardtext h3 {
		margin: 0 0 1.4rem 0;
		font-size: 2rem;
		line-height: 3rem;
	}
	.cardtext h4 {
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	
	
	.passageWrap {
		border-radius: 1rem;
		padding: 3rem 3rem 20rem 3rem;
	}
	.passLe, .passRi {
		width: 100%;
	}
	.passinner {
		width: 100%;
		display: flex;
		gap: 2rem;
		flex-direction: column;
	}
	.passageWrap .cardList {
		margin: 4rem 0 0 0;
	}
	
	
	.esgWrap {
		display: flex;
		flex-direction: column;
	}
	.esgLe {
		width: 100%;
		border-radius: 1rem 1rem 0 0;
	}
	.esgLeInner {
		border-radius: 0;
		padding: 3rem 3rem 3rem 3rem;
		top: 0rem;
	}
	.esgLeInner .sbcTextInner {
		padding: 0;
		margin: 3rem 0 0 0;
	}	
	.esgRi {
		width:100%;
		padding: 3rem 3rem 3rem 3rem;
		border-radius: 0 0 1.4rem 1.4rem;
	}
}
@media (max-width:767px) {
	.sprojContWrap {
		padding: 1rem 0 0 0;
	}
	.sprojContSideBox {
		padding: 0 1rem;
	}
	.sprojInner {
		gap: 1rem;
	}
	
	.sbcontLe {
		padding: 1.6rem;
		border-radius: 1rem;
	}
	.sbctitle p {
		font-size: 1.2rem;
		line-height: 2rem;
		letter-spacing: 0.48px;
		margin: 0 0 0.4rem 0;
	}
	.sbctitle h2 {
		font-size: 2.2rem;
		line-height: 2.6rem;
	}
	.sbcText {
		margin: 0 0 1.4rem 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.sbcontLe .sbcTextInner {
		padding: 0px 0 14rem 0;
		margin: 2rem 0 0 0;

	}
	/* .sbcTextInner { */
		/* padding: 0px 0 14rem 0; */
	/* } */
	.sbcontRi{
		border-radius: 1rem;
	}
	
	
	.sbcbotSubCont {
		margin: 2rem 0 0 0;
	}
	.sbttBox {
		min-height: 2rem;
		padding: 1rem 0 0 10rem;
		margin: 1rem 0 0 0;
	}
	.sbttBox:nth-child(1) {
		padding: 0 0 0 10rem;
	}
	.sbttBox span {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.sbttfir {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.sbttsed {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.sbttline {
		margin: 0.4rem 0 0 0;
		min-height: 2rem;
		padding: 0rem 0 0 10rem;
	}
	
	
	.hisinner {
		display: flex;
		border-radius: 1rem;
        padding: 1.6rem 1.6rem 20vh 1.6rem;
		gap: 2rem;
		flex-direction: column;
		background-image: url(/public/img/sub/hisinner_mo_bg.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	.hisLe, .hisRi {
		width: 100%;
	}
	.histext li {
		padding: 0.8rem 0 0.8rem 7.8rem;
	}
	.histext li:nth-child(1) {
		padding: 0 0 0.8rem 7.8rem;
	}
	.histext li:last-child {
		padding: 0.8rem 0 0 7.8rem;
	}
	.histext li span {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.histext li h3 {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	
	
	.effinner {
		border-radius: 1rem;
		padding: 1.6rem;
	}
	.cardtext {
		padding: 1.6rem;
	}
	.cardList {
		margin: 2rem 0 0 0;
	}
	.cardList ul {
		margin: 0;
		gap:1rem;
	}
	.cardList li {
		flex: 0 0 calc(100% - 0rem);
		margin: 0;
	}
	.cardtext dl {
		margin: 0 0 0.6rem 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
		letter-spacing: 0.64px;
	}
	.cardtext h3 {
		margin: 0 0 1rem 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.cardtext h4 {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.cardBox {
		border-radius: 0.5rem;
	}
	
	
	.passageWrap {
		border-radius: 1rem;
		padding: 1.6rem 1.6rem 10rem 1.6rem;
		background-image: url(/public/img/sub/passage_mo_bg.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	.passageWrap .cardList {
		margin: 6rem 0 0 0;
	}
	
	
	.esgLeInner {
		padding: 1.6rem;
	}
	.esgRi {
		padding: 4.4rem 1.6rem 10rem 1.6rem;
		border-radius: 0 0 1rem 1rem;
	}
	.estitle dl {
		font-size: 1.6rem;
		line-height: 1.8rem;
		letter-spacing: 0.64px;
	}
	.estitle h3 {
		margin: 0.8rem 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.estitle h4 {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	p.totit {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	p.totitsub {
		margin: 0 0 1rem 0;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.totimgCont dl {
		display: flex;
		z-index: 4;
		position: relative;
		padding: 0;
		flex-direction: column;
	}
	.totimgCont span {
		position:relative;
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.totimgCont p {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.totimgCont {
		padding: 0rem 0 1.4rem 1.6rem;
		position: relative;
		width: 100%;
	}
	.totimglist {
		margin: 0.6rem 0 0 0;
		gap:1rem;
	}
	.totimgBox {
		margin: 1rem 0 0 0;
	}
	.totimg {
		flex: 0 0 calc(100% - 0rem);
		margin: 0;
	}
	.totimg img {
		border-radius: .5rem;
	}
	.totimgCont dl dt {
		top: 0.6rem;
		left: -1.6rem;
		width: 0.6rem;
		height: 0.6rem;
	}
	
	.totimgCont.fir:before {
		left: 2px;
		width: 2px;
		height: 1rem;
	}
	.totimgCont:after {
		left: 2px;
		width: 2px;
	}
	.totimgCont:last-child:after {
		height: calc(100% - 99%);
	}
}






/*================== :::::::::::::: 문의하기 영역 START ~ :::::::::::::: ==================*/
.tempbox.contact_top_bg{
	background:inherit;
	background-image: url(../img/haesong/sub/contact_top_bg.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contAllWrap{
	position:relative;
	padding:12rem 0;
}
.contAllWrap .subth{display:none;}
.contitactwrap{
	position:relative;
	margin:8rem 0 0 0;
	background:#fff;
}
.contiSidebox{
	max-width: 164rem;
    padding: 0 2rem 0 2rem;
    margin: 0 auto;
}
.contdivider{
	width:100%;
	height:1px;
	background:#eee;
	margin:10rem 0 0 0;
}


.contiInner .rectitlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ctactRight{
	position:relative;
}
.cosectetboxInner {
	padding: 3rem;
	border-radius: 1.4rem;
background: #F4F4F4;
	margin-top:8rem;
    gap: 6rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.cosecBox{
	position:relative;
	width:100%;
}
.ctactRight .continputbox{
	width:100%;
}
.ctactRight .cosectetbox.nonemarB{
	margin-bottom:0rem;
}
.ctactRight .cosectetbox {
    width: 100%;
    position: relative;
	margin-bottom:2rem;
}
.ctactRight .cosectetbox dl{
	position:absolute;
	right:0rem;
	top:1rem;
	color: #444;
	font-family: Pretendard;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6rem;
}
.ctactRight .podt:before {
    position: absolute;
    left: -0.9rem;
    top: 0.5rem;
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #002A71;
}
.ctactRight .reddot:before {background: #2A5D36!important;}
.ctactRight .reddotdt{background: #2A5D36!important;}

.ctactRight .cosectetbox h2 {
    margin-bottom: 4rem;
    display: block;
    text-align: left;
	font-family: 'Pretendard-Bold';
    color: #111;
    line-height: 7rem;
    font-size: 5rem;
}
.ctactRight .ciinput label{
	color: #111;
font-family: pretendard-500;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.4rem;
	display: flex;
    justify-content: space-between;
}
.ctactRight .ciinput label dt {
	color: #E77070;
font-family: pretendard-500;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ctactRight .ciinput input{
	display: flex;
	box-sizing: border-box;
	margin-top:1rem;
	width:100%;
	height:6.4rem;
	border:none;
	padding:0rem 2.4rem;
	border: 1px solid #F6F6F6;
	border-radius:0.8rem;
font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 3.2rem;
	letter-spacing: 0em;
	text-align: left;
	color:#222;
    background: #fff;
}
.ctactRight .ciinput input:focus {
border: 1px solid #B7C932;
    outline: none;
	
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #EEE;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.ctactRight .ciinput input:read-only {
	background: #f9f9f9;
	border: 1px solid #F6F6F6;
}

.ctactRight .ciinput input::placeholder{
font-family: pretendard-300;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 3.2rem;
	color:#888;
}


.ctactRight .ctmar{margin-left:0rem!important;}
.ctactRight .ciinput textarea {
	display: flex;
    box-sizing: border-box;
    margin-top: 1rem;
    width: 100%;
    height: 28.2rem;
    border: none;
    padding: 1.6rem 2.4rem;
    border: 1px solid #FFF;
    border-radius: 0.8rem;
font-family: pretendard-400;
	font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0em;
    text-align: left;
    color: #222;
	
background: #FFF;
}
.ctactRight .ciinput textarea:focus{
border: 1px solid #B7C932;
    outline: none;
	
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #EEE;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.ctactRight .ciinput textarea::placeholder{
font-family: pretendard-300;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 3.2rem;
	color:#888;
}

.margintop0 {margin-top:0!important;}
.ctactRight .cinbottombtnBox {
    display: block;
    text-align: center;
    margin-top: 1rem;
}
.ctactRight .cinbottombtn {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.ctactRight .cinbottombtn button {
    width: 100%;
    padding: 0;
    position: relative;
    left: unset;
    top: unset;
    padding: 2.5rem 3.4rem;
    border: none;
    outline: none;
    cursor: pointer;
	
	
	color: #FFF;
text-align: center;
	font-family: pretendard-700;
font-size: 2rem;
font-style: normal;
font-weight: 700;
line-height: 2rem;
	
	border-radius: 8px;
background: linear-gradient(270deg, #B7C932 0%, #1EBDD7 50%, #0A568B 100%), #06566F;
}

.ctactRight .agree_checkBox {margin-bottom:3rem; display: block;}

.ctactRight .agree_check {
    position: relative;
    margin-bottom: 0px;
    display: block;
    text-align: left;
    display: flex;
    margin-bottom: 0rem;
    align-items: center;
}
.ctactRight .agree_checkViewMore {
	font-family: Pretendard;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #FFFFFF;
	opacity: 0.5;
	text-decoration:underline;
	cursor: pointer;
	margin-left: 2rem;
}

.ctactRight .agree_check input[type=checkbox].check-all+label em {
	box-sizing: border-box;
    left:0;
	top:50%;
	width:2rem;
	height:2rem;
	border:2px solid #4c4c4c;
	position:absolute;
	border-radius:0.3rem;
	transform:translateY(-50%);
}
.ctactRight .agree_check input[type=checkbox].check-all:checked+label em{
    left:0;
	top:50%;
	width: 2rem;
    height: 2rem;
	border:none;
	position:absolute;
	transform:translateY(-50%);
	background:url(../img/sub/agcheck.png) no-repeat center / cover;
}
.ctactRight .agree_check input {
    position: absolute;
    display: none;
}

.ctactRight .agree_check label {
    padding-left: 3rem;
	font-family: pretendard-400;
	font-weight: 400;
    font-size: 1.6rem!important;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
color: #2F2C2C;
    cursor: pointer;
}
.ctactRight .agree_check label a {
    text-decoration: underline;
    margin-left: 1rem;
    display: inline-block;
    color: #666;
}

header.click {transform:translateY(-100%);}
.comMenuWrap.up_header.click {top: 0!important; padding-top: 0;}



#load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    /* display: block; */
	display:none;
	
    opacity: 0.8;
    background: #fff;
    z-index: 9999;
    text-align: center;
}

#load > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.contitMapwrap{
	position:relative;
	width:100%;
}

.mapflexbox {
    width: 100%;
    display: flex;
    gap: 3.6rem;
}
.mapflex{
	 width: 100%;
}
.mapinfo {
    display: flex;
    padding: 2.4rem 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.mapinfo h2{
	position:relative;
	color: #111;
	font-family: pretendard-600;
font-size: 2.4rem;
font-style: normal;
font-weight: 600;
line-height: 3.2rem;
letter-spacing: -0.48px;
}
.mapinfo h2:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2.4rem;
    background-image: url(/public/img/sub/titlebar.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mapinfo h3{
	margin:0.8rem 0 0 0;
	overflow: hidden;
color: #666;
text-overflow: ellipsis;
	font-family: pretendard-300;
font-size: 1.8rem;
font-style: normal;
font-weight: 300;
line-height: 2.6rem;
}
.mapifbox iframe{
	width:100%;
	height:45rem;
	border-radius: 1.4rem;
border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width:1600px){
	.contAllWrap{
		padding:10rem 0;
	}
}
@media (max-width:991px) {
	.contAllWrap {
		padding: 8rem 0;
	}
	.subtopbox.contactpage .subth.flex {
		gap: 1rem;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.cosectetboxInner {
		gap: 3rem;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
	}
	
	
	.mapflexbox {
		width: 100%;
		display: flex;
		gap: 3.6rem;
		flex-direction: column;
	}
}
@media (max-width:767px) {
	.subtopbox.contactpage .subthBox .subth dl{
		display:none;
	}
	.contAllWrap {
		padding: 0 0 4rem 0;
	}
	.contAllWrap .subth{display:block;margin:0 0 3rem 0;}
	.contAllWrap .subth dl{
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	
	.contitactwrap {
		margin: 3rem 0 0 0;
	}
	.cosectetboxInner{
		margin:0;
	}
	.cosectetboxInner {
		gap: 1.4rem;
		padding: 1.6rem;
		border-radius: 0.8rem;
		margin: 0;
	}
	.ctactRight .ciinput label {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.ctactRight .ciinput label dt {
		font-size: 1.2rem;
	}
	.ctactRight .ciinput input {
		margin-top: 0.4rem;
		height: 4.8rem;
		padding: 0rem 1.4rem;
		border-radius: 0.4rem;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.ctactRight .ciinput input::placeholder,
	.ctactRight .ciinput textarea::placeholder{
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.ctactRight .cosectetbox {
		margin-bottom: 1.4rem;
	}
	.ctactRight .ciinput textarea {
		margin-top: 0.4rem;
		height: 14.8rem;
		padding: 1.4rem;
		border-radius: 0.4rem;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.ctactRight .agree_check label {
		padding-left: 2.4rem;
		font-size: 1.3rem!important;
		line-height: 2.8rem;
	}
	.ctactRight .agree_check label a {
		margin-left: 0.6rem;
	}
	.ctactRight .agree_check input[type=checkbox].check-all+label em {
		width: 1.8rem;
		height: 1.8rem;
		border-radius: 0.3rem;
	}
	.ctactRight .agree_check input[type=checkbox].check-all:checked+label em{
		width: 1.8rem;
		height: 1.8rem;
	}
	.ctactRight .agree_checkBox {
		margin-bottom: 1.4rem;
	}
	.ctactRight .cinbottombtn button {
		padding: 1.8rem 2rem;
		
		font-size: 1.4rem;
		line-height: 1.8rem;
		border-radius: 4px;
	}
	
	
	.mapflexbox {
		gap: 3rem;
	}
	.mapinfo {
		padding: 1.4rem 0;
	}
	.mapinfo h2 {
		font-size: 1.8rem;
		line-height: 2.6rem;
		letter-spacing: 0;
	}
	.mapinfo h2:before {
		top: -1.4rem;
	}
	.mapinfo h3 {
		margin: 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.mapifbox iframe {
		width: 100%;
		height: 33.5rem;
		border-radius:8px;
		border: 1px solid rgba(0, 0, 0, 0.06);
	}
}

/*================== :::::::::::::: 문의하기 영역 END ~ :::::::::::::: ==================*/


/*-----------------------------------------
# 회사소개
-------------------------------------------*/
.comContWrap{
	position:relative;
	width:100%;
	padding:10rem 0;
}
.comContSideBox{
	max-width: 172rem;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.comcontitWrap {
    display: flex;
    gap: 10rem;
    flex-direction: column;
}
.comcontInner {
    display: flex;
    width: 100%;
    position: relative;
    gap: 8rem;
}
.comcontLe {
    position: relative;
    width: 50%;
}
.comcontLe img{
	border-radius: 1.4rem;
}
.comcontRi {
    position: relative;
    width: 50%;
}

.comctitle dl{
	display:flex;
}
.comctitle dl span{
	display:flex;
	width:100%;
	height: 4px;
}
.comctitle dl span.komipo:nth-child(1){
	background: #004788;
}
.comctitle dl span:nth-child(1){
	background: #005589;
}
.comctitle dl span:nth-child(2){
background: #05BBD6;
}
.comctitle dl span:nth-child(3){

background: #B7C733;
}
.comctitle p {
    margin: 6rem 0 2rem 0;
    color: #0A568B;
    text-align: left;
    font-family: "Barlow Condensed";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.comctitle h2{
	color: #333;
	font-family: pretendard-600;
font-size: 4rem;
font-style: normal;
font-weight: 600;
line-height: 5.6rem;
}
.comctitlesub{
	position:relative;
	margin:4rem 0 0 0;
}
.comctitlesub h3{
	margin:0 0 2rem 0;
	color: #333;
	font-family: pretendard-300;
font-size: 1.8rem;
font-style: normal;
font-weight: 300;
line-height: 3.2rem;
}
.comctitlesub h3:last-child{
	margin:0;
}
.comccateInner {
	margin:6rem 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.comccate {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.comccate p{
	color: #0A568B;
	font-family: pretendard-600;
font-size: 2rem;
font-style: normal;
font-weight: 600;
line-height: 3rem;
}
.comccate dl {
    gap: 0.4rem;
    display: flex;
    color: #333;
	font-family: pretendard-700;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.6rem;
    align-items: flex-end;
}
.comccate dl span{
	color: #333;
	font-family: pretendard-700;
font-size: 6rem;
font-style: normal;
font-weight: 700;
line-height: 7rem;
letter-spacing: -3px;
}

.compintro{
	margin:10rem 0 0 0;
	position:relative;
	padding:6rem;
	border-radius: 1.4rem;
	background: #F8F8F8;
}
.compintroInner{
    width: 100%;
    position: relative;
}
.compintroBox{
	position:relative;
	width:100%;
}
.compintroRi{
	position:relative;
	width:50%;
}

.comint{
	margin:14rem 0 0 0;
	position:relative;
}
.comint h3{
	position:relative;
	z-index:3;
	margin:0 0 4rem 0;
	color: #333;
	font-family: pretendard-500;
font-size: 2.6rem;
font-style: normal;
font-weight: 500;
line-height: 4rem;
}
.comintInner{
	z-index:3;
	display: flex;
    width: 100%;
    position: relative;
    gap: 8rem;
}
.comintLe, .comintRi{
	position:relative;
	width:100%;
}
.comintInner h3{
	margin:0 0 2rem 0;
	color: #333;
	font-family: pretendard-300;
font-size: 1.8rem;
font-style: normal;
font-weight: 300;
line-height: 3.2rem;
}
.comintInner h3:last-child{
	margin:0;
}
.comintInner h3.str{
	font-family: pretendard-600;
font-weight: 600;
}

.comperbox {
    position: absolute;
    right: 0;
    top: -23rem;
    width: calc(50% - 4rem);
    z-index: 2;
}
.comperwh {
    width: 100%;
    position: relative;
    border-radius: 0;
    background: inherit;
    display: flex;
    padding: 0;
	gap:6px;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
.comperwh span{
	color: #333;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
}
.comperwh dl {
    gap: 1.6rem;
    display: flex;
    color: #333;
    font-family: pretendard-500;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.2rem;
    align-items: center;
}
.comperwh dl dt{
	color: #333;
	font-family: 'iceJaram';
	font-size: 5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 5rem;
	letter-spacing: 0.5rem;
}
.comperwhImg {
    padding: 18% 18% 0 18%;
    transform: translateY(-37%);
    top: 140%;
    position: absolute;
}
.comperwhImg img{
}
@media (max-width:1600px) {
	.comcontInner {
		gap: 6rem;
	}
	.comctitle p {
		margin: 5rem 0 2rem 0;
	}
	.comctitle h2 {
		font-size: 3.6rem;
		line-height: 5rem;
	}
	
	
	.compintro {
		margin: 10rem 0 0 0;
		padding: 4rem;
		border-radius: 1.4rem;
	}
	.comintInner {
		gap: 6rem;
	}
}
@media (max-width:991px) {
	.comContWrap {
		padding: 8rem 0;
	}
	.comcontInner {
		display: flex;
		gap: 4rem;
		flex-direction: column;
	}
	.comcontRi {
		width: 100%;
	}
	.comctitle p {
		margin: 4rem 0 2rem 0;
	}
	.comctitle h2 {
		font-size: 3.6rem;
		line-height: 4.4rem;
	}
	.comctitlesub h3 {
		margin: 0 0 1.4rem 0;
		font-size: 1.6rem;
		line-height: 3rem;
	}
	.comccateInner {
		margin: 4rem 0 0 0;
	}
	.comccate dl span {
		font-size: 5rem;
		line-height: 6rem;
		letter-spacing: -3px;
	}
	
	
	.comint {
		margin: 4rem 0 0 0;
	}
	.compintro {
		margin: 8rem 0 0 0;
		padding: 3rem;
		border-radius: 1.4rem;
	}
	.comintInner {
		display: flex;
		gap: 1.4rem;
		flex-direction: column;
	}
	.comint h3 {
		margin: 0 0 2rem 0;
		font-size: 2rem;
		line-height: 3rem;
	}
	.comintInner h3 {
		margin: 0 0 1.4rem 0;
		font-size: 1.6rem;
		line-height: 3rem;
	}
	
	
	.comperbox {
		padding: 20rem 0 12rem 0;
		position: relative;
		right: inherit;
		top: inherit;
		width: calc(100% - 0rem);
		z-index: 2;
	}
	.comperwh {
	}
	.comperwhImg {
		left: 50%;
		padding: 0;
		transform: translate(-50%, -50%);
		top: 50%;
		position: absolute;
	}
	.comperwhImg img {
		height: 30rem;
	}
}
@media (max-width:767px) {
	.comContWrap {
		padding: 1rem 0 6rem 0;
	}
	.comContSideBox {
		padding: 0 1rem;
	}
	.comcontLe {
		width: 100%;
	}
	.comcontitWrap {
		gap: 4rem;
	}
	.comcontInner {
		gap: 2rem;
	}
	.comctitle p {
		letter-spacing: 0.48px;
		line-height: 2rem;
		font-size: 1.2rem;
		margin: 2rem 0 1rem 0;
	}
	.comcontLe img {
		border-radius: 1rem;
	}
	.comctitle h2 {
		font-size: 2.2rem;
		line-height: 2.6rem;
	}
	.comctitlesub {
		margin: 2rem 0 0 0;
	}
	.comctitlesub h3 {
		margin: 0 0 1.4rem 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.comccateInner {
		margin: 2rem 0 0 0;
	}
	.comccate p {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.comccate {
		gap: .4rem;
	}
	.comccate dl {
		gap: 0.4rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.comccate dl span {
		font-size: 3rem;
		line-height: 3rem;
		letter-spacing: -3px;
	}
	
	
	.compintro {
		margin: 6rem 0 0 0;
		padding: 1.6rem;
		border-radius: 1rem;
	}
	.comint {
		margin: 2rem 0 0 0;
	}
	.comint h3 {
		margin: 0 0 2rem 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.comintInner h3 {
		margin: 0 0 1.4rem 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.comperwh span {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.comperwh dl {
		gap: 1rem;
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.comperwh dl dt {
		font-size: 3rem;
		line-height: 2.6rem;
		letter-spacing: 0.3rem;
	}
	.comperbox {
		display: flex;
		padding: 0;
		position: relative;
		right: inherit;
		top: inherit;
		width: calc(100% - 0rem);
		z-index: 2;
		flex-direction: column-reverse;
	}
	.comperwhImg {
		display: flex;
		left: inherit;
		padding: 0;
		transform: inherit;
		top: inherit;
		position: relative;
		justify-content: center;
	}
	.comperwhImg img {
		height: 24rem;
	}
}


/*-----------------------------------------
# 뉴스룸
-------------------------------------------*/
.newsContWrap{
	position:relative;
	padding:10rem 0;
}
.newsSideBox{
	max-width:172rem;
	padding:0 2rem;
	margin:0 auto;
}

.stTitlebox {
    display: flex;
    margin: 0 0 6rem 0;
    align-items: center;
    justify-content: space-between;
}
.bscateinner ul{
	display:flex;
	gap:1rem;
}
.bscateinner ul li a{
	display: flex;
padding: 1.6rem 3rem;
justify-content: center;
align-items: center;
	color: #888;
text-align: center;
	font-family: pretendard-500;
font-size: 2rem;
font-style: normal;
font-weight: 500;
line-height: 2.8rem;
border-radius: 0.8rem;
}
.bscateinner ul li .catelink.oncl a{
	background: #0A568B;
		font-family: pretendard-700;
	font-weight: 700;
	color:#fff;
}

.seatopbox{
	position:relative;
}
.newssearchbar {
    border-radius: 8px;
    background: #fff;
    outline: none;
    border: 1px solid #E8E8E8;
    display: flex;
    width: 100%;
    padding: 1.4rem 3rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #111;
	font-family: pretendard-500;
    font-size: 1.8rem;
    line-height: 3rem;
    box-sizing: border-box;
}
.newssearchbar:focus {
	background: #fff;
	border: 1px solid #000;
    outline: none;
}
.newssearchbar::placeholder{
	color: #888;
	font-family: pretendard-300;
font-size: 1.6rem;
font-style: normal;
font-weight: 300;
line-height: 3.2rem;
}
.newssearchBtn {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    height: 5.8rem;
    width: 5.8rem;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: #fff;
    cursor: pointer;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
}
.newssearchBtn::before {
    content: '';
    width: 2.2rem;
    height: 2.2rem;
    background: url(../img/sub/newsSearch.png) no-repeat center / cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.noticeBox{
	position:relative;
}
.noticeBox ul {
    gap: 2rem;
    display: flex;
    position: relative;
    flex-direction: column;
}
.noticeBox li{
	position:relative;
	border-radius: 1.4rem;
	background: #F6F6F6;

	display: flex;
	padding: 2.4rem 4rem 2.4rem 2.4rem;
}
.noticeBox li a{
	/* display: flex; */
	width:100%;
}
.noticecont{
	position:relative;
	width:100%;
	padding:0 0 0 51.4rem;
	min-height:30rem;
}
.borImg{
	position:absolute;
	left:0;
	top:0;
	width:45.4rem;
}
.borImgInner {
	
    border-radius:0.8rem;
    position: relative;
    height: 0;
    width:100%;
    overflow: hidden;
    padding-bottom: 66.08%;
    z-index: 2;
}
.borImgInner img {
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.boatextbox {
    height: 100%;
    position: relative;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newCont.pc{display: flex;}
.newCont.mo{display: none;}
.newCont{
	position:absolute;
	right:0;
	top:0;
	
padding:0.8rem 1.2rem;
flex-direction: column;
justify-content: center;
align-items: center;
	border-radius: 2.6rem;
background: #FE7C1F;
	
	color: #FFF;
text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
font-size: 1.8rem;
font-style: normal;
font-weight: 700;
line-height:1.6rem;
text-transform: uppercase;
}
.boatextMain p{
	text-align:left;
	color: #0A568B;
	font-family: pretendard-700;
font-size: 2rem;
font-style: normal;
font-weight: 700;
line-height: 3.2rem;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.boatextMain h2{
	margin:1.1rem 0 1.4rem 0;
		text-align:left;
	color: #111;
	font-family: pretendard-600;
font-size: 3rem;
font-style: normal;
font-weight: 600;
line-height: 4.4rem;
}
.boatextMain h3{
		text-align:left;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-family: pretendard-400;
font-size: 1.8rem;
font-style: normal;
font-weight: 400;
line-height: 3.2rem;
}
.boatextSub {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2rem 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boatextSub span{
	opacity: 0.3;
	color: #111;
	font-family: pretendard-600;
font-size: 1.6rem;
font-style: normal;
font-weight: 600;
line-height: 2.2rem;
}
.boatextSub dl{
	cursor:pointer;
	opacity: 0.3;
	color: #111;
	font-family: pretendard-600;
font-size: 1.6rem;
font-style: normal;
font-weight: 600;
line-height: 2.2rem;
}
@media (max-width:1600px) {
	
}
@media (max-width:991px) {
	.newsContWrap {
		padding: 8rem 0;
	}
	.stTitlebox {
		margin: 0 0 4rem 0;
	}
	.bscateinner ul li a {
		padding: 1.2rem 2rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
		border-radius: 0.8rem;
	}
	.newssearchbar {
		padding: 0.8rem 2rem;
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.newssearchBtn {
		height: 4.6rem;
		width: 4.6rem;
	}
	
	.noticecont {
		padding: 0 0 0 29rem;
		min-height: 20rem;
	}
	.borImg {
		width: 25rem;
	}
	.boatextbox {
		padding: 0;
	}
	.boatextMain p {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.boatextMain h2 {
		margin: 1rem 0 1.2rem 0;
		font-size: 2.4rem;
		line-height: 4rem;
	}
	.boatextMain h3 {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
	.boatextSub {
		margin: 2rem 0 0 0;
		padding: 2rem 0 0 0;
	}
	.boatextSub span {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.boatextSub dl {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.newCont {
		padding: 0.6rem 1rem;
		border-radius: 2.6rem;
		font-size: 1.4rem;
		line-height: 1.2rem;
	}
}
@media (max-width:767px) {
	.newsContWrap {
		padding: 0 0 4rem 0;
	}
	.stTitlebox {
		gap: 1rem;
		display: flex;
		margin: 0 0 3rem 0;
		flex-direction: column;
	}
	.bscateinner ul li a {
		padding: 1.2rem 1.7rem;
		font-size: 1.6rem;
		line-height: 1.8rem;
		border-radius: 0.6rem;
	}
	.seatopbox {
		width: 100%;
		position: relative;
	}
	.newssearchbar {
		border-radius: 6px;
		padding: 1.8rem 1.6rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.newssearchbar::placeholder{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.newssearchBtn {
		height: 5.6rem;
		width: 5.6rem;
	}
	.newssearchBtn::before {
		width: 1.6rem;
		height: 1.6rem;
	}
	
	.noticeBox li {
		overflow: hidden;
		position: relative;
		border-radius: 0.8rem;
		background: #F6F6F6;
		display: flex;
		padding: 0;
	}
	.noticeBox li a {
		display: flex;
		width: 100%;
		flex-direction: column;
	}
	.noticecont {
		padding: 0;
		min-height: auto;
	}
	.borImg {
		position: relative;
		width: 100%;
		/* width: 25rem; */
	}
	.borImgInner {
		border-radius: 0;
	}
	.boatextbox {
		height: auto;
		padding: 20px;
		border-radius: 8px;
		background: #F6F6F6;
	}
	
	
	.boatextMain p {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.boatextMain h2 {
		margin: 1rem 0 0.6rem 0;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.boatextMain h3 {
		-webkit-line-clamp: 3;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.boatextSub {
		margin: 1.4rem 0 0 0;
		padding: 1.4rem 0 0 0;
	}
	.boatextSub span {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.boatextSub dl {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	
	.newCont.pc{display: none;}
	.newCont.mo{display: flex;}
	.newCont {
		top: 2rem;
		right: 2rem;
		z-index: 4;
		padding: 0.3rem 0.7rem;
		border-radius: 2.6rem;
		font-size: 1.1rem;
		line-height: 1.2rem;
	}
}


/*-----------------------------------------
# 채용 파트너쉽
-------------------------------------------*/

.careerGroupWrap {padding:10rem 0;}
.careerGroupSidebox{
	max-width:172rem;
	padding:0 2rem;
	margin:0 auto;
}
.careerContWrap:nth-child(1){
	margin:0;
}
.careerContWrap {margin:8rem 0 0 0;position:relative;}
.careerTitle {
	color: #111;
	font-family: pretendard-600;
	font-weight: 600;
font-size: 3rem;
font-style: normal;
line-height: 4.4rem;
}
.careerSTitle {
	margin:1.6rem 0 0 0;
	color: #333;
	font-family: pretendard-400;
font-size: 2rem;
font-style: normal;
font-weight: 400;
line-height: 3.6rem;
}

.careerBox {
    background: #FFF;
    display: flex;
    align-items: stretch;
    margin-top: 4rem;
    overflow: hidden;
    padding: 2.4rem;
    gap: 2.4rem;
    border-radius: 1.4rem;
    background: #F6F6F6;
}
.careerBoxvideo{width: 71%; height: 0;     padding-bottom: 39.43%; position: relative;}
.careerBoxvideo iframe {
    border-radius: 1.2rem;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translate(-50%,-50%); */
}
.careerBoxImg {width: 71%;position:relative;}
.careerBoxImg img {
border-radius: 1.2rem;
border: 1px solid rgba(0, 0, 0, 0.06);
max-width:100%;}

.careerBoxText {
    border-radius: 1.2rem;
    background: #1C2D56;
    width: 29%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.careerBTitle {
color: #FFF;
font-family: 'Barlow Condensed', sans-serif;
font-size: 5rem;
font-style: normal;
font-weight: 500;
line-height: 5rem;
text-transform: uppercase;
margin:0 0 2rem 0;
}
.careerBTxt {color: #111; font-family: "Pretendard-Light"; font-size: 2rem; line-height: 3.4rem; text-align: center;}

.careervm {
padding: 10px 40px;
    display: inline-block;
    margin: 0 auto;
	
	border-radius: 99px;
background: #FFF;
}
.careervmT {
	position:relative;
	
	color: #1C2D56;
text-align: center;
	font-family: pretendard-700;
font-size: 1.8rem;
font-style: normal;
font-weight: 700;
line-height: 3.4rem;
}

.careervmT::before {
    content: '';
    right: 0;
    top: 50%;
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    transform: translateY(-50%);
    background: url(../img/sub/pjArrow.png) no-repeat center / cover;
}
/* .careervm:hover {background:#093C71;} */

@media (max-width:991px) {
	.careerGroupWrap {
		padding: 8rem 0;
	}	
	.careerTitle {
		font-size: 2.4rem;
		line-height: 4rem;
	}
	.careerSTitle {
		margin: 1.2rem 0 0 0;
		font-size: 1.6rem;
		line-height: 3rem;
	}
	.careerBox {
		margin-top: 2rem;
		padding: 2rem;
		gap: 2rem;
		border-radius: 1.4rem;
	}
}
@media (max-width:767px) {
	.careerGroupWrap {
		padding: 0rem 0 4rem 0;
	}
	.careerContWrap {
		margin: 4rem 0 0 0;
	}
	.careerTitle {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.careerSTitle {
		margin: 0.6rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.careerSTitle br{display:none;}
	
	.careerBox {
		display: flex;
		margin-top: 2rem;
		padding: 1.6rem;
		gap: 0.8rem;
		border-radius: 0.8rem;
		flex-direction: column;
	}
	.careerBoxvideo {
		width: 100%;
		padding-bottom: 55.43%;
	}
	.careerBoxvideo iframe {
		border-radius: 0.4rem;
	}
	.careerBoxImg {
		width: 100%;
		position: relative;
	}
	.careerBoxImg img {
		border-radius: 0.4rem;
	}
	
	.careerBoxText {
		padding: 12px 16px;
		border-radius: 0.4rem;
		background: #1C2D56;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-content: center;
		align-items: center;
		justify-content: space-between;
	}
	.careerBTitle {
		font-size: 2rem;
		line-height: 3.2rem;
		margin: 0;
	}
	.careervmT {
		font-size: 1.2rem;
		line-height: 2.1rem;
	}
	.careervm {
		padding: 5px 16px;
		display: inline-block;
		margin: 0;
		border-radius: 99px;
		background: #FFF;
	}
}
