@charset "UTF-8";

/* Web Font */
@font-face {
	font-family: "NotoSans";
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/NotoSansKR-Light.eot);
	src: url(../fonts/NotoSansKR-Light.woff2) format("woff2"), url(../fonts/NotoSansKR-Light.woff) format("woff");
}

@font-face {
	font-family: "NotoSans";
	font-style: normal;
	font-weight: 350;
	src: url(../fonts/NotoSansKR-DemiLight.eot);
	src: url(../fonts/NotoSansKR-DemiLight.woff2) format("woff2"), url(../fonts/NotoSansKR-DemiLight.woff) format("woff");
}

@font-face {
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/OpenSans-Regular.eot);
	src: url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff");
}

/* Animation */
@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeout {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes border-fadein-black {
	from {
		border-bottom: 1px solid rgba(0, 0, 0, 0);
	}

	to {
		border-bottom: 1px solid rgba(0, 0, 0, 1);
	}
}

@keyframes border-fadein-white {
	from {
		border-bottom: 1px solid rgba(255, 255, 255, 0);
	}

	to {
		border-bottom: 1px solid rgba(255, 255, 255, 1);
	}
}

@keyframes service-expand {
	from {
		margin-top: 30px;
		height: 462px;
	}

	to {
		margin-top: 0;
		height: 492px;
	}
}

@keyframes service-expand-border {
	from {
		height: 462px;
	}

	to {
		height: 492px;
	}
}

/* Common */
body {
	font-family: "NotoSans", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", "나눔 고딕", "돋움", dotum, sans-serif;
	font-weight: 300;
	letter-spacing: -.02em;
	word-break: keep-all;
}

#wrapper {
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

header,
nav,
main,
footer,
section,
figure {
	display: block;
	width: 100%;
}

header {
	z-index: 999;
}

header .header-container {
	padding: 0 40px;
	min-width: 310px;
}

header h1 {
	position: absolute;
	margin-top: 35px;
}

header h2 {
	display: none;
}

header .gnb {
	position: absolute;
	left: 50%;
	margin-left: -214px;
	margin-top: 50px;
	width: 428px;
}

header .gnb li {
	display: block;
	float: left;
}

header .gnb a {
	font-family: "OpenSans", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: .01em;
}

header .gnb.black-theme a {
	color: #151515;
}

header .gnb.white-theme a {
	color: #fff;
}

header .gnb.black-theme a {
	color: #151515;
}

header .gnb.white-theme a {
	color: #fff;
}

header .gnb a:hover {
	text-decoration: none;
	opacity: 1;
}

header .gnb.black-theme a:hover {
	animation-name: border-fadein-black;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}

header .gnb.white-theme a:hover {
	animation-name: border-fadein-white;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}

header .gnb .menu-1 {
	margin-left: 30px;
}

header .gnb .menu-2,
header .gnb .menu-3 {
	margin-left: 70px;
}

header .gnb .menu-2 {
	padding-bottom: 20px;
}

header .gnb .sub-nav {
	position: absolute;
	margin-top: 13px;
	margin-left: -160px;
	padding: 10px 0;
	width: 428px;
	background-repeat: no-repeat;
	background-position: 0 10px;
}

header .gnb.black-theme .sub-nav {
	background-image: url(../images/sub-nav-line-black.png);
}

header .gnb.white-theme .sub-nav {
	background-image: url(../images/sub-nav-line-white.png);
}

header .gnb .sub-nav li {
	margin-top: 23px;
	margin-left: 30px;
}

header .gnb .sub-nav li:first-child {
	margin-left: 35px;
}

header .gnb .sub-nav a {
	padding-bottom: 2px;
	font-family: "NotoSans", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", "나눔 고딕", "돋움", dotum, sans-serif;
	font-size: 17px;
	letter-spacing: -.02em;
	opacity: .7;
}

header .gnb.white-theme .sub-nav a.abled-menu {
	opacity: 1;
}

header .gnb .sub-nav a:hover {
	text-decoration: none;
}

header .gnb.black-theme .sub-nav a:hover {
	animation-name: border-fadein-black;
	animation-duration: .5s;
}

header .gnb.white-theme .sub-nav a:hover {
	animation-name: border-fadein-white;
	animation-duration: .5s;
}

header .tel,
header .email {
	position: absolute;
}

header .tel {
	top: 43px;
	right: 100px;
}

header .email {
	top: 48px;
	right: 40px;
}

header .tel img,
header .email img {
	opacity: .7;
}

header .tel:hover img,
header .email:hover img {
	opacity: 1;
}

header .tel p,
header .email p {
	position: absolute;
	font-family: "OpenSans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1.6em;
	letter-spacing: .01em;
	color: #151515;
}

header .tel .tel-expand {
	display: none;
	width: 140px;
	height: 46px;
	left: -60px;
	margin-top: 10px;
	padding-top: 15px;
	text-align: center;
	background-image: url(../images/tel-bg.png);
	background-repeat: no-repeat;
}

header .email .email-expand {
	display: none;
	width: 160px;
	height: 46px;
	left: -133px;
	margin-top: 10px;
	padding-top: 15px;
	text-align: center;
	background-image: url(../images/email-bg.png);
	background-repeat: no-repeat;
}

header .tel.gray-theme .tel-expand {
	background-image: url(../images/tel-bg-gray.png) !important;
}

header .email.gray-theme .email-expand {
	background-image: url(../images/email-bg-gray.png) !important;
}

header .tel:hover .tel-expand,
header .email:hover .email-expand {
	display: block;
}

main .main-container {
	margin: 0 auto;
	max-width: 1300px;
	min-width: 310px;
	width: 100%;
	max-width: 100%;
}

.main-container .hero {
	position: relative;
}

.main-container .hero h3 {
	position: absolute;
	font-size: 70px;
	font-weight: 300;
	line-height: 1.3em;
	letter-spacing: -0.04em;
	color: #fff;
	text-shadow: 0 0 50px rgba(0, 0, 0, .3);
}

.main-container .hero h3 span {
	display: block;
	clear: both;
}

.main-container .hero .description {
	position: absolute;
	padding-left: 5px;
	font-family: "OpenSans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: .01em;
	color: #fff;
	text-shadow: 0 0 30px rgba(0, 0, 0, .3);
}

.sub-page {
	width: 100%;
	height: 100%;
	max-height: 950px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #3a3a3a;
	min-height: 100%;
}

.sub-container {
	position: relative;
	margin: 0 auto;
	max-width: 1300px;
	min-width: 310px;
	width: 90%;
}

footer {
	background-color: #222a31;
	font-family: "OpenSans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1.6em;
	letter-spacing: .01em;
	color: #fff;
}

footer .footer-container {
	padding: 60px 40px;
	min-width: 310px;
}

footer .info {
	opacity: .7;
}

footer .copyright {
	margin-top: 20px;
	opacity: .35;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

.disabled-menu {
	opacity: .4;
}

.ml10 {
	margin-left: 10px;
}

.ml30 {
	margin-left: 30px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb90 {
	margin-bottom: 90px;
}

.mrl20 {
	margin: 0 20px;
}

.pb500 {
	margin-bottom: 500px;
}

.object-hidden {
	display: none;
}

.primary-reveal .description {
	opacity: 0;
	animation-name: fadein;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}

.primary-reveal h3 span:first-child {
	opacity: 0;
	animation-name: fadein;
	animation-duration: 1s;
	animation-delay: .3s;
	animation-fill-mode: forwards;
}

.primary-reveal h3 span:nth-child(2) {
	opacity: 0;
	animation-name: fadein;
	animation-duration: 1s;
	animation-delay: .45s;
	animation-fill-mode: forwards;
}

.primary-reveal h3 span:last-child {
	opacity: 0;
	animation-name: fadein;
	animation-duration: 1s;
	animation-delay: .6s;
	animation-fill-mode: forwards;
}

.primary-reveal .by-numbers,
.primary-reveal .paragraph {
	opacity: 0;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}

/* Grid System */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
	min-height: 1px;
}

.col-1 {
	width: 6.9230%;
}

.col-2 {
	width: 15.3846%;
}

.col-3 {
	width: 23.8461%;
}

.col-4 {
	width: 32.3076%;
}

.col-5 {
	width: 40.7692%;
}

.col-6 {
	width: 49.2307%;
}

.col-7 {
	width: 57.6923%;
}

.col-8 {
	width: 66.1538%;
}

.col-9 {
	width: 74.6153%;
}

.col-10 {
	width: 83.0769%;
}

.col-11 {
	width: 91.5384%;
}

.col-12 {
	width: 100%;
}

.push-1 {
	left: 0;
}

.push-2 {
	left: 8.4615%;
}

.push-3 {
	left: 16.9230%;
}

.push-4 {
	left: 25.3846%;
}

.push-5 {
	left: 33.8461%;
}

.push-6 {
	left: 42.3076%;
}

.push-7 {
	left: 50.7692%;
}

.push-8 {
	left: 59.2307%;
}

.push-9 {
	left: 67.6923%;
}

.push-10 {
	left: 76.1538%;
}

.push-11 {
	left: 84.6153%;
}

.push-12 {
	left: 93.0769%;
}

.pull-1 {
	right: 0;
}

.pull-2 {
	right: 8.4615%;
}

.pull-3 {
	right: 16.9230%;
}

.pull-4 {
	right: 25.3846%;
}

.pull-5 {
	right: 33.8461%;
}

.pull-6 {
	right: 42.3076%;
}

.pull-7 {
	right: 50.7692%;
}

.pull-8 {
	right: 59.2307%;
}

.pull-9 {
	right: 67.6923%;
}

.pull-10 {
	right: 76.1538%;
}

.pull-11 {
	right: 84.6153%;
}

.pull-12 {
	right: 93.0769%;
}

/* Home */
body.home-bg {
	background-image: url(../images/home-hero-blur.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100%;
}

header.home {
	position: fixed;
}

.menu-2.home-nav .sub-nav {
	display: none;
}

.menu-2.home-nav:hover .sub-nav,
.menu-2 .sub-nav {
	animation-name: fadein;
	animation-duration: .5s;
	display: block;
}

.home .main-container {
	max-width: 1300px;
}

.home .main-container .hero {
	height: 1100px;
}

.home .main-container .hero h3 {
	top: 310px;
}

.home .main-container .hero .description {
	top: 620px;
}

.home-hero {
	position: fixed;
	top: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: -999;
}

.home-hero video {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.home-hero-blur {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
    max-height: 100%;
	opacity: 0;
	z-index: -998;
}

.fade-in {
	animation-name: fadein;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.fade-out {
	animation-name: fadeout;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.service-sector {
	position: relative;
	height: 492px;
	overflow: hidden;
}

.service-sector .inheritance,
.service-sector .equity-liquidation,
.service-sector .internal-tax-audit {
	position: relative;
	padding: 0 50px;
}

.service-sector .label {
	position: absolute;
	font-family: "OpenSans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: .01em;
	text-align: right;
	color: #fff;
	transform: rotate(-90deg);
}

.service-sector .inheritance .label {
	left: 9px;
	top: 36px;
}


.service-sector .equity-liquidation .label {
	left: -21px;
	top: 62px;
}


.service-sector .internal-tax-audit .label {
	left: -19px;
	top: 64px;
}

.service-sector .inheritance,
.service-sector .equity-liquidation,
.service-sector .internal-tax-audit {
	margin-top: 30px;
}

.service-sector .inheritance:hover,
.service-sector .equity-liquidation:hover,
.service-sector .internal-tax-audit:hover {
	animation-name: service-expand;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}

.service-sector .inheritance:hover .link,
.service-sector .equity-liquidation:hover .link,
.service-sector .internal-tax-audit:hover .link {
	animation-name: service-expand-border;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}

.service-sector .link {
	display: block;
	margin-left: 25px;
	padding-left: 25px;
	overflow: hidden;
	height: 462px;
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.service-sector .link:hover {
	text-decoration: none;
}

.service-sector img {
	width: 100%;
}

.service-sector h4 {
	margin-top: 40px;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4em;
	letter-spacing: -.02em;
	color: #fff;
}

/*Sub Page*/
main.sub-menu {
	height: 100%;
	overflow: hidden;
}

.sub-menu .main-container .hero {
	height: 950px;
	pointer-events: none;
}

.sub-menu .main-container .hero h3 {
	top: 360px;
}

.sub-menu .main-container .hero .description {
	top: 320px;
}

.sub-menu .main-container .by-numbers {
	float: right;
	top: 290px;
}

.sub-menu .main-container .hero .paragraph {
	position: absolute;
	display: block;
	top: 460px;
	font-size: 17px;
	text-shadow: 0 0 30px #000;
	line-height: 1.6em;
	color: #fff;
}

/* About */
main.about .sub-page {
	background-image: url(../images/about-hero.jpg);
}

.about .mission-and-vision {
	padding-top: 200px;
	text-align: center;
}

.about .mission-and-vision:after {
	content: '';
	display: block;
	clear: both;
}

.about .mission-and-vision h4 {
	display: block;
	clear: both;
}

.about .mission-and-vision h5 {
	display: block;
	clear: both;
	margin-top: 45px;
	font-size: 23px;
	color: #151515;
	line-height: 1.6em;
}

.mission-and-vision h5 span {
	display: inline-block;
	clear: none;
}

.about .mission-and-vision p {
	margin-top: 30px;
	padding-bottom: 200px;
	font-size: 17px;
	color: #404040;
	line-height: 160%;
}

.about .usp {
	position: relative;
	padding: 150px 0 160px 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-height: 900px;
	background-color: #f6f6f6;
}

.about .usp:after {
	content: '';
	display: block;
	clear: both;
}

.about .usp span {
	display: inline-block;
	clear: both;
}

.about .sub-container {
	min-height: 900px;
}

.about .usp .usp-1,
.about .usp .usp-2,
.about .usp .usp-3,
.about .usp .usp-4 {
	position: absolute;
	height: 46.73%;
	text-align: left;
}

.about .usp .usp-1 {
	margin-top: 7%;
	padding: 40px 30px;
	background-color: #fff;
	font-size: 17px;
	line-height: 1.6em;
	letter-spacing: .02em;
	color: #6e7b8a;
}

.about .usp .usp-2 {
	margin-top: 20%;
	padding: 215px 30px 40px 30px;
	height: 34.5%;
	background-image: url(../images/about-why-consensus-image-2.png);
	background-size: cover;
	background-color: #315a81;
	font-size: 17px;
	line-height: 1.6em;
	letter-spacing: .02em;
	color: #fff;
}

.about .usp .usp-3 {
	padding: 40px 30px;
	background-color: #61090a;
	font-size: 17px;
	line-height: 1.6em;
	letter-spacing: .02em;
	color: #fff;
}

.about .usp .usp-4 {
	margin-top: 16%;
	padding: 320px 30px 40px 30px;
	background-image: url(../images/about-why-consensus-image-1.png);
	background-size: cover;
	background-color: #fff;
	font-size: 17px;
	line-height: 1.6em;
	letter-spacing: .02em;
	color: #6e7b8a;
}

.about .usp .usp-title {
	margin-top: 22%;
}

.about .usp .usp-title img {
	width: 100%;
}

.about .usp .usp-title .mobile {
	display: none;
}

/* Service Common */
main.service-common .sub-container {
	position: relative;
	padding-top: 140px;
	width: 100%;
	min-height: 600px;
}

main.service-common .sub-container:after {
	content: '';
	display: block;
	clear: both;
}

main.service-common .sub-page h4 {
	display: block;
	clear: both;
	font-size: 23px;
	color: #151515;
	line-height: 1.6em;
}

main.service-common .sub-page .sub-container p.sub-copy {
	margin: 30px 0 160px 0;
	font-size: 17px;
	color: #404040;
	line-height: 160%;
}

/* Service - Inheritance */
main.service-inheritance .sub-page {
	background-image: url(../images/service-hero-01.jpg);
}

main.service-inheritance .sub-page figure {
	position: relative;
	width: 100%;
}

main.service-inheritance .left-chart {
	display: inline-block;
	float: left;
	clear: both;
	width: 36.0465%
}

main.service-inheritance .right-chart {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 44.1860%
}

main.service-inheritance .caption {
	clear: both;
	padding-top: 20px;
	border-top: 2px solid #404040;
	font-size: 15px;
	letter-spacing: -.02em;
	line-height: 1.6em;
	color: #666;
}

main.service-inheritance .quote {
	margin: 160px 0 200px 0;
	padding: 0 90px;
	font-size: 19px;
	font-weight: 350;
	text-align: center;
	letter-spacing: -.02em;
	line-height: 1.6em;
	color: #151515;
}

main.service-inheritance .quote img {
	display: block;
	position: absolute;
}

main.service-inheritance .quote .left-quatation {
	top: 0;
	left: 0;
}

main.service-inheritance .quote .right-quatation {
	top: 0;
	right: 0;
}

/* Service - Equity Liquidation */
main.service-equity-liquidation .sub-page {
	background-image: url(../images/service-hero-02.jpg);
}

main.service-equity-liquidation .sub-copy {
	padding-bottom: 200px;
}

.service-equity-liquidation-bg {
	position: fixed;
	top: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: -999;
}

.service-equity-liquidation-bg video {
    width: 100%;
	height: auto;
	object-fit: cover;
}

/* Service - Internal Tax Audit */
main.service-internal-tax-audit .sub-page {
	background-image: url(../images/service-hero-03.jpg);
}

main.service-internal-tax-audit .sub-container h4,
main.service-internal-tax-audit .sub-container .sub-copy {
	clear: both;
}

main.service-internal-tax-audit .sub-container .sub-copy {
	padding-bottom: 100px;
}

main.service-internal-tax-audit .sub-container .aside-image {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

main.service-internal-tax-audit .sub-container .aside-image img {
	width: 100%;
}

/* Contact */
main.contact .sub-container {
	position: relative;
	margin-top: 260px;
	overflow: hidden;
}

main.contact .sub-container:after {
	content: '';
	display: block;
	clear: both;
}

main.contact .sub-container ul {
	list-style: none;
}

main.contact .contact-info h3 {
	font-size: 70px;
	letter-spacing: .01em;
	color: #151515;
}

main.contact .contact-info li {
	padding: 20px 10px 0 10px;
	font-size: 15px;
	letter-spacing: -.02em;
	line-height: 1.6em;
	color: #404040;
}

main.contact .contact-info .title {
	font-weight: 600;
	color: #151515;
}

main.contact .contact-info a {
	color: #404040;
}

main.contact .form-1 {
	margin-left: 68px;
	margin-bottom: 160px;
	padding: 10px 0 10px 40px;
	border-left: 2px solid #404040;
	font-size: 17px;
	color: #404040;
}

main.contact .form-1 li {
	margin-top: 30px;
}

main.contact .form-1 li:first-child {
	margin-top: 0;
}

main.contact .form-1 .input-box,
main.contact .form-1 textarea,
main.contact .form-1 .input-file {
	float: left;
	margin-bottom: 30px;
	color: #404040;
	border: 1px solid #ccc;
}

main.contact .form-1 .input-box:after,
main.contact .form-1 textarea:after,
main.contact .form-1 .input-file:after {
	content: '';
	display: block;
	clear: both;
}

main.contact .form-1 .input-box {
	display: inline-block;
	width: 49%;
	padding: 0 15px;
	height: 46px;
	font-weight: 300;
	background-color: #fff;
}

main.contact .form-1 select {
	padding-right: 0 !important;
}

main.contact .form-1 .input-box::placeholder,
main.contact .form-1 select,
main.contact .form-1 a {
	color: #404040;
}

main.contact .form-1 textarea {
	padding: 15px;
	width: 100%;
	height: 250px;
	font-weight: 300;
	color: #404040;
}

main.contact .form-1 .input-file {
	padding: 10px 0 10px 15px;
	width: 100%;
	height: 46px;
	overflow: hidden;
	font-family: "NotoSans", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", "나눔 고딕", "돋움", dotum, sans-serif;
	font-weight: 300;
	letter-spacing: -.02em;
	white-space: nowrap;
	background-image: url(../images/icon-upload.png);
	background-repeat: no-repeat;
	background-position: right center;
}

main.contact .form-1 .input-file span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

main.contact .form-1 .input-file input {
	width: 72%;
}

main.contact .form-1 .input-box:hover,
main.contact .form-1 .input-box:focus,
main.contact .form-1 textarea:hover,
main.contact .form-1 textarea:focus,
main.contact .form-1 .input-file:hover,
main.contact .form-1 .input-file:focus {
	outline-style: none;
	border: 1px solid #444;
}

main.contact .form-1 a {
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(64, 64, 64, .4);
	color: #404040;
}

main.contact .form-1 a:hover {
	text-decoration: none;
	border-bottom: 1px solid rgba(64, 64, 64, 1);
}

main.contact .form-1 .submit-button {
	width: 200px;
	padding: 20px 0;
	background-color: #404040;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border: 0;
}

main.contact .form-1 .submit-button:hover {
	background-color: #151515;
}

aside.location-map {
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
	height: 480px;
	background-image: url(../images/map.png);
	background-position: center;
	text-align: center;
}

aside.location-map .map-pointer {
	margin-top: 195px;
	width: 40px;
}

aside.location-map .map-logo {
	position: absolute;
	display: block;
	right: 10px;
	bottom: 10px;
	width: 51px;
}

/* Popup */
.no-scroll {
	width: 100%;
	height: 900px;
	overflow: hidden;
}

.privacy-popup {
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-attachment: fixed;
	z-index: 99999;
}

.privacy-container {
	margin: 0 auto;
	margin-top: 180px;
	padding-bottom: 200px;
	width: 33.333%;
}

.privacy-container h1 {
	font-size: 46px;
	font-weight: 350;
	letter-spacing: .01em;
	line-height: 1.4em;
	color: #151515;
}

.privacy-container h2 {
	margin: 40px 0 15px 0;
	font-size: 23px;
	font-weight: 350;
	letter-spacing: -.02em;
	line-height: 1.4em;
	color: #151515;
}

.privacy-container p {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -.02em;
	line-height: 1.6em;
	color: #666;
}

.privacy-popup .close-button {
	position: absolute;
	top: 50px;
	right: 70px;
}

.popup-open {
	animation-name: fadein;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}

/* Break Point */
@media (max-width: 1440px) {

	/* Common */
	header .gnb {
		left: 55%;
	}

	/* Contact */
	main.contact .form-1 .input-box {
		width: 48.4%;
	}

	.privacy-container {
		width: 50.333%;
	}
}

@media (max-width: 1024px) {

	/* Common */
	header .gnb .menu-2,
	header .gnb .menu-3 {
		margin-left: 40px;
	}

	.sub-container {
		width: 100%;
	}

	/* About */
	.mission-and-vision h5 span {
		display: inline;
		clear: inherit;
	}

	.about .usp {
		padding-bottom: 0 !important;
	}

	.about .usp span {
		display: contents;
		clear: none;
	}

	/* Contact */
	main.contact .form-1 .input-box {
		width: 48.2%;
	}
}

@media (max-width: 768px) {

	/* Grid System */
	.col-1,
	.col-2 {
		width: 15.3846%;
		max-width: 15.3846%;
	}

	.col-3,
	.col-4 {
		width: 32.3076%;
		max-width: 32.3076%;
	}

	.col-5,
	.col-6 {
		width: 49.2307%;
		max-width: 49.2307%;
	}

	.col-7,
	.col-8 {
		width: 66.1538%;
		max-width: 66.1538%;
	}

	.col-9,
	.col-10 {
		width: 83.0769%;
		max-width: 83.0769%;
	}

	.col-11,
	.col-12 {
		width: 100%;
		max-width: 100%;
	}

	/* Common */
	header .gnb {
		left: 57%;
		margin-top: 90px;
	}

	header .gnb a {
		font-size: 19px;
	}

	header .gnb .sub-nav {
		margin-top: 8px;
	}

	header h1 img {
		width: 176px;
	}

	header .ci {
		margin-left: -88px;
		margin-top: 28px;
		left: 50%;
	}

	header .tel {
		top: 37px;
		left: 25px;
		width: 17px;
	}

	header .email {
		top: 40px;
		right: 25px;
		width: 20px;
	}

	header .tel img {
		width: 16px;
	}

	header .email img {
		width: 20px;
	}

	header .tel:hover .tel-expand,
	header .email:hover .email-expand {
		display: none;
	}

	.main-container .hero h3,
	main.contact .contact-info h3 {
		font-size: 48px;
	}

	.main-container .hero h3 {
		top: 290px !important;
	}

	.sub-menu .main-container .hero .description {
		top: 245px;
	}

	/* Home */
	body.home-bg {
		background-image: url(../images/home-hero-mobile-blur.jpg);
	}

	.home .push-2 {
		left: 8.4615%;
	}

	.home .main-container .hero .description {
		top: 570px;
	}

	.home .main-container .hero h3 {
		top: 365px !important;
	}

	.service-sector,
	.service-sector .link {
		height: 370px;
	}

	.service-sector .inheritance,
	.service-sector .equity-liquidation,
	.service-sector .internal-tax-audit {
		padding: 0 5px 0 20px;
	}

	.service-sector h4 {
		margin-top: 20px;
		font-size: 20px;
	}

	.service-sector .inheritance .label {
		left: -22px;
	}


	.service-sector .equity-liquidation .label {
		left: -51px;
	}


	.service-sector .internal-tax-audit .label {
		left: -49px;
	}

	/* About */
	main.about .sub-page {
		background-image: url(../images/about-hero-mobile.jpg);
		background-position: top;
	}

	main.about .mission-and-vision .push-3,
	main.about .mission-and-vision .push-4 {
		left: 0;
	}

	/* Service - Inheritance */
	main.service-inheritance .sub-page {
		background-image: url(../images/service-hero-01-mobile.jpg);
		background-position: top;
	}

	/* Service - Equity Liquidation */
	main.service-equity-liquidation .sub-page {
		background-image: url(../images/service-hero-02-mobile.jpg);
		background-position: top;
	}

	/* Service - Internal Tax Audit */
	main.service-internal-tax-audit .sub-page {
		background-image: url(../images/service-hero-03-mobile.jpg);
		background-position: top;
	}

	main.service-internal-tax-audit .sub-container .aside-image {
		position: relative;
	}

	/* Contact */
	main.contact .push-2 {
		left: 10px;
	}

	main.contact .sub-container {
		margin-top: 190px !important;
	}

	main.contact .sub-container section {
		clear: both;
		width: 100%;
	}

	.contact-form {
		width: 100% !important;
		max-width: 100% !important;
	}

	main.contact .contact-info {
		width: 100% !important;
		margin-bottom: 100px;
		margin-left: 10px;
	}

	main.contact .form-1 {
		margin-left: 0;
		margin-bottom: 120px;
		padding: 10px 30px;
		border-top: 2px solid #404040;
		border-left: 0;
	}

	main.contact .form-1 ul {
		margin-top: 20px;
	}

	.privacy-container {
		width: 80%;
	}
}

@media (max-width: 480px) {

	/* Common */
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100%;
		max-width: 100%;
	}

	.pull-2 {
		right: 0;
	}

	header .header-container:after {
		content: '';
		display: block;
		clear: both;
	}

	header .gnb {
		left: 0;
		margin-left: 0;
		width: 100%;
		height: 100px;
		overflow: hidden;
	}

	header .gnb .menu-1 {
		margin-left: 55px;
	}

	header .gnb .sub-nav li:first-child {
		margin-left: 23px;
	}

	.sub-menu .main-container .hero .paragraph {
		padding: 0 30px 0 35px;
	}

	.sub-page .push-3 {
		left: 0;
	}

	main.service-common .sub-container {
		padding: 100px 15px 0 15px;
	}

	main.service-common .sub-page .sub-container p.sub-copy {
		margin-bottom: 80px;
	}

	/* Home */
	.home .main-container .hero {
		height: 800px;
	}

	.home .main-container .hero h3 {
		top: 265px !important;
	}

	.home .main-container .hero .description {
		top: 470px;
		width: 170px;
	}

	.service-sector {
		position: relative;
		height: 1290px;
	}

	.service-sector .link {
		height: 430px;
	}

	.service-sector .inheritance,
	.service-sector .equity-liquidation,
	.service-sector .internal-tax-audit {
		clear: both;
		width: 100% !important;
		margin-top: 0;
		padding: 0 25px 0 29px;
	}

	.service-sector h4 {
		font-size: 24px;
	}

	/* About */
	.sub-menu .main-container .by-numbers {
		top: 470px;
	}

	main.about .sub-page {
		background-size: 255% auto;
	}

	main.about .usp .push-2,
	main.about .usp .push-3 {
		left: 0;
	}

	main.about .usp .pull-2,
	main.about .usp .pull-3 {
		right: 0;
	}

	.about .mission-and-vision {
		padding-top: 100px !important;
	}

	.about .mission-and-vision p {
		padding-bottom: 100px !important;
	}

	.about .usp {
		position: relative;
		padding: 0 0 120px 0;
		max-height: 1530px;
	}

	.about .usp .sub-container {
		height: 1530px;
	}

	.about .usp .usp-1 {
		left: 0;
		width: 74.6666%;
		height: 370px;
		margin-top: 1049px;
		padding-top: 280px;
	}

	.about .usp .usp-2 {
		right: 6.6666%;
		width: 86.6666%;
		height: 220px;
		margin-top: 950px;
		padding-top: 130px;
	}

	.about .usp .usp-3 {
		right: 6.6666% !important;
		left: auto !important;
		width: 74.6666%;
		height: 370px;
		margin-top: 480px;
		padding-top: 255px;
	}

	.about .usp .usp-4 {
		left: 6.6666%;
		width: 74.6666%;
		height: 370px;
		margin-top: 280px;
		padding-top: 280px;
	}

	.about .usp .usp-title {
		top: 100px;
		margin-top: 0;
		padding: 0 30px;
	}

	.about .usp .usp-title .desktop {
		display: none;
	}

	.about .usp .usp-title .mobile {
		display: block;
	}

	/* Service - Inheritance */
	main.service-inheritance .sub-page {
		background-size: 255% auto;
	}

	/* Service - Equity Liquidation */
	main.service-equity-liquidation .sub-copy {
		padding-bottom: 0;
	}

	main.service-equity-liquidation .sub-page {
		background-size: 255% auto;
	}

	main.service-inheritance .left-chart {
		position: relative;
		width: 100%;
	}

	main.service-inheritance .left-chart:first-child {
		margin-bottom: 60px;
	}

	main.service-inheritance .right-chart {
		position: relative;
		clear: both;
		width: 100%;
		margin-bottom: 60px !important;
	}

	main.service-inheritance .mrl20 {
		margin: 0;
	}

	main.service-inheritance .quote {
		margin: 100px 0 120px 0;
		padding: 0 40px;
	}

	/* Service - Internal Tax Audit */
	main.service-internal-tax-audit .sub-container h4,
	main.service-internal-tax-audit .sub-container p.push-2 {
		left: 0;
	}
	
	main.service-internal-tax-audit .hero p.push-2 {
		left: 8.4615%;
	}
	
	main.service-internal-tax-audit .sub-page {
		background-size: 255% auto;
	}
	
	main.service-internal-tax-audit .sub-container .sub-copy {
		padding-bottom: 20px;
	}
	
	main.service-internal-tax-audit .aside-image {
		padding: 0 0 130px 0;
		margin-left: 15px;
	}

	/* Contact */
	main.contact .push-2 {
		left: 0;
	}

	main.contact .form-1 {
		padding: 10px 20px;
	}

	main.contact .form-1 .input-file span {
		display: none;
	}

	.privacy-popup .close-button {
		top: 25px;
		right: 25px;
	}

	.privacy-container {
		margin-top: 100px;
	}

	.privacy-container h1 {
		font-size: 36px;
	}

    /* Video */
    .home-hero {
        position: fixed;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -999;
    }

    .home-hero video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .service-equity-liquidation-bg {
        position: fixed;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -999;
    }

    .service-equity-liquidation-bg video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}