/* common */
*{
	--mainCol: #b78d3b;
	word-break: keep-all !important;
}

html, body {
	/* scroll-behavior: smooth; */
}

.mb{
	display: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'pl';
    src: url('/include/font/Pretendard-Light.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'pr';
    src: url('/include/font/Pretendard-Regular.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'pm';
    src: url('/include/font/Pretendard-Medium.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'psb';
    src: url('/include/font/Pretendard-SemiBold.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'pb';
    src: url('/include/font/Pretendard-Bold.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'cs';
    src: url('/include/font/ChosunKm.TTF') format('truetype');
    /* font-weight: normal; */
    font-style: normal;
}

@font-face {
    font-family: 'nsm';
    src: url('/include/font/NotoSerifKR-Medium.ttf') format('truetype');
    /* font-weight: normal; */
    font-style: normal;
}

@font-face {
    font-family: 'nsb';
    src: url('/include/font/NotoSerifKR-Bold.ttf') format('truetype');
    /* font-weight: normal; */
    font-style: normal;
}

body{
	/* overflow-x: hidden; */
	/* font-family: 'Noto Sans KR', sans-serif; */
	font-family: 'pr';
	background: #000;
}

h1, h2, h3, h4, h5, h6,
dt, th,
input, button{
	font-family: 'Noto Sans KR', sans-serif;
}

body *{
}

.noto{
	font-family: 'Noto Sans KR', sans-serif !important;
}

.pb{
	font-family: "pb";
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
	/* font-family: "pb"; */
	/* font-weight: 400; */
}

.pt0{
	padding-top: 0 !important;
}

.pb0{
	padding-bottom: 0 !important;
}

.mt0{
	margin-top: 0 !important;
}

.mb0{
	margin-bottom: 0 !important;
}

.content{
	overflow-x: hidden;
}

#bo_v_con img{
	max-width: 100%;
}

a.btn_admin, .btn_admin{
	display: none !important;
}

/* imgBox */
.imgBox img{
	max-width: 100%;
	margin: auto;
	display: block;
}

/* inner */
.inner{
	width: 90%;
	max-width: 1700px;
	margin: auto;
}

/* header */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	box-sizing: border-box;
	transition: all 0.5s;
	/* background: rgba(13,13,13,0.7); */
}

.header::before{
	content: '';
	display: block;
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	background: #a68551;
	transition: all 1s;
	opacity: 0;
}

.header:hover::before,
.header.light::before{
	opacity: 1;
	width: 100%;
}

/* .header:hover,
.header.light{
	background: #fff;
	border-bottom: 1px solid #eee;
} */

.header .inner{
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.header .logo img.b{
	display: none;
}

/* .header:hover .logo img.b,
.header.light .logo img.b{
	display: block;
}

.header:hover .logo img.w,
.header.light .logo img.w{
	display: none;
} */

.header .menuBtn{
	display: block;
	width: 22px;
	height: 18px;
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
}

.header .menuBtn span{
	position: absolute;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	background: #fff;
	transition: all 0.4s
}

.header:hover .menuBtn span,
.header.light .menuBtn span{
	background: #fff;
}

.header .menuBtn span:nth-child(1){
	top: 0;
	transform: translate(-50%,0%);
}

.header .menuBtn span:nth-child(2){
	top: 50%;
	transform: translate(-50%,-50%);
}

.header .menuBtn span:nth-child(3){
	top: 100%;
	transform: translate(-50%,-100%);
}

.header .menuBtn.on span:nth-child(1){
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}

.header .menuBtn.on span:nth-child(2){
	opacity: 0;
}

.header .menuBtn.on span:nth-child(3){
	top: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}

.header .nav{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: -150%;
	left: 0%;
	background: #a68551 url(/include/img/simbol.png) no-repeat right 50px bottom 50px / 450px auto;
	box-sizing: border-box;
	padding-top: 35px;
	transition: all 1s;
}

.header .nav.on{
	top: 0;
}

.header .nav .innav{
	max-width: 1700px;
	width: 90%;
	margin: auto;
	box-sizing: border-box;
	padding-right: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header .nav .logBox{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 30px;
}

.header .nav .logBox a{
	color: #fff;
	font-family: "pl";
	font-size: 16px;
	margin-left: 40px;
}

.header .navLogo{
	width: 156px;
}

.header .navUl{
	display: flex;
	width: calc(100% - 156px - 10%);
	justify-content: space-between;
}

.header .navUl > li{
	position: relative;
	/* width: 50%; */
}

.header .navUl > li:nth-child(1){
	order: 0;
}

.header .navUl > li:nth-child(2){
	order: 1;
}

.header .navUl > li:nth-child(3){
	order: 2;
}

.header .navUl > li:nth-child(4){
	order: 4;
}

.header .navUl > li:nth-child(5){
	order: 5;
}

.header .navUl > li:nth-child(6){
	order: 6;
}

.header .navUl > li:nth-child(7){
	order: 3;
}

.header .navUl > li > a{
	font-size: 18px;
	font-weight: 400;
	display: block;
	height: 64px;
	line-height: 64px;
	position: relative;
	color: #fff;
	font-family: "pm";
}

.header .navUl > li > a::after{
	content: '';
	display: block;
	width: 0%;
	height: 2px;
	opacity: 0;
	background: var(--mainCol);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	transition: all 0.3s;
}

.header .navUl > li > ul{
	/* position: absolute; */
	/* left: 0%; */
	/* top: 100%; */
	transform: translate(0%,0px);
	z-index: 10;
	padding: 10px 0;
	/* background: rgba(255,255,255,0.9); */
	border-radius: 15px;
}

.header .navUl > li > ul > li > a{
	display: block;
	font-size: 15px;
	line-height: 1.4;
	padding: 8px 0;
	text-align: left;
	font-weight: 500;
	width: auto;
	white-space: nowrap;
	color: #eadac7;
}

.header .navUl > li > ul > li > a.bold{
	font-family: "pm";
	color: #fff;
}

.header .navUl > li > ul > li > a:hover{
	color: #fff;
}

.header .navBg{
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	height: 250px;
	background: #fff;
	background: rgba(13,13,13,0.93);
	background: rgba(255,255,255,1);
	display: none;
	box-shadow: rgba(0,0,0,0.1) 0 0 10px;
}

.header .navBg .navTel h4{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 5px;
	padding-top: 40px;
}

.header .navBg .navTel a{
	font-size: 34px;
	color: var(--mainCol);
	font-weight: 700;
	display: flex;
	align-items: center;
}

.header .navBg .navTel a img{
	width: 40px;
	margin-right: 10px;
}

/* popup */
.hd_pops img{
	max-width: 100%;
}

/* quickBar */
.quickBar{
	position: fixed;
	top: 150px;
	right: 0px;
	z-index: 6;
	transform: translate(0%,0%);
	transition: all 1s;
	overflow: hidden;
	background: url(/include/img/quick_bg.png) no-repeat center / contain;
	padding-bottom: 30px;
	backdrop-filter: blur(10px);
	padding-right: 10px;
	border-radius: 20px 0 0 20px;
	width: 93px;
	height: 435px;
}

.quickBar.on{
	right: calc(50px + 98px - 10px);
	transform: translate(0,0%);
	border-radius: 14px 0 0 14px;
	width: 90px;
}

.quickBar .quickH,
.quickBar .quickF{
	display: none;
}

.quickBar ul{
	border-radius: 20px 0 0 100px;
	padding: 20px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 90px;
}

.quickBar ul li{
	width: 100%;
	margin: auto;
	/* margin-left: 15px; */
	/* border-bottom: 1px solid #eee; */
}

.quickBar ul li a{
	display: block;
	padding: 15px 0px;
	text-align: center;
}

.quickBar ul li img{
	width: 35px;
	margin: 0 auto 7px;
	display: block;
	/* animation: qk 1.5s infinite; */
}

.quickBar ul li:hover img{
	animation: qk 1.5s;
}

/* .quickBar ul li:nth-child(2) img{
	animation-delay: 0.2s;
}

.quickBar ul li:nth-child(3) img{
	animation-delay: 0.4s;
}

.quickBar ul li:nth-child(4) img{
	animation-delay: 0.6s;
}

.quickBar ul li:nth-child(5) img{
	animation-delay: 0.8s;
} */

@keyframes qk{
	0%{transform: rotate(0deg)}
	5%{transform: rotate(10deg)}
	15%{transform: rotate(-10deg)}
	20%{transform: rotate(0deg)}
}

.quickBar ul li span{
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	font-family: "pb";
	display: none;
}

.quickBar .topBtn{
	display: block;
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* quickBtn */
.quickBtn{
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 9;
	width: 98px;
	cursor: pointer;
}

.quickBtn img{
	max-width: 100%;
}

.quickBtn img.coveron{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.2s;
}

.quickBtn.on img.coveron{
	opacity: 1;
}

/* quickForm */
.quickForm{
	position: fixed;
	right: 0px;
	transform: translate(110%,0);
	bottom: 30px;
	width: 90%;
	max-width: 343px;
	box-sizing: border-box;
	padding: 30px;
	background: url(/include/img/quickFormBg.jpg) no-repeat center / cover;
	border-radius: 15px;
	overflow: hidden;
	z-index: 9;
	transition: all 2s;
	box-shadow: rgba(35,35,35,.13) 0 0 25px;
}

.quickForm.on{
	right: 30px;
	transform: translate(0,0);
}

.quickForm h2{
	margin-bottom: 30px;
}

.quickForm h2 img{
	display: block;
	margin: auto;
}

.quickForm li{
	margin-bottom: 10px;
}

.quickForm li input{
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 100px;
	box-shadow: none;
	height: 40px;
	padding-left: 15px;
	font-size: 14px;
	font-family: "pl";
	color: #fff;
}

.quickForm li input::placeholder{
	color: #d1d1d1;
}

.quickForm .perP{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.quickForm .perP label{
	color: #fff;
	font-size: 10px;
	margin-left: 4px;
}

.quickForm .perP input{
	width: 10px;
}

.quickForm .sendBtn{
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 100px;
	height: 40px;
	font-size: 16px;
	font-family: "pb";
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	color: #000;
}

.quickForm .closeBtn{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.quickForm .closeBtn::before,
.quickForm .closeBtn::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}

.quickForm .closeBtn::before{
	transform: translate(-50%,-50%) rotate(45deg);
}

.quickForm .closeBtn::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* subContent */
.subContent{
	width: 100%;
	margin: 0px auto 0;
	/* min-height: calc(100vh - 90px); */
}

/* subVisual */
.subVisual{
	/* margin-top: 90px; */
	height: 669px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	/* background-attachment: fixed; */
	background-image: url(/include/img/visual_intro.jpg);
	position: relative;
}

.subVisual[data-group='intro']{
	background-image: url(/include/img/visual_intro.jpg);
}

.subVisual[data-group='consulting']{
	background-image: url(/include/img/visual_consulting.jpg);
}

.subVisual[data-group='non']{
	background-image: url(/include/img/visual_non.jpg);
}

.subVisual[data-group='property']{
	background-image: url(/include/img/visual_property.jpg);
}

.subVisual[data-group='community']{
	background-image: url(/include/img/visual_community.jpg);
}

.subVisual span{
	color: #fff;
	font-size: 20px;
	display: block;
	text-align: center;
	line-height: 1;
	margin-bottom: 13px;
}

.subVisual h2{
	color: #fff;
	font-size: 45px;
	font-weight: normal;
	font-family: "pb";
}

.subVisual .subNavi{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.subVisual .subNavi .top{
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding-bottom: 40px;
}

.subVisual .subNavi .top ul{
	width: 80%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: flex-end;
}

.subVisual .subNavi .top ul li{
	color: #fff;
	font-size: 18px;
	font-family: "pl";
	color: #d1d1d1;
	font-weight: normal;
}

.subVisual .subNavi .top ul li + li{
	margin-left: 15px;
}

.subVisual .subNavi .top ul li.li3{
	font-family: "pb";
}

.subVisual .subNavi .bottom ul{
	width: 90%;
	max-width: 1700px;
	margin: auto;
	display: flex;
}

.subVisual .subNavi .bottom ul li{
	position: relative;
}

.subVisual .subNavi .bottom ul li + li{
	margin-left: 10px;
}

.subVisual .subNavi .bottom ul li a{
	line-height: 90px;
	font-size: 18px;
	color: #d1d1d1;
	font-family: "pl";
	font-weight: normal;
	display: block;
	padding: 0 15px;
}

.subVisual .subNavi .bottom ul li.on a{
	font-family: "pb";
}

.subVisual .subNavi .bottom ul li.on::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

/* frdBox */
.frdBox{
	background: #111;
	padding: 65px 0;
}

.frdBox .slideUl{
	margin: 0 -5px;
}

.frdBox .slideLi{
	margin: 0 5px;
}

.frdBox .slideLi img{
	max-width: 100%;
}

/* footer */
#footer{
	width: 100%;
	background: #000;
	padding: 50px 0;
}

#footer .inner{
	display: flex;
	justify-content: space-between;
}

#footer .fLogo{
	width: 64px;
	display: flex;
	align-items: center;
}

#footer .fLogo img{
	width: 100%;
}

#footer .rightBox{
	width: calc(100% - 64px - 106px - 180px);
}

#footer .fnb{
	display: flex;
	margin-bottom: 10px;
}

#footer .fnb li + li{
	margin-left: 10px;
}

#footer .fnb li a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

#footer p{
	font-size: 13px; 
	line-height: 2;
	color: #fff;
}

