@charset "utf-8";

/* main-visual */
.main-slide {
	position: relative;
}

.main-visual {
	position: relative;
	z-index: 2;
	width: auto;
	margin: 0 15rem;
	height: calc(100vh - 30rem);
	position: relative;
	min-height: 100%;
	overflow: hidden;
	border-radius: 20rem;
}

.main-visual .swiper-wrapper {
	height: 100% !important;
	justify-content: space-between;
}

.main-visual__item {
	position: relative;
	height: 100% !important;
	overflow: hidden;
}

.main-visual__item {
	background-position: 50% 50%;
	background-size: cover;
}

.main-visual__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.main-visual__video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.main-visual__video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.main-visual__title {
	position: absolute;
	left: 50%;
	margin-left: -700rem;
	top: 28%;
	width: 1400rem;
	text-align: left;
	z-index: 3;
}

.main-visual__title>* {
	transition: all 1s ease;
	opacity: 0;
	transform: translateY(30rem);
}

.main-visual__title h2 {
	font-size: 58rem;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
	font-family: var(--font-kr);
	word-break: keep-all;
}

.main-visual__title>em {
	margin-bottom: 30rem;
	display: inline-block;
	padding: 5rem 20rem;
	font-size: 18rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.2em;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50rem;
	word-break: keep-all;
	font-family: var(--font-kr);
}

.main-visual__title>p {
	margin-top: 35rem;
	display: inline-block;
	font-size: 18rem;
	font-weight: 300;
	color: #fff;
	line-height: 1.4em;
	word-break: keep-all;
}

.visual01 .main-visual__title>em {
	margin-top: 10rem;
}

.main-visual__title a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 85rem 0 0;
	width: 190rem;
	height: 60rem;
	text-align: center;
	border: 2rem solid #fff;
	box-sizing: border-box;
	border-radius: 5rem;
	z-index: 1;
}

.main-visual__title a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: var(--color-point);
	z-index: -1;
	transition: all 0.3s ease;
}

.main-visual__title a>span {
	font-size: 16rem;
	font-weight: 600;
	color: #fff;
	z-index: 1;
}

.main-visual__title a:hover {
	border-color: var(--color-point);
}

.main-visual__title a:hover:before {
	width: 100%;
}

/*
.btn_swiper{display:flex; justify-content: center; align-items: center; gap:12rem; margin-top:25rem;}
.btn_swiper > *{color:#fff; font-size:16rem; color:#fff;}
.main-visual .paging{position:absolute; left:50%; margin-left:-700rem; bottom:50rem; display:flex; justify-content: center; align-items: center; z-index:50;}
.main-visual .paging span{position:relative; display:flex; justify-content: center; align-items: center; box-sizing:border-box; width:22rem; height:22rem; margin:0 5rem; border-radius:50rem; background:transparent; border:2px solid transparent; opacity:1; transition:all 1s; cursor:pointer;}
.main-visual .paging span:before{content:''; display:inline-block; width:6rem; height:6rem; background:#fff; border-radius:50rem; opacity:0.5;}
.main-visual .paging span.swiper-pagination-bullet-active{border-color:#fff;}
.main-visual .paging span.swiper-pagination-bullet-active:before{opacity:1;}*/
.main-visual .swiper-slide-active .main-visual__title h2 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}

.main-visual .swiper-slide-active .main-visual__title em {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.6s;
}

.main-visual .swiper-slide-active .main-visual__title p {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.7s;
}

.main-visual .swiper-slide-active .main-visual__control,
.main-visual .swiper-slide-active .btn_swiper {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.7s;
}

i.main-visual__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 5s ease;
	transform: scale(1.1);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 80% 50%;
}

.swiper-slide-active i.main-visual__bg {
	transform: scale(1);
}


/* 컨트롤러 전체 컨테이너 */
.main-visual__control {
	margin-top: 90rem;
	z-index: 50;
	display: flex;
	align-items: center;
	gap: 20rem;
	color: #fff;
}

