@import url("/css/font.css");
html, body {
	font-family: 'DINPro-Regular', 'NBG', sans-serif;
	font-size: 14px;
}
.footer {
	background: #3e3a39;
}
/* fixed footer */
@media screen and (min-width: 768px) {
	html {
		position: relative;
		min-height: 100%;
	}
	body {
		margin-bottom: 170px;
	}
	.footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		min-height: 170px;
	}
}
.container,
.container-fluid {
	padding: 0;
}
.row {
	margin: 0;
}
/*phone number link style*/
a[href^="tel"] {
	color: inherit;
	text-decoration:none;
}
@media screen and (max-width: 767px) {
	.container {
		padding: 0px 10px;
	}
	/* disable hamburger menu border */
	.navbar-toggle {
		border: 0;
	}
	.navbar-toggle:hover {
		background: transparent !important;
	}
}
a {
	color: #595757;
}
a:hover,
a:focus {
	color: #623f2c;
	text-decoration: none;
	color: inherit;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .1s linear;
       -o-transition: opacity .1s linear;
          transition: opacity .1s linear;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .1s ease-out;
       -o-transition:      -o-transform .1s ease-out;
          transition:         transform .1s ease-out;
}/*fast modal*/
/*fixed navbar & jutified with mega dropdown menu*/
@media screen and (min-width: 768px) {
	/* top fixed navigator */
	.navbar-fixed-top {
		background-color: rgba(98, 63, 44, 0.3);
		border: 0;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.navbar-nav > li > a {
		color: #fff !important;
		line-height: 30px;
		font-family: 'NBG_bold';
	}
	.navbar-nav > li > a:hover,
	.mega-dropdown-menu a:hover {
		color: #fff37f !important;
	}
	.navbar-nav .divider-square {
		background-color: #fff;
		margin: 28px 0px;
		border-radius: 0px;
		border: 0;
		width: 4px;
		height: 4px;
		transform: rotate(45deg);
	}
	/* justified text align */
	.navbar-nav {
	    margin: 0 auto;
	    display: table;
	    table-layout: fixed;
	    float:none;
	    padding-right: 8%;;
	}
	/* mega dropdown */
	.mega-dropdown {
		position: static !important;
	}
	.mega-dropdown-menu {
	    padding: 0px 0px 20px;
	    width: 100%;
	    box-shadow: none;
	    -webkit-box-shadow: none;
	    border-radius: 0;
	    border: 0;
	    background-color: rgba(98, 63, 44, 0.3);
	}
	.mega-dropdown-menu {
		color: #fff;
	}
	.mega-dropdown-menu a {
		color: #fff;
		padding: 0 2px;
		text-decoration: none;
	}
	.mega-dropdown-menu a,
	.mega-dropdown-menu a:hover,
	.mega-dropdown-menu a:focus,
	.navbar-default .navbar-nav > li.dropdown:hover > a,
	.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
	.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
	    background-color: transparent !important;
	}
	.dropdown-menu > li > a,
	.dropdown-menu > li > a:hover {
		color: #fff !important;
	}
	/* top nav right tel */
	.navbar-right {
		font-family: 'DINPro-Bold';
		margin-top: -38px;
		padding-right: 20px;
		color: #fff;
	}
	.navbar-right img {
		vertical-align: text-bottom;
		margin: auto 5px;
	}
}
@media screen and (max-width: 767px) {
	.mega-dropdown-menu a,
	.mega-dropdown-menu a:hover,
	.mega-dropdown-menu a:focus,
	.navbar-default .navbar-nav > li.dropdown:hover > a,
	.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
	.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
	    background-color: transparent !important;
	}
	.navbar-nav > li > a {
		border-bottom: 0.5px solid #dfdedf;
	}
	/*remove hover border*/
	.navbar-nav > .open > a,
	.navbar-nav > .open > a:hover {
		border-bottom: 0.5px solid #dfdedf;
	}
	.dropdown-menu {
		padding: 0;
	}
	.dropdown-menu > li > a,
	.dropdown-menu > li > a:hover {
		border-bottom: 0.5px solid #dfdedf;
	}
	.navbar-phone {
		position: absolute;
		bottom: 10px;
	}
	.navbar-phone img {
		vertical-align: text-bottom;
		margin: auto 5px;
	}
}
 /*slide banner animation caption */
