@charset "UTF-8";
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('../font/PretendardVariable.woff2') format('woff2-variations')
}
* {
	font-family: "Pretendard", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji";
	font-weight:unset;
	margin:0;
	box-sizing:border-box;
}
html, body { font-size:16px; color:#494951; margin:0; padding:0; height:100%; }
h1, h2, h3, h4, h5, h6, form, fieldset { font-size:inherit; font-weight:inherit; margin:0; padding:0; border:0; }
article, aside, details, figcaption, figure, hgroup, menu, nav, section { display:block; }
label, input, select, fieldset { vertical-align:middle; border:0; outline:0; background-color:transparent; }
button { background:inherit ; border:none; box-shadow:none; border-radius:0; padding:0; overflow:visible; cursor:pointer; }
ul, ol, li { margin:0; padding:0; list-style:none; }
p { margin:0; }
pre { font-size:1.0em; font-style:normal; }
a, a:link { color:inherit; text-decoration:none; }
a:hover, a:visited, a:focus, a:active { color:inherit; text-decoration:none; }
textarea { -webkit-backface-visibility: hidden; backface-visibility:hidden; background-color:transparent; border: 0; margin:0; word-wrap:break-word; word-break:keep-all; }
address, em { font-style:normal; }
img {	max-width: 100%; vertical-align: top; border:0; }
iframe { overflow:hidden; margin:0; border:0; padding:0; vertical-align:top; }
mark { background-color:transparent; }
i { font-style: normal; }
table { border:0; border-spacing:0; border-collapse:collapse; table-layout:fixed; }
hr.clear { clear:both; }
hr.line_clear { clear:both; border:0; width:100%; height:1px; background-color:rgba(0, 0, 0, 0.1); margin:30px 0; }

/* 공통사용을 위한 지정클래스 */
.text-link { text-decoration:underline !important; }
.inline-block { display:inline-block !important; }
.flex-container { display:flex; display:-ms-flexbox; flex-wrap:wrap; align-items:center; -ms-flex-align:center; gap:0; }
.flex-container.column { flex-direction:column; }
.justify-content-center { justify-content:center; }
.flex-item { display:flex; display:-ms-flexbox; aling-items:center; }
.blind { position:absolute; width: 1px; height: 1px; clip:rect(0 0 0 0); margin:-1px; overflow:hidden; }
.bold { font-weight:600; }
.relative { position:relative; }

/* margin-left */
.ml-auto { margin-left:auto; }
.ml-4 { margin-left:4px; }
.ml-6 { margin-left:6px; }
.ml-8 { margin-left:8px; }
.ml-10 { margin-left:10px; }
.ml-12 { margin-left:12px; }
.ml-14 { margin-left:14px; }
.ml-16 { margin-left:16px; }
.ml-18 { margin-left:18px; }
.ml-20 { margin-left:20px; }
.ml-30 { margin-left:30px; }
/* margin-right */
.mr-auto { margin-right:auto; }
.mr-4 { margin-right:4px; }
.mr-6 { margin-right:6px; }
.mr-8 { margin-right:8px; }
.mr-10 { margin-right:10px; }
.mr-12 { margin-right:12px; }
.mr-14 { margin-right:14px; }
.mr-16 { margin-right:16px; }
.mr-18 { margin-right:18px; }
.mr-20 { margin-right:20px; }
.mr-30 { margin-right:30px; }
/* margin-top */
.mt-auto { margin-top:auto; }
.mt-4 { margin-top:4px; }
.mt-6 { margin-top:6px; }
.mt-8 { margin-top:8px; }
.mt-10 { margin-top:10px; }
.mt-12 { margin-top:12px; }
.mt-14 { margin-top:14px; }
.mt-16 { margin-top:16px; }
.mt-18 { margin-top:18px; }
.mt-20 { margin-top:20px; }
.mt-30 { margin-top:23px; }
/* margin-bottom */
.mb-auto { margin-bottom:auto; }
.mb-4 { margin-bottom:4px; }
.mb-6 { margin-bottom:6px; }
.mb-8 { margin-bottom:8px; }
.mb-10 { margin-bottom:10px; }
.mb-12 { margin-bottom:12px; }
.mb-14 { margin-bottom:14px; }
.mb-16 { margin-bottom:16px; }
.mb-18 { margin-bottom:18px; }
.mb-20{ margin-bottom:20px; }
.mb-30 { margin-bottom:30px; }

.cumobile_wrap {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
}
.cumobile_wrap.gray_bg {
	background-color: #EEF5FB;
}
.cumobile_wrap.home {
	background-image: url('../img/home_bg.png');
	background-size: 360px;
	background-position: 100% 0;
	background-repeat: no-repeat;
	min-height: 100%;
}
.cumobile_wrap.home .header {
	border-bottom: none;
	background: none;
}
.more_menu {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 998;
}
.more_menu.show {
	display: block;
}
.more_menu .menu_inner {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 80px);
	height: 100%;
	background: #fff;
	z-index: 999;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	border-radius: 26px 0 0 26px;
}
.more_menu .menu_inner.active {
	transform: translateX(0);
}
.more_menu .menu_header {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
}
.more_menu .menu_header .btn_menu_close {
	width: 32px;
	height: 32px;
	margin-left: auto;
	margin-right: 14px;
}
.more_menu .user_info {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.more_menu .user_info .user_name {
	font-size: 1.2rem;
	color: #0056A7;
	font-weight: 700;
}
.more_menu .user_info .nim {
	font-size: 0.9rem;
	color: #969696;
	margin-left: 6px;
}
.more_menu .user_info .btn_userModify {
	margin-left: auto;
	border: 1px solid #EBEBEB;
	padding: 8px 14px;
	font-size: 0.9rem;
	text-align: center;
	border-radius: 30px;
}
.more_menu .menu_cont {
	padding: 0 24px;
}
.more_menu .menu_list {
	margin-top: 10px;
}
.more_menu .menu_list li {
	display: flex;
	align-items: center;
	min-height: 56px;
	border-bottom: 1px solid #EBEBEB;
	background-image: url('../img/menu_arrow_right.svg');
	background-size: 28px 28px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.more_menu .menu_list li .btn_menu_list {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	font-size: 1.0rem;
	color: #494951;
	font-weight: 600;
}
.more_menu .version_info {
	color: #B9B9B9;
	margin-top: 30px;
	font-size: 0.9rem;
}


/* header */
.header {
	width:100%;
	max-width:540px;
	height:56px;
	padding: 12px 0;
	border-bottom: 1px solid #E8E8E8;
	background: #fff;
}
.header.fixed {
	position:fixed;
	top:0;
	left:50%;
	transform:translateX(-50%);
	z-index:99;
}
.header .header_inner {
	position:relative;
	width:100%;
}
.header .left_btn {
	position:absolute;
	top:0;
	left: 12px;
	width: 32px;
	height: 32px;
	z-index:10;
}
.header .header_title {
	width: 100%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.0rem;
	font-weight:600;
	padding: 8px 0;
}
.header_title .header_txt {
	width: calc(100% - 80px);
	text-align: center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.header .header_title .logo_img {
	width:auto;
	height:38px;
}
.header .right_btn {
	position:absolute;
	top:0;
	right:12px;
	width: 32px;
	height: 32px;
	z-index:10;
}

/* home_conts */
.home_conts {
	position: relative;
	padding: 24px;
}
.home_conts .welcome {
	margin-top: 80px;
	padding-left: 6px;
}
.home_conts .welcome p {
	color: #0056A7;
	font-size: 1.0rem;
	line-height: 1.5rem;
}
.home_conts .welcome .name {
	font-size: 1.2rem;
	font-weight: 800;
}
.home_conts .home_menu {
	margin-top: 30px;
	display:flex;
	flex-wrap:wrap;
	gap: 18px;
	justify-content:space-between;
	list-style:none;
}
.home_conts .home_menu li {
	min-width:150px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(2px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	padding: 20px;
	flex:0 0 calc(50% - 10px);
	display:block;
	height:80px;
}
@media (max-width: 360px) {
	.home_conts .home_menu li {
		flex:1 100%;
	}
	.home_conts .home_menu li .home_link .link_title br {
		clear:both; display:none;
	}
}
.home_conts .home_menu li .home_link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 10px;
}
.home_conts .home_menu li .home_link .home_icon {
	max-width: 40px;
}
.home_conts .home_menu li .home_link .link_title {
	color: #494951;
	font-weight: 800;
	text-align: left;
	font-size: 0.9rem;
}
.cumobile_wrap.home .footer_logo {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}
.cumobile_wrap.home .footer_logo img {
	max-width: 128px;
	display: block;
}

/* page conts */
.conts {
	padding: 80px 24px 24px 30px;
}