.main-visual__control .swiper-counter {
	display: flex;
	align-items: center;
	gap: 10rem;
	font-size: 19rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.main-visual__control .swiper-counter .current {}

/* 프로그래스 바 */
.main-visual__control .swiper-progress {
	width: 200rem;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	overflow: hidden;
}

.main-visual__control .swiper-progress .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #fff;
}

.main-visual.autoplay-active .progress-bar {
	animation: progress 7s linear forwards;
}

/* 화살표 & 일시정지 버튼 */
.main-visual__control .swiper-buttons {
	display: flex;
	align-items: center;
	gap: 12rem;
}

.main-visual__control .swiper-buttons button {
	position: relative;
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	width: 20rem;
	height: 20rem;
	background: url(../img/main/ic-slide-arr.svg)no-repeat center;
	background-size: 19rem auto;
	transition: opacity 0.3s;
}

.main-visual__control .swiper-buttons button.btn-prev {
	top: 1px;
}

.main-visual__control .swiper-buttons button.btn-next {
	transform: rotate(-180deg);
}

.main-visual__control .swiper-buttons button:hover {
	opacity: 1;
}


@keyframes progress {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}


@media all and (max-width:1600px) {
	.main-visual__title {
		left: 5%;
		width: 90%;
		margin-left: 0;
	}
}

@media all and (max-width:1300px) {
	.main-visual__title h2 {
		font-size: 50rem;
	}
}

@media all and (max-width:1024px) {
	.main-visual {
		border-radius: 10rem;
		margin: 0 10rem;
		height: 700rem;
	}

	.main-visual__title {
		top: 23%;
		left: 0;
		margin-left: 30rem;
	}

	.main-visual__title>em {
		font-size: 17rem;
	}

	.main-visual__title h2 {
		font-size: 45rem;
	}

	.main-visual__title>p {
		margin-top: 25rem;
		font-size: 17rem;
	}

	.main-visual__control {
		margin-top: 60rem;
	}

	.main-visual__control .swiper-counter {
		font-size: 18rem;
	}

}

@media all and (max-width:768px) {
	.main-visual {
		height: 500rem;
	}

	.main-visual__title {
		margin-left: 15rem;
	}

	.main-visual__title>em {
		font-size: 16rem;
		padding: 3rem 14rem;
		margin-bottom: 15rem;
	}

	.main-visual__title h2 {
		font-size: 35rem;
	}

	.main-visual__title>p {
		margin-top: 20rem;
		font-size: 16rem;
		line-height: 1.6em;
	}

	.main-visual__control {
		margin-top: 30rem;
		gap: 7rem;
	}

	.main-visual__control .swiper-progress {
		width: 130rem;
	}

	.main-visual__control .swiper-counter {
		font-size: 17rem;
		gap: 8rem;
	}

	.main-visual__control .swiper-buttons {
		gap: 0rem;
	}

	.main-visual__control .swiper-buttons button {
		width: 17rem;
		height: 17rem;
		background-size: 15rem auto;
	}

}

@media all and (max-width:620px) {
	.main-visual {
		height: 400rem;
	}

	.main-visual__title>em {
		font-size: 16rem;
	}

	.main-visual__title h2 {
		font-size: 30rem;
	}

}

@media all and (max-width:540px) {
	.main-visual__title>em {
		font-size: 15rem;
	}

	.main-visual__title h2 {
		font-size: 25rem;
	}

	.scroll_ani span {
		font-size: 13rem;
	}
}

@media all and (max-width:480px) {
	.main-visual {
		height: 300rem;
		border-radius: 7rem;
		margin: 0 5rem;
	}

	.main-visual__title {
		margin-left: 10rem;
	}

	.main-visual__title>em {
		font-size: 9rem;
		padding: 3rem 8rem;
		margin-bottom: 8rem;
	}

	.main-visual__title h2 {
		font-size: 14rem;
		line-height: 1.3em;
	}

	.main-visual__title>p {
		margin-top: 5rem;
		font-size: 8rem;
		line-height: 1.4em;
	}

	.main-visual__title>p br {
		display: none;
	}

	.main-visual__control {
		margin-top: 30rem;
	}

	.main-visual__control .swiper-counter {
		font-size: 12rem;
	}

	.main-visual__control .swiper-progress {
		width: 90rem;
	}

	.main-visual__control .swiper-buttons button {
		width: 12rem;
		height: 12rem;
		background-size: 11rem auto;
	}

	.scroll_ani {
		bottom: 10rem;
	}

	.scroll_ani span {
		font-size: 11rem;
	}

	.scroll_ani i {
		height: 15rem;
		margin: 0 auto 1px;
	}
}


