@charset "utf-8";

/* ==============================
	.
	. main style
	.
================================= */

/* ==============================
	layout container
================================= */
.main {
	--main-section-padding: 9rem 0;
	--main-section-padding-top: 9rem 0 0 0;
	--main-section-padding-bottom: 0 0 9rem 0;
	--main-section-padding-narrow: 6rem 0;
}
.main .layout-title { width: 800px; margin: 0 auto; }
.main .layout-contents { width: 800px; margin: 0 auto; }
.main .layout-data { width: 1300px; margin: 0 auto; }
.main .layout-slider { width: 1300px; }
.main .layout-slider .slider-control,
.main .layout-data .slider-control { width: 800px !important; margin: 0 auto; }
.main .swiper { padding-bottom: 1.5rem !important; }

@media (max-width: 567.98px) {
	.main {
		--main-section-padding: 6rem 0;
		--main-section-padding-top: 6rem 0 0 0;
		--main-section-padding-bottom: 0 0 6rem 0;
		--main-section-padding-narrow: 4rem 0;
	}
	.main .layout-title { width: calc(100% - 4rem); }
	.main .layout-contents { width: calc(100% - 4rem); }
	.main .layout-data { width: calc(100% - 4rem); }
	.main .layout-data .slider-control { width: 100% !important; }
	.main .layout-slider { width: 100%; }
	.main .layout-slider .swiper-slide:first-child { margin-left: 2rem !important; }
	.main .layout-slider .swiper-slide:last-child { margin-right: 2rem !important; }
	.main .layout-slider .slider-control { width: calc(100% - 4rem) !important; }
	.main .footerArea .container { width: calc(100% - 4rem) !important; }
	.main .sitemap .sitemap-slider .slider-control { width: calc(100% - 4rem) !important; }
	.main .main-banner .swiper { padding-bottom: 2rem !important; }
}
@media (min-width: 568px) and (max-width: 767.98px) {
	.main {
		--main-section-padding: 6rem 0;
		--main-section-padding-top: 6rem 0 0 0;
		--main-section-padding-bottom: 0 0 6rem 0;
		--main-section-padding-narrow: 4rem 0;
	}
	.main .layout-title { width: calc(100% - 8rem); }
	.main .layout-contents { width: calc(100% - 8rem); }
	.main .layout-data { width: calc(100% - 8rem); }
	.main .layout-data .slider-control { width: 100% !important; }
	.main .layout-slider { width: 100%; }
	.main .layout-slider .swiper-slide:first-child { margin-left: 4rem !important; }
	.main .layout-slider .swiper-slide:last-child { margin-right: 4rem !important; }
	.main .layout-slider .slider-control { width: calc(100% - 8rem) !important; }
	.main .footerArea .container { width: calc(100% - 8rem) !important; }
	.main .sitemap .sitemap-slider .swiper-slide:first-child { margin-left: 4rem !important; }
	.main .sitemap .sitemap-slider .swiper-slide:last-child { margin-right: 4rem !important; }
	.main .sitemap .sitemap-slider .slider-control { width: calc(100% - 8rem) !important; }
	.main .main-banner .swiper { padding-bottom: 2rem !important; }
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.main {
		--main-section-padding: 7rem 0;
		--main-section-padding-top: 7rem 0 0 0;
		--main-section-padding-bottom: 0 0 7rem 0;
		--main-section-padding-narrow: 4rem 0;
	}
	.main .layout-title { width: calc(100% - 10rem); }
	.main .layout-contents { width: calc(100% - 10rem); }
	.main .layout-data { width: calc(100% - 10rem); }
	.main .layout-data .slider-control { width: 100% !important; }
	.main .layout-slider { width: 100%; }
	.main .layout-slider .swiper-slide:first-child { margin-left: 5rem !important; }
	.main .layout-slider .swiper-slide:last-child { margin-right: 5rem !important; }
	.main .layout-slider .slider-control { width: calc(100% - 10rem) !important; }
	.main .footerArea .container { width: calc(100% - 10rem) !important; }
	.main .sitemap .sitemap-slider .swiper-slide:first-child { margin-left: 5rem !important; }
	.main .sitemap .sitemap-slider .swiper-slide:last-child { margin-right: 5rem !important; }
	.main .sitemap .sitemap-slider .slider-control { width: calc(100% - 10rem) !important; }
	.main .main-banner .swiper { padding-bottom: 2rem !important; }
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
	.main {
		--main-section-padding: 7rem 0;
		--main-section-padding-top: 7rem 0 0 0;
		--main-section-padding-bottom: 0 0 7rem 0;
		--main-section-padding-narrow: 5rem 0;
	}
	.main .layout-title { width: calc(100% - 12rem); }
	.main .layout-contents { width: calc(100% - 12rem); }
	.main .layout-data { width: calc(100% - 12rem); }
	.main .layout-data .slider-control { width: 100% !important; }
	.main .layout-slider { width: 100%; }
	.main .layout-slider .swiper-slide:first-child { margin-left: 6rem !important; }
	.main .layout-slider .swiper-slide:last-child { margin-right: 6rem !important; }
	.main .layout-slider .slider-control { width: calc(100% - 12rem) !important; }
	.main .swiper { padding-bottom: 1.5rem !important; }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
	.main .layout-title { width: 750px; margin: 0 auto; }
	.main .layout-contents { width: 750px; margin: 0 auto; }
	.main .layout-data { width: 1050px; margin: 0 auto; }
	.main .layout-slider { width: 1050px; margin: 0 auto; }
	.main .layout-slider .slider-control,
	.main .layout-data .slider-control { width: 750px !important; margin: 0 auto; }
	.main .swiper { padding-bottom: 1.5rem !important; }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
	.main .layout-title { width: 800px; margin: 0 auto; }
	.main .layout-contents { width: 800px; margin: 0 auto; } 
	.main .layout-data { width: 1100px; margin: 0 auto; }
	.main .layout-slider { width: 1100px; margin: 0 auto; }
	.main .layout-slider .slider-control,
	.main .layout-data .slider-control { width: 800px !important; margin: 0 auto; }
	.main .swiper { padding-bottom: 1.5rem !important; }
}
@media (min-width: 1400px) and (max-width: 1499px) {
	.main .layout-title { width: 850px; margin: 0 auto; }
	.main .layout-contents { width: 850px; margin: 0 auto; } 
	.main .layout-data { width: 1150px; margin: 0 auto; }
	.main .layout-slider { width: 1150px; margin: 0 auto; }
	.main .layout-slider .slider-control,
	.main .layout-data .slider-control { width: 850px !important; margin: 0 auto; }
	.main .swiper { padding-bottom: 1.5rem !important; }
}