#footer .snsBox{
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	width: 106px;
}

#footer .snsBox a{
	display: block;
	width: 23px;
}

#footer .snsBox a + a{
	margin-left: 20px;
}

#footer .snsBox a img{
	width: 100%;
}


/* ---------------------------------------------------------- 1024 */
@media screen and (max-width: 1024px){




}


/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

body {
	overflow-x: hidden;
}

.pc{
	display: none !important;
}

.mb{
	display: block !important;
}

/* header */
.header{
	/* z-index: 51; */
}

.header::before{
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	transition: all 1s;
	opacity: 0;
}

.header:hover::before,
.header.light::before{
	opacity: 1;
	width: 100%;
}

.header .inner{
	height: 60px;
	/* justify-content: center; */
	position: relative;
}

.header .logo{
	width: 95px;
	position: relative;
	z-index: 1;
}

.header .logo img{
	max-width: 100%;
}

.header .menuBtn{
	display: block;
	width: 20px;
	height: 16px;
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
}

.header .menuBtn span{
	position: absolute;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	background: #fff;
	transition: all 0.4s
}

.header:hover .menuBtn span,
.header.light .menuBtn span{
	background: #fff;
}

.header .menuBtn span:nth-child(1){
	top: 0;
	transform: translate(-50%,0%);
}

