/* 레이어팝업 */
.scroll-off{overflow:hidden;}
.layer-pop{display: none;position: fixed;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.25);transition: all 0.3s;z-index: 900;}
.layer-pop.on{display: block;}
.lp-inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 20px 15px;width: 90%;max-width: 400px;text-align: center;background-color: #fff;border-radius: 5px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);z-index: 999;}
.lp-inner:has(.lp-mail){max-width: 700px;}
.lp-inner p{/* font-family: 'GmarketSans'; */font-size: 13px;}
.lp-inner p b{font-weight: 700;color: #ebe4b8;}
.lp-inner div.btns{text-align: right;font-size: 0;}
.lp-inner div.btns button{margin-left: 5px;}
.lp-inner div.btns button:first-child{margin-left: 0;}
.lp-inner div.sort{display: flex;padding-bottom: 15px;}
.lp-inner div.sort label:first-child:before{content: "\00B7";margin-right: 3px;color: #d71a21;}
.lp-inner div.sort input, .lp-inner div.sort select{margin-left: 5px;}
.lp-list li{margin-bottom: 10px;display: flex;justify-content: space-between;align-items: center;}
.lp-list label{margin-right: 10px;display: inline-block;width: 50px;font-weight: 500;}
.lp-list input, .lp-list select, .lp-list textarea, 
.lp-list label + div.top, .lp-list div.div_file_wrap{width: calc(100% - 60px);}
.lp-list label + div.top div.div_file_wrap{width: 100%;}
.lp-list div.div_file_wrap input[type="file"]{width: 100%;height: 30px !important;}
.lp-tbl{width: 100%;font-size: 13px;}
.lp-tbl tbody th, .lp-tbl tbody td{padding-top: 10px;}
.lp-tbl tbody tr:first-child th, .lp-tbl tbody tr:first-child td{padding-top: 0;}
.lp-tbl tbody td{text-align: left;}
.lp-tbl caption{line-height: 30px;font-size: 14px;text-align: left;}
.lp-tbl caption:before{content: "\00B7";margin: 0 5px;}
.lp-tbl .pw_inp{width: calc(100% - 50px);}
.lp-tbl .pw_show{display: block;width: 20px;height: 20px;font-size: 0 !important;background: url(../images/icon_eye.png) no-repeat center center;border: 0;}
.lp-tbl .pw_off{display: block;width: 20px;height: 20px;font-size: 0 !important;background: url(../images/icon_eye_off.png) no-repeat center center;border: 0;}
.close-lp{display: inline-block;width: 60px;line-height: 14px;font-size: 10px;color: #fff;background-color: #23bdba;border: 1px solid #fff;}
.close-lp:hover{color: #fff;}
.close-lp.btn-default:hover, .close-lp.btn-secondary:hover{color: inherit;}

.lp-info{padding: 30px 35px 25px;width: 600px;max-width: 100%;max-height: 100%;line-height: 25px;overflow: hidden auto;background: url(../images/bg_lp_info.png) no-repeat center center / cover;}
.lp-info .lp-tit{position: relative;}
.lp-info .lp-tit .lp-ico{position: absolute;top: -5px;left: 0;width: 56px;height: 56px;background: #fff url(../images/ico_lp_info.png) no-repeat 60% center;border-radius: 50%;border: 1px solid #bbb;}
.lp-info .lp-tit p{margin-left: 5%;padding: 10px 0 10px 45px;width: 95%;text-align: left;font-size: 18px;color: #fff;background-color: #1b54a7;border-radius: 20px;}
.lp-info .lp-box {margin-top: 25px;background-color: #fff;border-radius: 20px;border: 1px solid #1b54a7;}
.lp-info .lp-box table{width: 100%;}
.lp-info .lp-box table tr th{font-weight: 500;border-right: 1px solid #bbb;}
.lp-info .lp-box table tr td{padding: 2.5px 10px;text-align: left;}
.lp-info .lp-box table tr th, .lp-info .lp-box table tr td{height: 40px;border-top: 1px solid #bbb;border-right: 1px solid #bbb;}
.lp-info .lp-box table tr:first-child th, .lp-info .lp-box table tr:first-child td{border-top: 0;}
.lp-info .lp-box table tr td:last-child{border-right: 0;}
.lp-info .lp-box table span{padding: 0 10px;}
.lp-info .lp-box table span.hl_r{color: #fff;background-color: #ff0000;}
.lp-info .lp-box table span.hl_y{background-color: #ffe674;}
.lp-info .lp-box table span.arr{padding-right: 20px;color: #1b54a7;background: url(../images/ico_lp_info_arr.png) no-repeat right center;}
.lp-info .lp-box.gray{padding: 30px;border-color: #bbb;box-shadow: 8px 5px #cbcbcb;}
.lp-info .lp-box.gray table{font-size: 15px;border-top: 1px solid #bbb;border-bottom: 1px solid #bbb;}
.lp-info .lp-box.gray table tr th{background-color: #f1f7ff;}
.lp-info .lp-box.gray table tr th, .lp-info .lp-box.gray table tr td{height: 35px;}
.lp-info .lp-box.gray input, .lp-info .lp-box.gray textarea{padding: 0;width: 100%;border: none;}
.lp-info .lp-box.gray input.datepicker{padding: 0 8px;border: 1px solid #d3d3d0;}
.lp-info .lp-box.gray textarea{font-size: 13px;resize: none;}
.lp-info .lp-box.gray label{display: inline-block;}
/* .lp-info .lp-box.gray button{color: #fff;background-color: #0d2f61;border: none;} */

.lp-info2{padding: 10px;width: 450px;max-width: 100%;max-height: 100%;overflow-y: auto;background-color: #c5daf7;}
.lp-info2 .lp-wrap{padding: 15px;background: #c5daf7 url(../images/bg_lp_info2.png) no-repeat center center;border-radius: 15px;}
.lp-info2 .lp-tit{display: flex;justify-content: space-around;width: 125px;height: 30px;background-image: linear-gradient(to right, #fff 25%, #1b54a7 25%);border: 1px solid #1b54a7;border-radius: 10px;}
.lp-info2 .lp-tit i{position: relative;line-height: 24px;font-size: 20px;color: #1b54a7;font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 20;}
.lp-info2 .lp-tit i:before{content: "";position: absolute;right: -16px;width: 0px;height: 0px;border-top: 28px solid #fff;border-left: 0px solid transparent;border-right: 15px solid transparent;}
.lp-info2 .lp-tit p{display: inline-block;height: 28px;line-height: 28px;font-size: 17px;color: #fff;}
.lp-info2 .lp-box{margin-top: 15px;font-size: 0;background-color: #fff;border: 1px solid #cecece;border-radius: 5px;}
.lp-info2 .lp-box span, .lp-info2 .lp-box input, .lp-info2 .lp-box textarea{font-size: 14px;}
.lp-info2 .lp-box textarea{padding: 5px 8px;width: 100%;height: 52px;border: none;border-top-left-radius: 5px;border-top-right-radius: 5px;resize: none;}
.lp-info2 .lp-box .flex{padding: 0 15px;height: 52px;align-items: center}
.lp-info2 .lp-box .flex span{margin-left: 5px;}
.lp-info2 .lp-box .btns{padding: 5px 8px;text-align: right;background-color: #f8f8f8;border-top: 1px solid #cecece;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.lp-info2 .lp-box .btns button{min-height: 20px;}

.lp-ttop{padding: 0;}
.lp-ttop .lp-header{position: relative;line-height: 30px;background-color: #011c50;}
.lp-ttop .lp-header p{font-size: 14px;color: #fff;}
.lp-ttop .lp-header button{position: absolute;top: 0;right: 0;padding: 0;width: 30px;font-size: 18px;color: #fff;background-color: transparent;border: 0;}
.lp-ttop .lp-header button i{font-variation-settings:'FILL' 0,'wght' 600,'GRAD' 200;}
.lp-ttop ul{padding: 10px 50px 0;}
.lp-ttop ul li{margin-bottom: 10px;line-height: 20px;font-size: 13px;border-bottom: 1px solid #242424;}
.lp-ttop .lp-file ul{padding: 10px 50px 0;height: 105px;overflow-y: auto;}
.lp-ttop .lp-day{position: relative;padding: 10px 0;}
.lp-ttop .lp-day .arr{position: absolute;top: 31px;padding: 0;width: 30px;color: #d71a21;border: 0;}
.lp-ttop .lp-day .arr i{font-variation-settings:'FILL' 0,'wght' 500,'GRAD' 200,'opsz' 48;}
.lp-ttop .lp-day .arr.left{left: 10px;}
.lp-ttop .lp-day .arr.right{right: 10px;}
.lp-ttop .lp-mail{padding: 15px;max-height: calc(100vh - 30px);overflow-y: auto;text-align: initial;}
.lp-ttop .lp-mail p.tit{line-height: 30px;font-size: 16px;font-weight: 500;}
.lp-ttop .lp-mail dl{margin-top: 5px;}
.lp-ttop .lp-mail dt, .lp-ttop .lp-mail dd{line-height: 20px;font-size: 13px;}
.lp-ttop .lp-mail dt.file, .lp-ttop .lp-mail dd.file{margin-top: 5px;padding: 5px 0;border-top: 1px solid #d3d3d0;min-height: 32px;}
.lp-ttop .lp-mail dd.file{border-bottom: 1px solid #d3d3d0;}
.lp-ttop .lp-mail dd.file:after{content: "";position: absolute;left: -55px;bottom: -1px;width: 55px;height: 1px;background-color: #d3d3d0;}
.lp-ttop .lp-mail dt{float: left;width: 55px;;font-weight: 500;}
.lp-ttop .lp-mail dd{position: relative;margin-left: 55px;min-height: 20px;}
.lp-ttop .lp-mail dd:before{content: ":";position: absolute;left: -7px;}
.lp-ttop .lp-mail .con{margin: 10px 0 5px;}
.lp-ttop .lp-mail .con p{font-size: initial;}
.lp-ttop .lp-upload{padding: 20px 15px;}
.lp-ttop .lp-upload table{width: 100%;}
.lp-ttop .lp-upload th, .lp-ttop .lp-upload td{padding: 0 10px;text-align: left;}
.lp-ttop .lp-upload input{width: 100%;}
.lp-ttop .lp-upload p{text-align: left;}
.lp-ttop .lp-share{}

/* input */
label{font-size: 13px;}
input[type="text"], input[type="password"], select, input[type="file"]{width: 150px;height: 30px;background-color: #fff;border: 1px solid #d3d3d0;}
input[type="text"], input[type="password"], button[type="button"]{padding: 0 8px;font-size: 13px;}
select{padding: 0 8px 0 3px;font-size: 13px;}
input[type="file"]{padding-top: 1px;font-size: 13px;}
button[type="button"]{padding: 0 10px;min-height: 30px;color: #888;border: 1px solid #d3d3d0;border-radius: 2px;}
button[type="button"] i{font-size: 1.2em;color: inherit;vertical-align: middle;}
button.btn-default {color: #333;background-color: #fff;padding: 0 8px;}
button.btn-primary{color: #fff;background-color: #004a98;border: none;}
button.btn-danger{color: #fff;background-color: #e35327;border: none;}
button.btn-secondary{color: #666;background-color: #efefef;border: none;}
button.btn-info{color: #fff;background-color: #009c82;border: none;}
button.btn-gray{color: #fff;background-color: #656565;border: none;}
textarea{padding: 5px 8px;height: 60px;font-size: 13px;border: 1px solid #d3d3d0;}
textarea.rs_n{resize: none;}
ul.btns{margin-left: auto;}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Inter, Pretendard, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	background: #ffffff;
	color: #111111;
}

a {
	text-decoration: none;
	color: inherit;
}

.hero {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	background: #ffffff;
}

.bg-blur {
	position: absolute;
	border-radius: 999px;
	filter: blur(80px);
	pointer-events: none;
}

.bg-1 {
	width: 520px;
	height: 520px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.05);
}

.bg-2 {
	width: 288px;
	height: 288px;
	right: -80px;
	top: 96px;
	background: rgba(229, 229, 229, 0.6);
}

.bg-3 {
	width: 288px;
	height: 288px;
	left: -60px;
	bottom: 0;
	background: rgba(245, 245, 245, 0.9);
}

.top-line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.12), transparent);
}

.container {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	min-height: 100vh;
	padding: 32px 24px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: flex;
	align-items: center;
	gap: 12px;
}

.logo-mark {
	width: 44px;
	height: 44px;
	border-radius: 18px;
	background: #111111;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.3em;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.logo-text strong {
	display: block;
	font-size: 14px;
	letter-spacing: 0.24em;
}

.logo-text span {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	color: #737373;
}

.nav {
	display: flex;
	gap: 32px;
	font-size: 14px;
	color: #525252;
}

.nav a:hover {
	color: #111111;
}

.main-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 64px;
	align-items: start;
	min-height: calc(100vh - 96px);
	padding: 40px 0;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
	backdrop-filter: blur(10px);
	font-size: 14px;
	font-weight: 500;
	color: #525252;
}

h1 {
	margin: 24px 0 0;
	font-size: 72px;
	line-height: 1.05;
	letter-spacing: -0.04em;
	font-weight: 700;
}

h1 span {
	color: #737373;
}

.desc {
	max-width: 720px;
	margin-top: 32px;
	font-size: 18px;
	line-height: 1.9;
	color: #525252;
}

.cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 48px;
}

.card {
	padding: 20px;
	border-radius: 28px;
	border: 1px solid;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.card h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.28em;
}

.card p {
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.8;
	color: #404040;
}

.card-evaluate {
	border-color: #dbeafe;
	background: linear-gradient(135deg, #f0f9ff, #ffffff);
	box-shadow: 0 8px 24px rgba(186, 230, 253, 0.45);
}

.card-evaluate h3 {
	color: #0ea5e9;
}

.card-value {
	border-color: #ede9fe;
	background: linear-gradient(135deg, #f5f3ff, #ffffff);
	box-shadow: 0 8px 24px rgba(221, 214, 254, 0.45);
}

.card-value h3 {
	color: #8b5cf6;
}

.card-advance {
	border-color: #d1fae5;
	background: linear-gradient(135deg, #ecfdf5, #ffffff);
	box-shadow: 0 8px 24px rgba(167, 243, 208, 0.45);
}

.card-advance h3 {
	color: #10b981;
}

.side-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 20px;
}

.insight-panel {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border-radius: 32px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #111111;
	color: #ffffff;
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.insight-panel::before,
.insight-panel::after {
	content: '';
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	filter: blur(40px);
}

.insight-panel::before {
	top: -48px;
	right: -48px;
}

.insight-panel::after {
	bottom: -48px;
	left: -40px;
}

.insight-content {
	position: relative;
}

.insight-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	color: rgba(255, 255, 255, 0.45);
}

.insight-title {
	margin: 12px 0 0;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
}

.chart-card {
	margin-top: 32px;
	padding: 20px;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
}

.chart-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.chart-header p {
	margin: 0;
}

.small-label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
}

.big-value {
	margin-top: 8px;
	font-size: 44px;
	font-weight: 700;
}

.mid-value {
	margin-top: 8px;
	font-size: 22px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.82);
}

.bars {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	height: 176px;
	margin-top: 24px;
}

.bar-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.bar {
	width: 100%;
	border-radius: 20px 20px 0 0;
	transform-origin: bottom;
	animation: riseUp 0.8s ease-out forwards;
	opacity: 0.4;
	transform: scaleY(0);
}

.bar-1 { height: 80px; background: rgba(255,255,255,0.2); animation-delay: 0.1s; }
.bar-2 { height: 112px; background: rgba(255,255,255,0.35); animation-delay: 0.2s; }
.bar-3 { height: 144px; background: rgba(255,255,255,0.55); animation-delay: 0.3s; }
.bar-4 { height: 96px; background: rgba(255,255,255,0.3); animation-delay: 0.4s; }

.bar-month {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
}

@keyframes riseUp {
	0% {
		opacity: 0.4;
		transform: scaleY(0);
	}
	100% {
		opacity: 1;
		transform: scaleY(1);
	}
}

.stat-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.stat-box {
	padding: 16px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
}

.stat-box strong {
	display: block;
	margin-top: 8px;
	font-size: 22px;
}

.login-panel {
	padding: 24px;
	border-radius: 32px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(14px);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.06);
}

.login-head {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 24px;
}

.login-mark {
	width: 40px;
	height: 40px;
	border-radius: 16px;
	background: #111111;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.28em;
}

.login-head strong {
	display: block;
	font-size: 14px;
}

.login-head span {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	color: #737373;
}

.field {
	margin-bottom: 16px;
}

.field label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #404040;
}

.field input {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 18px;
	background: #ffffff;
	font-size: 14px;
	color: #111111;
	outline: none;
}

.field input:focus {
	border-color: #111111;
}

.row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8px 0 16px;
	font-size: 14px;
}

.remember {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #737373;
}

.forgot {
	color: #111111;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.btn {
	width: 100%;
	height: 48px;
	border: 0;
	border-radius: 18px;
	background: #111111;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
	transition: transform 0.2s ease;
}

.btn:hover {
	transform: translateY(-2px);
}

.message-box {
	margin-top: 24px;
	padding: 16px;
	border-radius: 24px;
	background: #fafafa;
}

.message-box .small-label {
	color: #a3a3a3;
}

.message-box p:last-child {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
}

@media (max-width: 1100px) {
	.main-grid,
	.side-grid,
	.cards {
		grid-template-columns: 1fr;
	}

	h1 {
		font-size: 56px;
	}
}

@media (max-width: 768px) {
	.nav {
		display: none;
	}

	.container {
		padding: 24px 20px;
	}

	h1 {
		font-size: 42px;
	}

	.desc {
		font-size: 16px;
	}

	.eyebrow {
		font-size: 13px;
		line-height: 1.6;
	}
}