@charset "utf-8";

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

.main-visual {
	position: relative;
	z-index: 2;
	width: auto;
	margin: 0 40rem;
	height: calc(100vh - 130rem);
	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: transparent;
	z-index: 2;
}

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

.main-visual__title {
	position: absolute;
	left: 50%;
	margin-left: -770rem;
	top: 35%;
	width: 1540rem;
	text-align: center;
	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;
	word-break: keep-all;
}

.main-visual__title>em {
	margin-bottom: 15rem;
	display: inline-block;
	font-size: 18rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.2em;
	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%;
}

.main-slide .btn_swiper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12rem;
	margin-top: 25rem;
}

.main-slide .btn_swiper>* {
	color: #fff;
	font-size: 16rem;
	color: #fff;
}

.main-visual .paging {
	position: static;
	margin-top: 30rem;
	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: 9rem;
	height: 9rem;
	margin: 0 10rem;
	border-radius: 50rem;
	background: #fff;
	opacity: 0.5;
	transition: all 1s;
	cursor: pointer;
}

.main-visual .paging span.swiper-pagination-bullet-active {
	width: 50rem;
	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 .paging,
.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: 50% 50%;
}

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


@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 14rem;
		height: 600rem;
	}

	.main-visual__title {
		top: 29%;
	}

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

}

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

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

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

	.main-visual .paging span {
		margin: 0 6rem;
	}
}

@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 14rem;
	}

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

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

	.main-visual .paging {
		margin-top: 18rem;
	}

	.main-visual .paging span {
		width: 5rem;
		height: 5rem;
		margin: 0 3rem;
	}

	.main-visual .paging span.swiper-pagination-bullet-active {
		width: 25rem;
	}

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

	.scroll_ani i {
		height: 25rem;
	}

	.scroll_ani i::after {
		height: 10rem;
	}
	
	.visual02 i.main-visual__bg{background-position: 86% 50%;}

}

[id^="area-"]:not(#area-location) {
	padding: 100rem 0;
}

/* company */
#area-company {
	position: relative;
	/*background:url(../img/main/bg-intro.jpg)no-repeat center; background-size:cover;*/
	z-index: 1;
	overflow-x: hidden;
}

.box-company {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60rem;
	box-sizing: border-box;
}

.box-company:before {
	content: '';
	position: absolute;
	top: -100rem;
	left: 0;
	width: 268rem;
	height: 280rem;
	background: url(../img/main/obj-intro01.png)no-repeat center;
	background-size: cover;
	z-index: -1;
}

.box-company:after {
	content: '';
	position: absolute;
	bottom: -100rem;
	right: 0;
	width: 418rem;
	height: 274rem;
	background: url(../img/main/obj-intro02.png)no-repeat center;
	background-size: cover;
	z-index: -1;
}

.box-company .img {
	width: 550rem;
	height: 600rem;
	border-radius: 30rem;
	overflow: hidden;
}

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

.box-company .img .m {
	display: none;
}

.box-company .txt {}

.box-company .txt>em {
	display: inline-block;
	margin-bottom: 16rem;
	font-size: 18rem;
	font-weight: 800;
	color: var(--color-point);
}

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

.box-company .txt>h3 .thin {
	font-weight: 200;
}

.box-company .txt>p {
	display: block;
	margin-top: 20rem;
	font-size: 17rem;
	font-weight: 400;
	color: #777;
	line-height: 1.7em;
	word-break: keep-all;
}

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

	[id^="area-"]:not(#area-location) {
		padding: 80rem 0;
	}

	.box-company {
		gap: 0rem;
		margin: 0 80rem;
	}

	.box-company:before {
		left: -80rem;
		top: -80rem;
		width: 208rem;
		height: 220rem;
	}

	.box-company:after {
		right: -80rem;
		bottom: -80rem;
		width: 318rem;
		height: 174rem;
	}

	.box-company .img {
		width: 45%;
		margin-right: 5%;
		height: 500rem;
	}

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

	.box-company .txt>em {
		font-size: 17rem;
		margin-bottom: 12rem;
	}

	.box-company .txt>h3 {
		font-size: 34rem;
	}

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

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

