.subTopWrap {
    position: relative;
    /* overflow: hidden; */
    /* border-bottom:1px solid #e6e6e6; */
    /* padding: 0 70px 0; */
    display: flex;
    flex-flow: column;
    align-items: center;
    /* margin-top: 120px; */
    /* 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;
    flex-flow: column;
    align-items: center;
    overflow: hidden;
    /* margin:0 125px 0 50px; */
    width: 100%;
}

.subTopWrap .imageWrap>img {
    width: 100%;
    /* transform-origin: 0 100%; */
    transform: scale(1.1);
    animation: subImage 5s forwards;
}

@keyframes subImage {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.subTopWrap .textWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0;
    width: 1200px;
    max-width: 100%;
    padding-top: 80px;
    /* padding-left: 70px; */
    z-index: 10;
    /* padding-bottom: 70px; */
}

.subTopWrap .textWrap .text1 {
    color: #292929;
    font-size: 5.9375vw;
    font-family: 'NotoKrM';
    /* margin-bottom: 40px; */
    /* margin-left: -10px; */
    display: flex;
    flex-flow: column;
    align-items: center;
    /* position:absolute; */
    /* margin-bottom: 32px; */
}

/* .subTopWrap .textWrap .text1:before {
    content:'';
    position:absolute;
    bottom: 5px;
    right:-20px;
    width: 12px;
    height: 12px;
    border-radius:100%;
    background-color: #eec373;
} */

.subTopWrap .textWrap .text1 img {
    margin-top: 15px;
}

.subTopWrap .textWrap .text1 span {
    color: #eac9a1;
}

.subTopWrap .textWrap .text2 {
    color: #fff;
    font-size: 24px;
    font-family: 'NotoKrM';
}

.subTopWrap .menuWrap {
    display: flex;
    height: 50px;
    width: 100%;
	margin: 0px auto 0;
    /* justify-content: space-between; */
    border-bottom:1px solid rgba(0,0,0,.4); 
    z-index: 10;
    position:relative; 
	max-width: 720px;

}

