ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* 공용 */
body {
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif !important;
	font-size: 14px;
	font-weight: 400;
}

main {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1280px;
	width: 100%;
	box-sizing: border-box;
}

main a.none:hover,
a.none:focus,
a.none:active {
	color: initial;
}

main a:hover {
	color: #a22121;
}

select,
input::placeholder,
textarea::placeholder {
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
}

button {
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit
}

/* main input[type=text]:focus, main input[type=password]:focus, main textarea:focus, main select:focus {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: 0; border: 1px solid #F35F4C !important; background-color: #FEF2F1 !important;} */
/* main input[type=text]:focus::placeholder {background-color: #FEF2F1;} */
main .mb-profile-img {
	border-radius: 50%;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	-webkit-box-shadow: 0 0 5px #f7b4ac;
	-moz-box-shadow: 0 0 5px #f7b4ac;
	box-shadow: 0 0 5px #f7b4ac;
	border: 1px solid #F35F4C !important;
	outline: 0;
}

input,
textarea {
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif !important;
}

select {
	-webkit-appearance: none;
	/* for chrome */
	-moz-appearance: none;
	/*for firefox*/
	appearance: none;
	background: url('/img/icon/arrow_down.svg') no-repeat 95% 50%/15px auto;
	padding-right: 24px !important;
}

select::-ms-expand {
	display: none;
	/*for IE10,11*/
}

.logo {
	width: 180px;
	height: 60px;
}

.center-dot {
	color: #5A5A5A;
	margin: 0 -2px;
}

.pointer {
	cursor: pointer;
}

.login-box input::placeholder {
	background-color: #F5F6FA;
}

.no-list {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	margin: 0 auto;
	height: 100%;
	color: #9DA5B6;
}

.main-container h1,
.main-container h2 {
	font-family: 'GongGothicMedium' !important;
}

.title_icon {
	margin-bottom: 3px;
}

/* monthpicker */
.datepicker-input {
	padding: 8px 12px;
	width: 130px;
	border: 1px solid #D3D5D7;
	border-radius: 4px;
	background: url(/img/icon/calendar.svg) no-repeat 105px;
}

.center {
	text-align: center;
}

.pdlr20 {
	padding: 0 20px;
}

.mgt5 {
	margin-top: 5px;
}

.mgt10 {
	margin-top: 10px;
}

.mgt20 {
	margin-top: 20px;
}

.mgt30 {
	margin-top: 30px;
}

.mgb5 {
	margin-bottom: 5px;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgr5 {
	margin-right: 5px;
}

.mgr10 {
	margin-right: 10px;
}

.mgr20 {
	margin-right: 20px;
}

.mgr30 {
	margin-right: 30px;
}

.mgl5 {
	margin-left: 5px;
}

.mg10 {
	margin-left: 10px;
}

.mg20 {
	margin-left: 20px;
}

.mg30 {
	margin-left: 30px;
}

/* 스와이프 */
.swiper {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/* 250314 - swiper height auto */
.swiper {
	height: auto;
}

.swiper .swiper-pagination {
	left: 50%;
	transform: translate(-50%, 0);
	width: 50px;
	font-size: 13px;
	color: #ffffff;
	background: rgb(127 127 127 / 70%);
	border-radius: 8px;
	text-align: center;
}

/* 헤드 */
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1280px;
	width: 100%;
	font-size: 13px;
	height: 134px;
}

header .intro-btn {
	margin-left: -70px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .intro-btn img {
	width: 50px;
	height: 50px;
}

header .intro-btn:hover {
	transform: scale(1.1) rotate(5deg);
}

header .head-right {
	display: flex;
	padding: 16px 40px;
	border: 1px solid #E7E6E6;
	border-radius: 12px;
	box-shadow: 0px 2px 2px 0px #EDEDED80;
	position: relative;
}

header .mo-head-right {
	display: none;
}

header .head-right nav {
	padding-right: 40px;
	border-right: 1px solid #E7E6E6;
}

header .head-right nav ul {
	display: flex;
	justify-content: space-between;
	gap: 0 40px;
	font-weight: 600;
	font-size: 16px;
}

header .head-right nav ul li:not(:last-child):hover img {
	transform: scale(1.5);
	transition-duration: 0.2s;
}

header .head-right nav ul li img {
	padding-bottom: 6px;
	width: 26px;
}

header .head-right nav ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

header .head-right nav ul li.active a {
	color: #F35F4C;
	font-weight: bold;
}

header .head-right .head-user {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px 0;
	padding-left: 40px;
}

header .head-right .head-user .head-user-cnt {
	padding: 4px 16px;
	width: 88px;
	font-size: 16px;
	font-weight: 600;
	color: #2839A5;
	background-color: #EBEEFF;
	border-radius: 4px;
	text-align: center;
}

/* pc메뉴 알림 */
header .head-right nav ul li {
	position: relative;
}

header .head-right nav ul li a span {
	position: absolute;
	right: -7px;
	top: -5px;
	padding: 1px 2px;
	width: 18px;
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #F35F4C;
}


/* head.php 네비게이션 토글 스타일 */
header .head-right #menu-toggle-more {
	list-style: none;
	display: flex;
	align-items: center;
}

header .head-right #menu-toggle-more button {
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888;
	/* 아이콘 색상 */
}