@media all and (max-width:768px) {
	[id^="area-"]:not(#area-location) {
		padding: 70rem 0;
	}

	.box-company {
		flex-direction: column;
		margin: 0 30rem;
		gap: 30rem;
	}

	.box-company:after {
		bottom: -70rem;
	}

	.box-company:before {
		top: -70rem;
	}

	.box-company .img {
		width: 100%;
		height: auto;
		margin-right: 0;
		border-radius: 20rem;
	}

	.box-company .img .w {
		display: none;
	}

	.box-company .img .m {
		display: block;
	}

	.box-company .txt {
		width: 100%;
		text-align: center;
	}

	.box-company .txt>p br {
		display: block;
	}
}

@media all and (max-width:480px) {
	[id^="area-"]:not(#area-location) {
		padding: 30rem 0;
	}

	.box-company {
		margin: 0 14rem;
		gap: 10rem;
	}

	.box-company:after {
		bottom: -30rem;
		width: 218rem;
		height: 74rem;
	}

	.box-company:before {
		top: -30rem;
		width: 158rem;
		height: 170rem;
	}

	.box-company .img {
		height: 130rem;
		border-radius: 7rem;
	}

	.box-company .txt>em {
		font-size: 11rem;
		margin-bottom: 8rem;
		line-height: 1em;
	}

	.box-company .txt>h3 {
		font-size: 18rem;
		line-height: 1.2em;
	}

	.box-company .txt>p {
		margin-top: 8rem;
		font-size: 11rem;
		line-height: 1.4em;
		text-align: justify;
		letter-spacing: -0.5px;
	}

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



/* clinic */
#area-clinic {
	position: relative;
	background: url(../img/main/bg-clinic.jpg)no-repeat center;
	background-size: cover;
}

.main-title {
	text-align: center;
	margin-bottom: 50rem;
}

.main-title em {
	display: inline-block;
	margin-bottom: 15rem;
	font-size: 18rem;
	font-weight: 800;
	color: var(--color-point);
	line-height: 1em;
}

.main-title h3 {
	position: relative;
	font-size: 40rem;
	font-weight: 800;
	color: #111;
	line-height: 1.3em;
	word-break: keep-all;
	letter-spacing: -0.5px;
}

.main-title h3 .thin {
	font-weight: 200;
}

.main-title span {
	display: inline-block;
	margin-top: 15rem;
	font-size: 17rem;
	font-weight: 400;
	color: #777;
	line-height: 1.5em;
	word-break: keep-all;
}

.main-title.wt>* {
	color: #fff;
}

.main-title.wt span {
	opacity: 0.5;
}

#area-clinic .cont {}

/* tab  */
.tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10rem;
	width: 100%;
	height: 66rem;
	margin-bottom: 30rem;
	padding: 8rem;
	box-sizing: border-box;
	border-radius: 10rem;
	background: #fff;
	overflow: hidden;
}

.tabs li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5rem 10rem;
	height: 100%;
	border-radius: 8rem;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	text-align: center;
	line-height: 1em;
	font-size: 18rem;
	font-weight: 400;
	line-height: 1em;
	color: #999;
}

.tabs li.active,
.tabs li:hover {
	background: var(--color-point);
	color: #fff;
}

.tab_container {
	width: 100%;
	height: 100%;
}

.tab_content {
	position: relative;
	height: 100%;
}

.box-clinic {
	position: relative;
	width: 100%;
	height: 450rem;
	border-radius: 20rem;
	overflow: hidden;
	background: #999;
}

#tab1 .box-clinic {
	background: url(../img/main/bg-clinic01.jpg)no-repeat center;
	background-size: cover;
}

#tab2 .box-clinic {
	background: url(../img/main/bg-clinic02.jpg)no-repeat center;
	background-size: cover;
}

#tab3 .box-clinic {
	background: url(../img/main/bg-clinic03.jpg)no-repeat center;
	background-size: cover;
}

#tab4 .box-clinic {
	background: url(../img/main/bg-clinic04.jpg)no-repeat center;
	background-size: cover;
}

.box-clinic .txt {
	position: absolute;
	top: 50%;
	left: 48%;
	transform: translateY(-50%);
	width:50%;
}

.box-clinic .txt>em {
	display: none;
	font-size: 16rem;
	font-weight: 600;
	color: #fff;
	line-height: 1em;
	margin-bottom: 17rem;
}

.box-clinic .txt>h3 {
	display: block;
	font-size: 36rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.2em;
	word-break: keep-all;
	margin-bottom:18rem;
}

