@charset "UTF-8";
main {
	scroll-behavior: smooth;
}

article {
	scroll-margin-top: 6.6666666667rem;
}

.mainVisual {
	padding-top: 5.7777777778rem;
}
.mainVisual__slide {
	position: relative;
	overflow: hidden;
}
.mainVisual__move {
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
	overflow: hidden;
}
.mainVisual .move01 {
	background: url('/assets/img/main/visual01.jpg') no-repeat center/cover;
}
.mainVisual .move02 {
	background: url('/assets/img/main/visual02.jpg') no-repeat center/cover;
}
.mainVisual__arrows {
	position: absolute;
	bottom: 16%;
	left: calc(50% - 100px);
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 1.1111111111rem;
}
.mainVisual__arrows .visualPagingInfo {
	display: flex;
	align-items: center;
	gap: 6px;
}
.mainVisual__arrows .visualPagingInfo .visual_now {
	font-size: 0.7777777778rem;
	color: #ba9956;
	font-weight: 800;
}
.mainVisual__arrows .visualPagingInfo .visual_bar {
	position: relative;
	width: 100px;
	height: 1px;
	background-color: #fff;
}
.mainVisual__arrows .visualPagingInfo .visual_bar span {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
}
@keyframes start {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
.mainVisual__arrows .visualPagingInfo .visual_total {
	font-size: 0.7777777778rem;
	color: #9e9e9e;
}
.mainVisual__textArea {
	padding: 8.0555555556rem 0 12.7777777778rem 0;
	line-height: 1.4;
	letter-spacing: -0.05em;
	text-align: center;
	color: #fff;
}
.mainVisual__textArea h2 {
	margin-bottom: 9.7222222222rem;
	letter-spacing: -0.1em;
	font-size: 3.7777777778rem;
	font-weight: 200;
	line-height: 1.29;
}
.mainVisual__textArea h2 > b {
	font-weight: 800;
}
.mainVisual__textArea p {
	margin-bottom: 1.1111111111rem;
	font-size: 1.3333333333rem;
	font-weight: 300;
	line-height: 1.4;
}
.mainVisual__textArea .eng {
	margin-bottom: 1.3888888889rem;
	font-size: 0.6666666667rem;
	font-weight: 200;
	letter-spacing: 0.5em;
	color: #9e9e9e;
	text-transform: uppercase;
}
.mainVisual__textArea .eng strong {
	font-weight: 800;
}

@media screen and (max-width: 1401px) {
	.mainVisual {
		padding-top: 5.2222222222rem;
	}
	.mainVisual .move01 {
		background-position: 50% 0;
	}
	.mainVisual .move02 {
		background-position: 65% 0;
	}
}
@media screen and (max-width: 1201px) {
	.mainVisual {
		padding-top: 4.7777777778rem;
	}
	.mainVisual__move {
		height: 700px;
	}
	.mainVisual__textArea {
		padding: 8.0555555556rem 0 11.1111111111rem 0;
	}
	.mainVisual__textArea h2 {
		margin-bottom: 7.7777777778rem;
		font-size: 3.2222222222rem;
	}
	.mainVisual__textArea p {
		font-size: 1.1111111111rem;
	}
}
@media screen and (max-width: 1025px) {
	.mainVisual {
		padding-top: 3.8888888889rem;
	}
	.mainVisual__move {
		height: 600px;
	}
	.mainVisual__textArea {
		padding: 8.0555555556rem 0 11.1111111111rem 0;
	}
	.mainVisual__textArea h2 {
		margin-bottom: 7.7777777778rem;
		font-size: 3.2222222222rem;
	}
	.mainVisual__textArea p {
		font-size: 1.1111111111rem;
	}
}
@media screen and (max-width: 868px) {
	.mainVisual__move {
		height: 500px;
	}
	.mainVisual__textArea {
		padding: 6.6666666667rem 0 10rem 0;
	}
	.mainVisual__textArea h2 {
		margin-bottom: 4.4444444444rem;
		font-size: 2.6666666667rem;
	}
	.mainVisual__textArea p {
		font-size: 1.1111111111rem;
	}
}
@media screen and (max-width: 680px) {
	.mainVisual .move01 {
		background-position: 55% 0;
	}
	.mainVisual .move02 {
		background-position: 70% 0;
	}
	.mainVisual__arrows {
		left: 50%;
		transform: translateX(-50%);
	}
	.mainVisual__arrows .visualPagingInfo .visual_bar {
		width: 80px;
	}
	.mainVisual__move {
		height: 400px;
	}
	.mainVisual__textArea {
		padding: 5.5555555556rem 0 8.8888888889rem 0;
	}
	.mainVisual__textArea h2 {
		margin-bottom: 2.7777777778rem;
		font-size: 2rem;
	}
	.mainVisual__textArea p {
		font-size: 0.8888888889rem;
		text-wrap: balance;
	}
}
@media screen and (max-width: 480px) {
	.mainVisual .move01 {
		background-position: 57% 0;
	}
	.mainVisual .move02 {
		background-position: 72% 0;
	}
	.mainVisual__arrows .visualPagingInfo .visual_bar {
		width: 60px;
	}
	.mainVisual__move {
		height: 340px;
	}
	.mainVisual__textArea {
		padding: 5.5555555556rem 0 8.3333333333rem 0;
	}
	.mainVisual__textArea h2 {
		margin-bottom: 2.2222222222rem;
		font-size: 1.7777777778rem;
	}
}
@media screen and (max-width: 360px) {
	.mainVisual {
		padding-top: 2.7777777778rem;
	}
	.mainVisual .move01 {
		background-position: 60% 0;
	}
	.mainVisual .move02 {
		background-position: 75% 0;
	}
}
.mainHospital {
	background-image: url('/assets/img/main/hospital-bg.png');
	background-repeat: no-repeat;
	background-position: 104% 60px;
}
.mainHospital .titleAr {
	margin-bottom: 4.3333333333rem;
}
.mainHospital .titleAr h3 {
	font-size: 2.6666666667rem;
	font-weight: 300;
	line-height: 1.4;
	color: #282f49;
}
.mainHospital .titleAr h3 b {
	font-size: 3.2222222222rem;
	font-weight: 800;
}
.mainHospital .slideBox {
	margin-top: 3.3333333333rem;
}
.mainHospital .slideBox .mainHospital__slide {
	position: relative;
}
.mainHospital .slideBox .mainHospital__move {
	float: left;
	display: flex;
	opacity: 0;
	gap: 5rem;
	align-items: center;
	border-radius: 1.1111111111rem;
}
.mainHospital .slideBox .mainHospital__move--img {
	width: calc(100% - 660px);
}
.mainHospital .slideBox .mainHospital__move--img img {
	width: 100%;
}
.mainHospital .slideBox .mainHospital__move--text {
	width: 660px;
}
.mainHospital .slideBox .mainHospital__move--text h4 {
	margin-bottom: 2.2222222222rem;
	font-size: 2.6666666667rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.08em;
	color: #282f49;
}
.mainHospital .slideBox .mainHospital__move--text h4 > b {
	font-weight: 800;
}
.mainHospital .slideBox .mainHospital__move--text p {
	font-size: 1.1111111111rem;
	line-height: 1.4;
	color: #757575;
	letter-spacing: -0.05em;
	text-wrap: balance;
}
.mainHospital .slideBox .mainHospital__move--ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5555555556rem;
	max-width: 90%;
	margin-top: 2.1111111111rem;
}
.mainHospital .slideBox .mainHospital__move--ul li > b {
	display: inline-block;
	width: 110px;
	max-width: 110px;
	padding: 4px 0;
	border-radius: 15px;
	font-size: 0.8888888889rem;
	line-height: 1.4;
	letter-spacing: -0.08em;
	text-align: center;
	font-weight: 700;
	color: #757575;
	background-color: #f5f5f5;
}
.mainHospital .slideBox .mainHospital__move.slick-current {
	opacity: 1;
}
.mainHospital .slideBox .mainHospital__arrows {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 1.1111111111rem;
	margin-right: 3.8888888889rem;
}
.mainHospital .slideBox .mainHospital__arrows .pagingInfo {
	display: flex;
	align-items: center;
	gap: 6px;
}
.mainHospital .slideBox .mainHospital__arrows .pagingInfo .now {
	font-size: 1.3333333333rem;
	color: #ba9956;
	font-weight: 800;
}
.mainHospital .slideBox .mainHospital__arrows .pagingInfo .total {
	font-size: 0.8888888889rem;
	color: #9e9e9e;
}