header .head-right #menu-toggle-more button img {
	width: 36px;
	height: 36px;
	padding-bottom: 0;
}

header .head-right #menu-toggle-more button:hover svg {
	color: #333;
	/* 호버 시 아이콘 색상 */
}

header .head-right #hidden-menu-popup {
	display: none;
	/* 기본적으로 숨김 */
	position: absolute;
	top: 100%;
	left: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 20px 30px;
	z-index: 1000;
	width: 300px;
}

header .head-right #hidden-menu-popup.active {
	display: block;
}

header .head-right #hidden-menu-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	cursor: pointer;
	line-height: 1;
	color: #999;
}

header .head-right #hidden-menu-close:hover svg {
	color: #333;
}

header .head-right .hidden-menu-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	color: #333;
}

/* 팝업 내부 리스트 스타일 */
header .head-right .hidden-menu-grid {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 40px;
}

/* 팝업 내부 리스트 아이템 스타일 */
header .head-right .hidden-menu-grid li {
	display: flex;
	/* 내부 요소 정렬 */
	margin-bottom: 0;
	/* 기본 li 마진 제거 */
}

/* 팝업 내부 링크 스타일 */
header .head-right .hidden-menu-grid li a {
	display: flex;
	align-items: center;
	padding: 8px 10px;
	border-radius: 6px;
	color: #000;
	text-decoration: none;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
}

header .head-right .hidden-menu-grid li a:hover img {
	transform: scale(1.3);
	transition-duration: 0.2s;
}

/* 팝업 내부 아이콘 스타일 */
header .head-right .hidden-menu-grid li a img {
	width: 26px;
	margin-right: 5px;
	/* 아이콘과 텍스트 간격 */
}

/* 팝업 내부 텍스트 스타일 */
header .head-right .hidden-menu-grid li a p {
	margin: 0;
	line-height: 1.4;
}

/* 팝업 내부 활성 메뉴 표시 (선택 사항) */
header .head-right .hidden-menu-grid li.active a {
	font-weight: bold;
	color: #F35F4C;
	/* 활성 메뉴 색상 */
	background-color: #fff5f5;
}

/* 팝업 열렸을 때 head-right 하단 모서리 둥글기 제거 */
header .head-right.popup-open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* 모바일 알림 */
header .resp-menu {
	position: relative;
	display: none;
	cursor: pointer;
}

header .resp-menu span {
	position: absolute;
	right: -7px;
	top: -2px;
	width: 19px;
	height: 19px;
	display: flex;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background-color: #F35F4C;
	justify-content: center;
	align-items: center;
}

header .resp-menu#mo-head-alarm span {
	right: -1px;
}

header .resp-menu#mo-head-alarm img {
	width: 25px;
	scale: 1.1;
}

header .resp-menu#mo-head-event img {
	scale: 1.15;
}

header .resp-menu a {
	display: block;
	padding: 5px;
}

header .resp-menu a img {
	width: 24px;
	height: 24px;
}

/* 팝업 */
.pc.popup-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	inset: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.7);
}

.mo.popup-wrap {
	display: flex;
	align-items: end;
	justify-content: center;
	position: fixed;
	inset: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.7);
}

.pc.popup-wrap .popup-area ul {
	max-width: 330px;
}