/* about */
section[class*="main-"]:not(.main-slide, .main-lawyer) {
	position: relative;
	padding: 120rem 0;
}

.about-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40rem;
}

.about-box .img {
	width: 100%;
	border-radius: 0 40rem 0 40rem;
	box-sizing: border-box;
	overflow: hidden;
}

.about-box .img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.about-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40rem;
	width: 100%;
}

.about-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #F0F3F4;
	border-radius: 0 40rem 0 40rem;
	box-sizing: border-box;
	padding: 40rem;
}

.about-item .txt {}

.about-item .txt h3 {
	display: block;
	font-size: 25rem;
	font-weight: bold;
	color: #111;
	line-height: 1em;
	word-break: keep-all;
}

.about-item .txt em {
	display: inline-block;
	margin-top: 12rem;
	font-size: 17rem;
	font-weight: 300;
	color: #666;
	line-height: 1em;
	word-break: keep-all;
	font-family: var(--font-kr);
}

.about-item .number {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}

.about-item .number .counter {
	font-size: 55rem;
	font-weight: 400;
	color: #111;
	line-height: 1em;
}

@media all and (max-width:1400px) {
	.about-box {
		gap: 30rem;
	}

	.about-list {
		gap: 30rem;
	}
}

@media all and (max-width:1300px) {
	section[class*="main-"]:not(.main-slide, .main-lawyer) {
		padding: 100rem 0;
	}
}

@media all and (max-width:1024px) {
	.main-title {
		margin-bottom: 50rem;
	}

	.main-title>em {
		font-size: 18rem;
		margin-bottom: 15rem;
	}

	.main-title>h3 {
		font-size: 40rem;
	}

	.big-txt {
		top: 30rem;
		font-size: 120rem;
	}

	section[class*="main-"]:not(.main-slide, .main-lawyer) {
		padding: 80rem 0;
	}

	.about-box {
		gap: 25rem;
	}

	.about-list {
		gap: 25rem;
	}

	.about-item {
		border-radius: 0 30rem 0 30rem;
		padding: 25rem;
	}

	.about-box .img {
		border-radius: 0 30rem 0 30rem;
	}

	.about-item .txt h3 {
		font-size: 22rem;
	}

	.about-item .txt em {
		font-size: 16rem;
	}

	.about-item .number .counter {
		font-size: 45rem;
	}
}

@media all and (max-width:768px) {
	section[class*="main-"]:not(.main-slide, .main-lawyer) {
		padding: 60rem 0;
	}

	.main-title {
		margin-bottom: 40rem;
	}

	.main-title>em {
		font-size: 16rem;
	}

	.main-title>h3 {
		font-size: 30rem;
	}

	.big-txt {
		display: none;
	}

	.about-box {
		grid-template-columns: 1fr;
	}

	.about-item {
		padding: 30rem;
		height: 235rem;
		border-radius: 0 20rem 0 20rem;
	}

	.about-box .img {
		border-radius: 0 20rem 0 20rem;
	}
}

@media all and (max-width:620px) {
	section[class*="main-"]:not(.main-slide, .main-lawyer) {
		padding: 50rem 0;
	}

	.main-title {
		margin-bottom: 30rem;
	}

	.main-title>em {
		font-size: 15rem;
	}

	.main-title>h3 {
		font-size: 25rem;
	}

	.about-box,
	.about-list {
		gap: 20rem;
	}

	.about-item {
		padding: 20rem;
		height: 200rem;
		border-radius: 0 15rem 0 15rem;
	}

	.about-box .img {
		border-radius: 0 15rem 0 15rem;
	}

	.about-item .txt h3 {
		font-size: 20rem;
	}

	.about-item .txt em {
		font-size: 15rem;
	}
}

