.mainVisual__slide {
	position: relative;
	height: 1000px;
	overflow: hidden;
}
.mainVisual__move {
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainVisual__arrows {
	position: absolute;
	top: calc(50% - 1.5rem);
	width: 100%;
}
.mainVisual__arrows button:hover img {
	filter: brightness(0) saturate(100%) invert(64%) sepia(64%) saturate(442%) hue-rotate(173deg)
		brightness(103%) contrast(101%);
}
.mainVisual__arrows .visualArrows__prev {
	position: absolute;
	left: 0;
}
.mainVisual__arrows .visualArrows__next {
	position: absolute;
	right: 0;
}
.mainVisual__textArea {
	padding: 20rem 0 25rem 0;
	color: #fff;
	line-height: 1.4;
}
.mainVisual__textArea > p {
	letter-spacing: 0.2em;
	font-weight: 700;
}
.mainVisual__textArea h2 {
	font-size: 3.2222222222rem;
	font-weight: 200;
	margin-top: 2rem;
	line-height: 1.2;
	letter-spacing: -0.05em;
}
.mainVisual__textArea h2 > b,
.mainVisual__textArea h2 strong {
	font-weight: 700;
}
.mainVisual .slick-dots {
	position: absolute;
	bottom: 20%;
	left: 16%;
	margin: 0;
	padding: 0;
	transform: translateX(-50%);
}
.mainVisual .slick-dots li {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-right: 8px;
}
.mainVisual .slick-dots li button {
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	text-indent: -9999px;
}
.mainVisual .slick-dots li:hover,
.mainVisual .slick-dots li.slick-active {
	border: 1px solid #fff;
	border-radius: 50%;
}
.mainVisual .scrollIcon {
	position: absolute;
	bottom: 0;
	left: calc(50% - 4px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mainVisual .scrollIcon .scrollWidth {
	position: relative;
	width: 2px;
	height: 100px;
	margin-top: 6px;
	background-color: rgba(97, 97, 97, 0.5);
}
.mainVisual .scrollIcon .bar {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 20%;
	background-color: #9e9e9e;
	animation: visual-scroll 1.5s linear 0s infinite;
}
@keyframes visual-scroll {
	0% {
		height: 0;
		opacity: 1;
	}
	50% {
		height: 50%;
		opacity: 0.5;
	}
	100% {
		height: 100%;
		opacity: 1;
	}
}
@media screen and (max-width: 1200px) {
	.mainVisual__slide {
		height: initial;
	}
	.mainVisual .slick-dots {
		left: 7%;
	}
	.mainVisual__textArea {
		padding: 16.6666666667rem 0 22.2222222222rem 0;
	}
	.mainVisual__textArea h2 {
		font-size: 2.6666666667rem;
	}
}
@media screen and (max-width: 1025px) {
	.mainVisual__textArea {
		padding: 14.4444444444rem 0 20rem 0;
	}
	.mainVisual__textArea h2 {
		font-size: 2.3333333333rem;
	}
	.mainVisual .slick-dots li {
		width: 24px;
		height: 24px;
	}
	.mainVisual .slick-dots li button {
		width: 5px;
		height: 5px;
	}
	.mainVisual .scrollIcon {
		display: none;
	}
}
@media screen and (max-width: 787px) {
	.mainVisual .slick-dots {
		left: 11%;
	}
	.mainVisual__textArea {
		padding: 11.1111111111rem 0 20rem 0;
		height: 33.3333333333rem;
	}
	.mainVisual__textArea h2 {
		font-size: 1.7777777778rem;
	}
}
@media screen and (max-width: 500px) {
	.mainVisual .slick-dots {
		left: 55px;
	}
	.mainVisual__textArea {
		height: 25rem;
		padding: 7.7777777778rem 0 4.4444444444rem 0;
	}
	.mainVisual__textArea h2 {
		margin-top: 1.6666666667rem;
		font-size: 1.5555555556rem;
		line-height: 1.4;
	}
	.mainVisual__textArea > p {
		font-size: 0.8888888889rem;
		letter-spacing: 0.1em;
		line-height: 1.4;
	}
}
.mainDoctor {
	padding: 13.0555555556rem 0;
	position: relative;
}
.mainDoctor .inner {
	display: flex;
}
.mainDoctor .textAr {
	text-align: center;
}
.mainDoctor .textAr .eng {
	font-size: 0.8333333333rem;
	font-weight: 500;
	color: #9d9078;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.mainDoctor .textAr h3 {
	position: relative;
	z-index: 3;
	margin-top: 1.9444444444rem;
	font-size: 2.3333333333rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.mainDoctor .textAr h3::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: -5px;
	background-color: rgba(165, 147, 119, 0.5);
}
.mainDoctor .textAr h3 b {
	font-weight: 700;
}
.mainDoctor .textAr ul {
	margin-top: 3.0555555556rem;
	text-align: center;
}
.mainDoctor .textAr ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}
.mainDoctor .textAr ul li:not(:last-child) {
	margin-bottom: 0.8333333333rem;
	text-align: center;
}
.mainDoctor .textAr ul li p {
	font-size: 1.1111111111rem;
}
.mainDoctor .textAr ul li p b {
	font-weight: 700;
}
.mainDoctor .imgAr {
	position: absolute;
	bottom: 0;
	right: 310px;
}
.mainDoctor .imgAr img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 1600px) {
	.mainDoctor .imgAr {
		right: 2%;
	}
}
@media screen and (max-width: 1200px) {
	.mainDoctor .textAr h3 {
		margin-top: 1.1111111111rem;
		font-size: 2rem;
	}
	.mainDoctor .textAr h3::after {
		height: 14px;
	}
	.mainDoctor .textAr ul {
		margin-top: 2.5rem;
	}
	.mainDoctor .textAr ul li:not(:last-child) {
		margin-bottom: 0.6666666667rem;
	}
	.mainDoctor .textAr ul li p {
		font-size: 1rem;
	}
	.mainDoctor .imgAr {
		right: 0;
	}
	.mainDoctor .imgAr img {
		width: 100%;
		max-width: 480px;
	}
}
@media screen and (max-width: 1024px) {
	.mainDoctor {
		padding: 4.4444444444rem 0 0 0;
	}
	.mainDoctor .inner {
		flex-direction: column;
	}
	.mainDoctor .textAr h3 {
		font-size: 1.5555555556rem;
	}
	.mainDoctor .textAr h3::after {
		height: 12px;
		width: 390px;
		left: 50%;
		transform: translateX(-50%);
	}
	.mainDoctor .textAr ul {
		margin: 1.6666666667rem 0;
	}
	.mainDoctor .textAr ul li:not(:last-child) {
		margin-bottom: 0.5555555556rem;
	}
	.mainDoctor .imgAr {
		position: static;
		text-align: center;
	}
	.mainDoctor .imgAr img {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px) {
	.mainDoctor {
		padding: 3.3333333333rem 0 0 0;
	}
	.mainDoctor .textAr h3 {
		font-size: 1.3333333333rem;
	}
	.mainDoctor .textAr h3::after {
		height: 12px;
		width: 90%;
		max-width: 330px;
	}
	.mainDoctor .imgAr img {
		max-width: 280px;
	}
}
.mainClinic .titleAr {
	text-align: center;
}
.mainClinic .titleAr .eng {
	font-size: 0.8333333333rem;
	font-weight: 500;
	color: #9d9078;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.mainClinic .titleAr h3 {
	margin: 1.2222222222rem 0 2.3333333333rem 0;
	font-size: 2.8888888889rem;
	font-weight: 400;
	color: #fff;
}
.mainClinic .titleAr h3 b {
	font-weight: 700;
}
.mainClinic .titleAr p {
	font-size: 1.1111111111rem;
	line-height: 1.4;
	color: #fff;
}
.mainClinic ul {
	margin-top: 5.3333333333rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1.3888888889rem;
}
.mainClinic ul li .wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 550px;
}
.mainClinic ul li .wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.mainClinic ul li .wrap .textAr {
	padding: 0 0 3.4444444444rem 2.6666666667rem;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.mainClinic ul li .wrap .textAr span {
	color: #a59377;
	font-size: 0.8333333333rem;
	letter-spacing: 0.2em;
}
.mainClinic ul li .wrap .textAr h3 {
	margin: 1.3333333333rem 0 2.2222222222rem 0;
	font-size: 1.7777777778rem;
	color: #fff;
}
.mainClinic ul li .wrap .textAr p {
	font-size: 1.1111111111rem;
	color: #cccccc;
	line-height: 1.5;
}
.mainClinic ul li:hover .wrap::after {
	content: '';
	background: url('/assets/img/main/clinic_hover_arrow.png'),
		linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	background-repeat: no-repeat;
	background-position: top 50px right 50px, top right;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.mainClinic ul li:hover .textAr h3 {
	color: #a59377;
}
.mainClinic ul li:hover .textAr p {
	color: #fff;
}

@media screen and (max-width: 1401px) {
	.mainClinic ul li .wrap .textAr {
		padding: 0 0.5555555556rem 2.6666666667rem 1.1111111111rem;
	}
}
@media screen and (max-width: 1201px) {
	.mainClinic .titleAr h3 {
		margin: 1.2222222222rem 0 1.6666666667rem 0;
		font-size: 2.6666666667rem;
	}
	.mainClinic .titleAr p {
		font-size: 1rem;
	}
	.mainClinic ul {
		grid-gap: 0.5555555556rem;
	}
	.mainClinic ul li .wrap {
		height: 26.6666666667rem;
	}
	.mainClinic ul li:hover .wrap::after {
		background-position: top 30px right 30px, top right;
		background-size: 2.5rem, 100%;
	}
	.mainClinic ul li .wrap .textAr span {
		font-size: 0.7777777778rem;
	}
	.mainClinic ul li .wrap .textAr h3 {
		margin: 1.3333333333rem 0 1.6666666667rem 0;
	}
	.mainClinic ul li .wrap .textAr p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 868px) {
	.mainClinic .titleAr h3 {
		margin: 1.1111111111rem 0;
		font-size: 2rem;
	}
	.mainClinic .titleAr p {
		font-size: 0.8888888889rem;
	}
	.mainClinic ul {
		margin-top: 2.2222222222rem;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0.5555555556rem;
	}
	.mainClinic ul li .wrap {
		height: 23.3333333333rem;
	}
	.mainClinic ul li .wrap .textAr h3 {
		margin: 1.1111111111rem 0 1.3333333333rem 0;
		font-size: 1.4444444444rem;
	}
	.mainClinic ul li .wrap .textAr p {
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 500px) {
	.mainClinic .titleAr h3 {
		font-size: 1.5555555556rem;
	}
	.mainClinic ul li .wrap {
		height: 22.2222222222rem;
	}
	.mainClinic ul li:hover .wrap::after {
		background-position: top 20px right 20px, top right;
		background-size: 1.875rem, 100%;
	}
	.mainClinic ul li .wrap .textAr h3 {
		margin: 1.1111111111rem 0 1.3333333333rem 0;
		font-size: 1.3333333333rem;
	}
	.mainClinic ul li .wrap .textAr p {
		font-size: 0.8333333333rem;
	}
}
.mainReviewLatest__con {
	margin-top: 3.3333333333rem;
}
.mainReviewLatest__wrap {
	width: 100%;
	display: flex;
	gap: 1.1111111111rem;
}
.mainReviewLatest__move {
	width: calc(25% - 10px);
}
.mainReviewLatest__move img {
	width: 100%;
}
.mainReviewLatest .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainReviewLatest .inner .mainTitleAr h3 {
	font-size: 2.6666666667rem;
	font-weight: 300;
	text-align: left;
}
.mainReviewLatest .inner .mainTitleAr h3 > b {
	font-weight: 800;
}
.mainReviewLatest .inner .mainTitleAr .subText {
	margin-top: 1.4444444444rem;
	font-size: 1.1111111111rem;
	font-weight: 300;
	text-align: left;
}
.mainReviewLatest .inner .quickBtn {
	display: inline-flex;
	padding: 0.8888888889rem;
	width: 9.4444444444rem;
	gap: 10px;
	justify-content: center;
	align-items: center;
	background-color: #a59377;
	color: #fff;
	border-radius: 30px;
	text-align: center;
}

@media screen and (max-width: 868px) {
	.mainReviewLatest__con {
		margin-top: 2.2222222222rem;
	}
	.mainReviewLatest__wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.mainReviewLatest__move {
		width: calc(50% - 10px);
	}
	.mainReviewLatest__move:nth-child(3),
	.mainReviewLatest__move:last-child {
		display: none;
	}
	.mainReviewLatest .inner .mainTitleAr h3 {
		font-size: 2rem;
	}
	.mainReviewLatest .inner .mainTitleAr .subText {
		font-size: 0.8888888889rem;
	}
	.mainReviewLatest .inner .quickBtn {
		padding: 0.7777777778rem;
		width: 9.4444444444rem;
	}
}
@media screen and (max-width: 560px) {
	.mainReviewLatest .inner {
		flex-direction: column;
	}
	.mainReviewLatest .inner .mainTitleAr:last-child {
		justify-content: center;
	}
	.mainReviewLatest .inner .mainTitleAr .more {
		margin-top: 0;
	}
	.mainReviewLatest .inner .mainTitleAr h3 {
		text-align: center;
		font-size: 1.7777777778rem;
	}
	.mainReviewLatest .inner .quickBtn {
		margin-top: 1.6666666667rem;
	}
}
.mainTool .inner {
	display: flex;
	align-items: center;
}
.mainTool .imgAr {
	position: relative;
	left: -120px;
}
.mainTool .imgAr img {
	width: 100%;
}
.mainTool .textAr {
	width: 500px;
}
.mainTool .textAr .eng {
	font-size: 0.8333333333rem;
	font-weight: 500;
	color: #9d9078;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.mainTool .textAr h3 {
	margin: 1.9444444444rem 0 2.3333333333rem 0;
	font-size: 2.3333333333rem;
	font-weight: 400;
}
.mainTool .textAr h3 b {
	text-decoration: underline;
	text-decoration-thickness: 20px;
	text-decoration-color: #fff;
	text-underline-offset: -10px;
	color: #a59377;
	font-weight: 700;
}
.mainTool .textAr p {
	font-size: 1.1111111111rem;
	line-height: 1.4;
}

@media screen and (max-width: 1400px) {
	.mainTool .inner {
		gap: 2.2222222222rem;
	}
	.mainTool .imgAr {
		position: static;
	}
}
@media screen and (max-width: 1200px) {
	.mainTool .textAr h3 {
		margin: 1.4444444444rem 0;
		font-size: 2rem;
	}
	.mainTool .textAr p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 868px) {
	.mainTool .inner {
		flex-direction: column;
	}
	.mainTool .imgAr {
		max-width: 600px;
	}
	.mainTool .textAr {
		width: 100%;
		text-align: center;
	}
}
.mainNews {
	padding: 8.8888888889rem 0 8.3333333333rem 14.4444444444rem;
	background-image: url('/assets/img/main/board_bg.png');
	background-repeat: no-repeat;
	background-position: -20px 10px;
}
.mainNews .inner {
	display: flex;
	width: 100%;
}
.mainNews .titleAr {
	width: 27%;
}
.mainNews .titleAr > h3 {
	font-size: 3.1111111111rem;
}
.mainNews .titleAr > h3 > b {
	font-weight: 700;
}
.mainNews .titleAr .flexAr {
	display: flex;
	flex-direction: column;
}
.mainNews .titleAr .flexAr > p {
	margin: 1.4444444444rem 0 5.5555555556rem 0;
	font-size: 1.1111111111rem;
	line-height: 1.4;
	color: #333;
}
.mainNews .titleAr .flexAr .more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	max-width: 9.4444444444rem;
	width: 170px;
	background-color: #a59377;
	border-radius: 25px;
}
.mainNews .titleAr .flexAr .more > span {
	display: inline-block;
	padding: 0.8333333333rem 0;
	font-size: 1rem;
	color: #fff;
}
.mainNews .titleAr .flexAr .more:hover {
	opacity: 0.8;
}
.mainNews__slide {
	width: calc(100% - 480px);
	overflow: hidden;
}
.mainNews__slide .mainNewsLatest__move img {
	width: 100%;
}
.mainNews__slide .mainNewsLatest__move .textAr {
	margin-top: 1.3888888889rem;
}
.mainNews__slide .mainNewsLatest__move .textAr .text2 {
	margin-top: 0.7777777778rem;
	font-size: 0.8888888889rem;
	color: #999999;
}
.mainNews__slide .mainNewsLatest__move:hover img {
	border-radius: 20px;
	transition: all 0.3s;
}
.mainNews__slide .mainNewsLatest__move:hover .text1 {
	text-decoration: underline;
	text-underline-offset: 4px;
}

@media screen and (max-width: 1601px) {
	.mainNews {
		padding: 8.8888888889rem 0 8.3333333333rem 8.8888888889rem;
	}
}
@media screen and (max-width: 1400px) {
	.mainNews {
		max-width: 1420px;
		margin: 0 auto;
		padding: 8.8888888889rem 10px;
	}
	.mainNews .inner {
		gap: 1.6666666667rem;
	}
}
@media screen and (max-width: 1201px) {
	.mainNews {
		padding: 5.5555555556rem 10px;
	}
	.mainNews .inner {
		gap: 1.6666666667rem;
		flex-direction: column;
	}
	.mainNews .titleAr {
		width: 100%;
	}
	.mainNews .titleAr > h3 {
		font-size: 2.2222222222rem;
	}
	.mainNews .titleAr .flexAr {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.mainNews .titleAr .flexAr > p {
		margin: 1.4444444444rem 0;
	}
	.mainNews .titleAr .flexAr .more {
		gap: 0.6666666667rem;
	}
	.mainNews__slide {
		width: 100%;
	}
}
@media screen and (max-width: 868px) {
	.mainNews {
		padding: 3.8888888889rem 10px;
	}
	.mainNews .titleAr > h3 {
		font-size: 1.7777777778rem;
	}
	.mainNews .titleAr .flexAr > p {
		margin: 1.1111111111rem 0;
		font-size: 1rem;
	}
	.mainNews .titleAr .flexAr .more > span {
		padding: 0.7777777778rem 0;
	}
	.mainNews .mainNewsLatest__move .textAr {
		margin-top: 1.3888888889rem;
	}
	.mainNews .mainNewsLatest__move .textAr .text2 {
		margin-top: 0.7777777778rem;
		font-size: 0.8888888889rem;
		color: #999999;
	}
}
@media screen and (max-width: 550px) {
	.mainNews .titleAr .flexAr {
		flex-direction: column;
	}
	.mainNews .titleAr .flexAr > p {
		text-align: center;
	}
	.mainNews .titleAr > h3 {
		text-align: center;
	}
}
.mainTour .textAr {
	text-align: center;
	padding: 12rem 0;
	color: #fff;
}
.mainTour .textAr .eng {
	font-size: 0.8333333333rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.mainTour .textAr h3 {
	margin: 1.1111111111rem 0 1.6666666667rem 0;
	font-size: 3.1111111111rem;
	font-weight: 100;
	line-height: 1.1;
}
.mainTour .textAr h3 > strong,
.mainTour .textAr h3 b {
	font-weight: 700;
}
.mainTour .textAr .subText {
	font-weight: 300;
	font-size: 1.1111111111rem;
	line-height: 1.5;
}
.mainTour .textAr .btnAr {
	margin-top: 3.8888888889rem;
	text-align: center;
}
.mainTour .textAr .quickBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0.7777777778rem;
	width: 9.4444444444rem;
	color: #fff;
	border-radius: 25px;
	border: 1px solid #fff;
	text-align: center;
}

@media screen and (max-width: 868px) {
	.mainTour .textAr {
		padding: 6.6666666667rem 0;
	}
	.mainTour .textAr h3 {
		font-size: 2rem;
	}
	.mainTour .textAr .subText {
		font-size: 1rem;
	}
	.mainTour .textAr .btnAr {
		margin-top: 2.2222222222rem;
	}
}
.repeatMap {
	padding: 7.7777777778rem 0 5rem 0;
	background-color: #333333;
}
.repeatMap .inner {
	display: flex;
	gap: 5.5555555556rem;
	color: #fff;
}
.repeatMap .logoAr {
	margin-bottom: 2.7777777778rem;
}
.repeatMap .infoAr {
	width: calc(100% - 780px);
}
.repeatMap .callAr {
	display: flex;
	gap: 2.2222222222rem;
}
.repeatMap .callAr a {
	color: #fff;
	font-weight: 700;
	font-size: 2.2222222222rem;
}
.repeatMap .callAr a img {
	display: inline-block;
	padding-right: 10px;
}
.repeatMap .callAr h4 {
	font-size: 1.1111111111rem;
	font-weight: 700;
}
.repeatMap hr {
	margin: 1.9444444444rem auto;
	background-color: rgba(255, 255, 255, 0.1);
	border-top: 0;
}
.repeatMap .timeAr {
	display: flex;
	gap: 3.6111111111rem;
}
.repeatMap .timeAr h4 {
	font-size: 1.1111111111rem;
	font-weight: 700;
}
.repeatMap .timeAr dl {
	display: flex;
	gap: 1.1111111111rem;
	padding-bottom: 0.8333333333rem;
}
.repeatMap .timeAr dt {
	display: flex;
	justify-content: space-between;
	width: 120px;
}
.repeatMap .timeAr dd {
	display: flex;
	align-items: center;
	width: calc(100% - 60px);
	text-align: left;
}
.repeatMap .timeAr dd.hoil {
	font-size: 1.1111111111rem;
}
.repeatMap .timeAr dd b {
	font-size: 1.3333333333rem;
	font-weight: 700;
	margin-left: 0.5555555556rem;
}
.repeatMap .timeAr p {
	line-height: 1.5;
}
.repeatMap .kakaoMap {
	width: 780px;
	height: 458px;
}

@media screen and (max-width: 1401px) {
	.repeatMap .inner {
		gap: 2.2222222222rem;
	}
	.repeatMap .infoAr {
		width: 50%;
		max-width: 500px;
	}
	.repeatMap .callAr {
		gap: 1.6666666667rem;
	}
	.repeatMap .callAr a {
		font-size: 2rem;
	}
	.repeatMap .timeAr {
		gap: 2.7777777778rem;
	}
	.repeatMap .mapAr {
		width: calc(100% - 500px);
		height: 458px;
	}
	.repeatMap .kakaoMap {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 1201px) {
	.repeatMap .inner {
		gap: 1.1111111111rem;
	}
	.repeatMap .callAr {
		gap: 1.1111111111rem;
	}
	.repeatMap .callAr a {
		font-size: 1.7777777778rem;
	}
	.repeatMap .timeAr {
		gap: 1.6666666667rem;
	}
}
@media screen and (max-width: 1025px) {
	.repeatMap {
		padding: 4.4444444444rem 0 3.3333333333rem 0;
	}
	.repeatMap .inner {
		gap: 1.6666666667rem;
		flex-direction: column;
	}
	.repeatMap .logoAr {
		margin-bottom: 1.6666666667rem;
		text-align: center;
	}
	.repeatMap .infoAr {
		width: 100%;
		max-width: initial;
	}
	.repeatMap .callAr {
		justify-content: center;
		gap: 1.6666666667rem;
	}
	.repeatMap .callAr a {
		font-size: 1.7777777778rem;
	}
	.repeatMap .callAr a img {
		max-width: 30px;
	}
	.repeatMap hr {
		margin: 1.1111111111rem auto;
		width: 80%;
	}
	.repeatMap .timeAr {
		justify-content: center;
		gap: 1.6666666667rem;
	}
	.repeatMap .mapAr {
		width: 100%;
		height: 350px;
	}
}
@media screen and (max-width: 500px) {
	.repeatMap {
		padding: 3.3333333333rem 0;
	}
	.repeatMap .logoAr img {
		max-width: 190px;
	}
	.repeatMap .callAr {
		max-width: 360px;
		margin: 0 auto;
		justify-content: flex-start;
	}
	.repeatMap .callAr a {
		font-size: 1.4444444444rem;
	}
	.repeatMap .callAr a img {
		max-width: 26px;
	}
	.repeatMap hr {
		width: 98%;
	}
	.repeatMap .timeAr {
		max-width: 360px;
		margin: 0 auto;
		justify-content: flex-start;
	}
	.repeatMap .timeAr dt {
		width: 80px;
	}
	.repeatMap .mapAr {
		width: 100%;
		height: 260px;
	}
}
@media screen and (max-width: 380px) {
	.repeatMap .callAr {
		max-width: 320px;
	}
	.repeatMap .callAr a {
		font-size: 1.3333333333rem;
	}
	.repeatMap .callAr a img {
		max-width: 24px;
	}
	.repeatMap .timeAr {
		max-width: 320px;
	}
	.repeatMap .timeAr h4 {
		font-size: 1rem;
	}
	.repeatMap .timeAr dt {
		width: 80px;
	}
	.repeatMap .timeAr dd {
		width: calc(100% - 40px);
	}
	.repeatMap .timeAr dd b {
		font-size: 1.1111111111rem;
	}
	.repeatMap .mapAr {
		height: 240px;
	}
}
.color-main {
	color: #a59377;
}

/*# sourceMappingURL=main.css.map */