/* slider common */
.main .swiper-pagination-progressbar-fill { background-color: #b8755a !important; }
.main .swiper-container-free-mode > .swiper-wrapper { transition-timing-function : linear; }
.main .slider-control {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 1rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.main .swiper-scrollbar { width: 100% !important; }
.main .swiper-scrollbar .swiper-scrollbar-drag { background: #cf8061; }
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	left: 0 !important;
	bottom: 0 !important;
}
/* 공통 색상 변경 */
.main .swiper-button-next,
.main .swiper-button-prev {
	color: var(--color-point); /* 원하는 색상 코드 */
}
/* 호버 시 색상 변경 (선택) */
.main .swiper-button-next:hover,
.main .swiper-button-prev:hover {
	color: var(--color-point); /* 원하는 색상 코드 */
}
.main .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
  cursor: auto;
  pointer-events: none;
}
.main .swiper-button-prev, .main .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 45%);
}

/* ==============================
	main section header styles
================================= */
.main .contents-header {
	text-align: center;
	margin-bottom: 4rem;
}
.main .contents-header .contents-title {
	display: block;
	position: relative;
	font-size: 2.5rem;
	font-weight: 900;
	padding: 0 15%;
}
.main .contents-header .contents-txt {
	font-size: 1.5rem;
	margin-top: 2rem;
	line-height: 1.3;
	padding: 0;
}