.header .menuBtn span:nth-child(2){
	top: 50%;
	transform: translate(-50%,-50%);
}

.header .menuBtn span:nth-child(3){
	top: 100%;
	transform: translate(-50%,-100%);
}

.header .menuBtn.on span:nth-child(1){
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}

.header .menuBtn.on span:nth-child(2){
	opacity: 0;
}

.header .menuBtn.on span:nth-child(3){
	top: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}

.header .nav{
	background: #a68551 url(/include/img/simbol.png) no-repeat left 5vw bottom 5vw / 30% auto;
	padding-top: 0vw;
	transition: all 0.5s;
	overflow: hidden;
}

.header .nav.on{
	top: 0;
}

.header .nav .innav{
	margin: auto;
	box-sizing: border-box;
	display: flex;
	padding-right: 0;
	justify-content: flex-start;
	width: 100%;
}

.header .nav .logBox{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 60px;
	padding-right: 50px;
	margin-bottom: 0;
}

.header .nav .logBox a{
	font-size: 13px;
	margin: 0 10px;
}

.header .navLogo{
	width: 156px;
	display: none;
}

.header .navUl{
	flex-wrap: wrap;
	width: calc(100%);
	height: calc(100vh - 60px);
	justify-content: space-between;
	align-content: flex-start;
	padding-top: 5vw;
}