@media all and (max-width:480px) {
	section[class*="main-"]:not(.main-slide, .main-lawyer) {
		padding: 20rem 0 25rem;
	}

	.main-title {
		margin-bottom: 20rem;
	}

	.main-title>em {
		font-size: 9rem;
		margin-bottom: 6rem;
	}

	.main-title>h3 {
		font-size: 14rem;
	}

	.about-box,
	.about-list {
		gap: 10rem;
	}

	.about-item {
		padding: 15rem;
		height: 80rem;
		border-radius: 0 10rem 0 10rem;
	}

	.about-box .img {
		border-radius: 0 10rem 0 10rem;
	}

	.about-item .txt h3 {
		font-size: 12rem;
	}

	.about-item .txt em {
		margin-top: 3rem;
		font-size: 9rem;
	}

	.about-item .number {
		font-size: 11rem;
	}

	.about-item .number .counter {
		font-size: 20rem;
	}
}

/* business */
.main-business {
	background: url(../img/main/bg-business.jpg)no-repeat center;
	background-size: cover;
}

.tab_content .box-business {}

.box-business {
	display: flex;
	align-items: center;
	gap: 70rem;
	background: #fff;
	border-radius: 20rem;
	padding: 45rem;
	box-sizing: border-box;
}

.box-business .img {
	width: 550rem;
	border-radius: 15rem;
	overflow: hidden;
}

.box-business .img img {
	width: 100%;
	height: auto;
}

.box-business .txt {
	width: calc(100% - 600rem);
}

.box-business .txt>em {
	display: inline-block;
	font-size: 17rem;
	margin-bottom: 12rem;
	color: var(--color-point);
	font-weight: 300;
	line-height: 1em;
}

.box-business .txt>h3 {
	display: block;
	font-size: 40rem;
	font-weight: bold;
	color: #222;
	line-height: 1em;
	word-break: keep-all;
}

.box-business .txt>p {
	display: block;
	margin-top: 20rem;
	font-size: 18rem;
	font-weight: 400;
	color: #555;
	line-height: 1.5em;
	text-align: justify;
	letter-spacing: -0.5px
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7rem;
	margin-top: 30rem;
	width: 90%;
}

.tag-list>li {
	display: block;
	padding: 5rem 8rem;
	background: #F3F3F3;
	border-radius: 7rem;
	box-sizing: border-box;
	font-size: 15rem;
	color: #333;
	line-height: 1em;
	letter-spacing: -0.5px;
}

.btn-default {
	margin-top: 40rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 15rem;
	width: 170rem;
	height: 50rem;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	border-radius: 8rem;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.btn-default span {
	position: relative;
	display: block;
	width: 100%;
	font-size: 15rem;
	font-weight: 600;
	color: #222;
	line-height: 1em;
}

.btn-default span:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 15rem;
	height: 15rem;
	background: url(../img/common/ic-btn-arr.svg)no-repeat center;
	background-size: 14rem auto;
}

.btn-default:hover {
	border-color: var(--color-point);
	background: var(--color-point);
}

.btn-default:hover span {
	color: #fff;
}

.btn-default:hover span:before {
	background: url(../img/common/ic-btn-arr-wt.svg)no-repeat center;
	background-size: 14rem auto;
}

@media all and (max-width:1300px) {
	.tab_content .box-business {
		gap: 0;
	}

	.box-business .img {
		width: 45%;
		margin-right: 5%;
	}

	.box-business .txt {
		width: 50%;
	}

	.box-business .txt>em {
		font-size: 16rem;
		margin-bottom: 10rem;
	}

	.box-business .txt>h3 {
		font-size: 35rem;
	}

	.box-business .txt>p {
		font-size: 17rem;
		margin-top: 15rem;
	}

	.tag-list {
		margin-top: 20rem;
		width: 100%;
	}

	.btn-default {
		margin-top: 30rem;
	}
}

