body.on{position:fixed !important;}

/***** Header *****/
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1700px;
  height: 120px;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
  z-index: 999;
}

html.fp-enabled {
   overflow-x:auto !important;
}

#headerWrap {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 520px);
  min-width: 1400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


header .logo {
  display: inline-block;
  width: 130px;
  height: 100px;
  background-image: url(../images/common/header_logo.png);
  background-repeat: no-repeat;
  background-position: center -10px;
  margin: 0;
}

header .qnaBtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 99px;
  line-height: 99px;
  padding-right: 65px;
  background-color: #aa7944;
  background-image: url(../images/common/qna_btn_bg.png);
  background-position: 120px center;
  background-repeat: no-repeat;
  background-size: 8px;
  color: #fff;
  text-align: right;
}

#headerWrap .gnbWrap {
  position: relative;
  width: calc(100% - 430px);
  height: 100%;
  text-align: center;
  margin: 0;
  display: flex;
}

#headerWrap .gnbWrap .gnbHoverWrap {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

#headerWrap .gnbWrap .gnbHoverWrap .gnb {
  position: relative;
  display: inline-block;
  height: 100%;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  margin: 0;
  padding:0 40px;
}

#headerWrap .gnbWrap .gnbHoverWrap .gnb>a {
  position: relative;
  display: inline-block;
  line-height: 120px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

#headerWrap .gnbWrap .gnbHoverWrap .gnb>a::after {
  content: '';
  position: absolute;
  width: 0%;
  background: unset;
  height: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

#headerWrap .gnbWrap .gnbHoverWrap .gnb:hover>a::after {
  content: '';
  position: absolute;
  width: 100%;
  background: #aa7944;
  height: 3px;
  bottom: 0;
  left: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

#headerWrap .gnbWrap .gnbHoverWrap .gnb:hover>a {
  color: #aa7944 !important;
  -webkit-transition: .4s;
  transition: .4s;
}

#headerWrap .gnbWrap .gnb:hover .lnbBg {
  border-top: 1px solid #bcbcbc;
  top: 119px;
  padding: 50px 0;
  height: 345px;
  box-shadow: 0px 5px 5px 1px #00000010;
}

#headerWrap .gnbWrap .gnb .lnbBg {
  border-top: 0;
  display: flex;
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #fffffff2;
  overflow: hidden;
  height: 0;
  padding: 0 0;
  z-index: -1;
}

#headerWrap .gnbWrap .gnb:hover .lnb {
  top: 119px;
  padding: 44px 0 44px 40px;
  height: 345px;
  z-index: 999;
  opacity: 1;
  transition:0.3s;
}

#headerWrap .gnbWrap .gnb .lnb {
  border-top: 0;
  display: flex;
  position: absolute;
  left: 0;
  width: calc(1400px - 283px);
  overflow: hidden;
  height: 0;
  padding: 0 0 0 40px;
  opacity: 0;
}

#headerWrap .gnb .lnb .lnbWrap {
  width: calc(100% - 300px);
  min-width: 1700px;
  display: flex;
  gap: 77px;
}

#headerWrap .gnb .lnb .lnbWrap .lnbListWrap {
  margin: 0;
  position: relative;
  line-height: 30px;
}

#headerWrap .gnb .lnb .lnbWrap .lnbListWrap h2 {
  position: relative;
  margin-bottom: 13px;
  text-align: left;
}

#headerWrap .gnb .lnb .lnbWrap .lnbListWrap h2 a {
  color: #000;
  font-weight: 600;
  font-size: 21px;
  font-family: 'Pretendard', sans-serif;
  line-height: 27.5px;
  color: #000;
  text-align: left;
}

#headerWrap .gnb .lnb .lnbWrap .lnbListWrap ul {
  position: relative;
}

#headerWrap .gnb .lnb .lnbWrap .lnbListWrap ul li a {
  font-family: 'Pretendard', sans-serif;
  position: relative;
  display: block;
  line-height: 27.5px;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

#headerWrap .gnb .lnb .lnbWrap .lnbListWrap ul li {
  text-align: left;
  padding-bottom:3.3px;
}

#headerWrap .gnb .lnb .lnbWrap .lnbListWrap h2 a:hover,
#headerWrap .gnb .lnb .lnbWrap .lnbListWrap ul li a:hover {
  color: #aa7944;
  font-weight: 600;
}

#headerWrap .gnb .lnb .lnbWrap .lnbListWrap h2 a::after,
#headerWrap .gnb .lnb .lnbWrap .lnbListWrap ul li a::after {
  content: attr(title);
  display: block;
  font-weight: 600;
  color: #aa7944;
  height: 0px;
  visibility: hidden;
}