.box-clinic .txt>p {
	display: block;
	margin-top: 12rem;
	font-size: 18rem;
	font-weight: 400;
	color: #fff;
	opacity: 0.75;
	line-height: 1.6em;
	word-break: keep-all;
}


@media all and (max-width:1300px) {
	.main-title h3 {
		font-size: 35rem;
	}

	.box-clinic {
		height: 400rem;
		background-position: 27% 50% !important;
	}

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

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

	.tabs {
		height: 55rem;
		padding: 5rem;
		border-radius: 7rem;
		gap: 5rem;
		margin-bottom: 15rem;
	}

	.tabs li {
		font-size: 17rem;
		border-radius: 5rem;
	}

	.box-clinic {
		height: 330rem;
		border-radius: 10rem;
	}

	.box-clinic .txt>em {
		font-size: 14rem;
		margin-bottom: 12rem;
	}

	.box-clinic .txt>h3 {
		font-size: 25rem;
		margin-bottom:12rem;
	}

	.box-clinic .txt>p {
		font-size: 16rem;
		margin-top: 8rem;
		line-height: 1.5em;
	}

	#tab2 .box-clinic .txt,
	#tab3 .box-clinic .txt{width:45%;}
	#tab2 .box-clinic .txt > p br,
	#tab3 .box-clinic .txt > p br{display:none;}
}

@media all and (max-width:768px) {
	.main-title h3 {
		font-size: 27rem;
	}

	.main-title span {
		margin-top: 8rem;
		font-size: 16rem;
	}

	.box-clinic {
		height: 290rem;
		background-position: 35% 50% !important;
	}

	.box-clinic .txt {
		margin-left: -4%;
	}

	.box-clinic .txt>em {
		font-size: 13rem;
	}

	.box-clinic .txt>h3 {
		font-size: 22rem;
	}

	.box-clinic .txt>p {
		font-size: 14rem;
		line-height: 1.4em;
	}

	#tab2 .box-clinic .txt, #tab3 .box-clinic .txt{width:53%;}
}

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

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

	.main-title span {
		margin-top: 5rem;
		font-size: 15rem;
	}

	.tabs {
		height: 45rem;
		margin-bottom: 10rem;
	}

	.tabs li {
		font-size: 15rem;
	}

	.box-clinic {
		height: 230rem;
	}

	.box-clinic .txt {
		margin-left: -6%;
	}

	.box-clinic .txt>em {
		margin-bottom: 10rem;
		font-size: 12rem;
	}
	.box-clinic .txt{width:53%;}
	.box-clinic .txt>h3 {
		font-size: 18rem;
		margin-bottom:8rem;
	}

	.box-clinic .txt>p {
		font-size: 14rem;
		line-height: 1.4em;
	}

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

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

	.main-title em {
		font-size: 11rem;
		margin-bottom: 8rem;
	}

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

	.main-title span {
		margin-top: 5rem;
		font-size: 11rem;
		line-height: 1.4em;
	}

	.tabs {
		height: 30rem;
		margin-bottom: 7rem;
		border-radius: 5rem;
		padding: 3rem;
	}

	.tabs li {
		font-size: 11rem;
		border-radius: 3rem;
	}

	.box-clinic {
		height: 160rem;
	}

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

	.box-clinic .txt>h3 {
		font-size: 13rem;
		margin-bottom:6rem;
	}

	#tab2 .box-clinic{background-position: 27% 50% !important;}
	#tab4 .box-clinic .txt>h3 br{display:none;}

	.box-clinic .txt>p {
		margin-top: 4rem;
		font-size: 10rem;
		line-height:1.3em;
	}

	.box-clinic .txt>p.first {
		display: none;
	}

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

/* staff */
#area-staff {
	overflow-x: hidden;
}

.box-staff {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 70rem;
}

.box-staff .img {
	width: 462rem;
	height: 650rem;
	background: #EAEAEA;
	border-radius: 500rem 300rem;
	overflow: hidden;
}

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

.box-staff .txt {
	width: calc(100% - 532rem);
}

.box-staff .txt .top {
	display: block;
	padding-bottom: 40rem;
	margin-bottom: 40rem;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}

.box-staff .txt .top em {
	display: inline-block;
	margin-bottom: 20rem;
	font-size: 18rem;
	font-weight: 800;
	color: var(--color-point);
	line-height: 1em;
}