/* --- 모바일 스타일 --- */
.mo.popup-wrap .popup-area {
	width: 100%;
	max-width: 600px;
}

.mo.popup-wrap .popup-area #main_popup_slider {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	box-sizing: border-box;
}

.mo.popup-wrap .popup-area ul li {
	width: 100% !important;
	box-sizing: border-box;
}

.popup-wrap .popup-area ul li a {
	display: block;
	width: 100%;
}

.popup-wrap .popup-area ul li img {
	width: 100%;
	border-top-right-radius: 4%;
	border-top-left-radius: 4%;
}

.popup-wrap .popup-area .popup-btn-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	background-color: #fff;
}

.pc.popup-wrap .popup-area .popup-btn-box {
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

.popup-wrap .popup-area .popup-btn-box a {
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.popup-wrap .popup-area .popup-btn-box .txt-reject {
	display: flex;
	align-items: center;
	gap: 0 5px;
	color: #858894;
}


/* 모바일 햄버거 */
.resp-side-wrap {
	position: fixed;
	display: none;
	top: 60px;
	width: 100%;
	height: 100%;
	padding-bottom: 70px;
	overflow-y: auto;
	background-color: #fff;
	z-index: 997;
}

.resp-side-wrap::-webkit-scrollbar {
	width: 0;
}

/** 로그인 전 영역 **/
.resp-side-wrap .resp-side-area {
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 200px;
}

.resp-side-wrap .user-wrap1 {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	height: 50px;
}

.resp-side-wrap .user-wrap1 a {
	display: flex;
	align-items: center;
	gap: 0 10px;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	height: 100%;
}

.resp-side-wrap .user-wrap1 a span {
	word-break: break-all;
}

.resp-side-wrap .user-wrap1 a.mypage-link {
	width: 60%;
}

.resp-side-wrap .user-wrap1 a.mission-link {
	gap: 0 5px;
}

.resp-side-wrap .user-wrap1 a .mb-profile-img {
	width: 48px;
	height: 48px;
	border-radius: 50px;
}

.resp-side-wrap .user-wrap1 a .txt {
	color: #F35F4C;
}

.resp-side-wrap .user-wrap1 a .arrow-icon {
	margin-left: auto;
}

.resp-side-wrap .user-wrap1 a.mission-link .arrow-icon {
	margin-left: unset;
}

.resp-side-wrap .user-wrap1 a.icon-img {
	display: flex;
	align-items: center;
	margin-left: auto;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	width: 40%;
	overflow: hidden;
	justify-content: flex-end;
	color: #F35F4C;
	font-weight: bold;
	font-size: 18px;
}

.resp-side-wrap .user-wrap1 a.icon-img img {
	width: 20px;
	height: 20px;
}

.resp-side-wrap .user-wrap1 a.icon-img span {
	max-width: calc(110px - 21px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

/* .resp-side-wrap .user-wrap1 .top-txt {padding-bottom: 16px; font-weight: 500; text-align: center;}
.resp-side-wrap .user-wrap1 .login-box {padding-bottom: 16px;}
.resp-side-wrap .user-wrap1 .login-box input {padding: 12px; margin-bottom: 8px; width: 100%; box-sizing: border-box; border: 0; border-radius: 8px; background-color: #F5F6FA;}
.resp-side-wrap .user-wrap1 .login-box button {padding: 14px 0; margin-top: 10px; width: 100%; height: 50px; border: 0; border-radius: 8px; background-color: #F35F4C; box-shadow: 0px 2px 8px 0px #F35F4C33; color: #fff; text-align: center; font-size: 16px; font-weight: 600;}
.resp-side-wrap .user-wrap1 .regi-txt {padding-bottom: 30px; text-align: center; font-weight: 500;}
.resp-side-wrap .user-wrap1 .regi-txt .bar {padding: 0 4px; color: #D3D5D7;}
.resp-side-wrap .user-wrap1 .sns-box .sns-box-top {display: flex; justify-content: center; gap: 0 2%;}
.resp-side-wrap .user-wrap1 .sns-box .sns-box-top span {width: 38%; border-top: 1px solid #EDEDED;}
.resp-side-wrap .user-wrap1 .sns-box .sns-box-top p {width: 70%; margin-bottom: 30px; font-size: 13px; line-height: 0; color: #858894; text-align: center;}
.resp-side-wrap .user-wrap1 .sns-box .sns-login-box {display: flex; justify-content: center; gap: 0 15px;} */

/** 로그인 후 영역 **/
/* .resp-side-wrap .user-wrap2 {padding: 24px; margin-bottom: 10px; border: 1px solid #E7E6E6; border-radius: 12px;}
.resp-side-wrap .user-wrap2 .user-profile-wrap {display: flex; padding-bottom: 16px;}
.resp-side-wrap .user-wrap2 .user-profile-wrap .mb-profile-img {width: 50px; height: 50px; border-radius: 30px; margin-right: 10px;}
.resp-side-wrap .user-wrap2 .user-profile-wrap .txt-box {display: flex; justify-content: center; flex-direction: column; gap: 4px 0; min-width: 0;}
.resp-side-wrap .user-wrap2 .user-profile-wrap .txt-box .txt1 {font-size: 16px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.resp-side-wrap .user-wrap2 .user-profile-wrap .txt-box .txt2 {height: 16px; color: #5F5F5F; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.resp-side-wrap .user-wrap2 .user-profile-wrap .icon-img {margin-left: auto;}
.resp-side-wrap .user-wrap2 .info-wrap {display: flex; gap: 0 7px; padding-bottom: 16px;}
.resp-side-wrap .user-wrap2 .info-wrap .info-box {padding: 8px 12px; width: 90px; box-sizing: border-box; border-radius: 8px; background-color: #F5F6FA;}
.resp-side-wrap .user-wrap2 .info-wrap .info-box .txt1 {padding-bottom: 4px; font-size: 13px; font-weight: 500;}
.resp-side-wrap .user-wrap2 .info-wrap .info-box .txt2 {font-size: 15px; font-weight: 600;}
.resp-side-wrap .user-wrap2 .info-wrap .info-box .txt2 img {padding-right: 5px;}
.resp-side-wrap .user-wrap2 .info-wrap .info-box:first-of-type .txt2 {display: flex; align-items: center;}
.resp-side-wrap .user-wrap2 .mypage-wrap {padding: 16px; margin-bottom: 16px; border: 1px solid #E7E6E6; border-radius: 12px; box-shadow: 0px 2px 8px 0px #F35F4C33;
}
.resp-side-wrap .user-wrap2 .mypage-wrap .top {display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid #E7E6E6; font-size: 16px; font-weight: 600;}
.resp-side-wrap .user-wrap2 .mypage-wrap .btm {display: flex; justify-content: space-between; padding-top: 12px; font-size: 16px; font-weight: 600;}
.resp-side-wrap .user-wrap2 .mypage-wrap .btm .bar {font-size: 14px; font-weight: 400; color: #E7E6E6;}

.resp-side-wrap .user-wrap2 .logout-wrap {display: flex; justify-content: center; gap: 0 12px; font-weight: 500; color: #606060; font-size: 14px; font-weight: 400; color: #E7E6E6; white-space: nowrap;} */

/** 메뉴영역 **/
.resp-side-wrap .menu-wrap {
	padding: 20px 15px;
	margin-bottom: 10px;
	border: 1px solid #E7E6E6;
	border-radius: 12px;
}

.resp-side-wrap .menu-wrap .tit {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 600;
}

.resp-side-wrap .menu-wrap .tit2 {
	padding: 6px;
	margin-bottom: 18px;
	width: 100%;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 500;
	background-color: #F35F4C;
	color: #fff;
	text-align: center;
}

.resp-side-wrap .menu-wrap ul {
	display: flex;
	flex-wrap: wrap;
}

.resp-side-wrap .menu-wrap ul li {
	width: 50%;
	margin-bottom: 15px;
}

.resp-side-wrap .menu-wrap.etc-menu-wrap ul li {
	margin-bottom: 20px;
}

.resp-side-wrap .menu-wrap ul li:nth-last-child(-n+2),
.resp-side-wrap .menu-wrap.etc-menu-wrap ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.resp-side-wrap .menu-wrap ul li a {
	display: inline-flex;
	align-items: center;
	gap: 0 5px;
	font-size: 16px;
	font-weight: 600;
}

.resp-side-wrap .menu-wrap ul li a img {
	width: 26px;
	height: 26px;
}

/** 스티키 메뉴 **/
.resp-sticky-menu-wrap {
	position: fixed;
	display: none;
	bottom: 0px;
	padding: 10px 8px;
	width: 100%;
	border-top: 1px solid #E7E6E6;
	z-index: 998;
	background-color: #fff;
	box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.2);
	height: 62px;
}

.resp-sticky-menu-wrap ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.resp-sticky-menu-wrap ul li {
	width: 25%;
	text-align: center;
}

.resp-sticky-menu-wrap ul li.active a {
	font-weight: 700;
}

.resp-sticky-menu-wrap ul li img {
	width: 20px;
	height: 20px;
	margin-bottom: 5px;
}

.resp-sticky-menu-wrap ul li.petflu-box a {
	position: relative;
}

.resp-sticky-menu-wrap ul li.petflu-box img {
	position: absolute;
	top: -28px;
	transform: translate(-50%, 0);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-top: 1px solid #E7E6E6;
	border-radius: 50%;
}

.resp-sticky-menu-wrap ul li.petflu-box p {
	margin-top: 23px;
}

/** 모바일 메뉴 **/
.resp-menu-wrap {
	display: none;
	padding: 0;
}

.resp-menu-wrap .resp-menu-slider {
	padding: 10px 0;
	padding-top: 5px;
	border-bottom: 1px solid #eee;
	opacity: 0;
}

.resp-menu-wrap .resp-menu-slider .slide-list {
	width: auto;
	min-width: 60px;
	border-radius: 4px;
}

.resp-menu-wrap .resp-menu-slider .slide-list.active {
	border: 1px solid #F35F4C;
	background-color: #FEF2F1;
}

.resp-menu-wrap .resp-menu-slider .slide-list.active a {
	color: #f35f4c;
}

.resp-menu-wrap .resp-menu-slider .slide-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 3px;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 15px;
}

.resp-menu-wrap .resp-menu-slider .slide-list a img {
	width: 26px;
	height: 26px;
}

.resp-menu-wrap .resp-menu-slider .slick-track {
	display: flex;
}

/* 푸터 */
footer {
	padding-bottom: 20px;
	background-color: #343434;
	color: #fff;
}

footer .footer-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	padding-bottom: 50px;
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
	box-sizing: border-box;
}

footer .footer-wrap a {
	color: #fff;
	font-weight: 500;
}

footer .footer-wrap .footer-area .bar {
	padding: 0 8px;
}

footer .footer-wrap .footer-area .txt1 {
	font-weight: 700;
}

footer .footer-wrap .footer-area2 {
	display: flex;
	align-items: center;
}

footer .footer-wrap .footer-area2 .bar {
	padding: 0 8px;
}

footer .footer-wrap .resp-area1 {
	display: flex;
	align-items: center;
}

footer .footer-wrap .footer-logo {
	margin-bottom: 20px;
}

footer .footer-wrap .footer-logo img {
	width: 100px;
	filter: opacity(0.2);
	filter: invert(1);
}

footer .footer-wrap .footer-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .footer-wrap .footer-content .footer-toggle-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

footer .footer-wrap .footer-content .footer-toggle-btn svg {
	width: 15px;
	height: 15px;
	transition: transform 0.3s ease;
	/* 부드러운 회전 효과 */
}

footer .footer-wrap .footer-content .footer-toggle-btn.active svg {
	transform: rotate(180deg);
}

footer .footer-detail ul {
	margin-top: 15px;
}

footer .footer-detail ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 7px;
}