#headerWrap .gnb .lnb.type2 {
  left: -165px;
}

#headerWrap .gnb .lnb.type2 .lnbListWrap {
  position: relative;
}

#headerWrap .gnb .lnb.type2 .lnbListWrap:hover ul {
  height: auto;
}

#headerWrap .gnb .lnb.type2 .lnbListWrap ul {
  position: absolute;
  width: 400px;
  overflow: hidden;
  height: 0;

}

#headerWrap .btnWrap {
  display: flex;
  /* width: 300px; */
  justify-content: end;
  margin: 0;
}

#headerWrap .btnWrap .btn {
  width: 140px;
  display: inline-block;
  background-size: 100%;
  background-repeat:no-repeat;
  background-position:center;
  height:44px;
  margin:0;
}

#headerWrap .btnWrap .btn.projectBtn{
	background-image:url(../images/common/projectBtn_2.png);
}

#headerWrap .btnWrap .btn.contactBtn{
	background-image:url(../images/common/contactBtn_2.png);
}

#headerWrap .btnWrap .btn.projectBtn:hover{
	background-image:url(../images/common/projectBtn_2_hover.png);
}

#headerWrap .btnWrap .btn.contactBtn:hover{
	background-image:url(../images/common/contactBtn_2_hover.png);
}


.iconBtnWrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  right: -125px;
  height: 120px;
  gap: 25px;
  width: 85px;
}

.iconBtnWrap button {
  width: 30px;
  height: 30px;
}

.iconBtnWrap button {
  margin:0;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  outline: 0;
  background-color: unset;
  cursor: pointer;
}

.iconBtnWrap button.langBtn {
  background-image: url(../images/common/lang_btn_2.png);
  background-size: 28px;
}

.iconBtnWrap .lang_wrap {
	position: relative;
	display: inline-block;
	font-size: 0;
}
.iconBtnWrap .lang_wrap .lang_layer {
	display: none;
	position: absolute;
	top: 48px;
	right: -38px;
	width: max-content;
	min-width: 150px;
	padding: 10px 18px;
	border: 1px solid #aa7944;
	border-radius: 10px;
	background: #f6f1ec;
	opacity: 0.9;
}
.iconBtnWrap .lang_wrap .lang_layer.act {
	display: block;
}
.iconBtnWrap .lang_wrap .lang_layer a {
	display: block;
	font-family: 'Pretendard', sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 2;
}
.iconBtnWrap .lang_wrap .lang_layer a:hover,
.iconBtnWrap .lang_wrap .lang_layer a.act {
	color: #aa7944;
}

.iconBtnWrap button.searchBtn {
  background-image: url(../images/common/search_btn_2.png);
  background-size: 26px;
}

.searchBgWrap {
  position: fixed;
  width: 100%;
  min-width: 1700px;
  background-color: #0000006b;
  overflow: hidden;
  height: 0;
  transition: .3s;
  z-index:-2;
}

.searchBgWrap.on {
  height: 100%;
}

.searchWrap {
  width: 100%;
  height: 310px;
  background-color: #f5f5f5;
}

.searchWrap .searchFormWrap {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 300px);
  min-width: 1400px;
  height: 100%;
  display: flex;
  padding-top: 70px;
}