@media screen and (max-width: 1400px) {
	.mainHospital .slideBox .mainHospital__move {
		gap: 3.3333333333rem;
	}
	.mainHospital .slideBox .mainHospital__move--img {
		width: 50%;
	}
	.mainHospital .slideBox .mainHospital__move--text {
		width: 50%;
	}
}
@media screen and (max-width: 1200px) {
	.mainHospital {
		background-size: 800px;
	}
	.mainHospital .titleAr {
		margin-bottom: 3.3333333333rem;
	}
	.mainHospital .titleAr h3 {
		font-size: 2rem;
	}
	.mainHospital .titleAr h3 b {
		font-size: 2.6666666667rem;
	}
	.mainHospital .slideBox {
		margin-top: 1.6666666667rem;
	}
	.mainHospital .slideBox .mainHospital__move {
		gap: 2.2222222222rem;
	}
	.mainHospital .slideBox .mainHospital__move--text h4 {
		margin-bottom: 1.1111111111rem;
		font-size: 1.7777777778rem;
	}
	.mainHospital .slideBox .mainHospital__arrows {
		margin-top: 1.1111111111rem;
		margin-right: 0;
	}
	.mainHospital .slideBox .mainHospital__arrows > button img {
		max-width: 44px;
	}
}
@media screen and (max-width: 868px) {
	.mainHospital .titleAr {
		margin-bottom: 2.2222222222rem;
	}
	.mainHospital .titleAr h3 {
		font-size: 1.7777777778rem;
	}
	.mainHospital .titleAr h3 b {
		font-size: 2rem;
	}
	.mainHospital .slideBox .mainHospital__move {
		flex-direction: column;
		gap: 1.1111111111rem;
	}
	.mainHospital .slideBox .mainHospital__move--img {
		width: 100%;
	}
	.mainHospital .slideBox .mainHospital__move--text {
		width: 100%;
	}
	.mainHospital .slideBox .mainHospital__move--text h4 {
		margin-bottom: 0.8333333333rem;
		font-size: 1.5555555556rem;
	}
	.mainHospital .slideBox .mainHospital__move--text p {
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 680px) {
	.mainHospital .titleAr h3 {
		font-size: 1.5555555556rem;
	}
	.mainHospital .titleAr h3 b {
		font-size: 1.7777777778rem;
	}
	.mainHospital .slideBox .mainHospital__move--text h4 {
		margin-bottom: 0.8333333333rem;
		font-size: 1.5555555556rem;
	}
	.mainHospital .slideBox .mainHospital__move--text p {
		font-size: 0.8888888889rem;
	}
	.mainHospital .slideBox .mainHospital__arrows .pagingInfo .now {
		font-size: 1rem;
	}
	.mainHospital .slideBox .mainHospital__arrows .pagingInfo .total {
		font-size: 0.8888888889rem;
	}
	.mainHospital .slideBox .mainHospital__arrows > button img {
		max-width: 36px;
	}
}
.mainDoctor .titleAr {
	margin-bottom: 3.3333333333rem;
}
.mainDoctor .titleAr h3 {
	font-size: 2.6666666667rem;
	font-weight: 300;
	line-height: 1.4;
	color: #fff;
}
.mainDoctor .titleAr h3 > span {
	font-size: 3.2222222222rem;
}
.mainDoctor .titleAr h3 b {
	font-weight: 800;
}
.mainDoctor .doctorAr .topAr {
	height: 500px;
	background-image: url('/assets/img/main/doc_bg-text.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #dedede;
	border-radius: 30px;
	display: flex;
}
.mainDoctor .doctorAr .topAr > div {
	width: 50%;
}
.mainDoctor .doctorAr .topAr .textAr {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.mainDoctor .doctorAr .topAr .textAr .eng {
	color: #fff;
	font-size: 0.6666666667rem;
	margin-bottom: 1.1111111111rem;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}
.mainDoctor .doctorAr .topAr .textAr h2 {
	margin-bottom: 1.3333333333rem;
	font-size: 2.6666666667rem;
	font-weight: 300;
	line-height: 1.4;
	color: #282f49;
}
.mainDoctor .doctorAr .topAr .textAr h2 > b {
	font-size: 3.7777777778rem;
	font-weight: 800;
}
.mainDoctor .doctorAr .topAr .textAr .rounded {
	margin: 1.1111111111rem 0 2.2222222222rem 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 10rem;
	padding: 0.4444444444rem 1.9444444444rem;
	color: #ba9956;
	font-size: 1rem;
	font-weight: 600;
	border: 2px solid #ba9956;
	border-radius: 20px;
}
.mainDoctor .doctorAr .topAr .textAr .from {
	position: relative;
	padding: 0 1.5555555556rem;
	color: #890028;
	font-size: 1.1111111111rem;
	font-weight: 800;
}
.mainDoctor .doctorAr .topAr .textAr .from::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	background-color: #890028;
}
.mainDoctor .doctorAr .topAr .textAr .from::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	background-color: #890028;
}
.mainDoctor .doctorAr .topAr .imgAr {
	position: relative;
}
.mainDoctor .doctorAr .topAr .imgAr img {
	display: block;
	position: absolute;
	bottom: 0;
}
.mainDoctor .doctorAr .bottomAr {
	padding: 3.3333333333rem;
}
.mainDoctor .doctorAr .bottomAr .roundTitle {
	margin-left: 3.3333333333rem;
	display: inline-block;
	padding: 0.6666666667rem 1.9444444444rem;
	background-color: #282f49;
	color: #fff;
	border-radius: 25px;
	font-size: 1.2222222222rem;
	font-weight: 800;
}
.mainDoctor .doctorAr .bottomAr .flexAr {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.mainDoctor .doctorAr .bottomAr .flexAr > ul {
	max-width: 50%;
}
.mainDoctor .doctorAr .bottomAr .flexAr > ul li {
	font-size: 1.1111111111rem;
	line-height: 1.4;
}
.mainDoctor .doctorAr .bottomAr .flexAr > ul li:not(:last-child) {
	margin-bottom: 0.7777777778rem;
}
.mainDoctor .doctorAr .bottomAr .flexAr > ul li::marker {
	content: '· ';
}
.mainDoctor .doctorAr .bottomAr .flexAr > ul li .small-txt {
	font-size: 1rem;
	color: #9e9e9e;
}

@media screen and (max-width: 1401px) {
	.mainDoctor .doctorAr .topAr .textAr h2 {
		font-size: 2.3333333333rem;
	}
	.mainDoctor .doctorAr .topAr .textAr h2 > b {
		font-size: 3.2222222222rem;
	}
	.mainDoctor .doctorAr .topAr .imgAr img {
		max-width: 500px;
	}
}
@media screen and (max-width: 1201px) {
	.mainDoctor .titleAr h3 {
		font-size: 2rem;
	}
	.mainDoctor .titleAr h3 > span {
		font-size: 2.6666666667rem;
	}
	.mainDoctor .doctorAr .topAr .textAr h2 {
		font-size: 2rem;
	}
	.mainDoctor .doctorAr .topAr .textAr h2 > b {
		font-size: 2.6666666667rem;
	}
	.mainDoctor .doctorAr .topAr .textAr .rounded {
		margin: 1.1111111111rem 0 1.6666666667rem 0;
		font-size: 0.8888888889rem;
	}
	.mainDoctor .doctorAr .topAr .textAr .from {
		padding: 0 1.3333333333rem;
		font-size: 1rem;
	}
	.mainDoctor .doctorAr .topAr .imgAr img {
		max-width: 480px;
	}
	.mainDoctor .doctorAr .bottomAr {
		padding: 3.3333333333rem 0;
	}
	.mainDoctor .doctorAr .bottomAr .roundTitle {
		margin-left: 1.6666666667rem;
		font-size: 1rem;
	}
	.mainDoctor .doctorAr .bottomAr .flexAr {
		margin-top: 2rem;
	}
	.mainDoctor .doctorAr .bottomAr .flexAr > ul li {
		font-size: 1rem;
	}
	.mainDoctor .doctorAr .bottomAr .flexAr > ul li:not(:last-child) {
		margin-bottom: 0.5555555556rem;
	}
	.mainDoctor .doctorAr .bottomAr .flexAr > ul li .small-txt {
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 1025px) {
	.mainDoctor .titleAr h3 {
		font-size: 1.7777777778rem;
	}
	.mainDoctor .titleAr h3 > span {
		font-size: 2rem;
	}
	.mainDoctor .doctorAr .topAr {
		height: 400px;
	}
	.mainDoctor .doctorAr .topAr .textAr h2 {
		font-size: 1.7777777778rem;
	}
	.mainDoctor .doctorAr .topAr .textAr h2 > b {
		font-size: 2rem;
	}
	.mainDoctor .doctorAr .topAr .imgAr img {
		max-width: 400px;
	}
}
@media screen and (max-width: 878px) {
	.mainDoctor .titleAr h3 {
		font-size: 1.7777777778rem;
	}
	.mainDoctor .titleAr h3 > span {
		font-size: 2rem;
	}
	.mainDoctor .doctorAr .topAr {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 2.2222222222rem;
		height: initial;
		padding: 2.2222222222rem;
		padding-bottom: 0;
	}
	.mainDoctor .doctorAr .topAr > div {
		width: 100%;
		text-align: center;
	}
	.mainDoctor .doctorAr .topAr .textAr h2 {
		margin-bottom: 0.5555555556rem;
		font-size: 1.4444444444rem;
	}
	.mainDoctor .doctorAr .topAr .textAr h2 > b {
		font-size: 1.7777777778rem;
	}
	.mainDoctor .doctorAr .topAr .textAr .rounded {
		margin: 0.5555555556rem 0 1.1111111111rem 0;
	}
	.mainDoctor .doctorAr .topAr .imgAr img {
		position: static;
		margin: 0 auto;
	}
	.mainDoctor .doctorAr .bottomAr {
		padding: 2.2222222222rem;
	}
	.mainDoctor .doctorAr .bottomAr .flexAr {
		margin-left: 2.2222222222rem;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 0.5555555556rem;
		margin-top: 1.4444444444rem;
	}
	.mainDoctor .doctorAr .bottomAr .flexAr > ul {
		max-width: 100%;
	}
	.mainDoctor .doctorAr .bottomAr .flexAr > ul li {
		font-size: 0.8888888889rem;
	}
	.mainDoctor .doctorAr .bottomAr .flexAr > ul li .small-txt {
		font-size: 0.7777777778rem;
	}
	.mainDoctor .doctorAr:last-child .bottomAr {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 500px) {
	.mainDoctor .titleAr {
		margin-bottom: 1.6666666667rem;
	}
	.mainDoctor .titleAr h3 {
		font-size: 1.4444444444rem;
	}
	.mainDoctor .titleAr h3 > span {
		font-size: 1.7777777778rem;
	}
	.mainDoctor .doctorAr .topAr .textAr .eng {
		font-size: 0.5555555556rem;
		margin-bottom: 0.8333333333rem;
	}
	.mainDoctor .doctorAr .topAr .imgAr img {
		max-width: 300px;
	}
	.mainDoctor .doctorAr .bottomAr {
		padding: 1.6666666667rem;
	}
	.mainDoctor .doctorAr .bottomAr .roundTitle {
		margin-left: 0;
	}
	.mainDoctor .doctorAr:last-child .bottomAr {
		padding-bottom: 0;
	}
}
.mainClinic {
	position: relative;
}
.mainClinic .bgImg {
	position: absolute;
	left: -20px;
	top: 190px;
}
.mainClinic .inner {
	position: relative;
	z-index: 3;
}
.mainClinic .titleAr {
	margin-bottom: 3.3333333333rem;
}
.mainClinic .titleAr h3 {
	font-size: 2.6666666667rem;
	font-weight: 300;
	line-height: 1.4;
	color: #282f49;
}
.mainClinic .titleAr h3 > b {
	font-weight: 800;
	font-size: 3.2222222222rem;
}
.mainClinic .contentsAr ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.1111111111rem;
	width: 100%;
}
.mainClinic .contentsAr ul li {
	min-width: 20%;
	height: 340px;
	border-radius: 30px;
}
.mainClinic .contentsAr ul li .textWrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	color: #fff;
}
.mainClinic .contentsAr ul li .textWrap h3 {
	font-size: 1.7777777778rem;
	font-weight: 600;
	text-align: center;
}
.mainClinic .contentsAr ul li .textWrap p {
	font-size: 0.8888888889rem;
	text-align: center;
	line-height: 1.4;
}

@media screen and (max-width: 1201px) {
	.mainClinic .bgImg img {
		max-width: 1200px;
	}
	.mainClinic .titleAr {
		margin-bottom: 2.2222222222rem;
	}
	.mainClinic .titleAr h3 {
		font-size: 2rem;
	}
	.mainClinic .titleAr h3 > b {
		font-size: 2.3333333333rem;
	}
	.mainClinic .contentsAr ul {
		gap: 0.5555555556rem;
	}
	.mainClinic .contentsAr ul li {
		height: 300px;
	}
	.mainClinic .contentsAr ul li .textWrap h3 {
		font-size: 1.4444444444rem;
	}
}
@media screen and (max-width: 878px) {
	.mainClinic .bgImg {
		top: 15%;
	}
	.mainClinic .bgImg img {
		max-width: 500px;
	}
	.mainClinic .titleAr {
		margin-bottom: 2.2222222222rem;
	}
	.mainClinic .titleAr h3 {
		font-size: 1.5555555556rem;
	}
	.mainClinic .titleAr h3 > b {
		font-size: 2rem;
	}
	.mainClinic .contentsAr ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.5555555556rem;
	}
	.mainClinic .contentsAr ul li {
		height: 100px;
		border-radius: 20px;
	}
	.mainClinic .contentsAr ul li .textWrap h3 {
		font-size: 1.3333333333rem;
	}
}
@media screen and (max-width: 500px) {
	.mainClinic .titleAr {
		margin-bottom: 1.6666666667rem;
	}
	.mainClinic .titleAr h3 {
		font-size: 1.4444444444rem;
	}
	.mainClinic .titleAr h3 > b {
		font-size: 1.7777777778rem;
	}
}
.mainInjection .titleAr {
	margin-bottom: 4.4444444444rem;
}
.mainInjection .titleAr h3 {
	font-size: 2.6666666667rem;
	font-weight: 300;
	color: #fff;
}
.mainInjection .titleAr h3 > b {
	font-weight: 800;
	font-size: 3.2222222222rem;
}
.mainInjection .boxAr {
	padding: 3.3333333333rem 4.4444444444rem 3.1111111111rem 4.3333333333rem;
	background-color: #f5f5f5;
	border-radius: 1.6666666667rem;
}
.mainInjection .boxAr:not(:last-child) {
	margin-bottom: 4.4444444444rem;
}
.mainInjection .boxAr .topAr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mainInjection .boxAr .topAr > div {
	width: 50%;
}
.mainInjection .boxAr .topAr .imgAr {
	text-align: right;
}
.mainInjection .boxAr .topAr .textAr > span {
	display: inline-block;
	margin-bottom: 1rem;
	padding-bottom: 8px;
	border-bottom: 4px solid #bdbdbd;
	font-size: 1.5555555556rem;
	font-weight: 700;
	color: #bdbdbd;
}
.mainInjection .boxAr .topAr .textAr > h4 {
	margin-bottom: 1.3333333333rem;
	font-size: 2.6666666667rem;
	font-weight: 800;
	color: #282f49;
}
.mainInjection .boxAr .topAr .textAr > h4 > span {
	font-size: 1.5555555556rem;
	font-weight: 400;
}
.mainInjection .boxAr .topAr .textAr p.color-main {
	margin-bottom: 0.7777777778rem;
	font-size: 1.5555555556rem;
	font-weight: 800;
}
.mainInjection .boxAr .bottomAr {
	margin-top: 2.2222222222rem;
}
.mainInjection .boxAr .bottomAr .boxUl {
	display: flex;
	gap: 1.1111111111rem;
}
.mainInjection .boxAr .bottomAr .boxUl li {
	width: 20%;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 30px;
	background-color: #fff;
	text-wrap: balance;
}
.mainInjection .boxAr .bottomAr .boxUl li > div {
	padding: 0 1.6666666667rem;
}
.mainInjection .boxAr .bottomAr .boxUl li > div span {
	font-size: 1.2222222222rem;
	font-weight: 900;
	color: #ba9956;
}
.mainInjection .boxAr .bottomAr .boxUl li > div hr {
	margin: 0.7777777778rem auto;
	width: 100px;
}
.mainInjection .boxAr .bottomAr .boxUl li > div p {
	color: #212121;
	text-align: center;
}
.mainInjection .boxAr .bottomAr .boxUl li:first-child {
	background-color: #282f49;
	color: #fff;
}
.mainInjection .boxAr .bottomAr .boxUl li:first-child h3 {
	font-size: 1.4444444444rem;
	font-weight: 400;
}
.mainInjection .boxAr .bottomAr .boxUl li:first-child h3 b {
	font-weight: 800;
}
.mainInjection .boxAr .bottomAr .whiteBoxUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.1111111111rem;
}
.mainInjection .boxAr .bottomAr .whiteBoxUl.width25 li {
	width: calc(24% - 10px);
}
.mainInjection .boxAr .bottomAr .whiteBoxUl.width25 li > div {
	padding: 0 1.3333333333rem;
}
.mainInjection .boxAr .bottomAr .whiteBoxUl li {
	width: calc(32.3% - 10px);
	flex-grow: 2;
	height: 310px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 30px;
	background-color: #fff;
	text-wrap: balance;
}
.mainInjection .boxAr .bottomAr .whiteBoxUl li > div {
	padding: 0 1.6666666667rem;
}
.mainInjection .boxAr .bottomAr .whiteBoxUl li > div h3 {
	font-size: 1.4444444444rem;
	font-weight: 900;
	color: #ba9956;
}
.mainInjection .boxAr .bottomAr .whiteBoxUl li > div h3 > span {
	font-size: 1.1111111111rem;
	font-weight: 400;
}
.mainInjection .boxAr .bottomAr .whiteBoxUl li > div hr {
	margin: 0.7777777778rem auto;
	width: 100px;
}
.mainInjection .boxAr .bottomAr .whiteBoxUl li > div p {
	color: #212121;
	text-align: center;
}
.mainInjection .boxAr .bottomAr.ver02 .roundedTitle {
	margin-bottom: 1.6666666667rem;
	display: flex;
	gap: 1.5555555556rem;
	align-items: center;
	padding: 0.6666666667rem;
	border-radius: 30px;
	background-color: #fff;
}
.mainInjection .boxAr .bottomAr.ver02 .roundedTitle span {
	display: inline-block;
	padding: 0.8333333333rem 1.3888888889rem;
	background-color: #282f49;
	border-radius: 30px;
	font-size: 1.4444444444rem;
	color: #fff;
}
.mainInjection .boxAr .bottomAr.ver02 .roundedTitle span > b {
	font-weight: 800;
}