@media all and (max-width:1024px) {
	.tab_content .box-business {
		align-items: stretch;
	}

	.box-business {
		padding: 35rem;
	}

	.box-business .img {
		margin-right: 30rem;
	}

	.box-business .txt {
		width: calc(55% - 30rem);
	}

	.box-business .img img {
		height: 100%;
	}

	.box-business .txt>h3 {
		font-size: 30rem;
	}

	.box-business .txt>p {
		font-size: 16rem;
	}

	.box-business .txt>p br {
		display: none;
	}

	.tag-list>li {
		font-size: 14rem;
	}
}

@media all and (max-width:768px) {
	.tab_content .box-business {
		align-items: stretch;
	}

	.box-business {
		display: block;
		border-radius: 15rem;
		padding: 30rem;
	}

	.box-business .img {
		width: 100%;
		margin-right: 0rem;
		border-radius: 12rem;
	}

	.box-business .txt {
		width: 100%;
		margin-top: 20rem;
	}
}

@media all and (max-width:620px) {
	.box-business {
		padding: 25rem;
	}

	.box-business .img {
		border-radius: 10rem;
	}

	.box-business .txt>em {
		font-size: 14rem;
	}

	.box-business .txt>h3 {
		font-size: 25rem;
	}

	.box-business .txt>p {
		font-size: 15rem;
	}
}

@media all and (max-width:480px) {
	.box-business {
		border-radius: 10rem;
		padding: 14rem;
	}

	.box-business .img {
		border-radius: 8rem;
	}

	.box-business .txt {
		margin-top: 6rem;
	}

	.box-business .txt>em {
		font-size: 9rem;
		margin-bottom: 7rem;
	}

	.box-business .txt>h3 {
		font-size: 14rem;
	}

	.box-business .txt>p {
		margin-top: 8rem;
		font-size: 10rem;
	}

	.tag-list {
		margin-top: 10rem;
		gap: 5rem;
	}

	.tag-list>li {
		font-size: 9rem;
		border-radius: 4rem;
	}

	.btn-default {
		margin-top: 15rem;
		padding: 0 10rem;
		width: 100rem;
		height: 24rem;
		border-radius: 5rem;
	}

	.btn-default span {
		font-size: 10rem;
	}

	.btn-default span:before {
		width: 9rem;
		height: 9rem;
		background-size: 11rem auto;
	}

	.btn-default:hover span:before {
		background: url(../img/common/ic-btn-arr-wt.svg)no-repeat center;
		background-size: 9rem auto;
	}
}

/* lawyer */
.main-lawyer {
	position: relative;
	background: url(../img/main/bg-lawyer.jpg)no-repeat center;
	background-size: cover;
	padding-top: 50rem;
	z-index: 1;
	overflow: hidden;
}

.main-lawyer .inr {
	display: flex;
	align-items: center;
	gap: 140rem;
}

.main-lawyer .img {
	width: 525rem;
}

.main-lawyer .img.m {
	display: none;
}

.main-lawyer .img img {
	width: auto;
}

.main-lawyer .img img.m {
	display: none;
}

.main-lawyer .txt {}

.main-lawyer .txt .top {
	margin-bottom: 60rem;
}

.main-lawyer .txt .top span {
	position: relative;
	display: inline-block;
	margin-bottom: 30rem;
	font-size: 17rem;
	font-weight: 300;
	color: var(--color-point02);
	text-transform: uppercase;
}

.main-lawyer .txt .top span:before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--color-point02);
}

.main-lawyer .txt .top h4 {
	display: block;
	font-size: 36rem;
	font-weight: bold;
	color: #222;
	line-height: 1.3em;
	word-break: keep-all;
	font-family: var(--font-kr2);
}

.main-lawyer .info {
	margin-bottom: 120rem;
}

.main-lawyer .info .name {
	display: flex;
	align-items: center;
	margin-bottom: 40rem;
	gap: 10rem;
}

