@charset "UTF-8";

.device_pc { display:block; }
.device_mo { display:none; }
.pc-br { display:block; }
.mo-br { display:none; }

.login_container { height:100%; }
.main-bg { background:#F1F1F1; }

@media all and (max-width: 1279px) {
    .device_pc { display:none; }
    .device_mo { display:block; }
    .pc-br { display:none; }
    .mo-br { display:block; }
}

/* 반응형 기본 줌 설정 */
@media all and (max-width: 1279px) {
    .container { zoom: 0.9; }
}

@media all and (max-width: 1023px) {
    .container { zoom: 0.8; }
}

@media all and (max-width: 767px) {
    .container { zoom: 1; }
}

/* 반응형: PC/모바일 전체메뉴 해상도별 제어 */
@media all and (min-width: 1024px) {
    .mobile-menu { display:none !important; }
}
@media all and (max-width: 1023px) {
    .total-menu { display:none !important; }
}

.tblWrap-control .relative { position:relative; display:inline-block; }
.btn_data_view { position:absolute; top:50%; transform:translateY(-50%); right:1.9rem; width:2rem; height:1.4rem; background:url("../../assets/images/ico_eye_off.svg") 50% 50% no-repeat; background-size:contain; }
.btn_data_view.active { position:absolute; top:50%; transform:translateY(-50%); right:1.9rem; width:2rem; height:1.4rem; background:url("../../assets/images/ico_eye_on.svg") 50% 50% no-repeat; background-size:contain; }

/*** 로그인 && 회원가입 ***/
/* 로그인 */
.login_container .col > div { position:relative; }
.loginWrap { width:100%; height:100%; display:flex; align-items: center; justify-content: center;  }
.loginWrap .boxInner { width:42rem; }
.loginWrap .title { text-align:center; margin:0 0 10rem; }
.loginWrap .col { margin:0 0 4rem; }
.loginWrap .col > div {  padding:0 2rem; display:flex; align-items: center; height:5.2rem; border-bottom:1px solid #ccc; position:relative; }
.loginWrap .col > div.active { border-bottom:1px solid #333; }
.loginWrap .col:last-child { margin:0; }
.loginWrap .label_id { width:2rem; height:2rem; background:url("../../assets/images/ico_id.svg") 50% 50% no-repeat; background-size:contain; }
.loginWrap .label_pw { width:2rem; height:2rem; background:url("../../assets/images/ico_pw.svg") 50% 50% no-repeat; background-size:contain; }
.loginWrap .frm_input { margin-left:3rem; flex:1; width:100%; height:4.8rem; font-size:1.8rem; font-weight:400; padding-right:5rem; }
.loginWrap .frm_input:focus { border:0 !important; }
.loginWrap .frm_input::placeholder {color:#666 !important; font-size:1.6rem !important; }
.loginWrap .msg { margin:1rem 0 0; font-size:1.4rem; font-weight:400; color:#FF1F1F; }
.loginWrap .unit { margin:4.5rem 0 0; display:flex; justify-content: space-between; gap:2rem; }
.loginWrap .chkBox input { display: none; }
.loginWrap .chkBox label { cursor:pointer; margin-left:0.6rem; display:flex; align-items:center; font-size:1.5rem; font-weight:500; color:#333; }
.loginWrap .chkBox label span { margin-right:1rem; width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
.loginWrap .chkBox input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }
.loginWrap .btnWrap { margin:5rem 0 0; }
.loginWrap .btnWrap .btn_primary { width:100%; height:6rem; text-align:center; background:#D0D0D0; border-radius:1rem; font-size:1.8rem; font-weight:700; color:#fff; }
.loginWrap .btnWrap .btn_primary.active { background:#00907F; }
.loginWrap .btnWrap .btn_primary:hover { background:#1A9C8C; }
.loginWrap .unitLink { margin:6rem 0 0; }
.loginWrap .unitLink ul { display:flex; align-items:center; justify-content: center; gap:1.6rem; }
.loginWrap .unitLink ul li a { font-size:1.4rem; font-weight:400; color:#666; }
.loginWrap .unitLink ul li a.link2 { font-size:1.8rem; font-weight:400; color:#00907f; }

/* 회원가입 */
.memberWrap { padding:16rem 0 8rem; overflow:hidden; }
.memberWrap.pt70 { padding-top:7rem !important; }
.memberWrap .inner { max-width:54rem; margin:0 auto; position:relative; }
.memberWrap .inner .title { margin:0 0 5rem; }
.memberWrap .inner .btn_prev { margin:0 0 2rem; width:1.2rem; height:2.3rem; background:url("../../assets/images/ico_page_prev.svg") 50% 50% no-repeat;  }
.memberWrap .inner h1 { font-size:3.6rem; font-weight:500; }
.memberWrap .ptitle { font-size:1.5rem; color:#666; margin:0 0 1.5rem; width:12rem; letter-spacing:-0.04rem; line-height:2.8rem; }
.memberWrap .ptitle.w-auto { width:auto; }
.memberWrap .ptitle.mb-0 { margin-bottom:0; }
.memberWrap .ptitle.mb-30 { margin-bottom:3rem; }
.memberWrap .ptitle.mb-60 { margin-bottom:6rem; }
.memberWrap .ptitle.ml-auto { margin-left:auto; }
.memberWrap .ptitle.center { text-align:center; }
.memberWrap .col-d-flex { display:flex; align-items: center;  }
.memberWrap .col-d-flex .ml-auto { margin-left:auto; }

.memberWrap .ptitle-value { font-size:2rem; font-weight:500; color:#333; }
.memberWrap .ptitle-value.mr-10 { margin-right:1rem; }
.memberWrap .txtBox { border:1px solid #ddd; padding:2.6rem 1.4rem 1.4rem 2.2rem; border-radius:0.3rem; background:#FBFBFB; }
.memberWrap .txtBox .overflow-y { height:17rem; overflow-y: auto; padding-right:1rem; }
.memberWrap .txtBox .overflow-y::-webkit-scrollbar { width: 0.4rem; }
.memberWrap .txtBox .overflow-y::-webkit-scrollbar-thumb { background:#BBBBBB; border-radius: 0.2rem; }
.memberWrap .txtBox .overflow-y::-webkit-scrollbar-track { background:none; }
.memberWrap .txtBox .tt { font-size:1.7rem; font-weight:500; color:#333; }
.memberWrap .txtBox p { font-size:1.4rem; font-weight:400; color:#666; line-height:2.5rem; }
.memberWrap .autologin { margin:1.5rem 0 0; }
.memberWrap .autologin.mt-50 { margin:5rem 0 0; }
.memberWrap .autologin .radioBox label { font-size:1.6rem !important; font-weight:500 !important; }

.memberWrap .chkBox input { display: none; }
.memberWrap .chkBox label { cursor:pointer; display:flex; align-items:center; font-size:1.6rem; font-weight:500; color:#333; }
.memberWrap .chkBox label span { margin-right:0.8rem; width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_v2_off.svg") 50% 50% no-repeat; background-size:contain; }
.memberWrap .chkBox input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }

.memberWrap .chkBox.chkall { margin:0 0 1.5rem; }
.memberWrap .chkBox.chkall label { font-size:1.7rem !important; font-weight:500; color:#333; }

.memberWrap .chkBox.sm { padding-left:0.3rem; }
.memberWrap .chkBox.sm label { cursor:pointer; display:flex; align-items:center; font-size:1.4rem; font-weight:400; color:#666; }
.memberWrap .chkBox.sm label span { margin-right:1.3rem; width:1rem; height:0.9rem; background:url("../../assets/images/ico_s_chk_off.svg") 50% 50% no-repeat; background-size:contain; }
.memberWrap .chkBox.sm input:checked + label span {  width:1rem; height:0.9rem; background:url("../../assets/images/ico_s_chk_on.svg") 50% 50% no-repeat; background-size:contain;  }

.memberWrap .d-flex { display:flex; align-items: center; }
.memberWrap .flex-wrap { flex-wrap:wrap; }
.memberWrap .gap { gap:1rem; }
.memberWrap .radioTxtBox { width:calc(50% - 0.5rem); }
.memberWrap .radioTxtBox input { display: none; }
.memberWrap .radioTxtBox label { display:block; width:100%; height:5rem; cursor:pointer; display:flex; align-items:center; justify-content: center; font-size:1.6rem; font-weight:400; color:#666; border:1px solid #DCDCDC; border-radius:0.3rem; }
.memberWrap .radioTxtBox input:checked + label { border:1px solid #333; font-size:1.8rem; font-weight:500; color:#333;  }
.memberWrap .infoTxt { margin:1.2rem 0 0; font-weight:400; color:#FF3636; font-size:1.4rem; letter-spacing:-0.03rem; }
.memberWrap .infoTxt.gray { color:#666; }

.memberWrap .frm_select { width:14rem; height:5rem; padding:0 2rem;  font-size:2rem; font-weight:500; color:#333; border-bottom:1px solid #ccc; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url("../../assets/images/ico_arrow_gray_down.svg") right 2rem center no-repeat; }
.memberWrap .frm_select:focus { border:0 !important; border-bottom:1px solid #333 !important; }
.memberWrap .frm_input { flex:1; width:100%; height:5rem;  font-size:2rem; font-weight:500; color:#333; border-bottom:1px solid #ccc; padding:0 1.5rem; }
.memberWrap .frm_input.w-auto { flex:none; width:5rem; text-align:center; }
.memberWrap .frm_input:focus { border:0 !important; border-bottom:1px solid #333 !important; }
.memberWrap .frm_input::placeholder {color:#aaa; font-size:2rem !important;}
.memberWrap .frm_input::-webkit-input-placeholder {color:#aaa; font-size:2rem !important;}
.memberWrap .frm_input:-ms-input-placeholder {color:#aaa; font-size:2rem !important;}

.memberWrap .mt30 { margin-top:3rem; }
.memberWrap .agreeBox { margin:1.5rem 0 0; border:1px solid #D6D6D6; border-radius:0.3rem; background:#FBFBFB; padding:2rem 2.2rem; }
.memberWrap .agreeBox .btn_agree_view { margin-left:auto; font-size:1.5rem; font-weight:400; color:#333; text-decoration:underline; }
.memberWrap .agreeBox ul li:not(:last-child) { margin:0 0 1.3rem; }

.memberWrap .maskingWrap { flex:1; position: relative; height:5rem;  }
.memberWrap .maskingWrap::before {
    content:'';
    display: block;
    position:absolute;
    top:0;
    left:2rem;
    z-index:1;
    width:16.8rem;
    height:5rem;
    background:url("../../assets/images/ico_masking.svg") 0 50% no-repeat;
}
.memberWrap .frm_input.masking {
    position: absolute;
    z-index:2;
    top:0;
    left:0;
    font-size:7.7rem;
    color:#000;
    background:transparent;
    padding:0 0 0.8rem 0.6rem;
    caret-color: transparent;
}
.memberWrap .hyper { width:4rem; text-align:center; font-size:2rem; color:#DCDCDC; }

.memberWrap .radioBox input { display: none; }
.memberWrap .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:2rem; font-weight:500; color:#333; }
.memberWrap .radioBox label span { margin-right:1rem; width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
.memberWrap .radioBox input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }
.memberWrap .radioBox .mt-20 { margin-top:2rem; }

.memberWrap .ml-60 { margin-left:5.5rem; }
.memberWrap  .btn_frm_solid { height:5rem; padding:0 2.2rem; font-size:1.6rem; font-weight:500; color:#333; border:1px solid #333; border-radius: 0.3rem;}
.memberWrap  .btn_frm_solid_sm { height:4rem; padding:0 2.2rem; font-size:1.7rem; font-weight:500; color:#333; background:#FBFBFB; border:1px solid #D6D6D6; border-radius: 0.3rem;}

.memberWrap .label { display:block; font-size:1.8rem; font-weight:500; color:#333; margin:0 0 3rem; }
.memberWrap .inputWrap { text-align:center; display: flex; justify-content: space-between; }
.memberWrap .inputWrap .code-input { text-align:center; font-size:3.5rem; text-align:center; font-weight:900; caret-color: transparent; /* background:url("../../assets/images/ico_masking_number.svg") 50% 50% no-repeat;*/ color:#666; border:1px solid #d9d9d9; width:4.5rem; height:4.5rem; }
.memberWrap .inputWrap .code-input:focus { border:1px solid #00907f !important; }
.memberWrap .msg-ico { margin:10rem 0 0; display:flex; font-size:1.4rem; font-weight:400; color:#666; }
.memberWrap .msg-ico::before { content:"※"; margin-right:0.5rem; }
.memberWrap .mt-60 { margin-top:6rem; }
.memberWrap .result_msg { margin:15rem 0 15rem; line-height:3.5rem; font-size:2rem; font-weight:500; color:#333; text-align:center; }
.memberWrap .result_msg strong { display:block; }

.memberWrap .btnWrap { margin:6rem 0 0; display:flex; justify-content: center; gap:1rem; }
.memberWrap .btnWrap .btn_primary { width:100%; height:6rem; background:#00907F; font-size:2.2rem; color:#fff; border-radius:1rem; font-weight:700; }
.memberWrap .btnWrap .btn_primary:hover { background:#1A9C8C; }
.memberWrap .btnWrap .btn_solid { width:100%; height:6rem; border:2px solid #D6D6D6; font-size:2.2rem; color:#333; border-radius:1rem; font-weight:500;  }

.memberWrap .resultBox { border:1px solid #ccc; border-radius:0.3rem; height:12rem; display:flex; align-items: center; justify-content: center;}
.memberWrap .resultBox p { font-size:3rem; font-weight:500; color:#333; }
.memberWrap .conLink { margin:3rem 0 0; gap:1.2rem; }
.memberWrap .conLink { display:flex; align-items: center; justify-content: center; }
.memberWrap .conLink li a { font-size:1.4rem; font-weight:400; color:#666; }

.memberWrap .Device .bigTxt { word-break: keep-all; font-size:2.4rem; font-weight:700; color:#333; text-align:center; line-height:3.2rem; }
.memberWrap .Device .basicTxt { word-break: keep-all; margin:4rem 0 0; font-size:1.7rem; font-weight:400; color:#333; text-align:center; line-height:2.5rem; }
.memberWrap .Device .btn_solid { margin:2rem auto 0; width:100%; height:5rem; border:1px solid #333; border-radius:0.5rem; font-size:1.8rem; font-weight:600; color:#333; }
.memberWrap .Device .btnLink { margin:8.4rem auto 0; text-align:center; }
.memberWrap .Device .btnLink .btn_cancel { display:inline-flex; align-items: center; justify-content: center; width:18.2rem; height:4.6rem; border:1px solid #D6D6D6; border-radius:0.3rem; font-size:1.7rem; font-weight:500; }

.memberWrap .col_title { margin:3rem 0 0; position:relative; text-align:center; }
.memberWrap .col_title p { padding:0 2.2rem; display:inline-flex; align-items:center; justify-content:center; text-align:center; background:#fff; font-size:1.8rem; font-weight:500; line-height:2.8rem; color:#333; }
.memberWrap .col_title::before { content:""; position:absolute; bottom:1rem; left:0; width:100%; border-bottom:1px solid #e0e0e0; z-index:-1; }


@media all and (max-width: 1023px) {

    /*** 로그인 && 회원가입 ***/
    /* 로그인 */
    .loginWrap { width:100%; height:100%; display:flex; align-items: center; justify-content: center; padding:0 1.5rem; }
    .loginWrap .boxInner { width:42rem; }
    .loginWrap .title { text-align:center; margin:6rem 0; }
    .loginWrap .col { margin:0 0 2rem; }
    .loginWrap .col > div {  padding:0 2rem; display:flex; align-items: center; height:5.2rem; border-bottom:1px solid #ccc; }
    .loginWrap .col > div.active { border-bottom:1px solid #333; }
    .loginWrap .col:last-child { margin:0; }
    .loginWrap .label_id { width:2rem; height:2rem; background:url("../../assets/images/ico_id.svg") 50% 50% no-repeat; background-size:contain; }
    .loginWrap .label_pw { width:2rem; height:2rem; background:url("../../assets/images/ico_pw.svg") 50% 50% no-repeat; background-size:contain; }
    .loginWrap .frm_input { margin-left:3rem; flex:1; width:100%; height:4.8rem; font-size:1.8rem; font-weight:400; }
    .loginWrap .frm_input:focus { border:0 !important; }
    .loginWrap .frm_input::placeholder {color:#666;}
    .loginWrap .msg { margin:1rem 0 0; font-size:1.4rem; font-weight:400; color:#FF1F1F; }
    .loginWrap .unit { margin:3rem 0 0; display:flex; justify-content: space-between; gap:2rem; }
    .loginWrap .chkBox input { display: none; }
    .loginWrap .chkBox label { cursor:pointer; margin-left:0.6rem; display:flex; align-items:center; font-size:1.5rem; font-weight:500; color:#333; }
    .loginWrap .chkBox label span { margin-right:1rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
    .loginWrap .chkBox input:checked + label span {  width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }
    .loginWrap .btnWrap { margin:5rem 0 0; }
    .loginWrap .btnWrap .btn_primary { width:100%; height:6rem; text-align:center; background:#D0D0D0; border-radius:1rem; font-size:1.8rem; font-weight:700; color:#fff; }
    .loginWrap .btnWrap .btn_primary.active { background:#00907F; }
    .loginWrap .unitLink { margin:4rem 0 0; }
    .loginWrap .unitLink ul { display:flex; align-items:center; justify-content: center; gap:1.6rem; }
    .loginWrap .unitLink ul li a { font-size:1.4rem; font-weight:400; color:#666; }

    /* 회원가입 */
    .memberWrap { padding:4rem 1.5rem 6rem; }
    .memberWrap.pt70 { padding-top:4rem !important; }
    .memberWrap .inner { max-width:42rem; margin:0 auto; position:relative; }
    .memberWrap .inner .title { margin:0 0 2rem; }
    .memberWrap .inner .btn_prev { margin:0 0 2rem; width:1.2rem; height:2.3rem; background:url("../../assets/images/ico_page_prev.svg") 50% 50% no-repeat;  }
    .memberWrap .inner h1 { font-size:3rem; font-weight:500; }
    .memberWrap .ptitle { font-size:1.5rem; color:#666; margin:0 0 1rem; width:12rem; letter-spacing:-0.04rem; line-height:2.8rem; }
    .memberWrap .ptitle.w-auto { width:auto; }
    .memberWrap .ptitle.mb-0 { margin-bottom:0; }
    .memberWrap .ptitle.mb-30 { margin-bottom:2rem; }
    .memberWrap .ptitle.mb-60 { margin-bottom:4rem; }
    .memberWrap .ptitle.ml-auto { margin-left:auto; }
    .memberWrap .ptitle.center { text-align:left; }
    .memberWrap .col-d-flex { display:block; align-items: center;  }
    .memberWrap .col-d-flex .ml-auto { margin-left:0; }
    .memberWrap .col-d-flex > div:not(:first-child) { margin-top:2rem; }

    .memberWrap .ptitle-value { font-size:1.6rem; font-weight:500; color:#333; }
    .memberWrap .txtBox { border:1px solid #ddd; padding:2.6rem 1.4rem 1.4rem 2.2rem; border-radius:0.3rem; }
    .memberWrap .txtBox .overflow-y { height:17rem; overflow-y: auto; padding-right:1rem; }
    .memberWrap .txtBox .overflow-y::-webkit-scrollbar { width: 0.5rem; }
    .memberWrap .txtBox .overflow-y::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .memberWrap .txtBox .overflow-y::-webkit-scrollbar-track { background:#ddd  }
    .memberWrap .txtBox .tt { font-size:1.7rem; font-weight:500; color:#333; }
    .memberWrap .txtBox p { font-size:1.4rem; font-weight:400; color:#666; line-height:2.5rem; }
    .memberWrap .autologin { margin:1.5rem 0 0; }

    .memberWrap .chkBox input { display: none; }
    .memberWrap .chkBox label { cursor:pointer; display:flex; align-items:center; font-size:1.4rem; font-weight:500; color:#333; }
    .memberWrap .chkBox label span { margin-right:0.8rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_v2_off.svg") 50% 50% no-repeat; background-size:contain; }
    .memberWrap .chkBox input:checked + label span {  width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }

    .memberWrap .chkBox.chkall { margin:0 0 1.5rem; }
    .memberWrap .chkBox.chkall label { font-size:1.7rem !important; font-weight:500; color:#333; }

    .memberWrap .chkBox.sm { padding-left:0.3rem; }
    .memberWrap .chkBox.sm label { cursor:pointer; display:flex; align-items:center; font-size:1.4rem; font-weight:400; color:#666; }
    .memberWrap .chkBox.sm label span { margin-right:1.3rem; width:1rem; height:0.9rem; background:url("../../assets/images/ico_s_chk_off.svg") 50% 50% no-repeat; background-size:contain; }
    .memberWrap .chkBox.sm input:checked + label span {  width:1rem; height:0.9rem; background:url("../../assets/images/ico_s_chk_on.svg") 50% 50% no-repeat; background-size:contain;  }

    .memberWrap .d-flex { display:flex; align-items: center; }
    .memberWrap .flex-wrap { flex-wrap:wrap; }
    .memberWrap .gap { gap:1rem; }
    .memberWrap .radioTxtBox { width:calc(50% - 0.5rem); }
    .memberWrap .radioTxtBox input { display: none; }
    .memberWrap .radioTxtBox label { display:block; width:100%; height:5rem; cursor:pointer; display:flex; align-items:center; justify-content: center; font-size:1.6rem; font-weight:400; color:#666; border:1px solid #DCDCDC; border-radius:0.3rem; }
    .memberWrap .radioTxtBox input:checked + label { border:1px solid #333; font-size:1.8rem; font-weight:500; color:#333;  }
    .memberWrap .infoTxt { margin:1.2rem 0 0; font-weight:400; color:#FF3636; font-size:1.4rem; letter-spacing:-0.03rem; }
    .memberWrap .infoTxt.gray { color:#666; }

    .memberWrap .frm_select { width:14rem; height:5rem; padding:0 2rem;  font-size:1.6rem; font-weight:500; color:#333; border-bottom:1px solid #ccc; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url("../../assets/images/ico_arrow_gray_down.svg") right 2rem center no-repeat; }
    .memberWrap .frm_select:focus { border:0 !important; border-bottom:1px solid #333 !important; }
    .memberWrap .frm_input { flex:1; width:100%; height:5rem;  font-size:1.6rem; font-weight:400; color:#333; border-bottom:1px solid #ccc; }
    .memberWrap .frm_masking { flex:none; width:30%; }
    .memberWrap .frm_input.w-auto { flex:none; width:5rem; text-align:center; }
    .memberWrap .frm_input:focus { border:0 !important; border-bottom:1px solid #333 !important; }
    .memberWrap .mt30 { margin-top:3rem; }
    .memberWrap .agreeBox { margin:1.5rem 0 0; border:1px solid #D6D6D6; border-radius:0.3rem; background:#FBFBFB; padding:2rem 2.2rem; }
    .memberWrap .agreeBox .btn_agree_view { margin-left:auto; font-size:1.5rem; font-weight:400; color:#333; text-decoration:underline; }
    .memberWrap .agreeBox ul li:not(:last-child) { margin:0 0 1.3rem; }

    .memberWrap .maskingWrap { flex:1; width:auto; position: relative; height:5rem;  }
    .memberWrap .maskingWrap::before {
        content:'';
        display: block;
        position:absolute;
        top:0;
        left:2rem;
        z-index:1;
        width:16.8rem;
        height:5rem;
        background:url("../../assets/images/ico_masking.svg") 0 50% no-repeat;
        background-size:contain;
    }
    .memberWrap .frm_input.masking {
        position: absolute;
        z-index:2;
        top:0;
        left:0;
        font-size:7.7rem;
        color:#000;
        background:transparent;
        padding:0 0 0.8rem 0.6rem;
        caret-color: transparent;
    }
    .memberWrap .hyper { width:4rem; text-align:center; font-size:2rem; color:#DCDCDC; }

    .memberWrap .radioBox input { display: none; }
    .memberWrap .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.6rem; font-weight:500; color:#333; }
    .memberWrap .radioBox label span { margin-right:1rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
    .memberWrap .radioBox input:checked + label span {  width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }

    .memberWrap .ml-60 { margin-left:5.5rem; }
    .memberWrap  .btn_frm_solid { height:5rem; padding:0 2.2rem; font-size:1.6rem; font-weight:400; color:#333; border:1px solid #333; border-radius: 0.3rem;}

    .memberWrap .label { display:block; font-size:1.8rem; font-weight:500; color:#333; margin:0 0 3rem; }
    .memberWrap .inputWrap { text-align:center; display: flex; justify-content: space-between; }
    .memberWrap .inputWrap .code-input { text-align:center; font-size:3.5rem; text-align:center; font-weight:900; caret-color: transparent; /* background:url("../../assets/images/ico_masking_number.svg") 50% 50% no-repeat;*/ color:#666; border:1px solid #d9d9d9; width:4.5rem; height:4.5rem;  }
    .memberWrap .inputWrap .code-input:focus { border:1px solid #00907f !important; }
    .memberWrap .msg-ico { margin:5rem 0 0; display:flex; font-size:1.4rem; font-weight:400; color:#666; }
    .memberWrap .msg-ico::before { content:"※"; margin-right:0.5rem; }
    .memberWrap .mt-60 { margin-top:4rem; }
    .memberWrap .result_msg { margin:8rem 0; font-size:2rem; font-weight:500; color:#333; text-align:center; }

    .memberWrap .btnWrap { margin:4rem 0 0; display:flex; justify-content: center; gap:1rem; }
    .memberWrap .btnWrap .btn_primary { width:100%; height:5.5rem; background:#00907F; font-size:2rem; color:#fff; border-radius:1rem; font-weight:700; }
    .memberWrap .btnWrap .btn_solid { width:100%; height:5.5rem; border:2px solid #D6D6D6; font-size:2rem; color:#333; border-radius:1rem; font-weight:500;  }

    .memberWrap .resultBox { border:1px solid #ccc; border-radius:0.3rem; height:12rem; display:flex; align-items: center; justify-content: center;}
    .memberWrap .resultBox p { font-size:3rem; font-weight:500; color:#333; }
    .memberWrap .conLink { margin:3rem 0 0; gap:1.2rem; }
    .memberWrap .conLink { display:flex; align-items: center; justify-content: center; }
    .memberWrap .conLink li a { font-size:1.4rem; font-weight:400; color:#666; }

    .memberWrap .Device .bigTxt { word-break: keep-all; font-size:2.4rem; font-weight:700; color:#333; text-align:center; line-height:3.2rem; }
    .memberWrap .Device .basicTxt { word-break: keep-all; margin:4rem 0 0; font-size:1.7rem; font-weight:400; color:#333; text-align:center; line-height:2.5rem; }
    .memberWrap .Device .btn_solid { margin:2rem auto 0; width:100%; height:5rem; border:1px solid #333; border-radius:0.5rem; font-size:1.8rem; font-weight:600; color:#333; }
    .memberWrap .Device .btnLink { margin:8.4rem auto 0; text-align:center; }
    .memberWrap .Device .btnLink .btn_cancel { display:inline-flex; align-items: center; justify-content: center; width:18.2rem; height:4.6rem; border:1px solid #D6D6D6; border-radius:0.3rem; font-size:1.7rem; font-weight:500; }

}

/*** 서브 페이지 ***/
.header { position:fixed; top:0; left:0; width:100%; height:8.2rem; background:#fff; z-index:999;  }
.header .inner { height:100%; display:flex; justify-content: center; position:relative; }
.header .logo { position:absolute; top:2rem; left:9rem; }
.header .gnb { display:flex; justify-content: center; gap:2rem; margin:2.5rem 0 0; }
.header .gnb > li { text-align:center; }
.header .gnb > li:nth-child(1) { width:14rem; }
.header .gnb > li:nth-child(2) { width:14rem; }
.header .gnb > li:nth-child(3) { width:15rem; }
.header .gnb > li:nth-child(4) { width:14rem; }
.header .gnb > li:nth-child(5) { width:14rem; }
.header .gnb > li > a { font-size:1.9rem; font-weight:600; color:#222; }
.header .gnb > li:hover > a { color:#00907F; }
.header .gnb > li.active a { color:#00907F; }

.header .depth2 { display:none; }
.header.active { height:auto; padding:0 0 3rem; box-shadow:0 5px 8px 0 rgba(0,0,0,.1); }
.header.active .gnb::before { content:""; position:absolute; top:8.2rem; left:0; width:100%; border-bottom:1px solid #ddd; }
.header.active .depth2 { display:block; margin-top:7rem; }
.header.active .depth2:nth-child(1) { width:14rem; }
.header.active .depth2:nth-child(2) { width:14rem; }
.header.active .depth2:nth-child(3) { width:15rem; }
.header.active .depth2:nth-child(4) { width:14rem; }
.header.active .depth2:nth-child(5) { width:14rem; }
.header.active .depth2 li { margin:0 0 1.8rem; text-align:center;  }
.header.active .depth2 li:first-child { font-size:1.9rem; font-weight:600; color:#222; margin:0 0 2rem; }
.header.active .depth2 li a { font-size:1.6rem; font-weight:400; color:#555; }
.header.active .depth2 li:hover a { color:#00907F; }

.header .member { position:absolute; top:2.5rem; right:9rem; display:flex; align-items: center; }
.header .member > ul { height:2.6rem; display:flex; align-items: center; gap:2.4rem; }
.header .member > ul > li {  position:relative; }
.header .member > ul > li:last-child { padding-right:0; }
.header .member > ul > li.d_flex { display:flex; align-items: center; }
.header .member > ul > li:last-child { border:0; }
.header .member > ul > li .btn_sch { position:relative; width:2.4rem; height:2.4rem; background:url("../../assets/images/ico_top_sch.svg") 50% 50% no-repeat; }
.header .member > ul > li .btn_notice { position:relative; width:2.4rem; height:2.4rem; background:url("../../assets/images/ico_top_alarm.svg") 50% 50% no-repeat; }
.header .member > ul > li .btn_notice span { position:absolute; top:-0.5rem; right:-0.7rem; width:1.8rem; height:1.8rem; border-radius:100%; background:#00907F; font-size:1.2rem; color:#fff; text-align:center; line-height:1.8rem;  }
.header .member > ul > li .btn_notice a { color:#fff;  }

.header .member > ul > li .btn_myinfo { display:flex; align-items:center; font-size:1.4rem; font-weight:400; padding-right:2rem; background:url("../../assets/images/ico_arrow_down.svg") 100% 50% no-repeat; }

.header .member > ul > li .btn_myinfo.active { background:url("../../assets/images/ico_arrow_up.svg") 100% 50% no-repeat; }
.header .member > ul > li .name { margin-left:1rem; line-height:3rem; border-radius:1.5rem; padding:0 1.7rem; border:1px solid #DCDCDC; background:#FAFAFA; font-size:1.4rem; font-weight:600; }

.header .member .topsch_layer { display:none; width:34.5rem; position:absolute; top:3.5rem; left:50%; margin-left:-17rem;   }
.header .member .topsch_layer .d-flex { height:5rem; display:flex; padding:0 3rem; align-items: center; background:#fff; border-radius:1rem; border:1px solid #E8E8E8; box-shadow:0.2rem 0.2rem 1.2rem 0 rgba(0,0,0,.1);}
.header .member .topsch_layer input { flex:1; font-size:1.4rem; font-weight:400; color:#666; }
.header .member .topsch_layer input:focus { border:0 !important; }
.header .member .topsch_layer .btn_frm_sch { width:2.4rem; height:2.4rem; background:url("../../assets/images/ico_frm_sch.svg") 50% 50% no-repeat; }
.header .member .topsch_layer::before { content:""; display:block; position:absolute; top:-2px; left:50%; border-radius:1rem; margin-left:-2.5rem; width:5rem; border-top:3px solid #00907F; }

.header .member .myinfo_layer { display:none; width:11rem; position:absolute; top:3.2rem; right:-5.5rem; background:#fff; border-radius:1rem; border:1px solid #E8E8E8; box-shadow:0.2rem 0.2rem 1.2rem 0 rgba(0,0,0,.1); }
.header .member .myinfo_layer::before { content:""; display:block; position:absolute; top:-2px; left:50%; border-radius:1rem; margin-left:-2.5rem; width:5rem; border-top:3px solid #00907F; }

.header .member .myinfo_layer.active { display:block; }
.header .member .myinfo_layer ul { }
.header .member .myinfo_layer ul li { line-height:3.8rem; border-bottom:1px solid #E8E8E8; padding:0 1.3rem; }
.header .member .myinfo_layer ul li a { font-size:1.4rem; font-weight:400; color:#666; }
.header .member .myinfo_layer ul li:hover { background:#00907F; }
.header .member .myinfo_layer ul li:first-child:hover { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
.header .member .myinfo_layer ul li:last-child:hover { border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem; }
.header .member .myinfo_layer ul li:hover a { color:#fff; }

.header .btn_mobile_menu { margin-left:2rem; width:2.2rem; height:1.8rem; background:url("../../assets/images/ico_mobile_menu.svg") 50% 50%no-repeat; }

.container { margin-left:20rem; height:100%; padding-top:12rem; }
.container.active { margin-left:34rem; }

/* lnb */
.container .lnbWrap { position:fixed; top:14.5rem; left:9rem; max-height:calc(100vh - 14.5rem); overflow-y:auto; overflow-x:hidden; padding-bottom:3rem; scrollbar-width:none; -ms-overflow-style:none; }
.container .lnbWrap::-webkit-scrollbar { display:none; }
.container .lnbWrap.active { width:20rem; }
.container .lnbWrap .hd { height:6rem; padding:0 1.3rem; display:flex; align-items: center;  }
.container .lnbWrap .hd .navi-top-menu { display:none; font-size:1.9rem; font-weight:600; color:#222; }
.container .lnbWrap .hd .navi-top-menu.active { display:block; }
.container .lnbWrap .hd .btn_lnb_toggle { margin-left:auto; width:2.7rem; height:2.7rem; background:url("../../assets/images/ico_lnb_toggle_off.svg") 50% 50% no-repeat; }
.container .lnbWrap .hd .btn_lnb_toggle.active {  background:url("../../assets/images/ico_lnb_toggle_on.svg") 50% 50% no-repeat; }

.container .lnbWrap .lnb { display:none; border-top:1px solid #EAEAEA; }
.container .lnbWrap .lnb.active { display:block; }
.container .lnbWrap .lnb > li {  border-bottom:1px solid #EAEAEA; }
.container .lnbWrap .lnb > li .btn_depth2_toggle { display:block; padding:0 1.4rem; line-height:5rem; font-size:1.6rem; font-weight:500; color:#222; background:url("../../assets/images/ico_lnb_arrow_down.svg") right 2.3rem center no-repeat; }
.container .lnbWrap .lnb > li .btn_depth2_toggle.active { color:#222; background:url("../../assets/images/ico_lnb_arrow_up.svg") right 2.3rem center no-repeat; }
.container .lnbWrap .lnb > li > .depth2 { display:none; border-top:1px solid #888; padding:1rem 0;  }
.container .lnbWrap .lnb > li > .depth2.active { display:block; }
.container .lnbWrap .lnb > li > .depth2 li { display:flex; align-items:center; padding:0 0.8rem; margin:0 0 0.6rem; }
.container .lnbWrap .lnb > li > .depth2 li:last-child { margin:0; }
.container .lnbWrap .lnb > li > .depth2 li a { line-height:120%; font-size:1.6rem; font-weight:400; color:#555; padding:0.7rem 1.2rem; }
.container .lnbWrap .lnb > li > .depth2 li a:hover { color:#00907F; }
.container .lnbWrap .lnb > li > .depth2 li.active a { font-weight:700; color:#00907F; }
.container .lnbWrap .lnb > li > .depth2 li.active a:hover { background:none; }

/*
.container .lnbWrap .lnb.type2 { display:none; border-top:1px solid #EAEAEA; }
.container .lnbWrap .lnb.type2.active { display:block; }
.container .lnbWrap .lnb.type2 > li {  border-bottom:1px solid #EAEAEA; }
.container .lnbWrap .lnb.type2 > li .btn_depth2_toggle { display:block; padding:0 1.4rem; line-height:6rem; font-size:1.6rem; font-weight:500; color:#222; background:url("../../assets/images/ico_lnb_arrow_down.svg") right 2.3rem center no-repeat; }
.container .lnbWrap .lnb.type2 > li .btn_depth2_toggle.active { color:#222; background:url("../../assets/images/ico_lnb_arrow_up.svg") right 2.3rem center no-repeat; }
.container .lnbWrap .lnb.type2 > li > .depth2 { display:none; border-top:1px solid #888; padding:2rem 0;  }
.container .lnbWrap .lnb.type2 > li > .depth2.active { display:block; }
.container .lnbWrap .lnb.type2 > li > .depth2 li { display:flex; align-items:center; padding:0 0.8rem; margin:0 0 0.6rem; }
.container .lnbWrap .lnb.type2 > li > .depth2 li:last-child { margin:0; }
.container .lnbWrap .lnb.type2 > li > .depth2 li a { line-height:120%; font-size:1.6rem; font-weight:400; color:#555; padding:1rem 1.2rem; }
.container .lnbWrap .lnb.type2 > li > .depth2 li a:hover { color:#00907F; }
.container .lnbWrap .lnb.type2 > li > .depth2 li.active a { font-weight:700; color:#00907F; }
.container .lnbWrap .lnb.type2 > li > .depth2 li.active a:hover { background:none; }
*/

.page-navidation { position:absolute; top:11rem; right:9rem; }
.page-navidation ul { display:flex; align-items:center; gap:0; list-style:none; padding:0; margin:0; }
.page-navidation ul li { display:flex; align-items:center; font-size:1.4rem; font-weight:400; color:#888; }
.page-navidation ul li + li::before { content:'›'; margin:0 0.6rem; color:#bbb; font-size:1.2rem; }
.page-navidation ul li.ico_home { gap:0.4rem; }
.page-navidation ul li.ico_home svg { width:1.6rem; height:1.6rem; flex-shrink:0; }
.page-navidation ul li.current { color:#333; font-weight:500; }

.container .lnbWrap.tablet_active { width:29rem; }
.container .lnbWrap .hd .btn_lnb_toggle.tablet_active {  background:url("../../assets/images/ico_lnb_toggle_on.svg") 50% 50% no-repeat; }
.container .lnbWrap .lnb.tablet_active { display:block; }

.container .contents { flex:1; margin:0 9rem 0 0; padding:0 0 8rem; overflow:hidden; }
.container .contents.col-1 { margin-left:9rem; }
.container .contents .titWrap { display:flex; align-items: center;}
.container .contents .titWrap h1 { font-size:3.2rem; font-weight:500; }

.tblCategoryType { margin:4.5rem 0 0; display:flex; gap:1rem; }
.tblCategoryType.flex-wrap { flex-wrap:wrap; }
.tblCategoryType.nostyle { margin:0; padding:0; background:none; }
.tblCategoryType .radioBox { display:flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.tblCategoryType .radioBox input { display: none; }
.tblCategoryType .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.4rem; font-weight:400; color:#fff !important; line-height:3rem; border-radius:1.5rem; background:#999; padding:0 1.5rem !important; }
.tblCategoryType .radioBox input:checked + label { background:#00907F; }
.tblCategoryType.no-wrap { flex-wrap: nowrap !important; }
.tblCategoryType.no-wrap .radioBox { flex:0 0 auto !important;  }

/* 말머리 교과학습 & 대회행사 & 진로진학 */
/* 말머리 공지 & 신청서 & 평가 & 기타 */
.tblCategoryType.nostyle.score .radioBox { display:flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.tblCategoryType.nostyle.score .radioBox input { display: none; }
.tblCategoryType.nostyle.score .radioBox label { width:8rem; cursor:pointer; display:inline-flex; align-items:center; justify-content: center; font-size:1.4rem; font-weight:400; color:#fff !important; line-height:3rem; border-radius:1.5rem; background:#999; padding:0 !important; }
.tblCategoryType.nostyle.score .radioBox:nth-child(1) input:checked + label { background:#00907F; }
.tblCategoryType.nostyle.score .radioBox:nth-child(2) input:checked + label { background:#404040; }
.tblCategoryType.nostyle.score .radioBox:nth-child(3) input:checked + label { background:#777; }
.tblCategoryType.nostyle.score .radioBox:nth-child(4) input:checked + label { background:#64B5F6; }
/* 목록에는 고정 클래스 적용 */
.tblCategoryType.nostyle.score .radioBox.score1 input:checked + label { background:#00907F; }
.tblCategoryType.nostyle.score .radioBox.score2 input:checked + label { background:#404040; }
.tblCategoryType.nostyle.score .radioBox.score3 input:checked + label { background:#777; }
.tblCategoryType.nostyle.score .radioBox.score4 input:checked + label { background:#64B5F6; }

/* 말머리 분실 & 습득 */
.tblCategoryType.nostyle.Fixedtag .radioBox { display:flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.tblCategoryType.nostyle.Fixedtag .radioBox input { display: none; }
.tblCategoryType.nostyle.Fixedtag .radioBox label { width:8rem; cursor:pointer; display:inline-flex; align-items:center; justify-content: center; font-size:1.4rem; font-weight:400; color:#fff !important; line-height:3rem; border-radius:1.5rem; background:#999; padding:0 !important; }
.tblCategoryType.nostyle.Fixedtag .radioBox:nth-child(1) input:checked + label { background:#404040; }
.tblCategoryType.nostyle.Fixedtag .radioBox:nth-child(2) input:checked + label { background:#00907F; }
/* 목록에는 고정 클래스 적용 */
.tblCategoryType.nostyle.Fixedtag .radioBox.Fixedtag1 input:checked + label { background:#404040; }
.tblCategoryType.nostyle.Fixedtag .radioBox.Fixedtag2 input:checked + label { background:#00907F; }

.tblCategoryType.nostyle .chkBox { display:flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.tblCategoryType.nostyle .chkBox input { display: none; }
.tblCategoryType.nostyle .chkBox label { cursor:pointer; display:inline-flex; align-items:center; justify-content: center; font-size:1.4rem; font-weight:400; color:#fff !important; line-height:3rem; border-radius:1.5rem; background:#999; padding:0 1.5rem !important; }
.tblCategoryType.nostyle .chkBox input:checked + label { background:#00907F; }

/* 상벌점 */
.tblCategoryType.nostyle.re-pu .radioBox { display:flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.tblCategoryType.nostyle.re-pu .radioBox input { display: none; }
.tblCategoryType.nostyle.re-pu .radioBox label { width:8rem; cursor:pointer; display:inline-flex; align-items:center; justify-content: center; font-size:1.4rem; font-weight:400; color:#fff !important; line-height:3rem; border-radius:1.5rem; background:#999; padding:0 !important; }
.tblCategoryType.nostyle.re-pu .radioBox:nth-child(1) input:checked + label { background:#00907F; }
.tblCategoryType.nostyle.re-pu .radioBox:nth-child(2) input:checked + label { background:#FF4E74; }
.tblCategoryType.nostyle.re-pu .radioBox:nth-child(3) input:checked + label { background:#404040; }

.tblWrap { position:relative;  margin:4.5rem 0 0;  }
.tblWrap.mt-50 { margin:5rem 0 0; }
.tblWrap.mt-25 { margin:2.5rem 0 0; }
.tblWrap table { }
.tblWrap table tr:last-child td { border-bottom:1px solid #dcdcdc; }
.tblWrap table tr:hover > td { background:#f9f9f9; }
.tblWrap table th { padding:0 0 1.9rem; border-bottom:1px solid #000; font-size:1.5rem; font-weight:400; }
.tblWrap table th .tbl_sort { font-size:1.6rem; font-weight:400; color:#666; padding-right:2rem; background:url("../../assets/images/ico_sort.svg") 100% 50% no-repeat; }
.tblWrap table th .tbl_rows { font-size:1.6rem; font-weight:400; color:#666; padding-right:2rem; background:url("../../assets/images/ico_sort.svg") 100% 50% no-repeat; }
.tblWrap table td { padding:1.5rem 1rem; position:relative; font-size:1.5rem; font-weight:400; color:#666; border-bottom:1px solid #DCDCDC; text-align:center; line-height:130%; }
.tblWrap table .subject { text-align:left; flex:1;  }
.tblWrap table .subject strong { margin-right:1rem; }
.tblWrap table td a { margin-right:0.5rem; font-size:1.5rem; letter-spacing:-0.02rem; font-weight:400; color:#333; }
.tblWrap table td:first-child {  }
.tblWrap table td .notice { width:6rem; display:inline-block; border-radius:0.2rem; padding:0 0.4rem; line-height:2.2rem; background:#666; font-size:1.2rem; font-weight:500; color:#Fff; }
.tblWrap table td .tag { display:flex; justify-content: center; gap:0.4rem; }
.tblWrap.device_tblWrap_mo table td .tag { justify-content: flex-start; }
.tblWrap table td .tag li { text-align:center; padding:0 0.7rem; line-height:2rem; border:1px solid #D6D6D6; background:#ECECEC; font-size:1.2rem; font-weighT:500; color:#666; }
.tblWrap table td .tag.txt li { width:auto; padding:0 1rem; }
.tblWrap table td span { margin-right:0.2rem; }
.tblWrap table td span img { margin-top:-0.2rem; }
.tblWrap table td .link { text-decoration: underline; }
.tblWrap .btn_write { position:absolute; text-align:center; right:0; top:0; padding:0 1.5rem; line-height:3.5rem; background:#666; font-size:1.5rem; font-weight:400; color:#fff; border-radius:0.3rem; }
.tblWrap .btn_write:hover { background-color: #444; }

.tblWrap:not(.device_tblWrap_mo) table td .info { margin:1rem 0 0; display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; }
.tblWrap table td .info { position:relative; }
.tblWrap table td .info > p::after { content:"";  height:1rem; border-right:1px solid #ddd; padding-right:1rem; }
.tblWrap.device_tblWrap_mo table td .info > p span:not(:last-child)::after { content:"";  height:1rem; border-right:1px solid #ddd; padding-right:1rem; }
.tblWrap table td .info > p:last-child::after { display:none; }
.tblWrap table td .num { margin-right:1rem; font-size:1.5rem; font-weight:400; color:#666; }

.tblWrap table .thumbnail { width:14rem; height:14rem; margin-right:2rem; }
.tblWrap table .thumbnail img { width:100%; height:100%; object-fit: contain; }

.tblWrap.device_tblWrap_pc .overflow-x { overflow:hidden !important; white-space:normal; }
.tblWrap.device_tblWrap_pc table { margin-top:0 !important; }
.tblWrap.device_tblWrap_pc table col:nth-child(1) { width:7rem !important; }

.tblWrap .frm_select { width:auto; font-size:1.4rem; font-weight:400; color:#666; padding-right:2rem; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url("../../assets/images/ico_sort.svg") 100% 50% no-repeat; }
.tblWrap .frm_select:focus { border:0 !important; }

.tblWrap .frm_select.line { min-width:14rem; width:auto; height:3.4rem; padding:0 4rem 0 1.5rem;  font-size:1.4rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 2rem center no-repeat; }
.tblWrap .frm_select.line:focus { border:1px solid #333 !important; }
.tblWrap .frm_select.line.mb-10 { margin-bottom:1rem; }

.tblWrap .chkBox { display:flex; justify-content: center; gap:1rem; }
.tblWrap table .chkBox { justify-content: flex-start; }
.tblWrap .chkBox input { display: none; }
.tblWrap .chkBox label { cursor:pointer; gap:1rem; display:flex; align-items:center; font-size:1.4rem; font-weight:500; color:#333; }
.tblWrap .chkBox label span { margin:0 !important; min-width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_v2_off.svg") 50% 50% no-repeat; background-size:contain; }
.tblWrap .chkBox input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }
.tblWrap .d_flex { display:flex; align-items: center; }
.tblWrap .d_flex > .chkBox { flex:1; }


.tblWrap.row-2 th {  }
.tblWrap.row-2 .grayline th { border-bottom:1px solid #ddd; }
.tblWrap .status.col-1 { color:#226CEF; }
.tblWrap .status.col-2 { color:#00907F; }

.tblWrap.row-2 thead th { border:0 !important; height:4.05rem !important; }
.tblWrap.row-2 thead tr:last-child th { border-top:1px solid #000 !important; padding:1rem !important; border-bottom:1px solid #ddd !important; }
.tblWrap.row-2 td { border:0; height:4rem !important; padding:1rem !important; }

.tblWrap .faqList {  margin:4.5rem 0 0;  }
.tblWrap .faqList li { border:1px solid #ddd; border-radius:0.3rem; margin:0 0 1.5rem;  }
.tblWrap .faqList li:last-child { margin:0; }
.tblWrap .faqList li .question { display:flex; align-items:center; padding:1.5rem 3rem; background:#F4F7F9; }
.tblWrap .faqList li .type { font-size:1.8rem; font-weight:500; margin-right:1rem;  }
.tblWrap .faqList li .subject { flex:1; margin-right:2rem; font-size:1.5rem; font-weight:500; color:#333; line-height:2rem; overflow-y:auto; max-height:8rem; }
.tblWrap .faqList li .btn_answer_write { margin-left:auto; height:3.4rem; padding:0 2.1rem; border:1px solid #D6D6D6; font-size:1.5rem; font-weight:400; color:#666; background:#fff; }
.tblWrap .faqList li .con-hidden { display:flex; align-items:center; gap:2rem; margin-left:2rem; }
.tblWrap .faqList li .con-hidden p { font-size:1.4rem; font-weight:500; color:#333;  }

.tblWrap .faqList li .btn_comment_menu { margin-left:1rem; position:relative; width:3rem; height:3rem; background:url("../../assets/images/ico_comment_menu.svg") 50% 50% no-repeat; }
.tblWrap .faqList li .btn_comment_menu div { display:none; box-shadow:2px 2px 12px 0 rgba(34,34,34,.1); z-index:9; position:absolute; top:2.5rem; right:0; width:6.6rem; background:#fff; border:1px solid #E8E8E8; border-radius:1rem; }
.tblWrap .faqList li .btn_comment_menu div a { display:block; line-height:3.8rem; border-bottom:1px solid #E8E8E8; font-size:1.4rem; font-weight:400; color:#666; }
.tblWrap .faqList li .btn_comment_menu div a:hover { background:#f8f8f8; }
.tblWrap .faqList li .btn_comment_menu div a:last-child { border:0; }
.tblWrap .faqList li .answer { display:flex; align-items:center; padding:2rem 3rem; border-top:1px solid #eee; }
.tblWrap .faqList li .answer .subject { flex:1; margin-right:2rem; font-size:1.4rem; font-weight:500; color:#333; line-height:2rem; }
.tblWrap .faqList li .answer .commentWrite { flex:1; display:flex; }
.tblWrap .faqList li .answer .commentWrite textarea { flex:1; height:8rem; border:1px solid #D6D6D6; padding:1.2rem 2rem; font-size:1.5rem; font-weight:400; color:#666; }
.tblWrap .faqList li .answer .commentWrite .btnarea { margin-left:1rem; display:flex; gap:0.5rem; }
.tblWrap .faqList li .answer .commentWrite .btnarea .btn_border { display:block; padding:0 1rem; height:8rem; line-height:4rem; text-align:center; border-radius:0.3rem; font-size:1.6rem; font-weight:400; color:#fff; background:#00907F; }

.tblWrap .btn_tbl_gray { padding:0 2rem; height:3rem; border-radius:0.3rem; background:#666; font-size:1.4rem; font-weight:400; color:#fff; }
.tblWrap .btn_tbl_solid { padding:0 2rem; height:3rem; border-radius:0.3rem; background:#fff; border:1px solid #ddd; font-size:1.4rem; font-weight:400; color:#333; }
.tblWrap .tr-bg td { background:#f0f7f7; }
.tblWrap .mt-20 { margin-top:2rem !important; }

.board_search { margin:2.2rem 0 0;  background:#f1f1f1; border-radius:0.3rem; }
.board_search .d-flex { height:7.5rem; display:flex; align-items: center; justify-content:center; gap:0.4rem; }
.board_search .d-flex select { width:15rem; height:4.5rem; padding:0 2rem;  font-size:1.5rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 2rem center no-repeat; }

.board_search .d-flex input { padding:0 6rem 0 2rem; font-size:1.5rem; font-weight:400; color:#666; width:45rem; height:4.5rem; border:1px solid #DFDFDF; border-radius:0.3rem; }
.board_search .relative { position:relative; }
.board_search .btn_sch_board { position:absolute; top:1rem; right:2rem; width:2.1rem; height:2.1rem; background:url("../../assets/images/ico_board_sch.svg") 50% 50% no-repeat; }

@media all and (max-width: 1279px) {
    .page-navidation { right:2rem;  }
}

@media all and (max-width: 1023px) {

    .page-navidation { display:none !important; }

    .tblWrap .faqList {  margin:1.5rem 0 0;  }
    .tblWrap .faqList li { border:1px solid #ddd; border-radius:0.3rem; margin:0 0 1rem;  }
    .tblWrap .faqList li:last-child { margin:0; }
    .tblWrap .faqList li .question { height:15rem; position:relative; display:flex; align-items:flex-start; padding:1.2rem; background:#F4F7F9; }
    .tblWrap .faqList li .type { font-size:1.8rem; font-weight:500; margin-right:1rem;  }
    .tblWrap .faqList li .subject { position:absolute; top:6rem; left:0; width:100%; flex:1; margin-right:2rem; font-size:1.3rem; font-weight:500; color:#333; line-height:2rem; overflow-y:auto; max-height:8rem; padding:1rem; }
    .tblWrap .faqList li .btn_answer_write { margin-left:auto; margin-right:0.5rem; height:3rem; padding:0 0.5rem; border:1px solid #D6D6D6; font-size:1.3rem; font-weight:400; color:#666; background:#fff; }
    .tblWrap .faqList li .con-hidden { display:flex; align-items:center; gap:0.5rem; margin-left:0; }
    .tblWrap .faqList li .con-hidden p { font-size:1.2rem; font-weight:500; color:#333; line-height:3rem; }

    .tblWrap .faqList li .btn_comment_menu { margin-left:0; position:relative; width:3rem; height:3rem; background:url("../../assets/images/ico_comment_menu.svg") 50% 50% no-repeat; }
    .tblWrap .faqList li .btn_comment_menu div { display:none; box-shadow:2px 2px 12px 0 rgba(34,34,34,.1); z-index:9; position:absolute; top:2.5rem; right:0; width:6.6rem; background:#fff; border:1px solid #E8E8E8; border-radius:1rem; }
    .tblWrap .faqList li .btn_comment_menu div a { display:block; line-height:3.8rem; border-bottom:1px solid #E8E8E8; font-size:1.4rem; font-weight:400; color:#666; }
    .tblWrap .faqList li .btn_comment_menu div a:hover { background:#f8f8f8; }
    .tblWrap .faqList li .btn_comment_menu div a:last-child { border:0; }
    .tblWrap .faqList li .answer { height:15rem; position:relative; display:flex; align-items:flex-start; padding:1.2rem; border-top:1px solid #eee; }
    .tblWrap .faqList li .answer .con-hidden { margin-left:auto; }
    .tblWrap .faqList li .answer .subject { position:absolute; top:6rem; left:0; width:100%; flex:1; margin-right:2rem; font-size:1.3rem; font-weight:500; color:#333; line-height:2rem; }
    .tblWrap .faqList li .answer .commentWrite { flex:1; display:block; }
    .tblWrap .faqList li .answer .commentWrite textarea { flex:1; width:100%; height:8rem; border:1px solid #D6D6D6; padding:1.2rem; font-size:1.5rem; font-weight:400; color:#666; }
    .tblWrap .faqList li .answer .commentWrite .btnarea { margin-left:1rem; display:flex; gap:0.5rem; margin:1rem 0 0;  }
    .tblWrap .faqList li .answer .commentWrite .btnarea .btn_border { display:block; padding:0 1rem; width:100%; height:6rem; line-height:6rem; text-align:center; border-radius:0.3rem; font-size:1.5rem; font-weight:400; color:#fff; background:#00907F; }
    .tblWrap .faqList li:last-child .answer:last-child { height:auto; }

}



.tblDetail { margin:4.5rem 0 0; }
.tblDetail .control-search { margin:2rem 0 2.5rem; }
.tblDetail .control-search fieldset { display:flex; align-items:center; background:#f1f1f1; border-radius:0.3rem; padding:1.5rem 4rem; height:6.5rem; }
.tblDetail .radioBox.d-flex { display:flex; align-items: center; justify-content: center;}
.tblDetail .radioBox input { display: none; }
.tblDetail .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.4rem; font-weight:400; color:#333; }
.tblDetail .radioBox label span { margin-right:1rem; width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
.tblDetail .radioBox input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }

.tblDetail .control-search .frm_datetime { width:16rem; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.4rem; font-weight:400; color:#333; background:#fff url("../../assets/images/ico_calendar.svg") right 1.5rem center no-repeat; }

.tblDetail .control-search .btn_sch_save { margin-left:0.5rem; padding:0 1.5rem; height:3.4rem; line-height:3.4rem; text-align:center; border-radius:0.3rem; font-size:1.5rem; font-weight:400; color:#fff; background:#00907F; }
.tblDetail .control-search .btn_sch_save:hover { background:#1A9C8C; }

.tblDetail .control-info { height:8.1rem; margin:0 0 2.5rem; background:#F4F7F9; border-radius:0.3rem; padding:1.2rem 4rem; }
.tblDetail .control-info .d_flex { display:flex; }
.tblDetail .control-info .tit { flex:1; }
.tblDetail .control-info .datetime { margin:1rem 0 0; font-size:1.6rem; font-weight:500; color:#333; }
.tblDetail .status { display:inline-block; text-align:center; line-height:2.6rem; padding:0 1rem; background:#00907F; font-size:1.4rem; font-weight:500; color:#fff; }
.tblDetail .control-info .infoCon { margin-left:auto; display:flex; align-items: center;  }
.tblDetail .control-info .infoCon dl { margin-right:1.6rem; display:flex; font-size:1.5rem; font-weight:500; color:#333; }
.tblDetail .control-info .infoCon dl:last-child { margin-right:0.9rem; }
.tblDetail .btn_open_view { margin-left:auto; font-size:1.5rem; font-weight:400; color:#666; padding:0 2.1rem; background:#fff; height:3.4rem; border:1px solid #D6D6D6; border-radius:0.3rem; }

.tblDetail .hd { display:flex; padding:2.3rem 4rem; border-top:1px solid #000; border-bottom:1px solid #DCDCDC; }
.tblDetail .hd h2 { flex:1; font-size:2.2rem; font-weight:500; }
.tblDetail .area { padding:2.5rem 4rem;  }
.tblDetail .area.line { padding:2.5rem 4rem; background:url("../../assets/images/ico_dotted_line.svg") 50% 0 repeat-x; }
.tblDetail .area .d_flex { display:flex; }
.tblDetail .area .align-items-center { align-items: center;}
.tblDetail .surveyStatus { display:inline-block; height:2.6rem !important; line-height:2.6rem !important; background:#777; padding:0 1.5rem; font-size:1.4rem; color:#fff; }
.tblDetail .surveyStatus.ing { background:#00907F; }
.tblDetail .info { display:flex; align-items: center; }
.tblDetail .info.mt-10 { margin-top:1rem; }
.tblDetail .info li { display:flex; align-items: center; font-size:1.4rem; font-weight:400; color:#777; padding-right:1.2rem; gap:0.2rem; }
.tblDetail .info li::after { content:""; border-right:1px solid #D9D9D9; height:1.2rem; padding-left:1.2rem; }
.tblDetail .info li:last-child::after { display:none; }
.tblDetail .info li .notice { line-height:2.5rem; text-align:center; background:#666; padding:0 0.6rem; font-size:1.4rem; font-weight:500; color:#fff; }
.tblDetail .info li .num { width:2.5rem; line-height:2.5rem; text-align:center; background:#ECECEC; border:1px solid #D6D6D6; padding:0 0.6rem; font-size:1.4rem; font-weight:500; color:#666; }
.tblDetail .info li span { margin-left:1rem; color:#222; }

.tblDetail .con { margin:3rem 0 0; }
.tblDetail .con p { font-size:1.5rem; font-weight:400; line-height:3.2rem;  }
.tblDetail .con a { color:inherit; text-decoration: revert; }
.tblDetail .con u { text-decoration: underline; }
.tblDetail .con s { text-decoration: line-through; }
.tblDetail .con img { max-width:102.4rem !important; height:auto; }
.tblDetail .info2 { display:flex; align-items: center; gap:1.6rem; }
.tblDetail .info2 dt { font-size:1.5rem; font-weight:400; color:#999; }
.tblDetail .info2 dd { font-size:1.5rem; font-weight:400; color:#222; }
.tblDetail .info3 { margin-left:auto; display:flex; align-items: center; gap:0.9rem; }
.tblDetail .info3 .datetime { font-size:1.5rem; font-weight:400; color:#999; }

.tblDetail .surveyList { padding:1.5rem 4rem 2.5rem; line-height:1.5; }
.tblDetail .surveyList.p-0 { padding-left:0; padding-right:0; padding-top:2rem; border-top:1px solid #ddd; }
.tblDetail .surveyList h3 { font-size:1.6rem; font-weight:500;  }
.tblDetail .surveyList .btn_comment_detail { margin-left:auto; padding:0 1.5rem;  height:3.4rem; border-radius:0.3rem; font-size:1.5rem; background:#fff; border:1px solid #d6d6d6; color:#666; }

.tblDetail .surveyList .tbl-tool { display:flex; align-items: center; justify-content: flex-end; gap:1rem; }
.tblDetail .surveyList .tbl-tool .btn_tbl_con_normal { padding:0 2rem; height:4rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#666; }
.tblDetail .surveyList .tbl-tool .btn_tbl_con_normal.active { padding:0 2rem; height:4rem; border:0; background:#666; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#fff; }

@media all and (max-width: 1279px) {

    .tblDetail { margin:1.5rem 0 0; }
    .tblDetail .control-search { margin:2rem 0 2.5rem; overflow:hidden;}
    .tblDetail .control-search fieldset {  display:flex; align-items:center; background:#f1f1f1; border-radius:0.3rem; padding:1.2rem; height:auto; }
    .tblDetail .radioBox.d-flex { display:flex; align-items: center; justify-content: center;}
    .tblDetail .radioBox input { display: none; }
    .tblDetail .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.3rem; font-weight:400; color:#333; }
    .tblDetail .radioBox label span { margin-right:1rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
    .tblDetail .radioBox input:checked + label span {  width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }

    .tblDetail .control-search .frm_datetime { width:16rem; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.4rem; font-weight:400; color:#333; background:#fff url("../../assets/images/ico_calendar.svg") right 1.5rem center no-repeat; }

    .tblDetail .control-search .btn_sch_save { margin-left:0.5rem; padding:0 1.5rem; height:3.4rem; line-height:3.4rem; text-align:center; border-radius:0.3rem; font-size:1.5rem; font-weight:400; color:#fff; background:#00907F; }

    .tblDetail .control-info { height:auto; margin:0 0 2.5rem; background:#F4F7F9; border-radius:0.3rem; padding:1.5rem; }
    .tblDetail .control-info:after { content:""; display:block; clear:both; }
    .tblDetail .control-info .d_flex { display:block; }
    .tblDetail .control-info .status { display:inline-block; }
    .tblDetail .control-info .datetime { font-size:1.4rem; font-weight:500; color:#333; }
    .tblDetail .status { text-align:center; line-height:2.6rem; padding:0 1rem; background:#00907F; font-size:1.4rem; font-weight:500; color:#fff; }
    .tblDetail .control-info .infoCon { margin-left:auto; display:flex; align-items: center; flex-wrap:wrap; line-height:150%; margin:1rem 0 0; }
    .tblDetail .control-info .infoCon dl { margin-right:1.6rem; display:flex; font-size:1.5rem; font-weight:500; color:#333;  }
    .tblDetail .control-info .infoCon dl:last-child { margin-right:0.9rem; }

    .tblDetail .btn_open_view { margin-left:auto; font-size:1.5rem; font-weight:400; color:#666; padding:0 2.1rem; background:#fff; height:3.4rem; border:1px solid #D6D6D6; border-radius:0.3rem; margin:1rem 0 0; float:none; display:block;  }

    .tblDetail .control-info .infoCon .btn_open_view { float:none; margin:1rem 0; }

    .tblDetail .hd { display:block; padding:1.5rem 0; border-top:1px solid #000; border-bottom:1px solid #DCDCDC; }
    .tblDetail .hd::after { content:""; display:block; clear:both; }
    .tblDetail .hd h2 { flex:1; font-size:1.8rem; font-weight:500; }
    .tblDetail .area { padding:1.5rem 0;  }
    .tblDetail .area.line { padding:1.5rem 0; background:url("../../assets/images/ico_dotted_line.svg") 50% 0 repeat-x; }
    .tblDetail .area .d_flex { display:block; }
    .tblDetail .area .align-items-center { align-items: center;}
    .tblDetail .surveyStatus { margin:1rem 0 0; display:inline-block; height:2.6rem !important; line-height:2.6rem !important; background:#777; padding:0 1.5rem; font-size:1.4rem; color:#fff; }
    .tblDetail .surveyStatus.ing { background:#00907F; }
    .tblDetail .info { display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; }
    .tblDetail .info.mt-10 { margin-top:1rem; }
    .tblDetail .info li { display:flex; align-items: center; font-size:1.4rem; font-weight:400; color:#777; padding-right:0.5rem;}
    .tblDetail .info li::after { content:""; border-right:1px solid #D9D9D9; height:1.2rem; padding-left:0.5rem; }
    .tblDetail .info li:last-child::after { display:none; }
    .tblDetail .info li .notice { line-height:2rem; text-align:center; background:#666; padding:0 0.6rem; font-size:1.4rem; font-weight:500; color:#fff; }
    .tblDetail .info li .num { width:2rem; line-height:1.8rem; text-align:center; background:#ECECEC; border:1px solid #D6D6D6; padding:0 0.6rem; font-size:1.1rem; font-weight:500; color:#666; }
    .tblDetail .info li span { margin-left:1rem; color:#222; }

    .tblDetail .con { margin:3rem 0 0; }
    .tblDetail .con p { font-size:1.2rem; font-weight:400; line-height:180%; }
    .tblDetail .info2 { display:block; align-items: center; gap:0.5rem; }
    .tblDetail .info2 dt { font-size:1.3rem; font-weight:400; color:#999; }
    .tblDetail .info2 dd { margin:1rem 0 0; font-size:1.3rem; font-weight:400; color:#222; }
    .tblDetail .info3 { margin-left:auto; display:block; align-items: center; gap:0.9rem; margin:1rem 0 0; }
    .tblDetail .info3 .status { display:inline-block; }
    .tblDetail .info3 .datetime { margin:1rem 0 0; font-size:1.2rem; font-weight:400; color:#999; }

    .tblDetail .surveyList { padding:1.5rem 0; line-height:1.5; }
    .tblDetail .surveyList h3 { font-size:1.4rem; font-weight:500;  }
    .tblDetail .surveyList .btn_comment_detail { margin-left:auto; padding:0 1.5rem;  height:3.4rem; border-radius:0.3rem; font-size:1.4rem; background:#fff; border:1px solid #d6d6d6; color:#666; }

    .tblDetail .surveyList .tbl-tool { display:flex; align-items: center; justify-content: flex-end; flex-wrap:wrap; gap:1rem; font-size:1.3rem; }
    .tblDetail .surveyList .tbl-tool .btn_tbl_con_normal { width:100%; padding:0 2rem; height:4rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#666; }
    .tblDetail .surveyList .tbl-tool .btn_tbl_con_normal.active { padding:0 2rem; height:4rem; border:0; background:#666; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#fff; }

}

.ul-surveyList { margin:2rem 0 0; }
.ul-surveyList li { border:1px solid #ddd; background:#fff; padding:2rem; margin:0 0 1rem; border-radius:0.3rem; position:relative; }
.ul-surveyList li:last-child { margin:0; }
.ul-surveyList li .qa { font-size:1.5rem; margin:0 0 1rem; }
.ul-surveyList li .radioBox:not(:last-child) { margin:0 0 1rem; }
.ul-surveyList li .chkBox:not(:last-child) { margin:0 0 1rem; }
.ul-surveyList li .chkBox { justify-content: flex-start; }
.ul-surveyList li .d_flex { gap:0.5rem; margin:0 0 1rem; }
.ul-surveyList li .d_flex .radioBox { margin:0; }
.ul-surveyList li .d_flex .chkBox { flex:0; margin:0;  }
.ul-surveyList li .chkBox label { align-items: flex-start; }
.ul-surveyList li .thumbnail { width:8rem; height:8rem; overflow:hidden; }
.ul-surveyList li .thumbnail img { width:100%; height:auto; object-fit:contain; }
.ul-surveyList.col { margin:2rem 0 0;  display:flex; gap:1rem; }
.ul-surveyList.col li { margin:0 !important; border:0 !important; padding:1rem; }

.ul-infoList { margin:1rem 0 0; }
.ul-infoList > li { display:flex; border:1px solid #ddd; background:#fff; border-radius:0.3rem; margin:0 0 1rem; padding:2rem;  }
.ul-infoList > li:last-child { margin:0; }
.ul-infoList > li .d_flex { align-items: flex-start; }
.ul-infoList > li .tit { width:8rem; font-size:1.5rem; }
.ul-infoList > li .tit-con { flex:1; font-size:1.5rem; }
.ul-infoList > li .tit-con .subject { font-weight:600; }

.ul-infoList > li .tbl-result { margin:1rem 0 0; }
.ul-infoList > li .tbl-result > li { padding:0 !important; font-size:1.3rem !important;  height:auto !important; border:1px solid #ddd; text-align:left; margin:0 0 0.2rem; }
.ul-infoList > li .tbl-result > li dl { display:flex; padding:0.7rem 1rem; }
.ul-infoList > li .tbl-result > li dl dt { flex:1; padding-right:2rem; }
.ul-infoList > li .tbl-result > li dl dd { border-left:1px solid #fff; width:13rem; text-align:center; background:#fff; display:flex; align-items: center; justify-content: center;}
.ul-infoList > li .tbl-result > li:last-child dl dt { text-align:center; }

.ul-infoList > li .tbl-result > li .scroll-y { background:#fff; height:10rem; overflow-y:auto; border-top:1px solid #ddd; }
.ul-infoList > li .tbl-result > li .scroll-y dl { border-bottom:1px solid #ddd; }
.ul-infoList > li .tbl-result > li .scroll-y dl dt { flex:none; color:#666; text-align:left; }
.ul-infoList > li .tbl-result > li .scroll-y dl dd { width:auto; text-align:left; flex:1; }
.ul-infoList > li .tbl-result > li .scroll-y dl dd:nth-child(2) { flex:none; width:10rem; }
.ul-infoList > li .tbl-result > li .scroll-y dl dt:nth-child(3) { margin-left:2rem; }

.ul-infoList > li .ul-thumbnail { margin:1rem 0 0;  display:flex; gap:1rem; }
.ul-infoList > li .ul-thumbnail > li .thumbnail { width:8rem; height:8rem; overflow:hidden; }
.ul-infoList > li .ul-thumbnail > li .thumbnail img { width:100%; height:auto; object-fit:contain; }


.tblDetail .filedownload { display:flex; align-items: flex-end; padding:2.1rem 4rem; background:url("../../assets/images/ico_dotted_line.svg") 50% 0 repeat-x;  }
.tblDetail .filedownload li { margin:0 0 0.5rem; }
.tblDetail .filedownload li:last-child { margin:0; }
.tblDetail .filedownload li a { display:inline-block; font-size:1.5rem; font-weight:500; padding:0 1.5rem; line-height:5rem; border-radius:0.5rem; text-align:center; background:#f1f1f1; }

.tblDetail .btnfrmWrap { margin-left:auto; display:flex; gap:0.6rem; justify-content: flex-end; margin:0 0 2rem; }
.tblDetail .btnfrmWrap.border-top { border-top:1px solid #222; padding-top:2rem; }
.tblDetail .btnfrmWrap .btn_border { display:block; padding:0 3rem; height:4rem; line-height:4rem; text-align:center; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.6rem; font-weight:400; color:#666; background:#fff; }
.tblDetail .btnfrmWrap .btn_primary { display:block; padding:0 3rem; height:4rem; line-height:4rem; text-align:center; border-radius:0.3rem; font-size:1.6rem; font-weight:400; color:#fff; background:#00907F; }
.tblDetail .btnfrmWrap .btn_primary:hover { background:#1A9C8C; }
.tblDetail .btnfrmWrap .btn_gray { display:block; padding:0 3rem; height:4rem; line-height:4rem; text-align:center; border-radius:0.3rem; font-size:1.6rem; font-weight:400; color:#fff; background:#666; }

.tblDetail .comment { position:relative;  }
.tblDetail .comment > ul > li { position:relative; padding:2.3rem 4rem 2rem; border-top:1px solid #ddd;  }
.tblDetail .comment > ul > li .cm-info { display:flex; align-items: center; gap:1.2rem; }
.tblDetail .comment > ul > li .cm-info .name { font-size:1.5rem; font-weight:600; color:#666; }
.tblDetail .comment > ul > li .cm-info .writer { font-size:1.5rem; font-weight:500; color:#00907F; }
.tblDetail .comment > ul > li .cm-info .datetime { font-size:1.4rem; font-weight:500; color:#999; }
.tblDetail .comment > ul > li .subject { font-size:1.5rem; font-weight:400; color:#222; margin:1.4rem 0 0; padding-right:10rem; }

.tblDetail .comment > ul > li.reComment { border-top:0; padding:0 4rem 2.3rem; }
.tblDetail .comment > ul > li.reComment .box { background:#FAFAFA url("../../assets/images/ico_recomment.svg") 1.5rem 1.5rem no-repeat; border-radius:0.5rem; padding:1.7rem 3rem; }

.container .control { position:absolute; top:2.2rem; right:5rem; gap:0.5rem; display:flex;  }
.container .control .btn_recomment { font-size:1.4rem; font-weight:500; color:#999; }
.container .control .btn_comment_menu { position:relative; width:3rem; height:3rem; background:url("../../assets/images/ico_comment_menu.svg") 50% 50% no-repeat; }
.container .control .btn_comment_menu div { display:none; box-shadow:2px 2px 12px 0 rgba(34,34,34,.1); z-index:9; position:absolute; top:2.5rem; right:0; width:6.6rem; background:#fff; border:1px solid #E8E8E8; border-radius:1rem; oveflow:hidden; }
.container .control .btn_comment_menu div a { display:block; line-height:3.8rem; border-bottom:1px solid #E8E8E8; font-size:1.4rem; font-weight:400; color:#666; }
.container .control .btn_comment_menu div a:hover {  }
.container .control .btn_comment_menu div a:last-child { border:0; }

.container .control.relative { position:relative; top:0; right:1rem; justify-content: center; }
.container .control.relative .btn_comment_menu div { width:12rem; text-align:left; top:2.5rem; right:0; }
.container .control.relative .btn_comment_menu div a { padding:0 1rem; }

.tblDetail .comment .reWrite { display:flex; margin:1rem 0 0; background:#FAFAFA; padding:2rem; }
.tblDetail .comment .reWrite textarea { flex:1; height:6rem; border:1px solid #D6D6D6; padding:1.2rem 2rem; font-size:1.5rem; font-weight:400; color:#666; }
.tblDetail .comment .reWrite .btnarea { margin-left:1rem; display:flex; gap:0.5rem; }
.tblDetail .comment .reWrite .btnarea .btn_border { display:block; width:7rem; height:6rem; line-height:6rem; text-align:center; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.6rem; font-weight:400; color:#666; background:#fff; }
.tblDetail .comment .reWrite .btnarea .btn_border.active { background:#666; color:#fff; }

.tblDetail .comment .d_flex { display:flex; align-items: center; }
.tblDetail .comment .answer { width:6rem; text-align:left; font-size:2.5rem; font-weight:600; color:#333; }

.tblDetail .commentWrite { border-top:1px solid #222; padding:2rem 4rem 0; display:flex; }
.tblDetail .commentWrite textarea { flex:1; height:8rem; border:1px solid #D6D6D6; padding:1.2rem 2rem; font-size:1.5rem; font-weight:400; color:#666; }
.tblDetail .commentWrite .btnarea { margin-left:1rem; display:flex; gap:0.5rem; }
.tblDetail .commentWrite .btnarea .btn_border { display:block; padding:0 1rem; width:9rem; height:8rem; line-height:4rem; text-align:center; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.6rem; font-weight:400; color:#666; background:#fff; }
.tblDetail .commentWrite .btnarea .btn_border.active { background:#666; color:#fff; }

@media all and (max-width: 1279px) {

    .ul-surveyList { margin:1rem 0 0; }
    .ul-surveyList li { border:1px solid #ddd; background:#fff; padding:1rem; margin:0 0 1rem; border-radius:0.3rem; position:relative;  }
    .ul-surveyList li:last-child { margin:0; }
    .ul-surveyList li .qa { font-size:1.4rem; margin:0 0 1rem; }
    .ul-surveyList li .radioBox:not(:last-child) { margin:0 0 1rem; }
    .ul-surveyList li .chkBox:not(:last-child) { margin:0 0 1rem; }
    .ul-surveyList li .d_flex { display:flex !important; gap:0.5rem; flex-wrap:wrap; }
    .ul-surveyList li .d_flex .radioBox { margin:0; }
    .ul-surveyList li .d_flex .chkBox { flex:0; margin:0; }
    .ul-surveyList li .d_flex .chkBox label { align-items: flex-start; }
    .ul-surveyList li .thumbnail { width:5rem; height:5rem; overflow:hidden; }
    .ul-surveyList li .thumbnail img { width:100%; height:auto; object-fit:contain; }
    .ul-surveyList li .btn_ico_del { width:2rem !important; height:2rem !important; background-size:1rem !important; }
    .ul-surveyList.col { margin:2rem 0 0;  display:flex; gap:0.5rem; flex-wrap:wrap; }
    .ul-surveyList.col li { margin:0 !important; overflow-x:hidden;  }

    .ul-infoList { margin:1rem 0 0; }
    .ul-infoList > li { display:block; border:1px solid #ddd; background:#fff; border-radius:0.3rem; margin:0 0 1rem; padding:1rem;  }
    .ul-infoList > li:last-child { margin:0; }
    .ul-infoList > li .d_flex { align-items: flex-start; }
    .ul-infoList > li .tit { margin:0 0 1rem; width:auto; font-size:1.4rem; }
    .ul-infoList > li .tit-con { flex:1; font-size:1.4rem; }
    .ul-infoList > li .tit-con .subject { font-weight:600; }

    .ul-infoList > li .tbl-result { margin:1rem 0 0; }
    .ul-infoList > li .tbl-result > li { padding:0 !important; font-size:1.3rem !important;  height:auto !important; border:1px solid #ddd; text-align:left;  }
    .ul-infoList > li .tbl-result > li dl { display:flex; padding:0.7rem 1rem; overflow-x:auto; white-space: nowrap; }
    .ul-infoList > li .tbl-result > li dl dt { flex:1; padding-right:2rem; }
    .ul-infoList > li .tbl-result > li dl dd { border-left:1px solid #fff; width:13rem; text-align:center; background:#fff; display:flex; align-items: center; justify-content: center;}
    .ul-infoList > li .tbl-result > li:last-child dl dt { text-align:center; }

    .ul-infoList > li .tbl-result > li .scroll-y { background:#fff; height:10rem; overflow-y:auto; border-top:1px solid #ddd; }
    .ul-infoList > li .tbl-result > li .scroll-y dl { border-bottom:1px solid #ddd; }
    .ul-infoList > li .tbl-result > li .scroll-y dl dt { flex:none; color:#666; text-align:left; }
    .ul-infoList > li .tbl-result > li .scroll-y dl dd { width:auto; text-align:left; flex:1; }
    .ul-infoList > li .tbl-result > li .scroll-y dl dd:nth-child(2) { flex:none; width:10rem; }
    .ul-infoList > li .tbl-result > li .scroll-y dl dt:nth-child(3) { margin-left:2rem; }

    .ul-infoList > li .ul-thumbnail { margin:1rem 0 0;  display:flex; gap:1rem; }
    .ul-infoList > li .ul-thumbnail > li .thumbnail { width:5rem; height:5rem; overflow:hidden; }
    .ul-infoList > li .ul-thumbnail > li .thumbnail img { width:100%; height:auto; object-fit:contain; }

    .tblDetail .filedownload { display:block; align-items: flex-end; padding:1.5rem 0; background:url("../../assets/images/ico_dotted_line.svg") 50% 0 repeat-x;  }
    .tblDetail .filedownload li { margin:0 0 0.5rem; }
    .tblDetail .filedownload li:last-child { margin:0; }
    .tblDetail .filedownload li a { display:inline-block; font-size:1.5rem; font-weight:500; padding:0 1.5rem; line-height:5rem; border-radius:0.5rem; text-align:center; background:#f1f1f1; }

    .tblDetail .btnfrmWrap { margin-left:auto; display:flex; gap:0.6rem; justify-content: flex-end; flex-wrap:wrap; margin:1rem 0 2rem; }
    .tblDetail .btnfrmWrap > * { flex:1 1 auto; width:calc(100% / 2 - 0.3rem); }
    .tblDetail .btnfrmWrap.border-top { border-top:1px solid #222; padding-top:2rem; }
    .tblDetail .btnfrmWrap .btn_border { display:block; padding:0 3rem; height:4rem; line-height:4rem; text-align:center; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.6rem; font-weight:400; color:#666; background:#fff; }
    .tblDetail .btnfrmWrap .btn_primary { display:block; padding:0 3rem; height:4rem; line-height:4rem; text-align:center; border-radius:0.3rem; font-size:1.6rem; font-weight:400; color:#fff; background:#00907F; }

    .tblDetail .comment { position:relative;  }
    .tblDetail .comment > ul > li { position:relative; padding:1.5rem 0; border-top:1px solid #ddd;  }
    .tblDetail .comment > ul > li .cm-info { display:flex; align-items: center; gap:1.2rem; }
    .tblDetail .comment > ul > li .cm-info .name { font-size:1.4rem; font-weight:600; color:#666; }
    .tblDetail .comment > ul > li .cm-info .writer { font-size:1.4rem; font-weight:500; color:#00907F; }
    .tblDetail .comment > ul > li .cm-info .datetime { font-size:1.2rem; font-weight:500; color:#999; }
    .tblDetail .comment > ul > li .subject { font-size:1.3rem; font-weight:400; color:#222; margin:1.4rem 0 0; padding-right:4rem; }

    .tblDetail .comment > ul > li.reComment { border-top:0; padding:0 4rem 2.3rem 0; }
    .tblDetail .comment > ul > li.reComment .box { background:#FAFAFA url("../../assets/images/ico_recomment.svg") 1.5rem 1.5rem no-repeat; border-radius:0.5rem; padding:1.7rem 1.5rem 1.7rem 3rem; }
    .tblDetail .comment > ul > li.reComment .subject { font-size:1.5rem; font-weight:400; color:#222; margin:1.4rem 0 0; padding-right:0; }

    .container .control { position:absolute; top:1rem; right:0rem; gap:0.5rem; display:flex;  }
    .container .control .btn_recomment { font-size:1.4rem; font-weight:500; color:#999; }
    .container .control .btn_comment_menu { position:relative; width:3rem; height:3rem; background:url("../../assets/images/ico_comment_menu.svg") 50% 50% no-repeat; }
    .container .control .btn_comment_menu div { display:none; box-shadow:2px 2px 12px 0 rgba(34,34,34,.1); z-index:9; position:absolute; top:2.5rem; right:0; width:6.6rem; background:#fff; border:1px solid #E8E8E8; border-radius:1rem; }
    .container .control .btn_comment_menu div a { display:block; line-height:3.8rem; border-bottom:1px solid #E8E8E8; font-size:1.4rem; font-weight:400; color:#666; }
    .container .control .btn_comment_menu div a:hover { }
    .container .control .btn_comment_menu div a:last-child { border:0; }

    .container .control.relative { position:relative; top:0; right:1rem; justify-content: center; }
    .container .control.relative .btn_comment_menu div { width:12rem; text-align:left; top:2.5rem; right:0; }
    .container .control.relative .btn_comment_menu div a { padding:0 1rem; }

    .tblDetail .comment .reWrite { display:flex; margin:1rem 0 0; background:#FAFAFA; padding:0; flex-wrap:wrap; }
    .tblDetail .comment .reWrite textarea { flex:none; width:100%; height:6rem; border:1px solid #D6D6D6; padding:1.2rem; font-size:1.5rem; font-weight:400; color:#666; }
    .tblDetail .comment .reWrite .btnarea { width:100%; margin-left:0; display:flex; gap:0.5rem; margin:0.5rem 0 0; }
    .tblDetail .comment .reWrite .btnarea .btn_border { width:calc(100% / 2); display:block; height:6rem; line-height:6rem; text-align:center; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.6rem; font-weight:400; color:#666; background:#fff; }
    .tblDetail .comment .reWrite .btnarea .btn_border.active { background:#666; color:#fff; }

    .tblDetail .comment .d_flex { display:flex; align-items: center; }
    .tblDetail .comment .d_flex > div { flex:1; }
    .tblDetail .comment .answer { width:4rem; text-align:left; font-size:2rem; font-weight:600; color:#333; }

    .tblDetail .commentWrite { border-top:1px solid #222; padding:1.5rem 0 0; display:block;  }
    .tblDetail .commentWrite textarea { flex:1; width:100%; height:8rem; border:1px solid #D6D6D6; padding:1.2rem; font-size:1.5rem; font-weight:400; color:#666; }
    .tblDetail .commentWrite .btnarea { margin-left:1rem; display:flex; gap:0.5rem; margin:1rem 0 0; }
    .tblDetail .commentWrite .btnarea .btn_border { display:block; padding:0 1rem; width:100%; height:6rem; line-height:6rem; text-align:center; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.5rem; font-weight:400; color:#666; background:#fff; }
    .tblDetail .commentWrite .btnarea .btn_border.active { background:#666; color:#fff; }

}

.tblfrm { position:relative;  margin:4.5rem 0 0;  }
.tblfrm .msg { margin-left:1rem; padding-left:2.2rem; color:#00907f; width:2rem; height:2rem; background:url("../../assets/images/ico_color_important.svg") 0 50% no-repeat; }
.tblfrm .hd-info { display:flex; align-items: flex-end; margin:2rem 0 1rem; gap:0.5rem; }
.tblfrm .hd-info .surveyStatus { height:2.6rem; line-height:2.6rem; background:#777; padding:0 1.5rem; font-size:1.4rem; color:#fff; }
.tblfrm .hd-info .surveyStatus.ing { background:#00907F; }
.tblfrm .hd-info .writeInfo { margin-left:auto; }
.tblfrm .hd-info .writeInfo ul { display:flex;  gap:2rem; }
.tblfrm .hd-info .writeInfo li { font-size:1.4rem; color:#777; }

.tblfrm .mt-0 { margin:0; }
.tblfrm .mt-10 { margin-top:1rem !important; }
.tblfrm .mt-20 { margin-top:2rem !important; }
.tblfrm .mt-25 { margin-top:2.5rem !important; }
.tblfrm table { border:1px solid #ddd;  }
.tblfrm table.fixed { table-layout: fixed; }
.tblfrm th { background:#f1f1f1; font-size:1.6rem; font-weight:500; color:#333; padding:1.5rem 2rem; line-height:2rem; border-bottom:1px solid #DCDCDC; }
.tblfrm td { font-size:1.6rem; font-weight:400; color:#333; padding:1.5rem 2rem; line-height:2rem; border-bottom:1px solid #DCDCDC; }
.tblfrm tr:last-child td { }
.tblfrm .frm_input { flex:1; width:100%; height:4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:1rem; font-size:1.6rem; font-weight:500; color:#333; }
.tblfrm .w-70 { flex:none; min-width:auto !important; width:7rem !important; }
.tblfrm .w-85 { flex:none; min-width:auto !important; width:8.5rem !important; }
.tblfrm .w-100 { flex: 0 0 10rem !important; width:10rem !important; min-width:0; }
.tblfrm .w-150 { flex: 0 0 15rem !important; width:15rem !important; min-width:0; }
.tblfrm .w-120 { flex: 0 0 12rem !important; width:12rem !important; min-width:0; }
.tblfrm .w-200 { flex: 0 0 20rem !important; width:20rem !important; min-width:0; }
.tblfrm .btn_file_del { width:1.3rem; height:1.3rem; background:url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; }
.tblfrm .btn_file_del.text { margin-left:auto;  font-size:1.4rem; color:#555; width:auto; height:2rem; padding-left:2rem; background:url("../../assets/images/ico_file_del.svg") 0 50% no-repeat; }
.tblfrm .border { border:0; }
.tblfrm .border th,
.tblfrm .border td { border:1px solid #ddd; }
.tblfrm .border td { vertical-align:top; }

.tblfrm .filebox { display:flex; align-items: center; gap:1rem; }
.tblfrm .filebox label {
    display:flex;
    align-items: center;
    justify-content: center;
    height:3.4rem;
    border-radius:0.3rem;
    border:1px solid #D6D6D6;
    font-size:1.6rem;
    font-weight:400;
    color:#666;
    padding:0 2.5rem;
}
.tblfrm .filebox span { font-size:1.4rem; color:#999; }
.tblfrm .upload-name {
    font-size:1.6rem;
    color:#666;
    font-weight:400;
    background:none !important;
    flex:1;
    width:auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tblfrm .upload-name:focus {
    border:0 !important;
}
.tblfrm input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.note-modal-content input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.note-modal-content .note-group-select-from-files {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.note-modal-content .note-group-select-from-files .note-form-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.4rem;
    border-radius: 0.3rem;
    border: 1px solid #D6D6D6;
    font-size: 1.6rem;
    font-weight: 400;
    color: #666;
    padding: 0 2.5rem;
    cursor: pointer;
    white-space: nowrap;
    margin: 0;
}
.tblfrm .filebox .btn_all_del {
    margin-left:auto;
    display:flex;
    align-items: center;
    justify-content: center;
    height:3.4rem;
    border-radius:0.3rem;
    border:1px solid #D6D6D6;
    font-size:1.6rem;
    font-weight:400;
    color:#666;
    padding:0 2.5rem;
}

.tblfrm .filelistbox { margin:0.6rem 0 0; border:1px solid #d6d6d6; border-radius:0.3rem; }
.tblfrm .filelistbox .hd { display:flex; align-items: center; height:4rem; padding:0 5.5rem 0 4rem; border-bottom:1px solid #d6d6d6; }
.tblfrm .filelistbox .hd span { font-size:1.6rem; font-weight:400; color:#666; }
.tblfrm .filelistbox .hd span:last-child { margin-left:auto; }
.tblfrm .filelistbox ul { margin:1rem 0; }
.tblfrm .filelistbox ul li { display:flex; align-items: center; padding:0.2rem 4rem 0.2rem 2rem; }
.tblfrm .filelistbox ul li a { flex:1; display:flex; }
.tblfrm .filelistbox ul li span {  margin-left:auto;  }

/* 게시판 글쓰기 폼 수정[s] */
.tblfrm.board-style table { border:0; }
.tblfrm.board-style table td { padding:1.5rem 0; border:0; }
.tblfrm.board-style table .frm_input { border:0 !important; border-bottom:1px solid #DFDFDF !important; padding-bottom:1.5rem; }
.tblfrm.board-style table .frm_input:focus { transition: all 0.2s ease-out; border-bottom:1px solid #333 !important; }

.tblfrm.board-style .filelistbox { margin:1rem 0 0; border:0; border-radius:0; }
.tblfrm.board-style .filelistbox ul { margin:1rem 0 0; }
.tblfrm.board-style .filelistbox ul li { background:#f1f1f1; display:flex; align-items: center; padding:0.5rem 2.5rem; margin:0 0 0.5rem; border-radius:0.5rem; }
.tblfrm.board-style .filelistbox ul li .upload-name { padding:0 !important; }
.tblfrm.board-style .filelistbox ul li:last-child { margin:0; }
.tblfrm.board-style .filelistbox ul li span { margin-left:auto; margin-right:4rem; }
/* [e] */

.empty { justify-content: center; text-align:center; color:#777; padding:4rem 0 2rem !important; }

.tblfrm .btnfrmWrap { margin:2.2rem 0 0; display:flex; align-items: center; justify-content: flex-end; gap:0.6rem; }
.tblfrm .btn_solid { padding:0 3rem; height:4rem; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.6rem; font-weight:500; color:#666; background:#fff; }
.tblfrm .btn_solid:hover { background-color: #f4f4f4; }
.tblfrm .btn_del { width:4.2rem; height:4.2rem; background:#fff url("../../assets/images/ico_detail_del.svg") 50% 50% no-repeat; background-size:contain;}
.tblfrm .btn_del_x { width:4.2rem; height:4.2rem; background:#fff url("../../assets/images/ico_del.svg") 50% 50% no-repeat; background-size:contain;}
.tblfrm .btn_primary { padding:0 3rem; height:4rem; border-radius:0.3rem; font-size:1.6rem; font-weight:500; color:#fff; background:#00907F; }
.tblfrm .btn_primary:hover { background:#1A9C8C; }
.tblfrm .gray { background:#666 !important; border:0 !important; color:#fff !important; }
.tblfrm .btn_primary.gray:hover { background-color: #444 !important; }
.tblfrm .btnfrmWrap a { text-align:center; line-height:4rem; }
.tblfrm .rowList { border-top:1px solid #ddd; padding:1rem 0 0; margin:0.5rem 0 0; }
.tblfrm .rowList li { margin:0 0 1rem; }
.tblfrm .rowList li:last-child { margin:0; }
.tblfrm table button { height:3.4rem; font-size:1.5rem; }

.tblfrm .rowList.border li { }
.tblfrm .rowList.border li dl { height:3.4rem; flex:1; display:flex; align-items: center; padding:0 1rem; gap:3rem; }
.tblfrm .rowList.border li dl > * { font-size:1.4rem; }
.tblfrm .rowList.border + .d_flex { justify-content: flex-end !important; }

.tblfrm .d_flex { display:flex; align-items: center; flex-wrap:wrap; }
.tblfrm .flex-wrap {  }
.tblfrm .flex-wrap .item { display:flex; align-items: center; gap:0.5rem; }
.tblfrm .d_flex > * { }
.tblfrm td .d_flex.gap-05 {  }
.tblfrm .justify-content-start { justify-content: flex-start;}
.tblfrm .justify-content-center { justify-content: center;}
.tblfrm .justify-content-end { justify-content: flex-end;}
.tblfrm .d_flex .col { flex:1; }
.tblfrm .gap-05 { gap:0.5rem; }
.tblfrm .gap-10 { gap:1rem; }
.tblfrm .gap-16 { gap:1rem; }
.tblfrm .gap-32 { gap:3.2rem; }
.tblfrm .ml-auto { margin-left:auto; }
.tblfrm .ml-20 { margin-left:2rem; }
.tblfrm .chkBox input { display: none; }
.tblfrm .chkBox { display:flex; align-items:center; word-break: keep-all; }
.tblfrm .chkBox label { cursor:pointer; display:flex; align-items:center; font-size:1.6rem; font-weight:400; color:#666; }
.tblfrm .chkBox label span { margin-right:0.9rem; min-width:1.8rem; height:1.8rem; border:1px solid #ccc; border-radius:0.2rem; background:#fff;  }
.tblfrm .chkBox input:checked + label span {  width:1.8rem; height:1.8rem; border:0; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }
.tblfrm .frm_select { min-width:14rem; width:auto; height:3.4rem; padding:0 4rem 0 1.5rem;  font-size:1.4rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 2rem center no-repeat; }
.tblfrm .frm_select.w-auto { min-width:auto; flex:1; }
.tblfrm .text-right { text-align:right; }
.tblfrm .btn_add { width:4.2rem; height:4.2rem; background:#fff url("../../assets/images/ico_add.svg") 50% 50% no-repeat; background-size:contain; }

.tblfrm .btn-radio-toggle { display:flex; align-items:center; width:10rem; height:3.4rem; border-radius:1.7rem; background:#D9D9D9; padding:0.3rem; }
.tblfrm .btn-radio-toggle::before { content:"단문"; width:50%; line-height:2.8rem; border-radius:1.5rem; background:#00907F; color:#fff; font-size:1.5rem; font-weight:400; }
.tblfrm .btn-radio-toggle::after { content:"장문"; width:50%; color:#333; font-size:1.5rem; font-weight:400; }
.tblfrm .btn-radio-toggle.active::before { content:"단문"; width:50%; background:none; color:#333; font-size:1.5rem; font-weight:400; }
.tblfrm .btn-radio-toggle.active::after { content:"장문"; width:50%; line-height:3rem; border-radius:1.5rem; background:#00907F; color:#fff; font-size:1.5rem; font-weight:400; }
.tblfrm .input-type p { text-align:right; font-size:1.3rem; color:#777; margin:0.5rem 0 0; }
.tblfrm .input-type-b { display:none; }

.tblfrm .dataList { margin:1rem 0 0; }
.tblfrm .dataList li { margin:0 0 0.5rem; }
.tblfrm .dataList li:last-child { margin:0; }

.tblfrm .radioBox.d-flex { display:flex; align-items: center; justify-content: center; }
.tblfrm .radioBox input { display: none; }
.tblfrm .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.6rem; font-weight:400; color:#333; }
.tblfrm .radioBox label span { margin-right:0.5rem; width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
.tblfrm .radioBox input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }
.tblfrm .frm_datetime { width:100%; flex:1; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.4rem; font-weight:400; color:#333; background:#fff url("../../assets/images/ico_calendar.svg") right 1.5rem center no-repeat; }

.tblfrm .w-90 { flex: 0 0 9rem !important; width:9rem !important; min-width:0; }
.tblfrm .w-120 { flex: 0 0 12rem !important; width:12rem !important; min-width:0; }
.tblfrm .w-160 { flex: 0 0 16rem !important; width:16rem !important; min-width:0; }
.tblfrm .tabLine { margin:2rem 0 0; border:1px solid #DCDCDC !important; padding:2rem; }
.tblfrm .tabLine .tab { margin-top:2rem; }

/* 게시판 목록 스타일 { */
.tblfrm .tbl_list_type { margin:0 !important; border:0 !important; table-layout: auto !important; border-bottom:1px solid #DCDCDC !important; }
.tblfrm .tbl_list_type .frm_select { width:auto; height:auto; font-size:1.4rem; font-weight:400; color:#666; padding-right:2rem; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url("../../assets/images/ico_sort.svg") 100% 50% no-repeat; border:0 !important; }
.tblfrm .tbl_list_type th { font-size:1.5rem; font-weight:500; color:#333; height:auto !important; border:0 !important; padding:1rem !important; background:none; }
.tblfrm .tbl_list_type thead tr:last-child th { border-top:1px solid #000 !important; border-bottom:0 !important; }
.tblfrm .tbl_list_type td { border:0 !important; padding:1rem 0.3rem !important; }
/* } */

.tblfrm .btn_write { position:absolute; text-align:center; right:0; top:0; padding:0 1.5rem; line-height:3.5rem; background:#666; font-size:1.5rem; font-weight:500; color:#fff; border-radius:0.3rem; }

.tblfrm .infoTxt { font-size:1.4rem; color:#777; }
.tblfrm .box { margin:1.5rem 0 0; padding:0.5rem 2rem; display:flex; align-items:center; background:#F4F7F9; border-radius:0.3rem; border:1px solid #DFDFDF; }
.tblfrm .box.row-2 { display:block; padding:0; }
.tblfrm .box.row-2 .row { display:flex; align-items:center; padding:1.2rem 2rem; }
.tblfrm .box.row-2 .row:last-child { border-top:1px solid #DFDFDF; }
.tblfrm .box.row-2 .row > label { width:14rem; }

.tblfrm .btn_cate_add { height:3.4rem; border:1px solid #DFDFDF; background:#fff; border-radius:0.3rem; padding:0 1.5rem; font-size:1.6rem; font-weight:400; color:#333;  }
.tblfrm .cateList { display:flex; gap:2rem; }
.tblfrm .cateList li { cursor:pointer; font-size:1.4rem; color:#777; padding-left:2rem; background:url("../../assets/images/ico_file_del.svg") 0 50% no-repeat; }

.txtInfo { margin:1rem 0 0; font-size:1.3rem; color:#333; line-height:1.5; }

.tblfrm .tbl-s-list { }
.tblfrm .tbl-s-list li { margin:1rem 0 0; border-bottom:1px solid #ddd; padding:0 0 1rem; }
.tblfrm .tbl-s-list li:not(:first-child) { margin:2rem 0 0; }
.tblfrm .tbl-s-list li:last-child { border:0;  }

.tblfrm .tbl-s-list li  .btn_add_row { margin-left:0.5rem; padding:0 1.5rem;  height:3.4rem; border-radius:0.3rem; font-size:1.5rem; background:#fff; border:1px solid #d6d6d6; color:#666; }
.tblfrm .tbl-s-list li .namList { margin:1rem 0 0; display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; }
.tblfrm .tbl-s-list li .namList li { font-size:1.4rem; margin:0; display:flex; align-items: center; width:12rem; background:#f8f8f8; border:1px solid #ddd; padding:0.5rem 1rem; text-align:center; }
.tblfrm .tbl-s-list li .namList li button { height:auto !important; }
.tblfrm .tbl-s-list li .namList li .btn_del_ico { margin-left:auto;  width:1.1rem; height:1.1rem !important; background:url("../../assets/images/ico_file_del.svg") 0 50% no-repeat;background-size:contain; }
.tblfrm .tbl-s-list li .namList.col-2 li { width:calc(100% / 2 - 0.4rem); }
.tblfrm .tbl-s-list li .namList.col-auto li { width:auto; }

.tblfrm .questionWrap { margin:1rem 0 0; border:1px solid #ddd; padding:2rem;  }
.tblfrm .questionWrap .frm_input { width:100%; }
.tblfrm .questionWrap .btnarea { margin-left:auto; display:flex; gap:0.5rem; }

.tblfrm .questionWrap .btn_image_up { display:flex; align-items: center; gap:1rem; }
.tblfrm .questionWrap .btn_image_up label { width:3.4rem; height:3.4rem; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_image.svg") 50% 50% no-repeat; background-size:contain; }
.tblfrm .questionWrap .btn_image_up input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.tblfrm .questionWrap .btn_arrow_up { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_up.svg") 50% 50% no-repeat; background-size:1.2rem; }
.tblfrm .questionWrap .btn_arrow_down { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_down.svg") 50% 50% no-repeat; background-size:1.2rem; }
.tblfrm .questionWrap .btn_ico_del { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; background-size:1.2rem; }
.tblfrm .questionWrap .btn_ico_del.absolute { position:absolute; top:0; right:0; z-index:2; border:0; width:1.5rem; height:1.5rem; background-color:transparent; background-size:contain; }

.tblfrm .questionWrap .transparent { margin:2rem 0 0; }
.tblfrm .questionWrap .transparent textarea { background: transparent; }
.tblfrm .questionWrap .btn-control { margin-top:1rem; padding-top:1rem;  display:flex; justify-content: flex-end; gap:0.5rem; border-top:1px solid #ddd; }
.tblfrm .questionWrap .btn-control.noline { border:0; }
.tblfrm .questionWrap .btn-control .btn_n_copy { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_copy.svg") 50% 50% no-repeat; background-size:2.3rem; }
.tblfrm .questionWrap .btn-control .btn_n_del { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_my_comment_del.svg") 50% 50% no-repeat; background-size:1.5rem; }
.tblfrm .questionWrap .btn-control .chkBox { margin-left:1rem; }
.tblfrm .status { display:inline-block; vertical-align:middle; background:#e1e1e1; line-height:3rem; border-radius:1.5rem; padding:0 1rem; font-size:1.3rem;  }
.tblfrm .btn_qr_view { width:2.8rem; height:2.8rem; font-size:1.6rem; font-weight:700; color:#222; background:url("../../assets/images/ico_main_apply_qr.svg") 100% 50% no-repeat; background-size:contain; }

@media all and (max-width: 1279px) {

    .tblfrm { position:relative;  margin:1.5rem 0 0; }
    .tblfrm .hd-info { display:block; align-items: flex-end; margin:2rem 0 1rem; }
    .tblfrm .hd-info .surveyStatus { display:inline-block; height:2.6rem; line-height:2.6rem; background:#777; padding:0 1.5rem; font-size:1.4rem; color:#fff; margin:0 0 1rem; }
    .tblfrm .hd-info .surveyStatus.ing { background:#00907F; }
    .tblfrm .hd-info .writeInfo { margin-left:auto; }
    .tblfrm .hd-info .writeInfo ul { display:flex;  gap:2rem; }
    .tblfrm .hd-info .writeInfo li { font-size:1.4rem; color:#777; }

    .tblfrm .mt-0 { margin:0; }
    .tblfrm .mt-10 { margin-top:1rem !important; }
    .tblfrm .mt-20 { margin-top:2rem !important; }
    .tblfrm .mt-25 { margin-top:2.5rem !important; }
    .tblfrm table { border:1px solid #ddd; border-left:0 !important; border-right:0 !important; }
    .tblfrm table.fixed { table-layout: fixed; }
    .tblfrm table colgroup { display:none; }
    .tblfrm th { min-width:10rem; width: 10rem; text-align:left; background:none; font-size:1.4rem; font-weight:500; color:#333; padding:1.5rem 1rem; line-height:auto; border-bottom:1px solid #DCDCDC; border-left:0 !important; border-right:0 !important; }
    .tblfrm td { font-size:1.4rem; font-weight:400; color:#333; padding:1.5rem 1rem; line-height:auto; border-bottom:1px solid #DCDCDC; }

    .tblfrm table.inline { border:1px solid #ddd; border-left:0 !important; border-right:0 !important; }
    .tblfrm table.inline th { background:#f1f1f1; display:block; width:100%; text-align:left;  font-size:1.4rem; font-weight:500; color:#333; padding:1.5rem 1rem; line-height:auto; border-bottom:1px solid #DCDCDC; border-left:0 !important; border-right:0 !important; }
    .tblfrm table.inline td { display:block; width:100%; font-size:1.4rem; font-weight:400; color:#333; padding:1.5rem 1rem; line-height:auto; border-bottom:1px solid #DCDCDC; }

    .tblfrm table.inline .d_flex.gap-05 { gap:1rem !important;  }

    .tblfrm .frm_input { flex:1; width:100% !important; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:1rem; font-size:1.4rem; font-weight:400; color:#333; }
    .tblfrm .w-70 { flex:none; min-width:auto !important; width:7rem !important; }
    .tblfrm .w-85 { flex:none; min-width:auto !important; width:8.5rem !important; }
    .tblfrm .w-100 { flex: 0 0 10rem !important; width:10rem !important; min-width:0; }
    .tblfrm .w-150 { flex: 0 0 15rem !important; width:15rem !important; min-width:0; }
    .tblfrm .w-120 { flex: 0 0 12rem !important; width:12rem !important; min-width:0; }
    .tblfrm .w-200 { flex: 0 0 20rem !important; width:20rem !important; min-width:0; }
    .tblfrm .btn_file_del { min-width:1.3rem; height:1.3rem; background:url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; }
    .tblfrm .btn_file_del.text { margin-left:auto;  font-size:1.4rem; color:#555; width:auto; height:2rem; padding-left:2rem; background:url("../../assets/images/ico_file_del.svg") 0 50% no-repeat; }
    .tblfrm .border { border:0; }
    .tblfrm .border th,
    .tblfrm .border td { border:1px solid #ddd;  }
    .tblfrm .border tr:not(:last-child) td { border-bottom:0 !important;}
    .tblfrm .border td { vertical-align:top; }

    .tblfrm .filebox { display:flex; align-items: center; gap:1rem; }
    .tblfrm .filebox label {
        display:flex;
        align-items: center;
        justify-content: center;
        height:3.4rem;
        border-radius:0.3rem;
        border:1px solid #D6D6D6;
        font-size:1.4rem;
        font-weight:400;
        color:#666;
        padding:0 2.5rem;
    }
    .tblfrm .filebox span { flex:1; font-size:1.2rem; color:#999; }
    .tblfrm .upload-name {
        font-size:1.2rem;
        color:#666;
        font-weight:400;
        background:none !important;
        flex:1;
        width:auto;
    }
    .tblfrm .upload-name:focus {
        border:0 !important;
    }
    .tblfrm input[type="file"] {
        position: absolute;
        width: 0;
        height: 0;
        padding: 0;
        overflow: hidden;
        border: 0;
    }
    .tblfrm .filebox .btn_all_del {
        margin-left:auto;
        display:flex;
        align-items: center;
        justify-content: center;
        height:3.4rem;
        border-radius:0.3rem;
        border:1px solid #D6D6D6;
        font-size:1.4rem;
        font-weight:400;
        color:#666;
        padding:0 2.5rem;
    }

    .tblfrm .filelistbox { margin:0.6rem 0 0; border:1px solid #d6d6d6; border-radius:0.3rem; }
    .tblfrm .filelistbox .hd { display:flex; align-items: center; height:4rem; padding:0 5.5rem 0 4rem; border-bottom:1px solid #d6d6d6; }
    .tblfrm .filelistbox .hd span { font-size:1.4rem; font-weight:400; color:#666; }
    .tblfrm .filelistbox .hd span:last-child { margin-left:auto; }
    .tblfrm .filelistbox ul { margin:0; }
    .tblfrm .filelistbox ul li { display:flex; align-items: center; padding:1rem; }
    .tblfrm .filelistbox ul li span { margin-left:auto; font-size:1.1rem; }

    /* 게시판 글쓰기 폼 수정[s] */
    .tblfrm.board-style table { border:0; }
    .tblfrm.board-style table td { padding:1.5rem 0; border:0; }
    .tblfrm.board-style table .frm_input { border:0 !important; border-bottom:1px solid #DFDFDF !important; padding-bottom:1.5rem; }
    .tblfrm.board-style table .frm_input:focus { transition: all 0.2s ease-out; border-bottom:1px solid #333 !important; }

    .tblfrm.board-style .filelistbox { margin:1rem 0 0; border:0; border-radius:0; }
    .tblfrm.board-style .filelistbox ul { margin:1rem 0 0; }
    .tblfrm.board-style .filelistbox ul li { background:#f1f1f1; display:flex; align-items: center; padding:0.5rem 1.5rem; margin:0 0 0.5rem; border-radius:0.5rem; }
    .tblfrm.board-style .filelistbox ul li .upload-name { padding:0 !important; }
    .tblfrm.board-style .filelistbox ul li:last-child { margin:0; }
    .tblfrm.board-style .filelistbox ul li span { margin-left:auto; margin-right:2rem; }
    /* [e] */

    .empty { justify-content: center; text-align:center; color:#777; padding:4rem 0 2rem !important; }

    .tblfrm .btnfrmWrap { margin:2.2rem 0 0; display:flex; align-items: center; justify-content: center; flex-wrap:wrap; gap:0.6rem; }
    .tblfrm .btnfrmWrap > * { flex:1 1 auto; width:calc(100% / 2 - 0.3rem); }
    .tblfrm .btn_solid { padding:0 3rem; height:4rem; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.4rem; font-weight:500; color:#666; background:#fff; }
    .tblfrm .btn_del { width:3rem; height:3rem; background:#fff url("../../assets/images/ico_detail_del.svg") 50% 50% no-repeat; background-size:contain;}
    .tblfrm .btn_del_x { width:3rem; height:3rem; background:#fff url("../../assets/images/ico_del.svg") 50% 50% no-repeat; background-size:contain;}
    .tblfrm .btn_primary{ padding:0 3rem; height:4rem; border-radius:0.3rem; font-size:1.4rem; font-weight:500; color:#fff; background:#00907F; }
    .tblfrm .gray { width:100%; background:#666 !important; border:0 !important; color:#fff !important; }
    .tblfrm .btnfrmWrap a { text-align:center; line-height:4rem; }
    .tblfrm .rowList { border-top:1px solid #ddd; padding:1rem 0 0; margin:0.5rem 0 0; }
    .tblfrm .rowList li { margin:0 0 1rem; }
    .tblfrm .rowList li:last-child { margin:0; }
    .tblfrm table button { height:3.4rem; font-size:1.5rem; }

    .tblfrm .rowList.border li { }
    .tblfrm .rowList.border li dl { height:3.4rem; flex:1; display:flex; align-items: center; padding:0 1rem; gap:1rem; font-size:1.2rem; }
    .tblfrm .rowList.border li dl > * {  }
    .tblfrm .rowList.border + .d_flex { justify-content: flex-end !important; }
    .tblfrm .rowList.border li .ml-20 { margin:0 !important; }

    .tblfrm .d_flex { display:flex; align-items: center; flex-wrap:wrap; }
    .tblfrm .d_flex > .frm_input { flex:1 !important; }

    .tblfrm .d_flex.col-1 { flex-wrap:nowrap !important; }
    .tblfrm .d_flex.col-1 > * { flex-shrink: 0; min-width:0 !important; }
    .tblfrm .d_flex.col-1 span { flex-shrink: 0; }

    .tblfrm .flex-wrap {  }
    .tblfrm .flex-wrap .item { width:100%; display:flex; align-items: center; gap:1rem;  }

    .tblfrm td .d_flex.gap-05 { }
    .tblfrm td .tbl_list_type { min-width:76.7rem; }
    .tblfrm td .tbl_list_type .d_flex.gap-05 { margin:0; flex-wrap:wrap; }


    .tblfrm .d_flex .frm_datetime { flex: none !important; min-width:0 !important; width:auto !important; margin-left:0 !important; }
    .tblfrm .d_flex .chkBox { margin-left:1rem; }
    .tblfrm .justify-content-start { justify-content: flex-start;}
    .tblfrm .justify-content-center { justify-content: center;}
    .tblfrm .justify-content-end { justify-content: flex-end;}
    .tblfrm .d_flex .col { flex:1 1 100%; }
    .tblfrm .gap-05 { gap:0.5rem; }
    .tblfrm .gap-10 { gap:1rem; }
    .tblfrm .gap-16 { gap:1rem; }
    .tblfrm .gap-32 { gap:3.2rem; }
    .tblfrm .ml-auto { margin-left:auto; }
    .tblfrm .ml-20 { margin-left:1rem; }
    .tblfrm .chkBox input { display: none; }
    .tblfrm .chkBox { display:flex; align-items:center; }
    .tblfrm .chkBox label { cursor:pointer; display:flex; align-items:center; font-size:1.4rem; font-weight:400; color:#666; }
    .tblfrm .chkBox label span { margin-right:0.9rem; min-width:1.4rem; height:1.4rem; border:1px solid #ccc; border-radius:0.2rem; background:#fff;  }
    .tblfrm .chkBox input:checked + label span {  width:1.4rem; height:1.4rem; border:0; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }
    .tblfrm .frm_select { min-width:14rem; width:auto; height:3.4rem; padding:0 4rem 0 1.5rem;  font-size:1.4rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 2rem center no-repeat; }
    .tblfrm .frm_select.w-auto { min-width:auto; flex:1; }
    .tblfrm .text-right { text-align:right; }
    .tblfrm .btn_add { width:3rem; height:3rem; background:#fff url("../../assets/images/ico_add.svg") 50% 50% no-repeat; background-size:contain; }

    .tblfrm .btn-radio-toggle { margin-left:auto; display:flex; align-items:center; width:10rem; height:3.4rem; border-radius:1.7rem; background:#D9D9D9; padding:0.3rem; }
    .tblfrm .btn-radio-toggle::before { content:"단문"; width:50%; line-height:2.8rem; border-radius:1.5rem; background:#00907F; color:#fff; font-size:1.5rem; font-weight:400; }
    .tblfrm .btn-radio-toggle::after { content:"장문"; width:50%; color:#333; font-size:1.5rem; font-weight:400; }
    .tblfrm .btn-radio-toggle.active::before { content:"단문"; width:50%; background:none; color:#333; font-size:1.5rem; font-weight:400; }
    .tblfrm .btn-radio-toggle.active::after { content:"장문"; width:50%; line-height:3rem; border-radius:1.5rem; background:#00907F; color:#fff; font-size:1.5rem; font-weight:400; }
    .tblfrm .input-type p { text-align:right; font-size:1.3rem; color:#777; margin:0.5rem 0 0; }
    .tblfrm .input-type-b { display:none; }

    .tblfrm .dataList { margin:1rem 0 0; }
    .tblfrm .dataList li { margin:0 0 0.5rem; }
    .tblfrm .dataList li:last-child { margin:0; }

    .tblfrm .radioBox.d-flex { display:flex; align-items: center; justify-content: center; }
    .tblfrm .radioBox input { display: none; }
    .tblfrm .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.4rem; font-weight:400; color:#333; }
    .tblfrm .radioBox label span { margin-right:0.5rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
    .tblfrm .radioBox input:checked + label span {  width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }
    .tblfrm .frm_datetime { width:100%; flex:1; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.4rem; font-weight:400; color:#333; background:#fff url("../../assets/images/ico_calendar.svg") right 1.5rem center no-repeat; }

    .tblfrm .w-90 { flex: 0 0 9rem !important; width:9rem !important; min-width:0; }
    .tblfrm .w-120 { flex: 0 0 12rem !important; width:12rem !important; min-width:0; }
    .tblfrm .w-160 { flex: 0 0 16rem !important; width:16rem !important; min-width:0; }
    .tblfrm .tabLine { margin:2rem 0 0; border:1px solid #DCDCDC !important; padding:1rem; }
    .tblfrm .tabLine .tab { margin-top:2rem; }

    /* 게시판 목록 스타일 { */
    .tblfrm .tbl_list_type { margin:0 !important; border:0 !important; table-layout: auto !important; border-bottom:1px solid #DCDCDC !important; }
    .tblfrm .tbl_list_type .frm_select { width:auto; height:auto; font-size:1.4rem; font-weight:400; color:#666; padding-right:2rem; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url("../../assets/images/ico_sort.svg") 100% 50% no-repeat; border:0 !important; }
    .tblfrm .tbl_list_type th { display:table-cell !important; width:auto !important; text-align:center; font-size:1.5rem; font-weight:500; color:#333; height:auto !important; border:0 !important; padding:1rem !important; background:none; }
    .tblfrm .tbl_list_type thead tr:last-child th { border-top:1px solid #000 !important; border-bottom:0 !important; }
    .tblfrm .tbl_list_type td { display:table-cell !important; width:auto !important; border:0 !important; padding:1rem 0.3rem !important; }
    /* } */

    .tblfrm .btn_write { display:block; position:relative; text-align:center; right:0; top:0; padding:0 1.5rem; line-height:3.5rem; background:#666; font-size:1.5rem; font-weight:500; color:#fff; border-radius:0.3rem; margin:0 0 1rem; }

    .tblfrm .infoTxt { font-size:1.2rem; color:#777; margin:0.5rem 0 0; }
    .tblfrm .box { margin:1.5rem 0 0; padding:1.2rem; display:block; align-items:center; background:#F4F7F9; border-radius:0.3rem; border:1px solid #DFDFDF; }
    .tblfrm .box:after { content:""; display:block; clear:both; }
    .tblfrm .box > *:not(:first-child) { margin-top:1rem; }
    .tblfrm .box .d_flex { display:block; margin-top:1rem; }
    .tblfrm .box .d_flex > label { display:block; margin:1rem 0; }
    .tblfrm .box .d_flex > label:last-child { margin:0; }
    .tblfrm .box .d_flex .frm_input { width:100% !important; }
    .tblfrm .box.row-2 { display:block; padding:0; }
    .tblfrm .box.row-2 .row { display:block; align-items:center; padding:1.2rem; }
    .tblfrm .box.row-2 .row:last-child { border-top:1px solid #DFDFDF; }
    .tblfrm .box.row-2 .row > label { width:100%; display:block; margin:0 0 1rem; }

    .tblfrm .btn_cate_add { height:3.4rem; border:1px solid #DFDFDF; background:#fff; border-radius:0.3rem; padding:0 1.5rem; font-size:1.6rem; font-weight:400; color:#333;  }
    .tblfrm .cateList { display:block; gap:2rem; }
    .tblfrm .cateList li { margin:0 0 1rem; cursor:pointer; font-size:1.4rem; color:#777; padding-left:2rem; background:url("../../assets/images/ico_file_del.svg") 0 50% no-repeat; }
    .tblfrm .cateList li:last-child { margin:0; }

    .txtInfo { margin:1rem 0 0; font-size:1.3rem; color:#333; line-height:1.5; }

    .tblfrm .tbl-s-list { }
    .tblfrm .tbl-s-list li { margin:1rem 0 0; border-bottom:1px solid #ddd; padding:0 0 2rem; }
    .tblfrm .tbl-s-list li:not(:first-child) { margin:2rem 0 0; }
    .tblfrm .tbl-s-list li:last-child { border:0;  }

    .tblfrm .tbl-s-list li  .btn_add_row { margin-left:0.5rem; padding:0 1.5rem;  height:3.4rem; border-radius:0.3rem; font-size:1.5rem; background:#fff; border:1px solid #d6d6d6; color:#666; }
    .tblfrm .tbl-s-list li .namList { margin:1rem 0 0; display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; }
    .tblfrm .tbl-s-list li .namList li { font-size:1.3rem; margin:0; display:flex; align-items: center; width:calc(50% - 0.25rem);  background:#f8f8f8; border:1px solid #ddd; padding:0.5rem 1rem; text-align:center; }
    .tblfrm .tbl-s-list li .namList li .btn_del_ico { margin-left:auto;  width:1.1rem; height:1.1rem !important; background:url("../../assets/images/ico_file_del.svg") 0 50% no-repeat;background-size:contain; }
    .tblfrm .tbl-s-list li .namList.col-2 li { width:calc(100% / 2 - 0.4rem); }
    .tblfrm .tbl-s-list li .namList.col-auto li { width:auto; }

    .tblfrm .tbl-s-list li .d_flex .row { flex:1; display:flex; flex-wrap:wrap; gap:0.5rem; }
    .tblfrm .tbl-s-list li .d_flex .row .frm_select { width:auto !important; flex:1 1 auto !important; }
    .tblfrm .tbl-s-list li .d_flex .row .btn_add_row { width:100%; margin:0; }

    .tblfrm .questionWrap { margin:1rem 0 0; border:1px solid #ddd; padding:1rem; }
    .tblfrm .questionWrap .frm_input { width:100%; }
    .tblfrm .questionWrap .btnarea { display:flex; margin-left:auto; gap:0.5rem; }
    .tblfrm .questionWrap .btn_pencil { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_pencil.svg") 50% 50% no-repeat; background-size:1.5rem; }
    .tblfrm .questionWrap .btn_arrow_up { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_up.svg") 50% 50% no-repeat; background-size:1.2rem; }
    .tblfrm .questionWrap .btn_arrow_down { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_down.svg") 50% 50% no-repeat; background-size:1.2rem; }
    .tblfrm .questionWrap .btn_ico_del { width:3.4rem !important; height:3.4rem !important; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; background-size:1.2rem; }
    .tblfrm .questionWrap .btn_ico_del.absolute { position:absolute; top:-0.5rem; right:-0.5rem; z-index:2; border:0; width:1.5rem; height:1.5rem; background-color:transparent; background-size:contain; }

    .tblfrm .questionWrap .transparent { margin:2rem 0 0; }
    .tblfrm .questionWrap .transparent textarea { background: transparent; }
    .tblfrm .questionWrap .btn-control { margin-top:1rem; padding-top:1rem;  display:flex; justify-content: flex-end; gap:0.5rem; border-top:1px solid #ddd; }
    .tblfrm .questionWrap .btn-control.noline { border:0; }
    .tblfrm .questionWrap .btn-control .btn_n_copy { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_copy.svg") 50% 50% no-repeat; background-size:2.3rem; }
    .tblfrm .questionWrap .btn-control .btn_n_del { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_my_comment_del.svg") 50% 50% no-repeat; background-size:1.5rem; }
    .tblfrm .questionWrap .btn-control .chkBox { margin-left:1rem; }

    .tblfrm .questionWrap .d_flex { flex-wrap:wrap !important; }
    .tblfrm .questionWrap .d_flex .frm_input { flex:1 1 auto; }

    .tblfrm table td .d_flex .frm_select { width:auto !important; }
    .tblfrm table td .d_flex .label { width:100% !important; }
    .tblfrm table td .d_flex > span { display:block; width:auto;}

}


/* 페이징 */
.pagingWrap { margin:3rem auto 0; padding-bottom:2rem; position:relative; }
.pagingWrap.line { border-top:1px solid #ddd; padding-top:3rem; }
.pagingWrap ul { display:flex; align-items:center; justify-content:center; gap:0.5rem; }
.pagingWrap ul li { margin:0 !important; }
.pagingWrap ul li a { display:flex; align-items:center; justify-content:center; width:3rem; height:3rem; font-size:1.3rem; font-weight:400; color:#666; }
.pagingWrap ul li .active { width:3rem; height:3rem; border-radius: 100%; background:#E7E7E7;font-size:1.3rem; font-weight:600; color:#333; }
.pagingWrap ul li .btn_paging_start { width:3rem; height:3rem; background:url("../../assets/images/ico_paging_start.svg") 50% 50% no-repeat; }
.pagingWrap ul li .btn_paging_prev { width:3rem; height:3rem; background:url("../../assets/images/ico_paging_prev.svg") 50% 50% no-repeat; margin-right:1.3rem; }
.pagingWrap ul li .btn_paging_next { width:3rem; height:3rem; background:url("../../assets/images/ico_paging_next.svg") 50% 50% no-repeat; margin-left:1.3rem; }
.pagingWrap ul li .btn_paging_end { width:3rem; height:3rem; background:url("../../assets/images/ico_paging_end.svg") 50% 50% no-repeat; }

.device_tblWrap_pc { display:block; }
.device_tblWrap_mo { display:none; }

@media all and (max-width: 1366px) {
    .header .logo { position:absolute; top:2rem; left:2rem; }
    .header .gnb { display:flex; justify-content: center; gap:4rem; margin:2.5rem 0 0; }
    .header .gnb li { width:auto !important; }
    .header .gnb a { font-size:1.8rem; font-weight:400; color:#222; }
    .header .member { position:absolute; top:2.5rem; right:2rem; }
}

@media all and (max-width: 1279px) {

    .container { margin-left:10rem; }
    .container.active { margin-left:24rem; }
    .container .lnbWrap { position:fixed; top:11.3rem; left:2rem; }

    .container .contents { flex:1; margin:0 2rem 1rem 0; padding:0 0 5rem; }
    .container .contents.col-1 { margin-left:3.2rem; }

    .tblWrap-control .row .tblCategoryType { margin:1rem 0 0; }

}

@media all and (max-width: 1023px) {

    .header { position:fixed; top:0; left:0; width:100%; height:6rem; background:#fff; z-index:999;  }
    .header .inner { height:100%; display:flex; align-items: center; justify-content: center; position:relative; }
    .header .logo { position:absolute; top:2rem; left:2rem; }
    .header .logo img { width:5.2rem; height:auto; }
    .header .gnb { display:none; align-items: center; justify-content: center; gap:8rem; }
    .header .gnb a { font-size:2rem;  font-weight:400; color:#222; }

    .header .member { position:absolute; top:2.5rem; right:2rem; }
    .header .member > ul { height:2.6rem; display:flex; align-items: center; gap:2rem; }
    .header .member > ul > li .btn_sch { position:relative; width:2rem; height:2rem; background:url("../../assets/images/ico_top_sch.svg") 50% 50% no-repeat; background-size:contain; }
    .header .member > ul > li .btn_notice { position:relative; width:2rem; height:2rem; background:url("../../assets/images/ico_top_alarm.svg") 50% 50% no-repeat; background-size:contain; }
    .header .member > ul > li .btn_notice span { position:absolute; top:-0.5rem; right:-0.7rem; width:1.8rem; height:1.8rem; border-radius:100%; background:#00907F; font-size:1.2rem; color:#fff; text-align:center; line-height:1.8rem;  }
    .header .member > ul > li .btn_notice a { color:#fff; }

    .container { margin-left:8rem; }
    .container .lnbWrap { top:10.5rem; }
    .container .contents { flex:1; margin:0; padding:0 1.5rem 11rem;  }
    .container .contents .titWrap h1 { font-size:2.4rem; font-weight:500; }
    .container .contents.col-1 { margin-left:0; }
    .container .contents .titWrap { display:flex; align-items: center;}
    .container .contents .titWrap .btn_sch { position:fixed; top:2.8rem; right:6.2rem; margin-left:auto; width:2.2rem; height:2.2rem; background:url("../../assets/imagesico_schsvg") 50% 50% no-repeat;  background-size:contain; z-index:9999; }

    .board_search { margin:1.5rem 0 0;  background:#f1f1f1; border-radius:0.3rem; padding:1rem; }
    .board_search .d-flex { height:auto; display:block; align-items: center; justify-content:center; gap:0.4rem; }
    .board_search .d-flex select { margin:0 0 0.5rem; width:100%; height:4.5rem; padding:0 2rem;  font-size:1.5rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 2rem center no-repeat; }

    .board_search .d-flex input { padding:0 6rem 0 2rem; font-size:1.5rem; font-weight:400; color:#666; width:100%; height:4.5rem; border:1px solid #DFDFDF; border-radius:0.3rem; }
    .board_search .relative { position:relative; }
    .board_search .btn_sch_board { position:absolute; top:1rem; right:2rem; width:2.1rem; height:2.1rem; background:url("../../assets/images/ico_board_sch.svg") 50% 50% no-repeat; }

    .pagingWrap ul { display:none; }
    .tblfrm .pagingWrap ul { display:flex; }

    /* 페이징 */
    .pagingWrap { margin:1rem 0 0; padding-bottom:3rem; position:relative; }
    .pagingWrap.line { border-top:1px solid #ddd; padding-top:3rem; }
    .pagingWrap ul { display:flex; align-items:center; justify-content:center; gap:0.2rem; }
    .pagingWrap ul li a { display:flex; align-items:center; justify-content:center; width:2.5rem; height:2.5rem; font-size:1.2rem; font-weight:400; color:#666; }
    .pagingWrap ul li .active { width:2.5rem; height:2.5rem; border-radius: 100%; background:#E7E7E7;font-size:1.2rem; font-weight:600; color:#333; }
    .pagingWrap ul li .btn_paging_start { width:2.5rem; height:2.5rem; background:url("../../assets/images/ico_paging_start.svg") 50% 50% no-repeat; }
    .pagingWrap ul li .btn_paging_prev { width:2.5rem; height:2.5rem; background:url("../../assets/images/ico_paging_prev.svg") 50% 50% no-repeat; margin-right:1rem; }
    .pagingWrap ul li .btn_paging_next { width:2.5rem; height:2.5rem; background:url("../../assets/images/ico_paging_next.svg") 50% 50% no-repeat; margin-left:1rem; }
    .pagingWrap ul li .btn_paging_end { width:2.5rem; height:2.5rem; background:url("../../assets/images/ico_paging_end.svg") 50% 50% no-repeat; }

    .header .member .topsch_layer { position:fixed; top:6.2rem; left:0; width:100%; padding:0 1rem; margin:0; }

    .tblWrap { position:relative;  margin:1.5rem 0 0; }
    .tblWrap table { table-layout: fixed;}
    .tblWrap table tr:hover > td { background:rgba(0,158,150,.06); }
    .tblWrap table th { padding:0 0 0.8rem; border-bottom:1px solid #000; text-align:right; }
    .tblWrap table th .tbl_sort { margin-right:0; font-size:1.4rem; font-weight:400; color:#666; padding-right:2rem; background:url("../../assets/images/ico_sort.svg") 100% 50%no-repeat; }
    .tblWrap table th .tbl_rows { font-size:1.4rem; font-weight:400; color:#666; padding-right:2rem; background:url("../../assets/images/ico_sort.svg") 100% 50% no-repeat; }
    .tblWrap table td { padding:1rem 0 !important; font-size:1.4rem; font-weight:300; color:#666; height:auto; border-bottom:1px solid #DCDCDC; }
    .tblWrap table .subject { text-align:left; display:flex; align-items: center; gap:0.5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
    .tblWrap table td .d_flex { display:flex; align-items:center; }
    .tblWrap table td .mb1 { margin:0 0 0.8rem; }
    .tblWrap table td .cnt span { font-size:1.4rem; font-weight:400; color:#333;  }
    .tblWrap table td a { display: block; margin:0; font-size:1.5rem; font-weight:500; color:#333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
    .tblWrap table td .notice { width:auto; display:inline-block; border-radius:0.1rem; margin-right:0.8rem; padding:0 1rem; line-height:2.5rem; background:#666; font-size:1.3rem; font-weight:500; color:#Fff; text-align:center; white-space:nowrap; flex-shrink:0; }
    .tblWrap table td .tag { display:flex; gap:0.4rem; margin-right:0.8rem; margin:0.5rem 0; }
    .tblWrap table td .tag li { text-align:center; padding:0 0.7rem; line-height:1.8rem; border:1px solid #D6D6D6; background:#ECECEC; font-size:1.2rem; font-weighT:500; color:#666; }
    .tblWrap table td span { margin-right:0.2rem; }
    .tblWrap table td .info { flex:1; font-size:1.4rem; font-weight:300; }

    .tblWrap table .thumbnail { width:100%; height:auto; margin:1rem 0; }
    .tblWrap table .thumbnail img { width:100%; height:100%; object-fit: contain; }

    .tblWrap .btn_write { display:block;  position:relative; text-align:center; padding:0 1.5rem; line-height:4rem; background:#666; font-size:1.5rem; font-weight:400;color:#fff; margin:0 0 1rem auto; width: fit-content; }

    .btn_top { position:fixed; right:2rem; bottom:7rem; width:3.4rem; height:3.4rem; background:url("../../assets/images/ico_top.svg") 50% 50% no-repeat; z-index:999999; }

    .tblWrap .frm_select { margin-left:1rem; width:auto; font-size:1.4rem; font-weight:400; color:#666; padding-right:2rem; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url("../../assets/images/ico_sort.svg") 100% 50% no-repeat; }
    .tblWrap .frm_select:focus { border:0 !important; }

    .tblCategoryType { margin:1.5rem 0 0; display:flex; flex-wrap:wrap; gap:0.5rem; justify-content: center; }

    .tblCategoryType .radioBox { display:flex; align-items: center; justify-content: center;  }
    .tblCategoryType .radioBox input { display: none; }
    .tblCategoryType .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.3rem; font-weight:400; color:#fff !important; line-height:3rem; border-radius:1.5rem; background:#999; padding:0 1rem; }
    .tblCategoryType .radioBox input:checked + label { background:#00907F; }

    .tblCategoryType.nostyle.col-3 { flex:1; }
    .tblCategoryType.nostyle.col-3 .radioBox { flex:none; width:calc((100% - 1rem) / 3); }
    .tblCategoryType.nostyle.col-3 .radioBox label { width:100%; justify-content: center; }
}

@media all and (max-width: 767px) {
    .device_tblWrap_pc { display:none; }
    .device_tblWrap_mo { display:block; }

    .container { padding-top:8rem; }
    .container.active { margin-left:0; }
    .container .lnbWrap { display:none; }

    .tblWrap table td { text-align:left; }

}

/*** 코드 관리 ***/
.tblWrap-control { margin:4.5rem 0 0; position:relative; }
.tblWrap-control.mt-10 { margin-top:1rem; }

/* 공통[s] */
.tblWrap-control .frm_select { width:24rem; height:3.4rem; padding:0 4rem 0 1.5rem;  font-size:1.4rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 2rem center no-repeat; }
.tblWrap-control .frm_select.sel_auto { width:auto !important; }
.tblWrap-control .frm_select_s { width:100%; padding:0.3rem 0.5rem; font-size:1.5rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 2rem center no-repeat; }

.tblWrap-control .frm_input { width:100%; flex:1; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.4rem; font-weight:400; color:#333; }
.tblWrap-control button:disabled { opacity:0.5; }

.tblWrap-control .frm_datetime { width:100%; flex:1; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.4rem; font-weight:400; color:#333; background:#fff url("../../assets/images/ico_calendar.svg") right 1.5rem center no-repeat; }

.container .frm_textarea { width:100%; flex:1; border:1px solid #DFDFDF; border-radius:0.3rem; padding:1rem 1.2rem; font-size:1.4rem; font-weight:400; color:#333; }
.container .frm_textarea { height:8rem; overflow:hidden; overflow-y: auto; padding-right:1rem; white-space:normal; }
.container .frm_textarea.h-auto { height:auto; }
.container .frm_textarea.h-150 { height:15rem; }
.container .frm_textarea::-webkit-scrollbar { width: 0.5rem; }
.container .frm_textarea::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.container .frm_textarea::-webkit-scrollbar-track { background:#ddd  }

.container .frm_textarea_underline textarea { width:100%; transition:all 0.2s ease-out; border-bottom:2px solid #ddd; padding:0 !important; overflow-y: hidden; resize: none;}
.container .frm_textarea_underline textarea:focus { border:0 !important; border-bottom:2px solid #333 !important; }

.tblWrap-control .overflow-y { height:15rem; overflow-y: auto; padding-right:1rem; }
.tblWrap-control .overflow-y::-webkit-scrollbar { width: 0.5rem; }
.tblWrap-control .overflow-y::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.tblWrap-control .overflow-y::-webkit-scrollbar-track { background:#ddd  }

.overflow {  overflow: auto; white-space: nowrap; padding-right:0.5rem; }
.overflow::-webkit-scrollbar { height:0.5rem; width:0.5rem; }
.overflow::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.overflow::-webkit-scrollbar-track { background:#ddd  }
.overflow .tbl_list_type { margin-top:0 !important; }

.td-overflow-x { overflow: hidden; max-width: 0;  }

.overflow-x { overflow:hidden; overflow-x: auto; white-space: nowrap; padding:0 0 0.1rem; }
.overflow-x.visible { overflow:visible; }
.overflow-x .tbl_list_type { table-layout: auto !important; white-space: nowrap; margin:0 !important; }
.overflow-x.pc-noscroll .tbl_list_type { white-space: normal; }
@media all and (min-width: 1280px) {
    .overflow-x .tbl_list_type.h-auto td { white-space: normal; word-break: break-word; }
}
.overflow-x::-webkit-scrollbar { height:0.5rem; }
.overflow-x::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.overflow-x::-webkit-scrollbar-track { background:#ddd  }

.overflow-y { overflow:hidden; overflow-y: auto; }
.overflow-y::-webkit-scrollbar { width:0.5rem; }
.overflow-y::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.overflow-y::-webkit-scrollbar-track { background:#ddd  }

.scroll-x { overflow:hidden; overflow-x: auto; white-space: nowrap; }
.scroll-x::-webkit-scrollbar { height:0.5rem; }
.scroll-x::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.scroll-x::-webkit-scrollbar-track { background:#ddd  }

.scroll-y { overflow:hidden; overflow-y: auto; }
.scroll-y::-webkit-scrollbar { width:0.5rem; }
.scroll-y::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.scroll-y::-webkit-scrollbar-track { background:#ddd  }

.tblWrap-control .radioBox.d-flex { display:flex; align-items: center; justify-content: center;}
.tblWrap-control .radioBox input { display: none; }
.tblWrap-control .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.4rem; font-weight:400; color:#333; }
.tblWrap-control .radioBox label span { margin-right:1rem; width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
.tblWrap-control .radioBox input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }

.btn-switch { display:flex; align-items:center; width:10rem; border-radius:2rem; background:#ddd; padding:0.3rem; }
.btn-switch .radioBox { flex:1; text-align:center; }
.btn-switch .radioBox input { display: none; }
.btn-switch .radioBox label { line-height:2.8rem; cursor:pointer; display:inline-flex; align-items:center; justify-content: center; font-size:1.4rem; font-weight:400; color:#333; }
.btn-switch .radioBox input:checked + label { width:100%; border-radius:1.5rem; background:#00907F; color:#fff; }

.btn-switch.w-auto { display:inline-flex; width:auto; }
.btn-switch.w-auto .radioBox { flex:0 0 auto; }
.btn-switch.w-auto .radioBox label { width:auto; padding:0 2rem; }
.btn-switch.w-auto .radioBox input:checked + label { width:auto; }

.tblWrap-control .d-flex { display:flex; align-items: center; }
.tblWrap-control .justify-content-start { justify-content: flex-start !important; }
.tblWrap-control .justify-content-center { justify-content: center !important; }
.tblWrap-control .justify-content-end { justify-content: flex-end !important; }
.tblWrap-control .align-items-start { align-items:flex-start !important; }
.tblWrap-control .align-items-center { align-items:center !important; }
.tblWrap-control .align-items-end { align-items:flex-end !important; }
.tblWrap-control .ml-auto { margin-left:auto !important; }
.tblWrap-control .w-auto { min-width:auto !important; flex:1; width:100% !important; }
.tblWrap-control .w-650 { min-width:auto !important; width:65rem !important; flex:none !important; }
.tblWrap-control .w-500 { min-width:auto !important; width:50rem !important; flex:none !important; }
.tblWrap-control .w-400 { min-width:auto !important; width:40rem !important; flex:none !important; }
.tblWrap-control .w-380 { min-width:auto !important; width:38rem !important; flex:none !important; }
.tblWrap-control .w-300 { min-width:auto !important; width:30rem !important; flex:none !important; }
.tblWrap-control .w-265 { min-width:auto !important; width:26.5rem !important; flex:none !important; }
.tblWrap-control .w-240 { min-width:auto !important; width:24rem !important; flex:none !important; }
.tblWrap-control .w-200 { min-width:auto !important; width:20rem !important; flex:none !important; }
.tblWrap-control .w-160 { min-width:auto !important; width:16rem !important; flex:none !important; }
.tblWrap-control .w-150 { min-width:auto !important; width:15rem !important; flex:none !important; }
.tblWrap-control .w-147 { min-width:auto !important; width:14.7rem !important; flex:none !important; }
.tblWrap-control .w-140 { min-width:auto !important; width:14rem !important; flex:none !important; }
.tblWrap-control .w-130 { min-width:auto !important; width:13rem !important; flex:none !important; }
.tblWrap-control .w-120 { min-width:auto !important; width:12rem !important; flex:none !important; }
.tblWrap-control .w-110 { min-width:auto !important; width:11rem !important; flex:none !important; }
.tblWrap-control .w-100 { min-width:auto !important; width:10rem !important; flex:none !important; }
.tblWrap-control .w-90 { min-width:auto !important; width:9rem !important; flex:none !important; }
.tblWrap-control .w-80 { min-width:auto !important; width:8rem !important; flex:none !important; }
.tblWrap-control .w-70 { min-width:auto !important; width:7rem !important; flex:none !important; }
.tblWrap-control .w-60 { min-width:auto !important; width:6rem !important; flex:none !important; }
.tblWrap-control .w-50 { min-width:auto !important; width:5rem !important; flex:none !important; }
.tblWrap-control .text-center { text-align:center !important; }
.tblWrap-control .gap-05 { gap:0.5rem; }
.tblWrap-control .gap-1 { gap:1rem; }
.tblWrap-control .mb-10 { margin-bottom:1rem !important; }
.tblWrap-control .mt-10 { margin-top:1rem !important; }
.tblWrap-control .mt-20 { margin-top:2rem !important; }
.tblWrap-control .mt-30 { margin-top:3rem !important; }
.tblWrap-control .h-40 { height:3.4rem !important; }
.tblWrap-control .ml-30 { margin-left:3rem !important;}
.tblWrap-control .tbl-ml-30 { margin-left:3rem !important;}

.tblWrap-control .btn_inline_sch { margin-left:1rem; width:9.6rem; height:3.4rem; border-radius:0.3rem; font-size:1.4rem; font-weight:700; color:#fff; background:#666; }
.tblWrap-control .btn_inline_sch_ico { margin-left:1rem; width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_sch.svg") 50% 50% no-repeat; }
.tblWrap-control .btn_inline_gray { margin-left:1rem; width:9.6rem; height:3.4rem; border-radius:0.3rem; font-size:1.4rem; font-weight:700; color:#fff; background:#666; }

.tblWrap-control .btnfrmWrap { margin:3rem 0 0; display:flex; align-items: center; justify-content: center; gap:0.6rem; }
.tblWrap-control .btnfrmWrap .btn_solid { padding:0 3rem; height:4rem; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.6rem; font-weight:500; color:#666;}
.tblWrap-control .btnfrmWrap .btn_solid:hover { background-color: #f4f4f4; }
.tblWrap-control .btnfrmWrap .btn_primary { padding:0 3rem; height:4rem; border-radius:0.3rem; font-size:1.6rem; font-weight:700; color:#fff; background:#00907F; }
.tblWrap-control .btnfrmWrap .btn_primary:hover { background:#1A9C8C; }
.tblWrap-control .btnfrmWrap a { text-align:center; line-height:4rem; }

.tblWrap-control .chkBox { display:flex; justify-content: center; gap:1rem; }
.tblWrap-control .chkBox input { display: none; }
.tblWrap-control .chkBox label { cursor:pointer; gap:1rem; display:flex; align-items:center; font-size:1.4rem; font-weight:500; color:#333; }
.tblWrap-control .chkBox label span { margin:0 !important; flex-shrink: 0; width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_v2_off.svg") 50% 50% no-repeat; background-size:contain; }
.tblWrap-control .chkBox input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }

.chkBoxTxt { display:flex; justify-content: center; gap:1rem; }
.chkBoxTxt input { display: none; }
.chkBoxTxt label { cursor:pointer; display:flex; align-items:center; justify-content:center; background:#fff; width:3.4rem; height:3.4rem; font-size:1.4rem; font-weight:500; color:#333; }
.chkBoxTxt label { border:1px solid #DFDFDF; border-radius:0.3rem; }
.chkBoxTxt input:checked + label { background:#333; color:#fff; }

.radioBoxTxt { display:flex; justify-content: center; gap:1rem; }
.radioBoxTxt input { display: none; }
.radioBoxTxt label { cursor:pointer; display:flex; align-items:center; justify-content:center; background:#fff; width:3.4rem; height:3.4rem; font-size:1.4rem; font-weight:500; color:#333; }
.radioBoxTxt label { border:1px solid #DFDFDF; border-radius:0.3rem; }
.radioBoxTxt input:checked + label { background:#666; color:#fff; }

.tblWrap-control input:disabled + label { opacity:0.5; }
.tblWrap-control .tbl_title { font-size:1.5rem; }

.tblWrap-control .tag { display:flex; justify-content: center; gap:0.4rem; }
.tblWrap-control .tag li { text-align:center;  width:auto; padding:0 0.7rem; line-height:2rem; border:1px solid #D6D6D6; background:#ECECEC; font-size:1.2rem; font-weighT:500; color:#666; }
.tblWrap-control .tag.txt li { width:auto; padding:0 1rem; }

.tblWrap-control .btn_date_prev { display:flex; align-items: center; justify-content: center; gap:1rem;  }
.tblWrap-control .btn_date_prev span { border:1px solid #d6d6d6; background:#fff; border-radius:0.3rem; width:2.5rem; height:2.5rem; background:#fff url("../../assets/images/btn_date_prev.svg") 50% 50% no-repeat; background-size:0.7rem; }
.tblWrap-control .btn_date_next { display:flex; align-items: center; justify-content: center; gap:1rem;  }
.tblWrap-control .btn_date_next span { border:1px solid #d6d6d6; background:#fff; border-radius:0.3rem; width:2.5rem; height:2.5rem; background:#fff url("../../assets/images/btn_date_next.svg") 50% 50% no-repeat; background-size:0.7rem; }
/* 공통[e] */


.control-tab { display:flex; align-items:center; margin-bottom:2rem; }
.control-tab.mt-70 { margin-top:7rem; }
.control-tab .title { font-size:1.9rem; font-weight:600; }
.control-tab .control-tab-link { display:flex; gap:0.6rem; flex-wrap:wrap; }
.control-tab .control-tab-link li a { width:17rem; height:4rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.6rem; font-weight:400; color:#666; letter-spacing:-0.5px; }
.control-tab .control-tab-link li a:hover { background-color:#F4F4F4; }
.control-tab .control-tab-link li.active a { border:1px solid #666; font-size:1.6rem; font-weight:700; background:#666; color:#fff; }
.control-tab .control-tab-link li.active a:hover { background:#666; }
.control-tab .btnWrap { margin-left:auto !important; display:flex; align-items:center; gap:0.6rem; }
.control-tab .btnWrap .w-auto { width:auto !important; padding:0 2.8rem !important; }
.control-tab .btn_adm_solid { width:10.9rem; height:4rem; line-height:4rem; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.6rem; font-weight:500; color:#666; }
.control-tab .btn_adm_solid:hover { background:#F4F4F4; }
.control-tab .btn_adm_primary { text-align:center; padding:0 3.5rem; height:4rem; line-height:4rem; border-radius:0.3rem; font-size:1.6rem; font-weight:700; color:#fff; background:#00907F; }
.control-tab .btn_adm_primary:hover { background:#1A9C8C; }
.control-tab .dataTxt { display:flex; align-items: center;  }
.control-tab .dataTxt dt { font-size:1.5rem; padding-right:2rem; }
.control-tab .dataTxt dd { font-size:1.5rem; border-left:1px solid #ddd;  padding-left:2rem; }

.control-tab-sub { margin:3rem 0 0; }
.control-tab-sub ul { display:flex; align-items:center; border-bottom:1px solid #ddd;  }
.control-tab-sub ul li { line-height:4rem; text-align:center; }
.control-tab-sub ul li a { font-size:1.6rem; font-weight:400; padding:0 3rem; color:#666; }
.control-tab-sub ul li.active { border-bottom:2px solid #333; }
.control-tab-sub ul li.active a { font-size:1.6rem; font-weight:700; color:#333; }

.control-detail { margin:3rem 0 0; border:2px solid #ddd; padding:2rem;  }
.control-detail h3 { font-size:2.2rem; font-weight:500; color:#222; margin:0 0 1rem; }

.control-search { margin:0;  }
.control-search.mt-0 { margin-top:0 !important; }
.control-search fieldset { display:flex; align-items:center; flex-wrap:wrap; background:#f7f7f7 !important; border-radius:0.3rem; padding:1.2rem 1.5rem; gap:1rem; }
.control-search fieldset::-webkit-scrollbar { height:0.5rem; }
.control-search fieldset::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.control-search fieldset::-webkit-scrollbar-track { background:#ddd  }
.control-search .btn_sch_basic { min-width:4rem; height:3.4rem !important; padding:0 2.5rem; height:3rem; border-radius:0.3rem; background:#666; font-size:1.5rem; font-weight:400; color:#fff; }
.control-search .btn_sch_basic:hover { background-color:#444; }
.control-search .btn_sch_basic::before { content:"조회"; }

.control-search .btn_sch_refresh { display:none !important; min-width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_refresh.svg") 50% 50% no-repeat;   }
.control-search .btn_sch_detail { /* margin-left:0.5rem; */ padding:0 2rem; height:3.4rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#666; background:#fff; }
.control-search .w-70 { width:7rem !important; flex:none !important; }
.control-search .w-80 { width:8rem !important; flex:none !important; }
.control-search .w-90 { width:9rem !important; flex:none !important; }
.control-search .w-100 { width:10rem !important; flex:none !important; }
.control-search .w-130 { width:13rem !important; flex:none !important; }
.control-search .w-150 { width:15rem !important; flex:none !important; }
.control-search .w-200 { width:20rem !important; flex:none !important; }
.control-search .label { font-size:1.5rem; font-weight:400; color:#333; margin-right:2rem; }
.control-search .label.disabled { background:none !important; color:#aaa !important; }
.control-search .ml-30 { margin-left:3rem !important; margin-right:2rem !important; }
.control-search .ml-20 {  }
.control-search .ml-10 { margin-left:1rem !important; margin-right:1rem !important; }
.control-search .ml-0 { margin-left:0!important; margin-right:0 !important; }
.control-search .mr-10 { margin-right:1rem !important; }
.control-search .ml-auto { margin-left:auto !important;  }
.control-search .mr-auto { margin-right:0 !important;  }
.control-search .sch-row { flex:1; }
.control-search .sch-col { display:flex; align-items:center; flex-wrap:wrap; margin:0 0 1.5rem; gap:1rem; border-bottom:1px solid #ddd; padding:0 0 1.5rem; }
.control-search .sch-col.no-line { border:0; margin:0; padding:1rem 0 0; }
.control-search .sch-col:last-child { margin:0; border:0; }
.control-search .sch-col .txt-sm { font-size:1.2rem; color:#777; }
.control-search .sch-col.border-top-0 { border-top:0 !important; padding:0 !important; }
.control-search .chkBoxWrap { display:flex; align-items:center; gap:0.5rem; }
.control-search .penalty { margin-left:2rem; font-size:1.5rem; color:#FF1F1F; }
.control-search .btn_solid { /* margin-left:0.5rem;*/ padding:0 1.5rem;  height:3.4rem; border-radius:0.3rem; font-size:1.4rem; background:#fff; border:1px solid #d6d6d6; color:#666; }
.control-search .btn_solid.active { background:#666; color:#fff; border:0; }
.control-search .btn_solid.active:hover { background-color: #444; }
.control-search .btn_primary { padding:0 1.5rem;  height:3.4rem; border-radius:0.3rem; font-size:1.4rem; color:#fff; background:#00907F;}
.control-search .btn_primary:hover { background:#1A9C8C; }

.control-search .line { border-left:1px solid #ddd; margin-left:0.5rem; }
.control-search .gap { margin:0 0.5rem; }
.control-search .btnWrap { margin:3rem 0 0; display:flex; justify-content: center; gap:1rem; }
.control-search .btnWrap .btn_solid { margin:0; }
.control-search .btnWrap .btn_solid:hover { background-color: #f4f4f4; }
.control-search .btn-prev { width:3.4rem; height:3.4rem; background:url("../../assets/images/ico_paging_prev.svg") 50% 50% no-repeat; }
.control-search .btn-next { width:3.4rem; height:3.4rem; background:url("../../assets/images/ico_paging_next.svg") 50% 50% no-repeat; }
.control-search .txt-data { color:#777; }
.control-search .gap-05 { gap:0.5rem; }
.control-search .justify-content-start { justify-content: flex-start !important; }
.control-search .justify-content-center { justify-content: center !important; }
.control-search .item.full.justify-content-center > .line { justify-content:center; }
.control-search .justify-content-end { justify-content: flex-end!important; }
.control-search .relative { flex:1; position:relative; }
.control-search .btn_keyword_del { width:1.3rem; height:1.3rem; position:absolute; top:1rem; right:1rem; background:url("../../assets/images/ico_modal_close.svg") 50% 50% no-repeat; background-size:contain; }
.control-search .status { width:6rem; display:inline-block; border-radius:0.2rem; padding:0 0.4rem; line-height:2.2rem; background:#666; font-size:1.2rem; font-weight:500; color:#Fff; text-align:center; margin-left:0.5rem; }

.tblWrap-control .row { margin:2rem 0 0; display:flex; gap:1rem; align-items: flex-start;  }
.tblWrap-control .row .con_hd { align-items: flex-end !important; }
.tblWrap-control .row .col .con_hd { align-items: center !important; }
.tblWrap-control .row .col .con_hd .btnWrap { margin-top:0 !important; }
.tblWrap-control .row .con_hd .con-btn { display:flex; flex-wrap:nowrap; gap:0.5rem; }
.tblWrap-control .row .con_hd .con-btn .btn_tbl_con { flex: 1 1 calc(50% - 0.5rem); margin:0 !important; }
.tblWrap-control .gap-0 { gap:0 !important; }
.tblWrap-control .row.block { display:block;  }
.tblWrap-control .row .col:nth-child(1) { width:40%; padding:2.5rem 2rem; border:1px solid #DCDCDC; border-radius:0.3rem; overflow:hidden; }
.tblWrap-control .row .col:nth-child(2) { flex:1; overflow:hidden; }
.tblWrap-control .row .col.calendar { width:26rem; }
.tblWrap-control .row .col.calendar + .col { padding:2.5rem 2rem; border:1px solid #DCDCDC; border-radius:0.3rem; overflow:hidden; }
.tblWrap-control .row.col-auto .col:nth-child(1) { overflow:hidden; width:auto; flex:1; padding:2.5rem 2rem; border:1px solid #DCDCDC; border-radius:0.3rem;  }
.tblWrap-control .row.col-auto .col:nth-child(2) { overflow:hidden; width:auto; flex:1; padding:2.5rem 2rem; border:1px solid #DCDCDC; border-radius:0.3rem; }
.tblWrap-control .row.col-auto .col:nth-child(3) { overflow:hidden; width:auto; flex:1; padding:2.5rem 2rem; border:1px solid #DCDCDC; border-radius:0.3rem; }
.tblWrap-control .row.mt-10 { margin-top:1rem !important; }
.tblWrap-control .row .col .tbl_list_type.line .frm_textarea { width:100%; }
.tblWrap-control .row .col .tbl_list_type.line td { border-top:1px solid #dcdcdc !important; }
.tblWrap-control .row .col .tbl_list_type thead tr:last-child th { /*border-bottom:0 !important;*/ }
.tblWrap-control .row .col .tbl_list_type tbody tr:last-child th { border-bottom:1px solid #dcdcdc !important; }
.tblWrap-control .row .col-500 { flex:0 0 50rem !important; }

.overflow-hidden { overflow:hidden; }

.tblWrap-control .columnLIst li { display:flex; align-items: center; gap:2rem; flex-wrap:wrap; margin:1.5rem 0; }
.tblWrap-control .columnLIst li:first-child { margin:0; }
.tblWrap-control .columnLIst li:last-child { margin:0; }

.tblWrap-control .row2 { margin:0.9rem 0 0; display:flex; gap:1rem; }
.tblWrap-control .row2 .col { flex:1; padding:2.5rem 2rem; border:1px solid #DCDCDC; border-radius:0.3rem; overflow:hidden; }

.tblWrap-control .row2.sty2 .col { border:1px solid #EAEAEA; border-radius:1rem; padding:0; }

.tblWrap-control .box { padding:2.5rem 2rem; border:1px solid #DCDCDC; border-radius:0.3rem; }
.tblWrap-control .box.mt-10 { margin-top:1rem; }
.tblWrap-control .s-tit { font-size:1.7rem; font-weight:600; color:#333;  }
.tblWrap-control .dataInfo { margin:0.9rem 0 2rem; padding:2rem 4rem; background:#f7f7f7; border-radius:0.3rem; white-space: nowrap; overflow-x:auto; }
.tblWrap-control .dataInfo dl { display:flex; align-items: center; }
.tblWrap-control .dataInfo dl dt { font-size:1.6rem; font-weight:400; color:#777; margin-left:4rem; margin-right:1.5rem; }
.tblWrap-control .dataInfo dl dt:first-child { margin-left:0; }
.tblWrap-control .dataInfo dl dd { font-size:1.6rem; font-weight:500; color:#333; }
.tblWrap-control .dataInfo .ml-1 { margin-left:1rem; }
.tblWrap-control .dataInfo .d-flex { gap:1rem; }

@media all and (max-width: 1279px) {

    /*** 코드 관리 ***/
    .tblWrap-control { margin:1.5rem 0 0; }

    /* 공통[s] */
    .tblWrap-control .frm_select { width:auto; height:3.4rem; padding:0 3rem 0 1rem;  font-size:1.4rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 1rem center no-repeat; }
    .tblWrap-control .frm_select.sel_auto { width:auto !important; }
    .tblWrap-control .frm_select_s { width:100%; padding:0.3rem 0.5rem; font-size:1.2rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 2rem center no-repeat; }

    .tblWrap-control .frm_input { width:100% !important; flex:1; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.4rem; font-weight:400; color:#333; }
    .tblWrap-control button:disabled { opacity:0.5; }

    .tblWrap-control .frm_datetime { width:100%; flex:1; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.4rem; font-weight:400; color:#333; background:#fff url("../../assets/images/ico_calendar.svg") right 1.5rem center no-repeat; }

    .container .frm_textarea { width:100%; flex:1; border:1px solid #DFDFDF; border-radius:0.3rem; padding:1rem 1.2rem; font-size:1.4rem; font-weight:400; color:#333; }
    .container .frm_textarea { height:8rem; overflow:hidden; overflow-y: auto; padding-right:1rem; white-space:normal; }
    .container .frm_textarea.h-auto { height:auto; }
    .container .frm_textarea.h-150 { height:15rem; }
    .container .frm_textarea::-webkit-scrollbar { width: 0.5rem; }
    .container .frm_textarea::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .container .frm_textarea::-webkit-scrollbar-track { background:#ddd  }

    .container .frm_textarea_underline textarea { width:100%; transition:all 0.2s ease-out; border-bottom:2px solid #ddd; padding:0 !important; overflow-y: hidden; resize: none;}
    .container .frm_textarea_underline textarea:focus { border:0 !important; border-bottom:2px solid #333 !important; }

    .tblWrap-control .overflow-y { height:15rem; overflow-y: auto; padding-right:1rem; }
    .tblWrap-control .overflow-y::-webkit-scrollbar { width: 0.5rem; }
    .tblWrap-control .overflow-y::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .tblWrap-control .overflow-y::-webkit-scrollbar-track { background:#ddd  }

    .overflow {  overflow: auto; white-space: nowrap; }
    .overflow::-webkit-scrollbar { height:0.5rem; width:0.5rem; }
    .overflow::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .overflow::-webkit-scrollbar-track { background:#ddd  }

    .overflow-x { overflow:hidden; overflow-x: auto; white-space: nowrap; padding:0 0 0.1rem; }
    .overflow-x.pc-noscroll .tbl_list_type { white-space: nowrap; }
    .overflow-x .tbl_list_type { table-layout: auto !important; white-space: nowrap;  }
    .overflow-x .tbl_list_type th,
    .overflow-x .tbl_list_type td { display:table-cell !important; width:auto !important; }
    .overflow-x .tbl_list_type th { min-width:auto !important; }

    .overflow-x::-webkit-scrollbar { height:0.5rem; }
    .overflow-x::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .overflow-x::-webkit-scrollbar-track { background:#ddd  }

    .overflow-y { overflow:hidden; overflow-y: auto; }
    .overflow-y::-webkit-scrollbar { width:0.5rem; }
    .overflow-y::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .overflow-y::-webkit-scrollbar-track { background:#ddd  }

    .scroll-x { overflow:hidden; overflow-x: auto; white-space: nowrap; }
    .scroll-x::-webkit-scrollbar { height:0.5rem; }
    .scroll-x::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .scroll-x::-webkit-scrollbar-track { background:#ddd  }

    .scroll-y { overflow:hidden; overflow-y: auto; }
    .scroll-y::-webkit-scrollbar { width:0.5rem; }
    .scroll-y::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .scroll-y::-webkit-scrollbar-track { background:#ddd  }

    .tblWrap-control .radioBox.d-flex { display:flex; align-items: center; justify-content: center;}
    .tblWrap-control .radioBox input { display: none; }
    .tblWrap-control .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.4rem; font-weight:400; color:#333; letter-spacing:-0.1rem; }
    .tblWrap-control .radioBox label span { margin-right:1rem; width:1.6rem; height:1.6rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
    .tblWrap-control .radioBox input:checked + label span {  width:1.6rem; height:1.6rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }

    .btn-switch { display:flex; align-items:center; width:10rem; border-radius:2rem; background:#ddd; padding:0.3rem; }
    .btn-switch .radioBox { flex:1; text-align:center; }
    .btn-switch .radioBox input { display: none; }
    .btn-switch .radioBox label { line-height:2.8rem; cursor:pointer; display:inline-flex; align-items:center; justify-content: center; font-size:1.4rem; font-weight:400; color:#333; }
    .btn-switch .radioBox input:checked + label { width:100%; border-radius:1.5rem; background:#00907F; color:#fff; }

    .tblWrap-control .d-flex { display:flex; align-items: center; }
    .tblWrap-control .justify-content-start { justify-content: flex-start !important; }
    .tblWrap-control .justify-content-center { justify-content: center !important; }
    .tblWrap-control .justify-content-end { justify-content: flex-end !important; }
    .tblWrap-control .align-items-start { align-items:flex-start !important; }
    .tblWrap-control .align-items-center { align-items:center !important; }
    .tblWrap-control .align-items-end { align-items:flex-end !important; }
    .tblWrap-control .ml-auto { margin-left:auto !important; }
    .tblWrap-control .w-auto { min-width:auto !important; flex:1; width:100% !important; }
    .tblWrap-control .w-650 { min-width:auto !important; width:65rem !important; flex:none !important; }
    .tblWrap-control .w-500 { min-width:auto !important; width:50rem !important; flex:none !important; }
    .tblWrap-control .w-400 { min-width:auto !important; width:40rem !important; flex:none !important; }
    .tblWrap-control .w-380 { min-width:auto !important; width:38rem !important; flex:none !important; }
    .tblWrap-control .w-300 { min-width:auto !important; width:100% !important; flex:none !important; }
    .tblWrap-control .w-265 { min-width:auto !important; width:26.5rem !important; flex:none !important; }
    .tblWrap-control .w-240 { min-width:auto !important; width:100% !important; flex:none !important; }
    .tblWrap-control .w-200 { min-width:auto !important; width:20rem !important; flex:none !important; }
    .tblWrap-control .w-160 { min-width:auto !important; width:16rem !important; flex:none !important; }
    .tblWrap-control .w-150 { min-width:auto !important; width:15rem !important; flex:none !important; }
    .tblWrap-control .w-147 { min-width:auto !important; width:14.7rem !important; flex:none !important; }
    .tblWrap-control .w-140 { min-width:auto !important; width:14rem !important; flex:none !important; }
    .tblWrap-control .w-130 { min-width:auto !important; width:13rem !important; flex:none !important; }
    .tblWrap-control .w-120 { min-width:auto !important; width:12rem !important; flex:none !important; }
    .tblWrap-control .w-110 { min-width:auto !important; width:11rem !important; flex:none !important; }
    .tblWrap-control .w-100 { min-width:auto !important; width:10rem !important; flex:none !important; }
    .tblWrap-control .w-90 { min-width:auto !important; width:9rem !important; flex:none !important; }
    .tblWrap-control .w-80 { min-width:auto !important; width:8rem !important; flex:none !important; }
    .tblWrap-control .w-70 { min-width:auto !important; width:7rem !important; flex:none !important; }
    .tblWrap-control .w-60 { min-width:auto !important; width:6rem !important; flex:none !important; }
    .tblWrap-control .w-50 { min-width:auto !important; width:5rem !important; flex:none !important; }
    .tblWrap-control .text-center { text-align:center !important; }
    .tblWrap-control .gap-05 { gap:0.5rem; }
    .tblWrap-control .gap-1 { gap:1rem; }
    .tblWrap-control .mb-10 { margin-bottom:1rem !important; }
    .tblWrap-control .mt-10 { margin-top:1rem !important; }
    .tblWrap-control .mt-20 { margin-top:2rem !important; }
    .tblWrap-control .mt-30 { margin-top:3rem !important; }
    .tblWrap-control .h-40 { height:3.4rem !important; }
    .tblWrap-control .ml-30 { margin-left:3rem !important;}

    .tblWrap-control .btn_inline_sch { margin-left:1rem; width:9.6rem; height:3.4rem; border-radius:0.3rem; font-size:1.4rem; font-weight:700; color:#fff; background:#666; }
    .tblWrap-control .btn_inline_sch_ico { margin-left:1rem; width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_sch.svg") 50% 50% no-repeat; }
    .tblWrap-control .btn_inline_gray { margin-left:1rem; width:9.6rem; height:3.4rem; border-radius:0.3rem; font-size:1.4rem; font-weight:700; color:#fff; background:#666; }

    .tblWrap-control .btnfrmWrap { margin:2rem 0 0; display:flex; align-items: center; justify-content: center; gap:0.6rem; }
    .tblWrap-control .btnfrmWrap .btn_solid { padding:0 2rem; height:4rem; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.6rem; font-weight:500; color:#666;}
    .tblWrap-control .btnfrmWrap .btn_primary{ padding:0 2rem; height:4rem; border-radius:0.3rem; font-size:1.6rem; font-weight:700; color:#fff; background:#00907F; }
    .tblWrap-control .btnfrmWrap a { text-align:center; line-height:4rem; }

    .tblWrap-control .chkBox { display:flex; justify-content: center; gap:1rem; }
    .tblWrap-control .chkBox input { display: none; }
    .tblWrap-control .chkBox label { cursor:pointer; gap:1rem; display:flex; align-items:center; font-size:1.4rem; font-weight:500; color:#333; }
    .tblWrap-control .chkBox label span { margin:0 !important; flex-shrink: 0; width:1.6rem; height:1.6rem; background:url("../../assets/images/ico_chk_v2_off.svg") 50% 50% no-repeat; background-size:contain; }
    .tblWrap-control .chkBox input:checked + label span {  width:1.6rem; height:1.6rem; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }

    .chkBoxTxt { display:flex; justify-content: center; gap:1rem; }
    .chkBoxTxt input { display: none; }
    .chkBoxTxt label { cursor:pointer; display:flex; align-items:center; justify-content:center; background:#fff; width:3.4rem; height:3.4rem; font-size:1.4rem; font-weight:500; color:#333; }
    .chkBoxTxt label { border:1px solid #DFDFDF; border-radius:0.3rem; }
    .chkBoxTxt input:checked + label { background:#333; color:#fff; }

    .radioBoxTxt { display:flex; justify-content: center; gap:1rem; }
    .radioBoxTxt input { display: none; }
    .radioBoxTxt label { cursor:pointer; display:flex; align-items:center; justify-content:center; background:#fff; width:3.4rem; height:3.4rem; font-size:1.4rem; font-weight:500; color:#333; }
    .radioBoxTxt label { border:1px solid #DFDFDF; border-radius:0.3rem; }
    .radioBoxTxt input:checked + label { background:#666; color:#fff; }

    .tblWrap-control input:disabled + label { opacity:0.5; }
    .tblWrap-control .tbl_title { font-size:1.5rem; }
    .tblWrap-control .con_tblWrap .tbl_title { margin:2rem 0 0; }

    .tblWrap-control .tag { display:flex; justify-content: center; gap:0.4rem; }
    .tblWrap-control .tag li { text-align:center;  width:auto; padding:0 0.7rem; line-height:2rem; border:1px solid #D6D6D6; background:#ECECEC; font-size:1.2rem; font-weighT:500; color:#666; }
    .tblWrap-control .tag.txt li { width:auto; padding:0 1rem; }

    .tblWrap-control .btn_date_prev { display:flex; align-items: center; justify-content: center; gap:1rem;  }
    .tblWrap-control .btn_date_prev span { border:1px solid #d6d6d6; background:#fff; border-radius:0.3rem; width:2.5rem; height:2.5rem; background:#fff url("../../assets/images/btn_date_prev.svg") 50% 50% no-repeat; background-size:0.7rem; }
    .tblWrap-control .btn_date_next { display:flex; align-items: center; justify-content: center; gap:1rem;  }
    .tblWrap-control .btn_date_next span { border:1px solid #d6d6d6; background:#fff; border-radius:0.3rem; width:2.5rem; height:2.5rem; background:#fff url("../../assets/images/btn_date_next.svg") 50% 50% no-repeat; background-size:0.7rem; }
    /* 공통[e] */

    .control-tab { display:block; align-items:center; margin-bottom:1rem; }
    .control-tab.mt-70 { margin-top:7rem; }
    .control-tab .title { font-size:1.7rem; font-weight:600; margin:0 0 1rem; }


    .control-tab .control-tab-link { overflow-x:auto; overflow-y:hidden; flex-wrap:nowrap; -webkit-overflow-scrolling:touch; scrollbar-width:none; -ms-overflow-style:none; scroll-behavior:smooth; gap:0; margin:0 0 1.5rem; }
    .control-tab .control-tab-link::-webkit-scrollbar { display:none; }
    .control-tab .control-tab-link li { flex-shrink:0; white-space:nowrap; min-width:auto; cursor:pointer; flex:1 1 auto; font-size:1.5rem; font-weight:400; color:#666; text-align:center; padding:0 1.5rem 0; line-height:4rem; border-bottom:1px solid #eaeaea; }
    .control-tab .control-tab-link li a { width:auto; height:4rem; border:0; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#666; letter-spacing:-0.5px; }
    .control-tab .control-tab-link li a:hover { background:none; }
    .control-tab .control-tab-link li.active { font-size:1.5rem; font-weight:700; color:#333; border-bottom:2px solid #222; }
    .control-tab .control-tab-link li.active a { border:0; font-size:1.5rem; font-weight:700; background:none; color:#333; }
    .control-tab .control-tab-link li.active a:hover { background:none; }
    /*

    .control-tab .control-tab-link { display:flex; flex-wrap:wrap; gap:0.4rem; margin:0 0 1.5rem; }
    .control-tab .control-tab-link li { width:calc(100% / 2 - 0.4rem); }
    .control-tab .control-tab-link li a { width:auto; height:3.2rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#666; letter-spacing:-0.5px; }
    .control-tab .control-tab-link li a:hover { background-color:#F4F4F4; }
    .control-tab .control-tab-link li.active { border:0; }
    .control-tab .control-tab-link li.active a { border:1px solid #666; font-size:1.5rem; font-weight:700; background:#666; color:#fff; }
    .control-tab .control-tab-link li.active a:hover { background:#666; }
    */

    .control-tab .btnWrap { margin-left:auto !important; display:flex; align-items:center; flex-wrap:wrap; gap:0.4rem; }
    .control-tab .btnWrap > * { flex:1 1 auto; }
    .control-tab .btnWrap .w-auto { width:auto !important; padding:0 2.8rem !important; }
    .control-tab .btn_adm_solid { width:auto; padding:0 1.5rem; height:3.2rem; line-height:3.2rem; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.4rem; font-weight:500; color:#666; }
    .control-tab .btn_adm_solid:hover { background:#F4F4F4; }
    .control-tab .btn_adm_primary { width:auto; padding:0 1.5rem; height:3.2rem; line-height:3.2rem; border-radius:0.3rem; font-size:1.4rem; font-weight:500; color:#fff; background:#00907F; }
    .control-tab .btn_adm_primary:hover { background:#1A9C8C; }
    .control-tab .dataTxt { display:flex; align-items: center; margin:0 0 1rem; }
    .control-tab .dataTxt dt { font-size:1.4rem; padding-right:1rem; }
    .control-tab .dataTxt dd { font-size:1.4rem; border-left:1px solid #ddd;  padding-left:2rem; }

    .control-tab-sub ul { display:flex; align-items:center; border-bottom:1px solid #ddd;  }
    .control-tab-sub ul li { flex:1 1 calc(100% / 3); line-height:4rem; text-align:center; }
    .control-tab-sub ul li a { font-size:1.4rem; font-weight:400; padding:0; color:#666; }
    .control-tab-sub ul li.active { border-bottom:2px solid #333; }
    .control-tab-sub ul li.active a { font-size:1.4rem; font-weight:700; color:#333; }

    .control-detail { margin:3rem 0 0; border:2px solid #ddd; padding:1rem;  }
    .control-detail h3 { font-size:1.8rem; font-weight:500; color:#222; margin:0 0 1rem; }
    .control-detail p { font-size:1.3rem; }

    .control-search { margin:0;  }
    .control-search.mt-0 { margin-top:0 !important; }
    .control-search fieldset { display:flex; align-items:center; flex-wrap:wrap; background:#f7f7f7 !important; border-radius:0.3rem; padding:1.2rem; gap:0.5rem; }
    .control-search .btn_sch_basic { min-width:4rem; height:3.4rem; padding:0 2.5rem; height:3rem; border-radius:0.3rem; background:#666; font-size:1.4rem; font-weight:400; color:#fff; }
    .control-search .btn_sch_basic:hover { background-color:#444; }
    .control-search .btn_sch_basic::before { content:"조회"; }

    .control-search .btn_sch_refresh { min-width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_refresh.svg") 50% 50% no-repeat;  }
    .control-search .btn_sch_detail { /* margin-left:0.5rem; */ padding:0 1rem; height:3.4rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.4rem; font-weight:400; color:#666; background:#fff; }
    .control-search .w-70 { width:7rem !important; flex:none !important; }
    .control-search .w-80 { width:8rem !important; flex:none !important; }
    .control-search .w-90 { width:9rem !important; flex:none !important; }
    .control-search .w-100 { width:10rem !important; flex:none !important; }
    .control-search .w-130 { width:13rem !important; flex:none !important; }
    .control-search .w-150 { width:15rem !important; flex:none !important; }
    .control-search .w-200 { width:20rem !important; flex:none !important; }
    .control-search .label { font-size:1.4rem !important; font-weight:400; color:#333; margin-right:2rem; }
    .control-search .frm_input { width:100% !important; }
    .control-search .label.disabled { background:none !important; color:#aaa !important; }
    .control-search .ml-30 { margin-left:3rem !important; margin-right:2rem !important; }
    .control-search .ml-20 { margin-left:2rem !important; margin-right:2rem !important; }
    .control-search .ml-10 { margin-left:1rem !important; margin-right:1rem !important; }
    .control-search .ml-0 { margin-left:0!important; margin-right:0 !important; }
    .control-search .mr-10 { margin-right:1rem !important; }
    .control-search .ml-auto { margin-left:auto !important;  }
    .control-search .mr-auto { margin-right:0 !important;  }
    .control-search .sch-row { flex:1; }
    .control-search .sch-col { display:flex; align-items:center; flex-wrap:wrap; margin:0 0 1.5rem; gap:0.5rem; border-bottom:1px solid #ddd; padding:0 0 1.5rem;}
    .control-search .sch-col.no-line { border:0; margin:0; padding:1rem 0 0; }
    .control-search .sch-col:last-child { margin:0; border:0; }
    .control-search .sch-col .txt-sm { font-size:1.2rem; color:#777; }
    .control-search .sch-col.border-top-0 { border-top:0 !important; padding:0 !important; }
    .control-search .chkBoxWrap { display:flex; align-items:center; gap:0.5rem; }
    .control-search .penalty { margin-left:2rem; font-size:1.5rem; color:#FF1F1F; }
    .control-search .btn_solid { /* margin-left:0.5rem;*/ padding:0 1.5rem;  height:3.4rem; border-radius:0.3rem; font-size:1.4rem; background:#fff; border:1px solid #d6d6d6; color:#666; }
    .control-search .btn_solid.active { background:#666; color:#fff; border:0; }
    .control-search .btn_solid.active.modal_open { width:100%; }
    .control-search .line { border-left:1px solid #ddd; margin-left:0; }
    .control-search .gap { margin:0 0.5rem; }
    .control-search .btnWrap { margin:3rem 0 0; display:flex; justify-content: center; gap:1rem; }
    .control-search .btnWrap .btn_solid { margin:0; }
    .control-search .btn-prev { width:3.4rem; height:3.4rem; background:url("../../assets/images/ico_paging_prev.svg") 50% 50% no-repeat; }
    .control-search .btn-next { width:3.4rem; height:3.4rem; background:url("../../assets/images/ico_paging_next.svg") 50% 50% no-repeat; }
    .control-search .txt-data { color:#777; }
    .control-search .gap-05 { gap:0.5rem; }
    .control-search .justify-content-start { justify-content: flex-start !important; }
    .control-search .justify-content-center { justify-content: center !important; }
    .control-search .justify-content-end { justify-content: flex-end!important; }
    .control-search .relative { flex:1; position:relative; }
    .control-search .btn_keyword_del { width:1.3rem; height:1.3rem; position:absolute; top:1rem; right:1rem; background:url("../../assets/images/ico_modal_close.svg") 50% 50% no-repeat; background-size:contain; }

    .tblWrap-control .row { margin:1rem 0 0; display:block; gap:0.5rem; align-items: flex-start;  }
    .tblWrap-control .row .con_hd { align-items: flex-end !important; }
    .tblWrap-control .row .con_hd .chkBox { justify-content: flex-start; }
    .tblWrap-control .row .con_hd .con-btn { display:flex; flex-wrap:nowrap; gap:0.5rem; margin:0 0 0.5rem; }
    .tblWrap-control .row .con_hd .con-btn .btn_tbl_con { flex: 1 1 calc(50% - 0.5rem); margin:0 !important; }
    .tblWrap-control .gap-0 { gap:0 !important; }
    .tblWrap-control .row.block { display:block; }
    .tblWrap-control .row .col:nth-child(1) { width:100%; padding:1.2rem; border:1px solid #DCDCDC; border-radius:0.3rem; margin:0 0 1rem; overflow:hidden; }
    .tblWrap-control .row .col:nth-child(2) { width:100%; flex:1; overflow:hidden; margin:0 0 1rem; }
    .tblWrap-control .row .col:last-child { margin-bottom:0; }
    .tblWrap-control .row .col.calendar { max-width:100%; margin:0 auto 1rem; }
    .tblWrap-control .row .col.calendar + .col { padding:1.2rem; border:1px solid #DCDCDC; border-radius:0.3rem; overflow:hidden; }
    .tblWrap-control .row.col-auto .col:nth-child(1) { overflow:hidden; width:auto; flex:1; padding:1rem; border:1px solid #DCDCDC; border-radius:0.3rem;  }
    .tblWrap-control .row.col-auto .col:nth-child(2) { overflow:hidden; width:auto; flex:1; padding:1rem; border:1px solid #DCDCDC; border-radius:0.3rem; }
    .tblWrap-control .row.col-auto .col:nth-child(3) { overflow:hidden; width:auto; flex:1; padding:1rem; border:1px solid #DCDCDC; border-radius:0.3rem; }
    .tblWrap-control .row.mt-10 { margin-top:1rem !important; }
    .tblWrap-control .row .col .tbl_list_type.line .frm_select.w-auto { min-width:10rem !important; }
    .tblWrap-control .row .col .tbl_list_type.line .frm_textarea { width:100%; }

    .overflow-hidden { overflow:hidden; }

    .tblWrap-control .columnLIst li { display:flex; align-items: center; gap:1rem; flex-wrap:wrap; margin:1rem 0; }
    .tblWrap-control .columnLIst li:first-child { margin:0; }
    .tblWrap-control .columnLIst li:last-child { margin:0; }

    .tblWrap-control .row2 { margin:0.9rem 0 0; display:block; gap:1rem; }
    .tblWrap-control .row2 .col { width:100% !important; flex:1; padding:1.2rem; border:1px solid #DCDCDC; border-radius:0.3rem; margin:0 0 1rem; overflow:hidden; }

    .tblWrap-control .row2.sty2 .col { border:1px solid #EAEAEA; border-radius:1rem; padding:0; }

    .tblWrap-control .box { padding:2.5rem 2rem; border:1px solid #DCDCDC; border-radius:0.3rem; }
    .tblWrap-control .box.mt-10 { margin-top:1rem; }
    .tblWrap-control .s-tit { font-size:1.7rem; font-weight:600; color:#333;  }
    .tblWrap-control .dataInfo { margin:0.9rem 0 2rem; padding:1.2rem; background:#f7f7f7; border-radius:0.3rem; }
    .tblWrap-control .dataInfo .d-flex { display:block; }
    .tblWrap-control .dataInfo dl { flex:1; display:flex; align-items: center; flex-wrap:wrap;  }
    .tblWrap-control .dataInfo dl dt { font-size:1.4rem; font-weight:400; color:#777; margin-left:4rem; margin-right:1.5rem; margin:0 0 1rem;  width:calc(100% / 2); }
    .tblWrap-control .dataInfo dl dt:first-child { margin-left:0; }
    .tblWrap-control .dataInfo dl dd { font-size:1.4rem; font-weight:500; color:#333; margin:0 0 1rem; }
    .tblWrap-control .dataInfo .ml-1 { margin-left:1rem; }
    .tblWrap-control .dataInfo .btn_tbl_con_normal { width:100%; margin:1rem 0 0; }

    .control-search .tblCategoryType { flex-wrap:nowrap; margin-left: 0!important; }

}

@media all and (max-width: 767px) {
    .control-search .sch-col.col-1 { flex-wrap:nowrap !important; }
    .control-search .sch-col.col-1 > *:not(label, button) { min-width:0 !important; width:auto !important; flex:1 !important; }
}


.subBox { padding:2.5rem 2rem; border:1px solid #DCDCDC; border-radius:0.3rem; }

.tblTit { font-size:1.7rem; font-weight:600; margin:0 0 2rem; }
.tblTit.mt-3 { margin-top:3rem; }
.con_hd { display:flex; align-items: center; gap:0.6rem; }
.con_hd.mt-2 { margin-top:2rem; }
.con_hd.mt-5 { margin-top:5rem; }
.con_hd.mb-2 { margin-bottom:2rem; }
.con_hd.border { border-bottom:0; padding:0; margin:0 0 1rem; }
.con_hd h2 { font-size:1.7rem; font-weight:600; color:#333; margin-right:1rem; }
.con_hd .txt { font-size:1.8rem; }
.con_hd h2 span { font-weight:500; color:#999; margin-right:1rem; }
.con_hd h2 .sm { font-size:1.3rem !important; font-weight:400 !important; margin:0 0 0 1rem !important; }
.con_hd .dataTxt { display:flex; align-items: center;  }
.con_hd .dataTxt dt { font-size:1.6rem; font-weight:500; color:#333; padding-right:2rem; }
.con_hd .dataTxt dd { font-size:1.6rem; font-weight:500; color:#333; border-left:1px solid #ddd;  padding-left:2rem; }
.con_hd .btnWrap { margin-top:0rem !important; margin-left:auto !important; display:flex; align-items:center; justify-content:flex-end; gap:1rem; flex-wrap:wrap; }
.con_hd .btnWrap p { font-size:1.2rem; }
.con_hd .btnWrap .btn_add { width:4.2rem !important; height:3.5rem; background:#fff url("../../assets/images/ico_add.svg") 50% 50% no-repeat; }
.con_hd .btnWrap .btn_del { width:4.2rem; height:3.5rem; background:#fff url("../../assets/images/ico_del.svg") 50% 50% no-repeat; }
.con_hd .btnWrap .btn_del2 { width:4.2rem; height:3.5rem; background:#fff url("../../assets/images/ico_del.svg") 50% 50% no-repeat; }
.con_hd .btnWrap .btn_save { border-radius:0.3rem; background:#00907F; padding:0 2rem; height:3.4rem; font-size:1.5rem; font-weight:500; color:#fff; }
.con_hd .btnWrap .btn_save:hover { background:#1A9C8C; }
.con_hd .btnWrap .btn_gray { border-radius:0.3rem; background:#666; padding:0 2rem; height:3.4rem; font-size:1.5rem; font-weight:500; color:#fff; }
.con_hd .btnWrap .btn_gray:hover { background-color: #444; }
.tblWrap-control .label { font-size:1.5rem; font-weight:400; color:#333; margin-right:2rem; }
.con_hd .dataLabel { display:flex; align-items:center; gap:2rem; }
.con_hd .dataLabel li { font-size:1.6rem; font-weight:500; color:#333; display:flex; align-items:center; gap:1rem;  }
.con_hd .dataLabel li::after { content:""; height:1.2rem; border-right:1px solid #ccc; padding-right:0.5rem; }
.con_hd .dataLabel.border li::after { content:""; height:1.2rem; border-right:1px solid #ccc; padding-right:0.5rem; }
.con_hd .dataLabel li:last-child::after { border:0; }
.con_hd .dataLabel li .col_1 { width:2rem; height:2rem; border:1px solid #DDDDDD; background:#F1F1F1; }
.con_hd .dataLabel li .col_2 { width:2rem; height:2rem; border:1px solid #DDDDDD; background:#fff; }
.con_hd .dataLabel li .col_3 { width:2rem; height:2rem; border:1px solid #DDDDDD; background:#F1EDFF; }
.con_hd .dataLabel li .col_4 { width:2rem; height:2rem; border:1px solid #DDDDDD; background:#DAFFE0; }
.con_hd .dataLabel li .txtsm { font-size:1.4rem; color:#777; }
.con_hd .tblTit { margin:0; }
.con_hd + .con_hd { margin-top:2rem; }
.con_hd > *:first-child {  }

.seat_col_1 { width:2rem; height:2rem; border:1px solid #DDDDDD; background:#F1F1F1 !important; }
.seat_col_2 { width:2rem; height:2rem; border:1px solid #DDDDDD; background:#fff !important; }
.seat_col_3 { width:2rem; height:2rem; border:1px solid #DDDDDD; background:#F1EDFF !important; }
.seat_col_4 { width:2rem; height:2rem; border:1px solid #DDDDDD; background:#DAFFE0 !important; }

.controlLabel { display:flex; align-items:center;  }
.controlLabel span { margin:0 1rem; }
.controlLabel button { margin:0 0.5rem; }
.controlLabel .item { display:flex; align-items: center;  gap:0.5rem; }
.controlLabel .item > .label + * { flex:1 !important; }
.controlLabel .item > .frm_select { width:auto !important; max-width:auto !important; }

.controlLabel.col-1 { display:flex; align-items:center;  }
.controlLabel.col-1 span { margin:0 1rem; }
.controlLabel.col-1 button { margin:0 0.5rem; }
.controlLabel.col-1 .item { display:flex; align-items: center;  gap:0.5rem; }
.controlLabel.col-1 .item > .label + * { flex:1 !important; }
.controlLabel.col-1 .item > .frm_select { width:auto !important; max-width:auto !important; }

.con_hd.row-top { margin-top:2.5rem; padding: 2.5rem 2rem; border: 1px solid #DCDCDC; border-radius: 0.3rem; }

.tblWrap-control .ml-10 {margin-left:1rem !important; }
.tblWrap-control .ml-20 {margin-left:3rem !important; }
.tblWrap-control .btn_sch_refresh { width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_refresh.svg") 50% 50% no-repeat;   }

@media all and (max-width: 1279px) {

    .subBox { padding:2.5rem 2rem; border:1px solid #DCDCDC; border-radius:0.3rem; }

    .tblTit { font-size:1.7rem; font-weight:600; margin:0 0 2rem; }
    .tblTit.mt-3 { margin-top:3rem; }
    .con_hd { display:block; align-items: flex-end; gap:0.6rem; margin:1rem 0 0; }
    .con_hd.mt-2 { margin-top:2rem; }
    .con_hd.mt-5 { margin-top:5rem; }
    .con_hd.mb-2 { margin-bottom:2rem; }
    .con_hd.border { border-bottom:0; padding:0; }
    .con_hd h2 { font-size:1.7rem; font-weight:600; color:#333; margin:0 0 1rem; }
    .con_hd h2 span { font-weight:500; color:#999; margin-right:0.5rem; }
    .con_hd h2 .sm { display:block; font-size:1.3rem !important; font-weight:400 !important; margin:0.5rem 0 0 !important; }
    .con_hd .dataTxt { display:flex; align-items: center; margin:0 0 1rem; }
    .con_hd .dataTxt dt { font-size:1.4rem; padding-right:1rem; }
    .con_hd .dataTxt dd { font-size:1.4rem; border-left:1px solid #ddd;  padding-left:1rem; }
    .con_hd .btnWrap { margin-left:auto !important; display:flex; align-items:center; justify-content:flex-end; flex-wrap:wrap; gap:0.5rem; margin:1rem 0 0 !important; }
    .con_hd .btnWrap > * { flex-shrink:0; white-space:nowrap; }

    .con_hd .btnWrap .btn_save,
    .con_hd .btnWrap .btn_gray,
    .con_hd .btnWrap .btn_tbl_con_normal,
    .con_hd .btnWrap .btn_tbl_con_normal_primary { flex:1 1 calc((100% - 2rem) / 3); text-align:center; }
    .con_hd .btnWrap .btn_add { width:3.2rem; height:2.8rem; background:#fff url("../../assets/images/ico_add.svg") 50% 50% no-repeat; background-size:contain; }
    .con_hd .btnWrap .btn_del { width:3.2rem; height:2.8rem; background:#fff url("../../assets/images/ico_del.svg") 50% 50% no-repeat; background-size:contain; }
    .con_hd .btnWrap .btn_del2 { width:3.2rem; height:2.8rem; background:#fff url("../../assets/images/ico_del.svg") 50% 50% no-repeat; background-size:contain; }
    .con_hd .btnWrap .btn_save { border-radius:0.3rem; background:#00907F; padding:0 1rem; height:2.8rem; font-size:1.4rem; font-weight:500; color:#fff; }
    .con_hd .btnWrap .btn_gray { border-radius:0.3rem; background:#666; padding:0 1rem; height:2.8rem; font-size:1.4rem; font-weight:500; color:#fff; }
    .con_hd .btnWrap .btn_tbl_con_normal { }
    .con_hd .btnWrap .btn_tbl_con_normal_primary { }

    .con_hd .btnWrap.col-2 {  }
    .con_hd .btnWrap.col-2 .btn_tbl_con_normal { flex:1 1 calc((100% - 0.5rem) / 2); padding:0 !important; }

    .con_hd .frm_select { width:100% !important; margin:0 0 1rem !important; }
    .con_hd .d_flex > label { display:block; margin:0 0 1rem; }

    .tblWrap-control .label { font-size:1.5rem; font-weight:400; color:#333; margin-right:2rem; }
    .con_hd .dataLabel { display:flex; align-items:center; flex-wrap:nowrap; gap:1.7rem; margin:0 0 1rem; }
    .con_hd .dataLabel li {  font-size:1.3rem; font-weight:400; color:#333; display:flex; align-items:center; gap:0.3rem;  }
    .con_hd .dataLabel li::after { display:none; /* content:""; height:1.2rem; border-right:1px solid #ccc; padding-right:0.5rem;*/ }
    .con_hd .dataLabel.border li::after { display:none; content:""; height:1.2rem; border-right:1px solid #ccc; padding-right:0.5rem; }
    .con_hd .dataLabel li:last-child::after { border:0; }
    .con_hd .dataLabel li .col_1 { width:1.5rem; height:1.5rem; border:1px solid #DDDDDD; background:#F1F1F1; }
    .con_hd .dataLabel li .col_2 { width:1.5rem; height:1.5rem; border:1px solid #DDDDDD; background:#fff; }
    .con_hd .dataLabel li .col_3 { width:1.5rem; height:1.5rem; border:1px solid #DDDDDD; background:#F1EDFF; }
    .con_hd .dataLabel li .col_4 { width:1.5rem; height:1.5rem; border:1px solid #DDDDDD; background:#DAFFE0; }

    .con_hd .csv_upload + p { font-size:1.3rem; }

    .seat_col_1 { width:2rem; height:2rem; border:1px solid #DDDDDD; background:#F1F1F1; }
    .seat_col_2 { width:2rem; height:2rem; border:1px solid #DDDDDD; background:#fff; }
    .seat_col_3 { width:2rem; height:2rem; border:1px solid #DDDDDD; background:#F1EDFF; }
    .seat_col_4 { width:2rem; height:2rem; border:1px solid #DDDDDD; background:#DAFFE0; }

    .con_hd.row-top { margin-top:2.5rem; padding: 1.2rem; border: 1px solid #DCDCDC; border-radius: 0.3rem; }

    .tblWrap-control .ml-10 {margin-left:1rem; }
    .tblWrap-control .ml-20 {margin-left:3rem; }
    .tblWrap-control .btn_sch_refresh { min-width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_refresh.svg") 50% 50% no-repeat;  }

}

.col-blue { color:#00907F !important; }

.container .con_hd { align-items: center ;}
.container .tbl_list_type { margin:0; }
.container .tbl_list_type.fixed { table-layout:fixed !important; }
.container .tbl_list_type th { font-size:1.5rem; padding:1rem; font-weight:500; color:#333; height:auto !important; }
.container .tbl_list_type td {height:3.5rem; padding:1rem; font-size:1.5rem; font-weight:400; color:#555; text-align:center; position:relative; }
.container .tbl_list_type thead tr:first-child th { padding:1rem 1rem 1.5rem !important;  border-bottom:1px solid #000; }
.container .tbl_list_type thead tr:last-child th { border-top:1px solid #000; border-bottom:1px solid #dcdcdc !important; padding:1rem !important; }
.container .tbl_list_type thead th { background:#fff !important;  }

.container .tbl_list_type thead .frm_select { width:auto !important; height:auto !important; font-size:1.4rem; font-weight:400; color:#666; padding-right:2rem; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url("../../assets/images/ico_sort.svg") 100% 50% no-repeat; border:0; }
.container .tbl_list_type thead .frm_select:focus { border:0 !important; }

.container .tbl_list_type.auto { table-layout:auto !important; }
.container .tbl_list_type.auto th { height:auto !important; padding:1rem; }
.container .tbl_list_type tbody { }
.container .tbl_list_type tr:hover td:not(:has(.nodate))  { background:#f9f9f9; color:#000; }
.container .tbl_list_type .text-left { text-align:left !important; }
.container .tbl_list_type .text-right { text-align:right !important; }
.container .tbl_list_type .tblList li {  margin:0 0 2rem; }
.container .tbl_list_type .tblList li:last-child { margin:0; }
.container .tbl_list_type .tr-bg { background:#f4f4f4; }
.container .tbl_list_type.td-line td { border-bottom:1px solid #ddd; padding:2rem 0.5rem; }
.container .tbl_list_type.td-line tr:last-child td { border:0; }
.container .tbl_list_type.td-line-sm th { border-top:1px solid #000 !important; border-bottom:1px solid #dcdcdc; padding:1rem !important; }
.container .tbl_list_type.td-line-sm td { border-bottom:1px solid #ddd; padding:1rem 0.5rem; }
.container .tbl_list_type.td-line-sm tr:last-child td { border:0; }
.container .tbl_list_type.h-auto td { height:auto; padding:2rem 1rem; border-bottom:1px solid #DCDCDC; }
.container .tbl_list_type.h-auto tfoot tr { }
.container .tbl_list_type.h-auto tr:hover td { background:none; color:#666; }
.container .tbl_list_type.line { table-layout:fixed; margin:1rem 0 0; }
.container .tbl_list_type.line th { padding:1rem; font-size:1.4rem; font-weight:500; color:#333; height:4rem; border:1px solid #DCDCDC !important; border-bottom:0 !important; background:#f7f7f7;  }
.container .tbl_list_type.line td { padding:1rem; height:auto; line-height:150%; font-size:1.4rem; font-weight:400; color:#666; text-align:center; border:1px solid #DCDCDC; border-top:0; position:relative; }
.container .tbl_list_type.line thead tr:last-child th { border-bottom:0 !important; }

.container .tbl_list_type.line tbody { border-top:0 solid transparent; }
.container .tbl_list_type.line tr:hover td  { color:#666 !important; background:#fff !important; }
.container .tbl_list_type.line .bg { background:#f1f1f1; }
.container .tbl_list_type.line tr:hover .bg { background:#f9f9f9 !important; }
.container .tbl_list_type.line tfoot tr { background:#fff; }
.container .tbl_list_type.line tfoot tr:hover td { background:#fff !important; color:#666 !important; }

.container .tbl_list_type.td-center td { text-align:center; }
.container .tbl_list_type .tr_disabled { opacity:0.8; }
.container .tbl_list_type .tr_disabled td { background:transparent; color:#999; }
.container .tbl_list_type .tr_disabled:hover td { background:transparent; color:#999; }
.container .tbl_list_type .th-bg {  }
.container .tbl_list_type .no-data { padding:3rem 0; color:#777; }
.container .tbl_list_type .col-red { color:#ff0000; }
.container .tbl_list_type .tt { font-size:1.5rem; font-weight:500; color:#555; }
.tbl-status { display:inline-block !important; margin:0.5rem 0 0 !important; padding:0.5rem 1rem !important; background:#bbb !important; text-align:center !important; color:#fff !important; font-size:1.2rem !important; height:auto !important; line-height:100% !important; white-space:nowrap !important; }
.tbl-status.col { background:#333 !important; font-size:1.4rem !important; }
.container .tbl_list_type .thumbnail { margin:0 auto; width:6rem; height:8rem; overflow:hidden; display:flex; align-items: center; justify-content: center; }
.container .tbl_list_type .thumbnail img { width:100%; height:auto; object-fit:contain; }
.container .tbl_list_type.text-left-td td { text-align:left; }
.container .tbl_list_type.text-center-td td { text-align:center; }
.container .tbl_list_type .num { text-align:center !important; }

.sticky-header-wrapper th { font-size:1.5rem; padding:1rem; font-weight:500; color:#333; height:auto !important; border-top:1px solid #000; border-bottom:1px solid #dcdcdc !important; }
.sticky-header-wrapper td {height:3.5rem; padding:1rem; font-size:1.5rem; font-weight:400; color:#555; text-align:center; position:relative; }

.tbl_list_type .btn-con-up { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_up.svg") 50% 50% no-repeat; background-size:1.2rem; }
.tbl_list_type .btn-con-down { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_down.svg") 50% 50% no-repeat; background-size:1.2rem; }
.tbl_list_type .btn-con-del { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; background-size:1.2rem; }

.tbl_list_type .btn-con-up-sm { width:3rem; height:3rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_up.svg") 50% 50% no-repeat; background-size:1.2rem; }
.tbl_list_type .btn-con-down-sm { width:3rem; height:3rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_down.svg") 50% 50% no-repeat; background-size:1.2rem; }
.tbl_list_type .btn-con-del-sm { width:3rem; height:3rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; background-size:1.2rem; }

.tbl_list_type .btn-con-down-nostyle { width:3.4rem; height:3.4rem; background:#fff url("../../assets/images/ico_n_arrow_down.svg") 50% 50% no-repeat; background-size:1.5rem; }
.tbl_list_type .btn-con-down-nostyle.active { width:3.4rem; height:3.4rem; background:#fff url("../../assets/images/ico_n_arrow_up.svg") 50% 50% no-repeat; background-size:1.5rem; }

.container .tbl_list_type.border-bottom { border-bottom:1px solid #DCDCDC; }

.container .tbl_list_type .btn_merge_del { text-align:left; padding:0 2rem 0 1rem; width:12rem; height:3.4rem; border:1px solid #ddd; background:#fff url("../../assets/images/ico_file_del.svg") right 1rem center no-repeat;background-size:1.2rem;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin:0.5rem; }

.container .tbl_list_type .btn_merge_del2 { text-align:left; padding:0 2rem 0 1rem; width:100%; height:3.4rem; border:1px solid #ddd; background:#fff;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.container .tbl_list_type .tblmergeArea { width:40rem; height:15rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:1rem 1.2rem; font-size:1.4rem; font-weight:400; color:#333; overflow:hidden; overflow-y: auto; padding-right:1rem; white-space:normal; }

.container .tbl_list_type .tblmergeArea::-webkit-scrollbar { width: 0.5rem; }
.container .tbl_list_type .tblmergeArea::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.container .tbl_list_type .tblmergeArea::-webkit-scrollbar-track { background:#ddd  }

.container .tbl_list_type .tblmergeList { width:15rem; }
.container .tbl_list_type .tblmergeList li { width:12rem; margin:0 0 0.5rem; }
.container .tbl_list_type .tblmergeList li:last-child { margin:0; }
.container .tbl_list_type .merge-active { background-color:#f7f7f7; }

.container .tbl_list_type  th .trBtn { justify-content: flex-end; }
.container .tbl_list_type.tr-border-bottom td { border-bottom:1px solid #eee; }

.container .sa-surveyList { display:flex; gap:1rem; margin:1rem 0 0; }
.container .sa-surveyList li { flex:1; text-align:center; }
.container .sa-surveyList li .box2 { background:#f2f2f2; border-radius:0.5rem; margin:0 0 1rem; padding:2rem 1.5rem; }
.container .sa-surveyList li .box2 p { font-size:1.4rem; text-align:left; }
.container .sa-surveyList li .box2 .s1 { font-size:1.6rem; font-weight:600; text-align:center; margin:0 0 2rem; }


@media all and (max-width: 1279px) {

    .container .con_hd { align-items: flex-start ;}
    .container .tbl_list_type { margin:1.5rem 0; }
    .container .tbl_list_type col { width:auto !important; }
    .container .tbl_list_type.fixed { table-layout:auto !important; }
    .container .tbl_list_type th { text-align:center; font-size:1.4rem; font-weight:500; color:#333; height:auto !important; }
    .container .tbl_list_type td {height:3.5rem; padding:0.5rem !important; font-size:1.4rem; font-weight:400; color:#555; text-align:center; }
    .container .tbl_list_type thead tr::nth-child(1) th { padding:1rem 0.5rem 1.5rem !important;  border-bottom:1px solid #000; }
    .container .tbl_list_type thead tr::nth-child(2) th { border-top:1px solid #000; border-bottom:1px solid #dcdcdc !important; padding:1rem 0.5rem !important; }
    .container .tbl_list_type thead .frm_select { width:auto !important; height:auto !important; font-size:1.4rem; font-weight:400; color:#666; padding-right:2rem; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url("../../assets/images/ico_sort.svg") 100% 50% no-repeat; border:0; }
    .container .tbl_list_type thead .frm_select:focus { border:0 !important; }
    .container .tbl_list_type td .col-blue { color:#555 !important; }

    .container .tbl_list_type.auto { table-layout:auto !important; }
    .container .tbl_list_type.auto th { height:auto !important; padding:1rem; }
    .container .tbl_list_type tbody {  }
    .container .tbl_list_type tr:hover td:not(:has(.nodate))  { background:#f9f9f9; color:#000; }
    .container .tbl_list_type .text-left { text-align:left !important; }
    .container .tbl_list_type .text-right { text-align:right !important; }
    .container .tbl_list_type .tblList li {  margin:0 0 2rem; }
    .container .tbl_list_type .tblList li:last-child { margin:0; }
    .container .tbl_list_type.td-line td { border-bottom:1px solid #ddd; padding:2rem 0.5rem; }
    .container .tbl_list_type.td-line tr:last-child td { border:0; }
    .container .tbl_list_type.td-line-sm td { border-bottom:1px solid #ddd; padding:1rem 0.5rem; }
    .container .tbl_list_type.td-line-sm tr:last-child td { border:0; }
    .container .tbl_list_type.h-auto td { height:auto; padding:2rem 1rem; border-bottom:1px solid #DCDCDC; }
    .container .tbl_list_type.h-auto tfoot tr {  }
    .container .tbl_list_type.h-auto tr:hover td { background:none; color:#666; }
    .container .tbl_list_type.line { table-layout:fixed; margin:2rem 0 0; }
    .container .tbl_list_type.line th { padding:1rem; font-size:1.4rem; font-weight:500; color:#333; height:4rem; border:1px solid #DCDCDC !important; border-bottom:0 !important; background:#f7f7f7;  }
    .container .tbl_list_type.line td { padding:1rem; height:auto; line-height:150%; font-size:1.4rem; font-weight:400; color:#666; text-align:center; border:1px solid #DCDCDC; border-top:0; }
    .container .tbl_list_type.line tbody { border-top:0 solid transparent; }
    .container .tbl_list_type.line tr:hover td  { color:#666 !important; background:#fff !important; }
    .container .tbl_list_type.line .bg { background:#f1f1f1; }
    .container .tbl_list_type.line tr:hover .bg { background:#f9f9f9 !important; }
    .container .tbl_list_type.line tfoot tr { background:#fff; }
    .container .tbl_list_type.line tfoot tr:hover td { background:#fff !important; color:#666 !important; }

    .container .tbl_list_type.td-center td { text-align:center; }
    .container .tbl_list_type .tr_disabled { opacity:0.8; }
    .container .tbl_list_type .tr_disabled td { background:transparent; color:#999; }
    .container .tbl_list_type .tr_disabled:hover td { background:transparent; color:#999; }
    .container .tbl_list_type .th-bg { }
    .container .tbl_list_type .no-data { padding:6rem 0; color:#777; }
    .col-blue { color:#4255c2; }
    .container .tbl_list_type .col-red { color:#ff0000; }
    .container .tbl_list_type .tt { font-size:1.5rem; font-weight:500; color:#555; }
    .tbl-status { display:inline-block !important; margin:0.5rem 0 0 !important; padding:0.5rem 1rem !important; background:#bbb !important; text-align:center !important; color:#fff !important; font-size:1.2rem !important; height:auto !important; line-height:100% !important; }
    .tbl-status.col { background:#333 !important; font-size:1.4rem !important; }
    .container .tbl_list_type .thumbnail { margin:0 auto; width:6rem; height:8rem; overflow:hidden; display:flex; align-items: center; justify-content: center; }
    .container .tbl_list_type .thumbnail img { width:100%; height:auto; object-fit:contain; }
    .container .tbl_list_type.text-left-td td { text-align:left; }
    .container .tbl_list_type .num { text-align:center !important; }

    .tbl_list_type .btn-con-up { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_up.svg") 50% 50% no-repeat; background-size:1.2rem; }
    .tbl_list_type .btn-con-down { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_down.svg") 50% 50% no-repeat; background-size:1.2rem; }
    .tbl_list_type .btn-con-del { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; background-size:1.2rem; }

    .tbl_list_type .btn-con-up-sm { width:3rem; height:3rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_up.svg") 50% 50% no-repeat; background-size:1.2rem; }
    .tbl_list_type .btn-con-down-sm { width:3rem; height:3rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_down.svg") 50% 50% no-repeat; background-size:1.2rem; }
    .tbl_list_type .btn-con-del-sm { width:3rem; height:3rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; background-size:1.2rem; }

    .tbl_list_type .btn-con-down-nostyle { width:3.4rem; height:3.4rem; background:#fff url("../../assets/images/ico_n_arrow_down.svg") 50% 50% no-repeat; background-size:1.5rem; }
    .tbl_list_type .btn-con-down-nostyle.active { width:3.4rem; height:3.4rem; background:#fff url("../../assets/images/ico_n_arrow_up.svg") 50% 50% no-repeat; background-size:1.5rem; }

    .container .tbl_list_type.border-bottom { border-bottom:1px solid #DCDCDC; }

    .container .tbl_list_type .btn_merge_del { text-align:left; padding:0 2rem 0 1rem; width:12rem; height:3.4rem; border:1px solid #ddd; background:#fff url("../../assets/images/ico_file_del.svg") right 1rem center no-repeat;background-size:1.2rem;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin:0.5rem; }

    .container .tbl_list_type .btn_merge_del2 { text-align:left; padding:0 2rem 0 1rem; width:100%; height:3.4rem; border:1px solid #ddd; background:#fff;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

    .container .tbl_list_type .tblmergeArea { width:40rem; height:15rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:1rem 1.2rem; font-size:1.4rem; font-weight:400; color:#333; overflow:hidden; overflow-y: auto; padding-right:1rem; white-space:normal; }

    .container .tbl_list_type .tblmergeArea::-webkit-scrollbar { width: 0.5rem; }
    .container .tbl_list_type .tblmergeArea::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .container .tbl_list_type .tblmergeArea::-webkit-scrollbar-track { background:#ddd  }

    .container .tbl_list_type .tblmergeList { width:15rem; }
    .container .tbl_list_type .tblmergeList li { width:12rem; margin:0 0 0.5rem; }
    .container .tbl_list_type .tblmergeList li:last-child { margin:0; }
    .container .tbl_list_type .merge-active { background-color:#f7f7f7; }
    .container .tbl_list_type .tblCategoryType { margin:0; }

}

.view-text-toggle { line-height:1.5; margin:0 auto; width:40rem; overflow: hidden; text-overflow: ellipsis; font-size:1.4rem !important; font-weight:400 !important; text-align:left !important; }
.view-text-toggle.active { white-space:normal;  }
.btn_tbltext_toggle { text-decoration:underline; }

table.scroll,
table.scroll thead {
    display: block;
    width: 100%;
}
table.scroll thead tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}
table.scroll tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
}
table.scroll .w-50 { width:5rem !important; }
table.scroll .w-230 { width:23rem !important; }
table.scroll tbody { -webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;scrollbar-color:#567198;scrollbar-width:0.2rem; }
table.scroll tbody::-webkit-scrollbar{width:0.2rem; border-radius:0.2rem;}
table.scroll tbody::-webkit-scrollbar-thumb{background:#aaa;border-radius:0.2rem;}
table.scroll tbody::-webkit-scrollbar-track{background:#ddd;  }
table.scroll tbody tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.tblWrap-control .tbl-infoTxt { margin:0; font-size:1.5rem; color:#777; line-height:1.5; }
.tblWrap-control .tblBorder { margin:2rem 0 0; padding:2.5rem 2rem; border:1px solid #DCDCDC; border-radius:0.3rem; }

.tblWrap-control .tbl_frm_type { margin:2rem 0 0; }
.tblWrap-control .tbl_frm_type th { height:3.4rem; padding:0 2rem 0.7rem 2rem; text-align:left; font-size:1.6rem; font-weight:500; color:#333;  }
.tblWrap-control .tbl_frm_type td { font-size:1.6rem; font-weight:500; color:#555; padding:0 0 1rem; }
.tblWrap-control .tbl_frm_type .value { margin:0 0.7rem; }
.tblWrap-control .tbl_frm_type .radioWrap { margin-left:auto; display:flex; align-items: center; gap:1.6rem; }

.tblWrap-control .tbl_frm_type.border { margin:0; }
.tblWrap-control .tbl_frm_type.border tr:first-child th { padding-top:0; }
.tblWrap-control .tbl_frm_type.border tr:first-child td { padding-top:0; }
.tblWrap-control .tbl_frm_type.border tr:last-child th { border:0; }
.tblWrap-control .tbl_frm_type.border tr:last-child td { border:0; }
.tblWrap-control .tbl_frm_type.border th { font-weight:700; border-bottom:1px solid #DCDCDC; padding:2.5rem 0 2rem; }
.tblWrap-control .tbl_frm_type.border td { border-bottom:1px solid #DCDCDC; padding:2.5rem 0 2rem; }
.tblWrap-control .tbl_frm_type.border .label { font-size:1.6rem; font-weight:400; width:13rem; color:#444; }
.tblWrap-control .tbl_frm_type.border .mt-1 { margin-top:1rem; }
.tblWrap-control .tbl_frm_type.border .mt-2 { margin-top:2rem; }
.tblWrap-control .tbl_frm_type.border .d-flex { gap:1rem; }
.tblWrap-control .tbl_frm_type.border .ml-36 { margin-left:3.6rem; }
.tblWrap-control .tbl_frm_type.border .ml-80 { margin-left:8rem; }

.tblWrap-control .tbl_frm_type.border .item-wrap { width:100%; display:flex; align-items: center; flex-wrap:wrap; margin:2rem 0 0; gap:1rem; }
.tblWrap-control .tbl_frm_type.border .item-wrap .item { display:flex; align-items: center; gap:1rem; flex:1; }
.tblWrap-control .tbl_frm_type.border .item-wrap .item .label { flex-shrink: 0; width:15rem !important; margin:0 !important;}
.tblWrap-control .tbl_frm_type.border .item-wrap .item .item-s { width:100%; display:flex; flex-wrap:nowrap; gap:0.2rem; }

.tblWrap-control .disabled-data { position:relative; z-index:1; }
.tblWrap-control .disabled-data:after { content:""; position:absolute; top:0; left:0; width:100%; height:100%; z-index:2; background:#fff; opacity:0.7; }

.tblWrap-control .frm_info { margin-left:1rem; font-size:1.4rem; font-weight:400; color:#666; }

.contents .btn_tbl_con_normal { padding:0 2rem; height:3.4rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#666; background:#fff; white-space:nowrap; min-width:0; overflow:hidden; text-overflow:ellipsis; }
.contents .btn_tbl_con_normal:hover { background-color: #f4f4f4; }

.contents .btn_tbl_con_normal.active { padding:0 2rem; height:3.4rem; border:0; background:#666; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#fff; }
.contents .btn_tbl_con_normal.active:hover { background-color: #444; }

.contents .btn_tbl_con_normal_primary { padding:0 2rem; height:3.4rem; border:0; background:#00907F; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#fff; }
.contents .btn_tbl_con_normal_primary:hover { background:#1A9C8C; }

.contents .btn_tbl_con { padding:0 2.5rem; height:4rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.6rem; font-weight:400; color:#666; }
.contents .btn_tbl_con.active { border:1px solid #666; color:#333; }
.contents .btn_tbl_con_normal.sm { min-width:max-content; height:3.4rem; background:#666; color:#fff; border:0; }
.contents .btn_tbl_con_normal.big { height:4rem; border-radius:0.3rem; background:#666; font-size:1.4rem; font-weight:500; color:#fff; }

.tblWrap-control .trBtn { display:flex; align-items: center; justify-content: center; gap:0.5rem; }
.tblWrap-control .btn_tbl_gray { padding:0 2.5rem; height:3.4rem; border-radius:0.3rem; background:#666; font-size:1.4rem; font-weight:400; color:#fff; }
.tblWrap-control .btn_tbl_gray:hover { background-color: #444; }

.tblWrap-control .btn_tbl_solid { padding:0 2.5rem; height:3.4rem; border-radius:0.3rem; background:#fff; border:1px solid #ddd; font-size:1.4rem; font-weight:400; color:#333; }
.tblWrap-control .btn_tbl_solid:not(.tbl_list_type th > *, .tbl_list_type td > *):hover { background-color: #f4f4f4; }

.tblWrap-control .btn_tbl_del { width:3rem; height:3.4rem; background:url("../../assets/images/ico_tr_basket_del.svg") 50% 50% no-repeat; }

.tblWrap-control .btn_tbl_gray.sm { padding:0 1.5rem; height:3rem; border-radius:0.3rem; background:#666; font-size:1.4rem; font-weight:400; color:#fff; }
.tblWrap-control .btn_tbl_gray.sm:hover { background-color: #444; }

.tblWrap-control .btn_tbl_solid.sm { padding:0 1.5rem; height:3rem; border-radius:0.3rem; background:#fff; border:1px solid #ddd; font-size:1.4rem; font-weight:400; color:#333; }
.tblWrap-control .btn_tbl_solid.sm:hover { background-color: #f4f4f4; }

.tblWrap-control .btn_tbl_primary.sm { padding:0 1.5rem; height:3rem; border-radius:0.3rem; background:#00907F; font-size:1.4rem; font-weight:400; color:#fff; }
.tblWrap-control .btn_tbl_primary.sm:hover { background:#1A9C8C; }

.tblWrap-control .rowList { }
.tblWrap-control .rowList > li { padding:3rem 0; border-bottom:1px solid #ddd; }
.tblWrap-control .rowList > li:last-child { border:0; }
.tblWrap-control .rowList > li .chkBox { justify-content: flex-start; }
.tblWrap-control .rowList > li .chkBox span { margin-right:1rem; }
.tblWrap-control .rowList > li .data { margin:2rem 0 0 3rem; display:flex; overflow-x:auto; white-space: nowrap; }
.tblWrap-control .rowList > li .data::-webkit-scrollbar { height:0.5rem; }
.tblWrap-control .rowList > li .data::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.tblWrap-control .rowList > li .data::-webkit-scrollbar-track { background:#ddd  }
.tblWrap-control .rowList > li .data > div { margin-right:3rem; }
.tblWrap-control .rowList > li .data h5 { font-size:1.6rem; font-weight:400; margin:0 0 1rem; }
.tblWrap-control .rowList > li .data ul { flex:1; }
.tblWrap-control .rowList > li .data ul li { display:flex; border-bottom:1px solid #ddd; padding:0 0 1rem; margin:0 0 1rem; }
.tblWrap-control .rowList > li .data ul li:last-child { padding:0; margin:0; border:0; }
.tblWrap-control .rowList > li .data ul li > div:last-child { flex:1; margin-left:3rem; }
.tblWrap-control .rowList > li .data ul li .label:first-child { margin-left:0; }
.tblWrap-control .rowList > li .data ul li .label { width:6rem; font-size:1.5rem; margin:0 2rem; color:#555; }
.tblWrap-control .rowList > li .data ul li .flex-120 { width:12rem; }
.tblWrap-control .rowList > li .data ul li .flex-150 { width:auto; flex:1; }
.tblWrap-control .rowList > li .data .d-flex { gap:1rem; }


@media all and (max-width: 1279px) {


    .view-text-toggle { line-height:1.5; margin:0 auto; width:40rem; overflow: hidden; text-overflow: ellipsis; font-size:1.4rem !important; font-weight:400 !important; text-align:left !important; }
    .view-text-toggle.active { white-space:normal;  }
    .btn_tbltext_toggle { text-decoration:underline; }

    table.scroll,
    table.scroll thead {
        display: block;
        width: 100%;
    }
    table.scroll thead tr {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    table.scroll tbody {
        display: block;
        width: 100%;
        overflow-y: auto;
    }
    table.scroll .w-50 { width:5rem !important; }
    table.scroll .w-230 { width:23rem !important; }
    table.scroll tbody { -webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;scrollbar-color:#567198;scrollbar-width:0.3rem; }
    table.scroll tbody::-webkit-scrollbar{width:0.3rem; border-radius:0.3rem;}
    table.scroll tbody::-webkit-scrollbar-thumb{background:#aaa;border-radius:0.3rem;}
    table.scroll tbody::-webkit-scrollbar-track{background:#ddd;  }
    table.scroll tbody tr {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .tblWrap-control .tbl-infoTxt { margin:0; font-size:1.3rem; color:#777; }
    .tblWrap-control .tblBorder { margin:2rem 0 0; padding:2.5rem 2rem; border:1px solid #DCDCDC; border-radius:0.3rem; }

    .tblWrap-control .tbl_frm_type { margin:2rem 0 0; }
    .tblWrap-control .tbl_frm_type th { display:block; width:100%; height:auto; padding:0 0 1rem; text-align:left; font-size:1.4rem; font-weight:500; color:#333;  }
    .tblWrap-control .tbl_frm_type td { display:block; width:100%; font-size:1.4rem; font-weight:500; color:#555; padding:0 0 2rem; }
    .tblWrap-control .tbl_frm_type .value { margin:0 0.7rem; }
    .tblWrap-control .tbl_frm_type .radioWrap { margin-left:auto; display:flex; align-items: center; gap:1.6rem; }

    .tblWrap-control .tbl_frm_type .frm_input { width:100% !important; }

    .tblWrap-control .tbl_frm_type.border { margin:0; }
    .tblWrap-control .tbl_frm_type.border tr:first-child th { padding-top:0; }
    .tblWrap-control .tbl_frm_type.border tr:first-child td { padding-top:0; }
    .tblWrap-control .tbl_frm_type.border tr:last-child th { border:0; }
    .tblWrap-control .tbl_frm_type.border tr:last-child td { border:0; }
    .tblWrap-control .tbl_frm_type.border th { font-weight:700; border:0; padding:0 0 1rem; }
    .tblWrap-control .tbl_frm_type.border td { border:0; padding:0 0 2rem; }
    .tblWrap-control .tbl_frm_type.border .label { font-size:1.4rem; font-weight:400; width:13rem; color:#444; }
    .tblWrap-control .tbl_frm_type.border .mt-1 { margin-top:1rem; }
    .tblWrap-control .tbl_frm_type.border .mt-2 { margin-top:2rem; }
    .tblWrap-control .tbl_frm_type.border .d-flex { gap:1rem; margin:0; display:block; }
    .tblWrap-control .tbl_frm_type.border .d-flex .label { display:block; margin:2rem 0 1rem; }
    .tblWrap-control .tbl_frm_type.border .d-flex .frm_datetime { display:block !important; margin:0 0 1rem; }
    .tblWrap-control .tbl_frm_type.border .d-flex .frm_select.w-90 { width:auto !important; }
    .tblWrap-control .tbl_frm_type.border .d-flex .radioBox { margin:0 0 1rem; }
    .tblWrap-control .tbl_frm_type.border .d-flex .btn-switch .radioBox { margin:0 !important; }
    .tblWrap-control .tbl_frm_type.border .ml-36 { margin-left:3.6rem; }
    .tblWrap-control .tbl_frm_type.border .ml-80 { margin-left:8rem; }

    .tblWrap-control .tbl_frm_type.border .item-wrap { width:100%; display:flex; align-items: center; flex-wrap:wrap; margin:2rem 0 0; gap:1rem; }
    .tblWrap-control .tbl_frm_type.border .item-wrap .item { display:flex; flex-wrap:wrap; align-items: center; gap:1rem; flex:1 1 100%; }
    .tblWrap-control .tbl_frm_type.border .item-wrap .item .label { flex-shrink: 0; width:100% !important; margin:0 !important;}
    .tblWrap-control .tbl_frm_type.border .item-wrap .item input { margin:0 !important; flex:1 !important; }
    .tblWrap-control .tbl_frm_type.border .item-wrap .item .frm_datetime { width:100% !important; }
    .tblWrap-control .tbl_frm_type.border .item-wrap .item .item-s { width:100%; display:flex; flex-wrap:nowrap; gap:0.2rem; }

    .tblWrap-control .tbl_frm_type.border .item-wrap.col-2 .item { display:flex; flex-wrap:wrap; align-items: center; gap:1rem; flex:1; }

    .tblWrap-control .disabled-data { position:relative; z-index:1; }
    .tblWrap-control .disabled-data:after { content:""; position:absolute; top:0; left:0; width:100%; height:100%; z-index:2; background:#fff; opacity:0.7; }

    .tblWrap-control .frm_info { display:block; margin-left:1rem; font-size:1.4rem; font-weight:400; color:#666; margin:1rem 0; }

    .contents .btn_tbl_con_normal { padding:0 2rem; height:3.4rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.4rem; font-weight:400; color:#666; white-space:nowrap; min-width:0; overflow:hidden; text-overflow:ellipsis; }
    .contents .btn_tbl_con_normal.active { padding:0 2rem; height:3.4rem; border:0; background:#666; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.4rem; font-weight:400; color:#fff; }
    .contents .btn_tbl_con_normal_primary { padding:0 2rem; height:3.4rem; border:0; background:#00907F; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.4rem; font-weight:400; color:#fff; }

    .contents .btn_tbl_con { width:100%; padding:0 1.5rem; height:4rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.6rem; font-weight:400; color:#666; }
    .contents .btn_tbl_con + .btn_tbl_con { margin:1rem 0 0;}
    .contents .btn_tbl_con.active { border:1px solid #666; color:#333; }
    .contents .btn_tbl_con_normal.sm { height:3.4rem; background:#666; color:#fff; border:0; }
    .contents .btn_tbl_con_normal.big { height:4rem; border-radius:0.3rem; background:#666; font-size:1.4rem; font-weight:500; color:#fff; }

    .tblWrap-control .trBtn { display:flex; align-items: center; justify-content: flex-end; gap:0.5rem; }
    .tblWrap-control .btn_tbl_gray { padding:0 1rem; height:3.4rem; border-radius:0.3rem; background:#666; font-size:1.4rem; font-weight:400; color:#fff; }
    .tblWrap-control .btn_tbl_solid { padding:0 1rem; height:3.4rem; border-radius:0.3rem; background:#fff; border:1px solid #ddd; font-size:1.4rem; font-weight:400; color:#333; }
    .tblWrap-control .btn_tbl_del { width:3rem; height:3.4rem; background:url("../../assets/images/ico_tr_basket_del.svg") 50% 50% no-repeat; }

    .tblWrap-control .btn_tbl_gray.sm { padding:0 1rem; height:2.8rem; border-radius:0.3rem; background:#666; font-size:1.3rem; font-weight:400; color:#fff; }
    .tblWrap-control .btn_tbl_solid.sm { padding:0 1rem; height:2.8rem; border-radius:0.3rem; background:#fff; border:1px solid #ddd; font-size:1.3rem; font-weight:400; color:#333; }
    .tblWrap-control .btn_tbl_primary.sm { padding:0 1rem; height:2.8rem; border-radius:0.3rem; background:#00907F; font-size:1.3rem; font-weight:400; color:#fff; }

    .tblWrap-control .rowList {  }
    .tblWrap-control .rowList > li { padding:3rem 0; border-bottom:1px solid #ddd; overflow:hidden;}
    .tblWrap-control .rowList > li:last-child { border:0; }
    .tblWrap-control .rowList > li .chkBox { justify-content: flex-start; }
    .tblWrap-control .rowList > li .chkBox span { margin-right:1rem; }
    .tblWrap-control .rowList > li .data { margin:2rem 0 0; display:flex; overflow-x:auto; white-space: nowrap; padding:0 0 1rem; }
    .tblWrap-control .rowList > li .data::-webkit-scrollbar { height:0.5rem; }
    .tblWrap-control .rowList > li .data::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .tblWrap-control .rowList > li .data::-webkit-scrollbar-track { background:#ddd  }
    .tblWrap-control .rowList > li .data > div { margin-right:1rem; }
    .tblWrap-control .rowList > li .data h5 { font-size:1.5rem; font-weight:400; margin:0 0 1rem; }
    .tblWrap-control .rowList > li .data ul { flex:1; }
    .tblWrap-control .rowList > li .data ul li { display:flex; border-bottom:1px solid #ddd; padding:0 0 1rem; margin:0 0 1rem; }
    .tblWrap-control .rowList > li .data ul li:last-child { padding:0; margin:0; border:0; }
    .tblWrap-control .rowList > li .data ul li > div:last-child { flex:1; margin-left:3rem; }
    .tblWrap-control .rowList > li .data ul li .label:first-child { margin-left:0; }
    .tblWrap-control .rowList > li .data ul li .label { width:6rem; font-size:1.5rem; margin:0; color:#555; }
    .tblWrap-control .rowList > li .data ul li .flex-120 { width:12rem; }
    .tblWrap-control .rowList > li .data ul li .flex-150 { width:12rem; }
    .tblWrap-control .rowList > li .data .d-flex { gap:1rem; }

}


.totalSearch { margin:4.5rem 0 0; }
.totalSearch .schArea { height:6.5rem; display:flex; align-items: center; justify-content: center;  border:1px solid #ddd; border-radius:0.3rem; }
.totalSearch .schArea form { width:100%; }
.totalSearch .schArea fieldset { display:flex; align-items: center; justify-content: center; }
.totalSearch .schArea .label { font-size:1.6rem; font-weight:500; margin-right:2rem; color:#333; }
.totalSearch .schArea .frm_input { width:55rem; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:1rem; font-size:1.6rem; font-weight:400; color:#333; }
.totalSearch .schArea .btn_sch_basic { margin-left:0.6rem; width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_sch.svg") 50% 50% no-repeat; }

.totalSearch .schArea2 { height:6.5rem; display:flex; align-items: center;  border:1px solid #ddd; border-radius:0.3rem; padding:0 4rem; }
.totalSearch .schArea2 form { width:100%; }
.totalSearch .schArea2 fieldset { display:flex; align-items: center;  }
.totalSearch .schArea2 .label { font-size:1.6rem; font-weight:500; margin-right:2rem; color:#333; }
.totalSearch .schArea2 .frm_input { width:40rem; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:1rem; font-size:1.6rem; font-weight:400; color:#333; }
.totalSearch .schArea2 .btn_sch_basic { margin-left:0.6rem; width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_sch.svg") 50% 50% no-repeat; }
.totalSearch .schArea2 .btn_sch_refresh { margin-left:0.6rem; width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_refresh.svg") 50% 50% no-repeat; }
.totalSearch .schArea2 .ml-auto { margin-left:auto !important; }

.totalSearch .resultInfo { margin:2rem 4rem; font-size:1.6rem; font-weight:400; color:#555; }
.totalSearch .resultArea { margin:2.5rem 0 0;  }
.totalSearch .resultArea .col { border:1px solid #ddd; border-radius:0.3rem; padding:3rem 2rem; margin:0 0 1rem; }
.totalSearch .resultArea .col:last-child { margin:0; }
.totalSearch .resultArea .no-data { text-align:center; font-size:1.6rem; font-weight:500; margin-right:2rem; color:#333; }
.totalSearch .resultArea .hd { display:flex; align-items:center; padding:0 0 2rem; border-bottom:1px solid #000; }
.totalSearch .resultArea .hd h3 { font-size:2rem; font-weight:700; }
.totalSearch .resultArea .hd .frm_select { margin-left:auto; height:3.4rem; padding:0 5rem 0 1.5rem;  font-size:1.6rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 2rem center no-repeat; }
.totalSearch .resultArea .resultList { padding:1.5rem 2.5rem 0 2.5rem; }
.totalSearch .resultArea .resultList li { font-size:1.6rem; font-weight:400; color:#555; line-height:3rem; }
.totalSearch .resultArea .resultList li .val { color:#00907F; }

.totalSearch .resultArea .resultList-line { }
.totalSearch .resultArea .resultList-line li { margin:1.5rem 0 0; font-size:1.6rem; font-weight:400; color:#555; line-height:3rem; padding:0 2.5rem 1.5rem; background:url("../../assets/images/ico_dotted_line.svg") 50% 100% repeat-x; }
.totalSearch .resultArea .resultList-line li:last-child { background:none; padding-bottom:0; }
.totalSearch .resultArea .resultList-line li .val { color:#00907F; }
.totalSearch .resultArea h4 { font-size:1.6rem; font-weight:500; color:#333; margin:0 0 0.5rem; }
.totalSearch .resultArea .location { font-size:1.5rem; font-weight:400; color:#666; margin:0 0 0.5rem; }
.totalSearch .resultArea .txt { font-size:1.6rem; font-weight:400; color:#555; margin:0 0 0.5rem; }

@media all and (max-width: 1279px) {

    .totalSearch { margin:1.5rem 0 0; }
    .totalSearch .schArea { height:auto; padding:1.2rem; display:flex; align-items: center; justify-content: center;  border:1px solid #ddd; border-radius:0.3rem; }
    .totalSearch .schArea form { width:100%; }
    .totalSearch .schArea fieldset { display:block; align-items: center; justify-content: center; text-align:center; }
    .totalSearch .schArea .label { display:block; font-size:1.5rem; font-weight:500; margin-right:2rem; color:#333; margin:0 0 1rem; }
    .totalSearch .schArea .frm_input { width:calc(100% - 4.5rem); height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:1rem; font-size:1.3rem; font-weight:400; color:#333; }
    .totalSearch .schArea .btn_sch_basic { margin-left:0; width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_sch.svg") 50% 50% no-repeat; }

    .totalSearch .schArea2 { height:auto; display:flex; align-items: center;  border:1px solid #ddd; border-radius:0.3rem; padding:1.2rem; }
    .totalSearch .schArea2 form { width:100%; }
    .totalSearch .schArea2 fieldset { display:block; align-items: center;  }
    .totalSearch .schArea2 .label { display:block; font-size:1.5rem; font-weight:500; margin-right:2rem; color:#333; margin:0 0 1rem; }
    .totalSearch .schArea2 .frm_input { width:calc(100% - 9rem); height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:1rem; font-size:1.6rem; font-weight:400; color:#333; }
    .totalSearch .schArea2 .btn_sch_basic { margin-left:0; width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_sch.svg") 50% 50% no-repeat; }
    .totalSearch .schArea2 .btn_sch_refresh { margin-left:0; width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_refresh.svg") 50% 50% no-repeat; }
    .totalSearch .schArea2 .ml-auto { margin-left:auto !important; }

    .totalSearch .resultInfo { margin:1.2rem; font-size:1.4rem; font-weight:400; color:#555; }
    .totalSearch .resultArea { margin:1rem 0 0;  }
    .totalSearch .resultArea .col { border:1px solid #ddd; border-radius:0.3rem; padding:1.2rem; margin:0 0 1rem; }
    .totalSearch .resultArea .col:last-child { margin:0; }
    .totalSearch .resultArea .no-data { text-align:center; font-size:1.5rem; font-weight:500; margin-right:2rem; color:#333; padding:8rem 0 !important; }
    .totalSearch .resultArea .hd { display:block; align-items:center; padding:0 0 1rem; border-bottom:1px solid #000; }
    .totalSearch .resultArea .hd h3 { font-size:1.8rem; font-weight:700; }
    .totalSearch .resultArea .hd .frm_select { margin-left:auto; margin:1rem 0 0; width:100% !important; height:3.4rem; padding:0 5rem 0 1.5rem;  font-size:1.3rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 2rem center no-repeat; }
    .totalSearch .resultArea .resultList { padding:1.2rem 0; }
    .totalSearch .resultArea .resultList li { font-size:1.4rem; font-weight:400; color:#555; line-height:200%; }
    .totalSearch .resultArea .resultList li .val { color:#00907F; }

    .totalSearch .resultArea .resultList-line { }
    .totalSearch .resultArea .resultList-line li { margin:1.5rem 0 0; font-size:1.4rem; font-weight:400; color:#555; line-height:200%; padding:0 1.2rem 1.2rem 0; background:url("../../assets/images/ico_dotted_line.svg") 50% 100% repeat-x; }
    .totalSearch .resultArea .resultList-line li:last-child { background:none; padding-bottom:0; }
    .totalSearch .resultArea .resultList-line li .val { color:#00907F; }
    .totalSearch .resultArea h4 { font-size:1.6rem; font-weight:500; color:#333; margin:0 0 0.5rem; line-height:150%;}
    .totalSearch .resultArea .location { font-size:1.5rem; font-weight:400; color:#666; margin:0 0 0.5rem; }
    .totalSearch .resultArea .txt { font-size:1.3rem; font-weight:400; color:#555; margin:0 0 0.5rem; line-height:150%; }

}

.alarm-list .hd { border-bottom:1px solid #ddd; padding:0 0 1rem; display:flex; gap:1rem; }
.alarm-list .hd .chkBox { justify-content: flex-start; }
.alarm-list .btnWrap { display:flex; justify-content: center; margin:2rem 0 0; }
.alarm-list .btn_solid { padding:0 1rem; height:3rem; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.4rem; font-weight:500; color:#666; background:#fff; }
.alarm-list .btn_more { padding:0 1rem; height:3rem; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.4rem; font-weight:500; color:#666; background:#fff; }
.alarm-list .btn_text { text-decoration: underline; }

.alarm-list .ul-alarm { overflow-y:auto; padding-right:1rem; }
.alarm-list .ul-alarm::-webkit-scrollbar { width:0.5rem; }
.alarm-list .ul-alarm::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.alarm-list .ul-alarm::-webkit-scrollbar-track { background:#ddd  }

.alarm-list .ul-alarm { margin:2rem 0 0; }
.alarm-list .ul-alarm li { cursor:pointer; margin:0 0 1rem; border-radius:1rem; border:1px solid #ddd; padding:2rem; position:relative;  }
.alarm-list .ul-alarm li:last-child { margin:0; }
.alarm-list .ul-alarm li .status { position:absolute; position:absolute; top:2rem; right:2rem; }
.alarm-list .ul-alarm li .status .icon { display:block; width:1.5rem; height:1.5rem; background:#00907F; border-radius:100%; }
.alarm-list .ul-alarm li .info { display:flex; align-items: center; gap:1rem; font-weight:600; }
.alarm-list .ul-alarm li .info .name { font-size:1.5rem; }
.alarm-list .ul-alarm li .info .time { font-size:1.3rem; }
.alarm-list .ul-alarm li .info .new { background:#d33939; color:#fff; padding:0.2rem 0.4rem; font-weight:400; font-size:1.1rem; }
.alarm-list .ul-alarm li .content {
    font-weight:600;
    margin:1rem 0 0;
    font-size:1.4rem;
    line-height:1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* 2줄 넘어가면 말줄임 */
    -webkit-box-orient: vertical;
}

.alarm-list .ul-alarm li .content.active {
    overflow: visible;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    white-space: pre-wrap;
    word-break: break-word;
}

.alarm-list .ul-alarm li.active { border:1px solid #01b994; }
.alarm-list .ul-alarm li.active .info { font-weight:400; color:#999; }
.alarm-list .ul-alarm li.active .content { font-weight:400; color:#999; }

.alarm-list .ul-alarm li.active2 .info { }
.alarm-list .ul-alarm li.active2 .content { font-weight:400; color:#999; }

.alarm-detail .btn_solid { margin:0 0 1rem; padding:0 1rem; height:3rem; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.4rem; font-weight:500; color:#666; background:#fff; }
.alarm-detail .info { display:flex; align-items: center; gap:1rem; background:#f8f8f8; padding:1rem; }
.alarm-detail .info .name { font-size:1.5rem; }
.alarm-detail .info .time { font-size:1.3rem; }
.alarm-detail .info .new { background:#d33939; color:#fff; padding:0.2rem 0.4rem; font-weight:400; font-size:1.1rem; }
.alarm-detail .content {
    padding-right:1rem;
    margin:2rem 0 0;
    font-size:1.4rem;
    line-height:1.5;
    overflow-y:auto;
}
.alarm-detail-mo .content::-webkit-scrollbar { width:0.5rem; }
.alarm-detail-mo .content::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.alarm-detail-mo .content::-webkit-scrollbar-track { background:#ddd  }

.alarm-detail-mo .btn_solid { margin:0 0 1rem; padding:0 1rem; height:3rem; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.4rem; font-weight:500; color:#666; background:#fff; }
.alarm-detail-mo .info { display:flex; align-items: center; gap:1rem; background:#f8f8f8; padding:1rem; }
.alarm-detail-mo .info .name { font-size:1.5rem; }
.alarm-detail-mo .info .time { font-size:1.3rem; }
.alarm-detail-mo .info .new { background:#d33939; color:#fff; padding:0.2rem 0.4rem; font-weight:400; font-size:1.1rem; }
.alarm-detail-mo .content {
    padding-right:1rem;
    margin:2rem 0 0;
    font-size:1.4rem;
    line-height:1.5;
    overflow-y:auto;
}
.alarm-detail-mo .content::-webkit-scrollbar { width:0.5rem; }
.alarm-detail-mo .content::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.alarm-detail-mo .content::-webkit-scrollbar-track { background:#ddd  }

.alarm-left h3 { font-size:1.5rem; font-weight:500; }
.alarm-left .btn_basic_gray { padding:0 2rem; height:3.4rem; border-radius:0.3rem; font-size:1.4rem; color:#fff; background:#666; }
.alarm-left .btn_basic_solid_gray { padding:0 2rem; height:3.4rem; border-radius:0.3rem; font-size:1.4rem; color:#333; background:#fff; border:1px solid #ddd; }
.alarm-left .mt-10 { margin-top:1rem; }
.alarm-left .mt-20 { margin-top:2rem; }
.alarm-left .mb-0 { margin-bottom:0; }
.alarm-left .frm_textarea { height:auto; }

.filebox { display:flex; align-items: center; flex:1; gap:0.5rem; }
.alarm-left .filebox label {
    display:flex;
    align-items: center;
    justify-content: center;
    height:3.4rem;
    border-radius:0.3rem;
    background:#666;
    font-size:1.4rem;
    color:#fff;
    padding:0 2rem;
}
.alarm-left .filebox .upload-name {
    width:100%;
    flex:1;
    height:3.4rem;
    border:1px solid #B5B5B5;
    border-radius:0.3rem;
    padding:0 2rem;
    font-size:1.5rem;
    color:#999;
    font-weight:400;
    background:none !important;
}
.alarm-left .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.alarm-left .dataBox { height:25rem; border:1px solid #DFDFDF; border-top:0; border-radius:0.3rem; overflow:auto; white-space: nowrap; padding-right:1rem;  }
.alarm-left .dataBox.nodata { height:auto; text-align:center; background:#eee; padding:12rem 0; }
.alarm-left .dataBox::-webkit-scrollbar { width: 0.5rem; height:0.5rem; }
.alarm-left .dataBox::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.alarm-left .dataBox::-webkit-scrollbar-track { background:#ddd  }
.alarm-left .dataBox .tbl_list_type { margin:0; table-layout: auto; }
.alarm-left .dataBox .tbl_list_type th { border-top:0; height:auto; font-size:1.2rem; }
.alarm-left .dataBox .tbl_list_type td { border-top:0; height:auto; font-size:1.2rem; }
.alarm-left .dataBox .tbl_list_type th:first-child { border-left:0; }
.alarm-left .dataBox .tbl_list_type th:last-child { border-right:0; }
.alarm-left .dataBox .tbl_list_type td:first-child { border-left:0; }
.alarm-left .dataBox .tbl_list_type td:last-child { border-right:0; }

.alarm-right h3 { font-size:1.5rem; font-weight:500; margin:0 0 1rem;  }
.alarm-right .frm_textarea { height:auto; line-height:2; }
.alarm-right .frm_textarea.h-340 { height:34rem; }
.alarm-right .btnWrap { margin:2rem 0 0; display:flex; justify-content: flex-end; }
.btn_basic_primary { padding:0 3.5rem; height:4rem; line-height:4rem; border-radius:0.3rem; font-size:1.6rem; font-weight:700; color:#fff; background:#00907F; }
.btn_basic_primary:hover { background:#1A9C8C; }

.alarm-right .drag-area div {  }
.alarm-right .drag-item { cursor:pointer; display:inline-flex; align-items: center; }
.alarm-right .btn_merge_drag { padding:0 1rem; width:12rem; height:3.4rem; border:1px solid #ddd; margin:0.3rem; background:#fff;  }
.alarm-right .btn_merge_drag span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.alarm-right .btn_merge_del { margin-left:auto;  width:1.5rem; height:1.5rem; background:url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; }

.alarm-right2 { flex:none !important; width:30rem !important; background:#f8f8f8; }
.alarm-right2 h3 { font-size:1.5rem; font-weight:500; margin:0 0 1rem;  }
.alarm-right2 .mergeList li { margin:0 0 0.5rem; }
.alarm-right2 .mergeList li:last-child { margin:0; }
.alarm-right2 .mergeList li { display:flex; gap:0.5rem; }

.alarm-right2 .btn_merge_del { text-align:left; padding:0 2rem 0 1rem; flex:1; height:3.4rem; border:1px solid #ddd; background:#fff url("../../assets/images/ico_file_del.svg") right 1rem center no-repeat;background-size:1.2rem;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.alarm-right2 .btn_basic_gray { padding:0 2rem; height:3.4rem; border-radius:0.3rem; font-size:1.4rem; color:#fff; background:#666; }

@media all and (max-width: 1279px) {

    .alarm-list .hd { border-bottom:1px solid #ddd; padding:0 0 1rem; display:flex; gap:0.5rem; }
    .alarm-list .hd .chkBox { justify-content: flex-start;  }
    .alarm-list .btnWrap { display:flex; justify-content: center; margin:2rem 0 0; }
    .alarm-list .btn_solid { padding:0 1rem; height:3rem; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.4rem; font-weight:500; color:#666; background:#fff; }
    .alarm-list .btn_more { padding:0 1rem; height:3rem; border-radius:0.3rem; border:1px solid #D6D6D6; font-size:1.4rem; font-weight:500; color:#666; background:#fff; }
    .alarm-list .btn_text { text-decoration: underline; }

    .alarm-list .ul-alarm { overflow-y:auto; padding-right:1rem; }
    .alarm-list .ul-alarm::-webkit-scrollbar { width:0.5rem; }
    .alarm-list .ul-alarm::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .alarm-list .ul-alarm::-webkit-scrollbar-track { background:#ddd  }

    .alarm-list .ul-alarm { margin:2rem 0 0; }
    .alarm-list .ul-alarm li { cursor:pointer; margin:0 0 1rem; border-radius:1rem; border:1px solid #ddd; padding:1rem; position:relative;  }
    .alarm-list .ul-alarm li:last-child { margin:0; }
    .alarm-list .ul-alarm li .status { position:absolute; position:absolute; top:1rem; right:1rem; }
    .alarm-list .ul-alarm li .status .icon { display:block; width:1.5rem; height:1.5rem; background:#00907F; border-radius:100%; }
    .alarm-list .ul-alarm li .info { display:flex; align-items: center; gap:0.3rem; font-weight:600; }
    .alarm-list .ul-alarm li .info .name { font-size:1.2rem; }
    .alarm-list .ul-alarm li .info .time { font-size:1.1rem; }
    .alarm-list .ul-alarm li .info .new { background:#d33939; color:#fff; padding:0.2rem 0.4rem; font-weight:400; font-size:1.1rem; }
    .alarm-list .ul-alarm li .content {
        font-weight:600;
        margin:1rem 0 0;
        font-size:1.4rem;
        line-height:1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;  /* 2줄 넘어가면 말줄임 */
        -webkit-box-orient: vertical;
    }


    .alarm-list .ul-alarm li.active { border:1px solid #01b994; }
    .alarm-list .ul-alarm li.active .info { font-weight:400; color:#999; }
    .alarm-list .ul-alarm li.active .content { font-weight:400; color:#999; }

    .alarm-list .ul-alarm li.active2 .info { }
    .alarm-list .ul-alarm li.active2 .content { font-weight:400; color:#999; }

    .alarm-detail { display:none; }

    .alarm-left h3 { font-size:1.5rem; font-weight:500; }
    .alarm-left .btn_basic_gray { padding:0 2rem; height:3.4rem; border-radius:0.3rem; font-size:1.4rem; color:#fff; background:#666; }
    .alarm-left .btn_basic_solid_gray { width:100%; padding:0 2rem; height:3.4rem; border-radius:0.3rem; font-size:1.4rem; color:#333; background:#fff; border:1px solid #ddd; }
    .alarm-left .mt-10 { margin-top:1rem; }
    .alarm-left .mt-20 { margin-top:2rem; }
    .alarm-left .mb-0 { margin-bottom:0; }
    .alarm-left .frm_textarea { height:auto; }

    .filebox { display:flex; align-items: center; flex-wrap:wrap; flex:1; gap:0.5rem; }
    .alarm-left .filebox label {
        display:flex;
        align-items: center;
        justify-content: center;
        height:3.4rem;
        border-radius:0.3rem;
        background:#666;
        font-size:1.4rem;
        color:#fff;
        padding:0 2rem;
        width:100%;
    }
    .alarm-left .filebox .upload-name {
        width:100%;
        flex:none;
        height:3.4rem;
        border:1px solid #B5B5B5;
        border-radius:0.3rem;
        padding:0 2rem;
        font-size:1.5rem;
        color:#999;
        font-weight:400;
        background:none !important;
    }
    .alarm-left .filebox input[type="file"] {
        position: absolute;
        width: 0;
        height: 0;
        padding: 0;
        overflow: hidden;
        border: 0;
    }

    .alarm-left .dataBox { height:25rem; border:1px solid #DFDFDF; border-radius:0.3rem; overflow:auto; white-space: nowrap; }
    .alarm-left .dataBox.nodata { height:auto; text-align:center; background:#eee; padding:12rem 0; }
    .alarm-left .dataBox::-webkit-scrollbar { width: 0.5rem; height:0.5rem; }
    .alarm-left .dataBox::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .alarm-left .dataBox::-webkit-scrollbar-track { background:#ddd  }
    .alarm-left .dataBox .tbl_list_type { margin:0; table-layout: auto; }
    .alarm-left .dataBox .tbl_list_type th { border-top:0; height:auto; font-size:1.2rem; }
    .alarm-left .dataBox .tbl_list_type td { border-top:0; height:auto; font-size:1.2rem; }
    .alarm-left .dataBox .tbl_list_type th:first-child { border-left:0; }
    .alarm-left .dataBox .tbl_list_type th:last-child { border-right:0; }
    .alarm-left .dataBox .tbl_list_type td:first-child { border-left:0; }
    .alarm-left .dataBox .tbl_list_type td:last-child { border-right:0; }
    .alarm-left .d-flex { flex-wrap:wrap; }
    .alarm-left .d-flex .frm_datetime { width:100% !important; }

    .alarm-right h3 { font-size:1.5rem; font-weight:500; margin:0 0 1rem;  }
    .alarm-right .frm_textarea { height:8rem; }
    .alarm-right .frm_textarea.h-340 { height:34rem; }
    .alarm-right .btnWrap { margin:2rem 0 0; display:flex; justify-content: flex-end; }
    .btn_basic_primary { padding:0 3.5rem; height:4rem; line-height:4rem; border-radius:0.3rem; font-size:1.6rem; font-weight:700; color:#fff; background:#00907F; }
    .btn_merge_del { text-align:left; padding:0 2rem 0 1rem; width:12rem; height:3.4rem; border:1px solid #ddd; background:#fff url("../../assets/images/ico_file_del.svg") right 1rem center no-repeat;background-size:1.2rem;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin:0.5rem; }

    .alarm-right .btn_merge_del { margin:0; padding:0; border:0;  margin-left:auto;  width:1.5rem; height:1.5rem; background:url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; }

    .alarm-right2 { flex:1 !important; width:100% !important; background:#f8f8f8; }
    .alarm-right2 h3 { font-size:1.5rem; font-weight:500; margin:0 0 1rem;  }
    .alarm-right2 .mergeList li { margin:0 0 0.5rem; }
    .alarm-right2 .mergeList li:last-child { margin:0; }
    .alarm-right2 .mergeList li { display:flex; gap:0.5rem; }

    .alarm-right2 .btn_merge_del { text-align:left; padding:0 2rem 0 1rem; flex:1; height:3.4rem; border:1px solid #ddd; background:#fff url("../../assets/images/ico_file_del.svg") right 1rem center no-repeat;background-size:1.2rem;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin:0; }
    .alarm-right2 .btn_basic_gray { padding:0 2rem; height:3.4rem; border-radius:0.3rem; font-size:1.4rem; color:#fff; background:#666; }

}

/* 배치도 */
.seaticon { display:flex; align-items: center; gap:3rem; margin:0 3rem 0.5rem 0; }
.seaticon li { display:flex; align-items: center;  font-size:1.5rem; font-weight:400; color:#222; gap:1rem; }

.ico_seat_type_1 { display:inline-block; vertical-align:middle; width:2rem; height:1.5rem; background:url("../../assets/images/ico_seat_type_1.svg") 50% 50% no-repeat; background-size:contain; } /* 외출외박 */
.ico_seat_type_2 { display:inline-block; vertical-align:middle; width:2rem; height:1.5rem; background:url("../../assets/images/ico_seat_type_2.svg") 50% 50% no-repeat; background-size:contain; } /* 방과후 */
.ico_seat_type_3 { display:inline-block; vertical-align:middle; width:2rem; height:1.5rem; background:url("../../assets/images/ico_seat_type_3.svg") 50% 50% no-repeat; background-size:contain; } /* 도서관 */
.ico_seat_type_4 { display:inline-block; vertical-align:middle; width:2rem; height:1.5rem; background:url("../../assets/images/ico_seat_type_4.svg") 50% 50% no-repeat; background-size:contain; } /* 교과교실 */
.ico_seat_type_5 { display:inline-block; vertical-align:middle; width:2rem; height:1.5rem; background:url("../../assets/images/ico_seat_type_5.svg") 50% 50% no-repeat; background-size:contain; } /* 1인2기 */

.seating-wrap { margin:1.5rem 0 0; display:inline-flex; /* background:#efefef; */ background:red !important; width:fit-content; }
.seating-wrap .seatcol { /* padding:3rem 4rem */ padding:0 !important; position:relative; }
.seating-wrap .seatcol:nth-child(1) { padding-right:0 !important; }
.seating-wrap .seatcol:nth-child(2) { padding-left:0 !important; }
.seating-wrap .seat-list { display:flex; }
.seating-wrap .seat-list + .seat-list { margin-top:-1px; }
.seating-wrap .seat-list li { background:#d8d8d8; position:relative; cursor:pointer; flex:none; width:4.3rem; height:4.3rem;  padding:0.2rem;  text-align:center; font-size:1.1rem; font-weight:400; z-index:1; border:1px solid #999; }
.seating-wrap .seat-list li + li { margin-left:-1px; }
.seating-wrap .seat-list li.blank { cursor:auto; padding:0; background:#efefef; line-height:5rem;  display:flex; align-items: center; justify-content: center; border:1px solid transparent !important; z-index:0; }
.seating-wrap .seat-list li.blank-area { background:#d9d9d9; border: 1px solid transparent !important; }
.seating-wrap .seat-list li.blank1-area { background:#d9d2e9; border:1px solid transparent !important; }
.seating-wrap .seat-list li.blank2-area { background:#fce6e6; border:1px solid transparent !important; }
.seating-wrap .seat-list li.text-area { cursor:auto; padding:0; border:0 !important; background:#efefef; line-height:5rem;  display:flex; align-items: center; justify-content: center;  }
.seating-wrap .seat-list li .btn_myseat_del { width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_seat_del.svg") 50% 50% no-repeat; background-size:contain; }
.seating-wrap .seat-list li i { width:1.1rem; height:1.1rem; margin:0 0 0.2rem 0.3rem; }
.seating-wrap .mt-1 { margin-top:1rem; }
.seating-wrap .mt-35 { margin-top:3.5rem; }
.seating-wrap .active { border:1px solid #E56953 !important; background:#FFF8F8 !important; }

.seating-wrap .seat-list.adm { display:flex; gap:1rem; }
.seating-wrap .seat-list.adm li { position:relative; cursor:pointer; flex:none; width:5rem; line-height:5rem; padding:0; border:1px solid #ccc; text-align:center; font-size:1.3rem; font-weight:400; }

.seating-wrap .chkBox input { display: none; }
.seating-wrap .chkBox { display:flex; align-items:center; }
.seating-wrap .chkBox.absolute { position:absolute; top:-0.5rem; left:-0.5rem; z-index:9; }
.seating-wrap .chkBox label { cursor:pointer; display:flex; align-items:center; font-size:1.4rem; font-weight:400; color:#666; }
.seating-wrap .chkBox label span { margin-right:0.9rem; min-width:1.8rem; height:1.8rem; border:1px solid #ccc; border-radius:0.2rem; background:#fff;  }
.seating-wrap .chkBox input:checked + label span {  width:1.8rem; height:1.8rem; border:0; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }




@media all and (max-width: 1279px) {

    /* 배치도 */
    .seaticon { display:flex; align-items: center; flex-wrap:wrap; gap:1rem; margin:1rem 0; }
    .seaticon li { width:calc(100% / 3 - 1rem); display:flex; align-items: center;  font-size:1.2rem; font-weight:400; color:#222; gap:1rem; }

    .ico_seat_type_1 { display:inline-block; vertical-align:middle; width:2rem; height:1.5rem; background:url("../../assets/images/ico_seat_type_1.svg") 50% 50% no-repeat; background-size:contain; } /* 외출외박 */
    .ico_seat_type_2 { display:inline-block; vertical-align:middle; width:2rem; height:1.5rem; background:url("../../assets/images/ico_seat_type_2.svg") 50% 50% no-repeat; background-size:contain; } /* 방과후 */
    .ico_seat_type_3 { display:inline-block; vertical-align:middle; width:2rem; height:1.5rem; background:url("../../assets/images/ico_seat_type_3.svg") 50% 50% no-repeat; background-size:contain; } /* 도서관 */
    .ico_seat_type_4 { display:inline-block; vertical-align:middle; width:2rem; height:1.5rem; background:url("../../assets/images/ico_seat_type_4.svg") 50% 50% no-repeat; background-size:contain; } /* 교과교실 */
    .ico_seat_type_5 { display:inline-block; vertical-align:middle; width:2rem; height:1.5rem; background:url("../../assets/images/ico_seat_type_5.svg") 50% 50% no-repeat; background-size:contain; } /* 1인2기 */

    .seating-wrap { margin:1.5rem 0 0; display:flex; align-items: center; flex-direction: column; background:#efefef; min-width:100%; }
    .seating-wrap .seatcol { width:100%; padding:0 !important; position:relative; }
    .seating-wrap .seatcol > .seat-list:not(first-child) { margin-top:-1px; }
    .seating-wrap .seatcol:nth-child(1) { padding-right:0 !important; }
    .seating-wrap .seatcol:nth-child(2) { padding-left:0!important; }
    .seating-wrap .seat-list { display:flex; }
    .seating-wrap .seat-list li { flex-shrink: 0; background:#d8d8d8; position:relative; cursor:pointer; flex:1; width:auto; height:4rem; padding:0;  text-align:center; font-size:0.8rem; font-weight:400; margin-left:-1px; border:1px solid #999; }
    .seating-wrap .seat-list li:first-child { margin-left:0; }
    .seating-wrap .seat-list li.blank { cursor:auto; padding:0; border:1px solid transparent !important; line-height:4rem; display:flex; align-items: center; justify-content: center; }
    .seating-wrap .seat-list li .btn_myseat_del { width:1.2rem; height:1.2rem; background:url("../../assets/images/ico_seat_del.svg") 50% 50% no-repeat; background-size:contain; }
    .seating-wrap .mt-1 { margin-top:1rem; }
    .seating-wrap .mt-35 { margin-top:3.5rem; }

}


/*** 모달 ***/
.modal { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:9999999; }
.modal .modal_wrap { width:100%; height:100%; display:flex; align-items: center; justify-content: center;}
.modal .modal_wrap .modal_container { position:relative; width:42rem; background:#fff; box-shadow:1rem 1.5rem 1rem 0 rgba(0,0,0,.07); border-radius:1rem; padding:5rem 2.5rem 2.5rem; }
.modal .modal_wrap .modal_container.pad p { padding:2rem 0 1rem; }
.modal .modal_wrap .modal_container h2 { line-height:150%; font-size:2rem; font-weight:600; color:#333; margin:0 0 1.5rem; text-align:center; }
.modal .modal_wrap .modal_container h2.type2 { font-size:2.4rem; font-weight:700; color:#333; margin:0; text-align:center; line-height:3.2rem; }
.modal .modal_wrap .modal_container p { word-break: keep-all; letter-spacing:-0.05rem; text-align:center; font-size:1.7rem; font-weight:400; line-height:2.5rem; color:#333; }
.modal .modal_wrap .modal_container p strong { display:block; font-size:1.8rem; font-weight:700; color:#333; margin:0 0 1.5rem; text-align:center; }
.modal .modal_wrap .modal_container .dataResult { display:block; text-align:center; margin:1.5rem 0 0; font-size:2rem; font-weight:500; color:#333; }
.modal .modal_wrap .modal_container .msg { display:flex; justify-content: center; margin:1.5rem 0 0; font-size:1.5rem; font-weight:400; line-height:1.5; color:#333; }
.modal .modal_wrap .modal_container .msg i {  margin:0.3rem 0.7rem 0 0; flex-shrink: 0; width:1.6rem; height:1.6rem; background:url("../../assets/images/ico_important.svg") 50% 50% no-repeat; }
.modal .modal_wrap .modal_container .msg_big { display:flex; justify-content: center; margin:1.5rem 0 0; font-size:1.5rem; font-weight:400; line-height:1.5; color:#333; }
.modal .modal_wrap .modal_container .msg_big i { margin:0.3rem 0.7rem 0 0; flex-shrink: 0; width:1.6rem; height:1.6rem; background:url("../../assets/images/ico_important.svg") 50% 50% no-repeat; }
.modal .modal_wrap .modal_container .btn_email_auth { display:flex; align-items: center; justify-content: center; margin:4rem auto 0; width:15rem; height:5rem; border-radius:0.3rem; background:#00907F; font-size:1.7rem; color:#fff; }
.modal .modal_wrap .modal_container .btn_email_auth:hover { background:#1A9C8C; }


.modal .modal_wrap .modal_container2 { position:relative; width:42rem; background:#fff; box-shadow:1rem 1.5rem 1rem 0 rgba(0,0,0,.07); border-radius:1rem; padding:5rem 2.5rem 2.5rem; }
.modal .modal_wrap .modal_container2.pad p { padding:2rem 0 1rem; }
.modal .modal_wrap .modal_container2 h2 { line-height:150%; font-size:2rem; font-weight:600; color:#333; margin:0 0 1.5rem; text-align:center; }
.modal .modal_wrap .modal_container2 h2.type2 { font-size:2.4rem; font-weight:700; color:#333; margin:0; text-align:center; line-height:3.2rem; }
.modal .modal_wrap .modal_container2 p { word-break: keep-all; letter-spacing:-0.05rem; font-size:1.7rem; font-weight:400; line-height:2.5rem; color:#333; }
.modal .modal_wrap .modal_container2 p strong { display:block; font-size:1.8rem; font-weight:700; color:#333; margin:0 0 1.5rem; text-align:center; }
.modal .modal_wrap .modal_container2 .dataResult { display:block; text-align:center; margin:1.5rem 0 0; font-size:2rem; font-weight:500; color:#333; }
.modal .modal_wrap .modal_container2 .msg { display:flex; justify-content: center; margin:1.5rem 0 0; font-size:1.5rem; font-weight:400; line-height:1.5; color:#333; }
.modal .modal_wrap .modal_container2 .msg i {  margin:0.3rem 0.7rem 0 0; flex-shrink: 0; width:1.6rem; height:1.6rem; background:url("../../assets/images/ico_important.svg") 50% 50% no-repeat; }
.modal .modal_wrap .modal_container2 .msg_big { display:flex; justify-content: center; margin:1.5rem 0 0; font-size:1.5rem; font-weight:400; line-height:1.5; color:#333; }
.modal .modal_wrap .modal_container2 .msg_big i { margin:0.3rem 0.7rem 0 0; flex-shrink: 0; width:1.6rem; height:1.6rem; background:url("../../assets/images/ico_important.svg") 50% 50% no-repeat; }
.modal .modal_wrap .modal_container2 .btn_email_auth { display:flex; align-items: center; justify-content: center; margin:4rem auto 0; width:15rem; height:5rem; border-radius:0.3rem; background:#00907F; font-size:1.7rem; color:#fff; }
.modal .modal_wrap .modal_container2 .btn_email_auth:hover { background:#1A9C8C; }


.modal .modal_wrap .col { margin:5rem 0 0; }
.modal .modal_wrap .col.mt-0 { margin:0; }
.modal .modal_wrap .col .d-flex { display:flex; }
.modal .modal_wrap .col .d-flex.gap { gap:1rem; }
.modal .modal_wrap .col .frm_input { flex:1; width:100%; height:4rem;  font-size:1.6rem; font-weight:400; color:#666; border-bottom:1px solid #ccc; }
.modal .modal_wrap .col .frm_input:focus { border:0 !important; border-bottom:1px solid #333 !important; }
.modal .modal_wrap .col .btn_frm_solid { height:4rem; padding:0 2.2rem; font-size:1.6rem; font-weight:400; color:#fff; background:#666; border-radius: 0.3rem;}
.modal .modal_wrap .col .relative { flex:1; position:relative; }
.modal .modal_wrap .col .auth-number { position:absolute; top:1rem; right:1rem; font-size:1.4rem; color:#777; }
.modal .modal_wrap .modal_container .btnWrap.mt-2 { margin-top:2rem !important; }
.modal .modal_wrap .modal_container .btnWrap.col2 { gap:1rem; }
.modal .modal_wrap .modal_container .btnWrap.col2 .btn_cancel { font-weight:500; }
.modal .modal_wrap .modal_container .btnWrap.col2 .btn_cancel:hover { background-color:#f4f4f4 !important; }
.modal .modal_wrap .modal_container .btnWrap { margin:4rem 0 0; text-align:center; display:flex; align-items: center; justify-content: center; gap:0.6rem; }
.modal .modal_wrap .modal_container .btnWrap .btn_confirm { width:18rem; height:4.6rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; font-size:1.7rem; font-weight:700; color:#fff; background:#00907F; }
.modal .modal_wrap .modal_container .btnWrap .btn_confirm:hover { background:#1A9C8C; }

.modal .modal_wrap .modal_container .btnWrap .btn_cancel { width:18rem; height:4.6rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; font-size:1.7rem; font-weight:700; color:#333; border:1px solid #D6D6D6; }
.modal .modal_wrap .infoResult { display:block; margin:2rem 0 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; padding:1.5rem 0; }
.modal .modal_wrap .infoResult .ico_pc { margin-right:1rem; width:3rem; height:3.5rem; display:inline-block; vertical-align:middle; background:url("../../assets/images/ico_pc.svg") 50% 50% no-repeat; background-size:contain; }
.modal .modal_wrap .infoResult .ico_mobile { margin-right:1rem; width:3rem; height:3.5rem; display:inline-block; vertical-align:middle; background:url("../../assets/images/ico_mobile.svg") 50% 50% no-repeat; background-size:contain; }
.modal .modal_wrap .infoResult .ico_mobile2 { margin-right:1rem; width:3rem; height:3.5rem; display:inline-block; vertical-align:middle; background:url("../../assets/images/ico_mobile2.svg") 50% 50% no-repeat; background-size:contain; }
.modal .frm_datetime { width:100%; flex:1; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.4rem; font-weight:400; color:#333; background:#fff url("../../assets/images/ico_calendar.svg") right 1.5rem center no-repeat; }
.modal .frm_textarea { width:100%; flex:1; border:1px solid #DFDFDF; border-radius:0.3rem; padding:1rem 1.2rem; font-size:1.4rem; font-weight:400; color:#333; }
.modal .frm_textarea.bg { background:#f8f8f8; height:20rem; }

.modal .chklist { margin:3rem 0 0; text-align:center; border:1px solid #ddd; padding:3rem 2rem 2rem; position:relative; }
.modal .chklist .tit { position:absolute; top:-1.5rem; left:0; width:100%;  }
.modal .chklist .tit p { background:#fff; padding:0.5rem 1rem; display:inline-block; font-size:1.5rem; color:#555; }
.modal .chkBoxWrap { display:flex; justify-content: center; gap:3rem; }

.modal.sty2 { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:9999999; }
.modal.sty2 .modal_wrap { width:100%; height:100%; display:flex; align-items: center; justify-content: center; padding:2rem; }
.modal.sty2 .modal_wrap .modal_container { position:relative; width:47rem; background:#fff; box-shadow:1rem 1.5rem 1rem 0 rgba(0,0,0,.07); border-radius:1rem; padding:2.5rem 2.5rem 3rem; display:flex; flex-direction:column; max-height:100%; }
.modal.sty2 .modal_wrap .modal_container > form { display:flex !important; flex-direction:column !important; min-height:100% !important; }

.modal.sty2 .w-350 { width:35rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-370 { width:37rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-420 { width:42rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-500 { width:50rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-540 { width:54rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-600 { width:60rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-640 { width:64rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-680 { width:68rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-750 { width:75rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-850 { width:85rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-960 { width:96rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-1024 { width:102.4rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-1280 { width:128rem !important; padding-top:2.5rem !important; }
.modal.sty2 .w-1300 { width:130rem !important; padding-top:2.5rem !important; }

.modal.sty2 .modal_wrap h2 { font-size:3rem; font-weight:500; color:#333; margin:0 0 3rem; text-align:left; }
.modal.sty2 .modal_wrap h3 { font-size:2.5rem; font-weight:500; color:#333; margin:2rem 0 3rem; text-align:center; }
.modal.sty2 .modal_wrap h3.fs-30 { font-size:3rem; }
.modal.sty2 .modal_wrap .modal_header { padding-right:0; padding-bottom:2rem; padding-top:1rem; }
.modal.sty2 .modal_wrap .modal_header + * { height:100% !important; overflow:hidden !important; overflow-y:auto !important; padding:0 !important; margin:0 !important; }
.modal.sty2 .modal_wrap .modal_header + *::-webkit-scrollbar { width:0.5rem; }
.modal.sty2 .modal_wrap .modal_header + *::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.modal.sty2 .modal_wrap .modal_header + *::-webkit-scrollbar-track { background:#ddd  }
.modal.sty2 .modal_wrap .modal_header h3 { flex:1; font-size:1.6rem; font-weight:500; color:#333; margin:0; text-align:left; }
.modal.sty2 .modal_wrap .btn_close { width:1.9rem; height:1.9rem; position:absolute; top:2.5rem; right:2rem; background:url("../../assets/images/ico_modal_close.svg") 50% 50% no-repeat; }
.modal.sty2 .modal_wrap .pageLink { text-align:center; margin:0 0 5rem; }
.modal.sty2 .modal_wrap .pageLink a { font-size:1.8rem; text-decoration:underline; color:#666; font-weight:400;  }
.modal.sty2 .modal_wrap p { text-align:left; }
.modal.sty2 .modal_wrap .mt30 { margin-top:3rem !important; }
.modal.sty2 .modal_wrap .mb60 { margin-bottom:6rem !important; }
.modal.sty2 .modal_wrap .ptitle { font-size:1.8rem; font-weight:500; color:#333; margin:0 0 1.5rem; text-align:left; }
.modal.sty2 .modal_wrap .ptitle.sm { font-size:1.5rem; font-weight:500; color:#333; margin:0 0 1.5rem; text-align:left; }
.modal.sty2 .modal_wrap .center { text-align:center; }
.modal.sty2 .modal_wrap .frm_input { flex:1; width:100%; height:5rem;  font-size:1.5rem; font-weight:400; color:#666; border-bottom:1px solid #ccc; padding:0 1.5rem; }
.modal.sty2 .modal_wrap .frm_input.big { font-size:2rem; }
.modal.sty2 .modal_wrap .frm_input.w-auto { flex:none; width:5rem; text-align:center; }
.modal.sty2 .modal_wrap .frm_input:focus { border:0 !important; border-bottom:1px solid #333 !important; }
.modal.sty2 .modal_wrap .frm_input::placeholder { font-size:1.5rem !important; font-weight:400; }
.modal.sty2 .modal_wrap .frm_input::-webkit-input-placeholder { font-size:1.5rem !important; font-weight:400; }
.modal.sty2 .modal_wrap .frm_input:-ms-input-placeholder { font-size:1.5rem !important; font-weight:400;  }

.modal.sty2 .modal_wrap .frm_input.big { font-size:2rem; }
.modal.sty2 .modal_wrap .frm_input.big::placeholder { font-size:2rem !important; font-weight:400; }
.modal.sty2 .modal_wrap .frm_input.big::-webkit-input-placeholder { font-size:2rem !important; font-weight:400;  }
.modal.sty2 .modal_wrap .frm_input.big:-ms-input-placeholder { font-size:2rem !important; font-weight:400;  }

.modal.sty2 .modal_wrap .col > div { position:relative; }
.modal.sty2 .modal_wrap .control-search { margin-top:0; margin-bottom:1rem; }
.modal.sty2 .modal_wrap .control-search.nostyle { margin:0; flex:1; }
.modal.sty2 .modal_wrap .control-search.nostyle fieldset { background:none !important; padding:0; }
.modal.sty2 .modal_wrap .frm_input_box { flex:1; width:100%; height:3.4rem; font-size:1.5rem; font-weight:400; color:#666; border:1px solid #ccc; padding:1rem; }
.modal.sty2 .modal_wrap .frm_input_box:focus { border:0 !important; border:1px solid #333 !important; }
.modal.sty2 .modal_wrap .frm_input_box.text-center { text-align:center; }
.modal.sty2 .modal_wrap .frm_input_box.w-130 { flex:none; width:13rem !important; }

.modal.sty2 .modal_wrap .infoTxt {  margin:1rem 0 0; font-size:1.4rem; font-weight:400; color:#666; line-height:150% !important; text-align:left; }
.modal.sty2 .modal_wrap .msg-ico { margin:6rem 0 0; display:flex; font-size:1.4rem; font-weight:400; color:#666; line-height:2rem; text-align:left; }
.modal.sty2 .modal_wrap .msg-ico::before { content:"※"; margin-right:0.5rem; }
.modal.sty2 .modal_wrap .inputWrap { margin:1rem 0 0; text-align:center; display: flex; justify-content: space-between; }
.modal.sty2 .modal_wrap .inputWrap .code-input { text-align:center; font-size:3.5rem; text-align:center; font-weight:900; caret-color: transparent; /* background:url("../../assets/images/ico_masking_number.svg") 50% 50% no-repeat;*/ color:#666; border:1px solid #d9d9d9; width:4.5rem; height:4.5rem;  }
.modal.sty2 .modal_wrap .inputWrap .code-input:focus { border:1px solid #00907f !important; }

.modal.sty2 .msgTxt { margin:4rem 0 0 !important; text-align:center !important; font-size:1.8rem; font-weight:400; color:#333; }
.modal.sty2 .msgTxt span { font-size:1.5rem; font-weight:400; color:#333; }
.modal.sty2 .d-flex { display:flex; align-items: center; justify-content: center; flex-wrap:wrap; gap:1rem; }
.modal.sty2 .d-flex.col-2 { gap:1rem; }
.modal.sty2 .d-flex.col-2 > * { flex:1;  }
.modal.sty2 .d-flex.col-3 { flex-wrap:wrap; justify-content: flex-start; gap:1.5rem 1rem; margin:0 0 4rem; }
.modal.sty2 .d-flex.col-3 > .chkBox { width:calc(100% / 3 - 1rem); justify-content: flex-start; }
.modal.sty2 .d-flex .frm_input_num { margin:0 1.5rem 0 3rem; flex:none; width:15rem; padding:0 1.5rem; height:3.4rem; border-radius:0.3rem; text-align:center; border:1px solid #D6D6D6; }
.modal.sty2 .d-flex .frm_input_num:focus { border:1px solid #333 !important; }
.modal.sty2 .d-flex .label { font-size:1.6rem; font-weight:400; color:#333; }

.modal.sty2 .d-flex-table { display:flex; gap:1rem; }
.modal.sty2 .d-flex-table > div { flex:1; }
.modal.sty2 .d-flex-table > div p { text-align:left !important; }

.modal.sty2 .gap-20 { gap:2rem; }
.modal.sty2 .gap-0 { gap:0; }
.modal.sty2 .count { margin:0 0 0.5rem !important; font-size:1.5rem !important; text-align:left !important; }
.modal.sty2 .text-right { text-align:right !important; }
.modal.sty2 .text-center { text-align:center !important; }
.modal.sty2 .text-left { text-align:left !important; }

.modal.sty2 .mt-0 { margin-top:0 !important; }
.modal.sty2 .mt-10 { margin-top:1rem !important; }
.modal.sty2 .mt-20 { margin-top:2rem !important; }
.modal.sty2 .mt-30 { margin-top:3rem !important; }
.modal.sty2 .mt-3 { margin-top:3rem !important; }

.modal.sty2 .btn_tbl_gray { padding:0 1rem; height:3.4rem; border-radius:0.3rem; background:#666; font-size:1.4rem; font-weight:400; color:#fff; }
.modal.sty2 .btn_tbl_solid { padding:0 1rem; height:3.4rem; border-radius:0.3rem; background:#fff; border:1px solid #ddd; font-size:1.4rem; font-weight:400; color:#333; }
.modal.sty2 .btn_tbl_solid.sm { margin:0.5rem 0 0; padding:0 1.5rem; height:3rem; border-radius:0.3rem; background:#fff; border:1px solid #ddd; font-size:1.4rem; font-weight:400; color:#333; }

.modal.sty2 .radioBox { display:flex; align-items: center; justify-content: center;}
.modal.sty2 .radioBox input { display: none; }
.modal.sty2 .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.4rem; font-weight:400; color:#333; }
.modal.sty2 .radioBox label span { width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
.modal.sty2 .radioBox input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }

.modal.sty2 .radioBox.txt { display:flex; align-items: center; justify-content: center; margin-right:1rem;  }
.modal.sty2 .radioBox.txt:last-child { margin-right:0; }
.modal.sty2 .radioBox.txt input { display: none; }
.modal.sty2 .radioBox.txt label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.5rem; font-weight:500; color:#333; }
.modal.sty2 .radioBox.txt label span { margin-right:1rem; width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
.modal.sty2 .radioBox.txt input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }

.csv_upload { }
.csv_upload.mt-0 { margin:0; }
.csv_upload .col { margin:0 0 2rem !important; }
.csv_upload .col h4 { font-size:1.7rem; font-weight:500; color:#333; margin:0 0 1.5rem; }
.csv_upload .filebox { flex:1; display:flex; align-items: center; gap:1rem; }
.csv_upload .filebox label {
    display:flex;
    align-items: center;
    justify-content: center;
    height:4rem;
    border-radius:0.3rem;
    background:#666;
    font-size:1.4rem;
    font-weight:500;
    color:#fff;
    padding:0 2rem;
}
.csv_upload .filebox .upload-name {
    flex:1;
    height:4rem;
    border:1px solid #B5B5B5;
    border-radius:0.3rem;
    padding:0 2rem;
    font-size:1.4rem;
    color:#999;
    font-weight:400;
    background:none !important;
}
.csv_upload .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.modal.sty2 .btn_csv_download { padding:0 1.5rem; font-size:1.5rem; font-weight:500; color:#333; text-align:left; width:21.5rem; height:4rem; border:1px solid #B5B5B5; border-radius:0.3rem; background:url("../../assets/images/ico_csv_download.svg") right 2rem center no-repeat; }

.modal.sty2 .txtList li { position:relative; font-size:1.3rem; font-weight:400; color:#333; line-height:150%; padding-left:0.8rem; }
.modal.sty2 .txtList li::before { content: ""; position:absolute; top:1rem; left:0; width:0.3rem; height:0.3rem; border-radius:100%; background:#444; }
.modal.sty2 .txtList.col-red { margin-left:0.4rem; }
.modal.sty2 .txtList.col-red li { position:relative; font-size:1.4rem; font-weight:400; color:#FF3636; line-height:2.3rem; padding-left:0.8rem; }
.modal.sty2 .txtList.col-red li::before { content: ""; position:absolute; top:1rem; left:0; width:0.3rem; height:0.3rem; border-radius:100%; background:#FF3636; }
.modal.sty2 .txtList.mt-10 { margin-top:1rem; }

.modal.sty2 .modal_wrap .btnWrap { margin:3rem 0 0; text-align:center; display:flex; align-items: center; justify-content: center; }
.modal.sty2 .modal_wrap .btnWrap.mt-1 { margin:1rem 0 0; }
.modal.sty2 .modal_wrap .btnWrap.w-180 button { flex:none !important; width:18rem !important; }
.modal.sty2 .modal_wrap .btnWrap .btn_confirm { width:18rem; height:4.6rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; font-size:1.7rem; font-weight:700; color:#fff; background:#00907F; }
.modal.sty2 .modal_wrap .btnWrap .btn_confirm:hover { background:#1A9C8C; }
.modal.sty2 .modal_wrap .btnWrap .w-100 { width:100% !important; }

.modal.sty2 .modal_wrap .btnWrap .btn_cancel { width:18rem; height:4.6rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; font-size:1.7rem; font-weight:500; color:#333; border:1px solid #D6D6D6; }
.modal.sty2 .modal_wrap .btnWrap .btn_cancel:hover { background-color:#f4f4f4; }
.modal.sty2 .modal_wrap .btnWrap .btn_del { width:18rem; height:4.6rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; font-size:1.7rem; font-weight:500; color:#333; border:1px solid #D6D6D6; }
.modal.sty2 .modal_wrap .btnWrap .btn_close_gray { width:18rem; height:4.6rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; font-size:1.7rem; font-weight:500; color:#333; border:1px solid #D6D6D6; background:#eee; }

.modal.sty2 .modal_wrap .btnWrap .sm { width:auto; padding:0 2rem; height:3.4rem; font-size:1.5rem;  }

.modal.sty2 .modal_wrap .boxInfo { position:relative; border:1px solid #EAEAEA; border-radius:0.3rem; background:#FEFEFE; padding:1.5rem; margin:3rem 0 1rem; }
.modal.sty2 .modal_wrap .boxInfo p { font-size:1.4rem; font-weight:500; color:#333; margin:0 0 1.3rem; text-align:left !important; }
.modal.sty2 .modal_wrap .boxInfo .radioWrap li { display:flex; align-items: center; justify-content: center; margin:0 0 1rem; }
.modal.sty2 .modal_wrap .boxInfo .radioWrap li:last-child { margin:0; }
.modal.sty2 .modal_wrap .boxInfo .radioWrap li .label { font-size:1.6rem; margin-right:3rem; }

.modal.sty2 .modal_wrap .boxInfo2 { position:relative; border:1px solid #EAEAEA; border-radius:0.3rem; background:#f8f8f8; padding:1.5rem; }
.modal.sty2 .modal_wrap .boxInfo2 p { font-size:1.3rem; font-weight:500; color:#333; line-height:1.5; text-align:left; }

.modal.sty2 .modal_wrap .control-tab { margin-top:2rem; }
.modal.sty2 .modal_wrap .control-tab .btnWrap { margin-top:0; flex-wrap:wrap !important; }

.modal.sty2 .control-search .cs_row { flex:1; }
.modal.sty2 .control-search .cs_row .cs_col {  display:flex; align-items: center; flex-wrap:nowrap; margin:0 0 1rem; gap:0.5rem; }
.modal.sty2 .control-search .cs_row .cs_col .ml-20 { margin-left:2rem !important; }
.modal.sty2 .control-search .cs_row .cs_col:last-child { margin:0; }

.modal.sty2 .control-search .sch-btn-wrap { flex:none; margin:0 !important; justify-content: center;}
.modal.sty2 .control-search .sch-btn-wrap > * { margin:0 auto !important; }
.modal.sty2 .frm_select { width:100%; height:3.4rem; padding:0 2.5rem 0 1.5rem;  font-size:1.4rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 0.5rem center no-repeat; }
.modal.sty2 .frm_select.w-auto { flex:1 !important; margin:0 !important; }

.modal.sty2 .control-search .frm_input { min-width:0; flex:1; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.5rem; font-weight:400; color:#333; }
.modal.sty2 .control-search .frm_input:focus { border:1px solid #333 !important;  }
.modal.sty2 .w-40 { width:4rem !important; flex:none !important; }
.modal.sty2 .w-50 { width:5rem !important; flex:none !important; }
.modal.sty2 .w-60 { width:6rem !important; flex:none !important; }
.modal.sty2 .w-70 { width:7rem !important; flex:none !important; }
.modal.sty2 .w-80 { width:8rem !important; flex:none !important; }
.modal.sty2 .w-90 { width:9rem !important; flex:none !important; }
.modal.sty2 .w-100 { width:10rem !important; flex:none !important; }
.modal.sty2 .w-110 { width:11rem !important; flex:none !important; }
.modal.sty2 .w-120 { width:12rem !important; flex:none !important; }
.modal.sty2 .w-160 { width:16rem !important; flex:none !important; }
.modal.sty2 .w-230 { width:23rem !important; flex:none !important; }

.modal .chkBox { display:flex; justify-content: center;  }
.modal .chkBox input { display: none; }
.modal .chkBox label { cursor:pointer; display:flex; align-items: center; font-size:1.5rem; font-weight:500; color:#333; gap:1rem; }
.modal .chkBox label span { min-width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_v2_off.svg") 50% 50% no-repeat; background-size:contain; }
.modal .chkBox input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }
.modal .chkBox.txt { margin-right:1rem; }

.modal.sty2 .cert { margin:10.5rem 0; text-align:center; }
.modal.sty2 .cert i { display:block; margin:0 auto; width:5.4rem; height:9.7rem; background:url("../../assets/images/ico_hp_big.svg") 50% 50% no-repeat; background-size:contain; }
.modal.sty2 .cert h1 { margin:4rem 0 0; font-size:2.4rem; font-weight:700; text-align:center; color:#333; line-height:3.2rem; }
.modal.sty2 .cert p { margin:1.5rem 0 0; font-size:1.7rem; font-weight:400; text-align:center; line-height:2.5rem; color:#333;  }
.modal.sty2 .cert .btn_cert { margin:6rem auto 0; width:20.5rem; height:5rem; border:1px solid #333; border-radius:0.5rem; font-size:1.8rem; font-weight:600; color:#333; }

.modal.sty2 .txtBody { margin:3rem 0 0; }
.modal.sty2 .txtBody p { text-align:center; word-break: keep-all; font-size:1.7rem; font-weight:400; line-height:2.5rem;  }
.modal.sty2 .txtBody .box { height:11rem; overflow-y:auto; margin-top:4rem; padding:1.5rem; border-radius:0.3rem; background:#fbfbfb; border:1px solid #D6D6D6; }
.modal.sty2 .txtBody .box::-webkit-scrollbar { width: 0.5rem; }
.modal.sty2 .txtBody .box::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.modal.sty2 .txtBody .box::-webkit-scrollbar-track { background:#ddd  }
.modal.sty2 .txtBody .box li { font-size:1.4rem; font-weight:400; line-height:2.3rem; color:#666; }
.modal.sty2 .txtBody .msg { width:100%; height:12rem; padding:1.5rem; border-radius:0.3rem; background:#fbfbfb; border:1px solid #D6D6D6; font-size:1.5rem; }

.modal.sty2 .w-850.scroll-y { height:95%; }
.modal.sty2 .basicTxt {  }
.modal.sty2 .basicTxt table { margin:0 0 1rem; }
.modal.sty2 .basicTxt table p { text-align:left; margin:0 0 0.5rem; }
.modal.sty2 .basicTxt table .sm { font-size:1.3rem; }
.modal.sty2 .basicTxt table ul li { margin:0 0 0.5rem; }
.modal.sty2 .basicTxt table ul li:last-child { margin:0; }
.modal.sty2 .basicTxt th { word-break: keep-all; text-align:center; font-weight:500; padding:1.2rem 1rem; font-size:1.5rem; color:#333; background:#f1f1f1; border:1px solid #dcdcdc; }
.modal.sty2 .basicTxt th.th-100 { width:10rem; }
.modal.sty2 .basicTxt th.th-150 { width:15rem; }
.modal.sty2 .basicTxt td { padding:1.2rem 1rem; font-size:1.5rem; border:1px solid #ddd; line-height:150%; position:relative; }
.modal.sty2 .basicTxt table .bg { }

.modal.sty2 .basicTxt p { text-align:center; font-size:1.5rem; }
.modal.sty2 .basicTxt .txt-big { font-size:1.7rem; font-weight:500; }
.modal.sty2 .basicTxt .text-left { text-align:left !important; }
.modal.sty2 .basicTxt .text-center { text-align:center !important; }
.modal.sty2 .basicTxt .text-right { text-align:right !important; }
.modal.sty2 .basicTxt .row { display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; white-space: normal; margin:0 0 0.5rem; }
.modal.sty2 .basicTxt .row.align-items-start { align-items: flex-start; }
.modal.sty2 .basicTxt .row:last-child { margin:0; }
.modal.sty2 .basicTxt .row .contour { margin:0 0.5rem; }
.modal.sty2 .basicTxt .row .chkBox { justify-content: flex-start !important; }
.modal.sty2 .basicTxt .row .chkBox label { text-align:left;  }

.modal.sty2 .basicTxt .row-col { margin:2rem 0 0; }
.modal.sty2 .basicTxt .row-col .chkBox { justify-content: flex-start !important; }
.modal.sty2 .basicTxt .row-col .chkBox:not(:last-child) { margin:0 0 1rem; }

.modal.sty2 .basicTxt .border-bottom { border-bottom:1px solid #ddd; padding:0 0 1rem; }
.modal.sty2 .basicTxt .btn_solid_add { line-height:3.2rem; padding:0 1rem; border-radius:0.3rem; border:1px solid #ddd; background:#666; color:#fff; }
.modal.sty2 .basicTxt .btn_solid_etc { line-height:3.2rem; padding:0 1rem; border-radius:0.3rem; border:1px solid #ddd; background:#fff; }
.modal.sty2 .basicTxt .exception { margin:1rem 0 0; }
.modal.sty2 .basicTxt .exception li { margin:0 0 0.5rem; display:flex; align-items: center; border:1px solid #ddd; background:#f8f8f8; padding:0.5rem 1rem; }
.modal.sty2 .basicTxt .exception li:last-child { margin:0; }
.modal.sty2 .basicTxt .exception li input { flex:1; width:100%; background:none; padding:0; }
.modal.sty2 .basicTxt .exception li input:focus { border:0 !important; }
.modal.sty2 .ml-auto { margin-left:auto; }
.modal.sty2 .basicTxt .seatList { display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; }
.modal.sty2 .basicTxt .seatList li { width:3.5rem; margin:0; border:1px solid #ddd; display:flex; align-items: center; justify-content: center; }
.modal.sty2 .basicTxt .seatList li input { padding:0; font-size:1.4rem; text-align:center; border:0;  }
.modal.sty2 .basicTxt .seatList li input:focus { border:0 !important; }
.modal.sty2 .basicTxt .infoBox { padding:1.5rem; font-size:1.6rem; background:#f8f8f8; text-align:center; color:#333; }
.modal.sty2 .basicTxt .infoBox strong { color:#000; }
.modal.sty2 .basicTxt .tblhd { display:flex; align-items: center; border:1px solid #ddd; border-bottom:0; background:#f8f8f8; }
.modal.sty2 .basicTxt .tblhd li { flex:1; text-align:center; padding:0.5rem; margin:0; }

.modal.sty2 .basicTxt .overflow-y { height:15rem; overflow-y:auto; padding-right:1rem; }
.modal.sty2 .basicTxt .overflow-y.h-auto { height:auto; }
.modal.sty2 .basicTxt .overflow-y::-webkit-scrollbar{width:0.5rem; }
.modal.sty2 .basicTxt .overflow-y::-webkit-scrollbar-thumb{background:#aaa;  border-radius:0.5rem; }
.modal.sty2 .basicTxt .overflow-y::-webkit-scrollbar-track{background:#ddd; }
.modal.sty2 .basicTxt .overflow-y > *:last-child { margin-bottom:0 !important;  }

.modal.sty2 .overflow-y-full { height:65rem; overflow-y:auto; overflow-x:auto; white-space: nowrap; padding-right:1rem; }
.modal.sty2 .overflow-y-full::-webkit-scrollbar{width:0.5rem; height:0.5rem; }
.modal.sty2 .overflow-y-full::-webkit-scrollbar-thumb{background:#aaa;  border-radius:0.5rem; }
.modal.sty2 .overflow-y-full::-webkit-scrollbar-track{background:#ddd; }
.modal.sty2 .overflow-y-full table:not(:first-child) th,
.modal.sty2 .overflow-y-full table:not(:first-child) td {  }
.modal.sty2 .overflow-y-full > * { white-space: normal;  }

.modal.sty2 .basicTxt .tbl_data { table-layout: fixed; }
.modal.sty2 .basicTxt .tbl_data td { cursor:pointer; padding:0.5rem; text-align:center; font-size:1.3rem; }
.modal.sty2 .basicTxt .tbl_data tr:hover td { background:rgba(0,158,150,.06); }
.modal.sty2 .basicTxt .tbl_data tr.active td { background:rgba(0,158,150,.06); }

.modal.sty2 .basicTxt .namList { display:flex; align-items: center; flex-wrap:wrap; border:1px solid #ddd; padding:1rem; gap:0.5rem; }
.modal.sty2 .basicTxt .namList li { margin:0; display:flex; align-items: center; width:calc(100% / 4 - 0.5rem); background:#f8f8f8; border:1px solid #ddd; padding:0.5rem; font-size:1.4rem; }
.modal.sty2 .basicTxt .namList li .btn_del { margin-left:auto; min-width:1.1rem; height:1.1rem; background:url("../../assets/images/ico_file_del.svg") 0 50% no-repeat;background-size:contain; }
.modal.sty2 .basicTxt .namList.col-2 li { width:calc((100% - 0.5rem) / 2); }
.modal.sty2 .basicTxt .namList.col-3 li { width:calc((100% - 1rem) / 3); }
.modal.sty2 .basicTxt .namList.col-auto li { width:auto; }
.modal.sty2 .basicTxt .namList.col-full li { width:100%; }

.modal.sty2 .basicTxt .border-top { border-top:1px solid #ddd; margin:2rem 0 0; padding:1rem 0 0; }

.modal.sty2 .attendance { max-width:64rem; margin:0 auto; }
.modal.sty2 .attendance .tit { font-size:2.2rem; margin:0 0 1rem; font-weight:500; }
.modal.sty2 .attendance .datetime { font-size:1.8rem; margin:0 0 2rem; }
.modal.sty2 .attendance .form { margin:0 0 3rem; display:flex; justify-content: center; gap:1rem; background:#f8f8f8; padding:2rem; }
.modal.sty2 .attendance .form .frm_input { height:4rem; padding:0 1rem; }
.modal.sty2 .attendance .form .btn_sch_confirm { height:4rem; padding:0 2rem; font-size:1.5rem; background:#444; color:#fff; }
.modal.sty2 .attendance .name { font-size:1.7rem; margin-right:3rem;  }
.modal.sty2 .attendance .row { justify-content: center; }
.modal.sty2 .attendance table { margin:2rem 0 0; }

.modal.sty2 .btn_file_del { width:1.3rem; height:1.3rem; background:url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; }
.modal.sty2 .excel_upload .filebox { display:flex; align-items: center; gap:1rem; }
.modal.sty2 .excel_upload .filebox label {
    display:flex;
    align-items: center;
    justify-content: center;
    height:3.4rem;
    border-radius:0.3rem;
    border:1px solid #D6D6D6;
    font-size:1.4rem;
    font-weight:400;
    color:#666;
    padding:0 2.5rem;
}
.modal.sty2 .excel_upload .filebox span { font-size:1.4rem; color:#999; }
.modal.sty2 .excel_upload .upload-name {
    font-size:1.4rem;
    color:#666;
    font-weight:400;
    background:none !important;
    flex:1;
    padding:0.3rem !important;
    margin-right:1rem;
}
.modal.sty2 .excel_upload .upload-name:focus {
    border:0 !important;
}
.modal.sty2 .excel_upload input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.modal.sty2 .excel_upload .filelistbox { margin:0.6rem 0 0; border:1px solid #d6d6d6; border-radius:0.3rem; padding:1rem; }
.modal.sty2 .excel_upload .filelistbox ul li { display:flex; align-items: center; padding:0.5rem 1rem; }
.modal.sty2 .file { margin:2rem 0 0; }
.modal.sty2 .file a { border:1px solid #ddd; font-size:1.4rem; padding:0.5rem 1rem; }

.modal.sty2 .btn_hd { display:flex; align-items: center; justify-content: flex-end !important; gap:0.5rem; flex-wrap:wrap; }
.modal.sty2 .btn_hd .btn_tbl_con_normal { padding:0 1.5rem; height:3.5rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#666; }
.modal.sty2 .btn_hd .btn_tbl_con_normal.active { padding:0 1.5rem; height:3.4rem; border:0; background:#666; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#fff; }
.modal.sty2 .btn_hd .btn_tbl_con_normal.active:hover { background-color:#444; }

.modal.sty2 .btn_hd .btn_tbl_con_normal_primary { padding:0 1.5rem; height:3.4rem; border:0; background:#00907F; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#fff; }
.modal.sty2 .btn_hd .btn_tbl_con_normal_primary:hover { background:#1A9C8C; }

.modal.sty2 .btn_list { border:1px solid #ddd; height:3.5rem; padding:0 1rem; margin:0 0 1rem; }

.modal.sty2 .basicTxt .inputList { margin:1rem 0 0; }
.modal.sty2 .basicTxt .inputList li { display:flex; align-items: center; margin:0 0 1rem; gap:1rem; }
.modal.sty2 .basicTxt .inputList li:last-child { margin:0; }
.modal.sty2 .basicTxt .mt-30 { margin-top:3rem !important; }
.modal.sty2 .basicTxt .mt-20 { margin-top:2rem !important; }
.modal.sty2 .basicTxt .mt-10 { margin-top:1rem !important; }
.modal.sty2 .basicTxt .mt-05 { margin-top:0.5rem !important; }
.modal.sty2 .basicTxt .mt-0 { margin-top:0 !important; }
.modal.sty2 .basicTxt .mb-0 { margin-bottom:0 !important; }

.modal.sty2 .tbl-hd { margin:2rem 0 0; display:flex; align-items: center; flex-wrap:wrap; gap:1rem;  }

.modal.sty2 .qrWrap { margin:3rem 0 0; }
.modal.sty2 .qrWrap p { font-size:1.5rem; text-align:center !important; }
.modal.sty2 .qrWrap .qrcode { color:#777; display:flex; align-items:center; justify-content: center; margin:2rem auto 0; width:15rem; height:15rem; border:1px solid #ddd; }
.modal.sty2 .qrWrap .qrcode img { width:100% !important; height:100% !important; object-fit:contain !important; }

.modal.sty2 .profileWrap {  }
.modal.sty2 .profileWrap .d-flex { gap:1rem; }
.modal.sty2 .profileWrap table { flex:1; margin:0; }
.modal.sty2 .profileWrap .thumbnail { width:13rem; height:13rem; border-radius:100%; overflow:hidden; display:flex; align-items:center; justify-content: center; }
.modal.sty2 .profileWrap .thumbnail img { width:100%; height:auto; object-fit:contain; }
.modal.sty2 .col-green { }

.modal.sty2 .tbl-tit { font-size:1.8rem !important; text-align:left !important; margin:3rem 0 1rem; border-bottom:1px solid #333; padding:0 0 1rem; }
.modal.sty2 .tbl-tit.noline { border:0; }
.modal.sty2 .tbl-tit2 { font-size:1.8rem !important; }
.modal.sty2 .s-tit { font-size:1.5rem !important; text-align:left !important; margin:1rem 0 0.5rem;  }
.modal.sty2 .s-tit.mt-0 { margin-top:0; }
.modal.sty2 .s-tit span { font-weight:600; margin-left:0.5rem; font-size:1.7rem; }
.modal.sty2 .s-tit.bg { background:#f8f8f8; padding:1rem; margin:0 0 1rem; }

.modal.sty2 .tbl-tool { display:flex; align-items: center; justify-content: flex-end; gap:1rem; }
.modal.sty2 .tbl-tool .btn_n_refresh { width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_refresh.svg") 50% 50% no-repeat; }
.modal.sty2 .tbl-tool .btn_n_download { width:4rem; height:3.4rem; background:url("../../assets/images/ico_download.svg") 50% 50% no-repeat; }

.modal.sty2 .msg-normal { text-align:center !important; margin:4rem 0 0; }

.modal.sty2 .modal_wrap .col-w-400 { width:100%; }
.modal.sty2 .modal_wrap .col-w-auto { flex:1; margin-left:1rem !important; }
.modal.sty2 .modal_wrap .col .row { display:flex; align-items: center; flex-wrap:nowrap; margin:0 0 1rem; gap:0.5rem; white-space: nowrap; }

.modal.sty2 .modal_wrap .sub-tit { margin:0 0 1rem; font-size:2.2rem; font-weight:600; line-height:1.3; }
.modal.sty2 .modal_wrap .sub-tit span { font-size:1.5rem; color:#777; }
.modal.sty2 .modal_wrap .c-red { color:#ff0000 !important; }
.modal.sty2 .modal_wrap .btn-file-view { margin:2rem 0 0; padding:0 1.5rem 0 4rem; height:3.5rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#666; background:url("../../assets/images/ico_file_view.svg") 1rem 50% no-repeat; background-size:2rem; }

.modal.sty2 .modal_wrap .thumbnail-s { margin:0 auto; width:6rem; height:8rem; overflow:hidden; display:flex; align-items: center; justify-content: center; }
.modal.sty2 .modal_wrap .thumbnail-s img { width:100%; height:auto; object-fit:contain; }

.modal.sty2 .modal_wrap .thumbnail-big { margin:0 auto; width:12rem; height:16rem; overflow:hidden; display:flex; align-items: center; justify-content: center; }
.modal.sty2 .modal_wrap .thumbnail-big img { width:100%; height:auto; object-fit:contain; }

.modal.sty2 .row-block { margin:0 0 2rem; }
.modal.sty2 .row-block .label { display:block; margin:0 0 1rem; background:#f8f8f8; padding:1rem; }
.modal.sty2 .row-block .tit { font-size:1.4rem !important; font-weight:500 !important; color:#333 !important;  }

.modal.sty2 .hidden { border:1px solid #999; background:#f1f1f1; padding:1rem; }

.modal.sty2 .tabContent { margin:3rem 0 0; }
.modal.sty2 .tabContent p { font-size:1.5rem; text-align:left; }
.modal.sty2 .tabContent .tabs { flex:1; display:flex; flex-wrap:wrap; gap:0.5rem; margin:1rem 0 0; }
.modal.sty2 .tabContent .tabs li { width:14rem; height:4rem; cursor:pointer; display:flex; align-items: center; justify-content: center; font-size:1.5rem; color:#555; border:1px solid #ddd; border-radius:0.3rem; }
.modal.sty2 .tabContent .tabs li.active { border:1px solid #333; color:#222;  }
.modal.sty2 .tabContent .tabs-con { display:none; margin:1rem 0 0; }
.modal.sty2 .tabContent .tabs-con.active { display:block; }
.modal.sty2 .tabContent .tabs-con .nodata { background:#f1f1f1; text-align:center; padding:5rem 0; }
.modal.sty2 .tabContent .con_hd { margin-bottom:1rem !important; }

.modal.sty2 .control-btn { display:flex; align-items: center; justify-content: center; gap:0.5rem; margin:2rem 0; }
.modal.sty2 .btn_arrow_up { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_up.svg") 50% 50% no-repeat; background-size:1.2rem; }
.modal.sty2 .btn_arrow_down { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_down.svg") 50% 50% no-repeat; background-size:1.2rem; }
.modal.sty2 .tblfrm { margin:0; padding:0; border:0; }

.modal.sty2 .dataView { height:100%; background:#f8f8f8; border-radius: 0.3rem; padding:2rem; }
.modal.sty2 .dataView .overflow-x { height:100%; }
.modal.sty2 .dataSwiper { margin:1rem 0 0; }
.modal.sty2 .dataSwiper .swiper-slide { padding:0 6rem; height:15rem; overflow:hidden; overflow-y:auto; }
.modal.sty2 .dataSwiper .swiper-slide table td { background:#fff; }
.modal.sty2 .dataSwiper .swiper-slide::-webkit-scrollbar { width: 0.5rem;  }
.modal.sty2 .dataSwiper .swiper-slide::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.modal.sty2 .dataSwiper .swiper-slide::-webkit-scrollbar-track { background:#ddd  }
.modal.sty2 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity:0.2 !important; }

.modal.sty2 .swiper-button-prev { left:2rem; }
.modal.sty2 .swiper-button-next { right:2rem; }
.modal.sty2 .swiper-button-prev { width:3rem; height:3rem; background:url("../../assets/images/btn_date_prev.svg") 50% 50% no-repeat; background-size:1rem; }
.modal.sty2 .swiper-button-next { width:3rem; height:3rem; background:url("../../assets/images/btn_date_next.svg") 50% 50% no-repeat; background-size:1rem; }

.modal.sty2 .swiper-button-prev:after,
.modal.sty2 .swiper-button-next:after {
    display:none;
}

.modal.sty2 .signWrap { margin:1rem 0 0; display:flex; justify-content: center; }
.modal.sty2 .signWrap h3 { letter-spacing:1rem;  padding-right:7.5rem; line-height:7.5rem; background:url("../../assets/images/img_school_sign.png") 100% 50% no-repeat; background-size:contain; font-size:3rem !important; }

.modal.sty2 .btn_pop_down { padding:0 1.5rem; font-size:1.5rem; font-weight:500; color:#333; text-align:left; width:3rem; height:3rem; border:1px solid #B5B5B5; border-radius:0.3rem; background:url("../../assets/images/ico_csv_download.svg") center center no-repeat; background-size:1.5rem; }

.modal.sty2 .btn_pop_print { padding:0 1.5rem; font-size:1.5rem; font-weight:500; color:#333; text-align:left; width:3rem; height:3rem; border:1px solid #B5B5B5; border-radius:0.3rem; background:url("../../assets/images/ico_csv_print.svg") center center no-repeat; background-size:2.1rem; }

.modal.sty2 .tbl_list_type { margin:1rem 0 0; position:relative; top:1px; white-space: nowrap !important; }
.modal.sty2 .tbl_list_type.fixed { table-layout:fixed !important; }
.modal.sty2 .tbl_list_type.auto { table-layout:auto !important; }
.modal.sty2 .tbl_list_type thead tr th { border-left:0 !important; border-right:0 !important; }
.modal.sty2 .tbl_list_type thead tr:first-child th { font-size:1.5rem; font-weight:500; color:#333; padding:1rem 0 1.5rem !important;  }
.modal.sty2 .tbl_list_type thead tr:last-child th { font-size:1.5rem; font-weight:500; color:#333; border-top:1px solid #000; border-bottom:1px solid #dcdcdc; padding:1rem !important; background:#fff !important; }
.modal.sty2 .tbl_list_type thead .frm_select { width:auto !important; height:auto !important; font-size:1.4rem; font-weight:400; color:#666; padding-right:2rem; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url("../../assets/images/ico_sort.svg") 100% 50% no-repeat; border:0; }
.modal.sty2 .tbl_list_type thead .frm_select:focus { border:0 !important; }

.modal.sty2 .tbl_list_type th { background:#fff; border-left:0; border-right:0; }
.modal.sty2 .tbl_list_type td { border:0; padding:1rem !important; height:4rem !important; font-size:1.4rem !important; font-weight:400 !important; color:#666 !important; text-align:center !important; }
.modal.sty2 .tbl_list_type .text-left { text-align:left !important; }

.modal.sty2 .tbl_list_type .new-bg { background:#b0cfa5; }

.modal.sty2 .tbl_list_type tbody {  }
.modal.sty2 .tbl_list_type tr:hover td  { background:#f9f9f9; color:#000; }
.modal.sty2 .tbl_list_type .no-data { padding:3rem 0; text-align:center; color:#777; }

.modal.sty2 .tbl_list_type.border-top { border-top:1px solid #333; }
.modal.sty2 .tbl_list_type.border-bottom { border-bottom:1px solid #DCDCDC; }
.modal.sty2 .tbl_list_type.border-bottom td { border-bottom:1px solid #DCDCDC; }

.modal.sty2 .tbl_list_type.line { margin:2rem 0 0; }
.modal.sty2 .tbl_list_type.line th { font-size:1.4rem !important; font-weight:500 !important; color:#333 !important; height:4rem !important; border:1px solid #DCDCDC !important; border-top:1px solid #d7d7d7 !important; background:#f8f8f8 !important; border-bottom:0 !important; }
.modal.sty2 .tbl_list_type.line td { height:4.4rem !important; font-size:1.4rem !important; font-weight:400 !important; color:#666 !important; text-align:center !important; border:1px solid #DCDCDC !important; }
.modal.sty2 .tbl_list_type.line tbody { border-top:0 solid transparent; }
.modal.sty2 .tbl_list_type.line tr:hover td  { background:#fff; }
.modal.sty2 .tbl_list_type.line .bg { background:#eaece4; }
.modal.sty2 .tbl_list_type.line tr:hover .bg { background:#f9f9f9; }

.modal.sty2 .tbl_list_type.td-line td { border-bottom:1px solid #ddd !important; }

.modal.sty2 .tbl_list_type.no-hover tr:hover td { background:#fff; }
.modal.sty2 .tbl_list_type.no-hover tr.new-bg:hover td { background:#F0F9F9; }
.modal.sty2 .tbl_list_type.no-hover .new-bg { background:#F0F9F9 !important; }
.modal.sty2 .tbl_list_type.no-hover th,
.modal.sty2 .tbl_list_type.no-hover td { padding:0.5rem 1rem !important; height:3.5rem !important; }

.modal.sty2 .tbl_list_type.bg-white th { background:#f8f8f8 !important; }
.modal.sty2 .tbl_list_type.bg-white td { background:#fff !important; }

.modal.sty2 .tbl_list_type.sm th,
.modal.sty2 .tbl_list_type.sm td { font-size:1.2rem !important; height:auto !important; padding:0.5rem !important; }

.modal.sty2 .con_hd .btnWrap { margin-top:0 !important; }

.sticky { position:sticky; top:0; left:0; z-index:99; border-collapse: separate !important; border-spacing: 0 !important; }
.sticky::before { content:""; position:absolute; top:0; left:0; width:100%; border-top:1px solid #000;  z-index:2; }
.sticky::after { content:""; position:absolute; bottom:0; left:0; width:100%; border-bottom:1px solid #dcdcdc;  z-index:2; }

.modal.sty2 .data-row .data-col { position:relative; display:flex; align-items: center; flex-wrap:wrap; gap:1.5rem; }
.modal.sty2 .data-row .data-col .frm_input { height:5rem; padding:0 1.3rem; font-size:2rem; font-weight:500; color:#666; }
.modal.sty2 .data-row .data-col .frm_input::placeholder {color:#666; font-size:2rem !important;}
.modal.sty2 .data-row .data-col .frm_input::-webkit-input-placeholder {color:#666; font-size:2rem !important;}
.modal.sty2 .data-row .data-col .frm_input:-ms-input-placeholder {color:#666; font-size:2rem !important;}

.modal.sty2 .data-row .data-col .frm_datetime { flex:1; height:4rem; padding:0 1.3rem; font-size:1.6rem; font-weight:400; color:#666; border:0; border-bottom:1px solid #ccc; border-radius:0 !important; background-image: none;}
.modal.sty2 .data-row .data-col .frm_datetime:focus { border:0 !important; border-bottom:1px solid #333 !important; }
.modal.sty2 .data-row .data-col .frm_datetime::placeholder {color:#666; font-size:1.6rem !important;}
.modal.sty2 .data-row .data-col .frm_datetime::-webkit-input-placeholder {color:#666; font-size:1.6rem !important;}
.modal.sty2 .data-row .data-col .frm_datetime:-ms-input-placeholder {color:#666; font-size:1.6rem !important;}

.modal.sty2 .data-row .data-col .ico-carendar { position:absolute; top:0.7rem; left:0; display:block; width:2rem; height:2rem; background:url("../../assets/images/ico_mpdal_simple_time.svg") 50% 50% no-repeat; background-size:contain; }
.modal.sty2 .data-row .data-col .ico-time { position:absolute; top:-0.1rem; left:0; display:block; width:2rem; height:2rem; background:url("../../assets/images/ico_mpdal_simple_time2.svg") 50% 50% no-repeat; background-size:contain; }

.modal.sty2 .data-row .data-col .d-flex { justify-content: flex-start !important; gap:2.5rem; }
.modal.sty2 .data-row .data-col .radioBox label { font-size:1.6rem !important; font-weight:500 !important; color:#333 !important; }
.modal.sty2 .data-row .data-col .radioBox label span { margin-right:0.8rem; }
.modal.sty2 .data-row .btnWrap { margin:7.5rem 0 0 !important; }
.modal.sty2 .data-row .btnWrap.mt-0 { margin-top:3.5rem !important; }

.modal-alram { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:9999999; }
.modal-alram .modal-wrap { width:100%; height:100%; display:flex; align-items: center; justify-content: center; padding:1rem; }
.modal-alram .modal_box { width:49rem; padding:5rem 5rem 4rem;  box-shadow: 0.8rem 0.9rem 2.7rem rgba(0,0,0, .08); background:#fff; border-radius:2rem; }
.modal-alram .modal_box .logo { margin:0 0 3.8rem; }
.modal-alram .modal_box .logo img { width:10rem; }
.modal-alram .modal_box .conTxt p:not(:last-child) { margin-bottom:2rem;  }
.modal-alram .modal_box .conTxt p { font-size:1.8rem; font-weight:400; color:#474443; line-height:3rem; }
.modal-alram .modal_box .conTxt p:nth-child(1) strong { font-size:2.2rem; font-weight:500; color:#222; }
.modal-alram .modal_box .conTxt p:nth-child(2) strong { font-size:2.2rem; font-weight:600; color:#222; }
.modal-alram .modal_box .btn-wrap { margin:4.5rem 0 0; display:flex; align-items: center; justify-content: center; }
.modal-alram .modal_box .btn-wrap .btn-close { width:18rem; height:4.6rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; background:#00907F; font-size:1.7rem; font-weight:700; color:#fff; }

.modal.sty2 .control-search fieldset { margin:0 0 1rem; }
.modal.sty2 .settingWrap { display:flex;  gap:2rem; margin:2rem 0 0; }
.modal.sty2 .settingWrap .col { margin:0; overflow:hidden; }
.modal.sty2 .settingWrap .col:first-child { flex:1; min-width:40rem; }
.modal.sty2 .settingWrap .col:last-child { flex:1 auto;  }
.modal.sty2 .settingWrap .tbl_list_type { white-space: wrap !important; }

.modal.sty2 .itemadmWrap { display:flex; gap:1rem; margin:2rem 0 0; }
.modal.sty2 .itemadmWrap .col:nth-child(1) { flex: 25 0 0; margin:0; }
.modal.sty2 .itemadmWrap .col:nth-child(2) { flex: 35 0 0; margin:0; }
.modal.sty2 .itemadmWrap .col:nth-child(3) { flex: 40 0 0; margin:0; }
.modal.sty2 .itemadmWrap .d-flex { gap:0.5rem !important; }
.modal.sty2 .itemadmWrap .tbl_list_type td { padding:0.5rem !important;  }
.modal.sty2 .itemadmWrap .btnWrap { justify-content: flex-end !important;}

/* 가정통신문 */
.familyComm-style { width:auto !important; height:112.3rem !important; padding-left:0 !important; padding-right:0 !important; }
.familyComm-wrap { width:79rem; height:100%; display:flex; flex-direction: column; }
.familyComm-wrap .cont { display:flex; justify-content: flex-end; gap:0.7rem; margin:0 0 1rem; }
.modal.sty2 .cont { margin:-0.5rem 6rem 1rem 0; }
.familyComm-wrap .cont .btn_download { width:4rem; height:3.4rem; background:url("../../assets/images/ico_download.svg") 50% 50% no-repeat; }
.familyComm-wrap .cont .btn_print { width:4rem; height:3.4rem; background:url("../../assets/images/ico_print.svg") 50% 50% no-repeat; }
.familyComm { width:100%; height:100%; padding:0 8.5rem; overflow:hidden; overflow-y:auto; border-top:1px solid #ddd; }
.familyComm::-webkit-scrollbar { width:0.2rem; }
.familyComm::-webkit-scrollbar-thumb { background:#ddd; border-radius: 0.2rem; }
.familyComm::-webkit-scrollbar-track { background:#f1f1f1;  }
.familyComm p { letter-spacing:0 !important; font-size:initial !important; line-height:normal !important; font-weight:normal !important; word-break:break-all !important; }
.familyComm .fa-hd { margin:1.6rem 0 0; display:flex; align-items: center; justify-content: center; border-bottom:1rem solid #999; padding:0 0 4.5rem; position:relative; }
.familyComm .fa-hd .logo { position:absolute; top:0; left:0; width:6.5rem; height:7.8rem; background:url("../../assets/images/ico_modal_logo.svg") 50% 50% no-repeat; background-size:contain; }
.familyComm .fa-hd h1 {  font-size:3.5rem; font-weight:500; margin:0.5rem auto 0; text-align:center; letter-spacing:0.5rem; }
.familyComm .fa-hd .datetime { position:absolute; top:0; right:0; }
.familyComm .fa-hd .datetime p { font-size:1.5rem !important; font-weight:500 !important; line-height:1.5 !important; text-align:right !important; }
.familyComm .body { padding-right:0.3rem; }
.familyComm .body .box_line { padding:0 0 3rem;
    border-bottom: 1px solid transparent;
    border-image: repeating-linear-gradient(
            to right,
            #222 0,
            #222 5px,  /* 점선 길이 */
            transparent 5px,
            transparent 10px  /* 점선 간격 */
    ) 1; }
.familyComm .body .box_line:last-child { border:0; padding:0 0 8rem; }
.familyComm .body p { font-size:1.5rem !important; font-weight:400 !important; color:#222 !important; line-height:2 !important;  }
.familyComm .body p span { font-weight:600; }
.familyComm .body p .block-txt { display:block; margin:3rem 0 0; line-height:2.2 !important; }
.familyComm .body .addr { margin:0.3rem 0 0 !important; font-size:1.3rem !important; font-weight:400 !important; color:#555 !important; text-align:center !important; line-height:100% !important; letter-spacing: -0.2px !important; }
.familyComm .body .addr span { margin:0 1rem;  }
.familyComm .body .addr span:last-child { margin-right:0; }
.familyComm .body .subject { margin:4rem 0 3rem; font-size:2.1rem !important; font-weight:700 !important; color:#222 !important; text-align:center !important; line-height:1.5 !important; }
.familyComm .sc-writer { }
.familyComm .sc-writer p { display:flex; justify-content: flex-end; font-weight:600 !important; gap:1rem; margin:0 0 0.5rem; }
.familyComm .space { width:3rem; }
.familyComm .space2  {width:11rem; }
.familyComm .space3  {width:5rem; }
.familyComm .chk-box ul { margin:0.5rem 0 0; display:flex; }
.familyComm .chk-box ul li { flex:1; height:5.5rem; padding:0 1.5rem; display:flex; align-items: center; border:1px solid #000; font-size:1.3rem; }
.familyComm .chk-box ul li:first-child { border-right:0; }
.familyComm .body .companyName { margin:5rem 0 0 !important; font-size:3.2rem !important; font-weight:700 !important; text-align:center !important; letter-spacing:1.5rem !important; }

@media all and (max-width: 1279px) {
    .modal.sty2 .tabContent { margin:0; }
    .modal.sty2 .tabContent p { font-size:1.3rem; }
    .modal.sty2 .tabContent .tabs { flex:1; display:flex; flex-wrap:wrap; gap:0.5rem; margin:1rem 0 0.5rem; }
    .modal.sty2 .tabContent .tabs li { width:auto; flex:1 1 calc(50% - 0.25rem); height:4rem; cursor:pointer; display:flex; align-items: center; justify-content: center; font-size:1.3rem; color:#555; border:1px solid #ddd; border-radius:0.3rem; }
    .modal.sty2 .tabContent .tabs li.active { border:1px solid #333; color:#222;  }
    .modal.sty2 .tabContent .tabs-con { display:none; margin:1rem 0 0; }
    .modal.sty2 .tabContent .tabs-con.active { display:block; }
    .modal.sty2 .tabContent .tabs-con .nodata { background:#f1f1f1; text-align:center; padding:5rem 0; }

    .modal.sty2 .settingWrap { display:block;  gap:2rem; margin:0; }
    .modal.sty2 .settingWrap .col { margin:0; overflow:hidden; }
    .modal.sty2 .settingWrap .col:first-child { min-width:100%; }
    .modal.sty2 .settingWrap .col:last-child { flex:1; width:100%; }
    .modal.sty2 .settingWrap .tbl_list_type { white-space: nowrap !important; }
    .modal.sty2 .settingWrap .tbl_list_type col { width:auto !important; }
    .modal.sty2 .settingWrap .dataLabel { padding:2rem 0 0 !important; }

    .modal.sty2 .tbl-tit2 { font-size:1.8rem !important; margin:0 0 1rem !important; }
}

@media all and (max-width: 1279px) {
    .modal.sty2 .itemadmWrap { display:block; gap:1rem; margin:2rem 0 0; }
    .modal.sty2 .itemadmWrap .col { flex:1 1 30%; margin:0; width:100% !important; }
    .modal.sty2 .itemadmWrap .col:last-child { flex:1 1 40%; width:100% !important; }
    .modal.sty2 .itemadmWrap .d-flex { gap:0.5rem !important; flex-wrap:nowrap; }
    .modal.sty2 .itemadmWrap .tbl_list_type td { padding:0.5rem !important;  }
}

@media all and (max-width: 1023px) {

    /*** 모달 ***/
    .modal { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:9999999; }
    .modal .modal_wrap { width:100%; height:100%; display:flex; align-items: center; justify-content: center; padding:1rem; }
    .modal .modal_wrap .modal_container { position:relative; width:42rem; background:#fff; box-shadow:1rem 1.5rem 1rem 0 rgba(0,0,0,.07); border-radius:1rem; padding:3rem 1rem; }
    .modal .modal_wrap .modal_container h2 { line-height:150%; font-size:1.8rem; font-weight:600; color:#333; margin:0 0 1.5rem; text-align:center; }
    .modal .modal_wrap .modal_container p { letter-spacing:-0.05rem; text-align:center; font-size:1.5rem; font-weight:400; line-height:150%; color:#333; }
    .modal .modal_wrap .modal_container p strong { display:block; font-size:1.6rem; font-weight:700; color:#333; margin:0 0 1.5rem; text-align:center; }
    .modal .modal_wrap .modal_container .dataResult { display:block; text-align:center; margin:1.5rem 0 0; font-size:2rem; font-weight:500; color:#333; }
    .modal .modal_wrap .modal_container .msg { display:flex; justify-content: center; margin:0; font-size:1.4rem; font-weight:400; line-height:2.2rem; color:#666; }
    .modal .modal_wrap .modal_container .msg i { margin:0.3rem 0.5rem 0 0; width:1.6rem; height:1.6rem; background:url("../../assets/images/ico_important.svg") 50% 50% no-repeat; }
    .modal .modal_wrap .modal_container .msg_big { display:flex; justify-content: center; margin:0; font-size:1.5rem; font-weight:400; line-height:1.5; color:#333; }
    .modal .modal_wrap .modal_container .msg_big i { margin:0.3rem 0.7rem 0 0; width:1.6rem; height:1.6rem; background:url("../../assets/images/ico_important.svg") 50% 50% no-repeat; }
    .modal .modal_wrap .modal_container .btn_email_auth { margin:2rem 0 0; width:100%; height:4.5rem; border-radius:0.3rem; background:#00907F; font-size:1.5rem; color:#fff; }
    .modal .modal_wrap .modal_container .btnWrap { /*position:fixed; left:0; bottom:2rem; width:100%;*/ margin:2rem 0 0; text-align:center; display:flex; align-items: center; justify-content: center; gap:0.6rem; /*padding:1rem 2rem 0;*/ }
    .modal .modal_wrap .modal_container .btnWrap .btn_confirm { flex:1; width:100%; height:3.5rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; font-size:1.5rem; font-weight:700; color:#fff; background:#00907F; }
    .modal .modal_wrap .modal_container .btnWrap .btn_cancel { flex:1; width:100%; height:3.5rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; font-size:1.5rem; font-weight:700; color:#333; border:1px solid #D6D6D6; }
    .modal .modal_wrap .col { margin:2rem 0 0; }
    .modal .modal_wrap .col .d-flex { display:flex; }
    .modal .modal_wrap .col .d-flex.gap { gap:1rem; }
    .modal .modal_wrap .col .frm_input { flex:1; width:100%; height:4rem;  font-size:1.6rem; font-weight:400; color:#666; border-bottom:1px solid #ccc; }
    .modal .modal_wrap .col .frm_input:focus { border:0 !important; border-bottom:1px solid #333 !important; }
    .modal .modal_wrap .col .btn_frm_solid { height:4rem; padding:0 2.2rem; font-size:1.6rem; font-weight:400; color:#fff; background:#666; border-radius: 0.3rem;}
    .modal .modal_wrap .col .relative { flex:1; position:relative; }
    .modal .modal_wrap .col .auth-number { position:absolute; top:1rem; right:1rem; font-size:1.4rem; color:#777; }
    .modal .modal_wrap .modal_container .btnWrap.col2 { gap:1rem; }
    .modal .modal_wrap .modal_container .btnWrap.col2 .btn_cancel { font-weight:500; }
    .modal .frm_textarea { width:100%; flex:1; border:1px solid #DFDFDF; border-radius:0.3rem; padding:1.2rem; font-size:1.3rem; font-weight:400; color:#333; }

    .modal.sty2 { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:9999999; }
    .modal.sty2 .modal_wrap { width:100%; height:100%; display:flex; align-items: center; justify-content: center; padding:1rem; }
    .modal.sty2 .modal_wrap .modal_container { position:relative; background:#fff; box-shadow:1rem 1.5rem 1rem 0 rgba(0,0,0,.07); border-radius:1rem; padding:2rem 1rem; display:flex; flex-direction:column; max-height:100%; }

    .modal.sty2 .w-350 { width:100% !important; padding-top:2.5rem !important; }
    .modal.sty2 .w-420 { width:100% !important; padding-top:2.5rem !important; }
    .modal.sty2 .w-500 { width:100% !important; padding-top:2.5rem !important; }
    .modal.sty2 .w-540 { width:100% !important; padding-top:2.5rem !important; }
    .modal.sty2 .w-600 { width:100% !important; padding-top:2.5rem !important; }
    .modal.sty2 .w-640 { width:100% !important; padding-top:2.5rem !important; }
    .modal.sty2 .w-680 { width:100% !important; padding-top:2.5rem !important; }
    .modal.sty2 .w-750 { width:100% !important; padding-top:2.5rem !important; }
    .modal.sty2 .w-850 { width:100% !important; padding-top:2.5rem !important; }
    .modal.sty2 .w-960 { width:100% !important; padding-top:2.5rem !important; }
    .modal.sty2 .w-1024 { width:100% !important; padding-top:2.5rem !important; }
    .modal.sty2 .w-1280 { width:100% !important; padding-top:2.5rem !important; }

    .modal.sty2 .modal_wrap h2 { font-size:3rem; font-weight:500; color:#333; margin:0 0 3rem; }
    .modal.sty2 .modal_wrap h3 { font-size:2rem; font-weight:500; color:#333; margin:4rem 0 2rem; text-align:center; }
    .modal.sty2 .modal_wrap .modal_header { padding-right:0; padding-bottom:2rem; padding-top:1rem; }
    .modal.sty2 .modal_wrap .modal_header h3 { felx:1; font-size:1.6rem; font-weight:500; color:#333; margin:0; text-align:left; }
    .modal.sty2 .modal_wrap .btn_close { width:1.7rem; height:1.7rem; position:absolute; top:2.5rem; right:2rem; background:url("../../assets/images/ico_modal_close.svg") 50% 50% no-repeat; background-size:contain; }
    .modal.sty2 .modal_wrap .pageLink { text-align:center; }
    .modal.sty2 .modal_wrap .pageLink a { font-size:1.6rem; text-decoration:underline; color:#666; font-weight:400;  }

    .modal.sty2 .modal_wrap .count { margin-bottom:1rem !important; }
    .modal.sty2 .modal_wrap .mt30 { margin-top:2rem !important; }
    .modal.sty2 .modal_wrap .mb60 { margin-bottom:3rem !important; }
    .modal.sty2 .modal_wrap .ptitle { font-size:1.6rem; font-weight:500; color:#333; margin:0; }
    .modal.sty2 .modal_wrap .center { text-align:center; }
    .modal.sty2 .modal_wrap .frm_input { flex:1; width:100%; height:5rem;  font-size:1.6rem; font-weight:400; color:#666; border-bottom:1px solid #ccc; }
    .modal.sty2 .modal_wrap .frm_input.w-auto { flex:none; width:5rem; text-align:center; }
    .modal.sty2 .modal_wrap .frm_input:focus { border:0 !important; border-bottom:1px solid #333 !important; }

    .modal.sty2 .modal_wrap .frm_input::placeholder { font-size:1.3rem !important; font-weight:400; }
    .modal.sty2 .modal_wrap .frm_input::-webkit-input-placeholder { font-size:1.3rem !important; font-weight:400; }
    .modal.sty2 .modal_wrap .frm_input:-ms-input-placeholder { font-size:1.3rem !important; font-weight:400;  }

    .modal.sty2 .modal_wrap .control-search { margin-top:0; }
    .modal.sty2 .modal_wrap .frm_input_box { flex:1; width:100%; min-width:8rem; height:3.4rem; font-size:1.5rem; font-weight:400; color:#666; border:1px solid #ccc; padding:1rem; }
    .modal.sty2 .modal_wrap .frm_input_box:focus { border:0 !important; border:1px solid #333 !important; }
    .modal.sty2 .modal_wrap .frm_input_box.text-center { text-align:center; }
    .modal.sty2 .modal_wrap .frm_input_box.w-130 { flex:none; width:13rem !important; }

    .modal.sty2 .modal_wrap .infoTxt {  margin:1.2rem 0 0; font-size:1.2rem !important; font-weight:400; color:#666; }
    .modal.sty2 .modal_wrap .msg-ico { margin:4rem 0 0; display:flex; font-size:1.4rem; font-weight:400; color:#666; line-height:2rem; }
    .modal.sty2 .modal_wrap .msg-ico::before { content:"※"; margin-right:0.5rem; }
    .modal.sty2 .modal_wrap .inputWrap { margin:1rem 0 0; text-align:center; display: flex; justify-content: space-between; }
    .modal.sty2 .modal_wrap .inputWrap .code-input { text-align:center; font-size:3.5rem; text-align:center; font-weight:900; caret-color: transparent; /* background:url("../../assets/images/ico_masking_number.svg") 50% 50% no-repeat;*/ color:#666; border:1px solid #d9d9d9; width:4.5rem; height:4.5rem;  }
    .modal.sty2 .modal_wrap .inputWrap .code-input:focus { border:1px solid #00907f !important; }

    .modal.sty2 .msgTxt { margin:4rem 0 0 !important; text-align:center !important; font-size:1.8rem; font-weight:400; color:#333; }
    .modal.sty2 .msgTxt span { font-size:1.5rem; font-weight:400; color:#333; }
    .modal.sty2 .d-flex { display:flex; align-items: center; justify-content: center; flex-wrap:wrap; gap:1rem; }
    .modal.sty2 .d-flex.col-2 { gap:1rem; }
    .modal.sty2 .d-flex.col-2 > * { flex:1;  }
    .modal.sty2 .d-flex.col-3 { flex-wrap:wrap; justify-content: flex-start; gap:1.5rem 1rem; margin:0 0 4rem; }
    .modal.sty2 .d-flex.col-3 > .chkBox { width:calc(100% / 3 - 1rem); justify-content: flex-start; }
    .modal.sty2 .d-flex .frm_input_num { margin:0 1.5rem; flex:1; width:100%; padding:0 1.5rem; height:3.4rem; border-radius:0.3rem; text-align:center; border:1px solid #D6D6D6; }
    .modal.sty2 .d-flex .frm_input_num:focus { border:1px solid #333 !important; }
    .modal.sty2 .d-flex .label { font-size:1.6rem; font-weight:400; color:#333; }

    .modal.sty2 .d-flex-table { display:block; gap:1rem; }
    .modal.sty2 .d-flex-table > div { flex:1; }
    .modal.sty2 .d-flex-table > div p { text-align:left !important; }

    .modal.sty2 .gap-20 { gap:2rem; }
    .modal.sty2 .gap-0 { gap:0; }
    .modal.sty2 .count { margin:0 0 0.5rem !important; font-size:1.5rem !important; text-align:left !important; }
    .modal.sty2 .text-right { text-align:right !important; }
    .modal.sty2 .text-center { text-align:center !important; }
    .modal.sty2 .text-left { text-align:left !important; }

    .modal.sty2 .mt-0 { margin-top:0 !important; }
    .modal.sty2 .mt-10 { margin-top:1rem !important; }
    .modal.sty2 .mt-20 { margin-top:2rem !important; }
    .modal.sty2 .mt-30 { margin-top:3rem !important; }
    .modal.sty2 .mt-3 { margin-top:3rem !important; }

    .modal.sty2 .btn_tbl_gray { padding:0 1rem; height:3.4rem; border-radius:0.3rem; background:#666; font-size:1.4rem; font-weight:400; color:#fff; }
    .modal.sty2 .btn_tbl_solid { padding:0 1rem; height:3.4rem; border-radius:0.3rem; background:#fff; border:1px solid #ddd; font-size:1.4rem; font-weight:400; color:#333; }
    .modal.sty2 .btn_tbl_solid.sm { margin:0.5rem 0 0; padding:0 1.5rem; height:3rem; border-radius:0.3rem; background:#fff; border:1px solid #ddd; font-size:1.4rem; font-weight:400; color:#333; }

    .modal.sty2 .radioBox { display:flex; align-items: center; justify-content: center;}
    .modal.sty2 .radioBox input { display: none; }
    .modal.sty2 .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.4rem; font-weight:400; color:#333; }
    .modal.sty2 .radioBox label span { width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
    .modal.sty2 .radioBox input:checked + label span {  width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }

    .modal.sty2 .radioBox.txt { display:flex; align-items: center; justify-content: center; margin-right:1rem; }
    .modal.sty2 .radioBox.txt:last-child { margin-right:0; }
    .modal.sty2 .radioBox.txt input { display: none; }
    .modal.sty2 .radioBox.txt label { cursor:pointer; display:flex; align-items:center; font-size:1.3rem; font-weight:500; color:#333; }
    .modal.sty2 .radioBox.txt label span { margin-right:1rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
    .modal.sty2 .radioBox.txt input:checked + label span {  width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }

    .modal.sty2 .basicTxt { }
    .modal.sty2 .con_tblWrap { }
    .modal.sty2 .con_tblWrap.no-overflow { }
    .csv_upload {  margin:0; }
    .csv_upload .col { margin:0 0 3rem; }
    .csv_upload .col h4 { font-size:1.5rem; font-weight:500; color:#333; margin:0 0 1rem; }
    .csv_upload .filebox { display:block; align-items: center; gap:1rem; }
    .csv_upload .filebox label {
        display:flex;
        align-items: center;
        justify-content: center;
        height:4rem;
        border-radius:0.3rem;
        background:#666;
        font-size:1.4rem;
        font-weight:500;
        color:#fff;
        padding:0 2rem;
        margin:1rem 0 0;
    }
    .csv_upload .filebox .upload-name {
        width:100%;
        height:4rem;
        border:1px solid #B5B5B5;
        border-radius:0.3rem;
        padding:0 2rem;
        font-size:1.4rem;
        color:#999;
        font-weight:400;
    }
    .csv_upload .filebox input[type="file"] {
        position: absolute;
        width: 0;
        height: 0;
        padding: 0;
        overflow: hidden;
        border: 0;
    }
    .modal.sty2 .btn_csv_download { padding:0 1.5rem; font-size:1.4rem; font-weight:500; color:#333; text-align:left; width:21.5rem; height:4rem; border:1px solid #333; border-radius:0.3rem; background:url("../../assets/images/ico_csv_download.svg") right 2rem center no-repeat; }

    .csv_upload .filebox .btn_tbl_con_normal.big { margin:1rem 0 0; width:100%; }

    .modal.sty2 .txtList li { word-break: keep-all; position:relative; font-size:1.2rem; font-weight:400; color:#333; line-height:1.5; padding-left:0.8rem; }
    .modal.sty2 .txtList li::before { content: ""; position:absolute; top:1rem; left:0; width:0.3rem; height:0.3rem; border-radius:100%; background:#444; }
    .modal.sty2 .txtList.col-red { margin-left:0.4rem; }
    .modal.sty2 .txtList.col-red li { position:relative; font-size:1.2rem; font-weight:400; color:#FF3636; line-height:1.5; padding-left:0.8rem; }
    .modal.sty2 .txtList.col-red li::before { content: ""; position:absolute; top:1rem; left:0; width:0.3rem; height:0.3rem; border-radius:100%; background:#FF3636; }

    .modal.sty2 .modal_wrap .btnWrap { margin:2rem 0 0; text-align:center; display:flex; align-items: center; justify-content: center; gap:0.5rem; }
    .modal.sty2 .modal_wrap .btnWrap.w-180 button { flex:1 !important; width:auto !important; }
    .modal.sty2 .modal_wrap .btnWrap .btn_confirm { flex:1; width:18rem; height:4.6rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; font-size:1.5rem; font-weight:700; color:#fff; background:#00907F; }
    .modal.sty2 .modal_wrap .btnWrap .btn_cancel { flex:1; height:4.6rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; font-size:1.5rem; font-weight:500; color:#333; border:1px solid #D6D6D6; }
    .modal.sty2 .modal_wrap .btnWrap .btn_del { flex:1; height:3.5rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; font-size:1.5rem; font-weight:500; color:#333; border:1px solid #D6D6D6; }
    .modal.sty2 .modal_wrap .btnWrap .btn_close_gray { flex:1; height:3.5rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; font-size:1.5rem; font-weight:500; color:#333; border:1px solid #D6D6D6; background:#eee; }

    .modal.sty2 .modal_wrap .boxInfo { position:relative; border:1px solid #EAEAEA; border-radius:0.3rem; background:#FEFEFE; padding:1.5rem; }
    .modal.sty2 .modal_wrap .boxInfo p { font-size:1.2rem; font-weight:500; color:#333; margin:0 0 1.3rem; }
    .modal.sty2 .modal_wrap .boxInfo .radioWrap li { display:flex; align-items: center; justify-content: center; margin:0 0 1rem; }
    .modal.sty2 .modal_wrap .boxInfo .radioWrap li:last-child { margin:0; }
    .modal.sty2 .modal_wrap .boxInfo .radioWrap li .label { font-size:1.6rem; margin-right:3rem; }

    .modal.sty2 .modal_wrap .boxInfo2 { position:relative; border:1px solid #EAEAEA; border-radius:0.3rem; background:#f8f8f8; padding:1rem; }
    .modal.sty2 .modal_wrap .boxInfo2 p { font-size:1.2rem; font-weight:500; color:#333; line-height:1.5; text-align:left; }

    .modal.sty2 .modal_wrap .control-tab { margin-top:2rem; }
    .modal.sty2 .modal_wrap .control-tab .btnWrap { margin-top:0; }

    .modal.sty2 .control-search .cs_row { flex:1; }
    .modal.sty2 .control-search .cs_row .cs_col {  display:flex; align-items: center; flex-wrap:wrap; margin:0 0 1rem; gap:0.5rem; }
    .modal.sty2 .control-search .cs_row .cs_col:last-child { margin:0; }
    .modal.sty2 .frm_select { width:100%; height:3.4rem; padding:1rem;  font-size:1.2rem; font-weight:400; color:#666; border-radius:0.3rem; border:1px solid #DFDFDF; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff url("../../assets/images/ico_board_sch_select.svg") right 0.5rem center no-repeat; }
    .modal.sty2 .frm_select.w-auto { flex:1 !important; margin:0 !important; }

    .modal.sty2 .control-search .frm_input { min-width:0; flex:1 !important; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.4rem; font-weight:400; color:#333; }
    .modal.sty2 .control-search .frm_input:focus { border:1px solid #333 !important;  }
    .modal.sty2 .w-70 { width:7rem !important; flex:none !important; }
    .modal.sty2 .w-80 { width:8rem !important; flex:none !important; }
    .modal.sty2 .w-90 { width:9rem !important; flex:none !important; }
    .modal.sty2 .w-100 { width:10rem !important; flex:none !important; }
    .modal.sty2 .w-110 { width:11rem !important; flex:none !important; }
    .modal.sty2 .w-120 { width:12rem !important; flex:none !important; }
    .modal.sty2 .w-160 { width:100% !important; flex:1 !important; }
    .modal.sty2 .w-230 { width:23rem !important; flex:none !important; }

    .modal.sty2 .chkBox { display:flex; justify-content: center; }
    .modal.sty2 .chkBox input { display: none; }
    .modal.sty2 .chkBox label { cursor:pointer; display:flex; align-items: center; font-size:1.4rem; font-weight:500; color:#333; gap:1rem;  }
    .modal.sty2 .chkBox label span { min-width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_v2_off.svg") 50% 50% no-repeat; background-size:contain; }
    .modal.sty2 .chkBox input:checked + label span {  width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }
    .modal.sty2 .chkBox.txt { margin-right:1rem; }

    .modal.sty2 .cert { margin:10.5rem 0; text-align:center; }
    .modal.sty2 .cert i { display:block; margin:0 auto; width:5.4rem; height:9.7rem; background:url("../../assets/images/ico_hp_big.svg") 50% 50% no-repeat; background-size:contain; }
    .modal.sty2 .cert h1 { margin:4rem 0 0; font-size:2.4rem; font-weight:700; text-align:center; color:#333; line-height:3.2rem; }
    .modal.sty2 .cert p { margin:1.5rem 0 0; font-size:1.7rem; font-weight:400; text-align:center; line-height:2.5rem; color:#333;  }
    .modal.sty2 .cert .btn_cert { margin:6rem auto 0; width:20.5rem; height:5rem; border:1px solid #333; border-radius:0.5rem; font-size:1.8rem; font-weight:600; color:#333; }

    .modal.sty2 .txtBody { margin:3rem 0 0; }
    .modal.sty2 .txtBody p { text-align:center; word-break: keep-all; font-size:1.7rem; font-weight:400; line-height:2.5rem;  }
    .modal.sty2 .txtBody .box { height:11rem; overflow-y:auto; margin-top:4rem; padding:1.5rem; border-radius:0.3rem; background:#fbfbfb; border:1px solid #D6D6D6; }
    .modal.sty2 .txtBody .box::-webkit-scrollbar { width: 0.5rem; }
    .modal.sty2 .txtBody .box::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .modal.sty2 .txtBody .box::-webkit-scrollbar-track { background:#ddd  }
    .modal.sty2 .txtBody .box li { font-size:1.4rem; font-weight:400; line-height:2.3rem; color:#666; }
    .modal.sty2 .txtBody .msg { width:100%; height:12rem; padding:1.5rem; border-radius:0.3rem; background:#fbfbfb; border:1px solid #D6D6D6; font-size:1.5rem; }

    .modal.sty2 .w-850.scroll-y { height:100%; }
    .modal.sty2 .scroll-y { height:100%; }
    .modal.sty2 table { white-space: normal !important; table-layout: auto !important; }

    .modal.sty2 .basicTxt table { margin:0 0 1rem; }
    .modal.sty2 .basicTxt table p { text-align:left; margin:0 0 0.5rem; font-size:1.4rem !important; }
    .modal.sty2 .basicTxt table .sm { font-size:1.3rem; }
    .modal.sty2 .basicTxt table ul li { margin:0 0 0.5rem; }
    .modal.sty2 .basicTxt table ul li:last-child { margin:0; }
    .modal.sty2 .basicTxt th { display:block; width:100% !important; word-break: keep-all; text-align:center; font-weight:500;  padding:1rem;  font-size:1.3rem;  color:#333; }
    .modal.sty2 .basicTxt th.th-100 { width:10rem; }
    .modal.sty2 .basicTxt th.th-150 { width:15rem; }
    .modal.sty2 .basicTxt td { display:block; width:100% !important; padding:1rem; font-size:1.2rem; border:1px solid #ddd; border-top:0; line-height:150%; position:relative; }
    .modal.sty2 .basicTxt tr:not(:last-child) td { border-top:0; border-bottom:0; }
    .modal.sty2 .basicTxt tr:last-child td {   }
    .modal.sty2 .basicTxt table .bg { }

    .modal.sty2 .basicTxt p { text-align:center; font-size:1.4rem; }
    .modal.sty2 .basicTxt .txt-big { font-size:1.8rem; }
    .modal.sty2 .basicTxt .text-left { text-align:left !important; }
    .modal.sty2 .basicTxt .text-center { text-align:center !important; }
    .modal.sty2 .basicTxt .text-right { text-align:right !important; }

    .modal.sty2 .basicTxt .row { display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; white-space: normal; }
    .modal.sty2 .basicTxt .row.align-items-start { align-items: flex-start; }
    .modal.sty2 .basicTxt .row:last-child { margin:0; }
    .modal.sty2 .basicTxt .row .contour { margin:0 0.5rem; display:none; }
    .modal.sty2 .basicTxt .row .frm_datetime { flex:none !important; width:100% !important; }
    .modal.sty2 .basicTxt .row .label { flex:none !important; width:100% !important; margin:0 !important; }
    .modal.sty2 .basicTxt .row .ml-10 { margin:0 !important; }
    .modal.sty2 .basicTxt .row .frm_select.w-100 { width:100% !important; }
    .modal.sty2 .basicTxt .row .chkBox { text-align:left; justify-content: flex-start;  }
    .modal.sty2 .basicTxt .row .chkBox label { }
    .modal.sty2 .basicTxt .row .btn_solid { width:100%; }

    .modal.sty2 .basicTxt .control-search .row .btn_solid.active { width:100%; margin:0; }
    .modal.sty2 .basicTxt .frm_select.w-120 { width:100% !important; }

    .modal.sty2 .basicTxt .border-bottom { border-bottom:1px solid #ddd; padding:0 0 1rem; }
    .modal.sty2 .basicTxt .btn_solid_add { line-height:3.2rem; padding:0 1rem; border-radius:0.3rem; border:1px solid #ddd; background:#666; color:#fff; }
    .modal.sty2 .basicTxt .btn_solid_etc { line-height:3.2rem; padding:0 1rem; border-radius:0.3rem; border:1px solid #ddd; background:#fff; }
    .modal.sty2 .basicTxt .exception { margin:1rem 0 0; }
    .modal.sty2 .basicTxt .exception li { margin:0 0 0.5rem; display:flex; align-items: center; border:1px solid #ddd; background:#f8f8f8; padding:0.5rem 1rem; }
    .modal.sty2 .basicTxt .exception li:last-child { margin:0; }
    .modal.sty2 .basicTxt .exception li input { flex:1; width:100%; background:none; padding:0; }
    .modal.sty2 .basicTxt .exception li input:focus { border:0 !important; }
    .modal.sty2 .basicTxt .ml-auto { margin-left:auto; }
    .modal.sty2 .basicTxt .seatList { display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; }
    .modal.sty2 .basicTxt .seatList li { width:3.5rem; margin:0; border:1px solid #ddd; display:flex; align-items: center; justify-content: center; }
    .modal.sty2 .basicTxt .seatList li input { padding:0; font-size:1.4rem; text-align:center; border:0;  }
    .modal.sty2 .basicTxt .seatList li input:focus { border:0 !important; }
    .modal.sty2 .basicTxt .infoBox { padding:1.5rem; font-size:1.6rem; background:#f8f8f8; text-align:center; color:#333; }
    .modal.sty2 .basicTxt .infoBox strong { color:#000; }
    .modal.sty2 .basicTxt .tblhd { display:flex; align-items: center; border:1px solid #ddd; border-bottom:0; background:#f8f8f8; }
    .modal.sty2 .basicTxt .tblhd li { flex:1; text-align:center; padding:0.5rem; margin:0; }

    .modal.sty2 .basicTxt .overflow-y { height:15rem; overflow-y:auto; }
    .modal.sty2 .basicTxt .overflow-y.h-auto { height:auto; }
    .modal.sty2 .basicTxt .overflow-y::-webkit-scrollbar{width:0.5rem; }
    .modal.sty2 .basicTxt .overflow-y::-webkit-scrollbar-thumb{background:#aaa;  border-radius:0.5rem; }
    .modal.sty2 .basicTxt .overflow-y::-webkit-scrollbar-track{background:#ddd; }

    .modal.sty2 .overflow-y-full { height:auto !important; overflow-y:hidden; overflow-x:auto; white-space: nowrap;  }
    .modal.sty2 .overflow-y-full::-webkit-scrollbar{width:0.5rem; height:0.5rem; }
    .modal.sty2 .overflow-y-full::-webkit-scrollbar-thumb{background:#aaa;  border-radius:0.5rem; }
    .modal.sty2 .overflow-y-full::-webkit-scrollbar-track{background:#ddd; }
    .modal.sty2 .overflow-y-full table:not(:first-child) th,
    .modal.sty2 .overflow-y-full table:not(:first-child) td { }
    .modal.sty2 .overflow-y-full > * { white-space: normal;  }

    .modal.sty2 .basicTxt .tbl_data { table-layout: fixed !important; margin:0 !important; }
    .modal.sty2 .basicTxt .tbl_data td { display:table-cell !important; width: auto !important; cursor:pointer; padding:0.5rem; text-align:center; font-size:1.3rem; border:1px solid #ddd !important; }
    .modal.sty2 .basicTxt .tbl_data tr:hover td { background:rgba(0,158,150,.06); }
    .modal.sty2 .basicTxt .tbl_data tr.active td { background:rgba(0,158,150,.06); }

    .modal.sty2 .basicTxt .namList { display:flex; align-items: center; flex-wrap:wrap; border:1px solid #ddd; padding:1rem; gap:0.5rem; }
    .modal.sty2 .basicTxt .namList li { font-size:1.2rem; margin:0; display:flex; align-items: center; width:calc(100% / 2 - 0.4rem); background:#f8f8f8; border:1px solid #ddd; padding:0.5rem;  }
    .modal.sty2 .basicTxt .namList li .btn_del { margin-left:auto; width:1.1rem; height:1.1rem; background:url("../../assets/images/ico_file_del.svg") 0 50% no-repeat;background-size:contain; }
    .modal.sty2 .basicTxt .namList.col-2 li { width:calc((100% - 0.5rem) / 2); }
    .modal.sty2 .basicTxt .namList.col-3 li { width:calc((100% - 1rem) / 3); }
    .modal.sty2 .basicTxt .namList.col-auto li { width:auto; }
    .modal.sty2 .basicTxt .namList.col-full li { width:100%; }


    .modal.sty2 .attendance { max-width:64rem; margin:0 auto; }
    .modal.sty2 .attendance .tit { font-size:2.2rem; margin:2rem 0 1rem; font-weight:500; }
    .modal.sty2 .attendance .datetime { font-size:1.6rem; margin:0 0 2rem; }
    .modal.sty2 .attendance .form { margin:0 0 3rem; display:flex; justify-content: center; gap:1rem; background:#f8f8f8; padding:2rem; }
    .modal.sty2 .attendance .form .frm_input { height:4rem; padding:0 1rem; }
    .modal.sty2 .attendance .form .btn_sch_confirm { height:4rem; padding:0 2rem; font-size:1.5rem; background:#444; color:#fff; }
    .modal.sty2 .attendance .name { font-size:1.5rem; margin-right:3rem;  }
    .modal.sty2 .attendance .row { justify-content: center; }
    .modal.sty2 .attendance table { margin:2rem 0 0; }

    .modal.sty2 .btn_file_del { width:1.3rem; height:1.3rem; background:url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; }
    .modal.sty2 .excel_upload .filebox { display:flex; align-items: center; gap:0.5rem; }
    .modal.sty2 .excel_upload .filebox label {
        display:flex;
        align-items: center;
        justify-content: center;
        height:3.4rem;
        border-radius:0.3rem;
        border:1px solid #D6D6D6;
        font-size:1.4rem;
        font-weight:400;
        color:#666;
        padding:0 1rem;
    }
    .modal.sty2 .excel_upload .filebox span { flex:1; font-size:1.2rem; color:#999; }
    .modal.sty2 .excel_upload .upload-name {
        font-size:1.2rem;
        color:#666;
        font-weight:400;
        background:none !important;
        flex:1;
        padding:0.3rem !important;
        margin-right:1rem;
    }
    .modal.sty2 .excel_upload .upload-name:focus {
        border:0 !important;
    }
    .modal.sty2 .excel_upload input[type="file"] {
        position: absolute;
        width: 0;
        height: 0;
        padding: 0;
        overflow: hidden;
        border: 0;
    }
    .modal.sty2 .excel_upload .filelistbox { margin:0.6rem 0 0; border:1px solid #d6d6d6; border-radius:0.3rem; padding:0.5rem; }
    .modal.sty2 .excel_upload .filelistbox ul li { display:flex; align-items: center; padding:0.5rem; }
    .modal.sty2 .file { margin:2rem 0 0; }
    .modal.sty2 .file a { border:1px solid #ddd; font-size:1.4rem; padding:0.5rem 1rem; }

    .modal.sty2 .btn_hd { width:100% !important; display:flex; align-items: center; justify-content: flex-end; gap:0.5rem; flex-wrap:wrap; }
    .modal.sty2 .btn_hd .btn_tbl_con_normal { padding:0 1.5rem; height:3.5rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#666; }
    .modal.sty2 .btn_hd .btn_tbl_con_normal.active { padding:0 1.5rem; height:3.4rem; border:0; background:#666; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#fff; }
    .modal.sty2 .btn_hd .btn_tbl_con_normal_primary { padding:0 1.5rem; height:3.4rem; border:0; background:#00907F; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#fff; }
    .modal.sty2 .btn_hd .frm_select { width:100% !important; }

    .modal.sty2 .btn_list { border:1px solid #ddd; height:3.5rem; padding:0 1rem; margin:0 0 1rem; }

    .modal.sty2 .basicTxt .inputList { margin:1rem 0 0; }
    .modal.sty2 .basicTxt .inputList li { display:flex; align-items: center; margin:0 0 1rem; gap:1rem; }
    .modal.sty2 .basicTxt .inputList li:last-child { margin:0; }
    .modal.sty2 .basicTxt .mt-30 { margin-top:3rem !important; }
    .modal.sty2 .basicTxt .mt-20 { margin-top:2rem !important; }
    .modal.sty2 .basicTxt .mt-10 { margin-top:1rem !important; }
    .modal.sty2 .basicTxt .mt-05 { margin-top:0.5rem !important; }
    .modal.sty2 .basicTxt .mt-0 { margin-top:0 !important; }
    .modal.sty2 .basicTxt .mb-0 { margin-bottom:0 !important; }

    .modal.sty2 .tbl-hd { margin:2rem 0 0; display:flex; align-items: center; gap:1rem; }

    .modal.sty2 .qrWrap { margin:3rem 0 0; }
    .modal.sty2 .qrWrap p { font-size:1.5rem; text-align:center !important; }
    .modal.sty2 .qrWrap .qrcode { color:#777; display:flex; align-items:center; justify-content: center; margin:2rem auto 0; width:15rem; height:15rem; border:1px solid #ddd; }
    .modal.sty2 .qrWrap .qrcode img { width:100% !important; height:100% !important; object-fit:contain !important; }

    .modal.sty2 .profileWrap {  }
    .modal.sty2 .profileWrap .d-flex { gap:1rem; flex-wrap:wrap; }
    .modal.sty2 .profileWrap table { flex:1 1 auto; margin:0; }
    .modal.sty2 .profileWrap .thumbnail { width:17rem; height:17rem; background:#f8f8f8; display:flex; align-items:center; justify-content: center; padding:1rem; }
    .modal.sty2 .profileWrap .thumbnail img { max-width:100%; height:auto; object-fit:contain; }
    .modal.sty2 .col-green { }

    .modal.sty2 .tbl-tit { font-size:1.5rem !important; text-align:left !important; margin:3rem 0 1rem; border-bottom:1px solid #333; padding:0 0 1rem; }
    .modal.sty2 .tbl-tit.noline { border:0; }
    .modal.sty2 .s-tit { font-size:1.5rem !important; text-align:left !important; margin:1rem 0 0.5rem;  }
    .modal.sty2 .s-tit.mt-0 { margin-top:0; }
    .modal.sty2 .s-tit span { font-weight:600; margin-left:0.5rem; font-size:1.7rem; }
    .modal.sty2 .s-tit.bg { background:#f8f8f8; padding:1rem; margin:0 0 1rem; }
    .modal.sty2 .status.col-1 { }
    .modal.sty2 .status.col-2 { }

    .modal.sty2 .tbl-tool { display:flex; align-items: center; justify-content: start; flex-wrap:wrap; gap:1rem; }
    .modal.sty2 .tbl-tool .btn_n_refresh { margin-left:auto; width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_refresh.svg") 50% 50% no-repeat; }
    .modal.sty2 .tbl-tool .btn_n_download { width:4rem; height:3.4rem; background:url("../../assets/images/ico_download.svg") 50% 50% no-repeat; }

    .modal.sty2 .msg-normal { text-align:center !important; margin:4rem 0 0; }

    .modal.sty2 .modal_wrap .col-w-400 { width:100%; }
    .modal.sty2 .modal_wrap .col-w-auto { width:100%; flex:none; margin-left:0 !important; }
    .modal.sty2 .modal_wrap .col .row { display:flex; align-items: center; flex-wrap:wrap; margin:0 0 1rem; gap:0.5rem; white-space: normal; }

    .modal.sty2 .modal_wrap .sub-tit { margin:0 0 1rem; font-size:2.2rem; font-weight:600; line-height:1.3; }
    .modal.sty2 .modal_wrap .sub-tit span { font-size:1.5rem; color:#777; }
    .modal.sty2 .modal_wrap .c-red { color:#ff0000 !important; }
    .modal.sty2 .modal_wrap .btn-file-view { margin:2rem 0 0; padding:0 1.5rem 0 4rem; height:3.5rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#666; background:url("../../assets/images/ico_file_view.svg") 1rem 50% no-repeat; background-size:2rem; }

    .modal.sty2 .modal_wrap .thumbnail-s { margin:0 auto; width:6rem; height:8rem; overflow:hidden; display:flex; align-items: center; justify-content: center; }
    .modal.sty2 .modal_wrap .thumbnail-s img { width:100%; height:auto; object-fit:contain; }

    .modal.sty2 .row-block { margin:0 0 2rem; }
    .modal.sty2 .row-block .label { display:block; margin:0 0 1rem; background:#f8f8f8; padding:1rem; }
    .modal.sty2 .row-block .tit { font-size:1.4rem !important; font-weight:500 !important; color:#333 !important;  }

    .modal.sty2 .hidden { border:1px solid #999; background:#f1f1f1; padding:1rem; }

    .modal.sty2 .control-btn { display:flex; align-items: center; justify-content: center; gap:0.5rem; margin:2rem 0; }
    .modal.sty2 .btn_arrow_up { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_up.svg") 50% 50% no-repeat; background-size:1.2rem; }
    .modal.sty2 .btn_arrow_down { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_down.svg") 50% 50% no-repeat; background-size:1.2rem; }
    .modal.sty2 .tblfrm { margin:0; padding:0; border:0; }

    .modal.sty2 .dataView { height:100%; background:#f8f8f8; border-radius: 0.3rem; padding:2rem; }
    .modal.sty2 .dataView .overflow-x { height:100%; }
    .modal.sty2 .dataSwiper { margin:1rem 0 0; }
    .modal.sty2 .dataSwiper .swiper-slide { padding:0 6rem; height:15rem; overflow:hidden; overflow-y:auto; }
    .modal.sty2 .dataSwiper .swiper-slide table td { background:#fff; }
    .modal.sty2 .dataSwiper .swiper-slide::-webkit-scrollbar { width: 0.5rem;  }
    .modal.sty2 .dataSwiper .swiper-slide::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .modal.sty2 .dataSwiper .swiper-slide::-webkit-scrollbar-track { background:#ddd  }
    .modal.sty2 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity:0.2 !important; }

    .modal.sty2 .swiper-button-prev { left:2rem; }
    .modal.sty2 .swiper-button-next { right:2rem; }
    .modal.sty2 .swiper-button-prev { width:3rem; height:3rem; background:url("../../assets/images/btn_date_prev.svg") 50% 50% no-repeat; background-size:1rem; }
    .modal.sty2 .swiper-button-next { width:3rem; height:3rem; background:url("../../assets/images/btn_date_next.svg") 50% 50% no-repeat; background-size:1rem; }

    .modal.sty2 .swiper-button-prev:after,
    .modal.sty2 .swiper-button-next:after {
        display:none;
    }

    .modal.sty2 .signWrap { margin:1rem 0 0; display:flex; justify-content: center; }
    .modal.sty2 .signWrap h3 { letter-spacing:1rem;  padding-right:6.5rem; line-height:6.5rem; background:url("../../assets/images/img_school_sign.png") 100% 50% no-repeat; background-size:contain; font-size:2rem !important; }

    .modal.sty2 .btn_pop_down { padding:0 1.5rem; font-size:1.5rem; font-weight:500; color:#333; text-align:left; width:3rem; height:3rem; border:1px solid #B5B5B5; border-radius:0.3rem; background:url("../../assets/images/ico_csv_download.svg") center center no-repeat; background-size:1.5rem; }

    .modal.sty2 .btn_pop_print { padding:0 1.5rem; font-size:1.5rem; font-weight:500; color:#333; text-align:left; width:3rem; height:3rem; border:1px solid #B5B5B5; border-radius:0.3rem; background:url("../../assets/images/ico_csv_print.svg") center center no-repeat; background-size:2.1rem; }

    .modal.sty2 .con_hd { align-items: center !important;  }
    .modal.sty2 .con_hd .dataLabel { border-top:1px solid #ddd; padding-top:1rem; }
    .modal.sty2 .con_hd .dataLabel li { flex:1 1 100%; font-size:1.4rem; font-weight:400; color:#333; display:flex; align-items:center; gap:1rem;  }

    .modal.sty2 .tbl_list_type col { width:auto !important; }

    .modal.sty2 .tbl_list_type { margin:1rem 0 0; position:relative; top:1px; white-space: nowrap !important; }
    .modal.sty2 .tbl_list_type.fixed { table-layout:fixed !important; }
    .modal.sty2 .tbl_list_type.auto { table-layout:auto !important; }

    .modal.sty2 .tbl_list_type th,
    .modal.sty2 .tbl_list_type td { display:table-cell !important; width:auto !important; }

    .modal.sty2 .tbl_list_type thead tr:first-child th { display:table-cell !important; width: auto !important; height:auto !important; font-size:1.3rem; font-weight:500; color:#333; padding:1rem 0 !important;  border-bottom:1px solid #000; }
    .modal.sty2 .tbl_list_type thead tr:last-child th { display:table-cell !important; width: auto !important; height:auto !important; font-size:1.3rem; font-weight:500; color:#333; border-top:1px solid #000; border-bottom:1px solid #dcdcdc; padding:1rem !important; background:#fff !important; }
    .modal.sty2 .tbl_list_type thead .frm_select { width:auto !important; height:auto !important; font-size:1.4rem; font-weight:400; color:#666; padding-right:2rem; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url("../../assets/images/ico_sort.svg") 100% 50% no-repeat; border:0; }
    .modal.sty2 .tbl_list_type thead .frm_select:focus { border:0 !important; }
    .modal.sty2 .tbl_list_type .chkBox label { cursor:pointer; display:flex;  font-size:1.4rem; font-weight:500; color:#333; gap:1rem; }

    .modal.sty2 .tbl_list_type .new-bg { background:#b0cfa5; }

    .modal.sty2 .tbl_list_type tbody {  }
    .modal.sty2 .tbl_list_type tr:hover td  { background:#f9f9f9; color:#000; }
    .modal.sty2 .tbl_list_type .no-data { padding:3rem 0; text-align:center; color:#777; }

    .modal.sty2 .tbl_list_type.border-top { border-top:1px solid #333; }
    .modal.sty2 .tbl_list_type.border-bottom { border-bottom:1px solid #DCDCDC; }
    .modal.sty2 .tbl_list_type.border-bottom td { border-bottom:1px solid #DCDCDC; border-left:0 !important; border-right:0 !important; }

    .modal.sty2 .tbl_list_type.line { margin:2rem 0 0; }
    .modal.sty2 .tbl_list_type.line th { font-size:1.4rem !important; font-weight:500 !important; color:#333 !important; height:4rem !important; border:1px solid #DCDCDC !important; border-top:1px solid #d7d7d7 !important; background:#f8f8f8 !important; border-bottom:0 !important; }
    .modal.sty2 .tbl_list_type.line td { height:4.4rem !important; font-size:1.4rem !important; font-weight:400 !important; color:#666 !important; text-align:center !important; border:1px solid #DCDCDC !important; }
    .modal.sty2 .tbl_list_type.line tbody { border-top:0 solid transparent; }
    .modal.sty2 .tbl_list_type.line tr:hover td  { background:#fff; }
    .modal.sty2 .tbl_list_type.line .bg { background:#eaece4; }
    .modal.sty2 .tbl_list_type.line tr:hover .bg { background:#f9f9f9; }

    .modal.sty2 .tbl_list_type.td-line td { border-bottom:1px solid #ddd !important; }

    .modal.sty2 .tbl_list_type.no-hover tr:hover td { background:#fff; }
    .modal.sty2 .tbl_list_type.no-hover tr.new-bg:hover td { background:#F0F9F9; }
    .modal.sty2 .tbl_list_type.no-hover .new-bg { background:#F0F9F9 !important; }
    .modal.sty2 .tbl_list_type.no-hover th,
    .modal.sty2 .tbl_list_type.no-hover td { padding:0.5rem 1rem !important; height:3.5rem !important; }

    .modal.sty2 .tbl_list_type.bg-white th { background:#f8f8f8 !important; }
    .modal.sty2 .tbl_list_type.bg-white td { background:#fff !important; }

    .modal.sty2 .tbl_list_type.sm th,
    .modal.sty2 .tbl_list_type.sm td { font-size:1.2rem !important; height:auto !important; padding:0.5rem !important; }

    .modal.sty2 .data-row .data-col { position:relative;  }
    .modal.sty2 .data-row .data-col .frm_input { height:5rem; padding:0 1.3rem; font-size:1.3rem; font-weight:500; color:#666; }
    .modal.sty2 .data-row .data-col .frm_input::placeholder {color:#666; font-size:1.3rem !important;}
    .modal.sty2 .data-row .data-col .frm_input::-webkit-input-placeholder {color:#666; font-size:1.3rem !important;}
    .modal.sty2 .data-row .data-col .frm_input:-ms-input-placeholder {color:#666; font-size:1.3rem !important;}

    .modal.sty2 .data-row .data-col .frm_datetime { height:4rem; padding:0 1.3rem; font-size:1.6rem; font-weight:400; color:#666; border:0; border-bottom:1px solid #ccc; border-radius:0 !important; background-image: none;}
    .modal.sty2 .data-row .data-col .frm_datetime:focus { border:0 !important; border-bottom:1px solid #333 !important; }
    .modal.sty2 .data-row .data-col .frm_datetime::placeholder {color:#666; font-size:1.3rem !important;}
    .modal.sty2 .data-row .data-col .frm_datetime::-webkit-input-placeholder {color:#666; font-size:1.3rem !important;}
    .modal.sty2 .data-row .data-col .frm_datetime:-ms-input-placeholder {color:#666; font-size:1.3rem !important;}

    .modal.sty2 .data-row .data-col .ico-carendar { position:absolute; top:0.7rem; left:0; display:block; width:2rem; height:2rem; background:url("../../assets/images/ico_mpdal_simple_time.svg") 50% 50% no-repeat; background-size:contain; }
    .modal.sty2 .data-row .data-col .ico-time { position:absolute; top:-0.1rem; left:0; display:block; width:2rem; height:2rem; background:url("../../assets/images/ico_mpdal_simple_time2.svg") 50% 50% no-repeat; background-size:contain; }

    .modal.sty2 .data-row .data-col .d-flex { justify-content: flex-start !important; gap:2.5rem; }
    .modal.sty2 .data-row .data-col .radioBox label { font-size:1.5rem !important; font-weight:500 !important; color:#333 !important; }
    .modal.sty2 .data-row .data-col .radioBox label span { margin-right:0.8rem; }
    .modal.sty2 .data-row .btnWrap { margin:7.5rem 0 0 !important; }

    .modal-alram .modal_box { width:49rem; padding:3rem 2rem;  box-shadow: 0.8rem 0.9rem 2.7rem rgba(0,0,0, .08); background:#fff; border-radius:2rem; }
    .modal-alram .modal_box .logo { margin:0 0 3.8rem; }
    .modal-alram .modal_box .logo img { width:10rem; }
    .modal-alram .modal_box .conTxt p:not(:last-child) { margin-bottom:2rem;  }
    .modal-alram .modal_box .conTxt p { font-size:1.8rem; font-weight:400; color:#474443; line-height:3rem; }
    .modal-alram .modal_box .conTxt p:nth-child(1) strong { font-size:2.2rem; font-weight:500; color:#222; }
    .modal-alram .modal_box .conTxt p:nth-child(2) strong { font-size:2.2rem; font-weight:600; color:#222; }
    .modal-alram .modal_box .btn-wrap { margin:4.5rem 0 0; display:flex; align-items: center; justify-content: center; }
    .modal-alram .modal_box .btn-wrap .btn-close { width:18rem; height:4.6rem; display:flex; align-items: center; justify-content: center; border-radius:0.3rem; background:#00907F; font-size:1.7rem; font-weight:700; color:#fff; }

    /* 가정통신문 */
    .familyComm-style { width:auto !important; height:100% !important; padding-left:0 !important; padding-right:0 !important; }
    .familyComm-wrap { width:100%; height:100%; display:flex; flex-direction: column; }
    .familyComm-wrap .cont { display:flex; justify-content: flex-end; gap:0.7rem; margin:0 0 1rem; display:none !important; }
    .modal.sty2 .cont { margin:-0.5rem 6rem 1rem 0;  }
    .familyComm-wrap .cont .btn_download { width:4rem; height:3.4rem; background:url("../../assets/images/ico_download.svg") 50% 50% no-repeat; }
    .familyComm-wrap .cont .btn_print { width:4rem; height:3.4rem; background:url("../../assets/images/ico_print.svg") 50% 50% no-repeat; }
    .familyComm { width:100%; height:100%; padding:0; overflow:hidden; overflow-y:auto; border-top:0; }
    .modal.sty2 .familyComm { padding:2rem 1.5rem 0; }
    .familyComm::-webkit-scrollbar { width:0.2rem; }
    .familyComm::-webkit-scrollbar-thumb { background:#ddd; border-radius: 0.2rem; }
    .familyComm::-webkit-scrollbar-track { background:#f1f1f1;  }
    .familyComm p { letter-spacing:0 !important; font-size:initial !important; line-height:normal !important; font-weight:normal !important; word-break:break-all !important; }
    .familyComm .fa-hd { margin:1.6rem 0 0; display:flex; align-items: center; justify-content: center; border-bottom:1rem solid #999; padding:0 0 1rem; position:relative; }
    .familyComm .fa-hd .logo { position:absolute; top:0; left:0; width:6.5rem; height:7.8rem; background:url("../../assets/images/ico_modal_logo.svg") 50% 50% no-repeat; background-size:contain; }
    .familyComm .fa-hd h1 { font-size:3rem; font-weight:500; margin:4rem auto 0; text-align:center; letter-spacing:0.5rem; }
    .familyComm .fa-hd .datetime { position:absolute; top:0; right:0; }
    .familyComm .fa-hd .datetime p { font-size:1.3rem !important; font-weight:500 !important; line-height:1.5 !important; text-align:right !important; }
    .familyComm .body { padding-right:0.3rem; }
    .familyComm .body .box_line { padding:0 0 3rem;
        border-bottom: 1px solid transparent;
        border-image: repeating-linear-gradient(
                to right,
                #222 0,
                #222 5px,  /* 점선 길이 */
                transparent 5px,
                transparent 10px  /* 점선 간격 */
        ) 1; }
    .familyComm .body .box_line:last-child { border:0; padding:0 0 4rem; }
    .familyComm .body .box_line table { width:100% !important; }
    .familyComm .body .box_line table td { display:block; width:100% !important; height:5.5rem !important; padding:0 !important; line-height:100% !important; }
    .familyComm .body .box_line table td * { height:5.5rem !important; line-height:5.5rem !important; }
    .familyComm .body .box_line table td:first-child {  border-bottom:0 !important; }
    .familyComm .body p { font-size:1.5rem !important; font-weight:400 !important; color:#222 !important; line-height:2 !important; }
    .familyComm .body p span { font-weight:600; }
    .familyComm .body p .block-txt { display:block; margin:3rem 0 0; line-height:2.2 !important; }
    .familyComm .body .addr { margin:1rem 0 0 !important; font-size:1.3rem !important; font-weight:400 !important; color:#555 !important; text-align:left !important; line-height:100% !important;  }
    .familyComm .body .addr span { margin:1rem 0 0;  }
    .familyComm .body .addr span:last-child { margin-right:0; }
    .familyComm .body .subject { margin:4rem 0 3rem; font-size:2.1rem !important; font-weight:700 !important; color:#222 !important; text-align:center !important; line-height:1.5 !important; }
    .familyComm .sc-writer { }
    .familyComm .sc-writer p { display:flex; justify-content: flex-end; font-weight:600 !important; gap:1rem; margin:0 0 0.5rem; }
    .familyComm .space { width:3rem; }
    .familyComm .space2  {width:11rem; }
    .familyComm .space3  {width:5rem; }
    .familyComm .chk-box ul { margin:0.5rem 0 0; display:block; }
    .familyComm .chk-box ul li { flex:1; height:5.5rem; padding:0 1.5rem; display:flex; align-items: center; border:1px solid #000; font-size:1.3rem; }
    .familyComm .chk-box ul li:first-child { border-right:1px solid #000; border-bottom:0; }
    .familyComm .body .companyName { margin:5rem 0 0 !important; font-size:3.2rem !important; font-weight:700 !important; text-align:center !important; letter-spacing:1.5rem !important; }

}

.nodate { margin:2rem 0 0; display:flex; align-items: center; justify-content: center; padding:4rem 0; }
.nodate p { font-size:1.5rem !important; text-align:center; color:#777 !important;  line-height:150%; }
table .nodate { margin:0; }

/*** 도서관 ***/

/* 달력 */
.calendarWrap { margin:2rem 0 0; }
.datetimeWrap { position:relative; margin:1rem 0; padding:3rem 0; display:flex; align-items: center; justify-content: center; border:1px solid #dcdcdc; }
.datetimeWrap .btn_day { padding:0 2rem; height:4rem; border:1px solid #d6d6d6; border-radius:0.3rem; font-size:1.5rem; color:#666; position:absolute; top:50%; left:2rem; margin-top:-2rem; }

.datetimeWrap .hd-control {  display:flex; align-items: center;}

.datetimeWrap .hd { flex:1; display:flex; align-items: center; justify-content: center; }
.datetimeWrap .btn_date_prev { opacity:0.7; width:3rem; height:3rem; background:url("../../assets/images/btn_date_prev.svg") 50% 50% no-repeat; background-size:0.8rem; }
.datetimeWrap .btn_date_next { opacity:0.7; width:3rem; height:3rem; background:url("../../assets/images/btn_date_next.svg") 50% 50% no-repeat; background-size:0.8rem; }
.datetimeWrap .btn_date_prev:hover,
.datetimeWrap .btn_date_next:hover{ opacity:1; }
.datetimeWrap .btn_date_prev.active,
.datetimeWrap .btn_date_next.active { opacity:1; }
.datetimeWrap h3 { font-size:2.5rem; font-weight:600; margin:0 2.4rem; }
.datetimeWrap .btn_datetime { padding:0 2rem; height:4rem; border:1px solid #d6d6d6; border-radius:0.3rem; font-size:1.5rem; color:#666; position:absolute; top:50%; right:2rem; margin-top:-2rem; }
.datetimeWrap .btn_datetime.active { padding:0 2rem; height:4rem; border:0; background:#666; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#fff !important; }

.datetimeWrap .d-flex { position:absolute; top:50%; right:2rem; margin-top:-2rem; display:flex; gap:0.5rem; }
.datetimeWrap .d-flex .btn_datetime { padding:0 2rem; height:4rem; border:1px solid #d6d6d6; border-radius:0.3rem; font-size:1.5rem; color:#666; position:relative; top:0; right:0; margin-top:0; }
.datetimeWrap .d-flex .btn_datetime_del { padding:0 2rem; height:4rem; border:1px solid #d6d6d6; border-radius:0.3rem; font-size:1.5rem; color:#666; position:relative; top:0; right:0; margin-top:0; }

.tbl_calendar { width:100%; table-layout:fixed; min-width:147rem; }
.tbl_calendar.mb-0 { margin-bottom:0 !important; }
.tbl_calendar .bg { background:#f8f8f8; }
.tbl_calendar thead th { height:5rem; background:#f1f1f1; font-size:1.5rem; font-weight:500; color:#333; border:1px solid #ddd;  border-bottom:0; padding:0 1rem; }
.tbl_calendar thead th.red { color:#BE2424; }
.tbl_calendar thead th .chkBox { justify-content: flex-start; }
.tbl_calendar tbody td { position:relative; vertical-align:top; height:13rem; border:1px solid #ddd;  padding:1rem;  font-size:1.4rem; font-weight:400; word-break: break-all; }
.tbl_calendar tbody td:first-child { color:#BE2424 !important; }
.tbl_calendar tbody td:last-child { color:#0275EB !important; }
.tbl_calendar tbody td.today { padding:0.9rem; }
.tbl_calendar tbody td.today span {  display:block; width:2rem; height:2rem; line-height:2rem; text-align:center; border-radius:100%; background:#00907F; font-size:1.2rem; font-weight:400; color:#fff; }

.tbl_calendar tbody td .schedule { margin:0.5rem 0 0; }
.tbl_calendar tbody td .schedule li { cursor:pointer; position:relative; border:1px solid #f9f9f9; padding:0.3rem; white-space:normal; font-size:1.4rem; line-height:1.5; }
.tbl_calendar tbody td .schedule li.bg_1 { background:#E4F8E7; }
.tbl_calendar tbody td .schedule li.bg_2 { background:#E4F6FF; }
.tbl_calendar tbody td .schedule li p { font-size:1.5rem; line-height:1.5; gap:0.5rem; white-space: normal; }
.tbl_calendar tbody td .schedule li .btn_schedule_del { position:absolute; top:0.5rem; right:0.5rem; width:1.1rem; height:1.1rem; background:url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; background-size:contain;  }
.tbl_calendar tbody td .schedule li strong { border-radius:100%; width:1.6rem; height:1.6rem; display:flex; align-items: center; justify-content: center; background:#0275EB; padding:0.3rem; font-size:1rem; font-weight:400; color:#fff; }

.tbl_calendar tbody td .schedule2 { margin:0.5rem 0 0; }
.tbl_calendar tbody td .schedule2 li { cursor:pointer; position:relative; border:1px solid #f9f9f9; padding:0.5rem 2rem 0.5rem 0.5rem; }
.tbl_calendar tbody td .schedule2 li.bg_1 { background:#dae9f3; border-radius:1.5rem; }
.tbl_calendar tbody td .schedule2 li.bg_2 { background:#ddd; border-radius:1.5rem;}
.tbl_calendar tbody td .schedule2 li.bg_3 { background:#fbd9d5; border-radius:1.5rem;}
.tbl_calendar tbody td .schedule2 li p { display:flex; align-items:center; font-size:1.2rem; font-weight:600; gap:0.5rem; padding:0 0.5rem; }
.tbl_calendar tbody td .schedule2 li .btn_schedule_del { position:absolute; top:0.5rem; right:0.5rem; width:1.1rem; height:1.1rem; background:url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; background-size:contain;  }

.tbl_calendar tbody td .schedule2 li.bg_1 strong { border-radius:100%; width:1.6rem; height:1.6rem; display:flex; align-items: center; justify-content: center; background:#4069d3; padding:0.3rem; font-size:1.1rem; font-weight:600; color:#fff; }
.tbl_calendar tbody td .schedule2 li.bg_1 p { color:#4069d3; }

.tbl_calendar tbody td .schedule2 li.bg_2 strong { border-radius:100%; width:1.6rem; height:1.6rem; display:flex; align-items: center; justify-content: center; background:#999; padding:0.3rem; font-size:1.1rem; font-weight:600; color:#fff; }
.tbl_calendar tbody td .schedule2 li.bg_2 p { color:#555; }

.tbl_calendar tbody td .schedule2 li.bg_3 strong { border-radius:100%; width:1.6rem; height:1.6rem; display:flex; align-items: center; justify-content: center; background:#e97263; padding:0.3rem; font-size:1.1rem; font-weight:600; color:#fff; }
.tbl_calendar tbody td .schedule2 li.bg_3 p { color:#da3925; }

.tbl_calendar tbody td .chkBox { margin-left:1rem; }
.tbl_calendar tbody td .chkBox input { display: none; }
.tbl_calendar tbody td .chkBox { display:flex; align-items:center; position:absolute; top:1rem; right:0; }
.tbl_calendar tbody td .chkBox.relative { position:relative; top:auto; right:auto;  }
.tbl_calendar tbody td .chkBox label { cursor:pointer; display:flex; align-items:center; font-size:1.4rem; font-weight:400; color:#666; }
.tbl_calendar tbody td .chkBox label span { margin-right:0.9rem !important; width:auto !important; min-width:1.8rem !important; height:1.8rem !important; line-height:1.8rem !important; border:1px solid #ccc !important; border-radius:0.2rem !important; background:#fff !important;  }
.tbl_calendar tbody td .chkBox input:checked + label span {  width:1.8rem; height:1.8rem; border:0; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat !important; background-size:contain; }

.calendarWrap .txt { font-size:1.8rem; margin:0 0 1rem; }


/*** 일정 ***/
.scheduleWrap {  margin:4.5rem 0 0; }
.scheduleWrap .ml-auto { margin-left:auto; }


.scheduleWrap .text-center { text-align:center; }
.scheduleWrap .border-top { border-top:1px solid #ddd; }

.scheduleWrap .schedule-header { display:flex; flex-wrap:wrap; border:1px solid #ddd; padding:1rem 2rem; background:#f1f1f1; }
.scheduleWrap .schedule-header .s-control {  display:flex; align-items: center; gap:1rem;  }
.scheduleWrap .schedule-header .s-control h3 { font-size:2.2rem; font-weight:600;  }
.scheduleWrap .schedule-header .s-control .btn_today { color:#222; font-weight:600; display:flex; align-items: center; justify-content: center; width:4rem; height:4rem; border-radius:100%; margin:0 1rem; background:#689FFF; color:#fff; }
.scheduleWrap .schedule-header .s-control .mr-40 { margin-right:4rem !important; }
.scheduleWrap .schedule-header .s-control button { display:flex; align-items: center; justify-content: center; gap:1rem; }
.scheduleWrap .schedule-header .s-control .btn_date_prev span { width:3rem; height:3rem; background:url("../../assets/images/btn_date_prev.svg") 50% 50% no-repeat; background-size:1rem; }
.scheduleWrap .schedule-header .s-control .btn_date_next span { width:3rem; height:3rem; background:url("../../assets/images/btn_date_next.svg") 50% 50% no-repeat; background-size:1rem; }

.scheduleWrap .s-btnWrap { margin-left:auto; display:flex; gap:0.5rem; margin-top:1rem; }
.scheduleWrap .s-btnWrap .btn_primary { padding:0 1rem; height:3.4rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#666; background:#fff; }

.scheduleWrap .s-btnWrap .d-flex { display:flex; gap:0.5rem; }
.scheduleWrap .s-btnWrap .btn_sch_basic { width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_sch.svg") 50% 50% no-repeat; }
.scheduleWrap .s-btnWrap .btn_sch_refresh { width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_refresh.svg") 50% 50% no-repeat;   }
.scheduleWrap .s-btnWrap .frm_input { width:100%; flex:1; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.4rem; font-weight:400; color:#333; }

.scheduleWrap .row {  display:flex; height:100%; border:1px solid #ddd; margin:1rem 0 0; }
.scheduleWrap .row .d-flex { display:flex; align-items: center; gap:1rem 0.5rem; flex-wrap:wrap; }
.scheduleWrap .row .d-flex.col-50 > * { width:calc(100% / 2 - 0.5rem);  }
.scheduleWrap .row .mt-10 { margin:1rem 0 0; }

.scheduleWrap .row .leftArea { width:28rem;  padding:2rem; }
.scheduleWrap .row .leftArea  button { display:flex; align-items: center; justify-content: center; gap:1rem; }
.scheduleWrap .row .leftArea .btn_date_prev { margin-left:auto; }
.scheduleWrap .row .leftArea .btn_date_prev span { border:1px solid #d6d6d6; background:#fff; border-radius:0.3rem; width:2.5rem; height:2.5rem; background:#fff url("../../assets/images/btn_date_prev.svg") 50% 50% no-repeat; background-size:0.7rem; }
.scheduleWrap .row .leftArea .btn_date_next span { border:1px solid #d6d6d6; background:#fff; border-radius:0.3rem; width:2.5rem; height:2.5rem; background:#fff url("../../assets/images/btn_date_next.svg") 50% 50% no-repeat; background-size:0.7rem; }

.scheduleWrap .row .leftArea .justify-content-center { justify-content: center !important; }
.scheduleWrap .row .leftArea .justify-content-center button { margin:0 1rem;  }


.mini-calendar { table-layout: fixed; margin:2rem 0 0; }
.mini-calendar th { font-size:1.2rem; font-weight:400; color:#333; text-align:center; padding:0.7rem 0.5rem; background:#f7f7f7; }
.mini-calendar td { font-size:1.2rem; font-weight:400; color:#333; text-align:center; padding:0.7rem 0.5rem; }
.mini-calendar .last { color:#bbb; }
.mini-calendar .today { position:relative; color:#fff; font-size:1.2rem;  }
.mini-calendar .today::after { content:""; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); z-index:-1; cursor:pointer; background:#689FFF; width:2.8rem; height:2.8rem; border-radius:100%; }

.mini-calendar.month td { padding:1.5rem 1rem; }

.scheduleWrap .row .leftArea .colList { margin:2rem 0 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:2rem 0; }
.scheduleWrap .row .leftArea .colList.no-magin li { margin:0; }
.scheduleWrap .row .leftArea .colList li { font-size:1.3rem; color:#777; margin:0 0 1rem; }
.scheduleWrap .row .leftArea .colList li:last-child { margin:0; }
.scheduleWrap .row .leftArea .colList li .dot { width:10.3rem; line-height:2.5rem; padding:0 1.3rem; font-size:1.4rem; font-weight:500; }
.scheduleWrap .row .leftArea .colList .tit { margin:0 0 1rem; font-size:1.4rem; }
.scheduleWrap .row .leftArea .colList dl { display:flex; margin:0.5rem 0 0; }
.scheduleWrap .row .leftArea .colList dl dt { width:5rem; font-size:1.4rem; background:#e7e7e7; padding:0.5rem 1rem; }
.scheduleWrap .row .leftArea .colList dl dd { flex:1; font-size:1.4rem; background:#f8f8f8; padding:0.5rem 1rem;; line-height:1.5; }
.scheduleWrap .row .leftArea .colList table th { width:6rem; word-break: keep-all; text-align:center; font-weight:500; padding:0.5rem; font-size:1.4rem; color:#333; background:#f1f1f1; border:1px solid #dcdcdc; }
.scheduleWrap .row .leftArea .colList table td { padding:0.5rem; font-size:1.4rem; border:1px solid #ddd; line-height:150%; position:relative; }

.scheduleWrap .chkBox input { display: none; }
.scheduleWrap .chkBox { display:flex; align-items:center; }
.scheduleWrap .chkBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.3rem; font-weight:400; color:#666; }
.scheduleWrap .chkBox label span { margin-right:0.9rem; min-width:1.8rem; height:1.8rem; border:1px solid #ccc; border-radius:0.2rem; background:#fff; }
.scheduleWrap .chkBox input:checked + label span {  width:1.8rem; height:1.8rem; border:0; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }

.scheduleWrap .radio-gap { gap:1rem 2rem !important; }
.scheduleWrap .radio-gap .radioBox { flex: 0 0 calc((100% - 4rem) / 3); }

.scheduleWrap .radioBox.d-flex { display:flex; align-items: center; justify-content: center; }
.scheduleWrap .radioBox input { display: none; }
.scheduleWrap .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.3rem; font-weight:400; color:#333; }
.scheduleWrap .radioBox label span { margin-right:0.5rem; width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
.scheduleWrap .radioBox input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }

.scheduleWrap .col-1 { background:#009081 !important; color:#fff !important; } /* 학사일정 */
.scheduleWrap .col-2 { background:#fff !important; color:#333 !important; } /* 하나일정 */
.scheduleWrap .col-2.border { border:1px solid #ddd !important; } /* 하나일정 */
.scheduleWrap .col-3 { background:#D25C9D !important; color:#fff !important; } /* 공휴일 */
.scheduleWrap .col-4 { background:#D9D8DB !important; color:#333 !important; } /* 면학감독 */
.scheduleWrap .col-5 { background:#DCD2E9 !important; color:#333 !important; } /* 시설사용 */

.scheduleWrap .col-etc-1 { background:#fafbe6 !important; }
.scheduleWrap .col-etc-2 { background:#e6fbf0 !important; }

.scheduleWrap .row .rightArea { flex:1; overflow:hidden; display:flex; flex-direction: column; border-left:1px solid #ddd; }
.scheduleWrap .row .rightArea .overflow-x { flex:1; }
.scheduleWrap .row .rightArea .overflow-x.no-bg { background:none; }
.scheduleWrap .row .rightArea .tit { width:100%; height:5rem; line-height:5rem; font-size:1.8rem; text-align:center; background:#c0dae7; border-bottom:1px solid #ddd; }

.scheduleWrap .row .rightArea .scheduleList {  table-layout: fixed;  }
.scheduleWrap .row .rightArea .scheduleList.bg thead th { background:#fff !important; }
.scheduleWrap .row .rightArea .scheduleList.bg thead th:nth-child(1),
.scheduleWrap .row .rightArea .scheduleList.bg thead th:nth-child(2),
.scheduleWrap .row .rightArea .scheduleList.bg thead th:nth-child(3) { width:12rem;  }

.scheduleWrap .row .rightArea .scheduleList.bg .active { background:#00907F !important; color:#fff; }
.scheduleWrap .row .rightArea .scheduleList.bg .blankDay th { background:#fff !important; }

.scheduleWrap .row .rightArea .scheduleList th { font-size:1.5rem; padding:1rem 0; width:16.5rem; background:#f1f1f1; font-weight:400; border-bottom:1px solid #ddd; border-right:1px solid #ddd; }
.scheduleWrap .row .rightArea .scheduleList th p { color:#333; }
.scheduleWrap .row .rightArea .scheduleList th .num { color:#222; font-weight:600; display:flex; align-items: center; justify-content: center; width:2.8rem; height:2.8rem; border-radius:100%; margin:0.5rem auto 0; }
.scheduleWrap .row .rightArea .scheduleList th .today { margin-top:0.2rem; background:#689FFF; color:#fff; font-size:1.4rem; }
.scheduleWrap .row .rightArea .scheduleList td { background:#fff; position:relative; font-size:1.5rem; font-weight:400; color:#333;  border-right:1px solid #ddd; border-bottom:1px solid #ddd; vertical-align: top; }
.scheduleWrap .row .rightArea .scheduleList td.vertical-align-middle { vertical-align: middle; }
.scheduleWrap .row .rightArea .scheduleList td .col-2 { border-left:0; border-right:0; }
.scheduleWrap .row .rightArea .scheduleList td .scheduleList-s2:first-child li { border-top:0; }

.scheduleWrap .row .rightArea .scheduleList th.activeday { border:2px solid #00907F; border-bottom:0; }
.scheduleWrap .row .rightArea .scheduleList td.activeday { border:2px solid #00907F; border-top:1px solid #ddd; }
.scheduleWrap .row .rightArea .scheduleList .p-1 { padding:0.5rem 1rem; }
.scheduleWrap .row .rightArea .scheduleList td.active { background:#00907f !important; }

.col-highlight-top {
    border-left: 2px solid #00907F !important;
    border-right: 2px solid #00907F !important;
    border-top: 2px solid #00907F !important;
}

.col-highlight-middle {
    border-left: 2px solid #00907F !important;
    border-right: 2px solid #00907F !important;
}

.col-highlight-bottom {
    border-left: 2px solid #00907F !important;
    border-right: 2px solid #00907F !important;
    border-bottom: 2px solid #00907F !important;
}
/* 검색 하이라이트(active) - 배경/글자 확실히 */
.scheduleList td.active {
    background-color:#00907F !important; /* 하나고 포인트색 */
    color:#fff !important;
    font-weight:600;
}

.btn-schedule-plus { width:100%; height:100%; background:url("../../assets/images/ico_schedule_plus.svg") 50% 50% no-repeat; }

.scheduleWrap .row .rightArea .scheduleList-s li { cursor:pointer; width:100%; padding:0.5rem; font-size:1.5rem; font-weight:400; color:#333; border-bottom:1px solid #ddd; white-space:normal; }

.scheduleWrap .row .rightArea .scheduleList-s2 { }
.scheduleWrap .row .rightArea .scheduleList-s2 li { cursor:pointer; width:100%; height:3rem; line-height:3rem; padding:0 1rem; overflow: hidden; text-overflow: ellipsis; font-size:1.5rem; font-weight:400; color:#333; border-bottom:1px solid #ddd;  }
.scheduleWrap .row .rightArea .scheduleList-s2 li.border-bottom { border-bottom:1px solid #aaa !important; }
.scheduleWrap .row .rightArea .scheduleList-s2.border-bottom-0 li:last-child { border-bottom:0 !important; }

.scheduleWrap .row .rightArea .scheduleList-s3 {  }
.scheduleWrap .row .rightArea .scheduleList-s3.h-75 li { height:9rem; line-height:9rem; }
.scheduleWrap .row .rightArea .scheduleList-s3 li { cursor:pointer; width:100%; height:3rem; line-height:3rem; padding:0 1rem; overflow: hidden; text-overflow: ellipsis; font-size:1.5rem; font-weight:400; color:#333; border-bottom:1px solid #ddd;  }
.scheduleWrap .row .rightArea td .scheduleList-s3 li:last-child { }

.scheduleWrap .row .rightArea .scheduleList.td-line td { vertical-align: middle; border:1px solid #ddd; border-left:0;  cursor:pointer; width:100%; height:3rem; line-height:3rem; overflow: hidden; text-overflow: ellipsis; font-size:1.5rem; font-weight:400; text-align:center; }
.scheduleWrap .row .rightArea .scheduleList.td-line .scheduleList-s2 li:last-child { border-bottom:0; }

.scheduleWrap .row .rightArea .schedule-comment { max-height:10rem; overflow-y:auto;  }
.scheduleWrap .row .rightArea .schedule-comment::-webkit-scrollbar { width: 0.5rem; }
.scheduleWrap .row .rightArea .schedule-comment::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.scheduleWrap .row .rightArea .schedule-comment::-webkit-scrollbar-track { background:#ddd  }
.scheduleWrap .row .rightArea .schedule-comment ul {  }
.scheduleWrap .row .rightArea .schedule-comment ul li { display:flex; padding:0 1rem 1rem; }
.scheduleWrap .row .rightArea .schedule-comment ul li:first-child { padding-top:1rem; }
.scheduleWrap .row .rightArea .schedule-comment ul li:last-child { padding-bottom:1rem; }
.scheduleWrap .row .rightArea .schedule-comment ul li .txt { font-size:1.5rem; }
.scheduleWrap .row .rightArea .schedule-comment ul li .txt strong { color:#00907F; }
.scheduleWrap .row .rightArea .schedule-comment ul li .writer { margin-left:auto; font-size:1.5rem; color:#777; }

.scheduleWrap .schedule-header .s-calendar-con { display:none; }
.scheduleWrap .info-txt { display:none; }

@media all and (max-width: 1279px) {

    /* 달력 */
    .calendarWrap { margin:3rem 0 0; }
    .datetimeWrap { position:relative; margin:1rem 0; padding:5rem 1rem 1rem; display:flex; align-items: center; justify-content: center; border:1px solid #dcdcdc; gap:1rem; }
    .datetimeWrap .btn_day { padding:0 1rem; height:3rem; border:1px solid #d6d6d6; border-radius:0.3rem; font-size:1.3rem; color:#666; position:relative; top:0%; left:0; margin-top:0; margin-left:auto; }

    .datetimeWrap .hd-control {  display:flex; align-items: center;}

    .datetimeWrap .hd { flex:1; display:flex; align-items: center; justify-content: center; position:absolute; top:1.5rem; left:0; width:100%;  }
    .datetimeWrap .btn_date_prev { opacity:0.3; width:1.8rem; height:1.8rem; background:url("../../assets/images/btn_date_prev.svg") 50% 50% no-repeat; background-size:contain; }
    .datetimeWrap .btn_date_next { opacity:0.3; width:1.8rem; height:1.8rem; background:url("../../assets/images/btn_date_next.svg") 50% 50% no-repeat; background-size:contain; }
    .datetimeWrap .btn_date_prev:hover,
    .datetimeWrap .btn_date_next:hover{ opacity:1; }
    .datetimeWrap .btn_date_prev.active,
    .datetimeWrap .btn_date_next.active { opacity:1; }
    .datetimeWrap h3 { font-size:1.8rem; font-weight:600; margin:0 0.5rem; }
    .datetimeWrap .btn_datetime { padding:0 1rem; height:3rem; border:1px solid #d6d6d6; border-radius:0.3rem; font-size:1.3rem; color:#666; position:relative; top:0; right:0; margin-top:0; }
    .datetimeWrap .btn_datetime.active { padding:0 1rem; height:3rem; border:0; background:#666; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.3rem; font-weight:400; color:#fff !important; }

    .datetimeWrap .d-flex { position:relative; top:0; right:0; margin-top:0; display:flex; flex-wrap:wrap; gap:0.5rem; }
    .datetimeWrap .d-flex > * { flex:1 1 auto; }
    .datetimeWrap .d-flex .btn_datetime { padding:0 1rem; height:3rem; border:1px solid #d6d6d6; border-radius:0.3rem; font-size:1.3rem; color:#666; position:relative; top:0; right:0; margin-top:0; }
    .datetimeWrap .d-flex .btn_datetime_del { padding:0 1rem; height:3rem; border:1px solid #d6d6d6; border-radius:0.3rem; font-size:1.3rem; color:#666; position:relative; top:0; right:0; margin-top:0; }

    .tbl_calendar { width:100%; table-layout:fixed; min-width:147rem; }
    .tbl_calendar.mb-0 { margin-bottom:0 !important; }
    .tbl_calendar .bg { background:#f8f8f8; }
    .tbl_calendar thead th { text-align:center; height:5rem; background:none; font-size:1.4rem; font-weight:500; color:#333; border:0; border-bottom:0;  }
    .tbl_calendar thead th.red { color:#BE2424; }
    .tbl_calendar thead th .chkBox { justify-content: center; }
    .tbl_calendar tbody td { text-align:center; position:relative; vertical-align:top; height:13rem; border:0;  padding:1rem 0.2rem;  font-size:1.2rem; font-weight:400; word-break: break-all; }
    .tbl_calendar tbody td:first-child { color:#BE2424 !important; }
    .tbl_calendar tbody td:last-child { color:#0275EB !important; }
    .tbl_calendar tbody td.today { padding:0.9rem; }
    .tbl_calendar tbody td.today span {  display:block; width:2rem; height:2rem; line-height:2rem; text-align:center; border-radius:100%; background:#00907F; font-size:1.2rem; font-weight:400; color:#fff; }

    .tbl_calendar tbody td .schedule { margin:0.5rem 0 0; }
    .tbl_calendar tbody td .schedule li { cursor:pointer; position:relative; border:1px solid #f9f9f9; padding:0.3rem; font-size:1.2rem; line-height:1.2; text-align:left; }
    .tbl_calendar tbody td .schedule li.bg_1 { background:#E4F8E7; }
    .tbl_calendar tbody td .schedule li.bg_2 { background:#E4F6FF; }
    .tbl_calendar tbody td .schedule li p { font-size:1.4rem; line-height:1.5; gap:0.5rem; white-space: normal; }
    .tbl_calendar tbody td .schedule li .btn_schedule_del { position:absolute; top:0.5rem; right:0.5rem; width:1.1rem; height:1.1rem; background:url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; background-size:contain;  }
    .tbl_calendar tbody td .schedule li strong { border-radius:100%; width:1.6rem; height:1.6rem; display:flex; align-items: center; justify-content: center; background:#0275EB; padding:0.3rem; font-size:1rem; font-weight:400; color:#fff; }

    .tbl_calendar tbody td .schedule2 { margin:0.5rem 0 0; }
    .tbl_calendar tbody td .schedule2 li { cursor:pointer; position:relative; border:1px solid #f9f9f9; padding:0.5rem 2rem 0.5rem 0.5rem; }
    .tbl_calendar tbody td .schedule2 li.bg_1 { background:#dae9f3; border-radius:1.5rem; }
    .tbl_calendar tbody td .schedule2 li.bg_2 { background:#ddd; border-radius:1.5rem;}
    .tbl_calendar tbody td .schedule2 li.bg_3 { background:#fbd9d5; border-radius:1.5rem;}
    .tbl_calendar tbody td .schedule2 li p { display:flex; align-items:center; font-size:1.2rem; font-weight:600; gap:0.5rem; padding:0 0.5rem; }
    .tbl_calendar tbody td .schedule2 li .btn_schedule_del { position:absolute; top:0.5rem; right:0.5rem; width:1.1rem; height:1.1rem; background:url("../../assets/images/ico_file_del.svg") 50% 50% no-repeat; background-size:contain;  }

    .tbl_calendar tbody td .schedule2 li.bg_1 strong { border-radius:100%; width:1.6rem; height:1.6rem; display:flex; align-items: center; justify-content: center; background:#4069d3; padding:0.3rem; font-size:1.1rem; font-weight:600; color:#fff; }
    .tbl_calendar tbody td .schedule2 li.bg_1 p { color:#4069d3; }

    .tbl_calendar tbody td .schedule2 li.bg_2 strong { border-radius:100%; width:1.6rem; height:1.6rem; display:flex; align-items: center; justify-content: center; background:#999; padding:0.3rem; font-size:1.1rem; font-weight:600; color:#fff; }
    .tbl_calendar tbody td .schedule2 li.bg_2 p { color:#555; }

    .tbl_calendar tbody td .schedule2 li.bg_3 strong { border-radius:100%; width:1.6rem; height:1.6rem; display:flex; align-items: center; justify-content: center; background:#e97263; padding:0.3rem; font-size:1.1rem; font-weight:600; color:#fff; }
    .tbl_calendar tbody td .schedule2 li.bg_3 p { color:#da3925; }

    .tbl_calendar tbody td .chkBox { margin-left:0; }
    .tbl_calendar tbody td .chkBox input { display: none; }
    .tbl_calendar tbody td .chkBox { display:flex; align-items:center; position:absolute; top:1rem; right:0; }
    .tbl_calendar tbody td .chkBox.relative { position:relative; top:auto; right:auto;  }
    .tbl_calendar tbody td .chkBox label { cursor:pointer; display:flex; align-items:center; justify-content: center; font-size:1.4rem; font-weight:400; color:#666; }
    .tbl_calendar tbody td .chkBox label span { margin-right:0 !important; width:auto !important; min-width:1.4rem !important; height:1.4rem !important; line-height:1.4rem !important; border:1px solid #ccc !important; border-radius:0.2rem !important; background:#fff !important;  }
    .tbl_calendar tbody td .chkBox input:checked + label span {  width:1.4rem; height:1.4rem; border:0; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }

    #divCalener .overflow-x { overflow-x:visible !important; }
    .tbl_calendar.sty2 { min-width:100% !important;}
    .tbl_calendar.sty2 tr { border-bottom:1px solid #d9d9d9; }
    .tbl_calendar.sty2 th .chkBox label { flex-direction: column !important; gap:0 !important; }
    .tbl_calendar.sty2 th .chkBox label span { margin:5px 0 0 !important; }
    .tbl_calendar.sty2 td .d-flex { display:block !important; gap:0 !important; }
    .tbl_calendar.sty2 td .d-flex .chkBox { gap:0 !important; justify-content: center !important; margin-top:0.5rem; !important; }

    .calendarWrap .txt { font-size:1.8rem; margin:0 0 1rem; }


    /*** 일정 ***/
    .scheduleWrap {  margin:1.5rem 0 0; }
    .scheduleWrap .text-center { text-align:center; }
    .scheduleWrap .border-top { border-top:1px solid #ddd; }

    .scheduleWrap .schedule-header { display:flex; flex-wrap:wrap; border:1px solid #ddd; padding:1rem; background:#f1f1f1; }
    .scheduleWrap .schedule-header .s-control { width:100%; display:flex; align-items:center; justify-content:flex-start; flex-wrap:nowrap; gap:0.4rem; }
    .scheduleWrap .schedule-header .s-control > h3 { font-size:1.6rem; font-weight:600; text-align:left; white-space:nowrap; }
    .scheduleWrap .schedule-header .s-control > h3:nth-child(1) + * { margin-left:auto !important; }
    .scheduleWrap .schedule-header .s-control > button + h3 { text-align:center; }
    .scheduleWrap .schedule-header .s-control.type-center { width:100%; justify-content:center; gap:0; }
    .scheduleWrap .schedule-header .s-control.type-center h3 { margin:0 0.8rem; text-align:center; }
    .scheduleWrap .schedule-header .s-control .btn_today { color:#222; font-weight:600; display:flex; align-items:center; justify-content:center; width:3rem; height:3rem; border-radius:100%; margin:0 0.2rem; background:#689FFF; color:#fff; }
    .scheduleWrap .schedule-header .s-control .mr-40 { margin-right:0 !important; }
    .scheduleWrap .schedule-header .s-control button { display:flex; align-items:center; justify-content:center; gap:0.2rem; font-size:1.1rem; white-space:nowrap; }
    .scheduleWrap .schedule-header .s-control .btn_date_prev span { width:1.6rem; height:1.6rem; background:url("../../assets/images/btn_date_prev.svg") 50% 50% no-repeat; background-size:0.8rem; }
    .scheduleWrap .schedule-header .s-control .btn_date_next span { width:1.6rem; height:1.6rem; background:url("../../assets/images/btn_date_next.svg") 50% 50% no-repeat; background-size:0.8rem; }

    .scheduleWrap .s-btnWrap { width:100%; margin:1rem 0; display:flex; flex-wrap:wrap; gap:0.5rem; }
    .scheduleWrap .s-btnWrap.type-row { flex-wrap:nowrap; }
    .scheduleWrap .s-btnWrap.type-row .btn_primary { flex:1 1 0; }
    .scheduleWrap .s-btnWrap form { flex:0 0 100%; }
    .scheduleWrap .s-btnWrap .btn_primary { flex:0 0 calc(50% - 0.25rem); padding:0 0.5rem; height:3.4rem; border:1px solid #D6D6D6; border-radius:0.3rem; display:flex; align-items:center; justify-content:center; font-size:1.3rem; font-weight:400; color:#666; background:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

    .scheduleWrap .s-btnWrap .d-flex { display:flex; gap:0.5rem; }
    .scheduleWrap .s-btnWrap .btn_sch_basic { width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_sch.svg") 50% 50% no-repeat; }
    .scheduleWrap .s-btnWrap .btn_sch_refresh { width:4rem; height:3.4rem; background:url("../../assets/images/ico_body_refresh.svg") 50% 50% no-repeat;   }
    .scheduleWrap .s-btnWrap .frm_input { width:100%; flex:1; height:3.4rem; border:1px solid #DFDFDF; border-radius:0.3rem; padding:0 1rem; font-size:1.4rem; font-weight:400; color:#333; }

    .scheduleWrap .schedule-header .s-calendar-con { display:block; flex:1; margin:1rem 0; text-align:center; }
    .scheduleWrap .schedule-header .s-calendar-con .btn_view_calendar { display:inline-flex; align-items:center; justify-content:center; gap:0.4rem; font-size:1.4rem; color:#333; }
    .scheduleWrap .schedule-header .s-calendar-con .btn_view_calendar::after { content:""; margin-left:0.5rem; width:1.5rem; height:1.5rem; background:url("../../assets/images/ico_totmenu_arrow_down.svg") 50% 50% no-repeat; background-size:contain; }
    .scheduleWrap .schedule-header .s-calendar-con .btn_view_calendar.active::after { content:""; margin-left:0.5rem; width:1.5rem; height:1.5rem; background:url("../../assets/images/ico_totmenu_arrow_up.svg") 50% 50% no-repeat; background-size:contain; }

    .scheduleWrap .row #view-calendar { display:none; }

    .scheduleWrap .row {  display:flex; flex-wrap:wrap; border:0; margin:1rem 0 0; }
    .scheduleWrap .row .d-flex { display:flex; align-items: center; gap:1rem 0.5rem; flex-wrap:wrap; }
    .scheduleWrap .row .d-flex.col-50 > * { width:calc(100% / 2 - 0.5rem);  }
    .scheduleWrap .row .mt-10 { margin:1rem 0 0; }

    .scheduleWrap .row .leftArea { width:100%; border:1px solid #ddd; padding:1rem; margin:0 0 1rem; }
    .scheduleWrap .row .leftArea  button { display:flex; align-items: center; justify-content: center; gap:1rem; }
    .scheduleWrap .row .leftArea .btn_date_prev { margin-left:auto; }
    .scheduleWrap .row .leftArea .btn_date_prev span { border:1px solid #d6d6d6; background:#fff; border-radius:0.3rem; width:2.5rem; height:2.5rem; background:#fff url("../../assets/images/btn_date_prev.svg") 50% 50% no-repeat; background-size:0.7rem; }
    .scheduleWrap .row .leftArea .btn_date_next span { border:1px solid #d6d6d6; background:#fff; border-radius:0.3rem; width:2.5rem; height:2.5rem; background:#fff url("../../assets/images/btn_date_next.svg") 50% 50% no-repeat; background-size:0.7rem; }

    .scheduleWrap .row .leftArea .justify-content-center { justify-content: center !important; }
    .scheduleWrap .row .leftArea .justify-content-center button { margin:0 1rem;  }


    .mini-calendar { table-layout: fixed; margin:2rem 0 0; }
    .mini-calendar th { font-size:1.2rem; font-weight:400; color:#333; text-align:center; padding:0.7rem 0.5rem; background:#f7f7f7; }
    .mini-calendar td { font-size:1.2rem; font-weight:400; color:#333; text-align:center; padding:0.7rem 0.5rem; }
    .mini-calendar .last { color:#bbb; }
    .mini-calendar .today { position:relative; color:#fff; font-size:1.2rem; }
    .mini-calendar .today::before { content:""; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); z-index:-1; cursor:pointer; background:#689FFF; width:2.8rem; height:2.8rem; border-radius:100%; }

    .mini-calendar.month td { padding:1.5rem 1rem; }

    .scheduleWrap .row .leftArea .colList { margin:2rem 0 0; border-top:1px solid #ddd; border-bottom:none; padding:2rem 0; }
    .scheduleWrap .row .leftArea .colList:not(:last-child) { border-bottom:1px solid #ddd; }
    .scheduleWrap .row .leftArea .colList.no-magin { display:flex; flex-wrap:wrap; gap:1rem 0.8rem; }
    .scheduleWrap .row .leftArea .colList.no-magin li { width:calc((100% - 0.8rem) / 2); margin:0; }
    .scheduleWrap .row .leftArea .colList li { font-size:1.3rem; color:#777; margin:0 0 1rem; }
    .scheduleWrap .row .leftArea .colList li:last-child { margin:0; }
    .scheduleWrap .row .leftArea .colList li .dot { width:10.3rem; line-height:2.5rem; padding:0 1.3rem; font-size:1.4rem; font-weight:500; }
    .scheduleWrap .row .leftArea .colList .tit { margin:0 0 1rem; font-size:1.4rem; }
    .scheduleWrap .row .leftArea .colList dl { display:flex; margin:0.5rem 0 0; }
    .scheduleWrap .row .leftArea .colList dl dt { width:5rem; font-size:1.4rem; background:#e7e7e7; padding:0.5rem 1rem; }
    .scheduleWrap .row .leftArea .colList dl dd { flex:1; font-size:1.4rem; background:#f8f8f8; padding:0.5rem 1rem;; line-height:1.5; }
    .scheduleWrap .row .leftArea .colList table th { width:6rem; word-break: keep-all; text-align:center; font-weight:500; padding:0.5rem; font-size:1.4rem; color:#333; background:#f1f1f1; border:1px solid #dcdcdc; }
    .scheduleWrap .row .leftArea .colList table td { padding:0.5rem; font-size:1.4rem; border:1px solid #ddd; line-height:150%; position:relative; }

    .scheduleWrap .chkBox input { display: none; }
    .scheduleWrap .chkBox { display:flex; align-items:center; }
    .scheduleWrap .chkBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.3rem; font-weight:400; color:#666; }
    .scheduleWrap .chkBox label span { margin-right:0.9rem; min-width:1.4rem; height:1.4rem; border:1px solid #ccc; border-radius:0.2rem; background:#fff; }
    .scheduleWrap .chkBox input:checked + label span {  width:1.4rem; height:1.4rem; border:0; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }

    .scheduleWrap .radio-gap { gap:0.8rem !important; flex-wrap:wrap !important; }
    .scheduleWrap .radio-gap .radioBox { flex:0 0 calc((100% - 2.4rem) / 4) !important; }

    .scheduleWrap .radioBox.d-flex { display:flex; align-items: center; justify-content: center; }
    .scheduleWrap .radioBox input { display: none; }
    .scheduleWrap .radioBox label { cursor:pointer; display:inline-flex; align-items:center; font-size:1.3rem; font-weight:400; color:#333; }
    .scheduleWrap .radioBox label span { margin-right:1rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_off.svg") 50% 50% no-repeat; background-size:contain; }
    .scheduleWrap .radioBox input:checked + label span {  width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_chk_circle_on.svg") 50% 50% no-repeat; background-size:contain;  }

    .scheduleWrap .col-1 { background:#009081 !important; color:#fff !important; } /* 학사일정 */
    .scheduleWrap .col-2 { background:#fff !important; color:#333 !important; } /* 하나일정 */
    .scheduleWrap .col-2.border { border:1px solid #ddd !important; } /* 하나일정 */
    .scheduleWrap .col-3 { background:#D25C9D !important; color:#fff !important; } /* 공휴일 */
    .scheduleWrap .col-4 { background:#D9D8DB !important; color:#333 !important; } /* 면학감독 */
    .scheduleWrap .col-5 { background:#DCD2E9 !important; color:#333 !important; } /* 시설사용 */

    .scheduleWrap .col-etc-1 { background:#fafbe6 !important; }
    .scheduleWrap .col-etc-2 { background:#e6fbf0 !important; }

    .scheduleWrap .row .rightArea { flex:none; width:100%; overflow:hidden; display:flex; flex-direction: column; border:0; }
    .scheduleWrap .info-txt { display:block; font-size:1.4rem; color:#333; margin:1rem 0 1rem auto; text-align:right;  }
    .scheduleWrap .row .rightArea .overflow-x { flex:1; }
    .scheduleWrap .row .rightArea .overflow-x.no-bg { background:none; }
    .scheduleWrap .row .rightArea .tit { width:100%; height:5rem; line-height:5rem; font-size:1.8rem; text-align:center; background:#c0dae7; border-bottom:1px solid #ddd; }

    .scheduleWrap .row .rightArea .scheduleList {  table-layout: fixed; border:1px solid #dcdcdc; }
    .scheduleWrap .row .rightArea .scheduleList.bg thead th { background:#fff !important; }
    .scheduleWrap .row .rightArea .scheduleList.bg thead th:nth-child(1),
    .scheduleWrap .row .rightArea .scheduleList.bg thead th:nth-child(2),
    .scheduleWrap .row .rightArea .scheduleList.bg thead th:nth-child(3) { width:12rem;  }

    .scheduleWrap .row .rightArea .scheduleList.bg .active { background:#00907F !important; color:#fff; }
    .scheduleWrap .row .rightArea .scheduleList.bg .blankDay th { background:#fff !important; }

    .scheduleWrap .row .rightArea .scheduleList th { font-size:1.4rem; padding:1rem 0; width:16.5rem; background:#f1f1f1; font-weight:400; border-bottom:1px solid #ddd; border-right:1px solid #ddd;  }
    .scheduleWrap .row .rightArea .scheduleList th p { color:#333; }
    .scheduleWrap .row .rightArea .scheduleList th .num { color:#222; font-weight:600; display:flex; align-items: center; justify-content: center; width:2.5rem; height:2.5rem; border-radius:100%; margin:0.5rem auto 0; }
    .scheduleWrap .row .rightArea .scheduleList th .today { margin-top:0.2rem; background:#689FFF; color:#fff; font-size:1.4rem; }
    .scheduleWrap .row .rightArea .scheduleList td { background:#fff; position:relative; font-size:1.4rem;  border-right:1px solid #ddd; border-bottom:1px solid #ddd; vertical-align: top; }
    .scheduleWrap .row .rightArea .scheduleList td.vertical-align-middle { vertical-align: middle; }
    .scheduleWrap .row .rightArea .scheduleList td .col-2 { border-left:0; border-right:0; }
    .scheduleWrap .row .rightArea .scheduleList td .scheduleList-s2:first-child li { border-top:0; }

    .scheduleWrap .row .rightArea .scheduleList th.activeday { border:2px solid #00907F; border-bottom:0; }
    .scheduleWrap .row .rightArea .scheduleList td.activeday { border:2px solid #00907F; border-top:1px solid #ddd; }
    .scheduleWrap .row .rightArea .scheduleList .p-1 { padding:0.5rem 1rem; }

    .scheduleWrap .row .rightArea .scheduleList-s li { cursor:pointer; width:100%; padding:0.5rem; font-size:1.2rem; font-weight:400; color:#333; border-bottom:1px solid #ddd; white-space:normal; }

    .scheduleWrap .row .rightArea .scheduleList-s2 { }
    .scheduleWrap .row .rightArea .scheduleList-s2 li { cursor:pointer; width:100%; height:3rem; line-height:3rem; padding:0 1rem; overflow: hidden; text-overflow: ellipsis; font-size:1.1rem; font-weight:400; border-bottom:1px solid #ddd;  }
    .scheduleWrap .row .rightArea .scheduleList-s2 li.border-bottom { border-bottom:1px solid #aaa !important; }
    .scheduleWrap .row .rightArea .scheduleList-s2.border-bottom-0 li:last-child { border-bottom:0 !important; }

    .scheduleWrap .row .rightArea .scheduleList-s3 {  }
    .scheduleWrap .row .rightArea .scheduleList-s3.h-75 li { height:9rem; line-height:9rem; }
    .scheduleWrap .row .rightArea .scheduleList-s3 li { cursor:pointer; width:100%; height:3rem; line-height:3rem; padding:0 1rem; overflow: hidden; text-overflow: ellipsis; font-size:1.4rem; font-weight:400; border-bottom:1px solid #ddd;  }
    .scheduleWrap .row .rightArea td .scheduleList-s3 li:last-child { }

    .scheduleWrap .row .rightArea .scheduleList.td-line td { vertical-align: middle; border:1px solid #ddd; border-left:0; cursor:pointer; width:100%; height:3rem; line-height:3rem; overflow: hidden; text-overflow: ellipsis; font-size:1.4rem; font-weight:400; text-align:center; }
    .scheduleWrap .row .rightArea .scheduleList.td-line .scheduleList-s2 li:last-child { border-bottom:0; }

    .scheduleWrap .row .rightArea .schedule-comment { max-height:10rem; overflow-y:auto; border:1px solid #dcdcdc; }
    .scheduleWrap .row .rightArea .schedule-comment::-webkit-scrollbar { width: 0.5rem; }
    .scheduleWrap .row .rightArea .schedule-comment::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .scheduleWrap .row .rightArea .schedule-comment::-webkit-scrollbar-track { background:#ddd  }
    .scheduleWrap .row .rightArea .schedule-comment ul {  }
    .scheduleWrap .row .rightArea .schedule-comment ul li { display:flex; flex-wrap:wrap; padding:0 1rem 1rem; }
    .scheduleWrap .row .rightArea .schedule-comment ul li:first-child { padding-top:1rem; }
    .scheduleWrap .row .rightArea .schedule-comment ul li:last-child { padding-bottom:1rem; }
    .scheduleWrap .row .rightArea .schedule-comment ul li .txt { width:100%; font-size:1.4rem; }
    .scheduleWrap .row .rightArea .schedule-comment ul li .txt strong { color:#00907F; }
    .scheduleWrap .row .rightArea .schedule-comment ul li .writer { margin-left:auto; font-size:1.4rem; color:#777; margin:0.5rem 0 0; }


}


/*** 메인 ***/
.pc-display { display:block; }
.mo-display { display:none; }

/* 학생 */
.container.main { display:block; height:auto;  padding:11rem 9rem 0; margin:0 !important; }
.container.main .mo-mt-3 { margin-top:0 !important; }
.container.main .mt-3 { margin-top:3rem !important; }
.container.main .relative { position:relative; }
.container.main .row { display:flex; gap:2rem; }
.container.main .row .col { width:33.3%; overflow:hidden; }

.container.main .row.col-2 { display:flex; justify-content: center; gap:2rem; }
.container.main .row.col-2 .col { width:66.6%; overflow:hidden; }
.container.main .row.col-2 .col:last-child { width:33.3%; }

.container.main .row .col .d-flex-inner { display:flex; flex-wrap:wrap; gap:0 2rem; }
.container.main .row .col .d-flex-inner > div { width:calc(100% / 2 - 1rem); position:relative; }

.container.main .row .link_more { position:absolute; top:1rem; right:0; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_main_more.svg") 50% 50% no-repeat; background-size:contain; }
.container.main .row .today { position:absolute; top:0; right:0; padding:0 1.7rem; line-height:3.1rem; border-radius:1.5rem; background:#CCF3EF; font-size:1.6rem; font-weight:700; color:#17B0A9; }
.container.main .row h2 { font-size:2.4rem; font-weight:700; color:#222; margin:0 0 2rem; }
.container.main .row h2.absolute { position:absolute; top:2.5rem; left:2.5rem; z-index:2; color:#fff; }
/* 급식 날짜 버튼 */
.container.main .row .data-tit-hd { display:flex; align-items: center; margin:0 0 2rem; gap:1rem; }
.container.main .row .data-tit-hd h2 { margin:0 !important; }
.container.main .row .data-tit-hd button { display:flex; align-items: center; justify-content: center; gap:1rem; }
.container.main .row .data-tit-hd .btn_date_prev span { width:3rem; height:3rem; background:url("../../assets/images/btn_date_prev.svg") 50% 50% no-repeat; background-size:1rem; }
.container.main .row .data-tit-hd .btn_date_next span { width:3rem; height:3rem; background:url("../../assets/images/btn_date_next.svg") 50% 50% no-repeat; background-size:1rem; }


.container.main .box { position:relative; background:#fff; border-radius:1rem; padding:2.3rem 2.5rem 2rem; overflow:hidden; }
.container.main .box .overflow-y { max-height:33.8rem; overflow-y:auto !important; padding:0 1rem; }
.container.main .box .d-flex { display:flex; gap:1.1rem; }
.container.main .box .s-box { height:13rem; display:flex; align-items: center; border:1px solid #EAEAEA; border-radius:0.4rem; }
.container.main .box .s-box:nth-child(1) { width:26rem; }
.container.main .box .s-box:nth-child(2) { flex:1;  }
.container.main .box .s-box .hd { width:5.8rem; height:100%; background:#F6F6F6; display:flex; align-items: center; justify-content: center;}
.container.main .box .s-box .hd p { font-size:1.6rem; font-weight:700; }
.container.main .box .s-box .con { padding:1.5rem; }
.container.main .box .s-box .con > div { display:flex; align-items: center; gap:0.8rem; margin:0 0 0.6rem; }
.container.main .box .s-box .con > div:last-child { margin:0; }
.container.main .box .s-box .con .time { width:4.3rem; line-height:2.9rem; font-size:1.4rem; font-weight:400; color:#666; }
.container.main .box .s-box .con .time.w-auto { width:auto; }
.container.main .box .s-box .con .s-1 { padding-left:2.3rem; line-height:2.9rem; font-size:1.6rem; font-weight:600; color:#009D85; background:url("../../assets/images/ico_main_apply_1.svg") 0 50% no-repeat; }

.container.main .box .s-box .con .s-2 { padding-left:2.3rem; line-height:2.9rem; font-size:1.6rem; font-weight:600; color:#444; background:url("../../assets/images/ico_main_apply_2.svg") 0 50% no-repeat; }

.container.main .box .s-box .con .s-3 { padding-left:2.3rem; line-height:2.9rem; font-size:1.6rem; font-weight:600; color:#FF4E74; background:url("../../assets/images/ico_main_apply_3.svg") 0 50% no-repeat; }

.container.main .box .s-box .con .btn_qr_view { padding-right:3.6rem; line-height:2.9rem; font-size:1.6rem; font-weight:700; color:#222; background:url("../../assets/images/ico_main_apply_qr.svg") 100% 50% no-repeat; }

.container.main .box .s-box-full { margin:1.3rem 0 0; border:1px solid #EAEAEA; border-radius:0.4rem; }
.container.main .box .s-box-full .list-hd { display:flex; background:#FAFAFA; }
.container.main .box .s-box-full .list-hd li { flex:1; text-align:center; line-height:3.5rem; font-size:1.4rem; color:#666; }
.container.main .box .s-box-full .list-hd li:last-child { padding-right:1.7rem; }
.container.main .box .list-con-scroll { margin:1.2rem 1rem 1rem 0; height:10rem; overflow:auto; }
.container.main .box .list-con-scroll::-webkit-scrollbar { width:0.5rem; height:0.5rem; }
.container.main .box .list-con-scroll::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.container.main .box .list-con-scroll::-webkit-scrollbar-track { background:#ddd  }
.container.main .box .s-box-full .list-con { display:flex; align-items: center; line-height:2.6rem; padding:0 1rem; }
.container.main .box .s-box-full .list-con:hover { background:#f9f9f9; }
.container.main .box .s-box-full .list-con li { flex:1; text-align:center; line-height:2.6rem; font-size:1.5rem; color:#222; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; }
.container.main .box .s-box-full .list-con li a { display:inline-block; text-align:center; font-size:1.4rem; font-weight:500; color:#333; padding:0 1.5rem; line-height:3.2rem; border:1px solid #A6A6A6; border-radius:0.4rem; background:red; }

.container.main .box .link-wrap { margin:2rem 0 0; }
.container.main .box .link-wrap ul { display:flex;  }
.container.main .box .link-wrap ul li { flex:1; display:inline-flex; align-items: center; justify-content: center;  }
.container.main .box .link-wrap ul li::after { content:""; height:1.2rem; border-right:1px solid #E8E8E8; padding-left:2rem; }
.container.main .box .link-wrap ul li:last-child::after { display:none; }
.container.main .box .link-wrap ul li a { font-size:1.4rem; font-weight:500; text-align:center; padding-left:2rem; }
.container.main .box .link-wrap ul li a:hover { text-decoration:underline; }
.container.main .box .link-wrap ul li:nth-child(1) a { background:url("../../assets/images/ico_main_link_1.svg") 0 50% no-repeat; }
.container.main .box .link-wrap ul li:nth-child(2) a { background:url("../../assets/images/ico_main_link_2.svg") 0 50% no-repeat; }
.container.main .box .link-wrap ul li:nth-child(3) a { background:url("../../assets/images/ico_main_link_3.svg") 0 50% no-repeat; }
.container.main .box .link-wrap ul li:nth-child(4) a { background:url("../../assets/images/ico_main_link_4.svg") 0 50% no-repeat; }

.container.main .box .dot-list { border-left:1px solid #EAEAEA;  }
.container.main .box .dot-list li { padding-left:2.2rem; margin:0 0 2.4rem; position:relative;  }
.container.main .box .dot-list li:last-child { margin:0;  }

.container.main .box .dot-list li { font-size:1.6rem; color:#888; font-weight:500; }
.container.main .box .dot-list li::after { content:""; position:absolute; top:0.4rem; left:-0.5rem; width:1rem; height:1rem; background:url("../../assets/images/ico_main_dotlist_1.svg") 50% 50% no-repeat; background-size:contain; z-index:2; }

.container.main .box .dot-list li.active { font-size:1.6rem; color:#333; font-weight:600; }
.container.main .box .dot-list li.active::after { content:""; position:absolute; top:0.2rem; left:-0.7rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_main_dotlist_2.svg") 50% 50% no-repeat; background-size:contain; z-index:2; }

.container.main .box .dot-list li.active2 { font-size:1.6rem; color:#888; font-weight:600; }
.container.main .box .dot-list li.active2::after { content:""; position:absolute; top:0.4rem; left:-0.5rem; width:1rem; height:1rem; background:url("../../assets/images/ico_main_dotlist_3.svg") 50% 50% no-repeat; background-size:contain; z-index:2; }

.container.main .box.photo .swiper-button-next::after,
.container.main .box.photo .swiper-button-prev::after { display: none; }
.container.main .box.photo .swiper-button-next {
    width: 3rem;
    height: 3rem;
    background: url("../../assets/images/ico_main_photo_next.svg") 50% 50% no-repeat;
    background-size: contain;
}
.container.main .box.photo .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    background: url("../../assets/images/ico_main_photo_prev.svg") 50% 50% no-repeat;
    background-size: contain;
}

.container.main .box.photo { background:#fff; border-radius:1rem; padding:0; overflow:hidden; }
.container.main .box.photo .link { display:inline-block; margin:0 0 1rem; font-size:1.5rem !important; background:rgba(0,0,0,.7); border-radius:0.5rem; padding:0.5rem 1rem; }
.container.main .box.photo .txt { position:absolute; left:0; bottom:0; right:0; background:linear-gradient(to top, rgba(0,0,0,1), transparent); padding:4rem 2rem 2rem; }
.container.main .box.photo .txt .subject { font-size:1.5rem; color:#fff; }
.container.main .box.photo .txt .memo { margin:1.3rem 0 0; font-size:1.5rem; color:#fff; line-height:1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.container.main .box.photo .txt a { font-size:1.5rem; color:#fff; }

.container.main .box.photo .thumbnail { height:38rem; overflow:hidden; }
.container.main .box.photo .thumbnail img { width:100%; height:100%; object-fit:cover; }

.container.main .box .main-tabs { display:flex; border-bottom:1px solid #eaeaea; }
.container.main .box .main-tabs li { cursor:pointer; flex:1 1 auto; font-size:1.7rem; font-weight:400; color:#666; text-align:center; padding:0 1.2rem 1.1rem; }
.container.main .box .main-tabs li.active { font-size:1.7rem; font-weight:700; color:#333; border-bottom:2px solid #222; }

.container.main .box .main-tabs-contents { display:none; overflow:hidden; }
.container.main .box .main-tabs-contents.active { display:block; }
.container.main .box .main-tabs-contents .tbl-list { margin:1.2rem 0 0; }
.container.main .box .main-tabs-contents .tbl-list > li { padding:2rem 2.5rem 1.5rem; border-bottom:1px solid #dadada; }
.container.main .box .main-tabs-contents .tbl-list > li:last-child { border:0; }
.container.main .box .main-tabs-contents .tbl-list > li:hover { background:#F4F4F4; }
.container.main .box .main-tabs-contents .tbl-list > li .subject { display:flex; align-items: center; }
.container.main .box .main-tabs-contents .tbl-list > li .subject .tag { flex-shrink: 0; width:9rem; display:flex; gap:0.4rem; }
.container.main .box .main-tabs-contents .tbl-list > li .subject .tag li { width:auto; padding:0 0.7rem; line-height:2.2rem; border:1px solid #d6d6d6; background:#ECECEC; text-align:center; }
.container.main .box .main-tabs-contents .tbl-list > li .subject a {  font-size:1.5rem; font-weight:500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.container.main .box .main-tabs-contents .tbl-list > li .subject span { margin-left:0.8rem; }
.container.main .box .main-tabs-contents .tbl-list > li .subject img { width:2rem; height:2rem; object-fit:contain; }
.container.main .box .main-tabs-contents .tbl-list > li .info { margin:1.5rem 0 0; display:flex; gap:1.5rem; }
.container.main .box .main-tabs-contents .tbl-list > li .info span { font-size:1.5rem; font-weight:300; color:#666; }

.container.main .box .tbl-list2 li { display:flex; align-items: center; margin:0 0 2.1rem; }
.container.main .box .tbl-list2 li:last-child { margin:0; }
.container.main .box .tbl-list2 li a { font-size:1.5rem; font-weight:400; color:#666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.container.main .box .tbl-list2 li a:hover { color:#333; }
.container.main .box .tbl-list2 li img { margin-left:1rem; width:2rem; height:2rem; object-fit:contain; }
.container.main .box .tbl-list2 li .info { margin-left:auto; display:flex; align-items: center; flex-shrink: 0; }
.container.main .box .tbl-list2 li .writer { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:8rem; font-size:1.6rem; font-weight:400; color:#666; text-align:center; }
.container.main .box .tbl-list2 li .datetime { font-size:1.6rem; font-weight:400; color:#666; text-align:right; }

.container.main .box .tbl-list2.alarm li { font-weight:600 !important; }
.container.main .box .tbl-list2.alarm li a { font-weight:600 !important; }
.container.main .box .tbl-list2.alarm li .writer { font-weight:600 !important; color:#222 !important; }
.container.main .box .tbl-list2.alarm li .datetime { color:#222 !important; }
.container.main .box .tbl-list2.alarm li .status { min-width:3rem;  }
.container.main .box .tbl-list2.alarm li .status .icon { margin-left:0.5rem; display:block; width:1.5rem; height:1.5rem; background:#00907F; border-radius:100%;  }
.container.main .box .tbl-list2.alarm li.active { font-weight:400 !important; color:#999 !important; }
.container.main .box .tbl-list2.alarm li.active a { font-weight:400 !important; color:#999 !important; }
.container.main .box .tbl-list2.alarm li.active .writer { font-weight:400 !important; color:#999 !important; }
.container.main .box .tbl-list2.alarm li.active .datetime { font-weight:400 !important; color:#999 !important; }

.container.main .box .main-tabs2 { display:flex; border-bottom:1px solid #eaeaea; }
.container.main .box .main-tabs2 li { cursor:pointer; font-size:1.7rem; font-weight:400; color:#666; text-align:center; padding:0 2.5rem; padding-bottom:1.4rem; }
.container.main .box .main-tabs2 li.active { font-size:1.7rem; font-weight:700; color:#333; border-bottom:2px solid #222; }

.container.main .box .main-tabs-contents2 { display:none; }
.container.main .box .main-tabs-contents2.active { display:block; height:23rem; overflow-y:auto; padding-top:1.6rem; }
.container.main .box .main-tabs-contents2.active::-webkit-scrollbar { width:0.5rem; }
.container.main .box .main-tabs-contents2.active::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.container.main .box .main-tabs-contents2.active::-webkit-scrollbar-track { background:#ddd  }
.container.main .box .main-tabs-contents2 .txt { margin:0 0 1rem; }
.container.main .box .main-tabs-contents2 .txt p { font-size:1.5rem; font-weight:400; color:#333; line-height:1.6; }
.container.main .box .main-tabs-contents2 .infobox { background:#F4F4F4; padding:1rem 1.6rem; border-radius:1.1rem; }
.container.main .box .main-tabs-contents2 .infobox strong { display:block; }
.container.main .box .main-tabs-contents2 .infobox p { font-size:1.4rem; font-weight:400; color:#333; line-height:1.5; }

.container.main .box.no-style { padding:0; margin:4.9rem 0 0; background:none; }
.container.main .box .noti-hd { line-height:4.5rem; background:#00907F; padding:0 2.5rem;  }
.container.main .box .noti-hd p { font-size:1.6rem; color:#fff; font-weight:500; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; }
.container.main .box .noti-hd2 { line-height:4.5rem; background:#F6F6F6; padding:0 2.5rem;  }
.container.main .box .noti-hd2 p { font-size:1.6rem; color:#333; font-weight:500; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; }
.container.main .box .noti-list-scroll { overflow-y:auto; }
.container.main .box .noti-list-scroll::-webkit-scrollbar { width:0.5rem; }
.container.main .box .noti-list-scroll::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.container.main .box .noti-list-scroll::-webkit-scrollbar-track { background:#ddd  }
.container.main .box .noti-list {  border-radius:0 0 1rem 1rem; display:flex; flex-wrap:wrap; overflow:hidden; border-top:1px solid #eaeaea; border-left:1px solid #eaeaea;  }
.container.main .box .noti-list li { display:flex; align-items: center; width:50%; padding:0 2.5rem; height:4.5rem; background:#fff; border-bottom:1px solid #eaeaea; border-right:1px solid #eaeaea; }
.container.main .box .noti-list li a { display:block; font-size:1.6rem; font-weight:400; color:#333; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; }
.container.main .box .noti-list li span { margin-left:1rem; }
.container.main .box .noti-list li img { width:2rem; height:2rem; object-fit:contain; }

.container.main .box .link-list { display:flex; justify-content: space-between; flex-wrap:wrap; gap:1rem; }
.container.main .box .link-list li { display:flex; align-items: center; justify-content: center; width:calc(50% - 0.5rem); height:4.5rem; background:#fff; border:1px solid #EAEAEA; border-radius:0.3rem; position:relative; }
.container.main .box .link-list li a { font-size:1.5rem; font-weight:400; color:#888; }
.container.main .box .link-list li.active { border:1px solid #A6A6A6; }
.container.main .box .link-list li.active a { display:block; font-size:1.5rem; font-weight:400; color:#333; }

/* 교직원 */
.container.main .box .faculty { }
.container.main .box .faculty .info1 { }
.container.main .box .faculty .info1 dl { display:flex; align-items: center; height:4.8rem; border-radius:0.4rem; border:1px solid #EAEAEA; }
.container.main .box .faculty .info1 dt { display:flex; align-items: center; justify-content: center; width:11rem; height:100%; background:#F6F6F6; font-size:1.5rem; font-weight:700; color:#333; text-align:center; }
.container.main .box .faculty .info1 dd { flex:1; display:flex; align-items: center; justify-content: center; width:11rem; height:100%; font-size:1.5rem; font-weight:400; color:#666; text-align:center; }
.container.main .box .faculty .info1 dd:nth-child(2) { border-right:1px solid #EAEAEA; }
.container.main .box .faculty .info1 dd b { color:#222; margin-left:0.5rem; font-weight:600; }

.container.main .box .faculty .info2 { margin-top:1rem; border:1px solid #EAEAEA; border-radius:0.3rem; }
.container.main .box .faculty .info2 dl { display:flex; align-items: center; border-bottom:1px solid #EAEAEA;  }
.container.main .box .faculty .info2 dt { display:flex; align-items: center; justify-content: center; width:11rem; height:3.5rem; font-size:1.5rem; font-weight:500; color:#666; background:#FAFAFA; }
.container.main .box .faculty .info2 dt:nth-child(2) { flex:1; }
.container.main .box .faculty .info2 ul { padding:0 2.6rem 1.7rem 3rem; }
.container.main .box .faculty .info2 ul li { display:flex; align-items: center; margin:0 0 1.3rem; gap:0.5rem; }
.container.main .box .faculty .info2 ul li:last-child { margin:0; }
.container.main .box .faculty .info2 ul li .tit { width:9rem; font-size:1.5rem; font-weight:400; color:#222; }
.container.main .box .faculty .info2 ul li .btn-link-wrap { flex:1; display:flex; align-items: center; gap:0.5rem; }
.container.main .box .faculty .info2 ul li .btn-link-wrap a { text-align:center; font-size:1.5rem; font-weight:400; color:#333; padding:0 1rem; line-height:3.2rem; border:1px solid #A6A6A6; border-radius:0.4rem; }

.container.main .box .link-wrap2 { margin:2rem 0 0; }
.container.main .box .link-wrap2 ul { display:flex;  }
.container.main .box .link-wrap2 ul li { flex:1; display:inline-flex; align-items: center; justify-content: center;  }
.container.main .box .link-wrap2 ul li::after { content:""; display:block; width:1px; height:1.2rem; background-color:#E8E8E8; margin-left:2rem; align-self:center; flex-shrink:0; }
.container.main .box .link-wrap2 ul li:last-child::after { display:none; }
.container.main .box .link-wrap2 ul li a { font-size:1.3rem; font-weight:500; text-align:center; padding-left:2rem; color:#333; }
.container.main .box .link-wrap2 ul li a:hover { text-decoration:underline; }
.container.main .box .link-wrap2 ul li:nth-child(1) a { background:url("../../assets/images/ico_main_link2_1.svg") 0 50% no-repeat; }
.container.main .box .link-wrap2 ul li:nth-child(2) a { background:url("../../assets/images/ico_main_link2_2.svg") 0 50% no-repeat; }
.container.main .box .link-wrap2 ul li:nth-child(3) a { background:url("../../assets/images/ico_main_link2_3.svg") 0 50% no-repeat; }
.container.main .box .link-wrap2 ul li:nth-child(4) a { background:url("../../assets/images/ico_main_link2_4.svg") 0 50% no-repeat; }

/* 학부모 */
.container.main .box.food-photo { margin-top:8rem; height:31rem; }
.container.main .box.food-photo img { width:100% !important; height:100% !important; object-fit:contain; border-radius:1rem; }

.container.main .box .parents .info1 { display:flex; gap:0.5rem; }
.container.main .box .parents .info1 > div:nth-child(1) { width:5.8rem; display:flex; align-items: center; justify-content: center; height:11rem; border:1px solid #A6A6A6; border-radius:0.4rem; font-size:1.4rem; font-weight:500; color:#333; line-height:2rem;  }

.container.main .box .parents .info1 > div:nth-child(2) { width:5.8rem; display:flex; align-items: center; justify-content: center; height:11rem; border:1px solid #A6A6A6; border-radius:0.4rem; font-size:1.4rem; font-weight:500; color:#333; line-height:2rem; }

.container.main .box .parents .info1 > div:nth-child(3) { flex:1; display:flex; border:1px solid #EAEAEA; border-radius:0.4rem; }
.container.main .box .parents .info1 > div:nth-child(3) .tit { width:5.8rem; display:flex; align-items: center; justify-content: center; background:#F6F6F6; font-size:1.6rem; font-weight:700; color:#333; }
.container.main .box .parents .info1 > div:nth-child(3) .con { flex:1;  }
.container.main .box .parents .info1 > div:nth-child(3) .con .txt { line-height:1.9rem; font-size:1.4rem; font-weight:400; color:#666; padding:0.7rem 1.5rem; border-bottom:1px solid #EAEAEA; }
.container.main .box .parents .info1 > div:nth-child(3) .con .info { height:4rem; display:flex; align-items: center; padding:0 1.5rem; }
.container.main .box .parents .info1 > div:nth-child(3) .con .info .time { font-size:1.4rem; font-weight:400; color:#666; }
.container.main .box .parents .info1 > div:nth-child(3) .con .info .time b { color:#333; }
.container.main .box .parents .info1 > div:nth-child(3) .con .info .btn_qr_view { margin-left:2rem; padding-right:3.6rem; line-height:2.9rem; font-size:1.6rem; font-weight:700; color:#222; background:url("../../assets/images/ico_main_apply_qr.svg") 100% 50% no-repeat; }

.container.main .box .parents .info2 { margin:0.9rem 0 0; margin-top:1rem; border:1px solid #EAEAEA; border-radius:0.3rem; }
.container.main .box .parents .info2 dl { display:flex; align-items: center; border-bottom:1px solid #EAEAEA;  }
.container.main .box .parents .info2 dt { display:flex; align-items: center; justify-content: center; flex:1; height:3.5rem; font-size:1.4rem; font-weight:500; color:#666; background:#FAFAFA; }
.container.main .box .parents .info2 .btn-link-wrap { display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; padding:0 2rem; }
.container.main .box .parents .info2 .btn-link-wrap a { text-align:center; width:calc(100% / 3 - 0.5rem); font-size:1.4rem; font-weight:500; color:#333; padding:0 1.5rem; line-height:3.2rem; border:1px solid #A6A6A6; border-radius:0.4rem; }

.container.main .box .parents .btn-link-wrap.only { display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; padding:0; }
.container.main .box .parents .btn-link-wrap.only a { text-align:center; width:calc(100% / 3 - 0.5rem); font-size:1.5rem; font-weight:500; color:#333; padding:0 1.5rem; border:1px solid #A6A6A6; border-radius:0.4rem; display:block; line-height:4.5rem; }


.container.main .col-4 { display:flex; flex-wrap:wrap; }

/* 1인2기강사 */
.container.main .box .instructor .info1 { margin:0.9rem 0 0; margin-top:1rem; border:1px solid #EAEAEA; border-radius:0.3rem; }
.container.main .box .instructor .info1 dl { display:flex; align-items: center; border-bottom:1px solid #EAEAEA;  }
.container.main .box .instructor .info1 dt { display:flex; align-items: center; justify-content: center; flex:1; height:3.5rem; font-size:1.4rem; font-weight:500; color:#666; background:#FAFAFA; }
.container.main .box .instructor .info1 .btn-link-wrap { display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; padding:1.3rem 2rem; }
.container.main .box .instructor .info1 .btn-link-wrap a { text-align:center; width:calc(100% / 3 - 0.5rem); font-size:1.4rem; font-weight:500; color:#333; padding:0 1.5rem; line-height:3.2rem; border:1px solid #A6A6A6; border-radius:0.4rem; }

.container.main .box .s-box-full2 { border:1px solid #EAEAEA; border-radius:0.4rem; }
.container.main .box .s-box-full2 .list-hd { display:flex; background:#FAFAFA; padding:0 1rem; }
.container.main .box .s-box-full2 .list-hd li { flex:1; text-align:center; line-height:3.5rem; font-size:1.4rem; color:#666; text-align:center; }
.container.main .box .s-box-full2 .list-hd li:last-child { }
.container.main .box .s-box-full2 .list-con-scroll { height:22rem; margin:1.2rem 0 1rem 0; overflow-y:auto;  }
.container.main .box .s-box-full2 .list-con-scroll::-webkit-scrollbar { width:0.5rem; }
.container.main .box .s-box-full2 .list-con-scroll::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.container.main .box .s-box-full2 .list-con-scroll::-webkit-scrollbar-track { background:#ddd  }
.container.main .box .s-box-full2 .list-con { margin:0.5rem 0 0; display:flex; align-items: center; line-height:2.6rem; padding:0 1rem; }
.container.main .box .s-box-full2 .list-con:hover { background:#F0F9F9; }
.container.main .box .s-box-full2 .list-con li { flex:1; line-height:2.6rem; font-size:1.5rem; color:#222;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-align:left;
    text-overflow:ellipsis;
}
.container.main .box .s-box-full2 .list-con li:not(:first-child) {
    display:block;
    -webkit-line-clamp:unset;
    -webkit-box-orient:unset;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-align:center;
}

/*
.container.main .box .s-box-full2 .list-con li a { display:inline-block; text-align:center; font-size:1.4rem; font-weight:500; color:#333; padding:0 1.5rem; line-height:3.2rem; border:1px solid #A6A6A6; border-radius:0.4rem; }
 */
.container.main .onetwo-instructor .box { height:33rem !important; }
.container.main .onetwo-instructor .tbl-list { height:23.5rem; overflow-y:auto; padding-right:1rem; }
.container.main .onetwo-instructor .tbl-list::-webkit-scrollbar { width:0.5rem; }
.container.main .onetwo-instructor .tbl-list::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.container.main .onetwo-instructor .tbl-list::-webkit-scrollbar-track { background:#ddd  }

@media all and (max-width: 767px) {
    .container.main .onetwo-instructor .box { height:auto !important; }
    .container.main .onetwo-instructor .tbl-list { height:auto !important; }
}

.container.main .btn_main_more { position:absolute; top:50%; transform:translateY(-50%); z-index:2; right:0; width:3rem; height:3rem; background:url("../../assets/images/ico_comment_menu.svg") 50% 50% no-repeat;  }
.container.main .s-pop { display:none; box-shadow:2px 2px 12px 0 rgba(34,34,34,.1); position:absolute; z-index:20; top:3rem; right:0; width:8rem; background:#fff; border:1px solid #E8E8E8; border-radius:1rem; overflow:hidden; text-align:center; }
.container.main .s-pop a { display:block; line-height:3.8rem; border-bottom:1px solid #E8E8E8; font-size:1.4rem !important; font-weight:400; color:#666; }
.container.main .s-pop a:hover { background:#f8f8f8; }
.container.main .s-pop a:last-child { border:0; }

.footer { margin:4rem 0 0; height:8.4rem; background:#fff; display:flex; align-items: center; justify-content: center; }
.footer ul { display:flex; align-items: center; justify-content: center; }
.footer ul li { line-height:3.4rem; border-right:1px solid #D9D9D9; padding:0 5rem; }
.footer ul li:first-child { padding-left:0; }
.footer ul li:last-child { padding-right:0; border-right:0; }
.footer ul li a { font-size:1.6rem; font-weight:500; color:#888; }
.footer ul li a:hover { font-weight:600; color:#111; text-decoration:underline; }

@media all and (max-width: 1600px) {
    .container.main { display:block; padding:13rem 1.5rem 2rem; zoom: 0.8 !important; }
}

@media all and (max-width: 1279px) {

    /*** 메인 ***/
    .container.main { padding:10rem 1.5rem 2rem;  zoom: 1 !important; }
    .pc-display { display:none; }
    .mo-display { display:block; }

    /* 학생 */
    .container.main .mt-3 { margin-top:3rem !important; }
    .container.main h2.mt-3 { }
    .container.main .relative { position:relative; }
    .container.main .row { display:block; gap:2rem; margin-top:0 !important; }
    .container.main .row .col { width:100%; min-width:auto; overflow:hidden; margin-top:3rem !important; }
    .container.main .row .col.mo-mt-0 { margin-top:0rem !important; }
    .container.main .row .mo-display + .col { margin-top:0rem !important; }
    .container.main .mo-mt-3 { margin-top:3rem !important; }
    .container.main h2.mo-mt-0 { margin-top:0rem !important; }

    .container.main .row.col-2 { display:block; justify-content: center; gap:2rem; }
    .container.main .row.col-2 .col { width:100%; overflow:hidden; }
    .container.main .row.col-2 .col:last-child { width:100%; }

    .container.main .row .col .d-flex-inner { display:block; flex-wrap:wrap; gap:0 2rem; }
    .container.main .row .col .d-flex-inner > div { width:100%; position:relative; }

    .container.main .row .link_more { position:absolute; top:0.5rem; right:0; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_main_more.svg") 50% 50% no-repeat; background-size:contain; }
    .container.main .row .today { position:absolute; top:0; right:0; padding:0 1.7rem; line-height:3.1rem; border-radius:1.5rem; background:#CCF3EF; font-size:1.4rem; font-weight:700; color:#17B0A9; }
    .container.main .row h2 { font-size:1.8rem; font-weight:700; color:#222; margin:0 0 1rem; /* margin-top:0 !important; */ }
    .container.main .row h2.absolute { position:absolute; top:2.5rem; left:2.5rem; z-index:2; color:#fff; }

    .container.main .box { position:relative; background:#fff; border-radius:1rem; padding:1rem; overflow:hidden; height:auto !important; }
    .container.main .box .overflow-y { max-height:auto !important; height:auto !important; overflow-y:auto !important; padding:0 1rem; }
    .container.main .box .d-flex { display:block; gap:1.1rem; }
    .container.main .box .s-box { height:13rem; display:flex; align-items: center; border:1px solid #EAEAEA; border-radius:0.4rem; margin:0 0 0.5rem; }
    .container.main .box .s-box:nth-child(1) { width:100%; }
    .container.main .box .s-box:nth-child(2) { flex:1;  }
    .container.main .box .s-box .hd { width:5.8rem; height:100%; background:#F6F6F6; display:flex; align-items: center; justify-content: center;}
    .container.main .box .s-box .hd p { font-size:1.4rem; font-weight:700; }
    .container.main .box .s-box .con { padding:1rem; }
    .container.main .box .s-box .con > div { display:flex; align-items: center; gap:0.8rem; margin:0 0 0.6rem; }
    .container.main .box .s-box .con > div:last-child { margin:0; }
    .container.main .box .s-box .con .time { width:4.3rem; line-height:2.9rem; font-size:1.4rem; font-weight:400; color:#666; }
    .container.main .box .s-box .con .time.w-auto { width:auto; }
    .container.main .box .s-box .con .s-1 { padding-left:2.3rem; line-height:2.9rem; font-size:1.4rem; font-weight:600; color:#009D85; background:url("../../assets/images/ico_main_apply_1.svg") 0 50% no-repeat; }

    .container.main .box .s-box .con .s-2 { padding-left:2.3rem; line-height:2.9rem; font-size:1.4rem; font-weight:600; color:#444; background:url("../../assets/images/ico_main_apply_2.svg") 0 50% no-repeat; }

    .container.main .box .s-box .con .s-3 { padding-left:2.3rem; line-height:2.9rem; font-size:1.4rem; font-weight:600; color:#FF4E74; background:url("../../assets/images/ico_main_apply_3.svg") 0 50% no-repeat; }

    .container.main .box .s-box .con .btn_qr_view { padding-right:3.6rem; line-height:2.9rem; font-size:1.4rem; font-weight:700; color:#222; background:url("../../assets/images/ico_main_apply_qr.svg") 100% 50% no-repeat; }

    .container.main .box .s-box-full { margin:0.5rem 0 0; height:auto; border:1px solid #EAEAEA; border-radius:0.4rem; }
    .container.main .box .s-box-full .list-hd { display:flex; background:#FAFAFA; }
    .container.main .box .s-box-full .list-hd li { flex:auto; text-align:center; line-height:3.5rem; font-size:1.2rem; color:#666; letter-spacing:-0.2rem; }
    .container.main .box .s-box-full .list-hd li:last-child { padding-right:1.7rem; }
    .container.main .box .s-box-full .list-con-scroll { margin:1.2rem 0.5rem 0 0; height:10rem; overflow-y:auto; }
    .container.main .box .s-box-full .list-con-scroll::-webkit-scrollbar { width:0.5rem; }
    .container.main .box .s-box-full .list-con-scroll::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .container.main .box .s-box-full .list-con-scroll::-webkit-scrollbar-track { background:#ddd  }
    .container.main .box .s-box-full .list-con { display:flex; align-items: center; line-height:2.6rem; padding:0 1rem; }
    .container.main .box .s-box-full .list-con:hover { background:#F0F9F9; }
    .container.main .box .s-box-full .list-con li { flex:auto; text-align:center; line-height:2.6rem; font-size:1.2rem; color:#222; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; }
    .container.main .box .s-box-full .list-con li a { display:inline-block; text-align:center; font-size:1.2rem; font-weight:500; color:#333; padding:0 1.5rem; line-height:3.2rem; border:1px solid #A6A6A6; border-radius:0.4rem; background:red; }

    .container.main .box .link-wrap { margin:1rem 0 0; border-bottom:1px solid #eee; padding:0 0 1rem; }
    .container.main .box .link-wrap ul { display:flex; flex-wrap:wrap; gap:1rem; }
    .container.main .box .link-wrap ul li { flex:1 1 calc(50% - 0.5rem); display:inline-flex; align-items: center; justify-content: center;  }
    .container.main .box .link-wrap ul li::after { display:none; }
    .container.main .box .link-wrap ul li:last-child::after { display:none; }
    .container.main .box .link-wrap ul li a { font-size:1.2rem; font-weight:500; text-align:center; padding-left:2rem; }
    .container.main .box .link-wrap ul li a:hover { text-decoration:underline; }
    .container.main .box .link-wrap ul li:nth-child(1) a { background:url("../../assets/images/ico_main_link_1.svg") 0 50% no-repeat; }
    .container.main .box .link-wrap ul li:nth-child(2) a { background:url("../../assets/images/ico_main_link_2.svg") 0 50% no-repeat; }
    .container.main .box .link-wrap ul li:nth-child(3) a { background:url("../../assets/images/ico_main_link_3.svg") 0 50% no-repeat; }
    .container.main .box .link-wrap ul li:nth-child(4) a { background:url("../../assets/images/ico_main_link_4.svg") 0 50% no-repeat; }

    .container.main .box .dot-list { border-left:1px solid #EAEAEA;  }
    .container.main .box .dot-list li { padding-left:2rem; margin:0 0 1.5rem; position:relative;  }
    .container.main .box .dot-list li:last-child { margin:0;  }

    .container.main .box .dot-list li { font-size:1.4rem; color:#888; font-weight:500; }
    .container.main .box .dot-list li::after { content:""; position:absolute; top:0.3rem; left:-0.5rem; width:1rem; height:1rem; background:url("../../assets/images/ico_main_dotlist_1.svg") 50% 50% no-repeat; background-size:contain; z-index:2; }

    .container.main .box .dot-list li.active { font-size:1.4rem; color:#333; font-weight:600; }
    .container.main .box .dot-list li.active::after { content:""; position:absolute; top:0.2rem; left:-0.7rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_main_dotlist_2.svg") 50% 50% no-repeat; background-size:contain; z-index:2; }

    .container.main .box .dot-list li.active2 { font-size:1.4rem; color:#888; font-weight:600; }
    .container.main .box .dot-list li.active2::after { content:""; position:absolute; top:0.3rem; left:-0.5rem; width:1rem; height:1rem; background:url("../../assets/images/ico_main_dotlist_3.svg") 50% 50% no-repeat; background-size:contain; z-index:2; }

    .container.main .box.photo .swiper-button-next::after,
    .container.main .box.photo .swiper-button-prev::after { display: none; }
    .container.main .box.photo .swiper-button-next {
        width: 3rem;
        height: 3rem;
        background: url("../../assets/images/ico_main_photo_next.svg") 50% 50% no-repeat;
        background-size: contain;
    }
    .container.main .box.photo .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        background: url("../../assets/images/ico_main_photo_prev.svg") 50% 50% no-repeat;
        background-size: contain;
    }

    .container.main .box.photo { background:#fff; border-radius:1rem; padding:0; overflow:hidden; }
    .container.main .box.photo .txt { position:absolute; left:0; bottom:0; right:0; }
    .container.main .box.photo .txt .subject {
        font-size:1.4rem;
        color:#fff;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-height:1.5;
    }
    .container.main .box.photo .txt .memo { margin:1.3rem 0 0; font-size:1.5rem; font-weight:500; color:#fff; line-height:1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        display:none;
    }
    .container.main .box.photo .txt a { font-size:1.5rem; font-weight:700; color:#fff; }

    .container.main .box.photo .thumbnail { height:25rem; overflow:hidden; }
    .container.main .box.photo .thumbnail img { width:100%; height:100%;  object-fit:cover; }

    .container.main .box .main-tabs { overflow-x:auto; overflow-y:hidden; flex-wrap:nowrap; -webkit-overflow-scrolling:touch; scrollbar-width:none; -ms-overflow-style:none; scroll-behavior:smooth; }
    .container.main .box .main-tabs::-webkit-scrollbar { display:none; }
    .container.main .box .main-tabs li { flex-shrink:0; white-space:nowrap; min-width:auto; cursor:pointer; flex:1 1 auto; font-size:1.5rem; font-weight:400; color:#666; text-align:center; padding:0 1.2rem 0; line-height:4rem; border-bottom:1px solid #eaeaea; }
    .container.main .box .main-tabs li.active { font-size:1.5rem; font-weight:700; color:#333; border-bottom:2px solid #222; }

    .container.main .box .main-tabs-contents { display:none; overflow:hidden; }
    .container.main .box .main-tabs-contents.active { display:block; }
    .container.main .box .main-tabs-contents .tbl-list { margin:0.9rem 0 0; }
    .container.main .box .main-tabs-contents .tbl-list > li { padding:1rem; border-bottom:1px solid #dadada; }
    .container.main .box .main-tabs-contents .tbl-list > li:last-child { border:0; }
    .container.main .box .main-tabs-contents .tbl-list > li:hover { background:#F4F4F4; }
    .container.main .box .main-tabs-contents .tbl-list > li .subject { display:flex; align-items: center; }
    .container.main .box .main-tabs-contents .tbl-list > li .subject .tag { flex-shrink: 0; width:9rem; display:flex; gap:0.4rem; }
    .container.main .box .main-tabs-contents .tbl-list > li .subject .tag li { width:auto; padding:0 0.7rem; line-height:2.2rem; border:1px solid #d6d6d6; background:#ECECEC; text-align:center; }
    .container.main .box .main-tabs-contents .tbl-list > li .subject a {  font-size:1.4rem; font-weight:500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
    .container.main .box .main-tabs-contents .tbl-list > li .subject span { margin-left:0.8rem; }
    .container.main .box .main-tabs-contents .tbl-list > li .subject img { width:1.5rem; height:1.5rem; object-fit:contain; }
    .container.main .box .main-tabs-contents .tbl-list > li .info { margin:1.5rem 0 0; display:flex; gap:1.5rem; }
    .container.main .box .main-tabs-contents .tbl-list > li .info span { font-size:1.4rem; font-weight:300; color:#666; }

    .container.main .box .tbl-list2 li { display:flex; align-items: center; margin:0 0 1.5rem; }
    .container.main .box .tbl-list2 li:last-child { margin:0; }
    .container.main .box .tbl-list2 li a { font-size:1.4rem; font-weight:400; color:#666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
    .container.main .box .tbl-list2 li a:hover { font-weight:500; color:#333; }
    .container.main .box .tbl-list2 li img { margin-left:1rem; width:1.5rem; height:1.5rem; object-fit:contain; }
    .container.main .box .tbl-list2 li .info { margin-left:auto; display:flex; align-items: center; flex-shrink: 0; }
    .container.main .box .tbl-list2 li .writer { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:8rem; font-size:1.6rem; font-weight:400; color:#666; text-align:center; display:none; }
    .container.main .box .tbl-list2 li .datetime { font-size:1.4rem; font-weight:400; color:#666; text-align:right; margin-left:1rem; }

    .container.main .box .main-tabs2 { overflow-x:auto; overflow-y:hidden; flex-wrap:nowrap; -webkit-overflow-scrolling:touch; scrollbar-width:none; -ms-overflow-style:none; scroll-behavior:smooth; }
    .container.main .box .main-tabs2::-webkit-scrollbar { display:none; }
    .container.main .box .main-tabs2 li { flex-shrink:0; white-space:nowrap; min-width:auto; cursor:pointer; flex:1 1 auto; font-size:1.5rem; font-weight:400; color:#666; text-align:center; padding:0 1.2rem 0; line-height:4rem; border-bottom:1px solid #eaeaea; }
    .container.main .box .main-tabs2 li.active { font-size:1.5rem; font-weight:700; color:#333; border-bottom:2px solid #222; }

    .container.main .box .main-tabs-contents2 { display:none; }
    .container.main .box .main-tabs-contents2.active { display:block; height:23rem; overflow-y:auto; padding-top:1.6rem; }
    .container.main .box .main-tabs-contents2.active::-webkit-scrollbar { width:0.5rem; }
    .container.main .box .main-tabs-contents2.active::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .container.main .box .main-tabs-contents2.active::-webkit-scrollbar-track { background:#ddd  }
    .container.main .box .main-tabs-contents2 .txt { margin:0 0 1rem; }
    .container.main .box .main-tabs-contents2 .txt p { font-size:1.4rem; font-weight:400; color:#333; line-height:1.6; }
    .container.main .box .main-tabs-contents2 .infobox { background:#F4F4F4; padding:1rem 1.6rem; border-radius:1.1rem; }
    .container.main .box .main-tabs-contents2 .infobox strong { display:block; }
    .container.main .box .main-tabs-contents2 .infobox p { font-size:1.3rem; font-weight:400; color:#333; line-height:1.5; }

    .container.main .box.no-style { padding:0; margin:0; background:none; }
    .container.main .box .noti-hd { line-height:4.5rem; background:#00907F; padding:0 1rem;  }
    .container.main .box .noti-hd p { font-size:1.4rem; color:#fff; font-weight:500; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; }
    .container.main .box .noti-hd2 { line-height:4.5rem; background:#F6F6F6; padding:0 1rem;  }
    .container.main .box .noti-hd2 p { font-size:1.4rem; color:#333; font-weight:500; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; }
    .container.main .box .noti-list-scroll { overflow-y:auto; height:auto !important; margin:0 0 3rem; }
    .container.main .box .noti-list-scroll::-webkit-scrollbar { width:0.5rem; }
    .container.main .box .noti-list-scroll::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .container.main .box .noti-list-scroll::-webkit-scrollbar-track { background:#ddd  }
    .container.main .box .noti-list {  border-radius:0 0 1rem 1rem; display:flex; flex-wrap:wrap; overflow:hidden; border-top:1px solid #eaeaea; border-left:1px solid #eaeaea;  }
    .container.main .box .noti-list li { display:flex; align-items: center; width:50%; padding:0 1rem; height:4.5rem; background:#fff; border-bottom:1px solid #eaeaea; border-right:1px solid #eaeaea; }
    .container.main .box .noti-list li a { display:block; font-size:1.3rem; font-weight:400; color:#333; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; }
    .container.main .box .noti-list li span { margin-left:1rem; }
    .container.main .box .noti-list li img { width:1.5rem; height:1.5rem; object-fit:contain; }

    .container.main .box .link-list { display:flex; justify-content: space-between; flex-wrap:wrap; gap:0.5rem; }
    .container.main .box .link-list li { display:flex; align-items: center; justify-content: center; width:calc(50% - 0.25rem); height:4rem; background:#fff; border:1px solid #EAEAEA; border-radius:0.3rem; position:relative; }
    .container.main .box .link-list li a { font-size:1.4rem; font-weight:400; color:#888; }
    .container.main .box .link-list li.active { border:1px solid #A6A6A6; }
    .container.main .box .link-list li.active a { display:block; font-size:1.4rem; font-weight:400; color:#333; }

    /* 교직원 */
    .container.main .box .faculty { }
    .container.main .box .faculty .info1 { }
    .container.main .box .faculty .info1 dl { display:flex; flex-wrap:wrap; align-items: center; height:auto; border-radius:0.4rem; border:1px solid #EAEAEA; }
    .container.main .box .faculty .info1 dt { width:100%; display:flex; align-items: center; justify-content: flex-start;  height:4rem; background:#F6F6F6; font-size:1.5rem; font-weight:400; color:#333; text-align:center; padding:0 1.5rem; }
    .container.main .box .faculty .info1 dd { flex:1; display:flex; align-items: center; justify-content: center; width:100%; height:4rem; font-size:1.4rem; font-weight:400; color:#666; text-align:center; }
    .container.main .box .faculty .info1 dd b { color:#222; margin-left:0.5rem; font-weight:600; }

    .container.main .box .faculty .info2 { margin-top:1rem; border:1px solid #EAEAEA; border-radius:0.3rem; }
    .container.main .box .faculty .info2 dl { display:flex; align-items: center; border-bottom:1px solid #EAEAEA;  }
    .container.main .box .faculty .info2 dt { display:flex; align-items: center; justify-content: center; width:11rem; height:3.5rem; font-size:1.4rem; font-weight:500; color:#666; background:#FAFAFA; }
    .container.main .box .faculty .info2 dt:nth-child(2) { flex:1; }
    .container.main .box .faculty .info2 ul { padding:1.2rem; }
    .container.main .box .faculty .info2 ul li { display:block; align-items: center; margin:0 0 1rem; }
    .container.main .box .faculty .info2 ul li:last-child { margin:0; }
    .container.main .box .faculty .info2 ul li .tit { width:auto; font-size:1.4rem; font-weight:400; color:#222; margin:0 0 1rem; }
    .container.main .box .faculty .info2 ul li .btn-link-wrap { flex:1; display:flex; align-items: center; /*flex-wrap:wrap;*/ gap:0.5rem;  }
    .container.main .box .faculty .info2 ul li .btn-link-wrap a { flex:1; text-align:center; font-size:1.4rem; font-weight:500; color:#333; padding:0 0.5rem; line-height:3.2rem; border:1px solid #A6A6A6; border-radius:0.4rem; }

    .container.main .box .link-wrap2 { margin:1rem 0 0; padding:1rem 0; }
    .container.main .box .link-wrap2 ul { display:flex; flex-wrap:wrap; gap:1.5rem 1rem; }
    .container.main .box .link-wrap2 ul li { flex:1 1 calc(50% - 0.5rem); display:inline-flex; align-items: center; justify-content: center;  }
    .container.main .box .link-wrap2 ul li::after { display:none; }
    .container.main .box .link-wrap2 ul li:last-child::after { display:none; }
    .container.main .box .link-wrap2 ul li a { font-size:1.4rem; font-weight:500; text-align:center; padding-left:2.5rem; }
    .container.main .box .link-wrap2 ul li a:hover { text-decoration:underline; }
    .container.main .box .link-wrap2 ul li:nth-child(1) a { background:url("../../assets/images/ico_main_link2_1.svg") 0 50% no-repeat; }
    .container.main .box .link-wrap2 ul li:nth-child(2) a { background:url("../../assets/images/ico_main_link2_2.svg") 0 50% no-repeat; }
    .container.main .box .link-wrap2 ul li:nth-child(3) a { background:url("../../assets/images/ico_main_link2_3.svg") 0 50% no-repeat; }
    .container.main .box .link-wrap2 ul li:nth-child(4) a { background:url("../../assets/images/ico_main_link2_4.svg") 0 50% no-repeat; }

    /* 학부모 */
    .container.main .box.food-photo { margin-top:0; height:auto; }
    .container.main .box.food-photo img { width:100%; height:100%; object-fit:cover; border-radius:1rem; }

    .container.main .box .parents .info1 { display:flex; flex-wrap:wrap; gap:0.5rem; }
    .container.main .box .parents .info1 > div:nth-child(1) { flex:1; width:5.8rem; display:flex; align-items: center; justify-content: center; height:auto; border:1px solid #A6A6A6; border-radius:0.4rem; font-size:1.4rem; font-weight:500; color:#333; line-height:2rem; padding:1rem 0; }

    .container.main .box .parents .info1 > div:nth-child(2) { flex:1; width:5.8rem; display:flex; align-items: center; justify-content: center; height:auto; border:1px solid #A6A6A6; border-radius:0.4rem; font-size:1.4rem; font-weight:500; color:#333; line-height:2rem; padding:1rem 0; }

    .container.main .box .parents .info1 > div:nth-child(3) { flex:1 1 100%; display:flex; border:1px solid #EAEAEA; border-radius:0.4rem; }
    .container.main .box .parents .info1 > div:nth-child(3) .tit { width:5.8rem; display:flex; align-items: center; justify-content: center; background:#F6F6F6; font-size:1.6rem; font-weight:700; color:#333; }
    .container.main .box .parents .info1 > div:nth-child(3) .con { flex:1;  }
    .container.main .box .parents .info1 > div:nth-child(3) .con .txt { line-height:1.9rem; font-size:1.3rem; font-weight:400; color:#666; padding:0.7rem 1.5rem; border-bottom:1px solid #EAEAEA; }
    .container.main .box .parents .info1 > div:nth-child(3) .con .info { height:auto; display:block; align-items: center; padding:1.5rem; }
    .container.main .box .parents .info1 > div:nth-child(3) .con .info .time { font-size:1.4rem; font-weight:400; color:#666; }
    .container.main .box .parents .info1 > div:nth-child(3) .con .info .time b { color:#333; }
    .container.main .box .parents .info1 > div:nth-child(3) .con .info .btn_qr_view { margin-left:0; margin:1rem 0 0; padding-right:3.6rem; line-height:2.9rem; font-size:1.4rem; font-weight:700; color:#222; background:url("../../assets/images/ico_main_apply_qr.svg") 100% 50% no-repeat; }

    .container.main .box .parents .info2 { margin:0.9rem 0 0; margin-top:1rem; border:1px solid #EAEAEA; border-radius:0.3rem; }
    .container.main .box .parents .info2 dl { display:flex; align-items: center; border-bottom:1px solid #EAEAEA;  }
    .container.main .box .parents .info2 dt { display:flex; align-items: center; justify-content: center; flex:1; height:3.5rem; font-size:1.2rem; font-weight:500; color:#666; background:#FAFAFA; }
    .container.main .box .parents .info2 .btn-link-wrap { display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; padding:1rem; }
    .container.main .box .parents .info2 .btn-link-wrap a { text-align:center; width:calc(100% / 3 - 0.35rem); font-size:1rem; font-weight:500; color:#333; padding:0.5rem; line-height:3.2rem; border:1px solid #A6A6A6; border-radius:0.4rem; }

    .container.main .col-4 { display:flex; flex-wrap:wrap; }

    /* 1인2기강사 */
    .container.main .box .instructor .info1 { margin:0.9rem 0 0; margin-top:1rem; border:1px solid #EAEAEA; border-radius:0.3rem; }
    .container.main .box .instructor .info1 dl { display:flex; align-items: center; border-bottom:1px solid #EAEAEA;  }
    .container.main .box .instructor .info1 dt { display:flex; align-items: center; justify-content: center; flex:1; height:3.5rem; font-size:1.4rem; font-weight:500; color:#666; background:#FAFAFA; }
    .container.main .box .instructor .info1 .btn-link-wrap { display:flex; align-items: center; flex-wrap:wrap; gap:0.5rem; padding:1.3rem 2rem; }
    .container.main .box .instructor .info1 .btn-link-wrap a { text-align:center; width:calc(100% / 3 - 0.5rem); font-size:1.4rem; font-weight:500; color:#333; padding:0 1.5rem; line-height:3.2rem; border:1px solid #A6A6A6; border-radius:0.4rem; }

    .container.main .box .s-box-full2 { height:auto; border:1px solid #EAEAEA; border-radius:0.4rem; }
    .container.main .box .s-box-full2 .list-hd { display:flex; background:#FAFAFA; padding:0 1rem; }
    .container.main .box .s-box-full2 .list-hd li { flex:1; text-align:center; line-height:3.5rem; font-size:1.2rem; color:#666; text-align:center; }
    .container.main .box .s-box-full2 .list-hd li:last-child {  }
    .container.main .box .s-box-full2 .list-con-scroll { margin:1.2rem 0 1rem 0; height:auto; max-height:15rem; overflow:auto; }
    .container.main .box .s-box-full2 .list-con-scroll::-webkit-scrollbar { width:0.5rem; }
    .container.main .box .s-box-full2 .list-con-scroll::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .container.main .box .s-box-full2 .list-con-scroll::-webkit-scrollbar-track { background:#ddd  }
    .container.main .box .s-box-full2 .list-con { margin:0.5rem 0 0; display:flex; align-items: center; line-height:2.6rem; padding:0 1rem; }
    .container.main .box .s-box-full2 .list-con:hover { background:#F0F9F9; }
    .container.main .box .s-box-full2 .list-con li { flex:1; line-height:1.5; font-size:1.2rem; color:#222;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
        text-align:left;
        text-overflow:ellipsis;
    }
    .container.main .box .s-box-full2 .list-con li:not(:first-child) {
        display:block;
        -webkit-line-clamp:unset;
        -webkit-box-orient:unset;
        white-space:nowrap;
        text-overflow:ellipsis;
        text-align:center;
    }

    .container.main .box.onetwo-instructor { height:auto !important; }
    .container.main .box.onetwo-instructor .tbl-list { height:23.5rem; overflow-y:auto; padding-right:1rem; }
    .container.main .box.onetwo-instructor .tbl-list::-webkit-scrollbar { width:0.5rem; }
    .container.main .box.onetwo-instructor .tbl-list::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .container.main .box.onetwo-instructor .tbl-list::-webkit-scrollbar-track { background:#ddd  }

    .footer { margin:3rem 0 0; height:auto; background:none; display:flex; align-items: center; justify-content: center; padding:0 1.5rem 5rem; }
    .footer ul { flex:1; display:flex; align-items: center; justify-content: center; flex-wrap:wrap; gap:2rem 1.5rem; }
    .footer ul li { line-height:100%; border:0; padding:0; text-align:center; }
    .footer ul li:first-child { padding-left:0; }
    .footer ul li:last-child { padding-right:0; border-right:0; border:0; }
    .footer ul li a { font-size:1.4rem; font-weight:500; color:#888; }
    .footer ul li a:hover { font-weight:600; color:#111; text-decoration:underline; }

}

@media all and (max-width: 1023px) {
    .mobile-top { position:absolute !important; top:8rem; left:0; width:100%; padding:0 1.5rem !important; }
    .container.main { padding:8rem 1.5rem 0rem; }
    .container .tbl_list_type { table-layout: auto !important; }
    .footer { padding-bottom:11rem; }
}

@media all and (max-width: 767px) {
    .container.main .box .parents .btn-link-wrap.only a { text-align:center; width:calc(100% / 3 - 0.5rem); font-size:1.3rem; font-weight:500; color:#333; padding:0 0.5rem; border:1px solid #A6A6A6; border-radius:0.4rem; display:block; line-height:3.2rem; letter-spacing:-0.1px; }
}


/* 검색영역 반응형 css */
.control-search .item { display:flex; align-items: center;  gap:0.5rem; }
.control-search .item > * { }
.control-search .item > * + span { text-align:center; margin:0 !important; }
.control-search .item > label { margin:0 !important; margin:0 1rem 0 2rem !important; }
.control-search .item > label + *:not(.chkBox, .frm_datetime, .btn-prev) { flex:1; min-width:0; }
.control-search .item > label.label-blank { margin:0 !important; }
.control-search .item > .frm_select { width:auto !important; max-width:auto !important;  }
.control-search .item.full.justify-content-center > .line { justify-content:center; }
.control-search  fieldset > .sch-btn-wrap { border:0; padding:0; }
.control-search .sch-btn-wrap { display:flex; align-items: center; justify-content:flex-end; gap:1rem; }
.control-search .sch-btn-wrap > .relative { margin:0; flex:1; }
.control-search .sch-btn-wrap > .relative > .frm_input { width:100% !important; }
.control-search .item > .chkBox { margin-right:1rem !important; }

@media all and (max-width: 1279px) {

    .control-search .item { flex:1 1 auto; display:flex; align-items: center;  margin:0 0 0.5rem; }
    .control-search .item > * {  }
    .control-search .item > label { width:auto !important; font-size:1.4rem !important; font-weight:500 !important; }

    .control-search .item > .w-70 { width:100% !important; }
    .control-search .item > .frm_input { flex:1 !important; min-width:0 !important; }
    .control-search .item > .frm_select { flex:1 !important; width:auto !important; max-width:100% !important; }
    .control-search .item > .frm_datetime { flex:1 !important; width:100% !important; }
    .control-search .item > .penalty { width:100% !important; }
    .control-search .item > .chkBox { margin-right:1rem !important; }
    .control-search .item > .btn-prev { flex:none !important; width:3.4rem !important; }
    .control-search .item > .btn-next { flex:none !important; width:3.4rem !important; }

    /*.control-search .item.full { width:100%; }*/
    .control-search .item.full > .line { width:100%; border:0 !important; }
    .control-search .item.full > .line > * { margin:0 !important; }
    .control-search .item.full > .tblCategoryType.nostyle { flex:1; flex-wrap:wrap; margin:0 !important; }
    .control-search .item.full > .tblCategoryType.nostyle .radioBox { flex:none; width:calc(50% - 0.5rem); }
    .control-search .item.full > .tblCategoryType.nostyle .radioBox label { width:100%; justify-content:center; }

    .control-search .item.full > .tblCategoryType.nostyle.col-1 { flex-wrap:nowrap; }
    .control-search .item.full > .tblCategoryType.nostyle.col-1 .radioBox { width:auto; flex:1;  }

    .tbl_list_type .tblCategoryType { flex-wrap:nowrap; }

    .control-search .sch-btn-wrap { padding-top:0 !important;  margin-left:auto; display:flex; align-items: center; justify-content:flex-end; gap:0.5rem; }

    .controlLabel { display:flex; align-items:center; padding:0 0 1rem; }
    .controlLabel span { margin:0 1rem; }
    .controlLabel button { margin:0 0.5rem; }
    .controlLabel .item { flex:none; display:flex; align-items: center; }
    .controlLabel .item > label { width:auto !important; }
    .controlLabel .item > .frm_input { flex:1 !important; width:100% !important; }
    .controlLabel .item > .frm_select { flex:1 !important; width:auto !important; max-width:100% !important; }
    .controlLabel .item > .frm_datetime { flex:1 !important; width:100% !important; }
    .control-search .item > .btn_solid { width:100%; }

}

@media all and (max-width: 1023px) {

    .control-search .item { flex:1 1 calc(50% - 0.5rem); display:flex; align-items: center; flex-wrap:wrap; margin:0 0 0.5rem; }
    .control-search .item.col-3 { flex:1 1 calc((100% - 1rem) / 3); margin:0 !important; }
    .control-search .item > * { margin:0 !important; }
    .control-search .item > label { width:100% !important; margin:0 !important;  }
    .control-search .item > label + * { margin:0 !important; }
    .control-search .item > label.label-blank { height:1.6rem; }
    .control-search .item > .w-70 { width:100% !important; }
    .control-search .item > .frm_input { flex:1 !important; width:100% !important; }
    .control-search .item > .frm_select { flex:1 !important; width:100% !important; max-width:100% !important; }
    .control-search .item > .frm_datetime { flex:1 !important; width:100% !important; }
    .control-search .item > .chkBoxWrap { flex-wrap:wrap; }
    .control-search .item > .penalty { width:100% !important; margin-top:1rem !important; font-size:1.3rem !important; }
    .control-search .item > .penalty > * { margin-top:1rem !important; }
    .control-search .item > .penalty > button { width:100% !important; }
    .control-search .item > .columnLIst { margin:1rem 0 0 !important; }
    .control-search .item > .columnLIst li > * { flex:1 1 calc(50% - 1rem); justify-content:flex-start; }
    .control-search .item > .btn_solid { width:100%; }

    .control-search .item.full { flex:1 1 100%; }
    .control-search .item.full > .line { width:100%; border:0 !important; }
    .control-search .item.full > .line > * { margin:0 !important; }
    .control-search .item.full > .tblCategoryType.nostyle { flex:1; flex-wrap:wrap; }
    .control-search .item.full > .tblCategoryType.nostyle .radioBox { flex:none; width:calc(50% - 0.5rem); }
    .control-search .item.full > .tblCategoryType.nostyle.col-3 .radioBox { flex:none; width:calc((100% - 1rem) / 3); }
    .control-search .item.full > .tblCategoryType.nostyle .radioBox label { width:100%; justify-content:center; }

    .control-search .sch-btn-wrap { width:100%; margin-left:auto; display:flex; align-items: center; gap:0.5rem; }

    .controlLabel { display:flex; align-items:center; flex-wrap:wrap; padding:0 0 1rem; }
    .controlLabel > .label:nth-child(1) { margin:0 0 1rem; }
    .controlLabel .item { flex:none; width:100%; display:flex; align-items: center; margin:0 0 0.5rem; }
    .controlLabel .item > * { margin:0 !important; }
    .controlLabel .item > label { width:100% !important; }
    .controlLabel .item > .frm_input { flex:1 !important; width:100% !important; }
    .controlLabel .item > .frm_select { flex:1 !important; width:auto !important; max-width:100% !important; }
    .controlLabel .item > .frm_datetime { flex:1 !important; width:100% !important; }
    .controlLabel .item > .btn_tbl_con_normal {  margin:1rem 0 0 !important; flex:1; }
    .controlLabel .item > .chkBox { margin:1rem 0 0 !important; }

    .controlLabel.col-1 { display:flex; align-items:center; gap:0.5rem; }
    .controlLabel.col-1 span { margin:0 1rem; }
    .controlLabel.col-1 button { margin:0 0.5rem; }
    .controlLabel.col-1 .item { width:auto; display:flex; align-items: center;  gap:0.5rem; }
    .controlLabel.col-1 .item:first-child { width:100%; }
    .controlLabel.col-1 .item > label { width:auto !important; }
    .controlLabel.col-1 .item > .label + * { flex:1 !important; }
    .controlLabel.col-1 .item > .frm_select { width:auto !important; max-width:auto !important; }
    .controlLabel.col-1 .item > .btn_tbl_con_normal {  margin: 0 !important; flex:1; }

}

@media all and (max-width: 767px) {

    .control-search .item { flex:1 1 calc(50% - 0.5rem); display:flex; align-items: center; flex-wrap:wrap; margin:0 0 0.5rem; }
    .control-search .item.col-3 { flex:1 1 calc((100% - 1rem) / 3); margin:0 !important; }
    .control-search .item > * { margin:0 !important; }
    .control-search .item > label { width:100% !important; }
    .control-search .item > .frm_input { flex:1 !important; width:100% !important; }
    .control-search .item > .frm_select { flex:1 !important; width:100% !important; max-width:100% !important; }
    .control-search .item > .frm_datetime { flex:1 !important; width:100% !important; }
    .control-search .item > .chkBoxWrap { flex-wrap:wrap; }
    .control-search .item > .penalty { width:100% !important; margin-top:1rem !important; font-size:1.3rem !important; }
    .control-search .item > .penalty > * { margin-top:1rem !important; }
    .control-search .item > .penalty > button { width:100% !important; }
    .control-search .item > .columnLIst { margin:1rem 0 0 !important; }
    .control-search .item > .columnLIst li > * { flex:1 1 calc(50% - 1rem); justify-content:flex-start; }
    .control-search .item > .btn_solid { width:100%; }

    .control-search .item.full { flex:1 1 100%; }
    .control-search .item.full > .line { width:100%; border:0 !important; }
    .control-search .item.full > .line > * { margin:0 !important; }
    .control-search .item.full > .tblCategoryType.nostyle { flex:1; flex-wrap:wrap; }
    .control-search .item.full > .tblCategoryType.nostyle .radioBox { flex:none; width:calc(50% - 0.5rem); }
    .control-search .item.full > .tblCategoryType.nostyle.col-3 .radioBox { flex:none; width:calc((100% - 1rem) / 3); }
    .control-search .item.full > .tblCategoryType.nostyle .radioBox label { width:100%; justify-content:center; }
    .control-search .item.full button { width:100%; }

    .control-search .sch-btn-wrap { width:100%; margin-left:auto; display:flex; align-items: center; gap:0.5rem; }


}

/* 리스트 형태 간격 */
.list-margin li { margin:0 0 0.5rem; }
.list-margin li:last-child { margin:0; }

/* 마이페이지 */
.mypage-dashboard { margin:4.5rem 0 0; }
.mypage-dashboard .chkBox { display:flex; justify-content: center; gap:1rem; }
.mypage-dashboard .chkBox input { display: none; }
.mypage-dashboard .chkBox label { cursor:pointer; gap:1rem; display:flex; align-items:center; font-size:1.4rem; font-weight:500; color:#333; }
.mypage-dashboard .chkBox label span { margin:0 !important; min-width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_v2_off.svg") 50% 50% no-repeat; background-size:contain; }
.mypage-dashboard .chkBox input:checked + label span {  width:1.8rem; height:1.8rem; background:url("../../assets/images/ico_chk_v2_on.svg") 50% 50% no-repeat; background-size:contain;  }
.mypage-dashboard .row { display:flex; flex-wrap:wrap; gap:2rem; }
.mypage-dashboard .row .col { width:calc((100% - 4rem) / 3); height:100%; border:1px solid #EAEAEA; border-radius:1rem; overflow:hidden; }
.mypage-dashboard .row .col .hd { position:relative; display:flex; align-items: center; height:6rem; border-bottom:1px solid #EAEAEA; padding:0 2.5rem; }
.mypage-dashboard .row .col .hd .name { font-size:1.8rem; font-weight:400; color:#555; }
.mypage-dashboard .row .col .hd .name strong { font-size:1.8rem; font-weight:700; color:#00907F; }
.mypage-dashboard .row .col .hd .tit { font-size:1.8rem; font-weight:700; color:#222; }
.mypage-dashboard .row .col .hd .link { margin-left:auto; font-size:1.6rem; font-weight:400; color:#666; background: url("../../assets/images/ico_arrow_right.svg") 100% 50% no-repeat; padding-right:2.7rem; }
.mypage-dashboard .more { position:absolute; top:2.3rem; right:2.5rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_my_more.svg") 50% 50% no-repeat; }
.mypage-dashboard .row .col .hd .btn-all-apply { position:absolute; right:1.8rem; top:7.2rem; height:3.5rem; padding:0 2rem; border-radius:1.6rem; background:#00907F; font-size:1.6rem; font-weight:500; color:#fff; display:flex; align-items: center; }
.mypage-dashboard .row .col .hd .btn-all-apply i { width:1rem; height:0.8rem; margin-right:0.8rem; background: url("../../assets/images/ico_my_chk.svg") 0 0 no-repeat; }

.mypage-dashboard .row .col .s-tit { height:5.8rem; border-bottom:1px solid #EAEAEA; padding:2.6rem 2.5rem 1.1rem; font-size:1.8rem; font-weight:700; color:#333; display:flex; align-items: center;  gap:0.6rem; }
.mypage-dashboard .row .col .s-tit span { line-height:1.8rem; padding:0 1rem; border-radius:0.9rem; background:rgba(0, 144, 127, .2); font-size:1.4rem; font-weight:600; color:#00907F; }

.mypage-dashboard .mypage-tabs { display:flex; height:5.8rem; border-bottom:1px solid #EAEAEA;  }
.mypage-dashboard .mypage-tabs li { cursor:pointer; display:flex; align-items: center; justify-content: center; gap:0.6rem; font-size:1.8rem; font-weight:400; color:#666; padding:2.6rem 2.5rem 1.1rem;  }
.mypage-dashboard .mypage-tabs li span { line-height:1.8rem; padding:0 1rem; border-radius:0.9rem; background:rgba(0, 144, 127, .2); font-size:1.4rem; font-weight:600; color:#00907F; }
.mypage-dashboard .mypage-tabs li.active { font-size:1.8rem; font-weight:700; color:#333; border-bottom:2px solid #222;  }

.mypage-dashboard .mypage-tabs-contents { display:none; overflow:hidden; }
.mypage-dashboard .mypage-tabs-contents.active { display:block; }
.mypage-dashboard .mypage-tabs-contents .tab-hd { display:flex; align-items:flex-end; margin:2rem 0 0; padding:0 2rem 0 2.5rem; }
.mypage-dashboard .mypage-tabs-contents .tab-hd .btn-all-apply { margin-left:auto; height:3.5rem; padding:0 2rem; border-radius:1.6rem; background:#00907F; font-size:1.6rem; font-weight:500; color:#fff; display:flex; align-items: center; }
.mypage-dashboard .mypage-tabs-contents .noControl { position:relative; }
.mypage-dashboard .mypage-tabs-contents .noControl::after { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,.7); }
.mypage-dashboard .mypage-tabs-contents tr:hover td { background:none !important; font-weight:none !important; color:#666 !important; }
.mypage-dashboard .mypage-tabs-contents .line-height { line-height:1.7; }

.mypage-dashboard .mypage-tabs.sty2 { display:flex; height:auto; border-bottom:0; gap:2rem; }
.mypage-dashboard .mypage-tabs.sty2 li { cursor:pointer; display:flex; align-items: center; justify-content: center; gap:0.6rem; font-size:1.6rem; font-weight:400; color:#666; padding:0;  }
.mypage-dashboard .mypage-tabs.sty2 li.active { font-size:1.6rem; font-weight:700; color:#333; border-bottom:0;  }

.mypage-dashboard .data { padding:3rem 2.5rem 0; position:relative; }
.mypage-dashboard .data h3 { font-size:1.8rem; font-weight:700; color:#333; margin:0 0 1.5rem; }
.mypage-dashboard .data .more { position:absolute; top:3rem; right:2.3rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_my_more.svg") 50% 50% no-repeat; }

.mypage-dashboard .data .dot-list { border-left:1px solid #EAEAEA; margin-left:0.8rem; }
.mypage-dashboard .data .dot-list li { padding-left:2.2rem; margin:0 0 2.4rem; position:relative;  }
.mypage-dashboard .data .dot-list li:last-child { margin:0;  }

.mypage-dashboard .data .dot-list li { font-size:1.6rem; color:#888; font-weight:500; }
.mypage-dashboard .data .dot-list li::after { content:""; position:absolute; top:0.3rem; left:-0.5rem; width:1rem; height:1rem; border-radius:100%; background:#b8bcc6; z-index:2; } /* 기본 회색 */

.mypage-dashboard .data .dot-list li.active-dot::after { content:""; position:absolute; top:0.3rem; left:-0.5rem; width:1rem; height:1rem; border-radius:100%; background:#d5d8e0; z-index:2; } /* 흰색 점 테두리 */

.mypage-dashboard .data .dot-list li.active-col-1::after { content:""; position:absolute; top:0.3rem; left:-0.7rem; width:1.4rem; height:1.4rem; border-radius:100%; background:#27ae60; z-index:2; } /* 학사일정 */

.mypage-dashboard .data .dot-list li.active-col-2::after { content:""; position:absolute; top:0.3rem; left:-0.7rem; width:1.4rem; height:1.4rem; border-radius:100%; background:#fff; border:1px solid #ccc; z-index:2; } /* 하나일정 */

.mypage-dashboard .data .dot-list li.active-col-3::after { content:""; position:absolute; top:0.3rem; left:-0.7rem; width:1.4rem; height:1.4rem; border-radius:100%; background:#f2994a; z-index:2; } /* 공휴일 */

.mypage-dashboard .data .dot-list li.active-col-4::after { content:""; position:absolute; top:0.3rem; left:-0.7rem; width:1.4rem; height:1.4rem; border-radius:100%; background:#9b51e0; z-index:2; } /* 면학감독 */

.mypage-dashboard .data .dot-list li.active-col-5::after { content:""; position:absolute; top:0.3rem; left:-0.7rem; width:1.4rem; height:1.4rem; border-radius:100%; background:#eb5757; z-index:2; } /* 시설사용 */

.mypage-dashboard .data .box { border:1px solid #EAEAEA; border-radius:1rem; padding:2.2rem 2rem; }
.mypage-dashboard .data .box .info li { display:flex; align-items: center; gap:1.5rem; margin:0 0 1.3rem; font-size:1.6rem; font-weight:500; color:#333; background:url("../../assets/images/ico_my_clock.svg") 0 50% no-repeat; padding-left:2.6rem; }
.mypage-dashboard .data .box .info li span { color:#666; }
.mypage-dashboard .data .box .info li:last-child { margin:0; }

.mypage-dashboard .data .box .timetable li { display:flex; align-items: center; gap:1.6rem; margin:0 0 1rem; font-size:1.6rem; font-weight:500; color:#333; }
.mypage-dashboard .data .box .timetable li span { width:6.6rem; height:2.6rem; border-radius:1.3rem; display:flex; align-items: center; justify-content: center; background:#ECECEC; border:1px solid #d6d6d6; }
.mypage-dashboard .data .box .timetable li:last-child { margin:0; }

.mypage-dashboard .etc-link { margin:1rem 0 0; padding:2rem 2.5rem 2.1rem; border-top:1px solid #EAEAEA; }
.mypage-dashboard .etc-link ul { display:flex; align-items: center; }
.mypage-dashboard .etc-link ul li { flex:auto; position:relative; text-align:center; }
.mypage-dashboard .etc-link ul li a { padding-left:2rem; font-size:1.4rem; font-weight:500; }
.mypage-dashboard .etc-link ul li:nth-child(1) a { background:url("../../assets/images/ico_etc_01.svg") 0 50% no-repeat; }
.mypage-dashboard .etc-link ul li:nth-child(2) a { background:url("../../assets/images/ico_etc_02.svg") 0 50% no-repeat; }
.mypage-dashboard .etc-link ul li:nth-child(3) a { background:url("../../assets/images/ico_etc_03.svg") 0 50% no-repeat; }
.mypage-dashboard .etc-link ul li:not(:last-child)::after { content:""; position:absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height:1.2rem; background-color:#E8E8E8; }
.mypage-dashboard .etc-link.no-ico ul li a { background:none; padding:0; }

.mypage-dashboard .tbl-list { margin:1.5rem 0 0; }
.mypage-dashboard .tbl-list > li { height:9.7rem; padding:2rem 2.3rem 2rem; border-bottom:1px solid #DCDCDC; position:relative; }
.mypage-dashboard .tbl-list > li:last-child { border:0; }
.mypage-dashboard .tbl-list > li:hover { background:#F4F4F4; }
.mypage-dashboard .tbl-list > li .subject { display:flex; align-items: center; margin-right:10rem; }
.mypage-dashboard .tbl-list > li .subject .tag { display:flex; gap:0.4rem; margin-right:1.5rem; }
.mypage-dashboard .tbl-list > li .subject .tag li { width:auto; padding:0 0.7rem; line-height:2.2rem; border:1px solid #d6d6d6; background:#ECECEC; text-align:center; }
.mypage-dashboard .tbl-list > li .subject a { font-size:1.6rem; font-weight:600; color:#333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mypage-dashboard .tbl-list > li .subject span { margin-left:0.8rem; }
.mypage-dashboard .tbl-list > li .subject img { width:2rem; height:2rem; object-fit:contain; }
.mypage-dashboard .tbl-list > li .info { margin:1.7rem 0 0; display:flex; gap:1.5rem; }
.mypage-dashboard .tbl-list > li .info span { font-size:1.6rem; font-weight:300; color:#888; }
.mypage-dashboard .tbl-list > li .status { position:absolute; top:50%; transform: translateY(-50%); right:3.2rem;  }
.mypage-dashboard .tbl-list > li .status p { position:relative; font-size:1.8rem; font-weight:400; color:#222; }
.mypage-dashboard .tbl-list > li .status p::after { content:""; position:absolute; top:-0.4rem; right:-1rem; width:0.5rem; height: 0.5rem; border-radius: 100%; background:#00907F; }

.mypage-dashboard .tbl-list > li.active .subject a { font-size:1.6rem; font-weight:500; color:#666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mypage-dashboard .tbl-list > li.active .status p { position:relative; color:#666; }
.mypage-dashboard .tbl-list > li.active .status p::after { display:none; }

.mypage-dashboard .tbl-list > li .btn-list-del { position:absolute; top:50%; transform: translateY(-50%); right:3.2rem; width:2rem; height:2rem; background:url("../../assets/images/ico_my_list_del.svg") 0 0 no-repeat; }

.mypage-dashboard .nodate2 { display:flex; align-items: center; justify-content: center; padding:6rem 0; }
.mypage-dashboard .nodate2 p { font-size:1.5rem !important; text-align:center; color:#777;  line-height:150%; }

.mypage-dashboard .myinfo { padding:2rem 2rem 0; }
.mypage-dashboard .myinfo .notice { display:flex; gap:1rem; }
.mypage-dashboard .myinfo .notice li { flex:1; display:flex; align-items: center; background:#f3f3f3; padding:1.5rem; border-radius:1rem; }
.mypage-dashboard .myinfo .notice li .ico-more { margin-left:auto;  width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_my_more.svg") 50% 50% no-repeat; }
.mypage-dashboard .myinfo .notice li p { display:flex; align-items: center; gap:1rem; font-size:1.5rem; }
.mypage-dashboard .myinfo .notice li p strong { font-size:1.8rem;  }
.mypage-dashboard .myinfo .notice li .s-bad { display:flex; align-items: center; justify-content: center; width:2.5rem; height:2.5rem; border-radius:100%; background:#d25c9d; font-size:1.5rem; color:#fff; }
.mypage-dashboard .myinfo .notice li .s-good { display:flex; align-items: center; justify-content: center; width:2.5rem; height:2.5rem; border-radius:100%; background:#00907f; font-size:1.5rem; color:#fff; }

.mypage-dashboard .myinfo .tbl_list_type thead tr:last-child th { border-bottom:1px solid #ddd !important; }
.mypage-dashboard .myinfo .bg-col-green { background:#cbff75 !important; }
.mypage-dashboard .myinfo .bg-col-orange { background:#ffe65a !important; }
.mypage-dashboard .myinfo .tbl_list_type tr:hover .bg-col-green { background:#cbff75 !important; }
.mypage-dashboard .myinfo .tbl_list_type tr:hover .bg-col-orange { background:#ffe65a !important; }

.mypage-dashboard .myinfo .notice-block li { display:flex; margin:0 0 1rem; gap:1rem; }
.mypage-dashboard .myinfo .notice-block li .yoil { width:3rem; height:3rem; display:flex; align-items: center; justify-content: center; background:#00907f; border-radius:100%; color:#fff; }
.mypage-dashboard .myinfo .notice-block li .box { flex:1; background:#f3f3f3; padding:1.5rem; position:relative; border-radius:0.3rem; }
.mypage-dashboard .myinfo .notice-block li .box p { font-size:1.5rem; }
.mypage-dashboard .myinfo .notice-block li .box p strong { display:block; font-size:1.7rem; margin:0 0 1rem;  }
.mypage-dashboard .myinfo .notice-block li .box .link { position:absolute; top:2rem; right:2rem; padding:0 2rem; height:3.4rem; border:0; background:#666; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#fff; }
.mypage-dashboard .myinfo .notice-block li .box .link:hover { background-color:#444;  }
.mypage-dashboard .myinfo .notice-block li .box .status { margin:1rem 0 0;  display:inline-block; padding:0 1rem; line-height:3rem; height:3rem; background:#d25c9d; font-size:1.4rem; color:#fff; }
.mypage-dashboard .myinfo .notice-block li .box .status.end { background:#bbb; }

.mypage-dashboard .data-btn { display:flex; justify-content: center; gap:1rem; margin:1rem 2.5rem 2rem; }
.mypage-dashboard .data-btn .btn-gray { flex:1; padding:0 2rem; height:4rem; border:0; background:#666; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#fff; }
.mypage-dashboard .data-btn .btn-gray:hover { background-color:#444;  }

@media all and (max-width: 1279px) {
    .mypage-dashboard .row .col { height:100%; flex: 1 1 calc((100% - 4rem) / 2);  border:1px solid #EAEAEA; border-radius:1rem; overflow:hidden; }
}

@media all and (max-width: 1023px) {
    .mypage-dashboard { margin:1.5rem 0 0; }
    .mypage-dashboard .row { display:flex; flex-wrap:wrap; gap:2rem; }
    .mypage-dashboard .row .col { height:100%; flex: 1 1 100%;  border:1px solid #EAEAEA; border-radius:1rem; overflow:hidden; }
    .mypage-dashboard .row .col .hd { position:relative; display:flex; align-items: center; height:6rem; border-bottom:1px solid #EAEAEA; padding:0 1rem; }
    .mypage-dashboard .row .col .hd .name { font-size:1.5rem; font-weight:400; color:#555; }
    .mypage-dashboard .row .col .hd .name strong { font-size:1.5rem; font-weight:700; color:#00907F; }
    .mypage-dashboard .row .col .hd .tit { font-size:1.8rem; font-weight:700; color:#222; }
    .mypage-dashboard .row .col .hd .link { margin-left:auto; font-size:1.5rem; font-weight:400; color:#666; background: url("../../assets/images/ico_arrow_right.svg") 100% 50% no-repeat; padding-right:2.7rem; }
    .mypage-dashboard .row .col .hd .more { position:absolute; top:2.3rem; right:2.5rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_my_more.svg") 50% 50% no-repeat; }
    .mypage-dashboard .row .col .hd .btn-all-apply { position:absolute; right:1rem; top:6.7rem; height:3rem; padding:0 1rem; border-radius:1.6rem; background:#00907F; font-size:1.3rem; font-weight:500; color:#fff; display:flex; align-items: center; }
    .mypage-dashboard .row .col .hd .btn-all-apply i { width:1rem; height:0.8rem; margin-right:0.8rem; background: url("../../assets/images/ico_my_chk.svg") 0 0 no-repeat; }

    .mypage-dashboard .row .col .s-tit { height:4.5rem; border-bottom:1px solid #EAEAEA; padding:1rem; font-size:1.5rem; font-weight:700; color:#333; display:flex; align-items: center;  gap:0.6rem; }
    .mypage-dashboard .row .col .s-tit span { line-height:1.8rem; padding:0 1rem; border-radius:0.9rem; background:rgba(0, 144, 127, .2); font-size:1.4rem; font-weight:600; color:#00907F; }

    .mypage-dashboard .mypage-tabs { display:flex; height:4.5rem; border-bottom:1px solid #EAEAEA; }
    .mypage-dashboard .mypage-tabs li { cursor:pointer; display:flex; align-items: center; justify-content: center; gap:0.6rem; font-size:1.5rem; font-weight:400; color:#666; padding:1rem;  }
    .mypage-dashboard .mypage-tabs li span { line-height:1.8rem; padding:0 1rem; border-radius:0.9rem; background:rgba(0, 144, 127, .2); font-size:1.4rem; font-weight:600; color:#00907F; }
    .mypage-dashboard .mypage-tabs li.active { font-size:1.5rem; font-weight:700; color:#333; border-bottom:2px solid #222;  }

    .mypage-dashboard .mypage-tabs-contents { display:none; overflow:hidden; }
    .mypage-dashboard .mypage-tabs-contents.active { display:block; }
    .mypage-dashboard .mypage-tabs-contents .tab-hd { display:flex; align-items:flex-end; margin:2rem 0 0; padding:0 1rem; }
    .mypage-dashboard .mypage-tabs-contents .tab-hd .btn-all-apply { margin-left:auto; height:3rem; padding:0 1rem; border-radius:1.6rem; background:#00907F; font-size:1.3rem; font-weight:500; color:#fff; display:flex; align-items: center; }
    .mypage-dashboard .mypage-tabs-contents .noControl { position:relative; }
    .mypage-dashboard .mypage-tabs-contents .noControl::after { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,.7); }
    .mypage-dashboard .mypage-tabs-contents tr:hover td { background:none !important; font-weight:none !important; color:#666 !important; }
    .mypage-dashboard .mypage-tabs-contents .line-height { line-height:1.7; }

    .mypage-dashboard .mypage-tabs.sty2 { display:flex; height:auto; border-bottom:0; gap:2rem; }
    .mypage-dashboard .mypage-tabs.sty2 li { cursor:pointer; display:flex; align-items: center; justify-content: center; gap:0.6rem; font-size:1.5rem; font-weight:400; color:#666; padding:0;  }
    .mypage-dashboard .mypage-tabs.sty2 li.active { font-size:1.5rem; font-weight:700; color:#333; border-bottom:0;  }

    .mypage-dashboard .data { padding:1.5rem; position:relative; }
    .mypage-dashboard .data h3 { font-size:1.6rem; font-weight:700; color:#333; margin:0 0 1.5rem; }
    .mypage-dashboard .data .more { position:absolute; top:1.5rem; right:1.5rem; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_my_more.svg") 50% 50% no-repeat; }

    .mypage-dashboard .data .dot-list { border-left:1px solid #EAEAEA; margin-left:0.8rem; }
    .mypage-dashboard .data .dot-list li { padding-left:2.2rem; margin:0 0 1rem; position:relative;  }
    .mypage-dashboard .data .dot-list li:last-child { margin:0;  }

    .mypage-dashboard .data .dot-list li { font-size:1.4rem; color:#888; font-weight:500; }
    .mypage-dashboard .data .dot-list li::after { content:""; position:absolute; top:0.3rem; left:-0.5rem; width:1rem; height:1rem; border-radius:100%; background:#b8bcc6; z-index:2; } /* 기본 회색 */

    .mypage-dashboard .data .dot-list li.active-dot::after { content:""; position:absolute; top:0.3rem; left:-0.5rem; width:1rem; height:1rem; border-radius:100%; background:#d5d8e0; z-index:2; } /* 흰색 점 테두리 */

    .mypage-dashboard .data .dot-list li.active-col-1::after { content:""; position:absolute; top:0.3rem; left:-0.7rem; width:1.4rem; height:1.4rem; border-radius:100%; background:#27ae60; z-index:2; } /* 학사일정 */

    .mypage-dashboard .data .dot-list li.active-col-2::after { content:""; position:absolute; top:0.3rem; left:-0.7rem; width:1.4rem; height:1.4rem; border-radius:100%; background:#fff; border:1px solid #ccc; z-index:2; } /* 하나일정 */

    .mypage-dashboard .data .dot-list li.active-col-3::after { content:""; position:absolute; top:0.3rem; left:-0.7rem; width:1.4rem; height:1.4rem; border-radius:100%; background:#f2994a; z-index:2; } /* 공휴일 */

    .mypage-dashboard .data .dot-list li.active-col-4::after { content:""; position:absolute; top:0.3rem; left:-0.7rem; width:1.4rem; height:1.4rem; border-radius:100%; background:#9b51e0; z-index:2; } /* 면학감독 */

    .mypage-dashboard .data .dot-list li.active-col-5::after { content:""; position:absolute; top:0.3rem; left:-0.7rem; width:1.4rem; height:1.4rem; border-radius:100%; background:#eb5757; z-index:2; } /* 시설사용 */

    .mypage-dashboard .data .box { border:1px solid #EAEAEA; border-radius:1rem; padding:1.5rem; }
    .mypage-dashboard .data .box .info li { display:flex; align-items: center; gap:1.5rem; margin:0 0 1.3rem; font-size:1.4rem; font-weight:500; color:#333; background:url("../../assets/images/ico_my_clock.svg") 0 50% no-repeat; padding-left:2.6rem; background-size:contain; }
    .mypage-dashboard .data .box .info li span { color:#666; }
    .mypage-dashboard .data .box .info li:last-child { margin:0; }

    .mypage-dashboard .data .box .timetable li { display:flex; align-items: center; gap:1.6rem; margin:0 0 1rem; font-size:1.4rem; font-weight:500; color:#333; }
    .mypage-dashboard .data .box .timetable li span { width:6.6rem; height:2.6rem; border-radius:1.3rem; display:flex; align-items: center; justify-content: center; background:#ECECEC; border:1px solid #d6d6d6; }
    .mypage-dashboard .data .box .timetable li:last-child { margin:0; }

    .mypage-dashboard .etc-link { margin:0; padding:2rem 1.5rem 1.5rem; }
    .mypage-dashboard .etc-link ul { display:flex; align-items: center; }
    .mypage-dashboard .etc-link ul li { flex:auto; position:relative; text-align:center; }
    .mypage-dashboard .etc-link ul li a { padding-left:2rem; font-size:1.2rem; font-weight:500;  }
    .mypage-dashboard .etc-link ul li:nth-child(1) a { background:url("../../assets/images/ico_etc_01.svg") 0 50% no-repeat; }
    .mypage-dashboard .etc-link ul li:nth-child(2) a { background:url("../../assets/images/ico_etc_02.svg") 0 50% no-repeat; }
    .mypage-dashboard .etc-link ul li:nth-child(3) a { background:url("../../assets/images/ico_etc_03.svg") 0 50% no-repeat; }
    .mypage-dashboard .etc-link ul li:not(:last-child)::after { content:""; position:absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height:1.2rem; background-color:#E8E8E8; }
    .mypage-dashboard .etc-link.no-ico ul li a { background:none; padding:0; }

    .mypage-dashboard .tbl-list { margin:1rem 0 0; }
    .mypage-dashboard .tbl-list > li { height:auto; padding:1.5rem; border-bottom:1px solid #DCDCDC; position:relative; }
    .mypage-dashboard .tbl-list > li:last-child { border:0; }
    .mypage-dashboard .tbl-list > li:hover { background:#F4F4F4; }
    .mypage-dashboard .tbl-list > li .subject { display:flex; align-items: center; margin-right:6rem; }
    .mypage-dashboard .tbl-list > li .subject .tag { display:flex; gap:0.4rem; margin-right:1.5rem; }
    .mypage-dashboard .tbl-list > li .subject .tag li { width:auto; padding:0 0.7rem; line-height:2.2rem; border:1px solid #d6d6d6; background:#ECECEC; text-align:center; }
    .mypage-dashboard .tbl-list > li .subject a { font-size:1.4rem; font-weight:600; color:#333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .mypage-dashboard .tbl-list > li .subject span { margin-left:0.8rem; }
    .mypage-dashboard .tbl-list > li .subject img { width:2rem; height:2rem; object-fit:contain; }
    .mypage-dashboard .tbl-list > li .info { margin:1rem 0 0; display:flex; gap:1.5rem; }
    .mypage-dashboard .tbl-list > li .info span { font-size:1.3rem; font-weight:300; color:#888; }
    .mypage-dashboard .tbl-list > li .status { position:absolute; top:50%; transform: translateY(-50%); right:2rem;  }
    .mypage-dashboard .tbl-list > li .status p { position:relative; font-size:1.5rem; font-weight:400; color:#222; }
    .mypage-dashboard .tbl-list > li .status p::after { content:""; position:absolute; top:-0.4rem; right:-1rem; width:0.5rem; height: 0.5rem; border-radius: 100%; background:#00907F; }

    .mypage-dashboard .tbl-list > li.active .subject a { font-size:1.4rem; font-weight:500; color:#666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .mypage-dashboard .tbl-list > li.active .status p { position:relative; color:#666; }
    .mypage-dashboard .tbl-list > li.active .status p::after { display:none; }

    .mypage-dashboard .tbl-list > li .btn-list-del { position:absolute; top:50%; transform: translateY(-50%); right:2rem; width:2rem; height:2rem; background:url("../../assets/images/ico_my_list_del.svg") 0 0 no-repeat; }

    .mypage-dashboard .nodate2 { display:flex; align-items: center; justify-content: center; padding:6rem 0; }
    .mypage-dashboard .nodate2 p { font-size:1.5rem !important; text-align:center; color:#777;  line-height:150%; }

    .mypage-dashboard .myinfo { padding:1.5rem 1rem 0; }
    .mypage-dashboard .myinfo .notice { display:block; gap:1rem; }
    .mypage-dashboard .myinfo .notice li { flex:1; display:flex; align-items: center; background:#f3f3f3; padding:1.5rem; margin:0 0 0.5rem; }
    .mypage-dashboard .myinfo .notice li:last-child { margin:0; }
    .mypage-dashboard .myinfo .notice li .ico-more { margin-left:auto;  width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_my_more.svg") 50% 50% no-repeat; }
    .mypage-dashboard .myinfo .notice li p { display:flex; align-items: center; gap:1rem; font-size:1.5rem; }
    .mypage-dashboard .myinfo .notice li p strong { font-size:1.8rem;  }
    .mypage-dashboard .myinfo .notice li .s-bad { display:flex; align-items: center; justify-content: center; width:2.5rem; height:2.5rem; border-radius:100%; background:#d25c9d; font-size:1.5rem; color:#fff; }
    .mypage-dashboard .myinfo .notice li .s-good { display:flex; align-items: center; justify-content: center; width:2.5rem; height:2.5rem; border-radius:100%; background:#20a494; font-size:1.5rem; color:#fff; }

    .mypage-dashboard .myinfo .tbl_list_type thead tr:last-child th { border-bottom:1px solid #ddd !important; }
    .mypage-dashboard .myinfo .bg-col-green { background:#cbff75 !important; }
    .mypage-dashboard .myinfo .bg-col-orange { background:#ffe65a !important; }
    .mypage-dashboard .myinfo .tbl_list_type tr:hover .bg-col-green { background:#cbff75 !important; }
    .mypage-dashboard .myinfo .tbl_list_type tr:hover .bg-col-orange { background:#ffe65a !important; }

    .mypage-dashboard .myinfo .notice-block li { display:flex; margin:0 0 1rem; gap:1rem; }
    .mypage-dashboard .myinfo .notice-block li .yoil { width:3rem; height:3rem; display:flex; align-items: center; justify-content: center; background:#00907f; border-radius:100%; color:#fff; }
    .mypage-dashboard .myinfo .notice-block li .box { flex:1; background:#f3f3f3; padding:1rem; position:relative; border-radius:0.3rem; }
    .mypage-dashboard .myinfo .notice-block li .box p { font-size:1.3rem; }
    .mypage-dashboard .myinfo .notice-block li .box p strong { display:block; font-size:1.5rem; margin:0 0 1rem;  }
    .mypage-dashboard .myinfo .notice-block li .box .link { position:absolute; top:1rem; right:1rem;  display:inline-block; padding:0 1rem; line-height:3.4rem; height:3.4rem; border-radius:0.3rem; background:#666; font-size:1.3rem; color:#fff; }
    .mypage-dashboard .myinfo .notice-block li .box .status { margin:1rem 0 0;  display:inline-block; padding:0 1rem; line-height:3rem; height:3rem; background:#d25c9d; font-size:1.3rem; color:#fff; }
    .mypage-dashboard .myinfo .notice-block li .box .status.end { background:#bbb; }

    .mypage-dashboard .data-btn { display:flex; justify-content: center; gap:1rem; margin:0 1.5rem 1.5rem; }
    .mypage-dashboard .data-btn .btn-gray { flex:1; padding:0 2rem; height:4rem; border:0; background:#666; border-radius:0.3rem; display:flex; align-items: center; justify-content: center; font-size:1.5rem; font-weight:400; color:#fff; }
    .mypage-dashboard .data-btn .btn-gray:hover { background-color:#444;  }
}


/* 환경설정 */
.s-title { font-size:2.4rem; font-weight:500; color:#333; margin:0 0 3rem; }
.setup-row .setup-col + .setup-col { margin-top:5rem; }
.setup-row .setup-col .tit { font-size:1.4rem; font-weight:500; color:#333; }
.setup-row .setup-col ul { margin:1.5rem 0 0; }
.setup-row .setup-col ul li { display:flex; align-items: center; height:5rem; padding:0 3rem; }
.setup-row .setup-col ul li:last-child { margin:1.1rem 0 0; height:auto; }
.setup-row .setup-col ul li:nth-child(1) { background:#F9F9F9; }
.setup-row .setup-col ul li .device { display:flex; align-items: center;  }
.setup-row .setup-col ul li .device .type { width:8.6rem;  font-size:1.6rem; font-weight:500; color:#222; }
.setup-row .setup-col ul li .device .mobile { line-height:2rem; font-size:1.6rem; font-weight:500; color:#222; padding-left:3.4rem; background:url("../../assets/images/ico_setup_hp.svg") 0 50% no-repeat; }
.setup-row .setup-col ul li .device .pc { line-height:2rem; font-size:1.6rem; font-weight:500; color:#222; padding-left:3.4rem; background:url("../../assets/images/ico_setup_pc.svg") 0 50% no-repeat; }

.setup-row .setup-col ul li .device .status { margin-left:1.5rem; padding:0 1rem; font-size:1.4rem; font-weight:500; color:#00907F; height:2.5rem; border-radius:0.3rem; background:#CCE9E5; display:flex; align-items: center; justify-content: center; }

.setup-row .setup-col ul li .time { margin-left:auto; display:flex; align-items: center; }
.setup-row .setup-col ul li .time p { font-size:1.4rem; font-weight:400; color:#666; }

.setup-row .setup-col ul li .time .btnLink { width:8.5rem; margin-left:2.1rem; }
.setup-row .setup-col ul li .time .btnLink.sty2 { width:16.3rem; margin-left:2.1rem; }
.setup-row .setup-col ul li .time a { display:flex; align-items: center; justify-content: center; height:3.4rem; border-radius:0.3rem; background:#666; font-size:1.6rem; font-weight:500; color:#fff; padding:0 1.5rem; }

.setup-row .setup-col ul li .msg { font-size:1.4rem; font-weight:500; color:#FF3636; }

@media all and (max-width: 1023px) {

    .s-title { font-size:1.8rem; font-weight:500; color:#333; margin:0 0 2rem; }

    .setup-row h2 { font-size:2rem; font-weight:500; color:#333; margin:0 0 3rem; }
    .setup-row .setup-col + .setup-col { margin-top:3rem; }
    .setup-row .setup-col .tit { font-size:1.4rem; font-weight:500; color:#333; }
    .setup-row .setup-col ul { margin:1.5rem 0 0; }
    .setup-row .setup-col ul li { display:block; align-items: center; height:auto; padding:1rem; }
    .setup-row .setup-col ul li:last-child { margin:1.1rem 0 0; height:auto; padding:0 1rem; }
    .setup-row .setup-col ul li:nth-child(1) { background:#F9F9F9; }
    .setup-row .setup-col ul li .device { display:block; align-items: center;  }
    .setup-row .setup-col ul li .device .type { width:100%;  font-size:1.6rem; font-weight:500; color:#222; border-bottom:1px solid #d9d9d9; padding-bottom:1rem; }
    .setup-row .setup-col ul li .device .mobile { margin:1rem 0 0; line-height:2rem; font-size:1.6rem; font-weight:500; color:#222; padding-left:3.4rem; background:url("../../assets/images/ico_setup_hp.svg") 0 50% no-repeat; }
    .setup-row .setup-col ul li .device .pc { margin:1rem 0 0; line-height:2rem; font-size:1.6rem; font-weight:500; color:#222; padding-left:3.4rem; background:url("../../assets/images/ico_setup_pc.svg") 0 50% no-repeat; }

    .setup-row .setup-col ul li .device .status { margin-left:auto; margin:1rem 0 0; padding:0 1rem; font-size:1.4rem; font-weight:500; color:#00907F; height:2.5rem; border-radius:0.3rem; background:#CCE9E5; display:flex; align-items: center; justify-content: center; }

    .setup-row .setup-col ul li .time { margin-left:auto; margin:1rem 0 0; display:block; align-items: center; }
    .setup-row .setup-col ul li .time p { font-size:1.4rem; font-weight:400; color:#666; }

    .setup-row .setup-col ul li .time .btnLink { width:100%; margin-left:auto; margin:1rem 0 0; }
    .setup-row .setup-col ul li .time .btnLink.sty2 { width: 100%; margin-left:auto; margin:1rem 0 0; }
    .setup-row .setup-col ul li .time a { display:flex; align-items: center; justify-content: center; height:3.4rem; border-radius:0.3rem; background:#666; font-size:1.6rem; font-weight:500; color:#fff; padding:0 1.5rem; }

    .setup-row .setup-col ul li .msg { font-size:1.2rem; font-weight:500; color:#FF3636; }
}

/* 회원가입 - 개인정보취급방침 */
.privacy-wrap { }
.privacy-wrap .etcTxtArea { margin-top:2rem; line-height:1.5; }
.privacy-wrap .etcTxtArea .title { font-size:1.5rem; display:block; margin:0 0 1rem; }
.privacy-wrap .etcTxtArea .subTxtArea { margin:3rem 0 0; }
.privacy-wrap .etcTxtArea .subTxtArea ul { margin:2rem 0 0; }
.privacy-wrap .etcTxtArea .subTxtArea ul li { font-size:1.4rem; color:#666; }
.privacy-wrap .etcTxtArea .mt20 { margin:2rem 0 0; }
.privacy-wrap .etcTxtArea p { font-size:1.4rem; font-weight:400; color:#666; line-height:auto; }
.privacy-wrap .etcTxtArea .border_left { border-left:1px solid #ddd; }
.privacy-wrap .etcTxtArea .txtWrap2 { margin:2rem 0 0; }
.privacy-wrap .etcTxtArea .privacy_layer a { font-size:1.4rem; }
.privacy-wrap .etcTxtArea .s-tit { background:#f1f1f1; padding:1rem; font-size:1.5rem; font-weight:600;  margin:0 0 2rem; text-align:center; color:#111; }

.privacy-wrap .etcTxtArea table {margin-top:1rem; border-top:1px solid #222;  }
.privacy-wrap .etcTxtArea table th {height:4rem; border-bottom:1px solid #ddd; background:#fff !important; text-align: center; font-size:1.4rem; padding:1rem; }
.privacy-wrap .etcTxtArea table td {padding:1rem; text-align: center; font-size:1.4rem; border-bottom:1px solid #ddd; padding:1rem; background:#fff !important; }
.privacy-wrap .etcTxtArea table td,
.privacy-wrap .etcTxtArea table th{border-right:1px solid #ddd;}

.privacy-wrap .etcTxtArea table td:last-child,
.privacy-wrap .etcTxtArea table th:last-child{border-right: 0;}
.privacy-wrap .etcTxtArea table.left td:last-child{padding-left:1rem; text-align: left;}

.privacy-wrap .etcTxtArea .box { margin:1rem 0 0; border:1px solid #e1e1e1; padding:15px; font-size:1.4rem; background:#fff; }
.privacy-wrap .etcTxtArea .box .txtWrap { text-align:center; margin:20px 0;  }
.privacy-wrap .etcTxtArea .box .txtWrap a { padding:5px 10px; color:#333; border:1px solid #444; }

.privacy-wrap .etcTxtArea .tableScroll { overflow:hidden; overflow-x: auto; white-space: nowrap; padding:0 0 0.1rem; }
.privacy-wrap .etcTxtArea .tableScroll::-webkit-scrollbar { height:0.5rem; }
.privacy-wrap .etcTxtArea .tableScroll::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
.privacy-wrap .etcTxtArea .tableScroll::-webkit-scrollbar-track { background:#ddd  }

.privacy-wrap .etcTxtArea .tableScroll table { table-layout:auto; }
.privacy-wrap .etcTxtArea .tableScroll table .text-left { text-align:left; }
.privacy-wrap .etcTxtArea .tableScroll table .text-center { text-align:center; }
.privacy-wrap .etcTxtArea .tableScroll table .text-right { text-align:right; }

.white-space-normal { white-space: normal; }
@media all and (max-width: 1023px) {
    .white-space-normal { white-space:nowrap; }
}

.empty-space { font-size:2rem !important; }
.facility-add-btn { font-size:2rem !important; }

.option-list.ml { margin-left:5.3rem; }
.option-list li { margin:0 0 1rem; display:flex; gap:10px; }
.option-list li.block { display:block; }
.option-list li:last-child { margin:0; }
.option-list li .frm_input { min-width:15rem; }
.option-list li .btnarea { display:flex; gap:0.5rem; }
.option-list.align-items-center li { align-items: center; }

.option-list-2depth { margin:1rem 0 0; padding-left:2.8rem; }
.option-list-2depth input { display:block; margin:1rem 0 0; }

.option-list.block li { display:block; }

.no-hover tr:hover td { background:none !important; color:#555 !important; }

/* 설문 & 평가 */
.container .tbl_list_type.line.tbl-survey { table-layout: fixed !important; }
.container .tbl_list_type.line.tbl-survey thead th { border-right:1px solid #fff !important; }
.container .tbl_list_type.line.tbl-survey thead th:last-child { border-right:0 !important; }
.container .tbl_list_type.line.tbl-survey thead tr:last-child th { border-bottom:1px solid #dcdcdc !important; background:#C0DAE7; }
.container .tbl_list_type.line.tbl-survey td:first-child { background:#F1F1F1; }
.container .tbl_list_type.line.tbl-survey .ing { color:#00907F; background:#E6FBF0; position:relative; z-index:2; }
.container .tbl_list_type.line.tbl-survey .ing::before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; border:1px solid #00907F !important; z-index:1; }
.container .tbl_list_type.line.tbl-survey tr:hover td:first-child { background:#F1F1F1 !important; }
.container .tbl_list_type.line.tbl-survey tr:hover td { background:none !important; }
.container .tbl_list_type.line.tbl-survey tr:hover .ing { color:#00907F !important; background:#E6FBF0 !important; }

.container .tbl_list_type.line.tbl-survey.no-bg tr:hover td:first-child { background:transparent !important; }
.container .tbl_list_type.line.tbl-survey.no-bg td:first-child { background:#fff; }
.container .tbl_list_type.line.tbl-survey.no-bg .td-total td { background:#f1f1f1 !important; }
.container .tbl_list_type.line.tbl-survey.no-bg .td-total:hover td { background:#f1f1f1 !important; }
.container .tbl_list_type.line.tbl-survey.no-bg .td-bg-red { background:#fcf5f5 !important; }
.container .tbl_list_type.line.tbl-survey.no-bg tr:hover .td-bg-red { background:#fcf5f5 !important; }
.container .tbl_list_type.line.tbl-survey.no-bg .td-total:hover td { background:#f1f1f1 !important; }
.container .tbl_list_type.line.tbl-survey.no-bg .td-total:hover td:first-child { background:#f1f1f1 !important; }
.container .tbl_list_type .surveyStatus { display:inline-block; vertical-align:middle; height:2.6rem; line-height:2.6rem; background:#777; padding:0 1.5rem; font-size:1.4rem; color:#fff; }
.container .tbl_list_type .surveyStatus.ing { background:#00907F; }

.con_tblWrap { margin:1rem 0 0; }
.con_tblWrap .btnWrap { display:flex; justify-content:center; }

.container .btn_tbl_survey_gray { width:6rem; height:3rem; border-radius:0.3rem; background:#666; font-size:1.4rem; font-weight:400; color:#fff; }
.container .btn_tbl_survey_gray.active { background:#00907f; }

.container .btn_tbl_survey_solid { width:6rem; height:3rem; border-radius:0.3rem; background:#fff; border:1px solid #ddd; font-size:1.4rem; font-weight:400; color:#ff0000; }

.container .btn_survey_primary { padding:0 3.5rem; height:4rem; line-height:4rem; border-radius:0.3rem; font-size:1.6rem; font-weight:500; color:#fff; background:#00907F; }
.container .btn_survey_primary:hover { background:#1A9C8C; }

.container .btn_survey_primary_solid { padding:0 3.5rem; height:4rem; line-height:4rem; border-radius:0.3rem; font-size:1.6rem; font-weight:500; color:#333; background:#fff; border:1px solid #d6d6d6; }
.container .btn_survey_primary_solid:hover { background:#f4f4f4; }

.container .survey-toggle .btn-survey-toggle { width:2rem; height:2rem; background:url("../../assets/images/ico_lnb_arrow_down.svg") 50% 50% no-repeat;  }
.container .survey-toggle .btn-survey-toggle.active { background:url("../../assets/images/ico_lnb_arrow_up.svg") 50% 50% no-repeat; }
.container .survey-hidden { display:none; }
.container .survey-hidden td { text-align:left !important; padding:2rem 1rem !important; border-top:1px solid #dcdcdc !important; border-bottom:1px solid #dcdcdc !important; }
.container .survey-hidden .radioBox { margin:1rem 0 0; }
.container .survey-hidden ul li:not(:last-child) { margin:0 0 2rem; }
.container .survey-hidden ul li .frm_textarea { margin:1rem 0 0; }

@media all and (max-width: 1279px) {
    .container .tbl_list_type.line.tbl-survey { table-layout: auto !important; }
}

.opacity-5 { opacity:0.5; }
.opacity-5:hover td { color:#555 !important;  }

.tbl-overflow-y { height:25rem !important; margin:1rem 0 0; padding-right:0 !important; }

@media all and (max-width: 767px) {
    .tbl-overflow-y { height:auto !important; overflow:hidden !important; overflow-x: auto !important; white-space: nowrap !important; padding:0 0 0.1rem !important; }
    .tbl-overflow-y .tbl_list_type { min-width:max-content !important; table-layout: auto !important; white-space: nowrap !important; margin:1rem 0 !important; }
    .tbl-overflow-y .tbl_list_type col { width:auto !important; }
    .tbl-overflow-y::-webkit-scrollbar { height:0.5rem; }
    .tbl-overflow-y::-webkit-scrollbar-thumb { background:#aaa; border-radius: 0.5rem; }
    .tbl-overflow-y::-webkit-scrollbar-track { background:#ddd  }
}

/* 상벌점 표시 */
.col-primary { color:#009d85; }
.col-primary.box { display:inline-flex; padding:0 2.5rem; align-items: center; justify-content: center; height:3rem; border-radius:1.5rem; background:#009d85; color:#fff; }
.col-primary.radius { display:inline-flex; padding:0; align-items: center; justify-content: center; width:3rem; height:3rem; border-radius:100%; background:#009d85; color:#fff; }

.col-primary-red { color:#FF4E74; }
.col-primary-red.box { display:inline-flex; padding:0 2.5rem; align-items: center; justify-content: center; height:3rem; border-radius:1.5rem; background:#FF4E74; color:#fff; }
.col-primary-red.radius { display:inline-flex; padding:0; align-items: center; justify-content: center; width:3rem; height:3rem; border-radius:100%; background:#FF4E74; color:#fff; }

.col-primary-black { color:#404040; }
.col-primary-black.box { display:inline-flex; padding:0 2.5rem; align-items: center; justify-content: center; height:3rem; border-radius:1.5rem; background:#404040; color:#fff; }
.col-primary-black.radius { display:inline-flex; padding:0; align-items: center; justify-content: center; width:3rem; height:3rem; border-radius:100%; background:#404040; color:#fff; }

.ellipsis { width:30rem; margin:0 auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@media all and (max-width: 767px) {
    .ellipsis { width:100%; }
}

.teachereva-box { border:1px solid #dcdcdc; padding:3rem 2rem; }
.teachereva-box dl { display:flex; align-items: center; }
.teachereva-box dl + dl { margin:1rem 0 0; }
.teachereva-box dl dt { width:12rem; }
.teachereva-box dl dd { flex:1; }
.teachereva-box .tbl-infoTxt { margin:2rem 0 0; }

.status-end { display:inline-flex; align-items: center; justify-content: center; padding:0 1.5rem; height:3rem; border-radius:0.3rem; background:#666; font-size:1.4rem !important; font-weight:400 !important; color:#fff !important;  }
.status-ing { display:inline-flex; align-items: center; justify-content: center; padding:0 1.5rem; height:3rem; border-radius:0.3rem; background:#00907F; font-size:1.4rem !important; font-weight:400 !important; color:#fff !important;  }

.left-tab-style { display:flex; }
.left-tab-style .tabs { position:relative; z-index:2;  }
.left-tab-style .tabs > div { width:17rem; height:9.2rem; background:#F4F4F4; border:1px solid #dcdcdc; border-right:1px solid #747474; text-align:center; display:flex; align-items: center; justify-content: center; flex-direction: column; }
.left-tab-style .tabs div p { font-size:1.6rem; font-weight:500; color:#666; }
.left-tab-style .tabs div p + p { margin:0.9rem 0 0; }
.left-tab-style .tabs div.active { background:#fff; border:1px solid #747474; border-right:0; }

.left-tab-style .con { flex:1; position:relative; z-index:1; border-left:1px solid #747474; left:-1px; padding-left:2rem; overflow:hidden; }
.left-tab-style .con .overflow-x .tbl_list_type { margin:0 !important; }

.left-tab-style .qus { background:#f3f3f3; padding:1rem; text-align:left !important; }
.left-tab-style .frm_input { min-width:30rem !important;  }

.left-tab-style .btnWrap { margin:3rem 0 0; }

.left-tab-style.noStyle .con { flex:1; position:relative; z-index:1; border-left:0; left:0; padding-left:0; padding:2rem 0 0 2.8rem; overflow:hidden; }
.left-tab-style.noStyle .tbl_list_type th { text-align:center !important; }
.left-tab-style.noStyle .tbl_list_type td { text-align:center !important; }


@media all and (max-width: 767px) {
    .left-tab-style { display:block; }
    .left-tab-style .tabs { display:flex; position:relative; z-index:2; }
    .left-tab-style .tabs > div {  flex:1; width:auto; height:9.2rem; background:#F4F4F4; border:1px solid #dcdcdc; border-right:0; text-align:center; }
    .left-tab-style .tabs div p { font-size:1.6rem; font-weight:500; color:#666; }
    .left-tab-style .tabs div p + p { margin:0.9rem 0 0; }
    .left-tab-style .tabs div.active { background:#fff; border:1px solid #747474; border-right:1px solid #747474; border-bottom:0; }

    .left-tab-style .con { flex:1; position:relative; z-index:1; border-left:0; border-top:1px solid #747474; left:0; padding-left:0; overflow:hidden; }
    .left-tab-style .con .overflow-x .tbl_list_type { margin:0 !important; }

    .left-tab-style .qus { background:#f3f3f3; padding:1rem;  }
    .left-tab-style .frm_input { min-width:30rem !important;  }

    .left-tab-style .btnWrap { margin:3rem 0 0; }

    .left-tab-style.noStyle .con { flex:1; position:relative; z-index:1; border:0; left:0; padding-left:0; padding:2rem 0 0 2.8rem; overflow:hidden; }
}

.tab-accordion .ta-tab { cursor:pointer; height:6rem; padding:0 2rem; background:#FAFAFA; font-size:1.8rem; font-weight:700; border-bottom:1px solid #EAEAEA; display:flex; align-items: center; }
.tab-accordion .ta-tab .ta-btn-change { margin-left:auto; }
.tab-accordion .ta-con { display:none; padding:1.9rem 2rem; }
.tab-accordion .ta-con.active { display:block; }
.tab-accordion .ta-con .col-3 { flex-wrap:wrap; }
.tab-accordion .ta-con .col-3 .radioBox { width:calc((100% - 2rem) / 3); }
.tab-accordion .ta-con .col-3 .radioBox label {  width:100%; justify-content: center; }
.tab-accordion .ta-con .btn_tbl_con_normal_primary { width:11rem; }

.overflow .tbl_list_type { border-collapse:separate !important; border-spacing: 0 !important; }
.overflow-y .tbl_list_type { border-collapse:separate !important; border-spacing: 0 !important; }

.sticky tr:first-child:not(:last-child) th { background:#f8f8f8 !important; }
.sticky tr th { border:0 !important; }

.set-info {padding:2rem; }
.set-info .info { display:flex; gap:0.5rem; overflow-x:auto; white-space: nowrap; }
.set-info .info > div:nth-child(1) { width:30%; }
.set-info .info > div:nth-child(2) { flex:1; }
.set-info .info > div .se-tit { font-size:1.8rem; font-weight:700; margin:0 0 1rem; text-align:left !important; }
.set-info .info > div ul { display:flex; border:1px solid #dcdcdc;  }
.set-info .info > div ul li { height:7rem; border-right:1px solid #dcdcdc; text-align:center; padding:1.8rem 0 0; flex:1; display:flex; justify-content: center; }
.set-info .info > div ul li:last-child { border:0; }
.set-info .info > div ul li p { color:#555; margin:0 !important; line-height:130% !important; }
.set-info .info > div ul li strong { display:block; color:#000; font-weight:500; margin:0 !important; }
.set-info .info > div ul li.active { background:#f1f1f1; }

.modal.sty2 .set-info { padding:1rem 0 0; }

@media all and (max-width: 767px) {
    .set-info {padding:2rem; }
    .set-info .info { display:block; gap:0.5rem; overflow-x:auto; white-space: nowrap; }
    .set-info .info > div:nth-child(1) { width:100%; }
    .set-info .info > div:nth-child(2) { flex:1; }
    .set-info .info > div:nth-child(2) .se-tit { margin-top:1rem; }

    .set-info .info > div ul { display:flex; border:1px solid #dcdcdc; flex-wrap:wrap; }
    .set-info .info > div ul li { height:7rem; border-right:1px solid #dcdcdc; text-align:center; padding:1.8rem 0 0; flex:1; display:flex; justify-content: center; flex:0 1 auto; width:calc(100% / 3); }

    .set-info .info > div:nth-child(2) ul { border-right:0; border-bottom:0; }
    .set-info .info > div:nth-child(2) ul li { border-bottom:1px solid #dcdcdc; }
    .set-info .info > div:nth-child(2) ul li:last-child { border-right:1px solid #dcdcdc; }

    .set-info .info > div ul li p { color:#555; margin:0 !important; line-height:130% !important; font-size:1.3rem !important; }
    .set-info .info > div ul li strong { display:block; color:#000; font-weight:500; margin:0 !important; font-size:1.3rem !important; }
    .modal.sty2 .set-info { padding:2rem 0; }
    .modal.sty2 .set-info .overflow { max-height:100% !important; height:100% !important; }

    .tblfrm .datetime-row { flex-wrap: wrap; }
    .tblfrm .d_flex.datetime-row .frm_datetime { flex:none !important; min-width:auto !important; width: 100% !important; }

}

.btn-date { margin:2rem 0 0; display:flex; gap:1rem; }
.btn-date button { font-size:1.5rem; color:#555; }
.btn-date .active { text-decoration: underline; }
.date-block { display:none;  }

.evaluation-box { margin:2rem 0 0; }
.evaluation-box h3 { font-size:1.6rem; font-weight:500; color:#333; margin:0 0 2rem; }
.evaluation-box .basic-txt { margin:0 0 1rem; }
.evaluation-box .basic-txt span { display:inline-flex; align-items: center; justify-content: center; padding:0 1.5rem; height:3rem; border-radius:0.3rem; background:#666; font-size:1.4rem !important; font-weight:400 !important; color:#fff !important;  }
.evaluation-box .tbl-infoTxt { background:#f7f7f7; padding:1rem; }

.min-width-150 { min-width:15rem; }

.table td { border:1px solid #dcdcdc !important; }

.cursor { cursor:pointer; position:relative; }
.tooltip-layer { position:absolute; z-index:99; top:1rem; left:90%; width:30rem; background:#fff; box-shadow:0 0 1rem 0.1rem rgba(0,0,0,.1); border:1px solid #ccc; }
.tooltip-layer .tit { background:#ccc; text-align:left; padding:0.5rem 1rem; font-weight:700; }
.tooltip-layer .body { padding:1rem;  }
.tooltip-layer .body table { width:100% !important; table-layout: fixed !important; white-space: wrap !important; }
.tooltip-layer .body th { padding:0.5rem !important; }
.tooltip-layer .body td { padding:0.5rem !important; }
.tooltip-layer .body .text-left { text-align:left !important; }

/* 납부영수증 */
.Paymentreceipt { width:79rem !important; height:112.3rem !important; padding:0 2.5rem 5rem !important;  }
.Paymentreceipt .bottom-info { margin:1rem 0 0; display:flex; justify-content: flex-end; gap:1rem; }
.Paymentreceipt .bottom-info li { font-size:1.4rem !important; font-weight:400 !important; }

@media all and (max-width: 479px) {
    .modal.sty2 .Paymentreceipt .tbl_list_type { table-layout: auto !important; white-space: normal !important; }
    .Paymentreceipt { padding:0 1.5rem 3rem !important;  }
    .Paymentreceipt .bottom-info { display:block; margin:2rem 0 0; }
    .Paymentreceipt .bottom-info li { margin:0 0 1rem; }
}

/*
.modal.sty2 .modal_wrap .Paymentreceipt .modal_header + * { height:100% !important; overflow:hidden !important; overflow-y:auto !important; padding:0 !important; margin:0 !important; }
*/
.modal.sty2 .modal_wrap .Paymentreceipt .payList th {  padding:0.3rem !important; height:auto !important; font-size:1.4rem !important; }
.modal.sty2 .modal_wrap .Paymentreceipt .payList td { padding:0.3rem !important; height:auto !important; font-size:1.4rem !important; }
.modal.sty2 .modal_wrap .Paymentreceipt .payList.pay-bg th { background:#f8f8f8 !important; }
.modal.sty2 .modal_wrap .Paymentreceipt .payList.pay-bg td { background:#f8f8f8 !important; }
.modal.sty2 .modal_wrap .Paymentreceipt .s-tit { font-size:1.4rem !important; font-weight:400 !important; }
.modal.sty2 .modal_wrap .Paymentreceipt .info-basic-txt { font-size:1.4rem !important; font-weight:400 !important; text-align:left; margin:1rem 0 0 0; }

.know-how { text-align:left; line-height:150%; color:#444;  margin:0 0 2rem; }

/*** 앱 메인 ***/
.app-header { position:fixed; top:0; left:0; width:100%; height:7rem; background:#00907F; border-radius:0 0 2rem 2rem; z-index:9999999; }
.app-header .inner { height:100%; display:flex; align-items: center; padding:0 2rem; }
.app-header .inner .logo { display:block; width:5.2rem; height:2.8rem; background:url("../../assets/images/app_main/app_logo.svg") 50% 50% no-repeat; background-size:contain; }
.app-header .inner .unit { margin-left:auto; display:flex; align-items: center; gap:1.5rem; }
.app-header .inner .unit .relative { position:relative; }

.app-header .inner .unit .btn_sch { width:2rem; height:2rem; background:url("../../assets/images/app_main/app_ico_sch.svg") 50% 50% no-repeat; background-size:contain; }

.app-header .inner .unit .topsch_layer { display:none; position:fixed; top:5.9rem; left:0; width:100%; padding:0 1rem; margin:0;   }
.app-header .inner .unit .topsch_layer .d-flex { height:5rem; display:flex; padding:0 3rem; align-items: center; background:#fff; border-radius:1rem; border:1px solid #E8E8E8; box-shadow:0.2rem 0.2rem 1.2rem 0 rgba(0,0,0,.1);}
.app-header .inner .unit .topsch_layer input { flex:1; font-size:1.4rem; font-weight:400; color:#666; }
.app-header .inner .unit .topsch_layer input:focus { border:0 !important; }
.app-header .inner .unit .topsch_layer .btn_frm_sch { width:2.4rem; height:2.4rem; background:url("../../assets/images/ico_frm_sch.svg") 50% 50% no-repeat; }

.app-header .inner .unit .alram { position:relative; width:2rem; height:2rem; background:url("../../assets/images/app_main/app_ico_alram.svg") 50% 50% no-repeat; background-size:contain; }
.app-header .inner .unit .alram span { position:absolute; top:-0.7rem; right:-0.7rem; width:1.5rem; height:1.5rem; background:#fff; border-radius:100%; display:flex; align-items: center; justify-content: center; font-size:1.1rem; font-weight:700; color:#FF1F1F; }

.app-header .inner .unit .btn_myinfo { display:flex; align-items:center; font-size:1.4rem; font-weight:400; color:#fff; padding-right:2rem; background:url("../../assets/images/app_main/app_ico_arrow.svg") 100% 50% no-repeat; }
.app-header .inner .unit .btn_myinfo.active { background:url("../../assets/images/app_main/app_ico_arrow_active.svg") 100% 50% no-repeat; }

.app-header .inner .unit .myinfo_layer { display:none; width:11rem; position:absolute; top:3.2rem; right:-2.5rem; background:#fff; border-radius:1rem; border:1px solid #E8E8E8; box-shadow:0.2rem 0.2rem 1.2rem 0 rgba(0,0,0,.1); }
.app-header .inner .unit .myinfo_layer.active { display:block; }
.app-header .inner .unit .myinfo_layer ul { }
.app-header .inner .unit .myinfo_layer ul li { line-height:3.8rem; border-bottom:1px solid #E8E8E8; padding:0 1.3rem; }
.app-header .inner .unit .myinfo_layer ul li a { font-size:1.4rem; font-weight:400; color:#666; }
.app-header .inner .unit .myinfo_layer ul li:hover { background:#00907F; }
.app-header .inner .unit .myinfo_layer ul li:first-child:hover { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
.app-header .inner .unit .myinfo_layer ul li:last-child:hover { border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem; }
.app-header .inner .unit .myinfo_layer ul li:hover a { color:#fff; }

.app-header .inner .unit .btn_mobile_menu { width:2.2rem; height:1.8rem; background:url("../../assets/images/app_main/app_ico_menu.svg") 50% 50%no-repeat; }

.app-container { padding:9rem 1.6rem 1.6rem 1.6rem; }
.app-container .menu-list { display:flex; flex-wrap:wrap; margin:0 0 1rem; }
.app-container .menu-list li { flex:0 0 20%; margin:0 0 1.5rem; }
.app-container .menu-list li i { display:flex; align-items: center; justify-content: center; margin:0 auto;  width:4.5rem; height:4.5rem; border-radius:1.7rem; }
.app-container .menu-list li p { margin:0.9rem 0 0; font-size:1.3rem; font-weight:500;  text-align:center; }
.app-container .menu-list li:nth-child(1) i { background:#F6F6F6 url("../../assets/images/app_main/app_ico_main1.svg") 50% 50% no-repeat; }
.app-container .menu-list li:nth-child(2) i { background:#F6F6F6 url("../../assets/images/app_main/app_ico_main2.svg") 50% 50% no-repeat; }
.app-container .menu-list li:nth-child(3) i { background:#F6F6F6 url("../../assets/images/app_main/app_ico_main3.svg") 50% 50% no-repeat; }
.app-container .menu-list li:nth-child(4) i { background:#F6F6F6 url("../../assets/images/app_main/app_ico_main4.svg") 50% 50% no-repeat; }
.app-container .menu-list li:nth-child(5) i { background:#F6F6F6 url("../../assets/images/app_main/app_ico_main5.svg") 50% 50% no-repeat; }
.app-container .menu-list li:nth-child(6) i { background:#F6F6F6 url("../../assets/images/app_main/app_ico_main6.svg") 50% 50% no-repeat; }
.app-container .menu-list li:nth-child(7) i { background:#F6F6F6 url("../../assets/images/app_main/app_ico_main7.svg") 50% 50% no-repeat; }
.app-container .menu-list li:nth-child(8) i { background:#F6F6F6 url("../../assets/images/app_main/app_ico_main8.svg") 50% 50% no-repeat; }
.app-container .menu-list li:nth-child(9) i { background:#F6F6F6 url("../../assets/images/app_main/app_ico_main9.svg") 50% 50% no-repeat; }
.app-container .menu-list li:nth-child(10) i { background:#F6F6F6 url("../../assets/images/app_main/app_ico_main10.svg") 50% 50% no-repeat; }

.app-container .con { margin-top:3rem; }
.app-container .con .hd { display:flex; align-items: center; margin:0 0 1.5rem; }
.app-container .con .hd h2 { font-size:2rem; font-weight:700; }
.app-container .con .hd .more { margin-left:auto; width:1.4rem; height:1.4rem; background:url("../../assets/images/ico_main_more.svg") 50% 50% no-repeat; background-size:contain; }
.app-container .con .con-box { border:1px solid #EAEAEA; border-radius:1rem; padding:2rem; overflow:hidden; }
.app-container .con .con-box.no-style { border:0; padding:0; }
.app-container .con .con-box li { display:flex; align-items: center; margin:0 0 1.3rem; gap:1rem; }
.app-container .con .con-box li:last-child { margin:0; }
.app-container .con .con-box li a { font-size:1.3rem; font-weight:400; color:#666; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.app-container .con .con-box li .ico-new { flex:0 0 2rem; width:2rem; height:2rem; background:url("../../assets/images/app_main/app_ico_new.svg") 50% 50% no-repeat; background-size:contain; }
.app-container .con .con-box li .datetime { margin-left:auto; font-size:1.1rem; font-weight:400; color:#666; }

.app-container .con .con-box .swiper-button-next::after,
.app-container .con .con-box .swiper-button-prev::after { display: none; }
.app-container .con .con-box .swiper-button-next {
    width: 1.8rem;
    height: 1.8rem;
    background: url("../../assets/images/ico_main_photo_next.svg") 50% 50% no-repeat;
    background-size: contain;
    margin-top:-0.9rem;
}
.app-container .con .con-box .swiper-button-prev {
    width: 1.8rem;
    height: 1.8rem;
    background: url("../../assets/images/ico_main_photo_prev.svg") 50% 50% no-repeat;
    background-size: contain;
    margin-top:-0.9rem;
}
.app-container .con .con-box .txt { position:absolute; left:1.5rem; bottom:1.2rem; right:1.5rem; }
.app-container .con .con-box .txt .subject { font-size:1.8rem; font-weight:700; color:#fff; }
.app-container .con .con-box .txt .memo { margin:0.9rem 0 0; font-size:1.4rem; font-weight:500; color:#fff; line-height:1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.app-container .con .con-box .thumbnail { height:21.5rem; overflow:hidden; }
.app-container .con .con-box .thumbnail img { width:100%; height:100%; object-fit:cover; }

.app-top-pad { padding-top:0 !important; }
.app-footer { background:#f8f8f8; }

.board-wrap { display:flex; margin:1rem 0 0; gap:1rem; line-height:1.5; }
.board-wrap .bd-info { flex:1; overflow:hidden; }
.board-wrap .bd-info .chkBox { flex:none; }
.board-wrap .right-status { margin-left:auto; flex:0 0 auto; display:flex; flex-direction: column; justify-content: center; gap:0.5rem; }

.modal.sty2 .modal_wrap .Paymentreceipt .payList td.num-align span { display:inline-block; min-width:6.5rem; text-align:right;  }
@media all and (max-width: 1023px) {
    .modal.sty2 .modal_wrap .Paymentreceipt .payList td.num-align span { display:inline-block; min-width:6.5rem; text-align:right;  }
}

/* 모바일메뉴 */
/*
.mobile-menu { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#fff; z-index:9999999; transition:right 0.4s ease; }
.mobile-menu .btn-mobile-menu-close { position:absolute; top:3rem; right:2rem; width:1.6rem; height:1.6rem; background:url("../../assets/images/ico_mobile_close.svg") 50% 50% no-repeat; }
.mobile-menu .inner { height:100%; overflow-y:auto; padding:7rem 2rem; }
.mobile-menu .inner .gnb-ul-1 > li { margin:0 0 3.5rem; }
.mobile-menu .inner .gnb-ul-2 { display:none; margin:2rem 0 0; }
.mobile-menu .inner .gnb-ul-2 > li { line-height:3.3rem; }
.mobile-menu .inner .gnb-ul-3 { display:none; margin:1rem 0; background:#f8f8f8; padding:1rem; }
.mobile-menu .inner .gnb-ul-3 > li { line-height:2.8rem; }

.mobile-menu .inner .depth1 { width:100%; text-align:left; font-size:1.8rem; font-weight:600; color:#333; background:url("../../assets/images/ico_mobile_menu_arrow.svg") 100% 50% no-repeat; }
.mobile-menu .inner .depth1.active { color:#00907F; background:url("../../assets/images/ico_mobile_menu_arrow_active.svg") 100% 50% no-repeat;  }
.mobile-menu .inner .depth2 { font-size:1.5rem; font-weight:500; color:#333; }
.mobile-menu .inner .depth3 { font-size:1.3rem; font-weight:500; color:#333; }
*/

/*** 전체메뉴 디자인수정 ***/
/* 전체메뉴 */
.total-menu { display:none; position:fixed; top:-100%; left:0; width:100%; height:100%; background:#fff; z-index:9999999; transition:top 0.5s ease; }
.total-menu.active { display:block; top:0; }
.total-menu .tot-header { height:8.2rem; border-bottom:1px solid #ddd; }
.total-menu .tot-header .inner { position:relative; max-width:126.8rem; padding:0 2rem; height:100%;  margin:0 auto; display:flex; align-items: center; }
.total-menu .tot-header .inner .info { margin-left:3rem; display:flex; align-items: center; gap:1.6rem;  }
.total-menu .tot-header .inner .info span { font-size:1.6rem; font-weight:600; color:#222; }
.total-menu .tot-header .inner .unit .link-mypage { width:3rem; height:2.7rem; background: url("../../assets/images/ico_my_totalmenu.svg") 50% 50% no-repeat; background-size:contain; }
.total-menu .tot-header .inner .unit { margin-left:auto; display:flex; align-items: center; gap:2.5rem; }
.total-menu .tot-header .inner .unit .link-logout { line-height:1.8rem; padding:0 1rem; border:1px solid #777; font-size:1.2rem; font-weight:500; color:#333; }
.total-menu .tot-header .inner .unit .btn-tot-sch { width:2.2rem; height:2.2rem;  background: url("../../assets/images/ico_totmenu_sch.svg") 50% 50% no-repeat; background-size:contain; }
.total-menu .tot-header .inner .unit .btn-tot-setting { width:2.2rem; height:2.2rem;  background: url("../../assets/images/ico_totmenu_set.svg") 50% 50% no-repeat; background-size:contain; }
.total-menu .tot-header .inner .unit .btn-tot-close { width:2.2rem; height:2.2rem;  background: url("../../assets/images/ico_totmenu_close.svg") 50% 50% no-repeat; background-size:contain; }

.total-menu .tot-header .inner .tot-topsch_layer { display:none; width:34.5rem; position:absolute; top:6.5rem; right:-3rem;  }
.total-menu .tot-header .inner .tot-topsch_layer .d-flex { height:5rem; display:flex; padding:0 3rem; align-items: center; background:#fff; border-radius:1rem; border:1px solid #E8E8E8; box-shadow:0.2rem 0.2rem 1.2rem 0 rgba(0,0,0,.1);}
.total-menu .tot-header .inner .tot-topsch_layer input { flex:1; font-size:1.4rem; font-weight:400; color:#666; }
.total-menu .tot-header .inner .tot-topsch_layer input:focus { border:0 !important; }
.total-menu .tot-header .inner .tot-topsch_layer .btn_frm_sch { width:2.4rem; height:2.4rem; background:url("../../assets/images/ico_frm_sch.svg") 50% 50% no-repeat; }
.total-menu .tot-header .inner .tot-topsch_layer::before { content:""; display:block; position:absolute; top:-2px; left:50%; border-radius:1rem; margin-left:-2.5rem; width:5rem; border-top:3px solid #00907F; }

.total-menu .tot-header .inner .tot-myinfo_layer { display:none; width:11rem; position:absolute; top:6.5rem; right:0rem; background:#fff; border-radius:1rem; border:1px solid #E8E8E8; box-shadow:0.2rem 0.2rem 1.2rem 0 rgba(0,0,0,.1); }
.total-menu .tot-header .inner .tot-myinfo_layer::before { content:""; display:block; position:absolute; top:-2px; left:50%; border-radius:1rem; margin-left:-2.5rem; width:5rem; border-top:3px solid #00907F; }
.total-menu .tot-header .inner .tot-myinfo_layer ul { }
.total-menu .tot-header .inner .tot-myinfo_layer ul li { line-height:3.8rem; border-bottom:1px solid #E8E8E8; padding:0 1.3rem; }
.total-menu .tot-header .inner .tot-myinfo_layer ul li a { font-size:1.4rem; font-weight:400; color:#666; }
.total-menu .tot-header .inner .tot-myinfo_layer ul li:hover { background:#00907F; }
.total-menu .tot-header .inner .tot-myinfo_layer ul li:first-child:hover { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
.total-menu .tot-header .inner .tot-myinfo_layer ul li:last-child:hover { border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem; }
.total-menu .tot-header .inner .tot-myinfo_layer ul li:hover a { color:#fff; }

.total-menu .tot-area { height:calc(100% - 8.2rem); overflow-y:auto; scrollbar-width: none; -ms-overflow-style: none; }
.total-menu .tot-area::-webkit-scrollbar { display: none; }
.total-menu .tot-area .inner { max-width:126.8rem; margin:0 auto; padding:0 2rem;  }
.total-menu .tot-area .inner .tot-col { display:flex;  padding:4rem 0; border-bottom:1px solid #EAEAEA; }
.total-menu .tot-area .inner .tot-col h2 { font-size:2.4rem; font-weight:600; color:#333; width:25rem; }
.total-menu .tot-area .inner .tot-col .tot-col-wrap { flex:1; display:flex; flex-wrap:wrap; gap:4rem 7.5rem; }
.total-menu .tot-area .inner .tot-col .tot-col-wrap div { }
.total-menu .tot-area .inner .tot-col .tot-col-wrap div h3 { font-size:2rem; font-weight:600; color:#333; margin:0 0 1.7rem; }
.total-menu .tot-area .inner .tot-col .tot-col-wrap ul li a { font-size:1.6rem; font-weight:500; color:#666; line-height:3rem; }
.total-menu .tot-area .inner .tot-col .tot-col-wrap ul li a:hover { color:#00907F; text-decoration: underline;}

/* 모바일메뉴 */
.mobile-menu { display:none; position:fixed; top:0; right:-100%; width:100%; height:100%; background:#fff; z-index:9999999; transition:right 0.4s ease; }
.mobile-menu.active { display:block; right:0; }
.mobile-menu .tot-header { display:flex; align-items: center; height:8rem; background:#00907F; padding:0 1.6rem; }
.mobile-menu .tot-header .logo { display:flex; align-items: center; }
.mobile-menu .tot-header .logo i { width:2.2rem; height:2.2rem; background:url("../../assets/images/ico_m_totmenu_logo.svg") 50% 50% no-repeat; background-size:contain; margin-right:1rem; }
.mobile-menu .tot-header .logo span { font-size:1.4rem; font-weight:400; color:#fff; margin-right:0.5rem; }
.mobile-menu .tot-header .logo a { line-height:1.8rem; padding:0 1rem; background:#fff; color:#00907F; font-size:1.2rem; font-weight:500; }

.mobile-menu .tot-header .info { margin-left:auto; display:flex; align-items: center; gap:1.5rem; }
.mobile-menu .tot-header .info .btn-m-tot-sch { width:2rem; height:2rem; background:url("../../assets/images/ico_m_totmenu_sch.svg") 50% 50% no-repeat; background-size:contain; }
.mobile-menu .tot-header .info .btn-m-tot-setting { width:2.4rem; height:2.4rem; background:url("../../assets/images/ico_m_totmenu_set.svg") 50% 50% no-repeat; background-size:contain; }
.mobile-menu .tot-header .info .btn-m-tot-close { width:1.6rem; height:1.6rem; background:url("../../assets/images/ico_m_totmenu_close.svg") 50% 50% no-repeat; background-size:contain; }
.mobile-menu .tot-header .info .link-logout { line-height:1.8rem; padding:0 1rem; border:1px solid #fff; font-size:1.2rem; font-weight:500; color:#fff; }
.mobile-menu .tot-header .info .link-mypage { width:3rem; height:2.7rem; background: url("../../assets/images/ico_my_totalmenu_white.svg") 50% 50% no-repeat; background-size:contain; }

.mobile-menu .tot-header .info .tot-m-topsch_layer { display:none; width:100%; position:absolute; top:8rem; left:0; z-index:9; }
.mobile-menu .tot-header .info .tot-m-topsch_layer .d-flex { height:5rem; display:flex; padding:0 3rem; align-items: center; background:#fff; border-radius:1rem; border:1px solid #E8E8E8; box-shadow:0.2rem 0.2rem 1.2rem 0 rgba(0,0,0,.1);}
.mobile-menu .tot-header .info .tot-m-topsch_layer input { flex:1; font-size:1.4rem; font-weight:400; color:#666; }
.mobile-menu .tot-header .info .tot-m-topsch_layer input:focus { border:0 !important; }
.mobile-menu .tot-header .info .tot-m-topsch_layer .btn_frm_sch { width:2.4rem; height:2.4rem; background:url("../../assets/images/ico_frm_sch.svg") 50% 50% no-repeat; }

.mobile-menu .tot-header .info .tot-m-myinfo_layer { display:none; width:11rem; position:absolute; top:8rem; right:0rem; z-index:9; background:#fff; border-radius:1rem; border:1px solid #E8E8E8; box-shadow:0.2rem 0.2rem 1.2rem 0 rgba(0,0,0,.1); }
.mobile-menu .tot-header .info .tot-m-myinfo_layer.active { display:block; }
.mobile-menu .tot-header .info .tot-m-myinfo_layer ul { }
.mobile-menu .tot-header .info .tot-m-myinfo_layer ul li { line-height:3.8rem; border-bottom:1px solid #E8E8E8; padding:0 1.3rem; }
.mobile-menu .tot-header .info .tot-m-myinfo_layer ul li a { font-size:1.4rem; font-weight:400; color:#666; }
.mobile-menu .tot-header .info .tot-m-myinfo_layer ul li:hover { background:#00907F; }
.mobile-menu .tot-header .info .tot-m-myinfo_layer ul li:first-child:hover { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
.mobile-menu .tot-header .info .tot-m-myinfo_layer ul li:last-child:hover { border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem; }
.mobile-menu .tot-header .info .tot-m-myinfo_layer ul li:hover a { color:#fff; }
.mobile-menu .tot-inner { display:flex; height:100%; }
.mobile-menu .tot-inner .depth-1 { flex:0 0 15rem; padding:4rem 2rem; border-right:1px solid #EAEAEA; }
.mobile-menu .tot-inner .depth-1 li { cursor:pointer; font-size:1.7rem; }
.mobile-menu .tot-inner .depth-1 li:not(:last-child) { margin-bottom:3rem; }
.mobile-menu .tot-inner .depth-1 li.active { color:#00907F; }
.mobile-menu .tot-inner .depth-2 { flex:1; height:100%;  overflow-y:auto; padding:2rem 1.6rem 0 0; display:none; }
.mobile-menu .tot-inner .depth-2.active { display:block; }
.mobile-menu .tot-inner .depth-2 > ul > li { padding:1.2rem 1.4rem 0; }
.mobile-menu .tot-inner .depth-2 > ul > li h3 { font-size:1.6rem; font-weight:500; color:#555; background:url("../../assets/images/ico_totmenu_arrow_down.svg") 100% 50% no-repeat; margin:0 0 1.5rem; }
.mobile-menu .tot-inner .depth-2 > ul > li h3.active { font-size:1.6rem; font-weight:500; color:#555; background:url("../../assets/images/ico_totmenu_arrow_up.svg") 100% 50% no-repeat; }
.mobile-menu .tot-inner .depth-2 > ul > li > ul { display:none; padding-left:1rem; }
.mobile-menu .tot-inner .depth-2 > ul > li > ul > li { margin:0 0 1.3rem; }
.mobile-menu .tot-inner .depth-2 > ul > li > ul > li a { font-size:1.6rem; font-weight:500; color:#666; }
.mobile-menu .tot-inner .depth-2 > ul > li.active { background:#F6F6F6; padding:1.2rem 1.4rem; }
.mobile-menu .tot-inner .depth-2 > ul > li.active h3 { color:#00907F; }

#addrGroupList .btn-toggle-sub { margin-left: auto; width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_down.svg") 50% 50% no-repeat; background-size:1.2rem; }
#addrGroupList .btn-toggle-sub.active { width:3.4rem; height:3.4rem; border:1px solid #dfdfdf; border-radius:0.3rem; background:#fff url("../../assets/images/ico_n_arrow_up.svg") 50% 50% no-repeat; background-size:1.2rem; }

.tbl-noline { border-top:1px solid #dcdcdc; }
.tbl-noline table th { border:0 !important; border-bottom:1px solid #dcdcdc !important; }
.tbl-noline table tr:last-child td { border-bottom:1px solid #dcdcdc !important;  }

.noItem { text-align:center !important; font-size:1.4rem !important; color:#666 !important; }
.text-align-left { text-align:left !important; }

.board-mst-align { display:flex; flex-wrap:nowrap; align-items:center;  }
.board-mst-align ul { margin-right:1rem !important; }
.board-mst-align > p:first-of-type { display:flex; align-items:center; }
.board-mst-align > p:first-of-type::after { content:''; display:block; width:1px; height:1.5rem; background:#bbb; margin:0 1rem; }

@media all and (max-width: 1279px) {

    .tbl-time-header { background:none !important; border:0 !important; padding:2rem 0 1rem !important; font-size:1.7rem !important; font-weight:600 !important; }
    .tbl-time-header.pt-0 { padding-top:0 !important; }
    .tbl-day-header { text-align:center !important; border-bottom:0 !important;  }

    .flex-wrap-nowrap { width:100%; flex-wrap:nowrap !important; }
    .flex-wrap-nowrap span { flex-shrink: 0; }
    .division { display:none !important; }

    .list-margin li { margin:0 0 2rem; }
    .list-margin li:last-child { margin:0; }
    .list-margin li .d_flex { flex-wrap:wrap; }
    .list-margin li .d_flex > .chkBox { width:100% !important;  }
}

/* 말줄임 */
.td-ellipsis { max-width:15rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.td-ellipsis-2x { max-width:25rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.td-status-border { display:inline-block; vertical-align:middle; border:1px solid #d6d6d6; padding:0 1rem; line-height:2.5rem; font-size:1.4rem; font-weight:400; border-radius:0.5rem; }
.td-status-bg { display:inline-block; vertical-align:middle; padding:0 1rem; line-height:2.5rem; font-size:1.4rem; font-weight:400; background:#666; color:#fff; border:1px solid #666; border-radius:0.5rem; }
.td-status-bg-primary { display:inline-block; vertical-align:middle; padding:0 1rem; line-height:2.5rem; font-size:1.4rem; font-weight:400; background:#00907f; color:#fff; border:1px solid #00907f; border-radius:0.5rem; }

/* 게시판 상세 본문 내 table 반응형 */
.tblDetail .area .con table { width:100% !important; max-width:100% !important; table-layout:fixed; word-break:break-all; }
.tblDetail .area .con table td,
.tblDetail .area .con table th { width:auto !important; max-width:100% !important; }

/* 구분자 추가 */
.bar-divider { display:inline-flex; align-items: center; }
.bar-divider span:not(:last-child)::after { content:''; display:inline-block; width:1px; height:0.9em; background:#ddd; vertical-align:middle; margin:0 0.4em; }

.app-Floating { display:none; }
@media all and (max-width: 1023px) {
    .app-Floating { display:block; position:fixed; bottom:0; left:0; width:100%; height:4.5rem; background:#fff; z-index:99;  }
    .app-Floating .inner { display:flex; justify-content: center; gap:4rem; }
    .app-Floating .btn-floating-prev { width:4.5rem; height:4.5rem; background:url("../../assets/images/ico_app_floating_prev.svg") 50% 50% no-repeat; }
    .app-Floating .btn-floating-next { width:4.5rem; height:4.5rem; background:url("../../assets/images/ico_app_floating_next.svg") 50% 50% no-repeat; }
    .app-Floating .btn-floating-refresh { width:4.5rem; height:4.5rem; background:url("../../assets/images/ico_app_floating_refresh.svg") 50% 50% no-repeat; }
}

.note-btn-group.open .note-dropdown-menu, .note-dropdown-item { display:flex !important; }
.note-holder-custom { display: none !important; }
.note-color-select, .note-color-select-btn { display: none !important; }
.note-btn-primary { background:#666 !important; }
.note-modal-content { padding-bottom:1rem !important; }
