x@charset "utf-8";
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
*{margin: 0;padding: 0;box-sizing: border-box;}
*{-webkit-text-size-adjust:none}
body{position:relative;font-family: 'Pretendard-Regular', sans-serif!important;font-size:16px;line-height:normal!important;color:#333;letter-spacing: -0.5px;-webkit-overflow-scrolling: touch; background: #ffffff;min-width: 320px;height: 100%}
.clearfix::after{
    content: '';
    display: block;
    clear: both
}
/* padding */
.pd0{padding: 0;}
.pd10{padding: 10px;}
.pd15{padding: 15px;}
.pd20{padding: 20px;}
.pd30{padding: 30px;}
.pd40{padding: 40px;}
.pd50{padding: 50px;}
.pd100{padding: 100px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}
.pb100{padding-bottom:100px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt100{padding-top:100px;}

.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}
.pr100{padding-right:100px;}

.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}

/* margin */
.mg10{margin: 10px;}
.mg15{margin: 15px;}
.mg20{margin: 20px;}
.mg30{margin: 30px;}
.mg40{margin: 40px;}
.mg50{margin: 50px;}
.mg100{margin: 100px;}

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr60{margin-right:60px;}
.mr70{margin-right:70px;}
.mr80{margin-right:80px;}
.mr90{margin-right:90px;}
.mr100{margin-right:100px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml60{margin-left:60px;}
.ml70{margin-left:70px;}
.ml80{margin-left:80px;}
.ml90{margin-left:90px;}
.ml100{margin-left:100px;}

/* width */
.per5{width:5%;}
.per10{width:10%;}
.per15{width:15%;}
.per20{width:20%;}
.per25{width:25%;}
.per30{width:30%;}
.per35{width:35%;}
.per40{width:40%;}
.per45{width:45%;}
.per50{width:50%;}
.per55{width:55%;}
.per60{width:60%;}
.per65{width:65%;}
.per70{width:70%;}
.per75{width:75%;}
.per80{width:80%;}
.per85{width:85%;}
.per90{width:90%;}
.per95{width:95%;}
.per100{width:100%;}

.px10{width:10px;}
.px20{width:20px;}
.px30{width:30px;}
.px40{width:40px;}
.px50{width:50px;}
.px60{width:60px;}
.px70{width:70px;}
.px80{width:80px;}
.px90 {width:90px;}
.px100{width:100px;}
.px150{width:150px;}
.px200{width:200px;}
.px250{width:250px;}
.px300{width:300px;}
.px350{width:350px;}
.px400{width:400px;}
.px450{width:450px;}
.px500{width:500px;}
.px550{width:550px;}
.px600{width:600px;}
.px650{width:650px;}
.px700{width:700px;}

/* flex */
.flexwrap{
    display:flex;
    justify-content:space-between;
}
.flexwrap div.half{
    flex-basis:calc(50% - 5px);
    width:calc(50% - 5px);
}
.flexwrap .flexauto{
    flex:1 1 auto;
}
.flexwrap .flexgrow{
    flex:1 1 50%;
}
.flexwrap .flex50{
    flex:0 0 50%;
}
.flexwrap .flex15{
    flex:0 1 35%;
}
.flexwrap .flex10{
    flex:0 1 15%;
}
.flexwrap .flex150px{
    flex:0 1 150px;
}
.flexwrap .flex190px{
    flex:0 1 190px;
}
.flexwrap .flex250px{
    flex:0 1 250px;
}
.flexwrap .flex950px{
    display:flex;
    flex:0 1 950px;
}
.flexCenter{
    display: flex;
    align-items: center;
}
.flexStart{
    display:flex;
    justify-content: flex-start;
}
.flexEnd{
    display:flex;
    justify-content: flex-end;
}
.flexColEnd{
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
}
.flexCol{
    flex-direction: column;
}
/* text */
h1{
    font-size: 36px;
    font-family: 'Pretendard-Bold';
}
h2{
    font-size: 30px;
    font-family: 'Pretendard-Bold';
}
.bold {
    font-family: 'Pretendard-Bold';
}
.text-center, .btn-center{
    text-align: center;
}
.btn-right button{
    float: right;
}
.btn-right::after{
    content:'';
    display:block;
    clear:both;
}
.t20{font-size: 20px;}
.t24{font-size: 24px;}
.t28{font-size: 28px;}
.t32{font-size: 32px;}
.text-blue{color:#2D7AC0}
.text-gray{color:#A1A1A1;}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/bottom.png) no-repeat center right 10px / 15px;
}
select:focus{
    outline:none;
    border:1px solid #2D7AC0;
}
select::-ms-expand {
    display: none;
}
input, select{
    font-family: 'Pretendard-regular';
    font-size: 18px;
}
input:disabled{
    background-color:#F1F1F1;
}
.input-df {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 14px;
}
input.input-lg {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: none;
    padding: 0 20px;
    font-size: 16px;
}
input.post{
    width:calc(100% - 105px);
    margin-right:5px;
}
input[type=text]:focus {
    border: 1px solid #2D7AC0;
}
input::-webkit-input-placeholder {
    color: #CCCCCC;
}
input:-ms-input-placeholder {
    color: #CCCCCC;
}
textarea::-webkit-input-placeholder {
    color: #CCCCCC;
}
textarea:-ms-input-placeholder {
    color: #CCCCCC;
}
input::placeholder {
    color: #CCCCCC;
    opacity: 1;
}
textarea::placeholder {
    color: #CCCCCC;
    opacity: 1;
}
/* button */
button{
    background-color: transparent;
    border:none;
    cursor: pointer;
    font-family: 'Pretendard-Bold';
}
button.btn{
    height:60px;
    width: 300px;
    background-color:#002C50;
    color:#ffffff;
    font-size:22px;
    border: none;
    border-radius: 5px;
    transition: .3s ease-out, -webkit- .3s ease-out;
}
button.btn.btn-gray{
    background-color:#7A7A7A;
}
button.btn.btn-lightGray{
    background-color:#E2E2E2;
    color:#333333;
}
button.btn.btn-red{
    background-color:#DD5434;
}
button.btn.btn-blue{
    background-color:#2D7AC0;
}
button.btn.btn-yellow{
    background-color:#EBA400;
}
button.btn:hover{
    opacity: 50%;
}
button.m-btn{
    height:40px;
    width: 120px;
    background-color: #002C50;
    color:#ffffff;
    font-size:16px;
    border: none;
    border-radius: 5px;
    transition: .3s ease-out, -webkit- .3s ease-out;
}
button.m-btn.btn-line{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color:#333333;
}
button.s-btn{
    height:36px;
    width: 100px;
    background: #2D7AC0;
    color:#ffffff;
    font-size:14px;
    border: none;
    border-radius: 5px;
    transition: .3s ease-out, -webkit- .3s ease-out;
}
button.s-btn.btn-line{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color:#333333;
}
button.post-btn{
    height:45px;
    width: 100px;
    background: #848484;
    color:#ffffff;
    font-size:16px;
    border: none;
    border-radius: 5px;
    vertical-align: top;
}
.modal button.btn{
    width:120px;
    height:45px;
    font-size: 14px;
    font-family: "Pretendard Regular"
}
/* table */
.table {
    width: 100%;
    font-size: 16px;
}
.table tr {
    height: 55px;
}
.table-head tr{
    background: #E9F1F9;
    border-top: 2px solid #2D7AC0;
    /* font-size: 14px; */
}
.table-body tr {
    border-bottom: 1px solid #CCCCCC;
}
.table-body tr:nth-child(1){
    border-top: 1px solid #cccccc;
}
.table-body tr td {
    padding: 10px 20px;
}
.table button{
    width:110px;
    height: 40px;
    font-size:14px;
    color: #ffffff !important;
}
.table input[type=text] {
    height: 40px;
}
/* 체크박스 */
input[type=checkbox]{display: none;}
input[type=checkbox]+label{
    position: relative;
    cursor: pointer;
}
input[type=checkbox]+label.label-t{
    padding-left:23px;
    padding-top: 2px ;
    font-family: 'Pretendard-Regular';
}
input[type=checkbox]+label::before{
    content: '';
    display:inline-block;
    position:absolute;
    top:1px;
    left:0;
    width:15px;
    height:15px;
    border-radius: 2px;
    border: 1px solid #707070;
    background-color: #ffffff;
}
input[type=checkbox]:checked+label::before{
    border: 1px solid transparent;
    background: #2D7AC0 url(../img/ch-on.png) no-repeat center / 86%;
}

/* 풀캘린더 tippy */
div[id^="tippy-"]{
    min-width: 30px;
}
/* 파일첨부 수정 */
.fileUP{
    height: 120px;
    overflow-y: auto;
    border: 1px solid #BBBBBB;
    border-radius: 3px;
    padding: 16px 20px;
}
.fileUP li{
    display: flex;
    align-items: center;
}
.fileUP li:not(:last-child){
    padding-bottom: 10px;
}
.fileUP li span{
    margin-left: 20px;
}
/*데이트피커*/
.datepickerWrap{
    position:relative;
    width:100%;
}
i.i-date{
    display:block;
    position:absolute;
    top:11px;
    right: 14px;
    width:22px;
    height:22px;
    background:url(../img/calendar.png) no-repeat center center / 22px;
}
/*모달*/
.modal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:100!important;
    min-height:750px;
    transition:0.3s;
}
.modal.on{
    display:block;
}
.modal-bg{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.5);
    transition: 0.3s;
}
.modalContent{
    position:fixed;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    width:600px;
    height:auto;
    z-index: 101;
}
.modalContent.xs{
    width:360px;
}
.modalContent.mdmd{
    width:540px;
}
.modalContent.lg{
    max-width:700px;
    width: calc(100vw - 40px);
}
.modalHd{
    width:100%;
    height:40px;
    background:#2D7AC0;
    line-height: 40px;
    padding:0 25px;
    color:#fff;
    border-radius: 10px 10px 0 0;
}
.modalHd h3{
    font-size:16px;
    font-weight: 500;
}
.modalClose{
    position:absolute;
    top:5px;
    right:5px;
    width:30px;
    height:30px;
    border-radius: 50%;
}
.modalClose::before{
    content: "";
    display:block;
    position:absolute;
    top:3px;
    left:14px;
    width:2px;
    height:24px;
    background:#e8e8e8;
    transform: rotate(45deg);
}
.modalClose::after{
    content: "";
    display:block;
    position:absolute;
    top:3px;
    left:14px;
    width:2px;
    height:24px;
    background:#e8e8e8;
    transform: rotate(135deg);
}
.modalBody{
    width:100%;
    height:auto;
    padding:40px 20px 16px;
    background:#ffffff;
    border-radius: 0 0 10px 10px;
}
.modalBody.mobodyScroll{
    height: calc(100vh - 100px);
    max-height: 832px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modalBody.mobodyScroll::-webkit-scrollbar {
    display: none;
}
.modalBody.mobodyScroll .modalMain{
    min-height: 350px;
}
.modalBody.mobodyScroll .modalMain img{
    width: 100% !important;
}
.xs .modalBody{
    text-align: center;
}

.md .modalBody, .lg .modalBody{
    text-align: left;
}
.modalBtnWrap{
    margin-top:30px;
    text-align: center;
}

/* wrap */
.vh100{
    height: 100vh;
}
.main-wrap {
    max-width: 1280px;
    margin: 0 auto;
}
.wrap-center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
}
.wrap1280{
    max-width: 1280px;
    margin: 0 auto;
}
.wrap600{
    max-width: 600px;
}
.wrap700{
    max-width: 710px;
}