.main-lawyer .info .name h3 {
	font-size: 40rem;
	font-weight: 800;
	color: #222;
	line-height: 1em;
	font-family: var(--font-kr2);
}

.main-lawyer .info .name em {
	position: relative;
	bottom: -6px;
	display: inline-block;
	font-size: 18rem;
	font-weight: 500;
	color: #999;
	line-height: 1em;
}

.main-lawyer .info .lawyer-history {
	display: flex;
	gap: 60rem;
}

.infinite-text {
	position: absolute;
	bottom: -4px;
	width: 100%;
	height: 100rem;
	display: flex;
	overflow: hidden;
	z-index: -1;
}

.infinite-text__list {
	display: flex;
	align-items: center;
	height: 100%;
	white-space: nowrap;
	animation: flow1 120s linear infinite forwards;
}

.infinite-text__list.clone {
	/*margin-left: -30rem;*/
	animation: flow2 120s linear infinite;
}

.infinite-text__list>li {
	position: relative;
	font-size: 135rem;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.05);
	font-weight: 300;
	line-height: 1em;
	padding: 0 40rem;
}

.infinite-text__list>li:before {
	content: '';
	position: absolute;
	top: 60rem;
	right: -12rem;
	width: 20rem;
	height: 20rem;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 50rem;
}

@keyframes flow1 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	50.01% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes flow2 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

@media all and (max-width:1300px) {
	.main-lawyer .img {
		width: 460rem;
	}

	.main-lawyer .img img {
		width: 100%;
	}

	.main-lawyer .inr {
		gap: 60rem;
	}

	.main-lawyer .txt .top {
		margin-bottom: 40rem;
	}

	.main-lawyer .txt .top span {
		margin-bottom: 22rem;
	}

	.main-lawyer .txt .top h4 {
		font-size: 32rem;
	}

	.main-lawyer .info {
		margin-bottom: 80rem;
	}

	.main-lawyer .info .name {
		margin-bottom: 30rem;
	}

	.main-lawyer .info .name img {
		height: 35rem;
	}

	.main-lawyer .info .name h3 {
		font-size: 35rem;
	}

	.main-lawyer .info .lawyer-history {
		gap: 25rem;
		display: grid;
		grid-template-columns: 1fr 1.5fr;
	}

	.main-lawyer .info .lawyer-history [data-list="dot"]>* {
		line-height: 1.3em;
		margin-bottom: 15rem;
	}

	.infinite-text {
		height: 77rem;
	}

	.infinite-text__list>li {
		font-size: 100rem;
	}

	.infinite-text__list>li:before {
		width: 18rem;
		height: 18rem;
		top: 43rem;
	}
}

@media all and (max-width:1024px) {
	.main-lawyer .img {
		width: 420rem;
	}

	.main-lawyer .txt .top {
		margin-bottom: 30rem;
	}

	.main-lawyer .txt .top span {
		font-size: 18rem;
		margin-bottom: 15rem;
	}

	.main-lawyer .txt .top h4 {
		font-size: 26rem;
	}

	.main-lawyer .info {
		margin-bottom: 40rem;
	}

	.main-lawyer .info .name {
		margin-bottom: 20rem;
	}

	.main-lawyer .info .name img {
		height: 30rem;
	}

	.main-lawyer .info .name h3 {
		font-size: 30rem;
	}

	.main-lawyer .info .lawyer-history {
		gap: 0rem;
		display: grid;
		grid-template-columns: 1fr;
	}

	.main-lawyer .info .lawyer-history [data-list="dot"]>* {
		font-size: 17rem;
		margin-bottom: 10rem;
	}

	.infinite-text {
		height: 63rem;
	}

	.infinite-text__list>li {
		font-size: 80rem;
		padding: 0 30rem;
	}

	.infinite-text__list>li:before {
		width: 14rem;
		height: 14rem;
		top: 35rem;
		right: -7rem;
	}
}

