@charset "utf-8";


/* main-visual */
.main-slide {
	position: relative;
	top: 108px;
	margin-bottom: 100px;
}

.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: 22%;
	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: 55rem;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
	word-break: keep-all;
	letter-spacing: -1rem;
}

.main-visual__title>em {
	margin-bottom: 30rem;
	display: inline-block;
	font-size: 18rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.5em;
	word-break: keep-all;
}

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


.hoons_tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 580px;
	gap: 10px;
	margin: 0 auto;

}

.hoons_tag {
	background: #fff;
	color: #690F24;
	padding: 8px 16px;
	border-radius: 25px;
	font-size: 17rem;
	transition: 0.3s;
	cursor: pointer;
	font-weight: 500;
}

.hoons_tag:hover {
	background: #690F24;
	color: #fff;
	transform: translateY(-2px);
}




.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;
}

.btn-basic {
	margin: 35px auto;
	width: 200rem;
}

.main-visual .paging {
	position: static;
	margin-top: 55rem;
	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 .hoons_tags {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.6s;
}

.main-visual .swiper-slide-active .btn-basic {
	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-slide {
		top: 62px;
	}

	.main-visual {
		border-radius: 10rem;
		margin: 0 14rem;
		height: 800rem;
	}

	.main-visual__title {
		top: 22%;
	}

	.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;
	}

	.main-slide {
		top: 53px;
		margin-bottom: 50rem;
	}

	.hoons_tag {
		font-size: 11rem;
		padding: 5px 10px;
	}

	.btn-basic {
		margin: 25px auto;
		width: 120rem;
	}

	.hoons_tags {
		gap: 7rem;
	}




}

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

	.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: 560rem;
		border-radius: 7rem;
		margin: 0 14rem;
	}

	.main-visual__title>em {
		font-size: 11rem;
		line-height: 1.3em;
		margin: 6rem 0 15rem;
	}

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

	.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;
	}

	i.main-visual__bg {
		background-position: 80% 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;
}

#area-company .btn-basic {
	margin: 80px 0 0;
}

.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: 35rem;
	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;
	}

	#area-company .btn-basic {
		margin: 15rem auto 0;
	}
}

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

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

	.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: 9rem;
		margin-bottom: 8rem;
		line-height: 1em;
	}

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

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

	.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-clinic1.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.3em;
	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>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: 57% 50% !important;
	}

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

	.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;
	}
}

@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;
		gap: 0;
	}

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

	.box-clinic {
		height: 230rem;
	}

	.box-clinic .txt {
		margin-left: -10%;
		width: 53%;
	}

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

	.box-clinic .txt>h3 {
		font-size: 18rem;
		margin-bottom: 8rem;
		color: #252525;
	}

	.box-clinic .txt>p {
		font-size: 14rem;
		line-height: 1.4em;
		opacity: 0.9;
		color: #444;
	}

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

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

	#tab3 .box-clinic .txt {
		width: 50%;
	}

	#tab3 .box-clinic {
		background-position: 43% 50% !important;
	}
}

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

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

	.main-title h3 {
		font-size: 22rem;
		line-height: 1.2em;
	}

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

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

	.tabs li {
		font-size: 10rem;
		border-radius: 0;
		line-height: 1.2em;
	}

	.box-clinic {
		height: 160rem;
	}

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

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

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

	#tab2 .box-clinic {
		background-position: 42% 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;
	}
}

#area-partner {
	overflow-x: hidden;
}

.partner-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.partner-list .partner {
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	padding: 25px 30px;
	display: flex;
	align-items: center;
	gap: 21rem;

}