footer .footer-detail ul li .footer-detail-title {
	width: 120px;
	flex-shrink: 0;
}

footer .footer-detail ul li .footer-detail-content {}

footer .footer-wrap .resp-menu {
	display: inline-block;
}

footer .footer-wrap .resp-menu-mobile {
	display: none;
}

footer .footer-wrap .resp-menu-mobile.footer-toggle-btn {
	display: none;
}

/* 공용 컨테이너 */
.main-container {
	display: flex;
}

.main-container .main-left {
	width: 73%;
	padding-right: 2%;
}

.main-container .main-right {
	width: 27%;
}

/* 오른쪽 레이아웃 */
/** 로그인 전 영역 **/
.main-container .main-right .user-wrap1 {
	padding: 24px;
	margin-bottom: 24px;
	border: 1px solid #E7E6E6;
	border-radius: 12px;
}

.main-container .main-right .user-wrap1 .top-txt {
	padding-bottom: 16px;
	font-weight: 500;
	text-align: center;
}

.main-container .main-right .user-wrap1 .login-box {
	padding-bottom: 16px;
}

.main-container .main-right .user-wrap1 .login-box input {
	padding: 12px;
	margin-bottom: 8px;
	width: 100%;
	box-sizing: border-box;
	border: 0;
	border-radius: 8px;
	background-color: #F5F6FA;
}