@media (max-width: 567.98px) {
	.main .contents-header {
		text-align: left;
		margin-bottom: 3rem;
	}
	.main .contents-header .contents-title {
		font-size: 1.8rem;
		padding: 0 10% 0 0;
	}
	.main .contents-header .contents-txt {
		font-size: 1.1rem;
		padding: 0 0 0 0;
		margin-top: 1.5rem;
		line-height: 1.4;
	}
	.main .contents-header .contents-txt br { display: none; }
}
@media (min-width: 568px) and (max-width: 767.98px) {
	.main .contents-header {
		text-align: left;
	}
	.main .contents-header .contents-title {
		font-size: 2rem;
		padding: 0 20% 0 0;
	}
	.main .contents-header .contents-title br { display: none; }
	.main .contents-header .contents-txt {
		padding: 0 15% 0 0;
		margin-top: 1.5rem;
	}
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.main .contents-header {
		text-align: left;
	}
	.main .contents-header .contents-title {
		font-size: 2.2rem;
		padding: 0 30% 0 0;
	}
	.main .contents-header .contents-txt {
		padding: 0 20% 0 0;
		margin-top: 1.5rem;
	}
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
	.main .contents-header .contents-title {
		padding: 0 25%;
	}
	.main .contents-header .contents-txt {
		padding: 0 15%;
	}
}


