@charset "euc-kr";

/* 공통 */
html,body { font-family: 'Pretendard Variable', sans-serif; font-size: 0.5vw; }
textarea { font-family: "Pretendard Variable",sans-serif; resize: none; box-sizing: border-box; outline: none; }
table { overflow: hidden; }
table th { font-size: 15px; height: 40px; vertical-align: middle; text-align: center; font-weight: 600; color: var(--blue4); border-bottom: 1px solid var(--w2); }
table td { font-size: 14px; height: 30px; vertical-align: middle; text-align: center; position: relative; border: 1px solid var(--border3); }
button { font-family: 'Pretendard Variable', sans-serif; border: none; box-sizing: border-box; cursor: pointer; }
img { display: block; }
input { width: 100%; color: var(--text); border: 1px solid var(--border2); box-sizing: border-box; border-radius: 4px; }
input[type='checkbox'] { width: auto; }
input::placeholder { color: var(--blue2); }
select { -webkit-appearance: none; cursor: pointer; -moz-appearance: none; appearance: none; filter: alpha(opacity=0); background: var(--select); padding: 0 20px 0 10px; outline: none; font-family: 'Pretendard Variable', sans-serif; }
select::-ms-expand { display:none; }
.none { display: none; }

/* 스크롤 숨기기 */
::-webkit-scrollbar { width: 5px; height: 6px; }
::-webkit-scrollbar-track { background-color: rgba(0,0,0,0.1); }
::-webkit-scrollbar-thumb { background-color: rgb(181 184 185); border-radius: 5px; }

:root {
   --select: url(../images/icons/down_icon.png) no-repeat right center;
   --shadow: 0 0 4px rgba(0,0,0,0.05), 0 4px 12px rgba(0,0,0,0.05);
   --bg: #f5f5f8;
   --bg2: #f2f5f9;
   --text: #283445;
   --red: #f34242;
   --green: #67ad2a;
   --yellow: #ffc000;
   --orange: #ff7a1a;
   --black: #1a1a1a;
   --blue: #3182f7;
   --blue2: #96a5b8;
   --blue3: #718299;
   --blue4: #475067;
   --blue5: #eff5ff;
   --blue6: #125d9d;
   --darkblue: #1e2231;
   --w: #fff;
   --w1: #e5e8eb;
   --w2: #f3f3f3;
   --darkgray: #828a8e;
   --gray: #1a1a1a70;
   --gray2: #ddd;
   --gray3: #ccc;
   --bg: #f2f4f6;
   --border: #e9eaeb;
   --border2: #d2dae5;
   --border3: #e9ecef;
   --text-gr: #8b95a1;
   --g0: #fff;
   --g1: #f59645;
   --g2: #f58545;
   --g3: #f57b41;
   --g4: #f36c39;
   --g5: #f25f34;
   --g6: #f15230;
   --g7: #f1492e;
   --g8: #ef3728;
   --g9: #ee2e26;
   --g10: #ed1d25;
}

@media screen and (max-width: 1600px) {
   html,body { font-size: 0.6vw; }
   .content-wrap .content-text { text-align: center; }
}

@media screen and (max-width: 1240px) {
   html,body { font-size: 0.7vw; }
   .content-wrap .content-text { text-align: center; }
   .round { align-items: center; }
}

@media screen and (max-width: 840px) {
   html,body { font-size: 1vw; }
   .content-wrap { justify-content: center !important; }
}

@media screen and (max-width: 640px) {
   html,body { font-size: 1.5vw; }
   .content-wrap .phone-img img { width: 100% !important; }
}

@media screen and (max-height: 600px) {
   .visual { height: 70rem !important; padding-top: 10rem; }
}

.container { width: 100%; background-color: var(--w); }
.section { padding: 6rem 0; }
.section.bg { background-color: var(--bg2); }
.section-title { text-align: center; }
.section-title h1 { font-size: 5rem; color: var(--text); font-weight: 700; padding-bottom: 4rem; margin-top: 6rem; }
.column { width: 100%; display: flex; flex-direction: column; line-height: 1.4; }
.wrap { width: 100%; max-width: 1400px; height: 100%; display: flex; align-items: center; margin: 0 auto; padding: 0 3rem; }

