@charset "utf-8";

/* 기본프로그램 사용자모듈 메뉴 - PC */
.all_m_btn {
	padding: 10px;
	background: #323337;
}

.all_m_btn img {
	position: absolute;
	top: 28%;
	left: 15px;
	width: 10%;
	max-width: 40px;
	cursor: pointer;
}

.all_m_btn .mutit {
	text-align: center;
	font-weight: 900;
	font-size: 26px;
	color: #fff;
}

.pro_m_wrap {
	display: none;
	font-family: 'Nanum Gothic', sans-serif;
	transition: all 0.3s linear;
}

.pro_m_wrap .m_menu {
	width: 200px;
}

.pro_m_wrap .bg_black {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}


/* 기본프로그램 사용자모듈 메뉴 - MOBILE */
.pro_m_wrap .subleftmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pro_m_wrap .subleftmenu li {
	border-bottom: 1px solid #515155;
	background: #323337;
}

.pro_m_wrap .subleftmenu a {
	display: block;
	color: #b5b2b2;
	font-size: 14px;
	padding: 11px 5px 11px 15px;
	font-family: 'Noto Sans KR';
}

.sub_title_m {
	font-size: 28px !important;
	font-weight: bold;
	color: #fff !important;
	padding: 12px 5px 12px 15px !important;
}

.pro_m_wrap .subleftmenu a:hover {
	background: #307dd4;
	color: #fff;
}

.sub_title_m:hover {
	background: #323337 !important;
	cursor: default;
}

@media all and (max-width:999px) {
	.pro_m_wrap {
		display: block;
		position: absolute;
		left: -100%;
		top: 0;
		z-index: 999;
	}

	.pro_m_wrap.view {
		left: 0;
	}
}

/* basic */
.inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width:1400px) {
	.inner {
		width: 93.75%;
	}
}

/* 햄버거 메뉴 */
#header .m_btn {
	display: none;
	width: 24px;
	margin: 0 auto;
	text-align: right;
	cursor: pointer;
}

#header .m_btn i {
	display: inline-block;
	width: 100%;
	height: 2px;
	margin: 3px 0;
	background: #000;
	transition: all 0.5s;
}

#header .m_btn i:nth-of-type(2) {
	width: 84%;
}

#header .m_btn.on i:nth-of-type(1) {
	margin: 11px 0 -2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

#header .m_btn.on i:nth-of-type(2) {
	width: 0;
	margin: 0;
}

#header .m_btn.on i:nth-of-type(3) {
	margin: 0 0 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#header .back_btn {
	cursor: pointer;
}


@media all and (max-width:1024px) {
	#header .gnb {
		display: none;
	}

	#header .m_btn {
		display: inline-block;
	}
}

/* 모바일 메뉴 */
.m_menu_bg {
	z-index: 101;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	cursor: pointer;
}

#m_menu {
	z-index: 102;
	position: fixed;
	right: -100%;
	top: 0;
	width: 500px;
	max-width: 80%;
	height: 100%;
	background-color: #fff;
	box-sizing: Border-box;
	transition: all 0.5s;
	overfloW-y: auto;
}

#m_menu.on {
	right: 0;
}

#m_menu .top_box {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}

#m_menu .top_box .close_btn {
	position: absolute;
	right: 20px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
}

#m_menu .top_box .close_btn i {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #333;
}

#m_menu .top_box .close_btn i:first-of-type {
	-webkit-transform: rotate(45deg) translate(9px, 9px);
	-moz-transform: rotate(45deg) translate(9px, 9px);
	-ms-transform: rotate(45deg) translate(9px, 9px);
	-o-transform: rotate(45deg) translate(9px, 9px);
	transform: rotate(45deg) translate(9px, 9px);
}

#m_menu .top_box .close_btn i:last-of-type {
	-webkit-transform: rotate(-45deg) translate(-7px, 8px);
	-moz-transform: rotate(-45deg) translate(-7px, 8px);
	-ms-transform: rotate(-45deg) translate(-7px, 8px);
	-o-transform: rotate(-45deg) translate(-7px, 8px);
	transform: rotate(-45deg) translate(-7px, 8px);
}

#m_menu .login_box {
	padding: 20px 0;
	background-color: #292929;
	text-align: center;
}

#m_menu .login_box a {
	position: relative;
	padding: 0 30px;
	font-size: 20px;
	color: #fff;
	letter-spacing: -0.04em;
}

#m_menu .login_box a:first-of-type:before {
	content: '';
	position: absolute;
	right: -1px;
	top: calc(50% - 7px);
	width: 2px;
	height: 15px;
	background-color: #fff;
}

#m_menu .gnb_box {
	border-top: 1px solid #ddd;
}

#m_menu .gnb_box>ul>li {
	border-bottom: 1px solid #dddddd;
}