@media screen and (max-width: 1401px) {
	.mainInjection .boxAr {
		padding: 2.7777777778rem 3.3333333333rem 2.5555555556rem 3.3333333333rem;
	}
	.mainInjection .boxAr .topAr {
		gap: 1.6666666667rem;
	}
	.mainInjection .boxAr .topAr .imgAr img {
		width: 100%;
	}
	.mainInjection .boxAr .topAr .textAr > span {
		margin-bottom: 0.8888888889rem;
		padding-bottom: 8px;
		font-size: 1.4444444444rem;
	}
	.mainInjection .boxAr .topAr .textAr > h4 {
		margin-bottom: 1.1111111111rem;
		font-size: 2.1111111111rem;
	}
	.mainInjection .boxAr .topAr .textAr > h4 > span {
		font-size: 1.4444444444rem;
	}
	.mainInjection .boxAr .topAr .textAr p.color-main {
		font-size: 1.3333333333rem;
	}
	.mainInjection .boxAr .bottomAr .boxUl li > div {
		padding: 0 1rem;
	}
	.mainInjection .boxAr .bottomAr .boxUl li:first-child h3 {
		font-size: 1.2222222222rem;
	}
	.mainInjection .boxAr .bottomAr.ver02 .roundedTitle span {
		width: 24%;
		text-align: center;
	}
	.mainInjection .boxAr .bottomAr.ver02 .roundedTitle p {
		width: 76%;
	}
}
@media screen and (max-width: 1201px) {
	.mainInjection .titleAr {
		margin-bottom: 3.3333333333rem;
	}
	.mainInjection .titleAr h3 {
		font-size: 2.3333333333rem;
	}
	.mainInjection .titleAr h3 > b {
		font-size: 2.6666666667rem;
	}
	.mainInjection .boxAr .bottomAr .boxUl {
		gap: 0.7777777778rem;
	}
	.mainInjection .boxAr .bottomAr .boxUl li > div {
		padding: 0 10px;
	}
	.mainInjection .boxAr .bottomAr .boxUl li > div span {
		font-size: 1rem;
	}
	.mainInjection .boxAr .bottomAr .boxUl li > div hr {
		margin: 0.5555555556rem auto;
	}
	.mainInjection .boxAr .bottomAr .boxUl li > div p {
		font-size: 0.9444444444rem;
	}
	.mainInjection .boxAr .bottomAr .whiteBoxUl.width25 li {
		width: 100%;
	}
	.mainInjection .boxAr .bottomAr .whiteBoxUl.width25 li > div {
		padding: 0;
	}
	.mainInjection .boxAr .bottomAr .whiteBoxUl.width25 li > div p {
		text-wrap: balance;
	}
	.mainInjection .boxAr .bottomAr .whiteBoxUl li {
		width: 100%;
		height: initial;
		padding: 2.2222222222rem 1.1111111111rem;
	}
	.mainInjection .boxAr .bottomAr .whiteBoxUl li > div {
		padding: 0;
	}
	.mainInjection .boxAr .bottomAr .whiteBoxUl li > div h3 {
		font-size: 1.3333333333rem;
	}
	.mainInjection .boxAr .bottomAr .whiteBoxUl li > div h3 > span {
		font-size: 1rem;
	}
	.mainInjection .boxAr .bottomAr.ver02 .roundedTitle span {
		padding: 0.8333333333rem 1.3888888889rem;
		font-size: 1.2222222222rem;
		line-height: 1.25;
	}
}
@media screen and (max-width: 878px) {
	.mainInjection .titleAr {
		margin-bottom: 2.2222222222rem;
	}
	.mainInjection .titleAr h3 {
		font-size: 1.5555555556rem;
	}
	.mainInjection .titleAr h3 > b {
		font-size: 2rem;
	}
	.mainInjection .boxAr {
		padding: 2.7777777778rem 2.2222222222rem 2.7777777778rem 2.2222222222rem;
	}
	.mainInjection .boxAr:not(:last-child) {
		margin-bottom: 1.6666666667rem;
	}
	.mainInjection .boxAr .topAr .textAr > span {
		font-size: 1.1111111111rem;
		padding-bottom: 4px;
		border-bottom: 2px solid #bdbdbd;
	}
	.mainInjection .boxAr .topAr .textAr > h4 {
		font-size: 1.5555555556rem;
	}
	.mainInjection .boxAr .topAr .textAr p.color-main {
		font-size: 1rem;
	}
	.mainInjection .boxAr .topAr .textAr p {
		font-size: 0.8888888889rem;
	}
	.mainInjection .boxAr .bottomAr .boxUl {
		gap: 0.7777777778rem;
		flex-wrap: wrap;
	}
	.mainInjection .boxAr .bottomAr .boxUl li {
		width: 100%;
		height: initial;
		padding: 2.2222222222rem 1.1111111111rem;
		border-radius: 20px;
	}
	.mainInjection .boxAr .bottomAr .boxUl li > div hr {
		width: 80px;
		margin: 0.8888888889rem auto;
	}
	.mainInjection .boxAr .bottomAr .whiteBoxUl li > div h3 {
		font-size: 1.1111111111rem;
	}
	.mainInjection .boxAr .bottomAr .whiteBoxUl li > div p {
		font-size: 0.8888888889rem;
	}
	.mainInjection .boxAr .bottomAr.ver02 .roundedTitle span {
		padding: 0.8333333333rem 1.3888888889rem;
		font-size: 1.1111111111rem;
		border-radius: 15px;
	}
	.mainInjection .boxAr .bottomAr.ver02 .roundedTitle p {
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 680px) {
	.mainInjection .boxAr {
		padding: 2.2222222222rem 1.6666666667rem;
		border-radius: 15px;
	}
	.mainInjection .boxAr .topAr {
		flex-wrap: wrap;
		gap: 1.1111111111rem;
	}
	.mainInjection .boxAr .topAr > div {
		width: 100%;
	}
	.mainInjection .boxAr .topAr .textAr > h4 {
		font-size: 1.4444444444rem;
	}
	.mainInjection .boxAr .bottomAr {
		margin-top: 1.3333333333rem;
	}
	.mainInjection .boxAr .bottomAr .boxUl {
		gap: 0.7777777778rem;
		flex-wrap: wrap;
	}
	.mainInjection .boxAr .bottomAr .boxUl li {
		padding: 1.3333333333rem 10px;
	}
	.mainInjection .boxAr .bottomAr .boxUl li:first-child {
		padding: 1.1111111111rem 10px;
	}
	.mainInjection .boxAr .bottomAr .boxUl li:first-child h3 {
		font-size: 1.1111111111rem;
	}
	.mainInjection .boxAr .bottomAr .whiteBoxUl {
		gap: 0.8888888889rem;
	}
	.mainInjection .boxAr .bottomAr .whiteBoxUl li {
		padding: 1.3333333333rem 10px;
		border-radius: 20px;
	}
	.mainInjection .boxAr .bottomAr .whiteBoxUl li > div h3 {
		font-size: 1rem;
	}
	.mainInjection .boxAr .bottomAr.ver02 .roundedTitle {
		margin-bottom: 1.1111111111rem;
		border-radius: 15px;
	}
	.mainInjection .boxAr .bottomAr.ver02 .roundedTitle span {
		font-size: 1rem;
		line-height: 1.4;
		border-radius: 15px;
		padding: 0.5555555556rem;
	}
}
@media screen and (max-width: 400px) {
	.mainInjection .boxAr .bottomAr.ver02 .roundedTitle {
		gap: 10px;
	}
	.mainInjection .boxAr .bottomAr.ver02 .roundedTitle span {
		font-size: 0.8888888889rem;
		padding: 0.4444444444rem;
		border-radius: 10px;
	}
}
.mainTime .inner {
	display: flex;
	align-items: center;
}
.mainTime .inner > div {
	width: 50%;
}
.mainTime .leftAr {
	text-align: center;
}
.mainTime .leftAr .titleAr > h3 {
	color: #fff;
	line-height: 1.17;
}
.mainTime .timeAr {
	width: 100%;
	margin-left: 2.2222222222rem;
	padding: 3.3333333333rem 7.7777777778rem;
	border-radius: 20px;
	background-color: #ffffff;
	text-align: center;
}
.mainTime .timeAr .icon {
	display: inline-block;
}
.mainTime .timeAr .time {
	display: inline-block;
}
.mainTime .timeAr .time dl {
	display: flex;
	align-items: baseline;
	padding: 1.1666666667rem 0.7777777778rem;
}
.mainTime .timeAr .time dl:first-child {
	padding-top: 0;
}
.mainTime .timeAr .time dl:last-child {
	padding-bottom: 0;
}
.mainTime .timeAr .time dl:nth-child(n + 2) {
	border-top: 1px solid #e0e0e0;
}
.mainTime .timeAr .time dl.sat {
	padding-bottom: 0.4444444444rem;
}
.mainTime .timeAr .time dt {
	display: flex;
	justify-content: space-between;
	width: 100px;
	font-size: 1.1111111111rem;
	font-weight: 800;
	color: #ba9956;
}
.mainTime .timeAr .time dd {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: end;
	width: calc(100% - 100px);
	padding-left: 2.5rem;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	letter-spacing: -0.03em;
}
.mainTime .timeAr .time dd.hoil {
	font-size: 1.1111111111rem;
}
.mainTime .timeAr .time dd b {
	font-size: 1.5555555556rem;
	font-weight: 800;
	margin-left: 0.4444444444rem;
}
.mainTime .timeAr .time dd span {
	margin-left: 0.4444444444rem;
}
.mainTime .timeAr .time dd > p {
	margin-top: 0.2777777778rem;
	font-size: 0.7222222222rem;
	color: #9e9e9e;
	line-height: 1.3;
	text-align: right;
}
.mainTime .timeAr .time dd.holiday {
	font-size: 1.1111111111rem;
}

@media screen and (max-width: 1400px) {
	.mainTime .inner {
		gap: 10px;
	}
	.mainTime .inner > div {
		width: calc(50% - 5px);
	}
	.mainTime .inner .leftAr .titleAr > h3 {
		font-size: 2.6666666667rem;
	}
	.mainTime .inner .leftAr .text {
		font-size: 1.1111111111rem;
	}
	.mainTime .inner .timeAr {
		margin-left: 0;
		padding: 3.3333333333rem 3.8888888889rem;
	}
	.mainTime .inner .timeAr .time {
		max-width: 430px;
	}
	.mainTime .inner .timeAr .time dl {
		padding: 0.7777777778rem 10px;
	}
	.mainTime .inner .timeAr .time dt {
		font-size: 1.1111111111rem;
	}
	.mainTime .inner .timeAr .time dd {
		width: calc(100% - 75px);
		padding-left: 1.1111111111rem;
	}
	.mainTime .inner .timeAr .time dd b {
		font-size: 1.1666666667rem;
		margin-left: 0.6666666667rem;
	}
	.mainTime .inner .timeAr .time dd span {
		margin-left: 0.6666666667rem;
	}
	.mainTime .inner .timeAr .time dd .txt {
		font-size: 13px;
	}
}
@media screen and (max-width: 878px) {
	.mainTime .inner {
		flex-direction: column;
	}
	.mainTime .inner > div {
		width: 100%;
	}
	.mainTime .inner .timeAr {
		max-width: initial;
	}
	.mainTime .inner .timeAr .time {
		margin-top: 0;
		max-width: 310px;
	}
	.mainTime .inner .leftAr .titleAr .eng {
		text-align: center;
	}
	.mainTime .inner .leftAr .titleAr h3 {
		text-align: center;
	}
	.mainTime .inner .leftAr .text {
		text-align: center;
	}
}
@media screen and (max-width: 560px) {
	.mainTime .inner .timeAr {
		padding: 2.2222222222rem 1.1111111111rem;
	}
	.mainTime .inner .timeAr .time dl {
		gap: 10%;
	}
	.mainTime .inner .timeAr .time dt {
		width: 70px;
	}
	.mainTime .inner .timeAr .time dd {
		width: calc(100% - 100px);
		font-size: 1rem;
		padding-left: 10px;
	}
	.mainTime .inner .timeAr .time dd b {
		font-size: 1rem;
		margin-left: 5px;
	}
	.mainTime .inner .timeAr .time dd span {
		margin-left: 5px;
	}
	.mainTime .inner .timeAr .time dd .text {
		font-size: 11px;
	}
	.mainTime .inner .leftAr .text {
		font-size: 1rem;
	}
}
.mainMap .titleAr h3 {
	font-size: 2.6666666667rem;
	font-weight: 300;
	line-height: 1.38;
}
.mainMap .titleAr h3 b,
.mainMap .titleAr h3 strong {
	font-weight: 800;
}
.mainMap .titleAr h3 > b {
	font-size: 3.2222222222rem;
}
.mainMap .titleAr h3 .color-main {
	color: #ba9956;
}
.mainMap .mapWrap {
	margin: 2.6666666667rem 0 2.1111111111rem 0;
	width: 100%;
}
.mainMap .kakaoMap {
	height: 26.6666666667rem;
	border-radius: 20px;
}
.mainMap .badgeWrap {
	margin-top: 2.2222222222rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.6666666667rem;
}
.mainMap .badgeWrap .badgeAr {
	display: flex;
	gap: 6px;
	align-items: center;
}
.mainMap .badgeWrap .badgeAr .color {
	color: #e6186c;
	font-weight: 900;
}
.mainMap .badgeWrap .badgeAr > div {
	display: flex;
	gap: 8px;
	align-items: center;
}
.mainMap .badgeWrap .badgeAr:last-child .color {
	color: #2775d5;
}
.mainMap .btnAr {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5555555556rem;
	margin-bottom: 4.3333333333rem;
}
.mainMap .btnAr a > div {
	display: flex;
	align-items: center;
	gap: 1.1111111111rem;
	padding: 0.7777777778rem 1.7777777778rem;
	background-color: #f5f5f5;
	border-radius: 30px;
}
.mainMap .btnAr a > div > p {
	line-height: 1.4;
}
.mainMap .wayAr {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
}
.mainMap .wayAr > li {
	position: relative;
	padding: 3.4444444444rem 10px;
	background-color: #f5f5f5;
	border-radius: 10px;
}
.mainMap .wayAr > li .icon {
	position: absolute;
	top: -40px;
	left: calc(50% - 40px);
	display: inline-block;
	width: 100px;
}
.mainMap .wayAr .cen {
	text-align: center;
}
.mainMap .wayAr .cen > p {
	font-size: 1.1111111111rem;
	line-height: 1.4;
}
.mainMap .wayAr .cen .text-sm {
	font-size: 0.8888888889rem;
	line-height: 1.4;
	letter-spacing: -0.05em;
	color: #757575;
}
.mainMap .wayAr .cen .text1 {
	font-size: 1.6666666667rem;
	font-weight: 200;
}
.mainMap .wayAr .cen .text1 > b {
	font-weight: 800;
}
.mainMap .wayAr .cen .subNum {
	margin-bottom: 0.5555555556rem;
}
.mainMap .wayAr .cen .subNum > strong {
	font-size: 1.2222222222rem;
	font-weight: 800;
}
.mainMap .wayAr .cen hr {
	width: 100%;
	max-width: 280px;
	height: 0;
	border-top: 1px solid #e0e0e0;
	margin: 1.5555555556rem auto;
}
.mainMap .wayAr .cen .text2 {
	font-size: 1.3333333333rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.05em;
}
.mainMap .wayAr .cen .text2 > span {
	font-size: 1.1111111111rem;
	color: #757575;
	font-weight: 400;
}
.mainMap .wayAr .cen div.detail {
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.5;
}
.mainMap .wayAr .cen div.detail b {
	font-weight: 800;
}
.mainMap .wayAr .cen div.detail div:first-child {
	margin-bottom: 1.1111111111rem;
}
.mainMap .wayAr .cen div.detail .busUl li {
	margin-top: 0.5555555556rem;
	font-size: 1rem;
}
.mainMap .wayAr .cen .badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 6px;
	color: #fff;
	font-weight: 700;
	font-size: 0.7777777778rem;
	background-color: #00aeab;
	border-radius: 10px;
}
.mainMap .wayAr .cen .badge.big {
	padding: 4px 8px;
	font-size: 0.8888888889rem;
	border-radius: 12.5px;
}
.mainMap .wayAr .cen .badge.bg2 {
	background-color: #339cf0;
}
.mainMap .wayAr .cen .badge.bg3 {
	background-color: #09b4ea;
}
.mainMap .wayAr .cen .badge.bg4 {
	background-color: #ffce32;
}

