.subTopWrap {
    position:relative;
    overflow: hidden;
    /* border-bottom:1px solid #e6e6e6; */
    /* padding: 180px 100px 0; */
    display: flex;
    flex-flow: column;
    align-items: center;
    /* margin: 120px 0 0; */
}

/* .subTopWrap:before {
    content:'';
    width: 550px;
    height: 100%;
    background-color: #001343;
    position:absolute;
    top:0;
    right:0;
} */

.subTopWrap .imageWrap {
    position:relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* margin:0 125px 0 50px; */
    width: 100%;
}

.subTopWrap .imageWrap>img {
    width: 100%;
    transform: scale(1.2);
    animation: subImage 5s forwards;
    visibility: hidden;
}

.subTopWrap .imageWrap>video {
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes subImage {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.subTopWrap .imageWrap:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.subTopWrap .textWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position:absolute;
    height: 100%;
    top:0;
    left:0;
    width: 100%;
    padding-top:40px;
    z-index: 10;
}

.subTopWrap .textWrap .text1 {
    color:#fff;
    font-size: 30px;
    font-family: 'NotoKrB';
    color:#fff;
    /* margin-bottom: 40px; */
    /* margin-left: -10px; */
    position:absolute;
}

.subTopWrap .textWrap img {
    width: 85%;
}

/* .subTopWrap .textWrap .text1:before {
    content:'';
    position:absolute;
    bottom: 5px;
    right:-20px;
    width: 12px;
    height: 12px;
    border-radius:100%;
    background-color: #eec373;
} */

.subTopWrap .textWrap .text1 span {
    color:#eac9a1;
}

.subTopWrap .textWrap .text2 {
    color:#fff;
    font-size: 20px;
    font-family: 'NotoKrL';
}

.subTopWrap .menuWrap {
    display: flex;
    height: 45px;
    width: 100%;
    /* justify-content: space-between; */
    margin:0 auto;
    align-items: center;
    border-bottom:1px solid #e9ebeb;
    z-index: 10;
}

.subTopWrap .menuWrap .homeBtn {
    display: flex;
    align-items: center;
    padding-right: 40px;
    border-right:2px solid #e6e6e6;
}

.subTopWrap .menuWrap .homeBtn img {
    margin-right: 30px;
}

.subTopWrap .menuWrap .homeBtn span {
    color:#262626;
    font-size: 17px;
    font-family: 'NotoKrD';
}

.subTopWrap .menuWrap .text1 {
    padding-left: 40px;
    color:#262626;
    font-size: 17px;
    font-family: 'NotoKrD';
}

/* .subTopWrap .menuWrap:after {
    content:'';
    width: 22px;
} */

.subTopWrap .menuWrap ul {
    height: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
	overflow-x: scroll;
    /* padding:0 125px 0 55px; */
}

.subTopWrap .menuWrap ul li {
    height: 100%;
    margin:0 20px;
    display: inline-block;
}

.subTopWrap .menuWrap ul li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    font-size: 13px;
    padding:0 5px;
    font-family: 'NotoKrM';
    color:#909090;
    position:relative;
}

.subTopWrap .menuWrap ul li.active a {
     color:#064547; 
}

.subTopWrap .menuWrap ul li a:after {
    content:'';
    background-color: #074a4c;
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 1px;
    display: none;
}

.subTopWrap .menuWrap ul li.active a:after {
    display: block;
}

/* .subTopWrap .menuWrap ul li:last-child a:after {
    display: none;
} */

.subTopWrap .bottomWrap {
    width: 1520px;
    max-width: 100%;
    height: 100px;
    margin:0 auto;
    /* border:1px solid #e5e5e5; */
    display: flex;
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding:0 160px 20px;
    align-items: flex-end;
    z-index: 10;
}