.header .navUl > li{
	width: calc(100%);
}

.header .navUl > li > a{
	font-size: 4vw;
	height: auto;
	line-height: 13vw;
	position: relative;
	box-sizing: border-box;
	padding-left: 5vw;
	border-radius: 0;
}

.header .navUl > li.on > a{
	background: #bd9a63;
}

.header .navUl > li > a::after{
	content: '';
	display: block;
	width: 0%;
	height: 2px;
	opacity: 0;
	background: var(--mainCol);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	transition: all 0.3s;
}

.header .navUl > li > ul{
	position: absolute;
	left: 50%;
	top: 0px;
	width: calc(50%);
	height: calc(100vh - 60px - 5vw);
	transform: translate(0%,0px);
	z-index: 10;
	border-radius: 0vw;
	box-sizing: border-box;
	background: #bd9a63;
	padding-left: 5vw;
	display: none;
}

.header .navUl > li.on > ul{
	display: block;
}

.header .navUl > li > ul > li > a{
	display: block;
	font-size: 3.5vw;
	line-height: 1.4;
	padding: 8px 0;
	text-align: left;
	font-weight: 500;
	width: auto;
	white-space: nowrap;
	color: #eadac7;
}

.header .navUl > li > ul > li > a.bold{
	font-family: "pm";
	color: #fff;
}