/* ==============================
	main-banner
================================= */
.main-banner { 
	position: relative; 
	background-color: #000;
}
.main-banner, .main-banner .back-thumb {
	height: calc(100vh - 6rem);
	max-height: calc(70rem - 6rem);
}
.main-banner .back-thumb .swiper-slide {
	background-color: #000;
	filter: blur(50px);
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}
.main-banner .back-thumb .slider-control {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0 !important;
	width: 100% !important;
	height: 20rem;
}
.main-banner .back-thumb .swiper-pagination-progressbar {
	height: inherit !important;
	opacity: 0.8;
	transition: all 0.3s;
}
.main-banner .main-slide {
	position: absolute;
	z-index: 2;
	top: 8rem;
	height: calc(100vh - 6rem - 8rem);
	max-height: calc(70rem - 6rem - 8rem);
}
.main-banner .main-slide .swiper-slide {
	width: fit-content;
	height: fit-content;
	background-color: transparent;
	border-radius: 10px;
}
.main-banner .main-slide .swiper-slide img {
	border-radius: 10px;
	height: calc(100vh - 6rem - 12rem);
	max-height: calc(70rem - 6rem - 12rem);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.main-banner .main-slide .slider-control { 
	width: 800px;
	height: 4rem;
}
.main-banner .main-slide .swiper-pagination-progressbar {
	opacity: 1;
	background: #193d3d !important;
	bottom: auto;
	border-radius: 5px;
	top: 50%;
	transform: translateY(-65%);
	border-radius: 5px !important;
	overflow: hidden;
}
.main-banner .main-slide .swiper-pagination-progressbar-fill { 
	background: #ff885a !important; 
	border-radius: inherit;
	min-height: 100%;
}
.main-banner .main-banner-txt {
	position: absolute;
	color: #fff;
	font-weight: 900;
	font-size: 1.4rem;
	bottom: 0;
	width: 100%;
	height: 33%;
	padding: 0rem 3rem 3rem 3rem;
	text-align: center;
}

@media (max-width: 567.98px) {
	.main-banner, .main-banner .back-thumb {
		height:  fit-content;
	}
	.main-banner .back-thumb .swiper-slide {
		height: fit-content;
	}
	.main-banner .main-slide {
		width: calc(100% - 4rem);
		top: 5.6rem;
		left: 2rem;
		right: 2rem;
		height: auto;
	}
	.main-banner .main-slide .swiper-slide {
		width: 100% !important;
		height: auto;
	}
	.main-banner .main-slide .swiper-pagination-bullets {
		bottom: auto;
		padding: 0 !important;
		top: 50%;
		transform: translateY(-65%);
	}
	.main-banner .main-slide .swiper-slide img {
		height: auto;
	}
	.main-banner .main-slide .slider-control { 
		width: 100% !important;
		height: 2rem;
	}
	.main-banner .back-thumb .slider-control { 
		height: 12rem;
	}
	.main-banner .main-banner-txt {
		position: absolute;
		color: #fff;
		font-weight: 900;
		font-size: 1.3rem;
		bottom: 0;
		width: 100%;
		height: 33%;
		padding: 0rem 2rem 3rem 2rem;
		text-align: center;
	}
}
@media (min-width: 568px) and (max-width: 767.98px) {
	.main-banner, .main-banner .back-thumb {
		height: 80vh;
	}
	.main-banner .main-slide {
		top: 6rem;
		height: calc(80vh - 6rem);
	}
	.main-banner .main-slide .swiper-slide img {
		height: calc(80vh - 9rem);
	}
	.main-banner .main-slide .slider-control {
		width: calc(100% - 8rem) !important;
		height: 3rem;
	}
	.main-banner .back-thumb .slider-control { 
		height: 15rem !important;
	}
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.main-banner, .main-banner .back-thumb {
		height: 90vh;
	}
	.main-banner .main-slide {
		top: 8rem;
		height: calc(90vh - 8rem);
	}
	.main-banner .main-slide .swiper-slide img {
		height: calc(90vh - 11rem);
	}
	.main-banner .main-slide .slider-control {
		width: calc(100% - 10rem) !important;
		height: 3rem;
	}
	.main-banner .back-thumb .slider-control { 
		height: 1700pxrem !important;
	}
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
	.main-banner, .main-banner .back-thumb {
		height: calc(95vh - 7rem);
	}
	.main-banner .main-slide {
		position: absolute;
		z-index: 2;
		top: 7rem;
		height: calc(95vh - 7rem - 7rem);
	}
	.main-banner .main-slide .swiper-slide img {
		height: calc(95vh - 7rem - 7rem - 3rem);
	}
	.main-banner .main-slide .slider-control {
		width: calc(100% - 12rem) !important;
		margin: 0 auto;
		height: 3rem;
	}
	.main-banner .back-thumb .slider-control { 
		height: 15rem !important;
	}
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
	.main-banner, .main-banner .back-thumb {
		height: calc(100vh - 6rem);
	}
	.main-banner .main-slide {
		position: absolute;
		z-index: 2;
		top: 7rem;
		height: calc(100vh - 7rem - 6rem);
	}
	.main-banner .main-slide .swiper-slide img {
		height: calc(100vh - 7rem - 6rem - 3rem);
	}
	.main-banner .main-slide .slider-control {
		width: 750px !important;
		margin: 0 auto;
		height: 3rem;
	}
	.main-banner .back-thumb .slider-control { 
		height: 15rem !important;
	}
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
	.main-banner, .main-banner .back-thumb {
		height: calc(100vh - 6rem);
	}
	.main-banner .main-slide {
		position: absolute;
		z-index: 2;
		top: 7rem;
		height: calc(100vh - 7rem - 6rem);
	}
	.main-banner .main-slide .swiper-slide img {
		height: calc(100vh - 7rem - 9rem);
	}
	.main-banner .main-slide .slider-control {
		width: 800px;
		height: 3rem;
	}
	.main-banner .back-thumb .slider-control { 
		height: 15rem;
		left: 0 !important;
		right: 0 !important;
		transform: translateX(0);
	}
}
@media (min-width: 1400px) and (max-width: 1499px) {
	.main-banner, .main-banner .back-thumb {
		height: calc(100vh - 6rem);
	}
	.main-banner .main-slide {
		position: absolute;
		z-index: 2;
		top: 7rem;
		height: calc(100vh - 6rem - 7rem);
	}
	.main-banner .main-slide .swiper-slide img {
		height: calc(100vh - 7rem - 9rem);
	}
	.main-banner .main-slide .slider-control {
		width: 800px;
		height: 3rem;
	}
	.main-banner .back-thumb .slider-control { 
		height: 15rem;
		left: 0 !important;
		right: 0 !important;
		transform: translateX(0);
	}
}

/* ==============================d
	introduction
================================= */
/* ==============================d
	introduction
================================= */
.introduction {
	position: relative;
	background-color: #c6b999;
	background-image: url('/imgs/main/main-introduce-padding.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}
.introduction .motto {
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.2;
	color: #ff9e78;
	text-align: center;
	padding: 7rem 15% 25rem;
	background-color: #1d4b4a;
	background-image: url('/imgs/main/bg-logo.png');
}
.introduction .introduction-slider {
	margin-top: -18rem;
}
.introduction .introduction-slider .swiper-slide {
	position: relative;
	height: 27rem;
	transition: all 0.3s;
	border-radius: 10px; 
	overflow: hidden;
	background-color: #193d3d;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-size: cover;
	background-repeat: no-repeat;
}
.introduction .introduction-slider .slide-bgcolor-01 { 
	background-color: var(--color-green-01);
	background-image: url('/imgs/main/about-hospital_01.jpg');
	background-position: bottom center;
}
.introduction .introduction-slider .slide-bgcolor-02 { 
	background-color: var(--color-green-02);
	background-image: url('/imgs/main/about-hospital_02.jpg');
	background-position: bottom center;
}
.introduction .introduction-slider .slide-bgcolor-03 { 
	background-color: var(--color-green-03);
	background-image: url('/imgs/main/about-hospital_03.jpg');
	background-position: bottom center;
}
.introduction .introduction-slider .slide-bgcolor-04 { 
	background-color: var(--color-green-04);
	background-image: url('/imgs/main/about-hospital_04.jpg');
	background-position: bottom center;
}
.introduction .txt-box {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 2.5rem;
	color: #f6f3eb;
}
.introduction .txt-box .title {
	font-size: 1.3rem;
	font-weight: 700;
	padding-bottom: 1.2rem;
	text-transform: Capitalize;
	padding-right: 10%;
}
.introduction .txt-box .txt {
	font-size: 1.1rem;
	margin-bottom: 1rem;
	font-weight: 400;
}
.introduction .img-box {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.introduction .cerificate .container {
	display: grid;
	grid-template-columns: 3.5fr 2fr;
	gap: 3rem;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2;
	align-items: center;
	padding-bottom: 1.5rem;
	color: #553e34;
}
.introduction .cerificate .container img {
	border: 1px solid #00000010;
	border-radius: 10px;
}
.introduction .cerificate .container .imgbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
}

@media (max-width: 567.98px) {
	.introduction {
		background-size: cover;
	}
	.introduction .motto {
		font-size: 1.5rem;
		line-height: 1.23;
		text-align: left;
		padding: 5rem 0 21rem 0;
	}
	.introduction .introduction-slider {
		margin-top: -16rem;
	}
	.introduction .motto br { display: none; }
	.introduction .introduction-slider .swiper-slide {
		width: 19rem;
		height: 25rem;
	}
	.introduction .txt-box {
		padding: 2rem;
	}
	.introduction .txt-box .title {
		font-weight: 700;
		padding-bottom: 1.2rem;
		text-transform: Capitalize;
		padding-right: 0;
	}
	.introduction .txt-box .txt {
		font-size: 0.95rem;
	}
	.introduction .cerificate .container {
		display: grid;
		grid-template-columns: 1fr;
		gap: 3rem;
		font-size: 1rem;
		padding-bottom: 1.5rem;
		padding-top: 1rem;
	}
	.introduction .cerificate .container .imgbox {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
		padding: 0 10%;
	}
}
@media (min-width: 568px) and (max-width: 767.98px) {
	.introduction {
		background-size: cover;
	}
	.introduction .motto {
		font-size: 1.6rem;
		text-align: left;
		padding: 5rem 0 22rem;
	}
	.introduction .introduction-slider .swiper-slide {
		width: 20rem;
	}
	.introduction .cerificate .container {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 2rem;
		font-size: 0.9rem;
		font-weight: 600;
		line-height: 1.6;
		align-items: center;
		padding-bottom: 1.5rem;
		padding-top: 1.5rem;
	}
	.introduction .cerificate .container .imgbox {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.5rem;
	}
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.introduction .motto {
		text-align: left;
		padding: 6rem 10% 23rem 0;
	}
	.introduction .introduction-slider .swiper-slide {
		width: 22rem;
	}
	.introduction .motto br { display: none; }
	.introduction .cerificate .container {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 3rem;
		font-size: 0.9rem;
		font-weight: 600;
		line-height: 1.6;
		align-items: center;
		padding-bottom: 1.5rem;
		padding-top: 1rem;
	}
	.introduction .cerificate .container .imgbox {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.5rem;
	}
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
	.introduction .motto br { display: none; }
	.introduction .introduction-slider .swiper-slide {
		width: 22rem;
	}
}



/* ==============================
	medical-subjects
================================= */
.main .subjects {
	padding: var(--main-section-padding);
}
.main .subjects .slider-control { display: none; }

@media (max-width: 567.98px) {
	.main .subjects .slider-control { display: block; }
}
@media (min-width: 568px) and (max-width: 767.98px) {
	.main .subjects .slider-control { display: block; }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.main .subjects .slider-control { display: block; }
	.operation-effect .effect-slider .swiper-slide {
		width: 38rem;
	}
}


/* ==============================
	operation-effect
================================= */
.operation-effect { 
	position: relative; 
	padding: var(--main-section-padding-bottom);
}
.operation-effect .effect-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background-color: #c2b9ae;
}
.operation-effect .img-box { 
	position: relative; 
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
}
.operation-effect .img-box .before,
.operation-effect .img-box .after {
	color: #fff;
	font-size: 1.8rem;
	position: relative;
	width: 50%;
	font-weight: 100;
}
.operation-effect .img-box .before::after,
.operation-effect .img-box .after::after { 
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 1rem;
	display: flex;
	height: inherit;
	justify-content: center;
	align-items: center;
}
.operation-effect .img-box .before::after { content: 'Өмнө нь'; }
.operation-effect .img-box .after::after { content: 'Дараа нь'; }
.operation-effect .img-box img { 
	width: 100%; 
	height: 23rem;
	object-fit: cover;
}
.operation-effect .txt-category { 
	position: absolute;
	top: 1.5rem;
	left: 2rem;
	color: #fff;
	border-bottom: 1px solid #ffffff90;
	padding-bottom: 5px;
	padding-right: 18px;
	font-weight: 600;
}
.operation-effect .txt-category::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.6 24.6'><path fill='%23ffffff' d='M1.6,24.6L0,23L20.7,2.3H1.6V0h23v23h-2.3V3.9L1.6,24.6z'/></svg>");
    position: absolute;
    top: -3px;
    right: 0;
    width: 8px;
    transition: all 0.3s ease-in-out;
}
.operation-effect .txt-category:hover::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.6 24.6'><path fill='%23ffffff' d='M1.6,24.6L0,23L20.7,2.3H1.6V0h23v23h-2.3V3.9L1.6,24.6z'/></svg>");
	transition: all 0.3s ease-in-out;
}