.searchWrap .searchFormWrap .searchCloseBtn {
  position: absolute;
  display: flex;
  top: 30px;
  right: -70px;
  width: 30px;
  height: 30px;
  background-image: url(../images/common/search_close_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}


.searchWrap .searchFormWrap .searchForm {
  position: relative;
  margin: 0 auto;
  width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.searchWrap .searchFormWrap .searchForm .searchInpWrap{
	position:relative;
}

.searchWrap .searchFormWrap .searchForm .searchInpWrap button{
	position:absolute;
	width:50px;
	height:50px;
	top:5px;
	right:15px;
	background-image: url(../images/common/search_btn_2.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: center;
	background-color:unset;
	border:0;
	cursor:pointer;
}

.searchWrap .searchFormWrap .searchForm input[type=text] {
  width: 700px;
  height:auto;
  border: 1px solid #aa7944;
  padding: 17px 70px 17.5px 46px;
  font-family: 'Pretendard', sans-serif !important;
  font-size: 20px;
  color: #000;
  border-radius: 31px;
  background-color:#fff;
  margin-bottom: 60px;
 
}

.searchWrap .searchFormWrap .searchForm input[type=text]::placeholder {
  color: #00000080;
}

.searchWrap .searchFormWrap .searchForm .recWrap {
  position: relative;
  padding-left: 120px;
  height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.searchWrap .searchFormWrap .searchForm .recWrap span {
  display: inline-block;
  position: absolute;
  left: 0;
  line-height: 40px;
  font-family: 'Pretendard', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #aa7944;
}

.searchWrap .searchFormWrap .searchForm .recWrap a {
  display: inline-block;
  left: 0;
  line-height: 38px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 0 23px;
  border-radius: 20px;
  border: 1px solid #bcbcbc;
  margin: 0 5px 5px 0;
  color: #000;
}


/***** Footer *****/
footer {
  position: relative;
  background-color: #333;
  width: 100%;
  /*min-width: 1700px;*/
}

.topBtn {
  position: fixed;
  right: 50px;
  bottom: -50px;
  opacity: 0;
  width: 70px;
  height: 70px;
  background-color: #aa7944;
  background-image: url(../images/common/top_btn_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 1px 5px 1px #00000060;
  box-shadow: 0px 1px 5px 1px #00000060;
  border-radius: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.topBtn.active {
  bottom: 50px;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

#footerWrap {
  height: 100%;
  padding: 75px 0;
  font-size: 0;
  width: calc(100% - 520px);
  min-width: 1400px;
  margin: 0 auto;
}

#footerWrap>div {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.footerLeft .companyLink {
  width: 100%;
  margin-bottom: 30px;
}

.footerLeft .companyLink a {
  color: #fff;
  font-size: 22px;
  margin-right: 60px;
  font-family: 'NotoSansKR-Bold', sans-serif;
}

.footerLeft .companyLink a:last-child {
  margin-right: 0;
}

.footerLeft p {
  color: #fff;
  font-size: 18px;
  font-family: 'NotoSansKR', sans-serif;
}

.footerLeft p.companyInfo {
  margin-bottom: 10px;
}

.footerLeft p span {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

.footerLeft p span:not(:last-child):before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 18px;
  background: #fff;
}

.footerLeft p span a {
  color: #fff;
  font-family: 'NotoSansKR-Bold', sans-serif;
  font-size: 19px;
}

.footerRight {
  width: auto;
  float: right;
}

.footerRight>div {
  position: relative;
  display: inline-block;
  font-family: 'NotoSansKR', sans-serif;
  vertical-align: middle;
}

.footerRight .snsLink {
  margin-right: 20px;
}

.footerRight .snsLink a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.snsLink a.naver {
  background-image: url(../images/common/sns_naver.png);
}

.snsLink a.facebook {
  background-image: url(../images/common/sns_facebook.png);
}

.snsLink a.youtube {
  background-image: url(../images/common/sns_youtube.png);
}

.snsLink a.linkedin {
  background-image: url(../images/common/sns_in.png);
  margin-right: 0;
}

.footerRight .familySiteLink {
  position: relative;
  width: 215px;
  height: 56px;
}

.footerRight .familySiteLink .familySiteBtn {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/common/family_site_btn.png);
  cursor: pointer;
}

.footerRight .familySiteLink .familySiteBtn.open {
  background-image: url(../images/common/family_site_btn_open.png);
}

.footerRight .familySiteLink ul {
  display: none;
  position: absolute;
  bottom: 53px;
  width: 215px;
  height: auto;
  overflow-y: hidden;
  padding: 25px;
  border: 1px solid #fff;
  border-bottom: none;
  background: #333;
  z-index: 9999;
}

.footerRight .familySiteLink ul li {
  line-height: 16px;
  margin-bottom: 16px;
}

.footerRight .familySiteLink ul li:last-child {
  margin-bottom: 0;
}

.footerRight .familySiteLink ul li a {
  font-family: 'NotoSansKR', sans-serif;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width:1550px){
	header{
	    min-width: 1400px;
	}
	
	#headerWrap {
	    margin: 0 auto;
	    width: calc(100% - 300px);
	    min-width: 1200px;
	}
	
	.searchBgWrap {
	  min-width: 1400px;
	}
	
	.searchWrap .searchFormWrap {
	  margin: 0 auto;
	  width: calc(100% - 300px);
	  min-width: 1200px;
	}
	
	.searchWrap .searchFormWrap .searchCloseBtn {
	    right: -55px;
	}
	
	
	.iconBtnWrap {
	    position: absolute;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    right: -100px;
	    height: 120px;
	    gap: 10px;
	    width: 75px;
	}
	
	footer {
	    /*min-width: 1400px;*/
	}
	
	#footerWrap {
	    margin: 0 auto;
	    width: calc(100% - 300px);
	    min-width: 1200px;
	}
	
	.footerLeft p {
	  font-size: 16.5px;
	}
	
	.footerBanner{
		min-width:1400px !important;
	}
	
	#wrap {
	    position: relative;
	    width: 100%;
	    min-width: 1400px;
	    min-height: 100%;
	    line-height: normal;
	}
}