#m_menu .gnb_box>ul>li>a {
	position: relative;
	display: block;
	padding: 20px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	letter-spacing: -0.04em;
	box-sizing: border-box;
}

#m_menu .gnb_box .depth02 {
	display: none;
	padding: 10px 0;
	background-color: #000;
}

#m_menu .gnb_box .depth02 li a {
	position: relative;
	display: block;
	padding: 7px 20px;
	font-size: 18px;
	color: #fff;
	letter-spacing: -0.04em;
	box-sizing: border-box;
}


/* header */
#header {
	/* background-color: #1D1D19; */
	height: 60px;
	z-index: 100001;
	position: relative;

	border-bottom: 1px solid #E5E5EC;
	background: #F6F6F6;

}

#header .back_btn img {
	filter: invert(1);
}

#header .mypage_logo {
	filter: unset !important;
}

.header_wrapper {
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	height: 100%;

	position: relative;
	z-index: 9999;
}

.h_select_box select {
	background: unset;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	border: 0;
	outline: 0;
}

.h_select_box select option {
	color: #222;
}

.ham_menu_btn {
	cursor: pointer;
}

.search_btn {
	cursor: pointer;
}

.header_wrapper .back_btn {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 28px;
border: 0.5px solid rgba(255, 255, 255, 0.60);
background: #F6F6F6;
box-shadow: -1px -1px 4px 0 #FFF, 1px 1px 4px 0 rgba(0, 0, 0, 0.10);
}

.h_title_text,
.h_logo_box {
	/* width: calc(100% - 36px); */
	text-align: center;
	/* padding-right: 36px; */
}

/* footer */
#footer {
	height: 73.5px;
	border-top: 1px solid #DEDEDE;
	background: #FFF;
	z-index: 100001;
	/* padding: 10px 20px 16px 20px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


@media all and (max-width:768px) {
	#header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
	}

	#footer {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		padding: 10px 20px 16px 20px;
	}

	.footer_nav {
		width: 100%;
		justify-content: space-between;
	}
}

/* Flutter 앱에서만 적용되는 레이아웃 보정 */
.flutter-app,
html.flutter-app {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	/* overflow-x: hidden 제거 — iOS에서 position:fixed footer 튀는 현상 원인 */
	text-align: center !important;
	box-sizing: border-box !important;
}

html.flutter-app {
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.flutter-app,
html.flutter-app body {
	text-align: center !important;
	margin: 0 auto !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	overflow-x: hidden !important;
	box-sizing: border-box !important;
}

.flutter-app .container,
.flutter-app .wrap,
.flutter-app .wrapper,
.flutter-app .content,
.flutter-app .inner,
html.flutter-app .container,
html.flutter-app .wrap,
html.flutter-app .wrapper,
html.flutter-app .content,
html.flutter-app .inner {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left !important;
	box-sizing: border-box !important;
}

/* Flutter 앱에서 .content의 고정 높이(800px) 해제하고 뷰포트 꽉 채우기 */
.flutter-app .content,
html.flutter-app .content {
	height: auto !important;
	min-height: 100vh !important;
	min-height: 100dvh !important;
	border: unset !important;
}

.flutter-app #wrap,
html.flutter-app #wrap {
	display: block !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	height: auto !important;
	min-height: 100vh !important;
	min-height: 100dvh !important;
	width: 100% !important;
	max-width: 100% !important;
}

.flutter-app .section_wrapper,
html.flutter-app .section_wrapper {
	height: auto !important;
	min-height: calc(100vh - 60px - 73.5px) !important;
	min-height: calc(100dvh - 60px - 73.5px) !important;
	overflow-y: visible !important;
	-webkit-overflow-scrolling: auto !important;
}

body.flutter-app.login .section_wrapper,
html.flutter-app body.login .section_wrapper {
	min-height: 100vh !important;
	min-height: 100dvh !important;
	padding: 0 !important;
}

.flutter-app img,
.flutter-app video,
.flutter-app canvas,
.flutter-app iframe,
html.flutter-app img,
html.flutter-app video,
html.flutter-app canvas,
html.flutter-app iframe {
	max-width: 100% !important;
	height: auto !important;
}

