.color-main {
	color: #b1885b;
}

.color-naver {
	color: #03cf5d;
}

.color-kakao {
	color: #017cff;
}

.color-point {
	color: #9ed74d;
}

.color-grey {
	color: #757575;
}

.mainVisual {
	padding-top: 11.875rem;
}
.mainVisual__slide {
	position: relative;
	height: 800px;
	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(54%) sepia(65%) saturate(267%) hue-rotate(351deg)
		brightness(91%) contrast(91%);
}
.mainVisual__arrows .visualArrows__prev {
	position: absolute;
	left: 10%;
}
.mainVisual__arrows .visualArrows__next {
	position: absolute;
	right: 10%;
}
.mainVisual__textArea {
	padding: 12rem 0 18rem 0;
	color: #212121;
	line-height: 1.4;
	text-align: center;
}
.mainVisual__textArea p.eng {
	font-size: 0.75rem;
	letter-spacing: 0.5em;
	line-height: 1.7;
	margin-bottom: 1.25rem;
	color: #b1885b;
	letter-spacing: 0.5em;
}
.mainVisual__textArea p.eng b {
	font-weight: 900;
}
.mainVisual__textArea .subTitle {
	font-size: 1.75rem;
	font-weight: 300;
}
.mainVisual__textArea .subTitle > b {
	font-weight: 700;
}
.mainVisual__textArea h2 {
	font-size: 4.25rem;
	font-weight: 300;
	margin-bottom: 3rem;
	margin-top: 2.1rem;
	line-height: 1.2;
}
.mainVisual__textArea h2 > b {
	font-weight: 900;
}
.mainVisual__textArea p.subText {
	line-height: 1.6;
	font-size: 1.125rem;
}
.mainVisual__textArea p.subText strong {
	font-weight: 700;
}
.mainVisual .move02 .mainVisual__textArea {
	padding-top: 10rem;
	padding-bottom: 18.75rem;
}
.mainVisual .move02 h2 {
	margin-bottom: 9.125rem;
}
.mainVisual .move03 .mainVisual__textArea {
	padding-top: 10rem;
	padding-bottom: 18.75rem;
}
.mainVisual .move04 .mainVisual__textArea {
	padding-top: 10rem;
	padding-bottom: 18.75rem;
}
.mainVisual .move05 .mainVisual__textArea {
	padding-top: 6rem;
	padding-bottom: 22.2777rem;
}
.mainVisual .move05 .mainVisual__textArea .subTitle{
	color:#fff;
}
.mainVisual .move05 .mainVisual__textArea .subText{
	color:#fff;
}
.mainVisual .move04 .mainVisual__textArea h2 {
	margin: 1.25rem 0 5rem 0;
	font-size: 8rem;
}
.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: #fff;
	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: 1400px) {
	.mainVisual {
		padding-top: 10rem;
	}
	.mainVisual__move {
		background-position: 63% center;
	}
	.mainVisual .move02 {
		background-position: 47% center;
	}
	.mainVisual__arrows .visualArrows__prev {
		left: 0;
	}
	.mainVisual__arrows .visualArrows__next {
		right: 0;
	}
}
@media screen and (max-width: 1025px) {
	.mainVisual {
		padding-top: 5.625rem;
	}
	.mainVisual__move,
	.mainVisual .move02 {
		background-position: 10% center;
	}
	.mainVisual__arrows {
		display: none;
	}
	.mainVisual__slide {
		height: 1000px;
	}
}
@media screen and (max-width: 768px) {
	.mainVisual {
		padding-top: 5rem;
	}
	.mainVisual__slide {
		height: initial;
	}
	.mainVisual__textArea {
		height: 60vh;
		max-height: 80vh;
		padding: 10rem 0;
	}
	.mainVisual__textArea h2 {
		margin-top: 1.25rem;
		font-size: 3rem;
		line-height: 1.4;
	}
	.mainVisual__textArea p.subText {
		padding: 0 1.25rem;
	}
	.mainVisual .move02 .mainVisual__textArea,
	.mainVisual .move03 .mainVisual__textArea,
	.mainVisual .move04 .mainVisual__textArea {
		max-height: 80vh;
		padding: 10rem 0;
	}
	.mainVisual .move02 h2 {
		margin-bottom: 2.5rem;
	}
	.mainVisual .move04 .mainVisual__textArea h2 {
		font-size: 6.25rem;
		margin: 1.25rem 0 2.5rem 0;
	}
	.mainVisual .scrollIcon {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.mainVisual__slide {
		height: 40vh;
	}
	.mainVisual__move {
		background-position: left top;
		background-repeat: no-repeat;
	}
	.mainVisual__move h2 {
		margin-bottom: 3.75rem;
	}
	.mainVisual .move01 .mainVisual__textArea,
	.mainVisual .move02 .mainVisual__textArea,
	.mainVisual .move03 .mainVisual__textArea,
	.mainVisual .move04 .mainVisual__textArea {
		padding: 5.625rem 0;
	}
	.mainVisual .move01 .mainVisual__textArea h2,
	.mainVisual .move02 .mainVisual__textArea h2,
	.mainVisual .move03 .mainVisual__textArea h2,
	.mainVisual .move04 .mainVisual__textArea h2 {
		margin-bottom: 1.875rem;
	}
	.mainVisual .move04 .mainVisual__textArea h2 {
		font-size: 3.375rem;
		margin: 1rem 0;
	}
	.mainVisual__textArea {
		padding: 7rem 0;
		height: 56vh;
	}
	.mainVisual__textArea p.eng {
		font-size: 0.6875rem;
	}
	.mainVisual__textArea h2 {
		font-size: 1.875rem;
	}
	.mainVisual__textArea p.subText {
		padding: 0 10px;
		line-height: 1.4;
	}
	.mainVisual__textArea .subTitle {
		font-size: 1.375rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 420px) {
	.mainVisual__slide {
		height: 46vh;
	}
}
@media screen and (max-width: 380px) {
	.mainVisual__slide {
		height: 47vh;
	}
	.mainVisual .move01 .mainVisual__textArea,
	.mainVisual .move02 .mainVisual__textArea,
	.mainVisual .move03 .mainVisual__textArea,
	.mainVisual .move04 .mainVisual__textArea {
		padding-top: 5rem;
	}
	.mainVisual__textArea h2 {
		margin: 1.5rem 0;
	}
	.mainVisual__textArea p.eng {
		font-size: 0.625rem;
		margin-bottom: 0.625rem;
	}
	.mainVisual__textArea .subTitle {
		font-size: 1.125rem;
	}
	.mainVisual__textArea p.subText {
		font-size: 1rem;
	}
}
.mainProgram {
	padding: 6.875rem 10px 6.25rem 10px;
}
.mainProgram .textAr {
	margin-bottom: 3.75rem;
	text-align: center;
}
.mainProgram .textAr h3 {
	margin-bottom: 2.5rem;
	font-size: 3.625rem;
	font-weight: 400;
	text-transform: uppercase;
}
.mainProgram .textAr .subText {
	font-size: 1.125rem;
	color: #757575;
	line-height: 1.4;
}
.mainProgram .contentsAr .programAr {
	display: flex;
	flex-direction: column;
	row-gap: 1.25rem;
}
.mainProgram .contentsAr .programAr .flexAr {
	display: flex;
	gap: 1.25rem;
}
.mainProgram .contentsAr .programAr .flexAr > a {
	position: relative;
	display: block;
	width: 100%;
}
.mainProgram .contentsAr .programAr .flexAr > a .textAr {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.mainProgram .contentsAr .programAr .flexAr > a .textAr h4 {
	margin: 1.875rem 0 2.625rem 0;
	font-size: 3rem;
	color: #212121;
	font-weight: 700;
}
.mainProgram .contentsAr .programAr .flexAr > a .textAr .text {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.4;
	color: #757575;
}
.mainProgram .contentsAr .programAr .flexAr > a .textAr .text > b {
	font-weight: 700;
}
.mainProgram .contentsAr .programAr .flexAr > a .textAr .text2 {
	font-size: 0.875rem;
	font-weight: 600;
	color: #b1885b;
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
}
.mainProgram .contentsAr .programAr .flexAr > a > img {
	width: 100%;
}
.mainProgram .contentsAr .programAr .flexAr > a:hover > img {
	opacity: 0.8;
}

@media screen and (max-width: 1201px) {
	.mainProgram {
		padding: 5rem 10px 4.375rem 10px;
	}
	.mainProgram .textAr {
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.mainProgram .textAr h3 {
		margin-bottom: 2.5rem;
		font-size: 2.5rem;
	}
	.mainProgram .contentsAr .programAr {
		row-gap: 0.625rem;
	}
	.mainProgram .contentsAr .programAr .flexAr {
		gap: 0.625rem;
	}
	.mainProgram .contentsAr .programAr .flexAr > a .textAr h4 {
		margin: 1.25rem 0 1.25rem 0;
		font-size: 2.5rem;
	}
	.mainProgram .contentsAr .programAr .flexAr > a .textAr .text {
		font-size: 1.125rem;
	}
	.mainProgram .contentsAr .programAr .flexAr > a .textAr .text2 {
		text-underline-offset: 6px;
	}
}
@media screen and (max-width: 868px) {
	.mainProgram .textAr h3 {
		margin-bottom: 1.25rem;
	}
	.mainProgram .contentsAr .programAr .flexAr > a .textAr h4 {
		margin: 1.25rem 0 1.25rem 0;
		font-size: 1.875rem;
	}
	.mainProgram .contentsAr .programAr .flexAr > a .textAr .text {
		font-size: 1rem;
	}
	.mainProgram .contentsAr .programAr .flexAr > a .textAr .text2 {
		text-decoration-thickness: 1px;
	}
}
@media screen and (max-width: 680px) {
	.mainProgram .textAr .subText {
		text-wrap: balance;
	}
	.mainProgram .contentsAr .programAr .flexAr > a .textAr h4 {
		margin: 1.25rem 0 1.25rem 0;
		font-size: 1.625rem;
	}
	.mainProgram .contentsAr .programAr .flexAr > a .textAr .text {
		display: none;
	}
	.mainProgram .contentsAr .programAr .flexAr > a .textAr .eng {
		margin-bottom: 0.9375rem;
	}
}
@media screen and (max-width: 430px) {
	.mainProgram .contentsAr .programAr .flexAr > a .textAr h4 {
		margin: 0.625rem 0 1.25rem 0;
		font-size: 1.5rem;
	}
	.mainProgram .contentsAr .programAr .flexAr > a .textAr .text2 {
		font-size: 0.75rem;
		text-underline-offset: 4px;
	}
}
@media screen and (max-width: 350px) {
	.mainProgram .contentsAr .programAr .flexAr > a .textAr h4 {
		font-size: 1.25rem;
	}
}


.mainYoutube {
	background-color: #f1efeb;
}
.mainYoutube .inner {
	text-align: center;
}


.mainYoutube .inner .textAr h3 {
	margin-bottom: 2.1875rem;
	font-size: 3.625rem;
	font-weight: 300;
	text-transform: uppercase;
}

.mainYoutube .inner .textAr h3 > b {
	font-weight: 700;
}
.mainYoutube .inner .btn {
	display: inline-block;
}
.mainYoutube .inner .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.9375rem 2rem;
	background-color: #b1885b;
	border-radius: 1.875rem;
	gap: 0.625rem;
	color: #fff;
	font-family: Pretendard;
}
.mainYoutube__slide {
	position: relative;
	margin-top: 3.125rem;
}
.mainYoutube__fixed {
	overflow:hidden;
}
.mainYoutube .youtubeSlide__move {
	float: left;
	padding: 0 1rem;
	cursor: pointer;
}
.mainYoutube .youtubeSlide__move .imgArea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainYoutube .youtubeSlide__move .textArea {
	font-family: Pretendard;
	font-size: 1.25rem;
	color: #000001;
	margin-top: 1rem;
	text-align: left;
}
.mainYoutube .youtubeSlide__move .textArea .text1 {
	line-height:1.2;
}

.mainYoutube__arrows {
	position: absolute;
	top: calc(50% - 2rem);
	width: 100%;
}
.mainYoutube__arrows button:hover > img {
	opacity: 0.8;
}

.mainYoutube__arrows .arrows__prev03 {
	position: absolute;
	left: -1%;
}
.mainYoutube__arrows .arrows__next03 {
	position: absolute;
	right: -1%;
}

.mainYoutubeModal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}
.mainYoutubeModal .inner {
	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%);
	width: 100%;
	max-width: 1000px;
}
.mainYoutubeModal .inner .youtubeIframe {
	position: relative;
	width: 100%;
	padding: 3.75rem 10px;
}
.mainYoutubeModal .inner .youtubeCloseBt {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	transition: 0.4s;
}
.mainYoutubeModal .inner .youtubeCloseBt:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mainYoutubeModal .inner .youtubeCloseBt span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
}
.mainYoutubeModal .inner .youtubeCloseBt span:last-child {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.mainYoutubeModal .inner .videoBox {
	position: relative;
	width: 100%;
	max-width: 854px;
	height: 0;
	padding-bottom: 48%;
	margin: 0 auto;
}
.mainYoutubeModal .inner .videoBox iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1280px) {
	.mainYoutube__arrows {
		top: calc(35% - 1rem);
	}
}
@media screen and (max-width: 1024px) {
	.mainYoutube .inner .textAr h3 {
		margin-bottom: 1.25rem;
		font-size: 2.5em;
	}
	.mainYoutubeModal .inner .videoBox {
		min-height: 480px;
	}
	.mainYoutube .youtubeSlide__move {
		padding: 0 5px;
	}
	.mainYoutube .youtubeSlide__move .textArea {
		margin-top: 1rem;
	}
	.mainYoutube .youtubeSlide__move .textArea .text1 {
		font-size:1rem;
	}
	.mainYoutube__arrows {
		top:32%;
	}
}
@media screen and (max-width: 640px) {
	.mainYoutube__arrows {
		top: 35%;
	}

	.mainYoutubeModal .inner .youtubeCloseBt {
		width: 30px;
		height: 30px;
	}
	.mainYoutubeModal .inner .videoBox {
		min-height: auto;
		padding-bottom: 58%;
	}
}