@media screen and (max-width: 1201px) {
	.mainMap .wayAr > li .icon {
		top: -32px;
		left: calc(50% - 30px);
	}
	.mainMap .wayAr > li .icon > img {
		max-width: 70px;
	}
	.mainMap .wayAr .cen {
		max-width: 100%;
	}
	.mainMap .wayAr .cen > p {
		font-size: 1rem;
	}
	.mainMap .wayAr .cen .text1 {
		font-size: 1.4444444444rem;
	}
	.mainMap .wayAr .cen hr {
		margin: 1.1111111111rem auto;
	}
	.mainMap .wayAr .cen .text2 {
		font-size: 1.1111111111rem;
	}
	.mainMap .wayAr .cen .text2 > span {
		font-size: 1rem;
	}
}
@media screen and (max-width: 1024px) {
	.mainMap .titleAr h3 {
		font-size: 1.7777777778rem;
	}
	.mainMap .titleAr h3 > b {
		font-size: 2rem;
	}
	.mainMap .mapWrap {
		margin-top: 2.7777777778rem;
	}
	.mainMap .roundBoxAr ul {
		gap: 0.5555555556rem;
	}
	.mainMap .roundBoxAr ul li {
		gap: 1.1111111111rem;
		width: calc(33.3% - 10px);
		padding: 1.4444444444rem 20px;
		flex-direction: column;
	}
	.mainMap .roundBoxAr ul li img {
		max-height: 40px;
	}
	.mainMap .roundBoxAr ul li p {
		text-align: center;
		font-size: 1rem;
	}
	.mainMap .roundBoxAr ul li a {
		flex-direction: column;
		gap: 1.1111111111rem;
		text-align: center;
		font-size: 0.8888888889rem;
	}
	.mainMap .roundBoxAr ul li a strong {
		font-size: 1.4444444444rem;
	}
	.mainMap .wayAr {
		grid-template-columns: 1fr;
	}
	.mainMap .wayAr > li {
		padding: 2.2222222222rem 10px;
	}
	.mainMap .wayAr > li .icon {
		position: static;
		margin-bottom: 1.1111111111rem;
		display: block;
		width: 100%;
		text-align: center;
	}
	.mainMap .wayAr > li .icon img {
		max-width: 60px;
	}
	.mainMap .wayAr .cen {
		max-width: 80%;
		margin: 0 auto;
	}
	.mainMap .wayAr .cen > p {
		text-wrap: balance;
	}
	.mainMap .wayAr .cen .subNum .colored {
		font-size: 1.1111111111rem;
	}
	.mainMap .wayAr .cen .text1 {
		font-size: 1.3333333333rem;
	}
	.mainMap .wayAr .cen hr {
		margin: 0.8333333333rem auto;
	}
	.mainMap .wayAr .cen .text2 {
		font-size: 1rem;
	}
	.mainMap .btnAr {
		width: 100%;
		justify-content: center;
		margin-bottom: 1.6666666667rem;
	}
	.mainMap .btnAr a > div {
		justify-content: center;
		padding: 0.8888888889rem 1.3333333333rem;
		gap: 5px;
	}
	.mainMap .btnAr a > div > img {
		max-width: 20px;
	}
}
@media screen and (max-width: 560px) {
	.mainMap .titleAr .eng {
		font-size: 0.4444444444rem;
	}
	.mainMap .titleAr h3 {
		font-size: 1.5555555556rem;
	}
	.mainMap .titleAr h3 > b {
		font-size: 1.7777777778rem;
	}
	.mainMap .wayAr .cen .icon {
		max-width: 40px;
	}
	.mainMap .wayAr .cen .subNum {
		max-width: 90%;
	}
	.mainMap .kakaoMap {
		height: 330px;
	}
	.mainMap .roundBoxAr ul li {
		gap: 0.6666666667rem;
		padding: 1.4444444444rem 10px;
	}
	.mainMap .roundBoxAr ul li img {
		max-height: 30px;
	}
	.mainMap .roundBoxAr ul li p {
		font-size: 0.8888888889rem;
	}
	.mainMap .roundBoxAr ul li a {
		gap: 0.6666666667rem;
	}
	.mainMap .roundBoxAr ul li a strong {
		font-size: 1.1111111111rem;
	}
}
@media screen and (max-width: 360px) {
	.mainMap .btnAr {
		flex-direction: column;
	}
	.mainMap .btnAr a:first-child ::after {
		display: none;
	}
}
.mainTour {
	background: url('/assets/img/main/bg-ssjj.png') no-repeat center top;
}
.mainTour .inner .title {
	text-align: center;
	font-size: 3rem;
	font-weight: 200;
	line-height: 1.375;
	margin-bottom: 3.5rem;
}
.mainTour .inner .title b {
	font-weight: 700;
	color: #036db7;
}
.mainTour .inner .info {
	display: flex;
	justify-content: center;
	gap: 1rem;
}
.mainTour .inner .info .borderBox {
	border: 2px solid #e0e0e0;
	border-radius: 25px;
	background-color: #fff;
}
.mainTour .inner .info .borderBox > div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
}
.mainTour .inner .info .borderBox span {
	display: inline-block;
	padding: 11px 1.5rem;
	background-color: #036db7;
	color: #fff;
	border-radius: 20px;
}
.mainTour .inner .info .borderBox p {
	padding: 0 10px;
}
.mainTour__slide {
	position: relative;
	margin-top: 3.3333333333rem;
}
.mainTour__move {
	float: left;
	text-align: center;
	opacity: 0.2;
	padding: 10px 1rem;
}
.mainTour__move img {
	max-width: 100%;
}
.mainTour .mainTour__move.slick-current {
	opacity: 1;
}
.mainTour__arrows {
	position: absolute;
	top: calc(50% - 1.5rem);
	width: 100%;
}
.mainTour__arrows button {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: #e0e0e0;
}
.mainTour__arrows button:hover {
	background-color: #ba9956;
}
.mainTour__arrows .tourArrows__prev {
	position: absolute;
	left: 6%;
}
.mainTour__arrows .tourArrows__next {
	position: absolute;
	right: 6%;
}