/* tab */
.tab {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin-top: 40px;
    margin-bottom: 24px;
}
.tab-ul{
    font-size: 18px;
}
.tab-ul li {
    padding: 0 10px;
    width: 180px;
    height: 50px;
    color: #cccccc;
    float: left;
    text-align: center;
    line-height: 50px;
}
.tab-ul li.active {
    position: relative;
    font-family: 'Pretendard-Bold';
}
.tab-ul li.active::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 65%;
    height: 4px;
    border-radius: 3px;
    background-color: #2D7AC0;
    transform: translateX(-50%);
}
.tab-ul li.active a {
    color: #2D7AC0;
}
.hasTab .responsiveH1{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.responsiveWrap .tab{
    width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
}
/* pagination */
.pagination{
    margin:80px 0 0px;
    text-align: center;
    font-size:20px;
}
.page-item, .page-arrow{
    display: inline-block;
    line-height: 26px;
    height: 27px;
    vertical-align: middle;
}
.page-arrow .page-link::before{
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
}
.page-arrow .page-link.p-L1::before{
    background: url(../img/page-L1.png) no-repeat center / 12px;
}
.page-arrow .page-link.p-L2::before{
    background: url(../img/page-L2.png) no-repeat center / 16px;
}
.page-arrow .page-link.p-R1::before{
    background: url(../img/page-R1.png) no-repeat center / 12px;
}
.page-arrow .page-link.p-R2::before{
    background: url(../img/page-R2.png) no-repeat center / 16px;
}
.page-link{
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin:0 4px;
}
.page-link.active{
    color:#2D7AC0;
    font-family: 'Pretendard-Bold';
}
/* pc */
/* header */
.header{
    width: 100%;
    height: 80px;
    padding: 0 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    position: fixed;
    display: flex;
    top: 0;
    z-index: 99;
    align-items: center;
}
.logo {
    width: 13vw;
    max-width: 250px;
    min-width: 80px;
    height: 78%;
    background: url(../img/logo-header.png) no-repeat center / contain;
    text-indent: -999px;
    float: left;
}
.logo a{
    display: block;
    height: auto;
}
.nav-out {
    width: calc(100% - 13vw);
    max-width: 1280px;
    height: 100%;
    float: left;
    display: block;
}
.gnb{
    float: left;
    margin: 0 0 0 14px;
}
.gnb > li {
    height: 80px;
    line-height: 80px;
    float: left;
    font-family: 'Pretendard-Bold';
    font-size: 18px;
    text-align: center;
}
.gnb > li > a{
    display: block;
    padding: 0px 20px;
}
.gnb > li::after {
    content: "";
    display: none;
    width: 100px;
    height: 5px;
    border-radius: 3px;
    background: #2D7AC0;
    z-index: 99;
    position: relative;
    top: -85px;
    margin: 0 auto;
}
.gnb > li::before{
    display: none;
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #002C50;
}
.lnb{
    display: none;
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 9;
}
/* .lnb.li3{
    width: 220px;
} */
.gnb > li:hover::after,
.gnb > li:hover::before{
    display: block;
}
.gnb > li.lnbBgN:hover::before{
    display: none;
}
.gnb > li.lnbBgN:hover::after{
    top: -5px;
}
.gnb > li:hover .lnb {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    width: 90px;
    margin: 0 auto;
}
.lnb > li{
    float: left;
    margin-right: 30px;
}
.lnb > li:last-child{
    margin-right: 0px;
}
.lnb > li > a {
    display: block;
    height: 100%;
    line-height: 70px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Pretendard-Regular';
}
.hd-logout {
    display:flex;
    float: right;
    height: 80px;
    line-height: 80px;
    align-items: center;
}
.logout-btn {
    display: inline-block;
    border: 1px solid #cccccc;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    font-family: 'Pretendard-Regular';
    color: #333333;
}
.right-btn-box{
    display: none;
    width: 100%;
    /*height: 100%;*/
    text-align: right;
    line-height: 80px;
    float: right;
    justify-content: space-between;
    align-items: center;
}
.mo-tit{
    width: 100%;
    text-align: center;
    font-family: 'Pretendard-bold';
    margin-right: 20px;
}
.ham-btn {
    width: 20px;
    height: 16px;
    background: url(../img/ham.png) no-repeat center / contain;
}
.ham {
    display: none;
}
.ham.on  {
    display: block;
}
.right-bg{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000;
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: 999;
}
.ham.on .right-bg{
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000;
    opacity: 0.5;
    left: 0;
}
.ham-nav{
    position: fixed;
    width: 300px;
    height: 100vh;
    top: 0;
    right: -300px;
    background: #ffffff;
    z-index: 999;
}
.ham.on .ham-nav{
    right: 0;
}
.ham-hd {
    height: 53px;
    line-height: 53px;
}
.ham-hd .ham-close {
    width: 13px;
    height: 13px;
    background: url(../img/cl);
}
.ham-hd .ham-close{
    position:absolute;
    top:10px;
    left:10px;
    width:30px;
    height:30px;
}
.ham-hd .ham-close::before{
    content: "";
    display:block;
    position:absolute;
    top:9px;
    left:14px;
    width:2px;
    height:13px;
    background:#333333;
    transform: rotate(45deg);
}
.ham-hd .ham-close::after{
    content: "";
    display:block;
    position:absolute;
    top:9px;
    left:14px;
    width:2px;
    height:13px;
    background:#333333;
    transform: rotate(135deg);
}
.ham-hd .setting{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../img/setting-b.png) no-repeat center / 15PX;
}
.ham-con {
    padding: 32px;
}
.ham-con > p {
    font-size: 12px;
    margin-top: 8px;
}
.ham-con > p span{
    line-height:36px;
    font-size: 16px;
    font-family: 'Pretendard-Bold';
}
.ham-con > p span.user-point{
    color: #2D7AC0;
}
.ham-gnb {
    margin-top: 10px;
}
.ham-gnb > li {
    position: relative;
    line-height: 50px;
    border-top: 1px solid #EBEBEB;
}
.ham-gnb > li > a {
    display: block;
}
.ham-gnb > li > .bot-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 50px;
    background: url(../img/bottom.png) no-repeat center / contain;
    float: right;
}
.ham-gnb > li > .bot-btn.on {
    background: url(../img/top.png) no-repeat center / contain;
}
.ham-gnb > li > .bot-btn.on + a.on{
    color: #2D7AC0;
}
.ham-gnb > li ul.ham-lnb{
    display: none;
    height: 100%;
}
.ham-gnb > li ul.ham-lnb li {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}
.ham-gnb > li ul.ham-lnb li:last-child {
    margin-bottom: 5px;
}
.ham-gnb > li ul.ham-lnb.on{
    display: block;
}
/* footer */
.footer{
    width: 100%;
    min-height: 230px;
    background: #EFEFEF;
    font-size: 12px;
    line-height: 18px;
    margin-top: 100px;
}
.footer .footer-in > div {
    float: left;
    margin-right: 4vw;
}
.footer .footer-in > div:last-child {
    margin-right: 0px;
}
.footer .footer-in {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 24px 24px;
}
.f-info .foot-logo {
    width: 120px;
    height: 46px;
    background: url(../img/logo.png) no-repeat center / contain;
}
.info-m{
    margin: 15px 0;
}
.f-cs, .f-bank {
    margin-top: 40px;
}
.f-cs > p ,.f-bank > p {
    font-size: 14px;
    margin-bottom: 22px;
    font-family: 'Pretendard-Bold';
}