.main-container .main-right .user-wrap1 .login-box button {
	padding: 14px 0;
	margin-top: 10px;
	width: 100%;
	height: 50px;
	border: 0;
	border-radius: 8px;
	background-color: #F35F4C;
	box-shadow: 0px 2px 8px 0px #F35F4C33;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.main-container .main-right .user-wrap1 .regi-txt {
	padding-bottom: 30px;
	text-align: center;
	font-weight: 500;
}

.main-container .main-right .user-wrap1 .regi-txt .bar {
	padding: 0 4px;
	color: #D3D5D7;
}

.main-container .main-right .user-wrap1 .sns-box .sns-box-top {
	display: flex;
	justify-content: center;
	gap: 0 2%;
}

.main-container .main-right .user-wrap1 .sns-box .sns-box-top span {
	width: 38%;
	border-top: 1px solid #EDEDED;
}

.main-container .main-right .user-wrap1 .sns-box .sns-box-top p {
	width: 70%;
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 0;
	color: #858894;
	text-align: center;
}

.main-container .main-right .user-wrap1 .sns-box .sns-login-box {
	display: flex;
	justify-content: center;
	gap: 0 15px;
}

/** 로그인 후 영역 **/
.main-container .main-right .user-wrap2 {
	padding: 24px;
	margin-bottom: 24px;
	border: 1px solid #E7E6E6;
	border-radius: 12px;
}