.box-staff .txt .top h3 {
	display: block;
	font-size: 36rem;
	font-weight: 600;
	color: #222;
	line-height: 1.2em;
	word-break: keep-all;
	font-family: var(--font-kr);
}

.staff-name {
	display: flex;
	align-items: baseline;
	gap: 8rem;
	margin-bottom: 30rem;
}

.staff-name h3 {
	display: block;
	font-size: 35rem;
	font-weight: bold;
	color: #222;
	line-height: 1em;
	word-break: keep-all;
}

.staff-name span {
	display: inline-block;
	font-size: 18rem;
	font-weight: 300;
	color: #222;
	line-height: 1em;
}

.staff-history {
	position: relative;
	display: flex;
	gap: 40rem;
	padding: 40rem;
	border-radius: 25rem 0 0 25rem;
	box-sizing: border-box;
	background: #F2F9F7;
	box-sizing: border-box;
}

.staff-history:before {
	content: '';
	position: absolute;
	top: 0;
	right: -400rem;
	width: 400rem;
	height: 100%;
	background: #F2F9F7;
}

[data-list]>* {
	position: relative;
	margin-bottom: 15rem;
}

[data-list]>*::before {
	content: "";
	position: absolute;
	left: 0;
	background-color: #626262;
}

[data-list]>*:last-child {
	margin: 0;
}

[data-list="dot"]>* {
	padding-left: 10rem;
	font-size: 16rem;
	color: #626262;
	line-height: 1em;
	word-break: keep-all;
}

[data-list="dot"]>*::before {
	top: 6rem;
	width: 3rem;
	height: 3rem;
	border-radius: 10rem;
}

.infinite-text {
	position: relative;
	top: 50rem;
	width: 100%;
	height: 100rem;
	display: flex;
	overflow: hidden;
}

.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: -20rem;
	animation: flow2 120s linear infinite;
}

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

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

@media all and (max-width:1300px) {
	.staff-history {
		padding: 30rem 0 30rem 30rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20rem;
		border-radius: 15rem 0 0 15rem;
	}

	[data-list="dot"]>* {
		line-height: 1.3em;
		margin-bottom: 10rem;
	}

	[data-list="dot"]>*::before {
		top: 9rem;
	}
}

@media all and (max-width:1024px) {
	.staff-history {
		gap: 0;
	}

	.box-staff {
		flex-direction: column;
		gap: 40rem;
	}

	.box-staff .img {
		margin-top: 130rem;
	}

	.box-staff .txt {
		width: 100%;
	}

	.box-staff .txt .top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
		border-bottom: none;
		padding-bottom: 0;
	}
}

@media all and (max-width:768px) {
	.box-staff .txt .top h3 {
		font-size: 27rem;
	}

	.box-staff .img {
		margin-top: 110rem;
		border-radius: 400rem;
	}

	.infinite-text {
		height: 70rem;
		top: 35rem;
	}

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

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

@media all and (max-width:620px) {
	.box-staff .txt .top h3 {
		font-size: 24rem;
	}

	[data-list="dot"]>* {
		font-size: 14rem;
	}

	.box-staff .img {
		width: 80%;
		height: auto;
	}
}

@media all and (max-width:480px) {
	.box-staff {
		gap: 25rem;
	}

	.box-staff .txt .top em {
		font-size: 11rem;
		margin-bottom: 8rem;
	}

	.box-staff .txt .top h3 {
		font-size: 18rem;
		line-height: 1.3em;
	}

	.box-staff .img {
		margin-top: 90rem;
	}

	.staff-name {
		gap: 5rem;
		margin-bottom: 13rem;
	}

	.staff-name h3 {
		font-size: 20rem;
	}

	.staff-name span {
		font-size: 11rem;
	}

	.staff-history {
		padding: 15rem;
		border-radius: 10rem;
		grid-template-columns: 1fr;
	}

	.staff-history:before {
		display: none;
	}

	[data-list="dot"]>* {
		padding-left: 6rem;
		font-size: 12rem;
		margin-bottom: 5rem;
	}

	[data-list="dot"]>*::before {
		top: 6rem;
		width: 2px;
		height: 2px;
	}

	.infinite-text {
		height: 40rem;
		top: 18rem;
	}

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

	.infinite-text__list>li:before {
		top: 13rem;
		width: 5rem;
		height: 5rem;
		right: -2.5rem;
	}
}

/* special */
#area-special {
	position: relative;
	background: url(../img/main/bg-special.jpg)no-repeat center;
	background-size: cover;
}