@media screen and (max-width: 787px) {
	.mainTour__slide {
		margin-top: 1.6666666667rem;
	}
	.mainTour .inner .title {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}
	.mainTour .inner .info {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mainTour .inner .info .borderBox {
		width: 58%;
	}
	.mainTour .inner .info .borderBox > div {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 680px) {
	.mainTour .inner .info .borderBox {
		width: 70%;
	}
	.mainTour__arrows {
		top: calc(50% - 1rem);
	}
	.mainTour__arrows button {
		width: 2.5rem;
		height: 2.5rem;
	}
	.mainTour__arrows .tourArrows__prev {
		left: 2%;
	}
	.mainTour__arrows .tourArrows__next {
		right: 2%;
	}
}
@media screen and (max-width: 540px) {
	.mainTour .inner .title {
		font-size: 2rem;
	}
	.mainTour .inner .info .borderBox {
		width: 100%;
	}
	.mainTour .inner .info .borderBox div p {
		line-height: 1.2;
	}
	.mainTour__arrows button img {
		max-width: 15px;
	}
}
h3,
p,
li {
	letter-spacing: -0.05em;
}

h3 {
	line-height: 1.2;
}

p {
	line-height: 1.4;
}

.color-main {
	color: #ba9956;
}

.color-point {
	color: #282f49;
}

.color-kakao {
	color: #017cff;
}

.color-naver {
	color: #03cf5d;
}

.titleAr {
	text-align: center;
}
.titleAr .eng {
	margin-bottom: 1.4444444444rem;
	font-size: 0.6666666667rem;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #bdbdbd;
}
.titleAr h3 {
	margin-bottom: 1.8888888889rem;
	font-size: 3.2222222222rem;
	font-weight: 300;
	line-height: 1.2;
}
.titleAr h3 strong {
	font-weight: 800;
}
.titleAr h3 b {
	font-weight: 800;
}
.titleAr .subText {
	color: #757575;
}

@media screen and (max-width: 1025px) {
	.titleAr h3 {
		margin-bottom: 1.3333333333rem;
		font-size: 2rem;
	}
	.titleAr .subText {
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 500px) {
	.titleAr .eng {
		margin-bottom: 0.7777777778rem;
		font-size: 0.4444444444rem;
	}
	.titleAr h3 {
		margin-bottom: 0.7777777778rem;
		font-size: 1.5555555556rem;
	}
	.titleAr .subText {
		font-size: 0.7777777778rem;
	}
}

/*# sourceMappingURL=main.css.map */