.main-container .main-right .user-wrap2 .user-profile-wrap {
	display: flex;
	padding-bottom: 16px;
	align-items: center;
}

.main-container .main-right .user-wrap2 .user-profile-wrap .mb-profile-img {
	width: 50px;
	height: 50px;
	border-radius: 30px;
	margin-right: 10px;
}

.main-container .main-right .user-wrap2 .user-profile-wrap .txt-box {
	width: 115px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 4px 0;
	min-width: 0;
}

.main-container .main-right .user-wrap2 .user-profile-wrap .txt-box .txt1 {
	font-size: 16px;
	font-weight: 600;
	/* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */
}

.main-container .main-right .user-wrap2 .user-profile-wrap .txt-box .txt2 {
	color: #5F5F5F;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 110px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main-container .main-right .user-wrap2 .user-profile-wrap .icon-img {
	display: flex;
	align-items: center;
	margin-left: auto;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	width: 110px;
	overflow: hidden;
	justify-content: flex-end;
	color: #F35F4C;
	font-weight: bold;
	font-size: 18px;
}

.main-container .main-right .user-wrap2 .user-profile-wrap .icon-img img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.main-container .main-right .user-wrap2 .user-profile-wrap .icon-img span {
	max-width: calc(110px - 21px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.main-container .main-right .user-wrap2 .info-wrap {
	display: flex;
	gap: 0 7px;
	padding-bottom: 16px;
}

.main-container .main-right .user-wrap2 .info-wrap .info-box {
	padding: 8px 12px;
	width: 90px;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #F5F6FA;
}

.main-container .main-right .user-wrap2 .info-wrap .info-box .txt1 {
	padding-bottom: 4px;
	font-size: 13px;
	font-weight: 500;
}

.main-container .main-right .user-wrap2 .info-wrap .info-box .txt2 {
	font-size: 15px;
	font-weight: 600;
}

.main-container .main-right .user-wrap2 .info-wrap .info-box:first-of-type .txt2 {
	display: flex;
	align-items: center;
}

.main-container .main-right .user-wrap2 .mypage-wrap {
	padding: 16px;
	margin-bottom: 16px;
	border: 1px solid #E7E6E6;
	border-radius: 12px;
	box-shadow: 0px 2px 8px 0px #F35F4C33;
}

.main-container .main-right .user-wrap2 .mypage-wrap .top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 12px;
	border-bottom: 1px solid #E7E6E6;
	font-size: 16px;
	font-weight: 600;
}

.main-container .main-right .user-wrap2 .mypage-wrap .btm {
	display: flex;
	justify-content: space-between;
	padding-top: 12px;
	font-size: 16px;
	font-weight: 600;
}

.main-container .main-right .user-wrap2 .mypage-wrap .btm .bar {
	font-size: 14px;
	font-weight: 400;
	color: #E7E6E6;
}

.main-container .main-right .user-wrap2 .logout-wrap {
	display: flex;
	justify-content: center;
	gap: 0 12px;
	font-weight: 500;
	color: #606060;
}

.main-container .main-right .user-wrap2 .logout-wrap {
	font-size: 14px;
	font-weight: 400;
	color: #E7E6E6;
}

/* 모바일 메인 탭 메뉴 */
.main-tab-menu-wrap {
	display: none;
	margin-bottom: 10px;
}

.main-tab-menu-wrap ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.2%;
}

