body.body-position {
	height: 100vh;
	overflow: hidden;
}

/* ----- head ----- */
/* ----- head ----- */
/* ----- head ----- */
.m-head{display:none}
.menu-btn-close-wrap {display: none;}
.head .consulted {display:none;}

.head {
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all 0.3s;
    border-bottom: 1px solid #efefef;
	overflow:auto;white-space: nowrap;
}
.head .head-wrap {
	position: relative;
    display: flex;
	overflow: auto;
}
.head .head-wrap::-webkit-scrollbar {
	display:none;
}
.head .menu-wrap {
	display: flex;
}
.head .menu {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s;
    padding: 35px 50px;
    border-right: 1px solid #efefef;
	cursor:pointer;
}
.head .menu.head-logo {
    padding-left: 0;
}

.head .head-logo-box {
    position: relative; height: 100%;
    display: flex; align-items: center; justify-content: center;
    width: 233px;
}
.head .head-logo img {
    width: 100%;
    position: absolute;
    transition: all 0.3s;
}
.head .head-logo img.logo-white {opacity: 1;}
.head .head-logo img.logo-color {opacity: 0;}

.head .menu-btn-box {
	display: none;
}




.head .menu-navi {display: none;}


.head.active {
    background-color: #fff;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
}
.head.active .menu {color: #242424;}
.head.active .head-logo img.logo-white {opacity: 0;}
.head.active .head-logo img.logo-color {opacity: 1;}


















/* ----- bottom ----- */
/* ----- bottom ----- */
/* ----- bottom ----- */
.bottom {
    position: relative;
    padding: 35px 0;
	margin: -1px 0 0;
	background-color: #00a35b;
}
.bottom-wrap > div {
    display: flex; justify-content: center;
}
.bottom_name,
.bottom_name span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.2em;
}
.bottom_name {
    margin: 0 0 8px;
}
.bottom_name span::after {
    content: "";
    display: block;
    width: 1px; height: 100%;
    margin: 0 5px;
    background-color: rgb(255, 255, 255, 0.5);
}

.bottom_num, .bottom_address {
    font-size: 13px;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.5);
}
.bottom_num {
    margin: 0 0 2px;
}







/* ----- tablet ----- */
/* ----- tablet ----- */
/* ----- tablet ----- */
/* ----- tablet ----- */
/* ----- tablet ----- */
/* ----- tablet ----- */
/* ----- tablet ----- */
/* ----- tablet ----- */
/* ----- tablet ----- */
@media (max-width: 1400px) {
	/* ----- head ----- */
	/* ----- head ----- */
	/* ----- head ----- */
	.head .menu {font-size: 16px;padding: 28px 40px;}
	.head .head-logo-box {width: 180px;}







}

@media (max-width: 992px) {
	/* ----- head ----- */
	/* ----- head ----- */
	/* ----- head ----- */
	.head .menu {font-size: 14px;padding: 22px 28px;}
	.head .head-logo-box {width: 150px;}






}