.light-caption {
	text-align: center;
	position: absolute;
	top: 25%;
	color: #fff;
	width: 100%;
	z-index: 200;
}
.light-caption a {
	text-decoration: none;
	color: #fff;
}
.light-caption > div {
	animation-delay: 0.2s;
}
.light-caption > h2 {
	font-size: 42px;
	font-family: 'NBG_bold';
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	letter-spacing: -1px;
	animation-delay: 0.5s;
}
.light-caption > h3 {
	font-size: 26px;
	font-family: 'NBG';
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	letter-spacing: -1px;
	animation-delay: 1s;
}
/* wide banner squared border button */
.banner-wrap {
	width: 30%;
	margin: 2% auto 70px;
	padding: 10px 0;
	font-size: 28px;
	text-align: center;
	border: 1px solid #fff;
	transition: all 0.5s ease;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.banner-wrap:hover {
	border: 1px solid #000;
	background-color: rgba(98, 63, 44, 0.3);
}
.scroller {
	text-align: center;
	position: absolute;
	bottom: 10%;
	color: #fff;
	width: 100%;
	z-index: 200;
}
/*animation scroller*/
.scroller img {
	-webkit-animation: updown 1s infinite;
			animation: updown 1s infinite;
}
@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
/*animation text*/
@media screen and (max-width: 767px) {
	.light-caption {
		top: 30%;
		padding: 10px;
	}
	.light-caption-xs {
		top: 20%;
		padding: 10px;
	}
	.light-caption > h2 {
		font-size: 22px;
	}
	.light-caption > h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.banner-wrap {
		width: 80%;
		margin: 2% auto 20px;
		padding: 10px 0;
		font-size: 18px;
	}
}
/*for responsive img : not use*/
.carousel-inner .item img {
	margin: 0 auto;
}
/*carousel slider with fade*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* carousel indicator */
.carousel-indicators {
	bottom: 25%;
}
.carousel-indicators li {
	background-color: #fff;
	margin: 0 10px;
	border-radius: 0px;
	border: 0;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.carousel-indicators .active {
	background-color: #fbc6c6;
	transform: rotate(0deg);
	margin: 0 10px;
	width: 8px;
	height: 8px;
}
/* carousel control arrow */
.carousel-control {
  width: 5%;
  height: 76px;
  top: 50%;
  margin-top: -76px;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 300;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
  z-index: 300;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  z-index: 5;
  width: 36px;
  height: 76px;
  z-index: 300;
}
/* carousel item with background img cover */
.carousel-inner .item {
	height: 750px;
}
.carousel-inner .item:nth-child(1) {
	background: url('/img/main-banner-01@2x.png') no-repeat center;
	background-size: cover;
}
.carousel-inner .item:nth-child(2) {
	background: url('/img/main-banner-02@2x.png') no-repeat center;
	background-size: cover;
}
.carousel-inner .item:nth-child(3) {
	background: url('/img/main-banner-03@2x.png') no-repeat center;
	background-size: cover;
}
.carousel-inner .item:nth-child(4) {
	background: url('/img/main-banner-04@2x.png') no-repeat center;
	background-size: cover;
}
.carousel-inner .item:nth-child(5) {
	background: url('/img/main-banner-05@2x.png') no-repeat center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 20px;
		height: auto;
	}
	.carousel-inner .item {
		height: 500px;
	}
}
/* 법무법인 정우 소개 */
.practice-area .img-wrap {
	width: 79px;
	height: 85px;
	margin: 0 auto;
}
.practice-area .col-md-6 {
	height: 528px;
	text-align: center;
	padding: 80px 0;
}
.practice-area h4 {
	color: #fff37f;
	font-family: 'DINPro-Bold';
	margin-bottom: 26px;
	letter-spacing: 4px;
}
.practice-area .col-md-6:first-child {
	background-color: #1c3a66;
	color: #fff;
}
.practice-area .divide-line {
	width: 120px;
	border-bottom: 1px solid #fff;
	margin: 26px auto;
}
.practice-area .logo-practice {
	margin: 20px auto;
}
.practice-area .col-md-6:first-child p {
	margin-bottom: 56px;
	line-height: 24px;
}
/*practice areas*/
.practice-area .col-md-6:last-child {
	background: url('/img/main-problem@2x.png') no-repeat center;
	background-size: cover;
	color: #fff;
}
.practice-area .practice-wrap .row:nth-child(2) {
	margin: 20px auto 30px;
}
.practice-area .col-md-6:last-child p {
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.practice-area .img-wrap {
		width: 59px;
		height: 60px;
		margin: 0 auto;
	}
	.practice-area .col-md-6 {
		height: auto;
		padding: 40px 10px;
	}
	.practice-area h2 {
		font-size: 22px;
	}
	.practice-area h4 {
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) {
	.practice-area .practice-wrap {
		width: 50%;
		margin: 0 auto;
	}
}
 /*team */
.team {
	position: relative;
	background-color: #d0edf5;
}
.team h4 {
	color: #ba525b;
	font-family: 'DINPro-Bold';
	margin: 0;
	padding-top: 50px;
}
.team .viewteam {
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	.team h4 {
		padding-top: 40px;
		font-size: 18px;
	}
	.team h2 {
		font-size: 22px;
	}
}
 /*contact us*/
.contact {
	height: 425px;
	padding: 50px;
	background-color: rgba(134, 134, 134, 0.1);
}
.contact h2,
.contact h3,
.contact h4 {
	color: #cbaf93;
	font-family: 'DINPro-Bold';
}
.contact h2 {
	font-size: 40px;
}
.contact h3 {
	font-size: 25px;
}
.contact h3 > a {
	color: inherit;
	text-decoration: none;
}
.contact p {
	color: #cbaf93;
	font-size: 13px;
	margin-left: 50px;
}
.contact img {
	vertical-align: baseline;
	margin-right: 10px;
}
.contact span {
	font-family: 'NBG_bold';
}
/* contact square button */
.banner-wrap-contact {
	width: 35%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 29px;
	border: 1px solid #747477;
	margin: 26px auto 50px;
	transition: all 0.5s ease;
}
.banner-wrap-contact:hover {
	border: 1px solid #000;
	background-color: rgb(255, 255, 255);
}
.banner-wrap-contact a {
	color: #747477;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.contact {
		height: auto;
		padding: 50px 10px;
	}
	.banner-wrap-contact {
		width: 90%;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 18px;
	}
	.contact h2 {
		font-size: 34px;
	}
	.contact h3 {
		font-size: 20px;
	}
	.contact p {
		margin-left: 0px;
	}
}
/* map */
#map {
	height: 480px;
}
.map-wrap {
	background-color: #fff;
	padding: 10px;
	height: 90px;
	border: 0;
}
@media screen and (max-width: 767px) {
	#map {
		height: 300px;
	}
}
/* copryright */
.copyright {
	padding: 20px;
	color: #c4c3c4;
	font-size: 12px;
}
.copyright li {
	padding: 6px;;
}
.copyright li > span {
	font-family: 'DINPro-Bold', 'NBG_bold', sans-serif;
}
.copyright li i {
	font-family: sans-serif;
}
.copyright li:last-child {
	padding-top: 0px;
	margin-top: -5px;
}
.copyright .btn-copy {
	padding: 5px;
	width: 150px;
	margin: 0 auto;
	border: 1px solid #fff;
	transition: all 0.2s ease-in-out;
}
.copyright .btn-copy:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.copyright a {
	color: inherit;
	text-decoration: none;
}
// 면책공고 modal window
.modal-wrap .modal {
	text-align: center;
	padding: 0 !important;
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0);
}
.modal-wrap .modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-wrap .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	min-width: 800px;
}
.modal-wrap .modal-content {
	border-radius: 0;
	text-align: center;
}
.modal-wrap .modal-body {
	line-height: 24px;
	padding: 20px 10px;
}
.modal-wrap .modal-body h4 {
	margin-bottom: 20px;
}
.modal-wrap .modal-body-in {
	padding: 0 50px;
}
.modal-wrap .close {
	opacity: 1;
	font-size: 30px;
	color: #000;
	font-family: sans-serif;
	font-weight: 100;
	padding: 0 4px 6px !important;
	margin-right: -55px;
	margin-top: -20px;
	line-height: 14px;
}
.modal-wrap .close:hover {
	opacity: 0.5;
	color: #000;
}
@media screen and (max-width: 767px) {
	.modal-wrap .modal-dialog {
		min-width: 200px;
	}
}