.main-tab-menu-wrap ul li {
	margin-bottom: 10px;
	width: 24.1%;
	border: 1px solid #E7E6E6;
	border-radius: 4px;
}

.main-tab-menu-wrap ul li.active {
	border: 1px solid #F35F4C;
	background-color: #FEF2F1;
}

.main-tab-menu-wrap ul li a {
	display: flex;
	align-items: center;
	padding: 14px 6px;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
}

.main-tab-menu-wrap ul li a img {
	margin-left: auto;
	width: 16px;
	height: 16px;
}

/* 배너 */
/* .banner-wrap {margin-bottom: 30px; display: none;} */
.banner-wrap {
	margin-bottom: 20px;
}

.banner-wrap iframe,
.banner-wrap img {
	width: 100% !important;
	cursor: pointer;
}

/* .main-btm-banner {margin-bottom: 50px;} */

/* 맨 위로 버튼 */
.top-button-wrap {
	position: fixed;
	width: 60px;
	bottom: 75px;
	right: calc((100% - 60px) / 2);
	z-index: 99;
}

/* 알림 */
.alarm-wrap {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
}

.alarm-wrap a {
	position: relative;
}

.alarm-wrap a span {
	position: absolute;
	right: 2.5px;
	top: -20px;
	width: 18px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.resp-visible {
	display: none;
}

.resp-visible-5 {
	display: none !important;
}

.resp-visible-flex-5 {
	display: none !important;
}

/* 공용 페이징 */
.page-wrap ul .page-prev a img {
	transform: rotate(180deg);
}

#top_scroll_btn {
	display: none;
}

/* 모달 열릴 때 body에 추가할 클래스 */
.modal-open {
	overflow: hidden;
}

/* 반응형 */
@media all and (min-width: 1280px) {
	.resp-side-wrap {
		display: none !important;
	}

	.resp-visible {
		display: none !important;
	}
}