.subTopWrap .menuWrap .homeBtn {
    display: flex;
    width: 50px;
	height: 50px;
    align-items: center;
	justify-content: center;
	border-right:1px solid rgba(0,0,0,.4); 
    /* padding-right: 40px; */
    /* border-right:2px solid #e6e6e6; */
}
.subTopWrap .menuWrap .subM1 { width: calc(50% - 25px); display: inline-block;border-right:1px solid rgba(0,0,0,.4);  }
.subTopWrap .menuWrap .subM1 strong {width: 100%; height: 50px;  padding: 0 30px; color: #000; font-size: 16px;  line-height: 48px; display: inline-block;  background: url("../../../assets/images/sub/sub_bulit1.png") no-repeat 90% 45%;}
.subTopWrap .menuWrap .subM1 strong.nth2 {background: url("../../../assets/images/sub/sub_bulit2.png") no-repeat 90% 42%;}
.subTopWrap .menuWrap .subM1 a {width: calc(100% + 2px); height: 50px; padding: 0 30px; color: #333; font-size: 16px;  line-height: 48px;   background: #fff; border: 1px solid #ccc; border-top: none; transition: all .3s; display: none; margin-left: -1px;}
.subTopWrap .menuWrap .subM1.on  a{  display: inline-block;}
.subTopWrap .menuWrap .subM1 a:hover { background: #eee; color: #000;}

/* .subTopWrap .menuWrap ul li:last-child a:after {
    display: none;
} */

.subTopWrap .bottomWrap {
    width: 100%;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    /* border-top:1px solid #c2c9ce; */
    /* position: absolute; */
    /* bottom: -34px; */
    /* background-color: rgba(255, 255, 255, 0.6); */
    background-color: #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #d9d9d9;
    /* border-radius:0 30px 0 0; */
}

.subTopWrap .bottomWrap .layout {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.subTopWrap .bottomWrap ul {
    display: flex;
    align-items: center;
    gap:0 30px;
    height: 100%;
}

.subTopWrap .bottomWrap ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    color: #575756;
    font-size: 18px;
    padding:0 15px;
    font-family: 'NotoKrD';
}

.subTopWrap .bottomWrap ul li.active {
    /* background-color: #fff; */
    color: #000000;
    /* font-family: 'NotoKrM'; */
    border: none;
    font-weight: bold;
    position:relative;
}

.subTopWrap .bottomWrap ul li.active:before {
    content:'';
    position:absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 2px;
    background-color: #000000;
}

.subTopWrap .bottomWrap .homeBtn {
    border-right:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
    /* width: 60px; */
    /* margin-right: 54px; */
    width: 60px;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.subTopWrap .bottomWrap .linkBtn {
    /* height: 100%; */
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3a3a3a;
    padding-left: 25px;
    padding-right: 20px;
    font-size: 17px;
    height: 100%;
    font-family: 'NotoKrR';
    transition: all .5s;
}

.subTopWrap .bottomWrap .linkBtn.active {
    background-color: #b57161;
    color: #fff;
}
/* 
.subTopWrap .bottomWrap .linkBtn .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subTopWrap .bottomWrap .linkBtn .icon img {
    transition: all .5s;
}

.subTopWrap .bottomWrap .linkBtn .icon img:last-child {
    position: absolute;
}

.subTopWrap .bottomWrap .linkBtn.active .icon img:first-child,
.subTopWrap .bottomWrap .linkBtn:not(.active) img:last-child {
    opacity: 0;
} */

.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;
}

.subTopWrap .qWrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.subTopWrap .qWrap>a {
    box-shadow: 2px 3.464px 13px 0px rgba(0, 0, 0, 0.24);
    margin: 5px 0;
    border-radius: 100%;
}

.subTitle {
    margin: 110px 0 0;
    text-align: center;
    font-family: 'mbR';
    font-weight: bold;
    font-size: 48px;
    color: #533d33;
}

.subTopWrap+div {
    background: url(../images/sub/bg_sub.png) no-repeat center top/100% auto;
    padding: 80px 0;
    position: relative;
    min-height: 60px;
}

.int {font-family: 'NotoKrR';}
.int h3 { font-size: 20px; margin-bottom: 10px; padding-left: 13px; position: relative;}
.int h3:before {content: "";position:absolute;left:0;top: 12px;width:5px;height:5px;background-color:#222;}
.agreement { width: 100%;  margin-bottom: 50px;}
.agreement_inner {overflow-y:scroll;max-height:180px;padding: 30px 15px 0;margin-bottom:20px;border:1px solid #ccc;line-height:20px;font-size:15px;font-weight:400;color:#222; background: #fff;}
.agreement_inner h4 {padding:30px 0 10px;font-size:18px;color:#222;font-weight:400; border-bottom: 1px solid #ccc; margin-bottom: 20px;}
.agreement_inner .txt4 {margin-bottom:30px;}
.agreement_inner .txt4 li {position:relative;padding-left:8px; margin-bottom: 5px;}
.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:14px;font-weight:400;color:#222; letter-spacing: -1px;}
.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:16px;font-weight:400;}
.info_area .agreement{margin-bottom: 40px;}
.infomation .desc {margin-bottom:10px;font-size:15px;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;}
.infomation table th{padding:5px 20px;background-color:#efeeee;border:1px solid #cbcbcb;border-left:none;font-size:16px;color:#000;font-weight:400;text-align:left;}
.infomation table td{padding:5px 10px;border:1px solid #cbcbcb;border-right:none;font-size:16px;text-align:left;color:#222;}
.infomation table td span { display: inline-block; width: 80px;}
.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:117px;margin-left:10px;line-height:30px;background-color:#333132;font-size:15px;color:#fff;text-align:center;vertical-align:top;}
.w400{width:90%;}
.w165{width:120px;}
.w65{width:65px;}
.mgb{margin-bottom:10px;}
.infomation table td p{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;}



.qlistWrap { width: 100%; position: relative; padding: 30px 2%; border: 1px solid #ccc; margin-top: 40px; margin-bottom: 40px;}
.qbox { width: 100%; position: relative; margin-bottom: 30px;}
.qbox h5 { width: 100%; margin-bottom: 10px; font-size: 30px; line-height: 1.4; color: #000;}
.qbox ul { width: 100%; font-size: 24px; line-height: 1.4; position: relative}
.qbox ul::after { width: 1px; height: 0; display: block; content: ""; clear: both;}
.qbox ul li { width: 100%; margin-bottom: 5px;}
.qbox ul li input { margin-right: 5px;}




.emodelhouseWrap iframe { margin-bottom: 20px;}
.emodelhouseWrap .tab { margin-bottom: 40px;}
.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: center; position: relative;}
.emodelhouseWrap .btnWrap a:nth-child(2) {background:#737574}
.emodelhouseWrap .btnWrap a:nth-child(3) {background:#3B3B3B}
.emodelhouseWrap .btnWrap a::after {width: 16px; height: 100%; display: block; position: absolute; top: 0px; right: 10px; text-align: right; content: ""; font-family:"Gotham", "sans-serif"; background: url("../images/sub/arrow.png") no-repeat center left; background-size: contain;}
.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 * { box-sizing: content-box;}

.news table {
	width: 100%;
	color: #454545;
	background-color: #fff;
	margin-bottom: 50px;
	font-size: 12px;}
	
	.news th { 
		padding: 16px 0px;
		font-size: 16px;
		line-height: 1;
		color: #4b4d55;
		background-color: #e5ecec;}
	
	.news td {
		padding: 10px 0px;
		font-size: 14px;
		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: 5px; font-size: 16px;}
.news .tit span {display: block;}
		
		.news table a:hover,
		.news table a:focus { text-decoration: underline;}
.btn-view-more {    display: none;    align-items: center;    justify-content: center;    margin: 0 auto;    width: 150px;    height: 50px;    font-size: 24px;	margin-bottom: 50px;    border: 1px solid #9a9a9a;        border-top-width: 1px;        border-right-width: 1px;        border-bottom-width: 1px;        border-left-width: 1px; cursor: pointer; }