@media all and (max-width:768px) {
	.main-lawyer .inr {
		gap: 30rem;
	}

	.main-lawyer .img {
		width: 280rem;
	}

	.main-lawyer .txt .top {
		margin-bottom: 20rem;
	}

	.main-lawyer .txt .top span {
		font-size: 16rem;
	}

	.main-lawyer .txt .top h4 {
		font-size: 22rem;
	}

	.main-lawyer .info .name {
		margin-bottom: 15rem;
		gap: 7rem;
	}

	.main-lawyer .info .name img {
		height: 30rem;
	}

	.main-lawyer .info .name h3 {
		font-size: 25rem;
	}

	.main-lawyer .info .name em {
		font-size: 15rem;
		bottom: -4rem;
	}

	.main-lawyer .info .lawyer-history {
		height: 200rem;
		overflow-y: scroll;
	}

	.main-lawyer .info .lawyer-history [data-list="dot"]>* {
		margin-bottom: 8rem;
		font-size: 16rem;
	}

	.infinite-text {
		height: 44rem;
	}

	.infinite-text__list>li {
		font-size: 60rem;
		padding: 0 20rem;
		font-size: 52rem;
	}

	.infinite-text__list>li:before {
		width: 10rem;
		height: 10rem;
		top: 22rem;
		right: -6rem;
	}
}