/* 헤더 */
.header { width: 100%; height: 9rem; display: flex; align-items: center; justify-content: space-between; position: absolute; top:0; left: 0; }
.header .header-wrap { display: flex; justify-content: space-between; width: 100%; max-width: 1400px; padding: 0 3rem; margin: 0 auto; }
.header .header-wrap .logo a { display: flex; align-items: center; gap: 4px; }
.header .header-wrap .logo a span { font-size: 2.6rem; font-weight: 500;}
.header .header-wrap .logo a img { width: 4rem; }
.header .header-wrap .login { display: flex; gap: 1rem; position: relative; }
.header .header-wrap .login > a { font-size: 1.4rem; font-weight: 600; background-color: var(--black); color: var(--w); border-radius: 5px; padding: 1.2rem 2.5rem; border: 1px solid var(--w1); }
.header .header-wrap .login > a:first-child { background-color: var(--w); color: var(--black); }
.header .header-wrap .login .login-info { display: flex; align-items: center; gap: 5px; cursor: pointer; border-radius: 5px; padding: 5px 10px; }
.header .header-wrap .login .login-info span { font-size: 14px; color: var(--blue3); }
.header .header-wrap .login .login-info::after { display: block; width: 0; height: 0; border: 5px solid transparent; border-top: 6px solid var(--border2); content: ''; margin-top: 5px; }
.header .header-wrap .login .login-info-box { min-width: 200px; position: absolute; border-radius: 5px; background-color: var(--w); box-shadow: 0 0 2px rgba(0,0,0,.08), 4px 8px 16px rgba(0,0,0,.09); box-sizing: border-box; top: 40px; right: 0; transform: scale(0); transition: 0.2s; opacity: 0; }
.header .header-wrap .login .login-info-box.on { opacity: 1; transform: scale(1); }
.header .header-wrap .login .login-info-box .log-out a { padding: 15px 20px; font-size: 13px; text-align: center; border-top: 1px solid var(--border); }
.header .header-wrap .login .login-info-box .user-name { display: flex; flex-direction: column; align-items: center; padding: 15px 20px; text-align: center; }
.header .header-wrap .login .login-info-box .user-name .user { font-size: 14px; margin-top: 10px; }
.header .header-wrap .login .login-info-box .user-name .user span { font-size: 16px; font-weight: 500; }
.header .header-wrap .login .login-info-box .user-name .user-email { display: block; font-size: 13px; color: var(--darkgray); margin-top: 5px; }


/* 메인 */
.visual { width: 100%; height: 100vh; background: url(../images/bg.png) no-repeat center center; background-size: cover; color: var(--text); }
.visual-inner { display: flex; flex-direction: column; height: 100%; align-items: center; justify-content: center; padding-bottom: 5rem; }
.visual-inner h1 { font-size: 2rem; font-weight: 500; }
.visual-inner h2 { font-size: 9rem; font-weight: 700; line-height: 1.35; }
.visual-inner span { font-size: 1.8rem; line-height: 1.4; }
.visual-inner i { display: flex; gap: 2rem; margin: 2rem 0 3rem 0; }
.visual-inner i .download { width: 25rem; display: flex; align-items: center; justify-content: center; background-color: var(--w); box-shadow: var(--shadow); border-radius: 2.5rem; }
.visual-inner i .download .qr img { width: 16rem; }
.visual-inner i .download a { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 3rem 0; }
.visual-inner i .download a span { display: flex; font-size: 1.8rem; color: var(--text); gap: 5px; font-weight: 600; margin-top: 0.5rem; }
.visual-inner i .download a span img { width: 2.4rem; }
.visual-inner i .download:hover { opacity: 0.5; }
.visual .flow-banner { overflow: hidden; display: flex; width: 100%; position: absolute; left: 0; bottom: 0; }
.visual .flow-banner .list { display: flex; }
.visual .flow-banner .list h1 { font-size: 10rem; font-weight: 700; padding: 5rem 2rem; opacity: 0.1; }
@keyframes flowRolling { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }

