@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,700&display=swap');

@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Noto Sans KR", sans-serif !important;
    box-sizing: border-box;
    letter-spacing: -0.5px;
}

html,
body {
    height: 100%;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr50{
    margin-right: 50px;
}

.text-center{
    text-align: center;
}

.txtleft{
    text-align: left !important;
}

.mr30 {
    margin-right: 30px;
}

.mt60{
    margin-top: 60px;
}

.w100{
    width: 100%;
}

.h100{
    height: 100%;
}

table{
    width: 100%;
}

.form-control::placeholder{
    color: #999;
    font-size: 14px;
}

.modal-header{
    border-bottom: none;
}

.modal-footer{
    justify-content: center;
}

.title-relative,
.textarea-relative{
    position: relative;
}

.modal-footer .btn-secondary{
    background-color: #fff;
    border: 1px solid #d8dbde;
    color: #5c6676 !important;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-footer .btn-primary{
    background-color: #474b53 !important;
    border: none !important;
    padding-left: 20px;
    padding-right: 20px;
}

.required-icon{
    position: relative;
}
.required-icon:after{
    content: "*";
    display: block;
    position: absolute;
    right: -9px;
    bottom: 5px;
    color: #ff2500;
}


.black-text-bg{
    background-color: #131415;
    border-radius: 50px;
    padding: 5px 16px;
    color: #fff;
}

.borderbut{
    display: inline-block;
    height: 60px;
    padding: 0 60px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -.9px;
    color: #1d1d1d;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


.pri2but{
    display: inline-block;
    height: 40px;
    padding: 0 25px;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: -.9px;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #474b53 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content-p{
    line-height: 24px;
    word-break: keep-all;
}
/* �뫖�꽣 */
.footerbox{
    background-color: #000;
    padding: 60px 0;
}
.footer-content{
    width: 1200px;
    margin: 0 auto;
}

.footer-content ul li{
    margin-top: 15px;
    color: #cfcfcf;
}

.footer-content ul li:nth-child(1){
    margin-top: 0;
}

/* �뿤�뜑 */
.fixheader{
    position: fixed;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
    z-index: 10;
}
.menu-list-div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-categories{
    width: 1020px;
    max-width: 1020px;
    overflow: hidden;
}

.porel{
    position: relative;
}

/* .porel:after{
    content: "";
    display: block;
    position: absolute;
    right: -37px;
    top: 10px;
    width: 24px;
    height: 16px;
    background: url("/makepage/images/arrow-right.png");
    background-size: contain;
    background-repeat: no-repeat;
} */

.menu-categories .swiper-slide {
    max-width: fit-content;
    text-align: center;
}

.mobile-slidebut{
    display: flex;
    align-items: center;
    border: none !important;
    outline: none !important;
}

.mobile-slidebut:focus{
    border: none !important;
    outline: none !important;
}

.menu-categories__item{
    position: relative;
    display: block;
    padding: 10px 0;
}

a.menu-categories__item:after {
	content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid #131415;
    margin-top: 10px;
    opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(0,1);
    z-index: 10;
}

a.menu-categories__item:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header-info-box{
    padding-top: 77px;
}
.header-info{
    width: 100%;
    height: 350px;
}

.menu-categories .swiper-button-next{
    right: -22px;
    color: #131415;
    font-weight: 600;
    --swiper-navigation-size:17px;
}


/* �뿤�뜑 �뒳�씪�씠�뱶 */


/* 硫붿씤 �젙蹂� */

.info-content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.info-flexbox{
    display: flex;
    align-items: center;
}

.logodiv,
.logodiv img{
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.company-name{
    font-size: 28px;
    color: #fff;
    font-weight: 500;
}

.company-text{
    font-size: 18px;
    line-height: 26px;
    margin-top: 14px;
    color: #fff;
    padding: 0 15px;
}


/* wraaper */

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.nowrapper{
    width: 100% !important;
    padding: 0 !important;
    padding-top: 80px !important;
}

.wrapper{
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.wrapper-content{
    margin-top: 40px;
}

.wrapper-menuname{
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.wrapper-menuname-p{
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
}

.wrapper-menuname-p:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: -11px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #131415;
}

.admin-bg{
    width: 100%;
    height: auto;
    background: url("/assets/make/images/admin-bg.png");
    background-size: cover;
    padding: 80px 0;
}

.admin-card{
    width: 260px;
}

.admin-card-img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.admin-card-bottom{
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #D0D0D0;
    padding: 13px 20px 20px 20px;
}

.admin-card-bottom button{
    font-size: 14px;
}

.admin-card-name{
    font-weight: 500;
}

.admin-class-ul{
    margin-top: 40px;
}

.admin-class-ul li{
    margin-top: 20px;
}

.admin-class-name{
    background-color: #131415;
    color: #fff;
    padding: 8px 17px;
    border-radius: 50px;
    margin-right: 50px;
}

.btn-light{
    font-weight: 500;
}

.rightslide-menu{
    background-color: #474b53 !important;
    --bs-offcanvas-width : 310px;
}

.rightslide-menu .offcanvas-header{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.rightslide-menu .offcanvas-body{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.offcanvas-backdrop.show{
    opacity: 0 !important;
}

.rightslide-menu h5{
    color: #fff;
    font-size: 22px;
}

.rightslide-menu-ul{
    padding-top: 30px;
}

.rightslide-menu-ul li{
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.rightslide-menu-ul li a{
    color: rgba(255,255,255,.5);
}

.rightslide-menu-ul li:hover{
    background-color: rgba(0,0,0,.05)
}

.rightslide-menu-ul li:hover a{
    color: #fff;
}


/* �븰援�/�븰�썝�냼媛� */
.h2-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.school-introduce-picture-size{
    width: 100%;
    height: 274px;
}

.school-introduce-picture-size img{
    height: 100%;
}


.studentstudy-bg{
    width: 100%;
    height: auto;
    background: url("/assets/make/images/studentstudy-bg.png");
    background-size: cover;
    padding: 80px 0;
}

.student-syllabus{
    width: 217px;
    height: 41px;
    background: url("/assets/make/images/student-syllabus.png");
}

.student-achieve{
    width: 151px;
    height: 41px;
    background: url("/assets/make/images/student-achieve.png");
}

/* �꽑�깮�떂/媛뺤궗�냼媛� */
.teacher-introduce-img{
    width: 130px;
    height: 130px;
}

.teacher-introduce-ul{
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

.teacher-introduce-li{
    width: calc(100%/2 - 50px);
    display: flex;
    align-items: center;
}


/* 媛ㅻ윭由� 1�떒 �궗吏� */
.gallery-one-ul{
    text-align: center;
}

.gallery-one-size{
    margin: 0 auto;
    width: 490px;
    height: 360px;
    margin-top: 30px;
}

.gallery-one-size:nth-child(1){
    margin-top: 0;
}

.gallery-one-size img{
    height: 100%;
}


/* 媛ㅻ윭由� 醫뚯슦 �궗吏� */
.gallery-two-ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.gallery-two-size{
    width: calc(100%/2 - 15px);
}


.gallery-two-size img{
    width: 100%;
    height: 100%;
}


/* 媛�寃⑹븞�궡 */
.gallery-price-ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.gallery-price-size{
    width: calc(100%/4 - 23px);
}


.gallery-price-size img{
    width: 100%;
    height: 100%;
}

.gallery-price-size h3{
    line-height: 22px;
}

.price-p{
    margin-top: 7px;
    font-weight: 800;
    font-size: 28px;
}


/* �씠踰ㅽ듃 */
.gallery-event-ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.gallery-event-size{
    width: calc(100%/4 - 23px);
}

.gallery-event-size h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}


.gallery-event-size img{
    width: 100%;
    height: 100%;
}

.gallery-event-size .content-p{
    font-size: 15px;
    line-height: 21px;
    margin-top: 7px;
}

.gallery-event-size .content-p:hover{
    text-decoration: underline;
}


/* �룞�쁺�긽 + �뀓�뒪�듃 */
.gallery-video-size{
    text-align: center;
}

.gallery-video-size h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.gallery-video-ul li{
    margin-top: 60px;
}
.gallery-video-ul li:nth-child(1){
    margin-top: 0;
}


/* �럹�씠吏� 以�鍮꾩쨷 */
.blankPage{
    text-align: center;
}

.warnicon{
    font-size: 100px;
    color: #e7e7e7;
}

.blankPage p{
    font-size: 20px;
    color: #797979;
    margin-top: 20px;
}



/* 寃뚯떆�뙋 */
.boardtable{
    width: 100%;
    table-layout: fixed;
}

.boardtable {
    position: relative;
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-width: 1px 0
}

.boardtable thead tr{
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #131415;
}

.boardtable thead th {
    text-align: center;
    padding: 16px 0;
    font-size: 15px;
    color: #3a3a3a !important;
}

.boardtable tbody td,
.boardtable tbody th {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap
}

.boardtable tbody tr {
    cursor: pointer
}

.boardtable tbody tr.notice td.writer {
    color: #222
}

.boardtable tbody tr:hover td {
    background: #fbfbfb
}

.boardtable tbody tr:hover td.nodata {
    background: 0 0
}

.boardtable tbody td {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    font-size: 15px;
    color: #444444;
}

.text-left{
    text-align: left !important;
}

.td-num{
    color: #999 !important;
    font-weight: 500 !important;
}

.td-a{
    display: block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.paginate a {
    overflow: hidden;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    color: #111;
    line-height: 37px;
    vertical-align: top;
    border: 1px solid #ebebeb;
    color: #666;
    font-size: 15px;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.paginate-on{
    border: none !important;
    background-color: #131415 !important;
    color: #fff !important;
}

.paginate-arrow{
    line-height: 52px !important;
}

.paginate a:hover{
    border: 1px solid #727272;
}

.board-select{
    width: 120px;
    border-radius: 0 !important;
}

.board-input{
    width: 260px;
    border-radius: 0 !important;
}

.baord-btn{
    display: inline-block;
    width: 65px;
    height: 38px;
    margin-left: 10px;
    border: 1px solid #ddd;
    background: #fafafa;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


.today-detail-mycontent{
    width: 100%;
    border-top: 2px solid #131415;
    background-color: #fff;
}

.detail-mycontent-title{
    padding: 30px 0;
    border-bottom: 1px solid #dee2e6;
}

.detail-mycontent-title01{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.today-content-bigtitle{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 12px;
}

.detail-mycontent-title01-box{
    display: flex;
    align-items: center;
}

.mycontent-title01-name{
    font-size: 16px;
    font-weight: 600;
    color: #8C8C8C;
}

.detail-mycontent-content{
    border-bottom: 1px solid #DCDCDC;
    padding: 50px 0px;
}

.detail-mycontent-date{
    display: flex;
    justify-content: end;
    margin-top: 60px;
}
.detail-mycontent-datebox{
    display: flex;
}

.detail-mycontent-datebox p{
    font-size: 16px;
    color: #A0A0B6;
}

.detail-mycontent-datebox-day{
    margin-right: 18px;
}

/* --- */
.board-writetable tr th{
    font-weight: 500;
    font-size: 15px;
}

.board-writetable tr td{
    font-size: 15px;
}

.board-writetable tr th,
.board-writetable tr td{
    padding: 15px 0;
}


.title-input{
    padding-right: 70px;
}

.textarea-input{
    padding-bottom: 70px;
}

.title-max-span{
    position: absolute;
    right: 15px;
    top: 26px;
    color: #999;
    font-size: 14px;
}

.textarea-max-span{
    position: absolute;
    right: 15px;
    bottom: 26px;
    color: #999;
    font-size: 14px;
}

.file-div{
    display: flex;
    min-height: 130px;
    background-color: #fafafa;
    padding: 25px 50px;
}

.file-uploadbut{
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    text-align: center;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.05);
}

.file-uploadbut-a{
    padding-top: 14px;
}

.file-upload{
    font-size: 48px;
    color: #5f5f5f;
}


.file-rel{
    position: relative;
}

.file-input{
    opacity: 0;
    font-size: 30px;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    cursor: pointer;
}

.file-modal-ul{
    padding: 15px 60px;
    margin-top: 20px;
}

.file-modal-ul li{
    font-size: 14px;
    color: #474747;
    margin-top: 8px;
}

.select-file{
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

.file-closebut{
    position: absolute;
    right: 3px;
    top: 3px;
}





/* �삤�떆�뒗湲� */
.map-imgbox{
    width: 1200px;
    height: 350px;
}
.map-img{
    width: 100%;
    height: 350px;
}

.map-info{
    padding: 40px;
}

.map-h3{
    font-size: 15px;
    color: #666;
}

.map-naver{
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 25px;
    color: #fff;
    background-color: #474b53 !important;
}

.map-address{
    width: 700px;
    font-size: 24px;
    line-height: 30px;
    color: #474b53 !important;
    font-weight: 500;
    margin-top: 20px;
}

.map-table tbody tr{
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.map-table tbody tr td{
    padding: 40px 0;
}

.map-table tbody tr td.txtleft{
    font-weight: 500;
}

.useinfo-ul{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.useinfo-ul li{
    width: calc(100%/4 - 40px);
}

.useinfo-ul li span{
    color: #666;
}

.snsrignt{
    position: fixed;
    right: 20px;
    bottom: 20px;
    transform: translateY(-50%);
    background-color: #fff;
}

.snsrignt li{
    border: 1px solid #dee2e6;
    text-align: center;
    padding: 15px 20px;
    border-bottom: none;
    
}

.snsrignt li:last-child{
    border: 1px solid #dee2e6;
}

.snsrignt li p{
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
}