@media all and (max-width:620px) {

	.main-lawyer .inr {
		padding-top: 125rem;
		gap: 20rem;
	}

	.main-lawyer .txt .top {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.main-lawyer .inr {
		display: block;
	}

	.main-lawyer .img {
		width: 100%;
		height: auto;
		border-radius: 20rem;
		overflow: hidden;
	}

	.main-lawyer .img.w {
		display: none;
	}

	.main-lawyer .img.m {
		display: block;
	}

	.main-lawyer .img img {
		width: 100%;
	}

	.main-lawyer .img img.w {
		display: none;
	}

	.main-lawyer .img img.m {
		display: block;
	}

	.main-lawyer .txt {
		margin-top: 25rem;
	}

	.main-lawyer .info {
		margin-bottom: 60rem;
	}

	.main-lawyer .info .name img {
		position: relative;
		top: -2px;
	}

	.main-lawyer .info .lawyer-history {
		height: auto;
		overflow: hidden;
	}

}

@media all and (max-width:480px) {
	.main-lawyer {
		padding-top: 25rem;
	}

	.main-lawyer .inr {
		padding-top: 103rem;
	}

	.main-lawyer .img {
		border-radius: 15rem;
	}

	.main-lawyer .txt {
		margin-top: 20rem;
	}

	.main-lawyer .txt .top {}

	.main-lawyer .txt .top span {
		font-size: 9rem;
	}

	.main-lawyer .txt .top h4 {
		font-size: 14rem;
	}

	.main-lawyer .info {
		margin-bottom: 40rem;
	}

	.main-lawyer .info .name {
		gap: 5rem;
		margin-bottom: 12rem;
	}

	.main-lawyer .info .name img {
		height: 20rem;
	}

	.main-lawyer .info .name h3 {
		font-size: 16rem;
	}

	.main-lawyer .info .name em {
		font-size: 10rem;
		bottom: -3rem;
	}

	.main-lawyer .info .lawyer-history [data-list="dot"]>* {
		margin-bottom: 4rem;
		font-size: 10rem;
	}

	.infinite-text {
		height: 34rem;
	}

	.infinite-text__list>li {
		font-size: 40rem;
		padding: 0 15rem;
	}

	.infinite-text__list>li:before {
		width: 6rem;
		height: 6rem;
		top: 18rem;
		right: -4rem;
	}
}

/* success */
.main-success {
	background: url(../img/main/bg-success.jpg)no-repeat center;
	background-size: cover;
}



/* Legal Column */
.main-success {
	background: url(../img/main/bg-success.jpg)no-repeat center;
	background-size: cover;
}


/* location */
.main-location {
	background: #F9F9F9;
}

.main-location .cont {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50rem;
}

.main-location .cont .map-info {
	display: block;
	width: 100%;
	padding: 50rem;
	box-sizing: border-box;
	border-radius: 15rem;
	background: #1A263C;
	font-family: var(--font-kr);
}

.main-location .cont .map-info .addr {
	padding-bottom: 30rem;
}

.main-location .cont .map-info .addr em {
	display: inline-block;
	margin-bottom: 10rem;
	font-size: 16rem;
	font-weight: 500;
	color: #fff;
	opacity: 0.2;
	line-height: 1em;
	text-transform: uppercase;
}

.main-location .cont .map-info .addr h3 {
	display: block;
	font-size: 28rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.4em;
	word-break: keep-all;
}

.main-location .cont .map-info .list-info {
	padding-top: 30rem;
	border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.main-location .cont .map-info .list-info li {
	display: flex;
	margin-bottom: 16rem;
}

.main-location .cont .map-info .list-info li em {
	width: 60rem;
	font-size: 16rem;
	font-weight: 500;
	color: #fff;
	line-height: 1em;
}

.main-location .cont .map-info .list-info li span {
	font-size: 17rem;
	font-weight: 300;
	color: #fff;
	line-height: 1em;
}

.map-link {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10rem;
	margin-top: 60rem;
}

.map-link>li {
	height: 50rem;
}

.map-link>li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 7rem;
	box-sizing: border-box;
}

.map-link>li a span {
	position: relative;
	padding-left: 23rem;
	font-size: 16rem;
	font-weight: 600;
	color: #222;
	line-height: 1em;
}

.map-link>li a span:before {
	content: '';
	position: absolute;
	top: -1rem;
	left: 0;
	display: inline-block;
	width: 18rem;
	height: 18rem;
}

.map-link>li.naver a span:before {
	background: url(../img/common/ic-map-naver.svg)no-repeat center;
	background-size: contain;
}

.map-link>li.kakao a span:before {
	background: url(../img/common/ic-map-kakao.svg)no-repeat center;
	background-size: contain;
}

.map-link>li.goggle a span:before {
	background: url(../img/common/ic-map-goggle.svg)no-repeat center;
	background-size: contain;
}

.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont {
	display: none;
}

.root_daum_roughmap .map_border {
	opacity: 0 !important;
}

.root_daum_roughmap .wrap_map {
	height: 463rem !important;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
}

.map-frame {
	border-radius: 15rem;
	overflow: hidden;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
	.main-location .cont {
		gap: 20rem;
		grid-template-columns: 1fr;
	}
}

@media all and (max-width:480px) {
	.main-location .cont {
		gap: 10rem;
	}

	.main-location .cont .map-info {
		padding: 15rem 20rem 20rem;
		border-radius: 10rem;
	}

	.main-location .cont .map-info .addr {
		padding-bottom: 10rem;
	}

	.main-location .cont .map-info .addr em {
		margin-bottom: 7rem;
		font-size: 10rem;
	}

	.main-location .cont .map-info .addr h3 {
		font-size: 13rem;
	}

	.main-location .cont .map-info .list-info {
		padding-top: 10rem;
	}

	.main-location .cont .map-info .list-info li {
		margin-bottom: 10rem;
	}

	.main-location .cont .map-info .list-info li em {
		width: 42rem;
		font-size: 10rem;
	}

	.main-location .cont .map-info .list-info li span {
		font-size: 10rem;
	}

	.map-link {
		gap: 5rem;
		margin-top: 25rem;
	}

	.map-link>li {
		height: 24rem;
	}

	.map-link>li a {
		border-radius: 4rem;
	}

	.map-link>li a span {
		font-size: 10rem;
		padding-left: 20rem;
	}

	.map-link>li a span:before {
		width: 12rem;
		height: 12rem;
	}

	.map-frame {
		border-radius: 10rem;
	}

	.root_daum_roughmap .wrap_map {
		height: 240rem !important;
	}

	.map-link>li a span {
		font-size: 10rem;
		line-height: 0.9em;
	}
}



/* iOS Safari 전용 스타일 */
@supports (-webkit-touch-callout: none) {
	.main-visual__video video {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		height: 100%;
		transform: translate(-50%, -50%);
	}

	/* iOS Safari 전용 스타일 */