.mainVisual__slide {
	position: relative;
}
.mainVisual__move {
	float: left;
	height: 1000px;
	max-height: 1000px;
	background-size: cover;
}
.mainVisual__arrows {
	position: absolute;
	top: calc(50% - 1.5rem);
	width: 100%;
}
.mainVisual__arrows button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainVisual__arrows button:last-child img {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}
.mainVisual__arrows button:hover img {
	opacity: 0.6;
}
.mainVisual__arrows .visualArrows__prev {
	position: absolute;
	left: 5%;
}
.mainVisual__arrows .visualArrows__next {
	position: absolute;
	right: 5%;
}
.mainVisual__arrows .right,
.mainVisual__arrows .left {
	position: relative;
	float: left;
	width: 80px;
	height: 100px;
}
.mainVisual__arrows .left::after,
.mainVisual__arrows .right::after {
	width: 1.5rem;
	height: 1.5rem;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	content: '';
}
.mainVisual__arrows .left::after {
	left: 35px;
	top: 20px;
	transform: rotate(225deg);
}
.mainVisual__arrows .right::after {
	left: 10px;
	top: 20px;
	transform: rotate(45deg);
}
.mainVisual__textArea {
	padding: 17.3333333333rem 0 18rem 2.7777777778rem;
	color: black;
	line-height: 1.4;
}
.mainVisual__textArea p.eng {
	font-size: 0.6666666667rem;
	letter-spacing: 0.48em;
	line-height: 1.7;
	text-transform: uppercase;
	color: #3fc1c0;
}
.mainVisual__textArea h2 {
	font-size: 3.7777777778rem;
	margin-bottom: 3.1111111111rem;
	margin-top: 1.6666666667rem;
	line-height: 1.2;
	font-weight: 800;
}
.mainVisual__textArea h2 > strong {
	color: #3fc1c0;
	font-weight: 800;
}
.mainVisual__textArea h2 .color-second {
	color: #18537d;
}
.mainVisual__textArea h2 p {
	margin-bottom: 1.6666666667rem;
	font-size: 2.6666666667rem;
	font-weight: 200;
}
.mainVisual__textArea h2 p > b {
	font-weight: 600;
}
.mainVisual__textArea p.subText {
	line-height: 1.4;
}
.mainVisual__textArea p.subText b {
	font-weight: 600;
}
.mainVisual .move02 .mainVisual__textArea h2 {
	font-weight: 200;
}
.mainVisual .scrollBox {
	position: relative;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100px;
	width: 26px;
	height: 61px;
	background: url(../img/main/mainVisual_scroll.png) no-repeat center/cover;
}
.mainVisual .scrollBox .flexWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mainVisual .scrollBox .flexWrap p {
	position: relative;
	bottom: -51px;
	text-align: center;
	font-weight: 600;
	font-size: 0.7777777778rem;
	color: #fff;
}
.mainVisual .scrollBox .flexWrap img {
	position: absolute;
	left: 52%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
	animation: visual-scroll 1.5s linear 0s infinite;
}
@keyframes visual-scroll {
	0% {
		top: 15%;
		opacity: 1;
	}
	30% {
		top: 34%;
		opacity: 0.5;
	}
	70% {
		top: 15%;
		opacity: 1;
	}
	100% {
		top: 15%;
		opacity: 1;
	}
}
@media screen and (max-width: 1400px) {
	.mainVisual__textArea {
		padding: 15.5555555556rem 0 16.6666666667rem 6.6666666667rem;
	}
	.mainVisual__textArea h2 {
		font-size: 3.1111111111rem;
		margin-bottom: 2.2222222222rem;
	}
	.mainVisual__textArea h2 p {
		font-size: 2.5rem;
	}
	.mainVisual__arrows .visualArrows__prev {
		left: 1%;
	}
	.mainVisual__arrows .visualArrows__next {
		right: 1%;
	}
	.mainVisual__move {
		height: 100vh;
		background-position: 58%;
	}
}
@media screen and (max-width: 1024px) {
	.mainVisual__arrows {
		display: none;
	}
	.mainVisual .scrollBox {
		display: none;
	}
}
@media screen and (max-width: 868px) {
	.mainVisual__move {
		height: 60vh;
	}
	.mainVisual__textArea {
		max-height: 80vh;
		padding: 8rem 2rem;
	}
	.mainVisual__textArea h2 {
		margin: 1.1111111111rem 0 1.6666666667rem 0;
		font-size: 1.6666666667rem;
		line-height: 1.4;
	}
	.mainVisual__textArea h2 > p {
		font-size: 1.4444444444rem;
		margin-bottom: 10px;
	}
	.mainVisual__textArea p.eng {
		font-size: 0.5555555556rem;
	}
	.mainVisual__textArea p.subText {
		font-size: 0.8888888889rem;
	}
	.mainVisual__move {
		background-position: 66%;
	}
}
@media screen and (max-width: 560px) {
	.mainVisual__move {
		height: 43vh;
		min-height: 320px;
	}
	.mainVisual__textArea h2 > p {
		margin-bottom: 4px;
	}
}
@media screen and (max-width: 420px) {
	.mainVisual {
		/*
    .move01 {
    	.mainVisual__textArea {
    		padding: 5rem 0 1rem 1rem;
    	}
    }
    .move02 {
    	.mainVisual__textArea {
    		padding: 3rem 0 1rem 1rem;
    	}
    }
    */
	}
	.mainVisual__move {
		height: 38vh;
		background-position: 59%;
	}
	.mainVisual__move .mainVisual__textArea {
		padding: 5rem 0 1rem 1rem;
	}
}
.mainCenter {
	padding-top: 8.8888888889rem;
}
.mainCenter .titleAr {
	text-align: center;
}
.mainCenter .titleAr .eng {
	margin-bottom: 1.1111111111rem;
	font-size: 0.6666666667rem;
	font-weight: 500;
	color: #929292;
	letter-spacing: 0.19em;
}
.mainCenter .titleAr h3 {
	margin-bottom: 1.8888888889rem;
	font-size: 3.1111111111rem;
	font-weight: 100;
}
.mainCenter .titleAr h3 > b {
	font-weight: 600;
}
.mainCenter .titleAr .subText {
	font-size: 1.1111111111rem;
	font-weight: 300;
	color: #282828;
}
.mainCenter .circleAr {
	margin-top: 3.1111111111rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2.8888888889rem;
	flex-wrap: wrap;
}
.mainCenter .circleAr > li a {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 1.4444444444rem;
}
.mainCenter .circleAr > li a img {
	width: 100%;
}