.f-cs > div p span ,.f-bank > div p span{
    display: inline-block;
    width: 6vw;
    max-width: 72px;
    min-width: 55px;
}
/* main */
.main-banner > div{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.main-banner {
    width: 100%;
    height: 584px;
    margin-top: 80px;
    background: url(../img/2025/2025_highschool_passed_list.jpeg) no-repeat center;
    color: #ffffff;
    overflow: hidden;
}
.banner-in{
    position: relative;
    height: 100%;
}
.banner-in .bannerTxt{
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    opacity: 0;
    animation-name: bannerAni;
    animation-duration: .8s;
    animation-delay: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;

}
.banner-in .bannerTxt p:nth-child(1){
    font-size: 38px;
    margin-bottom: 18px;
}
.banner-in .bannerTxt p:nth-child(2){
    font-size: 65px;
}

@keyframes bannerAni{
    100%{
        transform: translateY(-60%);
        opacity: 1;
    }
}
.main-cont .sec:not(:nth-child(1)){
    padding: 80px 0;
}
.main-cont .sec .sec-in {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.sec-in.flex-sec{
    display: flex;
}
.sec1 {
    width: 100%;
    height: 100px;
    background-color: #002C50;
    color: #ffffff;
}
.sec1 .sec-in {
    line-height: 100px;
}
.sec1 .sec-in p {float: left;}
.sec1 .sec-in a {
    float: right;
    color: #ffffff;
}
.sec1 .sec-in a.sec-mypage::before {
    content: "";
    display:inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/setting.png) no-repeat center / contain;
    vertical-align:-5px;
    margin-right: 5px;
}
.sec-name{
    margin-right: 64px;
}
.sec-name::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/book.png) no-repeat center / contain;
    vertical-align:-5px;
    margin-right: 5px;
}
.sec-name span,.sec-point span{
    font-size: 22px;
    font-family: 'Pretendard-Bold';
}
.set-tit {
    text-align: center;
}
.set-tit a{
    font-family: 'Pretendard-Bold';
    font-size: 26px;
}
.set-tit a::after {
    content: "";
    width: 15px;
    height: 21px;
    display: inline-block;
    vertical-align: -2px;
    margin-left: 28px;
    background: url(../img/right-b.png) no-repeat center / contain;
}
.set-tit p{
    font-size: 14px;
}
.sec-in.flex-sec .set-tit {
    text-align: left;
    width: 190px;
    padding-right: 58px;
}
.sec-in.flex-sec > div:nth-child(2) {
    width: calc(100% - 210px);
    padding-left: 20px;
}
.sec-in.flex-sec .set-tit p{
    margin-top: 20px;
    word-break: keep-all;
}
/* sec2 */
.sec2, .sec4 {
    background: #F2F5F9;
}
.sec2 .set-tit {
    margin-bottom: 44px;
}
.sec2 .slider{
    margin-right: 16px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    background: transparent;
    border-radius: 15px 0 15px 0;
}
.sec2 .slider .assignment{
    min-height: 144px;
    border-radius: 15px 0 0 0;
    padding: 30px 20px 18px;
    background: #ffffff;
    height: calc(100% - 46px);
}
.sec2 .slider button{
    width: 100%;
    height: 46px;
    border-radius: 0 0 15px 0;
    background: #2D7AC0;
    color: #ffffff;
    font-size: 18px;
}
.sec2 .slider button.ass-check{
    background: #EBA400;
}
.sec2 .slider button.ass-complete{
    background: #E2E2E2;
    color: #858585;
    cursor: default;
}
.main-slide.slick-initialized.slick-slider,.po-slide.slick-initialized.slick-slider {
    margin: 0 auto;
    padding: 0 100px;
}
.sec2 .slider .assignment p:nth-child(2){
    margin: 8px 0 16px 0;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec2 .slider .assignment p:nth-child(3){
    font-size: 14px;
    color: #7A7A7A;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slick-track{
    margin: 10px 8px!important;
}
/* .sec3 */
.book-list {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    background: transparent;
    border-radius: 15px;
    float: left;
    margin-right: 20px;
}
.book-list .book-img{
    width: 100%;
    padding-top:135%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px 15px 0 0;
}
.portfolio .book-list .book-img{
    padding-top: 100%;
}
.book-list .book-info{
    padding: 16px;
}
.book-list .book-info span {
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    padding: 4px 10px;
    display: inline-block;
}
.loan{
    background-color: #C24444;
}
.available {
    background-color: #2D7AC0;
}
.return{
    background-color: #C7C7C7;
}
.delinquent{
    background-color: #EBA400;
}
.book-list .book-info .book-tit{
    font-size: 18px;
    font-family: 'Pretendard-Bold';
    margin: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* sec4 */
.po-con{display: none !important;}
.po-con.active{display: block !important;}
.po-tab{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    overflow-y: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.po-tab::-webkit-scrollbar {
    display: none;
}
.po-tab li {
    display: inline-block;
    font-size: 18px;
    width: 103px;
    /* height: 40px;
    line-height: 40px; */
    cursor: pointer;
}
.po-tab li.active{
    color: #2D7AC0;
    font-family: 'Pretendard-Bold';
}
.sec4 .slider{
    margin-right: 16px;
    position: relative;
}
.po-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.s-portfolio{
    height: 25vw;
    max-height: 370px;
    min-height: 244px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 15px;
    padding: 40px;
}
.s-portfolio p {color: #ffffff;}
.s-portfolio .po-tit {
    font-size: 25px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 10px;
}
.s-portfolio .read-more {
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    background: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s ease-out, -webkit- .3s ease-out;
}
.s-portfolio .read-more:hover {
    background: #4595C2;
    color: #ffffff;;
}
/* sec5 */
.notice-wrap li{
    border-top: 1px solid #CCCCCC;
    width: 100%;
    height: 95px;
}
.notice-wrap li:last-child{
    border-bottom: 1px solid #CCCCCC;
}
.notice-wrap li a{
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
.notice-wrap li a .notice-date{
    width: 100px;
}
.notice-wrap li a .notice-date .date{
    font-size: 25px;
    color: #2D7AC0;
    font-family: 'Pretendard-Bold';
}
.notice-wrap li a > p{
    text-align: left;
    width: 100%;
    padding: 0 70px 0 16px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.notice-wrap li a > p::after{
    content: "";
    display: inline-block;
    width: 7px;
    height: 16px;
    background: url(../img/right-b.png) no-repeat center / contain;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translatey(-50%);
}
/* 로그인, 출결 */
.loginWrap{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: url(../img/login-bg.png) no-repeat center center / cover;
}
.loginDivWrap{
    width:calc(100vw - 60px);
    max-width: 500px;
    height: calc(100vh - 60px);
    max-height: 680px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    overflow: auto;
}
.loginDivWrap.admin{
    max-height:716px;
}
.loginDiv_inner{
    width:300px;
    margin: 0 auto;
    padding:80px 0;
}
.login_logo{
    width:250px;
    height:97px;
    margin-left:auto;
    margin-right:auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.loginDivWrap a{
    text-decoration-line: underline;
}
.loginDivWrap a:hover{
    color:#2D7AC0
}
.loginWrapOuter.attd, .attd .loginDivWrap{
    max-height:880px;
}
.attd .loginDiv_inner{
    padding: 60px 0;
}
.input-num{
    width:88px;
    height: 88px;
    text-align: center;
    font-size: 32px;
    border:none;
    border-radius: 5px;
    margin-right:5px;
}
.input-num:last-child{
    margin:0;
}
.attd .loginDiv_inner{
    width: 368px;
}
.input-num-wrap{
    width:100%;
    font-size: 0;
}
.w300-wrap{
    width:100%;
    padding:0 34px;
    margin-top:24px;
    font-size: 18px;
}
.t18>button{
    font-size: 18px;
}
.numbtn-wrap{
    width:100%;
    margin-top:24px;
    font-size: 0;
}
.numbtn{
    width:96px;
    height:72px;
    margin-bottom:5px;
    background-color:#2D7AC0;
    color:#ffffff;
    border-radius: 5px;
    font-size:32px;
    font-family: "Pretendard Regular";
    vertical-align: middle;
}
.numbtn:active{
    background-color:#0B4E8B;
}
.numbtn:not(:nth-child(3n)){
    margin-right:5px;
}
button.t18{
    font-size:18px!important;
}
.loginWrapOuter{
    width:calc(100vw - 60px);
    max-width: 500px;
    height: calc(100vh - 60px);
    max-height: 680px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.loginWrap .aWhite{
    position: absolute;
    bottom:-30px;
    right:0;
    color:#ffffff;
    text-decoration-line: underline;
    opacity: .6;
}
.check .loginDivWrap{
    max-height: 590px;
}
.check .loginDiv_inner{
    width:400px;
}
.ch-icon{
    width:100%;
    height:72px;
    background-size:contain;
     background-repeat: no-repeat;
    background-position: center;
}

.pointWrap{
    width:100%;
    padding: 0 34px;
}
.pointTable{
    width:100%;
    border-radius: 5px;
    overflow: hidden;
}
.pointTable tr{
    height:45px;
}
.pointTable th{
    background-color:#2D7AC0;
    color:#ffffff;
    font-weight: normal;
    width:100px;
}
.pointTable td{
    text-align: right;
    background-color: #ffffff;
    padding: 0 10px;
}

@media screen and (max-width:400px) {
    .loginDivWrap, .loginWrapOuter{
        width:calc(100vw - 20px);
        height:auto;
        max-height: 100vh
    }
    .loginDiv_inner{
        width:100%;
        padding: 40px 20px 50px;
    }
    .loginDiv_inner button{
        width:100%;
    }
    .login_logo{
        width:100%;
        margin-bottom:40px;
    }

}

@media screen and (max-width: 476px){/*출석화면*/
    .attd .loginDivWrap, .attd.loginWrapOuter {
        width: calc(100vw - 20px);
        max-height: calc(100vh - 50px);
    }
    .attd.loginWrapOuter{
        height: calc(100vh - 60px)!important;
    }
    .attd .loginDiv_inner{
        width:100%;
        padding: 40px 10px 50px;
    }
    .w300-wrap{
        padding:0;
    }
    .attd button{
        width: 100%;
    }
    .attd .loginDiv_inner .numbtn-wrap button {
        width: calc((100% / 3) - 4px);
    }
    .input-num{
        width:calc((100% / 4) - 4px);
        height:calc((100vw / 4) - 14px)
    }
    .loginWrap .aWhite{
        bottom:-24px;
        font-size:14px;
    }
}
@media (orientation: landscape) {/*출석화면 가로*/
    .attd .loginDiv_inner{
        width:780px;
    }
    .attd .loginDivWrap,.attd.loginWrapOuter{
        max-width:780px;
        height: 639px;
    }
    .attd .left-portrait{
        float:left;
        width:368px;
        margin-left:34px;
        padding-top:34px;
    }
    .attd .right-portrait{
        float:right;
        width:368px;
    }
    .attd .right-portrait .w300-wrap, .attd .right-portrait .w300-wrap .numbtn-wrap{
        margin-top:0;
    }
    .attd .numbtn{
        height:88px;
    }
}

/*회원가입 join*/
.responsiveWrap{
    width:100%;
    padding: 80px 0 0;
}
.responsiveInner{
    width:600px;
    margin: 0 auto;
    padding: 0 35px;
}
.responsiveH1{
    width:600px;
    padding:80px 0 24px;
    margin: 0 auto;
    margin-bottom: 35px;
    border-bottom:1px solid #CCCCCC;
}

.responsiveH1_C{
    width:600px;
    padding:20px 0 24px;
    margin: 0 auto;
    margin-bottom: 35px;
    border-bottom:1px solid #CCCCCC;
    font-size: 32px;
}
.inputSec{
    margin-bottom: 40px;
}
.inputSec label{
    display: block;
}

.btn-add{
    position: relative;
    display:inline-block;
    width:23px;
    height:23px;
    border:1px solid #2D7AC0;
    border-radius: 5px;
    vertical-align: middle;
    transition: .3s;
}
.btn-add::after{
    content:'';
    display:block;
    width:15px;
    height:1px;
    background:#2D7AC0;
    position:absolute;
    top:10px;
    left:3px;
}
.btn-add::before{
    content:'';
    display:block;
    width:1px;
    height:15px;
    background:#2D7AC0;
    position:absolute;
    top:3px;
    left:10px;
}
.btn-add:hover, .btn-add:active{
    background-color:#2D7AC0;
}
.btn-remove:hover, .btn-remove:active{
    background-color:#DD5434;
}
.btn-add:hover::before, .btn-add:hover::after, .btn-add:active::before, .btn-add:active:after, .btn-remove:hover::before, .btn-remove:hover::after, .btn-remove:active::before, .btn-remove:active:after{
    background-color:#ffffff;
}
.btn-remove{
    position: relative;
    display:inline-block;
    width:23px;
    height:23px;
    border:1px solid #DD5434;
    border-radius: 5px;
    vertical-align: middle;
    transition: .3s;
}
.btn-remove::after{
    content:'';
    display:block;
    width:15px;
    height:1px;
    background:#DD5434;
    position:absolute;
    top:10px;
    left:3px;
}
.timeSelectWrap{
    font-size: 0;
    margin-bottom:10px;
}
.timeSelectWrap select{
    width: 95px;
    height:45px;
    padding: 0 12px;
    border:1px solid #cccccc;
    border-radius: 5px;
    font-size: 14px;
    margin-right:5px;
    vertical-align: middle;
}
.center{
    margin: 0 auto;
}
/* 도서대여 */
.content{
    max-width: 1280px;
    margin: 80px auto 0;
    padding: 0px 24px;
}
.content .responsiveH1{
    width:100%;
    padding:80px 0 0;
    margin: 0 auto;
    margin-bottom: 40px;
    border-bottom:none;
}
.search {
    width: 100%;
    height: 40px;
    margin-bottom: 45px;
    position: relative;
}
.search .search-in{
    height: 38px;
    border-bottom: 2px solid #2D7AC0;
    float: right;
    display: flex;
    align-items: center;
}
.search select{
    border: none;
    height: 100%;
    width: 125px;
    padding: 0 10px;
    outline: none;
}
.search input{
    border: none;
    height: 100%;
    padding: 0px;
}
.search input[type=text]:focus {
    border: none
}
.search button.src-btn{
    vertical-align:-4px;
    width: 40px;
    height: 19px;
    background: url(../img/search.png) no-repeat center / contain;
}
.content-in {
    width: 100%;
}
.content-in .book-box .book-list {
    width: calc((100% - (18px*3)) / 4 - 0.01px);
    margin-right: 18px;
    margin-bottom: 18px;
}
.content-in .book-box .book-list:nth-child(4n) {
    margin-right: 0px;
}
.content-in .book-box .book-list .book-info span {
    font-size: 12px;
}
.content-in .book-box .book-list .book-info .book-tit {
    font-size: 16px;
}
.content-in .book-box .book-list .book-info .book-author {
    font-size: 14px;
}
.pointBox {
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}
.pointTit{
    background: #2D7AC0;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    padding: 0 30px;
}
.point{
    background: #F5F5F5;
    text-align: right;
    border-radius: 0 5px 5px 0;
    height: 100%;
    padding: 0 10px;
    width: 227px;
}
.point span{
    font-size: 20px;
    font-family: 'Pretendard-Bold';
}
/* 도서상세 */
.detailsIgm {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 352px;
    height: 528px;
    border-radius: 15px;
    margin: 0 auto;
}
.hr {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    margin: 16px 0 26px;
}
.detailsBox {
    margin-top: 43px;
}
.detTit {
    font-size: 22px;
    margin-bottom: 8px;
}
/* .detwriter{
    margin-bottom: 16px;
} */
.detInfo{
    line-height: 140%;
}
.tagBox {
    margin-top: 13px;
}
.tagBox span{
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    padding: 4px 10px;
    display: inline-block;
}
.tagBox span.period {
    display: block;
    color: #333333;
    padding: 8px 0 0;
    font-size: 14px;
}
/* 과제 */
.taskTalbe tr th:nth-child(1){width: 15%;min-width: 110px;}
.taskTalbe tr th:nth-child(2){width: 50%;}
.taskTalbe tr th:nth-child(3){width: 20%;min-width: 120px;}
.taskTalbe tr th:nth-child(4){width: 15%;min-width: 110px;}
.taskBody tr td:not(:nth-child(2)) {
    text-align: center;
}
.moTBody{
    display: none;
}
.reportTalbe tr th:nth-child(1){width: 60%;}
.reportTalbe tr th:nth-child(2){width: 25%;min-width: 230px;}
.reportTalbe tr th:nth-child(3){width: 15%;min-width: 110px;}
.reportBody tr td:not(:nth-child(1)) {
    text-align: center;
}
.tb-btn-bt {
    text-align: right;
}
.stampBtn {
    margin-top: 10px;
}
.stampBtn::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/stamp-i.png) no-repeat center / contain;
    vertical-align:-4px;
    margin-right : 5px;
}
.stampImg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 410px;
    max-height: 710px;
    height: 40vw;
}
/* 글쓰기 */
.content .responsiveH1.subH1{
    margin-bottom: 24px;
}
.writeHead{
    border-top: 2px solid #2D7AC0;
    border-bottom: 1px solid #CCCCCC;
    padding: 30px 20px;
}
.writeHead2{
    border-top: 2px solid #2D7AC0;;
    padding: 30px 0 8px;
}
.writeGroup{
    font-size: 18px;
    color: #2D7AC0;
}
.writeTit{
    font-size: 22px;
    margin: 6px 0 16px;
    font-family: 'Pretendard-Bold';
}
.writePeriod{
    font-size: 14px;
}
.writeMain{
    padding: 30px 20px;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    line-height: 140%;
}
.pointCom{
    height: 45px;
    line-height: 45px;
    border: 1px solid #2D7AC0;
    border-radius: 50px;
    padding: 0 20px;
    font-size: 14px;
    margin-top: 30px;
    float: left;
}
.pointCom > span{vertical-align: 2px;}
.pointCom p{
    display: inline-block;
    font-size: 18px;
    font-family: 'Pretendard-Bold';
    color: #2D7AC0;
    margin-left: 14px;
}
.taskWrite {
    margin-top: 40px;
}
.fileBox{
    margin-top: 40px;
}
.fileHead{
    overflow: hidden;
    margin-bottom: 10px;
}
.fileHead > p {
    line-height: 35px;
    font-size: 18px;
    color: #2D7AC0;
    font-family: 'Pretendard-Bold';
    float: left;
}
.file-btn{
    float: right;
    font-size:0;
}
#fileInput{
    display:none;
}
.file-btn button,.file-btn .fileBtn {
    width: 80px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #707070;
    font-family: 'Pretendard-Regular';
    cursor: pointer;
}
.file-btn .fileBtn {
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #7D7D7D;
}
.file-btn button.chRemove {
    color: #202020;
    margin-right: 5px;
}
.Tbtn{
    margin-top: 60px;
}
select.reportSlt{
    width: 530px;
    height: 50px;
    font-family: 'Pretendard-Bold';
    font-size: 22px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 0 14px;
    margin-bottom: 16px;
}
/*포트폴리오*/
.fullbnr{
    width:100%;
    height:300px;
    background-size:cover;
    background-position: center;
    margin: 80px 0 0;
    position:relative;
}
.fullbnr::after{
    content:'';
    display:block;
    width:100%;
    height:300px;
    background-color:rgba(0,0,0,0.55);
}
.portfolioH1{
    text-align: center;
    color: #ffffff;
    margin-bottom: 63px;
    word-break: keep-all;
    opacity: 0;
    animation-name: pfAni;
    animation-duration: .8s;
    animation-delay: 0;
    animation-fill-mode: forwards;
    animation-timing-function:ease-in-out;
}
.portfolioSub{
    width:700px;
    padding: 50px 60px;
    margin:0 auto;
    background-color:#ffffff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    opacity: 0;
    animation-name: pfAni;
    animation-duration: .8s;
    animation-delay: .4s;
    animation-fill-mode: forwards;
    animation-timing-function:ease-in-out;
}
.portfolioSub .name{
    width:44%;
    display:inline-block;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
}
.portfolioSub .class{
    width:55%;
    display:inline-block;
    text-align: right;
}
.portfolioSub .text{
    margin:30px 27px 0;
    line-height: 160%;
}
@keyframes pfAni{
    100%{
        transform: translateY(-300px);
        opacity: 1;
    }
}
.portfolio .content-in{
    width:100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 45px 0 0;
    font-size: 16px;
    line-height: 180%;
    opacity: 0;
    animation-name: pfAni;
    animation-duration: .8s;
    animation-delay: .8s;
    animation-fill-mode: forwards;
    animation-timing-function:ease-in-out;
}
.portfolio .content-in img {
    width: 100%;
    margin-bottom: 20px;
}
/*커뮤니티*/
.commuListUl{
    width:100%;
    border-top:1px solid #cccccc;
    order:3;
}
.commuListUl li{
    width:100%;
    padding:14px;
    border-bottom:1px solid #cccccc;
}
.commuListUl li::after{
    content:'';
    display:block;
    clear:both;
}
.commuListUl .thumbbox{
    float:left;
    margin-right:20px;
    width:90px;
    height:90px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/user-img.png);
}
.commuListUl .rightwrap{
    float:left;
    width:calc(100% - 110px);
    padding: 9px 0;
    line-height: 150%;
}
.commuListUl .titlewrap{
    width:100%;
}
.commuListUl .titlewrap a:hover{
    text-decoration: underline
}
.titlewrap .title::after{
    content: attr(data-reply);
    display:inline;
    font-weight: bold;
    color:#2D7AC0;
    margin-left:3px;
}
.artiInfo{
    color:#A1A1A1;
    font-size: 14px;
    display:flex;
}
.artiInfo span:not(:last-child){
    margin-right:5px;
}
.artiInfo .view::before{
    content:'';
    display:inline-block;
    background:url(../img/view.png) no-repeat center / 12px;
    width:12px;
    height:12px;
    vertical-align: middle;
    margin-right: 2px;
}
.artiInfo .up::before{
    content:'';
    display:inline-block;
    background:url(../img/star-g.png) no-repeat center / 12px;
    width:12px;
    height:12px;
    vertical-align: middle;
    margin-right: 1px;
}
.artiInfo .nickname {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-width: 20px;
    white-space: nowrap;
}
.artiInfo .view {flex: none;}
.artiInfo .up {flex: none;}
.select-md {
    width: 300px;
    height: 45px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 0 14px;
    margin-bottom: 8px;
}
.detailTitle{
    padding:0 10px 16px;
    border-bottom: 1px solid #cccccc;
}
.detailTitle p{
    margin-bottom: 8px;
}
.detailTitle .titlewrap .title{
    font-weight: bold;
}
.detailTitle .artiInfo .nickname, .detailTitle .artiInfo .date{
    color: #333333;
}
.detailContents{
    padding:16px 10px;
}
.detailContents *{
    max-width: 100%;
    line-height: 150%;
}
.detailContents img{
    margin-bottom:10px;
}
.detailContents .hashtag{
    color:#5EA4CC;
}
.detailContents .hashtag:hover{
    text-decoration-line: underline;
}
.detailInfo{
    padding:56px 0 16px;
    margin-bottom:24px;
    border-bottom: 1px solid #cccccc;
}
.detailInfo button{
    padding: 12px 16px 12px 14px;
    border:1px solid #cccccc;
    border-radius: 5px;
    font-size:16px;
    font-family: "pretendard Regular";
}
.detailInfo .leftwrap{
    float: left;
    font-weight: 800;
    margin-top: 15px;
}
.detailInfo .rightwrap{
    float: right;
}
i.icon{
    display:inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.i-star{
    background-image: url(../img/star-y.png);
    width:20px;
    height: 20px;
    margin-right:5px;
    background-size:24px!important;
}
.i-share{
    background-image: url(../img/share-i.png);
    width:20px;
    height: 20px;
    margin-right:5px;
}
.detailInfo .replyNum::before{
    content:'';
    display:inline-block;
    width:17px;
    height:20px;
    margin-right:5px;
    background : url(../img/comment.png) no-repeat center / contain;
    vertical-align: middle;
}
.detailInfo .up{
    margin-left: 10px;
    color: #A1A1A1;
}
.detailInfo .up::before{
    content:'';
    display:inline-block;
    width:17px;
    height:20px;
    margin-right:3px;
    background : url(../img/star-g.png) no-repeat center / 21px;
    vertical-align: text-bottom;
}
.replyInputbox{
    border:1px solid #cccccc;
    border-radius: 5px;
    margin-bottom:7px;
    overflow: hidden;
}
.replyWrap .replyInputbox{
    margin-bottom:0;
}
.replyInputbox input{
    width:calc(100% - 54px);
    height:45px;
    padding: 0 0 0 10px;
    border:none;
}
.replyInputbox button{
    width:54px;
    font-size:16px;
    color:#2D7AC0;
}
.replyWrap{
    padding: 16px 10px;
    border-bottom: 1px solid #cccccc;
}
.replyWrap.re{
    margin-left: 24px;
}
.replyWrap p{
    line-height: 140%;
    margin-bottom:3px;
}
.replyName{
    font-weight: 800;
}
.replyInfo *{
    color:#A1A1A1;
    font-size: 14px;
    font-family: 'pretendard Regular';
}
.replyInfo span{
    margin-right:5px;
}
.replyInfo button:hover{
    color:#2D7AC0;
}
.detailAdmin{
    padding: 10px 0;
    margin-bottom:16px;
    border-bottom:1px solid #cccccc;
}
.fileV .fileT{font-weight: 600;}
.fileV .fileT::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: -2px;
    margin-right: 6px;
    background: url(../img/file_icon.png) no-repeat center / contain;
}
.fileV ul{
    padding: 10px 16px;
    margin-top: 5px;
    background: #f7f7f7;
}
.fileV ul li {
    line-height: 25px;
}
.detailinfo-box{
    overflow: hidden;
    margin-top: 16px;
}

.body-scroll{
    max-height: 500px;
    overflow-y: scroll;
    /*scrollbar-width: none;*/
}
.body-scroll::-webkit-scrollbar {
    display: none;
}
.table.modalTable .table-head tr{
    height: 45px;
}
.table.modalTable .table-body tr td:nth-child(2){
    text-align: center;
}
.moTable-con h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
.table.modalTable .table-body tr.noneTr{
    height: 100px;
    text-align: center;
}
.table.modalTable .table-body tr td:nth-child(2) div{
    height: 28px;
    margin: 0 auto;
}
div.repCom,i.repCom {
    background: url(../img/com.png) no-repeat center / contain;
}
div.repEd,i.repEd {
    background: url(../img/ed.png) no-repeat center / contain;
}
div.repRe,i.repRe {
    background: url(../img/re.png) no-repeat center / contain;
}
div.COMPLETE {
    background: url(../img/com.png) no-repeat center / contain;
}
div.SUBMIT {
    background: url(../img/ed.png) no-repeat center / contain;
}
div.NOT_SUBMIT {
    background: url(../img/re.png) no-repeat center / contain;
}
.stampIn{
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
}
.stampIn > p{
    margin-right: 16px;
    display: flex;
    align-items: center;
}
.stampIn > p i{
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
/* 이용약관 */
.tos {
    width: 100%;
}
.tos-b{
    margin-left: 25px;
}
.tos-txt {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 20px;
    margin-top: 10px;
    font-size: 14px;
}
.tos-txt p{display: flex; margin-bottom: 5px;}
.tos-txt p:nth-child(1) {
    margin-bottom: 15px;
}
.tos-txt p::before{
    display: block;
    margin-right: 5px;
    padding-left: 15px;
}
.tos-txt p:nth-child(2)::before {
    content: "1.";
}
.tos-txt p:nth-child(3)::before {
    content: "2.";
}
.tos-txt p:nth-child(4)::before {
    content: "3.";
}
.tos-txt p:nth-child(5)::before {
    content: "4.";
}
.tos-txt p:nth-child(6){margin-top: 15px;}
.tos-txt p:nth-child(6)::before {
    content: "-";
    padding: 0;
}
/* 팝업 */
.pop-up.on{}
.popBg{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}
.pop-up{
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px;
    position: fixed;
    top: 10%;
    border-radius: 10px;
    z-index: 999;
    gap: 20px;
}
.popContent{
    position: static;
    width: 400px;
    z-index: 999;
    background: #ffffff;
    top: 20%;
    transform: translatex(-50%);
    border-radius: 10px;
}
.popBody{
    display: flex;
    flex-direction: column;
}
.popin{
    padding: 16px;
    padding-bottom: 0;
}
.popin img{
    width: 100%;
}
.popBtnWrap{
    width: 100%;
    height: 45px;
    display: flex;
}
.popBtnWrap button{
    width: 50%;
    color: #333333;
}
.popBtnWrap button:first-child{
    border-right: 1px solid #f3f3f3;
}
/* ~220906 */
/* 문자발송 */
.sms-body tr td:nth-child(4){
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-width: 20px;
    white-space: nowrap;
}
.smsTable tr th:nth-child(1){width: 7%;}
.smsTable tr th:nth-child(2){width: auto;}
.smsTable tr th:nth-child(3){width: 10%;}
.smsTable tr th:nth-child(4){width: 15%;}
.smsTable tr th:nth-child(5){width: 20%;}
.smsTable tr td{cursor: pointer;}
.smsTable tr td:not(:nth-child(2)){text-align: center;}
a.a-btn{
    display: block;
    height:40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    background-color: #002C50;
    color:#ffffff;
    font-size:16px;
    border: none;
    border-radius: 5px;
    transition: .3s ease-out, -webkit- .3s ease-out;
}
.sms-modal .modalBody{text-align: left;}
.sms-modal .modalBody label{font-weight: bold;}
.sms-modal .modalBody label:not(:nth-child(1)){
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #cccccc;
}
.sms-modal .modalBody p {padding-left: 10px;}
.smsAll{margin-bottom: 10px; text-align: right;}
.smsBox{
    display: flex;
}
.smsBox .smsLeft{
    width: 50%;
}
.smsBox .smsRight{
    width: 50%;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
}
.smsN {
    display: flex;
}
.smsN div.smsN1{
    width: 40%; margin-right: 16px;
}
.smsN div.smsN1 select{width: 100%;}
.smsN div.smsN2{ width: 60%;}
.smsN div.smsN2 button{
    height: 45px;
    margin-left: 5px;
}
.smsN > div > label,.smsRight label{
    display: block;
    margin-bottom: 5px;
}
.smsList-h{margin: 16px 0 5px;align-items: center;}
.smsList-h button.m-btn {
    height: 40px;
    width: 90px;
    font-size: 14px;
}
.smsList-n .smsTable thead tr {height: 35px;}
.smsList-n .smsTable tbody tr{height: 40px;}
.smsList-n .smsTable tr th:nth-child(1) {width: 10%;}
.smsList-n .smsTable tr th:nth-child(2) {width: 23%;}
.smsList-n .smsTable tr th:nth-child(3) {width: auto;}
.smsList-n .smsTable tr th:nth-child(4) {width: 15%;}
.adTable button.delBtn {
    background: url(../img/delete.png) no-repeat center / contain;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    display: block;
    color: transparent !important;
}
.smsList-n .pagination {
    margin: 20px 0 0px;
    font-size: 16px;
}
.txt-B{color: #2D7AC0; font-weight: bold;}

.smsRight textarea{
    border-radius: 5px 5px 0 0;
    padding: 16px;
    width: 100%;
    border: 1px solid #9E9E9E;
    height: 100%;
    min-height: 520px;
}
.smsRight textarea:focus{
    outline:none;
    border: 1px solid #2D7AC0;
}
.smsRight .smsbyte{
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
    border: 1px solid #9E9E9E;
    border-top: none;
    border-radius: 0 0 5px 5px;
}
/*랭킹*/
.rankWrap{
    position: absolute;
    right: 0;
    height: 100%;
}
.rBg{
    display: none;
}
.rankBtn{
    display: none;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    background: #fff url("../img/rank.png") no-repeat center / contain;
    border-radius: 5px 0 0 5px;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.rankBox {
    width: auto;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #333333;
    border-radius: 20px;
    padding: 30px 20px;
}
.rankBox .Rclose{
    display: none;
    width: 20px;
    height: 20px;
    text-indent: -999999px;
    position: absolute;
    top: -30px;
    right: 0px;
}
.rankBox .Rclose:before{
    content: "";
    display:block;
    position:absolute;
    top:0px;
    left:9px;
    width:2px;
    height:20px;
    background:#ffffff;
    transform: rotate(45deg);
}
.rankBox .Rclose::after{
    content: "";
    display:block;
    position:absolute;
    top:0px;
    left:9px;
    width:2px;
    height:20px;
    background:#ffffff;
    transform: rotate(135deg);
}
.rankBox h2{
    font-size: 25px;
    text-align: center;
}
.rankBox .Rflex{
    display: flex;
    justify-content: space-evenly;
}
.rankBox .Rflex > div > p {
    font-size: 16px;
    font-weight: bold;
    color: #002C50;
    text-align: center;
    margin: 25px 0;
}
.rankBox .Rflex .rankUl{
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}
.rankBox .Rflex .rankUl li{
    min-width: 145px;
    width: auto;
    height: 35px;
    line-height: 35px;
}
.rankBox .Rflex .rankL .rankUl li{
    padding-right: 15px;
}
.rankBox .Rflex .rankR .rankUl li{
    padding-left: 15px;
}
.rankBox .Rflex .rankUl li:not(:last-child){
    border-bottom: 1px solid #EBEBEB;
}
.rankBox .Rflex .rankUl li span{
    display: inline-block;
}
.rankBox .Rflex .rankUl li span.Rnum{
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    color: #002C50;
}
.rankBox .Rflex .rankUl li:nth-child(1) span.Rnum,
.rankBox .Rflex .rankUl li:nth-child(2) span.Rnum,
.rankBox .Rflex .rankUl li:nth-child(3) span.Rnum{
    color: #ffffff;
    background: #002C50;
}
.rankBox .Rflex .rankUl li span.Rpoint{
    width: auto;
    float: right;
    font-weight: bold;
    margin-left: 10px;
}
/*230427*/
.classN{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}
.classN div.classN-in {
    display: flex;
}
.classN div.classN-in input{
    width: calc(100% - 50px);
    margin-bottom: 10px;
}
.classN div.classN-in button{
    width: 45px;
    height: 45px;
    font-size: 20px;
    border: 1px solid #0e3962;
    color: #0e3962;
    border-radius: 5px;
    margin-left: 5px;
}
.classN div.classN-in button.deleteClass{
    border: 1px solid #dc5335;
    position: relative;
    color: transparent;
    text-indent: -99999px;
}
.classN div.classN-in button.deleteClass::before{
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    position: absolute;
    background: #dc5335;
    transform: rotate(45deg);
    top: 9px;
    left: 21px;
}
.classN div.classN-in button.deleteClass::after{
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    position: absolute;
    background: #dc5335;
    transform: rotate(135deg);
    top: 9px;
    left: 21px;
}
.classInfo {
    padding: 10px;
    background: #f1f1f1;
    margin-top: 10px;
    border-radius: 5px;
}
.classInfo p {
    /* margin-top: 10px; */
    padding: 10px;
}
.tab-ul2.teacherTab li:nth-child(1).active a{
    color: #0068B4 !important;
}
.tab-ul2.teacherTab li:nth-child(2).active a{
    color: #DD5434;
}
button.btn.addBtn{
    display: block;
    width: 100% !important;
    border: 1px solid #002C50;
    color: #002C50;
    background: #fff;
}
.delBtn2{
    position: relative;
    color: transparent;
    text-indent: -99999px;
    width: 18px;
    height: 18px;
    /*border: 1px solid #C24444;*/
    /*border-radius: 3px;*/
}
.delBtn2::before{
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    background: #C24444;
    transform: rotate(45deg);
    top: 3.6px;
    left: 7.6px;
}
.delBtn2::after{
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    background: #C24444;
    transform: rotate(135deg);
    top: 3.6px;
    left: 7.6px;
}
/*header ~1280p*/
@media screen and (min-width: 1280px){
    .header{padding-right: calc((100% - 1280px)/2 + 23.5px)!important;}
}
@media screen and (min-width: 1727px){
    .header{padding-left: calc((100% - 1727px)/2 + 23.5px)!important;}
    .nav-out{width: 1232px;}
    .logo{width:224px;}
}
/* mobile */
@media screen and (max-width:1280px){
    .main-banner {
        height: 370px;
    }
    .main-banner > div {
        max-width: 1000px;
    }
    .main-cont .sec .sec-in {
        max-width: 1000px;
    }
    .banner-in .bannerTxt p:nth-child(1){
        font-size: 2vw;
        margin-bottom: 10px;
    }
    .banner-in .bannerTxt p:nth-child(2){
        font-size: 3.4vw;
    }
    .main-cont .sec:not(:nth-child(1)) {
        padding: 60px 0;
    }
    /* all */
    .set-tit a {
        font-size: 22px;
    }
    .set-tit a::after {
        width: 11px;
        height: 20px;
        margin-left: 22px;
    }
    .sec-in.flex-sec .set-tit p {
        margin-top: 10px;
    }
    /* sec1 */
    .sec1 {
        height: 65px;;
    }
    .sec1 .sec-in {
        line-height: 65px;
    }
    .sec-name {
        margin-right: 16px;
    }
    .sec1 .sec-in p {
        font-size: 14px;
    }
    .sec-name span, .sec-point span {
        font-size: 18px;
    }
    .sec-name::before {
        vertical-align: -6px;
    }
    /* sec3 */
    .po-tab {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .po-tab li {
        font-size: 16px;
        margin-right: 10px;
    }
    .book-list {
        margin-right: 12px;
    }
    .book-list .book-img {
        /*height: 23.7vw;*/
        border-radius: 10px 10px 0 0;
    }
    .book-list .book-info {
        padding: 15px;
    }
    .book-list .book-info span {
        font-size: 12px;
    }
    .book-list .book-info .book-tit {
        font-size: 16px;
    }
    .book-list .book-info .book-author,
    .content-in .book-box .book-list .book-info .book-author{
        font-size: 12px;
    }
    /* sec4 */
    .s-portfolio {
        padding: 30px;
    }
    .s-portfolio .po-tit {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .s-portfolio p {
        font-size: 14px;
    }
    /* sec5 */
    .notice-wrap li {
        height: 70px;
    }
    .notice-wrap li a .notice-date .date{
        font-size: 20px;
    }
    .notice-wrap li a .notice-date .year{
        font-size: 15px;
    }
    .notice-wrap li a > p {
        padding: 0 30px 0 16px;
        font-size: 16px;
    }
    .notice-wrap li a > p::after {
        right: 10px;
    }
}
@media screen and (max-width:1024px){
    .nav-out{display: none;}
    .right-btn-box{display: block;}
    .sec-in.flex-sec .set-tit {
        width: 150px;
        padding-right: 20px;
    }
    .main-slide.slick-initialized.slick-slider, .po-slide.slick-initialized.slick-slider {
        padding: 0 70px;
    }
    .con-tit {
        display: none;
    }
    .content-in .book-box .book-list{
        width:calc((100% - (18px*2)) / 3 - 0.01px);
    }
    .content-in .book-box .book-list:nth-child(4n){
        margin-right:18px;
    }
    .content-in .book-box .book-list:nth-child(3n){
        margin-right: 0;
    }
    /* 문자전송 */
    .smsN {flex-direction: column;}
    .smsN div.smsN1{
        width: 100%; margin-right: 0px;
    }
    .smsN div.smsN2{ width: 100%; margin-top: 10px;}
    /*rank*/
    .rankBox {
        border-radius: 15px;
        padding: 20px 20px;
    }
    .rankBox .Rflex > div > p {
        font-size: 15px;
        margin: 15px 0;
    }
    .rankBox .Rflex .rankL .rankUl li {
        padding-right: 10px;
    }
    .rankBox .Rflex .rankR .rankUl li {
        padding-left: 10px;
    }
}
@media screen and (max-width: 768px){
    /*default setting*/
    .header{
        height: 53px;
    }
    .logo {
        max-width: 95px;
    }
    .right-btn-box{
        line-height: 53px;
    }
    input, select{
        font-size: 16px;
    }
    button.btn{
        font-size:16px;
        width:100%;
        height:45px;
    }
    button.post-btn{
        width: 100px;
        font-size: 14px;
        font-family: 'Pretendard Regular'
    }
    .tab-ul li {
        height: 43px;
        line-height: 43px;
        width: calc(100% / 2);
    }
    .tab-ul li a{
        font-size: 14px;
    }
    .t24{
        font-size: 20px;
    }
    /*modal*/
    .modalContent{
        top:auto;
        bottom:0;
        left:0;
        transform:none;
    }
    .modalContent.xs{
        width:100%;
    }
    .modalContent.lg{
        width: 100%;
    }
    .modalHd{
        display:none;
    }
    .modalBody{
        padding: 55px 15px 25px;
        border-radius: 10px 10px 0 0 ;
    }
    .modal button.btn{
        width:100%;
        margin-top:5px;
    }
    .xs .modalBtnWrap{
        margin-top: 55px;
    }
    /* footer */
    .footer{margin-top: 60px;}
    .footer .footer-in > div {
        width: 100%;
    }
    .f-cs, .f-bank {
        margin-top: 20px;
    }
    .f-cs > p, .f-bank > p {
        font-size: 14px;
        margin-bottom: 10px;
        font-family: 'Pretendard-Bold';
    }
    .sec-in.flex-sec {
        display: block;
    }
    .main-banner {
        margin-top: 53px;
        height: 28vw;
        min-height: 160px;
    }
    .banner-in .bannerTxt p:nth-child(1){
        font-size: 14px;
        margin-bottom: 5px;
    }
    .banner-in .bannerTxt p:nth-child(2){
        font-size: 20px;
    }
    .main-cont .sec:not(:nth-child(1)) {
        padding: 30px 0;
    }
    .set-tit a {
        font-size: 16px;
    }
    .set-tit a::after {
        width: 7px;
        height: 15px;
        margin-left: 15px;
    }
    .sec-in.flex-sec .set-tit p {
        margin-top: 10px;
    }
    .set-tit p {
        font-size: 12px;
    }
    .sec-in.flex-sec > div:nth-child(2) {
        width: 100%;
        padding-left: 0px;
        margin-top: 25px;
    }
    /* sec1 */
    .sec1 {
        height: 45px;;
    }
    .sec1 .sec-in {
        line-height: 45px;
    }
    .sec1 .sec-in p {
        font-size: 12px;
    }
    .sec-name::before {
        width: 19px;
        height: 19px;
    }
    .sec1 .sec-in a {
        font-size: 14px;
    }
    .sec1 .sec-in a::before {
        width: 19px;
        height: 20px;
    }
    .sec-name span, .sec-point span{
        font-size: 14px;
    }
    /* sec2 */
    .sec2 .set-tit {
        margin-bottom: 15px;
    }
    .main-cont .sec .sec-in {
        padding: 0 15px;
    }
    .main-slide.slick-initialized.slick-slider, .po-slide.slick-initialized.slick-slider {
        padding: 0 32px;
    }
    .sec2 .slider .assignment {
        min-height: 115px;
    }
    .sec2 .slider .assignment p:nth-child(1) {
        font-size: 14px;
    }
    .sec2 .slider .assignment p:nth-child(2) {
        margin: 6px 0 10px 0;
        font-size: 16px;
    }
    .sec2 .slider .assignment p:nth-child(3) {
        font-size: 12px;
    }
    .sec2 .slider button {
        font-size: 14px;
    }
    .sec2 .slider .assignment {
        padding: 20px 35px 16px;
    }
    .sec2 .slider button {
        height: 37px;
    }
    .sec-in.flex-sec .set-tit {
        width: 100%;
    }
    /* sec3 */
    .po-tab li {
        font-size: 14px;
        width: auto;
        margin-right: 10px;
    }
    /* .book-list .book-img {
        min-height: 215px;
    } */
    .book-list .book-info {
        padding: 10px;
    }
    .book-list .book-info span,
    .content-in .book-box .book-list .book-info span,
    .tagBox span {
        font-size: 10px;
        padding: 4px 7px;
    }
    .book-list .book-info .book-tit,
    .content-in .book-box .book-list .book-info .book-tit {
        font-size: 14px;
    }
    .book-list .book-info .book-author,
    .content-in .book-box .book-list .book-info .book-author{
        font-size: 10px;
    }
    /* sec4 */
    .s-portfolio {
        padding: 20px;
    }
    /* sec5 */
    .notice-wrap li a .notice-date .date{
        font-size: 18px;
    }
    .notice-wrap li a .notice-date .year{
        font-size: 14px;
    }
    .notice-wrap li a > p {
        font-size: 14px;
    }
    /*회원가입 join*/
    .responsiveWrap{
        padding-top: 53px;
    }
    .responsiveH1,.content .responsiveH1{
        width:calc(100% - 200px);
        height:53px;
        line-height: 53px;
        padding:0;
        margin:0;
        border:none;
        font-size: 16px;
        text-align: center;
        position: fixed;
        top:0px;
        left:50%;
        transform: translateX(-50%);
        z-index: 99;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .responsiveInner{
        width:100%;
        padding: 25px 25px 0;
    }
    .responsiveWrap .tab{
        width:100%;
        margin: 6px 0 10px;
    }
    .responsiveWrap label{
        font-size: 14px;
    }
    .input-df.mb20{
        margin-bottom:10px;
    }
    .inputSec{
        margin-bottom:20px;
    }
    .timeSelectWrap select{
        width:calc((100% / 3) - 14px);
        padding: 0 8px;
    }
    .responsiveWrap .btn-center.mt60{
        margin-top: 40px;
    }
    /* 도서대여 */
    .content {
        padding: 53px 0 0;
        margin-top: 0px;
    }
    .tab {
        margin-top: 6px;
        margin-bottom: 16px;
    }
    .tab-ul li a{
        font-size: 14px;
    }
    .content-in {
        padding: 0 15px;
        display: flex;
        flex-direction: column;
    }
    .content-in .book-box{
        order: 3;
    }
    .search {
        margin-bottom: 20px;
        order: 1;
    }
    .search .search-in {
        margin-bottom: 20px;
    }
    .search .search-in .in-box {
        display: none;
    }
    .search button.src-btn {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
        background: url(../img/search.png) no-repeat center / 50%;
        position: absolute;
        right: 0;
        vertical-align:-4px;
    }
    .search .search-in{
        border:none;
    }
    .search .search-in.active {
        display: flex;
        width: 100%;
        border-bottom: 2px solid #2D7AC0;
    }
    .search .search-in.active .in-box {
        display: flex;
        width: 100%;
    }
    .search .search-in input{
        width: 100%;
        flex: 1;
    }
    .search button.src-btn{
        position:static;
    }
    .search button.src-btn.active {
        width: 40px;
        height: 19px;
        box-shadow: none;
        border-radius: 0;
        position: static;
        vertical-align: 0;
    }
    .content-in .book-box .book-list {
        width: calc((100% - 18px) / 2 - 0.01px);
        margin-right: 18px;
        margin-bottom: 18px;
    }
    .content-in .book-box .book-list:nth-child(3n){
        margin-right: 18px;
    }
    .content-in .book-box .book-list:nth-child(2n) {
        margin-right: 0px;
    }
    .pagination {
        margin: 40px 0 0px;
        font-size: 14px;
    }
    .page-link {
        width: 16px;
        margin:0 2px;
    }
    .page-arrow .page-link.p-L1::before{
        background: url(../img/page-L1.png) no-repeat center / 10px;
    }
    .page-arrow .page-link.p-L2::before{
        background: url(../img/page-L2.png) no-repeat center / 13px;
    }
    .page-arrow .page-link.p-R1::before{
        background: url(../img/page-R1.png) no-repeat center / 10px;
    }
    .page-arrow .page-link.p-R2::before{
        background: url(../img/page-R2.png) no-repeat center / 13px;
    }
    .pointBox {
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        order: 2;
    }
    .pointTit{
        font-size: 14px;
        padding: 0 25px;
    }
    .point{
        width: 100%;
        flex: 1;
    }
    .point span{
        font-size: 16px;
    }
    /* 도서상세 */
    .detailsBox {
        margin-top: 30px;
    }
    .detailsIgm {
        width: 225px;
        height: 319px;
    }
    .detTit {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .detailsBox>p{font-size: 14px;}
    .tagBox {
        margin-top: 10px;
    }
    .detInfo{
        min-height: 65px;
        font-size: 14px;
    }
    /* 과제 */
    .table{
        order: 3;
    }
    .table .table-head{
        display: none;
    }
    .table .taskBody tr td:not(:nth-child(2)){
        display: none;
    }
    .moTBody{
        display: block;
        margin-top: 6px;
    }
    .table-body tr td {
        padding: 20px 0;
    }
    .taskBody tr td:nth-child(2) > p {
        font-size: 14px;
    }
    .moTBody p{
        font-size: 12px;
        color: #7D7D7D;
        margin-bottom: 16px;
    }
    .moTBody button{
        font-size: 14px;
    }
    .table .reportBody tr td:not(:nth-child(1)){
        display: none;
    }
    .content-in.reportOut{position: relative;}
    button.m-btn.btn-line.stampBtn {
        height: 70px;
        width: 70px;
        position: fixed;
        bottom: 5%;
        right: 15px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
        border: none;
        border-radius: 50%;
    }
    button.m-btn.btn-line.stampBtn span{display: none;}
    .stampBtn::before {
        width: 100%;
        height: 100%;
        background-size: 52px;
        vertical-align: -4px;
        border-radius: 50%;
    }
    .modalContent {
        width: 100%;
    }
    /* 글쓰기 */
    .writeHead, .writeHead2{
        border-top: none;
        padding: 26px 0px 16px;
    }
    .writeGroup{
        font-size: 14px;
    }
    .writeTit{
        font-size: 16px;
        margin: 5px 0 8px;
    }
    .writeMain{
        padding: 16px 0px 20px;
        font-size: 14px;
    }
    .pointCom > span {
        vertical-align: 0px;
    }
    .pointCom{
        height: 35px;
        line-height: 35px;
        padding: 0 16px;
        font-size: 12px;
        margin-top: 16px;
    }
    .pointCom p{
        font-size: 14px;
    }
    .taskWrite {
        margin-top: 20px;
    }
    .fileBox{
        margin-top: 20px;
    }
    .fileHead{
        margin-bottom: 4px;
    }
    .fileHead > p {
        line-height: 30px;
        font-size: 14px;
    }
    .file-btn button,.file-btn .fileBtn {
        width: 75px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .fileUP {
        height: 100px;
        padding: 10px;
    }
    .fileUP li span {
        font-size: 14px;
    }
    .Tbtn{
        margin-top: 40px;
    }
    .Tbtn .btn-gray{
        margin-bottom: 5px;
    }
    select.reportSlt {
        width: 100%;
        height: 35px;
        font-size: 14px;
        padding: 0 8px;
        margin-bottom: 7px;
    }
    /*포트폴리오*/
    .fullbnr{
        margin:53px 0 0;
    }
    .content.portfolio{
        padding: 53px 15px 0;
    }
    .portfolioH1{
        font-size: 24px;
    }
    .portfolioSub{
        width:100%;
        padding: 40px 24px;
    }
    .portfolioSub .name, .portfolioSub .class{
        text-align: center;
        width:100%;
    }
    .portfolioSub .name{
        font-size: 24px;
        margin-bottom:5px;
    }
    .portfolioSub .text{
        margin: 30px 0 0;
    }
    /*커뮤니티*/
    .commuListUl li{
        padding: 14px 0;
    }
    .commuListUl .thumbbox{
        width:60px;
        height:60px;
        margin-right:10px;
    }
    .commuListUl .rightwrap{
        width:calc(100% - 70px);
        padding:0;
        font-size:14px;
    }
    .commuListUl .nickname{
        display:inline-block;
        max-width:90px;
    }
    .commuListUl .up{
        display:none;
    }
    .select-md {
        width: 100%;
        margin-bottom: 5px;
    }
    .detailContents{
        padding:16px 0;
    }
    .detailTitle{
        padding: 0 0 16px;
    }
    .detailInfo .rightwrap{
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }

    .body-scroll{
        max-height: 400px;
    }
    .table.modalTable .table-body tr td{
        padding: 10px 0;
    }
    .stampIn > p{
        font-size: 14px;
    }
    .popContent{
        width: 90%;
        top: 10%;
        left: 50%;
        transform: translatex(-50%);
    }
    .popin{
        padding: 10px;
        padding-bottom: 0;
    }
    .popBtnWrap{
        height: 35px;
        line-height: 35px;
    }

    /* 문자전송 */
    .smsAll{
        margin-bottom: 0;
        margin-top: 30px;
        border-bottom: 2px solid #2D7AC0;
        padding-bottom: 16px;
    }
    .smsBox{flex-direction: column;}
    .smsBox .smsLeft{width: 100%;}
    .smsBox .smsRight{
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
        border-top: 1px solid #f2f2f2;
        padding-top: 16px;
    }
    .smsList-h{margin: 16px 0 8px;}
    .smsList-h button.m-btn { height: 35px;}
    .smsRight textarea{min-height: 120px;}
    .smsRight .smsbyte{
        height: 45px;
        line-height: 45px;
        padding: 0 16px;
        border: 1px solid #9E9E9E;
        border-top: none;
        border-radius: 0 0 5px 5px;
    }
/*    rank*/
    .rankBtn {
         display: block;
        right: -24px;
    }
    .rankBox {
        display: none;
    }
    .rankBox.on{
        display: block;
        position: fixed;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        z-index: 99;
    }
    .rankBox .Rclose {
         display: block;
    }
    .rBg.on{
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom:0;
        z-index: 99;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
    }
    .rankBox .Rflex .rankUl li span.Rnum {
        width: 19px;
        height: 19px;
        line-height: 19px;
        margin-right: 5px;
        font-size: 11px;
    }
    .rankBox .Rflex .rankUl li span.Rpoint {
        margin-left: 5px;
    }
    .rankBox .Rflex .rankL .rankUl li {
        padding-right: 5px;
    }
    .rankBox .Rflex .rankR .rankUl li {
        padding-left: 5px;
    }

    .adHead ~ .main .rankBox {display: block;}
    .adHead ~ .main .rankBtn,.adHead ~ .main .rankBox .Rclose {display: none; }
}
@media screen and (max-width: 476px){

}

/* admin */
.adHead ~ .main,.adHead ~ .footer{
    min-width: 1280px;
}
.adHead .gnb > li > a{
    padding: 0 20px;
}
.adHead ~ .main .main-banner {
    height: 500px;
}
.adHead ~ .main .banner-in .bannerTxt p:nth-child(1) {
    font-size: 30px;
    margin-bottom: 18px;
}
.adHead ~ .main .banner-in .bannerTxt p:nth-child(2) {
    font-size: 50px;
}
@media screen and (max-width:1284px){
    .adHead .gnb > li > a {
        padding: 0 15px;
    }
    .gnb > li::after {
        width: 90px;
    }
}
@media screen and (max-width:1180px){
    .adHead .nav-out{display: none;}
    .adHead .right-btn-box {display: block;}
}
.adContent{
    width: 1280px;
    margin: 80px auto 0;
    padding: 0px 24px;
}
.adContent .adH1{
    width:100%;
    padding:80px 0 0;
    margin: 0 auto;
    margin-bottom: 40px;
    border-bottom:none;
}
.adSearch {
    width: 100%;
    height: 40px;
    margin-bottom: 45px;
    position: relative;
}
.adSearch .adSearch-in{
    height: 38px;
    border-bottom: 2px solid #2D7AC0;
    float: right;
    display: flex;
    align-items: center;
}
.adSearch select{
    border: none;
    height: 100%;
    width: 125px;
    padding: 0 15px;
    outline: none;
    font-size: 14px;
}
.adSearch input{
    border: none;
    height: 100%;
    padding: 0 15px;
}
.adSearch input[type=text]:focus {
    border: none
}
.adSearch button.src-btn{
    vertical-align:-4px;
    width: 40px;
    height: 19px;
    background: url(../img/search.png) no-repeat center / contain;
}
.adContent .content-in {
    width: 100%;
    padding: 0;
}
.tableBtn-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    overflow: hidden;
}
.leftBox{
    float: left;
}
.leftBox button{
    font-size: 14px;
    height: 40px;
}
.rightBox{
    float: right;
}
.rightBox button{
    float: left;
}
.rightBox button.btn-line{
    margin-right: 6px;
}
.adTab .tab-ul li {
    padding: 0 10px;
    width: 180px;
    height: 50px;
    color: #cccccc;
    float: left;
    text-align: center;
    line-height: 50px;
}
.adTab .tab-ul li a{
    font-size: 16px;
}
/* table */
.adTable {
    width: 100%;
    font-size: 16px;
    table-layout: fixed;
}
.adTable tr {
    height: 55px;
}
.adTable-head tr{
    background: #E9F1F9;
    border-top: 2px solid #2D7AC0;
    font-size: 14px;
    height: 45px;
}
.adTable-body tr {
    border-bottom: 1px solid #CCCCCC;
}
.adTable-body tr:nth-child(1){
    border-top: 1px solid #cccccc;
}
.adTable-body tr td {
    padding: 10px 5px;
}
.adTable button{
    width:110px;
    height: 40px;
    font-size:14px;
    color: #ffffff !important;
}
.adTable input[type=text] {
    height: 40px;
}
.adTable input[type=checkbox]+label{
    height: 17px;
    width: 17px;
    display: block;
    margin: 0 auto;
}
.adTable input[type=checkbox]+label::before {
    top: 0px;
}
.adTable input[type=checkbox]:checked+label::before {
    background: #2D7AC0 url(../img/ch-on.png) no-repeat center / 76%;
}
.adTbody tr td:not(:nth-child(3)){
    text-align: center;
}
.adTbody .bookImg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 94px;
    border-radius: 5px;
    margin: 0 auto;
}
.adTable.list1 tr th:nth-child(1){width: 5%;}
.adTable.list1 tr th:nth-child(2){width: 5%;}
.adTable.list1 tr th:nth-child(3){width: 10%;}
.adTable.list1 tr th:nth-child(4){width: auto;}
.adTable.list1 tr th:nth-child(5){width: 10%;}
.adTable.list1 tr th:nth-child(6){width: 15%;}
.adTable.list1 tr th:nth-child(7){width: 10%;}
.adTable.list1 tr th:nth-child(8){width: 10%;}
.adTable.list1 tr th:nth-child(9){width: 10%;}

.pointT tr td:nth-child(2),
.pointT tr td:nth-child(3){
    text-align: left;
}
.pointT tr td:nth-child(4){font-weight: bold;}
.pointT tr td.Ppoint{
    color: #2D7AC0;
}
.pointT tr td.Ppoint::before{
    content: "+";
    display: inline-block;
    margin-right: 2px;
}
.pointT tr td.Mpoint{
    color: #DD5434;
}
.pointT tr td.Mpoint::before{
    content: "-";
    display: inline-block;
    margin-right: 2px;
}
.hr2{
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    margin: 26px 0;
}
.inputBox2{
    overflow: hidden;
}
.inputBox2 > div {
    width: calc((100% - 10px) / 2);
    float: left;
}
.inputBox2 > div label {
    display: block;
}
.inputBox2 > div:nth-child(1) {
    margin-right: 10px;
}
.dateBox{
    margin-top: 5px;
    overflow: hidden;
}
.dateBox > div {
    width: calc((100% - 30px) / 2);
    float: left;
}
.dateBox > span {
    display: block;
    float: left;
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.btnL button.btn{
    width: calc((100% - 10px) / 2);
    display: block;
    float: left;
}
.btnL button:nth-child(1){
    margin-right: 10px;
}
.inputSec textarea{
    width: 100%;
    height: 90px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 14px;
    font-size: 18px;
    font-family: 'Pretendard-regular';
}
.inputSec textarea:focus-visible {
    outline:  1px solid #2D7AC0;;
}
.detailsIgm.upFile {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.detailsIgm.upFile::after{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;background-image: url(../img/file.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: #000000;
    opacity: 50%;
}
.detailsIgm.upFile > div ,.detailsIgm.upFile .upFile-img{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* 과제 */
a.aBtn{
    height: 40px;
    width: 120px;
    background: #002C50;
    color: #ffffff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    transition: .3s ease-out, -webkit- .3s ease-out;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-family: 'Pretendard-Bold';
}
.adTask-list li {
    width: calc((100% - 16px) / 2);
    float: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 20px 16px;
    margin-bottom: 16px;
}
.adTask-list li:not(:nth-child(2n)) {
    margin-right: 16px;
}
.adTask-list li h3{
    font-size: 18px;
    font-family: 'Pretendard-Bold';
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.engClass{
    color: #DD5434;
}
.codClass{
    color: #5EA4CC;
}
.adTask-list li h3 span{
    font-size: 12px;
    font-family: 'Pretendard-Regular';
    color: #9E9E9E;
}
.adTask-list li h3 span::before{
    content: "";
    width: 8px;
    height: 9px;
    display: inline-block;
    background: url(../img/user.png) no-repeat center / contain;
    margin-right: 2px;
    margin-left: 12px;
}
.adTask-list p{
    color: #888888;
    font-size: 14px;
    margin-bottom: 4px;
    display: flex;
}
.adTask-list p:nth-child(3){
    margin-bottom: 0px;
}
.adTask-list p span:nth-child(1){
    display: inline-block;
    max-width: calc(100% - 70px );
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adTask-list p span:nth-child(2){
    margin-left: 8px;
    vertical-align: 3px;
}
.adTask-list2 li {
    width: calc((100% - 32px) / 3);
    float: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-bottom: 16px;
}
.adTask-list2 li:not(:nth-child(3n)) {
    margin-right: 16px;
}
.adTask-list2 li h3{
    font-size: 18px;
    font-family: 'Pretendard-Bold';
    padding: 20px 16px;
}
.adTask-list2 li h3 p {margin-top: 5px;}
.adTask-list2 li h3 span{
    font-size: 13px;
    font-family: 'Pretendard-Regular';
    color: #9E9E9E;
    vertical-align: 2px;
}
.adTask-list2 li h3 span.classNum::before{
    content: "";
    width: 13px;
    height: 12px;
    display: inline-block;
    background: url(../img/class.png) no-repeat center / contain;
    margin-left: 5px;
    margin-right: 3px;
    vertical-align: -2px;
}
.adTask-list2 li {
    display: flex;
    align-items: center;
}
.adTask-list2 li a{
    width: calc(100% - 66px);
}
.adTask-list2 li button.TEdit{
    width: 50px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e8e9e9;
    color: #848786;
    border-radius: 3px;
    margin-right: 16px;
    font-family: 'Pretendard-Regular';
}
.adTask-list-position li {
    position: relative;
}
.adTask-list li button.TEdit{
    position: absolute;
    top: 12px;
    right: 20px;
    width: 50px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e8e9e9;
    color: #848786;
    border-radius: 3px;
    font-family: 'Pretendard-Regular';
}

a.aBtn.TaBtn{
    background: #fff;
    margin-right: 5px;
    color: #002C50;
    border: 1px solid #002C50;
}
/*.adTask-list p span:nth-child(1){*/
/*    display: inline-block;*/
/*    max-width: calc(100% - 70px );*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/
/*.adTask-list p span:nth-child(2){*/
/*    margin-left: 8px;*/
/*    vertical-align: 3px;*/
/*}*/
.studCh{
    overflow: hidden;
    margin-bottom: 20px;
}
.studCh label{
    padding-left: 22px;
    margin-right: 12px;
    float: left;
    line-height: 28px;
}
.studCh input[type=checkbox]+label::before {
    top: 5px;
}
input.txtRight{text-align: right;}
.adTable.list2{
    table-layout: fixed;
}
.adTable.list2 tr th:nth-child(1){width: 5%;}
.adTable.list2 tr th:nth-child(2){width: 8%;}
.adTable.list2 tr th:nth-child(3){width: auto;}
.adTable.list2 tr th:nth-child(4){width: 15%;}
.adTable.list2 tr th:nth-child(5){width: 15%;}
.adTable.list2 tr td:nth-child(3){
    text-align: left;
}
.adTable.list2 tr td:nth-child(2) a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.subTit{
    font-family: 'Pretendard-Bold';
    margin-bottom: 22px;
}
.className {
    font-size: 25px;
}
.subTit-class::after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url(../img/right-b.png) no-repeat center / contain;
    margin: 0 5px;
    vertical-align: -1px;
}
.adTable.list3 {
    text-align: center;
}
.adTable.list3 tr th:nth-child(1){width: 10%;}
.adTable.list3 tr th:nth-child(2){width: 22%;}
.adTable.list3 tr th:nth-child(3){width: 22%;}
.adTable.list3 tr th:nth-child(4){width: auto}
.adTable.list3 tr th:nth-child(5){width: 22%;}
.s-btn.s-btnCom{
    opacity: 50%;
}
.s-btn.s-btnDsb{
    background: #E2E2E2;
}
.modalHead{
    padding: 0px 10px 12px;
    border-bottom: 1px solid #CCCCCC;
}
.modalGroup{
    font-size: 14px;
    color: #2D7AC0;
}
.modalTit{
    font-size: 18px;
    margin: 3px 0 6px;
    font-family: 'Pretendard-Bold';
}
.modalName{
    font-size: 14px;
}
.modalTime{
    font-size: 14px;
    color: #5e5e5e;
}
.modalMain{
    padding: 12px 10px;
    border-bottom: 1px solid #CCCCCC;
    max-height: calc(100vh - 600px);
    overflow: auto;
    line-height: 150%;
}

.taskContent {
    margin-bottom: 10px;
}

.mo-fileBox {
    margin-top: 0px;
    padding: 12px 10px 0;
}
.mo-fileBox .fileHead{
    margin-bottom: 4px;
}
.mo-fileBox .fileHead > p {
    line-height: normal;
    margin-bottom: 10px;
}
.mo-fileBox .fileUP {
    height: 100px;
    padding: 16px 20px;
    font-size: 14px;
}
/* 출결관리 */
.adSearch.selSearch select {
    padding: 0 30px 0 15px;
}
.adSearch select.selClass{
    width: 210px;
}
.adTable.list4{text-align: center;}
.adTable.list4 tr th:nth-child(1){width: 4%;}
.adTable.list4 tr th:nth-child(2){width: 6%;}
.adTable.list4 tr th:nth-child(3){width: 5%;}
.adTable.list4 tr th:nth-child(4){width: 10%;}
.adTable.list4 tr th:nth-child(5){width: 5%;}
.adTable.list4 tr th:nth-child(6){width: auto;}
.adTable.list4 tr th:nth-child(7){width: 10%;}
.adTable.list4 tr th:nth-child(8){width: 10%;}
.adTable.list4 tr th:nth-child(9){width: 13%;}
.adTable.list4 tr th:nth-child(10){width: 10%;}
.adTable.list4 tr th:nth-child(11){width: 5%;}
.list4 tbody tr {
    cursor: pointer;
}
.ADbtn button{
    width: 30px;
    height: 30px;
    background: #cccccc;
}
.ADbtn button:nth-child(1){
    border-radius: 5px 0 0 5px;
    margin-left: 10px;
    margin-right: -2px;
}
.ADbtn button:nth-child(2){
    border-radius: 0 5px 5px 0;
}
.ADbtn button:nth-child(1).on{background:#4f83e1; }
.ADbtn button:nth-child(2).on{background:#e16565; }
.width90{
    width: 90%;
}
.width90 + span{
    display: inline-block;
    width: 10%;
    text-align: center;
}
.calendar {
    width: 100%;
    text-align: center;
}
.calendar-head tr th:nth-child(1){width: 10%;}
.calendar-head tr th:not(:nth-child(1)){width: 35px;}
.calendar-head {
    border-top: 2px solid #2D7AC0;
}
.calendar-head tr th{
    border: 1px solid #cccccc;
    height: 35px;
    font-size: 15px;
    font-family: 'Pretendard-Regular';
    font-weight: 400;
}
.calendar-body tr td{
    border: 1px solid #cccccc;
    height: 35px;
    font-size: 14px;
}
.calendar-body tr td.present{
    background-color: #5EA4CC;
}
.calendar-body tr td.absent{
    background: #EB5151 url(../img/x.png) no-repeat center / 36%;
    position: relative;
}
.calendar-body tr td.holiday{
    background-color: #F2F2F2;
}
.contHd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 80px 0 24px;
    margin: 0 auto;
    margin-bottom: 35px;
    border-bottom: none;
    overflow: hidden;
}
.adContent .contHd h1.adH1{
    width: auto;
    flex: 1;
    padding: 0px;
    margin-bottom: 0px;
    float: left;
}
.contHd button.attendBtn{
    display: block;
    height:40px;
    line-height: 40px;
    text-align: center;
    width: 140px;
    font-size:16px;
    border: none;
    border-radius: 5px;
    float: right;
}
/* 수납관리 */
.leftBox button.ComBtn, .leftBox button.NonBtn{
    height: 36px;
}

.payTable thead tr th:nth-child(1){width: 4%;}
.payTable thead tr th:nth-child(2){width: 4%;}
.payTable thead tr th:nth-child(3){width: 6%;}
.payTable thead tr th:nth-child(4){width: 6%;}
.payTable thead tr th:nth-child(5){width: 12%;}
.payTable thead tr th:nth-child(6){width: 10%;padding-right: 7px;}
.payTable thead tr th:nth-child(7){width: 10%;padding-right: 7px;}
.payTable thead tr th:nth-child(8){width: 10%;padding-right: 7px;}
.payTable thead tr th:nth-child(9){width:auto;padding-right: 7px;}
.payTable thead tr th:nth-child(10){width:10%;padding-right: 7px;}
.payTable thead tr th:nth-child(11){width: 6%;padding-right: 7px;}
.payTable tbody tr td{
    text-align: center;
    padding: 0px;
}
.payTable tbody tr td:nth-child(6),
.payTable tbody tr td:nth-child(7),
.payTable tbody tr td:nth-child(8),
.payTable tbody tr td:nth-child(9){padding-right: 7px;}
.payTable tbody tr td button{
    width: 48px;
    height: 40px;
    background: #2D7AC0;
    border-radius: 5px;
}
.payTable tbody tr td input{
    width: 100%;
    border-radius: 5px;
    padding: 0 12px;
    text-align: left;
    font-size: 16px;
}
.payTable tbody tr td input.alignR{
    text-align: right;
}
.payTable tbody tr td select{
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 16px;
}
.payTable .datepicker {
    font-size: 16px;
}
.payMo label{
    display: block;
    text-align: left;
    font-size: 14px;
}
.payMo input,.payMo select{
    font-size: 16px;
}
.mb12{margin-bottom: 12px;}
.adTable.list5{text-align: center;}
.adTable.list5 tr th:nth-child(1){width: 8%;}
.adTable.list5 tr th:nth-child(2){width: 12%;}
.adTable.list5 tr th:nth-child(3){width: 13%;}
.adTable.list5 tr th:nth-child(4){width: 14%;}
.adTable.list5 tr th:nth-child(5){width: 14%;}
.adTable.list5 tr th:nth-child(6){width: 13%;}
.adTable.list5 tr th:nth-child(7){width: 13%;}
.adTable.list5 tr th:nth-child(8){width: 13%;}
.adTable.list5 tr td:nth-child(4),
.adTable.list5 tr td:nth-child(5){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.writeCon textarea,
.writeCon input,
.writeCon select{ font-size: 16px;}
.WHd{display: flex;}
.WLeft{
    display: block;
    width: calc(100% - 235px);
}
.WRight{
    display: block;
}
textarea.textA{
    width: 100%;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 14px;
    font-family: 'Pretendard-regular';
}
.adfooter-btn {
    text-align: right;
    margin-top: 10px;
    order: 4;
}
.commOption label{
    display: block;
}
.commOption select{
    font-size: 16px;
}
.categoryBox {
    margin-top: 32px;
}
.categoryInput{
    width: calc(100% - 51px);
    height: 45px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 14px;
}
.categoryInput + button.btn-add{
    width: 46px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #2D7AC0;
    margin-left: 5px;
    vertical-align: 6.8px;
    background: #2D7AC0;
}
.categoryInput + button.btn-add::before {
    width: 2px;
    background: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.categoryInput + button.btn-add::after {
    height: 2px;
    background: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.categoryInput + button.btn-add:hover{
    background: #ffffff;
    border: 1px solid #2D7AC0;
}
.categoryInput + button.btn-add:hover::before,
.categoryInput + button.btn-add:hover::after{
    background: #2D7AC0;
}
.categoryCon {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 165px;
    margin-top: 10px;
    padding: 16px;
    overflow-y: scroll;
}
.categoryCon > div{
    overflow: hidden;
    margin-bottom: 5px;
}
.categoryCon > div.on{
    border-bottom: 1px solid #2D7AC0;
}
.categoryCon > div p{
    width: calc(100% - 85px);
    height: 19px;
    float: left;
    padding-right: 16px;
}
.categoryCon > div .modiBtn-box{
    float: left;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.categoryCon > div button.categoryModi{
    width: 13px;
    height: 19px;
    background: url(../img/modify.png) no-repeat center / contain;
    margin-right: 10px;
}
.categoryCon > div button.categoryRemove{
    width: 13px;
    height: 19px;
    background: url(../img/delete.png) no-repeat center / 85%;
}
.categoryCon > div button.categoryCom{
    width: 13px;
    height: 13px;
    background: url(../img/ch-blue.png) no-repeat center / 85%;
    vertical-align: -1px;
}
.modiBox{
    border-radius: 5px;
    overflow: hidden;
    width: calc(100% - 85px);
    float: left;
}
.modiBox input {
    width: calc(100% - 23px);
    height: 19px;
    padding: 0 0 0 10px;
    border: none;
    font-size: 16px;
}
.modiBox input[type=text]:focus{border: none;}
.tab2 {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}
.tab-ul2{
    font-size: 16px;
    width: auto;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.tab-ul2 li {
    padding: 0 10px;
    min-width: 80px;
    height: 16px;
    color: #cccccc;
    float: left;
    text-align: center;
    line-height: 16px;
}
.tab-ul2 li.active {
    position: relative;
    font-family: 'Pretendard-Bold';
}
.cateP{
    text-align: center;
    display: block;
    animation-name: pfAni;
    animation-duration: .8s;
    animation-delay: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 25px;
}
.fc-event {
    line-height: 2.1 !important;
}
.fc-timeline-lane-frame {
    height: 35px !important;
}
.fc-timeline-events.fc-scrollgrid-sync-inner {
    height: 26px !important;
}
.fc-timeline-slot-lane.fc-day-sun.fc-day-future,
.fc-timeline-slot-lane.fc-day-sat.fc-day-future{
    background: #e7e7e7;
    opacity: 0.5;
}
.countBox {
    text-align: right;
    margin-top: 5px;
}
.text-count{
    font-weight: 700;
    color: #2D7AC0;
}
.count-t {
    font-size: 14px;
    margin-left: 5px;
}

.adTable.list6{text-align: center;}
.adTable.list6 tr th:nth-child(1){width: 5%;}
.adTable.list6 tr th:nth-child(2){width: 5%;}
.adTable.list6 tr th:nth-child(3){width: 10%;}
.adTable.list6 tr th:nth-child(4){width: 5%;}
.adTable.list6 tr th:nth-child(5){width: auto;}
.adTable.list6 tr th:nth-child(6){width: 15%;}
.adTable.list6 tr th:nth-child(7){width: 10%;}
.adTable.list6 tr th:nth-child(8){width: 10%;}

.adTable.list7{text-align: center;}
.adTable.list7 tr th:nth-child(1){width: 8%;}
.adTable.list7 tr th:nth-child(2){width: 12%;}
.adTable.list7 tr th:nth-child(3){width: auto;}

.adTable.list8{text-align: center;}
.adTable.list8 tr th:nth-child(1){width: 15%;}
.adTable.list8 tr th:nth-child(2){width: 15%;}
.adTable.list8 tr th:nth-child(3){width: 35%;}
.adTable.list8 tr th:nth-child(4){width: 35%;}

.adTable.list9{text-align: center;}
.adTable.list9 tr th:nth-child(1){width: 10%;}
.adTable.list9 tr th:nth-child(2){width: auto;}
.adTable.list9 tr th:nth-child(3){width: 20%;}
.adTable.list9 tr th:nth-child(4){width: 10%;}
.adTable.list9 tr th:nth-child(5){width: 10%;}
.adTable.list9 tr th:nth-child(6){width: 10%;}
.adTable.list9 tr th:nth-child(7){width: 10%;}

/*툴팁*/
.tooltip {
    display: inline-block;
}
.tooltipTxt{
    display: none;
    position: absolute;
    max-width: 200px;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background: #333;
    margin-right: 5%;
    transform: translate(-5px , 5px);
}
.tooltip:hover .tooltipTxt {
    display: block;
    cursor: pointer;
}
.tooltip .tooltipTxt::after {
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 5px;
    bottom: 100%;
    left: 10px;
    margin-left: -5px;
    border-color: transparent transparent #333 transparent;
}
.tooltip:hover .tooltipTxt p {
    margin-bottom: 3px;
}
.formF{
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.formF *{font-size: 14px}
.formWrap{
    display: flex;
    width: calc(100% - 90px);
}
.formLeft{width: 45%;}
.formRight{width: 55%;}
.formWrap tr td {
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-left: none;
}
.formWrap .formTit{
    width: 100px;
    font-weight:700;
    background: #f1f1f1;
}
.formWrap .chTd{
    width: 200px;
}
.formWrap .chTd label{
    width: auto;
    padding-left: 25px;
}
.formWrap .chTd label:nth-of-type(2){
    margin-left: 16px;
}
.formWrap input{
    height: 40px;
}
.formWrap select{
    width: 100%;
    margin-bottom: 0;
    height: 40px;
}
.formSear a.aBtn{
    height: 103px;
    width: 90px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    border-radius: 0px;
    line-height: 103px;
}
.upOrder{
    margin-left: 10px;
    width: 19px;
    height: 19px;
    background: url(../img/up.png) no-repeat center / 45%;
    border-radius: 3px 0 0 3px;
    border: 1px solid #cccccc;
    border-right: none;
}
.downOrder{
    width: 19px;
    height: 19px;
    background: url(../img/down.png) no-repeat center / 45%;
    border-radius: 0 3px 3px 0;
    border: 1px solid #cccccc;
}
.btnF{line-height: 26px}
.btnF button{padding: 12px;}
.btnF button.downSort{margin-left: 2px}
input[type=radio]{
    display: none;
}
input[type=radio]+label{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    white-space: nowrap;
}
.radioTd label:not(:nth-of-type(1)) {
    margin-left: 16px;
}
input[type=radio]+label::before{
    content: '';
    display:inline-block;
    position:absolute;
    top:0;
    left:0;
    width:16px;
    height:16px;
    border-radius: 10px;
    border: 1px solid #707070;
    background:#fff;
}
input[type=radio]:checked+label::after{
    content: '';
    display:inline-block;
    position:absolute;
    top:4px;
    left:4px;
    width:10px;
    height:10px;
    border-radius: 10px;
    background:#2D7AC0;
}
input[type=radio]:checked+label::before{
    border-color:#2D7AC0;
}

.formWrap2 .formLeft{width: 35%;}
.formWrap2 .formRight{ width: 65%;}
.formWrap.formWrap2 .formTit{
    width: auto;
    min-width: 100px;
}
.formWrap.formWrap2 select{
    width: 100%;
    min-width: 130px;
    padding-left: 10px;
}
.formWrap2 + .formSear a.aBtn{
    height: 50px;
    line-height: 50px;
}
.pagination.pagi2 li.page-arrow {
    line-height: 40px;
    height: 40px;
}
.pagination.pagi2 li a::before{display: none}
.pagination.pagi2 li a.page-link {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    border-radius: 40px;
    border: 1px solid #0B4E8B;
    background: #0B4E8B;
    color: #ffffff;
    font-size: 16px;
}
.pagination.pagi2 li a.page-link.p-L1 {
    background: #ffffff;
    color: #0B4E8B;
    font-size: 16px;
    margin-right: 5px;
}
.table.modalTable.admodalT{font-size: 14px}
.table.modalTable.admodalT .table-head tr{
    height: 40px;

}
.table.modalTable.admodalT input[type=checkbox]+label{
    height: 17px;
    width: 17px;
    display: block;
    margin: 0 auto;
}
.table.modalTable.admodalT .table-body tr{height: 35px}
.table.modalTable.admodalT .table-body tr td {
    padding: 10px 5px;
}
.table.modalTable.admodalT + .body-scroll {
    max-height: 250px;
}
.mSearch{
    display: flex;
    margin-bottom: 20px;
}
.mSearch *{font-size: 14px;}
.mSearch select{
    width: 80px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #cccccc;
    border-right: 0;
    padding-left: 5px;
}
.mSearch input{
    width: calc(100% - 160px);
}
.mSearch button.btn{
    width: 80px;
    border-radius: 0 5px 5px 0;
    height: 35px;
}

@media screen and (max-width: 768px){
    .btnL button.btn {
        width: 100%;
    }
    .btnL button:nth-child(1){
        margin-bottom: 5px;
    }
    .inputSec textarea{
        font-size: 16px;
    }
    .tableBtn-box {
        margin-top: 16px;
    }
    .modalContent.md {
        width: 100%;
    }
    .cateP{
        font-size: 16px;
    }
    .WLeft{
        width: calc(100% - 193px);
    }
    .table.admodalT .table-head {
        display: table-row-group;
    }
    .mSearch button.btn {
        height: 40px;
        margin-top:0;
    }
    .modalP.xs .modalBtnWrap {
        margin-top: 30px;
    }
    .btn-center .m-btn{
        margin-left: 0;
        margin-bottom: 10px;
    }
}
:root {
    /* 잇플 공식 색상 */
    --mint: #d0f0e0;
    --mint-dark: #7cd1b8;
    --pink-light:#fde5e2;
    --pink: #fcd8d4;
    --pink-dark: #f5a6a0;
    --yellow: #ffe28b;
    --yellow-dark: #f6c343;
    --beige: #fff4eb;
    --dark: #5c5c5c;

    --bg: #f9fafb;
    --card-bg: #ffffff;
    --text: #1f2937;
    --border: #e5e7eb;
    --radius: 12px;

    --main-bg: #F0F2F5;
    --kiosk-bg: #FFFFFF;
    --frame-border: #333;
    /* 키패드 버튼 기본 배경 */
    --button-text-dark: #333;
    /* 버튼 텍스트 색상 */
    --input-box-border: #D1D5DB;
    /* 입력 박스 테두리 */
    --input-box-filled-bg: #F9FAFB;
    /* 입력 박스 채워졌을 때 배경 */
    --text-color-dark: #1F2937;
    /* 일반 텍스트 색상 */
    --text-color-light: #6B7280;
    /* 안내 텍스트 색상 */
    --border-radius-main: 20px;
    /* 주요 둥근 모서리 */
    --border-radius-button: 12px;
    /* 버튼 둥근 모서리 */
}
