@charset "utf-8";
:root {
	--basic-color:#EDEDED;
	--main-color: #111;
	--basic-border:#e6e6e6;
	--basic-round: 16px;
	--round-sm: 4px;
	--round-lg: 50px;
	--round-lg2: 32px;
	--round-xlg: 100%;
	--green1: #00E100;
	--green2: #3EC460;
	--blue1: #2E90FF;
	--blue2: #00ADC4;
	--blue3: #00DBFF;
	--yellow1: #FFD200;
	--yellow2:#B4A000;
	--org1: #FF7D00;
	--org2: #F07241;
	--pink1: #FF47FD;
	--pink2: #E567C0;
	--pink3: #FF5EFF;
	--violet:#9767C0;
	--brown: #504646;
	--black: #111;
	--gray: #C6C6C6;
	--lgray1: #F9F9F9;
	--lgray2: #F4F4F4;
	--lgray3: #E0E0E0;
	--dgray0: #EDEDED;
	--dgray1: #E6E6E6;
	--dgray2: #707070;
	--dgray3: #EFEFEF;
	--inp-warn: #FF4142;
	--inp-conf: #0000FF;
	--font-lg: calc(var(--font-base) * 1.125);
	--font-lg-mob: calc(var(--font-base) * 1.25);
	--font-medium: 500;
	--font-exbold: 800;
	--gap-base: 4px;
	--gap-accordion: 6px;
	--gap-2x: calc(var(--gap-base) * 2);
	--gap-3x: calc(var(--gap-base) * 3);
	--gap-4x: calc(var(--gap-base) * 4);
	--gap-5x: calc(var(--gap-base) * 4);
	--gap-6x: calc(var(--gap-base) * 6);
	--lh-1: 1;
	--lh-18: 18px;
	--lh-20: 20px;
	--lh-22: 22px;
	--lh-24: 24px;
	--lh-26: 26px;
	--lh-32: 32px;
	--lh-36: 36px;
	--lh-44: 44px;
	--xy-center: translate(-50%, -50%);
}

::-webkit-scrollbar {width: 4px; height: 4px;}
::-webkit-scrollbar-track {background: transparent;}
::-webkit-scrollbar-thumb {background: var(--dgray2); border-radius: 99px;}
::-webkit-scrollbar-thumb:hover {background: var(--black);}

html {-webkit-text-size-adjust: 100%; text-size-adjust: 100%;}
body {font-family: 'SUIT', 'pretendard'; font-size: var(--font-base); color: var(--black); line-height: var(--lh-24); letter-spacing: -0.015em; word-break: keep-all; font-feature-settings: 'ss18' on;}
button {border: 0; background-color: transparent; cursor: pointer;}
a, button, [role="button"], button:focus {outline: none; -webkit-tap-highlight-color:transparent;}

.h2,h2 {font-size: var(--font-3xlg); font-weight:var(--font-bold); line-height: var(--lh-44); letter-spacing: -0.025em;}
.h3,h3 {font-size: var(--font-2xlg); font-weight:var(--font-semibold); line-height: var(--lh-36); letter-spacing: -0.025em;}
.h4,h4 {font-size: var(--font-xlg); line-height: var(--lh-1);}
.h5,h5 {font-size: var(--font-lg); font-weight:var(--font-semibold); line-height: var(--lh-26);}

.fwm{font-weight:var(--font-medium) !important}
.fwsb{font-weight:var(--font-semibold) !important}
.ws-pre {white-space: pre-line;}
.quote-src {padding-top: 0.857em; font-size: var(--font-sm); color: var(--dgray2);}

.mtp4{margin-top:4px !important;}
.mtp8{margin-top:8px !important;}
.mtp12{margin-top:12px !important;}
.mtp16{margin-top:16px !important;}
.mtp24{margin-top:24px !important;}
.mtp40{margin-top:40px !important;}
.mbp6{margin-bottom:6px !important;}
.mbp12{margin-bottom:12px !important;}