.subTopWrap .bottomWrap .homeBtn {
    /* border-right:1px solid #e5e5e5; */
    /* width: 90px; */
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.subTopWrap .bottomWrap span {
    /* height: 100%; */
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#002042;
    font-size: 16px;
    font-family: 'NanumSR';
}

.subTopWrap .bottomWrap span:before {
    content:'';
    width: 3px;
    height: 3px;
    border-radius:100%;
    background-color: #002042;
    margin-right: 20px;
}

.subTopWrap .bottomWrap .leftWrap {
    display: flex;
    align-items: center;
}

.subTopWrap .bottomWrap .leftWrap .arrow {
    margin:0 27px;
}

.subTopWrap .bottomWrap .homeBtn {
    display: flex;
    align-items: center;
    font-size: 16px;
    color:#303741;
    font-family: 'NotoKrD';
}

.subTopWrap .bottomWrap .leftWrap>p {
    font-size: 16px;
    color:#303741;
    font-family: 'NotoKrD';
}

.subTopWrap .bottomWrap .mWrap {
    flex:1;
    padding-left: 27px;
}

.subTopWrap .bottomWrap .mWrap .text1 {
    font-size: 18px;
    color:#fff;
    font-family: 'NotoKrR';
}

.subTopWrap .bottomWrap .rWrap {
    padding:0 23px;
    border-left:1px solid rgba(255, 255, 255, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
}

.subTopWrap .bottomWrap .rWrap .text1 {
    font-size: 16px;
    color:#fff;
    font-family: 'NotoKrL';
}

.subTopWrap .leftWrap {
    position:absolute;
    top:0;
    left:0;
    width: 180px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    background-color: #ede7e3;
}

.subTopWrap .open {
    position:absolute;
    top:150px;
    right:30px;
}

.subTitle {
    margin:110px 0 0;
    text-align: center;
    font-family: 'NotoKrM';
    font-size: 48px;
    color:#001343;
}

.subTopWrap+div {
    padding:50px 0 100px;
    position:relative;
}

.header.scroll {
    box-shadow: none;
}

.header .topWrap .logo2 {
    visibility: visible;
}

/*관심고객등록*/
.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;}

.emodelhouseWrap iframe { margin-bottom: 20px;}
.emodelhouseWrap .btnWrap { width: 100%; position: relative; margin-bottom: 20px; text-align: right;}
.emodelhouseWrap .btnWrap a { width: 32%; padding: 0px 10px; height: 40px; margin-left: 2px; border-radius: 10px; display: inline-block; font-size: 15px; line-height: 40px;  background: #8B8075; color: #fff; text-align: left; position: relative;}
.emodelhouseWrap .btnWrap a:nth-child(2) {background:#737574}
.emodelhouseWrap .btnWrap a:nth-child(3) {background:#3B3B3B}
.emodelhouseWrap .btnWrap a::after {width: 10px; height: 40px; display: block; position: absolute; top: 0px; right: 10px; text-align: right; content: ">"; font-family:"Gotham", "sans-serif"}
.emodelhouseWrap .ori { width: 100%; padding: 0px 2%; position: relative;}
.emodelhouseWrap .ori li { width: auto; position: relative; padding: 0px 15px;  font-size: 13px; line-height: 1.4; color: #999;}
.emodelhouseWrap .ori li::after { width: 10px; height: 100%; display: block; position: absolute; top: 0px; left: 0px; content: "※"}

/*언론보도*/
.news { width: 100%; margin: 0px auto;}
.news * { box-sizing: content-box;}

.news .list_wrap ul { width: 96%; margin: 40px auto; padding-top: 30px; padding-bottom: 10px; border-top: 3px solid #000; border-bottom: 1px solid #000;}
.news .list_wrap li { width: 100%; height: 300px; padding: 20px 1%;  float: left;  margin-bottom: 25px; border: 1px solid #e0e0e0; background-color: #fff; box-sizing: border-box;}

/*.news .list_wrap li:nth-child(3),.news .list_wrap li:nth-child(6) { margin-right: 0px;}*/
.news .list_wrap li a { display: block; width: 100%; transition: all .3s;}
.news .list_wrap li a:hover { }

.news .media {  margin-bottom: 15px; position: relative; display: inline-block; width: 100%; font-size: 16px; line-height: 18px; font-weight: bold; padding-bottom: 2px; color: #1B5154;}
.news .tit { /*overflow: hidden; text-overflow: ellipsis;	white-space: nowrap;*/ min-height: 78px; display: block;  width: auto; padding: 0px ; margin-bottom: 20px; font-size: 24px; line-height: 26px; color: #000; letter-spacing: -2px;}
.news .comment { font-size: 16px; line-height: 20px;  font-weight: 300; display: block; color: #828282; }