@media all and (max-width: 1280px) {

	/* 공용 */
	.resp-invisible {
		display: none !important;
	}

	.resp-visible {
		display: block !important;
	}

	/* 250314 - 모바일에서 x축 넘치지 않게 함 */
	body {
		overflow-x: clip;
	}

	/* 헤더 */
	header {
		height: auto;
		position: sticky;
		top: 0;
		z-index: 99;
		background-color: #fff;
	}

	header .logo {
		width: 85px;
	}

	header .intro-btn {
		margin-left: -5px;
	}

	header .intro-btn img {
		width: 28px;
		height: 28px;
	}

	header .intro-btn:hover {
		transform: scale(1.05) rotate(3deg);
	}

	header .head-right {
		display: none;
	}

	header .mo-head-right {
		display: flex;
		align-items: center;
		gap: 3px;
	}

	.mo-head-right .mo-head-preuser {
		display: flex;
		align-items: center;
		margin-right: 30px;
	}

	.mo-head-right .mo-head-preuser a {
		display: flex;
		align-items: center;
		flex-direction: column;
		color: #F35F4C;
		font-weight: bold;
		font-size: 13px;
		position: relative;
	}

	.mo-head-right .mo-head-preuser a .notice-cnt {
		position: absolute;
		right: -7px;
		top: -5px;
		padding: 1px 2px;
		width: 18px;
		border-radius: 8px;
		color: #fff;
		font-size: 12px;
		text-align: center;
		background-color: #F35F4C;
		font-weight: normal;
	}

	.mo-head-right .mo-head-petcoin {
		display: block;
		margin-right: 5px;
	}

	.mo-head-right .mo-head-petcoin a {
		display: flex;
		align-items: center;
		color: #F35F4C;
		font-weight: bold;
		font-size: 16px;
		background-color: #FEF2F1;
		padding: 10px;
		padding-right: 12px;
		height: 35px;
		border-radius: 35px;
	}

	.mo-head-right .mo-head-petcoin a img {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}

	.mo-head-right .mo-head-petcoin a span {
		margin-bottom: 1px;
	}

	header .resp-menu {
		display: block;
	}

	.resp-sticky-menu-wrap {
		display: flex;
		align-items: center;
	}

	/* 모바일 메뉴 */
	.resp-menu-wrap {
		display: block;
	}

	/* 공용 컨테이너 */
	main {
		box-sizing: border-box;
		min-height: calc(100dvh - 100px);
		padding: 0;
		background-color: #F2F4F6;
	}

	.main-container .main-right {
		display: none;
	}

	/* 250314 - 모바일 CSS 전면 수정 */
	.main-container .main-left {
		width: 100%;
		padding: 0;
		display: flex;
		flex-direction: column;
	}

	.main-container .main-left>section,
	.main-container .main-left>article {
		padding: 18px 15px;
		background-color: #fff;
	}

	.main-container .main-left>section h1 {
		font-size: 18px;
		font-weight: normal !important;
	}

	/* 푸터 */
	footer {
		margin: 0;
		margin-bottom: 60px;
		padding-bottom: 50px;
		width: 100%;
		box-sizing: border-box;
		background-color: #F2F4F6;
		color: #555;
	}

	footer .footer-wrap {
		padding-bottom: 20px;
	}

	footer .footer-wrap a {
		color: #555;
	}

	footer .footer-wrap .footer-logo {
		margin-bottom: 15px;
	}

	footer .footer-wrap .footer-logo img {
		filter: invert(0);
		filter: opacity(0.4);
	}

	footer .footer-wrap .resp-menu {
		display: none;
	}

	footer .footer-wrap .resp-menu-mobile {
		display: inline-block;
	}

	footer .footer-wrap .resp-menu-mobile.footer-toggle-btn {
		display: inline-flex;
	}

	footer .footer-detail {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 0.5s ease-out, opacity 0.3s ease-in, padding 0.5s ease-out, margin 0.5s ease-out;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-sizing: border-box;
	}

	footer .footer-detail.active {
		max-height: 500px;
		opacity: 1;
	}

	/* 알람 */
	.alarm-wrap {
		bottom: 75px;
		right: 20px;
	}

	.banner-wrap {
		margin-bottom: 0;
	}

	/* 모바일 메인 탭 메뉴 */
	.main-tab-menu-wrap {
		display: block;
	}

	#cauly_mobile_board_view_btm,
	#cauly_mobile_board_list_btm {
		padding: 0 !important;
	}
}

@media all and (max-width: 910px) {

	/* 푸터 */
	footer {
		padding-bottom: 70px;
	}

	footer .footer-wrap .resp-area1 {
		display: block;
		text-align: center;
	}

	footer .footer-wrap .footer-logo img {
		width: 70px;
	}

	footer .footer-wrap .footer-content .footer-toggle-btn svg {
		width: 12px;
		height: 12px;
	}
}

@media all and (max-width: 570px) {

	/* 공용 */
	.resp-invisible-5 {
		display: none !important;
	}

	.resp-visible-5 {
		display: inline-block !important;
	}

	.resp-visible-flex-5 {
		display: inline-flex !important;
	}

	/* 카테고리 부분 */
	.resp-menu-wrap .resp-menu-slider .slide-list a {
		flex-direction: column;
		padding: 5px 0;
	}

	.resp-menu-wrap .resp-menu-slider .slide-list a img {
		margin-bottom: 3px;
	}

	footer {
		font-size: 12px;
	}

	footer .footer-wrap a {
		font-size: 12px;
	}

	footer .footer-wrap .footer-logo {
		margin-bottom: 10px;
	}

	footer .footer-wrap .footer-area .bar {
		padding: 0 4px;
	}

	footer .footer-detail ul li .footer-detail-title {
		width: 90px;
	}
}