.mainContact {
	padding: 6.375rem 10px;
	background-position: center top;
	background-repeat: no-repeat;
  background-size: cover;
}
.mainContact .inner {
	display: flex;
	justify-content: end;
}
.mainContact .textAr h3 {
	margin-bottom: 2.1875rem;
	font-size: 3.625rem;
	font-weight: 400;
	text-transform: uppercase;
}
.mainContact .textAr h4 {
	margin-bottom: 2.375rem;
	font-size: 2.375rem;
	font-weight: 300;
	line-height: 1.2;
}
.mainContact .textAr h4 > b {
	font-weight: 700;
}
.mainContact .textAr h4 > b.bg {
	background: #b1885b;
    color: #fff;
}
.mainContact .textAr .subText {
	line-height: 1.4;
	font-size: 1.125rem;
	font-weight: 300;
}

@media screen and (max-width: 1201px) {
	.mainContact .textAr h3 {
		margin-bottom: 1.875rem;
		font-size: 3.125rem;
	}
	.mainContact .textAr h4 {
		margin-bottom: 1.875rem;
		font-size: 1.875rem;
	}
}
@media screen and (max-width: 1025px) {
	.mainContact {
		padding: 3.75rem 10px;
	}
	.mainContact .inner {
		justify-content: center;
	}
	.mainContact .textAr h3 {
		margin-bottom: 1.25rem;
		font-size: 2.5rem;
	}
	.mainContact .textAr h4 {
		margin-bottom: 1.25rem;
		font-size: 1.625rem;
	}
}
@media screen and (max-width: 500px) {
	.mainContact {
		background-position: 50% top;
	}
}
@media screen and (max-width: 350px) {
	.mainContact .textAr h4 {
		font-size: 1.375rem;
	}
}
.mainEvent {
	padding: 6.125rem 10px;
}
.mainEvent .textAr {
	text-align: center;
}
.mainEvent .textAr h3 {
	margin-bottom: 2.1875rem;
	font-size: 3.625rem;
	font-weight: 400;
	text-transform: uppercase;
}
.mainEvent .textAr .subText {
	color: #757575;
}
.mainEvent__slide {
	position: relative;
	margin-top: 3.75rem;
}
.mainEvent__slide .mainEvent__fixed {
	margin: 0 5rem;
	overflow: hidden;
}
.mainEvent__slide .mainEvent__fixed .mainEvent__move {
	float: left;
	margin: 0 5px;
	text-align: center;
}
.mainEvent__slide .mainEvent__fixed .mainEvent__move:hover {
	opacity: 0.8;
}
.mainEvent__slide .mainEvent__fixed .mainEvent__move .imgAr img {
	width: 100%;
}
.mainEvent__slide .mainEvent__fixed .mainEvent__move .text1 {
	margin-top: 1.875rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: #424242;
}
.mainEvent__slide .mainEvent__fixed .mainEvent__move .text2 {
	margin-top: 1.125rem;
	padding-bottom: 0.625rem;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 600;
	color: #d1c3b3;
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
}
.mainEvent__slide .mainEvent__arrows {
	position: absolute;
	left: 0;
	top: 40%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 200;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.mainEvent__slide .mainEvent__arrows:hover {
	opacity: 0.8;
}

@media screen and (max-width: 1400px) {
	.mainEvent__slide .mainEvent__fixed {
		margin: 0 3.125rem;
	}
}
@media screen and (max-width: 1024px) {
	.mainEvent {
		padding: 3.75rem 0 5rem;
	}
	.mainEvent__slide {
		margin-top: 2.5rem;
	}
	.mainEvent__slide .mainEvent__fixed {
		margin: 0;
		overflow: hidden;
	}
	.mainEvent__slide .mainEvent__fixed .mainEvent__move .text1 {
		font-size: 1.25rem;
		margin-top: 1.25rem;
	}
	.mainEvent__slide .mainEvent__fixed .mainEvent__move .text2 {
		font-size: 13px;
		margin-top: 0.625rem;
	}
	.mainEvent__slide .mainEvent__fixed .mainEvent__move .text2 img {
		margin-left: 0.625rem;
	}
	.mainEvent__slide .mainEvent__arrows > button {
		width: 40px;
		height: 40px;
	}
	.mainEvent .textAr .eng {
		margin-bottom: 1.25rem;
	}
	.mainEvent .textAr h3 {
		margin-bottom: 1.25rem;
		font-size: 2.5rem;
	}
}
.mainMark .inner {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.mainMark .textAr {
	padding: 9.375rem 0;
}
.mainMark .textAr p,
.mainMark .textAr h3 {
	color: #fff;
}
.mainMark .textAr p > b,
.mainMark .textAr h3 > b {
	font-weight: 600;
}
.mainMark .textAr p {
	line-height: 1.4;
}
.mainMark .textAr .eng {
	margin-bottom: 1.75rem;
	color: #d1c3b3;
	font-size: 0.75rem;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}
.mainMark .textAr h3 {
	margin-bottom: 5rem;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.2;
}
.mainMark .textAr .text1 {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}
.mainMark .textAr .text2 {
	font-size: 1.125rem;
}
.mainMark .imgAr img {
	display: block;
}

@media screen and (max-width: 1025px) {
	.mainMark .inner {
		flex-direction: column;
		align-items: center;
	}
	.mainMark .textAr {
		padding-top: 3.75rem;
		padding-bottom: 1.25rem;
	}
	.mainMark .textAr h3 {
		margin-bottom: 1.25rem;
		font-size: 2.5rem;
	}
	.mainMark .imgAr img {
		max-width: 500px;
	}
}
@media screen and (max-width: 560px) {
	.mainMark .textAr {
		padding-top: 2.5rem;
	}
	.mainMark .textAr h3 {
		font-size: 2rem;
	}
	.mainMark .textAr .eng {
		margin-bottom: 1.25rem;
	}
	.mainMark .imgAr img {
		max-width: 360px;
	}
}
@media screen and (max-width: 350px) {
	.mainMark .textAr h3 {
		font-size: 1.625rem;
	}
	.mainMark .imgAr img {
		max-width: 300px;
	}
}
.mainReview {
	padding: 6.125rem 10px;
}
.mainReview .textAr {
	text-align: center;
}
.mainReview .textAr h3 {
	font-size: 3rem;
	font-weight: 300;
}
.mainReview .textAr h3 > b {
	font-weight: 700;
}
.mainReview .text3 {
	margin-top: 3.75rem;
	text-align: center;
}
.mainReview .text3 > a {
	font-size: 0.875rem;
	font-weight: 600;
	color: #d1c3b3;
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
}
.mainReview__slide {
	position: relative;
}
.mainReview__fixed {
/*
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.25rem;
*/
	margin-top: 5rem;
}
.mainReview__fixed > div {
	display: flex;
	align-items: center;
	width: calc(25% - 30px);
	height: 220px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
}
.mainReview__fixed > div .cen {
	width: 100%;
	padding: 1.875rem 2.125rem;
	color: #212121;
}
.mainReview__fixed > div .cen:hover {
	opacity: 0.8;
}
.mainReview__fixed > div .cen .text1 {
	margin-bottom: 1.875rem;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.4;
}
.mainReview__fixed > div .cen .text1 > b {
	font-weight: 600;
}
.mainReview__fixed > div .cen .text2 {
	font-size: 0.875rem;
	font-weight: 300;
	padding-top: 1.875rem;
	border-top: 1px solid #e0e0e0;
}
.mainReview__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: 200;
	display: flex;
	justify-content: space-between;
	width: 104%;
}
.mainReview__arrows:hover {
	opacity: 0.8;
}

@media screen and (max-width: 1400px) {
	.mainReview__fixed {
		margin-top: 3.75rem;
	}
	.mainReview__fixed > div {
		width: calc(25% - 15px);
		height: 220px;
	}
	.mainReview__fixed > div .cen {
		padding: 1.25rem;
	}
	.mainReview__fixed > div .cen .text1 {
		font-size: 1.3125rem;
	}
	.mainReview__fixed > div .cen .text2 {
		margin-top: 1.875rem;
	}
}
@media screen and (max-width: 1024px) {
	.mainReview .textAr h3 {
		font-size: 2.5rem;
	}
	.mainReview .textAr .eng {
		margin-bottom: 1.25rem;
	}
	.mainReview__fixed {
/*		gap: 10px;*/
		margin-top: 3.125rem;
	}
	.mainReview__fixed > div {
		width: calc(50% - 8px);
		height: auto;
	}
}
.mainMedia {
	padding: 6.25rem 0;
}
.mainMedia .textAr {
	text-align: center;
}
.mainMedia .textAr h3 {
	margin-bottom: 2.1875rem;
	font-size: 3.625rem;
	font-weight: 400;
	text-transform: uppercase;
}
.mainMedia .textAr .subText {
	color: #757575;
}
.mainMedia__slide {
	position: relative;
	margin-top: 3.75rem;
}
.mainMedia__slide .mainMedia__fixed {
	margin: 0 5rem;
	overflow: hidden;
}
.mainMedia__slide .mainMedia__fixed .mainMedia__move {
	float: left;
	text-align: center;
}
.mainMedia__slide .mainMedia__fixed .mainMedia__move:hover {
	opacity: 0.8;
}
.mainMedia__slide .mainMedia__fixed .mainMedia__move .imgAr img {
	width: 100%;
	display: block;
}
.mainMedia__slide .mainMedia__fixed .mainMedia__move .text1 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	color: #212121;
}
.mainMedia__slide .mainMedia__fixed .mainMedia__move .text2 {
	margin-top: 1.125rem;
	padding-bottom: 1.875rem;
	text-align: right;
	color: #9e9e9e;
	font-size: 0.875rem;
}
.mainMedia__slide .mainMedia__arrows {
	position: absolute;
	left: 0;
	top: 40%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 200;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.mainMedia__slide .mainMedia__arrows:hover {
	opacity: 0.8;
}

@media screen and (max-width: 1201px) {
	.mainMedia__slide .mainMedia__fixed .mainMedia__move .text1 {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 1025px) {
	.mainMedia {
		padding: 3.75rem 0 5rem;
	}
	.mainMedia .textAr .eng {
		margin-bottom: 1.25rem;
	}
	.mainMedia .textAr h3 {
		margin-bottom: 1.25rem;
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 500px) {
.mainMedia__slide .mainMedia__fixed{
	margin: 0 1.25rem;
}
}

.mainMap {
	position: relative;
}
.mainMap .mapWrap .kakaoMap {
	height: 37.5rem;
}
.mainMap .boxAr {
	position: relative;
	z-index: 100;
	bottom: 150px;
}
.mainMap .box {
	display: flex;
	justify-content: space-between;
	padding-right: 6.25rem;
	background-color: #fafafa;
}
.mainMap .box .logoAr {
	width: 32%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mainMap .box .infoAr {
	padding: 4.375rem 0;
	width: 68%;
}
.mainMap .box .infoAr > hr {
	margin: 0;
	background-color: #9e9e9e;
	border: 0;
	height: 1px;
}
.mainMap .box .infoAr .topAr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.25rem 2.5rem 1.25rem;
}
.mainMap .box .infoAr .address h3 {
	font-size: 2.125rem;
	font-weight: 300;
	color: #212112;
	line-height: 1.33;
}
.mainMap .box .infoAr .address h3 > b {
	font-weight: 900;
}
.mainMap .box .infoAr .address p {
	margin-top: 1.125rem;
	font-size: 1.125rem;
	color: #9e9e9e;
	letter-spacing: -0.03em;
}
.mainMap .box .infoAr .call a {
	display: flex;
	align-items: center;
	gap: 5px;
}
.mainMap .box .infoAr .call a p {
	font-size: 2.375rem;
	font-weight: 900;
}
.mainMap .box .infoAr .bottomAr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 1.5rem;
	padding: 2.5rem 1.25rem 0 1.25rem;
}
.mainMap .box .infoAr .bottomAr .workingTime {
	display: flex;
	gap: 1.875rem;
	width: 50%;
}
.mainMap .box .infoAr .bottomAr .day {
	display: flex;
	justify-content: space-between;
	max-width: 5.625rem;
	width: 22%;
	font-weight: 600;
	font-size: 1.25rem;
}
.mainMap .box .infoAr .bottomAr .time {
	font-size: 1.25rem;
}
.mainMap .box .infoAr .bottomAr .time span {
	font-size: 0.875rem;
}
.mainMap .box .infoAr .bottomAr .time p {
	display: flex;
	align-items: baseline;
	gap: 12px;
}
.mainMap .textImg {
	position: absolute;
	z-index: 101;
	bottom: 62px;
}

@media screen and (max-width: 1401px) {
	.mainMap .box {
		padding-right: 3.125rem;
	}
}
@media screen and (max-width: 1281px) {
	.mainMap .box {
		padding-right: 2.5rem;
	}
	.mainMap .box .infoAr .topAr {
		align-items: normal;
		flex-direction: column;
		gap: 1.25rem;
	}
}
@media screen and (max-width: 1025px) {
	.mainMap .box .infoAr .address h3 {
		font-size: 1.75rem;
	}
	.mainMap .box .infoAr .address p {
		font-size: 1.125rem;
	}
	.mainMap .box .infoAr .call a p {
		font-size: 1.625rem;
	}
	.mainMap .box .infoAr .bottomAr .workingTime {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.mainMap .box {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 0;
		padding-top: 4.375rem;
	}
	.mainMap .box .infoAr {
		width: 100%;
		padding-top: 1.875rem;
	}
	.mainMap .box .infoAr .address h3,
	.mainMap .box .infoAr .address p {
		text-align: center;
		line-height: 1.4;
		text-wrap: balance;
	}
	.mainMap .box .infoAr .call a {
		justify-content: center;
	}
	.mainMap .box .infoAr .bottomAr .workingTime {
		justify-content: center;
	}
	.mainMap .box .infoAr > hr {
		max-width: 90%;
		margin: 0 auto;
	}
	.mainMap .box .logoAr {
		width: 100%;
	}
	.mainMap .box .logoAr img {
		max-width: 180px;
	}
}
@media screen and (max-width: 500px) {
	.mainMap .boxAr {
		bottom: 40px;
	}
	.mainMap .textImg {
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.mainMap .box {
		padding-top: 2.5rem;
	}
	.mainMap .box .logoAr img {
		max-width: 130px;
	}
	.mainMap .box .infoAr {
		padding: 2.5rem 0;
	}
}
.eng {
	margin-bottom: 1.75rem;
	color: #d1c3b3;
	font-size: 0.75rem;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}

@media screen and (max-width: 500px) {
	.eng {
		margin-bottom: 1rem;
	}
}

/*# sourceMappingURL=main.css.map */