.partner-list .partner .icon {
	background-color: #f5f5f5;
	border-radius: 10px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.partner-list .partner .icon img {
	width: auto;
	height: auto;
	max-width: 45px;
	max-height: 45px;
	display: block;
}

.partner-list .partner h3 {
	font-size: 21rem;
	font-weight: 700;
	margin-bottom: 4rem;
}

.partner-list .partner p {
	color: #979797;
}

.partner-list .partner em {
	color: #fff;
	font-weight: 600;
	font-size: 15rem;
	margin-top: 5rem;
	padding: 6px 12px;
	display: inline-block;
	border-radius: 5px;
	background-color: var(--color-point);
}



@media all and (max-width:1024px) {
	.partner-list {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media all and (max-width:768px) {
	.partner-list {
		gap: 10rem;
	}

	.partner-list .partner {
		padding: 10px 13px;
		gap: 10rem;
	}

	.partner-list .partner h3 {
		font-size: 12rem;
		margin-bottom: 0rem;
	}

	.partner-list .partner p {
		font-size: 10rem;
	}

	.partner-list .partner em {
		font-size: 9rem;
		padding: 4rem 6rem;
	}

	.partner-list .partner .icon {
		width: 40rem;
		height: 40rem;
	}

	.partner-list .partner .icon img {
		max-width: 23rem;
	}



}

[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;
	}

}

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

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

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

/* 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: #FFBDCC;
	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;
	}
}



#area-step {
	position: relative;
	background: #F6F6F2;
	overflow-x: hidden;
}

.step-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	width: 100%;
}


.step {
	background: #fff;
	border-radius: 10rem;
	border: 1px solid #dcdcdc;
	width: calc((100% - 32px) / 3);
}

/* 제목 */
.step-title {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: var(--color-point);
	color: #fff;
	font-size: 19rem;
	font-weight: 600;
	line-height: 1.3;
	width: 100%;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;

}

.step-title em {
	display: inline-block;
	margin-bottom: 6rem;
	font-size: 20rem;
	font-weight: 400;
	word-break: keep-all;
	text-transform: uppercase;
	line-height: 0.8em;
	word-break: keep-all;
	font-family: var(--font-eng);
}

/* 내용 */
.step-content {
	min-height: 170px;
	padding: 25px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.6;
	text-align: center;
	border-radius: 10px;
}

.step-content .content-chek {
	display: flex;

}

.step-content .content-chek span {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--color-point);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1;
	margin-top: 2px;
	margin-right: 7px;
}

.step-content .content-chek p {}

.step-content .step-point {
	background-color: #FEF4F6;
	color: var(--color-point);
	padding: 7rem;
	border-radius: 0 6rem 6rem 0;
	border: 1px solid #FFE5EC;
	border-left: none;
	text-align: center;
	font-weight: 700;
	font-size: 20rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	margin-top: 15rem;
}



@media all and (max-width:768px) {
	.step-list {
		gap: 10rem;
		font-size: 13rem;
	}

	.step-content {
		padding: 10rem 15rem;
		min-height: 100rem;
	}

	.step-title {
		height: 50rem;
		font-size: 15rem;
	}

	.step-title em {
		font-size: 16rem;
		margin-bottom: 3rem;
	}

	.step {
		width: 100%;
	}

	.step-content .step-point {
		font-size: 11rem;
		margin-top: 5rem;
	}

	.step-content .content-chek p {
		font-size: 11rem;
		padding: 4rem;
	}

	.step-content .content-chek span {
		margin-right: 0;
		margin-top: 4rem;
	}



}



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

/* 탭 스타일 */
.faq-section .faq-tabs {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.faq-section .tab-btn {
	padding: 12px 30px;
	border-radius: 30px;
	border: 1px solid #e7e7e7;
	background: #f9f9f9;
	color: var(--color-gray);
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.25s ease;
}

.faq-section .tab-btn:hover {
	border-color: var(--color-point);
	color: var(--color-point);
	font-weight: 700;
	background: #f9f9f9;
}

.faq-section .tab-btn.active {
	background: var(--color-point);
	color: #ffffff;
	border-color: var(--color-point);
	box-shadow: 0 4px 12px rgba(107, 15, 43, 0.2);
}

/* Q&A 아코디언 리스트 */
.faq-section .faq-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}


.faq-section .faq-item {
	border: 1px solid var(--color-border);
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-section .faq-item.active {
	border-color: var(--color-point);
}

.faq-section .faq-question {
	position: relative;
	border: 1px solid #eee;
	width: 100%;
	padding: 15rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
	letter-spacing: -0.7rem;
	background-color: #f9f9f9
}




.faq-section .faq-question::after {
	position: absolute;
	top: 50%;
	right: 20rem;
	width: 15rem;
	height: 15rem;
	content: "";
	font-size: 23rem;
	line-height: 34rem;
	background: url(/theme/goolgee/pay/img/main/ic-plus.svg) no-repeat center;
	background-size: 15rem auto;
	text-align: center;
	color: #fff;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.faq-section .faq-item.active .faq-question::after {
	transform: translateY(-50%) rotate(-180deg);
	transition: transform 120ms ease-in-out;
}


.faq-section .faq-item.active .faq-question::after {
	background: url(/theme/goolgee/pay/img/main/ic-minus.svg) no-repeat center;
	background-size: 15rem auto;
}


.faq-section .faq-question i {
	display: inline-block;
	margin-right: 10rem;
	width: 32rem;
	height: 32rem;
	border-radius: 50rem;
	background: var(--color-point);
	font-size: 20rem;
	font-family: var(--font-eng);
	font-weight: bold;
	color: #fff;
	line-height: 28rem;
	text-align: center;

}

.faq-section .faq-list .faq-item.is-hidden {
	display: none !important;
}




.faq-section .arrow::before {
	left: 0;
	transform: rotate(45deg);
}

.faq-section .arrow::after {
	right: 0;
	transform: rotate(-45deg);
}

.faq-section .faq-item.active .arrow {
	transform: rotate(180deg);
}

.faq-section .faq-item.active .arrow::before,
.faq-section .faq-item.active .arrow::after {
	background-color: var(--color-point);
}

/* 답변 스타일 */
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s ease;
	background-color: var(--color-point-light);
}

.faq-item.active .faq-answer {
	max-height: 900px;
	/* 답변 길이에 맞춰 충분히 설정 */
	transition: max-height 0.35s cubic-bezier(1, 0, 1, 0), padding 0.3s ease;

}

.faq-answer p {
	padding: 20px 40px;
	font-size: 17rem;
	font-weight: 400;
	color: #555;
	line-height: 1.7em;
	word-break: keep-all;
}

.more-btn-wrap {
	text-align: center;
	margin-top: 30px;
}

.more-btn-wrap .more-btn {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	padding: 12px 32px;
	background-color: var(--color-point);
	border: 1px solid var(--color-point);
	border-radius: 30px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.25s ease;
}

.more-btn-wrap .more-btn:hover {
	border-color: var(--color-point);
	color: var(--color-point);
	background-color: var(--color-point-light);
}

.more-btn-wrap .more-btn svg {
	transition: transform 0.3s ease;
}

.more-btn-wrap .more-btn.is-expanded svg {
	transform: rotate(180deg);
}

/* 15개 넘을 때 표시/숨김용 클래스 */
.faq-item.is-hidden {
	display: none !important;
}

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

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

@media all and (max-width:782px) {
	.faq-section .tab-btn {
		font-size: 13rem;
		padding: 5px 10px;
		font-weight: 400;
	}

	.faq-section .faq-tabs {
		gap: 5rem;
		margin-bottom: 15rem;
	}

	.faq-section .faq-question {
		font-size: 13rem;
		padding: 10rem;
		color: #222;
		font-weight: 400;
	}

	.faq-section .faq-list {
		gap: 6rem;
	}

	.faq-section .faq-question i {
		margin-right: 4rem;
		width: 22rem;
		height: 22rem;
		font-size: 12rem;
		line-height: 20rem;
	}

	.faq-answer p {
		font-size: 11rem;
		padding: 10rem;
		line-height: 1.3em;
		text-align: justify;
		letter-spacing: -0.7px;
	}

	.more-btn-wrap .more-btn {
		font-size: 11rem;
		gap: 10rem;
		padding: 7px 15px;
	}

	.more-btn-wrap {
		margin-top: 15rem;
	}

	.faq-section .faq-question::after {
		right: 10rem;
		width: 12rem;
		height: 12rem;
		background-size: contain;
	}

	.faq-section .faq-item.active .faq-question::after {
		right: 10rem;
		width: 12rem;
		height: 12rem;
	}
}

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





/* 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;
	}
}