.subTopWrap .menuWrap {
    display: flex;
    height: 70px;
    width: 100%;
    /* justify-content: space-between; */
    margin:0 auto;
    align-items: center;
    border-bottom:1px solid #e9ebeb;
    z-index: 10;
}

/* .subTopWrap:before {
    content:'';
    width: 550px;
    height: 100%;
    background-color: #001343;
    position:absolute;
    top:0;
    right:0;
} */
.subTopWrap .open { width: 176px; height: 176px;  position:absolute;  right: 35px; top: 200px; display: flex; align-items: center; justify-content: center; z-index: 10;}
.subTopWrap .open .b2 {    position:absolute;}
.subTopWrap .open .b1 {    animation:rotateLoop 5s infinite linear;}

.subTopWrap .imageWrap {
	height: 420px;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    overflow: hidden;
    /* margin:0 125px 0 50px; */
    width: 100%;
}

.subTopWrap .imageWrap>img {
    width: 1920px;
	max-width: inherit;
    /* 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: block;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    height: auto;
    top:225px;
    width: 1200px;
    max-width: 100%;
    /* padding-left: 70px; */
    z-index: 10;
    /* padding-bottom: 70px; */
}

.subTopWrap .textWrap .text1 {
    color: #fff;
    font-size: 54px;
    font-family: 'NamB';
	font-weight: 800;
	margin-bottom: 0px;
	line-height: 1;
	padding-right: 50px;
    /* margin-bottom: 40px; */
    /* margin-left: -10px; */
    display: inline-block;
    /* 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: 18px;
	line-height: 1.4;
	font-weight: 300;
    font-family: 'NotoKrR';
	display: inline-block;
}

.subTopWrap .menuWrap .homeBtn {
    display: flex;
    width: 70px;
	height: 64px;
    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: 270px; display: inline-block;border-right:1px solid rgba(0,0,0,.4);  }
.subTopWrap .menuWrap .subM1 strong {width: 100%; height: 64px;  padding: 0 30px; color: #111; font-size: 18px;  line-height: 62px; display: inline-block;  background: url("../images/sub/sub_bulit1.png") no-repeat 90% 45%;}
.subTopWrap .menuWrap .subM1 strong.nth2 {background: url("../images/sub/sub_bulit2.png") no-repeat 90% 42%;}
.subTopWrap .menuWrap .subM1 a {width: calc(100% + 2px); height: 64px; padding: 0 30px; color: #333; font-size: 18px;  line-height: 62px;   background: #fff; border: 1px solid #ccc; border-top: none; transition: all .3s; display: none; box-sizing: border-box; margin-left: -1px;}
.subTopWrap .menuWrap .subM1.on  a{  display: inline-block;}
.subTopWrap .menuWrap .subM1 a:hover { background: #eee; color: #000;}
.subTopWrap h3 { width: 100%;  font-family: 'NotoKrM'; padding: 60px 100px 60px 0px; text-align: center; color: #000; font-size: 42px; line-height: 1;}

.subTopWrap .menuWrap .homeBtn img {
    /* margin-right: 30px; */
}

.subTopWrap .menuWrap .homeBtn span {
    color:#262626;
    font-size: 17px;
    font-family: 'NotoKrD';
}

.subTopWrap .menuWrap>p {
    width: 300px;
    border-right:1px solid #e5e5e5;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 10px;
    justify-content: space-between;
    font-size: 16px;
    font-family: 'NotoKrR';
}

.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%; */
    flex:1;
    text-align: center;
    white-space: nowrap;
    /* padding:0 125px 0 55px; */
}

.subTopWrap .menuWrap ul li {
    height: 100%;
    margin:0 35px;
    display: inline-block;
}

.subTopWrap .menuWrap ul li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    font-size: 18px;
    padding:0 5px;
    font-family: 'NotoKrM';
    color:#555555;
    position:relative;
}

.subTopWrap .menuWrap ul li.active a {
    color:#074a4c;
}

.subTopWrap .menuWrap ul li a:after {
    content:'';
    background-color: #074a4c;
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 3px;
    display: none;
}

.subTopWrap .menuWrap ul li.active a:after {
    display: block;
}

/* .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 span { padding: 0 40px; font-size: 18px;}
.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 {
    /* 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 .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: 150px 0;
    position: relative;
    min-height: 400px;
}

.footer { background: #f7f7f7;}

.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 P {font-size: 14px; font-weight: 400; color: #6f6f6f; margin-bottom: .875rem; letter-spacing: -1px; line-height: 30px;}
.agreement_inner P.box { padding: .5rem 1rem;}
.agreement_inner .list {font-size: 16px; font-weight: bold; color: #25282a; margin-bottom:30px; line-height: 30px;}
.agreement_inner .list li {position: relative; padding-left: 8px;}
.agreement_inner .list li a {display: inline-block;margin-left: 5px;color: #005151;border-bottom: 1px solid #005151;}


.agree-wrap {font-size: 1rem; font-weight: 400; color: #777; margin: .5rem auto 4rem; text-align: center;}
.agree-wrap:after {content: ""; display: block; clear: both;}
.agree-wrap P {float:left;}
.agree-wrap .agree-input {font-size: .875rem;}
.agree-wrap .agree-input INPUT {margin:0 5px;}
.agree-wrap .agree-input INPUT:nth-child(2) {margin-left: 1rem;}

.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; width: 100%; text-align: center; font-size: 16px;}
.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:400px;}
.w160{width:160px;}
.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: 50px; border: 1px solid #ccc; margin-top: 40px; }
.qbox { width: 100%; position: relative; margin-bottom: 40px;}
.qbox h5 { width: 100%; margin-bottom: 15px; font-size: 18px; line-height: 1; color: #000;}
.qbox ul { width: 100%; font-size: 16px; line-height: 1.4; position: relative}
.qbox ul::after { width: 1px; height: 0; display: block; content: ""; clear: both;}
.qbox ul li { display: inline-block; margin-right: 30px;}
.qbox ul.l6 li { width: 100%; margin-bottom: 5px; margin-right: 0;}



.emodelhouseWrap iframe { margin-bottom: 30px;}
.emodelhouseWrap .btnWrap { width: 100%; position: relative; margin-bottom: 30px; text-align: right;}
.emodelhouseWrap .btnWrap a { width: 200px; padding: 0px 10px; height: 40px; margin-left: 5px; border-radius: 10px; display: inline-block; font-size: 16px; 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: 32px; 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;}
.emodelhouseWrap .ori { width: 100%; position: relative; text-align: left;}
.emodelhouseWrap .ori li { width: auto; position: relative; padding: 0px 15px;  font-size: 14px; line-height: 1.4; color: #999;}
.emodelhouseWrap .ori li::before { width: 10px; display: inline-block; position: relative; top: 0px; left: 0px; content: "※"; margin-right: 3px;}	