@media screen and (max-width: 1440px) {
	.mainCenter .circleAr {
		gap: 1.1111111111rem;
	}
	.mainCenter .circleAr > li a img {
		width: 100%;
	}
}
@media screen and (max-width: 1280px) {
	.mainCenter {
		padding-top: 4.4444444444rem;
	}
	.mainCenter .circleAr {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
	}
	.mainCenter .circleAr > li a img {
		width: 100%;
		max-width: 189px;
	}
}
@media screen and (max-width: 868px) {
	.mainCenter {
		padding-top: 2.7777777778rem;
	}
	.mainCenter .titleAr h3 {
		margin-bottom: 1.6666666667rem;
		font-size: 2.2222222222rem;
	}
	.mainCenter .titleAr .subText {
		line-height: 1.4;
	}
	.mainCenter .circleAr > li a {
		gap: 1.1111111111rem;
	}
	.mainCenter .circleAr > li a img {
		max-width: 170px;
	}
}
.mainImgBanner {
	padding: 8.6111111111rem 0;
}
.mainImgBanner__ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}
.mainImgBanner__ul > li {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.mainImgBanner__ul > li.oneLi {
	width: 40.715%;
}
.mainImgBanner__ul > li.twoLi {
	width: calc(59.285% - 20px);
}
.mainImgBanner__ul .mainImgBanner__move.noSlide {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8.3333333333rem 0;
	background-color: #f5f5f5;
}
.mainImgBanner__ul .mainImgBanner__move::after {
	content: '';
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 111;
	width: 100%;
	height: 100%;
	border: 3px solid #000000;
	border-radius: 10px;
	box-sizing: border-box;
	pointer-events: none;
}
.mainImgBanner__ul .mainImgBanner__move:focus::after,
.mainImgBanner__ul .mainImgBanner__move:focus-visible::after {
	display: block;
}
.mainImgBanner__ul .mainImgBanner__move:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}
.mainImgBanner__ul .mainImgBanner__move img {
	max-width: 100%;
	transition: 1s;
}
.mainImgBanner__ul .swiper-pagination {
	position: absolute;
	left: 40px;
	top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
.mainImgBanner__ul .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 50%;
	opacity: 1;
}
.mainImgBanner__ul .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #50a7b3;
}