/* ----- mobile ----- */
/* ----- mobile ----- */
/* ----- mobile ----- */
/* ----- mobile ----- */
/* ----- mobile ----- */
/* ----- mobile ----- */
/* ----- mobile ----- */
/* ----- mobile ----- */
/* ----- mobile ----- */
@media (max-width: 768px) {
	.m-head {
		position: fixed; z-index: 998;
		top:0; left:0;
		display:flex; align-items:center; justify-content: space-between; 
		width: 100%;
		padding: 30px 30px 0;
	}
	.m-head .m-head-logo {
		position: relative;
		display:flex; align-items:center;
		width: 100px;
	}
	.m-head .m-head-logo img {
		position: absolute; left:0;
		width: 100%;
	}
	.m-head .m-head-logo img.logo-color {opacity: 0;}
	.m-head .m-head-logo img.logo-white {opacity: 1;}
	
	.m-head.m-head-bg-white .m-head-logo img.logo-color {opacity: 1;}
	.m-head.m-head-bg-white .m-head-logo img.logo-white {opacity: 0;}


	.m-head .menu-btn-box {
		display:flex;
		align-items:center;
		margin: 0 0 0 auto;
		padding: 10px;
	}
	.m-head .menu-btn {
		width: 15px;height: 15px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		cursor: pointer;
	}
	.m-head .menu-btn span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fff;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	.m-head.m-head-bg-white .menu-btn span {
		background-color:#454545;
	}

	.m-head .menu-btn span:nth-child(1) {top: 2px;}
	.m-head .menu-btn span:nth-child(2), .m-head .menu-btn span:nth-child(3) {top: 7px;}
	.m-head .menu-btn span:nth-child(4) {top: 12px;}
	.m-head .menu-btn.open span:nth-child(1) {top: 7px;width: 0%;left: 50%;}
	.m-head .menu-btn.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.m-head .menu-btn.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.m-head .menu-btn.open span:nth-child(4) {top: 7px;width: 0%;left: 50%;}












	/* ----- .head ----- */
	/* ----- .head ----- */
	/* ----- .head ----- */
	.head {
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		overflow: hidden;
		top:0; right: 0;
		width: 0%;
		transition: opacity 0.3s;
		opacity: 0;
	}
	.head.m-active {
		width: 100%;
		opacity: 1;
	}
	.head .head-wrap {
		position: relative;
		flex-direction: column;
		width: 80%; height: 100%;
		padding: 30px 0;
		margin: 0 0 0 auto;
		background:rgba(255,255,255,1);
		position: relative;
		display: flex;
		overflow: auto;
		transform: translate3d(100%, 0, 0px);
		transition: all 0.3s;
	}
	.head.m-active .head-wrap {
		transform: translate3d(0%, 0, 0px);
	}

	.menu-btn-close-wrap {
		display: flex; justify-content: flex-end;
		padding: 0 30px;
	}
	.menu-btn-close-box {padding: 10px;}
	.menu-btn-close {
		position: relative;
		display: flex; align-items:center; justify-content:center;
		width: 15px; height: 15px;
	}
	.menu-btn-close span {
		position: absolute;
		display:block;
		height: 2px;width: 100%;
		background-color:#454545;
	}
	.menu-btn-close span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-btn-close span:nth-child(2) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.head .menu.head-logo {
		padding: 0 30px 40px;
		margin: 30px 0 0;
	}
	.head .head-logo-box {
		width: 180px;
	}
	.head .menu-wrap {
		flex-direction: column;
	}

	.head .head-logo img {position: relative;}
	.head .head-logo img.logo-color {opacity: 1;}
	.head .head-logo img.logo-white {display: none;}

	.head .menu {
		display: flex; align-items:center; justify-content: space-between;
		width: 100%;
		font-size: 14px;
		color: #454545;
		font-weight: 600;
		padding: 15px 30px;
		border: none;
		border-bottom: 1px solid #efefef;
	}


	.head .menu-navi {display: block}
	.head .menu-navi img {width: 15px;}
	.head .menu-navi .menu-navi-list-wrap {display:none;}
	.menu-navi-list {
		width:100%;
		display:flex;
		padding: 15px 40px;
		font-size: 14px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #efefef;
	}

	.head .menu-navi.view img {transform: rotateZ(180deg);}
	.head .menu-navi.view .menu-navi-list-wrap {display:block;}


	.head .consulted {
		display:block;
		width: 100%; height: auto;
		box-shadow: unset;
		padding: 20px 0 0;
	}
	.head .consulted-card {
		background: none;
		flex-direction: row-reverse;
		justify-content: flex-end;
		padding: 10px 30px;
	}
	.head .consulted-txt div {
		display: none;
	}
	.head .consulted-icon img {
		width: 30px;
		margin: 0 10px 0 0;
	}
	.consulted-txt ul li {
		font-size: 12px !important;
	}
	.consulted-txt ul li:nth-child(1) {
		font-weight: 600;
	}










	/* ----- bottom ----- */
	/* ----- bottom ----- */
	/* ----- bottom ----- */
	.bottom_name, .bottom_name span {font-size: 12px;}
	.bottom_num, .bottom_address {font-size: 12px;}









}