@media (max-width: 567.98px) {
	.operation-effect .effect-slider .swiper-slide {
		width: calc(180% - 4rem);
	}
}
@media (min-width: 568px) and (max-width: 767.98px) {
	.operation-effect .effect-slider .swiper-slide {
		width: 38rem;
	}
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.operation-effect .effect-slider .swiper-slide {
		width: 38rem;
	}
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
	.operation-effect .effect-slider .swiper-slide {
		width: 38rem;
	}
}




/* ==============================
	service
================================= */
.service { 
	padding: var(--main-section-padding);
	position: relative;
	background-color: #2a596d;
}
.service .layout-title {
	color: var(--color-beige);
}
.service .service-slider .swiper-slide {
	position: relative;
	height: 27rem;
	transition: all 0.3s;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
}
.service .txt-box {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 2.5rem;
	color: #2a596d;
}
.service .txt-box .title {
	font-size: 1.3rem;
	font-weight: 800;
	padding-bottom: 1rem;
	padding-right: 0;
}
.service .txt-box .txt {
	font-size: 1.1rem;
	margin-bottom: 1rem;
	font-weight: 500;
}
.service .service-slider .img-box {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #163340;
}
.service .service-slider .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}

@media (max-width: 567.98px) {
	.service .service-slider .swiper-slide {
		width: 18rem;
		height: 25rem;
	}
	.service .txt-box {
		padding: 2rem;
	}
}
@media (min-width: 568px) and (max-width: 767.98px) {
	.service .service-slider .swiper-slide {
		width: 22rem;
	}
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.service .service-slider .swiper-slide {
		width: 22rem;	
	}
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
	.service .service-slider .swiper-slide {
		width: 22rem;
	}
}


