.flex {
  display: flex;
}
.point {
  font-weight: 400;
  color: rgb(6, 179, 203) !important;
}
br {display:block;}
.mbr {display:none;}

/* header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
   transition:all .2s;
   
     -webkit-box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0,0,0,0.5), transparent);
    background-size: 100% 100%;
}
.header .header_inner {
  justify-content: space-between;
  padding: 30px;
}
.header .header_inner a {
  color: #fff;
}
.header .header_inner .head_left {
}
.header .header_inner .head_left .logo_wrap {
  margin-right: 30px;
  font-weight: 400;
  transform: rotate(0.1deg);
}
.header .header_inner .head_left .logo_wrap a.logo { display:inline-block; position:relative; font-weight:500; padding-left:50px; }
.header .header_inner .head_left .logo_wrap a.logo::before { content:""; display:inline-block; position:absolute; width:40px; height:40px; top: 50%; left:0; background-image:url('/rent/img/logo_law_w.png'); background-repeat:no-repeat; background-size:40px; transform: translateY(-50%);  }
.header .header_inner .head_left .gnb {
}
.header .header_inner .head_left .gnb li {
  padding: 0 30px;
  transform: rotate(0.1deg);
}
.header .header_inner .head_right {
	position:absolute;
	right:0;
	top:0;
	height:100%;
}
.header .header_inner .head_right .call {
	height:100%;
	transform: translate(30%, 0px);
	transition:all .3s;
}
.header .header_inner .head_right .call li {
	display:flex !important;
	height:100%;
	align-items:center;
  padding: 0 30px;
  transform: rotate(0.1deg);
}
.header .header_inner .head_right .call .scroll_btn {
  display: none;
  transform: translate(100%, 0px);
  transition:all .4s;
}
.header .header_inner .head_right .call li svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.header.active {
	background:#fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header.active .header_inner a {
	color:#222;
}
.header.active .header_inner .head_left .logo_wrap a.logo::before { background-image:url('/rent/img/logo_law_c.png');  }
.header.active .header_inner .head_right .call .scroll_btn {
  display:flex !important;
  transform: translate(0%, 0px);
  background:rgb(0, 41, 51) !important;
}
.header.active .header_inner .head_right .call {
	transform: translate(0%, 0px);
}
.header.active .header_inner .head_right .call .scroll_btn a {
	 color:#fff !important;
}
.header.active .header_inner .head_right .call li svg {
	fill:#222
}
.header .header_inner .head_right .call li.ham {display:none !important;}

/* side */
.side {display:none !important;}



/* footer */



.footer {
  padding: 3.5vw 14.37vw 2.86vw 14.27vw !important;
  background: rgb(0, 41, 51) !important;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .footer_inner {
  justify-content: space-between;
}
.footer .fleft h2 {
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 400;
}
.footer .fright {
  text-align: right;
  font-size: 0.85em;
}
.footer .fright h2 {
  margin-bottom: 40px;
  font-size: 1.6em;
}
.footer .fright .fnavi {
  font-size: 1.1em;
  margin-bottom: 30px;
}
.footer .fright .fnavi a::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  margin: 0 6px;
  background-color: #fff;
}
.footer .fright .fnavi a:last-child::after {
  display: none;
}
.footer .fright .fbot {
  font-size: 0.9em;
  line-height: 1.8;
  opacity: 0.6;
}
.footer .fright .fbot .footer_pop {
}
.footer .fright .fbot .footer_pop a::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  margin: 0 6px;
  background-color: #fff;
}
.footer .fright .fbot .footer_pop a:last-child::after {
  display: none;
}

.footer_inner .logo { display:inline-block; position:relative; padding-left:38px; margin-bottom:10px; font-weight:400;}
.footer_inner .logo::before { content:""; display:inline-block; position:absolute; width:30px; height:30px; top:0px; left:0; background-image:url('/rent/img/logo_law_w.png'); background-repeat:no-repeat; background-size:30px;  }
.footer_inner .ft_kakao  { display:inline-block; margin:10px 0; }
.footer_inner .ft_kakao svg { width:18px; }

/* button */
.btn {
  display: inline-block;
  width: 18.54vw !important;
  padding: 20px;
  text-align: center;
  font-size: 1rem;
  border: 1px solid#fff;
  color: #fff;
}
.btn.active {
  background: #fff; font-weight:600;
  color: rgb(0, 41, 51) !important;
}
.btn:hover {
  background-color: rgba(255, 255, 255, 0.75) !important;
  transition: all 0.3s ease 0s !important;
  color: rgb(0, 41, 51) !important;
}
.btn_wrap {
  text-align: center;
}