.header .navUl > li > ul > li > a:hover{
	color: #fff;
}

.header .navBg{
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	height: 250px;
	background: #fff;
	background: rgba(13,13,13,0.93);
	background: rgba(255,255,255,1);
	display: none;
	box-shadow: rgba(0,0,0,0.1) 0 0 10px;
}

.header .navBg .navTel h4{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 5px;
	padding-top: 40px;
}

.header .navBg .navTel a{
	font-size: 34px;
	color: var(--mainCol);
	font-weight: 700;
	display: flex;
	align-items: center;
}

.header .navBg .navTel a img{
	width: 40px;
	margin-right: 10px;
}

/* popup */
.hd_pops{
	width: 90% !important;
	top: 70px !important;
	left: 50% !important;
	transform: translate(-50%,0%) !important;
}

.hd_pops_con{
	width: 100% !important;
	height: auto !important;
}

.hd_pops img{
	width: 100% !important;
	height: auto !important;
}

/* quickBar */
.quickBar{
	border-radius: 4vw 4vw 0 0;
	width: 100%;
	top: auto;
	bottom: 0;
	background: #000;
	height: auto;
	padding: 0;
}

.quickBar.on{
	width: 100%;

}

.quickBar ul{
	height: auto;
	width: 100%;
	padding: 0vw 0;
}

.quickBar ul li{
	width: calc(100%/5);
	padding: 0;
}

.quickBar ul li a{
	padding: 5vw 0;
}

.quickBar ul li img{
	width: 30px;
	margin: 0 auto 5px;
}

.quickBar ul li span{
	font-size: 10px;
}

.quickBar .topBtn{
	display: none;
}

/* quickBtn */
.quickBtn{
	bottom: 5vw;
	right: 5%;
	z-index: 9;
	max-width: 98px;
	width: 60px;
	cursor: pointer;
}

.quickBtn img{
	max-width: 100%;
}

/* quickForm */
.quickForm{
	right: 0px;
	transform: translate(110%,0);
	bottom: calc(60px + 5vw + 15px);
	width: 90%;
	padding: 20px;
	border-radius: 10px;
	box-shadow: rgba(35,35,35,.13) 0 0 25px;
}

.quickForm.on{
	right: 5%;
	transform: translate(0,0);
}

.quickForm h2{
	margin-bottom: 20px;
}

.quickForm h2 img{
	width: 120px;
}

.quickForm li{
	margin-bottom: 10px;
}

.quickForm li input{
	height: 35px;
	padding-left: 15px;
	font-size: 13px;
}

.quickForm .perP{
	margin-top: 15px;
}

.quickForm .sendBtn{
	height: 35px;
	font-size: 14px;
	margin-top: 10px;
}

.quickForm .closeBtn{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}


/*----- nav -----*/

/* subContent */
.subContent{
	/* padding: 12vw 0; */
}

/* subVisual */
.subVisual{
	height: 80vw;
	flex-wrap: wrap;
	align-content: center;
}

.subVisual[data-group='intro']{
	background-image: url(/include/img/visual_intro.jpg);
}

.subVisual[data-group='consulting']{
	background-image: url(/include/img/visual_consulting.jpg);
}