.list-special {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50rem;
}

.list-special>li {
	text-align: center;
}

.list-special>li .img {
	border-radius: 20rem;
	overflow: hidden;
}

.list-special>li .img img {
	width: 100%;
}

.list-special>li .txt {
	display: block;
	margin: 25rem 0 0;
}

.list-special>li .txt em {
	display: inline-block;
	font-size: 16rem;
	font-weight: bold;
	color: #62FFD8;
	line-height: 1em;
	margin-bottom: 13rem;
}

.list-special>li .txt h3 {
	display: block;
	font-size: 25rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.3em;
	word-break: keep-all;
}

.list-special>li .txt p {
	display: block;
	margin-top: 8rem;
	font-size: 17rem;
	font-weight: 300;
	color: #fff;
	opacity: 0.6;
	line-height: 1.5em;
	word-break: keep-all;
}

@media all and (max-width:1024px) {
	.list-special {
		gap: 25rem;
	}

	.list-special>li .txt h3 {
		font-size: 22rem;
	}

	.list-special>li .txt p {
		font-size: 16rem;
	}
}

@media all and (max-width:768px) {
	.list-special {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 35rem 25rem;
	}

	.list-special>li {
		width: calc((100% / 2) - 13rem);
	}
}

@media all and (max-width:620px) {
	.list-special {
		gap: 30rem;
	}

	.list-special>li {
		width: 100%;
	}
}

@media all and (max-width:480px) {
	.list-special>li .img {
		border-radius: 10rem;
	}

	.list-special>li .txt {
		margin: 8rem 0 0;
	}

	.list-special>li .txt em {
		font-size: 11rem;
		margin-bottom: 8rem;
	}

	.list-special>li .txt h3 {
		font-size: 15rem;
	}

	.list-special>li .txt p {
		font-size: 11rem;
		margin-top: 5rem;
		line-height: 1.4em;
	}
}


/* interior */
#area-interior {
	position: relative;
	background: #F6F6F2;
	overflow-x: hidden;
}

#area-interior .box-flex {
	gap: 50rem;
}

#area-interior .interior-txt {
	position: absolute;
	top: 12rem;
	left: 0;
	width: 370rem;
}

#area-interior .interior-txt .main-title {
	text-align: left;
	margin: 0;
}

#area-interior .interior-wrap {
	position: relative;
	width: 100%;
	margin-left: 440rem;
}

#area-interior .btn_swiper {
	position: relative;
	margin-top: 25rem;
	z-index: 90;
	display: flex;
	gap: 5rem;
}

#area-interior .swiper-button-next,
#area-interior .swiper-button-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 0;
	bottom: 0;
	top: unset;
	width: 50rem;
	height: 50rem;
	background: #fff;
	border-radius: 50rem;
	border: 1px solid #eee;
	box-sizing: border-box;
}

#area-interior .swiper-button-prev {
	left: 0;
}

#area-interior .swiper-button-next {
	right: 0;
}

#area-interior .swiper-button-prev:before,
#area-interior .swiper-button-next:before {
	content: '';
	display: inline-block;
	width: 7rem;
	height: 13rem;
	background: url(../img/main/ic-slide-arr.svg)no-repeat center;
	background-size: contain;
}

#area-interior .swiper-button-next:before {
	transform: rotate(-180deg);
}

.interiorSwiper {
	overflow: hidden;
}

.interiorSwiper .swiper-slide {
	border-radius: 15rem;
	overflow: hidden;
}

.interiorSwiper .swiper-slide img {
	width: 100%;
}

#area-interior .swiper-pagination {
	position: relative;
	margin: 20rem 0 0;
	bottom: 0;
	display: none;
}

#area-interior .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}

#area-interior .swiper-pagination-bullet-active {
	background: var(--color-point);
}

@media all and (max-width:1300px) {
	#area-interior .interior-wrap {
		margin-left: 390rem;
	}
}

