@font-face {
	font-family: "kotra-hope";
	src: url("/font/kotra-hope.woff2") format("woff2");
}


:root {
	--color-white: #ffffff;
	--primary-color: #667eea;
	--secondary-color: #764ba2;
	--accent-color: #4299e1;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


body {
	display: flex;
	flex-direction: column;
}


body::-webkit-scrollbar {
	/*display: none;*/
}


main {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	min-height: 0;
	transition: height 0.8s ease;
}


.main-page {
	min-height: 100vh;
}


.main-center-hr {
	margin: 0 22px;
	border: none;
	width: 2px;
	background-color: #C4C4C4;
}


.main-center-layout {
	flex: 1;
	display: flex;
	margin: auto;
	gap: 60px;

}


.member-wrapper {
	border: 1px solid #c4c4c4;
	border-radius: 8px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.main-ad-container {
	/*flex: 1;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.8s ease;
}


.main-ad-grid {
	height: 80%;
	flex: 1;
	display: flex;
}


.main-ad-container::-webkit-scrollbar {
	display: none;
}


.main-ad-wrapper {
	display: flex;
	gap: 15px;
}


.ad-m-swiper {
	/*flex: 1;*/
	overflow: hidden;
}


.main-ad-box {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	position: relative;
	border-radius: 22px;
	width: 280px !important;
	height: 450px !important;
}


.main-ad-box img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}


.main-ad-box-3 {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}


.sub-ad-box {
	flex: 1;
	overflow: hidden;
	display: flex;
	/*align-items: center;*/
}


.sub-ad-box-flex {
	display: flex !important;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	/*margin: 22px 0;*/
}


.main-ad-image-box.m {
	display: block;
}


.ad-recruit-box {
	text-align: center;
}


.ad-recruit-box img {
	width: 80%;
}


.main-ad-image-box-2 {
	width: 100%;
	height: 100%;
}


.main-ad-image-box-2 > img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	border: 1px solid #C4C4C4;
}


.main-ad-image-box img {
	width: 100%;
	height: 100%;
	transition: transform 0.4s ease;
	object-position: center;
}


.main-ad-box:hover img {
	transform: scale(1);
}


.main-ad-alert-box {
	margin: 8px 0 0 0;
}


.main-ad-alert {
	text-align: left;
	margin: 2px 0;
}


#searchAdRegion {
	padding: 8px;
	border-radius: 8px 0px 0px 8px;
	width: 100px;
	border-left: 1px solid #006EB5;
	border-top: 1px solid #006EB5;
	border-bottom: 1px solid #006EB5;
	flex: 1;
	font-size: var(--font-size-2);
}


#searchAdRegionBtn {
	border-radius: 0 8px 8px 0;
	border-right: 1px solid #006EB5;
	border-top: 1px solid #006EB5;
	border-bottom: 1px solid #006EB5;
	padding: 8px 22px;
	font-weight: 600;
	font-size: var(--font-size-2);
	background: linear-gradient(45deg, #A5C702, #006EB5);
}


.main-summary-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.modal-caregiver-select-box, .modal-accompany-select-box {
	background: #f7fafc;
	border-radius: 16px;
	padding: 22px;
	text-align: center;
}


.modal-caregiver-select-box a, .modal-accompany-select-box a {
	display: inline-block;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 12px 24px;
	border-radius: 12px;
	text-decoration: none;
	margin-top: 16px;
	transition: all 0.3s ease;
}


.modal-caregiver-select-box a:hover, .modal-accompany-select-box a:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}


.before-notice-box {
	background: #f7fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 20px;
	margin: 20px 0;
	white-space: pre-line;
	line-height: 1.6;
}


.claim-document-submit-btn-box {
	text-align: center;
	margin: 22px 0;
}


#goClaimDocumentSubmitChannel {
	background: #ffd400;
	color: black;
	padding: 16px 32px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 600;
	font-size: var(--font-size-2);
	display: inline-block;
	transition: all 0.3s ease;
}


#goClaimDocumentSubmitChannel:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(255, 212, 0, 0.4);
}


/* Layer Popup */


.select-box {
	position: relative;
	display: inline-block;
	display: flex;
	flex: 1;
}


.main-ad-region-wrapper {
	display: flex;
	margin: 0 0 8px 0;
	align-items: center;
	gap: 22px;
}


.main-ad-top-text {
	display: flex;
	justify-content: space-between;
}


.ad-region {
	position: absolute;
	background-color: #ffffff;
	color: #222222;
	padding: 8px;
	border-radius: 8px 0 8px 0;
	border: 1px solid #006EB5;
	z-index: 1;
	min-width: 30%;
	text-align: center;
}


.main-banner-container {
	width: 100%;
	height: 200px;
}


.main-banner-wrapper {
	width: 100%;
	height: 100%;
}


.main-banner-box {
	width: 100%;
	height: 100%;
	text-align: center;
}


.main-banner-img {
	min-height: 0;
	/*height: 100%;*/
}


.main-container {
	flex: 1;
	display: grid;
	grid-template-rows: 200px 1fr;
	grid-row-gap: 22px;
}


.main-center-container {
	margin: auto;
}


.main-center-wrapper {
	margin: 0 auto;
	width: 1280px;
	/*max-height: 0;*/
	display: flex;
	flex-direction: column;
}


.swiper-button-prev {
	left: 88px !important;
	color: #ffffff !important;
}


.swiper-button-next {
	right: 88px !important;
	color: #ffffff !important;
}


.member-account-box {
	margin: 22px 0 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 8px;
}