.subVisual[data-group='non']{
	background-image: url(/include/img/visual_non.jpg);
}

.subVisual[data-group='property']{
	background-image: url(/include/img/visual_property.jpg);
}

.subVisual[data-group='community']{
	background-image: url(/include/img/visual_community.jpg);
}

.subVisual h2{
	font-size: 7vw;
	text-align: center;
	margin-bottom: 5vw;
}

.subVisual .subNavi{
	position: static;
	width: 100%;
	bottom: auto;
	left: auto;
}

.subVisual .subNavi .top{
	border-bottom: 0px solid rgba(255,255,255,0.4);
	padding-bottom: 0px;
}

.subVisual .subNavi .top ul{
	width: 90%;
	display: flex;
	justify-content: center;
}

.subVisual .subNavi .top ul li{
	font-size: 3.5vw;
}

.subVisual .subNavi .top ul li + li{
	margin-left: 4vw;
}

.subVisual .subNavi .bottom ul{
	width: 100%;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid rgba(255,255,255,0.4);
}

.subVisual .subNavi .bottom ul li{
	width: 50%;
}

.subVisual .subNavi .bottom ul li + li{
	margin-left: 0px;
}

.subVisual .subNavi .bottom ul li a{
	line-height: 12vw;
	font-size: 3vw;
	padding: 0 0vw;
	text-align: center;
}

.subVisual .subNavi .bottom ul li.on a{
	font-family: "pb";
}

.subVisual .subNavi .bottom ul li.on::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

/* footmenu */
.footmenu{
	padding: 5vw 0;
}

.footmenu .fLogo{
	width: 120px;
	margin: auto;
}

.footmenu .fLogo img{
	width: 100%;
}

.footmenu .inner > ul{
	display: none;
}

/* frdBox */
.frdBox{
	padding: 8vw 0;
}

.frdBox .slideUl{
	margin: 0 -5px;
}

.frdBox .slideLi{
	margin: 0 5px;
}

.frdBox .slideLi img{
	max-width: 100%;
}

/* footer */
#footer{
	padding: 7vw 0;
}

#footer .inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#footer .fLogo{
	width: 50px;
	display: flex;
	align-items: center;
	order: 0;
}

#footer .fLogo img{
	width: 100%;
}

#footer .rightBox{
	width: calc(100%);
	margin-top: 5vw;
	order: 2;
}

#footer .fnb{
	margin-bottom: 2vw;
}

#footer .fnb li + li{
	margin-left: 2vw;
}

#footer .fnb li a{
	font-size: 12px;
}

#footer p{
	font-size: 10px; 
	line-height: 2;
	color: #fff;
}

#footer .snsBox{
	display: flex;
	width: calc(100% - 50px);
	align-content: center;
	align-items: flex-end;
	justify-content: flex-end;
	order: 1;
	margin: 0;
}

#footer .snsBox a + a{
	margin-left: 20px;
}


/* mbBtn */
.mbBtn ul{
	display: flex;
}

.mbBtn li{
	width: 50%;
	font-size: 0;
}

.mbBtn li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 14vw;
	background: #cdc081;
	font-size: 0;
}

.mbBtn li:last-child a{
	background: #283548;
	vertical-align: middle;
}

.mbBtn li a span{
	font-size: 4vw;
	margin-left: 1vw;
	font-weight: 600;
	color: #fff;
}

.mbBtn li a img{
	max-width: 50px;
	width: 5vw;
}

/* newform */
.newform{
	padding: 12vw 0;
	background-image: url(/include/img/form_bg_m.jpg);
}

.newform .inner{
	width: 90%;
	flex-wrap: wrap;
}

.newform .inner .txtBox{
	width: 100%;
	text-align: center;
	margin-bottom: 12vw;
}

.newform .inner .txtBox h2{
	color: #fff;
	font-size: 4vw;
	margin-bottom: 1vw;
}

.newform .inner .txtBox .callBox{
	display: flex;
	align-items: center;
	justify-content: center;
}

.newform .inner .txtBox .callBox img{
	width: auto;
	width: 5vw;
	max-width: 35px;
}

.newform .inner .txtBox .callBox p{
	font-size: 7vw;
	color: #fff;
	font-weight: bold;
}