@media screen and (max-width: 1024px) {
	.mainImgBanner {
		padding: 4.4444444444rem 0;
	}
	.mainImgBanner__ul {
		gap: 10px;
		width: 100%;
	}
	.mainImgBanner__ul > li.oneLi {
		width: calc(41.5% - 5px);
	}
	.mainImgBanner__ul > li.twoLi {
		width: calc(58.5% - 5px);
	}
	.mainImgBanner__ul .mainImgBanner__move.noSlide {
		padding: 5.5555555556rem 0;
	}
	.mainImgBanner__ul .swiper-pagination {
		left: 10px;
		top: 10px;
		gap: 5px;
	}
	.mainImgBanner__ul .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-width: 560px) {
	.mainImgBanner {
		padding: 3.3333333333rem 0;
	}
	.mainImgBanner__ul > li.oneLi {
		width: 100%;
	}
	.mainImgBanner__ul > li.twoLi {
		width: 100%;
	}
	.mainImgBanner__ul .mainImgBanner__move.noSlide {
		padding: 3.3333333333rem 0;
	}
}
.mainDoctorRol {
	position: relative;
	width: 100%;
	padding-bottom: calc(950 / 1920 * 100%);
}
.mainDoctorRol .titleAr {
	position: absolute;
	left: 0;
	top: 10%;
	z-index: 2;
	width: 100%;
	padding: 0 10px;
	text-align: center;
}
.mainDoctorRol .titleAr .eng {
	margin-bottom: 1.1111111111rem;
	font-size: 0.6666666667rem;
	font-weight: 500;
	color: #929292;
	letter-spacing: 0.19em;
}
.mainDoctorRol .titleAr h3 {
	margin-bottom: 1.8888888889rem;
	font-size: 3.1111111111rem;
	font-weight: 100;
}
.mainDoctorRol .titleAr h3 > b {
	font-weight: 600;
}
.mainDoctorRol .titleAr .subText {
	font-size: 1.1111111111rem;
	font-weight: 300;
	color: #282828;
}
.mainDoctorRol .mainDoctorRol__slide {
	width: 100%;
	height: 100%;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctorRol__fixed {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__center {
	position: relative;
	padding: 9.1666666667rem 0.7777777778rem 0;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__center::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__center .imgAr {
	position: relative;
	bottom: -55px;
	z-index: 1;
	text-align: center;
	transition: 0.6s;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__center .imgAr img {
	max-width: 100%;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__center .textAr {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 3;
	width: 100%;
	text-align: left;
	transition: 0.6s;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__center .textAr > button {
	width: 100%;
	padding: 3.0555555556rem 1.3888888889rem;
	background: linear-gradient(138deg, #5db9be 0%, #18537d 100%);
	text-align: left;
	color: #ffffff;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__center .textAr span {
	display: block;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__center .textAr span.text1 {
	font-size: 1rem;
	font-weight: 300;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__center .textAr span.text2 {
	font-size: 2.1111111111rem;
	font-weight: 300;
	letter-spacing: -2.7px;
	margin-top: 0.8333333333rem;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__center .textAr span.text2 em {
	font-size: 0.8222222222rem;
	font-weight: 400;
	letter-spacing: 0;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__move {
	width: 20%;
	padding-top: 9.1666666667rem;
	background-color: #ffffff;
	overflow: hidden;
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__move:nth-child(even) {
	background-color: #f5f5f5;
}
.mainDoctorRol
	.mainDoctorRol__slide
	.mainDoctor__move.swiper-slide-active
	.mainDoctor__center
	.imgAr {
	bottom: 0;
}
.mainDoctorRol
	.mainDoctorRol__slide
	.mainDoctor__move.swiper-slide-active
	.mainDoctor__center
	.textAr {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.mainDoctorRol .mainDoctorRol__slide .mainDoctor__move:hover .mainDoctor__center .textAr {
	opacity: 0.92;
}

@media screen and (max-width: 1400px) {
	.mainDoctorRol .titleAr {
		top: 0;
	}
	.mainDoctorRol .titleAr h3 {
		margin-bottom: 1.1111111111rem;
		font-size: 2.5555555556rem;
	}
	.mainDoctorRol .titleAr .subText {
		line-height: 1.4;
	}
	.mainDoctorRol .mainDoctorRol__slide .mainDoctor__move .mainDoctor__center {
		padding: 7.2222222222rem 0.7777777778rem 0;
	}
	.mainDoctorRol .mainDoctorRol__slide .mainDoctor__move .mainDoctor__center .textAr > button {
		padding: 1.1111111111rem 0.5555555556rem;
		text-align: center;
	}
	.mainDoctorRol .mainDoctorRol__slide .mainDoctor__move .mainDoctor__center .textAr span.text2 {
		font-size: 1.8888888889rem;
	}
	.mainDoctorRol .mainDoctorRol__slide .mainDoctor__move .mainDoctor__center .textAr span.text2 em {
		display: block;
		margin-top: 0.6666666667rem;
	}
}
@media screen and (max-width: 1024px) {
	.mainDoctorRol {
		padding-bottom: calc(930 / 1024 * 100%);
	}
	.mainDoctorRol .titleAr {
		top: 30%;
	}
	.mainDoctorRol .mainDoctor__move {
		padding-top: 8.8888888889rem;
	}
	.mainDoctorRol .mainDoctor__center {
		padding: 5.5555555556rem 0.7777777778rem 0;
	}
	.mainDoctorRol .mainDoctor__center .textAr > button {
		padding: 1rem 0.5555555556rem;
	}
	.mainDoctorRol .mainDoctor__center .textAr span.text2 {
		font-size: 1.4444444444rem;
	}
}
@media screen and (max-width: 768px) {
	.mainDoctorRol {
		padding-bottom: calc(912 / 750 * 100%);
	}
	.mainDoctorRol .titleAr {
		top: 36%;
	}
	.mainDoctorRol .titleAr h3 {
		font-size: 2rem;
		line-height: 1.2;
	}
}
@media screen and (max-width: 560px) {
	.mainDoctorRol {
		padding-bottom: calc(927 / 728 * 100%);
	}
	.mainDoctorRol .mainDoctor__move {
		padding-top: 5.5555555556rem;
	}
	.mainDoctorRol .titleAr {
		top: 10%;
	}
	.mainDoctorRol .titleAr h3 {
		font-size: 1.7777777778rem;
	}
	.mainDoctorRol .titleAr .subText {
		font-size: 1rem;
	}
}
@media screen and (max-width: 370px) {
	.mainDoctorRol .titleAr {
		top: 2%;
	}
}
.mainReviewLatest .titleFlex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.mainReviewLatest .titleFlex .mainTitleAr {
	width: 50%;
}
.mainReviewLatest .titleFlex .mainTitleAr:last-child {
	display: flex;
	justify-content: end;
}
.mainReviewLatest .titleFlex .mainTitleAr h3 {
	font-size: 3.1111111111rem;
	line-height: 1.25;
	font-weight: 100;
}
.mainReviewLatest .titleFlex .mainTitleAr h3 b {
	font-weight: 600;
	color: #50a7b3;
}
.mainReviewLatest .titleFlex .mainTitleAr .more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.1111111111rem;
	max-width: 13.3333333333rem;
	width: 240px;
	border: 1px solid #18537d;
	border-radius: 25px;
}
.mainReviewLatest .titleFlex .mainTitleAr .more > span {
	display: inline-block;
	padding: 0.9444444444rem 10px;
	font-size: 0.8888888889rem;
	font-weight: 300;
	color: #18537d;
}
.mainReviewLatest .titleFlex .mainTitleAr .more > span b {
	font-weight: 600;
}
.mainReviewLatest .titleFlex .mainTitleAr .more:hover {
	opacity: 0.8;
}
.mainReviewLatest__con {
	position: relative;
	margin-top: 4.4444444444rem;
}
.mainReviewLatest__slide {
	width: 100%;
	overflow: hidden;
}
.mainReviewLatest__slide .mainReviewLatest__move img {
	width: 100%;
}
.mainReviewLatest__arrows {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1100;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1600px;
	padding: 0 10px;
}
.mainReviewLatest__arrows > button {
	pointer-events: all;
}
.mainReviewLatest__arrows > button:last-child img {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}
.mainReviewLatest__arrows > button:hover img {
	opacity: 0.6;
}

@media screen and (max-width: 1024px) {
	.mainReviewLatest .titleFlex .mainTitleAr {
		width: 100%;
	}
	.mainReviewLatest .titleFlex .mainTitleAr:last-child {
		text-align: center;
		margin-top: 1.3888888889rem;
	}
	.mainReviewLatest .titleFlex .mainTitleAr h3 {
		font-size: 2.6666666667rem;
	}
	.mainReviewLatest .titleFlex .mainTitleAr .more {
		margin-top: 1.1111111111rem;
	}
	.mainReviewLatest__con {
		margin-top: 2.2222222222rem;
	}
	.mainReviewLatest__arrows > button {
		width: 47px;
		height: 47px;
	}
}
@media screen and (max-width: 560px) {
	.mainReviewLatest .titleFlex .mainTitleAr h3 {
		font-size: 1.7777777778rem;
	}
}
.mainTour .textAr {
	text-align: center;
}
.mainTour .textAr h4 {
	margin-bottom: 1.6666666667rem;
	font-size: 2.6666666667rem;
	font-weight: 300;
	color: #fff;
	line-height: 1.45;
	letter-spacing: -0.05em;
}
.mainTour .textAr h4 > span {
	color: #5db9be;
	font-weight: 600;
}
.mainTour .textAr p {
	font-weight: 300;
	color: #fff;
	line-height: 1.4;
}
.mainTour .btnAr {
	display: flex;
	justify-content: center;
	margin-top: 3.3333333333rem;
}
.mainTour .btnAr a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 0.8888888889rem 10px;
	border: 1px solid #fff;
	border-radius: 25px;
	width: 13.3333333333rem;
}
.mainTour .btnAr a p {
	color: #fff;
	font-size: 0.8888888889rem;
	font-weight: 300;
}
.mainTour .btnAr a p > b {
	font-weight: 600;
}

@media screen and (max-width: 868px) {
	.mainTour .textAr h4 {
		font-size: 2.2222222222rem;
		margin-bottom: 1.1111111111rem;
	}
	.mainTour .btnAr {
		margin-top: 1.6666666667rem;
	}
}
@media screen and (max-width: 560px) {
	.mainTour .textAr h4 {
		font-size: 1.7777777778rem;
	}
}
.mainMap {
	position: relative;
}
.mainMap .mapWrap {
	width: 100%;
}
.mainMap .kakaoMap {
	height: 45.5555555556rem;
}
.mainMap .infoAr {
	position: absolute;
	bottom: 7.2222222222rem;
	left: 55%;
	z-index: 10;
	padding: 3.3333333333rem;
	background: linear-gradient(138deg, #5db9be 0%, #18537d 100%);
	border-radius: 20px;
	color: #fff;
}
.mainMap .infoAr .textAr {
	text-align: center;
}
.mainMap .infoAr .textAr h3 {
	margin-bottom: 2.2222222222rem;
	font-size: 3.2222222222rem;
	font-weight: 800;
}
.mainMap .infoAr .textAr h3 > a {
	color: #fff;
}
.mainMap .infoAr .textAr p {
	margin-bottom: 1.6666666667rem;
	font-size: 0.8888888889rem;
	font-weight: 600;
}
.mainMap .infoAr .timeAr {
	width: 85%;
	margin: 0 auto;
}
.mainMap .infoAr .timeAr ul {
	border-top: 1px solid #9e9e9e;
}
.mainMap .infoAr .timeAr ul li {
	display: flex;
	gap: 1.8888888889rem;
	align-items: center;
	margin-bottom: 1.1111111111rem;
}
.mainMap .infoAr .timeAr ul li .day {
	width: 27%;
	min-width: 96px;
	display: flex;
	justify-content: space-between;
}
.mainMap .infoAr .timeAr ul li .time {
	width: 73%;
}
.mainMap .infoAr .timeAr ul li:first-child {
	margin-top: 2.2222222222rem;
}
.mainMap .infoAr .timeAr .subText {
	margin-top: 0.6666666667rem;
	color: #e0e0e0;
	font-size: 0.7777777778rem;
	line-height: 1.4;
}
.mainMap .infoAr .timeAr .address {
	margin-top: 3rem;
	text-align: center;
	line-height: 1.4;
}
.mainMap .infoAr .timeAr .address > span {
	font-size: 0.8888888889rem;
	color: #9e9e9e;
}

@media screen and (max-width: 1201px) {
	.mainMap .infoAr {
		left: 42%;
	}
}
@media screen and (max-width: 868px) {
	.mainMap .kakaoMap {
		height: 33.3333333333rem;
	}
	.mainMap .infoAr {
		position: static;
		padding: 3.3333333333rem 2.2222222222rem;
		border-radius: 0;
	}
	.mainMap .infoAr h3 a {
		font-size: 2.2222222222rem;
	}
	.mainMap .infoAr .timeAr {
		text-align: center;
	}
	.mainMap .infoAr .timeAr ul {
		width: 50%;
		min-width: 300px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 560px) {
	.mainMap .kakaoMap {
		height: 50vh;
	}
	.mainMap .infoAr {
		padding: 2.2222222222rem 1.1111111111rem;
	}
	.mainMap .infoAr .textAr h3,
	.mainMap .infoAr .textAr p {
		margin-bottom: 0.8888888889rem;
	}
	.mainMap .infoAr .timeAr .address {
		margin-top: 1.3333333333rem;
	}
}
.font200 {
	font-weight: 200;
}

/*# sourceMappingURL=main.css.map */