/* ==============================
	selfie slider
================================= */
.selfie { 
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #000;
}
.selfie .selfie-slider {
	height: auto;
	opacity: 0.6;
}
.selfie .selfie-slider .swiper-slide {
	width: 9rem;
	background-color: #000;
}
.selfie .swiper-wrapper { transition-timing-function: linear; }
.selfie .swiper { padding-bottom: 0 !important; }
.selfie .txt-box {
	font-size: 1.8rem;
	font-weight: 800;
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 567.98px) {
	.selfie .txt-box {
		font-size: 1.4rem;
		text-align: left;
		padding-right: 0;
	}
	.selfie .selfie-slider .swiper-slide {
		width: 8rem;
	}
	.selfie .txt-box br { display: none; }
}
@media (min-width: 568px) and (max-width: 767.98px) {
	.selfie .txt-box {
		font-size: 1.5rem;
		text-align: left;
		padding-right: 15%;
	}
	.selfie .txt-box br { display: none; }
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.selfie .txt-box {
		font-size: 1.6rem;
		text-align: left;
		padding-right: 15%;
	}
	.selfie .txt-box br { display: none; }
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
	.selfie .txt-box {
		font-size: 1.7rem;
		text-align: left;
		padding-right: 15%;
	}
}

/* ==============================
	style custom
================================= */
.main .footer-space { display: none; }
.main .global-contact {
	padding: var(--main-section-padding);
}

.main .btn-viewmore {
	font-size: 0.8rem;
	text-transform: uppercase;
	position: relative;
	padding: 9px 30px 9px 15px;
	margin-top: 2rem;
	color: #00ddff;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #00ddff80;
}
.main .btn-viewmore:hover {
	color: #fff;
	border: 1px solid #ffffff80;
	background-color: #ffffff10;
}
.main .btn-viewmore::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.6 24.6'><path fill='%2300bbd8' d='M1.6,24.6L0,23L20.7,2.3H1.6V0h23v23h-2.3V3.9L1.6,24.6z'/></svg>");
    position: absolute;
	top: 5px;
    right: 15px;
    width: 7px;
	transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.main .btn-viewmore:hover::after {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.6 24.6"><path fill="%23ffffff" d="M1.6,24.6L0,23L20.7,2.3H1.6V0h23v23h-2.3V3.9L1.6,24.6z"/></svg>');
	transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;
}