@media all and (max-width:1024px) {
	#area-interior .interior-txt {
		position: relative;
		width: 100%;
		top: 0;
		margin: 0 0 30rem;
	}

	#area-interior .interior-txt .main-title {
		text-align: center;
	}

	#area-interior .btn_swiper {
		display: none;
	}

	#area-interior .interior-wrap {
		margin-left: 0;
	}

	#area-interior .swiper-pagination {
		display: block;
	}
}

@media all and (max-width:480px) {
	#area-interior .interior-txt {
		margin: 0 0 20rem;
	}

	.interiorSwiper .swiper-slide {
		border-radius: 10rem;
	}

	#area-interior .swiper-pagination {
		margin: 5rem 0 0;
	}
}





/* inquiry */
.main-inquiry {
	position: relative;
	margin: 60rem 40rem 80rem;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30rem;
}

.main-inquiry>* {
	text-align: center;
	border-radius: 25rem;
	padding: 70rem 120rem;
	box-sizing: border-box;
	overflow: hidden;
	min-height: 500rem;
}

.main-inquiry>* h3 {
	font-size: 40rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30rem;
}

.box-inquiry__list {
	background: #1E252C url(../img/main/bg-inquiry01.jpg) no-repeat center;
	background-size: cover;
}

.csSwiper {
	width: 100%;
	height: 647rem;
	margin: initial;
	overflow: hidden;
}

.csSwiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
	height: 66px;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 5rem;
}

.csSwiper .swiper-slide>.txt {
	display: flex;
	gap: 10rem;
	align-items: center;
}

.csSwiper .swiper-slide .data {
	font-size: 16rem;
	font-weight: 400;
	color: #999;
	line-height: 1em;
	opacity: 0.6;
}

.csSwiper .swiper-slide .subject {
	font-size: 16rem;
	font-weight: 400;
	color: #fff;
	line-height: 1em;
}

.csSwiper .swiper-slide .state {
	display: inline-block;
	width: 80rem;
	height: 30rem;
	padding: 5rem;
	font-size: 15rem;
	font-weight: 500;
	color: #fff;
	line-height: 20rem;
	background: var(--color-point);
	border-radius: 50px;
}

.box-inquriy__form {
	background: #0067CD;
	url(../img/main/bg-inquiry02.jpg) no-repeat center;
	background-size: cover;
}

@media all and (max-width:1700px) {
	.main-inquiry>* {
		padding: 70rem;
	}
}

@media all and (max-width:1400px) {
	.main-inquiry>* {
		padding: 50rem;
	}
}

@media all and (max-width:1024px) {
	.main-inquiry {
		grid-template-columns: repeat(1, 1fr);
		margin: 14rem 14rem 60rem;
		gap: 14rem;
	}

	.main-inquiry>* {
		padding: 70rem;
		border-radius: 15rem;
	}

	.main-inquiry>* h3 {
		font-size: 35rem;
	}
}

@media all and (max-width:768px) {
	.main-inquiry>* {
		border-radius: 10rem;
	}

	.main-inquiry>* h3 {
		font-size: 27rem;
		margin-bottom: 20rem;
	}
}

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

	.main-inquiry>* {
		padding: 20rem 14rem 14rem;
		border-radius: 7rem;
		min-height: auto;
	}

	.main-inquiry>* h3 {
		font-size: 18rem;
		margin-bottom: 10rem;
	}

	.csSwiper {
		height: 260rem;
	}

	.csSwiper .swiper-slide {
		padding: 10rem;
	}

	.csSwiper .swiper-slide .data {
		display: none;
	}

	.csSwiper .swiper-slide .state {
		width: 52rem;
		height: 20rem;
		font-size: 11rem;
		line-height: 11rem;
	}

	.csSwiper .swiper-slide .subject {
		font-size: 11rem;
	}

}



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


	.main-tit>h3 {
		font-size: 55rem;
	}

	.list-pd {
		gap: 30rem;
	}

	.list-pd>li {
		border-radius: 0 10rem 10rem 10rem;
	}

	.list-pd>li a {
		padding: 15rem 15rem 18rem;
	}

	.list-pd>li a i {
		font-size: 15rem;
		padding-left: 15rem;
		top: -25rem;
		border-radius: 10rem 0 0 0;
	}

	.list-pd>li .img {
		border-radius: 8rem;
	}

	.list-pd>li h3 {
		margin-top: 14rem;
		font-size: 21rem;
	}
}