/* 전체 레이아웃 중앙 정렬 */
.flutter-app #wrap,
.flutter-app #container,
.flutter-app .main_wrap,
.flutter-app .main_container,
.flutter-app .page_wrap,
html.flutter-app #wrap,
html.flutter-app #container,
html.flutter-app .main_wrap,
html.flutter-app .main_container,
html.flutter-app .page_wrap {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

/* 모든 주요 컨테이너 중앙 정렬 */
.flutter-app [class*="wrap"],
.flutter-app [class*="container"],
.flutter-app [class*="wrapper"],
html.flutter-app [class*="wrap"],
html.flutter-app [class*="container"],
html.flutter-app [class*="wrapper"] {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Flutter 앱에서만 적용되는 footer 보정 */
.flutter-app #footer,
html.flutter-app #footer {
	width: 100% !important;
	max-width: 100% !important;
	overflow: visible !important;
	box-sizing: border-box !important;
	/* 모바일과 동일한 패딩 유지 */
	padding: 12px 20px !important;
}

.flutter-app .footer_wrapper,
html.flutter-app .footer_wrapper {
	width: 100% !important;
	max-width: 100% !important;
	overflow: visible !important;
}

.flutter-app .footer_nav,
html.flutter-app .footer_nav {
	width: 100% !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: space-between !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.flutter-app .footer_item,
html.flutter-app .footer_item {
	flex: 1 1 0% !important;
	min-width: 0 !important;
	overflow: visible !important;
	box-sizing: border-box !important;
	display: flex !important;
	justify-content: center !important;
}

.flutter-app .footer_link,
html.flutter-app .footer_link {
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Footer 내부 텍스트(span 태그) 보정 */
.flutter-app #footer .footer_label,
html.flutter-app #footer .footer_label {
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	display: block !important;
	font-size: inherit !important;
	line-height: normal !important;
	white-space: nowrap !important;
	overflow: visible !important;
	text-overflow: clip !important;
}

/* Footer 내부 이미지 보정 */
.flutter-app #footer img,
html.flutter-app #footer img {
	display: block !important;
	margin: 0 auto !important;
	max-width: 100% !important;
	height: auto !important;
}

/* Footer 전체 중앙 정렬 보정 */
.flutter-app #footer,
html.flutter-app #footer {
	text-align: center !important;
	/* 패딩은 위에서 설정한 값 유지 (모바일과 동일) */
}

.flutter-app .footer_wrapper,
html.flutter-app .footer_wrapper {
	text-align: center !important;
	margin: 0 auto !important;
	/* 패딩 제거하지 않음 - 모바일과 동일하게 유지 */
}


/* 20251127 추가 */
.h_title_text {
color: #161614;
/* font-family: Pretendard; */
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


/* 20251230 추가 */
.main_header_logo .back_btn.first img {
	display: none;
	user-select: none;
	pointer-events: none;
}

.main_header_logo #header .back_btn.first {
	user-select: none;
	pointer-events: none;
	border: unset;
	background: unset;
	box-shadow: unset;
	cursor: default;
}


/* 20260121 추가 - 새로운 Footer 디자인 */
.footer_nav {
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_item {
	display: inline-flex;
	padding: 0 4px;
}

.footer_link {
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	text-decoration: none;
	min-width: 50px;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	outline: none;
	transform: none !important;
	transition: none !important;
}

.footer_item,
.footer_link,
.footer_link:hover,
.footer_link:focus,
.footer_link:active,
.footer_link:visited {
	transform: none !important;
	transition: none !important;
	-webkit-tap-highlight-color: transparent !important;
	outline: none !important;
	touch-action: manipulation;
}

.footer_item:active,
.footer_link:active .footer_icon,
.footer_link:active .footer_label {
	transform: none !important;
}

.footer_link.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.footer_link.active .footer_icon img {
	filter: brightness(0);
}

.footer_link.active .footer_label {
	color: black;
}

.footer_icon {
	width: 28px;
	height: 28px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer_label {
	text-align: center;
	color: #C7C7C7;
	font-size: 10px;
	font-family: 'The Jamsil OTF', 'TheJamsil4Medium', sans-serif;
	font-weight: 400;
	word-wrap: break-word;
}

@media all and (max-width:768px) {
	.footer_nav {
		width: 100%;
		justify-content: space-between;
	}
	
	.footer_item {
		flex: 1;
		display: flex;
		justify-content: center;
	}
}

/* 모바일 메뉴 */
.mobile_menu_overlay {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 73.5px;
	background: rgba(0, 0, 0, 0.60);
	z-index: 100000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s;
	pointer-events: none;
}

.mobile_menu_overlay.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mobile_menu {
	position: fixed;
	top: 60px;
	left: -50px;
	width: 300px;
	bottom: 73.5px;
	background: white;
	z-index: 100000;
	transform: translateX(-100%);
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	overflow-y: auto;
	box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
	pointer-events: none;
}

.mobile_menu.active {
	transform: translateX(0);
	pointer-events: auto;
	left: 0;
}

.mobile_menu_nav {
	display: flex;
	flex-direction: column;
}

.mobile_menu_item {
	width: 100%;
	padding: 16px;
	overflow: hidden;
	border-bottom: 0.50px #C7C7C7 solid;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}

.mobile_menu_item span {
	color: #161614;
	font-size: 14px;
	font-family: 'The Jamsil OTF', 'TheJamsil4Medium', sans-serif;
	font-weight: 400;
	word-wrap: break-word;
}

.mobile_menu_arrow {
	width: 30px;
	height: 30px;
	border-radius: 26px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mobile_menu_arrow svg {
	width: 4px;
	height: 8px;
}