.member-account-btn {
	padding: 8px 22px;
	border-radius: 8px;
	font-size: var(--font-size-2);
	display: inline-block;
	font-weight: 600;
	min-width: 200px;
	text-align: center;
}


.member-account-btn#login {
	background-color: #006EB5;
	color: #ffffff;
}


.member-account-btn#register {
	border: 1px solid #006EB5;
	color: #006EB5;
}


.menu-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 8px;
}


.menu-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	justify-content: space-evenly;
	gap: 8px;
	cursor: pointer;
}


.menu-box * {
	color: #ffffff;
}


.menu-img {
	width: 100%;
	height: 100%;
}

.menu-box.request-caregiver {
	/*background-color: #E49629;*/
}


.menu-box.claim-document {
	/*background-color: #79BE34;*/
}


.menu-box.name-card {
	/*background-color: #1EB2BD;*/
}


.menu-box-text {
	width: 100%;
	padding: 0 0 0 8px;
	font-size: var(--font-size-2);
}


.cs-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 8px;
	border: 1px solid #c4c4c4;
	border-radius: 8px;
	align-items: center;
	justify-items: center;
	padding: 8px;
}


.cs-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}


.cs-img-box {
	background-color: #EEF7FF;
	border-radius: 50%;
	padding: 15px;
	width: 64px;
	height: 64px;
}


.cs-img {
	width: 100%;
}


.visit-info-wrapper {
	display: flex;
	justify-content: space-around;
	border: 1px solid #c4c4c4;
	padding: 15px;
	border-radius: 10px;
}


.visit-cnt {
	text-align: right;
	font-size: 15px;
	font-weight: 600;
}


.visit-info-box {
	flex: 1;
}


.map-container {
	width: 100%;
}


.map-wrapper {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	border: 3px solid #f8f9fa;
	height: 100%;
}


#map {
	width: 100%;
	aspect-ratio: 2 / 1;
	background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 500;
	height: 100%;
}


.ad-item-wrapper {
	border-radius: 15px;
	padding: 8px 0 8px 22px;
	border-left: 4px solid #667eea;
	margin: 22px 0;
}


.ad-item-box#list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 88px;
}


.ad-item-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.ad-item-img {
	border-radius: 22px;
	border: 1px solid rgba(88, 88, 88, 0.2);
}


.ad-item-box p {
	white-space: normal;
	margin: 8px 0 0 0;
}


.ad-custom-wrapper {
	width: 100%;
	padding: 0 0 0 22px;
	position: relative;
}


.ad-custom-box {
	display: flex;
	align-items: center;
	margin: 2px 0;
}


.ad-custom-box#buy {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	margin: 22px 0 0 0;
}


.purchase-btn {
	width: 100%;
	border: 1px solid #006eb5;
	background: #006eb5;
	color: #ffffff;
	border-radius: 12px;
	padding: 15px;
	font-size: var(--font-size-2);
	font-weight: 600;
	cursor: pointer;
	transition: all 0.4s ease;
	margin: 8px 0;
}


.purchase-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.purchase-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}


.ad-item-wrapper::before {
	position: absolute;
	top: -10px;
	left: 15px;
	background: white;
	padding: 5px;
	border-radius: 50%;
	font-size: 1.2rem;
}


.ad-branch-box {
	display: flex;
	justify-content: space-evenly;
}


.ad-branch-list {
	padding: 22px;
	font-size: var(--font-size-2);
	font-weight: 600;
	background-color: #dedede;
	width: 100%;
	text-align: center;
	border: 1px solid rgba(88, 88, 88, 0.2);
	cursor: pointer;
}


.ad-custom-box#branchIntro {
	margin: 22px 0;
}


#branchIntro {
	width: 100%;
	background-color: #dedede;
	border-radius: 8px;
	padding: 8px;
	font-size: var(--font-size-2);
	font-weight: 600;
}


.ad-top {
	display: grid;
	grid-template-columns: 40% 60%;
	justify-content: center;
	justify-items: center;
	padding: 22px 0;
	border-radius: 22px;
}


.ad-item-box {
	width: 100%;
	height: 100%;
}


.ad-item-box img {
	width: 100%;
	height: auto;
}


#adName {
	font-size: var(--font-size-3);
	font-weight: 800;
	text-align: center;
	margin: 0 0 22px 0;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 8px;
	padding: 22px;
	border-bottom: 1px solid rgba(88, 88, 88, 0.2);
}


.ad-info-tab-wrapper {
	margin: 22px 0;
}


.ad-info-tab-box {
	display: flex;
	justify-content: space-evenly;
	gap: 22px;
}


.ad-info-tab-box a {
	font-size: var(--font-size-2);
	font-weight: 600;
	color: #707070;
	width: 100%;
	text-align: center;
	padding: 22px 0;
	transition: transform 0.8s, background-color 0.8s;
	display: inline-block;
}


.ad-info-tab-box a:hover {
	transform: translateY(-8px);
	color: #111111;
}


.ad-price-box {
	border-top: 2px solid #888888;
}


.category-section {
	display: grid;
	grid-template-columns: 20% 80%;
	border-bottom: 1px solid #888888;
}


.category-title {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(88, 88, 88, 0.2);
	font-size: var(--font-size-2);
}


.header-sub-info {
	position: relative;
}


.member-box {
	display: flex;
	flex-direction: column;
}


.member-info-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}


.member-info-box {
	padding: 8px;
	border: 1px solid #c4c4c4;
	flex: 1;
	border-radius: 8px;
	cursor: pointer;
}


.point-shopping-text {
	font-weight: 600;
	font-size: 30px;
}


.swiper-button-prev, .swiper-button-next {
	color: #ffffff !important;
}