.round-wrap { width: 100%; display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 2rem; padding-bottom: 4rem; z-index: 1; }
.round-wrap .round { flex:1; background-color: rgba(248,250,252,.2); box-shadow: var(--shadow); border-radius: 2.5rem; color: var(--text); display: flex; border: 1px solid var(--border); padding: 5rem 5rem 0 5rem; }
.round-wrap .round p { width: fit-content; font-size: 12px; background-color: var(--black); color: var(--w); border-radius: 4px; padding: 10px 15px; }
.round-wrap .round h1 { font-size: 4rem; font-weight: 700; line-height: 1.4; padding: 2rem 0; }
.round-wrap .round .img_con img { width: 35rem; }
.round-wrap .round span { font-size: 1.8rem; }
.round-wrap .round.column .img_con { margin-top: 5rem; }

.console-img { position: relative; height: 70rem; flex-wrap: nowrap; justify-content: center; }
.console-img .round { width: 100%; padding: 0; top: -6rem; position: absolute; height: 70rem; transform: scale(0.8); background-color: var(--w); }
.console-img .round:nth-child(2) { top: -2rem; transform: scale(0.85); }
.console-img .round:nth-child(3) { top: 2rem; transform: scale(0.9); }
.console-img .round .img_con { width: 100%; height: 100%; background: url('../images/main/console_img.jpg') no-repeat; background-size: cover; }

.content-wrap { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6rem; }
.content-wrap .phone-img img { width: 65rem; }
.content-wrap .content-text { color: var(--text); }
.content-wrap .content-text p { color: var(--blue); font-size: 2rem; margin-bottom: 1.6rem; font-weight: 500; }
.content-wrap .content-text h1 { font-size: 4.2rem; font-weight: 700; line-height: 1.4; }
.content-wrap .content-text h1 b { font-weight: 400; }
.content-wrap .content-text span { display: block; font-size: 2rem; margin-top: 4rem; line-height: 1.6; }
.content-wrap .content-text a { display: inline-block; background-color: var(--blue); color: var(--w); font-size: 1.8rem; padding: 2rem 6rem; border-radius: 5rem; margin-top: 2rem; }
.content-wrap .text-img img { width: 65rem; }

.text-wrap { display: flex; flex-direction: column; align-items: center; width: 100%; border-radius: 2.5rem; background-color: var(--darkblue); text-align: center; padding: 6rem 0; color: var(--w); }
.text-wrap.bg { background-color: var(--bg2); color: var(--text); }
.text-wrap p { border-radius: 5rem; background-color: var(--blue); color: var(--w); padding: 0.6rem 2rem; font-size: 1.8rem; margin-bottom: 2rem; }
.text-wrap span { font-size: 2.3rem; line-height: 3.6rem; }
.text-wrap span b { color: var(--blue); font-weight: 500; }
.text-wrap i { display: flex; justify-content: center; margin-top: 2rem; gap: 2rem; padding-bottom: 4rem; }
.text-wrap i a { width: 24rem; font-size: 1.8rem; color: var(--w); display: flex; justify-content: center; align-items: center; gap: 1rem; background-color: rgba(248,250,252,.2); box-shadow: var(--shadow); border-radius: 1rem; padding: 1.5rem 0; }
.text-wrap i a img { width: 3.2rem; }
.text-wrap i a:hover { opacity: 0.5; }