.toast-msg { position: fixed; left: 50%; transform: translateX(-50%) translateY(-20px); background: rgba(17, 17, 17, 0.85); color: #fff; padding: 14px 28px; border-radius: 24px; font-size: var(--font-base); opacity: 0; transition: all .3s ease; z-index: 9999; pointer-events: none; }
.toast-msg.top{top: 40px;}
.toast-msg.bottom{bottom: 40px;}
.toast-msg.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* btn */
.btn-d {border: 0; border-radius: var(--round-lg) !important; color: var(--black); transition: all .3s ease;}
.btn-d:hover {background:var(--black) !important;border-color:var(--black) !important;color:var(--white) !important;-webkit-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}
.btn-d.btn-lg {padding:0 1.125em;font-size:var(--font-base);line-height:3em;}
.btn-d.btn-xlg {padding:0 1.5em;font-size: var(--font-base);line-height:3.5em;}
.btn-ico-o {cursor: pointer;}
.more-btn {display: flex; align-items: center; justify-content: center; width: 6rem; height: 6rem; background-color: var(--white); font-size: 0; transition: background-color .3s ease;}
.link-btn {position: absolute; display: flex; gap: 2px;/*align-items: center;*/height: 1.5em;}
.link-btn:hover .ico-chevron{animation: var(--btn-animation);}

.btn-close {display: grid; place-items: center; width: 2.75em; height: 2.75em; position:absolute;}
.btn-close:hover .ico-close:after, .btn-close:hover .ico-close:before {transform: rotate(90deg);}
.btn-wh {border-color:transparent; color: var(--black);}

.point-blue {color:var(--blue1) !important;}

.btn-d.green,
.btn-d.black:hover{background:var(--green1) !important;border-color:var(--green1) !important;color:var(--black) !important;}
.btn-d.green:hover,
.btn-d.black{background:var(--black) !important;border-color:var(--black) !important;color:var(--white) !important;}

/* icon */
[class^="ico-"] {}
[class^="ico-"]::before {content: ''; display: block; width: 1.5rem; height: 1.5rem; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; mask-position: center; -webkit-mask-position: contain;}
.ico-sch {width: 2.5em; height: 2.5em;}
.ico-sch::before {background: url("../img/icon/sd-search.svg"); background-position: center;}
.ico-arrow, .ico-arr {transition: transform .3s ease; will-change: transform;}
.ico-arrow::before {background-color: var(--black); -webkit-mask-image: url("../img/icon/sd-arrow-short-right.svg"); mask-image: url("../img/icon/sd-arrow-short-right.svg");}
.btn-d:hover .ico-arrow::before {background-color: var(--white);}

[class^="ico-plus"] {}
.ico-plus16::before {background: url("../img/icon/sd-plus-16px.svg"); background-position: center;}
.ico-plus14::before {background: url("../img/icon/sd-plus-14px.svg"); background-position: center;}

.ico-minus {}
.ico-minus14:before {background: url("../img/icon/sd-minus-14px.svg"); background-position: center;}
.ico-minus16:before {background: url("../img/icon/sd-minus-16px.svg"); background-position: center;}

.ico-close {}
.ico-close14::before {background: url("../img/icon/sd-xmark-14px.svg"); background-position: center;}
.ico-close18::before {background: url("../img/icon/sd-xmark-18px.svg"); background-position: center;}

.ico-local::before {background-color: var(--black); -webkit-mask-image: url("../img/icon/sd-location.svg"); mask-image: url("../img/icon/sd-location.svg");}
.ico-chevron {font-size: 0;}
.ico-chevron::before {content: '>'; font-size: var(--font-base);}
.ico-favorite::before {background-color: var(--black); -webkit-mask-image: url("../img/icon/sd-favorite-line.svg"); mask-image: url("../img/icon/sd-favorite-line.svg");}
.ico-mypage::before {background: url("../img/icon/sd-mypage.svg");}
.ico-mail::before {background: url("../img/icon/sd-mail.svg");}
.ico-print::before {background: url("../img/icon/sd-print.svg");}
.ico-report::before {background: url("../img/icon/sd-report.svg");}
.ico-menu:before {background-color: var(--black); -webkit-mask-image: url("../img/icon/sd-menu.svg"); mask-image: url("../img/icon/sd-menu.svg");}
.ico-sel:before {background: url("../img/icon/sd-arrow-down.svg"); background-position: center;}


/* form */
.form-control::placeholder{color: var(--dgray2);}
.form-control:focus{color:var(--black); border: 1px solid var(--black);}
.form-control:readonly{color:var(--black);}
.form-control.warn{border-color:var(--inp-warn);}
.form-group .field-hint{display:block;padding-left:6px;margin-top:6px;}
.form-group:has(.form-control.warn) .field-hint{color:var(--inp-warn);}
.form-group:has(.form-control.conf) .field-hint{color:var(--inp-conf);}

select.form-control {width: auto; height: 3em; padding-inline: 1.5em 3em; border: 0; border-radius: var(--round-lg); appearance: none; background: url("../img/icon/sd-arrow-down.svg") center right 24px / 24px no-repeat #fff; color: var(--black); letter-spacing: -0.015em; border: 1px solid #fff;}
select.form-control:focus {box-shadow: none; color: var(--black);}

.tv-checkbox input[type="checkbox"] + label {cursor:pointer;padding-left:1.875em;}
.tv-checkbox input[type="checkbox"] + label::before {content:'';position:absolute;top:0;left:0;width:1.5em;height:1.5em;line-height:1.5em;background:#e6e6e6;border:0;border-radius:100%;margin-right:6px;cursor:pointer;}
.tv-checkbox input[type="checkbox"]:checked + label::before {content:'';border-color:var(--main-color);background:var(--main-color);font-size:var(--font-base);}

/* tab */
.tab-txt:after {display: none;}
.tab-txt a {background: transparent; border: 0; /*padding: 0 8px;*/}
.tab-txt a:hover {font-weight: var(--font-semibold);}
.tab-txt a.on {background: transparent; border: 0; color: var(--black); font-weight: var(--font-semibold);}

.tab-idx {display:flex; flex-wrap:nowrap; overflow-x:auto; gap: var(--gap-3x);}
.tab-idx:before, .tab-idx:after {display: none;}
.tab-idx a {flex: 1; padding: 1.167em 1.77em; text-align: center; background-color: var(--lgray2); border-radius: var(--round-lg); font-size: var(--font-lg);}
.tab-idx a:hover,
.tab-idx a.active {background-color: var(--black); color: var(--white); font-weight: var(--font-bold);}

/* table */
.table {}
.table table {border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); border-collapse: separate; border-spacing: 0;}
.table table thead th {padding: .68em .75em; font-weight:var(--font-semibold); border-bottom: 1px solid var(--black);}
.table table tbody th {padding: .75em; border-top: .03em solid var(--basic-border);}
.table table tbody td {padding: .75em 1.5em; border-top: .03em solid var(--basic-border);}
.table table tbody tr:first-child th,
.table table tbody tr:first-child td {border-top: none;}
.table .text-sm {font-size: var(--font-sm);}

.table1 {}
.table1 table thead th:not(:nth-child(1)) {padding: 1.375em 1.5em; border-left: 1px solid var(--basic-border);}
.table1 table tbody th {font-weight:var(--font-semibold);}
.table1 table tbody td {border-left: 1px solid var(--basic-border);}

.table2 {}
.table2 table thead th {text-align: center;}
.table2 table thead th:not(:nth-child(n+3)) {border-right: 1px solid var(--basic-border);}
.table2 table thead th:nth-child(n+3) {width: 8.33%; padding-inline: 4px;}
.table2 table thead th .text-sm {font-weight: var(--font-normal);}
.table2 table thead th:nth-child(1) {text-align: left;}
.table2 table tbody th {border-right: 1px solid var(--basic-border);}
.table2 table tbody th:nth-child(1)[rowspan],
.table2 table tbody th:nth-child(1)[colspan] {font-weight:var(--font-semibold); text-align: left;}
.table2 table tbody th.text-sm {text-align: center;}
.table2 table .t-line th,
.table2 table .t-line td {border-top: 1px solid var(--black);}

.table3 table {}
.table3 table th {font-weight: var(--font-semibold); text-align: left;}
.table3 table thead th:not(:nth-child(1)) {border-left: 1px solid var(--basic-border);}
.table3 table thead th {padding: .375em .75em;}
.table3 table thead th:nth-child(1) {padding-left: 0;}
.table3 table tbody th {padding: .375em .75em; padding-left: 0; }
.table3 table tbody td {padding: .375em .75em; border-left: 1px solid var(--basic-border);}

@keyframes arrowMove {
	0% { transform: translateX(0); }
	40% { transform: translateX(6px); }
	60% { transform: translateX(4px); }
	100% { transform: translateX(0); }
}

/* [s]공통 */
.col-3 {grid-column: span 3;}
.profile-info div{margin-left:8px;}
.profile-info div:first-child,
.exam-info div:first-child{margin-top:0;}
.profile-info div:last-child,
.exam-info div:last-child{margin-bottom:0;}
.profile-info dt,
.profile-info dd,
.exam-info dt,
.exam-info dd{display:inline-block;font-weight:500;}
.exam-info{grid-column:span 2;}
.exam-info [class^="ico-"]:before{display:inline-block;vertical-align:bottom;margin-right:8px;}
.exam-info .ico-people:before{background: url("../img/icon/sd-profile.svg");}
.exam-info .ico-start:before{background: url("../img/icon/sd-check-calendar.svg");}
.exam-info .ico-end:before{background: url("../img/icon/sd-check-day.svg");}
.exam-info .ico-duration:before{background: url("../img/icon/sd-progress-A.svg");}
.exam-info .ico-round:before{background: url("../img/icon/sd-progress-B.svg");}

.graph-wrap [class*="graph"] .stit{margin-bottom:8px;}
.graph-wrap [class*="graph"] .labels{display:flex;background:var(--lgray1);border-radius:var(--round-sm);overflow:hidden;margin-bottom:4px;}
.graph-wrap [class*="graph"] .labels p{display:flex;justify-content:space-between;padding:4px 12px;}
.graph-wrap [class*="graph"] .labels span:not(:first-child){}
.graph-wrap [class*="graph"] .labels > span{text-align:right;padding:4px 12px 4px 0;}
.graph-wrap [class*="graph"] .labels .c1{background:#F0F0F0;}
.graph-wrap [class*="graph"] .labels .c2{background:#e4e4e4;}
.graph-wrap [class*="graph"] .labels .c3{background:#D1D1D1;}
.graph-wrap [class*="graph"] .value{height:32px;background:var(--lgray1);border-radius:var(--round-sm);overflow:hidden;}
.graph-wrap [class*="graph"] .value span{display:inline-block;height:100%;}
.graph-wrap [class*="graph"] .value .c3{background:var(--pink3);}
.graph-wrap [class*="graph"] .value .c2{background:var(--blue3);}
.graph-wrap [class*="graph"] .value .c1{background:var(--green1);}
/* [e]공통 */

/* skip */
#skipwrap {}
#skipnavi {position:absolute;height:auto;width:100%;z-index:9999999;}
#skipnavi ul li a {position:absolute;top:-500px;display:block;width:100%;transition:none;}
#skipnavi ul li a:focus,
#skipnavi ul li a:active {top:1px;height:38px;line-height:38px;text-align:center;font-size:17px;font-weight:600;background:#36312b;color:var(--white);text-decoration:none;}
/* .skip {display: block; height: 1px; width: 1px; margin: 0 -1px -1px 0; padding: 0; overflow: hidden; font-size: 0; position: absolute; top: 0; left: 0; border: 0;} */
.skip {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; border: 0;}
.skip:focus {position: absolute; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; clip-path: none; white-space: normal;}

.d_width {max-width: 1440px; padding-inline: 3.375em; margin:0 auto; position: relative;}
.c_width {width: 100%; grid-column: span 12;}

/* pdf report */
.ksied-sub.report2{width: 1440px; margin: 0 auto;}
.ksied-sub.report2 h2{grid-column:span 10;margin-bottom:0;}
.ksied-sub.report2 .divide{padding-top:126px;}
.ksied-sub.report2 .container{grid-column:2/12;}
.ksied-sub.report2 .ksied-tit,
.ksied-sub.report2 .bx{display:grid;grid-template-columns:repeat(10,1fr);grid-column:2/12;gap:0 12px;}
.ksied-sub.report2 .bx{border-top:1px solid #111;}
.ksied-sub.report2 .bx:has(.sub-bx){padding:0;margin-bottom:72px;}

.ksied-sub.report2 .ksied-tit{margin-bottom:160px;}
.ksied-sub.report2 .ksied-tit h2{font-size:2.25rem;}
.ksied-sub.report2 .ksied-tit:has(> h2:only-child){margin-bottom:80px;}
.ksied-sub.report2 .ksied-tit .txt{padding-right:42px;}

.ksied-sub.report2 .profile-info,
.ksied-sub.report2 .exam-info{grid-column:span 2;display:flex;flex-direction:column;gap:8px;}
.ksied-sub.report2 .sub-bx{display:grid;grid-template-columns:subgrid;grid-column:span 10;border-bottom:1px solid #D1D1D1;}
.ksied-sub.report2 .sub-bx:last-child{border-bottom:none;}
.ksied-sub.report2 .divide:has(.logo-wrap) .bx:last-child{margin-bottom:272px;}
.ksied-sub.report2 .subject{padding:8px 0 0 4px;}
.ksied-sub.report2 p.lg{font-size:var(--font-lg);line-height:1.44;}
.ksied-sub.report2 .cont{grid-column:span 7;padding:8px 0 96px;}
.ksied-sub.report2 .sub-bx .cont{align-items:center;padding-bottom:24px;}
.ksied-sub.report2 .cont p.lg.fwb{font-weight:var(--font-bold) !important;}
.ksied-sub.report2 .graph-wrap [class*="graph"]{margin-bottom:16px;}
.ksied-sub.report2 .circle{display:inline-block;width:72px;height:72px;line-height:72px;font-size:var(--font-lg);font-weight:var(--font-semibold);text-align:center;margin:0 28px 8px 0;}
.ksied-sub.report2 .circle.c3{background:var(--pink3);}
.ksied-sub.report2 .circle.c2{background:var(--blue3);}
.ksied-sub.report2 .circle.c1{background:var(--green1);}
.ksied-sub.report2 .cont:has(.circle) p{width:calc(100% - 100px);}
.ksied-sub.report2 .cont:has(p + p){display:flex;flex-direction:column;align-items:flex-start !important;gap:8px;}

.ksied-sub.report2 .logo-wrap{grid-column:span 12;display:flex;justify-content:center;margin-top:auto;margin-bottom:96px;}
.ksied-sub.report2 .logo-wrap img:not(.ksied-logo){width:229.69px;height:70.11px;margin-right:52px;}
.ksied-sub.report2 .logo-wrap .ksied-logo{width:160.27px;height:43.85px;}

/* popup */
.popup-wrap{position:absolute;top: 0;left: 0;width:100%;min-height:100vh;z-index:100;}
.popup-wrap:before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(80,70,70,.65);backdrop-filter:blur(40px);align-content: center;z-index:-1;}
.popup-wrap .popup {width:100%;max-width:436px;min-height:auto;padding:2em;position:absolute;top:50%;left:50%;transform:var(--xy-center);background:#fff;border-radius:var(--round-lg2);overflow:hidden;}
.popup-wrap h1{font-size:var(--font-2xlg);font-weight:var(--font-bold);line-height:38px;text-align:left;margin-bottom:2em;}
.pop-close-btn{width: 40px; height: 40px; display:inline-flex;align-items:center;justify-content:center;position:absolute;top:1.5em;right:1.5em;}
.pop-close-btn img {width: 24px; height: 24px;}

@media only screen and (max-width: 1024px){
	.popup-wrap .popup{max-width:60%;border-radius:24px;padding:1.5em;}
	.popup-wrap h1{line-height:var(--lh-24);margin-bottom:1.5em;}
}
@media only screen and (max-width: 768px){
	.popup-wrap .popup{padding:1em;}
	.popup-wrap h1{margin-bottom:1em;}
	.pop-close-btn{top:.3em;right:.5em;}
}
@media only screen and (max-width: 567px){
	.popup-wrap .popup{max-width:90%;}
}

/* no data */
.list-nodata {border: none; color: var(--dgray2); padding: 1.5rem;}
.list-nodata::before {content: '';}
.list-nodata .json-nodata {width: 6em; height: 6em; margin: 0 auto 1.125em;}

/* member : common */
.mem-cont .char-preview .thumb {width: 5.5em;height:5.5em;border-radius:var(--round-xlg);}
.mem-cont .char-preview .thumb img{z-index:auto;}
.mem-cont .grid-row #month-age {min-width: 20.25em; flex: 0 0 20.25em;}
.mem-cont .age-chk-wrap {grid-column: 2 / 9;}

.child-regi {padding-bottom: 4em;}
.child-regi .mem-cont .btn-wrap {margin-block: 2em;}

.btn-child-add {border-top: 1px solid var(--basic-border); width: 100%; padding-block: 12px; display: flex; align-items: center; gap: var(--gap-base);}
.btn-child-add:hover .ico-plus14 {transform: rotate(-90deg); transition: transform .5s ease;}

@media only screen and (max-width: 1366px){
	.mem-cont .grid-row #month-age {min-width:35%; flex: 0 0 35%;}
}
@media only screen and (max-width: 1024px){
	.mem-cont .char-preview .thumb {width: 4em;height:4em;}
}
@media only screen and (max-width: 768px){
	.mem-cont .age-chk-wrap{grid-column:3 / 13;}
}
@media only screen and (max-width: 567px){
	.mem-cont .grid-row #month-age{min-width:100%; flex: 0 0 100%;}
	.mem-cont .age-chk-wrap{grid-column:1 / 13;}
}

/* mypage : accodiun : child list */
.chacd-wrap {}
.chacd-item {border-top: 1px solid var(--basic-border);}
.chacd-item h3, .chacd-gr-item h3 {font-size: var(--font-lg); line-height: var(--lh-26);}
.chacd-item .chacd-btn, .chacd-gr-item .chacd-gr-btn {width: 100%; padding-block: 6px 1.333em; display: flex; align-items: center; justify-content: space-between; font-weight: inherit;}
.chacd-item .chacd-btn .tit {}
.chacd-item .chacd-btn:hover {}
.chacd-item .chacd-btn.on {}
.chacd-cont {padding-bottom: 0 !important; border-top: none !important;}
.chacd-wrap.group {margin-top: 1.5em;}
.chacd-gr-item {border-top: 1px solid var(--black);}