.quickWrap .scWrap {
    display: none;
}

.subTopWrap {
    position: relative;
    /* padding:100px 0 0; */
}

.subTopWrap .imageWrap {
    width: 100%;
    position:relative;
}

.subTopWrap .imageWrap .open {
    position:absolute;
    top:15px;
    right:115px;
}

.subTopWrap .textWrap {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    display: flex;
    padding-top: 30px;
    flex-flow: column;
    align-items: center;
}

.subTopWrap .textWrap .text1 {
    color: #fff;
    font-size: 30px;
    font-family: 'NotoKrR';
}

.subTopWrap .textWrap hr {
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin: 15px 0;
    display: block;
}

.subTopWrap .textWrap .text2 {
    color:#dee1e3;
    font-size: 14px;
    font-family: 'NotoKr:';
    line-height: 1.4;
}

.subTopWrap .textWrap .text2 span {
    display: block;
    font-family: 'NotoKrM';
}

.subTopWrap .menuWrap {
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content:space-between;
    padding-right: 20px;
	padding-left: 20px;
    align-items: center;

	border-bottom: 1px solid #ccc;
}

.subTopWrap .menuWrap>div {
    display: flex;
    align-items: center;
}

.subTopWrap .menuWrap .homeBtn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right:1px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.subTopWrap .menuWrap>div>p {
    font-size: 16px;
    color:#fff;
    font-family: 'NanumSR';
}

.subTopWrap .menuWrap ul {
    height: 100%;
    display: flex;
	margin: 0px auto;
	white-space: nowrap;
text-align: center;
overflow: auto;		

}

.subTopWrap .menuWrap ul li {
    height: 100%;
    margin: 0 15px;
}

.subTopWrap .menuWrap ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    font-family: 'NanumSR';
    padding:0 5px;
    color: #000;
}

.subTopWrap .menuWrap ul li.active a { color: #074f51;}
.subTopWrap .menuWrap ul li a:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #074f51;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.subTopWrap .menuWrap ul li.active a:before {
    width: 100%;
}

.subTitle {
    font-size: 55px;
    font-family: 'NotoKrL';
    color:#000000;
    text-align: center;
    margin:100px 0 50px;
}

.subTopWrap+div {
    padding: 50px 0 80px;
    position: relative;
}

/*관심고객등록*/
.int { width: 96%; margin: 0px auto;}
.info_area h3 {position:relative;padding-left:15px;margin-bottom:10px;font-size:14px; ;line-height: 1.4; color:#222;letter-spacing:-1px; font-weight: bold;}
.info_area h3:before {content: "";position:absolute;left:0;top: 6px;width:5px;height:5px;background-color:#222;}
.agreement { width: 100%; margin-bottom: 20px;}
.agreement_inner {overflow-y:scroll;max-height:100px;padding: 15px;margin-bottom:20px;border:1px solid #ccc;line-height:16px;font-size:13px;font-weight:400;color:#222;}
.agreement_inner h4 {padding:10px 0;font-size:14px;color:#222;font-weight:400;}
.agreement_inner .txt4 {margin-bottom:30px;}
.agreement_inner .txt4 li {position:relative;padding-left:8px;}
.agreement_inner .txt4 li:before {content: "";display:block;position:absolute;left:0;top:8px;width:3px;height:3px;background-color:#222;}
.agreement_inner .txt2{margin-bottom:15px;}
.agreement_inner .txt3{margin-bottom:30px;}
.agree_wrap {overflow:hidden;}
.agree_txt {float:left;}
.agree_txt .txt1{font-size:13px;font-weight:400;color:#222;}
.input_area{float:right; color: #222;}
.input_area .input1{margin-right:25px;}
.input_area input{margin: 4px 5px 0 1px;}
.survey .input_area label{color:#222;font-size:13px;font-weight:400;}
.info_area .agreement{margin-bottom: 40px;}
.infomation .desc {margin-bottom:10px;font-size:13px;color:#222;font-weight:400;}
.infomation table {width:100%;margin-bottom:15px;}
caption{overflow:hidden;width:0;height:0;font-size:0;line-height:0; text-align: center;}
.infomation table th{padding:5px 0px;background-color:#efeeee;border:1px solid #cbcbcb;border-left:none;font-size:14px;color:#000;font-weight:400;text-align:center;}
.infomation table td{padding:5px 10px;border:1px solid #cbcbcb;border-right:none;font-size:16px;text-align:left;color:#222;}
.infomation table input[type=text]{height:30px;padding:5px;border:1px solid #cbcbcb;box-sizing:border-box; background: #fff;}
.infomation table select{width:65px;height:28px;padding:2px;border:1px solid #cbcbcb;box-sizing:border-box; background: #fff;}
.infomation table td a.btn {display:inline-block;width:88px;margin-left:0px;line-height:30px;background-color:#333132;font-size:13px;color:#fff;text-align:center;vertical-align:top;}
.w400{width:80%;}
.w160{width:160px;}
.w65{width:65px;}
.mgb{margin-bottom:10px;}
.infomation table td span{font-size:13px;}
.btn_area{text-align:center;}
.btnCommon{display:inline-block;padding:13px 47px;background-color:#333132;color:#fff;font-size:16px;}
.btnCommon:hover{color:#222;}
.info_area{margin-bottom:30px;}
/*언론보도*/
.news { width: 96%; margin: 0px auto;}
.news * { box-sizing: content-box;}

.news table {
	width: 100%;
	color: #454545;
	background-color: #fff;
	margin-bottom: 50px;
	font-size: 12px;}
	
	.news th { 
		padding: 12px 0px;
		font-size: 14px;
		line-height: 1;
		color: #4b4d55;
		background-color: #e5ecec;}
	
	.news td {
		padding: 8px 0px;
		font-size: 12px;
		line-height: 1.4;
		text-align: center;
		color: #4d4d4d;
		border-bottom: 1px solid #e3e3e3;}
		
	.news table td.tit {
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;}
		
		.news table a { 
			color: #999; 
			margin-right: 5px;
			margin-left: 5px;
			display: block;
			letter-spacing: -1px;}
			
			.news .tit strong { font-weight: bold;  color: #000;  display: block; margin-bottom: 2px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news .tit span {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
		
		.news table a:hover,
		.news table a:focus { text-decoration: underline;}

/*모델하우스*/
.ifWrap { width: 96%; margin: 0px auto; position: relative;}
.ifWrap iframe { margin-bottom: 30px;}
.ifWrap .btnWrap { width: 100%; position: relative; margin-bottom: 30px; text-align: right;}
.ifWrap .btnWrap a { width: 30%; padding: 0px 2%; height: 40px; margin-left: 0.5%; border-radius: 10px; display: inline-block; font-size: 12px; line-height: 40px;  background: #8B8075; color: #fff; text-align: left; position: relative;}
.ifWrap .btnWrap a:nth-child(2) {background:#737574}
.ifWrap .btnWrap a:nth-child(3) {background:#3B3B3B}
.ifWrap .btnWrap a::after {width: 10px; height: 40px; display: block; position: absolute; top: 0px; right: 5px; text-align: right; content: ">"; font-family:"Gotham", "sans-serif"}
.ifWrap .ori { width: 100%; position: relative; margin-bottom: 40px; }
.ifWrap .ori li { width: auto; position: relative; padding: 0px 15px; font-size: 13px; line-height: 1.4; color: #999; }
.ifWrap .ori li::after { width: 10px; height: 100%; display: block; position: absolute; top: 0px; left: 0px; content: "※"}