.content-end { display: flex; flex-direction: column; align-items: center; }
.content-end .pain-list { width: 75%; display: flex; justify-content: center; flex-wrap: wrap; gap: 2rem; position: relative; }
.content-end .pain-list span { width: 100%; height: 100%; background: linear-gradient(0deg, #ffffff 5%, transparent); position: absolute; top: 0; }
.content-end .pain-list li { color: var(--blue); font-size: 3.8rem; font-weight: 700; }
.content-end .pain-list li:nth-child(2n+1) { opacity: 0.2; font-weight: 500; }
.content-end .pain-list li:nth-child(17) { opacity: 1; font-weight: 500; }
.content-end .pain-list li:nth-child(19) { opacity: 1; font-weight: 500; }
.content-end p { width: 1px; height: 8rem; background-color: var(--black); margin-top: 4rem; opacity: 0.1; margin-bottom: 4rem; }

/* 로그인 */
.member-wrap { width: 100%; min-height: 100vh; max-width: 440px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto; padding: 4rem; }
.member-wrap .logo { margin-bottom: 3rem; padding-right: 15px; }
.member-wrap .logo a { display: flex; align-items: center; gap: 5px; }
.member-wrap .logo a img { width: 44px; }
.member-wrap .logo a span { font-size: 34px; font-weight: 500; color: var(--text); }
.member-wrap .input-box { display: flex; flex-direction: column; gap: 1rem; width: 100%; margin-bottom: 1rem; }
.member-wrap .input-box p { font-size: 14px; color: var(--blue); text-align: center; }
.member-wrap .input-box input { height: 48px; font-size: 14px; line-height: 20px; padding: 0 10px; }
.member-wrap .input-box input.result { display: none; }
.member-wrap .input-box a { width: 100%; line-height: 50px; background-color: var(--blue); border-radius: 4px; text-align: center; font-size: 15px; font-weight: 500; color: var(--w); margin-bottom: 1rem; }
.member-wrap i { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; font-size: 14px; color: var(--text-gr); letter-spacing: -0.04em; margin-bottom: 3rem; }
.member-wrap i span { display: flex; gap: 3px; }
.member-wrap i span a { color: var(--blue); }
.member-wrap .download { width: 100%; background-color: var(--w); box-shadow: var(--shadow); border-radius: 4px; margin-bottom: 1rem; }
.member-wrap .download a { width: 100%; display: flex; align-items: center; justify-content: center; font-size: 15px; color: var(--text); gap: 5px; font-weight: 600; padding: 15px 0; }
.member-wrap .download a img { width: 22px; }
.member-wrap .footer { border: none; }

.member-wrap ul { width: 100%; display: flex; margin-bottom: 20px; }
.member-wrap ul li { width: 50%; text-align: center; position: relative; }
.member-wrap ul li span { display: block; width: 100%; line-height: 50px; font-size: 15px; cursor: pointer; background-color: var(--w1); color: var(--text-gr); }
.member-wrap ul li:first-child span { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.member-wrap ul li:last-child span { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.member-wrap .find-member-type li.this span { background-color: var(--blue3); color: var(--w); }
.member-wrap .find-member-wrap { width: 100%; display: none; }
.member-wrap .find-member-wrap.on { display: block; }
.member-wrap .agree-box { width: 100%; color: var(--text); letter-spacing: -0.04rem; margin-top: 10px; }
.member-wrap .agree-box h1 { font-size: 14px; font-weight: 500; }
.member-wrap .agree-box ul { width: 100%; margin-top: 5px; display: flex; flex-direction: column; }
.member-wrap .agree-box ul li { width: 100%; display: flex; font-size: 14px; align-items: center; gap: 8px; padding: 5px 0; }
.member-wrap .agree-box ul li:first-child { border-bottom: 1px solid var(--border); padding: 10px 0; margin-bottom: 5px; }
.member-wrap .agree-box ul li input { margin: 0; width: 16px; height: 16px; }
.member-wrap .agree-box ul li b { color: var(--blue); }

/* 푸터 */
.footer { border-top: 1px solid var(--border); padding: 4rem 0; display: flex; align-items: center; flex-direction: column; }
.footer .ft-inner { display: flex; gap: 2rem; font-size: 1.6rem; font-weight: 500; color: var(--text-gr); }
.footer .ft-info { margin-top: 2rem; text-align: center; margin-top: 3rem; }
.footer .ft-info span { display: block; font-size: 1.4rem; line-height: 2; color: var(--gray); }
.footer .ft-info p { display: block; font-size: 1.6rem; font-weight: 600; margin-top: 2rem; color: var(--text-gr); }

/* 관리자 */
.console-wrap { width: 100%; min-width: 900px;  max-width: 1240px; margin: 0 auto; padding: 100px 30px 60px 30px; }
.console-wrap .header .header-wrap { min-width: 900px; max-width: 1240px; }
.console-wrap .header .header-wrap .logo img { width: 37px; }
.console-wrap .header .header-wrap .logo span { font-size: 24px; }
.console-wrap .header .header-wrap .login a { font-size: 13px; padding: 11px 23px; }
.console-wrap .console-menu { display: flex; gap: 20px; }
.console-wrap .console-menu a { font-size: 34px; font-weight: 700; color: var(--text); color: var(--gray2); }
.console-wrap .console-menu a:hover { color: var(--gray3); }
.console-wrap .console-menu a.this { color: var(--text) !important; }
.console-wrap .tab-menu { display: flex; gap: 20px; margin-top: 60px; }
.console-wrap .tab-menu a { font-size: 20px; font-weight: 700; color: var(--text); color: var(--gray2); padding-bottom: 10px; }
.console-wrap .tab-menu a:hover{ color: var(--gray3); }
.console-wrap .tab-menu a.this { color: var(--blue) !important; border-bottom: 3px solid var(--blue); }
.console-wrap .search-wrap { display: flex; justify-content: space-between; border-bottom: 1px solid var(--border2); padding-bottom: 10px; margin-top: 20px; margin-bottom: 30px; }
.console-wrap .search-wrap i { display: flex; gap: 10px; }
.console-wrap .search-wrap i a { background: none; line-height: 38px; padding: 0 10px; font-size: 14px; color: var(--blue); border: 1px solid var(--blue); border-radius: 4px; box-sizing: border-box; }
.console-wrap .search-wrap i a:hover { background-color: var(--blue5); }
.console-wrap .search-wrap .label { display: inline-flex; gap: 7px; justify-content: space-between; align-items: center; height: 40px; padding: 0 10px; font-size: 14px; color: var(--blue4); border: 1px solid var(--blue4); border-radius: 4px; box-sizing: border-box; cursor: pointer; }
.console-wrap .search-wrap .label.pain-label { min-width: 115px; }
.console-wrap .search-wrap .label::after { display: block; width: 0; height: 0; border: 5px solid transparent; border-top: 6px solid var(--blue4); content: ''; margin-top: 5px; }
.console-wrap .search-wrap .label:hover { background-color: var(--blue5); }
.console-wrap .search-wrap .date-wrap { display: flex; align-items: center; gap: 10px; height: 40px; padding: 0 10px; font-size: 14px; border: 1px solid var(--blue4); border-radius: 4px; box-sizing: border-box; }
.console-wrap .search-wrap .date-box { display: none; gap: 5px; }
.console-wrap .search-wrap .date-box.on { display: flex; }
.console-wrap .search-wrap .day-box { display: none; gap: 5px; align-items: center; font-size: 14px; }
.console-wrap .search-wrap .day-box input { width: 130px; height: 40px; padding: 0 10px; text-align: center; font-size: 14px; color: var(--blue4); border: 1px solid var(--blue4); border-radius: 4px; box-sizing: border-box; cursor: pointer; }
.console-wrap .search-wrap .day-box.on { display: flex; }

.check-box { width: fit-content; display: flex; align-items: center; gap: 10px; font-size: 14px; background: none; color: var(--blue4); padding: 5px; border-radius: 4px; position: relative; }
.check-box input { display: none; }
.check-box::before { display: block; width: 8px; height: 5px; border-bottom: 2px solid var(--blue4); border-left: 2px solid var(--blue4); border-radius: 1px; transform: rotate(-45deg); content: ''; margin-bottom: 3px; z-index: 1; }
.check-box::after { display: block; width: 20px; height: 20px; border-radius: 3px; content: ''; position: absolute; left: 0; }
.check-box.this::before { border-bottom: 2px solid var(--w); border-left: 2px solid var(--w); }
.check-box.this::after { background-color: var(--blue) !important; }
.check-box:hover::after { background-color: var(--blue5); }

.search-popup { position: absolute; box-shadow: rgba(0,0,0,0.25) 0px 4px 7px; min-width: 165px; background-color: var(--w); border-radius: 4px; opacity: 0; visibility: hidden; transition: 0.1s; z-index: 8; }
.search-popup.on { visibility: visible; opacity: 1; transform: translateY(5px); }
.search-popup h2 { font-size: 13px; font-weight: 500; }
.search-popup-wrap { display: flex; }
.search-popup-box { width: 100%; padding: 15px; }
.search-popup-box.border { border-left: 1px solid var(--border); }
.search-popup-box h2 { display: block; margin-bottom: 10px; }
.search-popup-bottom { padding: 10px 15px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 5px; }
.search-popup-bottom i { display: none; }
.search-popup-bottom i input { width: 110px; text-align: center; height: 30px; border-radius: 4px; border: 1px solid var(--border); box-sizing: border-box; }
.search-popup-bottom i select { height: 30px; border-radius: 4px; box-sizing: border-box; border: 1px solid var(--border); }
.search-popup-bottom .search-popup-btn { display: flex; justify-content: right; flex: 1; }
.search-popup-bottom .search-popup-btn button { background-color: var(--blue); color: var(--w); padding: 8px 10px; border-radius: 4px; font-size: 12px; }
.search-popup-scroll { display: flex; flex-direction: column; gap: 5px; max-height: 115px; overflow-y: scroll; }
.pain-popup { width: max-content; min-width: 200px; }

/* 자료 */
.table-wrap { display: flex; flex-direction: column; margin-top: 10px; background-color: var(--w); }
.table-wrap .table-box { display: flex; gap: 10px; }
.table-wrap td:first-child { border-left: none; }
.table-wrap td:last-child { border-right: none; }
.table-wrap .table-box table { background-color: rgba(248,250,252,.2); box-shadow: var(--shadow); border-radius: 10px; }
.table-wrap .table-box table tr:nth-child(3n+1) { border-top: 1px solid var(--border); }
.table-wrap .table-box table tr:first-child { border-top: none; }
.table-wrap .table-box table td .average { display: flex; width: calc(100% - 10px); height: 10px; margin: 0 5px; overflow: hidden; position: relative; }
.table-wrap .table-box table td .average span { width: 10%; }
.table-wrap .table-box table td .average span:nth-child(1) { background-color: var(--g1); }
.table-wrap .table-box table td .average span:nth-child(2) { background-color: var(--g2); }
.table-wrap .table-box table td .average span:nth-child(3) { background-color: var(--g3); }
.table-wrap .table-box table td .average span:nth-child(4) { background-color: var(--g4); }
.table-wrap .table-box table td .average span:nth-child(5) { background-color: var(--g5); }
.table-wrap .table-box table td .average span:nth-child(6) { background-color: var(--g6); }
.table-wrap .table-box table td .average span:nth-child(7) { background-color: var(--g7); }
.table-wrap .table-box table td .average span:nth-child(8) { background-color: var(--g8); }
.table-wrap .table-box table td .average span:nth-child(9) { background-color: var(--g9); }
.table-wrap .table-box table td .average span:nth-child(10) { background-color: var(--g10); }
.table-wrap .table-box table td .average::before { position: absolute; left:0; top:0; height: 8px; content: ''; border-radius: 5px; }
.table-wrap .table-box table td .average.a12::before { width: 12%; background-color: var(--g1); }
.table-wrap .table-box table td .average.a28::before { width: 28%; background-color: var(--g2); }
.table-wrap .table-box table td .average.a37::before { width: 37%; background: var(--g3); }
.table-wrap .table-box table td .average.a52::before { width: 52%; background: var(--g5); }
.table-wrap .table-box table td .average.a82::before { width: 82%; background-color: var(--g8); }
.table-wrap .table-box table td .average.a64::before { width: 64%; background-color: var(--g6); }
.table-wrap .table-box table td .average.a94::before { width: 94%; background-color: var(--g9); }
.table-wrap .table-box table td .memo { position: absolute; border: 7px solid transparent; border-bottom-color: var(--blue); top:-7px; right: -7px; transform: rotate(45deg); }
.table-wrap .table-box table td .memo-box { position: absolute; width: max-content; top: -35px; padding: 10px; left: 100%; border-radius: 5px; background-color: var(--black); opacity: 0; visibility: hidden; transition: 0.2s; z-index: 9; }
.table-wrap .table-box table td .memo-box span { font-size: 13px; color: var(--w); letter-spacing: 0.02em; }
.table-wrap .table-box table td:hover .memo-box { visibility: visible; opacity: 1; }

.form-box { display: flex; gap: 10px; margin-top: 10px; justify-content: space-between; }
.data-info { width: 386px; display: flex; flex-direction: column; gap: 10px; }
.data-info h1 { font-size: 14px; }
.data-info table { margin-top: 10px; background-color: rgba(248,250,252,.2); box-shadow: var(--shadow); border-radius: 10px; }
.data-info table td {border-top: none; }
.data-info table td:last-child { border-right: none; }

.data-chart { width: 783px; background-color: rgba(248,250,252,.2); box-shadow: var(--shadow); border-radius: 10px; position: relative; }
.data-chart h1 { font-size: 13px; font-weight: 600; position: absolute; top: -25px; right: 0; }
.data-chart.table-wrap .table-box { padding: 10px 5px; height: 100%; }
.data-chart.table-wrap .table-box table { border: none; box-shadow: none; width: auto; height: 100%; overflow: visible; }
.data-chart.table-wrap .table-box table td { border: none; width: 15px; height: 100%; padding: 0; }
.data-chart.table-wrap .table-box table td .average { height: 100%; width: calc(100% - 5px); }
.data-chart.table-wrap .table-box table td .average::before { width: 8px; height: 100%; bottom: 0; top: auto; }
.data-chart.table-wrap .table-box table td .average.a12::before { height: 12%; }
.data-chart.table-wrap .table-box table td .average.a28::before { height: 28%; }
.data-chart.table-wrap .table-box table td .average.a37::before { height: 37%; }
.data-chart.table-wrap .table-box table td .average.a64::before { height: 57%; }
.data-chart.table-wrap .table-box table td .average.a82::before { height: 87%; }

.data-daily { width: 100%; display: flex; flex-direction: column; gap: 10px; }
.data-daily table { background-color: rgba(248,250,252,.2); box-shadow: var(--shadow); border-radius: 10px; }
.data-daily table th { position: relative; }
.data-daily table td:last-child { border-right: none; }
.data-daily table .data-set { position: absolute; right: 10px; top: 0; height: 40px; display: flex; align-items: center; justify-content: center; }

/* 자료 출력 */
.print { width: 920px; min-height: 100vh; padding: 30px; margin: auto; }
.print table th { font-size: 11px; height: 30px; }
.print table td { height: 25px; font-size: 12px; }
.print .print-header { display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 2px solid var(--blue6); padding-bottom: 10px; margin-bottom: 15px; }
.print .print-header h1 { display: flex; align-items: center; gap: 5px; font-size: 17px; color: var(--blue6); }
.print .print-header h1 img { width: 24px; }
.print .print-header i { font-size: 12px; padding-bottom: 5px; }
.print .print-title { font-size: 24px; padding-bottom: 5px; letter-spacing: -0.2px; }
.print .print-footer { border-top: 2px solid var(--blue6); margin-top: 15px; padding-top: 10px; }
.print .print-footer span { font-size: 11px; color: var(--gray); }
.print .data-info { width: 495px; }
.print .data-chart { width: 100%; }