.newform .inner .txtBox .callBox p strong{
	font-weight: bold;
	margin-left: 1vw;
}

.newform .inner .txtBox .callBox p strong:last-child{
	display: inline-block;
}

.newform .inner form{
	width: 100%;
}

.newform .inner .formBox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.newform .formUl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.newform .formUl li{
	width: 100%;
}

.newform .formUl li:nth-child(1){
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 4vw;
}

.newform .formUl li:nth-child(1) > div{
	width: 32%;
	height: 10vw;
	line-height: 10vw;
	margin-right: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newform .formUl li:nth-child(1) > div:last-child{
	margin-right: 0;
}

.newform .formUl li:nth-child(1) > div .iconCheck{
	display: block;
	width: 3vw;
	height: 10vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 1vw;
}

.newform .formUl li:nth-child(1) > div input{
	display: none;
}

.newform .formUl li:nth-child(1) > div label{
	color: #fff;
	font-size: 3vw;
	cursor: pointer;
}

.newform .formUl li:nth-child(2){
	display: none;
}

.newform .formUl li .tellDiv{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.newform .formUl li select,
.newform .formUl li input[type='text'],
.newform .formUl li input[type='tel']{
	height: 8vw;
	line-height: 8vw;
	width: 32%;
	border: 0;
	box-sizing: border-box;
	padding-left: 10px;
	/* border-radius: 0; */
	font-size: 3vw;
	font-weight: bold;
}

.newform .formUl li:nth-child(2) input[type='text'],
.newform .formUl li:nth-child(2) input[type='tel']{
	width: 100%;
}

.newform .check{
	margin: 2vw 0;
	margin-right: 1vw;
	width: calc(100%);
}

.newform .check .per{
	display: flex;
	align-items: center;
	white-space: nowrap;
	color: #fff;
	font-size: 2.5vw;
}

.newform .check .per input{
	margin-right: 3px;
	width: 2.5vw;
}

.newform .check .per a{
	color: #fff;
	margin-left: 3px;
	display: inline-block;
}

.newform .btnBox{
	width: 100%;
	display: flex;
	justify-content: center;
}

.newform .btnBox > div{
	width: 100%;
}

.newform .btnBox a{
	display: block;
	width: 100%;
	height: 12vw;
	line-height: 12vw;
	color: #fff;
	font-size: 3vw;
	text-align: center;
}

/* call_banner */
.call_banner{position: fixed;bottom: 0;left: 0;z-index: 99}
.call_banner img{
	width: 100%;
}

/* nav5 formCoun */
/* .counForm {background: #ffd543; height: 390px; padding:6% 0;} */
/* .counForm ul {}
.counForm ul li {}
.counForm ul li div {display: flex;}
.counBtn {display: block;width: 90%;margin:auto}
.sub_04 .subtit {width:70%; text-align: center;}
.sub_04 form ul li {font-size: 14px;}
.sub_04 form .client {width:90%; margin:auto;line-height:40px;}
.sub_04 form .client .uName {height: 40px;line-height: 40px;width: 25%}
.sub_04 form .client .uTel {height: 40px;line-height: 40px;width: 26%; border-radius:5px; margin-right:4%;}
.sub_04 form .client .area_input {width: 75%;}
.sub_04 form .client .input-num-size {width: 100%;height: 40px;border-radius:5px;}
.sub_04 form ul li label{float:left;width:100px;color:#444;line-height:44px;text-indent: 30px;border-radius: 5px 0px 0 5px;text-indent: 26px;}
.sub_04 form ul li label.uName {background: url(../img/ico_uName4.png) no-repeat left 7px center #fff; background-size: 15px auto;}
.sub_04 form ul li label.uTel {background: url(../img/ico_uTel4.png) no-repeat left 7px center #fff; background-size: 15px auto;}
.sub_04 form .proBox {position: relative; height: 50px; overflow:auto; padding:5px; background:#fff; width:87%; margin:auto; font-size: 12px; border-radius: 5px;}
.sub_04 form .check {text-align: left; margin:3% 6%; font-size:14px}
.input-num-size {width:25%;}
.blind {width:0;}
.wave {margin: 0 3%;} */






}